@things-factory/meta-ui 6.0.131 → 6.0.133

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 (80) hide show
  1. package/client/actions/main.js +4 -4
  2. package/client/component/filter/filter-form-resource-code-select.js +9 -9
  3. package/client/component/filter/filter-grist-resource-code-select.js +10 -10
  4. package/client/component/grist/editor/ox-grist-editor-resource-code-selector.js +9 -9
  5. package/client/component/grist/renderer/ox-grist-renderer-resource-code-selector.js +1 -1
  6. package/client/component/grist/selector/ox-resource-code-selector-popup.js +11 -11
  7. package/client/mixin/meta-base-mixin.js +1 -1
  8. package/client/mixin/meta-basic-grist-mixin.js +3 -3
  9. package/client/mixin/meta-button-mixin.js +1 -1
  10. package/client/mixin/meta-form-mixin.js +1 -1
  11. package/client/mixin/meta-grist-tab-mixin.js +1 -1
  12. package/client/mixin/meta-main-tab-mixin.js +1 -1
  13. package/client/mixin/meta-master-detail-mixin.js +1 -1
  14. package/client/mixin/meta-service-mixin.js +1 -1
  15. package/client/mixin/meta-tab-detail-mixin.js +1 -1
  16. package/client/mixin/meta-tab-mixin.js +1 -1
  17. package/client/pages/activity/meta-activity-list-page.js +5 -5
  18. package/client/pages/activity/meta-activity-viewer-element.js +3 -3
  19. package/client/pages/activity/meta-activity-writer-element.js +3 -3
  20. package/client/pages/activity/meta-activiy-mixin.js +3 -3
  21. package/client/pages/entity/config-entity.js +29 -29
  22. package/client/pages/entity/main-menu-selector.js +7 -7
  23. package/client/pages/history/history-copy-list-popup.js +6 -6
  24. package/client/pages/history/history-json-list-popup.js +6 -6
  25. package/client/pages/loading-page.js +5 -5
  26. package/client/pages/menu/dynamic-menu-template.js +7 -7
  27. package/client/pages/menu/dynamic-menu.js +15 -15
  28. package/client/pages/meta-form-element.js +1 -1
  29. package/client/pages/meta-grist-element.js +1 -1
  30. package/client/pages/meta-grist-page.js +1 -1
  31. package/client/pages/meta-grist-tab-element.js +1 -1
  32. package/client/pages/meta-grist-tab-page.js +1 -1
  33. package/client/pages/meta-main-tab-element.js +1 -1
  34. package/client/pages/meta-main-tab-page.js +1 -1
  35. package/client/pages/meta-master-detail-element.js +1 -1
  36. package/client/pages/meta-master-detail-page.js +1 -1
  37. package/client/pages/meta-tab-detail-element.js +1 -1
  38. package/client/pages/meta-tab-detail-page.js +1 -1
  39. package/client/pages/meta-tab-element.js +1 -1
  40. package/client/pages/personalize/personal-column-selector.js +11 -11
  41. package/client/pages/terms/config-terminology.js +6 -6
  42. package/client/pages/work-code/work-code-detail-popup.js +1 -1
  43. package/client/pages/work-code/work-code-page.js +1 -1
  44. package/client/reducers/main.js +1 -1
  45. package/client/utils/meta-api.js +1 -1
  46. package/client/utils/meta-crypto.js +1 -1
  47. package/client/utils/meta-ui-util.js +102 -102
  48. package/client/utils/service-util.js +13 -13
  49. package/client/utils/terms-util.js +2 -2
  50. package/client/utils/ui-util.js +1 -1
  51. package/client/utils/value-util.js +1 -1
  52. package/client/viewparts/dynamic-menu-landscape-styles.js +2 -2
  53. package/client/viewparts/dynamic-menu-landscape.js +10 -10
  54. package/client/viewparts/dynamic-menu-part.js +11 -11
  55. package/client/viewparts/dynamic-menu-portrait-styles.js +2 -2
  56. package/client/viewparts/dynamic-menu-portrait.js +9 -9
  57. package/client/viewparts/dynamic-top-menu-bar.js +7 -7
  58. package/package.json +5 -5
  59. package/server/activity/CommonActivity.js +2 -2
  60. package/server/constants/error-code.js +1 -1
  61. package/server/errors/license-error.js +1 -1
  62. package/server/routes.js +1 -1
  63. package/server/service/grid-personalize/grid-personalize-mutation.js +1 -1
  64. package/server/service/grid-personalize/grid-personalize-query.js +1 -1
  65. package/server/service/grid-personalize/grid-personalize-type.js +1 -1
  66. package/server/service/grid-personalize/grid-personalize.js +1 -1
  67. package/server/service/meta-activity/meta-activity-mutation.js +1 -1
  68. package/server/service/meta-activity/meta-activity-query.js +1 -1
  69. package/server/service/meta-activity/meta-activity-type.js +1 -1
  70. package/server/service/meta-secret/meta-resolver.js +1 -1
  71. package/server/service/set-translations/set-translation-resolver.js +1 -1
  72. package/server/service/work-code/work-code-mutation.js +1 -1
  73. package/server/service/work-code/work-code-query.js +1 -1
  74. package/server/service/work-code/work-code-type.js +1 -1
  75. package/server/service/work-code/work-code.js +1 -1
  76. package/server/service/work-code-detail/work-code-detail-mutation.js +1 -1
  77. package/server/service/work-code-detail/work-code-detail-query.js +1 -1
  78. package/server/service/work-code-detail/work-code-detail-type.js +1 -1
  79. package/server/service/work-code-detail/work-code-detail.js +1 -1
  80. package/translations/ja.json +75 -0
