@dpuse/dpuse-shared 0.3.665 → 0.3.667

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 (43) hide show
  1. package/dist/{componentConfig.schema-BIilERDi.js → componentConfig.schema-CkdR7msf.js} +129 -121
  2. package/dist/dpuse-shared-component.es.js +1 -1
  3. package/dist/dpuse-shared-componentModuleConnector.es.js +2 -2
  4. package/dist/dpuse-shared-componentModuleContext.es.js +2 -2
  5. package/dist/dpuse-shared-componentModulePresenter.es.js +2 -2
  6. package/dist/{moduleConfig.schema-ChaMakUL.js → moduleConfig.schema-CE_hg8Nj.js} +1 -1
  7. package/package.json +16 -16
  8. /package/dist/{types/src → src}/component/componentConfig.schema.d.ts +0 -0
  9. /package/dist/{types/src → src}/component/connection/index.d.ts +0 -0
  10. /package/dist/{types/src → src}/component/dataView/index.d.ts +0 -0
  11. /package/dist/{types/src → src}/component/dimension/index.d.ts +0 -0
  12. /package/dist/{types/src → src}/component/eventQuery/index.d.ts +0 -0
  13. /package/dist/{types/src → src}/component/index.d.ts +0 -0
  14. /package/dist/{types/src → src}/component/module/connector/connectorConfig.schema.d.ts +0 -0
  15. /package/dist/{types/src → src}/component/module/connector/index.d.ts +0 -0
  16. /package/dist/{types/src → src}/component/module/context/contextConfig.schema.d.ts +0 -0
  17. /package/dist/{types/src → src}/component/module/context/index.d.ts +0 -0
  18. /package/dist/{types/src → src}/component/module/context/model/dimension/index.d.ts +0 -0
  19. /package/dist/{types/src → src}/component/module/context/model/entity/dataItem/index.d.ts +0 -0
  20. /package/dist/{types/src → src}/component/module/context/model/entity/event/index.d.ts +0 -0
  21. /package/dist/{types/src → src}/component/module/context/model/entity/index.d.ts +0 -0
  22. /package/dist/{types/src → src}/component/module/context/model/entity/primaryMeasure/index.d.ts +0 -0
  23. /package/dist/{types/src → src}/component/module/context/model/index.d.ts +0 -0
  24. /package/dist/{types/src → src}/component/module/context/model/secondaryMeasure/index.d.ts +0 -0
  25. /package/dist/{types/src → src}/component/module/index.d.ts +0 -0
  26. /package/dist/{types/src → src}/component/module/moduleConfig.schema.d.ts +0 -0
  27. /package/dist/{types/src → src}/component/module/presenter/index.d.ts +0 -0
  28. /package/dist/{types/src → src}/component/module/presenter/presentation/index.d.ts +0 -0
  29. /package/dist/{types/src → src}/component/module/presenter/presenterConfig.schema.d.ts +0 -0
  30. /package/dist/{types/src → src}/component/module/tool/index.d.ts +0 -0
  31. /package/dist/{types/src → src}/encoding/index.d.ts +0 -0
  32. /package/dist/{types/src → src}/engine/index.d.ts +0 -0
  33. /package/dist/{types/src → src}/errors/index.d.ts +0 -0
  34. /package/dist/{types/src → src}/locale/index.d.ts +0 -0
  35. /package/dist/{types/src → src}/locale/locale.schema.d.ts +0 -0
  36. /package/dist/{types/src → src}/schema.d.ts +0 -0
  37. /package/dist/{types/src → src}/utilities/index.d.ts +0 -0
  38. /package/dist/{types/tests → tests}/errors/index.test.d.ts +0 -0
  39. /package/dist/{types/tests → tests}/locale/index.test.d.ts +0 -0
  40. /package/dist/{types/tests → tests}/schema/index.test.d.ts +0 -0
  41. /package/dist/{types/tests → tests}/utilities/index.test.d.ts +0 -0
  42. /package/dist/{types/vite.config.d.ts → vite.config.d.ts} +0 -0
  43. /package/dist/{types/vitest.config.d.ts → vitest.config.d.ts} +0 -0
