@sankhyalabs/sankhyablocks 8.2.0-rc.1 → 8.2.0-rc.2
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.
- package/dist/cjs/{ConfigStorage-e9d7fa82.js → ConfigStorage-349cf0fd.js} +163 -51
- package/dist/cjs/{DataFetcher-39b63a1e.js → DataFetcher-7ba52c1d.js} +79 -235
- package/dist/cjs/ISave-d68ce3cd.js +8 -0
- package/dist/cjs/PrintUtils-bcaeb82f.js +215 -0
- package/dist/cjs/ResourceIDUtils-5ff86aa7.js +12 -0
- package/dist/cjs/{SnkFormConfigManager-2f8eccd9.js → SnkFormConfigManager-9083c12f.js} +19 -21
- package/dist/cjs/{auth-fetcher-d407c31c.js → auth-fetcher-718ca8b4.js} +2 -2
- package/dist/cjs/{dataunit-fetcher-15a7cc88.js → dataunit-fetcher-076fcbf7.js} +1 -1
- package/dist/cjs/{form-config-fetcher-ab3ce222.js → form-config-fetcher-c7ec4ff9.js} +66 -3
- package/dist/cjs/index-f9e81701.js +4 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{pesquisa-fetcher-96c042aa.js → pesquisa-fetcher-a9c5a2f5.js} +1 -1
- package/dist/cjs/sankhyablocks.cjs.js +1 -1
- package/dist/cjs/snk-actions-button.cjs.entry.js +19 -11
- package/dist/cjs/snk-application.cjs.entry.js +60 -44
- package/dist/cjs/snk-attach.cjs.entry.js +9 -14
- package/dist/cjs/snk-configurator.cjs.entry.js +2 -1
- package/dist/cjs/snk-crud.cjs.entry.js +28 -11
- package/dist/cjs/snk-data-exporter.cjs.entry.js +3 -2
- package/dist/cjs/{snk-data-unit-e89e07bd.js → snk-data-unit-7cc1846d.js} +5 -5
- package/dist/cjs/snk-data-unit.cjs.entry.js +1 -1
- package/dist/cjs/snk-detail-view.cjs.entry.js +17 -13
- package/dist/cjs/snk-entity-list.cjs.entry.js +0 -4
- package/dist/cjs/snk-filter-bar.cjs.entry.js +15 -17
- package/dist/cjs/snk-filter-detail.cjs.entry.js +7 -16
- package/dist/cjs/snk-filter-modal-item.cjs.entry.js +6 -19
- package/dist/cjs/snk-form-config.cjs.entry.js +7 -17
- package/dist/cjs/snk-form-view.cjs.entry.js +6 -1
- package/dist/cjs/snk-form.cjs.entry.js +13 -8
- package/dist/cjs/snk-grid-config.cjs.entry.js +6 -6
- package/dist/cjs/snk-grid.cjs.entry.js +23 -22
- package/dist/cjs/{snk-guides-viewer-8518c61b.js → snk-guides-viewer-18e9666c.js} +19 -8
- package/dist/cjs/snk-guides-viewer.cjs.entry.js +10 -9
- package/dist/cjs/snk-personalized-filter.cjs.entry.js +14 -16
- package/dist/cjs/snk-print-selector.cjs.entry.js +2 -4
- package/dist/cjs/snk-simple-crud.cjs.entry.js +43 -85
- package/dist/cjs/snk-taskbar-custom-elements.cjs.entry.js +20 -0
- package/dist/cjs/snk-taskbar.cjs.entry.js +71 -5
- package/dist/cjs/{taskbar-elements-b98dd6e9.js → taskbar-elements-39949c7a.js} +4 -4
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/snk-actions-button/actions/index.js +3 -4
- package/dist/collection/components/snk-actions-button/snk-actions-button.js +8 -4
- package/dist/collection/components/snk-application/snk-application.js +120 -65
- package/dist/collection/components/snk-configurator/snk-configurator.js +19 -1
- package/dist/collection/components/snk-crud/snk-crud.js +44 -8
- package/dist/collection/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.js +60 -2
- package/dist/collection/components/snk-crud/subcomponents/snk-form-view.js +27 -1
- package/dist/collection/components/snk-crud/subcomponents/snk-guides-viewer.js +65 -28
- package/dist/collection/components/snk-data-unit/snk-data-unit.js +22 -6
- package/dist/collection/components/snk-entity-list/snk-entity-list.js +0 -23
- package/dist/collection/components/snk-filter-bar/filter-item/snk-filter-detail.js +8 -13
- package/dist/collection/components/snk-filter-bar/filter-modal/snk-filter-modal.js +1 -1
- package/dist/collection/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.js +21 -16
- package/dist/collection/components/snk-filter-bar/snk-filter-bar.js +28 -12
- package/dist/collection/components/snk-form/SnkFormConfigManager.js +17 -19
- package/dist/collection/components/snk-form/snk-form.js +46 -2
- package/dist/collection/components/snk-form/subcomponents/snk-form-config/snk-form-config.js +5 -15
- package/dist/collection/components/snk-grid/snk-grid.js +108 -16
- package/dist/collection/components/snk-grid/subcomponents/snk-grid-config/snk-grid-config.js +19 -1
- package/dist/collection/components/snk-personalized-filter/snk-personalized-filter.js +28 -12
- package/dist/collection/components/snk-simple-crud/snk-simple-crud.js +23 -1
- package/dist/collection/components/snk-taskbar/elements/taskbar-elements.js +4 -4
- package/dist/collection/components/snk-taskbar/snk-taskbar-custom-elements.js +43 -0
- package/dist/collection/components/snk-taskbar/snk-taskbar.css +4 -0
- package/dist/collection/components/snk-taskbar/snk-taskbar.js +126 -5
- package/dist/collection/lib/configs/ConfigStorage.js +33 -44
- package/dist/collection/lib/dataUnit/InMemoryLoader.js +23 -71
- package/dist/collection/lib/http/data-fetcher/DataFetcher.js +48 -33
- package/dist/collection/lib/http/data-fetcher/fetchers/filter-bar-config-fetcher.js +0 -24
- package/dist/collection/lib/index.js +10 -0
- package/dist/collection/lib/resourceid/ResourceIDUtils.js +7 -0
- package/dist/collection/lib/utils/PrintUtils.js +18 -9
- package/dist/collection/lib/utils/urlutils.js +29 -0
- package/dist/components/ConfigStorage.js +161 -48
- package/dist/components/DataFetcher.js +80 -235
- package/dist/components/PrintUtils.js +213 -0
- package/dist/components/ResourceIDUtils.js +10 -0
- package/dist/components/SnkFormConfigManager.js +17 -19
- package/dist/components/auth-fetcher.js +1 -1
- package/dist/components/form-config-fetcher.js +64 -2
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/snk-actions-button2.js +23 -9
- package/dist/components/snk-application2.js +145 -129
- package/dist/components/snk-attach2.js +1 -8
- package/dist/components/snk-configurator2.js +3 -1
- package/dist/components/snk-crud.js +27 -8
- package/dist/components/snk-data-unit2.js +6 -5
- package/dist/components/snk-detail-view2.js +26 -10
- package/dist/components/snk-entity-list.js +0 -4
- package/dist/components/snk-filter-bar2.js +12 -12
- package/dist/components/snk-filter-detail2.js +8 -13
- package/dist/components/snk-filter-modal-item2.js +5 -16
- package/dist/components/snk-form-config2.js +5 -15
- package/dist/components/snk-form-view2.js +6 -1
- package/dist/components/snk-form.js +9 -2
- package/dist/components/snk-grid-config2.js +4 -2
- package/dist/components/snk-grid2.js +24 -17
- package/dist/components/snk-personalized-filter2.js +11 -11
- package/dist/components/snk-print-selector.js +1 -1
- package/dist/components/snk-simple-crud2.js +30 -73
- package/dist/components/snk-taskbar-custom-elements.d.ts +11 -0
- package/dist/components/snk-taskbar-custom-elements.js +35 -0
- package/dist/components/snk-taskbar2.js +81 -9
- package/dist/esm/{ConfigStorage-1090289a.js → ConfigStorage-8d420626.js} +162 -49
- package/dist/esm/{DataFetcher-a4ed43e7.js → DataFetcher-e97b3942.js} +80 -235
- package/dist/esm/ISave-4412b20c.js +8 -0
- package/dist/esm/PrintUtils-3e4ff0f5.js +213 -0
- package/dist/esm/ResourceIDUtils-a114189a.js +10 -0
- package/dist/esm/{SnkFormConfigManager-de537eca.js → SnkFormConfigManager-4c6a5b41.js} +19 -21
- package/dist/esm/{auth-fetcher-c53e0d6c.js → auth-fetcher-55e5cbce.js} +1 -1
- package/dist/esm/{dataunit-fetcher-8d0bfa4a.js → dataunit-fetcher-716a99ca.js} +1 -1
- package/dist/esm/{form-config-fetcher-4065db9a.js → form-config-fetcher-b69da2f1.js} +65 -3
- package/dist/esm/index-a7d3d3f1.js +4 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{pesquisa-fetcher-7460b876.js → pesquisa-fetcher-c9a53822.js} +1 -1
- package/dist/esm/sankhyablocks.js +1 -1
- package/dist/esm/snk-actions-button.entry.js +19 -11
- package/dist/esm/snk-application.entry.js +60 -44
- package/dist/esm/snk-attach.entry.js +5 -10
- package/dist/esm/snk-configurator.entry.js +2 -1
- package/dist/esm/snk-crud.entry.js +30 -13
- package/dist/esm/snk-data-exporter.entry.js +3 -2
- package/dist/esm/{snk-data-unit-8c4d944d.js → snk-data-unit-1715d2f1.js} +5 -5
- package/dist/esm/snk-data-unit.entry.js +1 -1
- package/dist/esm/snk-detail-view.entry.js +17 -13
- package/dist/esm/snk-entity-list.entry.js +0 -4
- package/dist/esm/snk-filter-bar.entry.js +15 -17
- package/dist/esm/snk-filter-detail.entry.js +8 -17
- package/dist/esm/snk-filter-modal-item.entry.js +7 -20
- package/dist/esm/snk-form-config.entry.js +8 -18
- package/dist/esm/snk-form-view.entry.js +6 -1
- package/dist/esm/snk-form.entry.js +13 -8
- package/dist/esm/snk-grid-config.entry.js +6 -6
- package/dist/esm/snk-grid.entry.js +23 -22
- package/dist/esm/{snk-guides-viewer-cdecff6e.js → snk-guides-viewer-2e97c0c3.js} +19 -8
- package/dist/esm/snk-guides-viewer.entry.js +10 -9
- package/dist/esm/snk-personalized-filter.entry.js +14 -16
- package/dist/esm/snk-print-selector.entry.js +1 -3
- package/dist/esm/snk-simple-crud.entry.js +34 -76
- package/dist/esm/snk-taskbar-custom-elements.entry.js +16 -0
- package/dist/esm/snk-taskbar.entry.js +71 -5
- package/dist/esm/{taskbar-elements-2c761819.js → taskbar-elements-0a6b8b95.js} +4 -4
- package/dist/sankhyablocks/p-0b19beb9.entry.js +1 -0
- package/dist/sankhyablocks/p-110136be.entry.js +1 -0
- package/dist/sankhyablocks/p-12e48665.entry.js +1 -0
- package/dist/sankhyablocks/p-236cd346.js +1 -0
- package/dist/sankhyablocks/p-324ce41e.entry.js +1 -0
- package/dist/sankhyablocks/p-34604220.entry.js +1 -0
- package/dist/sankhyablocks/p-41f81c72.js +1 -0
- package/dist/sankhyablocks/{p-b04fb9d4.js → p-4e701fa7.js} +1 -1
- package/dist/sankhyablocks/p-615874db.js +56 -0
- package/dist/sankhyablocks/p-648a7c72.entry.js +1 -0
- package/dist/sankhyablocks/p-688dcb4c.js +1 -0
- package/dist/sankhyablocks/p-72fc257b.entry.js +1 -0
- package/dist/sankhyablocks/p-7453735e.entry.js +1 -0
- package/dist/sankhyablocks/p-776514a8.entry.js +11 -0
- package/dist/sankhyablocks/p-81392ced.js +26 -0
- package/dist/sankhyablocks/p-8d884fab.js +1 -0
- package/dist/sankhyablocks/p-989937ee.entry.js +1 -0
- package/dist/sankhyablocks/p-9a270401.entry.js +1 -0
- package/dist/sankhyablocks/p-9e7d65a4.js +1 -0
- package/dist/sankhyablocks/p-a2854b5a.entry.js +1 -0
- package/dist/sankhyablocks/p-c149dca8.entry.js +1 -0
- package/dist/sankhyablocks/p-c303d74f.entry.js +1 -0
- package/dist/sankhyablocks/p-c51a4f28.entry.js +1 -0
- package/dist/sankhyablocks/p-c555075c.entry.js +1 -0
- package/dist/sankhyablocks/{p-a2493d11.js → p-c9841939.js} +1 -1
- package/dist/sankhyablocks/p-ce6d7e3f.js +1 -0
- package/dist/sankhyablocks/p-cee68227.entry.js +1 -0
- package/dist/sankhyablocks/p-d4f9ee17.entry.js +1 -0
- package/dist/sankhyablocks/p-e1cb1f0b.js +1 -0
- package/dist/sankhyablocks/{p-b978da60.js → p-e696a8f6.js} +1 -1
- package/dist/sankhyablocks/p-e6c00493.entry.js +1 -0
- package/dist/sankhyablocks/p-ecbb878e.entry.js +1 -0
- package/dist/sankhyablocks/{p-9d18017a.js → p-f390386d.js} +1 -1
- package/dist/sankhyablocks/p-fbb4597a.entry.js +1 -0
- package/dist/sankhyablocks/p-ff2f2152.entry.js +1 -0
- package/dist/sankhyablocks/p-ff8778e6.entry.js +1 -0
- package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
- package/dist/types/components/snk-actions-button/actions/index.d.ts +2 -1
- package/dist/types/components/snk-application/snk-application.d.ts +9 -22
- package/dist/types/components/snk-configurator/snk-configurator.d.ts +4 -0
- package/dist/types/components/snk-crud/snk-crud.d.ts +6 -0
- package/dist/types/components/snk-crud/subcomponents/snk-detail-view/snk-detail-view.d.ts +12 -0
- package/dist/types/components/snk-crud/subcomponents/snk-form-view.d.ts +5 -0
- package/dist/types/components/snk-crud/subcomponents/snk-guides-viewer.d.ts +13 -2
- package/dist/types/components/snk-data-unit/snk-data-unit.d.ts +4 -0
- package/dist/types/components/snk-entity-list/snk-entity-list.d.ts +0 -4
- package/dist/types/components/snk-filter-bar/filter-item/snk-filter-detail.d.ts +0 -3
- package/dist/types/components/snk-filter-bar/filter-modal/snk-filter-modal.d.ts +1 -1
- package/dist/types/components/snk-filter-bar/filter-modal/subcomponents/snk-filter-modal-item.d.ts +5 -4
- package/dist/types/components/snk-filter-bar/snk-filter-bar.d.ts +4 -0
- package/dist/types/components/snk-form/SnkFormConfigManager.d.ts +5 -4
- package/dist/types/components/snk-form/snk-form.d.ts +9 -1
- package/dist/types/components/snk-form/subcomponents/snk-form-config/snk-form-config.d.ts +0 -2
- package/dist/types/components/snk-grid/snk-grid.d.ts +17 -1
- package/dist/types/components/snk-grid/subcomponents/snk-grid-config/snk-grid-config.d.ts +4 -0
- package/dist/types/components/snk-personalized-filter/snk-personalized-filter.d.ts +5 -1
- package/dist/types/components/snk-simple-crud/snk-simple-crud.d.ts +4 -0
- package/dist/types/components/snk-taskbar/processor/taskbar-processor.d.ts +2 -2
- package/dist/types/components/snk-taskbar/snk-taskbar-custom-elements.d.ts +7 -0
- package/dist/types/components/snk-taskbar/snk-taskbar.d.ts +27 -0
- package/dist/types/components.d.ts +203 -22
- package/dist/types/lib/configs/ConfigStorage.d.ts +11 -13
- package/dist/types/lib/dataUnit/InMemoryLoader.d.ts +2 -8
- package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +1 -1
- package/dist/types/lib/http/data-fetcher/fetchers/filter-bar-config-fetcher.d.ts +0 -1
- package/dist/types/lib/index.d.ts +11 -0
- package/dist/types/lib/resourceid/ResourceIDUtils.d.ts +3 -0
- package/dist/types/lib/utils/PrintUtils.d.ts +1 -0
- package/dist/types/lib/utils/urlutils.d.ts +14 -0
- package/package.json +2 -2
- package/react/components.d.ts +1 -0
- package/react/components.js +1 -0
- package/react/components.js.map +1 -1
- package/dist/cjs/filter-bar-config-fetcher-24548cec.js +0 -155
- package/dist/cjs/resource-fetcher-64102551.js +0 -68
- package/dist/components/filter-bar-config-fetcher.js +0 -153
- package/dist/components/resource-fetcher.js +0 -66
- package/dist/esm/filter-bar-config-fetcher-2417b8cf.js +0 -153
- package/dist/esm/resource-fetcher-45a70066.js +0 -66
- package/dist/sankhyablocks/p-0848ee4d.entry.js +0 -1
- package/dist/sankhyablocks/p-0bd9c412.js +0 -1
- package/dist/sankhyablocks/p-0fb83448.js +0 -1
- package/dist/sankhyablocks/p-10b2aedc.entry.js +0 -1
- package/dist/sankhyablocks/p-1f63dcd4.entry.js +0 -1
- package/dist/sankhyablocks/p-216b2102.entry.js +0 -1
- package/dist/sankhyablocks/p-216f081a.entry.js +0 -1
- package/dist/sankhyablocks/p-44e66c8d.js +0 -1
- package/dist/sankhyablocks/p-4514fc6a.entry.js +0 -1
- package/dist/sankhyablocks/p-50c13cc8.entry.js +0 -1
- package/dist/sankhyablocks/p-52c6b2e7.js +0 -1
- package/dist/sankhyablocks/p-564efc43.js +0 -1
- package/dist/sankhyablocks/p-5994af77.js +0 -56
- package/dist/sankhyablocks/p-6bb904bb.entry.js +0 -1
- package/dist/sankhyablocks/p-6e06175e.entry.js +0 -1
- package/dist/sankhyablocks/p-6f0795c8.entry.js +0 -1
- package/dist/sankhyablocks/p-7588f006.entry.js +0 -1
- package/dist/sankhyablocks/p-847e6c20.js +0 -17
- package/dist/sankhyablocks/p-8f3652bf.entry.js +0 -11
- package/dist/sankhyablocks/p-9471cbc9.entry.js +0 -1
- package/dist/sankhyablocks/p-a42dd503.entry.js +0 -1
- package/dist/sankhyablocks/p-befbc9ee.entry.js +0 -1
- package/dist/sankhyablocks/p-c32b9d7c.entry.js +0 -1
- package/dist/sankhyablocks/p-c6380ea2.entry.js +0 -1
- package/dist/sankhyablocks/p-c6feb995.entry.js +0 -1
- package/dist/sankhyablocks/p-d7c7a289.entry.js +0 -1
- package/dist/sankhyablocks/p-de69b4b0.entry.js +0 -1
- package/dist/sankhyablocks/p-f3b7b69e.js +0 -10
- package/dist/sankhyablocks/p-f7eded3a.entry.js +0 -1
- package/dist/sankhyablocks/p-ff7383b0.entry.js +0 -1
@@ -8,6 +8,7 @@ import { PrintUtils } from '../../utils/PrintUtils';
|
|
8
8
|
export class DataFetcher {
|
9
9
|
constructor() {
|
10
10
|
this.GRAPHQL_PATH = `/${window.MGE_MODULE_NAME || 'mgefin-bff'}/graphql`;
|
11
|
+
this.ready = true;
|
11
12
|
this.watingRequestsById = new Map();
|
12
13
|
}
|
13
14
|
static get() {
|
@@ -18,6 +19,9 @@ export class DataFetcher {
|
|
18
19
|
DataFetcher.instance.resume();
|
19
20
|
}
|
20
21
|
else {
|
22
|
+
if (ApplicationContext.getContextValue("__SNK__APPLICATION__LOADING__") === true) {
|
23
|
+
DataFetcher.instance.pause();
|
24
|
+
}
|
21
25
|
application.addEventListener('applicationLoading', () => DataFetcher.instance.pause());
|
22
26
|
application.addEventListener('applicationLoaded', () => DataFetcher.instance.resume());
|
23
27
|
}
|
@@ -76,6 +80,10 @@ export class DataFetcher {
|
|
76
80
|
}
|
77
81
|
async callGraphQL(req) {
|
78
82
|
var _a;
|
83
|
+
if (this.ready) {
|
84
|
+
this.pause();
|
85
|
+
window.requestAnimationFrame(() => this.resume());
|
86
|
+
}
|
79
87
|
const reqKey = this.getReqKey(req);
|
80
88
|
req.queryID = reqKey;
|
81
89
|
req.values.queryID = reqKey;
|
@@ -105,7 +113,7 @@ export class DataFetcher {
|
|
105
113
|
if (!this.watingRequestsById.has(reqKey)) {
|
106
114
|
this.watingRequestsById.set(reqKey, new WaitingRequest(req));
|
107
115
|
}
|
108
|
-
return (_a = this.
|
116
|
+
return (_a = this.watingRequestsById.get(reqKey)) === null || _a === void 0 ? void 0 : _a.promise;
|
109
117
|
}
|
110
118
|
}
|
111
119
|
resolveURL() {
|
@@ -147,9 +155,9 @@ export class DataFetcher {
|
|
147
155
|
}
|
148
156
|
});
|
149
157
|
}
|
150
|
-
processPrinting(payload) {
|
158
|
+
async processPrinting(payload) {
|
151
159
|
if ((payload === null || payload === void 0 ? void 0 : payload.pendingPrinting) === 'true') {
|
152
|
-
PrintUtils.getInstance().processPendingPrinting(payload === null || payload === void 0 ? void 0 : payload.transactionId);
|
160
|
+
await PrintUtils.getInstance().processPendingPrinting(payload === null || payload === void 0 ? void 0 : payload.transactionId);
|
153
161
|
}
|
154
162
|
if ('localPrintings' in payload) {
|
155
163
|
PrintUtils.getInstance().processLocalPrinting(payload === null || payload === void 0 ? void 0 : payload.localPrintings);
|
@@ -197,11 +205,18 @@ export class DataFetcher {
|
|
197
205
|
http.open("POST", url, true);
|
198
206
|
http.withCredentials = true;
|
199
207
|
http.send(ObjectUtils.objectToString(payloadJson));
|
200
|
-
http.onreadystatechange = () => {
|
208
|
+
http.onreadystatechange = async () => {
|
201
209
|
var _a;
|
202
210
|
if (http.readyState == 4 && http.status == 200) {
|
203
211
|
try {
|
204
212
|
const jsonResp = JSON.parse(http.responseText);
|
213
|
+
/**
|
214
|
+
* Este trecho difere do projeto HTML5 devido à decisão de adotar uma abordagem síncrona para esta chamada. Isso é justificado pelo fato de que, no cenário em questão, a abordagem assíncrona teria impactos negativos.
|
215
|
+
*
|
216
|
+
* Descrição do caso de uso:
|
217
|
+
* Ao concluir um recebimento com cartão (Movimentação Financeira), é acionado um EzDialog de confirmação. Posteriormente, a PopUp de impressão é exibida, e, ao ser cancelada, gera a invocação de um novo EzDialog.
|
218
|
+
*/
|
219
|
+
await this.processPrinting(jsonResp);
|
205
220
|
if (this.isServiceBrokerError(jsonResp)) {
|
206
221
|
reject(this.processServiceBrokerErrorInfo(jsonResp));
|
207
222
|
}
|
@@ -215,7 +230,6 @@ export class DataFetcher {
|
|
215
230
|
}
|
216
231
|
}
|
217
232
|
this.proccessServiceBorkerClientEvents(jsonResp === null || jsonResp === void 0 ? void 0 : jsonResp.clientEvents, serviceName, payloadJson, accept, reject);
|
218
|
-
this.processPrinting(jsonResp);
|
219
233
|
}
|
220
234
|
catch (err) {
|
221
235
|
console.warn(`Erro ao executar serviço: ${err}`);
|
@@ -253,42 +267,43 @@ export class DataFetcher {
|
|
253
267
|
getQueryTemplate(re) {
|
254
268
|
return (re.query || "").replaceAll("$queryAlias$", re.queryID);
|
255
269
|
}
|
256
|
-
getWatingRequest(reqID) {
|
257
|
-
return this.watingRequestsById.get(reqID);
|
258
|
-
}
|
259
270
|
pause() {
|
260
271
|
this.ready = false;
|
261
272
|
}
|
262
273
|
async resume() {
|
263
274
|
this.ready = true;
|
264
275
|
if (this.watingRequestsById.size > 0) {
|
265
|
-
const
|
266
|
-
this.watingRequestsById
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
276
|
+
const waitinRequests = this.watingRequestsById;
|
277
|
+
this.watingRequestsById = new Map();
|
278
|
+
this.executePendingRequest(waitinRequests);
|
279
|
+
}
|
280
|
+
}
|
281
|
+
async executePendingRequest(watingRequestsById) {
|
282
|
+
const requestsBatch = [];
|
283
|
+
watingRequestsById.forEach(async (waitingReq) => {
|
284
|
+
let query = this.getQueryTemplate(waitingReq.request);
|
285
|
+
requestsBatch.push({ document: query, variables: Object.assign({}, waitingReq.request.values) });
|
286
|
+
});
|
287
|
+
let res = undefined;
|
288
|
+
let dataResponse = [];
|
289
|
+
let errorsResponse = [];
|
290
|
+
res = await this.fecthGrapql(requestsBatch);
|
291
|
+
dataResponse = res.data;
|
292
|
+
errorsResponse = res.errors;
|
293
|
+
//Reject promises with errors from query
|
294
|
+
errorsResponse.forEach((errorResponse) => {
|
295
|
+
Object.entries(errorResponse).forEach(([_key, val]) => {
|
296
|
+
var _a;
|
297
|
+
(((_a = watingRequestsById.get(val.request.variables[val.index].queryID)) === null || _a === void 0 ? void 0 : _a.reject) || Promise.reject)(new ErrorException("Falha detectada", val.message));
|
282
298
|
});
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
299
|
+
});
|
300
|
+
//Resolve promises with data from query
|
301
|
+
dataResponse.forEach((data) => {
|
302
|
+
Object.entries(data).forEach(([key, val]) => {
|
303
|
+
var _a;
|
304
|
+
(((_a = watingRequestsById.get(key)) === null || _a === void 0 ? void 0 : _a.resolve) || Promise.resolve)(val);
|
289
305
|
});
|
290
|
-
|
291
|
-
}
|
306
|
+
});
|
292
307
|
}
|
293
308
|
async fecthGrapql(request) {
|
294
309
|
let res = undefined;
|
@@ -91,30 +91,6 @@ export default class FilterBarConfigFetcher extends ResourceFetcher {
|
|
91
91
|
});
|
92
92
|
});
|
93
93
|
}
|
94
|
-
saveEntityListConfig(item, resourceID, configName) {
|
95
|
-
return new Promise((accept, reject) => {
|
96
|
-
this.getConfig(resourceID, configName).then(config => {
|
97
|
-
const state = config.map(({ id, value, fixed, visible, type, groupedItems }) => {
|
98
|
-
return Object.assign(Object.assign(Object.assign(Object.assign({ id }, (value && { value: normalizeValue(value, type) })), (fixed && { fixed })), (visible && { visible: true })), { groupedItems });
|
99
|
-
});
|
100
|
-
const index = state.findIndex(({ id }) => id === item.id);
|
101
|
-
const newItem = { id: item.id, value: normalizeValue(item.value, item.type), fixed: item.fixed, visible: true };
|
102
|
-
if (index > -1) {
|
103
|
-
state[index] = newItem;
|
104
|
-
}
|
105
|
-
else {
|
106
|
-
state.push(newItem);
|
107
|
-
}
|
108
|
-
this.saveResource(state, this.getPath(resourceID, configName)).then(resp => {
|
109
|
-
accept(resp);
|
110
|
-
}).catch(exception => {
|
111
|
-
reject(exception);
|
112
|
-
});
|
113
|
-
}).catch(exception => {
|
114
|
-
reject(exception);
|
115
|
-
});
|
116
|
-
});
|
117
|
-
}
|
118
94
|
buildFieldList(items) {
|
119
95
|
return items.map(item => {
|
120
96
|
var _a, _b;
|
@@ -2,3 +2,13 @@ export { DataFetcher } from './http/data-fetcher/DataFetcher';
|
|
2
2
|
export { PesquisaFetcher } from './http/data-fetcher/fetchers/pesquisa-fetcher';
|
3
3
|
export { CrudUtils } from './utils/CrudUtils';
|
4
4
|
export { PresentationMode } from "./@types";
|
5
|
+
export { TotalsFetcher } from './http/data-fetcher/fetchers/totals-fetcher';
|
6
|
+
export { default as ApplicationConfigFetcher } from './http/data-fetcher/fetchers/application-config-fetcher';
|
7
|
+
export { AttachFetcher } from './http/data-fetcher/fetchers/attach-fetcher';
|
8
|
+
export { default as DataUnitFetcher } from './http/data-fetcher/fetchers/dataunit-fetcher';
|
9
|
+
export { default as FilterBarConfigFetcher } from './http/data-fetcher/fetchers/filter-bar-config-fetcher';
|
10
|
+
export { FormConfigFetcher } from './http/data-fetcher/fetchers/form-config-fetcher';
|
11
|
+
export { default as GridConfigFetcher } from './http/data-fetcher/fetchers/grid-config-fetcher';
|
12
|
+
export { default as ParametersFetcher } from './http/data-fetcher/fetchers/parameters-fecher';
|
13
|
+
export { default as PersonalizedFilterFetcher } from './http/data-fetcher/fetchers/personalized-filter-fetcher';
|
14
|
+
export { ResourceFetcher } from './http/data-fetcher/fetchers/resource-fetcher';
|
@@ -1,8 +1,9 @@
|
|
1
|
-
import { StringUtils } from "@sankhyalabs/core";
|
2
|
-
import { DataFetcher } from "../http/data-fetcher/DataFetcher";
|
1
|
+
import { ApplicationContext, StringUtils } from "@sankhyalabs/core";
|
3
2
|
export class PrintUtils {
|
4
3
|
constructor() {
|
5
4
|
this.appletImpressao = new AppletImpressao();
|
5
|
+
const application = ApplicationContext.getContextValue("__SNK__APPLICATION__");
|
6
|
+
application.getDataFetcher().then(result => this.DataFetcher = result);
|
6
7
|
}
|
7
8
|
static getInstance() {
|
8
9
|
if (!PrintUtils.instance) {
|
@@ -23,12 +24,18 @@ export class PrintUtils {
|
|
23
24
|
}
|
24
25
|
]
|
25
26
|
};
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
27
|
+
Promise.resolve(this.DataFetcher).then(async (res) => {
|
28
|
+
res = await Promise.resolve(this.DataFetcher);
|
29
|
+
while (!res || !res.application) {
|
30
|
+
res = await Promise.resolve(this.DataFetcher);
|
31
|
+
}
|
32
|
+
const response = await res.application.callServiceBroker(PrintUtils.SERVICE_FIND_PENDING_PRINTS, JSON.stringify(requestBody));
|
33
|
+
const printJobData = this.parsePrintData(response);
|
34
|
+
const pendingPrints = await this.processDirectPrint(printJobData);
|
35
|
+
if (!pendingPrints.length)
|
36
|
+
return;
|
37
|
+
this.openSnkPrintSelector(Object.assign(Object.assign({}, printJobData), { pendingPrinters: pendingPrints }));
|
38
|
+
});
|
32
39
|
}
|
33
40
|
getLocalPrinters() {
|
34
41
|
const localPrinters = this.appletImpressao.findLocalPrinters();
|
@@ -125,7 +132,9 @@ export class PrintUtils {
|
|
125
132
|
}
|
126
133
|
}
|
127
134
|
};
|
128
|
-
|
135
|
+
Promise.resolve(this.DataFetcher).then(async (res) => {
|
136
|
+
await res.application.callServiceBroker(PrintUtils.SERVICE_SAVE_SUBSTITUTE_PRINTER, JSON.stringify(requestBody));
|
137
|
+
});
|
129
138
|
}
|
130
139
|
async processDirectPrint(printJobData) {
|
131
140
|
const isWCRunning = this.appletImpressao.checkWebConnection();
|
@@ -22,4 +22,33 @@ export default class UrlUtils {
|
|
22
22
|
return window['mock_url'];
|
23
23
|
return `${location.protocol}//${location.hostname}${location.port ? ":" + location.port : ""}`;
|
24
24
|
}
|
25
|
+
/**
|
26
|
+
* Extrai da URL o parâmetro que contém o resourceId da tela desejada.
|
27
|
+
*
|
28
|
+
*/
|
29
|
+
static getResourceIdFromUrlToken(url) {
|
30
|
+
try {
|
31
|
+
const parts = url.split('/');
|
32
|
+
const encodedValue = parts[1];
|
33
|
+
return atob(encodedValue);
|
34
|
+
}
|
35
|
+
catch (error) {
|
36
|
+
throw new Error('Erro ao obter resourceId:' + error);
|
37
|
+
}
|
38
|
+
}
|
39
|
+
/**
|
40
|
+
* Extrai da URL o parâmetro que contém o o objeto com a PK do registro específico.
|
41
|
+
*
|
42
|
+
*/
|
43
|
+
static getPkObjectFromUrlToken(url) {
|
44
|
+
try {
|
45
|
+
const parts = url.split('/');
|
46
|
+
const encodedObjectPart = parts[parts.length - 2];
|
47
|
+
const decodedObjectPart = atob(encodedObjectPart);
|
48
|
+
return JSON.parse(decodedObjectPart);
|
49
|
+
}
|
50
|
+
catch (error) {
|
51
|
+
throw new Error('Erro ao obter a PK do objeto:' + error);
|
52
|
+
}
|
53
|
+
}
|
25
54
|
}
|
@@ -1,9 +1,132 @@
|
|
1
|
-
import {
|
2
|
-
import { F as
|
3
|
-
import { R as ResourceFetcher } from './resource-fetcher.js';
|
4
|
-
import { F as FilterBarConfigFetcher } from './filter-bar-config-fetcher.js';
|
1
|
+
import { R as ResourceFetcher, F as FormConfigFetcher } from './form-config-fetcher.js';
|
2
|
+
import { F as FilterItemType } from './filter-item-type.enum.js';
|
5
3
|
import { d as dist, D as DataFetcher } from './DataFetcher.js';
|
6
4
|
|
5
|
+
var __rest = (undefined && undefined.__rest) || function (s, e) {
|
6
|
+
var t = {};
|
7
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
8
|
+
t[p] = s[p];
|
9
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
10
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
11
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
12
|
+
t[p[i]] = s[p[i]];
|
13
|
+
}
|
14
|
+
return t;
|
15
|
+
};
|
16
|
+
function normalizeValue(value, type) {
|
17
|
+
if (value == undefined) {
|
18
|
+
return value;
|
19
|
+
}
|
20
|
+
if (value instanceof Date) {
|
21
|
+
return value.toISOString();
|
22
|
+
}
|
23
|
+
if (typeof value === "object") {
|
24
|
+
if (value instanceof Array) {
|
25
|
+
return value.map(item => {
|
26
|
+
if (FilterItemType.MULTI_LIST === type) {
|
27
|
+
const values = __rest(item, ["label"]);
|
28
|
+
return normalizeValue(values);
|
29
|
+
}
|
30
|
+
return normalizeValue(item);
|
31
|
+
});
|
32
|
+
}
|
33
|
+
else {
|
34
|
+
const normalized = Object.assign({}, value);
|
35
|
+
Object.keys(value).forEach(prop => {
|
36
|
+
if (value[prop] !== undefined) {
|
37
|
+
normalized[prop] = normalizeValue(value[prop], type);
|
38
|
+
}
|
39
|
+
else {
|
40
|
+
delete normalized[prop];
|
41
|
+
}
|
42
|
+
});
|
43
|
+
return normalized;
|
44
|
+
}
|
45
|
+
}
|
46
|
+
return value;
|
47
|
+
}
|
48
|
+
class FilterBarConfigFetcher extends ResourceFetcher {
|
49
|
+
normalize(items) {
|
50
|
+
return items.map(item => {
|
51
|
+
const { id, value, fixed, visible, type, groupedItems } = item;
|
52
|
+
const stateItem = { id };
|
53
|
+
if (value) {
|
54
|
+
stateItem["value"] = normalizeValue(value, type);
|
55
|
+
}
|
56
|
+
if (fixed) {
|
57
|
+
stateItem["fixed"] = fixed;
|
58
|
+
}
|
59
|
+
if (groupedItems) {
|
60
|
+
if (groupedItems.length === 0) {
|
61
|
+
return;
|
62
|
+
}
|
63
|
+
if (groupedItems.filter(item => item.visible).length > 0) {
|
64
|
+
stateItem["visible"] = true;
|
65
|
+
}
|
66
|
+
stateItem["groupedItems"] = this.normalize(groupedItems);
|
67
|
+
}
|
68
|
+
else {
|
69
|
+
if (visible) {
|
70
|
+
stateItem["visible"] = true;
|
71
|
+
}
|
72
|
+
}
|
73
|
+
return stateItem;
|
74
|
+
}).filter(item => item != undefined);
|
75
|
+
}
|
76
|
+
saveConfig(items, resourceID, configName) {
|
77
|
+
return this.saveResource(this.normalize(items), this.getPath(resourceID, configName));
|
78
|
+
}
|
79
|
+
getConfig(resourceID, configName, urlParams) {
|
80
|
+
return new Promise((accept, reject) => {
|
81
|
+
this.loadResource(this.getPath(resourceID, configName, urlParams))
|
82
|
+
.then((configAsString) => {
|
83
|
+
let fieldsList;
|
84
|
+
if (configAsString) {
|
85
|
+
const filterBarConfig = JSON.parse(configAsString);
|
86
|
+
fieldsList = this.buildFieldList(filterBarConfig.items);
|
87
|
+
}
|
88
|
+
accept(fieldsList || []);
|
89
|
+
})
|
90
|
+
.catch((error) => {
|
91
|
+
reject(error);
|
92
|
+
});
|
93
|
+
});
|
94
|
+
}
|
95
|
+
buildFieldList(items) {
|
96
|
+
return items.map(item => {
|
97
|
+
var _a, _b;
|
98
|
+
if (item.type === FilterItemType.MULTI_LIST) {
|
99
|
+
const multiListValue = item.value;
|
100
|
+
item.value = (_b = (_a = multiListValue === null || multiListValue === void 0 ? void 0 : multiListValue.elements) !== null && _a !== void 0 ? _a : multiListValue === null || multiListValue === void 0 ? void 0 : multiListValue.members) !== null && _b !== void 0 ? _b : multiListValue;
|
101
|
+
}
|
102
|
+
return item;
|
103
|
+
});
|
104
|
+
}
|
105
|
+
getPath(resourceID, name, urlParams) {
|
106
|
+
let path = `cfg://filter/FilterBarState:${resourceID}`;
|
107
|
+
if (name) {
|
108
|
+
path += `.${name}`;
|
109
|
+
}
|
110
|
+
if (urlParams) {
|
111
|
+
path += this.buildQueryString(urlParams);
|
112
|
+
}
|
113
|
+
return path;
|
114
|
+
}
|
115
|
+
buildQueryString(urlParams) {
|
116
|
+
let queryString = '?';
|
117
|
+
for (let key in urlParams) {
|
118
|
+
if (!urlParams.hasOwnProperty(key)) {
|
119
|
+
continue;
|
120
|
+
}
|
121
|
+
if (queryString.length > 1) {
|
122
|
+
queryString += '&';
|
123
|
+
}
|
124
|
+
queryString += key + '=' + urlParams[key];
|
125
|
+
}
|
126
|
+
return queryString;
|
127
|
+
}
|
128
|
+
}
|
129
|
+
|
7
130
|
class GridConfigFetcher extends ResourceFetcher {
|
8
131
|
constructor() {
|
9
132
|
super(...arguments);
|
@@ -218,83 +341,73 @@ const CONFIG_SOURCE = {
|
|
218
341
|
filterBar: "filterBar"
|
219
342
|
};
|
220
343
|
class ConfigStorage {
|
221
|
-
static
|
222
|
-
|
223
|
-
|
224
|
-
if (application != undefined) {
|
225
|
-
const configName = application.configName;
|
226
|
-
const resourceID = await application.getResourceID();
|
227
|
-
ConfigStorage.instance = new ConfigStorage();
|
228
|
-
ConfigStorage.resourceID = resourceID;
|
229
|
-
ConfigStorage.instance.loadFormConfig(configName);
|
230
|
-
ConfigStorage.instance.loadGridConfig(configName);
|
231
|
-
}
|
232
|
-
}
|
233
|
-
return this.instance;
|
344
|
+
static preload(resourceID, configName) {
|
345
|
+
ConfigStorage.loadFormConfig(configName, resourceID);
|
346
|
+
ConfigStorage.loadGridConfig(configName, resourceID);
|
234
347
|
}
|
235
|
-
async loadFilterBarConfig(name, urlParams) {
|
236
|
-
const cacheID = ConfigStorage.buildCacheID(name, CONFIG_SOURCE.filterBar);
|
348
|
+
static async loadFilterBarConfig(name, resourceID, urlParams) {
|
349
|
+
const cacheID = ConfigStorage.buildCacheID(name, CONFIG_SOURCE.filterBar, resourceID);
|
237
350
|
if (!ConfigStorage.configById.has(cacheID)) {
|
238
|
-
ConfigStorage.configById.set(cacheID, ConfigStorage.filterBarConfigFetcher.getConfig(
|
351
|
+
ConfigStorage.configById.set(cacheID, ConfigStorage.filterBarConfigFetcher.getConfig(resourceID, name, urlParams));
|
239
352
|
}
|
240
353
|
return ConfigStorage.configById.get(cacheID);
|
241
354
|
}
|
242
|
-
async loadFormConfig(name) {
|
243
|
-
const cacheID = ConfigStorage.buildCacheID(name, CONFIG_SOURCE.form);
|
355
|
+
static async loadFormConfig(name, resourceID) {
|
356
|
+
const cacheID = ConfigStorage.buildCacheID(name, CONFIG_SOURCE.form, resourceID);
|
244
357
|
if (!ConfigStorage.configById.has(cacheID)) {
|
245
|
-
ConfigStorage.configById.set(cacheID, ConfigStorage.formConfigFetcher.loadFormConfig(name,
|
358
|
+
ConfigStorage.configById.set(cacheID, ConfigStorage.formConfigFetcher.loadFormConfig(name, resourceID));
|
246
359
|
}
|
247
360
|
return ConfigStorage.configById.get(cacheID);
|
248
361
|
}
|
249
|
-
async loadGridConfig(name) {
|
250
|
-
const cacheID = ConfigStorage.buildCacheID(name, CONFIG_SOURCE.grid);
|
362
|
+
static async loadGridConfig(name, resourceID) {
|
363
|
+
const cacheID = ConfigStorage.buildCacheID(name, CONFIG_SOURCE.grid, resourceID);
|
251
364
|
if (!ConfigStorage.configById.has(cacheID)) {
|
252
|
-
ConfigStorage.configById.set(cacheID, ConfigStorage.gridConfigFetcher.getConfig(name,
|
365
|
+
ConfigStorage.configById.set(cacheID, ConfigStorage.gridConfigFetcher.getConfig(name, resourceID));
|
253
366
|
}
|
254
367
|
return ConfigStorage.configById.get(cacheID);
|
255
368
|
}
|
256
|
-
static async saveFilterBarConfig(config, name) {
|
257
|
-
const cacheID = this.buildCacheID(name, CONFIG_SOURCE.filterBar);
|
369
|
+
static async saveFilterBarConfig(config, name, resourceID) {
|
370
|
+
const cacheID = this.buildCacheID(name, CONFIG_SOURCE.filterBar, resourceID);
|
258
371
|
this.configById.delete(cacheID);
|
259
|
-
return this.filterBarConfigFetcher.saveConfig(config,
|
372
|
+
return this.filterBarConfigFetcher.saveConfig(config, resourceID, name);
|
260
373
|
}
|
261
|
-
static async saveFormConfig(config, name) {
|
262
|
-
const cacheID = this.buildCacheID(name, CONFIG_SOURCE.form);
|
374
|
+
static async saveFormConfig(config, name, resourceID) {
|
375
|
+
const cacheID = this.buildCacheID(name, CONFIG_SOURCE.form, resourceID);
|
263
376
|
this.configById.delete(cacheID);
|
264
|
-
return this.formConfigFetcher.saveConfig(config, name,
|
377
|
+
return this.formConfigFetcher.saveConfig(config, name, resourceID);
|
265
378
|
}
|
266
|
-
static async saveCardState(config, name) {
|
267
|
-
return this.formConfigFetcher.saveCardState(config, name,
|
379
|
+
static async saveCardState(config, name, resourceID) {
|
380
|
+
return this.formConfigFetcher.saveCardState(config, name, resourceID);
|
268
381
|
}
|
269
|
-
static async saveGridConfig(config, name) {
|
382
|
+
static async saveGridConfig(config, name, resourceID) {
|
270
383
|
if (config == undefined) {
|
271
384
|
return;
|
272
385
|
}
|
273
|
-
const cacheID = this.buildCacheID(name, CONFIG_SOURCE.grid);
|
386
|
+
const cacheID = this.buildCacheID(name, CONFIG_SOURCE.grid, resourceID);
|
274
387
|
this.configById.delete(cacheID);
|
275
|
-
return this.gridConfigFetcher.saveConfig(config, name,
|
388
|
+
return this.gridConfigFetcher.saveConfig(config, name, resourceID);
|
276
389
|
}
|
277
|
-
static async loadPersonalizedFilter(filterId, configName) {
|
278
|
-
return this.personalizedFilterFetcher.loadPersonalizedFilter(
|
390
|
+
static async loadPersonalizedFilter(filterId, resourceID, configName) {
|
391
|
+
return this.personalizedFilterFetcher.loadPersonalizedFilter(resourceID, filterId, configName);
|
279
392
|
}
|
280
|
-
static async savePersonalizedFilter(personalizedFilter, configName) {
|
393
|
+
static async savePersonalizedFilter(personalizedFilter, resourceID, configName) {
|
281
394
|
//Ao criar ou alterar um filtro personalizado,
|
282
395
|
//precisamos remover o cache do status da filterbar.
|
283
|
-
const cacheID = this.buildCacheID(configName, CONFIG_SOURCE.filterBar);
|
396
|
+
const cacheID = this.buildCacheID(configName, CONFIG_SOURCE.filterBar, resourceID);
|
284
397
|
this.configById.delete(cacheID);
|
285
|
-
return this.personalizedFilterFetcher.savePersonalizedFilter(personalizedFilter,
|
398
|
+
return this.personalizedFilterFetcher.savePersonalizedFilter(personalizedFilter, resourceID, configName);
|
286
399
|
}
|
287
|
-
static async removePersonalizedFilter(personalizedFilter, configName) {
|
288
|
-
return this.personalizedFilterFetcher.removePersonalizedFilter(personalizedFilter,
|
400
|
+
static async removePersonalizedFilter(personalizedFilter, resourceID, configName) {
|
401
|
+
return this.personalizedFilterFetcher.removePersonalizedFilter(personalizedFilter, resourceID, configName);
|
289
402
|
}
|
290
403
|
static async validatePersonalizedFilter(dataUnitName, expression) {
|
291
404
|
return this.personalizedFilterFetcher.validatePersonalizedFilter(dataUnitName, expression);
|
292
405
|
}
|
293
|
-
static buildCacheID(name, source) {
|
406
|
+
static buildCacheID(name, source, resourceID) {
|
294
407
|
if (name == undefined) {
|
295
|
-
return `req_${source}_${
|
408
|
+
return `req_${source}_${resourceID}`;
|
296
409
|
}
|
297
|
-
return `req_${source}_${name}_${
|
410
|
+
return `req_${source}_${name}_${resourceID}`;
|
298
411
|
}
|
299
412
|
}
|
300
413
|
ConfigStorage.configById = new Map();
|
@@ -303,4 +416,4 @@ ConfigStorage.formConfigFetcher = new FormConfigFetcher();
|
|
303
416
|
ConfigStorage.gridConfigFetcher = new GridConfigFetcher();
|
304
417
|
ConfigStorage.personalizedFilterFetcher = new PersonalizedFilterFetcher();
|
305
418
|
|
306
|
-
export { ConfigStorage as C,
|
419
|
+
export { ConfigStorage as C, PersonalizedFilterFetcher as P };
|