@@ -1,4 +1,4 @@
1
- function a0_0x35ac(_0x169c93,_0x87878d){const _0x18db96=a0_0x18db();return a0_0x35ac=function(_0x35ac75,_0x5c00d7){_0x35ac75=_0x35ac75-0x1ac;let _0x4cf402=_0x18db96[_0x35ac75];return _0x4cf402;},a0_0x35ac(_0x169c93,_0x87878d);}const a0_0x3f28ae=a0_0x35ac;(function(_0x2d300d,_0x2bca2e){const _0x4217c9=a0_0x35ac,_0x3027a3=_0x2d300d();while(!![]){try{const _0x316c90=parseInt(_0x4217c9(0x21e))/0x1+-parseInt(_0x4217c9(0x1c5))/0x2+parseInt(_0x4217c9(0x20c))/0x3+-parseInt(_0x4217c9(0x22d))/0x4*(-parseInt(_0x4217c9(0x22b))/0x5)+-parseInt(_0x4217c9(0x1af))/0x6+-parseInt(_0x4217c9(0x1c3))/0x7*(-parseInt(_0x4217c9(0x21b))/0x8)+parseInt(_0x4217c9(0x221))/0x9*(-parseInt(_0x4217c9(0x208))/0xa);if(_0x316c90===_0x2bca2e)break;else _0x3027a3['push'](_0x3027a3['shift']());}catch(_0x320754){_0x3027a3['push'](_0x3027a3['shift']());}}}(a0_0x18db,0x571d0));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_0x41718c from'graphql-tag';import{ValueUtil}from'./value-util';import{asyncReplace}from'lit/directives/async-replace.js';function a0_0x18db(){const _0x411dc2=['records','tText','active','text.are_you_sure','splice','find','HOME','sort','success\x20to\x20save','reduce','selected','7TXwGmd','\x0a\x20\x20\x20\x20','642876DhgGTr','gutter','code','showGraphqlException','description','iconPath','workCodeByName','approval-pending-list','push','map','test','forEach','exportableData','extensions','callScenario','deleteListByIds','createdAt','findIndex','searchMyDynamicMenus','total','updater','myDynamicMenus','xlsx','filter','updatedAt','data','routingType','error','cuFlag','isArray','tMenu','runScenario','showToast','errors','getWorkCodeByName','title','Graphql\x20Error','parent','searchByPagination','HIDDEN-PAGE','children','getCodeByScenario','split','path','getSelectedIdList','confirm','numberOfDrafts','imex','todo-list','GROUP','columns','isNotEmpty','showAlertPopup','__selected__','isEmpty','items','record','info','parse','networkError','\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','key','__seq__','creator','__origin__','unshift','length','458960suFRdl','value','\x0a\x20\x20\x20\x20\x20\x20','__dirty__','1999080VDLhRO','group','badge','findOne','details','object','updateMultipleData','arrangeMenuRoutes','SCREEN','resourceUrl','getCodeSelectorData','type','deleteListByGristSelected','includes','fetch','1054288niVdEH','display','numberOfApprovalPendings','33833INdVwI','menu.id','query','135jteaJO','showGraphqlErrorResponse','noteq','MENU','routing','hiddenFlag','success\x20to\x20delete','name','template','text.nothing_changed','1459885SWhrHC','message','8sabEWq','buildArgs','result','rank','295434TtvzYv','patchesForUpdateMultiple','getCodeByEntity','searchMenuGridPersnalTemplate','menuType','codeItems','cancel','gridPersonalizeTemplates','menus'];a0_0x18db=function(){return _0x411dc2;};return a0_0x18db();}import a0_0x5d9d79 from'i18next';import{generateActivitySummary,startSubscribeActivitySummary}from'@things-factory/worklist';export class ServiceUtil{static async[a0_0x3f28ae(0x1b4)](_0x5c53bc){const _0x35f5e4=a0_0x3f28ae;if(Array[_0x35f5e4(0x1e2)](_0x5c53bc))return _0x5c53bc[_0x35f5e4(0x1ce)](_0x999720=>_0x35f5e4(0x211)==typeof _0x999720?{'name':_0x999720[_0x35f5e4(0x209)],'description':_0x999720[_0x35f5e4(0x21c)]}:{'name':_0x999720,'description':_0x999720});let _0x734ab8=await ServiceUtil[_0x35f5e4(0x1e7)](_0x5c53bc);return _0x734ab8&&_0x734ab8[_0x35f5e4(0x207)]>0x0?_0x734ab8:await getCodeByName(_0x5c53bc);}static async['getWorkCodeByName'](_0xe452a0){const _0x47d915=a0_0x3f28ae,_0x2125b5=await client['query']({'query':a0_0x41718c`
1
+ const a0_0x20ba37=a0_0x3b35;(function(_0x4c7ba4,_0x2c89a3){const _0x2766a4=a0_0x3b35,_0xe69758=_0x4c7ba4();while(!![]){try{const _0x53cc53=parseInt(_0x2766a4(0x1a5))/0x1*(-parseInt(_0x2766a4(0x1cb))/0x2)+-parseInt(_0x2766a4(0x1b6))/0x3*(parseInt(_0x2766a4(0x206))/0x4)+-parseInt(_0x2766a4(0x1eb))/0x5*(-parseInt(_0x2766a4(0x1ed))/0x6)+parseInt(_0x2766a4(0x21c))/0x7*(parseInt(_0x2766a4(0x1d9))/0x8)+-parseInt(_0x2766a4(0x219))/0x9+-parseInt(_0x2766a4(0x1d8))/0xa*(parseInt(_0x2766a4(0x1e5))/0xb)+-parseInt(_0x2766a4(0x1ae))/0xc*(-parseInt(_0x2766a4(0x1ab))/0xd);if(_0x53cc53===_0x2c89a3)break;else _0xe69758['push'](_0xe69758['shift']());}catch(_0x4b6201){_0xe69758['push'](_0xe69758['shift']());}}}(a0_0x4427,0x98839));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_0x240a15 from'graphql-tag';function a0_0x4427(){const _0x2053f1=['details','columns','records','info','selected','createdAt','arrangeMenuRoutes','deleteListByIds','SCREEN','runScenario','5279472cJhvGK','cuFlag','menus','1224139PbHNeu','callScenario','searchMenuGridPersnalTemplate','hiddenFlag','category','confirm','dirtyRecords','split','group','noteq','searchMyDynamicMenus','myDynamicMenus','name','searchByPagination','HOME','rank','6962HuvKni','object','error','badge','errors','todo-list','26JjUsQj','exportableData','routing','2815392ubkCPq','question','getCodeSelectorData','includes','__dirtyfields__','gridPersonalizeTemplates','test','gutter','675RyUgVx','parent','showAlertPopup','type','length','HIDDEN-PAGE','tMenu','fetch','total','numberOfApprovalPendings','reduce','text.are_you_sure','patchesForUpdateMultiple','\x0a\x20\x20\x20\x20\x20\x20','map','\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','imex','sort','extensions','children','code','88zyILko','showGraphqlException','checkClientError','message','button.','delete','data','showToast','description','getSelectedIdList','text.there_is_nothing_to_delete','deleteListByGristSelected','resourceUrl','345150hxbPoG','8iqGzEA','getWorkCodeByName','forEach','filter','findIndex','find','undefined','__dirty__','tText','updatedAt','draft-list','path','33SXAmCF','isArray','isEmpty','record','buildArgs','numberOfToDos','35kWZvOP','unshift','954552Memksi','isNotEmpty','__origin__','__selected__','push','hidden','_config','parse','cancel','query','key','success\x20to\x20process','updater','approval-pending-list','menuType','dispatch','networkError','items','active','GROUP','showGraphqlErrorResponse','text.NOTHING_CHANGED','success\x20to\x20save','result','workCodeByName','2428vMQGQk','routingType','updateMultiple','iconPath','__seq__','value','MENU','display','splice'];a0_0x4427=function(){return _0x2053f1;};return a0_0x4427();}import{ValueUtil}from'./value-util';import{asyncReplace}from'lit/directives/async-replace.js';import a0_0xfe369d from'i18next';function a0_0x3b35(_0x54f1cf,_0x2a32a2){const _0x442774=a0_0x4427();return a0_0x3b35=function(_0x3b35e8,_0x17cf5c){_0x3b35e8=_0x3b35e8-0x19f;let _0x5c9244=_0x442774[_0x3b35e8];return _0x5c9244;},a0_0x3b35(_0x54f1cf,_0x2a32a2);}import{generateActivitySummary,startSubscribeActivitySummary}from'@things-factory/worklist';export class ServiceUtil{static async['codeItems'](_0x478453){const _0x204ba9=a0_0x3b35;if(Array[_0x204ba9(0x1e6)](_0x478453))return _0x478453[_0x204ba9(0x1c4)](_0x1f3547=>_0x204ba9(0x1a6)==typeof _0x1f3547?{'name':_0x1f3547[_0x204ba9(0x20b)],'description':_0x1f3547[_0x204ba9(0x20d)]}:{'name':_0x1f3547,'description':_0x1f3547});let _0xd1bb27=await ServiceUtil[_0x204ba9(0x1da)](_0x478453);return _0xd1bb27&&_0xd1bb27['length']>0x0?_0xd1bb27:await getCodeByName(_0x478453);}static async[a0_0x20ba37(0x1da)](_0x1a3d34){const _0x341291=a0_0x20ba37,_0x2bd033=await client[_0x341291(0x1f6)]({'query':a0_0x240a15`
2
2
  query workCodeByName($name: String!) {
3
3
  workCodeByName(name: $name) {
4
4
  details {
@@ -8,32 +8,32 @@ function a0_0x35ac(_0x169c93,_0x87878d){const _0x18db96=a0_0x18db();return a0_0x
8
8
  }
9
9
  }
10
10
  }
11
- `,'variables':{'name':_0xe452a0},'context':gqlContext()});return!_0x2125b5[_0x47d915(0x1e6)]&&_0x2125b5[_0x47d915(0x1de)][_0x47d915(0x1cb)]&&_0x2125b5[_0x47d915(0x1de)][_0x47d915(0x1cb)]['details']?_0x2125b5['data'][_0x47d915(0x1cb)][_0x47d915(0x210)][_0x47d915(0x1bf)]((_0x21bc3c,_0xf34818)=>_0x21bc3c[_0x47d915(0x1ae)]-_0xf34818['rank']):[];}static async[a0_0x3f28ae(0x216)](_0x40330b){const _0x1ab740=a0_0x3f28ae;let _0x28859c=(await ServiceUtil['codeItems'](_0x40330b))[_0x1ab740(0x1ce)](_0x2eeffe=>({'value':_0x2eeffe[_0x1ab740(0x228)],'display':_0x2eeffe[_0x1ab740(0x1c9)]}));return _0x28859c[_0x1ab740(0x206)]({'value':'','display':''}),_0x28859c;}static async[a0_0x3f28ae(0x1ee)](_0x4f9cab,_0x42ee){const _0x32c18c=a0_0x3f28ae;let _0x5e635a=await ServiceUtil[_0x32c18c(0x1d3)](null,_0x4f9cab,_0x42ee);return _0x5e635a[_0x32c18c(0x206)]({'value':'','display':''}),_0x5e635a[_0x32c18c(0x1ce)](_0x1fe50e=>({'value':_0x1fe50e[_0x32c18c(0x228)],'display':_0x1fe50e[_0x32c18c(0x1c9)]}));}static async[a0_0x3f28ae(0x1b1)]({queryName:_0x2efed4,codeField:_0x4b5a2c=a0_0x3f28ae(0x228),dispField:_0x4041b2=a0_0x3f28ae(0x1c9),filters:_0x3fb0df=[],sorters:_0x285297=[]}){const _0x5a48e9=a0_0x3f28ae;let _0x774798=_0x5a48e9(0x20a)+_0x4b5a2c+'\x0a\x20\x20\x20\x20\x20\x20'+_0x4041b2+_0x5a48e9(0x1c4),_0x3a832f=await ServiceUtil[_0x5a48e9(0x1eb)](_0x2efed4,_0x3fb0df,_0x285297,0x0,0x0,_0x774798),_0xc67ce3=[{'value':'','display':''}];return _0x3a832f[_0x5a48e9(0x1b8)][_0x5a48e9(0x1d0)](_0x17e51f=>{const _0x403978=_0x5a48e9;_0xc67ce3[_0x403978(0x1cd)]({'value':_0x17e51f[_0x4b5a2c],'display':_0x17e51f[_0x4041b2]});}),_0xc67ce3;}static async[a0_0x3f28ae(0x1da)](){const _0x304039=a0_0x3f28ae;let _0x578884=await ServiceUtil[_0x304039(0x1d7)]();return null!=_0x578884?ServiceUtil[_0x304039(0x213)](_0x578884):null;}static async[a0_0x3f28ae(0x1b2)](_0x3118c6){const _0x38389b=a0_0x3f28ae;let _0x38d3d1=[{'name':_0x38389b(0x21f),'operator':'eq','value':_0x3118c6}],_0x5c6ec6=await ServiceUtil['searchByPagination'](_0x38389b(0x1b6),_0x38d3d1,[],0x0,0x0,'id,template');return 0x0==_0x5c6ec6[_0x38389b(0x1d8)]?{}:{'id':_0x5c6ec6['records'][0x0]['id'],'template':JSON[_0x38389b(0x1ff)](_0x5c6ec6[_0x38389b(0x1b8)][0x0][_0x38389b(0x229)])};}static[a0_0x3f28ae(0x213)](_0x1afa0b){const _0x1ae55d=a0_0x3f28ae;let _0x43e8e8=[];_0x1afa0b[_0x1ae55d(0x1d0)](_0x237369=>{const _0x22f0c5=_0x1ae55d;_0x43e8e8[_0x22f0c5(0x1cd)](_0x237369),_0x237369[_0x22f0c5(0x1ed)]&&(_0x237369[_0x22f0c5(0x1ed)][_0x22f0c5(0x1bf)](function(_0x3aa8d1,_0x53f52b){const _0x430123=_0x22f0c5;return _0x3aa8d1['rank']-_0x53f52b[_0x430123(0x1ae)];}),_0x237369[_0x22f0c5(0x1ed)][_0x22f0c5(0x1d0)](_0x16d151=>{const _0x181bcc=_0x22f0c5;0x1!=_0x16d151['hiddenFlag']&&(_0x16d151['parent']=_0x237369,_0x43e8e8[_0x181bcc(0x1cd)](_0x16d151));}));});let _0x5640c0=_0x43e8e8[_0x1ae55d(0x1ce)](_0x413d83=>{const _0x4ad4b9=_0x1ae55d;if(_0x4ad4b9(0x1f6)==_0x413d83['menuType']||_0x4ad4b9(0x224)==_0x413d83['menuType']){let _0x512ee9={'id':_0x413d83['id'],'parent':!0x0,'name':TermsUtil[_0x4ad4b9(0x1e3)](_0x413d83[_0x4ad4b9(0x228)]),'icon':_0x413d83[_0x4ad4b9(0x1ca)],'type':_0x4ad4b9(0x1f6)==_0x413d83[_0x4ad4b9(0x1b3)]?_0x4ad4b9(0x20d):'','menus':[]};return _0x413d83[_0x4ad4b9(0x225)]&&(_0x512ee9[_0x4ad4b9(0x1f0)]=_0x413d83['routing']),_0x512ee9;}return{'id':'0'};})[_0x1ae55d(0x1dc)](_0x4aed22=>'0'!=_0x4aed22['id']),_0x4cd428=_0x43e8e8[_0x1ae55d(0x1ce)](_0x5a76e8=>{const _0x44b4c1=_0x1ae55d;if('SCREEN'==_0x5a76e8['menuType']||_0x44b4c1(0x1ec)==_0x5a76e8[_0x44b4c1(0x1b3)]){let _0x37f373=_0x5640c0[_0x44b4c1(0x1bd)](_0x2fe5dd=>_0x2fe5dd['id']==_0x5a76e8[_0x44b4c1(0x1ea)]['id']);if(_0x37f373){let _0x29aa49=TermsUtil[_0x44b4c1(0x1e3)](_0x5a76e8[_0x44b4c1(0x228)]);return _0x44b4c1(0x214)==_0x5a76e8[_0x44b4c1(0x1b3)]&&_0x37f373['menus'][_0x44b4c1(0x1cd)]({'id':_0x5a76e8['id'],'name':_0x29aa49,'path':_0x5a76e8[_0x44b4c1(0x225)],'icon':_0x5a76e8[_0x44b4c1(0x1ca)]}),{'id':_0x5a76e8['id'],'parent':!0x1,'parent_id':_0x37f373['id'],'title':_0x29aa49,'tagname':_0x5a76e8['category'],'page':_0x5a76e8[_0x44b4c1(0x225)],'template':_0x5a76e8[_0x44b4c1(0x215)],'routing_type':_0x5a76e8[_0x44b4c1(0x1df)]};}return{'id':'0'};}return'HOME'==_0x5a76e8[_0x44b4c1(0x1b3)]?{'id':_0x5a76e8['id'],'parent':!0x0,'parent_id':null,'title':TermsUtil[_0x44b4c1(0x1e3)](_0x5a76e8['name']),'tagname':_0x5a76e8['category'],'page':_0x5a76e8['routing'],'template':_0x5a76e8[_0x44b4c1(0x215)],'routing_type':_0x5a76e8[_0x44b4c1(0x1df)]}:{'id':'0'};})[_0x1ae55d(0x1dc)](_0x564839=>null!=_0x564839&&'0'!=_0x564839['id']);_0x5640c0['filter'](_0x2da1d9=>'group'==_0x2da1d9[_0x1ae55d(0x217)]&&_0x2da1d9[_0x1ae55d(0x1b7)]&&_0x2da1d9[_0x1ae55d(0x1b7)][_0x1ae55d(0x207)]>0x0)['forEach'](_0x5b0e58=>{const _0xe0bc80=_0x1ae55d;let _0xe3de26=_0x5640c0[_0xe0bc80(0x1d6)](_0x5bf0f7=>_0x5bf0f7['id']==_0x5b0e58['id'])+0x1;_0x5640c0[_0xe0bc80(0x1bc)](_0xe3de26,0x0,..._0x5b0e58['menus']);});let _0x41c2c5=0x0;return _0x5640c0[_0x1ae55d(0x1d0)](_0x41dc8c=>{const _0x4e54c7=_0x1ae55d;_0x4e54c7(0x1f5)==_0x41dc8c[_0x4e54c7(0x1f0)]?(_0x41c2c5++,_0x41dc8c[_0x4e54c7(0x20e)]=()=>asyncReplace(generateActivitySummary('numberOfToDos')),_0x41dc8c['active']=({path:_0x29f8d7})=>/^activity\//[_0x4e54c7(0x1cf)](_0x29f8d7)):_0x4e54c7(0x1cc)==_0x41dc8c[_0x4e54c7(0x1f0)]?(_0x41c2c5++,_0x41dc8c[_0x4e54c7(0x20e)]=()=>asyncReplace(generateActivitySummary(_0x4e54c7(0x21d))),_0x41dc8c[_0x4e54c7(0x1ba)]=({path:_0x416ee6})=>/^activity\//[_0x4e54c7(0x1cf)](_0x416ee6)):'draft-list'==_0x41dc8c[_0x4e54c7(0x1f0)]&&(_0x41c2c5++,_0x41dc8c[_0x4e54c7(0x20e)]=()=>asyncReplace(generateActivitySummary(_0x4e54c7(0x1f3))));}),_0x41c2c5>0x0&&startSubscribeActivitySummary(),{'menus':_0x5640c0,'routes':_0x4cd428};}static async[a0_0x3f28ae(0x1d7)](){const _0xa10336=a0_0x3f28ae;let _0x3e117e=await ServiceUtil[_0xa10336(0x1eb)](_0xa10336(0x1b7),[{'name':_0xa10336(0x226),'operator':_0xa10336(0x223),'value':!0x0},{'name':_0xa10336(0x1b3),'operator':'in','value':[_0xa10336(0x1be),'MENU',_0xa10336(0x1f6)]}],[{'name':'rank'}],0x0,0x0,_0xa10336(0x201));return _0x3e117e?_0x3e117e[_0xa10336(0x1b8)]:[];}static async[a0_0x3f28ae(0x222)](_0x5e1983){const _0x50eec2=a0_0x3f28ae;if(_0x5e1983[_0x50eec2(0x1e6)]&&_0x5e1983[_0x50eec2(0x1e6)][_0x50eec2(0x207)]>0x0){let _0x39a833=_0x5e1983[_0x50eec2(0x1e6)][0x0],_0x16ff4f=_0x39a833['message'],_0x350d10=_0x39a833[_0x50eec2(0x22c)];_0x39a833[_0x50eec2(0x1d2)]&&(_0x350d10=_0x39a833['extensions'][_0x50eec2(0x1c7)]),await UiUtil[_0x50eec2(0x1f9)](_0x350d10,_0x16ff4f,_0x50eec2(0x1e0),'confirm');}}static async[a0_0x3f28ae(0x1c8)](_0x47409a){const _0x422f11=a0_0x3f28ae;_0x47409a&&(_0x47409a['networkError']&&_0x47409a[_0x422f11(0x200)][_0x422f11(0x1ad)]?await ServiceUtil[_0x422f11(0x222)](_0x47409a[_0x422f11(0x200)][_0x422f11(0x1ad)]):await UiUtil[_0x422f11(0x1f9)](_0x422f11(0x1e9),_0x47409a[_0x422f11(0x22c)],'error','confirm'));}static async[a0_0x3f28ae(0x1d1)](_0x521abf,_0x3f2f23,_0x197559){const _0x28fcb5=a0_0x3f28ae;var _0x3ac76f=_0x197559['_config'][_0x28fcb5(0x1f7)]['filter'](_0x2a41ea=>_0x28fcb5(0x1c6)!==_0x2a41ea[_0x28fcb5(0x217)]&&void 0x0!==_0x2a41ea[_0x28fcb5(0x1fd)]&&void 0x0!==_0x2a41ea[_0x28fcb5(0x1f4)]&&!0x0!==_0x2a41ea['hidden'])[_0x28fcb5(0x1ce)](_0x1cf7af=>_0x1cf7af['imex']),_0xfa8a86=_0x197559[_0x28fcb5(0x1de)]['records'][_0x28fcb5(0x1ce)](_0x1263b7=>({..._0x197559['_config'][_0x28fcb5(0x1f7)][_0x28fcb5(0x1dc)](_0x5f1c91=>_0x28fcb5(0x1c6)!==_0x5f1c91[_0x28fcb5(0x217)]&&void 0x0!==_0x5f1c91[_0x28fcb5(0x1fd)]&&void 0x0!==_0x5f1c91[_0x28fcb5(0x1f4)]&&!0x0!==_0x5f1c91['hidden'])[_0x28fcb5(0x1c1)]((_0x10dba7,_0x1214df)=>(_0x10dba7[_0x1214df['imex'][_0x28fcb5(0x202)]]=_0x1214df[_0x28fcb5(0x1f4)][_0x28fcb5(0x202)][_0x28fcb5(0x1ef)]('.')[_0x28fcb5(0x1c1)]((_0xa638d9,_0x2e919f)=>_0xa638d9&&'undefined'!==_0xa638d9[_0x2e919f]?_0xa638d9[_0x2e919f]:void 0x0,_0x1263b7),_0x10dba7),{})}));if(!_0x521abf)return{'header':_0x3ac76f,'data':_0xfa8a86};store['dispatch']({'type':EXPORT,'exportable':{'extension':_0x28fcb5(0x1db),'name':_0x3f2f23,'data':{'header':_0x3ac76f,'data':_0xfa8a86}}});}static async[a0_0x3f28ae(0x1eb)](_0x1ac866,_0x3c2be9,_0x4f39ae,_0x39e2f1,_0x29a061,_0x1e189f){const _0x16bf40=a0_0x3f28ae;try{const _0x32f510=await client[_0x16bf40(0x220)]({'query':a0_0x41718c`
11
+ `,'variables':{'name':_0x1a3d34},'context':gqlContext()});return!_0x2bd033['errors']&&_0x2bd033['data'][_0x341291(0x205)]&&_0x2bd033['data'][_0x341291(0x205)][_0x341291(0x20f)]?_0x2bd033[_0x341291(0x1d1)][_0x341291(0x205)]['details'][_0x341291(0x1c7)]((_0x26baad,_0x37a7a1)=>_0x26baad['rank']-_0x37a7a1[_0x341291(0x1a4)]):[];}static async[a0_0x20ba37(0x1b0)](_0x2dc28f){const _0x1eda5b=a0_0x20ba37;let _0x44c9ff=(await ServiceUtil['codeItems'](_0x2dc28f))[_0x1eda5b(0x1c4)](_0x145789=>({'value':_0x145789[_0x1eda5b(0x1a1)],'display':_0x145789[_0x1eda5b(0x1d3)]}));return _0x44c9ff[_0x1eda5b(0x1ec)]({'value':'','display':''}),_0x44c9ff;}static async['getCodeByScenario'](_0x25bede,_0x4402d5){const _0x420bd0=a0_0x20ba37;let _0x596a4d=await ServiceUtil['callScenario'](null,_0x25bede,_0x4402d5);return _0x596a4d[_0x420bd0(0x1ec)]({'value':'','display':''}),_0x596a4d[_0x420bd0(0x1c4)](_0x469e3c=>({'value':_0x469e3c['name'],'display':_0x469e3c[_0x420bd0(0x1d3)]}));}static async['getCodeByEntity']({queryName:_0xb7ac4,codeField:_0x5e8ce6='name',dispField:_0x27ee4a=a0_0x20ba37(0x1d3),filters:_0x290dd4=[],sorters:_0x137a74=[]}){const _0x3f19e3=a0_0x20ba37;let _0x4df6f7=_0x3f19e3(0x1c3)+_0x5e8ce6+'\x0a\x20\x20\x20\x20\x20\x20'+_0x27ee4a+'\x0a\x20\x20\x20\x20',_0x15a109=await ServiceUtil[_0x3f19e3(0x1a2)](_0xb7ac4,_0x290dd4,_0x137a74,0x0,0x0,_0x4df6f7),_0x1c74fd=[{'value':'','display':''}];return _0x15a109[_0x3f19e3(0x211)][_0x3f19e3(0x1db)](_0x23557a=>{const _0xecfb1c=_0x3f19e3;_0x1c74fd[_0xecfb1c(0x1f1)]({'value':_0x23557a[_0x5e8ce6],'display':_0x23557a[_0x27ee4a]});}),_0x1c74fd;}static async[a0_0x20ba37(0x1a0)](){const _0x2d3240=a0_0x20ba37;let _0x638b4b=await ServiceUtil[_0x2d3240(0x19f)]();return null!=_0x638b4b?ServiceUtil[_0x2d3240(0x215)](_0x638b4b):null;}static async[a0_0x20ba37(0x21e)](_0x4dcd25){const _0x3a63f5=a0_0x20ba37;let _0x339a0d=[{'name':'menu.id','operator':'eq','value':_0x4dcd25}],_0x1ff753=await ServiceUtil['searchByPagination'](_0x3a63f5(0x1b3),_0x339a0d,[],0x0,0x0,'id,template');return 0x0==_0x1ff753[_0x3a63f5(0x1be)]?{}:{'id':_0x1ff753['records'][0x0]['id'],'template':JSON[_0x3a63f5(0x1f4)](_0x1ff753[_0x3a63f5(0x211)][0x0]['template'])};}static[a0_0x20ba37(0x215)](_0x560daa){const _0x44ab5c=a0_0x20ba37;let _0x1893e1=[];_0x560daa[_0x44ab5c(0x1db)](_0x20c4b4=>{const _0x4c3a4e=_0x44ab5c;_0x1893e1[_0x4c3a4e(0x1f1)](_0x20c4b4),_0x20c4b4[_0x4c3a4e(0x1c9)]&&(_0x20c4b4[_0x4c3a4e(0x1c9)][_0x4c3a4e(0x1c7)](function(_0x2a76cf,_0x484022){const _0x31f6ba=_0x4c3a4e;return _0x2a76cf['rank']-_0x484022[_0x31f6ba(0x1a4)];}),_0x20c4b4[_0x4c3a4e(0x1c9)][_0x4c3a4e(0x1db)](_0x1e7851=>{const _0x262492=_0x4c3a4e;0x1!=_0x1e7851[_0x262492(0x21f)]&&(_0x1e7851[_0x262492(0x1b7)]=_0x20c4b4,_0x1893e1[_0x262492(0x1f1)](_0x1e7851));}));});let _0x122a75=_0x1893e1[_0x44ab5c(0x1c4)](_0x4cebc3=>{const _0xadffe3=_0x44ab5c;if(_0xadffe3(0x200)==_0x4cebc3[_0xadffe3(0x1fb)]||_0xadffe3(0x20c)==_0x4cebc3[_0xadffe3(0x1fb)]){let _0x468cb6={'id':_0x4cebc3['id'],'parent':!0x0,'name':TermsUtil['tMenu'](_0x4cebc3[_0xadffe3(0x1a1)]),'icon':_0x4cebc3[_0xadffe3(0x209)],'type':'GROUP'==_0x4cebc3[_0xadffe3(0x1fb)]?_0xadffe3(0x224):'','menus':[]};return _0x4cebc3[_0xadffe3(0x1ad)]&&(_0x468cb6[_0xadffe3(0x1e4)]=_0x4cebc3[_0xadffe3(0x1ad)]),_0x468cb6;}return{'id':'0'};})[_0x44ab5c(0x1dc)](_0x1cc3fe=>'0'!=_0x1cc3fe['id']),_0x4eea59=_0x1893e1['map'](_0x32c2ca=>{const _0x540d5d=_0x44ab5c;if(_0x540d5d(0x217)==_0x32c2ca['menuType']||_0x540d5d(0x1bb)==_0x32c2ca[_0x540d5d(0x1fb)]){let _0x13e51a=_0x122a75[_0x540d5d(0x1de)](_0x465fe5=>_0x465fe5['id']==_0x32c2ca['parent']['id']);if(_0x13e51a){let _0x29a8df=TermsUtil[_0x540d5d(0x1bc)](_0x32c2ca[_0x540d5d(0x1a1)]);return'SCREEN'==_0x32c2ca['menuType']&&_0x13e51a['menus']['push']({'id':_0x32c2ca['id'],'name':_0x29a8df,'path':_0x32c2ca[_0x540d5d(0x1ad)],'icon':_0x32c2ca['iconPath']}),{'id':_0x32c2ca['id'],'parent':!0x1,'parent_id':_0x13e51a['id'],'title':_0x29a8df,'tagname':_0x32c2ca['category'],'page':_0x32c2ca[_0x540d5d(0x1ad)],'template':_0x32c2ca['resourceUrl'],'routing_type':_0x32c2ca[_0x540d5d(0x207)]};}return{'id':'0'};}return _0x540d5d(0x1a3)==_0x32c2ca[_0x540d5d(0x1fb)]?{'id':_0x32c2ca['id'],'parent':!0x0,'parent_id':null,'title':TermsUtil[_0x540d5d(0x1bc)](_0x32c2ca[_0x540d5d(0x1a1)]),'tagname':_0x32c2ca[_0x540d5d(0x220)],'page':_0x32c2ca[_0x540d5d(0x1ad)],'template':_0x32c2ca[_0x540d5d(0x1d7)],'routing_type':_0x32c2ca['routingType']}:{'id':'0'};})[_0x44ab5c(0x1dc)](_0x35f788=>null!=_0x35f788&&'0'!=_0x35f788['id']);_0x122a75[_0x44ab5c(0x1dc)](_0x50f05e=>_0x44ab5c(0x224)==_0x50f05e['type']&&_0x50f05e['menus']&&_0x50f05e[_0x44ab5c(0x21b)]['length']>0x0)['forEach'](_0xc8d278=>{const _0x14e0e6=_0x44ab5c;let _0x10375e=_0x122a75[_0x14e0e6(0x1dd)](_0x21d4c0=>_0x21d4c0['id']==_0xc8d278['id'])+0x1;_0x122a75[_0x14e0e6(0x20e)](_0x10375e,0x0,..._0xc8d278['menus']);});let _0x3c427f=0x0;return _0x122a75[_0x44ab5c(0x1db)](_0x254e1e=>{const _0x555cb1=_0x44ab5c;_0x555cb1(0x1aa)==_0x254e1e[_0x555cb1(0x1e4)]?(_0x3c427f++,_0x254e1e['badge']=()=>asyncReplace(generateActivitySummary(_0x555cb1(0x1ea))),_0x254e1e['active']=({path:_0x345257})=>/^activity\//[_0x555cb1(0x1b4)](_0x345257)):_0x555cb1(0x1fa)==_0x254e1e['path']?(_0x3c427f++,_0x254e1e[_0x555cb1(0x1a8)]=()=>asyncReplace(generateActivitySummary(_0x555cb1(0x1bf))),_0x254e1e[_0x555cb1(0x1ff)]=({path:_0x556080})=>/^activity\//[_0x555cb1(0x1b4)](_0x556080)):_0x555cb1(0x1e3)==_0x254e1e[_0x555cb1(0x1e4)]&&(_0x3c427f++,_0x254e1e['badge']=()=>asyncReplace(generateActivitySummary('numberOfDrafts')));}),_0x3c427f>0x0&&startSubscribeActivitySummary(),{'menus':_0x122a75,'routes':_0x4eea59};}static async[a0_0x20ba37(0x19f)](){const _0x3ba17a=a0_0x20ba37;let _0xfea964=await ServiceUtil[_0x3ba17a(0x1a2)](_0x3ba17a(0x21b),[{'name':'hiddenFlag','operator':_0x3ba17a(0x225),'value':!0x0},{'name':_0x3ba17a(0x1fb),'operator':'in','value':['HOME',_0x3ba17a(0x20c),_0x3ba17a(0x200)]}],[{'name':'rank'}],0x0,0x0,_0x3ba17a(0x1c5));return _0xfea964?_0xfea964[_0x3ba17a(0x211)]:[];}static async[a0_0x20ba37(0x201)](_0x10f6f3){const _0x51180d=a0_0x20ba37;if(_0x10f6f3[_0x51180d(0x1a9)]&&_0x10f6f3[_0x51180d(0x1a9)][_0x51180d(0x1ba)]>0x0){let _0x594cde=_0x10f6f3[_0x51180d(0x1a9)][0x0],_0x5f4388=_0x594cde[_0x51180d(0x1ce)],_0x281639=_0x594cde[_0x51180d(0x1ce)];_0x594cde['extensions']&&(_0x281639=_0x594cde[_0x51180d(0x1c8)][_0x51180d(0x1ca)]),await UiUtil[_0x51180d(0x1b8)](_0x281639,_0x5f4388,_0x51180d(0x1a7),_0x51180d(0x221));}}static async[a0_0x20ba37(0x1cc)](_0x4e36a1){const _0x2d247e=a0_0x20ba37;_0x4e36a1&&(_0x4e36a1[_0x2d247e(0x1fd)]&&_0x4e36a1[_0x2d247e(0x1fd)]['result']?await ServiceUtil[_0x2d247e(0x201)](_0x4e36a1[_0x2d247e(0x1fd)][_0x2d247e(0x204)]):await UiUtil[_0x2d247e(0x1b8)]('Graphql\x20Error',_0x4e36a1['message'],_0x2d247e(0x1a7),_0x2d247e(0x221)));}static async[a0_0x20ba37(0x1ac)](_0x212182,_0x49d418,_0x176f78){const _0x173e31=a0_0x20ba37;var _0x5ee2c5=_0x176f78[_0x173e31(0x1f3)]['columns']['filter'](_0x73362a=>_0x173e31(0x1b5)!==_0x73362a['type']&&void 0x0!==_0x73362a['record']&&void 0x0!==_0x73362a['imex']&&!0x0!==_0x73362a[_0x173e31(0x1f2)])['map'](_0x47d0cf=>_0x47d0cf[_0x173e31(0x1c6)]),_0x47f3f9=_0x176f78[_0x173e31(0x1d1)]['records'][_0x173e31(0x1c4)](_0x6ee720=>({..._0x176f78[_0x173e31(0x1f3)][_0x173e31(0x210)][_0x173e31(0x1dc)](_0x8a072e=>_0x173e31(0x1b5)!==_0x8a072e[_0x173e31(0x1b9)]&&void 0x0!==_0x8a072e[_0x173e31(0x1e8)]&&void 0x0!==_0x8a072e[_0x173e31(0x1c6)]&&!0x0!==_0x8a072e[_0x173e31(0x1f2)])[_0x173e31(0x1c0)]((_0x2d251e,_0x22502c)=>(_0x2d251e[_0x22502c[_0x173e31(0x1c6)][_0x173e31(0x1f7)]]=_0x22502c[_0x173e31(0x1c6)][_0x173e31(0x1f7)][_0x173e31(0x223)]('.')['reduce']((_0x3c52f1,_0x1bf155)=>_0x3c52f1&&_0x173e31(0x1df)!==_0x3c52f1[_0x1bf155]?_0x3c52f1[_0x1bf155]:void 0x0,_0x6ee720),_0x2d251e),{})}));if(!_0x212182)return{'header':_0x5ee2c5,'data':_0x47f3f9};store[_0x173e31(0x1fc)]({'type':EXPORT,'exportable':{'extension':'xlsx','name':_0x49d418,'data':{'header':_0x5ee2c5,'data':_0x47f3f9}}});}static async[a0_0x20ba37(0x1a2)](_0x43c612,_0x1a6e7a,_0x4e7fc1,_0x41dc87,_0x3d7ade,_0x2fe2db){const _0x26a3d7=a0_0x20ba37;try{const _0x4b5abf=await client[_0x26a3d7(0x1f6)]({'query':a0_0x240a15`
12
12
  query ($filters: [Filter!], $pagination: Pagination, $sortings: [Sorting!]) {
13
- ${_0x1ac866}(filters: $filters, pagination: $pagination, sortings: $sortings) {
13
+ ${_0x43c612}(filters: $filters, pagination: $pagination, sortings: $sortings) {
14
14
  items {
15
- ${_0x1e189f}
15
+ ${_0x2fe2db}
16
16
  }
17
17
  total
18
18
  }
19
19
  }
20
- `,'variables':{'filters':_0x3c2be9,'sortings':_0x4f39ae,'pagination':{'page':_0x39e2f1,'limit':_0x29a061}}});if(!_0x32f510[_0x16bf40(0x1e6)])return{'records':_0x32f510['data'][_0x1ac866][_0x16bf40(0x1fc)],'total':_0x32f510[_0x16bf40(0x1de)][_0x1ac866][_0x16bf40(0x1d8)]};ServiceUtil[_0x16bf40(0x222)](_0x32f510);}catch(_0xb20519){ServiceUtil[_0x16bf40(0x1c8)](_0xb20519);}return null;}static async[a0_0x3f28ae(0x20f)](_0x53e0d9,_0x8d3eb9,_0x3f7c84){const _0x4c6298=a0_0x3f28ae;try{let _0x3d6500=await client[_0x4c6298(0x220)]({'query':a0_0x41718c`
20
+ `,'variables':{'filters':_0x1a6e7a,'sortings':_0x4e7fc1,'pagination':{'page':_0x41dc87,'limit':_0x3d7ade}}});if(!_0x4b5abf[_0x26a3d7(0x1a9)])return{'records':_0x4b5abf[_0x26a3d7(0x1d1)][_0x43c612][_0x26a3d7(0x1fe)],'total':_0x4b5abf[_0x26a3d7(0x1d1)][_0x43c612][_0x26a3d7(0x1be)]};ServiceUtil[_0x26a3d7(0x201)](_0x4b5abf);}catch(_0x1a5cec){ServiceUtil[_0x26a3d7(0x1cc)](_0x1a5cec);}return null;}static async['findOne'](_0x24aa82,_0x158900,_0x2c589b){const _0x47589f=a0_0x20ba37;try{let _0x318617=await client[_0x47589f(0x1f6)]({'query':a0_0x240a15`
21
21
  query ($id: String!) {
22
- ${_0x53e0d9}(id: $id) {
23
- ${_0x3f7c84}
22
+ ${_0x24aa82}(id: $id) {
23
+ ${_0x2c589b}
24
24
  }
25
25
  }
26
- `,'variables':{'id':_0x8d3eb9}});if(!_0x3d6500['errors'])return _0x3d6500[_0x4c6298(0x1de)][_0x53e0d9]||{};ServiceUtil[_0x4c6298(0x222)](_0x3d6500);}catch(_0x9e6d0d){ServiceUtil[_0x4c6298(0x1c8)](_0x9e6d0d);}return null;}static[a0_0x3f28ae(0x1f1)](_0x2afc32,_0x322d71){const _0x3644e7=a0_0x3f28ae,_0x130b6a=_0x2afc32[_0x3644e7(0x1c2)]['map'](_0x211400=>_0x211400['id']);return ValueUtil[_0x3644e7(0x1fb)](_0x130b6a)&&0x1==_0x322d71&&UiUtil['showAlertPopup']('text.nothing_selected','text.there_is_nothing_to_delete',_0x3644e7(0x1fe),'confirm'),_0x130b6a;}static async[a0_0x3f28ae(0x218)](_0x17aea9,_0x31c41b){const _0x4edefb=a0_0x3f28ae;let _0x13f16d=ServiceUtil['getSelectedIdList'](_0x17aea9,!0x0);ValueUtil[_0x4edefb(0x1f8)](_0x13f16d)&&(await ServiceUtil[_0x4edefb(0x1d4)](_0x13f16d,_0x31c41b)&&_0x17aea9['fetch']());}static async['deleteListByIds'](_0x48f796,_0x27dc07){const _0x4291f5=a0_0x3f28ae;if(!(await UiUtil[_0x4291f5(0x1f9)]('button.delete',_0x4291f5(0x1bb),'question','delete','cancel'))[_0x4291f5(0x209)])return!0x1;try{const _0x138cdc=await client[_0x4291f5(0x220)]({'query':a0_0x41718c`
26
+ `,'variables':{'id':_0x158900}});if(!_0x318617[_0x47589f(0x1a9)])return _0x318617['data'][_0x24aa82]||{};ServiceUtil['showGraphqlErrorResponse'](_0x318617);}catch(_0x199f01){ServiceUtil[_0x47589f(0x1cc)](_0x199f01);}return null;}static[a0_0x20ba37(0x1d4)](_0x4dd03c,_0x2cb820){const _0x152523=a0_0x20ba37,_0x4a7c0a=_0x4dd03c[_0x152523(0x213)]['map'](_0x35cd4b=>_0x35cd4b['id']);return ValueUtil[_0x152523(0x1e7)](_0x4a7c0a)&&0x1==_0x2cb820&&UiUtil['showAlertPopup']('text.nothing_selected',_0x152523(0x1d5),'info',_0x152523(0x221)),_0x4a7c0a;}static async[a0_0x20ba37(0x1d6)](_0x2b2b67,_0x50a48b){const _0x22e638=a0_0x20ba37;let _0x16b5c8=ServiceUtil['getSelectedIdList'](_0x2b2b67,!0x0);ValueUtil[_0x22e638(0x1ee)](_0x16b5c8)&&(await ServiceUtil[_0x22e638(0x216)](_0x16b5c8,_0x50a48b)&&_0x2b2b67[_0x22e638(0x1bd)]());}static async[a0_0x20ba37(0x216)](_0x4d1043,_0x12d962){const _0x2aabcc=a0_0x20ba37;if(!(await UiUtil[_0x2aabcc(0x1b8)]('button.delete',_0x2aabcc(0x1c1),_0x2aabcc(0x1af),_0x2aabcc(0x1d0),_0x2aabcc(0x1f5)))[_0x2aabcc(0x20b)])return!0x1;try{const _0x34b009=await client[_0x2aabcc(0x1f6)]({'query':a0_0x240a15`
27
27
  mutation {
28
- ${_0x27dc07}(${gqlBuilder[_0x4291f5(0x1ac)]({'ids':_0x48f796})})
28
+ ${_0x12d962}(${gqlBuilder['buildArgs']({'ids':_0x4d1043})})
29
29
  }
30
- `});if(!_0x138cdc[_0x4291f5(0x1e6)])return UiUtil[_0x4291f5(0x1e5)]('info',TermsUtil[_0x4291f5(0x1b9)](_0x4291f5(0x227))),!0x0;ServiceUtil['showGraphqlErrorResponse'](_0x138cdc);}catch(_0x416532){ServiceUtil[_0x4291f5(0x1c8)](_0x416532);}return!0x1;}static async[a0_0x3f28ae(0x212)](_0xcebc9b,_0x590a9f){const _0x4a0da4=a0_0x3f28ae;let _0x34c2ad=ServiceUtil[_0x4a0da4(0x1b0)](_0xcebc9b);if(ValueUtil[_0x4a0da4(0x1f8)](_0x34c2ad)){let _0x5e4fcd=await ServiceUtil['updateMultiple'](_0x590a9f,_0x34c2ad);if(_0x5e4fcd)return _0xcebc9b[_0x4a0da4(0x21a)](),_0x5e4fcd;}return!0x1;}static async['updateMultiple'](_0x119e94,_0x4ed62e){const _0x2f8a6f=a0_0x3f28ae;try{const _0x13baa2=await client[_0x2f8a6f(0x220)]({'query':a0_0x41718c`
30
+ `});if(!_0x34b009[_0x2aabcc(0x1a9)])return UiUtil[_0x2aabcc(0x1d2)](_0x2aabcc(0x212),TermsUtil[_0x2aabcc(0x1e1)]('success\x20to\x20delete')),!0x0;ServiceUtil['showGraphqlErrorResponse'](_0x34b009);}catch(_0x27940d){ServiceUtil[_0x2aabcc(0x1cc)](_0x27940d);}return!0x1;}static async['updateMultipleData'](_0x219b66,_0x4666f9){const _0x1ab96f=a0_0x20ba37;let _0x15a1b1=ServiceUtil[_0x1ab96f(0x1c2)](_0x219b66);if(ValueUtil[_0x1ab96f(0x1ee)](_0x15a1b1)){let _0x32d841=await ServiceUtil['updateMultiple'](_0x4666f9,_0x15a1b1);if(_0x32d841)return _0x219b66[_0x1ab96f(0x1bd)](),_0x32d841;}return!0x1;}static async[a0_0x20ba37(0x208)](_0x4c650b,_0x324009){const _0x438504=a0_0x20ba37;try{const _0x491b61=await client['query']({'query':a0_0x240a15`
31
31
  mutation {
32
- ${_0x119e94}(${gqlBuilder['buildArgs']({'patches':_0x4ed62e})}) {
32
+ ${_0x4c650b}(${gqlBuilder[_0x438504(0x1e9)]({'patches':_0x324009})}) {
33
33
  id
34
34
  }
35
35
  }
36
- `,'context':{'hasUpload':!0x0}});if(!_0x13baa2[_0x2f8a6f(0x1e6)])return UiUtil['showToast'](_0x2f8a6f(0x1fe),TermsUtil['tText'](_0x2f8a6f(0x1c0))),!0x0;ServiceUtil[_0x2f8a6f(0x222)](_0x13baa2);}catch(_0x5667f8){ServiceUtil['showGraphqlException'](_0x5667f8);}return!0x1;}static[a0_0x3f28ae(0x1b0)](_0x94a223,_0x210ac8=!0x1){const _0x3424d7=a0_0x3f28ae;let _0x197c01=_0x94a223['dirtyRecords'];if(_0x197c01&&0x0!=_0x197c01[_0x3424d7(0x207)])return _0x197c01['map'](_0x57941e=>{const _0x4ed350=_0x3424d7;let _0x5cb2b0=_0x57941e['id']?{'id':_0x57941e['id']}:{};for(let _0x457569 in _0x57941e)[_0x4ed350(0x204),_0x4ed350(0x1d9),_0x4ed350(0x1d5),_0x4ed350(0x1dd),_0x4ed350(0x20b),'__dirtyfields__',_0x4ed350(0x205),_0x4ed350(0x203),_0x4ed350(0x1fa)][_0x4ed350(0x219)](_0x457569)||(_0x57941e[_0x457569]&&_0x4ed350(0x211)==typeof _0x57941e[_0x457569]&&0x0==_0x210ac8?_0x5cb2b0[_0x457569]={'id':_0x57941e[_0x457569]['id']}:_0x5cb2b0[_0x457569]=_0x57941e[_0x457569]);return _0x5cb2b0[_0x4ed350(0x1e1)]=_0x57941e[_0x4ed350(0x20b)],_0x5cb2b0;});UiUtil[_0x3424d7(0x1f9)](_0x3424d7(0x22a),'text.NOTHING_CHANGED',_0x3424d7(0x1fe),'confirm');}static async[a0_0x3f28ae(0x1d3)](_0x15b37d,_0x511c78,_0x24c38c){const _0x14b59e=a0_0x3f28ae;let _0xfd1286=!0x0;_0x15b37d&&(_0xfd1286=(await UiUtil[_0x14b59e(0x1f9)]('button.'+_0x15b37d,_0x14b59e(0x1bb),'question',_0x14b59e(0x1f2),_0x14b59e(0x1b5)))[_0x14b59e(0x209)]);if(_0xfd1286)try{const _0x58defa=await client[_0x14b59e(0x220)]({'query':a0_0x41718c`
36
+ `,'context':{'hasUpload':!0x0}});if(!_0x491b61[_0x438504(0x1a9)])return UiUtil['showToast'](_0x438504(0x212),TermsUtil[_0x438504(0x1e1)](_0x438504(0x203))),!0x0;ServiceUtil[_0x438504(0x201)](_0x491b61);}catch(_0x2ad73f){ServiceUtil[_0x438504(0x1cc)](_0x2ad73f);}return!0x1;}static['patchesForUpdateMultiple'](_0x27e289,_0x24559a=!0x1){const _0x638a98=a0_0x20ba37;let _0x2e57c=_0x27e289[_0x638a98(0x222)];if(_0x2e57c&&0x0!=_0x2e57c[_0x638a98(0x1ba)])return _0x2e57c['map'](_0x58cc2a=>{const _0x198197=_0x638a98;let _0x5472b5=_0x58cc2a['id']?{'id':_0x58cc2a['id']}:{};for(let _0x289220 in _0x58cc2a)['creator',_0x198197(0x1f9),_0x198197(0x214),_0x198197(0x1e2),_0x198197(0x1e0),_0x198197(0x1b2),_0x198197(0x1ef),_0x198197(0x20a),_0x198197(0x1f0)][_0x198197(0x1b1)](_0x289220)||(_0x58cc2a[_0x289220]&&_0x198197(0x1a6)==typeof _0x58cc2a[_0x289220]&&0x0==_0x24559a?_0x5472b5[_0x289220]={'id':_0x58cc2a[_0x289220]['id']}:_0x5472b5[_0x289220]=_0x58cc2a[_0x289220]);return _0x5472b5[_0x198197(0x21a)]=_0x58cc2a[_0x198197(0x1e0)],_0x5472b5;});UiUtil[_0x638a98(0x1b8)]('text.nothing_changed',_0x638a98(0x202),_0x638a98(0x212),'confirm');}static async[a0_0x20ba37(0x21d)](_0xee0e17,_0x24cf72,_0x8d0065){const _0x5f425d=a0_0x20ba37;let _0x866b5c=!0x0;_0xee0e17&&(_0x866b5c=(await UiUtil[_0x5f425d(0x1b8)](_0x5f425d(0x1cf)+_0xee0e17,_0x5f425d(0x1c1),'question',_0x5f425d(0x221),_0x5f425d(0x1f5)))[_0x5f425d(0x20b)]);if(_0x866b5c)try{const _0x4225e9=await client[_0x5f425d(0x1f6)]({'query':a0_0x240a15`
37
37
  mutation ($scenarioName: String!, $variables: Object) {
38
38
  runScenario(scenarioName: $scenarioName, variables: $variables) {
39
39
  state
@@ -42,4 +42,4 @@ function a0_0x35ac(_0x169c93,_0x87878d){const _0x18db96=a0_0x18db();return a0_0x
42
42
  __typename
43
43
  }
44
44
  }
45
- `,'variables':{'scenarioName':_0x511c78,'variables':_0x24c38c}});if(_0x58defa[_0x14b59e(0x1e6)])ServiceUtil['showGraphqlErrorResponse'](_0x58defa);else{if(this['checkClientError'](_0x58defa))return UiUtil[_0x14b59e(0x1e5)]('info',TermsUtil[_0x14b59e(0x1b9)]('success\x20to\x20process')),_0x58defa;}}catch(_0x49e35e){ServiceUtil[_0x14b59e(0x1c8)](_0x49e35e);}return!0x1;}static['checkClientError'](_0x4a73c2){const _0x3ff4e5=a0_0x3f28ae;if(_0x4a73c2&&_0x4a73c2[_0x3ff4e5(0x1de)]&&_0x4a73c2[_0x3ff4e5(0x1de)][_0x3ff4e5(0x1e4)]&&_0x4a73c2['data']['runScenario'][_0x3ff4e5(0x1de)]&&_0x4a73c2['data'][_0x3ff4e5(0x1e4)]['data'][_0x3ff4e5(0x1e0)]){let _0x397ec4=_0x4a73c2[_0x3ff4e5(0x1de)][_0x3ff4e5(0x1e4)][_0x3ff4e5(0x1de)]['error'];return UiUtil[_0x3ff4e5(0x1f9)](_0x397ec4[_0x3ff4e5(0x1e8)],_0x397ec4[_0x3ff4e5(0x22c)],_0x3ff4e5(0x1e0),'confirm'),!0x1;}return!0x0;}}
45
+ `,'variables':{'scenarioName':_0x24cf72,'variables':_0x8d0065}});if(_0x4225e9[_0x5f425d(0x1a9)])ServiceUtil[_0x5f425d(0x201)](_0x4225e9);else{if(this['checkClientError'](_0x4225e9))return UiUtil[_0x5f425d(0x1d2)](_0x5f425d(0x212),TermsUtil[_0x5f425d(0x1e1)](_0x5f425d(0x1f8))),_0x4225e9;}}catch(_0x129132){ServiceUtil[_0x5f425d(0x1cc)](_0x129132);}return!0x1;}static[a0_0x20ba37(0x1cd)](_0x4b2a54){const _0x54e858=a0_0x20ba37;if(_0x4b2a54&&_0x4b2a54[_0x54e858(0x1d1)]&&_0x4b2a54[_0x54e858(0x1d1)][_0x54e858(0x218)]&&_0x4b2a54[_0x54e858(0x1d1)]['runScenario'][_0x54e858(0x1d1)]&&_0x4b2a54[_0x54e858(0x1d1)]['runScenario'][_0x54e858(0x1d1)][_0x54e858(0x1a7)]){let _0x32926f=_0x4b2a54[_0x54e858(0x1d1)][_0x54e858(0x218)][_0x54e858(0x1d1)][_0x54e858(0x1a7)];return UiUtil[_0x54e858(0x1b8)](_0x32926f['title'],_0x32926f[_0x54e858(0x1ce)],_0x54e858(0x1a7),'confirm'),!0x1;}return!0x0;}}
@@ -1,4 +1,4 @@
1
- function a0_0x2d3f(){const _0x5022d4=['replace','363TZwJqr','tError','396350VvitcS','data','forEach','title','locale','87120IWlzfL','category','20761272kDdhVW','name','errors','label','text','keys','button','tLabel','error','translate','query','tText','total','1297332ycuZiQ','tMenu','2690565kWACXD','fetchTerminologies','7WXxbfb','4rdfyBE','280tLSMKa','2494265QLCeAr','tTitle','terminologies','META_TERMS','field','records','items','display','2VPSwfb','menu','1250821YVukIr'];a0_0x2d3f=function(){return _0x5022d4;};return a0_0x2d3f();}const a0_0x345a8d=a0_0x59d9;(function(_0x29a607,_0x580146){const _0x474798=a0_0x59d9,_0x88d97c=_0x29a607();while(!![]){try{const _0x3936f9=-parseInt(_0x474798(0x138))/0x1*(-parseInt(_0x474798(0x136))/0x2)+-parseInt(_0x474798(0x129))/0x3*(parseInt(_0x474798(0x12c))/0x4)+-parseInt(_0x474798(0x12e))/0x5+-parseInt(_0x474798(0x127))/0x6*(-parseInt(_0x474798(0x12b))/0x7)+-parseInt(_0x474798(0x12d))/0x8*(-parseInt(_0x474798(0x141))/0x9)+-parseInt(_0x474798(0x13c))/0xa*(parseInt(_0x474798(0x13a))/0xb)+parseInt(_0x474798(0x143))/0xc;if(_0x3936f9===_0x580146)break;else _0x88d97c['push'](_0x88d97c['shift']());}catch(_0x5c2538){_0x88d97c['push'](_0x88d97c['shift']());}}}(a0_0x2d3f,0xcb31e));import a0_0x46edad from'graphql-tag';function a0_0x59d9(_0x133408,_0x33a539){const _0x2d3f1d=a0_0x2d3f();return a0_0x59d9=function(_0x59d9cd,_0x3597cd){_0x59d9cd=_0x59d9cd-0x120;let _0x21894a=_0x2d3f1d[_0x59d9cd];return _0x21894a;},a0_0x59d9(_0x133408,_0x33a539);}import{client}from'@operato/graphql';import{i18next}from'@operato/i18n';export class TermsUtil{[a0_0x345a8d(0x131)]=null;static async['downloadTerminologies'](_0x3e7456){const _0x39f051=a0_0x345a8d;let _0x41c38a=(await TermsUtil['fetchTerminologies'](_0x3e7456))[_0x39f051(0x133)];_0x41c38a&&_0x41c38a['length']>0x0&&(this[_0x39f051(0x131)]={},_0x41c38a[_0x39f051(0x13e)](_0x5e3e16=>{const _0x3c40f2=_0x39f051;let _0x31f0d8=_0x5e3e16[_0x3c40f2(0x142)]+'.'+_0x5e3e16[_0x3c40f2(0x144)];this['META_TERMS'][_0x31f0d8]=_0x5e3e16[_0x3c40f2(0x135)];}));}static async[a0_0x345a8d(0x12a)](_0xbe84e2){const _0xa65a7=a0_0x345a8d;let _0x3cd51f=[{'name':_0xa65a7(0x140),'operator':'eq','value':_0xbe84e2}];const _0xe57150=await client[_0xa65a7(0x124)]({'query':a0_0x46edad`
1
+ function a0_0x2d62(_0x399424,_0x39f26f){const _0x41f022=a0_0x41f0();return a0_0x2d62=function(_0x2d6283,_0x3a94b1){_0x2d6283=_0x2d6283-0xa9;let _0x2e5378=_0x41f022[_0x2d6283];return _0x2e5378;},a0_0x2d62(_0x399424,_0x39f26f);}function a0_0x41f0(){const _0x2b14f0=['label','793179MLfHvh','1841408PhCGrV','menu','tError','tText','132DFtifM','fetchTerminologies','title','2162352kMkEcF','1259909QUEXTO','error','1900590Hlnljw','keys','META_TERMS','records','category','button','tButton','field','translate','6riykdE','tField','forEach','136398DPlGkh','total','name','replace','terminologies','display','query','tLabel','2613kdQIDU','text'];a0_0x41f0=function(){return _0x2b14f0;};return a0_0x41f0();}const a0_0x2e849c=a0_0x2d62;(function(_0x399f21,_0x1e6517){const _0x59efa4=a0_0x2d62,_0x59da80=_0x399f21();while(!![]){try{const _0x284f4e=-parseInt(_0x59efa4(0xc3))/0x1*(-parseInt(_0x59efa4(0xc0))/0x2)+-parseInt(_0x59efa4(0xa9))/0x3*(parseInt(_0x59efa4(0xb1))/0x4)+-parseInt(_0x59efa4(0xb7))/0x5+parseInt(_0x59efa4(0xb4))/0x6+parseInt(_0x59efa4(0xb5))/0x7+-parseInt(_0x59efa4(0xad))/0x8+-parseInt(_0x59efa4(0xac))/0x9;if(_0x284f4e===_0x1e6517)break;else _0x59da80['push'](_0x59da80['shift']());}catch(_0x31009b){_0x59da80['push'](_0x59da80['shift']());}}}(a0_0x41f0,0x364c5));import a0_0x681826 from'graphql-tag';import{client}from'@operato/graphql';import{i18next}from'@operato/i18n';export class TermsUtil{[a0_0x2e849c(0xb9)]=null;static async['downloadTerminologies'](_0x563680){const _0x25de2d=a0_0x2e849c;let _0x15ce9b=(await TermsUtil[_0x25de2d(0xb2)](_0x563680))[_0x25de2d(0xba)];_0x15ce9b&&_0x15ce9b['length']>0x0&&(this[_0x25de2d(0xb9)]={},_0x15ce9b[_0x25de2d(0xc2)](_0x380c12=>{const _0x149370=_0x25de2d;let _0x40b412=_0x380c12['category']+'.'+_0x380c12[_0x149370(0xc5)];this[_0x149370(0xb9)][_0x40b412]=_0x380c12[_0x149370(0xc8)];}));}static async[a0_0x2e849c(0xb2)](_0x17e665){const _0x410785=a0_0x2e849c;let _0x3069ad=[{'name':'locale','operator':'eq','value':_0x17e665}];const _0x4b0f01=await client[_0x410785(0xc9)]({'query':a0_0x681826`
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_0x2d3f(){const _0x5022d4=['replace','363TZwJqr','tError','396350Vvit
11
11
  total
12
12
  }
13
13
  }
14
- `,'variables':{'filters':_0x3cd51f,'sortings':[{'name':_0xa65a7(0x142)},{'name':_0xa65a7(0x144)}],'pagination':{'page':0x0,'limit':0x0}}});if(!_0xe57150[_0xa65a7(0x145)])return{'records':_0xe57150[_0xa65a7(0x13d)]['terminologies'][_0xa65a7(0x134)]||[],'total':_0xe57150[_0xa65a7(0x13d)][_0xa65a7(0x130)][_0xa65a7(0x126)]||0x0};}static[a0_0x345a8d(0x121)](_0x2f5041,_0x1c5d48){const _0x42cdfd=a0_0x345a8d;let _0x2b38c1=TermsUtil['translate'](_0x42cdfd(0x146),_0x2f5041,_0x1c5d48,null);return _0x2b38c1||TermsUtil[_0x42cdfd(0x123)](_0x42cdfd(0x132),_0x2f5041,_0x1c5d48,_0x2f5041);}static['tField'](_0x42df32,_0x3f651b){const _0x395280=a0_0x345a8d;let _0x33fc2c=TermsUtil[_0x395280(0x123)](_0x395280(0x132),_0x42df32,_0x3f651b,null);return _0x33fc2c||TermsUtil[_0x395280(0x123)](_0x395280(0x132),_0x42df32,_0x3f651b,_0x42df32);}static['tButton'](_0x507a58){const _0x3a4999=a0_0x345a8d;return TermsUtil['translate'](_0x3a4999(0x120),_0x507a58,null,_0x507a58);}static[a0_0x345a8d(0x12f)](_0x5f1205,_0x15b5a6){const _0x2e1ce7=a0_0x345a8d;let _0x149b31=TermsUtil['translate'](_0x2e1ce7(0x13f),_0x5f1205,_0x15b5a6,null);return _0x149b31||TermsUtil[_0x2e1ce7(0x123)](_0x2e1ce7(0x137),_0x5f1205,_0x15b5a6,_0x5f1205);}static[a0_0x345a8d(0x128)](_0x2597a4){const _0x137129=a0_0x345a8d;let _0x400414=TermsUtil[_0x137129(0x123)](_0x137129(0x137),_0x2597a4,null,_0x2597a4);return _0x400414||TermsUtil['translate'](_0x137129(0x13f),_0x2597a4,null,_0x2597a4);}static[a0_0x345a8d(0x125)](_0x2b9bf0,_0x3a34fb){const _0x1f5f65=a0_0x345a8d;return TermsUtil['translate'](_0x1f5f65(0x147),_0x2b9bf0,_0x3a34fb,_0x2b9bf0);}static[a0_0x345a8d(0x13b)](_0x451936,_0x36622c){const _0xafb0aa=a0_0x345a8d;return TermsUtil[_0xafb0aa(0x123)](_0xafb0aa(0x122),_0x451936,_0x36622c,_0x451936);}static[a0_0x345a8d(0x123)](_0x5919c9,_0x66924b,_0xe1680c,_0x50af6b){let _0x1070e3=_0x5919c9+'.'+_0x66924b;return TermsUtil['t'](_0x1070e3,_0xe1680c,_0x50af6b);}static['t'](_0xccc4ba,_0x3ac0ff,_0x203678){const _0x294d80=a0_0x345a8d;let _0x332c8b=this['META_TERMS']?this[_0x294d80(0x131)][_0xccc4ba]:null;return _0x332c8b=_0x332c8b||i18next['t'](_0xccc4ba),_0x332c8b&&_0xccc4ba!=_0x332c8b?(_0x3ac0ff&&Object[_0x294d80(0x148)](_0x3ac0ff)[_0x294d80(0x13e)](function(_0x8d5002){const _0x4359c6=_0x294d80;var _0x2f7c97='\x5c{'+_0x8d5002[_0x4359c6(0x139)](/\$/,'\x5c$')+'\x5c}',_0x4d1b66=new RegExp(_0x2f7c97,'gi');_0x332c8b=_0x332c8b[_0x4359c6(0x139)](_0x4d1b66,_0x3ac0ff[_0x8d5002]);}),_0x332c8b):_0x203678;}}
14
+ `,'variables':{'filters':_0x3069ad,'sortings':[{'name':_0x410785(0xbb)},{'name':_0x410785(0xc5)}],'pagination':{'page':0x0,'limit':0x0}}});if(!_0x4b0f01['errors'])return{'records':_0x4b0f01['data'][_0x410785(0xc7)]['items']||[],'total':_0x4b0f01['data'][_0x410785(0xc7)][_0x410785(0xc4)]||0x0};}static[a0_0x2e849c(0xca)](_0x29c18c,_0x12dbdc){const _0x8adec3=a0_0x2e849c;let _0x540ae3=TermsUtil[_0x8adec3(0xbf)](_0x8adec3(0xab),_0x29c18c,_0x12dbdc,null);return _0x540ae3||TermsUtil[_0x8adec3(0xbf)](_0x8adec3(0xbe),_0x29c18c,_0x12dbdc,_0x29c18c);}static[a0_0x2e849c(0xc1)](_0x2de0fc,_0x30ae57){const _0x268056=a0_0x2e849c;let _0x188c6a=TermsUtil[_0x268056(0xbf)]('field',_0x2de0fc,_0x30ae57,null);return _0x188c6a||TermsUtil[_0x268056(0xbf)](_0x268056(0xbe),_0x2de0fc,_0x30ae57,_0x2de0fc);}static[a0_0x2e849c(0xbd)](_0x1c8629){const _0x2ac28d=a0_0x2e849c;return TermsUtil[_0x2ac28d(0xbf)](_0x2ac28d(0xbc),_0x1c8629,null,_0x1c8629);}static['tTitle'](_0x597417,_0x469277){const _0xb30ea7=a0_0x2e849c;let _0x1947e4=TermsUtil[_0xb30ea7(0xbf)](_0xb30ea7(0xb3),_0x597417,_0x469277,null);return _0x1947e4||TermsUtil[_0xb30ea7(0xbf)](_0xb30ea7(0xae),_0x597417,_0x469277,_0x597417);}static['tMenu'](_0x1cba4d){const _0x4f0e8c=a0_0x2e849c;let _0x5d2e2d=TermsUtil[_0x4f0e8c(0xbf)]('menu',_0x1cba4d,null,_0x1cba4d);return _0x5d2e2d||TermsUtil[_0x4f0e8c(0xbf)]('title',_0x1cba4d,null,_0x1cba4d);}static[a0_0x2e849c(0xb0)](_0xa49346,_0x5bce1e){const _0x10e26e=a0_0x2e849c;return TermsUtil[_0x10e26e(0xbf)](_0x10e26e(0xaa),_0xa49346,_0x5bce1e,_0xa49346);}static[a0_0x2e849c(0xaf)](_0x13f2ca,_0x2c30d2){const _0x2d3450=a0_0x2e849c;return TermsUtil[_0x2d3450(0xbf)](_0x2d3450(0xb6),_0x13f2ca,_0x2c30d2,_0x13f2ca);}static[a0_0x2e849c(0xbf)](_0x506911,_0x17d3dc,_0x480da5,_0x1461cf){let _0x12cb1c=_0x506911+'.'+_0x17d3dc;return TermsUtil['t'](_0x12cb1c,_0x480da5,_0x1461cf);}static['t'](_0x528a32,_0x465738,_0x4f8f1d){const _0x4cf49f=a0_0x2e849c;let _0xcb1b5b=this[_0x4cf49f(0xb9)]?this[_0x4cf49f(0xb9)][_0x528a32]:null;return _0xcb1b5b=_0xcb1b5b||i18next['t'](_0x528a32),_0xcb1b5b&&_0x528a32!=_0xcb1b5b?(_0x465738&&Object[_0x4cf49f(0xb8)](_0x465738)[_0x4cf49f(0xc2)](function(_0x5d68d3){const _0x2f9e55=_0x4cf49f;var _0x23e792='\x5c{'+_0x5d68d3[_0x2f9e55(0xc6)](/\$/,'\x5c$')+'\x5c}',_0x376e23=new RegExp(_0x23e792,'gi');_0xcb1b5b=_0xcb1b5b[_0x2f9e55(0xc6)](_0x376e23,_0x465738[_0x5d68d3]);}),_0xcb1b5b):_0x4f8f1d;}}
@@ -1 +1 @@
1
- const a0_0x5577e3=a0_0x4725;(function(_0x4c3bcf,_0xd06ed3){const _0x13f4ff=a0_0x4725,_0xf3c8cd=_0x4c3bcf();while(!![]){try{const _0x4be936=parseInt(_0x13f4ff(0x1b1))/0x1*(-parseInt(_0x13f4ff(0x1a9))/0x2)+-parseInt(_0x13f4ff(0x1bc))/0x3+parseInt(_0x13f4ff(0x1d8))/0x4*(parseInt(_0x13f4ff(0x1ab))/0x5)+-parseInt(_0x13f4ff(0x1da))/0x6+parseInt(_0x13f4ff(0x19f))/0x7*(-parseInt(_0x13f4ff(0x1aa))/0x8)+parseInt(_0x13f4ff(0x19b))/0x9*(-parseInt(_0x13f4ff(0x1dc))/0xa)+parseInt(_0x13f4ff(0x1c6))/0xb;if(_0x4be936===_0xd06ed3)break;else _0xf3c8cd['push'](_0xf3c8cd['shift']());}catch(_0x546743){_0xf3c8cd['push'](_0xf3c8cd['shift']());}}}(a0_0x4217,0x85a0e));import{store,CustomAlert,navigate}from'@things-factory/shell';function a0_0x4725(_0xfea10c,_0x4a9163){const _0x4217c8=a0_0x4217();return a0_0x4725=function(_0x47257f,_0x26401a){_0x47257f=_0x47257f-0x19a;let _0x33eed3=_0x4217c8[_0x47257f];return _0x33eed3;},a0_0x4725(_0xfea10c,_0x4a9163);}import{openPopup}from'@things-factory/layout-base';import{isMobileDevice}from'@things-factory/utils';import{getEditor}from'@operato/data-grist';import{TermsUtil}from'./terms-util';import{ValueUtil}from'./value-util';import{MetaUiUtil}from'./meta-ui-util';export class UiUtil{static['isMobileEnv'](){return isMobileDevice();}static[a0_0x5577e3(0x1a8)](){const _0x25ca68=a0_0x5577e3;let _0x1f33c7=document[_0x25ca68(0x19c)];return _0x1f33c7=_0x1f33c7[_0x25ca68(0x1d9)](_0x1f33c7[_0x25ca68(0x1ad)](_0x25ca68(0x1af))),_0x1f33c7[_0x25ca68(0x1ad)](';')>-0x1&&(_0x1f33c7=_0x1f33c7[_0x25ca68(0x1d9)](0x0,_0x1f33c7[_0x25ca68(0x1ad)](';'))),_0x1f33c7=_0x1f33c7[_0x25ca68(0x1d7)](_0x25ca68(0x1a7),''),'ko'==_0x1f33c7?'ko-KR':_0x1f33c7;}static[a0_0x5577e3(0x1a4)](){const _0xb7ed8c=a0_0x5577e3;let _0x28dc6d=store['getState']()[_0xb7ed8c(0x1db)][_0xb7ed8c(0x1c1)];return _0x28dc6d[_0x28dc6d['length']-0x1];}static[a0_0x5577e3(0x1cc)](){const _0xf703d1=a0_0x5577e3;return store['getState']()[_0xf703d1(0x1c8)][_0xf703d1(0x1bd)];}static[a0_0x5577e3(0x1a1)](_0x2eac21,_0x2be68c,_0x1e692c,_0x926372){return openPopup(_0x1e692c,{'backdrop':!0x0,'size':_0x2be68c,'title':_0x2eac21,'backdrop':_0x926372});}static async[a0_0x5577e3(0x1d4)](_0x19dadc,_0x5cb3b7,_0x14b577,_0xedf8ac){const _0xac865f=a0_0x5577e3;let _0x11fb6d=ValueUtil['isNotEmpty'](_0x5cb3b7[_0xac865f(0x1d2)])?ValueUtil[_0xac865f(0x1a5)](_0x14b577,..._0x5cb3b7[_0xac865f(0x1d2)][_0xac865f(0x1b8)]('.')):void 0x0,_0x1fd4f0='<'+_0x5cb3b7[_0xac865f(0x1a6)]+'\x20route_name=\x27'+_0x5cb3b7['menu']+_0xac865f(0x1d1)+_0x11fb6d+_0xac865f(0x1b0)+_0x5cb3b7[_0xac865f(0x1a6)]+'>',_0x57fd97=UiUtil['htmlToElement'](_0x1fd4f0);_0x57fd97['config']=_0x5cb3b7,ValueUtil[_0xac865f(0x1ca)](_0x5cb3b7['popup_field'])&&(_0x57fd97[_0x5cb3b7[_0xac865f(0x1cb)]]=_0x14b577);let _0x3acc0d=UiUtil[_0xac865f(0x1a1)](_0x19dadc,_0x5cb3b7[_0xac865f(0x19d)],_0x57fd97,!0x0);_0xedf8ac&&(_0x3acc0d[_0xac865f(0x1bb)]=_0xedf8ac);}static['createCustomElement'](_0x596e1b,_0x31fad3){const _0x551a4c=a0_0x5577e3;let _0x58cdfb='<'+_0x596e1b+'\x20route_name=\x27'+_0x31fad3+_0x551a4c(0x1b7)+_0x596e1b+'>';return UiUtil[_0x551a4c(0x1b4)](_0x58cdfb);}static[a0_0x5577e3(0x1b4)](_0x2293d3){const _0x3630fd=a0_0x5577e3;var _0x3af334=document[_0x3630fd(0x1ac)](_0x3630fd(0x1be));_0x3af334[_0x3630fd(0x1ba)]=_0x2293d3;var _0xa6fa6b=_0x3af334[_0x3630fd(0x1d6)]['childNodes'][0x0];return _0x3af334[_0x3630fd(0x1d6)]['removeChild'](_0xa6fa6b),_0xa6fa6b;}static[a0_0x5577e3(0x1c3)](_0x3ae0da,_0x10ebf7){const _0x178442=a0_0x5577e3;let _0x4cd1d1=_0x10ebf7?'?':'';_0x10ebf7&&(_0x4cd1d1+=_0x178442(0x19a)+JSON[_0x178442(0x1c4)](_0x10ebf7)),navigate(''+_0x3ae0da+_0x4cd1d1);}static['getStore'](_0x371473,_0x3a5ec4,_0xaea870){const _0x54cf92=a0_0x5577e3;let _0x397d90=_0x397d90[_0x54cf92(0x1ae)]();return _0x371473&&_0x3a5ec4&&_0xaea870?_0x397d90[_0x371473][_0x3a5ec4][_0xaea870]:_0x371473&&_0x3a5ec4?_0x397d90[_0x371473][_0x3a5ec4]:_0x371473?_0x397d90[_0x371473]:_0x397d90;}static['fireCustomEvent'](_0x8855c5,_0x114c6a){const _0x499e50=a0_0x5577e3;document[_0x499e50(0x1c7)](new CustomEvent(_0x8855c5,{'detail':_0x114c6a}));}static['showToast'](_0x50905f,_0x1fe121){const _0x3f78c5=a0_0x5577e3;document[_0x3f78c5(0x1c7)](new CustomEvent(_0x3f78c5(0x1ce),{'detail':{'type':_0x50905f,'message':_0x1fe121}}));}static async[a0_0x5577e3(0x1d5)](_0x535902,_0x57d303,_0x287b43,_0x3d0397,_0x2e3b70){const _0x3f4aa0=a0_0x5577e3;let _0x491043={'title':TermsUtil['t'](_0x535902)||_0x535902,'text':TermsUtil['t'](_0x57d303)||_0x57d303};return _0x287b43&&(_0x491043['type']=_0x287b43),_0x3d0397&&(_0x491043[_0x3f4aa0(0x1a2)]=TermsUtil[_0x3f4aa0(0x1a0)](_0x3d0397)),_0x2e3b70&&(_0x491043[_0x3f4aa0(0x19e)]=TermsUtil[_0x3f4aa0(0x1a0)](_0x2e3b70)),await CustomAlert(_0x491043);}static['getFilterFormData'](_0x5cc7d5){const _0xbecca0=a0_0x5577e3;if(ValueUtil[_0xbecca0(0x1ca)](_0x5cc7d5)){let _0x52c2fa=_0x5cc7d5[_0xbecca0(0x1c0)]();ValueUtil['isNotEmpty'](_0x52c2fa)&&_0x52c2fa[_0xbecca0(0x1d3)](_0x4ff95c=>{const _0x244d1c=_0xbecca0;ValueUtil['isNotEmpty'](_0x4ff95c[_0x244d1c(0x1b5)])&&(item[_0x4ff95c['name']]=_0x4ff95c[_0x244d1c(0x1b5)]?_0x4ff95c[_0x244d1c(0x1b5)]:null);});}return{};}static['setSearchFormEditorValue'](_0x41b92a,_0x7e1524,_0x58292c){const _0x1aee26=a0_0x5577e3;if(ValueUtil[_0x1aee26(0x1ca)](_0x41b92a)){let _0x2da426=_0x41b92a['renderRoot']?.[_0x1aee26(0x1c9)](_0x1aee26(0x1d0)+_0x7e1524+'\x27]');ValueUtil[_0x1aee26(0x1ca)](_0x2da426)&&(_0x2da426[_0x1aee26(0x1b5)]=_0x58292c);}}static[a0_0x5577e3(0x1cd)](_0x279be3,_0x2677ad,_0x1c39f2,_0x6ba639){return getEditor(_0x279be3)('',_0x2677ad,_0x1c39f2,_0x6ba639,{});}static[a0_0x5577e3(0x1cf)](_0x17649e,_0x3793a8){const _0x233701=a0_0x5577e3;UiUtil[_0x233701(0x1c2)](_0x17649e)[_0x233701(0x1b5)]=_0x3793a8;}static['getLeafInput'](_0x3cefe7){const _0x45d861=a0_0x5577e3;let _0x1b7fdf=_0x3cefe7[_0x45d861(0x1bf)]();return _0x45d861(0x1b6)==_0x1b7fdf?_0x3cefe7[_0x45d861(0x1a3)][_0x45d861(0x1c9)](_0x45d861(0x1b3)):_0x45d861(0x1c5)==_0x1b7fdf?_0x3cefe7[_0x45d861(0x1a3)][_0x45d861(0x1c9)](_0x45d861(0x1c5)):'select-combo'==_0x1b7fdf?_0x3cefe7[_0x45d861(0x1a3)]['querySelector']('ox-select')[_0x45d861(0x1b2)]:'barcode'==_0x1b7fdf?_0x3cefe7[_0x45d861(0x1a3)][_0x45d861(0x1c9)]('ox-input-barcode')[_0x45d861(0x1a3)][_0x45d861(0x1c9)](_0x45d861(0x1b9)):_0x3cefe7['renderRoot'][_0x45d861(0x1b2)]['editor'];}}function a0_0x4217(){const _0x2876a3=['40ieiEBh','195wPZyiD','createElement','indexOf','getState','i18next','\x27\x20is_popup=true></','702647pFcitB','firstElementChild','ox-input-code','htmlToElement','value','code-editor','\x27></','split','input','innerHTML','onclosed','309063aBDDUG','page','template','getType','filters','modules','getLeafInput','pageNavigate','stringify','textarea','25843917mymfmT','dispatchEvent','route','querySelector','isNotEmpty','popup_field','currentRouting','createEditorHtml','notify','setValueToEditor','[name=\x27','\x27\x20\x20parent_id=\x27','parent_field','forEach','openDynamicPopup','showAlertPopup','content','replace','67696cOKyPE','substring','1828002ufKxeG','app','3310170gcMQFd','pass=','27jhXWKu','cookie','size','cancelButton','502257UkQqwO','tButton','openPopupByElement','confirmButton','renderRoot','getApplicationModuleInfo','getParams','tagname','i18next=','currentLocale','2ftBIoJ'];a0_0x4217=function(){return _0x2876a3;};return a0_0x4217();}
1
+ const a0_0x541cef=a0_0x1f36;function a0_0x1f36(_0x46ca8d,_0x3e5e26){const _0xce1a3e=a0_0xce1a();return a0_0x1f36=function(_0x1f36cf,_0x3df150){_0x1f36cf=_0x1f36cf-0xce;let _0xf2e0fe=_0xce1a3e[_0x1f36cf];return _0xf2e0fe;},a0_0x1f36(_0x46ca8d,_0x3e5e26);}(function(_0x2cf445,_0x4e30a8){const _0x12230e=a0_0x1f36,_0x15c12a=_0x2cf445();while(!![]){try{const _0x2b0a41=-parseInt(_0x12230e(0xe2))/0x1*(parseInt(_0x12230e(0xfc))/0x2)+parseInt(_0x12230e(0x107))/0x3+-parseInt(_0x12230e(0xd4))/0x4+-parseInt(_0x12230e(0x102))/0x5*(-parseInt(_0x12230e(0xea))/0x6)+parseInt(_0x12230e(0xf4))/0x7+parseInt(_0x12230e(0x103))/0x8+-parseInt(_0x12230e(0xde))/0x9*(parseInt(_0x12230e(0xff))/0xa);if(_0x2b0a41===_0x4e30a8)break;else _0x15c12a['push'](_0x15c12a['shift']());}catch(_0x3c3799){_0x15c12a['push'](_0x15c12a['shift']());}}}(a0_0xce1a,0x3990f));import{store,CustomAlert,navigate}from'@things-factory/shell';import{openPopup}from'@things-factory/layout-base';import{isMobileDevice}from'@things-factory/utils';function a0_0xce1a(){const _0x535184=['openDynamicPopup','menu','\x27></','openPopupByElement','i18next','2482935xKTXkD','ox-input-barcode','[name=\x27','currentLocale','page','dispatchEvent','cancelButton','editor','2QHVdvV','createCustomElement','route','3260sfdVBV','isNotEmpty','popup_field','886340PpKqpO','2715168aTNOwi','childNodes','modules','parent_field','916176ZFuXjo','showToast','querySelector','select-combo','config','i18next=','getParams','isMobileEnv','textarea','value','barcode','replace','template','firstElementChild','input','tButton','content','getApplicationModuleInfo','forEach','length','split','setValueToEditor','getStore','filters','567680LDXRcg','\x27\x20\x20parent_id=\x27','\x27\x20is_popup=true></','ox-input-code','substring','currentRouting','getFilterFormData','stringify','createEditorHtml','indexOf','19953xKFqUl','code-editor','\x20route_name=\x27','ko-KR','76308KubViU','createElement','getState','htmlToElement','getType','ox-select','setSearchFormEditorValue','tagname','6UezPJd','renderRoot','getLeafInput','removeChild','pass='];a0_0xce1a=function(){return _0x535184;};return a0_0xce1a();}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_0x541cef(0x10e)](){return isMobileDevice();}static[a0_0x541cef(0xf7)](){const _0x2716f4=a0_0x541cef;let _0x1ab60e=document['cookie'];return _0x1ab60e=_0x1ab60e[_0x2716f4(0xd8)](_0x1ab60e[_0x2716f4(0xdd)](_0x2716f4(0xf3))),_0x1ab60e[_0x2716f4(0xdd)](';')>-0x1&&(_0x1ab60e=_0x1ab60e[_0x2716f4(0xd8)](0x0,_0x1ab60e[_0x2716f4(0xdd)](';'))),_0x1ab60e=_0x1ab60e[_0x2716f4(0x112)](_0x2716f4(0x10c),''),'ko'==_0x1ab60e?_0x2716f4(0xe1):_0x1ab60e;}static[a0_0x541cef(0x118)](){const _0xf5b09f=a0_0x541cef;let _0x273dc1=store['getState']()['app'][_0xf5b09f(0x105)];return _0x273dc1[_0x273dc1[_0xf5b09f(0xcf)]-0x1];}static[a0_0x541cef(0xd9)](){const _0x1ecdc0=a0_0x541cef;return store[_0x1ecdc0(0xe4)]()[_0x1ecdc0(0xfe)][_0x1ecdc0(0xf8)];}static['openPopupByElement'](_0x16c580,_0x1e8e8c,_0x52ad1b,_0x5ad108){return openPopup(_0x52ad1b,{'backdrop':!0x0,'size':_0x1e8e8c,'title':_0x16c580,'backdrop':_0x5ad108});}static async[a0_0x541cef(0xef)](_0x12a55d,_0x461314,_0x19f93e,_0x3bd844){const _0x59a2c8=a0_0x541cef;let _0x25c547=ValueUtil[_0x59a2c8(0x100)](_0x461314['parent_field'])?ValueUtil[_0x59a2c8(0x10d)](_0x19f93e,..._0x461314[_0x59a2c8(0x106)][_0x59a2c8(0xd0)]('.')):void 0x0,_0x53a902='<'+_0x461314[_0x59a2c8(0xe9)]+_0x59a2c8(0xe0)+_0x461314[_0x59a2c8(0xf0)]+_0x59a2c8(0xd5)+_0x25c547+_0x59a2c8(0xd6)+_0x461314[_0x59a2c8(0xe9)]+'>',_0x2001ff=UiUtil[_0x59a2c8(0xe5)](_0x53a902);_0x2001ff[_0x59a2c8(0x10b)]=_0x461314,ValueUtil[_0x59a2c8(0x100)](_0x461314[_0x59a2c8(0x101)])&&(_0x2001ff[_0x461314['popup_field']]=_0x19f93e);let _0x25182b=UiUtil[_0x59a2c8(0xf2)](_0x12a55d,_0x461314['size'],_0x2001ff,!0x0);_0x3bd844&&(_0x25182b['onclosed']=_0x3bd844);}static[a0_0x541cef(0xfd)](_0x1a2005,_0x2bb336){const _0x3a7a33=a0_0x541cef;let _0x49316e='<'+_0x1a2005+_0x3a7a33(0xe0)+_0x2bb336+_0x3a7a33(0xf1)+_0x1a2005+'>';return UiUtil[_0x3a7a33(0xe5)](_0x49316e);}static[a0_0x541cef(0xe5)](_0x1dd2ff){const _0x592fcb=a0_0x541cef;var _0x591515=document[_0x592fcb(0xe3)](_0x592fcb(0x113));_0x591515['innerHTML']=_0x1dd2ff;var _0x4288eb=_0x591515[_0x592fcb(0x117)][_0x592fcb(0x104)][0x0];return _0x591515[_0x592fcb(0x117)][_0x592fcb(0xed)](_0x4288eb),_0x4288eb;}static['pageNavigate'](_0x122f23,_0x37d41f){const _0x2a88c2=a0_0x541cef;let _0x199bfd=_0x37d41f?'?':'';_0x37d41f&&(_0x199bfd+=_0x2a88c2(0xee)+JSON[_0x2a88c2(0xdb)](_0x37d41f)),navigate(''+_0x122f23+_0x199bfd);}static[a0_0x541cef(0xd2)](_0x5d4588,_0x357014,_0x3710ba){let _0x118f40=_0x118f40['getState']();return _0x5d4588&&_0x357014&&_0x3710ba?_0x118f40[_0x5d4588][_0x357014][_0x3710ba]:_0x5d4588&&_0x357014?_0x118f40[_0x5d4588][_0x357014]:_0x5d4588?_0x118f40[_0x5d4588]:_0x118f40;}static['fireCustomEvent'](_0x146749,_0x5a29d9){const _0x32970e=a0_0x541cef;document[_0x32970e(0xf9)](new CustomEvent(_0x146749,{'detail':_0x5a29d9}));}static[a0_0x541cef(0x108)](_0x29959b,_0x386748){document['dispatchEvent'](new CustomEvent('notify',{'detail':{'type':_0x29959b,'message':_0x386748}}));}static async['showAlertPopup'](_0x262c6b,_0x308119,_0x111270,_0x460505,_0x5692c8){const _0x2bc6a3=a0_0x541cef;let _0x10be82={'title':TermsUtil['t'](_0x262c6b)||_0x262c6b,'text':TermsUtil['t'](_0x308119)||_0x308119};return _0x111270&&(_0x10be82['type']=_0x111270),_0x460505&&(_0x10be82['confirmButton']=TermsUtil[_0x2bc6a3(0x116)](_0x460505)),_0x5692c8&&(_0x10be82[_0x2bc6a3(0xfa)]=TermsUtil[_0x2bc6a3(0x116)](_0x5692c8)),await CustomAlert(_0x10be82);}static[a0_0x541cef(0xda)](_0x594c3a){const _0x3b20cb=a0_0x541cef;if(ValueUtil[_0x3b20cb(0x100)](_0x594c3a)){let _0x16826b=_0x594c3a[_0x3b20cb(0xd3)]();ValueUtil[_0x3b20cb(0x100)](_0x16826b)&&_0x16826b[_0x3b20cb(0xce)](_0x240582=>{const _0x2846e5=_0x3b20cb;ValueUtil['isNotEmpty'](_0x240582[_0x2846e5(0x110)])&&(item[_0x240582['name']]=_0x240582[_0x2846e5(0x110)]?_0x240582[_0x2846e5(0x110)]:null);});}return{};}static[a0_0x541cef(0xe8)](_0x43b574,_0x1c86f7,_0x3925bc){const _0xbc2c77=a0_0x541cef;if(ValueUtil[_0xbc2c77(0x100)](_0x43b574)){let _0x2390f0=_0x43b574['renderRoot']?.[_0xbc2c77(0x109)](_0xbc2c77(0xf6)+_0x1c86f7+'\x27]');ValueUtil[_0xbc2c77(0x100)](_0x2390f0)&&(_0x2390f0[_0xbc2c77(0x110)]=_0x3925bc);}}static[a0_0x541cef(0xdc)](_0x473123,_0x433f2c,_0x549ffb,_0x1421e8){return getEditor(_0x473123)('',_0x433f2c,_0x549ffb,_0x1421e8,{});}static[a0_0x541cef(0xd1)](_0x32ff5a,_0x4a19b5){const _0x28d724=a0_0x541cef;UiUtil['getLeafInput'](_0x32ff5a)[_0x28d724(0x110)]=_0x4a19b5;}static[a0_0x541cef(0xec)](_0x3b087e){const _0x4a7b1d=a0_0x541cef;let _0x4d8e32=_0x3b087e[_0x4a7b1d(0xe6)]();return _0x4a7b1d(0xdf)==_0x4d8e32?_0x3b087e[_0x4a7b1d(0xeb)][_0x4a7b1d(0x109)](_0x4a7b1d(0xd7)):_0x4a7b1d(0x10f)==_0x4d8e32?_0x3b087e['renderRoot']['querySelector'](_0x4a7b1d(0x10f)):_0x4a7b1d(0x10a)==_0x4d8e32?_0x3b087e['renderRoot'][_0x4a7b1d(0x109)](_0x4a7b1d(0xe7))[_0x4a7b1d(0x114)]:_0x4a7b1d(0x111)==_0x4d8e32?_0x3b087e[_0x4a7b1d(0xeb)][_0x4a7b1d(0x109)](_0x4a7b1d(0xf5))[_0x4a7b1d(0xeb)][_0x4a7b1d(0x109)](_0x4a7b1d(0x115)):_0x3b087e[_0x4a7b1d(0xeb)][_0x4a7b1d(0x114)][_0x4a7b1d(0xfb)];}}
@@ -1 +1 @@
1
- const a0_0x5ea773=a0_0x5145;(function(_0x30a3ba,_0xef2a38){const _0x4880c2=a0_0x5145,_0x4c8b15=_0x30a3ba();while(!![]){try{const _0x1d67cb=parseInt(_0x4880c2(0x119))/0x1+-parseInt(_0x4880c2(0x112))/0x2*(-parseInt(_0x4880c2(0x10f))/0x3)+parseInt(_0x4880c2(0x110))/0x4*(-parseInt(_0x4880c2(0x11d))/0x5)+-parseInt(_0x4880c2(0x11e))/0x6*(parseInt(_0x4880c2(0x111))/0x7)+-parseInt(_0x4880c2(0x122))/0x8*(parseInt(_0x4880c2(0x115))/0x9)+-parseInt(_0x4880c2(0x120))/0xa*(parseInt(_0x4880c2(0x11c))/0xb)+parseInt(_0x4880c2(0x116))/0xc*(parseInt(_0x4880c2(0x113))/0xd);if(_0x1d67cb===_0xef2a38)break;else _0x4c8b15['push'](_0x4c8b15['shift']());}catch(_0x2e821a){_0x4c8b15['push'](_0x4c8b15['shift']());}}}(a0_0x55a1,0xb8b9b));import a0_0x186fae from'lodash-es/isEqual';import{TermsUtil}from'./terms-util';function a0_0x5145(_0x5c854a,_0x4edd2f){const _0x55a116=a0_0x55a1();return a0_0x5145=function(_0x51455f,_0x1db858){_0x51455f=_0x51455f-0x106;let _0x2bb632=_0x55a116[_0x51455f];return _0x2bb632;},a0_0x5145(_0x5c854a,_0x4edd2f);}export class ValueUtil{static['isEmpty'](_0x2145ec){const _0x4f6020=a0_0x5145;if(void 0x0===_0x2145ec)return!0x0;if(null===_0x2145ec)return!0x0;if(_0x4f6020(0x11f)==typeof _0x2145ec)return!0x1;if(_0x4f6020(0x10e)==typeof _0x2145ec||_0x4f6020(0x114)==typeof _0x2145ec){if(''==_0x2145ec)return!0x0;}else{if(Array['isArray'](_0x2145ec)){if(0x0==_0x2145ec['length'])return!0x0;}else{if(_0x4f6020(0x11b)==typeof _0x2145ec&&0x0==Object[_0x4f6020(0x106)](_0x2145ec)['length'])return!0x0;}}return!0x1;}static['isNotEmpty'](_0x234343){const _0x1e021c=a0_0x5145;return!ValueUtil[_0x1e021c(0x107)](_0x234343);}static['isEquals'](_0x50848b,_0xe196d){return a0_0x186fae(_0x50848b,_0xe196d);}static[a0_0x5ea773(0x108)](_0x983db5,_0xf82bb1){const _0x3cb2d8=a0_0x5ea773;return ValueUtil[_0x3cb2d8(0x107)](_0x983db5)?_0xf82bb1||0x0:parseInt(_0x983db5);}static[a0_0x5ea773(0x10b)](_0xc259bd){const _0x30bc3b=a0_0x5ea773;return!ValueUtil[_0x30bc3b(0x107)](_0xc259bd)&&('true'==_0xc259bd||'t'==_0xc259bd||_0x30bc3b(0x109)==_0xc259bd||'T'==_0xc259bd||'on'==_0xc259bd||'ON'==_0xc259bd);}static[a0_0x5ea773(0x10d)](_0x5c8d61,_0xa52a87,_0x19474d){let _0x3ceee5=!0x0;return _0x19474d['forEach'](_0x3305a2=>{const _0x241091=a0_0x5145;let _0x1daf57=_0x5c8d61[_0x3305a2];if('*'===_0x1daf57)return;let _0x4a77f5=_0xa52a87[_0x3305a2]||'';ValueUtil[_0x241091(0x107)](_0x1daf57)?ValueUtil[_0x241091(0x10c)](_0x4a77f5)&&(_0x3ceee5=!0x1):_0x1daf57!=_0x4a77f5&&(_0x3ceee5=!0x1);}),_0x3ceee5;}static['setParams'](_0x372d19,_0x2a6682,_0x56e660,_0x3e8b5b){const _0x59e0da=a0_0x5ea773;let _0x24c2d5=ValueUtil['getParams'](_0x2a6682,_0x56e660);return ValueUtil[_0x59e0da(0x10c)](_0x24c2d5)&&(_0x372d19[_0x56e660]=!0x0===_0x3e8b5b?TermsUtil['t'](_0x24c2d5):_0x24c2d5),_0x372d19;}static[a0_0x5ea773(0x117)](_0x15da8c,..._0x5e4e2d){const _0x4c86a1=a0_0x5ea773;if(arguments['length']<=0x1)return;let _0x355108=_0x5e4e2d[0x0];if(ValueUtil[_0x4c86a1(0x107)](_0x15da8c[_0x355108]))return;let _0x3116b0=_0x15da8c[_0x355108];return _0x5e4e2d['length']>0x1?ValueUtil['getParams'](_0x3116b0,..._0x5e4e2d[_0x4c86a1(0x11a)](0x1)):_0x3116b0;}static['populateArray'](_0x4fcb0e,_0x271cbd,..._0x18c43c){const _0x235781=a0_0x5ea773;return _0x271cbd=_0x271cbd||[],_0x18c43c=_0x18c43c||Object[_0x235781(0x106)](_0x4fcb0e),ValueUtil[_0x235781(0x10c)](_0x18c43c)&&(_0x271cbd=_0x4fcb0e[_0x235781(0x123)]((_0x873c2b,_0x213c59)=>{const _0x308007=_0x235781;let _0xea245d=_0x271cbd[_0x308007(0x10a)]>_0x213c59?_0x271cbd[_0x213c59]:{};return ValueUtil[_0x308007(0x121)](_0x873c2b,_0xea245d,_0x18c43c);})),_0x271cbd;}static[a0_0x5ea773(0x121)](_0x11de3a,_0x5bd652,..._0x3c4e63){const _0x1bc213=a0_0x5ea773;return _0x5bd652=_0x5bd652||{},_0x3c4e63=_0x3c4e63||Object[_0x1bc213(0x106)](_0x11de3a),ValueUtil[_0x1bc213(0x10c)](_0x3c4e63)&&_0x3c4e63[_0x1bc213(0x118)](_0x10bb2e=>{_0x5bd652[_0x10bb2e]=_0x11de3a[_0x10bb2e];}),_0x5bd652;}}function a0_0x55a1(){const _0xdb2c5e=['1075919mgszoT','number','9CepstZ','348QSWuzs','getParams','forEach','1207429pPQfgd','slice','object','1657249aOxeOf','6765795tNXQow','699804EoLerA','boolean','30qSRdmZ','populateObject','9016688BruFRN','map','keys','isEmpty','toInteger','TRUE','length','toBoolean','isNotEmpty','compareObjectValues','string','118761ivMamZ','4OBtnon','7XqZoKM','10zjdWoi'];a0_0x55a1=function(){return _0xdb2c5e;};return a0_0x55a1();}
1
+ const a0_0xe45eb7=a0_0x1ce6;function a0_0x4a96(){const _0x44ef4d=['toInteger','populateArray','193128fwHwVO','string','TRUE','length','isEquals','toBoolean','isArray','keys','compareObjectValues','16jTYzQP','isEmpty','441150yZbLbt','1451706GErZbg','slice','2214iNtoAM','12566235lvELoH','object','1791ghfHYP','true','43080bcjKsI','isNotEmpty','boolean','populateObject','119602YCxqVz','setParams','number','forEach','map','10XfpHXE','getParams','23030neiXMh'];a0_0x4a96=function(){return _0x44ef4d;};return a0_0x4a96();}(function(_0x2acd3f,_0x332392){const _0x4e9753=a0_0x1ce6,_0x4f3bc6=_0x2acd3f();while(!![]){try{const _0x368a37=parseInt(_0x4e9753(0x1ad))/0x1+-parseInt(_0x4e9753(0x1a2))/0x2+-parseInt(_0x4e9753(0x1b7))/0x3+parseInt(_0x4e9753(0x19f))/0x4*(parseInt(_0x4e9753(0x1a1))/0x5)+-parseInt(_0x4e9753(0x1a4))/0x6*(-parseInt(_0x4e9753(0x1b4))/0x7)+-parseInt(_0x4e9753(0x1a9))/0x8*(-parseInt(_0x4e9753(0x1a7))/0x9)+parseInt(_0x4e9753(0x1b2))/0xa*(-parseInt(_0x4e9753(0x1a5))/0xb);if(_0x368a37===_0x332392)break;else _0x4f3bc6['push'](_0x4f3bc6['shift']());}catch(_0x191ba1){_0x4f3bc6['push'](_0x4f3bc6['shift']());}}}(a0_0x4a96,0xc98bd));function a0_0x1ce6(_0x4aff31,_0x25ad7c){const _0x4a9688=a0_0x4a96();return a0_0x1ce6=function(_0x1ce6c1,_0x544127){_0x1ce6c1=_0x1ce6c1-0x197;let _0x377cff=_0x4a9688[_0x1ce6c1];return _0x377cff;},a0_0x1ce6(_0x4aff31,_0x25ad7c);}import a0_0x957a75 from'lodash-es/isEqual';import{TermsUtil}from'./terms-util';export class ValueUtil{static[a0_0xe45eb7(0x1a0)](_0x428ca8){const _0x4605a8=a0_0xe45eb7;if(void 0x0===_0x428ca8)return!0x0;if(null===_0x428ca8)return!0x0;if(_0x4605a8(0x1ab)==typeof _0x428ca8)return!0x1;if(_0x4605a8(0x197)==typeof _0x428ca8||_0x4605a8(0x1af)==typeof _0x428ca8){if(''==_0x428ca8)return!0x0;}else{if(Array[_0x4605a8(0x19c)](_0x428ca8)){if(0x0==_0x428ca8['length'])return!0x0;}else{if(_0x4605a8(0x1a6)==typeof _0x428ca8&&0x0==Object[_0x4605a8(0x19d)](_0x428ca8)[_0x4605a8(0x199)])return!0x0;}}return!0x1;}static[a0_0xe45eb7(0x1aa)](_0x1fff60){const _0x253f84=a0_0xe45eb7;return!ValueUtil[_0x253f84(0x1a0)](_0x1fff60);}static[a0_0xe45eb7(0x19a)](_0x292346,_0x218d04){return a0_0x957a75(_0x292346,_0x218d04);}static[a0_0xe45eb7(0x1b5)](_0x347fbd,_0x11f8e3){const _0x14f807=a0_0xe45eb7;return ValueUtil[_0x14f807(0x1a0)](_0x347fbd)?_0x11f8e3||0x0:parseInt(_0x347fbd);}static[a0_0xe45eb7(0x19b)](_0x1cf1e3){const _0x49caad=a0_0xe45eb7;return!ValueUtil[_0x49caad(0x1a0)](_0x1cf1e3)&&(_0x49caad(0x1a8)==_0x1cf1e3||'t'==_0x1cf1e3||_0x49caad(0x198)==_0x1cf1e3||'T'==_0x1cf1e3||'on'==_0x1cf1e3||'ON'==_0x1cf1e3);}static[a0_0xe45eb7(0x19e)](_0x487f7,_0x68acfd,_0x3596ab){const _0x242e77=a0_0xe45eb7;let _0x3d2718=!0x0;return _0x3596ab[_0x242e77(0x1b0)](_0xbed7e0=>{const _0x1c240e=_0x242e77;let _0x3ba199=_0x487f7[_0xbed7e0];if('*'===_0x3ba199)return;let _0x46aaa3=_0x68acfd[_0xbed7e0]||'';ValueUtil[_0x1c240e(0x1a0)](_0x3ba199)?ValueUtil['isNotEmpty'](_0x46aaa3)&&(_0x3d2718=!0x1):_0x3ba199!=_0x46aaa3&&(_0x3d2718=!0x1);}),_0x3d2718;}static[a0_0xe45eb7(0x1ae)](_0x3b2d65,_0x4d56ee,_0x26e71b,_0x3065e5){const _0x293bb9=a0_0xe45eb7;let _0x167749=ValueUtil['getParams'](_0x4d56ee,_0x26e71b);return ValueUtil[_0x293bb9(0x1aa)](_0x167749)&&(_0x3b2d65[_0x26e71b]=!0x0===_0x3065e5?TermsUtil['t'](_0x167749):_0x167749),_0x3b2d65;}static[a0_0xe45eb7(0x1b3)](_0x37bb2b,..._0x3727c7){const _0x49ff87=a0_0xe45eb7;if(arguments[_0x49ff87(0x199)]<=0x1)return;let _0x1af562=_0x3727c7[0x0];if(ValueUtil['isEmpty'](_0x37bb2b[_0x1af562]))return;let _0x5742c0=_0x37bb2b[_0x1af562];return _0x3727c7[_0x49ff87(0x199)]>0x1?ValueUtil[_0x49ff87(0x1b3)](_0x5742c0,..._0x3727c7[_0x49ff87(0x1a3)](0x1)):_0x5742c0;}static[a0_0xe45eb7(0x1b6)](_0x7e318d,_0x1a982e,..._0x30545a){const _0x2b267b=a0_0xe45eb7;return _0x1a982e=_0x1a982e||[],_0x30545a=_0x30545a||Object[_0x2b267b(0x19d)](_0x7e318d),ValueUtil['isNotEmpty'](_0x30545a)&&(_0x1a982e=_0x7e318d[_0x2b267b(0x1b1)]((_0x3737a5,_0x25dd38)=>{const _0x56a295=_0x2b267b;let _0x1808db=_0x1a982e[_0x56a295(0x199)]>_0x25dd38?_0x1a982e[_0x25dd38]:{};return ValueUtil['populateObject'](_0x3737a5,_0x1808db,_0x30545a);})),_0x1a982e;}static[a0_0xe45eb7(0x1ac)](_0x5d5e46,_0x3f8994,..._0x51f69a){const _0x2504df=a0_0xe45eb7;return _0x3f8994=_0x3f8994||{},_0x51f69a=_0x51f69a||Object['keys'](_0x5d5e46),ValueUtil[_0x2504df(0x1aa)](_0x51f69a)&&_0x51f69a['forEach'](_0x205a56=>{_0x3f8994[_0x205a56]=_0x5d5e46[_0x205a56];}),_0x3f8994;}}
@@ -1,4 +1,4 @@
1
- (function(_0xe25006,_0x58865d){const _0x31cd39=a0_0x39a4,_0x91a3d0=_0xe25006();while(!![]){try{const _0x29000e=parseInt(_0x31cd39(0x9c))/0x1+-parseInt(_0x31cd39(0x9d))/0x2+-parseInt(_0x31cd39(0xa1))/0x3*(-parseInt(_0x31cd39(0xa0))/0x4)+parseInt(_0x31cd39(0x9e))/0x5+-parseInt(_0x31cd39(0x9b))/0x6*(-parseInt(_0x31cd39(0xa2))/0x7)+-parseInt(_0x31cd39(0x9a))/0x8+-parseInt(_0x31cd39(0x9f))/0x9;if(_0x29000e===_0x58865d)break;else _0x91a3d0['push'](_0x91a3d0['shift']());}catch(_0x13fe9c){_0x91a3d0['push'](_0x91a3d0['shift']());}}}(a0_0x359d,0x8b306));function a0_0x39a4(_0x1e8ac6,_0x523c55){const _0x359d31=a0_0x359d();return a0_0x39a4=function(_0x39a4af,_0x26cac9){_0x39a4af=_0x39a4af-0x9a;let _0x114261=_0x359d31[_0x39a4af];return _0x114261;},a0_0x39a4(_0x1e8ac6,_0x523c55);}import{css}from'lit';export const DynamicMenuLandscapeStyles=css`
1
+ function a0_0x32f1(){const _0x5c7438=['981856VyWKSA','10QbwXLd','2473289TeNdUh','1187970QbAYXc','1296294SEFGLA','21298370pNifct','9Kkievu','1280704KMdvmg','1076110yCVPUp','1vrzhsj'];a0_0x32f1=function(){return _0x5c7438;};return a0_0x32f1();}function a0_0x1215(_0x7766fe,_0x487646){const _0x32f17d=a0_0x32f1();return a0_0x1215=function(_0x121577,_0x544006){_0x121577=_0x121577-0x1ef;let _0x50eb0e=_0x32f17d[_0x121577];return _0x50eb0e;},a0_0x1215(_0x7766fe,_0x487646);}(function(_0x52f126,_0x47e641){const _0x57c59c=a0_0x1215,_0x4ceaf=_0x52f126();while(!![]){try{const _0x2cba40=parseInt(_0x57c59c(0x1f4))/0x1*(-parseInt(_0x57c59c(0x1f3))/0x2)+-parseInt(_0x57c59c(0x1ef))/0x3+-parseInt(_0x57c59c(0x1f5))/0x4+parseInt(_0x57c59c(0x1f6))/0x5*(-parseInt(_0x57c59c(0x1f8))/0x6)+-parseInt(_0x57c59c(0x1f7))/0x7+-parseInt(_0x57c59c(0x1f2))/0x8*(-parseInt(_0x57c59c(0x1f1))/0x9)+parseInt(_0x57c59c(0x1f0))/0xa;if(_0x2cba40===_0x47e641)break;else _0x4ceaf['push'](_0x4ceaf['shift']());}catch(_0x2242b1){_0x4ceaf['push'](_0x4ceaf['shift']());}}}(a0_0x32f1,0x4f57f));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
- `;function a0_0x359d(){const _0xd85e63=['556317lUYuFl','2114538YieXJr','3529105Ozuqeu','7643079YiGTYK','21124GMGvnO','579POorjf','2499BgsYax','4484176DwKZwB','12702srRIIR'];a0_0x359d=function(){return _0xd85e63;};return a0_0x359d();}
147
+ `;
@@ -1,25 +1,25 @@
1
- const a0_0x3a5e92=a0_0x2d77;(function(_0x1c847a,_0x3621e5){const _0x14ee2e=a0_0x2d77,_0x56b7a7=_0x1c847a();while(!![]){try{const _0x2bd243=-parseInt(_0x14ee2e(0x9f))/0x1+parseInt(_0x14ee2e(0x95))/0x2*(-parseInt(_0x14ee2e(0xa4))/0x3)+parseInt(_0x14ee2e(0x8b))/0x4*(-parseInt(_0x14ee2e(0x7f))/0x5)+parseInt(_0x14ee2e(0x89))/0x6+parseInt(_0x14ee2e(0x98))/0x7+-parseInt(_0x14ee2e(0x9a))/0x8*(-parseInt(_0x14ee2e(0x80))/0x9)+parseInt(_0x14ee2e(0x94))/0xa;if(_0x2bd243===_0x3621e5)break;else _0x56b7a7['push'](_0x56b7a7['shift']());}catch(_0x325f2b){_0x56b7a7['push'](_0x56b7a7['shift']());}}}(a0_0x79a9,0x6c691));import'@material/mwc-icon';function a0_0x79a9(){const _0x5444a7=['firstUpdated','querySelector','351637rkLeOH','type','properties','active-toplevel','bind','3NHuUbC','wheelDelta','render','scrollLeft','path','transitionend','transitionstart','styles','currentTarget','addEventListener','removeAttribute','5YcIrFV','695979fMRcRT','detail','define','#wrap','max','onWheelEvent','group','setAttribute','click','2464614kxHSpN','settled','3026444SbCZCe','description','href','submenu','dynamic-menu-landscape','map','renderRoot','target','menus','5653810mBbYPe','1649038oAJyVW','preventDefault','name','3850175krLBZh','min','88EQXSHv','#force','icon'];a0_0x79a9=function(){return _0x5444a7;};return a0_0x79a9();}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[a0_0x3a5e92(0x7b)](){return[ScrollbarStyles,DynamicMenuLandscapeStyles];}static get[a0_0x3a5e92(0xa1)](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}[a0_0x3a5e92(0x76)](){const _0x3542c3=a0_0x3a5e92,{menus:_0x6daf82=[],activeTopLevel:_0x59006b,activeMenu:_0x2e9cb9}=this;return html`
1
+ const a0_0x427ebe=a0_0x431b;(function(_0x587a43,_0x20a149){const _0x43c919=a0_0x431b,_0x452c74=_0x587a43();while(!![]){try{const _0x387411=-parseInt(_0x43c919(0x14a))/0x1*(-parseInt(_0x43c919(0x161))/0x2)+-parseInt(_0x43c919(0x14f))/0x3*(parseInt(_0x43c919(0x15e))/0x4)+parseInt(_0x43c919(0x149))/0x5*(-parseInt(_0x43c919(0x13f))/0x6)+parseInt(_0x43c919(0x14d))/0x7*(-parseInt(_0x43c919(0x147))/0x8)+-parseInt(_0x43c919(0x156))/0x9+-parseInt(_0x43c919(0x166))/0xa*(-parseInt(_0x43c919(0x13c))/0xb)+parseInt(_0x43c919(0x167))/0xc*(parseInt(_0x43c919(0x164))/0xd);if(_0x387411===_0x20a149)break;else _0x452c74['push'](_0x452c74['shift']());}catch(_0x328a94){_0x452c74['push'](_0x452c74['shift']());}}}(a0_0x3ad8,0x4eadd));import'@material/mwc-icon';import{html,LitElement}from'lit';import{connect}from'pwa-helpers';import{navigate,store}from'@operato/shell';function a0_0x3ad8(){const _0x38a71b=['dispatchEvent','icon','#force','wheelDelta','href','#wrap','4031055ysHllR','removeAttribute','scrollLeft','define','type','properties','onWheelEvent','currentTarget','356KSPGjH','detail','renderRoot','585866yGHtGP','map','name','691067nuRrKd','mousewheel','1514940IkYoKR','204mhTyVm','settled','target','transitionstart','submenu','bind','dynamic-menu-landscape','33ipcUjY','addEventListener','render','1689258bzCeDe','stopPropagation','menus','setAttribute','min','group','preventDefault','activeTopLevel','17128jlfDaV','click','5LwTdmM','1cnLOSZ','styles','path','119eethcd','querySelector','18978yGlQpv'];a0_0x3ad8=function(){return _0x38a71b;};return a0_0x3ad8();}import{ScrollbarStyles}from'@operato/styles';import{DynamicMenuLandscapeStyles}from'./dynamic-menu-landscape-styles';function a0_0x431b(_0x438ae3,_0x15bfc9){const _0x3ad807=a0_0x3ad8();return a0_0x431b=function(_0x431bb9,_0x15c11b){_0x431bb9=_0x431bb9-0x13b;let _0xaf64fe=_0x3ad807[_0x431bb9];return _0xaf64fe;},a0_0x431b(_0x438ae3,_0x15bfc9);}export class DynamicMenuLandscape extends connect(store)(LitElement){static get[a0_0x427ebe(0x14b)](){return[ScrollbarStyles,DynamicMenuLandscapeStyles];}static get[a0_0x427ebe(0x15b)](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}[a0_0x427ebe(0x13e)](){const _0x874251=a0_0x427ebe,{menus:_0xd8469d=[],activeTopLevel:_0x1af328,activeMenu:_0x246c53}=this;return html`
2
2
  <div id="wrap">
3
3
  <ul>
4
- ${_0x6daf82[_0x3542c3(0x90)](_0x32ff85=>_0x3542c3(0x86)==_0x32ff85[_0x3542c3(0xa0)]?html``:html`
5
- <li ?active=${_0x32ff85===_0x59006b}>
6
- <a href=${_0x32ff85[_0x3542c3(0x78)]||'#'}>
7
- ${_0x32ff85['icon']?html`<mwc-icon>${_0x32ff85[_0x3542c3(0x9c)]}</mwc-icon>`:html``} ${_0x32ff85['name']}
4
+ ${_0xd8469d[_0x874251(0x162)](_0x122fb7=>_0x874251(0x144)==_0x122fb7[_0x874251(0x15a)]?html``:html`
5
+ <li ?active=${_0x122fb7===_0x1af328}>
6
+ <a href=${_0x122fb7[_0x874251(0x14c)]||'#'}>
7
+ ${_0x122fb7[_0x874251(0x151)]?html`<mwc-icon>${_0x122fb7[_0x874251(0x151)]}</mwc-icon>`:html``} ${_0x122fb7[_0x874251(0x163)]}
8
8
  </a>
9
9
 
10
10
  <ul submenus>
11
- ${_0x32ff85[_0x3542c3(0x93)]?.[_0x3542c3(0x90)](_0x967395=>html`
12
- <li ?active=${_0x967395===_0x2e9cb9}>
13
- <a href=${_0x967395['path']||'#'}> ${_0x967395[_0x3542c3(0x97)]} </a>
11
+ ${_0x122fb7[_0x874251(0x141)]?.['map'](_0x1d6e5e=>html`
12
+ <li ?active=${_0x1d6e5e===_0x246c53}>
13
+ <a href=${_0x1d6e5e[_0x874251(0x14c)]||'#'}> ${_0x1d6e5e[_0x874251(0x163)]} </a>
14
14
  </li>
15
15
  `)}
16
16
  </ul>
17
17
 
18
18
  <div description>
19
- ${_0x32ff85['icon']?html`<mwc-icon>${_0x32ff85['icon']}</mwc-icon>`:html``} ${_0x32ff85[_0x3542c3(0x8c)]||''}
19
+ ${_0x122fb7[_0x874251(0x151)]?html`<mwc-icon>${_0x122fb7[_0x874251(0x151)]}</mwc-icon>`:html``} ${_0x122fb7['description']||''}
20
20
  </div>
21
21
  </li>
22
22
  `)}
23
23
  </ul>
24
24
  </div>
25
- `;}[a0_0x3a5e92(0x9d)](){const _0x19570d=a0_0x3a5e92;this['renderRoot'][_0x19570d(0x9e)](_0x19570d(0x83))[_0x19570d(0x7d)]('mousewheel',this[_0x19570d(0x85)][_0x19570d(0xa3)](this),!0x1),this[_0x19570d(0x91)][_0x19570d(0x7d)](_0x19570d(0x88),_0x556662=>{const _0xdb8b46=_0x19570d;if(_0x556662[_0xdb8b46(0x92)][_0xdb8b46(0x8e)]){_0x556662['stopPropagation'](),_0x556662[_0xdb8b46(0x96)]();let _0x21952d=_0x556662[_0xdb8b46(0x92)][_0xdb8b46(0x8e)];return void this['dispatchEvent'](new CustomEvent(_0xdb8b46(0xa2),{'bubbles':!0x0,'detail':this['activeTopLevel']===_0x21952d?void 0x0:_0x21952d}));}let _0xc57b58=_0x556662[_0xdb8b46(0x92)]['href'];_0xc57b58&&location[_0xdb8b46(0x8d)]===_0xc57b58&&navigate(_0xc57b58+_0xdb8b46(0x9b),!0x0);}),this[_0x19570d(0x91)]['addEventListener'](_0x19570d(0x7a),_0x5b11c3=>{const _0x9cc457=_0x19570d;_0x5b11c3['target'][_0x9cc457(0x7e)](_0x9cc457(0x8a));}),this[_0x19570d(0x91)][_0x19570d(0x7d)](_0x19570d(0x79),_0x564f26=>{const _0x2326b9=_0x19570d;_0x564f26[_0x2326b9(0x92)][_0x2326b9(0x87)](_0x2326b9(0x8a),'');});}[a0_0x3a5e92(0x85)](_0x2ca865){const _0x480e1f=a0_0x3a5e92,_0x567dd8=_0x2ca865[_0x480e1f(0x7c)];var _0x41d308=Math[_0x480e1f(0x84)](-0x1,Math[_0x480e1f(0x99)](0x1,_0x2ca865[_0x480e1f(0xa5)]||-_0x2ca865[_0x480e1f(0x81)]));_0x567dd8[_0x480e1f(0x77)]-=0xa*_0x41d308,_0x2ca865['preventDefault']();}}function a0_0x2d77(_0x77ba0a,_0x14bb74){const _0x79a995=a0_0x79a9();return a0_0x2d77=function(_0x2d77f1,_0x46ef85){_0x2d77f1=_0x2d77f1-0x76;let _0x289f00=_0x79a995[_0x2d77f1];return _0x289f00;},a0_0x2d77(_0x77ba0a,_0x14bb74);}customElements[a0_0x3a5e92(0x82)](a0_0x3a5e92(0x8f),DynamicMenuLandscape);
25
+ `;}['firstUpdated'](){const _0x45a15f=a0_0x427ebe;this[_0x45a15f(0x160)][_0x45a15f(0x14e)](_0x45a15f(0x155))[_0x45a15f(0x13d)](_0x45a15f(0x165),this[_0x45a15f(0x15c)][_0x45a15f(0x16c)](this),!0x1),this[_0x45a15f(0x160)][_0x45a15f(0x13d)](_0x45a15f(0x148),_0x571121=>{const _0x353854=_0x45a15f;if(_0x571121[_0x353854(0x169)][_0x353854(0x16b)]){_0x571121[_0x353854(0x140)](),_0x571121['preventDefault']();let _0x1c8fab=_0x571121[_0x353854(0x169)][_0x353854(0x16b)];return void this[_0x353854(0x150)](new CustomEvent('active-toplevel',{'bubbles':!0x0,'detail':this[_0x353854(0x146)]===_0x1c8fab?void 0x0:_0x1c8fab}));}let _0x455d2b=_0x571121[_0x353854(0x169)][_0x353854(0x154)];_0x455d2b&&location[_0x353854(0x154)]===_0x455d2b&&navigate(_0x455d2b+_0x353854(0x152),!0x0);}),this[_0x45a15f(0x160)][_0x45a15f(0x13d)](_0x45a15f(0x16a),_0xe80bf8=>{const _0x434d7b=_0x45a15f;_0xe80bf8['target'][_0x434d7b(0x157)](_0x434d7b(0x168));}),this[_0x45a15f(0x160)][_0x45a15f(0x13d)]('transitionend',_0x3341e2=>{const _0x5764ec=_0x45a15f;_0x3341e2['target'][_0x5764ec(0x142)](_0x5764ec(0x168),'');});}[a0_0x427ebe(0x15c)](_0x311023){const _0x2ddbb3=a0_0x427ebe,_0x14b4c6=_0x311023[_0x2ddbb3(0x15d)];var _0x4b5714=Math['max'](-0x1,Math[_0x2ddbb3(0x143)](0x1,_0x311023[_0x2ddbb3(0x153)]||-_0x311023[_0x2ddbb3(0x15f)]));_0x14b4c6[_0x2ddbb3(0x158)]-=0xa*_0x4b5714,_0x311023[_0x2ddbb3(0x145)]();}}customElements[a0_0x427ebe(0x159)](a0_0x427ebe(0x13b),DynamicMenuLandscape);
@@ -1,4 +1,4 @@
1
- var a0_0x5c79c1=a0_0x454e;(function(_0x30d893,_0x36c2f9){var _0x470d0f=a0_0x454e,_0x8d0f6e=_0x30d893();while(!![]){try{var _0x1e9cd0=parseInt(_0x470d0f(0x106))/0x1+-parseInt(_0x470d0f(0x10f))/0x2+-parseInt(_0x470d0f(0x108))/0x3*(-parseInt(_0x470d0f(0xf7))/0x4)+-parseInt(_0x470d0f(0xfd))/0x5+parseInt(_0x470d0f(0xf9))/0x6*(-parseInt(_0x470d0f(0xf5))/0x7)+parseInt(_0x470d0f(0x10c))/0x8*(parseInt(_0x470d0f(0x103))/0x9)+-parseInt(_0x470d0f(0x10d))/0xa*(-parseInt(_0x470d0f(0x113))/0xb);if(_0x1e9cd0===_0x36c2f9)break;else _0x8d0f6e['push'](_0x8d0f6e['shift']());}catch(_0x246efd){_0x8d0f6e['push'](_0x8d0f6e['shift']());}}}(a0_0x413d,0xde057));function a0_0x413d(){var _0x5c3833=['4cJgGLS','split','96LgPkxD','removeAttribute','renderRoot','preventDefault','8937625SKrcDH','slotTemplate','_path','_activeMenu','call','route','1796661vqodTj','orientation','metaUI','942399WeEAWC','dynamic-menu-part','76710XfyWyE','_activeTopLevel','has','replaceChild','48HlkNLc','10GqhMeD','define','637150tCVotV','detail','addEventListener','render','18451444WkhhmD','resourceId','find','landscape','menus','_findActivePage','active','updated','page','stateChanged','362096QruByC','path'];a0_0x413d=function(){return _0x5c3833;};return a0_0x413d();}import'@material/mwc-icon';import'./dynamic-menu-portrait';import'./dynamic-menu-landscape';function a0_0x454e(_0x287536,_0x23cc03){var _0x413d26=a0_0x413d();return a0_0x454e=function(_0x454ec7,_0x46aded){_0x454ec7=_0x454ec7-0xf3;var _0x4d5edc=_0x413d26[_0x454ec7];return _0x4d5edc;},a0_0x454e(_0x287536,_0x23cc03);}import{css,html,LitElement}from'lit';import{connect}from'pwa-helpers';import{store}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';function isActiveMenu(_0x3f8b80,_0x35c11d){var _0x48bdb3=a0_0x454e;return _0x3f8b80[_0x48bdb3(0xf6)]?.[_0x48bdb3(0xf8)]('?')[0x0]===_0x35c11d||_0x3f8b80[_0x48bdb3(0x119)]&&'function'==typeof _0x3f8b80[_0x48bdb3(0x119)]&&_0x3f8b80['active'][_0x48bdb3(0x101)](_0x3f8b80,{'path':_0x35c11d});}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`
1
+ var a0_0x1f1c17=a0_0x34a9;(function(_0x421093,_0x139090){var _0x1790d8=a0_0x34a9,_0x2ae4f6=_0x421093();while(!![]){try{var _0x5549a7=-parseInt(_0x1790d8(0x1df))/0x1*(parseInt(_0x1790d8(0x1f2))/0x2)+-parseInt(_0x1790d8(0x1d7))/0x3+parseInt(_0x1790d8(0x1eb))/0x4+parseInt(_0x1790d8(0x1e1))/0x5*(-parseInt(_0x1790d8(0x1ce))/0x6)+-parseInt(_0x1790d8(0x1e3))/0x7+-parseInt(_0x1790d8(0x1d4))/0x8*(-parseInt(_0x1790d8(0x1d5))/0x9)+parseInt(_0x1790d8(0x1cd))/0xa;if(_0x5549a7===_0x139090)break;else _0x2ae4f6['push'](_0x2ae4f6['shift']());}catch(_0x552559){_0x2ae4f6['push'](_0x2ae4f6['shift']());}}}(a0_0x278b,0xe2541));import'@material/mwc-icon';import'./dynamic-menu-portrait';function a0_0x278b(){var _0x29a0b4=['active','7174292FAJhfI','landscape','renderRoot','slotTemplate','detail','_findActivePage','addEventListener','2871628PQzBgD','dynamic-menu-part','_path','setAttribute','menus','34193160SzeUDn','2556282AjxvuU','styles','render','_activeTopLevel','find','active-toplevel','61576jnhwKs','9pocASn','function','2230755tumhHT','preventDefault','resourceId','firstUpdated','define','removeAttribute','page','_activeMenu','1JAGjUU','metaUI','5OihOwA','stateChanged','11816693QoMMwu','stopPropagation','replaceChild','route','portrait','orientation','has'];a0_0x278b=function(){return _0x29a0b4;};return a0_0x278b();}import'./dynamic-menu-landscape';import{css,html,LitElement}from'lit';function a0_0x34a9(_0x4f99b7,_0x42cb33){var _0x278bec=a0_0x278b();return a0_0x34a9=function(_0x34a985,_0x2c4ded){_0x34a985=_0x34a985-0x1ca;var _0x5455ba=_0x278bec[_0x34a985];return _0x5455ba;},a0_0x34a9(_0x4f99b7,_0x42cb33);}import{connect}from'pwa-helpers';import{store}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';function isActiveMenu(_0x4e3a2c,_0x56a87a){var _0x4ba172=a0_0x34a9;return _0x4e3a2c['path']?.['split']('?')[0x0]===_0x56a87a||_0x4e3a2c[_0x4ba172(0x1ea)]&&_0x4ba172(0x1d6)==typeof _0x4e3a2c[_0x4ba172(0x1ea)]&&_0x4e3a2c[_0x4ba172(0x1ea)]['call'](_0x4e3a2c,{'path':_0x56a87a});}export class DynamicMenuPart extends connect(store)(LitElement){static get['properties'](){return{'page':String,'resourceId':String,'menus':Array,'orientation':String,'_activeTopLevel':Object,'_activeMenu':Object,'_path':String};}static get[a0_0x1f1c17(0x1cf)](){return[ScrollbarStyles,css`
2
2
  :host {
3
3
  display: flex;
4
4
  overflow-y: auto;
@@ -27,18 +27,18 @@ var a0_0x5c79c1=a0_0x454e;(function(_0x30d893,_0x36c2f9){var _0x470d0f=a0_0x454e
27
27
  dynamic-menu-landscape {
28
28
  flex: 1;
29
29
  }
30
- `];}[a0_0x5c79c1(0x112)](){var _0x18cd6d=a0_0x5c79c1;return html`
30
+ `];}[a0_0x1f1c17(0x1d0)](){var _0x426e08=a0_0x1f1c17;return html`
31
31
  <slot name="head"></slot>
32
- ${_0x18cd6d(0x116)!==this[_0x18cd6d(0x104)]?html`<dynamic-menu-portrait
33
- .menus=${this[_0x18cd6d(0x117)]}
34
- .activeTopLevel=${this['_activeTopLevel']}
35
- .activeMenu=${this[_0x18cd6d(0x100)]}
36
- .path=${this[_0x18cd6d(0xff)]}
32
+ ${'landscape'!==this[_0x426e08(0x1e8)]?html`<dynamic-menu-portrait
33
+ .menus=${this[_0x426e08(0x1cc)]}
34
+ .activeTopLevel=${this[_0x426e08(0x1d1)]}
35
+ .activeMenu=${this[_0x426e08(0x1de)]}
36
+ .path=${this[_0x426e08(0x1ca)]}
37
37
  ></dynamic-menu-portrait>`:html`<dynamic-menu-landscape
38
- .menus=${this[_0x18cd6d(0x117)]}
38
+ .menus=${this[_0x426e08(0x1cc)]}
39
39
  .activeTopLevel=${this['_activeTopLevel']}
40
- .activeMenu=${this[_0x18cd6d(0x100)]}
41
- .path=${this[_0x18cd6d(0xff)]}
40
+ .activeMenu=${this['_activeMenu']}
41
+ .path=${this['_path']}
42
42
  ></dynamic-menu-landscape>`}
43
43
  <slot name="tail"></slot>
44
- `;}['firstUpdated'](){var _0x3a1123=a0_0x5c79c1;this[_0x3a1123(0xfb)][_0x3a1123(0x111)]('active-toplevel',_0x767e=>{var _0x5e1b91=_0x3a1123;_0x767e['stopPropagation'](),_0x767e[_0x5e1b91(0xfc)](),this[_0x5e1b91(0x109)]=_0x767e[_0x5e1b91(0x110)];});}[a0_0x5c79c1(0x11a)](_0x5af5cd){var _0x42fcbc=a0_0x5c79c1;(_0x5af5cd['has'](_0x42fcbc(0x117))||_0x5af5cd['has'](_0x42fcbc(0xf3))||_0x5af5cd[_0x42fcbc(0x10a)](_0x42fcbc(0x114)))&&this[_0x42fcbc(0x118)](),_0x5af5cd[_0x42fcbc(0x10a)](_0x42fcbc(0x104))&&('portrait'==this[_0x42fcbc(0x104)]?this[_0x42fcbc(0xfa)]('landscape'):this['setAttribute']('landscape',!0x0)),_0x5af5cd[_0x42fcbc(0x10a)](_0x42fcbc(0xfe))&&this[_0x42fcbc(0x10b)](this['slotTemplate']);}[a0_0x5c79c1(0xf4)](_0x370365){var _0xc8187c=a0_0x5c79c1;this[_0xc8187c(0xf3)]=_0x370365[_0xc8187c(0x102)]['page'],this['resourceId']=_0x370365[_0xc8187c(0x102)][_0xc8187c(0x114)],this['menus']=_0x370365[_0xc8187c(0x105)][_0xc8187c(0x117)]||[],this[_0xc8187c(0xfe)]=_0x370365[_0xc8187c(0x105)]['slotTemplate'];}[a0_0x5c79c1(0x118)](){var _0xbf241d=a0_0x5c79c1,_0x4d4b63,_0xf5ba04=this[_0xbf241d(0x114)]?this[_0xbf241d(0xf3)]+'/'+this[_0xbf241d(0x114)]:this[_0xbf241d(0xf3)],_0x35e8c1=this[_0xbf241d(0x117)]||[];this['_activeTopLevel']=_0x35e8c1['find'](_0xe2cc3=>isActiveMenu(_0xe2cc3,_0xf5ba04)?(_0x4d4b63=_0xe2cc3,!0x0):_0xe2cc3[_0xbf241d(0x117)]?!!(_0x4d4b63=_0xe2cc3[_0xbf241d(0x117)][_0xbf241d(0x115)](_0xd00f6=>isActiveMenu(_0xd00f6,_0xf5ba04))):void 0x0),this[_0xbf241d(0xff)]=_0xf5ba04,this['_activeMenu']=_0x4d4b63||this['_activeTopLevel'];}}customElements[a0_0x5c79c1(0x10e)](a0_0x5c79c1(0x107),DynamicMenuPart);
44
+ `;}[a0_0x1f1c17(0x1da)](){var _0x2488b6=a0_0x1f1c17;this[_0x2488b6(0x1ed)][_0x2488b6(0x1f1)](_0x2488b6(0x1d3),_0x3822fe=>{var _0x4030af=_0x2488b6;_0x3822fe[_0x4030af(0x1e4)](),_0x3822fe[_0x4030af(0x1d8)](),this['_activeTopLevel']=_0x3822fe[_0x4030af(0x1ef)];});}['updated'](_0x26a3e6){var _0x5cddd2=a0_0x1f1c17;(_0x26a3e6['has']('menus')||_0x26a3e6[_0x5cddd2(0x1e9)]('page')||_0x26a3e6[_0x5cddd2(0x1e9)](_0x5cddd2(0x1d9)))&&this[_0x5cddd2(0x1f0)](),_0x26a3e6[_0x5cddd2(0x1e9)](_0x5cddd2(0x1e8))&&(_0x5cddd2(0x1e7)==this[_0x5cddd2(0x1e8)]?this[_0x5cddd2(0x1dc)]('landscape'):this[_0x5cddd2(0x1cb)](_0x5cddd2(0x1ec),!0x0)),_0x26a3e6[_0x5cddd2(0x1e9)](_0x5cddd2(0x1ee))&&this[_0x5cddd2(0x1e5)](this[_0x5cddd2(0x1ee)]);}[a0_0x1f1c17(0x1e2)](_0xc72a21){var _0x5cb4d5=a0_0x1f1c17;this[_0x5cb4d5(0x1dd)]=_0xc72a21[_0x5cb4d5(0x1e6)][_0x5cb4d5(0x1dd)],this[_0x5cb4d5(0x1d9)]=_0xc72a21[_0x5cb4d5(0x1e6)][_0x5cb4d5(0x1d9)],this[_0x5cb4d5(0x1cc)]=_0xc72a21[_0x5cb4d5(0x1e0)][_0x5cb4d5(0x1cc)]||[],this[_0x5cb4d5(0x1ee)]=_0xc72a21[_0x5cb4d5(0x1e0)]['slotTemplate'];}['_findActivePage'](){var _0x2a1cb2=a0_0x1f1c17,_0x508b5e,_0x2ba4ad=this[_0x2a1cb2(0x1d9)]?this[_0x2a1cb2(0x1dd)]+'/'+this[_0x2a1cb2(0x1d9)]:this[_0x2a1cb2(0x1dd)],_0x90f6cf=this[_0x2a1cb2(0x1cc)]||[];this['_activeTopLevel']=_0x90f6cf[_0x2a1cb2(0x1d2)](_0x4242b5=>isActiveMenu(_0x4242b5,_0x2ba4ad)?(_0x508b5e=_0x4242b5,!0x0):_0x4242b5[_0x2a1cb2(0x1cc)]?!!(_0x508b5e=_0x4242b5['menus']['find'](_0xeb913=>isActiveMenu(_0xeb913,_0x2ba4ad))):void 0x0),this[_0x2a1cb2(0x1ca)]=_0x2ba4ad,this[_0x2a1cb2(0x1de)]=_0x508b5e||this[_0x2a1cb2(0x1d1)];}}customElements[a0_0x1f1c17(0x1db)](a0_0x1f1c17(0x1f3),DynamicMenuPart);
@@ -1,4 +1,4 @@
1
- (function(_0x5ee558,_0x42d088){const _0x3890b6=a0_0x4d2e,_0x315675=_0x5ee558();while(!![]){try{const _0x29d71a=-parseInt(_0x3890b6(0xbe))/0x1*(parseInt(_0x3890b6(0xc2))/0x2)+parseInt(_0x3890b6(0xbd))/0x3*(-parseInt(_0x3890b6(0xc6))/0x4)+parseInt(_0x3890b6(0xc7))/0x5+-parseInt(_0x3890b6(0xc4))/0x6*(-parseInt(_0x3890b6(0xc0))/0x7)+-parseInt(_0x3890b6(0xc5))/0x8+-parseInt(_0x3890b6(0xbf))/0x9+-parseInt(_0x3890b6(0xc3))/0xa*(-parseInt(_0x3890b6(0xc1))/0xb);if(_0x29d71a===_0x42d088)break;else _0x315675['push'](_0x315675['shift']());}catch(_0x352ef2){_0x315675['push'](_0x315675['shift']());}}}(a0_0x3a93,0xb9f63));import{css}from'lit';export const DynamicMenuPortraitStyles=css`
1
+ function a0_0x5d21(_0x1402ee,_0xa16a7a){const _0x1a46b7=a0_0x1a46();return a0_0x5d21=function(_0x5d2163,_0xbe7f0f){_0x5d2163=_0x5d2163-0xe7;let _0x343baa=_0x1a46b7[_0x5d2163];return _0x343baa;},a0_0x5d21(_0x1402ee,_0xa16a7a);}(function(_0x4577c1,_0x226cb0){const _0x106e58=a0_0x5d21,_0x9cf6d8=_0x4577c1();while(!![]){try{const _0x4d38b3=parseInt(_0x106e58(0xed))/0x1+-parseInt(_0x106e58(0xef))/0x2*(parseInt(_0x106e58(0xeb))/0x3)+parseInt(_0x106e58(0xec))/0x4*(parseInt(_0x106e58(0xea))/0x5)+-parseInt(_0x106e58(0xe8))/0x6+-parseInt(_0x106e58(0xe9))/0x7+parseInt(_0x106e58(0xee))/0x8*(-parseInt(_0x106e58(0xf0))/0x9)+parseInt(_0x106e58(0xe7))/0xa;if(_0x4d38b3===_0x226cb0)break;else _0x9cf6d8['push'](_0x9cf6d8['shift']());}catch(_0x3f1ec3){_0x9cf6d8['push'](_0x9cf6d8['shift']());}}}(a0_0x1a46,0x4dd90));import{css}from'lit';function a0_0x1a46(){const _0x5dc049=['132930CBGDEM','1002533ngALbF','10wzEsIQ','18JvsWIU','608108ZEnBZs','234139GNjmvK','8fYJyHB','156186ZuqPHg','4612446czyiYm','9270970WrYSru'];a0_0x1a46=function(){return _0x5dc049;};return a0_0x1a46();}export const DynamicMenuPortraitStyles=css`
2
2
  :host {
3
3
  display: flex;
4
4
  overflow-y: auto;
@@ -125,4 +125,4 @@
125
125
  font: bold 14px var(--theme-font);
126
126
  }
127
127
  }
128
- `;function a0_0x4d2e(_0x5b4511,_0x146468){const _0x3a9314=a0_0x3a93();return a0_0x4d2e=function(_0x4d2eda,_0x56dc41){_0x4d2eda=_0x4d2eda-0xbd;let _0x1c5df7=_0x3a9314[_0x4d2eda];return _0x1c5df7;},a0_0x4d2e(_0x5b4511,_0x146468);}function a0_0x3a93(){const _0x6d1856=['61443OceDhS','938556ZiTQnh','2299955GEDocK','18562313HbKiUB','28ZgPRIF','10xDPIIK','12yUzRQv','3962320SWHkjG','108636YFlgPd','6309855YPKJRD','153lYYPqB'];a0_0x3a93=function(){return _0x6d1856;};return a0_0x3a93();}
128
+ `;
@@ -1,14 +1,14 @@
1
- function a0_0x201b(){const _0x3b90a2=['stopPropagation','#force','path','properties','render','3700aThTiI','dynamic-menu-portrait','active-toplevel','call','dispatchEvent','renderRoot','299664SXjbVe','addEventListener','click','1203037ffBAKE','activeTopLevel','menu','map','firstUpdated','href','35UVvUar','closest','setAttribute','renderMenus','1935klTcJt','settled','203002BFlJtx','207710WpPqhm','target','238300YkNhah','define','group','function','9DerAOR','preventDefault','removeAttribute','transitionstart','372yHznlq','17045ZjtbMO'];a0_0x201b=function(){return _0x3b90a2;};return a0_0x201b();}const a0_0x40858c=a0_0x334c;(function(_0x3ca4b0,_0x5c415f){const _0x435e6f=a0_0x334c,_0x47e840=_0x3ca4b0();while(!![]){try{const _0x51db92=parseInt(_0x435e6f(0x1e7))/0x1+parseInt(_0x435e6f(0x1e6))/0x2*(parseInt(_0x435e6f(0x1ed))/0x3)+-parseInt(_0x435e6f(0x1e9))/0x4+parseInt(_0x435e6f(0x1f2))/0x5*(-parseInt(_0x435e6f(0x1f1))/0x6)+parseInt(_0x435e6f(0x1e0))/0x7*(parseInt(_0x435e6f(0x1d7))/0x8)+parseInt(_0x435e6f(0x1e4))/0x9*(-parseInt(_0x435e6f(0x1f8))/0xa)+-parseInt(_0x435e6f(0x1da))/0xb;if(_0x51db92===_0x5c415f)break;else _0x47e840['push'](_0x47e840['shift']());}catch(_0x1cde88){_0x47e840['push'](_0x47e840['shift']());}}}(a0_0x201b,0x3a825));import'@material/mwc-icon';import{html,LitElement}from'lit';import{navigate}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';function a0_0x334c(_0x5c4154,_0x34f0bc){const _0x201b09=a0_0x201b();return a0_0x334c=function(_0x334c1e,_0x3c1a14){_0x334c1e=_0x334c1e-0x1d4;let _0x628ff6=_0x201b09[_0x334c1e];return _0x628ff6;},a0_0x334c(_0x5c4154,_0x34f0bc);}import{DynamicMenuPortraitStyles}from'./dynamic-menu-portrait-styles';export class DynamicMenuPortrait extends LitElement{static get['styles'](){return[ScrollbarStyles,DynamicMenuPortraitStyles];}static get[a0_0x40858c(0x1f6)](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}[a0_0x40858c(0x1e3)](_0x3b7e89,_0x1f9436,_0x2a8d29){const _0x2687fe=a0_0x40858c;return html`
1
+ const a0_0x20dc6b=a0_0x3ed7;(function(_0x5d6a31,_0x350bef){const _0xf154a=a0_0x3ed7,_0x51048e=_0x5d6a31();while(!![]){try{const _0x3f414c=-parseInt(_0xf154a(0x171))/0x1+-parseInt(_0xf154a(0x16f))/0x2+parseInt(_0xf154a(0x163))/0x3+parseInt(_0xf154a(0x16d))/0x4+parseInt(_0xf154a(0x165))/0x5+-parseInt(_0xf154a(0x154))/0x6+-parseInt(_0xf154a(0x152))/0x7*(-parseInt(_0xf154a(0x174))/0x8);if(_0x3f414c===_0x350bef)break;else _0x51048e['push'](_0x51048e['shift']());}catch(_0x4e2cfd){_0x51048e['push'](_0x51048e['shift']());}}}(a0_0x35b0,0xcb425));import'@material/mwc-icon';import{html,LitElement}from'lit';import{navigate}from'@operato/shell';function a0_0x3ed7(_0x2378e1,_0x4ad916){const _0x35b089=a0_0x35b0();return a0_0x3ed7=function(_0x3ed7bb,_0x4c18fe){_0x3ed7bb=_0x3ed7bb-0x152;let _0xa588d2=_0x35b089[_0x3ed7bb];return _0xa588d2;},a0_0x3ed7(_0x2378e1,_0x4ad916);}import{ScrollbarStyles}from'@operato/styles';import{DynamicMenuPortraitStyles}from'./dynamic-menu-portrait-styles';function a0_0x35b0(){const _0x5c7bf4=['#force','target','firstUpdated','stopPropagation','closest','renderMenus','dynamic-menu-portrait','properties','function','activeTopLevel','addEventListener','length','21402SmaptZ','setAttribute','232005TFGSZM','preventDefault','styles','transitionend','call','menu','renderRoot','map','2276748zXivWo','dispatchEvent','1266918oRtDty','render','156982QMMxFy','group','settled','624752kyxZZs','217XOYLyl','define','8523876VHcHeQ','href','path'];a0_0x35b0=function(){return _0x5c7bf4;};return a0_0x35b0();}export class DynamicMenuPortrait extends LitElement{static get[a0_0x20dc6b(0x167)](){return[ScrollbarStyles,DynamicMenuPortraitStyles];}static get[a0_0x20dc6b(0x15e)](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}['renderMenus'](_0x15049,_0x17d6eb,_0x2b43ce){const _0x9dc63b=a0_0x20dc6b;return html`
2
2
  <ul>
3
- ${_0x3b7e89[_0x2687fe(0x1dd)](_0x51f6a4=>{const _0x2afb87=_0x2687fe;var {type:_0x511c02,active:_0x861cee,path:_0x1aac58,name:_0x2eaf04,badge:_0x880813,icon:_0x459160,menus:_0x192b5d}=_0x51f6a4;return _0x861cee=!(!_0x861cee||'function'!=typeof _0x861cee)&&_0x861cee[_0x2afb87(0x1d4)](_0x51f6a4,{'path':this[_0x2afb87(0x1f5)]}),_0x880813=_0x2afb87(0x1ec)==typeof _0x880813?_0x880813[_0x2afb87(0x1d4)](_0x51f6a4):_0x880813??!0x1,_0x2afb87(0x1eb)==_0x511c02?html`<li group-label>${_0x2eaf04}</li>`:html`
4
- <li ?active=${_0x1f9436?_0x51f6a4===_0x1f9436:_0x861cee} .menu=${_0x51f6a4} menu>
5
- <a href=${_0x1aac58||'#'}>
6
- ${_0x192b5d?.['length']>0x0?html` <mwc-icon submenu-button></mwc-icon> `:html``}
7
- <mwc-icon>${_0x459160}</mwc-icon>
8
- ${_0x2eaf04} ${!0x1!==_0x880813?html`<div badge>${_0x880813}</div>`:html``}
3
+ ${_0x15049[_0x9dc63b(0x16c)](_0x44ad6b=>{const _0x1a546e=_0x9dc63b;var {type:_0x2288af,active:_0x1110d4,path:_0xfd481d,name:_0x38a319,badge:_0x198608,icon:_0x1d3711,menus:_0x59c60c}=_0x44ad6b;return _0x1110d4=!(!_0x1110d4||_0x1a546e(0x15f)!=typeof _0x1110d4)&&_0x1110d4[_0x1a546e(0x169)](_0x44ad6b,{'path':this[_0x1a546e(0x156)]}),_0x198608='function'==typeof _0x198608?_0x198608[_0x1a546e(0x169)](_0x44ad6b):_0x198608??!0x1,_0x1a546e(0x172)==_0x2288af?html`<li group-label>${_0x38a319}</li>`:html`
4
+ <li ?active=${_0x17d6eb?_0x44ad6b===_0x17d6eb:_0x1110d4} .menu=${_0x44ad6b} menu>
5
+ <a href=${_0xfd481d||'#'}>
6
+ ${_0x59c60c?.[_0x1a546e(0x162)]>0x0?html` <mwc-icon submenu-button></mwc-icon> `:html``}
7
+ <mwc-icon>${_0x1d3711}</mwc-icon>
8
+ ${_0x38a319} ${!0x1!==_0x198608?html`<div badge>${_0x198608}</div>`:html``}
9
9
  </a>
10
- ${_0x192b5d&&this[_0x2afb87(0x1e3)](_0x192b5d,_0x2a8d29)}
10
+ ${_0x59c60c&&this['renderMenus'](_0x59c60c,_0x2b43ce)}
11
11
  </li>
12
12
  `;})}
13
13
  </ul>
14
- `;}[a0_0x40858c(0x1f7)](){const _0x547061=a0_0x40858c,{menus:_0x35ad88,activeTopLevel:_0x3c96e7,activeMenu:_0x2daf54}=this;return this[_0x547061(0x1e3)](_0x35ad88,_0x3c96e7,_0x2daf54);}[a0_0x40858c(0x1de)](){const _0x19dd63=a0_0x40858c;this[_0x19dd63(0x1d6)][_0x19dd63(0x1d8)](_0x19dd63(0x1d9),_0x3e1919=>{const _0x4fd807=_0x19dd63,_0x544de8=_0x3e1919[_0x4fd807(0x1e8)][_0x4fd807(0x1e1)]('[menu]');if(_0x544de8?.[_0x4fd807(0x1dc)]){let _0x1d87c9=_0x544de8[_0x4fd807(0x1dc)];_0x1d87c9[_0x4fd807(0x1f5)]||(_0x3e1919[_0x4fd807(0x1f3)](),_0x3e1919[_0x4fd807(0x1ee)]()),this[_0x4fd807(0x1d5)](new CustomEvent(_0x4fd807(0x1fa),{'bubbles':!0x0,'detail':this[_0x4fd807(0x1db)]===_0x1d87c9?void 0x0:_0x1d87c9}));}let _0x17ac58=_0x3e1919[_0x4fd807(0x1e8)][_0x4fd807(0x1df)];_0x17ac58&&location[_0x4fd807(0x1df)]===_0x17ac58&&navigate(_0x17ac58+_0x4fd807(0x1f4),!0x0);}),this[_0x19dd63(0x1d6)][_0x19dd63(0x1d8)](_0x19dd63(0x1f0),_0x306ac5=>{const _0x2dab20=_0x19dd63;_0x306ac5[_0x2dab20(0x1e8)][_0x2dab20(0x1ef)](_0x2dab20(0x1e5));}),this[_0x19dd63(0x1d6)]['addEventListener']('transitionend',_0x94360a=>{const _0x2aa858=_0x19dd63;_0x94360a['target'][_0x2aa858(0x1e2)](_0x2aa858(0x1e5),'');});}}customElements[a0_0x40858c(0x1ea)](a0_0x40858c(0x1f9),DynamicMenuPortrait);
14
+ `;}[a0_0x20dc6b(0x170)](){const _0x27b1ae=a0_0x20dc6b,{menus:_0x4702fb,activeTopLevel:_0x5f5d97,activeMenu:_0x3d6702}=this;return this[_0x27b1ae(0x15c)](_0x4702fb,_0x5f5d97,_0x3d6702);}[a0_0x20dc6b(0x159)](){const _0x478f1b=a0_0x20dc6b;this['renderRoot'][_0x478f1b(0x161)]('click',_0x5bb88b=>{const _0x49c975=_0x478f1b,_0x54d9fe=_0x5bb88b[_0x49c975(0x158)][_0x49c975(0x15b)]('[menu]');if(_0x54d9fe?.[_0x49c975(0x16a)]){let _0xd969d=_0x54d9fe[_0x49c975(0x16a)];_0xd969d[_0x49c975(0x156)]||(_0x5bb88b[_0x49c975(0x15a)](),_0x5bb88b[_0x49c975(0x166)]()),this[_0x49c975(0x16e)](new CustomEvent('active-toplevel',{'bubbles':!0x0,'detail':this[_0x49c975(0x160)]===_0xd969d?void 0x0:_0xd969d}));}let _0x4e4471=_0x5bb88b[_0x49c975(0x158)][_0x49c975(0x155)];_0x4e4471&&location[_0x49c975(0x155)]===_0x4e4471&&navigate(_0x4e4471+_0x49c975(0x157),!0x0);}),this[_0x478f1b(0x16b)][_0x478f1b(0x161)]('transitionstart',_0x5101b4=>{const _0x3b03aa=_0x478f1b;_0x5101b4[_0x3b03aa(0x158)]['removeAttribute'](_0x3b03aa(0x173));}),this[_0x478f1b(0x16b)][_0x478f1b(0x161)](_0x478f1b(0x168),_0x39c0c4=>{const _0xed154b=_0x478f1b;_0x39c0c4[_0xed154b(0x158)][_0xed154b(0x164)](_0xed154b(0x173),'');});}}customElements[a0_0x20dc6b(0x153)](a0_0x20dc6b(0x15d),DynamicMenuPortrait);