@things-factory/meta-ui 6.1.52 → 6.1.53

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 (91) hide show
  1. package/client/actions/main.js +4 -4
  2. package/client/component/filter/filter-form-meta-code-select.js +9 -9
  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 +3 -3
  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 +3 -3
  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 +28 -28
  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 +16 -16
  35. package/client/pages/menu/export-menu-popup.js +7 -7
  36. package/client/pages/meta-form-element.js +1 -1
  37. package/client/pages/meta-grist-element.js +1 -1
  38. package/client/pages/meta-grist-page.js +1 -1
  39. package/client/pages/meta-grist-tab-element.js +1 -1
  40. package/client/pages/meta-grist-tab-page.js +1 -1
  41. package/client/pages/meta-main-tab-element.js +1 -1
  42. package/client/pages/meta-main-tab-page.js +1 -1
  43. package/client/pages/meta-master-detail-element.js +1 -1
  44. package/client/pages/meta-master-detail-page.js +1 -1
  45. package/client/pages/meta-tab-detail-element.js +1 -1
  46. package/client/pages/meta-tab-detail-page.js +1 -1
  47. package/client/pages/meta-tab-element.js +1 -1
  48. package/client/pages/personalize/personal-column-selector.js +11 -11
  49. package/client/pages/terms/config-terminology.js +6 -6
  50. package/client/pages/work-code/work-code-detail-popup.js +1 -1
  51. package/client/pages/work-code/work-code-page.js +1 -1
  52. package/client/reducers/main.js +1 -1
  53. package/client/utils/grist-default-value.js +1 -1
  54. package/client/utils/meta-api.js +1 -1
  55. package/client/utils/meta-crypto.js +1 -1
  56. package/client/utils/meta-ui-util.js +103 -103
  57. package/client/utils/service-util.js +13 -13
  58. package/client/utils/terms-util.js +2 -2
  59. package/client/utils/ui-util.js +1 -1
  60. package/client/utils/value-util.js +1 -1
  61. package/client/viewparts/dynamic-menu-landscape-styles.js +1 -1
  62. package/client/viewparts/dynamic-menu-landscape.js +10 -10
  63. package/client/viewparts/dynamic-menu-part.js +11 -11
  64. package/client/viewparts/dynamic-menu-portrait-styles.js +2 -2
  65. package/client/viewparts/dynamic-menu-portrait.js +9 -9
  66. package/client/viewparts/dynamic-top-menu-bar.js +7 -7
  67. package/package.json +2 -2
  68. package/server/activity/CommonActivity.js +2 -2
  69. package/server/constants/error-code.js +1 -1
  70. package/server/errors/license-error.js +1 -1
  71. package/server/routes.js +1 -1
  72. package/server/service/dynamic-menu/dynamic-menu-query.js +1 -1
  73. package/server/service/dynamic-menu/dynamic-menu-type.js +1 -1
  74. package/server/service/entity-event-subscriber/entity-event-subscriber.js +1 -1
  75. package/server/service/grid-personalize/grid-personalize-mutation.js +1 -1
  76. package/server/service/grid-personalize/grid-personalize-query.js +1 -1
  77. package/server/service/grid-personalize/grid-personalize-type.js +1 -1
  78. package/server/service/grid-personalize/grid-personalize.js +1 -1
  79. package/server/service/meta-activity/meta-activity-mutation.js +1 -1
  80. package/server/service/meta-activity/meta-activity-query.js +1 -1
  81. package/server/service/meta-activity/meta-activity-type.js +1 -1
  82. package/server/service/meta-secret/meta-resolver.js +1 -1
  83. package/server/service/set-translations/set-translation-resolver.js +1 -1
  84. package/server/service/work-code/work-code-mutation.js +1 -1
  85. package/server/service/work-code/work-code-query.js +1 -1
  86. package/server/service/work-code/work-code-type.js +1 -1
  87. package/server/service/work-code/work-code.js +1 -1
  88. package/server/service/work-code-detail/work-code-detail-mutation.js +1 -1
  89. package/server/service/work-code-detail/work-code-detail-query.js +1 -1
  90. package/server/service/work-code-detail/work-code-detail-type.js +1 -1
  91. package/server/service/work-code-detail/work-code-detail.js +1 -1
