@things-factory/meta-ui 6.0.125 → 6.0.129

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 (78) hide show
  1. package/client/actions/main.js +4 -4
  2. package/client/component/filter/filter-form-resource-code-select.js +16 -0
  3. package/client/component/filter/filter-grist-resource-code-select.js +16 -0
  4. package/client/component/grist/editor/ox-grist-editor-resource-code-selector.js +9 -7
  5. package/client/component/grist/renderer/ox-grist-renderer-resource-code-selector.js +1 -1
  6. package/client/component/grist/selector/ox-resource-code-selector-popup.js +11 -11
  7. package/client/mixin/meta-base-mixin.js +1 -1
  8. package/client/mixin/meta-basic-grist-mixin.js +4 -4
  9. package/client/mixin/meta-button-mixin.js +1 -1
  10. package/client/mixin/meta-form-mixin.js +1 -1
  11. package/client/mixin/meta-grist-tab-mixin.js +1 -1
  12. package/client/mixin/meta-master-detail-mixin.js +1 -1
  13. package/client/mixin/meta-service-mixin.js +1 -1
  14. package/client/mixin/meta-tab-detail-mixin.js +1 -1
  15. package/client/mixin/meta-tab-mixin.js +1 -1
  16. package/client/pages/activity/meta-activity-list-page.js +6 -6
  17. package/client/pages/activity/meta-activity-viewer-element.js +3 -3
  18. package/client/pages/activity/meta-activity-writer-element.js +3 -3
  19. package/client/pages/activity/meta-activiy-mixin.js +3 -3
  20. package/client/pages/entity/config-entity.js +29 -29
  21. package/client/pages/entity/main-menu-selector.js +8 -8
  22. package/client/pages/history/history-copy-list-popup.js +5 -5
  23. package/client/pages/history/history-json-list-popup.js +6 -6
  24. package/client/pages/loading-page.js +5 -5
  25. package/client/pages/menu/dynamic-menu-template.js +7 -7
  26. package/client/pages/menu/dynamic-menu.js +15 -15
  27. package/client/pages/meta-form-element.js +1 -1
  28. package/client/pages/meta-grist-element.js +1 -1
  29. package/client/pages/meta-grist-page.js +1 -1
  30. package/client/pages/meta-grist-tab-element.js +1 -1
  31. package/client/pages/meta-grist-tab-page.js +1 -1
  32. package/client/pages/meta-master-detail-element.js +1 -1
  33. package/client/pages/meta-master-detail-page.js +1 -1
  34. package/client/pages/meta-tab-detail-element.js +1 -1
  35. package/client/pages/meta-tab-detail-page.js +1 -1
  36. package/client/pages/meta-tab-element.js +1 -1
  37. package/client/pages/personalize/personal-column-selector.js +11 -11
  38. package/client/pages/terms/config-terminology.js +6 -6
  39. package/client/pages/work-code/work-code-detail-popup.js +1 -1
  40. package/client/pages/work-code/work-code-page.js +1 -1
  41. package/client/reducers/main.js +1 -1
  42. package/client/utils/meta-api.js +1 -1
  43. package/client/utils/meta-crypto.js +1 -1
  44. package/client/utils/meta-ui-util.js +96 -96
  45. package/client/utils/service-util.js +13 -13
  46. package/client/utils/terms-util.js +2 -2
  47. package/client/utils/ui-util.js +1 -1
  48. package/client/utils/value-util.js +1 -1
  49. package/client/viewparts/dynamic-menu-landscape-styles.js +1 -1
  50. package/client/viewparts/dynamic-menu-landscape.js +10 -10
  51. package/client/viewparts/dynamic-menu-part.js +12 -12
  52. package/client/viewparts/dynamic-menu-portrait-styles.js +2 -2
  53. package/client/viewparts/dynamic-menu-portrait.js +9 -9
  54. package/client/viewparts/dynamic-top-menu-bar.js +7 -7
  55. package/package.json +2 -2
  56. package/server/activity/CommonActivity.js +2 -2
  57. package/server/constants/error-code.js +1 -1
  58. package/server/errors/license-error.js +1 -1
  59. package/server/routes.js +1 -1
  60. package/server/service/grid-personalize/grid-personalize-mutation.js +1 -1
  61. package/server/service/grid-personalize/grid-personalize-query.js +1 -1
  62. package/server/service/grid-personalize/grid-personalize-type.js +1 -1
  63. package/server/service/grid-personalize/grid-personalize.js +1 -1
  64. package/server/service/meta-activity/meta-activity-mutation.js +1 -1
  65. package/server/service/meta-activity/meta-activity-query.js +1 -1
  66. package/server/service/meta-activity/meta-activity-type.js +1 -1
  67. package/server/service/meta-secret/meta-resolver.js +1 -1
  68. package/server/service/set-translations/set-translation-resolver.js +1 -1
  69. package/server/service/work-code/work-code-mutation.js +1 -1
  70. package/server/service/work-code/work-code-query.js +1 -1
  71. package/server/service/work-code/work-code-type.js +1 -1
  72. package/server/service/work-code/work-code.js +1 -1
  73. package/server/service/work-code-detail/work-code-detail-mutation.js +1 -1
  74. package/server/service/work-code-detail/work-code-detail-query.js +1 -1
  75. package/server/service/work-code-detail/work-code-detail-type.js +1 -1
  76. package/server/service/work-code-detail/work-code-detail.js +1 -1
  77. package/client/component/filter/filter-form-resource-code-select.ts +0 -94
  78. package/client/component/filter/filter-grist-resource-code-select.ts +0 -95
