@things-factory/meta-ui 6.1.36 → 6.1.38

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 (88) hide show
  1. package/client/actions/main.js +4 -4
  2. package/client/component/filter/filter-form-meta-code-select.js +10 -10
  3. package/client/component/filter/filter-form-meta-object-select.js +9 -9
  4. package/client/component/filter/filter-grist-meta-code-select.js +9 -9
  5. package/client/component/filter/filter-grist-meta-object-select.js +9 -9
  6. package/client/component/grist/editor/grist-editor-code-input.js +6 -6
  7. package/client/component/grist/editor/grist-editor-meta-code-selector.js +7 -7
  8. package/client/component/grist/editor/grist-editor-meta-object-selector.js +7 -7
  9. package/client/component/grist/renderer/grist-renderer-code-input.js +1 -1
  10. package/client/component/grist/renderer/grist-renderer-meta-code-selector.js +1 -1
  11. package/client/component/grist/renderer/grist-renderer-meta-object-selector.js +1 -1
  12. package/client/component/popup/code-input-editor-popup.js +10 -10
  13. package/client/component/popup/meta-object-selector-popup.js +11 -11
  14. package/client/mixin/meta-base-mixin.js +1 -1
  15. package/client/mixin/meta-basic-grist-mixin.js +4 -4
  16. package/client/mixin/meta-button-mixin.js +1 -1
  17. package/client/mixin/meta-form-mixin.js +1 -1
  18. package/client/mixin/meta-grist-tab-mixin.js +1 -1
  19. package/client/mixin/meta-main-tab-mixin.js +1 -1
  20. package/client/mixin/meta-master-detail-mixin.js +1 -1
  21. package/client/mixin/meta-service-mixin.js +1 -1
  22. package/client/mixin/meta-tab-detail-mixin.js +1 -1
  23. package/client/mixin/meta-tab-mixin.js +1 -1
  24. package/client/pages/activity/meta-activity-list-page.js +6 -6
  25. package/client/pages/activity/meta-activity-viewer-element.js +2 -2
  26. package/client/pages/activity/meta-activity-writer-element.js +3 -3
  27. package/client/pages/activity/meta-activiy-mixin.js +3 -3
  28. package/client/pages/entity/config-entity.js +29 -29
  29. package/client/pages/entity/main-menu-selector.js +8 -8
  30. package/client/pages/history/history-copy-list-popup.js +6 -6
  31. package/client/pages/history/history-json-list-popup.js +6 -6
  32. package/client/pages/loading-page.js +5 -5
  33. package/client/pages/menu/dynamic-menu-template.js +7 -7
  34. package/client/pages/menu/dynamic-menu.js +15 -15
  35. package/client/pages/meta-form-element.js +1 -1
  36. package/client/pages/meta-grist-element.js +1 -1
  37. package/client/pages/meta-grist-page.js +1 -1
  38. package/client/pages/meta-grist-tab-element.js +1 -1
  39. package/client/pages/meta-grist-tab-page.js +1 -1
  40. package/client/pages/meta-main-tab-element.js +1 -1
  41. package/client/pages/meta-main-tab-page.js +1 -1
  42. package/client/pages/meta-master-detail-element.js +1 -1
  43. package/client/pages/meta-master-detail-page.js +1 -1
  44. package/client/pages/meta-tab-detail-element.js +1 -1
  45. package/client/pages/meta-tab-detail-page.js +1 -1
  46. package/client/pages/meta-tab-element.js +1 -1
  47. package/client/pages/personalize/personal-column-selector.js +11 -11
  48. package/client/pages/terms/config-terminology.js +6 -6
  49. package/client/pages/work-code/work-code-detail-popup.js +1 -1
  50. package/client/pages/work-code/work-code-page.js +1 -1
  51. package/client/reducers/main.js +1 -1
  52. package/client/utils/grist-default-value.js +1 -1
  53. package/client/utils/meta-api.js +1 -1
  54. package/client/utils/meta-crypto.js +1 -1
  55. package/client/utils/meta-ui-util.js +103 -103
  56. package/client/utils/service-util.js +13 -13
  57. package/client/utils/terms-util.js +2 -2
  58. package/client/utils/ui-util.js +1 -1
  59. package/client/utils/value-util.js +1 -1
  60. package/client/viewparts/dynamic-menu-landscape-styles.js +2 -2
  61. package/client/viewparts/dynamic-menu-landscape.js +10 -10
  62. package/client/viewparts/dynamic-menu-part.js +10 -10
  63. package/client/viewparts/dynamic-menu-portrait-styles.js +1 -1
  64. package/client/viewparts/dynamic-menu-portrait.js +9 -9
  65. package/client/viewparts/dynamic-top-menu-bar.js +7 -7
  66. package/package.json +2 -2
  67. package/server/activity/CommonActivity.js +2 -2
  68. package/server/constants/error-code.js +1 -1
  69. package/server/errors/license-error.js +1 -1
  70. package/server/routes.js +1 -1
  71. package/server/service/entity-event-subscriber/entity-event-subscriber.js +1 -1
  72. package/server/service/grid-personalize/grid-personalize-mutation.js +1 -1
  73. package/server/service/grid-personalize/grid-personalize-query.js +1 -1
  74. package/server/service/grid-personalize/grid-personalize-type.js +1 -1
  75. package/server/service/grid-personalize/grid-personalize.js +1 -1
  76. package/server/service/meta-activity/meta-activity-mutation.js +1 -1
  77. package/server/service/meta-activity/meta-activity-query.js +1 -1
  78. package/server/service/meta-activity/meta-activity-type.js +1 -1
  79. package/server/service/meta-secret/meta-resolver.js +1 -1
  80. package/server/service/set-translations/set-translation-resolver.js +1 -1
  81. package/server/service/work-code/work-code-mutation.js +1 -1
  82. package/server/service/work-code/work-code-query.js +1 -1
  83. package/server/service/work-code/work-code-type.js +1 -1
  84. package/server/service/work-code/work-code.js +1 -1
  85. package/server/service/work-code-detail/work-code-detail-mutation.js +1 -1
  86. package/server/service/work-code-detail/work-code-detail-query.js +1 -1
  87. package/server/service/work-code-detail/work-code-detail-type.js +1 -1
  88. package/server/service/work-code-detail/work-code-detail.js +1 -1
