@things-factory/meta-ui 6.0.152 → 6.0.153

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 (83) hide show
  1. package/client/actions/main.js +4 -4
  2. package/client/component/filter/filter-form-meta-code-select.js +10 -10
  3. package/client/component/filter/filter-form-meta-object-select.js +9 -9
  4. package/client/component/filter/filter-grist-meta-code-select.js +9 -9
  5. package/client/component/filter/filter-grist-meta-object-select.js +9 -9
  6. package/client/component/grist/editor/grist-editor-meta-code-selector.js +7 -7
  7. package/client/component/grist/editor/grist-editor-meta-object-selector.js +7 -7
  8. package/client/component/grist/renderer/grist-renderer-meta-code-selector.js +1 -1
  9. package/client/component/grist/renderer/grist-renderer-meta-object-selector.js +1 -1
  10. package/client/component/selector/meta-object-selector-popup.js +11 -11
  11. package/client/mixin/meta-base-mixin.js +1 -1
  12. package/client/mixin/meta-basic-grist-mixin.js +4 -4
  13. package/client/mixin/meta-button-mixin.js +1 -1
  14. package/client/mixin/meta-form-mixin.js +1 -1
  15. package/client/mixin/meta-grist-tab-mixin.js +1 -1
  16. package/client/mixin/meta-main-tab-mixin.js +1 -1
  17. package/client/mixin/meta-master-detail-mixin.js +1 -1
  18. package/client/mixin/meta-service-mixin.js +1 -1
  19. package/client/mixin/meta-tab-detail-mixin.js +1 -1
  20. package/client/mixin/meta-tab-mixin.js +1 -1
  21. package/client/pages/activity/meta-activity-list-page.js +6 -6
  22. package/client/pages/activity/meta-activity-viewer-element.js +3 -3
  23. package/client/pages/activity/meta-activity-writer-element.js +3 -3
  24. package/client/pages/activity/meta-activiy-mixin.js +3 -3
  25. package/client/pages/entity/config-entity.js +29 -29
  26. package/client/pages/entity/main-menu-selector.js +8 -8
  27. package/client/pages/history/history-copy-list-popup.js +4 -4
  28. package/client/pages/history/history-json-list-popup.js +5 -5
  29. package/client/pages/loading-page.js +5 -5
  30. package/client/pages/menu/dynamic-menu-template.js +7 -7
  31. package/client/pages/menu/dynamic-menu.js +15 -15
  32. package/client/pages/meta-form-element.js +1 -1
  33. package/client/pages/meta-grist-element.js +1 -1
  34. package/client/pages/meta-grist-page.js +1 -1
  35. package/client/pages/meta-grist-tab-element.js +1 -1
  36. package/client/pages/meta-grist-tab-page.js +1 -1
  37. package/client/pages/meta-main-tab-element.js +1 -1
  38. package/client/pages/meta-main-tab-page.js +1 -1
  39. package/client/pages/meta-master-detail-element.js +1 -1
  40. package/client/pages/meta-master-detail-page.js +1 -1
  41. package/client/pages/meta-tab-detail-element.js +1 -1
  42. package/client/pages/meta-tab-detail-page.js +1 -1
  43. package/client/pages/meta-tab-element.js +1 -1
  44. package/client/pages/personalize/personal-column-selector.js +11 -11
  45. package/client/pages/terms/config-terminology.js +6 -6
  46. package/client/pages/work-code/work-code-detail-popup.js +1 -1
  47. package/client/pages/work-code/work-code-page.js +1 -1
  48. package/client/reducers/main.js +1 -1
  49. package/client/utils/meta-api.js +1 -1
  50. package/client/utils/meta-crypto.js +1 -1
  51. package/client/utils/meta-ui-util.js +103 -103
  52. package/client/utils/service-util.js +13 -13
  53. package/client/utils/terms-util.js +2 -2
  54. package/client/utils/ui-util.js +1 -1
  55. package/client/utils/value-util.js +1 -1
  56. package/client/viewparts/dynamic-menu-landscape-styles.js +1 -1
  57. package/client/viewparts/dynamic-menu-landscape.js +10 -10
  58. package/client/viewparts/dynamic-menu-part.js +12 -12
  59. package/client/viewparts/dynamic-menu-portrait-styles.js +1 -1
  60. package/client/viewparts/dynamic-menu-portrait.js +9 -9
  61. package/client/viewparts/dynamic-top-menu-bar.js +7 -7
  62. package/package.json +2 -2
  63. package/server/activity/CommonActivity.js +2 -2
  64. package/server/constants/error-code.js +1 -1
  65. package/server/errors/license-error.js +1 -1
  66. package/server/routes.js +1 -1
  67. package/server/service/grid-personalize/grid-personalize-mutation.js +1 -1
  68. package/server/service/grid-personalize/grid-personalize-query.js +1 -1
  69. package/server/service/grid-personalize/grid-personalize-type.js +1 -1
  70. package/server/service/grid-personalize/grid-personalize.js +1 -1
  71. package/server/service/meta-activity/meta-activity-mutation.js +1 -1
  72. package/server/service/meta-activity/meta-activity-query.js +1 -1
  73. package/server/service/meta-activity/meta-activity-type.js +1 -1
  74. package/server/service/meta-secret/meta-resolver.js +1 -1
  75. package/server/service/set-translations/set-translation-resolver.js +1 -1
  76. package/server/service/work-code/work-code-mutation.js +1 -1
  77. package/server/service/work-code/work-code-query.js +1 -1
  78. package/server/service/work-code/work-code-type.js +1 -1
  79. package/server/service/work-code/work-code.js +1 -1
  80. package/server/service/work-code-detail/work-code-detail-mutation.js +1 -1
  81. package/server/service/work-code-detail/work-code-detail-query.js +1 -1
  82. package/server/service/work-code-detail/work-code-detail-type.js +1 -1
  83. package/server/service/work-code-detail/work-code-detail.js +1 -1
