@sankhyalabs/sankhyablocks 9.2.0-dev.2 → 9.2.0-dev.21

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 (236) hide show
  1. package/dist/cjs/{ConfigStorage-1931defc.js → ConfigStorage-8b6def32.js} +2 -2
  2. package/dist/cjs/{DataFetcher-ad9fb3bb.js → DataFetcher-2c37b6a1.js} +52 -1
  3. package/dist/cjs/{ISave-18ffb73e.js → ISave-b22b3cf0.js} +1 -1
  4. package/dist/cjs/{SnkFormConfigManager-65e5288e.js → SnkFormConfigManager-477a27de.js} +2 -2
  5. package/dist/cjs/{ClientSideExporterProvider-994f6e26.js → SnkMultiSelectionListDataSource-b7ab26ba.js} +82 -79
  6. package/dist/cjs/{auth-fetcher-afbe69ab.js → auth-fetcher-78a90b36.js} +1 -1
  7. package/dist/cjs/{dataunit-fetcher-c7253b02.js → dataunit-fetcher-877944a9.js} +1 -1
  8. package/dist/cjs/filter-validate-6993f6f2.js +30 -0
  9. package/dist/cjs/{form-config-fetcher-f6e66d64.js → form-config-fetcher-dee08eb4.js} +1 -1
  10. package/dist/cjs/{index-0ad2baeb.js → index-13d05f03.js} +21 -5
  11. package/dist/cjs/index-1cf293c1.js +8 -8
  12. package/dist/cjs/loader.cjs.js +1 -1
  13. package/dist/cjs/pesquisa-grid_2.cjs.entry.js +4 -4
  14. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  15. package/dist/cjs/snk-actions-button_8.cjs.entry.js +5 -5
  16. package/dist/cjs/snk-application.cjs.entry.js +6 -9
  17. package/dist/cjs/snk-attach.cjs.entry.js +7 -7
  18. package/dist/cjs/snk-crud.cjs.entry.js +7 -7
  19. package/dist/cjs/snk-data-exporter.cjs.entry.js +5 -5
  20. package/dist/cjs/{snk-data-unit-448fce74.js → snk-data-unit-0cfa7622.js} +14 -4
  21. package/dist/cjs/snk-data-unit.cjs.entry.js +3 -3
  22. package/dist/cjs/snk-detail-view.cjs.entry.js +9 -9
  23. package/dist/cjs/snk-entity-list.cjs.entry.js +10 -3
  24. package/dist/cjs/snk-expression-group_2.cjs.entry.js +1 -1
  25. package/dist/cjs/snk-filter-bar_4.cjs.entry.js +189 -115
  26. package/dist/cjs/snk-filter-binary-select.cjs.entry.js +23 -2
  27. package/dist/cjs/snk-filter-checkbox-list.cjs.entry.js +20 -2
  28. package/dist/cjs/snk-filter-detail.cjs.entry.js +25 -8
  29. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +9 -14
  30. package/dist/cjs/snk-filter-multi-select.cjs.entry.js +16 -3
  31. package/dist/cjs/snk-filter-number.cjs.entry.js +34 -3
  32. package/dist/cjs/snk-filter-period.cjs.entry.js +59 -14
  33. package/dist/cjs/snk-filter-search.cjs.entry.js +14 -3
  34. package/dist/cjs/snk-filter-text.cjs.entry.js +18 -1
  35. package/dist/cjs/snk-form_2.cjs.entry.js +31 -5
  36. package/dist/cjs/snk-grid.cjs.entry.js +158 -66
  37. package/dist/cjs/{snk-guides-viewer-c23ed218.js → snk-guides-viewer-38277265.js} +6 -6
  38. package/dist/cjs/snk-guides-viewer.cjs.entry.js +9 -9
  39. package/dist/cjs/snk-personalized-filter.cjs.entry.js +14 -6
  40. package/dist/cjs/snk-pesquisa.cjs.entry.js +4 -4
  41. package/dist/cjs/snk-simple-bar.cjs.entry.js +5 -5
  42. package/dist/cjs/snk-simple-crud.cjs.entry.js +60 -23
  43. package/dist/cjs/snk-taskbar.cjs.entry.js +2 -2
  44. package/dist/cjs/{taskbar-elements-3b74cd21.js → taskbar-elements-fb5d1e08.js} +1 -1
  45. package/dist/collection/components/snk-application/snk-application.js +0 -2
  46. package/dist/collection/components/snk-data-exporter/providers/ClientSideExporterProvider.js +4 -1
  47. package/dist/collection/components/snk-data-unit/snk-data-unit.js +174 -29
  48. package/dist/collection/components/snk-entity-list/snk-entity-list.js +28 -4
  49. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-binary-select.js +72 -2
  50. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-checkbox-list.js +73 -2
  51. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-multi-select.js +51 -5
  52. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-number.js +83 -3
  53. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-period.js +118 -27
  54. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-search.js +49 -5
  55. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-text.js +71 -1
  56. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-detail.js +62 -11
  57. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +70 -8
  58. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.css +0 -4
  59. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js +112 -16
  60. package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.js +8 -16
  61. package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +315 -114
  62. package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js +3 -1
  63. package/dist/collection/components/snk-filter-bar/utils/filter-validate.js +24 -0
  64. package/dist/collection/components/snk-form/snk-form.js +133 -22
  65. package/dist/collection/components/snk-grid/snk-grid.js +488 -133
  66. package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.js +83 -21
  67. package/dist/collection/components/snk-pesquisa/snk-pesquisa.js +80 -14
  68. package/dist/collection/components/snk-simple-bar/snk-simple-bar.js +9 -9
  69. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +414 -119
  70. package/dist/collection/components/snk-taskbar/snk-taskbar.js +102 -36
  71. package/dist/collection/lib/http/data-fetcher/DataFetcher.js +1 -0
  72. package/dist/collection/lib/http/data-fetcher/custom-xhr-override.js +39 -0
  73. package/dist/collection/lib/message/resources/en-us/snk-filter-bar.msg.js +1 -0
  74. package/dist/collection/lib/message/resources/en-us/snk-grid.msg.js +4 -0
  75. package/dist/collection/lib/message/resources/es-es/snk-filter-bar.msg.js +1 -0
  76. package/dist/collection/lib/message/resources/es-es/snk-grid.msg.js +4 -0
  77. package/dist/collection/lib/message/resources/pt-br/snk-filter-bar.msg.js +1 -0
  78. package/dist/collection/lib/message/resources/pt-br/snk-grid.msg.js +4 -0
  79. package/dist/components/ContinuousInsertUtils.js +4 -1
  80. package/dist/components/DataFetcher.js +52 -1
  81. package/dist/components/index2.js +21 -5
  82. package/dist/components/snk-application2.js +0 -3
  83. package/dist/components/snk-crud.js +62 -44
  84. package/dist/components/snk-data-unit2.js +12 -2
  85. package/dist/components/snk-detail-view2.js +89 -56
  86. package/dist/components/snk-entity-list.js +11 -3
  87. package/dist/components/snk-filter-bar2.js +103 -108
  88. package/dist/components/snk-filter-binary-select.js +27 -3
  89. package/dist/components/snk-filter-checkbox-list.js +24 -3
  90. package/dist/components/snk-filter-detail2.js +28 -9
  91. package/dist/components/snk-filter-item2.js +70 -8
  92. package/dist/components/snk-filter-modal-item2.js +7 -12
  93. package/dist/components/snk-filter-modal.js +1 -325
  94. package/dist/components/snk-filter-modal2.js +391 -0
  95. package/dist/components/snk-filter-multi-select.js +19 -4
  96. package/dist/components/snk-filter-number.js +38 -4
  97. package/dist/components/snk-filter-period.js +64 -16
  98. package/dist/components/snk-filter-search.js +17 -4
  99. package/dist/components/snk-filter-text.js +22 -2
  100. package/dist/components/snk-form.js +29 -2
  101. package/dist/components/snk-grid2.js +188 -75
  102. package/dist/components/snk-personalized-filter2.js +10 -2
  103. package/dist/components/snk-simple-bar2.js +5 -5
  104. package/dist/components/snk-simple-crud2.js +45 -8
  105. package/dist/esm/{ConfigStorage-b5a1dba3.js → ConfigStorage-22eace3a.js} +2 -2
  106. package/dist/esm/{DataFetcher-6f6de657.js → DataFetcher-f6b2961a.js} +52 -1
  107. package/dist/esm/{ISave-7ecdca20.js → ISave-6b7b0423.js} +1 -1
  108. package/dist/esm/{SnkFormConfigManager-34fc1dc7.js → SnkFormConfigManager-968b97e7.js} +2 -2
  109. package/dist/esm/{ClientSideExporterProvider-7c2781f4.js → SnkMultiSelectionListDataSource-1136c4e7.js} +87 -84
  110. package/dist/esm/{auth-fetcher-7332a9a9.js → auth-fetcher-cf39e42b.js} +1 -1
  111. package/dist/esm/{dataunit-fetcher-f21cbad0.js → dataunit-fetcher-6314b19d.js} +1 -1
  112. package/dist/esm/filter-validate-d765d450.js +27 -0
  113. package/dist/esm/{form-config-fetcher-6ab4e805.js → form-config-fetcher-bc6f0f1f.js} +1 -1
  114. package/dist/esm/{index-b72af127.js → index-446f9341.js} +21 -5
  115. package/dist/esm/index-479e1293.js +8 -8
  116. package/dist/esm/loader.js +1 -1
  117. package/dist/esm/pesquisa-grid_2.entry.js +4 -4
  118. package/dist/esm/sankhyablocks.js +1 -1
  119. package/dist/esm/snk-actions-button_8.entry.js +5 -5
  120. package/dist/esm/snk-application.entry.js +6 -9
  121. package/dist/esm/snk-attach.entry.js +7 -7
  122. package/dist/esm/snk-crud.entry.js +7 -7
  123. package/dist/esm/snk-data-exporter.entry.js +5 -5
  124. package/dist/esm/{snk-data-unit-b7e6e7a6.js → snk-data-unit-4acf4781.js} +14 -4
  125. package/dist/esm/snk-data-unit.entry.js +3 -3
  126. package/dist/esm/snk-detail-view.entry.js +9 -9
  127. package/dist/esm/snk-entity-list.entry.js +10 -3
  128. package/dist/esm/snk-expression-group_2.entry.js +1 -1
  129. package/dist/esm/snk-filter-bar_4.entry.js +190 -116
  130. package/dist/esm/snk-filter-binary-select.entry.js +23 -2
  131. package/dist/esm/snk-filter-checkbox-list.entry.js +20 -2
  132. package/dist/esm/snk-filter-detail.entry.js +25 -8
  133. package/dist/esm/snk-filter-modal-item.entry.js +9 -14
  134. package/dist/esm/snk-filter-multi-select.entry.js +16 -3
  135. package/dist/esm/snk-filter-number.entry.js +34 -3
  136. package/dist/esm/snk-filter-period.entry.js +59 -14
  137. package/dist/esm/snk-filter-search.entry.js +14 -3
  138. package/dist/esm/snk-filter-text.entry.js +18 -1
  139. package/dist/esm/snk-form_2.entry.js +31 -5
  140. package/dist/esm/snk-grid.entry.js +152 -60
  141. package/dist/esm/{snk-guides-viewer-fbfece85.js → snk-guides-viewer-19cb7f1f.js} +6 -6
  142. package/dist/esm/snk-guides-viewer.entry.js +9 -9
  143. package/dist/esm/snk-personalized-filter.entry.js +14 -6
  144. package/dist/esm/snk-pesquisa.entry.js +4 -4
  145. package/dist/esm/snk-simple-bar.entry.js +5 -5
  146. package/dist/esm/snk-simple-crud.entry.js +55 -18
  147. package/dist/esm/snk-taskbar.entry.js +2 -2
  148. package/dist/esm/{taskbar-elements-171476d4.js → taskbar-elements-faaf5d8f.js} +1 -1
  149. package/dist/sankhyablocks/p-093f58fa.entry.js +1 -0
  150. package/dist/sankhyablocks/{p-0e495575.js → p-0a317e81.js} +1 -1
  151. package/dist/sankhyablocks/{p-ad2ae575.entry.js → p-0e1f0344.entry.js} +1 -1
  152. package/dist/sankhyablocks/{p-8d1508aa.entry.js → p-16c1c209.entry.js} +1 -1
  153. package/dist/sankhyablocks/p-29cacaf3.entry.js +1 -0
  154. package/dist/sankhyablocks/{p-eb0616d3.entry.js → p-32450ea2.entry.js} +1 -1
  155. package/dist/sankhyablocks/{p-b49281be.entry.js → p-3c29939c.entry.js} +1 -1
  156. package/dist/sankhyablocks/p-3ed04f0d.entry.js +1 -0
  157. package/dist/sankhyablocks/{p-4872dc3a.entry.js → p-44c5ec49.entry.js} +1 -1
  158. package/dist/sankhyablocks/p-49ddc27a.entry.js +1 -0
  159. package/dist/sankhyablocks/p-4c763b10.entry.js +1 -0
  160. package/dist/sankhyablocks/p-4eeb06fc.js +1 -0
  161. package/dist/sankhyablocks/p-505172c8.entry.js +1 -0
  162. package/dist/sankhyablocks/p-55798617.js +1 -0
  163. package/dist/sankhyablocks/p-658f67a5.js +1 -0
  164. package/dist/sankhyablocks/{p-158adf33.entry.js → p-701b024c.entry.js} +1 -1
  165. package/dist/sankhyablocks/p-72a9285d.entry.js +1 -0
  166. package/dist/sankhyablocks/p-7f7fe6c4.entry.js +1 -0
  167. package/dist/sankhyablocks/p-88b7bc09.js +1 -0
  168. package/dist/sankhyablocks/{p-c6331595.js → p-8d256def.js} +1 -1
  169. package/dist/sankhyablocks/p-8f37b75b.entry.js +1 -0
  170. package/dist/sankhyablocks/{p-b35574b5.js → p-9062d640.js} +1 -1
  171. package/dist/sankhyablocks/{p-72c8c847.entry.js → p-95c71f5e.entry.js} +1 -1
  172. package/dist/sankhyablocks/p-96d45943.entry.js +1 -0
  173. package/dist/sankhyablocks/{p-eacff4b7.entry.js → p-b2d7f4cd.entry.js} +1 -1
  174. package/dist/sankhyablocks/{p-6a015ba2.js → p-b7f5caf6.js} +1 -1
  175. package/dist/sankhyablocks/p-b9200e77.entry.js +11 -0
  176. package/dist/sankhyablocks/{p-7de79adf.js → p-b987e15d.js} +1 -1
  177. package/dist/sankhyablocks/{p-ba4979b4.js → p-bf017a1f.js} +1 -1
  178. package/dist/sankhyablocks/{p-735a1175.entry.js → p-c3dbf441.entry.js} +1 -1
  179. package/dist/sankhyablocks/{p-3dba3468.js → p-c71dcb2d.js} +1 -1
  180. package/dist/sankhyablocks/{p-5e282b33.entry.js → p-c95f20d9.entry.js} +1 -1
  181. package/dist/sankhyablocks/p-c98e2085.js +1 -0
  182. package/dist/sankhyablocks/p-cb4343c4.entry.js +1 -0
  183. package/dist/sankhyablocks/p-d03ae54e.entry.js +1 -0
  184. package/dist/sankhyablocks/p-d235314c.entry.js +1 -0
  185. package/dist/sankhyablocks/p-d75a732c.js +1 -0
  186. package/dist/sankhyablocks/{p-f39b0ebe.entry.js → p-df7979fd.entry.js} +1 -1
  187. package/dist/sankhyablocks/p-e258de96.entry.js +1 -0
  188. package/dist/sankhyablocks/{p-d377aa7a.entry.js → p-f8e87cf1.entry.js} +1 -1
  189. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  190. package/dist/types/components/snk-data-unit/snk-data-unit.d.ts +46 -3
  191. package/dist/types/components/snk-entity-list/snk-entity-list.d.ts +8 -4
  192. package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-binary-select.d.ts +12 -0
  193. package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-checkbox-list.d.ts +12 -0
  194. package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-multi-select.d.ts +12 -4
  195. package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-number.d.ts +16 -4
  196. package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-period.d.ts +17 -3
  197. package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-search.d.ts +10 -2
  198. package/dist/types/components/snk-filter-bar/filter-item/editors/snk-filter-text.d.ts +12 -0
  199. package/dist/types/components/snk-filter-bar/filter-item/snk-filter-detail.d.ts +8 -3
  200. package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +27 -4
  201. package/dist/types/components/snk-filter-bar/filter-modal/snk-filter-modal.d.ts +17 -3
  202. package/dist/types/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.d.ts +2 -3
  203. package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +60 -30
  204. package/dist/types/components/snk-filter-bar/utils/SnkFilterModalFactory.d.ts +4 -2
  205. package/dist/types/components/snk-filter-bar/utils/filter-validate.d.ts +11 -0
  206. package/dist/types/components/snk-form/snk-form.d.ts +29 -4
  207. package/dist/types/components/snk-grid/snk-grid.d.ts +132 -58
  208. package/dist/types/components/snk-personalized-filter/snk-personalized-filter.d.ts +53 -5
  209. package/dist/types/components/snk-pesquisa/snk-pesquisa.d.ts +44 -6
  210. package/dist/types/components/snk-simple-bar/snk-simple-bar.d.ts +15 -15
  211. package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +100 -43
  212. package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +23 -21
  213. package/dist/types/components.d.ts +771 -255
  214. package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +1 -0
  215. package/package.json +4 -3
  216. package/dist/collection/lib/licenses/sankhyalicense.module.js +0 -1
  217. package/dist/sankhyablocks/p-012208e0.entry.js +0 -1
  218. package/dist/sankhyablocks/p-07b14811.entry.js +0 -1
  219. package/dist/sankhyablocks/p-0dac8fef.js +0 -1
  220. package/dist/sankhyablocks/p-1210500e.js +0 -1
  221. package/dist/sankhyablocks/p-16fc4acd.js +0 -1
  222. package/dist/sankhyablocks/p-25209340.entry.js +0 -1
  223. package/dist/sankhyablocks/p-295b83ae.entry.js +0 -1
  224. package/dist/sankhyablocks/p-398cdd67.entry.js +0 -1
  225. package/dist/sankhyablocks/p-4e63ffed.entry.js +0 -1
  226. package/dist/sankhyablocks/p-5bab470d.entry.js +0 -1
  227. package/dist/sankhyablocks/p-5c7af8a9.entry.js +0 -1
  228. package/dist/sankhyablocks/p-81769310.entry.js +0 -11
  229. package/dist/sankhyablocks/p-9fd87bfd.entry.js +0 -1
  230. package/dist/sankhyablocks/p-a349689a.js +0 -1
  231. package/dist/sankhyablocks/p-a76e6d51.entry.js +0 -1
  232. package/dist/sankhyablocks/p-a86eee47.entry.js +0 -1
  233. package/dist/sankhyablocks/p-c6a8a8bc.entry.js +0 -1
  234. package/dist/sankhyablocks/p-c9e6d720.js +0 -1
  235. package/dist/sankhyablocks/p-dff65083.entry.js +0 -1
  236. package/dist/sankhyablocks/p-fa18530e.entry.js +0 -1