@@ -1,4 +1,4 @@
1
- const a0_0x3c5331=a0_0x2d85;(function(_0x39f14e,_0x468780){const _0x21f677=a0_0x2d85,_0xfc2c4a=_0x39f14e();while(!![]){try{const _0x3128d9=-parseInt(_0x21f677(0x220))/0x1+-parseInt(_0x21f677(0x221))/0x2*(parseInt(_0x21f677(0x227))/0x3)+parseInt(_0x21f677(0x1d9))/0x4+parseInt(_0x21f677(0x22b))/0x5+parseInt(_0x21f677(0x1f3))/0x6+-parseInt(_0x21f677(0x1da))/0x7*(parseInt(_0x21f677(0x1cd))/0x8)+parseInt(_0x21f677(0x1ce))/0x9;if(_0x3128d9===_0x468780)break;else _0xfc2c4a['push'](_0xfc2c4a['shift']());}catch(_0x34769b){_0xfc2c4a['push'](_0xfc2c4a['shift']());}}}(a0_0x554f,0xddf0b));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';function a0_0x554f(){const _0x24414e=['showAlertPopup','showToast','dirtyRecords','delete','tMenu','button.delete','296kCqugL','13810689DrcPBu','details','\x0a\x20\x20\x20\x20\x20\x20','noteq','data','hidden','group','_config','findIndex','reduce','updateMultipleData','1924924hZKdCZ','259406MZrhBJ','query','success\x20to\x20process','test','draft-list','numberOfApprovalPendings','fetch','result','__origin__','tText','resourceUrl','gutter','networkError','todo-list','showGraphqlErrorResponse','codeItems','__dirty__','undefined','records','parent','getCodeByScenario','button.','updatedAt','message','xlsx','2484864jyeQEg','key','object','menuType','getCodeByEntity','value','SCREEN','text.nothing_selected','splice','checkClientError','name','cancel','HOME','searchByPagination','Graphql\x20Error','arrangeMenuRoutes','updater','code','showGraphqlException','question','buildArgs','filter','__seq__','imex','numberOfDrafts','isNotEmpty','exportableData','text.nothing_changed','patchesForUpdateMultiple','template','error','numberOfToDos','getSelectedIdList','children','menu.id','description','HIDDEN-PAGE','parse','category','id,template','unshift','push','\x0a\x20\x20\x20\x20','map','path','240382iDmsQq','2nWlIxo','record','split','extensions','runScenario','getCodeSelectorData','4990803CtSrwh','routingType','routing','__selected__','8771500YJaNTb','title','text.there_is_nothing_to_delete','items','total','errors','isEmpty','callScenario','badge','info','updateMultiple','deleteListByGristSelected','\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','success\x20to\x20delete','getWorkCodeByName','workCodeByName','MENU','menus','creator','forEach','length','rank','gridPersonalizeTemplates','deleteListByIds','confirm','isArray','columns','text.are_you_sure','selected','GROUP','type'];a0_0x554f=function(){return _0x24414e;};return a0_0x554f();}import{TermsUtil}from'./terms-util';import{UiUtil}from'./ui-util';import a0_0x246edb from'graphql-tag';import{ValueUtil}from'./value-util';import{asyncReplace}from'lit/directives/async-replace.js';function a0_0x2d85(_0x2debdd,_0x1fc1c1){const _0x554f25=a0_0x554f();return a0_0x2d85=function(_0x2d85f2,_0x13bb8b){_0x2d85f2=_0x2d85f2-0x1ad;let _0x4d126d=_0x554f25[_0x2d85f2];return _0x4d126d;},a0_0x2d85(_0x2debdd,_0x1fc1c1);}import a0_0x2b9b42 from'i18next';import{generateActivitySummary,startSubscribeActivitySummary}from'@things-factory/worklist';export class ServiceUtil{static async[a0_0x3c5331(0x1e9)](_0x37dea4){const _0x5c0f28=a0_0x3c5331;if(Array[_0x5c0f28(0x1c1)](_0x37dea4))return _0x37dea4[_0x5c0f28(0x21e)](_0x496379=>'object'==typeof _0x496379?{'name':_0x496379['value'],'description':_0x496379['display']}:{'name':_0x496379,'description':_0x496379});let _0x24b143=await ServiceUtil[_0x5c0f28(0x1b6)](_0x37dea4);return _0x24b143&&_0x24b143['length']>0x0?_0x24b143:await getCodeByName(_0x37dea4);}static async['getWorkCodeByName'](_0xf9af34){const _0x207cf8=a0_0x3c5331,_0x439b97=await client[_0x207cf8(0x1db)]({'query':a0_0x246edb`
1
+ function a0_0x30d5(){const _0x27a62f=['iconPath','SCREEN','cuFlag','3sTkCWl','patchesForUpdateMultiple','dirtyRecords','text.nothing_selected','group','codeItems','code','numberOfToDos','_config','showAlertPopup','MENU','24RmyyDF','columns','map','showGraphqlErrorResponse','delete','resourceUrl','hidden','deleteListByGristSelected','21860QnBBVS','getSelectedIdList','HOME','error','tText','active','307432TUfham','showToast','details','571739xPGIwJ','\x0a\x20\x20\x20\x20\x20\x20','query','unshift','push','gutter','test','Graphql\x20Error','button.delete','5MxEyYt','display','4044360kfnARH','getCodeByEntity','success\x20to\x20save','undefined','splice','noteq','dispatch','569284CSvUjz','path','records','callScenario','name','object','confirm','__selected__','buildArgs','success\x20to\x20process','checkClientError','info','getCodeSelectorData','menuType','9ctROpT','message','key','searchMenuGridPersnalTemplate','success\x20to\x20delete','record','GROUP','imex','searchByPagination','items','workCodeByName','find','badge','2222wBREVq','isNotEmpty','menus','updateMultiple','getCodeByScenario','tMenu','includes','\x0a\x20\x20\x20\x20','hiddenFlag','type','2077612acHsMp','isArray','description','networkError','cancel','xlsx','question','template','text.are_you_sure','parent','__seq__','children','title','deleteListByIds','creator','gridPersonalizeTemplates','button.','updateMultipleData','routingType','errors','\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','text.there_is_nothing_to_delete','getWorkCodeByName','findOne','extensions','routing','searchMyDynamicMenus','rank','data','draft-list','__dirty__','__origin__','filter','sort','HIDDEN-PAGE','myDynamicMenus','runScenario','result','fetch','total','selected','reduce','forEach','numberOfApprovalPendings','showGraphqlException','length','710858lRzhOG','findIndex'];a0_0x30d5=function(){return _0x27a62f;};return a0_0x30d5();}const a0_0x3702cd=a0_0x2230;(function(_0x360502,_0x14ae2b){const _0x123011=a0_0x2230,_0x10157c=_0x360502();while(!![]){try{const _0x397963=parseInt(_0x123011(0x22a))/0x1+parseInt(_0x123011(0x1f7))/0x2*(-parseInt(_0x123011(0x1fc))/0x3)+parseInt(_0x123011(0x1c8))/0x4*(parseInt(_0x123011(0x221))/0x5)+-parseInt(_0x123011(0x207))/0x6*(-parseInt(_0x123011(0x218))/0x7)+-parseInt(_0x123011(0x215))/0x8*(-parseInt(_0x123011(0x238))/0x9)+parseInt(_0x123011(0x20f))/0xa*(-parseInt(_0x123011(0x1be))/0xb)+-parseInt(_0x123011(0x223))/0xc;if(_0x397963===_0x14ae2b)break;else _0x10157c['push'](_0x10157c['shift']());}catch(_0x47378f){_0x10157c['push'](_0x10157c['shift']());}}}(a0_0x30d5,0x4e131));import{store,gqlContext}from'@things-factory/shell';import{getCodeByName}from'@things-factory/code-base';import{EXPORT}from'@things-factory/export-base';import{gqlBuilder}from'@things-factory/utils';import{client}from'@operato/graphql';import{TermsUtil}from'./terms-util';import{UiUtil}from'./ui-util';import a0_0x22a799 from'graphql-tag';import{ValueUtil}from'./value-util';function a0_0x2230(_0x8992a0,_0x5e72fa){const _0x30d589=a0_0x30d5();return a0_0x2230=function(_0x22302e,_0x4b7cb7){_0x22302e=_0x22302e-0x1b8;let _0x4f42a1=_0x30d589[_0x22302e];return _0x4f42a1;},a0_0x2230(_0x8992a0,_0x5e72fa);}import{asyncReplace}from'lit/directives/async-replace.js';import a0_0x488834 from'i18next';import{generateActivitySummary,startSubscribeActivitySummary}from'@things-factory/worklist';export class ServiceUtil{static async[a0_0x3702cd(0x201)](_0x4b8b55){const _0x222f62=a0_0x3702cd;if(Array[_0x222f62(0x1c9)](_0x4b8b55))return _0x4b8b55[_0x222f62(0x209)](_0x119775=>'object'==typeof _0x119775?{'name':_0x119775['value'],'description':_0x119775[_0x222f62(0x222)]}:{'name':_0x119775,'description':_0x119775});let _0x3b5081=await ServiceUtil[_0x222f62(0x1df)](_0x4b8b55);return _0x3b5081&&_0x3b5081[_0x222f62(0x1f6)]>0x0?_0x3b5081:await getCodeByName(_0x4b8b55);}static async[a0_0x3702cd(0x1df)](_0x15258a){const _0xa433cf=a0_0x3702cd,_0x3ef5df=await client[_0xa433cf(0x21a)]({'query':a0_0x22a799`
2
2
  query workCodeByName($name: String!) {
3
3
  workCodeByName(name: $name) {
4
4
  details {
@@ -8,32 +8,32 @@ const a0_0x3c5331=a0_0x2d85;(function(_0x39f14e,_0x468780){const _0x21f677=a0_0x
8
8
  }
9
9
  }
10
10
  }
11
- `,'variables':{'name':_0xf9af34},'context':gqlContext()});return!_0x439b97[_0x207cf8(0x1ad)]&&_0x439b97[_0x207cf8(0x1d2)][_0x207cf8(0x1b7)]&&_0x439b97[_0x207cf8(0x1d2)][_0x207cf8(0x1b7)][_0x207cf8(0x1cf)]?_0x439b97[_0x207cf8(0x1d2)]['workCodeByName'][_0x207cf8(0x1cf)]['sort']((_0x59c86f,_0x3246ab)=>_0x59c86f[_0x207cf8(0x1bd)]-_0x3246ab[_0x207cf8(0x1bd)]):[];}static async[a0_0x3c5331(0x226)](_0xf6f985){const _0x1bc7b8=a0_0x3c5331;let _0x4133ba=(await ServiceUtil[_0x1bc7b8(0x1e9)](_0xf6f985))[_0x1bc7b8(0x21e)](_0x532f60=>({'value':_0x532f60[_0x1bc7b8(0x1fd)],'display':_0x532f60[_0x1bc7b8(0x216)]}));return _0x4133ba[_0x1bc7b8(0x21b)]({'value':'','display':''}),_0x4133ba;}static async[a0_0x3c5331(0x1ee)](_0x23de10,_0x2b72a2){const _0x3426f1=a0_0x3c5331;let _0x1cb048=await ServiceUtil['callScenario'](null,_0x23de10,_0x2b72a2);return _0x1cb048['unshift']({'value':'','display':''}),_0x1cb048[_0x3426f1(0x21e)](_0x51c5a0=>({'value':_0x51c5a0[_0x3426f1(0x1fd)],'display':_0x51c5a0[_0x3426f1(0x216)]}));}static async[a0_0x3c5331(0x1f7)]({queryName:_0xdd80e6,codeField:_0x22c956=a0_0x3c5331(0x1fd),dispField:_0x412a2a=a0_0x3c5331(0x216),filters:_0x18bbd1=[],sorters:_0x335771=[]}){const _0x211410=a0_0x3c5331;let _0x14174d=_0x211410(0x1d0)+_0x22c956+_0x211410(0x1d0)+_0x412a2a+_0x211410(0x21d),_0x24f661=await ServiceUtil['searchByPagination'](_0xdd80e6,_0x18bbd1,_0x335771,0x0,0x0,_0x14174d),_0xa906c=[{'value':'','display':''}];return _0x24f661[_0x211410(0x1ec)]['forEach'](_0x31327e=>{_0xa906c['push']({'value':_0x31327e[_0x22c956],'display':_0x31327e[_0x412a2a]});}),_0xa906c;}static async['myDynamicMenus'](){let _0x4b035a=await ServiceUtil['searchMyDynamicMenus']();return null!=_0x4b035a?ServiceUtil['arrangeMenuRoutes'](_0x4b035a):null;}static async['searchMenuGridPersnalTemplate'](_0x8cb35c){const _0xc30ab0=a0_0x3c5331;let _0x1e8ef9=[{'name':_0xc30ab0(0x215),'operator':'eq','value':_0x8cb35c}],_0x1ea1ed=await ServiceUtil[_0xc30ab0(0x200)](_0xc30ab0(0x1be),_0x1e8ef9,[],0x0,0x0,_0xc30ab0(0x21a));return 0x0==_0x1ea1ed[_0xc30ab0(0x22f)]?{}:{'id':_0x1ea1ed['records'][0x0]['id'],'template':JSON[_0xc30ab0(0x218)](_0x1ea1ed[_0xc30ab0(0x1ec)][0x0][_0xc30ab0(0x210)])};}static[a0_0x3c5331(0x202)](_0x2b12d6){const _0x51fd95=a0_0x3c5331;let _0x54880d=[];_0x2b12d6[_0x51fd95(0x1bb)](_0x1f97f4=>{const _0x2e2d4d=_0x51fd95;_0x54880d[_0x2e2d4d(0x21c)](_0x1f97f4),_0x1f97f4[_0x2e2d4d(0x214)]&&(_0x1f97f4[_0x2e2d4d(0x214)]['sort'](function(_0x4e0cc2,_0x563b42){return _0x4e0cc2['rank']-_0x563b42['rank'];}),_0x1f97f4[_0x2e2d4d(0x214)][_0x2e2d4d(0x1bb)](_0x1e0c56=>{const _0x4ef218=_0x2e2d4d;0x1!=_0x1e0c56['hiddenFlag']&&(_0x1e0c56[_0x4ef218(0x1ed)]=_0x1f97f4,_0x54880d[_0x4ef218(0x21c)](_0x1e0c56));}));});let _0x475fac=_0x54880d['map'](_0x292088=>{const _0x1702a0=_0x51fd95;if(_0x1702a0(0x1c5)==_0x292088[_0x1702a0(0x1f6)]||_0x1702a0(0x1b8)==_0x292088[_0x1702a0(0x1f6)]){let _0x3cdcb5={'id':_0x292088['id'],'parent':!0x0,'name':TermsUtil[_0x1702a0(0x1cb)](_0x292088[_0x1702a0(0x1fd)]),'icon':_0x292088['iconPath'],'type':_0x1702a0(0x1c5)==_0x292088[_0x1702a0(0x1f6)]?_0x1702a0(0x1d4):'','menus':[]};return _0x292088['routing']&&(_0x3cdcb5[_0x1702a0(0x21f)]=_0x292088[_0x1702a0(0x229)]),_0x3cdcb5;}return{'id':'0'};})[_0x51fd95(0x208)](_0x1baba4=>'0'!=_0x1baba4['id']),_0x64982a=_0x54880d['map'](_0x3c89b3=>{const _0x304337=_0x51fd95;if(_0x304337(0x1f9)==_0x3c89b3[_0x304337(0x1f6)]||_0x304337(0x217)==_0x3c89b3[_0x304337(0x1f6)]){let _0x1dec79=_0x475fac['find'](_0x248467=>_0x248467['id']==_0x3c89b3['parent']['id']);if(_0x1dec79){let _0x25d6d9=TermsUtil[_0x304337(0x1cb)](_0x3c89b3[_0x304337(0x1fd)]);return _0x304337(0x1f9)==_0x3c89b3[_0x304337(0x1f6)]&&_0x1dec79[_0x304337(0x1b9)][_0x304337(0x21c)]({'id':_0x3c89b3['id'],'name':_0x25d6d9,'path':_0x3c89b3[_0x304337(0x229)],'icon':_0x3c89b3['iconPath']}),{'id':_0x3c89b3['id'],'parent':!0x1,'parent_id':_0x1dec79['id'],'title':_0x25d6d9,'tagname':_0x3c89b3['category'],'page':_0x3c89b3['routing'],'template':_0x3c89b3[_0x304337(0x1e4)],'routing_type':_0x3c89b3[_0x304337(0x228)]};}return{'id':'0'};}return _0x304337(0x1ff)==_0x3c89b3[_0x304337(0x1f6)]?{'id':_0x3c89b3['id'],'parent':!0x0,'parent_id':null,'title':TermsUtil[_0x304337(0x1cb)](_0x3c89b3[_0x304337(0x1fd)]),'tagname':_0x3c89b3[_0x304337(0x219)],'page':_0x3c89b3['routing'],'template':_0x3c89b3[_0x304337(0x1e4)],'routing_type':_0x3c89b3['routingType']}:{'id':'0'};})[_0x51fd95(0x208)](_0x1a2aeb=>null!=_0x1a2aeb&&'0'!=_0x1a2aeb['id']);_0x475fac['filter'](_0x5b6c4f=>'group'==_0x5b6c4f[_0x51fd95(0x1c6)]&&_0x5b6c4f[_0x51fd95(0x1b9)]&&_0x5b6c4f[_0x51fd95(0x1b9)][_0x51fd95(0x1bc)]>0x0)[_0x51fd95(0x1bb)](_0x3e0797=>{const _0x317fc8=_0x51fd95;let _0x4152ae=_0x475fac[_0x317fc8(0x1d6)](_0x4a150d=>_0x4a150d['id']==_0x3e0797['id'])+0x1;_0x475fac[_0x317fc8(0x1fb)](_0x4152ae,0x0,..._0x3e0797[_0x317fc8(0x1b9)]);});let _0x228200=0x0;return _0x475fac['forEach'](_0x2e0818=>{const _0x8d0761=_0x51fd95;_0x8d0761(0x1e7)==_0x2e0818[_0x8d0761(0x21f)]?(_0x228200++,_0x2e0818[_0x8d0761(0x1b0)]=()=>asyncReplace(generateActivitySummary(_0x8d0761(0x212))),_0x2e0818['active']=({path:_0x12bce3})=>/^activity\//[_0x8d0761(0x1dd)](_0x12bce3)):'approval-pending-list'==_0x2e0818['path']?(_0x228200++,_0x2e0818[_0x8d0761(0x1b0)]=()=>asyncReplace(generateActivitySummary(_0x8d0761(0x1df))),_0x2e0818['active']=({path:_0x13f798})=>/^activity\//[_0x8d0761(0x1dd)](_0x13f798)):_0x8d0761(0x1de)==_0x2e0818[_0x8d0761(0x21f)]&&(_0x228200++,_0x2e0818['badge']=()=>asyncReplace(generateActivitySummary(_0x8d0761(0x20b))));}),_0x228200>0x0&&startSubscribeActivitySummary(),{'menus':_0x475fac,'routes':_0x64982a};}static async['searchMyDynamicMenus'](){const _0x13d731=a0_0x3c5331;let _0x912367=await ServiceUtil[_0x13d731(0x200)]('menus',[{'name':'hiddenFlag','operator':_0x13d731(0x1d1),'value':!0x0},{'name':_0x13d731(0x1f6),'operator':'in','value':[_0x13d731(0x1ff),_0x13d731(0x1b8),_0x13d731(0x1c5)]}],[{'name':_0x13d731(0x1bd)}],0x0,0x0,_0x13d731(0x1b4));return _0x912367?_0x912367[_0x13d731(0x1ec)]:[];}static async['showGraphqlErrorResponse'](_0x547cdb){const _0x30547b=a0_0x3c5331;if(_0x547cdb['errors']&&_0x547cdb[_0x30547b(0x1ad)][_0x30547b(0x1bc)]>0x0){let _0x282854=_0x547cdb['errors'][0x0],_0x25f954=_0x282854[_0x30547b(0x1f1)],_0x4a0927=_0x282854[_0x30547b(0x1f1)];_0x282854[_0x30547b(0x224)]&&(_0x4a0927=_0x282854[_0x30547b(0x224)][_0x30547b(0x204)]),await UiUtil[_0x30547b(0x1c7)](_0x4a0927,_0x25f954,_0x30547b(0x211),_0x30547b(0x1c0));}}static async[a0_0x3c5331(0x205)](_0x59147f){const _0x238392=a0_0x3c5331;_0x59147f&&(_0x59147f[_0x238392(0x1e6)]&&_0x59147f[_0x238392(0x1e6)][_0x238392(0x1e1)]?await ServiceUtil['showGraphqlErrorResponse'](_0x59147f[_0x238392(0x1e6)][_0x238392(0x1e1)]):await UiUtil[_0x238392(0x1c7)](_0x238392(0x201),_0x59147f[_0x238392(0x1f1)],_0x238392(0x211),_0x238392(0x1c0)));}static async[a0_0x3c5331(0x20d)](_0x2f3ee4,_0x5e5860,_0x38924d){const _0x44106e=a0_0x3c5331;var _0x420353=_0x38924d[_0x44106e(0x1d5)][_0x44106e(0x1c2)][_0x44106e(0x208)](_0x4e04ff=>_0x44106e(0x1e5)!==_0x4e04ff['type']&&void 0x0!==_0x4e04ff['record']&&void 0x0!==_0x4e04ff[_0x44106e(0x20a)]&&!0x0!==_0x4e04ff[_0x44106e(0x1d3)])[_0x44106e(0x21e)](_0x1fc1c6=>_0x1fc1c6[_0x44106e(0x20a)]),_0x39c6da=_0x38924d['data'][_0x44106e(0x1ec)][_0x44106e(0x21e)](_0x2646f4=>({..._0x38924d[_0x44106e(0x1d5)][_0x44106e(0x1c2)][_0x44106e(0x208)](_0x12c624=>_0x44106e(0x1e5)!==_0x12c624[_0x44106e(0x1c6)]&&void 0x0!==_0x12c624[_0x44106e(0x222)]&&void 0x0!==_0x12c624[_0x44106e(0x20a)]&&!0x0!==_0x12c624[_0x44106e(0x1d3)])[_0x44106e(0x1d7)]((_0x207ee7,_0x2e1ab3)=>(_0x207ee7[_0x2e1ab3[_0x44106e(0x20a)]['key']]=_0x2e1ab3['imex'][_0x44106e(0x1f4)][_0x44106e(0x223)]('.')[_0x44106e(0x1d7)]((_0x458f95,_0x2c319e)=>_0x458f95&&_0x44106e(0x1eb)!==_0x458f95[_0x2c319e]?_0x458f95[_0x2c319e]:void 0x0,_0x2646f4),_0x207ee7),{})}));if(!_0x2f3ee4)return{'header':_0x420353,'data':_0x39c6da};store['dispatch']({'type':EXPORT,'exportable':{'extension':_0x44106e(0x1f2),'name':_0x5e5860,'data':{'header':_0x420353,'data':_0x39c6da}}});}static async['searchByPagination'](_0x1e86aa,_0x32bf32,_0x36d648,_0x1d1bbb,_0x3534a8,_0x5545d8){const _0x53bf9=a0_0x3c5331;try{const _0x4996d4=await client[_0x53bf9(0x1db)]({'query':a0_0x246edb`
11
+ `,'variables':{'name':_0x15258a},'context':gqlContext()});return!_0x3ef5df['errors']&&_0x3ef5df[_0xa433cf(0x1e5)][_0xa433cf(0x1bb)]&&_0x3ef5df['data'][_0xa433cf(0x1bb)][_0xa433cf(0x217)]?_0x3ef5df['data']['workCodeByName'][_0xa433cf(0x217)]['sort']((_0xfa26f0,_0x521beb)=>_0xfa26f0[_0xa433cf(0x1e4)]-_0x521beb[_0xa433cf(0x1e4)]):[];}static async[a0_0x3702cd(0x236)](_0x33d2df){const _0x85a7ac=a0_0x3702cd;let _0x42e8ea=(await ServiceUtil[_0x85a7ac(0x201)](_0x33d2df))[_0x85a7ac(0x209)](_0x33605e=>({'value':_0x33605e[_0x85a7ac(0x22e)],'display':_0x33605e[_0x85a7ac(0x1ca)]}));return _0x42e8ea[_0x85a7ac(0x21b)]({'value':'','display':''}),_0x42e8ea;}static async[a0_0x3702cd(0x1c2)](_0x46b7ff,_0x13d86d){const _0x5cf022=a0_0x3702cd;let _0x14e5f1=await ServiceUtil['callScenario'](null,_0x46b7ff,_0x13d86d);return _0x14e5f1[_0x5cf022(0x21b)]({'value':'','display':''}),_0x14e5f1[_0x5cf022(0x209)](_0x28dc0d=>({'value':_0x28dc0d[_0x5cf022(0x22e)],'display':_0x28dc0d['description']}));}static async[a0_0x3702cd(0x224)]({queryName:_0x46f8fa,codeField:_0x574985=a0_0x3702cd(0x22e),dispField:_0x4d705f=a0_0x3702cd(0x1ca),filters:_0x1ffa47=[],sorters:_0x1baff7=[]}){const _0x645e44=a0_0x3702cd;let _0x4170a5=_0x645e44(0x219)+_0x574985+_0x645e44(0x219)+_0x4d705f+_0x645e44(0x1c5),_0x1d5248=await ServiceUtil[_0x645e44(0x1b9)](_0x46f8fa,_0x1ffa47,_0x1baff7,0x0,0x0,_0x4170a5),_0x30d9c6=[{'value':'','display':''}];return _0x1d5248[_0x645e44(0x22c)]['forEach'](_0x4b48b8=>{const _0x172c88=_0x645e44;_0x30d9c6[_0x172c88(0x21c)]({'value':_0x4b48b8[_0x574985],'display':_0x4b48b8[_0x4d705f]});}),_0x30d9c6;}static async[a0_0x3702cd(0x1ec)](){const _0x51d219=a0_0x3702cd;let _0x1d511e=await ServiceUtil[_0x51d219(0x1e3)]();return null!=_0x1d511e?ServiceUtil['arrangeMenuRoutes'](_0x1d511e):null;}static async[a0_0x3702cd(0x23b)](_0x151dda){const _0x578353=a0_0x3702cd;let _0x2c6d34=[{'name':'menu.id','operator':'eq','value':_0x151dda}],_0x4f8bb1=await ServiceUtil[_0x578353(0x1b9)](_0x578353(0x1d7),_0x2c6d34,[],0x0,0x0,'id,template');return 0x0==_0x4f8bb1['total']?{}:{'id':_0x4f8bb1[_0x578353(0x22c)][0x0]['id'],'template':JSON['parse'](_0x4f8bb1[_0x578353(0x22c)][0x0][_0x578353(0x1cf)])};}static['arrangeMenuRoutes'](_0x353a70){const _0xaedd99=a0_0x3702cd;let _0x35baee=[];_0x353a70['forEach'](_0x2fe478=>{const _0x25aea6=a0_0x2230;_0x35baee['push'](_0x2fe478),_0x2fe478[_0x25aea6(0x1d3)]&&(_0x2fe478['children'][_0x25aea6(0x1ea)](function(_0x80d08e,_0x363d25){const _0xcb3334=_0x25aea6;return _0x80d08e[_0xcb3334(0x1e4)]-_0x363d25['rank'];}),_0x2fe478[_0x25aea6(0x1d3)][_0x25aea6(0x1f3)](_0x3a5cf5=>{const _0x343d76=_0x25aea6;0x1!=_0x3a5cf5[_0x343d76(0x1c6)]&&(_0x3a5cf5[_0x343d76(0x1d1)]=_0x2fe478,_0x35baee[_0x343d76(0x21c)](_0x3a5cf5));}));});let _0x3c2600=_0x35baee[_0xaedd99(0x209)](_0x17731f=>{const _0x30aee1=_0xaedd99;if(_0x30aee1(0x23e)==_0x17731f[_0x30aee1(0x237)]||_0x30aee1(0x206)==_0x17731f[_0x30aee1(0x237)]){let _0x5219ff={'id':_0x17731f['id'],'parent':!0x0,'name':TermsUtil[_0x30aee1(0x1c3)](_0x17731f['name']),'icon':_0x17731f[_0x30aee1(0x1f9)],'type':_0x30aee1(0x23e)==_0x17731f['menuType']?_0x30aee1(0x200):'','menus':[]};return _0x17731f[_0x30aee1(0x1e2)]&&(_0x5219ff[_0x30aee1(0x22b)]=_0x17731f[_0x30aee1(0x1e2)]),_0x5219ff;}return{'id':'0'};})[_0xaedd99(0x1e9)](_0x22c5bb=>'0'!=_0x22c5bb['id']),_0x43003d=_0x35baee[_0xaedd99(0x209)](_0x20bdc6=>{const _0x4b31bc=_0xaedd99;if(_0x4b31bc(0x1fa)==_0x20bdc6[_0x4b31bc(0x237)]||_0x4b31bc(0x1eb)==_0x20bdc6['menuType']){let _0x2037ec=_0x3c2600[_0x4b31bc(0x1bc)](_0x889e8b=>_0x889e8b['id']==_0x20bdc6[_0x4b31bc(0x1d1)]['id']);if(_0x2037ec){let _0x17c98c=TermsUtil['tMenu'](_0x20bdc6[_0x4b31bc(0x22e)]);return _0x4b31bc(0x1fa)==_0x20bdc6['menuType']&&_0x2037ec[_0x4b31bc(0x1c0)][_0x4b31bc(0x21c)]({'id':_0x20bdc6['id'],'name':_0x17c98c,'path':_0x20bdc6[_0x4b31bc(0x1e2)],'icon':_0x20bdc6['iconPath']}),{'id':_0x20bdc6['id'],'parent':!0x1,'parent_id':_0x2037ec['id'],'title':_0x17c98c,'tagname':_0x20bdc6[_0x4b31bc(0x1dd)],'page':_0x20bdc6['routing'],'template':_0x20bdc6[_0x4b31bc(0x20c)],'routing_type':_0x20bdc6['routingType']};}return{'id':'0'};}return'HOME'==_0x20bdc6['menuType']?{'id':_0x20bdc6['id'],'parent':!0x0,'parent_id':null,'title':TermsUtil[_0x4b31bc(0x1c3)](_0x20bdc6[_0x4b31bc(0x22e)]),'tagname':_0x20bdc6[_0x4b31bc(0x1dd)],'page':_0x20bdc6['routing'],'template':_0x20bdc6[_0x4b31bc(0x20c)],'routing_type':_0x20bdc6[_0x4b31bc(0x1da)]}:{'id':'0'};})[_0xaedd99(0x1e9)](_0x498e8c=>null!=_0x498e8c&&'0'!=_0x498e8c['id']);_0x3c2600[_0xaedd99(0x1e9)](_0x203055=>'group'==_0x203055[_0xaedd99(0x1c7)]&&_0x203055[_0xaedd99(0x1c0)]&&_0x203055[_0xaedd99(0x1c0)]['length']>0x0)[_0xaedd99(0x1f3)](_0x3e3a6b=>{const _0x26311c=_0xaedd99;let _0x1f1369=_0x3c2600[_0x26311c(0x1f8)](_0x59c3af=>_0x59c3af['id']==_0x3e3a6b['id'])+0x1;_0x3c2600[_0x26311c(0x227)](_0x1f1369,0x0,..._0x3e3a6b[_0x26311c(0x1c0)]);});let _0x55d254=0x0;return _0x3c2600[_0xaedd99(0x1f3)](_0x279a5b=>{const _0x555f9d=_0xaedd99;'todo-list'==_0x279a5b[_0x555f9d(0x22b)]?(_0x55d254++,_0x279a5b[_0x555f9d(0x1bd)]=()=>asyncReplace(generateActivitySummary(_0x555f9d(0x203))),_0x279a5b[_0x555f9d(0x214)]=({path:_0x4fd1f1})=>/^activity\//[_0x555f9d(0x21e)](_0x4fd1f1)):'approval-pending-list'==_0x279a5b['path']?(_0x55d254++,_0x279a5b[_0x555f9d(0x1bd)]=()=>asyncReplace(generateActivitySummary(_0x555f9d(0x1f4))),_0x279a5b['active']=({path:_0x108172})=>/^activity\//[_0x555f9d(0x21e)](_0x108172)):_0x555f9d(0x1e6)==_0x279a5b['path']&&(_0x55d254++,_0x279a5b[_0x555f9d(0x1bd)]=()=>asyncReplace(generateActivitySummary('numberOfDrafts')));}),_0x55d254>0x0&&startSubscribeActivitySummary(),{'menus':_0x3c2600,'routes':_0x43003d};}static async[a0_0x3702cd(0x1e3)](){const _0x2532bd=a0_0x3702cd;let _0x2d87a8=await ServiceUtil[_0x2532bd(0x1b9)](_0x2532bd(0x1c0),[{'name':_0x2532bd(0x1c6),'operator':_0x2532bd(0x228),'value':!0x0},{'name':_0x2532bd(0x237),'operator':'in','value':[_0x2532bd(0x211),_0x2532bd(0x206),_0x2532bd(0x23e)]}],[{'name':'rank'}],0x0,0x0,_0x2532bd(0x1dc));return _0x2d87a8?_0x2d87a8[_0x2532bd(0x22c)]:[];}static async[a0_0x3702cd(0x20a)](_0x59f992){const _0x3feaf9=a0_0x3702cd;if(_0x59f992[_0x3feaf9(0x1db)]&&_0x59f992[_0x3feaf9(0x1db)][_0x3feaf9(0x1f6)]>0x0){let _0x46abaf=_0x59f992[_0x3feaf9(0x1db)][0x0],_0x1df6d4=_0x46abaf[_0x3feaf9(0x239)],_0x158cf3=_0x46abaf[_0x3feaf9(0x239)];_0x46abaf[_0x3feaf9(0x1e1)]&&(_0x158cf3=_0x46abaf[_0x3feaf9(0x1e1)][_0x3feaf9(0x202)]),await UiUtil[_0x3feaf9(0x205)](_0x158cf3,_0x1df6d4,_0x3feaf9(0x212),_0x3feaf9(0x230));}}static async[a0_0x3702cd(0x1f5)](_0x22290f){const _0x49e149=a0_0x3702cd;_0x22290f&&(_0x22290f[_0x49e149(0x1cb)]&&_0x22290f['networkError'][_0x49e149(0x1ee)]?await ServiceUtil['showGraphqlErrorResponse'](_0x22290f[_0x49e149(0x1cb)][_0x49e149(0x1ee)]):await UiUtil[_0x49e149(0x205)](_0x49e149(0x21f),_0x22290f[_0x49e149(0x239)],'error',_0x49e149(0x230)));}static async['exportableData'](_0x51beb7,_0x54536c,_0x144173){const _0x343dee=a0_0x3702cd;var _0xb0ab32=_0x144173[_0x343dee(0x204)][_0x343dee(0x208)][_0x343dee(0x1e9)](_0x1db7bd=>_0x343dee(0x21d)!==_0x1db7bd['type']&&void 0x0!==_0x1db7bd['record']&&void 0x0!==_0x1db7bd['imex']&&!0x0!==_0x1db7bd[_0x343dee(0x20d)])['map'](_0x3f1dee=>_0x3f1dee[_0x343dee(0x1b8)]),_0x540d23=_0x144173['data']['records'][_0x343dee(0x209)](_0x576c37=>({..._0x144173[_0x343dee(0x204)][_0x343dee(0x208)][_0x343dee(0x1e9)](_0x2fdfa8=>_0x343dee(0x21d)!==_0x2fdfa8['type']&&void 0x0!==_0x2fdfa8[_0x343dee(0x23d)]&&void 0x0!==_0x2fdfa8[_0x343dee(0x1b8)]&&!0x0!==_0x2fdfa8[_0x343dee(0x20d)])[_0x343dee(0x1f2)]((_0x2e0f6f,_0x47afb5)=>(_0x2e0f6f[_0x47afb5[_0x343dee(0x1b8)]['key']]=_0x47afb5[_0x343dee(0x1b8)][_0x343dee(0x23a)]['split']('.')[_0x343dee(0x1f2)]((_0x485b08,_0x780d3a)=>_0x485b08&&_0x343dee(0x226)!==_0x485b08[_0x780d3a]?_0x485b08[_0x780d3a]:void 0x0,_0x576c37),_0x2e0f6f),{})}));if(!_0x51beb7)return{'header':_0xb0ab32,'data':_0x540d23};store[_0x343dee(0x229)]({'type':EXPORT,'exportable':{'extension':_0x343dee(0x1cd),'name':_0x54536c,'data':{'header':_0xb0ab32,'data':_0x540d23}}});}static async[a0_0x3702cd(0x1b9)](_0x2e7bca,_0x412f10,_0x2ce562,_0x45bd6f,_0x384de7,_0x27a848){const _0x388813=a0_0x3702cd;try{const _0x1ae8b7=await client['query']({'query':a0_0x22a799`
12
12
  query ($filters: [Filter!], $pagination: Pagination, $sortings: [Sorting!]) {
13
- ${_0x1e86aa}(filters: $filters, pagination: $pagination, sortings: $sortings) {
13
+ ${_0x2e7bca}(filters: $filters, pagination: $pagination, sortings: $sortings) {
14
14
  items {
15
- ${_0x5545d8}
15
+ ${_0x27a848}
16
16
  }
17
17
  total
18
18
  }
19
19
  }
20
- `,'variables':{'filters':_0x32bf32,'sortings':_0x36d648,'pagination':{'page':_0x1d1bbb,'limit':_0x3534a8}}});if(!_0x4996d4['errors'])return{'records':_0x4996d4['data'][_0x1e86aa][_0x53bf9(0x22e)],'total':_0x4996d4[_0x53bf9(0x1d2)][_0x1e86aa]['total']};ServiceUtil[_0x53bf9(0x1e8)](_0x4996d4);}catch(_0x785ef3){ServiceUtil[_0x53bf9(0x205)](_0x785ef3);}return null;}static async['findOne'](_0x3e600c,_0x483586,_0x2b9a21){const _0x51a929=a0_0x3c5331;try{let _0x343b81=await client['query']({'query':a0_0x246edb`
20
+ `,'variables':{'filters':_0x412f10,'sortings':_0x2ce562,'pagination':{'page':_0x45bd6f,'limit':_0x384de7}}});if(!_0x1ae8b7[_0x388813(0x1db)])return{'records':_0x1ae8b7['data'][_0x2e7bca][_0x388813(0x1ba)],'total':_0x1ae8b7[_0x388813(0x1e5)][_0x2e7bca][_0x388813(0x1f0)]};ServiceUtil[_0x388813(0x20a)](_0x1ae8b7);}catch(_0x55d585){ServiceUtil['showGraphqlException'](_0x55d585);}return null;}static async[a0_0x3702cd(0x1e0)](_0x586baf,_0x53944b,_0x3ddddb){const _0x3fb45d=a0_0x3702cd;try{let _0x5be0e4=await client[_0x3fb45d(0x21a)]({'query':a0_0x22a799`
21
21
  query ($id: String!) {
22
- ${_0x3e600c}(id: $id) {
23
- ${_0x2b9a21}
22
+ ${_0x586baf}(id: $id) {
23
+ ${_0x3ddddb}
24
24
  }
25
25
  }
26
- `,'variables':{'id':_0x483586}});if(!_0x343b81[_0x51a929(0x1ad)])return _0x343b81[_0x51a929(0x1d2)][_0x3e600c]||{};ServiceUtil[_0x51a929(0x1e8)](_0x343b81);}catch(_0x503ffb){ServiceUtil[_0x51a929(0x205)](_0x503ffb);}return null;}static[a0_0x3c5331(0x213)](_0x3ff62f,_0x239a52){const _0x515c1c=a0_0x3c5331,_0x9ccd01=_0x3ff62f[_0x515c1c(0x1c4)][_0x515c1c(0x21e)](_0x3a24de=>_0x3a24de['id']);return ValueUtil[_0x515c1c(0x1ae)](_0x9ccd01)&&0x1==_0x239a52&&UiUtil['showAlertPopup'](_0x515c1c(0x1fa),_0x515c1c(0x22d),_0x515c1c(0x1b1),_0x515c1c(0x1c0)),_0x9ccd01;}static async[a0_0x3c5331(0x1b3)](_0x38285f,_0x29abd6){const _0xacbb77=a0_0x3c5331;let _0x2c695d=ServiceUtil[_0xacbb77(0x213)](_0x38285f,!0x0);ValueUtil[_0xacbb77(0x20c)](_0x2c695d)&&(await ServiceUtil['deleteListByIds'](_0x2c695d,_0x29abd6)&&_0x38285f[_0xacbb77(0x1e0)]());}static async[a0_0x3c5331(0x1bf)](_0x264094,_0x526739){const _0x492881=a0_0x3c5331;if(!(await UiUtil[_0x492881(0x1c7)](_0x492881(0x1cc),'text.are_you_sure',_0x492881(0x206),_0x492881(0x1ca),_0x492881(0x1fe)))[_0x492881(0x1f8)])return!0x1;try{const _0x39cb19=await client[_0x492881(0x1db)]({'query':a0_0x246edb`
26
+ `,'variables':{'id':_0x53944b}});if(!_0x5be0e4['errors'])return _0x5be0e4['data'][_0x586baf]||{};ServiceUtil[_0x3fb45d(0x20a)](_0x5be0e4);}catch(_0x1496ea){ServiceUtil['showGraphqlException'](_0x1496ea);}return null;}static[a0_0x3702cd(0x210)](_0xf6c1d0,_0x1410d6){const _0x2a08d4=a0_0x3702cd,_0x227256=_0xf6c1d0[_0x2a08d4(0x1f1)][_0x2a08d4(0x209)](_0x203367=>_0x203367['id']);return ValueUtil['isEmpty'](_0x227256)&&0x1==_0x1410d6&&UiUtil[_0x2a08d4(0x205)](_0x2a08d4(0x1ff),_0x2a08d4(0x1de),_0x2a08d4(0x235),'confirm'),_0x227256;}static async[a0_0x3702cd(0x20e)](_0x2648cd,_0xc2658e){const _0x4159d9=a0_0x3702cd;let _0x4269d8=ServiceUtil[_0x4159d9(0x210)](_0x2648cd,!0x0);ValueUtil[_0x4159d9(0x1bf)](_0x4269d8)&&(await ServiceUtil['deleteListByIds'](_0x4269d8,_0xc2658e)&&_0x2648cd['fetch']());}static async[a0_0x3702cd(0x1d5)](_0x5ef092,_0x52b480){const _0x51df81=a0_0x3702cd;if(!(await UiUtil[_0x51df81(0x205)](_0x51df81(0x220),_0x51df81(0x1d0),'question',_0x51df81(0x20b),_0x51df81(0x1cc)))['value'])return!0x1;try{const _0x3a7e94=await client[_0x51df81(0x21a)]({'query':a0_0x22a799`
27
27
  mutation {
28
- ${_0x526739}(${gqlBuilder[_0x492881(0x207)]({'ids':_0x264094})})
28
+ ${_0x52b480}(${gqlBuilder[_0x51df81(0x232)]({'ids':_0x5ef092})})
29
29
  }
30
- `});if(!_0x39cb19[_0x492881(0x1ad)])return UiUtil[_0x492881(0x1c8)](_0x492881(0x1b1),TermsUtil[_0x492881(0x1e3)](_0x492881(0x1b5))),!0x0;ServiceUtil['showGraphqlErrorResponse'](_0x39cb19);}catch(_0x301361){ServiceUtil['showGraphqlException'](_0x301361);}return!0x1;}static async[a0_0x3c5331(0x1d8)](_0x2f1b9a,_0x5391b6){const _0x311706=a0_0x3c5331;let _0x511552=ServiceUtil[_0x311706(0x20f)](_0x2f1b9a);if(ValueUtil[_0x311706(0x20c)](_0x511552)){let _0x3fbb6f=await ServiceUtil['updateMultiple'](_0x5391b6,_0x511552);if(_0x3fbb6f)return _0x2f1b9a[_0x311706(0x1e0)](),_0x3fbb6f;}return!0x1;}static async[a0_0x3c5331(0x1b2)](_0x21a6a0,_0x1bb1bd){const _0x3b83fe=a0_0x3c5331;try{const _0x5e43c5=await client[_0x3b83fe(0x1db)]({'query':a0_0x246edb`
30
+ `});if(!_0x3a7e94[_0x51df81(0x1db)])return UiUtil[_0x51df81(0x216)]('info',TermsUtil[_0x51df81(0x213)](_0x51df81(0x23c))),!0x0;ServiceUtil[_0x51df81(0x20a)](_0x3a7e94);}catch(_0x29472d){ServiceUtil[_0x51df81(0x1f5)](_0x29472d);}return!0x1;}static async[a0_0x3702cd(0x1d9)](_0x18e1bc,_0x2860cc){const _0x412e25=a0_0x3702cd;let _0xc22e84=ServiceUtil['patchesForUpdateMultiple'](_0x18e1bc);if(ValueUtil[_0x412e25(0x1bf)](_0xc22e84)){let _0x5def16=await ServiceUtil[_0x412e25(0x1c1)](_0x2860cc,_0xc22e84);if(_0x5def16)return _0x18e1bc[_0x412e25(0x1ef)](),_0x5def16;}return!0x1;}static async[a0_0x3702cd(0x1c1)](_0x411bae,_0x1bf5b1){const _0x4dbf37=a0_0x3702cd;try{const _0xd5f804=await client[_0x4dbf37(0x21a)]({'query':a0_0x22a799`
31
31
  mutation {
32
- ${_0x21a6a0}(${gqlBuilder[_0x3b83fe(0x207)]({'patches':_0x1bb1bd})}) {
32
+ ${_0x411bae}(${gqlBuilder[_0x4dbf37(0x232)]({'patches':_0x1bf5b1})}) {
33
33
  id
34
34
  }
35
35
  }
36
- `,'context':{'hasUpload':!0x0}});if(!_0x5e43c5[_0x3b83fe(0x1ad)])return UiUtil[_0x3b83fe(0x1c8)](_0x3b83fe(0x1b1),TermsUtil[_0x3b83fe(0x1e3)]('success\x20to\x20save')),!0x0;ServiceUtil[_0x3b83fe(0x1e8)](_0x5e43c5);}catch(_0x2311e7){ServiceUtil['showGraphqlException'](_0x2311e7);}return!0x1;}static[a0_0x3c5331(0x20f)](_0x40eb27,_0x4948af=!0x1){const _0x17132f=a0_0x3c5331;let _0x1b897c=_0x40eb27[_0x17132f(0x1c9)];if(_0x1b897c&&0x0!=_0x1b897c[_0x17132f(0x1bc)])return _0x1b897c['map'](_0x2f4127=>{const _0x3ae210=_0x17132f;let _0x4f17d4=_0x2f4127['id']?{'id':_0x2f4127['id']}:{};for(let _0xb5fec1 in _0x2f4127)[_0x3ae210(0x1ba),_0x3ae210(0x203),'createdAt',_0x3ae210(0x1f0),_0x3ae210(0x1ea),'__dirtyfields__',_0x3ae210(0x1e2),_0x3ae210(0x209),_0x3ae210(0x22a)]['includes'](_0xb5fec1)||(_0x2f4127[_0xb5fec1]&&_0x3ae210(0x1f5)==typeof _0x2f4127[_0xb5fec1]&&0x0==_0x4948af?_0x4f17d4[_0xb5fec1]={'id':_0x2f4127[_0xb5fec1]['id']}:_0x4f17d4[_0xb5fec1]=_0x2f4127[_0xb5fec1]);return _0x4f17d4['cuFlag']=_0x2f4127[_0x3ae210(0x1ea)],_0x4f17d4;});UiUtil[_0x17132f(0x1c7)](_0x17132f(0x20e),'text.NOTHING_CHANGED',_0x17132f(0x1b1),_0x17132f(0x1c0));}static async[a0_0x3c5331(0x1af)](_0x21f618,_0x4d42b6,_0xf8820){const _0x1323f5=a0_0x3c5331;let _0x34252f=!0x0;_0x21f618&&(_0x34252f=(await UiUtil[_0x1323f5(0x1c7)](_0x1323f5(0x1ef)+_0x21f618,_0x1323f5(0x1c3),_0x1323f5(0x206),_0x1323f5(0x1c0),_0x1323f5(0x1fe)))[_0x1323f5(0x1f8)]);if(_0x34252f)try{const _0x53f1e2=await client[_0x1323f5(0x1db)]({'query':a0_0x246edb`
36
+ `,'context':{'hasUpload':!0x0}});if(!_0xd5f804['errors'])return UiUtil[_0x4dbf37(0x216)](_0x4dbf37(0x235),TermsUtil[_0x4dbf37(0x213)](_0x4dbf37(0x225))),!0x0;ServiceUtil[_0x4dbf37(0x20a)](_0xd5f804);}catch(_0x14b34b){ServiceUtil[_0x4dbf37(0x1f5)](_0x14b34b);}return!0x1;}static[a0_0x3702cd(0x1fd)](_0x3eee00,_0x379d50=!0x1){const _0x1f6896=a0_0x3702cd;let _0x22f01a=_0x3eee00[_0x1f6896(0x1fe)];if(_0x22f01a&&0x0!=_0x22f01a[_0x1f6896(0x1f6)])return _0x22f01a[_0x1f6896(0x209)](_0x17d059=>{const _0x390bbb=_0x1f6896;let _0x1031bc=_0x17d059['id']?{'id':_0x17d059['id']}:{};for(let _0x1132d2 in _0x17d059)[_0x390bbb(0x1d6),'updater','createdAt','updatedAt',_0x390bbb(0x1e7),'__dirtyfields__',_0x390bbb(0x1e8),_0x390bbb(0x1d2),_0x390bbb(0x231)][_0x390bbb(0x1c4)](_0x1132d2)||(_0x17d059[_0x1132d2]&&_0x390bbb(0x22f)==typeof _0x17d059[_0x1132d2]&&0x0==_0x379d50?_0x1031bc[_0x1132d2]={'id':_0x17d059[_0x1132d2]['id']}:_0x1031bc[_0x1132d2]=_0x17d059[_0x1132d2]);return _0x1031bc[_0x390bbb(0x1fb)]=_0x17d059[_0x390bbb(0x1e7)],_0x1031bc;});UiUtil[_0x1f6896(0x205)]('text.nothing_changed','text.NOTHING_CHANGED','info',_0x1f6896(0x230));}static async[a0_0x3702cd(0x22d)](_0x569c2c,_0x17421a,_0x5640db){const _0x9ff5c6=a0_0x3702cd;let _0x59994d=!0x0;_0x569c2c&&(_0x59994d=(await UiUtil[_0x9ff5c6(0x205)](_0x9ff5c6(0x1d8)+_0x569c2c,_0x9ff5c6(0x1d0),_0x9ff5c6(0x1ce),_0x9ff5c6(0x230),'cancel'))['value']);if(_0x59994d)try{const _0x4f328a=await client['query']({'query':a0_0x22a799`
37
37
  mutation ($scenarioName: String!, $variables: Object) {
38
38
  runScenario(scenarioName: $scenarioName, variables: $variables) {
39
39
  state
@@ -42,4 +42,4 @@ const a0_0x3c5331=a0_0x2d85;(function(_0x39f14e,_0x468780){const _0x21f677=a0_0x
42
42
  __typename
43
43
  }
44
44
  }
45
- `,'variables':{'scenarioName':_0x4d42b6,'variables':_0xf8820}});if(_0x53f1e2[_0x1323f5(0x1ad)])ServiceUtil[_0x1323f5(0x1e8)](_0x53f1e2);else{if(this[_0x1323f5(0x1fc)](_0x53f1e2))return UiUtil[_0x1323f5(0x1c8)](_0x1323f5(0x1b1),TermsUtil[_0x1323f5(0x1e3)](_0x1323f5(0x1dc))),_0x53f1e2;}}catch(_0x613bf5){ServiceUtil[_0x1323f5(0x205)](_0x613bf5);}return!0x1;}static[a0_0x3c5331(0x1fc)](_0x5116fa){const _0x3a7380=a0_0x3c5331;if(_0x5116fa&&_0x5116fa['data']&&_0x5116fa[_0x3a7380(0x1d2)][_0x3a7380(0x225)]&&_0x5116fa[_0x3a7380(0x1d2)][_0x3a7380(0x225)][_0x3a7380(0x1d2)]&&_0x5116fa[_0x3a7380(0x1d2)][_0x3a7380(0x225)][_0x3a7380(0x1d2)][_0x3a7380(0x211)]){let _0x186a23=_0x5116fa[_0x3a7380(0x1d2)][_0x3a7380(0x225)][_0x3a7380(0x1d2)]['error'];return UiUtil[_0x3a7380(0x1c7)](_0x186a23[_0x3a7380(0x22c)],_0x186a23[_0x3a7380(0x1f1)],_0x3a7380(0x211),_0x3a7380(0x1c0)),!0x1;}return!0x0;}}
45
+ `,'variables':{'scenarioName':_0x17421a,'variables':_0x5640db}});if(_0x4f328a[_0x9ff5c6(0x1db)])ServiceUtil[_0x9ff5c6(0x20a)](_0x4f328a);else{if(this[_0x9ff5c6(0x234)](_0x4f328a))return UiUtil['showToast'](_0x9ff5c6(0x235),TermsUtil[_0x9ff5c6(0x213)](_0x9ff5c6(0x233))),_0x4f328a;}}catch(_0x12f327){ServiceUtil[_0x9ff5c6(0x1f5)](_0x12f327);}return!0x1;}static[a0_0x3702cd(0x234)](_0x36bb46){const _0x4bab3f=a0_0x3702cd;if(_0x36bb46&&_0x36bb46[_0x4bab3f(0x1e5)]&&_0x36bb46[_0x4bab3f(0x1e5)][_0x4bab3f(0x1ed)]&&_0x36bb46[_0x4bab3f(0x1e5)]['runScenario'][_0x4bab3f(0x1e5)]&&_0x36bb46[_0x4bab3f(0x1e5)][_0x4bab3f(0x1ed)][_0x4bab3f(0x1e5)][_0x4bab3f(0x212)]){let _0x1864fd=_0x36bb46['data'][_0x4bab3f(0x1ed)][_0x4bab3f(0x1e5)][_0x4bab3f(0x212)];return UiUtil[_0x4bab3f(0x205)](_0x1864fd[_0x4bab3f(0x1d4)],_0x1864fd[_0x4bab3f(0x239)],'error','confirm'),!0x1;}return!0x0;}}
@@ -1,4 +1,4 @@
1
- const a0_0x13c3bb=a0_0x23df;(function(_0x868cbf,_0x3488a6){const _0x3055fb=a0_0x23df,_0x1883fe=_0x868cbf();while(!![]){try{const _0x1ffd2a=-parseInt(_0x3055fb(0x1ab))/0x1+parseInt(_0x3055fb(0x1bd))/0x2*(-parseInt(_0x3055fb(0x1b3))/0x3)+parseInt(_0x3055fb(0x1b9))/0x4+parseInt(_0x3055fb(0x1c0))/0x5+-parseInt(_0x3055fb(0x1c1))/0x6*(parseInt(_0x3055fb(0x1b8))/0x7)+-parseInt(_0x3055fb(0x1b1))/0x8+-parseInt(_0x3055fb(0x1a9))/0x9*(-parseInt(_0x3055fb(0x1c9))/0xa);if(_0x1ffd2a===_0x3488a6)break;else _0x1883fe['push'](_0x1883fe['shift']());}catch(_0x5a5a91){_0x1883fe['push'](_0x1883fe['shift']());}}}(a0_0x7452,0x18d95));function a0_0x7452(){const _0x2b325b=['error','length','data','fetchTerminologies','1200400mwxbME','tMenu','downloadTerminologies','tError','title','27OVSECr','tText','4039ZvqsbV','tField','total','records','replace','field','1056416EXeZnc','display','3wETZAW','tButton','META_TERMS','terminologies','keys','1263773okAPoQ','312836JgdnyA','button','query','menu','271978YLgZcQ','translate','forEach','580355ctbKtw','6ISBqLp','tTitle','category','name'];a0_0x7452=function(){return _0x2b325b;};return a0_0x7452();}function a0_0x23df(_0x5be656,_0x18331c){const _0x745284=a0_0x7452();return a0_0x23df=function(_0x23df30,_0x3e997f){_0x23df30=_0x23df30-0x1a8;let _0xca9bb7=_0x745284[_0x23df30];return _0xca9bb7;},a0_0x23df(_0x5be656,_0x18331c);}import a0_0x19e0e6 from'graphql-tag';import{client}from'@operato/graphql';import{i18next}from'@operato/i18n';export class TermsUtil{['META_TERMS']=null;static async[a0_0x13c3bb(0x1cb)](_0x4ac6ec){const _0x1f37a0=a0_0x13c3bb;let _0x226c3f=(await TermsUtil[_0x1f37a0(0x1c8)](_0x4ac6ec))[_0x1f37a0(0x1ae)];_0x226c3f&&_0x226c3f[_0x1f37a0(0x1c6)]>0x0&&(this[_0x1f37a0(0x1b5)]={},_0x226c3f[_0x1f37a0(0x1bf)](_0x3653bb=>{const _0x2cc29c=_0x1f37a0;let _0x46f6c7=_0x3653bb[_0x2cc29c(0x1c3)]+'.'+_0x3653bb[_0x2cc29c(0x1c4)];this[_0x2cc29c(0x1b5)][_0x46f6c7]=_0x3653bb[_0x2cc29c(0x1b2)];}));}static async['fetchTerminologies'](_0x46787b){const _0x8ad5c7=a0_0x13c3bb;let _0x18e0e3=[{'name':'locale','operator':'eq','value':_0x46787b}];const _0x26ba72=await client[_0x8ad5c7(0x1bb)]({'query':a0_0x19e0e6`
1
+ const a0_0x284e9b=a0_0x39fc;(function(_0xddf2bc,_0x3dc527){const _0x3dc147=a0_0x39fc,_0x2587e1=_0xddf2bc();while(!![]){try{const _0x9dfe4d=-parseInt(_0x3dc147(0xe0))/0x1+parseInt(_0x3dc147(0xde))/0x2+parseInt(_0x3dc147(0xdc))/0x3+-parseInt(_0x3dc147(0xe7))/0x4+-parseInt(_0x3dc147(0xf2))/0x5*(-parseInt(_0x3dc147(0xdf))/0x6)+-parseInt(_0x3dc147(0xf6))/0x7+-parseInt(_0x3dc147(0xf3))/0x8*(-parseInt(_0x3dc147(0xf7))/0x9);if(_0x9dfe4d===_0x3dc527)break;else _0x2587e1['push'](_0x2587e1['shift']());}catch(_0x4f6133){_0x2587e1['push'](_0x2587e1['shift']());}}}(a0_0x2ad0,0x93cac));function a0_0x2ad0(){const _0x3509e5=['tText','tError','data','tLabel','records','length','query','text','button','title','3465039yZSOuR','META_TERMS','577398rVlrlV','60234XCCAKH','539985QJPchS','total','field','error','translate','downloadTerminologies','category','2213184xXiPgy','terminologies','label','display','forEach','errors','menu','name','tTitle','tButton','replace','415esdUoF','42888jmFLKq','locale','fetchTerminologies','4348400yTtbYv','72eKIVxl','keys','tMenu'];a0_0x2ad0=function(){return _0x3509e5;};return a0_0x2ad0();}import a0_0x2c5f1b from'graphql-tag';function a0_0x39fc(_0x28664b,_0x59dfc7){const _0x2ad070=a0_0x2ad0();return a0_0x39fc=function(_0x39fcd2,_0x30e69){_0x39fcd2=_0x39fcd2-0xdc;let _0x55967e=_0x2ad070[_0x39fcd2];return _0x55967e;},a0_0x39fc(_0x28664b,_0x59dfc7);}import{client}from'@operato/graphql';import{i18next}from'@operato/i18n';export class TermsUtil{['META_TERMS']=null;static async[a0_0x284e9b(0xe5)](_0x1a9659){const _0x2e0314=a0_0x284e9b;let _0xd173f0=(await TermsUtil[_0x2e0314(0xf5)](_0x1a9659))[_0x2e0314(0xfe)];_0xd173f0&&_0xd173f0[_0x2e0314(0xff)]>0x0&&(this[_0x2e0314(0xdd)]={},_0xd173f0[_0x2e0314(0xeb)](_0x537ae9=>{const _0xb36ccf=_0x2e0314;let _0x4bc5ea=_0x537ae9[_0xb36ccf(0xe6)]+'.'+_0x537ae9[_0xb36ccf(0xee)];this[_0xb36ccf(0xdd)][_0x4bc5ea]=_0x537ae9[_0xb36ccf(0xea)];}));}static async[a0_0x284e9b(0xf5)](_0x4b29de){const _0x2e3f12=a0_0x284e9b;let _0x5274be=[{'name':_0x2e3f12(0xf4),'operator':'eq','value':_0x4b29de}];const _0xbb0a75=await client[_0x2e3f12(0x100)]({'query':a0_0x2c5f1b`
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_0x13c3bb=a0_0x23df;(function(_0x868cbf,_0x3488a6){const _0x3055fb=a0_0x
11
11
  total
12
12
  }
13
13
  }
14
- `,'variables':{'filters':_0x18e0e3,'sortings':[{'name':_0x8ad5c7(0x1c3)},{'name':_0x8ad5c7(0x1c4)}],'pagination':{'page':0x0,'limit':0x0}}});if(!_0x26ba72['errors'])return{'records':_0x26ba72[_0x8ad5c7(0x1c7)][_0x8ad5c7(0x1b6)]['items']||[],'total':_0x26ba72[_0x8ad5c7(0x1c7)][_0x8ad5c7(0x1b6)][_0x8ad5c7(0x1ad)]||0x0};}static['tLabel'](_0x1be380,_0x53f911){const _0x4bbc9a=a0_0x13c3bb;let _0xd6550c=TermsUtil[_0x4bbc9a(0x1be)]('label',_0x1be380,_0x53f911,null);return _0xd6550c||TermsUtil[_0x4bbc9a(0x1be)](_0x4bbc9a(0x1b0),_0x1be380,_0x53f911,_0x1be380);}static[a0_0x13c3bb(0x1ac)](_0x4cc479,_0xc1ebf1){const _0x6765e1=a0_0x13c3bb;let _0x548062=TermsUtil[_0x6765e1(0x1be)](_0x6765e1(0x1b0),_0x4cc479,_0xc1ebf1,null);return _0x548062||TermsUtil['translate'](_0x6765e1(0x1b0),_0x4cc479,_0xc1ebf1,_0x4cc479);}static[a0_0x13c3bb(0x1b4)](_0x2bb96e){const _0xa7b01a=a0_0x13c3bb;return TermsUtil[_0xa7b01a(0x1be)](_0xa7b01a(0x1ba),_0x2bb96e,null,_0x2bb96e);}static[a0_0x13c3bb(0x1c2)](_0x2404bc,_0x939619){const _0x206a2a=a0_0x13c3bb;let _0x3b14bc=TermsUtil[_0x206a2a(0x1be)]('title',_0x2404bc,_0x939619,null);return _0x3b14bc||TermsUtil[_0x206a2a(0x1be)](_0x206a2a(0x1bc),_0x2404bc,_0x939619,_0x2404bc);}static[a0_0x13c3bb(0x1ca)](_0x49bb5d){const _0x2a8d53=a0_0x13c3bb;let _0x4df15b=TermsUtil[_0x2a8d53(0x1be)]('menu',_0x49bb5d,null,_0x49bb5d);return _0x4df15b||TermsUtil[_0x2a8d53(0x1be)](_0x2a8d53(0x1a8),_0x49bb5d,null,_0x49bb5d);}static[a0_0x13c3bb(0x1aa)](_0x1d212c,_0x462362){const _0x49741b=a0_0x13c3bb;return TermsUtil[_0x49741b(0x1be)]('text',_0x1d212c,_0x462362,_0x1d212c);}static[a0_0x13c3bb(0x1cc)](_0x1e3fcb,_0x13379c){const _0x77bc5e=a0_0x13c3bb;return TermsUtil[_0x77bc5e(0x1be)](_0x77bc5e(0x1c5),_0x1e3fcb,_0x13379c,_0x1e3fcb);}static[a0_0x13c3bb(0x1be)](_0x4eb3bc,_0xf1664a,_0x32697f,_0x58ea26){let _0x3a4753=_0x4eb3bc+'.'+_0xf1664a;return TermsUtil['t'](_0x3a4753,_0x32697f,_0x58ea26);}static['t'](_0x2c5ee4,_0x51abe7,_0x3dc4ae){const _0x46995b=a0_0x13c3bb;let _0x338393=this[_0x46995b(0x1b5)]?this[_0x46995b(0x1b5)][_0x2c5ee4]:null;return _0x338393=_0x338393||i18next['t'](_0x2c5ee4),_0x338393&&_0x2c5ee4!=_0x338393?(_0x51abe7&&Object[_0x46995b(0x1b7)](_0x51abe7)[_0x46995b(0x1bf)](function(_0x1e4cbd){const _0x3880ce=_0x46995b;var _0x59c0b1='\x5c{'+_0x1e4cbd[_0x3880ce(0x1af)](/\$/,'\x5c$')+'\x5c}',_0x50e8c7=new RegExp(_0x59c0b1,'gi');_0x338393=_0x338393[_0x3880ce(0x1af)](_0x50e8c7,_0x51abe7[_0x1e4cbd]);}),_0x338393):_0x3dc4ae;}}
14
+ `,'variables':{'filters':_0x5274be,'sortings':[{'name':_0x2e3f12(0xe6)},{'name':_0x2e3f12(0xee)}],'pagination':{'page':0x0,'limit':0x0}}});if(!_0xbb0a75[_0x2e3f12(0xec)])return{'records':_0xbb0a75[_0x2e3f12(0xfc)][_0x2e3f12(0xe8)]['items']||[],'total':_0xbb0a75['data'][_0x2e3f12(0xe8)][_0x2e3f12(0xe1)]||0x0};}static[a0_0x284e9b(0xfd)](_0x44925f,_0x3e8225){const _0x3f1231=a0_0x284e9b;let _0x42c1ca=TermsUtil[_0x3f1231(0xe4)](_0x3f1231(0xe9),_0x44925f,_0x3e8225,null);return _0x42c1ca||TermsUtil[_0x3f1231(0xe4)]('field',_0x44925f,_0x3e8225,_0x44925f);}static['tField'](_0x303a1e,_0x56bf06){const _0x484486=a0_0x284e9b;let _0x2d83d6=TermsUtil['translate']('field',_0x303a1e,_0x56bf06,null);return _0x2d83d6||TermsUtil[_0x484486(0xe4)](_0x484486(0xe2),_0x303a1e,_0x56bf06,_0x303a1e);}static[a0_0x284e9b(0xf0)](_0xd368a5){const _0x523e4f=a0_0x284e9b;return TermsUtil[_0x523e4f(0xe4)](_0x523e4f(0x102),_0xd368a5,null,_0xd368a5);}static[a0_0x284e9b(0xef)](_0x2ce787,_0x19a9c6){const _0xecb97b=a0_0x284e9b;let _0x5df39c=TermsUtil[_0xecb97b(0xe4)](_0xecb97b(0x103),_0x2ce787,_0x19a9c6,null);return _0x5df39c||TermsUtil[_0xecb97b(0xe4)](_0xecb97b(0xed),_0x2ce787,_0x19a9c6,_0x2ce787);}static[a0_0x284e9b(0xf9)](_0x554dd1){const _0x3542cd=a0_0x284e9b;let _0x38b16a=TermsUtil[_0x3542cd(0xe4)]('menu',_0x554dd1,null,_0x554dd1);return _0x38b16a||TermsUtil[_0x3542cd(0xe4)](_0x3542cd(0x103),_0x554dd1,null,_0x554dd1);}static[a0_0x284e9b(0xfa)](_0x45e2d1,_0x232aed){const _0x5a64cb=a0_0x284e9b;return TermsUtil['translate'](_0x5a64cb(0x101),_0x45e2d1,_0x232aed,_0x45e2d1);}static[a0_0x284e9b(0xfb)](_0x9cf21d,_0x31c190){const _0x4f7a80=a0_0x284e9b;return TermsUtil['translate'](_0x4f7a80(0xe3),_0x9cf21d,_0x31c190,_0x9cf21d);}static['translate'](_0x45680f,_0x442e98,_0x3091b3,_0x1045d9){let _0x140599=_0x45680f+'.'+_0x442e98;return TermsUtil['t'](_0x140599,_0x3091b3,_0x1045d9);}static['t'](_0x54b08b,_0x231fab,_0x57d6de){const _0x1c077c=a0_0x284e9b;let _0x3dcafe=this['META_TERMS']?this['META_TERMS'][_0x54b08b]:null;return _0x3dcafe=_0x3dcafe||i18next['t'](_0x54b08b),_0x3dcafe&&_0x54b08b!=_0x3dcafe?(_0x231fab&&Object[_0x1c077c(0xf8)](_0x231fab)['forEach'](function(_0x116520){const _0x27804a=_0x1c077c;var _0x3bc49d='\x5c{'+_0x116520[_0x27804a(0xf1)](/\$/,'\x5c$')+'\x5c}',_0x247ed3=new RegExp(_0x3bc49d,'gi');_0x3dcafe=_0x3dcafe[_0x27804a(0xf1)](_0x247ed3,_0x231fab[_0x116520]);}),_0x3dcafe):_0x57d6de;}}
@@ -1 +1 @@
1
- const a0_0x15de1a=a0_0x2434;(function(_0x225f79,_0x3372d6){const _0x5f2eab=a0_0x2434,_0x5f5067=_0x225f79();while(!![]){try{const _0x372b62=parseInt(_0x5f2eab(0x1d4))/0x1+-parseInt(_0x5f2eab(0x1be))/0x2+-parseInt(_0x5f2eab(0x1d7))/0x3*(-parseInt(_0x5f2eab(0x1db))/0x4)+parseInt(_0x5f2eab(0x1b4))/0x5*(-parseInt(_0x5f2eab(0x1cd))/0x6)+parseInt(_0x5f2eab(0x19d))/0x7*(-parseInt(_0x5f2eab(0x1b9))/0x8)+-parseInt(_0x5f2eab(0x1aa))/0x9*(-parseInt(_0x5f2eab(0x1af))/0xa)+-parseInt(_0x5f2eab(0x1d6))/0xb;if(_0x372b62===_0x3372d6)break;else _0x5f5067['push'](_0x5f5067['shift']());}catch(_0xb44ee8){_0x5f5067['push'](_0x5f5067['shift']());}}}(a0_0x34f5,0xf1018));import{store,CustomAlert,navigate}from'@things-factory/shell';import{openPopup}from'@things-factory/layout-base';function a0_0x34f5(){const _0x3868d5=['showToast','querySelector','getLeafInput','popup_field','49kfuLjZ','filters','parent_field','getState','pageNavigate','getFilterFormData','cancelButton','textarea','name','size','ox-input-barcode','content','setValueToEditor','14418mznVqo','\x20route_name=\x27','app','getType','innerHTML','9320vfwVbf','isMobileEnv','getParams','getStore','isNotEmpty','1216395alSiyT','\x27></','fireCustomEvent','barcode','tagname','743368orDqBd','cookie','stringify','currentLocale','i18next','2648870zqqFfl','\x27\x20is_popup=true></','\x27\x20\x20parent_id=\x27','input','replace','htmlToElement','childNodes','createEditorHtml','substring','ox-select','select-combo','length','template','dispatchEvent','showAlertPopup','6yFbdyj','currentRouting','renderRoot','forEach','notify','openPopupByElement','indexOf','781342HUfSKJ','i18next=','7406553MfqqYZ','9xqbkxT','onclosed','confirmButton','[name=\x27','2138984pwoaDm','type','tButton','getApplicationModuleInfo','split','value','createElement'];a0_0x34f5=function(){return _0x3868d5;};return a0_0x34f5();}import{isMobileDevice}from'@things-factory/utils';function a0_0x2434(_0x49f539,_0x55d5c1){const _0x34f514=a0_0x34f5();return a0_0x2434=function(_0x24346d,_0x45e54a){_0x24346d=_0x24346d-0x19b;let _0x3bf739=_0x34f514[_0x24346d];return _0x3bf739;},a0_0x2434(_0x49f539,_0x55d5c1);}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[a0_0x15de1a(0x1b0)](){return isMobileDevice();}static[a0_0x15de1a(0x1bc)](){const _0x362c52=a0_0x15de1a;let _0x37ac73=document[_0x362c52(0x1ba)];return _0x37ac73=_0x37ac73[_0x362c52(0x1c6)](_0x37ac73[_0x362c52(0x1d3)](_0x362c52(0x1bd))),_0x37ac73[_0x362c52(0x1d3)](';')>-0x1&&(_0x37ac73=_0x37ac73[_0x362c52(0x1c6)](0x0,_0x37ac73[_0x362c52(0x1d3)](';'))),_0x37ac73=_0x37ac73[_0x362c52(0x1c2)](_0x362c52(0x1d5),''),'ko'==_0x37ac73?'ko-KR':_0x37ac73;}static[a0_0x15de1a(0x1de)](){const _0x33c8f5=a0_0x15de1a;let _0x21f099=store[_0x33c8f5(0x1a0)]()[_0x33c8f5(0x1ac)]['modules'];return _0x21f099[_0x21f099[_0x33c8f5(0x1c9)]-0x1];}static[a0_0x15de1a(0x1ce)](){const _0x53b732=a0_0x15de1a;return store[_0x53b732(0x1a0)]()['route']['page'];}static[a0_0x15de1a(0x1d2)](_0x5f55c4,_0x5458a0,_0x144a35,_0x5da060){return openPopup(_0x144a35,{'backdrop':!0x0,'size':_0x5458a0,'title':_0x5f55c4,'backdrop':_0x5da060});}static async['openDynamicPopup'](_0x58c23f,_0x289857,_0x3d19e9,_0x12281d){const _0x35b6ff=a0_0x15de1a;let _0x53c7e7=ValueUtil[_0x35b6ff(0x1b3)](_0x289857[_0x35b6ff(0x19f)])?ValueUtil[_0x35b6ff(0x1b1)](_0x3d19e9,..._0x289857[_0x35b6ff(0x19f)][_0x35b6ff(0x1df)]('.')):void 0x0,_0x1dd955='<'+_0x289857['tagname']+_0x35b6ff(0x1ab)+_0x289857['menu']+_0x35b6ff(0x1c0)+_0x53c7e7+_0x35b6ff(0x1bf)+_0x289857[_0x35b6ff(0x1b8)]+'>',_0x1c54e6=UiUtil[_0x35b6ff(0x1c3)](_0x1dd955);_0x1c54e6['config']=_0x289857,ValueUtil[_0x35b6ff(0x1b3)](_0x289857[_0x35b6ff(0x19c)])&&(_0x1c54e6[_0x289857['popup_field']]=_0x3d19e9);let _0x5ec8cd=UiUtil['openPopupByElement'](_0x58c23f,_0x289857[_0x35b6ff(0x1a6)],_0x1c54e6,!0x0);_0x12281d&&(_0x5ec8cd[_0x35b6ff(0x1d8)]=_0x12281d);}static['createCustomElement'](_0x579d56,_0x4351cb){const _0x3cb721=a0_0x15de1a;let _0x1e9cd0='<'+_0x579d56+_0x3cb721(0x1ab)+_0x4351cb+_0x3cb721(0x1b5)+_0x579d56+'>';return UiUtil['htmlToElement'](_0x1e9cd0);}static['htmlToElement'](_0x43817e){const _0x2d73dd=a0_0x15de1a;var _0x522a14=document[_0x2d73dd(0x1e1)](_0x2d73dd(0x1ca));_0x522a14[_0x2d73dd(0x1ae)]=_0x43817e;var _0xcdda25=_0x522a14[_0x2d73dd(0x1a8)][_0x2d73dd(0x1c4)][0x0];return _0x522a14[_0x2d73dd(0x1a8)]['removeChild'](_0xcdda25),_0xcdda25;}static[a0_0x15de1a(0x1a1)](_0x1bda2e,_0x310a5c){const _0x4776ce=a0_0x15de1a;let _0x128d15=_0x310a5c?'?':'';_0x310a5c&&(_0x128d15+='pass='+JSON[_0x4776ce(0x1bb)](_0x310a5c)),navigate(''+_0x1bda2e+_0x128d15);}static[a0_0x15de1a(0x1b2)](_0x44c35,_0x54cf7c,_0x6543b6){let _0x55bde7=_0x55bde7['getState']();return _0x44c35&&_0x54cf7c&&_0x6543b6?_0x55bde7[_0x44c35][_0x54cf7c][_0x6543b6]:_0x44c35&&_0x54cf7c?_0x55bde7[_0x44c35][_0x54cf7c]:_0x44c35?_0x55bde7[_0x44c35]:_0x55bde7;}static[a0_0x15de1a(0x1b6)](_0x26c966,_0x928c71){const _0x501fae=a0_0x15de1a;document[_0x501fae(0x1cb)](new CustomEvent(_0x26c966,{'detail':_0x928c71}));}static[a0_0x15de1a(0x1e2)](_0x474565,_0x511900){const _0x4d9bfb=a0_0x15de1a;document[_0x4d9bfb(0x1cb)](new CustomEvent(_0x4d9bfb(0x1d1),{'detail':{'type':_0x474565,'message':_0x511900}}));}static async[a0_0x15de1a(0x1cc)](_0x5249b3,_0x3f7bb3,_0x1811e9,_0x32cb4c,_0x2dd2ae){const _0x445509=a0_0x15de1a;let _0x43ca6e={'title':TermsUtil['t'](_0x5249b3)||_0x5249b3,'text':TermsUtil['t'](_0x3f7bb3)||_0x3f7bb3};return _0x1811e9&&(_0x43ca6e[_0x445509(0x1dc)]=_0x1811e9),_0x32cb4c&&(_0x43ca6e[_0x445509(0x1d9)]=TermsUtil[_0x445509(0x1dd)](_0x32cb4c)),_0x2dd2ae&&(_0x43ca6e[_0x445509(0x1a3)]=TermsUtil[_0x445509(0x1dd)](_0x2dd2ae)),await CustomAlert(_0x43ca6e);}static[a0_0x15de1a(0x1a2)](_0x57d9ba){const _0x5a5620=a0_0x15de1a;if(ValueUtil[_0x5a5620(0x1b3)](_0x57d9ba)){let _0x45c102=_0x57d9ba[_0x5a5620(0x19e)]();ValueUtil[_0x5a5620(0x1b3)](_0x45c102)&&_0x45c102[_0x5a5620(0x1d0)](_0xce1fc2=>{const _0x1e79fd=_0x5a5620;ValueUtil[_0x1e79fd(0x1b3)](_0xce1fc2[_0x1e79fd(0x1e0)])&&(item[_0xce1fc2[_0x1e79fd(0x1a5)]]=_0xce1fc2['value']?_0xce1fc2[_0x1e79fd(0x1e0)]:null);});}return{};}static['setSearchFormEditorValue'](_0x116607,_0x41fd78,_0x366d66){const _0x18ebe8=a0_0x15de1a;if(ValueUtil[_0x18ebe8(0x1b3)](_0x116607)){let _0xc4ccf0=_0x116607[_0x18ebe8(0x1cf)]?.['querySelector'](_0x18ebe8(0x1da)+_0x41fd78+'\x27]');ValueUtil[_0x18ebe8(0x1b3)](_0xc4ccf0)&&(_0xc4ccf0[_0x18ebe8(0x1e0)]=_0x366d66);}}static[a0_0x15de1a(0x1c5)](_0x265157,_0x3a0612,_0x47f618,_0x580458){return getEditor(_0x265157)('',_0x3a0612,_0x47f618,_0x580458,{});}static[a0_0x15de1a(0x1a9)](_0x94d6a1,_0x24bbff){const _0xd209fc=a0_0x15de1a;UiUtil[_0xd209fc(0x19b)](_0x94d6a1)['value']=_0x24bbff;}static[a0_0x15de1a(0x19b)](_0x2d2ed3){const _0x18ebf2=a0_0x15de1a;let _0x1e9e33=_0x2d2ed3[_0x18ebf2(0x1ad)]();return'code-editor'==_0x1e9e33?_0x2d2ed3[_0x18ebf2(0x1cf)][_0x18ebf2(0x1e3)]('ox-input-code'):_0x18ebf2(0x1a4)==_0x1e9e33?_0x2d2ed3[_0x18ebf2(0x1cf)][_0x18ebf2(0x1e3)]('textarea'):_0x18ebf2(0x1c8)==_0x1e9e33?_0x2d2ed3[_0x18ebf2(0x1cf)][_0x18ebf2(0x1e3)](_0x18ebf2(0x1c7))['firstElementChild']:_0x18ebf2(0x1b7)==_0x1e9e33?_0x2d2ed3['renderRoot'][_0x18ebf2(0x1e3)](_0x18ebf2(0x1a7))['renderRoot'][_0x18ebf2(0x1e3)](_0x18ebf2(0x1c1)):_0x2d2ed3[_0x18ebf2(0x1cf)]['firstElementChild']['editor'];}}
1
+ const a0_0x3347ec=a0_0x3d12;(function(_0xde3682,_0x12141c){const _0x5a5d97=a0_0x3d12,_0x10826d=_0xde3682();while(!![]){try{const _0x34b8bf=parseInt(_0x5a5d97(0x15b))/0x1*(-parseInt(_0x5a5d97(0x157))/0x2)+parseInt(_0x5a5d97(0x138))/0x3+parseInt(_0x5a5d97(0x168))/0x4*(parseInt(_0x5a5d97(0x158))/0x5)+parseInt(_0x5a5d97(0x136))/0x6+parseInt(_0x5a5d97(0x152))/0x7+-parseInt(_0x5a5d97(0x16b))/0x8+parseInt(_0x5a5d97(0x14a))/0x9;if(_0x34b8bf===_0x12141c)break;else _0x10826d['push'](_0x10826d['shift']());}catch(_0x5be8df){_0x10826d['push'](_0x10826d['shift']());}}}(a0_0xbd19,0xa55d5));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_0x3347ec(0x15c)](){const _0x5341e9=a0_0x3347ec;let _0x1f72ae=document[_0x5341e9(0x16a)];return _0x1f72ae=_0x1f72ae['substring'](_0x1f72ae[_0x5341e9(0x131)](_0x5341e9(0x166))),_0x1f72ae[_0x5341e9(0x131)](';')>-0x1&&(_0x1f72ae=_0x1f72ae[_0x5341e9(0x12f)](0x0,_0x1f72ae[_0x5341e9(0x131)](';'))),_0x1f72ae=_0x1f72ae[_0x5341e9(0x142)](_0x5341e9(0x13a),''),'ko'==_0x1f72ae?_0x5341e9(0x170):_0x1f72ae;}static[a0_0x3347ec(0x143)](){const _0x48be6c=a0_0x3347ec;let _0x44d5e5=store[_0x48be6c(0x151)]()[_0x48be6c(0x163)]['modules'];return _0x44d5e5[_0x44d5e5['length']-0x1];}static['currentRouting'](){const _0xe2d7b9=a0_0x3347ec;return store['getState']()[_0xe2d7b9(0x15d)][_0xe2d7b9(0x135)];}static[a0_0x3347ec(0x167)](_0x23c6c9,_0x25b248,_0x7179cc,_0x3d7b94){return openPopup(_0x7179cc,{'backdrop':!0x0,'size':_0x25b248,'title':_0x23c6c9,'backdrop':_0x3d7b94});}static async[a0_0x3347ec(0x140)](_0x5c9a02,_0x53a757,_0x3fefd5,_0x3da63b){const _0x492c5f=a0_0x3347ec;let _0x638996=ValueUtil[_0x492c5f(0x130)](_0x53a757[_0x492c5f(0x134)])?ValueUtil['getParams'](_0x3fefd5,..._0x53a757[_0x492c5f(0x134)][_0x492c5f(0x13b)]('.')):void 0x0,_0x52c4f7='<'+_0x53a757[_0x492c5f(0x144)]+'\x20route_name=\x27'+_0x53a757['menu']+_0x492c5f(0x16c)+_0x638996+_0x492c5f(0x14e)+_0x53a757[_0x492c5f(0x144)]+'>',_0x12861d=UiUtil[_0x492c5f(0x15e)](_0x52c4f7);_0x12861d[_0x492c5f(0x15f)]=_0x53a757,ValueUtil[_0x492c5f(0x130)](_0x53a757[_0x492c5f(0x133)])&&(_0x12861d[_0x53a757[_0x492c5f(0x133)]]=_0x3fefd5);let _0x381cfd=UiUtil['openPopupByElement'](_0x5c9a02,_0x53a757[_0x492c5f(0x13e)],_0x12861d,!0x0);_0x3da63b&&(_0x381cfd[_0x492c5f(0x165)]=_0x3da63b);}static[a0_0x3347ec(0x162)](_0x44d382,_0x2ad051){const _0x77fb63=a0_0x3347ec;let _0x44d2e7='<'+_0x44d382+_0x77fb63(0x139)+_0x2ad051+'\x27></'+_0x44d382+'>';return UiUtil[_0x77fb63(0x15e)](_0x44d2e7);}static[a0_0x3347ec(0x15e)](_0x279389){const _0x1f6582=a0_0x3347ec;var _0x5afe02=document[_0x1f6582(0x15a)]('template');_0x5afe02[_0x1f6582(0x13d)]=_0x279389;var _0x55b2c0=_0x5afe02['content'][_0x1f6582(0x14d)][0x0];return _0x5afe02[_0x1f6582(0x154)]['removeChild'](_0x55b2c0),_0x55b2c0;}static[a0_0x3347ec(0x132)](_0xb9aeac,_0x40c6b5){const _0x3c9dd1=a0_0x3347ec;let _0x2a87e3=_0x40c6b5?'?':'';_0x40c6b5&&(_0x2a87e3+='pass='+JSON[_0x3c9dd1(0x153)](_0x40c6b5)),navigate(''+_0xb9aeac+_0x2a87e3);}static[a0_0x3347ec(0x149)](_0x44ac12,_0xb686cb,_0x18e127){let _0x525f3c=_0x525f3c['getState']();return _0x44ac12&&_0xb686cb&&_0x18e127?_0x525f3c[_0x44ac12][_0xb686cb][_0x18e127]:_0x44ac12&&_0xb686cb?_0x525f3c[_0x44ac12][_0xb686cb]:_0x44ac12?_0x525f3c[_0x44ac12]:_0x525f3c;}static['fireCustomEvent'](_0x2ad516,_0x44f4bc){document['dispatchEvent'](new CustomEvent(_0x2ad516,{'detail':_0x44f4bc}));}static[a0_0x3347ec(0x16e)](_0x19b9c5,_0x39c3d4){const _0x19e62c=a0_0x3347ec;document[_0x19e62c(0x155)](new CustomEvent(_0x19e62c(0x12e),{'detail':{'type':_0x19b9c5,'message':_0x39c3d4}}));}static async['showAlertPopup'](_0xa9ca47,_0x7aa255,_0x528a3c,_0x2193db,_0x2b42b1){const _0x33f66e=a0_0x3347ec;let _0x52bb09={'title':TermsUtil['t'](_0xa9ca47)||_0xa9ca47,'text':TermsUtil['t'](_0x7aa255)||_0x7aa255};return _0x528a3c&&(_0x52bb09['type']=_0x528a3c),_0x2193db&&(_0x52bb09[_0x33f66e(0x150)]=TermsUtil[_0x33f66e(0x141)](_0x2193db)),_0x2b42b1&&(_0x52bb09[_0x33f66e(0x14c)]=TermsUtil['tButton'](_0x2b42b1)),await CustomAlert(_0x52bb09);}static[a0_0x3347ec(0x161)](_0x1476d8){const _0x5a24df=a0_0x3347ec;if(ValueUtil[_0x5a24df(0x130)](_0x1476d8)){let _0x1aac8d=_0x1476d8[_0x5a24df(0x171)]();ValueUtil[_0x5a24df(0x130)](_0x1aac8d)&&_0x1aac8d[_0x5a24df(0x172)](_0x540afe=>{const _0x453d08=_0x5a24df;ValueUtil[_0x453d08(0x130)](_0x540afe[_0x453d08(0x160)])&&(item[_0x540afe[_0x453d08(0x145)]]=_0x540afe[_0x453d08(0x160)]?_0x540afe[_0x453d08(0x160)]:null);});}return{};}static['setSearchFormEditorValue'](_0x42fea7,_0x958ce0,_0x4f7d56){const _0x10455f=a0_0x3347ec;if(ValueUtil[_0x10455f(0x130)](_0x42fea7)){let _0x1956bf=_0x42fea7['renderRoot']?.[_0x10455f(0x156)](_0x10455f(0x16f)+_0x958ce0+'\x27]');ValueUtil[_0x10455f(0x130)](_0x1956bf)&&(_0x1956bf[_0x10455f(0x160)]=_0x4f7d56);}}static[a0_0x3347ec(0x148)](_0x5b5cbb,_0x10fe74,_0x34ad8d,_0x3bce7a){return getEditor(_0x5b5cbb)('',_0x10fe74,_0x34ad8d,_0x3bce7a,{});}static[a0_0x3347ec(0x147)](_0x5d33ce,_0x2b680a){const _0x1633fe=a0_0x3347ec;UiUtil[_0x1633fe(0x164)](_0x5d33ce)['value']=_0x2b680a;}static[a0_0x3347ec(0x164)](_0x441893){const _0x42619a=a0_0x3347ec;let _0x4dadac=_0x441893['getType']();return _0x42619a(0x146)==_0x4dadac?_0x441893[_0x42619a(0x13f)]['querySelector'](_0x42619a(0x14f)):'textarea'==_0x4dadac?_0x441893[_0x42619a(0x13f)][_0x42619a(0x156)](_0x42619a(0x13c)):_0x42619a(0x159)==_0x4dadac?_0x441893[_0x42619a(0x13f)][_0x42619a(0x156)]('ox-select')[_0x42619a(0x169)]:_0x42619a(0x14b)==_0x4dadac?_0x441893[_0x42619a(0x13f)][_0x42619a(0x156)](_0x42619a(0x137))['renderRoot'][_0x42619a(0x156)](_0x42619a(0x16d)):_0x441893[_0x42619a(0x13f)][_0x42619a(0x169)]['editor'];}}function a0_0x3d12(_0x5d2f59,_0x4842c7){const _0xbd192f=a0_0xbd19();return a0_0x3d12=function(_0x3d120e,_0x27de87){_0x3d120e=_0x3d120e-0x12e;let _0x58747c=_0xbd192f[_0x3d120e];return _0x58747c;},a0_0x3d12(_0x5d2f59,_0x4842c7);}function a0_0xbd19(){const _0x44e02f=['pageNavigate','popup_field','parent_field','page','1903878EcqLGG','ox-input-barcode','2310753TLylDL','\x20route_name=\x27','i18next=','split','textarea','innerHTML','size','renderRoot','openDynamicPopup','tButton','replace','getApplicationModuleInfo','tagname','name','code-editor','setValueToEditor','createEditorHtml','getStore','6303213EEhYxA','barcode','cancelButton','childNodes','\x27\x20is_popup=true></','ox-input-code','confirmButton','getState','3967894bwAvmV','stringify','content','dispatchEvent','querySelector','32QwUymW','5eXoRsu','select-combo','createElement','64742cisJmW','currentLocale','route','htmlToElement','config','value','getFilterFormData','createCustomElement','app','getLeafInput','onclosed','i18next','openPopupByElement','971556qYXcti','firstElementChild','cookie','7075576pmRRdc','\x27\x20\x20parent_id=\x27','input','showToast','[name=\x27','ko-KR','filters','forEach','notify','substring','isNotEmpty','indexOf'];a0_0xbd19=function(){return _0x44e02f;};return a0_0xbd19();}
@@ -1 +1 @@
1
- function a0_0x2e37(){const _0x22b05e=['map','toBoolean','boolean','forEach','compareObjectValues','5096966sSwpdq','populateObject','242IHOykE','TRUE','2104880ZcjOyH','3726543kMtMfA','object','7891260UpiJnm','isArray','length','124fAbbYI','104067mwPRrF','string','number','400bzkXVH','slice','keys','isEquals','populateArray','1508375goTfli','isEmpty','getParams','61655vwyyBR','isNotEmpty','2JfwjPa','toInteger'];a0_0x2e37=function(){return _0x22b05e;};return a0_0x2e37();}const a0_0x4e9a16=a0_0x4c3e;(function(_0x32252a,_0xf12909){const _0x9bf566=a0_0x4c3e,_0xf156c1=_0x32252a();while(!![]){try{const _0x4d197e=-parseInt(_0x9bf566(0x1be))/0x1+parseInt(_0x9bf566(0x1c3))/0x2*(-parseInt(_0x9bf566(0x1b0))/0x3)+-parseInt(_0x9bf566(0x1b5))/0x4*(-parseInt(_0x9bf566(0x1c1))/0x5)+-parseInt(_0x9bf566(0x1b2))/0x6+-parseInt(_0x9bf566(0x1ca))/0x7+parseInt(_0x9bf566(0x1b9))/0x8*(parseInt(_0x9bf566(0x1b6))/0x9)+parseInt(_0x9bf566(0x1af))/0xa*(parseInt(_0x9bf566(0x1cc))/0xb);if(_0x4d197e===_0xf12909)break;else _0xf156c1['push'](_0xf156c1['shift']());}catch(_0x5532f0){_0xf156c1['push'](_0xf156c1['shift']());}}}(a0_0x2e37,0xc2a3b));import a0_0x1c13ae from'lodash-es/isEqual';import{TermsUtil}from'./terms-util';function a0_0x4c3e(_0x2da5d2,_0x503bb0){const _0x2e37b2=a0_0x2e37();return a0_0x4c3e=function(_0x4c3e72,_0x3cbde4){_0x4c3e72=_0x4c3e72-0x1ae;let _0x2a3a85=_0x2e37b2[_0x4c3e72];return _0x2a3a85;},a0_0x4c3e(_0x2da5d2,_0x503bb0);}export class ValueUtil{static[a0_0x4e9a16(0x1bf)](_0x38ec1a){const _0x47233a=a0_0x4e9a16;if(void 0x0===_0x38ec1a)return!0x0;if(null===_0x38ec1a)return!0x0;if(_0x47233a(0x1c7)==typeof _0x38ec1a)return!0x1;if(_0x47233a(0x1b7)==typeof _0x38ec1a||_0x47233a(0x1b8)==typeof _0x38ec1a){if(''==_0x38ec1a)return!0x0;}else{if(Array[_0x47233a(0x1b3)](_0x38ec1a)){if(0x0==_0x38ec1a[_0x47233a(0x1b4)])return!0x0;}else{if(_0x47233a(0x1b1)==typeof _0x38ec1a&&0x0==Object[_0x47233a(0x1bb)](_0x38ec1a)[_0x47233a(0x1b4)])return!0x0;}}return!0x1;}static['isNotEmpty'](_0xa730d){return!ValueUtil['isEmpty'](_0xa730d);}static[a0_0x4e9a16(0x1bc)](_0x514e00,_0x4431d6){return a0_0x1c13ae(_0x514e00,_0x4431d6);}static[a0_0x4e9a16(0x1c4)](_0x3e33ea,_0x4d091a){return ValueUtil['isEmpty'](_0x3e33ea)?_0x4d091a||0x0:parseInt(_0x3e33ea);}static[a0_0x4e9a16(0x1c6)](_0x346dce){const _0x581c2e=a0_0x4e9a16;return!ValueUtil[_0x581c2e(0x1bf)](_0x346dce)&&('true'==_0x346dce||'t'==_0x346dce||_0x581c2e(0x1ae)==_0x346dce||'T'==_0x346dce||'on'==_0x346dce||'ON'==_0x346dce);}static[a0_0x4e9a16(0x1c9)](_0x4cfa34,_0x2c76cc,_0x3d9448){const _0xd9ac53=a0_0x4e9a16;let _0x1857ca=!0x0;return _0x3d9448[_0xd9ac53(0x1c8)](_0x54865b=>{const _0x51bf6f=_0xd9ac53;let _0x5c7ee8=_0x4cfa34[_0x54865b];if('*'===_0x5c7ee8)return;let _0xcdc2ef=_0x2c76cc[_0x54865b]||'';ValueUtil[_0x51bf6f(0x1bf)](_0x5c7ee8)?ValueUtil['isNotEmpty'](_0xcdc2ef)&&(_0x1857ca=!0x1):_0x5c7ee8!=_0xcdc2ef&&(_0x1857ca=!0x1);}),_0x1857ca;}static['setParams'](_0x3760ce,_0x371b04,_0x5626a5,_0x52c62c){const _0x479e0a=a0_0x4e9a16;let _0x5bb339=ValueUtil[_0x479e0a(0x1c0)](_0x371b04,_0x5626a5);return ValueUtil[_0x479e0a(0x1c2)](_0x5bb339)&&(_0x3760ce[_0x5626a5]=!0x0===_0x52c62c?TermsUtil['t'](_0x5bb339):_0x5bb339),_0x3760ce;}static[a0_0x4e9a16(0x1c0)](_0x2d6532,..._0x34d170){const _0x515994=a0_0x4e9a16;if(arguments[_0x515994(0x1b4)]<=0x1)return;let _0xe2fdbc=_0x34d170[0x0];if(ValueUtil[_0x515994(0x1bf)](_0x2d6532[_0xe2fdbc]))return;let _0x5b23b6=_0x2d6532[_0xe2fdbc];return _0x34d170[_0x515994(0x1b4)]>0x1?ValueUtil[_0x515994(0x1c0)](_0x5b23b6,..._0x34d170[_0x515994(0x1ba)](0x1)):_0x5b23b6;}static[a0_0x4e9a16(0x1bd)](_0x1ea179,_0x3a75d3,..._0x204f3e){const _0x534659=a0_0x4e9a16;return _0x3a75d3=_0x3a75d3||[],_0x204f3e=_0x204f3e||Object['keys'](_0x1ea179),ValueUtil['isNotEmpty'](_0x204f3e)&&(_0x3a75d3=_0x1ea179[_0x534659(0x1c5)]((_0xa283a,_0x53b105)=>{const _0x1c1ae3=_0x534659;let _0x9d6776=_0x3a75d3[_0x1c1ae3(0x1b4)]>_0x53b105?_0x3a75d3[_0x53b105]:{};return ValueUtil[_0x1c1ae3(0x1cb)](_0xa283a,_0x9d6776,_0x204f3e);})),_0x3a75d3;}static['populateObject'](_0x2a2c3d,_0x2f77d5,..._0x32b9ef){const _0x54c860=a0_0x4e9a16;return _0x2f77d5=_0x2f77d5||{},_0x32b9ef=_0x32b9ef||Object[_0x54c860(0x1bb)](_0x2a2c3d),ValueUtil[_0x54c860(0x1c2)](_0x32b9ef)&&_0x32b9ef[_0x54c860(0x1c8)](_0x307fe1=>{_0x2f77d5[_0x307fe1]=_0x2a2c3d[_0x307fe1];}),_0x2f77d5;}}
1
+ const a0_0x191aff=a0_0xf9c2;(function(_0x9aec3a,_0x156980){const _0x388b7e=a0_0xf9c2,_0x2e94c2=_0x9aec3a();while(!![]){try{const _0x43d8ba=parseInt(_0x388b7e(0x190))/0x1+parseInt(_0x388b7e(0x19e))/0x2+-parseInt(_0x388b7e(0x18a))/0x3*(-parseInt(_0x388b7e(0x198))/0x4)+-parseInt(_0x388b7e(0x188))/0x5+parseInt(_0x388b7e(0x191))/0x6*(-parseInt(_0x388b7e(0x1a0))/0x7)+parseInt(_0x388b7e(0x186))/0x8*(parseInt(_0x388b7e(0x1a1))/0x9)+-parseInt(_0x388b7e(0x197))/0xa*(parseInt(_0x388b7e(0x189))/0xb);if(_0x43d8ba===_0x156980)break;else _0x2e94c2['push'](_0x2e94c2['shift']());}catch(_0x2f784b){_0x2e94c2['push'](_0x2e94c2['shift']());}}}(a0_0x229a,0xeb98c));function a0_0xf9c2(_0x616a35,_0x71e149){const _0x229a24=a0_0x229a();return a0_0xf9c2=function(_0xf9c2e,_0x505421){_0xf9c2e=_0xf9c2e-0x185;let _0x4c1bc7=_0x229a24[_0xf9c2e];return _0x4c1bc7;},a0_0xf9c2(_0x616a35,_0x71e149);}import a0_0x569ea9 from'lodash-es/isEqual';function a0_0x229a(){const _0x11fefc=['toBoolean','30sUqlJV','1097332MxepeJ','map','boolean','isNotEmpty','getParams','populateArray','1145662KOGzFW','true','7KjlnaX','11525157LAhGyh','slice','object','isArray','8vZAMMn','populateObject','5356400vefdIz','11487993QqQkiZ','21zEbccw','isEmpty','forEach','toInteger','keys','setParams','1882951QURRdO','2923878roRjJJ','length','number','isEquals','string'];a0_0x229a=function(){return _0x11fefc;};return a0_0x229a();}import{TermsUtil}from'./terms-util';export class ValueUtil{static[a0_0x191aff(0x18b)](_0x18e86d){const _0xbc1619=a0_0x191aff;if(void 0x0===_0x18e86d)return!0x0;if(null===_0x18e86d)return!0x0;if(_0xbc1619(0x19a)==typeof _0x18e86d)return!0x1;if(_0xbc1619(0x195)==typeof _0x18e86d||_0xbc1619(0x193)==typeof _0x18e86d){if(''==_0x18e86d)return!0x0;}else{if(Array[_0xbc1619(0x185)](_0x18e86d)){if(0x0==_0x18e86d['length'])return!0x0;}else{if(_0xbc1619(0x1a3)==typeof _0x18e86d&&0x0==Object[_0xbc1619(0x18e)](_0x18e86d)[_0xbc1619(0x192)])return!0x0;}}return!0x1;}static[a0_0x191aff(0x19b)](_0x42846b){const _0x40ff69=a0_0x191aff;return!ValueUtil[_0x40ff69(0x18b)](_0x42846b);}static[a0_0x191aff(0x194)](_0x7e18c8,_0x4fe4cf){return a0_0x569ea9(_0x7e18c8,_0x4fe4cf);}static[a0_0x191aff(0x18d)](_0x37f18f,_0x131151){const _0x7218ca=a0_0x191aff;return ValueUtil[_0x7218ca(0x18b)](_0x37f18f)?_0x131151||0x0:parseInt(_0x37f18f);}static[a0_0x191aff(0x196)](_0x4d20c7){const _0x40b6ff=a0_0x191aff;return!ValueUtil['isEmpty'](_0x4d20c7)&&(_0x40b6ff(0x19f)==_0x4d20c7||'t'==_0x4d20c7||'TRUE'==_0x4d20c7||'T'==_0x4d20c7||'on'==_0x4d20c7||'ON'==_0x4d20c7);}static['compareObjectValues'](_0x1fc737,_0x99b93d,_0x1b76d6){const _0x5de5c8=a0_0x191aff;let _0x59b637=!0x0;return _0x1b76d6[_0x5de5c8(0x18c)](_0x2b2521=>{const _0x19b573=_0x5de5c8;let _0x26926c=_0x1fc737[_0x2b2521];if('*'===_0x26926c)return;let _0x1cbda6=_0x99b93d[_0x2b2521]||'';ValueUtil[_0x19b573(0x18b)](_0x26926c)?ValueUtil[_0x19b573(0x19b)](_0x1cbda6)&&(_0x59b637=!0x1):_0x26926c!=_0x1cbda6&&(_0x59b637=!0x1);}),_0x59b637;}static[a0_0x191aff(0x18f)](_0x4f147f,_0xaa603e,_0x2dd771,_0x2c2179){const _0x45246a=a0_0x191aff;let _0x5e94ea=ValueUtil[_0x45246a(0x19c)](_0xaa603e,_0x2dd771);return ValueUtil[_0x45246a(0x19b)](_0x5e94ea)&&(_0x4f147f[_0x2dd771]=!0x0===_0x2c2179?TermsUtil['t'](_0x5e94ea):_0x5e94ea),_0x4f147f;}static[a0_0x191aff(0x19c)](_0x333709,..._0x574c0b){const _0x515aee=a0_0x191aff;if(arguments['length']<=0x1)return;let _0x5f1bc1=_0x574c0b[0x0];if(ValueUtil['isEmpty'](_0x333709[_0x5f1bc1]))return;let _0xe9971a=_0x333709[_0x5f1bc1];return _0x574c0b['length']>0x1?ValueUtil[_0x515aee(0x19c)](_0xe9971a,..._0x574c0b[_0x515aee(0x1a2)](0x1)):_0xe9971a;}static[a0_0x191aff(0x19d)](_0x408a77,_0x42b845,..._0x518eba){const _0x59b438=a0_0x191aff;return _0x42b845=_0x42b845||[],_0x518eba=_0x518eba||Object[_0x59b438(0x18e)](_0x408a77),ValueUtil[_0x59b438(0x19b)](_0x518eba)&&(_0x42b845=_0x408a77[_0x59b438(0x199)]((_0x19759c,_0x2760bb)=>{const _0x110bdc=_0x59b438;let _0x276306=_0x42b845[_0x110bdc(0x192)]>_0x2760bb?_0x42b845[_0x2760bb]:{};return ValueUtil[_0x110bdc(0x187)](_0x19759c,_0x276306,_0x518eba);})),_0x42b845;}static['populateObject'](_0x2c9944,_0x3e67b2,..._0x109685){const _0x55cbe5=a0_0x191aff;return _0x3e67b2=_0x3e67b2||{},_0x109685=_0x109685||Object[_0x55cbe5(0x18e)](_0x2c9944),ValueUtil[_0x55cbe5(0x19b)](_0x109685)&&_0x109685[_0x55cbe5(0x18c)](_0x241c71=>{_0x3e67b2[_0x241c71]=_0x2c9944[_0x241c71];}),_0x3e67b2;}}
@@ -1,4 +1,4 @@
1
- function a0_0x5641(_0x386a45,_0x5f7900){const _0x5573fb=a0_0x5573();return a0_0x5641=function(_0x5641ab,_0x38ab27){_0x5641ab=_0x5641ab-0xca;let _0x329368=_0x5573fb[_0x5641ab];return _0x329368;},a0_0x5641(_0x386a45,_0x5f7900);}function a0_0x5573(){const _0x3d805e=['136212LEpPhB','1599304vlmMIR','531516XsNnOD','27HkzEpJ','1347246brksgG','25VdGigY','816680vhJaNH','184211qldWST','3173107vELlHD'];a0_0x5573=function(){return _0x3d805e;};return a0_0x5573();}(function(_0x1d1324,_0x494965){const _0x32aeb8=a0_0x5641,_0x25ca26=_0x1d1324();while(!![]){try{const _0x4dffba=parseInt(_0x32aeb8(0xcc))/0x1+parseInt(_0x32aeb8(0xcb))/0x2+parseInt(_0x32aeb8(0xd1))/0x3*(-parseInt(_0x32aeb8(0xce))/0x4)+parseInt(_0x32aeb8(0xca))/0x5*(parseInt(_0x32aeb8(0xd0))/0x6)+-parseInt(_0x32aeb8(0xcd))/0x7+parseInt(_0x32aeb8(0xcf))/0x8+-parseInt(_0x32aeb8(0xd2))/0x9;if(_0x4dffba===_0x494965)break;else _0x25ca26['push'](_0x25ca26['shift']());}catch(_0x2b7f2d){_0x25ca26['push'](_0x25ca26['shift']());}}}(a0_0x5573,0x4f922));import{css}from'lit';export const DynamicMenuLandscapeStyles=css`
1
+ (function(_0xaed992,_0x24ab9f){const _0x1f9b6a=a0_0x299a,_0xf78e5d=_0xaed992();while(!![]){try{const _0x12e2ce=-parseInt(_0x1f9b6a(0x11d))/0x1+-parseInt(_0x1f9b6a(0x11f))/0x2*(parseInt(_0x1f9b6a(0x120))/0x3)+-parseInt(_0x1f9b6a(0x119))/0x4+parseInt(_0x1f9b6a(0x11e))/0x5+-parseInt(_0x1f9b6a(0x11c))/0x6+-parseInt(_0x1f9b6a(0x11b))/0x7+parseInt(_0x1f9b6a(0x11a))/0x8;if(_0x12e2ce===_0x24ab9f)break;else _0xf78e5d['push'](_0xf78e5d['shift']());}catch(_0x14c35f){_0xf78e5d['push'](_0xf78e5d['shift']());}}}(a0_0x44df,0xb75fc));function a0_0x299a(_0x49a469,_0x4a9a09){const _0x44dfb7=a0_0x44df();return a0_0x299a=function(_0x299aa3,_0x4c49b8){_0x299aa3=_0x299aa3-0x119;let _0x4bf96f=_0x44dfb7[_0x299aa3];return _0x4bf96f;},a0_0x299a(_0x49a469,_0x4a9a09);}function a0_0x44df(){const _0x3e30ef=['6713905UkkcIa','4KEGFKh','1645968HYvsGv','402888wgDrEm','29093672VsCtbu','4661405ujaRDZ','6338712YyTEgj','1307989fyxuQC'];a0_0x44df=function(){return _0x3e30ef;};return a0_0x44df();}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
- function a0_0x1c62(){const _0x5797be=['dynamic-menu-landscape','removeAttribute','submenu','preventDefault','addEventListener','max','renderRoot','bind','render','9ypyRuH','transitionstart','7316645LZAYvN','name','onWheelEvent','3KtEdtJ','detail','styles','type','1412012gQbAjQ','activeTopLevel','menus','setAttribute','stopPropagation','10097904fdXVGB','icon','dispatchEvent','click','target','path','properties','7LVwMUp','define','settled','currentTarget','map','666546uxFjKL','#wrap','996050XzrOXv','3009516oejhLA','firstUpdated','description','524547yAdxPD'];a0_0x1c62=function(){return _0x5797be;};return a0_0x1c62();}const a0_0xcada40=a0_0x62f1;(function(_0x113422,_0x2a9005){const _0x3b3c73=a0_0x62f1,_0x65b53c=_0x113422();while(!![]){try{const _0x22e792=-parseInt(_0x3b3c73(0x117))/0x1+parseInt(_0x3b3c73(0x12a))/0x2+parseInt(_0x3b3c73(0x126))/0x3*(parseInt(_0x3b3c73(0x114))/0x4)+-parseInt(_0x3b3c73(0x123))/0x5+parseInt(_0x3b3c73(0x111))/0x6*(parseInt(_0x3b3c73(0x10c))/0x7)+parseInt(_0x3b3c73(0x12f))/0x8+parseInt(_0x3b3c73(0x121))/0x9*(-parseInt(_0x3b3c73(0x113))/0xa);if(_0x22e792===_0x2a9005)break;else _0x65b53c['push'](_0x65b53c['shift']());}catch(_0x532cf8){_0x65b53c['push'](_0x65b53c['shift']());}}}(a0_0x1c62,0xb5b29));import'@material/mwc-icon';import{html,LitElement}from'lit';import{connect}from'pwa-helpers';import{navigate,store}from'@operato/shell';function a0_0x62f1(_0x1e076b,_0x3df9b5){const _0x1c6275=a0_0x1c62();return a0_0x62f1=function(_0x62f182,_0x8d11da){_0x62f182=_0x62f182-0x109;let _0x169afb=_0x1c6275[_0x62f182];return _0x169afb;},a0_0x62f1(_0x1e076b,_0x3df9b5);}import{ScrollbarStyles}from'@operato/styles';import{DynamicMenuLandscapeStyles}from'./dynamic-menu-landscape-styles';export class DynamicMenuLandscape extends connect(store)(LitElement){static get[a0_0xcada40(0x128)](){return[ScrollbarStyles,DynamicMenuLandscapeStyles];}static get[a0_0xcada40(0x10b)](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}[a0_0xcada40(0x120)](){const _0x5320d0=a0_0xcada40,{menus:_0x3bf880=[],activeTopLevel:_0x1086e5,activeMenu:_0x3d7878}=this;return html`
1
+ const a0_0x2ab3bc=a0_0x18c4;(function(_0x3bc95c,_0x1630e2){const _0xd3564=a0_0x18c4,_0x1d2f64=_0x3bc95c();while(!![]){try{const _0x2eb6eb=-parseInt(_0xd3564(0x181))/0x1+parseInt(_0xd3564(0x171))/0x2+-parseInt(_0xd3564(0x173))/0x3*(parseInt(_0xd3564(0x16f))/0x4)+-parseInt(_0xd3564(0x187))/0x5+parseInt(_0xd3564(0x190))/0x6+parseInt(_0xd3564(0x192))/0x7+parseInt(_0xd3564(0x183))/0x8;if(_0x2eb6eb===_0x1630e2)break;else _0x1d2f64['push'](_0x1d2f64['shift']());}catch(_0x5b1496){_0x1d2f64['push'](_0x1d2f64['shift']());}}}(a0_0x2d34,0x7b6ad));import'@material/mwc-icon';import{html,LitElement}from'lit';import{connect}from'pwa-helpers';import{navigate,store}from'@operato/shell';function a0_0x2d34(){const _0x180f8e=['removeAttribute','map','type','renderRoot','render','target','menus','href','3157272infrNs','setAttribute','6564271zcMVFY','name','transitionstart','define','4bTlFbS','activeTopLevel','466676iIIMaq','bind','448755dZyDKf','#force','icon','description','min','settled','onWheelEvent','transitionend','firstUpdated','addEventListener','max','dispatchEvent','submenu','path','865243MMedZB','#wrap','6370224ZcYUhN','mousewheel','click','detail','4866180UNgmxb'];a0_0x2d34=function(){return _0x180f8e;};return a0_0x2d34();}import{ScrollbarStyles}from'@operato/styles';function a0_0x18c4(_0x2530fc,_0x5f1773){const _0x2d349e=a0_0x2d34();return a0_0x18c4=function(_0x18c43a,_0x5d6276){_0x18c43a=_0x18c43a-0x16d;let _0x207c3e=_0x2d349e[_0x18c43a];return _0x207c3e;},a0_0x18c4(_0x2530fc,_0x5f1773);}import{DynamicMenuLandscapeStyles}from'./dynamic-menu-landscape-styles';export class DynamicMenuLandscape extends connect(store)(LitElement){static get['styles'](){return[ScrollbarStyles,DynamicMenuLandscapeStyles];}static get['properties'](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}[a0_0x2ab3bc(0x18c)](){const _0x4fd280=a0_0x2ab3bc,{menus:_0x5458cd=[],activeTopLevel:_0x32d0f6,activeMenu:_0x55f3b0}=this;return html`
2
2
  <div id="wrap">
3
3
  <ul>
4
- ${_0x3bf880[_0x5320d0(0x110)](_0x2d6485=>'group'==_0x2d6485[_0x5320d0(0x129)]?html``:html`
5
- <li ?active=${_0x2d6485===_0x1086e5}>
6
- <a href=${_0x2d6485[_0x5320d0(0x10a)]||'#'}>
7
- ${_0x2d6485['icon']?html`<mwc-icon>${_0x2d6485[_0x5320d0(0x130)]}</mwc-icon>`:html``} ${_0x2d6485['name']}
4
+ ${_0x5458cd[_0x4fd280(0x189)](_0x163724=>'group'==_0x163724[_0x4fd280(0x18a)]?html``:html`
5
+ <li ?active=${_0x163724===_0x32d0f6}>
6
+ <a href=${_0x163724[_0x4fd280(0x180)]||'#'}>
7
+ ${_0x163724[_0x4fd280(0x175)]?html`<mwc-icon>${_0x163724['icon']}</mwc-icon>`:html``} ${_0x163724[_0x4fd280(0x193)]}
8
8
  </a>
9
9
 
10
10
  <ul submenus>
11
- ${_0x2d6485[_0x5320d0(0x12c)]?.[_0x5320d0(0x110)](_0x565a49=>html`
12
- <li ?active=${_0x565a49===_0x3d7878}>
13
- <a href=${_0x565a49[_0x5320d0(0x10a)]||'#'}> ${_0x565a49[_0x5320d0(0x124)]} </a>
11
+ ${_0x163724[_0x4fd280(0x18e)]?.[_0x4fd280(0x189)](_0x4a5867=>html`
12
+ <li ?active=${_0x4a5867===_0x55f3b0}>
13
+ <a href=${_0x4a5867[_0x4fd280(0x180)]||'#'}> ${_0x4a5867['name']} </a>
14
14
  </li>
15
15
  `)}
16
16
  </ul>
17
17
 
18
18
  <div description>
19
- ${_0x2d6485[_0x5320d0(0x130)]?html`<mwc-icon>${_0x2d6485[_0x5320d0(0x130)]}</mwc-icon>`:html``} ${_0x2d6485[_0x5320d0(0x116)]||''}
19
+ ${_0x163724['icon']?html`<mwc-icon>${_0x163724[_0x4fd280(0x175)]}</mwc-icon>`:html``} ${_0x163724[_0x4fd280(0x176)]||''}
20
20
  </div>
21
21
  </li>
22
22
  `)}
23
23
  </ul>
24
24
  </div>
25
- `;}[a0_0xcada40(0x115)](){const _0x5a09cf=a0_0xcada40;this[_0x5a09cf(0x11e)]['querySelector'](_0x5a09cf(0x112))[_0x5a09cf(0x11c)]('mousewheel',this[_0x5a09cf(0x125)][_0x5a09cf(0x11f)](this),!0x1),this[_0x5a09cf(0x11e)][_0x5a09cf(0x11c)](_0x5a09cf(0x132),_0x56026d=>{const _0x1367b1=_0x5a09cf;if(_0x56026d[_0x1367b1(0x109)][_0x1367b1(0x11a)]){_0x56026d[_0x1367b1(0x12e)](),_0x56026d[_0x1367b1(0x11b)]();let _0x5437ed=_0x56026d['target'][_0x1367b1(0x11a)];return void this[_0x1367b1(0x131)](new CustomEvent('active-toplevel',{'bubbles':!0x0,'detail':this[_0x1367b1(0x12b)]===_0x5437ed?void 0x0:_0x5437ed}));}let _0x22ed62=_0x56026d[_0x1367b1(0x109)]['href'];_0x22ed62&&location['href']===_0x22ed62&&navigate(_0x22ed62+'#force',!0x0);}),this[_0x5a09cf(0x11e)][_0x5a09cf(0x11c)](_0x5a09cf(0x122),_0xc81ae7=>{const _0x10b22c=_0x5a09cf;_0xc81ae7['target'][_0x10b22c(0x119)](_0x10b22c(0x10e));}),this[_0x5a09cf(0x11e)]['addEventListener']('transitionend',_0x1c15fd=>{const _0x32e492=_0x5a09cf;_0x1c15fd['target'][_0x32e492(0x12d)](_0x32e492(0x10e),'');});}['onWheelEvent'](_0x274478){const _0x2a2930=a0_0xcada40,_0x58867a=_0x274478[_0x2a2930(0x10f)];var _0x3fa540=Math[_0x2a2930(0x11d)](-0x1,Math['min'](0x1,_0x274478['wheelDelta']||-_0x274478[_0x2a2930(0x127)]));_0x58867a['scrollLeft']-=0xa*_0x3fa540,_0x274478[_0x2a2930(0x11b)]();}}customElements[a0_0xcada40(0x10d)](a0_0xcada40(0x118),DynamicMenuLandscape);
25
+ `;}[a0_0x2ab3bc(0x17b)](){const _0x11f566=a0_0x2ab3bc;this[_0x11f566(0x18b)]['querySelector'](_0x11f566(0x182))[_0x11f566(0x17c)](_0x11f566(0x184),this[_0x11f566(0x179)][_0x11f566(0x172)](this),!0x1),this[_0x11f566(0x18b)][_0x11f566(0x17c)](_0x11f566(0x185),_0x46359f=>{const _0x2c4ac0=_0x11f566;if(_0x46359f[_0x2c4ac0(0x18d)][_0x2c4ac0(0x17f)]){_0x46359f['stopPropagation'](),_0x46359f['preventDefault']();let _0x21df04=_0x46359f['target']['submenu'];return void this[_0x2c4ac0(0x17e)](new CustomEvent('active-toplevel',{'bubbles':!0x0,'detail':this[_0x2c4ac0(0x170)]===_0x21df04?void 0x0:_0x21df04}));}let _0xce0874=_0x46359f[_0x2c4ac0(0x18d)][_0x2c4ac0(0x18f)];_0xce0874&&location[_0x2c4ac0(0x18f)]===_0xce0874&&navigate(_0xce0874+_0x2c4ac0(0x174),!0x0);}),this[_0x11f566(0x18b)]['addEventListener'](_0x11f566(0x16d),_0x1c1f47=>{const _0x30dc6d=_0x11f566;_0x1c1f47[_0x30dc6d(0x18d)][_0x30dc6d(0x188)](_0x30dc6d(0x178));}),this[_0x11f566(0x18b)][_0x11f566(0x17c)](_0x11f566(0x17a),_0x8f9147=>{const _0x34633f=_0x11f566;_0x8f9147[_0x34633f(0x18d)][_0x34633f(0x191)](_0x34633f(0x178),'');});}[a0_0x2ab3bc(0x179)](_0x1fb17b){const _0x5078ee=a0_0x2ab3bc,_0x56c5dd=_0x1fb17b['currentTarget'];var _0x227a28=Math[_0x5078ee(0x17d)](-0x1,Math[_0x5078ee(0x177)](0x1,_0x1fb17b['wheelDelta']||-_0x1fb17b[_0x5078ee(0x186)]));_0x56c5dd['scrollLeft']-=0xa*_0x227a28,_0x1fb17b['preventDefault']();}}customElements[a0_0x2ab3bc(0x16e)]('dynamic-menu-landscape',DynamicMenuLandscape);
@@ -1,4 +1,4 @@
1
- var a0_0x39d41e=a0_0x38d5;function a0_0x3b01(){var _0x1b056a=['function','active','landscape','menus','removeAttribute','find','53495gwUUoa','125uPVTwg','page','stopPropagation','5844MFYbWg','metaUI','_activeTopLevel','178pBFIrz','_path','render','498684eevSTS','firstUpdated','active-toplevel','410350gXYUve','7ITgzrC','24QRqAlS','slotTemplate','call','264voDXZN','addEventListener','setAttribute','preventDefault','styles','define','route','has','77QzbuKl','renderRoot','29745cQcktQ','_findActivePage','resourceId','10060alcWCG','190640OrWrQm','orientation'];a0_0x3b01=function(){return _0x1b056a;};return a0_0x3b01();}(function(_0x1ba448,_0x13719b){var _0x35180d=a0_0x38d5,_0x39df70=_0x1ba448();while(!![]){try{var _0x30d648=parseInt(_0x35180d(0x1c3))/0x1+parseInt(_0x35180d(0x1d2))/0x2*(parseInt(_0x35180d(0x1cf))/0x3)+parseInt(_0x35180d(0x1c2))/0x4*(-parseInt(_0x35180d(0x1cc))/0x5)+-parseInt(_0x35180d(0x1d5))/0x6*(-parseInt(_0x35180d(0x1d9))/0x7)+parseInt(_0x35180d(0x1dd))/0x8*(parseInt(_0x35180d(0x1bf))/0x9)+-parseInt(_0x35180d(0x1d8))/0xa*(parseInt(_0x35180d(0x1e5))/0xb)+parseInt(_0x35180d(0x1da))/0xc*(-parseInt(_0x35180d(0x1cb))/0xd);if(_0x30d648===_0x13719b)break;else _0x39df70['push'](_0x39df70['shift']());}catch(_0x308214){_0x39df70['push'](_0x39df70['shift']());}}}(a0_0x3b01,0x304d1));import'@material/mwc-icon';import'./dynamic-menu-portrait';import'./dynamic-menu-landscape';import{css,html,LitElement}from'lit';import{connect}from'pwa-helpers';function a0_0x38d5(_0x40850a,_0x3e6d53){var _0x3b0150=a0_0x3b01();return a0_0x38d5=function(_0x38d511,_0x1a8599){_0x38d511=_0x38d511-0x1bf;var _0x33fb03=_0x3b0150[_0x38d511];return _0x33fb03;},a0_0x38d5(_0x40850a,_0x3e6d53);}import{store}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';function isActiveMenu(_0x3d1414,_0x40d23e){var _0x5cbd7a=a0_0x38d5;return _0x3d1414['path']?.['split']('?')[0x0]===_0x40d23e||_0x3d1414['active']&&_0x5cbd7a(0x1c5)==typeof _0x3d1414[_0x5cbd7a(0x1c6)]&&_0x3d1414[_0x5cbd7a(0x1c6)][_0x5cbd7a(0x1dc)](_0x3d1414,{'path':_0x40d23e});}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_0x39d41e(0x1e1)](){return[ScrollbarStyles,css`
1
+ function a0_0x4002(){var _0x365c14=['landscape','dynamic-menu-part','4FPKFmg','2179288cvcAOO','954618BrlveL','define','path','orientation','function','_findActivePage','481749qyyubk','_path','firstUpdated','styles','menus','updated','active','portrait','130tYPsgj','52014eSBxHW','active-toplevel','resourceId','2235401TXwWkr','properties','setAttribute','has','page','split','stopPropagation','call','slotTemplate','metaUI','_activeTopLevel','9kxPSpH','addEventListener','stateChanged','_activeMenu','render','26421ctGaOk','8953560GOqIUZ'];a0_0x4002=function(){return _0x365c14;};return a0_0x4002();}var a0_0x4167a0=a0_0xc0ce;(function(_0x1c5c08,_0x103a75){var _0x1cacee=a0_0xc0ce,_0x3a1f8d=_0x1c5c08();while(!![]){try{var _0x463b87=-parseInt(_0x1cacee(0x15a))/0x1+-parseInt(_0x1cacee(0x154))/0x2+parseInt(_0x1cacee(0x14e))/0x3*(-parseInt(_0x1cacee(0x152))/0x4)+-parseInt(_0x1cacee(0x162))/0x5*(parseInt(_0x1cacee(0x163))/0x6)+parseInt(_0x1cacee(0x166))/0x7+-parseInt(_0x1cacee(0x153))/0x8*(-parseInt(_0x1cacee(0x149))/0x9)+parseInt(_0x1cacee(0x14f))/0xa;if(_0x463b87===_0x103a75)break;else _0x3a1f8d['push'](_0x3a1f8d['shift']());}catch(_0x5c729f){_0x3a1f8d['push'](_0x3a1f8d['shift']());}}}(a0_0x4002,0x47bdb));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';function a0_0xc0ce(_0x4dde0f,_0x5420ac){var _0x400240=a0_0x4002();return a0_0xc0ce=function(_0xc0ce0d,_0x35ca99){_0xc0ce0d=_0xc0ce0d-0x145;var _0x53e3a1=_0x400240[_0xc0ce0d];return _0x53e3a1;},a0_0xc0ce(_0x4dde0f,_0x5420ac);}import{ScrollbarStyles}from'@operato/styles';function isActiveMenu(_0x7b80a6,_0x2a17fc){var _0x4bacea=a0_0xc0ce;return _0x7b80a6[_0x4bacea(0x156)]?.[_0x4bacea(0x16b)]('?')[0x0]===_0x2a17fc||_0x7b80a6[_0x4bacea(0x160)]&&_0x4bacea(0x158)==typeof _0x7b80a6[_0x4bacea(0x160)]&&_0x7b80a6[_0x4bacea(0x160)][_0x4bacea(0x145)](_0x7b80a6,{'path':_0x2a17fc});}export class DynamicMenuPart extends connect(store)(LitElement){static get[a0_0x4167a0(0x167)](){return{'page':String,'resourceId':String,'menus':Array,'orientation':String,'_activeTopLevel':Object,'_activeMenu':Object,'_path':String};}static get[a0_0x4167a0(0x15d)](){return[ScrollbarStyles,css`
2
2
  :host {
3
3
  display: flex;
4
4
  overflow-y: auto;
@@ -27,18 +27,18 @@ var a0_0x39d41e=a0_0x38d5;function a0_0x3b01(){var _0x1b056a=['function','active
27
27
  dynamic-menu-landscape {
28
28
  flex: 1;
29
29
  }
30
- `];}[a0_0x39d41e(0x1d4)](){var _0x194228=a0_0x39d41e;return html`
30
+ `];}[a0_0x4167a0(0x14d)](){var _0x5c255e=a0_0x4167a0;return html`
31
31
  <slot name="head"></slot>
32
- ${_0x194228(0x1c7)!==this[_0x194228(0x1c4)]?html`<dynamic-menu-portrait
33
- .menus=${this[_0x194228(0x1c8)]}
34
- .activeTopLevel=${this[_0x194228(0x1d1)]}
35
- .activeMenu=${this['_activeMenu']}
36
- .path=${this[_0x194228(0x1d3)]}
32
+ ${_0x5c255e(0x150)!==this[_0x5c255e(0x157)]?html`<dynamic-menu-portrait
33
+ .menus=${this[_0x5c255e(0x15e)]}
34
+ .activeTopLevel=${this['_activeTopLevel']}
35
+ .activeMenu=${this[_0x5c255e(0x14c)]}
36
+ .path=${this[_0x5c255e(0x15b)]}
37
37
  ></dynamic-menu-portrait>`:html`<dynamic-menu-landscape
38
- .menus=${this['menus']}
39
- .activeTopLevel=${this[_0x194228(0x1d1)]}
40
- .activeMenu=${this['_activeMenu']}
41
- .path=${this[_0x194228(0x1d3)]}
38
+ .menus=${this[_0x5c255e(0x15e)]}
39
+ .activeTopLevel=${this[_0x5c255e(0x148)]}
40
+ .activeMenu=${this[_0x5c255e(0x14c)]}
41
+ .path=${this['_path']}
42
42
  ></dynamic-menu-landscape>`}
43
43
  <slot name="tail"></slot>
44
- `;}[a0_0x39d41e(0x1d6)](){var _0x39f758=a0_0x39d41e;this[_0x39f758(0x1e6)][_0x39f758(0x1de)](_0x39f758(0x1d7),_0x45c2cd=>{var _0x595411=_0x39f758;_0x45c2cd[_0x595411(0x1ce)](),_0x45c2cd[_0x595411(0x1e0)](),this['_activeTopLevel']=_0x45c2cd['detail'];});}['updated'](_0x18d385){var _0x21dc09=a0_0x39d41e;(_0x18d385['has']('menus')||_0x18d385[_0x21dc09(0x1e4)](_0x21dc09(0x1cd))||_0x18d385[_0x21dc09(0x1e4)]('resourceId'))&&this[_0x21dc09(0x1c0)](),_0x18d385[_0x21dc09(0x1e4)](_0x21dc09(0x1c4))&&('portrait'==this[_0x21dc09(0x1c4)]?this[_0x21dc09(0x1c9)](_0x21dc09(0x1c7)):this[_0x21dc09(0x1df)](_0x21dc09(0x1c7),!0x0)),_0x18d385[_0x21dc09(0x1e4)](_0x21dc09(0x1db))&&this['replaceChild'](this[_0x21dc09(0x1db)]);}['stateChanged'](_0x4fc9e5){var _0x101ede=a0_0x39d41e;this['page']=_0x4fc9e5[_0x101ede(0x1e3)][_0x101ede(0x1cd)],this[_0x101ede(0x1c1)]=_0x4fc9e5[_0x101ede(0x1e3)]['resourceId'],this[_0x101ede(0x1c8)]=_0x4fc9e5[_0x101ede(0x1d0)][_0x101ede(0x1c8)]||[],this['slotTemplate']=_0x4fc9e5[_0x101ede(0x1d0)][_0x101ede(0x1db)];}[a0_0x39d41e(0x1c0)](){var _0xc7ae2d=a0_0x39d41e,_0x302b53,_0x2417fb=this[_0xc7ae2d(0x1c1)]?this[_0xc7ae2d(0x1cd)]+'/'+this['resourceId']:this[_0xc7ae2d(0x1cd)],_0x557b59=this[_0xc7ae2d(0x1c8)]||[];this[_0xc7ae2d(0x1d1)]=_0x557b59['find'](_0x2d69e8=>isActiveMenu(_0x2d69e8,_0x2417fb)?(_0x302b53=_0x2d69e8,!0x0):_0x2d69e8['menus']?!!(_0x302b53=_0x2d69e8['menus'][_0xc7ae2d(0x1ca)](_0x3bf092=>isActiveMenu(_0x3bf092,_0x2417fb))):void 0x0),this['_path']=_0x2417fb,this['_activeMenu']=_0x302b53||this[_0xc7ae2d(0x1d1)];}}customElements[a0_0x39d41e(0x1e2)]('dynamic-menu-part',DynamicMenuPart);
44
+ `;}[a0_0x4167a0(0x15c)](){var _0x56835e=a0_0x4167a0;this['renderRoot'][_0x56835e(0x14a)](_0x56835e(0x164),_0x26bb87=>{var _0x3d8b2a=_0x56835e;_0x26bb87[_0x3d8b2a(0x16c)](),_0x26bb87['preventDefault'](),this['_activeTopLevel']=_0x26bb87['detail'];});}[a0_0x4167a0(0x15f)](_0x1fcea5){var _0x322de1=a0_0x4167a0;(_0x1fcea5[_0x322de1(0x169)](_0x322de1(0x15e))||_0x1fcea5[_0x322de1(0x169)]('page')||_0x1fcea5['has'](_0x322de1(0x165)))&&this[_0x322de1(0x159)](),_0x1fcea5['has'](_0x322de1(0x157))&&(_0x322de1(0x161)==this[_0x322de1(0x157)]?this['removeAttribute'](_0x322de1(0x150)):this[_0x322de1(0x168)](_0x322de1(0x150),!0x0)),_0x1fcea5[_0x322de1(0x169)](_0x322de1(0x146))&&this['replaceChild'](this[_0x322de1(0x146)]);}[a0_0x4167a0(0x14b)](_0x496c09){var _0x58030a=a0_0x4167a0;this['page']=_0x496c09['route'][_0x58030a(0x16a)],this[_0x58030a(0x165)]=_0x496c09['route'][_0x58030a(0x165)],this[_0x58030a(0x15e)]=_0x496c09['metaUI'][_0x58030a(0x15e)]||[],this['slotTemplate']=_0x496c09[_0x58030a(0x147)][_0x58030a(0x146)];}[a0_0x4167a0(0x159)](){var _0x472fc3=a0_0x4167a0,_0x11a5f2,_0xd0127e=this[_0x472fc3(0x165)]?this[_0x472fc3(0x16a)]+'/'+this[_0x472fc3(0x165)]:this[_0x472fc3(0x16a)],_0x285e4b=this[_0x472fc3(0x15e)]||[];this[_0x472fc3(0x148)]=_0x285e4b['find'](_0x4e6801=>isActiveMenu(_0x4e6801,_0xd0127e)?(_0x11a5f2=_0x4e6801,!0x0):_0x4e6801[_0x472fc3(0x15e)]?!!(_0x11a5f2=_0x4e6801[_0x472fc3(0x15e)]['find'](_0x391fc7=>isActiveMenu(_0x391fc7,_0xd0127e))):void 0x0),this[_0x472fc3(0x15b)]=_0xd0127e,this['_activeMenu']=_0x11a5f2||this[_0x472fc3(0x148)];}}customElements[a0_0x4167a0(0x155)](a0_0x4167a0(0x151),DynamicMenuPart);
@@ -1,4 +1,4 @@
1
- (function(_0x29bca9,_0x35e107){const _0x35d45d=a0_0x4fc4,_0x2a13ae=_0x29bca9();while(!![]){try{const _0x10e9aa=parseInt(_0x35d45d(0x1ec))/0x1+parseInt(_0x35d45d(0x1ef))/0x2*(-parseInt(_0x35d45d(0x1f3))/0x3)+-parseInt(_0x35d45d(0x1eb))/0x4+parseInt(_0x35d45d(0x1ed))/0x5*(parseInt(_0x35d45d(0x1f0))/0x6)+parseInt(_0x35d45d(0x1ee))/0x7*(parseInt(_0x35d45d(0x1f2))/0x8)+-parseInt(_0x35d45d(0x1f5))/0x9*(parseInt(_0x35d45d(0x1f1))/0xa)+parseInt(_0x35d45d(0x1f4))/0xb*(parseInt(_0x35d45d(0x1ea))/0xc);if(_0x10e9aa===_0x35e107)break;else _0x2a13ae['push'](_0x2a13ae['shift']());}catch(_0x426d47){_0x2a13ae['push'](_0x2a13ae['shift']());}}}(a0_0x48ac,0x644e3));import{css}from'lit';function a0_0x4fc4(_0x53f313,_0x11fa7b){const _0x48acb9=a0_0x48ac();return a0_0x4fc4=function(_0x4fc4c1,_0x54f7cd){_0x4fc4c1=_0x4fc4c1-0x1ea;let _0x359617=_0x48acb9[_0x4fc4c1];return _0x359617;},a0_0x4fc4(_0x53f313,_0x11fa7b);}export const DynamicMenuPortraitStyles=css`
1
+ function a0_0x7809(_0x129605,_0x3f5508){const _0x44cd57=a0_0x44cd();return a0_0x7809=function(_0x780968,_0x368e17){_0x780968=_0x780968-0xfb;let _0x578df1=_0x44cd57[_0x780968];return _0x578df1;},a0_0x7809(_0x129605,_0x3f5508);}function a0_0x44cd(){const _0x15064a=['2PTUjrj','40eWjTII','6335153PxaKft','48FVCcfI','6136227moXnLp','12tvurKD','2521120LQjuGC','2771466yrkWuK','340358ardbKa','1686848Fraiqg','286185TNHXev'];a0_0x44cd=function(){return _0x15064a;};return a0_0x44cd();}(function(_0x36ab68,_0x298e35){const _0x5e8fc1=a0_0x7809,_0x220bf3=_0x36ab68();while(!![]){try{const _0x5dc56e=-parseInt(_0x5e8fc1(0x101))/0x1*(parseInt(_0x5e8fc1(0x104))/0x2)+-parseInt(_0x5e8fc1(0x100))/0x3+parseInt(_0x5e8fc1(0xfc))/0x4*(-parseInt(_0x5e8fc1(0x103))/0x5)+-parseInt(_0x5e8fc1(0xfe))/0x6*(-parseInt(_0x5e8fc1(0xff))/0x7)+parseInt(_0x5e8fc1(0x102))/0x8+-parseInt(_0x5e8fc1(0xfd))/0x9+parseInt(_0x5e8fc1(0x105))/0xa*(parseInt(_0x5e8fc1(0xfb))/0xb);if(_0x5dc56e===_0x298e35)break;else _0x220bf3['push'](_0x220bf3['shift']());}catch(_0x427389){_0x220bf3['push'](_0x220bf3['shift']());}}}(a0_0x44cd,0x92fb9));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
- `;function a0_0x48ac(){const _0x4f124d=['421861AilCMj','48501fGlEjS','12boboQW','2902552ixlVrU','690664ROgaBP','15yQveCF','14HixXCQ','22tMuguu','809742cZOZDB','430upEdNJ','2528976oPUEdP','108522oBffRS'];a0_0x48ac=function(){return _0x4f124d;};return a0_0x48ac();}
128
+ `;
@@ -1,14 +1,14 @@
1
- const a0_0x1c8e32=a0_0x4f99;(function(_0x5ebe48,_0x2e3fc2){const _0xeea1e8=a0_0x4f99,_0x218526=_0x5ebe48();while(!![]){try{const _0x3e98cb=-parseInt(_0xeea1e8(0x84))/0x1+parseInt(_0xeea1e8(0x72))/0x2+parseInt(_0xeea1e8(0x6c))/0x3+parseInt(_0xeea1e8(0x6b))/0x4*(-parseInt(_0xeea1e8(0x85))/0x5)+parseInt(_0xeea1e8(0x80))/0x6*(parseInt(_0xeea1e8(0x69))/0x7)+-parseInt(_0xeea1e8(0x87))/0x8+parseInt(_0xeea1e8(0x71))/0x9*(parseInt(_0xeea1e8(0x83))/0xa);if(_0x3e98cb===_0x2e3fc2)break;else _0x218526['push'](_0x218526['shift']());}catch(_0x5aaec9){_0x218526['push'](_0x218526['shift']());}}}(a0_0x3f01,0xe6730));function a0_0x3f01(){const _0x4d142f=['addEventListener','preventDefault','renderMenus','24363XNaAjM','124046MgKDpQ','dynamic-menu-portrait','length','renderRoot','path','settled','dispatchEvent','transitionstart','active-toplevel','click','call','target','[menu]','define','18mwAImI','styles','activeTopLevel','4470GsgmLU','1033348mjHOAq','8798115STOJMb','#force','7144272ebcqxL','href','setAttribute','firstUpdated','function','properties','removeAttribute','transitionend','stopPropagation','3444427DsewpP','menu','4UPWIrl','5645070QAwYtQ','render'];a0_0x3f01=function(){return _0x4d142f;};return a0_0x3f01();}import'@material/mwc-icon';import{html,LitElement}from'lit';import{navigate}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';function a0_0x4f99(_0x4371b0,_0x1f08d4){const _0x3f0171=a0_0x3f01();return a0_0x4f99=function(_0x4f99ae,_0x1ba9b1){_0x4f99ae=_0x4f99ae-0x66;let _0x35605b=_0x3f0171[_0x4f99ae];return _0x35605b;},a0_0x4f99(_0x4371b0,_0x1f08d4);}import{DynamicMenuPortraitStyles}from'./dynamic-menu-portrait-styles';export class DynamicMenuPortrait extends LitElement{static get[a0_0x1c8e32(0x81)](){return[ScrollbarStyles,DynamicMenuPortraitStyles];}static get[a0_0x1c8e32(0x8c)](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}['renderMenus'](_0x345ec5,_0x593e95,_0x44a906){return html`
1
+ function a0_0x3591(_0x447a6b,_0x47720d){const _0x512994=a0_0x5129();return a0_0x3591=function(_0x359195,_0x56f6c2){_0x359195=_0x359195-0x122;let _0x47fa81=_0x512994[_0x359195];return _0x47fa81;},a0_0x3591(_0x447a6b,_0x47720d);}const a0_0xc5b578=a0_0x3591;(function(_0x1abb4f,_0xd4eaf3){const _0x2da22d=a0_0x3591,_0x56a797=_0x1abb4f();while(!![]){try{const _0x9c9332=-parseInt(_0x2da22d(0x148))/0x1*(parseInt(_0x2da22d(0x131))/0x2)+-parseInt(_0x2da22d(0x126))/0x3*(parseInt(_0x2da22d(0x139))/0x4)+-parseInt(_0x2da22d(0x133))/0x5*(parseInt(_0x2da22d(0x124))/0x6)+-parseInt(_0x2da22d(0x146))/0x7*(-parseInt(_0x2da22d(0x13b))/0x8)+parseInt(_0x2da22d(0x12e))/0x9*(-parseInt(_0x2da22d(0x134))/0xa)+parseInt(_0x2da22d(0x141))/0xb+parseInt(_0x2da22d(0x129))/0xc;if(_0x9c9332===_0xd4eaf3)break;else _0x56a797['push'](_0x56a797['shift']());}catch(_0x2f80ff){_0x56a797['push'](_0x56a797['shift']());}}}(a0_0x5129,0x45270));import'@material/mwc-icon';import{html,LitElement}from'lit';function a0_0x5129(){const _0x297cad=['settled','menu','define','639738ZpLJZY','active-toplevel','styles','setAttribute','group','917csuZqM','map','250414DADzBC','render','properties','dynamic-menu-portrait','target','90pVGWfK','call','21JklMDy','stopPropagation','function','5264436xhHaxS','renderRoot','click','activeTopLevel','#force','5886jCNEQc','[menu]','addEventListener','2QFKQXD','renderMenus','47145jvyCOo','780aREsGW','firstUpdated','closest','length','removeAttribute','183476GfHVUO','path','33608QgeTST','href','preventDefault'];a0_0x5129=function(){return _0x297cad;};return a0_0x5129();}import{navigate}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';import{DynamicMenuPortraitStyles}from'./dynamic-menu-portrait-styles';export class DynamicMenuPortrait extends LitElement{static get[a0_0xc5b578(0x143)](){return[ScrollbarStyles,DynamicMenuPortraitStyles];}static get[a0_0xc5b578(0x14a)](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}[a0_0xc5b578(0x132)](_0x4f6084,_0x4f1173,_0x2b1491){const _0x5de2e8=a0_0xc5b578;return html`
2
2
  <ul>
3
- ${_0x345ec5['map'](_0x497582=>{const _0x358cd9=a0_0x4f99;var {type:_0x520425,active:_0x2a11c2,path:_0x133e58,name:_0x3968ad,badge:_0xdae7fb,icon:_0x4f5781,menus:_0x56bbd4}=_0x497582;return _0x2a11c2=!(!_0x2a11c2||'function'!=typeof _0x2a11c2)&&_0x2a11c2[_0x358cd9(0x7c)](_0x497582,{'path':this['path']}),_0xdae7fb=_0x358cd9(0x8b)==typeof _0xdae7fb?_0xdae7fb[_0x358cd9(0x7c)](_0x497582):_0xdae7fb??!0x1,'group'==_0x520425?html`<li group-label>${_0x3968ad}</li>`:html`
4
- <li ?active=${_0x593e95?_0x497582===_0x593e95:_0x2a11c2} .menu=${_0x497582} menu>
5
- <a href=${_0x133e58||'#'}>
6
- ${_0x56bbd4?.[_0x358cd9(0x74)]>0x0?html` <mwc-icon submenu-button></mwc-icon> `:html``}
7
- <mwc-icon>${_0x4f5781}</mwc-icon>
8
- ${_0x3968ad} ${!0x1!==_0xdae7fb?html`<div badge>${_0xdae7fb}</div>`:html``}
3
+ ${_0x4f6084[_0x5de2e8(0x147)](_0x3b1273=>{const _0x4a68f4=_0x5de2e8;var {type:_0x5de5cf,active:_0x256075,path:_0x43e580,name:_0x286888,badge:_0x213bc7,icon:_0x3253df,menus:_0x41a769}=_0x3b1273;return _0x256075=!(!_0x256075||'function'!=typeof _0x256075)&&_0x256075['call'](_0x3b1273,{'path':this[_0x4a68f4(0x13a)]}),_0x213bc7=_0x4a68f4(0x128)==typeof _0x213bc7?_0x213bc7[_0x4a68f4(0x125)](_0x3b1273):_0x213bc7??!0x1,_0x4a68f4(0x145)==_0x5de5cf?html`<li group-label>${_0x286888}</li>`:html`
4
+ <li ?active=${_0x4f1173?_0x3b1273===_0x4f1173:_0x256075} .menu=${_0x3b1273} menu>
5
+ <a href=${_0x43e580||'#'}>
6
+ ${_0x41a769?.[_0x4a68f4(0x137)]>0x0?html` <mwc-icon submenu-button></mwc-icon> `:html``}
7
+ <mwc-icon>${_0x3253df}</mwc-icon>
8
+ ${_0x286888} ${!0x1!==_0x213bc7?html`<div badge>${_0x213bc7}</div>`:html``}
9
9
  </a>
10
- ${_0x56bbd4&&this['renderMenus'](_0x56bbd4,_0x44a906)}
10
+ ${_0x41a769&&this[_0x4a68f4(0x132)](_0x41a769,_0x2b1491)}
11
11
  </li>
12
12
  `;})}
13
13
  </ul>
14
- `;}[a0_0x1c8e32(0x6d)](){const _0xfe8a7f=a0_0x1c8e32,{menus:_0x2f7f53,activeTopLevel:_0x1ed12b,activeMenu:_0x56877f}=this;return this[_0xfe8a7f(0x70)](_0x2f7f53,_0x1ed12b,_0x56877f);}[a0_0x1c8e32(0x8a)](){const _0x3978a4=a0_0x1c8e32;this[_0x3978a4(0x75)][_0x3978a4(0x6e)](_0x3978a4(0x7b),_0xe6c40=>{const _0x2d92ad=_0x3978a4,_0x5169d1=_0xe6c40[_0x2d92ad(0x7d)]['closest'](_0x2d92ad(0x7e));if(_0x5169d1?.[_0x2d92ad(0x6a)]){let _0x2ead21=_0x5169d1['menu'];_0x2ead21[_0x2d92ad(0x76)]||(_0xe6c40[_0x2d92ad(0x68)](),_0xe6c40[_0x2d92ad(0x6f)]()),this[_0x2d92ad(0x78)](new CustomEvent(_0x2d92ad(0x7a),{'bubbles':!0x0,'detail':this[_0x2d92ad(0x82)]===_0x2ead21?void 0x0:_0x2ead21}));}let _0x5815e7=_0xe6c40['target']['href'];_0x5815e7&&location[_0x2d92ad(0x88)]===_0x5815e7&&navigate(_0x5815e7+_0x2d92ad(0x86),!0x0);}),this[_0x3978a4(0x75)][_0x3978a4(0x6e)](_0x3978a4(0x79),_0xf53d4f=>{const _0x5d5cca=_0x3978a4;_0xf53d4f[_0x5d5cca(0x7d)][_0x5d5cca(0x66)](_0x5d5cca(0x77));}),this[_0x3978a4(0x75)][_0x3978a4(0x6e)](_0x3978a4(0x67),_0x960dd8=>{const _0x11e082=_0x3978a4;_0x960dd8[_0x11e082(0x7d)][_0x11e082(0x89)](_0x11e082(0x77),'');});}}customElements[a0_0x1c8e32(0x7f)](a0_0x1c8e32(0x73),DynamicMenuPortrait);
14
+ `;}[a0_0xc5b578(0x149)](){const _0x39ba3d=a0_0xc5b578,{menus:_0x5c3514,activeTopLevel:_0x3d8377,activeMenu:_0x119ad8}=this;return this[_0x39ba3d(0x132)](_0x5c3514,_0x3d8377,_0x119ad8);}[a0_0xc5b578(0x135)](){const _0x328edd=a0_0xc5b578;this['renderRoot'][_0x328edd(0x130)](_0x328edd(0x12b),_0x689861=>{const _0x6d7b80=_0x328edd,_0x1df957=_0x689861[_0x6d7b80(0x123)][_0x6d7b80(0x136)](_0x6d7b80(0x12f));if(_0x1df957?.[_0x6d7b80(0x13f)]){let _0xc87171=_0x1df957[_0x6d7b80(0x13f)];_0xc87171[_0x6d7b80(0x13a)]||(_0x689861[_0x6d7b80(0x127)](),_0x689861[_0x6d7b80(0x13d)]()),this['dispatchEvent'](new CustomEvent(_0x6d7b80(0x142),{'bubbles':!0x0,'detail':this[_0x6d7b80(0x12c)]===_0xc87171?void 0x0:_0xc87171}));}let _0x32177e=_0x689861['target'][_0x6d7b80(0x13c)];_0x32177e&&location[_0x6d7b80(0x13c)]===_0x32177e&&navigate(_0x32177e+_0x6d7b80(0x12d),!0x0);}),this['renderRoot'][_0x328edd(0x130)]('transitionstart',_0x381086=>{const _0x5aa574=_0x328edd;_0x381086['target'][_0x5aa574(0x138)]('settled');}),this[_0x328edd(0x12a)]['addEventListener']('transitionend',_0x147a92=>{const _0x41056=_0x328edd;_0x147a92[_0x41056(0x123)][_0x41056(0x144)](_0x41056(0x13e),'');});}}customElements[a0_0xc5b578(0x140)](a0_0xc5b578(0x122),DynamicMenuPortrait);