@things-factory/meta-ui 6.1.19 → 6.1.20

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 (92) hide show
  1. package/client/actions/main.js +4 -4
  2. package/client/bootstrap.js +7 -0
  3. package/client/component/filter/filter-form-meta-code-select.js +9 -9
  4. package/client/component/filter/filter-form-meta-object-select.js +10 -10
  5. package/client/component/filter/filter-grist-meta-code-select.js +9 -9
  6. package/client/component/filter/filter-grist-meta-object-select.js +9 -9
  7. package/client/component/grist/editor/grist-editor-code-input.js +8 -0
  8. package/client/component/grist/editor/grist-editor-meta-code-selector.js +7 -7
  9. package/client/component/grist/editor/grist-editor-meta-object-selector.js +7 -7
  10. package/client/component/grist/renderer/grist-renderer-code-input.js +1 -0
  11. package/client/component/grist/renderer/grist-renderer-meta-code-selector.js +1 -1
  12. package/client/component/grist/renderer/grist-renderer-meta-object-selector.js +1 -1
  13. package/client/component/popup/code-input-editor-popup.js +35 -0
  14. package/client/component/popup/meta-object-selector-popup.js +40 -0
  15. package/client/mixin/meta-base-mixin.js +1 -1
  16. package/client/mixin/meta-basic-grist-mixin.js +4 -4
  17. package/client/mixin/meta-button-mixin.js +1 -1
  18. package/client/mixin/meta-form-mixin.js +1 -1
  19. package/client/mixin/meta-grist-tab-mixin.js +1 -1
  20. package/client/mixin/meta-main-tab-mixin.js +1 -1
  21. package/client/mixin/meta-master-detail-mixin.js +1 -1
  22. package/client/mixin/meta-service-mixin.js +1 -1
  23. package/client/mixin/meta-tab-detail-mixin.js +1 -1
  24. package/client/mixin/meta-tab-mixin.js +1 -1
  25. package/client/pages/activity/meta-activity-list-page.js +6 -6
  26. package/client/pages/activity/meta-activity-viewer-element.js +3 -3
  27. package/client/pages/activity/meta-activity-writer-element.js +3 -3
  28. package/client/pages/activity/meta-activiy-mixin.js +3 -3
  29. package/client/pages/entity/config-entity.js +29 -29
  30. package/client/pages/entity/main-menu-selector.js +8 -8
  31. package/client/pages/history/history-copy-list-popup.js +6 -6
  32. package/client/pages/history/history-json-list-popup.js +6 -6
  33. package/client/pages/loading-page.js +5 -5
  34. package/client/pages/menu/dynamic-menu-template.js +7 -7
  35. package/client/pages/menu/dynamic-menu.js +12 -12
  36. package/client/pages/meta-form-element.js +1 -1
  37. package/client/pages/meta-grist-element.js +1 -1
  38. package/client/pages/meta-grist-page.js +1 -1
  39. package/client/pages/meta-grist-tab-element.js +1 -1
  40. package/client/pages/meta-grist-tab-page.js +1 -1
  41. package/client/pages/meta-main-tab-element.js +1 -1
  42. package/client/pages/meta-main-tab-page.js +1 -1
  43. package/client/pages/meta-master-detail-element.js +1 -1
  44. package/client/pages/meta-master-detail-page.js +1 -1
  45. package/client/pages/meta-tab-detail-element.js +1 -1
  46. package/client/pages/meta-tab-detail-page.js +1 -1
  47. package/client/pages/meta-tab-element.js +1 -1
  48. package/client/pages/personalize/personal-column-selector.js +11 -11
  49. package/client/pages/terms/config-terminology.js +6 -6
  50. package/client/pages/work-code/work-code-detail-popup.js +1 -1
  51. package/client/pages/work-code/work-code-page.js +1 -1
  52. package/client/reducers/main.js +1 -1
  53. package/client/utils/meta-api.js +1 -1
  54. package/client/utils/meta-crypto.js +1 -1
  55. package/client/utils/meta-ui-util.js +103 -103
  56. package/client/utils/service-util.js +13 -13
  57. package/client/utils/terms-util.js +2 -2
  58. package/client/utils/ui-util.js +1 -1
  59. package/client/utils/value-util.js +1 -1
  60. package/client/viewparts/dynamic-menu-landscape-styles.js +2 -2
  61. package/client/viewparts/dynamic-menu-landscape.js +10 -10
  62. package/client/viewparts/dynamic-menu-part.js +12 -12
  63. package/client/viewparts/dynamic-menu-portrait-styles.js +1 -1
  64. package/client/viewparts/dynamic-menu-portrait.js +9 -9
  65. package/client/viewparts/dynamic-top-menu-bar.js +7 -7
  66. package/package.json +2 -2
  67. package/server/activity/CommonActivity.js +2 -2
  68. package/server/constants/error-code.js +1 -1
  69. package/server/errors/license-error.js +1 -1
  70. package/server/routes.js +1 -1
  71. package/server/service/entity-event-subscriber/entity-event-subscriber.js +1 -1
  72. package/server/service/grid-personalize/grid-personalize-mutation.js +1 -1
  73. package/server/service/grid-personalize/grid-personalize-query.js +1 -1
  74. package/server/service/grid-personalize/grid-personalize-type.js +1 -1
  75. package/server/service/grid-personalize/grid-personalize.js +1 -1
  76. package/server/service/meta-activity/meta-activity-mutation.js +1 -1
  77. package/server/service/meta-activity/meta-activity-query.js +1 -1
  78. package/server/service/meta-activity/meta-activity-type.js +1 -1
  79. package/server/service/meta-secret/meta-resolver.js +1 -1
  80. package/server/service/set-translations/set-translation-resolver.js +1 -1
  81. package/server/service/work-code/work-code-mutation.js +1 -1
  82. package/server/service/work-code/work-code-query.js +1 -1
  83. package/server/service/work-code/work-code-type.js +1 -1
  84. package/server/service/work-code/work-code.js +1 -1
  85. package/server/service/work-code-detail/work-code-detail-mutation.js +1 -1
  86. package/server/service/work-code-detail/work-code-detail-query.js +1 -1
  87. package/server/service/work-code-detail/work-code-detail-type.js +1 -1
  88. package/server/service/work-code-detail/work-code-detail.js +1 -1
  89. package/translations/en.json +1 -0
  90. package/translations/ko.json +1 -0
  91. package/translations/ms.json +1 -0
  92. package/translations/zh.json +1 -0