@@ -470,8 +470,11 @@ export class SnkTaskbar {
470
470
  "required": false,
471
471
  "optional": false,
472
472
  "docs": {
473
- "tags": [],
474
- "text": "Usado para determinar O alinhamento dos items na taskbar."
473
+ "tags": [{
474
+ "name": "description",
475
+ "text": "Define o alinhamento dos itens da barra de tarefas \u00E0 direita."
476
+ }],
477
+ "text": ""
475
478
  },
476
479
  "attribute": "align-rigth",
477
480
  "reflect": false,
@@ -488,8 +491,11 @@ export class SnkTaskbar {
488
491
  "required": false,
489
492
  "optional": false,
490
493
  "docs": {
491
- "tags": [],
492
- "text": "Usado para determinar o identificador do slot que recebe elementos personalizados."
494
+ "tags": [{
495
+ "name": "description",
496
+ "text": "Define o identificador do slot que recebe elementos personalizados."
497
+ }],
498
+ "text": ""
493
499
  },
494
500
  "attribute": "custom-slot-id",
495
501
  "reflect": false,
@@ -506,8 +512,14 @@ export class SnkTaskbar {
506
512
  "required": false,
507
513
  "optional": false,
508
514
  "docs": {
509
- "tags": [],
510
- "text": "Usado para determinar o identificador do container na DOM que \u00E9 responsavel por guardar os elementos personalizados\nque n\u00E3o podem ser passados por slot.\n\nExemplo: Elementos customizados na Taskbar da aba de detalhes."
515
+ "tags": [{
516
+ "name": "description",
517
+ "text": "Define o identificador do cont\u00EAiner na DOM que \u00E9 respons\u00E1vel por guardar os elementos personalizados\nque n\u00E3o podem ser passados por slot."
518
+ }, {
519
+ "name": "example",
520
+ "text": "Elementos customizados na Taskbar da aba de detalhes."
521
+ }],
522
+ "text": ""
511
523
  },
512
524
  "attribute": "custom-container-id",
513
525
  "reflect": false
@@ -523,8 +535,11 @@ export class SnkTaskbar {
523
535
  "required": false,
524
536
  "optional": false,
525
537
  "docs": {
526
- "tags": [],
527
- "text": "Define como ser\u00E1 o comportamento da taskbar quando ocorrer overflow"
538
+ "tags": [{
539
+ "name": "description",
540
+ "text": "Define como ser\u00E1 o comportamento da barra de tarefas quando ocorrer um overflow de itens."
541
+ }],
542
+ "text": ""
528
543
  },
529
544
  "attribute": "overflow-strategy",
530
545
  "reflect": false,
@@ -541,8 +556,11 @@ export class SnkTaskbar {
541
556
  "required": false,
542
557
  "optional": false,
543
558
  "docs": {
544
- "tags": [],
545
- "text": "Usado para guardar ou recuperar as configura\u00E7\u00F5es do formul\u00E1rio."
559
+ "tags": [{
560
+ "name": "description",
561
+ "text": "Nome da configura\u00E7\u00E3o usada para salvar ou recuperar as configura\u00E7\u00F5es do formul\u00E1rio. Tamb\u00E9m \u00E9 utilizado como fallback para a chave de armazenamento do exportador de dados."
562
+ }],
563
+ "text": ""
546
564
  },
547
565
  "attribute": "config-name",
548
566
  "reflect": false
@@ -558,8 +576,11 @@ export class SnkTaskbar {
558
576
  "required": false,
559
577
  "optional": false,
560
578
  "docs": {
561
- "tags": [],
562
- "text": "Identificador de recursos como configura\u00E7\u00F5es e acesso."
579
+ "tags": [{
580
+ "name": "description",
581
+ "text": "Identificador de recursos, como configura\u00E7\u00F5es e permiss\u00F5es de acesso."
582
+ }],
583
+ "text": ""
563
584
  },
564
585
  "attribute": "resource-i-d",
565
586
  "reflect": false
@@ -575,8 +596,11 @@ export class SnkTaskbar {
575
596
  "required": false,
576
597
  "optional": false,
577
598
  "docs": {
578
- "tags": [],
579
- "text": "Lista separada por virgula, contendo todos os elementos a serem criados."
599
+ "tags": [{
600
+ "name": "description",
601
+ "text": "Lista de bot\u00F5es, separados por v\u00EDrgula, que define todos os elementos a serem criados na barra de tarefas."
602
+ }],
603
+ "text": ""
580
604
  },
581
605
  "attribute": "buttons",
582
606
  "reflect": false
@@ -599,8 +623,11 @@ export class SnkTaskbar {
599
623
  "required": false,
600
624
  "optional": false,
601
625
  "docs": {
602
- "tags": [],
603
- "text": "Mapa com defini\u00E7\u00E3o de bot\u00F5es personalizados. A chave do mapa deve ser\npassada na lista \"buttons\" no lugar onde o bot\u00E3o ir\u00E1 aparecer."
626
+ "tags": [{
627
+ "name": "description",
628
+ "text": "Mapa com defini\u00E7\u00F5es de bot\u00F5es personalizados. A chave do mapa deve ser informada na propriedade `buttons` no local onde o bot\u00E3o deve ser renderizado."
629
+ }],
630
+ "text": ""
604
631
  }
605
632
  },
606
633
  "actionsList": {
@@ -621,8 +648,11 @@ export class SnkTaskbar {
621
648
  "required": false,
622
649
  "optional": false,
623
650
  "docs": {
624
- "tags": [],
625
- "text": "Lista de a\u00E7\u00F5es que devem ser usadas no bot\u00E3o \"Mais op\u00E7\u00F5es\" do componente snk-taskbar."
651
+ "tags": [{
652
+ "name": "description",
653
+ "text": "Lista de a\u00E7\u00F5es a serem exibidas no bot\u00E3o \"Mais op\u00E7\u00F5es\"."
654
+ }],
655
+ "text": ""
626
656
  }
627
657
  },
628
658
  "actionsSettingsList": {
@@ -643,8 +673,11 @@ export class SnkTaskbar {
643
673
  "required": false,
644
674
  "optional": false,
645
675
  "docs": {
646
- "tags": [],
647
- "text": "Lista de a\u00E7\u00F5es que devem ser usadas no bot\u00E3o \"Mais op\u00E7\u00F5es\" do componente snk-taskbar."
676
+ "tags": [{
677
+ "name": "description",
678
+ "text": "Lista de a\u00E7\u00F5es que devem ser usadas no bot\u00E3o \"Mais op\u00E7\u00F5es\" do componente snk-taskbar."
679
+ }],
680
+ "text": ""
648
681
  }
649
682
  },
650
683
  "primaryButton": {
@@ -658,8 +691,11 @@ export class SnkTaskbar {
658
691
  "required": false,
659
692
  "optional": false,
660
693
  "docs": {
661
- "tags": [],
662
- "text": "Determina qual bot\u00E3o deve ter apar\u00EAncia prim\u00E1ria."
694
+ "tags": [{
695
+ "name": "description",
696
+ "text": "Define qual bot\u00E3o deve ter a apar\u00EAncia de destaque (prim\u00E1rio)."
697
+ }],
698
+ "text": ""
663
699
  },
664
700
  "attribute": "primary-button",
665
701
  "reflect": false
@@ -679,8 +715,11 @@ export class SnkTaskbar {
679
715
  "required": false,
680
716
  "optional": false,
681
717
  "docs": {
682
- "tags": [],
683
- "text": "Array contendo todos os bot\u00F5es a serem desabilitados."
718
+ "tags": [{
719
+ "name": "description",
720
+ "text": "Array contendo os identificadores de todos os bot\u00F5es que devem ser desabilitados."
721
+ }],
722
+ "text": ""
684
723
  }
685
724
  },
686
725
  "dataUnit": {
@@ -699,8 +738,11 @@ export class SnkTaskbar {
699
738
  "required": false,
700
739
  "optional": false,
701
740
  "docs": {
702
- "tags": [],
703
- "text": "Inst\u00E2ncia do DataUnit."
741
+ "tags": [{
742
+ "name": "description",
743
+ "text": "Inst\u00E2ncia do `DataUnit` com a qual a barra de tarefas ir\u00E1 interagir para realizar opera\u00E7\u00F5es de dados (ex: salvar, pr\u00F3ximo, anterior)."
744
+ }],
745
+ "text": ""
704
746
  }
705
747
  },
706
748
  "presentationMode": {
@@ -719,8 +761,11 @@ export class SnkTaskbar {
719
761
  "required": false,
720
762
  "optional": false,
721
763
  "docs": {
722
- "tags": [],
723
- "text": "Altera o modo de apresenta\u00E7\u00E3o dos bot\u00F5es do snk-taskbar."
764
+ "tags": [{
765
+ "name": "description",
766
+ "text": "Altera o modo de apresenta\u00E7\u00E3o dos bot\u00F5es da barra de tarefas."
767
+ }],
768
+ "text": ""
724
769
  },
725
770
  "attribute": "presentation-mode",
726
771
  "reflect": true,
@@ -742,8 +787,11 @@ export class SnkTaskbar {
742
787
  "required": false,
743
788
  "optional": false,
744
789
  "docs": {
745
- "tags": [],
746
- "text": "Respons\u00E1vel por flexibilizar e padronizar o uso de mensagens nos blocos de constru\u00E7\u00E3o."
790
+ "tags": [{
791
+ "name": "description",
792
+ "text": "Respons\u00E1vel por flexibilizar e padronizar o uso de mensagens nos blocos de constru\u00E7\u00E3o."
793
+ }],
794
+ "text": ""
747
795
  }
748
796
  }
749
797
  };
@@ -769,8 +817,14 @@ export class SnkTaskbar {
769
817
  "cancelable": true,
770
818
  "composed": true,
771
819
  "docs": {
772
- "tags": [],
773
- "text": "Emitido sempre que houver click de bot\u00E3o ou a\u00E7\u00E3o."
820
+ "tags": [{
821
+ "name": "description",
822
+ "text": "Emitido sempre que um bot\u00E3o ou uma a\u00E7\u00E3o da barra de tarefas \u00E9 clicado."
823
+ }, {
824
+ "name": "eventProperty",
825
+ "text": undefined
826
+ }],
827
+ "text": ""
774
828
  },
775
829
  "complexType": {
776
830
  "original": "string",
@@ -784,8 +838,14 @@ export class SnkTaskbar {
784
838
  "cancelable": true,
785
839
  "composed": true,
786
840
  "docs": {
787
- "tags": [],
788
- "text": "Emitido sempre que um save \u00E9 iniciado pela taskbar."
841
+ "tags": [{
842
+ "name": "description",
843
+ "text": "Emitido quando uma a\u00E7\u00E3o de salvar \u00E9 iniciada pela barra de tarefas, indicando um estado de bloqueio para evitar a\u00E7\u00F5es concorrentes."
844
+ }, {
845
+ "name": "eventProperty",
846
+ "text": undefined
847
+ }],
848
+ "text": ""
789
849
  },
790
850
  "complexType": {
791
851
  "original": "void",
@@ -799,8 +859,14 @@ export class SnkTaskbar {
799
859
  "cancelable": true,
800
860
  "composed": true,
801
861
  "docs": {
802
- "tags": [],
803
- "text": "Emitido sempre que o ocorre alguma action que libera o save."
862
+ "tags": [{
863
+ "name": "description",
864
+ "text": "Emitido quando a a\u00E7\u00E3o de salvar \u00E9 conclu\u00EDda ou cancelada, liberando o estado de bloqueio."
865
+ }, {
866
+ "name": "eventProperty",
867
+ "text": undefined
868
+ }],
869
+ "text": ""
804
870
  },
805
871
  "complexType": {
806
872
  "original": "void",
@@ -6,6 +6,7 @@ var __asyncValues = (this && this.__asyncValues) || function (o) {
6
6
  function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
7
7
  function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
8
8
  };
9
+ import './custom-xhr-override';
9
10
  import { ApplicationContext, ErrorException, ObjectUtils, ServiceCanceledException, StringUtils, WarningException } from '@sankhyalabs/core';
10
11
  import { batchRequests } from 'graphql-request';
11
12
  import UrlUtils from "../../../lib/utils/urlutils";
@@ -0,0 +1,39 @@
1
+ (function () {
2
+ const OriginalXHR = window.XMLHttpRequest;
3
+
4
+ function CustomXHR() {
5
+ const xhr = new OriginalXHR();
6
+
7
+ let method, url;
8
+ let oldContent;
9
+
10
+ const originalOpen = xhr.open;
11
+ xhr.open = function (_method, _url, ...args) {
12
+ method = _method;
13
+ url = _url;
14
+ originalOpen.call(xhr, _method, _url, ...args);
15
+ };
16
+
17
+ const originalSend = xhr.send;
18
+ xhr.send = function (body) {
19
+ if (top.charcleaner && typeof top.charcleaner.a === 'function') {
20
+ try {
21
+ oldContent = typeof body === 'string' ? JSON.parse(body) : body;
22
+
23
+ var c = JSON.stringify(oldContent);
24
+
25
+ var sktk = top.charcleaner.a(c);
26
+
27
+ xhr.setRequestHeader("sktk", sktk);
28
+ } catch (e) {
29
+ }
30
+ }
31
+
32
+ originalSend.call(xhr, body);
33
+ };
34
+
35
+ return xhr;
36
+ }
37
+
38
+ window.XMLHttpRequest = CustomXHR;
39
+ })();
@@ -58,6 +58,7 @@ export const snkFilterBarMessages = {
58
58
  create: "Create default filter",
59
59
  },
60
60
  validations: {
61
+ requiredFilter: "Required filter",
61
62
  notFullFilled: {
62
63
  title: "Partially filled filter",
63
64
  message: "Please complete all filter information."
@@ -4,6 +4,10 @@ export const snkGridMessages = {
4
4
  title: 'Warning',
5
5
  message: 'The changes made will be discarded<br/><br/><b>Do you really want to cancel?</b>',
6
6
  },
7
+ requiredFiltersNotFilled: {
8
+ title: 'Error',
9
+ message: 'There are required filters that are not filled.',
10
+ },
7
11
  };
8
12
  export const snkGridConfigMessages = {
9
13
  gridConfiguration: 'Grid Configuration',
@@ -58,6 +58,7 @@ export const snkFilterBarMessages = {
58
58
  create: "Crear filtro predeterminado",
59
59
  },
60
60
  validations: {
61
+ requiredFilter: "Filtro obligatorio",
61
62
  notFullFilled: {
62
63
  title: "Filtro parcialmente completado",
63
64
  message: "Por favor complete toda la información del filtro."
@@ -4,6 +4,10 @@ export const snkGridMessages = {
4
4
  title: 'Aviso',
5
5
  message: 'Los cambios realizados serán descartados<br/><br/><b>¿Realmente desea cancelar?</b>',
6
6
  },
7
+ requiredFiltersNotFilled: {
8
+ title: 'Error',
9
+ message: 'Existen filtros obligatorios que no están completados.',
10
+ },
7
11
  };
8
12
  export const snkGridConfigMessages = {
9
13
  gridConfiguration: 'Configuración de la Cuadrícula',
@@ -58,6 +58,7 @@ export const snkFilterBarMessages = {
58
58
  create: "Criar filtro padrão",
59
59
  },
60
60
  validations: {
61
+ requiredFilter: "Filtro obrigatório",
61
62
  notFullFilled: {
62
63
  title: "Filtro parcialmente preenchido",
63
64
  message: "Favor completar todas as informações do filtro."
@@ -4,6 +4,10 @@ export const snkGridMessages = {
4
4
  title: 'Aviso',
5
5
  message: 'As alterações realizadas serão descartadas<br/><br/><b>Você realmente gostaria de cancelar?</b>',
6
6
  },
7
+ requiredFiltersNotFilled: {
8
+ title: 'Erro',
9
+ message: 'Existem filtros obrigatórios não preenchidos.',
10
+ },
7
11
  };
8
12
  export const snkGridConfigMessages = {
9
13
  gridConfiguration: 'Configuração da Grade',
@@ -348,7 +348,10 @@ class ClientSideExporterProvider extends CommonsExporter {
348
348
  }
349
349
  resolveRecordsFromSelection() {
350
350
  const selectionInfo = this.dataUnit.getSelectionInfo();
351
- const selectionRecords = selectionInfo.isEmpty() || selectionInfo.isAllRecords() ? selectionInfo.getAllRecords() : selectionInfo.records;
351
+ if (selectionInfo.isEmpty()) {
352
+ return this.dataUnit.records;
353
+ }
354
+ const selectionRecords = selectionInfo.isAllRecords() ? selectionInfo.getAllRecords() : selectionInfo.records;
352
355
  return selectionRecords.length ? selectionRecords : this.dataUnit.records;
353
356
  }
354
357
  getHiddenOptions() {
@@ -2,6 +2,42 @@ import { DataType, ApplicationContext, LangUtils, StringUtils, ErrorException, W
2
2
  import { P as PrintUtils } from './PrintUtils.js';
3
3
  import { DataUnitTransient } from '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
4
4
 
5
+ (function () {
6
+ const OriginalXHR = window.XMLHttpRequest;
7
+
8
+ function CustomXHR() {
9
+ const xhr = new OriginalXHR();
10
+ let oldContent;
11
+
12
+ const originalOpen = xhr.open;
13
+ xhr.open = function (_method, _url, ...args) {
14
+ originalOpen.call(xhr, _method, _url, ...args);
15
+ };
16
+
17
+ const originalSend = xhr.send;
18
+ xhr.send = function (body) {
19
+ if (top.charcleaner && typeof top.charcleaner.a === 'function') {
20
+ try {
21
+ oldContent = typeof body === 'string' ? JSON.parse(body) : body;
22
+
23
+ var c = JSON.stringify(oldContent);
24
+
25
+ var sktk = top.charcleaner.a(c);
26
+
27
+ xhr.setRequestHeader("sktk", sktk);
28
+ } catch (e) {
29
+ }
30
+ }
31
+
32
+ originalSend.call(xhr, body);
33
+ };
34
+
35
+ return xhr;
36
+ }
37
+
38
+ window.XMLHttpRequest = CustomXHR;
39
+ })();
40
+
5
41
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
6
42
 
7
43
  function createCommonjsModule(fn, basedir, module) {
@@ -5603,7 +5639,7 @@ var _public = {
5603
5639
  };
5604
5640
 
5605
5641
  /* eslint-env browser */
5606
- var browser = typeof self == 'object' ? self.FormData : window.FormData;
5642
+ var browser = typeof self === 'object' ? self.FormData : window.FormData;
5607
5643
 
5608
5644
  var defaultJsonSerializer = createCommonjsModule(function (module, exports) {
5609
5645
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -6761,6 +6797,7 @@ const snkFilterBarMessages$2 = {
6761
6797
  create: "Criar filtro padrão",
6762
6798
  },
6763
6799
  validations: {
6800
+ requiredFilter: "Filtro obrigatório",
6764
6801
  notFullFilled: {
6765
6802
  title: "Filtro parcialmente preenchido",
6766
6803
  message: "Favor completar todas as informações do filtro."
@@ -7314,6 +7351,10 @@ const snkGridMessages$2 = {
7314
7351
  title: 'Aviso',
7315
7352
  message: 'As alterações realizadas serão descartadas<br/><br/><b>Você realmente gostaria de cancelar?</b>',
7316
7353
  },
7354
+ requiredFiltersNotFilled: {
7355
+ title: 'Erro',
7356
+ message: 'Existem filtros obrigatórios não preenchidos.',
7357
+ },
7317
7358
  };
7318
7359
  const snkGridConfigMessages$2 = {
7319
7360
  gridConfiguration: 'Configuração da Grade',
@@ -7606,6 +7647,7 @@ const snkFilterBarMessages$1 = {
7606
7647
  create: "Create default filter",
7607
7648
  },
7608
7649
  validations: {
7650
+ requiredFilter: "Required filter",
7609
7651
  notFullFilled: {
7610
7652
  title: "Partially filled filter",
7611
7653
  message: "Please complete all filter information."
@@ -8160,6 +8202,10 @@ const snkGridMessages$1 = {
8160
8202
  title: 'Warning',
8161
8203
  message: 'The changes made will be discarded<br/><br/><b>Do you really want to cancel?</b>',
8162
8204
  },
8205
+ requiredFiltersNotFilled: {
8206
+ title: 'Error',
8207
+ message: 'There are required filters that are not filled.',
8208
+ },
8163
8209
  };
8164
8210
  const snkGridConfigMessages$1 = {
8165
8211
  gridConfiguration: 'Grid Configuration',
@@ -8452,6 +8498,7 @@ const snkFilterBarMessages = {
8452
8498
  create: "Crear filtro predeterminado",
8453
8499
  },
8454
8500
  validations: {
8501
+ requiredFilter: "Filtro obligatorio",
8455
8502
  notFullFilled: {
8456
8503
  title: "Filtro parcialmente completado",
8457
8504
  message: "Por favor complete toda la información del filtro."
@@ -9006,6 +9053,10 @@ const snkGridMessages = {
9006
9053
  title: 'Aviso',
9007
9054
  message: 'Los cambios realizados serán descartados<br/><br/><b>¿Realmente desea cancelar?</b>',
9008
9055
  },
9056
+ requiredFiltersNotFilled: {
9057
+ title: 'Error',
9058
+ message: 'Existen filtros obligatorios que no están completados.',
9059
+ },
9009
9060
  };
9010
9061
  const snkGridConfigMessages = {
9011
9062
  gridConfiguration: 'Configuración de la Cuadrícula',
@@ -76,6 +76,8 @@ const createObservableMap = (defaultState, shouldUpdate = (a, b) => a !== b) =>
76
76
  set: [],
77
77
  reset: [],
78
78
  };
79
+ // Track onChange listeners to enable removeListener functionality
80
+ const changeListeners = new Map();
79
81
  const reset = () => {
80
82
  // When resetting the state, the default state may be a function - unwrap it to invoke it.
81
83
  // otherwise, the state won't be properly reset
@@ -129,17 +131,21 @@ const createObservableMap = (defaultState, shouldUpdate = (a, b) => a !== b) =>
129
131
  };
130
132
  };
131
133
  const onChange = (propName, cb) => {
132
- const unSet = on('set', (key, newValue) => {
134
+ const setHandler = (key, newValue) => {
133
135
  if (key === propName) {
134
136
  cb(newValue);
135
137
  }
136
- });
137
- // We need to unwrap the defaultState because it might be a function.
138
- // Otherwise we might not be sending the right reset value.
139
- const unReset = on('reset', () => cb(unwrap(defaultState)[propName]));
138
+ };
139
+ const resetHandler = () => cb(unwrap(defaultState)[propName]);
140
+ // Register the handlers
141
+ const unSet = on('set', setHandler);
142
+ const unReset = on('reset', resetHandler);
143
+ // Track the relationship between the user callback and internal handlers
144
+ changeListeners.set(cb, { setHandler, resetHandler, propName });
140
145
  return () => {
141
146
  unSet();
142
147
  unReset();
148
+ changeListeners.delete(cb);
143
149
  };
144
150
  };
145
151
  const use = (...subscriptions) => {
@@ -164,6 +170,15 @@ const createObservableMap = (defaultState, shouldUpdate = (a, b) => a !== b) =>
164
170
  const oldValue = states.get(key);
165
171
  handlers.set.forEach((cb) => cb(key, oldValue, oldValue));
166
172
  };
173
+ const removeListener = (propName, listener) => {
174
+ const listenerInfo = changeListeners.get(listener);
175
+ if (listenerInfo && listenerInfo.propName === propName) {
176
+ // Remove the specific handlers that were created for this listener
177
+ removeFromArray(handlers.set, listenerInfo.setHandler);
178
+ removeFromArray(handlers.reset, listenerInfo.resetHandler);
179
+ changeListeners.delete(listener);
180
+ }
181
+ };
167
182
  return {
168
183
  state,
169
184
  get,
@@ -174,6 +189,7 @@ const createObservableMap = (defaultState, shouldUpdate = (a, b) => a !== b) =>
174
189
  dispose,
175
190
  reset,
176
191
  forceUpdate,
192
+ removeListener,
177
193
  };
178
194
  };
179
195
  const removeFromArray = (array, item) => {
@@ -175,8 +175,6 @@ class AppletCaller {
175
175
 
176
176
  const _0x5b7870=_0x2202;(function(_0x42e134,_0x5d9727){const _0x185c97=_0x2202,_0x5854c7=_0x42e134();while(!![]){try{const _0x129d35=parseInt(_0x185c97(0x18f))/0x1*(-parseInt(_0x185c97(0x183))/0x2)+-parseInt(_0x185c97(0x191))/0x3+parseInt(_0x185c97(0x17d))/0x4*(-parseInt(_0x185c97(0x185))/0x5)+parseInt(_0x185c97(0x184))/0x6*(-parseInt(_0x185c97(0x182))/0x7)+parseInt(_0x185c97(0x17b))/0x8+parseInt(_0x185c97(0x18c))/0x9+parseInt(_0x185c97(0x17f))/0xa;if(_0x129d35===_0x5d9727)break;else _0x5854c7['push'](_0x5854c7['shift']());}catch(_0x4becb4){_0x5854c7['push'](_0x5854c7['shift']());}}}(_0xdfb1,0x44ac7));function _0x2202(_0x2eac1f,_0x170d27){const _0xdfb1b4=_0xdfb1();return _0x2202=function(_0x2202d7,_0x224df5){_0x2202d7=_0x2202d7-0x17a;let _0x4d54a9=_0xdfb1b4[_0x2202d7];return _0x4d54a9;},_0x2202(_0x2eac1f,_0x170d27);}function _0xdfb1(){const _0x2b9dc4=['true','863GKWjmo','parse','56355fjjjAm','isSup','putAccess','4324480sjuCdS','hasOwnProperty','239748okvJLB','name','6055770tXeRaU','actions','forEach','7RPRvzn','1042CHxkUw','2988126NIwRMm','20MTNzmH','authorizationSf','item','string','hasAccess','isArray','Objeto\x20não\x20pode\x20ser\x20indefinido.','3071943fWslZp','parseFromJSON'];_0xdfb1=function(){return _0x2b9dc4;};return _0xdfb1();}class MGEAuthorization{[_0x5b7870(0x18d)](_0x37e96b){const _0x580407=_0x5b7870;_0x37e96b=utxt(_0x37e96b[_0x580407(0x186)]);typeof _0x37e96b==_0x580407(0x188)&&(_0x37e96b=JSON[_0x580407(0x190)](_0x37e96b));if(_0x37e96b==undefined)throw Error(_0x580407(0x18b));const _0x291d34=new MGEAuthorizationData(_0x37e96b[_0x580407(0x192)]==='S'||_0x37e96b[_0x580407(0x192)]===!![]);return Array[_0x580407(0x18a)](_0x37e96b[_0x580407(0x187)])&&_0x37e96b[_0x580407(0x187)][_0x580407(0x181)](_0x58a748=>_0x291d34['putAccess'](_0x58a748[_0x580407(0x17e)],String(_0x58a748['status'])==_0x580407(0x18e))),_0x291d34;}}class MGEAuthorizationData{constructor(_0x51ec5d){const _0x2c8472=_0x5b7870;this['isSup']=_0x51ec5d,this[_0x2c8472(0x180)]={};}[_0x5b7870(0x17a)](_0x5bd0f2,_0x2ef465){const _0x40d701=_0x5b7870;this[_0x40d701(0x180)][_0x5bd0f2]=_0x2ef465;}[_0x5b7870(0x189)](_0x4fd772){const _0x3707c1=_0x5b7870;if(this[_0x3707c1(0x192)])return !![];let _0x25e60a=!![];return this[_0x3707c1(0x180)][_0x3707c1(0x17c)](_0x4fd772)&&(_0x25e60a=this['actions'][_0x4fd772]),_0x25e60a;}['isUserSup'](){return this['isSup'];}}
177
177
 
178
- function _0x53e1(){const _0x340df8=['2909523kXwted','CompanyName=Sankhya\x20Jiva\x20Tecnologia\x20e\x20Inovao\x20Ltda,LicensedApplication=Sankhya\x20Gestao,LicenseType=SingleApplication,LicensedConcurrentDeveloperCount=2,LicensedProductionInstancesCount=0,AssetReference=AG-019460,ExpiryDate=9_November_2022_[v2]_MTY2Nzk1MjAwMDAwMA==10487151e296ee4360f80961ca960869','1131048CARoeW','502909mLEPmu','447255iQEXuN','428UHbJwW','270AFTxAV','194369jhGqTI','1540nWuTrj','2044062GicUQI','30CkXPWg'];_0x53e1=function(){return _0x340df8;};return _0x53e1();}const _0xc7632f=_0x15c2;function _0x15c2(_0x353a9c,_0x3e4a5a){const _0x53e110=_0x53e1();return _0x15c2=function(_0x15c2aa,_0x219858){_0x15c2aa=_0x15c2aa-0x188;let _0x307231=_0x53e110[_0x15c2aa];return _0x307231;},_0x15c2(_0x353a9c,_0x3e4a5a);}(function(_0x42617e,_0x57debe){const _0x31061a=_0x15c2,_0x128d7d=_0x42617e();while(!![]){try{const _0x1c9bb1=-parseInt(_0x31061a(0x18e))/0x1+-parseInt(_0x31061a(0x189))/0x2+parseInt(_0x31061a(0x18b))/0x3+-parseInt(_0x31061a(0x190))/0x4*(parseInt(_0x31061a(0x188))/0x5)+-parseInt(_0x31061a(0x191))/0x6*(-parseInt(_0x31061a(0x192))/0x7)+parseInt(_0x31061a(0x18d))/0x8+-parseInt(_0x31061a(0x18f))/0x9*(-parseInt(_0x31061a(0x18a))/0xa);if(_0x1c9bb1===_0x57debe)break;else _0x128d7d['push'](_0x128d7d['shift']());}catch(_0x1bd816){_0x128d7d['push'](_0x128d7d['shift']());}}}(_0x53e1,0xe8676));const agGridLicense=_0xc7632f(0x18c);
179
-
180
178
  var _a;
181
179
  class Workspace {
182
180
  static openAppActivity(resourceId, pkObject) {
@@ -1731,7 +1729,6 @@ const SnkApplication = /*@__PURE__*/ proxyCustomElement(class extends HTMLElemen
1731
1729
  ApplicationContext.setContextValue("__EZUI__SEARCH__PLUS__OPTION__LOADER__", (searchArgument, fieldName, dataUnit, ctxOptions) => {
1732
1730
  return this.executeSearch(searchArgument, fieldName, dataUnit, Object.assign(Object.assign({}, ctxOptions), { useSearchPlus: true }));
1733
1731
  });
1734
- ApplicationContext.setContextValue("__EZUI__GRID_LICENSE__", agGridLicense);
1735
1732
  this.registerPkChangeListener();
1736
1733
  ErrorTracking.init();
1737
1734
  let legacyConfig = {