@@ -1,90 +1,97 @@
1
1
  //#region node_modules/valibot/dist/index.mjs
2
- var e;
2
+ var e, t = {
3
+ lang: void 0,
4
+ message: void 0,
5
+ abortEarly: void 0,
6
+ abortPipeEarly: void 0
7
+ };
3
8
  /* @__NO_SIDE_EFFECTS__ */
4
- function t(t) {
5
- return {
6
- lang: t?.lang ?? e?.lang,
7
- message: t?.message,
8
- abortEarly: t?.abortEarly ?? e?.abortEarly,
9
- abortPipeEarly: t?.abortPipeEarly ?? e?.abortPipeEarly
9
+ function n(n) {
10
+ return !n && !e ? t : {
11
+ lang: n?.lang ?? e?.lang,
12
+ message: n?.message,
13
+ abortEarly: n?.abortEarly ?? e?.abortEarly,
14
+ abortPipeEarly: n?.abortPipeEarly ?? e?.abortPipeEarly
10
15
  };
11
16
  }
12
- var n;
17
+ var r;
13
18
  /* @__NO_SIDE_EFFECTS__ */
14
- function r(e) {
15
- return n?.get(e);
19
+ function i(e) {
20
+ return r?.get(e);
16
21
  }
17
- var i;
22
+ var a;
18
23
  /* @__NO_SIDE_EFFECTS__ */
19
- function a(e) {
20
- return i?.get(e);
24
+ function o(e) {
25
+ return a?.get(e);
21
26
  }
22
- var o;
27
+ var s;
23
28
  /* @__NO_SIDE_EFFECTS__ */
24
- function s(e, t) {
25
- return o?.get(e)?.get(t);
29
+ function c(e, t) {
30
+ return s?.get(e)?.get(t);
26
31
  }
27
32
  /* @__NO_SIDE_EFFECTS__ */
28
- function c(e) {
33
+ function l(e) {
29
34
  let t = typeof e;
30
35
  return t === "string" ? `"${e}"` : t === "number" || t === "bigint" || t === "boolean" ? `${e}` : t === "object" || t === "function" ? (e && Object.getPrototypeOf(e)?.constructor?.name) ?? "null" : t;
31
36
  }
32
- function l(e, t, n, i, o) {
33
- let l = o && "input" in o ? o.input : n.value, u = o?.expected ?? e.expects ?? null, d = o?.received ?? /* @__PURE__ */ c(l), f = {
37
+ function u(e, t, n, r, a) {
38
+ let s = a && "input" in a ? a.input : n.value, u = a?.expected ?? e.expects ?? null, d = a?.received ?? /* @__PURE__ */ l(s), f = {
34
39
  kind: e.kind,
35
40
  type: e.type,
36
- input: l,
41
+ input: s,
37
42
  expected: u,
38
43
  received: d,
39
44
  message: `Invalid ${t}: ${u ? `Expected ${u} but r` : "R"}eceived ${d}`,
40
45
  requirement: e.requirement,
41
- path: o?.path,
42
- issues: o?.issues,
43
- lang: i.lang,
44
- abortEarly: i.abortEarly,
45
- abortPipeEarly: i.abortPipeEarly
46
- }, p = e.kind === "schema", m = o?.message ?? e.message ?? /* @__PURE__ */ s(e.reference, f.lang) ?? (p ? /* @__PURE__ */ a(f.lang) : null) ?? i.message ?? /* @__PURE__ */ r(f.lang);
46
+ path: a?.path,
47
+ issues: a?.issues,
48
+ lang: r.lang,
49
+ abortEarly: r.abortEarly,
50
+ abortPipeEarly: r.abortPipeEarly
51
+ }, p = e.kind === "schema", m = a?.message ?? e.message ?? /* @__PURE__ */ c(e.reference, f.lang) ?? (p ? /* @__PURE__ */ o(f.lang) : null) ?? r.message ?? /* @__PURE__ */ i(f.lang);
47
52
  m !== void 0 && (f.message = typeof m == "function" ? m(f) : m), p && (n.typed = !1), n.issues ? n.issues.push(f) : n.issues = [f];
48
53
  }
54
+ var d = /* @__PURE__ */ new WeakMap();
49
55
  /* @__NO_SIDE_EFFECTS__ */
50
- function u(e) {
51
- return {
56
+ function f(e) {
57
+ let t = d.get(e);
58
+ return t || (t = {
52
59
  version: 1,
53
60
  vendor: "valibot",
54
- validate(n) {
55
- return e["~run"]({ value: n }, /* @__PURE__ */ t());
61
+ validate(t) {
62
+ return e["~run"]({ value: t }, /* @__PURE__ */ n());
56
63
  }
57
- };
64
+ }, d.set(e, t)), t;
58
65
  }
59
66
  /* @__NO_SIDE_EFFECTS__ */
60
- function d(e, t) {
61
- return Object.hasOwn(e, t) && t !== "__proto__" && t !== "prototype" && t !== "constructor";
67
+ function p(e, t) {
68
+ return Object.prototype.hasOwnProperty.call(e, t) && t !== "__proto__" && t !== "prototype" && t !== "constructor";
62
69
  }
63
70
  /* @__NO_SIDE_EFFECTS__ */
64
- function f(e, t) {
71
+ function m(e, t) {
65
72
  let n = [...new Set(e)];
66
73
  return n.length > 1 ? `(${n.join(` ${t} `)})` : n[0] ?? "never";
67
74
  }
68
75
  /* @__NO_SIDE_EFFECTS__ */
69
- function p(e, t, n) {
76
+ function h(e, t, n) {
70
77
  return typeof e.fallback == "function" ? e.fallback(t, n) : e.fallback;
71
78
  }
72
79
  /* @__NO_SIDE_EFFECTS__ */
73
- function m(e, t, n) {
80
+ function g(e, t, n) {
74
81
  return typeof e.default == "function" ? e.default(t, n) : e.default;
75
82
  }
76
83
  /* @__NO_SIDE_EFFECTS__ */
77
- function h(e, t) {
84
+ function _(e, t) {
78
85
  return {
79
86
  kind: "schema",
80
87
  type: "array",
81
- reference: h,
88
+ reference: _,
82
89
  expects: "Array",
83
90
  async: !1,
84
91
  item: e,
85
92
  message: t,
86
93
  get "~standard"() {
87
- return /* @__PURE__ */ u(this);
94
+ return /* @__PURE__ */ f(this);
88
95
  },
89
96
  "~run"(e, t) {
90
97
  let n = e.value;
@@ -108,93 +115,93 @@ function h(e, t) {
108
115
  }
109
116
  a.typed || (e.typed = !1), e.value.push(a.value);
110
117
  }
111
- } else l(this, "type", e, t);
118
+ } else u(this, "type", e, t);
112
119
  return e;
113
120
  }
114
121
  };
115
122
  }
116
123
  /* @__NO_SIDE_EFFECTS__ */
117
- function g(e) {
124
+ function v(e) {
118
125
  return {
119
126
  kind: "schema",
120
127
  type: "boolean",
121
- reference: g,
128
+ reference: v,
122
129
  expects: "boolean",
123
130
  async: !1,
124
131
  message: e,
125
132
  get "~standard"() {
126
- return /* @__PURE__ */ u(this);
133
+ return /* @__PURE__ */ f(this);
127
134
  },
128
135
  "~run"(e, t) {
129
- return typeof e.value == "boolean" ? e.typed = !0 : l(this, "type", e, t), e;
136
+ return typeof e.value == "boolean" ? e.typed = !0 : u(this, "type", e, t), e;
130
137
  }
131
138
  };
132
139
  }
133
140
  /* @__NO_SIDE_EFFECTS__ */
134
- function _(e, t) {
141
+ function y(e, t) {
135
142
  return {
136
143
  kind: "schema",
137
144
  type: "literal",
138
- reference: _,
139
- expects: /* @__PURE__ */ c(e),
145
+ reference: y,
146
+ expects: /* @__PURE__ */ l(e),
140
147
  async: !1,
141
148
  literal: e,
142
149
  message: t,
143
150
  get "~standard"() {
144
- return /* @__PURE__ */ u(this);
151
+ return /* @__PURE__ */ f(this);
145
152
  },
146
153
  "~run"(e, t) {
147
- return e.value === this.literal ? e.typed = !0 : l(this, "type", e, t), e;
154
+ return e.value === this.literal ? e.typed = !0 : u(this, "type", e, t), e;
148
155
  }
149
156
  };
150
157
  }
151
158
  /* @__NO_SIDE_EFFECTS__ */
152
- function v(e, t) {
159
+ function b(e, t) {
153
160
  return {
154
161
  kind: "schema",
155
162
  type: "nullable",
156
- reference: v,
163
+ reference: b,
157
164
  expects: `(${e.expects} | null)`,
158
165
  async: !1,
159
166
  wrapped: e,
160
167
  default: t,
161
168
  get "~standard"() {
162
- return /* @__PURE__ */ u(this);
169
+ return /* @__PURE__ */ f(this);
163
170
  },
164
171
  "~run"(e, t) {
165
- return e.value === null && (this.default !== void 0 && (e.value = /* @__PURE__ */ m(this, e, t)), e.value === null) ? (e.typed = !0, e) : this.wrapped["~run"](e, t);
172
+ return e.value === null && (this.default !== void 0 && (e.value = /* @__PURE__ */ g(this, e, t)), e.value === null) ? (e.typed = !0, e) : this.wrapped["~run"](e, t);
166
173
  }
167
174
  };
168
175
  }
169
176
  /* @__NO_SIDE_EFFECTS__ */
170
- function y(e) {
177
+ function x(e) {
171
178
  return {
172
179
  kind: "schema",
173
180
  type: "number",
174
- reference: y,
181
+ reference: x,
175
182
  expects: "number",
176
183
  async: !1,
177
184
  message: e,
178
185
  get "~standard"() {
179
- return /* @__PURE__ */ u(this);
186
+ return /* @__PURE__ */ f(this);
180
187
  },
181
188
  "~run"(e, t) {
182
- return typeof e.value == "number" && !isNaN(e.value) ? e.typed = !0 : l(this, "type", e, t), e;
189
+ return typeof e.value == "number" && !isNaN(e.value) ? e.typed = !0 : u(this, "type", e, t), e;
183
190
  }
184
191
  };
185
192
  }
186
193
  /* @__NO_SIDE_EFFECTS__ */
187
- function b(e, t) {
194
+ function S(e, t) {
188
195
  return {
189
196
  kind: "schema",
190
197
  type: "object",
191
- reference: b,
198
+ reference: S,
192
199
  expects: "Object",
193
200
  async: !1,
194
201
  entries: e,
195
202
  message: t,
196
203
  get "~standard"() {
197
- return /* @__PURE__ */ u(this);
204
+ return /* @__PURE__ */ f(this);
198
205
  },
199
206
  "~run"(e, t) {
200
207
  let n = e.value;
@@ -203,7 +210,7 @@ function b(e, t) {
203
210
  for (let r in this.entries) {
204
211
  let i = this.entries[r];
205
212
  if (r in n || (i.type === "exact_optional" || i.type === "optional" || i.type === "nullish") && i.default !== void 0) {
206
- let a = r in n ? n[r] : /* @__PURE__ */ m(i), o = i["~run"]({ value: a }, t);
213
+ let a = r in n ? n[r] : /* @__PURE__ */ g(i), o = i["~run"]({ value: a }, t);
207
214
  if (o.issues) {
208
215
  let i = {
209
216
  type: "object",
@@ -219,8 +226,8 @@ function b(e, t) {
219
226
  }
220
227
  }
221
228
  o.typed || (e.typed = !1), e.value[r] = o.value;
222
- } else if (i.fallback !== void 0) e.value[r] = /* @__PURE__ */ p(i);
223
- else if (i.type !== "exact_optional" && i.type !== "optional" && i.type !== "nullish" && (l(this, "key", e, t, {
229
+ } else if (i.fallback !== void 0) e.value[r] = /* @__PURE__ */ h(i);
230
+ else if (i.type !== "exact_optional" && i.type !== "optional" && i.type !== "nullish" && (u(this, "key", e, t, {
224
231
  input: void 0,
225
232
  expected: `"${r}"`,
226
233
  path: [{
@@ -232,48 +239,48 @@ function b(e, t) {
232
239
  }]
233
240
  }), t.abortEarly)) break;
234
241
  }
235
- } else l(this, "type", e, t);
242
+ } else u(this, "type", e, t);
236
243
  return e;
237
244
  }
238
245
  };
239
246
  }
240
247
  /* @__NO_SIDE_EFFECTS__ */
241
- function x(e, t) {
248
+ function C(e, t) {
242
249
  return {
243
250
  kind: "schema",
244
251
  type: "optional",
245
- reference: x,
252
+ reference: C,
246
253
  expects: `(${e.expects} | undefined)`,
247
254
  async: !1,
248
255
  wrapped: e,
249
256
  default: t,
250
257
  get "~standard"() {
251
- return /* @__PURE__ */ u(this);
258
+ return /* @__PURE__ */ f(this);
252
259
  },
253
260
  "~run"(e, t) {
254
- return e.value === void 0 && (this.default !== void 0 && (e.value = /* @__PURE__ */ m(this, e, t)), e.value === void 0) ? (e.typed = !0, e) : this.wrapped["~run"](e, t);
261
+ return e.value === void 0 && (this.default !== void 0 && (e.value = /* @__PURE__ */ g(this, e, t)), e.value === void 0) ? (e.typed = !0, e) : this.wrapped["~run"](e, t);
255
262
  }
256
263
  };
257
264
  }
258
265
  /* @__NO_SIDE_EFFECTS__ */
259
- function S(e, t, n) {
266
+ function w(e, t, n) {
260
267
  return {
261
268
  kind: "schema",
262
269
  type: "record",
263
- reference: S,
270
+ reference: w,
264
271
  expects: "Object",
265
272
  async: !1,
266
273
  key: e,
267
274
  value: t,
268
275
  message: n,
269
276
  get "~standard"() {
270
- return /* @__PURE__ */ u(this);
277
+ return /* @__PURE__ */ f(this);
271
278
  },
272
279
  "~run"(e, t) {
273
280
  let n = e.value;
274
281
  if (n && typeof n == "object") {
275
282
  e.typed = !0, e.value = {};
276
- for (let r in n) if (/* @__PURE__ */ d(n, r)) {
283
+ for (let r in n) if (/* @__PURE__ */ p(n, r)) {
277
284
  let i = n[r], a = this.key["~run"]({ value: r }, t);
278
285
  if (a.issues) {
279
286
  let o = {
@@ -306,46 +313,47 @@ function S(e, t, n) {
306
313
  }
307
314
  (!a.typed || !o.typed) && (e.typed = !1), a.typed && (e.value[a.value] = o.value);
308
315
  }
309
- } else l(this, "type", e, t);
316
+ } else u(this, "type", e, t);
310
317
  return e;
311
318
  }
312
319
  };
313
320
  }
314
321
  /* @__NO_SIDE_EFFECTS__ */
315
- function C(e) {
322
+ function T(e) {
316
323
  return {
317
324
  kind: "schema",
318
325
  type: "string",
319
- reference: C,
326
+ reference: T,
320
327
  expects: "string",
321
328
  async: !1,
322
329
  message: e,
323
330
  get "~standard"() {
324
- return /* @__PURE__ */ u(this);
331
+ return /* @__PURE__ */ f(this);
325
332
  },
326
333
  "~run"(e, t) {
327
- return typeof e.value == "string" ? e.typed = !0 : l(this, "type", e, t), e;
334
+ return typeof e.value == "string" ? e.typed = !0 : u(this, "type", e, t), e;
328
335
  }
329
336
  };
330
337
  }
331
338
  /* @__NO_SIDE_EFFECTS__ */
332
- function w(e) {
339
+ function E(e) {
333
340
  let t;
334
- if (e) for (let n of e) t ? t.push(...n.issues) : t = n.issues;
341
+ if (e) for (let n of e) if (t) for (let e of n.issues) t.push(e);
342
+ else t = n.issues;
335
343
  return t;
336
344
  }
337
345
  /* @__NO_SIDE_EFFECTS__ */
338
- function T(e, t) {
346
+ function D(e, t) {
339
347
  return {
340
348
  kind: "schema",
341
349
  type: "union",
342
- reference: T,
343
- expects: /* @__PURE__ */ f(e.map((e) => e.expects), "|"),
350
+ reference: D,
351
+ expects: /* @__PURE__ */ m(e.map((e) => e.expects), "|"),
344
352
  async: !1,
345
353
  options: e,
346
354
  message: t,
347
355
  get "~standard"() {
348
- return /* @__PURE__ */ u(this);
356
+ return /* @__PURE__ */ f(this);
349
357
  },
350
358
  "~run"(e, t) {
351
359
  let n, r, i;
@@ -361,22 +369,22 @@ function T(e, t) {
361
369
  if (n) return n;
362
370
  if (r) {
363
371
  if (r.length === 1) return r[0];
364
- l(this, "type", e, t, { issues: /* @__PURE__ */ w(r) }), e.typed = !0;
372
+ u(this, "type", e, t, { issues: /* @__PURE__ */ E(r) }), e.typed = !0;
365
373
  } else if (i?.length === 1) return i[0];
366
- else l(this, "type", e, t, { issues: /* @__PURE__ */ w(i) });
374
+ else u(this, "type", e, t, { issues: /* @__PURE__ */ E(i) });
367
375
  return e;
368
376
  }
369
377
  };
370
378
  }
371
379
  //#endregion
372
380
  //#region src/schema.ts
373
- var E = (e) => /* @__PURE__ */ T(e.map((e) => /* @__PURE__ */ _(e))), D = /* @__PURE__ */ b({
374
- en: /* @__PURE__ */ C(),
375
- es: /* @__PURE__ */ C()
376
- }), O = /* @__PURE__ */ b({
377
- en: /* @__PURE__ */ x(/* @__PURE__ */ C()),
378
- es: /* @__PURE__ */ x(/* @__PURE__ */ C())
379
- }), k = E([
381
+ var O = (e) => /* @__PURE__ */ D(e.map((e) => /* @__PURE__ */ y(e))), k = /* @__PURE__ */ S({
382
+ en: /* @__PURE__ */ T(),
383
+ es: /* @__PURE__ */ T()
384
+ }), A = /* @__PURE__ */ S({
385
+ en: /* @__PURE__ */ C(/* @__PURE__ */ T()),
386
+ es: /* @__PURE__ */ C(/* @__PURE__ */ T())
387
+ }), j = O([
380
388
  "app",
381
389
  "connector",
382
390
  "connectorConnection",
@@ -400,12 +408,12 @@ var E = (e) => /* @__PURE__ */ T(e.map((e) => /* @__PURE__ */ _(e))), D = /* @__
400
408
  "presenter",
401
409
  "presenterPresentation",
402
410
  "tool"
403
- ]), A = E([
411
+ ]), M = O([
404
412
  "amber",
405
413
  "green",
406
414
  "red",
407
415
  "other"
408
- ]), j = E([
416
+ ]), N = O([
409
417
  "alpha",
410
418
  "beta",
411
419
  "generalAvailability",
@@ -415,32 +423,32 @@ var E = (e) => /* @__PURE__ */ T(e.map((e) => /* @__PURE__ */ _(e))), D = /* @__
415
423
  "releaseCandidate",
416
424
  "unavailable",
417
425
  "underReview"
418
- ]), M = /* @__PURE__ */ b({
419
- color: A,
420
- label: /* @__PURE__ */ C()
421
- }), N = /* @__PURE__ */ b({
422
- id: /* @__PURE__ */ C(),
423
- label: O,
424
- description: O,
425
- icon: /* @__PURE__ */ v(/* @__PURE__ */ C()),
426
- iconDark: /* @__PURE__ */ v(/* @__PURE__ */ C()),
427
- iconNeutral: /* @__PURE__ */ v(/* @__PURE__ */ C()),
428
- order: /* @__PURE__ */ y(),
429
- path: /* @__PURE__ */ C()
430
- }), P = {
431
- id: /* @__PURE__ */ C(),
432
- label: O,
433
- description: O,
434
- firstCreatedAt: /* @__PURE__ */ v(/* @__PURE__ */ y()),
435
- icon: /* @__PURE__ */ v(/* @__PURE__ */ C()),
436
- iconDark: /* @__PURE__ */ v(/* @__PURE__ */ C()),
437
- iconNeutral: /* @__PURE__ */ v(/* @__PURE__ */ C()),
438
- lastUpdatedAt: /* @__PURE__ */ v(/* @__PURE__ */ y()),
439
- status: /* @__PURE__ */ v(M),
440
- statusId: /* @__PURE__ */ v(j)
441
- }, F = /* @__PURE__ */ b({
442
- ...P,
443
- typeId: k
426
+ ]), P = /* @__PURE__ */ S({
427
+ color: M,
428
+ label: /* @__PURE__ */ T()
429
+ }), F = /* @__PURE__ */ S({
430
+ id: /* @__PURE__ */ T(),
431
+ label: A,
432
+ description: A,
433
+ icon: /* @__PURE__ */ b(/* @__PURE__ */ T()),
434
+ iconDark: /* @__PURE__ */ b(/* @__PURE__ */ T()),
435
+ iconNeutral: /* @__PURE__ */ b(/* @__PURE__ */ T()),
436
+ order: /* @__PURE__ */ x(),
437
+ path: /* @__PURE__ */ T()
438
+ }), I = {
439
+ id: /* @__PURE__ */ T(),
440
+ label: A,
441
+ description: A,
442
+ firstCreatedAt: /* @__PURE__ */ b(/* @__PURE__ */ x()),
443
+ icon: /* @__PURE__ */ b(/* @__PURE__ */ T()),
444
+ iconDark: /* @__PURE__ */ b(/* @__PURE__ */ T()),
445
+ iconNeutral: /* @__PURE__ */ b(/* @__PURE__ */ T()),
446
+ lastUpdatedAt: /* @__PURE__ */ b(/* @__PURE__ */ x()),
447
+ status: /* @__PURE__ */ b(P),
448
+ statusId: /* @__PURE__ */ b(N)
449
+ }, L = /* @__PURE__ */ S({
450
+ ...I,
451
+ typeId: j
444
452
  });
445
453
  //#endregion
446
- export { E as a, _ as c, b as d, x as f, D as i, v as l, C as m, F as n, h as o, S as p, N as r, g as s, P as t, y as u };
454
+ export { O as a, y as c, S as d, C as f, k as i, b as l, T as m, L as n, _ as o, w as p, F as r, v as s, I as t, x as u };
@@ -1,5 +1,5 @@
1
1
  import "./dpuse-shared-locale.es.js";
2
- import { n as e } from "./componentConfig.schema-BIilERDi.js";
2
+ import { n as e } from "./componentConfig.schema-CkdR7msf.js";
3
3
  //#region src/component/index.ts
4
4
  var t = [
5
5
  {
@@ -1,6 +1,6 @@
1
1
  import { createLabelMap as e, resolveLabel as t } from "./dpuse-shared-locale.es.js";
2
- import { a as n, c as r, d as i, f as a, i as o, l as s, m as c, o as l, p as u, s as d, u as f } from "./componentConfig.schema-BIilERDi.js";
3
- import { t as p } from "./moduleConfig.schema-ChaMakUL.js";
2
+ import { a as n, c as r, d as i, f as a, i as o, l as s, m as c, o as l, p as u, s as d, u as f } from "./componentConfig.schema-CkdR7msf.js";
3
+ import { t as p } from "./moduleConfig.schema-CE_hg8Nj.js";
4
4
  //#region src/component/module/connector/connectorConfig.schema.ts
5
5
  var m = n([
6
6
  "application",
@@ -1,5 +1,5 @@
1
- import { a as e, c as t, d as n, o as r, r as i, t as a, u as o } from "./componentConfig.schema-BIilERDi.js";
2
- import { t as s } from "./moduleConfig.schema-ChaMakUL.js";
1
+ import { a as e, c as t, d as n, o as r, r as i, t as a, u as o } from "./componentConfig.schema-CkdR7msf.js";
2
+ import { t as s } from "./moduleConfig.schema-CE_hg8Nj.js";
3
3
  //#region src/component/module/context/contextConfig.schema.ts
4
4
  var c = n({
5
5
  ...a,
@@ -1,5 +1,5 @@
1
- import { a as e, c as t, d as n, o as r, r as i } from "./componentConfig.schema-BIilERDi.js";
2
- import { t as a } from "./moduleConfig.schema-ChaMakUL.js";
1
+ import { a as e, c as t, d as n, o as r, r as i } from "./componentConfig.schema-CkdR7msf.js";
2
+ import { t as a } from "./moduleConfig.schema-CE_hg8Nj.js";
3
3
  //#region src/component/module/presenter/presenterConfig.schema.ts
4
4
  var o = e([
5
5
  "list",
@@ -1,4 +1,4 @@
1
- import { a as e, d as t, m as n, t as r } from "./componentConfig.schema-BIilERDi.js";
1
+ import { a as e, d as t, m as n, t as r } from "./componentConfig.schema-CkdR7msf.js";
2
2
  //#region src/component/module/moduleConfig.schema.ts
3
3
  var i = e([
4
4
  "app",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpuse/dpuse-shared",
3
- "version": "0.3.665",
3
+ "version": "0.3.667",
4
4
  "description": "Common constants, types and utilities used across all DPUse projects.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",
@@ -117,24 +117,24 @@
117
117
  "prettier": "@dpuse/dpuse-development/prettierrc",
118
118
  "devDependencies": {
119
119
  "@dpuse/dpuse-development": "^0.3.497",
120
- "@dpuse/eslint-config-dpuse": "^1.0.55",
121
- "@types/node": "^25.6.0",
122
- "@typescript-eslint/eslint-plugin": "^8.59.0",
123
- "@typescript-eslint/parser": "^8.59.0",
124
- "eslint": "^9.39.4",
120
+ "@dpuse/eslint-config-dpuse": "^1.0.66",
121
+ "@types/node": "^25.7.0",
122
+ "@typescript-eslint/eslint-plugin": "^8.59.3",
123
+ "@typescript-eslint/parser": "^8.59.3",
124
+ "eslint": "^10.3.0",
125
125
  "eslint-import-resolver-typescript": "^4.4.4",
126
- "eslint-plugin-import": "^2.32.0",
126
+ "eslint-plugin-import-x": "^4.16.2",
127
127
  "eslint-plugin-security": "^4.0.0",
128
128
  "eslint-plugin-sonarjs": "^4.0.3",
129
- "eslint-plugin-unicorn": "^63.0.0",
129
+ "eslint-plugin-unicorn": "^64.0.0",
130
130
  "file-type": "^22.0.1",
131
- "jiti": "^2.6.1",
132
- "license-downloader": "^1.3.3",
131
+ "jiti": "^2.7.0",
132
+ "license-downloader": "^2.0.0",
133
133
  "license-report": "^6.8.2",
134
134
  "license-report-check": "^1.0.0",
135
135
  "license-report-recursive": "^6.8.4",
136
136
  "md-to-pdf": "^5.2.5",
137
- "npm-check-updates": "^22.0.1",
137
+ "npm-check-updates": "^22.2.0",
138
138
  "owasp-dependency-check": "^1.0.1",
139
139
  "prettier": "^3.8.3",
140
140
  "rollup-plugin-visualizer": "^7.0.1",
@@ -143,11 +143,11 @@
143
143
  "typedoc": "^0.28.19",
144
144
  "typedoc-github-theme": "^0.4.0",
145
145
  "typedoc-material-theme": "^1.4.1",
146
- "typescript": "^5.9.3",
147
- "valibot": "^1.3.1",
148
- "vite": "^8.0.10",
149
- "vite-plugin-dts": "^4.5.4",
150
- "vitest": "^4.1.5"
146
+ "typescript": "^6.0.3",
147
+ "valibot": "^1.4.0",
148
+ "vite": "^8.0.12",
149
+ "vite-plugin-dts": "^5.0.0",
150
+ "vitest": "^4.1.6"
151
151
  },
152
152
  "scripts": {
153
153
  "audit": "op run --env-file=.env -- node -e \"import('@dpuse/dpuse-development').then(m => m.auditDependencies())\"",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes