@dpuse/dpuse-shared 0.3.616 → 0.3.618
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-Dvc1hymu.js +69 -0
- package/dist/dpuse-shared-component.es.js +2 -2
- package/dist/dpuse-shared-connector.es.js +16 -16
- package/dist/dpuse-shared-dataview.es.js +1 -1
- package/dist/dpuse-shared-locale.es.js +2 -20
- package/dist/dpuse-shared.es.js +10 -9
- package/dist/{componentConfig.schema-cyVi0ezr.js → locale-CrC0-wPd.js} +21 -69
- package/dist/{moduleConfig.schema-DsAmxx58.js → moduleConfig.schema-B_KmEec4.js} +2 -1
- package/dist/types/src/component/componentConfig.schema.d.ts +14 -23
- package/dist/types/src/component/connector/connectorConfig.schema.d.ts +1 -1
- package/dist/types/src/component/context/contextConfig.schema.d.ts +2 -2
- package/dist/types/src/component/moduleConfig.schema.d.ts +2 -2
- package/dist/types/src/component/presenter/presenterConfig.schema.d.ts +1 -1
- package/dist/types/src/locale/index.d.ts +8 -0
- package/package.json +1 -1
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { a as e, d as t, f as n, g as r, h as i, l as a, u as o } from "./locale-CrC0-wPd.js";
|
|
2
|
+
//#region src/schema.ts
|
|
3
|
+
var s = (e) => r(e.map((e) => a(e))), c = s([
|
|
4
|
+
"amber",
|
|
5
|
+
"green",
|
|
6
|
+
"red",
|
|
7
|
+
"other"
|
|
8
|
+
]), l = s([
|
|
9
|
+
"alpha",
|
|
10
|
+
"beta",
|
|
11
|
+
"generalAvailability",
|
|
12
|
+
"notApplicable",
|
|
13
|
+
"preAlpha",
|
|
14
|
+
"proposed",
|
|
15
|
+
"releaseCandidate",
|
|
16
|
+
"unavailable",
|
|
17
|
+
"underReview"
|
|
18
|
+
]), u = s([
|
|
19
|
+
"app",
|
|
20
|
+
"connector",
|
|
21
|
+
"connectorConnection",
|
|
22
|
+
"context",
|
|
23
|
+
"contextModelGroup",
|
|
24
|
+
"contextModel",
|
|
25
|
+
"contextModelDimensionGroup",
|
|
26
|
+
"contextModelDimension",
|
|
27
|
+
"contextModelDimensionHierarchy",
|
|
28
|
+
"contextModelEntityGroup",
|
|
29
|
+
"contextModelEntity",
|
|
30
|
+
"contextModelEntityDataItem",
|
|
31
|
+
"contextModelEntityEvent",
|
|
32
|
+
"contextModelEntityPrimaryMeasure",
|
|
33
|
+
"contextModelSecondaryMeasureGroup",
|
|
34
|
+
"contextModelSecondaryMeasure",
|
|
35
|
+
"dataView",
|
|
36
|
+
"dimension",
|
|
37
|
+
"engine",
|
|
38
|
+
"eventQuery",
|
|
39
|
+
"presenter",
|
|
40
|
+
"presenterPresentation",
|
|
41
|
+
"tool"
|
|
42
|
+
]), d = n({
|
|
43
|
+
id: i(),
|
|
44
|
+
color: c,
|
|
45
|
+
label: i()
|
|
46
|
+
}), f = {
|
|
47
|
+
id: i(),
|
|
48
|
+
label: e,
|
|
49
|
+
description: e,
|
|
50
|
+
firstCreatedAt: o(t()),
|
|
51
|
+
icon: o(i()),
|
|
52
|
+
iconDark: o(i()),
|
|
53
|
+
lastUpdatedAt: o(t()),
|
|
54
|
+
status: o(d),
|
|
55
|
+
statusId: l
|
|
56
|
+
}, p = n({
|
|
57
|
+
...f,
|
|
58
|
+
typeId: u
|
|
59
|
+
}), m = n({
|
|
60
|
+
id: i(),
|
|
61
|
+
label: e,
|
|
62
|
+
description: e,
|
|
63
|
+
icon: o(i()),
|
|
64
|
+
iconDark: o(i()),
|
|
65
|
+
order: t(),
|
|
66
|
+
path: i()
|
|
67
|
+
});
|
|
68
|
+
//#endregion
|
|
69
|
+
export { s as i, p as n, m as r, f as t };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as e, c as t, d as n, f as r, h as i, i as a, l as o, m as s, o as c, p as l,
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { a as e, c as t, d as n, f as r, h as i, i as a, l as o, m as s, o as c, p as l, r as u, s as d, u as f } from "./locale-CrC0-wPd.js";
|
|
2
|
+
import { i as p } from "./componentConfig.schema-Dvc1hymu.js";
|
|
3
|
+
import { t as m } from "./moduleConfig.schema-B_KmEec4.js";
|
|
4
4
|
//#region src/component/connector/connectorConfig.schema.ts
|
|
5
5
|
var h = r({
|
|
6
|
-
authMethodId:
|
|
6
|
+
authMethodId: p([
|
|
7
7
|
"apiKey",
|
|
8
8
|
"disabled",
|
|
9
9
|
"oAuth2",
|
|
@@ -13,14 +13,14 @@ var h = r({
|
|
|
13
13
|
canDescribe: l(t()),
|
|
14
14
|
id: l(i()),
|
|
15
15
|
label: l(a),
|
|
16
|
-
maxConnectionCount:
|
|
17
|
-
params: l(
|
|
18
|
-
}), g =
|
|
16
|
+
maxConnectionCount: f(n()),
|
|
17
|
+
params: l(d(s(i(), i())))
|
|
18
|
+
}), g = p([
|
|
19
19
|
"application",
|
|
20
20
|
"curatedDataset",
|
|
21
21
|
"database",
|
|
22
22
|
"fileStore"
|
|
23
|
-
]), _ =
|
|
23
|
+
]), _ = p([
|
|
24
24
|
"abortOperation",
|
|
25
25
|
"auditObjectContent",
|
|
26
26
|
"createObject",
|
|
@@ -35,7 +35,7 @@ var h = r({
|
|
|
35
35
|
"retrieveChunks",
|
|
36
36
|
"retrieveRecords",
|
|
37
37
|
"upsertRecords"
|
|
38
|
-
]), v =
|
|
38
|
+
]), v = p([
|
|
39
39
|
"bidirectional",
|
|
40
40
|
"destination",
|
|
41
41
|
"source",
|
|
@@ -44,16 +44,16 @@ var h = r({
|
|
|
44
44
|
id: i(),
|
|
45
45
|
label: e
|
|
46
46
|
}), b = r({
|
|
47
|
-
...
|
|
47
|
+
...m,
|
|
48
48
|
typeId: o("connector"),
|
|
49
|
-
category:
|
|
49
|
+
category: f(y),
|
|
50
50
|
categoryId: g,
|
|
51
51
|
implementations: s(i(), h),
|
|
52
|
-
operations:
|
|
52
|
+
operations: d(_),
|
|
53
53
|
usageId: v,
|
|
54
|
-
vendorAccountURL:
|
|
55
|
-
vendorDocumentationURL:
|
|
56
|
-
vendorHomeURL:
|
|
54
|
+
vendorAccountURL: f(i()),
|
|
55
|
+
vendorDocumentationURL: f(i()),
|
|
56
|
+
vendorHomeURL: f(i())
|
|
57
57
|
}), x = [
|
|
58
58
|
{
|
|
59
59
|
id: "application",
|
|
@@ -74,7 +74,7 @@ var h = r({
|
|
|
74
74
|
], S = (e, t = "en") => {
|
|
75
75
|
let n = x.find((t) => t.id === e);
|
|
76
76
|
if (n) {
|
|
77
|
-
let e =
|
|
77
|
+
let e = c(u(n.label), t);
|
|
78
78
|
return {
|
|
79
79
|
id: n.id,
|
|
80
80
|
label: e ?? n.id
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { r as e } from "./locale-CrC0-wPd.js";
|
|
2
2
|
e({ en: "Data Positioning Events" }), e({ en: "Delimited Text" }), e({ en: "JSON" }), e({ en: "SPSS" }), e({ en: "XLSX" }), e({ en: "XML" }), e({ en: "Newline" }), e({ en: "Carriage Return" }), e({ en: "Carriage Return/Newline" }), e({ en: "Colon" }), e({ en: "Comma" }), e({ en: "Exclamation Mark" }), e({ en: "Record Separator" }), e({ en: "Semicolon" }), e({ en: "Space" }), e({ en: "Tab" }), e({ en: "Underscore" }), e({ en: "Unit Separator" }), e({ en: "Vertical Bar" });
|
|
3
3
|
var t = [
|
|
4
4
|
",",
|
|
@@ -1,20 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
id: "en",
|
|
4
|
-
flag: "gb",
|
|
5
|
-
label: "English"
|
|
6
|
-
}, {
|
|
7
|
-
id: "es",
|
|
8
|
-
flag: "es",
|
|
9
|
-
label: "Español"
|
|
10
|
-
}];
|
|
11
|
-
function n(e) {
|
|
12
|
-
return new Map(Object.entries(e));
|
|
13
|
-
}
|
|
14
|
-
function r(e, t, n = "en") {
|
|
15
|
-
let r = e.get(t);
|
|
16
|
-
if (r !== void 0) return r;
|
|
17
|
-
if (n !== t) return e.get(n);
|
|
18
|
-
}
|
|
19
|
-
//#endregion
|
|
20
|
-
export { e as DEFAULT_LOCALE_ID, t as SUPPORTED_LANGUAGES, n as createLabelMap, r as resolveLabel };
|
|
1
|
+
import { a as e, i as t, n, o as r, r as i, t as a } from "./locale-CrC0-wPd.js";
|
|
2
|
+
export { a as DEFAULT_LOCALE_ID, n as SUPPORTED_LANGUAGES, i as createLabelMap, t as localeLabelSchema, e as partialLocalLabelSchema, r as resolveLabel };
|
package/dist/dpuse-shared.es.js
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
import { d as e, f as t, l as n,
|
|
2
|
-
import { t as
|
|
1
|
+
import { d as e, f as t, l as n, s as r } from "./locale-CrC0-wPd.js";
|
|
2
|
+
import { i, r as a, t as o } from "./componentConfig.schema-Dvc1hymu.js";
|
|
3
|
+
import { t as s } from "./moduleConfig.schema-B_KmEec4.js";
|
|
3
4
|
//#region src/component/context/contextConfig.schema.ts
|
|
4
|
-
var c =
|
|
5
|
+
var c = i(["list"]), l = t({
|
|
5
6
|
...o,
|
|
6
7
|
typeId: n("contextModelGroup"),
|
|
7
|
-
modelRefs: a
|
|
8
|
+
modelRefs: r(a),
|
|
8
9
|
order: e()
|
|
9
10
|
}), u = t({
|
|
10
11
|
...s,
|
|
11
12
|
typeId: n("context"),
|
|
12
|
-
models:
|
|
13
|
-
operations:
|
|
14
|
-
}), d =
|
|
13
|
+
models: r(l),
|
|
14
|
+
operations: r(c)
|
|
15
|
+
}), d = i([
|
|
15
16
|
"list",
|
|
16
17
|
"render",
|
|
17
18
|
"setColorMode"
|
|
18
19
|
]), f = t({
|
|
19
20
|
...s,
|
|
20
21
|
typeId: n("presenter"),
|
|
21
|
-
presentations: a
|
|
22
|
-
operations:
|
|
22
|
+
presentations: r(a),
|
|
23
|
+
operations: r(d)
|
|
23
24
|
});
|
|
24
25
|
//#endregion
|
|
25
26
|
export { u as contextConfigSchema, f as presenterConfigSchema };
|
|
@@ -369,77 +369,29 @@ function T(e, t) {
|
|
|
369
369
|
};
|
|
370
370
|
}
|
|
371
371
|
//#endregion
|
|
372
|
-
//#region src/
|
|
373
|
-
var E =
|
|
372
|
+
//#region src/locale/index.ts
|
|
373
|
+
var E = /* @__PURE__ */ b({
|
|
374
374
|
en: /* @__PURE__ */ C(),
|
|
375
375
|
es: /* @__PURE__ */ C()
|
|
376
|
-
}),
|
|
376
|
+
}), D = /* @__PURE__ */ b({
|
|
377
377
|
en: /* @__PURE__ */ x(/* @__PURE__ */ C()),
|
|
378
378
|
es: /* @__PURE__ */ x(/* @__PURE__ */ C())
|
|
379
|
-
}), k =
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
"
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
"
|
|
386
|
-
"
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
"connector",
|
|
397
|
-
"connectorConnection",
|
|
398
|
-
"context",
|
|
399
|
-
"contextModelGroup",
|
|
400
|
-
"contextModel",
|
|
401
|
-
"contextModelDimensionGroup",
|
|
402
|
-
"contextModelDimension",
|
|
403
|
-
"contextModelDimensionHierarchy",
|
|
404
|
-
"contextModelEntityGroup",
|
|
405
|
-
"contextModelEntity",
|
|
406
|
-
"contextModelEntityDataItem",
|
|
407
|
-
"contextModelEntityEvent",
|
|
408
|
-
"contextModelEntityPrimaryMeasure",
|
|
409
|
-
"contextModelSecondaryMeasureGroup",
|
|
410
|
-
"contextModelSecondaryMeasure",
|
|
411
|
-
"dataView",
|
|
412
|
-
"dimension",
|
|
413
|
-
"engine",
|
|
414
|
-
"eventQuery",
|
|
415
|
-
"presenter",
|
|
416
|
-
"presenterPresentation",
|
|
417
|
-
"tool"
|
|
418
|
-
]), M = {
|
|
419
|
-
id: /* @__PURE__ */ C(),
|
|
420
|
-
label: O,
|
|
421
|
-
description: O,
|
|
422
|
-
firstCreatedAt: /* @__PURE__ */ x(/* @__PURE__ */ y()),
|
|
423
|
-
icon: /* @__PURE__ */ v(/* @__PURE__ */ C()),
|
|
424
|
-
iconDark: /* @__PURE__ */ v(/* @__PURE__ */ C()),
|
|
425
|
-
lastUpdatedAt: /* @__PURE__ */ v(/* @__PURE__ */ y()),
|
|
426
|
-
status: /* @__PURE__ */ v(/* @__PURE__ */ b({
|
|
427
|
-
id: /* @__PURE__ */ C(),
|
|
428
|
-
color: k,
|
|
429
|
-
label: /* @__PURE__ */ C()
|
|
430
|
-
})),
|
|
431
|
-
statusId: A
|
|
432
|
-
}, N = /* @__PURE__ */ b({
|
|
433
|
-
...M,
|
|
434
|
-
typeId: j
|
|
435
|
-
}), P = /* @__PURE__ */ b({
|
|
436
|
-
id: /* @__PURE__ */ C(),
|
|
437
|
-
label: O,
|
|
438
|
-
description: O,
|
|
439
|
-
icon: /* @__PURE__ */ v(/* @__PURE__ */ C()),
|
|
440
|
-
iconDark: /* @__PURE__ */ v(/* @__PURE__ */ C()),
|
|
441
|
-
order: /* @__PURE__ */ y(),
|
|
442
|
-
path: /* @__PURE__ */ C()
|
|
443
|
-
});
|
|
379
|
+
}), O = "en", k = [{
|
|
380
|
+
id: "en",
|
|
381
|
+
flag: "gb",
|
|
382
|
+
label: "English"
|
|
383
|
+
}, {
|
|
384
|
+
id: "es",
|
|
385
|
+
flag: "es",
|
|
386
|
+
label: "Español"
|
|
387
|
+
}];
|
|
388
|
+
function A(e) {
|
|
389
|
+
return new Map(Object.entries(e));
|
|
390
|
+
}
|
|
391
|
+
function j(e, t, n = "en") {
|
|
392
|
+
let r = e.get(t);
|
|
393
|
+
if (r !== void 0) return r;
|
|
394
|
+
if (n !== t) return e.get(n);
|
|
395
|
+
}
|
|
444
396
|
//#endregion
|
|
445
|
-
export {
|
|
397
|
+
export { D as a, g as c, y as d, b as f, T as g, C as h, E as i, _ as l, S as m, k as n, j as o, x as p, A as r, h as s, O as t, v as u };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { f as e, h as t
|
|
1
|
+
import { f as e, h as t } from "./locale-CrC0-wPd.js";
|
|
2
|
+
import { i as n, t as r } from "./componentConfig.schema-Dvc1hymu.js";
|
|
2
3
|
//#region src/component/moduleConfig.schema.ts
|
|
3
4
|
var i = n([
|
|
4
5
|
"app",
|
|
@@ -1,39 +1,31 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare const partialLocalisedStringSchema: import('valibot').ObjectSchema<{
|
|
6
|
-
readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
7
|
-
readonly es: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
8
|
-
}, undefined>;
|
|
9
|
-
declare const componentStatusColorIdSchema: 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>;
|
|
10
|
-
declare const componentStatusIdSchema: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>, import('valibot').LiteralSchema<"notApplicable", undefined>, import('valibot').LiteralSchema<"preAlpha", undefined>, import('valibot').LiteralSchema<"proposed", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"unavailable", undefined>, import('valibot').LiteralSchema<"underReview", undefined>], undefined>;
|
|
11
|
-
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<"contextModelGroup", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimensionGroup", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntityGroup", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasureGroup", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", 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>;
|
|
12
|
-
declare const componentStatusSchema: import('valibot').ObjectSchema<{
|
|
1
|
+
export declare const componentStatusColorIdSchema: 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>;
|
|
2
|
+
export declare const componentStatusIdSchema: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>, import('valibot').LiteralSchema<"notApplicable", undefined>, import('valibot').LiteralSchema<"preAlpha", undefined>, import('valibot').LiteralSchema<"proposed", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"unavailable", undefined>, import('valibot').LiteralSchema<"underReview", undefined>], undefined>;
|
|
3
|
+
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<"contextModelGroup", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimensionGroup", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntityGroup", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasureGroup", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", 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>;
|
|
4
|
+
export declare const componentStatusSchema: import('valibot').ObjectSchema<{
|
|
13
5
|
readonly id: import('valibot').StringSchema<undefined>;
|
|
14
6
|
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
7
|
readonly label: import('valibot').StringSchema<undefined>;
|
|
16
8
|
}, undefined>;
|
|
17
9
|
export declare const componentConfigCoreFields: {
|
|
18
|
-
|
|
19
|
-
|
|
10
|
+
id: import('valibot').StringSchema<undefined>;
|
|
11
|
+
label: import('valibot').ObjectSchema<{
|
|
20
12
|
readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
21
13
|
readonly es: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
22
14
|
}, undefined>;
|
|
23
|
-
|
|
15
|
+
description: import('valibot').ObjectSchema<{
|
|
24
16
|
readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
25
17
|
readonly es: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
26
18
|
}, undefined>;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
19
|
+
firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
20
|
+
icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
21
|
+
iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
22
|
+
lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
23
|
+
status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
|
|
32
24
|
readonly id: import('valibot').StringSchema<undefined>;
|
|
33
25
|
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>;
|
|
34
26
|
readonly label: import('valibot').StringSchema<undefined>;
|
|
35
27
|
}, undefined>, undefined>;
|
|
36
|
-
|
|
28
|
+
statusId: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"alpha", undefined>, import('valibot').LiteralSchema<"beta", undefined>, import('valibot').LiteralSchema<"generalAvailability", undefined>, import('valibot').LiteralSchema<"notApplicable", undefined>, import('valibot').LiteralSchema<"preAlpha", undefined>, import('valibot').LiteralSchema<"proposed", undefined>, import('valibot').LiteralSchema<"releaseCandidate", undefined>, import('valibot').LiteralSchema<"unavailable", undefined>, import('valibot').LiteralSchema<"underReview", undefined>], undefined>;
|
|
37
29
|
};
|
|
38
30
|
export declare const componentConfigSchema: import('valibot').ObjectSchema<{
|
|
39
31
|
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<"contextModelGroup", undefined>, import('valibot').LiteralSchema<"contextModel", undefined>, import('valibot').LiteralSchema<"contextModelDimensionGroup", undefined>, import('valibot').LiteralSchema<"contextModelDimension", undefined>, import('valibot').LiteralSchema<"contextModelDimensionHierarchy", undefined>, import('valibot').LiteralSchema<"contextModelEntityGroup", undefined>, import('valibot').LiteralSchema<"contextModelEntity", undefined>, import('valibot').LiteralSchema<"contextModelEntityDataItem", undefined>, import('valibot').LiteralSchema<"contextModelEntityEvent", undefined>, import('valibot').LiteralSchema<"contextModelEntityPrimaryMeasure", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasureGroup", undefined>, import('valibot').LiteralSchema<"contextModelSecondaryMeasure", 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,7 +38,7 @@ export declare const componentConfigSchema: import('valibot').ObjectSchema<{
|
|
|
46
38
|
readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
47
39
|
readonly es: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
48
40
|
}, undefined>;
|
|
49
|
-
readonly firstCreatedAt: import('valibot').
|
|
41
|
+
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
50
42
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
51
43
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
52
44
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
@@ -72,4 +64,3 @@ export declare const componentReferenceSchema: import('valibot').ObjectSchema<{
|
|
|
72
64
|
readonly order: import('valibot').NumberSchema<undefined>;
|
|
73
65
|
readonly path: import('valibot').StringSchema<undefined>;
|
|
74
66
|
}, undefined>;
|
|
75
|
-
export { componentStatusColorIdSchema, componentStatusIdSchema, componentStatusSchema, componentTypeIdSchema, localisedStringSchema, partialLocalisedStringSchema };
|
|
@@ -56,7 +56,7 @@ declare const connectorConfigSchema: import('valibot').ObjectSchema<{
|
|
|
56
56
|
readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
57
57
|
readonly es: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
58
58
|
}, undefined>;
|
|
59
|
-
readonly firstCreatedAt: import('valibot').
|
|
59
|
+
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
60
60
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
61
61
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
62
62
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
@@ -30,7 +30,7 @@ export declare const contextConfigSchema: import('valibot').ObjectSchema<{
|
|
|
30
30
|
readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
31
31
|
readonly es: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
32
32
|
}, undefined>;
|
|
33
|
-
readonly firstCreatedAt: import('valibot').
|
|
33
|
+
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
34
34
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
35
35
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
36
36
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
@@ -52,7 +52,7 @@ export declare const contextConfigSchema: import('valibot').ObjectSchema<{
|
|
|
52
52
|
readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
53
53
|
readonly es: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
54
54
|
}, undefined>;
|
|
55
|
-
readonly firstCreatedAt: import('valibot').
|
|
55
|
+
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
56
56
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
57
57
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
58
58
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
@@ -19,7 +19,7 @@ declare const moduleConfigCoreFields: {
|
|
|
19
19
|
readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
20
20
|
readonly es: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
21
21
|
}, undefined>;
|
|
22
|
-
readonly firstCreatedAt: import('valibot').
|
|
22
|
+
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
23
23
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
24
24
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
25
25
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
@@ -45,7 +45,7 @@ declare const moduleConfigSchema: import('valibot').ObjectSchema<{
|
|
|
45
45
|
readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
46
46
|
readonly es: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
47
47
|
}, undefined>;
|
|
48
|
-
readonly firstCreatedAt: import('valibot').
|
|
48
|
+
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
49
49
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
50
50
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
51
51
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
@@ -29,7 +29,7 @@ export declare const presenterConfigSchema: import('valibot').ObjectSchema<{
|
|
|
29
29
|
readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
30
30
|
readonly es: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
31
31
|
}, undefined>;
|
|
32
|
-
readonly firstCreatedAt: import('valibot').
|
|
32
|
+
readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
33
33
|
readonly icon: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
34
34
|
readonly iconDark: import('valibot').NullableSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
35
35
|
readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
export declare const localeLabelSchema: import('valibot').ObjectSchema<{
|
|
2
|
+
readonly en: import('valibot').StringSchema<undefined>;
|
|
3
|
+
readonly es: import('valibot').StringSchema<undefined>;
|
|
4
|
+
}, undefined>;
|
|
5
|
+
export declare const partialLocalLabelSchema: import('valibot').ObjectSchema<{
|
|
6
|
+
readonly en: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
7
|
+
readonly es: import('valibot').OptionalSchema<import('valibot').StringSchema<undefined>, undefined>;
|
|
8
|
+
}, undefined>;
|
|
1
9
|
export type FlagId = 'es' | 'gb';
|
|
2
10
|
export type LocaleId = 'en' | 'es';
|
|
3
11
|
export type LocaleLabel = Partial<Record<LocaleId, string>>;
|
package/package.json
CHANGED