@things-factory/meta-ui 6.1.12 → 6.1.14

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 (84) hide show
  1. package/client/actions/main.js +4 -4
  2. package/client/component/filter/filter-form-meta-code-select.js +9 -9
  3. package/client/component/filter/filter-form-meta-object-select.js +9 -9
  4. package/client/component/filter/filter-grist-meta-code-select.js +9 -9
  5. package/client/component/filter/filter-grist-meta-object-select.js +10 -10
  6. package/client/component/grist/editor/grist-editor-meta-code-selector.js +7 -7
  7. package/client/component/grist/editor/grist-editor-meta-object-selector.js +6 -6
  8. package/client/component/grist/renderer/grist-renderer-meta-code-selector.js +1 -1
  9. package/client/component/grist/renderer/grist-renderer-meta-object-selector.js +1 -1
  10. package/client/component/selector/meta-object-selector-popup.js +11 -11
  11. package/client/mixin/meta-base-mixin.js +1 -1
  12. package/client/mixin/meta-basic-grist-mixin.js +4 -4
  13. package/client/mixin/meta-button-mixin.js +1 -1
  14. package/client/mixin/meta-form-mixin.js +1 -1
  15. package/client/mixin/meta-grist-tab-mixin.js +1 -1
  16. package/client/mixin/meta-main-tab-mixin.js +1 -1
  17. package/client/mixin/meta-master-detail-mixin.js +1 -1
  18. package/client/mixin/meta-service-mixin.js +1 -1
  19. package/client/mixin/meta-tab-detail-mixin.js +1 -1
  20. package/client/mixin/meta-tab-mixin.js +1 -1
  21. package/client/pages/activity/meta-activity-list-page.js +6 -6
  22. package/client/pages/activity/meta-activity-viewer-element.js +3 -3
  23. package/client/pages/activity/meta-activity-writer-element.js +3 -3
  24. package/client/pages/activity/meta-activiy-mixin.js +3 -3
  25. package/client/pages/entity/config-entity.js +28 -28
  26. package/client/pages/entity/main-menu-selector.js +8 -8
  27. package/client/pages/history/history-copy-list-popup.js +6 -6
  28. package/client/pages/history/history-json-list-popup.js +6 -6
  29. package/client/pages/loading-page.js +5 -5
  30. package/client/pages/menu/dynamic-menu-template.js +7 -7
  31. package/client/pages/menu/dynamic-menu.js +15 -15
  32. package/client/pages/meta-form-element.js +1 -1
  33. package/client/pages/meta-grist-element.js +1 -1
  34. package/client/pages/meta-grist-page.js +1 -1
  35. package/client/pages/meta-grist-tab-element.js +1 -1
  36. package/client/pages/meta-grist-tab-page.js +1 -1
  37. package/client/pages/meta-main-tab-element.js +1 -1
  38. package/client/pages/meta-main-tab-page.js +1 -1
  39. package/client/pages/meta-master-detail-element.js +1 -1
  40. package/client/pages/meta-master-detail-page.js +1 -1
  41. package/client/pages/meta-tab-detail-element.js +1 -1
  42. package/client/pages/meta-tab-detail-page.js +1 -1
  43. package/client/pages/meta-tab-element.js +1 -1
  44. package/client/pages/personalize/personal-column-selector.js +11 -11
  45. package/client/pages/terms/config-terminology.js +5 -5
  46. package/client/pages/work-code/work-code-detail-popup.js +1 -1
  47. package/client/pages/work-code/work-code-page.js +1 -1
  48. package/client/reducers/main.js +1 -1
  49. package/client/utils/meta-api.js +1 -1
  50. package/client/utils/meta-crypto.js +1 -1
  51. package/client/utils/meta-ui-util.js +177 -176
  52. package/client/utils/service-util.js +13 -13
  53. package/client/utils/terms-util.js +2 -2
  54. package/client/utils/ui-util.js +1 -1
  55. package/client/utils/value-util.js +1 -1
  56. package/client/viewparts/dynamic-menu-landscape-styles.js +1 -1
  57. package/client/viewparts/dynamic-menu-landscape.js +10 -10
  58. package/client/viewparts/dynamic-menu-part.js +12 -12
  59. package/client/viewparts/dynamic-menu-portrait-styles.js +2 -2
  60. package/client/viewparts/dynamic-menu-portrait.js +9 -9
  61. package/client/viewparts/dynamic-top-menu-bar.js +7 -7
  62. package/package.json +2 -2
  63. package/server/activity/CommonActivity.js +2 -2
  64. package/server/constants/error-code.js +1 -1
  65. package/server/errors/license-error.js +1 -1
  66. package/server/routes.js +1 -1
  67. package/server/service/entity-event-subscriber/entity-event-subscriber.js +1 -1
  68. package/server/service/grid-personalize/grid-personalize-mutation.js +1 -1
  69. package/server/service/grid-personalize/grid-personalize-query.js +1 -1
  70. package/server/service/grid-personalize/grid-personalize-type.js +1 -1
  71. package/server/service/grid-personalize/grid-personalize.js +1 -1
  72. package/server/service/meta-activity/meta-activity-mutation.js +1 -1
  73. package/server/service/meta-activity/meta-activity-query.js +1 -1
  74. package/server/service/meta-activity/meta-activity-type.js +1 -1
  75. package/server/service/meta-secret/meta-resolver.js +1 -1
  76. package/server/service/set-translations/set-translation-resolver.js +1 -1
  77. package/server/service/work-code/work-code-mutation.js +1 -1
  78. package/server/service/work-code/work-code-query.js +1 -1
  79. package/server/service/work-code/work-code-type.js +1 -1
  80. package/server/service/work-code/work-code.js +1 -1
  81. package/server/service/work-code-detail/work-code-detail-mutation.js +1 -1
  82. package/server/service/work-code-detail/work-code-detail-query.js +1 -1
  83. package/server/service/work-code-detail/work-code-detail-type.js +1 -1
  84. package/server/service/work-code-detail/work-code-detail.js +1 -1
