@kosdev-code/kos-ui-plugin 2.0.31 → 2.0.33
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/dev.js +1 -1
- package/{emotion-react-jsx-runtime.browser.esm-vwuMB3sI.js → emotion-react-jsx-runtime.browser.esm-by8ODyOQ.js} +3 -3
- package/{emotion-react-jsx-runtime.browser.esm-vwuMB3sI.js.map → emotion-react-jsx-runtime.browser.esm-by8ODyOQ.js.map} +1 -1
- package/index.cjs +4 -4
- package/index.cjs.map +1 -1
- package/index.js +73 -56
- package/index.js.map +1 -1
- package/lib/contexts/plugins-provider/plugins-provider.d.ts +18 -0
- package/lib/contexts/plugins-provider/plugins-provider.d.ts.map +1 -1
- package/package.json +2 -2
- package/resolve-best-extension-CqHaJSdN.js +590 -0
- package/resolve-best-extension-CqHaJSdN.js.map +1 -0
- package/resolve-best-extension-DSdPcuL3.cjs +2 -0
- package/resolve-best-extension-DSdPcuL3.cjs.map +1 -0
- package/utils.cjs +1 -1
- package/utils.cjs.map +1 -1
- package/utils.js +79 -358
- package/utils.js.map +1 -1
- package/resolve-best-extension-D5Ord7XK.cjs +0 -2
- package/resolve-best-extension-D5Ord7XK.cjs.map +0 -1
- package/resolve-best-extension-DAJIkfJh.js +0 -272
- package/resolve-best-extension-DAJIkfJh.js.map +0 -1
package/utils.js
CHANGED
|
@@ -1,326 +1,47 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
const
|
|
4
|
-
const n = i, o = e[i], r = s[o.experienceId] || {};
|
|
5
|
-
t[b] = t[b] || {}, t[b][n] = {
|
|
6
|
-
id: n,
|
|
7
|
-
type: "cui.definition",
|
|
8
|
-
data: o,
|
|
9
|
-
remote: o.remote,
|
|
10
|
-
sectionId: o.sectionId
|
|
11
|
-
}, r.id && (t[k] = t[k] || {}, t[k][n] = {
|
|
12
|
-
id: n,
|
|
13
|
-
type: "cui.view",
|
|
14
|
-
data: r,
|
|
15
|
-
remote: o.remote,
|
|
16
|
-
sectionId: o.sectionId
|
|
17
|
-
}), t[y] = t[y] || {};
|
|
18
|
-
const u = {
|
|
19
|
-
id: n,
|
|
20
|
-
type: "cui",
|
|
21
|
-
data: o,
|
|
22
|
-
view: r,
|
|
23
|
-
remote: o.remote,
|
|
24
|
-
sectionId: o.sectionId
|
|
25
|
-
};
|
|
26
|
-
return t[y][n] = u, t;
|
|
27
|
-
}, E = ({
|
|
28
|
-
contributionKey: s,
|
|
29
|
-
basePluginType: e,
|
|
30
|
-
keys: { EXTENSION_POINT: t, EXTENSION_POINT_DEF: i, EXTENSION_POINT_VIEW: n }
|
|
31
|
-
}) => (o, r) => (d, u) => {
|
|
32
|
-
const l = u, a = r[s][u], c = o[a.experienceId] || {};
|
|
33
|
-
i && (d[i] = d[i] || {}, d[i][l] = {
|
|
34
|
-
id: l,
|
|
35
|
-
type: `${e}.definition`,
|
|
36
|
-
data: a,
|
|
37
|
-
remote: a.remote,
|
|
38
|
-
sectionId: a.sectionId
|
|
39
|
-
}), c.id && n && (d[n] = d[n] || {}, d[n][l] = {
|
|
40
|
-
id: l,
|
|
41
|
-
type: `${e}.view`,
|
|
42
|
-
data: c,
|
|
43
|
-
remote: a.remote,
|
|
44
|
-
sectionId: a.sectionId
|
|
45
|
-
}), d[t] = d[t] || {};
|
|
46
|
-
const g = {
|
|
47
|
-
id: l,
|
|
48
|
-
type: `${e}`,
|
|
49
|
-
data: a,
|
|
50
|
-
view: c,
|
|
51
|
-
remote: a.remote,
|
|
52
|
-
sectionId: a.sectionId
|
|
53
|
-
};
|
|
54
|
-
return d[t][l] = g, d;
|
|
55
|
-
}, U = "ddk.dashboard.detail", q = "ddk.dashboard.detail.view", x = "ddk.ncui.dashboard.detail.config", K = E({
|
|
56
|
-
basePluginType: "dashboard.detail",
|
|
57
|
-
contributionKey: "dashboardDetailDefinitions",
|
|
58
|
-
keys: {
|
|
59
|
-
EXTENSION_POINT: x,
|
|
60
|
-
EXTENSION_POINT_DEF: U,
|
|
61
|
-
EXTENSION_POINT_VIEW: q
|
|
62
|
-
}
|
|
63
|
-
}), F = "ddk.dashboard.pump.detail", W = "ddk.dashboard.pump.detail.view", B = "ddk.dashboard.pump.detail.config", L = E({
|
|
64
|
-
basePluginType: "dashboard.pump.detail",
|
|
65
|
-
contributionKey: "dashboardPumpDetailDefinitions",
|
|
66
|
-
keys: {
|
|
67
|
-
EXTENSION_POINT: B,
|
|
68
|
-
EXTENSION_POINT_DEF: F,
|
|
69
|
-
EXTENSION_POINT_VIEW: W
|
|
70
|
-
}
|
|
71
|
-
}), H = "ddk.ncui.dashboard.config", j = E({
|
|
72
|
-
basePluginType: "dashboard",
|
|
73
|
-
contributionKey: "dashboardDefinitions",
|
|
74
|
-
keys: {
|
|
75
|
-
EXTENSION_POINT: H
|
|
76
|
-
}
|
|
77
|
-
}), M = "ddk.dashboard.summary", G = "ddk.dashboard.summary.view", z = "ddk.ncui.dashboard.summary.config", Y = E({
|
|
78
|
-
basePluginType: "dashboard.summary",
|
|
79
|
-
contributionKey: "dashboardSummaryDefinitions",
|
|
80
|
-
keys: {
|
|
81
|
-
EXTENSION_POINT: z,
|
|
82
|
-
EXTENSION_POINT_DEF: M,
|
|
83
|
-
EXTENSION_POINT_VIEW: G
|
|
84
|
-
}
|
|
85
|
-
}), Q = "cui.control.pour", J = "cui.control.pour.view", Z = "cui.control.pour.config", ee = E({
|
|
86
|
-
basePluginType: "control.pour",
|
|
87
|
-
contributionKey: "controlPourDefinitions",
|
|
88
|
-
keys: {
|
|
89
|
-
EXTENSION_POINT: Z,
|
|
90
|
-
EXTENSION_POINT_DEF: Q,
|
|
91
|
-
EXTENSION_POINT_VIEW: J
|
|
92
|
-
}
|
|
93
|
-
}), te = "ddk.nav.view", ie = "ddk.nav.view.view", se = "ddk.ncui.nav.view.config", ne = E({
|
|
94
|
-
basePluginType: "nav.view",
|
|
95
|
-
contributionKey: "navViewDefinitions",
|
|
96
|
-
keys: {
|
|
97
|
-
EXTENSION_POINT: se,
|
|
98
|
-
EXTENSION_POINT_DEF: te,
|
|
99
|
-
EXTENSION_POINT_VIEW: ie
|
|
100
|
-
}
|
|
101
|
-
}), P = "ddk.settings", V = "ddk.settings.view", O = "ddk.settings.group", S = "ddk.ncui.settings.config", oe = (s, e, t) => (i, n) => {
|
|
102
|
-
const o = t[n];
|
|
103
|
-
return i[O] = i[O] || {}, i[O][n] = {
|
|
104
|
-
id: n,
|
|
105
|
-
type: "settings.group",
|
|
106
|
-
data: t[n],
|
|
107
|
-
remote: o.remote,
|
|
108
|
-
sectionId: o.sectionId
|
|
109
|
-
}, Object.entries(e).filter(([, d]) => d.settingsGroup === n).map(([d]) => d).forEach((d) => {
|
|
110
|
-
const u = d, l = e[d], f = s[l.experienceId] || {};
|
|
111
|
-
i[O][n].data.settings = [
|
|
112
|
-
...i[O][n].data.settings,
|
|
113
|
-
u
|
|
114
|
-
], i[P] = i[P] || {}, i[P][u] = {
|
|
115
|
-
id: u,
|
|
116
|
-
type: "settings.definition",
|
|
117
|
-
data: l,
|
|
118
|
-
remote: l.remote,
|
|
119
|
-
sectionId: l.sectionId
|
|
120
|
-
}, f.id && (i[V] = i[V] || {}, i[V][u] = {
|
|
121
|
-
id: u,
|
|
122
|
-
type: "settings.view",
|
|
123
|
-
data: f,
|
|
124
|
-
remote: l.remote,
|
|
125
|
-
sectionId: l.sectionId
|
|
126
|
-
}), i[S] = i[S] || {};
|
|
127
|
-
const c = {
|
|
128
|
-
id: u,
|
|
129
|
-
type: "settings",
|
|
130
|
-
data: l,
|
|
131
|
-
view: f,
|
|
132
|
-
remote: l.remote,
|
|
133
|
-
sectionId: l.sectionId
|
|
134
|
-
};
|
|
135
|
-
i[S][u] = c;
|
|
136
|
-
}), i;
|
|
137
|
-
}, h = "ddk.setup", D = "ddk.setup.view", p = "ddk.ncui.setup.config", re = (s, e) => (t, i) => {
|
|
138
|
-
const n = i, o = e[i], r = s[o.experienceId] || {};
|
|
139
|
-
t[h] = t[h] || {}, t[h][n] = {
|
|
140
|
-
id: n,
|
|
141
|
-
type: "setup.definition",
|
|
142
|
-
data: o,
|
|
143
|
-
remote: o.remote,
|
|
144
|
-
sectionId: o.sectionId
|
|
145
|
-
}, r.id && (t[D] = t[D] || {}, t[D][n] = {
|
|
146
|
-
id: n,
|
|
147
|
-
type: "setup.view",
|
|
148
|
-
data: r,
|
|
149
|
-
remote: o.remote,
|
|
150
|
-
sectionId: o.sectionId
|
|
151
|
-
}), t[p] = t[p] || {};
|
|
152
|
-
const u = {
|
|
153
|
-
id: n,
|
|
154
|
-
type: "setup",
|
|
155
|
-
data: o,
|
|
156
|
-
view: r,
|
|
157
|
-
remote: o.remote,
|
|
158
|
-
sectionId: o.sectionId
|
|
159
|
-
};
|
|
160
|
-
return t[p][n] = u, t;
|
|
161
|
-
}, de = "ddk.trouble.action", ae = "ddk.trouble.action.view", ue = "ddk.ncui.trouble.action.config", le = E({
|
|
162
|
-
basePluginType: "trouble.action",
|
|
163
|
-
contributionKey: "troubleActionDefinitions",
|
|
164
|
-
keys: {
|
|
165
|
-
EXTENSION_POINT: ue,
|
|
166
|
-
EXTENSION_POINT_DEF: de,
|
|
167
|
-
EXTENSION_POINT_VIEW: ae
|
|
168
|
-
}
|
|
169
|
-
}), v = "ddk.utilities", w = "ddk.utilities.view", C = "ddk.ncui.utils.config", ce = (s, e) => (t, i) => {
|
|
170
|
-
const n = i, o = e[i], r = s[o.experienceId] || {};
|
|
171
|
-
t[v] = t[v] || {}, t[v][n] = {
|
|
172
|
-
id: n,
|
|
173
|
-
type: "utility.definition",
|
|
174
|
-
data: o,
|
|
175
|
-
remote: o.remote,
|
|
176
|
-
sectionId: o.sectionId
|
|
177
|
-
}, r.id && (t[w] = t[w] || {}, t[w][n] = {
|
|
178
|
-
id: n,
|
|
179
|
-
type: "utilities.view",
|
|
180
|
-
data: r,
|
|
181
|
-
remote: o.remote,
|
|
182
|
-
sectionId: o.sectionId
|
|
183
|
-
}), t[C] = t[C] || {};
|
|
184
|
-
const u = {
|
|
185
|
-
id: n,
|
|
186
|
-
type: "utility",
|
|
187
|
-
data: o,
|
|
188
|
-
view: r,
|
|
189
|
-
remote: o.remote,
|
|
190
|
-
sectionId: o.sectionId
|
|
191
|
-
};
|
|
192
|
-
return t[C][n] = u, t;
|
|
193
|
-
};
|
|
194
|
-
N(
|
|
195
|
-
(s, e, t) => Object.keys(e.cuiDefinitions).reduce($(t, e.cuiDefinitions), s)
|
|
196
|
-
);
|
|
197
|
-
N(
|
|
198
|
-
(s, e, t) => Object.keys(e.utilDefinitions).reduce(ce(t, e.utilDefinitions), s)
|
|
199
|
-
);
|
|
200
|
-
N(
|
|
201
|
-
(s, e, t) => Object.keys(e.setupDefinitions).reduce(
|
|
202
|
-
re(t, e.setupDefinitions),
|
|
203
|
-
s
|
|
204
|
-
)
|
|
205
|
-
);
|
|
206
|
-
N(
|
|
207
|
-
(s, e, t) => Object.keys(e.troubleActionDefinitions).reduce(
|
|
208
|
-
le(t, e),
|
|
209
|
-
s
|
|
210
|
-
)
|
|
211
|
-
);
|
|
212
|
-
N(
|
|
213
|
-
(s, e, t) => Object.keys(e.navViewDefinitions).reduce(ne(t, e), s)
|
|
214
|
-
);
|
|
215
|
-
N(
|
|
216
|
-
(s, e, t) => Object.keys(e.dashboardSummaryDefinitions).reduce(
|
|
217
|
-
Y(t, e),
|
|
218
|
-
s
|
|
219
|
-
)
|
|
220
|
-
);
|
|
221
|
-
N(
|
|
222
|
-
(s, e, t) => Object.keys(e.dashboardDetailDefinitions).reduce(
|
|
223
|
-
K(t, e),
|
|
224
|
-
s
|
|
225
|
-
)
|
|
226
|
-
);
|
|
227
|
-
N(
|
|
228
|
-
(s, e, t) => Object.keys(e.dashboardPumpDetailDefinitions).reduce(
|
|
229
|
-
L(t, e),
|
|
230
|
-
s
|
|
231
|
-
)
|
|
232
|
-
);
|
|
233
|
-
N(
|
|
234
|
-
(s, e, t) => Object.keys(e.dashboardDefinitions).reduce(j(t, e), s)
|
|
235
|
-
);
|
|
236
|
-
N(
|
|
237
|
-
(s, e, t) => Object.keys(e.settingsGroupDefinitions).reduce(
|
|
238
|
-
oe(t, e.settingsDefinitions, e.settingsGroupDefinitions),
|
|
239
|
-
s
|
|
240
|
-
)
|
|
241
|
-
);
|
|
242
|
-
N(
|
|
243
|
-
(s, e, t) => Object.keys(e.controlPourDefinitions).reduce(ee(t, e), s)
|
|
244
|
-
);
|
|
245
|
-
const Ie = (s = null) => (s || window.location.search.replace("?", "")).split("&").map((e) => {
|
|
246
|
-
const [t, i] = e.split("=");
|
|
247
|
-
return [t, decodeURIComponent(i || "")];
|
|
248
|
-
}).reduce((e, [t, i]) => (e[t] = i, e), {}), Ne = () => {
|
|
249
|
-
const s = window.location.origin, e = Ie();
|
|
250
|
-
return (e == null ? void 0 : e.host) || s;
|
|
251
|
-
}, ge = async (s) => {
|
|
252
|
-
var g, X;
|
|
253
|
-
const e = Ne(), t = s ?? {}, {
|
|
254
|
-
pluginBaseUrl: i = e,
|
|
255
|
-
pluginApiPath: n = "/api/app/kosdev.ddk/ncui/plugins",
|
|
256
|
-
overrides: o = {},
|
|
257
|
-
pluginContext: r
|
|
258
|
-
} = t, d = !!r, u = d ? `${i}/api/kos/ui/plugins/context/${r.context}` : `${i}${n}`;
|
|
259
|
-
console.log(
|
|
260
|
-
`initialize-plugins: Using Plugin Framework: ${d}: Fetching plugins from ${u}`
|
|
261
|
-
);
|
|
262
|
-
const f = await (await fetch(u)).json(), a = d ? ((X = (g = f.data) == null ? void 0 : g.groups) == null ? void 0 : X[r.group]) ?? [] : f.data ?? [], c = a == null ? void 0 : a.reduce((_, I) => {
|
|
263
|
-
const m = (o == null ? void 0 : o[I.id]) ?? d ? `${i}${I.path}` : `${i}${I.baseUrl}`;
|
|
264
|
-
return I.descriptor ? _[I.id] = {
|
|
265
|
-
basePath: `${m}remoteEntry.js`,
|
|
266
|
-
extensions: I.descriptor.extensions,
|
|
267
|
-
contributes: I.descriptor.contributes,
|
|
268
|
-
remote: I.descriptor.id,
|
|
269
|
-
init: !!I.descriptor.init
|
|
270
|
-
} : console.error(
|
|
271
|
-
`initialize-plugins: Plugin ${I.id} does not have a descriptor`
|
|
272
|
-
), _;
|
|
273
|
-
}, {});
|
|
274
|
-
window.KosPlugins = window.KosPlugins || {}, window.KosPlugins.__dynamicRemotes = c;
|
|
275
|
-
const T = Object.keys(c).reduce((_, I) => {
|
|
276
|
-
const m = c[I].remote;
|
|
277
|
-
return _[m] = c[I].basePath, _;
|
|
278
|
-
}, {});
|
|
279
|
-
return A.setRemoteDefinitions(T), T;
|
|
280
|
-
};
|
|
281
|
-
function R(s) {
|
|
282
|
-
const e = s.match(/^(\d+)\.(\d+)\.\d+(?:-\S+)?$/);
|
|
1
|
+
import { d as O, E as V, b as S, p as m, h as P, f as D, g as h, n as k, k as A, l as b, u as C, s as y, t as R, z as X, x as q, y as v, I as U, F as $, H as B, G as L, M as w, K as W, L as F, Q as H, O as M, P as x, U as G, S as K, T as z, c as Y, e as Q, j as J, o as Z, q as j, v as p, B as ee, D as re, w as se, a as ae, i as ie, C as ne, A as oe, r as te, J as de, N as le, R as Ne, V as Ee } from "./resolve-best-extension-CqHaJSdN.js";
|
|
2
|
+
function _(i) {
|
|
3
|
+
const e = i.match(/^(\d+)\.(\d+)\.\d+(?:-\S+)?$/);
|
|
283
4
|
if (!e)
|
|
284
|
-
throw new Error(`Invalid version format: ${
|
|
285
|
-
const [
|
|
286
|
-
return `${
|
|
5
|
+
throw new Error(`Invalid version format: ${i}`);
|
|
6
|
+
const [n, s, t] = e;
|
|
7
|
+
return `${s}.${t}.0`;
|
|
287
8
|
}
|
|
288
|
-
function
|
|
289
|
-
var
|
|
9
|
+
function c(i, e) {
|
|
10
|
+
var N, E;
|
|
290
11
|
e != null && e.sdkVersion && console.log("sdkVersion", e.sdkVersion), e != null && e.ddkVersion && console.log("ddkVersion", e.ddkVersion);
|
|
291
|
-
const
|
|
292
|
-
console.log(`Using DDK version: ${
|
|
293
|
-
const
|
|
294
|
-
if (!
|
|
12
|
+
const n = _((e == null ? void 0 : e.sdkVersion) || "0.2.0"), s = _((e == null ? void 0 : e.ddkVersion) || "0.2.0");
|
|
13
|
+
console.log(`Using DDK version: ${s}`), console.log(`Using SDK version: ${n}`);
|
|
14
|
+
const t = i == null ? void 0 : i.name;
|
|
15
|
+
if (!t)
|
|
295
16
|
throw new Error(
|
|
296
17
|
"KOS Configuration should be added. Project name not found in config"
|
|
297
18
|
);
|
|
298
|
-
const r = ((e == null ? void 0 : e.pluginPath) || "kosdev.ddk.ncui.plugin").split(".").reduce((a,
|
|
299
|
-
if (!
|
|
19
|
+
const r = ((e == null ? void 0 : e.pluginPath) || "kosdev.ddk.ncui.plugin").split(".").reduce((a, o) => (console.log(`Accessing key: ${o}`), a && a[o] ? a[o] : void 0), i), l = r == null ? void 0 : r.id;
|
|
20
|
+
if (!l)
|
|
300
21
|
throw new Error(
|
|
301
22
|
"KOS Configuration should be added. Plugin ID not found in config"
|
|
302
23
|
);
|
|
303
|
-
const
|
|
304
|
-
(a,
|
|
305
|
-
a[`./${
|
|
24
|
+
const d = Object.keys(((N = r == null ? void 0 : r.contributes) == null ? void 0 : N.views) || {}).reduce(
|
|
25
|
+
(a, o) => (r.contributes.views[o].forEach((u) => {
|
|
26
|
+
a[`./${u.component}`] = u.location;
|
|
306
27
|
}), a),
|
|
307
28
|
{}
|
|
308
29
|
);
|
|
309
|
-
return Object.values(((
|
|
30
|
+
return Object.values(((E = r == null ? void 0 : r.contributes) == null ? void 0 : E.experiences) || {}).forEach(
|
|
310
31
|
(a) => {
|
|
311
|
-
|
|
32
|
+
d[`./${a.component}`] = a.location;
|
|
312
33
|
}
|
|
313
|
-
), r != null && r.init && (
|
|
314
|
-
name:
|
|
315
|
-
exposes:
|
|
316
|
-
library: { type: "var", name:
|
|
34
|
+
), r != null && r.init && (d["./InitPlugin"] = "./src/app/init.ts"), {
|
|
35
|
+
name: t,
|
|
36
|
+
exposes: d,
|
|
37
|
+
library: { type: "var", name: l },
|
|
317
38
|
additionalShared: [
|
|
318
39
|
{
|
|
319
40
|
libraryName: "@kosdev-code/kos-ui-plugin",
|
|
320
41
|
sharedConfig: {
|
|
321
42
|
singleton: !0,
|
|
322
43
|
eager: !1,
|
|
323
|
-
requiredVersion: `~${
|
|
44
|
+
requiredVersion: `~${s}`
|
|
324
45
|
}
|
|
325
46
|
},
|
|
326
47
|
{
|
|
@@ -347,7 +68,7 @@ function Ee(s, e) {
|
|
|
347
68
|
singleton: !0,
|
|
348
69
|
eager: !1,
|
|
349
70
|
strictVersion: !1,
|
|
350
|
-
requiredVersion: `~${
|
|
71
|
+
requiredVersion: `~${n}`
|
|
351
72
|
}
|
|
352
73
|
},
|
|
353
74
|
{
|
|
@@ -356,7 +77,7 @@ function Ee(s, e) {
|
|
|
356
77
|
singleton: !0,
|
|
357
78
|
eager: !1,
|
|
358
79
|
strictVersion: !1,
|
|
359
|
-
requiredVersion: `~${
|
|
80
|
+
requiredVersion: `~${n}`
|
|
360
81
|
}
|
|
361
82
|
},
|
|
362
83
|
{
|
|
@@ -365,7 +86,7 @@ function Ee(s, e) {
|
|
|
365
86
|
singleton: !0,
|
|
366
87
|
eager: !1,
|
|
367
88
|
strictVersion: !1,
|
|
368
|
-
requiredVersion: `~${
|
|
89
|
+
requiredVersion: `~${n}`
|
|
369
90
|
}
|
|
370
91
|
},
|
|
371
92
|
{
|
|
@@ -374,7 +95,7 @@ function Ee(s, e) {
|
|
|
374
95
|
singleton: !0,
|
|
375
96
|
eager: !1,
|
|
376
97
|
strictVersion: !1,
|
|
377
|
-
requiredVersion: `~${
|
|
98
|
+
requiredVersion: `~${s}`
|
|
378
99
|
}
|
|
379
100
|
},
|
|
380
101
|
{
|
|
@@ -383,7 +104,7 @@ function Ee(s, e) {
|
|
|
383
104
|
singleton: !0,
|
|
384
105
|
eager: !1,
|
|
385
106
|
strictVersion: !1,
|
|
386
|
-
requiredVersion: `~${
|
|
107
|
+
requiredVersion: `~${s}`
|
|
387
108
|
}
|
|
388
109
|
},
|
|
389
110
|
{
|
|
@@ -392,7 +113,7 @@ function Ee(s, e) {
|
|
|
392
113
|
singleton: !0,
|
|
393
114
|
eager: !1,
|
|
394
115
|
strictVersion: !1,
|
|
395
|
-
requiredVersion: `~${
|
|
116
|
+
requiredVersion: `~${s}`
|
|
396
117
|
}
|
|
397
118
|
},
|
|
398
119
|
{
|
|
@@ -401,7 +122,7 @@ function Ee(s, e) {
|
|
|
401
122
|
singleton: !0,
|
|
402
123
|
eager: !1,
|
|
403
124
|
strictVersion: !1,
|
|
404
|
-
requiredVersion: `~${
|
|
125
|
+
requiredVersion: `~${s}`
|
|
405
126
|
}
|
|
406
127
|
},
|
|
407
128
|
{
|
|
@@ -410,7 +131,7 @@ function Ee(s, e) {
|
|
|
410
131
|
singleton: !0,
|
|
411
132
|
eager: !1,
|
|
412
133
|
strictVersion: !1,
|
|
413
|
-
requiredVersion: `~${
|
|
134
|
+
requiredVersion: `~${s}`
|
|
414
135
|
}
|
|
415
136
|
},
|
|
416
137
|
{
|
|
@@ -525,53 +246,53 @@ function Ee(s, e) {
|
|
|
525
246
|
};
|
|
526
247
|
}
|
|
527
248
|
export {
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
249
|
+
O as EXTENSION_POINT_CUI,
|
|
250
|
+
V as EXTENSION_POINT_CUI_DEF,
|
|
251
|
+
S as EXTENSION_POINT_CUI_VIEW,
|
|
252
|
+
m as EXTENSION_POINT_DASHBOARD,
|
|
253
|
+
P as EXTENSION_POINT_DASHBOARD_DETAIL,
|
|
254
|
+
D as EXTENSION_POINT_DASHBOARD_DETAIL_DEF,
|
|
255
|
+
h as EXTENSION_POINT_DASHBOARD_DETAIL_VIEW,
|
|
256
|
+
k as EXTENSION_POINT_DASHBOARD_PUMP_DETAIL,
|
|
257
|
+
A as EXTENSION_POINT_DASHBOARD_PUMP_DETAIL_DEF,
|
|
258
|
+
b as EXTENSION_POINT_DASHBOARD_PUMP_DETAIL_VIEW,
|
|
259
|
+
C as EXTENSION_POINT_DASHBOARD_SUMMARY,
|
|
260
|
+
y as EXTENSION_POINT_DASHBOARD_SUMMARY_DEF,
|
|
261
|
+
R as EXTENSION_POINT_DASHBOARD_SUMMARY_VIEW,
|
|
262
|
+
X as EXTENSION_POINT_NAV_VIEW,
|
|
263
|
+
q as EXTENSION_POINT_NAV_VIEW_DEF,
|
|
264
|
+
v as EXTENSION_POINT_NAV_VIEW_VIEW,
|
|
265
|
+
U as EXTENSION_POINT_SETTINGS,
|
|
266
|
+
$ as EXTENSION_POINT_SETTINGS_DEF,
|
|
267
|
+
B as EXTENSION_POINT_SETTINGS_GROUP_DEF,
|
|
268
|
+
L as EXTENSION_POINT_SETTINGS_VIEW,
|
|
269
|
+
w as EXTENSION_POINT_SETUP,
|
|
270
|
+
W as EXTENSION_POINT_SETUP_DEF,
|
|
271
|
+
F as EXTENSION_POINT_SETUP_VIEW,
|
|
272
|
+
H as EXTENSION_POINT_TROUBLE_ACTION,
|
|
273
|
+
M as EXTENSION_POINT_TROUBLE_ACTION_DEF,
|
|
274
|
+
x as EXTENSION_POINT_TROUBLE_ACTION_VIEW,
|
|
275
|
+
G as EXTENSION_POINT_UTIL,
|
|
276
|
+
K as EXTENSION_POINT_UTIL_DEF,
|
|
277
|
+
z as EXTENSION_POINT_UTIL_VIEW,
|
|
278
|
+
Y as contributionReducer,
|
|
279
|
+
Q as cuiReducer,
|
|
280
|
+
J as dashboardDetailReducer,
|
|
281
|
+
Z as dashboardPumpDetailReducer,
|
|
561
282
|
j as dashboardReducer,
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
283
|
+
p as dashboardSummaryReducer,
|
|
284
|
+
c as generatePluginConfiguration,
|
|
285
|
+
ee as getContributions,
|
|
286
|
+
re as getExtensions,
|
|
287
|
+
se as getQueryParams,
|
|
288
|
+
ae as initPluginManager,
|
|
289
|
+
ie as initializeKosPlugins,
|
|
290
|
+
ne as loadExtensions,
|
|
291
|
+
oe as navViewReducer,
|
|
292
|
+
te as resolveBestExtension,
|
|
293
|
+
de as settingsReducer,
|
|
294
|
+
le as setupReducer,
|
|
295
|
+
Ne as troubleActionReducer,
|
|
296
|
+
Ee as utilReducer
|
|
576
297
|
};
|
|
577
298
|
//# sourceMappingURL=utils.js.map
|