@dpuse/dpuse-shared 0.3.801 → 0.3.803

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/README.md CHANGED
@@ -142,28 +142,29 @@ _Note: Sonda's Vite reports currently exclude CSS files, since Vite does not gen
142
142
 
143
143
  |Chunk/Module/File|Composition|
144
144
  |:------ |:-----------|
145
- | dist/componentConfig.schema-BvhUd4m4.js | 10.4 kB · brotli 2.2 kB |
145
+ | dist/componentConfig.schema-Dxqinpxy.js | 9.9 kB · brotli 2.2 kB |
146
146
  | dist/dpuse-shared-encoding.es.js | 6.8 kB · brotli 953 B |
147
147
  | dist/dpuse-shared-componentModuleConnector.es.js | 3.6 kB · brotli 1.2 kB |
148
148
  | dist/dpuse-shared-utilities.es.js | 3.6 kB · brotli 1.1 kB |
149
149
  | dist/dpuse-shared-errors.es.js | 3.5 kB · brotli 1.1 kB |
150
150
  | dist/dpuse-shared-locale.es.js | 1.0 kB · brotli 393 B |
151
- | dist/dpuse-shared-component.es.js | 842 B · brotli 355 B |
151
+ | dist/dpuse-shared-component.es.js | 842 B · brotli 350 B |
152
152
  | dist/dpuse-shared-componentModuleTool.es.js | 784 B · brotli 398 B |
153
153
  | dist/dpuse-shared-componentDataView.es.js | 722 B · brotli 310 B |
154
- | dist/dpuse-shared-componentModulePresenter.es.js | 411 B · brotli 225 B |
155
- | dist/moduleConfig.schema-CcJFr8H1.js | 405 B · brotli 224 B |
156
- | dist/dpuse-shared-componentModuleCookbook.es.js | 370 B · brotli 203 B |
154
+ | dist/dpuse-shared-componentModulePresenter.es.js | 411 B · brotli 223 B |
155
+ | dist/moduleConfig.schema-B_EBeUaj.js | 405 B · brotli 224 B |
156
+ | dist/dpuse-shared-componentModuleCookbook.es.js | 370 B · brotli 210 B |
157
157
  | dist/dpuse-shared-componentRecipe.es.js | 94 B · brotli 70 B |
158
158
  | dist/dpuse-shared-componentConnection.es.js | 0 B · brotli 1 B |
159
159
  | dist/dpuse-shared-componentContext.es.js | 0 B · brotli 1 B |
160
160
  | dist/dpuse-shared-componentContextModel.es.js | 0 B · brotli 1 B |
161
+ | dist/dpuse-shared-componentContextModelDimension.es.js | 0 B · brotli 1 B |
162
+ | dist/dpuse-shared-componentContextModelDimensionHierarchy.es.js | 0 B · brotli 1 B |
161
163
  | dist/dpuse-shared-componentContextModelEntity.es.js | 0 B · brotli 1 B |
162
164
  | dist/dpuse-shared-componentContextModelEntityDataItem.es.js | 0 B · brotli 1 B |
163
165
  | dist/dpuse-shared-componentContextModelEntityEvent.es.js | 0 B · brotli 1 B |
164
166
  | dist/dpuse-shared-componentContextModelEntityPrimaryMeasure.es.js | 0 B · brotli 1 B |
165
167
  | dist/dpuse-shared-componentContextModelSecondaryMeasure.es.js | 0 B · brotli 1 B |
166
- | dist/dpuse-shared-componentDimension.es.js | 0 B · brotli 1 B |
167
168
  | dist/dpuse-shared-componentEventQuery.es.js | 0 B · brotli 1 B |
168
169
  | dist/dpuse-shared-componentModule.es.js | 0 B · brotli 1 B |
169
170
  | dist/dpuse-shared-componentModuleEngine.es.js | 0 B · brotli 1 B |
@@ -36,27 +36,26 @@ function r(e, t, r, i, a) {
36
36
  }, u = e.kind === "schema", d = a?.message ?? e.message ?? (e.reference, l.lang, void 0) ?? (u ? (l.lang, void 0) : null) ?? i.message ?? (l.lang, void 0);
37
37
  d !== void 0 && (l.message = typeof d == "function" ? d(l) : d), u && (r.typed = !1), r.issues ? r.issues.push(l) : r.issues = [l];
38
38
  }
