@sankhyalabs/sankhyablocks 0.0.0-bugfix-dev-KB-33766.1 → 0.0.0-bugfix-dev-KB-39469.0

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 (221) hide show
  1. package/dist/cjs/{ConfigStorage-302bbbd4.js → ConfigStorage-d4c99a5e.js} +2 -2
  2. package/dist/cjs/{DataFetcher-ba94ed5b.js → DataFetcher-99f0f6ed.js} +5 -3
  3. package/dist/cjs/{ISave-d68ce3cd.js → ISave-e91b70a7.js} +1 -0
  4. package/dist/cjs/{SnkFormConfigManager-71c4768e.js → SnkFormConfigManager-3621bfc4.js} +2 -2
  5. package/dist/cjs/{SnkMessageBuilder-7293d0ad.js → SnkMessageBuilder-e7dcf408.js} +13 -0
  6. package/dist/cjs/{auth-fetcher-c8467c07.js → auth-fetcher-5161d082.js} +1 -1
  7. package/dist/cjs/{form-config-fetcher-df043d3d.js → form-config-fetcher-9f1a13ca.js} +1 -1
  8. package/dist/cjs/loader.cjs.js +1 -1
  9. package/dist/cjs/{dataunit-fetcher-bd4c52da.js → pesquisa-fetcher-c416a6b7.js} +238 -28
  10. package/dist/cjs/sankhyablocks.cjs.js +1 -1
  11. package/dist/cjs/snk-actions-button_2.cjs.entry.js +21 -6
  12. package/dist/cjs/snk-application.cjs.entry.js +37 -8
  13. package/dist/cjs/snk-attach.cjs.entry.js +389 -58
  14. package/dist/cjs/snk-crud.cjs.entry.js +11 -9
  15. package/dist/cjs/snk-data-exporter.cjs.entry.js +4 -4
  16. package/dist/cjs/{snk-data-unit-1bc69073.js → snk-data-unit-82c08a8c.js} +1 -1
  17. package/dist/cjs/snk-data-unit.cjs.entry.js +2 -2
  18. package/dist/cjs/snk-detail-view.cjs.entry.js +8 -9
  19. package/dist/cjs/snk-entity-list.cjs.entry.js +5 -3
  20. package/dist/cjs/snk-filter-bar.cjs.entry.js +28 -6
  21. package/dist/cjs/snk-filter-item.cjs.entry.js +3 -0
  22. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +3 -3
  23. package/dist/cjs/snk-filter-modal.cjs.entry.js +2 -1
  24. package/dist/cjs/snk-filter-multi-select.cjs.entry.js +2 -1
  25. package/dist/cjs/snk-form-config.cjs.entry.js +2 -2
  26. package/dist/cjs/snk-form.cjs.entry.js +4 -4
  27. package/dist/cjs/snk-grid-config.cjs.entry.js +3 -3
  28. package/dist/cjs/snk-grid.cjs.entry.js +5 -4
  29. package/dist/cjs/{snk-guides-viewer-dce60912.js → snk-guides-viewer-3ab9623e.js} +8 -9
  30. package/dist/cjs/snk-guides-viewer.cjs.entry.js +7 -8
  31. package/dist/cjs/snk-personalized-filter.cjs.entry.js +3 -3
  32. package/dist/cjs/snk-pesquisa.cjs.entry.js +1 -1
  33. package/dist/cjs/snk-simple-crud.cjs.entry.js +19 -8
  34. package/dist/cjs/snk-taskbar.cjs.entry.js +51 -3
  35. package/dist/collection/collection-manifest.json +1 -1
  36. package/dist/collection/components/snk-application/__mocks__/snk-application.js +7 -0
  37. package/dist/collection/components/snk-application/snk-application.js +43 -0
  38. package/dist/collection/components/snk-attach/snk-attach.js +188 -39
  39. package/dist/collection/components/snk-attach/structure/{crud-config-builder.js → builder/anexo-sistema-crud-config.builder.js} +1 -1
  40. package/dist/collection/components/snk-attach/structure/builder/attach-crud-config.builder.js +62 -0
  41. package/dist/collection/components/snk-attach/structure/{taskbar-builder.js → builder/taskbar-builder.js} +1 -1
  42. package/dist/collection/components/snk-attach/structure/fetcher/facade/fetcher.facade.js +1 -0
  43. package/dist/collection/components/snk-attach/structure/{data-unit-builder.js → fetcher/factory/anexo-sistema-data-unit.factory.js} +14 -11
  44. package/dist/collection/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.js +111 -0
  45. package/dist/collection/components/snk-attach/structure/index.js +6 -3
  46. package/dist/collection/components/snk-crud/snk-crud.js +23 -3
  47. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.css +11 -2
  48. package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +2 -2
  49. package/dist/collection/components/snk-data-exporter/snk-data-exporter.js +1 -1
  50. package/dist/collection/components/snk-entity-list/snk-entity-list.js +5 -3
  51. package/dist/collection/components/snk-filter-bar/filter-item/editors/snk-filter-multi-select.js +2 -1
  52. package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-item.js +3 -0
  53. package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js +19 -1
  54. package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +39 -2
  55. package/dist/collection/components/snk-filter-bar/utils/SnkFilterModalFactory.js +3 -1
  56. package/dist/collection/components/snk-grid/snk-grid.js +19 -1
  57. package/dist/collection/components/snk-pesquisa/snk-pesquisa.css +2 -4
  58. package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +53 -1
  59. package/dist/collection/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.js +17 -1
  60. package/dist/collection/components/snk-taskbar/snk-taskbar.css +17 -0
  61. package/dist/collection/components/snk-taskbar/snk-taskbar.js +88 -3
  62. package/dist/collection/lib/dataUnit/InMemoryLoader.js +1 -1
  63. package/dist/collection/lib/http/data-fetcher/DataFetcher.js +5 -3
  64. package/dist/collection/lib/http/data-fetcher/fetchers/{attach-fetcher.js → AttachFetcher/anexo-sistema-fetcher.js} +16 -15
  65. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.js +90 -0
  66. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.js +1 -0
  67. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/index.js +2 -0
  68. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDelete.js +1 -0
  69. package/dist/collection/lib/http/data-fetcher/fetchers/AttachFetcher/interfaces/IDownloadKey.js +1 -0
  70. package/dist/collection/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/ISave.js +1 -0
  71. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.js +31 -3
  72. package/dist/collection/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.js +37 -23
  73. package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js +21 -0
  74. package/dist/collection/lib/http/data-fetcher/fetchers/pesquisa-fetcher.js +10 -4
  75. package/dist/collection/lib/index.js +1 -1
  76. package/dist/collection/lib/message/resources/snk-attach.msg.js +13 -0
  77. package/dist/components/DataFetcher.js +5 -3
  78. package/dist/components/SnkMessageBuilder.js +13 -0
  79. package/dist/components/dataunit-fetcher.js +79 -31
  80. package/dist/components/snk-actions-button2.js +1 -0
  81. package/dist/components/snk-application2.js +32 -1
  82. package/dist/components/snk-attach2.js +394 -57
  83. package/dist/components/snk-crud.js +7 -3
  84. package/dist/components/snk-data-exporter2.js +1 -1
  85. package/dist/components/snk-detail-view2.js +3 -3
  86. package/dist/components/snk-entity-list.js +5 -3
  87. package/dist/components/snk-filter-bar2.js +26 -3
  88. package/dist/components/snk-filter-item2.js +3 -0
  89. package/dist/components/snk-filter-modal.js +4 -2
  90. package/dist/components/snk-filter-multi-select.js +2 -1
  91. package/dist/components/snk-grid2.js +3 -1
  92. package/dist/components/snk-pesquisa2.js +1 -1
  93. package/dist/components/snk-simple-crud2.js +15 -1
  94. package/dist/components/snk-taskbar2.js +55 -4
  95. package/dist/components/taskbar-actions-button2.js +17 -1
  96. package/dist/esm/{ConfigStorage-4151acc8.js → ConfigStorage-39ed8aeb.js} +2 -2
  97. package/dist/esm/{DataFetcher-aa159c5a.js → DataFetcher-a650ae58.js} +5 -3
  98. package/dist/esm/{ISave-4412b20c.js → ISave-d8c8bc59.js} +1 -0
  99. package/dist/esm/{SnkFormConfigManager-5c7d3771.js → SnkFormConfigManager-692e20c7.js} +2 -2
  100. package/dist/esm/{SnkMessageBuilder-ca843d1b.js → SnkMessageBuilder-0fb796b9.js} +13 -0
  101. package/dist/esm/{auth-fetcher-c05dc474.js → auth-fetcher-17dc5b5e.js} +1 -1
  102. package/dist/esm/{form-config-fetcher-36219cd3.js → form-config-fetcher-f121f880.js} +1 -1
  103. package/dist/esm/loader.js +1 -1
  104. package/dist/esm/{dataunit-fetcher-65714f21.js → pesquisa-fetcher-ab16a2e8.js} +238 -29
  105. package/dist/esm/sankhyablocks.js +1 -1
  106. package/dist/esm/snk-actions-button_2.entry.js +21 -6
  107. package/dist/esm/snk-application.entry.js +36 -7
  108. package/dist/esm/snk-attach.entry.js +390 -59
  109. package/dist/esm/snk-crud.entry.js +11 -9
  110. package/dist/esm/snk-data-exporter.entry.js +4 -4
  111. package/dist/esm/{snk-data-unit-6208ebf0.js → snk-data-unit-5d201fb3.js} +1 -1
  112. package/dist/esm/snk-data-unit.entry.js +2 -2
  113. package/dist/esm/snk-detail-view.entry.js +8 -9
  114. package/dist/esm/snk-entity-list.entry.js +5 -3
  115. package/dist/esm/snk-filter-bar.entry.js +28 -6
  116. package/dist/esm/snk-filter-item.entry.js +3 -0
  117. package/dist/esm/snk-filter-modal-item.entry.js +3 -3
  118. package/dist/esm/snk-filter-modal.entry.js +2 -1
  119. package/dist/esm/snk-filter-multi-select.entry.js +2 -1
  120. package/dist/esm/snk-form-config.entry.js +2 -2
  121. package/dist/esm/snk-form.entry.js +4 -4
  122. package/dist/esm/snk-grid-config.entry.js +3 -3
  123. package/dist/esm/snk-grid.entry.js +5 -4
  124. package/dist/esm/{snk-guides-viewer-8b9564bd.js → snk-guides-viewer-462b4c9e.js} +8 -9
  125. package/dist/esm/snk-guides-viewer.entry.js +7 -8
  126. package/dist/esm/snk-personalized-filter.entry.js +3 -3
  127. package/dist/esm/snk-pesquisa.entry.js +1 -1
  128. package/dist/esm/snk-simple-crud.entry.js +17 -6
  129. package/dist/esm/snk-taskbar.entry.js +52 -4
  130. package/dist/sankhyablocks/p-007f1026.entry.js +1 -0
  131. package/dist/sankhyablocks/p-0264dba5.entry.js +1 -0
  132. package/dist/sankhyablocks/{p-ff6064e7.js → p-05243555.js} +1 -1
  133. package/dist/sankhyablocks/p-0ae89faa.entry.js +1 -0
  134. package/dist/sankhyablocks/{p-cb7419e0.entry.js → p-0b0b36ac.entry.js} +1 -1
  135. package/dist/sankhyablocks/{p-9e7d65a4.js → p-21749402.js} +1 -1
  136. package/dist/sankhyablocks/p-33718dfc.entry.js +1 -0
  137. package/dist/sankhyablocks/p-33bc44a6.entry.js +1 -0
  138. package/dist/sankhyablocks/p-48afb1d3.entry.js +1 -0
  139. package/dist/sankhyablocks/p-50783a8b.js +1 -0
  140. package/dist/sankhyablocks/{p-aa95fb2c.js → p-67aedbe0.js} +1 -1
  141. package/dist/sankhyablocks/p-70a4af56.entry.js +1 -0
  142. package/dist/sankhyablocks/{p-573a07c5.js → p-725d04ba.js} +1 -1
  143. package/dist/sankhyablocks/{p-e0fd9555.entry.js → p-827e4b01.entry.js} +1 -1
  144. package/dist/sankhyablocks/{p-6977a26c.entry.js → p-86801b08.entry.js} +1 -1
  145. package/dist/sankhyablocks/p-88c7dd9a.entry.js +1 -0
  146. package/dist/sankhyablocks/p-93d7e848.entry.js +1 -0
  147. package/dist/sankhyablocks/{p-7f3c7b09.entry.js → p-9d608b62.entry.js} +1 -1
  148. package/dist/sankhyablocks/{p-0d7863ed.js → p-a13ccb86.js} +1 -1
  149. package/dist/sankhyablocks/p-a3a9d37d.js +1 -0
  150. package/dist/sankhyablocks/{p-9695f78b.js → p-be75153c.js} +1 -1
  151. package/dist/sankhyablocks/p-bf2acf72.entry.js +1 -0
  152. package/dist/sankhyablocks/p-c093edc7.entry.js +1 -0
  153. package/dist/sankhyablocks/p-c4874327.entry.js +1 -0
  154. package/dist/sankhyablocks/p-c6247955.js +65 -0
  155. package/dist/sankhyablocks/{p-247a8b36.entry.js → p-d1791da2.entry.js} +1 -1
  156. package/dist/sankhyablocks/{p-761ed32f.entry.js → p-e3bd000e.entry.js} +1 -1
  157. package/dist/sankhyablocks/p-ed2dce4b.entry.js +1 -0
  158. package/dist/sankhyablocks/{p-32f0935f.js → p-f3d1c48e.js} +1 -1
  159. package/dist/sankhyablocks/{p-1d75d9f9.entry.js → p-fcdcb0e2.entry.js} +1 -1
  160. package/dist/sankhyablocks/{p-c223b7b2.entry.js → p-fd0a8d68.entry.js} +3 -3
  161. package/dist/sankhyablocks/{p-0874adb5.entry.js → p-fdc4cb9b.entry.js} +1 -1
  162. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  163. package/dist/types/components/snk-application/__mocks__/snk-application.d.ts +3 -0
  164. package/dist/types/components/snk-application/snk-application.d.ts +7 -0
  165. package/dist/types/components/snk-attach/{structure/crud-config-builder.d.ts → interfaces/ICrudConfig.d.ts} +1 -2
  166. package/dist/types/components/snk-attach/interfaces/TFetcherType.d.ts +1 -0
  167. package/dist/types/components/snk-attach/snk-attach.d.ts +27 -6
  168. package/dist/types/components/snk-attach/structure/builder/anexo-sistema-crud-config.builder.d.ts +2 -0
  169. package/dist/types/components/snk-attach/structure/builder/attach-crud-config.builder.d.ts +31 -0
  170. package/dist/types/components/snk-attach/structure/{taskbar-builder.d.ts → builder/taskbar-builder.d.ts} +1 -1
  171. package/dist/types/components/snk-attach/structure/fetcher/facade/fetcher.facade.d.ts +11 -0
  172. package/dist/types/components/snk-attach/structure/fetcher/factory/anexo-sistema-data-unit.factory.d.ts +17 -0
  173. package/dist/types/components/snk-attach/structure/fetcher/factory/attach-fetcher-data-unit.factory.d.ts +15 -0
  174. package/dist/types/components/snk-attach/structure/index.d.ts +6 -3
  175. package/dist/types/components/snk-crud/snk-crud.d.ts +5 -0
  176. package/dist/types/components/snk-filter-bar/filter-item/snk-filter-item.d.ts +1 -1
  177. package/dist/types/components/snk-filter-bar/filter-modal/snk-filter-modal.d.ts +5 -0
  178. package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +7 -0
  179. package/dist/types/components/snk-filter-bar/utils/SnkFilterModalFactory.d.ts +3 -1
  180. package/dist/types/components/snk-grid/snk-grid.d.ts +5 -0
  181. package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +10 -1
  182. package/dist/types/components/snk-taskbar/elements/taskbar-actions-button/taskbar-actions-button.d.ts +1 -0
  183. package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +20 -1
  184. package/dist/types/components.d.ts +106 -2
  185. package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +1 -1
  186. package/dist/types/lib/http/data-fetcher/fetchers/{attach-fetcher.d.ts → AttachFetcher/anexo-sistema-fetcher.d.ts} +3 -2
  187. package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/attach-fetcher.d.ts +11 -0
  188. package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/facade/attach-fetcher.facade.d.ts +8 -0
  189. package/dist/types/lib/http/data-fetcher/fetchers/AttachFetcher/index.d.ts +3 -0
  190. package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/ISave.d.ts +2 -1
  191. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/dataunit-fetcher.d.ts +2 -0
  192. package/dist/types/lib/http/data-fetcher/fetchers/data-unit/loadstrategy/DatasetStrategy.d.ts +1 -0
  193. package/dist/types/lib/http/data-fetcher/fetchers/parameters-fecher.d.ts +1 -0
  194. package/dist/types/lib/index.d.ts +1 -1
  195. package/package.json +15 -6
  196. package/dist/cjs/pesquisa-fetcher-ef050a47.js +0 -167
  197. package/dist/esm/pesquisa-fetcher-dd3ca0a5.js +0 -165
  198. package/dist/sankhyablocks/p-20726710.entry.js +0 -1
  199. package/dist/sankhyablocks/p-28564b5e.entry.js +0 -1
  200. package/dist/sankhyablocks/p-29804fc5.js +0 -60
  201. package/dist/sankhyablocks/p-4775a293.entry.js +0 -1
  202. package/dist/sankhyablocks/p-55930465.entry.js +0 -1
  203. package/dist/sankhyablocks/p-69efa80d.entry.js +0 -1
  204. package/dist/sankhyablocks/p-7d8d7fe9.entry.js +0 -1
  205. package/dist/sankhyablocks/p-95a3778f.entry.js +0 -1
  206. package/dist/sankhyablocks/p-a9e5b094.entry.js +0 -1
  207. package/dist/sankhyablocks/p-b05ab13d.entry.js +0 -1
  208. package/dist/sankhyablocks/p-b146a9f0.entry.js +0 -1
  209. package/dist/sankhyablocks/p-bedb8ad6.entry.js +0 -1
  210. package/dist/sankhyablocks/p-cdd66657.entry.js +0 -1
  211. package/dist/sankhyablocks/p-d4f9ee17.entry.js +0 -1
  212. package/dist/sankhyablocks/p-d9bb09b3.js +0 -6
  213. package/dist/sankhyablocks/p-e6380c60.js +0 -1
  214. package/dist/sankhyablocks/p-ebbc17c6.js +0 -1
  215. package/dist/types/components/snk-attach/structure/data-unit-builder.d.ts +0 -15
  216. /package/dist/collection/{lib/http/data-fetcher/fetchers/fecthAttach/interfaces/IDelete.js → components/snk-attach/interfaces/ICrudConfig.js} +0 -0
  217. /package/dist/collection/{lib/http/data-fetcher/fetchers/fecthAttach/interfaces/IDownloadKey.js → components/snk-attach/interfaces/TFetcherType.js} +0 -0
  218. /package/dist/collection/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/index.js +0 -0
  219. /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/IDelete.d.ts +0 -0
  220. /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/IDownloadKey.d.ts +0 -0
  221. /package/dist/types/lib/http/data-fetcher/fetchers/{fecthAttach → AttachFetcher}/interfaces/index.d.ts +0 -0
