tg-listv 0.1.18 → 0.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39200,12 +39200,12 @@ var component = normalizeComponent(
39200
39200
  )
39201
39201
 
39202
39202
  /* harmony default export */ var RowActions = (component.exports);
39203
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cea975cc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Pager.vue?vue&type=template&id=789320e8&
39204
- var Pagervue_type_template_id_789320e8_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.TotalPages>0)?_c('div',{staticClass:"nu-paging"},[_c('nav',{attrs:{"aria-label":"Page navigation example col-sm-12 col-md-12 col-lg-12 col-xl-12 float-left"}},[_c('ul',{staticClass:"pagination row"},[_c('li',{staticClass:"col-sm-12 col-md-6 col-lg-6 col-xl-6 float-left choose-page"},[_c('span',{staticClass:"mr-2"},[_vm._v("Show")]),_c('span',{staticClass:"select"},[_c('select',{directives:[{name:"model",rawName:"v-model",value:(_vm.PageSize),expression:"PageSize"}],staticClass:"form-control form-control-sm",attrs:{"id":"pageSize","name":"pageSize"},on:{"change":[function($event){var $$selectedVal = Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return val}); _vm.PageSize=$event.target.multiple ? $$selectedVal : $$selectedVal[0]},_vm.SetPageSize]}},_vm._l((_vm.PageSizeOption),function(item){return _c('option',{domProps:{"value":item}},[_vm._v(_vm._s(item))])}),0)]),_c('span',{staticClass:"ms-2"},[_vm._v(_vm._s((" Showing " + (((_vm.CurrentPage-1)*_vm.PageSize)+1) + " to " + ((_vm.PageSize*_vm.CurrentPage > _vm.TotalRecords ? _vm.TotalRecords : _vm.PageSize*_vm.CurrentPage)) + " of " + _vm.TotalRecords + " entries")))])]),_c('li',{staticClass:"col-sm-12 col-md-6 col-lg-6 col-xl-6 float-left"},[(_vm.TotalPages>1)?_c('ul',{staticClass:"paging-count"},[_c('li',{staticClass:"page-item"},[(_vm.CurrentPage!=1)?_c('a',{staticClass:"page-link first",attrs:{"title":_vm.firstText,"href":"javascript:;","val":"1"},on:{"click":function($event){return _vm.SetCurrentPage(1)}}},[_vm._v(_vm._s(_vm.firstText))]):_vm._e(),(_vm.CurrentPage==1)?_c('a',{staticClass:"page-link first disabled",attrs:{"title":_vm.firstText,"val":"1"}},[_vm._v(_vm._s(_vm.firstText))]):_vm._e()]),_c('li',{staticClass:"page-item"},[(_vm.CurrentPage!=1)?_c('a',{staticClass:"page-link previous",attrs:{"title":_vm.prevText,"href":"javascript:;"},on:{"click":function($event){return _vm.SetCurrentPage(_vm.CurrentPage-1)}}},[_vm._v(_vm._s(_vm.prevText))]):_vm._e(),(_vm.CurrentPage==1)?_c('a',{staticClass:"page-link previous disabled",attrs:{"title":_vm.prevText}},[_vm._v(_vm._s(_vm.prevText))]):_vm._e()]),_c('li',{staticClass:"page-item"},[(_vm.GroupStart == _vm.CurrentPage)?_c('a',{staticClass:"page-link active",attrs:{"href":"javascript:;"}},[_vm._v(_vm._s(_vm.GroupStart))]):_vm._e(),((_vm.GroupStart)!=_vm.CurrentPage)?_c('a',{staticClass:"page-link",attrs:{"href":"javascript:;","val":_vm.GroupStart},on:{"click":function($event){return _vm.SetCurrentPage(_vm.GroupStart)}}},[_vm._v(_vm._s(_vm.GroupStart))]):_vm._e()]),(_vm.GroupEnd > 1)?_c('li',{staticClass:"page-item"},[((_vm.GroupStart + 1) == _vm.CurrentPage)?_c('a',{staticClass:"page-link active",attrs:{"href":"javascript:;"}},[_vm._v(_vm._s(_vm.GroupStart + 1))]):_vm._e(),((_vm.GroupStart + 1) != _vm.CurrentPage)?_c('a',{staticClass:"page-link",attrs:{"href":"javascript:;","val":(_vm.GroupStart + 1)},on:{"click":function($event){_vm.SetCurrentPage((_vm.GroupStart + 1))}}},[_vm._v(_vm._s(_vm.GroupStart + 1))]):_vm._e()]):_vm._e(),(_vm.GroupEnd > 2)?_c('li',{staticClass:"page-item"},[(_vm.GroupEnd == _vm.CurrentPage)?_c('a',{staticClass:"page-link active",attrs:{"href":"javascript:;"}},[_vm._v(_vm._s(_vm.GroupEnd))]):_vm._e(),(_vm.GroupEnd != _vm.CurrentPage)?_c('a',{staticClass:"page-link",attrs:{"href":"javascript:;","val":_vm.GroupEnd},on:{"click":function($event){return _vm.SetCurrentPage(_vm.GroupEnd)}}},[_vm._v(_vm._s(_vm.GroupEnd))]):_vm._e()]):_vm._e(),_c('li',{staticClass:"page-item"},[(_vm.CurrentPage<_vm.TotalPages)?_c('a',{staticClass:"page-link next",attrs:{"title":_vm.nextText,"href":"javascript:;"},on:{"click":function($event){return _vm.SetCurrentPage(_vm.CurrentPage+1)}}},[_vm._v(_vm._s(_vm.nextText))]):_vm._e(),(_vm.CurrentPage>=_vm.TotalPages)?_c('a',{staticClass:"page-link disabled next",attrs:{"title":_vm.nextText}},[_vm._v(_vm._s(_vm.nextText))]):_vm._e()]),_c('li',{staticClass:"page-item"},[(_vm.CurrentPage!=_vm.TotalPages)?_c('a',{staticClass:"page-link next",attrs:{"title":_vm.lastText,"href":"javascript:;","val":_vm.TotalPages},on:{"click":function($event){return _vm.SetCurrentPage(_vm.TotalPages)}}},[_vm._v(_vm._s(_vm.lastText))]):_vm._e(),(_vm.CurrentPage==_vm.TotalPages)?_c('a',{staticClass:"page-link next disabled",attrs:{"title":_vm.lastText,"val":_vm.TotalPages}},[_vm._v(_vm._s(_vm.lastText))]):_vm._e()])]):_vm._e()])])])]):_vm._e()}
39205
- var Pagervue_type_template_id_789320e8_staticRenderFns = []
39203
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"cea975cc-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Pager.vue?vue&type=template&id=77534633&
39204
+ var Pagervue_type_template_id_77534633_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.TotalPages>0)?_c('div',{staticClass:"nu-paging"},[_c('nav',{attrs:{"aria-label":"Page navigation example col-sm-12 col-md-12 col-lg-12 col-xl-12 float-left"}},[_c('ul',{staticClass:"pagination row"},[_c('li',{staticClass:"col-sm-12 col-md-6 col-lg-6 col-xl-6 float-left choose-page"},[_c('span',{staticClass:"mr-2"},[_vm._v("Show")]),_c('span',{staticClass:"select"},[_c('select',{directives:[{name:"model",rawName:"v-model",value:(_vm.PageSize),expression:"PageSize"}],staticClass:"form-control form-control-sm",attrs:{"id":"pageSize","name":"pageSize"},on:{"change":[function($event){var $$selectedVal = Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return val}); _vm.PageSize=$event.target.multiple ? $$selectedVal : $$selectedVal[0]},_vm.SetPageSize]}},_vm._l((_vm.PageSizeOption),function(item){return _c('option',{domProps:{"value":item}},[_vm._v(_vm._s(item))])}),0)]),_c('span',{staticClass:"ms-2"},[_vm._v(_vm._s((" Showing " + (((_vm.CurrentPage-1)*_vm.PageSize)+1) + " to " + ((_vm.PageSize*_vm.CurrentPage > _vm.TotalRecords ? _vm.TotalRecords : _vm.PageSize*_vm.CurrentPage)) + " of " + _vm.TotalRecords + " entries")))])]),_c('li',{staticClass:"col-sm-12 col-md-6 col-lg-6 col-xl-6 float-left"},[(_vm.TotalPages>1)?_c('ul',{staticClass:"paging-count"},[_c('li',{staticClass:"page-item"},[(_vm.CurrentPage!=1)?_c('a',{staticClass:"page-link first",attrs:{"title":_vm.firstText,"href":"javascript:;","val":"1"},on:{"click":function($event){return _vm.SetCurrentPage(1)}}},[_vm._v(_vm._s(_vm.firstText))]):_vm._e(),(_vm.CurrentPage==1)?_c('a',{staticClass:"page-link first disabled",attrs:{"title":_vm.firstText,"val":"1"}},[_vm._v(_vm._s(_vm.firstText))]):_vm._e()]),_c('li',{staticClass:"page-item"},[(_vm.CurrentPage!=1)?_c('a',{staticClass:"page-link previous",attrs:{"title":_vm.prevText,"href":"javascript:;"},on:{"click":function($event){return _vm.SetCurrentPage(_vm.CurrentPage-1)}}},[_vm._v(_vm._s(_vm.prevText))]):_vm._e(),(_vm.CurrentPage==1)?_c('a',{staticClass:"page-link previous disabled",attrs:{"title":_vm.prevText}},[_vm._v(_vm._s(_vm.prevText))]):_vm._e()]),_c('li',{staticClass:"page-item"},[(_vm.GroupStart == _vm.CurrentPage)?_c('a',{staticClass:"page-link active",attrs:{"href":"javascript:;"}},[_vm._v(_vm._s(_vm.GroupStart))]):_vm._e(),((_vm.GroupStart)!=_vm.CurrentPage)?_c('a',{staticClass:"page-link",attrs:{"href":"javascript:;","val":_vm.GroupStart},on:{"click":function($event){return _vm.SetCurrentPage(_vm.GroupStart)}}},[_vm._v(_vm._s(_vm.GroupStart))]):_vm._e()]),(_vm.GroupEnd > 1)?_c('li',{staticClass:"page-item"},[((_vm.GroupStart + 1) == _vm.CurrentPage)?_c('a',{staticClass:"page-link active",attrs:{"href":"javascript:;"}},[_vm._v(_vm._s(_vm.GroupStart + 1))]):_vm._e(),((_vm.GroupStart + 1) != _vm.CurrentPage && (_vm.GroupStart + 1) <= _vm.TotalPages)?_c('a',{staticClass:"page-link",attrs:{"href":"javascript:;","val":(_vm.GroupStart + 1)},on:{"click":function($event){_vm.SetCurrentPage((_vm.GroupStart + 1))}}},[_vm._v(_vm._s(_vm.GroupStart + 1))]):_vm._e()]):_vm._e(),(_vm.GroupEnd > 2)?_c('li',{staticClass:"page-item"},[(_vm.GroupEnd == _vm.CurrentPage && _vm.GroupEnd <= _vm.TotalPages)?_c('a',{staticClass:"page-link active",attrs:{"href":"javascript:;"}},[_vm._v(_vm._s(_vm.GroupEnd))]):_vm._e(),(_vm.GroupEnd != _vm.CurrentPage && _vm.GroupEnd <= _vm.TotalPages)?_c('a',{staticClass:"page-link",attrs:{"href":"javascript:;","val":_vm.GroupEnd},on:{"click":function($event){return _vm.SetCurrentPage(_vm.GroupEnd)}}},[_vm._v(_vm._s(_vm.GroupEnd))]):_vm._e()]):_vm._e(),_c('li',{staticClass:"page-item"},[(_vm.CurrentPage < _vm.TotalPages)?_c('a',{staticClass:"page-link next",attrs:{"title":_vm.nextText,"href":"javascript:;"},on:{"click":function($event){return _vm.SetCurrentPage(_vm.CurrentPage+1)}}},[_vm._v(_vm._s(_vm.nextText))]):_vm._e(),(_vm.CurrentPage>=_vm.TotalPages)?_c('a',{staticClass:"page-link disabled next",attrs:{"title":_vm.nextText}},[_vm._v(_vm._s(_vm.nextText))]):_vm._e()]),_c('li',{staticClass:"page-item"},[(_vm.CurrentPage!=_vm.TotalPages)?_c('a',{staticClass:"page-link next",attrs:{"title":_vm.lastText,"href":"javascript:;","val":_vm.TotalPages},on:{"click":function($event){return _vm.SetCurrentPage(_vm.TotalPages)}}},[_vm._v(_vm._s(_vm.lastText))]):_vm._e(),(_vm.CurrentPage==_vm.TotalPages)?_c('a',{staticClass:"page-link next disabled",attrs:{"title":_vm.lastText,"val":_vm.TotalPages}},[_vm._v(_vm._s(_vm.lastText))]):_vm._e()])]):_vm._e()])])])]):_vm._e()}
39205
+ var Pagervue_type_template_id_77534633_staticRenderFns = []
39206
39206
 
39207
39207
 
39208
- // CONCATENATED MODULE: ./src/components/Pager.vue?vue&type=template&id=789320e8&
39208
+ // CONCATENATED MODULE: ./src/components/Pager.vue?vue&type=template&id=77534633&
39209
39209
 
39210
39210
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Pager.vue?vue&type=script&lang=js&
39211
39211
 
@@ -39441,8 +39441,8 @@ var Pagervue_type_template_id_789320e8_staticRenderFns = []
39441
39441
 
39442
39442
  var Pager_component = normalizeComponent(
39443
39443
  components_Pagervue_type_script_lang_js_,
39444
- Pagervue_type_template_id_789320e8_render,
39445
- Pagervue_type_template_id_789320e8_staticRenderFns,
39444
+ Pagervue_type_template_id_77534633_render,
39445
+ Pagervue_type_template_id_77534633_staticRenderFns,
39446
39446
  false,
39447
39447
  null,
39448
39448
  null,