@things-factory/meta-ui 6.0.134 → 6.0.135

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 (79) 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 +9 -9
  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/selector/ox-resource-code-selector-popup.js +11 -11
  7. package/client/mixin/meta-base-mixin.js +1 -1
  8. package/client/mixin/meta-basic-grist-mixin.js +4 -4
  9. package/client/mixin/meta-button-mixin.js +1 -1
  10. package/client/mixin/meta-form-mixin.js +1 -1
  11. package/client/mixin/meta-grist-tab-mixin.js +1 -1
  12. package/client/mixin/meta-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 +6 -6
  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 +8 -8
  23. package/client/pages/history/history-copy-list-popup.js +5 -5
  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 +103 -103
  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 +12 -12
  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 +2 -2
  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
@@ -1,4 +1,4 @@
1
- const a0_0x69a960=a0_0x115c;(function(_0x66d86d,_0x15510b){const _0x357346=a0_0x115c,_0x1ebbaa=_0x66d86d();while(!![]){try{const _0xbd5a7f=-parseInt(_0x357346(0x1ad))/0x1*(-parseInt(_0x357346(0x1a5))/0x2)+-parseInt(_0x357346(0x199))/0x3*(parseInt(_0x357346(0x189))/0x4)+-parseInt(_0x357346(0x170))/0x5*(-parseInt(_0x357346(0x19d))/0x6)+parseInt(_0x357346(0x156))/0x7+-parseInt(_0x357346(0x1a9))/0x8*(parseInt(_0x357346(0x16f))/0x9)+-parseInt(_0x357346(0x143))/0xa+parseInt(_0x357346(0x164))/0xb*(parseInt(_0x357346(0x168))/0xc);if(_0xbd5a7f===_0x15510b)break;else _0x1ebbaa['push'](_0x1ebbaa['shift']());}catch(_0x58dca4){_0x1ebbaa['push'](_0x1ebbaa['shift']());}}}(a0_0x1151,0xe055a));function a0_0x115c(_0x3c2247,_0x3c2706){const _0x1151fe=a0_0x1151();return a0_0x115c=function(_0x115cb5,_0x39428a){_0x115cb5=_0x115cb5-0x137;let _0x1e0a3a=_0x1151fe[_0x115cb5];return _0x1e0a3a;},a0_0x115c(_0x3c2247,_0x3c2706);}import{store,gqlContext}from'@things-factory/shell';function a0_0x1151(){const _0x22d314=['path','patchesForUpdateMultiple','numberOfToDos','map','sort','HIDDEN-PAGE','unshift','isNotEmpty','deleteListByIds','push','findOne','\x0a\x20\x20\x20\x20\x20\x20','workCodeByName','menu.id','getCodeByEntity','tText','showAlertPopup','gutter','category','buildArgs','4lKspXQ','text.there_is_nothing_to_delete','selected','getSelectedIdList','exportableData','imex','getCodeByScenario','cancel','undefined','getWorkCodeByName','\x0a\x20\x20\x20\x20','showToast','title','children','MENU','__selected__','3331464LbYeXP','forEach','info','updatedAt','15558EONKVE','SCREEN','record','myDynamicMenus','menus','message','rank','todo-list','523960KCfpet','test','isEmpty','filter','631496BKvRCl','parse','name','_config','6euAzyk','checkClientError','updateMultipleData','object','searchByPagination','fetch','noteq','button.','numberOfApprovalPendings','HOME','routingType','GROUP','display','cuFlag','findIndex','type','success\x20to\x20process','columns','tMenu','text.are_you_sure','codeItems','hiddenFlag','length','searchMyDynamicMenus','12657360fqZIDo','reduce','gridPersonalizeTemplates','code','splice','arrangeMenuRoutes','description','hidden','data','callScenario','value','group','xlsx','\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','badge','menuType','success\x20to\x20save','template','result','6066403mKuzmw','find','showGraphqlException','query','question','updateMultiple','routing','deleteListByGristSelected','confirm','draft-list','resourceUrl','runScenario','networkError','error','11KVkWgh','numberOfDrafts','showGraphqlErrorResponse','updater','14150040LtKnXD','Graphql\x20Error','details','errors','total','split','success\x20to\x20delete','171fFNIWR','2270QfpqIo','active','records','parent','text.NOTHING_CHANGED'];a0_0x1151=function(){return _0x22d314;};return a0_0x1151();}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_0x53fbf2 from'graphql-tag';import{ValueUtil}from'./value-util';import{asyncReplace}from'lit/directives/async-replace.js';import a0_0x350e78 from'i18next';import{generateActivitySummary,startSubscribeActivitySummary}from'@things-factory/worklist';export class ServiceUtil{static async[a0_0x69a960(0x13f)](_0x1bd6f8){const _0x2c5485=a0_0x69a960;if(Array['isArray'](_0x1bd6f8))return _0x1bd6f8[_0x2c5485(0x178)](_0x24dd7f=>_0x2c5485(0x1b0)==typeof _0x24dd7f?{'name':_0x24dd7f[_0x2c5485(0x14d)],'description':_0x24dd7f[_0x2c5485(0x137)]}:{'name':_0x24dd7f,'description':_0x24dd7f});let _0x8d9d52=await ServiceUtil[_0x2c5485(0x192)](_0x1bd6f8);return _0x8d9d52&&_0x8d9d52[_0x2c5485(0x141)]>0x0?_0x8d9d52:await getCodeByName(_0x1bd6f8);}static async[a0_0x69a960(0x192)](_0x33daa5){const _0x4db771=a0_0x69a960,_0x240ae4=await client[_0x4db771(0x159)]({'query':a0_0x53fbf2`
1
+ const a0_0x60cb11=a0_0x1dc8;(function(_0x14d620,_0xcb0afd){const _0x59290f=a0_0x1dc8,_0x4cb037=_0x14d620();while(!![]){try{const _0xe7d85f=-parseInt(_0x59290f(0x218))/0x1+-parseInt(_0x59290f(0x1d6))/0x2*(-parseInt(_0x59290f(0x200))/0x3)+parseInt(_0x59290f(0x1cb))/0x4*(parseInt(_0x59290f(0x22f))/0x5)+parseInt(_0x59290f(0x222))/0x6+-parseInt(_0x59290f(0x232))/0x7+parseInt(_0x59290f(0x205))/0x8*(parseInt(_0x59290f(0x1e6))/0x9)+parseInt(_0x59290f(0x230))/0xa*(-parseInt(_0x59290f(0x23e))/0xb);if(_0xe7d85f===_0xcb0afd)break;else _0x4cb037['push'](_0x4cb037['shift']());}catch(_0x4c294f){_0x4cb037['push'](_0x4cb037['shift']());}}}(a0_0x1d47,0x773f6));import{store,gqlContext}from'@things-factory/shell';import{getCodeByName}from'@things-factory/code-base';import{EXPORT}from'@things-factory/export-base';import{gqlBuilder}from'@things-factory/utils';function a0_0x1dc8(_0x109bf4,_0x573863){const _0x1d47e8=a0_0x1d47();return a0_0x1dc8=function(_0x1dc80d,_0x5f5c6e){_0x1dc80d=_0x1dc80d-0x1be;let _0x2f0804=_0x1d47e8[_0x1dc80d];return _0x2f0804;},a0_0x1dc8(_0x109bf4,_0x573863);}import{client}from'@operato/graphql';import{TermsUtil}from'./terms-util';import{UiUtil}from'./ui-util';import a0_0x29c0ad from'graphql-tag';import{ValueUtil}from'./value-util';import{asyncReplace}from'lit/directives/async-replace.js';function a0_0x1d47(){const _0x8b1853=['getSelectedIdList','387onxinp','resourceUrl','findOne','showGraphqlException','MENU','Graphql\x20Error','showGraphqlErrorResponse','dispatch','id,template','buildArgs','findIndex','deleteListByIds','message','isEmpty','result','record','isNotEmpty','fetch','name','active','_config','code','__dirtyfields__','myDynamicMenus','searchByPagination','HIDDEN-PAGE','985671GnaSmg','numberOfApprovalPendings','getCodeSelectorData','arrangeMenuRoutes','showAlertPopup','108176VmhOUO','xlsx','tText','push','data','records','template','__origin__','showToast','badge','errors','tMenu','getCodeByEntity','unshift','category','description','checkClientError','imex','searchMyDynamicMenus','822687UiiYZl','success\x20to\x20process','menuType','__seq__','numberOfDrafts','title','filter','forEach','networkError','sort','1405200pWYsPX','runScenario','\x0a\x20\x20\x20\x20\x20\x20','updateMultiple','total','HOME','success\x20to\x20save','iconPath','hidden','text.NOTHING_CHANGED','object','error','length','25FWlqfe','7910bgBFYo','info','585620nzUsmC','noteq','type','searchMenuGridPersnalTemplate','reduce','updater','parse','text.nothing_selected','display','updatedAt','GROUP','question','9163dtweQp','cancel','draft-list','approval-pending-list','patchesForUpdateMultiple','text.are_you_sure','todo-list','routingType','success\x20to\x20delete','__dirty__','includes','codeItems','find','gutter','extensions','key','hiddenFlag','dirtyRecords','727588KstcYf','path','group','numberOfToDos','menus','routing','\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','confirm','test','text.there_is_nothing_to_delete','getCodeByScenario','2Ggkdlx','map','rank','button.delete','value','parent','callScenario','isArray','items','details','query','SCREEN','getWorkCodeByName','deleteListByGristSelected','workCodeByName'];a0_0x1d47=function(){return _0x8b1853;};return a0_0x1d47();}import a0_0x2cf114 from'i18next';import{generateActivitySummary,startSubscribeActivitySummary}from'@things-factory/worklist';export class ServiceUtil{static async[a0_0x60cb11(0x1c4)](_0x2baba0){const _0xf4d605=a0_0x60cb11;if(Array[_0xf4d605(0x1dd)](_0x2baba0))return _0x2baba0[_0xf4d605(0x1d7)](_0x5707fc=>_0xf4d605(0x22c)==typeof _0x5707fc?{'name':_0x5707fc['value'],'description':_0x5707fc[_0xf4d605(0x23a)]}:{'name':_0x5707fc,'description':_0x5707fc});let _0x4d24d6=await ServiceUtil[_0xf4d605(0x1e2)](_0x2baba0);return _0x4d24d6&&_0x4d24d6[_0xf4d605(0x22e)]>0x0?_0x4d24d6:await getCodeByName(_0x2baba0);}static async[a0_0x60cb11(0x1e2)](_0xb650d7){const _0x18e881=a0_0x60cb11,_0x571987=await client[_0x18e881(0x1e0)]({'query':a0_0x29c0ad`
2
2
  query workCodeByName($name: String!) {
3
3
  workCodeByName(name: $name) {
4
4
  details {
@@ -8,32 +8,32 @@ const a0_0x69a960=a0_0x115c;(function(_0x66d86d,_0x15510b){const _0x357346=a0_0x
8
8
  }
9
9
  }
10
10
  }
11
- `,'variables':{'name':_0x33daa5},'context':gqlContext()});return!_0x240ae4[_0x4db771(0x16b)]&&_0x240ae4[_0x4db771(0x14b)][_0x4db771(0x181)]&&_0x240ae4['data'][_0x4db771(0x181)][_0x4db771(0x16a)]?_0x240ae4['data'][_0x4db771(0x181)][_0x4db771(0x16a)][_0x4db771(0x179)]((_0x7bdc13,_0x4dd1a6)=>_0x7bdc13[_0x4db771(0x1a3)]-_0x4dd1a6[_0x4db771(0x1a3)]):[];}static async['getCodeSelectorData'](_0x16ccb3){const _0x39513f=a0_0x69a960;let _0x2eb0db=(await ServiceUtil[_0x39513f(0x13f)](_0x16ccb3))[_0x39513f(0x178)](_0x49db79=>({'value':_0x49db79[_0x39513f(0x1ab)],'display':_0x49db79[_0x39513f(0x149)]}));return _0x2eb0db[_0x39513f(0x17b)]({'value':'','display':''}),_0x2eb0db;}static async[a0_0x69a960(0x18f)](_0x58b19c,_0x4adb03){const _0xa31bd9=a0_0x69a960;let _0x222e7c=await ServiceUtil['callScenario'](null,_0x58b19c,_0x4adb03);return _0x222e7c[_0xa31bd9(0x17b)]({'value':'','display':''}),_0x222e7c['map'](_0xc5a074=>({'value':_0xc5a074[_0xa31bd9(0x1ab)],'display':_0xc5a074[_0xa31bd9(0x149)]}));}static async[a0_0x69a960(0x183)]({queryName:_0x3eda2e,codeField:_0x492745=a0_0x69a960(0x1ab),dispField:_0x5d79fc='description',filters:_0x102323=[],sorters:_0x5df447=[]}){const _0x1fc0d2=a0_0x69a960;let _0x20ff89=_0x1fc0d2(0x180)+_0x492745+_0x1fc0d2(0x180)+_0x5d79fc+_0x1fc0d2(0x193),_0x55fa5e=await ServiceUtil[_0x1fc0d2(0x1b1)](_0x3eda2e,_0x102323,_0x5df447,0x0,0x0,_0x20ff89),_0x5e79b0=[{'value':'','display':''}];return _0x55fa5e[_0x1fc0d2(0x172)][_0x1fc0d2(0x19a)](_0x22eb01=>{const _0x557773=_0x1fc0d2;_0x5e79b0[_0x557773(0x17e)]({'value':_0x22eb01[_0x492745],'display':_0x22eb01[_0x5d79fc]});}),_0x5e79b0;}static async[a0_0x69a960(0x1a0)](){const _0x3f3227=a0_0x69a960;let _0x4b0b0f=await ServiceUtil['searchMyDynamicMenus']();return null!=_0x4b0b0f?ServiceUtil[_0x3f3227(0x148)](_0x4b0b0f):null;}static async['searchMenuGridPersnalTemplate'](_0x33b631){const _0x435383=a0_0x69a960;let _0x1f270d=[{'name':_0x435383(0x182),'operator':'eq','value':_0x33b631}],_0x4e564b=await ServiceUtil['searchByPagination'](_0x435383(0x145),_0x1f270d,[],0x0,0x0,'id,template');return 0x0==_0x4e564b[_0x435383(0x16c)]?{}:{'id':_0x4e564b[_0x435383(0x172)][0x0]['id'],'template':JSON[_0x435383(0x1aa)](_0x4e564b[_0x435383(0x172)][0x0][_0x435383(0x154)])};}static['arrangeMenuRoutes'](_0x2a4f00){const _0x20d7b4=a0_0x69a960;let _0x484c3f=[];_0x2a4f00[_0x20d7b4(0x19a)](_0x21f316=>{const _0x2e8264=_0x20d7b4;_0x484c3f['push'](_0x21f316),_0x21f316[_0x2e8264(0x196)]&&(_0x21f316['children'][_0x2e8264(0x179)](function(_0x20246f,_0x20690a){const _0x1c050e=_0x2e8264;return _0x20246f[_0x1c050e(0x1a3)]-_0x20690a[_0x1c050e(0x1a3)];}),_0x21f316[_0x2e8264(0x196)][_0x2e8264(0x19a)](_0x311518=>{const _0xf19a18=_0x2e8264;0x1!=_0x311518['hiddenFlag']&&(_0x311518[_0xf19a18(0x173)]=_0x21f316,_0x484c3f['push'](_0x311518));}));});let _0x4051be=_0x484c3f[_0x20d7b4(0x178)](_0x79fa67=>{const _0x33e033=_0x20d7b4;if(_0x33e033(0x1b8)==_0x79fa67[_0x33e033(0x152)]||_0x33e033(0x197)==_0x79fa67[_0x33e033(0x152)]){let _0x3dc907={'id':_0x79fa67['id'],'parent':!0x0,'name':TermsUtil[_0x33e033(0x13d)](_0x79fa67[_0x33e033(0x1ab)]),'icon':_0x79fa67['iconPath'],'type':_0x33e033(0x1b8)==_0x79fa67[_0x33e033(0x152)]?_0x33e033(0x14e):'','menus':[]};return _0x79fa67[_0x33e033(0x15c)]&&(_0x3dc907[_0x33e033(0x175)]=_0x79fa67[_0x33e033(0x15c)]),_0x3dc907;}return{'id':'0'};})[_0x20d7b4(0x1a8)](_0x1500c0=>'0'!=_0x1500c0['id']),_0x5ced59=_0x484c3f['map'](_0x4582b2=>{const _0x219372=_0x20d7b4;if(_0x219372(0x19e)==_0x4582b2[_0x219372(0x152)]||_0x219372(0x17a)==_0x4582b2[_0x219372(0x152)]){let _0x5e1c1b=_0x4051be[_0x219372(0x157)](_0xc12aca=>_0xc12aca['id']==_0x4582b2[_0x219372(0x173)]['id']);if(_0x5e1c1b){let _0xeef9fb=TermsUtil[_0x219372(0x13d)](_0x4582b2[_0x219372(0x1ab)]);return _0x219372(0x19e)==_0x4582b2[_0x219372(0x152)]&&_0x5e1c1b[_0x219372(0x1a1)][_0x219372(0x17e)]({'id':_0x4582b2['id'],'name':_0xeef9fb,'path':_0x4582b2['routing'],'icon':_0x4582b2['iconPath']}),{'id':_0x4582b2['id'],'parent':!0x1,'parent_id':_0x5e1c1b['id'],'title':_0xeef9fb,'tagname':_0x4582b2['category'],'page':_0x4582b2[_0x219372(0x15c)],'template':_0x4582b2[_0x219372(0x160)],'routing_type':_0x4582b2[_0x219372(0x1b7)]};}return{'id':'0'};}return _0x219372(0x1b6)==_0x4582b2[_0x219372(0x152)]?{'id':_0x4582b2['id'],'parent':!0x0,'parent_id':null,'title':TermsUtil['tMenu'](_0x4582b2['name']),'tagname':_0x4582b2[_0x219372(0x187)],'page':_0x4582b2[_0x219372(0x15c)],'template':_0x4582b2[_0x219372(0x160)],'routing_type':_0x4582b2['routingType']}:{'id':'0'};})[_0x20d7b4(0x1a8)](_0x3bb68a=>null!=_0x3bb68a&&'0'!=_0x3bb68a['id']);_0x4051be[_0x20d7b4(0x1a8)](_0x3383c1=>'group'==_0x3383c1[_0x20d7b4(0x13a)]&&_0x3383c1[_0x20d7b4(0x1a1)]&&_0x3383c1[_0x20d7b4(0x1a1)][_0x20d7b4(0x141)]>0x0)[_0x20d7b4(0x19a)](_0xb06aa6=>{const _0x2f56b7=_0x20d7b4;let _0x168e15=_0x4051be[_0x2f56b7(0x139)](_0x476eb7=>_0x476eb7['id']==_0xb06aa6['id'])+0x1;_0x4051be[_0x2f56b7(0x147)](_0x168e15,0x0,..._0xb06aa6[_0x2f56b7(0x1a1)]);});let _0x5b3e65=0x0;return _0x4051be[_0x20d7b4(0x19a)](_0x31ef6b=>{const _0xa49a38=_0x20d7b4;_0xa49a38(0x1a4)==_0x31ef6b[_0xa49a38(0x175)]?(_0x5b3e65++,_0x31ef6b[_0xa49a38(0x151)]=()=>asyncReplace(generateActivitySummary(_0xa49a38(0x177))),_0x31ef6b['active']=({path:_0x514939})=>/^activity\//[_0xa49a38(0x1a6)](_0x514939)):'approval-pending-list'==_0x31ef6b[_0xa49a38(0x175)]?(_0x5b3e65++,_0x31ef6b['badge']=()=>asyncReplace(generateActivitySummary(_0xa49a38(0x1b5))),_0x31ef6b[_0xa49a38(0x171)]=({path:_0x16d009})=>/^activity\//[_0xa49a38(0x1a6)](_0x16d009)):_0xa49a38(0x15f)==_0x31ef6b[_0xa49a38(0x175)]&&(_0x5b3e65++,_0x31ef6b[_0xa49a38(0x151)]=()=>asyncReplace(generateActivitySummary(_0xa49a38(0x165))));}),_0x5b3e65>0x0&&startSubscribeActivitySummary(),{'menus':_0x4051be,'routes':_0x5ced59};}static async[a0_0x69a960(0x142)](){const _0x51852e=a0_0x69a960;let _0x3eb4de=await ServiceUtil[_0x51852e(0x1b1)](_0x51852e(0x1a1),[{'name':_0x51852e(0x140),'operator':_0x51852e(0x1b3),'value':!0x0},{'name':'menuType','operator':'in','value':[_0x51852e(0x1b6),_0x51852e(0x197),_0x51852e(0x1b8)]}],[{'name':_0x51852e(0x1a3)}],0x0,0x0,_0x51852e(0x150));return _0x3eb4de?_0x3eb4de['records']:[];}static async[a0_0x69a960(0x166)](_0x5a9156){const _0x3bdf5f=a0_0x69a960;if(_0x5a9156['errors']&&_0x5a9156[_0x3bdf5f(0x16b)]['length']>0x0){let _0x14c831=_0x5a9156[_0x3bdf5f(0x16b)][0x0],_0x1ba25b=_0x14c831['message'],_0x3518e3=_0x14c831[_0x3bdf5f(0x1a2)];_0x14c831['extensions']&&(_0x3518e3=_0x14c831['extensions'][_0x3bdf5f(0x146)]),await UiUtil[_0x3bdf5f(0x185)](_0x3518e3,_0x1ba25b,'error',_0x3bdf5f(0x15e));}}static async[a0_0x69a960(0x158)](_0x321a0f){const _0x2196c2=a0_0x69a960;_0x321a0f&&(_0x321a0f[_0x2196c2(0x162)]&&_0x321a0f[_0x2196c2(0x162)][_0x2196c2(0x155)]?await ServiceUtil[_0x2196c2(0x166)](_0x321a0f['networkError']['result']):await UiUtil[_0x2196c2(0x185)](_0x2196c2(0x169),_0x321a0f[_0x2196c2(0x1a2)],_0x2196c2(0x163),_0x2196c2(0x15e)));}static async[a0_0x69a960(0x18d)](_0x551d8b,_0xd456ff,_0x86a67c){const _0x116ac2=a0_0x69a960;var _0x490930=_0x86a67c[_0x116ac2(0x1ac)][_0x116ac2(0x13c)][_0x116ac2(0x1a8)](_0x1ec3eb=>_0x116ac2(0x186)!==_0x1ec3eb[_0x116ac2(0x13a)]&&void 0x0!==_0x1ec3eb['record']&&void 0x0!==_0x1ec3eb['imex']&&!0x0!==_0x1ec3eb[_0x116ac2(0x14a)])[_0x116ac2(0x178)](_0x3cca99=>_0x3cca99[_0x116ac2(0x18e)]),_0x1be8b5=_0x86a67c['data'][_0x116ac2(0x172)][_0x116ac2(0x178)](_0x6298ac=>({..._0x86a67c[_0x116ac2(0x1ac)]['columns']['filter'](_0x519824=>_0x116ac2(0x186)!==_0x519824[_0x116ac2(0x13a)]&&void 0x0!==_0x519824[_0x116ac2(0x19f)]&&void 0x0!==_0x519824[_0x116ac2(0x18e)]&&!0x0!==_0x519824[_0x116ac2(0x14a)])[_0x116ac2(0x144)]((_0xecd2cc,_0x4c6638)=>(_0xecd2cc[_0x4c6638[_0x116ac2(0x18e)]['key']]=_0x4c6638[_0x116ac2(0x18e)]['key'][_0x116ac2(0x16d)]('.')['reduce']((_0x389897,_0x18320d)=>_0x389897&&_0x116ac2(0x191)!==_0x389897[_0x18320d]?_0x389897[_0x18320d]:void 0x0,_0x6298ac),_0xecd2cc),{})}));if(!_0x551d8b)return{'header':_0x490930,'data':_0x1be8b5};store['dispatch']({'type':EXPORT,'exportable':{'extension':_0x116ac2(0x14f),'name':_0xd456ff,'data':{'header':_0x490930,'data':_0x1be8b5}}});}static async[a0_0x69a960(0x1b1)](_0x384927,_0x2f94e5,_0x54c4d0,_0x25ea42,_0x513454,_0x403435){const _0x4ceb45=a0_0x69a960;try{const _0x2f892f=await client['query']({'query':a0_0x53fbf2`
11
+ `,'variables':{'name':_0xb650d7},'context':gqlContext()});return!_0x571987[_0x18e881(0x20f)]&&_0x571987[_0x18e881(0x209)][_0x18e881(0x1e4)]&&_0x571987[_0x18e881(0x209)][_0x18e881(0x1e4)][_0x18e881(0x1df)]?_0x571987['data']['workCodeByName'][_0x18e881(0x1df)]['sort']((_0x4367c4,_0xee3760)=>_0x4367c4[_0x18e881(0x1d8)]-_0xee3760[_0x18e881(0x1d8)]):[];}static async[a0_0x60cb11(0x202)](_0x1dea1b){const _0x263ddd=a0_0x60cb11;let _0x397d28=(await ServiceUtil[_0x263ddd(0x1c4)](_0x1dea1b))[_0x263ddd(0x1d7)](_0x3c67ed=>({'value':_0x3c67ed[_0x263ddd(0x1f8)],'display':_0x3c67ed[_0x263ddd(0x214)]}));return _0x397d28[_0x263ddd(0x212)]({'value':'','display':''}),_0x397d28;}static async[a0_0x60cb11(0x1d5)](_0xc6d60a,_0x2bc3b5){const _0x4cf6ef=a0_0x60cb11;let _0x357a55=await ServiceUtil[_0x4cf6ef(0x1dc)](null,_0xc6d60a,_0x2bc3b5);return _0x357a55['unshift']({'value':'','display':''}),_0x357a55[_0x4cf6ef(0x1d7)](_0x5c9bab=>({'value':_0x5c9bab[_0x4cf6ef(0x1f8)],'display':_0x5c9bab[_0x4cf6ef(0x214)]}));}static async[a0_0x60cb11(0x211)]({queryName:_0x339012,codeField:_0x2bb74f=a0_0x60cb11(0x1f8),dispField:_0x396c63=a0_0x60cb11(0x214),filters:_0x38dd46=[],sorters:_0x2553c5=[]}){const _0x597131=a0_0x60cb11;let _0x38103d='\x0a\x20\x20\x20\x20\x20\x20'+_0x2bb74f+_0x597131(0x224)+_0x396c63+'\x0a\x20\x20\x20\x20',_0x379040=await ServiceUtil[_0x597131(0x1fe)](_0x339012,_0x38dd46,_0x2553c5,0x0,0x0,_0x38103d),_0x4544ef=[{'value':'','display':''}];return _0x379040[_0x597131(0x20a)][_0x597131(0x21f)](_0xcc3e2=>{const _0x490d8d=_0x597131;_0x4544ef[_0x490d8d(0x208)]({'value':_0xcc3e2[_0x2bb74f],'display':_0xcc3e2[_0x396c63]});}),_0x4544ef;}static async[a0_0x60cb11(0x1fd)](){const _0x5d29b3=a0_0x60cb11;let _0xcf2939=await ServiceUtil[_0x5d29b3(0x217)]();return null!=_0xcf2939?ServiceUtil[_0x5d29b3(0x203)](_0xcf2939):null;}static async[a0_0x60cb11(0x235)](_0x53812e){const _0x417147=a0_0x60cb11;let _0x48cb6e=[{'name':'menu.id','operator':'eq','value':_0x53812e}],_0xdd71bf=await ServiceUtil[_0x417147(0x1fe)]('gridPersonalizeTemplates',_0x48cb6e,[],0x0,0x0,_0x417147(0x1ee));return 0x0==_0xdd71bf[_0x417147(0x226)]?{}:{'id':_0xdd71bf['records'][0x0]['id'],'template':JSON[_0x417147(0x238)](_0xdd71bf[_0x417147(0x20a)][0x0][_0x417147(0x20b)])};}static[a0_0x60cb11(0x203)](_0x55e8a5){const _0x15c1d0=a0_0x60cb11;let _0x9a7e28=[];_0x55e8a5['forEach'](_0x120b74=>{const _0x516b0a=a0_0x1dc8;_0x9a7e28[_0x516b0a(0x208)](_0x120b74),_0x120b74['children']&&(_0x120b74['children'][_0x516b0a(0x221)](function(_0x125d53,_0x112b96){const _0x4cbc21=_0x516b0a;return _0x125d53[_0x4cbc21(0x1d8)]-_0x112b96[_0x4cbc21(0x1d8)];}),_0x120b74['children'][_0x516b0a(0x21f)](_0x28d5aa=>{const _0x3224c8=_0x516b0a;0x1!=_0x28d5aa[_0x3224c8(0x1c9)]&&(_0x28d5aa[_0x3224c8(0x1db)]=_0x120b74,_0x9a7e28[_0x3224c8(0x208)](_0x28d5aa));}));});let _0x11dbeb=_0x9a7e28['map'](_0x5b8654=>{const _0x2df9b1=a0_0x1dc8;if(_0x2df9b1(0x23c)==_0x5b8654['menuType']||_0x2df9b1(0x1ea)==_0x5b8654[_0x2df9b1(0x21a)]){let _0x901f37={'id':_0x5b8654['id'],'parent':!0x0,'name':TermsUtil['tMenu'](_0x5b8654[_0x2df9b1(0x1f8)]),'icon':_0x5b8654[_0x2df9b1(0x229)],'type':_0x2df9b1(0x23c)==_0x5b8654[_0x2df9b1(0x21a)]?_0x2df9b1(0x1cd):'','menus':[]};return _0x5b8654[_0x2df9b1(0x1d0)]&&(_0x901f37[_0x2df9b1(0x1cc)]=_0x5b8654[_0x2df9b1(0x1d0)]),_0x901f37;}return{'id':'0'};})[_0x15c1d0(0x21e)](_0x158d49=>'0'!=_0x158d49['id']),_0x4162bd=_0x9a7e28[_0x15c1d0(0x1d7)](_0x17a22f=>{const _0x4196de=_0x15c1d0;if(_0x4196de(0x1e1)==_0x17a22f[_0x4196de(0x21a)]||_0x4196de(0x1ff)==_0x17a22f[_0x4196de(0x21a)]){let _0x1b9c42=_0x11dbeb[_0x4196de(0x1c5)](_0x26d441=>_0x26d441['id']==_0x17a22f['parent']['id']);if(_0x1b9c42){let _0x35067d=TermsUtil[_0x4196de(0x210)](_0x17a22f[_0x4196de(0x1f8)]);return _0x4196de(0x1e1)==_0x17a22f[_0x4196de(0x21a)]&&_0x1b9c42['menus'][_0x4196de(0x208)]({'id':_0x17a22f['id'],'name':_0x35067d,'path':_0x17a22f[_0x4196de(0x1d0)],'icon':_0x17a22f[_0x4196de(0x229)]}),{'id':_0x17a22f['id'],'parent':!0x1,'parent_id':_0x1b9c42['id'],'title':_0x35067d,'tagname':_0x17a22f[_0x4196de(0x213)],'page':_0x17a22f[_0x4196de(0x1d0)],'template':_0x17a22f[_0x4196de(0x1e7)],'routing_type':_0x17a22f['routingType']};}return{'id':'0'};}return'HOME'==_0x17a22f['menuType']?{'id':_0x17a22f['id'],'parent':!0x0,'parent_id':null,'title':TermsUtil[_0x4196de(0x210)](_0x17a22f[_0x4196de(0x1f8)]),'tagname':_0x17a22f[_0x4196de(0x213)],'page':_0x17a22f[_0x4196de(0x1d0)],'template':_0x17a22f['resourceUrl'],'routing_type':_0x17a22f[_0x4196de(0x1c0)]}:{'id':'0'};})[_0x15c1d0(0x21e)](_0x53ee34=>null!=_0x53ee34&&'0'!=_0x53ee34['id']);_0x11dbeb['filter'](_0x250bde=>_0x15c1d0(0x1cd)==_0x250bde[_0x15c1d0(0x234)]&&_0x250bde[_0x15c1d0(0x1cf)]&&_0x250bde[_0x15c1d0(0x1cf)][_0x15c1d0(0x22e)]>0x0)['forEach'](_0x45b0ec=>{const _0x4cc36c=_0x15c1d0;let _0x214ce4=_0x11dbeb[_0x4cc36c(0x1f0)](_0x1f42b6=>_0x1f42b6['id']==_0x45b0ec['id'])+0x1;_0x11dbeb['splice'](_0x214ce4,0x0,..._0x45b0ec[_0x4cc36c(0x1cf)]);});let _0x17ff34=0x0;return _0x11dbeb['forEach'](_0x4ca8b5=>{const _0xebfa62=_0x15c1d0;_0xebfa62(0x1bf)==_0x4ca8b5[_0xebfa62(0x1cc)]?(_0x17ff34++,_0x4ca8b5[_0xebfa62(0x20e)]=()=>asyncReplace(generateActivitySummary(_0xebfa62(0x1ce))),_0x4ca8b5['active']=({path:_0x354439})=>/^activity\//[_0xebfa62(0x1d3)](_0x354439)):_0xebfa62(0x241)==_0x4ca8b5['path']?(_0x17ff34++,_0x4ca8b5['badge']=()=>asyncReplace(generateActivitySummary(_0xebfa62(0x201))),_0x4ca8b5[_0xebfa62(0x1f9)]=({path:_0x5c79a7})=>/^activity\//[_0xebfa62(0x1d3)](_0x5c79a7)):_0xebfa62(0x240)==_0x4ca8b5[_0xebfa62(0x1cc)]&&(_0x17ff34++,_0x4ca8b5[_0xebfa62(0x20e)]=()=>asyncReplace(generateActivitySummary(_0xebfa62(0x21c))));}),_0x17ff34>0x0&&startSubscribeActivitySummary(),{'menus':_0x11dbeb,'routes':_0x4162bd};}static async[a0_0x60cb11(0x217)](){const _0xa47ec4=a0_0x60cb11;let _0x20f6ca=await ServiceUtil[_0xa47ec4(0x1fe)](_0xa47ec4(0x1cf),[{'name':'hiddenFlag','operator':_0xa47ec4(0x233),'value':!0x0},{'name':_0xa47ec4(0x21a),'operator':'in','value':[_0xa47ec4(0x227),'MENU',_0xa47ec4(0x23c)]}],[{'name':_0xa47ec4(0x1d8)}],0x0,0x0,_0xa47ec4(0x1d1));return _0x20f6ca?_0x20f6ca['records']:[];}static async[a0_0x60cb11(0x1ec)](_0x1c5389){const _0x40b27d=a0_0x60cb11;if(_0x1c5389[_0x40b27d(0x20f)]&&_0x1c5389[_0x40b27d(0x20f)][_0x40b27d(0x22e)]>0x0){let _0x2d5ba5=_0x1c5389['errors'][0x0],_0x4e99b9=_0x2d5ba5[_0x40b27d(0x1f2)],_0x150ddb=_0x2d5ba5[_0x40b27d(0x1f2)];_0x2d5ba5[_0x40b27d(0x1c7)]&&(_0x150ddb=_0x2d5ba5[_0x40b27d(0x1c7)][_0x40b27d(0x1fb)]),await UiUtil['showAlertPopup'](_0x150ddb,_0x4e99b9,'error',_0x40b27d(0x1d2));}}static async[a0_0x60cb11(0x1e9)](_0x5a5991){const _0x379b9f=a0_0x60cb11;_0x5a5991&&(_0x5a5991[_0x379b9f(0x220)]&&_0x5a5991[_0x379b9f(0x220)][_0x379b9f(0x1f4)]?await ServiceUtil[_0x379b9f(0x1ec)](_0x5a5991[_0x379b9f(0x220)][_0x379b9f(0x1f4)]):await UiUtil['showAlertPopup'](_0x379b9f(0x1eb),_0x5a5991[_0x379b9f(0x1f2)],_0x379b9f(0x22d),_0x379b9f(0x1d2)));}static async['exportableData'](_0x3e231c,_0x1db286,_0x560160){const _0xd20172=a0_0x60cb11;var _0x114924=_0x560160[_0xd20172(0x1fa)]['columns'][_0xd20172(0x21e)](_0x3a6915=>_0xd20172(0x1c6)!==_0x3a6915[_0xd20172(0x234)]&&void 0x0!==_0x3a6915[_0xd20172(0x1f5)]&&void 0x0!==_0x3a6915[_0xd20172(0x216)]&&!0x0!==_0x3a6915[_0xd20172(0x22a)])[_0xd20172(0x1d7)](_0x76f06c=>_0x76f06c[_0xd20172(0x216)]),_0x4bb38a=_0x560160['data'][_0xd20172(0x20a)][_0xd20172(0x1d7)](_0x49daad=>({..._0x560160[_0xd20172(0x1fa)]['columns']['filter'](_0x49753f=>_0xd20172(0x1c6)!==_0x49753f[_0xd20172(0x234)]&&void 0x0!==_0x49753f[_0xd20172(0x1f5)]&&void 0x0!==_0x49753f[_0xd20172(0x216)]&&!0x0!==_0x49753f[_0xd20172(0x22a)])[_0xd20172(0x236)]((_0x325cee,_0x3ebaa0)=>(_0x325cee[_0x3ebaa0[_0xd20172(0x216)][_0xd20172(0x1c8)]]=_0x3ebaa0[_0xd20172(0x216)][_0xd20172(0x1c8)]['split']('.')['reduce']((_0x324acc,_0x5e7bfb)=>_0x324acc&&'undefined'!==_0x324acc[_0x5e7bfb]?_0x324acc[_0x5e7bfb]:void 0x0,_0x49daad),_0x325cee),{})}));if(!_0x3e231c)return{'header':_0x114924,'data':_0x4bb38a};store[_0xd20172(0x1ed)]({'type':EXPORT,'exportable':{'extension':_0xd20172(0x206),'name':_0x1db286,'data':{'header':_0x114924,'data':_0x4bb38a}}});}static async[a0_0x60cb11(0x1fe)](_0x42a639,_0x5e3111,_0x2e48b0,_0x46aba9,_0x2d0de0,_0x3b082e){const _0x4b90d2=a0_0x60cb11;try{const _0x254ec6=await client[_0x4b90d2(0x1e0)]({'query':a0_0x29c0ad`
12
12
  query ($filters: [Filter!], $pagination: Pagination, $sortings: [Sorting!]) {
13
- ${_0x384927}(filters: $filters, pagination: $pagination, sortings: $sortings) {
13
+ ${_0x42a639}(filters: $filters, pagination: $pagination, sortings: $sortings) {
14
14
  items {
15
- ${_0x403435}
15
+ ${_0x3b082e}
16
16
  }
17
17
  total
18
18
  }
19
19
  }
20
- `,'variables':{'filters':_0x2f94e5,'sortings':_0x54c4d0,'pagination':{'page':_0x25ea42,'limit':_0x513454}}});if(!_0x2f892f[_0x4ceb45(0x16b)])return{'records':_0x2f892f['data'][_0x384927]['items'],'total':_0x2f892f[_0x4ceb45(0x14b)][_0x384927][_0x4ceb45(0x16c)]};ServiceUtil[_0x4ceb45(0x166)](_0x2f892f);}catch(_0x3c5170){ServiceUtil['showGraphqlException'](_0x3c5170);}return null;}static async[a0_0x69a960(0x17f)](_0x2e04dc,_0x226876,_0x2b713d){const _0x556646=a0_0x69a960;try{let _0x326477=await client[_0x556646(0x159)]({'query':a0_0x53fbf2`
20
+ `,'variables':{'filters':_0x5e3111,'sortings':_0x2e48b0,'pagination':{'page':_0x46aba9,'limit':_0x2d0de0}}});if(!_0x254ec6[_0x4b90d2(0x20f)])return{'records':_0x254ec6[_0x4b90d2(0x209)][_0x42a639][_0x4b90d2(0x1de)],'total':_0x254ec6[_0x4b90d2(0x209)][_0x42a639]['total']};ServiceUtil[_0x4b90d2(0x1ec)](_0x254ec6);}catch(_0x5c3ba9){ServiceUtil[_0x4b90d2(0x1e9)](_0x5c3ba9);}return null;}static async[a0_0x60cb11(0x1e8)](_0xe1dc2f,_0x28ca0e,_0x4d04bc){const _0x26e7c9=a0_0x60cb11;try{let _0x140abc=await client[_0x26e7c9(0x1e0)]({'query':a0_0x29c0ad`
21
21
  query ($id: String!) {
22
- ${_0x2e04dc}(id: $id) {
23
- ${_0x2b713d}
22
+ ${_0xe1dc2f}(id: $id) {
23
+ ${_0x4d04bc}
24
24
  }
25
25
  }
26
- `,'variables':{'id':_0x226876}});if(!_0x326477[_0x556646(0x16b)])return _0x326477['data'][_0x2e04dc]||{};ServiceUtil[_0x556646(0x166)](_0x326477);}catch(_0xb040c){ServiceUtil[_0x556646(0x158)](_0xb040c);}return null;}static[a0_0x69a960(0x18c)](_0x161382,_0x1c62e5){const _0x40c140=a0_0x69a960,_0x5d0d51=_0x161382[_0x40c140(0x18b)][_0x40c140(0x178)](_0xa13255=>_0xa13255['id']);return ValueUtil[_0x40c140(0x1a7)](_0x5d0d51)&&0x1==_0x1c62e5&&UiUtil[_0x40c140(0x185)]('text.nothing_selected',_0x40c140(0x18a),_0x40c140(0x19b),_0x40c140(0x15e)),_0x5d0d51;}static async[a0_0x69a960(0x15d)](_0x390d79,_0x29c0a4){const _0x571d41=a0_0x69a960;let _0x52498b=ServiceUtil[_0x571d41(0x18c)](_0x390d79,!0x0);ValueUtil[_0x571d41(0x17c)](_0x52498b)&&(await ServiceUtil[_0x571d41(0x17d)](_0x52498b,_0x29c0a4)&&_0x390d79[_0x571d41(0x1b2)]());}static async[a0_0x69a960(0x17d)](_0x32676c,_0x548d44){const _0x579ff4=a0_0x69a960;if(!(await UiUtil[_0x579ff4(0x185)]('button.delete',_0x579ff4(0x13e),'question','delete',_0x579ff4(0x190)))[_0x579ff4(0x14d)])return!0x1;try{const _0x1110b5=await client['query']({'query':a0_0x53fbf2`
26
+ `,'variables':{'id':_0x28ca0e}});if(!_0x140abc['errors'])return _0x140abc[_0x26e7c9(0x209)][_0xe1dc2f]||{};ServiceUtil[_0x26e7c9(0x1ec)](_0x140abc);}catch(_0x4a42ba){ServiceUtil[_0x26e7c9(0x1e9)](_0x4a42ba);}return null;}static[a0_0x60cb11(0x1e5)](_0x14df9c,_0x505b9c){const _0x43e8d7=a0_0x60cb11,_0xc1e296=_0x14df9c['selected'][_0x43e8d7(0x1d7)](_0x597d74=>_0x597d74['id']);return ValueUtil[_0x43e8d7(0x1f3)](_0xc1e296)&&0x1==_0x505b9c&&UiUtil[_0x43e8d7(0x204)](_0x43e8d7(0x239),_0x43e8d7(0x1d4),_0x43e8d7(0x231),_0x43e8d7(0x1d2)),_0xc1e296;}static async[a0_0x60cb11(0x1e3)](_0x12ab36,_0x5bfa04){const _0xfd9afa=a0_0x60cb11;let _0x25d344=ServiceUtil[_0xfd9afa(0x1e5)](_0x12ab36,!0x0);ValueUtil['isNotEmpty'](_0x25d344)&&(await ServiceUtil[_0xfd9afa(0x1f1)](_0x25d344,_0x5bfa04)&&_0x12ab36[_0xfd9afa(0x1f7)]());}static async[a0_0x60cb11(0x1f1)](_0x5bd97f,_0x1938d8){const _0x573993=a0_0x60cb11;if(!(await UiUtil['showAlertPopup'](_0x573993(0x1d9),_0x573993(0x1be),_0x573993(0x23d),'delete',_0x573993(0x23f)))['value'])return!0x1;try{const _0x13fce6=await client[_0x573993(0x1e0)]({'query':a0_0x29c0ad`
27
27
  mutation {
28
- ${_0x548d44}(${gqlBuilder['buildArgs']({'ids':_0x32676c})})
28
+ ${_0x1938d8}(${gqlBuilder[_0x573993(0x1ef)]({'ids':_0x5bd97f})})
29
29
  }
30
- `});if(!_0x1110b5['errors'])return UiUtil[_0x579ff4(0x194)](_0x579ff4(0x19b),TermsUtil[_0x579ff4(0x184)](_0x579ff4(0x16e))),!0x0;ServiceUtil[_0x579ff4(0x166)](_0x1110b5);}catch(_0x52e0c4){ServiceUtil['showGraphqlException'](_0x52e0c4);}return!0x1;}static async[a0_0x69a960(0x1af)](_0x2d65a7,_0x3a25f4){const _0x12f5ce=a0_0x69a960;let _0xaa23be=ServiceUtil[_0x12f5ce(0x176)](_0x2d65a7);if(ValueUtil['isNotEmpty'](_0xaa23be)){let _0x5f5373=await ServiceUtil[_0x12f5ce(0x15b)](_0x3a25f4,_0xaa23be);if(_0x5f5373)return _0x2d65a7[_0x12f5ce(0x1b2)](),_0x5f5373;}return!0x1;}static async[a0_0x69a960(0x15b)](_0x29d0e5,_0x92da8b){const _0x492571=a0_0x69a960;try{const _0x4af441=await client['query']({'query':a0_0x53fbf2`
30
+ `});if(!_0x13fce6[_0x573993(0x20f)])return UiUtil['showToast'](_0x573993(0x231),TermsUtil['tText'](_0x573993(0x1c1))),!0x0;ServiceUtil[_0x573993(0x1ec)](_0x13fce6);}catch(_0x148085){ServiceUtil[_0x573993(0x1e9)](_0x148085);}return!0x1;}static async['updateMultipleData'](_0x276291,_0x47decd){const _0x430f6f=a0_0x60cb11;let _0x5444d4=ServiceUtil[_0x430f6f(0x242)](_0x276291);if(ValueUtil[_0x430f6f(0x1f6)](_0x5444d4)){let _0x21df59=await ServiceUtil[_0x430f6f(0x225)](_0x47decd,_0x5444d4);if(_0x21df59)return _0x276291[_0x430f6f(0x1f7)](),_0x21df59;}return!0x1;}static async[a0_0x60cb11(0x225)](_0x65c17,_0x4aa131){const _0xf241a=a0_0x60cb11;try{const _0x534c22=await client['query']({'query':a0_0x29c0ad`
31
31
  mutation {
32
- ${_0x29d0e5}(${gqlBuilder[_0x492571(0x188)]({'patches':_0x92da8b})}) {
32
+ ${_0x65c17}(${gqlBuilder['buildArgs']({'patches':_0x4aa131})}) {
33
33
  id
34
34
  }
35
35
  }
36
- `,'context':{'hasUpload':!0x0}});if(!_0x4af441[_0x492571(0x16b)])return UiUtil[_0x492571(0x194)](_0x492571(0x19b),TermsUtil[_0x492571(0x184)](_0x492571(0x153))),!0x0;ServiceUtil['showGraphqlErrorResponse'](_0x4af441);}catch(_0x438688){ServiceUtil[_0x492571(0x158)](_0x438688);}return!0x1;}static[a0_0x69a960(0x176)](_0x389cc2,_0x543278=!0x1){const _0x4fc9b0=a0_0x69a960;let _0xc2b93e=_0x389cc2['dirtyRecords'];if(_0xc2b93e&&0x0!=_0xc2b93e[_0x4fc9b0(0x141)])return _0xc2b93e['map'](_0x43bb44=>{const _0xbe01c0=_0x4fc9b0;let _0xe230c6=_0x43bb44['id']?{'id':_0x43bb44['id']}:{};for(let _0xa41ff in _0x43bb44)['creator',_0xbe01c0(0x167),'createdAt',_0xbe01c0(0x19c),'__dirty__','__dirtyfields__','__origin__','__seq__',_0xbe01c0(0x198)]['includes'](_0xa41ff)||(_0x43bb44[_0xa41ff]&&_0xbe01c0(0x1b0)==typeof _0x43bb44[_0xa41ff]&&0x0==_0x543278?_0xe230c6[_0xa41ff]={'id':_0x43bb44[_0xa41ff]['id']}:_0xe230c6[_0xa41ff]=_0x43bb44[_0xa41ff]);return _0xe230c6[_0xbe01c0(0x138)]=_0x43bb44['__dirty__'],_0xe230c6;});UiUtil['showAlertPopup']('text.nothing_changed',_0x4fc9b0(0x174),_0x4fc9b0(0x19b),'confirm');}static async[a0_0x69a960(0x14c)](_0xb6c2ce,_0x53d076,_0x2dedc4){const _0x382968=a0_0x69a960;let _0x504ab7=!0x0;_0xb6c2ce&&(_0x504ab7=(await UiUtil['showAlertPopup'](_0x382968(0x1b4)+_0xb6c2ce,_0x382968(0x13e),_0x382968(0x15a),_0x382968(0x15e),_0x382968(0x190)))[_0x382968(0x14d)]);if(_0x504ab7)try{const _0x5f2d62=await client[_0x382968(0x159)]({'query':a0_0x53fbf2`
36
+ `,'context':{'hasUpload':!0x0}});if(!_0x534c22['errors'])return UiUtil[_0xf241a(0x20d)](_0xf241a(0x231),TermsUtil[_0xf241a(0x207)](_0xf241a(0x228))),!0x0;ServiceUtil[_0xf241a(0x1ec)](_0x534c22);}catch(_0x2f60a0){ServiceUtil['showGraphqlException'](_0x2f60a0);}return!0x1;}static[a0_0x60cb11(0x242)](_0x20104c,_0x148bcc=!0x1){const _0x195563=a0_0x60cb11;let _0x26d767=_0x20104c[_0x195563(0x1ca)];if(_0x26d767&&0x0!=_0x26d767[_0x195563(0x22e)])return _0x26d767[_0x195563(0x1d7)](_0x31f7ce=>{const _0x25d028=_0x195563;let _0x549b0e=_0x31f7ce['id']?{'id':_0x31f7ce['id']}:{};for(let _0x270ebc in _0x31f7ce)['creator',_0x25d028(0x237),'createdAt',_0x25d028(0x23b),_0x25d028(0x1c2),_0x25d028(0x1fc),_0x25d028(0x20c),_0x25d028(0x21b),'__selected__'][_0x25d028(0x1c3)](_0x270ebc)||(_0x31f7ce[_0x270ebc]&&_0x25d028(0x22c)==typeof _0x31f7ce[_0x270ebc]&&0x0==_0x148bcc?_0x549b0e[_0x270ebc]={'id':_0x31f7ce[_0x270ebc]['id']}:_0x549b0e[_0x270ebc]=_0x31f7ce[_0x270ebc]);return _0x549b0e['cuFlag']=_0x31f7ce['__dirty__'],_0x549b0e;});UiUtil[_0x195563(0x204)]('text.nothing_changed',_0x195563(0x22b),_0x195563(0x231),'confirm');}static async[a0_0x60cb11(0x1dc)](_0x4c3f1c,_0x283bd9,_0x595594){const _0x1a2059=a0_0x60cb11;let _0x12e9cf=!0x0;_0x4c3f1c&&(_0x12e9cf=(await UiUtil['showAlertPopup']('button.'+_0x4c3f1c,'text.are_you_sure',_0x1a2059(0x23d),_0x1a2059(0x1d2),_0x1a2059(0x23f)))[_0x1a2059(0x1da)]);if(_0x12e9cf)try{const _0x55d6ae=await client[_0x1a2059(0x1e0)]({'query':a0_0x29c0ad`
37
37
  mutation ($scenarioName: String!, $variables: Object) {
38
38
  runScenario(scenarioName: $scenarioName, variables: $variables) {
39
39
  state
@@ -42,4 +42,4 @@ const a0_0x69a960=a0_0x115c;(function(_0x66d86d,_0x15510b){const _0x357346=a0_0x
42
42
  __typename
43
43
  }
44
44
  }
45
- `,'variables':{'scenarioName':_0x53d076,'variables':_0x2dedc4}});if(_0x5f2d62['errors'])ServiceUtil['showGraphqlErrorResponse'](_0x5f2d62);else{if(this[_0x382968(0x1ae)](_0x5f2d62))return UiUtil[_0x382968(0x194)](_0x382968(0x19b),TermsUtil[_0x382968(0x184)](_0x382968(0x13b))),_0x5f2d62;}}catch(_0x53770d){ServiceUtil[_0x382968(0x158)](_0x53770d);}return!0x1;}static[a0_0x69a960(0x1ae)](_0x437f1e){const _0x5ed7b3=a0_0x69a960;if(_0x437f1e&&_0x437f1e[_0x5ed7b3(0x14b)]&&_0x437f1e[_0x5ed7b3(0x14b)]['runScenario']&&_0x437f1e[_0x5ed7b3(0x14b)][_0x5ed7b3(0x161)][_0x5ed7b3(0x14b)]&&_0x437f1e['data']['runScenario'][_0x5ed7b3(0x14b)][_0x5ed7b3(0x163)]){let _0x1939e7=_0x437f1e[_0x5ed7b3(0x14b)][_0x5ed7b3(0x161)][_0x5ed7b3(0x14b)][_0x5ed7b3(0x163)];return UiUtil['showAlertPopup'](_0x1939e7[_0x5ed7b3(0x195)],_0x1939e7[_0x5ed7b3(0x1a2)],_0x5ed7b3(0x163),_0x5ed7b3(0x15e)),!0x1;}return!0x0;}}
45
+ `,'variables':{'scenarioName':_0x283bd9,'variables':_0x595594}});if(_0x55d6ae['errors'])ServiceUtil[_0x1a2059(0x1ec)](_0x55d6ae);else{if(this[_0x1a2059(0x215)](_0x55d6ae))return UiUtil[_0x1a2059(0x20d)](_0x1a2059(0x231),TermsUtil[_0x1a2059(0x207)](_0x1a2059(0x219))),_0x55d6ae;}}catch(_0x3072f6){ServiceUtil['showGraphqlException'](_0x3072f6);}return!0x1;}static[a0_0x60cb11(0x215)](_0x570963){const _0x1b690e=a0_0x60cb11;if(_0x570963&&_0x570963[_0x1b690e(0x209)]&&_0x570963['data'][_0x1b690e(0x223)]&&_0x570963[_0x1b690e(0x209)]['runScenario'][_0x1b690e(0x209)]&&_0x570963[_0x1b690e(0x209)][_0x1b690e(0x223)][_0x1b690e(0x209)][_0x1b690e(0x22d)]){let _0xffbd75=_0x570963['data'][_0x1b690e(0x223)]['data'][_0x1b690e(0x22d)];return UiUtil['showAlertPopup'](_0xffbd75[_0x1b690e(0x21d)],_0xffbd75[_0x1b690e(0x1f2)],_0x1b690e(0x22d),_0x1b690e(0x1d2)),!0x1;}return!0x0;}}
@@ -1,4 +1,4 @@
1
- const a0_0x33c2be=a0_0x1499;(function(_0x1ad1e5,_0x1e6530){const _0x570dfb=a0_0x1499,_0x1827ee=_0x1ad1e5();while(!![]){try{const _0x44a800=-parseInt(_0x570dfb(0x1f4))/0x1+-parseInt(_0x570dfb(0x213))/0x2*(-parseInt(_0x570dfb(0x1fe))/0x3)+-parseInt(_0x570dfb(0x204))/0x4+parseInt(_0x570dfb(0x1f8))/0x5+-parseInt(_0x570dfb(0x200))/0x6+-parseInt(_0x570dfb(0x1f3))/0x7*(parseInt(_0x570dfb(0x206))/0x8)+parseInt(_0x570dfb(0x1fb))/0x9*(parseInt(_0x570dfb(0x1fa))/0xa);if(_0x44a800===_0x1e6530)break;else _0x1827ee['push'](_0x1827ee['shift']());}catch(_0x559d95){_0x1827ee['push'](_0x1827ee['shift']());}}}(a0_0x97ee,0x8988c));import a0_0x41be87 from'graphql-tag';function a0_0x1499(_0x5b1a86,_0xefc8e5){const _0x97ee2a=a0_0x97ee();return a0_0x1499=function(_0x1499cc,_0x28e401){_0x1499cc=_0x1499cc-0x1f2;let _0xfb538e=_0x97ee2a[_0x1499cc];return _0xfb538e;},a0_0x1499(_0x5b1a86,_0xefc8e5);}import{client}from'@operato/graphql';function a0_0x97ee(){const _0x52678b=['11796kaINli','keys','3583530KwhGnk','forEach','error','tError','559500pGKeCZ','total','1870712luRDAB','replace','field','locale','tLabel','tField','items','text','title','downloadTerminologies','translate','display','tButton','44ZyUazD','data','META_TERMS','name','14vbvSvM','1085905XukAZV','menu','category','fetchTerminologies','2465110bWRCfg','tMenu','5230ASueqV','39141CObrAc','query','label'];a0_0x97ee=function(){return _0x52678b;};return a0_0x97ee();}import{i18next}from'@operato/i18n';export class TermsUtil{[a0_0x33c2be(0x215)]=null;static async[a0_0x33c2be(0x20f)](_0x4a382a){const _0x13896c=a0_0x33c2be;let _0x3c6453=(await TermsUtil['fetchTerminologies'](_0x4a382a))['records'];_0x3c6453&&_0x3c6453['length']>0x0&&(this[_0x13896c(0x215)]={},_0x3c6453[_0x13896c(0x201)](_0xf6607d=>{const _0x358c09=_0x13896c;let _0x28a8fc=_0xf6607d[_0x358c09(0x1f6)]+'.'+_0xf6607d['name'];this[_0x358c09(0x215)][_0x28a8fc]=_0xf6607d[_0x358c09(0x211)];}));}static async[a0_0x33c2be(0x1f7)](_0xb1bf32){const _0x1e3f6e=a0_0x33c2be;let _0x26e820=[{'name':_0x1e3f6e(0x209),'operator':'eq','value':_0xb1bf32}];const _0x4c179d=await client[_0x1e3f6e(0x1fc)]({'query':a0_0x41be87`
1
+ const a0_0x174903=a0_0x3a7e;function a0_0x3a7e(_0x1eefec,_0x49e689){const _0x5f0b3d=a0_0x5f0b();return a0_0x3a7e=function(_0x3a7e82,_0x1aca31){_0x3a7e82=_0x3a7e82-0x121;let _0x3f328b=_0x5f0b3d[_0x3a7e82];return _0x3f328b;},a0_0x3a7e(_0x1eefec,_0x49e689);}(function(_0x31ddca,_0x22a283){const _0x5d5aba=a0_0x3a7e,_0x523057=_0x31ddca();while(!![]){try{const _0x5e0b45=-parseInt(_0x5d5aba(0x136))/0x1+parseInt(_0x5d5aba(0x13e))/0x2*(-parseInt(_0x5d5aba(0x135))/0x3)+parseInt(_0x5d5aba(0x122))/0x4*(-parseInt(_0x5d5aba(0x144))/0x5)+parseInt(_0x5d5aba(0x127))/0x6+parseInt(_0x5d5aba(0x13a))/0x7+parseInt(_0x5d5aba(0x123))/0x8+parseInt(_0x5d5aba(0x138))/0x9*(parseInt(_0x5d5aba(0x12e))/0xa);if(_0x5e0b45===_0x22a283)break;else _0x523057['push'](_0x523057['shift']());}catch(_0x5ebc18){_0x523057['push'](_0x523057['shift']());}}}(a0_0x5f0b,0x8b0f0));import a0_0x3b22c5 from'graphql-tag';function a0_0x5f0b(){const _0x832cf1=['text','data','107802ksEpCq','keys','query','button','tField','terminologies','tText','47220HszdIs','records','locale','tTitle','forEach','title','translate','563793BDeoNC','1046093ugAWmP','display','2187kouQFO','replace','6516069IxFQyQ','tButton','items','menu','8jCNBwe','errors','field','length','tMenu','META_TERMS','23060axYRya','name','label','fetchTerminologies','downloadTerminologies','total','664oCuEie','8293704zDVgbO','category'];a0_0x5f0b=function(){return _0x832cf1;};return a0_0x5f0b();}import{client}from'@operato/graphql';import{i18next}from'@operato/i18n';export class TermsUtil{[a0_0x174903(0x143)]=null;static async[a0_0x174903(0x148)](_0x510087){const _0x15a4ee=a0_0x174903;let _0x37a3ec=(await TermsUtil[_0x15a4ee(0x147)](_0x510087))[_0x15a4ee(0x12f)];_0x37a3ec&&_0x37a3ec[_0x15a4ee(0x141)]>0x0&&(this['META_TERMS']={},_0x37a3ec[_0x15a4ee(0x132)](_0x35b06b=>{const _0x5cfc45=_0x15a4ee;let _0x4431c9=_0x35b06b[_0x5cfc45(0x124)]+'.'+_0x35b06b[_0x5cfc45(0x145)];this[_0x5cfc45(0x143)][_0x4431c9]=_0x35b06b[_0x5cfc45(0x137)];}));}static async['fetchTerminologies'](_0x52f294){const _0x2a2cce=a0_0x174903;let _0x325c9a=[{'name':_0x2a2cce(0x130),'operator':'eq','value':_0x52f294}];const _0x2d7a73=await client[_0x2a2cce(0x129)]({'query':a0_0x3b22c5`
2
2
  query ($filters: [Filter!], $pagination: Pagination, $sortings: [Sorting!]) {
3
3
  terminologies(filters: $filters, pagination: $pagination, sortings: $sortings) {
4
4
  items {
@@ -11,4 +11,4 @@ const a0_0x33c2be=a0_0x1499;(function(_0x1ad1e5,_0x1e6530){const _0x570dfb=a0_0x
11
11
  total
12
12
  }
13
13
  }
14
- `,'variables':{'filters':_0x26e820,'sortings':[{'name':_0x1e3f6e(0x1f6)},{'name':_0x1e3f6e(0x1f2)}],'pagination':{'page':0x0,'limit':0x0}}});if(!_0x4c179d['errors'])return{'records':_0x4c179d[_0x1e3f6e(0x214)]['terminologies'][_0x1e3f6e(0x20c)]||[],'total':_0x4c179d['data']['terminologies'][_0x1e3f6e(0x205)]||0x0};}static[a0_0x33c2be(0x20a)](_0x17df6a,_0x2f78f4){const _0x58ece1=a0_0x33c2be;let _0x56834d=TermsUtil[_0x58ece1(0x210)](_0x58ece1(0x1fd),_0x17df6a,_0x2f78f4,null);return _0x56834d||TermsUtil[_0x58ece1(0x210)](_0x58ece1(0x208),_0x17df6a,_0x2f78f4,_0x17df6a);}static[a0_0x33c2be(0x20b)](_0x22081c,_0x201fd0){const _0x27d360=a0_0x33c2be;let _0x5701c5=TermsUtil[_0x27d360(0x210)](_0x27d360(0x208),_0x22081c,_0x201fd0,null);return _0x5701c5||TermsUtil['translate'](_0x27d360(0x208),_0x22081c,_0x201fd0,_0x22081c);}static[a0_0x33c2be(0x212)](_0x16fd46){const _0x34f7c0=a0_0x33c2be;return TermsUtil[_0x34f7c0(0x210)]('button',_0x16fd46,null,_0x16fd46);}static['tTitle'](_0x590b66,_0x48abb7){const _0x4be42c=a0_0x33c2be;let _0x2d4fca=TermsUtil['translate'](_0x4be42c(0x20e),_0x590b66,_0x48abb7,null);return _0x2d4fca||TermsUtil[_0x4be42c(0x210)](_0x4be42c(0x1f5),_0x590b66,_0x48abb7,_0x590b66);}static[a0_0x33c2be(0x1f9)](_0x14a8da){const _0x3945db=a0_0x33c2be;let _0x1bc010=TermsUtil[_0x3945db(0x210)](_0x3945db(0x1f5),_0x14a8da,null,_0x14a8da);return _0x1bc010||TermsUtil[_0x3945db(0x210)](_0x3945db(0x20e),_0x14a8da,null,_0x14a8da);}static['tText'](_0xe9bc8b,_0xe76a7f){const _0x35cd5c=a0_0x33c2be;return TermsUtil[_0x35cd5c(0x210)](_0x35cd5c(0x20d),_0xe9bc8b,_0xe76a7f,_0xe9bc8b);}static[a0_0x33c2be(0x203)](_0x932042,_0xa64468){const _0x169fa5=a0_0x33c2be;return TermsUtil[_0x169fa5(0x210)](_0x169fa5(0x202),_0x932042,_0xa64468,_0x932042);}static[a0_0x33c2be(0x210)](_0x5815df,_0x31c8cb,_0x3c6364,_0x32b46f){let _0x552a88=_0x5815df+'.'+_0x31c8cb;return TermsUtil['t'](_0x552a88,_0x3c6364,_0x32b46f);}static['t'](_0x1e71fc,_0x228bb9,_0x34e11d){const _0x28cca2=a0_0x33c2be;let _0x926f2f=this[_0x28cca2(0x215)]?this[_0x28cca2(0x215)][_0x1e71fc]:null;return _0x926f2f=_0x926f2f||i18next['t'](_0x1e71fc),_0x926f2f&&_0x1e71fc!=_0x926f2f?(_0x228bb9&&Object[_0x28cca2(0x1ff)](_0x228bb9)[_0x28cca2(0x201)](function(_0x52b2d8){const _0x4bd579=_0x28cca2;var _0x2fa24b='\x5c{'+_0x52b2d8[_0x4bd579(0x207)](/\$/,'\x5c$')+'\x5c}',_0x2d6696=new RegExp(_0x2fa24b,'gi');_0x926f2f=_0x926f2f['replace'](_0x2d6696,_0x228bb9[_0x52b2d8]);}),_0x926f2f):_0x34e11d;}}
14
+ `,'variables':{'filters':_0x325c9a,'sortings':[{'name':_0x2a2cce(0x124)},{'name':'name'}],'pagination':{'page':0x0,'limit':0x0}}});if(!_0x2d7a73[_0x2a2cce(0x13f)])return{'records':_0x2d7a73[_0x2a2cce(0x126)]['terminologies'][_0x2a2cce(0x13c)]||[],'total':_0x2d7a73[_0x2a2cce(0x126)][_0x2a2cce(0x12c)][_0x2a2cce(0x121)]||0x0};}static['tLabel'](_0x165251,_0x21c6ac){const _0x3242dc=a0_0x174903;let _0x5a3757=TermsUtil[_0x3242dc(0x134)](_0x3242dc(0x146),_0x165251,_0x21c6ac,null);return _0x5a3757||TermsUtil[_0x3242dc(0x134)](_0x3242dc(0x140),_0x165251,_0x21c6ac,_0x165251);}static[a0_0x174903(0x12b)](_0xec8344,_0x55eb04){let _0x491df8=TermsUtil['translate']('field',_0xec8344,_0x55eb04,null);return _0x491df8||TermsUtil['translate']('field',_0xec8344,_0x55eb04,_0xec8344);}static[a0_0x174903(0x13b)](_0x354aae){const _0x38b598=a0_0x174903;return TermsUtil['translate'](_0x38b598(0x12a),_0x354aae,null,_0x354aae);}static[a0_0x174903(0x131)](_0x3c7b36,_0x3edd34){const _0x2c253c=a0_0x174903;let _0x1a77f9=TermsUtil['translate']('title',_0x3c7b36,_0x3edd34,null);return _0x1a77f9||TermsUtil[_0x2c253c(0x134)](_0x2c253c(0x13d),_0x3c7b36,_0x3edd34,_0x3c7b36);}static[a0_0x174903(0x142)](_0x318ff2){const _0x211500=a0_0x174903;let _0x5e51ca=TermsUtil[_0x211500(0x134)](_0x211500(0x13d),_0x318ff2,null,_0x318ff2);return _0x5e51ca||TermsUtil[_0x211500(0x134)](_0x211500(0x133),_0x318ff2,null,_0x318ff2);}static[a0_0x174903(0x12d)](_0x18e3f9,_0x13052a){const _0x541066=a0_0x174903;return TermsUtil[_0x541066(0x134)](_0x541066(0x125),_0x18e3f9,_0x13052a,_0x18e3f9);}static['tError'](_0xa3166c,_0x575037){const _0x1b9ac5=a0_0x174903;return TermsUtil[_0x1b9ac5(0x134)]('error',_0xa3166c,_0x575037,_0xa3166c);}static[a0_0x174903(0x134)](_0x1edee4,_0x5a79cf,_0x26473e,_0x2f5988){let _0x143cad=_0x1edee4+'.'+_0x5a79cf;return TermsUtil['t'](_0x143cad,_0x26473e,_0x2f5988);}static['t'](_0x4446a3,_0x2be3e1,_0x4429ba){const _0x1f014b=a0_0x174903;let _0x565c56=this[_0x1f014b(0x143)]?this[_0x1f014b(0x143)][_0x4446a3]:null;return _0x565c56=_0x565c56||i18next['t'](_0x4446a3),_0x565c56&&_0x4446a3!=_0x565c56?(_0x2be3e1&&Object[_0x1f014b(0x128)](_0x2be3e1)['forEach'](function(_0x31738f){const _0x1b1610=_0x1f014b;var _0x27a849='\x5c{'+_0x31738f[_0x1b1610(0x139)](/\$/,'\x5c$')+'\x5c}',_0x3d7de1=new RegExp(_0x27a849,'gi');_0x565c56=_0x565c56[_0x1b1610(0x139)](_0x3d7de1,_0x2be3e1[_0x31738f]);}),_0x565c56):_0x4429ba;}}
@@ -1 +1 @@
1
- const a0_0x32052f=a0_0xb118;(function(_0x3ff28b,_0x494e09){const _0x1907a8=a0_0xb118,_0x424bc5=_0x3ff28b();while(!![]){try{const _0x3cd48e=parseInt(_0x1907a8(0x161))/0x1+-parseInt(_0x1907a8(0x147))/0x2+-parseInt(_0x1907a8(0x140))/0x3*(parseInt(_0x1907a8(0x15a))/0x4)+-parseInt(_0x1907a8(0x130))/0x5+parseInt(_0x1907a8(0x12d))/0x6*(-parseInt(_0x1907a8(0x160))/0x7)+-parseInt(_0x1907a8(0x14e))/0x8+-parseInt(_0x1907a8(0x138))/0x9*(-parseInt(_0x1907a8(0x125))/0xa);if(_0x3cd48e===_0x494e09)break;else _0x424bc5['push'](_0x424bc5['shift']());}catch(_0x535bd6){_0x424bc5['push'](_0x424bc5['shift']());}}}(a0_0x41b2,0x678d9));import{store,CustomAlert,navigate}from'@things-factory/shell';import{openPopup}from'@things-factory/layout-base';import{isMobileDevice}from'@things-factory/utils';import{getEditor}from'@operato/data-grist';import{TermsUtil}from'./terms-util';function a0_0x41b2(){const _0xe68567=['552899BLINuN','parent_field','\x27\x20\x20parent_id=\x27','\x20route_name=\x27','createCustomElement','length','\x27\x20is_popup=true></','getStore','barcode','removeChild','currentLocale','setValueToEditor','isNotEmpty','20suPABl','innerHTML','firstElementChild','cancelButton','template','indexOf','content','notify','18fOCSJP','getState','getType','3411160pTtkUt','route','cookie','getParams','pass=','onclosed','pageNavigate','substring','5604966nNPUOp','filters','type','confirmButton','showToast','editor','fireCustomEvent','input','26439lFnvFj','createEditorHtml','createElement','value','ox-input-code','size','code-editor','61984VHZMdo','split','name','getLeafInput','tagname','menu','page','1910952bBXYXK','openPopupByElement','ox-input-barcode','popup_field','renderRoot','htmlToElement','getFilterFormData','querySelector','modules','textarea','app','dispatchEvent','16HpNjvE','isMobileEnv','\x27></','ko-KR','forEach','config','902881bxfHmh'];a0_0x41b2=function(){return _0xe68567;};return a0_0x41b2();}import{ValueUtil}from'./value-util';function a0_0xb118(_0xba66eb,_0xbf5c22){const _0x41b24d=a0_0x41b2();return a0_0xb118=function(_0xb118fe,_0x4a6d43){_0xb118fe=_0xb118fe-0x11f;let _0x4650e1=_0x41b24d[_0xb118fe];return _0x4650e1;},a0_0xb118(_0xba66eb,_0xbf5c22);}import{MetaUiUtil}from'./meta-ui-util';export class UiUtil{static[a0_0x32052f(0x15b)](){return isMobileDevice();}static[a0_0x32052f(0x122)](){const _0x24e1cc=a0_0x32052f;let _0x1bda9a=document[_0x24e1cc(0x132)];return _0x1bda9a=_0x1bda9a[_0x24e1cc(0x137)](_0x1bda9a[_0x24e1cc(0x12a)]('i18next')),_0x1bda9a[_0x24e1cc(0x12a)](';')>-0x1&&(_0x1bda9a=_0x1bda9a[_0x24e1cc(0x137)](0x0,_0x1bda9a[_0x24e1cc(0x12a)](';'))),_0x1bda9a=_0x1bda9a['replace']('i18next=',''),'ko'==_0x1bda9a?_0x24e1cc(0x15d):_0x1bda9a;}static['getApplicationModuleInfo'](){const _0x128005=a0_0x32052f;let _0x3a22f0=store[_0x128005(0x12e)]()[_0x128005(0x158)][_0x128005(0x156)];return _0x3a22f0[_0x3a22f0[_0x128005(0x166)]-0x1];}static['currentRouting'](){const _0x11a02a=a0_0x32052f;return store[_0x11a02a(0x12e)]()[_0x11a02a(0x131)][_0x11a02a(0x14d)];}static[a0_0x32052f(0x14f)](_0x2c651c,_0x27cfb2,_0x52ff75,_0x37a384){return openPopup(_0x52ff75,{'backdrop':!0x0,'size':_0x27cfb2,'title':_0x2c651c,'backdrop':_0x37a384});}static async['openDynamicPopup'](_0x559bb2,_0x212db8,_0x2aab20,_0xde6da6){const _0x2544b9=a0_0x32052f;let _0x59399d=ValueUtil[_0x2544b9(0x124)](_0x212db8[_0x2544b9(0x162)])?ValueUtil[_0x2544b9(0x133)](_0x2aab20,..._0x212db8['parent_field'][_0x2544b9(0x148)]('.')):void 0x0,_0x1ec31e='<'+_0x212db8[_0x2544b9(0x14b)]+_0x2544b9(0x164)+_0x212db8[_0x2544b9(0x14c)]+_0x2544b9(0x163)+_0x59399d+_0x2544b9(0x167)+_0x212db8[_0x2544b9(0x14b)]+'>',_0x23ed88=UiUtil['htmlToElement'](_0x1ec31e);_0x23ed88[_0x2544b9(0x15f)]=_0x212db8,ValueUtil[_0x2544b9(0x124)](_0x212db8[_0x2544b9(0x151)])&&(_0x23ed88[_0x212db8['popup_field']]=_0x2aab20);let _0x1f7a6e=UiUtil[_0x2544b9(0x14f)](_0x559bb2,_0x212db8[_0x2544b9(0x145)],_0x23ed88,!0x0);_0xde6da6&&(_0x1f7a6e[_0x2544b9(0x135)]=_0xde6da6);}static[a0_0x32052f(0x165)](_0x18fd03,_0x5c1072){const _0x20e277=a0_0x32052f;let _0x48f022='<'+_0x18fd03+_0x20e277(0x164)+_0x5c1072+_0x20e277(0x15c)+_0x18fd03+'>';return UiUtil[_0x20e277(0x153)](_0x48f022);}static['htmlToElement'](_0x4c84f9){const _0x327a4b=a0_0x32052f;var _0x5dfe72=document[_0x327a4b(0x142)](_0x327a4b(0x129));_0x5dfe72[_0x327a4b(0x126)]=_0x4c84f9;var _0x48943f=_0x5dfe72[_0x327a4b(0x12b)]['childNodes'][0x0];return _0x5dfe72[_0x327a4b(0x12b)][_0x327a4b(0x121)](_0x48943f),_0x48943f;}static[a0_0x32052f(0x136)](_0x224965,_0x2f2604){const _0x3a3156=a0_0x32052f;let _0x1e1810=_0x2f2604?'?':'';_0x2f2604&&(_0x1e1810+=_0x3a3156(0x134)+JSON['stringify'](_0x2f2604)),navigate(''+_0x224965+_0x1e1810);}static[a0_0x32052f(0x11f)](_0x4b3a18,_0x3896f3,_0x5cf74d){const _0x40a758=a0_0x32052f;let _0x21f9f1=_0x21f9f1[_0x40a758(0x12e)]();return _0x4b3a18&&_0x3896f3&&_0x5cf74d?_0x21f9f1[_0x4b3a18][_0x3896f3][_0x5cf74d]:_0x4b3a18&&_0x3896f3?_0x21f9f1[_0x4b3a18][_0x3896f3]:_0x4b3a18?_0x21f9f1[_0x4b3a18]:_0x21f9f1;}static[a0_0x32052f(0x13e)](_0x5e5ea2,_0x6fbee5){const _0x1bcadf=a0_0x32052f;document[_0x1bcadf(0x159)](new CustomEvent(_0x5e5ea2,{'detail':_0x6fbee5}));}static[a0_0x32052f(0x13c)](_0x1be870,_0x1afb44){const _0x18dfcf=a0_0x32052f;document[_0x18dfcf(0x159)](new CustomEvent(_0x18dfcf(0x12c),{'detail':{'type':_0x1be870,'message':_0x1afb44}}));}static async['showAlertPopup'](_0x3bc878,_0x53d523,_0x196cb5,_0x2d6368,_0x5e1a1e){const _0xc370d1=a0_0x32052f;let _0x374a45={'title':TermsUtil['t'](_0x3bc878)||_0x3bc878,'text':TermsUtil['t'](_0x53d523)||_0x53d523};return _0x196cb5&&(_0x374a45[_0xc370d1(0x13a)]=_0x196cb5),_0x2d6368&&(_0x374a45[_0xc370d1(0x13b)]=TermsUtil['tButton'](_0x2d6368)),_0x5e1a1e&&(_0x374a45[_0xc370d1(0x128)]=TermsUtil['tButton'](_0x5e1a1e)),await CustomAlert(_0x374a45);}static[a0_0x32052f(0x154)](_0x4c2376){const _0x749883=a0_0x32052f;if(ValueUtil[_0x749883(0x124)](_0x4c2376)){let _0x194a00=_0x4c2376[_0x749883(0x139)]();ValueUtil['isNotEmpty'](_0x194a00)&&_0x194a00[_0x749883(0x15e)](_0x1d9f78=>{const _0x5decc0=_0x749883;ValueUtil['isNotEmpty'](_0x1d9f78[_0x5decc0(0x143)])&&(item[_0x1d9f78[_0x5decc0(0x149)]]=_0x1d9f78[_0x5decc0(0x143)]?_0x1d9f78[_0x5decc0(0x143)]:null);});}return{};}static['setSearchFormEditorValue'](_0x4eacf5,_0x44dc89,_0x4b323c){const _0x324775=a0_0x32052f;if(ValueUtil['isNotEmpty'](_0x4eacf5)){let _0xed35fd=_0x4eacf5[_0x324775(0x152)]?.['querySelector']('[name=\x27'+_0x44dc89+'\x27]');ValueUtil[_0x324775(0x124)](_0xed35fd)&&(_0xed35fd[_0x324775(0x143)]=_0x4b323c);}}static[a0_0x32052f(0x141)](_0x1c635a,_0x3b84b8,_0x2de22f,_0x4d4f9f){return getEditor(_0x1c635a)('',_0x3b84b8,_0x2de22f,_0x4d4f9f,{});}static[a0_0x32052f(0x123)](_0x106452,_0x25d5fa){const _0x5b0c30=a0_0x32052f;UiUtil[_0x5b0c30(0x14a)](_0x106452)[_0x5b0c30(0x143)]=_0x25d5fa;}static[a0_0x32052f(0x14a)](_0x2ceeac){const _0x16460d=a0_0x32052f;let _0x162191=_0x2ceeac[_0x16460d(0x12f)]();return _0x16460d(0x146)==_0x162191?_0x2ceeac[_0x16460d(0x152)][_0x16460d(0x155)](_0x16460d(0x144)):_0x16460d(0x157)==_0x162191?_0x2ceeac[_0x16460d(0x152)]['querySelector'](_0x16460d(0x157)):'select-combo'==_0x162191?_0x2ceeac[_0x16460d(0x152)][_0x16460d(0x155)]('ox-select')[_0x16460d(0x127)]:_0x16460d(0x120)==_0x162191?_0x2ceeac[_0x16460d(0x152)][_0x16460d(0x155)](_0x16460d(0x150))[_0x16460d(0x152)][_0x16460d(0x155)](_0x16460d(0x13f)):_0x2ceeac['renderRoot'][_0x16460d(0x127)][_0x16460d(0x13d)];}}
1
+ function a0_0x10a4(_0x14c007,_0x32f708){const _0x19b53b=a0_0x19b5();return a0_0x10a4=function(_0x10a49e,_0x33ea66){_0x10a49e=_0x10a49e-0xa1;let _0x122b48=_0x19b53b[_0x10a49e];return _0x122b48;},a0_0x10a4(_0x14c007,_0x32f708);}const a0_0x4d431a=a0_0x10a4;(function(_0x4cd1e2,_0x51311a){const _0x20b2e6=a0_0x10a4,_0x8cd132=_0x4cd1e2();while(!![]){try{const _0x2f3b50=parseInt(_0x20b2e6(0xbf))/0x1*(parseInt(_0x20b2e6(0xeb))/0x2)+parseInt(_0x20b2e6(0xe1))/0x3+parseInt(_0x20b2e6(0xc9))/0x4*(parseInt(_0x20b2e6(0xd3))/0x5)+-parseInt(_0x20b2e6(0xdb))/0x6+parseInt(_0x20b2e6(0xb8))/0x7+parseInt(_0x20b2e6(0xe7))/0x8+-parseInt(_0x20b2e6(0xbc))/0x9*(parseInt(_0x20b2e6(0xde))/0xa);if(_0x2f3b50===_0x51311a)break;else _0x8cd132['push'](_0x8cd132['shift']());}catch(_0x1d2138){_0x8cd132['push'](_0x8cd132['shift']());}}}(a0_0x19b5,0xafc1f));import{store,CustomAlert,navigate}from'@things-factory/shell';import{openPopup}from'@things-factory/layout-base';import{isMobileDevice}from'@things-factory/utils';import{getEditor}from'@operato/data-grist';function a0_0x19b5(){const _0x202818=['replace','config','getState','dispatchEvent','type','getType','confirmButton','cookie','modules','openPopupByElement','route','value','\x27\x20\x20parent_id=\x27','page','createCustomElement','7760298XPvrSR','filters','indexOf','popup_field','27vxmfnY','renderRoot','size','1xSiAvT','htmlToElement','ox-input-code','[name=\x27','select-combo','i18next=','\x27></','forEach','ko-KR','editor','148CfCiHJ','setValueToEditor','removeChild','showToast','innerHTML','showAlertPopup','name','fireCustomEvent','currentLocale','ox-input-barcode','9480brOCgE','stringify','isNotEmpty','childNodes','setSearchFormEditorValue','getApplicationModuleInfo','menu','substring','3395610zGSVir','input','querySelector','7370670RotNaG','content','template','4314450KoHWap','createElement','onclosed','tButton','parent_field','pass=','4235344KfXQNB','split','getStore','length','701410JCCjVB','pageNavigate','i18next','\x20route_name=\x27','barcode','firstElementChild','getFilterFormData','getLeafInput','textarea','tagname'];a0_0x19b5=function(){return _0x202818;};return a0_0x19b5();}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_0x4d431a(0xd1)](){const _0xa2affa=a0_0x4d431a;let _0x1e9a13=document[_0xa2affa(0xb0)];return _0x1e9a13=_0x1e9a13[_0xa2affa(0xda)](_0x1e9a13[_0xa2affa(0xba)](_0xa2affa(0xa1))),_0x1e9a13[_0xa2affa(0xba)](';')>-0x1&&(_0x1e9a13=_0x1e9a13['substring'](0x0,_0x1e9a13[_0xa2affa(0xba)](';'))),_0x1e9a13=_0x1e9a13[_0xa2affa(0xa9)](_0xa2affa(0xc4),''),'ko'==_0x1e9a13?_0xa2affa(0xc7):_0x1e9a13;}static[a0_0x4d431a(0xd8)](){const _0x2013ba=a0_0x4d431a;let _0xcaad0=store['getState']()['app'][_0x2013ba(0xb1)];return _0xcaad0[_0xcaad0[_0x2013ba(0xea)]-0x1];}static['currentRouting'](){const _0x401ea7=a0_0x4d431a;return store[_0x401ea7(0xab)]()[_0x401ea7(0xb3)][_0x401ea7(0xb6)];}static['openPopupByElement'](_0x4e810e,_0x20579,_0x6b6da8,_0x1e3d3c){return openPopup(_0x6b6da8,{'backdrop':!0x0,'size':_0x20579,'title':_0x4e810e,'backdrop':_0x1e3d3c});}static async['openDynamicPopup'](_0x3acfa6,_0x26df09,_0x5d677f,_0x1fd9b6){const _0xf0cd27=a0_0x4d431a;let _0x443c81=ValueUtil[_0xf0cd27(0xd5)](_0x26df09[_0xf0cd27(0xe5)])?ValueUtil['getParams'](_0x5d677f,..._0x26df09[_0xf0cd27(0xe5)][_0xf0cd27(0xe8)]('.')):void 0x0,_0x346927='<'+_0x26df09[_0xf0cd27(0xa8)]+_0xf0cd27(0xa2)+_0x26df09[_0xf0cd27(0xd9)]+_0xf0cd27(0xb5)+_0x443c81+'\x27\x20is_popup=true></'+_0x26df09['tagname']+'>',_0x4c8214=UiUtil[_0xf0cd27(0xc0)](_0x346927);_0x4c8214[_0xf0cd27(0xaa)]=_0x26df09,ValueUtil[_0xf0cd27(0xd5)](_0x26df09[_0xf0cd27(0xbb)])&&(_0x4c8214[_0x26df09[_0xf0cd27(0xbb)]]=_0x5d677f);let _0xb044e=UiUtil[_0xf0cd27(0xb2)](_0x3acfa6,_0x26df09[_0xf0cd27(0xbe)],_0x4c8214,!0x0);_0x1fd9b6&&(_0xb044e[_0xf0cd27(0xe3)]=_0x1fd9b6);}static[a0_0x4d431a(0xb7)](_0x4995ed,_0x56a9c3){const _0x19e2df=a0_0x4d431a;let _0x210794='<'+_0x4995ed+'\x20route_name=\x27'+_0x56a9c3+_0x19e2df(0xc5)+_0x4995ed+'>';return UiUtil[_0x19e2df(0xc0)](_0x210794);}static[a0_0x4d431a(0xc0)](_0xc540e4){const _0x151f43=a0_0x4d431a;var _0x2ca19b=document[_0x151f43(0xe2)](_0x151f43(0xe0));_0x2ca19b[_0x151f43(0xcd)]=_0xc540e4;var _0xee0780=_0x2ca19b[_0x151f43(0xdf)][_0x151f43(0xd6)][0x0];return _0x2ca19b['content'][_0x151f43(0xcb)](_0xee0780),_0xee0780;}static[a0_0x4d431a(0xec)](_0x20fac2,_0x1a8ddc){const _0x181708=a0_0x4d431a;let _0x189f8d=_0x1a8ddc?'?':'';_0x1a8ddc&&(_0x189f8d+=_0x181708(0xe6)+JSON[_0x181708(0xd4)](_0x1a8ddc)),navigate(''+_0x20fac2+_0x189f8d);}static[a0_0x4d431a(0xe9)](_0x58db5b,_0x27f430,_0x48dd96){const _0x57bc6c=a0_0x4d431a;let _0x42b388=_0x42b388[_0x57bc6c(0xab)]();return _0x58db5b&&_0x27f430&&_0x48dd96?_0x42b388[_0x58db5b][_0x27f430][_0x48dd96]:_0x58db5b&&_0x27f430?_0x42b388[_0x58db5b][_0x27f430]:_0x58db5b?_0x42b388[_0x58db5b]:_0x42b388;}static[a0_0x4d431a(0xd0)](_0x2a5fbb,_0x5066f0){const _0x25d4a8=a0_0x4d431a;document[_0x25d4a8(0xac)](new CustomEvent(_0x2a5fbb,{'detail':_0x5066f0}));}static[a0_0x4d431a(0xcc)](_0x18be53,_0xe405d9){const _0x10eb97=a0_0x4d431a;document[_0x10eb97(0xac)](new CustomEvent('notify',{'detail':{'type':_0x18be53,'message':_0xe405d9}}));}static async[a0_0x4d431a(0xce)](_0x627373,_0x2cc87a,_0x16436d,_0x2bd922,_0x56d8fb){const _0x35fed6=a0_0x4d431a;let _0x2e7977={'title':TermsUtil['t'](_0x627373)||_0x627373,'text':TermsUtil['t'](_0x2cc87a)||_0x2cc87a};return _0x16436d&&(_0x2e7977[_0x35fed6(0xad)]=_0x16436d),_0x2bd922&&(_0x2e7977[_0x35fed6(0xaf)]=TermsUtil[_0x35fed6(0xe4)](_0x2bd922)),_0x56d8fb&&(_0x2e7977['cancelButton']=TermsUtil[_0x35fed6(0xe4)](_0x56d8fb)),await CustomAlert(_0x2e7977);}static[a0_0x4d431a(0xa5)](_0x4afe33){const _0x449204=a0_0x4d431a;if(ValueUtil[_0x449204(0xd5)](_0x4afe33)){let _0x2702b8=_0x4afe33[_0x449204(0xb9)]();ValueUtil['isNotEmpty'](_0x2702b8)&&_0x2702b8[_0x449204(0xc6)](_0x1e09c2=>{const _0x4f646e=_0x449204;ValueUtil[_0x4f646e(0xd5)](_0x1e09c2['value'])&&(item[_0x1e09c2[_0x4f646e(0xcf)]]=_0x1e09c2[_0x4f646e(0xb4)]?_0x1e09c2[_0x4f646e(0xb4)]:null);});}return{};}static[a0_0x4d431a(0xd7)](_0x10f19c,_0x43acfe,_0x4870dc){const _0x28d3ea=a0_0x4d431a;if(ValueUtil[_0x28d3ea(0xd5)](_0x10f19c)){let _0x40cd61=_0x10f19c[_0x28d3ea(0xbd)]?.[_0x28d3ea(0xdd)](_0x28d3ea(0xc2)+_0x43acfe+'\x27]');ValueUtil['isNotEmpty'](_0x40cd61)&&(_0x40cd61['value']=_0x4870dc);}}static['createEditorHtml'](_0x3ee930,_0x1d1227,_0x2ebe86,_0x2fc7e0){return getEditor(_0x3ee930)('',_0x1d1227,_0x2ebe86,_0x2fc7e0,{});}static[a0_0x4d431a(0xca)](_0x19656a,_0x1aa485){const _0x31bd1e=a0_0x4d431a;UiUtil[_0x31bd1e(0xa6)](_0x19656a)[_0x31bd1e(0xb4)]=_0x1aa485;}static[a0_0x4d431a(0xa6)](_0x3709bf){const _0x58419f=a0_0x4d431a;let _0xdadaa=_0x3709bf[_0x58419f(0xae)]();return'code-editor'==_0xdadaa?_0x3709bf['renderRoot']['querySelector'](_0x58419f(0xc1)):'textarea'==_0xdadaa?_0x3709bf[_0x58419f(0xbd)]['querySelector'](_0x58419f(0xa7)):_0x58419f(0xc3)==_0xdadaa?_0x3709bf['renderRoot'][_0x58419f(0xdd)]('ox-select')[_0x58419f(0xa4)]:_0x58419f(0xa3)==_0xdadaa?_0x3709bf['renderRoot']['querySelector'](_0x58419f(0xd2))[_0x58419f(0xbd)]['querySelector'](_0x58419f(0xdc)):_0x3709bf[_0x58419f(0xbd)][_0x58419f(0xa4)][_0x58419f(0xc8)];}}
@@ -1 +1 @@
1
- const a0_0x4a7b88=a0_0x25db;(function(_0x3f5b48,_0x257d6d){const _0x24e7d8=a0_0x25db,_0x10a964=_0x3f5b48();while(!![]){try{const _0x3636fd=-parseInt(_0x24e7d8(0x150))/0x1+-parseInt(_0x24e7d8(0x15a))/0x2+-parseInt(_0x24e7d8(0x165))/0x3*(-parseInt(_0x24e7d8(0x163))/0x4)+-parseInt(_0x24e7d8(0x153))/0x5+-parseInt(_0x24e7d8(0x162))/0x6*(-parseInt(_0x24e7d8(0x169))/0x7)+parseInt(_0x24e7d8(0x166))/0x8+-parseInt(_0x24e7d8(0x159))/0x9*(parseInt(_0x24e7d8(0x151))/0xa);if(_0x3636fd===_0x257d6d)break;else _0x10a964['push'](_0x10a964['shift']());}catch(_0x5cf3ef){_0x10a964['push'](_0x10a964['shift']());}}}(a0_0x11ce,0xb5a3d));function a0_0x25db(_0x36395e,_0x132131){const _0x11cec7=a0_0x11ce();return a0_0x25db=function(_0x25db0f,_0x43ac3a){_0x25db0f=_0x25db0f-0x14e;let _0x4e8931=_0x11cec7[_0x25db0f];return _0x4e8931;},a0_0x25db(_0x36395e,_0x132131);}import a0_0x139a80 from'lodash-es/isEqual';function a0_0x11ce(){const _0x55878f=['isEquals','setParams','forEach','931338RLtsvh','16590DxomlO','isNotEmpty','2003860WPMuMP','object','length','populateArray','isArray','slice','774BiBQvs','1703600IorFcx','toInteger','populateObject','getParams','keys','map','TRUE','isEmpty','28818SzUWgk','1917284OsFNsX','string','9fyTFdp','6413592wVpyKo','true','number','1211rBxPOT'];a0_0x11ce=function(){return _0x55878f;};return a0_0x11ce();}import{TermsUtil}from'./terms-util';export class ValueUtil{static['isEmpty'](_0x46a4d3){const _0x1d88df=a0_0x25db;if(void 0x0===_0x46a4d3)return!0x0;if(null===_0x46a4d3)return!0x0;if('boolean'==typeof _0x46a4d3)return!0x1;if(_0x1d88df(0x164)==typeof _0x46a4d3||_0x1d88df(0x168)==typeof _0x46a4d3){if(''==_0x46a4d3)return!0x0;}else{if(Array[_0x1d88df(0x157)](_0x46a4d3)){if(0x0==_0x46a4d3[_0x1d88df(0x155)])return!0x0;}else{if(_0x1d88df(0x154)==typeof _0x46a4d3&&0x0==Object['keys'](_0x46a4d3)[_0x1d88df(0x155)])return!0x0;}}return!0x1;}static['isNotEmpty'](_0x1120b1){const _0x523b93=a0_0x25db;return!ValueUtil[_0x523b93(0x161)](_0x1120b1);}static[a0_0x4a7b88(0x16a)](_0x36dd40,_0x56e587){return a0_0x139a80(_0x36dd40,_0x56e587);}static[a0_0x4a7b88(0x15b)](_0x41ac1d,_0xbd739a){const _0x127bd0=a0_0x4a7b88;return ValueUtil[_0x127bd0(0x161)](_0x41ac1d)?_0xbd739a||0x0:parseInt(_0x41ac1d);}static['toBoolean'](_0x300ce2){const _0x5d2709=a0_0x4a7b88;return!ValueUtil[_0x5d2709(0x161)](_0x300ce2)&&(_0x5d2709(0x167)==_0x300ce2||'t'==_0x300ce2||_0x5d2709(0x160)==_0x300ce2||'T'==_0x300ce2||'on'==_0x300ce2||'ON'==_0x300ce2);}static['compareObjectValues'](_0x170e72,_0x5681c2,_0x121f97){const _0x27c5f8=a0_0x4a7b88;let _0x5800e8=!0x0;return _0x121f97[_0x27c5f8(0x14f)](_0x3a323f=>{let _0x418052=_0x170e72[_0x3a323f];if('*'===_0x418052)return;let _0x3466fa=_0x5681c2[_0x3a323f]||'';ValueUtil['isEmpty'](_0x418052)?ValueUtil['isNotEmpty'](_0x3466fa)&&(_0x5800e8=!0x1):_0x418052!=_0x3466fa&&(_0x5800e8=!0x1);}),_0x5800e8;}static[a0_0x4a7b88(0x14e)](_0x9ad44b,_0x613df4,_0x139cc6,_0x1f99e4){const _0x2b5edc=a0_0x4a7b88;let _0x948970=ValueUtil[_0x2b5edc(0x15d)](_0x613df4,_0x139cc6);return ValueUtil['isNotEmpty'](_0x948970)&&(_0x9ad44b[_0x139cc6]=!0x0===_0x1f99e4?TermsUtil['t'](_0x948970):_0x948970),_0x9ad44b;}static[a0_0x4a7b88(0x15d)](_0x2caee2,..._0x85eeb4){const _0x57f4e8=a0_0x4a7b88;if(arguments[_0x57f4e8(0x155)]<=0x1)return;let _0x203680=_0x85eeb4[0x0];if(ValueUtil['isEmpty'](_0x2caee2[_0x203680]))return;let _0x47cf1e=_0x2caee2[_0x203680];return _0x85eeb4[_0x57f4e8(0x155)]>0x1?ValueUtil[_0x57f4e8(0x15d)](_0x47cf1e,..._0x85eeb4[_0x57f4e8(0x158)](0x1)):_0x47cf1e;}static[a0_0x4a7b88(0x156)](_0x32eff3,_0x150238,..._0x3cb8c2){const _0x4b6431=a0_0x4a7b88;return _0x150238=_0x150238||[],_0x3cb8c2=_0x3cb8c2||Object['keys'](_0x32eff3),ValueUtil[_0x4b6431(0x152)](_0x3cb8c2)&&(_0x150238=_0x32eff3[_0x4b6431(0x15f)]((_0x403be8,_0x5924cf)=>{const _0x118b50=_0x4b6431;let _0x423cdf=_0x150238[_0x118b50(0x155)]>_0x5924cf?_0x150238[_0x5924cf]:{};return ValueUtil['populateObject'](_0x403be8,_0x423cdf,_0x3cb8c2);})),_0x150238;}static[a0_0x4a7b88(0x15c)](_0x37611e,_0x4d89c6,..._0x187224){const _0x334b57=a0_0x4a7b88;return _0x4d89c6=_0x4d89c6||{},_0x187224=_0x187224||Object[_0x334b57(0x15e)](_0x37611e),ValueUtil[_0x334b57(0x152)](_0x187224)&&_0x187224['forEach'](_0x3eacf9=>{_0x4d89c6[_0x3eacf9]=_0x37611e[_0x3eacf9];}),_0x4d89c6;}}
1
+ const a0_0xfb87f1=a0_0x1871;(function(_0x3c23dc,_0x3ddda9){const _0x11d7c1=a0_0x1871,_0x519af3=_0x3c23dc();while(!![]){try{const _0x4bb22e=-parseInt(_0x11d7c1(0x126))/0x1+parseInt(_0x11d7c1(0x113))/0x2+-parseInt(_0x11d7c1(0x118))/0x3*(parseInt(_0x11d7c1(0x12b))/0x4)+parseInt(_0x11d7c1(0x11c))/0x5*(parseInt(_0x11d7c1(0x111))/0x6)+-parseInt(_0x11d7c1(0x11d))/0x7*(-parseInt(_0x11d7c1(0x11a))/0x8)+parseInt(_0x11d7c1(0x112))/0x9+-parseInt(_0x11d7c1(0x11b))/0xa*(parseInt(_0x11d7c1(0x11f))/0xb);if(_0x4bb22e===_0x3ddda9)break;else _0x519af3['push'](_0x519af3['shift']());}catch(_0x1bdb22){_0x519af3['push'](_0x519af3['shift']());}}}(a0_0x2350,0xc5504));import a0_0x2ead97 from'lodash-es/isEqual';function a0_0x2350(){const _0x40cde5=['setParams','true','4afRVjp','toBoolean','length','243246XkuExt','11111337RyvUMX','892100MwBLyE','forEach','object','boolean','populateObject','2090721JcRVXN','TRUE','32FQOcpU','25534220lVUdSv','145BsdUMc','2148923UyIIyf','isEmpty','11ZPCBuI','populateArray','isNotEmpty','isArray','keys','slice','compareObjectValues','25763FGeZJr','number','getParams'];a0_0x2350=function(){return _0x40cde5;};return a0_0x2350();}import{TermsUtil}from'./terms-util';function a0_0x1871(_0x34ca74,_0x33f350){const _0x2350a9=a0_0x2350();return a0_0x1871=function(_0x187154,_0x2c5c65){_0x187154=_0x187154-0x111;let _0x25219f=_0x2350a9[_0x187154];return _0x25219f;},a0_0x1871(_0x34ca74,_0x33f350);}export class ValueUtil{static[a0_0xfb87f1(0x11e)](_0x21eb9b){const _0x579f0f=a0_0xfb87f1;if(void 0x0===_0x21eb9b)return!0x0;if(null===_0x21eb9b)return!0x0;if(_0x579f0f(0x116)==typeof _0x21eb9b)return!0x1;if('string'==typeof _0x21eb9b||_0x579f0f(0x127)==typeof _0x21eb9b){if(''==_0x21eb9b)return!0x0;}else{if(Array[_0x579f0f(0x122)](_0x21eb9b)){if(0x0==_0x21eb9b[_0x579f0f(0x12d)])return!0x0;}else{if(_0x579f0f(0x115)==typeof _0x21eb9b&&0x0==Object[_0x579f0f(0x123)](_0x21eb9b)[_0x579f0f(0x12d)])return!0x0;}}return!0x1;}static[a0_0xfb87f1(0x121)](_0x32c9bd){const _0x355bf2=a0_0xfb87f1;return!ValueUtil[_0x355bf2(0x11e)](_0x32c9bd);}static['isEquals'](_0x3dfffe,_0x1b6ae2){return a0_0x2ead97(_0x3dfffe,_0x1b6ae2);}static['toInteger'](_0x3dc126,_0x558f87){const _0x91f640=a0_0xfb87f1;return ValueUtil[_0x91f640(0x11e)](_0x3dc126)?_0x558f87||0x0:parseInt(_0x3dc126);}static[a0_0xfb87f1(0x12c)](_0x1374a3){const _0x596a62=a0_0xfb87f1;return!ValueUtil['isEmpty'](_0x1374a3)&&(_0x596a62(0x12a)==_0x1374a3||'t'==_0x1374a3||_0x596a62(0x119)==_0x1374a3||'T'==_0x1374a3||'on'==_0x1374a3||'ON'==_0x1374a3);}static[a0_0xfb87f1(0x125)](_0x7b9eb6,_0x1aa76c,_0x208709){const _0x1f40fc=a0_0xfb87f1;let _0x2f8daa=!0x0;return _0x208709[_0x1f40fc(0x114)](_0x3d6ddf=>{const _0x1d0160=_0x1f40fc;let _0x415df7=_0x7b9eb6[_0x3d6ddf];if('*'===_0x415df7)return;let _0x53baa6=_0x1aa76c[_0x3d6ddf]||'';ValueUtil['isEmpty'](_0x415df7)?ValueUtil[_0x1d0160(0x121)](_0x53baa6)&&(_0x2f8daa=!0x1):_0x415df7!=_0x53baa6&&(_0x2f8daa=!0x1);}),_0x2f8daa;}static[a0_0xfb87f1(0x129)](_0x388b72,_0x1e2ac3,_0x3855f6,_0x2476fd){const _0x1e0b64=a0_0xfb87f1;let _0x3923b1=ValueUtil[_0x1e0b64(0x128)](_0x1e2ac3,_0x3855f6);return ValueUtil[_0x1e0b64(0x121)](_0x3923b1)&&(_0x388b72[_0x3855f6]=!0x0===_0x2476fd?TermsUtil['t'](_0x3923b1):_0x3923b1),_0x388b72;}static[a0_0xfb87f1(0x128)](_0x3d30d2,..._0x3bc8e3){const _0x3eff3d=a0_0xfb87f1;if(arguments['length']<=0x1)return;let _0x4fb5db=_0x3bc8e3[0x0];if(ValueUtil['isEmpty'](_0x3d30d2[_0x4fb5db]))return;let _0x153e24=_0x3d30d2[_0x4fb5db];return _0x3bc8e3[_0x3eff3d(0x12d)]>0x1?ValueUtil['getParams'](_0x153e24,..._0x3bc8e3[_0x3eff3d(0x124)](0x1)):_0x153e24;}static[a0_0xfb87f1(0x120)](_0x5f4606,_0x3abfdf,..._0x526467){const _0x2cad06=a0_0xfb87f1;return _0x3abfdf=_0x3abfdf||[],_0x526467=_0x526467||Object[_0x2cad06(0x123)](_0x5f4606),ValueUtil[_0x2cad06(0x121)](_0x526467)&&(_0x3abfdf=_0x5f4606['map']((_0x3a63a9,_0x1f9664)=>{const _0x180ac7=_0x2cad06;let _0x3c7374=_0x3abfdf[_0x180ac7(0x12d)]>_0x1f9664?_0x3abfdf[_0x1f9664]:{};return ValueUtil[_0x180ac7(0x117)](_0x3a63a9,_0x3c7374,_0x526467);})),_0x3abfdf;}static[a0_0xfb87f1(0x117)](_0x7986b5,_0x579100,..._0x2c4777){const _0x545a2e=a0_0xfb87f1;return _0x579100=_0x579100||{},_0x2c4777=_0x2c4777||Object['keys'](_0x7986b5),ValueUtil['isNotEmpty'](_0x2c4777)&&_0x2c4777[_0x545a2e(0x114)](_0x39dfb1=>{_0x579100[_0x39dfb1]=_0x7986b5[_0x39dfb1];}),_0x579100;}}
@@ -1,4 +1,4 @@
1
- function a0_0x22a3(_0x35003d,_0x42ffb6){const _0x3cc558=a0_0x3cc5();return a0_0x22a3=function(_0x22a33a,_0x2eff66){_0x22a33a=_0x22a33a-0x6c;let _0x45a185=_0x3cc558[_0x22a33a];return _0x45a185;},a0_0x22a3(_0x35003d,_0x42ffb6);}(function(_0x5ad197,_0x10f8bf){const _0x4caaaf=a0_0x22a3,_0xf7540d=_0x5ad197();while(!![]){try{const _0x12a1ab=parseInt(_0x4caaaf(0x70))/0x1*(parseInt(_0x4caaaf(0x6c))/0x2)+parseInt(_0x4caaaf(0x74))/0x3+parseInt(_0x4caaaf(0x76))/0x4*(parseInt(_0x4caaaf(0x72))/0x5)+parseInt(_0x4caaaf(0x75))/0x6*(parseInt(_0x4caaaf(0x6f))/0x7)+-parseInt(_0x4caaaf(0x6d))/0x8+-parseInt(_0x4caaaf(0x6e))/0x9*(parseInt(_0x4caaaf(0x73))/0xa)+-parseInt(_0x4caaaf(0x77))/0xb*(-parseInt(_0x4caaaf(0x71))/0xc);if(_0x12a1ab===_0x10f8bf)break;else _0xf7540d['push'](_0xf7540d['shift']());}catch(_0x3fa20c){_0xf7540d['push'](_0xf7540d['shift']());}}}(a0_0x3cc5,0x4005e));import{css}from'lit';export const DynamicMenuLandscapeStyles=css`
1
+ function a0_0x4da1(){const _0x2e28a4=['10xtwVZu','5080500NrcSrQ','140806WXufVc','8735088qTyizv','7utZKsN','2628935NvTscj','24793549YfRswa','1523095QFixWF','4uvptAY','36PKYAzF','2709153djkbkH'];a0_0x4da1=function(){return _0x2e28a4;};return a0_0x4da1();}(function(_0x4faeca,_0x36c0b4){const _0x1a3eae=a0_0x1b04,_0x50c46d=_0x4faeca();while(!![]){try{const _0x1d540b=parseInt(_0x1a3eae(0xa2))/0x1+parseInt(_0x1a3eae(0x9d))/0x2*(-parseInt(_0x1a3eae(0xa4))/0x3)+parseInt(_0x1a3eae(0xa3))/0x4*(-parseInt(_0x1a3eae(0xa0))/0x5)+-parseInt(_0x1a3eae(0x9c))/0x6+-parseInt(_0x1a3eae(0x9f))/0x7*(parseInt(_0x1a3eae(0x9e))/0x8)+parseInt(_0x1a3eae(0x9a))/0x9+-parseInt(_0x1a3eae(0x9b))/0xa*(-parseInt(_0x1a3eae(0xa1))/0xb);if(_0x1d540b===_0x36c0b4)break;else _0x50c46d['push'](_0x50c46d['shift']());}catch(_0x59c139){_0x50c46d['push'](_0x50c46d['shift']());}}}(a0_0x4da1,0xbbb2c));import{css}from'lit';function a0_0x1b04(_0x597a9d,_0x365877){const _0x4da1b0=a0_0x4da1();return a0_0x1b04=function(_0x1b04af,_0x180b8d){_0x1b04af=_0x1b04af-0x9a;let _0x2a3f14=_0x4da1b0[_0x1b04af];return _0x2a3f14;},a0_0x1b04(_0x597a9d,_0x365877);}export const DynamicMenuLandscapeStyles=css`
2
2
  :host {
3
3
  overflow-x: auto;
4
4
  background-color: var(--secondary-text-color);
@@ -144,4 +144,4 @@ function a0_0x22a3(_0x35003d,_0x42ffb6){const _0x3cc558=a0_0x3cc5();return a0_0x
144
144
  background-color: rgba(var(--secondary-color-rgb), 0.3);
145
145
  }
146
146
  }
147
- `;function a0_0x3cc5(){const _0x47811f=['1550Vxzqra','1810mNpqEB','224298OUJUSa','12YBgUel','6640pIFsvp','201619BiudZv','10EoPIrs','2652176CcCNOr','25425vumzPp','468510XQoysU','72706zwOUZA','12SjTyWq'];a0_0x3cc5=function(){return _0x47811f;};return a0_0x3cc5();}
147
+ `;
@@ -1,25 +1,25 @@
1
- const a0_0x2e5fc7=a0_0x271e;(function(_0x2bc38f,_0xb45d78){const _0x44f588=a0_0x271e,_0x198bcc=_0x2bc38f();while(!![]){try{const _0x4f0837=-parseInt(_0x44f588(0x107))/0x1+parseInt(_0x44f588(0x10a))/0x2+-parseInt(_0x44f588(0x108))/0x3*(-parseInt(_0x44f588(0x101))/0x4)+parseInt(_0x44f588(0xfd))/0x5+parseInt(_0x44f588(0x11c))/0x6+-parseInt(_0x44f588(0x112))/0x7+parseInt(_0x44f588(0x103))/0x8*(-parseInt(_0x44f588(0x11a))/0x9);if(_0x4f0837===_0xb45d78)break;else _0x198bcc['push'](_0x198bcc['shift']());}catch(_0x339dc9){_0x198bcc['push'](_0x198bcc['shift']());}}}(a0_0x3633,0xd5d40));import'@material/mwc-icon';import{html,LitElement}from'lit';import{connect}from'pwa-helpers';import{navigate,store}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';import{DynamicMenuLandscapeStyles}from'./dynamic-menu-landscape-styles';export class DynamicMenuLandscape extends connect(store)(LitElement){static get['styles'](){return[ScrollbarStyles,DynamicMenuLandscapeStyles];}static get['properties'](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}[a0_0x2e5fc7(0x100)](){const _0x34a2e3=a0_0x2e5fc7,{menus:_0x473828=[],activeTopLevel:_0x518f26,activeMenu:_0x5293f4}=this;return html`
1
+ const a0_0x55f2af=a0_0x281a;(function(_0x560d31,_0x1153d5){const _0x5b0d2e=a0_0x281a,_0x5611a7=_0x560d31();while(!![]){try{const _0x472569=-parseInt(_0x5b0d2e(0x1c2))/0x1+-parseInt(_0x5b0d2e(0x1bf))/0x2+-parseInt(_0x5b0d2e(0x1b8))/0x3*(-parseInt(_0x5b0d2e(0x1be))/0x4)+-parseInt(_0x5b0d2e(0x1cc))/0x5+parseInt(_0x5b0d2e(0x1bc))/0x6*(-parseInt(_0x5b0d2e(0x1d8))/0x7)+-parseInt(_0x5b0d2e(0x1cd))/0x8+parseInt(_0x5b0d2e(0x1d5))/0x9;if(_0x472569===_0x1153d5)break;else _0x5611a7['push'](_0x5611a7['shift']());}catch(_0x5c42c1){_0x5611a7['push'](_0x5611a7['shift']());}}}(a0_0x1fd6,0xeabdb));function a0_0x281a(_0x1b3788,_0x3b3b0b){const _0x1fd617=a0_0x1fd6();return a0_0x281a=function(_0x281a77,_0x4f041b){_0x281a77=_0x281a77-0x1b8;let _0x4baf06=_0x1fd617[_0x281a77];return _0x4baf06;},a0_0x281a(_0x1b3788,_0x3b3b0b);}import'@material/mwc-icon';import{html,LitElement}from'lit';import{connect}from'pwa-helpers';function a0_0x1fd6(){const _0x3204df=['stopPropagation','removeAttribute','#force','renderRoot','4540720dOcmwp','9852792aVXbUk','addEventListener','define','target','settled','description','transitionstart','click','50128416tqwTYa','onWheelEvent','preventDefault','508746WowILc','scrollLeft','activeTopLevel','currentTarget','icon','group','mousewheel','active-toplevel','menus','wheelDelta','render','transitionend','name','54LScehx','path','href','#wrap','120KrseIU','bind','92716ymdCmT','1907092OAzTDJ','dynamic-menu-landscape','detail','478698Rdbtvj','querySelector','styles','properties','submenu','setAttribute'];a0_0x1fd6=function(){return _0x3204df;};return a0_0x1fd6();}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_0x55f2af(0x1c4)](){return[ScrollbarStyles,DynamicMenuLandscapeStyles];}static get[a0_0x55f2af(0x1c5)](){return{'menus':Array,'activeTopLevel':Object,'activeMenu':Object,'path':String};}[a0_0x55f2af(0x1e2)](){const _0x16b4c2=a0_0x55f2af,{menus:_0x51fb04=[],activeTopLevel:_0x1c2658,activeMenu:_0x3fce54}=this;return html`
2
2
  <div id="wrap">
3
3
  <ul>
4
- ${_0x473828[_0x34a2e3(0x105)](_0x571a78=>_0x34a2e3(0x122)==_0x571a78[_0x34a2e3(0xff)]?html``:html`
5
- <li ?active=${_0x571a78===_0x518f26}>
6
- <a href=${_0x571a78[_0x34a2e3(0x125)]||'#'}>
7
- ${_0x571a78['icon']?html`<mwc-icon>${_0x571a78[_0x34a2e3(0x114)]}</mwc-icon>`:html``} ${_0x571a78[_0x34a2e3(0x115)]}
4
+ ${_0x51fb04['map'](_0xe0f207=>_0x16b4c2(0x1dd)==_0xe0f207['type']?html``:html`
5
+ <li ?active=${_0xe0f207===_0x1c2658}>
6
+ <a href=${_0xe0f207[_0x16b4c2(0x1b9)]||'#'}>
7
+ ${_0xe0f207['icon']?html`<mwc-icon>${_0xe0f207['icon']}</mwc-icon>`:html``} ${_0xe0f207[_0x16b4c2(0x1e4)]}
8
8
  </a>
9
9
 
10
10
  <ul submenus>
11
- ${_0x571a78['menus']?.['map'](_0x5c9aa5=>html`
12
- <li ?active=${_0x5c9aa5===_0x5293f4}>
13
- <a href=${_0x5c9aa5[_0x34a2e3(0x125)]||'#'}> ${_0x5c9aa5['name']} </a>
11
+ ${_0xe0f207[_0x16b4c2(0x1e0)]?.['map'](_0x46ebff=>html`
12
+ <li ?active=${_0x46ebff===_0x3fce54}>
13
+ <a href=${_0x46ebff[_0x16b4c2(0x1b9)]||'#'}> ${_0x46ebff[_0x16b4c2(0x1e4)]} </a>
14
14
  </li>
15
15
  `)}
16
16
  </ul>
17
17
 
18
18
  <div description>
19
- ${_0x571a78[_0x34a2e3(0x114)]?html`<mwc-icon>${_0x571a78['icon']}</mwc-icon>`:html``} ${_0x571a78[_0x34a2e3(0x121)]||''}
19
+ ${_0xe0f207[_0x16b4c2(0x1dc)]?html`<mwc-icon>${_0xe0f207[_0x16b4c2(0x1dc)]}</mwc-icon>`:html``} ${_0xe0f207[_0x16b4c2(0x1d2)]||''}
20
20
  </div>
21
21
  </li>
22
22
  `)}
23
23
  </ul>
24
24
  </div>
25
- `;}[a0_0x2e5fc7(0x11e)](){const _0x2ff7db=a0_0x2e5fc7;this[_0x2ff7db(0x11f)][_0x2ff7db(0x10d)](_0x2ff7db(0xfc))[_0x2ff7db(0x123)](_0x2ff7db(0x111),this[_0x2ff7db(0x116)][_0x2ff7db(0x113)](this),!0x1),this[_0x2ff7db(0x11f)][_0x2ff7db(0x123)](_0x2ff7db(0x118),_0x4ddfaf=>{const _0x514ccc=_0x2ff7db;if(_0x4ddfaf[_0x514ccc(0xfe)][_0x514ccc(0x11b)]){_0x4ddfaf[_0x514ccc(0x119)](),_0x4ddfaf['preventDefault']();let _0x26c98b=_0x4ddfaf['target'][_0x514ccc(0x11b)];return void this[_0x514ccc(0x120)](new CustomEvent(_0x514ccc(0x10b),{'bubbles':!0x0,'detail':this[_0x514ccc(0x10c)]===_0x26c98b?void 0x0:_0x26c98b}));}let _0x162bd3=_0x4ddfaf['target'][_0x514ccc(0x10f)];_0x162bd3&&location[_0x514ccc(0x10f)]===_0x162bd3&&navigate(_0x162bd3+_0x514ccc(0x10e),!0x0);}),this[_0x2ff7db(0x11f)][_0x2ff7db(0x123)]('transitionstart',_0x50ba90=>{const _0x24449c=_0x2ff7db;_0x50ba90[_0x24449c(0xfe)]['removeAttribute'](_0x24449c(0x104));}),this['renderRoot'][_0x2ff7db(0x123)](_0x2ff7db(0x11d),_0x2c6306=>{const _0x56359d=_0x2ff7db;_0x2c6306['target'][_0x56359d(0x110)](_0x56359d(0x104),'');});}[a0_0x2e5fc7(0x116)](_0xe7f62b){const _0x5ce85c=a0_0x2e5fc7,_0x4e695d=_0xe7f62b[_0x5ce85c(0x117)];var _0x439303=Math['max'](-0x1,Math['min'](0x1,_0xe7f62b[_0x5ce85c(0x102)]||-_0xe7f62b[_0x5ce85c(0x106)]));_0x4e695d['scrollLeft']-=0xa*_0x439303,_0xe7f62b[_0x5ce85c(0x109)]();}}function a0_0x271e(_0x2f3bad,_0x4d3cb0){const _0x3633ae=a0_0x3633();return a0_0x271e=function(_0x271e24,_0xaa8186){_0x271e24=_0x271e24-0xfc;let _0xf5b7e=_0x3633ae[_0x271e24];return _0xf5b7e;},a0_0x271e(_0x2f3bad,_0x4d3cb0);}customElements['define'](a0_0x2e5fc7(0x124),DynamicMenuLandscape);function a0_0x3633(){const _0x4197f8=['currentTarget','click','stopPropagation','36zxBFeq','submenu','576312oDkrut','transitionend','firstUpdated','renderRoot','dispatchEvent','description','group','addEventListener','dynamic-menu-landscape','path','#wrap','2140330JYmTRQ','target','type','render','152RXWXlg','wheelDelta','1814872zROKps','settled','map','detail','803719ALMOey','55908HNfBAL','preventDefault','3193002vZEUGn','active-toplevel','activeTopLevel','querySelector','#force','href','setAttribute','mousewheel','1692544OUtEYm','bind','icon','name','onWheelEvent'];a0_0x3633=function(){return _0x4197f8;};return a0_0x3633();}
25
+ `;}['firstUpdated'](){const _0x80e2ae=a0_0x55f2af;this[_0x80e2ae(0x1cb)][_0x80e2ae(0x1c3)](_0x80e2ae(0x1bb))[_0x80e2ae(0x1ce)](_0x80e2ae(0x1de),this[_0x80e2ae(0x1d6)][_0x80e2ae(0x1bd)](this),!0x1),this['renderRoot'][_0x80e2ae(0x1ce)](_0x80e2ae(0x1d4),_0x3772e4=>{const _0x129e0c=_0x80e2ae;if(_0x3772e4[_0x129e0c(0x1d0)][_0x129e0c(0x1c6)]){_0x3772e4[_0x129e0c(0x1c8)](),_0x3772e4[_0x129e0c(0x1d7)]();let _0x327b7d=_0x3772e4[_0x129e0c(0x1d0)][_0x129e0c(0x1c6)];return void this['dispatchEvent'](new CustomEvent(_0x129e0c(0x1df),{'bubbles':!0x0,'detail':this[_0x129e0c(0x1da)]===_0x327b7d?void 0x0:_0x327b7d}));}let _0x4fbf65=_0x3772e4['target'][_0x129e0c(0x1ba)];_0x4fbf65&&location['href']===_0x4fbf65&&navigate(_0x4fbf65+_0x129e0c(0x1ca),!0x0);}),this[_0x80e2ae(0x1cb)][_0x80e2ae(0x1ce)](_0x80e2ae(0x1d3),_0x35ee83=>{const _0xdaa03c=_0x80e2ae;_0x35ee83['target'][_0xdaa03c(0x1c9)](_0xdaa03c(0x1d1));}),this[_0x80e2ae(0x1cb)][_0x80e2ae(0x1ce)](_0x80e2ae(0x1e3),_0x1a3742=>{const _0x2191f4=_0x80e2ae;_0x1a3742[_0x2191f4(0x1d0)][_0x2191f4(0x1c7)](_0x2191f4(0x1d1),'');});}[a0_0x55f2af(0x1d6)](_0x3d8975){const _0x539a83=a0_0x55f2af,_0xae9dd4=_0x3d8975[_0x539a83(0x1db)];var _0x273108=Math['max'](-0x1,Math['min'](0x1,_0x3d8975[_0x539a83(0x1e1)]||-_0x3d8975[_0x539a83(0x1c1)]));_0xae9dd4[_0x539a83(0x1d9)]-=0xa*_0x273108,_0x3d8975[_0x539a83(0x1d7)]();}}customElements[a0_0x55f2af(0x1cf)](a0_0x55f2af(0x1c0),DynamicMenuLandscape);
@@ -1,4 +1,4 @@
1
- var a0_0x45c15e=a0_0x4791;(function(_0x4634c3,_0x14b30a){var _0x548120=a0_0x4791,_0xcc935a=_0x4634c3();while(!![]){try{var _0x5277fc=-parseInt(_0x548120(0xed))/0x1*(-parseInt(_0x548120(0xdd))/0x2)+-parseInt(_0x548120(0xdf))/0x3*(parseInt(_0x548120(0xeb))/0x4)+parseInt(_0x548120(0xe5))/0x5*(parseInt(_0x548120(0xe0))/0x6)+parseInt(_0x548120(0xe6))/0x7+-parseInt(_0x548120(0xe4))/0x8+parseInt(_0x548120(0xe7))/0x9+-parseInt(_0x548120(0xd4))/0xa*(parseInt(_0x548120(0xd0))/0xb);if(_0x5277fc===_0x14b30a)break;else _0xcc935a['push'](_0xcc935a['shift']());}catch(_0x235094){_0xcc935a['push'](_0xcc935a['shift']());}}}(a0_0x1b3d,0x860d0));import'@material/mwc-icon';import'./dynamic-menu-portrait';function a0_0x1b3d(){var _0x40b5be=['30CAxsPA','228914mwZhkX','5796765sPiVqC','properties','updated','landscape','22556lecKwU','dynamic-menu-part','19cXCKMV','find','active-toplevel','styles','_activeTopLevel','path','call','split','replaceChild','removeAttribute','menus','7139077oLtZQX','detail','stopPropagation','slotTemplate','10WbpRBj','renderRoot','page','active','stateChanged','has','metaUI','_path','_activeMenu','88534iSyTck','route','84OSmUIb','700968oOlcRX','resourceId','function','addEventListener','6902856HhssZg'];a0_0x1b3d=function(){return _0x40b5be;};return a0_0x1b3d();}import'./dynamic-menu-landscape';import{css,html,LitElement}from'lit';import{connect}from'pwa-helpers';import{store}from'@operato/shell';import{ScrollbarStyles}from'@operato/styles';function isActiveMenu(_0x2a6edf,_0x2b66e9){var _0x1daa0f=a0_0x4791;return _0x2a6edf[_0x1daa0f(0xf2)]?.[_0x1daa0f(0xcc)]('?')[0x0]===_0x2b66e9||_0x2a6edf[_0x1daa0f(0xd7)]&&_0x1daa0f(0xe2)==typeof _0x2a6edf[_0x1daa0f(0xd7)]&&_0x2a6edf[_0x1daa0f(0xd7)][_0x1daa0f(0xcb)](_0x2a6edf,{'path':_0x2b66e9});}export class DynamicMenuPart extends connect(store)(LitElement){static get[a0_0x45c15e(0xe8)](){return{'page':String,'resourceId':String,'menus':Array,'orientation':String,'_activeTopLevel':Object,'_activeMenu':Object,'_path':String};}static get[a0_0x45c15e(0xf0)](){return[ScrollbarStyles,css`
1
+ var a0_0x2e587b=a0_0xff67;(function(_0x4fd4e0,_0x392e68){var _0x4f5175=a0_0xff67,_0x911ac4=_0x4fd4e0();while(!![]){try{var _0x97142=parseInt(_0x4f5175(0x1bb))/0x1+parseInt(_0x4f5175(0x1cb))/0x2+-parseInt(_0x4f5175(0x1d1))/0x3*(parseInt(_0x4f5175(0x1cf))/0x4)+parseInt(_0x4f5175(0x1d4))/0x5+parseInt(_0x4f5175(0x1cd))/0x6*(-parseInt(_0x4f5175(0x1b1))/0x7)+parseInt(_0x4f5175(0x1bc))/0x8+-parseInt(_0x4f5175(0x1ba))/0x9;if(_0x97142===_0x392e68)break;else _0x911ac4['push'](_0x911ac4['shift']());}catch(_0xd32e0b){_0x911ac4['push'](_0x911ac4['shift']());}}}(a0_0x37b6,0xcbde9));import'@material/mwc-icon';import'./dynamic-menu-portrait';function a0_0xff67(_0x4493f5,_0x2d3b12){var _0x37b656=a0_0x37b6();return a0_0xff67=function(_0xff6768,_0x3fef52){_0xff6768=_0xff6768-0x1b0;var _0x538807=_0x37b656[_0xff6768];return _0x538807;},a0_0xff67(_0x4493f5,_0x2d3b12);}import'./dynamic-menu-landscape';import{css,html,LitElement}from'lit';import{connect}from'pwa-helpers';import{store}from'@operato/shell';function a0_0x37b6(){var _0xec019=['setAttribute','13019679yyHeyM','1216985kXsrHN','8751464OcMNaf','_activeTopLevel','_activeMenu','detail','page','firstUpdated','stopPropagation','find','dynamic-menu-part','active','preventDefault','function','resourceId','define','portrait','771230nHoStY','styles','1060914ktCIrk','renderRoot','4ZsMcZc','_findActivePage','1495086JayFQd','active-toplevel','has','5722115qcvGCr','removeAttribute','42pHHmcS','split','_path','slotTemplate','landscape','menus','metaUI','orientation'];a0_0x37b6=function(){return _0xec019;};return a0_0x37b6();}import{ScrollbarStyles}from'@operato/styles';function isActiveMenu(_0x241d80,_0x283605){var _0x179ec0=a0_0xff67;return _0x241d80['path']?.[_0x179ec0(0x1b2)]('?')[0x0]===_0x283605||_0x241d80['active']&&_0x179ec0(0x1c7)==typeof _0x241d80[_0x179ec0(0x1c5)]&&_0x241d80[_0x179ec0(0x1c5)]['call'](_0x241d80,{'path':_0x283605});}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_0x2e587b(0x1cc)](){return[ScrollbarStyles,css`
2
2
  :host {
3
3
  display: flex;
4
4
  overflow-y: auto;
@@ -27,18 +27,18 @@ var a0_0x45c15e=a0_0x4791;(function(_0x4634c3,_0x14b30a){var _0x548120=a0_0x4791
27
27
  dynamic-menu-landscape {
28
28
  flex: 1;
29
29
  }
30
- `];}['render'](){var _0x32a3f3=a0_0x45c15e;return html`
30
+ `];}['render'](){var _0x296171=a0_0x2e587b;return html`
31
31
  <slot name="head"></slot>
32
- ${_0x32a3f3(0xea)!==this['orientation']?html`<dynamic-menu-portrait
33
- .menus=${this[_0x32a3f3(0xcf)]}
34
- .activeTopLevel=${this['_activeTopLevel']}
35
- .activeMenu=${this[_0x32a3f3(0xdc)]}
36
- .path=${this[_0x32a3f3(0xdb)]}
32
+ ${_0x296171(0x1b5)!==this['orientation']?html`<dynamic-menu-portrait
33
+ .menus=${this[_0x296171(0x1b6)]}
34
+ .activeTopLevel=${this[_0x296171(0x1bd)]}
35
+ .activeMenu=${this[_0x296171(0x1be)]}
36
+ .path=${this['_path']}
37
37
  ></dynamic-menu-portrait>`:html`<dynamic-menu-landscape
38
- .menus=${this[_0x32a3f3(0xcf)]}
39
- .activeTopLevel=${this[_0x32a3f3(0xf1)]}
40
- .activeMenu=${this[_0x32a3f3(0xdc)]}
41
- .path=${this[_0x32a3f3(0xdb)]}
38
+ .menus=${this[_0x296171(0x1b6)]}
39
+ .activeTopLevel=${this['_activeTopLevel']}
40
+ .activeMenu=${this[_0x296171(0x1be)]}
41
+ .path=${this['_path']}
42
42
  ></dynamic-menu-landscape>`}
43
43
  <slot name="tail"></slot>
44
- `;}['firstUpdated'](){var _0xd02102=a0_0x45c15e;this[_0xd02102(0xd5)][_0xd02102(0xe3)](_0xd02102(0xef),_0x1b727e=>{var _0x28538e=_0xd02102;_0x1b727e[_0x28538e(0xd2)](),_0x1b727e['preventDefault'](),this['_activeTopLevel']=_0x1b727e[_0x28538e(0xd1)];});}[a0_0x45c15e(0xe9)](_0x6461a){var _0xbeda10=a0_0x45c15e;(_0x6461a[_0xbeda10(0xd9)]('menus')||_0x6461a['has'](_0xbeda10(0xd6))||_0x6461a['has']('resourceId'))&&this['_findActivePage'](),_0x6461a[_0xbeda10(0xd9)]('orientation')&&('portrait'==this['orientation']?this[_0xbeda10(0xce)](_0xbeda10(0xea)):this['setAttribute'](_0xbeda10(0xea),!0x0)),_0x6461a[_0xbeda10(0xd9)](_0xbeda10(0xd3))&&this[_0xbeda10(0xcd)](this[_0xbeda10(0xd3)]);}[a0_0x45c15e(0xd8)](_0x41fa7c){var _0x746dc9=a0_0x45c15e;this['page']=_0x41fa7c[_0x746dc9(0xde)][_0x746dc9(0xd6)],this[_0x746dc9(0xe1)]=_0x41fa7c['route'][_0x746dc9(0xe1)],this[_0x746dc9(0xcf)]=_0x41fa7c['metaUI'][_0x746dc9(0xcf)]||[],this['slotTemplate']=_0x41fa7c[_0x746dc9(0xda)][_0x746dc9(0xd3)];}['_findActivePage'](){var _0x3f676e=a0_0x45c15e,_0x2485fc,_0x46a89d=this['resourceId']?this['page']+'/'+this['resourceId']:this['page'],_0x4687f2=this[_0x3f676e(0xcf)]||[];this[_0x3f676e(0xf1)]=_0x4687f2[_0x3f676e(0xee)](_0x34b5df=>isActiveMenu(_0x34b5df,_0x46a89d)?(_0x2485fc=_0x34b5df,!0x0):_0x34b5df[_0x3f676e(0xcf)]?!!(_0x2485fc=_0x34b5df[_0x3f676e(0xcf)][_0x3f676e(0xee)](_0x2746dc=>isActiveMenu(_0x2746dc,_0x46a89d))):void 0x0),this[_0x3f676e(0xdb)]=_0x46a89d,this['_activeMenu']=_0x2485fc||this[_0x3f676e(0xf1)];}}function a0_0x4791(_0x525197,_0x1bc099){var _0x1b3df6=a0_0x1b3d();return a0_0x4791=function(_0x47913f,_0x2ff8f8){_0x47913f=_0x47913f-0xcb;var _0x585532=_0x1b3df6[_0x47913f];return _0x585532;},a0_0x4791(_0x525197,_0x1bc099);}customElements['define'](a0_0x45c15e(0xec),DynamicMenuPart);
44
+ `;}[a0_0x2e587b(0x1c1)](){var _0x56435b=a0_0x2e587b;this[_0x56435b(0x1ce)]['addEventListener'](_0x56435b(0x1d2),_0x36a992=>{var _0x5eb8e4=_0x56435b;_0x36a992[_0x5eb8e4(0x1c2)](),_0x36a992[_0x5eb8e4(0x1c6)](),this[_0x5eb8e4(0x1bd)]=_0x36a992[_0x5eb8e4(0x1bf)];});}['updated'](_0x22a845){var _0x1e5c2f=a0_0x2e587b;(_0x22a845['has']('menus')||_0x22a845[_0x1e5c2f(0x1d3)](_0x1e5c2f(0x1c0))||_0x22a845[_0x1e5c2f(0x1d3)](_0x1e5c2f(0x1c8)))&&this['_findActivePage'](),_0x22a845[_0x1e5c2f(0x1d3)](_0x1e5c2f(0x1b8))&&(_0x1e5c2f(0x1ca)==this[_0x1e5c2f(0x1b8)]?this[_0x1e5c2f(0x1b0)](_0x1e5c2f(0x1b5)):this[_0x1e5c2f(0x1b9)](_0x1e5c2f(0x1b5),!0x0)),_0x22a845[_0x1e5c2f(0x1d3)](_0x1e5c2f(0x1b4))&&this['replaceChild'](this['slotTemplate']);}['stateChanged'](_0x56763c){var _0x385607=a0_0x2e587b;this[_0x385607(0x1c0)]=_0x56763c['route'][_0x385607(0x1c0)],this[_0x385607(0x1c8)]=_0x56763c['route'][_0x385607(0x1c8)],this[_0x385607(0x1b6)]=_0x56763c[_0x385607(0x1b7)]['menus']||[],this['slotTemplate']=_0x56763c['metaUI'][_0x385607(0x1b4)];}[a0_0x2e587b(0x1d0)](){var _0x2b45c5=a0_0x2e587b,_0x4df416,_0xc01c82=this[_0x2b45c5(0x1c8)]?this[_0x2b45c5(0x1c0)]+'/'+this[_0x2b45c5(0x1c8)]:this[_0x2b45c5(0x1c0)],_0x5201e5=this['menus']||[];this[_0x2b45c5(0x1bd)]=_0x5201e5[_0x2b45c5(0x1c3)](_0x5c65b5=>isActiveMenu(_0x5c65b5,_0xc01c82)?(_0x4df416=_0x5c65b5,!0x0):_0x5c65b5[_0x2b45c5(0x1b6)]?!!(_0x4df416=_0x5c65b5[_0x2b45c5(0x1b6)][_0x2b45c5(0x1c3)](_0x5e8dbe=>isActiveMenu(_0x5e8dbe,_0xc01c82))):void 0x0),this[_0x2b45c5(0x1b3)]=_0xc01c82,this[_0x2b45c5(0x1be)]=_0x4df416||this['_activeTopLevel'];}}customElements[a0_0x2e587b(0x1c9)](a0_0x2e587b(0x1c4),DynamicMenuPart);
@@ -1,4 +1,4 @@
1
- (function(_0x3f0932,_0x2c34df){const _0x3e585c=a0_0x200c,_0x5cacb5=_0x3f0932();while(!![]){try{const _0x1f5b66=-parseInt(_0x3e585c(0xe9))/0x1*(-parseInt(_0x3e585c(0xf0))/0x2)+parseInt(_0x3e585c(0xef))/0x3+parseInt(_0x3e585c(0xf3))/0x4*(-parseInt(_0x3e585c(0xee))/0x5)+parseInt(_0x3e585c(0xec))/0x6*(parseInt(_0x3e585c(0xea))/0x7)+-parseInt(_0x3e585c(0xed))/0x8+parseInt(_0x3e585c(0xeb))/0x9*(-parseInt(_0x3e585c(0xe8))/0xa)+parseInt(_0x3e585c(0xf2))/0xb*(parseInt(_0x3e585c(0xf1))/0xc);if(_0x1f5b66===_0x2c34df)break;else _0x5cacb5['push'](_0x5cacb5['shift']());}catch(_0x942e6){_0x5cacb5['push'](_0x5cacb5['shift']());}}}(a0_0x4c4b,0xe9f96));import{css}from'lit';function a0_0x200c(_0x1f5796,_0x4cb7a1){const _0x4c4b92=a0_0x4c4b();return a0_0x200c=function(_0x200c9e,_0x2a101b){_0x200c9e=_0x200c9e-0xe8;let _0x5d5ab5=_0x4c4b92[_0x200c9e];return _0x5d5ab5;},a0_0x200c(_0x1f5796,_0x4cb7a1);}export const DynamicMenuPortraitStyles=css`
1
+ function a0_0x271a(_0x65d6b2,_0x307041){const _0x11509c=a0_0x1150();return a0_0x271a=function(_0x271a54,_0x80f0ba){_0x271a54=_0x271a54-0xad;let _0x3f95c3=_0x11509c[_0x271a54];return _0x3f95c3;},a0_0x271a(_0x65d6b2,_0x307041);}function a0_0x1150(){const _0x3cd3dc=['2177730izubqJ','155876DNbTry','12EVzxDM','8915958dqCOoF','33190Idbtur','2407312zCWItQ','156VxsVfp','1001xBxRtc','1452HzxPAe','395782zFOIqY'];a0_0x1150=function(){return _0x3cd3dc;};return a0_0x1150();}(function(_0xfb2e8c,_0x53d0de){const _0x4ab197=a0_0x271a,_0x56b14b=_0xfb2e8c();while(!![]){try{const _0x577150=-parseInt(_0x4ab197(0xad))/0x1+parseInt(_0x4ab197(0xaf))/0x2*(-parseInt(_0x4ab197(0xb0))/0x3)+parseInt(_0x4ab197(0xb4))/0x4*(-parseInt(_0x4ab197(0xb2))/0x5)+parseInt(_0x4ab197(0xb6))/0x6*(-parseInt(_0x4ab197(0xb5))/0x7)+parseInt(_0x4ab197(0xb3))/0x8+parseInt(_0x4ab197(0xb1))/0x9+parseInt(_0x4ab197(0xae))/0xa;if(_0x577150===_0x53d0de)break;else _0x56b14b['push'](_0x56b14b['shift']());}catch(_0x15d09f){_0x56b14b['push'](_0x56b14b['shift']());}}}(a0_0x1150,0x7c1a7));import{css}from'lit';export const DynamicMenuPortraitStyles=css`
2
2
  :host {
3
3
  display: flex;
4
4
  overflow-y: auto;
@@ -125,4 +125,4 @@
125
125
  font: bold 14px var(--theme-font);
126
126
  }
127
127
  }
128
- `;function a0_0x4c4b(){const _0x46f6fb=['790sUxMLG','382386sXxZPv','18anYtUX','12UvYtOi','40283177DPuKsk','45704ZyXDQC','80110utMeQp','6029bJfXUR','644emqNCh','1035SebhHB','31602PgIEQj','5147704yBznOg'];a0_0x4c4b=function(){return _0x46f6fb;};return a0_0x4c4b();}
128
+ `;