@@ -1,16 +1,15 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement, c as createEvent } from './index-a7d3d3f1.js';
2
2
  import { ApplicationContext, StringUtils, ErrorException, WarningException, ObjectUtils, DateUtils, ArrayUtils, ElementIDUtils } from '@sankhyalabs/core';
3
- import { D as DataFetcher } from './DataFetcher-aa159c5a.js';
3
+ import { D as DataFetcher } from './DataFetcher-a650ae58.js';
4
4
  import { P as ParamType } from './ParamType-d5152b06.js';
5
- import './pesquisa-fetcher-dd3ca0a5.js';
5
+ import './pesquisa-fetcher-ab16a2e8.js';
6
6
  import './index-0ece87a6.js';
7
- import './ISave-4412b20c.js';
7
+ import './ISave-d8c8bc59.js';
8
8
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
9
9
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
10
- import './dataunit-fetcher-65714f21.js';
11
10
  import './PreloadManager-c1c2f2b4.js';
12
11
  import './filter-item-type.enum-d45e026f.js';
13
- import './form-config-fetcher-36219cd3.js';
12
+ import './form-config-fetcher-f121f880.js';
14
13
  import { R as ResourceIDUtils } from './ResourceIDUtils-a114189a.js';
15
14
  import './PrintUtils-3e4ff0f5.js';