@@ -1,7 +1,7 @@
1
- const a0_0x27a8c7=a0_0x303d;(function(_0x3df168,_0x3d3e6d){const _0x4b2664=a0_0x303d,_0x15bff9=_0x3df168();while(!![]){try{const _0x422e35=parseInt(_0x4b2664(0x12c))/0x1+-parseInt(_0x4b2664(0x13e))/0x2+parseInt(_0x4b2664(0x13b))/0x3+parseInt(_0x4b2664(0x134))/0x4*(-parseInt(_0x4b2664(0x13f))/0x5)+parseInt(_0x4b2664(0x12a))/0x6*(-parseInt(_0x4b2664(0x128))/0x7)+parseInt(_0x4b2664(0x12d))/0x8+parseInt(_0x4b2664(0x129))/0x9;if(_0x422e35===_0x3d3e6d)break;else _0x15bff9['push'](_0x15bff9['shift']());}catch(_0xd4609a){_0x15bff9['push'](_0x15bff9['shift']());}}}(a0_0x50f2,0xbfff5));import'../viewparts/dynamic-menu-part';import'@material/mwc-icon';import a0_0x446190 from'graphql-tag';import{html}from'lit';import{client}from'@operato/graphql';import{appendViewpart,toggleOverlay,TOOL_POSITION,VIEWPART_POSITION}from'@operato/layout';import{store}from'@operato/shell';import{isMobileDevice}from'@operato/utils';import{APPEND_APP_TOOL,REMOVE_APP_TOOL}from'@things-factory/apptool-base';function a0_0x50f2(){const _0x2e9df7=['HEADERBAR','filter','2907482AvfCGU','85UVRiHN','lite-menu-part','portrait','liteMenus','NAVBAR','UPDATE_META_MENU_TEMPLATE','query','252pvNhoS','4042089iPNRDJ','121422IlezFh','data','1421249xpvHjQ','2237440olEOdH','hamburger','dynamic-menu-part','rank','UPDATE_META_UI','dispatch','get','118276uPbbZC','appName','content','dynamic-menu','querySelector','landscape','meta[name=\x22application-name\x22]','3963951edwLMc'];a0_0x50f2=function(){return _0x2e9df7;};return a0_0x50f2();}import{clientSettingStore}from'@things-factory/shell';export const UPDATE_META_UI=a0_0x27a8c7(0x131);export const UPDATE_META_MENU_TEMPLATE=a0_0x27a8c7(0x126);function a0_0x303d(_0x31502e,_0x63f8ae){const _0x50f20=a0_0x50f2();return a0_0x303d=function(_0x303dbd,_0x310a6d){_0x303dbd=_0x303dbd-0x125;let _0x416f9e=_0x50f20[_0x303dbd];return _0x416f9e;},a0_0x303d(_0x31502e,_0x63f8ae);}var HAMBURGER;export async function setupMenuPart(_0x456433){const _0x149aeb=a0_0x27a8c7;var {hovering:_0x46a03a=!!isMobileDevice(),slotTemplate:_0x4850ae,portraitSlotTemplate:_0x5268c2,landscapeSlotTemplate:_0x469984,position:_0x47acfe=VIEWPART_POSITION[_0x149aeb(0x125)]}=_0x456433||{};const {hovering:_0x373b8f}=(await clientSettingStore[_0x149aeb(0x133)](_0x149aeb(0x137)))?.['value']||{};void 0x0!==_0x373b8f&&(_0x46a03a=_0x373b8f);const _0x24c32e=_0x47acfe==VIEWPART_POSITION[_0x149aeb(0x13c)]?_0x149aeb(0x139):_0x149aeb(0x141),_0x36e12a=(_0x149aeb(0x139)==_0x24c32e?_0x469984:_0x5268c2)||_0x4850ae||html``;appendViewpart({'name':_0x149aeb(0x140),'viewpart':{'show':!_0x46a03a,'resizable':!0x0,'hovering':!!isMobileDevice()||_0x46a03a,'template':html`<dynamic-menu-part .orientation=${_0x24c32e}>${_0x36e12a}</dynamic-menu-part>`},'position':_0x47acfe}),_0x46a03a&&_0x149aeb(0x141)==_0x24c32e?HAMBURGER||(HAMBURGER={'name':'hamburger','template':html`
2
- <mwc-icon @click=${_0x3fe6e5=>toggleOverlay(_0x149aeb(0x12f),{'backdrop':!0x0})}
1
+ const a0_0x4bf869=a0_0x3cf4;(function(_0x933b85,_0x2e7327){const _0x47668a=a0_0x3cf4,_0xc1c3e=_0x933b85();while(!![]){try{const _0x4d9326=-parseInt(_0x47668a(0xfc))/0x1+parseInt(_0x47668a(0x103))/0x2+parseInt(_0x47668a(0xfd))/0x3*(parseInt(_0x47668a(0xf1))/0x4)+-parseInt(_0x47668a(0x104))/0x5+-parseInt(_0x47668a(0xf3))/0x6+parseInt(_0x47668a(0xf4))/0x7+parseInt(_0x47668a(0xfb))/0x8;if(_0x4d9326===_0x2e7327)break;else _0xc1c3e['push'](_0xc1c3e['shift']());}catch(_0x1c6d8f){_0xc1c3e['push'](_0xc1c3e['shift']());}}}(a0_0x22fd,0x2afca));import'../viewparts/dynamic-menu-part';import'@material/mwc-icon';import a0_0x545ad2 from'graphql-tag';import{html}from'lit';import{client}from'@operato/graphql';import{appendViewpart,toggleOverlay,TOOL_POSITION,VIEWPART_POSITION}from'@operato/layout';function a0_0x22fd(){const _0x53fd1c=['HEADERBAR','1300FtFMHk','active','1978926tuukYF','1782445OpfLfS','query','hamburger','dispatch','NAVBAR','lite-menu-part','FRONT_END','4563312lWqjQm','217578qVKRBo','147ostjgi','items','meta[name=\x22application-name\x22]','querySelector','appName','rank','392590VknRyg','1568980jUMlHY','portrait','get','UPDATE_META_UI','content','liteMenus','dynamic-menu-part','UPDATE_META_MENU_TEMPLATE','landscape','filter'];a0_0x22fd=function(){return _0x53fd1c;};return a0_0x22fd();}function a0_0x3cf4(_0x51d857,_0x134183){const _0x22fd62=a0_0x22fd();return a0_0x3cf4=function(_0x3cf4ca,_0x18dd5e){_0x3cf4ca=_0x3cf4ca-0xe7;let _0x3c3e5d=_0x22fd62[_0x3cf4ca];return _0x3c3e5d;},a0_0x3cf4(_0x51d857,_0x134183);}import{store}from'@operato/shell';import{isMobileDevice}from'@operato/utils';import{APPEND_APP_TOOL,REMOVE_APP_TOOL}from'@things-factory/apptool-base';import{clientSettingStore}from'@things-factory/shell';export const UPDATE_META_UI=a0_0x4bf869(0xe9);export const UPDATE_META_MENU_TEMPLATE=a0_0x4bf869(0xed);var HAMBURGER;export async function setupMenuPart(_0x2b25bd){const _0x359f25=a0_0x4bf869;var {hovering:_0x3d2feb=!!isMobileDevice(),slotTemplate:_0xa23fe2,portraitSlotTemplate:_0x3de47a,landscapeSlotTemplate:_0x451e34,position:_0x252b6a=VIEWPART_POSITION[_0x359f25(0xf8)]}=_0x2b25bd||{};const {hovering:_0x5df52e}=(await clientSettingStore[_0x359f25(0xe8)]('dynamic-menu'))?.['value']||{};void 0x0!==_0x5df52e&&(_0x3d2feb=_0x5df52e);const _0xbb694e=_0x252b6a==VIEWPART_POSITION[_0x359f25(0xf0)]?_0x359f25(0xee):_0x359f25(0xe7),_0x4e14e8=(_0x359f25(0xee)==_0xbb694e?_0x451e34:_0x3de47a)||_0xa23fe2||html``;appendViewpart({'name':_0x359f25(0xf9),'viewpart':{'show':!_0x3d2feb,'resizable':!0x0,'hovering':!!isMobileDevice()||_0x3d2feb,'template':html`<dynamic-menu-part .orientation=${_0xbb694e}>${_0x4e14e8}</dynamic-menu-part>`},'position':_0x252b6a}),_0x3d2feb&&'portrait'==_0xbb694e?HAMBURGER||(HAMBURGER={'name':_0x359f25(0xf6),'template':html`
2
+ <mwc-icon @click=${_0x16b5bf=>toggleOverlay(_0x359f25(0xec),{'backdrop':!0x0})}
3
3
  >view_headline</mwc-icon>
4
- `,'position':TOOL_POSITION['FRONT_END']},store['dispatch']({'type':APPEND_APP_TOOL,'tool':HAMBURGER})):HAMBURGER&&(store[_0x149aeb(0x132)]({'type':REMOVE_APP_TOOL,'name':_0x149aeb(0x12e)}),HAMBURGER=null);}export async function updateMenuTemplate(_0x4a9e74){const _0x143125=a0_0x27a8c7;var _0x1ef7e1=document[_0x143125(0x138)](_0x143125(0x13a))?.[_0x143125(0x136)],_0x18cf43=(await client[_0x143125(0x127)]({'query':a0_0x446190`
4
+ `,'position':TOOL_POSITION[_0x359f25(0xfa)]},store[_0x359f25(0xf7)]({'type':APPEND_APP_TOOL,'tool':HAMBURGER})):HAMBURGER&&(store[_0x359f25(0xf7)]({'type':REMOVE_APP_TOOL,'name':_0x359f25(0xf6)}),HAMBURGER=null);}export async function updateMenuTemplate(_0x3ef1ae){const _0x583884=a0_0x4bf869;var _0x3d28f1=document[_0x583884(0x100)](_0x583884(0xff))?.[_0x583884(0xea)],_0x48b0e0=(await client[_0x583884(0xf5)]({'query':a0_0x545ad2`
5
5
  query ($filters: [Filter!], $sortings: [Sorting!]) {
6
6
  liteMenus: liteMenus(filters: $filters
7
7
  sortings: $sortings) {
@@ -20,4 +20,4 @@ const a0_0x27a8c7=a0_0x303d;(function(_0x3df168,_0x3d3e6d){const _0x4b2664=a0_0x
20
20
  total
21
21
  }
22
22
  }
23
- `,'variables':{'filters':[{'name':'active','operator':'eq','value':!0x0},{'name':_0x143125(0x135),'operator':'in','value':['',_0x1ef7e1]}],'sortings':[{'name':_0x143125(0x130),'desc':!0x1}]}}))[_0x143125(0x12b)][_0x143125(0x142)]['items'];store['dispatch']({'type':UPDATE_META_MENU_TEMPLATE,'addon':_0x18cf43[_0x143125(0x13d)](_0x4a0c98=>!_0x4a0c98[_0x143125(0x135)]||_0x4a0c98[_0x143125(0x135)]===_0x1ef7e1),'template':_0x4a9e74});}
23
+ `,'variables':{'filters':[{'name':_0x583884(0xf2),'operator':'eq','value':!0x0},{'name':_0x583884(0x101),'operator':'in','value':['',_0x3d28f1]}],'sortings':[{'name':_0x583884(0x102),'desc':!0x1}]}}))['data'][_0x583884(0xeb)][_0x583884(0xfe)];store[_0x583884(0xf7)]({'type':UPDATE_META_MENU_TEMPLATE,'addon':_0x48b0e0[_0x583884(0xef)](_0x212894=>!_0x212894['appName']||_0x212894[_0x583884(0x101)]===_0x3d28f1),'template':_0x3ef1ae});}
@@ -1,16 +1,16 @@
1
- (function(_0xfd7919,_0x438159){const _0x4c2a55=a0_0x4d1a,_0x31c06b=_0xfd7919();while(!![]){try{const _0x19dc53=-parseInt(_0x4c2a55(0x1c4))/0x1+parseInt(_0x4c2a55(0x1ac))/0x2*(-parseInt(_0x4c2a55(0x1b1))/0x3)+parseInt(_0x4c2a55(0x1bc))/0x4*(parseInt(_0x4c2a55(0x1b0))/0x5)+parseInt(_0x4c2a55(0x1b2))/0x6+-parseInt(_0x4c2a55(0x1ca))/0x7*(parseInt(_0x4c2a55(0x1b7))/0x8)+-parseInt(_0x4c2a55(0x1c2))/0x9*(-parseInt(_0x4c2a55(0x1c5))/0xa)+parseInt(_0x4c2a55(0x1ab))/0xb*(parseInt(_0x4c2a55(0x1b4))/0xc);if(_0x19dc53===_0x438159)break;else _0x31c06b['push'](_0x31c06b['shift']());}catch(_0x599253){_0x31c06b['push'](_0x31c06b['shift']());}}}(a0_0x510b,0x2d146));function a0_0x4d1a(_0x1602d4,_0x2b4088){const _0x510b0a=a0_0x510b();return a0_0x4d1a=function(_0x4d1a5a,_0x2baf26){_0x4d1a5a=_0x4d1a5a-0x1a8;let _0x157ec3=_0x510b0a[_0x4d1a5a];return _0x157ec3;},a0_0x4d1a(_0x1602d4,_0x2b4088);}import'../selector/meta-object-selector-popup';import{html}from'lit-html';import{openPopup}from'@operato/layout';import{TermsUtil}from'./../../utils/terms-util';function a0_0x510b(){const _0x1a4321=['tTitle','filter','[name=\x22','tMenu','4529CCnuXy','select_item','options','dispField','11OiPUIO','306216yNwqIR','querySelector','dispatchEvent','length','35NIHPQk','3Mpdeal','834252QyPqTU','change','155748ezbnCk','large','renderRoot','552xXDyDr','value','codes','stopPropagation','ox-grid-header','165116XoAKhb','codeField','tagName','form\x20[name=\x22','selectorName','display','621grPulZ','name','123023RHVrKJ','9340xlOTaI'];a0_0x510b=function(){return _0x1a4321;};return a0_0x510b();}function openMetaCodeSelector(_0x1049e5,_0x5309c0,_0x1b2f07){const _0x42e062=a0_0x4d1a;var _0x2b944e=html`
1
+ (function(_0x55b9ae,_0x294fb8){const _0x1dfc6b=a0_0x2de4,_0x4a8c24=_0x55b9ae();while(!![]){try{const _0x3178b3=-parseInt(_0x1dfc6b(0x208))/0x1+-parseInt(_0x1dfc6b(0x1f2))/0x2+-parseInt(_0x1dfc6b(0x1ed))/0x3+-parseInt(_0x1dfc6b(0x1ec))/0x4*(parseInt(_0x1dfc6b(0x1ef))/0x5)+-parseInt(_0x1dfc6b(0x1f0))/0x6+-parseInt(_0x1dfc6b(0x1f4))/0x7+-parseInt(_0x1dfc6b(0x207))/0x8*(-parseInt(_0x1dfc6b(0x1fa))/0x9);if(_0x3178b3===_0x294fb8)break;else _0x4a8c24['push'](_0x4a8c24['shift']());}catch(_0x55d81e){_0x4a8c24['push'](_0x4a8c24['shift']());}}}(a0_0x520f,0xe15ea));import'../selector/meta-object-selector-popup';function a0_0x2de4(_0x5ea0e0,_0x4a0d81){const _0x520f4d=a0_0x520f();return a0_0x2de4=function(_0x2de404,_0x3c4ce5){_0x2de404=_0x2de404-0x1eb;let _0x15edc2=_0x520f4d[_0x2de404];return _0x15edc2;},a0_0x2de4(_0x5ea0e0,_0x4a0d81);}import{html}from'lit-html';import{openPopup}from'@operato/layout';import{TermsUtil}from'./../../utils/terms-util';function openMetaCodeSelector(_0x3f263c,_0x26ab14,_0x311ade){const _0x4e351b=a0_0x2de4;var _0x12211d=html`
2
2
  <meta-object-selector-popup
3
- .value=${_0x5309c0}
4
- .options=${_0x1049e5[_0x42e062(0x1a9)]}
5
- .confirmCallback=${_0x1b2f07}
3
+ .value=${_0x26ab14}
4
+ .options=${_0x3f263c['options']}
5
+ .confirmCallback=${_0x311ade}
6
6
  ></meta-object-selector-popup>
7
- `;openPopup(_0x2b944e,{'backdrop':!0x0,'size':_0x42e062(0x1b5),'title':_0x1049e5[_0x42e062(0x1a9)][_0x42e062(0x1c0)]?TermsUtil[_0x42e062(0x1c9)](_0x1049e5[_0x42e062(0x1a9)][_0x42e062(0x1c0)]):TermsUtil[_0x42e062(0x1c6)](_0x42e062(0x1a8))});}export const FilterFormMetaCodeSelect=(_0x475a5c,_0x5bbff6,_0x13ae64)=>{const _0x2ff09e=a0_0x4d1a,_0x11604f=_0x475a5c[_0x2ff09e(0x1a9)],_0x1a9d39=_0x11604f[_0x2ff09e(0x1b9)]&&_0x11604f[_0x2ff09e(0x1b9)]['length']>0x0?_0x11604f['codes']:void 0x0,{operator:_0x1dace3='eq'}=_0x475a5c;let _0xe577bd=_0x5bbff6||'',_0x2ad95f=_0x5bbff6||'';if(_0x11604f[_0x2ff09e(0x1aa)]&&_0x5bbff6&&_0x1a9d39){let _0x37aa62=_0x1a9d39[_0x2ff09e(0x1c7)](_0x33031e=>_0x33031e[_0x2ff09e(0x1b8)]==_0x5bbff6);_0x37aa62&&_0x37aa62[_0x2ff09e(0x1af)]>0x0&&(_0x2ad95f=_0x37aa62[0x0][_0x2ff09e(0x1c1)]);}return'eq'===_0x1dace3?html`
8
- <input name='${_0x475a5c['name']}' .value=${_0xe577bd} type="text" hidden></input>
7
+ `;openPopup(_0x12211d,{'backdrop':!0x0,'size':'large','title':_0x3f263c[_0x4e351b(0x206)][_0x4e351b(0x202)]?TermsUtil[_0x4e351b(0x1f3)](_0x3f263c[_0x4e351b(0x206)][_0x4e351b(0x202)]):TermsUtil[_0x4e351b(0x1fc)](_0x4e351b(0x209))});}export const FilterFormMetaCodeSelect=(_0x4db938,_0x267b96,_0x41f0dd)=>{const _0x5303ae=a0_0x2de4,_0x5f247e=_0x4db938[_0x5303ae(0x206)],_0x5ec775=_0x5f247e[_0x5303ae(0x1f5)]&&_0x5f247e[_0x5303ae(0x1f5)][_0x5303ae(0x201)]>0x0?_0x5f247e[_0x5303ae(0x1f5)]:void 0x0,{operator:_0x3f5a20='eq'}=_0x4db938;let _0x5cb729=_0x267b96||'',_0xccec51=_0x267b96||'';if(_0x5f247e[_0x5303ae(0x1fb)]&&_0x267b96&&_0x5ec775){let _0xf6ed60=_0x5ec775[_0x5303ae(0x1ee)](_0x4271fd=>_0x4271fd[_0x5303ae(0x1f8)]==_0x267b96);_0xf6ed60&&_0xf6ed60['length']>0x0&&(_0xccec51=_0xf6ed60[0x0][_0x5303ae(0x1f1)]);}return'eq'===_0x3f5a20?html`
8
+ <input name='${_0x4db938[_0x5303ae(0x200)]}' .value=${_0x5cb729} type="text" hidden></input>
9
9
  <input
10
10
  type="text"
11
11
  readonly
12
- name='${_0x475a5c[_0x2ff09e(0x1c3)]}_disp'
13
- .value=${_0x2ad95f}
14
- @click=${_0x5c22e1=>{const _0x1a2611=_0x2ff09e;_0x5c22e1[_0x1a2611(0x1ba)]();const _0x962caf=_0x5c22e1['target'];openMetaCodeSelector(_0x475a5c,_0x5bbff6,_0x3b0c2f=>{const _0x3ce933=_0x1a2611;let _0x217e48=_0x3b0c2f?_0x3b0c2f[_0x11604f[_0x3ce933(0x1bd)]]:'',_0x1e39ac=_0x217e48;_0x3b0c2f&&_0x11604f['dispField']&&(_0x1e39ac=_0x3b0c2f[_0x11604f['dispField']]),_0x962caf[_0x3ce933(0x1b8)]=_0x1e39ac,(_0x3ce933(0x1bb)==_0x13ae64[_0x3ce933(0x1be)]['toLowerCase']()?_0x13ae64[_0x3ce933(0x1b6)][_0x3ce933(0x1ad)](_0x3ce933(0x1c8)+_0x475a5c[_0x3ce933(0x1c3)]+'\x22]'):_0x13ae64[_0x3ce933(0x1b6)]['querySelector'](_0x3ce933(0x1bf)+_0x475a5c[_0x3ce933(0x1c3)]+'\x22]'))[_0x3ce933(0x1b8)]=_0x217e48,_0x962caf[_0x3ce933(0x1ae)](new Event(_0x3ce933(0x1b3),{'bubbles':!0x0})),_0x962caf[_0x3ce933(0x1ae)](new CustomEvent('filter-change',{'bubbles':!0x0,'composed':!0x0,'detail':{'name':_0x475a5c['name'],'operator':_0x1dace3,'value':_0x217e48}}));});}}
12
+ name='${_0x4db938[_0x5303ae(0x200)]}_disp'
13
+ .value=${_0xccec51}
14
+ @click=${_0xe0fed9=>{const _0x1e3c08=_0x5303ae;_0xe0fed9['stopPropagation']();const _0x51a67a=_0xe0fed9[_0x1e3c08(0x1f9)];openMetaCodeSelector(_0x4db938,_0x267b96,_0x2928e4=>{const _0x17df43=_0x1e3c08;let _0x3ba3c0=_0x2928e4?_0x2928e4[_0x5f247e['codeField']]:'',_0x5046ff=_0x3ba3c0;_0x2928e4&&_0x5f247e[_0x17df43(0x1fb)]&&(_0x5046ff=_0x2928e4[_0x5f247e[_0x17df43(0x1fb)]]),_0x51a67a[_0x17df43(0x1f8)]=_0x5046ff,(_0x17df43(0x1fe)==_0x41f0dd['tagName'][_0x17df43(0x204)]()?_0x41f0dd[_0x17df43(0x1ff)][_0x17df43(0x205)](_0x17df43(0x1f7)+_0x4db938[_0x17df43(0x200)]+'\x22]'):_0x41f0dd[_0x17df43(0x1ff)][_0x17df43(0x205)](_0x17df43(0x1eb)+_0x4db938[_0x17df43(0x200)]+'\x22]'))[_0x17df43(0x1f8)]=_0x3ba3c0,_0x51a67a[_0x17df43(0x1f6)](new Event(_0x17df43(0x1fd),{'bubbles':!0x0})),_0x51a67a[_0x17df43(0x1f6)](new CustomEvent(_0x17df43(0x203),{'bubbles':!0x0,'composed':!0x0,'detail':{'name':_0x4db938['name'],'operator':_0x3f5a20,'value':_0x3ba3c0}}));});}}
15
15
  />
16
- `:html``;};
16
+ `:html``;};function a0_0x520f(){const _0x40128e=['filter-change','toLowerCase','querySelector','options','8PzOqzu','633314GrSMRr','select_item','form\x20[name=\x22','131084CXQtmg','398172bHVwUE','filter','235ytEuPt','5667072ZmMBTz','display','672026tpMoGS','tMenu','11863383ZbFMMe','codes','dispatchEvent','[name=\x22','value','target','55842147gPrxjj','dispField','tTitle','change','ox-grid-header','renderRoot','name','length','selectorName'];a0_0x520f=function(){return _0x40128e;};return a0_0x520f();}
@@ -1,16 +1,16 @@
1
- (function(_0x4d4ce5,_0x56c288){const _0x4f653d=a0_0x3228,_0x2ba0ca=_0x4d4ce5();while(!![]){try{const _0x4a52a2=-parseInt(_0x4f653d(0xed))/0x1+parseInt(_0x4f653d(0xe7))/0x2+-parseInt(_0x4f653d(0xe3))/0x3*(parseInt(_0x4f653d(0xd7))/0x4)+parseInt(_0x4f653d(0xe0))/0x5+parseInt(_0x4f653d(0xe5))/0x6*(-parseInt(_0x4f653d(0xef))/0x7)+-parseInt(_0x4f653d(0xdc))/0x8*(parseInt(_0x4f653d(0xd6))/0x9)+parseInt(_0x4f653d(0xee))/0xa;if(_0x4a52a2===_0x56c288)break;else _0x2ba0ca['push'](_0x2ba0ca['shift']());}catch(_0xba2323){_0x2ba0ca['push'](_0x2ba0ca['shift']());}}}(a0_0x4928,0x5df14));import'../selector/meta-object-selector-popup';function a0_0x4928(){const _0x5273d9=['7ynkoeC','nameField','toLowerCase','52650MVNQcR','32uOEbwK','stopPropagation','target','name','options','80UXYCKx','tTitle','[name=\x22','tagName','2240775BpEgav','querySelector','selectorName','268206qGnIxP','ox-grid-header','4467486oPowJB','value','502586dRFcUc','tMenu','change','renderRoot','dispatchEvent','filter-change','637526EwmwRN','18411630tAcwzV'];a0_0x4928=function(){return _0x5273d9;};return a0_0x4928();}import{html}from'lit-html';import{openPopup}from'@operato/layout';import{TermsUtil}from'./../../utils/terms-util';function openMetaObjectSelector(_0x4b32c7,_0x1f9d81,_0x4ed960){const _0x3bcacc=a0_0x3228;var _0x17aaf1=html`
1
+ (function(_0x53be81,_0x1ddc5a){const _0x5950bf=a0_0x57c2,_0x4245f2=_0x53be81();while(!![]){try{const _0x1a4a47=parseInt(_0x5950bf(0x1e9))/0x1+-parseInt(_0x5950bf(0x1ea))/0x2*(parseInt(_0x5950bf(0x1e3))/0x3)+-parseInt(_0x5950bf(0x1f4))/0x4*(-parseInt(_0x5950bf(0x1e2))/0x5)+-parseInt(_0x5950bf(0x1eb))/0x6*(-parseInt(_0x5950bf(0x1e6))/0x7)+-parseInt(_0x5950bf(0x1f7))/0x8+parseInt(_0x5950bf(0x1ed))/0x9*(parseInt(_0x5950bf(0x1fa))/0xa)+parseInt(_0x5950bf(0x1f6))/0xb*(-parseInt(_0x5950bf(0x1e0))/0xc);if(_0x1a4a47===_0x1ddc5a)break;else _0x4245f2['push'](_0x4245f2['shift']());}catch(_0x30a0d1){_0x4245f2['push'](_0x4245f2['shift']());}}}(a0_0xfc18,0x92224));import'../selector/meta-object-selector-popup';import{html}from'lit-html';function a0_0xfc18(){const _0x171ff4=['selectorName','value','dispatchEvent','options','[name=\x22','form\x20[name=\x22','833348TiIoco','toLowerCase','374Ejvwjw','4933088AmkPIG','change','filter-change','11060eCmyMs','select_item','nameField','ox-grid-header','tagName','372588eCPxrq','name','15vuCQsl','1132491EjfMQI','renderRoot','tMenu','270207wlGCvq','target','querySelector','504019IFkMXR','2lzfSuS','78DvuHNw','tTitle','8280LtpDAq'];a0_0xfc18=function(){return _0x171ff4;};return a0_0xfc18();}function a0_0x57c2(_0x22dba2,_0x30e7b7){const _0xfc18a8=a0_0xfc18();return a0_0x57c2=function(_0x57c227,_0x2298cf){_0x57c227=_0x57c227-0x1dd;let _0x4beb13=_0xfc18a8[_0x57c227];return _0x4beb13;},a0_0x57c2(_0x22dba2,_0x30e7b7);}import{openPopup}from'@operato/layout';import{TermsUtil}from'./../../utils/terms-util';function openMetaObjectSelector(_0x2c254b,_0x14a355,_0x1f8c74){const _0x1c7240=a0_0x57c2;var _0x1d2379=html`
2
2
  <meta-object-selector-popup
3
- .value=${_0x1f9d81}
4
- .options=${_0x4b32c7['options']}
5
- .confirmCallback=${_0x4ed960}
3
+ .value=${_0x14a355}
4
+ .options=${_0x2c254b[_0x1c7240(0x1f1)]}
5
+ .confirmCallback=${_0x1f8c74}
6
6
  ></meta-object-selector-popup>
7
- `;openPopup(_0x17aaf1,{'backdrop':!0x0,'size':'large','title':_0x4b32c7[_0x3bcacc(0xdb)]['selectorName']?TermsUtil[_0x3bcacc(0xe8)](_0x4b32c7[_0x3bcacc(0xdb)][_0x3bcacc(0xe2)]):TermsUtil[_0x3bcacc(0xdd)]('select_item')});}function a0_0x3228(_0x1dfb5c,_0x4900a1){const _0x492866=a0_0x4928();return a0_0x3228=function(_0x322862,_0x4108f8){_0x322862=_0x322862-0xd6;let _0x4b9035=_0x492866[_0x322862];return _0x4b9035;},a0_0x3228(_0x1dfb5c,_0x4900a1);}export const FilterFormMetaObjectSelect=(_0x4cd8a3,_0x45564c,_0x4f36ef)=>{const _0x223c00=a0_0x3228,_0x9c703f=_0x4cd8a3[_0x223c00(0xdb)],{operator:_0x417a5c='eq'}=_0x4cd8a3;let _0x569597=_0x45564c?_0x45564c['id']:'',_0x5e7300=_0x45564c?_0x45564c[_0x9c703f[_0x223c00(0xf0)]]:'';return'eq'===_0x417a5c?html`
8
- <input name='${_0x4cd8a3['name']}' .value=${_0x569597} type="text" hidden></input>
7
+ `;openPopup(_0x1d2379,{'backdrop':!0x0,'size':'large','title':_0x2c254b[_0x1c7240(0x1f1)]['selectorName']?TermsUtil[_0x1c7240(0x1e5)](_0x2c254b['options'][_0x1c7240(0x1ee)]):TermsUtil[_0x1c7240(0x1ec)](_0x1c7240(0x1fb))});}export const FilterFormMetaObjectSelect=(_0x2f44cd,_0x2143ca,_0x4c2002)=>{const _0x41f9f6=a0_0x57c2,_0x5e70d3=_0x2f44cd[_0x41f9f6(0x1f1)],{operator:_0x440a6d='eq'}=_0x2f44cd;let _0x55f95b=_0x2143ca?_0x2143ca['id']:'',_0x43947c=_0x2143ca?_0x2143ca[_0x5e70d3['nameField']]:'';return'eq'===_0x440a6d?html`
8
+ <input name='${_0x2f44cd[_0x41f9f6(0x1e1)]}' .value=${_0x55f95b} type="text" hidden></input>
9
9
  <input
10
10
  type="text"
11
11
  readonly
12
- name='${_0x4cd8a3[_0x223c00(0xda)]}_disp'
13
- .value=${_0x5e7300}
14
- @click=${_0x1f8b6c=>{const _0x286cbf=_0x223c00;_0x1f8b6c[_0x286cbf(0xd8)]();const _0x81abaa=_0x1f8b6c[_0x286cbf(0xd9)];openMetaObjectSelector(_0x4cd8a3,_0x45564c,_0x293543=>{const _0x16d449=_0x286cbf;let _0x3cd017=_0x293543?_0x293543['id']:'',_0x2d8804=_0x293543?_0x293543[_0x9c703f['nameField']]:'';_0x81abaa[_0x16d449(0xe6)]=_0x2d8804,(_0x16d449(0xe4)==_0x4f36ef[_0x16d449(0xdf)][_0x16d449(0xf1)]()?_0x4f36ef[_0x16d449(0xea)][_0x16d449(0xe1)](_0x16d449(0xde)+_0x4cd8a3[_0x16d449(0xda)]+'\x22]'):_0x4f36ef['renderRoot'][_0x16d449(0xe1)]('form\x20[name=\x22'+_0x4cd8a3[_0x16d449(0xda)]+'\x22]'))[_0x16d449(0xe6)]=_0x3cd017,_0x81abaa[_0x16d449(0xeb)](new Event(_0x16d449(0xe9),{'bubbles':!0x0})),_0x81abaa[_0x16d449(0xeb)](new CustomEvent(_0x16d449(0xec),{'bubbles':!0x0,'composed':!0x0,'detail':{'name':_0x4cd8a3[_0x16d449(0xda)],'operator':_0x417a5c,'value':_0x3cd017}}));});}}
12
+ name='${_0x2f44cd[_0x41f9f6(0x1e1)]}_disp'
13
+ .value=${_0x43947c}
14
+ @click=${_0x185a05=>{const _0x419c1a=_0x41f9f6;_0x185a05['stopPropagation']();const _0x5557e5=_0x185a05[_0x419c1a(0x1e7)];openMetaObjectSelector(_0x2f44cd,_0x2143ca,_0x2aaf7f=>{const _0xc584ad=_0x419c1a;let _0x5bd038=_0x2aaf7f?_0x2aaf7f['id']:'',_0x4b05da=_0x2aaf7f?_0x2aaf7f[_0x5e70d3[_0xc584ad(0x1dd)]]:'';_0x5557e5['value']=_0x4b05da,(_0xc584ad(0x1de)==_0x4c2002[_0xc584ad(0x1df)][_0xc584ad(0x1f5)]()?_0x4c2002['renderRoot']['querySelector'](_0xc584ad(0x1f2)+_0x2f44cd['name']+'\x22]'):_0x4c2002[_0xc584ad(0x1e4)][_0xc584ad(0x1e8)](_0xc584ad(0x1f3)+_0x2f44cd[_0xc584ad(0x1e1)]+'\x22]'))[_0xc584ad(0x1ef)]=_0x5bd038,_0x5557e5[_0xc584ad(0x1f0)](new Event(_0xc584ad(0x1f8),{'bubbles':!0x0})),_0x5557e5['dispatchEvent'](new CustomEvent(_0xc584ad(0x1f9),{'bubbles':!0x0,'composed':!0x0,'detail':{'name':_0x2f44cd[_0xc584ad(0x1e1)],'operator':_0x440a6d,'value':_0x5bd038}}));});}}
15
15
  />
16
16
  `:html``;};
@@ -1,16 +1,16 @@
1
- function a0_0xa791(){const _0x449942=['dispatchEvent','display','options','target','2928375cUSOWU','24wJedjq','large','8948223iscJcj','11vedrHy','14548FiChEQ','filter','stopPropagation','querySelector','25046NvAVzG','19087870zaaVkF','length','renderRoot','tagName','70VODzeL','form\x20[name=\x22','3969558DKSkJD','toLowerCase','dispField','record','[name=\x22','ox-grid-header','value','452njmrLv','change','name','8045OchDgL','selectorName','codes'];a0_0xa791=function(){return _0x449942;};return a0_0xa791();}(function(_0x17ab04,_0x229ebb){const _0x53735a=a0_0x2bde,_0x52793b=_0x17ab04();while(!![]){try{const _0x6d0520=-parseInt(_0x53735a(0x123))/0x1*(parseInt(_0x53735a(0x10b))/0x2)+-parseInt(_0x53735a(0x11e))/0x3+-parseInt(_0x53735a(0x114))/0x4*(parseInt(_0x53735a(0x117))/0x5)+-parseInt(_0x53735a(0x10d))/0x6+-parseInt(_0x53735a(0x127))/0x7*(parseInt(_0x53735a(0x11f))/0x8)+parseInt(_0x53735a(0x121))/0x9+parseInt(_0x53735a(0x128))/0xa*(parseInt(_0x53735a(0x122))/0xb);if(_0x6d0520===_0x229ebb)break;else _0x52793b['push'](_0x52793b['shift']());}catch(_0x5bbea3){_0x52793b['push'](_0x52793b['shift']());}}}(a0_0xa791,0x89981));import'../selector/meta-object-selector-popup';import{html}from'lit-html';import{openPopup}from'@operato/layout';function a0_0x2bde(_0x22ee18,_0x1e24eb){const _0xa79116=a0_0xa791();return a0_0x2bde=function(_0x2bde17,_0x5ab475){_0x2bde17=_0x2bde17-0x10b;let _0x5653d7=_0xa79116[_0x2bde17];return _0x5653d7;},a0_0x2bde(_0x22ee18,_0x1e24eb);}import{TermsUtil}from'./../../utils/terms-util';function openMetaCodeSelector(_0x894601,_0xadf8c0,_0x52e1d8){const _0x5244be=a0_0x2bde;var _0x51e855=html`
1
+ (function(_0x38b70f,_0xe1179b){const _0x5a7bbc=a0_0x45fb,_0x37391a=_0x38b70f();while(!![]){try{const _0x5078e1=-parseInt(_0x5a7bbc(0x20c))/0x1*(parseInt(_0x5a7bbc(0x1fd))/0x2)+parseInt(_0x5a7bbc(0x202))/0x3*(parseInt(_0x5a7bbc(0x207))/0x4)+-parseInt(_0x5a7bbc(0x212))/0x5+-parseInt(_0x5a7bbc(0x1ff))/0x6*(-parseInt(_0x5a7bbc(0x1f9))/0x7)+-parseInt(_0x5a7bbc(0x1f7))/0x8*(-parseInt(_0x5a7bbc(0x1f2))/0x9)+parseInt(_0x5a7bbc(0x200))/0xa*(-parseInt(_0x5a7bbc(0x1f6))/0xb)+parseInt(_0x5a7bbc(0x1f8))/0xc;if(_0x5078e1===_0xe1179b)break;else _0x37391a['push'](_0x37391a['shift']());}catch(_0x3de9f1){_0x37391a['push'](_0x37391a['shift']());}}}(a0_0x52d2,0x4621a));import'../selector/meta-object-selector-popup';import{html}from'lit-html';import{openPopup}from'@operato/layout';import{TermsUtil}from'./../../utils/terms-util';function a0_0x45fb(_0x270620,_0x26d1eb){const _0x52d232=a0_0x52d2();return a0_0x45fb=function(_0x45fb2c,_0x4ed2ad){_0x45fb2c=_0x45fb2c-0x1f2;let _0x4677cd=_0x52d232[_0x45fb2c];return _0x4677cd;},a0_0x45fb(_0x270620,_0x26d1eb);}function a0_0x52d2(){const _0x4827bb=['dispField','record','value','ox-grid-header','41LZvFnw','[name=\x22','querySelector','tMenu','tagName','target','1856060KhzDrX','981aCtsUK','name','tTitle','selectorName','3190DleLfS','36056vqhIhA','5707368wlNMfr','7hewONu','codes','select_item','large','27978WFuRmX','length','2995572LcIkZz','19630lGgdSo','filter-change','150yKhUes','options','stopPropagation','filter','display','26812EEFKQW'];a0_0x52d2=function(){return _0x4827bb;};return a0_0x52d2();}function openMetaCodeSelector(_0x43e27e,_0x40b088,_0x36efc7){const _0xdae163=a0_0x45fb;var _0x53f925=html`
2
2
  <meta-object-selector-popup
3
- .value=${_0xadf8c0}
4
- .options=${_0x894601['record'][_0x5244be(0x11c)]}
5
- .confirmCallback=${_0x52e1d8}
3
+ .value=${_0x40b088}
4
+ .options=${_0x43e27e['record'][_0xdae163(0x203)]}
5
+ .confirmCallback=${_0x36efc7}
6
6
  ></meta-object-selector-popup>
7
- `;openPopup(_0x51e855,{'backdrop':!0x0,'size':_0x5244be(0x120),'title':_0x894601[_0x5244be(0x110)]['options']['selectorName']?TermsUtil['tMenu'](_0x894601['record']['options'][_0x5244be(0x118)]):TermsUtil['tTitle']('select_item')});}export const FilterGristMetaCodeSelect=(_0x3103a5,_0xce81a9,_0x29d1ee)=>{const _0x245114=a0_0x2bde,_0x281c0a=_0x3103a5[_0x245114(0x124)],_0x395331=_0x3103a5[_0x245114(0x110)][_0x245114(0x11c)],_0x5bcabd=_0x395331[_0x245114(0x119)]&&_0x395331[_0x245114(0x119)][_0x245114(0x129)]>0x0?_0x395331['codes']:void 0x0,{operator:_0x47102c='eq'}=_0x281c0a;let _0x508a62=_0xce81a9||'',_0x21319a=_0xce81a9||'';if(_0x395331[_0x245114(0x10f)]&&_0xce81a9&&_0x5bcabd){let _0x414862=_0x5bcabd['filter'](_0x2d6bf3=>_0x2d6bf3[_0x245114(0x113)]==_0xce81a9);_0x414862&&_0x414862['length']>0x0&&(_0x21319a=_0x414862[0x0][_0x245114(0x11b)]);}return'eq'===_0x47102c?html`
8
- <input name='${_0x3103a5['name']}' .value=${_0x508a62} type="text" hidden></input>
7
+ `;openPopup(_0x53f925,{'backdrop':!0x0,'size':_0xdae163(0x1fc),'title':_0x43e27e[_0xdae163(0x209)]['options'][_0xdae163(0x1f5)]?TermsUtil[_0xdae163(0x20f)](_0x43e27e[_0xdae163(0x209)][_0xdae163(0x203)][_0xdae163(0x1f5)]):TermsUtil[_0xdae163(0x1f4)](_0xdae163(0x1fb))});}export const FilterGristMetaCodeSelect=(_0x1e1f0e,_0x26e2e2,_0x51c540)=>{const _0x7811c2=a0_0x45fb,_0x1e55c6=_0x1e1f0e[_0x7811c2(0x205)],_0x307c1f=_0x1e1f0e[_0x7811c2(0x209)][_0x7811c2(0x203)],_0x2b51a9=_0x307c1f[_0x7811c2(0x1fa)]&&_0x307c1f[_0x7811c2(0x1fa)][_0x7811c2(0x1fe)]>0x0?_0x307c1f['codes']:void 0x0,{operator:_0x4fc7ed='eq'}=_0x1e55c6;let _0x4d566f=_0x26e2e2||'',_0x1c06cf=_0x26e2e2||'';if(_0x307c1f[_0x7811c2(0x208)]&&_0x26e2e2&&_0x2b51a9){let _0x401242=_0x2b51a9[_0x7811c2(0x205)](_0x1b9c7f=>_0x1b9c7f[_0x7811c2(0x20a)]==_0x26e2e2);_0x401242&&_0x401242[_0x7811c2(0x1fe)]>0x0&&(_0x1c06cf=_0x401242[0x0][_0x7811c2(0x206)]);}return'eq'===_0x4fc7ed?html`
8
+ <input name='${_0x1e1f0e[_0x7811c2(0x1f3)]}' .value=${_0x4d566f} type="text" hidden></input>
9
9
  <input
10
10
  type="text"
11
11
  readonly
12
- name='${_0x3103a5['name']}_disp'
13
- .value=${_0x21319a}
14
- @click=${_0x1e4e7e=>{const _0x1823b9=_0x245114;_0x1e4e7e[_0x1823b9(0x125)]();const _0xf28a1d=_0x1e4e7e[_0x1823b9(0x11d)];openMetaCodeSelector(_0x3103a5,_0xce81a9,_0x1262df=>{const _0x37391a=_0x1823b9;let _0x22a8e0=_0x1262df?_0x1262df[_0x395331['codeField']]:'',_0x1daf87=_0x22a8e0;_0x1262df&&_0x395331[_0x37391a(0x10f)]&&(_0x1daf87=_0x1262df[_0x395331[_0x37391a(0x10f)]]),_0xf28a1d[_0x37391a(0x113)]=_0x1daf87,(_0x37391a(0x112)==_0x29d1ee[_0x37391a(0x12b)][_0x37391a(0x10e)]()?_0x29d1ee[_0x37391a(0x12a)][_0x37391a(0x126)](_0x37391a(0x111)+_0x281c0a[_0x37391a(0x116)]+'\x22]'):_0x29d1ee[_0x37391a(0x12a)][_0x37391a(0x126)](_0x37391a(0x10c)+_0x281c0a[_0x37391a(0x116)]+'\x22]'))[_0x37391a(0x113)]=_0x22a8e0,_0xf28a1d['dispatchEvent'](new Event(_0x37391a(0x115),{'bubbles':!0x0})),_0xf28a1d[_0x37391a(0x11a)](new CustomEvent('filter-change',{'bubbles':!0x0,'composed':!0x0,'detail':{'name':_0x3103a5[_0x37391a(0x116)],'operator':_0x47102c,'value':_0x22a8e0}}));});}}
12
+ name='${_0x1e1f0e[_0x7811c2(0x1f3)]}_disp'
13
+ .value=${_0x1c06cf}
14
+ @click=${_0x5b917a=>{const _0x3b8967=_0x7811c2;_0x5b917a[_0x3b8967(0x204)]();const _0x36dc04=_0x5b917a[_0x3b8967(0x211)];openMetaCodeSelector(_0x1e1f0e,_0x26e2e2,_0x11b068=>{const _0x10b426=_0x3b8967;let _0x2e286b=_0x11b068?_0x11b068[_0x307c1f['codeField']]:'',_0x275f7e=_0x2e286b;_0x11b068&&_0x307c1f['dispField']&&(_0x275f7e=_0x11b068[_0x307c1f[_0x10b426(0x208)]]),_0x36dc04[_0x10b426(0x20a)]=_0x275f7e,(_0x10b426(0x20b)==_0x51c540[_0x10b426(0x210)]['toLowerCase']()?_0x51c540['renderRoot']['querySelector'](_0x10b426(0x20d)+_0x1e55c6[_0x10b426(0x1f3)]+'\x22]'):_0x51c540['renderRoot'][_0x10b426(0x20e)]('form\x20[name=\x22'+_0x1e55c6[_0x10b426(0x1f3)]+'\x22]'))['value']=_0x2e286b,_0x36dc04['dispatchEvent'](new Event('change',{'bubbles':!0x0})),_0x36dc04['dispatchEvent'](new CustomEvent(_0x10b426(0x201),{'bubbles':!0x0,'composed':!0x0,'detail':{'name':_0x1e1f0e[_0x10b426(0x1f3)],'operator':_0x4fc7ed,'value':_0x2e286b}}));});}}
15
15
  />
16
16
  `:html``;};
@@ -1,16 +1,16 @@
1
- (function(_0x408daf,_0x2e76ce){const _0x4639cf=a0_0x31b0,_0x39055a=_0x408daf();while(!![]){try{const _0x108ff0=-parseInt(_0x4639cf(0x1b1))/0x1*(parseInt(_0x4639cf(0x1b0))/0x2)+-parseInt(_0x4639cf(0x1a6))/0x3+-parseInt(_0x4639cf(0x1ad))/0x4+parseInt(_0x4639cf(0x1b3))/0x5*(-parseInt(_0x4639cf(0x19f))/0x6)+parseInt(_0x4639cf(0x1ac))/0x7*(parseInt(_0x4639cf(0x1a7))/0x8)+-parseInt(_0x4639cf(0x1a3))/0x9+-parseInt(_0x4639cf(0x1a4))/0xa*(-parseInt(_0x4639cf(0x1a1))/0xb);if(_0x108ff0===_0x2e76ce)break;else _0x39055a['push'](_0x39055a['shift']());}catch(_0x162037){_0x39055a['push'](_0x39055a['shift']());}}}(a0_0x2387,0x94816));function a0_0x2387(){const _0x3254e9=['4758457MsBger','[name=\x22','5514966oadmVq','50KKyfCu','selectorName','807366fsStRX','8xZYBwU','tagName','filter','record','change','6682214ZLfWhd','1302216ochORF','querySelector','form\x20[name=\x22','4VaaxKy','225890dHLdMT','value','4250145ZCtesy','filter-change','tMenu','renderRoot','large','ox-grid-header','dispatchEvent','select_item','name','nameField','6CehNgu','options'];a0_0x2387=function(){return _0x3254e9;};return a0_0x2387();}function a0_0x31b0(_0x3f3eaa,_0x244c8a){const _0x238783=a0_0x2387();return a0_0x31b0=function(_0x31b021,_0x1c8458){_0x31b021=_0x31b021-0x19e;let _0x1d00f5=_0x238783[_0x31b021];return _0x1d00f5;},a0_0x31b0(_0x3f3eaa,_0x244c8a);}import'../selector/meta-object-selector-popup';import{html}from'lit-html';import{openPopup}from'@operato/layout';import{TermsUtil}from'./../../utils/terms-util';function openMetaObjectSelector(_0x505ff7,_0x22afd6,_0x5c0029){const _0x1980a8=a0_0x31b0;var _0x50d179=html`
1
+ (function(_0x242cb5,_0x5c0cab){const _0x266216=a0_0x39f8,_0xfbc487=_0x242cb5();while(!![]){try{const _0x2d190b=parseInt(_0x266216(0xaf))/0x1+parseInt(_0x266216(0xa2))/0x2+parseInt(_0x266216(0xaa))/0x3*(parseInt(_0x266216(0xb2))/0x4)+parseInt(_0x266216(0x99))/0x5+parseInt(_0x266216(0xa0))/0x6*(-parseInt(_0x266216(0xa6))/0x7)+parseInt(_0x266216(0x9b))/0x8+-parseInt(_0x266216(0x9c))/0x9;if(_0x2d190b===_0x5c0cab)break;else _0xfbc487['push'](_0xfbc487['shift']());}catch(_0x9f4071){_0xfbc487['push'](_0xfbc487['shift']());}}}(a0_0x54c3,0xda1b1));function a0_0x54c3(){const _0x39b221=['1185LUjQBr','options','selectorName','renderRoot','record','999755DLpQTL','select_item','filter','12184YbdiqQ','value','querySelector','5016960jEdrRr','toLowerCase','2724768VTsQRq','29439198umhFrT','large','target','ox-grid-header','1290RaCyqW','stopPropagation','2521930lsJeEv','nameField','tMenu','dispatchEvent','20951LronLR','name','[name=\x22','tTitle'];a0_0x54c3=function(){return _0x39b221;};return a0_0x54c3();}import'../selector/meta-object-selector-popup';import{html}from'lit-html';import{openPopup}from'@operato/layout';function a0_0x39f8(_0x55eb5a,_0x3f3663){const _0x54c30e=a0_0x54c3();return a0_0x39f8=function(_0x39f8bd,_0x49b818){_0x39f8bd=_0x39f8bd-0x97;let _0x5bd04d=_0x54c30e[_0x39f8bd];return _0x5bd04d;},a0_0x39f8(_0x55eb5a,_0x3f3663);}import{TermsUtil}from'./../../utils/terms-util';function openMetaObjectSelector(_0x468e0d,_0xc51417,_0x4bcc5b){const _0x42dd56=a0_0x39f8;var _0x52cbc7=html`
2
2
  <meta-object-selector-popup
3
- .value=${_0x22afd6}
4
- .options=${_0x505ff7['record'][_0x1980a8(0x1a0)]}
5
- .confirmCallback=${_0x5c0029}
3
+ .value=${_0xc51417}
4
+ .options=${_0x468e0d[_0x42dd56(0xae)][_0x42dd56(0xab)]}
5
+ .confirmCallback=${_0x4bcc5b}
6
6
  ></meta-object-selector-popup>
7
- `;openPopup(_0x50d179,{'backdrop':!0x0,'size':_0x1980a8(0x1b7),'title':_0x505ff7[_0x1980a8(0x1aa)]['options'][_0x1980a8(0x1a5)]?TermsUtil[_0x1980a8(0x1b5)](_0x505ff7[_0x1980a8(0x1aa)][_0x1980a8(0x1a0)][_0x1980a8(0x1a5)]):TermsUtil['tTitle'](_0x1980a8(0x1ba))});}export const FilterGristMetaObjectSelect=(_0x315750,_0x35016e,_0xf7f90e)=>{const _0x5d0a41=a0_0x31b0,_0x176ca4=_0x315750[_0x5d0a41(0x1a9)],{operator:_0x3a8a82='eq'}=_0x176ca4,_0x33f67d=_0x315750[_0x5d0a41(0x1aa)][_0x5d0a41(0x1a0)];let _0x3e93db=_0x35016e?_0x35016e['id']:'',_0x5f0541=_0x35016e?_0x35016e[_0x33f67d[_0x5d0a41(0x19e)]]:'';return'eq'===_0x3a8a82?html`
8
- <input name='${_0x315750['name']}' .value=${_0x3e93db} type="text" hidden></input>
7
+ `;openPopup(_0x52cbc7,{'backdrop':!0x0,'size':_0x42dd56(0x9d),'title':_0x468e0d[_0x42dd56(0xae)][_0x42dd56(0xab)][_0x42dd56(0xac)]?TermsUtil[_0x42dd56(0xa4)](_0x468e0d[_0x42dd56(0xae)][_0x42dd56(0xab)][_0x42dd56(0xac)]):TermsUtil[_0x42dd56(0xa9)](_0x42dd56(0xb0))});}export const FilterGristMetaObjectSelect=(_0x320552,_0x20c942,_0x30b910)=>{const _0x2cf85a=a0_0x39f8,_0x545c95=_0x320552[_0x2cf85a(0xb1)],{operator:_0x14ad00='eq'}=_0x545c95,_0x307f4d=_0x320552[_0x2cf85a(0xae)][_0x2cf85a(0xab)];let _0x266ba3=_0x20c942?_0x20c942['id']:'',_0x134764=_0x20c942?_0x20c942[_0x307f4d[_0x2cf85a(0xa3)]]:'';return'eq'===_0x14ad00?html`
8
+ <input name='${_0x320552['name']}' .value=${_0x266ba3} type="text" hidden></input>
9
9
  <input
10
10
  type="text"
11
11
  readonly
12
- name='${_0x315750[_0x5d0a41(0x1bb)]}_disp'
13
- .value=${_0x5f0541}
14
- @click=${_0x28b7ad=>{_0x28b7ad['stopPropagation']();const _0x583277=_0x28b7ad['target'];openMetaObjectSelector(_0x315750,_0x35016e,_0x5d8fb4=>{const _0x1e3f49=a0_0x31b0;let _0x35cdde=_0x5d8fb4?_0x5d8fb4['id']:'',_0x717f7=_0x5d8fb4?_0x5d8fb4[_0x33f67d[_0x1e3f49(0x19e)]]:'';_0x583277[_0x1e3f49(0x1b2)]=_0x717f7,(_0x1e3f49(0x1b8)==_0xf7f90e[_0x1e3f49(0x1a8)]['toLowerCase']()?_0xf7f90e[_0x1e3f49(0x1b6)][_0x1e3f49(0x1ae)](_0x1e3f49(0x1a2)+_0x176ca4[_0x1e3f49(0x1bb)]+'\x22]'):_0xf7f90e[_0x1e3f49(0x1b6)][_0x1e3f49(0x1ae)](_0x1e3f49(0x1af)+_0x176ca4[_0x1e3f49(0x1bb)]+'\x22]'))['value']=_0x35cdde,_0x583277['dispatchEvent'](new Event(_0x1e3f49(0x1ab),{'bubbles':!0x0})),_0x583277[_0x1e3f49(0x1b9)](new CustomEvent(_0x1e3f49(0x1b4),{'bubbles':!0x0,'composed':!0x0,'detail':{'name':_0x315750[_0x1e3f49(0x1bb)],'operator':_0x3a8a82,'value':_0x35cdde}}));});}}
12
+ name='${_0x320552['name']}_disp'
13
+ .value=${_0x134764}
14
+ @click=${_0x35e90b=>{const _0x24c2d8=_0x2cf85a;_0x35e90b[_0x24c2d8(0xa1)]();const _0x2f6d66=_0x35e90b[_0x24c2d8(0x9e)];openMetaObjectSelector(_0x320552,_0x20c942,_0x47a76d=>{const _0x8aaceb=_0x24c2d8;let _0x3061c7=_0x47a76d?_0x47a76d['id']:'',_0x1b268f=_0x47a76d?_0x47a76d[_0x307f4d[_0x8aaceb(0xa3)]]:'';_0x2f6d66[_0x8aaceb(0x97)]=_0x1b268f,(_0x8aaceb(0x9f)==_0x30b910['tagName'][_0x8aaceb(0x9a)]()?_0x30b910[_0x8aaceb(0xad)][_0x8aaceb(0x98)](_0x8aaceb(0xa8)+_0x545c95[_0x8aaceb(0xa7)]+'\x22]'):_0x30b910[_0x8aaceb(0xad)][_0x8aaceb(0x98)]('form\x20[name=\x22'+_0x545c95[_0x8aaceb(0xa7)]+'\x22]'))[_0x8aaceb(0x97)]=_0x3061c7,_0x2f6d66['dispatchEvent'](new Event('change',{'bubbles':!0x0})),_0x2f6d66[_0x8aaceb(0xa5)](new CustomEvent('filter-change',{'bubbles':!0x0,'composed':!0x0,'detail':{'name':_0x320552[_0x8aaceb(0xa7)],'operator':_0x14ad00,'value':_0x3061c7}}));});}}
15
15
  />
16
16
  `:html``;};
@@ -1,9 +1,9 @@
1
- const a0_0x11e156=a0_0x51c1;(function(_0x515635,_0x249d84){const _0x2fdf86=a0_0x51c1,_0x4bc8fc=_0x515635();while(!![]){try{const _0x55bdd8=-parseInt(_0x2fdf86(0x13c))/0x1*(-parseInt(_0x2fdf86(0x11f))/0x2)+-parseInt(_0x2fdf86(0x118))/0x3*(parseInt(_0x2fdf86(0x11a))/0x4)+-parseInt(_0x2fdf86(0x12e))/0x5*(parseInt(_0x2fdf86(0x120))/0x6)+-parseInt(_0x2fdf86(0x13a))/0x7+parseInt(_0x2fdf86(0x12b))/0x8*(-parseInt(_0x2fdf86(0x127))/0x9)+-parseInt(_0x2fdf86(0x119))/0xa+parseInt(_0x2fdf86(0x121))/0xb;if(_0x55bdd8===_0x249d84)break;else _0x4bc8fc['push'](_0x4bc8fc['shift']());}catch(_0x3d001a){_0x4bc8fc['push'](_0x4bc8fc['shift']());}}}(a0_0x31cb,0x4c85d));import{html}from'lit';function a0_0x31cb(){const _0x22218b=['define','2882138JVLDAm','select_item','3WCBBKg','record','31503eIFKoM','1365220mbwEsb','116JlWNcG','stopPropagation','dispatchEvent','firstUpdated','bind','121382khvkwq','18lDQKnk','15425080RomePw','openSelector','push','value','popup','options','200268yzrDZW','filter','key','field-change','72gxRfZb','tMenu','keys','363105aGizFH','codes','Enter','editorTemplate','dispField','fieldMap','row','_onkeydown','column','large','length'];a0_0x31cb=function(){return _0x22218b;};return a0_0x31cb();}import{OxGristEditor}from'@operato/data-grist';import{openPopup}from'@operato/layout';function a0_0x51c1(_0xe68f86,_0x39ebb2){const _0x31cb09=a0_0x31cb();return a0_0x51c1=function(_0x51c113,_0x1115fa){_0x51c113=_0x51c113-0x118;let _0x4b4d74=_0x31cb09[_0x51c113];return _0x4b4d74;},a0_0x51c1(_0xe68f86,_0x39ebb2);}import{TermsUtil}from'../../../utils/terms-util';import'../../selector/meta-object-selector-popup';export class GristEditorMetaCodeSelector extends OxGristEditor{static get['properties'](){return{'value':Object,'column':Object,'record':Object,'rowIndex':Number,'field':Object,'popup':Object};}get[a0_0x11e156(0x131)](){const _0x1e58d4=a0_0x11e156;let _0x469d66='';if(this['column']['record']&&this['column'][_0x1e58d4(0x13d)][_0x1e58d4(0x126)]){if(this[_0x1e58d4(0x136)]['record'][_0x1e58d4(0x126)]['dispField']){let _0x30116d=this[_0x1e58d4(0x136)]['record']['options'][_0x1e58d4(0x12f)]||[];if(this[_0x1e58d4(0x124)]&&this['value'][_0x1e58d4(0x138)]>0x0){let _0x531b69=_0x30116d['filter'](_0x5c32cb=>_0x5c32cb['value']===this['value']);_0x469d66=_0x531b69&&_0x531b69[_0x1e58d4(0x138)]>0x0?_0x531b69[0x0]['display']:'';}}else _0x469d66=this[_0x1e58d4(0x124)];}else _0x469d66='';return html`
2
- ${_0x469d66?html` <span tabindex="0" style="flex:1">${_0x469d66}</span> `:html`<span tabindex="0"></span>`}
3
- `;}async[a0_0x11e156(0x11d)](){const _0x3d0b21=a0_0x11e156;super[_0x3d0b21(0x11d)]();}['_onclick'](_0x47405b){const _0x166908=a0_0x11e156;_0x47405b['stopPropagation'](),this[_0x166908(0x122)]();}[a0_0x11e156(0x135)](_0x3eb092){const _0x21c7b0=a0_0x11e156;_0x21c7b0(0x130)==_0x3eb092[_0x21c7b0(0x129)]&&(_0x3eb092[_0x21c7b0(0x11b)](),this[_0x21c7b0(0x122)]());}[a0_0x11e156(0x122)](){const _0xf22886=a0_0x11e156;this[_0xf22886(0x125)]&&delete this[_0xf22886(0x125)];var {selectorName:_0x38f85a=TermsUtil['tTitle'](_0xf22886(0x13b))}=this[_0xf22886(0x136)][_0xf22886(0x13d)][_0xf22886(0x126)]||{},_0x1a4934=html`
1
+ const a0_0x4d5a3d=a0_0x38f4;(function(_0x253a66,_0x44672e){const _0x141adc=a0_0x38f4,_0x106acd=_0x253a66();while(!![]){try{const _0x91a7d4=-parseInt(_0x141adc(0x9f))/0x1*(parseInt(_0x141adc(0xa5))/0x2)+-parseInt(_0x141adc(0x94))/0x3+parseInt(_0x141adc(0xb1))/0x4*(parseInt(_0x141adc(0xab))/0x5)+-parseInt(_0x141adc(0xa2))/0x6+-parseInt(_0x141adc(0xaa))/0x7+-parseInt(_0x141adc(0x9d))/0x8+-parseInt(_0x141adc(0xa6))/0x9*(-parseInt(_0x141adc(0xa8))/0xa);if(_0x91a7d4===_0x44672e)break;else _0x106acd['push'](_0x106acd['shift']());}catch(_0x3aad6a){_0x106acd['push'](_0x106acd['shift']());}}}(a0_0x3f22,0x98b45));import{html}from'lit';import{OxGristEditor}from'@operato/data-grist';function a0_0x38f4(_0x569d53,_0x143698){const _0x3f22c6=a0_0x3f22();return a0_0x38f4=function(_0x38f4ae,_0x49cb9a){_0x38f4ae=_0x38f4ae-0x92;let _0x1bc819=_0x3f22c6[_0x38f4ae];return _0x1bc819;},a0_0x38f4(_0x569d53,_0x143698);}import{openPopup}from'@operato/layout';function a0_0x3f22(){const _0x48c148=['dispField','fieldMap','_onkeydown','openSelector','select_item','large','stopPropagation','tTitle','_onclick','display','383793UjqdfZ','length','dispatchEvent','editorTemplate','row','tMenu','keys','firstUpdated','value','7133528XXHjEY','key','11kxFZIH','codes','column','6770004hppUUs','bind','codeField','145780uPnbwh','9IbCJie','Enter','40695920qHbtgM','properties','5179783bHxkzd','307000inXYmy','options','filter','popup','record','field-change','16fGRArg'];a0_0x3f22=function(){return _0x48c148;};return a0_0x3f22();}import{TermsUtil}from'../../../utils/terms-util';import'../../selector/meta-object-selector-popup';export class GristEditorMetaCodeSelector extends OxGristEditor{static get[a0_0x4d5a3d(0xa9)](){return{'value':Object,'column':Object,'record':Object,'rowIndex':Number,'field':Object,'popup':Object};}get[a0_0x4d5a3d(0x97)](){const _0x15d45c=a0_0x4d5a3d;let _0x7f8ce2='';if(this[_0x15d45c(0xa1)][_0x15d45c(0xaf)]&&this[_0x15d45c(0xa1)]['record'][_0x15d45c(0xac)]){if(this[_0x15d45c(0xa1)][_0x15d45c(0xaf)][_0x15d45c(0xac)][_0x15d45c(0xb2)]){let _0x688ba7=this['column'][_0x15d45c(0xaf)]['options'][_0x15d45c(0xa0)]||[];if(this[_0x15d45c(0x9c)]&&this['value'][_0x15d45c(0x95)]>0x0){let _0x323596=_0x688ba7['filter'](_0x1a54cb=>_0x1a54cb['value']===this['value']);_0x7f8ce2=_0x323596&&_0x323596[_0x15d45c(0x95)]>0x0?_0x323596[0x0][_0x15d45c(0x93)]:'';}}else _0x7f8ce2=this['value'];}else _0x7f8ce2='';return html`
2
+ ${_0x7f8ce2?html` <span tabindex="0" style="flex:1">${_0x7f8ce2}</span> `:html`<span tabindex="0"></span>`}
3
+ `;}async[a0_0x4d5a3d(0x9b)](){const _0x5dd13e=a0_0x4d5a3d;super[_0x5dd13e(0x9b)]();}[a0_0x4d5a3d(0x92)](_0x31a867){const _0x379461=a0_0x4d5a3d;_0x31a867['stopPropagation'](),this[_0x379461(0xb5)]();}[a0_0x4d5a3d(0xb4)](_0x45f443){const _0xaa9a4c=a0_0x4d5a3d;_0xaa9a4c(0xa7)==_0x45f443[_0xaa9a4c(0x9e)]&&(_0x45f443[_0xaa9a4c(0xb8)](),this[_0xaa9a4c(0xb5)]());}[a0_0x4d5a3d(0xb5)](){const _0x5bda5e=a0_0x4d5a3d;this[_0x5bda5e(0xae)]&&delete this[_0x5bda5e(0xae)];var {selectorName:_0x176c67=TermsUtil[_0x5bda5e(0xb9)](_0x5bda5e(0xb6))}=this[_0x5bda5e(0xa1)][_0x5bda5e(0xaf)][_0x5bda5e(0xac)]||{},_0x5be49f=html`
4
4
  <meta-object-selector-popup
5
- .value=${this[_0xf22886(0x124)]}
6
- .options=${this[_0xf22886(0x136)][_0xf22886(0x13d)][_0xf22886(0x126)]}
7
- .confirmCallback=${(_0x5d5378=>{const _0x4c2eaa=_0xf22886;let _0x55fdda=this[_0x4c2eaa(0x136)][_0x4c2eaa(0x13d)][_0x4c2eaa(0x126)]['codeField'],_0x46bfb5=this['column'][_0x4c2eaa(0x13d)][_0x4c2eaa(0x126)][_0x4c2eaa(0x132)],_0x2f9dc1=this[_0x4c2eaa(0x136)]['record']['options'][_0x4c2eaa(0x133)]||{};if(this[_0x4c2eaa(0x136)][_0x4c2eaa(0x13d)][_0x4c2eaa(0x126)][_0x4c2eaa(0x12f)]||(this['column']['record'][_0x4c2eaa(0x126)][_0x4c2eaa(0x12f)]=[]),_0x5d5378){let _0x3e03d7=this['column'][_0x4c2eaa(0x13d)][_0x4c2eaa(0x126)][_0x4c2eaa(0x12f)][_0x4c2eaa(0x128)](_0x5bdf9f=>_0x5bdf9f['value']==_0x5d5378[_0x55fdda]);_0x3e03d7&&0x0!=_0x3e03d7['length']||this[_0x4c2eaa(0x136)][_0x4c2eaa(0x13d)]['options']['codes'][_0x4c2eaa(0x123)]({'value':_0x5d5378[_0x55fdda],'display':_0x5d5378[_0x46bfb5]});}this[_0x4c2eaa(0x11c)](new CustomEvent(_0x4c2eaa(0x12a),{'bubbles':!0x0,'composed':!0x0,'detail':{'before':this[_0x4c2eaa(0x124)],'after':_0x5d5378?_0x5d5378[_0x55fdda]:null,'record':this[_0x4c2eaa(0x13d)],'column':this[_0x4c2eaa(0x136)],'row':this['row']}})),Object[_0x4c2eaa(0x12d)](_0x2f9dc1)['forEach'](_0x33922d=>{const _0xa8a901=_0x4c2eaa;this[_0xa8a901(0x11c)](new CustomEvent(_0xa8a901(0x12a),{'bubbles':!0x0,'composed':!0x0,'detail':{'before':this[_0xa8a901(0x13d)][_0x2f9dc1[_0x33922d]],'after':_0x5d5378?_0x5d5378[_0x33922d]:null,'record':this[_0xa8a901(0x13d)],'column':{'name':_0x2f9dc1[_0x33922d]},'row':this[_0xa8a901(0x134)]}}));});})[_0xf22886(0x11e)](this)}
5
+ .value=${this[_0x5bda5e(0x9c)]}
6
+ .options=${this[_0x5bda5e(0xa1)][_0x5bda5e(0xaf)][_0x5bda5e(0xac)]}
7
+ .confirmCallback=${(_0x4851de=>{const _0x40c317=_0x5bda5e;let _0x95bed9=this[_0x40c317(0xa1)]['record'][_0x40c317(0xac)][_0x40c317(0xa4)],_0x2fb606=this[_0x40c317(0xa1)][_0x40c317(0xaf)]['options'][_0x40c317(0xb2)],_0x395a1a=this[_0x40c317(0xa1)]['record'][_0x40c317(0xac)][_0x40c317(0xb3)]||{};if(this['column']['record'][_0x40c317(0xac)]['codes']||(this['column'][_0x40c317(0xaf)][_0x40c317(0xac)][_0x40c317(0xa0)]=[]),_0x4851de){let _0x386dcb=this['column'][_0x40c317(0xaf)][_0x40c317(0xac)]['codes'][_0x40c317(0xad)](_0x359266=>_0x359266[_0x40c317(0x9c)]==_0x4851de[_0x95bed9]);_0x386dcb&&0x0!=_0x386dcb[_0x40c317(0x95)]||this['column']['record'][_0x40c317(0xac)][_0x40c317(0xa0)]['push']({'value':_0x4851de[_0x95bed9],'display':_0x4851de[_0x2fb606]});}this[_0x40c317(0x96)](new CustomEvent(_0x40c317(0xb0),{'bubbles':!0x0,'composed':!0x0,'detail':{'before':this[_0x40c317(0x9c)],'after':_0x4851de?_0x4851de[_0x95bed9]:null,'record':this['record'],'column':this[_0x40c317(0xa1)],'row':this[_0x40c317(0x98)]}})),Object[_0x40c317(0x9a)](_0x395a1a)['forEach'](_0x5cda01=>{const _0x167d37=_0x40c317;this['dispatchEvent'](new CustomEvent(_0x167d37(0xb0),{'bubbles':!0x0,'composed':!0x0,'detail':{'before':this[_0x167d37(0xaf)][_0x395a1a[_0x5cda01]],'after':_0x4851de?_0x4851de[_0x5cda01]:null,'record':this[_0x167d37(0xaf)],'column':{'name':_0x395a1a[_0x5cda01]},'row':this['row']}}));});})[_0x5bda5e(0xa3)](this)}
8
8
  ></meta-object-selector-popup>
9
- `;this[_0xf22886(0x125)]=openPopup(_0x1a4934,{'backdrop':!0x0,'size':_0xf22886(0x137),'title':TermsUtil[_0xf22886(0x12c)](_0x38f85a)});}}customElements[a0_0x11e156(0x139)]('grist-editor-meta-code-selector',GristEditorMetaCodeSelector);
9
+ `;this[_0x5bda5e(0xae)]=openPopup(_0x5be49f,{'backdrop':!0x0,'size':_0x5bda5e(0xb7),'title':TermsUtil[_0x5bda5e(0x99)](_0x176c67)});}}customElements['define']('grist-editor-meta-code-selector',GristEditorMetaCodeSelector);
@@ -1,9 +1,9 @@
1
- var a0_0x1c34bd=a0_0x157e;(function(_0x5e869f,_0x4468dc){var _0xf7f07=a0_0x157e,_0x5b1a4b=_0x5e869f();while(!![]){try{var _0x2709e1=-parseInt(_0xf7f07(0x10c))/0x1+-parseInt(_0xf7f07(0x10b))/0x2+-parseInt(_0xf7f07(0x11d))/0x3*(-parseInt(_0xf7f07(0x122))/0x4)+-parseInt(_0xf7f07(0x112))/0x5*(-parseInt(_0xf7f07(0x105))/0x6)+parseInt(_0xf7f07(0x11b))/0x7*(parseInt(_0xf7f07(0x115))/0x8)+parseInt(_0xf7f07(0x123))/0x9+parseInt(_0xf7f07(0x127))/0xa*(parseInt(_0xf7f07(0x126))/0xb);if(_0x2709e1===_0x4468dc)break;else _0x5b1a4b['push'](_0x5b1a4b['shift']());}catch(_0x622f6c){_0x5b1a4b['push'](_0x5b1a4b['shift']());}}}(a0_0x3e83,0x8a59e));import{html}from'lit';import{OxGristEditor}from'@operato/data-grist';import{openPopup}from'@operato/layout';function a0_0x157e(_0x93cfcf,_0x124e2d){var _0x3e8324=a0_0x3e83();return a0_0x157e=function(_0x157e9d,_0x3c9392){_0x157e9d=_0x157e9d-0x104;var _0x3057dc=_0x3e8324[_0x157e9d];return _0x3057dc;},a0_0x157e(_0x93cfcf,_0x124e2d);}import{TermsUtil}from'../../../utils/terms-util';import'../../selector/meta-object-selector-popup';export class GristEditorMetaObjectSelector extends OxGristEditor{static get[a0_0x1c34bd(0x11c)](){return{'value':Object,'column':Object,'record':Object,'rowIndex':Number,'field':Object,'popup':Object};}get['editorTemplate'](){var _0x454267=a0_0x1c34bd;let _0x4a1083='';return this[_0x454267(0x125)]&&this[_0x454267(0x10f)][_0x454267(0x114)][_0x454267(0x119)]&&(_0x4a1083=this[_0x454267(0x125)][this[_0x454267(0x10f)]['record'][_0x454267(0x119)][_0x454267(0x106)]]),html`
2
- ${this[_0x454267(0x125)]?html` <span tabindex="0" style="flex:1">${_0x4a1083}</span> `:html`<span tabindex="0">${_0x4a1083}</span>`}
3
- `;}async[a0_0x1c34bd(0x11a)](){var _0x2f2e9c=a0_0x1c34bd;super[_0x2f2e9c(0x11a)]();}[a0_0x1c34bd(0x108)](_0x317d9f){var _0x3b99e1=a0_0x1c34bd;_0x317d9f[_0x3b99e1(0x107)](),this[_0x3b99e1(0x10e)]();}['_onkeydown'](_0x1db3fe){var _0x15c443=a0_0x1c34bd;_0x15c443(0x118)==_0x1db3fe[_0x15c443(0x11e)]&&(_0x1db3fe[_0x15c443(0x107)](),this[_0x15c443(0x10e)]());}['openSelector'](){var _0x46a5d6=a0_0x1c34bd;this['popup']&&delete this['popup'];var {selectorName:_0x2abdad=TermsUtil[_0x46a5d6(0x10d)](_0x46a5d6(0x117))}=this[_0x46a5d6(0x10f)][_0x46a5d6(0x114)][_0x46a5d6(0x119)]||{},_0x5dbe23=html`
1
+ function a0_0xbbc5(){var _0x48b793=['properties','dispatchEvent','popup','1294308sAmKtX','1298220gEnaCM','row','9WquqZs','options','815647OAxtXi','bind','field-change','stopPropagation','1612028tEsUex','18bNeLdU','keys','key','fieldMap','value','column','20PXJcku','editorTemplate','546SHgYWt','tTitle','912872xvdhmt','firstUpdated','record','_onkeydown','grist-editor-meta-object-selector','1201pPsPux','openSelector','6798726DVnlvo','forEach','Enter','nameField','_onclick'];a0_0xbbc5=function(){return _0x48b793;};return a0_0xbbc5();}var a0_0x11c81d=a0_0x1ca5;(function(_0x6e4d26,_0x406f9c){var _0x41417a=a0_0x1ca5,_0x5c66e6=_0x6e4d26();while(!![]){try{var _0x2040a4=parseInt(_0x41417a(0xfe))/0x1*(-parseInt(_0x41417a(0x11a))/0x2)+-parseInt(_0x41417a(0x108))/0x3+-parseInt(_0x41417a(0x111))/0x4+-parseInt(_0x41417a(0x109))/0x5+parseInt(_0x41417a(0x112))/0x6*(parseInt(_0x41417a(0x10d))/0x7)+parseInt(_0x41417a(0x11c))/0x8*(parseInt(_0x41417a(0x10b))/0x9)+-parseInt(_0x41417a(0x118))/0xa*(-parseInt(_0x41417a(0x100))/0xb);if(_0x2040a4===_0x406f9c)break;else _0x5c66e6['push'](_0x5c66e6['shift']());}catch(_0x206dba){_0x5c66e6['push'](_0x5c66e6['shift']());}}}(a0_0xbbc5,0x43d54));import{html}from'lit';function a0_0x1ca5(_0x471307,_0x83b2b6){var _0xbbc50e=a0_0xbbc5();return a0_0x1ca5=function(_0x1ca5c1,_0x3cdc29){_0x1ca5c1=_0x1ca5c1-0xfd;var _0xaa76c1=_0xbbc50e[_0x1ca5c1];return _0xaa76c1;},a0_0x1ca5(_0x471307,_0x83b2b6);}import{OxGristEditor}from'@operato/data-grist';import{openPopup}from'@operato/layout';import{TermsUtil}from'../../../utils/terms-util';import'../../selector/meta-object-selector-popup';export class GristEditorMetaObjectSelector extends OxGristEditor{static get[a0_0x11c81d(0x105)](){return{'value':Object,'column':Object,'record':Object,'rowIndex':Number,'field':Object,'popup':Object};}get[a0_0x11c81d(0x119)](){var _0x135436=a0_0x11c81d;let _0x57502f='';return this[_0x135436(0x116)]&&this[_0x135436(0x117)][_0x135436(0x11e)]['options']&&(_0x57502f=this[_0x135436(0x116)][this['column'][_0x135436(0x11e)]['options'][_0x135436(0x103)]]),html`
2
+ ${this['value']?html` <span tabindex="0" style="flex:1">${_0x57502f}</span> `:html`<span tabindex="0">${_0x57502f}</span>`}
3
+ `;}async[a0_0x11c81d(0x11d)](){var _0x52baa7=a0_0x11c81d;super[_0x52baa7(0x11d)]();}[a0_0x11c81d(0x104)](_0x2febe3){var _0x1b97ff=a0_0x11c81d;_0x2febe3['stopPropagation'](),this[_0x1b97ff(0xff)]();}[a0_0x11c81d(0x11f)](_0x12517a){var _0x58fd7e=a0_0x11c81d;_0x58fd7e(0x102)==_0x12517a[_0x58fd7e(0x114)]&&(_0x12517a[_0x58fd7e(0x110)](),this[_0x58fd7e(0xff)]());}['openSelector'](){var _0x2fab45=a0_0x11c81d;this[_0x2fab45(0x107)]&&delete this[_0x2fab45(0x107)];var {selectorName:_0x4ce1cf=TermsUtil[_0x2fab45(0x11b)]('select_item')}=this[_0x2fab45(0x117)]['record']['options']||{},_0x51dfd5=html`
4
4
  <meta-object-selector-popup
5
- .value=${this[_0x46a5d6(0x125)]}
6
- .options=${this[_0x46a5d6(0x10f)]['record'][_0x46a5d6(0x119)]}
7
- .confirmCallback=${(_0x36647e=>{var _0x2033f9=_0x46a5d6;let _0x8489ba=this[_0x2033f9(0x10f)][_0x2033f9(0x114)][_0x2033f9(0x119)][_0x2033f9(0x121)]||{};this[_0x2033f9(0x110)](new CustomEvent('field-change',{'bubbles':!0x0,'composed':!0x0,'detail':{'before':this[_0x2033f9(0x125)],'after':_0x36647e||null,'record':this[_0x2033f9(0x114)],'column':this['column'],'row':this['row']}})),Object[_0x2033f9(0x113)](_0x8489ba)[_0x2033f9(0x109)](_0x25103a=>{var _0x245cbe=_0x2033f9;this[_0x245cbe(0x110)](new CustomEvent(_0x245cbe(0x120),{'bubbles':!0x0,'composed':!0x0,'detail':{'before':this[_0x245cbe(0x114)][_0x8489ba[_0x25103a]],'after':_0x36647e?_0x36647e[_0x25103a]:null,'record':this[_0x245cbe(0x114)],'column':{'name':_0x8489ba[_0x25103a]},'row':this[_0x245cbe(0x124)]}}));});})[_0x46a5d6(0x10a)](this)}
5
+ .value=${this['value']}
6
+ .options=${this['column'][_0x2fab45(0x11e)][_0x2fab45(0x10c)]}
7
+ .confirmCallback=${(_0x2f0245=>{var _0x26f710=_0x2fab45;let _0x4ec20a=this[_0x26f710(0x117)][_0x26f710(0x11e)][_0x26f710(0x10c)][_0x26f710(0x115)]||{};this[_0x26f710(0x106)](new CustomEvent(_0x26f710(0x10f),{'bubbles':!0x0,'composed':!0x0,'detail':{'before':this[_0x26f710(0x116)],'after':_0x2f0245||null,'record':this['record'],'column':this[_0x26f710(0x117)],'row':this[_0x26f710(0x10a)]}})),Object[_0x26f710(0x113)](_0x4ec20a)[_0x26f710(0x101)](_0x2de66f=>{var _0x435e52=_0x26f710;this[_0x435e52(0x106)](new CustomEvent(_0x435e52(0x10f),{'bubbles':!0x0,'composed':!0x0,'detail':{'before':this[_0x435e52(0x11e)][_0x4ec20a[_0x2de66f]],'after':_0x2f0245?_0x2f0245[_0x2de66f]:null,'record':this[_0x435e52(0x11e)],'column':{'name':_0x4ec20a[_0x2de66f]},'row':this[_0x435e52(0x10a)]}}));});})[_0x2fab45(0x10e)](this)}
8
8
  ></meta-object-selector-popup>
9
- `;this[_0x46a5d6(0x11f)]=openPopup(_0x5dbe23,{'backdrop':!0x0,'size':_0x46a5d6(0x111),'title':TermsUtil[_0x46a5d6(0x104)](_0x2abdad)});}}function a0_0x3e83(){var _0x402533=['stopPropagation','_onclick','forEach','bind','1713318vZqSHq','1056704rzLHFb','tTitle','openSelector','column','dispatchEvent','large','4554415blgwhQ','keys','record','344AsIjDT','grist-editor-meta-object-selector','select_item','Enter','options','firstUpdated','112238FyKjoB','properties','24JSCKEK','key','popup','field-change','fieldMap','81380kJqOkn','1297476DNkidu','row','value','55zCtBVJ','1145560yVmPgO','tMenu','6zzOrhz','nameField'];a0_0x3e83=function(){return _0x402533;};return a0_0x3e83();}customElements['define'](a0_0x1c34bd(0x116),GristEditorMetaObjectSelector);
9
+ `;this[_0x2fab45(0x107)]=openPopup(_0x51dfd5,{'backdrop':!0x0,'size':'large','title':TermsUtil['tMenu'](_0x4ce1cf)});}}customElements['define'](a0_0x11c81d(0xfd),GristEditorMetaObjectSelector);
@@ -1 +1 @@
1
- (function(_0x592e49,_0x4c7a71){const _0x12a736=a0_0x5d3d,_0x204461=_0x592e49();while(!![]){try{const _0xa2d5e3=parseInt(_0x12a736(0x19e))/0x1*(-parseInt(_0x12a736(0x1ab))/0x2)+-parseInt(_0x12a736(0x1a7))/0x3+parseInt(_0x12a736(0x1a8))/0x4+-parseInt(_0x12a736(0x1a1))/0x5*(parseInt(_0x12a736(0x1a0))/0x6)+parseInt(_0x12a736(0x1ae))/0x7+-parseInt(_0x12a736(0x19f))/0x8+parseInt(_0x12a736(0x1b0))/0x9;if(_0xa2d5e3===_0x4c7a71)break;else _0x204461['push'](_0x204461['shift']());}catch(_0x3fa62e){_0x204461['push'](_0x204461['shift']());}}}(a0_0x4390,0x2dd1e));import{html}from'lit';function a0_0x5d3d(_0x31b5bc,_0x518446){const _0x439091=a0_0x4390();return a0_0x5d3d=function(_0x5d3d41,_0x803b2c){_0x5d3d41=_0x5d3d41-0x19e;let _0x320751=_0x439091[_0x5d3d41];return _0x320751;},a0_0x5d3d(_0x31b5bc,_0x518446);}import{detectOverflow}from'@operato/utils';function onmouseover(_0x2cca17){const _0x197bab=a0_0x5d3d,_0x5e1cc8=_0x2cca17[_0x197bab(0x1aa)];detectOverflow(_0x5e1cc8)&&_0x5e1cc8[_0x197bab(0x1a9)](_0x197bab(0x1af),_0x5e1cc8[_0x197bab(0x1a6)]);}function onmouseout(_0x2c732a){const _0x2fdbe3=a0_0x5d3d;_0x2c732a[_0x2fdbe3(0x1aa)]['removeAttribute'](_0x2fdbe3(0x1af));}function a0_0x4390(){const _0x2ce0e0=['target','2hUbbkQ','dispField','length','1166914HyiLco','data-tooltip','7251039rqlpdo','display','record','272248CCpDQF','1530408gqSAXC','1784574xppqBu','5KANcob','filter','codes','options','value','textContent','890769faIGOX','1092824OBKlSG','setAttribute'];a0_0x4390=function(){return _0x2ce0e0;};return a0_0x4390();}export const GristRendererMetaCodeSelector=(_0x24de73,_0x34ddb5,_0x3f7072,_0x506b1b,_0x3d3ee6)=>{const _0x3f5050=a0_0x5d3d;let _0x34406a='';if(_0x34ddb5[_0x3f5050(0x1b2)]&&_0x34ddb5[_0x3f5050(0x1b2)][_0x3f5050(0x1a4)]){if(_0x34ddb5[_0x3f5050(0x1b2)][_0x3f5050(0x1a4)][_0x3f5050(0x1ac)]){if(_0x34ddb5[_0x3f5050(0x1b2)][_0x3f5050(0x1a4)][_0x3f5050(0x1a3)]||(_0x34ddb5[_0x3f5050(0x1b2)][_0x3f5050(0x1a4)]['codes']=[]),_0x24de73&&_0x24de73[_0x3f5050(0x1ad)]>0x0){let _0x289ff0=_0x34ddb5['record'][_0x3f5050(0x1a4)][_0x3f5050(0x1a3)][_0x3f5050(0x1a2)](_0x3cbd41=>_0x3cbd41[_0x3f5050(0x1a5)]===_0x24de73);_0x34406a=_0x289ff0&&_0x289ff0[_0x3f5050(0x1ad)]>0x0?_0x289ff0[0x0][_0x3f5050(0x1b1)]:_0x24de73;}}else _0x34406a=_0x24de73;}else _0x34406a='';return html`<span @mouseover=${onmouseover} @mouseout=${onmouseout}>${_0x34406a}</span>`;};
1
+ (function(_0x38d402,_0x2de313){const _0x27a17c=a0_0x3b4c,_0x5b4991=_0x38d402();while(!![]){try{const _0x123fcd=-parseInt(_0x27a17c(0x1bc))/0x1+-parseInt(_0x27a17c(0x1bd))/0x2*(-parseInt(_0x27a17c(0x1c9))/0x3)+parseInt(_0x27a17c(0x1b8))/0x4+parseInt(_0x27a17c(0x1c4))/0x5+-parseInt(_0x27a17c(0x1ba))/0x6*(parseInt(_0x27a17c(0x1be))/0x7)+parseInt(_0x27a17c(0x1bf))/0x8*(parseInt(_0x27a17c(0x1cc))/0x9)+parseInt(_0x27a17c(0x1cb))/0xa;if(_0x123fcd===_0x2de313)break;else _0x5b4991['push'](_0x5b4991['shift']());}catch(_0x488d60){_0x5b4991['push'](_0x5b4991['shift']());}}}(a0_0x5000,0x6a412));import{html}from'lit';import{detectOverflow}from'@operato/utils';function a0_0x3b4c(_0x3df8e4,_0x846800){const _0x5000ad=a0_0x5000();return a0_0x3b4c=function(_0x3b4c66,_0x10558f){_0x3b4c66=_0x3b4c66-0x1b8;let _0x5cbefd=_0x5000ad[_0x3b4c66];return _0x5cbefd;},a0_0x3b4c(_0x3df8e4,_0x846800);}function onmouseover(_0x6c658c){const _0xf3eb84=a0_0x3b4c,_0x1a09d1=_0x6c658c[_0xf3eb84(0x1cd)];detectOverflow(_0x1a09d1)&&_0x1a09d1[_0xf3eb84(0x1c2)](_0xf3eb84(0x1c1),_0x1a09d1[_0xf3eb84(0x1c8)]);}function onmouseout(_0x3bc047){const _0x7d8a19=a0_0x3b4c;_0x3bc047['target'][_0x7d8a19(0x1c5)](_0x7d8a19(0x1c1));}export const GristRendererMetaCodeSelector=(_0x26a05d,_0x2ba6e5,_0x2b6c2c,_0x10ba76,_0x58de39)=>{const _0x429785=a0_0x3b4c;let _0x53751b='';if(_0x2ba6e5['record']&&_0x2ba6e5['record']['options']){if(_0x2ba6e5[_0x429785(0x1c3)][_0x429785(0x1c6)][_0x429785(0x1b9)]){if(_0x2ba6e5[_0x429785(0x1c3)][_0x429785(0x1c6)][_0x429785(0x1ca)]||(_0x2ba6e5[_0x429785(0x1c3)][_0x429785(0x1c6)][_0x429785(0x1ca)]=[]),_0x26a05d&&_0x26a05d['length']>0x0){let _0x4f497b=_0x2ba6e5[_0x429785(0x1c3)]['options'][_0x429785(0x1ca)][_0x429785(0x1c7)](_0x29c12e=>_0x29c12e['value']===_0x26a05d);_0x53751b=_0x4f497b&&_0x4f497b[_0x429785(0x1bb)]>0x0?_0x4f497b[0x0][_0x429785(0x1c0)]:_0x26a05d;}}else _0x53751b=_0x26a05d;}else _0x53751b='';return html`<span @mouseover=${onmouseover} @mouseout=${onmouseout}>${_0x53751b}</span>`;};function a0_0x5000(){const _0x3b1bac=['data-tooltip','setAttribute','record','352155LlcrsC','removeAttribute','options','filter','textContent','18ojeeVX','codes','2798120aKzrXd','27szxGti','target','598092UZZCzK','dispField','29598swjIHa','length','654235ivVqqV','123476BTKTbA','203rjttIW','966176DlOzYq','display'];a0_0x5000=function(){return _0x3b1bac;};return a0_0x5000();}
@@ -1 +1 @@
1
- (function(_0x44a6b9,_0x4dea10){const _0x1a255b=a0_0x5ce1,_0x11a204=_0x44a6b9();while(!![]){try{const _0x208c98=parseInt(_0x1a255b(0x1f0))/0x1*(-parseInt(_0x1a255b(0x1f1))/0x2)+-parseInt(_0x1a255b(0x1ec))/0x3+parseInt(_0x1a255b(0x1ea))/0x4+parseInt(_0x1a255b(0x1e4))/0x5+-parseInt(_0x1a255b(0x1e6))/0x6*(parseInt(_0x1a255b(0x1e3))/0x7)+parseInt(_0x1a255b(0x1ef))/0x8+-parseInt(_0x1a255b(0x1e9))/0x9;if(_0x208c98===_0x4dea10)break;else _0x11a204['push'](_0x11a204['shift']());}catch(_0x439fe4){_0x11a204['push'](_0x11a204['shift']());}}}(a0_0x3ef8,0xa952c));import{html}from'lit';import{detectOverflow}from'@operato/utils';function onmouseover(_0x1d19f6){const _0x4e7cc2=a0_0x5ce1,_0x191b57=_0x1d19f6[_0x4e7cc2(0x1eb)];detectOverflow(_0x191b57)&&_0x191b57[_0x4e7cc2(0x1e2)]('data-tooltip',_0x191b57[_0x4e7cc2(0x1e8)]);}function onmouseout(_0x2ce2d3){const _0x57f15e=a0_0x5ce1;_0x2ce2d3[_0x57f15e(0x1eb)]['removeAttribute'](_0x57f15e(0x1ee));}export const GristRendererMetaObjectSelector=(_0x4ed718,_0x3985ad,_0x4e38df,_0x2b5dc7,_0x2d7a09)=>{const _0x382269=a0_0x5ce1;let _0x2960f2='';return _0x4ed718&&_0x3985ad[_0x382269(0x1e5)][_0x382269(0x1e7)]&&(_0x2960f2=_0x4ed718[_0x3985ad[_0x382269(0x1e5)][_0x382269(0x1e7)][_0x382269(0x1ed)]]),html`<span @mouseover=${onmouseover} @mouseout=${onmouseout}>${_0x2960f2}</span>`;};function a0_0x5ce1(_0x3d05e5,_0x14b643){const _0x3ef89c=a0_0x3ef8();return a0_0x5ce1=function(_0x5ce1b5,_0x3c6f14){_0x5ce1b5=_0x5ce1b5-0x1e2;let _0x4a8e9d=_0x3ef89c[_0x5ce1b5];return _0x4a8e9d;},a0_0x5ce1(_0x3d05e5,_0x14b643);}function a0_0x3ef8(){const _0x35e2f7=['textContent','12446748QaPlgf','3397328mQaCIF','target','1528665mYAPyD','nameField','data-tooltip','8900704EzVRrZ','2IVRbAc','412844MnUzfu','setAttribute','1094723NxUoxm','5966940fBWhVj','record','6bskLAV','options'];a0_0x3ef8=function(){return _0x35e2f7;};return a0_0x3ef8();}
1
+ (function(_0x176968,_0x2a2d4f){const _0x290987=a0_0x3a83,_0x2c2135=_0x176968();while(!![]){try{const _0x23d516=parseInt(_0x290987(0xa9))/0x1*(-parseInt(_0x290987(0xad))/0x2)+parseInt(_0x290987(0xa5))/0x3+parseInt(_0x290987(0xab))/0x4+parseInt(_0x290987(0xa1))/0x5*(-parseInt(_0x290987(0xaa))/0x6)+-parseInt(_0x290987(0xa7))/0x7+-parseInt(_0x290987(0xae))/0x8+parseInt(_0x290987(0xa0))/0x9;if(_0x23d516===_0x2a2d4f)break;else _0x2c2135['push'](_0x2c2135['shift']());}catch(_0x35752d){_0x2c2135['push'](_0x2c2135['shift']());}}}(a0_0x3b4e,0xf05fd));import{html}from'lit';import{detectOverflow}from'@operato/utils';function a0_0x3a83(_0x35ce61,_0x5dc70d){const _0x3b4ece=a0_0x3b4e();return a0_0x3a83=function(_0x3a837a,_0x13184a){_0x3a837a=_0x3a837a-0xa0;let _0x14ca41=_0x3b4ece[_0x3a837a];return _0x14ca41;},a0_0x3a83(_0x35ce61,_0x5dc70d);}function onmouseover(_0x92daba){const _0x2cb1c0=a0_0x3a83,_0x45ad7c=_0x92daba[_0x2cb1c0(0xa2)];detectOverflow(_0x45ad7c)&&_0x45ad7c[_0x2cb1c0(0xa4)](_0x2cb1c0(0xa3),_0x45ad7c[_0x2cb1c0(0xa8)]);}function onmouseout(_0x550e67){const _0x1968a5=a0_0x3a83;_0x550e67[_0x1968a5(0xa2)]['removeAttribute'](_0x1968a5(0xa3));}export const GristRendererMetaObjectSelector=(_0x1b771d,_0x2e3fbe,_0x904baa,_0x3063bf,_0x1c1775)=>{const _0x4242db=a0_0x3a83;let _0x3bd69f='';return _0x1b771d&&_0x2e3fbe[_0x4242db(0xa6)]['options']&&(_0x3bd69f=_0x1b771d[_0x2e3fbe['record']['options'][_0x4242db(0xac)]]),html`<span @mouseover=${onmouseover} @mouseout=${onmouseout}>${_0x3bd69f}</span>`;};function a0_0x3b4e(){const _0x118719=['setAttribute','2176803NlHHjX','record','11852029iAjhUP','textContent','1343968VlCyPy','2797878ZpyPqf','6919412InqIJv','nameField','2ZVJWuy','804888OvnEwh','19198422TzcMqn','5fZcSFo','target','data-tooltip'];a0_0x3b4e=function(){return _0x118719;};return a0_0x3b4e();}
@@ -1,4 +1,4 @@
1
- const a0_0x4556e2=a0_0x5a45;(function(_0x28b400,_0x21fb64){const _0x34dc71=a0_0x5a45,_0x50f6ef=_0x28b400();while(!![]){try{const _0x4c40dd=-parseInt(_0x34dc71(0xf7))/0x1+-parseInt(_0x34dc71(0xf8))/0x2*(-parseInt(_0x34dc71(0xf5))/0x3)+parseInt(_0x34dc71(0xfc))/0x4*(-parseInt(_0x34dc71(0x13e))/0x5)+parseInt(_0x34dc71(0x116))/0x6*(-parseInt(_0x34dc71(0x127))/0x7)+parseInt(_0x34dc71(0x117))/0x8*(-parseInt(_0x34dc71(0x107))/0x9)+-parseInt(_0x34dc71(0x118))/0xa*(-parseInt(_0x34dc71(0x112))/0xb)+parseInt(_0x34dc71(0xfe))/0xc;if(_0x4c40dd===_0x21fb64)break;else _0x50f6ef['push'](_0x50f6ef['shift']());}catch(_0x108c79){_0x50f6ef['push'](_0x50f6ef['shift']());}}}(a0_0x274c,0x2a439));import{css,html,LitElement}from'lit';import{CommonGristStyles,ButtonContainerStyles}from'@operato/styles';function a0_0x5a45(_0x2944fa,_0x59a2e5){const _0x274c86=a0_0x274c();return a0_0x5a45=function(_0x5a45f5,_0x5c3298){_0x5a45f5=_0x5a45f5-0xf0;let _0x6173e5=_0x274c86[_0x5a45f5];return _0x6173e5;},a0_0x5a45(_0x2944fa,_0x59a2e5);}import{TermsUtil}from'../../utils/terms-util';import{ValueUtil}from'../../utils/value-util';import{ServiceUtil}from'../../utils/service-util';import{MetaApi}from'../../utils/meta-api';import{MetaUiUtil}from'../../utils/meta-ui-util';function a0_0x274c(){const _0x141497=['filters','clickCancel','firstUpdated','left','rows','confirmCallback','info','options','getGristSelectableConfig','menu','startsWith','align','meta-','args','render','meta-code-selector','GRID','3070yCYHeU','search','query','sorters','codeField','getGristPagination100Config','includes','entity','getGristColumnConfig2','string','basicArgs','grist','codes','74076onpaCW','select','310803htyiBM','2GVRNeb','tText','meta-object-selector','scenario','36xoPkLr','getSelectColumns','7273632dhpNDG','resource-object','name','styles','filterFields','getGristGuttersConfig','filter','getParams','type','401418SfTJAi','showToast','empty','forEach','shadowRoot','clickSelect','nameField','LIST','handlers','resource-code-selector','appendable','66847zKllFU','push','selected','dispField','372966PYgbyw','48aIdpyL','310qZJoQX','length','connectedCallback','tButton','getCodeByEntity','define','bind','selectRecord','meta-object-selector-popup','gridConfig','record','clickEmpty','values','select-row-toggle','menu_template','7JpRJdG','code','hidden','NOTHING_SELECTED','columns','isArray'];a0_0x274c=function(){return _0x141497;};return a0_0x274c();}import{isMobileDevice}from'@operato/utils';import{closePopup}from'@operato/popup';export class MetaObjectSelectorPopup extends LitElement{static [a0_0x4556e2(0x101)]=[CommonGristStyles,ButtonContainerStyles,css`
1
+ const a0_0x25e085=a0_0x2581;(function(_0x2a5297,_0x161d53){const _0x168686=a0_0x2581,_0xfd07cd=_0x2a5297();while(!![]){try{const _0x26acf2=-parseInt(_0x168686(0x10f))/0x1*(-parseInt(_0x168686(0xe1))/0x2)+-parseInt(_0x168686(0xd5))/0x3+-parseInt(_0x168686(0xd1))/0x4+parseInt(_0x168686(0xcb))/0x5+-parseInt(_0x168686(0xe3))/0x6*(-parseInt(_0x168686(0xd0))/0x7)+-parseInt(_0x168686(0xec))/0x8+-parseInt(_0x168686(0x115))/0x9;if(_0x26acf2===_0x161d53)break;else _0xfd07cd['push'](_0xfd07cd['shift']());}catch(_0x26802f){_0xfd07cd['push'](_0xfd07cd['shift']());}}}(a0_0xa6d3,0x9e05b));import{css,html,LitElement}from'lit';import{CommonGristStyles,ButtonContainerStyles}from'@operato/styles';import{TermsUtil}from'../../utils/terms-util';import{ValueUtil}from'../../utils/value-util';import{ServiceUtil}from'../../utils/service-util';import{MetaApi}from'../../utils/meta-api';function a0_0xa6d3(){const _0x2369ed=['gql','hidden','select-row-toggle','menu_template','clickCancel','grist','429659ctQHeV','menu','basicArgs','gridConfig','select','left','6775398AArQCR','firstUpdated','filters','dispField','3174545iHQkUC','GRID','codeField','filterFields','getSelectColumns','420273UpIplr','895588XheoBA','object','shadowRoot','push','2451465KGbEph','getCodeByEntity','clickEmpty','options','getGristPagination100Config','selectRecord','keys','string','align','tButton','confirmCallback','length','6TLXePe','meta-object-selector-popup','96YbkXAa','type','sorters','getCodeSelectorData','values','search','define','rows','NOTHING_SELECTED','3547016dkjjHs','entity','query','fetchHandler','isArray','getParams','search_hidden_fields','meta-code-selector','getGristMetaObjectOptions','startsWith','bind','LIST','filter','getCodeByScenario','clickSelect','queryName','getGristColumnConfig2','showToast','forEach','name','handlers','scenario','meta-object-selector','args','record','info','codes','code','styles'];a0_0xa6d3=function(){return _0x2369ed;};return a0_0xa6d3();}function a0_0x2581(_0x5a6adc,_0x48538d){const _0xa6d3fd=a0_0xa6d3();return a0_0x2581=function(_0x258175,_0x1b0cc0){_0x258175=_0x258175-0xca;let _0x5d59f6=_0xa6d3fd[_0x258175];return _0x5d59f6;},a0_0x2581(_0x5a6adc,_0x48538d);}import{MetaUiUtil}from'../../utils/meta-ui-util';import{isMobileDevice}from'@operato/utils';import{closePopup}from'@operato/popup';export class MetaObjectSelectorPopup extends LitElement{static [a0_0x25e085(0x108)]=[CommonGristStyles,ButtonContainerStyles,css`
2
2
  :host {
3
3
  display: flex;
4
4
  flex-direction: column;
@@ -17,9 +17,9 @@ const a0_0x4556e2=a0_0x5a45;(function(_0x28b400,_0x21fb64){const _0x34dc71=a0_0x
17
17
  display: flex;
18
18
  margin-left: auto;
19
19
  }
20
- `];async[a0_0x4556e2(0x11a)](){const _0x48464d=a0_0x4556e2;this['search_hidden_fields']=this[_0x48464d(0x134)][_0x48464d(0x12d)]?this[_0x48464d(0x134)][_0x48464d(0x12d)]:this[_0x48464d(0xf2)]&&this[_0x48464d(0xf2)][_0x48464d(0x12d)]?this[_0x48464d(0xf2)][_0x48464d(0x12d)]:[];let _0x5da43a=this[_0x48464d(0x134)][_0x48464d(0x141)]?this['options'][_0x48464d(0x141)]:this[_0x48464d(0xf2)]&&this[_0x48464d(0xf2)][_0x48464d(0x141)]?this[_0x48464d(0xf2)]['sorters']:[],_0x359729=this[_0x48464d(0x134)][_0x48464d(0x102)]?this[_0x48464d(0x134)][_0x48464d(0x102)]:this[_0x48464d(0x134)]['menu_template']?.[_0x48464d(0x13f)]&&this['options'][_0x48464d(0x126)]?.[_0x48464d(0x13f)]['length']>0x0?this[_0x48464d(0x134)]['menu_template'][_0x48464d(0x13f)]:[],_0x105fb8=this[_0x48464d(0x134)][_0x48464d(0xf6)];if(!_0x359729||0x0==_0x359729[_0x48464d(0x119)]){let _0xe8dacc;this['options'][_0x48464d(0x142)]&&(_0xe8dacc=this[_0x48464d(0x134)][_0x48464d(0x142)]),this[_0x48464d(0x134)][_0x48464d(0x10d)]&&(_0xe8dacc=this[_0x48464d(0x134)][_0x48464d(0x10d)]),_0xe8dacc&&_0x359729[_0x48464d(0x113)]({'name':_0xe8dacc,'operator':'eq'});}let _0x16e60f=[...MetaApi[_0x48464d(0x103)](!0x0,!0x1)];if(_0x105fb8&&_0x105fb8['length']>0x0)for(let _0x4c94de=0x0;_0x4c94de<_0x105fb8[_0x48464d(0x119)];_0x4c94de++){let {type:_0x50d3bc='string',name:_0x310b5c,hidden:_0x16220b=!0x1,record:_0x287507={'align':_0x48464d(0x130)},header:_0x4af387,sortable:_0x12dc84=!0x1,width:_0x1028a5=0x87,options:_0x1c5e0c,select_opt:_0x4e10ee,object_opt:_0x533897}=_0x105fb8[_0x4c94de];if(_0x4e10ee&&(_0x1c5e0c=_0x4e10ee),_0x533897&&(_0x1c5e0c=_0x533897),[_0x48464d(0xff),'object'][_0x48464d(0x144)](_0x50d3bc)?_0x50d3bc=_0x48464d(0xfa):[_0x48464d(0x110)]['includes'](_0x50d3bc)&&(_0x50d3bc=_0x48464d(0x13c)),'id'==_0x310b5c)_0x16e60f[_0x48464d(0x113)]({'type':'string','name':_0x310b5c,'hidden':!0x0});else{let _0x2ae21c=MetaApi[_0x48464d(0xf0)](_0x50d3bc,_0x310b5c,_0x4af387||_0x310b5c,_0x287507['align']?_0x287507[_0x48464d(0x138)]:_0x48464d(0x130),!0x1,_0x12dc84,_0x1028a5);_0x50d3bc[_0x48464d(0x137)](_0x48464d(0x139))&&_0x533897&&_0x533897[_0x48464d(0x136)]&&(_0x1c5e0c=await MetaUiUtil['getGristMetaObjectOptions'](_0x50d3bc,_0x1c5e0c)),_0x48464d(0xf6)===_0x50d3bc?Array[_0x48464d(0x12c)](_0x1c5e0c)?_0x2ae21c[_0x48464d(0x122)][_0x48464d(0x134)]=_0x1c5e0c:_0x48464d(0x128)===_0x1c5e0c[_0x48464d(0x106)]?_0x2ae21c['record']['options']=await ServiceUtil['getCodeSelectorData'](_0x1c5e0c[_0x48464d(0x124)]?_0x1c5e0c[_0x48464d(0x124)]:_0x1c5e0c['name']):_0x48464d(0xfb)===_0x1c5e0c[_0x48464d(0x106)]?_0x2ae21c[_0x48464d(0x122)][_0x48464d(0x134)]=await ServiceUtil['getCodeByScenario'](_0x1c5e0c[_0x48464d(0x100)],_0x1c5e0c[_0x48464d(0x13a)]):_0x48464d(0x145)===_0x1c5e0c[_0x48464d(0x106)]&&(_0x2ae21c[_0x48464d(0x122)]['options']=await ServiceUtil[_0x48464d(0x11c)](_0x1c5e0c[_0x48464d(0x13a)])):_0x48464d(0xfa)===_0x50d3bc?_0x2ae21c['record'][_0x48464d(0x134)]={..._0x1c5e0c}:_0x48464d(0x13c)==_0x50d3bc&&(_0x1c5e0c[_0x48464d(0x115)]&&(_0x1c5e0c[_0x48464d(0xf4)]=await ServiceUtil[_0x48464d(0x11c)](_0x1c5e0c)),_0x2ae21c[_0x48464d(0x122)][_0x48464d(0x134)]={..._0x1c5e0c}),_0x2ae21c[_0x48464d(0x129)]=_0x16220b,_0x16e60f[_0x48464d(0x113)](_0x2ae21c);}}else _0x16e60f[_0x48464d(0x113)](MetaApi[_0x48464d(0xf0)](_0x48464d(0xf1),this[_0x48464d(0x134)]['codeField'],this[_0x48464d(0x134)][_0x48464d(0x142)],_0x48464d(0x130),!0x1,!0x0,0xb4)),this[_0x48464d(0x134)][_0x48464d(0x115)]&&_0x16e60f[_0x48464d(0x113)](MetaApi[_0x48464d(0xf0)](_0x48464d(0xf1),this['options']['dispField'],this['options'][_0x48464d(0x115)],_0x48464d(0x130),!0x1,!0x0,0x12c));_0x16e60f['forEach'](_0x1ae4c9=>{const _0x3fba1f=_0x48464d;let _0x236ff0=_0x359729['filter'](_0x30ee7b=>_0x3fba1f(0xf1)==typeof _0x30ee7b?_0x1ae4c9[_0x3fba1f(0x100)]==_0x30ee7b:_0x1ae4c9[_0x3fba1f(0x100)]==_0x30ee7b['name']);_0x236ff0&&_0x236ff0[_0x3fba1f(0x119)]>0x0&&(_0x1ae4c9['filter']='string'==typeof _0x236ff0[0x0]?_0x3fba1f(0x13f):_0x236ff0[0x0]);});let _0x5a6270={'rows':MetaApi[_0x48464d(0x135)](!0x1),'pagination':MetaApi[_0x48464d(0x143)](),'columns':_0x16e60f,'sorters':[..._0x5da43a]};_0x5a6270['rows'][_0x48464d(0x10f)]={'click':_0x48464d(0x125),'dblclick':(_0x3d767b,_0x5b0fa5,_0x78d3fa,_0xd2b444,_0x21f000,_0x5cfc15)=>{const _0x312afd=_0x48464d;this[_0x312afd(0x11f)](_0xd2b444);}},_0x5a6270[_0x48464d(0x131)][_0x48464d(0x111)]=!0x1,this['gridConfig']=_0x5a6270,await super['connectedCallback']();}async[a0_0x4556e2(0x12f)](){const _0x281993=a0_0x4556e2;await super[_0x281993(0x12f)]();}[a0_0x4556e2(0x13b)](){const _0x31b2b1=a0_0x4556e2;return html`
21
- <ox-grist id="ox-grist" .config=${this[_0x31b2b1(0x121)]} .mode=${isMobileDevice()?_0x31b2b1(0x10e):_0x31b2b1(0x13d)} auto-fetch
22
- .fetchHandler=${this['fetchHandler'][_0x31b2b1(0x11e)](this)}>
20
+ `];async['connectedCallback'](){const _0x2f74e2=a0_0x25e085;this[_0x2f74e2(0xf2)]=this[_0x2f74e2(0xd8)][_0x2f74e2(0x117)]?this[_0x2f74e2(0xd8)][_0x2f74e2(0x117)]:this[_0x2f74e2(0x111)]&&this[_0x2f74e2(0x111)][_0x2f74e2(0x117)]?this[_0x2f74e2(0x111)][_0x2f74e2(0x117)]:[];let _0x3408f2=this['options'][_0x2f74e2(0xe5)]?this[_0x2f74e2(0xd8)]['sorters']:this['basicArgs']&&this['basicArgs'][_0x2f74e2(0xe5)]?this[_0x2f74e2(0x111)][_0x2f74e2(0xe5)]:[],_0x2c8c36=this[_0x2f74e2(0xd8)][_0x2f74e2(0xce)]?this[_0x2f74e2(0xd8)]['filterFields']:this[_0x2f74e2(0xd8)][_0x2f74e2(0x10c)]?.[_0x2f74e2(0xe8)]&&this[_0x2f74e2(0xd8)][_0x2f74e2(0x10c)]?.[_0x2f74e2(0xe8)][_0x2f74e2(0xe0)]>0x0?this['options'][_0x2f74e2(0x10c)][_0x2f74e2(0xe8)]:[],_0x2a1010=this['options']['select'];if(!_0x2c8c36||0x0==_0x2c8c36[_0x2f74e2(0xe0)]){let _0x49291a;this[_0x2f74e2(0xd8)]['codeField']&&(_0x49291a=this['options'][_0x2f74e2(0xcd)]),this[_0x2f74e2(0xd8)]['nameField']&&(_0x49291a=this[_0x2f74e2(0xd8)]['nameField']),_0x49291a&&_0x2c8c36['push']({'name':_0x49291a,'operator':'eq'});}let _0x55d937=[...MetaApi['getGristGuttersConfig'](!0x0,!0x1)];if(_0x2a1010&&_0x2a1010[_0x2f74e2(0xe0)]>0x0)for(let _0x3f89cc=0x0;_0x3f89cc<_0x2a1010[_0x2f74e2(0xe0)];_0x3f89cc++){let {type:_0x1a0921='string',name:_0x47d8ed,hidden:_0x136ecc=!0x1,record:_0x479018={'align':'left'},header:_0x3dc4db,sortable:_0x367275=!0x1,width:_0x272b8f=0x87,options:_0x4d2a6a,select_opt:_0x1c14c5,object_opt:_0x432873}=_0x2a1010[_0x3f89cc];if(_0x1c14c5&&(_0x4d2a6a=_0x1c14c5),_0x432873&&(_0x4d2a6a=_0x432873),['resource-object',_0x2f74e2(0xd2)]['includes'](_0x1a0921)?_0x1a0921=_0x2f74e2(0x102):['resource-code-selector']['includes'](_0x1a0921)&&(_0x1a0921=_0x2f74e2(0xf3)),'id'==_0x47d8ed)_0x55d937[_0x2f74e2(0xd4)]({'type':_0x2f74e2(0xdc),'name':_0x47d8ed,'hidden':!0x0});else{let _0x1e228d=MetaApi[_0x2f74e2(0xfc)](_0x1a0921,_0x47d8ed,_0x3dc4db||_0x47d8ed,_0x479018[_0x2f74e2(0xdd)]?_0x479018[_0x2f74e2(0xdd)]:'left',!0x1,_0x367275,_0x272b8f);_0x1a0921[_0x2f74e2(0xf5)]('meta-')&&_0x432873&&_0x432873[_0x2f74e2(0x110)]&&(_0x4d2a6a=await MetaUiUtil[_0x2f74e2(0xf4)](_0x1a0921,_0x4d2a6a)),'select'===_0x1a0921?Array[_0x2f74e2(0xf0)](_0x4d2a6a)?_0x1e228d[_0x2f74e2(0x104)]['options']=_0x4d2a6a:_0x2f74e2(0x107)===_0x4d2a6a[_0x2f74e2(0xe4)]?_0x1e228d[_0x2f74e2(0x104)][_0x2f74e2(0xd8)]=await ServiceUtil[_0x2f74e2(0xe6)](_0x4d2a6a[_0x2f74e2(0xe7)]?_0x4d2a6a['values']:_0x4d2a6a[_0x2f74e2(0xff)]):_0x2f74e2(0x101)===_0x4d2a6a[_0x2f74e2(0xe4)]?_0x1e228d[_0x2f74e2(0x104)][_0x2f74e2(0xd8)]=await ServiceUtil[_0x2f74e2(0xf9)](_0x4d2a6a[_0x2f74e2(0xff)],_0x4d2a6a['args']):_0x2f74e2(0xed)===_0x4d2a6a[_0x2f74e2(0xe4)]&&(_0x1e228d['record']['options']=await ServiceUtil['getCodeByEntity'](_0x4d2a6a[_0x2f74e2(0x103)])):'meta-object-selector'===_0x1a0921?_0x1e228d[_0x2f74e2(0x104)][_0x2f74e2(0xd8)]={..._0x4d2a6a}:_0x2f74e2(0xf3)==_0x1a0921&&(_0x4d2a6a[_0x2f74e2(0xca)]&&(_0x4d2a6a[_0x2f74e2(0x106)]=await ServiceUtil[_0x2f74e2(0xd6)](_0x4d2a6a)),_0x1e228d['record'][_0x2f74e2(0xd8)]={..._0x4d2a6a}),_0x1e228d[_0x2f74e2(0x10a)]=_0x136ecc,_0x55d937[_0x2f74e2(0xd4)](_0x1e228d);}}else _0x55d937[_0x2f74e2(0xd4)](MetaApi[_0x2f74e2(0xfc)](_0x2f74e2(0xdc),this['options']['codeField'],this[_0x2f74e2(0xd8)]['codeField'],_0x2f74e2(0x114),!0x1,!0x0,0xb4)),this['options'][_0x2f74e2(0xca)]&&_0x55d937[_0x2f74e2(0xd4)](MetaApi[_0x2f74e2(0xfc)](_0x2f74e2(0xdc),this[_0x2f74e2(0xd8)][_0x2f74e2(0xca)],this[_0x2f74e2(0xd8)][_0x2f74e2(0xca)],_0x2f74e2(0x114),!0x1,!0x0,0x12c));_0x55d937[_0x2f74e2(0xfe)](_0x2f482f=>{const _0xa3e3d0=_0x2f74e2;let _0xf9116c=_0x2c8c36[_0xa3e3d0(0xf8)](_0x40f171=>_0xa3e3d0(0xdc)==typeof _0x40f171?_0x2f482f[_0xa3e3d0(0xff)]==_0x40f171:_0x2f482f[_0xa3e3d0(0xff)]==_0x40f171['name']);_0xf9116c&&_0xf9116c['length']>0x0&&(_0x2f482f[_0xa3e3d0(0xf8)]=_0xa3e3d0(0xdc)==typeof _0xf9116c[0x0]?_0xa3e3d0(0xe8):_0xf9116c[0x0]);});let _0x1b18bf={'rows':MetaApi['getGristSelectableConfig'](!0x1),'pagination':MetaApi[_0x2f74e2(0xd9)](),'columns':_0x55d937,'sorters':[..._0x3408f2]};_0x1b18bf[_0x2f74e2(0xea)][_0x2f74e2(0x100)]={'click':_0x2f74e2(0x10b),'dblclick':(_0x1f7641,_0x566f85,_0x38ffaa,_0x22e380,_0x51d097,_0x33832a)=>{const _0x241296=_0x2f74e2;this[_0x241296(0xda)](_0x22e380);}},_0x1b18bf[_0x2f74e2(0xea)]['appendable']=!0x1,this['gridConfig']=_0x1b18bf,await super['connectedCallback']();}async[a0_0x25e085(0x116)](){await super['firstUpdated']();}['render'](){const _0x30207e=a0_0x25e085;return html`
21
+ <ox-grist id="ox-grist" .config=${this['gridConfig']} .mode=${isMobileDevice()?_0x30207e(0xf7):_0x30207e(0xcc)} auto-fetch
22
+ .fetchHandler=${this[_0x30207e(0xef)][_0x30207e(0xf6)](this)}>
23
23
  <div slot="headroom">
24
24
  <div id="filters">
25
25
  <ox-filters-form></ox-filters-form>
@@ -27,14 +27,14 @@ const a0_0x4556e2=a0_0x5a45;(function(_0x28b400,_0x21fb64){const _0x34dc71=a0_0x
27
27
  </div>
28
28
  </ox-grist>
29
29
  <div id="button-container" class="button-container">
30
- <mwc-button raised label="${TermsUtil['tButton'](_0x31b2b1(0x109))}" style="margin-left:7px;margin-top:7px;"
31
- @click=${this['clickEmpty']['bind'](this)}>
30
+ <mwc-button raised label="${TermsUtil['tButton']('empty')}" style="margin-left:7px;margin-top:7px;"
31
+ @click=${this[_0x30207e(0xd7)]['bind'](this)}>
32
32
  </mwc-button>
33
- <mwc-button raised label="${TermsUtil['tButton']('cancel')}" style="margin-left:7px;margin-top:7px;"
34
- @click=${this[_0x31b2b1(0x12e)]['bind'](this)}>
33
+ <mwc-button raised label="${TermsUtil[_0x30207e(0xde)]('cancel')}" style="margin-left:7px;margin-top:7px;"
34
+ @click=${this[_0x30207e(0x10d)][_0x30207e(0xf6)](this)}>
35
35
  </mwc-button>
36
- <mwc-button raised label="${TermsUtil[_0x31b2b1(0x11b)](_0x31b2b1(0xf6))}" style="margin-left:7px;margin-top:7px;"
37
- @click=${this['clickSelect'][_0x31b2b1(0x11e)](this)}>
36
+ <mwc-button raised label="${TermsUtil[_0x30207e(0xde)](_0x30207e(0x113))}" style="margin-left:7px;margin-top:7px;"
37
+ @click=${this[_0x30207e(0xfa)][_0x30207e(0xf6)](this)}>
38
38
  </mwc-button>
39
39
  </div>
40
- `;}get[a0_0x4556e2(0xf3)](){const _0x23763=a0_0x4556e2;return this[_0x23763(0x10b)]['querySelector']('#ox-grist');}async['fetchHandler']({page:_0x269960=0x0,limit:_0x26485b=0x0,sorters:_0x417177=[],filters:_0x5ef042=[]}){const _0x233438=a0_0x4556e2;let _0x21ba6d=[...this['search_hidden_fields']];_0x5ef042[_0x233438(0x10a)](_0x597e2c=>{const _0x28a036=_0x233438;let _0x5ce54e=_0x21ba6d[_0x28a036(0x104)](_0x3cff9d=>_0x597e2c[_0x28a036(0x100)]==_0x3cff9d['name']);_0x5ce54e&&_0x5ce54e[_0x28a036(0x119)]>0x0&&delete _0x21ba6d[_0x597e2c[_0x28a036(0x100)]],_0x21ba6d[_0x28a036(0x113)](_0x597e2c);});let _0x12ea6b=ValueUtil[_0x233438(0x105)](this['options'][_0x233438(0x126)]&&this[_0x233438(0x134)][_0x233438(0x126)]['gql']||{},_0x233438(0x140),'after_set_fields'),_0x1b102d=Object['keys'](_0x12ea6b||{}),_0x2dba62=MetaApi[_0x233438(0xfd)](this[_0x233438(0x121)][_0x233438(0x12b)]['filter'](_0x535c07=>!_0x1b102d[_0x233438(0x144)](_0x535c07[_0x233438(0x100)])));return await MetaApi['searchByPagination'](this['options']['queryName'],_0x21ba6d,_0x417177,_0x269960,_0x26485b,_0x2dba62);}async[a0_0x4556e2(0x123)](_0x32779c){const _0x4a17ff=a0_0x4556e2;this[_0x4a17ff(0x132)]&&this[_0x4a17ff(0x132)](null),closePopup(this);}async['clickCancel'](_0x4b11aa){closePopup(this);}async[a0_0x4556e2(0x10c)](_0x3adfd0){const _0x55efe3=a0_0x4556e2;let _0x412b01=this[_0x55efe3(0xf3)][_0x55efe3(0x114)];_0x412b01&&0x0!=_0x412b01[_0x55efe3(0x119)]?this['selectRecord'](_0x412b01[0x0]):MetaApi[_0x55efe3(0x108)](_0x55efe3(0x133),TermsUtil[_0x55efe3(0xf9)](_0x55efe3(0x12a)));}async[a0_0x4556e2(0x11f)](_0x490fad){const _0x3b2c11=a0_0x4556e2;this[_0x3b2c11(0x132)]&&this[_0x3b2c11(0x132)](_0x490fad),closePopup(this);}}customElements[a0_0x4556e2(0x11d)](a0_0x4556e2(0x120),MetaObjectSelectorPopup);
40
+ `;}get[a0_0x25e085(0x10e)](){const _0x1c61fb=a0_0x25e085;return this[_0x1c61fb(0xd3)]['querySelector']('#ox-grist');}async[a0_0x25e085(0xef)]({page:_0x3fbc0c=0x0,limit:_0x512c1f=0x0,sorters:_0x99c83b=[],filters:_0x556bc1=[]}){const _0x529ada=a0_0x25e085;let _0x2e3759=[...this[_0x529ada(0xf2)]];_0x556bc1[_0x529ada(0xfe)](_0x4a9b84=>{const _0x17bed4=_0x529ada;let _0x1c7d56=_0x2e3759[_0x17bed4(0xf8)](_0x48fdc3=>_0x4a9b84[_0x17bed4(0xff)]==_0x48fdc3[_0x17bed4(0xff)]);_0x1c7d56&&_0x1c7d56[_0x17bed4(0xe0)]>0x0&&delete _0x2e3759[_0x4a9b84['name']],_0x2e3759[_0x17bed4(0xd4)](_0x4a9b84);});let _0x33ca3f=ValueUtil[_0x529ada(0xf1)](this[_0x529ada(0xd8)][_0x529ada(0x10c)]&&this[_0x529ada(0xd8)][_0x529ada(0x10c)][_0x529ada(0x109)]||{},_0x529ada(0xee),'after_set_fields'),_0x30cfd2=Object[_0x529ada(0xdb)](_0x33ca3f||{}),_0x17f15c=MetaApi[_0x529ada(0xcf)](this[_0x529ada(0x112)]['columns'][_0x529ada(0xf8)](_0x53661f=>!_0x30cfd2['includes'](_0x53661f['name'])));return await MetaApi['searchByPagination'](this[_0x529ada(0xd8)][_0x529ada(0xfb)],_0x2e3759,_0x99c83b,_0x3fbc0c,_0x512c1f,_0x17f15c);}async[a0_0x25e085(0xd7)](_0x28bdcc){const _0x54c43b=a0_0x25e085;this['confirmCallback']&&this[_0x54c43b(0xdf)](null),closePopup(this);}async['clickCancel'](_0x2cbef7){closePopup(this);}async[a0_0x25e085(0xfa)](_0x44619a){const _0x217886=a0_0x25e085;let _0x91a298=this['grist']['selected'];_0x91a298&&0x0!=_0x91a298[_0x217886(0xe0)]?this[_0x217886(0xda)](_0x91a298[0x0]):MetaApi[_0x217886(0xfd)](_0x217886(0x105),TermsUtil['tText'](_0x217886(0xeb)));}async['selectRecord'](_0x4f207f){const _0x266c63=a0_0x25e085;this[_0x266c63(0xdf)]&&this[_0x266c63(0xdf)](_0x4f207f),closePopup(this);}}customElements[a0_0x25e085(0xe9)](a0_0x25e085(0xe2),MetaObjectSelectorPopup);
@@ -1 +1 @@
1
- const a0_0xc409fd=a0_0x25b2;function a0_0x25b2(_0x3e170b,_0x52804d){const _0x104e3e=a0_0x104e();return a0_0x25b2=function(_0x25b2e3,_0x469919){_0x25b2e3=_0x25b2e3-0x12f;let _0x1df17d=_0x104e3e[_0x25b2e3];return _0x1df17d;},a0_0x25b2(_0x3e170b,_0x52804d);}(function(_0x5ba6ce,_0xe4c363){const _0x481916=a0_0x25b2,_0x4d91e7=_0x5ba6ce();while(!![]){try{const _0x3ba751=-parseInt(_0x481916(0x148))/0x1*(-parseInt(_0x481916(0x157))/0x2)+-parseInt(_0x481916(0x133))/0x3+parseInt(_0x481916(0x12f))/0x4*(-parseInt(_0x481916(0x152))/0x5)+-parseInt(_0x481916(0x14d))/0x6+-parseInt(_0x481916(0x143))/0x7*(-parseInt(_0x481916(0x140))/0x8)+parseInt(_0x481916(0x138))/0x9+-parseInt(_0x481916(0x153))/0xa;if(_0x3ba751===_0xe4c363)break;else _0x4d91e7['push'](_0x4d91e7['shift']());}catch(_0x315640){_0x4d91e7['push'](_0x4d91e7['shift']());}}}(a0_0x104e,0x3a27b));import{MetaApi}from'./../utils/meta-api';import{ValueUtil}from'./../utils/value-util';import{TermsUtil}from'./../utils/terms-util';function a0_0x104e(){const _0x43bb6=['lifecycle','params','title_detail','after','isPage','isPopup','24KbLXWl','is_detail','callScenario','1110354fAUQal','isElement','fetchHandler','parent_id','excuteOpenPopupButtonClick','8uGBYvA','setParentId','grist','isEmpty','properties','1086642qrOtJU','getAndParseMenuMeta','name','parseBasicGridConfigs','tTitle','11810KmoVFo','1069250puCMvm','getMenuMeta','menu','parseBasicServiceConfigs','107710QkiuhK','title','filterForm','etc','404jpbnUB','parseBasicButtonConfigs','executeCallScenarioButtonClick','fetch','846420OMgPxl','parseBasicFormConfigs','is_popup','isNotEmpty','active','1262079NuAmWj','parseBasicTabConfigs'];a0_0x104e=function(){return _0x43bb6;};return a0_0x104e();}export const MetaBaseMixin=_0x36cb62=>class extends _0x36cb62{static get[a0_0xc409fd(0x14c)](){return{'menuInfo':Object,'route_name':String,'parent_id':String,'is_detail':{'type':Boolean,'converter':_0x1735ab=>Boolean(_0x1735ab)},'is_popup':{'type':Boolean,'converter':_0x28e667=>Boolean(_0x28e667)},'is_activity':{'type':Boolean,'converter':_0x1cb5e0=>Boolean(_0x1cb5e0)},'is_readonly':{'type':Boolean,'converter':_0xdd26bb=>Boolean(_0xdd26bb)}};}get[a0_0xc409fd(0x144)](){const _0x260114=a0_0xc409fd;return!0x0===this[_0x260114(0x141)]||!0x0===this[_0x260114(0x135)];}get['isDetail'](){const _0xd450bc=a0_0xc409fd;return!ValueUtil[_0xd450bc(0x14b)](this[_0xd450bc(0x141)])&&this[_0xd450bc(0x141)];}async['pageUpdated'](_0x2d4f52,_0x6a10eb,_0x2f6ae0){const _0x5a163d=a0_0xc409fd;let _0x193de8=this[_0x5a163d(0x13a)]?.[_0x5a163d(0x13b)]?this[_0x5a163d(0x13a)][_0x5a163d(0x13b)]:{};this['isPage']&&this[_0x5a163d(0x137)]&&0x0==_0x2f6ae0[_0x5a163d(0x137)]&&ValueUtil[_0x5a163d(0x136)](_0x193de8)&&this[_0x5a163d(0x132)]();}get[a0_0xc409fd(0x13f)](){const _0x13c23d=a0_0xc409fd;return!ValueUtil['isEmpty'](this[_0x13c23d(0x135)])&&this[_0x13c23d(0x135)];}get[a0_0xc409fd(0x13e)](){const _0x1bec61=a0_0xc409fd;return!this[_0x1bec61(0x141)]&&!this[_0x1bec61(0x135)];}async[a0_0xc409fd(0x14e)](){const _0x5dcc3b=a0_0xc409fd;let _0x5dabd0=await MetaApi[_0x5dcc3b(0x154)](this);_0x5dabd0&&(this['menuInfo']=_0x5dabd0[_0x5dcc3b(0x155)],this['etcConfig']=_0x5dabd0[_0x5dcc3b(0x15a)],this[_0x5dcc3b(0x150)]&&this[_0x5dcc3b(0x150)](_0x5dabd0),this[_0x5dcc3b(0x156)]&&this[_0x5dcc3b(0x156)](_0x5dabd0),this[_0x5dcc3b(0x134)]&&this[_0x5dcc3b(0x134)](_0x5dabd0),this[_0x5dcc3b(0x139)]&&this[_0x5dcc3b(0x139)](_0x5dabd0),this[_0x5dcc3b(0x130)]&&this[_0x5dcc3b(0x130)](_0x5dabd0));}async['fetch'](){const _0x4d3324=a0_0xc409fd;ValueUtil[_0x4d3324(0x136)](this[_0x4d3324(0x14a)])?this['grist']['fetch']():(ValueUtil[_0x4d3324(0x136)](this[_0x4d3324(0x159)])||this[_0x4d3324(0x145)])&&await this[_0x4d3324(0x145)]();}async[a0_0xc409fd(0x147)](_0xa112be,_0x5d6fc2,_0x31ba13){const _0x5ba25c=a0_0xc409fd;let _0x45aa92=TermsUtil[_0x5ba25c(0x151)](_0xa112be[_0x5ba25c(0x158)]);ValueUtil['isNotEmpty'](_0xa112be[_0x5ba25c(0x13c)])&&(_0x45aa92=_0x45aa92+'-'+ValueUtil['getParams'](_0x5d6fc2,..._0xa112be['title_detail']['split']('.'))),MetaApi['openDynamicPopup'](_0x45aa92,_0xa112be,_0x5d6fc2,_0x31ba13);}async[a0_0xc409fd(0x131)](_0x2da046,_0x58ec17,_0xfd594c){const _0x3dacf6=a0_0xc409fd;let _0x972fdc=await MetaApi[_0x3dacf6(0x142)](_0x2da046[_0x3dacf6(0x14f)],_0x2da046[_0x3dacf6(0x14f)],_0x58ec17);!0x1!==_0x972fdc&&!_0x972fdc['errors']&&ValueUtil['isNotEmpty'](_0x2da046[_0x3dacf6(0x13d)])&&_0xfd594c();}[a0_0xc409fd(0x149)](_0x13583f){const _0x3c36d8=a0_0xc409fd;this[_0x3c36d8(0x146)]=_0x13583f,this['fetch']();}};
1
+ const a0_0x2b9bec=a0_0x5246;function a0_0x35f4(){const _0x34784a=['after','field-change','42584rimLro','isDetail','7470zaDIku','detail','filterForm','title_detail','332989qCZdaq','executeCallScenarioButtonClick','menu','isNotEmpty','data','runScenario','menuInfo','1234488qHBbJo','parseBasicButtonConfigs','body','properties','12vALDTG','1934754OagMou','openDynamicPopup','data-change','connectedCallback','getMenuMeta','name','isElement','forEach','dispatchEvent','isPopup','active','isPage','lifecycle','tTitle','7gkQbdR','2822941aHgcEG','log','is_popup','isEmpty','14247hnvGke','getParams','fieldChangeHandlers','4cZacoe','parseBasicGridConfigs','keys','addEventListener','getAndParseMenuMeta','parseBasicFormConfigs','callScenario','grist','params','145dfNoLr','parseBasicTabConfigs','etc','fetchHandler','is_detail','fetch','83764vASSJa'];a0_0x35f4=function(){return _0x34784a;};return a0_0x35f4();}(function(_0x3a1799,_0x1d933e){const _0xebd744=a0_0x5246,_0x27c03b=_0x3a1799();while(!![]){try{const _0x1e7f2f=-parseInt(_0xebd744(0x1df))/0x1*(parseInt(_0xebd744(0x1c7))/0x2)+-parseInt(_0xebd744(0x1eb))/0x3+-parseInt(_0xebd744(0x1d6))/0x4*(-parseInt(_0xebd744(0x1d0))/0x5)+parseInt(_0xebd744(0x1e6))/0x6+-parseInt(_0xebd744(0x1f9))/0x7*(-parseInt(_0xebd744(0x1d9))/0x8)+-parseInt(_0xebd744(0x1c4))/0x9*(-parseInt(_0xebd744(0x1db))/0xa)+-parseInt(_0xebd744(0x1c0))/0xb*(-parseInt(_0xebd744(0x1ea))/0xc);if(_0x1e7f2f===_0x1d933e)break;else _0x27c03b['push'](_0x27c03b['shift']());}catch(_0x2da655){_0x27c03b['push'](_0x27c03b['shift']());}}}(a0_0x35f4,0xe71a4));import{MetaApi}from'./../utils/meta-api';import{ValueUtil}from'./../utils/value-util';import{TermsUtil}from'./../utils/terms-util';function a0_0x5246(_0xd75c4b,_0x186c65){const _0x35f40=a0_0x35f4();return a0_0x5246=function(_0x52468c,_0x54a18b){_0x52468c=_0x52468c-0x1c0;let _0x17cb67=_0x35f40[_0x52468c];return _0x17cb67;},a0_0x5246(_0xd75c4b,_0x186c65);}export const MetaBaseMixin=_0x4965af=>class extends _0x4965af{static get[a0_0x2b9bec(0x1e9)](){return{'menuInfo':Object,'route_name':String,'parent_id':String,'is_detail':{'type':Boolean,'converter':_0x4a1c29=>Boolean(_0x4a1c29)},'is_popup':{'type':Boolean,'converter':_0x4fab81=>Boolean(_0x4fab81)},'is_activity':{'type':Boolean,'converter':_0x1514f0=>Boolean(_0x1514f0)},'is_readonly':{'type':Boolean,'converter':_0x4a9cf9=>Boolean(_0x4a9cf9)}};}get[a0_0x2b9bec(0x1f1)](){const _0x4afcd3=a0_0x2b9bec;return!0x0===this[_0x4afcd3(0x1d4)]||!0x0===this['is_popup'];}get[a0_0x2b9bec(0x1da)](){const _0x204a7b=a0_0x2b9bec;return!ValueUtil[_0x204a7b(0x1c3)](this['is_detail'])&&this[_0x204a7b(0x1d4)];}async[a0_0x2b9bec(0x1ee)](){const _0x163629=a0_0x2b9bec;super['connectedCallback']&&await super['connectedCallback'](),this[_0x163629(0x1ca)](_0x163629(0x1d8),async _0x41c60d=>{const _0x317731=_0x163629;_0x41c60d['stopPropagation'](),this['dispatchEvent'](new CustomEvent(_0x317731(0x1ed),{'bubbles':!0x0,'composed':!0x0,'detail':_0x41c60d[_0x317731(0x1dc)]}));let {after:_0x15f774,before:_0x578528,column:_0x1d64d8,record:_0x3e515b,row:_0x4268c1}=_0x41c60d['detail'];console[_0x317731(0x1c1)]('change\x20Event\x20:\x20'+_0x1d64d8['name']+'\x20',this[_0x317731(0x1c6)]);let _0x46f637=_0x1d64d8[_0x317731(0x1f0)];if(Object[_0x317731(0x1c9)](this[_0x317731(0x1c6)]||{})['includes'](_0x46f637)){let _0x313e6a,_0x49c2e0=(await MetaApi[_0x317731(0x1cd)](void 0x0,this[_0x317731(0x1c6)][_0x46f637],{'columnName':_0x46f637,'column':_0x1d64d8,'record':_0x3e515b,'after':_0x15f774,'before':_0x578528,'row':_0x4268c1},!0x1))[_0x317731(0x1e3)][_0x317731(0x1e4)]['data']['result'];if(!_0x49c2e0)return;_0x313e6a=this[_0x317731(0x1ce)]?this[_0x317731(0x1ce)]['grist'][_0x317731(0x1e8)]:this,Object[_0x317731(0x1c9)](_0x49c2e0)[_0x317731(0x1f2)](_0x168f49=>{const _0x2c7c85=_0x317731;_0x313e6a[_0x2c7c85(0x1f3)](new CustomEvent(_0x2c7c85(0x1d8),{'bubbles':!0x0,'composed':!0x0,'detail':{'record':_0x3e515b,'row':_0x4268c1,'after':_0x49c2e0[_0x168f49],'before':_0x3e515b[_0x168f49],'column':{'name':_0x168f49}}}));});}});}async['pageUpdated'](_0x3cf5ed,_0x13e7cb,_0x220a17){const _0x5be89a=a0_0x2b9bec;let _0xd042f2=this[_0x5be89a(0x1f7)]?.[_0x5be89a(0x1cf)]?this[_0x5be89a(0x1f7)][_0x5be89a(0x1cf)]:{};this[_0x5be89a(0x1f6)]&&this[_0x5be89a(0x1f5)]&&0x0==_0x220a17[_0x5be89a(0x1f5)]&&ValueUtil[_0x5be89a(0x1e2)](_0xd042f2)&&this[_0x5be89a(0x1d5)]();}get[a0_0x2b9bec(0x1f4)](){const _0x1f1540=a0_0x2b9bec;return!ValueUtil[_0x1f1540(0x1c3)](this[_0x1f1540(0x1c2)])&&this['is_popup'];}get[a0_0x2b9bec(0x1f6)](){const _0x4589b0=a0_0x2b9bec;return!this[_0x4589b0(0x1d4)]&&!this[_0x4589b0(0x1c2)];}async[a0_0x2b9bec(0x1cb)](){const _0x19e9f6=a0_0x2b9bec;let _0x56319b=await MetaApi[_0x19e9f6(0x1ef)](this);_0x56319b&&(this[_0x19e9f6(0x1e5)]=_0x56319b[_0x19e9f6(0x1e1)],this['etcConfig']=_0x56319b[_0x19e9f6(0x1d2)],this[_0x19e9f6(0x1c8)]&&this['parseBasicGridConfigs'](_0x56319b),this['parseBasicServiceConfigs']&&this['parseBasicServiceConfigs'](_0x56319b),this[_0x19e9f6(0x1cc)]&&this['parseBasicFormConfigs'](_0x56319b),this['parseBasicTabConfigs']&&this[_0x19e9f6(0x1d1)](_0x56319b),this[_0x19e9f6(0x1e7)]&&this[_0x19e9f6(0x1e7)](_0x56319b));}async[a0_0x2b9bec(0x1d5)](){const _0x3cba2f=a0_0x2b9bec;ValueUtil[_0x3cba2f(0x1e2)](this[_0x3cba2f(0x1ce)])?this[_0x3cba2f(0x1ce)][_0x3cba2f(0x1d5)]():(ValueUtil[_0x3cba2f(0x1e2)](this[_0x3cba2f(0x1dd)])||this[_0x3cba2f(0x1d3)])&&await this[_0x3cba2f(0x1d3)]();}async['excuteOpenPopupButtonClick'](_0x5c44b1,_0x585ea2,_0x534501){const _0x445ac1=a0_0x2b9bec;let _0x495cd8=TermsUtil[_0x445ac1(0x1f8)](_0x5c44b1['title']);ValueUtil['isNotEmpty'](_0x5c44b1[_0x445ac1(0x1de)])&&(_0x495cd8=_0x495cd8+'-'+ValueUtil[_0x445ac1(0x1c5)](_0x585ea2,..._0x5c44b1[_0x445ac1(0x1de)]['split']('.'))),MetaApi[_0x445ac1(0x1ec)](_0x495cd8,_0x5c44b1,_0x585ea2,_0x534501);}async[a0_0x2b9bec(0x1e0)](_0x33062b,_0x4d90de,_0x520c35){const _0x1b06bd=a0_0x2b9bec;let _0x20ef9c=await MetaApi[_0x1b06bd(0x1cd)](_0x33062b[_0x1b06bd(0x1f0)],_0x33062b[_0x1b06bd(0x1f0)],_0x4d90de);!0x1!==_0x20ef9c&&!_0x20ef9c['errors']&&ValueUtil[_0x1b06bd(0x1e2)](_0x33062b[_0x1b06bd(0x1d7)])&&_0x520c35();}['setParentId'](_0x519df6){const _0x40ed74=a0_0x2b9bec;this['parent_id']=_0x519df6,this[_0x40ed74(0x1d5)]();}};