@things-factory/meta-ui 6.1.5 → 6.1.6

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 (89) 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 +9 -9
  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 +7 -7
  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 +29 -29
  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 +6 -6
  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 +103 -103
  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 +11 -11
  59. package/client/viewparts/dynamic-menu-portrait-styles.js +1 -1
  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/index.js +3 -1
  73. package/server/service/meta-activity/meta-activity-mutation.js +1 -1
  74. package/server/service/meta-activity/meta-activity-query.js +1 -1
  75. package/server/service/meta-activity/meta-activity-type.js +1 -1
  76. package/server/service/meta-secret/meta-resolver.js +1 -1
  77. package/server/service/set-translations/set-translation-resolver.js +1 -1
  78. package/server/service/work-code/work-code-mutation.js +1 -1
  79. package/server/service/work-code/work-code-query.js +1 -1
  80. package/server/service/work-code/work-code-type.js +1 -1
  81. package/server/service/work-code/work-code.js +1 -1
  82. package/server/service/work-code-detail/work-code-detail-mutation.js +1 -1
  83. package/server/service/work-code-detail/work-code-detail-query.js +1 -1
  84. package/server/service/work-code-detail/work-code-detail-type.js +1 -1
  85. package/server/service/work-code-detail/work-code-detail.js +1 -1
  86. package/translations/en.json +2 -1
  87. package/translations/ko.json +2 -1
  88. package/translations/ms.json +2 -1
  89. package/translations/zh.json +2 -1