39
- var i = /* @__PURE__ */ new WeakMap();
40
39
  /* @__NO_SIDE_EFFECTS__ */
41
- function a(e) {
42
- let n = i.get(e);
43
- return n || (n = {
44
- version: 1,
45
- vendor: "valibot",
46
- validate(n) {
47
- return e["~run"]({ value: n }, /* @__PURE__ */ t());
48
- }
49
- }, i.set(e, n)), n;
40
+ function i(e, t) {
41
+ return e === t || Number.isNaN(e) && Number.isNaN(t);
50
42
  }
51
43
  /* @__NO_SIDE_EFFECTS__ */
52
- function o(e, t) {
44
+ function a(e, t) {
53
45
  return Object.prototype.hasOwnProperty.call(e, t) && t !== "__proto__" && t !== "prototype" && t !== "constructor";
54
46
  }
55
47
  /* @__NO_SIDE_EFFECTS__ */
56
- function s(e, t) {
48
+ function o(e, t) {
57
49
  let n = [...new Set(e)];
58
50
  return n.length > 1 ? `(${n.join(` ${t} `)})` : n[0] ?? "never";
59
51
  }
52
+ function s(e) {
53
+ return e["~standard"] = {
54
+ version: 1,
55
+ vendor: "valibot",
56
+ validate: (n) => e["~run"]({ value: n }, /* @__PURE__ */ t())
57
+ }, e;
58
+ }
60
59
  /* @__NO_SIDE_EFFECTS__ */
61
60
  function c(e, t, n) {
62
61
  return typeof e.fallback == "function" ? e.fallback(t, n) : e.fallback;
@@ -67,7 +66,7 @@ function l(e, t, n) {
67
66
  }
68
67
  /* @__NO_SIDE_EFFECTS__ */
69
68
  function u(e, t) {
70
- return {
69
+ return s({
71
70
  kind: "schema",
72
71
  type: "array",
73
72
  reference: u,
@@ -75,9 +74,6 @@ function u(e, t) {
75
74
  async: !1,
76
75
  item: e,
77
76
  message: t,
78
- get "~standard"() {
79
- return /* @__PURE__ */ a(this);
80
- },
81
77
  "~run"(e, t) {
82
78
  let n = e.value;
83
79
  if (Array.isArray(n)) {
@@ -103,28 +99,25 @@ function u(e, t) {
103
99
  } else r(this, "type", e, t);
104
100
  return e;
105
101
  }
106
- };
102
+ });
107
103
  }
108
104
  /* @__NO_SIDE_EFFECTS__ */
109
105
  function d(e) {
110
- return {
106
+ return s({
111
107
  kind: "schema",
112
108
  type: "boolean",
113
109
  reference: d,
114
110
  expects: "boolean",
115
111
  async: !1,
116
112
  message: e,
117
- get "~standard"() {
118
- return /* @__PURE__ */ a(this);
119
- },
120
113
  "~run"(e, t) {
121
114
  return typeof e.value == "boolean" ? e.typed = !0 : r(this, "type", e, t), e;
122
115
  }
123
- };
116
+ });
124
117
  }
125
118
  /* @__NO_SIDE_EFFECTS__ */
126
119
  function f(e, t) {
127
- return {
120
+ return s({
128
121
  kind: "schema",
129
122
  type: "literal",
130
123
  reference: f,
@@ -132,17 +125,14 @@ function f(e, t) {
132
125
  async: !1,
133
126
  literal: e,
134
127
  message: t,
135
- get "~standard"() {
136
- return /* @__PURE__ */ a(this);
137
- },
138
128
  "~run"(e, t) {
139
- return e.value === this.literal ? e.typed = !0 : r(this, "type", e, t), e;
129
+ return /* @__PURE__ */ i(e.value, this.literal) ? e.typed = !0 : r(this, "type", e, t), e;
140
130
  }
141
- };
131
+ });
142
132
  }
143
133
  /* @__NO_SIDE_EFFECTS__ */
144
134
  function p(e, t) {
145
- return {
135
+ return s({
146
136
  kind: "schema",
147
137
  type: "nullable",
148
138
  reference: p,
@@ -150,34 +140,28 @@ function p(e, t) {
150
140
  async: !1,
151
141
  wrapped: e,
152
142
  default: t,
153
- get "~standard"() {
154
- return /* @__PURE__ */ a(this);
155
- },
156
143
  "~run"(e, t) {
157
144
  return e.value === null && (this.default !== void 0 && (e.value = /* @__PURE__ */ l(this, e, t)), e.value === null) ? (e.typed = !0, e) : this.wrapped["~run"](e, t);
158
145
  }
159
- };
146
+ });
160
147
  }
161
148
  /* @__NO_SIDE_EFFECTS__ */
162
149
  function m(e) {
163
- return {
150
+ return s({
164
151
  kind: "schema",
165
152
  type: "number",
166
153
  reference: m,
167
154
  expects: "number",
168
155
  async: !1,
169
156
  message: e,
170
- get "~standard"() {
171
- return /* @__PURE__ */ a(this);
172
- },
173
157
  "~run"(e, t) {
174
158
  return typeof e.value == "number" && !isNaN(e.value) ? e.typed = !0 : r(this, "type", e, t), e;
175
159
  }
176
- };
160
+ });
177
161
  }
178
162
  /* @__NO_SIDE_EFFECTS__ */
179
163
  function h(e, t) {
180
- return {
164
+ return s({
181
165
  kind: "schema",
182
166
  type: "object",
183
167
  reference: h,
@@ -185,9 +169,6 @@ function h(e, t) {
185
169
  async: !1,
186
170
  entries: e,
187
171
  message: t,
188
- get "~standard"() {
189
- return /* @__PURE__ */ a(this);
190
- },
191
172
  "~run"(e, t) {
192
173
  let n = e.value;
193
174
  if (n && typeof n == "object") {
@@ -227,11 +208,11 @@ function h(e, t) {
227
208
  } else r(this, "type", e, t);
228
209
  return e;
229
210
  }
230
- };
211
+ });
231
212
  }
232
213
  /* @__NO_SIDE_EFFECTS__ */
233
214
  function g(e, t) {
234
- return {
215
+ return s({
235
216
  kind: "schema",
236
217
  type: "optional",
237
218
  reference: g,
@@ -239,17 +220,14 @@ function g(e, t) {
239
220
  async: !1,
240
221
  wrapped: e,
241
222
  default: t,
242
- get "~standard"() {
243
- return /* @__PURE__ */ a(this);
244
- },
245
223
  "~run"(e, t) {
246
224
  return e.value === void 0 && (this.default !== void 0 && (e.value = /* @__PURE__ */ l(this, e, t)), e.value === void 0) ? (e.typed = !0, e) : this.wrapped["~run"](e, t);
247
225
  }
248
- };
226
+ });
249
227
  }
250
228
  /* @__NO_SIDE_EFFECTS__ */
251
229
  function _(e, t, n) {
252
- return {
230
+ return s({
253
231
  kind: "schema",
254
232
  type: "record",
255
233
  reference: _,
@@ -258,14 +236,11 @@ function _(e, t, n) {
258
236
  key: e,
259
237
  value: t,
260
238
  message: n,
261
- get "~standard"() {
262
- return /* @__PURE__ */ a(this);
263
- },
264
239
  "~run"(e, t) {
265
240
  let n = e.value;
266
241
  if (n && typeof n == "object") {
267
242
  e.typed = !0, e.value = {};
268
- for (let r in n) if (/* @__PURE__ */ o(n, r)) {
243
+ for (let r in n) if (/* @__PURE__ */ a(n, r)) {
269
244
  let i = n[r], a = this.key["~run"]({ value: r }, t);
270
245
  if (a.issues) {
271
246
  let o = {
@@ -301,24 +276,21 @@ function _(e, t, n) {
301
276
  } else r(this, "type", e, t);
302
277
  return e;
303
278
  }
304
- };
279
+ });
305
280
  }
306
281
  /* @__NO_SIDE_EFFECTS__ */
307
282
  function v(e) {
308
- return {
283
+ return s({
309
284
  kind: "schema",
310
285
  type: "string",
311
286
  reference: v,
312
287
  expects: "string",
313
288
  async: !1,
314
289
  message: e,
315
- get "~standard"() {
316
- return /* @__PURE__ */ a(this);
317
- },
318
290
  "~run"(e, t) {
319
291
  return typeof e.value == "string" ? e.typed = !0 : r(this, "type", e, t), e;
320
292
  }
321
- };
293
+ });
322
294
  }
323
295
  /* @__NO_SIDE_EFFECTS__ */
324
296
  function y(e) {
@@ -329,17 +301,14 @@ function y(e) {
329
301
  }
330
302
  /* @__NO_SIDE_EFFECTS__ */
331
303
  function b(e, t) {
332
- return {
304
+ return s({
333
305
  kind: "schema",
334
306
  type: "union",
335
307
  reference: b,
336
- expects: /* @__PURE__ */ s(e.map((e) => e.expects), "|"),
308
+ expects: /* @__PURE__ */ o(e.map((e) => e.expects), "|"),
337
309
  async: !1,
338
310
  options: e,
339
311
  message: t,
340
- get "~standard"() {
341
- return /* @__PURE__ */ a(this);
342
- },
343
312
  "~run"(e, t) {
344
313
  let n, i, a;
345
314
  for (let r of this.options) {
@@ -360,7 +329,7 @@ function b(e, t) {
360
329
  else r(this, "type", e, t, { issues: /* @__PURE__ */ y(a) });
361
330
  return e;
362
331
  }
363
- };
332
+ });
364
333
  }
365
334
  //#endregion
366
335
  //#region src/locale/locale.schema.ts
@@ -396,7 +365,6 @@ var x = /* @__PURE__ */ h({
396
365
  "cookbook",
397
366
  "cookbookRecipe",
398
367
  "dataView",
399
- "dimension",
400
368
  "engine",
401
369
  "eventQuery",
402
370
  "presenter",
@@ -1,5 +1,5 @@
1
1
  import "./dpuse-shared-locale.es.js";
2
- import { n as e } from "./componentConfig.schema-BvhUd4m4.js";
2
+ import { n as e } from "./componentConfig.schema-Dxqinpxy.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-BvhUd4m4.js";
3
- import { t as p } from "./moduleConfig.schema-CcJFr8H1.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-Dxqinpxy.js";
3
+ import { t as p } from "./moduleConfig.schema-B_EBeUaj.js";
4
4
  //#region src/component/module/connector/connectorConfig.schema.ts
5
5
  var m = o([
6
6
  "abortOperation",
@@ -1,5 +1,5 @@
1
- import { c as e, d as t, i as n, o as r, r as i } from "./componentConfig.schema-BvhUd4m4.js";
2
- import { t as a } from "./moduleConfig.schema-CcJFr8H1.js";
1
+ import { c as e, d as t, i as n, o as r, r as i } from "./componentConfig.schema-Dxqinpxy.js";
2
+ import { t as a } from "./moduleConfig.schema-B_EBeUaj.js";
3
3
  //#region src/component/module/cookbook/cookbookConfig.schema.ts
4
4
  var o = n(["list"]), s = t({
5
5
  ...a,
@@ -1,5 +1,5 @@
1
- import { c as e, d as t, i as n, o as r, r as i } from "./componentConfig.schema-BvhUd4m4.js";
2
- import { t as a } from "./moduleConfig.schema-CcJFr8H1.js";
1
+ import { c as e, d as t, i as n, o as r, r as i } from "./componentConfig.schema-Dxqinpxy.js";
2
+ import { t as a } from "./moduleConfig.schema-B_EBeUaj.js";
3
3
  //#region src/component/module/presenter/presenterConfig.schema.ts
4
4
  var o = n([
5
5
  "list",
@@ -1,4 +1,4 @@
1
- import { d as e, i as t, l as n, m as r, t as i } from "./componentConfig.schema-BvhUd4m4.js";
1
+ import { d as e, i as t, l as n, m as r, t as i } from "./componentConfig.schema-Dxqinpxy.js";
2
2
  //#region src/component/module/moduleConfig.schema.ts
3
3
  var a = t([
4
4
  "app",
@@ -1,4 +1,4 @@
1
- export declare const componentTypeIdSchema: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"dimension", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
1
+ export declare const componentTypeIdSchema: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
2
2
  export declare const componentStatusColorIdSchema: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
3
3
  export declare const componentStatusIdSchema: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>], undefined>;
4
4
  export declare const componentStatusConfigSchema: import('valibot').ObjectSchema<{
@@ -6,7 +6,7 @@ export declare const componentStatusConfigSchema: import('valibot').ObjectSchema
6
6
  readonly label: import('valibot').StringSchema<undefined>;
7
7
  }, undefined>;
8
8
  export declare const componentBaseConfigSchema: {
9
- typeId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"dimension", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
9
+ typeId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
10
10
  id: import('valibot').StringSchema<undefined>;
11
11
  label: import('valibot').ObjectSchema<{
12
12
  readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
@@ -22,7 +22,7 @@ export declare const componentBaseConfigSchema: {
22
22
  export declare const componentReferenceConfigSchema: import('valibot').ObjectSchema<{
23
23
  readonly order: import('valibot').NumberSchema<undefined>;
24
24
  readonly path: import('valibot').StringSchema<undefined>;
25
- readonly typeId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"dimension", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
25
+ readonly typeId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
26
26
  readonly id: import('valibot').StringSchema<undefined>;
27
27
  readonly label: import('valibot').ObjectSchema<{
28
28
  readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
@@ -43,7 +43,7 @@ export declare const componentCoreFieldsConfig: {
43
43
  readonly label: import('valibot').StringSchema<undefined>;
44
44
  }, undefined>, undefined>;
45
45
  statusId: import('valibot').NullableSchema<import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>], undefined>, undefined>;
46
- typeId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"dimension", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
46
+ typeId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
47
47
  id: import('valibot').StringSchema<undefined>;
48
48
  label: import('valibot').ObjectSchema<{
49
49
  readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
@@ -64,7 +64,7 @@ export declare const componentInstanceConfigSchema: import('valibot').ObjectSche
64
64
  readonly label: import('valibot').StringSchema<undefined>;
65
65
  }, undefined>, undefined>;
66
66
  readonly statusId: import('valibot').NullableSchema<import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>], undefined>, undefined>;
67
- readonly typeId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"dimension", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
67
+ readonly typeId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
68
68
  readonly id: import('valibot').StringSchema<undefined>;
69
69
  readonly label: import('valibot').ObjectSchema<{
70
70
  readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
@@ -0,0 +1,4 @@
1
+ import { ComponentInstanceConfig } from '../../../..';
2
+ export interface ContextModelDimensionHierarchyConfig extends ComponentInstanceConfig {
3
+ typeId: 'contextModelDimensionHierarchy';
4
+ }
@@ -1,9 +1,7 @@
1
- import { ComponentInstanceConfig } from '..';
1
+ import { ComponentInstanceConfig } from '../../..';
2
+ import { ContextModelDimensionHierarchyConfig } from './hierarchy';
2
3
  export interface ContextModelDimensionConfig extends ComponentInstanceConfig {
3
4
  typeId: 'contextModelDimension';
4
5
  groupId: string;
5
6
  hierarchies: ContextModelDimensionHierarchyConfig[];
6
7
  }
7
- export interface ContextModelDimensionHierarchyConfig extends ComponentInstanceConfig {
8
- typeId: 'contextModelDimensionHierarchy';
9
- }
@@ -1,9 +1,11 @@
1
1
  import { ComponentInstanceConfig } from '../..';
2
+ import { ContextModelDimensionConfig } from './dimension';
2
3
  import { ContextModelEntityConfig } from './entity';
3
4
  import { ContextModelSecondaryMeasureConfig } from './secondaryMeasure';
4
5
  export interface ContextModelConfig extends ComponentInstanceConfig {
5
6
  typeId: 'contextModel';
6
7
  diagramURL?: string;
8
+ dimensions: ContextModelDimensionConfig[];
7
9
  entities: ContextModelEntityConfig[];
8
10
  secondaryMeasures: ContextModelSecondaryMeasureConfig[];
9
11
  }
@@ -5,7 +5,7 @@ export declare const cookbookConfigSchema: import('valibot').ObjectSchema<{
5
5
  readonly recipes: import('valibot').ArraySchema<import('valibot').ObjectSchema<{
6
6
  readonly order: import('valibot').NumberSchema<undefined>;
7
7
  readonly path: import('valibot').StringSchema<undefined>;
8
- readonly typeId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"dimension", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
8
+ readonly typeId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
9
9
  readonly id: import('valibot').StringSchema<undefined>;
10
10
  readonly label: import('valibot').ObjectSchema<{
11
11
  readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
@@ -11,7 +11,7 @@ export declare const moduleConfigCoreFields: {
11
11
  readonly label: import('valibot').StringSchema<undefined>;
12
12
  }, undefined>, undefined>;
13
13
  statusId: import('valibot').NullableSchema<import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>], undefined>, undefined>;
14
- typeId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"dimension", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
14
+ typeId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
15
15
  id: import('valibot').StringSchema<undefined>;
16
16
  label: import('valibot').ObjectSchema<{
17
17
  readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
@@ -5,7 +5,7 @@ export declare const presenterConfigSchema: import('valibot').ObjectSchema<{
5
5
  readonly presentations: import('valibot').ArraySchema<import('valibot').ObjectSchema<{
6
6
  readonly order: import('valibot').NumberSchema<undefined>;
7
7
  readonly path: import('valibot').StringSchema<undefined>;
8
- readonly typeId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"dimension", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
8
+ readonly typeId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"app", undefined>, import('valibot').LiteralSchema<"connector", undefined>, import('valibot').LiteralSchema<"connectorConnection", undefined>, import('valibot').LiteralSchema<"context", undefined>, import('valibot').LiteralSchema<"contextArea", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", undefined>, import('valibot').LiteralSchema<"cookbook", undefined>, import('valibot').LiteralSchema<"cookbookRecipe", undefined>, import('valibot').LiteralSchema<"dataView", undefined>, import('valibot').LiteralSchema<"engine", undefined>, import('valibot').LiteralSchema<"eventQuery", undefined>, import('valibot').LiteralSchema<"presenter", undefined>, import('valibot').LiteralSchema<"presenterPresentation", undefined>, import('valibot').LiteralSchema<"tool", undefined>], undefined>;
9
9
  readonly id: import('valibot').StringSchema<undefined>;
10
10
  readonly label: import('valibot').ObjectSchema<{
11
11
  readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpuse/dpuse-shared",
3
- "version": "0.3.801",
3
+ "version": "0.3.803",
4
4
  "private": false,
5
5
  "description": "Common constants, types and utilities used across all DPUse projects.",
6
6
  "license": "MIT",
@@ -34,10 +34,6 @@
34
34
  "import": "./dist/dpuse-shared-componentDataView.es.js",
35
35
  "types": "./dist/types/src/component/dataView/index.d.ts"
36
36
  },
37
- "./component/dimension": {
38
- "import": "./dist/dpuse-shared-componentDimension.es.js",
39
- "types": "./dist/types/src/component/dimension/index.d.ts"
40
- },
41
37
  "./component/eventQuery": {
42
38
  "import": "./dist/dpuse-shared-componentEventQuery.es.js",
43
39
  "types": "./dist/types/src/component/eventQuery/index.d.ts"
@@ -50,6 +46,14 @@
50
46
  "import": "./dist/dpuse-shared-componentContextModel.es.js",
51
47
  "types": "./dist/types/src/component/context/model/index.d.ts"
52
48
  },
49
+ "./component/context/model/dimension": {
50
+ "import": "./dist/dpuse-shared-componentContextModelDimension.es.js",
51
+ "types": "./dist/types/src/component/context/model/dimension/index.d.ts"
52
+ },
53
+ "./component/context/model/dimension/hierarchy": {
54
+ "import": "./dist/dpuse-shared-componentContextModelDimensionHierarchy.es.js",
55
+ "types": "./dist/types/src/component/context/model/dimension/hierarchy/index.d.ts"
56
+ },
53
57
  "./component/context/model/entity": {
54
58
  "import": "./dist/dpuse-shared-componentContextModelEntity.es.js",
55
59
  "types": "./dist/types/src/component/context/model/entity/index.d.ts"
@@ -149,15 +153,15 @@
149
153
  "devDependencies": {
150
154
  "@dpuse/dpuse-development": "^0.3.706",
151
155
  "@dpuse/eslint-config-dpuse": "^1.0.116",
152
- "@types/node": "^26.2.0",
153
- "eslint": "^10.8.1",
154
- "file-type": "^22.0.2",
156
+ "@types/node": "^26.5.1",
157
+ "eslint": "^10.10.0",
158
+ "file-type": "^22.1.0",
155
159
  "prettier": "^3.9.6",
156
160
  "sonda": "^0.14.0",
157
161
  "typescript": "^6.0.3",
158
- "valibot": "^1.4.2",
159
- "vite": "^8.2.2",
160
- "vite-plugin-dts": "^5.0.3",
161
- "vitest": "^4.1.11"
162
+ "valibot": "^1.5.0",
163
+ "vite": "^8.3.0",
164
+ "vite-plugin-dts": "^5.1.0",
165
+ "vitest": "^5.0.0"
162
166
  }
163
167
  }
@@ -1,4 +0,0 @@
1
- import { ComponentInstanceConfig } from '..';
2
- export interface DimensionConfig extends ComponentInstanceConfig {
3
- typeId: 'dimension';
4
- }