@sankhyalabs/sankhyablocks 8.3.0 → 8.3.1

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 (88) hide show
  1. package/dist/cjs/{ConfigStorage-e9d7fa82.js → ConfigStorage-c9ca6658.js} +4 -4
  2. package/dist/cjs/{DataFetcher-39b63a1e.js → DataFetcher-7694daf2.js} +58 -10
  3. package/dist/cjs/{SnkFormConfigManager-2f8eccd9.js → SnkFormConfigManager-fb684c0e.js} +2 -2
  4. package/dist/cjs/{auth-fetcher-d407c31c.js → auth-fetcher-80818a0f.js} +1 -1
  5. package/dist/cjs/{dataunit-fetcher-15a7cc88.js → dataunit-fetcher-1acab20d.js} +1 -1
  6. package/dist/cjs/{filter-bar-config-fetcher-24548cec.js → filter-bar-config-fetcher-f13a1aff.js} +1 -1
  7. package/dist/cjs/{form-config-fetcher-ab3ce222.js → form-config-fetcher-f10017bf.js} +2 -2
  8. package/dist/cjs/{pesquisa-fetcher-96c042aa.js → pesquisa-fetcher-c9d99342.js} +1 -1
  9. package/dist/cjs/{resource-fetcher-64102551.js → resource-fetcher-a6e6c5fd.js} +1 -1
  10. package/dist/cjs/snk-actions-button.cjs.entry.js +2 -2
  11. package/dist/cjs/snk-application.cjs.entry.js +8 -8
  12. package/dist/cjs/snk-attach.cjs.entry.js +2 -2
  13. package/dist/cjs/snk-crud.cjs.entry.js +4 -4
  14. package/dist/cjs/snk-data-exporter.cjs.entry.js +1 -1
  15. package/dist/cjs/snk-detail-view.cjs.entry.js +8 -8
  16. package/dist/cjs/snk-filter-bar.cjs.entry.js +5 -5
  17. package/dist/cjs/snk-filter-detail.cjs.entry.js +3 -3
  18. package/dist/cjs/snk-filter-modal-item.cjs.entry.js +5 -5
  19. package/dist/cjs/snk-form-config.cjs.entry.js +3 -3
  20. package/dist/cjs/snk-form.cjs.entry.js +6 -6
  21. package/dist/cjs/snk-grid-config.cjs.entry.js +5 -5
  22. package/dist/cjs/snk-grid.cjs.entry.js +5 -5
  23. package/dist/cjs/{snk-guides-viewer-8518c61b.js → snk-guides-viewer-5da253af.js} +3 -3
  24. package/dist/cjs/snk-guides-viewer.cjs.entry.js +8 -8
  25. package/dist/cjs/snk-personalized-filter.cjs.entry.js +5 -5
  26. package/dist/cjs/snk-print-selector.cjs.entry.js +1 -1
  27. package/dist/cjs/snk-simple-crud.cjs.entry.js +2 -2
  28. package/dist/collection/lib/http/data-fetcher/DataFetcher.js +71 -10
  29. package/dist/components/DataFetcher.js +58 -10
  30. package/dist/esm/{ConfigStorage-1090289a.js → ConfigStorage-6887ede4.js} +4 -4
  31. package/dist/esm/{DataFetcher-a4ed43e7.js → DataFetcher-731430d9.js} +58 -10
  32. package/dist/esm/{SnkFormConfigManager-de537eca.js → SnkFormConfigManager-6acecf9f.js} +2 -2
  33. package/dist/esm/{auth-fetcher-c53e0d6c.js → auth-fetcher-82d89fe6.js} +1 -1
  34. package/dist/esm/{dataunit-fetcher-8d0bfa4a.js → dataunit-fetcher-ad7a1a3e.js} +1 -1
  35. package/dist/esm/{filter-bar-config-fetcher-2417b8cf.js → filter-bar-config-fetcher-553c5463.js} +1 -1
  36. package/dist/esm/{form-config-fetcher-4065db9a.js → form-config-fetcher-9560730a.js} +2 -2
  37. package/dist/esm/{pesquisa-fetcher-7460b876.js → pesquisa-fetcher-27dc20ed.js} +1 -1
  38. package/dist/esm/{resource-fetcher-45a70066.js → resource-fetcher-0586b1fc.js} +1 -1
  39. package/dist/esm/snk-actions-button.entry.js +2 -2
  40. package/dist/esm/snk-application.entry.js +8 -8
  41. package/dist/esm/snk-attach.entry.js +2 -2
  42. package/dist/esm/snk-crud.entry.js +4 -4
  43. package/dist/esm/snk-data-exporter.entry.js +1 -1
  44. package/dist/esm/snk-detail-view.entry.js +8 -8
  45. package/dist/esm/snk-filter-bar.entry.js +5 -5
  46. package/dist/esm/snk-filter-detail.entry.js +3 -3
  47. package/dist/esm/snk-filter-modal-item.entry.js +5 -5
  48. package/dist/esm/snk-form-config.entry.js +3 -3
  49. package/dist/esm/snk-form.entry.js +6 -6
  50. package/dist/esm/snk-grid-config.entry.js +5 -5
  51. package/dist/esm/snk-grid.entry.js +5 -5
  52. package/dist/esm/{snk-guides-viewer-cdecff6e.js → snk-guides-viewer-d3623a1f.js} +3 -3
  53. package/dist/esm/snk-guides-viewer.entry.js +8 -8
  54. package/dist/esm/snk-personalized-filter.entry.js +5 -5
  55. package/dist/esm/snk-print-selector.entry.js +1 -1
  56. package/dist/esm/snk-simple-crud.entry.js +2 -2
  57. package/dist/sankhyablocks/{p-c6feb995.entry.js → p-000d073b.entry.js} +1 -1
  58. package/dist/sankhyablocks/{p-4514fc6a.entry.js → p-162f5d21.entry.js} +1 -1
  59. package/dist/sankhyablocks/{p-b978da60.js → p-1bed2c42.js} +1 -1
  60. package/dist/sankhyablocks/{p-0bd9c412.js → p-1dc76c50.js} +1 -1
  61. package/dist/sankhyablocks/{p-6e06175e.entry.js → p-24b18442.entry.js} +1 -1
  62. package/dist/sankhyablocks/{p-0fb83448.js → p-301d4e34.js} +1 -1
  63. package/dist/sankhyablocks/{p-9471cbc9.entry.js → p-4374bc89.entry.js} +1 -1
  64. package/dist/sankhyablocks/{p-d7c7a289.entry.js → p-5fe223c9.entry.js} +1 -1
  65. package/dist/sankhyablocks/{p-1f63dcd4.entry.js → p-61651a40.entry.js} +1 -1
  66. package/dist/sankhyablocks/p-70d4a90a.entry.js +1 -0
  67. package/dist/sankhyablocks/{p-f7eded3a.entry.js → p-7bd353de.entry.js} +1 -1
  68. package/dist/sankhyablocks/{p-5994af77.js → p-837831c2.js} +2 -2
  69. package/dist/sankhyablocks/{p-216b2102.entry.js → p-85ec10c9.entry.js} +1 -1
  70. package/dist/sankhyablocks/{p-50c13cc8.entry.js → p-89d46727.entry.js} +1 -1
  71. package/dist/sankhyablocks/{p-52c6b2e7.js → p-8e8b5fc7.js} +1 -1
  72. package/dist/sankhyablocks/{p-847e6c20.js → p-8e96581f.js} +2 -2
  73. package/dist/sankhyablocks/p-9b2af526.entry.js +1 -0
  74. package/dist/sankhyablocks/{p-f3b7b69e.js → p-9db7e50a.js} +1 -1
  75. package/dist/sankhyablocks/{p-a42dd503.entry.js → p-a2f32d4e.entry.js} +1 -1
  76. package/dist/sankhyablocks/{p-7588f006.entry.js → p-a7eaea51.entry.js} +1 -1
  77. package/dist/sankhyablocks/{p-0848ee4d.entry.js → p-a84b1ca2.entry.js} +1 -1
  78. package/dist/sankhyablocks/{p-8f3652bf.entry.js → p-c3943e7e.entry.js} +2 -2
  79. package/dist/sankhyablocks/{p-b04fb9d4.js → p-c7d1e26a.js} +1 -1
  80. package/dist/sankhyablocks/{p-6bb904bb.entry.js → p-cd40ab53.entry.js} +1 -1
  81. package/dist/sankhyablocks/{p-44e66c8d.js → p-d41198ff.js} +1 -1
  82. package/dist/sankhyablocks/{p-9d18017a.js → p-f6b98398.js} +1 -1
  83. package/dist/sankhyablocks/{p-6f0795c8.entry.js → p-f9f385eb.entry.js} +1 -1
  84. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  85. package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +1 -1
  86. package/package.json +1 -1
  87. package/dist/sankhyablocks/p-10b2aedc.entry.js +0 -1
  88. package/dist/sankhyablocks/p-ff7383b0.entry.js +0 -1
