@things-factory/meta-ui 6.0.131 → 6.0.132

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.
Files changed (79) hide show
  1. package/client/actions/main.js +4 -4
  2. package/client/component/filter/filter-form-resource-code-select.js +9 -9
  3. package/client/component/filter/filter-grist-resource-code-select.js +10 -10
  4. package/client/component/grist/editor/ox-grist-editor-resource-code-selector.js +9 -9
  5. package/client/component/grist/renderer/ox-grist-renderer-resource-code-selector.js +1 -1
  6. package/client/component/grist/selector/ox-resource-code-selector-popup.js +11 -11
  7. package/client/mixin/meta-base-mixin.js +1 -1
  8. package/client/mixin/meta-basic-grist-mixin.js +4 -4
  9. package/client/mixin/meta-button-mixin.js +1 -1
  10. package/client/mixin/meta-form-mixin.js +1 -1
  11. package/client/mixin/meta-grist-tab-mixin.js +1 -1
  12. package/client/mixin/meta-main-tab-mixin.js +1 -1
  13. package/client/mixin/meta-master-detail-mixin.js +1 -1
  14. package/client/mixin/meta-service-mixin.js +1 -1
  15. package/client/mixin/meta-tab-detail-mixin.js +1 -1
  16. package/client/mixin/meta-tab-mixin.js +1 -1
  17. package/client/pages/activity/meta-activity-list-page.js +5 -5
  18. package/client/pages/activity/meta-activity-viewer-element.js +3 -3
  19. package/client/pages/activity/meta-activity-writer-element.js +3 -3
  20. package/client/pages/activity/meta-activiy-mixin.js +3 -3
  21. package/client/pages/entity/config-entity.js +28 -28
  22. package/client/pages/entity/main-menu-selector.js +8 -8
  23. package/client/pages/history/history-copy-list-popup.js +5 -5
  24. package/client/pages/history/history-json-list-popup.js +6 -6
  25. package/client/pages/loading-page.js +5 -5
  26. package/client/pages/menu/dynamic-menu-template.js +7 -7
  27. package/client/pages/menu/dynamic-menu.js +15 -15
  28. package/client/pages/meta-form-element.js +1 -1
  29. package/client/pages/meta-grist-element.js +1 -1
  30. package/client/pages/meta-grist-page.js +1 -1
  31. package/client/pages/meta-grist-tab-element.js +1 -1
  32. package/client/pages/meta-grist-tab-page.js +1 -1
  33. package/client/pages/meta-main-tab-element.js +1 -1
  34. package/client/pages/meta-main-tab-page.js +1 -1
  35. package/client/pages/meta-master-detail-element.js +1 -1
  36. package/client/pages/meta-master-detail-page.js +1 -1
  37. package/client/pages/meta-tab-detail-element.js +1 -1
  38. package/client/pages/meta-tab-detail-page.js +1 -1
  39. package/client/pages/meta-tab-element.js +1 -1
  40. package/client/pages/personalize/personal-column-selector.js +11 -11
  41. package/client/pages/terms/config-terminology.js +6 -6
  42. package/client/pages/work-code/work-code-detail-popup.js +1 -1
  43. package/client/pages/work-code/work-code-page.js +1 -1
  44. package/client/reducers/main.js +1 -1
  45. package/client/utils/meta-api.js +1 -1
  46. package/client/utils/meta-crypto.js +1 -1
  47. package/client/utils/meta-ui-util.js +103 -103
  48. package/client/utils/service-util.js +13 -13
  49. package/client/utils/terms-util.js +2 -2
  50. package/client/utils/ui-util.js +1 -1
  51. package/client/utils/value-util.js +1 -1
  52. package/client/viewparts/dynamic-menu-landscape-styles.js +2 -2
  53. package/client/viewparts/dynamic-menu-landscape.js +10 -10
  54. package/client/viewparts/dynamic-menu-part.js +10 -10
  55. package/client/viewparts/dynamic-menu-portrait-styles.js +2 -2
  56. package/client/viewparts/dynamic-menu-portrait.js +9 -9
  57. package/client/viewparts/dynamic-top-menu-bar.js +7 -7
  58. package/package.json +2 -2
  59. package/server/activity/CommonActivity.js +2 -2
  60. package/server/constants/error-code.js +1 -1
  61. package/server/errors/license-error.js +1 -1
  62. package/server/routes.js +1 -1
  63. package/server/service/grid-personalize/grid-personalize-mutation.js +1 -1
  64. package/server/service/grid-personalize/grid-personalize-query.js +1 -1
  65. package/server/service/grid-personalize/grid-personalize-type.js +1 -1
  66. package/server/service/grid-personalize/grid-personalize.js +1 -1
  67. package/server/service/meta-activity/meta-activity-mutation.js +1 -1
  68. package/server/service/meta-activity/meta-activity-query.js +1 -1
  69. package/server/service/meta-activity/meta-activity-type.js +1 -1
  70. package/server/service/meta-secret/meta-resolver.js +1 -1
  71. package/server/service/set-translations/set-translation-resolver.js +1 -1
  72. package/server/service/work-code/work-code-mutation.js +1 -1
  73. package/server/service/work-code/work-code-query.js +1 -1
  74. package/server/service/work-code/work-code-type.js +1 -1
  75. package/server/service/work-code/work-code.js +1 -1
  76. package/server/service/work-code-detail/work-code-detail-mutation.js +1 -1
  77. package/server/service/work-code-detail/work-code-detail-query.js +1 -1
  78. package/server/service/work-code-detail/work-code-detail-type.js +1 -1
  79. package/server/service/work-code-detail/work-code-detail.js +1 -1
