@things-factory/meta-ui 6.0.132 → 6.0.134
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/client/actions/main.js +4 -4
- package/client/component/filter/filter-form-resource-code-select.js +9 -9
- package/client/component/filter/filter-grist-resource-code-select.js +10 -10
- package/client/component/grist/editor/ox-grist-editor-resource-code-selector.js +9 -9
- package/client/component/grist/renderer/ox-grist-renderer-resource-code-selector.js +1 -1
- package/client/component/selector/ox-resource-code-selector-popup.js +40 -0
- package/client/mixin/meta-base-mixin.js +1 -1
- package/client/mixin/meta-basic-grist-mixin.js +4 -4
- package/client/mixin/meta-button-mixin.js +1 -1
- package/client/mixin/meta-form-mixin.js +1 -1
- package/client/mixin/meta-grist-tab-mixin.js +1 -1
- package/client/mixin/meta-main-tab-mixin.js +1 -1
- package/client/mixin/meta-master-detail-mixin.js +1 -1
- package/client/mixin/meta-service-mixin.js +1 -1
- package/client/mixin/meta-tab-detail-mixin.js +1 -1
- package/client/mixin/meta-tab-mixin.js +1 -1
- package/client/pages/activity/meta-activity-list-page.js +6 -6
- package/client/pages/activity/meta-activity-viewer-element.js +3 -3
- package/client/pages/activity/meta-activity-writer-element.js +3 -3
- package/client/pages/activity/meta-activiy-mixin.js +3 -3
- package/client/pages/entity/config-entity.js +29 -29
- package/client/pages/entity/main-menu-selector.js +8 -8
- package/client/pages/history/history-copy-list-popup.js +4 -4
- package/client/pages/history/history-json-list-popup.js +6 -6
- package/client/pages/loading-page.js +5 -5
- package/client/pages/menu/dynamic-menu-template.js +7 -7
- package/client/pages/menu/dynamic-menu.js +15 -15
- package/client/pages/meta-form-element.js +1 -1
- package/client/pages/meta-grist-element.js +1 -1
- package/client/pages/meta-grist-page.js +1 -1
- package/client/pages/meta-grist-tab-element.js +1 -1
- package/client/pages/meta-grist-tab-page.js +1 -1
- package/client/pages/meta-main-tab-element.js +1 -1
- package/client/pages/meta-main-tab-page.js +1 -1
- package/client/pages/meta-master-detail-element.js +1 -1
- package/client/pages/meta-master-detail-page.js +1 -1
- package/client/pages/meta-tab-detail-element.js +1 -1
- package/client/pages/meta-tab-detail-page.js +1 -1
- package/client/pages/meta-tab-element.js +1 -1
- package/client/pages/personalize/personal-column-selector.js +11 -11
- package/client/pages/terms/config-terminology.js +5 -5
- package/client/pages/work-code/work-code-detail-popup.js +1 -1
- package/client/pages/work-code/work-code-page.js +1 -1
- package/client/reducers/main.js +1 -1
- package/client/utils/meta-api.js +1 -1
- package/client/utils/meta-crypto.js +1 -1
- package/client/utils/meta-ui-util.js +103 -103
- package/client/utils/service-util.js +13 -13
- package/client/utils/terms-util.js +2 -2
- package/client/utils/ui-util.js +1 -1
- package/client/utils/value-util.js +1 -1
- package/client/viewparts/dynamic-menu-landscape-styles.js +2 -2
- package/client/viewparts/dynamic-menu-landscape.js +10 -10
- package/client/viewparts/dynamic-menu-part.js +11 -11
- package/client/viewparts/dynamic-menu-portrait-styles.js +2 -2
- package/client/viewparts/dynamic-menu-portrait.js +9 -9
- package/client/viewparts/dynamic-top-menu-bar.js +7 -7
- package/package.json +5 -5
- package/server/activity/CommonActivity.js +2 -2
- package/server/constants/error-code.js +1 -1
- package/server/errors/license-error.js +1 -1
- package/server/routes.js +1 -1
- package/server/service/grid-personalize/grid-personalize-mutation.js +1 -1
- package/server/service/grid-personalize/grid-personalize-query.js +1 -1
- package/server/service/grid-personalize/grid-personalize-type.js +1 -1
- package/server/service/grid-personalize/grid-personalize.js +1 -1
- package/server/service/meta-activity/meta-activity-mutation.js +1 -1
- package/server/service/meta-activity/meta-activity-query.js +1 -1
- package/server/service/meta-activity/meta-activity-type.js +1 -1
- package/server/service/meta-secret/meta-resolver.js +1 -1
- package/server/service/set-translations/set-translation-resolver.js +1 -1
- package/server/service/work-code/work-code-mutation.js +1 -1
- package/server/service/work-code/work-code-query.js +1 -1
- package/server/service/work-code/work-code-type.js +1 -1
- package/server/service/work-code/work-code.js +1 -1
- package/server/service/work-code-detail/work-code-detail-mutation.js +1 -1
- package/server/service/work-code-detail/work-code-detail-query.js +1 -1
- package/server/service/work-code-detail/work-code-detail-type.js +1 -1
- package/server/service/work-code-detail/work-code-detail.js +1 -1
- package/translations/ja.json +75 -0
- package/client/component/editor/ox-grist-editor-resource-selector.js +0 -9
- package/client/component/grist/selector/ox-resource-code-selector-popup.js +0 -40
- package/client/component/renderer/ox-grist-renderer-resource-column.js +0 -1
- package/client/component/renderer/ox-grist-renderer-resource-selector.js +0 -1
- package/client/component/selector/ox-resource-selector-popup.js +0 -40
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a0_0x101966=a0_0x6552;(function(_0x14c4eb,_0x581b73){const _0x1dcdfe=a0_0x6552,_0x3d6cd6=_0x14c4eb();while(!![]){try{const _0x5dd923=parseInt(_0x1dcdfe(0x14b))/0x1+-parseInt(_0x1dcdfe(0x14f))/0x2*(parseInt(_0x1dcdfe(0x14c))/0x3)+parseInt(_0x1dcdfe(0x127))/0x4+parseInt(_0x1dcdfe(0x135))/0x5*(-parseInt(_0x1dcdfe(0x158))/0x6)+parseInt(_0x1dcdfe(0x12b))/0x7*(parseInt(_0x1dcdfe(0x15e))/0x8)+-parseInt(_0x1dcdfe(0x148))/0x9*(-parseInt(_0x1dcdfe(0x150))/0xa)+parseInt(_0x1dcdfe(0x146))/0xb*(-parseInt(_0x1dcdfe(0x142))/0xc);if(_0x5dd923===_0x581b73)break;else _0x3d6cd6['push'](_0x3d6cd6['shift']());}catch(_0x4d8835){_0x3d6cd6['push'](_0x3d6cd6['shift']());}}}(a0_0x34b3,0x6fe82));import{html}from'lit';function a0_0x34b3(){const _0x544f69=['push','buttonConfig','fetch','1025quMhUs','masterElement','exportable','grid_column','value','columns','activityDataSet','useFilterForm','actions','gridColumnConfig','render','grid','search','6431124bwYFAx','filterFormId','styles','connectedCallback','11ipBEmV','header','207TTawjU','getData','searchFieldValues','77487hFyGEn','68313MOYgnw','record','importable','26yQIrQb','164390cMPRag','parseGristConfigs','filter','getMainGrist','gristConfigSet','type','getMainTabHtml','ox-grist','3294XAqFvP','useMasterFilterForm','isElement','firstUpdated','querySelector','parseBasicGridConfigs','8hdPeIq','2248152JrWiQZ','gridConfig','clear','pageInitialized','2696701pLjlkg','operator','dataSet','name','grist','options','beforeFetch'];a0_0x34b3=function(){return _0x544f69;};return a0_0x34b3();}import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{UiUtil}from'../utils/ui-util';function a0_0x6552(_0x14693f,_0x2e27ee){const _0x34b32d=a0_0x34b3();return a0_0x6552=function(_0x6552aa,_0x474163){_0x6552aa=_0x6552aa-0x127;let _0x263ae8=_0x34b32d[_0x6552aa];return _0x263ae8;},a0_0x6552(_0x14693f,_0x2e27ee);}import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaMainTabMixin=_0x20636e=>class extends MetaButtonMixin(_0x20636e){static get[a0_0x101966(0x144)](){return MetaApi['getBasicMainTabStyles']();}static get['properties'](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String};}get[a0_0x101966(0x12f)](){const _0x4464b4=a0_0x101966;return this['masterElement'][_0x4464b4(0x153)]();}get['filterForm'](){const _0x395f35=a0_0x101966;return this['shadowRoot']?.[_0x395f35(0x15c)](this[_0x395f35(0x143)]);}get['context'](){const _0x27f341=a0_0x101966;let _0x4cf08f=MetaUiUtil['getContextObject'](this);return _0x4cf08f[_0x27f341(0x13d)]&&delete _0x4cf08f[_0x27f341(0x13d)],_0x4cf08f[_0x27f341(0x137)]&&delete _0x4cf08f[_0x27f341(0x137)],_0x4cf08f[_0x27f341(0x14e)]&&delete _0x4cf08f[_0x27f341(0x14e)],_0x4cf08f;}async[a0_0x101966(0x145)](){const _0x50ee2d=a0_0x101966;this['gristId']=_0x50ee2d(0x157),this[_0x50ee2d(0x143)]='ox-filters-form-base',await this['getAndParseMenuMeta'](),this[_0x50ee2d(0x15a)]&&await this[_0x50ee2d(0x151)](),this[_0x50ee2d(0x13b)]&&(this[_0x50ee2d(0x12d)]=(this[_0x50ee2d(0x13b)]||{})['main']),super[_0x50ee2d(0x145)]&&await super[_0x50ee2d(0x145)]();}async[a0_0x101966(0x15b)](){const _0x1af5da=a0_0x101966;super[_0x1af5da(0x15b)]&&await super['firstUpdated']();}async[a0_0x101966(0x12a)](){const _0x36011e=a0_0x101966;this['isPage']&&await this[_0x36011e(0x151)](),super[_0x36011e(0x12a)]&&await super[_0x36011e(0x12a)]();}[a0_0x101966(0x13f)](){const _0x39b26b=a0_0x101966;return MetaApi[_0x39b26b(0x156)](this);}[a0_0x101966(0x15d)](_0x5c329f){const _0x53b39e=a0_0x101966;this[_0x53b39e(0x128)]=_0x5c329f[_0x53b39e(0x140)],this[_0x53b39e(0x13e)]=_0x5c329f[_0x53b39e(0x138)],this['searchConfig']=_0x5c329f[_0x53b39e(0x141)];}async[a0_0x101966(0x151)](){const _0x1f12f3=a0_0x101966;this[_0x1f12f3(0x154)]=await MetaApi['parseGridConfigSet'](this),this[_0x1f12f3(0x159)]=!0x0===this[_0x1f12f3(0x13c)],this[_0x1f12f3(0x13c)]=!0x1,this[_0x1f12f3(0x133)]=void 0x0,this['useButtonExport']=!0x1,this['useButtonImport']=!0x1,this[_0x1f12f3(0x14a)]=[],this['searchFields']=this[_0x1f12f3(0x154)][_0x1f12f3(0x13a)][_0x1f12f3(0x152)](_0x36c963=>_0x36c963[_0x1f12f3(0x152)])['map'](_0x46985e=>{const _0x3825f5=_0x1f12f3;let _0xa57c54={'name':_0x46985e[_0x3825f5(0x12e)],'type':_0x3825f5(0x141)===_0x46985e[_0x3825f5(0x152)][_0x3825f5(0x12c)]?_0x3825f5(0x141):_0x46985e[_0x3825f5(0x155)],'label':_0x46985e[_0x3825f5(0x147)],'operator':_0x46985e[_0x3825f5(0x152)][_0x3825f5(0x12c)]?_0x46985e[_0x3825f5(0x152)]['operator']:'eq'};return _0x46985e['filter'][_0x3825f5(0x130)]&&(_0xa57c54['options']=_0x46985e[_0x3825f5(0x152)][_0x3825f5(0x130)]),_0x46985e[_0x3825f5(0x14d)]['options']&&(_0xa57c54[_0x3825f5(0x130)]=_0x46985e[_0x3825f5(0x14d)][_0x3825f5(0x130)]),_0x46985e[_0x3825f5(0x152)][_0x3825f5(0x139)]&&this[_0x3825f5(0x14a)][_0x3825f5(0x132)]({'name':_0xa57c54[_0x3825f5(0x12e)],'operator':_0xa57c54[_0x3825f5(0x12c)],'value':_0x46985e['filter'][_0x3825f5(0x139)]}),delete _0x46985e['filter'],_0xa57c54;});}async['fetch'](){const _0x29988=a0_0x101966;await this[_0x29988(0x12f)][_0x29988(0x134)]();}async[a0_0x101966(0x131)]({page:_0x4735e3=0x0,limit:_0x13ccfb=0x0,sortings:_0x12d8eb=[],filters:_0x548878=[]}){const _0xb7b15e=a0_0x101966;return this[_0xb7b15e(0x136)]&&this[_0xb7b15e(0x136)][_0xb7b15e(0x129)]&&await this[_0xb7b15e(0x136)][_0xb7b15e(0x129)](),!0x0;}[a0_0x101966(0x149)](){const _0x512d6c=a0_0x101966;return{'master':this[_0x512d6c(0x136)]['getData']()};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a0_0x24e99c=a0_0x5348;(function(_0x43d23e,_0x261f33){const _0x5e705f=a0_0x5348,_0x25a0f8=_0x43d23e();while(!![]){try{const _0x36e9d6=parseInt(_0x5e705f(0xde))/0x1+-parseInt(_0x5e705f(0xc6))/0x2+parseInt(_0x5e705f(0xc8))/0x3+-parseInt(_0x5e705f(0xca))/0x4*(-parseInt(_0x5e705f(0xf2))/0x5)+-parseInt(_0x5e705f(0xf7))/0x6+-parseInt(_0x5e705f(0xc5))/0x7*(-parseInt(_0x5e705f(0xf6))/0x8)+-parseInt(_0x5e705f(0x103))/0x9*(parseInt(_0x5e705f(0xda))/0xa);if(_0x36e9d6===_0x261f33)break;else _0x25a0f8['push'](_0x25a0f8['shift']());}catch(_0x5c2d34){_0x25a0f8['push'](_0x25a0f8['shift']());}}}(a0_0x2f9f,0x78fb2));import{html}from'lit';import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{UiUtil}from'../utils/ui-util';function a0_0x2f9f(){const _0x57cf0a=['2976690aXyFRL','type','grid_column','querySelector','value','fetch','searchConfig','map','isPage','find','findOne','name','90TtFlrU','deleteByIds','forEach','keys','searchFieldValues','context','tTitle','shadowRoot','detailElement','records','push','dataSet','exportable','title','patchesForUpdateMultiple','parseGridConfigSet','exportableData','connectedCallback','styles','activityDataSet','pageInitialized','146881vYMuQr','775828EHQBCH','header','1409826iQUuSO','parseGristConfigs','4htVHUW','___data','save','getSelectedIdList','properties','firstUpdated','filterFormId','filterForm','parseBasicGridConfigs','columns','beforeFetch','import','export','isElement','filter','grist','712870xBRqjz','ox-filters-form-base','operator','record','813782fMKQzG','gristConfigSet','getMasterDetailHtml','grid','gristId','parse','getData','getParams','ox-grist','clear','useFilterForm','gridColumnConfig','main','isNotEmpty','options','updateMultiple','startsWith','delete','menuInfo','search','2784585IYgEqQ','useMasterFilterForm','renderRoot','importable','96ShWFTf'];a0_0x2f9f=function(){return _0x57cf0a;};return a0_0x2f9f();}import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';function a0_0x5348(_0x18b463,_0x4521b5){const _0x2f9ff7=a0_0x2f9f();return a0_0x5348=function(_0x5348f3,_0x8c650e){_0x5348f3=_0x5348f3-0xb9;let _0x2d5ad9=_0x2f9ff7[_0x5348f3];return _0x2d5ad9;},a0_0x5348(_0x18b463,_0x4521b5);}export const MetaMasterDetailMixin=_0x444f26=>class extends MetaButtonMixin(_0x444f26){static get[a0_0x24e99c(0xc2)](){return MetaApi['getBasicMasterDetailStyles']();}static get[a0_0x24e99c(0xce)](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String,'detailElement':Object};}get[a0_0x24e99c(0xd9)](){const _0x304abf=a0_0x24e99c;return this[_0x304abf(0xf4)][_0x304abf(0xfa)](this[_0x304abf(0xe2)]);}get[a0_0x24e99c(0xd1)](){const _0x362de8=a0_0x24e99c;return this[_0x362de8(0x10a)]?.['querySelector'](this[_0x362de8(0xd0)]);}get[a0_0x24e99c(0x108)](){const _0x59290f=a0_0x24e99c;let _0x1f2e25=MetaUiUtil['getContextObject'](this);return _0x1f2e25['actions']&&delete _0x1f2e25['actions'],_0x1f2e25[_0x59290f(0xbc)]&&delete _0x1f2e25[_0x59290f(0xbc)],_0x1f2e25['importable']&&delete _0x1f2e25[_0x59290f(0xf5)],_0x1f2e25;}async[a0_0x24e99c(0xc1)](){const _0x305c59=a0_0x24e99c;this['gristId']=_0x305c59(0xe6),this['filterFormId']=_0x305c59(0xdb),await this['getAndParseMenuMeta'](),this[_0x305c59(0xd7)]&&await this[_0x305c59(0xc9)](),this[_0x305c59(0xc3)]&&(this[_0x305c59(0xbb)]=(this['activityDataSet']||{})[_0x305c59(0xea)]),super[_0x305c59(0xc1)]&&await super[_0x305c59(0xc1)]();}async[a0_0x24e99c(0xcf)](){const _0x43a74c=a0_0x24e99c;super['firstUpdated']&&await super[_0x43a74c(0xcf)]();}async[a0_0x24e99c(0xc4)](){const _0x4b02f6=a0_0x24e99c;this[_0x4b02f6(0xff)]&&await this[_0x4b02f6(0xc9)](),super['pageInitialized']&&await super[_0x4b02f6(0xc4)]();}['render'](){const _0x59c9a7=a0_0x24e99c;return MetaApi[_0x59c9a7(0xe0)](this);}[a0_0x24e99c(0xd2)](_0x56514f){const _0x90e8df=a0_0x24e99c;this['gridConfig']=_0x56514f[_0x90e8df(0xe1)],this[_0x90e8df(0xe9)]=_0x56514f[_0x90e8df(0xf9)],this[_0x90e8df(0xfd)]=_0x56514f[_0x90e8df(0xf1)];}async[a0_0x24e99c(0xc9)](){const _0x493e91=a0_0x24e99c;this[_0x493e91(0xdf)]=await MetaApi[_0x493e91(0xbf)](this),this[_0x493e91(0xf3)]=!0x0===this[_0x493e91(0xe8)],this['useFilterForm']=!0x1,this['searchFieldValues']=[],this['searchFields']=this['gristConfigSet'][_0x493e91(0xd3)]['filter'](_0x19bcd4=>_0x19bcd4[_0x493e91(0xd8)])[_0x493e91(0xfe)](_0x495816=>{const _0x572c4d=_0x493e91;let _0x1d32da={'name':_0x495816[_0x572c4d(0x102)],'type':_0x572c4d(0xf1)===_0x495816[_0x572c4d(0xd8)][_0x572c4d(0xdc)]?_0x572c4d(0xf1):_0x495816[_0x572c4d(0xf8)],'label':_0x495816[_0x572c4d(0xc7)],'operator':_0x495816[_0x572c4d(0xd8)][_0x572c4d(0xdc)]?_0x495816[_0x572c4d(0xd8)][_0x572c4d(0xdc)]:'eq'};return _0x495816[_0x572c4d(0xd8)]['options']&&(_0x1d32da[_0x572c4d(0xec)]=_0x495816[_0x572c4d(0xd8)]['options']),_0x495816[_0x572c4d(0xdd)]['options']&&(_0x1d32da[_0x572c4d(0xec)]=_0x495816[_0x572c4d(0xdd)]['options']),_0x495816[_0x572c4d(0xd8)][_0x572c4d(0xfb)]&&this[_0x572c4d(0x107)][_0x572c4d(0xba)]({'name':_0x1d32da[_0x572c4d(0x102)],'operator':_0x1d32da[_0x572c4d(0xdc)],'value':_0x495816['filter']['value']}),delete _0x495816[_0x572c4d(0xd8)],_0x1d32da;});}async[a0_0x24e99c(0xfc)](){const _0x90e583=a0_0x24e99c;await this['grist'][_0x90e583(0xfc)]();}async[a0_0x24e99c(0xd4)]({page:_0x2fc893=0x0,limit:_0x374470=0x0,sortings:_0x14634e=[],filters:_0x45b273=[]}){const _0x135484=a0_0x24e99c;return this[_0x135484(0x10b)]&&this['detailElement']['clear']&&await this[_0x135484(0x10b)][_0x135484(0xe7)](),!0x0;}async[a0_0x24e99c(0xcc)](){const _0x48dc0c=a0_0x24e99c;let _0x3627cf=MetaApi[_0x48dc0c(0xbe)](this['grist']);!!ValueUtil[_0x48dc0c(0xeb)](_0x3627cf)&&await this[_0x48dc0c(0xed)](_0x3627cf)&&this[_0x48dc0c(0xfc)]();}async[a0_0x24e99c(0x100)](){const _0x276143=a0_0x24e99c;let _0x5cb8d0=MetaApi[_0x276143(0xcd)](this[_0x276143(0xd9)],!0x0);return ValueUtil[_0x276143(0xeb)](_0x5cb8d0)?await this[_0x276143(0x101)](_0x5cb8d0[0x0]):{};}async[a0_0x24e99c(0xef)](){const _0x5877a3=a0_0x24e99c;let _0x13468b=MetaApi[_0x5877a3(0xcd)](this['grist'],!0x0);!!ValueUtil['isNotEmpty'](_0x13468b)&&await this[_0x5877a3(0x104)](_0x13468b)&&this['fetch']();}async[a0_0x24e99c(0xd6)](){const _0x58d10f=a0_0x24e99c;let _0x1595a2=TermsUtil[_0x58d10f(0x109)](ValueUtil[_0x58d10f(0xe5)](this[_0x58d10f(0xf0)],_0x58d10f(0xbd)));return await MetaApi[_0x58d10f(0xc0)](this[_0x58d10f(0xd7)],_0x1595a2,this[_0x58d10f(0xd9)]);}async[a0_0x24e99c(0xd5)](){}[a0_0x24e99c(0xe4)](){const _0x2f0d0c=a0_0x24e99c;let _0x26b3dd=this[_0x2f0d0c(0xd9)][_0x2f0d0c(0xcb)][_0x2f0d0c(0xb9)];return _0x26b3dd=JSON[_0x2f0d0c(0xe3)](JSON['stringify'](_0x26b3dd)),_0x26b3dd[_0x2f0d0c(0x105)](_0x32e7=>{const _0x5c7fb7=_0x2f0d0c;Object[_0x5c7fb7(0x106)](_0x32e7)[_0x5c7fb7(0x105)](_0x2cc317=>{const _0x14b55a=_0x5c7fb7;_0x2cc317[_0x14b55a(0xee)]('__')&&delete _0x32e7[_0x2cc317];});}),{'main':_0x26b3dd,'detail':this['detailElement'][_0x2f0d0c(0xe4)]()};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a0_0x526b(_0x578a92,_0x457604){const _0x1dc7c7=a0_0x1dc7();return a0_0x526b=function(_0x526bee,_0x29dbcf){_0x526bee=_0x526bee-0x19d;let _0xaf4acd=_0x1dc7c7[_0x526bee];return _0xaf4acd;},a0_0x526b(_0x578a92,_0x457604);}const a0_0x50e576=a0_0x526b;(function(_0x59d77c,_0x44b678){const _0x4dc51a=a0_0x526b,_0x5aadd9=_0x59d77c();while(!![]){try{const _0x2573fb=-parseInt(_0x4dc51a(0x1b8))/0x1+-parseInt(_0x4dc51a(0x1d1))/0x2*(-parseInt(_0x4dc51a(0x1c8))/0x3)+parseInt(_0x4dc51a(0x1c6))/0x4+parseInt(_0x4dc51a(0x1ce))/0x5+parseInt(_0x4dc51a(0x1d0))/0x6*(parseInt(_0x4dc51a(0x1d4))/0x7)+-parseInt(_0x4dc51a(0x1a3))/0x8+-parseInt(_0x4dc51a(0x1d8))/0x9;if(_0x2573fb===_0x44b678)break;else _0x5aadd9['push'](_0x5aadd9['shift']());}catch(_0x359491){_0x5aadd9['push'](_0x5aadd9['shift']());}}}(a0_0x1dc7,0x5110d));import{adjustFilters}from'@operato/utils';import{MetaBaseMixin}from'./meta-base-mixin';import{MetaApi}from'./../utils/meta-api';import{ValueUtil}from'./../utils/value-util';function a0_0x1dc7(){const _0x584e1f=['forEach','getPageNavigateParams','split','infinityPage','gristConfigSet','53941GNhkCS','gql','skip_fields','name','mainFilterForm','parent_id','filter','findOne','lifecycle','keys','getQueryFilters','deleteListByIds','func','isPage','2558304AdtqZx','afterFetch','15tmEgNX','pass','getSelectColumns','columns','isEmpty','beforeFetch','709850MRjNMr','query','2805762czwsQk','140890AVPoYt','dataSet','updateMultiple','7GMutOr','push','multiple','list_func','8594793pjubkv','isElement','isArray','getParams','includes','length','records','2083480ooPBKk','searchByPagination','parse','map','params','after_set_fields','parseBasicServiceConfigs','delete','gqlInfo','is_activity','value','mutation','deleteByIds','find_one_func','isNotEmpty','filterForm'];a0_0x1dc7=function(){return _0x584e1f;};return a0_0x1dc7();}export const MetaServiceMixin=_0x5ae9d3=>class extends MetaBaseMixin(_0x5ae9d3){static get['properties'](){return{'gqlInfo':Object};}[a0_0x50e576(0x1a9)](_0x2becf2){const _0x45c5bf=a0_0x50e576;this[_0x45c5bf(0x1ab)]=_0x2becf2[_0x45c5bf(0x1b9)];}async['fetchHandler']({page:_0xdec276=0x0,limit:_0x31c369=0x0,sortings:_0x31f1c0=[],filters:_0x401dcb=[]}){const _0x25a24c=a0_0x50e576;if(this[_0x25a24c(0x1ac)])return{'total':0x0,'records':this[_0x25a24c(0x1d2)]||[]};if(!0x0===this[_0x25a24c(0x1b6)]&&(_0xdec276=0x0,_0x31c369=0x0),this[_0x25a24c(0x1cd)]&&0x0==await this[_0x25a24c(0x1cd)]({'page':_0xdec276,'limit':_0x31c369,'sortings':_0x31f1c0,'filters':_0x401dcb}))return;if(!this[_0x25a24c(0x1b7)])return{'total':0x0,'records':[]};let _0x5b0d7f=ValueUtil[_0x25a24c(0x1cc)](_0x401dcb)?this[_0x25a24c(0x1bc)]?await this[_0x25a24c(0x1bc)][_0x25a24c(0x1c2)]()||[]:await this[_0x25a24c(0x1b2)]?.[_0x25a24c(0x1c2)]()||[]:_0x401dcb,_0x1e4504=ValueUtil['getParams'](this[_0x25a24c(0x1ab)],_0x25a24c(0x1cf),_0x25a24c(0x1d7)),_0x2dc1ab=ValueUtil[_0x25a24c(0x19f)](this[_0x25a24c(0x1ab)],_0x25a24c(0x1cf),'filters'),_0x258be8=ValueUtil[_0x25a24c(0x19f)](this[_0x25a24c(0x1ab)],'query',_0x25a24c(0x1a8));if(ValueUtil['isNotEmpty'](_0x2dc1ab)&&(_0x5b0d7f=adjustFilters(_0x5b0d7f,_0x2dc1ab)),_0x5b0d7f[_0x25a24c(0x1d5)](...this[_0x25a24c(0x1b4)]()),this['isElement']&&!this[_0x25a24c(0x1bc)]){let _0x547724=ValueUtil[_0x25a24c(0x19f)](this[_0x25a24c(0x1ab)],_0x25a24c(0x1cf),_0x25a24c(0x1bd));if(!ValueUtil[_0x25a24c(0x1b1)](_0x547724)||!ValueUtil['isNotEmpty'](this[_0x25a24c(0x1bd)]))return{'total':0x0,'records':[]};_0x5b0d7f=adjustFilters(_0x5b0d7f,[{'name':_0x547724,'operator':'eq','value':this[_0x25a24c(0x1bd)]}]);}let _0x225337=Object[_0x25a24c(0x1c1)](_0x258be8||{}),_0xdc14b2=MetaApi[_0x25a24c(0x1ca)](this[_0x25a24c(0x1b7)][_0x25a24c(0x1cb)][_0x25a24c(0x1be)](_0x358efb=>!_0x225337[_0x25a24c(0x1a0)](_0x358efb[_0x25a24c(0x1bb)]))),_0x508190=await MetaApi[_0x25a24c(0x1a4)](_0x1e4504,_0x5b0d7f,_0x31f1c0,_0xdec276,_0x31c369,_0xdc14b2);if(this['afterFetch']){let _0x4c90db=await this[_0x25a24c(0x1c7)]({'page':_0xdec276,'limit':_0x31c369,'sortings':_0x31f1c0,'filters':_0x401dcb},_0x508190);if(_0x4c90db)return _0x4c90db;}return ValueUtil[_0x25a24c(0x1b1)](_0x258be8)&&ValueUtil['isNotEmpty'](_0x508190)&&ValueUtil[_0x25a24c(0x1b1)](_0x508190[_0x25a24c(0x1a2)])&&_0x508190[_0x25a24c(0x1a2)][_0x25a24c(0x1a6)](_0x40f1af=>(_0x225337[_0x25a24c(0x1b3)](_0x5e53db=>{const _0x53a4a7=_0x25a24c;_0x40f1af[_0x5e53db]=ValueUtil[_0x53a4a7(0x19f)](_0x40f1af,..._0x258be8[_0x5e53db][_0x53a4a7(0x1b5)]('.'));}),_0x40f1af)),_0x508190;}[a0_0x50e576(0x1b4)](){const _0x5e554d=a0_0x50e576;if(0x0==this[_0x5e554d(0x1c5)])return[];let _0x212008=this[_0x5e554d(0x1c0)]?.[_0x5e554d(0x1a7)]?this[_0x5e554d(0x1c0)][_0x5e554d(0x1a7)]:{};if(!_0x212008[_0x5e554d(0x1c9)])return[];let _0x198462=_0x212008['pass'],_0x2fab3f=JSON[_0x5e554d(0x1a5)](_0x198462),_0x4e6269=0x1==_0x2fab3f[_0x5e554d(0x1a1)]?'eq':'in',_0x32890e={},_0x28edf1=[];return Object[_0x5e554d(0x1c1)](_0x2fab3f[0x0])[_0x5e554d(0x1b3)](_0x4e400c=>{_0x32890e[_0x4e400c]={'name':_0x4e400c,'operator':_0x4e6269,'value':'eq'===_0x4e6269?_0x2fab3f[0x0][_0x4e400c]:[]};}),_0x2fab3f[_0x5e554d(0x1a1)]>0x1&&_0x2fab3f[_0x5e554d(0x1b3)](_0x294e2d=>{const _0x39a9a2=_0x5e554d;Object[_0x39a9a2(0x1c1)](_0x294e2d)[_0x39a9a2(0x1b3)](_0x3c8931=>{const _0x5f308b=_0x39a9a2;_0x32890e[_0x3c8931][_0x5f308b(0x1ad)][_0x5f308b(0x1d5)](_0x294e2d[_0x3c8931]);});}),Object[_0x5e554d(0x1c1)](_0x32890e)[_0x5e554d(0x1b3)](_0x28901f=>{const _0x39b074=_0x5e554d;_0x28edf1[_0x39b074(0x1d5)](_0x32890e[_0x28901f]);}),_0x28edf1;}async[a0_0x50e576(0x1bf)](_0x4c0fb2){const _0x19a2a3=a0_0x50e576;if(this[_0x19a2a3(0x1ac)])return this[_0x19a2a3(0x1d2)]||{};let _0xa4d032=ValueUtil[_0x19a2a3(0x19f)](this[_0x19a2a3(0x1ab)],_0x19a2a3(0x1cf),_0x19a2a3(0x1b0)),_0x15f0a5=ValueUtil[_0x19a2a3(0x19f)](this[_0x19a2a3(0x1ab)],'query','after_set_fields'),_0x59c524=Object[_0x19a2a3(0x1c1)](_0x15f0a5||{}),_0x470022=MetaApi['getSelectColumns']((this[_0x19a2a3(0x1b7)]?this[_0x19a2a3(0x1b7)]:{'columns':this['formConfigSet']})[_0x19a2a3(0x1cb)][_0x19a2a3(0x1be)](_0x5db2ec=>!_0x59c524['includes'](_0x5db2ec[_0x19a2a3(0x1bb)]))),_0x2fee9b=await MetaApi[_0x19a2a3(0x1bf)](_0xa4d032,_0x4c0fb2,_0x470022);return ValueUtil[_0x19a2a3(0x1b1)](_0x15f0a5)&&ValueUtil[_0x19a2a3(0x1b1)](_0x2fee9b)&&_0x59c524[_0x19a2a3(0x1b3)](_0x215341=>{const _0x4ef441=_0x19a2a3;_0x2fee9b[_0x215341]=ValueUtil[_0x4ef441(0x19f)](_0x2fee9b,..._0x15f0a5[_0x215341][_0x4ef441(0x1b5)]('.'));}),_0x2fee9b;}async[a0_0x50e576(0x1af)](_0x43e9d1){const _0xeb81e6=a0_0x50e576;let _0x7e9c40=ValueUtil[_0xeb81e6(0x19f)](this[_0xeb81e6(0x1ab)],_0xeb81e6(0x1ae),_0xeb81e6(0x1aa),_0xeb81e6(0x1c4));return await MetaApi[_0xeb81e6(0x1c3)](_0x43e9d1,_0x7e9c40);}async[a0_0x50e576(0x1d3)](_0x1c079b){const _0x4855f8=a0_0x50e576;let _0x3a7eba=ValueUtil[_0x4855f8(0x19f)](this[_0x4855f8(0x1ab)],'mutation',_0x4855f8(0x1d6),_0x4855f8(0x1c4)),_0x1dcdd1=ValueUtil[_0x4855f8(0x19f)](this['gqlInfo'],'mutation','multiple',_0x4855f8(0x1ba));if(ValueUtil[_0x4855f8(0x1b1)](_0x1dcdd1)&&(_0x1dcdd1=_0x1dcdd1['map'](_0x260826=>_0x260826[_0x4855f8(0x1a0)]('.')?_0x260826[_0x4855f8(0x1b5)]('.'):_0x260826),_0x1c079b=_0x1c079b['map'](_0x31e635=>(_0x1dcdd1[_0x4855f8(0x1b3)](_0x304b79=>{const _0x1f09e7=_0x4855f8;Array[_0x1f09e7(0x19e)](_0x304b79)?delete _0x31e635[_0x304b79[0x0]][_0x304b79[0x1]]:delete _0x31e635[_0x304b79];}),_0x31e635))),this[_0x4855f8(0x19d)]&&ValueUtil[_0x4855f8(0x1b1)](this[_0x4855f8(0x1bd)])){let _0x43d3ca=ValueUtil[_0x4855f8(0x19f)](this[_0x4855f8(0x1ab)],'mutation',_0x4855f8(0x1d6),_0x4855f8(0x1bd));ValueUtil[_0x4855f8(0x1b1)](_0x43d3ca)&&_0x1c079b[_0x4855f8(0x1b3)](_0x12fa4d=>{const _0x1c8784=_0x4855f8;if(_0x43d3ca[_0x1c8784(0x1a0)]('.')){let _0x228b54=_0x43d3ca['split']('.');_0x12fa4d[_0x228b54[0x0]]={},_0x12fa4d[_0x228b54[0x0]][_0x228b54[0x1]]=this[_0x1c8784(0x1bd)];}else _0x12fa4d[_0x43d3ca]=this['parent_id'];});}return await MetaApi[_0x4855f8(0x1d3)](_0x3a7eba,_0x1c079b);}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a0_0x4f49dd=a0_0xccb8;(function(_0x473a86,_0x4fed23){const _0x59546f=a0_0xccb8,_0x2469c8=_0x473a86();while(!![]){try{const _0x4d402c=parseInt(_0x59546f(0x17d))/0x1+-parseInt(_0x59546f(0x16e))/0x2+parseInt(_0x59546f(0x165))/0x3+parseInt(_0x59546f(0x194))/0x4+-parseInt(_0x59546f(0x192))/0x5*(parseInt(_0x59546f(0x172))/0x6)+parseInt(_0x59546f(0x18d))/0x7*(parseInt(_0x59546f(0x18e))/0x8)+-parseInt(_0x59546f(0x196))/0x9*(parseInt(_0x59546f(0x190))/0xa);if(_0x4d402c===_0x4fed23)break;else _0x2469c8['push'](_0x2469c8['shift']());}catch(_0x539189){_0x2469c8['push'](_0x2469c8['shift']());}}}(a0_0x4df2,0xa7c24));import{html}from'lit';import{MetaApi}from'../utils/meta-api';function a0_0x4df2(){const _0x433f21=['getMainGrist','545530MqWVnF','connectedCallback','3764940eXCdQZ','exportable','9ecRwLS','filter','grid','gristId','ox-filters-form-base','type','parseGristConfigs','value','searchFieldValues','gridColumnConfig','useFilterForm','querySelector','map','render','23514NwxppD','name','shadowRoot','grist','getAndParseMenuMeta','firstUpdated','getData','getBasicTabDetailStyles','parseGridConfigSet','2370578NtBNeS','isPage','search','grid_column','18anFlkP','masterElement','dataSet','clear','useMasterFilterForm','activityDataSet','beforeFetch','isElement','gristConfigSet','properties','importable','460441CDcaqO','options','context','useButtonImport','operator','gridConfig','useButtonExport','push','getTabDetailHtml','buttonConfig','getContextObject','pageInitialized','detailElement','filterForm','filterFormId','actions','14lOTnJu','3696584cnZbtl','fetch','1339130HDOXtU'];a0_0x4df2=function(){return _0x433f21;};return a0_0x4df2();}function a0_0xccb8(_0x1c4e2e,_0x34dd4c){const _0x4df202=a0_0x4df2();return a0_0xccb8=function(_0xccb803,_0x4b0b51){_0xccb803=_0xccb803-0x162;let _0x23efe9=_0x4df202[_0xccb803];return _0x23efe9;},a0_0xccb8(_0x1c4e2e,_0x34dd4c);}import{MetaUiUtil}from'../utils/meta-ui-util';import{UiUtil}from'../utils/ui-util';import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaTabDetailMixin=_0x3898b6=>class extends MetaButtonMixin(_0x3898b6){static get['styles'](){const _0x26db24=a0_0xccb8;return MetaApi[_0x26db24(0x16c)]();}static get[a0_0x4f49dd(0x17b)](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String,'detailElement':Object};}get['grist'](){const _0x52444f=a0_0x4f49dd;return this[_0x52444f(0x173)][_0x52444f(0x191)]();}get[a0_0x4f49dd(0x18a)](){const _0x191a2d=a0_0x4f49dd;return this[_0x191a2d(0x167)]?.[_0x191a2d(0x162)](this[_0x191a2d(0x18b)]);}get[a0_0x4f49dd(0x17f)](){const _0x10d8b5=a0_0x4f49dd;let _0x187e7c=MetaUiUtil[_0x10d8b5(0x187)](this);return _0x187e7c[_0x10d8b5(0x18c)]&&delete _0x187e7c[_0x10d8b5(0x18c)],_0x187e7c[_0x10d8b5(0x195)]&&delete _0x187e7c[_0x10d8b5(0x195)],_0x187e7c[_0x10d8b5(0x17c)]&&delete _0x187e7c[_0x10d8b5(0x17c)],_0x187e7c;}async[a0_0x4f49dd(0x193)](){const _0x1eb1a2=a0_0x4f49dd;this[_0x1eb1a2(0x199)]='ox-grist',this['filterFormId']=_0x1eb1a2(0x19a),await this[_0x1eb1a2(0x169)](),this[_0x1eb1a2(0x179)]&&await this['parseGristConfigs'](),this[_0x1eb1a2(0x177)]&&(this[_0x1eb1a2(0x174)]=(this[_0x1eb1a2(0x177)]||{})['main']),super[_0x1eb1a2(0x193)]&&await super[_0x1eb1a2(0x193)]();}async[a0_0x4f49dd(0x16a)](){const _0x271ed1=a0_0x4f49dd;super[_0x271ed1(0x16a)]&&await super[_0x271ed1(0x16a)]();}async[a0_0x4f49dd(0x188)](){const _0x4090f8=a0_0x4f49dd;this[_0x4090f8(0x16f)]&&await this[_0x4090f8(0x19c)](),super[_0x4090f8(0x188)]&&await super[_0x4090f8(0x188)]();}[a0_0x4f49dd(0x164)](){const _0x3b24db=a0_0x4f49dd;return MetaApi[_0x3b24db(0x185)](this);}['parseBasicGridConfigs'](_0x437e29){const _0x337a75=a0_0x4f49dd;this[_0x337a75(0x182)]=_0x437e29[_0x337a75(0x198)],this[_0x337a75(0x19f)]=_0x437e29[_0x337a75(0x171)],this['searchConfig']=_0x437e29[_0x337a75(0x170)];}async[a0_0x4f49dd(0x19c)](){const _0x26d7fb=a0_0x4f49dd;this['gristConfigSet']=await MetaApi[_0x26d7fb(0x16d)](this),this[_0x26d7fb(0x176)]=!0x0===this[_0x26d7fb(0x1a0)],this[_0x26d7fb(0x1a0)]=!0x1,this[_0x26d7fb(0x186)]=void 0x0,this[_0x26d7fb(0x183)]=!0x1,this[_0x26d7fb(0x180)]=!0x1,this[_0x26d7fb(0x19e)]=[],this['searchFields']=this[_0x26d7fb(0x17a)]['columns'][_0x26d7fb(0x197)](_0x42ad0d=>_0x42ad0d['filter'])[_0x26d7fb(0x163)](_0x38d717=>{const _0x123da9=_0x26d7fb;let _0x2ebbc={'name':_0x38d717[_0x123da9(0x166)],'type':_0x123da9(0x170)===_0x38d717[_0x123da9(0x197)][_0x123da9(0x181)]?'search':_0x38d717[_0x123da9(0x19b)],'label':_0x38d717['header'],'operator':_0x38d717[_0x123da9(0x197)][_0x123da9(0x181)]?_0x38d717[_0x123da9(0x197)]['operator']:'eq'};return _0x38d717['filter']['options']&&(_0x2ebbc[_0x123da9(0x17e)]=_0x38d717[_0x123da9(0x197)]['options']),_0x38d717['record'][_0x123da9(0x17e)]&&(_0x2ebbc[_0x123da9(0x17e)]=_0x38d717['record'][_0x123da9(0x17e)]),_0x38d717['filter'][_0x123da9(0x19d)]&&this['searchFieldValues'][_0x123da9(0x184)]({'name':_0x2ebbc[_0x123da9(0x166)],'operator':_0x2ebbc[_0x123da9(0x181)],'value':_0x38d717[_0x123da9(0x197)][_0x123da9(0x19d)]}),delete _0x38d717[_0x123da9(0x197)],_0x2ebbc;});}async[a0_0x4f49dd(0x18f)](){const _0x3d117b=a0_0x4f49dd;await this[_0x3d117b(0x168)][_0x3d117b(0x18f)]();}async[a0_0x4f49dd(0x178)]({page:_0x28538b=0x0,limit:_0x13a238=0x0,sortings:_0x241a38=[],filters:_0x358928=[]}){const _0x36a3bf=a0_0x4f49dd;return this['masterElement']&&this[_0x36a3bf(0x173)][_0x36a3bf(0x175)]&&await this[_0x36a3bf(0x173)][_0x36a3bf(0x175)](),this[_0x36a3bf(0x189)]&&this['detailElement'][_0x36a3bf(0x175)]&&await this['detailElement'][_0x36a3bf(0x175)](),!0x0;}[a0_0x4f49dd(0x16b)](){const _0x3eafc1=a0_0x4f49dd;return{'master':this['masterElement'][_0x3eafc1(0x16b)](),'detail':this[_0x3eafc1(0x189)][_0x3eafc1(0x16b)]()};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a0_0xc409eb=a0_0x5c3d;(function(_0x53699c,_0x4a94ec){const _0x2e8ee2=a0_0x5c3d,_0x245d98=_0x53699c();while(!![]){try{const _0x2075b9=-parseInt(_0x2e8ee2(0x129))/0x1+parseInt(_0x2e8ee2(0x13b))/0x2+-parseInt(_0x2e8ee2(0x14a))/0x3+-parseInt(_0x2e8ee2(0x139))/0x4*(-parseInt(_0x2e8ee2(0x133))/0x5)+parseInt(_0x2e8ee2(0x149))/0x6+parseInt(_0x2e8ee2(0x137))/0x7*(parseInt(_0x2e8ee2(0x13d))/0x8)+-parseInt(_0x2e8ee2(0x14f))/0x9*(parseInt(_0x2e8ee2(0x131))/0xa);if(_0x2075b9===_0x4a94ec)break;else _0x245d98['push'](_0x245d98['shift']());}catch(_0x21ab4e){_0x245d98['push'](_0x245d98['shift']());}}}(a0_0x55b4,0x51a69));import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';function a0_0x55b4(){const _0x565cd2=['meta-grist-element','tabElements','getBasicTabStyles','getData','tabRenderConfig','main_tab_info','30IxZFQJ','firstUpdated','5YZFKpA','forEach','context','route_name','75523jwUCOe','length','2507388VdUZMv','getBasicTabHtml','431554nfgDdw','name','248NkwTYx','{\x22name\x22:\x20\x22general\x22,\x20\x22display\x22:\x20\x22general\x22,\x20\x22icon\x22:\x22list\x22\x20}','icon','tab','parse','etcConfig','activityDataSet','dataSet','@things-factory/meta-ui/client/pages/meta-grist-element','pageInitialized','connectedCallback','styles','3715308wnRfbl','266106fKUxOi','render','mainFilterForm','parseBasicTabConfigs','getMainGrist','3679524qPtUBj','grist','currentTabKey','146650hOFtXy','button'];a0_0x55b4=function(){return _0x565cd2;};return a0_0x55b4();}import{ValueUtil}from'../utils/value-util';function a0_0x5c3d(_0x80d943,_0x2a62d3){const _0x55b44b=a0_0x55b4();return a0_0x5c3d=function(_0x5c3dea,_0x44a38e){_0x5c3dea=_0x5c3dea-0x129;let _0x3cbdec=_0x55b44b[_0x5c3dea];return _0x3cbdec;},a0_0x5c3d(_0x80d943,_0x2a62d3);}import{MetaButtonMixin}from'./meta-button-mixin';export const MetaTabMixin=_0x5e6d97=>class extends MetaButtonMixin(_0x5e6d97){static get[a0_0xc409eb(0x148)](){const _0x4a5ef2=a0_0xc409eb;return MetaApi[_0x4a5ef2(0x12d)]();}static get['properties'](){return{'tabRenderConfig':Array,'currentTabKey':String,'tabElements':Object};}get[a0_0xc409eb(0x135)](){return MetaUiUtil['getContextObject'](this);}async['connectedCallback'](){const _0x58be06=a0_0xc409eb;this[_0x58be06(0x151)]=void 0x0,await this['getAndParseMenuMeta'](),this[_0x58be06(0x143)]&&(this[_0x58be06(0x144)]=this[_0x58be06(0x143)]),super['connectedCallback']&&await super[_0x58be06(0x147)]();}async[a0_0xc409eb(0x132)](){const _0x405657=a0_0xc409eb;super[_0x405657(0x132)]&&await super['firstUpdated']();}async[a0_0xc409eb(0x146)](){const _0xff0527=a0_0xc409eb;super['pageInitialized']&&await super[_0xff0527(0x146)]();}[a0_0xc409eb(0x14b)](){const _0x8c3ddf=a0_0xc409eb;return MetaApi[_0x8c3ddf(0x13a)](this);}[a0_0xc409eb(0x14d)](_0x2a8b93){const _0x42e944=a0_0xc409eb;if(!0x0===this['includeMainList']){let _0x31359e=this[_0x42e944(0x142)][_0x42e944(0x130)],_0x19de77=JSON[_0x42e944(0x141)](_0x31359e||_0x42e944(0x13e));_0x2a8b93[_0x42e944(0x140)]['unshift']({'name':_0x19de77[_0x42e944(0x13c)],'display':_0x19de77['display'],'tagname':_0x42e944(0x12b),'location':_0x42e944(0x145),'parent_field':'id','param_field':'param_field','menu':this[_0x42e944(0x136)],'icon':_0x19de77[_0x42e944(0x13f)],'filter_from':!0x1,'main_filter_form':this[_0x42e944(0x14c)]});}this[_0x42e944(0x12f)]=_0x2a8b93[_0x42e944(0x140)],_0x2a8b93[_0x42e944(0x12a)]=[];}async['clear'](){const _0x5c3842=a0_0xc409eb;if(this[_0x5c3842(0x12c)]){let _0x4c3731=Object['keys'](this[_0x5c3842(0x12c)]);for(var _0x15049a=0x0;_0x15049a<_0x4c3731[_0x5c3842(0x138)];_0x15049a++)await this['tabElements'][_0x4c3731[_0x15049a]]['clear']();}}['getData'](){const _0x1ed2df=a0_0xc409eb;let _0x3838fb={};return this[_0x1ed2df(0x12c)]&&Object['keys'](this['tabElements'])[_0x1ed2df(0x134)](_0x839191=>{const _0x543224=_0x1ed2df;_0x3838fb[_0x839191]=this[_0x543224(0x12c)][_0x839191][_0x543224(0x12e)]();}),_0x3838fb;}[a0_0xc409eb(0x14e)](){const _0x3798d9=a0_0xc409eb;if(this[_0x3798d9(0x12c)]){let _0x10a68c=Object['keys'](this[_0x3798d9(0x12c)]);return this[_0x3798d9(0x12c)][_0x10a68c[0x0]][_0x3798d9(0x150)];}}};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a0_0x2fcb47=a0_0xb7f1;(function(_0x3660d4,_0x352899){const _0x5ac134=a0_0xb7f1,_0x196cb1=_0x3660d4();while(!![]){try{const _0x1b47ac=-parseInt(_0x5ac134(0x10b))/0x1+parseInt(_0x5ac134(0xdb))/0x2*(-parseInt(_0x5ac134(0xe2))/0x3)+parseInt(_0x5ac134(0x102))/0x4+parseInt(_0x5ac134(0x104))/0x5*(parseInt(_0x5ac134(0xf2))/0x6)+parseInt(_0x5ac134(0xdf))/0x7+-parseInt(_0x5ac134(0xd2))/0x8*(parseInt(_0x5ac134(0xf1))/0x9)+parseInt(_0x5ac134(0xea))/0xa;if(_0x1b47ac===_0x352899)break;else _0x196cb1['push'](_0x196cb1['shift']());}catch(_0x59ffbc){_0x196cb1['push'](_0x196cb1['shift']());}}}(a0_0x1533,0xb524b));import a0_0xa322d7 from'graphql-tag';import{html}from'lit';import{CommonButtonStyles}from'@operato/styles';import{client}from'@operato/graphql';import{i18next,localize}from'@things-factory/i18n-base';import{PageView}from'@things-factory/shell';import{MetaApi}from'./../../utils/meta-api';function a0_0xb7f1(_0x187256,_0x7ba51d){const _0x153389=a0_0x1533();return a0_0xb7f1=function(_0xb7f131,_0x4504b4){_0xb7f131=_0xb7f131-0xb3;let _0x1e78ac=_0x153389[_0xb7f131];return _0x1e78ac;},a0_0xb7f1(_0x187256,_0x7ba51d);}import{MetaUiUtil}from'./../../utils/meta-ui-util';import{ValueUtil}from'./../../utils/value-util';import{TermsUtil}from'./../../utils/terms-util';import{ServiceUtil}from'../../utils/service-util';function a0_0x1533(){const _0x1b818d=['delete','info','errors','grist','activity-state-released','meta-activity-viewer-element','getGristColumnConfig2','left','bind','3844424sRfzyB','assign','getGristPagination50Config','updater','tButton','template','save','GRID','tText','62AbCFsL','parse','metaActivities','push','4402769ZCsJTI','context','multiple','35826DbdQGL','single','showGraphqlException','showGraphqlErrorResponse','tTitle','connectedCallback','ox-grist','showToast','5237850WblMzF','state','deploy','filter','install_activity_success','SCREEN','system_update','18VvHuIS','6PRThpj','shadowRoot','name','meta-activity-writer-element','custom-element','deleteMetaActivities','fetch','string','updatedAt','\x0a\x20\x20\x20\x20\x20\x20model\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20name\x0a\x20\x20\x20\x20\x20\x20\x20\x20description\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20','meta-activity-list-page','query','updateMultipleMetaActivity','getGristSelectableConfig','activityType','getGristSelectorColumnConfig','5433328yhQCOT','getSelectColumns','254110Edyaxu','customElements','grid_view_options','pageInitialized','getBasicGristStyles','task','status','488635GAzNxi','center','styles','routing','menus','records','render','draft','gridConfig','tLabel','released','HIDDEN-PAGE','querySelector','patchesForUpdateMultiple','gridMode','like','fetchHandler','activity-state-deprecated','forEach','meta_activity_list','isMobileEnv','model','updateMultiple','install_activity','isNotEmpty','resource-object','activity-state-draft','columns','menu','description','datetime','menu_type','startingType','getGristGuttersConfig','LIST'];a0_0x1533=function(){return _0x1b818d;};return a0_0x1533();}import{UiUtil}from'../../utils/ui-util';class MetaActivityListPage extends localize(i18next)(PageView){static get[a0_0x2fcb47(0x10d)](){const _0x378871=a0_0x2fcb47;return MetaApi[_0x378871(0x108)]();}get[a0_0x2fcb47(0xe0)](){const _0x554f31=a0_0x2fcb47;return{'title':TermsUtil[_0x554f31(0xe6)](_0x554f31(0xb9)),'actions':[{'title':TermsUtil[_0x554f31(0xd6)](_0x554f31(0xd8)),'action':this[_0x554f31(0xd8)][_0x554f31(0xd1)](this),...CommonButtonStyles[_0x554f31(0xd8)]},{'title':TermsUtil['tButton'](_0x554f31(0xc9)),'action':this[_0x554f31(0xc9)][_0x554f31(0xd1)](this),...CommonButtonStyles[_0x554f31(0xc9)]},{'title':TermsUtil[_0x554f31(0xd6)](_0x554f31(0xbd)),'action':this[_0x554f31(0xec)][_0x554f31(0xd1)](this),'icon':_0x554f31(0xf0),'emphasis':{'raised':!0x0,'outlined':!0x1,'dense':!0x1,'danger':!0x1}}]};}get['grist'](){const _0x31830a=a0_0x2fcb47;return this[_0x31830a(0xf3)][_0x31830a(0x117)](_0x31830a(0xe8));}async[a0_0x2fcb47(0xe7)](){const _0x52cc7f=a0_0x2fcb47,_0x57facd=[{'display':'','value':''},{'display':TermsUtil[_0x52cc7f(0x114)](_0x52cc7f(0xc0)),'value':_0x52cc7f(0x112)},{'display':TermsUtil[_0x52cc7f(0x114)](_0x52cc7f(0xcd)),'value':_0x52cc7f(0x115)},{'display':TermsUtil['tLabel'](_0x52cc7f(0xb7)),'value':'deprecated'}];this[_0x52cc7f(0x106)]=['LIST',_0x52cc7f(0xd9),'CARD'],this[_0x52cc7f(0xb4)]=MetaApi[_0x52cc7f(0xba)]()?_0x52cc7f(0xc8):_0x52cc7f(0xd9),this[_0x52cc7f(0x113)]={'option':{'view_mode':this[_0x52cc7f(0x106)]},'rows':MetaApi[_0x52cc7f(0xff)](!0x0),'pagination':MetaApi[_0x52cc7f(0xd4)](),'sorters':[{'name':_0x52cc7f(0xf4),'desc':!0x1}],'appendable':!0x0,'columns':[...MetaApi[_0x52cc7f(0xc7)](!0x0,!0x1),{'type':'string','name':'id','sortable':!0x1,'hidden':!0x0},MetaUiUtil['getGristColumnConfig2'](_0x52cc7f(0xf9),'name','name',_0x52cc7f(0xd0),!0x0,!0x0,0xc8),MetaUiUtil[_0x52cc7f(0xcf)](_0x52cc7f(0xf9),_0x52cc7f(0xc3),_0x52cc7f(0xc3),'left',!0x0,!0x0,0x12c),MetaUiUtil[_0x52cc7f(0x101)](_0x52cc7f(0xeb),_0x52cc7f(0x10a),_0x52cc7f(0x10c),!0x0,0x64,!0x1,_0x57facd),{'type':_0x52cc7f(0xbf),'name':_0x52cc7f(0xc2),'header':TermsUtil[_0x52cc7f(0x114)](_0x52cc7f(0xc2)),'record':{'editable':!0x0,'options':{'queryName':_0x52cc7f(0x10f),'basicArgs':{'filters':[{'name':'menuType','operator':'in','value':[_0x52cc7f(0xef),'POPUP',_0x52cc7f(0x116)]},{'name':_0x52cc7f(0x10e),'operator':'is_not_null','value':''},{'name':_0x52cc7f(0xd7),'operator':'is_not_null','value':''}]},'columns':[{'name':'id','hidden':!0x0},{'name':_0x52cc7f(0xf4),'header':TermsUtil[_0x52cc7f(0x114)](_0x52cc7f(0xf4)),'width':0xfa,'filter':'search'},await MetaApi['getGristCodeSelectorColumnConfig']('menuType',_0x52cc7f(0xc5),_0x52cc7f(0xd0),!0x1,0x6e,!0x1,'MENU_PAGE_TYPE'),MetaUiUtil[_0x52cc7f(0xcf)]('string',_0x52cc7f(0x10e),'routing',_0x52cc7f(0xd0),!0x1,!0x1,0xfa)],'list':{'fields':['name','routing']},'nameField':_0x52cc7f(0x10e)}},'width':0xeb},MetaUiUtil[_0x52cc7f(0xcf)]('object',_0x52cc7f(0xd5),_0x52cc7f(0xd5),_0x52cc7f(0x10c),!0x1,!0x1,0x78),MetaUiUtil[_0x52cc7f(0xcf)](_0x52cc7f(0xc4),_0x52cc7f(0xfa),'updated_at',_0x52cc7f(0x10c),!0x1,!0x0,0xb4),{'name':_0x52cc7f(0x100),'hidden':!0x0},{'name':_0x52cc7f(0xe1),'hidden':!0x0},{'name':'startingType','hidden':!0x0}],'sorters':[{'name':'name','desc':!0x1}]};let _0x492c74={'name':_0x52cc7f(0xb5)};this['gridConfig'][_0x52cc7f(0xc1)][_0x52cc7f(0xed)](_0xfe33fb=>_0x492c74[_0xfe33fb[_0x52cc7f(0xf4)]])[_0x52cc7f(0xb8)](_0x765d9c=>{const _0x36a33a=_0x52cc7f;_0x765d9c[_0x36a33a(0xed)]=_0x492c74[_0x765d9c[_0x36a33a(0xf4)]];}),this[_0x52cc7f(0xe7)]&&await super['connectedCallback']();}async[a0_0x2fcb47(0xb6)]({page:_0x2cc2ac,limit:_0x2b4467,sorters:_0xe19335=[],filters:_0x28728b=[]}){const _0x6d2662=a0_0x2fcb47;_0x28728b[_0x6d2662(0xde)]({'name':_0x6d2662(0xbb),'operator':_0x6d2662(0xb5),'value':'\x22relation-menu\x22'});let _0x3d1ca9=MetaApi[_0x6d2662(0x103)](this[_0x6d2662(0x113)][_0x6d2662(0xc1)][_0x6d2662(0xed)](_0x4c71fe=>'menu'!=_0x4c71fe[_0x6d2662(0xf4)]));_0x3d1ca9+=_0x6d2662(0xfb);let _0x4f76f8=await MetaApi['searchByPagination'](_0x6d2662(0xdd),_0x28728b,_0xe19335,_0x2cc2ac,_0x2b4467,_0x3d1ca9);return _0x4f76f8[_0x6d2662(0x110)][_0x6d2662(0xb8)](_0x384f88=>{const _0x529057=_0x6d2662;let _0x6d26a8=_0x384f88['model'][_0x529057(0xed)](_0x17c1a0=>'relation-menu'==_0x17c1a0['name']);_0x6d26a8&&_0x6d26a8['length']>0x0&&(_0x384f88[_0x529057(0xc2)]=JSON[_0x529057(0xdc)](_0x6d26a8[0x0][_0x529057(0xc3)])),delete _0x384f88[_0x529057(0xbb)];}),_0x4f76f8;}async[a0_0x2fcb47(0xec)](){const _0x352cde=a0_0x2fcb47;try{var _0x524bb2=await client[_0x352cde(0xfd)]({'query':a0_0xa322d7`
|
|
2
2
|
mutation {
|
|
3
3
|
installActivityTemplate
|
|
4
4
|
}
|
|
5
|
-
`});if(!
|
|
5
|
+
`});if(!_0x524bb2[_0x352cde(0xcb)])return UiUtil[_0x352cde(0xe9)](_0x352cde(0xca),TermsUtil[_0x352cde(0xda)](_0x352cde(0xee))),!0x0;ServiceUtil[_0x352cde(0xe5)](_0x524bb2);}catch(_0x567169){ServiceUtil[_0x352cde(0xe4)](_0x567169);}}async[a0_0x2fcb47(0xd8)](){const _0x141c47=a0_0x2fcb47;let _0x225d2f=ServiceUtil[_0x141c47(0xb3)](this[_0x141c47(0xcc)]);if(ValueUtil[_0x141c47(0xbe)](_0x225d2f)){_0x225d2f[_0x141c47(0xb8)](_0x55ce02=>{const _0x2e86a1=_0x141c47;Object[_0x2e86a1(0xd3)](_0x55ce02,{'uiSource':_0x2e86a1(0xf5),'uiType':'custom-element','viewSource':_0x2e86a1(0xce),'viewType':_0x2e86a1(0xf6)}),_0x55ce02['multiple']||(_0x55ce02[_0x2e86a1(0xe1)]=_0x2e86a1(0xe3)),_0x55ce02[_0x2e86a1(0x100)]||(_0x55ce02['activityType']=_0x2e86a1(0x109)),_0x55ce02[_0x2e86a1(0xc6)]||(_0x55ce02['startingType']='post');});let _0x55b879=await ServiceUtil[_0x141c47(0xbc)](_0x141c47(0xfe),_0x225d2f);if(_0x55b879)return this['grist'][_0x141c47(0xf8)](),_0x55b879;}}async[a0_0x2fcb47(0xc9)](){const _0x29fcb5=a0_0x2fcb47;await MetaApi['deleteListByGristSelected'](this['grist'],_0x29fcb5(0xf7));}async[a0_0x2fcb47(0x107)](){}[a0_0x2fcb47(0x111)](){const _0x526662=a0_0x2fcb47;return html`
|
|
6
6
|
<ox-grist
|
|
7
7
|
auto-fetch
|
|
8
8
|
id="ox-grist"
|
|
9
|
-
.config=${this[
|
|
10
|
-
.mode=${this[
|
|
11
|
-
.fetchHandler=${this[
|
|
9
|
+
.config=${this[_0x526662(0x113)]}
|
|
10
|
+
.mode=${this[_0x526662(0xb4)]}
|
|
11
|
+
.fetchHandler=${this['fetchHandler']['bind'](this)}>
|
|
12
12
|
<div slot="headroom">
|
|
13
13
|
<div id="filters">
|
|
14
14
|
<ox-filters-form ></ox-filters-form>
|
|
15
15
|
</div>
|
|
16
16
|
</div>
|
|
17
17
|
</ox-grist>
|
|
18
|
-
`;}}window[
|
|
18
|
+
`;}}window[a0_0x2fcb47(0x105)]['define'](a0_0x2fcb47(0xfc),MetaActivityListPage);
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
const
|
|
2
|
-
${this[
|
|
3
|
-
`;}}customElements[
|
|
1
|
+
const a0_0x3895d2=a0_0x1ddb;(function(_0x3e89ac,_0x581ec2){const _0x17ed7c=a0_0x1ddb,_0x8ae60a=_0x3e89ac();while(!![]){try{const _0x28fc37=parseInt(_0x17ed7c(0xdb))/0x1*(-parseInt(_0x17ed7c(0xd7))/0x2)+parseInt(_0x17ed7c(0xe8))/0x3*(parseInt(_0x17ed7c(0xdc))/0x4)+-parseInt(_0x17ed7c(0xea))/0x5*(parseInt(_0x17ed7c(0xe0))/0x6)+-parseInt(_0x17ed7c(0xd6))/0x7*(parseInt(_0x17ed7c(0xd8))/0x8)+-parseInt(_0x17ed7c(0xd9))/0x9*(parseInt(_0x17ed7c(0xe3))/0xa)+parseInt(_0x17ed7c(0xe2))/0xb+-parseInt(_0x17ed7c(0xd2))/0xc*(-parseInt(_0x17ed7c(0xd3))/0xd);if(_0x28fc37===_0x581ec2)break;else _0x8ae60a['push'](_0x8ae60a['shift']());}catch(_0xf65745){_0x8ae60a['push'](_0x8ae60a['shift']());}}}(a0_0x264a,0xb637d));import a0_0x48f0d3 from'graphql-tag';import{css,html,LitElement}from'lit';import{client}from'@operato/graphql';import{i18next,localize}from'@operato/i18n';import{ServiceUtil}from'./../../utils/service-util';import{MetaApi}from'./../../utils/meta-api';import{UiUtil}from'./../../utils/ui-util';import{ValueUtil}from'./../../utils/value-util';function a0_0x264a(){const _0x19364b=['2197270ASQOvV','customData','define','contentElement','routing','634947IFMItq','\x27\x20route_name=\x27','380fIsFhR','name','tagName','12FtDxYi','51795497rTYWHz','render','output','7308DRvUZM','2646516vKzUnF','7920LqpFjj','27dJHAhe','relationMenu','1MujjLH','4xNjxDK','htmlToElement','meta-activity-viewer-element','activityDataSet','57390BVAwLo','\x20id=\x27','3227246neXPAH'];a0_0x264a=function(){return _0x19364b;};return a0_0x264a();}import{MetaActivityMixin}from'./meta-activiy-mixin.js';function a0_0x1ddb(_0x50287a,_0x46ec42){const _0x264ad6=a0_0x264a();return a0_0x1ddb=function(_0x1ddbef,_0x19f949){_0x1ddbef=_0x1ddbef-0xd2;let _0x4b5dd7=_0x264ad6[_0x1ddbef];return _0x4b5dd7;},a0_0x1ddb(_0x50287a,_0x46ec42);}export class MetaActivityViewerElement extends MetaActivityMixin(localize(i18next)(LitElement)){[a0_0x3895d2(0xd4)](){const _0x516530=a0_0x3895d2;if(this[_0x516530(0xda)]&&!this[_0x516530(0xe6)]){let _0x569dba=this[_0x516530(0xda)][_0x516530(0xec)],_0x4af86f=this[_0x516530(0xda)][_0x516530(0xe7)],_0x582a1b='<'+_0x569dba+_0x516530(0xe1)+this['relationMenu'][_0x516530(0xeb)]+_0x516530(0xe9)+_0x4af86f+'\x27\x20style=\x22flex:1;\x22\x20is_activity=true\x20is_readonly=true\x20is_detail=true></'+_0x569dba+'>';this[_0x516530(0xe6)]=UiUtil[_0x516530(0xdd)](_0x582a1b),this[_0x516530(0xe6)][_0x516530(0xdf)]=ValueUtil['isEmpty'](this[_0x516530(0xd5)])?void 0x0:this[_0x516530(0xd5)][_0x516530(0xe4)];}return html`
|
|
2
|
+
${this[_0x516530(0xe6)]}
|
|
3
|
+
`;}}customElements[a0_0x3895d2(0xe5)](a0_0x3895d2(0xde),MetaActivityViewerElement);
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
const
|
|
2
|
-
${this[
|
|
3
|
-
`;}}customElements[
|
|
1
|
+
const a0_0x4e50a9=a0_0x5b8d;(function(_0x57aba5,_0x3ee761){const _0xaf6784=a0_0x5b8d,_0x5b5c8d=_0x57aba5();while(!![]){try{const _0x27b3ec=-parseInt(_0xaf6784(0x163))/0x1*(-parseInt(_0xaf6784(0x154))/0x2)+-parseInt(_0xaf6784(0x165))/0x3*(parseInt(_0xaf6784(0x153))/0x4)+parseInt(_0xaf6784(0x160))/0x5*(parseInt(_0xaf6784(0x158))/0x6)+-parseInt(_0xaf6784(0x152))/0x7*(-parseInt(_0xaf6784(0x14d))/0x8)+-parseInt(_0xaf6784(0x156))/0x9+parseInt(_0xaf6784(0x14e))/0xa*(-parseInt(_0xaf6784(0x151))/0xb)+parseInt(_0xaf6784(0x14c))/0xc;if(_0x27b3ec===_0x3ee761)break;else _0x5b5c8d['push'](_0x5b5c8d['shift']());}catch(_0x2beddd){_0x5b5c8d['push'](_0x5b5c8d['shift']());}}}(a0_0x1cb1,0x2e80f));function a0_0x5b8d(_0x10e1d7,_0xbda788){const _0x1cb1ba=a0_0x1cb1();return a0_0x5b8d=function(_0x5b8d53,_0x1bda28){_0x5b8d53=_0x5b8d53-0x14c;let _0x39e5cf=_0x1cb1ba[_0x5b8d53];return _0x39e5cf;},a0_0x5b8d(_0x10e1d7,_0xbda788);}import{html,LitElement}from'lit';import{i18next,localize}from'@operato/i18n';import{UiUtil}from'./../../utils/ui-util';import{ValueUtil}from'./../../utils/value-util';function a0_0x1cb1(){const _0x26b44c=['4662600MDqaaW','1928uaiBbf','10tDLJwE','field-change','name','1347027KcABbN','8939QFCZkV','1519028YXZoJG','392636zYewRt','getData','3417345qhgygT','relationMenu','98058bBtSVH','\x20id=\x27','meta-activity-writer-element','routing','define','connectedCallback','\x27\x20style=\x22flex:1;\x22\x20is_activity=true\x20is_detail=true></','render','55iRoYNY','output','addEventListener','1uRJkqk','_onFieldChange','3kBCMct','customData','contentElement'];a0_0x1cb1=function(){return _0x26b44c;};return a0_0x1cb1();}import{MetaActivityMixin}from'./meta-activiy-mixin.js';export class MetaActivityWriterElement extends MetaActivityMixin(localize(i18next)(LitElement)){async['connectedCallback'](){const _0x374166=a0_0x5b8d;await super[_0x374166(0x15d)](),this[_0x374166(0x162)](_0x374166(0x14f),this['_onFieldChange']);}['disconnectedCallback'](){const _0x52c0ce=a0_0x5b8d;this['removeEventListener'](_0x52c0ce(0x14f),this[_0x52c0ce(0x164)]);}['_onFieldChange'](_0x58a922){const _0x3c5410=a0_0x5b8d;let _0x461b4d=this[_0x3c5410(0x167)][_0x3c5410(0x155)]();this['dispatchEvent'](new CustomEvent('change',{'detail':{'customData':_0x461b4d}}));}[a0_0x4e50a9(0x15f)](){const _0x4701fc=a0_0x4e50a9;if(this[_0x4701fc(0x157)]&&!this[_0x4701fc(0x167)]){let _0x10f82a=this['relationMenu']['tagName'],_0x487cf9=this[_0x4701fc(0x157)][_0x4701fc(0x15b)],_0x4c84d7='<'+_0x10f82a+_0x4701fc(0x159)+this[_0x4701fc(0x157)][_0x4701fc(0x150)]+'\x27\x20route_name=\x27'+_0x487cf9+_0x4701fc(0x15e)+_0x10f82a+'>';this[_0x4701fc(0x167)]=UiUtil['htmlToElement'](_0x4c84d7),this[_0x4701fc(0x167)]['activityDataSet']=ValueUtil['isEmpty'](this[_0x4701fc(0x161)])?void 0x0:this[_0x4701fc(0x161)][_0x4701fc(0x166)];}return html`
|
|
2
|
+
${this[_0x4701fc(0x167)]}
|
|
3
|
+
`;}}customElements[a0_0x4e50a9(0x15c)](a0_0x4e50a9(0x15a),MetaActivityWriterElement);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const a0_0x48fa2c=a0_0x5e7e;(function(_0x37db30,_0x374fde){const _0x1dcbdb=a0_0x5e7e,_0x391153=_0x37db30();while(!![]){try{const _0x51933a=-parseInt(_0x1dcbdb(0xb4))/0x1+-parseInt(_0x1dcbdb(0xa7))/0x2*(parseInt(_0x1dcbdb(0x9a))/0x3)+-parseInt(_0x1dcbdb(0xaf))/0x4*(-parseInt(_0x1dcbdb(0xa3))/0x5)+parseInt(_0x1dcbdb(0x9b))/0x6+parseInt(_0x1dcbdb(0xb0))/0x7+-parseInt(_0x1dcbdb(0x9d))/0x8+parseInt(_0x1dcbdb(0x97))/0x9;if(_0x51933a===_0x374fde)break;else _0x391153['push'](_0x391153['shift']());}catch(_0x9085a5){_0x391153['push'](_0x391153['shift']());}}}(a0_0x4e0d,0x4cdb5));import a0_0x155322 from'graphql-tag';import{css}from'lit';import{client}from'@operato/graphql';import{ServiceUtil}from'./../../utils/service-util';function a0_0x5e7e(_0x2868ce,_0x181ecf){const _0x4e0d8d=a0_0x4e0d();return a0_0x5e7e=function(_0x5e7e4e,_0x479f4b){_0x5e7e4e=_0x5e7e4e-0x97;let _0x266665=_0x4e0d8d[_0x5e7e4e];return _0x266665;},a0_0x5e7e(_0x2868ce,_0x181ecf);}import{MetaApi}from'./../../utils/meta-api';export const MetaActivityMixin=_0x567ce7=>class extends _0x567ce7{static get[a0_0x48fa2c(0xa4)](){return{'activityId':String,'input':Object,'output':Object};}static get[a0_0x48fa2c(0xb6)](){return css`
|
|
2
2
|
:host {
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
5
5
|
overflow-x: auto;
|
|
6
6
|
background-color: var(--main-section-background-color);
|
|
7
7
|
}
|
|
8
|
-
`;}async[
|
|
8
|
+
`;}async[a0_0x48fa2c(0x9f)](){const _0x43249a=a0_0x48fa2c;await this[_0x43249a(0xac)](),await super[_0x43249a(0x9f)]();}async[a0_0x48fa2c(0xac)](){const _0x1e4445=a0_0x48fa2c,_0x20a833=await client['query']({'query':a0_0x155322`
|
|
9
9
|
query activity($id: String!) {
|
|
10
10
|
activity(id: $id) {
|
|
11
11
|
id
|
|
@@ -15,4 +15,4 @@ function a0_0x1084(){const _0x5e5cf3=['-element','tagName','5lxEwLb','getMenuInf
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
`,'variables':{'id':this['activityId']}});let
|
|
18
|
+
`,'variables':{'id':this['activityId']}});let _0x45c7f8;this[_0x1e4445(0xb3)]=_0x20a833[_0x1e4445(0xa1)][_0x1e4445(0xb3)],this[_0x1e4445(0xb3)]['model']?.['forEach'](_0x42ec27=>{const _0x162514=_0x1e4445;_0x162514(0x99)==_0x42ec27[_0x162514(0x9e)]&&(_0x45c7f8=JSON[_0x162514(0xa8)](_0x42ec27[_0x162514(0xae)]));}),this[_0x1e4445(0xa0)]=_0x45c7f8,await this['getMenuInfo'](this[_0x1e4445(0xa0)]['id'],this[_0x1e4445(0xa0)][_0x1e4445(0xa2)]);}async[a0_0x48fa2c(0x9c)](_0x487992,_0x19ba4e){const _0xc01e4b=a0_0x48fa2c;let _0x2dfbf8=[{'name':'id','operator':'eq','value':_0x487992}],_0x2b96f7=await ServiceUtil[_0xc01e4b(0xb2)]('menus',_0x2dfbf8,null,0x0,0x0,_0xc01e4b(0xa9));if(!_0x2b96f7&&0x0==_0x2b96f7[_0xc01e4b(0xa5)]){let _0x406290=TermsUtil[_0xc01e4b(0xb9)](_0xc01e4b(0x98),{'value':TermsUtil['tMenu']('menu')+'\x20'+_0x19ba4e});throw MetaApi['showToast'](_0xc01e4b(0xb7),_0x406290),new Error(_0x406290);}let _0x4cfd01=_0x2b96f7['records'][0x0];_0x4cfd01[_0xc01e4b(0xad)]=_0x4cfd01[_0xc01e4b(0xb1)]['endsWith'](_0xc01e4b(0xab))?_0x4cfd01['category'][_0xc01e4b(0xaa)]('-page',_0xc01e4b(0xa6)):_0x4cfd01[_0xc01e4b(0xb1)],_0x4cfd01[_0xc01e4b(0xb5)]=_0x4cfd01['resourceUrl'][_0xc01e4b(0xaa)](_0x4cfd01['category'],_0x4cfd01['tagName']),Object[_0xc01e4b(0xb8)](this['relationMenu'],_0x4cfd01);}};function a0_0x4e0d(){const _0x17dcba=['2097522JEInyw','category','searchByPagination','activity','595282kqTPFv','resourceUrl','styles','info','assign','tText','7272459ojSDkF','value_is_not_exist','relation-menu','9cUXlYf','2130114nXjSaA','getMenuInfo','2340272MkrxJM','name','connectedCallback','relationMenu','data','routing','357065ZLYxRV','properties','length','-element','268614pwOOev','parse','id,category,resourceUrl','replace','-page','getActivity','tagName','description','8qtdNep'];a0_0x4e0d=function(){return _0x17dcba;};return a0_0x4e0d();}
|