@@ -1,4 +1,4 @@
1
- const a0_0x57d110=a0_0x60a6;(function(_0x4d3a4c,_0x20c9b9){const _0x10b34a=a0_0x60a6,_0x1a0e81=_0x4d3a4c();while(!![]){try{const _0x30e9e7=-parseInt(_0x10b34a(0x1f2))/0x1+parseInt(_0x10b34a(0x1fd))/0x2+-parseInt(_0x10b34a(0x1bd))/0x3+-parseInt(_0x10b34a(0x1e4))/0x4*(parseInt(_0x10b34a(0x22c))/0x5)+-parseInt(_0x10b34a(0x1d8))/0x6*(parseInt(_0x10b34a(0x1e0))/0x7)+parseInt(_0x10b34a(0x1ba))/0x8*(-parseInt(_0x10b34a(0x205))/0x9)+parseInt(_0x10b34a(0x1f7))/0xa*(parseInt(_0x10b34a(0x1f9))/0xb);if(_0x30e9e7===_0x20c9b9)break;else _0x1a0e81['push'](_0x1a0e81['shift']());}catch(_0x13b3da){_0x1a0e81['push'](_0x1a0e81['shift']());}}}(a0_0x1b9b,0xa61df));import{store,gqlContext}from'@things-factory/shell';import{getCodeByName}from'@things-factory/code-base';import{EXPORT}from'@things-factory/export-base';import{gqlBuilder}from'@things-factory/utils';import{client}from'@operato/graphql';import{TermsUtil}from'./terms-util';import{UiUtil}from'./ui-util';import a0_0x3e4970 from'graphql-tag';import{ValueUtil}from'./value-util';import{asyncReplace}from'lit/directives/async-replace.js';import a0_0x130b5a from'i18next';function a0_0x1b9b(){const _0x5ef0ce=['getSelectedIdList','tText','iconPath','\x0a\x20\x20\x20\x20\x20\x20','329ECPwRd','text.nothing_selected','items','check-mandatory-field','799860lnPdug','getCodeSelectorData','tMenu','dirtyRecords','creator','children','path','reduce','cancel','template','gridPersonalizeTemplates','key','badge','__dirtyfields__','1330814wAljAG','_config','findOne','text.nothing_changed','errors','1671420wcNtvL','isNotEmpty','363rRFdry','unshift','updater','value','392812cdSupd','delete','patchesForUpdateMultiple','codeItems','details','fetch','showGraphqlErrorResponse','question','9fWZwsE','myDynamicMenus','confirm','createdAt','getCodeByScenario','findIndex','name','result','object','id,template','splice','GROUP','map','selected','type','routing','title','button.delete','numberOfToDos','menuType','__selected__','data','test','numberOfDrafts','length','message','searchMyDynamicMenus','approval-pending-list','button.','hidden','checkClientError','config','category','active','join','__dirty__','filter','sort','code-input','30FFWuSi','split','__seq__','\x0a\x20\x20\x20\x20','push','callScenario','error','showToast','columns','deleteListByGristSelected','includes','parent','undefined','parse','records','text.NOTHING_CHANGED','dispatch','searchMenuGridPersnalTemplate','runScenario','getWorkCodeByName','SCREEN','query','rank','imex','forEach','total','HOME','resourceUrl','text.there_is_nothing_to_delete','7427624niZNTU','searchByPagination','exportableData','3255690bFAPvE','extensions','workCodeByName','routingType','updatedAt','buildArgs','showGraphqlException','menus','display','description','deleteListByIds','success\x20to\x20process','xlsx','text.are_you_sure','code','menu.id','success\x20to\x20save','networkError','noteq','hiddenFlag','record','updateMultiple','find','MENU','arrangeMenuRoutes','showAlertPopup','header','62220SqSZUG','__origin__','info','isEmpty'];a0_0x1b9b=function(){return _0x5ef0ce;};return a0_0x1b9b();}function a0_0x60a6(_0x3f5c4c,_0x3d1af3){const _0x1b9b94=a0_0x1b9b();return a0_0x60a6=function(_0x60a68f,_0x56adab){_0x60a68f=_0x60a68f-0x19f;let _0x46c27d=_0x1b9b94[_0x60a68f];return _0x46c27d;},a0_0x60a6(_0x3f5c4c,_0x3d1af3);}import{generateActivitySummary,startSubscribeActivitySummary}from'@things-factory/worklist';export class ServiceUtil{static async[a0_0x57d110(0x200)](_0x4cad29){const _0x554523=a0_0x57d110;if(Array['isArray'](_0x4cad29))return _0x4cad29[_0x554523(0x211)](_0x2069b0=>_0x554523(0x20d)==typeof _0x2069b0?{'name':_0x2069b0[_0x554523(0x1fc)],'description':_0x2069b0[_0x554523(0x1c5)]}:{'name':_0x2069b0,'description':_0x2069b0});let _0x4f3729=await ServiceUtil[_0x554523(0x1b0)](_0x4cad29);return _0x4f3729&&_0x4f3729['length']>0x0?_0x4f3729:await getCodeByName(_0x4cad29);}static async[a0_0x57d110(0x1b0)](_0x4f38b2){const _0x12310f=a0_0x57d110,_0x5af83d=await client['query']({'query':a0_0x3e4970`
1
+ const a0_0x888bf0=a0_0x2877;(function(_0x3e74ef,_0x21b191){const _0x32407d=a0_0x2877,_0x1e5d58=_0x3e74ef();while(!![]){try{const _0x925fe3=-parseInt(_0x32407d(0x101))/0x1+-parseInt(_0x32407d(0xf6))/0x2+-parseInt(_0x32407d(0x115))/0x3+parseInt(_0x32407d(0x163))/0x4+-parseInt(_0x32407d(0x107))/0x5+parseInt(_0x32407d(0x146))/0x6*(-parseInt(_0x32407d(0x11e))/0x7)+parseInt(_0x32407d(0x10c))/0x8*(parseInt(_0x32407d(0x10a))/0x9);if(_0x925fe3===_0x21b191)break;else _0x1e5d58['push'](_0x1e5d58['shift']());}catch(_0x5bed64){_0x1e5d58['push'](_0x1e5d58['shift']());}}}(a0_0x3025,0x7bc8f));import{store,gqlContext}from'@things-factory/shell';function a0_0x2877(_0x5286be,_0x4b2ba8){const _0x302569=a0_0x3025();return a0_0x2877=function(_0x2877f6,_0x3ebf19){_0x2877f6=_0x2877f6-0xf4;let _0x361f19=_0x302569[_0x2877f6];return _0x361f19;},a0_0x2877(_0x5286be,_0x4b2ba8);}import{getCodeByName}from'@things-factory/code-base';import{EXPORT}from'@things-factory/export-base';import{gqlBuilder}from'@things-factory/utils';import{client}from'@operato/graphql';import{TermsUtil}from'./terms-util';import{UiUtil}from'./ui-util';import a0_0x54b71b from'graphql-tag';function a0_0x3025(){const _0x4d1693=['todo-list','9VyOCuq','parent','28645480GOwQgH','Graphql\x20Error','push','gutter','callScenario','code','object','exportableData','routing','2228166XeprXn','xlsx','GROUP','reduce','showGraphqlException','template','name','__dirty__','__selected__','3534888uOCiru','deleteListByGristSelected','category','delete','records','updatedAt','isNotEmpty','numberOfToDos','group','dispatch','findIndex','codeItems','join','data','menu.id','findOne','tText','unshift','test','__origin__','extensions','networkError','imex','config','hiddenFlag','check-mandatory-field','getCodeByScenario','SCREEN','header','errors','selected','iconPath','fetch','text.are_you_sure','success\x20to\x20process','searchByPagination','query','hidden','runScenario','path','6flHJSW','deleteListByIds','workCodeByName','success\x20to\x20save','items','gridPersonalizeTemplates','HIDDEN-PAGE','MENU','checkClientError','total','value','children','filter','updateMultiple','updateMultipleData','getCodeSelectorData','type','HOME','cancel','showGraphqlErrorResponse','approval-pending-list','myDynamicMenus','forEach','error','result','rank','\x0a\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20parent\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20name\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20children{\x0a\x20\x20\x20\x20\x20\x20\x20\x20id\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\x20\x20menuType\x0a\x20\x20\x20\x20\x20\x20\x20\x20category\x0a\x20\x20\x20\x20\x20\x20\x20\x20routingType\x0a\x20\x20\x20\x20\x20\x20\x20\x20routing\x0a\x20\x20\x20\x20\x20\x20\x20\x20resourceUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20iconPath\x0a\x20\x20\x20\x20\x20\x20\x20\x20hiddenFlag\x0a\x20\x20\x20\x20\x20\x20\x20\x20rank\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20name\x0a\x20\x20\x20\x20\x20\x20description\x0a\x20\x20\x20\x20\x20\x20menuType\x0a\x20\x20\x20\x20\x20\x20category\x0a\x20\x20\x20\x20\x20\x20routingType\x0a\x20\x20\x20\x20\x20\x20routing\x0a\x20\x20\x20\x20\x20\x20resourceUrl\x0a\x20\x20\x20\x20\x20\x20iconPath\x0a\x20\x20\x20\x20','menus','resourceUrl','665784xFEwue','numberOfApprovalPendings','createdAt','tMenu','menuType','confirm','text.nothing_changed','text.nothing_selected','cuFlag','text.NOTHING_CHANGED','map','success\x20to\x20delete','key','message','find','searchMyDynamicMenus','badge','getWorkCodeByName','getSelectedIdList','columns','text.check-mandatory','length','info','text.there_is_nothing_to_delete','patchesForUpdateMultiple','split','creator','showAlertPopup','isArray','1654220JryqLF','splice','noteq','showToast','routingType','buildArgs','button.delete','description','arrangeMenuRoutes','_config','mandatory','937175nytGPq','__dirtyfields__','details','includes','getCodeByEntity','record','1140585gzEpPK','active'];a0_0x3025=function(){return _0x4d1693;};return a0_0x3025();}import{ValueUtil}from'./value-util';import{asyncReplace}from'lit/directives/async-replace.js';import a0_0x33d510 from'i18next';import{generateActivitySummary,startSubscribeActivitySummary}from'@things-factory/worklist';export class ServiceUtil{static async[a0_0x888bf0(0x129)](_0x3b8692){const _0x25f3ce=a0_0x888bf0;if(Array[_0x25f3ce(0xf5)](_0x3b8692))return _0x3b8692[_0x25f3ce(0x16d)](_0x71d381=>_0x25f3ce(0x112)==typeof _0x71d381?{'name':_0x71d381[_0x25f3ce(0x150)],'description':_0x71d381['display']}:{'name':_0x71d381,'description':_0x71d381});let _0xf72769=await ServiceUtil[_0x25f3ce(0x174)](_0x3b8692);return _0xf72769&&_0xf72769[_0x25f3ce(0x178)]>0x0?_0xf72769:await getCodeByName(_0x3b8692);}static async[a0_0x888bf0(0x174)](_0x512659){const _0x53e298=a0_0x888bf0,_0x27a471=await client[_0x53e298(0x142)]({'query':a0_0x54b71b`
2
2
  query workCodeByName($name: String!) {
3
3
  workCodeByName(name: $name) {
4
4
  details {
@@ -8,32 +8,32 @@ const a0_0x57d110=a0_0x60a6;(function(_0x4d3a4c,_0x20c9b9){const _0x10b34a=a0_0x
8
8
  }
9
9
  }
10
10
  }
11
- `,'variables':{'name':_0x4f38b2},'context':gqlContext()});return!_0x5af83d[_0x12310f(0x1f6)]&&_0x5af83d[_0x12310f(0x21a)]['workCodeByName']&&_0x5af83d[_0x12310f(0x21a)][_0x12310f(0x1bf)][_0x12310f(0x201)]?_0x5af83d['data'][_0x12310f(0x1bf)][_0x12310f(0x201)][_0x12310f(0x22a)]((_0x2824ab,_0x4882d2)=>_0x2824ab[_0x12310f(0x1b3)]-_0x4882d2['rank']):[];}static async[a0_0x57d110(0x1e5)](_0x1953cc){const _0xd41e11=a0_0x57d110;let _0x2c8de6=(await ServiceUtil['codeItems'](_0x1953cc))[_0xd41e11(0x211)](_0x5b1dac=>({'value':_0x5b1dac['name'],'display':_0x5b1dac['description']}));return _0x2c8de6['unshift']({'value':'','display':''}),_0x2c8de6;}static async[a0_0x57d110(0x209)](_0x578c04,_0x55595a){const _0x5b9a38=a0_0x57d110;let _0x3afd2f=await ServiceUtil[_0x5b9a38(0x1a2)](null,_0x578c04,_0x55595a,!0x1);if(_0x3afd2f&&_0x3afd2f[_0x5b9a38(0x21a)]&&_0x3afd2f[_0x5b9a38(0x21a)]['runScenario']&&_0x3afd2f[_0x5b9a38(0x21a)][_0x5b9a38(0x1af)][_0x5b9a38(0x21a)]&&_0x3afd2f[_0x5b9a38(0x21a)][_0x5b9a38(0x1af)][_0x5b9a38(0x21a)][_0x5b9a38(0x20c)]){let _0xfc2f0=_0x3afd2f[_0x5b9a38(0x21a)][_0x5b9a38(0x1af)][_0x5b9a38(0x21a)][_0x5b9a38(0x20c)];return _0xfc2f0[_0x5b9a38(0x1fa)]({'value':'','display':''}),_0xfc2f0[_0x5b9a38(0x211)](_0x4cf95a=>({'value':_0x4cf95a['name'],'display':_0x4cf95a[_0x5b9a38(0x1c6)]}));}return[];}static async['getCodeByEntity']({queryName:_0x5af2bf,codeField:_0x251473=a0_0x57d110(0x20b),dispField:_0x13d012,filters:_0x118522=[],sorters:_0x35d9ad=[]}){const _0x19bea0=a0_0x57d110;let _0xa66da7=_0x13d012[_0x19bea0(0x22d)](','),_0x5e4443=_0x19bea0(0x1df)+_0x251473+_0x19bea0(0x1df)+(_0x13d012?_0xa66da7[_0x19bea0(0x227)]('\x0a'):'')+_0x19bea0(0x1a0),_0x4dd29d=await ServiceUtil[_0x19bea0(0x1bb)](_0x5af2bf,_0x118522,_0x35d9ad,0x0,0x0,_0x5e4443),_0x59bfbf=[{'value':'','display':''}];return _0x4dd29d[_0x19bea0(0x1ab)][_0x19bea0(0x1b5)](_0x104f16=>{const _0x195056=_0x19bea0;let _0x1ac442=_0x104f16[_0x251473];if(_0x13d012){let _0x1e5522=_0x13d012[_0x195056(0x22d)](',');_0x1ac442=_0x104f16[_0x1e5522[0x0]],_0x1e5522[_0x195056(0x21d)]>0x1&&(_0x1ac442+='('+_0x1e5522['splice'](0x1)[_0x195056(0x211)](_0x4a7655=>_0x104f16[_0x4a7655])[_0x195056(0x227)](',')+')');}_0x59bfbf[_0x195056(0x1a1)]({'value':_0x104f16[_0x251473],'display':_0x1ac442});}),_0x59bfbf;}static async[a0_0x57d110(0x206)](){const _0x46badc=a0_0x57d110;let _0x2033bd=await ServiceUtil[_0x46badc(0x21f)]();return null!=_0x2033bd?ServiceUtil[_0x46badc(0x1d5)](_0x2033bd):null;}static async[a0_0x57d110(0x1ae)](_0x1f01c8){const _0x2087b7=a0_0x57d110;let _0x5d0fe6=[{'name':_0x2087b7(0x1cc),'operator':'eq','value':_0x1f01c8}],_0x20a98d=await ServiceUtil[_0x2087b7(0x1bb)](_0x2087b7(0x1ee),_0x5d0fe6,[],0x0,0x0,_0x2087b7(0x20e));return 0x0==_0x20a98d[_0x2087b7(0x1b6)]?{}:{'id':_0x20a98d[_0x2087b7(0x1ab)][0x0]['id'],'template':JSON[_0x2087b7(0x1aa)](_0x20a98d[_0x2087b7(0x1ab)][0x0][_0x2087b7(0x1ed)])};}static[a0_0x57d110(0x1d5)](_0x195e75){const _0x1559c5=a0_0x57d110;let _0x50743e=[];_0x195e75['forEach'](_0x784b82=>{const _0x230ae9=a0_0x60a6;_0x50743e[_0x230ae9(0x1a1)](_0x784b82),_0x784b82[_0x230ae9(0x1e9)]&&(_0x784b82['children']['sort'](function(_0xb128c5,_0x355c67){const _0x132065=_0x230ae9;return _0xb128c5[_0x132065(0x1b3)]-_0x355c67[_0x132065(0x1b3)];}),_0x784b82['children'][_0x230ae9(0x1b5)](_0x3e7c2c=>{const _0x4e9f65=_0x230ae9;0x1!=_0x3e7c2c[_0x4e9f65(0x1d0)]&&(_0x3e7c2c['parent']=_0x784b82,_0x50743e[_0x4e9f65(0x1a1)](_0x3e7c2c));}));});let _0x1d305d=_0x50743e[_0x1559c5(0x211)](_0x4cfd03=>{const _0x440bf3=_0x1559c5;if(_0x440bf3(0x210)==_0x4cfd03[_0x440bf3(0x218)]||_0x440bf3(0x1d4)==_0x4cfd03[_0x440bf3(0x218)]){let _0x17f47d={'id':_0x4cfd03['id'],'parent':!0x0,'name':TermsUtil[_0x440bf3(0x1e6)](_0x4cfd03[_0x440bf3(0x20b)]),'icon':_0x4cfd03[_0x440bf3(0x1de)],'type':_0x440bf3(0x210)==_0x4cfd03[_0x440bf3(0x218)]?'group':'','menus':[]};return _0x4cfd03[_0x440bf3(0x214)]&&(_0x17f47d['path']=_0x4cfd03[_0x440bf3(0x214)]),_0x17f47d;}return{'id':'0'};})[_0x1559c5(0x229)](_0x3be25e=>'0'!=_0x3be25e['id']),_0x789858=_0x50743e[_0x1559c5(0x211)](_0x415ec0=>{const _0x427345=_0x1559c5;if(_0x427345(0x1b1)==_0x415ec0['menuType']||'HIDDEN-PAGE'==_0x415ec0[_0x427345(0x218)]){let _0x4cc5c7=_0x1d305d[_0x427345(0x1d3)](_0x202ff7=>_0x202ff7['id']==_0x415ec0[_0x427345(0x1a8)]['id']);if(_0x4cc5c7){let _0x292436=TermsUtil['tMenu'](_0x415ec0['name']);return _0x427345(0x1b1)==_0x415ec0[_0x427345(0x218)]&&_0x4cc5c7[_0x427345(0x1c4)][_0x427345(0x1a1)]({'id':_0x415ec0['id'],'name':_0x292436,'path':_0x415ec0['routing'],'icon':_0x415ec0[_0x427345(0x1de)]}),{'id':_0x415ec0['id'],'parent':!0x1,'parent_id':_0x4cc5c7['id'],'title':_0x292436,'tagname':_0x415ec0[_0x427345(0x225)],'page':_0x415ec0[_0x427345(0x214)],'template':_0x415ec0[_0x427345(0x1b8)],'routing_type':_0x415ec0['routingType']};}return{'id':'0'};}return _0x427345(0x1b7)==_0x415ec0['menuType']?{'id':_0x415ec0['id'],'parent':!0x0,'parent_id':null,'title':TermsUtil[_0x427345(0x1e6)](_0x415ec0[_0x427345(0x20b)]),'tagname':_0x415ec0[_0x427345(0x225)],'page':_0x415ec0['routing'],'template':_0x415ec0[_0x427345(0x1b8)],'routing_type':_0x415ec0[_0x427345(0x1c0)]}:{'id':'0'};})[_0x1559c5(0x229)](_0x57fec2=>null!=_0x57fec2&&'0'!=_0x57fec2['id']);_0x1d305d[_0x1559c5(0x229)](_0x3de823=>'group'==_0x3de823[_0x1559c5(0x213)]&&_0x3de823[_0x1559c5(0x1c4)]&&_0x3de823[_0x1559c5(0x1c4)][_0x1559c5(0x21d)]>0x0)[_0x1559c5(0x1b5)](_0x220df6=>{const _0xf84136=_0x1559c5;let _0x44a02c=_0x1d305d[_0xf84136(0x20a)](_0x4abb94=>_0x4abb94['id']==_0x220df6['id'])+0x1;_0x1d305d[_0xf84136(0x20f)](_0x44a02c,0x0,..._0x220df6[_0xf84136(0x1c4)]);});let _0x40134a=0x0;return _0x1d305d[_0x1559c5(0x1b5)](_0x4ddf41=>{const _0x1ccf36=_0x1559c5;'todo-list'==_0x4ddf41[_0x1ccf36(0x1ea)]?(_0x40134a++,_0x4ddf41[_0x1ccf36(0x1f0)]=()=>asyncReplace(generateActivitySummary(_0x1ccf36(0x217))),_0x4ddf41[_0x1ccf36(0x226)]=({path:_0xe16efc})=>/^activity\//['test'](_0xe16efc)):_0x1ccf36(0x220)==_0x4ddf41['path']?(_0x40134a++,_0x4ddf41[_0x1ccf36(0x1f0)]=()=>asyncReplace(generateActivitySummary('numberOfApprovalPendings')),_0x4ddf41[_0x1ccf36(0x226)]=({path:_0x32b754})=>/^activity\//[_0x1ccf36(0x21b)](_0x32b754)):'draft-list'==_0x4ddf41[_0x1ccf36(0x1ea)]&&(_0x40134a++,_0x4ddf41[_0x1ccf36(0x1f0)]=()=>asyncReplace(generateActivitySummary(_0x1ccf36(0x21c))));}),_0x40134a>0x0&&startSubscribeActivitySummary(),{'menus':_0x1d305d,'routes':_0x789858};}static async[a0_0x57d110(0x21f)](){const _0x38671c=a0_0x57d110;let _0x5411c7=await ServiceUtil[_0x38671c(0x1bb)](_0x38671c(0x1c4),[{'name':_0x38671c(0x1d0),'operator':_0x38671c(0x1cf),'value':!0x0},{'name':_0x38671c(0x218),'operator':'in','value':[_0x38671c(0x1b7),'MENU',_0x38671c(0x210)]}],[{'name':'rank'}],0x0,0x0,'\x0a\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20parent\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20name\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20children{\x0a\x20\x20\x20\x20\x20\x20\x20\x20id\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\x20\x20menuType\x0a\x20\x20\x20\x20\x20\x20\x20\x20category\x0a\x20\x20\x20\x20\x20\x20\x20\x20routingType\x0a\x20\x20\x20\x20\x20\x20\x20\x20routing\x0a\x20\x20\x20\x20\x20\x20\x20\x20resourceUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20iconPath\x0a\x20\x20\x20\x20\x20\x20\x20\x20hiddenFlag\x0a\x20\x20\x20\x20\x20\x20\x20\x20rank\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20name\x0a\x20\x20\x20\x20\x20\x20description\x0a\x20\x20\x20\x20\x20\x20menuType\x0a\x20\x20\x20\x20\x20\x20category\x0a\x20\x20\x20\x20\x20\x20routingType\x0a\x20\x20\x20\x20\x20\x20routing\x0a\x20\x20\x20\x20\x20\x20resourceUrl\x0a\x20\x20\x20\x20\x20\x20iconPath\x0a\x20\x20\x20\x20');return _0x5411c7?_0x5411c7[_0x38671c(0x1ab)]:[];}static async['showGraphqlErrorResponse'](_0x331179){const _0x23a659=a0_0x57d110;if(_0x331179[_0x23a659(0x1f6)]&&_0x331179[_0x23a659(0x1f6)][_0x23a659(0x21d)]>0x0){let _0x10e6c9=_0x331179[_0x23a659(0x1f6)][0x0],_0x57523e=_0x10e6c9[_0x23a659(0x21e)],_0x482dad=_0x10e6c9['message'];_0x10e6c9['extensions']&&(_0x482dad=_0x10e6c9[_0x23a659(0x1be)][_0x23a659(0x1cb)]),await UiUtil[_0x23a659(0x1d6)](_0x482dad,_0x57523e,'error','confirm');}}static async[a0_0x57d110(0x1c3)](_0x768eb7){const _0x961189=a0_0x57d110;_0x768eb7&&(_0x768eb7[_0x961189(0x1ce)]&&_0x768eb7[_0x961189(0x1ce)][_0x961189(0x20c)]?await ServiceUtil[_0x961189(0x203)](_0x768eb7[_0x961189(0x1ce)][_0x961189(0x20c)]):await UiUtil[_0x961189(0x1d6)]('Graphql\x20Error',_0x768eb7[_0x961189(0x21e)],_0x961189(0x1a3),_0x961189(0x207)));}static async[a0_0x57d110(0x1bc)](_0x386dc0,_0xf35c8,_0xdf5338){const _0x483a08=a0_0x57d110;var _0x1e828f=_0xdf5338['_config'][_0x483a08(0x1a5)][_0x483a08(0x229)](_0xf7ec9f=>'gutter'!==_0xf7ec9f[_0x483a08(0x213)]&&void 0x0!==_0xf7ec9f[_0x483a08(0x1d1)]&&void 0x0!==_0xf7ec9f[_0x483a08(0x1b4)]&&!0x0!==_0xf7ec9f[_0x483a08(0x222)])['map'](_0x369e3a=>_0x369e3a['imex']),_0x5cd96a=_0xdf5338[_0x483a08(0x21a)][_0x483a08(0x1ab)][_0x483a08(0x211)](_0x5eaacc=>({..._0xdf5338[_0x483a08(0x1f3)][_0x483a08(0x1a5)][_0x483a08(0x229)](_0x2d3ee9=>'gutter'!==_0x2d3ee9[_0x483a08(0x213)]&&void 0x0!==_0x2d3ee9[_0x483a08(0x1d1)]&&void 0x0!==_0x2d3ee9[_0x483a08(0x1b4)]&&!0x0!==_0x2d3ee9[_0x483a08(0x222)])[_0x483a08(0x1eb)]((_0x321f72,_0x45a0ed)=>(_0x321f72[_0x45a0ed['imex'][_0x483a08(0x1ef)]]=_0x45a0ed['imex'][_0x483a08(0x1ef)][_0x483a08(0x22d)]('.')[_0x483a08(0x1eb)]((_0x25edfe,_0x3770d2)=>_0x25edfe&&_0x483a08(0x1a9)!==_0x25edfe[_0x3770d2]?_0x25edfe[_0x3770d2]:void 0x0,_0x5eaacc),_0x321f72),{})}));if(!_0x386dc0)return{'header':_0x1e828f,'data':_0x5cd96a};store[_0x483a08(0x1ad)]({'type':EXPORT,'exportable':{'extension':_0x483a08(0x1c9),'name':_0xf35c8,'data':{'header':_0x1e828f,'data':_0x5cd96a}}});}static async[a0_0x57d110(0x1bb)](_0x214c48,_0xe024c3,_0x290945,_0x3dcbe3,_0x4643bf,_0x782cab){const _0x1d3608=a0_0x57d110;try{const _0x5288c7=await client['query']({'query':a0_0x3e4970`
11
+ `,'variables':{'name':_0x512659},'context':gqlContext()});return!_0x27a471[_0x53e298(0x13b)]&&_0x27a471[_0x53e298(0x12b)][_0x53e298(0x148)]&&_0x27a471[_0x53e298(0x12b)][_0x53e298(0x148)][_0x53e298(0x103)]?_0x27a471[_0x53e298(0x12b)][_0x53e298(0x148)][_0x53e298(0x103)]['sort']((_0x10c566,_0xbd23c2)=>_0x10c566[_0x53e298(0x15f)]-_0xbd23c2[_0x53e298(0x15f)]):[];}static async[a0_0x888bf0(0x155)](_0x1a3ba3){const _0x319bbd=a0_0x888bf0;let _0x25b335=(await ServiceUtil[_0x319bbd(0x129)](_0x1a3ba3))[_0x319bbd(0x16d)](_0x18b7a1=>({'value':_0x18b7a1[_0x319bbd(0x11b)],'display':_0x18b7a1[_0x319bbd(0xfd)]}));return _0x25b335[_0x319bbd(0x12f)]({'value':'','display':''}),_0x25b335;}static async[a0_0x888bf0(0x138)](_0x42ebc1,_0x494adf){const _0x516631=a0_0x888bf0;let _0x585bb2=await ServiceUtil[_0x516631(0x110)](null,_0x42ebc1,_0x494adf,!0x1);if(_0x585bb2&&_0x585bb2[_0x516631(0x12b)]&&_0x585bb2['data'][_0x516631(0x144)]&&_0x585bb2[_0x516631(0x12b)][_0x516631(0x144)][_0x516631(0x12b)]&&_0x585bb2[_0x516631(0x12b)][_0x516631(0x144)][_0x516631(0x12b)]['result']){let _0x4a25c7=_0x585bb2[_0x516631(0x12b)][_0x516631(0x144)][_0x516631(0x12b)][_0x516631(0x15e)];return _0x4a25c7['unshift']({'value':'','display':''}),_0x4a25c7[_0x516631(0x16d)](_0x435c58=>({'value':_0x435c58['name'],'display':_0x435c58[_0x516631(0xfd)]}));}return[];}static async[a0_0x888bf0(0x105)]({queryName:_0x4e4662,codeField:_0x41dab0=a0_0x888bf0(0x11b),dispField:_0x10aced,filters:_0x58cbf0=[],sorters:_0x2420cb=[]}){const _0x2eb01d=a0_0x888bf0;let _0x26c99f=_0x10aced['split'](','),_0x924f89='\x0a\x20\x20\x20\x20\x20\x20'+_0x41dab0+'\x0a\x20\x20\x20\x20\x20\x20'+(_0x10aced?_0x26c99f[_0x2eb01d(0x12a)]('\x0a'):'')+'\x0a\x20\x20\x20\x20',_0x2f7011=await ServiceUtil[_0x2eb01d(0x141)](_0x4e4662,_0x58cbf0,_0x2420cb,0x0,0x0,_0x924f89),_0x42a3b0=[{'value':'','display':''}];return _0x2f7011[_0x2eb01d(0x122)][_0x2eb01d(0x15c)](_0x237a9e=>{const _0x205dcd=_0x2eb01d;let _0x4462c0=_0x237a9e[_0x41dab0];if(_0x10aced){let _0xde4ec7=_0x10aced[_0x205dcd(0x17c)](',');_0x4462c0=_0x237a9e[_0xde4ec7[0x0]],_0xde4ec7[_0x205dcd(0x178)]>0x1&&(_0x4462c0+='('+_0xde4ec7[_0x205dcd(0xf7)](0x1)[_0x205dcd(0x16d)](_0x47ecf4=>_0x237a9e[_0x47ecf4])[_0x205dcd(0x12a)](',')+')');}_0x42a3b0[_0x205dcd(0x10e)]({'value':_0x237a9e[_0x41dab0],'display':_0x4462c0});}),_0x42a3b0;}static async[a0_0x888bf0(0x15b)](){const _0x2305a3=a0_0x888bf0;let _0xaa4445=await ServiceUtil['searchMyDynamicMenus']();return null!=_0xaa4445?ServiceUtil[_0x2305a3(0xfe)](_0xaa4445):null;}static async['searchMenuGridPersnalTemplate'](_0x7f8825){const _0x5901ee=a0_0x888bf0;let _0x3e0186=[{'name':_0x5901ee(0x12c),'operator':'eq','value':_0x7f8825}],_0x2ad674=await ServiceUtil['searchByPagination'](_0x5901ee(0x14b),_0x3e0186,[],0x0,0x0,'id,template');return 0x0==_0x2ad674[_0x5901ee(0x14f)]?{}:{'id':_0x2ad674[_0x5901ee(0x122)][0x0]['id'],'template':JSON['parse'](_0x2ad674[_0x5901ee(0x122)][0x0][_0x5901ee(0x11a)])};}static[a0_0x888bf0(0xfe)](_0x37fe4a){const _0x10fb6f=a0_0x888bf0;let _0x30a751=[];_0x37fe4a[_0x10fb6f(0x15c)](_0x4ef217=>{const _0x3322c8=_0x10fb6f;_0x30a751['push'](_0x4ef217),_0x4ef217[_0x3322c8(0x151)]&&(_0x4ef217[_0x3322c8(0x151)]['sort'](function(_0x4c737e,_0xdc86){const _0x4a1d5e=_0x3322c8;return _0x4c737e[_0x4a1d5e(0x15f)]-_0xdc86[_0x4a1d5e(0x15f)];}),_0x4ef217['children']['forEach'](_0x4e6faf=>{const _0x56a467=_0x3322c8;0x1!=_0x4e6faf[_0x56a467(0x136)]&&(_0x4e6faf[_0x56a467(0x10b)]=_0x4ef217,_0x30a751['push'](_0x4e6faf));}));});let _0x107382=_0x30a751['map'](_0x4a4b84=>{const _0x24962a=_0x10fb6f;if(_0x24962a(0x117)==_0x4a4b84[_0x24962a(0x167)]||_0x24962a(0x14d)==_0x4a4b84[_0x24962a(0x167)]){let _0x22f114={'id':_0x4a4b84['id'],'parent':!0x0,'name':TermsUtil[_0x24962a(0x166)](_0x4a4b84['name']),'icon':_0x4a4b84[_0x24962a(0x13d)],'type':_0x24962a(0x117)==_0x4a4b84['menuType']?_0x24962a(0x126):'','menus':[]};return _0x4a4b84[_0x24962a(0x114)]&&(_0x22f114[_0x24962a(0x145)]=_0x4a4b84[_0x24962a(0x114)]),_0x22f114;}return{'id':'0'};})[_0x10fb6f(0x152)](_0x141cf2=>'0'!=_0x141cf2['id']),_0x14104a=_0x30a751[_0x10fb6f(0x16d)](_0x30f8c8=>{const _0x27862e=_0x10fb6f;if('SCREEN'==_0x30f8c8[_0x27862e(0x167)]||_0x27862e(0x14c)==_0x30f8c8[_0x27862e(0x167)]){let _0x9a23a8=_0x107382[_0x27862e(0x171)](_0xdc874d=>_0xdc874d['id']==_0x30f8c8['parent']['id']);if(_0x9a23a8){let _0x19d88d=TermsUtil[_0x27862e(0x166)](_0x30f8c8[_0x27862e(0x11b)]);return _0x27862e(0x139)==_0x30f8c8[_0x27862e(0x167)]&&_0x9a23a8['menus'][_0x27862e(0x10e)]({'id':_0x30f8c8['id'],'name':_0x19d88d,'path':_0x30f8c8[_0x27862e(0x114)],'icon':_0x30f8c8[_0x27862e(0x13d)]}),{'id':_0x30f8c8['id'],'parent':!0x1,'parent_id':_0x9a23a8['id'],'title':_0x19d88d,'tagname':_0x30f8c8[_0x27862e(0x120)],'page':_0x30f8c8[_0x27862e(0x114)],'template':_0x30f8c8[_0x27862e(0x162)],'routing_type':_0x30f8c8[_0x27862e(0xfa)]};}return{'id':'0'};}return _0x27862e(0x157)==_0x30f8c8['menuType']?{'id':_0x30f8c8['id'],'parent':!0x0,'parent_id':null,'title':TermsUtil['tMenu'](_0x30f8c8['name']),'tagname':_0x30f8c8[_0x27862e(0x120)],'page':_0x30f8c8[_0x27862e(0x114)],'template':_0x30f8c8[_0x27862e(0x162)],'routing_type':_0x30f8c8['routingType']}:{'id':'0'};})['filter'](_0x137c4b=>null!=_0x137c4b&&'0'!=_0x137c4b['id']);_0x107382['filter'](_0x5f123c=>'group'==_0x5f123c[_0x10fb6f(0x156)]&&_0x5f123c[_0x10fb6f(0x161)]&&_0x5f123c['menus'][_0x10fb6f(0x178)]>0x0)[_0x10fb6f(0x15c)](_0x728d86=>{const _0x54956e=_0x10fb6f;let _0x17889e=_0x107382[_0x54956e(0x128)](_0x2e579b=>_0x2e579b['id']==_0x728d86['id'])+0x1;_0x107382[_0x54956e(0xf7)](_0x17889e,0x0,..._0x728d86[_0x54956e(0x161)]);});let _0x3c5c24=0x0;return _0x107382[_0x10fb6f(0x15c)](_0x8b064c=>{const _0x4f0009=_0x10fb6f;_0x4f0009(0x109)==_0x8b064c[_0x4f0009(0x145)]?(_0x3c5c24++,_0x8b064c[_0x4f0009(0x173)]=()=>asyncReplace(generateActivitySummary(_0x4f0009(0x125))),_0x8b064c[_0x4f0009(0x108)]=({path:_0x3cc393})=>/^activity\//[_0x4f0009(0x130)](_0x3cc393)):_0x4f0009(0x15a)==_0x8b064c[_0x4f0009(0x145)]?(_0x3c5c24++,_0x8b064c[_0x4f0009(0x173)]=()=>asyncReplace(generateActivitySummary(_0x4f0009(0x164))),_0x8b064c['active']=({path:_0x345c53})=>/^activity\//['test'](_0x345c53)):'draft-list'==_0x8b064c['path']&&(_0x3c5c24++,_0x8b064c['badge']=()=>asyncReplace(generateActivitySummary('numberOfDrafts')));}),_0x3c5c24>0x0&&startSubscribeActivitySummary(),{'menus':_0x107382,'routes':_0x14104a};}static async[a0_0x888bf0(0x172)](){const _0x554970=a0_0x888bf0;let _0x3359e7=await ServiceUtil['searchByPagination']('menus',[{'name':'hiddenFlag','operator':_0x554970(0xf8),'value':!0x0},{'name':_0x554970(0x167),'operator':'in','value':[_0x554970(0x157),'MENU',_0x554970(0x117)]}],[{'name':_0x554970(0x15f)}],0x0,0x0,_0x554970(0x160));return _0x3359e7?_0x3359e7[_0x554970(0x122)]:[];}static async[a0_0x888bf0(0x159)](_0x1de4cb){const _0x1f7a65=a0_0x888bf0;if(_0x1de4cb[_0x1f7a65(0x13b)]&&_0x1de4cb[_0x1f7a65(0x13b)][_0x1f7a65(0x178)]>0x0){let _0x503f81=_0x1de4cb['errors'][0x0],_0x42b4d5=_0x503f81[_0x1f7a65(0x170)],_0x28b46c=_0x503f81[_0x1f7a65(0x170)];_0x503f81[_0x1f7a65(0x132)]&&(_0x28b46c=_0x503f81['extensions'][_0x1f7a65(0x111)]),await UiUtil[_0x1f7a65(0xf4)](_0x28b46c,_0x42b4d5,_0x1f7a65(0x15d),'confirm');}}static async[a0_0x888bf0(0x119)](_0x4a561b){const _0x5cf24c=a0_0x888bf0;_0x4a561b&&(_0x4a561b['networkError']&&_0x4a561b[_0x5cf24c(0x133)][_0x5cf24c(0x15e)]?await ServiceUtil['showGraphqlErrorResponse'](_0x4a561b[_0x5cf24c(0x133)][_0x5cf24c(0x15e)]):await UiUtil[_0x5cf24c(0xf4)](_0x5cf24c(0x10d),_0x4a561b['message'],'error',_0x5cf24c(0x168)));}static async[a0_0x888bf0(0x113)](_0x513639,_0x1422bf,_0x56422e){const _0x10b9f5=a0_0x888bf0;var _0x518613=_0x56422e[_0x10b9f5(0xff)]['columns']['filter'](_0x5cd819=>_0x10b9f5(0x10f)!==_0x5cd819[_0x10b9f5(0x156)]&&void 0x0!==_0x5cd819['record']&&void 0x0!==_0x5cd819[_0x10b9f5(0x134)]&&!0x0!==_0x5cd819[_0x10b9f5(0x143)])[_0x10b9f5(0x16d)](_0x5c5b46=>_0x5c5b46[_0x10b9f5(0x134)]),_0x3aeff=_0x56422e['data'][_0x10b9f5(0x122)][_0x10b9f5(0x16d)](_0x123ab1=>({..._0x56422e[_0x10b9f5(0xff)]['columns'][_0x10b9f5(0x152)](_0x47cc05=>_0x10b9f5(0x10f)!==_0x47cc05['type']&&void 0x0!==_0x47cc05[_0x10b9f5(0x106)]&&void 0x0!==_0x47cc05[_0x10b9f5(0x134)]&&!0x0!==_0x47cc05[_0x10b9f5(0x143)])[_0x10b9f5(0x118)]((_0x3f8dff,_0x1e891b)=>(_0x3f8dff[_0x1e891b['imex']['key']]=_0x1e891b['imex'][_0x10b9f5(0x16f)]['split']('.')[_0x10b9f5(0x118)]((_0x2dddc2,_0x132126)=>_0x2dddc2&&'undefined'!==_0x2dddc2[_0x132126]?_0x2dddc2[_0x132126]:void 0x0,_0x123ab1),_0x3f8dff),{})}));if(!_0x513639)return{'header':_0x518613,'data':_0x3aeff};store[_0x10b9f5(0x127)]({'type':EXPORT,'exportable':{'extension':_0x10b9f5(0x116),'name':_0x1422bf,'data':{'header':_0x518613,'data':_0x3aeff}}});}static async[a0_0x888bf0(0x141)](_0x293e22,_0x1529f7,_0x1d69ab,_0x58699b,_0x1e3eef,_0x23b380){const _0xe757b6=a0_0x888bf0;try{const _0x287bba=await client[_0xe757b6(0x142)]({'query':a0_0x54b71b`
12
12
  query ($filters: [Filter!], $pagination: Pagination, $sortings: [Sorting!]) {
13
- ${_0x214c48}(filters: $filters, pagination: $pagination, sortings: $sortings) {
13
+ ${_0x293e22}(filters: $filters, pagination: $pagination, sortings: $sortings) {
14
14
  items {
15
- ${_0x782cab}
15
+ ${_0x23b380}
16
16
  }
17
17
  total
18
18
  }
19
19
  }
20
- `,'variables':{'filters':_0xe024c3,'sortings':_0x290945,'pagination':{'page':_0x3dcbe3,'limit':_0x4643bf}}});if(!_0x5288c7[_0x1d3608(0x1f6)])return{'records':_0x5288c7['data'][_0x214c48][_0x1d3608(0x1e2)],'total':_0x5288c7[_0x1d3608(0x21a)][_0x214c48][_0x1d3608(0x1b6)]};ServiceUtil[_0x1d3608(0x203)](_0x5288c7);}catch(_0x3c4c9a){ServiceUtil['showGraphqlException'](_0x3c4c9a);}return null;}static async[a0_0x57d110(0x1f4)](_0x8c5e7b,_0x5121f7,_0x118a09){const _0x47b547=a0_0x57d110;try{let _0x1c5a5b=await client[_0x47b547(0x1b2)]({'query':a0_0x3e4970`
20
+ `,'variables':{'filters':_0x1529f7,'sortings':_0x1d69ab,'pagination':{'page':_0x58699b,'limit':_0x1e3eef}}});if(!_0x287bba[_0xe757b6(0x13b)])return{'records':_0x287bba[_0xe757b6(0x12b)][_0x293e22][_0xe757b6(0x14a)],'total':_0x287bba[_0xe757b6(0x12b)][_0x293e22][_0xe757b6(0x14f)]};ServiceUtil[_0xe757b6(0x159)](_0x287bba);}catch(_0x17525f){ServiceUtil['showGraphqlException'](_0x17525f);}return null;}static async[a0_0x888bf0(0x12d)](_0x474771,_0x3bbd80,_0x4a7c37){const _0x48c7f7=a0_0x888bf0;try{let _0x18bd6d=await client[_0x48c7f7(0x142)]({'query':a0_0x54b71b`
21
21
  query ($id: String!) {
22
- ${_0x8c5e7b}(id: $id) {
23
- ${_0x118a09}
22
+ ${_0x474771}(id: $id) {
23
+ ${_0x4a7c37}
24
24
  }
25
25
  }
26
- `,'variables':{'id':_0x5121f7}});if(!_0x1c5a5b[_0x47b547(0x1f6)])return _0x1c5a5b[_0x47b547(0x21a)][_0x8c5e7b]||{};ServiceUtil[_0x47b547(0x203)](_0x1c5a5b);}catch(_0x36e3a6){ServiceUtil[_0x47b547(0x1c3)](_0x36e3a6);}return null;}static[a0_0x57d110(0x1dc)](_0x58b1da,_0x41229f){const _0x562062=a0_0x57d110,_0x1d2448=_0x58b1da[_0x562062(0x212)][_0x562062(0x211)](_0x538b38=>_0x538b38['id']);return ValueUtil[_0x562062(0x1db)](_0x1d2448)&&0x1==_0x41229f&&UiUtil[_0x562062(0x1d6)](_0x562062(0x1e1),_0x562062(0x1b9),_0x562062(0x1da),_0x562062(0x207)),_0x1d2448;}static async[a0_0x57d110(0x1a6)](_0xb2dcd9,_0x5d7b52){const _0x575b6c=a0_0x57d110;let _0xa0dc83=ServiceUtil['getSelectedIdList'](_0xb2dcd9,!0x0);ValueUtil[_0x575b6c(0x1f8)](_0xa0dc83)&&(await ServiceUtil[_0x575b6c(0x1c7)](_0xa0dc83,_0x5d7b52)&&_0xb2dcd9[_0x575b6c(0x202)]());}static async[a0_0x57d110(0x1c7)](_0xd2b21,_0x213bd7){const _0x104b12=a0_0x57d110;if(!(await UiUtil['showAlertPopup'](_0x104b12(0x216),_0x104b12(0x1ca),_0x104b12(0x204),_0x104b12(0x1fe),_0x104b12(0x1ec)))[_0x104b12(0x1fc)])return!0x1;try{const _0x13cde8=await client['query']({'query':a0_0x3e4970`
26
+ `,'variables':{'id':_0x3bbd80}});if(!_0x18bd6d['errors'])return _0x18bd6d['data'][_0x474771]||{};ServiceUtil[_0x48c7f7(0x159)](_0x18bd6d);}catch(_0x287657){ServiceUtil[_0x48c7f7(0x119)](_0x287657);}return null;}static[a0_0x888bf0(0x175)](_0x2ab73e,_0x373710){const _0x2f881b=a0_0x888bf0,_0x17df40=_0x2ab73e[_0x2f881b(0x13c)]['map'](_0x27e9df=>_0x27e9df['id']);return ValueUtil['isEmpty'](_0x17df40)&&0x1==_0x373710&&UiUtil['showAlertPopup'](_0x2f881b(0x16a),_0x2f881b(0x17a),_0x2f881b(0x179),_0x2f881b(0x168)),_0x17df40;}static async[a0_0x888bf0(0x11f)](_0x25f4ec,_0x28ea5c){const _0x42e6e8=a0_0x888bf0;let _0x20a3b8=ServiceUtil[_0x42e6e8(0x175)](_0x25f4ec,!0x0);ValueUtil[_0x42e6e8(0x124)](_0x20a3b8)&&(await ServiceUtil[_0x42e6e8(0x147)](_0x20a3b8,_0x28ea5c)&&_0x25f4ec['fetch']());}static async[a0_0x888bf0(0x147)](_0x213c6b,_0x53157f){const _0x169162=a0_0x888bf0;if(!(await UiUtil['showAlertPopup'](_0x169162(0xfc),_0x169162(0x13f),'question',_0x169162(0x121),_0x169162(0x158)))['value'])return!0x1;try{const _0x37c920=await client['query']({'query':a0_0x54b71b`
27
27
  mutation {
28
- ${_0x213bd7}(${gqlBuilder[_0x104b12(0x1c2)]({'ids':_0xd2b21})})
28
+ ${_0x53157f}(${gqlBuilder[_0x169162(0xfb)]({'ids':_0x213c6b})})
29
29
  }
30
- `});if(!_0x13cde8[_0x104b12(0x1f6)])return UiUtil[_0x104b12(0x1a4)]('info',TermsUtil[_0x104b12(0x1dd)]('success\x20to\x20delete')),!0x0;ServiceUtil[_0x104b12(0x203)](_0x13cde8);}catch(_0x3a1087){ServiceUtil[_0x104b12(0x1c3)](_0x3a1087);}return!0x1;}static async['updateMultipleData'](_0x50a0e6,_0x24a4f8){const _0x169671=a0_0x57d110;let _0x217d35=ServiceUtil[_0x169671(0x1ff)](_0x50a0e6);if(ValueUtil['isNotEmpty'](_0x217d35)){let _0x48093e=await ServiceUtil[_0x169671(0x1d2)](_0x24a4f8,_0x217d35);if(_0x48093e)return _0x50a0e6[_0x169671(0x202)](),_0x48093e;}return!0x1;}static async[a0_0x57d110(0x1d2)](_0x1d8242,_0x1a6d83){const _0x55b4de=a0_0x57d110;try{const _0x11ccdf=await client['query']({'query':a0_0x3e4970`
30
+ `});if(!_0x37c920[_0x169162(0x13b)])return UiUtil[_0x169162(0xf9)]('info',TermsUtil[_0x169162(0x12e)](_0x169162(0x16e))),!0x0;ServiceUtil[_0x169162(0x159)](_0x37c920);}catch(_0x54b6dc){ServiceUtil[_0x169162(0x119)](_0x54b6dc);}return!0x1;}static async[a0_0x888bf0(0x154)](_0x23c58d,_0x462260){const _0x10a376=a0_0x888bf0;let _0x4fc5b0=ServiceUtil[_0x10a376(0x17b)](_0x23c58d);if(ValueUtil['isNotEmpty'](_0x4fc5b0)){let _0x30c011=await ServiceUtil['updateMultiple'](_0x462260,_0x4fc5b0);if(_0x30c011)return _0x23c58d[_0x10a376(0x13e)](),_0x30c011;}return!0x1;}static async[a0_0x888bf0(0x153)](_0x12ffab,_0x777a3c){const _0x238d6f=a0_0x888bf0;try{const _0x11f52f=await client[_0x238d6f(0x142)]({'query':a0_0x54b71b`
31
31
  mutation {
32
- ${_0x1d8242}(${gqlBuilder['buildArgs']({'patches':_0x1a6d83})}) {
32
+ ${_0x12ffab}(${gqlBuilder[_0x238d6f(0xfb)]({'patches':_0x777a3c})}) {
33
33
  id
34
34
  }
35
35
  }
36
- `,'context':{'hasUpload':!0x0}});if(!_0x11ccdf[_0x55b4de(0x1f6)])return UiUtil[_0x55b4de(0x1a4)]('info',TermsUtil[_0x55b4de(0x1dd)](_0x55b4de(0x1cd))),!0x0;ServiceUtil[_0x55b4de(0x203)](_0x11ccdf);}catch(_0x94be52){ServiceUtil['showGraphqlException'](_0x94be52);}return!0x1;}static[a0_0x57d110(0x1ff)](_0x4b175c,_0x3e1052=!0x1){const _0x4a16ee=a0_0x57d110;let _0x3c996d=_0x4b175c[_0x4a16ee(0x1e7)],_0x5277ca={};((_0x4b175c[_0x4a16ee(0x224)]||{})['columns']||[])[_0x4a16ee(0x229)](_0x398927=>!0x0===(_0x398927['record']||{})['mandatory'])[_0x4a16ee(0x1b5)](_0x34da81=>{const _0x39fd57=_0x4a16ee;_0x5277ca[_0x34da81[_0x39fd57(0x20b)]]=_0x34da81[_0x39fd57(0x1d7)];});let _0x28fb1a=((_0x4b175c[_0x4a16ee(0x224)]||{})[_0x4a16ee(0x1a5)]||[])[_0x4a16ee(0x229)](_0x5983fc=>_0x4a16ee(0x22b)===_0x5983fc['type'])['map'](_0x1ee5ba=>_0x1ee5ba[_0x4a16ee(0x20b)]);if(!_0x3c996d||0x0==_0x3c996d[_0x4a16ee(0x21d)])return void UiUtil['showAlertPopup'](_0x4a16ee(0x1f5),_0x4a16ee(0x1ac),_0x4a16ee(0x1da),'confirm');let _0x13de9f=[];for(let _0x50cc9b in _0x3c996d){let _0x55e413=_0x3c996d[_0x50cc9b],_0x3b51d8=_0x55e413['id']?{'id':_0x55e413['id']}:{};for(let _0x4e41af in _0x5277ca)if(!_0x55e413[_0x4e41af])return void UiUtil[_0x4a16ee(0x1d6)]('text.check-mandatory',TermsUtil[_0x4a16ee(0x1dd)](_0x4a16ee(0x1e3),{'x':_0x5277ca[_0x4e41af]}),_0x4a16ee(0x1da),'confirm');for(let _0x5e1703 in _0x55e413)[_0x4a16ee(0x1e8),_0x4a16ee(0x1fb),_0x4a16ee(0x208),_0x4a16ee(0x1c1),_0x4a16ee(0x228),_0x4a16ee(0x1f1),_0x4a16ee(0x1d9),_0x4a16ee(0x19f),_0x4a16ee(0x219)][_0x4a16ee(0x1a7)](_0x5e1703)||(0x0==_0x28fb1a[_0x4a16ee(0x1a7)](_0x5e1703)&&_0x55e413[_0x5e1703]&&_0x4a16ee(0x20d)==typeof _0x55e413[_0x5e1703]&&0x0==_0x3e1052?_0x3b51d8[_0x5e1703]={'id':_0x55e413[_0x5e1703]['id']}:_0x3b51d8[_0x5e1703]=_0x55e413[_0x5e1703]);_0x3b51d8['cuFlag']=_0x55e413[_0x4a16ee(0x228)],_0x13de9f[_0x4a16ee(0x1a1)](_0x3b51d8);}return _0x13de9f;}static async[a0_0x57d110(0x1a2)](_0x4c556d,_0x42e10d,_0x5bbf65,_0x3656c1=!0x0){const _0x402469=a0_0x57d110;let _0x1bc36d=!0x0;_0x4c556d&&!0x0===_0x3656c1&&(_0x1bc36d=(await UiUtil['showAlertPopup'](_0x402469(0x221)+_0x4c556d,'text.are_you_sure',_0x402469(0x204),_0x402469(0x207),_0x402469(0x1ec)))[_0x402469(0x1fc)]);if(_0x1bc36d)try{const _0x2f27d0=await client[_0x402469(0x1b2)]({'query':a0_0x3e4970`
36
+ `,'context':{'hasUpload':!0x0}});if(!_0x11f52f[_0x238d6f(0x13b)])return UiUtil[_0x238d6f(0xf9)](_0x238d6f(0x179),TermsUtil[_0x238d6f(0x12e)](_0x238d6f(0x149))),!0x0;ServiceUtil[_0x238d6f(0x159)](_0x11f52f);}catch(_0x4ae166){ServiceUtil[_0x238d6f(0x119)](_0x4ae166);}return!0x1;}static[a0_0x888bf0(0x17b)](_0x4a4e09,_0x56a558=!0x1){const _0x35dc1f=a0_0x888bf0;let _0x8a0fb7=_0x4a4e09['dirtyRecords'],_0x54f0d0={};((_0x4a4e09[_0x35dc1f(0x135)]||{})[_0x35dc1f(0x176)]||[])[_0x35dc1f(0x152)](_0x35a11f=>!0x0===(_0x35a11f[_0x35dc1f(0x106)]||{})[_0x35dc1f(0x100)])[_0x35dc1f(0x15c)](_0x2aa4a2=>{const _0x57e280=_0x35dc1f;_0x54f0d0[_0x2aa4a2[_0x57e280(0x11b)]]=_0x2aa4a2[_0x57e280(0x13a)];});let _0x42342c=((_0x4a4e09['config']||{})[_0x35dc1f(0x176)]||[])[_0x35dc1f(0x152)](_0x9f68ca=>'code-input'===_0x9f68ca[_0x35dc1f(0x156)])[_0x35dc1f(0x16d)](_0x3863a9=>_0x3863a9[_0x35dc1f(0x11b)]);if(!_0x8a0fb7||0x0==_0x8a0fb7[_0x35dc1f(0x178)])return void UiUtil[_0x35dc1f(0xf4)](_0x35dc1f(0x169),_0x35dc1f(0x16c),_0x35dc1f(0x179),_0x35dc1f(0x168));let _0x16b346=[];for(let _0x8670d8 in _0x8a0fb7){let _0x249fa4=_0x8a0fb7[_0x8670d8],_0x2fe136=_0x249fa4['id']?{'id':_0x249fa4['id']}:{};for(let _0x2ccf49 in _0x54f0d0)if(void 0x0===_0x249fa4[_0x2ccf49]||''==_0x249fa4[_0x2ccf49])return console['log'](_0x249fa4),void UiUtil[_0x35dc1f(0xf4)](_0x35dc1f(0x177),TermsUtil['tText'](_0x35dc1f(0x137),{'x':_0x54f0d0[_0x2ccf49]}),_0x35dc1f(0x179),_0x35dc1f(0x168));for(let _0x231732 in _0x249fa4)[_0x35dc1f(0x17d),'updater',_0x35dc1f(0x165),_0x35dc1f(0x123),_0x35dc1f(0x11c),_0x35dc1f(0x102),_0x35dc1f(0x131),'__seq__',_0x35dc1f(0x11d)][_0x35dc1f(0x104)](_0x231732)||(0x0==_0x42342c[_0x35dc1f(0x104)](_0x231732)&&_0x249fa4[_0x231732]&&'object'==typeof _0x249fa4[_0x231732]&&0x0==_0x56a558?_0x2fe136[_0x231732]={'id':_0x249fa4[_0x231732]['id']}:_0x2fe136[_0x231732]=_0x249fa4[_0x231732]);_0x2fe136[_0x35dc1f(0x16b)]=_0x249fa4[_0x35dc1f(0x11c)],_0x16b346['push'](_0x2fe136);}return _0x16b346;}static async[a0_0x888bf0(0x110)](_0x1435e5,_0x5e7b49,_0x2ff1aa,_0x3f3a30=!0x0){const _0x2a40d4=a0_0x888bf0;let _0xf9a1fb=!0x0;_0x1435e5&&!0x0===_0x3f3a30&&(_0xf9a1fb=(await UiUtil['showAlertPopup']('button.'+_0x1435e5,'text.are_you_sure','question','confirm',_0x2a40d4(0x158)))[_0x2a40d4(0x150)]);if(_0xf9a1fb)try{const _0x2641af=await client[_0x2a40d4(0x142)]({'query':a0_0x54b71b`
37
37
  mutation ($scenarioName: String!, $variables: Object) {
38
38
  runScenario(scenarioName: $scenarioName, variables: $variables) {
39
39
  state
@@ -42,4 +42,4 @@ const a0_0x57d110=a0_0x60a6;(function(_0x4d3a4c,_0x20c9b9){const _0x10b34a=a0_0x
42
42
  __typename
43
43
  }
44
44
  }
45
- `,'variables':{'scenarioName':_0x42e10d,'variables':_0x5bbf65}});if(_0x2f27d0[_0x402469(0x1f6)])ServiceUtil[_0x402469(0x203)](_0x2f27d0);else{if(this[_0x402469(0x223)](_0x2f27d0))return!0x0===_0x3656c1&&UiUtil[_0x402469(0x1a4)]('info',TermsUtil[_0x402469(0x1dd)](_0x402469(0x1c8))),_0x2f27d0;}}catch(_0x5169ec){ServiceUtil[_0x402469(0x1c3)](_0x5169ec);}return!0x1;}static[a0_0x57d110(0x223)](_0x14368e){const _0x28780a=a0_0x57d110;if(_0x14368e&&_0x14368e[_0x28780a(0x21a)]&&_0x14368e[_0x28780a(0x21a)]['runScenario']&&_0x14368e['data'][_0x28780a(0x1af)][_0x28780a(0x21a)]&&_0x14368e[_0x28780a(0x21a)][_0x28780a(0x1af)][_0x28780a(0x21a)][_0x28780a(0x1a3)]){let _0x4a0180=_0x14368e[_0x28780a(0x21a)][_0x28780a(0x1af)]['data']['error'];return UiUtil[_0x28780a(0x1d6)](_0x4a0180[_0x28780a(0x215)],_0x4a0180['message'],_0x28780a(0x1a3),_0x28780a(0x207)),!0x1;}return!0x0;}}
45
+ `,'variables':{'scenarioName':_0x5e7b49,'variables':_0x2ff1aa}});if(_0x2641af[_0x2a40d4(0x13b)])ServiceUtil['showGraphqlErrorResponse'](_0x2641af);else{if(this['checkClientError'](_0x2641af))return!0x0===_0x3f3a30&&UiUtil[_0x2a40d4(0xf9)](_0x2a40d4(0x179),TermsUtil[_0x2a40d4(0x12e)](_0x2a40d4(0x140))),_0x2641af;}}catch(_0x459328){ServiceUtil['showGraphqlException'](_0x459328);}return!0x1;}static[a0_0x888bf0(0x14e)](_0x18330b){const _0x190f54=a0_0x888bf0;if(_0x18330b&&_0x18330b[_0x190f54(0x12b)]&&_0x18330b[_0x190f54(0x12b)]['runScenario']&&_0x18330b[_0x190f54(0x12b)][_0x190f54(0x144)][_0x190f54(0x12b)]&&_0x18330b[_0x190f54(0x12b)][_0x190f54(0x144)][_0x190f54(0x12b)][_0x190f54(0x15d)]){let _0x62cd45=_0x18330b['data'][_0x190f54(0x144)]['data']['error'];return UiUtil[_0x190f54(0xf4)](_0x62cd45['title'],_0x62cd45['message'],_0x190f54(0x15d),_0x190f54(0x168)),!0x1;}return!0x0;}}
@@ -1,4 +1,4 @@
1
- const a0_0x471079=a0_0x2352;(function(_0x1f2e93,_0x2a0751){const _0x38c854=a0_0x2352,_0x3012db=_0x1f2e93();while(!![]){try{const _0x4498b1=-parseInt(_0x38c854(0x13b))/0x1*(parseInt(_0x38c854(0x13d))/0x2)+-parseInt(_0x38c854(0x144))/0x3*(-parseInt(_0x38c854(0x15e))/0x4)+-parseInt(_0x38c854(0x14f))/0x5+-parseInt(_0x38c854(0x151))/0x6+-parseInt(_0x38c854(0x140))/0x7*(-parseInt(_0x38c854(0x152))/0x8)+parseInt(_0x38c854(0x14a))/0x9+parseInt(_0x38c854(0x14d))/0xa;if(_0x4498b1===_0x2a0751)break;else _0x3012db['push'](_0x3012db['shift']());}catch(_0x3b4572){_0x3012db['push'](_0x3012db['shift']());}}}(a0_0x5e97,0x1b803));import a0_0x1df0b9 from'graphql-tag';import{client}from'@operato/graphql';function a0_0x5e97(){const _0x3bb170=['3heinSQ','translate','replace','tLabel','fetchTerminologies','button','1460088DpAFLj','text','field','455230vIheGD','keys','891060lmZXPA','terminologies','425238ZJTMuW','216jOfhFf','total','META_TERMS','tMenu','category','display','label','menu','items','locale','tButton','query','377812WuApEG','records','error','tField','25293VWKFjl','forEach','4QQsjfV','title','name','28546vKitUY','errors','data','tError'];a0_0x5e97=function(){return _0x3bb170;};return a0_0x5e97();}import{i18next}from'@operato/i18n';function a0_0x2352(_0x1f3028,_0x884109){const _0x5e97c1=a0_0x5e97();return a0_0x2352=function(_0x23523a,_0x42d37c){_0x23523a=_0x23523a-0x138;let _0x5a97c1=_0x5e97c1[_0x23523a];return _0x5a97c1;},a0_0x2352(_0x1f3028,_0x884109);}export class TermsUtil{[a0_0x471079(0x154)]=null;static async['downloadTerminologies'](_0x4a8b9d){const _0x27a3a7=a0_0x471079;let _0x338eec=(await TermsUtil[_0x27a3a7(0x148)](_0x4a8b9d))[_0x27a3a7(0x138)];_0x338eec&&_0x338eec['length']>0x0&&(this[_0x27a3a7(0x154)]={},_0x338eec['forEach'](_0x29477c=>{const _0xba715b=_0x27a3a7;let _0x19206d=_0x29477c[_0xba715b(0x156)]+'.'+_0x29477c[_0xba715b(0x13f)];this['META_TERMS'][_0x19206d]=_0x29477c[_0xba715b(0x157)];}));}static async['fetchTerminologies'](_0x24c76d){const _0x39bf63=a0_0x471079;let _0x160de0=[{'name':_0x39bf63(0x15b),'operator':'eq','value':_0x24c76d}];const _0x3119c4=await client[_0x39bf63(0x15d)]({'query':a0_0x1df0b9`
1
+ const a0_0x1c6068=a0_0x10bc;(function(_0x20af5f,_0x3780ca){const _0x2db3a8=a0_0x10bc,_0xb7b6ec=_0x20af5f();while(!![]){try{const _0x4476a9=-parseInt(_0x2db3a8(0x7d))/0x1+parseInt(_0x2db3a8(0x81))/0x2+parseInt(_0x2db3a8(0x7c))/0x3+-parseInt(_0x2db3a8(0x6d))/0x4+parseInt(_0x2db3a8(0x73))/0x5+parseInt(_0x2db3a8(0x72))/0x6*(parseInt(_0x2db3a8(0x8b))/0x7)+-parseInt(_0x2db3a8(0x7f))/0x8*(parseInt(_0x2db3a8(0x6c))/0x9);if(_0x4476a9===_0x3780ca)break;else _0xb7b6ec['push'](_0xb7b6ec['shift']());}catch(_0x2841b7){_0xb7b6ec['push'](_0xb7b6ec['shift']());}}}(a0_0x2d19,0x413d7));import a0_0x1e2f22 from'graphql-tag';import{client}from'@operato/graphql';function a0_0x10bc(_0x48ac55,_0x3315e9){const _0x2d1973=a0_0x2d19();return a0_0x10bc=function(_0x10bc28,_0x477457){_0x10bc28=_0x10bc28-0x69;let _0x552c69=_0x2d1973[_0x10bc28];return _0x552c69;},a0_0x10bc(_0x48ac55,_0x3315e9);}import{i18next}from'@operato/i18n';export class TermsUtil{[a0_0x1c6068(0x6f)]=null;static async[a0_0x1c6068(0x8d)](_0xab431f){const _0x23915b=a0_0x1c6068;let _0xa9b84=(await TermsUtil[_0x23915b(0x7b)](_0xab431f))['records'];_0xa9b84&&_0xa9b84[_0x23915b(0x76)]>0x0&&(this['META_TERMS']={},_0xa9b84[_0x23915b(0x7a)](_0x1d87fe=>{const _0x5bc813=_0x23915b;let _0x40a2d3=_0x1d87fe['category']+'.'+_0x1d87fe[_0x5bc813(0x83)];this[_0x5bc813(0x6f)][_0x40a2d3]=_0x1d87fe[_0x5bc813(0x80)];}));}static async[a0_0x1c6068(0x7b)](_0x51d0ac){const _0x43437c=a0_0x1c6068;let _0x1ed515=[{'name':_0x43437c(0x82),'operator':'eq','value':_0x51d0ac}];const _0x5aaf5a=await client['query']({'query':a0_0x1e2f22`
2
2
  query ($filters: [Filter!], $pagination: Pagination, $sortings: [Sorting!]) {
3
3
  terminologies(filters: $filters, pagination: $pagination, sortings: $sortings) {
4
4
  items {
@@ -11,4 +11,4 @@ const a0_0x471079=a0_0x2352;(function(_0x1f2e93,_0x2a0751){const _0x38c854=a0_0x
11
11
  total
12
12
  }
13
13
  }
14
- `,'variables':{'filters':_0x160de0,'sortings':[{'name':_0x39bf63(0x156)},{'name':_0x39bf63(0x13f)}],'pagination':{'page':0x0,'limit':0x0}}});if(!_0x3119c4[_0x39bf63(0x141)])return{'records':_0x3119c4[_0x39bf63(0x142)][_0x39bf63(0x150)][_0x39bf63(0x15a)]||[],'total':_0x3119c4[_0x39bf63(0x142)]['terminologies'][_0x39bf63(0x153)]||0x0};}static[a0_0x471079(0x147)](_0x271336,_0x2b7987){const _0x230be7=a0_0x471079;let _0x438ac1=TermsUtil['translate'](_0x230be7(0x158),_0x271336,_0x2b7987,null);return _0x438ac1||TermsUtil[_0x230be7(0x145)]('field',_0x271336,_0x2b7987,_0x271336);}static[a0_0x471079(0x13a)](_0x5a2137,_0x29524f){const _0x51f14f=a0_0x471079;let _0x5529c2=TermsUtil['translate'](_0x51f14f(0x14c),_0x5a2137,_0x29524f,null);return _0x5529c2||TermsUtil[_0x51f14f(0x145)](_0x51f14f(0x14c),_0x5a2137,_0x29524f,_0x5a2137);}static[a0_0x471079(0x15c)](_0xfc131a){const _0x28af31=a0_0x471079;return TermsUtil['translate'](_0x28af31(0x149),_0xfc131a,null,_0xfc131a);}static['tTitle'](_0x2a7197,_0x3d702b){const _0x514ee5=a0_0x471079;let _0x15ecf2=TermsUtil[_0x514ee5(0x145)](_0x514ee5(0x13e),_0x2a7197,_0x3d702b,null);return _0x15ecf2||TermsUtil[_0x514ee5(0x145)](_0x514ee5(0x159),_0x2a7197,_0x3d702b,_0x2a7197);}static[a0_0x471079(0x155)](_0x5e62f6){const _0x2ecfea=a0_0x471079;let _0x4b0ae5=TermsUtil[_0x2ecfea(0x145)](_0x2ecfea(0x159),_0x5e62f6,null,_0x5e62f6);return _0x4b0ae5||TermsUtil[_0x2ecfea(0x145)](_0x2ecfea(0x13e),_0x5e62f6,null,_0x5e62f6);}static['tText'](_0x3fa347,_0x1b52e6){const _0x53d265=a0_0x471079;return TermsUtil['translate'](_0x53d265(0x14b),_0x3fa347,_0x1b52e6,_0x3fa347);}static[a0_0x471079(0x143)](_0x3a9a8a,_0x3fe770){const _0x3c28f6=a0_0x471079;return TermsUtil[_0x3c28f6(0x145)](_0x3c28f6(0x139),_0x3a9a8a,_0x3fe770,_0x3a9a8a);}static['translate'](_0x56e82d,_0x2573b9,_0x55d494,_0x35bcd3){let _0x5171e2=_0x56e82d+'.'+_0x2573b9;return TermsUtil['t'](_0x5171e2,_0x55d494,_0x35bcd3);}static['t'](_0x5376a7,_0x3591ef,_0xba7377){const _0x2769b6=a0_0x471079;let _0x2c9085=this[_0x2769b6(0x154)]?this[_0x2769b6(0x154)][_0x5376a7]:null;return _0x2c9085=_0x2c9085||i18next['t'](_0x5376a7),_0x2c9085&&_0x5376a7!=_0x2c9085?(_0x3591ef&&Object[_0x2769b6(0x14e)](_0x3591ef)[_0x2769b6(0x13c)](function(_0x12c8e7){const _0x26f156=_0x2769b6;var _0x1766fe='\x5c{'+_0x12c8e7[_0x26f156(0x146)](/\$/,'\x5c$')+'\x5c}',_0x10dcee=new RegExp(_0x1766fe,'gi');_0x2c9085=_0x2c9085[_0x26f156(0x146)](_0x10dcee,_0x3591ef[_0x12c8e7]);}),_0x2c9085):_0xba7377;}}
14
+ `,'variables':{'filters':_0x1ed515,'sortings':[{'name':_0x43437c(0x7e)},{'name':_0x43437c(0x83)}],'pagination':{'page':0x0,'limit':0x0}}});if(!_0x5aaf5a[_0x43437c(0x77)])return{'records':_0x5aaf5a[_0x43437c(0x70)][_0x43437c(0x71)][_0x43437c(0x78)]||[],'total':_0x5aaf5a['data']['terminologies']['total']||0x0};}static[a0_0x1c6068(0x8c)](_0x383e48,_0x13100b){const _0x2721d4=a0_0x1c6068;let _0x3a2b1c=TermsUtil[_0x2721d4(0x87)](_0x2721d4(0x88),_0x383e48,_0x13100b,null);return _0x3a2b1c||TermsUtil[_0x2721d4(0x87)](_0x2721d4(0x74),_0x383e48,_0x13100b,_0x383e48);}static[a0_0x1c6068(0x6b)](_0x4e6131,_0x1e5169){const _0x5e96c0=a0_0x1c6068;let _0x5c3d7a=TermsUtil['translate'](_0x5e96c0(0x74),_0x4e6131,_0x1e5169,null);return _0x5c3d7a||TermsUtil[_0x5e96c0(0x87)](_0x5e96c0(0x74),_0x4e6131,_0x1e5169,_0x4e6131);}static[a0_0x1c6068(0x85)](_0x3205eb){const _0x349525=a0_0x1c6068;return TermsUtil['translate'](_0x349525(0x6e),_0x3205eb,null,_0x3205eb);}static[a0_0x1c6068(0x84)](_0x262c96,_0x304a9b){const _0x2df0e3=a0_0x1c6068;let _0x3f2a44=TermsUtil['translate'](_0x2df0e3(0x75),_0x262c96,_0x304a9b,null);return _0x3f2a44||TermsUtil[_0x2df0e3(0x87)](_0x2df0e3(0x69),_0x262c96,_0x304a9b,_0x262c96);}static['tMenu'](_0x55cf3c){const _0x10960d=a0_0x1c6068;let _0x3b1f28=TermsUtil[_0x10960d(0x87)]('menu',_0x55cf3c,null,_0x55cf3c);return _0x3b1f28||TermsUtil[_0x10960d(0x87)](_0x10960d(0x75),_0x55cf3c,null,_0x55cf3c);}static[a0_0x1c6068(0x79)](_0x342bc9,_0x4670d9){const _0x3d7e68=a0_0x1c6068;return TermsUtil[_0x3d7e68(0x87)](_0x3d7e68(0x8a),_0x342bc9,_0x4670d9,_0x342bc9);}static['tError'](_0xa3ba12,_0x431103){const _0x221a5a=a0_0x1c6068;return TermsUtil[_0x221a5a(0x87)](_0x221a5a(0x6a),_0xa3ba12,_0x431103,_0xa3ba12);}static[a0_0x1c6068(0x87)](_0x150a3f,_0x563d13,_0x2ffedf,_0x311d98){let _0x2fce53=_0x150a3f+'.'+_0x563d13;return TermsUtil['t'](_0x2fce53,_0x2ffedf,_0x311d98);}static['t'](_0x3e97c3,_0xf7c241,_0x24d648){const _0x88442a=a0_0x1c6068;let _0xf2e994=this[_0x88442a(0x6f)]?this['META_TERMS'][_0x3e97c3]:null;return _0xf2e994=_0xf2e994||i18next['t'](_0x3e97c3),_0xf2e994&&_0x3e97c3!=_0xf2e994?(_0xf7c241&&Object[_0x88442a(0x86)](_0xf7c241)[_0x88442a(0x7a)](function(_0x1b8b36){const _0x494dce=_0x88442a;var _0x3b607d='\x5c{'+_0x1b8b36[_0x494dce(0x89)](/\$/,'\x5c$')+'\x5c}',_0x12c27a=new RegExp(_0x3b607d,'gi');_0xf2e994=_0xf2e994[_0x494dce(0x89)](_0x12c27a,_0xf7c241[_0x1b8b36]);}),_0xf2e994):_0x24d648;}}function a0_0x2d19(){const _0x62b797=['forEach','fetchTerminologies','1081158poBLnV','60423AsZjxb','category','144gmaEDr','display','925562EDEAnh','locale','name','tTitle','tButton','keys','translate','label','replace','text','140qNuoPh','tLabel','downloadTerminologies','menu','error','tField','289791SGiUEp','1297188toFkpo','button','META_TERMS','data','terminologies','5682FInFDE','1947090kYmuyW','field','title','length','errors','items','tText'];a0_0x2d19=function(){return _0x62b797;};return a0_0x2d19();}
@@ -1 +1 @@
1
- const a0_0x5b5f8d=a0_0x46e0;(function(_0x582931,_0x217eb5){const _0x51671a=a0_0x46e0,_0x23117a=_0x582931();while(!![]){try{const _0x301919=parseInt(_0x51671a(0x205))/0x1+parseInt(_0x51671a(0x206))/0x2+-parseInt(_0x51671a(0x212))/0x3*(parseInt(_0x51671a(0x1f0))/0x4)+parseInt(_0x51671a(0x234))/0x5+parseInt(_0x51671a(0x218))/0x6+parseInt(_0x51671a(0x228))/0x7+-parseInt(_0x51671a(0x233))/0x8;if(_0x301919===_0x217eb5)break;else _0x23117a['push'](_0x23117a['shift']());}catch(_0x31d84c){_0x23117a['push'](_0x23117a['shift']());}}}(a0_0x102d,0xa4b1c));import{store,CustomAlert,navigate}from'@things-factory/shell';function a0_0x46e0(_0x48e31c,_0x6cca18){const _0x102da1=a0_0x102d();return a0_0x46e0=function(_0x46e0fc,_0x5dc1f3){_0x46e0fc=_0x46e0fc-0x1ef;let _0x17b311=_0x102da1[_0x46e0fc];return _0x17b311;},a0_0x46e0(_0x48e31c,_0x6cca18);}import{openPopup}from'@things-factory/layout-base';import{isMobileDevice}from'@things-factory/utils';import{getEditor}from'@operato/data-grist';import{TermsUtil}from'./terms-util';function a0_0x102d(){const _0x5385a0=['code-editor','openPopupByElement','editor','getApplicationModuleInfo','replace','\x27\x20\x20parent_id=\x27','setValueToEditor','substring','onclosed','route','ox-input-code','796795bgqpJM','1178180lnjaZi','getStore','getType','childNodes','modules','cookie','createEditorHtml','dispatchEvent','template','ox-input-barcode','openDynamicPopup','removeChild','42aMFFRr','querySelector','isMobileEnv','\x27></','getFilterFormData','notify','7856136VjtVPI','showAlertPopup','ox-select','name','select-combo','showToast','currentLocale','confirmButton','type','parent_field','value','\x20route_name=\x27','getState','tagname','filters','split','537194MFHYSD','i18next','input','innerHTML','firstElementChild','createCustomElement','popup_field','barcode','getParams','fireCustomEvent','pass=','13036328dkUkJX','1475660nDyntu','content','setSearchFormEditorValue','\x27\x20is_popup=true></','ko-KR','217996gBAVAf','indexOf','tButton','textarea','isNotEmpty','pageNavigate','currentRouting','htmlToElement','renderRoot','getLeafInput'];a0_0x102d=function(){return _0x5385a0;};return a0_0x102d();}import{ValueUtil}from'./value-util';import{MetaUiUtil}from'./meta-ui-util';export class UiUtil{static[a0_0x5b5f8d(0x214)](){return isMobileDevice();}static[a0_0x5b5f8d(0x21e)](){const _0x4193cd=a0_0x5b5f8d;let _0x4d4d95=document[_0x4193cd(0x20b)];return _0x4d4d95=_0x4d4d95[_0x4193cd(0x201)](_0x4d4d95[_0x4193cd(0x1f1)](_0x4193cd(0x229))),_0x4d4d95['indexOf'](';')>-0x1&&(_0x4d4d95=_0x4d4d95['substring'](0x0,_0x4d4d95[_0x4193cd(0x1f1)](';'))),_0x4d4d95=_0x4d4d95[_0x4193cd(0x1fe)]('i18next=',''),'ko'==_0x4d4d95?_0x4193cd(0x1ef):_0x4d4d95;}static[a0_0x5b5f8d(0x1fd)](){const _0x3efcb9=a0_0x5b5f8d;let _0x2494df=store[_0x3efcb9(0x224)]()['app'][_0x3efcb9(0x20a)];return _0x2494df[_0x2494df['length']-0x1];}static[a0_0x5b5f8d(0x1f6)](){const _0x5ae8df=a0_0x5b5f8d;return store[_0x5ae8df(0x224)]()[_0x5ae8df(0x203)]['page'];}static[a0_0x5b5f8d(0x1fb)](_0x2e19d8,_0x4f18bb,_0x16285b,_0x5d33e6){return openPopup(_0x16285b,{'backdrop':!0x0,'size':_0x4f18bb,'title':_0x2e19d8,'backdrop':_0x5d33e6});}static async[a0_0x5b5f8d(0x210)](_0x480b10,_0x48e420,_0x92faff,_0x1fd943){const _0x4afb25=a0_0x5b5f8d;let _0x4545b8=ValueUtil[_0x4afb25(0x1f4)](_0x48e420[_0x4afb25(0x221)])?ValueUtil[_0x4afb25(0x230)](_0x92faff,..._0x48e420[_0x4afb25(0x221)][_0x4afb25(0x227)]('.')):void 0x0,_0x8bfbb='<'+_0x48e420['tagname']+_0x4afb25(0x223)+_0x48e420['menu']+_0x4afb25(0x1ff)+_0x4545b8+_0x4afb25(0x237)+_0x48e420[_0x4afb25(0x225)]+'>',_0x4d9454=UiUtil['htmlToElement'](_0x8bfbb);_0x4d9454['config']=_0x48e420,ValueUtil[_0x4afb25(0x1f4)](_0x48e420[_0x4afb25(0x22e)])&&(_0x4d9454[_0x48e420[_0x4afb25(0x22e)]]=_0x92faff);let _0x3a9fb7=UiUtil['openPopupByElement'](_0x480b10,_0x48e420['size'],_0x4d9454,!0x0);_0x1fd943&&(_0x3a9fb7[_0x4afb25(0x202)]=_0x1fd943);}static[a0_0x5b5f8d(0x22d)](_0x39e7b1,_0x1f0cc8){const _0xdb52ce=a0_0x5b5f8d;let _0x251ed3='<'+_0x39e7b1+_0xdb52ce(0x223)+_0x1f0cc8+_0xdb52ce(0x215)+_0x39e7b1+'>';return UiUtil[_0xdb52ce(0x1f7)](_0x251ed3);}static['htmlToElement'](_0x449e56){const _0x8c1e8=a0_0x5b5f8d;var _0x3506bf=document['createElement'](_0x8c1e8(0x20e));_0x3506bf[_0x8c1e8(0x22b)]=_0x449e56;var _0x1cec4c=_0x3506bf['content'][_0x8c1e8(0x209)][0x0];return _0x3506bf[_0x8c1e8(0x235)][_0x8c1e8(0x211)](_0x1cec4c),_0x1cec4c;}static[a0_0x5b5f8d(0x1f5)](_0x3d7906,_0x494241){const _0xd75c9e=a0_0x5b5f8d;let _0x1f0d5e=_0x494241?'?':'';_0x494241&&(_0x1f0d5e+=_0xd75c9e(0x232)+JSON['stringify'](_0x494241)),navigate(''+_0x3d7906+_0x1f0d5e);}static[a0_0x5b5f8d(0x207)](_0x15f157,_0x274b1b,_0x2b6d58){const _0x4ef027=a0_0x5b5f8d;let _0x41f950=_0x41f950[_0x4ef027(0x224)]();return _0x15f157&&_0x274b1b&&_0x2b6d58?_0x41f950[_0x15f157][_0x274b1b][_0x2b6d58]:_0x15f157&&_0x274b1b?_0x41f950[_0x15f157][_0x274b1b]:_0x15f157?_0x41f950[_0x15f157]:_0x41f950;}static[a0_0x5b5f8d(0x231)](_0x374b2c,_0x3f1634){const _0x318e62=a0_0x5b5f8d;document[_0x318e62(0x20d)](new CustomEvent(_0x374b2c,{'detail':_0x3f1634}));}static[a0_0x5b5f8d(0x21d)](_0xc12a66,_0x5a578f){const _0x494c34=a0_0x5b5f8d;document[_0x494c34(0x20d)](new CustomEvent(_0x494c34(0x217),{'detail':{'type':_0xc12a66,'message':_0x5a578f}}));}static async[a0_0x5b5f8d(0x219)](_0x19c14,_0x1405fa,_0x528ee9,_0x20c9d3,_0x553002){const _0x230b96=a0_0x5b5f8d;let _0x1bfdab={'title':TermsUtil['t'](_0x19c14)||_0x19c14,'text':TermsUtil['t'](_0x1405fa)||_0x1405fa};return _0x528ee9&&(_0x1bfdab[_0x230b96(0x220)]=_0x528ee9),_0x20c9d3&&(_0x1bfdab[_0x230b96(0x21f)]=TermsUtil['tButton'](_0x20c9d3)),_0x553002&&(_0x1bfdab['cancelButton']=TermsUtil[_0x230b96(0x1f2)](_0x553002)),await CustomAlert(_0x1bfdab);}static[a0_0x5b5f8d(0x216)](_0x530414){const _0x17969f=a0_0x5b5f8d;if(ValueUtil[_0x17969f(0x1f4)](_0x530414)){let _0x585975=_0x530414[_0x17969f(0x226)]();ValueUtil[_0x17969f(0x1f4)](_0x585975)&&_0x585975['forEach'](_0x48bb09=>{const _0x533823=_0x17969f;ValueUtil['isNotEmpty'](_0x48bb09[_0x533823(0x222)])&&(item[_0x48bb09[_0x533823(0x21b)]]=_0x48bb09[_0x533823(0x222)]?_0x48bb09[_0x533823(0x222)]:null);});}return{};}static[a0_0x5b5f8d(0x236)](_0x2648d0,_0x88c1f2,_0x11f8d3){const _0x56b415=a0_0x5b5f8d;if(ValueUtil[_0x56b415(0x1f4)](_0x2648d0)){let _0x40ac74=_0x2648d0['renderRoot']?.[_0x56b415(0x213)]('[name=\x27'+_0x88c1f2+'\x27]');ValueUtil[_0x56b415(0x1f4)](_0x40ac74)&&(_0x40ac74[_0x56b415(0x222)]=_0x11f8d3);}}static[a0_0x5b5f8d(0x20c)](_0xdf2bf5,_0x4ff2ff,_0x1ab7d4,_0x15e8dd){return getEditor(_0xdf2bf5)('',_0x4ff2ff,_0x1ab7d4,_0x15e8dd,{});}static[a0_0x5b5f8d(0x200)](_0x38087b,_0x3f7992){const _0xd19770=a0_0x5b5f8d;UiUtil[_0xd19770(0x1f9)](_0x38087b)[_0xd19770(0x222)]=_0x3f7992;}static['getLeafInput'](_0x5946ed){const _0x548b2b=a0_0x5b5f8d;let _0x3918a1=_0x5946ed[_0x548b2b(0x208)]();return _0x548b2b(0x1fa)==_0x3918a1?_0x5946ed['renderRoot'][_0x548b2b(0x213)](_0x548b2b(0x204)):_0x548b2b(0x1f3)==_0x3918a1?_0x5946ed[_0x548b2b(0x1f8)][_0x548b2b(0x213)](_0x548b2b(0x1f3)):_0x548b2b(0x21c)==_0x3918a1?_0x5946ed[_0x548b2b(0x1f8)][_0x548b2b(0x213)](_0x548b2b(0x21a))[_0x548b2b(0x22c)]:_0x548b2b(0x22f)==_0x3918a1?_0x5946ed[_0x548b2b(0x1f8)][_0x548b2b(0x213)](_0x548b2b(0x20f))[_0x548b2b(0x1f8)][_0x548b2b(0x213)](_0x548b2b(0x22a)):_0x5946ed[_0x548b2b(0x1f8)][_0x548b2b(0x22c)][_0x548b2b(0x1fc)];}}
1
+ const a0_0x258fa1=a0_0xd594;(function(_0x46949c,_0x4fc47e){const _0x103018=a0_0xd594,_0x23dcb6=_0x46949c();while(!![]){try{const _0x53ce87=-parseInt(_0x103018(0x120))/0x1+-parseInt(_0x103018(0x12f))/0x2+-parseInt(_0x103018(0x13e))/0x3+parseInt(_0x103018(0x142))/0x4*(parseInt(_0x103018(0x126))/0x5)+parseInt(_0x103018(0x151))/0x6*(-parseInt(_0x103018(0x150))/0x7)+parseInt(_0x103018(0x11b))/0x8+parseInt(_0x103018(0x135))/0x9;if(_0x53ce87===_0x4fc47e)break;else _0x23dcb6['push'](_0x23dcb6['shift']());}catch(_0x571f83){_0x23dcb6['push'](_0x23dcb6['shift']());}}}(a0_0x3cc3,0xc0dae));import{store,CustomAlert,navigate}from'@things-factory/shell';function a0_0x3cc3(){const _0x54004d=['notify','12198360foDxPf','currentRouting','name','querySelector','showAlertPopup','1318815hxZjFz','\x27></','ox-input-code','getStore','type','indexOf','4174485zlvXIs','code-editor','value','popup_field','pageNavigate','length','split','select-combo','confirmButton','1796256RouITM','isNotEmpty','replace','filters','[name=\x27','content','13604688ZgOlYL','substring','config','ko-KR','setValueToEditor','size','getState','editor','modules','1555335srNmaf','\x27\x20is_popup=true></','i18next','dispatchEvent','4BKdFDc','removeChild','htmlToElement','renderRoot','getParams','innerHTML','ox-input-barcode','textarea','tButton','tagname','getLeafInput','createCustomElement','ox-select','getApplicationModuleInfo','1211007UiLmeo','12MfOGqp','createElement','createEditorHtml','input','showToast','forEach','i18next=','stringify','firstElementChild','openPopupByElement','cookie','menu','parent_field','getType','app','onclosed','pass=','setSearchFormEditorValue','\x20route_name=\x27','openDynamicPopup'];a0_0x3cc3=function(){return _0x54004d;};return a0_0x3cc3();}import{openPopup}from'@things-factory/layout-base';import{isMobileDevice}from'@things-factory/utils';import{getEditor}from'@operato/data-grist';function a0_0xd594(_0x39d0c7,_0x4323c5){const _0x3cc3ae=a0_0x3cc3();return a0_0xd594=function(_0xd59456,_0x1951e2){_0xd59456=_0xd59456-0x110;let _0x459e83=_0x3cc3ae[_0xd59456];return _0x459e83;},a0_0xd594(_0x39d0c7,_0x4323c5);}import{TermsUtil}from'./terms-util';import{ValueUtil}from'./value-util';import{MetaUiUtil}from'./meta-ui-util';export class UiUtil{static['isMobileEnv'](){return isMobileDevice();}static['currentLocale'](){const _0x590afd=a0_0xd594;let _0x4b1055=document[_0x590afd(0x110)];return _0x4b1055=_0x4b1055[_0x590afd(0x136)](_0x4b1055[_0x590afd(0x125)](_0x590afd(0x140))),_0x4b1055[_0x590afd(0x125)](';')>-0x1&&(_0x4b1055=_0x4b1055[_0x590afd(0x136)](0x0,_0x4b1055[_0x590afd(0x125)](';'))),_0x4b1055=_0x4b1055[_0x590afd(0x131)](_0x590afd(0x157),''),'ko'==_0x4b1055?_0x590afd(0x138):_0x4b1055;}static[a0_0x258fa1(0x14f)](){const _0x179ead=a0_0x258fa1;let _0x1cc0f4=store['getState']()[_0x179ead(0x114)][_0x179ead(0x13d)];return _0x1cc0f4[_0x1cc0f4[_0x179ead(0x12b)]-0x1];}static[a0_0x258fa1(0x11c)](){const _0x328a3e=a0_0x258fa1;return store[_0x328a3e(0x13b)]()['route']['page'];}static['openPopupByElement'](_0x472bbc,_0x47a131,_0x321b69,_0x3fab62){return openPopup(_0x321b69,{'backdrop':!0x0,'size':_0x47a131,'title':_0x472bbc,'backdrop':_0x3fab62});}static async[a0_0x258fa1(0x119)](_0x2129e0,_0x41ddd3,_0x8dcfe2,_0x5dec26){const _0x13f6ed=a0_0x258fa1;let _0x2c7ca6=ValueUtil[_0x13f6ed(0x130)](_0x41ddd3['parent_field'])?ValueUtil[_0x13f6ed(0x146)](_0x8dcfe2,..._0x41ddd3[_0x13f6ed(0x112)][_0x13f6ed(0x12c)]('.')):void 0x0,_0x3af230='<'+_0x41ddd3[_0x13f6ed(0x14b)]+_0x13f6ed(0x118)+_0x41ddd3[_0x13f6ed(0x111)]+'\x27\x20\x20parent_id=\x27'+_0x2c7ca6+_0x13f6ed(0x13f)+_0x41ddd3[_0x13f6ed(0x14b)]+'>',_0xea0a0f=UiUtil[_0x13f6ed(0x144)](_0x3af230);_0xea0a0f[_0x13f6ed(0x137)]=_0x41ddd3,ValueUtil['isNotEmpty'](_0x41ddd3['popup_field'])&&(_0xea0a0f[_0x41ddd3[_0x13f6ed(0x129)]]=_0x8dcfe2);let _0x61850f=UiUtil[_0x13f6ed(0x15a)](_0x2129e0,_0x41ddd3[_0x13f6ed(0x13a)],_0xea0a0f,!0x0);_0x5dec26&&(_0x61850f[_0x13f6ed(0x115)]=_0x5dec26);}static[a0_0x258fa1(0x14d)](_0x749dc7,_0x21d489){const _0x4f4275=a0_0x258fa1;let _0xb55af5='<'+_0x749dc7+_0x4f4275(0x118)+_0x21d489+_0x4f4275(0x121)+_0x749dc7+'>';return UiUtil[_0x4f4275(0x144)](_0xb55af5);}static['htmlToElement'](_0x415e8d){const _0xd98af8=a0_0x258fa1;var _0x1ea871=document[_0xd98af8(0x152)]('template');_0x1ea871[_0xd98af8(0x147)]=_0x415e8d;var _0x3dc7f0=_0x1ea871[_0xd98af8(0x134)]['childNodes'][0x0];return _0x1ea871[_0xd98af8(0x134)][_0xd98af8(0x143)](_0x3dc7f0),_0x3dc7f0;}static[a0_0x258fa1(0x12a)](_0x3dcd8a,_0x6937d6){const _0x41a178=a0_0x258fa1;let _0x4e9891=_0x6937d6?'?':'';_0x6937d6&&(_0x4e9891+=_0x41a178(0x116)+JSON[_0x41a178(0x158)](_0x6937d6)),navigate(''+_0x3dcd8a+_0x4e9891);}static[a0_0x258fa1(0x123)](_0x68406a,_0x100894,_0x43035a){const _0x3fa4cf=a0_0x258fa1;let _0xb67f1b=_0xb67f1b[_0x3fa4cf(0x13b)]();return _0x68406a&&_0x100894&&_0x43035a?_0xb67f1b[_0x68406a][_0x100894][_0x43035a]:_0x68406a&&_0x100894?_0xb67f1b[_0x68406a][_0x100894]:_0x68406a?_0xb67f1b[_0x68406a]:_0xb67f1b;}static['fireCustomEvent'](_0x55450a,_0x5ef4d3){const _0xbf34a6=a0_0x258fa1;document[_0xbf34a6(0x141)](new CustomEvent(_0x55450a,{'detail':_0x5ef4d3}));}static[a0_0x258fa1(0x155)](_0x439aac,_0x59ba17){const _0x403b29=a0_0x258fa1;document[_0x403b29(0x141)](new CustomEvent(_0x403b29(0x11a),{'detail':{'type':_0x439aac,'message':_0x59ba17}}));}static async[a0_0x258fa1(0x11f)](_0x4d835f,_0x26afaf,_0x103938,_0x1536e6,_0x3fdfe8){const _0x1d530e=a0_0x258fa1;let _0x214e52={'title':TermsUtil['t'](_0x4d835f)||_0x4d835f,'text':TermsUtil['t'](_0x26afaf)||_0x26afaf};return _0x103938&&(_0x214e52[_0x1d530e(0x124)]=_0x103938),_0x1536e6&&(_0x214e52[_0x1d530e(0x12e)]=TermsUtil[_0x1d530e(0x14a)](_0x1536e6)),_0x3fdfe8&&(_0x214e52['cancelButton']=TermsUtil['tButton'](_0x3fdfe8)),await CustomAlert(_0x214e52);}static['getFilterFormData'](_0x5834df){const _0x443e3c=a0_0x258fa1;if(ValueUtil[_0x443e3c(0x130)](_0x5834df)){let _0x5a203e=_0x5834df[_0x443e3c(0x132)]();ValueUtil[_0x443e3c(0x130)](_0x5a203e)&&_0x5a203e[_0x443e3c(0x156)](_0x2ee154=>{const _0x10d54c=_0x443e3c;ValueUtil[_0x10d54c(0x130)](_0x2ee154['value'])&&(item[_0x2ee154[_0x10d54c(0x11d)]]=_0x2ee154[_0x10d54c(0x128)]?_0x2ee154['value']:null);});}return{};}static[a0_0x258fa1(0x117)](_0x17a88a,_0x2a558d,_0x46854d){const _0x15f36f=a0_0x258fa1;if(ValueUtil[_0x15f36f(0x130)](_0x17a88a)){let _0x2a1f9f=_0x17a88a['renderRoot']?.[_0x15f36f(0x11e)](_0x15f36f(0x133)+_0x2a558d+'\x27]');ValueUtil['isNotEmpty'](_0x2a1f9f)&&(_0x2a1f9f[_0x15f36f(0x128)]=_0x46854d);}}static[a0_0x258fa1(0x153)](_0x236b76,_0x310ea9,_0xeb02b5,_0x11b622){return getEditor(_0x236b76)('',_0x310ea9,_0xeb02b5,_0x11b622,{});}static[a0_0x258fa1(0x139)](_0x519646,_0x46bb4f){const _0x4028a7=a0_0x258fa1;UiUtil[_0x4028a7(0x14c)](_0x519646)[_0x4028a7(0x128)]=_0x46bb4f;}static[a0_0x258fa1(0x14c)](_0x30d2aa){const _0x11a5b4=a0_0x258fa1;let _0x3ad77c=_0x30d2aa[_0x11a5b4(0x113)]();return _0x11a5b4(0x127)==_0x3ad77c?_0x30d2aa[_0x11a5b4(0x145)]['querySelector'](_0x11a5b4(0x122)):_0x11a5b4(0x149)==_0x3ad77c?_0x30d2aa[_0x11a5b4(0x145)][_0x11a5b4(0x11e)]('textarea'):_0x11a5b4(0x12d)==_0x3ad77c?_0x30d2aa['renderRoot']['querySelector'](_0x11a5b4(0x14e))[_0x11a5b4(0x159)]:'barcode'==_0x3ad77c?_0x30d2aa[_0x11a5b4(0x145)]['querySelector'](_0x11a5b4(0x148))[_0x11a5b4(0x145)][_0x11a5b4(0x11e)](_0x11a5b4(0x154)):_0x30d2aa['renderRoot'][_0x11a5b4(0x159)][_0x11a5b4(0x13c)];}}
@@ -1 +1 @@
1
- function a0_0x57ab(_0xe01592,_0x37113a){const _0x1a383c=a0_0x1a38();return a0_0x57ab=function(_0x57ab53,_0x4e3ae8){_0x57ab53=_0x57ab53-0x84;let _0x19f197=_0x1a383c[_0x57ab53];return _0x19f197;},a0_0x57ab(_0xe01592,_0x37113a);}const a0_0x594e93=a0_0x57ab;(function(_0x3178cb,_0x4bb8e5){const _0x41ff25=a0_0x57ab,_0x4ecfdc=_0x3178cb();while(!![]){try{const _0x2e4937=parseInt(_0x41ff25(0x89))/0x1+-parseInt(_0x41ff25(0x95))/0x2+-parseInt(_0x41ff25(0x92))/0x3*(-parseInt(_0x41ff25(0x91))/0x4)+-parseInt(_0x41ff25(0x8e))/0x5+parseInt(_0x41ff25(0x90))/0x6*(parseInt(_0x41ff25(0x8d))/0x7)+parseInt(_0x41ff25(0x8f))/0x8+-parseInt(_0x41ff25(0x84))/0x9;if(_0x2e4937===_0x4bb8e5)break;else _0x4ecfdc['push'](_0x4ecfdc['shift']());}catch(_0x4060d8){_0x4ecfdc['push'](_0x4ecfdc['shift']());}}}(a0_0x1a38,0xa075a));function a0_0x1a38(){const _0x29ac92=['isNotEmpty','populateArray','TRUE','isEquals','forEach','keys','getParams','isEmpty','4267071sQMRPr','toInteger','true','compareObjectValues','slice','150510IYmGPO','isArray','length','setParams','7aYwPEl','2402065izwhDe','174224dCmkxl','7678056PlcfuJ','258988KIQOMz','33IlLaUm','number','boolean','1104814gObcsV','map','populateObject','string'];a0_0x1a38=function(){return _0x29ac92;};return a0_0x1a38();}import a0_0xbb1e05 from'lodash-es/isEqual';import{TermsUtil}from'./terms-util';export class ValueUtil{static['isEmpty'](_0x3d661c){const _0x97e431=a0_0x57ab;if(void 0x0===_0x3d661c)return!0x0;if(null===_0x3d661c)return!0x0;if(_0x97e431(0x94)==typeof _0x3d661c)return!0x1;if(_0x97e431(0x98)==typeof _0x3d661c||_0x97e431(0x93)==typeof _0x3d661c){if(''==_0x3d661c)return!0x0;}else{if(Array[_0x97e431(0x8a)](_0x3d661c)){if(0x0==_0x3d661c[_0x97e431(0x8b)])return!0x0;}else{if('object'==typeof _0x3d661c&&0x0==Object[_0x97e431(0x9e)](_0x3d661c)[_0x97e431(0x8b)])return!0x0;}}return!0x1;}static[a0_0x594e93(0x99)](_0x59c0a4){return!ValueUtil['isEmpty'](_0x59c0a4);}static[a0_0x594e93(0x9c)](_0x363c4c,_0xe6e5e5){return a0_0xbb1e05(_0x363c4c,_0xe6e5e5);}static[a0_0x594e93(0x85)](_0xc6360,_0x56ef9c){const _0x3b13c0=a0_0x594e93;return ValueUtil[_0x3b13c0(0xa0)](_0xc6360)?_0x56ef9c||0x0:parseInt(_0xc6360);}static['toBoolean'](_0x38182f){const _0x45464a=a0_0x594e93;return!ValueUtil[_0x45464a(0xa0)](_0x38182f)&&(_0x45464a(0x86)==_0x38182f||'t'==_0x38182f||_0x45464a(0x9b)==_0x38182f||'T'==_0x38182f||'on'==_0x38182f||'ON'==_0x38182f);}static[a0_0x594e93(0x87)](_0x13f536,_0x344b55,_0x5c1e3a){const _0x185628=a0_0x594e93;let _0x590e5d=!0x0;return _0x5c1e3a[_0x185628(0x9d)](_0xf801d2=>{const _0x409c9a=_0x185628;let _0x153c23=_0x13f536[_0xf801d2];if('*'===_0x153c23)return;let _0x32d140=_0x344b55[_0xf801d2]||'';ValueUtil[_0x409c9a(0xa0)](_0x153c23)?ValueUtil[_0x409c9a(0x99)](_0x32d140)&&(_0x590e5d=!0x1):_0x153c23!=_0x32d140&&(_0x590e5d=!0x1);}),_0x590e5d;}static[a0_0x594e93(0x8c)](_0x5d2c12,_0x5c50bf,_0x542dac,_0x4ff57a){const _0x1e97b0=a0_0x594e93;let _0x512538=ValueUtil[_0x1e97b0(0x9f)](_0x5c50bf,_0x542dac);return ValueUtil['isNotEmpty'](_0x512538)&&(_0x5d2c12[_0x542dac]=!0x0===_0x4ff57a?TermsUtil['t'](_0x512538):_0x512538),_0x5d2c12;}static['getParams'](_0x1714f6,..._0x367e63){const _0x4a7c94=a0_0x594e93;if(arguments['length']<=0x1)return;let _0x23ad95=_0x367e63[0x0];if(ValueUtil['isEmpty'](_0x1714f6[_0x23ad95]))return;let _0x17da9a=_0x1714f6[_0x23ad95];return _0x367e63[_0x4a7c94(0x8b)]>0x1?ValueUtil[_0x4a7c94(0x9f)](_0x17da9a,..._0x367e63[_0x4a7c94(0x88)](0x1)):_0x17da9a;}static[a0_0x594e93(0x9a)](_0x2079ef,_0x5f2b23,..._0xd92bd){const _0xf1f1d0=a0_0x594e93;return _0x5f2b23=_0x5f2b23||[],_0xd92bd=_0xd92bd||Object[_0xf1f1d0(0x9e)](_0x2079ef),ValueUtil[_0xf1f1d0(0x99)](_0xd92bd)&&(_0x5f2b23=_0x2079ef[_0xf1f1d0(0x96)]((_0x452e3b,_0x50bffb)=>{const _0x64fcee=_0xf1f1d0;let _0x517240=_0x5f2b23[_0x64fcee(0x8b)]>_0x50bffb?_0x5f2b23[_0x50bffb]:{};return ValueUtil[_0x64fcee(0x97)](_0x452e3b,_0x517240,_0xd92bd);})),_0x5f2b23;}static[a0_0x594e93(0x97)](_0x748ffa,_0x25f374,..._0x1aebc8){const _0x9e3754=a0_0x594e93;return _0x25f374=_0x25f374||{},_0x1aebc8=_0x1aebc8||Object[_0x9e3754(0x9e)](_0x748ffa),ValueUtil['isNotEmpty'](_0x1aebc8)&&_0x1aebc8[_0x9e3754(0x9d)](_0x4ed3d4=>{_0x25f374[_0x4ed3d4]=_0x748ffa[_0x4ed3d4];}),_0x25f374;}}
1
+ const a0_0x1a5a74=a0_0x5518;(function(_0x103734,_0x3103ee){const _0xdae498=a0_0x5518,_0x4c86ef=_0x103734();while(!![]){try{const _0x4611e5=-parseInt(_0xdae498(0x1e7))/0x1+parseInt(_0xdae498(0x1d6))/0x2*(parseInt(_0xdae498(0x1d5))/0x3)+-parseInt(_0xdae498(0x1e2))/0x4+-parseInt(_0xdae498(0x1d3))/0x5+-parseInt(_0xdae498(0x1cd))/0x6*(-parseInt(_0xdae498(0x1e0))/0x7)+-parseInt(_0xdae498(0x1d1))/0x8+parseInt(_0xdae498(0x1d8))/0x9;if(_0x4611e5===_0x3103ee)break;else _0x4c86ef['push'](_0x4c86ef['shift']());}catch(_0xd30247){_0x4c86ef['push'](_0x4c86ef['shift']());}}}(a0_0x3bfa,0x1aef7));import a0_0x5c35ae from'lodash-es/isEqual';function a0_0x5518(_0x1bd58f,_0x31b0c3){const _0x3bfa7c=a0_0x3bfa();return a0_0x5518=function(_0x551883,_0x2b3c7f){_0x551883=_0x551883-0x1cd;let _0x342e00=_0x3bfa7c[_0x551883];return _0x342e00;},a0_0x5518(_0x1bd58f,_0x31b0c3);}import{TermsUtil}from'./terms-util';export class ValueUtil{static[a0_0x1a5a74(0x1e1)](_0x4fde8d){const _0x221bf5=a0_0x1a5a74;if(void 0x0===_0x4fde8d)return!0x0;if(null===_0x4fde8d)return!0x0;if(_0x221bf5(0x1e4)==typeof _0x4fde8d)return!0x1;if(_0x221bf5(0x1db)==typeof _0x4fde8d||'number'==typeof _0x4fde8d){if(''==_0x4fde8d)return!0x0;}else{if(Array[_0x221bf5(0x1d9)](_0x4fde8d)){if(0x0==_0x4fde8d[_0x221bf5(0x1da)])return!0x0;}else{if(_0x221bf5(0x1df)==typeof _0x4fde8d&&0x0==Object[_0x221bf5(0x1d7)](_0x4fde8d)[_0x221bf5(0x1da)])return!0x0;}}return!0x1;}static[a0_0x1a5a74(0x1d2)](_0x16e41d){const _0x3ce963=a0_0x1a5a74;return!ValueUtil[_0x3ce963(0x1e1)](_0x16e41d);}static[a0_0x1a5a74(0x1ce)](_0x4be4f1,_0x25bb49){return a0_0x5c35ae(_0x4be4f1,_0x25bb49);}static[a0_0x1a5a74(0x1e6)](_0x18952b,_0x358284){const _0x472ba2=a0_0x1a5a74;return ValueUtil[_0x472ba2(0x1e1)](_0x18952b)?_0x358284||0x0:parseInt(_0x18952b);}static['toBoolean'](_0xdb3033){const _0xb5ee63=a0_0x1a5a74;return!ValueUtil[_0xb5ee63(0x1e1)](_0xdb3033)&&('true'==_0xdb3033||'t'==_0xdb3033||_0xb5ee63(0x1e5)==_0xdb3033||'T'==_0xdb3033||'on'==_0xdb3033||'ON'==_0xdb3033);}static[a0_0x1a5a74(0x1de)](_0x19a4f3,_0x566aa3,_0x20d10c){const _0x20f695=a0_0x1a5a74;let _0x5e4033=!0x0;return _0x20d10c[_0x20f695(0x1e3)](_0x17c43f=>{let _0x2a315a=_0x19a4f3[_0x17c43f];if('*'===_0x2a315a)return;let _0x39b87e=_0x566aa3[_0x17c43f]||'';ValueUtil['isEmpty'](_0x2a315a)?ValueUtil['isNotEmpty'](_0x39b87e)&&(_0x5e4033=!0x1):_0x2a315a!=_0x39b87e&&(_0x5e4033=!0x1);}),_0x5e4033;}static['setParams'](_0xd475d3,_0x4552fc,_0x45b6b1,_0x33faa6){const _0x1fae63=a0_0x1a5a74;let _0x2e611b=ValueUtil[_0x1fae63(0x1dc)](_0x4552fc,_0x45b6b1);return ValueUtil[_0x1fae63(0x1d2)](_0x2e611b)&&(_0xd475d3[_0x45b6b1]=!0x0===_0x33faa6?TermsUtil['t'](_0x2e611b):_0x2e611b),_0xd475d3;}static[a0_0x1a5a74(0x1dc)](_0x1e44b0,..._0x1b0a06){const _0x1231b8=a0_0x1a5a74;if(arguments[_0x1231b8(0x1da)]<=0x1)return;let _0x255794=_0x1b0a06[0x0];if(ValueUtil['isEmpty'](_0x1e44b0[_0x255794]))return;let _0x393493=_0x1e44b0[_0x255794];return _0x1b0a06[_0x1231b8(0x1da)]>0x1?ValueUtil['getParams'](_0x393493,..._0x1b0a06[_0x1231b8(0x1d4)](0x1)):_0x393493;}static[a0_0x1a5a74(0x1cf)](_0xeaac19,_0x2ada12,..._0x12002f){const _0x4a5628=a0_0x1a5a74;return _0x2ada12=_0x2ada12||[],_0x12002f=_0x12002f||Object[_0x4a5628(0x1d7)](_0xeaac19),ValueUtil[_0x4a5628(0x1d2)](_0x12002f)&&(_0x2ada12=_0xeaac19[_0x4a5628(0x1d0)]((_0x20487d,_0x1279c5)=>{const _0xb3dce9=_0x4a5628;let _0x863dfb=_0x2ada12[_0xb3dce9(0x1da)]>_0x1279c5?_0x2ada12[_0x1279c5]:{};return ValueUtil[_0xb3dce9(0x1dd)](_0x20487d,_0x863dfb,_0x12002f);})),_0x2ada12;}static[a0_0x1a5a74(0x1dd)](_0x339304,_0x5f2aa4,..._0x109059){const _0x10f90a=a0_0x1a5a74;return _0x5f2aa4=_0x5f2aa4||{},_0x109059=_0x109059||Object[_0x10f90a(0x1d7)](_0x339304),ValueUtil[_0x10f90a(0x1d2)](_0x109059)&&_0x109059['forEach'](_0x3de670=>{_0x5f2aa4[_0x3de670]=_0x339304[_0x3de670];}),_0x5f2aa4;}}function a0_0x3bfa(){const _0x268af1=['populateObject','compareObjectValues','object','41790Jxidak','isEmpty','654588itedCb','forEach','boolean','TRUE','toInteger','69251vTUNDv','60HjFzef','isEquals','populateArray','map','1360288xuOyDC','isNotEmpty','929370PLwSyO','slice','75669Avqhnd','14XRSPHn','keys','4165866yqUEre','isArray','length','string','getParams'];a0_0x3bfa=function(){return _0x268af1;};return a0_0x3bfa();}
@@ -1,4 +1,4 @@
1
- function a0_0x57e1(_0x56360a,_0x2585ed){const _0x3bca96=a0_0x3bca();return a0_0x57e1=function(_0x57e187,_0xa7c0b){_0x57e187=_0x57e187-0x179;let _0x526cbf=_0x3bca96[_0x57e187];return _0x526cbf;},a0_0x57e1(_0x56360a,_0x2585ed);}function a0_0x3bca(){const _0x8ed9ca=['42DMcgdl','32BDjzZN','610oUyJxY','385911xGHZsi','1323756ttDRcv','6876804YGtVNy','2xIfoas','113395vCjabL','7051QctTnm','11448fyssjw','306hyKArD','98602hnQvhE'];a0_0x3bca=function(){return _0x8ed9ca;};return a0_0x3bca();}(function(_0xd0717f,_0x1a0d51){const _0x428f41=a0_0x57e1,_0x264891=_0xd0717f();while(!![]){try{const _0x2fef96=parseInt(_0x428f41(0x17b))/0x1*(parseInt(_0x428f41(0x17e))/0x2)+parseInt(_0x428f41(0x17c))/0x3+-parseInt(_0x428f41(0x179))/0x4*(-parseInt(_0x428f41(0x17f))/0x5)+parseInt(_0x428f41(0x184))/0x6*(-parseInt(_0x428f41(0x183))/0x7)+parseInt(_0x428f41(0x181))/0x8*(-parseInt(_0x428f41(0x182))/0x9)+-parseInt(_0x428f41(0x17a))/0xa*(-parseInt(_0x428f41(0x180))/0xb)+-parseInt(_0x428f41(0x17d))/0xc;if(_0x2fef96===_0x1a0d51)break;else _0x264891['push'](_0x264891['shift']());}catch(_0x5c4f55){_0x264891['push'](_0x264891['shift']());}}}(a0_0x3bca,0x4fecd));import{css}from'lit';export const DynamicMenuLandscapeStyles=css`
1
+ (function(_0x8229a6,_0x7edd90){const _0x31afe2=a0_0x3316,_0x2a33f9=_0x8229a6();while(!![]){try{const _0x31f1d9=-parseInt(_0x31afe2(0xa1))/0x1*(-parseInt(_0x31afe2(0x9e))/0x2)+-parseInt(_0x31afe2(0x9f))/0x3*(-parseInt(_0x31afe2(0xa4))/0x4)+-parseInt(_0x31afe2(0xa5))/0x5*(parseInt(_0x31afe2(0x9d))/0x6)+parseInt(_0x31afe2(0x9c))/0x7+-parseInt(_0x31afe2(0xa3))/0x8+-parseInt(_0x31afe2(0xa0))/0x9*(parseInt(_0x31afe2(0xa2))/0xa)+parseInt(_0x31afe2(0xa6))/0xb;if(_0x31f1d9===_0x7edd90)break;else _0x2a33f9['push'](_0x2a33f9['shift']());}catch(_0x3bdbb3){_0x2a33f9['push'](_0x2a33f9['shift']());}}}(a0_0x48c3,0x3138d));function a0_0x3316(_0x213408,_0x14e8b4){const _0x48c3ca=a0_0x48c3();return a0_0x3316=function(_0x331695,_0x2fec7b){_0x331695=_0x331695-0x9c;let _0x3bef1=_0x48c3ca[_0x331695];return _0x3bef1;},a0_0x3316(_0x213408,_0x14e8b4);}import{css}from'lit';export const DynamicMenuLandscapeStyles=css`
2
2
  :host {
3
3
  overflow-x: auto;
4
4
  background-color: var(--secondary-text-color);
@@ -144,4 +144,4 @@ function a0_0x57e1(_0x56360a,_0x2585ed){const _0x3bca96=a0_0x3bca();return a0_0x
144
144
  background-color: rgba(var(--secondary-color-rgb), 0.3);
145
145
  }
146
146
  }
147
- `;
147
+ `;function a0_0x48c3(){const _0x2cfe2d=['12ALtDlo','767538gvTVGb','1249HrpeYY','20dcPgCU','2155320tHEdco','330212yWEdEn','660vgytMo','2037266iaDBWo','514325reDjFA','12990nzLuHk','542nUzsXg'];a0_0x48c3=function(){return _0x2cfe2d;};return a0_0x48c3();}
@@ -1,25 +1,25 @@
1
- const a0_0x33f683=a0_0xd9cb;function a0_0x4419(){const _0x586602=['addEventListener','665625YHUAxc','render','159623cihsMW','menus','click','26yXHHBL','285064UyRlyK','preventDefault','mousewheel','min','28895bVYfgh','4031148xaPFKM','define','onWheelEvent','activeTopLevel','querySelector','name','properties','path','dispatchEvent','detail','4GkFlkf','type','currentTarget','scrollLeft','submenu','settled','active-toplevel','bind','description','removeAttribute','target','2417618MiNRTa','map','firstUpdated','renderRoot','transitionstart','366EBDJWq','25267LuUbHW','icon','max','styles','wheelDelta','setAttribute','117hkdwCL','4ZxibZk','1590FwjCkk','href','#force','stopPropagation'];a0_0x4419=function(){return _0x586602;};return a0_0x4419();}(function(_0x350b0b,_0x2e64bc){const _0x431dac=a0_0xd9cb,_0x328ea6=_0x350b0b();while(!![]){try{const _0x2c8291=-parseInt(_0x431dac(0x1a4))/0x1*(parseInt(_0x431dac(0x19c))/0x2)+parseInt(_0x431dac(0x1a2))/0x3*(-parseInt(_0x431dac(0x184))/0x4)+parseInt(_0x431dac(0x1ac))/0x5*(-parseInt(_0x431dac(0x194))/0x6)+-parseInt(_0x431dac(0x18f))/0x7+parseInt(_0x431dac(0x1a8))/0x8*(parseInt(_0x431dac(0x19b))/0x9)+parseInt(_0x431dac(0x19d))/0xa*(parseInt(_0x431dac(0x195))/0xb)+-parseInt(_0x431dac(0x1ad))/0xc*(-parseInt(_0x431dac(0x1a7))/0xd);if(_0x2c8291===_0x2e64bc)break;else _0x328ea6['push'](_0x328ea6['shift']());}catch(_0x4e7d17){_0x328ea6['push'](_0x328ea6['shift']());}}}(a0_0x4419,0x3fcb0));import'@material/mwc-icon';import{html,LitElement}from'lit';import{connect}from'pwa-helpers';import{navigate,store}from'@operato/shell';function a0_0xd9cb(_0x2bd604,_0x450669){const _0x4419a5=a0_0x4419();return a0_0xd9cb=function(_0xd9cb90,_0x406909){_0xd9cb90=_0xd9cb90-0x184;let _0x198e85=_0x4419a5[_0xd9cb90];return _0x198e85;},a0_0xd9cb(_0x2bd604,_0x450669);}import{ScrollbarStyles}from'@operato/styles';import{DynamicMenuLandscapeStyles}from'./dynamic-menu-landscape-styles';export class DynamicMenuLandscape extends connect(store)(LitElement){static get[a0_0x33f683(0x198)](){return[ScrollbarStyles,DynamicMenuLandscapeStyles];}static get[a0_0x33f683(0x1b3)](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}[a0_0x33f683(0x1a3)](){const _0x45e5c2=a0_0x33f683,{menus:_0xfe4c9b=[],activeTopLevel:_0x30ddd6,activeMenu:_0x2df2a9}=this;return html`
1
+ function a0_0x114f(){const _0x230188=['504687FqHPcZ','settled','preventDefault','icon','currentTarget','firstUpdated','max','submenu','stopPropagation','dynamic-menu-landscape','bind','dispatchEvent','onWheelEvent','styles','renderRoot','12BKOaAb','addEventListener','querySelector','scrollLeft','min','25RHvAem','mousewheel','7242367Qtemhb','422392KpXRMM','342AoAkos','7915dNGauY','detail','properties','57140iOekVh','removeAttribute','wheelDelta','href','name','menus','click','58AiVIyF','map','16338doZGCP','type','description','82761UJXvYS','#wrap','56HDApug','target','transitionend','group','path','setAttribute','active-toplevel','define'];a0_0x114f=function(){return _0x230188;};return a0_0x114f();}const a0_0x5a1cca=a0_0x4d4d;(function(_0x1d00a6,_0x321256){const _0x40ca8a=a0_0x4d4d,_0xce17d9=_0x1d00a6();while(!![]){try{const _0x462d67=parseInt(_0x40ca8a(0xf4))/0x1*(parseInt(_0x40ca8a(0xcc))/0x2)+parseInt(_0x40ca8a(0xdb))/0x3+parseInt(_0x40ca8a(0xf2))/0x4+-parseInt(_0x40ca8a(0xef))/0x5*(-parseInt(_0x40ca8a(0xce))/0x6)+-parseInt(_0x40ca8a(0xd1))/0x7*(-parseInt(_0x40ca8a(0xd3))/0x8)+parseInt(_0x40ca8a(0xf3))/0x9*(parseInt(_0x40ca8a(0xf7))/0xa)+-parseInt(_0x40ca8a(0xf1))/0xb*(parseInt(_0x40ca8a(0xea))/0xc);if(_0x462d67===_0x321256)break;else _0xce17d9['push'](_0xce17d9['shift']());}catch(_0x2bdcf6){_0xce17d9['push'](_0xce17d9['shift']());}}}(a0_0x114f,0x26b09));import'@material/mwc-icon';import{html,LitElement}from'lit';import{connect}from'pwa-helpers';import{navigate,store}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';function a0_0x4d4d(_0x551cd6,_0x8e50a1){const _0x114fc8=a0_0x114f();return a0_0x4d4d=function(_0x4d4dbf,_0x5f4cd4){_0x4d4dbf=_0x4d4dbf-0xc7;let _0x4f96b1=_0x114fc8[_0x4d4dbf];return _0x4f96b1;},a0_0x4d4d(_0x551cd6,_0x8e50a1);}import{DynamicMenuLandscapeStyles}from'./dynamic-menu-landscape-styles';export class DynamicMenuLandscape extends connect(store)(LitElement){static get[a0_0x5a1cca(0xe8)](){return[ScrollbarStyles,DynamicMenuLandscapeStyles];}static get[a0_0x5a1cca(0xf6)](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}['render'](){const _0x92688f=a0_0x5a1cca,{menus:_0x4effc3=[],activeTopLevel:_0x4389f9,activeMenu:_0x2c28fc}=this;return html`
2
2
  <div id="wrap">
3
3
  <ul>
4
- ${_0xfe4c9b[_0x45e5c2(0x190)](_0x433314=>'group'==_0x433314[_0x45e5c2(0x185)]?html``:html`
5
- <li ?active=${_0x433314===_0x30ddd6}>
6
- <a href=${_0x433314[_0x45e5c2(0x1b4)]||'#'}>
7
- ${_0x433314[_0x45e5c2(0x196)]?html`<mwc-icon>${_0x433314[_0x45e5c2(0x196)]}</mwc-icon>`:html``} ${_0x433314[_0x45e5c2(0x1b2)]}
4
+ ${_0x4effc3[_0x92688f(0xcd)](_0x24bc4b=>_0x92688f(0xd6)==_0x24bc4b[_0x92688f(0xcf)]?html``:html`
5
+ <li ?active=${_0x24bc4b===_0x4389f9}>
6
+ <a href=${_0x24bc4b[_0x92688f(0xd7)]||'#'}>
7
+ ${_0x24bc4b[_0x92688f(0xde)]?html`<mwc-icon>${_0x24bc4b[_0x92688f(0xde)]}</mwc-icon>`:html``} ${_0x24bc4b[_0x92688f(0xc9)]}
8
8
  </a>
9
9
 
10
10
  <ul submenus>
11
- ${_0x433314[_0x45e5c2(0x1a5)]?.[_0x45e5c2(0x190)](_0x5d7db0=>html`
12
- <li ?active=${_0x5d7db0===_0x2df2a9}>
13
- <a href=${_0x5d7db0[_0x45e5c2(0x1b4)]||'#'}> ${_0x5d7db0[_0x45e5c2(0x1b2)]} </a>
11
+ ${_0x24bc4b[_0x92688f(0xca)]?.[_0x92688f(0xcd)](_0x218798=>html`
12
+ <li ?active=${_0x218798===_0x2c28fc}>
13
+ <a href=${_0x218798[_0x92688f(0xd7)]||'#'}> ${_0x218798[_0x92688f(0xc9)]} </a>
14
14
  </li>
15
15
  `)}
16
16
  </ul>
17
17
 
18
18
  <div description>
19
- ${_0x433314[_0x45e5c2(0x196)]?html`<mwc-icon>${_0x433314['icon']}</mwc-icon>`:html``} ${_0x433314[_0x45e5c2(0x18c)]||''}
19
+ ${_0x24bc4b[_0x92688f(0xde)]?html`<mwc-icon>${_0x24bc4b[_0x92688f(0xde)]}</mwc-icon>`:html``} ${_0x24bc4b[_0x92688f(0xd0)]||''}
20
20
  </div>
21
21
  </li>
22
22
  `)}
23
23
  </ul>
24
24
  </div>
25
- `;}[a0_0x33f683(0x191)](){const _0xed25cd=a0_0x33f683;this['renderRoot'][_0xed25cd(0x1b1)]('#wrap')[_0xed25cd(0x1a1)](_0xed25cd(0x1aa),this[_0xed25cd(0x1af)][_0xed25cd(0x18b)](this),!0x1),this['renderRoot'][_0xed25cd(0x1a1)](_0xed25cd(0x1a6),_0x43278a=>{const _0x132c13=_0xed25cd;if(_0x43278a[_0x132c13(0x18e)][_0x132c13(0x188)]){_0x43278a[_0x132c13(0x1a0)](),_0x43278a[_0x132c13(0x1a9)]();let _0x341b0e=_0x43278a[_0x132c13(0x18e)][_0x132c13(0x188)];return void this[_0x132c13(0x1b5)](new CustomEvent(_0x132c13(0x18a),{'bubbles':!0x0,'detail':this[_0x132c13(0x1b0)]===_0x341b0e?void 0x0:_0x341b0e}));}let _0x2f4921=_0x43278a[_0x132c13(0x18e)][_0x132c13(0x19e)];_0x2f4921&&location[_0x132c13(0x19e)]===_0x2f4921&&navigate(_0x2f4921+_0x132c13(0x19f),!0x0);}),this[_0xed25cd(0x192)]['addEventListener'](_0xed25cd(0x193),_0x369839=>{const _0x4224bd=_0xed25cd;_0x369839['target'][_0x4224bd(0x18d)]('settled');}),this[_0xed25cd(0x192)]['addEventListener']('transitionend',_0x7924ca=>{const _0x43b126=_0xed25cd;_0x7924ca[_0x43b126(0x18e)][_0x43b126(0x19a)](_0x43b126(0x189),'');});}[a0_0x33f683(0x1af)](_0x863afd){const _0x5c5ac0=a0_0x33f683,_0x286cbf=_0x863afd[_0x5c5ac0(0x186)];var _0x18d8ba=Math[_0x5c5ac0(0x197)](-0x1,Math[_0x5c5ac0(0x1ab)](0x1,_0x863afd[_0x5c5ac0(0x199)]||-_0x863afd[_0x5c5ac0(0x1b6)]));_0x286cbf[_0x5c5ac0(0x187)]-=0xa*_0x18d8ba,_0x863afd[_0x5c5ac0(0x1a9)]();}}customElements[a0_0x33f683(0x1ae)]('dynamic-menu-landscape',DynamicMenuLandscape);
25
+ `;}[a0_0x5a1cca(0xe0)](){const _0x1ee5bb=a0_0x5a1cca;this[_0x1ee5bb(0xe9)][_0x1ee5bb(0xec)](_0x1ee5bb(0xd2))['addEventListener'](_0x1ee5bb(0xf0),this[_0x1ee5bb(0xe7)][_0x1ee5bb(0xe5)](this),!0x1),this[_0x1ee5bb(0xe9)][_0x1ee5bb(0xeb)](_0x1ee5bb(0xcb),_0x50bf49=>{const _0x59620d=_0x1ee5bb;if(_0x50bf49['target'][_0x59620d(0xe2)]){_0x50bf49[_0x59620d(0xe3)](),_0x50bf49[_0x59620d(0xdd)]();let _0xf32378=_0x50bf49[_0x59620d(0xd4)]['submenu'];return void this[_0x59620d(0xe6)](new CustomEvent(_0x59620d(0xd9),{'bubbles':!0x0,'detail':this['activeTopLevel']===_0xf32378?void 0x0:_0xf32378}));}let _0x5f3df8=_0x50bf49[_0x59620d(0xd4)][_0x59620d(0xc8)];_0x5f3df8&&location[_0x59620d(0xc8)]===_0x5f3df8&&navigate(_0x5f3df8+'#force',!0x0);}),this[_0x1ee5bb(0xe9)]['addEventListener']('transitionstart',_0x515f7b=>{const _0x342fb5=_0x1ee5bb;_0x515f7b[_0x342fb5(0xd4)][_0x342fb5(0xf8)](_0x342fb5(0xdc));}),this['renderRoot'][_0x1ee5bb(0xeb)](_0x1ee5bb(0xd5),_0x35a412=>{const _0x1743ee=_0x1ee5bb;_0x35a412[_0x1743ee(0xd4)][_0x1743ee(0xd8)](_0x1743ee(0xdc),'');});}['onWheelEvent'](_0x1badd1){const _0x36ecbf=a0_0x5a1cca,_0x5674ea=_0x1badd1[_0x36ecbf(0xdf)];var _0x40dbb5=Math[_0x36ecbf(0xe1)](-0x1,Math[_0x36ecbf(0xee)](0x1,_0x1badd1[_0x36ecbf(0xc7)]||-_0x1badd1[_0x36ecbf(0xf5)]));_0x5674ea[_0x36ecbf(0xed)]-=0xa*_0x40dbb5,_0x1badd1[_0x36ecbf(0xdd)]();}}customElements[a0_0x5a1cca(0xda)](a0_0x5a1cca(0xe4),DynamicMenuLandscape);
@@ -1,4 +1,4 @@
1
- function a0_0x3148(){var _0x4345f6=['_findActivePage','metaUI','path','_activeTopLevel','3797OZUVqN','styles','4250841kpdCJE','addEventListener','90Vumait','52WaKzVe','updated','stopPropagation','route','define','dynamic-menu-part','resourceId','7321568xcsAdA','263135mhAMWK','firstUpdated','68VXIHmn','find','portrait','active','231141idtvaU','replaceChild','slotTemplate','properties','page','_path','862443aWlJih','90hqofeh','removeAttribute','function','menus','has','call','renderRoot','_activeMenu','setAttribute','active-toplevel','orientation','32871399CHhunm','landscape'];a0_0x3148=function(){return _0x4345f6;};return a0_0x3148();}var a0_0x5c525b=a0_0x1349;(function(_0x5e548f,_0x20ed96){var _0x27ea1d=a0_0x1349,_0x1fe08f=_0x5e548f();while(!![]){try{var _0x3ac3a4=-parseInt(_0x27ea1d(0x110))/0x1*(parseInt(_0x27ea1d(0xf4))/0x2)+-parseInt(_0x27ea1d(0xf8))/0x3*(parseInt(_0x27ea1d(0x115))/0x4)+-parseInt(_0x27ea1d(0xf2))/0x5*(parseInt(_0x27ea1d(0x114))/0x6)+-parseInt(_0x27ea1d(0x112))/0x7+parseInt(_0x27ea1d(0xf1))/0x8+-parseInt(_0x27ea1d(0xfe))/0x9*(parseInt(_0x27ea1d(0xff))/0xa)+parseInt(_0x27ea1d(0x10a))/0xb;if(_0x3ac3a4===_0x20ed96)break;else _0x1fe08f['push'](_0x1fe08f['shift']());}catch(_0x16b0fd){_0x1fe08f['push'](_0x1fe08f['shift']());}}}(a0_0x3148,0x7d695));import'@material/mwc-icon';import'./dynamic-menu-portrait';import'./dynamic-menu-landscape';import{css,html,LitElement}from'lit';import{connect}from'pwa-helpers';import{store}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';function isActiveMenu(_0x53e1e2,_0x59e6e4){var _0xd90589=a0_0x1349;return _0x53e1e2[_0xd90589(0x10e)]?.['split']('?')[0x0]===_0x59e6e4||_0x53e1e2[_0xd90589(0xf7)]&&_0xd90589(0x101)==typeof _0x53e1e2[_0xd90589(0xf7)]&&_0x53e1e2[_0xd90589(0xf7)][_0xd90589(0x104)](_0x53e1e2,{'path':_0x59e6e4});}export class DynamicMenuPart extends connect(store)(LitElement){static get[a0_0x5c525b(0xfb)](){return{'page':String,'resourceId':String,'menus':Array,'orientation':String,'_activeTopLevel':Object,'_activeMenu':Object,'_path':String};}static get[a0_0x5c525b(0x111)](){return[ScrollbarStyles,css`
1
+ var a0_0x17cf0f=a0_0x30ae;(function(_0x19c61e,_0xa2c4f5){var _0xa754ee=a0_0x30ae,_0x3f3dd2=_0x19c61e();while(!![]){try{var _0x1cd927=parseInt(_0xa754ee(0x1a6))/0x1+-parseInt(_0xa754ee(0x199))/0x2+parseInt(_0xa754ee(0x18d))/0x3+-parseInt(_0xa754ee(0x196))/0x4+-parseInt(_0xa754ee(0x189))/0x5*(parseInt(_0xa754ee(0x191))/0x6)+parseInt(_0xa754ee(0x185))/0x7*(parseInt(_0xa754ee(0x18c))/0x8)+-parseInt(_0xa754ee(0x17d))/0x9*(-parseInt(_0xa754ee(0x18f))/0xa);if(_0x1cd927===_0xa2c4f5)break;else _0x3f3dd2['push'](_0x3f3dd2['shift']());}catch(_0x43fa01){_0x3f3dd2['push'](_0x3f3dd2['shift']());}}}(a0_0x24dc,0x64839));import'@material/mwc-icon';import'./dynamic-menu-portrait';import'./dynamic-menu-landscape';import{css,html,LitElement}from'lit';import{connect}from'pwa-helpers';function a0_0x30ae(_0x4dac2f,_0x135451){var _0x24dc41=a0_0x24dc();return a0_0x30ae=function(_0x30ae56,_0x49952c){_0x30ae56=_0x30ae56-0x17d;var _0x55e68a=_0x24dc41[_0x30ae56];return _0x55e68a;},a0_0x30ae(_0x4dac2f,_0x135451);}import{store}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';function isActiveMenu(_0x329099,_0x1d6dce){var _0x4f8871=a0_0x30ae;return _0x329099[_0x4f8871(0x1a3)]?.[_0x4f8871(0x19d)]('?')[0x0]===_0x1d6dce||_0x329099[_0x4f8871(0x186)]&&'function'==typeof _0x329099[_0x4f8871(0x186)]&&_0x329099[_0x4f8871(0x186)]['call'](_0x329099,{'path':_0x1d6dce});}export class DynamicMenuPart extends connect(store)(LitElement){static get[a0_0x17cf0f(0x17f)](){return{'page':String,'resourceId':String,'menus':Array,'orientation':String,'_activeTopLevel':Object,'_activeMenu':Object,'_path':String};}static get[a0_0x17cf0f(0x187)](){return[ScrollbarStyles,css`
2
2
  :host {
3
3
  display: flex;
4
4
  overflow-y: auto;
@@ -27,18 +27,18 @@ function a0_0x3148(){var _0x4345f6=['_findActivePage','metaUI','path','_activeTo
27
27
  dynamic-menu-landscape {
28
28
  flex: 1;
29
29
  }
30
- `];}['render'](){var _0x42462c=a0_0x5c525b;return html`
30
+ `];}['render'](){var _0x5b0a5a=a0_0x17cf0f;return html`
31
31
  <slot name="head"></slot>
32
- ${_0x42462c(0x10b)!==this['orientation']?html`<dynamic-menu-portrait
33
- .menus=${this[_0x42462c(0x102)]}
34
- .activeTopLevel=${this[_0x42462c(0x10f)]}
32
+ ${_0x5b0a5a(0x180)!==this['orientation']?html`<dynamic-menu-portrait
33
+ .menus=${this[_0x5b0a5a(0x19b)]}
34
+ .activeTopLevel=${this[_0x5b0a5a(0x19e)]}
35
35
  .activeMenu=${this['_activeMenu']}
36
36
  .path=${this['_path']}
37
37
  ></dynamic-menu-portrait>`:html`<dynamic-menu-landscape
38
- .menus=${this[_0x42462c(0x102)]}
39
- .activeTopLevel=${this[_0x42462c(0x10f)]}
40
- .activeMenu=${this[_0x42462c(0x106)]}
41
- .path=${this[_0x42462c(0xfd)]}
38
+ .menus=${this[_0x5b0a5a(0x19b)]}
39
+ .activeTopLevel=${this['_activeTopLevel']}
40
+ .activeMenu=${this[_0x5b0a5a(0x198)]}
41
+ .path=${this[_0x5b0a5a(0x19f)]}
42
42
  ></dynamic-menu-landscape>`}
43
43
  <slot name="tail"></slot>
44
- `;}[a0_0x5c525b(0xf3)](){var _0x4dd366=a0_0x5c525b;this[_0x4dd366(0x105)][_0x4dd366(0x113)](_0x4dd366(0x108),_0x5a198b=>{var _0x3d40df=_0x4dd366;_0x5a198b[_0x3d40df(0x117)](),_0x5a198b['preventDefault'](),this['_activeTopLevel']=_0x5a198b['detail'];});}[a0_0x5c525b(0x116)](_0x451be3){var _0x5b1ce2=a0_0x5c525b;(_0x451be3[_0x5b1ce2(0x103)](_0x5b1ce2(0x102))||_0x451be3[_0x5b1ce2(0x103)]('page')||_0x451be3[_0x5b1ce2(0x103)](_0x5b1ce2(0xf0)))&&this[_0x5b1ce2(0x10c)](),_0x451be3[_0x5b1ce2(0x103)](_0x5b1ce2(0x109))&&(_0x5b1ce2(0xf6)==this['orientation']?this[_0x5b1ce2(0x100)](_0x5b1ce2(0x10b)):this[_0x5b1ce2(0x107)]('landscape',!0x0)),_0x451be3[_0x5b1ce2(0x103)](_0x5b1ce2(0xfa))&&this[_0x5b1ce2(0xf9)](this[_0x5b1ce2(0xfa)]);}['stateChanged'](_0x2e3dc8){var _0x4de945=a0_0x5c525b;this[_0x4de945(0xfc)]=_0x2e3dc8[_0x4de945(0xed)][_0x4de945(0xfc)],this['resourceId']=_0x2e3dc8[_0x4de945(0xed)]['resourceId'],this[_0x4de945(0x102)]=_0x2e3dc8[_0x4de945(0x10d)][_0x4de945(0x102)]||[],this[_0x4de945(0xfa)]=_0x2e3dc8[_0x4de945(0x10d)][_0x4de945(0xfa)];}[a0_0x5c525b(0x10c)](){var _0x5d0553=a0_0x5c525b,_0x55554c,_0x29850c=this[_0x5d0553(0xf0)]?this[_0x5d0553(0xfc)]+'/'+this[_0x5d0553(0xf0)]:this[_0x5d0553(0xfc)],_0x34245d=this[_0x5d0553(0x102)]||[];this[_0x5d0553(0x10f)]=_0x34245d[_0x5d0553(0xf5)](_0x6df4b0=>isActiveMenu(_0x6df4b0,_0x29850c)?(_0x55554c=_0x6df4b0,!0x0):_0x6df4b0[_0x5d0553(0x102)]?!!(_0x55554c=_0x6df4b0[_0x5d0553(0x102)]['find'](_0x2894e4=>isActiveMenu(_0x2894e4,_0x29850c))):void 0x0),this[_0x5d0553(0xfd)]=_0x29850c,this[_0x5d0553(0x106)]=_0x55554c||this[_0x5d0553(0x10f)];}}function a0_0x1349(_0xb54b85,_0x1b2367){var _0x3148d6=a0_0x3148();return a0_0x1349=function(_0x13491b,_0x1a51e4){_0x13491b=_0x13491b-0xed;var _0x140d0b=_0x3148d6[_0x13491b];return _0x140d0b;},a0_0x1349(_0xb54b85,_0x1b2367);}customElements[a0_0x5c525b(0xee)](a0_0x5c525b(0xef),DynamicMenuPart);
44
+ `;}[a0_0x17cf0f(0x18a)](){var _0x125563=a0_0x17cf0f;this[_0x125563(0x1a5)][_0x125563(0x197)](_0x125563(0x193),_0x6881e2=>{var _0x4e161b=_0x125563;_0x6881e2[_0x4e161b(0x19a)](),_0x6881e2[_0x4e161b(0x1a7)](),this[_0x4e161b(0x19e)]=_0x6881e2[_0x4e161b(0x19c)];});}[a0_0x17cf0f(0x1a0)](_0x12c24f){var _0x211473=a0_0x17cf0f;(_0x12c24f[_0x211473(0x1a2)](_0x211473(0x19b))||_0x12c24f['has'](_0x211473(0x183))||_0x12c24f[_0x211473(0x1a2)](_0x211473(0x194)))&&this[_0x211473(0x192)](),_0x12c24f[_0x211473(0x1a2)](_0x211473(0x1a4))&&(_0x211473(0x190)==this[_0x211473(0x1a4)]?this[_0x211473(0x182)](_0x211473(0x180)):this[_0x211473(0x1a1)](_0x211473(0x180),!0x0)),_0x12c24f[_0x211473(0x1a2)](_0x211473(0x195))&&this[_0x211473(0x17e)](this[_0x211473(0x195)]);}[a0_0x17cf0f(0x184)](_0x2d92d2){var _0x5cdc32=a0_0x17cf0f;this['page']=_0x2d92d2[_0x5cdc32(0x18b)][_0x5cdc32(0x183)],this[_0x5cdc32(0x194)]=_0x2d92d2[_0x5cdc32(0x18b)][_0x5cdc32(0x194)],this[_0x5cdc32(0x19b)]=_0x2d92d2[_0x5cdc32(0x18e)][_0x5cdc32(0x19b)]||[],this[_0x5cdc32(0x195)]=_0x2d92d2[_0x5cdc32(0x18e)][_0x5cdc32(0x195)];}[a0_0x17cf0f(0x192)](){var _0xd32cbd=a0_0x17cf0f,_0x44488e,_0x3b56af=this['resourceId']?this[_0xd32cbd(0x183)]+'/'+this[_0xd32cbd(0x194)]:this[_0xd32cbd(0x183)],_0x77aedf=this[_0xd32cbd(0x19b)]||[];this['_activeTopLevel']=_0x77aedf[_0xd32cbd(0x181)](_0x189c71=>isActiveMenu(_0x189c71,_0x3b56af)?(_0x44488e=_0x189c71,!0x0):_0x189c71[_0xd32cbd(0x19b)]?!!(_0x44488e=_0x189c71[_0xd32cbd(0x19b)][_0xd32cbd(0x181)](_0x444b98=>isActiveMenu(_0x444b98,_0x3b56af))):void 0x0),this[_0xd32cbd(0x19f)]=_0x3b56af,this[_0xd32cbd(0x198)]=_0x44488e||this['_activeTopLevel'];}}function a0_0x24dc(){var _0x5df12c=['detail','split','_activeTopLevel','_path','updated','setAttribute','has','path','orientation','renderRoot','5876IzjdDX','preventDefault','6621930cvicYv','replaceChild','properties','landscape','find','removeAttribute','page','stateChanged','7nBIQjf','active','styles','dynamic-menu-part','859350FfUQJU','firstUpdated','route','543008wDiZvo','2422698ZWllzM','metaUI','10dHWgyv','portrait','18dxFhfJ','_findActivePage','active-toplevel','resourceId','slotTemplate','288200dBzomW','addEventListener','_activeMenu','1235446OYMqtc','stopPropagation','menus'];a0_0x24dc=function(){return _0x5df12c;};return a0_0x24dc();}customElements['define'](a0_0x17cf0f(0x188),DynamicMenuPart);
@@ -1,4 +1,4 @@
1
- function a0_0x3d19(_0x309bc3,_0x1bc06a){const _0x1d00c5=a0_0x1d00();return a0_0x3d19=function(_0x3d19f1,_0x259c7d){_0x3d19f1=_0x3d19f1-0x13e;let _0x527fd6=_0x1d00c5[_0x3d19f1];return _0x527fd6;},a0_0x3d19(_0x309bc3,_0x1bc06a);}(function(_0x11452a,_0x2963f8){const _0x5a8743=a0_0x3d19,_0x1fcf18=_0x11452a();while(!![]){try{const _0x4ba4fa=-parseInt(_0x5a8743(0x141))/0x1+parseInt(_0x5a8743(0x143))/0x2*(-parseInt(_0x5a8743(0x145))/0x3)+-parseInt(_0x5a8743(0x142))/0x4+parseInt(_0x5a8743(0x13e))/0x5+parseInt(_0x5a8743(0x146))/0x6*(parseInt(_0x5a8743(0x13f))/0x7)+-parseInt(_0x5a8743(0x144))/0x8+-parseInt(_0x5a8743(0x140))/0x9;if(_0x4ba4fa===_0x2963f8)break;else _0x1fcf18['push'](_0x1fcf18['shift']());}catch(_0x52a021){_0x1fcf18['push'](_0x1fcf18['shift']());}}}(a0_0x1d00,0xa64a3));function a0_0x1d00(){const _0x1b38b6=['389280hTuhaC','477HvvOvF','762xTCZFT','2970075HyVZiu','68523NWnWTW','959886NOUGkY','15449LLCimO','1446300ZnoLwa','7846wDnlcc'];a0_0x1d00=function(){return _0x1b38b6;};return a0_0x1d00();}import{css}from'lit';export const DynamicMenuPortraitStyles=css`
1
+ (function(_0x1bef69,_0x26c3a0){const _0x5e6b78=a0_0x3133,_0x541041=_0x1bef69();while(!![]){try{const _0x3729ad=-parseInt(_0x5e6b78(0x133))/0x1*(-parseInt(_0x5e6b78(0x131))/0x2)+-parseInt(_0x5e6b78(0x12b))/0x3*(parseInt(_0x5e6b78(0x132))/0x4)+parseInt(_0x5e6b78(0x12e))/0x5+parseInt(_0x5e6b78(0x12f))/0x6*(parseInt(_0x5e6b78(0x12d))/0x7)+parseInt(_0x5e6b78(0x129))/0x8*(-parseInt(_0x5e6b78(0x12a))/0x9)+-parseInt(_0x5e6b78(0x12c))/0xa+parseInt(_0x5e6b78(0x130))/0xb;if(_0x3729ad===_0x26c3a0)break;else _0x541041['push'](_0x541041['shift']());}catch(_0x40e2cd){_0x541041['push'](_0x541041['shift']());}}}(a0_0xb1b5,0xe9d8e));function a0_0xb1b5(){const _0x40b661=['4290360CmGcTJ','1015945zxtLmf','7364910QildHS','42GWLApm','2846811yFObwo','10TFqhuK','2354012VKymeb','111084mHPDIS','232JskBlS','229428mfhvkT','6QUJExL'];a0_0xb1b5=function(){return _0x40b661;};return a0_0xb1b5();}function a0_0x3133(_0xb26b17,_0xff44c1){const _0xb1b5e1=a0_0xb1b5();return a0_0x3133=function(_0x3133f7,_0x4b7a16){_0x3133f7=_0x3133f7-0x129;let _0x184f8c=_0xb1b5e1[_0x3133f7];return _0x184f8c;},a0_0x3133(_0xb26b17,_0xff44c1);}import{css}from'lit';export const DynamicMenuPortraitStyles=css`
2
2
  :host {
3
3
  display: flex;
4
4
  overflow-y: auto;