@kosdev-code/kos-ui-plugin 2.1.7 → 2.1.8
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/{documentation-generator-C0BDW8NY.js → documentation-generator-BdlPnORN.js} +188 -188
- package/documentation-generator-BdlPnORN.js.map +1 -0
- package/{documentation-generator-Blyj8V7Z.cjs → documentation-generator-CVLMtYzP.cjs} +4 -4
- package/documentation-generator-CVLMtYzP.cjs.map +1 -0
- package/index.cjs +2 -2
- package/index.js +2 -2
- package/lib/utils/processors/initialize-plugins.d.ts.map +1 -1
- package/package.json +2 -2
- package/utils.cjs +1 -1
- package/utils.cjs.map +1 -1
- package/utils.js +2 -2
- package/utils.js.map +1 -1
- package/documentation-generator-Blyj8V7Z.cjs.map +0 -1
- package/documentation-generator-C0BDW8NY.js.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { z as
|
|
5
|
-
function
|
|
1
|
+
var U = Object.defineProperty;
|
|
2
|
+
var A = (n, t, e) => t in n ? U(n, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[t] = e;
|
|
3
|
+
var E = (n, t, e) => (A(n, typeof t != "symbol" ? t + "" : t, e), e);
|
|
4
|
+
import { z as x } from "zod";
|
|
5
|
+
function j(n, t) {
|
|
6
6
|
for (var e = 0; e < t.length; e++) {
|
|
7
7
|
const i = t[e];
|
|
8
8
|
if (typeof i != "string" && !Array.isArray(i)) {
|
|
@@ -18,29 +18,29 @@ function N(n, t) {
|
|
|
18
18
|
}
|
|
19
19
|
return Object.freeze(Object.defineProperty(n, Symbol.toStringTag, { value: "Module" }));
|
|
20
20
|
}
|
|
21
|
-
var
|
|
22
|
-
Object.defineProperty(
|
|
23
|
-
|
|
24
|
-
let
|
|
25
|
-
const
|
|
26
|
-
let
|
|
27
|
-
function
|
|
28
|
-
|
|
21
|
+
var $ = {}, b = {};
|
|
22
|
+
Object.defineProperty(b, "__esModule", { value: !0 });
|
|
23
|
+
b.loadRemoteModule = b.setRemoteDefinitions = b.setRemoteUrlResolver = void 0;
|
|
24
|
+
let P, I;
|
|
25
|
+
const C = /* @__PURE__ */ new Map(), S = /* @__PURE__ */ new Map();
|
|
26
|
+
let F = !1;
|
|
27
|
+
function N(n) {
|
|
28
|
+
I = n;
|
|
29
29
|
}
|
|
30
|
-
|
|
31
|
-
function
|
|
32
|
-
|
|
30
|
+
b.setRemoteUrlResolver = N;
|
|
31
|
+
function K(n) {
|
|
32
|
+
P = n;
|
|
33
33
|
}
|
|
34
|
-
|
|
35
|
-
async function
|
|
34
|
+
b.setRemoteDefinitions = K;
|
|
35
|
+
async function V(n, t) {
|
|
36
36
|
const e = `${n}:${t}`;
|
|
37
|
-
if (
|
|
38
|
-
return
|
|
39
|
-
const o = (await (
|
|
40
|
-
return
|
|
37
|
+
if (C.has(e))
|
|
38
|
+
return C.get(e);
|
|
39
|
+
const o = (await (S.has(n) ? S.get(n) : await L(n)).get(t))();
|
|
40
|
+
return C.set(e, o), o;
|
|
41
41
|
}
|
|
42
|
-
|
|
43
|
-
const
|
|
42
|
+
b.loadRemoteModule = V;
|
|
43
|
+
const M = (n, t) => new Promise((e, i) => {
|
|
44
44
|
const s = document.createElement("script");
|
|
45
45
|
s.src = n, s.type = "text/javascript", s.async = !0, s.onload = () => {
|
|
46
46
|
e({
|
|
@@ -55,19 +55,19 @@ const L = (n, t) => new Promise((e, i) => {
|
|
|
55
55
|
});
|
|
56
56
|
}, s.onerror = () => i(new Error(`Remote ${t} not found`)), document.head.appendChild(s);
|
|
57
57
|
});
|
|
58
|
-
async function
|
|
59
|
-
if (!
|
|
58
|
+
async function L(n) {
|
|
59
|
+
if (!I && !P)
|
|
60
60
|
throw new Error("Call setRemoteDefinitions or setRemoteUrlResolver to allow Dynamic Federation to find the remote apps correctly.");
|
|
61
|
-
|
|
62
|
-
const t =
|
|
61
|
+
F || (F = !0, await __webpack_init_sharing__("default"));
|
|
62
|
+
const t = P ? P[n] : await I(n);
|
|
63
63
|
let e = t;
|
|
64
64
|
!t.endsWith(".mjs") && !t.endsWith(".js") && (e = `${t}${t.endsWith("/") ? "" : "/"}remoteEntry.js`);
|
|
65
|
-
const i = await
|
|
66
|
-
return await i.init(__webpack_share_scopes__.default),
|
|
65
|
+
const i = await M(e, n);
|
|
66
|
+
return await i.init(__webpack_share_scopes__.default), S.set(n, i), i;
|
|
67
67
|
}
|
|
68
68
|
(function(n) {
|
|
69
69
|
Object.defineProperty(n, "__esModule", { value: !0 }), n.setRemoteUrlResolver = n.setRemoteDefinitions = n.loadRemoteModule = void 0;
|
|
70
|
-
var t =
|
|
70
|
+
var t = b;
|
|
71
71
|
Object.defineProperty(n, "loadRemoteModule", { enumerable: !0, get: function() {
|
|
72
72
|
return t.loadRemoteModule;
|
|
73
73
|
} }), Object.defineProperty(n, "setRemoteDefinitions", { enumerable: !0, get: function() {
|
|
@@ -75,11 +75,11 @@ async function q(n) {
|
|
|
75
75
|
} }), Object.defineProperty(n, "setRemoteUrlResolver", { enumerable: !0, get: function() {
|
|
76
76
|
return t.setRemoteUrlResolver;
|
|
77
77
|
} });
|
|
78
|
-
})(
|
|
79
|
-
const
|
|
78
|
+
})($);
|
|
79
|
+
const Ce = /* @__PURE__ */ j({
|
|
80
80
|
__proto__: null
|
|
81
|
-
}, [
|
|
82
|
-
function
|
|
81
|
+
}, [$]);
|
|
82
|
+
function q(n) {
|
|
83
83
|
var t;
|
|
84
84
|
try {
|
|
85
85
|
if ("shape" in n) {
|
|
@@ -104,9 +104,9 @@ function B(n) {
|
|
|
104
104
|
return console.warn("Failed to extract schema field info:", e), [];
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
|
-
class
|
|
107
|
+
class B {
|
|
108
108
|
constructor() {
|
|
109
|
-
|
|
109
|
+
E(this, "issues", []);
|
|
110
110
|
}
|
|
111
111
|
addError(t) {
|
|
112
112
|
this.issues.push({ type: "error", message: t });
|
|
@@ -127,9 +127,9 @@ class H {
|
|
|
127
127
|
return [...this.issues];
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
|
-
class
|
|
130
|
+
class H {
|
|
131
131
|
constructor() {
|
|
132
|
-
|
|
132
|
+
E(this, "cache", /* @__PURE__ */ new Map());
|
|
133
133
|
}
|
|
134
134
|
set(t, e) {
|
|
135
135
|
this.cache.set(t, e);
|
|
@@ -141,23 +141,23 @@ class W {
|
|
|
141
141
|
this.cache.clear();
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
|
-
const w = new
|
|
145
|
-
function
|
|
144
|
+
const w = new H();
|
|
145
|
+
function Re(n) {
|
|
146
146
|
return w.get(n);
|
|
147
147
|
}
|
|
148
|
-
const
|
|
149
|
-
function
|
|
150
|
-
|
|
148
|
+
const T = [];
|
|
149
|
+
function W(n) {
|
|
150
|
+
T.push(n);
|
|
151
151
|
}
|
|
152
|
-
function
|
|
153
|
-
return
|
|
152
|
+
function z(n, t, e) {
|
|
153
|
+
return T.reduce(
|
|
154
154
|
(i, s) => s(i, t, e),
|
|
155
155
|
n
|
|
156
156
|
);
|
|
157
157
|
}
|
|
158
|
-
class
|
|
158
|
+
class G {
|
|
159
159
|
constructor() {
|
|
160
|
-
|
|
160
|
+
E(this, "extensionPoints", /* @__PURE__ */ new Map());
|
|
161
161
|
}
|
|
162
162
|
define(t) {
|
|
163
163
|
if (this.extensionPoints.has(t.id))
|
|
@@ -173,10 +173,10 @@ class J {
|
|
|
173
173
|
return;
|
|
174
174
|
}
|
|
175
175
|
const i = this.createReducer(t);
|
|
176
|
-
|
|
176
|
+
W(i), e.isRegistered = !0;
|
|
177
177
|
}
|
|
178
178
|
};
|
|
179
|
-
return t.schema && (e.getSchemaFieldInfo = () =>
|
|
179
|
+
return t.schema && (e.getSchemaFieldInfo = () => q(t.schema)), this.extensionPoints.set(t.id, e), e;
|
|
180
180
|
}
|
|
181
181
|
createReducer(t) {
|
|
182
182
|
return (e, i, s) => {
|
|
@@ -193,7 +193,7 @@ class J {
|
|
|
193
193
|
contributions: i
|
|
194
194
|
};
|
|
195
195
|
if (t.validate) {
|
|
196
|
-
const d = new
|
|
196
|
+
const d = new B();
|
|
197
197
|
if (t.validate(
|
|
198
198
|
r,
|
|
199
199
|
d
|
|
@@ -207,14 +207,14 @@ class J {
|
|
|
207
207
|
return;
|
|
208
208
|
}
|
|
209
209
|
if (d.hasIssues()) {
|
|
210
|
-
const
|
|
211
|
-
...
|
|
212
|
-
message: `Extension point validation: ${
|
|
210
|
+
const g = d.getIssues().map((p) => ({
|
|
211
|
+
...p,
|
|
212
|
+
message: `Extension point validation: ${p.message}`
|
|
213
213
|
}));
|
|
214
|
-
if (w.set(a,
|
|
214
|
+
if (w.set(a, g), d.hasErrors()) {
|
|
215
215
|
console.error(
|
|
216
216
|
`Validation failed for ${t.id} contribution "${a}":`,
|
|
217
|
-
|
|
217
|
+
g.filter((p) => p.type === "error").map((p) => p.message).join(", ")
|
|
218
218
|
);
|
|
219
219
|
return;
|
|
220
220
|
}
|
|
@@ -231,11 +231,11 @@ class J {
|
|
|
231
231
|
sectionId: c.sectionId
|
|
232
232
|
};
|
|
233
233
|
if (t.isRankable && typeof r.rank == "number" && (u.rank = r.rank), l && typeof l == "object" && ("component" in l && (u.component = l.component), "view" in l && (u.view = l.view), "location" in l && (u.location = l.location)), e[t.id][a] = u, t.hasView && ((m = t.relatedPoints) != null && m.view)) {
|
|
234
|
-
const d = r.experienceId,
|
|
235
|
-
|
|
234
|
+
const d = r.experienceId, f = s == null ? void 0 : s[d];
|
|
235
|
+
f && (e[t.relatedPoints.view] || (e[t.relatedPoints.view] = {}), e[t.relatedPoints.view][a] = {
|
|
236
236
|
id: a,
|
|
237
237
|
type: `${t.contributionKey}.view`,
|
|
238
|
-
data:
|
|
238
|
+
data: f,
|
|
239
239
|
remote: c.remote,
|
|
240
240
|
sectionId: c.sectionId
|
|
241
241
|
});
|
|
@@ -278,11 +278,11 @@ class J {
|
|
|
278
278
|
return this.extensionPoints.has(t);
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
|
-
const O = new
|
|
281
|
+
const O = new G();
|
|
282
282
|
function y() {
|
|
283
283
|
return O;
|
|
284
284
|
}
|
|
285
|
-
function
|
|
285
|
+
function J(n = {}) {
|
|
286
286
|
const {
|
|
287
287
|
experienceIdProperty: t = "experienceId",
|
|
288
288
|
flattenComponentProperties: e = !0,
|
|
@@ -298,16 +298,16 @@ function Z(n = {}) {
|
|
|
298
298
|
return e && r && (r.component && (c.component = r.component), r.location && (c.location = r.location)), i && (c = i(s, r, o) || c), c;
|
|
299
299
|
};
|
|
300
300
|
}
|
|
301
|
-
function
|
|
301
|
+
function Z(n) {
|
|
302
302
|
return O.define(n);
|
|
303
303
|
}
|
|
304
|
-
const
|
|
304
|
+
const Y = {
|
|
305
305
|
$timestamp: () => Date.now(),
|
|
306
306
|
$date: () => (/* @__PURE__ */ new Date()).toISOString(),
|
|
307
307
|
$packageVersion: () => process.env.npm_package_version || "0.0.0",
|
|
308
308
|
$env: () => process.env.NODE_ENV || "development"
|
|
309
309
|
};
|
|
310
|
-
function
|
|
310
|
+
function Q(n) {
|
|
311
311
|
const t = {
|
|
312
312
|
id: n.id,
|
|
313
313
|
displayName: n.displayName,
|
|
@@ -318,25 +318,25 @@ function X(n) {
|
|
|
318
318
|
relatedPoints: n.relatedPoints,
|
|
319
319
|
metadata: n.metadata ? {
|
|
320
320
|
...n.metadata,
|
|
321
|
-
exportName: n.metadata.exportName ||
|
|
321
|
+
exportName: n.metadata.exportName || X(n.id)
|
|
322
322
|
} : void 0
|
|
323
323
|
};
|
|
324
|
-
return n.schema && (t.schema =
|
|
324
|
+
return n.schema && (t.schema = ee(n.schema, {
|
|
325
325
|
hasView: n.hasView,
|
|
326
326
|
isRankable: n.isRankable
|
|
327
|
-
})), n.validation && (t.validate =
|
|
327
|
+
})), n.validation && (t.validate = ne(n.validation)), n.transform ? t.transform = ue(n.transform) : n.hasView && (t.transform = J()), t;
|
|
328
328
|
}
|
|
329
|
-
function
|
|
329
|
+
function X(n) {
|
|
330
330
|
return n.split(".").map((t) => t.charAt(0).toUpperCase() + t.slice(1)).join("") + "Extension";
|
|
331
331
|
}
|
|
332
|
-
function
|
|
332
|
+
function ee(n, t) {
|
|
333
333
|
try {
|
|
334
334
|
const { z: e } = require("zod");
|
|
335
335
|
if (n.properties) {
|
|
336
336
|
const i = {};
|
|
337
337
|
i.id = e.string().min(1), i.title = e.string().min(1), i.namespace = e.string().min(1), t != null && t.hasView && (i.experienceId = e.string().min(1)), t != null && t.isRankable && (i.rank = e.number().min(0).max(1e3).optional());
|
|
338
338
|
for (const [o, a] of Object.entries(n.properties))
|
|
339
|
-
i[o] =
|
|
339
|
+
i[o] = te(a, e);
|
|
340
340
|
let s = e.object(i);
|
|
341
341
|
return n.additionalProperties || (s = s.strict()), s;
|
|
342
342
|
}
|
|
@@ -346,7 +346,7 @@ function te(n, t) {
|
|
|
346
346
|
return;
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
|
-
function
|
|
349
|
+
function te(n, t) {
|
|
350
350
|
let e;
|
|
351
351
|
switch (n.type) {
|
|
352
352
|
case "string":
|
|
@@ -369,38 +369,38 @@ function ne(n, t) {
|
|
|
369
369
|
}
|
|
370
370
|
return n.description && (e = e.describe(n.description)), n.default !== void 0 && (e = e.default(n.default)), e;
|
|
371
371
|
}
|
|
372
|
-
function
|
|
373
|
-
return n.module ?
|
|
372
|
+
function ne(n) {
|
|
373
|
+
return n.module ? le(n.module) : (t, e) => {
|
|
374
374
|
if (!n.rules)
|
|
375
375
|
return;
|
|
376
376
|
const i = t;
|
|
377
377
|
for (const s of n.rules)
|
|
378
|
-
|
|
378
|
+
ie(s, i, e);
|
|
379
379
|
};
|
|
380
380
|
}
|
|
381
|
-
function
|
|
381
|
+
function ie(n, t, e) {
|
|
382
382
|
switch (n.type) {
|
|
383
383
|
case "required":
|
|
384
|
-
|
|
384
|
+
se(n, t, e);
|
|
385
385
|
break;
|
|
386
386
|
case "range":
|
|
387
|
-
|
|
387
|
+
oe(n, t, e);
|
|
388
388
|
break;
|
|
389
389
|
case "pattern":
|
|
390
|
-
|
|
390
|
+
re(n, t, e);
|
|
391
391
|
break;
|
|
392
392
|
case "dependency":
|
|
393
|
-
|
|
393
|
+
ae(n, t, e);
|
|
394
394
|
break;
|
|
395
395
|
case "custom":
|
|
396
|
-
|
|
396
|
+
ce(n, t, e);
|
|
397
397
|
break;
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
|
-
function
|
|
400
|
+
function se(n, t, e) {
|
|
401
401
|
n.field && !t[n.field] && e.addError(n.message || `Field '${n.field}' is required`);
|
|
402
402
|
}
|
|
403
|
-
function
|
|
403
|
+
function oe(n, t, e) {
|
|
404
404
|
if (n.field && typeof t[n.field] == "number") {
|
|
405
405
|
const i = t[n.field];
|
|
406
406
|
n.min !== void 0 && i < n.min && e.addError(
|
|
@@ -410,42 +410,42 @@ function re(n, t, e) {
|
|
|
410
410
|
);
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
|
-
function
|
|
413
|
+
function re(n, t, e) {
|
|
414
414
|
n.field && n.pattern && typeof t[n.field] == "string" && (new RegExp(n.pattern).test(t[n.field]) || e.addError(
|
|
415
415
|
n.message || `Field '${n.field}' does not match pattern ${n.pattern}`
|
|
416
416
|
));
|
|
417
417
|
}
|
|
418
|
-
function
|
|
418
|
+
function ae(n, t, e) {
|
|
419
419
|
if (n.field && n.dependsOn && n.expression)
|
|
420
420
|
try {
|
|
421
|
-
|
|
421
|
+
v(n.expression, t) || e.addError(
|
|
422
422
|
n.message || `Field '${n.field}' dependency validation failed`
|
|
423
423
|
);
|
|
424
424
|
} catch (i) {
|
|
425
425
|
e.addWarning(`Failed to evaluate dependency expression: ${i}`);
|
|
426
426
|
}
|
|
427
427
|
}
|
|
428
|
-
function
|
|
428
|
+
function ce(n, t, e) {
|
|
429
429
|
if (n.expression)
|
|
430
430
|
try {
|
|
431
|
-
|
|
431
|
+
v(n.expression, t) || e.addError(n.message || "Custom validation failed");
|
|
432
432
|
} catch (i) {
|
|
433
433
|
e.addWarning(`Failed to evaluate custom expression: ${i}`);
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
|
-
function
|
|
436
|
+
function le(n) {
|
|
437
437
|
return (t, e) => {
|
|
438
438
|
console.warn(`External validation module not implemented: ${n}`), e.addWarning(
|
|
439
439
|
`External validation module not yet supported: ${n}`
|
|
440
440
|
);
|
|
441
441
|
};
|
|
442
442
|
}
|
|
443
|
-
function
|
|
444
|
-
return n.module ?
|
|
443
|
+
function ue(n) {
|
|
444
|
+
return n.module ? de(n.module) : (t, e) => {
|
|
445
445
|
const i = { ...t };
|
|
446
446
|
if (n.addFields)
|
|
447
447
|
for (const [s, o] of Object.entries(n.addFields))
|
|
448
|
-
i[s] =
|
|
448
|
+
i[s] = pe(o);
|
|
449
449
|
if (n.removeFields)
|
|
450
450
|
for (const s of n.removeFields)
|
|
451
451
|
delete i[s];
|
|
@@ -456,25 +456,25 @@ function de(n) {
|
|
|
456
456
|
s in i && (i[o] = i[s], delete i[s]);
|
|
457
457
|
if (n.normalizeFields)
|
|
458
458
|
for (const { field: s, operation: o } of n.normalizeFields)
|
|
459
|
-
s in i && typeof i[s] == "string" && (i[s] =
|
|
459
|
+
s in i && typeof i[s] == "string" && (i[s] = fe(
|
|
460
460
|
i[s],
|
|
461
461
|
o
|
|
462
462
|
));
|
|
463
463
|
return i;
|
|
464
464
|
};
|
|
465
465
|
}
|
|
466
|
-
function
|
|
466
|
+
function de(n) {
|
|
467
467
|
return (t, e) => (console.warn(`External transform module not implemented: ${n}`), t);
|
|
468
468
|
}
|
|
469
|
-
function
|
|
469
|
+
function pe(n) {
|
|
470
470
|
if (typeof n == "string" && n.startsWith("$")) {
|
|
471
|
-
const t =
|
|
471
|
+
const t = Y[n];
|
|
472
472
|
if (t)
|
|
473
473
|
return t();
|
|
474
474
|
}
|
|
475
475
|
return n;
|
|
476
476
|
}
|
|
477
|
-
function
|
|
477
|
+
function fe(n, t) {
|
|
478
478
|
switch (t) {
|
|
479
479
|
case "trim":
|
|
480
480
|
return n.trim();
|
|
@@ -483,20 +483,20 @@ function me(n, t) {
|
|
|
483
483
|
case "uppercase":
|
|
484
484
|
return n.toUpperCase();
|
|
485
485
|
case "camelCase":
|
|
486
|
-
return
|
|
486
|
+
return me(n);
|
|
487
487
|
case "kebabCase":
|
|
488
|
-
return
|
|
488
|
+
return ge(n);
|
|
489
489
|
default:
|
|
490
490
|
return n;
|
|
491
491
|
}
|
|
492
492
|
}
|
|
493
|
-
function
|
|
493
|
+
function me(n) {
|
|
494
494
|
return n.replace(/[-_\s]+(.)?/g, (t, e) => e ? e.toUpperCase() : "").replace(/^./, (t) => t.toLowerCase());
|
|
495
495
|
}
|
|
496
|
-
function
|
|
496
|
+
function ge(n) {
|
|
497
497
|
return n.replace(/([a-z])([A-Z])/g, "$1-$2").replace(/[\s_]+/g, "-").toLowerCase();
|
|
498
498
|
}
|
|
499
|
-
function
|
|
499
|
+
function v(n, t) {
|
|
500
500
|
try {
|
|
501
501
|
let e = n;
|
|
502
502
|
for (const [i, s] of Object.entries(t)) {
|
|
@@ -514,14 +514,14 @@ function $(n, t) {
|
|
|
514
514
|
const [i, s] = e.split("===").map((o) => o.trim());
|
|
515
515
|
return i === s;
|
|
516
516
|
}
|
|
517
|
-
return e.includes("||") ? e.split("||").map((s) => s.trim()).some((s) =>
|
|
517
|
+
return e.includes("||") ? e.split("||").map((s) => s.trim()).some((s) => v(s, t)) : e.includes("&&") ? e.split("&&").map((s) => s.trim()).every((s) => v(s, t)) : !1;
|
|
518
518
|
} catch (e) {
|
|
519
519
|
return console.error("Expression evaluation failed:", e), !1;
|
|
520
520
|
}
|
|
521
521
|
}
|
|
522
|
-
const
|
|
522
|
+
const he = (n) => (t, e) => {
|
|
523
523
|
var c;
|
|
524
|
-
const i = n[e].remote, s = e, o = (c = n[e].contributes) == null ? void 0 : c.experiences;
|
|
524
|
+
const i = n[e].remote, s = e, o = ((c = n[e].contributes) == null ? void 0 : c.experiences) ?? {};
|
|
525
525
|
return Object.keys(o).forEach((l) => {
|
|
526
526
|
const u = o[l];
|
|
527
527
|
t.experiences[l] = {
|
|
@@ -538,9 +538,9 @@ const ye = (n) => (t, e) => {
|
|
|
538
538
|
remote: i,
|
|
539
539
|
sectionId: s
|
|
540
540
|
});
|
|
541
|
-
}) : typeof m == "object" && Object.entries(m).forEach(([d,
|
|
541
|
+
}) : typeof m == "object" && Object.entries(m).forEach(([d, f]) => {
|
|
542
542
|
t[u][d] = {
|
|
543
|
-
...
|
|
543
|
+
...f,
|
|
544
544
|
id: d,
|
|
545
545
|
remote: i,
|
|
546
546
|
sectionId: s
|
|
@@ -548,7 +548,7 @@ const ye = (n) => (t, e) => {
|
|
|
548
548
|
}));
|
|
549
549
|
}), t;
|
|
550
550
|
};
|
|
551
|
-
async function
|
|
551
|
+
async function ye(n) {
|
|
552
552
|
const t = n ?? window.KosPlugins.__dynamicRemotes;
|
|
553
553
|
if (window.KosPlugins.extensions) {
|
|
554
554
|
const o = window.KosPlugins.extensions;
|
|
@@ -559,7 +559,7 @@ async function be(n) {
|
|
|
559
559
|
extensions: window.KosPlugins.__extensions
|
|
560
560
|
};
|
|
561
561
|
}
|
|
562
|
-
const e = window.KosPlugins.__extensions ?? await
|
|
562
|
+
const e = window.KosPlugins.__extensions ?? await xe(t), i = {};
|
|
563
563
|
if (e)
|
|
564
564
|
for (const o of Object.keys(e))
|
|
565
565
|
i[o] = Object.values(
|
|
@@ -567,29 +567,29 @@ async function be(n) {
|
|
|
567
567
|
);
|
|
568
568
|
return window.KosPlugins.extensions = i, { extensionPoints: i, getExtensions: (o) => i[o] || [], remotes: t, extensions: e };
|
|
569
569
|
}
|
|
570
|
-
const
|
|
570
|
+
const _ = {
|
|
571
571
|
controlPourDefinitions: {},
|
|
572
572
|
experiences: {}
|
|
573
573
|
};
|
|
574
|
-
function
|
|
575
|
-
return n ? Object.keys(n).reduce(
|
|
576
|
-
...
|
|
577
|
-
}) :
|
|
574
|
+
function be(n) {
|
|
575
|
+
return n ? Object.keys(n).reduce(he(n), {
|
|
576
|
+
..._
|
|
577
|
+
}) : _;
|
|
578
578
|
}
|
|
579
|
-
async function
|
|
579
|
+
async function xe(n) {
|
|
580
580
|
if (!n)
|
|
581
581
|
return window.KosPlugins = window.KosPlugins || {}, {};
|
|
582
582
|
for (const o of Object.values(n)) {
|
|
583
583
|
try {
|
|
584
584
|
if (o.extensions && Array.isArray(o.extensions)) {
|
|
585
|
-
const a = o.extensions.filter((r) => r && typeof r == "object" && "id" in r).map((r) =>
|
|
585
|
+
const a = o.extensions.filter((r) => r && typeof r == "object" && "id" in r).map((r) => Q(r));
|
|
586
586
|
if (a.length > 0) {
|
|
587
587
|
console.info(
|
|
588
588
|
`Registering ${a.length} JSON extension point(s) from ${o.remote}`
|
|
589
589
|
);
|
|
590
590
|
for (const r of a)
|
|
591
591
|
try {
|
|
592
|
-
|
|
592
|
+
Z(r).register(), console.debug(`Registered JSON extension point: ${r.id}`);
|
|
593
593
|
} catch (c) {
|
|
594
594
|
console.error(
|
|
595
595
|
`Failed to register JSON extension point '${r.id}' from ${o.remote}:`,
|
|
@@ -606,7 +606,7 @@ async function Ee(n) {
|
|
|
606
606
|
}
|
|
607
607
|
if (o.init)
|
|
608
608
|
try {
|
|
609
|
-
const a = await
|
|
609
|
+
const a = await $.loadRemoteModule(
|
|
610
610
|
o.remote,
|
|
611
611
|
"./InitPlugin"
|
|
612
612
|
);
|
|
@@ -618,54 +618,54 @@ async function Ee(n) {
|
|
|
618
618
|
console.warn(`Failed to load InitPlugin from ${o.remote}:`, a);
|
|
619
619
|
}
|
|
620
620
|
}
|
|
621
|
-
const t =
|
|
621
|
+
const t = be(n), e = t.experiences, s = z(
|
|
622
622
|
{},
|
|
623
623
|
t,
|
|
624
624
|
e
|
|
625
625
|
);
|
|
626
626
|
return window.KosPlugins = window.KosPlugins || {}, window.KosPlugins.__extensions = s, s;
|
|
627
627
|
}
|
|
628
|
-
async function
|
|
629
|
-
const { getExtensions: t } = await
|
|
628
|
+
async function Ie(n) {
|
|
629
|
+
const { getExtensions: t } = await ye();
|
|
630
630
|
return t(n);
|
|
631
631
|
}
|
|
632
|
-
const
|
|
632
|
+
const Ee = (n = null) => (n || window.location.search.replace("?", "")).split("&").map((t) => {
|
|
633
633
|
const [e, i] = t.split("=");
|
|
634
634
|
return [e, decodeURIComponent(i || "")];
|
|
635
|
-
}).reduce((t, [e, i]) => (t[e] = i, t), {}),
|
|
636
|
-
const n = window.location.origin, t =
|
|
635
|
+
}).reduce((t, [e, i]) => (t[e] = i, t), {}), Pe = () => {
|
|
636
|
+
const n = window.location.origin, t = Ee();
|
|
637
637
|
return (t == null ? void 0 : t.host) || n;
|
|
638
|
-
},
|
|
639
|
-
var
|
|
640
|
-
const t =
|
|
638
|
+
}, Se = async (n) => {
|
|
639
|
+
var f;
|
|
640
|
+
const t = Pe(), e = n ?? {}, {
|
|
641
641
|
pluginBaseUrl: i = t,
|
|
642
|
-
pluginApiPath: s
|
|
642
|
+
pluginApiPath: s,
|
|
643
643
|
overrides: o = {},
|
|
644
644
|
pluginContext: a
|
|
645
|
-
} = e, r =
|
|
645
|
+
} = e, r = s ? `${i}${s}` : `${i}/api/kos/ui/plugins/contexts`;
|
|
646
646
|
console.log(
|
|
647
|
-
`initialize-plugins: Using Plugin Framework
|
|
647
|
+
`initialize-plugins: Using Plugin Framework. Fetching plugins from ${r}`
|
|
648
648
|
);
|
|
649
|
-
const
|
|
650
|
-
const
|
|
651
|
-
return
|
|
652
|
-
basePath: `${
|
|
653
|
-
extensions:
|
|
654
|
-
contributes:
|
|
655
|
-
remote:
|
|
656
|
-
init: !!
|
|
649
|
+
const l = await (await fetch(r)).json(), u = typeof (a == null ? void 0 : a.context) == "string" ? [a.context] : (a == null ? void 0 : a.context) || [], m = ((f = l.data) == null ? void 0 : f.filter((g) => u.length === 0 || u.includes(g.name)).flatMap((g) => g.plugins)) ?? [], h = m == null ? void 0 : m.reduce((g, p) => {
|
|
650
|
+
const k = (o == null ? void 0 : o[p.id]) ?? `${i}${p.path}`;
|
|
651
|
+
return p.descriptor ? g[p.id] = {
|
|
652
|
+
basePath: `${k}remoteEntry.js`,
|
|
653
|
+
extensions: p.descriptor.extensions || [],
|
|
654
|
+
contributes: p.descriptor.contributes,
|
|
655
|
+
remote: p.descriptor.id,
|
|
656
|
+
init: !!p.descriptor.init
|
|
657
657
|
} : console.error(
|
|
658
|
-
`initialize-plugins: Plugin ${
|
|
659
|
-
),
|
|
658
|
+
`initialize-plugins: Plugin ${p.id} does not have a descriptor`
|
|
659
|
+
), g;
|
|
660
660
|
}, {});
|
|
661
|
-
window.KosPlugins = window.KosPlugins || {}, window.KosPlugins.__dynamicRemotes =
|
|
662
|
-
const
|
|
663
|
-
const
|
|
664
|
-
return
|
|
661
|
+
window.KosPlugins = window.KosPlugins || {}, window.KosPlugins.__dynamicRemotes = h;
|
|
662
|
+
const d = Object.keys(h).reduce((g, p) => {
|
|
663
|
+
const k = h[p].remote;
|
|
664
|
+
return g[k] = h[p].basePath, g;
|
|
665
665
|
}, {});
|
|
666
|
-
return
|
|
666
|
+
return $.setRemoteDefinitions(d), d;
|
|
667
667
|
};
|
|
668
|
-
function
|
|
668
|
+
function Fe(n, t, e = !1) {
|
|
669
669
|
return !n || Object.keys(n).length === 0 ? null : e ? t && n[t] ? n[t] : null : t && n[t] ? n[t] : Object.values(n).filter((s) => typeof s.id == "string").sort((s, o) => {
|
|
670
670
|
const a = typeof s.rank == "number" ? s.rank : 1 / 0, r = typeof o.rank == "number" ? o.rank : 1 / 0;
|
|
671
671
|
if (a === r) {
|
|
@@ -675,26 +675,26 @@ function _e(n, t, e = !1) {
|
|
|
675
675
|
return a - r;
|
|
676
676
|
})[0] ?? null;
|
|
677
677
|
}
|
|
678
|
-
const D =
|
|
679
|
-
id:
|
|
680
|
-
title:
|
|
681
|
-
namespace:
|
|
682
|
-
experienceId:
|
|
678
|
+
const D = x.object({
|
|
679
|
+
id: x.string().min(1, "ID is required").describe("Unique identifier for this extension"),
|
|
680
|
+
title: x.string().min(1, "Title is required").describe("Display title shown in the interface"),
|
|
681
|
+
namespace: x.string().min(1, "Namespace is required").describe("Namespace for organizing related extensions"),
|
|
682
|
+
experienceId: x.string().min(1, "Experience ID is required").describe("Reference to the UI component experience for rendering")
|
|
683
683
|
}), we = D.extend({
|
|
684
|
-
rank:
|
|
684
|
+
rank: x.number().int().min(0).optional().describe("Optional ranking for ordering (higher = preferred)")
|
|
685
685
|
});
|
|
686
|
-
function
|
|
686
|
+
function _e(n, t, e) {
|
|
687
687
|
const i = n.safeParse(t);
|
|
688
688
|
return i.success ? !0 : (i.error.errors.forEach((s) => {
|
|
689
689
|
e.addError(`${s.path.join(".")}: ${s.message}`);
|
|
690
690
|
}), !1);
|
|
691
691
|
}
|
|
692
|
-
function
|
|
692
|
+
function Te(n, t, e) {
|
|
693
693
|
t && !t.includes(".") && e.addWarning(
|
|
694
694
|
`${n} '${t}' should typically include dot notation (e.g., 'category.item')`
|
|
695
695
|
);
|
|
696
696
|
}
|
|
697
|
-
function
|
|
697
|
+
function ve(n, t, e = 1e3) {
|
|
698
698
|
n !== void 0 && n > e && t.addWarning(
|
|
699
699
|
`Rank ${n} seems unusually high - consider using lower values for better ordering`
|
|
700
700
|
);
|
|
@@ -703,9 +703,9 @@ function Oe(n, t = {}) {
|
|
|
703
703
|
return (t.rankable ? we : D).extend(n);
|
|
704
704
|
}
|
|
705
705
|
function De(n, t, e = 1e3) {
|
|
706
|
-
typeof n == "object" && n !== null && "rank" in n &&
|
|
706
|
+
typeof n == "object" && n !== null && "rank" in n && ve(n.rank, t, e);
|
|
707
707
|
}
|
|
708
|
-
class
|
|
708
|
+
class R {
|
|
709
709
|
/**
|
|
710
710
|
* Get all extension points with their plugin information
|
|
711
711
|
*/
|
|
@@ -888,23 +888,23 @@ class I {
|
|
|
888
888
|
);
|
|
889
889
|
return Object.entries(t.contributes).forEach(
|
|
890
890
|
([l, u]) => {
|
|
891
|
-
this.getExpectedExtensionPoints(l).forEach((
|
|
892
|
-
c.has(
|
|
893
|
-
`Extension point '${
|
|
891
|
+
this.getExpectedExtensionPoints(l).forEach((f) => {
|
|
892
|
+
c.has(f) || (s.push(f), i.push(
|
|
893
|
+
`Extension point '${f}' not available for '${l}' contributions`
|
|
894
894
|
), a.push(
|
|
895
|
-
`Ensure the extension point '${
|
|
895
|
+
`Ensure the extension point '${f}' is registered`
|
|
896
896
|
));
|
|
897
897
|
});
|
|
898
898
|
const d = r.getAllExtensionPoints().find(
|
|
899
|
-
(
|
|
899
|
+
(f) => f.config.contributionKey === l
|
|
900
900
|
);
|
|
901
|
-
d && u.length > 0 && u.forEach((
|
|
902
|
-
d.config.isRankable && typeof
|
|
903
|
-
`${l}[${
|
|
901
|
+
d && u.length > 0 && u.forEach((f, g) => {
|
|
902
|
+
d.config.isRankable && typeof f.rank != "number" && (i.push(
|
|
903
|
+
`${l}[${g}]: Extension point '${d.id}' expects 'rank' property`
|
|
904
904
|
), a.push(
|
|
905
905
|
"Add 'rank' property with numeric value for ordering"
|
|
906
|
-
)), d.config.hasView && !
|
|
907
|
-
`${l}[${
|
|
906
|
+
)), d.config.hasView && !f.experienceId && (i.push(
|
|
907
|
+
`${l}[${g}]: Extension point '${d.id}' expects 'experienceId' for view-based contributions`
|
|
908
908
|
), a.push(
|
|
909
909
|
"Add 'experienceId' property linking to an experience definition"
|
|
910
910
|
));
|
|
@@ -957,7 +957,7 @@ class I {
|
|
|
957
957
|
};
|
|
958
958
|
}
|
|
959
959
|
}
|
|
960
|
-
class
|
|
960
|
+
class Ue {
|
|
961
961
|
/**
|
|
962
962
|
* Generate complete documentation for all extension points
|
|
963
963
|
*/
|
|
@@ -967,13 +967,13 @@ class Ae {
|
|
|
967
967
|
includeTypeDefinitions: s = !0,
|
|
968
968
|
includeLegacyExtensions: o = !0,
|
|
969
969
|
includePluginHealth: a = !0
|
|
970
|
-
} = e, r =
|
|
970
|
+
} = e, r = R.getExtensionPoints(
|
|
971
971
|
t,
|
|
972
972
|
{
|
|
973
973
|
includeLegacyExtensions: o,
|
|
974
974
|
includeEmptyExtensionPoints: !0
|
|
975
975
|
}
|
|
976
|
-
), c =
|
|
976
|
+
), c = R.calculateHealthStats(r);
|
|
977
977
|
let l = this.generateHeader(c);
|
|
978
978
|
return l += this.generateTableOfContents(r), l += this.generateOverviewSection(r, c), r.forEach((u) => {
|
|
979
979
|
l += this.generateExtensionPointSection(u, {
|
|
@@ -1184,7 +1184,7 @@ No plugins currently registered for this extension point.
|
|
|
1184
1184
|
`), s.sectionId && (i += `- **Section**: ${s.sectionId}
|
|
1185
1185
|
`), s.rank !== void 0 && (i += `- **Rank**: ${s.rank}
|
|
1186
1186
|
`), e) {
|
|
1187
|
-
const o =
|
|
1187
|
+
const o = R.analyzePlugin(s);
|
|
1188
1188
|
i += `- **Health**: ${this.getHealthEmoji(o.healthStatus)} ${o.healthStatus}
|
|
1189
1189
|
`, o.capabilities.length > 0 && (i += `- **Capabilities**: ${o.capabilities.join(", ")}
|
|
1190
1190
|
`);
|
|
@@ -1497,27 +1497,27 @@ console.log(validation.warnings); // Check for warnings
|
|
|
1497
1497
|
}
|
|
1498
1498
|
export {
|
|
1499
1499
|
D as B,
|
|
1500
|
-
|
|
1501
|
-
|
|
1500
|
+
Ue as D,
|
|
1501
|
+
R as P,
|
|
1502
1502
|
we as R,
|
|
1503
|
-
|
|
1504
|
-
|
|
1503
|
+
Se as a,
|
|
1504
|
+
ye as b,
|
|
1505
1505
|
y as c,
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1506
|
+
he as d,
|
|
1507
|
+
be as e,
|
|
1508
|
+
Ie as f,
|
|
1509
|
+
Re as g,
|
|
1510
|
+
Z as h,
|
|
1511
|
+
Ce as i,
|
|
1512
|
+
J as j,
|
|
1513
1513
|
O as k,
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1514
|
+
xe as l,
|
|
1515
|
+
$ as m,
|
|
1516
|
+
Te as n,
|
|
1517
|
+
ve as o,
|
|
1518
1518
|
Oe as p,
|
|
1519
1519
|
De as q,
|
|
1520
|
-
|
|
1521
|
-
|
|
1520
|
+
Fe as r,
|
|
1521
|
+
_e as v
|
|
1522
1522
|
};
|
|
1523
|
-
//# sourceMappingURL=documentation-generator-
|
|
1523
|
+
//# sourceMappingURL=documentation-generator-BdlPnORN.js.map
|