@@ -1 +1 @@
1
- const a0_0x3cef8c=a0_0xf70b;(function(_0x308b1b,_0x38dabd){const _0x206281=a0_0xf70b,_0x59f66c=_0x308b1b();while(!![]){try{const _0x2d4e3f=parseInt(_0x206281(0x1ea))/0x1*(parseInt(_0x206281(0x1a3))/0x2)+parseInt(_0x206281(0x1a2))/0x3*(parseInt(_0x206281(0x196))/0x4)+-parseInt(_0x206281(0x1c0))/0x5*(-parseInt(_0x206281(0x1d4))/0x6)+-parseInt(_0x206281(0x1a8))/0x7+-parseInt(_0x206281(0x1c9))/0x8+parseInt(_0x206281(0x1a1))/0x9+-parseInt(_0x206281(0x1e2))/0xa;if(_0x2d4e3f===_0x38dabd)break;else _0x59f66c['push'](_0x59f66c['shift']());}catch(_0x21c6a6){_0x59f66c['push'](_0x59f66c['shift']());}}}(a0_0xad60,0x24570));function a0_0xf70b(_0x42e46f,_0x1ff848){const _0xad608d=a0_0xad60();return a0_0xf70b=function(_0xf70b5f,_0x1b0c8b){_0xf70b5f=_0xf70b5f-0x195;let _0x4838e5=_0xad608d[_0xf70b5f];return _0x4838e5;},a0_0xf70b(_0x42e46f,_0x1ff848);}import{html}from'lit';import{MetaApi}from'../utils/meta-api';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 MetaGristTabMixin=_0x3deccb=>class extends MetaButtonMixin(_0x3deccb){static get[a0_0x3cef8c(0x1a7)](){const _0x318a07=a0_0x3cef8c;return MetaApi[_0x318a07(0x1c1)]();}static get[a0_0x3cef8c(0x1dd)](){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_0x3cef8c(0x1b8)](){const _0x28b621=a0_0x3cef8c;return this[_0x28b621(0x1da)][_0x28b621(0x19e)](this['gristId']);}get[a0_0x3cef8c(0x1c6)](){const _0x283b15=a0_0x3cef8c;return this[_0x283b15(0x1c2)]?.[_0x283b15(0x19e)](this[_0x283b15(0x1de)]);}get[a0_0x3cef8c(0x19c)](){const _0x56f5d0=a0_0x3cef8c;return this[_0x56f5d0(0x1c2)][_0x56f5d0(0x19e)](_0x56f5d0(0x1e4));}get[a0_0x3cef8c(0x1d6)](){const _0x549fcd=a0_0x3cef8c;let _0x2592ed=MetaUiUtil['getContextObject'](this);return _0x2592ed[_0x549fcd(0x1df)]&&delete _0x2592ed['actions'],_0x2592ed[_0x549fcd(0x1d7)]&&delete _0x2592ed['exportable'],_0x2592ed['importable']&&delete _0x2592ed[_0x549fcd(0x1e7)],_0x2592ed;}async['connectedCallback'](){const _0x48127e=a0_0x3cef8c;this[_0x48127e(0x1dc)]=_0x48127e(0x1b5),this[_0x48127e(0x1de)]=_0x48127e(0x1bb),await this[_0x48127e(0x1cb)](),this[_0x48127e(0x1c5)]&&await this[_0x48127e(0x1c3)](),this[_0x48127e(0x1a6)]&&(this[_0x48127e(0x1ca)]=(this[_0x48127e(0x1a6)]||{})[_0x48127e(0x1aa)]),super[_0x48127e(0x1d2)]&&await super[_0x48127e(0x1d2)]();}async[a0_0x3cef8c(0x1b7)](){const _0x5cefbc=a0_0x3cef8c;super[_0x5cefbc(0x1b7)]&&await super[_0x5cefbc(0x1b7)]();}async[a0_0x3cef8c(0x19f)](){const _0x1402a8=a0_0x3cef8c;this[_0x1402a8(0x1e6)]&&await this[_0x1402a8(0x1c3)](),super[_0x1402a8(0x19f)]&&await super[_0x1402a8(0x19f)]();}[a0_0x3cef8c(0x1a9)](){const _0xca2287=a0_0x3cef8c;return MetaApi[_0xca2287(0x1bd)](this);}[a0_0x3cef8c(0x198)](_0x5ce49c){const _0x170f4f=a0_0x3cef8c;this[_0x170f4f(0x1be)]=_0x5ce49c[_0x170f4f(0x1b1)],this[_0x170f4f(0x1b6)]=_0x5ce49c['grid_column'],this[_0x170f4f(0x1b2)]=_0x5ce49c[_0x170f4f(0x1c4)];}async[a0_0x3cef8c(0x1c3)](){const _0x188df3=a0_0x3cef8c;this[_0x188df3(0x1b4)]=await MetaApi[_0x188df3(0x19b)](this),this[_0x188df3(0x1d3)]=!0x0===this[_0x188df3(0x1a0)],this[_0x188df3(0x1a0)]=!0x1,this[_0x188df3(0x1e5)]=[],this[_0x188df3(0x1d0)]=this[_0x188df3(0x1b4)][_0x188df3(0x1bc)][_0x188df3(0x1ac)](_0x41b6a6=>_0x41b6a6[_0x188df3(0x1ac)])[_0x188df3(0x1a4)](_0x210042=>{const _0x541f4d=_0x188df3;let _0x2fe82d={'name':_0x210042['filter'][_0x541f4d(0x1b3)]?_0x210042['filter'][_0x541f4d(0x1b3)]:_0x210042[_0x541f4d(0x1b3)],'type':_0x541f4d(0x1c4)===_0x210042[_0x541f4d(0x1ac)][_0x541f4d(0x1b0)]?_0x541f4d(0x1c4):_0x210042['type'],'label':_0x210042[_0x541f4d(0x19d)],'operator':_0x210042[_0x541f4d(0x1ac)]['operator']?_0x210042['filter'][_0x541f4d(0x1b0)]:'eq'};return _0x210042[_0x541f4d(0x1e3)][_0x541f4d(0x1e9)]&&(_0x2fe82d[_0x541f4d(0x1e9)]=_0x210042['record'][_0x541f4d(0x1e9)]),_0x210042[_0x541f4d(0x1ac)][_0x541f4d(0x1ab)]&&this['searchFieldValues'][_0x541f4d(0x1a5)]({'name':_0x2fe82d[_0x541f4d(0x1b3)],'operator':_0x2fe82d[_0x541f4d(0x1b0)],'value':_0x210042[_0x541f4d(0x1ac)][_0x541f4d(0x1ab)]}),delete _0x210042[_0x541f4d(0x1ac)],_0x2fe82d;});}async[a0_0x3cef8c(0x1ba)](){const _0x3ce036=a0_0x3cef8c;await this['grist'][_0x3ce036(0x1ba)]();}async[a0_0x3cef8c(0x1c7)]({page:_0x363a6a=0x0,limit:_0x30d7cb=0x0,sortings:_0x27ecea=[],filters:_0x3a8e36=[]}){const _0x905ab2=a0_0x3cef8c;let _0x3e538f=this[_0x905ab2(0x1da)][_0x905ab2(0x19e)](_0x905ab2(0x1bf));return await _0x3e538f[_0x905ab2(0x1e0)](),!0x0;}async[a0_0x3cef8c(0x1db)](){const _0x408faa=a0_0x3cef8c;let _0x30ec09=MetaApi[_0x408faa(0x1d9)](this[_0x408faa(0x1b8)]);!!ValueUtil[_0x408faa(0x1d8)](_0x30ec09)&&await this[_0x408faa(0x1ae)](_0x30ec09)&&this[_0x408faa(0x1ba)]();}async[a0_0x3cef8c(0x1cd)](){const _0x50cc4a=a0_0x3cef8c;let _0x4dd8d7=MetaApi[_0x50cc4a(0x1d1)](this[_0x50cc4a(0x1b8)],!0x0);return ValueUtil[_0x50cc4a(0x1d8)](_0x4dd8d7)?await this[_0x50cc4a(0x1ad)](_0x4dd8d7[0x0]):{};}async[a0_0x3cef8c(0x1e8)](){const _0xb82b69=a0_0x3cef8c;let _0x403f3b=MetaApi[_0xb82b69(0x1d1)](this[_0xb82b69(0x1b8)],!0x0);!!ValueUtil[_0xb82b69(0x1d8)](_0x403f3b)&&await this[_0xb82b69(0x19a)](_0x403f3b)&&this['fetch']();}async['export'](){const _0x5b4daf=a0_0x3cef8c;let _0xc9ab96=TermsUtil['tTitle'](ValueUtil['getParams'](this[_0x5b4daf(0x1d5)],_0x5b4daf(0x1cf)));return await MetaApi[_0x5b4daf(0x1e1)](this[_0x5b4daf(0x1c5)],_0xc9ab96,this[_0x5b4daf(0x1b8)]);}async[a0_0x3cef8c(0x1af)](){}[a0_0x3cef8c(0x195)](){const _0x55a1f0=a0_0x3cef8c;let _0x3d1209=this[_0x55a1f0(0x1b8)][_0x55a1f0(0x1cc)][_0x55a1f0(0x199)];return _0x3d1209=JSON[_0x55a1f0(0x1ce)](JSON[_0x55a1f0(0x1eb)](_0x3d1209)),_0x3d1209[_0x55a1f0(0x1b9)](_0x2f929d=>{const _0x392aca=_0x55a1f0;Object[_0x392aca(0x1c8)](_0x2f929d)['forEach'](_0x1255fc=>{const _0x393c64=_0x392aca;_0x1255fc[_0x393c64(0x197)]('__')&&delete _0x2f929d[_0x1255fc];});}),{'main':_0x3d1209,'detail':this[_0x55a1f0(0x1da)][_0x55a1f0(0x19e)]('meta-tab-element')[_0x55a1f0(0x195)]()};}};function a0_0xad60(){const _0xecf4c3=['parseGridConfigSet','detailElement','header','querySelector','pageInitialized','useFilterForm','1893753MZggUM','3yivnEA','6CxCXcP','map','push','activityDataSet','styles','1195222NGFuSp','render','main','value','filter','findOne','updateMultiple','import','operator','grid','searchConfig','name','gristConfigSet','ox-grist','gridColumnConfig','firstUpdated','grist','forEach','fetch','ox-filters-form-base','columns','getGristTabHtml','gridConfig','meta-tab-element','15NBxZWc','getBasicGristTabStyles','shadowRoot','parseGristConfigs','search','isElement','filterForm','beforeFetch','keys','1680264Pgzujd','dataSet','getAndParseMenuMeta','___data','find','parse','title','searchFields','getSelectedIdList','connectedCallback','useMasterFilterForm','321570sctnLQ','menuInfo','context','exportable','isNotEmpty','patchesForUpdateMultiple','renderRoot','save','gristId','properties','filterFormId','actions','clear','exportableData','373200hrGsun','record','#detail','searchFieldValues','isPage','importable','delete','options','7921YEnGtJ','stringify','getData','687928PJsCzJ','startsWith','parseBasicGridConfigs','records','deleteByIds'];a0_0xad60=function(){return _0xecf4c3;};return a0_0xad60();}
1
+ const a0_0x4d7572=a0_0x24de;(function(_0x2f5176,_0x59b905){const _0x5c570b=a0_0x24de,_0xd105d9=_0x2f5176();while(!![]){try{const _0xa6db37=-parseInt(_0x5c570b(0x1ec))/0x1*(parseInt(_0x5c570b(0x1bd))/0x2)+parseInt(_0x5c570b(0x1e7))/0x3+parseInt(_0x5c570b(0x1d6))/0x4+-parseInt(_0x5c570b(0x1f8))/0x5*(parseInt(_0x5c570b(0x1cf))/0x6)+parseInt(_0x5c570b(0x1d1))/0x7+-parseInt(_0x5c570b(0x1f3))/0x8*(-parseInt(_0x5c570b(0x1d8))/0x9)+parseInt(_0x5c570b(0x1f9))/0xa;if(_0xa6db37===_0x59b905)break;else _0xd105d9['push'](_0xd105d9['shift']());}catch(_0x5ddda5){_0xd105d9['push'](_0xd105d9['shift']());}}}(a0_0x7b56,0x25cc7));function a0_0x24de(_0x1bf11,_0x4c460b){const _0x7b5680=a0_0x7b56();return a0_0x24de=function(_0x24de54,_0x11badc){_0x24de54=_0x24de54-0x1bb;let _0xf7c69c=_0x7b5680[_0x24de54];return _0xf7c69c;},a0_0x24de(_0x1bf11,_0x4c460b);}import{html}from'lit';import{MetaApi}from'../utils/meta-api';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';function a0_0x7b56(){const _0x5f282e=['import','tTitle','pageInitialized','isElement','querySelector','title','type','grist','value','getData','1914cJrymI','properties','1428441eKzwpk','shadowRoot','renderRoot','activityDataSet','menuInfo','625884VyNlhH','getParams','261KowEfk','map','grid_column','getGristTabHtml','main','importable','findOne','parse','context','find','getContextObject','exportableData','exportable','styles','getBasicGristTabStyles','433995RUqujO','operator','keys','meta-tab-element','filterForm','276979kVljug','columns','record','stringify','gridConfig','getAndParseMenuMeta','getSelectedIdList','13312iYurMN','dataSet','parseGristConfigs','isNotEmpty','save','2485JDUqrT','368900NeAWwC','filter','connectedCallback','startsWith','render','gridColumnConfig','grid','search','gristId','searchConfig','options','parseGridConfigSet','gristConfigSet','actions','firstUpdated','useFilterForm','fetch','2OkuJDm','delete','header','forEach','name','filterFormId','ox-grist','detailElement'];a0_0x7b56=function(){return _0x5f282e;};return a0_0x7b56();}import{MetaButtonMixin}from'./meta-button-mixin';export const MetaGristTabMixin=_0x50a31b=>class extends MetaButtonMixin(_0x50a31b){static get[a0_0x4d7572(0x1e5)](){const _0x1f7f58=a0_0x4d7572;return MetaApi[_0x1f7f58(0x1e6)]();}static get[a0_0x4d7572(0x1d0)](){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['grist'](){const _0x200738=a0_0x4d7572;return this[_0x200738(0x1d3)][_0x200738(0x1c9)](this[_0x200738(0x201)]);}get[a0_0x4d7572(0x1eb)](){const _0x5229e4=a0_0x4d7572;return this[_0x5229e4(0x1d2)]?.[_0x5229e4(0x1c9)](this['filterFormId']);}get[a0_0x4d7572(0x1c4)](){const _0x5cf2ae=a0_0x4d7572;return this[_0x5cf2ae(0x1d2)][_0x5cf2ae(0x1c9)]('#detail');}get[a0_0x4d7572(0x1e0)](){const _0x506290=a0_0x4d7572;let _0x41c7a1=MetaUiUtil[_0x506290(0x1e2)](this);return _0x41c7a1[_0x506290(0x206)]&&delete _0x41c7a1[_0x506290(0x206)],_0x41c7a1[_0x506290(0x1e4)]&&delete _0x41c7a1['exportable'],_0x41c7a1[_0x506290(0x1dd)]&&delete _0x41c7a1[_0x506290(0x1dd)],_0x41c7a1;}async[a0_0x4d7572(0x1fb)](){const _0x5fea11=a0_0x4d7572;this['gristId']=_0x5fea11(0x1c3),this[_0x5fea11(0x1c2)]='ox-filters-form-base',await this[_0x5fea11(0x1f1)](),this[_0x5fea11(0x1c8)]&&await this[_0x5fea11(0x1f5)](),this[_0x5fea11(0x1d4)]&&(this[_0x5fea11(0x1f4)]=(this[_0x5fea11(0x1d4)]||{})[_0x5fea11(0x1dc)]),super[_0x5fea11(0x1fb)]&&await super[_0x5fea11(0x1fb)]();}async[a0_0x4d7572(0x207)](){super['firstUpdated']&&await super['firstUpdated']();}async['pageInitialized'](){const _0x4a80bb=a0_0x4d7572;this['isPage']&&await this[_0x4a80bb(0x1f5)](),super[_0x4a80bb(0x1c7)]&&await super[_0x4a80bb(0x1c7)]();}[a0_0x4d7572(0x1fd)](){const _0xb63b03=a0_0x4d7572;return MetaApi[_0xb63b03(0x1db)](this);}['parseBasicGridConfigs'](_0x50b21b){const _0x53ff6b=a0_0x4d7572;this[_0x53ff6b(0x1f0)]=_0x50b21b[_0x53ff6b(0x1ff)],this[_0x53ff6b(0x1fe)]=_0x50b21b[_0x53ff6b(0x1da)],this[_0x53ff6b(0x202)]=_0x50b21b[_0x53ff6b(0x200)];}async[a0_0x4d7572(0x1f5)](){const _0x12712d=a0_0x4d7572;this[_0x12712d(0x205)]=await MetaApi[_0x12712d(0x204)](this),this['useMasterFilterForm']=!0x0===this[_0x12712d(0x1bb)],this['useFilterForm']=!0x1,this['searchFieldValues']=[],this['searchFields']=this[_0x12712d(0x205)][_0x12712d(0x1ed)][_0x12712d(0x1fa)](_0x1ecb70=>_0x1ecb70[_0x12712d(0x1fa)])[_0x12712d(0x1d9)](_0x424226=>{const _0x27653e=_0x12712d;let _0x3b3569={'name':_0x424226[_0x27653e(0x1fa)]['name']?_0x424226[_0x27653e(0x1fa)][_0x27653e(0x1c1)]:_0x424226[_0x27653e(0x1c1)],'type':_0x27653e(0x200)===_0x424226['filter'][_0x27653e(0x1e8)]?_0x27653e(0x200):_0x424226[_0x27653e(0x1cb)],'label':_0x424226[_0x27653e(0x1bf)],'operator':_0x424226['filter']['operator']?_0x424226[_0x27653e(0x1fa)][_0x27653e(0x1e8)]:'eq'};return _0x424226['record']['options']&&(_0x3b3569[_0x27653e(0x203)]=_0x424226[_0x27653e(0x1ee)][_0x27653e(0x203)]),_0x424226['filter'][_0x27653e(0x1cd)]&&this['searchFieldValues']['push']({'name':_0x3b3569[_0x27653e(0x1c1)],'operator':_0x3b3569['operator'],'value':_0x424226[_0x27653e(0x1fa)][_0x27653e(0x1cd)]}),delete _0x424226[_0x27653e(0x1fa)],_0x3b3569;});}async['fetch'](){const _0x367623=a0_0x4d7572;await this[_0x367623(0x1cc)][_0x367623(0x1bc)]();}async['beforeFetch']({page:_0x11e526=0x0,limit:_0x3ef616=0x0,sortings:_0x192925=[],filters:_0x4a3adb=[]}){const _0x2b70a0=a0_0x4d7572;let _0x16a4c7=this[_0x2b70a0(0x1d3)][_0x2b70a0(0x1c9)](_0x2b70a0(0x1ea));return await _0x16a4c7['clear'](),!0x0;}async[a0_0x4d7572(0x1f7)](){const _0x54ed7c=a0_0x4d7572;let _0x3c61c7=MetaApi['patchesForUpdateMultiple'](this[_0x54ed7c(0x1cc)]);!!ValueUtil[_0x54ed7c(0x1f6)](_0x3c61c7)&&await this['updateMultiple'](_0x3c61c7)&&this[_0x54ed7c(0x1bc)]();}async[a0_0x4d7572(0x1e1)](){const _0x3dd0b0=a0_0x4d7572;let _0x1db5c2=MetaApi[_0x3dd0b0(0x1f2)](this[_0x3dd0b0(0x1cc)],!0x0);return ValueUtil[_0x3dd0b0(0x1f6)](_0x1db5c2)?await this[_0x3dd0b0(0x1de)](_0x1db5c2[0x0]):{};}async[a0_0x4d7572(0x1be)](){const _0x1be01b=a0_0x4d7572;let _0x34f598=MetaApi[_0x1be01b(0x1f2)](this[_0x1be01b(0x1cc)],!0x0);!!ValueUtil['isNotEmpty'](_0x34f598)&&await this['deleteByIds'](_0x34f598)&&this[_0x1be01b(0x1bc)]();}async['export'](){const _0x553635=a0_0x4d7572;let _0x2a9480=TermsUtil[_0x553635(0x1c6)](ValueUtil[_0x553635(0x1d7)](this[_0x553635(0x1d5)],_0x553635(0x1ca)));return await MetaApi[_0x553635(0x1e3)](this[_0x553635(0x1c8)],_0x2a9480,this[_0x553635(0x1cc)]);}async[a0_0x4d7572(0x1c5)](){}[a0_0x4d7572(0x1ce)](){const _0x69f1c5=a0_0x4d7572;let _0x30b502=this[_0x69f1c5(0x1cc)]['___data']['records'];return _0x30b502=JSON[_0x69f1c5(0x1df)](JSON[_0x69f1c5(0x1ef)](_0x30b502)),_0x30b502[_0x69f1c5(0x1c0)](_0x103dd1=>{const _0x425c4e=_0x69f1c5;Object[_0x425c4e(0x1e9)](_0x103dd1)['forEach'](_0x376271=>{const _0x5d0c53=_0x425c4e;_0x376271[_0x5d0c53(0x1fc)]('__')&&delete _0x103dd1[_0x376271];});}),{'main':_0x30b502,'detail':this[_0x69f1c5(0x1d3)]['querySelector'](_0x69f1c5(0x1ea))[_0x69f1c5(0x1ce)]()};}};
@@ -1 +1 @@
1
- const a0_0x51b8fc=a0_0x5a09;function a0_0x2061(){const _0x4a67c8=['1068635aucbaK','3442616tAnQcy','clear','73870UKEhMN','isElement','gridColumnConfig','grid','name','search','searchConfig','parseBasicGridConfigs','770799gZwhKY','useButtonImport','searchFieldValues','filter','313082EeHWRi','beforeFetch','pageInitialized','map','1359KHJfBY','render','styles','actions','header','importable','firstUpdated','dataSet','getContextObject','parseGristConfigs','grist','2kkgNDd','filterFormId','connectedCallback','grid_column','buttonConfig','context','useButtonExport','properties','gristConfigSet','fetch','getAndParseMenuMeta','push','record','4xBmSHx','columns','1827192StCRBX','options','useFilterForm','ox-filters-form-base','getMainTabHtml','filterForm','exportable','searchFields','activityDataSet','getMainGrist','querySelector','masterElement','getData','operator','getBasicMainTabStyles','ox-grist','1741187tGewnn','isPage','type'];a0_0x2061=function(){return _0x4a67c8;};return a0_0x2061();}(function(_0x200ecb,_0x580997){const _0x214a80=a0_0x5a09,_0x2a9cc8=_0x200ecb();while(!![]){try{const _0x45a14b=-parseInt(_0x214a80(0xfd))/0x1+parseInt(_0x214a80(0x10c))/0x2*(-parseInt(_0x214a80(0xf9))/0x3)+-parseInt(_0x214a80(0x119))/0x4*(-parseInt(_0x214a80(0x12e))/0x5)+-parseInt(_0x214a80(0x11b))/0x6+parseInt(_0x214a80(0x12b))/0x7+-parseInt(_0x214a80(0x12f))/0x8+-parseInt(_0x214a80(0x101))/0x9*(-parseInt(_0x214a80(0x131))/0xa);if(_0x45a14b===_0x580997)break;else _0x2a9cc8['push'](_0x2a9cc8['shift']());}catch(_0x13472f){_0x2a9cc8['push'](_0x2a9cc8['shift']());}}}(a0_0x2061,0x42a87));import{html}from'lit';import{MetaApi}from'../utils/meta-api';function a0_0x5a09(_0x907f5d,_0x503837){const _0x206178=a0_0x2061();return a0_0x5a09=function(_0x5a0936,_0xcd8f8b){_0x5a0936=_0x5a0936-0xf8;let _0x292770=_0x206178[_0x5a0936];return _0x292770;},a0_0x5a09(_0x907f5d,_0x503837);}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 MetaMainTabMixin=_0x58cddc=>class extends MetaButtonMixin(_0x58cddc){static get[a0_0x51b8fc(0x103)](){const _0x17648e=a0_0x51b8fc;return MetaApi[_0x17648e(0x129)]();}static get[a0_0x51b8fc(0x113)](){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_0x51b8fc(0x10b)](){const _0x44b8a7=a0_0x51b8fc;return this[_0x44b8a7(0x126)][_0x44b8a7(0x124)]();}get[a0_0x51b8fc(0x120)](){const _0x17bddf=a0_0x51b8fc;return this['shadowRoot']?.[_0x17bddf(0x125)](this[_0x17bddf(0x10d)]);}get[a0_0x51b8fc(0x111)](){const _0x4f1ee2=a0_0x51b8fc;let _0x4c4331=MetaUiUtil[_0x4f1ee2(0x109)](this);return _0x4c4331[_0x4f1ee2(0x104)]&&delete _0x4c4331[_0x4f1ee2(0x104)],_0x4c4331[_0x4f1ee2(0x121)]&&delete _0x4c4331['exportable'],_0x4c4331[_0x4f1ee2(0x106)]&&delete _0x4c4331[_0x4f1ee2(0x106)],_0x4c4331;}async[a0_0x51b8fc(0x10e)](){const _0x4c45be=a0_0x51b8fc;this['gristId']=_0x4c45be(0x12a),this[_0x4c45be(0x10d)]=_0x4c45be(0x11e),await this[_0x4c45be(0x116)](),this[_0x4c45be(0x132)]&&await this[_0x4c45be(0x10a)](),this[_0x4c45be(0x123)]&&(this[_0x4c45be(0x108)]=(this[_0x4c45be(0x123)]||{})['main']),super['connectedCallback']&&await super[_0x4c45be(0x10e)]();}async['firstUpdated'](){const _0x2177ee=a0_0x51b8fc;super[_0x2177ee(0x107)]&&await super[_0x2177ee(0x107)]();}async[a0_0x51b8fc(0xff)](){const _0x438fab=a0_0x51b8fc;this[_0x438fab(0x12c)]&&await this[_0x438fab(0x10a)](),super[_0x438fab(0xff)]&&await super[_0x438fab(0xff)]();}[a0_0x51b8fc(0x102)](){const _0x3a5cac=a0_0x51b8fc;return MetaApi[_0x3a5cac(0x11f)](this);}[a0_0x51b8fc(0xf8)](_0x4ab37e){const _0x3e2bbd=a0_0x51b8fc;this['gridConfig']=_0x4ab37e[_0x3e2bbd(0x134)],this[_0x3e2bbd(0x133)]=_0x4ab37e[_0x3e2bbd(0x10f)],this[_0x3e2bbd(0x137)]=_0x4ab37e[_0x3e2bbd(0x136)];}async[a0_0x51b8fc(0x10a)](){const _0x3ca2ba=a0_0x51b8fc;this[_0x3ca2ba(0x114)]=await MetaApi['parseGridConfigSet'](this),this['useMasterFilterForm']=!0x0===this[_0x3ca2ba(0x11d)],this[_0x3ca2ba(0x11d)]=!0x1,this[_0x3ca2ba(0x110)]=void 0x0,this[_0x3ca2ba(0x112)]=!0x1,this[_0x3ca2ba(0xfa)]=!0x1,this['searchFieldValues']=[],this[_0x3ca2ba(0x122)]=this[_0x3ca2ba(0x114)][_0x3ca2ba(0x11a)][_0x3ca2ba(0xfc)](_0xe81dcc=>_0xe81dcc['filter'])[_0x3ca2ba(0x100)](_0x2feeee=>{const _0x437dd2=_0x3ca2ba;let _0x2770d9={'name':_0x2feeee[_0x437dd2(0xfc)][_0x437dd2(0x135)]?_0x2feeee[_0x437dd2(0xfc)][_0x437dd2(0x135)]:_0x2feeee[_0x437dd2(0x135)],'type':'search'===_0x2feeee[_0x437dd2(0xfc)]['operator']?'search':_0x2feeee[_0x437dd2(0x12d)],'label':_0x2feeee[_0x437dd2(0x105)],'operator':_0x2feeee[_0x437dd2(0xfc)][_0x437dd2(0x128)]?_0x2feeee[_0x437dd2(0xfc)][_0x437dd2(0x128)]:'eq'};return _0x2feeee[_0x437dd2(0x118)][_0x437dd2(0x11c)]&&(_0x2770d9['options']=_0x2feeee[_0x437dd2(0x118)]['options']),_0x2feeee[_0x437dd2(0xfc)]['value']&&this[_0x437dd2(0xfb)][_0x437dd2(0x117)]({'name':_0x2770d9[_0x437dd2(0x135)],'operator':_0x2770d9[_0x437dd2(0x128)],'value':_0x2feeee[_0x437dd2(0xfc)]['value']}),delete _0x2feeee[_0x437dd2(0xfc)],_0x2770d9;});}async[a0_0x51b8fc(0x115)](){const _0x111d01=a0_0x51b8fc;await this[_0x111d01(0x10b)]['fetch']();}async[a0_0x51b8fc(0xfe)]({page:_0x2cf892=0x0,limit:_0x5a50c8=0x0,sortings:_0x522555=[],filters:_0x4fe3d1=[]}){const _0x337379=a0_0x51b8fc;return this[_0x337379(0x126)]&&this[_0x337379(0x126)][_0x337379(0x130)]&&await this[_0x337379(0x126)][_0x337379(0x130)](),!0x0;}['getData'](){const _0x2904d6=a0_0x51b8fc;return{'master':this[_0x2904d6(0x126)][_0x2904d6(0x127)]()};}};
1
+ const a0_0x14a0ea=a0_0x11b0;(function(_0x17eef1,_0xf5124c){const _0x440028=a0_0x11b0,_0x411d4e=_0x17eef1();while(!![]){try{const _0x2b0046=parseInt(_0x440028(0x1ad))/0x1+-parseInt(_0x440028(0x185))/0x2*(parseInt(_0x440028(0x19e))/0x3)+-parseInt(_0x440028(0x1b8))/0x4+parseInt(_0x440028(0x188))/0x5+parseInt(_0x440028(0x18e))/0x6*(parseInt(_0x440028(0x1af))/0x7)+-parseInt(_0x440028(0x19d))/0x8*(parseInt(_0x440028(0x1a9))/0x9)+parseInt(_0x440028(0x17f))/0xa;if(_0x2b0046===_0xf5124c)break;else _0x411d4e['push'](_0x411d4e['shift']());}catch(_0x5a16ae){_0x411d4e['push'](_0x411d4e['shift']());}}}(a0_0x4164,0x53694));import{html}from'lit';function a0_0x4164(){const _0x32de60=['24ZkkSwu','2010117YBwXwK','fetch','filterForm','grid','masterElement','operator','grist','name','searchConfig','value','shadowRoot','700443dELRKp','useFilterForm','useMasterFilterForm','type','4658YtiDDr','search','35icDeLG','firstUpdated','grid_column','styles','useButtonImport','gridConfig','properties','ox-filters-form-base','clear','374840XGLCnS','5447300BYCZqY','parseGridConfigSet','pageInitialized','getAndParseMenuMeta','context','gristId','2IsIUlJ','getMainGrist','importable','878045LpZzWE','getContextObject','searchFieldValues','connectedCallback','options','isPage','736662PZNgRW','querySelector','gristConfigSet','filter','useButtonExport','columns','parseGristConfigs','exportable','buttonConfig','getBasicMainTabStyles','beforeFetch','filterFormId','isElement','record','actions'];a0_0x4164=function(){return _0x32de60;};return a0_0x4164();}import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{UiUtil}from'../utils/ui-util';function a0_0x11b0(_0x38d086,_0x18f78d){const _0x41644e=a0_0x4164();return a0_0x11b0=function(_0x11b0c5,_0x57f119){_0x11b0c5=_0x11b0c5-0x17f;let _0x332bb6=_0x41644e[_0x11b0c5];return _0x332bb6;},a0_0x11b0(_0x38d086,_0x18f78d);}import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaMainTabMixin=_0xf2a899=>class extends MetaButtonMixin(_0xf2a899){static get[a0_0x14a0ea(0x1b2)](){const _0x13d5e8=a0_0x14a0ea;return MetaApi[_0x13d5e8(0x197)]();}static get[a0_0x14a0ea(0x1b5)](){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['grist'](){const _0x3e2925=a0_0x14a0ea;return this[_0x3e2925(0x1a2)][_0x3e2925(0x186)]();}get[a0_0x14a0ea(0x1a0)](){const _0x3af8a7=a0_0x14a0ea;return this[_0x3af8a7(0x1a8)]?.[_0x3af8a7(0x18f)](this[_0x3af8a7(0x199)]);}get[a0_0x14a0ea(0x183)](){const _0x3e06a7=a0_0x14a0ea;let _0x4f7a27=MetaUiUtil[_0x3e06a7(0x189)](this);return _0x4f7a27[_0x3e06a7(0x19c)]&&delete _0x4f7a27['actions'],_0x4f7a27[_0x3e06a7(0x195)]&&delete _0x4f7a27[_0x3e06a7(0x195)],_0x4f7a27[_0x3e06a7(0x187)]&&delete _0x4f7a27['importable'],_0x4f7a27;}async[a0_0x14a0ea(0x18b)](){const _0x55e5ae=a0_0x14a0ea;this[_0x55e5ae(0x184)]='ox-grist',this['filterFormId']=_0x55e5ae(0x1b6),await this[_0x55e5ae(0x182)](),this[_0x55e5ae(0x19a)]&&await this[_0x55e5ae(0x194)](),this['activityDataSet']&&(this['dataSet']=(this['activityDataSet']||{})['main']),super['connectedCallback']&&await super[_0x55e5ae(0x18b)]();}async['firstUpdated'](){const _0x1082de=a0_0x14a0ea;super[_0x1082de(0x1b0)]&&await super[_0x1082de(0x1b0)]();}async[a0_0x14a0ea(0x181)](){const _0x425aff=a0_0x14a0ea;this[_0x425aff(0x18d)]&&await this['parseGristConfigs'](),super['pageInitialized']&&await super[_0x425aff(0x181)]();}['render'](){return MetaApi['getMainTabHtml'](this);}['parseBasicGridConfigs'](_0x4e213b){const _0x164f55=a0_0x14a0ea;this[_0x164f55(0x1b4)]=_0x4e213b[_0x164f55(0x1a1)],this['gridColumnConfig']=_0x4e213b[_0x164f55(0x1b1)],this[_0x164f55(0x1a6)]=_0x4e213b[_0x164f55(0x1ae)];}async[a0_0x14a0ea(0x194)](){const _0x259579=a0_0x14a0ea;this[_0x259579(0x190)]=await MetaApi[_0x259579(0x180)](this),this[_0x259579(0x1ab)]=!0x0===this[_0x259579(0x1aa)],this[_0x259579(0x1aa)]=!0x1,this[_0x259579(0x196)]=void 0x0,this[_0x259579(0x192)]=!0x1,this[_0x259579(0x1b3)]=!0x1,this[_0x259579(0x18a)]=[],this['searchFields']=this['gristConfigSet'][_0x259579(0x193)][_0x259579(0x191)](_0xdda840=>_0xdda840[_0x259579(0x191)])['map'](_0x3fbf06=>{const _0xdd1e0b=_0x259579;let _0xd24d7f={'name':_0x3fbf06[_0xdd1e0b(0x191)][_0xdd1e0b(0x1a5)]?_0x3fbf06[_0xdd1e0b(0x191)]['name']:_0x3fbf06[_0xdd1e0b(0x1a5)],'type':_0xdd1e0b(0x1ae)===_0x3fbf06['filter']['operator']?_0xdd1e0b(0x1ae):_0x3fbf06[_0xdd1e0b(0x1ac)],'label':_0x3fbf06['header'],'operator':_0x3fbf06[_0xdd1e0b(0x191)][_0xdd1e0b(0x1a3)]?_0x3fbf06[_0xdd1e0b(0x191)]['operator']:'eq'};return _0x3fbf06[_0xdd1e0b(0x19b)][_0xdd1e0b(0x18c)]&&(_0xd24d7f['options']=_0x3fbf06[_0xdd1e0b(0x19b)][_0xdd1e0b(0x18c)]),_0x3fbf06[_0xdd1e0b(0x191)][_0xdd1e0b(0x1a7)]&&this['searchFieldValues']['push']({'name':_0xd24d7f[_0xdd1e0b(0x1a5)],'operator':_0xd24d7f['operator'],'value':_0x3fbf06[_0xdd1e0b(0x191)]['value']}),delete _0x3fbf06[_0xdd1e0b(0x191)],_0xd24d7f;});}async['fetch'](){const _0x1222bd=a0_0x14a0ea;await this[_0x1222bd(0x1a4)][_0x1222bd(0x19f)]();}async[a0_0x14a0ea(0x198)]({page:_0x33433f=0x0,limit:_0x393d05=0x0,sortings:_0x415372=[],filters:_0x4ab79c=[]}){const _0x2008ab=a0_0x14a0ea;return this[_0x2008ab(0x1a2)]&&this[_0x2008ab(0x1a2)][_0x2008ab(0x1b7)]&&await this['masterElement'][_0x2008ab(0x1b7)](),!0x0;}['getData'](){const _0x47d215=a0_0x14a0ea;return{'master':this[_0x47d215(0x1a2)]['getData']()};}};
@@ -1 +1 @@
1
- const a0_0x2119dc=a0_0x1022;(function(_0x55a09d,_0x1b1da5){const _0x35b89a=a0_0x1022,_0x36121d=_0x55a09d();while(!![]){try{const _0x1a6835=-parseInt(_0x35b89a(0x142))/0x1+parseInt(_0x35b89a(0x12c))/0x2+-parseInt(_0x35b89a(0x12e))/0x3+parseInt(_0x35b89a(0x112))/0x4*(-parseInt(_0x35b89a(0x114))/0x5)+-parseInt(_0x35b89a(0x125))/0x6+-parseInt(_0x35b89a(0x10c))/0x7*(-parseInt(_0x35b89a(0x139))/0x8)+parseInt(_0x35b89a(0x126))/0x9;if(_0x1a6835===_0x1b1da5)break;else _0x36121d['push'](_0x36121d['shift']());}catch(_0x2925b1){_0x36121d['push'](_0x36121d['shift']());}}}(a0_0x4aa8,0x74407));import{html}from'lit';function a0_0x4aa8(){const _0x1a9a06=['68RdnJlv','getMasterDetailHtml','85535xCnveC','useFilterForm','header','___data','searchFields','gristConfigSet','tTitle','record','startsWith','isPage','columns','grid','operator','name','exportableData','pageInitialized','searchFieldValues','1995348NPmYkZ','11528829XUqpmv','parseBasicGridConfigs','map','isElement','updateMultiple','export','199302bPwrvB','isNotEmpty','1877427yIaDbt','activityDataSet','connectedCallback','shadowRoot','ox-grist','beforeFetch','delete','renderRoot','stringify','detailElement','forEach','504kXGvEG','ox-filters-form-base','type','options','search','dataSet','firstUpdated','querySelector','filter','388473pLZmXo','getContextObject','main','gridConfig','clear','importable','render','parseGristConfigs','exportable','parse','records','gridColumnConfig','value','gristId','getData','deleteByIds','filterForm','menuInfo','filterFormId','patchesForUpdateMultiple','parseGridConfigSet','import','81466SLLKRR','getAndParseMenuMeta','grid_column','grist','fetch','getSelectedIdList'];a0_0x4aa8=function(){return _0x1a9a06;};return a0_0x4aa8();}import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{UiUtil}from'../utils/ui-util';function a0_0x1022(_0x3df6b9,_0x3c5306){const _0x4aa8de=a0_0x4aa8();return a0_0x1022=function(_0x102204,_0x356561){_0x102204=_0x102204-0xff;let _0x2a9273=_0x4aa8de[_0x102204];return _0x2a9273;},a0_0x1022(_0x3df6b9,_0x3c5306);}import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaMasterDetailMixin=_0x451a93=>class extends MetaButtonMixin(_0x451a93){static get['styles'](){return MetaApi['getBasicMasterDetailStyles']();}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,'detailElement':Object};}get[a0_0x2119dc(0x10f)](){const _0x4041fe=a0_0x2119dc;return this[_0x4041fe(0x135)][_0x4041fe(0x140)](this[_0x4041fe(0x103)]);}get[a0_0x2119dc(0x106)](){const _0x2b6fb8=a0_0x2119dc;return this[_0x2b6fb8(0x131)]?.[_0x2b6fb8(0x140)](this[_0x2b6fb8(0x108)]);}get['context'](){const _0x107dc7=a0_0x2119dc;let _0x25842c=MetaUiUtil[_0x107dc7(0x143)](this);return _0x25842c['actions']&&delete _0x25842c['actions'],_0x25842c[_0x107dc7(0x14a)]&&delete _0x25842c[_0x107dc7(0x14a)],_0x25842c[_0x107dc7(0x147)]&&delete _0x25842c[_0x107dc7(0x147)],_0x25842c;}async['connectedCallback'](){const _0x107316=a0_0x2119dc;this[_0x107316(0x103)]=_0x107316(0x132),this[_0x107316(0x108)]=_0x107316(0x13a),await this[_0x107316(0x10d)](),this[_0x107316(0x129)]&&await this[_0x107316(0x149)](),this[_0x107316(0x12f)]&&(this[_0x107316(0x13e)]=(this['activityDataSet']||{})[_0x107316(0x144)]),super[_0x107316(0x130)]&&await super[_0x107316(0x130)]();}async[a0_0x2119dc(0x13f)](){const _0x2f6494=a0_0x2119dc;super[_0x2f6494(0x13f)]&&await super[_0x2f6494(0x13f)]();}async[a0_0x2119dc(0x123)](){const _0x484684=a0_0x2119dc;this[_0x484684(0x11d)]&&await this[_0x484684(0x149)](),super[_0x484684(0x123)]&&await super[_0x484684(0x123)]();}[a0_0x2119dc(0x148)](){const _0x54661d=a0_0x2119dc;return MetaApi[_0x54661d(0x113)](this);}[a0_0x2119dc(0x127)](_0x24d7c3){const _0x4c7c02=a0_0x2119dc;this[_0x4c7c02(0x145)]=_0x24d7c3[_0x4c7c02(0x11f)],this[_0x4c7c02(0x101)]=_0x24d7c3[_0x4c7c02(0x10e)],this['searchConfig']=_0x24d7c3[_0x4c7c02(0x13d)];}async[a0_0x2119dc(0x149)](){const _0xe9843e=a0_0x2119dc;this[_0xe9843e(0x119)]=await MetaApi[_0xe9843e(0x10a)](this),this['useMasterFilterForm']=!0x0===this[_0xe9843e(0x115)],this[_0xe9843e(0x115)]=!0x1,this[_0xe9843e(0x124)]=[],this[_0xe9843e(0x118)]=this['gristConfigSet'][_0xe9843e(0x11e)][_0xe9843e(0x141)](_0x43666f=>_0x43666f[_0xe9843e(0x141)])[_0xe9843e(0x128)](_0xa88d9a=>{const _0xd05bd6=_0xe9843e;let _0x31db16={'name':_0xa88d9a['filter'][_0xd05bd6(0x121)]?_0xa88d9a[_0xd05bd6(0x141)][_0xd05bd6(0x121)]:_0xa88d9a[_0xd05bd6(0x121)],'type':_0xd05bd6(0x13d)===_0xa88d9a['filter'][_0xd05bd6(0x120)]?'search':_0xa88d9a[_0xd05bd6(0x13b)],'label':_0xa88d9a[_0xd05bd6(0x116)],'operator':_0xa88d9a['filter']['operator']?_0xa88d9a[_0xd05bd6(0x141)][_0xd05bd6(0x120)]:'eq'};return _0xa88d9a[_0xd05bd6(0x11b)][_0xd05bd6(0x13c)]&&(_0x31db16[_0xd05bd6(0x13c)]=_0xa88d9a['record'][_0xd05bd6(0x13c)]),_0xa88d9a[_0xd05bd6(0x141)][_0xd05bd6(0x102)]&&this['searchFieldValues']['push']({'name':_0x31db16[_0xd05bd6(0x121)],'operator':_0x31db16[_0xd05bd6(0x120)],'value':_0xa88d9a[_0xd05bd6(0x141)][_0xd05bd6(0x102)]}),delete _0xa88d9a[_0xd05bd6(0x141)],_0x31db16;});}async[a0_0x2119dc(0x110)](){const _0x5e071a=a0_0x2119dc;await this[_0x5e071a(0x10f)]['fetch']();}async[a0_0x2119dc(0x133)]({page:_0x273e8a=0x0,limit:_0x47c62c=0x0,sortings:_0x1448fd=[],filters:_0x8e6e52=[]}){const _0x4a93d1=a0_0x2119dc;return this[_0x4a93d1(0x137)]&&this['detailElement'][_0x4a93d1(0x146)]&&await this[_0x4a93d1(0x137)][_0x4a93d1(0x146)](),!0x0;}async['save'](){const _0x558755=a0_0x2119dc;let _0x27723d=MetaApi[_0x558755(0x109)](this[_0x558755(0x10f)]);!!ValueUtil[_0x558755(0x12d)](_0x27723d)&&await this[_0x558755(0x12a)](_0x27723d)&&this[_0x558755(0x110)]();}async['find'](){const _0x4de812=a0_0x2119dc;let _0x3daa2a=MetaApi[_0x4de812(0x111)](this[_0x4de812(0x10f)],!0x0);return ValueUtil['isNotEmpty'](_0x3daa2a)?await this['findOne'](_0x3daa2a[0x0]):{};}async[a0_0x2119dc(0x134)](){const _0x280279=a0_0x2119dc;let _0x185382=MetaApi['getSelectedIdList'](this['grist'],!0x0);!!ValueUtil[_0x280279(0x12d)](_0x185382)&&await this[_0x280279(0x105)](_0x185382)&&this[_0x280279(0x110)]();}async[a0_0x2119dc(0x12b)](){const _0x18f282=a0_0x2119dc;let _0x22c012=TermsUtil[_0x18f282(0x11a)](ValueUtil['getParams'](this[_0x18f282(0x107)],'title'));return await MetaApi[_0x18f282(0x122)](this['isElement'],_0x22c012,this[_0x18f282(0x10f)]);}async[a0_0x2119dc(0x10b)](){}[a0_0x2119dc(0x104)](){const _0x4f85ea=a0_0x2119dc;let _0x3e49e8=this[_0x4f85ea(0x10f)][_0x4f85ea(0x117)][_0x4f85ea(0x100)];return _0x3e49e8=JSON[_0x4f85ea(0xff)](JSON[_0x4f85ea(0x136)](_0x3e49e8)),_0x3e49e8['forEach'](_0x40891d=>{const _0x4407b7=_0x4f85ea;Object['keys'](_0x40891d)[_0x4407b7(0x138)](_0x410236=>{const _0xdc569e=_0x4407b7;_0x410236[_0xdc569e(0x11c)]('__')&&delete _0x40891d[_0x410236];});}),{'main':_0x3e49e8,'detail':this[_0x4f85ea(0x137)][_0x4f85ea(0x104)]()};}};
1
+ const a0_0x5af99b=a0_0x39ff;(function(_0xb698b3,_0x32cb4d){const _0x38584=a0_0x39ff,_0x106fde=_0xb698b3();while(!![]){try{const _0x506f22=-parseInt(_0x38584(0x16d))/0x1*(-parseInt(_0x38584(0x161))/0x2)+parseInt(_0x38584(0x138))/0x3*(parseInt(_0x38584(0x14d))/0x4)+-parseInt(_0x38584(0x123))/0x5+parseInt(_0x38584(0x155))/0x6*(parseInt(_0x38584(0x13a))/0x7)+-parseInt(_0x38584(0x165))/0x8+parseInt(_0x38584(0x143))/0x9+-parseInt(_0x38584(0x14f))/0xa*(parseInt(_0x38584(0x151))/0xb);if(_0x506f22===_0x32cb4d)break;else _0x106fde['push'](_0x106fde['shift']());}catch(_0x12cab5){_0x106fde['push'](_0x106fde['shift']());}}}(a0_0x5f41,0x3f933));import{html}from'lit';import{MetaApi}from'../utils/meta-api';function a0_0x39ff(_0x48f98d,_0x1cb47f){const _0x5f415b=a0_0x5f41();return a0_0x39ff=function(_0x39ff39,_0x9e478f){_0x39ff39=_0x39ff39-0x120;let _0x176db3=_0x5f415b[_0x39ff39];return _0x176db3;},a0_0x39ff(_0x48f98d,_0x1cb47f);}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 MetaMasterDetailMixin=_0x2f7cb0=>class extends MetaButtonMixin(_0x2f7cb0){static get['styles'](){const _0x18ff7c=a0_0x39ff;return MetaApi[_0x18ff7c(0x135)]();}static get[a0_0x5af99b(0x124)](){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_0x5af99b(0x148)](){const _0x4e9eee=a0_0x5af99b;return this[_0x4e9eee(0x141)][_0x4e9eee(0x13e)](this['gristId']);}get[a0_0x5af99b(0x146)](){const _0x7a91be=a0_0x5af99b;return this[_0x7a91be(0x12d)]?.['querySelector'](this[_0x7a91be(0x15e)]);}get[a0_0x5af99b(0x14a)](){const _0x438b64=a0_0x5af99b;let _0x156a0f=MetaUiUtil[_0x438b64(0x15d)](this);return _0x156a0f['actions']&&delete _0x156a0f[_0x438b64(0x15c)],_0x156a0f[_0x438b64(0x160)]&&delete _0x156a0f[_0x438b64(0x160)],_0x156a0f[_0x438b64(0x136)]&&delete _0x156a0f['importable'],_0x156a0f;}async[a0_0x5af99b(0x153)](){const _0x52753c=a0_0x5af99b;this[_0x52753c(0x13f)]='ox-grist',this['filterFormId']=_0x52753c(0x120),await this[_0x52753c(0x121)](),this[_0x52753c(0x144)]&&await this['parseGristConfigs'](),this[_0x52753c(0x127)]&&(this[_0x52753c(0x125)]=(this[_0x52753c(0x127)]||{})['main']),super[_0x52753c(0x153)]&&await super[_0x52753c(0x153)]();}async['firstUpdated'](){super['firstUpdated']&&await super['firstUpdated']();}async[a0_0x5af99b(0x16a)](){const _0x44ec48=a0_0x5af99b;this['isPage']&&await this[_0x44ec48(0x145)](),super[_0x44ec48(0x16a)]&&await super[_0x44ec48(0x16a)]();}[a0_0x5af99b(0x12c)](){const _0x5c6ef5=a0_0x5af99b;return MetaApi[_0x5c6ef5(0x154)](this);}[a0_0x5af99b(0x157)](_0x2f3a8e){const _0x3bcd80=a0_0x5af99b;this[_0x3bcd80(0x12b)]=_0x2f3a8e['grid'],this['gridColumnConfig']=_0x2f3a8e[_0x3bcd80(0x16c)],this[_0x3bcd80(0x140)]=_0x2f3a8e[_0x3bcd80(0x15f)];}async['parseGristConfigs'](){const _0x38e78b=a0_0x5af99b;this['gristConfigSet']=await MetaApi[_0x38e78b(0x12a)](this),this[_0x38e78b(0x147)]=!0x0===this[_0x38e78b(0x150)],this[_0x38e78b(0x150)]=!0x1,this['searchFieldValues']=[],this[_0x38e78b(0x134)]=this[_0x38e78b(0x133)][_0x38e78b(0x164)][_0x38e78b(0x131)](_0x31c5d4=>_0x31c5d4[_0x38e78b(0x131)])[_0x38e78b(0x16b)](_0x6c1535=>{const _0x537862=_0x38e78b;let _0x540877={'name':_0x6c1535[_0x537862(0x131)]['name']?_0x6c1535[_0x537862(0x131)][_0x537862(0x167)]:_0x6c1535[_0x537862(0x167)],'type':'search'===_0x6c1535[_0x537862(0x131)][_0x537862(0x159)]?_0x537862(0x15f):_0x6c1535[_0x537862(0x13b)],'label':_0x6c1535['header'],'operator':_0x6c1535[_0x537862(0x131)]['operator']?_0x6c1535[_0x537862(0x131)][_0x537862(0x159)]:'eq'};return _0x6c1535[_0x537862(0x132)]['options']&&(_0x540877['options']=_0x6c1535['record']['options']),_0x6c1535['filter']['value']&&this[_0x537862(0x13d)][_0x537862(0x14c)]({'name':_0x540877['name'],'operator':_0x540877[_0x537862(0x159)],'value':_0x6c1535[_0x537862(0x131)][_0x537862(0x128)]}),delete _0x6c1535[_0x537862(0x131)],_0x540877;});}async[a0_0x5af99b(0x129)](){const _0xbf54e9=a0_0x5af99b;await this[_0xbf54e9(0x148)]['fetch']();}async['beforeFetch']({page:_0x209d33=0x0,limit:_0x1a573a=0x0,sortings:_0x3c8ae3=[],filters:_0x3ced7c=[]}){const _0x7cc3aa=a0_0x5af99b;return this[_0x7cc3aa(0x137)]&&this[_0x7cc3aa(0x137)][_0x7cc3aa(0x15b)]&&await this[_0x7cc3aa(0x137)]['clear'](),!0x0;}async[a0_0x5af99b(0x15a)](){const _0x38e7bb=a0_0x5af99b;let _0x52056f=MetaApi[_0x38e7bb(0x13c)](this['grist']);!!ValueUtil[_0x38e7bb(0x156)](_0x52056f)&&await this[_0x38e7bb(0x152)](_0x52056f)&&this[_0x38e7bb(0x129)]();}async[a0_0x5af99b(0x169)](){const _0x2f3938=a0_0x5af99b;let _0x24e748=MetaApi[_0x2f3938(0x163)](this[_0x2f3938(0x148)],!0x0);return ValueUtil['isNotEmpty'](_0x24e748)?await this[_0x2f3938(0x12f)](_0x24e748[0x0]):{};}async['delete'](){const _0x25a6ab=a0_0x5af99b;let _0x9346de=MetaApi[_0x25a6ab(0x163)](this[_0x25a6ab(0x148)],!0x0);!!ValueUtil['isNotEmpty'](_0x9346de)&&await this[_0x25a6ab(0x158)](_0x9346de)&&this[_0x25a6ab(0x129)]();}async['export'](){const _0x223276=a0_0x5af99b;let _0x4a8b00=TermsUtil[_0x223276(0x12e)](ValueUtil[_0x223276(0x14b)](this['menuInfo'],_0x223276(0x14e)));return await MetaApi[_0x223276(0x139)](this[_0x223276(0x144)],_0x4a8b00,this[_0x223276(0x148)]);}async[a0_0x5af99b(0x162)](){}[a0_0x5af99b(0x122)](){const _0x4c4ce1=a0_0x5af99b;let _0x5c6979=this[_0x4c4ce1(0x148)]['___data'][_0x4c4ce1(0x168)];return _0x5c6979=JSON[_0x4c4ce1(0x126)](JSON[_0x4c4ce1(0x166)](_0x5c6979)),_0x5c6979[_0x4c4ce1(0x130)](_0x408314=>{const _0x135e6a=_0x4c4ce1;Object[_0x135e6a(0x149)](_0x408314)[_0x135e6a(0x130)](_0x55d4d9=>{const _0xc1c1a9=_0x135e6a;_0x55d4d9[_0xc1c1a9(0x142)]('__')&&delete _0x408314[_0x55d4d9];});}),{'main':_0x5c6979,'detail':this[_0x4c4ce1(0x137)]['getData']()};}};function a0_0x5f41(){const _0x331e4e=['name','records','find','pageInitialized','map','grid_column','43PJWNSd','ox-filters-form-base','getAndParseMenuMeta','getData','2097330UZWJwf','properties','dataSet','parse','activityDataSet','value','fetch','parseGridConfigSet','gridConfig','render','shadowRoot','tTitle','findOne','forEach','filter','record','gristConfigSet','searchFields','getBasicMasterDetailStyles','importable','detailElement','75aWSZjV','exportableData','3745oVeORQ','type','patchesForUpdateMultiple','searchFieldValues','querySelector','gristId','searchConfig','renderRoot','startsWith','2836359zHryeS','isElement','parseGristConfigs','filterForm','useMasterFilterForm','grist','keys','context','getParams','push','59720QtRzAG','title','310iJJLxs','useFilterForm','173690GCqIli','updateMultiple','connectedCallback','getMasterDetailHtml','930ytMMkV','isNotEmpty','parseBasicGridConfigs','deleteByIds','operator','save','clear','actions','getContextObject','filterFormId','search','exportable','19742xpKqql','import','getSelectedIdList','columns','211360PGokPz','stringify'];a0_0x5f41=function(){return _0x331e4e;};return a0_0x5f41();}
@@ -1 +1 @@
1
- const a0_0xe24c02=a0_0x58b0;(function(_0x338467,_0x56162d){const _0x1b2c3=a0_0x58b0,_0x84e840=_0x338467();while(!![]){try{const _0x220119=parseInt(_0x1b2c3(0x11d))/0x1+-parseInt(_0x1b2c3(0x102))/0x2*(parseInt(_0x1b2c3(0x119))/0x3)+parseInt(_0x1b2c3(0x113))/0x4*(-parseInt(_0x1b2c3(0x11f))/0x5)+-parseInt(_0x1b2c3(0x128))/0x6*(-parseInt(_0x1b2c3(0x10e))/0x7)+parseInt(_0x1b2c3(0x114))/0x8*(parseInt(_0x1b2c3(0x117))/0x9)+parseInt(_0x1b2c3(0x12a))/0xa+-parseInt(_0x1b2c3(0x110))/0xb*(parseInt(_0x1b2c3(0x129))/0xc);if(_0x220119===_0x56162d)break;else _0x84e840['push'](_0x84e840['shift']());}catch(_0x5af52b){_0x84e840['push'](_0x84e840['shift']());}}}(a0_0x5888,0xe8cb5));import{adjustFilters}from'@operato/utils';function a0_0x5888(){const _0x3458b8=['infinityPage','828deiFvF','multiple','168MBtKnU','forEach','gqlInfo','searchByPagination','1135534bxHsAU','find_one_func','635165HduQQx','findOne','mainFilterForm','formConfigSet','isEmpty','split','list_func','pass','includes','210mngfpE','24ChmMUk','11503050MmsCMW','getParams','params','getPageNavigateParams','delete','isElement','keys','skip_fields','fetchHandler','length','func','dataSet','gql','afterFetch','is_activity','getQueryFilters','getSelectColumns','beforeFetch','isNotEmpty','push','filter','21938gKuuQN','filters','name','after_set_fields','map','parent_id','parse','updateMultiple','records','columns','query','lifecycle','289961BVhQTi','gristConfigSet','16770908BQpgSX','filterForm','mutation','28BhUfRh','153968CsFLlP','properties'];a0_0x5888=function(){return _0x3458b8;};return a0_0x5888();}import{MetaBaseMixin}from'./meta-base-mixin';function a0_0x58b0(_0x5ceb71,_0x23f526){const _0x5888c1=a0_0x5888();return a0_0x58b0=function(_0x58b018,_0x40e439){_0x58b018=_0x58b018-0xfc;let _0x1cc5b1=_0x5888c1[_0x58b018];return _0x1cc5b1;},a0_0x58b0(_0x5ceb71,_0x23f526);}import{MetaApi}from'./../utils/meta-api';import{ValueUtil}from'./../utils/value-util';export const MetaServiceMixin=_0x81fb55=>class extends MetaBaseMixin(_0x81fb55){static get[a0_0xe24c02(0x115)](){return{'gqlInfo':Object};}['parseBasicServiceConfigs'](_0x47ac24){const _0x3845c5=a0_0xe24c02;this[_0x3845c5(0x11b)]=_0x47ac24[_0x3845c5(0x136)];}async[a0_0xe24c02(0x132)]({page:_0x3397f5=0x0,limit:_0x197291=0x0,sortings:_0x5de496=[],filters:_0x35e79d=[]}){const _0x38e91a=a0_0xe24c02;if(this[_0x38e91a(0x138)])return{'total':0x0,'records':this[_0x38e91a(0x135)]||[]};if(!0x0===this[_0x38e91a(0x116)]&&(_0x3397f5=0x0,_0x197291=0x0),this[_0x38e91a(0xfe)]&&0x0==await this[_0x38e91a(0xfe)]({'page':_0x3397f5,'limit':_0x197291,'sortings':_0x5de496,'filters':_0x35e79d}))return;if(!this[_0x38e91a(0x10f)])return{'total':0x0,'records':[]};let _0x22aa2c=ValueUtil[_0x38e91a(0x123)](_0x35e79d)?this[_0x38e91a(0x121)]?await this[_0x38e91a(0x121)][_0x38e91a(0xfc)]()||[]:await this[_0x38e91a(0x111)]?.[_0x38e91a(0xfc)]()||[]:_0x35e79d,_0x2f3cfc=ValueUtil[_0x38e91a(0x12b)](this[_0x38e91a(0x11b)],_0x38e91a(0x10c),_0x38e91a(0x125)),_0x241a05=ValueUtil[_0x38e91a(0x12b)](this[_0x38e91a(0x11b)],_0x38e91a(0x10c),_0x38e91a(0x103)),_0x226cd1=ValueUtil[_0x38e91a(0x12b)](this[_0x38e91a(0x11b)],_0x38e91a(0x10c),_0x38e91a(0x105));if(ValueUtil['isNotEmpty'](_0x241a05)&&(_0x22aa2c=adjustFilters(_0x22aa2c,_0x241a05)),_0x22aa2c[_0x38e91a(0x100)](...this['getPageNavigateParams']()),this['isElement']&&!this[_0x38e91a(0x121)]){let _0x1dd6a7=ValueUtil['getParams'](this[_0x38e91a(0x11b)],_0x38e91a(0x10c),_0x38e91a(0x107));if(!ValueUtil[_0x38e91a(0xff)](_0x1dd6a7)||!ValueUtil['isNotEmpty'](this[_0x38e91a(0x107)]))return{'total':0x0,'records':[]};_0x22aa2c=adjustFilters(_0x22aa2c,[{'name':_0x1dd6a7,'operator':'eq','value':this[_0x38e91a(0x107)]}]);}let _0x5cf513=Object[_0x38e91a(0x130)](_0x226cd1||{}),_0x376e45=MetaApi[_0x38e91a(0xfd)](this[_0x38e91a(0x10f)][_0x38e91a(0x10b)][_0x38e91a(0x101)](_0x390878=>!_0x5cf513[_0x38e91a(0x127)](_0x390878[_0x38e91a(0x104)]))),_0x1662ac=await MetaApi[_0x38e91a(0x11c)](_0x2f3cfc,_0x22aa2c,_0x5de496,_0x3397f5,_0x197291,_0x376e45);if(this[_0x38e91a(0x137)]){let _0x8c43d7=await this[_0x38e91a(0x137)]({'page':_0x3397f5,'limit':_0x197291,'sortings':_0x5de496,'filters':_0x35e79d},_0x1662ac);if(_0x8c43d7)return _0x8c43d7;}return ValueUtil[_0x38e91a(0xff)](_0x226cd1)&&ValueUtil['isNotEmpty'](_0x1662ac)&&ValueUtil['isNotEmpty'](_0x1662ac[_0x38e91a(0x10a)])&&_0x1662ac[_0x38e91a(0x10a)][_0x38e91a(0x106)](_0x416696=>(_0x5cf513['forEach'](_0x500b50=>{const _0x3c3ca=_0x38e91a;_0x416696[_0x500b50]=ValueUtil['getParams'](_0x416696,..._0x226cd1[_0x500b50][_0x3c3ca(0x124)]('.'));}),_0x416696)),_0x1662ac;}[a0_0xe24c02(0x12d)](){const _0x3f36d1=a0_0xe24c02;if(0x0==this['isPage'])return[];let _0x2cc4cb=this[_0x3f36d1(0x10d)]?.[_0x3f36d1(0x12c)]?this['lifecycle'][_0x3f36d1(0x12c)]:{};if(!_0x2cc4cb[_0x3f36d1(0x126)])return[];let _0x20b464=_0x2cc4cb[_0x3f36d1(0x126)],_0x39667c=JSON[_0x3f36d1(0x108)](_0x20b464),_0x89a03d=0x1==_0x39667c[_0x3f36d1(0x133)]?'eq':'in',_0x46fa41={},_0x2c8e45=[];return Object[_0x3f36d1(0x130)](_0x39667c[0x0])['forEach'](_0x1424fd=>{_0x46fa41[_0x1424fd]={'name':_0x1424fd,'operator':_0x89a03d,'value':'eq'===_0x89a03d?_0x39667c[0x0][_0x1424fd]:[]};}),_0x39667c[_0x3f36d1(0x133)]>0x1&&_0x39667c[_0x3f36d1(0x11a)](_0x4ea744=>{const _0x2749d6=_0x3f36d1;Object[_0x2749d6(0x130)](_0x4ea744)['forEach'](_0x183e5d=>{const _0x904cad=_0x2749d6;_0x46fa41[_0x183e5d]['value'][_0x904cad(0x100)](_0x4ea744[_0x183e5d]);});}),Object[_0x3f36d1(0x130)](_0x46fa41)[_0x3f36d1(0x11a)](_0x310b96=>{const _0x6656f6=_0x3f36d1;_0x2c8e45[_0x6656f6(0x100)](_0x46fa41[_0x310b96]);}),_0x2c8e45;}async[a0_0xe24c02(0x120)](_0x1985b1){const _0x31b692=a0_0xe24c02;if(this[_0x31b692(0x138)])return this['dataSet']||{};let _0x3fe65b=ValueUtil[_0x31b692(0x12b)](this[_0x31b692(0x11b)],_0x31b692(0x10c),_0x31b692(0x11e)),_0x15cfb2=ValueUtil['getParams'](this[_0x31b692(0x11b)],_0x31b692(0x10c),_0x31b692(0x105)),_0x5808f1=Object[_0x31b692(0x130)](_0x15cfb2||{}),_0x1fe469=MetaApi['getSelectColumns']((this[_0x31b692(0x10f)]?this[_0x31b692(0x10f)]:{'columns':this[_0x31b692(0x122)]})[_0x31b692(0x10b)][_0x31b692(0x101)](_0xe3b475=>!_0x5808f1['includes'](_0xe3b475['name']))),_0x4d8518=await MetaApi[_0x31b692(0x120)](_0x3fe65b,_0x1985b1,_0x1fe469);return ValueUtil[_0x31b692(0xff)](_0x15cfb2)&&ValueUtil[_0x31b692(0xff)](_0x4d8518)&&_0x5808f1[_0x31b692(0x11a)](_0x2ea704=>{const _0xc96c9b=_0x31b692;_0x4d8518[_0x2ea704]=ValueUtil[_0xc96c9b(0x12b)](_0x4d8518,..._0x15cfb2[_0x2ea704][_0xc96c9b(0x124)]('.'));}),_0x4d8518;}async['deleteByIds'](_0x11b868){const _0x16e092=a0_0xe24c02;let _0x41b7e5=ValueUtil[_0x16e092(0x12b)](this['gqlInfo'],'mutation',_0x16e092(0x12e),_0x16e092(0x134));return await MetaApi['deleteListByIds'](_0x11b868,_0x41b7e5);}async[a0_0xe24c02(0x109)](_0x4f2c1c){const _0x1ba4d9=a0_0xe24c02;let _0x22e8a0=ValueUtil[_0x1ba4d9(0x12b)](this['gqlInfo'],_0x1ba4d9(0x112),_0x1ba4d9(0x118),_0x1ba4d9(0x134)),_0x13c84c=ValueUtil[_0x1ba4d9(0x12b)](this[_0x1ba4d9(0x11b)],_0x1ba4d9(0x112),'multiple',_0x1ba4d9(0x131));if(ValueUtil[_0x1ba4d9(0xff)](_0x13c84c)&&(_0x13c84c=_0x13c84c[_0x1ba4d9(0x106)](_0x3d4c0f=>_0x3d4c0f[_0x1ba4d9(0x127)]('.')?_0x3d4c0f[_0x1ba4d9(0x124)]('.'):_0x3d4c0f),_0x4f2c1c=_0x4f2c1c[_0x1ba4d9(0x106)](_0x48ea3e=>(_0x13c84c[_0x1ba4d9(0x11a)](_0x2b104b=>{Array['isArray'](_0x2b104b)?delete _0x48ea3e[_0x2b104b[0x0]][_0x2b104b[0x1]]:delete _0x48ea3e[_0x2b104b];}),_0x48ea3e))),this[_0x1ba4d9(0x12f)]&&ValueUtil[_0x1ba4d9(0xff)](this[_0x1ba4d9(0x107)])){let _0x38c429=ValueUtil['getParams'](this[_0x1ba4d9(0x11b)],_0x1ba4d9(0x112),_0x1ba4d9(0x118),_0x1ba4d9(0x107));ValueUtil[_0x1ba4d9(0xff)](_0x38c429)&&_0x4f2c1c[_0x1ba4d9(0x11a)](_0x172fdb=>{const _0x4c3430=_0x1ba4d9;if(_0x38c429[_0x4c3430(0x127)]('.')){let _0x20f0c1=_0x38c429[_0x4c3430(0x124)]('.');_0x172fdb[_0x20f0c1[0x0]]={},_0x172fdb[_0x20f0c1[0x0]][_0x20f0c1[0x1]]=this[_0x4c3430(0x107)];}else _0x172fdb[_0x38c429]=this[_0x4c3430(0x107)];});}return await MetaApi[_0x1ba4d9(0x109)](_0x22e8a0,_0x4f2c1c);}};
1
+ function a0_0x34a2(_0x186deb,_0x40a075){const _0xff32bd=a0_0xff32();return a0_0x34a2=function(_0x34a2eb,_0x465a13){_0x34a2eb=_0x34a2eb-0xdb;let _0x4149d2=_0xff32bd[_0x34a2eb];return _0x4149d2;},a0_0x34a2(_0x186deb,_0x40a075);}const a0_0xa4d8a=a0_0x34a2;(function(_0x17f683,_0x3beddc){const _0x4b82b6=a0_0x34a2,_0x14dec8=_0x17f683();while(!![]){try{const _0x3d73a5=-parseInt(_0x4b82b6(0xfd))/0x1*(parseInt(_0x4b82b6(0x102))/0x2)+-parseInt(_0x4b82b6(0xe4))/0x3*(parseInt(_0x4b82b6(0xeb))/0x4)+parseInt(_0x4b82b6(0xe7))/0x5+parseInt(_0x4b82b6(0xdf))/0x6+parseInt(_0x4b82b6(0xfe))/0x7+-parseInt(_0x4b82b6(0x109))/0x8+parseInt(_0x4b82b6(0xee))/0x9;if(_0x3d73a5===_0x3beddc)break;else _0x14dec8['push'](_0x14dec8['shift']());}catch(_0x2c56ff){_0x14dec8['push'](_0x14dec8['shift']());}}}(a0_0xff32,0xc2d47));import{adjustFilters}from'@operato/utils';import{MetaBaseMixin}from'./meta-base-mixin';function a0_0xff32(){const _0x599caa=['value','getSelectColumns','findOne','keys','infinityPage','updateMultiple','isArray','fetchHandler','gqlInfo','filters','lifecycle','4222902flNfLg','forEach','map','params','query','3wuGLVO','find_one_func','mutation','5148800xueQZd','filterForm','formConfigSet','beforeFetch','3290580DpzLno','delete','isEmpty','9167742mEvdQH','searchByPagination','getQueryFilters','name','parent_id','func','afterFetch','getParams','records','includes','after_set_fields','skip_fields','length','dataSet','is_activity','894485dAcwGT','2278262VUorcv','multiple','deleteListByIds','filter','2zDoDUS','isElement','pass','gristConfigSet','isNotEmpty','list_func','mainFilterForm','4500224zzoHch','getPageNavigateParams','split'];a0_0xff32=function(){return _0x599caa;};return a0_0xff32();}import{MetaApi}from'./../utils/meta-api';import{ValueUtil}from'./../utils/value-util';export const MetaServiceMixin=_0xf30d0f=>class extends MetaBaseMixin(_0xf30d0f){static get['properties'](){return{'gqlInfo':Object};}['parseBasicServiceConfigs'](_0x55d7f0){const _0x48f5ee=a0_0x34a2;this[_0x48f5ee(0xdc)]=_0x55d7f0['gql'];}async[a0_0xa4d8a(0xdb)]({page:_0x3d227f=0x0,limit:_0x263aec=0x0,sortings:_0x4ccb52=[],filters:_0x4f3e20=[]}){const _0x28a1df=a0_0xa4d8a;if(this[_0x28a1df(0xfc)])return{'total':0x0,'records':this[_0x28a1df(0xfb)]||[]};if(!0x0===this[_0x28a1df(0x110)]&&(_0x3d227f=0x0,_0x263aec=0x0),this[_0x28a1df(0xea)]&&0x0==await this['beforeFetch']({'page':_0x3d227f,'limit':_0x263aec,'sortings':_0x4ccb52,'filters':_0x4f3e20}))return;if(!this[_0x28a1df(0x105)])return{'total':0x0,'records':[]};let _0x2cb061=ValueUtil[_0x28a1df(0xed)](_0x4f3e20)?this['mainFilterForm']?await this[_0x28a1df(0x108)][_0x28a1df(0xf0)]()||[]:await this[_0x28a1df(0xe8)]?.[_0x28a1df(0xf0)]()||[]:_0x4f3e20,_0x208783=ValueUtil[_0x28a1df(0xf5)](this['gqlInfo'],'query',_0x28a1df(0x107)),_0x516c78=ValueUtil[_0x28a1df(0xf5)](this[_0x28a1df(0xdc)],'query',_0x28a1df(0xdd)),_0x8dbd2a=ValueUtil[_0x28a1df(0xf5)](this['gqlInfo'],_0x28a1df(0xe3),_0x28a1df(0xf8));if(ValueUtil[_0x28a1df(0x106)](_0x516c78)&&(_0x2cb061=adjustFilters(_0x2cb061,_0x516c78)),_0x2cb061['push'](...this[_0x28a1df(0x10a)]()),this[_0x28a1df(0x103)]&&!this['mainFilterForm']){let _0x292327=ValueUtil['getParams'](this[_0x28a1df(0xdc)],_0x28a1df(0xe3),_0x28a1df(0xf2));if(!ValueUtil[_0x28a1df(0x106)](_0x292327)||!ValueUtil[_0x28a1df(0x106)](this[_0x28a1df(0xf2)]))return{'total':0x0,'records':[]};_0x2cb061=adjustFilters(_0x2cb061,[{'name':_0x292327,'operator':'eq','value':this['parent_id']}]);}let _0x288101=Object[_0x28a1df(0x10f)](_0x8dbd2a||{}),_0x53136c=MetaApi['getSelectColumns'](this[_0x28a1df(0x105)]['columns'][_0x28a1df(0x101)](_0x125fdb=>!_0x288101[_0x28a1df(0xf7)](_0x125fdb[_0x28a1df(0xf1)]))),_0x34a210=await MetaApi[_0x28a1df(0xef)](_0x208783,_0x2cb061,_0x4ccb52,_0x3d227f,_0x263aec,_0x53136c);if(this['afterFetch']){let _0x20135f=await this[_0x28a1df(0xf4)]({'page':_0x3d227f,'limit':_0x263aec,'sortings':_0x4ccb52,'filters':_0x4f3e20},_0x34a210);if(_0x20135f)return _0x20135f;}return ValueUtil[_0x28a1df(0x106)](_0x8dbd2a)&&ValueUtil[_0x28a1df(0x106)](_0x34a210)&&ValueUtil['isNotEmpty'](_0x34a210[_0x28a1df(0xf6)])&&_0x34a210[_0x28a1df(0xf6)]['map'](_0x14be97=>(_0x288101[_0x28a1df(0xe0)](_0x344593=>{const _0x51a8a8=_0x28a1df;_0x14be97[_0x344593]=ValueUtil[_0x51a8a8(0xf5)](_0x14be97,..._0x8dbd2a[_0x344593]['split']('.'));}),_0x14be97)),_0x34a210;}[a0_0xa4d8a(0x10a)](){const _0x4d59c0=a0_0xa4d8a;if(0x0==this['isPage'])return[];let _0xc978f=this[_0x4d59c0(0xde)]?.[_0x4d59c0(0xe2)]?this[_0x4d59c0(0xde)]['params']:{};if(!_0xc978f[_0x4d59c0(0x104)])return[];let _0x5c7631=_0xc978f[_0x4d59c0(0x104)],_0x30bf20=JSON['parse'](_0x5c7631),_0x408e83=0x1==_0x30bf20[_0x4d59c0(0xfa)]?'eq':'in',_0x3055db={},_0x5b0dbe=[];return Object['keys'](_0x30bf20[0x0])[_0x4d59c0(0xe0)](_0x412a47=>{_0x3055db[_0x412a47]={'name':_0x412a47,'operator':_0x408e83,'value':'eq'===_0x408e83?_0x30bf20[0x0][_0x412a47]:[]};}),_0x30bf20[_0x4d59c0(0xfa)]>0x1&&_0x30bf20[_0x4d59c0(0xe0)](_0x2f53ae=>{const _0xfae402=_0x4d59c0;Object[_0xfae402(0x10f)](_0x2f53ae)[_0xfae402(0xe0)](_0xd15e58=>{const _0x11caf9=_0xfae402;_0x3055db[_0xd15e58][_0x11caf9(0x10c)]['push'](_0x2f53ae[_0xd15e58]);});}),Object[_0x4d59c0(0x10f)](_0x3055db)['forEach'](_0x9b7f0d=>{_0x5b0dbe['push'](_0x3055db[_0x9b7f0d]);}),_0x5b0dbe;}async[a0_0xa4d8a(0x10e)](_0x42fdbd){const _0x542c1a=a0_0xa4d8a;if(this[_0x542c1a(0xfc)])return this[_0x542c1a(0xfb)]||{};let _0x5382d8=ValueUtil[_0x542c1a(0xf5)](this[_0x542c1a(0xdc)],_0x542c1a(0xe3),_0x542c1a(0xe5)),_0x52f1b0=ValueUtil['getParams'](this[_0x542c1a(0xdc)],_0x542c1a(0xe3),_0x542c1a(0xf8)),_0x2c3e4b=Object[_0x542c1a(0x10f)](_0x52f1b0||{}),_0x47dbee=MetaApi[_0x542c1a(0x10d)]((this[_0x542c1a(0x105)]?this[_0x542c1a(0x105)]:{'columns':this[_0x542c1a(0xe9)]})['columns'][_0x542c1a(0x101)](_0x44bda6=>!_0x2c3e4b[_0x542c1a(0xf7)](_0x44bda6['name']))),_0x4f83f7=await MetaApi[_0x542c1a(0x10e)](_0x5382d8,_0x42fdbd,_0x47dbee);return ValueUtil[_0x542c1a(0x106)](_0x52f1b0)&&ValueUtil['isNotEmpty'](_0x4f83f7)&&_0x2c3e4b[_0x542c1a(0xe0)](_0x4c2a31=>{const _0x390c14=_0x542c1a;_0x4f83f7[_0x4c2a31]=ValueUtil['getParams'](_0x4f83f7,..._0x52f1b0[_0x4c2a31][_0x390c14(0x10b)]('.'));}),_0x4f83f7;}async['deleteByIds'](_0x32e872){const _0x446865=a0_0xa4d8a;let _0x366f65=ValueUtil['getParams'](this[_0x446865(0xdc)],_0x446865(0xe6),_0x446865(0xec),_0x446865(0xf3));return await MetaApi[_0x446865(0x100)](_0x32e872,_0x366f65);}async['updateMultiple'](_0x228d58){const _0x3babaf=a0_0xa4d8a;let _0x1f6c7d=ValueUtil['getParams'](this['gqlInfo'],'mutation',_0x3babaf(0xff),'func'),_0x5bd0f0=ValueUtil[_0x3babaf(0xf5)](this[_0x3babaf(0xdc)],_0x3babaf(0xe6),'multiple',_0x3babaf(0xf9));if(ValueUtil[_0x3babaf(0x106)](_0x5bd0f0)&&(_0x5bd0f0=_0x5bd0f0[_0x3babaf(0xe1)](_0x204145=>_0x204145[_0x3babaf(0xf7)]('.')?_0x204145[_0x3babaf(0x10b)]('.'):_0x204145),_0x228d58=_0x228d58[_0x3babaf(0xe1)](_0x3437f0=>(_0x5bd0f0['forEach'](_0x19b21b=>{const _0x2daabd=_0x3babaf;Array[_0x2daabd(0x112)](_0x19b21b)?delete _0x3437f0[_0x19b21b[0x0]][_0x19b21b[0x1]]:delete _0x3437f0[_0x19b21b];}),_0x3437f0))),this[_0x3babaf(0x103)]&&ValueUtil['isNotEmpty'](this[_0x3babaf(0xf2)])){let _0x35927c=ValueUtil[_0x3babaf(0xf5)](this[_0x3babaf(0xdc)],_0x3babaf(0xe6),_0x3babaf(0xff),_0x3babaf(0xf2));ValueUtil['isNotEmpty'](_0x35927c)&&_0x228d58[_0x3babaf(0xe0)](_0x445a65=>{const _0x58bb57=_0x3babaf;if(_0x35927c[_0x58bb57(0xf7)]('.')){let _0x58fb07=_0x35927c['split']('.');_0x445a65[_0x58fb07[0x0]]={},_0x445a65[_0x58fb07[0x0]][_0x58fb07[0x1]]=this[_0x58bb57(0xf2)];}else _0x445a65[_0x35927c]=this['parent_id'];});}return await MetaApi[_0x3babaf(0x111)](_0x1f6c7d,_0x228d58);}};
@@ -1 +1 @@
1
- const a0_0x4fc51b=a0_0x5f47;(function(_0x1d1078,_0x8819b3){const _0x340ccf=a0_0x5f47,_0x311c83=_0x1d1078();while(!![]){try{const _0x3a2cb8=parseInt(_0x340ccf(0xfc))/0x1*(-parseInt(_0x340ccf(0xd6))/0x2)+parseInt(_0x340ccf(0xef))/0x3*(parseInt(_0x340ccf(0xd0))/0x4)+-parseInt(_0x340ccf(0x106))/0x5+parseInt(_0x340ccf(0xf2))/0x6*(-parseInt(_0x340ccf(0x101))/0x7)+-parseInt(_0x340ccf(0xea))/0x8*(-parseInt(_0x340ccf(0xd9))/0x9)+-parseInt(_0x340ccf(0xdb))/0xa*(parseInt(_0x340ccf(0xce))/0xb)+parseInt(_0x340ccf(0xcd))/0xc*(parseInt(_0x340ccf(0x105))/0xd);if(_0x3a2cb8===_0x8819b3)break;else _0x311c83['push'](_0x311c83['shift']());}catch(_0x32a20b){_0x311c83['push'](_0x311c83['shift']());}}}(a0_0x4566,0x5d564));import{html}from'lit';function a0_0x5f47(_0x362caf,_0x5ecb75){const _0x456649=a0_0x4566();return a0_0x5f47=function(_0x5f47c7,_0x529c3e){_0x5f47c7=_0x5f47c7-0xc8;let _0x5d13fd=_0x456649[_0x5f47c7];return _0x5d13fd;},a0_0x5f47(_0x362caf,_0x5ecb75);}import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{UiUtil}from'../utils/ui-util';function a0_0x4566(){const _0xf76cc1=['4kWkeLF','actions','gridColumnConfig','useButtonExport','render','filter','4LkePKa','getData','buttonConfig','441yEkIbG','filterForm','10ALKSky','connectedCallback','searchFields','searchConfig','name','parseBasicGridConfigs','detailElement','getBasicTabDetailStyles','getAndParseMenuMeta','searchFieldValues','useButtonImport','type','importable','search','gridConfig','113264cRbsPv','getContextObject','styles','grist','clear','1439679ZeKpHV','operator','gristConfigSet','388848RqJAht','map','firstUpdated','filterFormId','grid','record','fetch','parseGridConfigSet','push','gristId','373199pGSZzg','isPage','properties','options','header','63ormZYY','getMainGrist','pageInitialized','activityDataSet','65pOUupS','3582795RUCWgM','parseGristConfigs','masterElement','querySelector','useMasterFilterForm','useFilterForm','getTabDetailHtml','value','exportable','isElement','main','3763860ilyrav','3447103aDNRxU','shadowRoot'];a0_0x4566=function(){return _0xf76cc1;};return a0_0x4566();}import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaTabDetailMixin=_0x4f2ef2=>class extends MetaButtonMixin(_0x4f2ef2){static get[a0_0x4fc51b(0xec)](){const _0x31c3eb=a0_0x4fc51b;return MetaApi[_0x31c3eb(0xe2)]();}static get[a0_0x4fc51b(0xfe)](){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_0x4fc51b(0xed)](){const _0x5ece94=a0_0x4fc51b;return this[_0x5ece94(0x108)][_0x5ece94(0x102)]();}get[a0_0x4fc51b(0xda)](){const _0x3d8d21=a0_0x4fc51b;return this[_0x3d8d21(0xcf)]?.[_0x3d8d21(0x109)](this['filterFormId']);}get['context'](){const _0x4e37d2=a0_0x4fc51b;let _0x3fcff8=MetaUiUtil[_0x4e37d2(0xeb)](this);return _0x3fcff8['actions']&&delete _0x3fcff8[_0x4e37d2(0xd1)],_0x3fcff8[_0x4e37d2(0xca)]&&delete _0x3fcff8[_0x4e37d2(0xca)],_0x3fcff8[_0x4e37d2(0xe7)]&&delete _0x3fcff8[_0x4e37d2(0xe7)],_0x3fcff8;}async[a0_0x4fc51b(0xdc)](){const _0x549614=a0_0x4fc51b;this[_0x549614(0xfb)]='ox-grist',this[_0x549614(0xf5)]='ox-filters-form-base',await this[_0x549614(0xe3)](),this[_0x549614(0xcb)]&&await this[_0x549614(0x107)](),this[_0x549614(0x104)]&&(this['dataSet']=(this[_0x549614(0x104)]||{})[_0x549614(0xcc)]),super['connectedCallback']&&await super[_0x549614(0xdc)]();}async[a0_0x4fc51b(0xf4)](){const _0x525245=a0_0x4fc51b;super[_0x525245(0xf4)]&&await super[_0x525245(0xf4)]();}async['pageInitialized'](){const _0x5e8100=a0_0x4fc51b;this[_0x5e8100(0xfd)]&&await this[_0x5e8100(0x107)](),super['pageInitialized']&&await super[_0x5e8100(0x103)]();}[a0_0x4fc51b(0xd4)](){const _0x11e10=a0_0x4fc51b;return MetaApi[_0x11e10(0xc8)](this);}[a0_0x4fc51b(0xe0)](_0x3842e4){const _0xd3c709=a0_0x4fc51b;this[_0xd3c709(0xe9)]=_0x3842e4[_0xd3c709(0xf6)],this[_0xd3c709(0xd2)]=_0x3842e4['grid_column'],this[_0xd3c709(0xde)]=_0x3842e4[_0xd3c709(0xe8)];}async[a0_0x4fc51b(0x107)](){const _0x5de541=a0_0x4fc51b;this[_0x5de541(0xf1)]=await MetaApi[_0x5de541(0xf9)](this),this[_0x5de541(0x10a)]=!0x0===this[_0x5de541(0x10b)],this[_0x5de541(0x10b)]=!0x1,this[_0x5de541(0xd8)]=void 0x0,this[_0x5de541(0xd3)]=!0x1,this[_0x5de541(0xe5)]=!0x1,this[_0x5de541(0xe4)]=[],this[_0x5de541(0xdd)]=this[_0x5de541(0xf1)]['columns'][_0x5de541(0xd5)](_0x104e46=>_0x104e46['filter'])[_0x5de541(0xf3)](_0x331131=>{const _0x582d36=_0x5de541;let _0x4e098e={'name':_0x331131['filter'][_0x582d36(0xdf)]?_0x331131[_0x582d36(0xd5)][_0x582d36(0xdf)]:_0x331131['name'],'type':_0x582d36(0xe8)===_0x331131['filter'][_0x582d36(0xf0)]?_0x582d36(0xe8):_0x331131[_0x582d36(0xe6)],'label':_0x331131[_0x582d36(0x100)],'operator':_0x331131['filter'][_0x582d36(0xf0)]?_0x331131[_0x582d36(0xd5)]['operator']:'eq'};return _0x331131[_0x582d36(0xf7)][_0x582d36(0xff)]&&(_0x4e098e['options']=_0x331131['record'][_0x582d36(0xff)]),_0x331131[_0x582d36(0xd5)][_0x582d36(0xc9)]&&this[_0x582d36(0xe4)][_0x582d36(0xfa)]({'name':_0x4e098e[_0x582d36(0xdf)],'operator':_0x4e098e[_0x582d36(0xf0)],'value':_0x331131['filter']['value']}),delete _0x331131[_0x582d36(0xd5)],_0x4e098e;});}async[a0_0x4fc51b(0xf8)](){const _0x41c0cf=a0_0x4fc51b;await this[_0x41c0cf(0xed)][_0x41c0cf(0xf8)]();}async['beforeFetch']({page:_0x507131=0x0,limit:_0x25f4ef=0x0,sortings:_0x400fd2=[],filters:_0x24207e=[]}){const _0x321e9b=a0_0x4fc51b;return this[_0x321e9b(0x108)]&&this['masterElement'][_0x321e9b(0xee)]&&await this[_0x321e9b(0x108)][_0x321e9b(0xee)](),this[_0x321e9b(0xe1)]&&this[_0x321e9b(0xe1)][_0x321e9b(0xee)]&&await this[_0x321e9b(0xe1)][_0x321e9b(0xee)](),!0x0;}[a0_0x4fc51b(0xd7)](){const _0x1b4b74=a0_0x4fc51b;return{'master':this[_0x1b4b74(0x108)][_0x1b4b74(0xd7)](),'detail':this['detailElement'][_0x1b4b74(0xd7)]()};}};
1
+ const a0_0x202049=a0_0x4901;(function(_0xf07243,_0x2be571){const _0x1514dc=a0_0x4901,_0x3203cd=_0xf07243();while(!![]){try{const _0x3f5f6a=parseInt(_0x1514dc(0x1e1))/0x1*(parseInt(_0x1514dc(0x218))/0x2)+parseInt(_0x1514dc(0x20e))/0x3+parseInt(_0x1514dc(0x1ea))/0x4*(-parseInt(_0x1514dc(0x203))/0x5)+parseInt(_0x1514dc(0x1f5))/0x6+parseInt(_0x1514dc(0x207))/0x7*(parseInt(_0x1514dc(0x212))/0x8)+-parseInt(_0x1514dc(0x1dc))/0x9+-parseInt(_0x1514dc(0x202))/0xa;if(_0x3f5f6a===_0x2be571)break;else _0x3203cd['push'](_0x3203cd['shift']());}catch(_0x13457b){_0x3203cd['push'](_0x3203cd['shift']());}}}(a0_0x5296,0x66d94));import{html}from'lit';import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';function a0_0x5296(){const _0x3ed68c=['map','firstUpdated','importable','ox-grist','parseGristConfigs','20684890OAUouu','287670zduDTD','main','value','gristConfigSet','3365530NCjEcm','getTabDetailHtml','filterForm','getMainGrist','grid','connectedCallback','context','2310012xkeIzG','exportable','filterFormId','detailElement','8wbSUcV','actions','gristId','dataSet','ox-filters-form-base','masterElement','10VHyJPc','buttonConfig','operator','useButtonExport','header','655569nSASeV','pageInitialized','search','useButtonImport','grid_column','152117WuDLrt','clear','getAndParseMenuMeta','type','gridColumnConfig','grist','activityDataSet','searchFields','getBasicTabDetailStyles','4skcnXm','gridConfig','parseBasicGridConfigs','useFilterForm','isElement','searchConfig','beforeFetch','getData','filter','searchFieldValues','querySelector','3652518TocStO','useMasterFilterForm','options','styles','getContextObject','fetch','name','shadowRoot'];a0_0x5296=function(){return _0x3ed68c;};return a0_0x5296();}import{UiUtil}from'../utils/ui-util';import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';function a0_0x4901(_0x30382c,_0x29784e){const _0x529622=a0_0x5296();return a0_0x4901=function(_0x490163,_0x4d4a2d){_0x490163=_0x490163-0x1d9;let _0x34c9cf=_0x529622[_0x490163];return _0x34c9cf;},a0_0x4901(_0x30382c,_0x29784e);}export const MetaTabDetailMixin=_0x5d5050=>class extends MetaButtonMixin(_0x5d5050){static get[a0_0x202049(0x1f8)](){const _0x471522=a0_0x202049;return MetaApi[_0x471522(0x1e9)]();}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,'detailElement':Object};}get[a0_0x202049(0x1e6)](){const _0x396e06=a0_0x202049;return this['masterElement'][_0x396e06(0x20a)]();}get[a0_0x202049(0x209)](){const _0x31b001=a0_0x202049;return this[_0x31b001(0x1fc)]?.[_0x31b001(0x1f4)](this['filterFormId']);}get[a0_0x202049(0x20d)](){const _0x4481a2=a0_0x202049;let _0x5ee9cb=MetaUiUtil[_0x4481a2(0x1f9)](this);return _0x5ee9cb[_0x4481a2(0x213)]&&delete _0x5ee9cb[_0x4481a2(0x213)],_0x5ee9cb[_0x4481a2(0x20f)]&&delete _0x5ee9cb[_0x4481a2(0x20f)],_0x5ee9cb[_0x4481a2(0x1ff)]&&delete _0x5ee9cb[_0x4481a2(0x1ff)],_0x5ee9cb;}async[a0_0x202049(0x20c)](){const _0x12904d=a0_0x202049;this[_0x12904d(0x214)]=_0x12904d(0x200),this[_0x12904d(0x210)]=_0x12904d(0x216),await this[_0x12904d(0x1e3)](),this[_0x12904d(0x1ee)]&&await this['parseGristConfigs'](),this[_0x12904d(0x1e7)]&&(this[_0x12904d(0x215)]=(this['activityDataSet']||{})[_0x12904d(0x204)]),super[_0x12904d(0x20c)]&&await super[_0x12904d(0x20c)]();}async['firstUpdated'](){const _0x5c0dbf=a0_0x202049;super['firstUpdated']&&await super[_0x5c0dbf(0x1fe)]();}async[a0_0x202049(0x1dd)](){const _0x2cc499=a0_0x202049;this['isPage']&&await this['parseGristConfigs'](),super[_0x2cc499(0x1dd)]&&await super[_0x2cc499(0x1dd)]();}['render'](){const _0xef1db9=a0_0x202049;return MetaApi[_0xef1db9(0x208)](this);}[a0_0x202049(0x1ec)](_0x18b7ef){const _0x1e1998=a0_0x202049;this[_0x1e1998(0x1eb)]=_0x18b7ef[_0x1e1998(0x20b)],this[_0x1e1998(0x1e5)]=_0x18b7ef[_0x1e1998(0x1e0)],this[_0x1e1998(0x1ef)]=_0x18b7ef[_0x1e1998(0x1de)];}async[a0_0x202049(0x201)](){const _0x4a2b50=a0_0x202049;this[_0x4a2b50(0x206)]=await MetaApi['parseGridConfigSet'](this),this[_0x4a2b50(0x1f6)]=!0x0===this['useFilterForm'],this[_0x4a2b50(0x1ed)]=!0x1,this[_0x4a2b50(0x219)]=void 0x0,this[_0x4a2b50(0x1da)]=!0x1,this[_0x4a2b50(0x1df)]=!0x1,this['searchFieldValues']=[],this[_0x4a2b50(0x1e8)]=this[_0x4a2b50(0x206)]['columns'][_0x4a2b50(0x1f2)](_0x47126d=>_0x47126d['filter'])[_0x4a2b50(0x1fd)](_0x21f84b=>{const _0x325f62=_0x4a2b50;let _0x2bc7d5={'name':_0x21f84b[_0x325f62(0x1f2)][_0x325f62(0x1fb)]?_0x21f84b[_0x325f62(0x1f2)][_0x325f62(0x1fb)]:_0x21f84b[_0x325f62(0x1fb)],'type':'search'===_0x21f84b[_0x325f62(0x1f2)][_0x325f62(0x1d9)]?_0x325f62(0x1de):_0x21f84b[_0x325f62(0x1e4)],'label':_0x21f84b[_0x325f62(0x1db)],'operator':_0x21f84b[_0x325f62(0x1f2)]['operator']?_0x21f84b[_0x325f62(0x1f2)]['operator']:'eq'};return _0x21f84b['record'][_0x325f62(0x1f7)]&&(_0x2bc7d5['options']=_0x21f84b['record'][_0x325f62(0x1f7)]),_0x21f84b[_0x325f62(0x1f2)][_0x325f62(0x205)]&&this[_0x325f62(0x1f3)]['push']({'name':_0x2bc7d5[_0x325f62(0x1fb)],'operator':_0x2bc7d5['operator'],'value':_0x21f84b[_0x325f62(0x1f2)][_0x325f62(0x205)]}),delete _0x21f84b[_0x325f62(0x1f2)],_0x2bc7d5;});}async[a0_0x202049(0x1fa)](){const _0x2328dd=a0_0x202049;await this[_0x2328dd(0x1e6)][_0x2328dd(0x1fa)]();}async[a0_0x202049(0x1f0)]({page:_0x2d3188=0x0,limit:_0x56a872=0x0,sortings:_0x319eef=[],filters:_0x19855d=[]}){const _0x11e876=a0_0x202049;return this[_0x11e876(0x217)]&&this['masterElement']['clear']&&await this[_0x11e876(0x217)][_0x11e876(0x1e2)](),this[_0x11e876(0x211)]&&this[_0x11e876(0x211)][_0x11e876(0x1e2)]&&await this[_0x11e876(0x211)]['clear'](),!0x0;}[a0_0x202049(0x1f1)](){const _0x307dd2=a0_0x202049;return{'master':this[_0x307dd2(0x217)][_0x307dd2(0x1f1)](),'detail':this[_0x307dd2(0x211)][_0x307dd2(0x1f1)]()};}};
@@ -1 +1 @@
1
- const a0_0x3b545f=a0_0x5de5;function a0_0x5de5(_0x3bd1dd,_0x42693a){const _0x30dc78=a0_0x30dc();return a0_0x5de5=function(_0x5de5f4,_0x4a73ce){_0x5de5f4=_0x5de5f4-0x177;let _0x5931c9=_0x30dc78[_0x5de5f4];return _0x5931c9;},a0_0x5de5(_0x3bd1dd,_0x42693a);}function a0_0x30dc(){const _0x433a2b=['getAndParseMenuMeta','9xlVebH','tabElements','name','dataSet','keys','activityDataSet','includeMainList','77ZaYIcp','@things-factory/meta-ui/client/pages/meta-grist-element','getBasicTabStyles','99860SFldRU','4060252KtDMYu','route_name','clear','pageInitialized','2MujYzK','getData','param_field','unshift','forEach','parseBasicTabConfigs','context','8205020ghxpjg','164ChIDas','241568JKsHKM','main_tab_info','styles','etcConfig','properties','{\x22name\x22:\x20\x22general\x22,\x20\x22display\x22:\x20\x22general\x22,\x20\x22icon\x22:\x22list\x22\x20}','getMainGrist','tab','getBasicTabHtml','5236392kyJdBf','connectedCallback','tabRenderConfig','16vZLYMD','8199366xrHDVn','3577047lFbGln','firstUpdated','render'];a0_0x30dc=function(){return _0x433a2b;};return a0_0x30dc();}(function(_0x510e90,_0x2dafce){const _0xd1fd0b=a0_0x5de5,_0x5a0cbb=_0x510e90();while(!![]){try{const _0x34bc84=-parseInt(_0xd1fd0b(0x18d))/0x1+parseInt(_0xd1fd0b(0x184))/0x2*(-parseInt(_0xd1fd0b(0x19b))/0x3)+-parseInt(_0xd1fd0b(0x18c))/0x4*(-parseInt(_0xd1fd0b(0x17f))/0x5)+-parseInt(_0xd1fd0b(0x19a))/0x6+-parseInt(_0xd1fd0b(0x180))/0x7*(parseInt(_0xd1fd0b(0x199))/0x8)+parseInt(_0xd1fd0b(0x19f))/0x9*(parseInt(_0xd1fd0b(0x18b))/0xa)+parseInt(_0xd1fd0b(0x17c))/0xb*(parseInt(_0xd1fd0b(0x196))/0xc);if(_0x34bc84===_0x2dafce)break;else _0x5a0cbb['push'](_0x5a0cbb['shift']());}catch(_0x22e280){_0x5a0cbb['push'](_0x5a0cbb['shift']());}}}(a0_0x30dc,0xb30b6));import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{ValueUtil}from'../utils/value-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaTabMixin=_0x185984=>class extends MetaButtonMixin(_0x185984){static get[a0_0x3b545f(0x18f)](){const _0x1f479f=a0_0x3b545f;return MetaApi[_0x1f479f(0x17e)]();}static get[a0_0x3b545f(0x191)](){return{'tabRenderConfig':Array,'currentTabKey':String,'tabElements':Object};}get[a0_0x3b545f(0x18a)](){return MetaUiUtil['getContextObject'](this);}async[a0_0x3b545f(0x197)](){const _0x35d18a=a0_0x3b545f;this['currentTabKey']=void 0x0,await this[_0x35d18a(0x19e)](),this[_0x35d18a(0x17a)]&&(this[_0x35d18a(0x178)]=this[_0x35d18a(0x17a)]),super[_0x35d18a(0x197)]&&await super[_0x35d18a(0x197)]();}async[a0_0x3b545f(0x19c)](){const _0x22c396=a0_0x3b545f;super[_0x22c396(0x19c)]&&await super[_0x22c396(0x19c)]();}async[a0_0x3b545f(0x183)](){const _0x2718c7=a0_0x3b545f;super[_0x2718c7(0x183)]&&await super[_0x2718c7(0x183)]();}[a0_0x3b545f(0x19d)](){const _0x4d64f7=a0_0x3b545f;return MetaApi[_0x4d64f7(0x195)](this);}[a0_0x3b545f(0x189)](_0x23b528){const _0x56643b=a0_0x3b545f;if(!0x0===this[_0x56643b(0x17b)]){let _0x5b44a2=this[_0x56643b(0x190)][_0x56643b(0x18e)],_0x123351=JSON['parse'](_0x5b44a2||_0x56643b(0x192));_0x23b528[_0x56643b(0x194)][_0x56643b(0x187)]({'name':_0x123351[_0x56643b(0x177)],'display':_0x123351['display'],'tagname':'meta-grist-element','location':_0x56643b(0x17d),'parent_field':'id','param_field':_0x56643b(0x186),'menu':this[_0x56643b(0x181)],'icon':_0x123351['icon'],'filter_from':!0x1,'main_filter_form':this['mainFilterForm']});}this[_0x56643b(0x198)]=_0x23b528[_0x56643b(0x194)],_0x23b528['button']=[];}async['clear'](){const _0x2ab68e=a0_0x3b545f;if(this['tabElements']){let _0x1b2ceb=Object[_0x2ab68e(0x179)](this[_0x2ab68e(0x1a0)]);for(var _0x3dd5a1=0x0;_0x3dd5a1<_0x1b2ceb['length'];_0x3dd5a1++)await this[_0x2ab68e(0x1a0)][_0x1b2ceb[_0x3dd5a1]][_0x2ab68e(0x182)]();}}[a0_0x3b545f(0x185)](){const _0x54a2d1=a0_0x3b545f;let _0x544987={};return this['tabElements']&&Object['keys'](this[_0x54a2d1(0x1a0)])[_0x54a2d1(0x188)](_0x42fe7d=>{const _0x13a854=_0x54a2d1;_0x544987[_0x42fe7d]=this[_0x13a854(0x1a0)][_0x42fe7d]['getData']();}),_0x544987;}[a0_0x3b545f(0x193)](){const _0x2f73ee=a0_0x3b545f;if(this[_0x2f73ee(0x1a0)]){let _0x310090=Object[_0x2f73ee(0x179)](this[_0x2f73ee(0x1a0)]);return this[_0x2f73ee(0x1a0)][_0x310090[0x0]]['grist'];}}};
1
+ const a0_0x47d330=a0_0x4acf;(function(_0x41d917,_0x2aff40){const _0x4bdd33=a0_0x4acf,_0x47e2a3=_0x41d917();while(!![]){try{const _0x114392=parseInt(_0x4bdd33(0x19b))/0x1*(-parseInt(_0x4bdd33(0x1a0))/0x2)+-parseInt(_0x4bdd33(0x1ae))/0x3*(parseInt(_0x4bdd33(0x1a2))/0x4)+-parseInt(_0x4bdd33(0x195))/0x5*(-parseInt(_0x4bdd33(0x1ad))/0x6)+-parseInt(_0x4bdd33(0x19f))/0x7*(-parseInt(_0x4bdd33(0x1ab))/0x8)+parseInt(_0x4bdd33(0x1a5))/0x9*(parseInt(_0x4bdd33(0x1b4))/0xa)+parseInt(_0x4bdd33(0x1b3))/0xb+parseInt(_0x4bdd33(0x197))/0xc*(parseInt(_0x4bdd33(0x1a7))/0xd);if(_0x114392===_0x2aff40)break;else _0x47e2a3['push'](_0x47e2a3['shift']());}catch(_0x37b65f){_0x47e2a3['push'](_0x47e2a3['shift']());}}}(a0_0x36dc,0x7e964));import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{ValueUtil}from'../utils/value-util';function a0_0x4acf(_0x448a6e,_0x4db8c8){const _0x36dcb5=a0_0x36dc();return a0_0x4acf=function(_0x4acfde,_0x4ee9cc){_0x4acfde=_0x4acfde-0x192;let _0x255b2e=_0x36dcb5[_0x4acfde];return _0x255b2e;},a0_0x4acf(_0x448a6e,_0x4db8c8);}import{MetaButtonMixin}from'./meta-button-mixin';function a0_0x36dc(){const _0x3c9e9f=['route_name','22087bGarZb','grist','parse','tabElements','139768lFuiGh','firstUpdated','144kbzhQQ','6wgGglw','dataSet','getMainGrist','styles','tabRenderConfig','1503337QPhxnJ','10XABNHM','keys','activityDataSet','unshift','length','currentTabKey','display','getData','includeMainList','connectedCallback','getBasicTabStyles','meta-grist-element','102030QtAJvj','getBasicTabHtml','1320CBFNyi','{\x22name\x22:\x20\x22general\x22,\x20\x22display\x22:\x20\x22general\x22,\x20\x22icon\x22:\x22list\x22\x20}','tab','@things-factory/meta-ui/client/pages/meta-grist-element','1NqSRaN','clear','parseBasicTabConfigs','pageInitialized','259HMzhcp','1783498DIXDnk','param_field','548036DfclXW','mainFilterForm','etcConfig','2020851BPefpB'];a0_0x36dc=function(){return _0x3c9e9f;};return a0_0x36dc();}export const MetaTabMixin=_0x18ae12=>class extends MetaButtonMixin(_0x18ae12){static get[a0_0x47d330(0x1b1)](){const _0x5ef9d9=a0_0x47d330;return MetaApi[_0x5ef9d9(0x193)]();}static get['properties'](){return{'tabRenderConfig':Array,'currentTabKey':String,'tabElements':Object};}get['context'](){return MetaUiUtil['getContextObject'](this);}async[a0_0x47d330(0x192)](){const _0x57f485=a0_0x47d330;this[_0x57f485(0x1b9)]=void 0x0,await this['getAndParseMenuMeta'](),this['activityDataSet']&&(this[_0x57f485(0x1af)]=this[_0x57f485(0x1b6)]),super[_0x57f485(0x192)]&&await super['connectedCallback']();}async[a0_0x47d330(0x1ac)](){const _0x599709=a0_0x47d330;super[_0x599709(0x1ac)]&&await super[_0x599709(0x1ac)]();}async[a0_0x47d330(0x19e)](){const _0x234abe=a0_0x47d330;super[_0x234abe(0x19e)]&&await super['pageInitialized']();}['render'](){const _0x42d13d=a0_0x47d330;return MetaApi[_0x42d13d(0x196)](this);}[a0_0x47d330(0x19d)](_0x37a967){const _0x190095=a0_0x47d330;if(!0x0===this[_0x190095(0x1bc)]){let _0x351e85=this[_0x190095(0x1a4)]['main_tab_info'],_0x10556d=JSON[_0x190095(0x1a9)](_0x351e85||_0x190095(0x198));_0x37a967['tab'][_0x190095(0x1b7)]({'name':_0x10556d['name'],'display':_0x10556d[_0x190095(0x1ba)],'tagname':_0x190095(0x194),'location':_0x190095(0x19a),'parent_field':'id','param_field':_0x190095(0x1a1),'menu':this[_0x190095(0x1a6)],'icon':_0x10556d['icon'],'filter_from':!0x1,'main_filter_form':this[_0x190095(0x1a3)]});}this[_0x190095(0x1b2)]=_0x37a967[_0x190095(0x199)],_0x37a967['button']=[];}async[a0_0x47d330(0x19c)](){const _0x430da9=a0_0x47d330;if(this[_0x430da9(0x1aa)]){let _0x18f793=Object[_0x430da9(0x1b5)](this[_0x430da9(0x1aa)]);for(var _0xdc1f3c=0x0;_0xdc1f3c<_0x18f793[_0x430da9(0x1b8)];_0xdc1f3c++)await this[_0x430da9(0x1aa)][_0x18f793[_0xdc1f3c]][_0x430da9(0x19c)]();}}[a0_0x47d330(0x1bb)](){const _0x17cc79=a0_0x47d330;let _0x13a3dd={};return this[_0x17cc79(0x1aa)]&&Object[_0x17cc79(0x1b5)](this[_0x17cc79(0x1aa)])['forEach'](_0x281b1d=>{const _0x4427a8=_0x17cc79;_0x13a3dd[_0x281b1d]=this[_0x4427a8(0x1aa)][_0x281b1d][_0x4427a8(0x1bb)]();}),_0x13a3dd;}[a0_0x47d330(0x1b0)](){const _0x55ee8d=a0_0x47d330;if(this[_0x55ee8d(0x1aa)]){let _0xde5a98=Object['keys'](this[_0x55ee8d(0x1aa)]);return this[_0x55ee8d(0x1aa)][_0xde5a98[0x0]][_0x55ee8d(0x1a8)];}}};
@@ -1,18 +1,18 @@
1
- const a0_0x47ef59=a0_0x116e;function a0_0x116e(_0x16b09c,_0x22cbb6){const _0x18e4ae=a0_0x18e4();return a0_0x116e=function(_0x116ec6,_0x33c790){_0x116ec6=_0x116ec6-0x1f3;let _0x2c3b92=_0x18e4ae[_0x116ec6];return _0x2c3b92;},a0_0x116e(_0x16b09c,_0x22cbb6);}function a0_0x18e4(){const _0x35ffc4=['menu','query','GRID','install_activity_success','relation-menu','querySelector','getGristPagination50Config','tLabel','getSelectColumns','getGristCodeSelectorColumnConfig','30Skdfaj','pageInitialized','string','deploy','name','filter','updateMultiple','deleteListByGristSelected','8648444qNVtNN','context','search','system_update','updated_at','showToast','activity-state-released','fetch','updater','gridConfig','model','description','getGristSelectableConfig','POPUP','startingType','3331603acGfHe','draft','menu_type','forEach','meta-activity-list-page','activity-state-deprecated','activity-state-draft','grist','patchesForUpdateMultiple','gridMode','fetchHandler','columns','single','1602iWGCQD','getBasicGristStyles','grid_view_options','is_not_null','length','bind','74770hAjKgt','left','save','install_activity','multiple','getGristColumnConfig2','1047516pHplEO','define','tButton','customElements','activityType','showGraphqlException','4FePlUa','like','HIDDEN-PAGE','errors','parse','LIST','styles','9nWTKlM','updateMultipleMetaActivity','info','custom-element','4825EHobmZ','updatedAt','template','state','center','menuType','\x22relation-menu\x22','metaActivities','733328uaYpJU','menus','object','routing','tTitle','delete','connectedCallback','getGristSelectorColumnConfig','searchByPagination','deleteMetaActivities','post','923818pZVpZz','meta-activity-writer-element','task','released'];a0_0x18e4=function(){return _0x35ffc4;};return a0_0x18e4();}(function(_0x2a946b,_0x41e21a){const _0x6c33c=a0_0x116e,_0x3818e=_0x2a946b();while(!![]){try{const _0x1a01fc=-parseInt(_0x6c33c(0x248))/0x1+parseInt(_0x6c33c(0x21e))/0x2+parseInt(_0x6c33c(0x224))/0x3*(-parseInt(_0x6c33c(0x22a))/0x4)+-parseInt(_0x6c33c(0x235))/0x5*(parseInt(_0x6c33c(0x218))/0x6)+parseInt(_0x6c33c(0x1fc))/0x7+-parseInt(_0x6c33c(0x23d))/0x8*(-parseInt(_0x6c33c(0x231))/0x9)+-parseInt(_0x6c33c(0x1f4))/0xa*(-parseInt(_0x6c33c(0x20b))/0xb);if(_0x1a01fc===_0x41e21a)break;else _0x3818e['push'](_0x3818e['shift']());}catch(_0x60cf97){_0x3818e['push'](_0x3818e['shift']());}}}(a0_0x18e4,0xb5475));import a0_0x44f99a 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';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';import{UiUtil}from'../../utils/ui-util';class MetaActivityListPage extends localize(i18next)(PageView){static get[a0_0x47ef59(0x230)](){const _0x14abee=a0_0x47ef59;return MetaApi[_0x14abee(0x219)]();}get[a0_0x47ef59(0x1fd)](){const _0x2e1420=a0_0x47ef59;return{'title':TermsUtil[_0x2e1420(0x241)]('meta_activity_list'),'actions':[{'title':TermsUtil[_0x2e1420(0x226)](_0x2e1420(0x220)),'action':this[_0x2e1420(0x220)][_0x2e1420(0x21d)](this),...CommonButtonStyles[_0x2e1420(0x220)]},{'title':TermsUtil[_0x2e1420(0x226)](_0x2e1420(0x242)),'action':this['delete'][_0x2e1420(0x21d)](this),...CommonButtonStyles['delete']},{'title':TermsUtil[_0x2e1420(0x226)](_0x2e1420(0x221)),'action':this[_0x2e1420(0x1f7)][_0x2e1420(0x21d)](this),'icon':_0x2e1420(0x1ff),'emphasis':{'raised':!0x0,'outlined':!0x1,'dense':!0x1,'danger':!0x1}}]};}get[a0_0x47ef59(0x212)](){const _0x5929c1=a0_0x47ef59;return this['shadowRoot'][_0x5929c1(0x251)]('ox-grist');}async[a0_0x47ef59(0x243)](){const _0x2408c1=a0_0x47ef59,_0x3c2021=[{'display':'','value':''},{'display':TermsUtil[_0x2408c1(0x253)](_0x2408c1(0x211)),'value':_0x2408c1(0x20c)},{'display':TermsUtil[_0x2408c1(0x253)](_0x2408c1(0x202)),'value':_0x2408c1(0x24b)},{'display':TermsUtil[_0x2408c1(0x253)](_0x2408c1(0x210)),'value':'deprecated'}];this[_0x2408c1(0x21a)]=['LIST',_0x2408c1(0x24e),'CARD'],this[_0x2408c1(0x214)]=MetaApi['isMobileEnv']()?_0x2408c1(0x22f):'GRID',this[_0x2408c1(0x205)]={'option':{'view_mode':this[_0x2408c1(0x21a)]},'rows':MetaApi[_0x2408c1(0x208)](!0x0),'pagination':MetaApi[_0x2408c1(0x252)](),'sorters':[{'name':_0x2408c1(0x1f8),'desc':!0x1}],'appendable':!0x0,'columns':[...MetaApi['getGristGuttersConfig'](!0x0,!0x1),{'type':_0x2408c1(0x1f6),'name':'id','sortable':!0x1,'hidden':!0x0},MetaUiUtil[_0x2408c1(0x223)](_0x2408c1(0x1f6),'name',_0x2408c1(0x1f8),'left',!0x0,!0x0,0xc8),MetaUiUtil['getGristColumnConfig2'](_0x2408c1(0x1f6),_0x2408c1(0x207),_0x2408c1(0x207),_0x2408c1(0x21f),!0x0,!0x0,0x12c),MetaUiUtil[_0x2408c1(0x244)](_0x2408c1(0x238),'status',_0x2408c1(0x239),!0x0,0x64,!0x1,_0x3c2021),{'type':'resource-object','name':_0x2408c1(0x24c),'header':TermsUtil[_0x2408c1(0x253)](_0x2408c1(0x24c)),'record':{'editable':!0x0,'options':{'queryName':_0x2408c1(0x23e),'basicArgs':{'filters':[{'name':'menuType','operator':'in','value':['SCREEN',_0x2408c1(0x209),_0x2408c1(0x22c)]},{'name':_0x2408c1(0x240),'operator':_0x2408c1(0x21b),'value':''},{'name':_0x2408c1(0x237),'operator':_0x2408c1(0x21b),'value':''}]},'columns':[{'name':'id','hidden':!0x0},{'name':_0x2408c1(0x1f8),'header':TermsUtil[_0x2408c1(0x253)](_0x2408c1(0x1f8)),'width':0xfa,'filter':_0x2408c1(0x1fe)},await MetaApi[_0x2408c1(0x1f3)](_0x2408c1(0x23a),_0x2408c1(0x20d),'left',!0x1,0x6e,!0x1,'MENU_PAGE_TYPE'),MetaUiUtil[_0x2408c1(0x223)](_0x2408c1(0x1f6),_0x2408c1(0x240),'routing',_0x2408c1(0x21f),!0x1,!0x1,0xfa)],'list':{'fields':[_0x2408c1(0x1f8),'routing']},'nameField':'routing'}},'width':0xeb},MetaUiUtil[_0x2408c1(0x223)](_0x2408c1(0x23f),_0x2408c1(0x204),_0x2408c1(0x204),_0x2408c1(0x239),!0x1,!0x1,0x78),MetaUiUtil[_0x2408c1(0x223)]('datetime',_0x2408c1(0x236),_0x2408c1(0x200),_0x2408c1(0x239),!0x1,!0x0,0xb4),{'name':_0x2408c1(0x228),'hidden':!0x0},{'name':_0x2408c1(0x222),'hidden':!0x0},{'name':'startingType','hidden':!0x0}],'sorters':[{'name':'name','desc':!0x1}]};let _0x5a96e7={'name':_0x2408c1(0x22b)};this[_0x2408c1(0x205)]['columns']['filter'](_0x4485bc=>_0x5a96e7[_0x4485bc[_0x2408c1(0x1f8)]])['forEach'](_0x90c2b8=>{const _0x201ffb=_0x2408c1;_0x90c2b8[_0x201ffb(0x1f9)]=_0x5a96e7[_0x90c2b8[_0x201ffb(0x1f8)]];}),this[_0x2408c1(0x243)]&&await super[_0x2408c1(0x243)]();}async[a0_0x47ef59(0x215)]({page:_0xb2867c,limit:_0x1836c5,sorters:_0x4f58c0=[],filters:_0x128958=[]}){const _0x4710b7=a0_0x47ef59;_0x128958['push']({'name':_0x4710b7(0x206),'operator':_0x4710b7(0x22b),'value':_0x4710b7(0x23b)});let _0x417398=MetaApi[_0x4710b7(0x254)](this[_0x4710b7(0x205)][_0x4710b7(0x216)]['filter'](_0x362acb=>_0x4710b7(0x24c)!=_0x362acb['name']));_0x417398+='\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';let _0x3fff19=await MetaApi[_0x4710b7(0x245)](_0x4710b7(0x23c),_0x128958,_0x4f58c0,_0xb2867c,_0x1836c5,_0x417398);return _0x3fff19['records'][_0x4710b7(0x20e)](_0x208255=>{const _0x907c6d=_0x4710b7;let _0x1c535d=_0x208255[_0x907c6d(0x206)][_0x907c6d(0x1f9)](_0x4df815=>_0x907c6d(0x250)==_0x4df815[_0x907c6d(0x1f8)]);_0x1c535d&&_0x1c535d[_0x907c6d(0x21c)]>0x0&&(_0x208255[_0x907c6d(0x24c)]=JSON[_0x907c6d(0x22e)](_0x1c535d[0x0][_0x907c6d(0x207)])),delete _0x208255[_0x907c6d(0x206)];}),_0x3fff19;}async[a0_0x47ef59(0x1f7)](){const _0x34335a=a0_0x47ef59;try{var _0x5c601f=await client[_0x34335a(0x24d)]({'query':a0_0x44f99a`
1
+ const a0_0x2d4069=a0_0x2a99;(function(_0x4a08b1,_0xd8eae7){const _0x379e03=a0_0x2a99,_0x12fbb8=_0x4a08b1();while(!![]){try{const _0x50ca43=parseInt(_0x379e03(0x101))/0x1+-parseInt(_0x379e03(0x104))/0x2*(parseInt(_0x379e03(0xf9))/0x3)+-parseInt(_0x379e03(0xc0))/0x4+-parseInt(_0x379e03(0x105))/0x5+-parseInt(_0x379e03(0x100))/0x6+parseInt(_0x379e03(0xb4))/0x7+parseInt(_0x379e03(0xf2))/0x8;if(_0x50ca43===_0xd8eae7)break;else _0x12fbb8['push'](_0x12fbb8['shift']());}catch(_0xea29f8){_0x12fbb8['push'](_0x12fbb8['shift']());}}}(a0_0x10c3,0x3c9e1));import a0_0x98d87b from'graphql-tag';import{html}from'lit';import{CommonButtonStyles}from'@operato/styles';import{client}from'@operato/graphql';function a0_0x2a99(_0x1938db,_0x3e742d){const _0x10c3ae=a0_0x10c3();return a0_0x2a99=function(_0x2a9984,_0x28f19d){_0x2a9984=_0x2a9984-0xa9;let _0x31257c=_0x10c3ae[_0x2a9984];return _0x31257c;},a0_0x2a99(_0x1938db,_0x3e742d);}import{i18next,localize}from'@things-factory/i18n-base';import{PageView}from'@things-factory/shell';import{MetaApi}from'./../../utils/meta-api';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';import{UiUtil}from'../../utils/ui-util';class MetaActivityListPage extends localize(i18next)(PageView){static get[a0_0x2d4069(0xea)](){const _0x114806=a0_0x2d4069;return MetaApi[_0x114806(0xb8)]();}get[a0_0x2d4069(0x10d)](){const _0x18b54d=a0_0x2d4069;return{'title':TermsUtil[_0x18b54d(0xed)](_0x18b54d(0xb6)),'actions':[{'title':TermsUtil[_0x18b54d(0xf3)](_0x18b54d(0xaf)),'action':this[_0x18b54d(0xaf)][_0x18b54d(0xb5)](this),...CommonButtonStyles[_0x18b54d(0xaf)]},{'title':TermsUtil[_0x18b54d(0xf3)]('delete'),'action':this['delete'][_0x18b54d(0xb5)](this),...CommonButtonStyles['delete']},{'title':TermsUtil[_0x18b54d(0xf3)](_0x18b54d(0xe6)),'action':this[_0x18b54d(0xcd)][_0x18b54d(0xb5)](this),'icon':_0x18b54d(0xca),'emphasis':{'raised':!0x0,'outlined':!0x1,'dense':!0x1,'danger':!0x1}}]};}get[a0_0x2d4069(0xdc)](){const _0xf51f9a=a0_0x2d4069;return this[_0xf51f9a(0xdb)][_0xf51f9a(0xc6)](_0xf51f9a(0xfc));}async[a0_0x2d4069(0xfb)](){const _0x2c2c90=a0_0x2d4069,_0x13bd8e=[{'display':'','value':''},{'display':TermsUtil[_0x2c2c90(0xcf)]('activity-state-draft'),'value':_0x2c2c90(0x10c)},{'display':TermsUtil[_0x2c2c90(0xcf)]('activity-state-released'),'value':_0x2c2c90(0xe2)},{'display':TermsUtil['tLabel'](_0x2c2c90(0xc2)),'value':_0x2c2c90(0xe0)}];this[_0x2c2c90(0x10e)]=['LIST',_0x2c2c90(0xb7),_0x2c2c90(0xfa)],this[_0x2c2c90(0xc7)]=MetaApi['isMobileEnv']()?'LIST':_0x2c2c90(0xb7),this['gridConfig']={'option':{'view_mode':this['grid_view_options']},'rows':MetaApi[_0x2c2c90(0xd1)](!0x0),'pagination':MetaApi[_0x2c2c90(0xd3)](),'sorters':[{'name':'name','desc':!0x1}],'appendable':!0x0,'columns':[...MetaApi['getGristGuttersConfig'](!0x0,!0x1),{'type':_0x2c2c90(0x10f),'name':'id','sortable':!0x1,'hidden':!0x0},MetaUiUtil[_0x2c2c90(0xbe)]('string',_0x2c2c90(0xbf),_0x2c2c90(0xbf),'left',!0x0,!0x0,0xc8),MetaUiUtil['getGristColumnConfig2'](_0x2c2c90(0x10f),_0x2c2c90(0xb9),_0x2c2c90(0xb9),_0x2c2c90(0xda),!0x0,!0x0,0x12c),MetaUiUtil[_0x2c2c90(0x112)](_0x2c2c90(0xb3),_0x2c2c90(0xf8),_0x2c2c90(0xb1),!0x0,0x64,!0x1,_0x13bd8e),{'type':_0x2c2c90(0xf0),'name':'menu','header':TermsUtil['tLabel']('menu'),'record':{'editable':!0x0,'options':{'queryName':_0x2c2c90(0xe8),'basicArgs':{'filters':[{'name':'menuType','operator':'in','value':[_0x2c2c90(0xeb),_0x2c2c90(0xdf),_0x2c2c90(0xf1)]},{'name':_0x2c2c90(0xd6),'operator':_0x2c2c90(0xfd),'value':''},{'name':_0x2c2c90(0xb2),'operator':_0x2c2c90(0xfd),'value':''}]},'columns':[{'name':'id','hidden':!0x0},{'name':_0x2c2c90(0xbf),'header':TermsUtil[_0x2c2c90(0xcf)](_0x2c2c90(0xbf)),'width':0xfa,'filter':_0x2c2c90(0x103)},await MetaApi[_0x2c2c90(0xd2)](_0x2c2c90(0xd4),_0x2c2c90(0xe5),_0x2c2c90(0xda),!0x1,0x6e,!0x1,_0x2c2c90(0xd7)),MetaUiUtil['getGristColumnConfig2'](_0x2c2c90(0x10f),_0x2c2c90(0xd6),_0x2c2c90(0xd6),_0x2c2c90(0xda),!0x1,!0x1,0xfa)],'list':{'fields':[_0x2c2c90(0xbf),_0x2c2c90(0xd6)]},'nameField':_0x2c2c90(0xd6)}},'width':0xeb},MetaUiUtil[_0x2c2c90(0xbe)](_0x2c2c90(0xaa),_0x2c2c90(0xf5),_0x2c2c90(0xf5),_0x2c2c90(0xb1),!0x1,!0x1,0x78),MetaUiUtil[_0x2c2c90(0xbe)](_0x2c2c90(0x107),_0x2c2c90(0xa9),_0x2c2c90(0xd9),'center',!0x1,!0x0,0xb4),{'name':_0x2c2c90(0xfe),'hidden':!0x0},{'name':'multiple','hidden':!0x0},{'name':_0x2c2c90(0xba),'hidden':!0x0}],'sorters':[{'name':_0x2c2c90(0xbf),'desc':!0x1}]};let _0x493f60={'name':_0x2c2c90(0xe3)};this[_0x2c2c90(0xe7)][_0x2c2c90(0x10a)][_0x2c2c90(0xc8)](_0x34cfca=>_0x493f60[_0x34cfca[_0x2c2c90(0xbf)]])[_0x2c2c90(0x106)](_0x89d10c=>{const _0x29be29=_0x2c2c90;_0x89d10c[_0x29be29(0xc8)]=_0x493f60[_0x89d10c[_0x29be29(0xbf)]];}),this[_0x2c2c90(0xfb)]&&await super[_0x2c2c90(0xfb)]();}async[a0_0x2d4069(0xf4)]({page:_0x383331,limit:_0x776ec0,sorters:_0x465cef=[],filters:_0xaefec1=[]}){const _0x2139f2=a0_0x2d4069;_0xaefec1[_0x2139f2(0xab)]({'name':'model','operator':'like','value':_0x2139f2(0xae)});let _0x4a740b=MetaApi[_0x2139f2(0xce)](this[_0x2139f2(0xe7)]['columns'][_0x2139f2(0xc8)](_0x3cb37e=>_0x2139f2(0xcb)!=_0x3cb37e[_0x2139f2(0xbf)]));_0x4a740b+='\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';let _0x6422b3=await MetaApi[_0x2139f2(0xac)](_0x2139f2(0xee),_0xaefec1,_0x465cef,_0x383331,_0x776ec0,_0x4a740b);return _0x6422b3[_0x2139f2(0x108)]['forEach'](_0x189b5b=>{const _0x319ce0=_0x2139f2;let _0x2aa0ba=_0x189b5b[_0x319ce0(0x102)]['filter'](_0x8cad11=>_0x319ce0(0xc9)==_0x8cad11[_0x319ce0(0xbf)]);_0x2aa0ba&&_0x2aa0ba[_0x319ce0(0xbd)]>0x0&&(_0x189b5b[_0x319ce0(0xcb)]=JSON[_0x319ce0(0xd5)](_0x2aa0ba[0x0]['description'])),delete _0x189b5b[_0x319ce0(0x102)];}),_0x6422b3;}async['deploy'](){const _0x1a2866=a0_0x2d4069;try{var _0x5cc35b=await client[_0x1a2866(0xe9)]({'query':a0_0x98d87b`
2
2
  mutation {
3
3
  installActivityTemplate
4
4
  }
5
- `});if(!_0x5c601f[_0x34335a(0x22d)])return UiUtil[_0x34335a(0x201)](_0x34335a(0x233),TermsUtil['tText'](_0x34335a(0x24f))),!0x0;ServiceUtil['showGraphqlErrorResponse'](_0x5c601f);}catch(_0x3878db){ServiceUtil[_0x34335a(0x229)](_0x3878db);}}async[a0_0x47ef59(0x220)](){const _0x265869=a0_0x47ef59;let _0x3e6ef6=ServiceUtil[_0x265869(0x213)](this['grist']);if(ValueUtil['isNotEmpty'](_0x3e6ef6)){_0x3e6ef6[_0x265869(0x20e)](_0x334531=>{const _0x384214=_0x265869;Object['assign'](_0x334531,{'uiSource':_0x384214(0x249),'uiType':_0x384214(0x234),'viewSource':'meta-activity-viewer-element','viewType':_0x384214(0x234)}),_0x334531[_0x384214(0x222)]||(_0x334531['multiple']=_0x384214(0x217)),_0x334531[_0x384214(0x228)]||(_0x334531[_0x384214(0x228)]=_0x384214(0x24a)),_0x334531[_0x384214(0x20a)]||(_0x334531['startingType']=_0x384214(0x247));});let _0x10f9a6=await ServiceUtil[_0x265869(0x1fa)](_0x265869(0x232),_0x3e6ef6);if(_0x10f9a6)return this[_0x265869(0x212)][_0x265869(0x203)](),_0x10f9a6;}}async[a0_0x47ef59(0x242)](){const _0x534971=a0_0x47ef59;await MetaApi[_0x534971(0x1fb)](this[_0x534971(0x212)],_0x534971(0x246));}async[a0_0x47ef59(0x1f5)](){}['render'](){const _0x594f6c=a0_0x47ef59;return html`
5
+ `});if(!_0x5cc35b[_0x1a2866(0xe1)])return UiUtil[_0x1a2866(0x111)](_0x1a2866(0xde),TermsUtil['tText'](_0x1a2866(0xb0))),!0x0;ServiceUtil[_0x1a2866(0xbb)](_0x5cc35b);}catch(_0x50a7b9){ServiceUtil[_0x1a2866(0xbc)](_0x50a7b9);}}async['save'](){const _0x4f9d19=a0_0x2d4069;let _0x1b6809=ServiceUtil[_0x4f9d19(0xec)](this['grist']);if(ValueUtil[_0x4f9d19(0xdd)](_0x1b6809)){_0x1b6809[_0x4f9d19(0x106)](_0x1605a2=>{const _0x59215a=_0x4f9d19;Object[_0x59215a(0xc3)](_0x1605a2,{'uiSource':_0x59215a(0x110),'uiType':_0x59215a(0x109),'viewSource':_0x59215a(0xc4),'viewType':'custom-element'}),_0x1605a2['multiple']||(_0x1605a2[_0x59215a(0xc1)]='single'),_0x1605a2[_0x59215a(0xfe)]||(_0x1605a2[_0x59215a(0xfe)]=_0x59215a(0xcc)),_0x1605a2[_0x59215a(0xba)]||(_0x1605a2[_0x59215a(0xba)]='post');});let _0x56e47b=await ServiceUtil[_0x4f9d19(0x10b)](_0x4f9d19(0xad),_0x1b6809);if(_0x56e47b)return this[_0x4f9d19(0xdc)][_0x4f9d19(0xf7)](),_0x56e47b;}}async[a0_0x2d4069(0xef)](){const _0x401967=a0_0x2d4069;await MetaApi[_0x401967(0xd0)](this[_0x401967(0xdc)],_0x401967(0xe4));}async[a0_0x2d4069(0xf6)](){}[a0_0x2d4069(0xd8)](){const _0x25dd5c=a0_0x2d4069;return html`
6
6
  <ox-grist
7
7
  auto-fetch
8
8
  id="ox-grist"
9
- .config=${this[_0x594f6c(0x205)]}
9
+ .config=${this[_0x25dd5c(0xe7)]}
10
10
  .mode=${this['gridMode']}
11
- .fetchHandler=${this['fetchHandler'][_0x594f6c(0x21d)](this)}>
11
+ .fetchHandler=${this[_0x25dd5c(0xf4)][_0x25dd5c(0xb5)](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[a0_0x47ef59(0x227)][a0_0x47ef59(0x225)](a0_0x47ef59(0x20f),MetaActivityListPage);
18
+ `;}}window[a0_0x2d4069(0xff)]['define'](a0_0x2d4069(0xc5),MetaActivityListPage);function a0_0x10c3(){const _0xcc96f8=['menu_type','install_activity','gridConfig','menus','query','styles','SCREEN','patchesForUpdateMultiple','tTitle','metaActivities','delete','resource-object','HIDDEN-PAGE','9800944mFbaqt','tButton','fetchHandler','updater','pageInitialized','fetch','status','9837qlKCUI','CARD','connectedCallback','ox-grist','is_not_null','activityType','customElements','2810220EAyIsw','319881xVceVP','model','search','246VNBGIH','387180VbIqpa','forEach','datetime','records','custom-element','columns','updateMultiple','draft','context','grid_view_options','string','meta-activity-writer-element','showToast','getGristSelectorColumnConfig','updatedAt','object','push','searchByPagination','updateMultipleMetaActivity','\x22relation-menu\x22','save','install_activity_success','center','template','state','597772VvoCkL','bind','meta_activity_list','GRID','getBasicGristStyles','description','startingType','showGraphqlErrorResponse','showGraphqlException','length','getGristColumnConfig2','name','1731932DmmXJQ','multiple','activity-state-deprecated','assign','meta-activity-viewer-element','meta-activity-list-page','querySelector','gridMode','filter','relation-menu','system_update','menu','task','deploy','getSelectColumns','tLabel','deleteListByGristSelected','getGristSelectableConfig','getGristCodeSelectorColumnConfig','getGristPagination50Config','menuType','parse','routing','MENU_PAGE_TYPE','render','updated_at','left','shadowRoot','grist','isNotEmpty','info','POPUP','deprecated','errors','released','like','deleteMetaActivities'];a0_0x10c3=function(){return _0xcc96f8;};return a0_0x10c3();}
@@ -1,3 +1,3 @@
1
- const a0_0x2bfaca=a0_0x55a5;function a0_0xad49(){const _0x45fa85=['meta-activity-viewer-element','activityDataSet','3259500sHDURN','2454ufexLE','render','define','11432puwnLv','htmlToElement','2254yGMuPt','relationMenu','\x20id=\x27','tagName','229049PEWlQk','5860080VsSibT','10NBdfvC','routing','1575hspxci','\x27\x20route_name=\x27','337281hEopSb','29440UAphux','contentElement','customData'];a0_0xad49=function(){return _0x45fa85;};return a0_0xad49();}(function(_0x1aa51e,_0x475b8f){const _0x4e7e9f=a0_0x55a5,_0x32bb05=_0x1aa51e();while(!![]){try{const _0xbcc01f=parseInt(_0x4e7e9f(0x1d3))/0x1+-parseInt(_0x4e7e9f(0x1d5))/0x2*(-parseInt(_0x4e7e9f(0x1d9))/0x3)+parseInt(_0x4e7e9f(0x1cd))/0x4+parseInt(_0x4e7e9f(0x1df))/0x5+-parseInt(_0x4e7e9f(0x1ca))/0x6*(-parseInt(_0x4e7e9f(0x1cf))/0x7)+-parseInt(_0x4e7e9f(0x1da))/0x8*(parseInt(_0x4e7e9f(0x1d7))/0x9)+-parseInt(_0x4e7e9f(0x1d4))/0xa;if(_0xbcc01f===_0x475b8f)break;else _0x32bb05['push'](_0x32bb05['shift']());}catch(_0x3e3f8c){_0x32bb05['push'](_0x32bb05['shift']());}}}(a0_0xad49,0x54df0));import a0_0x28d73a from'graphql-tag';function a0_0x55a5(_0x19bb60,_0x9a367){const _0xad492c=a0_0xad49();return a0_0x55a5=function(_0x55a59b,_0x2b4e50){_0x55a59b=_0x55a59b-0x1ca;let _0xcbdbdf=_0xad492c[_0x55a59b];return _0xcbdbdf;},a0_0x55a5(_0x19bb60,_0x9a367);}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';import{MetaActivityMixin}from'./meta-activiy-mixin.js';export class MetaActivityViewerElement extends MetaActivityMixin(localize(i18next)(LitElement)){[a0_0x2bfaca(0x1cb)](){const _0x596a31=a0_0x2bfaca;if(this[_0x596a31(0x1d0)]&&!this[_0x596a31(0x1db)]){let _0x52ad21=this[_0x596a31(0x1d0)][_0x596a31(0x1d2)],_0x51f3a5=this['relationMenu'][_0x596a31(0x1d6)],_0x1c8a4e='<'+_0x52ad21+_0x596a31(0x1d1)+this['relationMenu']['name']+_0x596a31(0x1d8)+_0x51f3a5+'\x27\x20style=\x22flex:1;\x22\x20is_activity=true\x20is_readonly=true\x20is_detail=true></'+_0x52ad21+'>';this[_0x596a31(0x1db)]=UiUtil[_0x596a31(0x1ce)](_0x1c8a4e),this[_0x596a31(0x1db)][_0x596a31(0x1de)]=ValueUtil['isEmpty'](this['output'])?void 0x0:this['output'][_0x596a31(0x1dc)];}return html`
2
- ${this[_0x596a31(0x1db)]}
3
- `;}}customElements[a0_0x2bfaca(0x1cc)](a0_0x2bfaca(0x1dd),MetaActivityViewerElement);
1
+ const a0_0x3aed9a=a0_0x1cc9;function a0_0x1cc9(_0x5c79f9,_0x4d6305){const _0x591a3f=a0_0x591a();return a0_0x1cc9=function(_0x1cc904,_0x1531c9){_0x1cc904=_0x1cc904-0x9b;let _0x85f577=_0x591a3f[_0x1cc904];return _0x85f577;},a0_0x1cc9(_0x5c79f9,_0x4d6305);}(function(_0x31cffa,_0x1b82ad){const _0x17ca28=a0_0x1cc9,_0xc46d30=_0x31cffa();while(!![]){try{const _0x595253=parseInt(_0x17ca28(0x9f))/0x1*(-parseInt(_0x17ca28(0x9c))/0x2)+-parseInt(_0x17ca28(0xa7))/0x3+-parseInt(_0x17ca28(0x9e))/0x4+-parseInt(_0x17ca28(0xad))/0x5*(-parseInt(_0x17ca28(0x9b))/0x6)+parseInt(_0x17ca28(0xac))/0x7+-parseInt(_0x17ca28(0xa5))/0x8+-parseInt(_0x17ca28(0x9d))/0x9*(parseInt(_0x17ca28(0xaf))/0xa);if(_0x595253===_0x1b82ad)break;else _0xc46d30['push'](_0xc46d30['shift']());}catch(_0x16c1c7){_0xc46d30['push'](_0xc46d30['shift']());}}}(a0_0x591a,0x7efca));function a0_0x591a(){const _0x473f60=['define','render','meta-activity-viewer-element','relationMenu','isEmpty','555768GWfxOD','tagName','956289kGmmSJ','name','\x27\x20route_name=\x27','contentElement','activityDataSet','2021614ovgLVn','20Tcfkyk','output','13450zHFSVO','customData','1109688tRZNLz','4hGxEap','36IMrRCS','304504sbzYfk','19358RTFnkP'];a0_0x591a=function(){return _0x473f60;};return a0_0x591a();}import a0_0x46fdfc 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';import{MetaActivityMixin}from'./meta-activiy-mixin.js';export class MetaActivityViewerElement extends MetaActivityMixin(localize(i18next)(LitElement)){[a0_0x3aed9a(0xa1)](){const _0x13ffc2=a0_0x3aed9a;if(this[_0x13ffc2(0xa3)]&&!this[_0x13ffc2(0xaa)]){let _0x375319=this[_0x13ffc2(0xa3)][_0x13ffc2(0xa6)],_0x1a8f8c=this[_0x13ffc2(0xa3)]['routing'],_0x3767fa='<'+_0x375319+'\x20id=\x27'+this[_0x13ffc2(0xa3)][_0x13ffc2(0xa8)]+_0x13ffc2(0xa9)+_0x1a8f8c+'\x27\x20style=\x22flex:1;\x22\x20is_activity=true\x20is_readonly=true\x20is_detail=true></'+_0x375319+'>';this[_0x13ffc2(0xaa)]=UiUtil['htmlToElement'](_0x3767fa),this[_0x13ffc2(0xaa)][_0x13ffc2(0xab)]=ValueUtil[_0x13ffc2(0xa4)](this[_0x13ffc2(0xae)])?void 0x0:this[_0x13ffc2(0xae)][_0x13ffc2(0xb0)];}return html`
2
+ ${this['contentElement']}
3
+ `;}}customElements[a0_0x3aed9a(0xa0)](a0_0x3aed9a(0xa2),MetaActivityViewerElement);
@@ -1,3 +1,3 @@
1
- const a0_0x1c3e32=a0_0x2d5e;(function(_0x2c52b2,_0x4a930a){const _0x5d8a39=a0_0x2d5e,_0x462db2=_0x2c52b2();while(!![]){try{const _0x1cc5b0=parseInt(_0x5d8a39(0x148))/0x1*(parseInt(_0x5d8a39(0x135))/0x2)+-parseInt(_0x5d8a39(0x13a))/0x3*(parseInt(_0x5d8a39(0x154))/0x4)+-parseInt(_0x5d8a39(0x141))/0x5*(-parseInt(_0x5d8a39(0x145))/0x6)+parseInt(_0x5d8a39(0x14d))/0x7*(parseInt(_0x5d8a39(0x14e))/0x8)+-parseInt(_0x5d8a39(0x13b))/0x9*(-parseInt(_0x5d8a39(0x144))/0xa)+-parseInt(_0x5d8a39(0x138))/0xb*(-parseInt(_0x5d8a39(0x14f))/0xc)+-parseInt(_0x5d8a39(0x155))/0xd;if(_0x1cc5b0===_0x4a930a)break;else _0x462db2['push'](_0x462db2['shift']());}catch(_0x1daa4d){_0x462db2['push'](_0x462db2['shift']());}}}(a0_0x3ee4,0x39c5d));import{html,LitElement}from'lit';import{i18next,localize}from'@operato/i18n';import{UiUtil}from'./../../utils/ui-util';function a0_0x3ee4(){const _0x4577b7=['addEventListener','5yJwAbb','\x27\x20route_name=\x27','change','10vaTbGk','1459092BpnuQP','connectedCallback','output','352936ESlqwQ','relationMenu','getData','customData','render','911953WXpqzV','8JBRuFA','36bOgMQs','dispatchEvent','field-change','disconnectedCallback','routing','136TQuOLd','8943545nnVeOI','_onFieldChange','\x20id=\x27','htmlToElement','2acCXrl','name','meta-activity-writer-element','673871PEoZnQ','\x27\x20style=\x22flex:1;\x22\x20is_activity=true\x20is_detail=true></','24756yIqXwD','2654910lbYIpS','contentElement','define','removeEventListener','tagName'];a0_0x3ee4=function(){return _0x4577b7;};return a0_0x3ee4();}import{ValueUtil}from'./../../utils/value-util';import{MetaActivityMixin}from'./meta-activiy-mixin.js';export class MetaActivityWriterElement extends MetaActivityMixin(localize(i18next)(LitElement)){async[a0_0x1c3e32(0x146)](){const _0x464f52=a0_0x1c3e32;await super[_0x464f52(0x146)](),this[_0x464f52(0x140)](_0x464f52(0x151),this[_0x464f52(0x156)]);}[a0_0x1c3e32(0x152)](){const _0x4f35cb=a0_0x1c3e32;this[_0x4f35cb(0x13e)](_0x4f35cb(0x151),this[_0x4f35cb(0x156)]);}[a0_0x1c3e32(0x156)](_0x2e615d){const _0x3e9a69=a0_0x1c3e32;let _0x338757=this[_0x3e9a69(0x13c)][_0x3e9a69(0x14a)]();this[_0x3e9a69(0x150)](new CustomEvent(_0x3e9a69(0x143),{'detail':{'customData':_0x338757}}));}[a0_0x1c3e32(0x14c)](){const _0x35903f=a0_0x1c3e32;if(this[_0x35903f(0x149)]&&!this[_0x35903f(0x13c)]){let _0x2676fc=this[_0x35903f(0x149)][_0x35903f(0x13f)],_0x1d1d26=this[_0x35903f(0x149)][_0x35903f(0x153)],_0x38728c='<'+_0x2676fc+_0x35903f(0x133)+this[_0x35903f(0x149)][_0x35903f(0x136)]+_0x35903f(0x142)+_0x1d1d26+_0x35903f(0x139)+_0x2676fc+'>';this[_0x35903f(0x13c)]=UiUtil[_0x35903f(0x134)](_0x38728c),this[_0x35903f(0x13c)]['activityDataSet']=ValueUtil['isEmpty'](this[_0x35903f(0x147)])?void 0x0:this['output'][_0x35903f(0x14b)];}return html`
2
- ${this[_0x35903f(0x13c)]}
3
- `;}}function a0_0x2d5e(_0x47ce38,_0x145e95){const _0x3ee4ed=a0_0x3ee4();return a0_0x2d5e=function(_0x2d5e6c,_0x2d3251){_0x2d5e6c=_0x2d5e6c-0x133;let _0x8c0cd7=_0x3ee4ed[_0x2d5e6c];return _0x8c0cd7;},a0_0x2d5e(_0x47ce38,_0x145e95);}customElements[a0_0x1c3e32(0x13d)](a0_0x1c3e32(0x137),MetaActivityWriterElement);
1
+ const a0_0x322199=a0_0x564b;function a0_0x564b(_0x5e45fa,_0x48f8c7){const _0x571fa4=a0_0x571f();return a0_0x564b=function(_0x564b9d,_0x343bcc){_0x564b9d=_0x564b9d-0x73;let _0x5f1b9c=_0x571fa4[_0x564b9d];return _0x5f1b9c;},a0_0x564b(_0x5e45fa,_0x48f8c7);}(function(_0x3cca72,_0x37199a){const _0x55c19e=a0_0x564b,_0x3ce336=_0x3cca72();while(!![]){try{const _0x2fa818=parseInt(_0x55c19e(0x89))/0x1*(-parseInt(_0x55c19e(0x74))/0x2)+-parseInt(_0x55c19e(0x7a))/0x3*(-parseInt(_0x55c19e(0x8b))/0x4)+-parseInt(_0x55c19e(0x82))/0x5*(-parseInt(_0x55c19e(0x7e))/0x6)+parseInt(_0x55c19e(0x7d))/0x7+parseInt(_0x55c19e(0x83))/0x8+parseInt(_0x55c19e(0x8e))/0x9+parseInt(_0x55c19e(0x92))/0xa*(-parseInt(_0x55c19e(0x86))/0xb);if(_0x2fa818===_0x37199a)break;else _0x3ce336['push'](_0x3ce336['shift']());}catch(_0x40b83f){_0x3ce336['push'](_0x3ce336['shift']());}}}(a0_0x571f,0xec724));import{html,LitElement}from'lit';import{i18next,localize}from'@operato/i18n';function a0_0x571f(){const _0x5518ed=['9574640tLOWnm','meta-activity-writer-element','output','11cXRvSl','change','\x20id=\x27','1108600yRxtSC','\x27\x20style=\x22flex:1;\x22\x20is_activity=true\x20is_detail=true></','238328AgmPYj','customData','contentElement','1214334VlLrqG','tagName','render','activityDataSet','24705230ZSFwVL','addEventListener','field-change','2EQQoTP','\x27\x20route_name=\x27','relationMenu','getData','htmlToElement','dispatchEvent','54dRdGhP','name','define','3627491ESdKoY','2562ovdLbf','isEmpty','_onFieldChange','connectedCallback','19030FNjbHi'];a0_0x571f=function(){return _0x5518ed;};return a0_0x571f();}import{UiUtil}from'./../../utils/ui-util';import{ValueUtil}from'./../../utils/value-util';import{MetaActivityMixin}from'./meta-activiy-mixin.js';export class MetaActivityWriterElement extends MetaActivityMixin(localize(i18next)(LitElement)){async[a0_0x322199(0x81)](){const _0x14c272=a0_0x322199;await super[_0x14c272(0x81)](),this[_0x14c272(0x93)]('field-change',this['_onFieldChange']);}['disconnectedCallback'](){const _0x463e1a=a0_0x322199;this['removeEventListener'](_0x463e1a(0x73),this[_0x463e1a(0x80)]);}['_onFieldChange'](_0x19d25a){const _0x2826f4=a0_0x322199;let _0x35df40=this['contentElement'][_0x2826f4(0x77)]();this[_0x2826f4(0x79)](new CustomEvent(_0x2826f4(0x87),{'detail':{'customData':_0x35df40}}));}[a0_0x322199(0x90)](){const _0x5d34b2=a0_0x322199;if(this[_0x5d34b2(0x76)]&&!this[_0x5d34b2(0x8d)]){let _0x1ebc07=this[_0x5d34b2(0x76)][_0x5d34b2(0x8f)],_0x532f23=this[_0x5d34b2(0x76)]['routing'],_0xc5d4fc='<'+_0x1ebc07+_0x5d34b2(0x88)+this[_0x5d34b2(0x76)][_0x5d34b2(0x7b)]+_0x5d34b2(0x75)+_0x532f23+_0x5d34b2(0x8a)+_0x1ebc07+'>';this['contentElement']=UiUtil[_0x5d34b2(0x78)](_0xc5d4fc),this[_0x5d34b2(0x8d)][_0x5d34b2(0x91)]=ValueUtil[_0x5d34b2(0x7f)](this['output'])?void 0x0:this[_0x5d34b2(0x85)][_0x5d34b2(0x8c)];}return html`
2
+ ${this['contentElement']}
3
+ `;}}customElements[a0_0x322199(0x7c)](a0_0x322199(0x84),MetaActivityWriterElement);
@@ -1,11 +1,11 @@
1
- const a0_0x493c3e=a0_0x5348;(function(_0x2aaead,_0xe972fa){const _0x14dc70=a0_0x5348,_0x431fbf=_0x2aaead();while(!![]){try{const _0x5844e2=-parseInt(_0x14dc70(0x1fa))/0x1*(-parseInt(_0x14dc70(0x1fb))/0x2)+-parseInt(_0x14dc70(0x1e6))/0x3*(-parseInt(_0x14dc70(0x1dc))/0x4)+-parseInt(_0x14dc70(0x1d4))/0x5*(parseInt(_0x14dc70(0x1e3))/0x6)+-parseInt(_0x14dc70(0x1d9))/0x7+-parseInt(_0x14dc70(0x1d5))/0x8*(-parseInt(_0x14dc70(0x1d3))/0x9)+-parseInt(_0x14dc70(0x1e7))/0xa+-parseInt(_0x14dc70(0x1ef))/0xb*(-parseInt(_0x14dc70(0x1ec))/0xc);if(_0x5844e2===_0xe972fa)break;else _0x431fbf['push'](_0x431fbf['shift']());}catch(_0x60ceef){_0x431fbf['push'](_0x431fbf['shift']());}}}(a0_0x2297,0x2f5d4));import a0_0x56f171 from'graphql-tag';import{css}from'lit';function a0_0x5348(_0x3db1f5,_0x10125f){const _0x22976d=a0_0x2297();return a0_0x5348=function(_0x534894,_0x512e38){_0x534894=_0x534894-0x1d3;let _0x8a66b5=_0x22976d[_0x534894];return _0x8a66b5;},a0_0x5348(_0x3db1f5,_0x10125f);}import{client}from'@operato/graphql';import{ServiceUtil}from'./../../utils/service-util';import{MetaApi}from'./../../utils/meta-api';export const MetaActivityMixin=_0x145242=>class extends _0x145242{static get[a0_0x493c3e(0x1d7)](){return{'activityId':String,'input':Object,'output':Object};}static get[a0_0x493c3e(0x1f6)](){return css`
1
+ function a0_0x1084(){const _0x5e5cf3=['-element','tagName','5lxEwLb','getMenuInfo','getActivity','569080cckLyh','relation-menu','5225178lLVrth','query','properties','activity','1098716xafmPj','connectedCallback','relationMenu','assign','3141831VpIUWu','value_is_not_exist','records','model','styles','-page','name','showToast','forEach','endsWith','replace','2169923PeRFoJ','4297856NnglUb','category','routing','387312zeMDYf','45CHQNGk','searchByPagination','resourceUrl','info','tMenu','length'];a0_0x1084=function(){return _0x5e5cf3;};return a0_0x1084();}const a0_0x4a19d1=a0_0x2a3f;(function(_0x8dc7d9,_0x4c6972){const _0x7cea6d=a0_0x2a3f,_0x50fa40=_0x8dc7d9();while(!![]){try{const _0x3827f3=parseInt(_0x7cea6d(0x17b))/0x1+parseInt(_0x7cea6d(0x169))/0x2+parseInt(_0x7cea6d(0x15a))/0x3+parseInt(_0x7cea6d(0x175))/0x4*(-parseInt(_0x7cea6d(0x172))/0x5)+parseInt(_0x7cea6d(0x177))/0x6+parseInt(_0x7cea6d(0x165))/0x7+-parseInt(_0x7cea6d(0x166))/0x8*(parseInt(_0x7cea6d(0x16a))/0x9);if(_0x3827f3===_0x4c6972)break;else _0x50fa40['push'](_0x50fa40['shift']());}catch(_0x174053){_0x50fa40['push'](_0x50fa40['shift']());}}}(a0_0x1084,0xa8f67));import a0_0x2668e3 from'graphql-tag';import{css}from'lit';import{client}from'@operato/graphql';import{ServiceUtil}from'./../../utils/service-util';function a0_0x2a3f(_0x114513,_0x642557){const _0x1084a6=a0_0x1084();return a0_0x2a3f=function(_0x2a3f74,_0x51d2ab){_0x2a3f74=_0x2a3f74-0x157;let _0xa04ef0=_0x1084a6[_0x2a3f74];return _0xa04ef0;},a0_0x2a3f(_0x114513,_0x642557);}import{MetaApi}from'./../../utils/meta-api';export const MetaActivityMixin=_0x45f69f=>class extends _0x45f69f{static get[a0_0x4a19d1(0x179)](){return{'activityId':String,'input':Object,'output':Object};}static get[a0_0x4a19d1(0x15e)](){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[a0_0x493c3e(0x1f1)](){const _0x26283e=a0_0x493c3e;await this['getActivity'](),await super[_0x26283e(0x1f1)]();}async[a0_0x493c3e(0x1e5)](){const _0x5d772e=a0_0x493c3e,_0x49ce95=await client['query']({'query':a0_0x56f171`
8
+ `;}async['connectedCallback'](){const _0x5a7966=a0_0x4a19d1;await this[_0x5a7966(0x174)](),await super[_0x5a7966(0x157)]();}async[a0_0x4a19d1(0x174)](){const _0x2a151b=a0_0x4a19d1,_0x202865=await client[_0x2a151b(0x178)]({'query':a0_0x2668e3`
9
9
  query activity($id: String!) {
10
10
  activity(id: $id) {
11
11
  id
@@ -15,4 +15,4 @@ const a0_0x493c3e=a0_0x5348;(function(_0x2aaead,_0xe972fa){const _0x14dc70=a0_0x
15
15
  }
16
16
  }
17
17
  }
18
- `,'variables':{'id':this[_0x5d772e(0x1ea)]}});let _0x1d9e1d;this['activity']=_0x49ce95[_0x5d772e(0x1e4)][_0x5d772e(0x1e9)],this['activity'][_0x5d772e(0x1df)]?.[_0x5d772e(0x1f3)](_0x3c59a4=>{const _0x13c667=_0x5d772e;_0x13c667(0x1f4)==_0x3c59a4[_0x13c667(0x1ed)]&&(_0x1d9e1d=JSON[_0x13c667(0x1f8)](_0x3c59a4[_0x13c667(0x1f5)]));}),this['relationMenu']=_0x1d9e1d,await this['getMenuInfo'](this[_0x5d772e(0x1e0)]['id'],this[_0x5d772e(0x1e0)]['routing']);}async[a0_0x493c3e(0x1f7)](_0x2a7065,_0xe3137b){const _0x19ed36=a0_0x493c3e;let _0x50eb1a=[{'name':'id','operator':'eq','value':_0x2a7065}],_0x40facc=await ServiceUtil[_0x19ed36(0x1e8)]('menus',_0x50eb1a,null,0x0,0x0,'id,category,resourceUrl');if(!_0x40facc&&0x0==_0x40facc[_0x19ed36(0x1f2)]){let _0x5518e5=TermsUtil[_0x19ed36(0x1dd)](_0x19ed36(0x1f9),{'value':TermsUtil[_0x19ed36(0x1e1)]('menu')+'\x20'+_0xe3137b});throw MetaApi[_0x19ed36(0x1ee)](_0x19ed36(0x1e2),_0x5518e5),new Error(_0x5518e5);}let _0x3c9c6a=_0x40facc['records'][0x0];_0x3c9c6a[_0x19ed36(0x1f0)]=_0x3c9c6a['category']['endsWith']('-page')?_0x3c9c6a[_0x19ed36(0x1da)][_0x19ed36(0x1de)](_0x19ed36(0x1d6),_0x19ed36(0x1eb)):_0x3c9c6a[_0x19ed36(0x1da)],_0x3c9c6a[_0x19ed36(0x1db)]=_0x3c9c6a['resourceUrl']['replace'](_0x3c9c6a['category'],_0x3c9c6a['tagName']),Object[_0x19ed36(0x1d8)](this[_0x19ed36(0x1e0)],_0x3c9c6a);}};function a0_0x2297(){const _0x1980b9=['198BvFFaU','tagName','connectedCallback','length','forEach','relation-menu','description','styles','getMenuInfo','parse','value_is_not_exist','27707hnpciw','10OoPpJD','72YQvecj','13495XTiWKi','100600KSaMSp','-page','properties','assign','1853803MIGgtm','category','resourceUrl','459444IprkIr','tText','replace','model','relationMenu','tMenu','info','534oaLXRx','data','getActivity','3Vilovo','3377280WwTRlt','searchByPagination','activity','activityId','-element','455184uxPTuq','name','showToast'];a0_0x2297=function(){return _0x1980b9;};return a0_0x2297();}
18
+ `,'variables':{'id':this['activityId']}});let _0x51126a;this[_0x2a151b(0x17a)]=_0x202865['data'][_0x2a151b(0x17a)],this['activity'][_0x2a151b(0x15d)]?.[_0x2a151b(0x162)](_0x1d1d95=>{const _0x38c173=_0x2a151b;_0x38c173(0x176)==_0x1d1d95[_0x38c173(0x160)]&&(_0x51126a=JSON['parse'](_0x1d1d95['description']));}),this[_0x2a151b(0x158)]=_0x51126a,await this[_0x2a151b(0x173)](this[_0x2a151b(0x158)]['id'],this['relationMenu'][_0x2a151b(0x168)]);}async['getMenuInfo'](_0x5e7c30,_0x8050c5){const _0x5811d6=a0_0x4a19d1;let _0x2c8a47=[{'name':'id','operator':'eq','value':_0x5e7c30}],_0x2b1c45=await ServiceUtil[_0x5811d6(0x16b)]('menus',_0x2c8a47,null,0x0,0x0,'id,category,resourceUrl');if(!_0x2b1c45&&0x0==_0x2b1c45[_0x5811d6(0x16f)]){let _0x2b238b=TermsUtil['tText'](_0x5811d6(0x15b),{'value':TermsUtil[_0x5811d6(0x16e)]('menu')+'\x20'+_0x8050c5});throw MetaApi[_0x5811d6(0x161)](_0x5811d6(0x16d),_0x2b238b),new Error(_0x2b238b);}let _0x13b77b=_0x2b1c45[_0x5811d6(0x15c)][0x0];_0x13b77b[_0x5811d6(0x171)]=_0x13b77b[_0x5811d6(0x167)][_0x5811d6(0x163)](_0x5811d6(0x15f))?_0x13b77b['category']['replace'](_0x5811d6(0x15f),_0x5811d6(0x170)):_0x13b77b[_0x5811d6(0x167)],_0x13b77b[_0x5811d6(0x16c)]=_0x13b77b[_0x5811d6(0x16c)][_0x5811d6(0x164)](_0x13b77b['category'],_0x13b77b[_0x5811d6(0x171)]),Object[_0x5811d6(0x159)](this[_0x5811d6(0x158)],_0x13b77b);}};