@things-factory/meta-ui 6.0.126 → 6.0.130

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 (81) hide show
  1. package/client/actions/main.js +4 -4
  2. package/client/bootstrap.js +4 -21
  3. package/client/component/filter/filter-form-resource-code-select.js +9 -9
  4. package/client/component/filter/filter-grist-resource-code-select.js +9 -9
  5. package/client/component/grist/editor/ox-grist-editor-resource-code-selector.js +9 -9
  6. package/client/component/grist/renderer/ox-grist-renderer-resource-code-selector.js +1 -1
  7. package/client/component/grist/selector/ox-resource-code-selector-popup.js +11 -11
  8. package/client/index.js +4 -0
  9. package/client/mixin/meta-base-mixin.js +1 -1
  10. package/client/mixin/meta-basic-grist-mixin.js +4 -4
  11. package/client/mixin/meta-button-mixin.js +1 -1
  12. package/client/mixin/meta-form-mixin.js +1 -1
  13. package/client/mixin/meta-grist-tab-mixin.js +1 -1
  14. package/client/mixin/meta-main-tab-mixin.js +1 -0
  15. package/client/mixin/meta-master-detail-mixin.js +1 -1
  16. package/client/mixin/meta-service-mixin.js +1 -1
  17. package/client/mixin/meta-tab-detail-mixin.js +1 -1
  18. package/client/mixin/meta-tab-mixin.js +1 -1
  19. package/client/pages/activity/meta-activity-list-page.js +6 -6
  20. package/client/pages/activity/meta-activity-viewer-element.js +2 -2
  21. package/client/pages/activity/meta-activity-writer-element.js +3 -3
  22. package/client/pages/activity/meta-activiy-mixin.js +3 -3
  23. package/client/pages/entity/config-entity.js +29 -29
  24. package/client/pages/entity/main-menu-selector.js +8 -8
  25. package/client/pages/history/history-copy-list-popup.js +6 -6
  26. package/client/pages/history/history-json-list-popup.js +6 -6
  27. package/client/pages/loading-page.js +5 -5
  28. package/client/pages/menu/dynamic-menu-template.js +7 -7
  29. package/client/pages/menu/dynamic-menu.js +15 -15
  30. package/client/pages/meta-form-element.js +1 -1
  31. package/client/pages/meta-grist-element.js +1 -1
  32. package/client/pages/meta-grist-page.js +1 -1
  33. package/client/pages/meta-grist-tab-element.js +1 -1
  34. package/client/pages/meta-grist-tab-page.js +1 -1
  35. package/client/pages/meta-main-tab-element.js +1 -0
  36. package/client/pages/meta-main-tab-page.js +1 -0
  37. package/client/pages/meta-master-detail-element.js +1 -1
  38. package/client/pages/meta-master-detail-page.js +1 -1
  39. package/client/pages/meta-tab-detail-element.js +1 -1
  40. package/client/pages/meta-tab-detail-page.js +1 -1
  41. package/client/pages/meta-tab-element.js +1 -1
  42. package/client/pages/personalize/personal-column-selector.js +11 -11
  43. package/client/pages/terms/config-terminology.js +6 -6
  44. package/client/pages/work-code/work-code-detail-popup.js +1 -1
  45. package/client/pages/work-code/work-code-page.js +1 -1
  46. package/client/reducers/main.js +1 -1
  47. package/client/utils/meta-api.js +1 -1
  48. package/client/utils/meta-crypto.js +1 -1
  49. package/client/utils/meta-ui-util.js +126 -95
  50. package/client/utils/service-util.js +13 -13
  51. package/client/utils/terms-util.js +2 -2
  52. package/client/utils/ui-util.js +1 -1
  53. package/client/utils/value-util.js +1 -1
  54. package/client/viewparts/dynamic-menu-landscape-styles.js +1 -1
  55. package/client/viewparts/dynamic-menu-landscape.js +10 -10
  56. package/client/viewparts/dynamic-menu-part.js +12 -12
  57. package/client/viewparts/dynamic-menu-portrait-styles.js +1 -1
  58. package/client/viewparts/dynamic-menu-portrait.js +9 -9
  59. package/client/viewparts/dynamic-top-menu-bar.js +7 -7
  60. package/package.json +2 -2
  61. package/server/activity/CommonActivity.js +2 -2
  62. package/server/constants/error-code.js +1 -1
  63. package/server/errors/license-error.js +1 -1
  64. package/server/routes.js +1 -1
  65. package/server/service/grid-personalize/grid-personalize-mutation.js +1 -1
  66. package/server/service/grid-personalize/grid-personalize-query.js +1 -1
  67. package/server/service/grid-personalize/grid-personalize-type.js +1 -1
  68. package/server/service/grid-personalize/grid-personalize.js +1 -1
  69. package/server/service/meta-activity/meta-activity-mutation.js +1 -1
  70. package/server/service/meta-activity/meta-activity-query.js +1 -1
  71. package/server/service/meta-activity/meta-activity-type.js +1 -1
  72. package/server/service/meta-secret/meta-resolver.js +1 -1
  73. package/server/service/set-translations/set-translation-resolver.js +1 -1
  74. package/server/service/work-code/work-code-mutation.js +1 -1
  75. package/server/service/work-code/work-code-query.js +1 -1
  76. package/server/service/work-code/work-code-type.js +1 -1
  77. package/server/service/work-code/work-code.js +1 -1
  78. package/server/service/work-code-detail/work-code-detail-mutation.js +1 -1
  79. package/server/service/work-code-detail/work-code-detail-query.js +1 -1
  80. package/server/service/work-code-detail/work-code-detail-type.js +1 -1
  81. package/server/service/work-code-detail/work-code-detail.js +1 -1
@@ -1,7 +1,7 @@
1
- const a0_0xd5e914=a0_0x5c68;(function(_0x7c3f0b,_0x34b06c){const _0x4b2f19=a0_0x5c68,_0x973815=_0x7c3f0b();while(!![]){try{const _0x24642d=parseInt(_0x4b2f19(0xe6))/0x1+-parseInt(_0x4b2f19(0xee))/0x2+-parseInt(_0x4b2f19(0xed))/0x3+parseInt(_0x4b2f19(0xe0))/0x4*(parseInt(_0x4b2f19(0xf9))/0x5)+-parseInt(_0x4b2f19(0xef))/0x6*(-parseInt(_0x4b2f19(0xe8))/0x7)+parseInt(_0x4b2f19(0xf2))/0x8*(parseInt(_0x4b2f19(0xf3))/0x9)+parseInt(_0x4b2f19(0xf6))/0xa;if(_0x24642d===_0x34b06c)break;else _0x973815['push'](_0x973815['shift']());}catch(_0x53282c){_0x973815['push'](_0x973815['shift']());}}}(a0_0x2f58,0x4320f));import'../viewparts/dynamic-menu-part';import'@material/mwc-icon';import a0_0x2fc345 from'graphql-tag';import{html}from'lit';function a0_0x2f58(){const _0x5cf6ff=['UPDATE_META_UI','lite-menu-part','rank','items','478782uiJkWD','705486QoxRpb','1308HTWeGL','FRONT_END','querySelector','256gfSJUf','30447VZBszF','dispatch','filter','1448020BJNudB','hamburger','meta[name=\x22application-name\x22]','13765HmIwnv','NAVBAR','344cFCmhN','data','liteMenus','content','get','dynamic-menu-part','28250cFxwsN','appName','8645ymkEyr'];a0_0x2f58=function(){return _0x5cf6ff;};return a0_0x2f58();}import{client}from'@operato/graphql';function a0_0x5c68(_0x3d274a,_0x2f31c5){const _0x2f58ea=a0_0x2f58();return a0_0x5c68=function(_0x5c6843,_0x282589){_0x5c6843=_0x5c6843-0xe0;let _0x5dae8c=_0x2f58ea[_0x5c6843];return _0x5dae8c;},a0_0x5c68(_0x3d274a,_0x2f31c5);}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';import{clientSettingStore}from'@things-factory/shell';export const UPDATE_META_UI=a0_0xd5e914(0xe9);export const UPDATE_META_MENU_TEMPLATE='UPDATE_META_MENU_TEMPLATE';var HAMBURGER;export async function setupMenuPart(_0x1822dd){const _0x5e9260=a0_0xd5e914;var {hovering:_0x27e84e=!!isMobileDevice(),slotTemplate:_0x148831,portraitSlotTemplate:_0x742985,landscapeSlotTemplate:_0x3105d3,position:_0x45152c=VIEWPART_POSITION[_0x5e9260(0xfa)]}=_0x1822dd||{};const {hovering:_0x1f3238}=(await clientSettingStore[_0x5e9260(0xe4)]('dynamic-menu'))?.['value']||{};void 0x0!==_0x1f3238&&(_0x27e84e=_0x1f3238);const _0x40a62f=_0x45152c==VIEWPART_POSITION['HEADERBAR']?'landscape':'portrait',_0x268f9a=('landscape'==_0x40a62f?_0x3105d3:_0x742985)||_0x148831||html``;appendViewpart({'name':_0x5e9260(0xea),'viewpart':{'show':!_0x27e84e,'resizable':!0x0,'hovering':!!isMobileDevice()||_0x27e84e,'template':html`<dynamic-menu-part .orientation=${_0x40a62f}>${_0x268f9a}</dynamic-menu-part>`},'position':_0x45152c}),_0x27e84e&&'portrait'==_0x40a62f?HAMBURGER||(HAMBURGER={'name':_0x5e9260(0xf7),'template':html`
2
- <mwc-icon @click=${_0x23b7ae=>toggleOverlay(_0x5e9260(0xe5),{'backdrop':!0x0})}
1
+ const a0_0xae16c6=a0_0x58c7;(function(_0x1705fc,_0x9e4aa4){const _0x415899=a0_0x58c7,_0x34f8db=_0x1705fc();while(!![]){try{const _0x395572=parseInt(_0x415899(0x116))/0x1+parseInt(_0x415899(0x114))/0x2+parseInt(_0x415899(0x112))/0x3+-parseInt(_0x415899(0x108))/0x4+-parseInt(_0x415899(0x101))/0x5+parseInt(_0x415899(0x10f))/0x6+-parseInt(_0x415899(0x10b))/0x7*(parseInt(_0x415899(0x10e))/0x8);if(_0x395572===_0x9e4aa4)break;else _0x34f8db['push'](_0x34f8db['shift']());}catch(_0x42db2d){_0x34f8db['push'](_0x34f8db['shift']());}}}(a0_0x336b,0x85133));import'../viewparts/dynamic-menu-part';function a0_0x336b(){const _0x1913f2=['dynamic-menu','UPDATE_META_UI','items','content','get','data','5328580qEFWIF','active','landscape','appName','query','rank','FRONT_END','170896SuEJdA','querySelector','lite-menu-part','63VtJfuo','portrait','filter','366864AlAvAg','3697992HUsAXG','dispatch','meta[name=\x22application-name\x22]','1205058utKjhN','hamburger','1219620Tuxgzl','liteMenus','438409iezHlR','HEADERBAR'];a0_0x336b=function(){return _0x1913f2;};return a0_0x336b();}import'@material/mwc-icon';import a0_0x308ee8 from'graphql-tag';function a0_0x58c7(_0x162640,_0x3da4d2){const _0x336bf0=a0_0x336b();return a0_0x58c7=function(_0x58c7bd,_0x57e4e8){_0x58c7bd=_0x58c7bd-0xfa;let _0x24a226=_0x336bf0[_0x58c7bd];return _0x24a226;},a0_0x58c7(_0x162640,_0x3da4d2);}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';import{clientSettingStore}from'@things-factory/shell';export const UPDATE_META_UI=a0_0xae16c6(0xfc);export const UPDATE_META_MENU_TEMPLATE='UPDATE_META_MENU_TEMPLATE';var HAMBURGER;export async function setupMenuPart(_0x3e706d){const _0x1fd712=a0_0xae16c6;var {hovering:_0x4020ea=!!isMobileDevice(),slotTemplate:_0x578bd1,portraitSlotTemplate:_0x54e510,landscapeSlotTemplate:_0x19ef11,position:_0x170126=VIEWPART_POSITION['NAVBAR']}=_0x3e706d||{};const {hovering:_0x3971af}=(await clientSettingStore[_0x1fd712(0xff)](_0x1fd712(0xfb)))?.['value']||{};void 0x0!==_0x3971af&&(_0x4020ea=_0x3971af);const _0x4c4512=_0x170126==VIEWPART_POSITION[_0x1fd712(0xfa)]?_0x1fd712(0x103):_0x1fd712(0x10c),_0xac2bc5=('landscape'==_0x4c4512?_0x19ef11:_0x54e510)||_0x578bd1||html``;appendViewpart({'name':_0x1fd712(0x10a),'viewpart':{'show':!_0x4020ea,'resizable':!0x0,'hovering':!!isMobileDevice()||_0x4020ea,'template':html`<dynamic-menu-part .orientation=${_0x4c4512}>${_0xac2bc5}</dynamic-menu-part>`},'position':_0x170126}),_0x4020ea&&_0x1fd712(0x10c)==_0x4c4512?HAMBURGER||(HAMBURGER={'name':_0x1fd712(0x113),'template':html`
2
+ <mwc-icon @click=${_0x2e37d9=>toggleOverlay('dynamic-menu-part',{'backdrop':!0x0})}
3
3
  >view_headline</mwc-icon>
4
- `,'position':TOOL_POSITION[_0x5e9260(0xf0)]},store['dispatch']({'type':APPEND_APP_TOOL,'tool':HAMBURGER})):HAMBURGER&&(store[_0x5e9260(0xf4)]({'type':REMOVE_APP_TOOL,'name':_0x5e9260(0xf7)}),HAMBURGER=null);}export async function updateMenuTemplate(_0x54d0e7){const _0x492741=a0_0xd5e914;var _0x25e508=document[_0x492741(0xf1)](_0x492741(0xf8))?.[_0x492741(0xe3)],_0x12a1bd=(await client['query']({'query':a0_0x2fc345`
4
+ `,'position':TOOL_POSITION[_0x1fd712(0x107)]},store['dispatch']({'type':APPEND_APP_TOOL,'tool':HAMBURGER})):HAMBURGER&&(store[_0x1fd712(0x110)]({'type':REMOVE_APP_TOOL,'name':_0x1fd712(0x113)}),HAMBURGER=null);}export async function updateMenuTemplate(_0x167596){const _0x3cfdae=a0_0xae16c6;var _0x4e9f52=document[_0x3cfdae(0x109)](_0x3cfdae(0x111))?.[_0x3cfdae(0xfe)],_0x25bf10=(await client[_0x3cfdae(0x105)]({'query':a0_0x308ee8`
5
5
  query ($filters: [Filter!], $sortings: [Sorting!]) {
6
6
  liteMenus: liteMenus(filters: $filters
7
7
  sortings: $sortings) {
@@ -20,4 +20,4 @@ const a0_0xd5e914=a0_0x5c68;(function(_0x7c3f0b,_0x34b06c){const _0x4b2f19=a0_0x
20
20
  total
21
21
  }
22
22
  }
23
- `,'variables':{'filters':[{'name':'active','operator':'eq','value':!0x0},{'name':_0x492741(0xe7),'operator':'in','value':['',_0x25e508]}],'sortings':[{'name':_0x492741(0xeb),'desc':!0x1}]}}))[_0x492741(0xe1)][_0x492741(0xe2)][_0x492741(0xec)];store[_0x492741(0xf4)]({'type':UPDATE_META_MENU_TEMPLATE,'addon':_0x12a1bd[_0x492741(0xf5)](_0x5d4be3=>!_0x5d4be3['appName']||_0x5d4be3[_0x492741(0xe7)]===_0x25e508),'template':_0x54d0e7});}
23
+ `,'variables':{'filters':[{'name':_0x3cfdae(0x102),'operator':'eq','value':!0x0},{'name':_0x3cfdae(0x104),'operator':'in','value':['',_0x4e9f52]}],'sortings':[{'name':_0x3cfdae(0x106),'desc':!0x1}]}}))[_0x3cfdae(0x100)][_0x3cfdae(0x115)][_0x3cfdae(0xfd)];store[_0x3cfdae(0x110)]({'type':UPDATE_META_MENU_TEMPLATE,'addon':_0x25bf10[_0x3cfdae(0x10d)](_0x588bec=>!_0x588bec[_0x3cfdae(0x104)]||_0x588bec[_0x3cfdae(0x104)]===_0x4e9f52),'template':_0x167596});}
@@ -12,8 +12,10 @@ import { MetaApi } from './utils/meta-api'
12
12
 
13
13
  import { registerEditor as gristColumnRegisterEditor,
14
14
  registerRenderer as gristColumnRegisterRenderer,
15
- registerFilterRenderer as gristRegisterFilterRenderer } from '@operato/data-grist'
16
- import { registerFilterRenderer as formRegisterFilterRenderer } from '@operato/form'
15
+ registerFilterRenderer as gristRegisterFilterRenderer,
16
+ getFilterRenderers as gristGetFilterRenderers } from '@operato/data-grist'
17
+ import { registerFilterRenderer as formRegisterFilterRenderer,
18
+ getFilterRenderers as formGetFilterRenderers } from '@operato/form'
17
19
 
18
20
  import { OxGristRendererResourceCodeSelector } from './component/grist/renderer/ox-grist-renderer-resource-code-selector'
19
21
  import { OxGristEditorResourceCodeSelector } from './component/grist/editor/ox-grist-editor-resource-code-selector'
@@ -21,7 +23,6 @@ import { OxGristEditorResourceCodeSelector } from './component/grist/editor/ox-g
21
23
  import { FilterGristResourceCodeSelect } from './component/filter/filter-grist-resource-code-select'
22
24
  import { FilterFormResourceCodeSelect } from './component/filter/filter-form-resource-code-select'
23
25
 