@@ -1,3 +1,11 @@
1
+ var __asyncValues = (this && this.__asyncValues) || function (o) {
2
+ if (!Symbol.asyncIterator)
3
+ throw new TypeError("Symbol.asyncIterator is not defined.");
4
+ var m = o[Symbol.asyncIterator], i;
5
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
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
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
8
+ };
1
9
  import { ApplicationContext, ErrorException, ObjectUtils, WarningException } from '@sankhyalabs/core';
2
10
  import { batchRequests } from 'graphql-request';
3
11
  import UrlUtils from "../../../lib/utils/urlutils";
@@ -134,18 +142,71 @@ export class DataFetcher {
134
142
  }
135
143
  return false;
136
144
  }
137
- proccessServiceBorkerClientEvents(clientEvents, serviceName, payloadJson, accept, reject) {
145
+ async processServiceBrokerClientEvents(processParams) {
146
+ var _a, e_1, _b, _c, _d, e_2, _e, _f;
147
+ const { clientEvents, serviceName, payloadJson, accept, reject } = processParams;
138
148
  if (!(clientEvents === null || clientEvents === void 0 ? void 0 : clientEvents.length)) {
139
149
  return;
140
150
  }
141
- clientEvents.forEach(clientEvent => {
142
- if (DataFetcher.hasClientEvent(clientEvent.id)) {
143
- var handlers = DataFetcher.clientEventsByID.get(clientEvent.id);
144
- handlers.forEach(handler => {
145
- handler({ id: clientEvent.id, content: clientEvent }, new ServiceBrokerRecaller(serviceName, payloadJson, accept, reject));
146
- });
151
+ const recaller = new ServiceBrokerRecaller(serviceName, payloadJson, accept, reject);
152
+ try {
153
+ for (var _g = true, clientEvents_1 = __asyncValues(clientEvents), clientEvents_1_1; clientEvents_1_1 = await clientEvents_1.next(), _a = clientEvents_1_1.done, !_a;) {
154
+ _c = clientEvents_1_1.value;
155
+ _g = false;
156
+ try {
157
+ const clientEvent = _c;
158
+ if (DataFetcher.hasClientEvent(clientEvent.id)) {
159
+ const handlers = DataFetcher.clientEventsByID.get(clientEvent.id);
160
+ const handlerClientEvent = {
161
+ id: clientEvent.id,
162
+ content: clientEvent
163
+ };
164
+ try {
165
+ for (var _h = true, handlers_1 = (e_2 = void 0, __asyncValues(handlers)), handlers_1_1; handlers_1_1 = await handlers_1.next(), _d = handlers_1_1.done, !_d;) {
166
+ _f = handlers_1_1.value;
167
+ _h = false;
168
+ try {
169
+ const handler = _f;
170
+ await handler(handlerClientEvent, recaller);
171
+ }
172
+ finally {
173
+ _h = true;
174
+ }
175
+ }
176
+ }
177
+ catch (e_2_1) {
178
+ e_2 = { error: e_2_1 };
179
+ }
180
+ finally {
181
+ try {
182
+ if (!_h && !_d && (_e = handlers_1.return))
183
+ await _e.call(handlers_1);
184
+ }
185
+ finally {
186
+ if (e_2)
187
+ throw e_2.error;
188
+ }
189
+ }
190
+ }
191
+ }
192
+ finally {
193
+ _g = true;
194
+ }
147
195
  }
148
- });
196
+ }
197
+ catch (e_1_1) {
198
+ e_1 = { error: e_1_1 };
199
+ }
200
+ finally {
201
+ try {
202
+ if (!_g && !_a && (_b = clientEvents_1.return))
203
+ await _b.call(clientEvents_1);
204
+ }
205
+ finally {
206
+ if (e_1)
207
+ throw e_1.error;
208
+ }
209
+ }
149
210
  }
150
211
  processPrinting(payload) {
151
212
  if ((payload === null || payload === void 0 ? void 0 : payload.pendingPrinting) === 'true') {
@@ -197,11 +258,12 @@ export class DataFetcher {
197
258
  http.open("POST", url, true);
198
259
  http.withCredentials = true;
199
260
  http.send(ObjectUtils.objectToString(payloadJson));
200
- http.onreadystatechange = () => {
261
+ http.onreadystatechange = async () => {
201
262
  var _a;
202
263
  if (http.readyState == 4 && http.status == 200) {
203
264
  try {
204
265
  const jsonResp = JSON.parse(http.responseText);
266
+ await this.processServiceBrokerClientEvents({ clientEvents: jsonResp === null || jsonResp === void 0 ? void 0 : jsonResp.clientEvents, serviceName, payloadJson, accept, reject });
205
267
  if (this.isServiceBrokerError(jsonResp)) {
206
268
  reject(this.processServiceBrokerErrorInfo(jsonResp));
207
269
  }
@@ -214,7 +276,6 @@ export class DataFetcher {
214
276
  (_a = this.application) === null || _a === void 0 ? void 0 : _a.info(jsonResp.statusMessage);
215
277
  }
216
278
  }
217
- this.proccessServiceBorkerClientEvents(jsonResp === null || jsonResp === void 0 ? void 0 : jsonResp.clientEvents, serviceName, payloadJson, accept, reject);
218
279
  this.processPrinting(jsonResp);
219
280
  }
220
281
  catch (err) {
@@ -6677,6 +6677,13 @@ class AppletImpressao {
6677
6677
  }
6678
6678
  }
6679
6679
 
6680
+ var __asyncValues = (undefined && undefined.__asyncValues) || function (o) {
6681
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
6682
+ var m = o[Symbol.asyncIterator], i;
6683
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
6684
+ 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); }); }; }
6685
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
6686
+ };
6680
6687
  class DataFetcher {
6681
6688
  constructor() {
6682
6689
  this.GRAPHQL_PATH = `/${window.MGE_MODULE_NAME || 'mgefin-bff'}/graphql`;
@@ -6806,18 +6813,59 @@ class DataFetcher {
6806
6813
  }
6807
6814
  return false;
6808
6815
  }
6809
- proccessServiceBorkerClientEvents(clientEvents, serviceName, payloadJson, accept, reject) {
6816
+ async processServiceBrokerClientEvents(processParams) {
6817
+ var _a, e_1, _b, _c, _d, e_2, _e, _f;
6818
+ const { clientEvents, serviceName, payloadJson, accept, reject } = processParams;
6810
6819
  if (!(clientEvents === null || clientEvents === void 0 ? void 0 : clientEvents.length)) {
6811
6820
  return;
6812
6821
  }
6813
- clientEvents.forEach(clientEvent => {
6814
- if (DataFetcher.hasClientEvent(clientEvent.id)) {
6815
- var handlers = DataFetcher.clientEventsByID.get(clientEvent.id);
6816
- handlers.forEach(handler => {
6817
- handler({ id: clientEvent.id, content: clientEvent }, new ServiceBrokerRecaller(serviceName, payloadJson, accept, reject));
6818
- });
6822
+ const recaller = new ServiceBrokerRecaller(serviceName, payloadJson, accept, reject);
6823
+ try {
6824
+ for (var _g = true, clientEvents_1 = __asyncValues(clientEvents), clientEvents_1_1; clientEvents_1_1 = await clientEvents_1.next(), _a = clientEvents_1_1.done, !_a;) {
6825
+ _c = clientEvents_1_1.value;
6826
+ _g = false;
6827
+ try {
6828
+ const clientEvent = _c;
6829
+ if (DataFetcher.hasClientEvent(clientEvent.id)) {
6830
+ const handlers = DataFetcher.clientEventsByID.get(clientEvent.id);
6831
+ const handlerClientEvent = {
6832
+ id: clientEvent.id,
6833
+ content: clientEvent
6834
+ };
6835
+ try {
6836
+ for (var _h = true, handlers_1 = (e_2 = void 0, __asyncValues(handlers)), handlers_1_1; handlers_1_1 = await handlers_1.next(), _d = handlers_1_1.done, !_d;) {
6837
+ _f = handlers_1_1.value;
6838
+ _h = false;
6839
+ try {
6840
+ const handler = _f;
6841
+ await handler(handlerClientEvent, recaller);
6842
+ }
6843
+ finally {
6844
+ _h = true;
6845
+ }
6846
+ }
6847
+ }
6848
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
6849
+ finally {
6850
+ try {
6851
+ if (!_h && !_d && (_e = handlers_1.return)) await _e.call(handlers_1);
6852
+ }
6853
+ finally { if (e_2) throw e_2.error; }
6854
+ }
6855
+ }
6856
+ }
6857
+ finally {
6858
+ _g = true;
6859
+ }
6819
6860
  }
6820
- });
6861
+ }
6862
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
6863
+ finally {
6864
+ try {
6865
+ if (!_g && !_a && (_b = clientEvents_1.return)) await _b.call(clientEvents_1);
6866
+ }
6867
+ finally { if (e_1) throw e_1.error; }
6868
+ }
6821
6869
  }
6822
6870
  processPrinting(payload) {
6823
6871
  if ((payload === null || payload === void 0 ? void 0 : payload.pendingPrinting) === 'true') {
@@ -6869,11 +6917,12 @@ class DataFetcher {
6869
6917
  http.open("POST", url, true);
6870
6918
  http.withCredentials = true;
6871
6919
  http.send(ObjectUtils.objectToString(payloadJson));
6872
- http.onreadystatechange = () => {
6920
+ http.onreadystatechange = async () => {
6873
6921
  var _a;
6874
6922
  if (http.readyState == 4 && http.status == 200) {
6875
6923
  try {
6876
6924
  const jsonResp = JSON.parse(http.responseText);
6925
+ await this.processServiceBrokerClientEvents({ clientEvents: jsonResp === null || jsonResp === void 0 ? void 0 : jsonResp.clientEvents, serviceName, payloadJson, accept, reject });
6877
6926
  if (this.isServiceBrokerError(jsonResp)) {
6878
6927
  reject(this.processServiceBrokerErrorInfo(jsonResp));
6879
6928
  }
@@ -6886,7 +6935,6 @@ class DataFetcher {
6886
6935
  (_a = this.application) === null || _a === void 0 ? void 0 : _a.info(jsonResp.statusMessage);
6887
6936
  }
6888
6937
  }
6889
- this.proccessServiceBorkerClientEvents(jsonResp === null || jsonResp === void 0 ? void 0 : jsonResp.clientEvents, serviceName, payloadJson, accept, reject);
6890
6938
  this.processPrinting(jsonResp);
6891
6939
  }
6892
6940
  catch (err) {
@@ -1,8 +1,8 @@
1
1
  import { ApplicationContext } from '@sankhyalabs/core';
2
- import { F as FormConfigFetcher } from './form-config-fetcher-4065db9a.js';
3
- import { R as ResourceFetcher } from './resource-fetcher-45a70066.js';
4
- import { F as FilterBarConfigFetcher } from './filter-bar-config-fetcher-2417b8cf.js';
5
- import { d as dist, D as DataFetcher } from './DataFetcher-a4ed43e7.js';
2
+ import { F as FormConfigFetcher } from './form-config-fetcher-9560730a.js';
3
+ import { R as ResourceFetcher } from './resource-fetcher-0586b1fc.js';
4
+ import { F as FilterBarConfigFetcher } from './filter-bar-config-fetcher-553c5463.js';
5
+ import { d as dist, D as DataFetcher } from './DataFetcher-731430d9.js';
6
6
 
7
7
  class GridConfigFetcher extends ResourceFetcher {
8
8
  constructor() {
@@ -6677,6 +6677,13 @@ class AppletImpressao {
6677
6677
  }
6678
6678
  }
6679
6679
 
6680
+ var __asyncValues = (undefined && undefined.__asyncValues) || function (o) {
6681
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
6682
+ var m = o[Symbol.asyncIterator], i;
6683
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
6684
+ 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); }); }; }
6685
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
6686
+ };
6680
6687
  class DataFetcher {
6681
6688
  constructor() {
6682
6689
  this.GRAPHQL_PATH = `/${window.MGE_MODULE_NAME || 'mgefin-bff'}/graphql`;
@@ -6806,18 +6813,59 @@ class DataFetcher {
6806
6813
  }
6807
6814
  return false;
6808
6815
  }
6809
- proccessServiceBorkerClientEvents(clientEvents, serviceName, payloadJson, accept, reject) {
6816
+ async processServiceBrokerClientEvents(processParams) {
6817
+ var _a, e_1, _b, _c, _d, e_2, _e, _f;
6818
+ const { clientEvents, serviceName, payloadJson, accept, reject } = processParams;
6810
6819
  if (!(clientEvents === null || clientEvents === void 0 ? void 0 : clientEvents.length)) {
6811
6820
  return;
6812
6821
  }
6813
- clientEvents.forEach(clientEvent => {
6814
- if (DataFetcher.hasClientEvent(clientEvent.id)) {
6815
- var handlers = DataFetcher.clientEventsByID.get(clientEvent.id);
6816
- handlers.forEach(handler => {
6817
- handler({ id: clientEvent.id, content: clientEvent }, new ServiceBrokerRecaller(serviceName, payloadJson, accept, reject));
6818
- });
6822
+ const recaller = new ServiceBrokerRecaller(serviceName, payloadJson, accept, reject);
6823
+ try {
6824
+ for (var _g = true, clientEvents_1 = __asyncValues(clientEvents), clientEvents_1_1; clientEvents_1_1 = await clientEvents_1.next(), _a = clientEvents_1_1.done, !_a;) {
6825
+ _c = clientEvents_1_1.value;
6826
+ _g = false;
6827
+ try {
6828
+ const clientEvent = _c;
6829
+ if (DataFetcher.hasClientEvent(clientEvent.id)) {
6830
+ const handlers = DataFetcher.clientEventsByID.get(clientEvent.id);
6831
+ const handlerClientEvent = {
6832
+ id: clientEvent.id,
6833
+ content: clientEvent
6834
+ };
6835
+ try {
6836
+ for (var _h = true, handlers_1 = (e_2 = void 0, __asyncValues(handlers)), handlers_1_1; handlers_1_1 = await handlers_1.next(), _d = handlers_1_1.done, !_d;) {
6837
+ _f = handlers_1_1.value;
6838
+ _h = false;
6839
+ try {
6840
+ const handler = _f;
6841
+ await handler(handlerClientEvent, recaller);
6842
+ }
6843
+ finally {
6844
+ _h = true;
6845
+ }
6846
+ }
6847
+ }
6848
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
6849
+ finally {
6850
+ try {
6851
+ if (!_h && !_d && (_e = handlers_1.return)) await _e.call(handlers_1);
6852
+ }
6853
+ finally { if (e_2) throw e_2.error; }
6854
+ }
6855
+ }
6856
+ }
6857
+ finally {
6858
+ _g = true;
6859
+ }
6819
6860
  }
6820
- });
6861
+ }
6862
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
6863
+ finally {
6864
+ try {
6865
+ if (!_g && !_a && (_b = clientEvents_1.return)) await _b.call(clientEvents_1);
6866
+ }
6867
+ finally { if (e_1) throw e_1.error; }
6868
+ }
6821
6869
  }
6822
6870
  processPrinting(payload) {
6823
6871
  if ((payload === null || payload === void 0 ? void 0 : payload.pendingPrinting) === 'true') {
@@ -6869,11 +6917,12 @@ class DataFetcher {
6869
6917
  http.open("POST", url, true);
6870
6918
  http.withCredentials = true;
6871
6919
  http.send(ObjectUtils.objectToString(payloadJson));
6872
- http.onreadystatechange = () => {
6920
+ http.onreadystatechange = async () => {
6873
6921
  var _a;
6874
6922
  if (http.readyState == 4 && http.status == 200) {
6875
6923
  try {
6876
6924
  const jsonResp = JSON.parse(http.responseText);
6925
+ await this.processServiceBrokerClientEvents({ clientEvents: jsonResp === null || jsonResp === void 0 ? void 0 : jsonResp.clientEvents, serviceName, payloadJson, accept, reject });
6877
6926
  if (this.isServiceBrokerError(jsonResp)) {
6878
6927
  reject(this.processServiceBrokerErrorInfo(jsonResp));
6879
6928
  }
@@ -6886,7 +6935,6 @@ class DataFetcher {
6886
6935
  (_a = this.application) === null || _a === void 0 ? void 0 : _a.info(jsonResp.statusMessage);
6887
6936
  }
6888
6937
  }
6889
- this.proccessServiceBorkerClientEvents(jsonResp === null || jsonResp === void 0 ? void 0 : jsonResp.clientEvents, serviceName, payloadJson, accept, reject);
6890
6938
  this.processPrinting(jsonResp);
6891
6939
  }
6892
6940
  catch (err) {
@@ -1,6 +1,6 @@
1
- import { C as ConfigStorage } from './ConfigStorage-1090289a.js';
1
+ import { C as ConfigStorage } from './ConfigStorage-6887ede4.js';
2
2
  import { ObjectUtils } from '@sankhyalabs/core';
3
- import { F as FormConfigFetcher } from './form-config-fetcher-4065db9a.js';
3
+ import { F as FormConfigFetcher } from './form-config-fetcher-9560730a.js';
4
4
 
5
5
  class SnkFormConfigManager {
6
6
  constructor(configName, onConfigChange) {
@@ -1,5 +1,5 @@
1
1
  import { ObjectUtils } from '@sankhyalabs/core';
2
- import { R as ResourceFetcher } from './resource-fetcher-45a70066.js';
2
+ import { R as ResourceFetcher } from './resource-fetcher-0586b1fc.js';
3
3
 
4
4
  class AuthFetcher extends ResourceFetcher {
5
5
  getData(resourceID) {
@@ -1,5 +1,5 @@
1
1
  import { DataUnit, StringUtils, DataType, DataUnitStorage, ChangeOperation } from '@sankhyalabs/core';
2
- import { d as dist, D as DataFetcher } from './DataFetcher-a4ed43e7.js';
2
+ import { d as dist, D as DataFetcher } from './DataFetcher-731430d9.js';
3
3
  import { DISTINCT_FILTER_NAME_PREFIX } from '@sankhyalabs/ezui/dist/collection/utils/constants';
4
4
  import { DataUnitTransient } from '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { F as FilterItemType } from './filter-item-type.enum-5028ed3f.js';
2
- import { R as ResourceFetcher } from './resource-fetcher-45a70066.js';
2
+ import { R as ResourceFetcher } from './resource-fetcher-0586b1fc.js';
3
3
 
4
4
  var __rest = (undefined && undefined.__rest) || function (s, e) {
5
5
  var t = {};
@@ -1,6 +1,6 @@
1
- import { d as dist, D as DataFetcher } from './DataFetcher-a4ed43e7.js';
1
+ import { d as dist, D as DataFetcher } from './DataFetcher-731430d9.js';
2
2
  import { ObjectUtils } from '@sankhyalabs/core';
3
- import { R as ResourceFetcher } from './resource-fetcher-45a70066.js';
3
+ import { R as ResourceFetcher } from './resource-fetcher-0586b1fc.js';
4
4
 
5
5
  class FormConfigFetcher extends ResourceFetcher {
6
6
  constructor() {
@@ -1,5 +1,5 @@
1
1
  import { DataType } from '@sankhyalabs/core';
2
- import { d as dist, D as DataFetcher } from './DataFetcher-a4ed43e7.js';
2
+ import { d as dist, D as DataFetcher } from './DataFetcher-731430d9.js';
3
3
 
4
4
  class PesquisaFetcher {
5
5
  constructor() {
@@ -1,4 +1,4 @@
1
- import { d as dist, D as DataFetcher } from './DataFetcher-a4ed43e7.js';
1
+ import { d as dist, D as DataFetcher } from './DataFetcher-731430d9.js';
2
2
 
3
3
  class ResourceFetcher {
4
4
  constructor() {
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } 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-a4ed43e7.js';
3
+ import { D as DataFetcher } from './DataFetcher-731430d9.js';
4
4
  import { P as ParamType } from './ParamType-d5152b06.js';
5
- import './pesquisa-fetcher-7460b876.js';
5
+ import './pesquisa-fetcher-27dc20ed.js';
6
6
  import './index-1564817d.js';
7
7
  import './_commonjsHelpers-9943807e.js';
8
8
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
@@ -1,17 +1,17 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement } from './index-a7d3d3f1.js';
2
2
  import { WaitingChangeException, WarningException, ErrorException, ObjectUtils, DateUtils, StringUtils, OnboardingUtils, DependencyType, ElementIDUtils, ApplicationContext, ErrorTracking, DataType } from '@sankhyalabs/core';
3
- import { d as dist, D as DataFetcher, U as UrlUtils } from './DataFetcher-a4ed43e7.js';
3
+ import { d as dist, D as DataFetcher, U as UrlUtils } from './DataFetcher-731430d9.js';
4
4
  import { ApplicationUtils } from '@sankhyalabs/ezui/dist/collection/utils';
5
- import { P as PesquisaFetcher } from './pesquisa-fetcher-7460b876.js';
6
- import { G as GridConfigFetcher, C as ConfigStorage } from './ConfigStorage-1090289a.js';
7
- import { D as DataUnitFetcher } from './dataunit-fetcher-8d0bfa4a.js';
8
- import { A as AutorizationType, a as AuthFetcher } from './auth-fetcher-c53e0d6c.js';
5
+ import { P as PesquisaFetcher } from './pesquisa-fetcher-27dc20ed.js';
6
+ import { G as GridConfigFetcher, C as ConfigStorage } from './ConfigStorage-6887ede4.js';
7
+ import { D as DataUnitFetcher } from './dataunit-fetcher-ad7a1a3e.js';
8
+ import { A as AutorizationType, a as AuthFetcher } from './auth-fetcher-82d89fe6.js';
9
9
  import { S as SnkMessageBuilder } from './SnkMessageBuilder-68c1c25a.js';
10
10
  import './_commonjsHelpers-9943807e.js';
11
11
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
12
- import './form-config-fetcher-4065db9a.js';
13
- import './resource-fetcher-45a70066.js';
14
- import './filter-bar-config-fetcher-2417b8cf.js';
12
+ import './form-config-fetcher-9560730a.js';
13
+ import './resource-fetcher-0586b1fc.js';
14
+ import './filter-bar-config-fetcher-553c5463.js';
15
15
  import './filter-item-type.enum-5028ed3f.js';
16
16
  import '@sankhyalabs/ezui/dist/collection/utils/constants';
17
17
 
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, c as createEvent, h } from './index-a7d3d3f1.js';
2
2
  import { ApplicationContext, DataType, Action } from '@sankhyalabs/core';
3
- import { D as DataFetcher } from './DataFetcher-a4ed43e7.js';
3
+ import { D as DataFetcher } from './DataFetcher-731430d9.js';
4
4
  import { c as VIEW_MODE } from './constants-3644f1b6.js';
5
- import { D as DataUnitFetcher } from './dataunit-fetcher-8d0bfa4a.js';
5
+ import { D as DataUnitFetcher } from './dataunit-fetcher-ad7a1a3e.js';
6
6
  import { T as TaskbarElement } from './taskbar-elements-2c761819.js';
7
7
  import './_commonjsHelpers-9943807e.js';
8
8
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
@@ -1,15 +1,15 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement } from './index-a7d3d3f1.js';
2
2
  import { ElementIDUtils, ApplicationContext } from '@sankhyalabs/core';
3
3
  import { T as TaskbarElement } from './taskbar-elements-2c761819.js';
4
- import './DataFetcher-a4ed43e7.js';
5
- import './pesquisa-fetcher-7460b876.js';
4
+ import './DataFetcher-731430d9.js';
5
+ import './pesquisa-fetcher-27dc20ed.js';
6
6
  import { P as PresentationMode } from './index-1564817d.js';
7
7
  import { c as VIEW_MODE } from './constants-3644f1b6.js';
8
- import { A as AutorizationType } from './auth-fetcher-c53e0d6c.js';
8
+ import { A as AutorizationType } from './auth-fetcher-82d89fe6.js';
9
9
  import './index-bdf75557.js';
10
10
  import './_commonjsHelpers-9943807e.js';
11
11
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
12
- import './resource-fetcher-45a70066.js';
12
+ import './resource-fetcher-0586b1fc.js';
13
13
 
14
14
  const snkCrudCss = ".sc-snk-crud-h{display:flex;flex-direction:column;height:100%;width:100%}";
15
15
 
@@ -3,7 +3,7 @@ import { ObjectUtils, ApplicationContext, DataType, ElementIDUtils } from '@sank
3
3
  import { ApplicationUtils, DialogType } from '@sankhyalabs/ezui/dist/collection/utils';
4
4
  import { D as DataExporterOption, a as DataExporterFormat, b as DataExporterType } from './index-1564817d.js';
5
5
  import { R as REPORT_LAUNCHER_RESOURCE_ID } from './constants-3644f1b6.js';
6
- import { D as DataFetcher } from './DataFetcher-a4ed43e7.js';
6
+ import { D as DataFetcher } from './DataFetcher-731430d9.js';
7
7
  import { S as SnkDataUnit } from './snk-data-unit-8c4d944d.js';
8
8
  import './_commonjsHelpers-9943807e.js';
9
9
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
@@ -1,18 +1,18 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host } from './index-a7d3d3f1.js';
2
- import { S as SnkFormConfigManager } from './SnkFormConfigManager-de537eca.js';
2
+ import { S as SnkFormConfigManager } from './SnkFormConfigManager-6acecf9f.js';
3
3
  import { FormMetadata, buildFormMetadata } from '@sankhyalabs/ezui/dist/collection/utils/form';
4
- import './DataFetcher-a4ed43e7.js';
5
- import './pesquisa-fetcher-7460b876.js';
4
+ import './DataFetcher-731430d9.js';
5
+ import './pesquisa-fetcher-27dc20ed.js';
6
6
  import '@sankhyalabs/core';
7
7
  import { P as PresentationMode } from './index-1564817d.js';
8
8
  import { T as TaskbarElement } from './taskbar-elements-2c761819.js';
9
9
  import { c as VIEW_MODE } from './constants-3644f1b6.js';
10
- import { S as SnkGuidesViewer } from './snk-guides-viewer-cdecff6e.js';
10
+ import { S as SnkGuidesViewer } from './snk-guides-viewer-d3623a1f.js';
11
11
  import { S as SnkMessageBuilder } from './SnkMessageBuilder-68c1c25a.js';
12
- import './ConfigStorage-1090289a.js';
13
- import './form-config-fetcher-4065db9a.js';
14
- import './resource-fetcher-45a70066.js';
15
- import './filter-bar-config-fetcher-2417b8cf.js';
12
+ import './ConfigStorage-6887ede4.js';
13
+ import './form-config-fetcher-9560730a.js';
14
+ import './resource-fetcher-0586b1fc.js';
15
+ import './filter-bar-config-fetcher-553c5463.js';
16
16
  import './filter-item-type.enum-5028ed3f.js';
17
17
  import './_commonjsHelpers-9943807e.js';
18
18
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
@@ -1,18 +1,18 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-a7d3d3f1.js';
2
2
  import { DataType, ObjectUtils, ElementIDUtils, ErrorException, ApplicationContext } from '@sankhyalabs/core';
3
3
  import { EzScrollDirection } from '@sankhyalabs/ezui/dist/collection/components/ez-scroller/EzScrollDirection';
4
- import { C as ConfigStorage } from './ConfigStorage-1090289a.js';
4
+ import { C as ConfigStorage } from './ConfigStorage-6887ede4.js';
5
5
  import { toString } from '@sankhyalabs/core/dist/dataunit/metadata/DataType';
6
6
  import { F as FilterItemType } from './filter-item-type.enum-5028ed3f.js';
7
7
  import { F as FilterOperand } from './index-ae591a44.js';
8
8
  import { ApplicationUtils } from '@sankhyalabs/ezui/dist/collection/utils';
9
9
  import { P as PersonalizedFilterUtils } from './PersonalizedFilterUtils-75fb0106.js';
10
- import './form-config-fetcher-4065db9a.js';
11
- import './DataFetcher-a4ed43e7.js';
10
+ import './form-config-fetcher-9560730a.js';
11
+ import './DataFetcher-731430d9.js';
12
12
  import './_commonjsHelpers-9943807e.js';
13
13
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
14
- import './resource-fetcher-45a70066.js';
15
- import './filter-bar-config-fetcher-2417b8cf.js';
14
+ import './resource-fetcher-0586b1fc.js';
15
+ import './filter-bar-config-fetcher-553c5463.js';
16
16
 
17
17
  const buildFilter = (item) => {
18
18
  switch (item.type) {
@@ -2,11 +2,11 @@ import { r as registerInstance, c as createEvent, h, F as Fragment, H as Host, g
2
2
  import { ApplicationUtils } from '@sankhyalabs/ezui/dist/collection/utils';
3
3
  import { F as FilterItemType } from './filter-item-type.enum-5028ed3f.js';
4
4
  import { ApplicationContext, ElementIDUtils, ObjectUtils } from '@sankhyalabs/core';
5
- import { F as FilterBarConfigFetcher } from './filter-bar-config-fetcher-2417b8cf.js';
5
+ import { F as FilterBarConfigFetcher } from './filter-bar-config-fetcher-553c5463.js';
6
6
  import { E as EPresentationMode } from './presentationMode-783bbf9d.js';
7
7
  import { P as PersonalizedFilterUtils } from './PersonalizedFilterUtils-75fb0106.js';
8
- import './resource-fetcher-45a70066.js';
9
- import './DataFetcher-a4ed43e7.js';
8
+ import './resource-fetcher-0586b1fc.js';
9
+ import './DataFetcher-731430d9.js';
10
10
  import './_commonjsHelpers-9943807e.js';
11
11
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
12
12
  import './index-ae591a44.js';
@@ -2,14 +2,14 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement
2
2
  import { ElementIDUtils, ApplicationContext, ObjectUtils } from '@sankhyalabs/core';
3
3
  import { F as FilterItemType } from './filter-item-type.enum-5028ed3f.js';
4
4
  import { E as EPresentationMode } from './presentationMode-783bbf9d.js';
5
- import { C as ConfigStorage } from './ConfigStorage-1090289a.js';
5
+ import { C as ConfigStorage } from './ConfigStorage-6887ede4.js';
6
6
  import { F as FilterType } from './filter-type.enum-a80c1b6b.js';
7
- import './form-config-fetcher-4065db9a.js';
8
- import './DataFetcher-a4ed43e7.js';
7
+ import './form-config-fetcher-9560730a.js';
8
+ import './DataFetcher-731430d9.js';
9
9
  import './_commonjsHelpers-9943807e.js';
10
10
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
11
- import './resource-fetcher-45a70066.js';
12
- import './filter-bar-config-fetcher-2417b8cf.js';
11
+ import './resource-fetcher-0586b1fc.js';
12
+ import './filter-bar-config-fetcher-553c5463.js';
13
13
 
14
14
  const snkFilterModalItemCss = ".grow{flex-grow:1}.gap{gap:4px}";
15
15
 
@@ -3,12 +3,12 @@ import { d as draggable_bundle } from './draggable.bundle-41d56f06.js';
3
3
  import { ObjectUtils, ElementIDUtils, ArrayUtils, ApplicationContext } from '@sankhyalabs/core';
4
4
  import { ApplicationUtils, DialogType } from '@sankhyalabs/ezui/dist/collection/utils';
5
5
  import { C as CONFIG_EVENTS, T as TAB_NAMES, A as ACTION_CONFIG, D as DEFAULT_TYPE } from './constants-3644f1b6.js';
6
- import { U as UserConfigType } from './form-config-fetcher-4065db9a.js';
6
+ import { U as UserConfigType } from './form-config-fetcher-9560730a.js';
7
7
  import { buildFormConfigFromDataUnit } from '@sankhyalabs/ezui/dist/collection/utils/form';
8
8
  import './_commonjsHelpers-9943807e.js';
9
- import './DataFetcher-a4ed43e7.js';
9
+ import './DataFetcher-731430d9.js';
10
10
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
11
- import './resource-fetcher-45a70066.js';
11
+ import './resource-fetcher-0586b1fc.js';
12
12
 
13
13
  const snkFormConfigCss = ".sc-snk-form-config-h{--snk-form-config--z-index:var(--more-visible, 2);--snk-form-config--background-color:var(--background--xlight, #fff);--snk-form-config__icon--color:var(--text--disable, #AFB6C0);--snk-form-config__label-counter--font-weight:var(--text-weight--extra-small, 200);--snk-form-config__add-group-container--border-radius:var(--border--radius-medium, 12px);--snk-form-config__add-group-container--background-color:var(--background--medium, #d2dce9);--snk-form-config__add-group-container--padding:var(--space--small, 6px);--snk-form-config__add-group-content--border:2px dashed var(--color-strokes, #DCE0E8);--snk-form-config__add-group-content--border-radius:var(--border--radius-small, 6px);--snk-form-config__add-group-label--padding:var(--space--large, 24px);--snk-form-config__btn-add-group--padding:var(--space--large, 24px) var(--space--medium, 12px) 0;--snk-form-config__btn-add-group-container--padding:var(--space--medium, 12px);--snk-form-config__btn-add-group-container--border-radius:var(--border--radius-medium, 12px);--snk-form-config__btn-add-group-container--border:2px solid var(--color-strokes, #DCE0E8);--snk-form-config__btn-add-group-container--background-color:var(--background--body, #fafcff);display:flex;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--snk-form-config--z-index);background-color:var(--snk-form-config--background-color)}.form-config__header-container.sc-snk-form-config{display:flex}.form-config__field-container.sc-snk-form-config{width:32%;padding:6px}.form-config__hide-content.sc-snk-form-config{display:none}ez-icon.sc-snk-form-config .left-icon.sc-snk-form-config{--ez-icon--color:var(--snk-form-config__icon--color)}.ez-box__label-counter.sc-snk-form-config{margin-top:-7px;font-weight:var(--snk-form-config__label-counter--font-weight)}.form-config__btn-options.sc-snk-form-config{--ez-button--min-width:300px;--ez-button--background-color:var(--snk-form-config--background-color)}[data-draggable-parent].sc-snk-form-config{position:relative}.form-config__field-config--selected.sc-snk-form-config{position:static}.form-config__field-config--dragged.sc-snk-form-config .draggable-mirror.sc-snk-form-config{z-index:var(--snk-form-config--z-index)}.form-config__config-options.sc-snk-form-config{position:relative;margin-top:-3px;min-width:100%;z-index:1}.form-config__tab-container.sc-snk-form-config,.form-config__fields-available.sc-snk-form-config{position:relative;height:100%;max-height:calc(100vh - 92px)}.form-config__tab-container.sc-snk-form-config .ez-box__container.sc-snk-form-config,.form-config__fields-available.sc-snk-form-config .ez-box__container.sc-snk-form-config{align-content:flex-start;height:100%}.form-config__fields-available.sc-snk-form-config [data-draggable-parent].sc-snk-form-config{align-content:flex-start;overflow-y:auto;height:100%;max-height:calc(100% - 122px)}.form-config__tab-content.sc-snk-form-config{align-content:flex-start;overflow-y:auto;height:auto;max-height:calc(100% - 128px)}[data-draggable-element].sc-snk-form-config{cursor:grab}.form-config__actions-button.sc-snk-form-config{--ez-actions-button__btn-action--min-width:235px}.form-config__add-group.sc-snk-form-config{position:relative;min-height:120px;margin-bottom:10px}.form-config__add-group-container.sc-snk-form-config{position:absolute;display:flex;flex-wrap:wrap;width:100%;box-sizing:border-box;border-radius:var(--snk-form-config__add-group-container--border-radius);background-color:var(--snk-form-config__add-group-container--background-color);padding:var(--snk-form-config__add-group-container--padding)}.form-config__add-group-content.sc-snk-form-config{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;box-sizing:border-box;border:var(--snk-form-config__add-group-content--border);border-radius:var(--snk-form-config__add-group-content--border-radius)}.form-config__add-group-label.sc-snk-form-config{display:flex;justify-content:center;box-sizing:border-box;padding:var(--snk-form-config__add-group-label--padding)}.form-config__btn-add-group.sc-snk-form-config{position:relative;padding:var(--snk-form-config__btn-add-group--padding)}.form-config__btn-add-group-container.sc-snk-form-config{padding:var(--snk-form-config__btn-add-group-container--padding);border-radius:var(--snk-form-config__btn-add-group-container--border-radius);border:var(--snk-form-config__btn-add-group-container--border);background-color:var(--snk-form-config__btn-add-group-container--background-color)}ez-collapsible-box.draggable-mirror.sc-snk-form-config{display:table;background-color:var(--snk-form-config--background-color)}ez-collapsible-box.sc-snk-form-config{margin-bottom:10px}@media screen and (min-width: 480px){.form-config__field-config--selected.sc-snk-form-config .ez-flex.form-config__config-options.sc-snk-form-config{min-width:calc(300% + 12px)}.form-config__field-config--selected.sc-snk-form-config:nth-child(3n+2) .ez-flex.form-config__config-options.sc-snk-form-config{left:calc(100% / 1 * -1)}.form-config__field-config--selected.sc-snk-form-config:nth-child(3n+3) .ez-flex.form-config__config-options.sc-snk-form-config{left:calc(100% / 1 * -2)}}";
14
14
 
@@ -1,13 +1,13 @@
1
1
  import { r as registerInstance, c as createEvent, h, g as getElement } from './index-a7d3d3f1.js';
2
2
  import { ElementIDUtils } from '@sankhyalabs/core';
3
- import { S as SnkFormConfigManager } from './SnkFormConfigManager-de537eca.js';
4
- import './ConfigStorage-1090289a.js';
5
- import './form-config-fetcher-4065db9a.js';
6
- import './DataFetcher-a4ed43e7.js';
3
+ import { S as SnkFormConfigManager } from './SnkFormConfigManager-6acecf9f.js';
4
+ import './ConfigStorage-6887ede4.js';
5
+ import './form-config-fetcher-9560730a.js';
6
+ import './DataFetcher-731430d9.js';
7
7
  import './_commonjsHelpers-9943807e.js';
8
8
  import '@sankhyalabs/core/dist/dataunit/metadata/UnitMetadata';
9
- import './resource-fetcher-45a70066.js';
10
- import './filter-bar-config-fetcher-2417b8cf.js';
9
+ import './resource-fetcher-0586b1fc.js';
10
+ import './filter-bar-config-fetcher-553c5463.js';
11
11
  import './filter-item-type.enum-5028ed3f.js';
12
12
 
13
13
  const snkFormCss = ".sc-snk-form-h{--snk-form__header--min-height:94px;display:block}.snk-form__form--hidden.sc-snk-form{display:none}";