@things-factory/meta-ui 6.1.12 → 6.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/client/actions/main.js +4 -4
  2. package/client/component/filter/filter-form-meta-code-select.js +9 -9
  3. package/client/component/filter/filter-form-meta-object-select.js +9 -9
  4. package/client/component/filter/filter-grist-meta-code-select.js +9 -9
  5. package/client/component/filter/filter-grist-meta-object-select.js +10 -10
  6. package/client/component/grist/editor/grist-editor-meta-code-selector.js +7 -7
  7. package/client/component/grist/editor/grist-editor-meta-object-selector.js +6 -6
  8. package/client/component/grist/renderer/grist-renderer-meta-code-selector.js +1 -1
  9. package/client/component/grist/renderer/grist-renderer-meta-object-selector.js +1 -1
  10. package/client/component/selector/meta-object-selector-popup.js +11 -11
  11. package/client/mixin/meta-base-mixin.js +1 -1
  12. package/client/mixin/meta-basic-grist-mixin.js +4 -4
  13. package/client/mixin/meta-button-mixin.js +1 -1
  14. package/client/mixin/meta-form-mixin.js +1 -1
  15. package/client/mixin/meta-grist-tab-mixin.js +1 -1
  16. package/client/mixin/meta-main-tab-mixin.js +1 -1
  17. package/client/mixin/meta-master-detail-mixin.js +1 -1
  18. package/client/mixin/meta-service-mixin.js +1 -1
  19. package/client/mixin/meta-tab-detail-mixin.js +1 -1
  20. package/client/mixin/meta-tab-mixin.js +1 -1
  21. package/client/pages/activity/meta-activity-list-page.js +6 -6
  22. package/client/pages/activity/meta-activity-viewer-element.js +3 -3
  23. package/client/pages/activity/meta-activity-writer-element.js +3 -3
  24. package/client/pages/activity/meta-activiy-mixin.js +3 -3
  25. package/client/pages/entity/config-entity.js +28 -28
  26. package/client/pages/entity/main-menu-selector.js +8 -8
  27. package/client/pages/history/history-copy-list-popup.js +6 -6
  28. package/client/pages/history/history-json-list-popup.js +6 -6
  29. package/client/pages/loading-page.js +5 -5
  30. package/client/pages/menu/dynamic-menu-template.js +7 -7
  31. package/client/pages/menu/dynamic-menu.js +15 -15
  32. package/client/pages/meta-form-element.js +1 -1
  33. package/client/pages/meta-grist-element.js +1 -1
  34. package/client/pages/meta-grist-page.js +1 -1
  35. package/client/pages/meta-grist-tab-element.js +1 -1
  36. package/client/pages/meta-grist-tab-page.js +1 -1
  37. package/client/pages/meta-main-tab-element.js +1 -1
  38. package/client/pages/meta-main-tab-page.js +1 -1
  39. package/client/pages/meta-master-detail-element.js +1 -1
  40. package/client/pages/meta-master-detail-page.js +1 -1
  41. package/client/pages/meta-tab-detail-element.js +1 -1
  42. package/client/pages/meta-tab-detail-page.js +1 -1
  43. package/client/pages/meta-tab-element.js +1 -1
  44. package/client/pages/personalize/personal-column-selector.js +11 -11
  45. package/client/pages/terms/config-terminology.js +5 -5
  46. package/client/pages/work-code/work-code-detail-popup.js +1 -1
  47. package/client/pages/work-code/work-code-page.js +1 -1
  48. package/client/reducers/main.js +1 -1
  49. package/client/utils/meta-api.js +1 -1
  50. package/client/utils/meta-crypto.js +1 -1
  51. package/client/utils/meta-ui-util.js +177 -176
  52. package/client/utils/service-util.js +13 -13
  53. package/client/utils/terms-util.js +2 -2
  54. package/client/utils/ui-util.js +1 -1
  55. package/client/utils/value-util.js +1 -1
  56. package/client/viewparts/dynamic-menu-landscape-styles.js +1 -1
  57. package/client/viewparts/dynamic-menu-landscape.js +10 -10
  58. package/client/viewparts/dynamic-menu-part.js +12 -12
  59. package/client/viewparts/dynamic-menu-portrait-styles.js +2 -2
  60. package/client/viewparts/dynamic-menu-portrait.js +9 -9
  61. package/client/viewparts/dynamic-top-menu-bar.js +7 -7
  62. package/package.json +2 -2
  63. package/server/activity/CommonActivity.js +2 -2
  64. package/server/constants/error-code.js +1 -1
  65. package/server/errors/license-error.js +1 -1
  66. package/server/routes.js +1 -1
  67. package/server/service/entity-event-subscriber/entity-event-subscriber.js +1 -1
  68. package/server/service/grid-personalize/grid-personalize-mutation.js +1 -1
  69. package/server/service/grid-personalize/grid-personalize-query.js +1 -1
  70. package/server/service/grid-personalize/grid-personalize-type.js +1 -1
  71. package/server/service/grid-personalize/grid-personalize.js +1 -1
  72. package/server/service/meta-activity/meta-activity-mutation.js +1 -1
  73. package/server/service/meta-activity/meta-activity-query.js +1 -1
  74. package/server/service/meta-activity/meta-activity-type.js +1 -1
  75. package/server/service/meta-secret/meta-resolver.js +1 -1
  76. package/server/service/set-translations/set-translation-resolver.js +1 -1
  77. package/server/service/work-code/work-code-mutation.js +1 -1
  78. package/server/service/work-code/work-code-query.js +1 -1
  79. package/server/service/work-code/work-code-type.js +1 -1
  80. package/server/service/work-code/work-code.js +1 -1
  81. package/server/service/work-code-detail/work-code-detail-mutation.js +1 -1
  82. package/server/service/work-code-detail/work-code-detail-query.js +1 -1
  83. package/server/service/work-code-detail/work-code-detail-type.js +1 -1
  84. package/server/service/work-code-detail/work-code-detail.js +1 -1