@@ -1,4 +1,4 @@
1
- const a0_0x2879cd=a0_0x1be1;(function(_0xdc5546,_0x2e6fcd){const _0x3083ff=a0_0x1be1,_0x47596d=_0xdc5546();while(!![]){try{const _0x1883ff=-parseInt(_0x3083ff(0x158))/0x1*(parseInt(_0x3083ff(0x168))/0x2)+-parseInt(_0x3083ff(0x16b))/0x3+-parseInt(_0x3083ff(0x14f))/0x4+-parseInt(_0x3083ff(0x15f))/0x5+-parseInt(_0x3083ff(0x174))/0x6+parseInt(_0x3083ff(0x163))/0x7*(parseInt(_0x3083ff(0x159))/0x8)+parseInt(_0x3083ff(0x151))/0x9;if(_0x1883ff===_0x2e6fcd)break;else _0x47596d['push'](_0x47596d['shift']());}catch(_0x54df34){_0x47596d['push'](_0x47596d['shift']());}}}(a0_0x44c3,0x30e48));import{css,html,LitElement}from'lit-element';import{i18next,localize}from'@things-factory/i18n-base';import{ScrollbarStyles,CommonGristStyles}from'@operato/styles';function a0_0x44c3(){const _0x51e400=['shadowRoot','sorters','filter','1570366LzxItN','bind','parent_id','connectedCallback','define','612jjEDpW','gridConfig','history-copy-list-popup','691134crhVaw','originalId','styles','render','list','searchByPagination','dirty','gqlFunc','gristConfig','1362324vvZadY','dataRevisionNo','#ox-grist','fetchHandler','querySelector','GRID','type','163956XCiqVs','gutter','7392906hXwdlW','getSelectColumns','Histories','string','getGristColumnConfig2','properties','columns','337VldiCk','8pUbpkQ','record','data_revision_action','center','rows','data_revision_no','1219825CxtRav'];a0_0x44c3=function(){return _0x51e400;};return a0_0x44c3();}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[a0_0x2879cd(0x16d)](){return[ScrollbarStyles,CommonGristStyles,css`
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`
2
2
  :host {
3
3
  display: flex;
4
4
  flex-direction: column;
@@ -8,11 +8,11 @@ const a0_0x2879cd=a0_0x1be1;(function(_0xdc5546,_0x2e6fcd){const _0x3083ff=a0_0x
8
8
  overflow-y: auto;
9
9
  flex: 1;
10
10
  }
11
- `];}static get[a0_0x2879cd(0x156)](){return{'parent_id':String};}async[a0_0x2879cd(0x166)](){const _0x5ee001=a0_0x2879cd;let _0x3c4d9d=this['open_param'][_0x5ee001(0x173)];this[_0x5ee001(0x172)]=this['open_param'][_0x5ee001(0x172)],delete _0x3c4d9d[_0x5ee001(0x16f)],delete _0x3c4d9d[_0x5ee001(0x15d)],_0x3c4d9d[_0x5ee001(0x15d)]={'appendable':!0x1,'selectable':!0x1},_0x3c4d9d[_0x5ee001(0x161)]=[{'name':'dataRevisionNo','desc':!0x0}];let _0x4fc9a4=_0x3c4d9d[_0x5ee001(0x157)][_0x5ee001(0x162)](_0x1e4c2f=>_0x5ee001(0x150)!=_0x1e4c2f[_0x5ee001(0x14e)]);_0x4fc9a4['forEach'](_0x9fe504=>{const _0x58613d=_0x5ee001;_0x9fe504[_0x58613d(0x162)]&&delete _0x9fe504[_0x58613d(0x162)],_0x9fe504[_0x58613d(0x15a)]||(_0x9fe504[_0x58613d(0x15a)]={}),_0x9fe504['sortable']=!0x1,_0x9fe504[_0x58613d(0x15a)]['editable']=!0x1;}),_0x3c4d9d[_0x5ee001(0x157)]=[{'type':'gutter','gutterName':_0x5ee001(0x171)},MetaApi[_0x5ee001(0x155)]('integer',_0x5ee001(0x175),_0x5ee001(0x15e),_0x5ee001(0x15c),!0x1,!0x0,0x5a),MetaApi[_0x5ee001(0x155)](_0x5ee001(0x154),'dataRevisionAction',_0x5ee001(0x15b),_0x5ee001(0x15c),!0x1,!0x1,0x5a),..._0x4fc9a4],this['gridConfig']=_0x3c4d9d,super[_0x5ee001(0x166)]&&await super[_0x5ee001(0x166)]();}[a0_0x2879cd(0x16e)](){const _0x19c10f=a0_0x2879cd;return html`
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`
12
12
  <ox-grist
13
13
  id="ox-grist"
14
- .config=${this[_0x19c10f(0x169)]}
15
- .mode=${_0x19c10f(0x14d)} auto-fetch
16
- .fetchHandler=${this[_0x19c10f(0x177)][_0x19c10f(0x164)](this)}>
14
+ .config=${this[_0x4106e5(0xf7)]}
15
+ .mode=${_0x4106e5(0xf5)} auto-fetch
16
+ .fetchHandler=${this[_0x4106e5(0xf8)][_0x4106e5(0xf3)](this)}>
17
17
  </ox-grist>
18
- `;}get['grist'](){const _0x5bec62=a0_0x2879cd;return this[_0x5bec62(0x160)][_0x5bec62(0x178)](_0x5bec62(0x176));}async['fetchHandler']({page:_0x8451f1=0x0,limit:_0x51bf15=0x0,sortings:_0x31200b=[],filters:_0x247aed=[]}){const _0x3c9629=a0_0x2879cd;let _0x44f909=[{'name':_0x3c9629(0x16c),'operator':'eq','value':this[_0x3c9629(0x165)]},..._0x247aed],_0x31cbe0=MetaApi[_0x3c9629(0x152)](this['gridConfig']['columns']);return await MetaApi[_0x3c9629(0x170)](this['gqlFunc']+_0x3c9629(0x153),_0x44f909,_0x31200b,_0x8451f1,_0x51bf15,_0x31cbe0);}}function a0_0x1be1(_0xc91a07,_0x4d7d1e){const _0x44c317=a0_0x44c3();return a0_0x1be1=function(_0x1be1c4,_0x148e0c){_0x1be1c4=_0x1be1c4-0x14d;let _0x1554c9=_0x44c317[_0x1be1c4];return _0x1554c9;},a0_0x1be1(_0xc91a07,_0x4d7d1e);}customElements[a0_0x2879cd(0x167)](a0_0x2879cd(0x16a),HistoryCopyListPopup);
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);
@@ -1,4 +1,4 @@
1
- function a0_0x3a57(){const _0x2ce903=['searchByPagination','string','7tdEOnJ','getGristColumnConfig2','gridConfig','querySelector','bind','Histories','render','4096208LSlfgi','35975bbVydR','1758012PUFXCR','styles','sortable','136hakqTQ','#ox-grist','records','dataRevisionAction','180261AASkBn','record','fetchHandler','108672ZDnKMX','gqlFunc','center','parent_id','forEach','map','properties','gutter','type','columns','define','dataRevisionNo','rows','open_param','connectedCallback','13428zfVCmT','2410JUwath','shadowRoot','784420ucYxwv','dirty','parse','gristConfig','sorters','filter'];a0_0x3a57=function(){return _0x2ce903;};return a0_0x3a57();}const a0_0x22936e=a0_0x5ea3;(function(_0x2c236d,_0x3d70cf){const _0x31e025=a0_0x5ea3,_0x27e72e=_0x2c236d();while(!![]){try{const _0x155292=-parseInt(_0x31e025(0x14f))/0x1+-parseInt(_0x31e025(0x164))/0x2+-parseInt(_0x31e025(0x152))/0x3+-parseInt(_0x31e025(0x14b))/0x4*(parseInt(_0x31e025(0x147))/0x5)+-parseInt(_0x31e025(0x148))/0x6*(-parseInt(_0x31e025(0x16c))/0x7)+parseInt(_0x31e025(0x146))/0x8+-parseInt(_0x31e025(0x161))/0x9*(-parseInt(_0x31e025(0x162))/0xa);if(_0x155292===_0x3d70cf)break;else _0x27e72e['push'](_0x27e72e['shift']());}catch(_0x2469df){_0x27e72e['push'](_0x27e72e['shift']());}}}(a0_0x3a57,0x4bfeb));function a0_0x5ea3(_0x296e0b,_0x173ec3){const _0x3a57e1=a0_0x3a57();return a0_0x5ea3=function(_0x5ea39c,_0x448bbc){_0x5ea39c=_0x5ea39c-0x145;let _0x4a1a81=_0x3a57e1[_0x5ea39c];return _0x4a1a81;},a0_0x5ea3(_0x296e0b,_0x173ec3);}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_0x22936e(0x149)](){return[ScrollbarStyles,CommonGristStyles,css`
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`
2
2
  :host {
3
3
  display: flex;
4
4
  flex-direction: column;
@@ -8,11 +8,11 @@ function a0_0x3a57(){const _0x2ce903=['searchByPagination','string','7tdEOnJ','g
8
8
  overflow-y: auto;
9
9
  flex: 1;
10
10
  }
11
- `];}static get[a0_0x22936e(0x158)](){return{'parent_id':String};}async[a0_0x22936e(0x160)](){const _0x2e8eb1=a0_0x22936e;let _0x4f652f=this[_0x2e8eb1(0x15f)][_0x2e8eb1(0x167)];this[_0x2e8eb1(0x153)]=this[_0x2e8eb1(0x15f)][_0x2e8eb1(0x153)],delete _0x4f652f['list'],delete _0x4f652f[_0x2e8eb1(0x15e)],_0x4f652f['rows']={'appendable':!0x1,'selectable':!0x1},_0x4f652f[_0x2e8eb1(0x168)]=[{'name':_0x2e8eb1(0x15d),'desc':!0x0}];let _0x589894=_0x4f652f[_0x2e8eb1(0x15b)][_0x2e8eb1(0x169)](_0x96914f=>_0x2e8eb1(0x159)!=_0x96914f[_0x2e8eb1(0x15a)]);_0x589894[_0x2e8eb1(0x156)](_0x3729f0=>{const _0x59c800=_0x2e8eb1;_0x3729f0[_0x59c800(0x169)]&&delete _0x3729f0['filter'],_0x3729f0[_0x59c800(0x150)]||(_0x3729f0[_0x59c800(0x150)]={}),_0x3729f0[_0x59c800(0x14a)]=!0x1,_0x3729f0[_0x59c800(0x150)]['editable']=!0x1;}),_0x4f652f[_0x2e8eb1(0x15b)]=[{'type':_0x2e8eb1(0x159),'gutterName':_0x2e8eb1(0x165)},MetaApi[_0x2e8eb1(0x16d)]('integer',_0x2e8eb1(0x15d),'data_revision_no',_0x2e8eb1(0x154),!0x1,!0x0,0x5a),MetaApi['getGristColumnConfig2'](_0x2e8eb1(0x16b),_0x2e8eb1(0x14e),'data_revision_action',_0x2e8eb1(0x154),!0x1,!0x1,0x5a),..._0x589894],this[_0x2e8eb1(0x16e)]=_0x4f652f,super[_0x2e8eb1(0x160)]&&await super[_0x2e8eb1(0x160)]();}[a0_0x22936e(0x145)](){const _0xb1f2a5=a0_0x22936e;return html`
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`
12
12
  <ox-grist
13
13
  id="ox-grist"
14
- .config=${this[_0xb1f2a5(0x16e)]}
15
- .mode=${'GRID'} auto-fetch
16
- .fetchHandler=${this[_0xb1f2a5(0x151)][_0xb1f2a5(0x170)](this)}>
14
+ .config=${this[_0x26ea53(0x130)]}
15
+ .mode=${_0x26ea53(0x107)} auto-fetch
16
+ .fetchHandler=${this[_0x26ea53(0x120)]['bind'](this)}>
17
17
  </ox-grist>
18
- `;}get['grist'](){const _0x3a9b15=a0_0x22936e;return this[_0x3a9b15(0x163)][_0x3a9b15(0x16f)](_0x3a9b15(0x14c));}async[a0_0x22936e(0x151)]({page:_0x1c15b3=0x0,limit:_0xb94071=0x0,sortings:_0x59bb91=[],filters:_0x42bd66=[]}){const _0x4c9a3d=a0_0x22936e;let _0x32de37=[{'name':'originalId','operator':'eq','value':this[_0x4c9a3d(0x155)]},..._0x42bd66],_0x57bdb9=await MetaApi[_0x4c9a3d(0x16a)](this[_0x4c9a3d(0x153)]+_0x4c9a3d(0x171),_0x32de37,_0x59bb91,_0x1c15b3,_0xb94071,'\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');return _0x57bdb9['records']=_0x57bdb9[_0x4c9a3d(0x14d)][_0x4c9a3d(0x157)](_0x152357=>({...JSON[_0x4c9a3d(0x166)](_0x152357['historyJson']),..._0x152357})),_0x57bdb9;}}customElements[a0_0x22936e(0x15c)]('history-json-list-popup',HistoryJsonListPopup);
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);
@@ -1,4 +1,4 @@
1
- var a0_0x4be3f8=a0_0x1d6b;(function(_0x56c97a,_0x59f143){var _0x290a25=a0_0x1d6b,_0x50a222=_0x56c97a();while(!![]){try{var _0x5da60b=parseInt(_0x290a25(0xf0))/0x1+-parseInt(_0x290a25(0xeb))/0x2*(parseInt(_0x290a25(0xec))/0x3)+parseInt(_0x290a25(0xf1))/0x4*(parseInt(_0x290a25(0xf7))/0x5)+parseInt(_0x290a25(0xf6))/0x6*(-parseInt(_0x290a25(0xf8))/0x7)+parseInt(_0x290a25(0xf3))/0x8+-parseInt(_0x290a25(0xf5))/0x9*(-parseInt(_0x290a25(0xed))/0xa)+parseInt(_0x290a25(0xf9))/0xb*(-parseInt(_0x290a25(0xf2))/0xc);if(_0x5da60b===_0x59f143)break;else _0x50a222['push'](_0x50a222['shift']());}catch(_0x50ed28){_0x50a222['push'](_0x50a222['shift']());}}}(a0_0x2363,0x83cf4));import{css,html}from'lit-element';function a0_0x1d6b(_0x1e1c7b,_0x1cdac8){var _0x2363d9=a0_0x2363();return a0_0x1d6b=function(_0x1d6bd7,_0x314b74){_0x1d6bd7=_0x1d6bd7-0xe8;var _0x297ed1=_0x2363d9[_0x1d6bd7];return _0x297ed1;},a0_0x1d6b(_0x1e1c7b,_0x1cdac8);}import{i18next,localize}from'@things-factory/i18n-base';import{PageView}from'@things-factory/shell';import{TermsUtil}from'../utils/terms-util';function a0_0x2363(){var _0x1d1a83=['9660PhrPkZ','6460144BtmBNb','define','18zSmfpB','18UCMsZF','22230HwDOMa','1944873cLbpSo','2167pMcuqS','Loading\x20...','tText','render','styles','customElements','2EsFqMe','140031TNcgPO','348910vwtANM','loading-page','loading\x20page','65593QZBjwd','572OSKIFd'];a0_0x2363=function(){return _0x1d1a83;};return a0_0x2363();}class LoadingPage extends localize(i18next)(PageView){static get[a0_0x4be3f8(0xe9)](){return[css`
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`
2
2
  :host {
3
3
  display: block;
4
4
  background-color: var(--main-section-background-color);
@@ -41,11 +41,11 @@ var a0_0x4be3f8=a0_0x1d6b;(function(_0x56c97a,_0x59f143){var _0x290a25=a0_0x1d6b
41
41
  display: none;
42
42
  }
43
43
  }
44
- `];}get['context'](){var _0x42e9b8=a0_0x4be3f8;return{'title':_0x42e9b8(0xfa),'actions':[]};}[a0_0x4be3f8(0xe8)](){var _0x233d34=a0_0x4be3f8;return html`
45
- <h2>${TermsUtil[_0x233d34(0xfb)](_0x233d34(0xef))}</h2>
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>
46
46
  <p page-description>
47
- ${TermsUtil[_0x233d34(0xfb)]('please\x20wait')}
47
+ ${TermsUtil['tText'](_0x428c03(0xea))}
48
48
  </p>
49
49
 
50
50
  <img src="/assets/images/loading-page.png" />
51
- `;}}window[a0_0x4be3f8(0xea)][a0_0x4be3f8(0xf4)](a0_0x4be3f8(0xee),LoadingPage);
51
+ `;}}window[a0_0x210784(0xe6)][a0_0x210784(0xdf)](a0_0x210784(0xe8),LoadingPage);
@@ -1,4 +1,4 @@
1
- const a0_0x5413a9=a0_0x59a5;(function(_0x270d89,_0x49c15c){const _0x31405d=a0_0x59a5,_0x53e52f=_0x270d89();while(!![]){try{const _0x4044a=parseInt(_0x31405d(0x1e9))/0x1+parseInt(_0x31405d(0x1eb))/0x2*(parseInt(_0x31405d(0x1ee))/0x3)+parseInt(_0x31405d(0x1e0))/0x4*(-parseInt(_0x31405d(0x1fc))/0x5)+-parseInt(_0x31405d(0x1ef))/0x6*(-parseInt(_0x31405d(0x1f1))/0x7)+-parseInt(_0x31405d(0x1fd))/0x8*(-parseInt(_0x31405d(0x1ec))/0x9)+-parseInt(_0x31405d(0x1ff))/0xa*(-parseInt(_0x31405d(0x1f3))/0xb)+-parseInt(_0x31405d(0x1e7))/0xc;if(_0x4044a===_0x49c15c)break;else _0x53e52f['push'](_0x53e52f['shift']());}catch(_0x506d2f){_0x53e52f['push'](_0x53e52f['shift']());}}}(a0_0x1a60,0x46d0e));import a0_0x4de889 from'graphql-tag';import{store}from'@operato/shell';import{client}from'@operato/graphql';import{css,html,LitElement}from'lit-element';function a0_0x1a60(){const _0x341dc5=['error','querySelector','138896MTWjRN','firstUpdated','notify','template','bind','back','recordId','1042044olzZlo','save','216533XUyiLr','define','8cvszkY','1434807bFijax','codeValueNew','154263NFVfCW','582jPFeUm','getState','10969OXJqQu','title','11sorAaX','shadowRoot','updateMultipleMenu','render','value','tButton','confirm','codeEditor','orgValue','80JgtFDb','8yfimwa','errors','1988440SirXKU','ox-input-code','properties','text.there_is_nothing_to_save','text.nothing_changed','query'];a0_0x1a60=function(){return _0x341dc5;};return a0_0x1a60();}import{i18next,localize}from'@operato/i18n';import{ScrollbarStyles}from'@operato/styles';import'@operato/input/ox-input-code.js';function a0_0x59a5(_0x39c756,_0x531e2b){const _0x1a60f0=a0_0x1a60();return a0_0x59a5=function(_0x59a53c,_0x3945bd){_0x59a53c=_0x59a53c-0x1df;let _0x3040f0=_0x1a60f0[_0x59a53c];return _0x3040f0;},a0_0x59a5(_0x39c756,_0x531e2b);}import{TermsUtil}from'./../../utils/terms-util';import{MetaApi}from'../../utils/meta-api';class DynamicMenuTemplate extends localize(i18next)(LitElement){static get[a0_0x5413a9(0x201)](){return{'title':String,'recordId':String};}static get['styles'](){return[ScrollbarStyles,css`
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`
2
2
  :host {
3
3
  display: flex;
4
4
  flex-direction: column;
@@ -26,13 +26,13 @@ const a0_0x5413a9=a0_0x59a5;(function(_0x270d89,_0x49c15c){const _0x31405d=a0_0x
26
26
  height: var(--button-container-height);
27
27
  text-align: right;
28
28
  padding-right: 12px;
29
- }`];}async[a0_0x5413a9(0x1e1)](){const _0x3cbc4e=a0_0x5413a9;super['firstUpdated']&&await super[_0x3cbc4e(0x1e1)]();let _0x44b479=await MetaApi['findOne']('menu',this['recordId'],'template'),_0x13bd29=_0x44b479&&_0x44b479[_0x3cbc4e(0x1e3)]||'';this['codeEditor'][_0x3cbc4e(0x1f7)]=_0x13bd29,this[_0x3cbc4e(0x1fa)][_0x3cbc4e(0x1fb)]=this[_0x3cbc4e(0x1fa)][_0x3cbc4e(0x1f7)];}[a0_0x5413a9(0x1f6)](){const _0x11b504=a0_0x5413a9;return html`
30
- <legend>${this[_0x11b504(0x1f2)]}</legend>
31
- <ox-input-code mode="javascript" value=${this[_0x11b504(0x1ed)]} tab-size="2" tab-as-space="true"></ox-input-code>
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>
32
32
  <div id="button-container" class="button-container">
33
- <!-- <mwc-button raised label="${TermsUtil[_0x11b504(0x1f8)](_0x11b504(0x1e8))}" @click=${this[_0x11b504(0x1e8)][_0x11b504(0x1e4)](this)}></mwc-button> -->
34
- </div>`;}get[a0_0x5413a9(0x1fa)](){const _0x4a5e26=a0_0x5413a9;return this[_0x4a5e26(0x1f4)][_0x4a5e26(0x1df)](_0x4a5e26(0x200));}async[a0_0x5413a9(0x1e8)](){const _0x289cf9=a0_0x5413a9;if(this[_0x289cf9(0x1fa)][_0x289cf9(0x1fb)]==this['codeEditor'][_0x289cf9(0x1f7)])return void MetaApi['showAlertPopup'](_0x289cf9(0x203),_0x289cf9(0x202),'info',_0x289cf9(0x1f9));if(0x0==store[_0x289cf9(0x1f0)]()['metaUI']['studioPermission'])return void document['dispatchEvent'](new CustomEvent(_0x289cf9(0x1e2),{'detail':{'level':_0x289cf9(0x205),'message':i18next['t']('error.invalid\x20license\x20key')}}));if((await client[_0x289cf9(0x204)]({'query':a0_0x4de889`
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`
35
35
  query ($id: String!) {
36
36
  metaUITemplateIsOverLimit(id: $id)
37
37
  }
38
- `,'variables':{'id':this[_0x289cf9(0x1e6)]}}))[_0x289cf9(0x1fe)])return;let _0x4794eb=this[_0x289cf9(0x1fa)][_0x289cf9(0x1f7)],_0x16ea6b=[{'id':this['recordId'],'template':_0x4794eb,'cuFlag':'M'}];await MetaApi['updateMultiple'](_0x289cf9(0x1f5),_0x16ea6b)&&history[_0x289cf9(0x1e5)]();}}customElements[a0_0x5413a9(0x1ea)]('dynamic-menu-template',DynamicMenuTemplate);
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();}
@@ -1,9 +1,9 @@
1
- const a0_0x1fbd4d=a0_0x4aa3;(function(_0x31d31e,_0x1f985f){const _0x42cc08=a0_0x4aa3,_0x43a5b0=_0x31d31e();while(!![]){try{const _0x2f08b1=-parseInt(_0x42cc08(0x140))/0x1*(parseInt(_0x42cc08(0x176))/0x2)+parseInt(_0x42cc08(0x152))/0x3*(parseInt(_0x42cc08(0x18c))/0x4)+-parseInt(_0x42cc08(0x137))/0x5*(-parseInt(_0x42cc08(0x147))/0x6)+parseInt(_0x42cc08(0x197))/0x7*(parseInt(_0x42cc08(0x189))/0x8)+-parseInt(_0x42cc08(0x14e))/0x9*(parseInt(_0x42cc08(0x136))/0xa)+-parseInt(_0x42cc08(0x130))/0xb*(-parseInt(_0x42cc08(0x12f))/0xc)+-parseInt(_0x42cc08(0x13e))/0xd*(parseInt(_0x42cc08(0x15d))/0xe);if(_0x2f08b1===_0x1f985f)break;else _0x43a5b0['push'](_0x43a5b0['shift']());}catch(_0x786780){_0x43a5b0['push'](_0x43a5b0['shift']());}}}(a0_0x4215,0x2bdec));function a0_0x4215(){const _0x46c011=['fetchGroupHandler','createCustomElement','title','querySelector','construction','updateMultipleMenu','153FWleBW','center','right','iconPath','699AbsLWz','patchesForUpdateMultiple','forEach','isMobileEnv','tLabel','saveMenu','fetch','hiddenFlag','save','is_null','detailGrist','14952ihWeBm','menu_open','getGristSearchColumnConfig','deleteMenu','icon','bind','openPopupByElement','properties','getGristCodeSelectorColumnConfig','SCREEN','openMenuTemplatePopup','shadowRoot','left','detailConfig','top-down','GRID','LIST','template','deleteMenus','boolean','getBasicMasterDetailGristStyle','searchForm','name','groupGrist','#master-grist','45406nnmojy','isNotEmpty','delete','pageNavigate','string','rank','updateMultiple','parent','searchByPagination','hidden','category','routing_type','menu_type','groupConfig','#detail-grist','getQueryFilters','getGristPagination50Config','render','parentId','88BvrQHv','fetchDetailHandler','\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','2400gYkahd','getGristColumnConfig2','data','dynamic-menu','dynamic-menu-template','menuType','large','tButton','deleteListByGristSelected','define','tag','173033gcEwSc','context','MENU_TYPE','menuGroupId','code','searchFields','integer','menus','9072KTXpPg','1826uVNeHW','routing','button','resourceUrl','saveGroup','checkbox','153380bTeIFO','35wBFvHn','MENU_PAGE_TYPE','gutter','page_location','getGristSelectableConfig','tTitle','getGristSearchCodeColumnConfig','3003clcPur','getGristColumnConfig','3wjBLlo','getGristGuttersConfig','menu_group','pageInitialized','groupMenuQuery','recordId','MENU_PAGE_ROUTING_TYPE','186900xBvBKL'];a0_0x4215=function(){return _0x46c011;};return a0_0x4215();}import{html}from'lit-element';import{i18next,localize}from'@things-factory/i18n-base';import{PageView}from'@things-factory/shell';function a0_0x4aa3(_0x4a13fb,_0x14cbdd){const _0x4215bc=a0_0x4215();return a0_0x4aa3=function(_0x4aa3f5,_0x542d23){_0x4aa3f5=_0x4aa3f5-0x12e;let _0xa41f68=_0x4215bc[_0x4aa3f5];return _0xa41f68;},a0_0x4aa3(_0x4a13fb,_0x14cbdd);}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_0x1fbd4d(0x164)](){return{'searchFields':Array,'groupConfig':Object,'detailConfig':Object,'menuGroupId':String};}static get['styles'](){const _0x17ff14=a0_0x1fbd4d;return MetaApi[_0x17ff14(0x171)](_0x17ff14(0x16b));}[a0_0x1fbd4d(0x187)](){const _0x595b89=a0_0x1fbd4d;return html`
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`
2
2
  <div slot="headroom">
3
3
  <div id="filters">
4
4
  <ox-filters-form-base
5
- .filters=${this[_0x595b89(0x19c)]||[]}
6
- @filters-change=${_0xb6c6fc=>{const _0x3a9a4c=_0x595b89;this[_0x3a9a4c(0x174)]?.[_0x3a9a4c(0x158)]();}}
5
+ .filters=${this[_0x26b6f9(0xb4)]||[]}
6
+ @filters-change=${_0x2e7a67=>{const _0x165b1c=_0x26b6f9;this[_0x165b1c(0xef)]?.['fetch']();}}
7
7
  ></ox-filters-form-base>
8
8
  </div>
9
9
  </div>
@@ -11,33 +11,33 @@ const a0_0x1fbd4d=a0_0x4aa3;(function(_0x31d31e,_0x1f985f){const _0x42cc08=a0_0x
11
11
  <div class='container'>
12
12
  <div class="container_detail">
13
13
  <h2>
14
- <mwc-icon>list_alt</mwc-icon>${TermsUtil[_0x595b89(0x13c)](_0x595b89(0x142))}
14
+ <mwc-icon>list_alt</mwc-icon>${TermsUtil['tTitle'](_0x26b6f9(0xdf))}
15
15
  </h2>
16
16
  <ox-grist
17
17
  id="master-grist"
18
- .config=${this[_0x595b89(0x183)]}
19
- .mode=${MetaApi[_0x595b89(0x155)]()?_0x595b89(0x16d):_0x595b89(0x16c)}
18
+ .config=${this[_0x26b6f9(0xc6)]}
19
+ .mode=${MetaApi['isMobileEnv']()?_0x26b6f9(0xaa):_0x26b6f9(0x10a)}
20
20
  auto-fetch
21
- .fetchHandler=${this[_0x595b89(0x148)][_0x595b89(0x162)](this)}>
21
+ .fetchHandler=${this[_0x26b6f9(0xb7)][_0x26b6f9(0x102)](this)}>
22
22
  </ox-grist>
23
23
  <div id="button-container" class="button-container">
24
- <mwc-button raised label="${TermsUtil[_0x595b89(0x193)](_0x595b89(0x15a))}" @click=${_0xcc58af=>this['saveGroup']()}></mwc-button>
25
- <mwc-button raised label="${TermsUtil[_0x595b89(0x193)](_0x595b89(0x178))}" @click=${_0x101d52=>this['deleteGroup']()}></mwc-button>
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>
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[_0x595b89(0x16a)]}
33
- .mode=${MetaApi['isMobileEnv']()?_0x595b89(0x16d):_0x595b89(0x16c)}
32
+ .config=${this[_0x26b6f9(0xae)]}
33
+ .mode=${MetaApi[_0x26b6f9(0xbf)]()?'LIST':_0x26b6f9(0x10a)}
34
34
  explcit-fetch
35
- .fetchHandler=${this[_0x595b89(0x18a)][_0x595b89(0x162)](this)}>
35
+ .fetchHandler=${this['fetchDetailHandler'][_0x26b6f9(0x102)](this)}>
36
36
  </ox-grist>
37
37
  <div id="button-container" class="button-container">
38
- <mwc-button raised label="${TermsUtil[_0x595b89(0x193)](_0x595b89(0x15a))}" @click=${_0x8e07b1=>this[_0x595b89(0x157)]()}></mwc-button>
39
- <mwc-button raised label="${TermsUtil[_0x595b89(0x193)]('delete')}" @click=${_0x44fa3d=>this[_0x595b89(0x160)]()}></mwc-button>
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>
40
40
  </div>
41
41
  </div>
42
42
  </div>
43
- `;}get[a0_0x1fbd4d(0x198)](){const _0x3e0c1b=a0_0x1fbd4d;return{'title':TermsUtil[_0x3e0c1b(0x13c)]('dynamic_menu')};}get[a0_0x1fbd4d(0x172)](){const _0x51a86c=a0_0x1fbd4d;return this['shadowRoot'][_0x51a86c(0x14b)]('ox-filters-form-base');}get[a0_0x1fbd4d(0x174)](){const _0x2d345d=a0_0x1fbd4d;return this[_0x2d345d(0x168)][_0x2d345d(0x14b)](_0x2d345d(0x175));}get[a0_0x1fbd4d(0x15c)](){const _0x12794f=a0_0x1fbd4d;return this[_0x12794f(0x168)][_0x12794f(0x14b)](_0x12794f(0x184));}async[a0_0x1fbd4d(0x18a)]({page:_0x550628,limit:_0x2363a7,sorters:_0x3b4b6a=[{'name':a0_0x1fbd4d(0x17b)},{'name':a0_0x1fbd4d(0x173)}]}){const _0x17e142=a0_0x1fbd4d;if(this[_0x17e142(0x19a)]){let _0x374252=[{'name':_0x17e142(0x188),'operator':'eq','value':this[_0x17e142(0x19a)]}],_0x44fd72=_0x17e142(0x18b);return await MetaApi[_0x17e142(0x17e)](_0x17e142(0x12e),_0x374252,_0x3b4b6a,_0x550628,_0x2363a7,_0x44fd72);}}async[a0_0x1fbd4d(0x148)]({page:_0xf98efa,limit:_0x20cc80,sorters:_0x424095=[{'name':a0_0x1fbd4d(0x17b)},{'name':a0_0x1fbd4d(0x173)}]}){const _0x44ebf7=a0_0x1fbd4d;this[_0x44ebf7(0x19a)]=null,this[_0x44ebf7(0x15c)]&&this[_0x44ebf7(0x15c)][_0x44ebf7(0x18e)]&&(this[_0x44ebf7(0x15c)][_0x44ebf7(0x18e)]={});let _0x53ca38=[...await this[_0x44ebf7(0x172)][_0x44ebf7(0x185)](),{'name':_0x44ebf7(0x188),'operator':_0x44ebf7(0x15b),'value':''}];return await MetaApi['searchByPagination'](_0x44ebf7(0x12e),_0x53ca38,_0x424095,_0xf98efa,_0x20cc80,'\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');}async[a0_0x1fbd4d(0x134)](){const _0x2f2c09=a0_0x1fbd4d;let _0x149489=MetaApi['patchesForUpdateMultiple'](this[_0x2f2c09(0x174)]);ValueUtil[_0x2f2c09(0x177)](_0x149489)&&(_0x149489[_0x2f2c09(0x154)](_0x29b2a1=>{const _0x20639d=_0x2f2c09;void 0x0!==_0x29b2a1[_0x20639d(0x159)]&&null!=_0x29b2a1['hiddenFlag']||(_0x29b2a1['hiddenFlag']=!0x1);}),await MetaApi[_0x2f2c09(0x17c)]('updateMultipleMenu',_0x149489)&&this[_0x2f2c09(0x174)][_0x2f2c09(0x158)]());}async['deleteGroup'](){const _0x31b96d=a0_0x1fbd4d;await MetaApi[_0x31b96d(0x194)](this[_0x31b96d(0x174)],_0x31b96d(0x16f));}async[a0_0x1fbd4d(0x157)](){const _0x52b464=a0_0x1fbd4d;let _0x45a20d=MetaApi[_0x52b464(0x153)](this[_0x52b464(0x15c)]);ValueUtil[_0x52b464(0x177)](_0x45a20d)&&(_0x45a20d[_0x52b464(0x154)](_0x646072=>{const _0x4f78a1=_0x52b464;_0x646072['menuType']=_0x646072[_0x4f78a1(0x191)]||_0x4f78a1(0x166),_0x646072[_0x4f78a1(0x17d)]={'id':this[_0x4f78a1(0x19a)]},void 0x0!==_0x646072['hiddenFlag']&&null!=_0x646072['hiddenFlag']||(_0x646072[_0x4f78a1(0x159)]=!0x1);}),await MetaApi[_0x52b464(0x17c)](_0x52b464(0x14d),_0x45a20d)&&this[_0x52b464(0x15c)][_0x52b464(0x158)]());}async['deleteMenu'](){const _0x44d722=a0_0x1fbd4d;await MetaApi[_0x44d722(0x194)](this[_0x44d722(0x15c)],_0x44d722(0x16f));}[a0_0x1fbd4d(0x144)](_0x4914ee){const _0x170b0f=a0_0x1fbd4d;this[_0x170b0f(0x19a)]=_0x4914ee['id'],this[_0x170b0f(0x15c)]['fetch']();}async[a0_0x1fbd4d(0x167)](_0xffaaff){const _0xb9a398=a0_0x1fbd4d;let _0x3cd95d=MetaApi[_0xb9a398(0x149)](_0xb9a398(0x190),_0xb9a398(0x190));_0x3cd95d['title']=TermsUtil[_0xb9a398(0x156)](_0xb9a398(0x16e)),_0x3cd95d[_0xb9a398(0x145)]=_0xffaaff['id'],await MetaApi[_0xb9a398(0x163)](_0xffaaff[_0xb9a398(0x173)],_0xb9a398(0x192),_0x3cd95d,!0x0);}['navigateMetaGenerator'](_0x5086a0){const _0x4a3351=a0_0x1fbd4d;MetaApi[_0x4a3351(0x179)]('meta-generator?menuId='+_0x5086a0['id']);}async[a0_0x1fbd4d(0x143)](){const _0x5b909d=a0_0x1fbd4d;this[_0x5b909d(0x19c)]=[MetaApi[_0x5b909d(0x15f)](_0x5b909d(0x173),_0x5b909d(0x17a),_0x5b909d(0x173),'i_like'),await MetaApi[_0x5b909d(0x13d)](_0x5b909d(0x191),'select',_0x5b909d(0x182),'eq',_0x5b909d(0x199)),MetaApi[_0x5b909d(0x15f)](_0x5b909d(0x159),_0x5b909d(0x135),_0x5b909d(0x17f),'eq')],this['groupConfig']={'rows':MetaApi['getGristSelectableConfig'](!0x1),'pagination':MetaApi[_0x5b909d(0x186)](),'appendable':!0x0,'columns':[...MetaApi[_0x5b909d(0x141)](!0x0,!0x1),{'type':'gutter','gutterName':'button','icon':_0x5b909d(0x15e),'handlers':{'click':(_0x2b7d1e,_0xcb7d9a,_0x5ed768,_0x36579a,_0xacd7cb)=>{_0x36579a['id']&&this['groupMenuQuery'](_0x36579a);}}},MetaApi[_0x5b909d(0x13f)]('integer','rank','right',!0x0,!0x1,0x3c),MetaApi[_0x5b909d(0x13f)](_0x5b909d(0x17a),_0x5b909d(0x173),'left',!0x0,!0x1,0x96),{'type':_0x5b909d(0x17a),'name':_0x5b909d(0x14a),'header':TermsUtil[_0x5b909d(0x156)](_0x5b909d(0x14a)),'record':{'editable':!0x1,'align':_0x5b909d(0x169),'renderer':(_0x379ec3,_0x3afcc1,_0x1851d3,_0x157103,_0x600437)=>_0x1851d3['name']?TermsUtil['tMenu'](_0x1851d3['name']):''},'sortable':!0x1,'width':0xaf},await MetaApi[_0x5b909d(0x165)](_0x5b909d(0x191),_0x5b909d(0x182),_0x5b909d(0x169),!0x1,0x64,!0x0,_0x5b909d(0x199)),MetaApi[_0x5b909d(0x18d)](_0x5b909d(0x17a),'iconPath',_0x5b909d(0x161),'left',!0x0,!0x1,0x64),MetaApi[_0x5b909d(0x18d)](_0x5b909d(0x170),_0x5b909d(0x159),'hidden','center',!0x0,!0x1,0x4b),MetaApi[_0x5b909d(0x18d)](_0x5b909d(0x17a),_0x5b909d(0x131),_0x5b909d(0x131),_0x5b909d(0x169),!0x0,!0x1,0x78),MetaApi[_0x5b909d(0x18d)]('string',_0x5b909d(0x180),_0x5b909d(0x196),_0x5b909d(0x169),!0x0,!0x1,0x78),MetaApi[_0x5b909d(0x18d)](_0x5b909d(0x17a),_0x5b909d(0x133),_0x5b909d(0x13a),'left',!0x0,!0x1,0xf5)]},this[_0x5b909d(0x16a)]={'rows':MetaApi[_0x5b909d(0x13b)](!0x1),'pagination':MetaApi[_0x5b909d(0x186)](),'appendable':!0x0,'columns':[...MetaApi[_0x5b909d(0x141)](!0x0,!0x1),{'type':_0x5b909d(0x139),'gutterName':_0x5b909d(0x132),'icon':_0x5b909d(0x19b),'handlers':{'click':(_0x309b2d,_0x13626d,_0x253a83,_0x3f0524,_0x3c8c21)=>{const _0x45366f=_0x5b909d;_0x3f0524['id']&&this[_0x45366f(0x167)](_0x3f0524);}}},{'type':'gutter','gutterName':'button','icon':_0x5b909d(0x14c),'handlers':{'click':(_0x53c472,_0xf21c9a,_0x13ad85,_0x5650f7,_0x66b6b)=>{_0x5650f7['id']&&this['navigateMetaGenerator'](_0x5650f7);}}},MetaApi[_0x5b909d(0x13f)](_0x5b909d(0x19d),'rank',_0x5b909d(0x150),!0x0,!0x1,0x37),MetaApi['getGristColumnConfig'](_0x5b909d(0x17a),_0x5b909d(0x173),'left',!0x0,!0x1,0x96),{'type':_0x5b909d(0x17a),'name':_0x5b909d(0x14a),'header':TermsUtil[_0x5b909d(0x156)](_0x5b909d(0x14a)),'record':{'editable':!0x1,'align':_0x5b909d(0x169),'renderer':(_0x4631a1,_0x1211f2,_0x1cd723,_0x5c27f1,_0x258b6b)=>_0x1cd723[_0x5b909d(0x173)]?TermsUtil['tMenu'](_0x1cd723[_0x5b909d(0x173)]):''},'sortable':!0x1,'width':0xaf},await MetaApi[_0x5b909d(0x165)](_0x5b909d(0x191),_0x5b909d(0x182),'left',!0x1,0x64,!0x0,_0x5b909d(0x138)),await MetaApi[_0x5b909d(0x165)]('routingType',_0x5b909d(0x181),_0x5b909d(0x169),!0x1,0x0,!0x0,_0x5b909d(0x146)),MetaApi[_0x5b909d(0x18d)](_0x5b909d(0x17a),_0x5b909d(0x131),_0x5b909d(0x131),_0x5b909d(0x169),!0x0,!0x1,0xaf),MetaApi[_0x5b909d(0x18d)](_0x5b909d(0x17a),'category',_0x5b909d(0x196),'left',!0x0,!0x1,0xaf),MetaApi[_0x5b909d(0x18d)](_0x5b909d(0x17a),_0x5b909d(0x133),_0x5b909d(0x13a),'left',!0x0,!0x1,0x190),MetaApi[_0x5b909d(0x18d)](_0x5b909d(0x17a),_0x5b909d(0x151),_0x5b909d(0x161),'left',!0x0,!0x1,0x7d),MetaApi[_0x5b909d(0x18d)]('boolean',_0x5b909d(0x159),_0x5b909d(0x17f),_0x5b909d(0x14f),!0x0,!0x1,0x4b)]};}}customElements[a0_0x1fbd4d(0x195)](a0_0x1fbd4d(0x18f),DynamicMenu);
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);
@@ -1 +1 @@
1
- var a0_0x1e79fd=a0_0x1ace;(function(_0x4a0acc,_0x12a81a){var _0x5bf3f4=a0_0x1ace,_0x81d962=_0x4a0acc();while(!![]){try{var _0x34831a=parseInt(_0x5bf3f4(0x88))/0x1*(parseInt(_0x5bf3f4(0x8e))/0x2)+-parseInt(_0x5bf3f4(0x8b))/0x3*(parseInt(_0x5bf3f4(0x87))/0x4)+parseInt(_0x5bf3f4(0x8c))/0x5+parseInt(_0x5bf3f4(0x8f))/0x6+parseInt(_0x5bf3f4(0x89))/0x7+parseInt(_0x5bf3f4(0x8a))/0x8+-parseInt(_0x5bf3f4(0x91))/0x9*(parseInt(_0x5bf3f4(0x8d))/0xa);if(_0x34831a===_0x12a81a)break;else _0x81d962['push'](_0x81d962['shift']());}catch(_0x4e7a18){_0x81d962['push'](_0x81d962['shift']());}}}(a0_0x4423,0xa833e));import{LitElement}from'lit';import{i18next,localize}from'@operato/i18n';function a0_0x4423(){var _0x14354f=['6zlZVdX','4442955YndJMv','4250pQYstv','18putRnd','4775208AsbgTf','define','75339jQAbGs','meta-form-element','570016dMCduR','127537FdHGok','6831090nChayY','5787832sHmePx'];a0_0x4423=function(){return _0x14354f;};return a0_0x4423();}import{MetaFormMixin}from'./../mixin/meta-form-mixin.js';export class MetaFormElement extends MetaFormMixin(localize(i18next)(LitElement)){}function a0_0x1ace(_0x1faed6,_0x50af73){var _0x4423b3=a0_0x4423();return a0_0x1ace=function(_0x1ace49,_0xb60d19){_0x1ace49=_0x1ace49-0x87;var _0x2315a7=_0x4423b3[_0x1ace49];return _0x2315a7;},a0_0x1ace(_0x1faed6,_0x50af73);}customElements[a0_0x1e79fd(0x90)](a0_0x1e79fd(0x92),MetaFormElement);
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 +1 @@
1
- var a0_0x26c9d8=a0_0x2995;function a0_0x1d25(){var _0xf8bdce=['10290888wOadkL','7gubeAH','4928322fwQmyQ','define','3991677XoouMd','4561192SiLLbs','464834kOkvZN','meta-grist-element','6916110aEfits','28244232MXpAaA','6yAYvwd'];a0_0x1d25=function(){return _0xf8bdce;};return a0_0x1d25();}(function(_0x3befc9,_0x192ae9){var _0x4c1f4b=a0_0x2995,_0x31f772=_0x3befc9();while(!![]){try{var _0xfa44bf=-parseInt(_0x4c1f4b(0xba))/0x1*(parseInt(_0x4c1f4b(0xbf))/0x2)+parseInt(_0x4c1f4b(0xbd))/0x3+-parseInt(_0x4c1f4b(0xbe))/0x4+-parseInt(_0x4c1f4b(0xc1))/0x5+parseInt(_0x4c1f4b(0xb8))/0x6*(-parseInt(_0x4c1f4b(0xbb))/0x7)+parseInt(_0x4c1f4b(0xb9))/0x8+parseInt(_0x4c1f4b(0xc2))/0x9;if(_0xfa44bf===_0x192ae9)break;else _0x31f772['push'](_0x31f772['shift']());}catch(_0x1e581f){_0x31f772['push'](_0x31f772['shift']());}}}(a0_0x1d25,0xdbe4b));function a0_0x2995(_0x43a115,_0x32b9af){var _0x1d2571=a0_0x1d25();return a0_0x2995=function(_0x2995cf,_0x1fd339){_0x2995cf=_0x2995cf-0xb8;var _0x5ae4b8=_0x1d2571[_0x2995cf];return _0x5ae4b8;},a0_0x2995(_0x43a115,_0x32b9af);}import{LitElement}from'lit';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_0x26c9d8(0xbc)](a0_0x26c9d8(0xc0),MetaGristElement);
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 +1 @@
1
- var a0_0x418ba9=a0_0x4a2c;(function(_0x3f4a14,_0x23c709){var _0x32d455=a0_0x4a2c,_0x3359ec=_0x3f4a14();while(!![]){try{var _0x39992b=parseInt(_0x32d455(0x1e2))/0x1+-parseInt(_0x32d455(0x1df))/0x2+parseInt(_0x32d455(0x1de))/0x3+-parseInt(_0x32d455(0x1e3))/0x4+-parseInt(_0x32d455(0x1dc))/0x5*(-parseInt(_0x32d455(0x1e1))/0x6)+-parseInt(_0x32d455(0x1dd))/0x7+parseInt(_0x32d455(0x1db))/0x8*(parseInt(_0x32d455(0x1e0))/0x9);if(_0x39992b===_0x23c709)break;else _0x3359ec['push'](_0x3359ec['shift']());}catch(_0x2b3b11){_0x3359ec['push'](_0x3359ec['shift']());}}}(a0_0x13f7,0x447bc));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';function a0_0x13f7(){var _0x263f8f=['define','meta-grist-page','984IXEcHl','10ESQiSS','1123262kgRwuX','925755iuCoSO','700246MCTFTN','32328VTybmo','357348SWzlgl','14076FzSjoD','369984ZbavMT'];a0_0x13f7=function(){return _0x263f8f;};return a0_0x13f7();}function a0_0x4a2c(_0x155168,_0x111ec0){var _0x13f70b=a0_0x13f7();return a0_0x4a2c=function(_0x4a2c04,_0x4eeb2b){_0x4a2c04=_0x4a2c04-0x1db;var _0x4400b2=_0x13f70b[_0x4a2c04];return _0x4400b2;},a0_0x4a2c(_0x155168,_0x111ec0);}import'./meta-form-element';import'./meta-tab-element';export class MetaGristPage extends MetaBasicGristMixin(localize(i18next)(PageView)){}customElements[a0_0x418ba9(0x1e4)](a0_0x418ba9(0x1e5),MetaGristPage);
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 +1 @@
1
- var a0_0x5174f2=a0_0x3da4;function a0_0x3da4(_0x2f4b9c,_0x48debe){var _0x394d81=a0_0x394d();return a0_0x3da4=function(_0x3da41b,_0x16d0d3){_0x3da41b=_0x3da41b-0x1ea;var _0x3267d1=_0x394d81[_0x3da41b];return _0x3267d1;},a0_0x3da4(_0x2f4b9c,_0x48debe);}(function(_0xa6ad57,_0x4111e0){var _0x59f72d=a0_0x3da4,_0x34053c=_0xa6ad57();while(!![]){try{var _0x145b86=parseInt(_0x59f72d(0x1f6))/0x1+parseInt(_0x59f72d(0x1f0))/0x2+-parseInt(_0x59f72d(0x1f4))/0x3*(parseInt(_0x59f72d(0x1f5))/0x4)+parseInt(_0x59f72d(0x1eb))/0x5*(parseInt(_0x59f72d(0x1ea))/0x6)+parseInt(_0x59f72d(0x1ef))/0x7*(parseInt(_0x59f72d(0x1ec))/0x8)+-parseInt(_0x59f72d(0x1ed))/0x9*(-parseInt(_0x59f72d(0x1f1))/0xa)+-parseInt(_0x59f72d(0x1f3))/0xb;if(_0x145b86===_0x4111e0)break;else _0x34053c['push'](_0x34053c['shift']());}catch(_0x23de93){_0x34053c['push'](_0x34053c['shift']());}}}(a0_0x394d,0xe1c44));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_0x394d(){var _0x232447=['20142782OmnTzz','16041qRyMaF','1100oVaOpO','920103iFQhBP','3972lkLDOX','9905yCTwjm','1121096IqQCaf','20367AqmUYr','define','70aDXALO','313346qNzYhE','1930NwqNxz','meta-grist-tab-element'];a0_0x394d=function(){return _0x232447;};return a0_0x394d();}export class MetaGristTabElement extends MetaGristTabMixin(localize(i18next)(LitElement)){}customElements[a0_0x5174f2(0x1ee)](a0_0x5174f2(0x1f2),MetaGristTabElement);
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 +1 @@
1
- var a0_0x516d31=a0_0x4967;function a0_0x4967(_0x1a8961,_0x1565cf){var _0x5b5845=a0_0x5b58();return a0_0x4967=function(_0x496737,_0x3538d7){_0x496737=_0x496737-0x1dc;var _0x19fcc3=_0x5b5845[_0x496737];return _0x19fcc3;},a0_0x4967(_0x1a8961,_0x1565cf);}(function(_0x5c2065,_0x5386bc){var _0x3b4c1c=a0_0x4967,_0x12ff6f=_0x5c2065();while(!![]){try{var _0x1040c2=parseInt(_0x3b4c1c(0x1e1))/0x1+-parseInt(_0x3b4c1c(0x1e3))/0x2*(-parseInt(_0x3b4c1c(0x1e4))/0x3)+-parseInt(_0x3b4c1c(0x1e7))/0x4+parseInt(_0x3b4c1c(0x1df))/0x5*(-parseInt(_0x3b4c1c(0x1e0))/0x6)+parseInt(_0x3b4c1c(0x1dc))/0x7+-parseInt(_0x3b4c1c(0x1e5))/0x8*(-parseInt(_0x3b4c1c(0x1e2))/0x9)+-parseInt(_0x3b4c1c(0x1dd))/0xa;if(_0x1040c2===_0x5386bc)break;else _0x12ff6f['push'](_0x12ff6f['shift']());}catch(_0x4c5e37){_0x12ff6f['push'](_0x12ff6f['shift']());}}}(a0_0x5b58,0x240df));import{i18next,localize}from'@operato/i18n';function a0_0x5b58(){var _0x128500=['2138230zLIeto','meta-grist-tab-page','5NkRzQV','1012872afhjTz','184842ouDHdz','3735PtksGc','152agxFoQ','9477meMTDM','2456sLkVva','define','844964YGTMqU','1324568WbNYmM'];a0_0x5b58=function(){return _0x128500;};return a0_0x5b58();}import{PageView}from'@things-factory/shell';import{MetaGristTabMixin}from'./../mixin/meta-grist-tab-mixin';import'./meta-grist-element';import'./meta-form-element';import'./meta-tab-element';export class MetaGristTabPage extends MetaGristTabMixin(localize(i18next)(PageView)){}customElements[a0_0x516d31(0x1e6)](a0_0x516d31(0x1de),MetaGristTabPage);
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 +1 @@
1
- var a0_0x51d485=a0_0x49d6;(function(_0x444b08,_0x3a4584){var _0x111889=a0_0x49d6,_0x3eaa85=_0x444b08();while(!![]){try{var _0x2c6521=-parseInt(_0x111889(0x8f))/0x1*(parseInt(_0x111889(0x94))/0x2)+parseInt(_0x111889(0x8d))/0x3*(-parseInt(_0x111889(0x8e))/0x4)+parseInt(_0x111889(0x99))/0x5*(parseInt(_0x111889(0x9a))/0x6)+-parseInt(_0x111889(0x91))/0x7*(parseInt(_0x111889(0x98))/0x8)+parseInt(_0x111889(0x97))/0x9*(-parseInt(_0x111889(0x90))/0xa)+parseInt(_0x111889(0x92))/0xb+parseInt(_0x111889(0x96))/0xc*(parseInt(_0x111889(0x95))/0xd);if(_0x2c6521===_0x3a4584)break;else _0x3eaa85['push'](_0x3eaa85['shift']());}catch(_0x1c0d59){_0x3eaa85['push'](_0x3eaa85['shift']());}}}(a0_0x11d3,0x53c22));function a0_0x49d6(_0x2882d0,_0x590c3d){var _0x11d35b=a0_0x11d3();return a0_0x49d6=function(_0x49d6f2,_0x14d951){_0x49d6f2=_0x49d6f2-0x8d;var _0x2fa8a7=_0x11d35b[_0x49d6f2];return _0x2fa8a7;},a0_0x49d6(_0x2882d0,_0x590c3d);}import{LitElement}from'lit';import{i18next,localize}from'@operato/i18n';import{MetaMainTabMixin}from'./../mixin/meta-main-tab-mixin';function a0_0x11d3(){var _0x533e92=['6fLlzwo','262029GeoAOk','28ckclgv','211618eKOOAD','14920ZiPKww','1645399yItmTV','4391915PnzhFg','define','2gMTiKX','26YMbgEJ','6366588ZJqWUJ','909sTlqPV','8hXswgU','457395ZoArOU'];a0_0x11d3=function(){return _0x533e92;};return a0_0x11d3();}export class MetaMainTabElement extends MetaMainTabMixin(localize(i18next)(LitElement)){}customElements[a0_0x51d485(0x93)]('meta-main-tab-element',MetaMainTabElement);
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 +1 @@
1
- var a0_0x18edb7=a0_0x8814;(function(_0x51b93d,_0x1491fa){var _0xe4c650=a0_0x8814,_0x557cee=_0x51b93d();while(!![]){try{var _0x58fb89=parseInt(_0xe4c650(0x16c))/0x1*(-parseInt(_0xe4c650(0x169))/0x2)+-parseInt(_0xe4c650(0x164))/0x3+parseInt(_0xe4c650(0x168))/0x4*(-parseInt(_0xe4c650(0x16d))/0x5)+-parseInt(_0xe4c650(0x166))/0x6+parseInt(_0xe4c650(0x16b))/0x7+-parseInt(_0xe4c650(0x163))/0x8*(parseInt(_0xe4c650(0x165))/0x9)+parseInt(_0xe4c650(0x162))/0xa;if(_0x58fb89===_0x1491fa)break;else _0x557cee['push'](_0x557cee['shift']());}catch(_0x13d59f){_0x557cee['push'](_0x557cee['shift']());}}}(a0_0x2d12,0x37ce8));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_0x2d12(){var _0x7ab0=['1011PZXXsA','89455NnOlHZ','10268930ipHlJT','14824hZZzcM','810054rSQXpJ','117FhBFVh','2005878tNsooD','meta-main-tab-page','12yGplNt','674NhonnO','define','1571437kiqfAE'];a0_0x2d12=function(){return _0x7ab0;};return a0_0x2d12();}import'./meta-form-element';function a0_0x8814(_0x7e791,_0x228302){var _0x2d121e=a0_0x2d12();return a0_0x8814=function(_0x881493,_0x5ad571){_0x881493=_0x881493-0x162;var _0x295c0e=_0x2d121e[_0x881493];return _0x295c0e;},a0_0x8814(_0x7e791,_0x228302);}import'./meta-tab-element';export class MetaMainTabPage extends MetaMainTabMixin(localize(i18next)(PageView)){}customElements[a0_0x18edb7(0x16a)](a0_0x18edb7(0x167),MetaMainTabPage);
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 +1 @@
1
- var a0_0x1e493d=a0_0x4119;function a0_0xc0fb(){var _0xb481a6=['254752SSinUK','176572RTUYSS','912850irKSdy','91792nDCeIJ','1541874BVgnwG','define','meta-master-detail-element','245940FAGSsi','18wiRAfa','3PgGkDM','859507qPTRme','5WLuAOG','161ybgLCl'];a0_0xc0fb=function(){return _0xb481a6;};return a0_0xc0fb();}(function(_0x50d71c,_0x4367c0){var _0x599622=a0_0x4119,_0x5a95c4=_0x50d71c();while(!![]){try{var _0x4de72b=parseInt(_0x599622(0x17b))/0x1+parseInt(_0x599622(0x17c))/0x2*(parseInt(_0x599622(0x184))/0x3)+parseInt(_0x599622(0x182))/0x4+-parseInt(_0x599622(0x186))/0x5*(-parseInt(_0x599622(0x17f))/0x6)+-parseInt(_0x599622(0x187))/0x7*(parseInt(_0x599622(0x17e))/0x8)+parseInt(_0x599622(0x183))/0x9*(-parseInt(_0x599622(0x17d))/0xa)+-parseInt(_0x599622(0x185))/0xb;if(_0x4de72b===_0x4367c0)break;else _0x5a95c4['push'](_0x5a95c4['shift']());}catch(_0x2b83c8){_0x5a95c4['push'](_0x5a95c4['shift']());}}}(a0_0xc0fb,0x216bd));function a0_0x4119(_0x2788b4,_0x5d29e7){var _0xc0fb6c=a0_0xc0fb();return a0_0x4119=function(_0x4119a9,_0x16e05a){_0x4119a9=_0x4119a9-0x17b;var _0xde443c=_0xc0fb6c[_0x4119a9];return _0xde443c;},a0_0x4119(_0x2788b4,_0x5d29e7);}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_0x1e493d(0x180)](a0_0x1e493d(0x181),MetaMasterDetailElement);
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 +1 @@
1
- var a0_0x3566bd=a0_0x259a;(function(_0x174384,_0x38a9f5){var _0x8958e5=a0_0x259a,_0x2ebcd9=_0x174384();while(!![]){try{var _0x4baf27=-parseInt(_0x8958e5(0x1aa))/0x1+parseInt(_0x8958e5(0x1a2))/0x2*(parseInt(_0x8958e5(0x1a8))/0x3)+-parseInt(_0x8958e5(0x1a7))/0x4+-parseInt(_0x8958e5(0x19e))/0x5*(-parseInt(_0x8958e5(0x1a9))/0x6)+parseInt(_0x8958e5(0x19f))/0x7*(-parseInt(_0x8958e5(0x1a4))/0x8)+-parseInt(_0x8958e5(0x1a6))/0x9*(parseInt(_0x8958e5(0x1a1))/0xa)+parseInt(_0x8958e5(0x1a0))/0xb;if(_0x4baf27===_0x38a9f5)break;else _0x2ebcd9['push'](_0x2ebcd9['shift']());}catch(_0xaa4460){_0x2ebcd9['push'](_0x2ebcd9['shift']());}}}(a0_0x27f9,0xdd18d));import{i18next,localize}from'@operato/i18n';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[a0_0x3566bd(0x1a3)](a0_0x3566bd(0x1a5),MetaMasterDetailPage);function a0_0x259a(_0x12df94,_0x34c20c){var _0x27f99e=a0_0x27f9();return a0_0x259a=function(_0x259a7b,_0x21d41e){_0x259a7b=_0x259a7b-0x19e;var _0x5d3b13=_0x27f99e[_0x259a7b];return _0x5d3b13;},a0_0x259a(_0x12df94,_0x34c20c);}function a0_0x27f9(){var _0x2e0583=['471385coNdCG','100583TgjtTA','20179269esyPAQ','110cVpDXT','52456VGsGcL','define','760pioqPl','meta-master-detail-page','58050MnYkkD','3599684uATMKm','144PkqvDl','54rHecAG','700377SLVxye'];a0_0x27f9=function(){return _0x2e0583;};return a0_0x27f9();}
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 +1 @@
1
- var a0_0x354074=a0_0x1fb4;(function(_0x441a59,_0x4b76c8){var _0x58721b=a0_0x1fb4,_0xc02495=_0x441a59();while(!![]){try{var _0x439cf1=-parseInt(_0x58721b(0xc7))/0x1*(parseInt(_0x58721b(0xc6))/0x2)+-parseInt(_0x58721b(0xc8))/0x3+-parseInt(_0x58721b(0xcc))/0x4+-parseInt(_0x58721b(0xc9))/0x5+-parseInt(_0x58721b(0xc4))/0x6+-parseInt(_0x58721b(0xca))/0x7+parseInt(_0x58721b(0xcb))/0x8;if(_0x439cf1===_0x4b76c8)break;else _0xc02495['push'](_0xc02495['shift']());}catch(_0x466e17){_0xc02495['push'](_0xc02495['shift']());}}}(a0_0x5cb3,0xa3880));import{LitElement}from'lit';import{i18next,localize}from'@operato/i18n';function a0_0x5cb3(){var _0x53b663=['581809UGHQhf','1011588VthOSY','1140180eJQOlL','2762725DZFIGC','26130792gwFvBS','2962484JbgUfX','define','1885128JyyntN','meta-tab-detail-element','2XZBOyL'];a0_0x5cb3=function(){return _0x53b663;};return a0_0x5cb3();}import{MetaTabDetailMixin}from'./../mixin/meta-tab-detail-mixin';export class MetaTabDetailElement extends MetaTabDetailMixin(localize(i18next)(LitElement)){}function a0_0x1fb4(_0x1141ea,_0x49a484){var _0x5cb3d9=a0_0x5cb3();return a0_0x1fb4=function(_0x1fb4d8,_0x17a21d){_0x1fb4d8=_0x1fb4d8-0xc3;var _0x3c360b=_0x5cb3d9[_0x1fb4d8];return _0x3c360b;},a0_0x1fb4(_0x1141ea,_0x49a484);}customElements[a0_0x354074(0xc3)](a0_0x354074(0xc5),MetaTabDetailElement);
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 +1 @@
1
- function a0_0x4e7a(){var _0x46ddd5=['3330999ivrRAD','392604SigRWa','74709kmYtCW','343376qbzUsa','400143ejPsSZ','4815544YQrFpT','1348788xCLPLn','1980FEFWHX','2GVoexR','30wHkVhF','meta-tab-detail-page'];a0_0x4e7a=function(){return _0x46ddd5;};return a0_0x4e7a();}var a0_0x57d0fa=a0_0x2186;(function(_0x3ba9fa,_0xc5a732){var _0x3cf280=a0_0x2186,_0x50588b=_0x3ba9fa();while(!![]){try{var _0x3c4f47=-parseInt(_0x3cf280(0x141))/0x1*(parseInt(_0x3cf280(0x145))/0x2)+parseInt(_0x3cf280(0x143))/0x3+parseInt(_0x3cf280(0x140))/0x4+-parseInt(_0x3cf280(0x146))/0x5*(parseInt(_0x3cf280(0x13e))/0x6)+-parseInt(_0x3cf280(0x13d))/0x7+-parseInt(_0x3cf280(0x142))/0x8+-parseInt(_0x3cf280(0x13f))/0x9*(-parseInt(_0x3cf280(0x144))/0xa);if(_0x3c4f47===_0xc5a732)break;else _0x50588b['push'](_0x50588b['shift']());}catch(_0x5eacbd){_0x50588b['push'](_0x50588b['shift']());}}}(a0_0x4e7a,0x4b50b));import{i18next,localize}from'@operato/i18n';import{PageView}from'@things-factory/shell';import{MetaTabDetailMixin}from'./../mixin/meta-tab-detail-mixin';import'./meta-grist-element';function a0_0x2186(_0x1e2a15,_0x4a0527){var _0x4e7a31=a0_0x4e7a();return a0_0x2186=function(_0x2186bb,_0x597049){_0x2186bb=_0x2186bb-0x13c;var _0x55762b=_0x4e7a31[_0x2186bb];return _0x55762b;},a0_0x2186(_0x1e2a15,_0x4a0527);}import'./meta-form-element';import'./meta-tab-element';export class MetaTabDetailPage extends MetaTabDetailMixin(localize(i18next)(PageView)){}customElements['define'](a0_0x57d0fa(0x13c),MetaTabDetailPage);
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 +1 @@
1
- (function(_0x3f0d41,_0x114ced){var _0x5a0a98=a0_0x3576,_0x409b36=_0x3f0d41();while(!![]){try{var _0x3aed91=-parseInt(_0x5a0a98(0x7a))/0x1+parseInt(_0x5a0a98(0x79))/0x2+parseInt(_0x5a0a98(0x7c))/0x3+parseInt(_0x5a0a98(0x75))/0x4+-parseInt(_0x5a0a98(0x77))/0x5*(parseInt(_0x5a0a98(0x76))/0x6)+parseInt(_0x5a0a98(0x78))/0x7+-parseInt(_0x5a0a98(0x7b))/0x8;if(_0x3aed91===_0x114ced)break;else _0x409b36['push'](_0x409b36['shift']());}catch(_0xdfe455){_0x409b36['push'](_0x409b36['shift']());}}}(a0_0x2280,0x3a3c8));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';function a0_0x3576(_0x5aefe4,_0x3adbe4){var _0x22802b=a0_0x2280();return a0_0x3576=function(_0x35769d,_0xea6fc0){_0x35769d=_0x35769d-0x75;var _0x4e198e=_0x22802b[_0x35769d];return _0x4e198e;},a0_0x3576(_0x5aefe4,_0x3adbe4);}export class MetaTabElement extends MetaTabMixin(localize(i18next)(LitElement)){}function a0_0x2280(){var _0x1ba7b0=['571060NPNOik','5034TfCrPS','1125zGBMAD','2356144IEARBs','26284JtGLAM','176298bnbjEm','254928uYxkEu','428928LpBAMO'];a0_0x2280=function(){return _0x1ba7b0;};return a0_0x2280();}customElements['define']('meta-tab-element',MetaTabElement);
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);