16
15
  import '@sankhyalabs/ezui/dist/collection/components/ez-grid/utils';
@@ -779,12 +778,28 @@ const TaskbarActionsButton = class {
779
778
  return this._showDropdown && ((_a = this.actions) === null || _a === void 0 ? void 0 : _a.length) > 0;
780
779
  }
781
780
  onSelectAction(iAction) {
782
- const selectedAction = this.actions.find(action => action.value === iAction.id);
781
+ const actions = this.actions.map(action => (Object.assign(Object.assign({}, action), { id: action.value })));
782
+ const selectedAction = this.getSelectedAction(iAction.id, actions);
783
783
  this.taskbarActionSelected.emit(selectedAction);
784
784
  if (!selectedAction.disableCloseOnSelect) {
785
785
  this._showDropdown = false;
786
786
  }
787
787
  }
788
+ getSelectedAction(id, actions) {
789
+ let selectedItem = null;
790
+ for (const item of actions) {
791
+ if (item.id === id) {
792
+ selectedItem = item;
793
+ break;
794
+ }
795
+ if (!(item === null || item === void 0 ? void 0 : item.children))
796
+ continue;
797
+ selectedItem = this.getSelectedAction(id, item.children);
798
+ if (selectedItem)
799
+ break;
800
+ }
801
+ return selectedItem;
802
+ }
788
803
  dropdownItemBuilder(item, _level) {
789
804
  const itemAction = this.actions.find(action => action.value === item.id);
790
805
  if (!itemAction || !itemAction.itemBuilder) {
@@ -1,13 +1,12 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement } from './index-a7d3d3f1.js';
2
2
  import { DateUtils, StringUtils, ObjectUtils, WaitingChangeException, WarningException, ErrorException, KeyboardManager, OnboardingUtils, DependencyType, ArrayUtils, SearchUtils, ElementIDUtils, ApplicationContext, DataType, ErrorTracking } from '@sankhyalabs/core';
3
3
  import { ApplicationUtils } from '@sankhyalabs/ezui/dist/collection/utils';
4
- import { C as ConfigStorage } from './ConfigStorage-4151acc8.js';
5
- import { d as dist, D as DataFetcher, U as UrlUtils } from './DataFetcher-aa159c5a.js';
6
- import { A as AutorizationType, a as AuthFetcher } from './auth-fetcher-c05dc474.js';
7
- import { D as DataUnitFetcher } from './dataunit-fetcher-65714f21.js';
8
- import { P as PesquisaFetcher } from './pesquisa-fetcher-dd3ca0a5.js';
9
- import { S as SnkMessageBuilder } from './SnkMessageBuilder-ca843d1b.js';
10
- import './form-config-fetcher-36219cd3.js';
4
+ import { C as ConfigStorage } from './ConfigStorage-39ed8aeb.js';
5
+ import { d as dist, D as DataFetcher, U as UrlUtils } from './DataFetcher-a650ae58.js';
6
+ import { A as AutorizationType, a as AuthFetcher } from './auth-fetcher-17dc5b5e.js';
7
+ import { D as DataUnitFetcher, P as PesquisaFetcher } from './pesquisa-fetcher-ab16a2e8.js';
8
+ import { S as SnkMessageBuilder } from './SnkMessageBuilder-0fb796b9.js';
9
+ import './form-config-fetcher-f121f880.js';
11
10
  import './filter-item-type.enum-d45e026f.js';
12
11
  import './PrintUtils-3e4ff0f5.js';
13
12
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
@@ -27,7 +26,22 @@ const _0x5b7870=_0x2202;(function(_0x42e134,_0x5d9727){const _0x185c97=_0x2202,_
27
26
 
28
27
  class ParametersFetcher {
29
28
  constructor() {
29
+ this._embeddedParams = new Map();
30
30
  this.templateByQuery = new Map();
31
+ try {
32
+ if (window["MGE_PARAMS"] != undefined) {
33
+ const source = atob(window['MGE_PARAMS']);
34
+ const params = source.split('__;__');
35
+ params.forEach(param => {
36
+ const [key, value] = param.split("__=__");
37
+ this._embeddedParams.set(key, value);
38
+ });
39
+ }
40
+ }
41
+ catch (error) {
42
+ console.error("Problemas ao obter parâmetros embarcados");
43
+ console.error(error);
44
+ }
31
45
  this.buldTemplates();
32
46
  }
33
47
  buldTemplates() {
@@ -39,6 +53,9 @@ class ParametersFetcher {
39
53
  }`);
40
54
  }
41
55
  async getParam(name) {
56
+ if (this._embeddedParams.has(name)) {
57
+ return Promise.resolve(this._embeddedParams.get(name));
58
+ }
42
59
  const completPath = `param://application?params=${name}`;
43
60
  return DataFetcher.get().callGraphQL({
44
61
  values: { name: completPath },
@@ -76,6 +93,9 @@ class ParametersFetcher {
76
93
  if (Array.isArray(obj) && obj.length > 0) {
77
94
  obj = obj[0];
78
95
  }
96
+ if (typeof obj === "string") {
97
+ return obj;
98
+ }
79
99
  if (StringUtils.isEmpty(obj.resource))
80
100
  return "";
81
101
  try {
@@ -1000,6 +1020,15 @@ const SnkApplication = class {
1000
1020
  this._waitingAppReady.push(() => resolve(this));
1001
1021
  });
1002
1022
  }
1023
+ /**
1024
+ * Atribui valor para parâmetros de contexto no componente de pesquisa.
1025
+ *
1026
+ * @param name - Nome do parâmetro
1027
+ * @param value - String conversível de acordo com o tipo do parâmetro
1028
+ */
1029
+ async setSearchFilterContext(name, value) {
1030
+ ApplicationContext.setContextValue(`__SNK__APPLICATION__FILTER__CONTEXT(${name})__`, value);
1031
+ }
1003
1032
  clearContent(container) {
1004
1033
  if (container) {
1005
1034
  Array.from(container.children).forEach(child => {