| Server IP : 54.36.91.62 / Your IP : 216.73.217.94 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/c/o/o/coopiak/amisdesseniors-fr/aix/media/com_comment/js/v6/components/ |
Upload File : |
"use strict";var pagination=Vue.extend({template:"#ccomment-pagination",props:{pagination:{type:Object,required:!0},callback:{type:Function,required:!0},options:{type:Object}},computed:{array:function(){if(this.pagination.last_page<=0)return[];var t=this.pagination.current_page-this.pagination.offset;t<1&&(t=1);var a=t+this.pagination.to;a>=this.pagination.last_page&&(a=this.pagination.last_page);for(var i=[];t<=a;)i.push(t),t++;return i},config:function(){return Object.assign({offset:3,alwaysShowPrevNext:!0},this.options)}},methods:{showPrevious:function(){return this.config.alwaysShowPrevNext||this.pagination.current_page>1},showNext:function(){return this.config.alwaysShowPrevNext||this.pagination.current_page<this.pagination.last_page},changePage:function(t){this.pagination.current_page!==t&&(this.$set(this.pagination,"current_page",t),this.callback())}}});