24
-
25
26
  export default function bootstrap() {
26
27
  import(`./pages/activity/meta-activity-writer-element`)
27
28
  import(`./pages/activity/meta-activity-viewer-element`)
@@ -33,28 +34,10 @@ export default function bootstrap() {
33
34
  gristRegisterFilterRenderer('resource-code-selector',[FilterGristResourceCodeSelect]);
34
35
  formRegisterFilterRenderer('resource-code-selector',[FilterFormResourceCodeSelect]);
35
36
 
36
-
37
-
38
37
  store.addReducers({
39
38
  metaUI
40
39
  })
41
40
 
42
- // var titleMeta = document.querySelector('meta[name="application-name"]');
43
- // console.log(titleMeta ? titleMeta.content : 'Things Factory')
44
- // console.log(ENV['APP-VERSION'])
45
-
46
- // var iconLink = document.querySelector('link[rel="application-icon"]')
47
- // var titleMeta = document.querySelector('meta[name="application-name"]')
48
- // var descriptionMeta = document.querySelector('meta[name="application-description"]')
49
-
50
- // this._applicationMeta = {
51
- // icon: iconLink ? iconLink.href : logo,
52
- // title: titleMeta ? titleMeta.content : 'Things Factory',
53
- // description: descriptionMeta ? descriptionMeta.content : 'Reimagining Software'
54
- // }
55
-
56
-
57
-
58
41
  auth.on('profile', async ({ credential, domains, domain }) => {
59
42
  // 1. 용어 다운로드
60
43
  let locale = MetaApi.currentLocale()
@@ -1,16 +1,16 @@
1
- (function(_0x628aab,_0x567dab){const _0xb2cbe0=a0_0x4f7d,_0x3a3609=_0x628aab();while(!![]){try{const _0xa8b559=parseInt(_0xb2cbe0(0x134))/0x1+-parseInt(_0xb2cbe0(0x139))/0x2*(parseInt(_0xb2cbe0(0x120))/0x3)+-parseInt(_0xb2cbe0(0x137))/0x4+-parseInt(_0xb2cbe0(0x12d))/0x5*(parseInt(_0xb2cbe0(0x123))/0x6)+parseInt(_0xb2cbe0(0x130))/0x7*(-parseInt(_0xb2cbe0(0x13a))/0x8)+parseInt(_0xb2cbe0(0x128))/0x9*(parseInt(_0xb2cbe0(0x12b))/0xa)+-parseInt(_0xb2cbe0(0x13b))/0xb*(-parseInt(_0xb2cbe0(0x122))/0xc);if(_0xa8b559===_0x567dab)break;else _0x3a3609['push'](_0x3a3609['shift']());}catch(_0x287396){_0x3a3609['push'](_0x3a3609['shift']());}}}(a0_0xfdfe,0x31ee8));import'../grist/selector/ox-resource-code-selector-popup';function a0_0x4f7d(_0x56391b,_0x1a403b){const _0xfdfe96=a0_0xfdfe();return a0_0x4f7d=function(_0x4f7dc6,_0x3456a8){_0x4f7dc6=_0x4f7dc6-0x120;let _0x45b1b7=_0xfdfe96[_0x4f7dc6];return _0x45b1b7;},a0_0x4f7d(_0x56391b,_0x1a403b);}import{html}from'lit-html';function a0_0xfdfe(){const _0x5cc5c2=['options','tMenu','10kUIBlV','dispatchEvent','1970YLhyXe','filter','value','346262GYQsaG','renderRoot','dispField','change','392845SKtGDH','querySelector','name','166904RShPkM','large','24190MTdHoG','56OCPmiU','1199869rGhHWa','21zyJpzg','form\x20[name=\x22','12Vspixp','1734ENZWRx','length','selectorName','codes','target','2602035FnnhZm'];a0_0xfdfe=function(){return _0x5cc5c2;};return a0_0xfdfe();}import{openPopup}from'@operato/layout';import{TermsUtil}from'./../../utils/terms-util';function openResourceCodeSelector(_0x478706,_0x334f6b,_0x3a2b26){const _0x38287f=a0_0x4f7d;var _0x3a56d6=html`
1
+ (function(_0x4b6c79,_0x3004fe){const _0x45906b=a0_0x13a9,_0x24b1d2=_0x4b6c79();while(!![]){try{const _0x69214=parseInt(_0x45906b(0x11e))/0x1*(parseInt(_0x45906b(0x131))/0x2)+-parseInt(_0x45906b(0x125))/0x3*(parseInt(_0x45906b(0x136))/0x4)+-parseInt(_0x45906b(0x127))/0x5+-parseInt(_0x45906b(0x120))/0x6*(-parseInt(_0x45906b(0x11f))/0x7)+-parseInt(_0x45906b(0x122))/0x8+parseInt(_0x45906b(0x123))/0x9*(parseInt(_0x45906b(0x130))/0xa)+parseInt(_0x45906b(0x133))/0xb;if(_0x69214===_0x3004fe)break;else _0x24b1d2['push'](_0x24b1d2['shift']());}catch(_0x448add){_0x24b1d2['push'](_0x24b1d2['shift']());}}}(a0_0x55e8,0x55077));import'../grist/selector/ox-resource-code-selector-popup';function a0_0x55e8(){const _0x74c6b2=['change','2137498lqUntS','value','form\x20[name=\x22','156lAXVVc','length','options','16153LrGRhc','132076AoeOSj','42QihFnh','name','1549368skzGiD','2514672uEUgYo','renderRoot','40860hCMQUf','large','651665GXgJfx','tMenu','filter-change','dispField','codes','stopPropagation','filter','querySelector','dispatchEvent','10LdawLW','74VTwzbf'];a0_0x55e8=function(){return _0x74c6b2;};return a0_0x55e8();}import{html}from'lit-html';function a0_0x13a9(_0x41be0c,_0x461f96){const _0x55e8f1=a0_0x55e8();return a0_0x13a9=function(_0x13a912,_0x23e73d){_0x13a912=_0x13a912-0x11d;let _0x4f9eae=_0x55e8f1[_0x13a912];return _0x4f9eae;},a0_0x13a9(_0x41be0c,_0x461f96);}import{openPopup}from'@operato/layout';import{TermsUtil}from'./../../utils/terms-util';function openResourceCodeSelector(_0x50cc02,_0x1ad835,_0x3f0977){const _0x4711b3=a0_0x13a9;var _0xdf726b=html`
2
2
  <ox-resource-code-selector-popup
3
- .value=${_0x334f6b}
4
- .options=${_0x478706['options']}
5
- .confirmCallback=${_0x3a2b26}
3
+ .value=${_0x1ad835}
4
+ .options=${_0x50cc02[_0x4711b3(0x11d)]}
5
+ .confirmCallback=${_0x3f0977}
6
6
  ></ox-resource-code-selector-popup>
7
- `;openPopup(_0x3a56d6,{'backdrop':!0x0,'size':_0x38287f(0x138),'title':TermsUtil[_0x38287f(0x12a)](_0x478706[_0x38287f(0x129)][_0x38287f(0x125)])});}export const FilterFormResourceCodeSelect=(_0x1612a9,_0xdc2fbd,_0x508459)=>{const _0x213fb7=a0_0x4f7d,_0x1dd1ef=_0x1612a9[_0x213fb7(0x129)],_0x4ae0f2=_0x1dd1ef[_0x213fb7(0x126)]&&_0x1dd1ef[_0x213fb7(0x124)]>0x0?_0x1dd1ef[_0x213fb7(0x126)]:void 0x0,{operator:_0x2b9487='eq'}=_0x1612a9;let _0x1b56eb=_0xdc2fbd||'';if(_0x1dd1ef[_0x213fb7(0x132)]&&_0xdc2fbd&&_0x4ae0f2&&_0x4ae0f2){let _0x4d7268=_0x4ae0f2[_0x213fb7(0x12e)](_0x3d4cf2=>_0x3d4cf2[_0x213fb7(0x12f)]==_0xdc2fbd);_0x4d7268&&_0x4d7268[_0x213fb7(0x124)]>0x0&&(_0x1b56eb=_0x4d7268[0x0][_0x1dd1ef[_0x213fb7(0x132)]]);}return'eq'===_0x2b9487?html`
8
- <input name='${_0x1612a9[_0x213fb7(0x136)]}' type="text" hidden></input>
7
+ `;openPopup(_0xdf726b,{'backdrop':!0x0,'size':_0x4711b3(0x126),'title':TermsUtil[_0x4711b3(0x128)](_0x50cc02[_0x4711b3(0x11d)]['selectorName'])});}export const FilterFormResourceCodeSelect=(_0x4ae907,_0x49ea17,_0x199ee2)=>{const _0x4e4f3d=a0_0x13a9,_0x57ec39=_0x4ae907[_0x4e4f3d(0x11d)],_0x2aa834=_0x57ec39[_0x4e4f3d(0x12b)]&&_0x57ec39[_0x4e4f3d(0x137)]>0x0?_0x57ec39['codes']:void 0x0,{operator:_0x276298='eq'}=_0x4ae907;let _0x158db1=_0x49ea17||'';if(_0x57ec39[_0x4e4f3d(0x12a)]&&_0x49ea17&&_0x2aa834&&_0x2aa834){let _0xd3eacc=_0x2aa834[_0x4e4f3d(0x12d)](_0x24c656=>_0x24c656[_0x4e4f3d(0x134)]==_0x49ea17);_0xd3eacc&&_0xd3eacc[_0x4e4f3d(0x137)]>0x0&&(_0x158db1=_0xd3eacc[0x0][_0x57ec39[_0x4e4f3d(0x12a)]]);}return'eq'===_0x276298?html`
8
+ <input name='${_0x4ae907['name']}' type="text" hidden></input>
9
9
  <input
10
10
  type="text"
11
11
  readonly
12
- name='${_0x1612a9[_0x213fb7(0x136)]}_disp'
13
- .value=${_0x1b56eb}
14
- @click=${_0x367721=>{const _0x53571d=_0x213fb7;_0x367721['stopPropagation']();const _0x113a2b=_0x367721[_0x53571d(0x127)];openResourceCodeSelector(_0x1612a9,_0xdc2fbd,_0x31929f=>{const _0x16828f=_0x53571d;let _0x1d6a16=_0x31929f?_0x31929f[_0x1dd1ef['codeField']]:'',_0x5f1c0f=_0x1d6a16;_0x31929f&&_0x1dd1ef[_0x16828f(0x132)]&&(_0x5f1c0f=_0x31929f[_0x1dd1ef[_0x16828f(0x132)]]),_0x113a2b[_0x16828f(0x12f)]=_0x5f1c0f,_0x508459[_0x16828f(0x131)][_0x16828f(0x135)](_0x16828f(0x121)+_0x1612a9[_0x16828f(0x136)]+'\x22]')[_0x16828f(0x12f)]=_0x1d6a16,_0x113a2b[_0x16828f(0x12c)](new Event(_0x16828f(0x133),{'bubbles':!0x0})),_0x113a2b[_0x16828f(0x12c)](new CustomEvent('filter-change',{'bubbles':!0x0,'composed':!0x0,'detail':{'name':_0x1612a9[_0x16828f(0x136)],'operator':_0x2b9487,'value':_0x1d6a16}}));});}}
12
+ name='${_0x4ae907[_0x4e4f3d(0x121)]}_disp'
13
+ .value=${_0x158db1}
14
+ @click=${_0xad8169=>{const _0x266f7c=_0x4e4f3d;_0xad8169[_0x266f7c(0x12c)]();const _0x36bf22=_0xad8169['target'];openResourceCodeSelector(_0x4ae907,_0x49ea17,_0x28f6f9=>{const _0x2760f=_0x266f7c;let _0x38d9f4=_0x28f6f9?_0x28f6f9[_0x57ec39['codeField']]:'',_0x37b94d=_0x38d9f4;_0x28f6f9&&_0x57ec39['dispField']&&(_0x37b94d=_0x28f6f9[_0x57ec39[_0x2760f(0x12a)]]),_0x36bf22[_0x2760f(0x134)]=_0x37b94d,_0x199ee2[_0x2760f(0x124)][_0x2760f(0x12e)](_0x2760f(0x135)+_0x4ae907['name']+'\x22]')[_0x2760f(0x134)]=_0x38d9f4,_0x36bf22['dispatchEvent'](new Event(_0x2760f(0x132),{'bubbles':!0x0})),_0x36bf22[_0x2760f(0x12f)](new CustomEvent(_0x2760f(0x129),{'bubbles':!0x0,'composed':!0x0,'detail':{'name':_0x4ae907['name'],'operator':_0x276298,'value':_0x38d9f4}}));});}}
15
15
  />
16
16
  `:html``;};
@@ -1,16 +1,16 @@
1
- (function(_0xa95ee3,_0x79ac64){const _0x256705=a0_0x443b,_0x44dade=_0xa95ee3();while(!![]){try{const _0x22d3dc=-parseInt(_0x256705(0x163))/0x1+parseInt(_0x256705(0x15b))/0x2*(parseInt(_0x256705(0x157))/0x3)+parseInt(_0x256705(0x168))/0x4*(-parseInt(_0x256705(0x152))/0x5)+parseInt(_0x256705(0x156))/0x6*(parseInt(_0x256705(0x161))/0x7)+parseInt(_0x256705(0x15c))/0x8*(-parseInt(_0x256705(0x15e))/0x9)+parseInt(_0x256705(0x15a))/0xa+parseInt(_0x256705(0x153))/0xb*(parseInt(_0x256705(0x159))/0xc);if(_0x22d3dc===_0x79ac64)break;else _0x44dade['push'](_0x44dade['shift']());}catch(_0x339bb0){_0x44dade['push'](_0x44dade['shift']());}}}(a0_0x202c,0x71a3e));import'../grist/selector/ox-resource-code-selector-popup';function a0_0x202c(){const _0x3a87ad=['stopPropagation','record','954704RwxVHw','dispField','10UNmptd','152053gDwkOF','selectorName','dispatchEvent','6ubyozp','21MfJEOZ','options','588SBUcmX','6126630TlKuPS','213298nYSbwM','208vzuQMV','name','310383BoerwL','value','tMenu','3527713yFgPro','filter','701008BlkeyE','filter-change','renderRoot'];a0_0x202c=function(){return _0x3a87ad;};return a0_0x202c();}function a0_0x443b(_0x34d14a,_0xe641ab){const _0x202cee=a0_0x202c();return a0_0x443b=function(_0x443b0a,_0x5aa689){_0x443b0a=_0x443b0a-0x152;let _0x5ea6a1=_0x202cee[_0x443b0a];return _0x5ea6a1;},a0_0x443b(_0x34d14a,_0xe641ab);}import{html}from'lit-html';import{openPopup}from'@operato/layout';import{TermsUtil}from'./../../utils/terms-util';function openResourceCodeSelector(_0x3d55ee,_0x1cb561,_0x4a87c8){const _0x44f88e=a0_0x443b;var _0x3d86a7=html`
1
+ function a0_0x5468(_0x149267,_0x235563){const _0x30267c=a0_0x3026();return a0_0x5468=function(_0x5468b7,_0xa321ef){_0x5468b7=_0x5468b7-0xf4;let _0x37f289=_0x30267c[_0x5468b7];return _0x37f289;},a0_0x5468(_0x149267,_0x235563);}function a0_0x3026(){const _0x437864=['370857KDrwpG','7969275rriATX','4uKHvAF','22ohXrfu','100709tNnjiF','dispatchEvent','4223268pYcpxa','tMenu','record','776047krZYba','length','name','value','options','renderRoot','large','target','272TWWPXO','codeField','change','form\x20[name=\x22','51073010ySDRBQ','selectorName','querySelector','filter','5457455TOgWrV','dispField'];a0_0x3026=function(){return _0x437864;};return a0_0x3026();}(function(_0x50604,_0x4196a2){const _0x1dedad=a0_0x5468,_0x36c9c5=_0x50604();while(!![]){try{const _0x29bd4f=-parseInt(_0x1dedad(0xfb))/0x1+parseInt(_0x1dedad(0xf5))/0x2*(-parseInt(_0x1dedad(0x10d))/0x3)+-parseInt(_0x1dedad(0xf4))/0x4*(parseInt(_0x1dedad(0x10b))/0x5)+-parseInt(_0x1dedad(0xf8))/0x6+-parseInt(_0x1dedad(0xf6))/0x7*(-parseInt(_0x1dedad(0x103))/0x8)+-parseInt(_0x1dedad(0x10e))/0x9+parseInt(_0x1dedad(0x107))/0xa;if(_0x29bd4f===_0x4196a2)break;else _0x36c9c5['push'](_0x36c9c5['shift']());}catch(_0x1f5398){_0x36c9c5['push'](_0x36c9c5['shift']());}}}(a0_0x3026,0xbe5ef));import'../grist/selector/ox-resource-code-selector-popup';import{html}from'lit-html';import{openPopup}from'@operato/layout';import{TermsUtil}from'./../../utils/terms-util';function openResourceCodeSelector(_0x342b60,_0x33e711,_0x2e18fa){const _0xf3c4d4=a0_0x5468;var _0x3c972c=html`
2
2
  <ox-resource-code-selector-popup
3
- .value=${_0x1cb561}
4
- .options=${_0x3d55ee[_0x44f88e(0x167)][_0x44f88e(0x158)]}
5
- .confirmCallback=${_0x4a87c8}
3
+ .value=${_0x33e711}
4
+ .options=${_0x342b60['record'][_0xf3c4d4(0xff)]}
5
+ .confirmCallback=${_0x2e18fa}
6
6
  ></ox-resource-code-selector-popup>
7
- `;openPopup(_0x3d86a7,{'backdrop':!0x0,'size':'large','title':TermsUtil[_0x44f88e(0x160)](_0x3d55ee[_0x44f88e(0x167)][_0x44f88e(0x158)][_0x44f88e(0x154)])});}export const FilterGristResourceCodeSelect=(_0x5a1910,_0x50e7f6,_0x5e40d9)=>{const _0x54f329=a0_0x443b,_0x10b37e=_0x5a1910[_0x54f329(0x162)],_0x3a3f79=_0x5a1910['record']['options'],_0x251970=_0x3a3f79['codes']&&_0x3a3f79['length']>0x0?_0x3a3f79['codes']:void 0x0,{operator:_0x1bc000='eq'}=_0x10b37e;let _0xf0b6f5=_0x50e7f6||'';if(_0x3a3f79[_0x54f329(0x169)]&&_0x50e7f6&&_0x251970&&_0x251970){let _0x5e7ab7=_0x251970[_0x54f329(0x162)](_0x2022b2=>_0x2022b2[_0x54f329(0x15f)]==_0x50e7f6);_0x5e7ab7&&_0x5e7ab7['length']>0x0&&(_0xf0b6f5=_0x5e7ab7[0x0][_0x3a3f79[_0x54f329(0x169)]]);}return'eq'===_0x1bc000?html`
8
- <input name='${_0x5a1910[_0x54f329(0x15d)]}' type="text" hidden></input>
7
+ `;openPopup(_0x3c972c,{'backdrop':!0x0,'size':_0xf3c4d4(0x101),'title':TermsUtil[_0xf3c4d4(0xf9)](_0x342b60[_0xf3c4d4(0xfa)][_0xf3c4d4(0xff)][_0xf3c4d4(0x108)])});}export const FilterGristResourceCodeSelect=(_0x3afbaf,_0x28a0e9,_0x3db143)=>{const _0x50365=a0_0x5468,_0x134cd9=_0x3afbaf[_0x50365(0x10a)],_0x1bf0ff=_0x3afbaf[_0x50365(0xfa)][_0x50365(0xff)],_0x29dd83=_0x1bf0ff['codes']&&_0x1bf0ff[_0x50365(0xfc)]>0x0?_0x1bf0ff['codes']:void 0x0,{operator:_0x40b072='eq'}=_0x134cd9;let _0x3d4555=_0x28a0e9||'';if(_0x1bf0ff[_0x50365(0x10c)]&&_0x28a0e9&&_0x29dd83&&_0x29dd83){let _0xb20f9e=_0x29dd83['filter'](_0x58824f=>_0x58824f[_0x50365(0xfe)]==_0x28a0e9);_0xb20f9e&&_0xb20f9e[_0x50365(0xfc)]>0x0&&(_0x3d4555=_0xb20f9e[0x0][_0x1bf0ff[_0x50365(0x10c)]]);}return'eq'===_0x40b072?html`
8
+ <input name='${_0x3afbaf['name']}' type="text" hidden></input>
9
9
  <input
10
10
  type="text"
11
11
  readonly
12
- name='${_0x5a1910[_0x54f329(0x15d)]}_disp'
13
- .value=${_0xf0b6f5}
14
- @click=${_0x1aa7a3=>{const _0x4d7047=_0x54f329;_0x1aa7a3[_0x4d7047(0x166)]();const _0x406d94=_0x1aa7a3['target'];openResourceCodeSelector(_0x5a1910,_0x50e7f6,_0x315bba=>{const _0x3841ae=_0x4d7047;let _0x943628=_0x315bba?_0x315bba[_0x3a3f79['codeField']]:'',_0x1641b7=_0x943628;_0x315bba&&_0x3a3f79[_0x3841ae(0x169)]&&(_0x1641b7=_0x315bba[_0x3a3f79[_0x3841ae(0x169)]]),_0x406d94[_0x3841ae(0x15f)]=_0x1641b7,_0x5e40d9[_0x3841ae(0x165)]['querySelector']('form\x20[name=\x22'+_0x5a1910[_0x3841ae(0x15d)]+'\x22]')[_0x3841ae(0x15f)]=_0x943628,_0x406d94['dispatchEvent'](new Event('change',{'bubbles':!0x0})),_0x406d94[_0x3841ae(0x155)](new CustomEvent(_0x3841ae(0x164),{'bubbles':!0x0,'composed':!0x0,'detail':{'name':_0x5a1910[_0x3841ae(0x15d)],'operator':_0x1bc000,'value':_0x943628}}));});}}
12
+ name='${_0x3afbaf[_0x50365(0xfd)]}_disp'
13
+ .value=${_0x3d4555}
14
+ @click=${_0x4111ee=>{const _0x4f11c1=_0x50365;_0x4111ee['stopPropagation']();const _0x1aad6e=_0x4111ee[_0x4f11c1(0x102)];openResourceCodeSelector(_0x3afbaf,_0x28a0e9,_0x14b625=>{const _0x516eaf=_0x4f11c1;let _0x2dee31=_0x14b625?_0x14b625[_0x1bf0ff[_0x516eaf(0x104)]]:'',_0x5ad087=_0x2dee31;_0x14b625&&_0x1bf0ff[_0x516eaf(0x10c)]&&(_0x5ad087=_0x14b625[_0x1bf0ff[_0x516eaf(0x10c)]]),_0x1aad6e[_0x516eaf(0xfe)]=_0x5ad087,_0x3db143[_0x516eaf(0x100)][_0x516eaf(0x109)](_0x516eaf(0x106)+_0x3afbaf[_0x516eaf(0xfd)]+'\x22]')[_0x516eaf(0xfe)]=_0x2dee31,_0x1aad6e[_0x516eaf(0xf7)](new Event(_0x516eaf(0x105),{'bubbles':!0x0})),_0x1aad6e[_0x516eaf(0xf7)](new CustomEvent('filter-change',{'bubbles':!0x0,'composed':!0x0,'detail':{'name':_0x3afbaf[_0x516eaf(0xfd)],'operator':_0x40b072,'value':_0x2dee31}}));});}}
15
15
  />
16
16
  `:html``;};
@@ -1,11 +1,11 @@
1
- const a0_0x41bbed=a0_0x33d9;(function(_0x36da30,_0x5d5b6a){const _0x55afe8=a0_0x33d9,_0x49c9c3=_0x36da30();while(!![]){try{const _0x4f7f34=parseInt(_0x55afe8(0x1b0))/0x1+-parseInt(_0x55afe8(0x1b4))/0x2+-parseInt(_0x55afe8(0x1b6))/0x3*(-parseInt(_0x55afe8(0x1be))/0x4)+parseInt(_0x55afe8(0x1ac))/0x5+parseInt(_0x55afe8(0x1c4))/0x6+parseInt(_0x55afe8(0x1bd))/0x7+-parseInt(_0x55afe8(0x1bc))/0x8;if(_0x4f7f34===_0x5d5b6a)break;else _0x49c9c3['push'](_0x49c9c3['shift']());}catch(_0xb27b09){_0x49c9c3['push'](_0x49c9c3['shift']());}}}(a0_0x3274,0x1a1e2));function a0_0x33d9(_0x28fa68,_0x402c40){const _0x3274aa=a0_0x3274();return a0_0x33d9=function(_0x33d9e5,_0x3c73ff){_0x33d9e5=_0x33d9e5-0x1a5;let _0x540cd3=_0x3274aa[_0x33d9e5];return _0x540cd3;},a0_0x33d9(_0x28fa68,_0x402c40);}import{html}from'lit';import{OxGristEditor}from'@operato/data-grist';import{openPopup}from'@operato/layout';function a0_0x3274(){const _0x48a73f=['3531776DuaAgD','1449287GESjEa','282292nRLZor','dispField','record','ox-grist-editor-resource-code-selector','stopPropagation','options','1191864hwrhKf','filter','column','bind','firstUpdated','define','key','display','length','85450aMzoZp','row','codes','codeField','92045ILgFFL','openSelector','dispatchEvent','field-change','356178UERYQw','tMenu','9HkwXyR','properties','popup','push','value','editorTemplate'];a0_0x3274=function(){return _0x48a73f;};return a0_0x3274();}import{TermsUtil}from'../../../utils/terms-util';import'../selector/ox-resource-code-selector-popup';export class OxGristEditorResourceCodeSelector extends OxGristEditor{static get[a0_0x41bbed(0x1b7)](){return{'value':Object,'column':Object,'record':Object,'rowIndex':Number,'field':Object,'popup':Object};}get[a0_0x41bbed(0x1bb)](){const _0x3a3984=a0_0x41bbed;let _0x58c770,_0x181499=this['column'][_0x3a3984(0x1c0)][_0x3a3984(0x1c3)][_0x3a3984(0x1ae)]||[];if(!this[_0x3a3984(0x1a5)][_0x3a3984(0x1c0)][_0x3a3984(0x1c3)][_0x3a3984(0x1bf)])return html`
2
- ${this[_0x3a3984(0x1ba)]?html` <span tabindex="0" style="flex:1">${this['value']}</span> `:html`<span tabindex="0"></span>`}
3
- `;if(this[_0x3a3984(0x1ba)]&&this[_0x3a3984(0x1ba)][_0x3a3984(0x1ab)]>0x0){let _0x5dc8ea=_0x181499[_0x3a3984(0x1c5)](_0x3a9baa=>_0x3a9baa[_0x3a3984(0x1ba)]===this['value']);_0x58c770=_0x5dc8ea&&_0x5dc8ea['length']>0x0?_0x5dc8ea[0x0][_0x3a3984(0x1aa)]:'';}return html`
4
- ${_0x58c770?html` <span tabindex="0" style="flex:1">${_0x58c770}</span> `:html`<span tabindex="0"></span>`}
5
- `;}async[a0_0x41bbed(0x1a7)](){const _0x2cc2ea=a0_0x41bbed;super[_0x2cc2ea(0x1a7)]();}['_onclick'](_0x42f844){const _0x8320cf=a0_0x41bbed;_0x42f844[_0x8320cf(0x1c2)](),this[_0x8320cf(0x1b1)]();}['_onkeydown'](_0x23d1be){const _0x4c8505=a0_0x41bbed;'Enter'==_0x23d1be[_0x4c8505(0x1a9)]&&(_0x23d1be[_0x4c8505(0x1c2)](),this[_0x4c8505(0x1b1)]());}[a0_0x41bbed(0x1b1)](){const _0x7564f1=a0_0x41bbed;this[_0x7564f1(0x1b8)]&&delete this[_0x7564f1(0x1b8)];var {selectorName:_0x5b0d43=''}=this[_0x7564f1(0x1a5)][_0x7564f1(0x1c0)][_0x7564f1(0x1c3)]||{},_0x39b5d8=html`
1
+ const a0_0xaa97f8=a0_0x35a8;(function(_0x49abe3,_0x4a3979){const _0x341e76=a0_0x35a8,_0x452c36=_0x49abe3();while(!![]){try{const _0x2d0d95=parseInt(_0x341e76(0x183))/0x1*(parseInt(_0x341e76(0x176))/0x2)+parseInt(_0x341e76(0x18d))/0x3*(-parseInt(_0x341e76(0x189))/0x4)+-parseInt(_0x341e76(0x17b))/0x5+parseInt(_0x341e76(0x190))/0x6+-parseInt(_0x341e76(0x186))/0x7+parseInt(_0x341e76(0x180))/0x8*(parseInt(_0x341e76(0x182))/0x9)+parseInt(_0x341e76(0x18c))/0xa;if(_0x2d0d95===_0x4a3979)break;else _0x452c36['push'](_0x452c36['shift']());}catch(_0x424375){_0x452c36['push'](_0x452c36['shift']());}}}(a0_0x1432,0x8b502));import{html}from'lit';import{OxGristEditor}from'@operato/data-grist';import{openPopup}from'@operato/layout';import{TermsUtil}from'../../../utils/terms-util';function a0_0x35a8(_0x2759d6,_0x434c3e){const _0x14320a=a0_0x1432();return a0_0x35a8=function(_0x35a84c,_0x281875){_0x35a84c=_0x35a84c-0x172;let _0x1b42b3=_0x14320a[_0x35a84c];return _0x1b42b3;},a0_0x35a8(_0x2759d6,_0x434c3e);}import'../selector/ox-resource-code-selector-popup';export class OxGristEditorResourceCodeSelector extends OxGristEditor{static get['properties'](){return{'value':Object,'column':Object,'record':Object,'rowIndex':Number,'field':Object,'popup':Object};}get['editorTemplate'](){const _0x35e6be=a0_0x35a8;let _0x2371f9,_0x11b073=this[_0x35e6be(0x17a)][_0x35e6be(0x17f)][_0x35e6be(0x185)][_0x35e6be(0x175)]||[];if(!this[_0x35e6be(0x17a)][_0x35e6be(0x17f)][_0x35e6be(0x185)]['dispField'])return html`
2
+ ${this[_0x35e6be(0x18b)]?html` <span tabindex="0" style="flex:1">${this['value']}</span> `:html`<span tabindex="0"></span>`}
3
+ `;if(this[_0x35e6be(0x18b)]&&this['value'][_0x35e6be(0x18e)]>0x0){let _0x28930e=_0x11b073[_0x35e6be(0x17e)](_0x13e80e=>_0x13e80e[_0x35e6be(0x18b)]===this['value']);_0x2371f9=_0x28930e&&_0x28930e[_0x35e6be(0x18e)]>0x0?_0x28930e[0x0]['display']:'';}return html`
4
+ ${_0x2371f9?html` <span tabindex="0" style="flex:1">${_0x2371f9}</span> `:html`<span tabindex="0"></span>`}
5
+ `;}async[a0_0xaa97f8(0x187)](){const _0xc8546e=a0_0xaa97f8;super[_0xc8546e(0x187)]();}[a0_0xaa97f8(0x179)](_0x40999d){const _0x490c85=a0_0xaa97f8;_0x40999d[_0x490c85(0x172)](),this[_0x490c85(0x184)]();}['_onkeydown'](_0x370c9f){const _0x23929a=a0_0xaa97f8;_0x23929a(0x18f)==_0x370c9f[_0x23929a(0x17c)]&&(_0x370c9f[_0x23929a(0x172)](),this[_0x23929a(0x184)]());}[a0_0xaa97f8(0x184)](){const _0x450f3f=a0_0xaa97f8;this[_0x450f3f(0x174)]&&delete this[_0x450f3f(0x174)];var {selectorName:_0xf4ab07=''}=this['column'][_0x450f3f(0x17f)]['options']||{},_0x57b5c8=html`
6
6
  <ox-resource-code-selector-popup
7
- .value=${this[_0x7564f1(0x1ba)]}
8
- .options=${this[_0x7564f1(0x1a5)]['record'][_0x7564f1(0x1c3)]}
9
- .confirmCallback=${(_0x2438bc=>{const _0x978d55=_0x7564f1;let _0x4f4315=this['column'][_0x978d55(0x1c0)][_0x978d55(0x1c3)][_0x978d55(0x1af)],_0x170086=this['column']['record']['options']['dispField'];this[_0x978d55(0x1a5)][_0x978d55(0x1c0)][_0x978d55(0x1c3)][_0x978d55(0x1ae)]||(this['column'][_0x978d55(0x1c0)][_0x978d55(0x1c3)][_0x978d55(0x1ae)]=[]);let _0x35f0dc=this[_0x978d55(0x1a5)][_0x978d55(0x1c0)][_0x978d55(0x1c3)][_0x978d55(0x1ae)][_0x978d55(0x1c5)](_0x230708=>_0x230708[_0x978d55(0x1ba)]==_0x2438bc[_0x4f4315]);_0x35f0dc&&0x0!=_0x35f0dc[_0x978d55(0x1ab)]||this[_0x978d55(0x1a5)][_0x978d55(0x1c0)]['options'][_0x978d55(0x1ae)][_0x978d55(0x1b9)]({'value':_0x2438bc[_0x4f4315],'display':_0x2438bc[_0x170086]}),this[_0x978d55(0x1b2)](new CustomEvent(_0x978d55(0x1b3),{'bubbles':!0x0,'composed':!0x0,'detail':{'before':this[_0x978d55(0x1ba)],'after':_0x2438bc?_0x2438bc[_0x4f4315]:null,'record':this['record'],'column':this[_0x978d55(0x1a5)],'row':this[_0x978d55(0x1ad)]}}));})[_0x7564f1(0x1a6)](this)}
7
+ .value=${this[_0x450f3f(0x18b)]}
8
+ .options=${this['column'][_0x450f3f(0x17f)]['options']}
9
+ .confirmCallback=${(_0x39be9e=>{const _0x12b6ad=_0x450f3f;let _0x3da236=this[_0x12b6ad(0x17a)][_0x12b6ad(0x17f)][_0x12b6ad(0x185)]['codeField'],_0x422526=this[_0x12b6ad(0x17a)][_0x12b6ad(0x17f)][_0x12b6ad(0x185)]['dispField'];this[_0x12b6ad(0x17a)]['record'][_0x12b6ad(0x185)][_0x12b6ad(0x175)]||(this[_0x12b6ad(0x17a)][_0x12b6ad(0x17f)][_0x12b6ad(0x185)][_0x12b6ad(0x175)]=[]);let _0x407b3d=this[_0x12b6ad(0x17a)][_0x12b6ad(0x17f)]['options'][_0x12b6ad(0x175)]['filter'](_0x1abb38=>_0x1abb38['value']==_0x39be9e[_0x3da236]);_0x407b3d&&0x0!=_0x407b3d['length']||this['column'][_0x12b6ad(0x17f)][_0x12b6ad(0x185)]['codes']['push']({'value':_0x39be9e[_0x3da236],'display':_0x39be9e[_0x422526]}),this['dispatchEvent'](new CustomEvent(_0x12b6ad(0x18a),{'bubbles':!0x0,'composed':!0x0,'detail':{'before':this[_0x12b6ad(0x18b)],'after':_0x39be9e?_0x39be9e[_0x3da236]:null,'record':this[_0x12b6ad(0x17f)],'column':this['column'],'row':this[_0x12b6ad(0x188)]}}));})[_0x450f3f(0x177)](this)}
10
10
  ></ox-resource-code-selector-popup>
11
- `;this[_0x7564f1(0x1b8)]=openPopup(_0x39b5d8,{'backdrop':!0x0,'size':'large','title':TermsUtil[_0x7564f1(0x1b5)](_0x5b0d43)});}}customElements[a0_0x41bbed(0x1a8)](a0_0x41bbed(0x1c1),OxGristEditorResourceCodeSelector);
11
+ `;this[_0x450f3f(0x174)]=openPopup(_0x57b5c8,{'backdrop':!0x0,'size':_0x450f3f(0x173),'title':TermsUtil[_0x450f3f(0x17d)](_0xf4ab07)});}}function a0_0x1432(){const _0x1c437d=['popup','codes','211746Kjaqnv','bind','define','_onclick','column','235600nzpbFG','key','tMenu','filter','record','200ITGrWH','ox-grist-editor-resource-code-selector','273672sYubww','3ZGILqZ','openSelector','options','6336141vEranV','firstUpdated','row','12IffGhl','field-change','value','8412970YpwJnO','865167WUzAyJ','length','Enter','2813760MRvyCa','stopPropagation','large'];a0_0x1432=function(){return _0x1c437d;};return a0_0x1432();}customElements[a0_0xaa97f8(0x178)](a0_0xaa97f8(0x181),OxGristEditorResourceCodeSelector);
@@ -1 +1 @@
1
- (function(_0x12aaeb,_0x50234d){const _0x3cbfea=a0_0x14a8,_0xfb4e4=_0x12aaeb();while(!![]){try{const _0x4a9201=parseInt(_0x3cbfea(0x17c))/0x1+-parseInt(_0x3cbfea(0x173))/0x2+parseInt(_0x3cbfea(0x17d))/0x3+-parseInt(_0x3cbfea(0x16c))/0x4*(-parseInt(_0x3cbfea(0x171))/0x5)+parseInt(_0x3cbfea(0x175))/0x6*(parseInt(_0x3cbfea(0x176))/0x7)+parseInt(_0x3cbfea(0x170))/0x8+-parseInt(_0x3cbfea(0x178))/0x9;if(_0x4a9201===_0x50234d)break;else _0xfb4e4['push'](_0xfb4e4['shift']());}catch(_0x491331){_0xfb4e4['push'](_0xfb4e4['shift']());}}}(a0_0x4d3e,0x71ef0));function a0_0x14a8(_0x30f773,_0x50897e){const _0x4d3eaf=a0_0x4d3e();return a0_0x14a8=function(_0x14a818,_0x4e56d1){_0x14a818=_0x14a818-0x16c;let _0x501e1f=_0x4d3eaf[_0x14a818];return _0x501e1f;},a0_0x14a8(_0x30f773,_0x50897e);}import{html}from'lit';import{detectOverflow}from'@operato/utils';function a0_0x4d3e(){const _0xb13e10=['10340NWkRdz','target','1431188BbMetg','options','7194BQtqcB','3101EqVSzF','data-tooltip','14926824MgYJSg','length','record','codes','568985FksktX','2178879XTByYs','1476SfQpHu','removeAttribute','value','textContent','2010200LokfSC'];a0_0x4d3e=function(){return _0xb13e10;};return a0_0x4d3e();}function onmouseover(_0x59ab71){const _0x38f860=a0_0x14a8,_0x3984e8=_0x59ab71[_0x38f860(0x172)];detectOverflow(_0x3984e8)&&_0x3984e8['setAttribute'](_0x38f860(0x177),_0x3984e8[_0x38f860(0x16f)]);}function onmouseout(_0x420ab3){const _0x167f00=a0_0x14a8;_0x420ab3[_0x167f00(0x172)][_0x167f00(0x16d)](_0x167f00(0x177));}export const OxGristRendererResourceCodeSelector=(_0x51c111,_0x3c5b59,_0x3de7fe,_0x303b39,_0x1d1b09)=>{const _0x3a4be2=a0_0x14a8;if(!_0x3c5b59[_0x3a4be2(0x17a)]['options']['dispField'])return html`<span @mouseover=${onmouseover} @mouseout=${onmouseout}>${_0x51c111}</span>`;_0x3c5b59[_0x3a4be2(0x17a)][_0x3a4be2(0x174)][_0x3a4be2(0x17b)]||(_0x3c5b59[_0x3a4be2(0x17a)]['options']['codes']=[]);let _0x1f7191='';if(_0x51c111&&_0x51c111[_0x3a4be2(0x179)]>0x0){let _0x23f542=_0x3c5b59['record']['options'][_0x3a4be2(0x17b)]['filter'](_0x15edaf=>_0x15edaf[_0x3a4be2(0x16e)]===_0x51c111);_0x1f7191=_0x23f542&&_0x23f542[_0x3a4be2(0x179)]>0x0?_0x23f542[0x0]['display']:_0x51c111;}return html`<span @mouseover=${onmouseover} @mouseout=${onmouseout}>${_0x1f7191}</span>`;};
1
+ (function(_0x868e06,_0x352279){const _0x5f35f6=a0_0x47b1,_0x5ac826=_0x868e06();while(!![]){try{const _0x40d7fb=parseInt(_0x5f35f6(0x191))/0x1*(parseInt(_0x5f35f6(0x192))/0x2)+-parseInt(_0x5f35f6(0x180))/0x3+parseInt(_0x5f35f6(0x18c))/0x4*(-parseInt(_0x5f35f6(0x182))/0x5)+parseInt(_0x5f35f6(0x189))/0x6+parseInt(_0x5f35f6(0x18b))/0x7*(parseInt(_0x5f35f6(0x17c))/0x8)+parseInt(_0x5f35f6(0x18d))/0x9*(-parseInt(_0x5f35f6(0x186))/0xa)+parseInt(_0x5f35f6(0x17b))/0xb*(-parseInt(_0x5f35f6(0x18f))/0xc);if(_0x40d7fb===_0x352279)break;else _0x5ac826['push'](_0x5ac826['shift']());}catch(_0x5d9d3b){_0x5ac826['push'](_0x5ac826['shift']());}}}(a0_0x343f,0x323ee));import{html}from'lit';import{detectOverflow}from'@operato/utils';function a0_0x47b1(_0x147298,_0xc0bf4f){const _0x343f45=a0_0x343f();return a0_0x47b1=function(_0x47b116,_0x4a5017){_0x47b116=_0x47b116-0x17b;let _0x5ab0cc=_0x343f45[_0x47b116];return _0x5ab0cc;},a0_0x47b1(_0x147298,_0xc0bf4f);}function onmouseover(_0x57302d){const _0x21a374=a0_0x47b1,_0xd8ffe8=_0x57302d[_0x21a374(0x185)];detectOverflow(_0xd8ffe8)&&_0xd8ffe8[_0x21a374(0x17e)](_0x21a374(0x17f),_0xd8ffe8[_0x21a374(0x17d)]);}function a0_0x343f(){const _0x2f1b4f=['189415tcdnbP','codes','display','target','10gLgeBV','dispField','record','2462910tIFWzh','length','36365tdULet','4BfWNXd','2280123ntJzqi','options','12omzRPK','value','6559MsatMG','114aFwoJP','3946437pTLjFC','584iJyoki','textContent','setAttribute','data-tooltip','923340IuOoBH','filter'];a0_0x343f=function(){return _0x2f1b4f;};return a0_0x343f();}function onmouseout(_0x4b55bd){const _0x45b197=a0_0x47b1;_0x4b55bd[_0x45b197(0x185)]['removeAttribute'](_0x45b197(0x17f));}export const OxGristRendererResourceCodeSelector=(_0x363846,_0x58ea30,_0x1cae49,_0x5e8a43,_0x261aab)=>{const _0x57b564=a0_0x47b1;if(!_0x58ea30[_0x57b564(0x188)][_0x57b564(0x18e)][_0x57b564(0x187)])return html`<span @mouseover=${onmouseover} @mouseout=${onmouseout}>${_0x363846}</span>`;_0x58ea30[_0x57b564(0x188)][_0x57b564(0x18e)]['codes']||(_0x58ea30[_0x57b564(0x188)][_0x57b564(0x18e)][_0x57b564(0x183)]=[]);let _0x5338f6='';if(_0x363846&&_0x363846[_0x57b564(0x18a)]>0x0){let _0x28a24c=_0x58ea30[_0x57b564(0x188)][_0x57b564(0x18e)][_0x57b564(0x183)][_0x57b564(0x181)](_0x1db14a=>_0x1db14a[_0x57b564(0x190)]===_0x363846);_0x5338f6=_0x28a24c&&_0x28a24c['length']>0x0?_0x28a24c[0x0][_0x57b564(0x184)]:_0x363846;}return html`<span @mouseover=${onmouseover} @mouseout=${onmouseout}>${_0x5338f6}</span>`;};
@@ -1,4 +1,4 @@
1
- const a0_0xd68286=a0_0x3367;function a0_0x3367(_0x3ff02e,_0x56b656){const _0x1b6932=a0_0x1b69();return a0_0x3367=function(_0x33676f,_0x194956){_0x33676f=_0x33676f-0xb8;let _0x5bfb7c=_0x1b6932[_0x33676f];return _0x5bfb7c;},a0_0x3367(_0x3ff02e,_0x56b656);}(function(_0xf568d1,_0x2d05ef){const _0x3f5c3f=a0_0x3367,_0x2620c6=_0xf568d1();while(!![]){try{const _0x471f9d=parseInt(_0x3f5c3f(0xcf))/0x1+parseInt(_0x3f5c3f(0xc6))/0x2*(parseInt(_0x3f5c3f(0xbf))/0x3)+-parseInt(_0x3f5c3f(0xd6))/0x4*(-parseInt(_0x3f5c3f(0xe7))/0x5)+parseInt(_0x3f5c3f(0xcd))/0x6+parseInt(_0x3f5c3f(0xc2))/0x7+parseInt(_0x3f5c3f(0xd5))/0x8*(-parseInt(_0x3f5c3f(0xd1))/0x9)+-parseInt(_0x3f5c3f(0xfa))/0xa*(parseInt(_0x3f5c3f(0xd2))/0xb);if(_0x471f9d===_0x2d05ef)break;else _0x2620c6['push'](_0x2620c6['shift']());}catch(_0x46c106){_0x2620c6['push'](_0x2620c6['shift']());}}}(a0_0x1b69,0x7bc63));import{css,html,LitElement}from'lit';import{CommonGristStyles,ButtonContainerStyles}from'@operato/styles';import{TermsUtil}from'../../../utils/terms-util';function a0_0x1b69(){const _0x8a7f2=['dispField','search_hidden_fields','object','codeField','getGristGuttersConfig','handlers','295Izcuvb','select','filters','args','getGristSelectableConfig','forEach','ox-resource-code-selector-popup','render','length','record','string','type','getCodeByEntity','codes','searchByPagination','resource-code-selector','resource-object','code','filter','10SEWwrm','shadowRoot','tText','tLabel','selectRecord','entity','showToast','columns','confirmCallback','2228388hCicMr','fetchHandler','clickSelect','815423obYKME','name','getSelectColumns','values','2VjSKCq','filterFields','GRID','getGristColumnConfig2','clickEmpty','selected','gridConfig','5104296hHmjwj','firstUpdated','509116JsFufq','LIST','59103uFdvEy','22568711RTdLja','header','bind','464oenahu','48844TUDJWm','getCodeByScenario','push','left','define','map','connectedCallback','scenario','tButton','empty','options'];a0_0x1b69=function(){return _0x8a7f2;};return a0_0x1b69();}import{ValueUtil}from'../../../utils/value-util';import{ServiceUtil}from'../../../utils/service-util';import{MetaApi}from'../../../utils/meta-api';import{isMobileDevice}from'@operato/utils';import{closePopup}from'@operato/popup';export class OxResourceCodeSelectorPopup extends LitElement{static ['styles']=[CommonGristStyles,ButtonContainerStyles,css`
1
+ const a0_0x54340b=a0_0x3216;function a0_0x3216(_0x56f20e,_0x3ca439){const _0x1d7260=a0_0x1d72();return a0_0x3216=function(_0x321679,_0x47a8a7){_0x321679=_0x321679-0x1f4;let _0x24b99b=_0x1d7260[_0x321679];return _0x24b99b;},a0_0x3216(_0x56f20e,_0x3ca439);}function a0_0x1d72(){const _0x855981=['header','left','forEach','record','empty','confirmCallback','clickEmpty','info','search_hidden_fields','fetchHandler','getCodeSelectorData','object','code','select-row-toggle','shadowRoot','scenario','searchByPagination','filterFields','getSelectColumns','8mgSdPl','options','codes','775326bBaeIK','render','connectedCallback','entity','102276ANxYig','length','#ox-grist','cancel','name','482913VjIYFP','columns','5mjslYI','tButton','type','select','handlers','1481998FvSCSS','push','GRID','getGristSelectableConfig','styles','295503yaREYV','selectRecord','dispField','map','1373668elUGRJ','values','resource-object','clickCancel','getCodeByEntity','sorters','getGristGuttersConfig','codeField','filter','tText','tLabel','resource-code-selector','selected','string','showToast','filters','10XCJJxk','getGristColumnConfig2','clickSelect','args','bind','gridConfig','rows','69902NHnTyq','isArray','grist','LIST'];a0_0x1d72=function(){return _0x855981;};return a0_0x1d72();}(function(_0x28a032,_0x7a2b6f){const _0x14e819=a0_0x3216,_0x105793=_0x28a032();while(!![]){try{const _0x5a1c62=-parseInt(_0x14e819(0x22d))/0x1+parseInt(_0x14e819(0x201))/0x2+-parseInt(_0x14e819(0x212))/0x3+parseInt(_0x14e819(0x216))/0x4+-parseInt(_0x14e819(0x208))/0x5*(-parseInt(_0x14e819(0x1fd))/0x6)+parseInt(_0x14e819(0x20d))/0x7*(-parseInt(_0x14e819(0x1fa))/0x8)+-parseInt(_0x14e819(0x206))/0x9*(-parseInt(_0x14e819(0x226))/0xa);if(_0x5a1c62===_0x7a2b6f)break;else _0x105793['push'](_0x105793['shift']());}catch(_0x51656a){_0x105793['push'](_0x105793['shift']());}}}(a0_0x1d72,0x302c4));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';import{isMobileDevice}from'@operato/utils';import{closePopup}from'@operato/popup';export class OxResourceCodeSelectorPopup extends LitElement{static [a0_0x54340b(0x211)]=[CommonGristStyles,ButtonContainerStyles,css`
2
2
  :host {
3
3
  display: flex;
4
4
  flex-direction: column;
@@ -17,9 +17,9 @@ const a0_0xd68286=a0_0x3367;function a0_0x3367(_0x3ff02e,_0x56b656){const _0x1b6
17
17
  display: flex;
18
18
  margin-left: auto;
19
19
  }
20
- `];async[a0_0xd68286(0xdc)](){const _0x4bd717=a0_0xd68286;this[_0x4bd717(0xe2)]=this['options'][_0x4bd717(0xe9)]||[];let _0x55f179=[...MetaApi[_0x4bd717(0xe5)](!0x0,!0x1)],_0x3e3718=(this[_0x4bd717(0xe0)]['filterFields']&&this[_0x4bd717(0xe0)][_0x4bd717(0xc7)][_0x4bd717(0xef)]>0x0?this[_0x4bd717(0xe0)][_0x4bd717(0xc7)]:[this[_0x4bd717(0xe0)][_0x4bd717(0xe4)]])[_0x4bd717(0xdb)](_0x499122=>{const _0x10f3e6=_0x4bd717;let {name:_0x5332cf,operator:_0x3426d7='eq'}=_0x10f3e6(0xe3)==typeof _0x499122?_0x499122:{'name':_0x499122};return{'name':_0x5332cf,'operator':_0x3426d7};});if(this[_0x4bd717(0xe0)][_0x4bd717(0xe8)]&&this[_0x4bd717(0xe0)]['select'][_0x4bd717(0xef)]>0x0)for(let _0x56184c=0x0;_0x56184c<this['options'][_0x4bd717(0xe8)][_0x4bd717(0xef)];_0x56184c++){let {type:_0x4880a9=_0x4bd717(0xf1),name:_0xa1c226,hidden:_0xf5c25b=!0x1,align:_0xc7ed25=_0x4bd717(0xd9),header:_0x5cdfbb,sortable:_0x408813=!0x1,width:_0x17143f=0x87,options:_0x3a6a0d}=this[_0x4bd717(0xe0)][_0x4bd717(0xe8)][_0x56184c];if(0x1==_0xf5c25b)_0x55f179[_0x4bd717(0xd8)]({'type':_0x4bd717(0xf1),'name':_0xa1c226,'hidden':!0x0});else{let _0x3fda32=MetaApi[_0x4bd717(0xc9)](_0x4880a9,_0xa1c226,_0x5cdfbb||_0xa1c226,_0xc7ed25,!0x1,_0x408813,_0x17143f);_0x4bd717(0xe8)===_0x4880a9?Array['isArray'](_0x3a6a0d)?_0x3fda32['record'][_0x4bd717(0xe0)]=_0x3a6a0d:_0x4bd717(0xf8)===_0x3a6a0d[_0x4bd717(0xf2)]?_0x3fda32[_0x4bd717(0xf0)][_0x4bd717(0xe0)]=await ServiceUtil['getCodeSelectorData'](_0x3a6a0d['values']?_0x3a6a0d[_0x4bd717(0xc5)]:_0x3a6a0d[_0x4bd717(0xc3)]):_0x4bd717(0xdd)===_0x3a6a0d[_0x4bd717(0xf2)]?_0x3fda32[_0x4bd717(0xf0)][_0x4bd717(0xe0)]=await ServiceUtil[_0x4bd717(0xd7)](_0x3a6a0d[_0x4bd717(0xc3)],_0x3a6a0d[_0x4bd717(0xea)]):_0x4bd717(0xbb)===_0x3a6a0d[_0x4bd717(0xf2)]&&(_0x3fda32[_0x4bd717(0xf0)][_0x4bd717(0xe0)]=await ServiceUtil[_0x4bd717(0xf3)](_0x3a6a0d['args'])):_0x4bd717(0xe3)===_0x4880a9||_0x4bd717(0xf7)===_0x4880a9?(_0x3a6a0d[_0x4bd717(0xe8)]&&_0x3a6a0d[_0x4bd717(0xe8)][_0x4bd717(0xec)](_0x1a9dc0=>{const _0x2019b5=_0x4bd717;_0x1a9dc0[_0x2019b5(0xd3)]||(_0x1a9dc0[_0x2019b5(0xd3)]=_0x1a9dc0[_0x2019b5(0xc3)]),_0x1a9dc0['header']=TermsUtil[_0x2019b5(0xb9)](_0x1a9dc0['header']);}),_0x3fda32[_0x4bd717(0xf0)][_0x4bd717(0xe0)]=_0x3a6a0d):_0x4bd717(0xf6)==_0x4880a9&&(_0x3fda32[_0x4bd717(0xf0)][_0x4bd717(0xe0)]=object_opt,_0x3fda32[_0x4bd717(0xf0)]['options'][_0x4bd717(0xf4)]=await ServiceUtil[_0x4bd717(0xf3)](object_opt)),_0x55f179[_0x4bd717(0xd8)](_0x3fda32);}}else _0x55f179['push'](MetaApi[_0x4bd717(0xc9)](_0x4bd717(0xf1),this[_0x4bd717(0xe0)][_0x4bd717(0xe4)],this[_0x4bd717(0xe0)]['codeField'],_0x4bd717(0xd9),!0x1,!0x0,0xb4)),this[_0x4bd717(0xe0)]['dispField']&&_0x55f179[_0x4bd717(0xd8)](MetaApi[_0x4bd717(0xc9)]('string',this[_0x4bd717(0xe0)][_0x4bd717(0xe1)],this[_0x4bd717(0xe0)][_0x4bd717(0xe1)],_0x4bd717(0xd9),!0x1,!0x0,0x12c));_0x55f179[_0x4bd717(0xec)](_0x4f2749=>{const _0xacca4d=_0x4bd717;let _0x1fd674=_0x3e3718[_0xacca4d(0xf9)](_0x3e3af8=>_0x4f2749[_0xacca4d(0xc3)]==_0x3e3af8['name']);_0x1fd674&&_0x1fd674[_0xacca4d(0xef)]>0x0&&(_0x4f2749[_0xacca4d(0xf9)]=_0x1fd674);});let _0x1688da={'rows':MetaApi[_0x4bd717(0xeb)](!0x1),'pagination':MetaApi['getGristPagination100Config'](),'appendable':!0x1,'columns':_0x55f179,'sorters':[...this[_0x4bd717(0xe0)]['sorters']||[]]};_0x1688da['rows'][_0x4bd717(0xe6)]={'click':'select-row-toggle','dblclick':(_0x55479f,_0xef717,_0x2f8fdc,_0x1444f5,_0x4e5bc3,_0xadbcde)=>{const _0x3af757=_0x4bd717;this[_0x3af757(0xba)](_0x1444f5);}},this[_0x4bd717(0xcc)]=_0x1688da,await super[_0x4bd717(0xdc)]();}async[a0_0xd68286(0xce)](){const _0x370b4b=a0_0xd68286;await super[_0x370b4b(0xce)]();}[a0_0xd68286(0xee)](){const _0x172e50=a0_0xd68286;return html`
21
- <ox-grist id="ox-grist" .config=${this['gridConfig']} .mode=${isMobileDevice()?_0x172e50(0xd0):_0x172e50(0xc8)} auto-fetch
22
- .fetchHandler=${this[_0x172e50(0xc0)]['bind'](this)}>
20
+ `];async[a0_0x54340b(0x1ff)](){const _0x58bf53=a0_0x54340b;this['search_hidden_fields']=this['options'][_0x58bf53(0x225)]||[];let _0x294535=[...MetaApi[_0x58bf53(0x21c)](!0x0,!0x1)],_0x12909a=(this['options'][_0x58bf53(0x1f8)]&&this[_0x58bf53(0x1fb)][_0x58bf53(0x1f8)][_0x58bf53(0x202)]>0x0?this[_0x58bf53(0x1fb)][_0x58bf53(0x1f8)]:[this[_0x58bf53(0x1fb)][_0x58bf53(0x21d)]])[_0x58bf53(0x215)](_0x167b19=>{const _0x19cfec=_0x58bf53;let {name:_0x4896cf,operator:_0x2a7f02='eq'}=_0x19cfec(0x23c)==typeof _0x167b19?_0x167b19:{'name':_0x167b19};return{'name':_0x4896cf,'operator':_0x2a7f02};});if(this['options'][_0x58bf53(0x20b)]&&this[_0x58bf53(0x1fb)]['select']['length']>0x0)for(let _0x51a1f4=0x0;_0x51a1f4<this['options'][_0x58bf53(0x20b)][_0x58bf53(0x202)];_0x51a1f4++){let {type:_0x2321b7=_0x58bf53(0x223),name:_0x2fb6ca,hidden:_0x858222=!0x1,align:_0x80b2f1=_0x58bf53(0x232),header:_0x8f874b,sortable:_0x55d6aa=!0x1,width:_0x3691ad=0x87,options:_0xcbaa79}=this[_0x58bf53(0x1fb)][_0x58bf53(0x20b)][_0x51a1f4];if(0x1==_0x858222)_0x294535[_0x58bf53(0x20e)]({'type':_0x58bf53(0x223),'name':_0x2fb6ca,'hidden':!0x0});else{let _0x311370=MetaApi[_0x58bf53(0x227)](_0x2321b7,_0x2fb6ca,_0x8f874b||_0x2fb6ca,_0x80b2f1,!0x1,_0x55d6aa,_0x3691ad);_0x58bf53(0x20b)===_0x2321b7?Array[_0x58bf53(0x22e)](_0xcbaa79)?_0x311370[_0x58bf53(0x234)][_0x58bf53(0x1fb)]=_0xcbaa79:_0x58bf53(0x23d)===_0xcbaa79['type']?_0x311370[_0x58bf53(0x234)]['options']=await ServiceUtil[_0x58bf53(0x23b)](_0xcbaa79[_0x58bf53(0x217)]?_0xcbaa79['values']:_0xcbaa79[_0x58bf53(0x205)]):_0x58bf53(0x1f6)===_0xcbaa79['type']?_0x311370[_0x58bf53(0x234)][_0x58bf53(0x1fb)]=await ServiceUtil['getCodeByScenario'](_0xcbaa79[_0x58bf53(0x205)],_0xcbaa79[_0x58bf53(0x229)]):_0x58bf53(0x200)===_0xcbaa79[_0x58bf53(0x20a)]&&(_0x311370[_0x58bf53(0x234)][_0x58bf53(0x1fb)]=await ServiceUtil[_0x58bf53(0x21a)](_0xcbaa79[_0x58bf53(0x229)])):'object'===_0x2321b7||_0x58bf53(0x218)===_0x2321b7?(_0xcbaa79[_0x58bf53(0x20b)]&&_0xcbaa79['select'][_0x58bf53(0x233)](_0x59ac31=>{const _0x25eb72=_0x58bf53;_0x59ac31[_0x25eb72(0x231)]||(_0x59ac31[_0x25eb72(0x231)]=_0x59ac31[_0x25eb72(0x205)]),_0x59ac31[_0x25eb72(0x231)]=TermsUtil[_0x25eb72(0x220)](_0x59ac31[_0x25eb72(0x231)]);}),_0x311370[_0x58bf53(0x234)]['options']=_0xcbaa79):_0x58bf53(0x221)==_0x2321b7&&(_0x311370['record']['options']=object_opt,_0x311370['record'][_0x58bf53(0x1fb)][_0x58bf53(0x1fc)]=await ServiceUtil[_0x58bf53(0x21a)](object_opt)),_0x294535[_0x58bf53(0x20e)](_0x311370);}}else _0x294535[_0x58bf53(0x20e)](MetaApi[_0x58bf53(0x227)](_0x58bf53(0x223),this[_0x58bf53(0x1fb)][_0x58bf53(0x21d)],this[_0x58bf53(0x1fb)][_0x58bf53(0x21d)],'left',!0x1,!0x0,0xb4)),this[_0x58bf53(0x1fb)][_0x58bf53(0x214)]&&_0x294535['push'](MetaApi['getGristColumnConfig2']('string',this['options']['dispField'],this[_0x58bf53(0x1fb)]['dispField'],_0x58bf53(0x232),!0x1,!0x0,0x12c));_0x294535[_0x58bf53(0x233)](_0x1dc072=>{const _0x17bc57=_0x58bf53;let _0x24b8dc=_0x12909a[_0x17bc57(0x21e)](_0x429abf=>_0x1dc072[_0x17bc57(0x205)]==_0x429abf['name']);_0x24b8dc&&_0x24b8dc[_0x17bc57(0x202)]>0x0&&(_0x1dc072[_0x17bc57(0x21e)]=_0x24b8dc);});let _0x830250={'rows':MetaApi[_0x58bf53(0x210)](!0x1),'pagination':MetaApi['getGristPagination100Config'](),'appendable':!0x1,'columns':_0x294535,'sorters':[...this[_0x58bf53(0x1fb)][_0x58bf53(0x21b)]||[]]};_0x830250[_0x58bf53(0x22c)][_0x58bf53(0x20c)]={'click':_0x58bf53(0x1f4),'dblclick':(_0x32b58c,_0x1a4554,_0xb99488,_0x1533ab,_0x2885f0,_0x5df953)=>{const _0x4ad1e6=_0x58bf53;this[_0x4ad1e6(0x213)](_0x1533ab);}},this['gridConfig']=_0x830250,await super[_0x58bf53(0x1ff)]();}async['firstUpdated'](){await super['firstUpdated']();}[a0_0x54340b(0x1fe)](){const _0x167eeb=a0_0x54340b;return html`
21
+ <ox-grist id="ox-grist" .config=${this[_0x167eeb(0x22b)]} .mode=${isMobileDevice()?_0x167eeb(0x230):_0x167eeb(0x20f)} auto-fetch
22
+ .fetchHandler=${this[_0x167eeb(0x23a)][_0x167eeb(0x22a)](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_0xd68286=a0_0x3367;function a0_0x3367(_0x3ff02e,_0x56b656){const _0x1b6
27
27
  </div>
28
28
  </ox-grist>
29
29
  <div id="button-container" class="button-container">
30
- <mwc-button raised label="${TermsUtil[_0x172e50(0xde)](_0x172e50(0xdf))}" style="margin-left:7px;margin-top:7px;"
31
- @click=${this[_0x172e50(0xca)][_0x172e50(0xd4)](this)}>
30
+ <mwc-button raised label="${TermsUtil['tButton'](_0x167eeb(0x235))}" style="margin-left:7px;margin-top:7px;"
31
+ @click=${this['clickEmpty'][_0x167eeb(0x22a)](this)}>
32
32
  </mwc-button>
33
- <mwc-button raised label="${TermsUtil[_0x172e50(0xde)]('cancel')}" style="margin-left:7px;margin-top:7px;"
34
- @click=${this['clickCancel'][_0x172e50(0xd4)](this)}>
33
+ <mwc-button raised label="${TermsUtil[_0x167eeb(0x209)](_0x167eeb(0x204))}" style="margin-left:7px;margin-top:7px;"
34
+ @click=${this[_0x167eeb(0x219)][_0x167eeb(0x22a)](this)}>
35
35
  </mwc-button>
36
- <mwc-button raised label="${TermsUtil[_0x172e50(0xde)](_0x172e50(0xe8))}" style="margin-left:7px;margin-top:7px;"
37
- @click=${this['clickSelect'][_0x172e50(0xd4)](this)}>
36
+ <mwc-button raised label="${TermsUtil[_0x167eeb(0x209)](_0x167eeb(0x20b))}" style="margin-left:7px;margin-top:7px;"
37
+ @click=${this[_0x167eeb(0x228)][_0x167eeb(0x22a)](this)}>
38
38
  </mwc-button>
39
39
  </div>
40
- `;}get['grist'](){const _0x4f6eb4=a0_0xd68286;return this[_0x4f6eb4(0xfb)]['querySelector']('#ox-grist');}async[a0_0xd68286(0xc0)]({page:_0x557004=0x0,limit:_0x61c453=0x0,sorters:_0x57a48d=[],filters:_0x1e3b72=[]}){const _0x26b85f=a0_0xd68286;let _0x1d818b=[...this['search_hidden_fields']];_0x1e3b72[_0x26b85f(0xec)](_0x2f5a7f=>{const _0x2fb60c=_0x26b85f;let _0x3c807e=_0x1d818b[_0x2fb60c(0xf9)](_0x1eb3a1=>_0x2f5a7f[_0x2fb60c(0xc3)]==_0x1eb3a1[_0x2fb60c(0xc3)]);_0x3c807e&&_0x3c807e[_0x2fb60c(0xef)]>0x0&&delete _0x1d818b[_0x2f5a7f['name']],_0x1d818b[_0x2fb60c(0xd8)](_0x2f5a7f);});let _0x14928d=MetaApi[_0x26b85f(0xc4)](this[_0x26b85f(0xcc)][_0x26b85f(0xbd)]);return await MetaApi[_0x26b85f(0xf5)](this[_0x26b85f(0xe0)]['queryName'],_0x1d818b,_0x57a48d,_0x557004,_0x61c453,_0x14928d);}async[a0_0xd68286(0xca)](_0x426f4f){const _0x21a17d=a0_0xd68286;this[_0x21a17d(0xbe)]&&this[_0x21a17d(0xbe)](null),closePopup(this);}async['clickCancel'](_0x125721){closePopup(this);}async[a0_0xd68286(0xc1)](_0x566cd0){const _0x552a2a=a0_0xd68286;let _0x345e4d=this['grist'][_0x552a2a(0xcb)];_0x345e4d&&0x0!=_0x345e4d[_0x552a2a(0xef)]?this['selectRecord'](_0x345e4d[0x0]):MetaApi[_0x552a2a(0xbc)]('info',TermsUtil[_0x552a2a(0xb8)]('NOTHING_SELECTED'));}async[a0_0xd68286(0xba)](_0x29bcc9){const _0x4de3ac=a0_0xd68286;this[_0x4de3ac(0xbe)]&&this[_0x4de3ac(0xbe)](_0x29bcc9),closePopup(this);}}customElements[a0_0xd68286(0xda)](a0_0xd68286(0xed),OxResourceCodeSelectorPopup);
40
+ `;}get[a0_0x54340b(0x22f)](){const _0x3fa90=a0_0x54340b;return this[_0x3fa90(0x1f5)]['querySelector'](_0x3fa90(0x203));}async['fetchHandler']({page:_0x159d1c=0x0,limit:_0x183453=0x0,sorters:_0x2e9040=[],filters:_0x1549c6=[]}){const _0x39e753=a0_0x54340b;let _0x593247=[...this[_0x39e753(0x239)]];_0x1549c6['forEach'](_0x405a16=>{const _0x581a96=_0x39e753;let _0x13eec7=_0x593247[_0x581a96(0x21e)](_0x49f2a6=>_0x405a16['name']==_0x49f2a6[_0x581a96(0x205)]);_0x13eec7&&_0x13eec7['length']>0x0&&delete _0x593247[_0x405a16['name']],_0x593247[_0x581a96(0x20e)](_0x405a16);});let _0x590ef1=MetaApi[_0x39e753(0x1f9)](this[_0x39e753(0x22b)][_0x39e753(0x207)]);return await MetaApi[_0x39e753(0x1f7)](this[_0x39e753(0x1fb)]['queryName'],_0x593247,_0x2e9040,_0x159d1c,_0x183453,_0x590ef1);}async[a0_0x54340b(0x237)](_0x4c13d9){this['confirmCallback']&&this['confirmCallback'](null),closePopup(this);}async[a0_0x54340b(0x219)](_0x65630d){closePopup(this);}async[a0_0x54340b(0x228)](_0x4830fa){const _0x59c641=a0_0x54340b;let _0x55ffe5=this[_0x59c641(0x22f)][_0x59c641(0x222)];_0x55ffe5&&0x0!=_0x55ffe5[_0x59c641(0x202)]?this[_0x59c641(0x213)](_0x55ffe5[0x0]):MetaApi[_0x59c641(0x224)](_0x59c641(0x238),TermsUtil[_0x59c641(0x21f)]('NOTHING_SELECTED'));}async[a0_0x54340b(0x213)](_0x3d77ce){const _0x1d4c27=a0_0x54340b;this[_0x1d4c27(0x236)]&&this[_0x1d4c27(0x236)](_0x3d77ce),closePopup(this);}}customElements['define']('ox-resource-code-selector-popup',OxResourceCodeSelectorPopup);
package/client/index.js CHANGED
@@ -19,6 +19,7 @@ export * from './mixin/meta-form-mixin'
19
19
  export * from './mixin/meta-tab-mixin'
20
20
  export * from './mixin/meta-grist-tab-mixin'
21
21
  export * from './mixin/meta-tab-detail-mixin'
22
+ export * from './mixin/meta-main-tab-mixin'
22
23
 
23
24
  /** Page **/
24
25
  export * from './pages/meta-form-element'
@@ -31,3 +32,6 @@ export * from './pages/meta-master-detail-page'
31
32
  export * from './pages/meta-tab-element'
32
33
  export * from './pages/meta-tab-detail-element'
33
34
  export * from './pages/meta-tab-detail-page'
35
+ export * from './pages/meta-main-tab-page'
36
+ export * from './pages/meta-main-tab-element'
37
+
@@ -1 +1 @@
1
- const a0_0x2124c9=a0_0x2837;(function(_0xf6e23c,_0x59aa8a){const _0x1a51d5=a0_0x2837,_0x5ad42a=_0xf6e23c();while(!![]){try{const _0x297d06=-parseInt(_0x1a51d5(0xb4))/0x1+parseInt(_0x1a51d5(0xcb))/0x2*(parseInt(_0x1a51d5(0xa4))/0x3)+parseInt(_0x1a51d5(0xa6))/0x4*(-parseInt(_0x1a51d5(0xb1))/0x5)+parseInt(_0x1a51d5(0x9e))/0x6+-parseInt(_0x1a51d5(0xb2))/0x7*(-parseInt(_0x1a51d5(0xb5))/0x8)+parseInt(_0x1a51d5(0xb7))/0x9+-parseInt(_0x1a51d5(0xad))/0xa;if(_0x297d06===_0x59aa8a)break;else _0x5ad42a['push'](_0x5ad42a['shift']());}catch(_0x15361a){_0x5ad42a['push'](_0x5ad42a['shift']());}}}(a0_0x3260,0xba05d));import{MetaApi}from'./../utils/meta-api';import{ValueUtil}from'./../utils/value-util';import{TermsUtil}from'./../utils/terms-util';function a0_0x3260(){const _0x503e2b=['setParentId','112899AQDUll','menuInfo','5163028hYtYtM','lifecycle','active','fetchHandler','callScenario','is_popup','executeCallScenarioButtonClick','12314080NAXaRd','fetch','isNotEmpty','errors','5LokYcT','7xgjeFP','excuteOpenPopupButtonClick','728292eGocRF','7491032EwsXle','isDetail','11967426iLcinn','parseBasicFormConfigs','tTitle','filterForm','parent_id','isPage','after','name','parseBasicGridConfigs','getAndParseMenuMeta','properties','getParams','title_detail','is_detail','etcConfig','menu','parseBasicServiceConfigs','etc','title','parseBasicTabConfigs','38WEGjgE','params','6187716IjMSDH','grist','parseBasicButtonConfigs','isEmpty','split'];a0_0x3260=function(){return _0x503e2b;};return a0_0x3260();}function a0_0x2837(_0x19398a,_0x59c8c7){const _0x3260db=a0_0x3260();return a0_0x2837=function(_0x283701,_0x51f38f){_0x283701=_0x283701-0x9d;let _0x1b9ddc=_0x3260db[_0x283701];return _0x1b9ddc;},a0_0x2837(_0x19398a,_0x59c8c7);}export const MetaBaseMixin=_0x140d62=>class extends _0x140d62{static get[a0_0x2124c9(0xc1)](){return{'menuInfo':Object,'route_name':String,'parent_id':String,'is_detail':{'type':Boolean,'converter':_0x2fb04a=>Boolean(_0x2fb04a)},'is_popup':{'type':Boolean,'converter':_0x2a45f0=>Boolean(_0x2a45f0)},'is_activity':{'type':Boolean,'converter':_0x104bf6=>Boolean(_0x104bf6)},'is_readonly':{'type':Boolean,'converter':_0x3b3f5e=>Boolean(_0x3b3f5e)}};}get['isElement'](){const _0x37fbda=a0_0x2124c9;return!0x0===this['is_detail']||!0x0===this[_0x37fbda(0xab)];}get[a0_0x2124c9(0xb6)](){const _0x336b47=a0_0x2124c9;return!ValueUtil[_0x336b47(0xa1)](this[_0x336b47(0xc4)])&&this['is_detail'];}async['pageUpdated'](_0x5907c1,_0x404226,_0x5d7f15){const _0x41f8b8=a0_0x2124c9;let _0x55dbe9=this[_0x41f8b8(0xa7)]?.[_0x41f8b8(0x9d)]?this[_0x41f8b8(0xa7)]['params']:{};this[_0x41f8b8(0xbc)]&&this[_0x41f8b8(0xa8)]&&0x0==_0x5d7f15[_0x41f8b8(0xa8)]&&ValueUtil['isNotEmpty'](_0x55dbe9)&&this[_0x41f8b8(0xae)]();}get['isPopup'](){const _0x59030e=a0_0x2124c9;return!ValueUtil[_0x59030e(0xa1)](this['is_popup'])&&this['is_popup'];}get['isPage'](){return!this['is_detail']&&!this['is_popup'];}async[a0_0x2124c9(0xc0)](){const _0x328f3f=a0_0x2124c9;let _0x41c511=await MetaApi['getMenuMeta'](this);_0x41c511&&(this[_0x328f3f(0xa5)]=_0x41c511[_0x328f3f(0xc6)],this[_0x328f3f(0xc5)]=_0x41c511[_0x328f3f(0xc8)],this[_0x328f3f(0xbf)]&&this['parseBasicGridConfigs'](_0x41c511),this['parseBasicServiceConfigs']&&this[_0x328f3f(0xc7)](_0x41c511),this[_0x328f3f(0xb8)]&&this[_0x328f3f(0xb8)](_0x41c511),this[_0x328f3f(0xca)]&&this[_0x328f3f(0xca)](_0x41c511),this[_0x328f3f(0xa0)]&&this['parseBasicButtonConfigs'](_0x41c511));}async[a0_0x2124c9(0xae)](){const _0x29734b=a0_0x2124c9;ValueUtil['isNotEmpty'](this[_0x29734b(0x9f)])?this['grist'][_0x29734b(0xae)]():(ValueUtil[_0x29734b(0xaf)](this[_0x29734b(0xba)])||this['fetchHandler'])&&await this[_0x29734b(0xa9)]();}async[a0_0x2124c9(0xb3)](_0x5967c7,_0x5df396,_0x52f837){const _0x232be8=a0_0x2124c9;let _0x4068f5=TermsUtil[_0x232be8(0xb9)](_0x5967c7[_0x232be8(0xc9)]);ValueUtil[_0x232be8(0xaf)](_0x5967c7[_0x232be8(0xc3)])&&(_0x4068f5=_0x4068f5+'-'+ValueUtil[_0x232be8(0xc2)](_0x5df396,..._0x5967c7[_0x232be8(0xc3)][_0x232be8(0xa2)]('.'))),MetaApi['openDynamicPopup'](_0x4068f5,_0x5967c7,_0x5df396,_0x52f837);}async[a0_0x2124c9(0xac)](_0x1070a5,_0x3c9da1,_0x4bf234){const _0x263028=a0_0x2124c9;let _0x12f3de=await MetaApi[_0x263028(0xaa)](_0x1070a5[_0x263028(0xbe)],_0x1070a5['name'],_0x3c9da1);!0x1!==_0x12f3de&&!_0x12f3de[_0x263028(0xb0)]&&ValueUtil[_0x263028(0xaf)](_0x1070a5[_0x263028(0xbd)])&&_0x4bf234();}[a0_0x2124c9(0xa3)](_0x4bd4de){const _0x1a9cde=a0_0x2124c9;this[_0x1a9cde(0xbb)]=_0x4bd4de,this[_0x1a9cde(0xae)]();}};
1
+ const a0_0xe64230=a0_0x3a37;(function(_0x4818d1,_0x3c88bd){const _0x5a5d46=a0_0x3a37,_0x5a5737=_0x4818d1();while(!![]){try{const _0x22ad6c=parseInt(_0x5a5d46(0xf5))/0x1+parseInt(_0x5a5d46(0xf7))/0x2*(parseInt(_0x5a5d46(0x106))/0x3)+-parseInt(_0x5a5d46(0x102))/0x4+parseInt(_0x5a5d46(0x101))/0x5+parseInt(_0x5a5d46(0xef))/0x6*(-parseInt(_0x5a5d46(0x109))/0x7)+-parseInt(_0x5a5d46(0x110))/0x8+parseInt(_0x5a5d46(0xf3))/0x9;if(_0x22ad6c===_0x3c88bd)break;else _0x5a5737['push'](_0x5a5737['shift']());}catch(_0x30f39b){_0x5a5737['push'](_0x5a5737['shift']());}}}(a0_0xdd43,0x76a8f));function a0_0xdd43(){const _0x33b4d1=['3gfkISZ','etcConfig','filterForm','43666DrBKDz','isPage','name','fetchHandler','callScenario','params','menu','2659424IEWIZs','grist','parent_id','executeCallScenarioButtonClick','parseBasicGridConfigs','parseBasicTabConfigs','tTitle','getAndParseMenuMeta','318hOojkh','fetch','title_detail','parseBasicButtonConfigs','9474984KCCTHz','is_popup','92158sugGPL','pageUpdated','129590bdewjR','properties','split','parseBasicFormConfigs','getMenuMeta','active','lifecycle','isEmpty','openDynamicPopup','isPopup','183740YzSpZi','389616wrqhqS','isNotEmpty','is_detail','parseBasicServiceConfigs'];a0_0xdd43=function(){return _0x33b4d1;};return a0_0xdd43();}function a0_0x3a37(_0x594752,_0x152b0b){const _0xdd4325=a0_0xdd43();return a0_0x3a37=function(_0x3a3773,_0x2c21d2){_0x3a3773=_0x3a3773-0xed;let _0x3e3f2d=_0xdd4325[_0x3a3773];return _0x3e3f2d;},a0_0x3a37(_0x594752,_0x152b0b);}import{MetaApi}from'./../utils/meta-api';import{ValueUtil}from'./../utils/value-util';import{TermsUtil}from'./../utils/terms-util';export const MetaBaseMixin=_0x187d0e=>class extends _0x187d0e{static get[a0_0xe64230(0xf8)](){return{'menuInfo':Object,'route_name':String,'parent_id':String,'is_detail':{'type':Boolean,'converter':_0x31e106=>Boolean(_0x31e106)},'is_popup':{'type':Boolean,'converter':_0x5e709d=>Boolean(_0x5e709d)},'is_activity':{'type':Boolean,'converter':_0x5f36eb=>Boolean(_0x5f36eb)},'is_readonly':{'type':Boolean,'converter':_0x193a1a=>Boolean(_0x193a1a)}};}get['isElement'](){const _0x2382cc=a0_0xe64230;return!0x0===this[_0x2382cc(0x104)]||!0x0===this[_0x2382cc(0xf4)];}get['isDetail'](){const _0x5e7318=a0_0xe64230;return!ValueUtil[_0x5e7318(0xfe)](this[_0x5e7318(0x104)])&&this[_0x5e7318(0x104)];}async[a0_0xe64230(0xf6)](_0x291b42,_0x36583b,_0x4479b2){const _0x32ea0d=a0_0xe64230;let _0xddcd3f=this[_0x32ea0d(0xfd)]?.[_0x32ea0d(0x10e)]?this[_0x32ea0d(0xfd)][_0x32ea0d(0x10e)]:{};this[_0x32ea0d(0x10a)]&&this[_0x32ea0d(0xfc)]&&0x0==_0x4479b2[_0x32ea0d(0xfc)]&&ValueUtil['isNotEmpty'](_0xddcd3f)&&this['fetch']();}get[a0_0xe64230(0x100)](){const _0x4246b4=a0_0xe64230;return!ValueUtil['isEmpty'](this[_0x4246b4(0xf4)])&&this[_0x4246b4(0xf4)];}get[a0_0xe64230(0x10a)](){const _0x5935c5=a0_0xe64230;return!this[_0x5935c5(0x104)]&&!this[_0x5935c5(0xf4)];}async[a0_0xe64230(0xee)](){const _0x8f29af=a0_0xe64230;let _0x44df34=await MetaApi[_0x8f29af(0xfb)](this);_0x44df34&&(this['menuInfo']=_0x44df34[_0x8f29af(0x10f)],this[_0x8f29af(0x107)]=_0x44df34['etc'],this[_0x8f29af(0x114)]&&this['parseBasicGridConfigs'](_0x44df34),this[_0x8f29af(0x105)]&&this['parseBasicServiceConfigs'](_0x44df34),this['parseBasicFormConfigs']&&this[_0x8f29af(0xfa)](_0x44df34),this[_0x8f29af(0x115)]&&this[_0x8f29af(0x115)](_0x44df34),this[_0x8f29af(0xf2)]&&this[_0x8f29af(0xf2)](_0x44df34));}async['fetch'](){const _0x29389b=a0_0xe64230;ValueUtil[_0x29389b(0x103)](this[_0x29389b(0x111)])?this[_0x29389b(0x111)][_0x29389b(0xf0)]():(ValueUtil[_0x29389b(0x103)](this[_0x29389b(0x108)])||this[_0x29389b(0x10c)])&&await this['fetchHandler']();}async['excuteOpenPopupButtonClick'](_0x5cc84b,_0x1a0d75,_0x515c58){const _0x157dfc=a0_0xe64230;let _0x147262=TermsUtil[_0x157dfc(0xed)](_0x5cc84b['title']);ValueUtil['isNotEmpty'](_0x5cc84b[_0x157dfc(0xf1)])&&(_0x147262=_0x147262+'-'+ValueUtil['getParams'](_0x1a0d75,..._0x5cc84b[_0x157dfc(0xf1)][_0x157dfc(0xf9)]('.'))),MetaApi[_0x157dfc(0xff)](_0x147262,_0x5cc84b,_0x1a0d75,_0x515c58);}async[a0_0xe64230(0x113)](_0x2a7b7c,_0x26678,_0x2b9701){const _0x21f852=a0_0xe64230;let _0x595dfa=await MetaApi[_0x21f852(0x10d)](_0x2a7b7c['name'],_0x2a7b7c[_0x21f852(0x10b)],_0x26678);!0x1!==_0x595dfa&&!_0x595dfa['errors']&&ValueUtil[_0x21f852(0x103)](_0x2a7b7c['after'])&&_0x2b9701();}['setParentId'](_0x30fdbf){const _0x2b1a50=a0_0xe64230;this[_0x2b1a50(0x112)]=_0x30fdbf,this[_0x2b1a50(0xf0)]();}};
@@ -1,4 +1,4 @@
1
- const a0_0x15c9a8=a0_0xdae4;(function(_0x4bfafd,_0x25c7c9){const _0x553be1=a0_0xdae4,_0x103e2f=_0x4bfafd();while(!![]){try{const _0xe1d771=-parseInt(_0x553be1(0x1d0))/0x1*(parseInt(_0x553be1(0x1d8))/0x2)+-parseInt(_0x553be1(0x1fd))/0x3*(parseInt(_0x553be1(0x1d7))/0x4)+parseInt(_0x553be1(0x1f0))/0x5+-parseInt(_0x553be1(0x1f5))/0x6*(-parseInt(_0x553be1(0x1ef))/0x7)+-parseInt(_0x553be1(0x1db))/0x8+parseInt(_0x553be1(0x1e5))/0x9+parseInt(_0x553be1(0x1df))/0xa*(parseInt(_0x553be1(0x1cf))/0xb);if(_0xe1d771===_0x25c7c9)break;else _0x103e2f['push'](_0x103e2f['shift']());}catch(_0x74b96a){_0x103e2f['push'](_0x103e2f['shift']());}}}(a0_0x5cdd,0x3d9ef));import{html}from'lit';function a0_0x5cdd(){const _0xfaf4c=['context','connectedCallback','gristConfigSet','877302ywjQob','save','startsWith','getBasicGristStyles','isNotEmpty','updateMultiple','parseGristConfigs','parseBasicGridConfigs','312546RKWxqd','patchesForUpdateMultiple','forEach','fetch','exportableData','activityDataSet','firstUpdated','getButtonContainer','getData','render','isElement','parseGridConfigSet','11CNVgUF','2126Qaytut','renderRoot','find','gridConfig','isPage','searchConfig','gristId','8QppWYH','222kymxJs','ox-filters-form','delete','1179432AlJyRE','deleteByIds','filterFormId','records','4657840cYdwfI','getBasicGristHtml','clear','keys','grist','data','783774SyGufg','properties','getParams','querySelector','pageInitialized','parse','tTitle','grid','shadowRoot','getSelectedIdList','7CFKDiQ','725455TRigcV','findOne'];a0_0x5cdd=function(){return _0xfaf4c;};return a0_0x5cdd();}import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';function a0_0xdae4(_0x59652b,_0xc20b79){const _0x5cdd96=a0_0x5cdd();return a0_0xdae4=function(_0xdae464,_0x18d749){_0xdae464=_0xdae464-0x1ce;let _0x5bbbd0=_0x5cdd96[_0xdae464];return _0x5bbbd0;},a0_0xdae4(_0x59652b,_0xc20b79);}import{ValueUtil}from'../utils/value-util';import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaBasicGristMixin=_0x498b3b=>class extends MetaButtonMixin(_0x498b3b){static get['styles'](){const _0x41ace0=a0_0xdae4;return MetaApi[_0x41ace0(0x1f8)]();}static get[a0_0x15c9a8(0x1e6)](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String};}get[a0_0x15c9a8(0x1e3)](){const _0x3a2b28=a0_0x15c9a8;return this[_0x3a2b28(0x1d1)]?.[_0x3a2b28(0x1e8)](this[_0x3a2b28(0x1d6)]);}get['filterForm'](){const _0x3e8c11=a0_0x15c9a8;return this[_0x3e8c11(0x1ed)]?.[_0x3e8c11(0x1e8)](this[_0x3e8c11(0x1dd)]);}get[a0_0x15c9a8(0x1f2)](){return MetaUiUtil['getContextObject'](this);}async[a0_0x15c9a8(0x1f3)](){const _0x4cb9f2=a0_0x15c9a8;this['gristId']='ox-grist',this[_0x4cb9f2(0x1dd)]=_0x4cb9f2(0x1d9),await this['getAndParseMenuMeta'](),this[_0x4cb9f2(0x207)]&&await this[_0x4cb9f2(0x1fb)](),this[_0x4cb9f2(0x202)]&&(this['dataSet']=this['activityDataSet']),super['connectedCallback']&&await super[_0x4cb9f2(0x1f3)]();}async[a0_0x15c9a8(0x203)](){const _0x435870=a0_0x15c9a8;super['firstUpdated']&&await super[_0x435870(0x203)]();}async[a0_0x15c9a8(0x1e9)](){const _0x23f2ca=a0_0x15c9a8;this[_0x23f2ca(0x1d4)]&&await this['parseGristConfigs'](),super[_0x23f2ca(0x1e9)]&&await super['pageInitialized']();}[a0_0x15c9a8(0x206)](){const _0xfce4d8=a0_0x15c9a8;return html`
2
- ${MetaApi[_0xfce4d8(0x1e0)](this)}
3
- ${this[_0xfce4d8(0x1d4)]?html``:MetaUiUtil[_0xfce4d8(0x204)](this)}
4
- `;}[a0_0x15c9a8(0x1fc)](_0x2d345c){const _0xae1361=a0_0x15c9a8;this[_0xae1361(0x1d3)]=_0x2d345c[_0xae1361(0x1ec)],this['gridColumnConfig']=_0x2d345c['grid_column'],this[_0xae1361(0x1d5)]=_0x2d345c['search'];}async[a0_0x15c9a8(0x1fb)](){const _0x17d543=a0_0x15c9a8;this[_0x17d543(0x1f4)]=await MetaApi[_0x17d543(0x1ce)](this);}async['fetch'](){const _0x1db041=a0_0x15c9a8;await this[_0x1db041(0x1e3)][_0x1db041(0x200)]();}async[a0_0x15c9a8(0x1f6)](){const _0x10095e=a0_0x15c9a8;let _0x1f9182=MetaApi[_0x10095e(0x1fe)](this[_0x10095e(0x1e3)]);!!ValueUtil[_0x10095e(0x1f9)](_0x1f9182)&&await this[_0x10095e(0x1fa)](_0x1f9182)&&this['fetch']();}async[a0_0x15c9a8(0x1d2)](){const _0x3502f9=a0_0x15c9a8;let _0x58bf20=MetaApi[_0x3502f9(0x1ee)](this[_0x3502f9(0x1e3)],!0x0);return ValueUtil[_0x3502f9(0x1f9)](_0x58bf20)?await this[_0x3502f9(0x1f1)](_0x58bf20[0x0]):{};}async[a0_0x15c9a8(0x1da)](){const _0x195bf5=a0_0x15c9a8;let _0x5d9aa6=MetaApi[_0x195bf5(0x1ee)](this[_0x195bf5(0x1e3)],!0x0);!!ValueUtil[_0x195bf5(0x1f9)](_0x5d9aa6)&&await this[_0x195bf5(0x1dc)](_0x5d9aa6)&&this['fetch']();}async['export'](){const _0x1c9642=a0_0x15c9a8;let _0x479ea5=TermsUtil[_0x1c9642(0x1eb)](ValueUtil[_0x1c9642(0x1e7)](this['menuInfo'],'title'));return await MetaApi[_0x1c9642(0x201)](this[_0x1c9642(0x207)],_0x479ea5,this[_0x1c9642(0x1e3)]);}async['import'](){}async[a0_0x15c9a8(0x1e1)](){const _0x292c71=a0_0x15c9a8;this[_0x292c71(0x1e3)]&&(this[_0x292c71(0x1e3)][_0x292c71(0x1e4)]={'page':0x0,'total':0x0,'limit':0x0,'records':[]});}[a0_0x15c9a8(0x205)](){const _0x2844af=a0_0x15c9a8;let _0x54aad2=this['grist']['___data'][_0x2844af(0x1de)];return _0x54aad2=JSON[_0x2844af(0x1ea)](JSON['stringify'](_0x54aad2)),_0x54aad2[_0x2844af(0x1ff)](_0x32411f=>{const _0x4b1590=_0x2844af;Object[_0x4b1590(0x1e2)](_0x32411f)[_0x4b1590(0x1ff)](_0x55fb36=>{const _0x215beb=_0x4b1590;_0x55fb36[_0x215beb(0x1f7)]('__')&&delete _0x32411f[_0x55fb36];});}),_0x54aad2;}};
1
+ const a0_0xf3120d=a0_0x56df;(function(_0x1b7f60,_0x1ad8fc){const _0x56ac8d=a0_0x56df,_0x547929=_0x1b7f60();while(!![]){try{const _0x3d505b=-parseInt(_0x56ac8d(0x137))/0x1*(-parseInt(_0x56ac8d(0x16b))/0x2)+-parseInt(_0x56ac8d(0x151))/0x3*(parseInt(_0x56ac8d(0x15c))/0x4)+parseInt(_0x56ac8d(0x161))/0x5+-parseInt(_0x56ac8d(0x12f))/0x6+-parseInt(_0x56ac8d(0x13f))/0x7*(-parseInt(_0x56ac8d(0x154))/0x8)+-parseInt(_0x56ac8d(0x14c))/0x9+parseInt(_0x56ac8d(0x159))/0xa*(parseInt(_0x56ac8d(0x15d))/0xb);if(_0x3d505b===_0x1ad8fc)break;else _0x547929['push'](_0x547929['shift']());}catch(_0x271828){_0x547929['push'](_0x547929['shift']());}}}(a0_0x46e8,0x97f92));function a0_0x56df(_0x4661e9,_0x4843e5){const _0x46e888=a0_0x46e8();return a0_0x56df=function(_0x56dfd5,_0x230d1b){_0x56dfd5=_0x56dfd5-0x12e;let _0xc92297=_0x46e888[_0x56dfd5];return _0xc92297;},a0_0x56df(_0x4661e9,_0x4843e5);}import{html}from'lit';import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{ValueUtil}from'../utils/value-util';function a0_0x46e8(){const _0x1aae02=['getSelectedIdList','258243qhklZn','getParams','isNotEmpty','88kcKmGd','styles','activityDataSet','dataSet','findOne','10KaiYTP','title','connectedCallback','4KXkVMO','5653714LXIujl','gridConfig','clear','filterFormId','1756070nuqsvG','searchConfig','___data','parseGridConfigSet','tTitle','getContextObject','exportableData','shadowRoot','ox-grist','data','2OanWqX','forEach','menuInfo','5313366xKHwwV','firstUpdated','search','parseBasicGridConfigs','fetch','querySelector','grist','ox-filters-form','143237dDVflp','isPage','save','updateMultiple','getData','render','patchesForUpdateMultiple','getBasicGristStyles','710423bSGCNc','stringify','grid','pageInitialized','deleteByIds','properties','getAndParseMenuMeta','records','find','delete','startsWith','parse','keys','4776120bQFgvL','isElement','gristConfigSet','parseGristConfigs'];a0_0x46e8=function(){return _0x1aae02;};return a0_0x46e8();}import{TermsUtil}from'../utils/terms-util';import{MetaButtonMixin}from'./meta-button-mixin';export const MetaBasicGristMixin=_0x15d2a7=>class extends MetaButtonMixin(_0x15d2a7){static get[a0_0xf3120d(0x155)](){const _0x1a0ba3=a0_0xf3120d;return MetaApi[_0x1a0ba3(0x13e)]();}static get[a0_0xf3120d(0x144)](){return{'gridConfig':Object,'gridColumnConfig':Array,'searchConfig':Array,'searchFormElement':String,'gristConfigSet':Object,'useFilterForm':Boolean,'gridMobileMode':String,'gridDeskMode':String,'gridViewOptions':Array,'gridMode':String,'infinityPage':Boolean,'gristId':String,'filterFormId':String};}get[a0_0xf3120d(0x135)](){const _0x31c603=a0_0xf3120d;return this['renderRoot']?.[_0x31c603(0x134)](this['gristId']);}get['filterForm'](){const _0x4a6ac9=a0_0xf3120d;return this[_0x4a6ac9(0x168)]?.[_0x4a6ac9(0x134)](this['filterFormId']);}get['context'](){const _0x5b6697=a0_0xf3120d;return MetaUiUtil[_0x5b6697(0x166)](this);}async[a0_0xf3120d(0x15b)](){const _0x2dc61b=a0_0xf3120d;this['gristId']=_0x2dc61b(0x169),this[_0x2dc61b(0x160)]=_0x2dc61b(0x136),await this[_0x2dc61b(0x145)](),this[_0x2dc61b(0x14d)]&&await this[_0x2dc61b(0x14f)](),this['activityDataSet']&&(this[_0x2dc61b(0x157)]=this[_0x2dc61b(0x156)]),super[_0x2dc61b(0x15b)]&&await super[_0x2dc61b(0x15b)]();}async['firstUpdated'](){const _0x17e7d3=a0_0xf3120d;super[_0x17e7d3(0x130)]&&await super['firstUpdated']();}async[a0_0xf3120d(0x142)](){const _0x2f0f82=a0_0xf3120d;this[_0x2f0f82(0x138)]&&await this[_0x2f0f82(0x14f)](),super[_0x2f0f82(0x142)]&&await super['pageInitialized']();}[a0_0xf3120d(0x13c)](){const _0x3a87b8=a0_0xf3120d;return html`
2
+ ${MetaApi['getBasicGristHtml'](this)}
3
+ ${this[_0x3a87b8(0x138)]?html``:MetaUiUtil['getButtonContainer'](this)}
4
+ `;}[a0_0xf3120d(0x132)](_0x3596e6){const _0x9f6372=a0_0xf3120d;this[_0x9f6372(0x15e)]=_0x3596e6[_0x9f6372(0x141)],this['gridColumnConfig']=_0x3596e6['grid_column'],this[_0x9f6372(0x162)]=_0x3596e6[_0x9f6372(0x131)];}async[a0_0xf3120d(0x14f)](){const _0x50ddb3=a0_0xf3120d;this[_0x50ddb3(0x14e)]=await MetaApi[_0x50ddb3(0x164)](this);}async[a0_0xf3120d(0x133)](){const _0x558738=a0_0xf3120d;await this[_0x558738(0x135)][_0x558738(0x133)]();}async[a0_0xf3120d(0x139)](){const _0x4da87f=a0_0xf3120d;let _0x540486=MetaApi[_0x4da87f(0x13d)](this[_0x4da87f(0x135)]);!!ValueUtil[_0x4da87f(0x153)](_0x540486)&&await this[_0x4da87f(0x13a)](_0x540486)&&this[_0x4da87f(0x133)]();}async[a0_0xf3120d(0x147)](){const _0x3ef799=a0_0xf3120d;let _0x2249a0=MetaApi[_0x3ef799(0x150)](this[_0x3ef799(0x135)],!0x0);return ValueUtil[_0x3ef799(0x153)](_0x2249a0)?await this[_0x3ef799(0x158)](_0x2249a0[0x0]):{};}async[a0_0xf3120d(0x148)](){const _0x54d900=a0_0xf3120d;let _0x4dcb31=MetaApi[_0x54d900(0x150)](this[_0x54d900(0x135)],!0x0);!!ValueUtil[_0x54d900(0x153)](_0x4dcb31)&&await this[_0x54d900(0x143)](_0x4dcb31)&&this[_0x54d900(0x133)]();}async['export'](){const _0x5ca45f=a0_0xf3120d;let _0x457d13=TermsUtil[_0x5ca45f(0x165)](ValueUtil[_0x5ca45f(0x152)](this[_0x5ca45f(0x12e)],_0x5ca45f(0x15a)));return await MetaApi[_0x5ca45f(0x167)](this[_0x5ca45f(0x14d)],_0x457d13,this[_0x5ca45f(0x135)]);}async['import'](){}async[a0_0xf3120d(0x15f)](){const _0x433a96=a0_0xf3120d;this['grist']&&(this[_0x433a96(0x135)][_0x433a96(0x16a)]={'page':0x0,'total':0x0,'limit':0x0,'records':[]});}[a0_0xf3120d(0x13b)](){const _0x472cc6=a0_0xf3120d;let _0x5cf1ca=this[_0x472cc6(0x135)][_0x472cc6(0x163)][_0x472cc6(0x146)];return _0x5cf1ca=JSON[_0x472cc6(0x14a)](JSON[_0x472cc6(0x140)](_0x5cf1ca)),_0x5cf1ca[_0x472cc6(0x16c)](_0x4c03fb=>{const _0x1b2eec=_0x472cc6;Object[_0x1b2eec(0x14b)](_0x4c03fb)['forEach'](_0x4a829c=>{const _0x13d16a=_0x1b2eec;_0x4a829c[_0x13d16a(0x149)]('__')&&delete _0x4c03fb[_0x4a829c];});}),_0x5cf1ca;}};
@@ -1 +1 @@
1
- const a0_0x2d70d1=a0_0x39f5;(function(_0x3ace5d,_0x597c9e){const _0x50eae1=a0_0x39f5,_0x543da6=_0x3ace5d();while(!![]){try{const _0x46c1b3=-parseInt(_0x50eae1(0x10d))/0x1*(parseInt(_0x50eae1(0x10f))/0x2)+-parseInt(_0x50eae1(0x10a))/0x3+parseInt(_0x50eae1(0x110))/0x4*(-parseInt(_0x50eae1(0x10e))/0x5)+-parseInt(_0x50eae1(0x105))/0x6*(parseInt(_0x50eae1(0x107))/0x7)+-parseInt(_0x50eae1(0xff))/0x8+-parseInt(_0x50eae1(0x10b))/0x9+parseInt(_0x50eae1(0xfc))/0xa*(parseInt(_0x50eae1(0x113))/0xb);if(_0x46c1b3===_0x597c9e)break;else _0x543da6['push'](_0x543da6['shift']());}catch(_0x3e4817){_0x543da6['push'](_0x543da6['shift']());}}}(a0_0x35c2,0x3af6a));import{html}from'lit';function a0_0x39f5(_0x13bf0c,_0x1de0cd){const _0x35c2ee=a0_0x35c2();return a0_0x39f5=function(_0x39f5b4,_0x5432d8){_0x39f5b4=_0x39f5b4-0xfa;let _0x3352c4=_0x35c2ee[_0x39f5b4];return _0x3352c4;},a0_0x39f5(_0x13bf0c,_0x1de0cd);}import{MetaUiUtil}from'../utils/meta-ui-util';import{MetaServiceMixin}from'./meta-service-mixin';export const MetaButtonMixin=_0x9a9575=>class extends MetaServiceMixin(_0x9a9575){static get[a0_0x2d70d1(0xfe)](){return{'buttonConfig':Array,'useButtonExport':Boolean,'useButtonImport':Boolean,'useButtonAdd':Boolean};}['getCustomButtonContainerStyle'](){const _0x25435c=a0_0x2d70d1;return MetaUiUtil[_0x25435c(0x109)]();}[a0_0x2d70d1(0x106)](){const _0x572beb=a0_0x2d70d1;return MetaUiUtil[_0x572beb(0x106)](this);}['getButtonContainer'](){const _0x50929c=a0_0x2d70d1;return this[_0x50929c(0xfb)]?html``:MetaUiUtil[_0x50929c(0x112)](this);}async[a0_0x2d70d1(0x108)](_0xeaeee3,_0x1ce860,_0x4f3fb9){return await MetaUiUtil['getButtonActionHandler'](this,_0xeaeee3,_0x1ce860,_0x4f3fb9);}async[a0_0x2d70d1(0x103)](_0x2e18ae){await MetaUiUtil['customButtonHandler'](this,_0x2e18ae);}async['gristButtonHandler'](_0x282b55,_0x4b0519){const _0x2032e9=a0_0x2d70d1;await MetaUiUtil[_0x2032e9(0x10c)](this,_0x282b55,_0x4b0519);}['parseBasicButtonConfigs'](_0x5ca15f){const _0xd11c8a=a0_0x2d70d1;this['buttonConfig']=_0x5ca15f[_0xd11c8a(0xfa)],this[_0xd11c8a(0x101)]=MetaUiUtil[_0xd11c8a(0x104)](this[_0xd11c8a(0x102)],'import'),this['useButtonExport']=MetaUiUtil[_0xd11c8a(0x104)](this[_0xd11c8a(0x102)],_0xd11c8a(0x100)),this[_0xd11c8a(0x111)]=MetaUiUtil[_0xd11c8a(0x104)](this[_0xd11c8a(0x102)],_0xd11c8a(0xfd));}};function a0_0x35c2(){const _0x545857=['92lRmvbq','636chyDpK','useButtonAdd','getButtonContainer','11484dirEgB','button','isPage','14350cvgOFA','add','properties','1234080HHSPHt','export','useButtonImport','buttonConfig','customButtonHandler','isButtonExist','10524EhHnSK','getContextButtons','315coBfJK','getBasicButtonHandler','getCustomButtonContainerStyles','662211ORAYgu','3488400SkpNnA','gristButtonHandler','4126nBDWBb','7085bOkNLV'];a0_0x35c2=function(){return _0x545857;};return a0_0x35c2();}
1
+ const a0_0x1e3033=a0_0x7b9d;function a0_0xde55(){const _0x434f60=['184051aYlcYA','1772ZxPKBY','getCustomButtonContainerStyle','6erRYQv','56DkkSjs','customButtonHandler','useButtonExport','button','12003GOxMUs','export','2130687RwJOpS','import','getContextButtons','5556530OksPoj','1543875ijBDGA','properties','add','421914wQpsMx','getBasicButtonHandler','getButtonActionHandler','useButtonImport','gristButtonHandler','buttonConfig','useButtonAdd','1941cINysM','isButtonExist','getButtonContainer','parseBasicButtonConfigs'];a0_0xde55=function(){return _0x434f60;};return a0_0xde55();}(function(_0x58fd55,_0x2f93ac){const _0x584a03=a0_0x7b9d,_0x5d0184=_0x58fd55();while(!![]){try{const _0x29a7fb=-parseInt(_0x584a03(0x1a8))/0x1+parseInt(_0x584a03(0x1b1))/0x2+parseInt(_0x584a03(0x1b8))/0x3*(parseInt(_0x584a03(0x1bd))/0x4)+parseInt(_0x584a03(0x1ae))/0x5*(parseInt(_0x584a03(0x1bf))/0x6)+parseInt(_0x584a03(0x1bc))/0x7*(parseInt(_0x584a03(0x1c0))/0x8)+-parseInt(_0x584a03(0x1aa))/0x9+-parseInt(_0x584a03(0x1ad))/0xa;if(_0x29a7fb===_0x2f93ac)break;else _0x5d0184['push'](_0x5d0184['shift']());}catch(_0x35c1e5){_0x5d0184['push'](_0x5d0184['shift']());}}}(a0_0xde55,0x2d695));import{html}from'lit';import{MetaUiUtil}from'../utils/meta-ui-util';import{MetaServiceMixin}from'./meta-service-mixin';function a0_0x7b9d(_0x357fde,_0x4ea459){const _0xde55d9=a0_0xde55();return a0_0x7b9d=function(_0x7b9d3d,_0x46160d){_0x7b9d3d=_0x7b9d3d-0x1a7;let _0x2af220=_0xde55d9[_0x7b9d3d];return _0x2af220;},a0_0x7b9d(_0x357fde,_0x4ea459);}export const MetaButtonMixin=_0x5b52ee=>class extends MetaServiceMixin(_0x5b52ee){static get[a0_0x1e3033(0x1af)](){return{'buttonConfig':Array,'useButtonExport':Boolean,'useButtonImport':Boolean,'useButtonAdd':Boolean};}[a0_0x1e3033(0x1be)](){return MetaUiUtil['getCustomButtonContainerStyles']();}[a0_0x1e3033(0x1ac)](){const _0x328b25=a0_0x1e3033;return MetaUiUtil[_0x328b25(0x1ac)](this);}['getButtonContainer'](){const _0x33bfd4=a0_0x1e3033;return this['isPage']?html``:MetaUiUtil[_0x33bfd4(0x1ba)](this);}async[a0_0x1e3033(0x1b2)](_0x5f4342,_0xd89ced,_0x4c4337){const _0x2bc500=a0_0x1e3033;return await MetaUiUtil[_0x2bc500(0x1b3)](this,_0x5f4342,_0xd89ced,_0x4c4337);}async[a0_0x1e3033(0x1c1)](_0x56094a){await MetaUiUtil['customButtonHandler'](this,_0x56094a);}async[a0_0x1e3033(0x1b5)](_0x1b2b67,_0x460358){await MetaUiUtil['gristButtonHandler'](this,_0x1b2b67,_0x460358);}[a0_0x1e3033(0x1bb)](_0x597777){const _0x58c68e=a0_0x1e3033;this[_0x58c68e(0x1b6)]=_0x597777[_0x58c68e(0x1a7)],this[_0x58c68e(0x1b4)]=MetaUiUtil[_0x58c68e(0x1b9)](this['buttonConfig'],_0x58c68e(0x1ab)),this[_0x58c68e(0x1c2)]=MetaUiUtil[_0x58c68e(0x1b9)](this[_0x58c68e(0x1b6)],_0x58c68e(0x1a9)),this[_0x58c68e(0x1b7)]=MetaUiUtil[_0x58c68e(0x1b9)](this[_0x58c68e(0x1b6)],_0x58c68e(0x1b0));}};
@@ -1 +1 @@
1
- const a0_0x5d6f73=a0_0x9c72;(function(_0x4a3c7d,_0x4fde32){const _0x5a2a16=a0_0x9c72,_0x561925=_0x4a3c7d();while(!![]){try{const _0x288f31=-parseInt(_0x5a2a16(0x238))/0x1*(parseInt(_0x5a2a16(0x227))/0x2)+-parseInt(_0x5a2a16(0x22e))/0x3*(-parseInt(_0x5a2a16(0x216))/0x4)+-parseInt(_0x5a2a16(0x203))/0x5+parseInt(_0x5a2a16(0x1fb))/0x6*(-parseInt(_0x5a2a16(0x212))/0x7)+parseInt(_0x5a2a16(0x235))/0x8*(parseInt(_0x5a2a16(0x1f5))/0x9)+parseInt(_0x5a2a16(0x236))/0xa*(-parseInt(_0x5a2a16(0x202))/0xb)+parseInt(_0x5a2a16(0x23e))/0xc*(parseInt(_0x5a2a16(0x23d))/0xd);if(_0x288f31===_0x4fde32)break;else _0x561925['push'](_0x561925['shift']());}catch(_0x513d96){_0x561925['push'](_0x561925['shift']());}}}(a0_0x5655,0xd2727));import{MetaApi}from'../utils/meta-api';function a0_0x5655(){const _0x4fac73=['15FgIGhp','fetch','editable','getBasicFormHtml','__seq__','getContextObject','currentData','40184THSGBf','10xMhEuH','setAttribute','5HazUxG','isPage','cuFlag','startsWith','dirtyData','1605799dzmuBN','132SKvdCa','Escape','isEquals','parseFormConfigs','clear','__origin__','showAlertPopup','editing','grid_column','context','firstUpdated','currentTarget','click','2016rZfNHf','entries','addEventListener','__dirty__','validation','forEach','78ysJiTf','activityDataSet','patchData','isNotEmpty','save','findOne','true','9668461MruPqM','721885stAIzE','parseBasicFormConfigs','keys','field-change','target','properties','formColumnConfig','object','removeGarbageData','dataSet','isEmpty','getBasicFormStyles','formConfigSet','text.NOTHING_CHANGED','record','62559dQvkSI','removeAttribute','detail','column','57028qqruZB','formRenderConfig','isElement','focus','activity','__dirtyfields__','call','keydown','map','pageInitialized','OX-GRID-FIELD','after','stopPropagation','parent_id','getAndParseMenuMeta','parseFormConfigSet','name','221476tsYOAH','connectedCallback','before','styles','Enter','key','button'];a0_0x5655=function(){return _0x4fac73;};return a0_0x5655();}import{MetaUiUtil}from'../utils/meta-ui-util';import{ValueUtil}from'../utils/value-util';function a0_0x9c72(_0x300c62,_0x138b62){const _0x5655cf=a0_0x5655();return a0_0x9c72=function(_0x9c72ce,_0x33832a){_0x9c72ce=_0x9c72ce-0x1ef;let _0x17a8d1=_0x5655cf[_0x9c72ce];return _0x17a8d1;},a0_0x9c72(_0x300c62,_0x138b62);}import{MetaButtonMixin}from'./meta-button-mixin';export const MetaFormMixin=_0x9cc920=>class extends MetaButtonMixin(_0x9cc920){static get[a0_0x5d6f73(0x22a)](){const _0xfed2d1=a0_0x5d6f73;return MetaApi[_0xfed2d1(0x20e)]();}static get[a0_0x5d6f73(0x208)](){return{'formColumnConfig':Array,'formConfigSet':Object,'formRenderConfig':Array,'record':Object};}get[a0_0x5d6f73(0x1f1)](){const _0x4511d3=a0_0x5d6f73;return MetaUiUtil[_0x4511d3(0x233)](this);}async[a0_0x5d6f73(0x228)](){const _0x2921b7=a0_0x5d6f73;await this[_0x2921b7(0x224)](),this[_0x2921b7(0x218)]&&await this[_0x2921b7(0x241)](),this[_0x2921b7(0x1fc)]&&(this[_0x2921b7(0x20c)]=this['activityDataSet']),!0x0!==this['is_activity']||this[_0x2921b7(0x223)]||(this['parent_id']=_0x2921b7(0x21a)),super['connectedCallback']&&await super['connectedCallback'](),this[_0x2921b7(0x218)]&&await this['fetch'](),this['renderRoot']['addEventListener'](_0x2921b7(0x21d),_0x5de9d0=>{const _0x22489f=_0x2921b7;switch(_0x5de9d0[_0x22489f(0x22c)]){case'Esc':case _0x22489f(0x23f):case _0x22489f(0x22b):this[_0x22489f(0x219)](),this[_0x22489f(0x1f3)]&&this[_0x22489f(0x1f3)][_0x22489f(0x213)](_0x22489f(0x1ef)),this[_0x22489f(0x1f3)]=null;}}),this['renderRoot']['addEventListener'](_0x2921b7(0x1f4),_0x2c3ff6=>{const _0x3be9f6=_0x2921b7;_0x2c3ff6[_0x3be9f6(0x222)]();let _0x3bc6b4=_0x2c3ff6[_0x3be9f6(0x207)];if(this[_0x3be9f6(0x1f3)]&&(this[_0x3be9f6(0x219)](),this['currentTarget'][_0x3be9f6(0x213)]('editing')),_0x3be9f6(0x220)!==_0x3bc6b4['tagName']||!_0x3bc6b4[_0x3be9f6(0x215)][_0x3be9f6(0x211)][_0x3be9f6(0x230)])return this[_0x3be9f6(0x219)](),void(this['currentTarget']=null);this[_0x3be9f6(0x1f3)]=_0x3bc6b4,_0x3bc6b4[_0x3be9f6(0x237)]('editing',_0x3be9f6(0x201));}),this[_0x2921b7(0x1f7)](_0x2921b7(0x206),_0x2a0bca=>{const _0x5c9063=_0x2921b7;var {after:_0x2bad74,before:_0x4d320c,column:_0x32d8b8,record:_0x59177e,row:_0x2b42ce}=_0x2a0bca[_0x5c9063(0x214)];if(ValueUtil[_0x5c9063(0x240)](_0x2bad74,_0x4d320c))return;var _0x5cc706=_0x32d8b8[_0x5c9063(0x1f9)];if(_0x5cc706&&'function'==typeof _0x5cc706&&!_0x5cc706[_0x5c9063(0x21c)](this,_0x2bad74,_0x4d320c,_0x59177e,_0x32d8b8))return;let _0x4ca2a7=_0x32d8b8[_0x5c9063(0x226)];_0x59177e[_0x4ca2a7]=_0x2bad74,_0x59177e[_0x5c9063(0x21b)]=_0x59177e['__dirtyfields__']||{},_0x59177e[_0x5c9063(0x243)]=_0x59177e[_0x5c9063(0x243)]||{},_0x59177e[_0x5c9063(0x21b)][_0x4ca2a7]={'before':_0x59177e['__origin__'][_0x4ca2a7],'after':_0x59177e[_0x4ca2a7]},ValueUtil[_0x5c9063(0x240)](_0x59177e['__dirtyfields__'][_0x4ca2a7][_0x5c9063(0x229)],_0x59177e[_0x5c9063(0x21b)][_0x4ca2a7][_0x5c9063(0x221)])&&delete _0x59177e[_0x5c9063(0x21b)][_0x4ca2a7],ValueUtil[_0x5c9063(0x1fe)](_0x59177e[_0x5c9063(0x21b)])?_0x59177e[_0x5c9063(0x1f8)]='M':_0x59177e[_0x5c9063(0x1f8)]='',this[_0x5c9063(0x211)]={..._0x59177e};});}async[a0_0x5d6f73(0x1f2)](){const _0x3398f0=a0_0x5d6f73;super['firstUpdated']&&await super[_0x3398f0(0x1f2)]();}async[a0_0x5d6f73(0x21f)](){const _0x4a8999=a0_0x5d6f73;this['isPage']&&await this[_0x4a8999(0x241)](),super[_0x4a8999(0x21f)]&&await super[_0x4a8999(0x21f)](),this[_0x4a8999(0x239)]&&await this[_0x4a8999(0x22f)]();}['render'](){const _0x3c4064=a0_0x5d6f73;return MetaApi[_0x3c4064(0x231)](this);}[a0_0x5d6f73(0x204)](_0x15d785){const _0x566387=a0_0x5d6f73;this[_0x566387(0x209)]=_0x15d785[_0x566387(0x1f0)],this[_0x566387(0x217)]=_0x15d785['form'],_0x15d785['button']=_0x15d785[_0x566387(0x22d)]['filter'](_0x3a0d4a=>_0x566387(0x1ff)==_0x3a0d4a[_0x566387(0x226)]);}async['parseFormConfigs'](){const _0x57f51e=a0_0x5d6f73;this[_0x57f51e(0x20f)]=await MetaApi[_0x57f51e(0x225)](this);}get['orgData'](){const _0x5023d3=a0_0x5d6f73;return this[_0x5023d3(0x20b)](this['record'][_0x5023d3(0x243)]);}get['dirtyData'](){const _0x1c9ce5=a0_0x5d6f73;if(ValueUtil[_0x1c9ce5(0x20d)](this[_0x1c9ce5(0x211)]['__dirtyfields__']))return{};let _0x1ec282={};return Object[_0x1c9ce5(0x1f6)](this[_0x1c9ce5(0x211)]['__dirtyfields__'])[_0x1c9ce5(0x21e)](([_0x3766a7,_0x33571e])=>{const _0x3c1f20=_0x1c9ce5;0x0==_0x3766a7[_0x3c1f20(0x23b)]('__')&&(_0x1ec282[_0x3766a7]=_0x33571e[_0x3c1f20(0x221)]);}),_0x1ec282;}get[a0_0x5d6f73(0x234)](){const _0x2ced19=a0_0x5d6f73;return this[_0x2ced19(0x20b)](this['record']);}['removeGarbageData'](_0x45151d){const _0x3b874e=a0_0x5d6f73;let _0x286748={};if(_0x45151d)return Object[_0x3b874e(0x1f6)](_0x45151d)['map'](([_0x540221,_0x10e33f])=>{const _0x393c6d=_0x3b874e;0x0==_0x540221[_0x393c6d(0x23b)]('__')&&(_0x286748[_0x540221]=_0x10e33f);}),_0x286748;}get['patchData'](){const _0x1143a5=a0_0x5d6f73;let _0x20f5ba=this[_0x1143a5(0x23c)],_0x1db9b8=this[_0x1143a5(0x211)];return ValueUtil[_0x1143a5(0x20d)](_0x20f5ba)?[]:(ValueUtil['isNotEmpty'](_0x1db9b8['id'])?(_0x20f5ba['id']=_0x1db9b8['id'],_0x20f5ba[_0x1143a5(0x23a)]='M'):_0x20f5ba[_0x1143a5(0x23a)]='+',Object[_0x1143a5(0x205)](_0x20f5ba)[_0x1143a5(0x1fa)](_0x5d0793=>{const _0x46d417=_0x1143a5;_0x46d417(0x20a)==typeof _0x20f5ba[_0x5d0793]&&(_0x20f5ba[_0x5d0793]={'id':_0x20f5ba[_0x5d0793]['id']});}),[_0x20f5ba]);}async[a0_0x5d6f73(0x22f)](){const _0x2adcf4=a0_0x5d6f73;if(ValueUtil['isEmpty'](this['parent_id']))return;let _0x1e4132=await this[_0x2adcf4(0x200)](this[_0x2adcf4(0x223)]);_0x1e4132[_0x2adcf4(0x232)]=0x1;let _0x331b24={};Object['assign'](_0x331b24,_0x1e4132),_0x1e4132[_0x2adcf4(0x243)]=_0x331b24,this[_0x2adcf4(0x211)]={..._0x1e4132};}async[a0_0x5d6f73(0x1ff)](){const _0x19f75f=a0_0x5d6f73;let _0x33eea4=this[_0x19f75f(0x1fd)];if(ValueUtil[_0x19f75f(0x20d)](_0x33eea4))return void MetaApi[_0x19f75f(0x244)]('title.info',_0x19f75f(0x210));let _0x4c446f=await this['updateMultiple'](_0x33eea4);return _0x4c446f&&await this['fetch'](),_0x4c446f;}async[a0_0x5d6f73(0x242)](){const _0x559705=a0_0x5d6f73;this['record']&&(this[_0x559705(0x211)]={});}['getData'](){const _0x405b05=a0_0x5d6f73;return this[_0x405b05(0x234)]||{};}};
1
+ const a0_0x2e31d7=a0_0x1ec6;(function(_0x32c870,_0x36d80b){const _0x41b593=a0_0x1ec6,_0x48d044=_0x32c870();while(!![]){try{const _0x57f204=parseInt(_0x41b593(0x15a))/0x1*(-parseInt(_0x41b593(0x187))/0x2)+parseInt(_0x41b593(0x155))/0x3*(parseInt(_0x41b593(0x1a6))/0x4)+parseInt(_0x41b593(0x169))/0x5+-parseInt(_0x41b593(0x166))/0x6*(-parseInt(_0x41b593(0x174))/0x7)+-parseInt(_0x41b593(0x19a))/0x8+-parseInt(_0x41b593(0x16d))/0x9+-parseInt(_0x41b593(0x15c))/0xa*(-parseInt(_0x41b593(0x160))/0xb);if(_0x57f204===_0x36d80b)break;else _0x48d044['push'](_0x48d044['shift']());}catch(_0x4ed534){_0x48d044['push'](_0x48d044['shift']());}}}(a0_0xf6a9,0xd14d6));import{MetaApi}from'../utils/meta-api';import{MetaUiUtil}from'../utils/meta-ui-util';import{ValueUtil}from'../utils/value-util';function a0_0x1ec6(_0x341761,_0x47b290){const _0xf6a944=a0_0xf6a9();return a0_0x1ec6=function(_0x1ec6ab,_0x12448b){_0x1ec6ab=_0x1ec6ab-0x155;let _0x323172=_0xf6a944[_0x1ec6ab];return _0x323172;},a0_0x1ec6(_0x341761,_0x47b290);}function a0_0xf6a9(){const _0x5456d1=['3099738TUsjJA','currentTarget','name','keys','filter','entries','assign','formColumnConfig','record','isEmpty','text.NOTHING_CHANGED','before','currentData','target','isElement','function','clear','getData','updateMultiple','2970864lqWDPo','properties','context','after','activity','removeGarbageData','renderRoot','firstUpdated','object','__dirty__','findOne','getBasicFormHtml','4QsdStV','__origin__','24888ScScCa','startsWith','OX-GRID-FIELD','map','is_activity','1TPoykG','addEventListener','700POCTcU','title.info','stopPropagation','parseBasicFormConfigs','472846VWZxKi','pageInitialized','focus','removeAttribute','button','isEquals','856932pGtreU','isNotEmpty','fetch','2240705InvCXG','parseFormConfigs','activityDataSet','__dirtyfields__','8753148RwufVG','isPage','editing','grid_column','Escape','call','dirtyData','14rWSSxL','form','Enter','cuFlag','formConfigSet','field-change','parent_id','keydown','forEach','editable','validation','tagName','connectedCallback','key','detail','orgData','getAndParseMenuMeta','patchData','Esc'];a0_0xf6a9=function(){return _0x5456d1;};return a0_0xf6a9();}import{MetaButtonMixin}from'./meta-button-mixin';export const MetaFormMixin=_0x3cdad1=>class extends MetaButtonMixin(_0x3cdad1){static get['styles'](){return MetaApi['getBasicFormStyles']();}static get[a0_0x2e31d7(0x19b)](){return{'formColumnConfig':Array,'formConfigSet':Object,'formRenderConfig':Array,'record':Object};}get[a0_0x2e31d7(0x19c)](){return MetaUiUtil['getContextObject'](this);}async[a0_0x2e31d7(0x180)](){const _0x7ea308=a0_0x2e31d7;await this[_0x7ea308(0x184)](),this[_0x7ea308(0x195)]&&await this[_0x7ea308(0x16a)](),this['activityDataSet']&&(this['dataSet']=this[_0x7ea308(0x16b)]),!0x0!==this[_0x7ea308(0x159)]||this[_0x7ea308(0x17a)]||(this[_0x7ea308(0x17a)]=_0x7ea308(0x19e)),super[_0x7ea308(0x180)]&&await super[_0x7ea308(0x180)](),this[_0x7ea308(0x195)]&&await this[_0x7ea308(0x168)](),this[_0x7ea308(0x1a0)][_0x7ea308(0x15b)](_0x7ea308(0x17b),_0xd2fcd=>{const _0x84e406=_0x7ea308;switch(_0xd2fcd[_0x84e406(0x181)]){case _0x84e406(0x186):case _0x84e406(0x171):case _0x84e406(0x176):this['focus'](),this['currentTarget']&&this[_0x84e406(0x188)][_0x84e406(0x163)](_0x84e406(0x16f)),this[_0x84e406(0x188)]=null;}}),this[_0x7ea308(0x1a0)][_0x7ea308(0x15b)]('click',_0x4f1982=>{const _0x270fdd=_0x7ea308;_0x4f1982[_0x270fdd(0x15e)]();let _0x4e34fa=_0x4f1982[_0x270fdd(0x194)];if(this[_0x270fdd(0x188)]&&(this['focus'](),this[_0x270fdd(0x188)][_0x270fdd(0x163)](_0x270fdd(0x16f))),_0x270fdd(0x157)!==_0x4e34fa[_0x270fdd(0x17f)]||!_0x4e34fa['column'][_0x270fdd(0x18f)][_0x270fdd(0x17d)])return this[_0x270fdd(0x162)](),void(this[_0x270fdd(0x188)]=null);this[_0x270fdd(0x188)]=_0x4e34fa,_0x4e34fa['setAttribute'](_0x270fdd(0x16f),'true');}),this[_0x7ea308(0x15b)](_0x7ea308(0x179),_0x5c313f=>{const _0x4c2fef=_0x7ea308;var {after:_0x27691f,before:_0x43bd30,column:_0x2931ed,record:_0x28f810,row:_0x3d0ea5}=_0x5c313f[_0x4c2fef(0x182)];if(ValueUtil[_0x4c2fef(0x165)](_0x27691f,_0x43bd30))return;var _0x2f2775=_0x2931ed[_0x4c2fef(0x17e)];if(_0x2f2775&&_0x4c2fef(0x196)==typeof _0x2f2775&&!_0x2f2775[_0x4c2fef(0x172)](this,_0x27691f,_0x43bd30,_0x28f810,_0x2931ed))return;let _0x1aa98d=_0x2931ed[_0x4c2fef(0x189)];_0x28f810[_0x1aa98d]=_0x27691f,_0x28f810[_0x4c2fef(0x16c)]=_0x28f810[_0x4c2fef(0x16c)]||{},_0x28f810['__origin__']=_0x28f810[_0x4c2fef(0x1a7)]||{},_0x28f810[_0x4c2fef(0x16c)][_0x1aa98d]={'before':_0x28f810[_0x4c2fef(0x1a7)][_0x1aa98d],'after':_0x28f810[_0x1aa98d]},ValueUtil['isEquals'](_0x28f810[_0x4c2fef(0x16c)][_0x1aa98d][_0x4c2fef(0x192)],_0x28f810[_0x4c2fef(0x16c)][_0x1aa98d]['after'])&&delete _0x28f810[_0x4c2fef(0x16c)][_0x1aa98d],ValueUtil[_0x4c2fef(0x167)](_0x28f810[_0x4c2fef(0x16c)])?_0x28f810[_0x4c2fef(0x1a3)]='M':_0x28f810[_0x4c2fef(0x1a3)]='',this[_0x4c2fef(0x18f)]={..._0x28f810};});}async[a0_0x2e31d7(0x1a1)](){const _0x160fcf=a0_0x2e31d7;super[_0x160fcf(0x1a1)]&&await super[_0x160fcf(0x1a1)]();}async[a0_0x2e31d7(0x161)](){const _0x244c22=a0_0x2e31d7;this[_0x244c22(0x16e)]&&await this[_0x244c22(0x16a)](),super[_0x244c22(0x161)]&&await super[_0x244c22(0x161)](),this[_0x244c22(0x16e)]&&await this[_0x244c22(0x168)]();}['render'](){const _0x66eb4f=a0_0x2e31d7;return MetaApi[_0x66eb4f(0x1a5)](this);}[a0_0x2e31d7(0x15f)](_0x5c9499){const _0x220148=a0_0x2e31d7;this[_0x220148(0x18e)]=_0x5c9499[_0x220148(0x170)],this['formRenderConfig']=_0x5c9499[_0x220148(0x175)],_0x5c9499[_0x220148(0x164)]=_0x5c9499[_0x220148(0x164)][_0x220148(0x18b)](_0x219c87=>'save'==_0x219c87['name']);}async[a0_0x2e31d7(0x16a)](){const _0x1b14a1=a0_0x2e31d7;this[_0x1b14a1(0x178)]=await MetaApi['parseFormConfigSet'](this);}get[a0_0x2e31d7(0x183)](){const _0x21e602=a0_0x2e31d7;return this['removeGarbageData'](this[_0x21e602(0x18f)]['__origin__']);}get[a0_0x2e31d7(0x173)](){const _0x303096=a0_0x2e31d7;if(ValueUtil[_0x303096(0x190)](this[_0x303096(0x18f)][_0x303096(0x16c)]))return{};let _0x59228e={};return Object[_0x303096(0x18c)](this[_0x303096(0x18f)]['__dirtyfields__'])[_0x303096(0x158)](([_0x42af02,_0x232995])=>{const _0x29adda=_0x303096;0x0==_0x42af02['startsWith']('__')&&(_0x59228e[_0x42af02]=_0x232995[_0x29adda(0x19d)]);}),_0x59228e;}get['currentData'](){const _0x2c765c=a0_0x2e31d7;return this[_0x2c765c(0x19f)](this['record']);}[a0_0x2e31d7(0x19f)](_0x2e6ede){const _0x16b80c=a0_0x2e31d7;let _0x103ae5={};if(_0x2e6ede)return Object['entries'](_0x2e6ede)[_0x16b80c(0x158)](([_0x46ee31,_0x38923b])=>{const _0x528b7a=_0x16b80c;0x0==_0x46ee31[_0x528b7a(0x156)]('__')&&(_0x103ae5[_0x46ee31]=_0x38923b);}),_0x103ae5;}get[a0_0x2e31d7(0x185)](){const _0x5151ab=a0_0x2e31d7;let _0x2e43dd=this[_0x5151ab(0x173)],_0x3c5834=this[_0x5151ab(0x18f)];return ValueUtil[_0x5151ab(0x190)](_0x2e43dd)?[]:(ValueUtil[_0x5151ab(0x167)](_0x3c5834['id'])?(_0x2e43dd['id']=_0x3c5834['id'],_0x2e43dd['cuFlag']='M'):_0x2e43dd[_0x5151ab(0x177)]='+',Object[_0x5151ab(0x18a)](_0x2e43dd)[_0x5151ab(0x17c)](_0x26803e=>{const _0xcd478e=_0x5151ab;_0xcd478e(0x1a2)==typeof _0x2e43dd[_0x26803e]&&(_0x2e43dd[_0x26803e]={'id':_0x2e43dd[_0x26803e]['id']});}),[_0x2e43dd]);}async[a0_0x2e31d7(0x168)](){const _0x2479c3=a0_0x2e31d7;if(ValueUtil[_0x2479c3(0x190)](this[_0x2479c3(0x17a)]))return;let _0x2c8386=await this[_0x2479c3(0x1a4)](this[_0x2479c3(0x17a)]);_0x2c8386['__seq__']=0x1;let _0x472faa={};Object[_0x2479c3(0x18d)](_0x472faa,_0x2c8386),_0x2c8386[_0x2479c3(0x1a7)]=_0x472faa,this['record']={..._0x2c8386};}async['save'](){const _0x562f94=a0_0x2e31d7;let _0x1fcd6d=this['patchData'];if(ValueUtil['isEmpty'](_0x1fcd6d))return void MetaApi['showAlertPopup'](_0x562f94(0x15d),_0x562f94(0x191));let _0x39014f=await this[_0x562f94(0x199)](_0x1fcd6d);return _0x39014f&&await this['fetch'](),_0x39014f;}async[a0_0x2e31d7(0x197)](){const _0x4f6dcb=a0_0x2e31d7;this[_0x4f6dcb(0x18f)]&&(this['record']={});}[a0_0x2e31d7(0x198)](){const _0x4e8754=a0_0x2e31d7;return this[_0x4e8754(0x193)]||{};}};