@@ -1,4 +1,4 @@
1
- function a0_0x112c(_0x52d7d6,_0x439d07){const _0x2e8e04=a0_0x2e8e();return a0_0x112c=function(_0x112c20,_0x29e69d){_0x112c20=_0x112c20-0xfc;let _0x334338=_0x2e8e04[_0x112c20];return _0x334338;},a0_0x112c(_0x52d7d6,_0x439d07);}const a0_0x24e109=a0_0x112c;function a0_0x2e8e(){const _0x3049b8=['columns','value','arrangeMenuRoutes','button.delete','updatedAt','menuType','type','menus','badge','menu.id','name','success\x20to\x20delete','createdAt','path','tMenu','__seq__','hidden','buildArgs','__dirty__','draft-list','title','selected','query','error','undefined','info','getCodeSelectorData','getCodeByEntity','xlsx','checkClientError','__selected__','cuFlag','approval-pending-list','runScenario','__dirtyfields__','object','\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','fetch','4360kGsitj','routing','networkError','89355yVlgsA','callScenario','findOne','confirm','deleteListByGristSelected','1rxBmBb','id,template','getWorkCodeByName','showAlertPopup','active','total','template','updateMultipleData','numberOfApprovalPendings','noteq','filter','3800744VAIBLP','showGraphqlException','tText','imex','patchesForUpdateMultiple','delete','10maMIjk','5058akrHPz','iconPath','text.there_is_nothing_to_delete','4926988mwTUwM','GROUP','splice','Graphql\x20Error','category','reduce','deleteListByIds','isArray','code','22184412WPdhly','findIndex','success\x20to\x20process','codeItems','MENU','searchByPagination','showToast','button.','rank','items','details','621576CeAENC','9eXUWXr','extensions','3141229xBmhni','12XlpKPD','result','HOME','success\x20to\x20save','display','workCodeByName','text.nothing_selected','text.nothing_changed','gutter','includes','parse','isNotEmpty','key','errors','text.are_you_sure','creator','length','records','HIDDEN-PAGE','question','test','getCodeByScenario','getSelectedIdList','map','dirtyRecords','cancel','hiddenFlag','_config','description','showGraphqlErrorResponse','text.NOTHING_CHANGED','numberOfDrafts','data','gridPersonalizeTemplates','message','routingType','numberOfToDos','sort','forEach','unshift','children','resourceUrl','push','isEmpty','parent','updateMultiple'];a0_0x2e8e=function(){return _0x3049b8;};return a0_0x2e8e();}(function(_0x4fa2bd,_0xae226c){const _0x528352=a0_0x112c,_0x57ed03=_0x4fa2bd();while(!![]){try{const _0x587946=-parseInt(_0x528352(0x169))/0x1*(parseInt(_0x528352(0x109))/0x2)+parseInt(_0x528352(0x164))/0x3*(parseInt(_0x528352(0x10d))/0x4)+parseInt(_0x528352(0x161))/0x5*(-parseInt(_0x528352(0x17b))/0x6)+parseInt(_0x528352(0x10c))/0x7+-parseInt(_0x528352(0x174))/0x8*(parseInt(_0x528352(0x10a))/0x9)+-parseInt(_0x528352(0x17a))/0xa*(parseInt(_0x528352(0x17e))/0xb)+parseInt(_0x528352(0xfe))/0xc;if(_0x587946===_0xae226c)break;else _0x57ed03['push'](_0x57ed03['shift']());}catch(_0x5eee50){_0x57ed03['push'](_0x57ed03['shift']());}}}(a0_0x2e8e,0x6607e));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_0x515707 from'graphql-tag';import{ValueUtil}from'./value-util';import{asyncReplace}from'lit/directives/async-replace.js';import a0_0x491032 from'i18next';import{generateActivitySummary,startSubscribeActivitySummary}from'@things-factory/worklist';export class ServiceUtil{static async['codeItems'](_0x4725f4){const _0x442084=a0_0x112c;if(Array[_0x442084(0xfc)](_0x4725f4))return _0x4725f4[_0x442084(0x124)](_0x421317=>_0x442084(0x15e)==typeof _0x421317?{'name':_0x421317['value'],'description':_0x421317[_0x442084(0x111)]}:{'name':_0x421317,'description':_0x421317});let _0x162b20=await ServiceUtil['getWorkCodeByName'](_0x4725f4);return _0x162b20&&_0x162b20[_0x442084(0x11d)]>0x0?_0x162b20:await getCodeByName(_0x4725f4);}static async[a0_0x24e109(0x16b)](_0x2efe35){const _0x55c530=a0_0x24e109,_0x2c6483=await client[_0x55c530(0x151)]({'query':a0_0x515707`
1
+ const a0_0x29f094=a0_0x1997;(function(_0x3b0a6d,_0x461530){const _0x1e4a67=a0_0x1997,_0x4d6376=_0x3b0a6d();while(!![]){try{const _0x5f3d44=-parseInt(_0x1e4a67(0xd8))/0x1+-parseInt(_0x1e4a67(0xd6))/0x2*(parseInt(_0x1e4a67(0x11b))/0x3)+-parseInt(_0x1e4a67(0x112))/0x4*(parseInt(_0x1e4a67(0xe0))/0x5)+-parseInt(_0x1e4a67(0xc9))/0x6+parseInt(_0x1e4a67(0xf8))/0x7+parseInt(_0x1e4a67(0x128))/0x8*(parseInt(_0x1e4a67(0xf0))/0x9)+parseInt(_0x1e4a67(0xc0))/0xa*(parseInt(_0x1e4a67(0x10b))/0xb);if(_0x5f3d44===_0x461530)break;else _0x4d6376['push'](_0x4d6376['shift']());}catch(_0x308d17){_0x4d6376['push'](_0x4d6376['shift']());}}}(a0_0x377e,0x7b0e0));function a0_0x1997(_0x2f0fb3,_0x4cbf31){const _0x377e54=a0_0x377e();return a0_0x1997=function(_0x199747,_0x3daab2){_0x199747=_0x199747-0xa0;let _0x5cb56f=_0x377e54[_0x199747];return _0x5cb56f;},a0_0x1997(_0x2f0fb3,_0x4cbf31);}import{store,gqlContext}from'@things-factory/shell';import{getCodeByName}from'@things-factory/code-base';import{EXPORT}from'@things-factory/export-base';import{gqlBuilder}from'@things-factory/utils';import{client}from'@operato/graphql';import{TermsUtil}from'./terms-util';function a0_0x377e(){const _0x3c95f8=['errors','buildArgs','2344741sasyxV','\x0a\x20\x20\x20\x20','fetch','routingType','showGraphqlException','hiddenFlag','unshift','_config','cancel','checkClientError','sort','SCREEN','__seq__','getSelectedIdList','networkError','getCodeByScenario','name','myDynamicMenus','numberOfDrafts','11nDDHux','length','__dirty__','HIDDEN-PAGE','children','getCodeByEntity','getWorkCodeByName','863348RiWlVn','delete','runScenario','text.nothing_selected','cuFlag','showAlertPopup','findOne','error','object','89475KJSIcE','searchMenuGridPersnalTemplate','badge','test','success\x20to\x20save','columns','text.there_is_nothing_to_delete','hidden','result','type','creator','info','selected','32VsHgOF','dirtyRecords','__origin__','menu.id','tText','draft-list','text.are_you_sure','id,template','isNotEmpty','__dirtyfields__','group','deleteListByGristSelected','codeItems','HOME','updateMultiple','value','question','confirm','tMenu','template','description','key','path','__selected__','code','dispatch','callScenario','workCodeByName','createdAt','map','Graphql\x20Error','text.NOTHING_CHANGED','record','forEach','12769630jaCMYt','menuType','isArray','showToast','records','category','MENU','text.nothing_changed','approval-pending-list','1843464ErpuaJ','parse','resourceUrl','active','query','routing','includes','imex','arrangeMenuRoutes','filter','isEmpty','patchesForUpdateMultiple','numberOfToDos','34YncJnP','parent','95745RGprDp','splice','menus','GROUP','exportableData','find','gutter','display','20kZcitt','push','getCodeSelectorData','searchByPagination','iconPath','xlsx','title','total','details','extensions','findIndex','showGraphqlErrorResponse','data','rank','button.','success\x20to\x20process','1497303yIZBUw','updatedAt','updater','message','reduce','searchMyDynamicMenus'];a0_0x377e=function(){return _0x3c95f8;};return a0_0x377e();}import{UiUtil}from'./ui-util';import a0_0x525358 from'graphql-tag';import{ValueUtil}from'./value-util';import{asyncReplace}from'lit/directives/async-replace.js';import a0_0x29efea from'i18next';import{generateActivitySummary,startSubscribeActivitySummary}from'@things-factory/worklist';export class ServiceUtil{static async[a0_0x29f094(0xaa)](_0x4c39af){const _0x58113c=a0_0x29f094;if(Array[_0x58113c(0xc2)](_0x4c39af))return _0x4c39af[_0x58113c(0xbb)](_0xf36c94=>_0x58113c(0x11a)==typeof _0xf36c94?{'name':_0xf36c94[_0x58113c(0xad)],'description':_0xf36c94[_0x58113c(0xdf)]}:{'name':_0xf36c94,'description':_0xf36c94});let _0x59828e=await ServiceUtil[_0x58113c(0x111)](_0x4c39af);return _0x59828e&&_0x59828e[_0x58113c(0x10c)]>0x0?_0x59828e:await getCodeByName(_0x4c39af);}static async[a0_0x29f094(0x111)](_0x449b19){const _0x214f46=a0_0x29f094,_0x582abe=await client[_0x214f46(0xcd)]({'query':a0_0x525358`
2
2
  query workCodeByName($name: String!) {
3
3
  workCodeByName(name: $name) {
4
4
  details {
@@ -8,32 +8,32 @@ function a0_0x112c(_0x52d7d6,_0x439d07){const _0x2e8e04=a0_0x2e8e();return a0_0x
8
8
  }
9
9
  }
10
10
  }
11
- `,'variables':{'name':_0x2efe35},'context':gqlContext()});return!_0x2c6483[_0x55c530(0x11a)]&&_0x2c6483[_0x55c530(0x12d)][_0x55c530(0x112)]&&_0x2c6483[_0x55c530(0x12d)][_0x55c530(0x112)]['details']?_0x2c6483[_0x55c530(0x12d)][_0x55c530(0x112)][_0x55c530(0x108)][_0x55c530(0x132)]((_0x45aaf6,_0x4ae497)=>_0x45aaf6['rank']-_0x4ae497[_0x55c530(0x106)]):[];}static async[a0_0x24e109(0x155)](_0x3b13ad){const _0x467a0d=a0_0x24e109;let _0x138ba4=(await ServiceUtil[_0x467a0d(0x101)](_0x3b13ad))[_0x467a0d(0x124)](_0x43767c=>({'value':_0x43767c[_0x467a0d(0x145)],'display':_0x43767c[_0x467a0d(0x129)]}));return _0x138ba4[_0x467a0d(0x134)]({'value':'','display':''}),_0x138ba4;}static async[a0_0x24e109(0x122)](_0xcadc0e,_0xbf0814){const _0x2250e=a0_0x24e109;let _0x177250=await ServiceUtil[_0x2250e(0x165)](null,_0xcadc0e,_0xbf0814);return _0x177250[_0x2250e(0x134)]({'value':'','display':''}),_0x177250[_0x2250e(0x124)](_0xbb177c=>({'value':_0xbb177c[_0x2250e(0x145)],'display':_0xbb177c[_0x2250e(0x129)]}));}static async[a0_0x24e109(0x156)]({queryName:_0x43c762,codeField:_0x39f7e9=a0_0x24e109(0x145),dispField:_0x429dd3=a0_0x24e109(0x129),filters:_0x9b6fae=[],sorters:_0x5f449b=[]}){const _0x31f15d=a0_0x24e109;let _0x2fbeef='\x0a\x20\x20\x20\x20\x20\x20'+_0x39f7e9+'\x0a\x20\x20\x20\x20\x20\x20'+_0x429dd3+'\x0a\x20\x20\x20\x20',_0x256ada=await ServiceUtil['searchByPagination'](_0x43c762,_0x9b6fae,_0x5f449b,0x0,0x0,_0x2fbeef),_0x3d2a38=[{'value':'','display':''}];return _0x256ada['records'][_0x31f15d(0x133)](_0x49b431=>{const _0x5a5197=_0x31f15d;_0x3d2a38[_0x5a5197(0x137)]({'value':_0x49b431[_0x39f7e9],'display':_0x49b431[_0x429dd3]});}),_0x3d2a38;}static async['myDynamicMenus'](){const _0x1ad347=a0_0x24e109;let _0x20938d=await ServiceUtil['searchMyDynamicMenus']();return null!=_0x20938d?ServiceUtil[_0x1ad347(0x13d)](_0x20938d):null;}static async['searchMenuGridPersnalTemplate'](_0x554a52){const _0x480d63=a0_0x24e109;let _0x1b0fec=[{'name':_0x480d63(0x144),'operator':'eq','value':_0x554a52}],_0x1547d1=await ServiceUtil[_0x480d63(0x103)](_0x480d63(0x12e),_0x1b0fec,[],0x0,0x0,_0x480d63(0x16a));return 0x0==_0x1547d1['total']?{}:{'id':_0x1547d1[_0x480d63(0x11e)][0x0]['id'],'template':JSON[_0x480d63(0x117)](_0x1547d1['records'][0x0][_0x480d63(0x16f)])};}static[a0_0x24e109(0x13d)](_0x3f9fdc){const _0x22dd2c=a0_0x24e109;let _0x5c0119=[];_0x3f9fdc[_0x22dd2c(0x133)](_0x16b85a=>{const _0x42cffc=_0x22dd2c;_0x5c0119['push'](_0x16b85a),_0x16b85a[_0x42cffc(0x135)]&&(_0x16b85a[_0x42cffc(0x135)][_0x42cffc(0x132)](function(_0x6ac7c2,_0x5ab912){const _0x4b8549=_0x42cffc;return _0x6ac7c2[_0x4b8549(0x106)]-_0x5ab912[_0x4b8549(0x106)];}),_0x16b85a[_0x42cffc(0x135)]['forEach'](_0x5352d0=>{const _0x205bfd=_0x42cffc;0x1!=_0x5352d0[_0x205bfd(0x127)]&&(_0x5352d0[_0x205bfd(0x139)]=_0x16b85a,_0x5c0119[_0x205bfd(0x137)](_0x5352d0));}));});let _0x18bf02=_0x5c0119[_0x22dd2c(0x124)](_0x3ef8fd=>{const _0x41ca92=_0x22dd2c;if('GROUP'==_0x3ef8fd[_0x41ca92(0x140)]||_0x41ca92(0x102)==_0x3ef8fd[_0x41ca92(0x140)]){let _0x462b02={'id':_0x3ef8fd['id'],'parent':!0x0,'name':TermsUtil['tMenu'](_0x3ef8fd[_0x41ca92(0x145)]),'icon':_0x3ef8fd[_0x41ca92(0x17c)],'type':_0x41ca92(0x17f)==_0x3ef8fd[_0x41ca92(0x140)]?'group':'','menus':[]};return _0x3ef8fd[_0x41ca92(0x162)]&&(_0x462b02[_0x41ca92(0x148)]=_0x3ef8fd[_0x41ca92(0x162)]),_0x462b02;}return{'id':'0'};})[_0x22dd2c(0x173)](_0x466f77=>'0'!=_0x466f77['id']),_0x3fe9ea=_0x5c0119['map'](_0x23b31a=>{const _0x7981eb=_0x22dd2c;if('SCREEN'==_0x23b31a[_0x7981eb(0x140)]||_0x7981eb(0x11f)==_0x23b31a['menuType']){let _0x7638a8=_0x18bf02['find'](_0x5cbf98=>_0x5cbf98['id']==_0x23b31a[_0x7981eb(0x139)]['id']);if(_0x7638a8){let _0x5b90f8=TermsUtil[_0x7981eb(0x149)](_0x23b31a[_0x7981eb(0x145)]);return'SCREEN'==_0x23b31a[_0x7981eb(0x140)]&&_0x7638a8[_0x7981eb(0x142)][_0x7981eb(0x137)]({'id':_0x23b31a['id'],'name':_0x5b90f8,'path':_0x23b31a[_0x7981eb(0x162)],'icon':_0x23b31a[_0x7981eb(0x17c)]}),{'id':_0x23b31a['id'],'parent':!0x1,'parent_id':_0x7638a8['id'],'title':_0x5b90f8,'tagname':_0x23b31a['category'],'page':_0x23b31a['routing'],'template':_0x23b31a['resourceUrl'],'routing_type':_0x23b31a[_0x7981eb(0x130)]};}return{'id':'0'};}return _0x7981eb(0x10f)==_0x23b31a[_0x7981eb(0x140)]?{'id':_0x23b31a['id'],'parent':!0x0,'parent_id':null,'title':TermsUtil['tMenu'](_0x23b31a[_0x7981eb(0x145)]),'tagname':_0x23b31a[_0x7981eb(0x182)],'page':_0x23b31a[_0x7981eb(0x162)],'template':_0x23b31a[_0x7981eb(0x136)],'routing_type':_0x23b31a['routingType']}:{'id':'0'};})['filter'](_0x376a5d=>null!=_0x376a5d&&'0'!=_0x376a5d['id']);_0x18bf02[_0x22dd2c(0x173)](_0x4f8eab=>'group'==_0x4f8eab[_0x22dd2c(0x141)]&&_0x4f8eab[_0x22dd2c(0x142)]&&_0x4f8eab[_0x22dd2c(0x142)][_0x22dd2c(0x11d)]>0x0)[_0x22dd2c(0x133)](_0x2898e3=>{const _0x487424=_0x22dd2c;let _0x2d6b79=_0x18bf02[_0x487424(0xff)](_0x58fa52=>_0x58fa52['id']==_0x2898e3['id'])+0x1;_0x18bf02[_0x487424(0x180)](_0x2d6b79,0x0,..._0x2898e3['menus']);});let _0x4180c6=0x0;return _0x18bf02[_0x22dd2c(0x133)](_0x29c544=>{const _0x2c0e3f=_0x22dd2c;'todo-list'==_0x29c544['path']?(_0x4180c6++,_0x29c544[_0x2c0e3f(0x143)]=()=>asyncReplace(generateActivitySummary(_0x2c0e3f(0x131))),_0x29c544[_0x2c0e3f(0x16d)]=({path:_0x377cb3})=>/^activity\//['test'](_0x377cb3)):_0x2c0e3f(0x15b)==_0x29c544['path']?(_0x4180c6++,_0x29c544[_0x2c0e3f(0x143)]=()=>asyncReplace(generateActivitySummary(_0x2c0e3f(0x171))),_0x29c544[_0x2c0e3f(0x16d)]=({path:_0x52cfe6})=>/^activity\//[_0x2c0e3f(0x121)](_0x52cfe6)):_0x2c0e3f(0x14e)==_0x29c544[_0x2c0e3f(0x148)]&&(_0x4180c6++,_0x29c544[_0x2c0e3f(0x143)]=()=>asyncReplace(generateActivitySummary(_0x2c0e3f(0x12c))));}),_0x4180c6>0x0&&startSubscribeActivitySummary(),{'menus':_0x18bf02,'routes':_0x3fe9ea};}static async['searchMyDynamicMenus'](){const _0x4c40ab=a0_0x24e109;let _0x4ca0c9=await ServiceUtil[_0x4c40ab(0x103)]('menus',[{'name':_0x4c40ab(0x127),'operator':_0x4c40ab(0x172),'value':!0x0},{'name':_0x4c40ab(0x140),'operator':'in','value':[_0x4c40ab(0x10f),_0x4c40ab(0x102),_0x4c40ab(0x17f)]}],[{'name':_0x4c40ab(0x106)}],0x0,0x0,_0x4c40ab(0x15f));return _0x4ca0c9?_0x4ca0c9[_0x4c40ab(0x11e)]:[];}static async[a0_0x24e109(0x12a)](_0x2b2cf4){const _0x3e41c1=a0_0x24e109;if(_0x2b2cf4[_0x3e41c1(0x11a)]&&_0x2b2cf4[_0x3e41c1(0x11a)]['length']>0x0){let _0x5da2f3=_0x2b2cf4[_0x3e41c1(0x11a)][0x0],_0x5ad807=_0x5da2f3['message'],_0x5b6024=_0x5da2f3[_0x3e41c1(0x12f)];_0x5da2f3[_0x3e41c1(0x10b)]&&(_0x5b6024=_0x5da2f3[_0x3e41c1(0x10b)][_0x3e41c1(0xfd)]),await UiUtil['showAlertPopup'](_0x5b6024,_0x5ad807,'error',_0x3e41c1(0x167));}}static async[a0_0x24e109(0x175)](_0x2efe69){const _0x313e4c=a0_0x24e109;_0x2efe69&&(_0x2efe69[_0x313e4c(0x163)]&&_0x2efe69[_0x313e4c(0x163)][_0x313e4c(0x10e)]?await ServiceUtil[_0x313e4c(0x12a)](_0x2efe69[_0x313e4c(0x163)]['result']):await UiUtil['showAlertPopup'](_0x313e4c(0x181),_0x2efe69[_0x313e4c(0x12f)],_0x313e4c(0x152),_0x313e4c(0x167)));}static async['exportableData'](_0x3be6dd,_0x3312b8,_0x39a76d){const _0x546af5=a0_0x24e109;var _0x235465=_0x39a76d['_config'][_0x546af5(0x13b)][_0x546af5(0x173)](_0x3668d4=>'gutter'!==_0x3668d4[_0x546af5(0x141)]&&void 0x0!==_0x3668d4['record']&&void 0x0!==_0x3668d4['imex']&&!0x0!==_0x3668d4['hidden'])['map'](_0x10c8dc=>_0x10c8dc['imex']),_0x22fc7a=_0x39a76d[_0x546af5(0x12d)][_0x546af5(0x11e)]['map'](_0x1529be=>({..._0x39a76d[_0x546af5(0x128)]['columns']['filter'](_0x4b065f=>_0x546af5(0x115)!==_0x4b065f[_0x546af5(0x141)]&&void 0x0!==_0x4b065f['record']&&void 0x0!==_0x4b065f[_0x546af5(0x177)]&&!0x0!==_0x4b065f[_0x546af5(0x14b)])[_0x546af5(0x183)]((_0xa388f5,_0x47d690)=>(_0xa388f5[_0x47d690[_0x546af5(0x177)][_0x546af5(0x119)]]=_0x47d690[_0x546af5(0x177)][_0x546af5(0x119)]['split']('.')[_0x546af5(0x183)]((_0xddb2f4,_0x4e94d7)=>_0xddb2f4&&_0x546af5(0x153)!==_0xddb2f4[_0x4e94d7]?_0xddb2f4[_0x4e94d7]:void 0x0,_0x1529be),_0xa388f5),{})}));if(!_0x3be6dd)return{'header':_0x235465,'data':_0x22fc7a};store['dispatch']({'type':EXPORT,'exportable':{'extension':_0x546af5(0x157),'name':_0x3312b8,'data':{'header':_0x235465,'data':_0x22fc7a}}});}static async[a0_0x24e109(0x103)](_0x62b231,_0x25f15b,_0x462c4e,_0x4703e9,_0x1ddacd,_0x292ed6){const _0x5532d6=a0_0x24e109;try{const _0x4bf799=await client[_0x5532d6(0x151)]({'query':a0_0x515707`
11
+ `,'variables':{'name':_0x449b19},'context':gqlContext()});return!_0x582abe[_0x214f46(0xf6)]&&_0x582abe[_0x214f46(0xec)][_0x214f46(0xb9)]&&_0x582abe[_0x214f46(0xec)]['workCodeByName'][_0x214f46(0xe8)]?_0x582abe[_0x214f46(0xec)]['workCodeByName'][_0x214f46(0xe8)]['sort']((_0x5e2cde,_0x4d9811)=>_0x5e2cde[_0x214f46(0xed)]-_0x4d9811[_0x214f46(0xed)]):[];}static async[a0_0x29f094(0xe2)](_0x561595){const _0xa8167e=a0_0x29f094;let _0x5bd33c=(await ServiceUtil[_0xa8167e(0xaa)](_0x561595))[_0xa8167e(0xbb)](_0x2db924=>({'value':_0x2db924['name'],'display':_0x2db924[_0xa8167e(0xb2)]}));return _0x5bd33c[_0xa8167e(0xfe)]({'value':'','display':''}),_0x5bd33c;}static async[a0_0x29f094(0x107)](_0x29e9c9,_0x2ba027){const _0x1c0997=a0_0x29f094;let _0x2c4aad=await ServiceUtil['callScenario'](null,_0x29e9c9,_0x2ba027);return _0x2c4aad['unshift']({'value':'','display':''}),_0x2c4aad[_0x1c0997(0xbb)](_0xd3c002=>({'value':_0xd3c002[_0x1c0997(0x108)],'display':_0xd3c002[_0x1c0997(0xb2)]}));}static async[a0_0x29f094(0x110)]({queryName:_0x20d1d3,codeField:_0x1e54b1=a0_0x29f094(0x108),dispField:_0xfa9f59=a0_0x29f094(0xb2),filters:_0x4f831d=[],sorters:_0x138e3b=[]}){const _0xc99f3e=a0_0x29f094;let _0x19fc5e='\x0a\x20\x20\x20\x20\x20\x20'+_0x1e54b1+'\x0a\x20\x20\x20\x20\x20\x20'+_0xfa9f59+_0xc99f3e(0xf9),_0x16b0dd=await ServiceUtil[_0xc99f3e(0xe3)](_0x20d1d3,_0x4f831d,_0x138e3b,0x0,0x0,_0x19fc5e),_0x596dc8=[{'value':'','display':''}];return _0x16b0dd['records'][_0xc99f3e(0xbf)](_0x4a5ca9=>{const _0x567e6d=_0xc99f3e;_0x596dc8[_0x567e6d(0xe1)]({'value':_0x4a5ca9[_0x1e54b1],'display':_0x4a5ca9[_0xfa9f59]});}),_0x596dc8;}static async[a0_0x29f094(0x109)](){const _0xf48f0c=a0_0x29f094;let _0x4f6ede=await ServiceUtil['searchMyDynamicMenus']();return null!=_0x4f6ede?ServiceUtil[_0xf48f0c(0xd1)](_0x4f6ede):null;}static async[a0_0x29f094(0x11c)](_0x463abc){const _0x1e87bb=a0_0x29f094;let _0x41f48b=[{'name':_0x1e87bb(0xa1),'operator':'eq','value':_0x463abc}],_0x1f497e=await ServiceUtil[_0x1e87bb(0xe3)]('gridPersonalizeTemplates',_0x41f48b,[],0x0,0x0,_0x1e87bb(0xa5));return 0x0==_0x1f497e[_0x1e87bb(0xe7)]?{}:{'id':_0x1f497e[_0x1e87bb(0xc4)][0x0]['id'],'template':JSON[_0x1e87bb(0xca)](_0x1f497e[_0x1e87bb(0xc4)][0x0][_0x1e87bb(0xb1)])};}static[a0_0x29f094(0xd1)](_0x10b540){const _0x2c9c87=a0_0x29f094;let _0x9d8171=[];_0x10b540[_0x2c9c87(0xbf)](_0x1ef78c=>{const _0x579f08=_0x2c9c87;_0x9d8171[_0x579f08(0xe1)](_0x1ef78c),_0x1ef78c[_0x579f08(0x10f)]&&(_0x1ef78c[_0x579f08(0x10f)][_0x579f08(0x102)](function(_0xf99b15,_0x1bb2e7){const _0x1d3e15=_0x579f08;return _0xf99b15[_0x1d3e15(0xed)]-_0x1bb2e7['rank'];}),_0x1ef78c['children'][_0x579f08(0xbf)](_0x2a77fb=>{const _0x4aeb16=_0x579f08;0x1!=_0x2a77fb[_0x4aeb16(0xfd)]&&(_0x2a77fb[_0x4aeb16(0xd7)]=_0x1ef78c,_0x9d8171[_0x4aeb16(0xe1)](_0x2a77fb));}));});let _0x5c44bf=_0x9d8171[_0x2c9c87(0xbb)](_0x155009=>{const _0x382412=_0x2c9c87;if('GROUP'==_0x155009['menuType']||_0x382412(0xc6)==_0x155009[_0x382412(0xc1)]){let _0x5f0ac5={'id':_0x155009['id'],'parent':!0x0,'name':TermsUtil['tMenu'](_0x155009[_0x382412(0x108)]),'icon':_0x155009['iconPath'],'type':_0x382412(0xdb)==_0x155009[_0x382412(0xc1)]?_0x382412(0xa8):'','menus':[]};return _0x155009[_0x382412(0xce)]&&(_0x5f0ac5['path']=_0x155009[_0x382412(0xce)]),_0x5f0ac5;}return{'id':'0'};})[_0x2c9c87(0xd2)](_0x30fbe5=>'0'!=_0x30fbe5['id']),_0x1ec3f5=_0x9d8171[_0x2c9c87(0xbb)](_0x44cde5=>{const _0x16c8dc=_0x2c9c87;if(_0x16c8dc(0x103)==_0x44cde5[_0x16c8dc(0xc1)]||_0x16c8dc(0x10e)==_0x44cde5[_0x16c8dc(0xc1)]){let _0x174ebb=_0x5c44bf[_0x16c8dc(0xdd)](_0x54e941=>_0x54e941['id']==_0x44cde5[_0x16c8dc(0xd7)]['id']);if(_0x174ebb){let _0x24d404=TermsUtil[_0x16c8dc(0xb0)](_0x44cde5[_0x16c8dc(0x108)]);return _0x16c8dc(0x103)==_0x44cde5['menuType']&&_0x174ebb[_0x16c8dc(0xda)][_0x16c8dc(0xe1)]({'id':_0x44cde5['id'],'name':_0x24d404,'path':_0x44cde5['routing'],'icon':_0x44cde5[_0x16c8dc(0xe4)]}),{'id':_0x44cde5['id'],'parent':!0x1,'parent_id':_0x174ebb['id'],'title':_0x24d404,'tagname':_0x44cde5[_0x16c8dc(0xc5)],'page':_0x44cde5[_0x16c8dc(0xce)],'template':_0x44cde5['resourceUrl'],'routing_type':_0x44cde5[_0x16c8dc(0xfb)]};}return{'id':'0'};}return _0x16c8dc(0xab)==_0x44cde5['menuType']?{'id':_0x44cde5['id'],'parent':!0x0,'parent_id':null,'title':TermsUtil[_0x16c8dc(0xb0)](_0x44cde5['name']),'tagname':_0x44cde5[_0x16c8dc(0xc5)],'page':_0x44cde5['routing'],'template':_0x44cde5[_0x16c8dc(0xcb)],'routing_type':_0x44cde5[_0x16c8dc(0xfb)]}:{'id':'0'};})[_0x2c9c87(0xd2)](_0x283193=>null!=_0x283193&&'0'!=_0x283193['id']);_0x5c44bf[_0x2c9c87(0xd2)](_0x40bb76=>_0x2c9c87(0xa8)==_0x40bb76[_0x2c9c87(0x124)]&&_0x40bb76['menus']&&_0x40bb76['menus'][_0x2c9c87(0x10c)]>0x0)[_0x2c9c87(0xbf)](_0x21ef11=>{const _0x222620=_0x2c9c87;let _0x20a4b7=_0x5c44bf[_0x222620(0xea)](_0x2b42ca=>_0x2b42ca['id']==_0x21ef11['id'])+0x1;_0x5c44bf[_0x222620(0xd9)](_0x20a4b7,0x0,..._0x21ef11[_0x222620(0xda)]);});let _0x4ae9c4=0x0;return _0x5c44bf[_0x2c9c87(0xbf)](_0x422656=>{const _0x218e7b=_0x2c9c87;'todo-list'==_0x422656['path']?(_0x4ae9c4++,_0x422656[_0x218e7b(0x11d)]=()=>asyncReplace(generateActivitySummary(_0x218e7b(0xd5))),_0x422656[_0x218e7b(0xcc)]=({path:_0x52f72f})=>/^activity\//[_0x218e7b(0x11e)](_0x52f72f)):_0x218e7b(0xc8)==_0x422656[_0x218e7b(0xb4)]?(_0x4ae9c4++,_0x422656[_0x218e7b(0x11d)]=()=>asyncReplace(generateActivitySummary('numberOfApprovalPendings')),_0x422656[_0x218e7b(0xcc)]=({path:_0x28afaf})=>/^activity\//[_0x218e7b(0x11e)](_0x28afaf)):_0x218e7b(0xa3)==_0x422656[_0x218e7b(0xb4)]&&(_0x4ae9c4++,_0x422656[_0x218e7b(0x11d)]=()=>asyncReplace(generateActivitySummary(_0x218e7b(0x10a))));}),_0x4ae9c4>0x0&&startSubscribeActivitySummary(),{'menus':_0x5c44bf,'routes':_0x1ec3f5};}static async[a0_0x29f094(0xf5)](){const _0x1e78cd=a0_0x29f094;let _0x47128a=await ServiceUtil[_0x1e78cd(0xe3)]('menus',[{'name':'hiddenFlag','operator':'noteq','value':!0x0},{'name':'menuType','operator':'in','value':[_0x1e78cd(0xab),_0x1e78cd(0xc6),_0x1e78cd(0xdb)]}],[{'name':_0x1e78cd(0xed)}],0x0,0x0,'\x0a\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20parent\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20name\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20children{\x0a\x20\x20\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20\x20\x20name\x0a\x20\x20\x20\x20\x20\x20\x20\x20description\x0a\x20\x20\x20\x20\x20\x20\x20\x20menuType\x0a\x20\x20\x20\x20\x20\x20\x20\x20category\x0a\x20\x20\x20\x20\x20\x20\x20\x20routingType\x0a\x20\x20\x20\x20\x20\x20\x20\x20routing\x0a\x20\x20\x20\x20\x20\x20\x20\x20resourceUrl\x0a\x20\x20\x20\x20\x20\x20\x20\x20iconPath\x0a\x20\x20\x20\x20\x20\x20\x20\x20hiddenFlag\x0a\x20\x20\x20\x20\x20\x20\x20\x20rank\x0a\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20name\x0a\x20\x20\x20\x20\x20\x20description\x0a\x20\x20\x20\x20\x20\x20menuType\x0a\x20\x20\x20\x20\x20\x20category\x0a\x20\x20\x20\x20\x20\x20routingType\x0a\x20\x20\x20\x20\x20\x20routing\x0a\x20\x20\x20\x20\x20\x20resourceUrl\x0a\x20\x20\x20\x20\x20\x20iconPath\x0a\x20\x20\x20\x20');return _0x47128a?_0x47128a['records']:[];}static async[a0_0x29f094(0xeb)](_0x382d51){const _0x209409=a0_0x29f094;if(_0x382d51['errors']&&_0x382d51[_0x209409(0xf6)][_0x209409(0x10c)]>0x0){let _0x5af1cc=_0x382d51['errors'][0x0],_0x4c9016=_0x5af1cc[_0x209409(0xf3)],_0x294672=_0x5af1cc[_0x209409(0xf3)];_0x5af1cc[_0x209409(0xe9)]&&(_0x294672=_0x5af1cc['extensions'][_0x209409(0xb6)]),await UiUtil[_0x209409(0x117)](_0x294672,_0x4c9016,_0x209409(0x119),_0x209409(0xaf));}}static async[a0_0x29f094(0xfc)](_0xafdb4c){const _0xe39eba=a0_0x29f094;_0xafdb4c&&(_0xafdb4c['networkError']&&_0xafdb4c['networkError'][_0xe39eba(0x123)]?await ServiceUtil[_0xe39eba(0xeb)](_0xafdb4c[_0xe39eba(0x106)]['result']):await UiUtil['showAlertPopup'](_0xe39eba(0xbc),_0xafdb4c[_0xe39eba(0xf3)],'error',_0xe39eba(0xaf)));}static async[a0_0x29f094(0xdc)](_0x154234,_0x32a539,_0x32131e){const _0x45ba4d=a0_0x29f094;var _0x1c0f3f=_0x32131e[_0x45ba4d(0xff)][_0x45ba4d(0x120)]['filter'](_0x156f69=>'gutter'!==_0x156f69['type']&&void 0x0!==_0x156f69[_0x45ba4d(0xbe)]&&void 0x0!==_0x156f69[_0x45ba4d(0xd0)]&&!0x0!==_0x156f69['hidden'])[_0x45ba4d(0xbb)](_0x312503=>_0x312503[_0x45ba4d(0xd0)]),_0x56c11f=_0x32131e[_0x45ba4d(0xec)][_0x45ba4d(0xc4)][_0x45ba4d(0xbb)](_0xd214ca=>({..._0x32131e['_config'][_0x45ba4d(0x120)][_0x45ba4d(0xd2)](_0x4bd431=>_0x45ba4d(0xde)!==_0x4bd431[_0x45ba4d(0x124)]&&void 0x0!==_0x4bd431['record']&&void 0x0!==_0x4bd431[_0x45ba4d(0xd0)]&&!0x0!==_0x4bd431[_0x45ba4d(0x122)])[_0x45ba4d(0xf4)]((_0x4024bb,_0x2795d9)=>(_0x4024bb[_0x2795d9['imex']['key']]=_0x2795d9['imex'][_0x45ba4d(0xb3)]['split']('.')['reduce']((_0x2b810c,_0x4c167e)=>_0x2b810c&&'undefined'!==_0x2b810c[_0x4c167e]?_0x2b810c[_0x4c167e]:void 0x0,_0xd214ca),_0x4024bb),{})}));if(!_0x154234)return{'header':_0x1c0f3f,'data':_0x56c11f};store[_0x45ba4d(0xb7)]({'type':EXPORT,'exportable':{'extension':_0x45ba4d(0xe5),'name':_0x32a539,'data':{'header':_0x1c0f3f,'data':_0x56c11f}}});}static async[a0_0x29f094(0xe3)](_0x13216b,_0x46d3dc,_0x43bb59,_0x44b80d,_0x282610,_0x10eb81){const _0xd3948=a0_0x29f094;try{const _0x3a7355=await client[_0xd3948(0xcd)]({'query':a0_0x525358`
12
12
  query ($filters: [Filter!], $pagination: Pagination, $sortings: [Sorting!]) {
13
- ${_0x62b231}(filters: $filters, pagination: $pagination, sortings: $sortings) {
13
+ ${_0x13216b}(filters: $filters, pagination: $pagination, sortings: $sortings) {
14
14
  items {
15
- ${_0x292ed6}
15
+ ${_0x10eb81}
16
16
  }
17
17
  total
18
18
  }
19
19
  }
20
- `,'variables':{'filters':_0x25f15b,'sortings':_0x462c4e,'pagination':{'page':_0x4703e9,'limit':_0x1ddacd}}});if(!_0x4bf799[_0x5532d6(0x11a)])return{'records':_0x4bf799[_0x5532d6(0x12d)][_0x62b231][_0x5532d6(0x107)],'total':_0x4bf799[_0x5532d6(0x12d)][_0x62b231][_0x5532d6(0x16e)]};ServiceUtil['showGraphqlErrorResponse'](_0x4bf799);}catch(_0x1cc7d5){ServiceUtil['showGraphqlException'](_0x1cc7d5);}return null;}static async[a0_0x24e109(0x166)](_0x190402,_0x16b07c,_0x37e38a){const _0x55ce7e=a0_0x24e109;try{let _0x434d5e=await client[_0x55ce7e(0x151)]({'query':a0_0x515707`
20
+ `,'variables':{'filters':_0x46d3dc,'sortings':_0x43bb59,'pagination':{'page':_0x44b80d,'limit':_0x282610}}});if(!_0x3a7355[_0xd3948(0xf6)])return{'records':_0x3a7355[_0xd3948(0xec)][_0x13216b]['items'],'total':_0x3a7355[_0xd3948(0xec)][_0x13216b]['total']};ServiceUtil[_0xd3948(0xeb)](_0x3a7355);}catch(_0x33be3a){ServiceUtil[_0xd3948(0xfc)](_0x33be3a);}return null;}static async[a0_0x29f094(0x118)](_0x545749,_0x26a188,_0x2721b2){const _0x1b0ef4=a0_0x29f094;try{let _0x21e8cb=await client[_0x1b0ef4(0xcd)]({'query':a0_0x525358`
21
21
  query ($id: String!) {
22
- ${_0x190402}(id: $id) {
23
- ${_0x37e38a}
22
+ ${_0x545749}(id: $id) {
23
+ ${_0x2721b2}
24
24
  }
25
25
  }
26
- `,'variables':{'id':_0x16b07c}});if(!_0x434d5e[_0x55ce7e(0x11a)])return _0x434d5e[_0x55ce7e(0x12d)][_0x190402]||{};ServiceUtil[_0x55ce7e(0x12a)](_0x434d5e);}catch(_0x39e94e){ServiceUtil[_0x55ce7e(0x175)](_0x39e94e);}return null;}static[a0_0x24e109(0x123)](_0x17f6b3,_0x530b68){const _0x13f99e=a0_0x24e109,_0x3606cc=_0x17f6b3[_0x13f99e(0x150)][_0x13f99e(0x124)](_0x2d5271=>_0x2d5271['id']);return ValueUtil[_0x13f99e(0x138)](_0x3606cc)&&0x1==_0x530b68&&UiUtil[_0x13f99e(0x16c)](_0x13f99e(0x113),_0x13f99e(0x17d),_0x13f99e(0x154),_0x13f99e(0x167)),_0x3606cc;}static async[a0_0x24e109(0x168)](_0x8bde75,_0x2aeb78){const _0x5a90f0=a0_0x24e109;let _0x1405be=ServiceUtil[_0x5a90f0(0x123)](_0x8bde75,!0x0);ValueUtil[_0x5a90f0(0x118)](_0x1405be)&&(await ServiceUtil[_0x5a90f0(0x184)](_0x1405be,_0x2aeb78)&&_0x8bde75['fetch']());}static async['deleteListByIds'](_0x62bd96,_0x4a8d15){const _0xea396c=a0_0x24e109;if(!(await UiUtil['showAlertPopup'](_0xea396c(0x13e),_0xea396c(0x11b),_0xea396c(0x120),_0xea396c(0x179),'cancel'))['value'])return!0x1;try{const _0xfff8c=await client[_0xea396c(0x151)]({'query':a0_0x515707`
26
+ `,'variables':{'id':_0x26a188}});if(!_0x21e8cb[_0x1b0ef4(0xf6)])return _0x21e8cb[_0x1b0ef4(0xec)][_0x545749]||{};ServiceUtil[_0x1b0ef4(0xeb)](_0x21e8cb);}catch(_0x4e9e10){ServiceUtil['showGraphqlException'](_0x4e9e10);}return null;}static['getSelectedIdList'](_0x37c8e0,_0xf74414){const _0x288b6a=a0_0x29f094,_0x2056f8=_0x37c8e0[_0x288b6a(0x127)]['map'](_0x765d6e=>_0x765d6e['id']);return ValueUtil[_0x288b6a(0xd3)](_0x2056f8)&&0x1==_0xf74414&&UiUtil[_0x288b6a(0x117)](_0x288b6a(0x115),_0x288b6a(0x121),_0x288b6a(0x126),_0x288b6a(0xaf)),_0x2056f8;}static async[a0_0x29f094(0xa9)](_0x54d3c1,_0x35d809){const _0x5c973d=a0_0x29f094;let _0x486556=ServiceUtil[_0x5c973d(0x105)](_0x54d3c1,!0x0);ValueUtil[_0x5c973d(0xa6)](_0x486556)&&(await ServiceUtil['deleteListByIds'](_0x486556,_0x35d809)&&_0x54d3c1[_0x5c973d(0xfa)]());}static async['deleteListByIds'](_0x34ce4c,_0x3c2453){const _0x1859d1=a0_0x29f094;if(!(await UiUtil[_0x1859d1(0x117)]('button.delete',_0x1859d1(0xa4),'question',_0x1859d1(0x113),_0x1859d1(0x100)))[_0x1859d1(0xad)])return!0x1;try{const _0x23990f=await client[_0x1859d1(0xcd)]({'query':a0_0x525358`
27
27
  mutation {
28
- ${_0x4a8d15}(${gqlBuilder[_0xea396c(0x14c)]({'ids':_0x62bd96})})
28
+ ${_0x3c2453}(${gqlBuilder[_0x1859d1(0xf7)]({'ids':_0x34ce4c})})
29
29
  }
30
- `});if(!_0xfff8c[_0xea396c(0x11a)])return UiUtil[_0xea396c(0x104)](_0xea396c(0x154),TermsUtil['tText'](_0xea396c(0x146))),!0x0;ServiceUtil[_0xea396c(0x12a)](_0xfff8c);}catch(_0x1265a4){ServiceUtil['showGraphqlException'](_0x1265a4);}return!0x1;}static async[a0_0x24e109(0x170)](_0x364c1c,_0x5012b0){const _0x5afad0=a0_0x24e109;let _0xc36940=ServiceUtil[_0x5afad0(0x178)](_0x364c1c);if(ValueUtil['isNotEmpty'](_0xc36940)){let _0x45daf=await ServiceUtil['updateMultiple'](_0x5012b0,_0xc36940);if(_0x45daf)return _0x364c1c[_0x5afad0(0x160)](),_0x45daf;}return!0x1;}static async[a0_0x24e109(0x13a)](_0x279f2b,_0x33f70f){const _0x1238f0=a0_0x24e109;try{const _0x5d02ab=await client[_0x1238f0(0x151)]({'query':a0_0x515707`
30
+ `});if(!_0x23990f['errors'])return UiUtil[_0x1859d1(0xc3)](_0x1859d1(0x126),TermsUtil[_0x1859d1(0xa2)]('success\x20to\x20delete')),!0x0;ServiceUtil['showGraphqlErrorResponse'](_0x23990f);}catch(_0x1cdaee){ServiceUtil['showGraphqlException'](_0x1cdaee);}return!0x1;}static async['updateMultipleData'](_0xc6dfdd,_0x309036){const _0x48cbdb=a0_0x29f094;let _0x4ced62=ServiceUtil[_0x48cbdb(0xd4)](_0xc6dfdd);if(ValueUtil[_0x48cbdb(0xa6)](_0x4ced62)){let _0x5a0bc1=await ServiceUtil[_0x48cbdb(0xac)](_0x309036,_0x4ced62);if(_0x5a0bc1)return _0xc6dfdd['fetch'](),_0x5a0bc1;}return!0x1;}static async[a0_0x29f094(0xac)](_0x55a094,_0x471452){const _0x3662ed=a0_0x29f094;try{const _0x1c5168=await client[_0x3662ed(0xcd)]({'query':a0_0x525358`
31
31
  mutation {
32
- ${_0x279f2b}(${gqlBuilder[_0x1238f0(0x14c)]({'patches':_0x33f70f})}) {
32
+ ${_0x55a094}(${gqlBuilder['buildArgs']({'patches':_0x471452})}) {
33
33
  id
34
34
  }
35
35
  }
36
- `,'context':{'hasUpload':!0x0}});if(!_0x5d02ab[_0x1238f0(0x11a)])return UiUtil['showToast'](_0x1238f0(0x154),TermsUtil[_0x1238f0(0x176)](_0x1238f0(0x110))),!0x0;ServiceUtil[_0x1238f0(0x12a)](_0x5d02ab);}catch(_0x3e893b){ServiceUtil[_0x1238f0(0x175)](_0x3e893b);}return!0x1;}static['patchesForUpdateMultiple'](_0x2aadc0,_0x5aea2=!0x1){const _0x70e35d=a0_0x24e109;let _0x1195b6=_0x2aadc0[_0x70e35d(0x125)];if(_0x1195b6&&0x0!=_0x1195b6[_0x70e35d(0x11d)])return _0x1195b6[_0x70e35d(0x124)](_0x42bb60=>{const _0x12e840=_0x70e35d;let _0xe54fa2=_0x42bb60['id']?{'id':_0x42bb60['id']}:{};for(let _0x3a7c56 in _0x42bb60)[_0x12e840(0x11c),'updater',_0x12e840(0x147),_0x12e840(0x13f),_0x12e840(0x14d),_0x12e840(0x15d),'__origin__',_0x12e840(0x14a),_0x12e840(0x159)][_0x12e840(0x116)](_0x3a7c56)||(_0x42bb60[_0x3a7c56]&&_0x12e840(0x15e)==typeof _0x42bb60[_0x3a7c56]&&0x0==_0x5aea2?_0xe54fa2[_0x3a7c56]={'id':_0x42bb60[_0x3a7c56]['id']}:_0xe54fa2[_0x3a7c56]=_0x42bb60[_0x3a7c56]);return _0xe54fa2[_0x12e840(0x15a)]=_0x42bb60[_0x12e840(0x14d)],_0xe54fa2;});UiUtil['showAlertPopup'](_0x70e35d(0x114),_0x70e35d(0x12b),_0x70e35d(0x154),_0x70e35d(0x167));}static async[a0_0x24e109(0x165)](_0x4e9918,_0x465a92,_0x1b1906,_0x4642fd=!0x0){const _0x54d240=a0_0x24e109;let _0x4623e3=!0x0;_0x4e9918&&!0x0===_0x4642fd&&(_0x4623e3=(await UiUtil['showAlertPopup'](_0x54d240(0x105)+_0x4e9918,_0x54d240(0x11b),_0x54d240(0x120),_0x54d240(0x167),_0x54d240(0x126)))[_0x54d240(0x13c)]);if(_0x4623e3)try{const _0x5616f9=await client['query']({'query':a0_0x515707`
36
+ `,'context':{'hasUpload':!0x0}});if(!_0x1c5168[_0x3662ed(0xf6)])return UiUtil[_0x3662ed(0xc3)]('info',TermsUtil['tText'](_0x3662ed(0x11f))),!0x0;ServiceUtil[_0x3662ed(0xeb)](_0x1c5168);}catch(_0xc0296b){ServiceUtil[_0x3662ed(0xfc)](_0xc0296b);}return!0x1;}static[a0_0x29f094(0xd4)](_0x57a50f,_0x5cf474=!0x1){const _0x1dff0e=a0_0x29f094;let _0x429783=_0x57a50f[_0x1dff0e(0x129)];if(_0x429783&&0x0!=_0x429783[_0x1dff0e(0x10c)])return _0x429783[_0x1dff0e(0xbb)](_0x553e8f=>{const _0x16ed4c=_0x1dff0e;let _0x5eeccc=_0x553e8f['id']?{'id':_0x553e8f['id']}:{};for(let _0x2f138f in _0x553e8f)[_0x16ed4c(0x125),_0x16ed4c(0xf2),_0x16ed4c(0xba),_0x16ed4c(0xf1),_0x16ed4c(0x10d),_0x16ed4c(0xa7),_0x16ed4c(0xa0),_0x16ed4c(0x104),_0x16ed4c(0xb5)][_0x16ed4c(0xcf)](_0x2f138f)||(_0x553e8f[_0x2f138f]&&_0x16ed4c(0x11a)==typeof _0x553e8f[_0x2f138f]&&0x0==_0x5cf474?_0x5eeccc[_0x2f138f]={'id':_0x553e8f[_0x2f138f]['id']}:_0x5eeccc[_0x2f138f]=_0x553e8f[_0x2f138f]);return _0x5eeccc[_0x16ed4c(0x116)]=_0x553e8f[_0x16ed4c(0x10d)],_0x5eeccc;});UiUtil[_0x1dff0e(0x117)](_0x1dff0e(0xc7),_0x1dff0e(0xbd),_0x1dff0e(0x126),_0x1dff0e(0xaf));}static async[a0_0x29f094(0xb8)](_0x39296b,_0x3f4ac5,_0x4e1c4e,_0x225f0d=!0x0){const _0x4ffded=a0_0x29f094;let _0x320427=!0x0;_0x39296b&&!0x0===_0x225f0d&&(_0x320427=(await UiUtil[_0x4ffded(0x117)](_0x4ffded(0xee)+_0x39296b,_0x4ffded(0xa4),_0x4ffded(0xae),'confirm',_0x4ffded(0x100)))[_0x4ffded(0xad)]);if(_0x320427)try{const _0x895f2a=await client[_0x4ffded(0xcd)]({'query':a0_0x525358`
37
37
  mutation ($scenarioName: String!, $variables: Object) {
38
38
  runScenario(scenarioName: $scenarioName, variables: $variables) {
39
39
  state
@@ -42,4 +42,4 @@ function a0_0x112c(_0x52d7d6,_0x439d07){const _0x2e8e04=a0_0x2e8e();return a0_0x
42
42
  __typename
43
43
  }
44
44
  }
45
- `,'variables':{'scenarioName':_0x465a92,'variables':_0x1b1906}});if(_0x5616f9[_0x54d240(0x11a)])ServiceUtil[_0x54d240(0x12a)](_0x5616f9);else{if(this[_0x54d240(0x158)](_0x5616f9))return!0x0===_0x4642fd&&UiUtil['showToast'](_0x54d240(0x154),TermsUtil[_0x54d240(0x176)](_0x54d240(0x100))),_0x5616f9;}}catch(_0x3ce18a){ServiceUtil[_0x54d240(0x175)](_0x3ce18a);}return!0x1;}static['checkClientError'](_0x5c39e2){const _0x438049=a0_0x24e109;if(_0x5c39e2&&_0x5c39e2['data']&&_0x5c39e2[_0x438049(0x12d)][_0x438049(0x15c)]&&_0x5c39e2[_0x438049(0x12d)][_0x438049(0x15c)][_0x438049(0x12d)]&&_0x5c39e2[_0x438049(0x12d)][_0x438049(0x15c)]['data']['error']){let _0x2b28d3=_0x5c39e2[_0x438049(0x12d)][_0x438049(0x15c)][_0x438049(0x12d)][_0x438049(0x152)];return UiUtil[_0x438049(0x16c)](_0x2b28d3[_0x438049(0x14f)],_0x2b28d3[_0x438049(0x12f)],_0x438049(0x152),_0x438049(0x167)),!0x1;}return!0x0;}}
45
+ `,'variables':{'scenarioName':_0x3f4ac5,'variables':_0x4e1c4e}});if(_0x895f2a[_0x4ffded(0xf6)])ServiceUtil[_0x4ffded(0xeb)](_0x895f2a);else{if(this[_0x4ffded(0x101)](_0x895f2a))return!0x0===_0x225f0d&&UiUtil[_0x4ffded(0xc3)](_0x4ffded(0x126),TermsUtil[_0x4ffded(0xa2)](_0x4ffded(0xef))),_0x895f2a;}}catch(_0x56d825){ServiceUtil['showGraphqlException'](_0x56d825);}return!0x1;}static[a0_0x29f094(0x101)](_0x3c9954){const _0x20c06c=a0_0x29f094;if(_0x3c9954&&_0x3c9954[_0x20c06c(0xec)]&&_0x3c9954[_0x20c06c(0xec)]['runScenario']&&_0x3c9954[_0x20c06c(0xec)][_0x20c06c(0x114)][_0x20c06c(0xec)]&&_0x3c9954['data']['runScenario'][_0x20c06c(0xec)][_0x20c06c(0x119)]){let _0x21b2e1=_0x3c9954[_0x20c06c(0xec)][_0x20c06c(0x114)]['data'][_0x20c06c(0x119)];return UiUtil[_0x20c06c(0x117)](_0x21b2e1[_0x20c06c(0xe6)],_0x21b2e1['message'],_0x20c06c(0x119),_0x20c06c(0xaf)),!0x1;}return!0x0;}}
@@ -1,4 +1,4 @@
1
- function a0_0xab46(){const _0x174996=['translate','tTitle','1245235RnBGUm','keys','5297922rdHYSP','total','text','51743750gwwHdu','4115cnVTok','label','tError','334575JUkbDf','data','tField','downloadTerminologies','11566872nZxpQa','1300mXDmGH','query','22FBljYU','category','forEach','error','terminologies','7LAyUaj','field','replace','META_TERMS','locale','10038920YSACPi','name','fetchTerminologies','tText','display','errors'];a0_0xab46=function(){return _0x174996;};return a0_0xab46();}const a0_0x289465=a0_0x3ce2;(function(_0xe54a6,_0x14260b){const _0x36452a=a0_0x3ce2,_0x59aa9d=_0xe54a6();while(!![]){try{const _0x4044a4=-parseInt(_0x36452a(0xc4))/0x1+-parseInt(_0x36452a(0xd4))/0x2*(parseInt(_0x36452a(0xcd))/0x3)+parseInt(_0x36452a(0xd2))/0x4*(-parseInt(_0x36452a(0xca))/0x5)+parseInt(_0x36452a(0xc6))/0x6+parseInt(_0x36452a(0xb7))/0x7*(-parseInt(_0x36452a(0xbc))/0x8)+-parseInt(_0x36452a(0xd1))/0x9+parseInt(_0x36452a(0xc9))/0xa;if(_0x4044a4===_0x14260b)break;else _0x59aa9d['push'](_0x59aa9d['shift']());}catch(_0x2bc1b3){_0x59aa9d['push'](_0x59aa9d['shift']());}}}(a0_0xab46,0xbde4c));import a0_0x22a4ed from'graphql-tag';function a0_0x3ce2(_0x4869bc,_0x112f18){const _0xab46cf=a0_0xab46();return a0_0x3ce2=function(_0x3ce2c6,_0x117dc9){_0x3ce2c6=_0x3ce2c6-0xb4;let _0x5be553=_0xab46cf[_0x3ce2c6];return _0x5be553;},a0_0x3ce2(_0x4869bc,_0x112f18);}import{client}from'@operato/graphql';import{i18next}from'@operato/i18n';export class TermsUtil{[a0_0x289465(0xba)]=null;static async[a0_0x289465(0xd0)](_0x1098c3){const _0x22d17c=a0_0x289465;let _0x260f38=(await TermsUtil[_0x22d17c(0xbe)](_0x1098c3))['records'];_0x260f38&&_0x260f38['length']>0x0&&(this[_0x22d17c(0xba)]={},_0x260f38[_0x22d17c(0xb4)](_0x1697fd=>{const _0x44455f=_0x22d17c;let _0x2f0b7f=_0x1697fd[_0x44455f(0xd5)]+'.'+_0x1697fd[_0x44455f(0xbd)];this['META_TERMS'][_0x2f0b7f]=_0x1697fd[_0x44455f(0xc0)];}));}static async[a0_0x289465(0xbe)](_0x5403d3){const _0x21105c=a0_0x289465;let _0x53d42e=[{'name':_0x21105c(0xbb),'operator':'eq','value':_0x5403d3}];const _0x51ac09=await client[_0x21105c(0xd3)]({'query':a0_0x22a4ed`
1
+ const a0_0x1e36a1=a0_0x1a5f;(function(_0x52b094,_0x19c271){const _0x236500=a0_0x1a5f,_0x21910a=_0x52b094();while(!![]){try{const _0x45b90d=-parseInt(_0x236500(0x18f))/0x1*(parseInt(_0x236500(0x18c))/0x2)+-parseInt(_0x236500(0x174))/0x3*(-parseInt(_0x236500(0x17d))/0x4)+-parseInt(_0x236500(0x16f))/0x5*(parseInt(_0x236500(0x18a))/0x6)+-parseInt(_0x236500(0x16d))/0x7+-parseInt(_0x236500(0x18b))/0x8*(parseInt(_0x236500(0x17a))/0x9)+parseInt(_0x236500(0x180))/0xa+-parseInt(_0x236500(0x16c))/0xb*(-parseInt(_0x236500(0x171))/0xc);if(_0x45b90d===_0x19c271)break;else _0x21910a['push'](_0x21910a['shift']());}catch(_0x413ee8){_0x21910a['push'](_0x21910a['shift']());}}}(a0_0xce1f,0x6745c));import a0_0x27c7b6 from'graphql-tag';function a0_0xce1f(){const _0x2e5cc1=['query','META_TERMS','56406GWMdfq','title','data','downloadTerminologies','terminologies','category','117243EDAyqb','label','tMenu','152MUudYG','forEach','tText','1701070QpITas','tLabel','error','total','tTitle','records','display','translate','field','replace','254598RWFpzn','112YIlxZD','5326mtbCsK','fetchTerminologies','menu','104BpArup','locale','tButton','14395403CEHxzi','5315051NeQaWa','items','65IUsppd','text','12iCRhTJ'];a0_0xce1f=function(){return _0x2e5cc1;};return a0_0xce1f();}import{client}from'@operato/graphql';function a0_0x1a5f(_0x3bd14a,_0x302835){const _0xce1f03=a0_0xce1f();return a0_0x1a5f=function(_0x1a5f65,_0x43bd9f){_0x1a5f65=_0x1a5f65-0x16a;let _0x101a91=_0xce1f03[_0x1a5f65];return _0x101a91;},a0_0x1a5f(_0x3bd14a,_0x302835);}import{i18next}from'@operato/i18n';export class TermsUtil{[a0_0x1e36a1(0x173)]=null;static async[a0_0x1e36a1(0x177)](_0x2efd96){const _0x194ab3=a0_0x1e36a1;let _0x3b84a2=(await TermsUtil[_0x194ab3(0x18d)](_0x2efd96))[_0x194ab3(0x185)];_0x3b84a2&&_0x3b84a2['length']>0x0&&(this[_0x194ab3(0x173)]={},_0x3b84a2[_0x194ab3(0x17e)](_0x1a5d08=>{const _0x14f21b=_0x194ab3;let _0x271f43=_0x1a5d08['category']+'.'+_0x1a5d08['name'];this[_0x14f21b(0x173)][_0x271f43]=_0x1a5d08[_0x14f21b(0x186)];}));}static async[a0_0x1e36a1(0x18d)](_0x4001cc){const _0x445268=a0_0x1e36a1;let _0x7cf8d3=[{'name':_0x445268(0x16a),'operator':'eq','value':_0x4001cc}];const _0x4abee1=await client[_0x445268(0x172)]({'query':a0_0x27c7b6`
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 @@ function a0_0xab46(){const _0x174996=['translate','tTitle','1245235RnBGUm','keys
11
11
  total
12
12
  }
13
13
  }
14
- `,'variables':{'filters':_0x53d42e,'sortings':[{'name':'category'},{'name':_0x21105c(0xbd)}],'pagination':{'page':0x0,'limit':0x0}}});if(!_0x51ac09[_0x21105c(0xc1)])return{'records':_0x51ac09['data']['terminologies']['items']||[],'total':_0x51ac09[_0x21105c(0xce)][_0x21105c(0xb6)][_0x21105c(0xc7)]||0x0};}static['tLabel'](_0x5df706,_0x24e917){const _0x4694ac=a0_0x289465;let _0x2d6cee=TermsUtil['translate'](_0x4694ac(0xcb),_0x5df706,_0x24e917,null);return _0x2d6cee||TermsUtil[_0x4694ac(0xc2)](_0x4694ac(0xb8),_0x5df706,_0x24e917,_0x5df706);}static[a0_0x289465(0xcf)](_0x3b9498,_0x531b96){const _0x27e16d=a0_0x289465;let _0x4e43f0=TermsUtil['translate'](_0x27e16d(0xb8),_0x3b9498,_0x531b96,null);return _0x4e43f0||TermsUtil[_0x27e16d(0xc2)](_0x27e16d(0xb8),_0x3b9498,_0x531b96,_0x3b9498);}static['tButton'](_0x14120b){const _0x56a526=a0_0x289465;return TermsUtil[_0x56a526(0xc2)]('button',_0x14120b,null,_0x14120b);}static[a0_0x289465(0xc3)](_0x2ecd1f,_0x56e6a0){const _0x1c6a4a=a0_0x289465;let _0x282fef=TermsUtil['translate']('title',_0x2ecd1f,_0x56e6a0,null);return _0x282fef||TermsUtil[_0x1c6a4a(0xc2)]('menu',_0x2ecd1f,_0x56e6a0,_0x2ecd1f);}static['tMenu'](_0x379cbd){const _0x437904=a0_0x289465;let _0x4a04e9=TermsUtil['translate']('menu',_0x379cbd,null,_0x379cbd);return _0x4a04e9||TermsUtil[_0x437904(0xc2)]('title',_0x379cbd,null,_0x379cbd);}static[a0_0x289465(0xbf)](_0x27720b,_0x3cdc0a){const _0x15f4fe=a0_0x289465;return TermsUtil['translate'](_0x15f4fe(0xc8),_0x27720b,_0x3cdc0a,_0x27720b);}static[a0_0x289465(0xcc)](_0x1b644f,_0xf7b982){const _0x4c74b7=a0_0x289465;return TermsUtil[_0x4c74b7(0xc2)](_0x4c74b7(0xb5),_0x1b644f,_0xf7b982,_0x1b644f);}static[a0_0x289465(0xc2)](_0x356372,_0x5de5e1,_0x5d22f2,_0x13c89d){let _0x324a17=_0x356372+'.'+_0x5de5e1;return TermsUtil['t'](_0x324a17,_0x5d22f2,_0x13c89d);}static['t'](_0x1f2ff9,_0x580cd0,_0x5b9c96){const _0x35718e=a0_0x289465;let _0x2c1188=this[_0x35718e(0xba)]?this['META_TERMS'][_0x1f2ff9]:null;return _0x2c1188=_0x2c1188||i18next['t'](_0x1f2ff9),_0x2c1188&&_0x1f2ff9!=_0x2c1188?(_0x580cd0&&Object[_0x35718e(0xc5)](_0x580cd0)[_0x35718e(0xb4)](function(_0x40443e){const _0x46ecaa=_0x35718e;var _0x2036ff='\x5c{'+_0x40443e[_0x46ecaa(0xb9)](/\$/,'\x5c$')+'\x5c}',_0x387bef=new RegExp(_0x2036ff,'gi');_0x2c1188=_0x2c1188[_0x46ecaa(0xb9)](_0x387bef,_0x580cd0[_0x40443e]);}),_0x2c1188):_0x5b9c96;}}
14
+ `,'variables':{'filters':_0x7cf8d3,'sortings':[{'name':_0x445268(0x179)},{'name':'name'}],'pagination':{'page':0x0,'limit':0x0}}});if(!_0x4abee1['errors'])return{'records':_0x4abee1[_0x445268(0x176)]['terminologies'][_0x445268(0x16e)]||[],'total':_0x4abee1['data'][_0x445268(0x178)][_0x445268(0x183)]||0x0};}static[a0_0x1e36a1(0x181)](_0x599ed1,_0x3a5a9e){const _0x4a907c=a0_0x1e36a1;let _0x36cb07=TermsUtil['translate'](_0x4a907c(0x17b),_0x599ed1,_0x3a5a9e,null);return _0x36cb07||TermsUtil[_0x4a907c(0x187)](_0x4a907c(0x188),_0x599ed1,_0x3a5a9e,_0x599ed1);}static['tField'](_0x2c3471,_0x487c43){const _0x2ce24e=a0_0x1e36a1;let _0x4279e5=TermsUtil[_0x2ce24e(0x187)](_0x2ce24e(0x188),_0x2c3471,_0x487c43,null);return _0x4279e5||TermsUtil[_0x2ce24e(0x187)](_0x2ce24e(0x188),_0x2c3471,_0x487c43,_0x2c3471);}static[a0_0x1e36a1(0x16b)](_0x3941eb){const _0x543cd0=a0_0x1e36a1;return TermsUtil[_0x543cd0(0x187)]('button',_0x3941eb,null,_0x3941eb);}static[a0_0x1e36a1(0x184)](_0x2393c9,_0x10da1a){const _0x12885a=a0_0x1e36a1;let _0x531884=TermsUtil[_0x12885a(0x187)](_0x12885a(0x175),_0x2393c9,_0x10da1a,null);return _0x531884||TermsUtil[_0x12885a(0x187)]('menu',_0x2393c9,_0x10da1a,_0x2393c9);}static[a0_0x1e36a1(0x17c)](_0x388a04){const _0x1f4811=a0_0x1e36a1;let _0x1614e6=TermsUtil[_0x1f4811(0x187)](_0x1f4811(0x18e),_0x388a04,null,_0x388a04);return _0x1614e6||TermsUtil[_0x1f4811(0x187)](_0x1f4811(0x175),_0x388a04,null,_0x388a04);}static[a0_0x1e36a1(0x17f)](_0x2e5047,_0x1479a0){const _0x54c1a5=a0_0x1e36a1;return TermsUtil['translate'](_0x54c1a5(0x170),_0x2e5047,_0x1479a0,_0x2e5047);}static['tError'](_0x5e855e,_0x495c7f){const _0x172473=a0_0x1e36a1;return TermsUtil[_0x172473(0x187)](_0x172473(0x182),_0x5e855e,_0x495c7f,_0x5e855e);}static[a0_0x1e36a1(0x187)](_0x307ebb,_0x1672dd,_0x50f272,_0x4a129d){let _0x1b4580=_0x307ebb+'.'+_0x1672dd;return TermsUtil['t'](_0x1b4580,_0x50f272,_0x4a129d);}static['t'](_0x2829a6,_0x3a2158,_0x3fc847){const _0x3fb26e=a0_0x1e36a1;let _0xf3f017=this[_0x3fb26e(0x173)]?this[_0x3fb26e(0x173)][_0x2829a6]:null;return _0xf3f017=_0xf3f017||i18next['t'](_0x2829a6),_0xf3f017&&_0x2829a6!=_0xf3f017?(_0x3a2158&&Object['keys'](_0x3a2158)[_0x3fb26e(0x17e)](function(_0x2c474a){const _0x54e43b=_0x3fb26e;var _0x40589a='\x5c{'+_0x2c474a[_0x54e43b(0x189)](/\$/,'\x5c$')+'\x5c}',_0x4e1928=new RegExp(_0x40589a,'gi');_0xf3f017=_0xf3f017[_0x54e43b(0x189)](_0x4e1928,_0x3a2158[_0x2c474a]);}),_0xf3f017):_0x3fc847;}}
@@ -1 +1 @@
1
- const a0_0x582bbf=a0_0x4ac7;(function(_0x13b3db,_0x4359b2){const _0x21673d=a0_0x4ac7,_0x289b2b=_0x13b3db();while(!![]){try{const _0x55df23=-parseInt(_0x21673d(0x85))/0x1+parseInt(_0x21673d(0x79))/0x2*(-parseInt(_0x21673d(0xa4))/0x3)+-parseInt(_0x21673d(0x8f))/0x4+parseInt(_0x21673d(0x9a))/0x5+parseInt(_0x21673d(0x7f))/0x6+-parseInt(_0x21673d(0x6b))/0x7+-parseInt(_0x21673d(0x77))/0x8*(-parseInt(_0x21673d(0xa3))/0x9);if(_0x55df23===_0x4359b2)break;else _0x289b2b['push'](_0x289b2b['shift']());}catch(_0x441b5c){_0x289b2b['push'](_0x289b2b['shift']());}}}(a0_0x4eb7,0xa08f2));import{store,CustomAlert,navigate}from'@things-factory/shell';import{openPopup}from'@things-factory/layout-base';import{isMobileDevice}from'@things-factory/utils';function a0_0x4ac7(_0x195f92,_0x207fdb){const _0x4eb7e5=a0_0x4eb7();return a0_0x4ac7=function(_0x4ac7ff,_0x1872b4){_0x4ac7ff=_0x4ac7ff-0x6b;let _0x394d27=_0x4eb7e5[_0x4ac7ff];return _0x394d27;},a0_0x4ac7(_0x195f92,_0x207fdb);}function a0_0x4eb7(){const _0x31d880=['value','route','querySelector','createElement','parent_field','ko-KR','cookie','1262712PwcjvV','textarea','654800GzSIOj','getState','confirmButton','renderRoot','content','page','6306690uqVFLj','indexOf','filters','split','ox-input-barcode','input','887511xhntJU','currentLocale','app','getType','removeChild','createCustomElement','currentRouting','getParams','pass=','openPopupByElement','4549056ajaqFe','\x20route_name=\x27','ox-select','stringify','type','isNotEmpty','showToast','getLeafInput','substring','firstElementChild','select-combo','5349480HfQpXY','dispatchEvent','isMobileEnv','popup_field','openDynamicPopup','name','config','size','tButton','99ChQIrQ','6VICITR','innerHTML','length','htmlToElement','childNodes','\x27\x20\x20parent_id=\x27','i18next','getStore','replace','3640105MDloiR','menu','notify','setValueToEditor','[name=\x27'];a0_0x4eb7=function(){return _0x31d880;};return a0_0x4eb7();}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_0x582bbf(0x9c)](){return isMobileDevice();}static[a0_0x582bbf(0x86)](){const _0x2fcb74=a0_0x582bbf;let _0xb8b85f=document[_0x2fcb74(0x76)];return _0xb8b85f=_0xb8b85f[_0x2fcb74(0x97)](_0xb8b85f[_0x2fcb74(0x80)](_0x2fcb74(0xaa))),_0xb8b85f['indexOf'](';')>-0x1&&(_0xb8b85f=_0xb8b85f[_0x2fcb74(0x97)](0x0,_0xb8b85f['indexOf'](';'))),_0xb8b85f=_0xb8b85f[_0x2fcb74(0xac)]('i18next=',''),'ko'==_0xb8b85f?_0x2fcb74(0x75):_0xb8b85f;}static['getApplicationModuleInfo'](){const _0x2e8ffe=a0_0x582bbf;let _0x3a0552=store[_0x2e8ffe(0x7a)]()[_0x2e8ffe(0x87)]['modules'];return _0x3a0552[_0x3a0552[_0x2e8ffe(0xa6)]-0x1];}static[a0_0x582bbf(0x8b)](){const _0x158d72=a0_0x582bbf;return store[_0x158d72(0x7a)]()[_0x158d72(0x71)][_0x158d72(0x7e)];}static[a0_0x582bbf(0x8e)](_0x55d2a0,_0x3d7fa2,_0x161b0,_0x59edba){return openPopup(_0x161b0,{'backdrop':!0x0,'size':_0x3d7fa2,'title':_0x55d2a0,'backdrop':_0x59edba});}static async[a0_0x582bbf(0x9e)](_0x393ee7,_0x4af39e,_0x367887,_0x1c410a){const _0x25ed9a=a0_0x582bbf;let _0x58c79a=ValueUtil[_0x25ed9a(0x94)](_0x4af39e[_0x25ed9a(0x74)])?ValueUtil[_0x25ed9a(0x8c)](_0x367887,..._0x4af39e[_0x25ed9a(0x74)][_0x25ed9a(0x82)]('.')):void 0x0,_0x5a2689='<'+_0x4af39e['tagname']+'\x20route_name=\x27'+_0x4af39e[_0x25ed9a(0x6c)]+_0x25ed9a(0xa9)+_0x58c79a+'\x27\x20is_popup=true></'+_0x4af39e['tagname']+'>',_0x34b452=UiUtil[_0x25ed9a(0xa7)](_0x5a2689);_0x34b452[_0x25ed9a(0xa0)]=_0x4af39e,ValueUtil[_0x25ed9a(0x94)](_0x4af39e[_0x25ed9a(0x9d)])&&(_0x34b452[_0x4af39e['popup_field']]=_0x367887);let _0x3e9bd8=UiUtil[_0x25ed9a(0x8e)](_0x393ee7,_0x4af39e[_0x25ed9a(0xa1)],_0x34b452,!0x0);_0x1c410a&&(_0x3e9bd8['onclosed']=_0x1c410a);}static[a0_0x582bbf(0x8a)](_0x50b2cb,_0x3a625a){const _0x54e535=a0_0x582bbf;let _0x1f8646='<'+_0x50b2cb+_0x54e535(0x90)+_0x3a625a+'\x27></'+_0x50b2cb+'>';return UiUtil['htmlToElement'](_0x1f8646);}static[a0_0x582bbf(0xa7)](_0x21130b){const _0x1ed421=a0_0x582bbf;var _0x121575=document[_0x1ed421(0x73)]('template');_0x121575[_0x1ed421(0xa5)]=_0x21130b;var _0x24e70e=_0x121575[_0x1ed421(0x7d)][_0x1ed421(0xa8)][0x0];return _0x121575[_0x1ed421(0x7d)][_0x1ed421(0x89)](_0x24e70e),_0x24e70e;}static['pageNavigate'](_0x5f3a82,_0x4c951f){const _0x239769=a0_0x582bbf;let _0x108576=_0x4c951f?'?':'';_0x4c951f&&(_0x108576+=_0x239769(0x8d)+JSON[_0x239769(0x92)](_0x4c951f)),navigate(''+_0x5f3a82+_0x108576);}static[a0_0x582bbf(0xab)](_0x10599d,_0x3c08c4,_0x182f7c){const _0x4dbffc=a0_0x582bbf;let _0x439552=_0x439552[_0x4dbffc(0x7a)]();return _0x10599d&&_0x3c08c4&&_0x182f7c?_0x439552[_0x10599d][_0x3c08c4][_0x182f7c]:_0x10599d&&_0x3c08c4?_0x439552[_0x10599d][_0x3c08c4]:_0x10599d?_0x439552[_0x10599d]:_0x439552;}static['fireCustomEvent'](_0x5f5b9e,_0x8c4454){const _0x47adae=a0_0x582bbf;document[_0x47adae(0x9b)](new CustomEvent(_0x5f5b9e,{'detail':_0x8c4454}));}static[a0_0x582bbf(0x95)](_0x33a855,_0x41263b){const _0x39564c=a0_0x582bbf;document['dispatchEvent'](new CustomEvent(_0x39564c(0x6d),{'detail':{'type':_0x33a855,'message':_0x41263b}}));}static async['showAlertPopup'](_0x3f7687,_0xb98647,_0x5ea417,_0x368e27,_0x1dca9d){const _0x1c39f5=a0_0x582bbf;let _0x1f91ac={'title':TermsUtil['t'](_0x3f7687)||_0x3f7687,'text':TermsUtil['t'](_0xb98647)||_0xb98647};return _0x5ea417&&(_0x1f91ac[_0x1c39f5(0x93)]=_0x5ea417),_0x368e27&&(_0x1f91ac[_0x1c39f5(0x7b)]=TermsUtil['tButton'](_0x368e27)),_0x1dca9d&&(_0x1f91ac['cancelButton']=TermsUtil[_0x1c39f5(0xa2)](_0x1dca9d)),await CustomAlert(_0x1f91ac);}static['getFilterFormData'](_0x4ff286){const _0x2c79b1=a0_0x582bbf;if(ValueUtil[_0x2c79b1(0x94)](_0x4ff286)){let _0x4d86fe=_0x4ff286[_0x2c79b1(0x81)]();ValueUtil[_0x2c79b1(0x94)](_0x4d86fe)&&_0x4d86fe['forEach'](_0x2595ac=>{const _0x2292b1=_0x2c79b1;ValueUtil[_0x2292b1(0x94)](_0x2595ac[_0x2292b1(0x70)])&&(item[_0x2595ac[_0x2292b1(0x9f)]]=_0x2595ac['value']?_0x2595ac[_0x2292b1(0x70)]:null);});}return{};}static['setSearchFormEditorValue'](_0x191752,_0x367e56,_0x43bcd0){const _0x5b85ae=a0_0x582bbf;if(ValueUtil[_0x5b85ae(0x94)](_0x191752)){let _0x49a652=_0x191752['renderRoot']?.[_0x5b85ae(0x72)](_0x5b85ae(0x6f)+_0x367e56+'\x27]');ValueUtil[_0x5b85ae(0x94)](_0x49a652)&&(_0x49a652[_0x5b85ae(0x70)]=_0x43bcd0);}}static['createEditorHtml'](_0x1e14e5,_0x1b4339,_0x286cf8,_0x4b6995){return getEditor(_0x1e14e5)('',_0x1b4339,_0x286cf8,_0x4b6995,{});}static[a0_0x582bbf(0x6e)](_0x29bc85,_0x3e00a3){const _0x10da78=a0_0x582bbf;UiUtil[_0x10da78(0x96)](_0x29bc85)[_0x10da78(0x70)]=_0x3e00a3;}static[a0_0x582bbf(0x96)](_0x2fe27e){const _0x39763d=a0_0x582bbf;let _0x23cd38=_0x2fe27e[_0x39763d(0x88)]();return'code-editor'==_0x23cd38?_0x2fe27e[_0x39763d(0x7c)][_0x39763d(0x72)]('ox-input-code'):_0x39763d(0x78)==_0x23cd38?_0x2fe27e[_0x39763d(0x7c)]['querySelector']('textarea'):_0x39763d(0x99)==_0x23cd38?_0x2fe27e[_0x39763d(0x7c)][_0x39763d(0x72)](_0x39763d(0x91))[_0x39763d(0x98)]:'barcode'==_0x23cd38?_0x2fe27e['renderRoot'][_0x39763d(0x72)](_0x39763d(0x83))[_0x39763d(0x7c)][_0x39763d(0x72)](_0x39763d(0x84)):_0x2fe27e[_0x39763d(0x7c)][_0x39763d(0x98)]['editor'];}}
1
+ const a0_0x2389b5=a0_0x2a05;(function(_0x210f22,_0x483cf4){const _0x295c5b=a0_0x2a05,_0x206ec8=_0x210f22();while(!![]){try{const _0x178bcd=parseInt(_0x295c5b(0x1b8))/0x1+parseInt(_0x295c5b(0x19e))/0x2+-parseInt(_0x295c5b(0x1ba))/0x3*(-parseInt(_0x295c5b(0x1c9))/0x4)+parseInt(_0x295c5b(0x1b4))/0x5+-parseInt(_0x295c5b(0x1cb))/0x6*(-parseInt(_0x295c5b(0x1c6))/0x7)+-parseInt(_0x295c5b(0x1ac))/0x8+-parseInt(_0x295c5b(0x1a4))/0x9*(parseInt(_0x295c5b(0x1ae))/0xa);if(_0x178bcd===_0x483cf4)break;else _0x206ec8['push'](_0x206ec8['shift']());}catch(_0x3bc695){_0x206ec8['push'](_0x206ec8['shift']());}}}(a0_0x1fda,0xee142));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';function a0_0x2a05(_0x47c777,_0x284527){const _0x1fda6f=a0_0x1fda();return a0_0x2a05=function(_0x2a05ea,_0x18d13f){_0x2a05ea=_0x2a05ea-0x192;let _0x2821bc=_0x1fda6f[_0x2a05ea];return _0x2821bc;},a0_0x2a05(_0x47c777,_0x284527);}import{TermsUtil}from'./terms-util';import{ValueUtil}from'./value-util';import{MetaUiUtil}from'./meta-ui-util';export class UiUtil{static[a0_0x2389b5(0x1bf)](){return isMobileDevice();}static[a0_0x2389b5(0x1a2)](){const _0x12ed27=a0_0x2389b5;let _0x563f08=document[_0x12ed27(0x193)];return _0x563f08=_0x563f08[_0x12ed27(0x1c0)](_0x563f08[_0x12ed27(0x1af)](_0x12ed27(0x1b0))),_0x563f08[_0x12ed27(0x1af)](';')>-0x1&&(_0x563f08=_0x563f08[_0x12ed27(0x1c0)](0x0,_0x563f08[_0x12ed27(0x1af)](';'))),_0x563f08=_0x563f08[_0x12ed27(0x1bb)]('i18next=',''),'ko'==_0x563f08?_0x12ed27(0x1d7):_0x563f08;}static[a0_0x2389b5(0x1aa)](){const _0x43d1ff=a0_0x2389b5;let _0x50159e=store[_0x43d1ff(0x1c3)]()[_0x43d1ff(0x19b)]['modules'];return _0x50159e[_0x50159e[_0x43d1ff(0x198)]-0x1];}static[a0_0x2389b5(0x192)](){const _0x2984d3=a0_0x2389b5;return store[_0x2984d3(0x1c3)]()['route'][_0x2984d3(0x1bc)];}static['openPopupByElement'](_0x525760,_0xe49c92,_0x22c834,_0x10946e){return openPopup(_0x22c834,{'backdrop':!0x0,'size':_0xe49c92,'title':_0x525760,'backdrop':_0x10946e});}static async[a0_0x2389b5(0x1c1)](_0x2cbc5d,_0x5814c1,_0x40edb1,_0x1df290){const _0x529149=a0_0x2389b5;let _0x4b3df0=ValueUtil[_0x529149(0x1d4)](_0x5814c1[_0x529149(0x1b3)])?ValueUtil[_0x529149(0x1a5)](_0x40edb1,..._0x5814c1[_0x529149(0x1b3)][_0x529149(0x1b6)]('.')):void 0x0,_0x576b8e='<'+_0x5814c1['tagname']+_0x529149(0x1b9)+_0x5814c1[_0x529149(0x1a7)]+_0x529149(0x1c4)+_0x4b3df0+'\x27\x20is_popup=true></'+_0x5814c1[_0x529149(0x1a6)]+'>',_0x27b1a6=UiUtil[_0x529149(0x19f)](_0x576b8e);_0x27b1a6[_0x529149(0x1cd)]=_0x5814c1,ValueUtil[_0x529149(0x1d4)](_0x5814c1[_0x529149(0x1d5)])&&(_0x27b1a6[_0x5814c1[_0x529149(0x1d5)]]=_0x40edb1);let _0x4ff3f2=UiUtil[_0x529149(0x1a8)](_0x2cbc5d,_0x5814c1[_0x529149(0x1a3)],_0x27b1a6,!0x0);_0x1df290&&(_0x4ff3f2[_0x529149(0x1be)]=_0x1df290);}static[a0_0x2389b5(0x1b2)](_0x2fabfb,_0x23e7ab){const _0x119abe=a0_0x2389b5;let _0x1aae65='<'+_0x2fabfb+_0x119abe(0x1b9)+_0x23e7ab+_0x119abe(0x1c8)+_0x2fabfb+'>';return UiUtil['htmlToElement'](_0x1aae65);}static[a0_0x2389b5(0x19f)](_0x475cf6){const _0x550533=a0_0x2389b5;var _0x40c549=document[_0x550533(0x199)](_0x550533(0x1d0));_0x40c549['innerHTML']=_0x475cf6;var _0x38b7be=_0x40c549[_0x550533(0x194)][_0x550533(0x1ad)][0x0];return _0x40c549[_0x550533(0x194)]['removeChild'](_0x38b7be),_0x38b7be;}static['pageNavigate'](_0x12efeb,_0x72c1bf){let _0x49286e=_0x72c1bf?'?':'';_0x72c1bf&&(_0x49286e+='pass='+JSON['stringify'](_0x72c1bf)),navigate(''+_0x12efeb+_0x49286e);}static[a0_0x2389b5(0x19d)](_0x80d94d,_0x5011e2,_0x1094d6){const _0x12b3dd=a0_0x2389b5;let _0x18a6d0=_0x18a6d0[_0x12b3dd(0x1c3)]();return _0x80d94d&&_0x5011e2&&_0x1094d6?_0x18a6d0[_0x80d94d][_0x5011e2][_0x1094d6]:_0x80d94d&&_0x5011e2?_0x18a6d0[_0x80d94d][_0x5011e2]:_0x80d94d?_0x18a6d0[_0x80d94d]:_0x18a6d0;}static['fireCustomEvent'](_0xf6cfc4,_0x5ac8a0){const _0x2478fc=a0_0x2389b5;document[_0x2478fc(0x19a)](new CustomEvent(_0xf6cfc4,{'detail':_0x5ac8a0}));}static['showToast'](_0x380e28,_0x14286c){const _0x2ee016=a0_0x2389b5;document[_0x2ee016(0x19a)](new CustomEvent(_0x2ee016(0x1bd),{'detail':{'type':_0x380e28,'message':_0x14286c}}));}static async[a0_0x2389b5(0x1c5)](_0x1c1e6b,_0xfd5ca8,_0x39156c,_0x58645f,_0x2cfb37){const _0x54dabe=a0_0x2389b5;let _0x3f2a3a={'title':TermsUtil['t'](_0x1c1e6b)||_0x1c1e6b,'text':TermsUtil['t'](_0xfd5ca8)||_0xfd5ca8};return _0x39156c&&(_0x3f2a3a[_0x54dabe(0x1d1)]=_0x39156c),_0x58645f&&(_0x3f2a3a[_0x54dabe(0x1c7)]=TermsUtil[_0x54dabe(0x1ca)](_0x58645f)),_0x2cfb37&&(_0x3f2a3a[_0x54dabe(0x1d8)]=TermsUtil[_0x54dabe(0x1ca)](_0x2cfb37)),await CustomAlert(_0x3f2a3a);}static['getFilterFormData'](_0x4f7376){const _0x22e1c4=a0_0x2389b5;if(ValueUtil[_0x22e1c4(0x1d4)](_0x4f7376)){let _0x1e942b=_0x4f7376['filters']();ValueUtil[_0x22e1c4(0x1d4)](_0x1e942b)&&_0x1e942b[_0x22e1c4(0x196)](_0x13efc7=>{const _0x1a9227=_0x22e1c4;ValueUtil['isNotEmpty'](_0x13efc7['value'])&&(item[_0x13efc7[_0x1a9227(0x1cf)]]=_0x13efc7[_0x1a9227(0x1a1)]?_0x13efc7[_0x1a9227(0x1a1)]:null);});}return{};}static['setSearchFormEditorValue'](_0x434765,_0x3093a8,_0x1df452){const _0x127b06=a0_0x2389b5;if(ValueUtil[_0x127b06(0x1d4)](_0x434765)){let _0x56af99=_0x434765['renderRoot']?.[_0x127b06(0x1b5)]('[name=\x27'+_0x3093a8+'\x27]');ValueUtil['isNotEmpty'](_0x56af99)&&(_0x56af99[_0x127b06(0x1a1)]=_0x1df452);}}static[a0_0x2389b5(0x195)](_0x55df2f,_0x3ccc02,_0x316afc,_0x142836){return getEditor(_0x55df2f)('',_0x3ccc02,_0x316afc,_0x142836,{});}static[a0_0x2389b5(0x1b7)](_0x441b9d,_0x931e29){const _0x34739b=a0_0x2389b5;UiUtil[_0x34739b(0x1a9)](_0x441b9d)['value']=_0x931e29;}static['getLeafInput'](_0x4b1ba0){const _0x504cab=a0_0x2389b5;let _0x157bdc=_0x4b1ba0[_0x504cab(0x1ab)]();return _0x504cab(0x1a0)==_0x157bdc?_0x4b1ba0[_0x504cab(0x1d3)][_0x504cab(0x1b5)](_0x504cab(0x1d6)):_0x504cab(0x197)==_0x157bdc?_0x4b1ba0[_0x504cab(0x1d3)][_0x504cab(0x1b5)](_0x504cab(0x197)):_0x504cab(0x1b1)==_0x157bdc?_0x4b1ba0['renderRoot'][_0x504cab(0x1b5)](_0x504cab(0x1cc))[_0x504cab(0x1ce)]:_0x504cab(0x1c2)==_0x157bdc?_0x4b1ba0['renderRoot'][_0x504cab(0x1b5)](_0x504cab(0x19c))[_0x504cab(0x1d3)][_0x504cab(0x1b5)](_0x504cab(0x1d2)):_0x4b1ba0[_0x504cab(0x1d3)]['firstElementChild']['editor'];}}function a0_0x1fda(){const _0x5837a0=['textarea','length','createElement','dispatchEvent','app','ox-input-barcode','getStore','652232CloujP','htmlToElement','code-editor','value','currentLocale','size','19398942dKzuae','getParams','tagname','menu','openPopupByElement','getLeafInput','getApplicationModuleInfo','getType','10379032iAoJPV','childNodes','10MvpZmA','indexOf','i18next','select-combo','createCustomElement','parent_field','3799470RytBMD','querySelector','split','setValueToEditor','300520exMuOz','\x20route_name=\x27','453eXPscQ','replace','page','notify','onclosed','isMobileEnv','substring','openDynamicPopup','barcode','getState','\x27\x20\x20parent_id=\x27','showAlertPopup','4462178VANJNH','confirmButton','\x27></','46796VaDVPj','tButton','12wLqhET','ox-select','config','firstElementChild','name','template','type','input','renderRoot','isNotEmpty','popup_field','ox-input-code','ko-KR','cancelButton','currentRouting','cookie','content','createEditorHtml','forEach'];a0_0x1fda=function(){return _0x5837a0;};return a0_0x1fda();}
@@ -1 +1 @@
1
- const a0_0x28b5db=a0_0x542d;(function(_0x4020e2,_0x46713a){const _0x1ac8aa=a0_0x542d,_0x26b7ea=_0x4020e2();while(!![]){try{const _0x5ae064=parseInt(_0x1ac8aa(0x1eb))/0x1+parseInt(_0x1ac8aa(0x1ec))/0x2+-parseInt(_0x1ac8aa(0x1ef))/0x3+parseInt(_0x1ac8aa(0x1e6))/0x4+parseInt(_0x1ac8aa(0x1e3))/0x5*(parseInt(_0x1ac8aa(0x1e8))/0x6)+-parseInt(_0x1ac8aa(0x1ea))/0x7+-parseInt(_0x1ac8aa(0x1e4))/0x8;if(_0x5ae064===_0x46713a)break;else _0x26b7ea['push'](_0x26b7ea['shift']());}catch(_0x54e255){_0x26b7ea['push'](_0x26b7ea['shift']());}}}(a0_0x1c1a,0xd0778));function a0_0x542d(_0x17ab98,_0x4a260d){const _0x1c1a63=a0_0x1c1a();return a0_0x542d=function(_0x542d38,_0x124fdc){_0x542d38=_0x542d38-0x1da;let _0x41fe60=_0x1c1a63[_0x542d38];return _0x41fe60;},a0_0x542d(_0x17ab98,_0x4a260d);}function a0_0x1c1a(){const _0x90549a=['2613554JdSQUk','compareObjectValues','length','1981089QvgTuf','getParams','populateObject','TRUE','isEmpty','map','slice','setParams','number','toInteger','keys','isNotEmpty','isArray','forEach','object','220885njSnmu','5216912NftOHH','boolean','1626484ITKBUt','toBoolean','36opbcCa','isEquals','7102634ZgRepF','1202559TgSrVf'];a0_0x1c1a=function(){return _0x90549a;};return a0_0x1c1a();}import a0_0xcee1cb from'lodash-es/isEqual';import{TermsUtil}from'./terms-util';export class ValueUtil{static[a0_0x28b5db(0x1f3)](_0x1bfa15){const _0x1ca072=a0_0x28b5db;if(void 0x0===_0x1bfa15)return!0x0;if(null===_0x1bfa15)return!0x0;if(_0x1ca072(0x1e5)==typeof _0x1bfa15)return!0x1;if('string'==typeof _0x1bfa15||_0x1ca072(0x1dc)==typeof _0x1bfa15){if(''==_0x1bfa15)return!0x0;}else{if(Array[_0x1ca072(0x1e0)](_0x1bfa15)){if(0x0==_0x1bfa15[_0x1ca072(0x1ee)])return!0x0;}else{if(_0x1ca072(0x1e2)==typeof _0x1bfa15&&0x0==Object['keys'](_0x1bfa15)['length'])return!0x0;}}return!0x1;}static[a0_0x28b5db(0x1df)](_0x397f52){return!ValueUtil['isEmpty'](_0x397f52);}static[a0_0x28b5db(0x1e9)](_0x23838c,_0x46ce30){return a0_0xcee1cb(_0x23838c,_0x46ce30);}static[a0_0x28b5db(0x1dd)](_0x549f16,_0x4364b5){const _0x2d532b=a0_0x28b5db;return ValueUtil[_0x2d532b(0x1f3)](_0x549f16)?_0x4364b5||0x0:parseInt(_0x549f16);}static[a0_0x28b5db(0x1e7)](_0x5b0739){const _0x5b9cf2=a0_0x28b5db;return!ValueUtil['isEmpty'](_0x5b0739)&&('true'==_0x5b0739||'t'==_0x5b0739||_0x5b9cf2(0x1f2)==_0x5b0739||'T'==_0x5b0739||'on'==_0x5b0739||'ON'==_0x5b0739);}static[a0_0x28b5db(0x1ed)](_0x2b57f7,_0x5ca0b7,_0x1647b3){let _0x4f5c1e=!0x0;return _0x1647b3['forEach'](_0x43c427=>{const _0x2c6c06=a0_0x542d;let _0x39b1ea=_0x2b57f7[_0x43c427];if('*'===_0x39b1ea)return;let _0x419f42=_0x5ca0b7[_0x43c427]||'';ValueUtil[_0x2c6c06(0x1f3)](_0x39b1ea)?ValueUtil[_0x2c6c06(0x1df)](_0x419f42)&&(_0x4f5c1e=!0x1):_0x39b1ea!=_0x419f42&&(_0x4f5c1e=!0x1);}),_0x4f5c1e;}static[a0_0x28b5db(0x1db)](_0x10ca7d,_0x199d99,_0x236499,_0x1e597c){const _0x484e31=a0_0x28b5db;let _0x3c7d4e=ValueUtil[_0x484e31(0x1f0)](_0x199d99,_0x236499);return ValueUtil['isNotEmpty'](_0x3c7d4e)&&(_0x10ca7d[_0x236499]=!0x0===_0x1e597c?TermsUtil['t'](_0x3c7d4e):_0x3c7d4e),_0x10ca7d;}static[a0_0x28b5db(0x1f0)](_0x14dcfd,..._0x1e95b2){const _0x32af3b=a0_0x28b5db;if(arguments[_0x32af3b(0x1ee)]<=0x1)return;let _0x25f584=_0x1e95b2[0x0];if(ValueUtil[_0x32af3b(0x1f3)](_0x14dcfd[_0x25f584]))return;let _0x33201e=_0x14dcfd[_0x25f584];return _0x1e95b2['length']>0x1?ValueUtil[_0x32af3b(0x1f0)](_0x33201e,..._0x1e95b2[_0x32af3b(0x1da)](0x1)):_0x33201e;}static['populateArray'](_0xe372a9,_0x3f3272,..._0x30f62c){const _0x53ebad=a0_0x28b5db;return _0x3f3272=_0x3f3272||[],_0x30f62c=_0x30f62c||Object[_0x53ebad(0x1de)](_0xe372a9),ValueUtil[_0x53ebad(0x1df)](_0x30f62c)&&(_0x3f3272=_0xe372a9[_0x53ebad(0x1f4)]((_0x39152f,_0xde71f8)=>{const _0x4e9015=_0x53ebad;let _0x347e91=_0x3f3272[_0x4e9015(0x1ee)]>_0xde71f8?_0x3f3272[_0xde71f8]:{};return ValueUtil[_0x4e9015(0x1f1)](_0x39152f,_0x347e91,_0x30f62c);})),_0x3f3272;}static['populateObject'](_0x14a98d,_0x377645,..._0x27f5ab){const _0x4388e3=a0_0x28b5db;return _0x377645=_0x377645||{},_0x27f5ab=_0x27f5ab||Object['keys'](_0x14a98d),ValueUtil[_0x4388e3(0x1df)](_0x27f5ab)&&_0x27f5ab[_0x4388e3(0x1e1)](_0x5a9685=>{_0x377645[_0x5a9685]=_0x14a98d[_0x5a9685];}),_0x377645;}}
1
+ const a0_0x4851b7=a0_0x2df5;(function(_0x5a6d40,_0xe19646){const _0x1d0705=a0_0x2df5,_0x52ae37=_0x5a6d40();while(!![]){try{const _0x1f1f2b=parseInt(_0x1d0705(0x164))/0x1*(parseInt(_0x1d0705(0x15c))/0x2)+-parseInt(_0x1d0705(0x169))/0x3*(-parseInt(_0x1d0705(0x154))/0x4)+-parseInt(_0x1d0705(0x16b))/0x5+-parseInt(_0x1d0705(0x15a))/0x6+-parseInt(_0x1d0705(0x15e))/0x7+parseInt(_0x1d0705(0x15b))/0x8*(-parseInt(_0x1d0705(0x167))/0x9)+-parseInt(_0x1d0705(0x165))/0xa;if(_0x1f1f2b===_0xe19646)break;else _0x52ae37['push'](_0x52ae37['shift']());}catch(_0xa8d97c){_0x52ae37['push'](_0x52ae37['shift']());}}}(a0_0x41d1,0x27292));function a0_0x41d1(){const _0x2cfcb9=['86230iVSWio','populateArray','657DdFUXL','compareObjectValues','75RwclFB','forEach','56440NXQUKu','map','boolean','50860GUZpFc','getParams','keys','isEmpty','populateObject','number','1645848FjDUni','15432pSbwsZ','305818PGjkCw','string','197785zdXjxu','isEquals','toInteger','length','isNotEmpty','object','2JHWvBm'];a0_0x41d1=function(){return _0x2cfcb9;};return a0_0x41d1();}function a0_0x2df5(_0x48dd3e,_0x3bdac8){const _0x41d1f3=a0_0x41d1();return a0_0x2df5=function(_0x2df535,_0x369314){_0x2df535=_0x2df535-0x153;let _0x439bea=_0x41d1f3[_0x2df535];return _0x439bea;},a0_0x2df5(_0x48dd3e,_0x3bdac8);}import a0_0x4c843c from'lodash-es/isEqual';import{TermsUtil}from'./terms-util';export class ValueUtil{static[a0_0x4851b7(0x157)](_0x381f25){const _0x53376b=a0_0x4851b7;if(void 0x0===_0x381f25)return!0x0;if(null===_0x381f25)return!0x0;if(_0x53376b(0x153)==typeof _0x381f25)return!0x1;if(_0x53376b(0x15d)==typeof _0x381f25||_0x53376b(0x159)==typeof _0x381f25){if(''==_0x381f25)return!0x0;}else{if(Array['isArray'](_0x381f25)){if(0x0==_0x381f25[_0x53376b(0x161)])return!0x0;}else{if(_0x53376b(0x163)==typeof _0x381f25&&0x0==Object[_0x53376b(0x156)](_0x381f25)[_0x53376b(0x161)])return!0x0;}}return!0x1;}static[a0_0x4851b7(0x162)](_0x2ba801){const _0x43d9b8=a0_0x4851b7;return!ValueUtil[_0x43d9b8(0x157)](_0x2ba801);}static[a0_0x4851b7(0x15f)](_0xa8ec36,_0x33db61){return a0_0x4c843c(_0xa8ec36,_0x33db61);}static[a0_0x4851b7(0x160)](_0x55ed4d,_0x125d85){return ValueUtil['isEmpty'](_0x55ed4d)?_0x125d85||0x0:parseInt(_0x55ed4d);}static['toBoolean'](_0x317f25){const _0x19cf86=a0_0x4851b7;return!ValueUtil[_0x19cf86(0x157)](_0x317f25)&&('true'==_0x317f25||'t'==_0x317f25||'TRUE'==_0x317f25||'T'==_0x317f25||'on'==_0x317f25||'ON'==_0x317f25);}static[a0_0x4851b7(0x168)](_0x5d53d4,_0x2dfa59,_0x4ec441){const _0x4cb8fb=a0_0x4851b7;let _0x5b8bbc=!0x0;return _0x4ec441[_0x4cb8fb(0x16a)](_0x13ec02=>{const _0x529e27=_0x4cb8fb;let _0x5b6685=_0x5d53d4[_0x13ec02];if('*'===_0x5b6685)return;let _0x436496=_0x2dfa59[_0x13ec02]||'';ValueUtil[_0x529e27(0x157)](_0x5b6685)?ValueUtil[_0x529e27(0x162)](_0x436496)&&(_0x5b8bbc=!0x1):_0x5b6685!=_0x436496&&(_0x5b8bbc=!0x1);}),_0x5b8bbc;}static['setParams'](_0x1f3d91,_0x55c7a4,_0xc1593c,_0x9372cf){const _0x5dcc6b=a0_0x4851b7;let _0x519f5a=ValueUtil[_0x5dcc6b(0x155)](_0x55c7a4,_0xc1593c);return ValueUtil['isNotEmpty'](_0x519f5a)&&(_0x1f3d91[_0xc1593c]=!0x0===_0x9372cf?TermsUtil['t'](_0x519f5a):_0x519f5a),_0x1f3d91;}static[a0_0x4851b7(0x155)](_0x7ceb94,..._0x270e9c){const _0x209d72=a0_0x4851b7;if(arguments[_0x209d72(0x161)]<=0x1)return;let _0x400a05=_0x270e9c[0x0];if(ValueUtil[_0x209d72(0x157)](_0x7ceb94[_0x400a05]))return;let _0x37e66b=_0x7ceb94[_0x400a05];return _0x270e9c[_0x209d72(0x161)]>0x1?ValueUtil['getParams'](_0x37e66b,..._0x270e9c['slice'](0x1)):_0x37e66b;}static[a0_0x4851b7(0x166)](_0x1145b5,_0x28325f,..._0x1b906b){const _0x396414=a0_0x4851b7;return _0x28325f=_0x28325f||[],_0x1b906b=_0x1b906b||Object[_0x396414(0x156)](_0x1145b5),ValueUtil[_0x396414(0x162)](_0x1b906b)&&(_0x28325f=_0x1145b5[_0x396414(0x16c)]((_0x51c461,_0x306000)=>{const _0x31e65c=_0x396414;let _0x3583d7=_0x28325f[_0x31e65c(0x161)]>_0x306000?_0x28325f[_0x306000]:{};return ValueUtil[_0x31e65c(0x158)](_0x51c461,_0x3583d7,_0x1b906b);})),_0x28325f;}static[a0_0x4851b7(0x158)](_0x4f06d9,_0x1253ce,..._0x3a4c7d){const _0x54e734=a0_0x4851b7;return _0x1253ce=_0x1253ce||{},_0x3a4c7d=_0x3a4c7d||Object[_0x54e734(0x156)](_0x4f06d9),ValueUtil[_0x54e734(0x162)](_0x3a4c7d)&&_0x3a4c7d[_0x54e734(0x16a)](_0x3837b4=>{_0x1253ce[_0x3837b4]=_0x4f06d9[_0x3837b4];}),_0x1253ce;}}
@@ -1,4 +1,4 @@
1
- (function(_0x5c741e,_0x236d12){const _0x45f783=a0_0x187b,_0x2d94a4=_0x5c741e();while(!![]){try{const _0x2b159b=-parseInt(_0x45f783(0x1c2))/0x1*(-parseInt(_0x45f783(0x1bf))/0x2)+parseInt(_0x45f783(0x1c8))/0x3*(parseInt(_0x45f783(0x1c7))/0x4)+-parseInt(_0x45f783(0x1c5))/0x5+-parseInt(_0x45f783(0x1c3))/0x6*(parseInt(_0x45f783(0x1c4))/0x7)+parseInt(_0x45f783(0x1c6))/0x8+parseInt(_0x45f783(0x1c1))/0x9+parseInt(_0x45f783(0x1c0))/0xa*(-parseInt(_0x45f783(0x1be))/0xb);if(_0x2b159b===_0x236d12)break;else _0x2d94a4['push'](_0x2d94a4['shift']());}catch(_0x122bc5){_0x2d94a4['push'](_0x2d94a4['shift']());}}}(a0_0x231c,0x5385a));function a0_0x231c(){const _0x4ec947=['759505bctHeS','1052448aZdfQV','50420fEjztr','129UCWObG','18062uebKof','266624XmjYVL','2310oJwVbH','2814939sHlwxh','4oPOLvH','54czTbqh','502663ztIMAM'];a0_0x231c=function(){return _0x4ec947;};return a0_0x231c();}import{css}from'lit';function a0_0x187b(_0x4bc4bb,_0xa4d8b){const _0x231c76=a0_0x231c();return a0_0x187b=function(_0x187baa,_0xc65166){_0x187baa=_0x187baa-0x1be;let _0x3dec93=_0x231c76[_0x187baa];return _0x3dec93;},a0_0x187b(_0x4bc4bb,_0xa4d8b);}export const DynamicMenuLandscapeStyles=css`
1
+ function a0_0x3857(_0x657d1,_0x30100c){const _0x3002dc=a0_0x3002();return a0_0x3857=function(_0x3857f2,_0xe94efc){_0x3857f2=_0x3857f2-0x87;let _0x4af187=_0x3002dc[_0x3857f2];return _0x4af187;},a0_0x3857(_0x657d1,_0x30100c);}(function(_0x4e9201,_0x54341f){const _0x5c205c=a0_0x3857,_0x5aa705=_0x4e9201();while(!![]){try{const _0x1d7647=parseInt(_0x5c205c(0x8e))/0x1*(-parseInt(_0x5c205c(0x8b))/0x2)+-parseInt(_0x5c205c(0x88))/0x3*(parseInt(_0x5c205c(0x91))/0x4)+parseInt(_0x5c205c(0x8a))/0x5+parseInt(_0x5c205c(0x8d))/0x6*(-parseInt(_0x5c205c(0x8c))/0x7)+-parseInt(_0x5c205c(0x89))/0x8+-parseInt(_0x5c205c(0x90))/0x9*(-parseInt(_0x5c205c(0x8f))/0xa)+parseInt(_0x5c205c(0x87))/0xb;if(_0x1d7647===_0x54341f)break;else _0x5aa705['push'](_0x5aa705['shift']());}catch(_0x304eed){_0x5aa705['push'](_0x5aa705['shift']());}}}(a0_0x3002,0x55d24));import{css}from'lit';export const DynamicMenuLandscapeStyles=css`
2
2
  :host {
3
3
  overflow-x: auto;
4
4
  background-color: var(--secondary-text-color);
@@ -144,4 +144,4 @@
144
144
  background-color: rgba(var(--secondary-color-rgb), 0.3);
145
145
  }
146
146
  }
147
- `;
147
+ `;function a0_0x3002(){const _0xcf2ddc=['125140xtCTwP','459XMaGhH','12BdYzqL','8975241TprnNl','474057idVvMt','2743704xAFpdt','1735505RDzjMu','4XFGauH','12215vCNaUj','48CjorSX','309371ItJPqF'];a0_0x3002=function(){return _0xcf2ddc;};return a0_0x3002();}
@@ -1,25 +1,25 @@
1
- const a0_0x171c99=a0_0x59be;function a0_0x59be(_0x1f2f1f,_0x5cf4a3){const _0x3f141a=a0_0x3f14();return a0_0x59be=function(_0x59be15,_0x4100be){_0x59be15=_0x59be15-0x155;let _0x3d4cdf=_0x3f141a[_0x59be15];return _0x3d4cdf;},a0_0x59be(_0x1f2f1f,_0x5cf4a3);}(function(_0x43eacf,_0xe6958b){const _0x18941e=a0_0x59be,_0x90b264=_0x43eacf();while(!![]){try{const _0x4ccd84=parseInt(_0x18941e(0x178))/0x1*(parseInt(_0x18941e(0x179))/0x2)+parseInt(_0x18941e(0x160))/0x3+-parseInt(_0x18941e(0x168))/0x4*(-parseInt(_0x18941e(0x17d))/0x5)+-parseInt(_0x18941e(0x159))/0x6+-parseInt(_0x18941e(0x171))/0x7*(parseInt(_0x18941e(0x16e))/0x8)+parseInt(_0x18941e(0x15a))/0x9*(-parseInt(_0x18941e(0x162))/0xa)+parseInt(_0x18941e(0x164))/0xb;if(_0x4ccd84===_0xe6958b)break;else _0x90b264['push'](_0x90b264['shift']());}catch(_0x54835a){_0x90b264['push'](_0x90b264['shift']());}}}(a0_0x3f14,0xd2064));import'@material/mwc-icon';import{html,LitElement}from'lit';import{connect}from'pwa-helpers';import{navigate,store}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';import{DynamicMenuLandscapeStyles}from'./dynamic-menu-landscape-styles';function a0_0x3f14(){const _0x2adbd9=['dynamic-menu-landscape','4vzDlha','#wrap','transitionstart','scrollLeft','wheelDelta','addEventListener','360qOzImK','target','define','51793NYQucC','group','querySelector','min','dispatchEvent','properties','map','1JzsGQh','1759634ZqidPm','setAttribute','active-toplevel','renderRoot','603515NXoObY','menus','path','icon','firstUpdated','#force','max','description','submenu','render','transitionend','settled','7584930bzCldz','63297JVdgWq','preventDefault','href','activeTopLevel','detail','type','1346988zwjoSz','bind','590ivEWgp','onWheelEvent','15650811GpPNYD','removeAttribute','currentTarget'];a0_0x3f14=function(){return _0x2adbd9;};return a0_0x3f14();}export class DynamicMenuLandscape extends connect(store)(LitElement){static get['styles'](){return[ScrollbarStyles,DynamicMenuLandscapeStyles];}static get[a0_0x171c99(0x176)](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}[a0_0x171c99(0x156)](){const _0x804af8=a0_0x171c99,{menus:_0x15871e=[],activeTopLevel:_0x2f4210,activeMenu:_0x7ea5ca}=this;return html`
1
+ const a0_0x51b074=a0_0x57c0;(function(_0x189e40,_0x4f5535){const _0x1d79c1=a0_0x57c0,_0xb38191=_0x189e40();while(!![]){try{const _0x55d677=parseInt(_0x1d79c1(0x1fd))/0x1+-parseInt(_0x1d79c1(0x20e))/0x2+parseInt(_0x1d79c1(0x212))/0x3*(parseInt(_0x1d79c1(0x20a))/0x4)+-parseInt(_0x1d79c1(0x211))/0x5+-parseInt(_0x1d79c1(0x219))/0x6+-parseInt(_0x1d79c1(0x206))/0x7+parseInt(_0x1d79c1(0x217))/0x8;if(_0x55d677===_0x4f5535)break;else _0xb38191['push'](_0xb38191['shift']());}catch(_0x50b3a0){_0xb38191['push'](_0xb38191['shift']());}}}(a0_0x2469,0x4cefa));import'@material/mwc-icon';import{html,LitElement}from'lit';import{connect}from'pwa-helpers';import{navigate,store}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';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_0x51b074(0x1f7)](){const _0x3a34b6=a0_0x51b074,{menus:_0x438f9f=[],activeTopLevel:_0x5c15ec,activeMenu:_0x47b48b}=this;return html`
2
2
  <div id="wrap">
3
3
  <ul>
4
- ${_0x15871e[_0x804af8(0x177)](_0x7cbd3=>_0x804af8(0x172)==_0x7cbd3[_0x804af8(0x15f)]?html``:html`
5
- <li ?active=${_0x7cbd3===_0x2f4210}>
6
- <a href=${_0x7cbd3[_0x804af8(0x17f)]||'#'}>
7
- ${_0x7cbd3[_0x804af8(0x180)]?html`<mwc-icon>${_0x7cbd3[_0x804af8(0x180)]}</mwc-icon>`:html``} ${_0x7cbd3['name']}
4
+ ${_0x438f9f[_0x3a34b6(0x20d)](_0xc7ca29=>'group'==_0xc7ca29[_0x3a34b6(0x203)]?html``:html`
5
+ <li ?active=${_0xc7ca29===_0x5c15ec}>
6
+ <a href=${_0xc7ca29[_0x3a34b6(0x20c)]||'#'}>
7
+ ${_0xc7ca29['icon']?html`<mwc-icon>${_0xc7ca29[_0x3a34b6(0x1fe)]}</mwc-icon>`:html``} ${_0xc7ca29['name']}
8
8
  </a>
9
9
 
10
10
  <ul submenus>
11
- ${_0x7cbd3[_0x804af8(0x17e)]?.[_0x804af8(0x177)](_0x30c16b=>html`
12
- <li ?active=${_0x30c16b===_0x7ea5ca}>
13
- <a href=${_0x30c16b[_0x804af8(0x17f)]||'#'}> ${_0x30c16b['name']} </a>
11
+ ${_0xc7ca29[_0x3a34b6(0x1fa)]?.[_0x3a34b6(0x20d)](_0x17acb7=>html`
12
+ <li ?active=${_0x17acb7===_0x47b48b}>
13
+ <a href=${_0x17acb7[_0x3a34b6(0x20c)]||'#'}> ${_0x17acb7[_0x3a34b6(0x208)]} </a>
14
14
  </li>
15
15
  `)}
16
16
  </ul>
17
17
 
18
18
  <div description>
19
- ${_0x7cbd3['icon']?html`<mwc-icon>${_0x7cbd3[_0x804af8(0x180)]}</mwc-icon>`:html``} ${_0x7cbd3[_0x804af8(0x184)]||''}
19
+ ${_0xc7ca29[_0x3a34b6(0x1fe)]?html`<mwc-icon>${_0xc7ca29[_0x3a34b6(0x1fe)]}</mwc-icon>`:html``} ${_0xc7ca29[_0x3a34b6(0x207)]||''}
20
20
  </div>
21
21
  </li>
22
22
  `)}
23
23
  </ul>
24
24
  </div>
25
- `;}[a0_0x171c99(0x181)](){const _0x345f62=a0_0x171c99;this[_0x345f62(0x17c)][_0x345f62(0x173)](_0x345f62(0x169))[_0x345f62(0x16d)]('mousewheel',this[_0x345f62(0x163)][_0x345f62(0x161)](this),!0x1),this[_0x345f62(0x17c)][_0x345f62(0x16d)]('click',_0x2e0bdf=>{const _0x5d8ceb=_0x345f62;if(_0x2e0bdf[_0x5d8ceb(0x16f)]['submenu']){_0x2e0bdf['stopPropagation'](),_0x2e0bdf['preventDefault']();let _0x2deab5=_0x2e0bdf[_0x5d8ceb(0x16f)][_0x5d8ceb(0x155)];return void this[_0x5d8ceb(0x175)](new CustomEvent(_0x5d8ceb(0x17b),{'bubbles':!0x0,'detail':this[_0x5d8ceb(0x15d)]===_0x2deab5?void 0x0:_0x2deab5}));}let _0x418743=_0x2e0bdf[_0x5d8ceb(0x16f)][_0x5d8ceb(0x15c)];_0x418743&&location[_0x5d8ceb(0x15c)]===_0x418743&&navigate(_0x418743+_0x5d8ceb(0x182),!0x0);}),this[_0x345f62(0x17c)][_0x345f62(0x16d)](_0x345f62(0x16a),_0xc53c31=>{const _0x1b0684=_0x345f62;_0xc53c31['target'][_0x1b0684(0x165)]('settled');}),this[_0x345f62(0x17c)][_0x345f62(0x16d)](_0x345f62(0x157),_0x45a0fe=>{const _0x4aab35=_0x345f62;_0x45a0fe[_0x4aab35(0x16f)][_0x4aab35(0x17a)](_0x4aab35(0x158),'');});}['onWheelEvent'](_0x1146cd){const _0xb59c9c=a0_0x171c99,_0x16cd2a=_0x1146cd[_0xb59c9c(0x166)];var _0x1bee0a=Math[_0xb59c9c(0x183)](-0x1,Math[_0xb59c9c(0x174)](0x1,_0x1146cd[_0xb59c9c(0x16c)]||-_0x1146cd[_0xb59c9c(0x15e)]));_0x16cd2a[_0xb59c9c(0x16b)]-=0xa*_0x1bee0a,_0x1146cd[_0xb59c9c(0x15b)]();}}customElements[a0_0x171c99(0x170)](a0_0x171c99(0x167),DynamicMenuLandscape);
25
+ `;}[a0_0x51b074(0x1f5)](){const _0x49f35=a0_0x51b074;this['renderRoot']['querySelector'](_0x49f35(0x210))['addEventListener'](_0x49f35(0x1f9),this[_0x49f35(0x202)]['bind'](this),!0x1),this[_0x49f35(0x216)][_0x49f35(0x209)]('click',_0x1e6e0f=>{const _0x46f162=_0x49f35;if(_0x1e6e0f['target'][_0x46f162(0x1f8)]){_0x1e6e0f[_0x46f162(0x1f4)](),_0x1e6e0f['preventDefault']();let _0x2a1caa=_0x1e6e0f[_0x46f162(0x20b)][_0x46f162(0x1f8)];return void this[_0x46f162(0x1f3)](new CustomEvent('active-toplevel',{'bubbles':!0x0,'detail':this['activeTopLevel']===_0x2a1caa?void 0x0:_0x2a1caa}));}let _0x2ed40d=_0x1e6e0f[_0x46f162(0x20b)][_0x46f162(0x20f)];_0x2ed40d&&location[_0x46f162(0x20f)]===_0x2ed40d&&navigate(_0x2ed40d+_0x46f162(0x1f2),!0x0);}),this[_0x49f35(0x216)][_0x49f35(0x209)](_0x49f35(0x205),_0x40dfc2=>{const _0x195aaf=_0x49f35;_0x40dfc2[_0x195aaf(0x20b)][_0x195aaf(0x1ff)](_0x195aaf(0x200));}),this[_0x49f35(0x216)][_0x49f35(0x209)](_0x49f35(0x1fb),_0x3007c2=>{const _0x34deef=_0x49f35;_0x3007c2['target'][_0x34deef(0x201)](_0x34deef(0x200),'');});}[a0_0x51b074(0x202)](_0x30e7a3){const _0xff9820=a0_0x51b074,_0x8ee745=_0x30e7a3['currentTarget'];var _0x575820=Math[_0xff9820(0x218)](-0x1,Math[_0xff9820(0x204)](0x1,_0x30e7a3[_0xff9820(0x1f6)]||-_0x30e7a3['detail']));_0x8ee745[_0xff9820(0x215)]-=0xa*_0x575820,_0x30e7a3[_0xff9820(0x214)]();}}function a0_0x57c0(_0x4a7f3d,_0x43563d){const _0x2469e3=a0_0x2469();return a0_0x57c0=function(_0x57c0a0,_0x366a8b){_0x57c0a0=_0x57c0a0-0x1f2;let _0x4430a6=_0x2469e3[_0x57c0a0];return _0x4430a6;},a0_0x57c0(_0x4a7f3d,_0x43563d);}function a0_0x2469(){const _0x4506b7=['icon','removeAttribute','settled','setAttribute','onWheelEvent','type','min','transitionstart','2852003DTwfOg','description','name','addEventListener','1211300OasniD','target','path','map','589152dtRhWc','href','#wrap','1478725wfKCOs','3MGSUqd','dynamic-menu-landscape','preventDefault','scrollLeft','renderRoot','6471496KkrmLM','max','1044882SUoLxL','#force','dispatchEvent','stopPropagation','firstUpdated','wheelDelta','render','submenu','mousewheel','menus','transitionend','define','375265TFWdcQ'];a0_0x2469=function(){return _0x4506b7;};return a0_0x2469();}customElements[a0_0x51b074(0x1fc)](a0_0x51b074(0x213),DynamicMenuLandscape);
@@ -1,4 +1,4 @@
1
- var a0_0x1c95c3=a0_0x3eb1;(function(_0x2f469d,_0x20e2ff){var _0x4bbc18=a0_0x3eb1,_0x8223ce=_0x2f469d();while(!![]){try{var _0x1123f1=parseInt(_0x4bbc18(0xdd))/0x1+-parseInt(_0x4bbc18(0xd9))/0x2*(parseInt(_0x4bbc18(0xdf))/0x3)+-parseInt(_0x4bbc18(0xd2))/0x4*(-parseInt(_0x4bbc18(0xe8))/0x5)+-parseInt(_0x4bbc18(0xe5))/0x6+-parseInt(_0x4bbc18(0xd0))/0x7*(parseInt(_0x4bbc18(0xeb))/0x8)+-parseInt(_0x4bbc18(0xea))/0x9+parseInt(_0x4bbc18(0xec))/0xa*(parseInt(_0x4bbc18(0xe9))/0xb);if(_0x1123f1===_0x20e2ff)break;else _0x8223ce['push'](_0x8223ce['shift']());}catch(_0x24a736){_0x8223ce['push'](_0x8223ce['shift']());}}}(a0_0x40f1,0x9d6c3));import'@material/mwc-icon';import'./dynamic-menu-portrait';import'./dynamic-menu-landscape';import{css,html,LitElement}from'lit';function a0_0x40f1(){var _0x3afc3a=['page','route','dynamic-menu-part','active','stateChanged','_path','define','renderRoot','firstUpdated','1348879hRGomd','render','8QiTwCs','metaUI','active-toplevel','replaceChild','portrait','properties','landscape','6158RxndUT','function','removeAttribute','_activeTopLevel','920842DGpAoU','slotTemplate','897dKUoKz','orientation','path','resourceId','_activeMenu','call','4528392LeYtUr','styles','setAttribute','468665goRDUw','22xMRFqE','6824151GpPGlO','24EEIdsS','12740890RvFhXQ','_findActivePage','split','menus','find','detail','has'];a0_0x40f1=function(){return _0x3afc3a;};return a0_0x40f1();}import{connect}from'pwa-helpers';import{store}from'@operato/shell';function a0_0x3eb1(_0x3bd3e8,_0xf0a54){var _0x40f183=a0_0x40f1();return a0_0x3eb1=function(_0x3eb1d4,_0x2ecbeb){_0x3eb1d4=_0x3eb1d4-0xce;var _0x200ddb=_0x40f183[_0x3eb1d4];return _0x200ddb;},a0_0x3eb1(_0x3bd3e8,_0xf0a54);}import{ScrollbarStyles}from'@operato/styles';function isActiveMenu(_0x21d822,_0x64e588){var _0x126216=a0_0x3eb1;return _0x21d822[_0x126216(0xe1)]?.[_0x126216(0xee)]('?')[0x0]===_0x64e588||_0x21d822[_0x126216(0xf6)]&&_0x126216(0xda)==typeof _0x21d822[_0x126216(0xf6)]&&_0x21d822['active'][_0x126216(0xe4)](_0x21d822,{'path':_0x64e588});}export class DynamicMenuPart extends connect(store)(LitElement){static get[a0_0x1c95c3(0xd7)](){return{'page':String,'resourceId':String,'menus':Array,'orientation':String,'_activeTopLevel':Object,'_activeMenu':Object,'_path':String};}static get[a0_0x1c95c3(0xe6)](){return[ScrollbarStyles,css`
1
+ function a0_0x3bc9(_0x2eee61,_0x47a33c){var _0x1b59c8=a0_0x1b59();return a0_0x3bc9=function(_0x3bc941,_0x5b54ba){_0x3bc941=_0x3bc941-0xc4;var _0x4f17ff=_0x1b59c8[_0x3bc941];return _0x4f17ff;},a0_0x3bc9(_0x2eee61,_0x47a33c);}var a0_0x398be8=a0_0x3bc9;(function(_0x224b37,_0x5ba986){var _0x1ce945=a0_0x3bc9,_0x4c9ba5=_0x224b37();while(!![]){try{var _0x29e532=-parseInt(_0x1ce945(0xdd))/0x1+-parseInt(_0x1ce945(0xce))/0x2+parseInt(_0x1ce945(0xc5))/0x3*(-parseInt(_0x1ce945(0xcb))/0x4)+-parseInt(_0x1ce945(0xc9))/0x5+parseInt(_0x1ce945(0xcd))/0x6+parseInt(_0x1ce945(0xdc))/0x7*(parseInt(_0x1ce945(0xe5))/0x8)+parseInt(_0x1ce945(0xe2))/0x9*(parseInt(_0x1ce945(0xcf))/0xa);if(_0x29e532===_0x5ba986)break;else _0x4c9ba5['push'](_0x4c9ba5['shift']());}catch(_0x298bb6){_0x4c9ba5['push'](_0x4c9ba5['shift']());}}}(a0_0x1b59,0xc8d17));import'@material/mwc-icon';import'./dynamic-menu-portrait';import'./dynamic-menu-landscape';import{css,html,LitElement}from'lit';import{connect}from'pwa-helpers';import{store}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';function a0_0x1b59(){var _0x1792cc=['_path','167155RucDGg','active','8XSSLoa','metaUI','2649606OQMCwt','1334930ejGlNg','40uDoFmN','call','page','landscape','function','_activeMenu','firstUpdated','slotTemplate','has','preventDefault','orientation','addEventListener','dynamic-menu-part','2037zQqoWb','462736yabKgm','_findActivePage','menus','path','render','1914408zQScUR','resourceId','split','20736nveIIa','replaceChild','find','removeAttribute','renderRoot','route','90807OGpgEV','stateChanged','_activeTopLevel'];a0_0x1b59=function(){return _0x1792cc;};return a0_0x1b59();}function isActiveMenu(_0x594214,_0x311077){var _0x263dc4=a0_0x3bc9;return _0x594214[_0x263dc4(0xe0)]?.[_0x263dc4(0xe4)]('?')[0x0]===_0x311077||_0x594214[_0x263dc4(0xca)]&&_0x263dc4(0xd3)==typeof _0x594214[_0x263dc4(0xca)]&&_0x594214[_0x263dc4(0xca)][_0x263dc4(0xd0)](_0x594214,{'path':_0x311077});}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['styles'](){return[ScrollbarStyles,css`
2
2
  :host {
3
3
  display: flex;
4
4
  overflow-y: auto;
@@ -27,18 +27,18 @@ var a0_0x1c95c3=a0_0x3eb1;(function(_0x2f469d,_0x20e2ff){var _0x4bbc18=a0_0x3eb1
27
27
  dynamic-menu-landscape {
28
28
  flex: 1;
29
29
  }
30
- `];}[a0_0x1c95c3(0xd1)](){var _0x4286e8=a0_0x1c95c3;return html`
30
+ `];}[a0_0x398be8(0xe1)](){var _0x2f7e23=a0_0x398be8;return html`
31
31
  <slot name="head"></slot>
32
- ${_0x4286e8(0xd8)!==this[_0x4286e8(0xe0)]?html`<dynamic-menu-portrait
33
- .menus=${this[_0x4286e8(0xef)]}
34
- .activeTopLevel=${this[_0x4286e8(0xdc)]}
35
- .activeMenu=${this[_0x4286e8(0xe3)]}
36
- .path=${this[_0x4286e8(0xf8)]}
32
+ ${'landscape'!==this['orientation']?html`<dynamic-menu-portrait
33
+ .menus=${this[_0x2f7e23(0xdf)]}
34
+ .activeTopLevel=${this['_activeTopLevel']}
35
+ .activeMenu=${this[_0x2f7e23(0xd4)]}
36
+ .path=${this['_path']}
37
37
  ></dynamic-menu-portrait>`:html`<dynamic-menu-landscape
38
- .menus=${this[_0x4286e8(0xef)]}
39
- .activeTopLevel=${this[_0x4286e8(0xdc)]}
40
- .activeMenu=${this[_0x4286e8(0xe3)]}
41
- .path=${this[_0x4286e8(0xf8)]}
38
+ .menus=${this[_0x2f7e23(0xdf)]}
39
+ .activeTopLevel=${this[_0x2f7e23(0xc7)]}
40
+ .activeMenu=${this[_0x2f7e23(0xd4)]}
41
+ .path=${this[_0x2f7e23(0xc8)]}
42
42
  ></dynamic-menu-landscape>`}
43
43
  <slot name="tail"></slot>
44
- `;}[a0_0x1c95c3(0xcf)](){var _0xc481e3=a0_0x1c95c3;this[_0xc481e3(0xce)]['addEventListener'](_0xc481e3(0xd4),_0x3234f4=>{var _0x47d9f5=_0xc481e3;_0x3234f4['stopPropagation'](),_0x3234f4['preventDefault'](),this[_0x47d9f5(0xdc)]=_0x3234f4[_0x47d9f5(0xf1)];});}['updated'](_0x303692){var _0x50abf0=a0_0x1c95c3;(_0x303692[_0x50abf0(0xf2)](_0x50abf0(0xef))||_0x303692[_0x50abf0(0xf2)](_0x50abf0(0xf3))||_0x303692[_0x50abf0(0xf2)](_0x50abf0(0xe2)))&&this[_0x50abf0(0xed)](),_0x303692['has'](_0x50abf0(0xe0))&&(_0x50abf0(0xd6)==this[_0x50abf0(0xe0)]?this[_0x50abf0(0xdb)]('landscape'):this[_0x50abf0(0xe7)]('landscape',!0x0)),_0x303692[_0x50abf0(0xf2)](_0x50abf0(0xde))&&this[_0x50abf0(0xd5)](this[_0x50abf0(0xde)]);}[a0_0x1c95c3(0xf7)](_0x5bee3d){var _0x4817c3=a0_0x1c95c3;this[_0x4817c3(0xf3)]=_0x5bee3d[_0x4817c3(0xf4)][_0x4817c3(0xf3)],this[_0x4817c3(0xe2)]=_0x5bee3d['route'][_0x4817c3(0xe2)],this[_0x4817c3(0xef)]=_0x5bee3d['metaUI']['menus']||[],this[_0x4817c3(0xde)]=_0x5bee3d[_0x4817c3(0xd3)][_0x4817c3(0xde)];}[a0_0x1c95c3(0xed)](){var _0x29c10d=a0_0x1c95c3,_0x51a35c,_0x2f1e06=this[_0x29c10d(0xe2)]?this[_0x29c10d(0xf3)]+'/'+this['resourceId']:this[_0x29c10d(0xf3)],_0x4286a8=this[_0x29c10d(0xef)]||[];this[_0x29c10d(0xdc)]=_0x4286a8[_0x29c10d(0xf0)](_0x1fdc33=>isActiveMenu(_0x1fdc33,_0x2f1e06)?(_0x51a35c=_0x1fdc33,!0x0):_0x1fdc33['menus']?!!(_0x51a35c=_0x1fdc33[_0x29c10d(0xef)][_0x29c10d(0xf0)](_0x2b92dc=>isActiveMenu(_0x2b92dc,_0x2f1e06))):void 0x0),this[_0x29c10d(0xf8)]=_0x2f1e06,this[_0x29c10d(0xe3)]=_0x51a35c||this[_0x29c10d(0xdc)];}}customElements[a0_0x1c95c3(0xf9)](a0_0x1c95c3(0xf5),DynamicMenuPart);
44
+ `;}[a0_0x398be8(0xd5)](){var _0x49ce80=a0_0x398be8;this[_0x49ce80(0xe9)][_0x49ce80(0xda)]('active-toplevel',_0xa012e0=>{var _0xc0e55d=_0x49ce80;_0xa012e0['stopPropagation'](),_0xa012e0[_0xc0e55d(0xd8)](),this['_activeTopLevel']=_0xa012e0['detail'];});}['updated'](_0x111d44){var _0x43e8ef=a0_0x398be8;(_0x111d44[_0x43e8ef(0xd7)](_0x43e8ef(0xdf))||_0x111d44[_0x43e8ef(0xd7)](_0x43e8ef(0xd1))||_0x111d44['has'](_0x43e8ef(0xe3)))&&this[_0x43e8ef(0xde)](),_0x111d44['has'](_0x43e8ef(0xd9))&&('portrait'==this[_0x43e8ef(0xd9)]?this[_0x43e8ef(0xe8)](_0x43e8ef(0xd2)):this['setAttribute'](_0x43e8ef(0xd2),!0x0)),_0x111d44['has']('slotTemplate')&&this[_0x43e8ef(0xe6)](this[_0x43e8ef(0xd6)]);}[a0_0x398be8(0xc6)](_0x9a53a7){var _0x5bab22=a0_0x398be8;this[_0x5bab22(0xd1)]=_0x9a53a7[_0x5bab22(0xc4)][_0x5bab22(0xd1)],this['resourceId']=_0x9a53a7[_0x5bab22(0xc4)]['resourceId'],this[_0x5bab22(0xdf)]=_0x9a53a7['metaUI']['menus']||[],this['slotTemplate']=_0x9a53a7[_0x5bab22(0xcc)][_0x5bab22(0xd6)];}['_findActivePage'](){var _0x285657=a0_0x398be8,_0xabb628,_0x4aa026=this['resourceId']?this[_0x285657(0xd1)]+'/'+this['resourceId']:this[_0x285657(0xd1)],_0x560335=this['menus']||[];this[_0x285657(0xc7)]=_0x560335[_0x285657(0xe7)](_0x2554d4=>isActiveMenu(_0x2554d4,_0x4aa026)?(_0xabb628=_0x2554d4,!0x0):_0x2554d4[_0x285657(0xdf)]?!!(_0xabb628=_0x2554d4[_0x285657(0xdf)][_0x285657(0xe7)](_0x294fe1=>isActiveMenu(_0x294fe1,_0x4aa026))):void 0x0),this[_0x285657(0xc8)]=_0x4aa026,this['_activeMenu']=_0xabb628||this[_0x285657(0xc7)];}}customElements['define'](a0_0x398be8(0xdb),DynamicMenuPart);
@@ -1,4 +1,4 @@
1
- (function(_0x4d3a29,_0x3a49aa){const _0x13a49c=a0_0xb593,_0x3ba592=_0x4d3a29();while(!![]){try{const _0x2f9d5d=parseInt(_0x13a49c(0x1aa))/0x1+-parseInt(_0x13a49c(0x1ab))/0x2*(parseInt(_0x13a49c(0x1a9))/0x3)+-parseInt(_0x13a49c(0x1a8))/0x4*(-parseInt(_0x13a49c(0x1a4))/0x5)+-parseInt(_0x13a49c(0x1a5))/0x6*(parseInt(_0x13a49c(0x1a7))/0x7)+-parseInt(_0x13a49c(0x1a2))/0x8+parseInt(_0x13a49c(0x1a3))/0x9+parseInt(_0x13a49c(0x1a1))/0xa*(parseInt(_0x13a49c(0x1a6))/0xb);if(_0x2f9d5d===_0x3a49aa)break;else _0x3ba592['push'](_0x3ba592['shift']());}catch(_0x542457){_0x3ba592['push'](_0x3ba592['shift']());}}}(a0_0x3c30,0xdea85));function a0_0xb593(_0x1fd4d8,_0x5ec90c){const _0x3c3031=a0_0x3c30();return a0_0xb593=function(_0xb593de,_0x22166b){_0xb593de=_0xb593de-0x1a1;let _0xf1a4f=_0x3c3031[_0xb593de];return _0xf1a4f;},a0_0xb593(_0x1fd4d8,_0x5ec90c);}import{css}from'lit';function a0_0x3c30(){const _0x2a5169=['2498652FsAKeg','76305EFbsMm','12LZIwIc','4753903wzgCKi','3602991oWdPpB','152BbSOXs','1323159WUtYuG','1534686sxDNEK','4DCOQiX','10AEZKOJ','6944uDuSbo'];a0_0x3c30=function(){return _0x2a5169;};return a0_0x3c30();}export const DynamicMenuPortraitStyles=css`
1
+ function a0_0xe4fc(){const _0x2d2900=['10636Acvnsq','14330160jqxsIa','647718KVeSAY','78ADihvT','303597LOFSio','1005OPlUKW','3784528frgVxp','197550ArHroc','268540GChONS'];a0_0xe4fc=function(){return _0x2d2900;};return a0_0xe4fc();}(function(_0x577ba4,_0x5941a8){const _0x23c22c=a0_0x3a4b,_0x296290=_0x577ba4();while(!![]){try{const _0x4cfabb=parseInt(_0x23c22c(0x92))/0x1+-parseInt(_0x23c22c(0x91))/0x2+parseInt(_0x23c22c(0x8c))/0x3+-parseInt(_0x23c22c(0x93))/0x4*(-parseInt(_0x23c22c(0x8f))/0x5)+-parseInt(_0x23c22c(0x8d))/0x6*(-parseInt(_0x23c22c(0x8e))/0x7)+parseInt(_0x23c22c(0x90))/0x8+-parseInt(_0x23c22c(0x94))/0x9;if(_0x4cfabb===_0x5941a8)break;else _0x296290['push'](_0x296290['shift']());}catch(_0xeeb296){_0x296290['push'](_0x296290['shift']());}}}(a0_0xe4fc,0x590eb));function a0_0x3a4b(_0x451437,_0x4034e8){const _0xe4fc6=a0_0xe4fc();return a0_0x3a4b=function(_0x3a4b01,_0x511c22){_0x3a4b01=_0x3a4b01-0x8c;let _0x817b45=_0xe4fc6[_0x3a4b01];return _0x817b45;},a0_0x3a4b(_0x451437,_0x4034e8);}import{css}from'lit';export const DynamicMenuPortraitStyles=css`
2
2
  :host {
3
3
  display: flex;
4
4
  overflow-y: auto;
@@ -1,14 +1,14 @@
1
- const a0_0x1d75d3=a0_0x1b7b;function a0_0x3a22(){const _0x530147=['properties','1787540JVeOSw','3272IMgqoR','[menu]','settled','removeAttribute','path','group','128595WJbcJy','addEventListener','define','transitionend','length','href','menu','activeTopLevel','function','stopPropagation','207JHqTmt','target','3358yfjrdT','call','renderMenus','4rOSvOu','active-toplevel','setAttribute','34EqwGfz','80752iXFKiu','renderRoot','#force','42pIkloa','map','44778EFqEfg','2275493ZMPUke','dispatchEvent'];a0_0x3a22=function(){return _0x530147;};return a0_0x3a22();}function a0_0x1b7b(_0x306fd9,_0x501fdc){const _0x3a2273=a0_0x3a22();return a0_0x1b7b=function(_0x1b7bfb,_0x1896f4){_0x1b7bfb=_0x1b7bfb-0x13d;let _0x2063f2=_0x3a2273[_0x1b7bfb];return _0x2063f2;},a0_0x1b7b(_0x306fd9,_0x501fdc);}(function(_0xf32574,_0x3e9f70){const _0x3600b7=a0_0x1b7b,_0x26fa27=_0xf32574();while(!![]){try{const _0x19b219=parseInt(_0x3600b7(0x151))/0x1*(-parseInt(_0x3600b7(0x157))/0x2)+parseInt(_0x3600b7(0x15d))/0x3*(parseInt(_0x3600b7(0x154))/0x4)+-parseInt(_0x3600b7(0x145))/0x5*(-parseInt(_0x3600b7(0x15b))/0x6)+parseInt(_0x3600b7(0x158))/0x7+-parseInt(_0x3600b7(0x13f))/0x8*(parseInt(_0x3600b7(0x14f))/0x9)+parseInt(_0x3600b7(0x13e))/0xa+-parseInt(_0x3600b7(0x15e))/0xb;if(_0x19b219===_0x3e9f70)break;else _0x26fa27['push'](_0x26fa27['shift']());}catch(_0x585c0c){_0x26fa27['push'](_0x26fa27['shift']());}}}(a0_0x3a22,0x1b515));import'@material/mwc-icon';import{html,LitElement}from'lit';import{navigate}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';import{DynamicMenuPortraitStyles}from'./dynamic-menu-portrait-styles';export class DynamicMenuPortrait extends LitElement{static get['styles'](){return[ScrollbarStyles,DynamicMenuPortraitStyles];}static get[a0_0x1d75d3(0x13d)](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}[a0_0x1d75d3(0x153)](_0x4dfbce,_0x1988d1,_0x393809){const _0x1200eb=a0_0x1d75d3;return html`
1
+ function a0_0x1bf8(){const _0x4dda28=['closest','dynamic-menu-portrait','settled','menu','#force','2561223NNUfWQ','call','define','2398986FqRKOP','renderRoot','dispatchEvent','addEventListener','[menu]','group','renderMenus','2300gbIwHZ','6FrjmFd','map','165AlFavi','transitionstart','6892823lyAxRV','path','properties','531000knEknZ','stopPropagation','835599tHFkta','length','preventDefault','target','2AWMKks','styles','7452540UiMERK','href','2136TzbuDH','firstUpdated','8wgMLic'];a0_0x1bf8=function(){return _0x4dda28;};return a0_0x1bf8();}const a0_0x43b5ef=a0_0x4adc;(function(_0x30d204,_0x5e2b47){const _0x5437ce=a0_0x4adc,_0x3674c5=_0x30d204();while(!![]){try{const _0x30a950=parseInt(_0x5437ce(0xac))/0x1*(parseInt(_0x5437ce(0x8c))/0x2)+parseInt(_0x5437ce(0x98))/0x3+-parseInt(_0x5437ce(0x90))/0x4*(-parseInt(_0x5437ce(0xa2))/0x5)+-parseInt(_0x5437ce(0xa3))/0x6*(parseInt(_0x5437ce(0xa7))/0x7)+parseInt(_0x5437ce(0x92))/0x8*(-parseInt(_0x5437ce(0x9b))/0x9)+-parseInt(_0x5437ce(0x8e))/0xa+-parseInt(_0x5437ce(0xa5))/0xb*(-parseInt(_0x5437ce(0xaa))/0xc);if(_0x30a950===_0x5e2b47)break;else _0x3674c5['push'](_0x3674c5['shift']());}catch(_0x2fdfaa){_0x3674c5['push'](_0x3674c5['shift']());}}}(a0_0x1bf8,0x93079));import'@material/mwc-icon';function a0_0x4adc(_0x41ebd7,_0x46328c){const _0x1bf8d1=a0_0x1bf8();return a0_0x4adc=function(_0x4adcc3,_0x101e6e){_0x4adcc3=_0x4adcc3-0x89;let _0x412136=_0x1bf8d1[_0x4adcc3];return _0x412136;},a0_0x4adc(_0x41ebd7,_0x46328c);}import{html,LitElement}from'lit';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_0x43b5ef(0x8d)](){return[ScrollbarStyles,DynamicMenuPortraitStyles];}static get[a0_0x43b5ef(0xa9)](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}[a0_0x43b5ef(0xa1)](_0x435c61,_0x96a426,_0x4cff6a){const _0x2e5d4f=a0_0x43b5ef;return html`
2
2
  <ul>
3
- ${_0x4dfbce[_0x1200eb(0x15c)](_0x4cb1bf=>{const _0x1796e6=_0x1200eb;var {type:_0xf29d38,active:_0x8a099e,path:_0x513950,name:_0x3170fb,badge:_0x3bdc5a,icon:_0x3abbb0,menus:_0x187b1f}=_0x4cb1bf;return _0x8a099e=!(!_0x8a099e||_0x1796e6(0x14d)!=typeof _0x8a099e)&&_0x8a099e[_0x1796e6(0x152)](_0x4cb1bf,{'path':this[_0x1796e6(0x143)]}),_0x3bdc5a=_0x1796e6(0x14d)==typeof _0x3bdc5a?_0x3bdc5a['call'](_0x4cb1bf):_0x3bdc5a??!0x1,_0x1796e6(0x144)==_0xf29d38?html`<li group-label>${_0x3170fb}</li>`:html`
4
- <li ?active=${_0x1988d1?_0x4cb1bf===_0x1988d1:_0x8a099e} .menu=${_0x4cb1bf} menu>
5
- <a href=${_0x513950||'#'}>
6
- ${_0x187b1f?.[_0x1796e6(0x149)]>0x0?html` <mwc-icon submenu-button></mwc-icon> `:html``}
7
- <mwc-icon>${_0x3abbb0}</mwc-icon>
8
- ${_0x3170fb} ${!0x1!==_0x3bdc5a?html`<div badge>${_0x3bdc5a}</div>`:html``}
3
+ ${_0x435c61[_0x2e5d4f(0xa4)](_0x26b4f4=>{const _0x4b77cc=_0x2e5d4f;var {type:_0x42fa84,active:_0x214418,path:_0x32214b,name:_0x5a0b65,badge:_0x5c5a87,icon:_0x276b14,menus:_0x1e8372}=_0x26b4f4;return _0x214418=!(!_0x214418||'function'!=typeof _0x214418)&&_0x214418[_0x4b77cc(0x99)](_0x26b4f4,{'path':this[_0x4b77cc(0xa8)]}),_0x5c5a87='function'==typeof _0x5c5a87?_0x5c5a87[_0x4b77cc(0x99)](_0x26b4f4):_0x5c5a87??!0x1,_0x4b77cc(0xa0)==_0x42fa84?html`<li group-label>${_0x5a0b65}</li>`:html`
4
+ <li ?active=${_0x96a426?_0x26b4f4===_0x96a426:_0x214418} .menu=${_0x26b4f4} menu>
5
+ <a href=${_0x32214b||'#'}>
6
+ ${_0x1e8372?.[_0x4b77cc(0x89)]>0x0?html` <mwc-icon submenu-button></mwc-icon> `:html``}
7
+ <mwc-icon>${_0x276b14}</mwc-icon>
8
+ ${_0x5a0b65} ${!0x1!==_0x5c5a87?html`<div badge>${_0x5c5a87}</div>`:html``}
9
9
  </a>
10
- ${_0x187b1f&&this[_0x1796e6(0x153)](_0x187b1f,_0x393809)}
10
+ ${_0x1e8372&&this[_0x4b77cc(0xa1)](_0x1e8372,_0x4cff6a)}
11
11
  </li>
12
12
  `;})}
13
13
  </ul>
14
- `;}['render'](){const _0x3123a0=a0_0x1d75d3,{menus:_0x2f7a95,activeTopLevel:_0x41249e,activeMenu:_0x29be7d}=this;return this[_0x3123a0(0x153)](_0x2f7a95,_0x41249e,_0x29be7d);}['firstUpdated'](){const _0x2daa72=a0_0x1d75d3;this[_0x2daa72(0x159)][_0x2daa72(0x146)]('click',_0x1877cc=>{const _0x27a2d2=_0x2daa72,_0x5cef03=_0x1877cc['target']['closest'](_0x27a2d2(0x140));if(_0x5cef03?.[_0x27a2d2(0x14b)]){let _0x117dac=_0x5cef03[_0x27a2d2(0x14b)];_0x117dac['path']||(_0x1877cc[_0x27a2d2(0x14e)](),_0x1877cc['preventDefault']()),this[_0x27a2d2(0x15f)](new CustomEvent(_0x27a2d2(0x155),{'bubbles':!0x0,'detail':this[_0x27a2d2(0x14c)]===_0x117dac?void 0x0:_0x117dac}));}let _0x147eb2=_0x1877cc['target'][_0x27a2d2(0x14a)];_0x147eb2&&location['href']===_0x147eb2&&navigate(_0x147eb2+_0x27a2d2(0x15a),!0x0);}),this[_0x2daa72(0x159)][_0x2daa72(0x146)]('transitionstart',_0x164dbc=>{const _0x444076=_0x2daa72;_0x164dbc[_0x444076(0x150)][_0x444076(0x142)](_0x444076(0x141));}),this[_0x2daa72(0x159)]['addEventListener'](_0x2daa72(0x148),_0x5ea78b=>{const _0x335931=_0x2daa72;_0x5ea78b['target'][_0x335931(0x156)](_0x335931(0x141),'');});}}customElements[a0_0x1d75d3(0x147)]('dynamic-menu-portrait',DynamicMenuPortrait);
14
+ `;}['render'](){const _0x1b3c48=a0_0x43b5ef,{menus:_0x9a6e18,activeTopLevel:_0x1127f3,activeMenu:_0x519a55}=this;return this[_0x1b3c48(0xa1)](_0x9a6e18,_0x1127f3,_0x519a55);}[a0_0x43b5ef(0x91)](){const _0x187799=a0_0x43b5ef;this[_0x187799(0x9c)]['addEventListener']('click',_0x17dbdf=>{const _0x1bf7d0=_0x187799,_0x245557=_0x17dbdf[_0x1bf7d0(0x8b)][_0x1bf7d0(0x93)](_0x1bf7d0(0x9f));if(_0x245557?.[_0x1bf7d0(0x96)]){let _0x2416ca=_0x245557['menu'];_0x2416ca[_0x1bf7d0(0xa8)]||(_0x17dbdf[_0x1bf7d0(0xab)](),_0x17dbdf[_0x1bf7d0(0x8a)]()),this[_0x1bf7d0(0x9d)](new CustomEvent('active-toplevel',{'bubbles':!0x0,'detail':this['activeTopLevel']===_0x2416ca?void 0x0:_0x2416ca}));}let _0x325b09=_0x17dbdf[_0x1bf7d0(0x8b)][_0x1bf7d0(0x8f)];_0x325b09&&location[_0x1bf7d0(0x8f)]===_0x325b09&&navigate(_0x325b09+_0x1bf7d0(0x97),!0x0);}),this[_0x187799(0x9c)]['addEventListener'](_0x187799(0xa6),_0x3336ce=>{const _0x344446=_0x187799;_0x3336ce['target']['removeAttribute'](_0x344446(0x95));}),this['renderRoot'][_0x187799(0x9e)]('transitionend',_0x51f61b=>{const _0x40da9c=_0x187799;_0x51f61b['target']['setAttribute'](_0x40da9c(0x95),'');});}}customElements[a0_0x43b5ef(0x9a)](a0_0x43b5ef(0x94),DynamicMenuPortrait);