@@ -1,4 +1,4 @@
1
- const a0_0x321632=a0_0x4b55;(function(_0x4d2e19,_0x5089cf){const _0x193e01=a0_0x4b55,_0x3bb4a4=_0x4d2e19();while(!![]){try{const _0x5b59c5=-parseInt(_0x193e01(0x144))/0x1+parseInt(_0x193e01(0x153))/0x2*(-parseInt(_0x193e01(0x15c))/0x3)+parseInt(_0x193e01(0x158))/0x4+parseInt(_0x193e01(0x13b))/0x5*(parseInt(_0x193e01(0x13e))/0x6)+parseInt(_0x193e01(0x161))/0x7*(-parseInt(_0x193e01(0x155))/0x8)+-parseInt(_0x193e01(0x134))/0x9+parseInt(_0x193e01(0x160))/0xa;if(_0x5b59c5===_0x5089cf)break;else _0x3bb4a4['push'](_0x3bb4a4['shift']());}catch(_0xd02a30){_0x3bb4a4['push'](_0x3bb4a4['shift']());}}}(a0_0x1f8b,0x2c5bb));import{html}from'lit';import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{ValueUtil}from'../utils/value-util';function a0_0x1f8b(){const _0x2d35fb=['styles','getBasicGristStyles','getContextObject','pageInitialized','filterFormId','render','ox-grist','gristConfigSet','searchConfig','getAndParseMenuMeta','find','31150ahVmmo','data','8iciShZ','isElement','findOne','1419412fVxCDW','gristId','forEach','search','51aTYahC','dataSet','gridConfig','grist','3940610XlcSMF','344407AvmVBr','getParams','firstUpdated','parseGristConfigs','isPage','delete','title','isNotEmpty','getBasicGristHtml','fetch','stringify','connectedCallback','getData','renderRoot','parse','shadowRoot','2861532mKLHCH','keys','activityDataSet','gridColumnConfig','tTitle','grid','updateMultiple','655880tzbXHP','getButtonContainer','records','6lLrGBy','startsWith','properties','grid_column','save','filterForm','66475kpUPPN','querySelector','menuInfo','exportableData'];a0_0x1f8b=function(){return _0x2d35fb;};return a0_0x1f8b();}import{TermsUtil}from'../utils/terms-util';function a0_0x4b55(_0x3440e1,_0x3ef1d2){const _0x1f8b54=a0_0x1f8b();return a0_0x4b55=function(_0x4b55e4,_0x5e4925){_0x4b55e4=_0x4b55e4-0x12f;let _0x24851e=_0x1f8b54[_0x4b55e4];return _0x24851e;},a0_0x4b55(_0x3440e1,_0x3ef1d2);}import{MetaButtonMixin}from'./meta-button-mixin';export const MetaBasicGristMixin=_0x4bfe02=>class extends MetaButtonMixin(_0x4bfe02){static get[a0_0x321632(0x148)](){const _0x39de03=a0_0x321632;return MetaApi[_0x39de03(0x149)]();}static get[a0_0x321632(0x140)](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String};}get['grist'](){const _0x53f2bb=a0_0x321632;return this[_0x53f2bb(0x131)]?.[_0x53f2bb(0x145)](this[_0x53f2bb(0x159)]);}get[a0_0x321632(0x143)](){const _0x3c2f41=a0_0x321632;return this[_0x3c2f41(0x133)]?.['querySelector'](this['filterFormId']);}get['context'](){const _0x42b533=a0_0x321632;return MetaUiUtil[_0x42b533(0x14a)](this);}async['connectedCallback'](){const _0x18996d=a0_0x321632;this[_0x18996d(0x159)]=_0x18996d(0x14e),this[_0x18996d(0x14c)]='ox-filters-form',await this[_0x18996d(0x151)](),this[_0x18996d(0x156)]&&await this[_0x18996d(0x164)](),this['activityDataSet']&&(this[_0x18996d(0x15d)]=this[_0x18996d(0x136)]),super[_0x18996d(0x12f)]&&await super[_0x18996d(0x12f)]();}async[a0_0x321632(0x163)](){const _0x3efd17=a0_0x321632;super[_0x3efd17(0x163)]&&await super[_0x3efd17(0x163)]();}async[a0_0x321632(0x14b)](){const _0x303712=a0_0x321632;this[_0x303712(0x165)]&&await this[_0x303712(0x164)](),super[_0x303712(0x14b)]&&await super['pageInitialized']();}[a0_0x321632(0x14d)](){const _0x5da1aa=a0_0x321632;return html`
2
- ${MetaApi[_0x5da1aa(0x169)](this)}
3
- ${this['isPage']?html``:MetaUiUtil[_0x5da1aa(0x13c)](this)}
4
- `;}['parseBasicGridConfigs'](_0x3b9bdb){const _0x3f2a6c=a0_0x321632;this[_0x3f2a6c(0x15e)]=_0x3b9bdb[_0x3f2a6c(0x139)],this[_0x3f2a6c(0x137)]=_0x3b9bdb[_0x3f2a6c(0x141)],this[_0x3f2a6c(0x150)]=_0x3b9bdb[_0x3f2a6c(0x15b)];}async[a0_0x321632(0x164)](){const _0x23529b=a0_0x321632;this[_0x23529b(0x14f)]=await MetaApi['parseGridConfigSet'](this);}async[a0_0x321632(0x16a)](){const _0x566b05=a0_0x321632;await this[_0x566b05(0x15f)][_0x566b05(0x16a)]();}async[a0_0x321632(0x142)](){const _0x55aaff=a0_0x321632;let _0x57f2b2=MetaApi['patchesForUpdateMultiple'](this[_0x55aaff(0x15f)]);!!ValueUtil[_0x55aaff(0x168)](_0x57f2b2)&&await this[_0x55aaff(0x13a)](_0x57f2b2)&&this['fetch']();}async[a0_0x321632(0x152)](){const _0x4e411e=a0_0x321632;let _0x4b7e58=MetaApi['getSelectedIdList'](this[_0x4e411e(0x15f)],!0x0);return ValueUtil[_0x4e411e(0x168)](_0x4b7e58)?await this[_0x4e411e(0x157)](_0x4b7e58[0x0]):{};}async[a0_0x321632(0x166)](){const _0x15b0ed=a0_0x321632;let _0x4e77b9=MetaApi['getSelectedIdList'](this['grist'],!0x0);!!ValueUtil['isNotEmpty'](_0x4e77b9)&&await this['deleteByIds'](_0x4e77b9)&&this[_0x15b0ed(0x16a)]();}async['export'](){const _0x41bc2d=a0_0x321632;let _0x525fa8=TermsUtil[_0x41bc2d(0x138)](ValueUtil[_0x41bc2d(0x162)](this[_0x41bc2d(0x146)],_0x41bc2d(0x167)));return await MetaApi[_0x41bc2d(0x147)](this[_0x41bc2d(0x156)],_0x525fa8,this[_0x41bc2d(0x15f)]);}async['import'](){}async['clear'](){const _0x3118a5=a0_0x321632;this[_0x3118a5(0x15f)]&&(this['grist'][_0x3118a5(0x154)]={'page':0x0,'total':0x0,'limit':0x0,'records':[]});}[a0_0x321632(0x130)](){const _0x25e67a=a0_0x321632;let _0xed224a=this[_0x25e67a(0x15f)]['___data'][_0x25e67a(0x13d)];return _0xed224a=JSON[_0x25e67a(0x132)](JSON[_0x25e67a(0x16b)](_0xed224a)),_0xed224a[_0x25e67a(0x15a)](_0x149c77=>{const _0x345659=_0x25e67a;Object[_0x345659(0x135)](_0x149c77)[_0x345659(0x15a)](_0x1c41c7=>{const _0x5aa74c=_0x345659;_0x1c41c7[_0x5aa74c(0x13f)]('__')&&delete _0x149c77[_0x1c41c7];});}),_0xed224a;}};
1
+ function a0_0x3cb7(){const _0x3179de=['gristId','deleteByIds','ox-filters-form','isNotEmpty','connectedCallback','getBasicGristStyles','searchConfig','delete','patchesForUpdateMultiple','tTitle','parseGristConfigs','parse','1224978qTpWTF','filterFormId','parseBasicGridConfigs','getParams','2360808teScWG','gristConfigSet','grid_column','isElement','updateMultiple','import','findOne','properties','7QlnlEK','render','getButtonContainer','___data','46050lIGcQc','querySelector','grist','exportableData','save','144078frZyeZ','firstUpdated','activityDataSet','export','fetch','705024HkNEFa','shadowRoot','27824UsCSus','getData','153HlaNDE','gridConfig','ox-grist','records','grid','forEach','8tohhSG','menuInfo','data','filterForm','pageInitialized','parseGridConfigSet','startsWith','isPage','title','keys','130500WQbHjp','getSelectedIdList','getContextObject'];a0_0x3cb7=function(){return _0x3179de;};return a0_0x3cb7();}const a0_0x389826=a0_0x16c6;(function(_0x1638a6,_0x5d83a5){const _0x53e789=a0_0x16c6,_0x487d5a=_0x1638a6();while(!![]){try{const _0x44ab47=-parseInt(_0x53e789(0x17d))/0x1+-parseInt(_0x53e789(0x185))/0x2*(parseInt(_0x53e789(0x176))/0x3)+-parseInt(_0x53e789(0x17b))/0x4+-parseInt(_0x53e789(0x18f))/0x5+parseInt(_0x53e789(0x161))/0x6+-parseInt(_0x53e789(0x16d))/0x7*(-parseInt(_0x53e789(0x165))/0x8)+-parseInt(_0x53e789(0x17f))/0x9*(-parseInt(_0x53e789(0x171))/0xa);if(_0x44ab47===_0x5d83a5)break;else _0x487d5a['push'](_0x487d5a['shift']());}catch(_0x1e502e){_0x487d5a['push'](_0x487d5a['shift']());}}}(a0_0x3cb7,0x25e81));import{html}from'lit';function a0_0x16c6(_0x2c521f,_0x3628c9){const _0x3cb742=a0_0x3cb7();return a0_0x16c6=function(_0x16c6da,_0x2f1391){_0x16c6da=_0x16c6da-0x155;let _0x1eeaff=_0x3cb742[_0x16c6da];return _0x1eeaff;},a0_0x16c6(_0x2c521f,_0x3628c9);}import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaBasicGristMixin=_0xfdc48a=>class extends MetaButtonMixin(_0xfdc48a){static get['styles'](){const _0x154ae3=a0_0x16c6;return MetaApi[_0x154ae3(0x15a)]();}static get[a0_0x389826(0x16c)](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String};}get[a0_0x389826(0x173)](){const _0x2b370c=a0_0x389826;return this['renderRoot']?.[_0x2b370c(0x172)](this[_0x2b370c(0x155)]);}get[a0_0x389826(0x188)](){const _0x1741e0=a0_0x389826;return this[_0x1741e0(0x17c)]?.[_0x1741e0(0x172)](this['filterFormId']);}get['context'](){const _0xaef87c=a0_0x389826;return MetaUiUtil[_0xaef87c(0x191)](this);}async[a0_0x389826(0x159)](){const _0x40fb66=a0_0x389826;this[_0x40fb66(0x155)]=_0x40fb66(0x181),this[_0x40fb66(0x162)]=_0x40fb66(0x157),await this['getAndParseMenuMeta'](),this[_0x40fb66(0x168)]&&await this[_0x40fb66(0x15f)](),this['activityDataSet']&&(this['dataSet']=this[_0x40fb66(0x178)]),super[_0x40fb66(0x159)]&&await super[_0x40fb66(0x159)]();}async[a0_0x389826(0x177)](){const _0x13893a=a0_0x389826;super[_0x13893a(0x177)]&&await super[_0x13893a(0x177)]();}async[a0_0x389826(0x189)](){const _0x32b587=a0_0x389826;this[_0x32b587(0x18c)]&&await this['parseGristConfigs'](),super['pageInitialized']&&await super['pageInitialized']();}[a0_0x389826(0x16e)](){const _0x51fc54=a0_0x389826;return html`
2
+ ${MetaApi['getBasicGristHtml'](this)}
3
+ ${this['isPage']?html``:MetaUiUtil[_0x51fc54(0x16f)](this)}
4
+ `;}[a0_0x389826(0x163)](_0x860f5c){const _0x362d66=a0_0x389826;this[_0x362d66(0x180)]=_0x860f5c[_0x362d66(0x183)],this['gridColumnConfig']=_0x860f5c[_0x362d66(0x167)],this[_0x362d66(0x15b)]=_0x860f5c['search'];}async['parseGristConfigs'](){const _0x2db5e0=a0_0x389826;this[_0x2db5e0(0x166)]=await MetaApi[_0x2db5e0(0x18a)](this);}async[a0_0x389826(0x17a)](){const _0x149d9c=a0_0x389826;await this['grist'][_0x149d9c(0x17a)]();}async[a0_0x389826(0x175)](){const _0x2c03a7=a0_0x389826;let _0x81089a=MetaApi[_0x2c03a7(0x15d)](this[_0x2c03a7(0x173)]);!!ValueUtil['isNotEmpty'](_0x81089a)&&await this[_0x2c03a7(0x169)](_0x81089a)&&this[_0x2c03a7(0x17a)]();}async['find'](){const _0x5738b5=a0_0x389826;let _0x125b6b=MetaApi['getSelectedIdList'](this[_0x5738b5(0x173)],!0x0);return ValueUtil[_0x5738b5(0x158)](_0x125b6b)?await this[_0x5738b5(0x16b)](_0x125b6b[0x0]):{};}async[a0_0x389826(0x15c)](){const _0x411f7b=a0_0x389826;let _0x2dc568=MetaApi[_0x411f7b(0x190)](this[_0x411f7b(0x173)],!0x0);!!ValueUtil[_0x411f7b(0x158)](_0x2dc568)&&await this[_0x411f7b(0x156)](_0x2dc568)&&this[_0x411f7b(0x17a)]();}async[a0_0x389826(0x179)](){const _0x1ccd61=a0_0x389826;let _0x19e990=TermsUtil[_0x1ccd61(0x15e)](ValueUtil[_0x1ccd61(0x164)](this[_0x1ccd61(0x186)],_0x1ccd61(0x18d)));return await MetaApi[_0x1ccd61(0x174)](this['isElement'],_0x19e990,this['grist']);}async[a0_0x389826(0x16a)](){}async['clear'](){const _0x2df793=a0_0x389826;this[_0x2df793(0x173)]&&(this[_0x2df793(0x173)][_0x2df793(0x187)]={'page':0x0,'total':0x0,'limit':0x0,'records':[]});}[a0_0x389826(0x17e)](){const _0x3b85d9=a0_0x389826;let _0xc1f408=this[_0x3b85d9(0x173)][_0x3b85d9(0x170)][_0x3b85d9(0x182)];return _0xc1f408=JSON[_0x3b85d9(0x160)](JSON['stringify'](_0xc1f408)),_0xc1f408[_0x3b85d9(0x184)](_0x5805d4=>{const _0x43db31=_0x3b85d9;Object[_0x43db31(0x18e)](_0x5805d4)[_0x43db31(0x184)](_0x4d5a14=>{const _0x32495d=_0x43db31;_0x4d5a14[_0x32495d(0x18b)]('__')&&delete _0x5805d4[_0x4d5a14];});}),_0xc1f408;}};
@@ -1 +1 @@
1
- const a0_0x1fd5fc=a0_0x155d;(function(_0x765c3f,_0x40fb1c){const _0x17fa5e=a0_0x155d,_0x2e1b8a=_0x765c3f();while(!![]){try{const _0x50ff25=parseInt(_0x17fa5e(0x16b))/0x1*(parseInt(_0x17fa5e(0x16c))/0x2)+parseInt(_0x17fa5e(0x17d))/0x3*(parseInt(_0x17fa5e(0x183))/0x4)+-parseInt(_0x17fa5e(0x17e))/0x5+parseInt(_0x17fa5e(0x17f))/0x6+parseInt(_0x17fa5e(0x176))/0x7*(parseInt(_0x17fa5e(0x180))/0x8)+-parseInt(_0x17fa5e(0x16d))/0x9*(-parseInt(_0x17fa5e(0x173))/0xa)+parseInt(_0x17fa5e(0x170))/0xb*(-parseInt(_0x17fa5e(0x171))/0xc);if(_0x50ff25===_0x40fb1c)break;else _0x2e1b8a['push'](_0x2e1b8a['shift']());}catch(_0x345a44){_0x2e1b8a['push'](_0x2e1b8a['shift']());}}}(a0_0x50fb,0xaa200));import{html}from'lit';import{MetaUiUtil}from'../utils/meta-ui-util';import{MetaServiceMixin}from'./meta-service-mixin';export const MetaButtonMixin=_0x40dab5=>class extends MetaServiceMixin(_0x40dab5){static get[a0_0x1fd5fc(0x181)](){return{'buttonConfig':Array,'useButtonExport':Boolean,'useButtonImport':Boolean,'useButtonAdd':Boolean};}[a0_0x1fd5fc(0x17a)](){const _0x2551ae=a0_0x1fd5fc;return MetaUiUtil[_0x2551ae(0x16e)]();}[a0_0x1fd5fc(0x184)](){const _0x370a40=a0_0x1fd5fc;return MetaUiUtil[_0x370a40(0x184)](this);}['getButtonContainer'](){const _0x5e7fca=a0_0x1fd5fc;return this[_0x5e7fca(0x186)]?html``:MetaUiUtil[_0x5e7fca(0x174)](this);}async['getBasicButtonHandler'](_0xc8488d,_0xb7df58,_0x2d8446){const _0x13d24c=a0_0x1fd5fc;return await MetaUiUtil[_0x13d24c(0x16f)](this,_0xc8488d,_0xb7df58,_0x2d8446);}async['customButtonHandler'](_0x50117e){const _0x51d245=a0_0x1fd5fc;await MetaUiUtil[_0x51d245(0x182)](this,_0x50117e);}async[a0_0x1fd5fc(0x172)](_0x56cb51,_0x4669d2){const _0x92790e=a0_0x1fd5fc;await MetaUiUtil[_0x92790e(0x172)](this,_0x56cb51,_0x4669d2);}[a0_0x1fd5fc(0x179)](_0x148219){const _0x1c0614=a0_0x1fd5fc;this[_0x1c0614(0x178)]=_0x148219['button'],this['useButtonImport']=MetaUiUtil[_0x1c0614(0x175)](this[_0x1c0614(0x178)],'import'),this[_0x1c0614(0x17b)]=MetaUiUtil[_0x1c0614(0x175)](this[_0x1c0614(0x178)],_0x1c0614(0x185)),this[_0x1c0614(0x177)]=MetaUiUtil[_0x1c0614(0x175)](this[_0x1c0614(0x178)],_0x1c0614(0x17c));}};function a0_0x155d(_0x42bfea,_0x4c509b){const _0x50fb46=a0_0x50fb();return a0_0x155d=function(_0x155dd0,_0x19e73a){_0x155dd0=_0x155dd0-0x16b;let _0x1e089f=_0x50fb46[_0x155dd0];return _0x1e089f;},a0_0x155d(_0x42bfea,_0x4c509b);}function a0_0x50fb(){const _0x22c2ae=['getCustomButtonContainerStyles','getButtonActionHandler','55hoxeUW','6209220nqLPsX','gristButtonHandler','6104600zUyJSm','getButtonContainer','isButtonExist','5542530ejBbwl','useButtonAdd','buttonConfig','parseBasicButtonConfigs','getCustomButtonContainerStyle','useButtonExport','add','440868qOGZjl','3299105zGTCtO','6118656jSUXzT','8dJNYJJ','properties','customButtonHandler','24nFyOsg','getContextButtons','export','isPage','2gPOsLt','29606rWuEtG','18HoFDAK'];a0_0x50fb=function(){return _0x22c2ae;};return a0_0x50fb();}
1
+ const a0_0x158808=a0_0x4019;function a0_0x4019(_0x577c90,_0x5d977c){const _0x378d17=a0_0x378d();return a0_0x4019=function(_0x401944,_0x8b3ec6){_0x401944=_0x401944-0x8c;let _0x495a5d=_0x378d17[_0x401944];return _0x495a5d;},a0_0x4019(_0x577c90,_0x5d977c);}(function(_0xaf6a2e,_0x56ac98){const _0xf66670=a0_0x4019,_0x59fda6=_0xaf6a2e();while(!![]){try{const _0x5d7099=parseInt(_0xf66670(0x9b))/0x1*(parseInt(_0xf66670(0xa6))/0x2)+-parseInt(_0xf66670(0x94))/0x3*(parseInt(_0xf66670(0x97))/0x4)+-parseInt(_0xf66670(0xa0))/0x5+parseInt(_0xf66670(0x9d))/0x6+-parseInt(_0xf66670(0xa4))/0x7*(parseInt(_0xf66670(0x98))/0x8)+parseInt(_0xf66670(0xa2))/0x9+parseInt(_0xf66670(0x9f))/0xa*(parseInt(_0xf66670(0x8f))/0xb);if(_0x5d7099===_0x56ac98)break;else _0x59fda6['push'](_0x59fda6['shift']());}catch(_0x49e490){_0x59fda6['push'](_0x59fda6['shift']());}}}(a0_0x378d,0xe1016));import{html}from'lit';import{MetaUiUtil}from'../utils/meta-ui-util';import{MetaServiceMixin}from'./meta-service-mixin';function a0_0x378d(){const _0x48c0d1=['import','1309oZfXVz','parseBasicButtonConfigs','gristButtonHandler','useButtonImport','getButtonContainer','494547VgSERr','getButtonActionHandler','add','44PHjSJy','424240cDfBiN','getCustomButtonContainerStyles','customButtonHandler','67442sgqhTY','export','7489122jRLAXn','isPage','14730hcLDNp','233480fvVrqw','button','1645605FPWFdb','buttonConfig','14KPowlt','getContextButtons','38DEmmMt','getBasicButtonHandler','properties'];a0_0x378d=function(){return _0x48c0d1;};return a0_0x378d();}export const MetaButtonMixin=_0x47553f=>class extends MetaServiceMixin(_0x47553f){static get[a0_0x158808(0x8d)](){return{'buttonConfig':Array,'useButtonExport':Boolean,'useButtonImport':Boolean,'useButtonAdd':Boolean};}['getCustomButtonContainerStyle'](){const _0xc3f3d9=a0_0x158808;return MetaUiUtil[_0xc3f3d9(0x99)]();}[a0_0x158808(0xa5)](){const _0x3644d4=a0_0x158808;return MetaUiUtil[_0x3644d4(0xa5)](this);}[a0_0x158808(0x93)](){const _0x15fbe1=a0_0x158808;return this[_0x15fbe1(0x9e)]?html``:MetaUiUtil['getButtonContainer'](this);}async[a0_0x158808(0x8c)](_0x1360fc,_0xda1334,_0x3e30d4){const _0x1fcb0d=a0_0x158808;return await MetaUiUtil[_0x1fcb0d(0x95)](this,_0x1360fc,_0xda1334,_0x3e30d4);}async[a0_0x158808(0x9a)](_0x1ce28d){await MetaUiUtil['customButtonHandler'](this,_0x1ce28d);}async[a0_0x158808(0x91)](_0x5920a4,_0x478e6f){await MetaUiUtil['gristButtonHandler'](this,_0x5920a4,_0x478e6f);}[a0_0x158808(0x90)](_0x591482){const _0x4d4e0c=a0_0x158808;this[_0x4d4e0c(0xa3)]=_0x591482[_0x4d4e0c(0xa1)],this[_0x4d4e0c(0x92)]=MetaUiUtil['isButtonExist'](this[_0x4d4e0c(0xa3)],_0x4d4e0c(0x8e)),this['useButtonExport']=MetaUiUtil['isButtonExist'](this[_0x4d4e0c(0xa3)],_0x4d4e0c(0x9c)),this['useButtonAdd']=MetaUiUtil['isButtonExist'](this['buttonConfig'],_0x4d4e0c(0x96));}};
@@ -1 +1 @@
1
- const a0_0xfb94fa=a0_0x4cf5;(function(_0x59bc97,_0x294cfb){const _0x47ea2a=a0_0x4cf5,_0x54624a=_0x59bc97();while(!![]){try{const _0x2da053=parseInt(_0x47ea2a(0x1df))/0x1*(parseInt(_0x47ea2a(0x212))/0x2)+parseInt(_0x47ea2a(0x226))/0x3*(-parseInt(_0x47ea2a(0x201))/0x4)+parseInt(_0x47ea2a(0x227))/0x5*(parseInt(_0x47ea2a(0x1e2))/0x6)+parseInt(_0x47ea2a(0x1e8))/0x7+parseInt(_0x47ea2a(0x1f8))/0x8*(-parseInt(_0x47ea2a(0x1de))/0x9)+-parseInt(_0x47ea2a(0x204))/0xa*(-parseInt(_0x47ea2a(0x1ef))/0xb)+parseInt(_0x47ea2a(0x218))/0xc*(-parseInt(_0x47ea2a(0x202))/0xd);if(_0x2da053===_0x294cfb)break;else _0x54624a['push'](_0x54624a['shift']());}catch(_0x43fd32){_0x54624a['push'](_0x54624a['shift']());}}}(a0_0x448c,0x73f2e));import{MetaApi}from'../utils/meta-api';function a0_0x448c(){const _0xc65403=['connectedCallback','record','__dirtyfields__','startsWith','render','name','call','pageInitialized','keys','getAndParseMenuMeta','cuFlag','332496uZBUil','10IDxPDa','getBasicFormStyles','isNotEmpty','patchData','dataSet','updateMultiple','currentData','button','Escape','filter','formConfigSet','getData','click','after','field-change','styles','editing','756BMdsFb','189203ZcVSMD','firstUpdated','focus','1040322aAxsdx','Esc','removeGarbageData','editable','getContextObject','activity','6479718BFqdsv','currentTarget','parseFormConfigSet','detail','Enter','function','stopPropagation','10065dxJFVz','object','isPage','isEmpty','parent_id','key','getBasicFormHtml','parseFormConfigs','renderRoot','5528VjNWxa','grid_column','context','setAttribute','formRenderConfig','forEach','isElement','addEventListener','findOne','8nOcnWR','26iYWJSR','assign','5950rwStDQ','entries','title.info','__dirty__','activityDataSet','properties','column','map','text.NOTHING_CHANGED','parseBasicFormConfigs','orgData','clear','fetch','save','6FEIFGu','tagName','__origin__','isEquals','OX-GRID-FIELD','before','9779088ZkBPYy','formColumnConfig','removeAttribute'];a0_0x448c=function(){return _0xc65403;};return a0_0x448c();}function a0_0x4cf5(_0x5adc2c,_0x3f66e4){const _0x448cbe=a0_0x448c();return a0_0x4cf5=function(_0x4cf55c,_0x554574){_0x4cf55c=_0x4cf55c-0x1d6;let _0x5f443a=_0x448cbe[_0x4cf55c];return _0x5f443a;},a0_0x4cf5(_0x5adc2c,_0x3f66e4);}import{MetaUiUtil}from'../utils/meta-ui-util';import{ValueUtil}from'../utils/value-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaFormMixin=_0x3a84e6=>class extends MetaButtonMixin(_0x3a84e6){static get[a0_0xfb94fa(0x1dc)](){const _0x3e7a6a=a0_0xfb94fa;return MetaApi[_0x3e7a6a(0x228)]();}static get[a0_0xfb94fa(0x209)](){return{'formColumnConfig':Array,'formConfigSet':Object,'formRenderConfig':Array,'record':Object};}get[a0_0xfb94fa(0x1fa)](){const _0x3f2770=a0_0xfb94fa;return MetaUiUtil[_0x3f2770(0x1e6)](this);}async[a0_0xfb94fa(0x21b)](){const _0x316f84=a0_0xfb94fa;await this[_0x316f84(0x224)](),this[_0x316f84(0x1fe)]&&await this[_0x316f84(0x1f6)](),this[_0x316f84(0x208)]&&(this[_0x316f84(0x22b)]=this[_0x316f84(0x208)]),!0x0!==this['is_activity']||this[_0x316f84(0x1f3)]||(this['parent_id']=_0x316f84(0x1e7)),super[_0x316f84(0x21b)]&&await super['connectedCallback'](),this[_0x316f84(0x1fe)]&&await this[_0x316f84(0x210)](),this['renderRoot']['addEventListener']('keydown',_0x564bc3=>{const _0x15d0dd=_0x316f84;switch(_0x564bc3[_0x15d0dd(0x1f4)]){case _0x15d0dd(0x1e3):case _0x15d0dd(0x22f):case _0x15d0dd(0x1ec):this[_0x15d0dd(0x1e1)](),this[_0x15d0dd(0x1e9)]&&this[_0x15d0dd(0x1e9)][_0x15d0dd(0x21a)](_0x15d0dd(0x1dd)),this['currentTarget']=null;}}),this[_0x316f84(0x1f7)][_0x316f84(0x1ff)](_0x316f84(0x1d9),_0x466871=>{const _0x231e98=_0x316f84;_0x466871[_0x231e98(0x1ee)]();let _0x3aced7=_0x466871['target'];if(this['currentTarget']&&(this['focus'](),this[_0x231e98(0x1e9)]['removeAttribute'](_0x231e98(0x1dd))),_0x231e98(0x216)!==_0x3aced7[_0x231e98(0x213)]||!_0x3aced7[_0x231e98(0x20a)][_0x231e98(0x21c)][_0x231e98(0x1e5)])return this['focus'](),void(this[_0x231e98(0x1e9)]=null);this[_0x231e98(0x1e9)]=_0x3aced7,_0x3aced7[_0x231e98(0x1fb)](_0x231e98(0x1dd),'true');}),this[_0x316f84(0x1ff)](_0x316f84(0x1db),_0xd84344=>{const _0x41cd47=_0x316f84;var {after:_0xd1bc6b,before:_0x390a4b,column:_0x238d9d,record:_0x463b68,row:_0x5f4755}=_0xd84344[_0x41cd47(0x1eb)];if(ValueUtil['isEquals'](_0xd1bc6b,_0x390a4b))return;var _0xd866f3=_0x238d9d['validation'];if(_0xd866f3&&_0x41cd47(0x1ed)==typeof _0xd866f3&&!_0xd866f3[_0x41cd47(0x221)](this,_0xd1bc6b,_0x390a4b,_0x463b68,_0x238d9d))return;let _0x13c070=_0x238d9d[_0x41cd47(0x220)];_0x463b68[_0x13c070]=_0xd1bc6b,_0x463b68[_0x41cd47(0x21d)]=_0x463b68['__dirtyfields__']||{},_0x463b68[_0x41cd47(0x214)]=_0x463b68['__origin__']||{},_0x463b68['__dirtyfields__'][_0x13c070]={'before':_0x463b68[_0x41cd47(0x214)][_0x13c070],'after':_0x463b68[_0x13c070]},ValueUtil[_0x41cd47(0x215)](_0x463b68[_0x41cd47(0x21d)][_0x13c070][_0x41cd47(0x217)],_0x463b68[_0x41cd47(0x21d)][_0x13c070][_0x41cd47(0x1da)])&&delete _0x463b68[_0x41cd47(0x21d)][_0x13c070],ValueUtil[_0x41cd47(0x229)](_0x463b68[_0x41cd47(0x21d)])?_0x463b68[_0x41cd47(0x207)]='M':_0x463b68[_0x41cd47(0x207)]='',this['record']={..._0x463b68};});}async[a0_0xfb94fa(0x1e0)](){const _0x63c08a=a0_0xfb94fa;super[_0x63c08a(0x1e0)]&&await super['firstUpdated']();}async[a0_0xfb94fa(0x222)](){const _0x4eae74=a0_0xfb94fa;this[_0x4eae74(0x1f1)]&&await this[_0x4eae74(0x1f6)](),super[_0x4eae74(0x222)]&&await super['pageInitialized'](),this[_0x4eae74(0x1f1)]&&await this[_0x4eae74(0x210)]();}[a0_0xfb94fa(0x21f)](){const _0x5c2e3f=a0_0xfb94fa;return MetaApi[_0x5c2e3f(0x1f5)](this);}[a0_0xfb94fa(0x20d)](_0x3a464b){const _0x40fc79=a0_0xfb94fa;this[_0x40fc79(0x219)]=_0x3a464b[_0x40fc79(0x1f9)],this[_0x40fc79(0x1fc)]=_0x3a464b['form'],_0x3a464b[_0x40fc79(0x22e)]=_0x3a464b[_0x40fc79(0x22e)][_0x40fc79(0x1d6)](_0xdc8fca=>_0x40fc79(0x211)==_0xdc8fca['name']);}async[a0_0xfb94fa(0x1f6)](){const _0x611c69=a0_0xfb94fa;this[_0x611c69(0x1d7)]=await MetaApi[_0x611c69(0x1ea)](this);}get[a0_0xfb94fa(0x20e)](){const _0x556622=a0_0xfb94fa;return this[_0x556622(0x1e4)](this[_0x556622(0x21c)]['__origin__']);}get['dirtyData'](){const _0x73aa9c=a0_0xfb94fa;if(ValueUtil[_0x73aa9c(0x1f2)](this[_0x73aa9c(0x21c)][_0x73aa9c(0x21d)]))return{};let _0x5a13be={};return Object[_0x73aa9c(0x205)](this[_0x73aa9c(0x21c)][_0x73aa9c(0x21d)])[_0x73aa9c(0x20b)](([_0x11e360,_0x59b91c])=>{const _0x5d4fcb=_0x73aa9c;0x0==_0x11e360[_0x5d4fcb(0x21e)]('__')&&(_0x5a13be[_0x11e360]=_0x59b91c[_0x5d4fcb(0x1da)]);}),_0x5a13be;}get[a0_0xfb94fa(0x22d)](){const _0xe5f424=a0_0xfb94fa;return this['removeGarbageData'](this[_0xe5f424(0x21c)]);}[a0_0xfb94fa(0x1e4)](_0x595599){const _0x51a7b6=a0_0xfb94fa;let _0x428a28={};if(_0x595599)return Object[_0x51a7b6(0x205)](_0x595599)['map'](([_0x1ef02f,_0x7f034d])=>{const _0x3713c7=_0x51a7b6;0x0==_0x1ef02f[_0x3713c7(0x21e)]('__')&&(_0x428a28[_0x1ef02f]=_0x7f034d);}),_0x428a28;}get[a0_0xfb94fa(0x22a)](){const _0x5e04af=a0_0xfb94fa;let _0x34acd3=this['dirtyData'],_0x56255b=this[_0x5e04af(0x21c)];return ValueUtil[_0x5e04af(0x1f2)](_0x34acd3)?[]:(ValueUtil['isNotEmpty'](_0x56255b['id'])?(_0x34acd3['id']=_0x56255b['id'],_0x34acd3[_0x5e04af(0x225)]='M'):_0x34acd3[_0x5e04af(0x225)]='+',Object[_0x5e04af(0x223)](_0x34acd3)[_0x5e04af(0x1fd)](_0x158848=>{const _0x437578=_0x5e04af;_0x437578(0x1f0)==typeof _0x34acd3[_0x158848]&&(_0x34acd3[_0x158848]={'id':_0x34acd3[_0x158848]['id']});}),[_0x34acd3]);}async[a0_0xfb94fa(0x210)](){const _0x38119f=a0_0xfb94fa;if(ValueUtil[_0x38119f(0x1f2)](this[_0x38119f(0x1f3)]))return;let _0x30ce6d=await this[_0x38119f(0x200)](this[_0x38119f(0x1f3)]);_0x30ce6d['__seq__']=0x1;let _0x429f7c={};Object[_0x38119f(0x203)](_0x429f7c,_0x30ce6d),_0x30ce6d[_0x38119f(0x214)]=_0x429f7c,this['record']={..._0x30ce6d};}async[a0_0xfb94fa(0x211)](){const _0x2a903c=a0_0xfb94fa;let _0x49cba4=this[_0x2a903c(0x22a)];if(ValueUtil[_0x2a903c(0x1f2)](_0x49cba4))return void MetaApi['showAlertPopup'](_0x2a903c(0x206),_0x2a903c(0x20c));let _0x5bea48=await this[_0x2a903c(0x22c)](_0x49cba4);return _0x5bea48&&await this['fetch'](),_0x5bea48;}async[a0_0xfb94fa(0x20f)](){this['record']&&(this['record']={});}[a0_0xfb94fa(0x1d8)](){return this['currentData']||{};}};
1
+ const a0_0x1ff433=a0_0x5a40;(function(_0x341dbb,_0x153d78){const _0x57e316=a0_0x5a40,_0x4cdb0f=_0x341dbb();while(!![]){try{const _0x53967d=parseInt(_0x57e316(0x1cf))/0x1+-parseInt(_0x57e316(0x1e7))/0x2+-parseInt(_0x57e316(0x20c))/0x3*(parseInt(_0x57e316(0x211))/0x4)+parseInt(_0x57e316(0x1f7))/0x5+parseInt(_0x57e316(0x1e9))/0x6*(-parseInt(_0x57e316(0x1ef))/0x7)+parseInt(_0x57e316(0x202))/0x8+-parseInt(_0x57e316(0x215))/0x9*(parseInt(_0x57e316(0x1f5))/0xa);if(_0x53967d===_0x153d78)break;else _0x4cdb0f['push'](_0x4cdb0f['shift']());}catch(_0x29f54a){_0x4cdb0f['push'](_0x4cdb0f['shift']());}}}(a0_0xc17b,0x8f147));import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{ValueUtil}from'../utils/value-util';function a0_0xc17b(){const _0x4cc15c=['addEventListener','1399395smicyV','tagName','stopPropagation','parseFormConfigSet','key','8wLxPDr','fetch','patchData','isNotEmpty','153072KSaOSV','cuFlag','showAlertPopup','Escape','startsWith','entries','save','__origin__','click','732011hBOhbQ','__dirty__','isElement','findOne','button','text.NOTHING_CHANGED','parseBasicFormConfigs','connectedCallback','parseFormConfigs','currentData','keys','field-change','styles','record','clear','column','call','isEquals','renderRoot','target','validation','formConfigSet','firstUpdated','currentTarget','1225580gAyloz','function','774SATvoe','editing','before','isPage','map','focus','32753mKjfMU','isEmpty','removeGarbageData','pageInitialized','getAndParseMenuMeta','orgData','50cpDRiX','form','5199880oHEYCC','render','Esc','editable','__seq__','dataSet','assign','getData','true','activityDataSet','object','8387352HMlSTd','__dirtyfields__','Enter','updateMultiple','getBasicFormStyles','parent_id','formColumnConfig','dirtyData','removeAttribute'];a0_0xc17b=function(){return _0x4cc15c;};return a0_0xc17b();}import{MetaButtonMixin}from'./meta-button-mixin';function a0_0x5a40(_0x4bcca3,_0x533804){const _0xc17b06=a0_0xc17b();return a0_0x5a40=function(_0x5a401d,_0xa2539e){_0x5a401d=_0x5a401d-0x1cd;let _0x4971e5=_0xc17b06[_0x5a401d];return _0x4971e5;},a0_0x5a40(_0x4bcca3,_0x533804);}export const MetaFormMixin=_0x28ffcd=>class extends MetaButtonMixin(_0x28ffcd){static get[a0_0x1ff433(0x1db)](){const _0x39bfb3=a0_0x1ff433;return MetaApi[_0x39bfb3(0x206)]();}static get['properties'](){return{'formColumnConfig':Array,'formConfigSet':Object,'formRenderConfig':Array,'record':Object};}get['context'](){return MetaUiUtil['getContextObject'](this);}async[a0_0x1ff433(0x1d6)](){const _0x5178c1=a0_0x1ff433;await this[_0x5178c1(0x1f3)](),this[_0x5178c1(0x1d1)]&&await this[_0x5178c1(0x1d7)](),this[_0x5178c1(0x200)]&&(this[_0x5178c1(0x1fc)]=this[_0x5178c1(0x200)]),!0x0!==this['is_activity']||this[_0x5178c1(0x207)]||(this[_0x5178c1(0x207)]='activity'),super['connectedCallback']&&await super[_0x5178c1(0x1d6)](),this[_0x5178c1(0x1d1)]&&await this['fetch'](),this[_0x5178c1(0x1e1)]['addEventListener']('keydown',_0x3c87f4=>{const _0x2863b1=_0x5178c1;switch(_0x3c87f4[_0x2863b1(0x210)]){case _0x2863b1(0x1f9):case _0x2863b1(0x218):case _0x2863b1(0x204):this[_0x2863b1(0x1ee)](),this[_0x2863b1(0x1e6)]&&this[_0x2863b1(0x1e6)][_0x2863b1(0x20a)](_0x2863b1(0x1ea)),this[_0x2863b1(0x1e6)]=null;}}),this[_0x5178c1(0x1e1)]['addEventListener'](_0x5178c1(0x1ce),_0x37fd07=>{const _0x15e117=_0x5178c1;_0x37fd07[_0x15e117(0x20e)]();let _0x32fc1d=_0x37fd07[_0x15e117(0x1e2)];if(this['currentTarget']&&(this[_0x15e117(0x1ee)](),this[_0x15e117(0x1e6)][_0x15e117(0x20a)](_0x15e117(0x1ea))),'OX-GRID-FIELD'!==_0x32fc1d[_0x15e117(0x20d)]||!_0x32fc1d[_0x15e117(0x1de)]['record'][_0x15e117(0x1fa)])return this[_0x15e117(0x1ee)](),void(this[_0x15e117(0x1e6)]=null);this[_0x15e117(0x1e6)]=_0x32fc1d,_0x32fc1d['setAttribute'](_0x15e117(0x1ea),_0x15e117(0x1ff));}),this[_0x5178c1(0x20b)](_0x5178c1(0x1da),_0x5e764=>{const _0x4562e3=_0x5178c1;var {after:_0x11f902,before:_0x47986e,column:_0x66bb1c,record:_0x48e84a,row:_0x14dfd5}=_0x5e764['detail'];if(ValueUtil[_0x4562e3(0x1e0)](_0x11f902,_0x47986e))return;var _0x14dbae=_0x66bb1c[_0x4562e3(0x1e3)];if(_0x14dbae&&_0x4562e3(0x1e8)==typeof _0x14dbae&&!_0x14dbae[_0x4562e3(0x1df)](this,_0x11f902,_0x47986e,_0x48e84a,_0x66bb1c))return;let _0x15dad1=_0x66bb1c['name'];_0x48e84a[_0x15dad1]=_0x11f902,_0x48e84a[_0x4562e3(0x203)]=_0x48e84a[_0x4562e3(0x203)]||{},_0x48e84a[_0x4562e3(0x1cd)]=_0x48e84a[_0x4562e3(0x1cd)]||{},_0x48e84a[_0x4562e3(0x203)][_0x15dad1]={'before':_0x48e84a['__origin__'][_0x15dad1],'after':_0x48e84a[_0x15dad1]},ValueUtil[_0x4562e3(0x1e0)](_0x48e84a['__dirtyfields__'][_0x15dad1][_0x4562e3(0x1eb)],_0x48e84a['__dirtyfields__'][_0x15dad1]['after'])&&delete _0x48e84a[_0x4562e3(0x203)][_0x15dad1],ValueUtil[_0x4562e3(0x214)](_0x48e84a[_0x4562e3(0x203)])?_0x48e84a[_0x4562e3(0x1d0)]='M':_0x48e84a['__dirty__']='',this['record']={..._0x48e84a};});}async[a0_0x1ff433(0x1e5)](){const _0x115d0a=a0_0x1ff433;super[_0x115d0a(0x1e5)]&&await super[_0x115d0a(0x1e5)]();}async[a0_0x1ff433(0x1f2)](){const _0x482583=a0_0x1ff433;this[_0x482583(0x1ec)]&&await this[_0x482583(0x1d7)](),super[_0x482583(0x1f2)]&&await super['pageInitialized'](),this[_0x482583(0x1ec)]&&await this[_0x482583(0x212)]();}[a0_0x1ff433(0x1f8)](){return MetaApi['getBasicFormHtml'](this);}[a0_0x1ff433(0x1d5)](_0x15dda2){const _0x1c16ef=a0_0x1ff433;this[_0x1c16ef(0x208)]=_0x15dda2['grid_column'],this['formRenderConfig']=_0x15dda2[_0x1c16ef(0x1f6)],_0x15dda2['button']=_0x15dda2[_0x1c16ef(0x1d3)]['filter'](_0x1b1ba1=>_0x1c16ef(0x21b)==_0x1b1ba1['name']);}async['parseFormConfigs'](){const _0x306b3a=a0_0x1ff433;this[_0x306b3a(0x1e4)]=await MetaApi[_0x306b3a(0x20f)](this);}get[a0_0x1ff433(0x1f4)](){const _0x1aff67=a0_0x1ff433;return this[_0x1aff67(0x1f1)](this[_0x1aff67(0x1dc)][_0x1aff67(0x1cd)]);}get[a0_0x1ff433(0x209)](){const _0x3fa34e=a0_0x1ff433;if(ValueUtil[_0x3fa34e(0x1f0)](this['record'][_0x3fa34e(0x203)]))return{};let _0x40d3d2={};return Object[_0x3fa34e(0x21a)](this[_0x3fa34e(0x1dc)][_0x3fa34e(0x203)])[_0x3fa34e(0x1ed)](([_0x2179a2,_0xc895cb])=>{const _0x3a8d20=_0x3fa34e;0x0==_0x2179a2[_0x3a8d20(0x219)]('__')&&(_0x40d3d2[_0x2179a2]=_0xc895cb['after']);}),_0x40d3d2;}get[a0_0x1ff433(0x1d8)](){const _0x488005=a0_0x1ff433;return this[_0x488005(0x1f1)](this['record']);}[a0_0x1ff433(0x1f1)](_0x1ed24a){const _0x32fb14=a0_0x1ff433;let _0x421696={};if(_0x1ed24a)return Object[_0x32fb14(0x21a)](_0x1ed24a)['map'](([_0x1e122d,_0x302352])=>{const _0x5c2ddf=_0x32fb14;0x0==_0x1e122d[_0x5c2ddf(0x219)]('__')&&(_0x421696[_0x1e122d]=_0x302352);}),_0x421696;}get[a0_0x1ff433(0x213)](){const _0x38ac7b=a0_0x1ff433;let _0x53fc73=this[_0x38ac7b(0x209)],_0x436536=this['record'];return ValueUtil[_0x38ac7b(0x1f0)](_0x53fc73)?[]:(ValueUtil[_0x38ac7b(0x214)](_0x436536['id'])?(_0x53fc73['id']=_0x436536['id'],_0x53fc73[_0x38ac7b(0x216)]='M'):_0x53fc73['cuFlag']='+',Object[_0x38ac7b(0x1d9)](_0x53fc73)['forEach'](_0x41d507=>{const _0x2c9e49=_0x38ac7b;_0x2c9e49(0x201)==typeof _0x53fc73[_0x41d507]&&(_0x53fc73[_0x41d507]={'id':_0x53fc73[_0x41d507]['id']});}),[_0x53fc73]);}async['fetch'](){const _0x48dbbd=a0_0x1ff433;if(ValueUtil['isEmpty'](this[_0x48dbbd(0x207)]))return;let _0x2aa8c8=await this[_0x48dbbd(0x1d2)](this['parent_id']);_0x2aa8c8[_0x48dbbd(0x1fb)]=0x1;let _0x30b873={};Object[_0x48dbbd(0x1fd)](_0x30b873,_0x2aa8c8),_0x2aa8c8[_0x48dbbd(0x1cd)]=_0x30b873,this['record']={..._0x2aa8c8};}async[a0_0x1ff433(0x21b)](){const _0x1dc779=a0_0x1ff433;let _0x43794e=this[_0x1dc779(0x213)];if(ValueUtil[_0x1dc779(0x1f0)](_0x43794e))return void MetaApi[_0x1dc779(0x217)]('title.info',_0x1dc779(0x1d4));let _0x55392d=await this[_0x1dc779(0x205)](_0x43794e);return _0x55392d&&await this[_0x1dc779(0x212)](),_0x55392d;}async[a0_0x1ff433(0x1dd)](){const _0x586c4d=a0_0x1ff433;this[_0x586c4d(0x1dc)]&&(this[_0x586c4d(0x1dc)]={});}[a0_0x1ff433(0x1fe)](){const _0x2ff509=a0_0x1ff433;return this[_0x2ff509(0x1d8)]||{};}};
@@ -1 +1 @@
1
- function a0_0x44e6(){const _0x406969=['8TunLqk','startsWith','dataSet','ox-grist','operator','tTitle','styles','isPage','parseBasicGridConfigs','columns','getData','renderRoot','querySelector','fetch','isNotEmpty','save','firstUpdated','isElement','records','patchesForUpdateMultiple','79962dQyxLO','menuInfo','meta-tab-element','connectedCallback','ox-filters-form-base','search','activityDataSet','importable','stringify','shadowRoot','getParams','gridColumnConfig','properties','main','push','exportableData','keys','options','filter','grid','searchConfig','grid_column','import','context','clear','updateMultiple','getAndParseMenuMeta','actions','grist','find','10Xntjgn','record','4101966TBjMwX','40CyJAKE','useFilterForm','export','map','1034526HPKlmF','title','getGristTabHtml','4852914VBlCXh','parseGristConfigs','772394HReitd','value','1CEhjFJ','beforeFetch','pageInitialized','gristConfigSet','getBasicGristTabStyles','filterFormId','1832680ZaBrCi','searchFieldValues','delete','useMasterFilterForm','name','parseGridConfigSet','getSelectedIdList','3854753fRDdPF','forEach','filterForm','parse','searchFields','exportable','gristId','#detail'];a0_0x44e6=function(){return _0x406969;};return a0_0x44e6();}const a0_0x38d97d=a0_0x1ebd;(function(_0xe13b47,_0x412787){const _0xd2f136=a0_0x1ebd,_0x2d9625=_0xe13b47();while(!![]){try{const _0x32ec68=parseInt(_0xd2f136(0x1a9))/0x1*(-parseInt(_0xd2f136(0x1a7))/0x2)+-parseInt(_0xd2f136(0x1d2))/0x3*(parseInt(_0xd2f136(0x19e))/0x4)+parseInt(_0xd2f136(0x1af))/0x5+parseInt(_0xd2f136(0x1a2))/0x6+parseInt(_0xd2f136(0x1b6))/0x7*(parseInt(_0xd2f136(0x1be))/0x8)+-parseInt(_0xd2f136(0x1f2))/0x9+parseInt(_0xd2f136(0x1f0))/0xa*(parseInt(_0xd2f136(0x1a5))/0xb);if(_0x32ec68===_0x412787)break;else _0x2d9625['push'](_0x2d9625['shift']());}catch(_0x263fd1){_0x2d9625['push'](_0x2d9625['shift']());}}}(a0_0x44e6,0x6719b));function a0_0x1ebd(_0x10f876,_0x3ca2b2){const _0x44e6f9=a0_0x44e6();return a0_0x1ebd=function(_0x1ebdea,_0x109402){_0x1ebdea=_0x1ebdea-0x19e;let _0x254166=_0x44e6f9[_0x1ebdea];return _0x254166;},a0_0x1ebd(_0x10f876,_0x3ca2b2);}import{html}from'lit';import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{UiUtil}from'../utils/ui-util';import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaGristTabMixin=_0x39c168=>class extends MetaButtonMixin(_0x39c168){static get[a0_0x38d97d(0x1c4)](){const _0x5d19d1=a0_0x38d97d;return MetaApi[_0x5d19d1(0x1ad)]();}static get[a0_0x38d97d(0x1de)](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String};}get[a0_0x38d97d(0x1ee)](){const _0xc864c2=a0_0x38d97d;return this[_0xc864c2(0x1c9)][_0xc864c2(0x1ca)](this['gristId']);}get[a0_0x38d97d(0x1b8)](){const _0xd91a37=a0_0x38d97d;return this['shadowRoot']?.[_0xd91a37(0x1ca)](this['filterFormId']);}get['detailElement'](){const _0x2b92bd=a0_0x38d97d;return this[_0x2b92bd(0x1db)][_0x2b92bd(0x1ca)](_0x2b92bd(0x1bd));}get[a0_0x38d97d(0x1e9)](){const _0x5405ed=a0_0x38d97d;let _0x5499eb=MetaUiUtil['getContextObject'](this);return _0x5499eb[_0x5405ed(0x1ed)]&&delete _0x5499eb[_0x5405ed(0x1ed)],_0x5499eb['exportable']&&delete _0x5499eb[_0x5405ed(0x1bb)],_0x5499eb[_0x5405ed(0x1d9)]&&delete _0x5499eb[_0x5405ed(0x1d9)],_0x5499eb;}async[a0_0x38d97d(0x1d5)](){const _0x5b91b0=a0_0x38d97d;this[_0x5b91b0(0x1bc)]=_0x5b91b0(0x1c1),this[_0x5b91b0(0x1ae)]=_0x5b91b0(0x1d6),await this[_0x5b91b0(0x1ec)](),this['isElement']&&await this[_0x5b91b0(0x1a6)](),this[_0x5b91b0(0x1d8)]&&(this[_0x5b91b0(0x1c0)]=(this['activityDataSet']||{})[_0x5b91b0(0x1df)]),super[_0x5b91b0(0x1d5)]&&await super[_0x5b91b0(0x1d5)]();}async[a0_0x38d97d(0x1ce)](){const _0x2b08e2=a0_0x38d97d;super['firstUpdated']&&await super[_0x2b08e2(0x1ce)]();}async[a0_0x38d97d(0x1ab)](){const _0x2a86dc=a0_0x38d97d;this[_0x2a86dc(0x1c5)]&&await this['parseGristConfigs'](),super[_0x2a86dc(0x1ab)]&&await super[_0x2a86dc(0x1ab)]();}['render'](){const _0x3d627f=a0_0x38d97d;return MetaApi[_0x3d627f(0x1a4)](this);}[a0_0x38d97d(0x1c6)](_0x55ce81){const _0x59c999=a0_0x38d97d;this['gridConfig']=_0x55ce81[_0x59c999(0x1e5)],this[_0x59c999(0x1dd)]=_0x55ce81[_0x59c999(0x1e7)],this[_0x59c999(0x1e6)]=_0x55ce81[_0x59c999(0x1d7)];}async['parseGristConfigs'](){const _0x425de1=a0_0x38d97d;this['gristConfigSet']=await MetaApi[_0x425de1(0x1b4)](this),this[_0x425de1(0x1b2)]=!0x0===this[_0x425de1(0x19f)],this['useFilterForm']=!0x1,this[_0x425de1(0x1b0)]=[],this[_0x425de1(0x1ba)]=this[_0x425de1(0x1ac)][_0x425de1(0x1c7)]['filter'](_0x5d4840=>_0x5d4840[_0x425de1(0x1e4)])[_0x425de1(0x1a1)](_0xb8c54b=>{const _0x26f69b=_0x425de1;let _0xd00ec7={'name':_0xb8c54b[_0x26f69b(0x1b3)],'type':'search'===_0xb8c54b['filter'][_0x26f69b(0x1c2)]?_0x26f69b(0x1d7):_0xb8c54b['type'],'label':_0xb8c54b['header'],'operator':_0xb8c54b[_0x26f69b(0x1e4)][_0x26f69b(0x1c2)]?_0xb8c54b[_0x26f69b(0x1e4)][_0x26f69b(0x1c2)]:'eq'};return _0xb8c54b[_0x26f69b(0x1e4)][_0x26f69b(0x1e3)]&&(_0xd00ec7[_0x26f69b(0x1e3)]=_0xb8c54b[_0x26f69b(0x1e4)][_0x26f69b(0x1e3)]),_0xb8c54b[_0x26f69b(0x1f1)][_0x26f69b(0x1e3)]&&(_0xd00ec7['options']=_0xb8c54b[_0x26f69b(0x1f1)][_0x26f69b(0x1e3)]),_0xb8c54b['filter'][_0x26f69b(0x1a8)]&&this[_0x26f69b(0x1b0)][_0x26f69b(0x1e0)]({'name':_0xd00ec7[_0x26f69b(0x1b3)],'operator':_0xd00ec7[_0x26f69b(0x1c2)],'value':_0xb8c54b[_0x26f69b(0x1e4)][_0x26f69b(0x1a8)]}),delete _0xb8c54b['filter'],_0xd00ec7;});}async['fetch'](){const _0x1b21e9=a0_0x38d97d;await this[_0x1b21e9(0x1ee)][_0x1b21e9(0x1cb)]();}async[a0_0x38d97d(0x1aa)]({page:_0x2626fb=0x0,limit:_0x4d8ef0=0x0,sortings:_0x4a2ff5=[],filters:_0x1b4bc8=[]}){const _0x3b7ae1=a0_0x38d97d;let _0x28d486=this[_0x3b7ae1(0x1c9)][_0x3b7ae1(0x1ca)](_0x3b7ae1(0x1d4));return await _0x28d486[_0x3b7ae1(0x1ea)](),!0x0;}async[a0_0x38d97d(0x1cd)](){const _0x607057=a0_0x38d97d;let _0x16e8b5=MetaApi[_0x607057(0x1d1)](this['grist']);!!ValueUtil['isNotEmpty'](_0x16e8b5)&&await this[_0x607057(0x1eb)](_0x16e8b5)&&this[_0x607057(0x1cb)]();}async[a0_0x38d97d(0x1ef)](){const _0x5a0378=a0_0x38d97d;let _0x4adf12=MetaApi[_0x5a0378(0x1b5)](this['grist'],!0x0);return ValueUtil[_0x5a0378(0x1cc)](_0x4adf12)?await this['findOne'](_0x4adf12[0x0]):{};}async[a0_0x38d97d(0x1b1)](){const _0x345ed1=a0_0x38d97d;let _0xfd40c7=MetaApi[_0x345ed1(0x1b5)](this[_0x345ed1(0x1ee)],!0x0);!!ValueUtil[_0x345ed1(0x1cc)](_0xfd40c7)&&await this['deleteByIds'](_0xfd40c7)&&this[_0x345ed1(0x1cb)]();}async[a0_0x38d97d(0x1a0)](){const _0x572b74=a0_0x38d97d;let _0x9cd7b0=TermsUtil[_0x572b74(0x1c3)](ValueUtil[_0x572b74(0x1dc)](this[_0x572b74(0x1d3)],_0x572b74(0x1a3)));return await MetaApi[_0x572b74(0x1e1)](this[_0x572b74(0x1cf)],_0x9cd7b0,this[_0x572b74(0x1ee)]);}async[a0_0x38d97d(0x1e8)](){}[a0_0x38d97d(0x1c8)](){const _0x2e1228=a0_0x38d97d;let _0x2bbd38=this['grist']['___data'][_0x2e1228(0x1d0)];return _0x2bbd38=JSON[_0x2e1228(0x1b9)](JSON[_0x2e1228(0x1da)](_0x2bbd38)),_0x2bbd38[_0x2e1228(0x1b7)](_0x22c763=>{const _0x346806=_0x2e1228;Object[_0x346806(0x1e2)](_0x22c763)['forEach'](_0x5a33e9=>{const _0x4a447d=_0x346806;_0x5a33e9[_0x4a447d(0x1bf)]('__')&&delete _0x22c763[_0x5a33e9];});}),{'main':_0x2bbd38,'detail':this['renderRoot'][_0x2e1228(0x1ca)](_0x2e1228(0x1d4))[_0x2e1228(0x1c8)]()};}};
1
+ const a0_0x24f1d1=a0_0x3276;(function(_0x3efb6c,_0x109706){const _0x1f6dae=a0_0x3276,_0x38c14f=_0x3efb6c();while(!![]){try{const _0x4f5318=parseInt(_0x1f6dae(0x125))/0x1+parseInt(_0x1f6dae(0x15b))/0x2*(-parseInt(_0x1f6dae(0x136))/0x3)+parseInt(_0x1f6dae(0x119))/0x4*(parseInt(_0x1f6dae(0x12e))/0x5)+-parseInt(_0x1f6dae(0x14e))/0x6+parseInt(_0x1f6dae(0x14d))/0x7*(-parseInt(_0x1f6dae(0x12b))/0x8)+parseInt(_0x1f6dae(0x139))/0x9*(parseInt(_0x1f6dae(0x142))/0xa)+parseInt(_0x1f6dae(0x13b))/0xb;if(_0x4f5318===_0x109706)break;else _0x38c14f['push'](_0x38c14f['shift']());}catch(_0x30e7a0){_0x38c14f['push'](_0x38c14f['shift']());}}}(a0_0x1c72,0xae0e0));import{html}from'lit';import{MetaApi}from'../utils/meta-api';function a0_0x1c72(){const _0x229203=['getContextObject','___data','gristConfigSet','searchFieldValues','renderRoot','getData','styles','startsWith','name','record','4aytnXI','parse','gridConfig','#detail','tTitle','export','dataSet','querySelector','connectedCallback','firstUpdated','forEach','isNotEmpty','751604bofrVE','filterFormId','updateMultiple','parseGridConfigSet','grist','import','4088jeOdqG','findOne','filterForm','2483785sqoaSg','grid','useMasterFilterForm','search','getAndParseMenuMeta','ox-grist','getSelectedIdList','isElement','2435049mdwxeY','actions','parseGristConfigs','4631868NLiPPd','type','1975974VCVqMz','activityDataSet','options','useFilterForm','value','push','detailElement','20CxRToI','filter','title','map','grid_column','main','parseBasicGridConfigs','shadowRoot','exportableData','keys','pageInitialized','10997GGgInI','779442oqDNbF','meta-tab-element','gristId','searchFields','render','records','importable','delete','getBasicGristTabStyles','getParams','menuInfo','clear','operator','2ZOtYmk','fetch','exportable'];a0_0x1c72=function(){return _0x229203;};return a0_0x1c72();}import{MetaUiUtil}from'../utils/meta-ui-util';import{UiUtil}from'../utils/ui-util';import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';function a0_0x3276(_0x1cdfe0,_0x4ac04d){const _0x1c7212=a0_0x1c72();return a0_0x3276=function(_0x3276f0,_0x5e2f9a){_0x3276f0=_0x3276f0-0x111;let _0x3fb8d2=_0x1c7212[_0x3276f0];return _0x3fb8d2;},a0_0x3276(_0x1cdfe0,_0x4ac04d);}import{MetaButtonMixin}from'./meta-button-mixin';export const MetaGristTabMixin=_0x1ed43e=>class extends MetaButtonMixin(_0x1ed43e){static get[a0_0x24f1d1(0x115)](){const _0x1f338d=a0_0x24f1d1;return MetaApi[_0x1f338d(0x156)]();}static get['properties'](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String};}get['grist'](){const _0x429f98=a0_0x24f1d1;return this[_0x429f98(0x113)][_0x429f98(0x120)](this[_0x429f98(0x150)]);}get[a0_0x24f1d1(0x12d)](){const _0x44ccfc=a0_0x24f1d1;return this[_0x44ccfc(0x149)]?.[_0x44ccfc(0x120)](this[_0x44ccfc(0x126)]);}get[a0_0x24f1d1(0x141)](){const _0x135b3d=a0_0x24f1d1;return this[_0x135b3d(0x149)][_0x135b3d(0x120)](_0x135b3d(0x11c));}get['context'](){const _0x46022d=a0_0x24f1d1;let _0x3328b6=MetaUiUtil[_0x46022d(0x15e)](this);return _0x3328b6[_0x46022d(0x137)]&&delete _0x3328b6[_0x46022d(0x137)],_0x3328b6[_0x46022d(0x15d)]&&delete _0x3328b6[_0x46022d(0x15d)],_0x3328b6['importable']&&delete _0x3328b6[_0x46022d(0x154)],_0x3328b6;}async[a0_0x24f1d1(0x121)](){const _0x19ff53=a0_0x24f1d1;this[_0x19ff53(0x150)]=_0x19ff53(0x133),this['filterFormId']='ox-filters-form-base',await this[_0x19ff53(0x132)](),this[_0x19ff53(0x135)]&&await this[_0x19ff53(0x138)](),this[_0x19ff53(0x13c)]&&(this[_0x19ff53(0x11f)]=(this[_0x19ff53(0x13c)]||{})[_0x19ff53(0x147)]),super[_0x19ff53(0x121)]&&await super['connectedCallback']();}async[a0_0x24f1d1(0x122)](){const _0x386fd0=a0_0x24f1d1;super[_0x386fd0(0x122)]&&await super[_0x386fd0(0x122)]();}async[a0_0x24f1d1(0x14c)](){const _0x3e25bb=a0_0x24f1d1;this['isPage']&&await this[_0x3e25bb(0x138)](),super[_0x3e25bb(0x14c)]&&await super[_0x3e25bb(0x14c)]();}[a0_0x24f1d1(0x152)](){return MetaApi['getGristTabHtml'](this);}[a0_0x24f1d1(0x148)](_0x195ad4){const _0x2c8d12=a0_0x24f1d1;this[_0x2c8d12(0x11b)]=_0x195ad4[_0x2c8d12(0x12f)],this['gridColumnConfig']=_0x195ad4[_0x2c8d12(0x146)],this['searchConfig']=_0x195ad4['search'];}async[a0_0x24f1d1(0x138)](){const _0xf0be17=a0_0x24f1d1;this[_0xf0be17(0x111)]=await MetaApi[_0xf0be17(0x128)](this),this[_0xf0be17(0x130)]=!0x0===this[_0xf0be17(0x13e)],this[_0xf0be17(0x13e)]=!0x1,this['searchFieldValues']=[],this[_0xf0be17(0x151)]=this['gristConfigSet']['columns'][_0xf0be17(0x143)](_0x1c4b61=>_0x1c4b61[_0xf0be17(0x143)])[_0xf0be17(0x145)](_0x4326f0=>{const _0x54fc63=_0xf0be17;let _0x367053={'name':_0x4326f0[_0x54fc63(0x117)],'type':_0x54fc63(0x131)===_0x4326f0[_0x54fc63(0x143)][_0x54fc63(0x15a)]?_0x54fc63(0x131):_0x4326f0[_0x54fc63(0x13a)],'label':_0x4326f0['header'],'operator':_0x4326f0['filter']['operator']?_0x4326f0[_0x54fc63(0x143)][_0x54fc63(0x15a)]:'eq'};return _0x4326f0['filter'][_0x54fc63(0x13d)]&&(_0x367053[_0x54fc63(0x13d)]=_0x4326f0[_0x54fc63(0x143)][_0x54fc63(0x13d)]),_0x4326f0['record'][_0x54fc63(0x13d)]&&(_0x367053[_0x54fc63(0x13d)]=_0x4326f0[_0x54fc63(0x118)][_0x54fc63(0x13d)]),_0x4326f0[_0x54fc63(0x143)][_0x54fc63(0x13f)]&&this[_0x54fc63(0x112)][_0x54fc63(0x140)]({'name':_0x367053[_0x54fc63(0x117)],'operator':_0x367053[_0x54fc63(0x15a)],'value':_0x4326f0[_0x54fc63(0x143)][_0x54fc63(0x13f)]}),delete _0x4326f0[_0x54fc63(0x143)],_0x367053;});}async[a0_0x24f1d1(0x15c)](){const _0x53d1d1=a0_0x24f1d1;await this[_0x53d1d1(0x129)]['fetch']();}async['beforeFetch']({page:_0x57d5f0=0x0,limit:_0x5abeb2=0x0,sortings:_0x4cf938=[],filters:_0xa3f25c=[]}){const _0x3c3030=a0_0x24f1d1;let _0x3db2ac=this[_0x3c3030(0x113)][_0x3c3030(0x120)](_0x3c3030(0x14f));return await _0x3db2ac[_0x3c3030(0x159)](),!0x0;}async['save'](){const _0x59b03f=a0_0x24f1d1;let _0x13fb0c=MetaApi['patchesForUpdateMultiple'](this[_0x59b03f(0x129)]);!!ValueUtil['isNotEmpty'](_0x13fb0c)&&await this[_0x59b03f(0x127)](_0x13fb0c)&&this[_0x59b03f(0x15c)]();}async['find'](){const _0x3a2759=a0_0x24f1d1;let _0x173c84=MetaApi[_0x3a2759(0x134)](this[_0x3a2759(0x129)],!0x0);return ValueUtil[_0x3a2759(0x124)](_0x173c84)?await this[_0x3a2759(0x12c)](_0x173c84[0x0]):{};}async[a0_0x24f1d1(0x155)](){const _0x5c6347=a0_0x24f1d1;let _0x141d4a=MetaApi[_0x5c6347(0x134)](this[_0x5c6347(0x129)],!0x0);!!ValueUtil[_0x5c6347(0x124)](_0x141d4a)&&await this['deleteByIds'](_0x141d4a)&&this[_0x5c6347(0x15c)]();}async[a0_0x24f1d1(0x11e)](){const _0x149d66=a0_0x24f1d1;let _0x418146=TermsUtil[_0x149d66(0x11d)](ValueUtil[_0x149d66(0x157)](this[_0x149d66(0x158)],_0x149d66(0x144)));return await MetaApi[_0x149d66(0x14a)](this['isElement'],_0x418146,this[_0x149d66(0x129)]);}async[a0_0x24f1d1(0x12a)](){}[a0_0x24f1d1(0x114)](){const _0x149d0a=a0_0x24f1d1;let _0x305609=this[_0x149d0a(0x129)][_0x149d0a(0x15f)][_0x149d0a(0x153)];return _0x305609=JSON[_0x149d0a(0x11a)](JSON['stringify'](_0x305609)),_0x305609['forEach'](_0x403ea0=>{const _0x45967b=_0x149d0a;Object[_0x45967b(0x14b)](_0x403ea0)[_0x45967b(0x123)](_0x5b169b=>{const _0x49045b=_0x45967b;_0x5b169b[_0x49045b(0x116)]('__')&&delete _0x403ea0[_0x5b169b];});}),{'main':_0x305609,'detail':this[_0x149d0a(0x113)]['querySelector']('meta-tab-element')['getData']()};}};
@@ -1 +1 @@
1
- const a0_0x56c1ac=a0_0x467f;(function(_0x2849d6,_0x43e28e){const _0x10cc4e=a0_0x467f,_0x371aa6=_0x2849d6();while(!![]){try{const _0x4ed33f=-parseInt(_0x10cc4e(0x13a))/0x1*(-parseInt(_0x10cc4e(0x13e))/0x2)+parseInt(_0x10cc4e(0x13c))/0x3*(parseInt(_0x10cc4e(0x110))/0x4)+parseInt(_0x10cc4e(0x132))/0x5*(-parseInt(_0x10cc4e(0x140))/0x6)+parseInt(_0x10cc4e(0x105))/0x7+parseInt(_0x10cc4e(0x11a))/0x8*(-parseInt(_0x10cc4e(0x135))/0x9)+-parseInt(_0x10cc4e(0x11b))/0xa*(-parseInt(_0x10cc4e(0x102))/0xb)+parseInt(_0x10cc4e(0x12b))/0xc*(-parseInt(_0x10cc4e(0x130))/0xd);if(_0x4ed33f===_0x43e28e)break;else _0x371aa6['push'](_0x371aa6['shift']());}catch(_0x43101c){_0x371aa6['push'](_0x371aa6['shift']());}}}(a0_0x3e1d,0xbd76e));import{html}from'lit';import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{UiUtil}from'../utils/ui-util';import{ValueUtil}from'../utils/value-util';function a0_0x467f(_0x546caa,_0x2c0cea){const _0x3e1de4=a0_0x3e1d();return a0_0x467f=function(_0x467f0e,_0x239167){_0x467f0e=_0x467f0e-0x101;let _0x55bbf3=_0x3e1de4[_0x467f0e];return _0x55bbf3;},a0_0x467f(_0x546caa,_0x2c0cea);}import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';function a0_0x3e1d(){const _0x2021e7=['parseBasicGridConfigs','type','dataSet','1CJzepU','querySelector','5553pKdvjX','grist','2663010jfwiDD','render','36soLCla','buttonConfig','context','filterFormId','22HyxosE','getBasicMainTabStyles','firstUpdated','1750147IccPVh','name','exportable','masterElement','search','parseGridConfigSet','getMainTabHtml','beforeFetch','searchFields','push','shadowRoot','2824MoRwNl','fetch','searchConfig','importable','useFilterForm','main','gridConfig','getAndParseMenuMeta','isElement','filterForm','1589160VmoMOC','3906870qWILXF','columns','grid','getData','activityDataSet','properties','filter','ox-grist','gristId','gristConfigSet','styles','grid_column','pageInitialized','value','searchFieldValues','options','26711436iEcmeM','parseGristConfigs','connectedCallback','record','getContextObject','13SYDpSA','map','390885qnpXXz','useMasterFilterForm','operator','9cDnDxi','clear'];a0_0x3e1d=function(){return _0x2021e7;};return a0_0x3e1d();}export const MetaMainTabMixin=_0x1bccff=>class extends MetaButtonMixin(_0x1bccff){static get[a0_0x56c1ac(0x125)](){const _0x423740=a0_0x56c1ac;return MetaApi[_0x423740(0x103)]();}static get[a0_0x56c1ac(0x120)](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String};}get[a0_0x56c1ac(0x13d)](){const _0x46811b=a0_0x56c1ac;return this[_0x46811b(0x108)]['getMainGrist']();}get[a0_0x56c1ac(0x119)](){const _0x1f6f35=a0_0x56c1ac;return this[_0x1f6f35(0x10f)]?.[_0x1f6f35(0x13b)](this[_0x1f6f35(0x101)]);}get[a0_0x56c1ac(0x142)](){const _0x13c375=a0_0x56c1ac;let _0x513949=MetaUiUtil[_0x13c375(0x12f)](this);return _0x513949['actions']&&delete _0x513949['actions'],_0x513949[_0x13c375(0x107)]&&delete _0x513949[_0x13c375(0x107)],_0x513949['importable']&&delete _0x513949[_0x13c375(0x113)],_0x513949;}async[a0_0x56c1ac(0x12d)](){const _0x25276e=a0_0x56c1ac;this[_0x25276e(0x123)]=_0x25276e(0x122),this[_0x25276e(0x101)]='ox-filters-form-base',await this[_0x25276e(0x117)](),this[_0x25276e(0x118)]&&await this[_0x25276e(0x12c)](),this[_0x25276e(0x11f)]&&(this[_0x25276e(0x139)]=(this[_0x25276e(0x11f)]||{})[_0x25276e(0x115)]),super[_0x25276e(0x12d)]&&await super[_0x25276e(0x12d)]();}async[a0_0x56c1ac(0x104)](){const _0x70e243=a0_0x56c1ac;super[_0x70e243(0x104)]&&await super[_0x70e243(0x104)]();}async[a0_0x56c1ac(0x127)](){const _0x3e1ee4=a0_0x56c1ac;this['isPage']&&await this[_0x3e1ee4(0x12c)](),super['pageInitialized']&&await super[_0x3e1ee4(0x127)]();}[a0_0x56c1ac(0x13f)](){const _0x3128ee=a0_0x56c1ac;return MetaApi[_0x3128ee(0x10b)](this);}[a0_0x56c1ac(0x137)](_0x3d1f0d){const _0xcc5088=a0_0x56c1ac;this[_0xcc5088(0x116)]=_0x3d1f0d[_0xcc5088(0x11d)],this['gridColumnConfig']=_0x3d1f0d[_0xcc5088(0x126)],this[_0xcc5088(0x112)]=_0x3d1f0d[_0xcc5088(0x109)];}async[a0_0x56c1ac(0x12c)](){const _0x1d732b=a0_0x56c1ac;this['gristConfigSet']=await MetaApi[_0x1d732b(0x10a)](this),this[_0x1d732b(0x133)]=!0x0===this[_0x1d732b(0x114)],this[_0x1d732b(0x114)]=!0x1,this[_0x1d732b(0x141)]=void 0x0,this['useButtonExport']=!0x1,this['useButtonImport']=!0x1,this[_0x1d732b(0x129)]=[],this[_0x1d732b(0x10d)]=this[_0x1d732b(0x124)][_0x1d732b(0x11c)]['filter'](_0x2df4b0=>_0x2df4b0[_0x1d732b(0x121)])[_0x1d732b(0x131)](_0x3257b1=>{const _0x333119=_0x1d732b;let _0x3280c4={'name':_0x3257b1[_0x333119(0x106)],'type':_0x333119(0x109)===_0x3257b1[_0x333119(0x121)][_0x333119(0x134)]?_0x333119(0x109):_0x3257b1[_0x333119(0x138)],'label':_0x3257b1['header'],'operator':_0x3257b1[_0x333119(0x121)][_0x333119(0x134)]?_0x3257b1[_0x333119(0x121)][_0x333119(0x134)]:'eq'};return _0x3257b1[_0x333119(0x121)]['options']&&(_0x3280c4[_0x333119(0x12a)]=_0x3257b1[_0x333119(0x121)][_0x333119(0x12a)]),_0x3257b1[_0x333119(0x12e)][_0x333119(0x12a)]&&(_0x3280c4['options']=_0x3257b1[_0x333119(0x12e)][_0x333119(0x12a)]),_0x3257b1[_0x333119(0x121)]['value']&&this[_0x333119(0x129)][_0x333119(0x10e)]({'name':_0x3280c4[_0x333119(0x106)],'operator':_0x3280c4['operator'],'value':_0x3257b1[_0x333119(0x121)][_0x333119(0x128)]}),delete _0x3257b1['filter'],_0x3280c4;});}async[a0_0x56c1ac(0x111)](){await this['grist']['fetch']();}async[a0_0x56c1ac(0x10c)]({page:_0x360f35=0x0,limit:_0x5f2a24=0x0,sortings:_0x418d8f=[],filters:_0x1515c5=[]}){const _0x419f84=a0_0x56c1ac;return this['masterElement']&&this[_0x419f84(0x108)][_0x419f84(0x136)]&&await this[_0x419f84(0x108)][_0x419f84(0x136)](),!0x0;}[a0_0x56c1ac(0x11e)](){const _0xf06331=a0_0x56c1ac;return{'master':this[_0xf06331(0x108)]['getData']()};}};
1
+ function a0_0x5b02(){const _0x1fce35=['buttonConfig','shadowRoot','options','getAndParseMenuMeta','useMasterFilterForm','searchFieldValues','dataSet','gristConfigSet','clear','filter','4wTLMde','3813696iZVwnZ','useButtonImport','parseGristConfigs','search','header','2433Lojszi','operator','connectedCallback','fetch','styles','654EXFSQN','record','getData','querySelector','properties','getBasicMainTabStyles','filterFormId','5874duTsnF','parseBasicGridConfigs','24VTihpI','firstUpdated','importable','useFilterForm','searchFields','useButtonExport','isPage','activityDataSet','exportable','gristId','push','1098585TjDVVF','value','getContextObject','grid_column','grid','filterForm','38980jnDSqE','name','pageInitialized','main','map','gridConfig','isElement','beforeFetch','masterElement','2556012zQbjLc','6222225VfOLwZ','type','ox-filters-form-base','searchConfig','grist','6857228pADrec'];a0_0x5b02=function(){return _0x1fce35;};return a0_0x5b02();}const a0_0x5dd26c=a0_0x4d8c;(function(_0x51a8e0,_0x5399d8){const _0x5dc7f2=a0_0x4d8c,_0x2b558a=_0x51a8e0();while(!![]){try{const _0x383864=parseInt(_0x5dc7f2(0x217))/0x1*(parseInt(_0x5dc7f2(0x21c))/0x2)+-parseInt(_0x5dc7f2(0x200))/0x3*(-parseInt(_0x5dc7f2(0x211))/0x4)+parseInt(_0x5dc7f2(0x201))/0x5+parseInt(_0x5dc7f2(0x212))/0x6+-parseInt(_0x5dc7f2(0x206))/0x7+parseInt(_0x5dc7f2(0x1e6))/0x8*(parseInt(_0x5dc7f2(0x1f1))/0x9)+-parseInt(_0x5dc7f2(0x1f7))/0xa*(parseInt(_0x5dc7f2(0x223))/0xb);if(_0x383864===_0x5399d8)break;else _0x2b558a['push'](_0x2b558a['shift']());}catch(_0x5768f0){_0x2b558a['push'](_0x2b558a['shift']());}}}(a0_0x5b02,0xcb4cb));import{html}from'lit';import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';function a0_0x4d8c(_0x52ef58,_0x49af40){const _0x5b022b=a0_0x5b02();return a0_0x4d8c=function(_0x4d8cfe,_0x222cc3){_0x4d8cfe=_0x4d8cfe-0x1e5;let _0x3cfd28=_0x5b022b[_0x4d8cfe];return _0x3cfd28;},a0_0x4d8c(_0x52ef58,_0x49af40);}import{UiUtil}from'../utils/ui-util';import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaMainTabMixin=_0xc86e4d=>class extends MetaButtonMixin(_0xc86e4d){static get[a0_0x5dd26c(0x21b)](){const _0x46c859=a0_0x5dd26c;return MetaApi[_0x46c859(0x221)]();}static get[a0_0x5dd26c(0x220)](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String};}get[a0_0x5dd26c(0x205)](){const _0x59e9a0=a0_0x5dd26c;return this[_0x59e9a0(0x1ff)]['getMainGrist']();}get[a0_0x5dd26c(0x1f6)](){const _0x590a0b=a0_0x5dd26c;return this[_0x590a0b(0x208)]?.[_0x590a0b(0x21f)](this['filterFormId']);}get['context'](){const _0xf6458f=a0_0x5dd26c;let _0x44fbc8=MetaUiUtil[_0xf6458f(0x1f3)](this);return _0x44fbc8['actions']&&delete _0x44fbc8['actions'],_0x44fbc8['exportable']&&delete _0x44fbc8[_0xf6458f(0x1ee)],_0x44fbc8['importable']&&delete _0x44fbc8[_0xf6458f(0x1e8)],_0x44fbc8;}async[a0_0x5dd26c(0x219)](){const _0x2f8fd0=a0_0x5dd26c;this[_0x2f8fd0(0x1ef)]='ox-grist',this[_0x2f8fd0(0x222)]=_0x2f8fd0(0x203),await this[_0x2f8fd0(0x20a)](),this[_0x2f8fd0(0x1fd)]&&await this[_0x2f8fd0(0x214)](),this[_0x2f8fd0(0x1ed)]&&(this[_0x2f8fd0(0x20d)]=(this[_0x2f8fd0(0x1ed)]||{})[_0x2f8fd0(0x1fa)]),super[_0x2f8fd0(0x219)]&&await super[_0x2f8fd0(0x219)]();}async[a0_0x5dd26c(0x1e7)](){const _0x552652=a0_0x5dd26c;super[_0x552652(0x1e7)]&&await super[_0x552652(0x1e7)]();}async['pageInitialized'](){const _0x9ede71=a0_0x5dd26c;this[_0x9ede71(0x1ec)]&&await this['parseGristConfigs'](),super[_0x9ede71(0x1f9)]&&await super[_0x9ede71(0x1f9)]();}['render'](){return MetaApi['getMainTabHtml'](this);}[a0_0x5dd26c(0x1e5)](_0x12723f){const _0x4a3c24=a0_0x5dd26c;this[_0x4a3c24(0x1fc)]=_0x12723f[_0x4a3c24(0x1f5)],this['gridColumnConfig']=_0x12723f[_0x4a3c24(0x1f4)],this[_0x4a3c24(0x204)]=_0x12723f[_0x4a3c24(0x215)];}async[a0_0x5dd26c(0x214)](){const _0xc0e1c1=a0_0x5dd26c;this[_0xc0e1c1(0x20e)]=await MetaApi['parseGridConfigSet'](this),this[_0xc0e1c1(0x20b)]=!0x0===this[_0xc0e1c1(0x1e9)],this['useFilterForm']=!0x1,this[_0xc0e1c1(0x207)]=void 0x0,this[_0xc0e1c1(0x1eb)]=!0x1,this[_0xc0e1c1(0x213)]=!0x1,this[_0xc0e1c1(0x20c)]=[],this[_0xc0e1c1(0x1ea)]=this[_0xc0e1c1(0x20e)]['columns'][_0xc0e1c1(0x210)](_0x565e56=>_0x565e56[_0xc0e1c1(0x210)])[_0xc0e1c1(0x1fb)](_0x407646=>{const _0x22ff90=_0xc0e1c1;let _0x26206e={'name':_0x407646[_0x22ff90(0x1f8)],'type':'search'===_0x407646['filter'][_0x22ff90(0x218)]?'search':_0x407646[_0x22ff90(0x202)],'label':_0x407646[_0x22ff90(0x216)],'operator':_0x407646[_0x22ff90(0x210)]['operator']?_0x407646['filter'][_0x22ff90(0x218)]:'eq'};return _0x407646[_0x22ff90(0x210)][_0x22ff90(0x209)]&&(_0x26206e[_0x22ff90(0x209)]=_0x407646['filter'][_0x22ff90(0x209)]),_0x407646[_0x22ff90(0x21d)][_0x22ff90(0x209)]&&(_0x26206e[_0x22ff90(0x209)]=_0x407646['record']['options']),_0x407646[_0x22ff90(0x210)][_0x22ff90(0x1f2)]&&this[_0x22ff90(0x20c)][_0x22ff90(0x1f0)]({'name':_0x26206e[_0x22ff90(0x1f8)],'operator':_0x26206e[_0x22ff90(0x218)],'value':_0x407646[_0x22ff90(0x210)][_0x22ff90(0x1f2)]}),delete _0x407646[_0x22ff90(0x210)],_0x26206e;});}async[a0_0x5dd26c(0x21a)](){const _0x6c0a43=a0_0x5dd26c;await this[_0x6c0a43(0x205)]['fetch']();}async[a0_0x5dd26c(0x1fe)]({page:_0x3300f5=0x0,limit:_0x381894=0x0,sortings:_0x4ad61c=[],filters:_0x19fa3e=[]}){const _0x47f35c=a0_0x5dd26c;return this[_0x47f35c(0x1ff)]&&this[_0x47f35c(0x1ff)][_0x47f35c(0x20f)]&&await this['masterElement'][_0x47f35c(0x20f)](),!0x0;}[a0_0x5dd26c(0x21e)](){const _0x1a34c9=a0_0x5dd26c;return{'master':this[_0x1a34c9(0x1ff)][_0x1a34c9(0x21e)]()};}};
@@ -1 +1 @@
1
- const a0_0xadbd17=a0_0x5e8e;(function(_0x41ca0f,_0x4af3b9){const _0x1077f=a0_0x5e8e,_0x36cdb0=_0x41ca0f();while(!![]){try{const _0x53e539=-parseInt(_0x1077f(0x14e))/0x1+parseInt(_0x1077f(0x139))/0x2+parseInt(_0x1077f(0x12e))/0x3*(-parseInt(_0x1077f(0x13a))/0x4)+-parseInt(_0x1077f(0x13e))/0x5*(parseInt(_0x1077f(0x113))/0x6)+-parseInt(_0x1077f(0x10f))/0x7+parseInt(_0x1077f(0x123))/0x8*(parseInt(_0x1077f(0x10d))/0x9)+parseInt(_0x1077f(0x147))/0xa*(parseInt(_0x1077f(0x14b))/0xb);if(_0x53e539===_0x4af3b9)break;else _0x36cdb0['push'](_0x36cdb0['shift']());}catch(_0x3c8a2f){_0x36cdb0['push'](_0x36cdb0['shift']());}}}(a0_0x3a99,0x7e5de));import{html}from'lit';import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';function a0_0x3a99(){const _0x561cab=['exportableData','activityDataSet','getBasicMasterDetailStyles','grist','filterFormId','isElement','header','1852696ZYuwGB','3355616TRZrdI','ox-grist','searchFieldValues','deleteByIds','15vfNpoQ','patchesForUpdateMultiple','stringify','pageInitialized','getAndParseMenuMeta','isNotEmpty','properties','updateMultiple','grid_column','10APFRyM','getSelectedIdList','map','options','25229534cAgxPN','gristConfigSet','push','389198DWIpUd','gridColumnConfig','getData','import','renderRoot','main','parseBasicGridConfigs','save','isPage','ox-filters-form-base','styles','operator','detailElement','9USvsQR','grid','5751487QmGBMw','tTitle','startsWith','firstUpdated','1792596AHLCNQ','___data','search','parseGridConfigSet','importable','title','connectedCallback','render','value','forEach','getMasterDetailHtml','filter','actions','parseGristConfigs','export','beforeFetch','1949576bTGLIH','delete','searchFields','searchConfig','useFilterForm','fetch','getParams','gristId','querySelector','findOne','clear','3TFMXzp','context','menuInfo','record'];a0_0x3a99=function(){return _0x561cab;};return a0_0x3a99();}import{UiUtil}from'../utils/ui-util';import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';function a0_0x5e8e(_0x12f59c,_0x18edf3){const _0x3a9956=a0_0x3a99();return a0_0x5e8e=function(_0x5e8e2d,_0xfc053c){_0x5e8e2d=_0x5e8e2d-0x109;let _0x1f9a42=_0x3a9956[_0x5e8e2d];return _0x1f9a42;},a0_0x5e8e(_0x12f59c,_0x18edf3);}export const MetaMasterDetailMixin=_0x23953d=>class extends MetaButtonMixin(_0x23953d){static get[a0_0xadbd17(0x10a)](){const _0x32e54b=a0_0xadbd17;return MetaApi[_0x32e54b(0x134)]();}static get[a0_0xadbd17(0x144)](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String,'detailElement':Object};}get[a0_0xadbd17(0x135)](){const _0xfa805e=a0_0xadbd17;return this[_0xfa805e(0x152)][_0xfa805e(0x12b)](this['gristId']);}get['filterForm'](){return this['shadowRoot']?.['querySelector'](this['filterFormId']);}get[a0_0xadbd17(0x12f)](){const _0xf1068f=a0_0xadbd17;let _0x42f795=MetaUiUtil['getContextObject'](this);return _0x42f795[_0xf1068f(0x11f)]&&delete _0x42f795['actions'],_0x42f795['exportable']&&delete _0x42f795['exportable'],_0x42f795['importable']&&delete _0x42f795[_0xf1068f(0x117)],_0x42f795;}async[a0_0xadbd17(0x119)](){const _0x10dc63=a0_0xadbd17;this[_0x10dc63(0x12a)]=_0x10dc63(0x13b),this[_0x10dc63(0x136)]=_0x10dc63(0x109),await this[_0x10dc63(0x142)](),this[_0x10dc63(0x137)]&&await this[_0x10dc63(0x120)](),this[_0x10dc63(0x133)]&&(this['dataSet']=(this[_0x10dc63(0x133)]||{})[_0x10dc63(0x153)]),super[_0x10dc63(0x119)]&&await super[_0x10dc63(0x119)]();}async[a0_0xadbd17(0x112)](){const _0x589225=a0_0xadbd17;super[_0x589225(0x112)]&&await super['firstUpdated']();}async['pageInitialized'](){const _0x47a2ec=a0_0xadbd17;this[_0x47a2ec(0x156)]&&await this['parseGristConfigs'](),super[_0x47a2ec(0x141)]&&await super[_0x47a2ec(0x141)]();}[a0_0xadbd17(0x11a)](){const _0x32cdd7=a0_0xadbd17;return MetaApi[_0x32cdd7(0x11d)](this);}[a0_0xadbd17(0x154)](_0x180044){const _0x5cf26d=a0_0xadbd17;this['gridConfig']=_0x180044[_0x5cf26d(0x10e)],this[_0x5cf26d(0x14f)]=_0x180044[_0x5cf26d(0x146)],this[_0x5cf26d(0x126)]=_0x180044[_0x5cf26d(0x115)];}async[a0_0xadbd17(0x120)](){const _0x5c4f1c=a0_0xadbd17;this[_0x5c4f1c(0x14c)]=await MetaApi[_0x5c4f1c(0x116)](this),this['useMasterFilterForm']=!0x0===this[_0x5c4f1c(0x127)],this['useFilterForm']=!0x1,this['searchFieldValues']=[],this[_0x5c4f1c(0x125)]=this['gristConfigSet']['columns']['filter'](_0x50d7bc=>_0x50d7bc[_0x5c4f1c(0x11e)])[_0x5c4f1c(0x149)](_0x19c682=>{const _0x12371d=_0x5c4f1c;let _0x18931f={'name':_0x19c682['name'],'type':_0x12371d(0x115)===_0x19c682['filter']['operator']?_0x12371d(0x115):_0x19c682['type'],'label':_0x19c682[_0x12371d(0x138)],'operator':_0x19c682['filter'][_0x12371d(0x10b)]?_0x19c682['filter'][_0x12371d(0x10b)]:'eq'};return _0x19c682['filter'][_0x12371d(0x14a)]&&(_0x18931f[_0x12371d(0x14a)]=_0x19c682[_0x12371d(0x11e)][_0x12371d(0x14a)]),_0x19c682[_0x12371d(0x131)][_0x12371d(0x14a)]&&(_0x18931f['options']=_0x19c682[_0x12371d(0x131)]['options']),_0x19c682['filter']['value']&&this[_0x12371d(0x13c)][_0x12371d(0x14d)]({'name':_0x18931f['name'],'operator':_0x18931f['operator'],'value':_0x19c682['filter'][_0x12371d(0x11b)]}),delete _0x19c682[_0x12371d(0x11e)],_0x18931f;});}async[a0_0xadbd17(0x128)](){const _0x3dc614=a0_0xadbd17;await this[_0x3dc614(0x135)][_0x3dc614(0x128)]();}async[a0_0xadbd17(0x122)]({page:_0x47b7eb=0x0,limit:_0x561366=0x0,sortings:_0x1ba997=[],filters:_0x2fda19=[]}){const _0x37b5eb=a0_0xadbd17;return this['detailElement']&&this['detailElement'][_0x37b5eb(0x12d)]&&await this[_0x37b5eb(0x10c)][_0x37b5eb(0x12d)](),!0x0;}async[a0_0xadbd17(0x155)](){const _0x388d55=a0_0xadbd17;let _0x47d5e0=MetaApi[_0x388d55(0x13f)](this[_0x388d55(0x135)]);!!ValueUtil[_0x388d55(0x143)](_0x47d5e0)&&await this[_0x388d55(0x145)](_0x47d5e0)&&this['fetch']();}async['find'](){const _0x3d3723=a0_0xadbd17;let _0x2ee02c=MetaApi[_0x3d3723(0x148)](this[_0x3d3723(0x135)],!0x0);return ValueUtil[_0x3d3723(0x143)](_0x2ee02c)?await this[_0x3d3723(0x12c)](_0x2ee02c[0x0]):{};}async[a0_0xadbd17(0x124)](){const _0x343e2a=a0_0xadbd17;let _0x239bba=MetaApi['getSelectedIdList'](this[_0x343e2a(0x135)],!0x0);!!ValueUtil[_0x343e2a(0x143)](_0x239bba)&&await this[_0x343e2a(0x13d)](_0x239bba)&&this[_0x343e2a(0x128)]();}async[a0_0xadbd17(0x121)](){const _0x2f2061=a0_0xadbd17;let _0x3146de=TermsUtil[_0x2f2061(0x110)](ValueUtil[_0x2f2061(0x129)](this[_0x2f2061(0x130)],_0x2f2061(0x118)));return await MetaApi[_0x2f2061(0x132)](this[_0x2f2061(0x137)],_0x3146de,this[_0x2f2061(0x135)]);}async[a0_0xadbd17(0x151)](){}[a0_0xadbd17(0x150)](){const _0x9c211=a0_0xadbd17;let _0x363496=this['grist'][_0x9c211(0x114)]['records'];return _0x363496=JSON['parse'](JSON[_0x9c211(0x140)](_0x363496)),_0x363496['forEach'](_0x3f3ed5=>{const _0x2569fd=_0x9c211;Object['keys'](_0x3f3ed5)[_0x2569fd(0x11c)](_0x4a58fc=>{const _0x26aebc=_0x2569fd;_0x4a58fc[_0x26aebc(0x111)]('__')&&delete _0x3f3ed5[_0x4a58fc];});}),{'main':_0x363496,'detail':this[_0x9c211(0x10c)][_0x9c211(0x150)]()};}};
1
+ function a0_0x2074(){const _0x4e5d37=['18645660NUZhkB','filterFormId','render','6786816wELRkm','patchesForUpdateMultiple','forEach','type','836586SlwfAA','map','isNotEmpty','filterForm','searchFieldValues','name','importable','getData','tTitle','push','import','getBasicMasterDetailStyles','options','record','records','grid','renderRoot','pageInitialized','styles','useFilterForm','save','9RaoqLH','header','gridColumnConfig','searchConfig','activityDataSet','isElement','startsWith','grist','filter','parseBasicGridConfigs','4621200Rvojgl','ox-grist','getMasterDetailHtml','gridConfig','getSelectedIdList','beforeFetch','updateMultiple','useMasterFilterForm','stringify','export','actions','exportable','parse','menuInfo','ox-filters-form-base','search','7594200qfRTqU','dataSet','querySelector','connectedCallback','7ohBhjH','shadowRoot','operator','grid_column','gristId','10xTTNsL','parseGristConfigs','firstUpdated','fetch','find','detailElement','exportableData','3324266sNEIGd','value','getParams','parseGridConfigSet','gristConfigSet','1484108aaNRVT','___data','clear'];a0_0x2074=function(){return _0x4e5d37;};return a0_0x2074();}function a0_0x5a9e(_0x4a095a,_0x41bb63){const _0x2074f7=a0_0x2074();return a0_0x5a9e=function(_0x5a9ed7,_0x21f106){_0x5a9ed7=_0x5a9ed7-0x1a2;let _0x14c6ec=_0x2074f7[_0x5a9ed7];return _0x14c6ec;},a0_0x5a9e(_0x4a095a,_0x41bb63);}const a0_0xc3e2e3=a0_0x5a9e;(function(_0x435c57,_0x2d896f){const _0x4ac1d4=a0_0x5a9e,_0xd26733=_0x435c57();while(!![]){try{const _0x4ef1dd=-parseInt(_0x4ac1d4(0x1e6))/0x1+parseInt(_0x4ac1d4(0x1d7))/0x2+parseInt(_0x4ac1d4(0x1ad))/0x3*(parseInt(_0x4ac1d4(0x1dc))/0x4)+parseInt(_0x4ac1d4(0x1c7))/0x5+parseInt(_0x4ac1d4(0x1e2))/0x6*(-parseInt(_0x4ac1d4(0x1cb))/0x7)+parseInt(_0x4ac1d4(0x1b7))/0x8+parseInt(_0x4ac1d4(0x1df))/0x9*(-parseInt(_0x4ac1d4(0x1d0))/0xa);if(_0x4ef1dd===_0x2d896f)break;else _0xd26733['push'](_0xd26733['shift']());}catch(_0x14266f){_0xd26733['push'](_0xd26733['shift']());}}}(a0_0x2074,0xcb2f2));import{html}from'lit';import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{UiUtil}from'../utils/ui-util';import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaMasterDetailMixin=_0x1db3a7=>class extends MetaButtonMixin(_0x1db3a7){static get[a0_0xc3e2e3(0x1aa)](){const _0x17d430=a0_0xc3e2e3;return MetaApi[_0x17d430(0x1a3)]();}static get['properties'](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String,'detailElement':Object};}get['grist'](){const _0x2bed47=a0_0xc3e2e3;return this[_0x2bed47(0x1a8)][_0x2bed47(0x1c9)](this[_0x2bed47(0x1cf)]);}get[a0_0xc3e2e3(0x1e9)](){const _0x46d6e2=a0_0xc3e2e3;return this[_0x46d6e2(0x1cc)]?.['querySelector'](this[_0x46d6e2(0x1e0)]);}get['context'](){const _0x460e67=a0_0xc3e2e3;let _0x147f22=MetaUiUtil['getContextObject'](this);return _0x147f22[_0x460e67(0x1c1)]&&delete _0x147f22[_0x460e67(0x1c1)],_0x147f22[_0x460e67(0x1c2)]&&delete _0x147f22[_0x460e67(0x1c2)],_0x147f22[_0x460e67(0x1ec)]&&delete _0x147f22[_0x460e67(0x1ec)],_0x147f22;}async[a0_0xc3e2e3(0x1ca)](){const _0x2df165=a0_0xc3e2e3;this[_0x2df165(0x1cf)]=_0x2df165(0x1b8),this[_0x2df165(0x1e0)]=_0x2df165(0x1c5),await this['getAndParseMenuMeta'](),this[_0x2df165(0x1b2)]&&await this[_0x2df165(0x1d1)](),this[_0x2df165(0x1b1)]&&(this[_0x2df165(0x1c8)]=(this[_0x2df165(0x1b1)]||{})['main']),super[_0x2df165(0x1ca)]&&await super[_0x2df165(0x1ca)]();}async['firstUpdated'](){const _0xf95d08=a0_0xc3e2e3;super[_0xf95d08(0x1d2)]&&await super[_0xf95d08(0x1d2)]();}async['pageInitialized'](){const _0x3d7aae=a0_0xc3e2e3;this['isPage']&&await this[_0x3d7aae(0x1d1)](),super[_0x3d7aae(0x1a9)]&&await super['pageInitialized']();}[a0_0xc3e2e3(0x1e1)](){const _0x48bdda=a0_0xc3e2e3;return MetaApi[_0x48bdda(0x1b9)](this);}[a0_0xc3e2e3(0x1b6)](_0x40dd59){const _0xd16454=a0_0xc3e2e3;this[_0xd16454(0x1ba)]=_0x40dd59[_0xd16454(0x1a7)],this[_0xd16454(0x1af)]=_0x40dd59[_0xd16454(0x1ce)],this[_0xd16454(0x1b0)]=_0x40dd59[_0xd16454(0x1c6)];}async[a0_0xc3e2e3(0x1d1)](){const _0x468f4b=a0_0xc3e2e3;this[_0x468f4b(0x1db)]=await MetaApi[_0x468f4b(0x1da)](this),this[_0x468f4b(0x1be)]=!0x0===this[_0x468f4b(0x1ab)],this['useFilterForm']=!0x1,this[_0x468f4b(0x1ea)]=[],this['searchFields']=this[_0x468f4b(0x1db)]['columns'][_0x468f4b(0x1b5)](_0x3191c5=>_0x3191c5[_0x468f4b(0x1b5)])[_0x468f4b(0x1e7)](_0x70196e=>{const _0x1c20d8=_0x468f4b;let _0x168e88={'name':_0x70196e[_0x1c20d8(0x1eb)],'type':_0x1c20d8(0x1c6)===_0x70196e['filter'][_0x1c20d8(0x1cd)]?'search':_0x70196e[_0x1c20d8(0x1e5)],'label':_0x70196e[_0x1c20d8(0x1ae)],'operator':_0x70196e[_0x1c20d8(0x1b5)][_0x1c20d8(0x1cd)]?_0x70196e['filter']['operator']:'eq'};return _0x70196e[_0x1c20d8(0x1b5)][_0x1c20d8(0x1a4)]&&(_0x168e88['options']=_0x70196e[_0x1c20d8(0x1b5)][_0x1c20d8(0x1a4)]),_0x70196e['record'][_0x1c20d8(0x1a4)]&&(_0x168e88[_0x1c20d8(0x1a4)]=_0x70196e[_0x1c20d8(0x1a5)][_0x1c20d8(0x1a4)]),_0x70196e[_0x1c20d8(0x1b5)][_0x1c20d8(0x1d8)]&&this[_0x1c20d8(0x1ea)][_0x1c20d8(0x1ef)]({'name':_0x168e88[_0x1c20d8(0x1eb)],'operator':_0x168e88[_0x1c20d8(0x1cd)],'value':_0x70196e[_0x1c20d8(0x1b5)][_0x1c20d8(0x1d8)]}),delete _0x70196e['filter'],_0x168e88;});}async[a0_0xc3e2e3(0x1d3)](){const _0x3d330d=a0_0xc3e2e3;await this[_0x3d330d(0x1b4)][_0x3d330d(0x1d3)]();}async[a0_0xc3e2e3(0x1bc)]({page:_0x2ff7d4=0x0,limit:_0x3c4215=0x0,sortings:_0x484baa=[],filters:_0xc9c31=[]}){const _0x5030d2=a0_0xc3e2e3;return this[_0x5030d2(0x1d5)]&&this[_0x5030d2(0x1d5)][_0x5030d2(0x1de)]&&await this[_0x5030d2(0x1d5)]['clear'](),!0x0;}async[a0_0xc3e2e3(0x1ac)](){const _0x58c781=a0_0xc3e2e3;let _0x5b30e9=MetaApi[_0x58c781(0x1e3)](this['grist']);!!ValueUtil[_0x58c781(0x1e8)](_0x5b30e9)&&await this[_0x58c781(0x1bd)](_0x5b30e9)&&this[_0x58c781(0x1d3)]();}async[a0_0xc3e2e3(0x1d4)](){const _0x1944cd=a0_0xc3e2e3;let _0x33bad3=MetaApi['getSelectedIdList'](this['grist'],!0x0);return ValueUtil[_0x1944cd(0x1e8)](_0x33bad3)?await this['findOne'](_0x33bad3[0x0]):{};}async['delete'](){const _0x26d97a=a0_0xc3e2e3;let _0x5a51f1=MetaApi[_0x26d97a(0x1bb)](this['grist'],!0x0);!!ValueUtil[_0x26d97a(0x1e8)](_0x5a51f1)&&await this['deleteByIds'](_0x5a51f1)&&this['fetch']();}async[a0_0xc3e2e3(0x1c0)](){const _0x269df0=a0_0xc3e2e3;let _0xe56356=TermsUtil[_0x269df0(0x1ee)](ValueUtil[_0x269df0(0x1d9)](this[_0x269df0(0x1c4)],'title'));return await MetaApi[_0x269df0(0x1d6)](this[_0x269df0(0x1b2)],_0xe56356,this[_0x269df0(0x1b4)]);}async[a0_0xc3e2e3(0x1a2)](){}[a0_0xc3e2e3(0x1ed)](){const _0x45d31d=a0_0xc3e2e3;let _0x3953a8=this[_0x45d31d(0x1b4)][_0x45d31d(0x1dd)][_0x45d31d(0x1a6)];return _0x3953a8=JSON[_0x45d31d(0x1c3)](JSON[_0x45d31d(0x1bf)](_0x3953a8)),_0x3953a8[_0x45d31d(0x1e4)](_0x286b1f=>{const _0x292a86=_0x45d31d;Object['keys'](_0x286b1f)[_0x292a86(0x1e4)](_0xd6063b=>{const _0x329eb2=_0x292a86;_0xd6063b[_0x329eb2(0x1b3)]('__')&&delete _0x286b1f[_0xd6063b];});}),{'main':_0x3953a8,'detail':this['detailElement']['getData']()};}};
@@ -1 +1 @@
1
- function a0_0xb144(_0x2e9ecf,_0x392267){const _0x581980=a0_0x5819();return a0_0xb144=function(_0xb144c6,_0x273e77){_0xb144c6=_0xb144c6-0xac;let _0x313907=_0x581980[_0xb144c6];return _0x313907;},a0_0xb144(_0x2e9ecf,_0x392267);}const a0_0x302ac8=a0_0xb144;(function(_0x5a5ce2,_0x481e46){const _0x1dfc8b=a0_0xb144,_0x30f970=_0x5a5ce2();while(!![]){try{const _0x1d39c1=parseInt(_0x1dfc8b(0xb9))/0x1+parseInt(_0x1dfc8b(0xd0))/0x2*(parseInt(_0x1dfc8b(0xe2))/0x3)+parseInt(_0x1dfc8b(0xcb))/0x4*(parseInt(_0x1dfc8b(0xdd))/0x5)+parseInt(_0x1dfc8b(0xc7))/0x6+parseInt(_0x1dfc8b(0xac))/0x7+parseInt(_0x1dfc8b(0xae))/0x8+-parseInt(_0x1dfc8b(0xce))/0x9;if(_0x1d39c1===_0x481e46)break;else _0x30f970['push'](_0x30f970['shift']());}catch(_0x24b2d5){_0x30f970['push'](_0x30f970['shift']());}}}(a0_0x5819,0x9756b));import{adjustFilters}from'@operato/utils';function a0_0x5819(){const _0x3409b3=['runScenario','isEmpty','forEach','deleteByIds','skip_fields','includes','isPage','323571dRRrKQ','dataSet','mainFilterForm','lifecycle','func','name','gqlInfo','parent_id','length','map','getPageNavigateParams','params','parseBasicServiceConfigs','records','6643650OedYnA','updateMultiple','delete','fetchHandler','742408FoRFpn','data','list_func','16088445HRnlxf','columns','2926GiGEMX','gristConfigSet','beforeFetch','getQueryFilters','multiple','filter','query','keys','deleteListByIds','filterForm','isNotEmpty','findOne','replace','5TspMnJ','afterFetch','is_activity','searchByPagination','gql','276XGlOKo','getSelectColumns','result','after_set_fields','mutation','getParams','callScenario','pass','split','233744kjoYKP','find_one_func','4984416hzADnV','properties','parse','infinityPage'];a0_0x5819=function(){return _0x3409b3;};return a0_0x5819();}import{MetaBaseMixin}from'./meta-base-mixin';import{MetaApi}from'./../utils/meta-api';import{ValueUtil}from'./../utils/value-util';export const MetaServiceMixin=_0x266422=>class extends MetaBaseMixin(_0x266422){static get[a0_0x302ac8(0xaf)](){return{'gqlInfo':Object};}[a0_0x302ac8(0xc5)](_0x44bbe2){const _0x1a6baf=a0_0x302ac8;this[_0x1a6baf(0xbf)]=_0x44bbe2[_0x1a6baf(0xe1)];}async[a0_0x302ac8(0xca)]({page:_0x3fb69a=0x0,limit:_0xbea757=0x0,sortings:_0x348dbe=[],filters:_0x3e1d96=[]}){const _0xa93903=a0_0x302ac8;if(this[_0xa93903(0xdf)])return{'total':0x0,'records':this[_0xa93903(0xba)]||[]};if(!0x0===this[_0xa93903(0xb1)]&&(_0x3fb69a=0x0,_0xbea757=0x0),this[_0xa93903(0xd2)]&&0x0==await this[_0xa93903(0xd2)]({'page':_0x3fb69a,'limit':_0xbea757,'sortings':_0x348dbe,'filters':_0x3e1d96}))return;if(!this[_0xa93903(0xd1)])return{'total':0x0,'records':[]};let _0x1a6d71=ValueUtil[_0xa93903(0xb3)](_0x3e1d96)?this[_0xa93903(0xbb)]?await this['mainFilterForm'][_0xa93903(0xd3)]()||[]:await this[_0xa93903(0xd9)]?.['getQueryFilters']()||[]:_0x3e1d96,_0x2d750e=ValueUtil[_0xa93903(0xe7)](this[_0xa93903(0xbf)],_0xa93903(0xd6),_0xa93903(0xcd)),_0x2d8310=ValueUtil['getParams'](this['gqlInfo'],_0xa93903(0xd6),'filters'),_0x10e041=ValueUtil[_0xa93903(0xe7)](this[_0xa93903(0xbf)],_0xa93903(0xd6),_0xa93903(0xe5));if(ValueUtil[_0xa93903(0xda)](_0x2d8310)&&(_0x1a6d71=adjustFilters(_0x1a6d71,_0x2d8310)),_0x1a6d71['push'](...this[_0xa93903(0xc3)]()),this['isElement']&&!this[_0xa93903(0xbb)]){let _0x1aa0d4=ValueUtil[_0xa93903(0xe7)](this[_0xa93903(0xbf)],_0xa93903(0xd6),_0xa93903(0xc0));if(!ValueUtil['isNotEmpty'](_0x1aa0d4)||!ValueUtil[_0xa93903(0xda)](this[_0xa93903(0xc0)]))return{'total':0x0,'records':[]};_0x1a6d71=adjustFilters(_0x1a6d71,[{'name':_0x1aa0d4,'operator':'eq','value':this['parent_id']}]);}let _0x1de6e5=Object['keys'](_0x10e041||{}),_0x135275=MetaApi['getSelectColumns'](this[_0xa93903(0xd1)][_0xa93903(0xcf)][_0xa93903(0xd5)](_0x215e1b=>!_0x1de6e5['includes'](_0x215e1b['name']))),_0x36e8da={};if(_0x2d750e[_0xa93903(0xb7)]('$')){let _0x2b6e68=_0x2d750e[_0xa93903(0xdc)]('$','');_0x36e8da=(await MetaApi[_0xa93903(0xe8)](void 0x0,_0x2b6e68,{'filters':_0x1a6d71,'pagination':{'page':_0x3fb69a,'limit':_0xbea757},'sortings':_0x348dbe},!0x1))[_0xa93903(0xcc)][_0xa93903(0xb2)][_0xa93903(0xcc)]['result'];}else _0x36e8da=await MetaApi[_0xa93903(0xe0)](_0x2d750e,_0x1a6d71,_0x348dbe,_0x3fb69a,_0xbea757,_0x135275);if(this[_0xa93903(0xde)]){let _0x543661=await this[_0xa93903(0xde)]({'page':_0x3fb69a,'limit':_0xbea757,'sortings':_0x348dbe,'filters':_0x3e1d96},_0x36e8da);if(_0x543661)return _0x543661;}return ValueUtil[_0xa93903(0xda)](_0x10e041)&&ValueUtil[_0xa93903(0xda)](_0x36e8da)&&ValueUtil['isNotEmpty'](_0x36e8da[_0xa93903(0xc6)])&&_0x36e8da['records'][_0xa93903(0xc2)](_0x46938d=>(_0x1de6e5[_0xa93903(0xb4)](_0x11f7d7=>{const _0x22abab=_0xa93903;_0x46938d[_0x11f7d7]=ValueUtil[_0x22abab(0xe7)](_0x46938d,..._0x10e041[_0x11f7d7][_0x22abab(0xea)]('.'));}),_0x46938d)),_0x36e8da;}[a0_0x302ac8(0xc3)](){const _0x1341e9=a0_0x302ac8;if(0x0==this[_0x1341e9(0xb8)])return[];let _0x19c34c=this['lifecycle']?.[_0x1341e9(0xc4)]?this[_0x1341e9(0xbc)]['params']:{};if(!_0x19c34c[_0x1341e9(0xe9)])return[];let _0xbd517=_0x19c34c['pass'],_0x44b999=JSON[_0x1341e9(0xb0)](_0xbd517),_0xd5db8b=0x1==_0x44b999[_0x1341e9(0xc1)]?'eq':'in',_0x3b66ba={},_0x583cc1=[];return Object[_0x1341e9(0xd7)](_0x44b999[0x0])[_0x1341e9(0xb4)](_0x460310=>{_0x3b66ba[_0x460310]={'name':_0x460310,'operator':_0xd5db8b,'value':'eq'===_0xd5db8b?_0x44b999[0x0][_0x460310]:[]};}),_0x44b999[_0x1341e9(0xc1)]>0x1&&_0x44b999['forEach'](_0x5332d6=>{const _0x1192e0=_0x1341e9;Object['keys'](_0x5332d6)[_0x1192e0(0xb4)](_0x5a9abd=>{_0x3b66ba[_0x5a9abd]['value']['push'](_0x5332d6[_0x5a9abd]);});}),Object['keys'](_0x3b66ba)[_0x1341e9(0xb4)](_0x4dbdef=>{_0x583cc1['push'](_0x3b66ba[_0x4dbdef]);}),_0x583cc1;}async['findOne'](_0x544fef){const _0x4741be=a0_0x302ac8;if(this[_0x4741be(0xdf)])return this[_0x4741be(0xba)]||{};let _0x3578a0=ValueUtil[_0x4741be(0xe7)](this[_0x4741be(0xbf)],'query',_0x4741be(0xad)),_0x45cc9e=ValueUtil[_0x4741be(0xe7)](this[_0x4741be(0xbf)],'query','after_set_fields'),_0x2aa0cf=Object[_0x4741be(0xd7)](_0x45cc9e||{}),_0x476511=MetaApi[_0x4741be(0xe3)]((this[_0x4741be(0xd1)]?this[_0x4741be(0xd1)]:{'columns':this['formConfigSet']})[_0x4741be(0xcf)]['filter'](_0x198e34=>!_0x2aa0cf[_0x4741be(0xb7)](_0x198e34[_0x4741be(0xbe)]))),_0x4f46e2={};if(_0x3578a0['includes']('$')){let _0x18fbfd=_0x3578a0[_0x4741be(0xdc)]('$',''),_0x53c16f=await MetaApi['callScenario'](void 0x0,_0x18fbfd,{'id':_0x544fef},!0x1);_0x4f46e2=_0x53c16f[_0x4741be(0xcc)][_0x4741be(0xb2)][_0x4741be(0xcc)][_0x4741be(0xe4)];}else _0x4f46e2=await MetaApi[_0x4741be(0xdb)](_0x3578a0,_0x544fef,_0x476511);return ValueUtil[_0x4741be(0xda)](_0x45cc9e)&&ValueUtil[_0x4741be(0xda)](_0x4f46e2)&&_0x2aa0cf[_0x4741be(0xb4)](_0x958665=>{const _0x1e548d=_0x4741be;_0x4f46e2[_0x958665]=ValueUtil[_0x1e548d(0xe7)](_0x4f46e2,..._0x45cc9e[_0x958665][_0x1e548d(0xea)]('.'));}),_0x4f46e2;}async[a0_0x302ac8(0xb5)](_0x43c906){const _0x5c740a=a0_0x302ac8;let _0x19215e=ValueUtil['getParams'](this[_0x5c740a(0xbf)],_0x5c740a(0xe6),_0x5c740a(0xc9),_0x5c740a(0xbd));return await MetaApi[_0x5c740a(0xd8)](_0x43c906,_0x19215e);}async[a0_0x302ac8(0xc8)](_0x1d6f02){const _0x4974a8=a0_0x302ac8;let _0x39d1f7=ValueUtil[_0x4974a8(0xe7)](this['gqlInfo'],'mutation',_0x4974a8(0xd4),'func'),_0x302d72=ValueUtil['getParams'](this[_0x4974a8(0xbf)],_0x4974a8(0xe6),_0x4974a8(0xd4),_0x4974a8(0xb6));if(ValueUtil[_0x4974a8(0xda)](_0x302d72)&&(_0x302d72=_0x302d72[_0x4974a8(0xc2)](_0x3e599d=>_0x3e599d[_0x4974a8(0xb7)]('.')?_0x3e599d[_0x4974a8(0xea)]('.'):_0x3e599d),_0x1d6f02=_0x1d6f02['map'](_0x1c64b5=>(_0x302d72['forEach'](_0x26ed94=>{Array['isArray'](_0x26ed94)?delete _0x1c64b5[_0x26ed94[0x0]][_0x26ed94[0x1]]:delete _0x1c64b5[_0x26ed94];}),_0x1c64b5))),this['isElement']&&ValueUtil[_0x4974a8(0xda)](this[_0x4974a8(0xc0)])){let _0x19f758=ValueUtil['getParams'](this[_0x4974a8(0xbf)],'mutation',_0x4974a8(0xd4),_0x4974a8(0xc0));ValueUtil[_0x4974a8(0xda)](_0x19f758)&&_0x1d6f02[_0x4974a8(0xb4)](_0xe322c4=>{const _0x28d507=_0x4974a8;if(_0x19f758[_0x28d507(0xb7)]('.')){let _0x46a266=_0x19f758['split']('.');_0xe322c4[_0x46a266[0x0]]={},_0xe322c4[_0x46a266[0x0]][_0x46a266[0x1]]=this[_0x28d507(0xc0)];}else _0xe322c4[_0x19f758]=this[_0x28d507(0xc0)];});}return await MetaApi[_0x4974a8(0xc8)](_0x39d1f7,_0x1d6f02);}};
1
+ const a0_0x5b3685=a0_0x4ce4;function a0_0x52c7(){const _0x292e11=['func','mutation','getSelectColumns','runScenario','parseBasicServiceConfigs','isNotEmpty','push','4374848WMpCeg','params','mainFilterForm','keys','findOne','isElement','updateMultiple','filter','result','split','parent_id','6cbZWME','filters','deleteListByIds','isPage','includes','getQueryFilters','replace','records','name','length','3342844MhnKEc','forEach','gristConfigSet','getParams','map','delete','isArray','skip_fields','pass','206920YtNdFm','431380nLJkBa','multiple','2091213XHAKNf','5QORBPA','query','filterForm','after_set_fields','beforeFetch','33494QbmeCs','infinityPage','columns','getPageNavigateParams','list_func','gqlInfo','dataSet','data','4014756gkzWjF','gql','callScenario','deleteByIds','properties','lifecycle'];a0_0x52c7=function(){return _0x292e11;};return a0_0x52c7();}(function(_0x38ebf2,_0x472083){const _0x4150be=a0_0x4ce4,_0x3425c0=_0x38ebf2();while(!![]){try{const _0x400464=parseInt(_0x4150be(0x96))/0x1+parseInt(_0x4150be(0x9e))/0x2*(parseInt(_0x4150be(0x82))/0x3)+parseInt(_0x4150be(0x8c))/0x4*(-parseInt(_0x4150be(0x99))/0x5)+parseInt(_0x4150be(0xa6))/0x6+parseInt(_0x4150be(0x95))/0x7+parseInt(_0x4150be(0xb3))/0x8+-parseInt(_0x4150be(0x98))/0x9;if(_0x400464===_0x472083)break;else _0x3425c0['push'](_0x3425c0['shift']());}catch(_0xcd7e1b){_0x3425c0['push'](_0x3425c0['shift']());}}}(a0_0x52c7,0x9cd2c));import{adjustFilters}from'@operato/utils';import{MetaBaseMixin}from'./meta-base-mixin';import{MetaApi}from'./../utils/meta-api';function a0_0x4ce4(_0x4c4c10,_0x5c3147){const _0x52c790=a0_0x52c7();return a0_0x4ce4=function(_0x4ce4df,_0x13a65f){_0x4ce4df=_0x4ce4df-0x78;let _0x56d63c=_0x52c790[_0x4ce4df];return _0x56d63c;},a0_0x4ce4(_0x4c4c10,_0x5c3147);}import{ValueUtil}from'./../utils/value-util';export const MetaServiceMixin=_0x5e438c=>class extends MetaBaseMixin(_0x5e438c){static get[a0_0x5b3685(0xaa)](){return{'gqlInfo':Object};}[a0_0x5b3685(0xb0)](_0x1218f5){const _0x41042f=a0_0x5b3685;this[_0x41042f(0xa3)]=_0x1218f5[_0x41042f(0xa7)];}async['fetchHandler']({page:_0x805a6d=0x0,limit:_0x390a04=0x0,sortings:_0x147c9f=[],filters:_0x4b82df=[]}){const _0x430073=a0_0x5b3685;if(this['is_activity'])return{'total':0x0,'records':this['dataSet']||[]};if(!0x0===this[_0x430073(0x9f)]&&(_0x805a6d=0x0,_0x390a04=0x0),this['beforeFetch']&&0x0==await this[_0x430073(0x9d)]({'page':_0x805a6d,'limit':_0x390a04,'sortings':_0x147c9f,'filters':_0x4b82df}))return;if(!this[_0x430073(0x8e)])return{'total':0x0,'records':[]};let _0x2546cc=ValueUtil['isEmpty'](_0x4b82df)?this[_0x430073(0x79)]?await this[_0x430073(0x79)][_0x430073(0x87)]()||[]:await this[_0x430073(0x9b)]?.[_0x430073(0x87)]()||[]:_0x4b82df,_0x52a2bc=ValueUtil[_0x430073(0x8f)](this['gqlInfo'],'query',_0x430073(0xa2)),_0x32e77b=ValueUtil[_0x430073(0x8f)](this['gqlInfo'],_0x430073(0x9a),_0x430073(0x83)),_0x1a4576=ValueUtil['getParams'](this[_0x430073(0xa3)],_0x430073(0x9a),'after_set_fields');if(ValueUtil[_0x430073(0xb1)](_0x32e77b)&&(_0x2546cc=adjustFilters(_0x2546cc,_0x32e77b)),_0x2546cc[_0x430073(0xb2)](...this[_0x430073(0xa1)]()),this[_0x430073(0x7c)]&&!this['mainFilterForm']){let _0x393457=ValueUtil[_0x430073(0x8f)](this[_0x430073(0xa3)],_0x430073(0x9a),_0x430073(0x81));if(!ValueUtil[_0x430073(0xb1)](_0x393457)||!ValueUtil[_0x430073(0xb1)](this['parent_id']))return{'total':0x0,'records':[]};_0x2546cc=adjustFilters(_0x2546cc,[{'name':_0x393457,'operator':'eq','value':this[_0x430073(0x81)]}]);}let _0x4b0211=Object[_0x430073(0x7a)](_0x1a4576||{}),_0x55295d=MetaApi[_0x430073(0xae)](this[_0x430073(0x8e)]['columns'][_0x430073(0x7e)](_0x22d293=>!_0x4b0211[_0x430073(0x86)](_0x22d293[_0x430073(0x8a)]))),_0x3ffc1d={};if(_0x52a2bc[_0x430073(0x86)]('$')){let _0x19b847=_0x52a2bc[_0x430073(0x88)]('$','');_0x3ffc1d=(await MetaApi[_0x430073(0xa8)](void 0x0,_0x19b847,{'filters':_0x2546cc,'pagination':{'page':_0x805a6d,'limit':_0x390a04},'sortings':_0x147c9f},!0x1))['data'][_0x430073(0xaf)]['data'][_0x430073(0x7f)];}else _0x3ffc1d=await MetaApi['searchByPagination'](_0x52a2bc,_0x2546cc,_0x147c9f,_0x805a6d,_0x390a04,_0x55295d);if(this['afterFetch']){let _0x61e8f3=await this['afterFetch']({'page':_0x805a6d,'limit':_0x390a04,'sortings':_0x147c9f,'filters':_0x4b82df},_0x3ffc1d);if(_0x61e8f3)return _0x61e8f3;}return ValueUtil['isNotEmpty'](_0x1a4576)&&ValueUtil['isNotEmpty'](_0x3ffc1d)&&ValueUtil[_0x430073(0xb1)](_0x3ffc1d[_0x430073(0x89)])&&_0x3ffc1d[_0x430073(0x89)]['map'](_0xdb6b90=>(_0x4b0211['forEach'](_0x3fcd74=>{const _0x3cac24=_0x430073;_0xdb6b90[_0x3fcd74]=ValueUtil[_0x3cac24(0x8f)](_0xdb6b90,..._0x1a4576[_0x3fcd74][_0x3cac24(0x80)]('.'));}),_0xdb6b90)),_0x3ffc1d;}[a0_0x5b3685(0xa1)](){const _0x49d01e=a0_0x5b3685;if(0x0==this[_0x49d01e(0x85)])return[];let _0x3a1cc9=this[_0x49d01e(0xab)]?.[_0x49d01e(0x78)]?this[_0x49d01e(0xab)][_0x49d01e(0x78)]:{};if(!_0x3a1cc9[_0x49d01e(0x94)])return[];let _0x4bde8e=_0x3a1cc9['pass'],_0x4d826b=JSON['parse'](_0x4bde8e),_0x522fc0=0x1==_0x4d826b['length']?'eq':'in',_0x193df6={},_0x389cb9=[];return Object[_0x49d01e(0x7a)](_0x4d826b[0x0])[_0x49d01e(0x8d)](_0x5394d0=>{_0x193df6[_0x5394d0]={'name':_0x5394d0,'operator':_0x522fc0,'value':'eq'===_0x522fc0?_0x4d826b[0x0][_0x5394d0]:[]};}),_0x4d826b[_0x49d01e(0x8b)]>0x1&&_0x4d826b[_0x49d01e(0x8d)](_0x521d55=>{const _0x43704a=_0x49d01e;Object[_0x43704a(0x7a)](_0x521d55)[_0x43704a(0x8d)](_0xe61d7d=>{const _0x1ff243=_0x43704a;_0x193df6[_0xe61d7d]['value'][_0x1ff243(0xb2)](_0x521d55[_0xe61d7d]);});}),Object[_0x49d01e(0x7a)](_0x193df6)[_0x49d01e(0x8d)](_0x5dffa4=>{const _0x37716c=_0x49d01e;_0x389cb9[_0x37716c(0xb2)](_0x193df6[_0x5dffa4]);}),_0x389cb9;}async['findOne'](_0x1f267f){const _0x3a44ae=a0_0x5b3685;if(this['is_activity'])return this[_0x3a44ae(0xa4)]||{};let _0x4e69a3=ValueUtil['getParams'](this[_0x3a44ae(0xa3)],'query','find_one_func'),_0x5007b0=ValueUtil[_0x3a44ae(0x8f)](this['gqlInfo'],_0x3a44ae(0x9a),_0x3a44ae(0x9c)),_0x1c4a49=Object[_0x3a44ae(0x7a)](_0x5007b0||{}),_0x28cf03=MetaApi[_0x3a44ae(0xae)]((this[_0x3a44ae(0x8e)]?this[_0x3a44ae(0x8e)]:{'columns':this['formConfigSet']})[_0x3a44ae(0xa0)][_0x3a44ae(0x7e)](_0xdf90fe=>!_0x1c4a49['includes'](_0xdf90fe[_0x3a44ae(0x8a)]))),_0x343a50={};if(_0x4e69a3[_0x3a44ae(0x86)]('$')){let _0x518ce3=_0x4e69a3['replace']('$',''),_0x2bc563=await MetaApi['callScenario'](void 0x0,_0x518ce3,{'id':_0x1f267f},!0x1);_0x343a50=_0x2bc563['data']['runScenario'][_0x3a44ae(0xa5)][_0x3a44ae(0x7f)];}else _0x343a50=await MetaApi[_0x3a44ae(0x7b)](_0x4e69a3,_0x1f267f,_0x28cf03);return ValueUtil[_0x3a44ae(0xb1)](_0x5007b0)&&ValueUtil['isNotEmpty'](_0x343a50)&&_0x1c4a49[_0x3a44ae(0x8d)](_0x5ca856=>{const _0x421181=_0x3a44ae;_0x343a50[_0x5ca856]=ValueUtil[_0x421181(0x8f)](_0x343a50,..._0x5007b0[_0x5ca856]['split']('.'));}),_0x343a50;}async[a0_0x5b3685(0xa9)](_0x53433e){const _0x310dec=a0_0x5b3685;let _0x5a7e06=ValueUtil['getParams'](this['gqlInfo'],_0x310dec(0xad),_0x310dec(0x91),_0x310dec(0xac));return await MetaApi[_0x310dec(0x84)](_0x53433e,_0x5a7e06);}async[a0_0x5b3685(0x7d)](_0x4fb59f){const _0x341e92=a0_0x5b3685;let _0x26145f=ValueUtil[_0x341e92(0x8f)](this[_0x341e92(0xa3)],'mutation','multiple',_0x341e92(0xac)),_0x59da21=ValueUtil[_0x341e92(0x8f)](this[_0x341e92(0xa3)],'mutation',_0x341e92(0x97),_0x341e92(0x93));if(ValueUtil[_0x341e92(0xb1)](_0x59da21)&&(_0x59da21=_0x59da21['map'](_0xefb49c=>_0xefb49c[_0x341e92(0x86)]('.')?_0xefb49c[_0x341e92(0x80)]('.'):_0xefb49c),_0x4fb59f=_0x4fb59f[_0x341e92(0x90)](_0x9e982d=>(_0x59da21['forEach'](_0x21d05d=>{const _0x57501d=_0x341e92;Array[_0x57501d(0x92)](_0x21d05d)?delete _0x9e982d[_0x21d05d[0x0]][_0x21d05d[0x1]]:delete _0x9e982d[_0x21d05d];}),_0x9e982d))),this[_0x341e92(0x7c)]&&ValueUtil[_0x341e92(0xb1)](this['parent_id'])){let _0x44f7c3=ValueUtil[_0x341e92(0x8f)](this['gqlInfo'],_0x341e92(0xad),_0x341e92(0x97),_0x341e92(0x81));ValueUtil['isNotEmpty'](_0x44f7c3)&&_0x4fb59f['forEach'](_0x5896cc=>{const _0x12d13b=_0x341e92;if(_0x44f7c3[_0x12d13b(0x86)]('.')){let _0xa7cc11=_0x44f7c3[_0x12d13b(0x80)]('.');_0x5896cc[_0xa7cc11[0x0]]={},_0x5896cc[_0xa7cc11[0x0]][_0xa7cc11[0x1]]=this['parent_id'];}else _0x5896cc[_0x44f7c3]=this[_0x12d13b(0x81)];});}return await MetaApi[_0x341e92(0x7d)](_0x26145f,_0x4fb59f);}};
@@ -1 +1 @@
1
- const a0_0x49aba1=a0_0x2e7b;(function(_0x10f007,_0x203953){const _0xf1dc36=a0_0x2e7b,_0x352273=_0x10f007();while(!![]){try{const _0x235df2=-parseInt(_0xf1dc36(0x1dc))/0x1+parseInt(_0xf1dc36(0x1de))/0x2*(-parseInt(_0xf1dc36(0x1fd))/0x3)+parseInt(_0xf1dc36(0x1f8))/0x4*(parseInt(_0xf1dc36(0x1ef))/0x5)+-parseInt(_0xf1dc36(0x1e8))/0x6*(-parseInt(_0xf1dc36(0x1ee))/0x7)+parseInt(_0xf1dc36(0x1f0))/0x8+parseInt(_0xf1dc36(0x204))/0x9+-parseInt(_0xf1dc36(0x1d5))/0xa;if(_0x235df2===_0x203953)break;else _0x352273['push'](_0x352273['shift']());}catch(_0x117487){_0x352273['push'](_0x352273['shift']());}}}(a0_0x1a14,0x3b764));function a0_0x1a14(){const _0x107704=['fetch','769146MJpcyy','querySelector','useButtonExport','gristConfigSet','useFilterForm','value','14EdkChd','14855aBkklC','3133648jzpGQg','gridColumnConfig','properties','importable','getBasicTabDetailStyles','getContextObject','shadowRoot','parseGristConfigs','444IWFHFq','buttonConfig','columns','filterForm','record','184833Zfgzdh','styles','pageInitialized','connectedCallback','getData','options','getTabDetailHtml','2479086nKBvaJ','getAndParseMenuMeta','clear','activityDataSet','operator','grist','gridConfig','useButtonImport','actions','type','name','filter','header','grid_column','filterFormId','masterElement','search','5624160naDFyd','useMasterFilterForm','main','render','context','parseGridConfigSet','firstUpdated','262518KIAgMr','detailElement','6lTHxjJ','searchFields','ox-grist','dataSet','parseBasicGridConfigs','ox-filters-form-base','searchFieldValues','beforeFetch','isElement'];a0_0x1a14=function(){return _0x107704;};return a0_0x1a14();}import{html}from'lit';import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{UiUtil}from'../utils/ui-util';import{ValueUtil}from'../utils/value-util';function a0_0x2e7b(_0x5028b6,_0x11da26){const _0x1a14bc=a0_0x1a14();return a0_0x2e7b=function(_0x2e7b5a,_0x5477de){_0x2e7b5a=_0x2e7b5a-0x1d3;let _0x5726da=_0x1a14bc[_0x2e7b5a];return _0x5726da;},a0_0x2e7b(_0x5028b6,_0x11da26);}import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaTabDetailMixin=_0x478c28=>class extends MetaButtonMixin(_0x478c28){static get[a0_0x49aba1(0x1fe)](){const _0x575cc0=a0_0x49aba1;return MetaApi[_0x575cc0(0x1f4)]();}static get[a0_0x49aba1(0x1f2)](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String,'detailElement':Object};}get[a0_0x49aba1(0x209)](){const _0x2e8cb0=a0_0x49aba1;return this[_0x2e8cb0(0x1d3)]['getMainGrist']();}get[a0_0x49aba1(0x1fb)](){const _0x400334=a0_0x49aba1;return this[_0x400334(0x1f6)]?.[_0x400334(0x1e9)](this[_0x400334(0x212)]);}get[a0_0x49aba1(0x1d9)](){const _0x591894=a0_0x49aba1;let _0x35c5cd=MetaUiUtil[_0x591894(0x1f5)](this);return _0x35c5cd[_0x591894(0x20c)]&&delete _0x35c5cd[_0x591894(0x20c)],_0x35c5cd['exportable']&&delete _0x35c5cd['exportable'],_0x35c5cd[_0x591894(0x1f3)]&&delete _0x35c5cd['importable'],_0x35c5cd;}async['connectedCallback'](){const _0x54b381=a0_0x49aba1;this['gristId']=_0x54b381(0x1e0),this[_0x54b381(0x212)]=_0x54b381(0x1e3),await this[_0x54b381(0x205)](),this[_0x54b381(0x1e6)]&&await this[_0x54b381(0x1f7)](),this[_0x54b381(0x207)]&&(this[_0x54b381(0x1e1)]=(this[_0x54b381(0x207)]||{})[_0x54b381(0x1d7)]),super[_0x54b381(0x200)]&&await super[_0x54b381(0x200)]();}async[a0_0x49aba1(0x1db)](){const _0x809b0=a0_0x49aba1;super[_0x809b0(0x1db)]&&await super[_0x809b0(0x1db)]();}async[a0_0x49aba1(0x1ff)](){const _0x64286d=a0_0x49aba1;this['isPage']&&await this[_0x64286d(0x1f7)](),super[_0x64286d(0x1ff)]&&await super['pageInitialized']();}[a0_0x49aba1(0x1d8)](){const _0x12e20a=a0_0x49aba1;return MetaApi[_0x12e20a(0x203)](this);}[a0_0x49aba1(0x1e2)](_0x2dd58d){const _0x38f629=a0_0x49aba1;this[_0x38f629(0x20a)]=_0x2dd58d['grid'],this[_0x38f629(0x1f1)]=_0x2dd58d[_0x38f629(0x211)],this['searchConfig']=_0x2dd58d[_0x38f629(0x1d4)];}async[a0_0x49aba1(0x1f7)](){const _0x4dcf99=a0_0x49aba1;this[_0x4dcf99(0x1eb)]=await MetaApi[_0x4dcf99(0x1da)](this),this[_0x4dcf99(0x1d6)]=!0x0===this[_0x4dcf99(0x1ec)],this[_0x4dcf99(0x1ec)]=!0x1,this[_0x4dcf99(0x1f9)]=void 0x0,this[_0x4dcf99(0x1ea)]=!0x1,this[_0x4dcf99(0x20b)]=!0x1,this[_0x4dcf99(0x1e4)]=[],this[_0x4dcf99(0x1df)]=this[_0x4dcf99(0x1eb)][_0x4dcf99(0x1fa)][_0x4dcf99(0x20f)](_0x1fdd62=>_0x1fdd62[_0x4dcf99(0x20f)])['map'](_0x415bfe=>{const _0x2db503=_0x4dcf99;let _0x171048={'name':_0x415bfe[_0x2db503(0x20e)],'type':_0x2db503(0x1d4)===_0x415bfe[_0x2db503(0x20f)][_0x2db503(0x208)]?_0x2db503(0x1d4):_0x415bfe[_0x2db503(0x20d)],'label':_0x415bfe[_0x2db503(0x210)],'operator':_0x415bfe[_0x2db503(0x20f)][_0x2db503(0x208)]?_0x415bfe[_0x2db503(0x20f)][_0x2db503(0x208)]:'eq'};return _0x415bfe[_0x2db503(0x20f)]['options']&&(_0x171048[_0x2db503(0x202)]=_0x415bfe[_0x2db503(0x20f)]['options']),_0x415bfe[_0x2db503(0x1fc)][_0x2db503(0x202)]&&(_0x171048[_0x2db503(0x202)]=_0x415bfe[_0x2db503(0x1fc)][_0x2db503(0x202)]),_0x415bfe[_0x2db503(0x20f)]['value']&&this['searchFieldValues']['push']({'name':_0x171048[_0x2db503(0x20e)],'operator':_0x171048[_0x2db503(0x208)],'value':_0x415bfe[_0x2db503(0x20f)][_0x2db503(0x1ed)]}),delete _0x415bfe[_0x2db503(0x20f)],_0x171048;});}async[a0_0x49aba1(0x1e7)](){const _0x4b7c5c=a0_0x49aba1;await this[_0x4b7c5c(0x209)][_0x4b7c5c(0x1e7)]();}async[a0_0x49aba1(0x1e5)]({page:_0x1cfce9=0x0,limit:_0x48616f=0x0,sortings:_0x4faee2=[],filters:_0x55a396=[]}){const _0x3b1171=a0_0x49aba1;return this[_0x3b1171(0x1d3)]&&this[_0x3b1171(0x1d3)][_0x3b1171(0x206)]&&await this[_0x3b1171(0x1d3)]['clear'](),this['detailElement']&&this[_0x3b1171(0x1dd)][_0x3b1171(0x206)]&&await this[_0x3b1171(0x1dd)]['clear'](),!0x0;}[a0_0x49aba1(0x201)](){const _0x3a740d=a0_0x49aba1;return{'master':this['masterElement'][_0x3a740d(0x201)](),'detail':this[_0x3a740d(0x1dd)][_0x3a740d(0x201)]()};}};
1
+ function a0_0x348f(_0x285bb8,_0x3315de){const _0x22bfa8=a0_0x22bf();return a0_0x348f=function(_0x348f85,_0x5d46ff){_0x348f85=_0x348f85-0x165;let _0x4938ee=_0x22bfa8[_0x348f85];return _0x4938ee;},a0_0x348f(_0x285bb8,_0x3315de);}const a0_0x44e1c2=a0_0x348f;(function(_0x38996b,_0x486a0d){const _0x20f3f4=a0_0x348f,_0x5dbe93=_0x38996b();while(!![]){try{const _0x104eaf=-parseInt(_0x20f3f4(0x17a))/0x1*(-parseInt(_0x20f3f4(0x18d))/0x2)+parseInt(_0x20f3f4(0x17f))/0x3+-parseInt(_0x20f3f4(0x181))/0x4*(parseInt(_0x20f3f4(0x173))/0x5)+-parseInt(_0x20f3f4(0x18a))/0x6*(parseInt(_0x20f3f4(0x19c))/0x7)+parseInt(_0x20f3f4(0x16a))/0x8*(parseInt(_0x20f3f4(0x19a))/0x9)+-parseInt(_0x20f3f4(0x18e))/0xa*(parseInt(_0x20f3f4(0x18c))/0xb)+parseInt(_0x20f3f4(0x176))/0xc*(parseInt(_0x20f3f4(0x191))/0xd);if(_0x104eaf===_0x486a0d)break;else _0x5dbe93['push'](_0x5dbe93['shift']());}catch(_0x554c1f){_0x5dbe93['push'](_0x5dbe93['shift']());}}}(a0_0x22bf,0x21652));function a0_0x22bf(){const _0x48934b=['parseGridConfigSet','search','fetch','1181268vPYNmF','filterFormId','21TPGaxO','record','isElement','options','ox-filters-form-base','getTabDetailHtml','activityDataSet','exportable','getAndParseMenuMeta','parseBasicGridConfigs','16WHcUat','filter','gridColumnConfig','connectedCallback','gristId','operator','searchConfig','dataSet','context','3400ilvwCH','push','grid','72NAMTyI','columns','parseGristConfigs','map','12185GbDlWs','actions','grid_column','ox-grist','searchFieldValues','491214reGbvj','getData','620MokxOs','gristConfigSet','importable','getMainGrist','main','pageInitialized','header','firstUpdated','render','323286xqMvdK','clear','187HNbdTQ','2PXtKHg','44320PeQXoz','masterElement','name','88283XkvGIM','detailElement','value','gridConfig','type','filterForm'];a0_0x22bf=function(){return _0x48934b;};return a0_0x22bf();}import{html}from'lit';import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{UiUtil}from'../utils/ui-util';import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaTabDetailMixin=_0x4eb1ce=>class extends MetaButtonMixin(_0x4eb1ce){static get['styles'](){return MetaApi['getBasicTabDetailStyles']();}static get['properties'](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String,'detailElement':Object};}get['grist'](){const _0x3c84e0=a0_0x348f;return this[_0x3c84e0(0x18f)][_0x3c84e0(0x184)]();}get[a0_0x44e1c2(0x196)](){const _0x329817=a0_0x44e1c2;return this['shadowRoot']?.['querySelector'](this[_0x329817(0x19b)]);}get[a0_0x44e1c2(0x172)](){const _0x24b726=a0_0x44e1c2;let _0x102601=MetaUiUtil['getContextObject'](this);return _0x102601[_0x24b726(0x17b)]&&delete _0x102601[_0x24b726(0x17b)],_0x102601['exportable']&&delete _0x102601[_0x24b726(0x167)],_0x102601[_0x24b726(0x183)]&&delete _0x102601[_0x24b726(0x183)],_0x102601;}async[a0_0x44e1c2(0x16d)](){const _0x2a42d6=a0_0x44e1c2;this[_0x2a42d6(0x16e)]=_0x2a42d6(0x17d),this[_0x2a42d6(0x19b)]=_0x2a42d6(0x1a0),await this[_0x2a42d6(0x168)](),this[_0x2a42d6(0x19e)]&&await this[_0x2a42d6(0x178)](),this[_0x2a42d6(0x166)]&&(this[_0x2a42d6(0x171)]=(this[_0x2a42d6(0x166)]||{})[_0x2a42d6(0x185)]),super[_0x2a42d6(0x16d)]&&await super[_0x2a42d6(0x16d)]();}async[a0_0x44e1c2(0x188)](){const _0x47770c=a0_0x44e1c2;super[_0x47770c(0x188)]&&await super['firstUpdated']();}async[a0_0x44e1c2(0x186)](){const _0x12bda2=a0_0x44e1c2;this['isPage']&&await this[_0x12bda2(0x178)](),super[_0x12bda2(0x186)]&&await super[_0x12bda2(0x186)]();}[a0_0x44e1c2(0x189)](){const _0x3a85b9=a0_0x44e1c2;return MetaApi[_0x3a85b9(0x165)](this);}[a0_0x44e1c2(0x169)](_0x18fee5){const _0x293f8a=a0_0x44e1c2;this[_0x293f8a(0x194)]=_0x18fee5[_0x293f8a(0x175)],this[_0x293f8a(0x16c)]=_0x18fee5[_0x293f8a(0x17c)],this[_0x293f8a(0x170)]=_0x18fee5['search'];}async['parseGristConfigs'](){const _0x53315f=a0_0x44e1c2;this[_0x53315f(0x182)]=await MetaApi[_0x53315f(0x197)](this),this['useMasterFilterForm']=!0x0===this['useFilterForm'],this['useFilterForm']=!0x1,this['buttonConfig']=void 0x0,this['useButtonExport']=!0x1,this['useButtonImport']=!0x1,this[_0x53315f(0x17e)]=[],this['searchFields']=this[_0x53315f(0x182)][_0x53315f(0x177)]['filter'](_0x1d34ec=>_0x1d34ec['filter'])[_0x53315f(0x179)](_0xd03270=>{const _0x46d9ae=_0x53315f;let _0x4eb4fd={'name':_0xd03270[_0x46d9ae(0x190)],'type':'search'===_0xd03270['filter'][_0x46d9ae(0x16f)]?_0x46d9ae(0x198):_0xd03270[_0x46d9ae(0x195)],'label':_0xd03270[_0x46d9ae(0x187)],'operator':_0xd03270['filter'][_0x46d9ae(0x16f)]?_0xd03270['filter'][_0x46d9ae(0x16f)]:'eq'};return _0xd03270[_0x46d9ae(0x16b)]['options']&&(_0x4eb4fd[_0x46d9ae(0x19f)]=_0xd03270[_0x46d9ae(0x16b)][_0x46d9ae(0x19f)]),_0xd03270[_0x46d9ae(0x19d)][_0x46d9ae(0x19f)]&&(_0x4eb4fd[_0x46d9ae(0x19f)]=_0xd03270['record']['options']),_0xd03270['filter']['value']&&this[_0x46d9ae(0x17e)][_0x46d9ae(0x174)]({'name':_0x4eb4fd[_0x46d9ae(0x190)],'operator':_0x4eb4fd[_0x46d9ae(0x16f)],'value':_0xd03270[_0x46d9ae(0x16b)][_0x46d9ae(0x193)]}),delete _0xd03270[_0x46d9ae(0x16b)],_0x4eb4fd;});}async[a0_0x44e1c2(0x199)](){const _0x3aada0=a0_0x44e1c2;await this['grist'][_0x3aada0(0x199)]();}async['beforeFetch']({page:_0x5f01df=0x0,limit:_0x1bf8e7=0x0,sortings:_0x367eb1=[],filters:_0x4a1d39=[]}){const _0x4bf587=a0_0x44e1c2;return this[_0x4bf587(0x18f)]&&this[_0x4bf587(0x18f)][_0x4bf587(0x18b)]&&await this[_0x4bf587(0x18f)][_0x4bf587(0x18b)](),this['detailElement']&&this[_0x4bf587(0x192)][_0x4bf587(0x18b)]&&await this[_0x4bf587(0x192)][_0x4bf587(0x18b)](),!0x0;}['getData'](){const _0x138513=a0_0x44e1c2;return{'master':this[_0x138513(0x18f)][_0x138513(0x180)](),'detail':this[_0x138513(0x192)]['getData']()};}};
@@ -1 +1 @@
1
- const a0_0x445d69=a0_0x1d89;(function(_0x41ac47,_0xd31bdc){const _0x112fe3=a0_0x1d89,_0x501cd7=_0x41ac47();while(!![]){try{const _0x51c49c=-parseInt(_0x112fe3(0x140))/0x1*(parseInt(_0x112fe3(0x14d))/0x2)+parseInt(_0x112fe3(0x12c))/0x3*(parseInt(_0x112fe3(0x14b))/0x4)+-parseInt(_0x112fe3(0x138))/0x5+parseInt(_0x112fe3(0x135))/0x6*(parseInt(_0x112fe3(0x12d))/0x7)+-parseInt(_0x112fe3(0x148))/0x8+-parseInt(_0x112fe3(0x132))/0x9+-parseInt(_0x112fe3(0x14f))/0xa*(-parseInt(_0x112fe3(0x139))/0xb);if(_0x51c49c===_0xd31bdc)break;else _0x501cd7['push'](_0x501cd7['shift']());}catch(_0x385e11){_0x501cd7['push'](_0x501cd7['shift']());}}}(a0_0x26ae,0xa2fc4));function a0_0x1d89(_0x5407b6,_0x14b372){const _0x26aefd=a0_0x26ae();return a0_0x1d89=function(_0x1d8965,_0x1be399){_0x1d8965=_0x1d8965-0x12c;let _0x2b97f8=_0x26aefd[_0x1d8965];return _0x2b97f8;},a0_0x1d89(_0x5407b6,_0x14b372);}function a0_0x26ae(){const _0x51c0eb=['main_tab_info','etcConfig','button','activityDataSet','4642640gKukDZ','parseBasicTabConfigs','{\x22name\x22:\x20\x22general\x22,\x20\x22display\x22:\x20\x22general\x22,\x20\x22icon\x22:\x22list\x22,\x20\x22index\x22:0\x20}','1280996sHcCpI','name','900738HocmED','getMainGrist','1390bcSpvS','forEach','clear','getBasicTabHtml','grist','connectedCallback','route_name','mainFilterForm','includeMainList','getBasicTabStyles','3ODtyKU','249130InEWCp','pageInitialized','display','tabElements','getData','1663911gepIKP','length','splice','96NVgLQu','parse','@things-factory/meta-ui/client/pages/meta-grist-element','1052010WjdzoN','95271dGrGwq','firstUpdated','index','currentTabKey','render','tab','keys','1MeSnjN','tabRenderConfig','getAndParseMenuMeta','styles'];a0_0x26ae=function(){return _0x51c0eb;};return a0_0x26ae();}import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{ValueUtil}from'../utils/value-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaTabMixin=_0x2ef681=>class extends MetaButtonMixin(_0x2ef681){static get[a0_0x445d69(0x143)](){const _0x2b4a3c=a0_0x445d69;return MetaApi[_0x2b4a3c(0x158)]();}static get['properties'](){return{'tabRenderConfig':Array,'currentTabKey':String,'tabElements':Object};}get['context'](){return MetaUiUtil['getContextObject'](this);}async[a0_0x445d69(0x154)](){const _0xf8271f=a0_0x445d69;this[_0xf8271f(0x13c)]=void 0x0,await this[_0xf8271f(0x142)](),this[_0xf8271f(0x147)]&&(this['dataSet']=this[_0xf8271f(0x147)]),super['connectedCallback']&&await super[_0xf8271f(0x154)]();}async[a0_0x445d69(0x13a)](){const _0x2fa5ec=a0_0x445d69;super['firstUpdated']&&await super[_0x2fa5ec(0x13a)]();}async[a0_0x445d69(0x12e)](){const _0x267e22=a0_0x445d69;super[_0x267e22(0x12e)]&&await super[_0x267e22(0x12e)]();}[a0_0x445d69(0x13d)](){const _0x1efb2e=a0_0x445d69;return MetaApi[_0x1efb2e(0x152)](this);}[a0_0x445d69(0x149)](_0xca355c){const _0x23f321=a0_0x445d69;if(!0x0===this[_0x23f321(0x157)]){let _0x1ef1ed=this[_0x23f321(0x145)][_0x23f321(0x144)],_0x2b7f69=JSON[_0x23f321(0x136)](_0x1ef1ed||_0x23f321(0x14a));_0x2b7f69[_0x23f321(0x13b)]>_0xca355c[_0x23f321(0x13e)]['length']&&(_0x2b7f69[_0x23f321(0x13b)]=_0xca355c[_0x23f321(0x13e)]['length']),_0xca355c[_0x23f321(0x13e)][_0x23f321(0x134)](_0x2b7f69[_0x23f321(0x13b)],0x0,{'name':_0x2b7f69[_0x23f321(0x14c)],'display':_0x2b7f69[_0x23f321(0x12f)],'tagname':'meta-grist-element','location':_0x23f321(0x137),'parent_field':'id','param_field':'param_field','menu':this[_0x23f321(0x155)],'icon':_0x2b7f69['icon'],'filter_from':!0x1,'main_filter_form':this[_0x23f321(0x156)]});}this[_0x23f321(0x141)]=_0xca355c['tab'],_0xca355c[_0x23f321(0x146)]=[];}async['clear'](){const _0x4675e6=a0_0x445d69;if(this[_0x4675e6(0x130)]){let _0x165d82=Object[_0x4675e6(0x13f)](this[_0x4675e6(0x130)]);for(var _0xe86c9c=0x0;_0xe86c9c<_0x165d82[_0x4675e6(0x133)];_0xe86c9c++)await this['tabElements'][_0x165d82[_0xe86c9c]][_0x4675e6(0x151)]();}}[a0_0x445d69(0x131)](){const _0x3ca3b1=a0_0x445d69;let _0xbc1c83={};return this[_0x3ca3b1(0x130)]&&Object['keys'](this[_0x3ca3b1(0x130)])[_0x3ca3b1(0x150)](_0x113265=>{const _0x5e9654=_0x3ca3b1;_0xbc1c83[_0x113265]=this[_0x5e9654(0x130)][_0x113265][_0x5e9654(0x131)]();}),_0xbc1c83;}[a0_0x445d69(0x14e)](){const _0x592f14=a0_0x445d69;if(this[_0x592f14(0x130)]){let _0x596e6f=Object[_0x592f14(0x13f)](this[_0x592f14(0x130)]);return this['tabElements'][_0x596e6f[0x0]][_0x592f14(0x153)];}}};
1
+ const a0_0x1e0907=a0_0x9cc6;(function(_0x3307da,_0x43836a){const _0x4a9e42=a0_0x9cc6,_0x29b5f5=_0x3307da();while(!![]){try{const _0x25964a=-parseInt(_0x4a9e42(0x1c5))/0x1+-parseInt(_0x4a9e42(0x1d1))/0x2+parseInt(_0x4a9e42(0x1d6))/0x3*(-parseInt(_0x4a9e42(0x1de))/0x4)+-parseInt(_0x4a9e42(0x1d7))/0x5+-parseInt(_0x4a9e42(0x1d8))/0x6+-parseInt(_0x4a9e42(0x1c4))/0x7*(parseInt(_0x4a9e42(0x1c3))/0x8)+parseInt(_0x4a9e42(0x1d5))/0x9;if(_0x25964a===_0x43836a)break;else _0x29b5f5['push'](_0x29b5f5['shift']());}catch(_0x7af35c){_0x29b5f5['push'](_0x29b5f5['shift']());}}}(a0_0x51ab,0xe6730));import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{ValueUtil}from'../utils/value-util';function a0_0x51ab(){const _0x197434=['pageInitialized','main_tab_info','button','1662382KEzyTr','parse','length','activityDataSet','64533375jtVhXx','6SlQQug','9336515XULUUt','2583054YAgUWR','properties','keys','name','display','firstUpdated','1773328ScMVwm','tabRenderConfig','getMainGrist','getBasicTabStyles','param_field','clear','route_name','getBasicTabHtml','splice','getContextObject','getData','mainFilterForm','forEach','getAndParseMenuMeta','meta-grist-element','8uOGPAB','5696796zhScxR','1396960XsFFtU','render','grist','@things-factory/meta-ui/client/pages/meta-grist-element','index','tabElements','includeMainList','tab','connectedCallback'];a0_0x51ab=function(){return _0x197434;};return a0_0x51ab();}import{MetaButtonMixin}from'./meta-button-mixin';function a0_0x9cc6(_0x16d79d,_0x1d8b1b){const _0x51ab8b=a0_0x51ab();return a0_0x9cc6=function(_0x9cc689,_0x587127){_0x9cc689=_0x9cc689-0x1bf;let _0x4fe0f0=_0x51ab8b[_0x9cc689];return _0x4fe0f0;},a0_0x9cc6(_0x16d79d,_0x1d8b1b);}export const MetaTabMixin=_0x2ce102=>class extends MetaButtonMixin(_0x2ce102){static get['styles'](){const _0x314798=a0_0x9cc6;return MetaApi[_0x314798(0x1e1)]();}static get[a0_0x1e0907(0x1d9)](){return{'tabRenderConfig':Array,'currentTabKey':String,'tabElements':Object};}get['context'](){const _0x4fd212=a0_0x1e0907;return MetaUiUtil[_0x4fd212(0x1e7)](this);}async[a0_0x1e0907(0x1cd)](){const _0x378e25=a0_0x1e0907;this['currentTabKey']=void 0x0,await this[_0x378e25(0x1c1)](),this[_0x378e25(0x1d4)]&&(this['dataSet']=this[_0x378e25(0x1d4)]),super['connectedCallback']&&await super[_0x378e25(0x1cd)]();}async['firstUpdated'](){const _0x363580=a0_0x1e0907;super[_0x363580(0x1dd)]&&await super[_0x363580(0x1dd)]();}async['pageInitialized'](){const _0x37ace6=a0_0x1e0907;super[_0x37ace6(0x1ce)]&&await super[_0x37ace6(0x1ce)]();}[a0_0x1e0907(0x1c6)](){const _0x46f99d=a0_0x1e0907;return MetaApi[_0x46f99d(0x1e5)](this);}['parseBasicTabConfigs'](_0x5452df){const _0x35d9dd=a0_0x1e0907;if(!0x0===this[_0x35d9dd(0x1cb)]){let _0x9a99d9=this['etcConfig'][_0x35d9dd(0x1cf)],_0x1ae91d=JSON[_0x35d9dd(0x1d2)](_0x9a99d9||'{\x22name\x22:\x20\x22general\x22,\x20\x22display\x22:\x20\x22general\x22,\x20\x22icon\x22:\x22list\x22,\x20\x22index\x22:0\x20}');_0x1ae91d[_0x35d9dd(0x1c9)]>_0x5452df[_0x35d9dd(0x1cc)]['length']&&(_0x1ae91d[_0x35d9dd(0x1c9)]=_0x5452df['tab'][_0x35d9dd(0x1d3)]),_0x5452df[_0x35d9dd(0x1cc)][_0x35d9dd(0x1e6)](_0x1ae91d[_0x35d9dd(0x1c9)],0x0,{'name':_0x1ae91d[_0x35d9dd(0x1db)],'display':_0x1ae91d[_0x35d9dd(0x1dc)],'tagname':_0x35d9dd(0x1c2),'location':_0x35d9dd(0x1c8),'parent_field':'id','param_field':_0x35d9dd(0x1e2),'menu':this[_0x35d9dd(0x1e4)],'icon':_0x1ae91d['icon'],'filter_from':!0x1,'main_filter_form':this[_0x35d9dd(0x1bf)]});}this[_0x35d9dd(0x1df)]=_0x5452df[_0x35d9dd(0x1cc)],_0x5452df[_0x35d9dd(0x1d0)]=[];}async[a0_0x1e0907(0x1e3)](){const _0x11c36a=a0_0x1e0907;if(this[_0x11c36a(0x1ca)]){let _0x25b5ec=Object[_0x11c36a(0x1da)](this[_0x11c36a(0x1ca)]);for(var _0x8bd2f4=0x0;_0x8bd2f4<_0x25b5ec[_0x11c36a(0x1d3)];_0x8bd2f4++)await this[_0x11c36a(0x1ca)][_0x25b5ec[_0x8bd2f4]][_0x11c36a(0x1e3)]();}}[a0_0x1e0907(0x1e8)](){const _0x1630a5=a0_0x1e0907;let _0x43a8f8={};return this['tabElements']&&Object[_0x1630a5(0x1da)](this[_0x1630a5(0x1ca)])[_0x1630a5(0x1c0)](_0x3b8373=>{const _0x3b49fc=_0x1630a5;_0x43a8f8[_0x3b8373]=this['tabElements'][_0x3b8373][_0x3b49fc(0x1e8)]();}),_0x43a8f8;}[a0_0x1e0907(0x1e0)](){const _0x5affae=a0_0x1e0907;if(this[_0x5affae(0x1ca)]){let _0x34744b=Object[_0x5affae(0x1da)](this[_0x5affae(0x1ca)]);return this[_0x5affae(0x1ca)][_0x34744b[0x0]][_0x5affae(0x1c7)];}}};