@dpuse/dpuse-shared 0.3.664 → 0.3.666
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/{componentConfig.schema-CpjcH9JV.js → componentConfig.schema-CkdR7msf.js} +129 -119
- package/dist/dpuse-shared-component.es.js +1 -1
- package/dist/dpuse-shared-componentModuleConnector.es.js +2 -2
- package/dist/dpuse-shared-componentModuleContext.es.js +2 -2
- package/dist/dpuse-shared-componentModulePresenter.es.js +2 -2
- package/dist/{moduleConfig.schema-DE8ldb7c.js → moduleConfig.schema-CE_hg8Nj.js} +1 -1
- package/dist/{types/src → src}/component/componentConfig.schema.d.ts +3 -0
- package/dist/{types/src → src}/component/module/connector/connectorConfig.schema.d.ts +1 -0
- package/dist/{types/src → src}/component/module/context/contextConfig.schema.d.ts +3 -0
- package/dist/{types/src → src}/component/module/moduleConfig.schema.d.ts +2 -0
- package/dist/{types/src → src}/component/module/presenter/presenterConfig.schema.d.ts +2 -0
- package/package.json +12 -12
- /package/dist/{types/src → src}/component/connection/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/dataView/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/dimension/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/eventQuery/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/module/connector/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/module/context/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/module/context/model/dimension/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/module/context/model/entity/dataItem/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/module/context/model/entity/event/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/module/context/model/entity/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/module/context/model/entity/primaryMeasure/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/module/context/model/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/module/context/model/secondaryMeasure/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/module/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/module/presenter/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/module/presenter/presentation/index.d.ts +0 -0
- /package/dist/{types/src → src}/component/module/tool/index.d.ts +0 -0
- /package/dist/{types/src → src}/encoding/index.d.ts +0 -0
- /package/dist/{types/src → src}/engine/index.d.ts +0 -0
- /package/dist/{types/src → src}/errors/index.d.ts +0 -0
- /package/dist/{types/src → src}/locale/index.d.ts +0 -0
- /package/dist/{types/src → src}/locale/locale.schema.d.ts +0 -0
- /package/dist/{types/src → src}/schema.d.ts +0 -0
- /package/dist/{types/src → src}/utilities/index.d.ts +0 -0
- /package/dist/{types/tests → tests}/errors/index.test.d.ts +0 -0
- /package/dist/{types/tests → tests}/locale/index.test.d.ts +0 -0
- /package/dist/{types/tests → tests}/schema/index.test.d.ts +0 -0
- /package/dist/{types/tests → tests}/utilities/index.test.d.ts +0 -0
- /package/dist/{types/vite.config.d.ts → vite.config.d.ts} +0 -0
- /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
|
|
5
|
-
return {
|
|
6
|
-
lang:
|
|
7
|
-
message:
|
|
8
|
-
abortEarly:
|
|
9
|
-
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
|
|
17
|
+
var r;
|
|
13
18
|
/* @__NO_SIDE_EFFECTS__ */
|
|
14
|
-
function
|
|
15
|
-
return
|
|
19
|
+
function i(e) {
|
|
20
|
+
return r?.get(e);
|
|
16
21
|
}
|
|
17
|
-
var
|
|
22
|
+
var a;
|
|
18
23
|
/* @__NO_SIDE_EFFECTS__ */
|
|
19
|
-
function
|
|
20
|
-
return
|
|
24
|
+
function o(e) {
|
|
25
|
+
return a?.get(e);
|
|
21
26
|
}
|
|
22
|
-
var
|
|
27
|
+
var s;
|
|
23
28
|
/* @__NO_SIDE_EFFECTS__ */
|
|
24
|
-
function
|
|
25
|
-
return
|
|
29
|
+
function c(e, t) {
|
|
30
|
+
return s?.get(e)?.get(t);
|
|
26
31
|
}
|
|
27
32
|
/* @__NO_SIDE_EFFECTS__ */
|
|
28
|
-
function
|
|
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
|
|
33
|
-
let
|
|
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:
|
|
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:
|
|
42
|
-
issues:
|
|
43
|
-
lang:
|
|
44
|
-
abortEarly:
|
|
45
|
-
abortPipeEarly:
|
|
46
|
-
}, p = e.kind === "schema", m =
|
|
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
|
|
51
|
-
|
|
56
|
+
function f(e) {
|
|
57
|
+
let t = d.get(e);
|
|
58
|
+
return t || (t = {
|
|
52
59
|
version: 1,
|
|
53
60
|
vendor: "valibot",
|
|
54
|
-
validate(
|
|
55
|
-
return e["~run"]({ value:
|
|
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
|
|
61
|
-
return Object.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
84
|
+
function _(e, t) {
|
|
78
85
|
return {
|
|
79
86
|
kind: "schema",
|
|
80
87
|
type: "array",
|
|
81
|
-
reference:
|
|
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__ */
|
|
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
|
|
118
|
+
} else u(this, "type", e, t);
|
|
112
119
|
return e;
|
|
113
120
|
}
|
|
114
121
|
};
|
|
115
122
|
}
|
|
116
123
|
/* @__NO_SIDE_EFFECTS__ */
|
|
117
|
-
function
|
|
124
|
+
function v(e) {
|
|
118
125
|
return {
|
|
119
126
|
kind: "schema",
|
|
120
127
|
type: "boolean",
|
|
121
|
-
reference:
|
|
128
|
+
reference: v,
|
|
122
129
|
expects: "boolean",
|
|
123
130
|
async: !1,
|
|
124
131
|
message: e,
|
|
125
132
|
get "~standard"() {
|
|
126
|
-
return /* @__PURE__ */
|
|
133
|
+
return /* @__PURE__ */ f(this);
|
|
127
134
|
},
|
|
128
135
|
"~run"(e, t) {
|
|
129
|
-
return typeof e.value == "boolean" ? e.typed = !0 :
|
|
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
|
|
141
|
+
function y(e, t) {
|
|
135
142
|
return {
|
|
136
143
|
kind: "schema",
|
|
137
144
|
type: "literal",
|
|
138
|
-
reference:
|
|
139
|
-
expects: /* @__PURE__ */
|
|
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__ */
|
|
151
|
+
return /* @__PURE__ */ f(this);
|
|
145
152
|
},
|
|
146
153
|
"~run"(e, t) {
|
|
147
|
-
return e.value === this.literal ? e.typed = !0 :
|
|
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
|
|
159
|
+
function b(e, t) {
|
|
153
160
|
return {
|
|
154
161
|
kind: "schema",
|
|
155
162
|
type: "nullable",
|
|
156
|
-
reference:
|
|
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__ */
|
|
169
|
+
return /* @__PURE__ */ f(this);
|
|
163
170
|
},
|
|
164
171
|
"~run"(e, t) {
|
|
165
|
-
return e.value === null && (this.default !== void 0 && (e.value = /* @__PURE__ */
|
|
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
|
|
177
|
+
function x(e) {
|
|
171
178
|
return {
|
|
172
179
|
kind: "schema",
|
|
173
180
|
type: "number",
|
|
174
|
-
reference:
|
|
181
|
+
reference: x,
|
|
175
182
|
expects: "number",
|
|
176
183
|
async: !1,
|
|
177
184
|
message: e,
|
|
178
185
|
get "~standard"() {
|
|
179
|
-
return /* @__PURE__ */
|
|
186
|
+
return /* @__PURE__ */ f(this);
|
|
180
187
|
},
|
|
181
188
|
"~run"(e, t) {
|
|
182
|
-
return typeof e.value == "number" && !isNaN(e.value) ? e.typed = !0 :
|
|
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
|
|
194
|
+
function S(e, t) {
|
|
188
195
|
return {
|
|
189
196
|
kind: "schema",
|
|
190
197
|
type: "object",
|
|
191
|
-
reference:
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
223
|
-
else if (i.type !== "exact_optional" && i.type !== "optional" && i.type !== "nullish" && (
|
|
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
|
|
242
|
+
} else u(this, "type", e, t);
|
|
236
243
|
return e;
|
|
237
244
|
}
|
|
238
245
|
};
|
|
239
246
|
}
|
|
240
247
|
/* @__NO_SIDE_EFFECTS__ */
|
|
241
|
-
function
|
|
248
|
+
function C(e, t) {
|
|
242
249
|
return {
|
|
243
250
|
kind: "schema",
|
|
244
251
|
type: "optional",
|
|
245
|
-
reference:
|
|
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__ */
|
|
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__ */
|
|
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
|
|
266
|
+
function w(e, t, n) {
|
|
260
267
|
return {
|
|
261
268
|
kind: "schema",
|
|
262
269
|
type: "record",
|
|
263
|
-
reference:
|
|
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__ */
|
|
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__ */
|
|
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
|
|
316
|
+
} else u(this, "type", e, t);
|
|
310
317
|
return e;
|
|
311
318
|
}
|
|
312
319
|
};
|
|
313
320
|
}
|
|
314
321
|
/* @__NO_SIDE_EFFECTS__ */
|
|
315
|
-
function
|
|
322
|
+
function T(e) {
|
|
316
323
|
return {
|
|
317
324
|
kind: "schema",
|
|
318
325
|
type: "string",
|
|
319
|
-
reference:
|
|
326
|
+
reference: T,
|
|
320
327
|
expects: "string",
|
|
321
328
|
async: !1,
|
|
322
329
|
message: e,
|
|
323
330
|
get "~standard"() {
|
|
324
|
-
return /* @__PURE__ */
|
|
331
|
+
return /* @__PURE__ */ f(this);
|
|
325
332
|
},
|
|
326
333
|
"~run"(e, t) {
|
|
327
|
-
return typeof e.value == "string" ? e.typed = !0 :
|
|
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
|
|
339
|
+
function E(e) {
|
|
333
340
|
let t;
|
|
334
|
-
if (e) for (let n of e) t
|
|
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
|
|
346
|
+
function D(e, t) {
|
|
339
347
|
return {
|
|
340
348
|
kind: "schema",
|
|
341
349
|
type: "union",
|
|
342
|
-
reference:
|
|
343
|
-
expects: /* @__PURE__ */
|
|
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__ */
|
|
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
|
-
|
|
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
|
|
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
|
|
374
|
-
en: /* @__PURE__ */
|
|
375
|
-
es: /* @__PURE__ */
|
|
376
|
-
}),
|
|
377
|
-
en: /* @__PURE__ */
|
|
378
|
-
es: /* @__PURE__ */
|
|
379
|
-
}),
|
|
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
|
-
]),
|
|
411
|
+
]), M = O([
|
|
404
412
|
"amber",
|
|
405
413
|
"green",
|
|
406
414
|
"red",
|
|
407
415
|
"other"
|
|
408
|
-
]),
|
|
416
|
+
]), N = O([
|
|
409
417
|
"alpha",
|
|
410
418
|
"beta",
|
|
411
419
|
"generalAvailability",
|
|
@@ -415,30 +423,32 @@ var E = (e) => /* @__PURE__ */ T(e.map((e) => /* @__PURE__ */ _(e))), D = /* @__
|
|
|
415
423
|
"releaseCandidate",
|
|
416
424
|
"unavailable",
|
|
417
425
|
"underReview"
|
|
418
|
-
]),
|
|
419
|
-
color:
|
|
420
|
-
label: /* @__PURE__ */
|
|
421
|
-
}),
|
|
422
|
-
id: /* @__PURE__ */
|
|
423
|
-
label:
|
|
424
|
-
description:
|
|
425
|
-
icon: /* @__PURE__ */
|
|
426
|
-
iconDark: /* @__PURE__ */
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
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
|
|
442
452
|
});
|
|
443
453
|
//#endregion
|
|
444
|
-
export {
|
|
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,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-
|
|
3
|
-
import { t as p } from "./moduleConfig.schema-
|
|
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-
|
|
2
|
-
import { t as s } from "./moduleConfig.schema-
|
|
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-
|
|
2
|
-
import { t as a } from "./moduleConfig.schema-
|
|
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",
|
|
@@ -17,6 +17,7 @@ export declare const componentReferenceSchema: import('valibot').ObjectSchema<{
|
|
|
17
17
|
}, undefined>;
|
|
18
18
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
19
19
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
20
|
+
readonly iconNeutral: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
20
21
|
readonly order: import('valibot').NumberSchema<undefined>;
|
|
21
22
|
readonly path: import('valibot').StringSchema<undefined>;
|
|
22
23
|
}, undefined>;
|
|
@@ -33,6 +34,7 @@ export declare const componentConfigCoreFields: {
|
|
|
33
34
|
firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
34
35
|
icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
35
36
|
iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
37
|
+
iconNeutral: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
36
38
|
lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
37
39
|
status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
38
40
|
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>, import('valibot').LiteralSchema<"other", undefined>], undefined>;
|
|
@@ -54,6 +56,7 @@ export declare const componentConfigSchema: import('valibot').ObjectSchema<{
|
|
|
54
56
|
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
55
57
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
56
58
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
59
|
+
readonly iconNeutral: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
57
60
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
58
61
|
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
59
62
|
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>, import('valibot').LiteralSchema<"other", undefined>], undefined>;
|
|
@@ -49,6 +49,7 @@ export declare const connectorConfigSchema: import('valibot').ObjectSchema<{
|
|
|
49
49
|
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
50
50
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
51
51
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
52
|
+
readonly iconNeutral: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
52
53
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
53
54
|
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
54
55
|
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>, import('valibot').LiteralSchema<"other", undefined>], undefined>;
|
|
@@ -15,6 +15,7 @@ export declare const contextConfigSchema: import('valibot').ObjectSchema<{
|
|
|
15
15
|
}, undefined>;
|
|
16
16
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
17
17
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
18
|
+
readonly iconNeutral: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
18
19
|
readonly order: import('valibot').NumberSchema<undefined>;
|
|
19
20
|
readonly path: import('valibot').StringSchema<undefined>;
|
|
20
21
|
}, undefined>, undefined>;
|
|
@@ -31,6 +32,7 @@ export declare const contextConfigSchema: import('valibot').ObjectSchema<{
|
|
|
31
32
|
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
32
33
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
33
34
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
35
|
+
readonly iconNeutral: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
34
36
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
35
37
|
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
36
38
|
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>, import('valibot').LiteralSchema<"other", undefined>], undefined>;
|
|
@@ -52,6 +54,7 @@ export declare const contextConfigSchema: import('valibot').ObjectSchema<{
|
|
|
52
54
|
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
53
55
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
54
56
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
57
|
+
readonly iconNeutral: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
55
58
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
56
59
|
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
57
60
|
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>, import('valibot').LiteralSchema<"other", undefined>], undefined>;
|
|
@@ -13,6 +13,7 @@ export declare const moduleConfigCoreFields: {
|
|
|
13
13
|
firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
14
14
|
icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
15
15
|
iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
16
|
+
iconNeutral: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
16
17
|
lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
17
18
|
status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
18
19
|
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>, import('valibot').LiteralSchema<"other", undefined>], undefined>;
|
|
@@ -35,6 +36,7 @@ export declare const moduleConfigSchema: import('valibot').ObjectSchema<{
|
|
|
35
36
|
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
36
37
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
37
38
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
39
|
+
readonly iconNeutral: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
38
40
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
39
41
|
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
40
42
|
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>, import('valibot').LiteralSchema<"other", undefined>], undefined>;
|
|
@@ -13,6 +13,7 @@ export declare const presenterConfigSchema: import('valibot').ObjectSchema<{
|
|
|
13
13
|
}, undefined>;
|
|
14
14
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
15
15
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
16
|
+
readonly iconNeutral: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
16
17
|
readonly order: import('valibot').NumberSchema<undefined>;
|
|
17
18
|
readonly path: import('valibot').StringSchema<undefined>;
|
|
18
19
|
}, undefined>, undefined>;
|
|
@@ -30,6 +31,7 @@ export declare const presenterConfigSchema: import('valibot').ObjectSchema<{
|
|
|
30
31
|
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
31
32
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
32
33
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
34
|
+
readonly iconNeutral: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
33
35
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
34
36
|
readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
35
37
|
readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>, import('valibot').LiteralSchema<"other", undefined>], undefined>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dpuse/dpuse-shared",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.666",
|
|
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,10 +117,10 @@
|
|
|
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.
|
|
121
|
-
"@types/node": "^25.
|
|
122
|
-
"@typescript-eslint/eslint-plugin": "^8.59.
|
|
123
|
-
"@typescript-eslint/parser": "^8.59.
|
|
120
|
+
"@dpuse/eslint-config-dpuse": "^1.0.65",
|
|
121
|
+
"@types/node": "^25.7.0",
|
|
122
|
+
"@typescript-eslint/eslint-plugin": "^8.59.3",
|
|
123
|
+
"@typescript-eslint/parser": "^8.59.3",
|
|
124
124
|
"eslint": "^9.39.4",
|
|
125
125
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
126
126
|
"eslint-plugin-import": "^2.32.0",
|
|
@@ -128,13 +128,13 @@
|
|
|
128
128
|
"eslint-plugin-sonarjs": "^4.0.3",
|
|
129
129
|
"eslint-plugin-unicorn": "^63.0.0",
|
|
130
130
|
"file-type": "^22.0.1",
|
|
131
|
-
"jiti": "^2.
|
|
132
|
-
"license-downloader": "^
|
|
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
|
|
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",
|
|
@@ -144,10 +144,10 @@
|
|
|
144
144
|
"typedoc-github-theme": "^0.4.0",
|
|
145
145
|
"typedoc-material-theme": "^1.4.1",
|
|
146
146
|
"typescript": "^5.9.3",
|
|
147
|
-
"valibot": "^1.
|
|
148
|
-
"vite": "^8.0.
|
|
149
|
-
"vite-plugin-dts": "^
|
|
150
|
-
"vitest": "^4.1.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{types/src → src}/component/module/context/model/entity/primaryMeasure/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|