@@ -1,4 +1,4 @@
1
- function a0_0x1b16(_0x22e446,_0x244834){const _0x4ee6fe=a0_0x4ee6();return a0_0x1b16=function(_0x1b16bf,_0x1384c4){_0x1b16bf=_0x1b16bf-0xd9;let _0x43a8be=_0x4ee6fe[_0x1b16bf];return _0x43a8be;},a0_0x1b16(_0x22e446,_0x244834);}const a0_0x1dad92=a0_0x1b16;(function(_0x46f41e,_0x5c6373){const _0x17999e=a0_0x1b16,_0x16afce=_0x46f41e();while(!![]){try{const _0x187487=parseInt(_0x17999e(0xfd))/0x1*(parseInt(_0x17999e(0xdb))/0x2)+-parseInt(_0x17999e(0xfe))/0x3*(-parseInt(_0x17999e(0xf2))/0x4)+parseInt(_0x17999e(0xe9))/0x5+-parseInt(_0x17999e(0xed))/0x6+-parseInt(_0x17999e(0xf1))/0x7+-parseInt(_0x17999e(0xe1))/0x8+parseInt(_0x17999e(0xe6))/0x9*(parseInt(_0x17999e(0xdf))/0xa);if(_0x187487===_0x5c6373)break;else _0x16afce['push'](_0x16afce['shift']());}catch(_0x5c8182){_0x16afce['push'](_0x16afce['shift']());}}}(a0_0x4ee6,0x20c0e));import{css,html,LitElement}from'lit-element';import{i18next,localize}from'@things-factory/i18n-base';import{ScrollbarStyles,CommonGristStyles}from'@operato/styles';function a0_0x4ee6(){const _0x3f176b=['4XFgFAw','bind','#ox-grist','GRID','getSelectColumns','gridConfig','fetchHandler','connectedCallback','history-copy-list-popup','properties','center','7vmlZBS','93651RyYhlL','shadowRoot','dirty','open_param','columns','define','21194doUkCR','getGristColumnConfig2','editable','sorters','62300MDXLwR','type','1125040alFvIj','record','searchByPagination','render','Histories','540DufxMn','integer','filter','690625RNDvgE','dataRevisionNo','rows','data_revision_no','873456CTYVTJ','gqlFunc','data_revision_action','dataRevisionAction','1378699sXzpYI'];a0_0x4ee6=function(){return _0x3f176b;};return a0_0x4ee6();}import{TermsUtil}from'./../../utils/terms-util';import{UiUtil}from'../../utils/ui-util';import{MetaApi}from'../../utils/meta-api';export class HistoryCopyListPopup extends localize(i18next)(LitElement){static get['styles'](){return[ScrollbarStyles,CommonGristStyles,css`
1
+ const a0_0x304523=a0_0x1f50;(function(_0x300cc4,_0x439fbb){const _0x2f7fb7=a0_0x1f50,_0xb57e65=_0x300cc4();while(!![]){try{const _0x5bdc14=parseInt(_0x2f7fb7(0x129))/0x1+-parseInt(_0x2f7fb7(0x11a))/0x2+parseInt(_0x2f7fb7(0x13b))/0x3+-parseInt(_0x2f7fb7(0x12b))/0x4*(parseInt(_0x2f7fb7(0x127))/0x5)+parseInt(_0x2f7fb7(0x11f))/0x6+-parseInt(_0x2f7fb7(0x12a))/0x7*(-parseInt(_0x2f7fb7(0x124))/0x8)+parseInt(_0x2f7fb7(0x125))/0x9;if(_0x5bdc14===_0x439fbb)break;else _0xb57e65['push'](_0xb57e65['shift']());}catch(_0x4ac76f){_0xb57e65['push'](_0xb57e65['shift']());}}}(a0_0x4f36,0x6c1d1));import{css,html,LitElement}from'lit-element';import{i18next,localize}from'@things-factory/i18n-base';import{ScrollbarStyles,CommonGristStyles}from'@operato/styles';function a0_0x4f36(){const _0x8686d8=['querySelector','string','dataRevisionAction','record','center','gridConfig','connectedCallback','integer','dirty','columns','1379505fyDUma','filter','grist','list','define','shadowRoot','gutter','972224fpVIvI','dataRevisionNo','render','data_revision_no','sortable','1094256zomHhG','rows','history-copy-list-popup','data_revision_action','GRID','35312rBhWRf','4236624fArKUj','sorters','5CfEEFs','gqlFunc','362279iQgpFf','126ihkVVC','2502932rhTaAt','styles','type','parent_id','properties','fetchHandler'];a0_0x4f36=function(){return _0x8686d8;};return a0_0x4f36();}import{TermsUtil}from'./../../utils/terms-util';import{UiUtil}from'../../utils/ui-util';import{MetaApi}from'../../utils/meta-api';function a0_0x1f50(_0x2d3024,_0xdd4c9d){const _0x4f3648=a0_0x4f36();return a0_0x1f50=function(_0x1f5009,_0xac0193){_0x1f5009=_0x1f5009-0x115;let _0x123edd=_0x4f3648[_0x1f5009];return _0x123edd;},a0_0x1f50(_0x2d3024,_0xdd4c9d);}export class HistoryCopyListPopup extends localize(i18next)(LitElement){static get[a0_0x304523(0x12c)](){return[ScrollbarStyles,CommonGristStyles,css`
2
2
  :host {
3
3
  display: flex;
4
4
  flex-direction: column;
@@ -8,11 +8,11 @@ function a0_0x1b16(_0x22e446,_0x244834){const _0x4ee6fe=a0_0x4ee6();return a0_0x
8
8
  overflow-y: auto;
9
9
  flex: 1;
10
10
  }
11
- `];}static get[a0_0x1dad92(0xfb)](){return{'parent_id':String};}async[a0_0x1dad92(0xf9)](){const _0x299e0d=a0_0x1dad92;let _0x49b031=this[_0x299e0d(0x101)]['gristConfig'];this[_0x299e0d(0xee)]=this[_0x299e0d(0x101)]['gqlFunc'],delete _0x49b031['list'],delete _0x49b031[_0x299e0d(0xeb)],_0x49b031[_0x299e0d(0xeb)]={'appendable':!0x1,'selectable':!0x1},_0x49b031[_0x299e0d(0xde)]=[{'name':_0x299e0d(0xea),'desc':!0x0}];let _0x3221e6=_0x49b031[_0x299e0d(0xd9)][_0x299e0d(0xe8)](_0x334707=>'gutter'!=_0x334707[_0x299e0d(0xe0)]);_0x3221e6['forEach'](_0x3006f1=>{const _0x5d3299=_0x299e0d;_0x3006f1['filter']&&delete _0x3006f1['filter'],_0x3006f1[_0x5d3299(0xe2)]||(_0x3006f1[_0x5d3299(0xe2)]={}),_0x3006f1['sortable']=!0x1,_0x3006f1[_0x5d3299(0xe2)][_0x5d3299(0xdd)]=!0x1;}),_0x49b031[_0x299e0d(0xd9)]=[{'type':'gutter','gutterName':_0x299e0d(0x100)},MetaApi[_0x299e0d(0xdc)](_0x299e0d(0xe7),'dataRevisionNo',_0x299e0d(0xec),_0x299e0d(0xfc),!0x1,!0x0,0x5a),MetaApi[_0x299e0d(0xdc)]('string',_0x299e0d(0xf0),_0x299e0d(0xef),_0x299e0d(0xfc),!0x1,!0x1,0x5a),..._0x3221e6],this[_0x299e0d(0xf7)]=_0x49b031,super[_0x299e0d(0xf9)]&&await super[_0x299e0d(0xf9)]();}[a0_0x1dad92(0xe4)](){const _0x4106e5=a0_0x1dad92;return html`
11
+ `];}static get[a0_0x304523(0x12f)](){return{'parent_id':String};}async[a0_0x304523(0x137)](){const _0x5dd5c2=a0_0x304523;let _0x481de0=this['open_param']['gristConfig'];this[_0x5dd5c2(0x128)]=this['open_param']['gqlFunc'],delete _0x481de0[_0x5dd5c2(0x116)],delete _0x481de0[_0x5dd5c2(0x120)],_0x481de0['rows']={'appendable':!0x1,'selectable':!0x1},_0x481de0[_0x5dd5c2(0x126)]=[{'name':_0x5dd5c2(0x11b),'desc':!0x0}];let _0x2d5013=_0x481de0[_0x5dd5c2(0x13a)]['filter'](_0x35bd6f=>'gutter'!=_0x35bd6f[_0x5dd5c2(0x12d)]);_0x2d5013['forEach'](_0x47a350=>{const _0x5bb6ce=_0x5dd5c2;_0x47a350[_0x5bb6ce(0x13c)]&&delete _0x47a350[_0x5bb6ce(0x13c)],_0x47a350[_0x5bb6ce(0x134)]||(_0x47a350[_0x5bb6ce(0x134)]={}),_0x47a350[_0x5bb6ce(0x11e)]=!0x1,_0x47a350['record']['editable']=!0x1;}),_0x481de0['columns']=[{'type':_0x5dd5c2(0x119),'gutterName':_0x5dd5c2(0x139)},MetaApi['getGristColumnConfig2'](_0x5dd5c2(0x138),_0x5dd5c2(0x11b),_0x5dd5c2(0x11d),_0x5dd5c2(0x135),!0x1,!0x0,0x5a),MetaApi['getGristColumnConfig2'](_0x5dd5c2(0x132),_0x5dd5c2(0x133),_0x5dd5c2(0x122),_0x5dd5c2(0x135),!0x1,!0x1,0x5a),..._0x2d5013],this[_0x5dd5c2(0x136)]=_0x481de0,super[_0x5dd5c2(0x137)]&&await super[_0x5dd5c2(0x137)]();}[a0_0x304523(0x11c)](){const _0x5c5075=a0_0x304523;return html`
12
12
  <ox-grist
13
13
  id="ox-grist"
14
- .config=${this[_0x4106e5(0xf7)]}
15
- .mode=${_0x4106e5(0xf5)} auto-fetch
16
- .fetchHandler=${this[_0x4106e5(0xf8)][_0x4106e5(0xf3)](this)}>
14
+ .config=${this['gridConfig']}
15
+ .mode=${_0x5c5075(0x123)} auto-fetch
16
+ .fetchHandler=${this[_0x5c5075(0x130)]['bind'](this)}>
17
17
  </ox-grist>
18
- `;}get['grist'](){const _0xe37152=a0_0x1dad92;return this[_0xe37152(0xff)]['querySelector'](_0xe37152(0xf4));}async['fetchHandler']({page:_0x382c2c=0x0,limit:_0x1e8205=0x0,sortings:_0x392907=[],filters:_0x282502=[]}){const _0x2b69a7=a0_0x1dad92;let _0x426e9a=[{'name':'originalId','operator':'eq','value':this['parent_id']},..._0x282502],_0x3eb95a=MetaApi[_0x2b69a7(0xf6)](this[_0x2b69a7(0xf7)][_0x2b69a7(0xd9)]);return await MetaApi[_0x2b69a7(0xe3)](this[_0x2b69a7(0xee)]+_0x2b69a7(0xe5),_0x426e9a,_0x392907,_0x382c2c,_0x1e8205,_0x3eb95a);}}customElements[a0_0x1dad92(0xda)](a0_0x1dad92(0xfa),HistoryCopyListPopup);
18
+ `;}get[a0_0x304523(0x115)](){const _0x5a3d28=a0_0x304523;return this[_0x5a3d28(0x118)][_0x5a3d28(0x131)]('#ox-grist');}async[a0_0x304523(0x130)]({page:_0x610354=0x0,limit:_0x2a1e9d=0x0,sortings:_0x2e4469=[],filters:_0x3fd14c=[]}){const _0x46b347=a0_0x304523;let _0x13affb=[{'name':'originalId','operator':'eq','value':this[_0x46b347(0x12e)]},..._0x3fd14c],_0x23d8d3=MetaApi['getSelectColumns'](this[_0x46b347(0x136)][_0x46b347(0x13a)]);return await MetaApi['searchByPagination'](this[_0x46b347(0x128)]+'Histories',_0x13affb,_0x2e4469,_0x610354,_0x2a1e9d,_0x23d8d3);}}customElements[a0_0x304523(0x117)](a0_0x304523(0x121),HistoryCopyListPopup);
@@ -1,4 +1,4 @@
1
- function a0_0x38d2(){const _0x38dba0=['list','forEach','records','4oKsbrZ','1600738MtGmub','\x0a\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20originalId\x0a\x20\x20\x20\x20\x20\x20dataRevisionNo\x0a\x20\x20\x20\x20\x20\x20dataRevisionAction\x0a\x20\x20\x20\x20\x20\x20historyJson\x0a\x20\x20\x20\x20','define','historyJson','6738144upfAeG','querySelector','gqlFunc','dataRevisionAction','shadowRoot','connectedCallback','type','filter','sortable','fetchHandler','data_revision_action','7776797ZGvBLw','searchByPagination','editable','2341460mCajJa','columns','getGristColumnConfig2','12513648qzPGvk','integer','center','dataRevisionNo','sorters','string','map','parse','gridConfig','data_revision_no','open_param','158419GBelle','GRID','4465701XiHrdk','record','gristConfig','dirty','grist','Histories','rows'];a0_0x38d2=function(){return _0x38dba0;};return a0_0x38d2();}const a0_0x5db1a8=a0_0x3e82;(function(_0x5eb027,_0x3cf28d){const _0x59d01a=a0_0x3e82,_0x3d5062=_0x5eb027();while(!![]){try{const _0x3e6acf=-parseInt(_0x59d01a(0x106))/0x1+-parseInt(_0x59d01a(0x113))/0x2+parseInt(_0x59d01a(0x108))/0x3*(-parseInt(_0x59d01a(0x112))/0x4)+-parseInt(_0x59d01a(0x125))/0x5+parseInt(_0x59d01a(0x117))/0x6+parseInt(_0x59d01a(0x122))/0x7+parseInt(_0x59d01a(0x128))/0x8;if(_0x3e6acf===_0x3cf28d)break;else _0x3d5062['push'](_0x3d5062['shift']());}catch(_0x19eba3){_0x3d5062['push'](_0x3d5062['shift']());}}}(a0_0x38d2,0xd777a));import{css,html,LitElement}from'lit-element';import{i18next,localize}from'@things-factory/i18n-base';import{ScrollbarStyles,CommonGristStyles}from'@operato/styles';import{TermsUtil}from'./../../utils/terms-util';function a0_0x3e82(_0x193c6b,_0x44026c){const _0x38d24b=a0_0x38d2();return a0_0x3e82=function(_0x3e821a,_0x55b28d){_0x3e821a=_0x3e821a-0x106;let _0x4ea250=_0x38d24b[_0x3e821a];return _0x4ea250;},a0_0x3e82(_0x193c6b,_0x44026c);}import{UiUtil}from'../../utils/ui-util';import{MetaApi}from'../../utils/meta-api';export class HistoryJsonListPopup extends localize(i18next)(LitElement){static get['styles'](){return[ScrollbarStyles,CommonGristStyles,css`
1
+ const a0_0x32affa=a0_0x3170;(function(_0x3e429f,_0x1d1b91){const _0x35c0bb=a0_0x3170,_0x57f556=_0x3e429f();while(!![]){try{const _0x3f682f=-parseInt(_0x35c0bb(0xc8))/0x1+-parseInt(_0x35c0bb(0xe3))/0x2*(-parseInt(_0x35c0bb(0xe6))/0x3)+parseInt(_0x35c0bb(0xe9))/0x4*(-parseInt(_0x35c0bb(0xe4))/0x5)+parseInt(_0x35c0bb(0xd0))/0x6*(parseInt(_0x35c0bb(0xe8))/0x7)+parseInt(_0x35c0bb(0xdb))/0x8*(-parseInt(_0x35c0bb(0xcd))/0x9)+parseInt(_0x35c0bb(0xc9))/0xa+-parseInt(_0x35c0bb(0xca))/0xb*(parseInt(_0x35c0bb(0xdc))/0xc);if(_0x3f682f===_0x1d1b91)break;else _0x57f556['push'](_0x57f556['shift']());}catch(_0x44c0d3){_0x57f556['push'](_0x57f556['shift']());}}}(a0_0x34e4,0x274a4));function a0_0x34e4(){const _0x3fb3d8=['columns','27714oWcJST','list','history-json-list-popup','styles','center','data_revision_action','string','querySelector','rows','records','#ox-grist','40LjqEbe','24mIaXOf','GRID','render','connectedCallback','historyJson','editable','data_revision_no','232NFXdYB','5FuYTZQ','define','8028yGqsFc','dataRevisionNo','462VGpSIk','390344wVvqgp','grist','parse','sorters','gqlFunc','bind','record','shadowRoot','dataRevisionAction','sortable','filter','\x0a\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20originalId\x0a\x20\x20\x20\x20\x20\x20dataRevisionNo\x0a\x20\x20\x20\x20\x20\x20dataRevisionAction\x0a\x20\x20\x20\x20\x20\x20historyJson\x0a\x20\x20\x20\x20','forEach','parent_id','gutter','38495tkLEOy','1466060EbLtcg','1024529GiqQkt','gridConfig','getGristColumnConfig2','501453lRnBhn','open_param'];a0_0x34e4=function(){return _0x3fb3d8;};return a0_0x34e4();}function a0_0x3170(_0x56fec3,_0x24a333){const _0x34e454=a0_0x34e4();return a0_0x3170=function(_0x3170e6,_0x3ab3d3){_0x3170e6=_0x3170e6-0xba;let _0xecfbcf=_0x34e454[_0x3170e6];return _0xecfbcf;},a0_0x3170(_0x56fec3,_0x24a333);}import{css,html,LitElement}from'lit-element';import{i18next,localize}from'@things-factory/i18n-base';import{ScrollbarStyles,CommonGristStyles}from'@operato/styles';import{TermsUtil}from'./../../utils/terms-util';import{UiUtil}from'../../utils/ui-util';import{MetaApi}from'../../utils/meta-api';export class HistoryJsonListPopup extends localize(i18next)(LitElement){static get[a0_0x32affa(0xd3)](){return[ScrollbarStyles,CommonGristStyles,css`
2
2
  :host {
3
3
  display: flex;
4
4
  flex-direction: column;
@@ -8,11 +8,11 @@ function a0_0x38d2(){const _0x38dba0=['list','forEach','records','4oKsbrZ','1600
8
8
  overflow-y: auto;
9
9
  flex: 1;
10
10
  }
11
- `];}static get['properties'](){return{'parent_id':String};}async[a0_0x5db1a8(0x11c)](){const _0x209ec5=a0_0x5db1a8;let _0x51da0c=this[_0x209ec5(0x132)][_0x209ec5(0x10a)];this['gqlFunc']=this[_0x209ec5(0x132)][_0x209ec5(0x119)],delete _0x51da0c[_0x209ec5(0x10f)],delete _0x51da0c[_0x209ec5(0x10e)],_0x51da0c[_0x209ec5(0x10e)]={'appendable':!0x1,'selectable':!0x1},_0x51da0c[_0x209ec5(0x12c)]=[{'name':_0x209ec5(0x12b),'desc':!0x0}];let _0x35cff7=_0x51da0c[_0x209ec5(0x126)]['filter'](_0x1d4021=>'gutter'!=_0x1d4021[_0x209ec5(0x11d)]);_0x35cff7[_0x209ec5(0x110)](_0x1cfd95=>{const _0x8740e=_0x209ec5;_0x1cfd95[_0x8740e(0x11e)]&&delete _0x1cfd95[_0x8740e(0x11e)],_0x1cfd95['record']||(_0x1cfd95[_0x8740e(0x109)]={}),_0x1cfd95[_0x8740e(0x11f)]=!0x1,_0x1cfd95[_0x8740e(0x109)][_0x8740e(0x124)]=!0x1;}),_0x51da0c['columns']=[{'type':'gutter','gutterName':_0x209ec5(0x10b)},MetaApi[_0x209ec5(0x127)](_0x209ec5(0x129),'dataRevisionNo',_0x209ec5(0x131),_0x209ec5(0x12a),!0x1,!0x0,0x5a),MetaApi[_0x209ec5(0x127)](_0x209ec5(0x12d),_0x209ec5(0x11a),_0x209ec5(0x121),_0x209ec5(0x12a),!0x1,!0x1,0x5a),..._0x35cff7],this[_0x209ec5(0x130)]=_0x51da0c,super[_0x209ec5(0x11c)]&&await super[_0x209ec5(0x11c)]();}['render'](){const _0x26ea53=a0_0x5db1a8;return html`
11
+ `];}static get['properties'](){return{'parent_id':String};}async[a0_0x32affa(0xdf)](){const _0x435859=a0_0x32affa;let _0x23b0dd=this[_0x435859(0xce)]['gristConfig'];this[_0x435859(0xbd)]=this[_0x435859(0xce)][_0x435859(0xbd)],delete _0x23b0dd[_0x435859(0xd1)],delete _0x23b0dd['rows'],_0x23b0dd[_0x435859(0xd8)]={'appendable':!0x1,'selectable':!0x1},_0x23b0dd[_0x435859(0xbc)]=[{'name':_0x435859(0xe7),'desc':!0x0}];let _0x1eca45=_0x23b0dd[_0x435859(0xcf)][_0x435859(0xc3)](_0x4d0779=>_0x435859(0xc7)!=_0x4d0779['type']);_0x1eca45[_0x435859(0xc5)](_0x1aecf7=>{const _0x57b521=_0x435859;_0x1aecf7[_0x57b521(0xc3)]&&delete _0x1aecf7[_0x57b521(0xc3)],_0x1aecf7[_0x57b521(0xbf)]||(_0x1aecf7[_0x57b521(0xbf)]={}),_0x1aecf7[_0x57b521(0xc2)]=!0x1,_0x1aecf7[_0x57b521(0xbf)][_0x57b521(0xe1)]=!0x1;}),_0x23b0dd['columns']=[{'type':_0x435859(0xc7),'gutterName':'dirty'},MetaApi[_0x435859(0xcc)]('integer',_0x435859(0xe7),_0x435859(0xe2),_0x435859(0xd4),!0x1,!0x0,0x5a),MetaApi[_0x435859(0xcc)](_0x435859(0xd6),_0x435859(0xc1),_0x435859(0xd5),_0x435859(0xd4),!0x1,!0x1,0x5a),..._0x1eca45],this[_0x435859(0xcb)]=_0x23b0dd,super['connectedCallback']&&await super[_0x435859(0xdf)]();}[a0_0x32affa(0xde)](){const _0x4f46e8=a0_0x32affa;return html`
12
12
  <ox-grist
13
13
  id="ox-grist"
14
- .config=${this[_0x26ea53(0x130)]}
15
- .mode=${_0x26ea53(0x107)} auto-fetch
16
- .fetchHandler=${this[_0x26ea53(0x120)]['bind'](this)}>
14
+ .config=${this[_0x4f46e8(0xcb)]}
15
+ .mode=${_0x4f46e8(0xdd)} auto-fetch
16
+ .fetchHandler=${this['fetchHandler'][_0x4f46e8(0xbe)](this)}>
17
17
  </ox-grist>
18
- `;}get[a0_0x5db1a8(0x10c)](){const _0xcc817d=a0_0x5db1a8;return this[_0xcc817d(0x11b)][_0xcc817d(0x118)]('#ox-grist');}async[a0_0x5db1a8(0x120)]({page:_0x20b76e=0x0,limit:_0x576b24=0x0,sortings:_0x5e3b81=[],filters:_0x12c39a=[]}){const _0x3afd4f=a0_0x5db1a8;let _0x5bf2ae=[{'name':'originalId','operator':'eq','value':this['parent_id']},..._0x12c39a],_0xaddc39=await MetaApi[_0x3afd4f(0x123)](this[_0x3afd4f(0x119)]+_0x3afd4f(0x10d),_0x5bf2ae,_0x5e3b81,_0x20b76e,_0x576b24,_0x3afd4f(0x114));return _0xaddc39[_0x3afd4f(0x111)]=_0xaddc39[_0x3afd4f(0x111)][_0x3afd4f(0x12e)](_0x4b057c=>({...JSON[_0x3afd4f(0x12f)](_0x4b057c[_0x3afd4f(0x116)]),..._0x4b057c})),_0xaddc39;}}customElements[a0_0x5db1a8(0x115)]('history-json-list-popup',HistoryJsonListPopup);
18
+ `;}get[a0_0x32affa(0xba)](){const _0x270576=a0_0x32affa;return this[_0x270576(0xc0)][_0x270576(0xd7)](_0x270576(0xda));}async['fetchHandler']({page:_0xf4765=0x0,limit:_0xf41910=0x0,sortings:_0x3160c4=[],filters:_0x33d17e=[]}){const _0x25dbfa=a0_0x32affa;let _0x4b977e=[{'name':'originalId','operator':'eq','value':this[_0x25dbfa(0xc6)]},..._0x33d17e],_0x3f90f8=await MetaApi['searchByPagination'](this[_0x25dbfa(0xbd)]+'Histories',_0x4b977e,_0x3160c4,_0xf4765,_0xf41910,_0x25dbfa(0xc4));return _0x3f90f8[_0x25dbfa(0xd9)]=_0x3f90f8[_0x25dbfa(0xd9)]['map'](_0x30ab63=>({...JSON[_0x25dbfa(0xbb)](_0x30ab63[_0x25dbfa(0xe0)]),..._0x30ab63})),_0x3f90f8;}}customElements[a0_0x32affa(0xe5)](a0_0x32affa(0xd2),HistoryJsonListPopup);
@@ -1,4 +1,4 @@
1
- var a0_0x210784=a0_0x3e7f;function a0_0x1879(){var _0x437db3=['render','Loading\x20...','1352806zQDhvV','context','31031rAEwBi','7188XuhQOF','4yrkzGX','1835IubAHi','define','styles','16QYIdqI','3984UmjHCA','loading\x20page','3950784Gbcegm','4ilczXG','customElements','510174vqNmsn','loading-page','552117whTazA','please\x20wait','4143780JDeclG'];a0_0x1879=function(){return _0x437db3;};return a0_0x1879();}(function(_0x5f53ae,_0x47cfbe){var _0x52628b=a0_0x3e7f,_0x1983b5=_0x5f53ae();while(!![]){try{var _0x2863fb=-parseInt(_0x52628b(0xe5))/0x1*(-parseInt(_0x52628b(0xe7))/0x2)+-parseInt(_0x52628b(0xe9))/0x3*(-parseInt(_0x52628b(0xdd))/0x4)+parseInt(_0x52628b(0xde))/0x5*(-parseInt(_0x52628b(0xe2))/0x6)+parseInt(_0x52628b(0xd9))/0x7*(parseInt(_0x52628b(0xe1))/0x8)+parseInt(_0x52628b(0xe4))/0x9+parseInt(_0x52628b(0xeb))/0xa+parseInt(_0x52628b(0xdb))/0xb*(-parseInt(_0x52628b(0xdc))/0xc);if(_0x2863fb===_0x47cfbe)break;else _0x1983b5['push'](_0x1983b5['shift']());}catch(_0x5554ed){_0x1983b5['push'](_0x1983b5['shift']());}}}(a0_0x1879,0x7cb46));function a0_0x3e7f(_0x3a7344,_0x3ad494){var _0x1879e6=a0_0x1879();return a0_0x3e7f=function(_0x3e7fcb,_0x4a4e95){_0x3e7fcb=_0x3e7fcb-0xd9;var _0x17cfe4=_0x1879e6[_0x3e7fcb];return _0x17cfe4;},a0_0x3e7f(_0x3a7344,_0x3ad494);}import{css,html}from'lit-element';import{i18next,localize}from'@things-factory/i18n-base';import{PageView}from'@things-factory/shell';import{TermsUtil}from'../utils/terms-util';class LoadingPage extends localize(i18next)(PageView){static get[a0_0x210784(0xe0)](){return[css`
1
+ var a0_0x101f10=a0_0x26b6;(function(_0x501ca5,_0x74e06a){var _0x38c07f=a0_0x26b6,_0x5be0ad=_0x501ca5();while(!![]){try{var _0x3bfadb=-parseInt(_0x38c07f(0x1ae))/0x1+-parseInt(_0x38c07f(0x1a0))/0x2+parseInt(_0x38c07f(0x1a4))/0x3*(parseInt(_0x38c07f(0x1af))/0x4)+parseInt(_0x38c07f(0x1a7))/0x5+-parseInt(_0x38c07f(0x1ac))/0x6*(-parseInt(_0x38c07f(0x1a1))/0x7)+parseInt(_0x38c07f(0x19f))/0x8+-parseInt(_0x38c07f(0x1a3))/0x9*(parseInt(_0x38c07f(0x1a6))/0xa);if(_0x3bfadb===_0x74e06a)break;else _0x5be0ad['push'](_0x5be0ad['shift']());}catch(_0x930982){_0x5be0ad['push'](_0x5be0ad['shift']());}}}(a0_0x19e6,0x38eb1));function a0_0x26b6(_0x167dc7,_0x1086b0){var _0x19e6de=a0_0x19e6();return a0_0x26b6=function(_0x26b6d3,_0x33a547){_0x26b6d3=_0x26b6d3-0x19f;var _0x5d1d98=_0x19e6de[_0x26b6d3];return _0x5d1d98;},a0_0x26b6(_0x167dc7,_0x1086b0);}import{css,html}from'lit-element';import{i18next,localize}from'@things-factory/i18n-base';import{PageView}from'@things-factory/shell';function a0_0x19e6(){var _0x1bc5e8=['1430895TuMqBF','styles','render','please\x20wait','loading-page','925446CgLiNq','context','460462oqJblJ','91964SvnlOt','1889416JSXPZb','589532yNnGmo','21kdWXDl','tText','49923CKPOGK','33iWXipT','Loading\x20...','450JoKDfR'];a0_0x19e6=function(){return _0x1bc5e8;};return a0_0x19e6();}import{TermsUtil}from'../utils/terms-util';class LoadingPage extends localize(i18next)(PageView){static get[a0_0x101f10(0x1a8)](){return[css`
2
2
  :host {
3
3
  display: block;
4
4
  background-color: var(--main-section-background-color);
@@ -41,11 +41,11 @@ var a0_0x210784=a0_0x3e7f;function a0_0x1879(){var _0x437db3=['render','Loading\
41
41
  display: none;
42
42
  }
43
43
  }
44
- `];}get[a0_0x210784(0xda)](){var _0x13a8e1=a0_0x210784;return{'title':_0x13a8e1(0xed),'actions':[]};}[a0_0x210784(0xec)](){var _0x428c03=a0_0x210784;return html`
45
- <h2>${TermsUtil['tText'](_0x428c03(0xe3))}</h2>
44
+ `];}get[a0_0x101f10(0x1ad)](){var _0x119249=a0_0x101f10;return{'title':_0x119249(0x1a5),'actions':[]};}[a0_0x101f10(0x1a9)](){var _0x4f1565=a0_0x101f10;return html`
45
+ <h2>${TermsUtil[_0x4f1565(0x1a2)]('loading\x20page')}</h2>
46
46
  <p page-description>
47
- ${TermsUtil['tText'](_0x428c03(0xea))}
47
+ ${TermsUtil[_0x4f1565(0x1a2)](_0x4f1565(0x1aa))}
48
48
  </p>
49
49
 
50
50
  <img src="/assets/images/loading-page.png" />
51
- `;}}window[a0_0x210784(0xe6)][a0_0x210784(0xdf)](a0_0x210784(0xe8),LoadingPage);
51
+ `;}}window['customElements']['define'](a0_0x101f10(0x1ab),LoadingPage);
@@ -1,4 +1,4 @@
1
- const a0_0x133db1=a0_0x32d2;function a0_0x32d2(_0x2c7375,_0x3e7f05){const _0x5ea98a=a0_0x5ea9();return a0_0x32d2=function(_0x32d20a,_0x673367){_0x32d20a=_0x32d20a-0x65;let _0x1fb235=_0x5ea98a[_0x32d20a];return _0x1fb235;},a0_0x32d2(_0x2c7375,_0x3e7f05);}(function(_0x42a5f9,_0x10c324){const _0x28751e=a0_0x32d2,_0x485e7f=_0x42a5f9();while(!![]){try{const _0x1acaa3=parseInt(_0x28751e(0x7f))/0x1+parseInt(_0x28751e(0x8a))/0x2+-parseInt(_0x28751e(0x72))/0x3+-parseInt(_0x28751e(0x7d))/0x4*(-parseInt(_0x28751e(0x67))/0x5)+parseInt(_0x28751e(0x71))/0x6+-parseInt(_0x28751e(0x84))/0x7+parseInt(_0x28751e(0x8f))/0x8*(parseInt(_0x28751e(0x79))/0x9);if(_0x1acaa3===_0x10c324)break;else _0x485e7f['push'](_0x485e7f['shift']());}catch(_0x46761d){_0x485e7f['push'](_0x485e7f['shift']());}}}(a0_0x5ea9,0xdb024));import a0_0x2d31f5 from'graphql-tag';import{store}from'@operato/shell';import{client}from'@operato/graphql';import{css,html,LitElement}from'lit-element';import{i18next,localize}from'@operato/i18n';import{ScrollbarStyles}from'@operato/styles';import'@operato/input/ox-input-code.js';import{TermsUtil}from'./../../utils/terms-util';import{MetaApi}from'../../utils/meta-api';class DynamicMenuTemplate extends localize(i18next)(LitElement){static get[a0_0x133db1(0x85)](){return{'title':String,'recordId':String};}static get[a0_0x133db1(0x6e)](){return[ScrollbarStyles,css`
1
+ function a0_0x5ffc(_0x3e1c06,_0x4c8a8e){const _0x15d180=a0_0x15d1();return a0_0x5ffc=function(_0x5ffc7c,_0x2fd9c8){_0x5ffc7c=_0x5ffc7c-0x12b;let _0x2e43ba=_0x15d180[_0x5ffc7c];return _0x2e43ba;},a0_0x5ffc(_0x3e1c06,_0x4c8a8e);}const a0_0x1c16bd=a0_0x5ffc;(function(_0x516912,_0x54880b){const _0x47f370=a0_0x5ffc,_0x40fd4e=_0x516912();while(!![]){try{const _0xfc50e4=parseInt(_0x47f370(0x138))/0x1+-parseInt(_0x47f370(0x130))/0x2*(parseInt(_0x47f370(0x12d))/0x3)+parseInt(_0x47f370(0x136))/0x4*(-parseInt(_0x47f370(0x149))/0x5)+-parseInt(_0x47f370(0x147))/0x6+parseInt(_0x47f370(0x14c))/0x7+parseInt(_0x47f370(0x155))/0x8*(parseInt(_0x47f370(0x143))/0x9)+parseInt(_0x47f370(0x12b))/0xa;if(_0xfc50e4===_0x54880b)break;else _0x40fd4e['push'](_0x40fd4e['shift']());}catch(_0x83d555){_0x40fd4e['push'](_0x40fd4e['shift']());}}}(a0_0x15d1,0x715c0));import a0_0x3c02f6 from'graphql-tag';import{store}from'@operato/shell';import{client}from'@operato/graphql';import{css,html,LitElement}from'lit-element';import{i18next,localize}from'@operato/i18n';import{ScrollbarStyles}from'@operato/styles';import'@operato/input/ox-input-code.js';import{TermsUtil}from'./../../utils/terms-util';import{MetaApi}from'../../utils/meta-api';function a0_0x15d1(){const _0xa33eb9=['menu','query','bind','notify','18008HjiUfb','studioPermission','368692OpyjAj','updateMultipleMenu','querySelector','properties','template','value','getState','save','info','showAlertPopup','error.invalid\x20license\x20key','2768787cyZtPf','render','firstUpdated','confirm','5257488qSBkRO','dynamic-menu-template','795SMqimc','recordId','updateMultiple','2838640BmBVjx','define','text.nothing_changed','codeValueNew','codeEditor','error','orgValue','shadowRoot','title','16iJlNUl','text.there_is_nothing_to_save','8599740OjhrGg','ox-input-code','51GKAkTv','back','metaUI','22716JjbGHg','styles'];a0_0x15d1=function(){return _0xa33eb9;};return a0_0x15d1();}class DynamicMenuTemplate extends localize(i18next)(LitElement){static get[a0_0x1c16bd(0x13b)](){return{'title':String,'recordId':String};}static get[a0_0x1c16bd(0x131)](){return[ScrollbarStyles,css`
2
2
  :host {
3
3
  display: flex;
4
4
  flex-direction: column;
@@ -26,13 +26,13 @@ const a0_0x133db1=a0_0x32d2;function a0_0x32d2(_0x2c7375,_0x3e7f05){const _0x5ea
26
26
  height: var(--button-container-height);
27
27
  text-align: right;
28
28
  padding-right: 12px;
29
- }`];}async[a0_0x133db1(0x73)](){const _0x1e8a64=a0_0x133db1;super[_0x1e8a64(0x73)]&&await super[_0x1e8a64(0x73)]();let _0x2ffe3e=await MetaApi[_0x1e8a64(0x65)](_0x1e8a64(0x68),this[_0x1e8a64(0x6d)],_0x1e8a64(0x86)),_0xd9f678=_0x2ffe3e&&_0x2ffe3e[_0x1e8a64(0x86)]||'';this[_0x1e8a64(0x80)][_0x1e8a64(0x7c)]=_0xd9f678,this['codeEditor'][_0x1e8a64(0x82)]=this[_0x1e8a64(0x80)][_0x1e8a64(0x7c)];}[a0_0x133db1(0x6c)](){const _0x21813d=a0_0x133db1;return html`
30
- <legend>${this[_0x21813d(0x81)]}</legend>
31
- <ox-input-code mode="javascript" value=${this[_0x21813d(0x7a)]} tab-size="2" tab-as-space="true"></ox-input-code>
29
+ }`];}async[a0_0x1c16bd(0x145)](){const _0x517036=a0_0x1c16bd;super[_0x517036(0x145)]&&await super[_0x517036(0x145)]();let _0x5a6da0=await MetaApi['findOne'](_0x517036(0x132),this['recordId'],_0x517036(0x13c)),_0x57123b=_0x5a6da0&&_0x5a6da0[_0x517036(0x13c)]||'';this[_0x517036(0x150)]['value']=_0x57123b,this['codeEditor'][_0x517036(0x152)]=this['codeEditor'][_0x517036(0x13d)];}[a0_0x1c16bd(0x144)](){const _0x2e104e=a0_0x1c16bd;return html`
30
+ <legend>${this[_0x2e104e(0x154)]}</legend>
31
+ <ox-input-code mode="javascript" value=${this[_0x2e104e(0x14f)]} tab-size="2" tab-as-space="true"></ox-input-code>
32
32
  <div id="button-container" class="button-container">
33
- <!-- <mwc-button raised label="${TermsUtil[_0x21813d(0x76)](_0x21813d(0x74))}" @click=${this[_0x21813d(0x74)]['bind'](this)}></mwc-button> -->
34
- </div>`;}get[a0_0x133db1(0x80)](){const _0x2233ae=a0_0x133db1;return this[_0x2233ae(0x69)][_0x2233ae(0x66)](_0x2233ae(0x78));}async[a0_0x133db1(0x74)](){const _0x3827e7=a0_0x133db1;if(this[_0x3827e7(0x80)][_0x3827e7(0x82)]==this[_0x3827e7(0x80)]['value'])return void MetaApi[_0x3827e7(0x70)](_0x3827e7(0x6a),_0x3827e7(0x8d),'info',_0x3827e7(0x87));if(0x0==store[_0x3827e7(0x6b)]()[_0x3827e7(0x7e)][_0x3827e7(0x6f)])return void document['dispatchEvent'](new CustomEvent(_0x3827e7(0x77),{'detail':{'level':_0x3827e7(0x89),'message':i18next['t'](_0x3827e7(0x7b))}}));if((await client[_0x3827e7(0x8b)]({'query':a0_0x2d31f5`
33
+ <!-- <mwc-button raised label="${TermsUtil['tButton']('save')}" @click=${this[_0x2e104e(0x13f)][_0x2e104e(0x134)](this)}></mwc-button> -->
34
+ </div>`;}get[a0_0x1c16bd(0x150)](){const _0x50ccdf=a0_0x1c16bd;return this[_0x50ccdf(0x153)][_0x50ccdf(0x13a)](_0x50ccdf(0x12c));}async['save'](){const _0x459a96=a0_0x1c16bd;if(this[_0x459a96(0x150)][_0x459a96(0x152)]==this[_0x459a96(0x150)][_0x459a96(0x13d)])return void MetaApi[_0x459a96(0x141)](_0x459a96(0x14e),_0x459a96(0x156),_0x459a96(0x140),_0x459a96(0x146));if(0x0==store[_0x459a96(0x13e)]()[_0x459a96(0x12f)][_0x459a96(0x137)])return void document['dispatchEvent'](new CustomEvent(_0x459a96(0x135),{'detail':{'level':_0x459a96(0x151),'message':i18next['t'](_0x459a96(0x142))}}));if((await client[_0x459a96(0x133)]({'query':a0_0x3c02f6`
35
35
  query ($id: String!) {
36
36
  metaUITemplateIsOverLimit(id: $id)
37
37
  }
38
- `,'variables':{'id':this[_0x3827e7(0x6d)]}}))[_0x3827e7(0x8c)])return;let _0x5c2584=this['codeEditor'][_0x3827e7(0x7c)],_0x39ecb9=[{'id':this[_0x3827e7(0x6d)],'template':_0x5c2584,'cuFlag':'M'}];await MetaApi[_0x3827e7(0x88)](_0x3827e7(0x83),_0x39ecb9)&&history[_0x3827e7(0x75)]();}}customElements[a0_0x133db1(0x8e)]('dynamic-menu-template',DynamicMenuTemplate);function a0_0x5ea9(){const _0x566794=['8695272fhRSio','4955667XJNAhP','firstUpdated','save','back','tButton','notify','ox-input-code','9lGHgwN','codeValueNew','error.invalid\x20license\x20key','value','8ipeVtS','metaUI','1055242JpYHLE','codeEditor','title','orgValue','updateMultipleMenu','5155178IVKDAv','properties','template','confirm','updateMultiple','error','489940ZeDZlL','query','errors','text.there_is_nothing_to_save','define','2930328euxBjd','findOne','querySelector','424220TwcmpH','menu','shadowRoot','text.nothing_changed','getState','render','recordId','styles','studioPermission','showAlertPopup'];a0_0x5ea9=function(){return _0x566794;};return a0_0x5ea9();}
38
+ `,'variables':{'id':this[_0x459a96(0x14a)]}}))['errors'])return;let _0x2b2437=this['codeEditor'][_0x459a96(0x13d)],_0x2e7c29=[{'id':this[_0x459a96(0x14a)],'template':_0x2b2437,'cuFlag':'M'}];await MetaApi[_0x459a96(0x14b)](_0x459a96(0x139),_0x2e7c29)&&history[_0x459a96(0x12e)]();}}customElements[a0_0x1c16bd(0x14d)](a0_0x1c16bd(0x148),DynamicMenuTemplate);
@@ -1,9 +1,9 @@
1
- const a0_0x5760f1=a0_0x346b;(function(_0x1806ff,_0x386572){const _0x18b551=a0_0x346b,_0x1c8ee6=_0x1806ff();while(!![]){try{const _0x33c5c3=parseInt(_0x18b551(0xb1))/0x1*(-parseInt(_0x18b551(0xe2))/0x2)+-parseInt(_0x18b551(0xc2))/0x3+-parseInt(_0x18b551(0xd2))/0x4*(-parseInt(_0x18b551(0xda))/0x5)+-parseInt(_0x18b551(0xab))/0x6+-parseInt(_0x18b551(0xed))/0x7*(-parseInt(_0x18b551(0xe7))/0x8)+-parseInt(_0x18b551(0xa3))/0x9+parseInt(_0x18b551(0xfa))/0xa*(parseInt(_0x18b551(0xfc))/0xb);if(_0x33c5c3===_0x386572)break;else _0x1c8ee6['push'](_0x1c8ee6['shift']());}catch(_0x5b050f){_0x1c8ee6['push'](_0x1c8ee6['shift']());}}}(a0_0x2ebc,0x2261a));function a0_0x346b(_0x13eb82,_0x40f2c9){const _0x2ebcdf=a0_0x2ebc();return a0_0x346b=function(_0x346b97,_0x2dec13){_0x346b97=_0x346b97-0xa1;let _0x3604d3=_0x2ebcdf[_0x346b97];return _0x3604d3;},a0_0x346b(_0x13eb82,_0x40f2c9);}import{html}from'lit-element';import{i18next,localize}from'@things-factory/i18n-base';import{PageView}from'@things-factory/shell';import'@things-factory/form-ui';function a0_0x2ebc(){const _0xdf5e13=['756QghimY','fetch','icon','searchFields','getGristPagination50Config','rank','fetchGroupHandler','boolean','code','createCustomElement','define','getGristSelectableConfig','right','data','isMobileEnv','delete','openMenuTemplatePopup','135819VITguq','save','pageInitialized','hidden','groupConfig','getQueryFilters','saveGroup','select','title','button','\x0a\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20name\x0a\x20\x20\x20\x20\x20\x20rank\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\x20resourceUrl\x0a\x20\x20\x20\x20\x20\x20routing\x0a\x20\x20\x20\x20\x20\x20hiddenFlag\x0a\x20\x20\x20\x20\x20\x20iconPath\x0a\x20\x20\x20\x20','is_null','deleteMenus','searchByPagination','string','#master-grist','2768HcvCad','iconPath','menus','routing_type','tTitle','forEach','detailGrist','render','795LHAbbS','navigateMetaGenerator','getGristColumnConfig2','getGristGuttersConfig','meta-generator?menuId=','menu_group','dynamic_menu','menuType','434mcksBw','\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\x20rank\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\x20resourceUrl\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\x20hiddenFlag\x0a\x20\x20\x20\x20\x20\x20\x20\x20iconPath\x0a\x20\x20\x20\x20\x20\x20','category','getGristSearchColumnConfig','openPopupByElement','326936WOzElf','saveMenu','deleteListByGristSelected','menuGroupId','updateMultiple','left','7sPeVlf','dynamic-menu-template','groupGrist','i_like','MENU_TYPE','updateMultipleMenu','shadowRoot','construction','hiddenFlag','name','integer','querySelector','top-down','10xOvVtU','deleteGroup','4829319irckwP','getGristColumnConfig','menu_type','gutter','parentId','tLabel','bind','context','resourceUrl','properties','dynamic-menu','tag','searchForm','getGristSearchCodeColumnConfig','GRID','routingType','groupMenuQuery','page_location','1966968QqAlag','isNotEmpty','routing','deleteMenu','tButton','getGristCodeSelectorColumnConfig','pageNavigate','LIST','127326VSWiZv','styles','patchesForUpdateMultiple','detailConfig','fetchDetailHandler','SCREEN'];a0_0x2ebc=function(){return _0xdf5e13;};return a0_0x2ebc();}import{TermsUtil}from'./../../utils/terms-util';import{MetaApi}from'../../utils/meta-api';import'./dynamic-menu-template.js';import{ValueUtil}from'../../utils/value-util';class DynamicMenu extends localize(i18next)(PageView){static get[a0_0x5760f1(0x105)](){return{'searchFields':Array,'groupConfig':Object,'detailConfig':Object,'menuGroupId':String};}static get[a0_0x5760f1(0xac)](){const _0x3c225d=a0_0x5760f1;return MetaApi['getBasicMasterDetailGristStyle'](_0x3c225d(0xf9));}[a0_0x5760f1(0xd9)](){const _0x26b6f9=a0_0x5760f1;return html`
1
+ const a0_0x4355ff=a0_0x41ab;(function(_0x18b3a1,_0x6cdebd){const _0x32dd4b=a0_0x41ab,_0xa13344=_0x18b3a1();while(!![]){try{const _0x1df2c3=parseInt(_0x32dd4b(0x136))/0x1*(parseInt(_0x32dd4b(0x15e))/0x2)+-parseInt(_0x32dd4b(0x180))/0x3+-parseInt(_0x32dd4b(0x165))/0x4+parseInt(_0x32dd4b(0x13d))/0x5*(-parseInt(_0x32dd4b(0x174))/0x6)+parseInt(_0x32dd4b(0x13c))/0x7+parseInt(_0x32dd4b(0x172))/0x8*(-parseInt(_0x32dd4b(0x18d))/0x9)+parseInt(_0x32dd4b(0x16e))/0xa*(parseInt(_0x32dd4b(0x164))/0xb);if(_0x1df2c3===_0x6cdebd)break;else _0xa13344['push'](_0xa13344['shift']());}catch(_0x4b765a){_0xa13344['push'](_0xa13344['shift']());}}}(a0_0x4415,0x5d2e6));function a0_0x41ab(_0x586ba0,_0x414e97){const _0x4415e2=a0_0x4415();return a0_0x41ab=function(_0x41abe8,_0x3f1c68){_0x41abe8=_0x41abe8-0x128;let _0x1a861c=_0x4415e2[_0x41abe8];return _0x1a861c;},a0_0x41ab(_0x586ba0,_0x414e97);}import{html}from'lit-element';import{i18next,localize}from'@things-factory/i18n-base';import{PageView}from'@things-factory/shell';function a0_0x4415(){const _0x1149ab=['routing','tMenu','dynamic-menu-template','title','3030354FUkIYM','iconPath','getGristCodeSelectorColumnConfig','updateMultipleMenu','tButton','integer','category','LIST','MENU_TYPE','hiddenFlag','shadowRoot','name','getGristSelectableConfig','menu_type','groupGrist','searchFields','right','fetch','define','GRID','groupMenuQuery','37MwiRCM','deleteMenu','data','fetchDetailHandler','getGristGuttersConfig','getGristColumnConfig2','702002KehBoj','925AhTgnU','deleteListByGristSelected','isNotEmpty','large','save','SCREEN','delete','resourceUrl','parentId','navigateMetaGenerator','createCustomElement','button','bind','render','i_like','left','detailConfig','is_null','getGristSearchColumnConfig','isMobileEnv','dynamic-menu','styles','string','saveGroup','gutter','openPopupByElement','tTitle','querySelector','code','parent','ox-filters-form-base','page_location','MENU_PAGE_TYPE','33702neKyea','hidden','tag','select','recordId','checkbox','9457063tRWUgM','1494688dnOVlV','menus','getGristSearchCodeColumnConfig','menuGroupId','rank','updateMultiple','deleteMenus','menu_group','icon','10OLarBd','pageInitialized','meta-generator?menuId=','properties','8HdZEZy','fetchGroupHandler','1974YzUSza','searchForm','forEach','template','boolean','#master-grist','pageNavigate','groupConfig','getGristColumnConfig','top-down','saveMenu','dynamic_menu','1291779kpGkYH','\x0a\x20\x20\x20\x20\x20\x20id\x0a\x20\x20\x20\x20\x20\x20name\x0a\x20\x20\x20\x20\x20\x20rank\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\x20resourceUrl\x0a\x20\x20\x20\x20\x20\x20routing\x0a\x20\x20\x20\x20\x20\x20hiddenFlag\x0a\x20\x20\x20\x20\x20\x20iconPath\x0a\x20\x20\x20\x20','menuType','detailGrist','tLabel','patchesForUpdateMultiple','getBasicMasterDetailGristStyle','construction','openMenuTemplatePopup'];a0_0x4415=function(){return _0x1149ab;};return a0_0x4415();}import'@things-factory/form-ui';import{TermsUtil}from'./../../utils/terms-util';import{MetaApi}from'../../utils/meta-api';import'./dynamic-menu-template.js';import{ValueUtil}from'../../utils/value-util';class DynamicMenu extends localize(i18next)(PageView){static get[a0_0x4355ff(0x171)](){return{'searchFields':Array,'groupConfig':Object,'detailConfig':Object,'menuGroupId':String};}static get[a0_0x4355ff(0x152)](){const _0x18b588=a0_0x4355ff;return MetaApi[_0x18b588(0x186)](_0x18b588(0x17d));}[a0_0x4355ff(0x14a)](){const _0x3abb4b=a0_0x4355ff;return html`
2
2
  <div slot="headroom">
3
3
  <div id="filters">
4
4
  <ox-filters-form-base
5
- .filters=${this[_0x26b6f9(0xb4)]||[]}
6
- @filters-change=${_0x2e7a67=>{const _0x165b1c=_0x26b6f9;this[_0x165b1c(0xef)]?.['fetch']();}}
5
+ .filters=${this[_0x3abb4b(0x130)]||[]}
6
+ @filters-change=${_0x30b25f=>{const _0x4a4991=_0x3abb4b;this[_0x4a4991(0x12f)]?.[_0x4a4991(0x132)]();}}
7
7
  ></ox-filters-form-base>
8
8
  </div>
9
9
  </div>
@@ -11,33 +11,33 @@ const a0_0x5760f1=a0_0x346b;(function(_0x1806ff,_0x386572){const _0x18b551=a0_0x
11
11
  <div class='container'>
12
12
  <div class="container_detail">
13
13
  <h2>
14
- <mwc-icon>list_alt</mwc-icon>${TermsUtil['tTitle'](_0x26b6f9(0xdf))}
14
+ <mwc-icon>list_alt</mwc-icon>${TermsUtil[_0x3abb4b(0x157)](_0x3abb4b(0x16c))}
15
15
  </h2>
16
16
  <ox-grist
17
17
  id="master-grist"
18
- .config=${this[_0x26b6f9(0xc6)]}
19
- .mode=${MetaApi['isMobileEnv']()?_0x26b6f9(0xaa):_0x26b6f9(0x10a)}
18
+ .config=${this[_0x3abb4b(0x17b)]}
19
+ .mode=${MetaApi[_0x3abb4b(0x150)]()?_0x3abb4b(0x128):_0x3abb4b(0x134)}
20
20
  auto-fetch
21
- .fetchHandler=${this[_0x26b6f9(0xb7)][_0x26b6f9(0x102)](this)}>
21
+ .fetchHandler=${this[_0x3abb4b(0x173)][_0x3abb4b(0x149)](this)}>
22
22
  </ox-grist>
23
23
  <div id="button-container" class="button-container">
24
- <mwc-button raised label="${TermsUtil['tButton'](_0x26b6f9(0xc3))}" @click=${_0x207121=>this[_0x26b6f9(0xc8)]()}></mwc-button>
25
- <mwc-button raised label="${TermsUtil['tButton'](_0x26b6f9(0xc0))}" @click=${_0x1647a7=>this[_0x26b6f9(0xfb)]()}></mwc-button>
24
+ <mwc-button raised label="${TermsUtil[_0x3abb4b(0x191)](_0x3abb4b(0x141))}" @click=${_0x4a14d2=>this[_0x3abb4b(0x154)]()}></mwc-button>
25
+ <mwc-button raised label="${TermsUtil[_0x3abb4b(0x191)](_0x3abb4b(0x143))}" @click=${_0x575575=>this['deleteGroup']()}></mwc-button>
26
26
  </div>
27
27
  </div>
28
28
 
29
29
  <div class="container_detail">
30
30
  <ox-grist
31
31
  id="detail-grist"
32
- .config=${this[_0x26b6f9(0xae)]}
33
- .mode=${MetaApi[_0x26b6f9(0xbf)]()?'LIST':_0x26b6f9(0x10a)}
32
+ .config=${this['detailConfig']}
33
+ .mode=${MetaApi['isMobileEnv']()?'LIST':_0x3abb4b(0x134)}
34
34
  explcit-fetch
35
- .fetchHandler=${this['fetchDetailHandler'][_0x26b6f9(0x102)](this)}>
35
+ .fetchHandler=${this['fetchDetailHandler'][_0x3abb4b(0x149)](this)}>
36
36
  </ox-grist>
37
37
  <div id="button-container" class="button-container">
38
- <mwc-button raised label="${TermsUtil[_0x26b6f9(0xa7)](_0x26b6f9(0xc3))}" @click=${_0x34407b=>this[_0x26b6f9(0xe8)]()}></mwc-button>
39
- <mwc-button raised label="${TermsUtil[_0x26b6f9(0xa7)]('delete')}" @click=${_0x18af22=>this[_0x26b6f9(0xa6)]()}></mwc-button>
38
+ <mwc-button raised label="${TermsUtil[_0x3abb4b(0x191)](_0x3abb4b(0x141))}" @click=${_0x298d1a=>this[_0x3abb4b(0x17e)]()}></mwc-button>
39
+ <mwc-button raised label="${TermsUtil['tButton']('delete')}" @click=${_0x25876a=>this[_0x3abb4b(0x137)]()}></mwc-button>
40
40
  </div>
41
41
  </div>
42
42
  </div>
43
- `;}get[a0_0x5760f1(0x103)](){const _0x45544e=a0_0x5760f1;return{'title':TermsUtil[_0x45544e(0xd6)](_0x45544e(0xe0))};}get[a0_0x5760f1(0x108)](){const _0x5022cb=a0_0x5760f1;return this[_0x5022cb(0xf3)][_0x5022cb(0xf8)]('ox-filters-form-base');}get[a0_0x5760f1(0xef)](){const _0x18e54a=a0_0x5760f1;return this[_0x18e54a(0xf3)][_0x18e54a(0xf8)](_0x18e54a(0xd1));}get[a0_0x5760f1(0xd8)](){const _0x42cf8b=a0_0x5760f1;return this[_0x42cf8b(0xf3)][_0x42cf8b(0xf8)]('#detail-grist');}async[a0_0x5760f1(0xaf)]({page:_0x389f5b,limit:_0x5f1903,sorters:_0x5d8adb=[{'name':a0_0x5760f1(0xb6)},{'name':a0_0x5760f1(0xf6)}]}){const _0x2de22b=a0_0x5760f1;if(this[_0x2de22b(0xea)]){let _0x5874df=[{'name':_0x2de22b(0x100),'operator':'eq','value':this[_0x2de22b(0xea)]}],_0x14a7a4=_0x2de22b(0xe3);return await MetaApi[_0x2de22b(0xcf)]('menus',_0x5874df,_0x5d8adb,_0x389f5b,_0x5f1903,_0x14a7a4);}}async[a0_0x5760f1(0xb7)]({page:_0x4ec356,limit:_0x3683de,sorters:_0x1ea3f6=[{'name':a0_0x5760f1(0xb6)},{'name':'name'}]}){const _0x1615b6=a0_0x5760f1;this[_0x1615b6(0xea)]=null,this[_0x1615b6(0xd8)]&&this[_0x1615b6(0xd8)][_0x1615b6(0xbe)]&&(this['detailGrist']['data']={});let _0x44772b=[...await this['searchForm'][_0x1615b6(0xc7)](),{'name':'parentId','operator':_0x1615b6(0xcd),'value':''}];return await MetaApi[_0x1615b6(0xcf)](_0x1615b6(0xd4),_0x44772b,_0x1ea3f6,_0x4ec356,_0x3683de,_0x1615b6(0xcc));}async['saveGroup'](){const _0x367043=a0_0x5760f1;let _0x3acc51=MetaApi[_0x367043(0xad)](this['groupGrist']);ValueUtil['isNotEmpty'](_0x3acc51)&&(_0x3acc51[_0x367043(0xd7)](_0x466fa1=>{const _0x2614e8=_0x367043;void 0x0!==_0x466fa1[_0x2614e8(0xf5)]&&null!=_0x466fa1[_0x2614e8(0xf5)]||(_0x466fa1[_0x2614e8(0xf5)]=!0x1);}),await MetaApi['updateMultiple'](_0x367043(0xf2),_0x3acc51)&&this['groupGrist'][_0x367043(0xb2)]());}async[a0_0x5760f1(0xfb)](){const _0x573941=a0_0x5760f1;await MetaApi[_0x573941(0xe9)](this[_0x573941(0xef)],_0x573941(0xce));}async[a0_0x5760f1(0xe8)](){const _0xc0f5d2=a0_0x5760f1;let _0xd7c2ec=MetaApi[_0xc0f5d2(0xad)](this['detailGrist']);ValueUtil[_0xc0f5d2(0xa4)](_0xd7c2ec)&&(_0xd7c2ec['forEach'](_0x18fd35=>{const _0x459902=_0xc0f5d2;_0x18fd35[_0x459902(0xe1)]=_0x18fd35['menuType']||_0x459902(0xb0),_0x18fd35['parent']={'id':this[_0x459902(0xea)]},void 0x0!==_0x18fd35['hiddenFlag']&&null!=_0x18fd35[_0x459902(0xf5)]||(_0x18fd35['hiddenFlag']=!0x1);}),await MetaApi[_0xc0f5d2(0xeb)](_0xc0f5d2(0xf2),_0xd7c2ec)&&this[_0xc0f5d2(0xd8)][_0xc0f5d2(0xb2)]());}async[a0_0x5760f1(0xa6)](){const _0x31b151=a0_0x5760f1;await MetaApi[_0x31b151(0xe9)](this[_0x31b151(0xd8)],_0x31b151(0xce));}[a0_0x5760f1(0xa1)](_0x5576bc){const _0x3abc12=a0_0x5760f1;this[_0x3abc12(0xea)]=_0x5576bc['id'],this[_0x3abc12(0xd8)][_0x3abc12(0xb2)]();}async[a0_0x5760f1(0xc1)](_0x56a332){const _0x408b0e=a0_0x5760f1;let _0x259be9=MetaApi[_0x408b0e(0xba)](_0x408b0e(0xee),'dynamic-menu-template');_0x259be9[_0x408b0e(0xca)]=TermsUtil[_0x408b0e(0x101)]('template'),_0x259be9['recordId']=_0x56a332['id'],await MetaApi[_0x408b0e(0xe6)](_0x56a332['name'],'large',_0x259be9,!0x0);}[a0_0x5760f1(0xdb)](_0x15bd7a){const _0x165185=a0_0x5760f1;MetaApi[_0x165185(0xa9)](_0x165185(0xde)+_0x15bd7a['id']);}async[a0_0x5760f1(0xc4)](){const _0x378474=a0_0x5760f1;this['searchFields']=[MetaApi[_0x378474(0xe5)]('name','string',_0x378474(0xf6),_0x378474(0xf0)),await MetaApi[_0x378474(0x109)]('menuType',_0x378474(0xc9),_0x378474(0xfe),'eq',_0x378474(0xf1)),MetaApi['getGristSearchColumnConfig']('hiddenFlag','checkbox',_0x378474(0xc5),'eq')],this[_0x378474(0xc6)]={'rows':MetaApi[_0x378474(0xbc)](!0x1),'pagination':MetaApi['getGristPagination50Config'](),'appendable':!0x0,'columns':[...MetaApi['getGristGuttersConfig'](!0x0,!0x1),{'type':_0x378474(0xff),'gutterName':_0x378474(0xcb),'icon':'menu_open','handlers':{'click':(_0x1b3ae0,_0x3110f8,_0x2669b7,_0xe5392,_0x3d30f1)=>{const _0x1e3972=_0x378474;_0xe5392['id']&&this[_0x1e3972(0xa1)](_0xe5392);}}},MetaApi[_0x378474(0xfd)](_0x378474(0xf7),'rank',_0x378474(0xbd),!0x0,!0x1,0x3c),MetaApi[_0x378474(0xfd)](_0x378474(0xd0),_0x378474(0xf6),_0x378474(0xec),!0x0,!0x1,0x96),{'type':_0x378474(0xd0),'name':_0x378474(0xca),'header':TermsUtil[_0x378474(0x101)](_0x378474(0xca)),'record':{'editable':!0x1,'align':_0x378474(0xec),'renderer':(_0x3aff06,_0x4f3f81,_0x1f9dcf,_0x463525,_0x1adfe1)=>_0x1f9dcf['name']?TermsUtil['tMenu'](_0x1f9dcf[_0x378474(0xf6)]):''},'sortable':!0x1,'width':0xaf},await MetaApi[_0x378474(0xa8)](_0x378474(0xe1),_0x378474(0xfe),_0x378474(0xec),!0x1,0x64,!0x0,_0x378474(0xf1)),MetaApi[_0x378474(0xdc)](_0x378474(0xd0),_0x378474(0xd3),_0x378474(0xb3),_0x378474(0xec),!0x0,!0x1,0x64),MetaApi[_0x378474(0xdc)](_0x378474(0xb8),_0x378474(0xf5),'hidden','center',!0x0,!0x1,0x4b),MetaApi['getGristColumnConfig2']('string',_0x378474(0xa5),_0x378474(0xa5),_0x378474(0xec),!0x0,!0x1,0x78),MetaApi['getGristColumnConfig2'](_0x378474(0xd0),_0x378474(0xe4),_0x378474(0x107),_0x378474(0xec),!0x0,!0x1,0x78),MetaApi['getGristColumnConfig2'](_0x378474(0xd0),_0x378474(0x104),'page_location',_0x378474(0xec),!0x0,!0x1,0xf5)]},this[_0x378474(0xae)]={'rows':MetaApi[_0x378474(0xbc)](!0x1),'pagination':MetaApi[_0x378474(0xb5)](),'appendable':!0x0,'columns':[...MetaApi[_0x378474(0xdd)](!0x0,!0x1),{'type':_0x378474(0xff),'gutterName':_0x378474(0xcb),'icon':_0x378474(0xb9),'handlers':{'click':(_0x1a7b89,_0x53e437,_0x42823f,_0x4dd168,_0xdb68f5)=>{const _0x3d666c=_0x378474;_0x4dd168['id']&&this[_0x3d666c(0xc1)](_0x4dd168);}}},{'type':'gutter','gutterName':_0x378474(0xcb),'icon':_0x378474(0xf4),'handlers':{'click':(_0x1a13a7,_0x327b75,_0x5425c8,_0x5895b2,_0x1b71a4)=>{const _0xdb0f38=_0x378474;_0x5895b2['id']&&this[_0xdb0f38(0xdb)](_0x5895b2);}}},MetaApi[_0x378474(0xfd)]('integer',_0x378474(0xb6),'right',!0x0,!0x1,0x37),MetaApi[_0x378474(0xfd)](_0x378474(0xd0),_0x378474(0xf6),_0x378474(0xec),!0x0,!0x1,0x96),{'type':_0x378474(0xd0),'name':_0x378474(0xca),'header':TermsUtil['tLabel']('title'),'record':{'editable':!0x1,'align':_0x378474(0xec),'renderer':(_0x15fccf,_0x323ed1,_0x574a5d,_0x1ec7c4,_0x12daf4)=>_0x574a5d[_0x378474(0xf6)]?TermsUtil['tMenu'](_0x574a5d[_0x378474(0xf6)]):''},'sortable':!0x1,'width':0xaf},await MetaApi[_0x378474(0xa8)]('menuType',_0x378474(0xfe),'left',!0x1,0x64,!0x0,'MENU_PAGE_TYPE'),await MetaApi['getGristCodeSelectorColumnConfig'](_0x378474(0x10b),_0x378474(0xd5),_0x378474(0xec),!0x1,0x0,!0x0,'MENU_PAGE_ROUTING_TYPE'),MetaApi[_0x378474(0xdc)](_0x378474(0xd0),'routing',_0x378474(0xa5),_0x378474(0xec),!0x0,!0x1,0xaf),MetaApi['getGristColumnConfig2'](_0x378474(0xd0),_0x378474(0xe4),'tag','left',!0x0,!0x1,0xaf),MetaApi[_0x378474(0xdc)](_0x378474(0xd0),'resourceUrl',_0x378474(0xa2),_0x378474(0xec),!0x0,!0x1,0x190),MetaApi[_0x378474(0xdc)](_0x378474(0xd0),_0x378474(0xd3),_0x378474(0xb3),_0x378474(0xec),!0x0,!0x1,0x7d),MetaApi['getGristColumnConfig2'](_0x378474(0xb8),_0x378474(0xf5),_0x378474(0xc5),'center',!0x0,!0x1,0x4b)]};}}customElements[a0_0x5760f1(0xbb)](a0_0x5760f1(0x106),DynamicMenu);
43
+ `;}get['context'](){const _0x33cb4e=a0_0x4355ff;return{'title':TermsUtil['tTitle'](_0x33cb4e(0x17f))};}get[a0_0x4355ff(0x175)](){const _0x4990f3=a0_0x4355ff;return this[_0x4990f3(0x12b)][_0x4990f3(0x158)](_0x4990f3(0x15b));}get[a0_0x4355ff(0x12f)](){const _0xd79e17=a0_0x4355ff;return this[_0xd79e17(0x12b)][_0xd79e17(0x158)](_0xd79e17(0x179));}get[a0_0x4355ff(0x183)](){const _0x260141=a0_0x4355ff;return this[_0x260141(0x12b)][_0x260141(0x158)]('#detail-grist');}async[a0_0x4355ff(0x139)]({page:_0x4907d8,limit:_0x4c86f8,sorters:_0x197fa3=[{'name':a0_0x4355ff(0x169)},{'name':a0_0x4355ff(0x12c)}]}){const _0x2e30b3=a0_0x4355ff;if(this[_0x2e30b3(0x168)]){let _0x506019=[{'name':_0x2e30b3(0x145),'operator':'eq','value':this[_0x2e30b3(0x168)]}],_0x398da5='\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\x20rank\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\x20resourceUrl\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\x20hiddenFlag\x0a\x20\x20\x20\x20\x20\x20\x20\x20iconPath\x0a\x20\x20\x20\x20\x20\x20';return await MetaApi['searchByPagination']('menus',_0x506019,_0x197fa3,_0x4907d8,_0x4c86f8,_0x398da5);}}async[a0_0x4355ff(0x173)]({page:_0x1f9b32,limit:_0x586eaf,sorters:_0x5fab5f=[{'name':a0_0x4355ff(0x169)},{'name':a0_0x4355ff(0x12c)}]}){const _0x13fcd1=a0_0x4355ff;this[_0x13fcd1(0x168)]=null,this[_0x13fcd1(0x183)]&&this[_0x13fcd1(0x183)][_0x13fcd1(0x138)]&&(this['detailGrist'][_0x13fcd1(0x138)]={});let _0xd0c247=[...await this['searchForm']['getQueryFilters'](),{'name':'parentId','operator':_0x13fcd1(0x14e),'value':''}];return await MetaApi['searchByPagination'](_0x13fcd1(0x166),_0xd0c247,_0x5fab5f,_0x1f9b32,_0x586eaf,_0x13fcd1(0x181));}async[a0_0x4355ff(0x154)](){const _0x1b661d=a0_0x4355ff;let _0x4982c7=MetaApi[_0x1b661d(0x185)](this[_0x1b661d(0x12f)]);ValueUtil['isNotEmpty'](_0x4982c7)&&(_0x4982c7[_0x1b661d(0x176)](_0x30b96d=>{const _0x46f679=_0x1b661d;void 0x0!==_0x30b96d[_0x46f679(0x12a)]&&null!=_0x30b96d['hiddenFlag']||(_0x30b96d[_0x46f679(0x12a)]=!0x1);}),await MetaApi[_0x1b661d(0x16a)](_0x1b661d(0x190),_0x4982c7)&&this[_0x1b661d(0x12f)][_0x1b661d(0x132)]());}async['deleteGroup'](){const _0x77f8ca=a0_0x4355ff;await MetaApi['deleteListByGristSelected'](this[_0x77f8ca(0x12f)],_0x77f8ca(0x16b));}async[a0_0x4355ff(0x17e)](){const _0x16a61e=a0_0x4355ff;let _0x2af957=MetaApi[_0x16a61e(0x185)](this[_0x16a61e(0x183)]);ValueUtil[_0x16a61e(0x13f)](_0x2af957)&&(_0x2af957['forEach'](_0x1fe111=>{const _0x575889=_0x16a61e;_0x1fe111[_0x575889(0x182)]=_0x1fe111[_0x575889(0x182)]||_0x575889(0x142),_0x1fe111[_0x575889(0x15a)]={'id':this[_0x575889(0x168)]},void 0x0!==_0x1fe111[_0x575889(0x12a)]&&null!=_0x1fe111[_0x575889(0x12a)]||(_0x1fe111[_0x575889(0x12a)]=!0x1);}),await MetaApi[_0x16a61e(0x16a)](_0x16a61e(0x190),_0x2af957)&&this[_0x16a61e(0x183)][_0x16a61e(0x132)]());}async[a0_0x4355ff(0x137)](){const _0x3c59af=a0_0x4355ff;await MetaApi[_0x3c59af(0x13e)](this[_0x3c59af(0x183)],'deleteMenus');}[a0_0x4355ff(0x135)](_0x427781){const _0x3d6365=a0_0x4355ff;this['menuGroupId']=_0x427781['id'],this[_0x3d6365(0x183)]['fetch']();}async[a0_0x4355ff(0x188)](_0x4d024a){const _0x177bdc=a0_0x4355ff;let _0x2f7791=MetaApi[_0x177bdc(0x147)]('dynamic-menu-template',_0x177bdc(0x18b));_0x2f7791['title']=TermsUtil[_0x177bdc(0x184)](_0x177bdc(0x177)),_0x2f7791[_0x177bdc(0x162)]=_0x4d024a['id'],await MetaApi[_0x177bdc(0x156)](_0x4d024a[_0x177bdc(0x12c)],_0x177bdc(0x140),_0x2f7791,!0x0);}[a0_0x4355ff(0x146)](_0x1569cb){const _0x8034e7=a0_0x4355ff;MetaApi[_0x8034e7(0x17a)](_0x8034e7(0x170)+_0x1569cb['id']);}async[a0_0x4355ff(0x16f)](){const _0x197f40=a0_0x4355ff;this[_0x197f40(0x130)]=[MetaApi[_0x197f40(0x14f)](_0x197f40(0x12c),_0x197f40(0x153),_0x197f40(0x12c),_0x197f40(0x14b)),await MetaApi[_0x197f40(0x167)](_0x197f40(0x182),_0x197f40(0x161),_0x197f40(0x12e),'eq',_0x197f40(0x129)),MetaApi['getGristSearchColumnConfig'](_0x197f40(0x12a),_0x197f40(0x163),_0x197f40(0x15f),'eq')],this[_0x197f40(0x17b)]={'rows':MetaApi['getGristSelectableConfig'](!0x1),'pagination':MetaApi['getGristPagination50Config'](),'appendable':!0x0,'columns':[...MetaApi[_0x197f40(0x13a)](!0x0,!0x1),{'type':_0x197f40(0x155),'gutterName':_0x197f40(0x148),'icon':'menu_open','handlers':{'click':(_0x1a5da6,_0x3a6bfd,_0x39869b,_0x35cdd7,_0x2a0cb7)=>{const _0xe177c3=_0x197f40;_0x35cdd7['id']&&this[_0xe177c3(0x135)](_0x35cdd7);}}},MetaApi[_0x197f40(0x17c)]('integer',_0x197f40(0x169),_0x197f40(0x131),!0x0,!0x1,0x3c),MetaApi['getGristColumnConfig'](_0x197f40(0x153),'name',_0x197f40(0x14c),!0x0,!0x1,0x96),{'type':'string','name':'title','header':TermsUtil['tLabel'](_0x197f40(0x18c)),'record':{'editable':!0x1,'align':_0x197f40(0x14c),'renderer':(_0x5bd2bf,_0x3f8366,_0x107b27,_0x384dab,_0x142e3e)=>_0x107b27[_0x197f40(0x12c)]?TermsUtil[_0x197f40(0x18a)](_0x107b27[_0x197f40(0x12c)]):''},'sortable':!0x1,'width':0xaf},await MetaApi[_0x197f40(0x18f)](_0x197f40(0x182),'menu_type','left',!0x1,0x64,!0x0,_0x197f40(0x129)),MetaApi[_0x197f40(0x13b)]('string',_0x197f40(0x18e),_0x197f40(0x16d),'left',!0x0,!0x1,0x64),MetaApi['getGristColumnConfig2'](_0x197f40(0x178),_0x197f40(0x12a),_0x197f40(0x15f),'center',!0x0,!0x1,0x4b),MetaApi[_0x197f40(0x13b)]('string',_0x197f40(0x189),_0x197f40(0x189),_0x197f40(0x14c),!0x0,!0x1,0x78),MetaApi[_0x197f40(0x13b)](_0x197f40(0x153),_0x197f40(0x193),_0x197f40(0x160),_0x197f40(0x14c),!0x0,!0x1,0x78),MetaApi[_0x197f40(0x13b)]('string',_0x197f40(0x144),_0x197f40(0x15c),_0x197f40(0x14c),!0x0,!0x1,0xf5)]},this[_0x197f40(0x14d)]={'rows':MetaApi[_0x197f40(0x12d)](!0x1),'pagination':MetaApi['getGristPagination50Config'](),'appendable':!0x0,'columns':[...MetaApi[_0x197f40(0x13a)](!0x0,!0x1),{'type':_0x197f40(0x155),'gutterName':_0x197f40(0x148),'icon':_0x197f40(0x159),'handlers':{'click':(_0x1439e0,_0x3d5485,_0x27086d,_0x5c976c,_0xa136f6)=>{const _0x28483a=_0x197f40;_0x5c976c['id']&&this[_0x28483a(0x188)](_0x5c976c);}}},{'type':_0x197f40(0x155),'gutterName':'button','icon':_0x197f40(0x187),'handlers':{'click':(_0x3f4cc9,_0x3f883d,_0x29995b,_0x5c6e0a,_0x2c605f)=>{_0x5c6e0a['id']&&this['navigateMetaGenerator'](_0x5c6e0a);}}},MetaApi['getGristColumnConfig'](_0x197f40(0x192),_0x197f40(0x169),'right',!0x0,!0x1,0x37),MetaApi[_0x197f40(0x17c)](_0x197f40(0x153),_0x197f40(0x12c),_0x197f40(0x14c),!0x0,!0x1,0x96),{'type':_0x197f40(0x153),'name':_0x197f40(0x18c),'header':TermsUtil[_0x197f40(0x184)](_0x197f40(0x18c)),'record':{'editable':!0x1,'align':'left','renderer':(_0x263cd2,_0x15da29,_0x1b42a9,_0x4cbbb0,_0x4f5ef4)=>_0x1b42a9[_0x197f40(0x12c)]?TermsUtil[_0x197f40(0x18a)](_0x1b42a9[_0x197f40(0x12c)]):''},'sortable':!0x1,'width':0xaf},await MetaApi[_0x197f40(0x18f)]('menuType',_0x197f40(0x12e),_0x197f40(0x14c),!0x1,0x64,!0x0,_0x197f40(0x15d)),await MetaApi[_0x197f40(0x18f)]('routingType','routing_type',_0x197f40(0x14c),!0x1,0x0,!0x0,'MENU_PAGE_ROUTING_TYPE'),MetaApi[_0x197f40(0x13b)](_0x197f40(0x153),'routing','routing',_0x197f40(0x14c),!0x0,!0x1,0xaf),MetaApi[_0x197f40(0x13b)](_0x197f40(0x153),_0x197f40(0x193),_0x197f40(0x160),_0x197f40(0x14c),!0x0,!0x1,0xaf),MetaApi[_0x197f40(0x13b)](_0x197f40(0x153),_0x197f40(0x144),_0x197f40(0x15c),_0x197f40(0x14c),!0x0,!0x1,0x190),MetaApi['getGristColumnConfig2'](_0x197f40(0x153),'iconPath',_0x197f40(0x16d),_0x197f40(0x14c),!0x0,!0x1,0x7d),MetaApi[_0x197f40(0x13b)](_0x197f40(0x178),_0x197f40(0x12a),_0x197f40(0x15f),'center',!0x0,!0x1,0x4b)]};}}customElements[a0_0x4355ff(0x133)](a0_0x4355ff(0x151),DynamicMenu);
@@ -1 +1 @@
1
- var a0_0x3d6068=a0_0x16f3;(function(_0x300144,_0x55ea76){var _0x5adfcc=a0_0x16f3,_0x39eba2=_0x300144();while(!![]){try{var _0x1bb88a=parseInt(_0x5adfcc(0x15c))/0x1+parseInt(_0x5adfcc(0x15d))/0x2+-parseInt(_0x5adfcc(0x164))/0x3+parseInt(_0x5adfcc(0x160))/0x4+-parseInt(_0x5adfcc(0x161))/0x5*(-parseInt(_0x5adfcc(0x15f))/0x6)+parseInt(_0x5adfcc(0x162))/0x7+-parseInt(_0x5adfcc(0x15e))/0x8;if(_0x1bb88a===_0x55ea76)break;else _0x39eba2['push'](_0x39eba2['shift']());}catch(_0xa517e7){_0x39eba2['push'](_0x39eba2['shift']());}}}(a0_0x2dca,0x18ab7));import{LitElement}from'lit';function a0_0x2dca(){var _0x29043a=['1041712GzTUis','meta-form-element','293673XBAGNC','define','40630sUcACe','90754QtaSrJ','1309760cBpVoN','619050vQWgfr','98640jCYBIX','5ACvEQi'];a0_0x2dca=function(){return _0x29043a;};return a0_0x2dca();}import{i18next,localize}from'@operato/i18n';function a0_0x16f3(_0x3f4e81,_0x1b4c3f){var _0x2dca60=a0_0x2dca();return a0_0x16f3=function(_0x16f32b,_0x172981){_0x16f32b=_0x16f32b-0x15c;var _0x548766=_0x2dca60[_0x16f32b];return _0x548766;},a0_0x16f3(_0x3f4e81,_0x1b4c3f);}import{MetaFormMixin}from'./../mixin/meta-form-mixin.js';export class MetaFormElement extends MetaFormMixin(localize(i18next)(LitElement)){}customElements[a0_0x3d6068(0x165)](a0_0x3d6068(0x163),MetaFormElement);
1
+ function a0_0x55e0(_0x570c8c,_0x1bb852){var _0x49a7a7=a0_0x49a7();return a0_0x55e0=function(_0x55e0f3,_0x2dfa57){_0x55e0f3=_0x55e0f3-0x18c;var _0xab6688=_0x49a7a7[_0x55e0f3];return _0xab6688;},a0_0x55e0(_0x570c8c,_0x1bb852);}var a0_0x3695f3=a0_0x55e0;(function(_0x3ea417,_0x11a887){var _0x5c2706=a0_0x55e0,_0x51b4d4=_0x3ea417();while(!![]){try{var _0x1184c3=parseInt(_0x5c2706(0x195))/0x1+-parseInt(_0x5c2706(0x190))/0x2*(parseInt(_0x5c2706(0x18f))/0x3)+parseInt(_0x5c2706(0x194))/0x4*(parseInt(_0x5c2706(0x18d))/0x5)+-parseInt(_0x5c2706(0x193))/0x6*(-parseInt(_0x5c2706(0x18c))/0x7)+parseInt(_0x5c2706(0x191))/0x8*(-parseInt(_0x5c2706(0x192))/0x9)+parseInt(_0x5c2706(0x198))/0xa+-parseInt(_0x5c2706(0x197))/0xb;if(_0x1184c3===_0x11a887)break;else _0x51b4d4['push'](_0x51b4d4['shift']());}catch(_0x1e8299){_0x51b4d4['push'](_0x51b4d4['shift']());}}}(a0_0x49a7,0xc5514));import{LitElement}from'lit';import{i18next,localize}from'@operato/i18n';import{MetaFormMixin}from'./../mixin/meta-form-mixin.js';export class MetaFormElement extends MetaFormMixin(localize(i18next)(LitElement)){}customElements[a0_0x3695f3(0x18e)](a0_0x3695f3(0x196),MetaFormElement);function a0_0x49a7(){var _0x4d9ea1=['114489fvBtvw','6Rspfpn','8828VHfHLr','1122176cvgjzv','meta-form-element','18166522wtxrtZ','8145490dKHBnf','3712317mTwxAE','3305DHOoZK','define','12BpgQGA','90674CXFwsa','808AsCGTj'];a0_0x49a7=function(){return _0x4d9ea1;};return a0_0x49a7();}
@@ -1 +1 @@
1
- var a0_0x1c217f=a0_0x3837;function a0_0xa057(){var _0x3d2e7a=['12104428haziXD','8132085XfgsCJ','4VPVpss','8IOAcOF','13638920rxWadU','define','3500442uHmaVI','322423zcStAL','4761378MqdXZU','10MKkouq','586218xLWdJn'];a0_0xa057=function(){return _0x3d2e7a;};return a0_0xa057();}(function(_0x351401,_0x4ff51a){var _0x33af5a=a0_0x3837,_0x48dd0d=_0x351401();while(!![]){try{var _0x51fa22=-parseInt(_0x33af5a(0x128))/0x1*(parseInt(_0x33af5a(0x12a))/0x2)+parseInt(_0x33af5a(0x12b))/0x3+-parseInt(_0x33af5a(0x12e))/0x4*(-parseInt(_0x33af5a(0x12d))/0x5)+parseInt(_0x33af5a(0x127))/0x6+-parseInt(_0x33af5a(0x12c))/0x7+parseInt(_0x33af5a(0x12f))/0x8*(parseInt(_0x33af5a(0x129))/0x9)+parseInt(_0x33af5a(0x125))/0xa;if(_0x51fa22===_0x4ff51a)break;else _0x48dd0d['push'](_0x48dd0d['shift']());}catch(_0x1a826e){_0x48dd0d['push'](_0x48dd0d['shift']());}}}(a0_0xa057,0xe99ad));import{LitElement}from'lit';function a0_0x3837(_0x4fca23,_0x4f529a){var _0xa05766=a0_0xa057();return a0_0x3837=function(_0x38374d,_0x281436){_0x38374d=_0x38374d-0x125;var _0x7d4f76=_0xa05766[_0x38374d];return _0x7d4f76;},a0_0x3837(_0x4fca23,_0x4f529a);}import{i18next,localize}from'@operato/i18n';import{MetaBasicGristMixin}from'./../mixin/meta-basic-grist-mixin.js';export class MetaGristElement extends MetaBasicGristMixin(localize(i18next)(LitElement)){}customElements[a0_0x1c217f(0x126)]('meta-grist-element',MetaGristElement);
1
+ (function(_0x2f7fd2,_0x47773c){var _0x149e87=a0_0x291c,_0x47faab=_0x2f7fd2();while(!![]){try{var _0x2f5827=parseInt(_0x149e87(0x11d))/0x1*(parseInt(_0x149e87(0x116))/0x2)+parseInt(_0x149e87(0x119))/0x3+-parseInt(_0x149e87(0x113))/0x4+parseInt(_0x149e87(0x11a))/0x5*(-parseInt(_0x149e87(0x115))/0x6)+parseInt(_0x149e87(0x11b))/0x7+parseInt(_0x149e87(0x118))/0x8*(-parseInt(_0x149e87(0x117))/0x9)+parseInt(_0x149e87(0x11c))/0xa*(parseInt(_0x149e87(0x114))/0xb);if(_0x2f5827===_0x47773c)break;else _0x47faab['push'](_0x47faab['shift']());}catch(_0x2958b7){_0x47faab['push'](_0x47faab['shift']());}}}(a0_0x5395,0x4d9db));import{LitElement}from'lit';import{i18next,localize}from'@operato/i18n';function a0_0x5395(){var _0x4a20be=['9aTHYFW','974320BqcUrE','1889001SRHQoJ','272010hdBwkv','512218HDzzxO','10HyRAzB','160313apIjAk','239504UGIBRb','1984917hnBhzV','60BPfKBL','2HwJDnP'];a0_0x5395=function(){return _0x4a20be;};return a0_0x5395();}import{MetaBasicGristMixin}from'./../mixin/meta-basic-grist-mixin.js';export class MetaGristElement extends MetaBasicGristMixin(localize(i18next)(LitElement)){}function a0_0x291c(_0x39597d,_0x14caca){var _0x539539=a0_0x5395();return a0_0x291c=function(_0x291c33,_0x4c9843){_0x291c33=_0x291c33-0x113;var _0x61287a=_0x539539[_0x291c33];return _0x61287a;},a0_0x291c(_0x39597d,_0x14caca);}customElements['define']('meta-grist-element',MetaGristElement);
@@ -1 +1 @@
1
- (function(_0x30de5b,_0xa48dd3){var _0x208dbf=a0_0x5ae6,_0xbcd201=_0x30de5b();while(!![]){try{var _0x18d032=-parseInt(_0x208dbf(0x1d9))/0x1+parseInt(_0x208dbf(0x1de))/0x2*(-parseInt(_0x208dbf(0x1da))/0x3)+parseInt(_0x208dbf(0x1e0))/0x4+-parseInt(_0x208dbf(0x1dc))/0x5+-parseInt(_0x208dbf(0x1df))/0x6+parseInt(_0x208dbf(0x1d8))/0x7*(parseInt(_0x208dbf(0x1dd))/0x8)+parseInt(_0x208dbf(0x1db))/0x9;if(_0x18d032===_0xa48dd3)break;else _0xbcd201['push'](_0xbcd201['shift']());}catch(_0x1ad33d){_0xbcd201['push'](_0xbcd201['shift']());}}}(a0_0x24b1,0xce8b1));function a0_0x24b1(){var _0x2b9695=['19577934JeecYA','4818985nbFbvt','9453008AYovXb','1502kUjQMC','2406996bWirZg','2668404UHbQsK','7jyqEAF','669316YDoBsG','4569xDiMOV'];a0_0x24b1=function(){return _0x2b9695;};return a0_0x24b1();}import{i18next,localize}from'@operato/i18n';import{PageView}from'@things-factory/shell';import{MetaBasicGristMixin}from'./../mixin/meta-basic-grist-mixin.js';import'./meta-grist-element';import'./meta-form-element';function a0_0x5ae6(_0x565493,_0x22c002){var _0x24b1f3=a0_0x24b1();return a0_0x5ae6=function(_0x5ae68f,_0x1e2328){_0x5ae68f=_0x5ae68f-0x1d8;var _0x598cff=_0x24b1f3[_0x5ae68f];return _0x598cff;},a0_0x5ae6(_0x565493,_0x22c002);}import'./meta-tab-element';export class MetaGristPage extends MetaBasicGristMixin(localize(i18next)(PageView)){}customElements['define']('meta-grist-page',MetaGristPage);
1
+ var a0_0x459396=a0_0xfeb8;function a0_0x352f(){var _0x16f07e=['131805vJTEZE','884930rqvpuc','618248qEFlMT','83ONRJtJ','1245342xDRlFr','define','7TUjQLb','meta-grist-page','837624iPcWlh','5UMVfuv','2053638xMzTvH','2894GqEOwE'];a0_0x352f=function(){return _0x16f07e;};return a0_0x352f();}(function(_0x231d79,_0x41b300){var _0x52ad24=a0_0xfeb8,_0xaacf4f=_0x231d79();while(!![]){try{var _0x363b38=parseInt(_0x52ad24(0x1ee))/0x1*(-parseInt(_0x52ad24(0x1ea))/0x2)+parseInt(_0x52ad24(0x1eb))/0x3+-parseInt(_0x52ad24(0x1e7))/0x4*(-parseInt(_0x52ad24(0x1e8))/0x5)+parseInt(_0x52ad24(0x1ef))/0x6+parseInt(_0x52ad24(0x1e5))/0x7*(-parseInt(_0x52ad24(0x1ed))/0x8)+-parseInt(_0x52ad24(0x1e9))/0x9+parseInt(_0x52ad24(0x1ec))/0xa;if(_0x363b38===_0x41b300)break;else _0xaacf4f['push'](_0xaacf4f['shift']());}catch(_0x225a73){_0xaacf4f['push'](_0xaacf4f['shift']());}}}(a0_0x352f,0x1e3b3));import{i18next,localize}from'@operato/i18n';import{PageView}from'@things-factory/shell';import{MetaBasicGristMixin}from'./../mixin/meta-basic-grist-mixin.js';function a0_0xfeb8(_0x1a6a32,_0x2f52a8){var _0x352f5e=a0_0x352f();return a0_0xfeb8=function(_0xfeb897,_0x53333a){_0xfeb897=_0xfeb897-0x1e4;var _0x50524d=_0x352f5e[_0xfeb897];return _0x50524d;},a0_0xfeb8(_0x1a6a32,_0x2f52a8);}import'./meta-grist-element';import'./meta-form-element';import'./meta-tab-element';export class MetaGristPage extends MetaBasicGristMixin(localize(i18next)(PageView)){}customElements[a0_0x459396(0x1e4)](a0_0x459396(0x1e6),MetaGristPage);
@@ -1 +1 @@
1
- var a0_0x149026=a0_0x4211;(function(_0x5838c9,_0x3ca5ac){var _0x11fe0a=a0_0x4211,_0x22e5eb=_0x5838c9();while(!![]){try{var _0x38cad5=parseInt(_0x11fe0a(0x1aa))/0x1+-parseInt(_0x11fe0a(0x1ab))/0x2+-parseInt(_0x11fe0a(0x1ad))/0x3+-parseInt(_0x11fe0a(0x1a7))/0x4*(parseInt(_0x11fe0a(0x1ac))/0x5)+parseInt(_0x11fe0a(0x1a8))/0x6+-parseInt(_0x11fe0a(0x1a6))/0x7+parseInt(_0x11fe0a(0x1a5))/0x8;if(_0x38cad5===_0x3ca5ac)break;else _0x22e5eb['push'](_0x22e5eb['shift']());}catch(_0x26b71d){_0x22e5eb['push'](_0x22e5eb['shift']());}}}(a0_0x2011,0x62e56));import{LitElement}from'lit';import{i18next,localize}from'@operato/i18n';import{MetaGristTabMixin}from'./../mixin/meta-grist-tab-mixin';function a0_0x2011(){var _0x54d027=['meta-grist-tab-element','53579ffFgvu','1562428jJNbFG','688215bdCiPe','2357706izkGRB','20433256YWGsFP','3113992Jvfvme','8iwpqYy','507600fDXzTr'];a0_0x2011=function(){return _0x54d027;};return a0_0x2011();}import'./meta-grist-element';function a0_0x4211(_0x1953e6,_0x525960){var _0x201150=a0_0x2011();return a0_0x4211=function(_0x42117e,_0xae00fd){_0x42117e=_0x42117e-0x1a5;var _0x49d6fe=_0x201150[_0x42117e];return _0x49d6fe;},a0_0x4211(_0x1953e6,_0x525960);}import'./meta-form-element';import'./meta-tab-element';export class MetaGristTabElement extends MetaGristTabMixin(localize(i18next)(LitElement)){}customElements['define'](a0_0x149026(0x1a9),MetaGristTabElement);
1
+ var a0_0x32f69c=a0_0x1068;(function(_0x5f0745,_0x434077){var _0x13705a=a0_0x1068,_0x761e20=_0x5f0745();while(!![]){try{var _0x4601fa=parseInt(_0x13705a(0x1b3))/0x1*(parseInt(_0x13705a(0x1b0))/0x2)+parseInt(_0x13705a(0x1b7))/0x3*(-parseInt(_0x13705a(0x1b2))/0x4)+parseInt(_0x13705a(0x1b8))/0x5+parseInt(_0x13705a(0x1af))/0x6+parseInt(_0x13705a(0x1b9))/0x7+parseInt(_0x13705a(0x1b1))/0x8+parseInt(_0x13705a(0x1b4))/0x9*(-parseInt(_0x13705a(0x1b5))/0xa);if(_0x4601fa===_0x434077)break;else _0x761e20['push'](_0x761e20['shift']());}catch(_0x12c483){_0x761e20['push'](_0x761e20['shift']());}}}(a0_0x2956,0x6a4b8));import{LitElement}from'lit';import{i18next,localize}from'@operato/i18n';import{MetaGristTabMixin}from'./../mixin/meta-grist-tab-mixin';import'./meta-grist-element';import'./meta-form-element';import'./meta-tab-element';function a0_0x1068(_0x234f52,_0x4c61be){var _0x295679=a0_0x2956();return a0_0x1068=function(_0x10681e,_0x5b2dbc){_0x10681e=_0x10681e-0x1af;var _0x1589e4=_0x295679[_0x10681e];return _0x1589e4;},a0_0x1068(_0x234f52,_0x4c61be);}function a0_0x2956(){var _0x376ae9=['9673812oQUEJE','10vjrfcf','meta-grist-tab-element','33LbhAOl','412505KQkEUW','1433061ZkYhxQ','2560932NabcuN','38VSbFHR','4075368TvFXNW','184328FcxJUF','41773Urqief'];a0_0x2956=function(){return _0x376ae9;};return a0_0x2956();}export class MetaGristTabElement extends MetaGristTabMixin(localize(i18next)(LitElement)){}customElements['define'](a0_0x32f69c(0x1b6),MetaGristTabElement);
@@ -1 +1 @@
1
- var a0_0xd759cc=a0_0x58cd;(function(_0x18b116,_0x436e1d){var _0x284623=a0_0x58cd,_0x31d6ba=_0x18b116();while(!![]){try{var _0x45258=parseInt(_0x284623(0x175))/0x1*(-parseInt(_0x284623(0x176))/0x2)+-parseInt(_0x284623(0x17c))/0x3*(parseInt(_0x284623(0x173))/0x4)+-parseInt(_0x284623(0x17d))/0x5*(-parseInt(_0x284623(0x17b))/0x6)+-parseInt(_0x284623(0x177))/0x7+-parseInt(_0x284623(0x171))/0x8*(-parseInt(_0x284623(0x178))/0x9)+-parseInt(_0x284623(0x170))/0xa*(parseInt(_0x284623(0x179))/0xb)+-parseInt(_0x284623(0x174))/0xc*(-parseInt(_0x284623(0x17a))/0xd);if(_0x45258===_0x436e1d)break;else _0x31d6ba['push'](_0x31d6ba['shift']());}catch(_0x5b6da7){_0x31d6ba['push'](_0x31d6ba['shift']());}}}(a0_0x8999,0x8b298));import{i18next,localize}from'@operato/i18n';import{PageView}from'@things-factory/shell';import{MetaGristTabMixin}from'./../mixin/meta-grist-tab-mixin';function a0_0x8999(){var _0x541002=['366Egdmli','18895lHATKt','1286900ThvLjT','8ovDHLl','meta-grist-tab-page','26568lXliyw','84eYVNWU','282727iNGDTy','4iukIjO','5602198CxKJDu','3645405ZrsTMl','44WCUNjY','4349189aQdawf','816ZPEBre'];a0_0x8999=function(){return _0x541002;};return a0_0x8999();}import'./meta-grist-element';import'./meta-form-element';import'./meta-tab-element';export class MetaGristTabPage extends MetaGristTabMixin(localize(i18next)(PageView)){}function a0_0x58cd(_0x295f28,_0x297de2){var _0x899905=a0_0x8999();return a0_0x58cd=function(_0x58cd4c,_0x346c1b){_0x58cd4c=_0x58cd4c-0x170;var _0x3d9f1e=_0x899905[_0x58cd4c];return _0x3d9f1e;},a0_0x58cd(_0x295f28,_0x297de2);}customElements['define'](a0_0xd759cc(0x172),MetaGristTabPage);
1
+ var a0_0xd84e28=a0_0x56fb;(function(_0x57b417,_0x8366f0){var _0x900c31=a0_0x56fb,_0x53bf45=_0x57b417();while(!![]){try{var _0x3bc96f=parseInt(_0x900c31(0xa1))/0x1+-parseInt(_0x900c31(0xa7))/0x2+parseInt(_0x900c31(0xa4))/0x3+parseInt(_0x900c31(0xa2))/0x4*(-parseInt(_0x900c31(0xa8))/0x5)+-parseInt(_0x900c31(0xa9))/0x6*(-parseInt(_0x900c31(0xa6))/0x7)+-parseInt(_0x900c31(0xa5))/0x8+parseInt(_0x900c31(0xa0))/0x9;if(_0x3bc96f===_0x8366f0)break;else _0x53bf45['push'](_0x53bf45['shift']());}catch(_0x515f5f){_0x53bf45['push'](_0x53bf45['shift']());}}}(a0_0x3fee,0xf3b67));import{i18next,localize}from'@operato/i18n';function a0_0x3fee(){var _0xe27230=['793674akoqwe','13427720vbnrTX','5090799oTLxbF','803270hZdQSL','360110wFjRCo','6ytoNCL','31338270EEduUF','549096xcvUym','108XIxeGA','define'];a0_0x3fee=function(){return _0xe27230;};return a0_0x3fee();}import{PageView}from'@things-factory/shell';import{MetaGristTabMixin}from'./../mixin/meta-grist-tab-mixin';import'./meta-grist-element';function a0_0x56fb(_0x2b9e38,_0x440cf6){var _0x3fee28=a0_0x3fee();return a0_0x56fb=function(_0x56fb30,_0x429a92){_0x56fb30=_0x56fb30-0xa0;var _0x41e0bd=_0x3fee28[_0x56fb30];return _0x41e0bd;},a0_0x56fb(_0x2b9e38,_0x440cf6);}import'./meta-form-element';import'./meta-tab-element';export class MetaGristTabPage extends MetaGristTabMixin(localize(i18next)(PageView)){}customElements[a0_0xd84e28(0xa3)]('meta-grist-tab-page',MetaGristTabPage);
@@ -1 +1 @@
1
- var a0_0x1dd1e0=a0_0x3e10;(function(_0x4fcce5,_0x513d86){var _0x3499e8=a0_0x3e10,_0x1f19ed=_0x4fcce5();while(!![]){try{var _0x104537=-parseInt(_0x3499e8(0xff))/0x1*(-parseInt(_0x3499e8(0xfa))/0x2)+-parseInt(_0x3499e8(0x103))/0x3*(-parseInt(_0x3499e8(0x102))/0x4)+-parseInt(_0x3499e8(0xfd))/0x5+parseInt(_0x3499e8(0x100))/0x6+-parseInt(_0x3499e8(0x101))/0x7*(parseInt(_0x3499e8(0xfe))/0x8)+-parseInt(_0x3499e8(0xf9))/0x9*(parseInt(_0x3499e8(0xfc))/0xa)+-parseInt(_0x3499e8(0xfb))/0xb;if(_0x104537===_0x513d86)break;else _0x1f19ed['push'](_0x1f19ed['shift']());}catch(_0x359a90){_0x1f19ed['push'](_0x1f19ed['shift']());}}}(a0_0xa960,0xc418a));import{LitElement}from'lit';import{i18next,localize}from'@operato/i18n';import{MetaMainTabMixin}from'./../mixin/meta-main-tab-mixin';function a0_0xa960(){var _0x5c68be=['2087428YDWmww','108556nWVsgQ','147OdFgZn','meta-main-tab-element','216fVvbVA','9824DmzEXP','13189462wPgRif','421360oPqwyH','1631955tsCZYr','8GnjzAV','202UaDvAz','7896456uNyEHh'];a0_0xa960=function(){return _0x5c68be;};return a0_0xa960();}function a0_0x3e10(_0x3b4db5,_0x1b3f5c){var _0xa96098=a0_0xa960();return a0_0x3e10=function(_0x3e107,_0x8067f3){_0x3e107=_0x3e107-0xf9;var _0x4ef83c=_0xa96098[_0x3e107];return _0x4ef83c;},a0_0x3e10(_0x3b4db5,_0x1b3f5c);}export class MetaMainTabElement extends MetaMainTabMixin(localize(i18next)(LitElement)){}customElements['define'](a0_0x1dd1e0(0x104),MetaMainTabElement);
1
+ var a0_0x21a815=a0_0x5147;(function(_0x4999f4,_0x506e05){var _0x3771c9=a0_0x5147,_0x12516f=_0x4999f4();while(!![]){try{var _0xe54500=parseInt(_0x3771c9(0xc6))/0x1*(parseInt(_0x3771c9(0xc9))/0x2)+-parseInt(_0x3771c9(0xcf))/0x3*(parseInt(_0x3771c9(0xc7))/0x4)+-parseInt(_0x3771c9(0xc8))/0x5*(parseInt(_0x3771c9(0xcb))/0x6)+parseInt(_0x3771c9(0xcd))/0x7*(parseInt(_0x3771c9(0xd1))/0x8)+parseInt(_0x3771c9(0xce))/0x9*(parseInt(_0x3771c9(0xcc))/0xa)+parseInt(_0x3771c9(0xca))/0xb+-parseInt(_0x3771c9(0xd2))/0xc;if(_0xe54500===_0x506e05)break;else _0x12516f['push'](_0x12516f['shift']());}catch(_0x2e82f8){_0x12516f['push'](_0x12516f['shift']());}}}(a0_0x1fe2,0x63fb5));import{LitElement}from'lit';import{i18next,localize}from'@operato/i18n';import{MetaMainTabMixin}from'./../mixin/meta-main-tab-mixin';export class MetaMainTabElement extends MetaMainTabMixin(localize(i18next)(LitElement)){}function a0_0x5147(_0x5f0872,_0x20700e){var _0x1fe268=a0_0x1fe2();return a0_0x5147=function(_0x5147f4,_0xeb32f7){_0x5147f4=_0x5147f4-0xc6;var _0x14aab6=_0x1fe268[_0x5147f4];return _0x14aab6;},a0_0x5147(_0x5f0872,_0x20700e);}function a0_0x1fe2(){var _0x2d6ead=['110907fKqsev','3zVRMKw','meta-main-tab-element','410072fpbfeq','3736608LKRVId','2698LxjAjC','2160644oNfoRQ','14215QqVtmA','436DGruoz','5574756xARKbl','1188VjhVIa','550jdpJLT','7jhwrNT'];a0_0x1fe2=function(){return _0x2d6ead;};return a0_0x1fe2();}customElements['define'](a0_0x21a815(0xd0),MetaMainTabElement);
@@ -1 +1 @@
1
- var a0_0x351b87=a0_0x2967;function a0_0x18ed(){var _0x41d193=['135970Rbyrhp','define','980403wGbzRQ','11702gyvqQZ','205BJxswh','11hgPynJ','6ucWXWC','9604BCHtQg','833772zZpmKf','381936ZxmiXy','99cuXykY','2MkNRkU','1372966JukXhe'];a0_0x18ed=function(){return _0x41d193;};return a0_0x18ed();}(function(_0x262022,_0x34a6a2){var _0x51151d=a0_0x2967,_0x2aac19=_0x262022();while(!![]){try{var _0x252fc5=-parseInt(_0x51151d(0x16b))/0x1*(-parseInt(_0x51151d(0x170))/0x2)+parseInt(_0x51151d(0x16f))/0x3+parseInt(_0x51151d(0x174))/0x4*(-parseInt(_0x51151d(0x171))/0x5)+parseInt(_0x51151d(0x173))/0x6*(parseInt(_0x51151d(0x16c))/0x7)+parseInt(_0x51151d(0x176))/0x8+-parseInt(_0x51151d(0x177))/0x9*(parseInt(_0x51151d(0x16d))/0xa)+-parseInt(_0x51151d(0x172))/0xb*(parseInt(_0x51151d(0x175))/0xc);if(_0x252fc5===_0x34a6a2)break;else _0x2aac19['push'](_0x2aac19['shift']());}catch(_0x5b1a32){_0x2aac19['push'](_0x2aac19['shift']());}}}(a0_0x18ed,0x40abe));import{i18next,localize}from'@operato/i18n';import{PageView}from'@things-factory/shell';import{MetaMainTabMixin}from'./../mixin/meta-main-tab-mixin';import'./meta-grist-element';import'./meta-form-element';import'./meta-tab-element';function a0_0x2967(_0x3dbf8f,_0x93467e){var _0x18ed44=a0_0x18ed();return a0_0x2967=function(_0x296795,_0x5b2cc1){_0x296795=_0x296795-0x16b;var _0x5c40d0=_0x18ed44[_0x296795];return _0x5c40d0;},a0_0x2967(_0x3dbf8f,_0x93467e);}export class MetaMainTabPage extends MetaMainTabMixin(localize(i18next)(PageView)){}customElements[a0_0x351b87(0x16e)]('meta-main-tab-page',MetaMainTabPage);
1
+ var a0_0x825afe=a0_0x2113;function a0_0x2113(_0x4080ef,_0x36cc21){var _0x3fa561=a0_0x3fa5();return a0_0x2113=function(_0x211307,_0x560fb8){_0x211307=_0x211307-0xf9;var _0x3023ea=_0x3fa561[_0x211307];return _0x3023ea;},a0_0x2113(_0x4080ef,_0x36cc21);}(function(_0x35e7d5,_0x3971ab){var _0x28f16b=a0_0x2113,_0x3e97ba=_0x35e7d5();while(!![]){try{var _0x25fbe2=parseInt(_0x28f16b(0x105))/0x1*(-parseInt(_0x28f16b(0xfa))/0x2)+-parseInt(_0x28f16b(0xf9))/0x3*(-parseInt(_0x28f16b(0x104))/0x4)+parseInt(_0x28f16b(0x103))/0x5*(parseInt(_0x28f16b(0xfc))/0x6)+-parseInt(_0x28f16b(0xfb))/0x7*(parseInt(_0x28f16b(0xff))/0x8)+-parseInt(_0x28f16b(0x102))/0x9*(-parseInt(_0x28f16b(0xfe))/0xa)+parseInt(_0x28f16b(0x100))/0xb+parseInt(_0x28f16b(0x106))/0xc*(-parseInt(_0x28f16b(0x101))/0xd);if(_0x25fbe2===_0x3971ab)break;else _0x3e97ba['push'](_0x3e97ba['shift']());}catch(_0x5291a5){_0x3e97ba['push'](_0x3e97ba['shift']());}}}(a0_0x3fa5,0xb6aa2));import{i18next,localize}from'@operato/i18n';import{PageView}from'@things-factory/shell';import{MetaMainTabMixin}from'./../mixin/meta-main-tab-mixin';import'./meta-grist-element';function a0_0x3fa5(){var _0x46bcf9=['7576698AltjPo','meta-main-tab-page','126290ZlqjSf','156344xcQItm','401280bngxlJ','3961217Guzari','459yqJxRQ','5zKteKP','572212zNeZKr','181639aGksjf','12Qhuvii','3uZFzmJ','6eeeFwe','175uBQxCo'];a0_0x3fa5=function(){return _0x46bcf9;};return a0_0x3fa5();}import'./meta-form-element';import'./meta-tab-element';export class MetaMainTabPage extends MetaMainTabMixin(localize(i18next)(PageView)){}customElements['define'](a0_0x825afe(0xfd),MetaMainTabPage);
@@ -1 +1 @@
1
- var a0_0x7ef29e=a0_0x56a5;(function(_0x1d16fa,_0x25d602){var _0x5b79a5=a0_0x56a5,_0x2fcf86=_0x1d16fa();while(!![]){try{var _0x305974=-parseInt(_0x5b79a5(0x144))/0x1+-parseInt(_0x5b79a5(0x140))/0x2+parseInt(_0x5b79a5(0x148))/0x3*(parseInt(_0x5b79a5(0x145))/0x4)+-parseInt(_0x5b79a5(0x141))/0x5+-parseInt(_0x5b79a5(0x143))/0x6*(-parseInt(_0x5b79a5(0x146))/0x7)+-parseInt(_0x5b79a5(0x147))/0x8+parseInt(_0x5b79a5(0x13f))/0x9*(parseInt(_0x5b79a5(0x13d))/0xa);if(_0x305974===_0x25d602)break;else _0x2fcf86['push'](_0x2fcf86['shift']());}catch(_0x4c2657){_0x2fcf86['push'](_0x2fcf86['shift']());}}}(a0_0x25ec,0x80afe));import{LitElement}from'lit';function a0_0x56a5(_0x24ea3a,_0x3f1a27){var _0x25ecc7=a0_0x25ec();return a0_0x56a5=function(_0x56a57c,_0x3b2a5e){_0x56a57c=_0x56a57c-0x13d;var _0x52808d=_0x25ecc7[_0x56a57c];return _0x52808d;},a0_0x56a5(_0x24ea3a,_0x3f1a27);}import{i18next,localize}from'@operato/i18n';import{MetaMasterDetailMixin}from'./../mixin/meta-master-detail-mixin';export class MetaMasterDetailElement extends MetaMasterDetailMixin(localize(i18next)(LitElement)){}customElements[a0_0x7ef29e(0x13e)](a0_0x7ef29e(0x142),MetaMasterDetailElement);function a0_0x25ec(){var _0x4ab76d=['meta-master-detail-element','12YMYqeU','862904eeyjXa','1564796oRFOAp','319424QmcNef','7037432EczbVI','6kctrIG','30sBQpgp','define','7449579tVUcVf','127864cRjRro','5116190RQLlqA'];a0_0x25ec=function(){return _0x4ab76d;};return a0_0x25ec();}
1
+ var a0_0x2a5f06=a0_0x4f39;(function(_0x5b9bd3,_0x27f0bf){var _0x1c1895=a0_0x4f39,_0x51af7b=_0x5b9bd3();while(!![]){try{var _0x334d2c=-parseInt(_0x1c1895(0xf5))/0x1*(parseInt(_0x1c1895(0xf1))/0x2)+-parseInt(_0x1c1895(0xef))/0x3+parseInt(_0x1c1895(0xf3))/0x4+-parseInt(_0x1c1895(0xf4))/0x5+parseInt(_0x1c1895(0xf7))/0x6*(-parseInt(_0x1c1895(0xf0))/0x7)+parseInt(_0x1c1895(0xf8))/0x8+parseInt(_0x1c1895(0xf6))/0x9;if(_0x334d2c===_0x27f0bf)break;else _0x51af7b['push'](_0x51af7b['shift']());}catch(_0x5105c4){_0x51af7b['push'](_0x51af7b['shift']());}}}(a0_0x1fea,0xa0228));function a0_0x1fea(){var _0x46576d=['22685130TudmgQ','18enFKVA','6528904EMnVuy','3568404OVvLRK','1878184SIdBqn','18AqVocd','define','3976536tUpdCg','3224670ZtURBL','115063bfUlUp'];a0_0x1fea=function(){return _0x46576d;};return a0_0x1fea();}function a0_0x4f39(_0x3cb4c4,_0x494c2e){var _0x1fea40=a0_0x1fea();return a0_0x4f39=function(_0x4f39a3,_0x3ca8dc){_0x4f39a3=_0x4f39a3-0xef;var _0x425fec=_0x1fea40[_0x4f39a3];return _0x425fec;},a0_0x4f39(_0x3cb4c4,_0x494c2e);}import{LitElement}from'lit';import{i18next,localize}from'@operato/i18n';import{MetaMasterDetailMixin}from'./../mixin/meta-master-detail-mixin';export class MetaMasterDetailElement extends MetaMasterDetailMixin(localize(i18next)(LitElement)){}customElements[a0_0x2a5f06(0xf2)]('meta-master-detail-element',MetaMasterDetailElement);
@@ -1 +1 @@
1
- var a0_0x540070=a0_0x11ab;(function(_0x257c90,_0x12707f){var _0xd39071=a0_0x11ab,_0x424a78=_0x257c90();while(!![]){try{var _0xc12642=-parseInt(_0xd39071(0x1f3))/0x1+-parseInt(_0xd39071(0x1e9))/0x2*(parseInt(_0xd39071(0x1e8))/0x3)+-parseInt(_0xd39071(0x1ed))/0x4*(-parseInt(_0xd39071(0x1ee))/0x5)+-parseInt(_0xd39071(0x1f2))/0x6*(-parseInt(_0xd39071(0x1ef))/0x7)+parseInt(_0xd39071(0x1f0))/0x8+-parseInt(_0xd39071(0x1ec))/0x9*(-parseInt(_0xd39071(0x1f1))/0xa)+-parseInt(_0xd39071(0x1eb))/0xb;if(_0xc12642===_0x12707f)break;else _0x424a78['push'](_0x424a78['shift']());}catch(_0x1c7e79){_0x424a78['push'](_0x424a78['shift']());}}}(a0_0x227f,0xeb10b));import{i18next,localize}from'@operato/i18n';function a0_0x11ab(_0x4b9c2b,_0x5586c2){var _0x227fb2=a0_0x227f();return a0_0x11ab=function(_0x11abe2,_0x3fe70b){_0x11abe2=_0x11abe2-0x1e8;var _0xf22dfb=_0x227fb2[_0x11abe2];return _0xf22dfb;},a0_0x11ab(_0x4b9c2b,_0x5586c2);}function a0_0x227f(){var _0x27dba2=['5113336DAkLhZ','387080ZZardT','49326XhBoQP','318369vWyxmj','25749MwARZk','34gqEVOC','meta-master-detail-page','4505512ZZBxRG','252ntTugm','24eJGPFz','39950iiEanz','56XXjskC'];a0_0x227f=function(){return _0x27dba2;};return a0_0x227f();}import{PageView}from'@things-factory/shell';import{MetaMasterDetailMixin}from'./../mixin/meta-master-detail-mixin';import'./meta-grist-element';import'./meta-form-element';import'./meta-tab-element';export class MetaMasterDetailPage extends MetaMasterDetailMixin(localize(i18next)(PageView)){}customElements['define'](a0_0x540070(0x1ea),MetaMasterDetailPage);
1
+ var a0_0x3250a5=a0_0x1f23;(function(_0x30184d,_0x536cf7){var _0xd4c625=a0_0x1f23,_0xabfb07=_0x30184d();while(!![]){try{var _0x3bf4df=parseInt(_0xd4c625(0x173))/0x1*(parseInt(_0xd4c625(0x172))/0x2)+parseInt(_0xd4c625(0x175))/0x3+parseInt(_0xd4c625(0x17b))/0x4*(-parseInt(_0xd4c625(0x17a))/0x5)+parseInt(_0xd4c625(0x17c))/0x6+-parseInt(_0xd4c625(0x174))/0x7*(-parseInt(_0xd4c625(0x177))/0x8)+parseInt(_0xd4c625(0x176))/0x9+-parseInt(_0xd4c625(0x178))/0xa;if(_0x3bf4df===_0x536cf7)break;else _0xabfb07['push'](_0xabfb07['shift']());}catch(_0x39a7b8){_0xabfb07['push'](_0xabfb07['shift']());}}}(a0_0x1361,0xd8c4d));import{i18next,localize}from'@operato/i18n';import{PageView}from'@things-factory/shell';import{MetaMasterDetailMixin}from'./../mixin/meta-master-detail-mixin';function a0_0x1361(){var _0x3ee795=['12294162bMpxYv','146352KWACla','29385520rjDwpf','meta-master-detail-page','12955HzPlGl','68keCKiw','247956aCkPCN','5998utoicN','467XxypzS','147hlLOiz','2035299viOdEp'];a0_0x1361=function(){return _0x3ee795;};return a0_0x1361();}import'./meta-grist-element';import'./meta-form-element';function a0_0x1f23(_0x332750,_0x43d1c4){var _0x1361dd=a0_0x1361();return a0_0x1f23=function(_0x1f23a5,_0x5f2275){_0x1f23a5=_0x1f23a5-0x172;var _0x24c385=_0x1361dd[_0x1f23a5];return _0x24c385;},a0_0x1f23(_0x332750,_0x43d1c4);}import'./meta-tab-element';export class MetaMasterDetailPage extends MetaMasterDetailMixin(localize(i18next)(PageView)){}customElements['define'](a0_0x3250a5(0x179),MetaMasterDetailPage);
@@ -1 +1 @@
1
- var a0_0x1d08af=a0_0x17e6;(function(_0x46e73c,_0x2530e8){var _0x2e1813=a0_0x17e6,_0x2ee777=_0x46e73c();while(!![]){try{var _0x4c8e1c=-parseInt(_0x2e1813(0x1ea))/0x1+parseInt(_0x2e1813(0x1ed))/0x2*(-parseInt(_0x2e1813(0x1f3))/0x3)+parseInt(_0x2e1813(0x1f4))/0x4+parseInt(_0x2e1813(0x1eb))/0x5+-parseInt(_0x2e1813(0x1e9))/0x6*(-parseInt(_0x2e1813(0x1ef))/0x7)+parseInt(_0x2e1813(0x1ec))/0x8*(-parseInt(_0x2e1813(0x1f0))/0x9)+parseInt(_0x2e1813(0x1f1))/0xa;if(_0x4c8e1c===_0x2530e8)break;else _0x2ee777['push'](_0x2ee777['shift']());}catch(_0x10bda0){_0x2ee777['push'](_0x2ee777['shift']());}}}(a0_0x5f1c,0xae8b4));function a0_0x17e6(_0x3b894b,_0x4e8b81){var _0x5f1c3a=a0_0x5f1c();return a0_0x17e6=function(_0x17e60c,_0x15e43a){_0x17e60c=_0x17e60c-0x1e9;var _0x4b7670=_0x5f1c3a[_0x17e60c];return _0x4b7670;},a0_0x17e6(_0x3b894b,_0x4e8b81);}function a0_0x5f1c(){var _0x52af69=['17536qkpFTF','169886XTfdVA','define','497FIsUbf','4716NARppN','11755150XsOcwx','meta-tab-detail-element','15FIDQWF','2358836eaNmUO','78102ujHcvo','844381mHweJM','2216025uxIKuP'];a0_0x5f1c=function(){return _0x52af69;};return a0_0x5f1c();}import{LitElement}from'lit';import{i18next,localize}from'@operato/i18n';import{MetaTabDetailMixin}from'./../mixin/meta-tab-detail-mixin';export class MetaTabDetailElement extends MetaTabDetailMixin(localize(i18next)(LitElement)){}customElements[a0_0x1d08af(0x1ee)](a0_0x1d08af(0x1f2),MetaTabDetailElement);
1
+ var a0_0x2d7b54=a0_0x366f;(function(_0x4b1cd5,_0x1a9355){var _0x16ff2f=a0_0x366f,_0x229af5=_0x4b1cd5();while(!![]){try{var _0xbeb5ee=-parseInt(_0x16ff2f(0x87))/0x1*(parseInt(_0x16ff2f(0x85))/0x2)+parseInt(_0x16ff2f(0x8e))/0x3*(-parseInt(_0x16ff2f(0x8c))/0x4)+parseInt(_0x16ff2f(0x8d))/0x5*(parseInt(_0x16ff2f(0x8a))/0x6)+parseInt(_0x16ff2f(0x88))/0x7+parseInt(_0x16ff2f(0x89))/0x8+-parseInt(_0x16ff2f(0x8b))/0x9*(-parseInt(_0x16ff2f(0x90))/0xa)+-parseInt(_0x16ff2f(0x86))/0xb;if(_0xbeb5ee===_0x1a9355)break;else _0x229af5['push'](_0x229af5['shift']());}catch(_0x31d176){_0x229af5['push'](_0x229af5['shift']());}}}(a0_0xf8a9,0xee836));import{LitElement}from'lit';import{i18next,localize}from'@operato/i18n';function a0_0x366f(_0x2cead5,_0x539fc2){var _0xf8a968=a0_0xf8a9();return a0_0x366f=function(_0x366f2b,_0x4531ad){_0x366f2b=_0x366f2b-0x84;var _0x10d892=_0xf8a968[_0x366f2b];return _0x10d892;},a0_0x366f(_0x2cead5,_0x539fc2);}function a0_0xf8a9(){var _0x59205c=['42iQPzFq','916371qsxjgl','8hUNefC','958895FcVDop','2795217dYMZrW','meta-tab-detail-element','110XghdfQ','define','574SzBPSY','24709344dGqzsa','181ckjmWv','10081414IYRpRO','9888120GFwwgP'];a0_0xf8a9=function(){return _0x59205c;};return a0_0xf8a9();}import{MetaTabDetailMixin}from'./../mixin/meta-tab-detail-mixin';export class MetaTabDetailElement extends MetaTabDetailMixin(localize(i18next)(LitElement)){}customElements[a0_0x2d7b54(0x84)](a0_0x2d7b54(0x8f),MetaTabDetailElement);
@@ -1 +1 @@
1
- var a0_0x4100a6=a0_0x42d5;(function(_0x2257a6,_0x13c937){var _0x3bd54c=a0_0x42d5,_0x1cbaff=_0x2257a6();while(!![]){try{var _0x36a020=-parseInt(_0x3bd54c(0x137))/0x1*(-parseInt(_0x3bd54c(0x131))/0x2)+parseInt(_0x3bd54c(0x136))/0x3+-parseInt(_0x3bd54c(0x134))/0x4+parseInt(_0x3bd54c(0x138))/0x5+parseInt(_0x3bd54c(0x133))/0x6*(-parseInt(_0x3bd54c(0x130))/0x7)+-parseInt(_0x3bd54c(0x12f))/0x8*(-parseInt(_0x3bd54c(0x12e))/0x9)+-parseInt(_0x3bd54c(0x135))/0xa;if(_0x36a020===_0x13c937)break;else _0x1cbaff['push'](_0x1cbaff['shift']());}catch(_0x520362){_0x1cbaff['push'](_0x1cbaff['shift']());}}}(a0_0x2085,0x2c852));import{i18next,localize}from'@operato/i18n';import{PageView}from'@things-factory/shell';import{MetaTabDetailMixin}from'./../mixin/meta-tab-detail-mixin';import'./meta-grist-element';import'./meta-form-element';import'./meta-tab-element';export class MetaTabDetailPage extends MetaTabDetailMixin(localize(i18next)(PageView)){}customElements[a0_0x4100a6(0x12d)](a0_0x4100a6(0x132),MetaTabDetailPage);function a0_0x42d5(_0x23b0d5,_0x2ffed6){var _0x20857a=a0_0x2085();return a0_0x42d5=function(_0x42d54f,_0x12aecb){_0x42d54f=_0x42d54f-0x12d;var _0x4003a1=_0x20857a[_0x42d54f];return _0x4003a1;},a0_0x42d5(_0x23b0d5,_0x2ffed6);}function a0_0x2085(){var _0x381589=['116Mnxyst','1605950WELGgM','define','45nNxHaY','574256NFbikj','74669MpZcSS','2KcllwD','meta-tab-detail-page','36NLfaHp','17700XJVprY','6131060vogLKM','551013FmjvPV'];a0_0x2085=function(){return _0x381589;};return a0_0x2085();}
1
+ var a0_0x15d325=a0_0x2d8a;(function(_0x2d04ef,_0xe40887){var _0x1345e3=a0_0x2d8a,_0x115913=_0x2d04ef();while(!![]){try{var _0x19499e=parseInt(_0x1345e3(0xb3))/0x1+-parseInt(_0x1345e3(0xac))/0x2+parseInt(_0x1345e3(0xaf))/0x3+parseInt(_0x1345e3(0xb4))/0x4*(-parseInt(_0x1345e3(0xb6))/0x5)+parseInt(_0x1345e3(0xb1))/0x6+parseInt(_0x1345e3(0xad))/0x7+-parseInt(_0x1345e3(0xb2))/0x8*(-parseInt(_0x1345e3(0xb5))/0x9);if(_0x19499e===_0xe40887)break;else _0x115913['push'](_0x115913['shift']());}catch(_0x58ff78){_0x115913['push'](_0x115913['shift']());}}}(a0_0x87ae,0x78a7b));import{i18next,localize}from'@operato/i18n';import{PageView}from'@things-factory/shell';import{MetaTabDetailMixin}from'./../mixin/meta-tab-detail-mixin';import'./meta-grist-element';import'./meta-form-element';import'./meta-tab-element';function a0_0x2d8a(_0xe0c7bc,_0x59f677){var _0x87ae73=a0_0x87ae();return a0_0x2d8a=function(_0x2d8a20,_0x5d93b5){_0x2d8a20=_0x2d8a20-0xac;var _0x4af673=_0x87ae73[_0x2d8a20];return _0x4af673;},a0_0x2d8a(_0xe0c7bc,_0x59f677);}function a0_0x87ae(){var _0x2af232=['5084Ceqcjj','32uUygib','15264PLMiZW','145925TUKoDC','1870408OSAOVF','3218733cRuBFa','define','1567200ZcSfOl','meta-tab-detail-page','3992448zIQttL','48blPJIm'];a0_0x87ae=function(){return _0x2af232;};return a0_0x87ae();}export class MetaTabDetailPage extends MetaTabDetailMixin(localize(i18next)(PageView)){}customElements[a0_0x15d325(0xae)](a0_0x15d325(0xb0),MetaTabDetailPage);
@@ -1 +1 @@
1
- function a0_0x150f(){var _0x1f682d=['78550CJvftg','meta-tab-element','596795WbWgqP','2ykaWJg','586920ailiTO','7254621PQCokV','define','11391OlXfJl','348GhdyTh','2000184OTOKyQ','58611zzrdab'];a0_0x150f=function(){return _0x1f682d;};return a0_0x150f();}var a0_0x3c5592=a0_0x3d4e;function a0_0x3d4e(_0x4288a8,_0x254801){var _0x150f53=a0_0x150f();return a0_0x3d4e=function(_0x3d4ef2,_0x14927c){_0x3d4ef2=_0x3d4ef2-0xf2;var _0x1e612c=_0x150f53[_0x3d4ef2];return _0x1e612c;},a0_0x3d4e(_0x4288a8,_0x254801);}(function(_0x49c18c,_0xee5e4b){var _0x4d3579=a0_0x3d4e,_0x371c23=_0x49c18c();while(!![]){try{var _0x358427=-parseInt(_0x4d3579(0xf4))/0x1*(parseInt(_0x4d3579(0xfc))/0x2)+parseInt(_0x4d3579(0xf8))/0x3*(-parseInt(_0x4d3579(0xf9))/0x4)+parseInt(_0x4d3579(0xf3))/0x5+-parseInt(_0x4d3579(0xf5))/0x6+parseInt(_0x4d3579(0xfb))/0x7+-parseInt(_0x4d3579(0xfa))/0x8+parseInt(_0x4d3579(0xf6))/0x9;if(_0x358427===_0xee5e4b)break;else _0x371c23['push'](_0x371c23['shift']());}catch(_0x457431){_0x371c23['push'](_0x371c23['shift']());}}}(a0_0x150f,0x2b3ad));import{i18next,localize}from'@operato/i18n';import{LitElement}from'lit';import{MetaTabMixin}from'./../mixin/meta-tab-mixin';import'./meta-grist-element';import'./meta-form-element';export class MetaTabElement extends MetaTabMixin(localize(i18next)(LitElement)){}customElements[a0_0x3c5592(0xf7)](a0_0x3c5592(0xf2),MetaTabElement);
1
+ var a0_0x284c14=a0_0x1c8e;(function(_0x23f737,_0x180f4f){var _0x271853=a0_0x1c8e,_0x5d9231=_0x23f737();while(!![]){try{var _0x3424fd=-parseInt(_0x271853(0x1b6))/0x1*(parseInt(_0x271853(0x1b5))/0x2)+-parseInt(_0x271853(0x1ad))/0x3+-parseInt(_0x271853(0x1b2))/0x4*(parseInt(_0x271853(0x1b1))/0x5)+-parseInt(_0x271853(0x1b3))/0x6+-parseInt(_0x271853(0x1af))/0x7+parseInt(_0x271853(0x1b4))/0x8+parseInt(_0x271853(0x1b0))/0x9;if(_0x3424fd===_0x180f4f)break;else _0x5d9231['push'](_0x5d9231['shift']());}catch(_0xca8afe){_0x5d9231['push'](_0x5d9231['shift']());}}}(a0_0x58e1,0x3b86c));import{i18next,localize}from'@operato/i18n';import{LitElement}from'lit';import{MetaTabMixin}from'./../mixin/meta-tab-mixin';import'./meta-grist-element';function a0_0x1c8e(_0x46d6e6,_0x532389){var _0x58e114=a0_0x58e1();return a0_0x1c8e=function(_0x1c8e91,_0x32a832){_0x1c8e91=_0x1c8e91-0x1ac;var _0x379cc7=_0x58e114[_0x1c8e91];return _0x379cc7;},a0_0x1c8e(_0x46d6e6,_0x532389);}import'./meta-form-element';export class MetaTabElement extends MetaTabMixin(localize(i18next)(LitElement)){}function a0_0x58e1(){var _0x1c77bf=['1490142NynaHM','92552xmtQhF','2NSYIQM','463269xXflDr','define','354327XcdDng','meta-tab-element','2715349WcrIqH','16109811TbrWqJ','15pIKgAW','453448hinUxe'];a0_0x58e1=function(){return _0x1c77bf;};return a0_0x58e1();}customElements[a0_0x284c14(0x1ac)](a0_0x284c14(0x1ae),MetaTabElement);