@@ -1,4 +1,4 @@
1
- const a0_0x504583=a0_0x5860;(function(_0x5bd3c5,_0x4886a7){const _0x116960=a0_0x5860,_0x280569=_0x5bd3c5();while(!![]){try{const _0x2d2559=parseInt(_0x116960(0x163))/0x1*(-parseInt(_0x116960(0x146))/0x2)+parseInt(_0x116960(0x108))/0x3*(parseInt(_0x116960(0x137))/0x4)+parseInt(_0x116960(0x142))/0x5*(parseInt(_0x116960(0x13e))/0x6)+-parseInt(_0x116960(0x167))/0x7*(parseInt(_0x116960(0x155))/0x8)+-parseInt(_0x116960(0x105))/0x9+-parseInt(_0x116960(0x113))/0xa*(-parseInt(_0x116960(0x13b))/0xb)+parseInt(_0x116960(0x150))/0xc;if(_0x2d2559===_0x4886a7)break;else _0x280569['push'](_0x280569['shift']());}catch(_0x22e00c){_0x280569['push'](_0x280569['shift']());}}}(a0_0x5b9c,0xd1f7a));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';function a0_0x5860(_0x148d1e,_0x4cc84b){const _0x5b9ca9=a0_0x5b9c();return a0_0x5860=function(_0x5860b4,_0x6cb293){_0x5860b4=_0x5860b4-0xf8;let _0x5d6cd4=_0x5b9ca9[_0x5860b4];return _0x5d6cd4;},a0_0x5860(_0x148d1e,_0x4cc84b);}import{UiUtil}from'./ui-util';import a0_0x3b73f2 from'graphql-tag';import{ValueUtil}from'./value-util';import{asyncReplace}from'lit/directives/async-replace.js';import a0_0x2f121d from'i18next';function a0_0x5b9c(){const _0x2295b6=['myDynamicMenus','text.are_you_sure','split','runScenario','buildArgs','hidden','searchMyDynamicMenus','exportableData','question','path','code-input','sort','gridPersonalizeTemplates','hiddenFlag','key','reduce','networkError','id,template','records','error','data','routingType','checkClientError','badge','info','unshift','dispatch','cuFlag','getWorkCodeByName','numberOfToDos','name','getSelectedIdList','filter','code','getCodeByEntity','delete','details','columns','mandatory','splice','showGraphqlException','showAlertPopup','numberOfApprovalPendings','updatedAt','forEach','\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','category','errors','6906267BOMlDc','showToast','push','14121xzbvUb','length','createdAt','text.there_is_nothing_to_delete','getCodeByScenario','join','findOne','gutter','\x0a\x20\x20\x20\x20\x20\x20','check-mandatory-field','SCREEN','10NlLGEv','approval-pending-list','text.nothing_selected','numberOfDrafts','draft-list','query','tMenu','cancel','record','log','_config','map','resourceUrl','searchByPagination','updater','__dirty__','fetch','text.nothing_changed','header','confirm','workCodeByName','imex','rank','active','group','searchMenuGridPersnalTemplate','extensions','message','parent','button.','__origin__','updateMultiple','title','text.NOTHING_CHANGED','button.delete','codeItems','376EkUJCz','callScenario','test','patchesForUpdateMultiple','2759240MmOwkt','todo-list','find','2000946FyRPgu','description','isArray','deleteListByIds','15yqidHh','type','isNotEmpty','object','4OzEIdv','menuType','result','tText','menu.id','getCodeSelectorData','noteq','menus','parse','isEmpty','26453856AJqaZk','HOME','value','total','xlsx','304WPIHLD','__dirtyfields__','routing','template','MENU','config','items','success\x20to\x20delete','creator','__seq__','dirtyRecords','deleteListByGristSelected','showGraphqlErrorResponse','iconPath','774853MRnPRe','findIndex','includes','GROUP','132846yMzXrU','children'];a0_0x5b9c=function(){return _0x2295b6;};return a0_0x5b9c();}import{generateActivitySummary,startSubscribeActivitySummary}from'@things-factory/worklist';export class ServiceUtil{static async['codeItems'](_0x1993c2){const _0x17c540=a0_0x5860;if(Array[_0x17c540(0x140)](_0x1993c2))return _0x1993c2[_0x17c540(0x11e)](_0x99f8e6=>_0x17c540(0x145)==typeof _0x99f8e6?{'name':_0x99f8e6[_0x17c540(0x152)],'description':_0x99f8e6['display']}:{'name':_0x99f8e6,'description':_0x99f8e6});let _0x5f4c38=await ServiceUtil['getWorkCodeByName'](_0x1993c2);return _0x5f4c38&&_0x5f4c38[_0x17c540(0x109)]>0x0?_0x5f4c38:await getCodeByName(_0x1993c2);}static async[a0_0x504583(0x185)](_0x5d2552){const _0x5faec7=a0_0x504583,_0x42a23c=await client['query']({'query':a0_0x3b73f2`
1
+ const a0_0x27d516=a0_0x110a;function a0_0x3e1f(){const _0x1bd7b9=['push','data','object','exportableData','__seq__','reduce','success\x20to\x20save','createdAt','routing','updateMultiple','searchByPagination','buildArgs','searchMyDynamicMenus','success\x20to\x20delete','isArray','getCodeByScenario','747420iyoaPf','children','deleteListByIds','hidden','findIndex','includes','join','parent','1757394IvWZpI','GROUP','text.nothing_selected','selected','message','findOne','code','columns','splice','\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','getSelectedIdList','rank','button.','undefined','searchMenuGridPersnalTemplate','tMenu','header','4113776zzKIio','7jjeZSq','question','gutter','callScenario','total','active','menus','menuType','name','errors','__origin__','filter','\x0a\x20\x20\x20\x20\x20\x20','updateMultipleData','isNotEmpty','result','confirm','4202824eNzeeO','approval-pending-list','dirtyRecords','fetch','showGraphqlException','routingType','updater','HOME','3PfkOBY','template','info','cancel','id,template','MENU','showToast','split','showAlertPopup','path','details','1864894tuQtqQ','gridPersonalizeTemplates','hiddenFlag','xlsx','noteq','error','sort','badge','getCodeByEntity','runScenario','extensions','isEmpty','records','group','mandatory','success\x20to\x20process','iconPath','resourceUrl','getWorkCodeByName','parse','text.NOTHING_CHANGED','todo-list','items','__dirty__','checkClientError','255771vbFPyv','code-input','__dirtyfields__','display','record','config','networkError','map','patchesForUpdateMultiple','forEach','log','text.are_you_sure','getCodeSelectorData','query','find','type','menu.id','workCodeByName','myDynamicMenus','_config','key','arrangeMenuRoutes','dispatch','showGraphqlErrorResponse','519859Kkclin','407rpMVrv','description','tText','SCREEN','imex','length','cuFlag','test','codeItems','20hRJPLf','updatedAt','creator','unshift'];a0_0x3e1f=function(){return _0x1bd7b9;};return a0_0x3e1f();}(function(_0x132896,_0x32be9b){const _0x233fbf=a0_0x110a,_0x4e23c2=_0x132896();while(!![]){try{const _0xc8b46b=-parseInt(_0x233fbf(0x1f4))/0x1+-parseInt(_0x233fbf(0x1c3))/0x2+parseInt(_0x233fbf(0x1b8))/0x3*(parseInt(_0x233fbf(0x19e))/0x4)+-parseInt(_0x233fbf(0x1fe))/0x5*(parseInt(_0x233fbf(0x18d))/0x6)+-parseInt(_0x233fbf(0x19f))/0x7*(parseInt(_0x233fbf(0x1b0))/0x8)+-parseInt(_0x233fbf(0x1dc))/0x9+parseInt(_0x233fbf(0x185))/0xa*(parseInt(_0x233fbf(0x1f5))/0xb);if(_0xc8b46b===_0x32be9b)break;else _0x4e23c2['push'](_0x4e23c2['shift']());}catch(_0x4cf5ee){_0x4e23c2['push'](_0x4e23c2['shift']());}}}(a0_0x3e1f,0x96720));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';function a0_0x110a(_0x19a9a9,_0x15edd0){const _0x3e1f0c=a0_0x3e1f();return a0_0x110a=function(_0x110abb,_0x5a2692){_0x110abb=_0x110abb-0x183;let _0x39c564=_0x3e1f0c[_0x110abb];return _0x39c564;},a0_0x110a(_0x19a9a9,_0x15edd0);}import{client}from'@operato/graphql';import{TermsUtil}from'./terms-util';import{UiUtil}from'./ui-util';import a0_0x5c9528 from'graphql-tag';import{ValueUtil}from'./value-util';import{asyncReplace}from'lit/directives/async-replace.js';import a0_0x2f2f16 from'i18next';import{generateActivitySummary,startSubscribeActivitySummary}from'@things-factory/worklist';export class ServiceUtil{static async['codeItems'](_0x3dfb3f){const _0x456e93=a0_0x110a;if(Array[_0x456e93(0x183)](_0x3dfb3f))return _0x3dfb3f[_0x456e93(0x1e3)](_0x5ad25b=>_0x456e93(0x204)==typeof _0x5ad25b?{'name':_0x5ad25b['value'],'description':_0x5ad25b[_0x456e93(0x1df)]}:{'name':_0x5ad25b,'description':_0x5ad25b});let _0x34fce4=await ServiceUtil[_0x456e93(0x1d5)](_0x3dfb3f);return _0x34fce4&&_0x34fce4['length']>0x0?_0x34fce4:await getCodeByName(_0x3dfb3f);}static async['getWorkCodeByName'](_0x41016b){const _0x319d95=a0_0x110a,_0x3d2796=await client[_0x319d95(0x1e9)]({'query':a0_0x5c9528`
2
2
  query workCodeByName($name: String!) {
3
3
  workCodeByName(name: $name) {
4
4
  details {
@@ -8,32 +8,32 @@ const a0_0x504583=a0_0x5860;(function(_0x5bd3c5,_0x4886a7){const _0x116960=a0_0x
8
8
  }
9
9
  }
10
10
  }
11
- `,'variables':{'name':_0x5d2552},'context':gqlContext()});return!_0x42a23c[_0x5faec7(0x104)]&&_0x42a23c[_0x5faec7(0x17d)][_0x5faec7(0x127)]&&_0x42a23c[_0x5faec7(0x17d)][_0x5faec7(0x127)][_0x5faec7(0xf9)]?_0x42a23c['data']['workCodeByName']['details'][_0x5faec7(0x174)]((_0x32725a,_0x250b48)=>_0x32725a[_0x5faec7(0x129)]-_0x250b48[_0x5faec7(0x129)]):[];}static async[a0_0x504583(0x14b)](_0x24a145){const _0x34dced=a0_0x504583;let _0x4e47c5=(await ServiceUtil[_0x34dced(0x136)](_0x24a145))[_0x34dced(0x11e)](_0x14e55e=>({'value':_0x14e55e['name'],'display':_0x14e55e[_0x34dced(0x13f)]}));return _0x4e47c5[_0x34dced(0x182)]({'value':'','display':''}),_0x4e47c5;}static async[a0_0x504583(0x10c)](_0x514926,_0x392d6c){const _0xbf7934=a0_0x504583;let _0x7964cb=await ServiceUtil[_0xbf7934(0x138)](null,_0x514926,_0x392d6c,!0x1);if(_0x7964cb&&_0x7964cb[_0xbf7934(0x17d)]&&_0x7964cb[_0xbf7934(0x17d)][_0xbf7934(0x16c)]&&_0x7964cb[_0xbf7934(0x17d)][_0xbf7934(0x16c)][_0xbf7934(0x17d)]&&_0x7964cb[_0xbf7934(0x17d)][_0xbf7934(0x16c)]['data'][_0xbf7934(0x148)]){let _0x1dc98b=_0x7964cb[_0xbf7934(0x17d)]['runScenario'][_0xbf7934(0x17d)][_0xbf7934(0x148)];return _0x1dc98b[_0xbf7934(0x182)]({'value':'','display':''}),_0x1dc98b[_0xbf7934(0x11e)](_0x4af88c=>({'value':_0x4af88c[_0xbf7934(0x187)],'display':_0x4af88c[_0xbf7934(0x13f)]}));}return[];}static async[a0_0x504583(0x18b)]({queryName:_0x20a50d,codeField:_0xdf4260=a0_0x504583(0x187),dispField:_0x39919f,filters:_0x132854=[],sorters:_0x47fe9b=[]}){const _0x35b4d4=a0_0x504583;let _0x4e15d8=_0x39919f[_0x35b4d4(0x16b)](','),_0x2d5e51=_0x35b4d4(0x110)+_0xdf4260+_0x35b4d4(0x110)+(_0x39919f?_0x4e15d8[_0x35b4d4(0x10d)]('\x0a'):'')+'\x0a\x20\x20\x20\x20',_0x8c33c8=await ServiceUtil[_0x35b4d4(0x120)](_0x20a50d,_0x132854,_0x47fe9b,0x0,0x0,_0x2d5e51),_0xdfc266=[{'value':'','display':''}];return _0x8c33c8[_0x35b4d4(0x17b)][_0x35b4d4(0x101)](_0x5b5374=>{const _0x179dcb=_0x35b4d4;let _0x4b398a=_0x5b5374[_0xdf4260];if(_0x39919f){let _0x155fb4=_0x39919f['split'](',');_0x4b398a=_0x5b5374[_0x155fb4[0x0]],_0x155fb4['length']>0x1&&(_0x4b398a+='('+_0x155fb4['splice'](0x1)[_0x179dcb(0x11e)](_0xaf7a87=>_0x5b5374[_0xaf7a87])[_0x179dcb(0x10d)](',')+')');}_0xdfc266[_0x179dcb(0x107)]({'value':_0x5b5374[_0xdf4260],'display':_0x4b398a});}),_0xdfc266;}static async[a0_0x504583(0x169)](){const _0xbf3c68=a0_0x504583;let _0x2ea836=await ServiceUtil[_0xbf3c68(0x16f)]();return null!=_0x2ea836?ServiceUtil['arrangeMenuRoutes'](_0x2ea836):null;}static async[a0_0x504583(0x12c)](_0x4da95a){const _0x169ef8=a0_0x504583;let _0x370d8a=[{'name':_0x169ef8(0x14a),'operator':'eq','value':_0x4da95a}],_0x5d2b11=await ServiceUtil[_0x169ef8(0x120)](_0x169ef8(0x175),_0x370d8a,[],0x0,0x0,_0x169ef8(0x17a));return 0x0==_0x5d2b11['total']?{}:{'id':_0x5d2b11[_0x169ef8(0x17b)][0x0]['id'],'template':JSON[_0x169ef8(0x14e)](_0x5d2b11[_0x169ef8(0x17b)][0x0][_0x169ef8(0x158)])};}static['arrangeMenuRoutes'](_0x4415dc){const _0x4d9c58=a0_0x504583;let _0xb9b276=[];_0x4415dc['forEach'](_0xa65a49=>{const _0x17de39=a0_0x5860;_0xb9b276[_0x17de39(0x107)](_0xa65a49),_0xa65a49[_0x17de39(0x168)]&&(_0xa65a49['children'][_0x17de39(0x174)](function(_0x1c24e0,_0x2d5daa){const _0x30a796=_0x17de39;return _0x1c24e0[_0x30a796(0x129)]-_0x2d5daa['rank'];}),_0xa65a49['children']['forEach'](_0x5e1a2b=>{const _0xa25532=_0x17de39;0x1!=_0x5e1a2b[_0xa25532(0x176)]&&(_0x5e1a2b['parent']=_0xa65a49,_0xb9b276['push'](_0x5e1a2b));}));});let _0x140a97=_0xb9b276['map'](_0x3d2259=>{const _0xbb0744=a0_0x5860;if('GROUP'==_0x3d2259[_0xbb0744(0x147)]||_0xbb0744(0x159)==_0x3d2259[_0xbb0744(0x147)]){let _0x34182e={'id':_0x3d2259['id'],'parent':!0x0,'name':TermsUtil[_0xbb0744(0x119)](_0x3d2259[_0xbb0744(0x187)]),'icon':_0x3d2259[_0xbb0744(0x162)],'type':_0xbb0744(0x166)==_0x3d2259[_0xbb0744(0x147)]?_0xbb0744(0x12b):'','menus':[]};return _0x3d2259[_0xbb0744(0x157)]&&(_0x34182e[_0xbb0744(0x172)]=_0x3d2259[_0xbb0744(0x157)]),_0x34182e;}return{'id':'0'};})[_0x4d9c58(0x189)](_0x5d8f70=>'0'!=_0x5d8f70['id']),_0x177e5c=_0xb9b276[_0x4d9c58(0x11e)](_0xc0b340=>{const _0x3ec082=_0x4d9c58;if(_0x3ec082(0x112)==_0xc0b340[_0x3ec082(0x147)]||'HIDDEN-PAGE'==_0xc0b340['menuType']){let _0x20e320=_0x140a97[_0x3ec082(0x13d)](_0x735b59=>_0x735b59['id']==_0xc0b340[_0x3ec082(0x12f)]['id']);if(_0x20e320){let _0x53fe4f=TermsUtil['tMenu'](_0xc0b340['name']);return _0x3ec082(0x112)==_0xc0b340[_0x3ec082(0x147)]&&_0x20e320[_0x3ec082(0x14d)][_0x3ec082(0x107)]({'id':_0xc0b340['id'],'name':_0x53fe4f,'path':_0xc0b340['routing'],'icon':_0xc0b340[_0x3ec082(0x162)]}),{'id':_0xc0b340['id'],'parent':!0x1,'parent_id':_0x20e320['id'],'title':_0x53fe4f,'tagname':_0xc0b340[_0x3ec082(0x103)],'page':_0xc0b340[_0x3ec082(0x157)],'template':_0xc0b340[_0x3ec082(0x11f)],'routing_type':_0xc0b340['routingType']};}return{'id':'0'};}return'HOME'==_0xc0b340[_0x3ec082(0x147)]?{'id':_0xc0b340['id'],'parent':!0x0,'parent_id':null,'title':TermsUtil[_0x3ec082(0x119)](_0xc0b340['name']),'tagname':_0xc0b340[_0x3ec082(0x103)],'page':_0xc0b340['routing'],'template':_0xc0b340[_0x3ec082(0x11f)],'routing_type':_0xc0b340[_0x3ec082(0x17e)]}:{'id':'0'};})['filter'](_0x27ac42=>null!=_0x27ac42&&'0'!=_0x27ac42['id']);_0x140a97[_0x4d9c58(0x189)](_0x3ecf37=>_0x4d9c58(0x12b)==_0x3ecf37['type']&&_0x3ecf37[_0x4d9c58(0x14d)]&&_0x3ecf37[_0x4d9c58(0x14d)][_0x4d9c58(0x109)]>0x0)['forEach'](_0x5a0c89=>{const _0x457581=_0x4d9c58;let _0x11ec13=_0x140a97[_0x457581(0x164)](_0x3f6d5e=>_0x3f6d5e['id']==_0x5a0c89['id'])+0x1;_0x140a97[_0x457581(0xfc)](_0x11ec13,0x0,..._0x5a0c89[_0x457581(0x14d)]);});let _0x5d05cb=0x0;return _0x140a97[_0x4d9c58(0x101)](_0x128c76=>{const _0x3e0f50=_0x4d9c58;_0x3e0f50(0x13c)==_0x128c76['path']?(_0x5d05cb++,_0x128c76[_0x3e0f50(0x180)]=()=>asyncReplace(generateActivitySummary(_0x3e0f50(0x186))),_0x128c76[_0x3e0f50(0x12a)]=({path:_0x4da948})=>/^activity\//[_0x3e0f50(0x139)](_0x4da948)):_0x3e0f50(0x114)==_0x128c76['path']?(_0x5d05cb++,_0x128c76[_0x3e0f50(0x180)]=()=>asyncReplace(generateActivitySummary(_0x3e0f50(0xff))),_0x128c76[_0x3e0f50(0x12a)]=({path:_0x395c3c})=>/^activity\//[_0x3e0f50(0x139)](_0x395c3c)):_0x3e0f50(0x117)==_0x128c76['path']&&(_0x5d05cb++,_0x128c76[_0x3e0f50(0x180)]=()=>asyncReplace(generateActivitySummary(_0x3e0f50(0x116))));}),_0x5d05cb>0x0&&startSubscribeActivitySummary(),{'menus':_0x140a97,'routes':_0x177e5c};}static async[a0_0x504583(0x16f)](){const _0x369508=a0_0x504583;let _0x5aa645=await ServiceUtil[_0x369508(0x120)](_0x369508(0x14d),[{'name':_0x369508(0x176),'operator':_0x369508(0x14c),'value':!0x0},{'name':_0x369508(0x147),'operator':'in','value':[_0x369508(0x151),_0x369508(0x159),_0x369508(0x166)]}],[{'name':_0x369508(0x129)}],0x0,0x0,_0x369508(0x102));return _0x5aa645?_0x5aa645[_0x369508(0x17b)]:[];}static async[a0_0x504583(0x161)](_0xb3fd2f){const _0x373352=a0_0x504583;if(_0xb3fd2f[_0x373352(0x104)]&&_0xb3fd2f[_0x373352(0x104)]['length']>0x0){let _0xb7855a=_0xb3fd2f[_0x373352(0x104)][0x0],_0x4ee83a=_0xb7855a[_0x373352(0x12e)],_0x50523b=_0xb7855a[_0x373352(0x12e)];_0xb7855a['extensions']&&(_0x50523b=_0xb7855a[_0x373352(0x12d)][_0x373352(0x18a)]),await UiUtil['showAlertPopup'](_0x50523b,_0x4ee83a,_0x373352(0x17c),'confirm');}}static async[a0_0x504583(0xfd)](_0x19ad00){const _0x510148=a0_0x504583;_0x19ad00&&(_0x19ad00[_0x510148(0x179)]&&_0x19ad00[_0x510148(0x179)][_0x510148(0x148)]?await ServiceUtil['showGraphqlErrorResponse'](_0x19ad00[_0x510148(0x179)]['result']):await UiUtil[_0x510148(0xfe)]('Graphql\x20Error',_0x19ad00[_0x510148(0x12e)],_0x510148(0x17c),'confirm'));}static async[a0_0x504583(0x170)](_0x1513f5,_0x3b49c5,_0x291654){const _0x140154=a0_0x504583;var _0x30df20=_0x291654[_0x140154(0x11d)][_0x140154(0xfa)][_0x140154(0x189)](_0x954a13=>_0x140154(0x10f)!==_0x954a13[_0x140154(0x143)]&&void 0x0!==_0x954a13[_0x140154(0x11b)]&&void 0x0!==_0x954a13[_0x140154(0x128)]&&!0x0!==_0x954a13[_0x140154(0x16e)])[_0x140154(0x11e)](_0x12c657=>_0x12c657[_0x140154(0x128)]),_0x3187dd=_0x291654[_0x140154(0x17d)][_0x140154(0x17b)]['map'](_0x189f6a=>({..._0x291654[_0x140154(0x11d)][_0x140154(0xfa)]['filter'](_0x37fd9d=>_0x140154(0x10f)!==_0x37fd9d[_0x140154(0x143)]&&void 0x0!==_0x37fd9d['record']&&void 0x0!==_0x37fd9d['imex']&&!0x0!==_0x37fd9d[_0x140154(0x16e)])[_0x140154(0x178)]((_0x42cb32,_0x144eab)=>(_0x42cb32[_0x144eab[_0x140154(0x128)][_0x140154(0x177)]]=_0x144eab['imex'][_0x140154(0x177)][_0x140154(0x16b)]('.')['reduce']((_0x2de0c4,_0x345eae)=>_0x2de0c4&&'undefined'!==_0x2de0c4[_0x345eae]?_0x2de0c4[_0x345eae]:void 0x0,_0x189f6a),_0x42cb32),{})}));if(!_0x1513f5)return{'header':_0x30df20,'data':_0x3187dd};store[_0x140154(0x183)]({'type':EXPORT,'exportable':{'extension':_0x140154(0x154),'name':_0x3b49c5,'data':{'header':_0x30df20,'data':_0x3187dd}}});}static async[a0_0x504583(0x120)](_0x5c6edd,_0x42e337,_0x290417,_0x334cdb,_0x4a4f02,_0x2601ea){const _0x155639=a0_0x504583;try{const _0xb833ec=await client['query']({'query':a0_0x3b73f2`
11
+ `,'variables':{'name':_0x41016b},'context':gqlContext()});return!_0x3d2796['errors']&&_0x3d2796[_0x319d95(0x203)][_0x319d95(0x1ed)]&&_0x3d2796[_0x319d95(0x203)][_0x319d95(0x1ed)][_0x319d95(0x1c2)]?_0x3d2796[_0x319d95(0x203)][_0x319d95(0x1ed)][_0x319d95(0x1c2)]['sort']((_0x16554c,_0x46aecc)=>_0x16554c[_0x319d95(0x198)]-_0x46aecc[_0x319d95(0x198)]):[];}static async[a0_0x27d516(0x1e8)](_0xe3c3c2){const _0x17737e=a0_0x27d516;let _0x13d1ac=(await ServiceUtil[_0x17737e(0x1fd)](_0xe3c3c2))['map'](_0x2148d7=>({'value':_0x2148d7[_0x17737e(0x1a7)],'display':_0x2148d7[_0x17737e(0x1f6)]}));return _0x13d1ac[_0x17737e(0x201)]({'value':'','display':''}),_0x13d1ac;}static async[a0_0x27d516(0x184)](_0x24bdc8,_0x245a3c){const _0x11317a=a0_0x27d516;let _0x5375a2=await ServiceUtil[_0x11317a(0x1a2)](null,_0x24bdc8,_0x245a3c,!0x1);if(_0x5375a2&&_0x5375a2[_0x11317a(0x203)]&&_0x5375a2[_0x11317a(0x203)][_0x11317a(0x1cc)]&&_0x5375a2[_0x11317a(0x203)]['runScenario'][_0x11317a(0x203)]&&_0x5375a2[_0x11317a(0x203)][_0x11317a(0x1cc)][_0x11317a(0x203)][_0x11317a(0x1ae)]){let _0x30df56=_0x5375a2[_0x11317a(0x203)][_0x11317a(0x1cc)][_0x11317a(0x203)][_0x11317a(0x1ae)];return _0x30df56['unshift']({'value':'','display':''}),_0x30df56[_0x11317a(0x1e3)](_0x1e04f6=>({'value':_0x1e04f6['name'],'display':_0x1e04f6[_0x11317a(0x1f6)]}));}return[];}static async[a0_0x27d516(0x1cb)]({queryName:_0x1db3c5,codeField:_0x10f6cf=a0_0x27d516(0x1a7),dispField:_0x205f68,filters:_0x18cb3c=[],sorters:_0x2e851a=[]}){const _0x37ae86=a0_0x27d516;let _0x282277=_0x205f68['split'](','),_0x1ae95a=_0x37ae86(0x1ab)+_0x10f6cf+'\x0a\x20\x20\x20\x20\x20\x20'+(_0x205f68?_0x282277[_0x37ae86(0x18b)]('\x0a'):'')+'\x0a\x20\x20\x20\x20',_0x177dcf=await ServiceUtil[_0x37ae86(0x20c)](_0x1db3c5,_0x18cb3c,_0x2e851a,0x0,0x0,_0x1ae95a),_0x186427=[{'value':'','display':''}];return _0x177dcf[_0x37ae86(0x1cf)][_0x37ae86(0x1e5)](_0x69a5b2=>{const _0x5f1c80=_0x37ae86;let _0x432642=_0x69a5b2[_0x10f6cf];if(_0x205f68){let _0x164a18=_0x205f68['split'](',');_0x432642=_0x69a5b2[_0x164a18[0x0]],_0x164a18['length']>0x1&&(_0x432642+='('+_0x164a18['splice'](0x1)[_0x5f1c80(0x1e3)](_0x506e2d=>_0x69a5b2[_0x506e2d])[_0x5f1c80(0x18b)](',')+')');}_0x186427[_0x5f1c80(0x202)]({'value':_0x69a5b2[_0x10f6cf],'display':_0x432642});}),_0x186427;}static async[a0_0x27d516(0x1ee)](){let _0x28609f=await ServiceUtil['searchMyDynamicMenus']();return null!=_0x28609f?ServiceUtil['arrangeMenuRoutes'](_0x28609f):null;}static async[a0_0x27d516(0x19b)](_0x3f5195){const _0x18691d=a0_0x27d516;let _0xd0bb7f=[{'name':_0x18691d(0x1ec),'operator':'eq','value':_0x3f5195}],_0x1c860a=await ServiceUtil[_0x18691d(0x20c)](_0x18691d(0x1c4),_0xd0bb7f,[],0x0,0x0,_0x18691d(0x1bc));return 0x0==_0x1c860a['total']?{}:{'id':_0x1c860a[_0x18691d(0x1cf)][0x0]['id'],'template':JSON[_0x18691d(0x1d6)](_0x1c860a['records'][0x0][_0x18691d(0x1b9)])};}static[a0_0x27d516(0x1f1)](_0x4da50c){const _0x5932d6=a0_0x27d516;let _0x7574ac=[];_0x4da50c['forEach'](_0x4434d7=>{const _0x3371f3=a0_0x110a;_0x7574ac[_0x3371f3(0x202)](_0x4434d7),_0x4434d7[_0x3371f3(0x186)]&&(_0x4434d7[_0x3371f3(0x186)][_0x3371f3(0x1c9)](function(_0x2c47e5,_0x460a01){const _0xb70598=_0x3371f3;return _0x2c47e5[_0xb70598(0x198)]-_0x460a01[_0xb70598(0x198)];}),_0x4434d7[_0x3371f3(0x186)][_0x3371f3(0x1e5)](_0x1d8be2=>{const _0x2ea0d1=_0x3371f3;0x1!=_0x1d8be2[_0x2ea0d1(0x1c5)]&&(_0x1d8be2['parent']=_0x4434d7,_0x7574ac[_0x2ea0d1(0x202)](_0x1d8be2));}));});let _0x3ae930=_0x7574ac[_0x5932d6(0x1e3)](_0x2411f2=>{const _0x1314a6=_0x5932d6;if(_0x1314a6(0x18e)==_0x2411f2[_0x1314a6(0x1a6)]||_0x1314a6(0x1bd)==_0x2411f2[_0x1314a6(0x1a6)]){let _0x451607={'id':_0x2411f2['id'],'parent':!0x0,'name':TermsUtil[_0x1314a6(0x19c)](_0x2411f2[_0x1314a6(0x1a7)]),'icon':_0x2411f2[_0x1314a6(0x1d3)],'type':_0x1314a6(0x18e)==_0x2411f2[_0x1314a6(0x1a6)]?'group':'','menus':[]};return _0x2411f2['routing']&&(_0x451607['path']=_0x2411f2['routing']),_0x451607;}return{'id':'0'};})[_0x5932d6(0x1aa)](_0x2d3ce2=>'0'!=_0x2d3ce2['id']),_0x18e705=_0x7574ac['map'](_0x4ea9bb=>{const _0x3550c2=_0x5932d6;if(_0x3550c2(0x1f8)==_0x4ea9bb[_0x3550c2(0x1a6)]||'HIDDEN-PAGE'==_0x4ea9bb['menuType']){let _0xc42a8e=_0x3ae930[_0x3550c2(0x1ea)](_0xc86d1d=>_0xc86d1d['id']==_0x4ea9bb[_0x3550c2(0x18c)]['id']);if(_0xc42a8e){let _0x494cd3=TermsUtil['tMenu'](_0x4ea9bb[_0x3550c2(0x1a7)]);return _0x3550c2(0x1f8)==_0x4ea9bb[_0x3550c2(0x1a6)]&&_0xc42a8e['menus'][_0x3550c2(0x202)]({'id':_0x4ea9bb['id'],'name':_0x494cd3,'path':_0x4ea9bb[_0x3550c2(0x20a)],'icon':_0x4ea9bb[_0x3550c2(0x1d3)]}),{'id':_0x4ea9bb['id'],'parent':!0x1,'parent_id':_0xc42a8e['id'],'title':_0x494cd3,'tagname':_0x4ea9bb['category'],'page':_0x4ea9bb[_0x3550c2(0x20a)],'template':_0x4ea9bb[_0x3550c2(0x1d4)],'routing_type':_0x4ea9bb[_0x3550c2(0x1b5)]};}return{'id':'0'};}return _0x3550c2(0x1b7)==_0x4ea9bb[_0x3550c2(0x1a6)]?{'id':_0x4ea9bb['id'],'parent':!0x0,'parent_id':null,'title':TermsUtil[_0x3550c2(0x19c)](_0x4ea9bb['name']),'tagname':_0x4ea9bb['category'],'page':_0x4ea9bb[_0x3550c2(0x20a)],'template':_0x4ea9bb[_0x3550c2(0x1d4)],'routing_type':_0x4ea9bb[_0x3550c2(0x1b5)]}:{'id':'0'};})[_0x5932d6(0x1aa)](_0x2ccdd3=>null!=_0x2ccdd3&&'0'!=_0x2ccdd3['id']);_0x3ae930['filter'](_0x331213=>_0x5932d6(0x1d0)==_0x331213[_0x5932d6(0x1eb)]&&_0x331213[_0x5932d6(0x1a5)]&&_0x331213[_0x5932d6(0x1a5)][_0x5932d6(0x1fa)]>0x0)[_0x5932d6(0x1e5)](_0x35da99=>{const _0x3276ed=_0x5932d6;let _0x34b1f0=_0x3ae930[_0x3276ed(0x189)](_0x442443=>_0x442443['id']==_0x35da99['id'])+0x1;_0x3ae930[_0x3276ed(0x195)](_0x34b1f0,0x0,..._0x35da99[_0x3276ed(0x1a5)]);});let _0x559736=0x0;return _0x3ae930[_0x5932d6(0x1e5)](_0x1a8ffc=>{const _0x4446ba=_0x5932d6;_0x4446ba(0x1d8)==_0x1a8ffc[_0x4446ba(0x1c1)]?(_0x559736++,_0x1a8ffc[_0x4446ba(0x1ca)]=()=>asyncReplace(generateActivitySummary('numberOfToDos')),_0x1a8ffc[_0x4446ba(0x1a4)]=({path:_0x303150})=>/^activity\//['test'](_0x303150)):_0x4446ba(0x1b1)==_0x1a8ffc[_0x4446ba(0x1c1)]?(_0x559736++,_0x1a8ffc[_0x4446ba(0x1ca)]=()=>asyncReplace(generateActivitySummary('numberOfApprovalPendings')),_0x1a8ffc[_0x4446ba(0x1a4)]=({path:_0x1f77b3})=>/^activity\//[_0x4446ba(0x1fc)](_0x1f77b3)):'draft-list'==_0x1a8ffc[_0x4446ba(0x1c1)]&&(_0x559736++,_0x1a8ffc[_0x4446ba(0x1ca)]=()=>asyncReplace(generateActivitySummary('numberOfDrafts')));}),_0x559736>0x0&&startSubscribeActivitySummary(),{'menus':_0x3ae930,'routes':_0x18e705};}static async[a0_0x27d516(0x20e)](){const _0x3cbd11=a0_0x27d516;let _0x29dde4=await ServiceUtil[_0x3cbd11(0x20c)](_0x3cbd11(0x1a5),[{'name':'hiddenFlag','operator':_0x3cbd11(0x1c7),'value':!0x0},{'name':'menuType','operator':'in','value':[_0x3cbd11(0x1b7),_0x3cbd11(0x1bd),_0x3cbd11(0x18e)]}],[{'name':_0x3cbd11(0x198)}],0x0,0x0,_0x3cbd11(0x196));return _0x29dde4?_0x29dde4['records']:[];}static async['showGraphqlErrorResponse'](_0x21c668){const _0x3f8a06=a0_0x27d516;if(_0x21c668[_0x3f8a06(0x1a8)]&&_0x21c668[_0x3f8a06(0x1a8)][_0x3f8a06(0x1fa)]>0x0){let _0x5345c5=_0x21c668[_0x3f8a06(0x1a8)][0x0],_0x29d55a=_0x5345c5[_0x3f8a06(0x191)],_0x514b63=_0x5345c5[_0x3f8a06(0x191)];_0x5345c5[_0x3f8a06(0x1cd)]&&(_0x514b63=_0x5345c5['extensions'][_0x3f8a06(0x193)]),await UiUtil['showAlertPopup'](_0x514b63,_0x29d55a,'error',_0x3f8a06(0x1af));}}static async[a0_0x27d516(0x1b4)](_0x4d4e9a){const _0x2d736f=a0_0x27d516;_0x4d4e9a&&(_0x4d4e9a[_0x2d736f(0x1e2)]&&_0x4d4e9a[_0x2d736f(0x1e2)][_0x2d736f(0x1ae)]?await ServiceUtil[_0x2d736f(0x1f3)](_0x4d4e9a['networkError'][_0x2d736f(0x1ae)]):await UiUtil[_0x2d736f(0x1c0)]('Graphql\x20Error',_0x4d4e9a[_0x2d736f(0x191)],_0x2d736f(0x1c8),_0x2d736f(0x1af)));}static async[a0_0x27d516(0x205)](_0x2930c6,_0x197c92,_0x24fdae){const _0x2dec0c=a0_0x27d516;var _0x4e225e=_0x24fdae[_0x2dec0c(0x1ef)]['columns'][_0x2dec0c(0x1aa)](_0x4adef8=>_0x2dec0c(0x1a1)!==_0x4adef8[_0x2dec0c(0x1eb)]&&void 0x0!==_0x4adef8[_0x2dec0c(0x1e0)]&&void 0x0!==_0x4adef8[_0x2dec0c(0x1f9)]&&!0x0!==_0x4adef8[_0x2dec0c(0x188)])[_0x2dec0c(0x1e3)](_0x7259ea=>_0x7259ea[_0x2dec0c(0x1f9)]),_0x4c65b4=_0x24fdae[_0x2dec0c(0x203)][_0x2dec0c(0x1cf)]['map'](_0x374220=>({..._0x24fdae[_0x2dec0c(0x1ef)]['columns']['filter'](_0x527523=>_0x2dec0c(0x1a1)!==_0x527523['type']&&void 0x0!==_0x527523['record']&&void 0x0!==_0x527523[_0x2dec0c(0x1f9)]&&!0x0!==_0x527523[_0x2dec0c(0x188)])[_0x2dec0c(0x207)]((_0x5a2e25,_0x227bb4)=>(_0x5a2e25[_0x227bb4[_0x2dec0c(0x1f9)][_0x2dec0c(0x1f0)]]=_0x227bb4[_0x2dec0c(0x1f9)]['key'][_0x2dec0c(0x1bf)]('.')[_0x2dec0c(0x207)]((_0x112ae4,_0x2b78bb)=>_0x112ae4&&_0x2dec0c(0x19a)!==_0x112ae4[_0x2b78bb]?_0x112ae4[_0x2b78bb]:void 0x0,_0x374220),_0x5a2e25),{})}));if(!_0x2930c6)return{'header':_0x4e225e,'data':_0x4c65b4};store[_0x2dec0c(0x1f2)]({'type':EXPORT,'exportable':{'extension':_0x2dec0c(0x1c6),'name':_0x197c92,'data':{'header':_0x4e225e,'data':_0x4c65b4}}});}static async[a0_0x27d516(0x20c)](_0x4b3513,_0x569235,_0x1658b6,_0x3e2f07,_0x457069,_0x58d23e){const _0x37d958=a0_0x27d516;try{const _0x230519=await client[_0x37d958(0x1e9)]({'query':a0_0x5c9528`
12
12
  query ($filters: [Filter!], $pagination: Pagination, $sortings: [Sorting!]) {
13
- ${_0x5c6edd}(filters: $filters, pagination: $pagination, sortings: $sortings) {
13
+ ${_0x4b3513}(filters: $filters, pagination: $pagination, sortings: $sortings) {
14
14
  items {
15
- ${_0x2601ea}
15
+ ${_0x58d23e}
16
16
  }
17
17
  total
18
18
  }
19
19
  }
20
- `,'variables':{'filters':_0x42e337,'sortings':_0x290417,'pagination':{'page':_0x334cdb,'limit':_0x4a4f02}}});if(!_0xb833ec[_0x155639(0x104)])return{'records':_0xb833ec[_0x155639(0x17d)][_0x5c6edd][_0x155639(0x15b)],'total':_0xb833ec[_0x155639(0x17d)][_0x5c6edd][_0x155639(0x153)]};ServiceUtil[_0x155639(0x161)](_0xb833ec);}catch(_0x5d7357){ServiceUtil[_0x155639(0xfd)](_0x5d7357);}return null;}static async[a0_0x504583(0x10e)](_0x5883d1,_0x104eea,_0x54a623){const _0x24a616=a0_0x504583;try{let _0x247f82=await client[_0x24a616(0x118)]({'query':a0_0x3b73f2`
20
+ `,'variables':{'filters':_0x569235,'sortings':_0x1658b6,'pagination':{'page':_0x3e2f07,'limit':_0x457069}}});if(!_0x230519[_0x37d958(0x1a8)])return{'records':_0x230519[_0x37d958(0x203)][_0x4b3513][_0x37d958(0x1d9)],'total':_0x230519['data'][_0x4b3513][_0x37d958(0x1a3)]};ServiceUtil[_0x37d958(0x1f3)](_0x230519);}catch(_0x5d57f6){ServiceUtil['showGraphqlException'](_0x5d57f6);}return null;}static async[a0_0x27d516(0x192)](_0x9edfc9,_0x20cba4,_0x106e7c){const _0x2381ce=a0_0x27d516;try{let _0x3026a6=await client[_0x2381ce(0x1e9)]({'query':a0_0x5c9528`
21
21
  query ($id: String!) {
22
- ${_0x5883d1}(id: $id) {
23
- ${_0x54a623}
22
+ ${_0x9edfc9}(id: $id) {
23
+ ${_0x106e7c}
24
24
  }
25
25
  }
26
- `,'variables':{'id':_0x104eea}});if(!_0x247f82[_0x24a616(0x104)])return _0x247f82[_0x24a616(0x17d)][_0x5883d1]||{};ServiceUtil[_0x24a616(0x161)](_0x247f82);}catch(_0xd9c98d){ServiceUtil[_0x24a616(0xfd)](_0xd9c98d);}return null;}static['getSelectedIdList'](_0x978738,_0x33176b){const _0x2b746f=a0_0x504583,_0x5c9f16=_0x978738['selected'][_0x2b746f(0x11e)](_0x3c3e68=>_0x3c3e68['id']);return ValueUtil[_0x2b746f(0x14f)](_0x5c9f16)&&0x1==_0x33176b&&UiUtil['showAlertPopup'](_0x2b746f(0x115),_0x2b746f(0x10b),_0x2b746f(0x181),_0x2b746f(0x126)),_0x5c9f16;}static async[a0_0x504583(0x160)](_0x2e683b,_0xc84aec){const _0xe353c3=a0_0x504583;let _0x467d12=ServiceUtil[_0xe353c3(0x188)](_0x2e683b,!0x0);ValueUtil[_0xe353c3(0x144)](_0x467d12)&&(await ServiceUtil[_0xe353c3(0x141)](_0x467d12,_0xc84aec)&&_0x2e683b['fetch']());}static async[a0_0x504583(0x141)](_0x29b3de,_0x4cf401){const _0x2df80b=a0_0x504583;if(!(await UiUtil[_0x2df80b(0xfe)](_0x2df80b(0x135),_0x2df80b(0x16a),_0x2df80b(0x171),_0x2df80b(0xf8),_0x2df80b(0x11a)))[_0x2df80b(0x152)])return!0x1;try{const _0x38b2e6=await client[_0x2df80b(0x118)]({'query':a0_0x3b73f2`
26
+ `,'variables':{'id':_0x20cba4}});if(!_0x3026a6['errors'])return _0x3026a6[_0x2381ce(0x203)][_0x9edfc9]||{};ServiceUtil['showGraphqlErrorResponse'](_0x3026a6);}catch(_0x8716a5){ServiceUtil[_0x2381ce(0x1b4)](_0x8716a5);}return null;}static['getSelectedIdList'](_0x2248a2,_0x3165a8){const _0x39da95=a0_0x27d516,_0x257de4=_0x2248a2[_0x39da95(0x190)][_0x39da95(0x1e3)](_0x3b43a9=>_0x3b43a9['id']);return ValueUtil[_0x39da95(0x1ce)](_0x257de4)&&0x1==_0x3165a8&&UiUtil['showAlertPopup'](_0x39da95(0x18f),'text.there_is_nothing_to_delete',_0x39da95(0x1ba),'confirm'),_0x257de4;}static async['deleteListByGristSelected'](_0x1aba55,_0x1b2478){const _0x513379=a0_0x27d516;let _0x4451b5=ServiceUtil[_0x513379(0x197)](_0x1aba55,!0x0);ValueUtil['isNotEmpty'](_0x4451b5)&&(await ServiceUtil[_0x513379(0x187)](_0x4451b5,_0x1b2478)&&_0x1aba55[_0x513379(0x1b3)]());}static async[a0_0x27d516(0x187)](_0x3a6e22,_0x20b839){const _0x363794=a0_0x27d516;if(!(await UiUtil[_0x363794(0x1c0)]('button.delete',_0x363794(0x1e7),_0x363794(0x1a0),'delete',_0x363794(0x1bb)))['value'])return!0x1;try{const _0x38b1b6=await client['query']({'query':a0_0x5c9528`
27
27
  mutation {
28
- ${_0x4cf401}(${gqlBuilder[_0x2df80b(0x16d)]({'ids':_0x29b3de})})
28
+ ${_0x20b839}(${gqlBuilder[_0x363794(0x20d)]({'ids':_0x3a6e22})})
29
29
  }
30
- `});if(!_0x38b2e6[_0x2df80b(0x104)])return UiUtil[_0x2df80b(0x106)](_0x2df80b(0x181),TermsUtil[_0x2df80b(0x149)](_0x2df80b(0x15c))),!0x0;ServiceUtil['showGraphqlErrorResponse'](_0x38b2e6);}catch(_0x5cb55b){ServiceUtil[_0x2df80b(0xfd)](_0x5cb55b);}return!0x1;}static async['updateMultipleData'](_0x1572e4,_0x26c0f7){const _0x3580a1=a0_0x504583;let _0x16b9d4=ServiceUtil['patchesForUpdateMultiple'](_0x1572e4);if(ValueUtil[_0x3580a1(0x144)](_0x16b9d4)){let _0x2488eb=await ServiceUtil[_0x3580a1(0x132)](_0x26c0f7,_0x16b9d4);if(_0x2488eb)return _0x1572e4[_0x3580a1(0x123)](),_0x2488eb;}return!0x1;}static async[a0_0x504583(0x132)](_0x401af5,_0x3cfd12){const _0x1a5d9c=a0_0x504583;try{const _0x40a332=await client[_0x1a5d9c(0x118)]({'query':a0_0x3b73f2`
30
+ `});if(!_0x38b1b6[_0x363794(0x1a8)])return UiUtil[_0x363794(0x1be)](_0x363794(0x1ba),TermsUtil['tText'](_0x363794(0x20f))),!0x0;ServiceUtil['showGraphqlErrorResponse'](_0x38b1b6);}catch(_0x4a5674){ServiceUtil[_0x363794(0x1b4)](_0x4a5674);}return!0x1;}static async[a0_0x27d516(0x1ac)](_0x45a7eb,_0x1cb288){const _0x4f6fbf=a0_0x27d516;let _0x30c5e1=ServiceUtil[_0x4f6fbf(0x1e4)](_0x45a7eb);if(ValueUtil[_0x4f6fbf(0x1ad)](_0x30c5e1)){let _0x38ec57=await ServiceUtil['updateMultiple'](_0x1cb288,_0x30c5e1);if(_0x38ec57)return _0x45a7eb[_0x4f6fbf(0x1b3)](),_0x38ec57;}return!0x1;}static async[a0_0x27d516(0x20b)](_0x5503b1,_0x5d383c){const _0x5d93cc=a0_0x27d516;try{const _0x58fe63=await client['query']({'query':a0_0x5c9528`
31
31
  mutation {
32
- ${_0x401af5}(${gqlBuilder[_0x1a5d9c(0x16d)]({'patches':_0x3cfd12})}) {
32
+ ${_0x5503b1}(${gqlBuilder[_0x5d93cc(0x20d)]({'patches':_0x5d383c})}) {
33
33
  id
34
34
  }
35
35
  }
36
- `,'context':{'hasUpload':!0x0}});if(!_0x40a332[_0x1a5d9c(0x104)])return UiUtil['showToast'](_0x1a5d9c(0x181),TermsUtil['tText']('success\x20to\x20save')),!0x0;ServiceUtil['showGraphqlErrorResponse'](_0x40a332);}catch(_0x1e5bc0){ServiceUtil[_0x1a5d9c(0xfd)](_0x1e5bc0);}return!0x1;}static[a0_0x504583(0x13a)](_0x47aac9,_0x3c9d56=!0x1){const _0x5cf99b=a0_0x504583;let _0xbb7a80=_0x47aac9[_0x5cf99b(0x15f)],_0x11c114={};((_0x47aac9[_0x5cf99b(0x15a)]||{})['columns']||[])[_0x5cf99b(0x189)](_0xf04db1=>!0x0===(_0xf04db1[_0x5cf99b(0x11b)]||{})[_0x5cf99b(0xfb)])['forEach'](_0x3e9b8a=>{const _0x3517a9=_0x5cf99b;_0x11c114[_0x3e9b8a[_0x3517a9(0x187)]]=_0x3e9b8a[_0x3517a9(0x125)];});let _0x2dbec1=((_0x47aac9[_0x5cf99b(0x15a)]||{})[_0x5cf99b(0xfa)]||[])[_0x5cf99b(0x189)](_0x5ac62c=>_0x5cf99b(0x173)===_0x5ac62c[_0x5cf99b(0x143)])[_0x5cf99b(0x11e)](_0x4ea4f3=>_0x4ea4f3[_0x5cf99b(0x187)]);if(!_0xbb7a80||0x0==_0xbb7a80[_0x5cf99b(0x109)])return void UiUtil['showAlertPopup'](_0x5cf99b(0x124),_0x5cf99b(0x134),'info',_0x5cf99b(0x126));let _0x5535a5=[];for(let _0x59ae94 in _0xbb7a80){let _0x4f392f=_0xbb7a80[_0x59ae94],_0x4ec998=_0x4f392f['id']?{'id':_0x4f392f['id']}:{};for(let _0xdacaad in _0x11c114)if(void 0x0===_0x4f392f[_0xdacaad]||''==_0x4f392f[_0xdacaad])return console[_0x5cf99b(0x11c)](_0x4f392f),void UiUtil['showAlertPopup']('text.check-mandatory',TermsUtil['tText'](_0x5cf99b(0x111),{'x':_0x11c114[_0xdacaad]}),_0x5cf99b(0x181),'confirm');for(let _0xd9caee in _0x4f392f)[_0x5cf99b(0x15d),_0x5cf99b(0x121),_0x5cf99b(0x10a),_0x5cf99b(0x100),_0x5cf99b(0x122),_0x5cf99b(0x156),_0x5cf99b(0x131),_0x5cf99b(0x15e),'__selected__']['includes'](_0xd9caee)||(0x0==_0x2dbec1[_0x5cf99b(0x165)](_0xd9caee)&&_0x4f392f[_0xd9caee]&&_0x5cf99b(0x145)==typeof _0x4f392f[_0xd9caee]&&0x0==_0x3c9d56?_0x4ec998[_0xd9caee]={'id':_0x4f392f[_0xd9caee]['id']}:_0x4ec998[_0xd9caee]=_0x4f392f[_0xd9caee]);_0x4ec998[_0x5cf99b(0x184)]=_0x4f392f['__dirty__'],_0x5535a5[_0x5cf99b(0x107)](_0x4ec998);}return _0x5535a5;}static async[a0_0x504583(0x138)](_0x40f39a,_0x2a1b88,_0x2ca644,_0x4873b4=!0x0){const _0x2d068f=a0_0x504583;let _0x4318de=!0x0;_0x40f39a&&!0x0===_0x4873b4&&(_0x4318de=(await UiUtil[_0x2d068f(0xfe)](_0x2d068f(0x130)+_0x40f39a,_0x2d068f(0x16a),'question','confirm',_0x2d068f(0x11a)))[_0x2d068f(0x152)]);if(_0x4318de)try{const _0x47b7f9=await client[_0x2d068f(0x118)]({'query':a0_0x3b73f2`
36
+ `,'context':{'hasUpload':!0x0}});if(!_0x58fe63[_0x5d93cc(0x1a8)])return UiUtil[_0x5d93cc(0x1be)](_0x5d93cc(0x1ba),TermsUtil['tText'](_0x5d93cc(0x208))),!0x0;ServiceUtil[_0x5d93cc(0x1f3)](_0x58fe63);}catch(_0x14ce67){ServiceUtil[_0x5d93cc(0x1b4)](_0x14ce67);}return!0x1;}static['patchesForUpdateMultiple'](_0x155122,_0x37dcd5=!0x1){const _0x596e6c=a0_0x27d516;let _0x3aef92=_0x155122[_0x596e6c(0x1b2)],_0x508ef4={};((_0x155122['config']||{})[_0x596e6c(0x194)]||[])[_0x596e6c(0x1aa)](_0x45a14a=>!0x0===(_0x45a14a[_0x596e6c(0x1e0)]||{})[_0x596e6c(0x1d1)])[_0x596e6c(0x1e5)](_0x507bae=>{const _0x150773=_0x596e6c;_0x508ef4[_0x507bae[_0x150773(0x1a7)]]=_0x507bae[_0x150773(0x19d)];});let _0x530ae7=((_0x155122[_0x596e6c(0x1e1)]||{})['columns']||[])[_0x596e6c(0x1aa)](_0x1af875=>_0x596e6c(0x1dd)===_0x1af875[_0x596e6c(0x1eb)])[_0x596e6c(0x1e3)](_0x4b50a3=>_0x4b50a3[_0x596e6c(0x1a7)]);if(!_0x3aef92||0x0==_0x3aef92['length'])return void UiUtil[_0x596e6c(0x1c0)]('text.nothing_changed',_0x596e6c(0x1d7),_0x596e6c(0x1ba),_0x596e6c(0x1af));let _0x10fe00=[];for(let _0x249b09 in _0x3aef92){let _0x54da4f=_0x3aef92[_0x249b09],_0x10e338=_0x54da4f['id']?{'id':_0x54da4f['id']}:{};for(let _0x3b043d in _0x508ef4)if(void 0x0===_0x54da4f[_0x3b043d]||''==_0x54da4f[_0x3b043d])return console[_0x596e6c(0x1e6)](_0x54da4f),void UiUtil[_0x596e6c(0x1c0)]('text.check-mandatory',TermsUtil[_0x596e6c(0x1f7)]('check-mandatory-field',{'x':_0x508ef4[_0x3b043d]}),_0x596e6c(0x1ba),'confirm');for(let _0x1e0517 in _0x54da4f)[_0x596e6c(0x200),_0x596e6c(0x1b6),_0x596e6c(0x209),_0x596e6c(0x1ff),_0x596e6c(0x1da),_0x596e6c(0x1de),_0x596e6c(0x1a9),_0x596e6c(0x206),'__selected__']['includes'](_0x1e0517)||(0x0==_0x530ae7[_0x596e6c(0x18a)](_0x1e0517)&&_0x54da4f[_0x1e0517]&&'object'==typeof _0x54da4f[_0x1e0517]&&0x0==_0x37dcd5?_0x10e338[_0x1e0517]={'id':_0x54da4f[_0x1e0517]['id']}:_0x10e338[_0x1e0517]=_0x54da4f[_0x1e0517]);_0x10e338[_0x596e6c(0x1fb)]=_0x54da4f[_0x596e6c(0x1da)],_0x10fe00[_0x596e6c(0x202)](_0x10e338);}return _0x10fe00;}static async['callScenario'](_0x3a8bcc,_0x458983,_0x1b5a60,_0xae6b77=!0x0){const _0xd827c5=a0_0x27d516;let _0x3604af=!0x0;_0x3a8bcc&&!0x0===_0xae6b77&&(_0x3604af=(await UiUtil[_0xd827c5(0x1c0)](_0xd827c5(0x199)+_0x3a8bcc,_0xd827c5(0x1e7),'question','confirm',_0xd827c5(0x1bb)))['value']);if(_0x3604af)try{const _0x3c76fa=await client['query']({'query':a0_0x5c9528`
37
37
  mutation ($scenarioName: String!, $variables: Object) {
38
38
  runScenario(scenarioName: $scenarioName, variables: $variables) {
39
39
  state
@@ -42,4 +42,4 @@ const a0_0x504583=a0_0x5860;(function(_0x5bd3c5,_0x4886a7){const _0x116960=a0_0x
42
42
  __typename
43
43
  }
44
44
  }
45
- `,'variables':{'scenarioName':_0x2a1b88,'variables':_0x2ca644}});if(_0x47b7f9[_0x2d068f(0x104)])ServiceUtil[_0x2d068f(0x161)](_0x47b7f9);else{if(this[_0x2d068f(0x17f)](_0x47b7f9))return!0x0===_0x4873b4&&UiUtil['showToast'](_0x2d068f(0x181),TermsUtil[_0x2d068f(0x149)]('success\x20to\x20process')),_0x47b7f9;}}catch(_0x1c6a2d){ServiceUtil['showGraphqlException'](_0x1c6a2d);}return!0x1;}static[a0_0x504583(0x17f)](_0x5af7b5){const _0x3c7eee=a0_0x504583;if(_0x5af7b5&&_0x5af7b5[_0x3c7eee(0x17d)]&&_0x5af7b5['data'][_0x3c7eee(0x16c)]&&_0x5af7b5[_0x3c7eee(0x17d)]['runScenario']['data']&&_0x5af7b5[_0x3c7eee(0x17d)]['runScenario'][_0x3c7eee(0x17d)][_0x3c7eee(0x17c)]){let _0x4c14a3=_0x5af7b5[_0x3c7eee(0x17d)][_0x3c7eee(0x16c)][_0x3c7eee(0x17d)]['error'];return UiUtil[_0x3c7eee(0xfe)](_0x4c14a3[_0x3c7eee(0x133)],_0x4c14a3[_0x3c7eee(0x12e)],_0x3c7eee(0x17c),_0x3c7eee(0x126)),!0x1;}return!0x0;}}
45
+ `,'variables':{'scenarioName':_0x458983,'variables':_0x1b5a60}});if(_0x3c76fa['errors'])ServiceUtil['showGraphqlErrorResponse'](_0x3c76fa);else{if(this[_0xd827c5(0x1db)](_0x3c76fa))return!0x0===_0xae6b77&&UiUtil[_0xd827c5(0x1be)](_0xd827c5(0x1ba),TermsUtil['tText'](_0xd827c5(0x1d2))),_0x3c76fa;}}catch(_0x5cda2a){ServiceUtil[_0xd827c5(0x1b4)](_0x5cda2a);}return!0x1;}static['checkClientError'](_0x3ca449){const _0x68f39f=a0_0x27d516;if(_0x3ca449&&_0x3ca449[_0x68f39f(0x203)]&&_0x3ca449[_0x68f39f(0x203)][_0x68f39f(0x1cc)]&&_0x3ca449[_0x68f39f(0x203)][_0x68f39f(0x1cc)]['data']&&_0x3ca449['data']['runScenario']['data']['error']){let _0x13dcbb=_0x3ca449[_0x68f39f(0x203)][_0x68f39f(0x1cc)][_0x68f39f(0x203)][_0x68f39f(0x1c8)];return UiUtil[_0x68f39f(0x1c0)](_0x13dcbb['title'],_0x13dcbb[_0x68f39f(0x191)],_0x68f39f(0x1c8),'confirm'),!0x1;}return!0x0;}}
@@ -1,4 +1,4 @@
1
- const a0_0x3fa04b=a0_0x5236;(function(_0x42542d,_0xbc3153){const _0x14093d=a0_0x5236,_0x2c03ef=_0x42542d();while(!![]){try{const _0x3ee8ba=parseInt(_0x14093d(0x9d))/0x1*(parseInt(_0x14093d(0x9e))/0x2)+-parseInt(_0x14093d(0xb5))/0x3+parseInt(_0x14093d(0xa9))/0x4+-parseInt(_0x14093d(0x9f))/0x5*(-parseInt(_0x14093d(0x98))/0x6)+-parseInt(_0x14093d(0xb4))/0x7*(-parseInt(_0x14093d(0xaf))/0x8)+-parseInt(_0x14093d(0xa0))/0x9+parseInt(_0x14093d(0x97))/0xa*(-parseInt(_0x14093d(0xb2))/0xb);if(_0x3ee8ba===_0xbc3153)break;else _0x2c03ef['push'](_0x2c03ef['shift']());}catch(_0xb1ca55){_0x2c03ef['push'](_0x2c03ef['shift']());}}}(a0_0x18fa,0x87fcd));import a0_0x41cc47 from'graphql-tag';import{client}from'@operato/graphql';import{i18next}from'@operato/i18n';export class TermsUtil{[a0_0x3fa04b(0x9a)]=null;static async[a0_0x3fa04b(0xa5)](_0x5025e7){const _0xaacfea=a0_0x3fa04b;let _0x506dff=(await TermsUtil[_0xaacfea(0xac)](_0x5025e7))['records'];_0x506dff&&_0x506dff[_0xaacfea(0x99)]>0x0&&(this[_0xaacfea(0x9a)]={},_0x506dff[_0xaacfea(0xb0)](_0x4078eb=>{const _0x3cfa1d=_0xaacfea;let _0x31eef1=_0x4078eb['category']+'.'+_0x4078eb[_0x3cfa1d(0xa1)];this['META_TERMS'][_0x31eef1]=_0x4078eb[_0x3cfa1d(0xb1)];}));}static async[a0_0x3fa04b(0xac)](_0x2c2b90){const _0x530b62=a0_0x3fa04b;let _0x11de75=[{'name':_0x530b62(0xad),'operator':'eq','value':_0x2c2b90}];const _0x49c549=await client['query']({'query':a0_0x41cc47`
1
+ const a0_0x8d78b8=a0_0x2890;(function(_0xd1875e,_0x5b3368){const _0x19dfa9=a0_0x2890,_0x24e50a=_0xd1875e();while(!![]){try{const _0x1a9af9=-parseInt(_0x19dfa9(0x186))/0x1*(-parseInt(_0x19dfa9(0x19c))/0x2)+parseInt(_0x19dfa9(0x18e))/0x3*(parseInt(_0x19dfa9(0x17d))/0x4)+parseInt(_0x19dfa9(0x17a))/0x5+parseInt(_0x19dfa9(0x17c))/0x6+parseInt(_0x19dfa9(0x19e))/0x7*(parseInt(_0x19dfa9(0x18f))/0x8)+parseInt(_0x19dfa9(0x182))/0x9+parseInt(_0x19dfa9(0x18a))/0xa*(-parseInt(_0x19dfa9(0x195))/0xb);if(_0x1a9af9===_0x5b3368)break;else _0x24e50a['push'](_0x24e50a['shift']());}catch(_0x4c038c){_0x24e50a['push'](_0x24e50a['shift']());}}}(a0_0x4946,0xb2cba));import a0_0x22d3cb from'graphql-tag';import{client}from'@operato/graphql';import{i18next}from'@operato/i18n';function a0_0x4946(){const _0x495435=['tField','button','170OnJgkw','tButton','category','tTitle','318eAJJQH','1451536wAgZXV','total','display','terminologies','forEach','replace','3878138VFoNPm','tMenu','errors','tText','label','translate','name','2goMZhP','query','56qnxNBV','items','tError','text','1686450czLPcZ','META_TERMS','6824760ViDpMo','48964Jtnfmo','title','fetchTerminologies','locale','data','12914631lZgXbk','tLabel','menu','keys','1067041vmUQJQ','field'];a0_0x4946=function(){return _0x495435;};return a0_0x4946();}function a0_0x2890(_0x3912c7,_0x577654){const _0x4946b6=a0_0x4946();return a0_0x2890=function(_0x289088,_0x4ac100){_0x289088=_0x289088-0x177;let _0x92931=_0x4946b6[_0x289088];return _0x92931;},a0_0x2890(_0x3912c7,_0x577654);}export class TermsUtil{[a0_0x8d78b8(0x17b)]=null;static async['downloadTerminologies'](_0x43314b){const _0x52ead9=a0_0x8d78b8;let _0x51a999=(await TermsUtil['fetchTerminologies'](_0x43314b))['records'];_0x51a999&&_0x51a999['length']>0x0&&(this[_0x52ead9(0x17b)]={},_0x51a999[_0x52ead9(0x193)](_0x2837d2=>{const _0x40b400=_0x52ead9;let _0x239012=_0x2837d2[_0x40b400(0x18c)]+'.'+_0x2837d2[_0x40b400(0x19b)];this[_0x40b400(0x17b)][_0x239012]=_0x2837d2[_0x40b400(0x191)];}));}static async[a0_0x8d78b8(0x17f)](_0x4acce6){const _0x40520b=a0_0x8d78b8;let _0x3a4d36=[{'name':_0x40520b(0x180),'operator':'eq','value':_0x4acce6}];const _0x274115=await client[_0x40520b(0x19d)]({'query':a0_0x22d3cb`
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_0x3fa04b=a0_0x5236;(function(_0x42542d,_0xbc3153){const _0x14093d=a0_0x
11
11
  total
12
12
  }
13
13
  }
14
- `,'variables':{'filters':_0x11de75,'sortings':[{'name':_0x530b62(0xa4)},{'name':'name'}],'pagination':{'page':0x0,'limit':0x0}}});if(!_0x49c549[_0x530b62(0xb7)])return{'records':_0x49c549[_0x530b62(0xa3)]['terminologies'][_0x530b62(0xa7)]||[],'total':_0x49c549['data']['terminologies'][_0x530b62(0xa8)]||0x0};}static[a0_0x3fa04b(0xae)](_0x47aa79,_0xf2400d){const _0x43f875=a0_0x3fa04b;let _0x9fcf93=TermsUtil['translate'](_0x43f875(0x9b),_0x47aa79,_0xf2400d,null);return _0x9fcf93||TermsUtil[_0x43f875(0x95)](_0x43f875(0x93),_0x47aa79,_0xf2400d,_0x47aa79);}static['tField'](_0x405a1f,_0x3a7e33){const _0x1ad8a1=a0_0x3fa04b;let _0x425d2f=TermsUtil[_0x1ad8a1(0x95)](_0x1ad8a1(0x93),_0x405a1f,_0x3a7e33,null);return _0x425d2f||TermsUtil[_0x1ad8a1(0x95)]('field',_0x405a1f,_0x3a7e33,_0x405a1f);}static['tButton'](_0x44be51){const _0x363096=a0_0x3fa04b;return TermsUtil[_0x363096(0x95)](_0x363096(0xaa),_0x44be51,null,_0x44be51);}static['tTitle'](_0x2d278d,_0x1f7804){const _0x3d0b62=a0_0x3fa04b;let _0xb420ff=TermsUtil[_0x3d0b62(0x95)](_0x3d0b62(0x9c),_0x2d278d,_0x1f7804,null);return _0xb420ff||TermsUtil[_0x3d0b62(0x95)]('menu',_0x2d278d,_0x1f7804,_0x2d278d);}static[a0_0x3fa04b(0xb8)](_0x48c3d3){const _0x347705=a0_0x3fa04b;let _0x4465d8=TermsUtil['translate'](_0x347705(0x96),_0x48c3d3,null,_0x48c3d3);return _0x4465d8||TermsUtil['translate'](_0x347705(0x9c),_0x48c3d3,null,_0x48c3d3);}static[a0_0x3fa04b(0xab)](_0x149b60,_0x53340b){const _0x2143fb=a0_0x3fa04b;return TermsUtil['translate'](_0x2143fb(0xa6),_0x149b60,_0x53340b,_0x149b60);}static[a0_0x3fa04b(0xa2)](_0x271d65,_0x28aa65){const _0xeecdec=a0_0x3fa04b;return TermsUtil['translate'](_0xeecdec(0xb3),_0x271d65,_0x28aa65,_0x271d65);}static[a0_0x3fa04b(0x95)](_0x3c33e0,_0x412a1f,_0x1306a2,_0x37c9eb){let _0x347153=_0x3c33e0+'.'+_0x412a1f;return TermsUtil['t'](_0x347153,_0x1306a2,_0x37c9eb);}static['t'](_0x317e8c,_0x39dabf,_0x114303){const _0x35eba4=a0_0x3fa04b;let _0x302f5d=this[_0x35eba4(0x9a)]?this['META_TERMS'][_0x317e8c]:null;return _0x302f5d=_0x302f5d||i18next['t'](_0x317e8c),_0x302f5d&&_0x317e8c!=_0x302f5d?(_0x39dabf&&Object[_0x35eba4(0x94)](_0x39dabf)[_0x35eba4(0xb0)](function(_0x551be8){const _0xd51bd0=_0x35eba4;var _0x55c5e5='\x5c{'+_0x551be8[_0xd51bd0(0xb6)](/\$/,'\x5c$')+'\x5c}',_0x5f31fc=new RegExp(_0x55c5e5,'gi');_0x302f5d=_0x302f5d['replace'](_0x5f31fc,_0x39dabf[_0x551be8]);}),_0x302f5d):_0x114303;}}function a0_0x5236(_0x2999cc,_0x34897b){const _0x18fa65=a0_0x18fa();return a0_0x5236=function(_0x5236d2,_0x223f75){_0x5236d2=_0x5236d2-0x93;let _0x195cbb=_0x18fa65[_0x5236d2];return _0x195cbb;},a0_0x5236(_0x2999cc,_0x34897b);}function a0_0x18fa(){const _0x382991=['length','META_TERMS','label','title','792039ksEKOe','2hscmyv','5351020jQcAhF','6110811eaOpKV','name','tError','data','category','downloadTerminologies','text','items','total','730384ImCefd','button','tText','fetchTerminologies','locale','tLabel','7688LAXDhf','forEach','display','13139258PJFEuI','error','7917CPNwuh','2103804yclGpI','replace','errors','tMenu','field','keys','translate','menu','10UEvHdM','6BuGCfx'];a0_0x18fa=function(){return _0x382991;};return a0_0x18fa();}
14
+ `,'variables':{'filters':_0x3a4d36,'sortings':[{'name':_0x40520b(0x18c)},{'name':_0x40520b(0x19b)}],'pagination':{'page':0x0,'limit':0x0}}});if(!_0x274115[_0x40520b(0x197)])return{'records':_0x274115[_0x40520b(0x181)]['terminologies'][_0x40520b(0x177)]||[],'total':_0x274115[_0x40520b(0x181)][_0x40520b(0x192)][_0x40520b(0x190)]||0x0};}static[a0_0x8d78b8(0x183)](_0x572f7c,_0x2a247e){const _0x55bd48=a0_0x8d78b8;let _0x3414f5=TermsUtil[_0x55bd48(0x19a)](_0x55bd48(0x199),_0x572f7c,_0x2a247e,null);return _0x3414f5||TermsUtil[_0x55bd48(0x19a)](_0x55bd48(0x187),_0x572f7c,_0x2a247e,_0x572f7c);}static[a0_0x8d78b8(0x188)](_0x6b9cca,_0x3b18c7){const _0x51899b=a0_0x8d78b8;let _0x21188d=TermsUtil[_0x51899b(0x19a)](_0x51899b(0x187),_0x6b9cca,_0x3b18c7,null);return _0x21188d||TermsUtil[_0x51899b(0x19a)]('field',_0x6b9cca,_0x3b18c7,_0x6b9cca);}static[a0_0x8d78b8(0x18b)](_0x4b1c32){const _0x1aae46=a0_0x8d78b8;return TermsUtil[_0x1aae46(0x19a)](_0x1aae46(0x189),_0x4b1c32,null,_0x4b1c32);}static[a0_0x8d78b8(0x18d)](_0x59d0f9,_0x353695){const _0x2a5b5c=a0_0x8d78b8;let _0x40c72c=TermsUtil[_0x2a5b5c(0x19a)]('title',_0x59d0f9,_0x353695,null);return _0x40c72c||TermsUtil[_0x2a5b5c(0x19a)](_0x2a5b5c(0x184),_0x59d0f9,_0x353695,_0x59d0f9);}static[a0_0x8d78b8(0x196)](_0x1b96a6){const _0x5a4a57=a0_0x8d78b8;let _0x4801d2=TermsUtil['translate']('menu',_0x1b96a6,null,_0x1b96a6);return _0x4801d2||TermsUtil[_0x5a4a57(0x19a)](_0x5a4a57(0x17e),_0x1b96a6,null,_0x1b96a6);}static[a0_0x8d78b8(0x198)](_0x4b0433,_0x486fce){const _0x539f45=a0_0x8d78b8;return TermsUtil[_0x539f45(0x19a)](_0x539f45(0x179),_0x4b0433,_0x486fce,_0x4b0433);}static[a0_0x8d78b8(0x178)](_0x28c256,_0x4b5a26){const _0x43f266=a0_0x8d78b8;return TermsUtil[_0x43f266(0x19a)]('error',_0x28c256,_0x4b5a26,_0x28c256);}static[a0_0x8d78b8(0x19a)](_0xa8d405,_0x35cf83,_0xea53bc,_0x2f753a){let _0x230904=_0xa8d405+'.'+_0x35cf83;return TermsUtil['t'](_0x230904,_0xea53bc,_0x2f753a);}static['t'](_0x3e9d31,_0x49fc89,_0x4d2877){const _0xefcbb6=a0_0x8d78b8;let _0x5b528a=this[_0xefcbb6(0x17b)]?this['META_TERMS'][_0x3e9d31]:null;return _0x5b528a=_0x5b528a||i18next['t'](_0x3e9d31),_0x5b528a&&_0x3e9d31!=_0x5b528a?(_0x49fc89&&Object[_0xefcbb6(0x185)](_0x49fc89)[_0xefcbb6(0x193)](function(_0x5c28a4){const _0x4af988=_0xefcbb6;var _0x1339af='\x5c{'+_0x5c28a4[_0x4af988(0x194)](/\$/,'\x5c$')+'\x5c}',_0x3fcd72=new RegExp(_0x1339af,'gi');_0x5b528a=_0x5b528a['replace'](_0x3fcd72,_0x49fc89[_0x5c28a4]);}),_0x5b528a):_0x4d2877;}}
@@ -1 +1 @@
1
- const a0_0x135e89=a0_0x2b8b;(function(_0x28236b,_0x37f6ab){const _0x147608=a0_0x2b8b,_0x35fc80=_0x28236b();while(!![]){try{const _0x258b96=-parseInt(_0x147608(0x1e6))/0x1+parseInt(_0x147608(0x203))/0x2*(-parseInt(_0x147608(0x215))/0x3)+parseInt(_0x147608(0x1fc))/0x4+-parseInt(_0x147608(0x200))/0x5*(-parseInt(_0x147608(0x21c))/0x6)+-parseInt(_0x147608(0x208))/0x7*(parseInt(_0x147608(0x204))/0x8)+-parseInt(_0x147608(0x218))/0x9*(-parseInt(_0x147608(0x1ec))/0xa)+parseInt(_0x147608(0x211))/0xb*(parseInt(_0x147608(0x20b))/0xc);if(_0x258b96===_0x37f6ab)break;else _0x35fc80['push'](_0x35fc80['shift']());}catch(_0x24b59d){_0x35fc80['push'](_0x35fc80['shift']());}}}(a0_0x4561,0xe41b0));import{store,CustomAlert,navigate}from'@things-factory/shell';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_0x2b8b(_0x1d3603,_0x582242){const _0x4561b5=a0_0x4561();return a0_0x2b8b=function(_0x2b8b81,_0x2c8453){_0x2b8b81=_0x2b8b81-0x1d9;let _0x1f24d5=_0x4561b5[_0x2b8b81];return _0x1f24d5;},a0_0x2b8b(_0x1d3603,_0x582242);}import{ValueUtil}from'./value-util';import{MetaUiUtil}from'./meta-ui-util';function a0_0x4561(){const _0x4b332d=['\x20route_name=\x27','i18next','barcode','i18next=','value','length','querySelector','app','openPopupByElement','menu','setSearchFormEditorValue','firstElementChild','type','fireCustomEvent','modules','currentLocale','createCustomElement','pageNavigate','\x27\x20is_popup=true></','1220297uCvfUr','onclosed','showAlertPopup','tButton','tagname','template','10vYzYtu','center','editor','forEach','htmlToElement','indexOf','getApplicationModuleInfo','getType','edge','createEditorHtml','confirmButton','filters','\x27></','95dvh','ox-input-code','size','219568MSXMKf','removeChild','parent_field','replace','545MAdgTO','isMobileEnv','ox-select','2fppvop','254392FVVPnf','cancelButton','textarea','name','7eubZGm','childNodes','createElement','1828380WUUzEu','currentRouting','setValueToEditor','height','substring','renderRoot','242pjTcGw','input','getLeafInput','popup_field','4952811RXYRog','pass=','split','340317vhNiWy','isNotEmpty','stringify','getState','21612PHSyCu','full','innerHTML','getParams','large','getStore','page','dispatchEvent'];a0_0x4561=function(){return _0x4b332d;};return a0_0x4561();}export class UiUtil{static[a0_0x135e89(0x201)](){return isMobileDevice();}static[a0_0x135e89(0x1e2)](){const _0x49d2ae=a0_0x135e89;let _0x51b10d=document['cookie'];return _0x51b10d=_0x51b10d[_0x49d2ae(0x20f)](_0x51b10d[_0x49d2ae(0x1f1)](_0x49d2ae(0x225))),_0x51b10d[_0x49d2ae(0x1f1)](';')>-0x1&&(_0x51b10d=_0x51b10d['substring'](0x0,_0x51b10d['indexOf'](';'))),_0x51b10d=_0x51b10d[_0x49d2ae(0x1ff)](_0x49d2ae(0x227),''),'ko'==_0x51b10d?'ko-KR':_0x51b10d;}static[a0_0x135e89(0x1f2)](){const _0x59d9bc=a0_0x135e89;let _0x3108f4=store[_0x59d9bc(0x21b)]()[_0x59d9bc(0x1da)][_0x59d9bc(0x1e1)];return _0x3108f4[_0x3108f4[_0x59d9bc(0x229)]-0x1];}static[a0_0x135e89(0x20c)](){const _0x5dcb21=a0_0x135e89;return store[_0x5dcb21(0x21b)]()['route'][_0x5dcb21(0x222)];}static[a0_0x135e89(0x1db)](_0x186957,_0x482fb4,_0x53b85c,_0x5e3ef8){const _0x3e0324=a0_0x135e89;return _0x3e0324(0x21d)===_0x482fb4&&(_0x53b85c['style'][_0x3e0324(0x20e)]=_0x3e0324(0x1f9)),openPopup(_0x53b85c,{'backdrop':!0x0,'hovering':_0x3e0324(0x21d)===_0x482fb4?_0x3e0324(0x1f4):_0x3e0324(0x1ed),'size':_0x3e0324(0x21d)===_0x482fb4?_0x3e0324(0x220):_0x482fb4,'title':_0x186957,'backdrop':_0x5e3ef8});}static async['openDynamicPopup'](_0x3dacf6,_0x1c2f73,_0x3986c5,_0x4c2264){const _0x49e022=a0_0x135e89;let _0x540e4c=ValueUtil[_0x49e022(0x219)](_0x1c2f73[_0x49e022(0x1fe)])?ValueUtil[_0x49e022(0x21f)](_0x3986c5,..._0x1c2f73['parent_field'][_0x49e022(0x217)]('.')):void 0x0,_0x305d8f='<'+_0x1c2f73[_0x49e022(0x1ea)]+'\x20route_name=\x27'+_0x1c2f73[_0x49e022(0x1dc)]+'\x27\x20\x20parent_id=\x27'+_0x540e4c+_0x49e022(0x1e5)+_0x1c2f73[_0x49e022(0x1ea)]+'>',_0x337c34=UiUtil[_0x49e022(0x1f0)](_0x305d8f);_0x337c34['config']=_0x1c2f73,ValueUtil[_0x49e022(0x219)](_0x1c2f73[_0x49e022(0x214)])&&(_0x337c34[_0x1c2f73['popup_field']]=_0x3986c5);let _0x4c7f93=UiUtil['openPopupByElement'](_0x3dacf6,_0x1c2f73[_0x49e022(0x1fb)],_0x337c34,!0x0);_0x4c2264&&(_0x4c7f93[_0x49e022(0x1e7)]=_0x4c2264);}static[a0_0x135e89(0x1e3)](_0x186d87,_0x11ebfb){const _0x4c46a7=a0_0x135e89;let _0x265642='<'+_0x186d87+_0x4c46a7(0x224)+_0x11ebfb+_0x4c46a7(0x1f8)+_0x186d87+'>';return UiUtil['htmlToElement'](_0x265642);}static[a0_0x135e89(0x1f0)](_0x1620bd){const _0x182e75=a0_0x135e89;var _0x58eb67=document[_0x182e75(0x20a)](_0x182e75(0x1eb));_0x58eb67[_0x182e75(0x21e)]=_0x1620bd;var _0x382058=_0x58eb67['content'][_0x182e75(0x209)][0x0];return _0x58eb67['content'][_0x182e75(0x1fd)](_0x382058),_0x382058;}static[a0_0x135e89(0x1e4)](_0x119c17,_0x15f99d){const _0xdc15be=a0_0x135e89;let _0x57791f=_0x15f99d?'?':'';_0x15f99d&&(_0x57791f+=_0xdc15be(0x216)+JSON[_0xdc15be(0x21a)](_0x15f99d)),navigate(''+_0x119c17+_0x57791f);}static[a0_0x135e89(0x221)](_0x298a57,_0x3e049e,_0x14a683){const _0x216b25=a0_0x135e89;let _0x58d7d6=_0x58d7d6[_0x216b25(0x21b)]();return _0x298a57&&_0x3e049e&&_0x14a683?_0x58d7d6[_0x298a57][_0x3e049e][_0x14a683]:_0x298a57&&_0x3e049e?_0x58d7d6[_0x298a57][_0x3e049e]:_0x298a57?_0x58d7d6[_0x298a57]:_0x58d7d6;}static[a0_0x135e89(0x1e0)](_0xa1b591,_0x4f6d22){document['dispatchEvent'](new CustomEvent(_0xa1b591,{'detail':_0x4f6d22}));}static['showToast'](_0x1f5834,_0x1b92c3){const _0xd81076=a0_0x135e89;document[_0xd81076(0x223)](new CustomEvent('notify',{'detail':{'type':_0x1f5834,'message':_0x1b92c3}}));}static async[a0_0x135e89(0x1e8)](_0x534598,_0x404da4,_0x30cbe4,_0x10b2b0,_0x593ecd){const _0x129126=a0_0x135e89;let _0x1f36b7={'title':TermsUtil['t'](_0x534598)||_0x534598,'text':TermsUtil['t'](_0x404da4)||_0x404da4};return _0x30cbe4&&(_0x1f36b7[_0x129126(0x1df)]=_0x30cbe4),_0x10b2b0&&(_0x1f36b7[_0x129126(0x1f6)]=TermsUtil[_0x129126(0x1e9)](_0x10b2b0)),_0x593ecd&&(_0x1f36b7[_0x129126(0x205)]=TermsUtil['tButton'](_0x593ecd)),await CustomAlert(_0x1f36b7);}static['getFilterFormData'](_0x58d6d5){const _0x3eaea3=a0_0x135e89;if(ValueUtil[_0x3eaea3(0x219)](_0x58d6d5)){let _0x10b477=_0x58d6d5[_0x3eaea3(0x1f7)]();ValueUtil[_0x3eaea3(0x219)](_0x10b477)&&_0x10b477[_0x3eaea3(0x1ef)](_0x536d2b=>{const _0x5b6b33=_0x3eaea3;ValueUtil['isNotEmpty'](_0x536d2b[_0x5b6b33(0x228)])&&(item[_0x536d2b[_0x5b6b33(0x207)]]=_0x536d2b['value']?_0x536d2b[_0x5b6b33(0x228)]:null);});}return{};}static[a0_0x135e89(0x1dd)](_0x2a55d6,_0x2f3b70,_0x45b1f6){const _0x2274fb=a0_0x135e89;if(ValueUtil[_0x2274fb(0x219)](_0x2a55d6)){let _0x21dcb6=_0x2a55d6[_0x2274fb(0x210)]?.[_0x2274fb(0x1d9)]('[name=\x27'+_0x2f3b70+'\x27]');ValueUtil['isNotEmpty'](_0x21dcb6)&&(_0x21dcb6[_0x2274fb(0x228)]=_0x45b1f6);}}static[a0_0x135e89(0x1f5)](_0x5e5037,_0x139a2a,_0xf97c07,_0x1173a4){return getEditor(_0x5e5037)('',_0x139a2a,_0xf97c07,_0x1173a4,{});}static[a0_0x135e89(0x20d)](_0x28ef3e,_0x4a62dc){const _0x50f318=a0_0x135e89;UiUtil[_0x50f318(0x213)](_0x28ef3e)[_0x50f318(0x228)]=_0x4a62dc;}static[a0_0x135e89(0x213)](_0x315a17){const _0x5c882d=a0_0x135e89;let _0x5ce43f=_0x315a17[_0x5c882d(0x1f3)]();return'code-editor'==_0x5ce43f?_0x315a17[_0x5c882d(0x210)][_0x5c882d(0x1d9)](_0x5c882d(0x1fa)):_0x5c882d(0x206)==_0x5ce43f?_0x315a17['renderRoot'][_0x5c882d(0x1d9)](_0x5c882d(0x206)):'select-combo'==_0x5ce43f?_0x315a17[_0x5c882d(0x210)][_0x5c882d(0x1d9)](_0x5c882d(0x202))[_0x5c882d(0x1de)]:_0x5c882d(0x226)==_0x5ce43f?_0x315a17['renderRoot']['querySelector']('ox-input-barcode')['renderRoot'][_0x5c882d(0x1d9)](_0x5c882d(0x212)):_0x315a17[_0x5c882d(0x210)][_0x5c882d(0x1de)][_0x5c882d(0x1ee)];}}
1
+ const a0_0x3ab1fe=a0_0x56f0;(function(_0x277b83,_0x1c1480){const _0x56a5aa=a0_0x56f0,_0x4fb068=_0x277b83();while(!![]){try{const _0x28fcb1=parseInt(_0x56a5aa(0x17f))/0x1+-parseInt(_0x56a5aa(0x1a1))/0x2+parseInt(_0x56a5aa(0x1a0))/0x3*(parseInt(_0x56a5aa(0x188))/0x4)+-parseInt(_0x56a5aa(0x1b2))/0x5+parseInt(_0x56a5aa(0x180))/0x6+-parseInt(_0x56a5aa(0x1aa))/0x7*(parseInt(_0x56a5aa(0x17d))/0x8)+parseInt(_0x56a5aa(0x1ba))/0x9*(parseInt(_0x56a5aa(0x185))/0xa);if(_0x28fcb1===_0x1c1480)break;else _0x4fb068['push'](_0x4fb068['shift']());}catch(_0x4a697b){_0x4fb068['push'](_0x4fb068['shift']());}}}(a0_0x36c9,0x40cf5));import{store,CustomAlert,navigate}from'@things-factory/shell';import{openPopup}from'@things-factory/layout-base';import{isMobileDevice}from'@things-factory/utils';import{getEditor}from'@operato/data-grist';import{TermsUtil}from'./terms-util';import{ValueUtil}from'./value-util';import{MetaUiUtil}from'./meta-ui-util';export class UiUtil{static['isMobileEnv'](){return isMobileDevice();}static[a0_0x3ab1fe(0x182)](){const _0x418230=a0_0x3ab1fe;let _0x4244ba=document[_0x418230(0x1ae)];return _0x4244ba=_0x4244ba['substring'](_0x4244ba['indexOf'](_0x418230(0x1b4))),_0x4244ba[_0x418230(0x193)](';')>-0x1&&(_0x4244ba=_0x4244ba['substring'](0x0,_0x4244ba[_0x418230(0x193)](';'))),_0x4244ba=_0x4244ba['replace'](_0x418230(0x19f),''),'ko'==_0x4244ba?_0x418230(0x1ad):_0x4244ba;}static[a0_0x3ab1fe(0x19e)](){const _0x32ac9a=a0_0x3ab1fe;let _0x17408a=store[_0x32ac9a(0x17e)]()[_0x32ac9a(0x1c5)][_0x32ac9a(0x183)];return _0x17408a[_0x17408a['length']-0x1];}static[a0_0x3ab1fe(0x1af)](){const _0x5379c8=a0_0x3ab1fe;return store[_0x5379c8(0x17e)]()[_0x5379c8(0x18a)][_0x5379c8(0x194)];}static[a0_0x3ab1fe(0x189)](_0x1cd14f,_0x59bba3,_0x11757a,_0x5ddc5b){const _0x41d7af=a0_0x3ab1fe;return _0x41d7af(0x1bd)===_0x59bba3&&(_0x11757a[_0x41d7af(0x1b8)][_0x41d7af(0x192)]=_0x41d7af(0x1b1)),openPopup(_0x11757a,{'backdrop':!0x0,'hovering':_0x41d7af(0x1bd)===_0x59bba3?'edge':_0x41d7af(0x1a2),'size':_0x41d7af(0x1bd)===_0x59bba3?'large':_0x59bba3,'title':_0x1cd14f,'backdrop':_0x5ddc5b});}static async[a0_0x3ab1fe(0x19a)](_0x5d0ae1,_0x5cd223,_0x47c712,_0x346484){const _0x27c147=a0_0x3ab1fe;let _0x592077=ValueUtil[_0x27c147(0x1a9)](_0x5cd223['parent_field'])?ValueUtil[_0x27c147(0x18d)](_0x47c712,..._0x5cd223[_0x27c147(0x19c)][_0x27c147(0x1a7)]('.')):void 0x0,_0x41aa3e='<'+_0x5cd223['tagname']+_0x27c147(0x1c6)+_0x5cd223[_0x27c147(0x187)]+_0x27c147(0x184)+_0x592077+'\x27\x20is_popup=true></'+_0x5cd223[_0x27c147(0x1bc)]+'>',_0x561235=UiUtil[_0x27c147(0x1be)](_0x41aa3e);_0x561235[_0x27c147(0x1a4)]=_0x5cd223,ValueUtil['isNotEmpty'](_0x5cd223['popup_field'])&&(_0x561235[_0x5cd223[_0x27c147(0x1ab)]]=_0x47c712);let _0xa1c55b=UiUtil[_0x27c147(0x189)](_0x5d0ae1,_0x5cd223[_0x27c147(0x1c2)],_0x561235,!0x0);_0x346484&&(_0xa1c55b[_0x27c147(0x1a5)]=_0x346484);}static[a0_0x3ab1fe(0x18f)](_0x4c1ab5,_0x60b70){const _0x38e2c0=a0_0x3ab1fe;let _0x1e0dea='<'+_0x4c1ab5+_0x38e2c0(0x1c6)+_0x60b70+_0x38e2c0(0x198)+_0x4c1ab5+'>';return UiUtil[_0x38e2c0(0x1be)](_0x1e0dea);}static['htmlToElement'](_0x2eeacb){const _0x12a04e=a0_0x3ab1fe;var _0x6ee65c=document[_0x12a04e(0x1b5)](_0x12a04e(0x195));_0x6ee65c[_0x12a04e(0x1c8)]=_0x2eeacb;var _0x234c5f=_0x6ee65c['content']['childNodes'][0x0];return _0x6ee65c[_0x12a04e(0x1b3)][_0x12a04e(0x181)](_0x234c5f),_0x234c5f;}static['pageNavigate'](_0x1cc8d3,_0x4b0db5){const _0xa0cd3f=a0_0x3ab1fe;let _0x456f22=_0x4b0db5?'?':'';_0x4b0db5&&(_0x456f22+=_0xa0cd3f(0x1bf)+JSON[_0xa0cd3f(0x1b9)](_0x4b0db5)),navigate(''+_0x1cc8d3+_0x456f22);}static[a0_0x3ab1fe(0x196)](_0x5c3233,_0x427005,_0x1c0a83){let _0x5cad37=_0x5cad37['getState']();return _0x5c3233&&_0x427005&&_0x1c0a83?_0x5cad37[_0x5c3233][_0x427005][_0x1c0a83]:_0x5c3233&&_0x427005?_0x5cad37[_0x5c3233][_0x427005]:_0x5c3233?_0x5cad37[_0x5c3233]:_0x5cad37;}static[a0_0x3ab1fe(0x1a8)](_0x5d2218,_0x26a1ec){document['dispatchEvent'](new CustomEvent(_0x5d2218,{'detail':_0x26a1ec}));}static[a0_0x3ab1fe(0x199)](_0x1fdee0,_0x59fc29){const _0x1a9a18=a0_0x3ab1fe;document[_0x1a9a18(0x1c0)](new CustomEvent(_0x1a9a18(0x1c4),{'detail':{'type':_0x1fdee0,'message':_0x59fc29}}));}static async[a0_0x3ab1fe(0x1c7)](_0x3d5948,_0x1f4aff,_0x2c6826,_0x5cbf2d,_0x150210){const _0x2a15a8=a0_0x3ab1fe;let _0x48ac7b={'title':TermsUtil['t'](_0x3d5948)||_0x3d5948,'text':TermsUtil['t'](_0x1f4aff)||_0x1f4aff};return _0x2c6826&&(_0x48ac7b['type']=_0x2c6826),_0x5cbf2d&&(_0x48ac7b['confirmButton']=TermsUtil[_0x2a15a8(0x191)](_0x5cbf2d)),_0x150210&&(_0x48ac7b[_0x2a15a8(0x1bb)]=TermsUtil[_0x2a15a8(0x191)](_0x150210)),await CustomAlert(_0x48ac7b);}static['getFilterFormData'](_0x5e530c){const _0x5dd481=a0_0x3ab1fe;if(ValueUtil[_0x5dd481(0x1a9)](_0x5e530c)){let _0x1275b0=_0x5e530c[_0x5dd481(0x1b7)]();ValueUtil[_0x5dd481(0x1a9)](_0x1275b0)&&_0x1275b0['forEach'](_0x1ece1a=>{const _0x3d4f85=_0x5dd481;ValueUtil[_0x3d4f85(0x1a9)](_0x1ece1a[_0x3d4f85(0x197)])&&(item[_0x1ece1a['name']]=_0x1ece1a[_0x3d4f85(0x197)]?_0x1ece1a[_0x3d4f85(0x197)]:null);});}return{};}static['setSearchFormEditorValue'](_0x447c2e,_0x5fdcbd,_0x32136f){const _0x373fa0=a0_0x3ab1fe;if(ValueUtil[_0x373fa0(0x1a9)](_0x447c2e)){let _0x529fca=_0x447c2e[_0x373fa0(0x19d)]?.[_0x373fa0(0x1a3)]('[name=\x27'+_0x5fdcbd+'\x27]');ValueUtil[_0x373fa0(0x1a9)](_0x529fca)&&(_0x529fca['value']=_0x32136f);}}static[a0_0x3ab1fe(0x186)](_0x247ee7,_0x50c48f,_0xe611c,_0x4ac8be){return getEditor(_0x247ee7)('',_0x50c48f,_0xe611c,_0x4ac8be,{});}static[a0_0x3ab1fe(0x1b6)](_0x9470f,_0x50bfe4){const _0x446262=a0_0x3ab1fe;UiUtil[_0x446262(0x18c)](_0x9470f)[_0x446262(0x197)]=_0x50bfe4;}static[a0_0x3ab1fe(0x18c)](_0x160ec1){const _0x560962=a0_0x3ab1fe;let _0x492ff1=_0x160ec1[_0x560962(0x190)]();return _0x560962(0x1b0)==_0x492ff1?_0x160ec1['renderRoot'][_0x560962(0x1a3)]('ox-input-code'):_0x560962(0x1c1)==_0x492ff1?_0x160ec1[_0x560962(0x19d)][_0x560962(0x1a3)](_0x560962(0x1c1)):_0x560962(0x19b)==_0x492ff1?_0x160ec1[_0x560962(0x19d)]['querySelector'](_0x560962(0x18b))[_0x560962(0x18e)]:'barcode'==_0x492ff1?_0x160ec1[_0x560962(0x19d)][_0x560962(0x1a3)](_0x560962(0x1c3))[_0x560962(0x19d)]['querySelector'](_0x560962(0x1a6)):_0x160ec1[_0x560962(0x19d)][_0x560962(0x18e)][_0x560962(0x1ac)];}}function a0_0x56f0(_0x1761f9,_0x5823d6){const _0x36c9ac=a0_0x36c9();return a0_0x56f0=function(_0x56f024,_0x3a3e9d){_0x56f024=_0x56f024-0x17d;let _0x320efc=_0x36c9ac[_0x56f024];return _0x320efc;},a0_0x56f0(_0x1761f9,_0x5823d6);}function a0_0x36c9(){const _0x586bf9=['getLeafInput','getParams','firstElementChild','createCustomElement','getType','tButton','height','indexOf','page','template','getStore','value','\x27></','showToast','openDynamicPopup','select-combo','parent_field','renderRoot','getApplicationModuleInfo','i18next=','131571MWKtzH','521168wXukSu','center','querySelector','config','onclosed','input','split','fireCustomEvent','isNotEmpty','25291vsJFBY','popup_field','editor','ko-KR','cookie','currentRouting','code-editor','95dvh','1059150RSMUyE','content','i18next','createElement','setValueToEditor','filters','style','stringify','72pNniZM','cancelButton','tagname','full','htmlToElement','pass=','dispatchEvent','textarea','size','ox-input-barcode','notify','app','\x20route_name=\x27','showAlertPopup','innerHTML','520mlwRSA','getState','62117jNdJDH','1157340ifgTlU','removeChild','currentLocale','modules','\x27\x20\x20parent_id=\x27','842320tBoFXS','createEditorHtml','menu','4xmxHEO','openPopupByElement','route','ox-select'];a0_0x36c9=function(){return _0x586bf9;};return a0_0x36c9();}
@@ -1 +1 @@
1
- const a0_0x507267=a0_0x43e8;(function(_0x1f3112,_0x4fb15a){const _0xb24e62=a0_0x43e8,_0x34384c=_0x1f3112();while(!![]){try{const _0x3a3c30=-parseInt(_0xb24e62(0x1b9))/0x1+parseInt(_0xb24e62(0x1c0))/0x2+-parseInt(_0xb24e62(0x1a3))/0x3+parseInt(_0xb24e62(0x1b3))/0x4*(-parseInt(_0xb24e62(0x1b7))/0x5)+parseInt(_0xb24e62(0x1be))/0x6+-parseInt(_0xb24e62(0x1bd))/0x7*(parseInt(_0xb24e62(0x1a5))/0x8)+parseInt(_0xb24e62(0x1b5))/0x9*(parseInt(_0xb24e62(0x1aa))/0xa);if(_0x3a3c30===_0x4fb15a)break;else _0x34384c['push'](_0x34384c['shift']());}catch(_0x420849){_0x34384c['push'](_0x34384c['shift']());}}}(a0_0xacdc,0xa1cd6));import a0_0x1c9198 from'lodash-es/isEqual';function a0_0x43e8(_0x3575d4,_0x31ea0b){const _0xacdc69=a0_0xacdc();return a0_0x43e8=function(_0x43e899,_0x23c478){_0x43e899=_0x43e899-0x1a3;let _0x7a43bd=_0xacdc69[_0x43e899];return _0x7a43bd;},a0_0x43e8(_0x3575d4,_0x31ea0b);}import{TermsUtil}from'./terms-util';export class ValueUtil{static[a0_0x507267(0x1a8)](_0x33a5af){const _0x160ec8=a0_0x507267;if(void 0x0===_0x33a5af)return!0x0;if(null===_0x33a5af)return!0x0;if(_0x160ec8(0x1b6)==typeof _0x33a5af)return!0x1;if(_0x160ec8(0x1bb)==typeof _0x33a5af||_0x160ec8(0x1ac)==typeof _0x33a5af){if(''==_0x33a5af)return!0x0;}else{if(Array[_0x160ec8(0x1bc)](_0x33a5af)){if(0x0==_0x33a5af['length'])return!0x0;}else{if(_0x160ec8(0x1b1)==typeof _0x33a5af&&0x0==Object[_0x160ec8(0x1c1)](_0x33a5af)[_0x160ec8(0x1b2)])return!0x0;}}return!0x1;}static[a0_0x507267(0x1a9)](_0x30b81a){const _0x314bbb=a0_0x507267;return!ValueUtil[_0x314bbb(0x1a8)](_0x30b81a);}static[a0_0x507267(0x1ae)](_0x2948b1,_0x15d149){return a0_0x1c9198(_0x2948b1,_0x15d149);}static[a0_0x507267(0x1b8)](_0x1a6c0c,_0x326a3d){const _0x3e67ce=a0_0x507267;return ValueUtil[_0x3e67ce(0x1a8)](_0x1a6c0c)?_0x326a3d||0x0:parseInt(_0x1a6c0c);}static[a0_0x507267(0x1ad)](_0x1e033d){const _0x75ad50=a0_0x507267;return!ValueUtil['isEmpty'](_0x1e033d)&&(_0x75ad50(0x1a7)==_0x1e033d||'t'==_0x1e033d||'TRUE'==_0x1e033d||'T'==_0x1e033d||'on'==_0x1e033d||'ON'==_0x1e033d);}static[a0_0x507267(0x1a6)](_0x333226,_0x5af465,_0x3e1191){const _0xd8c0ac=a0_0x507267;let _0x2f14fd=!0x0;return _0x3e1191[_0xd8c0ac(0x1ba)](_0x2111f1=>{const _0x46f233=_0xd8c0ac;let _0x2bc0bb=_0x333226[_0x2111f1];if('*'===_0x2bc0bb)return;let _0x35bc18=_0x5af465[_0x2111f1]||'';ValueUtil[_0x46f233(0x1a8)](_0x2bc0bb)?ValueUtil[_0x46f233(0x1a9)](_0x35bc18)&&(_0x2f14fd=!0x1):_0x2bc0bb!=_0x35bc18&&(_0x2f14fd=!0x1);}),_0x2f14fd;}static[a0_0x507267(0x1b4)](_0x464da6,_0x12f445,_0x5c2e9c,_0x3bc252){const _0x55781f=a0_0x507267;let _0x2a18ac=ValueUtil[_0x55781f(0x1ab)](_0x12f445,_0x5c2e9c);return ValueUtil[_0x55781f(0x1a9)](_0x2a18ac)&&(_0x464da6[_0x5c2e9c]=!0x0===_0x3bc252?TermsUtil['t'](_0x2a18ac):_0x2a18ac),_0x464da6;}static[a0_0x507267(0x1ab)](_0x2e512a,..._0x18991f){const _0x1b68b0=a0_0x507267;if(arguments[_0x1b68b0(0x1b2)]<=0x1)return;let _0x588653=_0x18991f[0x0];if(ValueUtil['isEmpty'](_0x2e512a[_0x588653]))return;let _0x122e83=_0x2e512a[_0x588653];return _0x18991f[_0x1b68b0(0x1b2)]>0x1?ValueUtil['getParams'](_0x122e83,..._0x18991f[_0x1b68b0(0x1a4)](0x1)):_0x122e83;}static[a0_0x507267(0x1af)](_0x1fdd5e,_0x4bd73e,..._0x45dca9){const _0x3dfc80=a0_0x507267;return _0x4bd73e=_0x4bd73e||[],_0x45dca9=_0x45dca9||Object[_0x3dfc80(0x1c1)](_0x1fdd5e),ValueUtil['isNotEmpty'](_0x45dca9)&&(_0x4bd73e=_0x1fdd5e[_0x3dfc80(0x1bf)]((_0x1cedf1,_0x5828b4)=>{const _0x3d5e7d=_0x3dfc80;let _0x2da829=_0x4bd73e[_0x3d5e7d(0x1b2)]>_0x5828b4?_0x4bd73e[_0x5828b4]:{};return ValueUtil['populateObject'](_0x1cedf1,_0x2da829,_0x45dca9);})),_0x4bd73e;}static[a0_0x507267(0x1b0)](_0x5bdcb6,_0x35e314,..._0xa2a7f3){const _0xda5567=a0_0x507267;return _0x35e314=_0x35e314||{},_0xa2a7f3=_0xa2a7f3||Object['keys'](_0x5bdcb6),ValueUtil['isNotEmpty'](_0xa2a7f3)&&_0xa2a7f3[_0xda5567(0x1ba)](_0x345725=>{_0x35e314[_0x345725]=_0x5bdcb6[_0x345725];}),_0x35e314;}}function a0_0xacdc(){const _0x18d44b=['7XDzOkO','5231586YLuidR','map','2388958IUBFBi','keys','1177794sSnuSy','slice','7090696NXtwFF','compareObjectValues','true','isEmpty','isNotEmpty','87280zrBLqa','getParams','number','toBoolean','isEquals','populateArray','populateObject','object','length','536xxzjRb','setParams','54YxGdAK','boolean','2165TzWGvT','toInteger','119079sGvgzf','forEach','string','isArray'];a0_0xacdc=function(){return _0x18d44b;};return a0_0xacdc();}
1
+ function a0_0x3726(_0x3f894f,_0xfb203c){const _0x4dd497=a0_0x4dd4();return a0_0x3726=function(_0x372619,_0x1b033b){_0x372619=_0x372619-0x1d1;let _0x2bc951=_0x4dd497[_0x372619];return _0x2bc951;},a0_0x3726(_0x3f894f,_0xfb203c);}const a0_0x76b2be=a0_0x3726;(function(_0xc51ee6,_0x5399e3){const _0x2ff777=a0_0x3726,_0x1e1f95=_0xc51ee6();while(!![]){try{const _0x144ec1=-parseInt(_0x2ff777(0x1e2))/0x1*(parseInt(_0x2ff777(0x1e8))/0x2)+parseInt(_0x2ff777(0x1dc))/0x3+parseInt(_0x2ff777(0x1d8))/0x4+parseInt(_0x2ff777(0x1e7))/0x5*(parseInt(_0x2ff777(0x1d4))/0x6)+-parseInt(_0x2ff777(0x1db))/0x7+parseInt(_0x2ff777(0x1eb))/0x8+-parseInt(_0x2ff777(0x1df))/0x9;if(_0x144ec1===_0x5399e3)break;else _0x1e1f95['push'](_0x1e1f95['shift']());}catch(_0x2d1722){_0x1e1f95['push'](_0x1e1f95['shift']());}}}(a0_0x4dd4,0x75355));import a0_0x48419c from'lodash-es/isEqual';function a0_0x4dd4(){const _0x38516e=['1655307Dowsck','getParams','populateArray','8227791qJXqZO','length','setParams','3MfYOVN','compareObjectValues','isArray','keys','toInteger','3780010ZSqdKl','72514PxkiFZ','populateObject','true','5195640OyzZka','toBoolean','map','isNotEmpty','6RUHHSn','isEmpty','string','number','1914860iZbXrG','forEach','slice','6530202mDTmIX'];a0_0x4dd4=function(){return _0x38516e;};return a0_0x4dd4();}import{TermsUtil}from'./terms-util';export class ValueUtil{static['isEmpty'](_0xfc8750){const _0x1b84f4=a0_0x3726;if(void 0x0===_0xfc8750)return!0x0;if(null===_0xfc8750)return!0x0;if('boolean'==typeof _0xfc8750)return!0x1;if(_0x1b84f4(0x1d6)==typeof _0xfc8750||_0x1b84f4(0x1d7)==typeof _0xfc8750){if(''==_0xfc8750)return!0x0;}else{if(Array[_0x1b84f4(0x1e4)](_0xfc8750)){if(0x0==_0xfc8750[_0x1b84f4(0x1e0)])return!0x0;}else{if('object'==typeof _0xfc8750&&0x0==Object[_0x1b84f4(0x1e5)](_0xfc8750)[_0x1b84f4(0x1e0)])return!0x0;}}return!0x1;}static[a0_0x76b2be(0x1d3)](_0x214135){const _0x5298a8=a0_0x76b2be;return!ValueUtil[_0x5298a8(0x1d5)](_0x214135);}static['isEquals'](_0x543e86,_0x24c9b6){return a0_0x48419c(_0x543e86,_0x24c9b6);}static[a0_0x76b2be(0x1e6)](_0x76fa1d,_0x44b8aa){const _0x3da134=a0_0x76b2be;return ValueUtil[_0x3da134(0x1d5)](_0x76fa1d)?_0x44b8aa||0x0:parseInt(_0x76fa1d);}static[a0_0x76b2be(0x1d1)](_0x252003){const _0x1ca140=a0_0x76b2be;return!ValueUtil[_0x1ca140(0x1d5)](_0x252003)&&(_0x1ca140(0x1ea)==_0x252003||'t'==_0x252003||'TRUE'==_0x252003||'T'==_0x252003||'on'==_0x252003||'ON'==_0x252003);}static[a0_0x76b2be(0x1e3)](_0x255e5c,_0x4b889e,_0x5379df){let _0x3ddd76=!0x0;return _0x5379df['forEach'](_0x31dd40=>{const _0x5af5c=a0_0x3726;let _0x234b50=_0x255e5c[_0x31dd40];if('*'===_0x234b50)return;let _0x4b47ce=_0x4b889e[_0x31dd40]||'';ValueUtil[_0x5af5c(0x1d5)](_0x234b50)?ValueUtil[_0x5af5c(0x1d3)](_0x4b47ce)&&(_0x3ddd76=!0x1):_0x234b50!=_0x4b47ce&&(_0x3ddd76=!0x1);}),_0x3ddd76;}static[a0_0x76b2be(0x1e1)](_0x13101e,_0x4d33b2,_0x89d79b,_0x32ba79){const _0x478563=a0_0x76b2be;let _0x341335=ValueUtil[_0x478563(0x1dd)](_0x4d33b2,_0x89d79b);return ValueUtil[_0x478563(0x1d3)](_0x341335)&&(_0x13101e[_0x89d79b]=!0x0===_0x32ba79?TermsUtil['t'](_0x341335):_0x341335),_0x13101e;}static[a0_0x76b2be(0x1dd)](_0x31c842,..._0x4739c0){const _0x191391=a0_0x76b2be;if(arguments[_0x191391(0x1e0)]<=0x1)return;let _0x1faea0=_0x4739c0[0x0];if(ValueUtil[_0x191391(0x1d5)](_0x31c842[_0x1faea0]))return;let _0x295819=_0x31c842[_0x1faea0];return _0x4739c0['length']>0x1?ValueUtil['getParams'](_0x295819,..._0x4739c0[_0x191391(0x1da)](0x1)):_0x295819;}static[a0_0x76b2be(0x1de)](_0x298a0d,_0x5a04a7,..._0x1216e6){const _0x2f095e=a0_0x76b2be;return _0x5a04a7=_0x5a04a7||[],_0x1216e6=_0x1216e6||Object['keys'](_0x298a0d),ValueUtil[_0x2f095e(0x1d3)](_0x1216e6)&&(_0x5a04a7=_0x298a0d[_0x2f095e(0x1d2)]((_0x30682b,_0x9c551e)=>{const _0x28739a=_0x2f095e;let _0x590422=_0x5a04a7[_0x28739a(0x1e0)]>_0x9c551e?_0x5a04a7[_0x9c551e]:{};return ValueUtil[_0x28739a(0x1e9)](_0x30682b,_0x590422,_0x1216e6);})),_0x5a04a7;}static['populateObject'](_0xf65013,_0x55fab6,..._0x1337d8){const _0x45d963=a0_0x76b2be;return _0x55fab6=_0x55fab6||{},_0x1337d8=_0x1337d8||Object[_0x45d963(0x1e5)](_0xf65013),ValueUtil[_0x45d963(0x1d3)](_0x1337d8)&&_0x1337d8[_0x45d963(0x1d9)](_0x1a6ba2=>{_0x55fab6[_0x1a6ba2]=_0xf65013[_0x1a6ba2];}),_0x55fab6;}}
@@ -1,4 +1,4 @@
1
- function a0_0x2a5b(){const _0x201222=['7546AwoFqu','8110ABIVpe','42078AOUsZx','7AjDUNC','1015cSdlvW','1272248AMsneH','32oLyLRS','24587832rLKTjc','24240HxyprJ','210794QYCFGC','21LhCSJu','11632914YLKsyv'];a0_0x2a5b=function(){return _0x201222;};return a0_0x2a5b();}function a0_0x42cc(_0x223a9e,_0x459317){const _0x2a5ba4=a0_0x2a5b();return a0_0x42cc=function(_0x42ccd5,_0x355638){_0x42ccd5=_0x42ccd5-0xf6;let _0x2c7d19=_0x2a5ba4[_0x42ccd5];return _0x2c7d19;},a0_0x42cc(_0x223a9e,_0x459317);}(function(_0x28669f,_0x5cb194){const _0x5226e7=a0_0x42cc,_0x28d378=_0x28669f();while(!![]){try{const _0x27c46e=-parseInt(_0x5226e7(0xff))/0x1*(parseInt(_0x5226e7(0xf9))/0x2)+parseInt(_0x5226e7(0xfe))/0x3*(-parseInt(_0x5226e7(0xf6))/0x4)+-parseInt(_0x5226e7(0x100))/0x5*(-parseInt(_0x5226e7(0xf8))/0x6)+-parseInt(_0x5226e7(0xfa))/0x7*(-parseInt(_0x5226e7(0x101))/0x8)+-parseInt(_0x5226e7(0xfb))/0x9+parseInt(_0x5226e7(0xfd))/0xa*(-parseInt(_0x5226e7(0xfc))/0xb)+parseInt(_0x5226e7(0xf7))/0xc;if(_0x27c46e===_0x5cb194)break;else _0x28d378['push'](_0x28d378['shift']());}catch(_0x318d96){_0x28d378['push'](_0x28d378['shift']());}}}(a0_0x2a5b,0x9e098));import{css}from'lit';export const DynamicMenuLandscapeStyles=css`
1
+ function a0_0x5ec4(){const _0x2abedc=['14330008PKxism','654057ClwZQW','72vSiJGi','16jTQWku','563126pnkTrI','1106646KtHgye','4OsdWjQ','6612960ytsKge','16544070fwhSDj','645405dRuaeo','63RUytJy'];a0_0x5ec4=function(){return _0x2abedc;};return a0_0x5ec4();}(function(_0x402958,_0x297e2d){const _0x1f3acf=a0_0x3366,_0x18e1e5=_0x402958();while(!![]){try{const _0x5cce39=-parseInt(_0x1f3acf(0x164))/0x1*(-parseInt(_0x1f3acf(0x166))/0x2)+-parseInt(_0x1f3acf(0x15e))/0x3*(parseInt(_0x1f3acf(0x163))/0x4)+parseInt(_0x1f3acf(0x167))/0x5+-parseInt(_0x1f3acf(0x165))/0x6*(-parseInt(_0x1f3acf(0x15f))/0x7)+parseInt(_0x1f3acf(0x162))/0x8*(parseInt(_0x1f3acf(0x161))/0x9)+-parseInt(_0x1f3acf(0x15d))/0xa+-parseInt(_0x1f3acf(0x160))/0xb;if(_0x5cce39===_0x297e2d)break;else _0x18e1e5['push'](_0x18e1e5['shift']());}catch(_0x22d1a4){_0x18e1e5['push'](_0x18e1e5['shift']());}}}(a0_0x5ec4,0xe6c2b));function a0_0x3366(_0x2412e4,_0x37ea18){const _0x5ec46c=a0_0x5ec4();return a0_0x3366=function(_0x336607,_0x3f1996){_0x336607=_0x336607-0x15d;let _0x21e79f=_0x5ec46c[_0x336607];return _0x21e79f;},a0_0x3366(_0x2412e4,_0x37ea18);}import{css}from'lit';export const DynamicMenuLandscapeStyles=css`
2
2
  :host {
3
3
  overflow-x: auto;
4
4
  background-color: var(--secondary-text-color);
@@ -1,25 +1,25 @@
1
- const a0_0x49670e=a0_0x2051;(function(_0x49a012,_0x428e5f){const _0x2773b8=a0_0x2051,_0x3071b7=_0x49a012();while(!![]){try{const _0x4c4d5d=parseInt(_0x2773b8(0x17b))/0x1*(parseInt(_0x2773b8(0x17c))/0x2)+parseInt(_0x2773b8(0x185))/0x3*(parseInt(_0x2773b8(0x179))/0x4)+-parseInt(_0x2773b8(0x17d))/0x5+-parseInt(_0x2773b8(0x16a))/0x6+parseInt(_0x2773b8(0x16f))/0x7+-parseInt(_0x2773b8(0x18d))/0x8+parseInt(_0x2773b8(0x187))/0x9;if(_0x4c4d5d===_0x428e5f)break;else _0x3071b7['push'](_0x3071b7['shift']());}catch(_0x215542){_0x3071b7['push'](_0x3071b7['shift']());}}}(a0_0x528b,0x49887));import'@material/mwc-icon';import{html,LitElement}from'lit';import{connect}from'pwa-helpers';function a0_0x528b(){const _0x255a1b=['2059752XydvZF','scrollLeft','renderRoot','#force','mousewheel','79310nHiyly','activeTopLevel','setAttribute','name','detail','currentTarget','path','map','render','onWheelEvent','12Qjduip','stopPropagation','1tRnrDW','898762YZuDKk','2423210XgoreF','preventDefault','target','transitionend','min','type','transitionstart','description','432489cwdFrl','styles','4531833yBTrQS','firstUpdated','active-toplevel','#wrap','addEventListener','wheelDelta','2140896SuworL','removeAttribute','submenu','group','querySelector','icon','menus','bind','settled'];a0_0x528b=function(){return _0x255a1b;};return a0_0x528b();}import{navigate,store}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';function a0_0x2051(_0x32c571,_0x4f1d8a){const _0x528b8f=a0_0x528b();return a0_0x2051=function(_0x20513d,_0x26985c){_0x20513d=_0x20513d-0x166;let _0x5750d9=_0x528b8f[_0x20513d];return _0x5750d9;},a0_0x2051(_0x32c571,_0x4f1d8a);}import{DynamicMenuLandscapeStyles}from'./dynamic-menu-landscape-styles';export class DynamicMenuLandscape extends connect(store)(LitElement){static get[a0_0x49670e(0x186)](){return[ScrollbarStyles,DynamicMenuLandscapeStyles];}static get['properties'](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}[a0_0x49670e(0x177)](){const _0x35dcd3=a0_0x49670e,{menus:_0x5c7b66=[],activeTopLevel:_0x5a00c0,activeMenu:_0x4b1ad8}=this;return html`
1
+ const a0_0x1d5790=a0_0x8863;(function(_0x268bfb,_0x370dfa){const _0x49a3cb=a0_0x8863,_0x7f2d44=_0x268bfb();while(!![]){try{const _0x2f425e=-parseInt(_0x49a3cb(0xd2))/0x1+parseInt(_0x49a3cb(0xcf))/0x2*(parseInt(_0x49a3cb(0xd4))/0x3)+parseInt(_0x49a3cb(0xd8))/0x4+-parseInt(_0x49a3cb(0xcc))/0x5*(-parseInt(_0x49a3cb(0xe2))/0x6)+parseInt(_0x49a3cb(0xdc))/0x7*(-parseInt(_0x49a3cb(0xf1))/0x8)+parseInt(_0x49a3cb(0xf4))/0x9*(parseInt(_0x49a3cb(0xef))/0xa)+-parseInt(_0x49a3cb(0xe1))/0xb*(parseInt(_0x49a3cb(0xd6))/0xc);if(_0x2f425e===_0x370dfa)break;else _0x7f2d44['push'](_0x7f2d44['shift']());}catch(_0x128d69){_0x7f2d44['push'](_0x7f2d44['shift']());}}}(a0_0x3080,0x6c326));import'@material/mwc-icon';function a0_0x3080(){const _0x315fe0=['6KoJUXR','currentTarget','activeTopLevel','renderRoot','render','href','define','scrollLeft','click','#force','properties','preventDefault','icon','7432400IcfFMA','menus','584CewUxB','group','mousewheel','9OElwaN','bind','2516495tfQQfP','onWheelEvent','name','8830rOnAEv','path','type','586407TureVn','settled','519qGamWt','setAttribute','12frZUoG','dispatchEvent','2560740jGTLRt','dynamic-menu-landscape','submenu','min','51135DDdIJx','target','addEventListener','map','transitionend','11964403ZybwxL'];a0_0x3080=function(){return _0x315fe0;};return a0_0x3080();}import{html,LitElement}from'lit';import{connect}from'pwa-helpers';import{navigate,store}from'@operato/shell';function a0_0x8863(_0xd7b097,_0x9b9346){const _0x30802d=a0_0x3080();return a0_0x8863=function(_0x88631b,_0x5838cb){_0x88631b=_0x88631b-0xcc;let _0x1bdb93=_0x30802d[_0x88631b];return _0x1bdb93;},a0_0x8863(_0xd7b097,_0x9b9346);}import{ScrollbarStyles}from'@operato/styles';import{DynamicMenuLandscapeStyles}from'./dynamic-menu-landscape-styles';export class DynamicMenuLandscape extends connect(store)(LitElement){static get['styles'](){return[ScrollbarStyles,DynamicMenuLandscapeStyles];}static get[a0_0x1d5790(0xec)](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}[a0_0x1d5790(0xe6)](){const _0x1f129e=a0_0x1d5790,{menus:_0x37007a=[],activeTopLevel:_0x475af0,activeMenu:_0x4f865a}=this;return html`
2
2
  <div id="wrap">
3
3
  <ul>
4
- ${_0x5c7b66[_0x35dcd3(0x176)](_0x16ba52=>_0x35dcd3(0x190)==_0x16ba52[_0x35dcd3(0x182)]?html``:html`
5
- <li ?active=${_0x16ba52===_0x5a00c0}>
6
- <a href=${_0x16ba52[_0x35dcd3(0x175)]||'#'}>
7
- ${_0x16ba52[_0x35dcd3(0x166)]?html`<mwc-icon>${_0x16ba52[_0x35dcd3(0x166)]}</mwc-icon>`:html``} ${_0x16ba52['name']}
4
+ ${_0x37007a['map'](_0x167f6a=>_0x1f129e(0xf2)==_0x167f6a[_0x1f129e(0xd1)]?html``:html`
5
+ <li ?active=${_0x167f6a===_0x475af0}>
6
+ <a href=${_0x167f6a[_0x1f129e(0xd0)]||'#'}>
7
+ ${_0x167f6a[_0x1f129e(0xee)]?html`<mwc-icon>${_0x167f6a[_0x1f129e(0xee)]}</mwc-icon>`:html``} ${_0x167f6a[_0x1f129e(0xce)]}
8
8
  </a>
9
9
 
10
10
  <ul submenus>
11
- ${_0x16ba52[_0x35dcd3(0x167)]?.[_0x35dcd3(0x176)](_0x4723b2=>html`
12
- <li ?active=${_0x4723b2===_0x4b1ad8}>
13
- <a href=${_0x4723b2[_0x35dcd3(0x175)]||'#'}> ${_0x4723b2[_0x35dcd3(0x172)]} </a>
11
+ ${_0x167f6a[_0x1f129e(0xf0)]?.[_0x1f129e(0xdf)](_0x34e6ca=>html`
12
+ <li ?active=${_0x34e6ca===_0x4f865a}>
13
+ <a href=${_0x34e6ca['path']||'#'}> ${_0x34e6ca[_0x1f129e(0xce)]} </a>
14
14
  </li>
15
15
  `)}
16
16
  </ul>
17
17
 
18
18
  <div description>
19
- ${_0x16ba52[_0x35dcd3(0x166)]?html`<mwc-icon>${_0x16ba52[_0x35dcd3(0x166)]}</mwc-icon>`:html``} ${_0x16ba52[_0x35dcd3(0x184)]||''}
19
+ ${_0x167f6a[_0x1f129e(0xee)]?html`<mwc-icon>${_0x167f6a[_0x1f129e(0xee)]}</mwc-icon>`:html``} ${_0x167f6a['description']||''}
20
20
  </div>
21
21
  </li>
22
22
  `)}
23
23
  </ul>
24
24
  </div>
25
- `;}[a0_0x49670e(0x188)](){const _0x2e4e25=a0_0x49670e;this['renderRoot'][_0x2e4e25(0x191)](_0x2e4e25(0x18a))[_0x2e4e25(0x18b)](_0x2e4e25(0x16e),this[_0x2e4e25(0x178)][_0x2e4e25(0x168)](this),!0x1),this[_0x2e4e25(0x16c)][_0x2e4e25(0x18b)]('click',_0x331ad6=>{const _0x4e472e=_0x2e4e25;if(_0x331ad6['target'][_0x4e472e(0x18f)]){_0x331ad6[_0x4e472e(0x17a)](),_0x331ad6['preventDefault']();let _0x1dd265=_0x331ad6[_0x4e472e(0x17f)][_0x4e472e(0x18f)];return void this['dispatchEvent'](new CustomEvent(_0x4e472e(0x189),{'bubbles':!0x0,'detail':this[_0x4e472e(0x170)]===_0x1dd265?void 0x0:_0x1dd265}));}let _0xb6bd=_0x331ad6[_0x4e472e(0x17f)]['href'];_0xb6bd&&location['href']===_0xb6bd&&navigate(_0xb6bd+_0x4e472e(0x16d),!0x0);}),this[_0x2e4e25(0x16c)][_0x2e4e25(0x18b)](_0x2e4e25(0x183),_0x5091ce=>{const _0x100c38=_0x2e4e25;_0x5091ce[_0x100c38(0x17f)][_0x100c38(0x18e)](_0x100c38(0x169));}),this['renderRoot'][_0x2e4e25(0x18b)](_0x2e4e25(0x180),_0x50e72b=>{const _0x4a87a0=_0x2e4e25;_0x50e72b[_0x4a87a0(0x17f)][_0x4a87a0(0x171)](_0x4a87a0(0x169),'');});}[a0_0x49670e(0x178)](_0x30af16){const _0x1522af=a0_0x49670e,_0x4a755e=_0x30af16[_0x1522af(0x174)];var _0x255790=Math['max'](-0x1,Math[_0x1522af(0x181)](0x1,_0x30af16[_0x1522af(0x18c)]||-_0x30af16[_0x1522af(0x173)]));_0x4a755e[_0x1522af(0x16b)]-=0xa*_0x255790,_0x30af16[_0x1522af(0x17e)]();}}customElements['define']('dynamic-menu-landscape',DynamicMenuLandscape);
25
+ `;}['firstUpdated'](){const _0xbff8bd=a0_0x1d5790;this[_0xbff8bd(0xe5)]['querySelector']('#wrap')[_0xbff8bd(0xde)](_0xbff8bd(0xf3),this[_0xbff8bd(0xcd)][_0xbff8bd(0xf5)](this),!0x1),this['renderRoot'][_0xbff8bd(0xde)](_0xbff8bd(0xea),_0x59a640=>{const _0x3f4ea1=_0xbff8bd;if(_0x59a640[_0x3f4ea1(0xdd)][_0x3f4ea1(0xda)]){_0x59a640['stopPropagation'](),_0x59a640[_0x3f4ea1(0xed)]();let _0x24365c=_0x59a640[_0x3f4ea1(0xdd)][_0x3f4ea1(0xda)];return void this[_0x3f4ea1(0xd7)](new CustomEvent('active-toplevel',{'bubbles':!0x0,'detail':this[_0x3f4ea1(0xe4)]===_0x24365c?void 0x0:_0x24365c}));}let _0x36120c=_0x59a640[_0x3f4ea1(0xdd)][_0x3f4ea1(0xe7)];_0x36120c&&location[_0x3f4ea1(0xe7)]===_0x36120c&&navigate(_0x36120c+_0x3f4ea1(0xeb),!0x0);}),this[_0xbff8bd(0xe5)][_0xbff8bd(0xde)]('transitionstart',_0x43e5f4=>{const _0x162f87=_0xbff8bd;_0x43e5f4[_0x162f87(0xdd)]['removeAttribute'](_0x162f87(0xd3));}),this[_0xbff8bd(0xe5)][_0xbff8bd(0xde)](_0xbff8bd(0xe0),_0x716a5a=>{const _0x430d13=_0xbff8bd;_0x716a5a['target'][_0x430d13(0xd5)](_0x430d13(0xd3),'');});}[a0_0x1d5790(0xcd)](_0x246618){const _0x9cd63b=a0_0x1d5790,_0x4bbe9b=_0x246618[_0x9cd63b(0xe3)];var _0x4caa86=Math['max'](-0x1,Math[_0x9cd63b(0xdb)](0x1,_0x246618['wheelDelta']||-_0x246618['detail']));_0x4bbe9b[_0x9cd63b(0xe9)]-=0xa*_0x4caa86,_0x246618[_0x9cd63b(0xed)]();}}customElements[a0_0x1d5790(0xe8)](a0_0x1d5790(0xd9),DynamicMenuLandscape);
@@ -1,4 +1,4 @@
1
- var a0_0x5eea69=a0_0x17be;(function(_0x55bcba,_0x1a5365){var _0x98492d=a0_0x17be,_0x1a1d27=_0x55bcba();while(!![]){try{var _0x32e4df=parseInt(_0x98492d(0xa4))/0x1*(-parseInt(_0x98492d(0xa5))/0x2)+-parseInt(_0x98492d(0x8e))/0x3*(parseInt(_0x98492d(0xa0))/0x4)+parseInt(_0x98492d(0x8a))/0x5+-parseInt(_0x98492d(0x85))/0x6*(parseInt(_0x98492d(0x94))/0x7)+parseInt(_0x98492d(0x98))/0x8+-parseInt(_0x98492d(0x88))/0x9+parseInt(_0x98492d(0x9f))/0xa;if(_0x32e4df===_0x1a5365)break;else _0x1a1d27['push'](_0x1a1d27['shift']());}catch(_0x2e1bc7){_0x1a1d27['push'](_0x1a1d27['shift']());}}}(a0_0x4488,0xc0760));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 a0_0x17be(_0x35a3b9,_0x1ed96a){var _0x448895=a0_0x4488();return a0_0x17be=function(_0x17bef6,_0x553af5){_0x17bef6=_0x17bef6-0x82;var _0x4646de=_0x448895[_0x17bef6];return _0x4646de;},a0_0x17be(_0x35a3b9,_0x1ed96a);}function isActiveMenu(_0x196915,_0x2e15f){var _0xdd05b2=a0_0x17be;return _0x196915[_0xdd05b2(0xa3)]?.[_0xdd05b2(0x90)]('?')[0x0]===_0x2e15f||_0x196915[_0xdd05b2(0x99)]&&'function'==typeof _0x196915[_0xdd05b2(0x99)]&&_0x196915['active']['call'](_0x196915,{'path':_0x2e15f});}function a0_0x4488(){var _0x647c88=['split','portrait','metaUI','_findActivePage','35WgZyUU','properties','active-toplevel','preventDefault','1561864VbwrNY','active','updated','orientation','page','slotTemplate','_path','20725450iaerjj','5856mgHsND','stopPropagation','define','path','288399sLykQx','4BYUwCN','detail','route','landscape','menus','addEventListener','dynamic-menu-part','has','1318050qgLOdk','resourceId','stateChanged','676944UcyCvn','_activeTopLevel','4934135yMNvjl','setAttribute','removeAttribute','find','1467MPjzif','firstUpdated'];a0_0x4488=function(){return _0x647c88;};return a0_0x4488();}export class DynamicMenuPart extends connect(store)(LitElement){static get[a0_0x5eea69(0x95)](){return{'page':String,'resourceId':String,'menus':Array,'orientation':String,'_activeTopLevel':Object,'_activeMenu':Object,'_path':String};}static get['styles'](){return[ScrollbarStyles,css`
1
+ var a0_0x50ef6e=a0_0x1553;function a0_0x1553(_0x586671,_0x3d3cd4){var _0x449ea6=a0_0x449e();return a0_0x1553=function(_0x15532c,_0x469311){_0x15532c=_0x15532c-0xbf;var _0xec7e6d=_0x449ea6[_0x15532c];return _0xec7e6d;},a0_0x1553(_0x586671,_0x3d3cd4);}(function(_0x4bc02f,_0x713d6d){var _0x4f19a0=a0_0x1553,_0x43d160=_0x4bc02f();while(!![]){try{var _0x26ce3d=-parseInt(_0x4f19a0(0xca))/0x1+-parseInt(_0x4f19a0(0xd3))/0x2*(parseInt(_0x4f19a0(0xcb))/0x3)+parseInt(_0x4f19a0(0xc2))/0x4+parseInt(_0x4f19a0(0xcf))/0x5+-parseInt(_0x4f19a0(0xcc))/0x6+-parseInt(_0x4f19a0(0xdd))/0x7+parseInt(_0x4f19a0(0xdf))/0x8*(parseInt(_0x4f19a0(0xd0))/0x9);if(_0x26ce3d===_0x713d6d)break;else _0x43d160['push'](_0x43d160['shift']());}catch(_0x5011c8){_0x43d160['push'](_0x43d160['shift']());}}}(a0_0x449e,0x62258));import'@material/mwc-icon';import'./dynamic-menu-portrait';import'./dynamic-menu-landscape';import{css,html,LitElement}from'lit';function a0_0x449e(){var _0x5849b0=['portrait','dynamic-menu-part','replaceChild','2669936GkPsBU','menus','styles','stateChanged','removeAttribute','define','find','resourceId','364394fCNuhH','101967KqyQRp','2447694XAtbRb','addEventListener','route','882090jhqzvr','9eiRbJy','page','slotTemplate','6kFJiwu','_path','path','metaUI','render','_findActivePage','renderRoot','active','firstUpdated','_activeTopLevel','5409530mZEpnC','has','9641648SpjFgL','detail','stopPropagation','orientation','landscape','_activeMenu','active-toplevel'];a0_0x449e=function(){return _0x5849b0;};return a0_0x449e();}import{connect}from'pwa-helpers';import{store}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';function isActiveMenu(_0x4410a6,_0x57e187){var _0x132c85=a0_0x1553;return _0x4410a6[_0x132c85(0xd5)]?.['split']('?')[0x0]===_0x57e187||_0x4410a6[_0x132c85(0xda)]&&'function'==typeof _0x4410a6[_0x132c85(0xda)]&&_0x4410a6[_0x132c85(0xda)]['call'](_0x4410a6,{'path':_0x57e187});}export class DynamicMenuPart extends connect(store)(LitElement){static get['properties'](){return{'page':String,'resourceId':String,'menus':Array,'orientation':String,'_activeTopLevel':Object,'_activeMenu':Object,'_path':String};}static get[a0_0x50ef6e(0xc4)](){return[ScrollbarStyles,css`
2
2
  :host {
3
3
  display: flex;
4
4
  overflow-y: auto;
@@ -27,18 +27,18 @@ var a0_0x5eea69=a0_0x17be;(function(_0x55bcba,_0x1a5365){var _0x98492d=a0_0x17be
27
27
  dynamic-menu-landscape {
28
28
  flex: 1;
29
29
  }
30
- `];}['render'](){var _0x4ce721=a0_0x5eea69;return html`
30
+ `];}[a0_0x50ef6e(0xd7)](){var _0x33c61e=a0_0x50ef6e;return html`
31
31
  <slot name="head"></slot>
32
- ${_0x4ce721(0xa8)!==this[_0x4ce721(0x9b)]?html`<dynamic-menu-portrait
33
- .menus=${this['menus']}
34
- .activeTopLevel=${this['_activeTopLevel']}
35
- .activeMenu=${this['_activeMenu']}
36
- .path=${this[_0x4ce721(0x9e)]}
32
+ ${_0x33c61e(0xe3)!==this[_0x33c61e(0xe2)]?html`<dynamic-menu-portrait
33
+ .menus=${this[_0x33c61e(0xc3)]}
34
+ .activeTopLevel=${this[_0x33c61e(0xdc)]}
35
+ .activeMenu=${this[_0x33c61e(0xe4)]}
36
+ .path=${this['_path']}
37
37
  ></dynamic-menu-portrait>`:html`<dynamic-menu-landscape
38
- .menus=${this[_0x4ce721(0xa9)]}
39
- .activeTopLevel=${this[_0x4ce721(0x89)]}
38
+ .menus=${this[_0x33c61e(0xc3)]}
39
+ .activeTopLevel=${this[_0x33c61e(0xdc)]}
40
40
  .activeMenu=${this['_activeMenu']}
41
- .path=${this[_0x4ce721(0x9e)]}
41
+ .path=${this[_0x33c61e(0xd4)]}
42
42
  ></dynamic-menu-landscape>`}
43
43
  <slot name="tail"></slot>
44
- `;}[a0_0x5eea69(0x8f)](){var _0x4d9f5e=a0_0x5eea69;this['renderRoot'][_0x4d9f5e(0x82)](_0x4d9f5e(0x96),_0x5d1ea5=>{var _0x2a273d=_0x4d9f5e;_0x5d1ea5[_0x2a273d(0xa1)](),_0x5d1ea5[_0x2a273d(0x97)](),this[_0x2a273d(0x89)]=_0x5d1ea5[_0x2a273d(0xa6)];});}[a0_0x5eea69(0x9a)](_0xd4ef59){var _0x5c08df=a0_0x5eea69;(_0xd4ef59[_0x5c08df(0x84)](_0x5c08df(0xa9))||_0xd4ef59[_0x5c08df(0x84)](_0x5c08df(0x9c))||_0xd4ef59[_0x5c08df(0x84)](_0x5c08df(0x86)))&&this[_0x5c08df(0x93)](),_0xd4ef59[_0x5c08df(0x84)](_0x5c08df(0x9b))&&(_0x5c08df(0x91)==this[_0x5c08df(0x9b)]?this[_0x5c08df(0x8c)](_0x5c08df(0xa8)):this[_0x5c08df(0x8b)](_0x5c08df(0xa8),!0x0)),_0xd4ef59['has'](_0x5c08df(0x9d))&&this['replaceChild'](this[_0x5c08df(0x9d)]);}[a0_0x5eea69(0x87)](_0x1ac5ab){var _0x2ae7df=a0_0x5eea69;this[_0x2ae7df(0x9c)]=_0x1ac5ab[_0x2ae7df(0xa7)][_0x2ae7df(0x9c)],this[_0x2ae7df(0x86)]=_0x1ac5ab['route']['resourceId'],this[_0x2ae7df(0xa9)]=_0x1ac5ab[_0x2ae7df(0x92)][_0x2ae7df(0xa9)]||[],this[_0x2ae7df(0x9d)]=_0x1ac5ab['metaUI'][_0x2ae7df(0x9d)];}[a0_0x5eea69(0x93)](){var _0x40de20=a0_0x5eea69,_0x28560d,_0x1fcae7=this[_0x40de20(0x86)]?this['page']+'/'+this[_0x40de20(0x86)]:this[_0x40de20(0x9c)],_0x195e5e=this['menus']||[];this[_0x40de20(0x89)]=_0x195e5e[_0x40de20(0x8d)](_0x1b5e4f=>isActiveMenu(_0x1b5e4f,_0x1fcae7)?(_0x28560d=_0x1b5e4f,!0x0):_0x1b5e4f[_0x40de20(0xa9)]?!!(_0x28560d=_0x1b5e4f[_0x40de20(0xa9)]['find'](_0x546b2c=>isActiveMenu(_0x546b2c,_0x1fcae7))):void 0x0),this[_0x40de20(0x9e)]=_0x1fcae7,this['_activeMenu']=_0x28560d||this['_activeTopLevel'];}}customElements[a0_0x5eea69(0xa2)](a0_0x5eea69(0x83),DynamicMenuPart);
44
+ `;}[a0_0x50ef6e(0xdb)](){var _0x3149c7=a0_0x50ef6e;this[_0x3149c7(0xd9)][_0x3149c7(0xcd)](_0x3149c7(0xe5),_0x40b5e6=>{var _0x51c4e4=_0x3149c7;_0x40b5e6[_0x51c4e4(0xe1)](),_0x40b5e6['preventDefault'](),this['_activeTopLevel']=_0x40b5e6[_0x51c4e4(0xe0)];});}['updated'](_0x110332){var _0x217d56=a0_0x50ef6e;(_0x110332['has']('menus')||_0x110332[_0x217d56(0xde)](_0x217d56(0xd1))||_0x110332[_0x217d56(0xde)](_0x217d56(0xc9)))&&this[_0x217d56(0xd8)](),_0x110332[_0x217d56(0xde)](_0x217d56(0xe2))&&(_0x217d56(0xbf)==this[_0x217d56(0xe2)]?this[_0x217d56(0xc6)](_0x217d56(0xe3)):this['setAttribute']('landscape',!0x0)),_0x110332[_0x217d56(0xde)](_0x217d56(0xd2))&&this[_0x217d56(0xc1)](this[_0x217d56(0xd2)]);}[a0_0x50ef6e(0xc5)](_0x489342){var _0x973b48=a0_0x50ef6e;this[_0x973b48(0xd1)]=_0x489342[_0x973b48(0xce)][_0x973b48(0xd1)],this[_0x973b48(0xc9)]=_0x489342[_0x973b48(0xce)][_0x973b48(0xc9)],this[_0x973b48(0xc3)]=_0x489342[_0x973b48(0xd6)]['menus']||[],this[_0x973b48(0xd2)]=_0x489342['metaUI'][_0x973b48(0xd2)];}[a0_0x50ef6e(0xd8)](){var _0x1fbd5c=a0_0x50ef6e,_0x5461a7,_0x223ec8=this[_0x1fbd5c(0xc9)]?this[_0x1fbd5c(0xd1)]+'/'+this[_0x1fbd5c(0xc9)]:this[_0x1fbd5c(0xd1)],_0x38ca6d=this[_0x1fbd5c(0xc3)]||[];this[_0x1fbd5c(0xdc)]=_0x38ca6d['find'](_0x2cba2f=>isActiveMenu(_0x2cba2f,_0x223ec8)?(_0x5461a7=_0x2cba2f,!0x0):_0x2cba2f[_0x1fbd5c(0xc3)]?!!(_0x5461a7=_0x2cba2f[_0x1fbd5c(0xc3)][_0x1fbd5c(0xc8)](_0x4f7b46=>isActiveMenu(_0x4f7b46,_0x223ec8))):void 0x0),this[_0x1fbd5c(0xd4)]=_0x223ec8,this[_0x1fbd5c(0xe4)]=_0x5461a7||this[_0x1fbd5c(0xdc)];}}customElements[a0_0x50ef6e(0xc7)](a0_0x50ef6e(0xc0),DynamicMenuPart);
@@ -1,4 +1,4 @@
1
- (function(_0x2d8915,_0x276d9a){const _0x1307e7=a0_0x2009,_0x58b4d8=_0x2d8915();while(!![]){try{const _0x409fc7=parseInt(_0x1307e7(0x173))/0x1+-parseInt(_0x1307e7(0x16b))/0x2+-parseInt(_0x1307e7(0x16e))/0x3*(parseInt(_0x1307e7(0x16f))/0x4)+-parseInt(_0x1307e7(0x16c))/0x5+parseInt(_0x1307e7(0x174))/0x6*(-parseInt(_0x1307e7(0x171))/0x7)+-parseInt(_0x1307e7(0x16d))/0x8+parseInt(_0x1307e7(0x170))/0x9*(parseInt(_0x1307e7(0x172))/0xa);if(_0x409fc7===_0x276d9a)break;else _0x58b4d8['push'](_0x58b4d8['shift']());}catch(_0x31dc9c){_0x58b4d8['push'](_0x58b4d8['shift']());}}}(a0_0x405a,0x20bc8));function a0_0x405a(){const _0x2f2a63=['9580YdlNre','8222UUbszW','6LXyRMl','254454yfPTXR','1130545qbnfaB','1926424rqJjMe','3DisEnY','529196XUiPAU','9927QjXAAl','1430590XOUVif'];a0_0x405a=function(){return _0x2f2a63;};return a0_0x405a();}function a0_0x2009(_0x1d7968,_0x10e9b9){const _0x405af1=a0_0x405a();return a0_0x2009=function(_0x2009ca,_0x2dade7){_0x2009ca=_0x2009ca-0x16b;let _0x5cca6e=_0x405af1[_0x2009ca];return _0x5cca6e;},a0_0x2009(_0x1d7968,_0x10e9b9);}import{css}from'lit';export const DynamicMenuPortraitStyles=css`
1
+ (function(_0x163247,_0x5b1674){const _0x3301a4=a0_0x1750,_0x1baf2c=_0x163247();while(!![]){try{const _0xe5d2b5=-parseInt(_0x3301a4(0x134))/0x1*(parseInt(_0x3301a4(0x13c))/0x2)+parseInt(_0x3301a4(0x135))/0x3+-parseInt(_0x3301a4(0x133))/0x4+parseInt(_0x3301a4(0x137))/0x5*(parseInt(_0x3301a4(0x138))/0x6)+-parseInt(_0x3301a4(0x13a))/0x7+parseInt(_0x3301a4(0x136))/0x8+parseInt(_0x3301a4(0x13b))/0x9*(parseInt(_0x3301a4(0x139))/0xa);if(_0xe5d2b5===_0x5b1674)break;else _0x1baf2c['push'](_0x1baf2c['shift']());}catch(_0x4630c9){_0x1baf2c['push'](_0x1baf2c['shift']());}}}(a0_0x4766,0x66fe3));function a0_0x1750(_0x31b2f0,_0xdfb823){const _0x476650=a0_0x4766();return a0_0x1750=function(_0x17506f,_0x499bf9){_0x17506f=_0x17506f-0x133;let _0x4d5bca=_0x476650[_0x17506f];return _0x4d5bca;},a0_0x1750(_0x31b2f0,_0xdfb823);}import{css}from'lit';export const DynamicMenuPortraitStyles=css`
2
2
  :host {
3
3
  display: flex;
4
4
  overflow-y: auto;
@@ -125,4 +125,4 @@
125
125
  font: bold 14px var(--theme-font);
126
126
  }
127
127
  }
128
- `;
128
+ `;function a0_0x4766(){const _0x4c487e=['465846VPRLUW','10UtRfTr','5375237dKnocd','14815620lTxXAK','30ELATys','2458344mLODtv','21555XqJgZb','303906fHXOsI','1799176PEJVVJ','10jtVBFI'];a0_0x4766=function(){return _0x4c487e;};return a0_0x4766();}