tg-listv 0.0.42 → 0.0.43
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.
- package/dist/tglistv.common.js +90 -28
- package/dist/tglistv.common.js.map +1 -1
- package/dist/tglistv.umd.js +90 -28
- package/dist/tglistv.umd.js.map +1 -1
- package/dist/tglistv.umd.min.js +12 -12
- package/dist/tglistv.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/tglistv.common.js
CHANGED
|
@@ -36734,7 +36734,7 @@ if (typeof window !== 'undefined') {
|
|
|
36734
36734
|
// Indicate to webpack that this file can be concatenated
|
|
36735
36735
|
/* harmony default export */ var setPublicPath = (null);
|
|
36736
36736
|
|
|
36737
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"78403d1f-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/TgList.vue?vue&type=template&id=
|
|
36737
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"78403d1f-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/TgList.vue?vue&type=template&id=0a04399e&
|
|
36738
36738
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"container-fluid mt-2 p-0"},[((typeof(_vm.SearchPosition) === 'undefined' || _vm.SearchPosition == 'left') && _vm.SearchFields)?_c('div',{staticClass:"left-menu-tab",attrs:{"id":"crmleftsearch"}},[_c('leftsearch',{attrs:{"header":_vm.HeaderText,"fields":_vm.SearchFields,"modulename":_vm.ModuleName},on:{"SetLeftSearch":_vm.leftCommonSearch}})],1):_vm._e(),_c('div',{class:{'right-content': ((typeof(_vm.SearchPosition) === 'undefined' || _vm.SearchPosition == 'left') && _vm.SearchFields)}},[(_vm.widgets.length > 0)?_c('ul',{staticClass:"dashbord-widget WalkHRLeaveWidgetContent_ul"},_vm._l((_vm.widgets),function(widget,index){return _c('li',{class:'cursor-pointer ' + _vm.widgetClassArray[(index%4)],staticStyle:{"cursor":"pointer !important"},on:{"click":function($event){return _vm.onWidgetClick(widget, $event)}}},[_c('h3',[_vm._v(_vm._s(widget.value)),_c('br'),_c('span',[_vm._v(_vm._s(widget.name))])]),_vm._v(" "),_c('i',{class:'fa ' + widget.icon,attrs:{"aria-hidden":"true"}})])}),0):_vm._e(),_c('div',{staticStyle:{"clear":"both"}}),(_vm.HeaderButtons)?_c('div',{staticClass:"col-md-12 p-0"},[_c('list-header-button-new',{attrs:{"icons":_vm.HeaderButtonArrayForUpdate,"submodulecode":_vm.SubModuleCode,"modulename":_vm.ModuleName,"ViewList":_vm.ViewList,"listType":_vm.listType},on:{"ApplyView":_vm.OnApplyView,"ButtonClick":_vm.commonHeaderButtonClick,"ChangeViewEvent":_vm.ChangeViewEvent}})],1):_vm._e(),_c('div',{staticClass:"py-2 d-inline-block"},[_vm._l((_vm.LegendArray),function(lgnd){return [_c('span',{class:lgnd.class}),_vm._v(_vm._s(lgnd.text)+" ")]})],2),_c('div',{staticClass:"listing mt-2"},[((typeof(_vm.SearchPosition) === 'undefined' || _vm.SearchPosition == 'left') && typeof(_vm.SearchFields) != 'undefined' && _vm.SearchFields.length > 0)?_c('div',{staticClass:"expand-list",class:{'d-none':_vm.SearchPosition=='none'}},[_c('a',{class:{'expand-list-btn justify-content-center align-items-center': true, 'filter-selected':_vm.IsFilterApplied==true},attrs:{"href":"javascript:;"}},[_c('em',{staticClass:"icon-solid arrow-solid-left text-white",staticStyle:{"font-size":"9pt"}})])]):_vm._e(),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.ErrorText),expression:"ErrorText"}],staticClass:"text-center text-danger"},[_vm._v(_vm._s(_vm.ErrorText))]),(_vm.ListData && _vm.selectedView == 'List')?_c('DataTable',{attrs:{"Data":_vm.ListData,"noRecord":_vm.noRecord,"Headers":_vm.HeaderData,"SortExp":_vm.SortExp,"SortBy":_vm.SortBy,"UserPageSize":_vm.PageSize,"totalrecords":_vm.TotalRecordsForPaging,"IsShowAction":_vm.IsShowAction,"renderRowActionMethod":_vm.RenderRowActionMethod,"identityColumn":_vm.IdentityColumn,"subModuleCode":_vm.SubModuleCode,"NorecordfoundText":_vm.NorecordfoundText,"showCheckBox":_vm.showCheckBox},on:{"sortdata":_vm.sortdata,"ButtonClick":_vm.actionButtonClick,"PagerMethod":_vm.pagerMethod,"EventOfCheckbox":_vm.onChangeEventOfCheckbox},scopedSlots:_vm._u([{key:"slotdata",fn:function(ref){
|
|
36739
36739
|
var data = ref.data;
|
|
36740
36740
|
return [_vm._t("slotdata",null,{"data":{row:data.row,column:data.column,listtype:_vm.selectedView}})]}}],null,true)}):_vm._e(),(_vm.ListData && _vm.selectedView == 'Card')?_c('CardView',{attrs:{"data":_vm.ListData,"columns":_vm.HeaderData,"totalrecords":_vm.TotalRecordsForPaging,"UserPageSize":_vm.PageSize,"customcard":_vm.IsShowCustomCard,"IsShowAction":_vm.IsShowAction,"identityColumn":_vm.IdentityColumn,"subModuleCode":_vm.SubModuleCode,"LegendArray":_vm.LegendArray,"noRecord":_vm.noRecord,"NorecordfoundText":_vm.NorecordfoundText,"renderRowActionMethod":_vm.RenderRowActionMethod},on:{"PagerMethod":_vm.pagerMethod,"ButtonClick":_vm.actionButtonClick,"EventOfCheckbox":_vm.onChangeEventOfCheckbox},scopedSlots:_vm._u([{key:"slotdata",fn:function(ref){
|
|
@@ -36749,7 +36749,7 @@ return [_vm._t("customcard",null,{"data":{row:data.row,columnlist:data.columnlis
|
|
|
36749
36749
|
var staticRenderFns = []
|
|
36750
36750
|
|
|
36751
36751
|
|
|
36752
|
-
// CONCATENATED MODULE: ./src/components/TgList.vue?vue&type=template&id=
|
|
36752
|
+
// CONCATENATED MODULE: ./src/components/TgList.vue?vue&type=template&id=0a04399e&
|
|
36753
36753
|
|
|
36754
36754
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.symbol.js
|
|
36755
36755
|
var es_symbol = __webpack_require__("a4d3");
|
|
@@ -36801,18 +36801,20 @@ var web_dom_collections_for_each = __webpack_require__("159b");
|
|
|
36801
36801
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.from.js
|
|
36802
36802
|
var es_array_from = __webpack_require__("a630");
|
|
36803
36803
|
|
|
36804
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"78403d1f-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/DataTable.vue?vue&type=template&id=
|
|
36805
|
-
var
|
|
36804
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"78403d1f-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/DataTable.vue?vue&type=template&id=0dc64f92&
|
|
36805
|
+
var DataTablevue_type_template_id_0dc64f92_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{staticClass:"table-responsive table-fix-header"},[_c('table',{staticClass:"table table-bordered mt-0",staticStyle:{"width":"100%"},attrs:{"id":"tablelistingdata"}},[_c('thead',{staticClass:"thead-bg"},[_c('tr',[((typeof(_vm.showCheckBox) === 'undefined' || _vm.showCheckBox == true))?_c('th',{staticClass:"text-center",staticStyle:{"width":"50px !important"}},[_c('input',{staticClass:"chkitems",attrs:{"id":"chkAll","value":"","type":"checkbox"},on:{"change":function($event){return _vm.onChangeEventOfCheckbox($event)}}})]):_vm._e(),_vm._l((_vm.Headers),function(item,headerIndex){return [(item.VISIBLE)?_c('th',{key:headerIndex,class:{'text-center':_vm.subModuleCode=='CRM_BRANDS'&& item.COLUMN_NAME=='Social' || _vm.subModuleCode=='CRM_COMMUNICATION_MODES'&& item.COLUMN_NAME=='status'},staticStyle:{"text-transform":"capitalize"},style:([(item.COLUMN_NAME=='status_name') ? {'width':'10%'} : {'width':''}]),attrs:{"id":item.COLUMN_NAME}},[(item.VISIBLE && item.SORTABLE == true && _vm.isChild == false)?_c('span',{class:{
|
|
36806
36806
|
'sort': item.SORTABLE == true,
|
|
36807
36807
|
'tb_headerSortUp': _vm.SortExp == 'ASC' && _vm.SortBy == item.COLUMN_NAME,
|
|
36808
36808
|
'tb_headerSortDown':
|
|
36809
36809
|
_vm.SortExp == 'DESC' && _vm.SortBy == item.COLUMN_NAME,
|
|
36810
|
-
},on:{"click":function($event){return _vm.sortdata(item.COLUMN_NAME)}}},[_vm._v(" "+_vm._s(item.DISPLAY_NAME)+" ")]):_vm._e(),(item.SORTABLE == false)?_c('span',[_vm._v(" "+_vm._s(item.DISPLAY_NAME)+" ")]):_vm._e()]):_vm._e()]}),(_vm.IsShowAction == true)?_c('th',{staticClass:"nonresize text-center"},[_c('span',[_vm._v("Action")])]):_vm._e()],2)]),_c('tbody',[_vm._l((_vm.Data),function(item,dataIndex){return _c('tr',{
|
|
36811
|
-
|
|
36812
|
-
var
|
|
36810
|
+
},on:{"click":function($event){return _vm.sortdata(item.COLUMN_NAME)}}},[_vm._v(" "+_vm._s(item.DISPLAY_NAME)+" ")]):_vm._e(),(item.SORTABLE == false || _vm.isChild == true)?_c('span',[_vm._v(" "+_vm._s(item.DISPLAY_NAME)+" ")]):_vm._e()]):_vm._e()]}),(_vm.IsShowAction == true)?_c('th',{staticClass:"nonresize text-center"},[_c('span',[_vm._v("Action")])]):_vm._e()],2)]),_c('tbody',[_vm._l((_vm.Data),function(item,dataIndex){return [_c('tr',{class:item.additionalClass},[((typeof(_vm.showCheckBox) === 'undefined' || _vm.showCheckBox == true))?_c('td',{staticClass:"text-center"},[_c('input',{staticClass:"chkItems",attrs:{"disabled":item.isCheckBoxDisabled,"type":"checkbox"},domProps:{"value":item[_vm.identityColumn]},on:{"change":function($event){return _vm.onChangeEventOfCheckbox($event, item)}}}),(typeof(item.child) != 'undefined' && item.child.isShowExpandButton == true && item.child.isShowChild == false)?_c('a',{staticClass:"parentwithchild d-inline-block parent-childrow chkItems",staticStyle:{"float":"right !important"},attrs:{"href":"javascript:;"},on:{"click":function($event){return _vm.onExpndChild(item)}}},[_c('i',{staticClass:"fa fa-chevron-right"})]):_vm._e(),(typeof(item.child) != 'undefined' && item.child.isShowExpandButton == true && item.child.isShowChild == true)?_c('a',{staticClass:"parentwithchild d-inline-block parent-childrow chkItems",staticStyle:{"float":"right !important"},attrs:{"href":"javascript:;"},on:{"click":function($event){return _vm.onCollapeChild(item)}}},[_c('i',{staticClass:"fa fa-chevron-down"})]):_vm._e()]):_vm._e(),_vm._l((_vm.Headers),function(key,headerIndex){return [(key.VISIBLE)?_c('td',{key:headerIndex,class:{'text-right':key.DATA_TYPE=='decimal'}},[((key.DATA_TYPE=='date' || key.DATA_TYPE=='datetime') && (key.DATA_TYPE !='decimal'))?_c('span',[_vm._v(_vm._s(_vm.$options.filters.formatDate(item[key.COLUMN_NAME])))]):_vm._e(),((key.DATA_TYPE=='decimal'))?_c('span',[_vm._v(_vm._s(_vm.$options.filters.currency(item[key.COLUMN_NAME])))]):_vm._e(),((key.DATA_TYPE!='date' && key.DATA_TYPE!='datetime' && key.DATA_TYPE!='decimal'))?_c('span',{attrs:{"title":item[key.COLUMN_NAME]}},[(typeof(key.settings) != 'undefined' && key.settings != null
|
|
36811
|
+
&& typeof(key.settings.clickEvent) != 'undefined' && key.settings.clickEvent != null && key.settings.isInSlot != true)?_c('RouterLink',{attrs:{"id":"viewLeadeContent_a","to":typeof(item.rowDetailsUrl)!='undefined' ? item.rowDetailsUrl : ''},nativeOn:{"click":function($event){return _vm.clickEventCheck(key,item)}}},[_vm._v(" "+_vm._s(((typeof(key.settings.formatter) === 'function')?key.settings.formatter(item, key):_vm.TruncateStr(item[key.COLUMN_NAME],30)))+" ")]):_vm._e(),(typeof(key.settings) != 'undefined' && key.settings != null && (typeof(key.settings.clickEvent) === 'undefined' || key.settings.clickEvent == null) && key.settings.isInSlot != true)?_c('span',{attrs:{"title":item[key.COLUMN_NAME]}},[_vm._v(_vm._s(((typeof(key.settings.formatter) === 'function')?key.settings.formatter(item, key):_vm.TruncateStr(item[key.COLUMN_NAME],30))))]):_vm._e(),(typeof(key.settings) === 'undefined' || key.settings == null)?_c('span',{attrs:{"title":item[key.COLUMN_NAME]}},[_vm._v(_vm._s(_vm.TruncateStr(item[key.COLUMN_NAME],30)))]):_vm._e(),(typeof(key.settings) != 'undefined' && key.settings != null && typeof(key.settings.isInSlot) != 'undefined' && key.settings.isInSlot == true)?_vm._t("slotdata",null,{"data":{row:item,column:key}}):_vm._e()],2):_vm._e()]):_vm._e()]}),(_vm.IsShowAction == true)?_c('RowActions',{attrs:{"item":item,"index":dataIndex,"identityColumn":_vm.identityColumn,"listActionsMethod":_vm.renderRowActionMethod},on:{"ButtonClick":_vm.ButtonClick}}):_vm._e()],2),(typeof(item.child) != 'undefined' && item.child.isShowChild == true)?_c('tr',[_c('td',{attrs:{"colspan":(_vm.Headers.length + 2)}},[_c('data-table',{attrs:{"name":'child' + dataIndex,"Data":item.child.data,"noRecord":((typeof(item.child.data) != 'undefined' && item.child.data.length > 0) ? false: true),"Headers":(typeof(item.child.headers) != 'undefined' ? item.child.headers: _vm.Headers),"SortExp":_vm.SortExp,"SortBy":_vm.SortBy,"isChild":true,"UserPageSize":_vm.UserPageSize,"totalrecords":(typeof(item.child.data) != 'undefined' ? item.child.data.length: 0),"IsShowAction":_vm.IsShowAction,"renderRowActionMethod":_vm.renderRowActionMethod,"identityColumn":_vm.identityColumn,"subModuleCode":_vm.subModuleCode,"NorecordfoundText":_vm.NorecordfoundText,"showCheckBox":_vm.showCheckBox},on:{"sortdata":_vm.sortdata,"PagerMethod":_vm.pagerMethod,"EventOfCheckbox":_vm.onChangeEventOfCheckbox},scopedSlots:_vm._u([{key:"slotdata",fn:function(ref){
|
|
36812
|
+
var data = ref.data;
|
|
36813
|
+
return [_vm._t("slotdata",null,{"data":{row:data.row,column:data.column,listtype:_vm.selectedView}})]}}],null,true)})],1)]):_vm._e()]}),(_vm.noRecord)?_c('tr',[_c('td',{staticClass:"text-center text-danger no-record",attrs:{"colspan":"17"}},[_vm._v(_vm._s(_vm.NorecordfoundText))])]):_vm._e()],2)])]),(_vm.isChild == false)?_c('Pager',{attrs:{"UserPageSize":_vm.UserPageSize,"numberofrecords":_vm.totalrecords,"prev-text":"Prev","first-text":"First","last-text":"Last","next-text":"Next"},on:{"SetCurrentPage":_vm.pagerMethod}}):_vm._e()],1)}
|
|
36814
|
+
var DataTablevue_type_template_id_0dc64f92_staticRenderFns = []
|
|
36813
36815
|
|
|
36814
36816
|
|
|
36815
|
-
// CONCATENATED MODULE: ./src/components/DataTable.vue?vue&type=template&id=
|
|
36817
|
+
// CONCATENATED MODULE: ./src/components/DataTable.vue?vue&type=template&id=0dc64f92&
|
|
36816
36818
|
|
|
36817
36819
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.exec.js
|
|
36818
36820
|
var es_regexp_exec = __webpack_require__("ac1f");
|
|
@@ -36820,12 +36822,12 @@ var es_regexp_exec = __webpack_require__("ac1f");
|
|
|
36820
36822
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.regexp.test.js
|
|
36821
36823
|
var es_regexp_test = __webpack_require__("00b4");
|
|
36822
36824
|
|
|
36823
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"78403d1f-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/RowActions.vue?vue&type=template&id=
|
|
36824
|
-
var
|
|
36825
|
-
var
|
|
36825
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"78403d1f-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/RowActions.vue?vue&type=template&id=b507fc8e&
|
|
36826
|
+
var RowActionsvue_type_template_id_b507fc8e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('justWraper',{style:((_vm.listType == 'List')?'display: table-cell;text-align: center;': '')},[(_vm.listType == 'List' && _vm.listActions.length > 2)?_c('td',{staticClass:"text-center mobile-action",style:((_vm.listType == 'List')?'display: block;': '')},[_c('span',{staticClass:"actions mobileaction"},[_c('em',{staticClass:"fa fa-ellipsis-h action_icon",attrs:{"aria-hidden":"true"}}),_c('span',{staticClass:"action-list-box"},[_c('span',{staticClass:"list-actions",attrs:{"id":"action-list"}},[_vm._l((_vm.listActions),function(action){return [(action.isVisible == true && typeof action.callbackfunction != 'undefined')?_c('a',{class:{'actions-onclick': true, 'disabled': (typeof action.isDisabled != 'undefined' && action.isDisabled == true)},attrs:{"typetitle":action.title,"typefor":action.title,"value":_vm.item[_vm.identityColumn],"title":action.title},on:{"click":function($event){return _vm.ClickEvent(action.callbackfunction,_vm.item,_vm.index,$event)}}},[_c('em',{class:action.icon + ' ' + ((typeof action.isDisabled != 'undefined' && action.isDisabled == true)?'disabled': '')}),_c('span',{staticClass:"text"},[_vm._v(" "+_vm._s(action.title)+" "),_c('span',{domProps:{"innerHTML":_vm._s(_vm.replaceText(action.additionalSpan))}})])]):_vm._e(),(action.isVisible == true && typeof action.callbackfunction == 'undefined')?_c('RouterLink',{class:{'actions-onclick': true, 'disabled': (typeof action.isDisabled != 'undefined' && action.isDisabled == true)},attrs:{"to":_vm.replaceText(action.href),"title":action.title}},[_c('em',{class:action.icon + ' ' + ((typeof action.isDisabled != 'undefined' && action.isDisabled == true)?'disabled': '')}),_vm._v(" "),_c('br'),_c('span',{staticClass:"text"},[_vm._v(" "+_vm._s(action.title))])]):_vm._e()]}),_c('em',{staticClass:"fa fa-times close close-action",attrs:{"aria-hidden":"true"}})],2)])])]):_vm._e(),(_vm.listType == 'List' && _vm.listActions.length <= 2)?_c('td',{staticClass:"text-center single-action",style:((_vm.listType == 'List')?'display: inline-block': '')},[_vm._l((_vm.listActions),function(action){return [(action.isVisible == true && typeof action.callbackfunction != 'undefined')?_c('a',{class:{'actions-onclick': true, 'disabled': (typeof action.isDisabled != 'undefined' && action.isDisabled == true)},attrs:{"typetitle":action.title,"typefor":action.title,"value":_vm.item[_vm.identityColumn],"title":action.title},on:{"click":function($event){return _vm.ClickEvent(action.callbackfunction,_vm.item,_vm.index,$event)}}},[_c('em',{class:action.icon + ' ' + ((typeof action.isDisabled != 'undefined' && action.isDisabled == true)?'disabled': '')})]):_vm._e(),(action.isVisible == true && typeof action.callbackfunction == 'undefined')?_c('RouterLink',{class:{'actions-onclick': true, 'disabled': (typeof action.isDisabled != 'undefined' && action.isDisabled == true)},attrs:{"to":_vm.replaceText(action.href),"title":action.title}},[_c('em',{class:action.icon + ' ' + ((typeof action.isDisabled != 'undefined' && action.isDisabled == true)?'disabled': '')})]):_vm._e()]})],2):_vm._e(),_vm._l((_vm.listActions),function(action){return (_vm.listType == 'Card')?[((action.isVisible == true && typeof action.callbackfunction != 'undefined'))?_c('a',{class:'round-icon-small ' + ((action.class) ? action.class : 'btn-info') + ' ' + ((typeof action.isDisabled != 'undefined' && action.isDisabled == true)?'disabled': ''),attrs:{"typetitle":action.title,"typefor":action.title,"value":_vm.item[_vm.identityColumn],"title":action.title,"data-toggle-tooltip":"tooltip","data-original-title":action.title},on:{"click":function($event){return _vm.ClickEvent(action.callbackfunction,_vm.item,_vm.index,$event)}}},[_c('em',{class:_vm.CardActionIcon(action.icon) + ' ' + ((typeof action.isDisabled != 'undefined' && action.isDisabled == true)?'disabled': '')})]):_vm._e(),(action.isVisible == true && typeof action.callbackfunction == 'undefined')?_c('RouterLink',{class:'round-icon-small ' + ((action.class) ? action.class : 'btn-info') + ' ' + ((typeof action.isDisabled != 'undefined' && action.isDisabled == true)?'disabled': ''),attrs:{"to":_vm.replaceText(action.href),"title":action.title}},[_c('em',{class:_vm.CardActionIcon(action.icon) + ' ' + ((typeof action.isDisabled != 'undefined' && action.isDisabled == true)?'disabled': '')})]):_vm._e()]:_vm._e()}),_vm._l((_vm.listActions),function(action){return (_vm.listType == 'Kanban')?[(action.isVisible == true && typeof action.callbackfunction != 'undefined')?_c('a',{class:{'actions-onclick': true, 'disabled': (typeof action.isDisabled != 'undefined' && action.isDisabled == true)},attrs:{"typetitle":action.title,"typefor":action.title,"value":_vm.item[_vm.identityColumn],"title":action.title},on:{"click":function($event){return _vm.ClickEvent(action.callbackfunction,_vm.item,_vm.index,$event)}}},[_c('i',{class:action.icon + ' ' + ((typeof action.isDisabled != 'undefined' && action.isDisabled == true)?'disabled': '')}),_c('span',{staticClass:"text"},[_vm._v(" "+_vm._s(action.title)+" "),_c('span',{domProps:{"innerHTML":_vm._s(_vm.replaceText(action.additionalSpan))}})])]):_vm._e(),(action.isVisible == true && typeof action.callbackfunction == 'undefined')?_c('RouterLink',{class:{'actions-onclick': true, 'disabled': (typeof action.isDisabled != 'undefined' && action.isDisabled == true)},attrs:{"to":_vm.replaceText(action.href),"title":action.title}},[_c('i',{class:action.icon + ' ' + ((typeof action.isDisabled != 'undefined' && action.isDisabled == true)?'disabled': '')}),_c('span',{staticClass:"text"},[_vm._v(" "+_vm._s(action.title))])]):_vm._e()]:_vm._e()})],2)}
|
|
36827
|
+
var RowActionsvue_type_template_id_b507fc8e_staticRenderFns = []
|
|
36826
36828
|
|
|
36827
36829
|
|
|
36828
|
-
// CONCATENATED MODULE: ./src/components/RowActions.vue?vue&type=template&id=
|
|
36830
|
+
// CONCATENATED MODULE: ./src/components/RowActions.vue?vue&type=template&id=b507fc8e&
|
|
36829
36831
|
|
|
36830
36832
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.replace.js
|
|
36831
36833
|
var es_string_replace = __webpack_require__("5319");
|
|
@@ -37103,8 +37105,8 @@ function normalizeComponent (
|
|
|
37103
37105
|
|
|
37104
37106
|
var component = normalizeComponent(
|
|
37105
37107
|
components_RowActionsvue_type_script_lang_js_,
|
|
37106
|
-
|
|
37107
|
-
|
|
37108
|
+
RowActionsvue_type_template_id_b507fc8e_render,
|
|
37109
|
+
RowActionsvue_type_template_id_b507fc8e_staticRenderFns,
|
|
37108
37110
|
false,
|
|
37109
37111
|
null,
|
|
37110
37112
|
null,
|
|
@@ -37407,10 +37409,49 @@ var Pager_component = normalizeComponent(
|
|
|
37407
37409
|
//
|
|
37408
37410
|
//
|
|
37409
37411
|
//
|
|
37412
|
+
//
|
|
37413
|
+
//
|
|
37414
|
+
//
|
|
37415
|
+
//
|
|
37416
|
+
//
|
|
37417
|
+
//
|
|
37418
|
+
//
|
|
37419
|
+
//
|
|
37420
|
+
//
|
|
37421
|
+
//
|
|
37422
|
+
//
|
|
37423
|
+
//
|
|
37424
|
+
//
|
|
37425
|
+
//
|
|
37426
|
+
//
|
|
37427
|
+
//
|
|
37428
|
+
//
|
|
37429
|
+
//
|
|
37430
|
+
//
|
|
37431
|
+
//
|
|
37432
|
+
//
|
|
37433
|
+
//
|
|
37434
|
+
//
|
|
37435
|
+
//
|
|
37436
|
+
//
|
|
37437
|
+
//
|
|
37438
|
+
//
|
|
37439
|
+
//
|
|
37440
|
+
//
|
|
37441
|
+
//
|
|
37442
|
+
//
|
|
37443
|
+
//
|
|
37444
|
+
//
|
|
37445
|
+
//
|
|
37446
|
+
//
|
|
37447
|
+
//
|
|
37448
|
+
|
|
37410
37449
|
|
|
37411
37450
|
|
|
37412
37451
|
/* harmony default export */ var DataTablevue_type_script_lang_js_ = ({
|
|
37452
|
+
name: "DataTable",
|
|
37413
37453
|
components: {
|
|
37454
|
+
DataTable: DataTable,
|
|
37414
37455
|
RowActions: RowActions,
|
|
37415
37456
|
Pager: Pager
|
|
37416
37457
|
},
|
|
@@ -37469,6 +37510,10 @@ var Pager_component = normalizeComponent(
|
|
|
37469
37510
|
UserPageSize: {
|
|
37470
37511
|
type: Number,
|
|
37471
37512
|
default: 10
|
|
37513
|
+
},
|
|
37514
|
+
isChild: {
|
|
37515
|
+
type: Boolean,
|
|
37516
|
+
default: false
|
|
37472
37517
|
}
|
|
37473
37518
|
},
|
|
37474
37519
|
watch: {
|
|
@@ -37488,6 +37533,20 @@ var Pager_component = normalizeComponent(
|
|
|
37488
37533
|
};
|
|
37489
37534
|
},
|
|
37490
37535
|
methods: {
|
|
37536
|
+
onExpndChild: function onExpndChild(item) {
|
|
37537
|
+
item.child.isShowChild = true;
|
|
37538
|
+
|
|
37539
|
+
if (typeof item.child != 'undefined' && typeof item.child.onExpandChild != 'undefined') {
|
|
37540
|
+
item.child.onExpandChild(item);
|
|
37541
|
+
}
|
|
37542
|
+
},
|
|
37543
|
+
onCollapeChild: function onCollapeChild(item) {
|
|
37544
|
+
item.child.isShowChild = false;
|
|
37545
|
+
|
|
37546
|
+
if (typeof item.child != 'undefined' && typeof item.child.onCollapeChild != 'undefined') {
|
|
37547
|
+
item.child.onCollapeChild(item);
|
|
37548
|
+
}
|
|
37549
|
+
},
|
|
37491
37550
|
NewArray: function NewArray(size) {
|
|
37492
37551
|
var x = [];
|
|
37493
37552
|
|
|
@@ -37546,8 +37605,8 @@ var Pager_component = normalizeComponent(
|
|
|
37546
37605
|
|
|
37547
37606
|
var DataTable_component = normalizeComponent(
|
|
37548
37607
|
components_DataTablevue_type_script_lang_js_,
|
|
37549
|
-
|
|
37550
|
-
|
|
37608
|
+
DataTablevue_type_template_id_0dc64f92_render,
|
|
37609
|
+
DataTablevue_type_template_id_0dc64f92_staticRenderFns,
|
|
37551
37610
|
false,
|
|
37552
37611
|
null,
|
|
37553
37612
|
null,
|
|
@@ -39117,6 +39176,7 @@ var list_header_buttonNew_component = normalizeComponent(
|
|
|
39117
39176
|
var checkText = x.nextSibling;
|
|
39118
39177
|
var id = null;
|
|
39119
39178
|
var elem = checkText;
|
|
39179
|
+
elem.style.transition = "all 1s";
|
|
39120
39180
|
var pos = 0,
|
|
39121
39181
|
width = 170;
|
|
39122
39182
|
clearInterval(id);
|
|
@@ -39127,22 +39187,24 @@ var list_header_buttonNew_component = normalizeComponent(
|
|
|
39127
39187
|
Array.from(elem.getElementsByClassName("actions-onclick")).forEach(function (e) {
|
|
39128
39188
|
width = width + e.offsetWidth + e.scrollWidth + 10;
|
|
39129
39189
|
e.style.overflow = "unset";
|
|
39130
|
-
});
|
|
39131
|
-
|
|
39132
|
-
|
|
39133
|
-
|
|
39134
|
-
|
|
39135
|
-
|
|
39136
|
-
|
|
39137
|
-
|
|
39138
|
-
|
|
39139
|
-
|
|
39140
|
-
}
|
|
39141
|
-
|
|
39190
|
+
}); // id = setInterval(frame, 1);
|
|
39191
|
+
// function frame() {
|
|
39192
|
+
// if (pos > width) {
|
|
39193
|
+
// clearInterval(id);
|
|
39194
|
+
// elem.style.width = width + "px";
|
|
39195
|
+
// }
|
|
39196
|
+
// else {
|
|
39197
|
+
// pos = pos + 20;
|
|
39198
|
+
// //elem.style.width = pos + "px";
|
|
39199
|
+
// }
|
|
39200
|
+
// }
|
|
39201
|
+
|
|
39202
|
+
elem.style.width = width + "px";
|
|
39142
39203
|
elem.style.opacity = 1;
|
|
39143
39204
|
});
|
|
39144
39205
|
x.nextSibling.getElementsByClassName("close-action")[0].removeEventListener("click", null);
|
|
39145
39206
|
x.nextSibling.getElementsByClassName("close-action")[0].addEventListener("click", function (e) {
|
|
39207
|
+
x.nextSibling.style.transition = "all 0.5s";
|
|
39146
39208
|
x.nextSibling.classList.remove("is-visible");
|
|
39147
39209
|
x.nextSibling.style.opacity = 0;
|
|
39148
39210
|
x.nextSibling.style.width = 0;
|