@dpuse/dpuse-shared 0.3.623 → 0.3.630

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/{locale-BjiFli1U.js → componentConfig.schema-CpjcH9JV.js} +68 -28
  2. package/dist/dpuse-shared-component.es.js +2 -2
  3. package/dist/dpuse-shared-componentDataView.es.js +1 -1
  4. package/dist/dpuse-shared-componentDimension.es.js +0 -0
  5. package/dist/dpuse-shared-componentEventQuery.es.js +0 -0
  6. package/dist/dpuse-shared-componentModuleConnector.es.js +25 -25
  7. package/dist/dpuse-shared-componentModuleContext.es.js +16 -2
  8. package/dist/dpuse-shared-componentModuleContextModel.es.js +0 -0
  9. package/dist/dpuse-shared-componentModuleContextModelDimension.es.js +0 -0
  10. package/dist/dpuse-shared-componentModuleContextModelEntity.es.js +0 -0
  11. package/dist/dpuse-shared-componentModuleContextModelEntityDataItem.es.js +0 -0
  12. package/dist/dpuse-shared-componentModuleContextModelEntityEvent.es.js +0 -0
  13. package/dist/dpuse-shared-componentModuleContextModelEntityPrimaryMeasure.es.js +0 -0
  14. package/dist/dpuse-shared-componentModuleContextModelSecondaryMeasure.es.js +0 -0
  15. package/dist/dpuse-shared-componentModulePresenter.es.js +15 -2
  16. package/dist/dpuse-shared-componentModulePresenterPresentation.es.js +0 -0
  17. package/dist/dpuse-shared-locale.es.js +27 -2
  18. package/dist/{moduleConfig.schema-DTqGQW05.js → moduleConfig.schema-DE8ldb7c.js} +3 -4
  19. package/dist/types/src/component/connection/index.d.ts +8 -33
  20. package/dist/types/src/component/dataView/index.d.ts +2 -70
  21. package/dist/types/src/component/dimension/index.d.ts +2 -4
  22. package/dist/types/src/component/eventQuery/index.d.ts +2 -4
  23. package/dist/types/src/component/index.d.ts +2 -5
  24. package/dist/types/src/component/module/connector/index.d.ts +2 -4
  25. package/dist/types/src/component/module/context/contextConfig.schema.d.ts +0 -3
  26. package/dist/types/src/component/module/context/index.d.ts +10 -118
  27. package/dist/types/src/component/module/context/model/dimension/index.d.ts +12 -0
  28. package/dist/types/src/component/module/context/model/entity/dataItem/index.d.ts +6 -0
  29. package/dist/types/src/component/module/context/model/entity/event/index.d.ts +7 -0
  30. package/dist/types/src/component/module/context/model/entity/index.d.ts +13 -0
  31. package/dist/types/src/component/module/context/model/entity/primaryMeasure/index.d.ts +6 -0
  32. package/dist/types/src/component/module/context/model/index.d.ts +30 -0
  33. package/dist/types/src/component/module/context/model/secondaryMeasure/index.d.ts +6 -0
  34. package/dist/types/src/component/module/presenter/index.d.ts +3 -8
  35. package/dist/types/src/component/module/presenter/{presentation.d.ts → presentation/index.d.ts} +2 -3
  36. package/dist/types/src/encoding/index.d.ts +4 -17
  37. package/dist/types/src/locale/index.d.ts +4 -8
  38. package/dist/types/src/locale/locale.schema.d.ts +8 -0
  39. package/dist/types/src/utilities/index.d.ts +0 -3
  40. package/package.json +41 -5
  41. package/dist/componentConfig.schema-Cirbf_EB.js +0 -68
  42. package/dist/context-BUNJif2t.js +0 -17
  43. package/dist/dpuse-shared.es.js +0 -3
  44. package/dist/presenter-DezPXk-i.js +0 -16
  45. package/dist/types/src/index.d.ts +0 -28
@@ -369,36 +369,76 @@ function T(e, t) {
369
369
  };
370
370
  }
371
371
  //#endregion
372
- //#region src/locale/index.ts
373
- var E = /* @__PURE__ */ b({
372
+ //#region src/schema.ts
373
+ var E = (e) => /* @__PURE__ */ T(e.map((e) => /* @__PURE__ */ _(e))), D = /* @__PURE__ */ b({
374
374
  en: /* @__PURE__ */ C(),
375
375
  es: /* @__PURE__ */ C()
376
- }), D = /* @__PURE__ */ b({
376
+ }), O = /* @__PURE__ */ b({
377
377
  en: /* @__PURE__ */ x(/* @__PURE__ */ C()),
378
378
  es: /* @__PURE__ */ x(/* @__PURE__ */ C())
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) {
392
- return e.map((e) => ({
393
- ...e,
394
- label: e.label[t] ?? e.id,
395
- description: e.description[t] ?? e.id
396
- }));
397
- }
398
- function M(e, t, n = "en") {
399
- let r = e.get(t);
400
- if (r !== void 0) return r;
401
- if (n !== t) return e.get(n);
402
- }
379
+ }), k = E([
380
+ "app",
381
+ "connector",
382
+ "connectorConnection",
383
+ "context",
384
+ "contextModelGroup",
385
+ "contextModel",
386
+ "contextModelDimensionGroup",
387
+ "contextModelDimension",
388
+ "contextModelDimensionHierarchy",
389
+ "contextModelEntityGroup",
390
+ "contextModelEntity",
391
+ "contextModelEntityDataItem",
392
+ "contextModelEntityEvent",
393
+ "contextModelEntityPrimaryMeasure",
394
+ "contextModelSecondaryMeasureGroup",
395
+ "contextModelSecondaryMeasure",
396
+ "dataView",
397
+ "dimension",
398
+ "engine",
399
+ "eventQuery",
400
+ "presenter",
401
+ "presenterPresentation",
402
+ "tool"
403
+ ]), A = E([
404
+ "amber",
405
+ "green",
406
+ "red",
407
+ "other"
408
+ ]), j = E([
409
+ "alpha",
410
+ "beta",
411
+ "generalAvailability",
412
+ "notApplicable",
413
+ "preAlpha",
414
+ "proposed",
415
+ "releaseCandidate",
416
+ "unavailable",
417
+ "underReview"
418
+ ]), M = /* @__PURE__ */ b({
419
+ color: A,
420
+ label: /* @__PURE__ */ C()
421
+ }), N = /* @__PURE__ */ b({
422
+ id: /* @__PURE__ */ C(),
423
+ label: O,
424
+ description: O,
425
+ icon: /* @__PURE__ */ v(/* @__PURE__ */ C()),
426
+ iconDark: /* @__PURE__ */ v(/* @__PURE__ */ C()),
427
+ order: /* @__PURE__ */ y(),
428
+ path: /* @__PURE__ */ C()
429
+ }), P = {
430
+ id: /* @__PURE__ */ C(),
431
+ label: O,
432
+ description: O,
433
+ firstCreatedAt: /* @__PURE__ */ v(/* @__PURE__ */ y()),
434
+ icon: /* @__PURE__ */ v(/* @__PURE__ */ C()),
435
+ iconDark: /* @__PURE__ */ v(/* @__PURE__ */ C()),
436
+ lastUpdatedAt: /* @__PURE__ */ v(/* @__PURE__ */ y()),
437
+ status: /* @__PURE__ */ v(M),
438
+ statusId: /* @__PURE__ */ v(j)
439
+ }, F = /* @__PURE__ */ b({
440
+ ...P,
441
+ typeId: k
442
+ });
403
443
  //#endregion
404
- export { T as _, j as a, h as c, v as d, y as f, C as g, S as h, E as i, g as l, x as m, k as n, D as o, b as p, A as r, M as s, O as t, _ as u };
444
+ export { E as a, _ as c, b as d, x as f, D as i, v as l, C as m, F as n, h as o, S as p, N as r, g as s, P as t, y as u };
@@ -1,5 +1,5 @@
1
- import "./locale-BjiFli1U.js";
2
- import { n as e } from "./componentConfig.schema-Cirbf_EB.js";
1
+ import "./dpuse-shared-locale.es.js";
2
+ import { n as e } from "./componentConfig.schema-CpjcH9JV.js";
3
3
  //#region src/component/index.ts
4
4
  var t = [
5
5
  {
@@ -1,4 +1,4 @@
1
- import { r as e } from "./locale-BjiFli1U.js";
1
+ import { createLabelMap as e } from "./dpuse-shared-locale.es.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
  ",",
File without changes
File without changes
@@ -1,26 +1,26 @@
1
- import { c as e, d as t, f as n, g as r, h as i, i as a, l as o, m as s, p as c, r as l, s as u, u as d } from "./locale-BjiFli1U.js";
2
- import { i as f } from "./componentConfig.schema-Cirbf_EB.js";
3
- import { t as p } from "./moduleConfig.schema-DTqGQW05.js";
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-CpjcH9JV.js";
3
+ import { t as p } from "./moduleConfig.schema-DE8ldb7c.js";
4
4
  //#region src/component/module/connector/connectorConfig.schema.ts
5
- var m = f([
5
+ var m = n([
6
6
  "application",
7
7
  "curatedDataset",
8
8
  "database",
9
9
  "fileStore"
10
- ]), h = c({ label: a }), g = c({
11
- authMethodId: f([
10
+ ]), h = i({ label: o }), g = i({
11
+ authMethodId: n([
12
12
  "apiKey",
13
13
  "disabled",
14
14
  "oAuth2",
15
15
  "none"
16
16
  ]),
17
- activeConnectionCount: s(n()),
18
- canDescribe: s(o()),
19
- id: s(r()),
20
- label: s(a),
21
- maxConnectionCount: t(n()),
22
- params: s(e(i(r(), r())))
23
- }), _ = f([
17
+ activeConnectionCount: a(f()),
18
+ canDescribe: a(d()),
19
+ id: a(c()),
20
+ label: a(o),
21
+ maxConnectionCount: s(f()),
22
+ params: a(l(u(c(), c())))
23
+ }), _ = n([
24
24
  "abortOperation",
25
25
  "auditObjectContent",
26
26
  "createObject",
@@ -35,22 +35,22 @@ var m = f([
35
35
  "retrieveChunks",
36
36
  "retrieveRecords",
37
37
  "upsertRecords"
38
- ]), v = f([
38
+ ]), v = n([
39
39
  "bidirectional",
40
40
  "destination",
41
41
  "source",
42
42
  "unknown"
43
- ]), y = c({
43
+ ]), y = i({
44
44
  ...p,
45
- typeId: d("connector"),
46
- category: t(h),
45
+ typeId: r("connector"),
46
+ category: s(h),
47
47
  categoryId: m,
48
- implementations: i(r(), g),
49
- operations: e(_),
48
+ implementations: u(c(), g),
49
+ operations: l(_),
50
50
  usageId: v,
51
- vendorAccountURL: t(r()),
52
- vendorDocumentationURL: t(r()),
53
- vendorHomeURL: t(r())
51
+ vendorAccountURL: s(c()),
52
+ vendorDocumentationURL: s(c()),
53
+ vendorHomeURL: s(c())
54
54
  }), b = [
55
55
  {
56
56
  id: "application",
@@ -80,9 +80,9 @@ var m = f([
80
80
  es: "Almacén de Archivos"
81
81
  }
82
82
  }
83
- ], x = (e, t = "en") => {
84
- let n = b.find((t) => t.id === e);
85
- return n ? { label: u(l(n.label), t) ?? n.id } : { label: e };
83
+ ], x = (n, r = "en") => {
84
+ let i = b.find((e) => e.id === n);
85
+ return i ? { label: t(e(i.label), r) ?? i.id } : { label: n };
86
86
  };
87
87
  //#endregion
88
88
  export { y as connectorConfigSchema, x as constructConnectorCategoryConfig };
@@ -1,2 +1,16 @@
1
- import { t as e } from "./context-BUNJif2t.js";
2
- export { e as contextConfigSchema };
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-CpjcH9JV.js";
2
+ import { t as s } from "./moduleConfig.schema-DE8ldb7c.js";
3
+ //#region src/component/module/context/contextConfig.schema.ts
4
+ var c = n({
5
+ ...a,
6
+ typeId: t("contextModelGroup"),
7
+ modelRefs: r(i),
8
+ order: o()
9
+ }), l = e(["list"]), u = n({
10
+ ...s,
11
+ typeId: t("context"),
12
+ models: r(c),
13
+ operations: r(l)
14
+ });
15
+ //#endregion
16
+ export { u as contextConfigSchema };
@@ -1,2 +1,15 @@
1
- import { t as e } from "./presenter-DezPXk-i.js";
2
- export { e as presenterConfigSchema };
1
+ import { a as e, c as t, d as n, o as r, r as i } from "./componentConfig.schema-CpjcH9JV.js";
2
+ import { t as a } from "./moduleConfig.schema-DE8ldb7c.js";
3
+ //#region src/component/module/presenter/presenterConfig.schema.ts
4
+ var o = e([
5
+ "list",
6
+ "render",
7
+ "setColorMode"
8
+ ]), s = n({
9
+ ...a,
10
+ typeId: t("presenter"),
11
+ presentations: r(i),
12
+ operations: r(o)
13
+ });
14
+ //#endregion
15
+ export { s as presenterConfigSchema };
@@ -1,2 +1,27 @@
1
- import { a as e, i as t, n, o as r, r as i, s as a, t as o } from "./locale-BjiFli1U.js";
2
- export { o as DEFAULT_LOCALE_ID, n as SUPPORTED_LANGUAGES, i as createLabelMap, t as localeLabelSchema, e as localiseConfigs, r as partialLocalLabelSchema, a as resolveLabel };
1
+ //#region src/locale/index.ts
2
+ var e = "en", t = [{
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) {
15
+ return e.map((e) => ({
16
+ ...e,
17
+ label: e.label[t] ?? e.id,
18
+ description: e.description[t] ?? e.id
19
+ }));
20
+ }
21
+ function i(e, t, n = "en") {
22
+ let r = e.get(t);
23
+ if (r !== void 0) return r;
24
+ if (n !== t) return e.get(n);
25
+ }
26
+ //#endregion
27
+ export { e as DEFAULT_LOCALE_ID, t as SUPPORTED_LANGUAGES, n as createLabelMap, r as localiseConfigs, i as resolveLabel };
@@ -1,7 +1,6 @@
1
- import { g as e, p as t } from "./locale-BjiFli1U.js";
2
- import { i as n, t as r } from "./componentConfig.schema-Cirbf_EB.js";
1
+ import { a as e, d as t, m as n, t as r } from "./componentConfig.schema-CpjcH9JV.js";
3
2
  //#region src/component/module/moduleConfig.schema.ts
4
- var i = n([
3
+ var i = e([
5
4
  "app",
6
5
  "engine",
7
6
  "connector",
@@ -10,7 +9,7 @@ var i = n([
10
9
  "tool"
11
10
  ]), a = {
12
11
  ...r,
13
- version: e()
12
+ version: n()
14
13
  };
15
14
  t({
16
15
  ...a,
@@ -1,23 +1,14 @@
1
1
  import { ComponentConfig } from '..';
2
2
  import { ConnectorConfig } from '../module/connector';
3
- import { LocaleLabel } from '../../locale';
3
+ import { Localised, LocaleLabel } from '../../locale';
4
4
  import { DataSubtypeId, DataTypeId } from '../dataView';
5
- /**
6
- * Connection configuration.
7
- */
8
5
  export interface ConnectionConfig extends ComponentConfig {
9
6
  authorisation: Record<string, ConnectionAuthorisationConfig>;
10
7
  connectorConfig: ConnectorConfig;
11
8
  lastVerifiedAt: number;
12
9
  notation: string | undefined;
13
10
  }
14
- export type ConnectionLocalisedConfig = Omit<ConnectionConfig, 'label' | 'description'> & {
15
- label: string;
16
- description: string;
17
- };
18
- /**
19
- * Connection authorisation configuration.
20
- */
11
+ export type ConnectionLocalisedConfig = Localised<ConnectionConfig>;
21
12
  export interface ConnectionAuthorisationConfig {
22
13
  accessToken: string;
23
14
  accountId: string;
@@ -28,20 +19,14 @@ export interface ConnectionAuthorisationConfig {
28
19
  tokenType: string;
29
20
  uid: string;
30
21
  }
31
- /**
32
- * Connection description configuration.
33
- */
34
- interface ConnectionDescriptionConfig {
22
+ export interface ConnectionDescriptionConfig {
35
23
  objects: {
36
24
  id: string;
37
25
  label: Record<string, string>;
38
26
  columns: ObjectColumnConfig[];
39
27
  }[];
40
28
  }
41
- /**
42
- * Connection node configuration.
43
- */
44
- interface ConnectionNodeConfig {
29
+ export interface ConnectionNodeConfig {
45
30
  childCount: number | undefined;
46
31
  childNodes: ConnectionNodeConfig[];
47
32
  extension: string | undefined;
@@ -55,21 +40,12 @@ interface ConnectionNodeConfig {
55
40
  size: number | undefined;
56
41
  typeId: NodeTypeId;
57
42
  }
58
- /**
59
- *
60
- */
61
- interface DPAFileSystemFileHandle {
43
+ export interface DPAFileSystemFileHandle {
62
44
  readonly kind: 'file';
63
45
  getFile(): Promise<File>;
64
46
  }
65
- /**
66
- * Connection node type identifier.
67
- */
68
- type NodeTypeId = 'folder' | 'object';
69
- /**
70
- * Object column configuration.
71
- */
72
- interface ObjectColumnConfig {
47
+ export type NodeTypeId = 'folder' | 'object';
48
+ export interface ObjectColumnConfig {
73
49
  dataTypeId: DataTypeId;
74
50
  dataSubtypeId: DataSubtypeId | undefined;
75
51
  inferenceCounts: Record<string, number>;
@@ -92,5 +68,4 @@ interface ObjectColumnConfig {
92
68
  validValues: Record<string, string>;
93
69
  voidValueCount: number | undefined;
94
70
  }
95
- type StorageTypeId = 'binary' | 'boolean' | 'byte' | 'date' | 'dateTime' | 'dateTimeOffset' | 'decimal' | 'double' | 'int8' | 'int16' | 'int32' | 'int64' | 'object' | 'single' | 'string' | 'time' | 'unknown';
96
- export type { ConnectionDescriptionConfig, ConnectionNodeConfig, ObjectColumnConfig };
71
+ export type StorageTypeId = 'binary' | 'boolean' | 'byte' | 'date' | 'dateTime' | 'dateTimeOffset' | 'decimal' | 'double' | 'int8' | 'int16' | 'int32' | 'int64' | 'object' | 'single' | 'string' | 'time' | 'unknown';
@@ -1,13 +1,8 @@
1
1
  import { FileTypeResult } from 'file-type';
2
2
  import { Component, ComponentConfig } from '..';
3
3
  import { ConnectionNodeConfig, ObjectColumnConfig } from '../connection';
4
- /**
5
- * Data view interface.
6
- */
4
+ import { Localised } from '../../locale';
7
5
  type DataViewInterface = Component;
8
- /**
9
- * Data view configuration.
10
- */
11
6
  interface DataViewConfig extends ComponentConfig {
12
7
  connectionId: string | undefined;
13
8
  connectionNodeConfig: ConnectionNodeConfig | undefined;
@@ -15,16 +10,7 @@ interface DataViewConfig extends ComponentConfig {
15
10
  contentAuditConfig: ContentAuditConfig | undefined;
16
11
  relationshipsAuditConfig: RelationshipsAuditConfig | undefined;
17
12
  }
18
- /**
19
- * Data view localised configuration.
20
- */
21
- type DataViewLocalisedConfig = Omit<DataViewConfig, 'label' | 'description'> & {
22
- label: string;
23
- description: string;
24
- };
25
- /**
26
- * Data view preview configuration.
27
- */
13
+ type DataViewLocalisedConfig = Localised<DataViewConfig>;
28
14
  interface PreviewConfig {
29
15
  asAt: number;
30
16
  commentMarkId?: string | undefined;
@@ -54,13 +40,7 @@ interface PreviewConfig {
54
40
  valueDelimiterOtherCharSeq?: string | undefined;
55
41
  valueTrimMethodId?: ValueTrimMethodId | undefined;
56
42
  }
57
- /**
58
- *
59
- */
60
43
  type ValueTrimMethodId = 'both' | 'left' | 'right' | 'none';
61
- /**
62
- * Data view content audit configuration.
63
- */
64
44
  interface ContentAuditConfig {
65
45
  asAt: number;
66
46
  columns: ObjectColumnConfig[];
@@ -71,35 +51,14 @@ interface ContentAuditConfig {
71
51
  lineCount: number;
72
52
  recordCount: number;
73
53
  }
74
- /**
75
- * Data view relationships audit configuration.
76
- */
77
54
  interface RelationshipsAuditConfig {
78
55
  placeholder: string;
79
56
  }
80
- /**
81
- *
82
- */
83
57
  type DataFormatId = 'dpe' | 'dtv' | 'json' | 'spss' | 'xlsx' | 'xml' | 'unknown';
84
- /**
85
- *
86
- */
87
58
  type RecordDelimiterId = '\n' | '\r' | '\r\n';
88
- /**
89
- *
90
- */
91
59
  type ValueDelimiterId = '' | ':' | ',' | '!' | '0x1E' | ';' | ' ' | '\t' | '_' | '0x1F' | '|';
92
- /**
93
- *
94
- */
95
60
  declare const ORDERED_VALUE_DELIMITER_IDS: ValueDelimiterId[];
96
- /**
97
- *
98
- */
99
61
  type ParsingRecord = ParsingResult[];
100
- /**
101
- *
102
- */
103
62
  interface ParsingResult {
104
63
  value: string | null;
105
64
  valueWasQuoted: boolean;
@@ -119,17 +78,8 @@ interface InferenceSummary {
119
78
  hasHeaderRow: boolean;
120
79
  typedRecords: InferenceRecord[];
121
80
  }
122
- /**
123
- *
124
- */
125
81
  type InferenceRecord = InferenceResult[];
126
- /**
127
- *
128
- */
129
82
  type InferenceResult = BooleanInferenceResult | NumericInferenceResult | StringInferenceResult | TemporalInferenceResult | UnknownInferenceResult;
130
- /**
131
- * Boolean inference result.
132
- */
133
83
  interface BooleanInferenceResult {
134
84
  dataTypeId: 'boolean';
135
85
  dataSubtypeId: undefined;
@@ -137,13 +87,7 @@ interface BooleanInferenceResult {
137
87
  inputValueWasQuoted: boolean;
138
88
  inferredValue: boolean;
139
89
  }
140
- /**
141
- *
142
- */
143
90
  type NumericInferenceResult = BigIntInferenceResult | NumberInferenceResult;
144
- /**
145
- *
146
- */
147
91
  interface BigIntInferenceResult {
148
92
  dataTypeId: 'numeric';
149
93
  dataSubtypeId: 'bigint';
@@ -156,9 +100,6 @@ interface BigIntInferenceResult {
156
100
  signId: NumericSignId;
157
101
  unitsId: NumericUnitsId;
158
102
  }
159
- /**
160
- *
161
- */
162
103
  interface NumberInferenceResult {
163
104
  dataTypeId: 'numeric';
164
105
  dataSubtypeId: 'integer' | 'decimal';
@@ -171,9 +112,6 @@ interface NumberInferenceResult {
171
112
  signId: NumericSignId;
172
113
  unitsId: NumericUnitsId;
173
114
  }
174
- /**
175
- * String inference result.
176
- */
177
115
  interface StringInferenceResult {
178
116
  dataTypeId: 'string';
179
117
  dataSubtypeId: StringSubtypeId;
@@ -182,9 +120,6 @@ interface StringInferenceResult {
182
120
  inputValueWasQuoted: boolean;
183
121
  inferredValue: string;
184
122
  }
185
- /**
186
- *
187
- */
188
123
  interface TemporalInferenceResult {
189
124
  dataTypeId: 'temporal';
190
125
  dataSubtypeId: TemporalSubtypeId;
@@ -193,9 +128,6 @@ interface TemporalInferenceResult {
193
128
  inputValueWasQuoted: boolean;
194
129
  inferredValue: Date;
195
130
  }
196
- /**
197
- *
198
- */
199
131
  interface UnknownInferenceResult {
200
132
  dataTypeId: 'unknown';
201
133
  dataSubtypeId: undefined;
@@ -1,8 +1,6 @@
1
1
  import { ComponentConfig } from '..';
2
+ import { Localised } from '../../locale';
2
3
  export interface DimensionConfig extends ComponentConfig {
3
4
  placeholder?: string;
4
5
  }
5
- export type DimensionLocalisedConfig = Omit<DimensionConfig, 'label' | 'description'> & {
6
- label: string;
7
- description: string;
8
- };
6
+ export type DimensionLocalisedConfig = Localised<DimensionConfig>;
@@ -1,8 +1,6 @@
1
1
  import { ComponentConfig } from '..';
2
+ import { Localised } from '../../locale';
2
3
  export interface EventQueryConfig extends ComponentConfig {
3
4
  placeholder?: string;
4
5
  }
5
- export type EventQueryLocalisedConfig = Omit<EventQueryConfig, 'label' | 'description'> & {
6
- label: string;
7
- description: string;
8
- };
6
+ export type EventQueryLocalisedConfig = Localised<EventQueryConfig>;
@@ -1,15 +1,12 @@
1
1
  import { InferOutput } from 'valibot';
2
2
  import { componentConfigSchema, componentReferenceSchema, componentStatusColorIdSchema, componentStatusConfigSchema } from './componentConfig.schema';
3
- import { LocaleId } from '../locale';
3
+ import { LocaleId, Localised } from '../locale';
4
4
  export { componentConfigSchema } from './componentConfig.schema';
5
5
  export interface Component {
6
6
  readonly config: ComponentConfig;
7
7
  }
8
8
  export type ComponentConfig = InferOutput<typeof componentConfigSchema>;
9
- export type ComponentLocalisedConfig = Omit<ComponentConfig, 'label' | 'description'> & {
10
- label: string;
11
- description: string;
12
- };
9
+ export type ComponentLocalisedConfig = Localised<ComponentConfig>;
13
10
  export type ComponentReference = InferOutput<typeof componentReferenceSchema>;
14
11
  export type ComponentStatus = InferOutput<typeof componentStatusConfigSchema>;
15
12
  export type ComponentStatusColorId = InferOutput<typeof componentStatusColorIdSchema>;
@@ -4,6 +4,7 @@ import { ToolConfig } from '../tool';
4
4
  import { ConnectionDescriptionConfig, ConnectionNodeConfig } from '../../connection';
5
5
  import { connectorCategoryConfigSchema, connectorConfigSchema, connectorOperationNameSchema, connectorUsageIdSchema } from './connectorConfig.schema';
6
6
  import { ContentAuditConfig, ParsingRecord, PreviewConfig, ValueDelimiterId } from '../../dataView';
7
+ import { Localised } from '../../../locale';
7
8
  import { EngineConnectorActionOptions, EngineUtilities } from '../../../engine';
8
9
  export { connectorConfigSchema } from './connectorConfig.schema';
9
10
  export interface ConnectorInterface extends Component {
@@ -27,10 +28,7 @@ export interface ConnectorInterface extends Component {
27
28
  }
28
29
  export type ConnectorConstructor = new (engineUtilities: EngineUtilities, toolConfigs: ToolConfig[]) => ConnectorInterface;
29
30
  export type ConnectorConfig = InferOutput<typeof connectorConfigSchema>;
30
- export type ConnectorLocalisedConfig = Omit<ConnectorConfig, 'label' | 'description'> & {
31
- label: string;
32
- description: string;
33
- };
31
+ export type ConnectorLocalisedConfig = Localised<ConnectorConfig>;
34
32
  type ConnectorCategoryConfig = InferOutput<typeof connectorCategoryConfigSchema>;
35
33
  type ConnectorCategoryLocalisedConfig = Omit<ConnectorCategoryConfig, 'label'> & {
36
34
  label: string;
@@ -1,6 +1,3 @@
1
- /**
2
- * Context schema.
3
- */
4
1
  export declare const contextConfigSchema: import('valibot').ObjectSchema<{
5
2
  readonly typeId: import('valibot').LiteralSchema<"context", undefined>;
6
3
  readonly models: import('valibot').ArraySchema<import('valibot').ObjectSchema<{
@@ -1,18 +1,13 @@
1
1
  import { InferOutput } from 'valibot';
2
2
  import { contextConfigSchema } from './contextConfig.schema';
3
3
  import { EngineContextActionOptions } from '../../../engine';
4
- import { LocaleLabel } from '../../../locale';
4
+ import { Localised } from '../../../locale';
5
5
  import { ModuleConfig } from '..';
6
6
  import { Component, ComponentConfig, ComponentReference } from '../..';
7
- export interface Context extends Component {
7
+ export { contextConfigSchema } from './contextConfig.schema';
8
+ export interface ContextInterface extends Component {
8
9
  readonly config: ContextConfig;
9
- listContextFocuses?(context: Context, options?: ListContextOptions): Promise<ContextListResult>;
10
- }
11
- export interface ListContextOptions extends EngineContextActionOptions {
12
- placeholder: unknown;
13
- }
14
- export interface ContextListResult {
15
- models: ContextModelGroupConfig[];
10
+ listContextFocuses?(context: ContextInterface, options?: ListContextOptions): Promise<ContextListResult>;
16
11
  }
17
12
  export type ContextConfig = InferOutput<typeof contextConfigSchema>;
18
13
  export interface ContextConfig1 extends ModuleConfig {
@@ -20,119 +15,16 @@ export interface ContextConfig1 extends ModuleConfig {
20
15
  operations: ContextOperation[];
21
16
  typeId: 'context';
22
17
  }
18
+ export type ContextLocalisedConfig = Localised<ContextConfig>;
23
19
  export type ContextOperation = 'list';
24
- export type ContextLocalisedConfig = Omit<ContextConfig, 'label' | 'description'> & {
25
- label: string;
26
- description: string;
27
- };
28
20
  export interface ContextModelGroupConfig extends ComponentConfig {
29
21
  modelRefs: ComponentReference[];
30
22
  order: number;
31
23
  }
32
- export type ContextModelGroupLocalisedConfig = Omit<ContextModelGroupConfig, 'label' | 'description'> & {
33
- label: string;
34
- description: string;
35
- };
36
- export interface ContextModelConfig extends ComponentConfig {
37
- diagramURL?: string;
38
- dimension: ContextModelDimensionGroupConfig[];
39
- entities: ContextModelEntityGroupConfig[];
40
- secondaryMeasures: ContextModelSecondaryMeasureGroupConfig[];
41
- }
42
- export type ContextModelLocalisedConfig = Omit<ContextModelConfig, 'label' | 'description'> & {
43
- label: string;
44
- description: string;
45
- };
46
- export interface ContextModelDimensionGroupConfig {
47
- id: string;
48
- label: LocaleLabel;
49
- description: LocaleLabel;
50
- dimensionRefs: ComponentReference[];
51
- }
52
- export type ContextModelDimensionGroupLocalisedConfig = Omit<ContextModelDimensionGroupConfig, 'label' | 'description'> & {
53
- label: string;
54
- description: string;
55
- };
56
- export interface ContextModelDimensionConfig {
57
- id: string;
58
- label: LocaleLabel;
59
- hierarchies: ContextModelDimensionHierarchyConfig[];
60
- }
61
- export type ContextModelDimensionLocalisedConfig = Omit<ContextModelDimensionConfig, 'label' | 'description'> & {
62
- label: string;
63
- description: string;
64
- };
65
- export interface ContextModelDimensionHierarchyConfig {
66
- id: string;
67
- label: LocaleLabel;
68
- }
69
- export type ContextModelDimensionHierarchyLocalisedConfig = Omit<ContextModelDimensionHierarchyConfig, 'label' | 'description'> & {
70
- label: string;
71
- description: string;
72
- };
73
- export interface ContextModelEntityGroupConfig {
74
- id: string;
75
- label: LocaleLabel;
76
- description?: Record<string, unknown>;
77
- entityRefs: ComponentReference[];
78
- }
79
- export type ContextModelEntityGroupLocalisedConfig = Omit<ContextModelEntityGroupConfig, 'label' | 'description'> & {
80
- label: string;
81
- description: string;
82
- };
83
- export interface ContextModelEntityConfig {
84
- id: string;
85
- label: LocaleLabel;
86
- labelPlural: LocaleLabel;
87
- dataItems: ContextModelEntityDataItemConfig[];
88
- events: ContextModelEntityEventConfig[];
89
- primaryMeasures: ContextModelEntityPrimaryMeasureConfig[];
90
- }
91
- export type ContextModelEntityLocalisedConfig = Omit<ContextModelEntityConfig, 'label' | 'description'> & {
92
- label: string;
93
- description: string;
94
- };
95
- export interface ContextModelEntityDataItemConfig {
96
- id: string;
97
- label: LocaleLabel;
98
- }
99
- export type ContextModelEntityDataItemLocalisedConfig = Omit<ContextModelEntityDataItemConfig, 'label' | 'description'> & {
100
- label: string;
101
- description: string;
102
- };
103
- export interface ContextModelEntityEventConfig {
104
- id: string;
105
- labelAction: Record<string, string>;
106
- labelState: Record<string, string>;
107
- }
108
- export type ContextModelEntityEventLocalisedConfig = Omit<ContextModelEntityEventConfig, 'label' | 'description'> & {
109
- label: string;
110
- description: string;
111
- };
112
- export interface ContextModelEntityPrimaryMeasureConfig {
113
- id: string;
114
- label: LocaleLabel;
115
- }
116
- export type ContextModelEntityPrimaryMeasureLocalisedConfig = Omit<ContextModelEntityPrimaryMeasureConfig, 'label' | 'description'> & {
117
- label: string;
118
- description: string;
119
- };
120
- export interface ContextModelSecondaryMeasureGroupConfig {
121
- id: string;
122
- label: LocaleLabel;
123
- description?: Record<string, unknown>;
124
- secondaryMeasureRefs: ComponentReference[];
24
+ export type ContextModelGroupLocalisedConfig = Localised<ContextModelGroupConfig>;
25
+ export interface ListContextOptions extends EngineContextActionOptions {
26
+ placeholder: unknown;
125
27
  }
126
- export type ContextModelSecondaryMeasureGroupLocalisedConfig = Omit<ContextModelSecondaryMeasureGroupConfig, 'label' | 'description'> & {
127
- label: string;
128
- description: string;
129
- };
130
- export interface ContextModelSecondaryMeasureConfig {
131
- id: string;
132
- label: LocaleLabel;
28
+ export interface ContextListResult {
29
+ models: ContextModelGroupConfig[];
133
30
  }
134
- export type ContextModelSecondaryMeasureLocalisedConfig = Omit<ContextModelSecondaryMeasureConfig, 'label' | 'description'> & {
135
- label: string;
136
- description: string;
137
- };
138
- export { contextConfigSchema } from './contextConfig.schema';
@@ -0,0 +1,12 @@
1
+ import { LocaleLabel, Localised } from '../../../../../locale';
2
+ export interface ContextModelDimensionConfig {
3
+ id: string;
4
+ label: LocaleLabel;
5
+ hierarchies: ContextModelDimensionHierarchyConfig[];
6
+ }
7
+ export type ContextModelDimensionLocalisedConfig = Localised<ContextModelDimensionConfig>;
8
+ export interface ContextModelDimensionHierarchyConfig {
9
+ id: string;
10
+ label: LocaleLabel;
11
+ }
12
+ export type ContextModelDimensionHierarchyLocalisedConfig = Localised<ContextModelDimensionHierarchyConfig>;
@@ -0,0 +1,6 @@
1
+ import { LocaleLabel, Localised } from '../../../../../../locale';
2
+ export interface ContextModelEntityDataItemConfig {
3
+ id: string;
4
+ label: LocaleLabel;
5
+ }
6
+ export type ContextModelEntityDataItemLocalisedConfig = Localised<ContextModelEntityDataItemConfig>;
@@ -0,0 +1,7 @@
1
+ import { Localised } from '../../../../../../locale';
2
+ export interface ContextModelEntityEventConfig {
3
+ id: string;
4
+ labelAction: Record<string, string>;
5
+ labelState: Record<string, string>;
6
+ }
7
+ export type ContextModelEntityEventLocalisedConfig = Localised<ContextModelEntityEventConfig>;
@@ -0,0 +1,13 @@
1
+ import { ContextModelEntityDataItemConfig } from './dataItem';
2
+ import { ContextModelEntityEventConfig } from './event';
3
+ import { ContextModelEntityPrimaryMeasureConfig } from './primaryMeasure';
4
+ import { LocaleLabel, Localised } from '../../../../../locale';
5
+ export interface ContextModelEntityConfig {
6
+ id: string;
7
+ label: LocaleLabel;
8
+ labelPlural: LocaleLabel;
9
+ dataItems: ContextModelEntityDataItemConfig[];
10
+ events: ContextModelEntityEventConfig[];
11
+ primaryMeasures: ContextModelEntityPrimaryMeasureConfig[];
12
+ }
13
+ export type ContextModelEntityLocalisedConfig = Localised<ContextModelEntityConfig>;
@@ -0,0 +1,6 @@
1
+ import { LocaleLabel, Localised } from '../../../../../../locale';
2
+ export interface ContextModelEntityPrimaryMeasureConfig {
3
+ id: string;
4
+ label: LocaleLabel;
5
+ }
6
+ export type ContextModelEntityPrimaryMeasureLocalisedConfig = Localised<ContextModelEntityPrimaryMeasureConfig>;
@@ -0,0 +1,30 @@
1
+ import { ComponentConfig, ComponentReference } from '../../..';
2
+ import { LocaleLabel, Localised } from '../../../../locale';
3
+ export interface ContextModelConfig extends ComponentConfig {
4
+ diagramURL?: string;
5
+ dimensions: ContextModelDimensionGroupConfig[];
6
+ entities: ContextModelEntityGroupConfig[];
7
+ secondaryMeasures: ContextModelSecondaryMeasureGroupConfig[];
8
+ }
9
+ export type ContextModelLocalisedConfig = Localised<ContextModelConfig>;
10
+ export interface ContextModelDimensionGroupConfig {
11
+ id: string;
12
+ label: LocaleLabel;
13
+ description: LocaleLabel;
14
+ dimensionRefs: ComponentReference[];
15
+ }
16
+ export type ContextModelDimensionGroupLocalisedConfig = Localised<ContextModelDimensionGroupConfig>;
17
+ export interface ContextModelEntityGroupConfig {
18
+ id: string;
19
+ label: LocaleLabel;
20
+ description?: Record<string, unknown>;
21
+ entityRefs: ComponentReference[];
22
+ }
23
+ export type ContextModelEntityGroupLocalisedConfig = Localised<ContextModelEntityGroupConfig>;
24
+ export interface ContextModelSecondaryMeasureGroupConfig {
25
+ id: string;
26
+ label: LocaleLabel;
27
+ description?: Record<string, unknown>;
28
+ secondaryMeasureRefs: ComponentReference[];
29
+ }
30
+ export type ContextModelSecondaryMeasureGroupLocalisedConfig = Localised<ContextModelSecondaryMeasureGroupConfig>;
@@ -0,0 +1,6 @@
1
+ import { LocaleLabel, Localised } from '../../../../../locale';
2
+ export interface ContextModelSecondaryMeasureConfig {
3
+ id: string;
4
+ label: LocaleLabel;
5
+ }
6
+ export type ContextModelSecondaryMeasureLocalisedConfig = Localised<ContextModelSecondaryMeasureConfig>;
@@ -1,10 +1,8 @@
1
1
  import { ModuleConfig } from '..';
2
2
  import { Component, ComponentReference } from '../..';
3
- /**
4
- * Presenter composables, constants, errors, types/interfaces and utilities.
5
- */
3
+ import { Localised } from '../../../locale';
6
4
  export { presenterConfigSchema } from './presenterConfig.schema';
7
- export interface Presenter extends Component {
5
+ export interface PresenterInterface extends Component {
8
6
  readonly config: PresenterConfig;
9
7
  list(): ComponentReference[];
10
8
  render(presentationPath: string, renderTo: HTMLElement, data?: unknown): Promise<void>;
@@ -15,8 +13,5 @@ export interface PresenterConfig extends ModuleConfig {
15
13
  operations: PresenterOperation[];
16
14
  typeId: 'presenter';
17
15
  }
16
+ export type PresenterLocalisedConfig = Localised<PresenterConfig>;
18
17
  export type PresenterOperation = 'list' | 'render' | 'setColorMode';
19
- export type PresenterLocalisedConfig = Omit<PresenterConfig, 'label' | 'description'> & {
20
- label: string;
21
- description: string;
22
- };
@@ -1,6 +1,6 @@
1
1
  import { InferOutput } from 'valibot';
2
- import { ComponentConfig } from '../..';
3
- import { presenterConfigSchema } from './presenterConfig.schema';
2
+ import { ComponentConfig } from '../../..';
3
+ import { presenterConfigSchema } from '../presenterConfig.schema';
4
4
  export type PresentationConfig = InferOutput<typeof presenterConfigSchema>;
5
5
  export interface PresentationConfig1 extends ComponentConfig {
6
6
  content: string;
@@ -74,4 +74,3 @@ export interface PresentationView {
74
74
  resize: () => void;
75
75
  vendorId: string;
76
76
  }
77
- export { presenterConfigSchema } from './presenterConfig.schema';
@@ -1,26 +1,13 @@
1
- /**
2
- * Encoding.
3
- */
4
- /**
5
- * Encoding configuration.
6
- */
7
- interface EncodingConfig {
1
+ export interface EncodingConfig {
8
2
  id: string;
9
3
  confidenceLevel: number | undefined;
10
4
  }
11
- /**
12
- * Encoding type configuration.
13
- */
14
- interface EncodingTypeConfig {
5
+ export interface EncodingTypeConfig {
15
6
  id: string;
16
7
  groupLabel: string;
17
8
  label: string;
18
9
  isDetectable: boolean;
19
10
  isDecodable: boolean;
20
11
  }
21
- declare const encodingConfigMap: Record<string, EncodingTypeConfig>;
22
- /**
23
- * Get encoding type configurations.
24
- */
25
- declare function getEncodingTypeConfigs(localeId?: string): EncodingTypeConfig[];
26
- export { type EncodingConfig, encodingConfigMap, type EncodingTypeConfig, getEncodingTypeConfigs };
12
+ export declare const encodingConfigMap: Record<string, EncodingTypeConfig>;
13
+ export declare function getEncodingTypeConfigs(localeId?: string): EncodingTypeConfig[];
@@ -1,15 +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>;
9
1
  export type FlagId = 'es' | 'gb';
10
2
  export type LocaleId = 'en' | 'es';
11
3
  export type LocaleLabel = Partial<Record<LocaleId, string>>;
12
4
  export type LocaleLabelMap = ReadonlyMap<string, string>;
5
+ export type Localised<T> = Omit<T, 'label' | 'description'> & {
6
+ label: string;
7
+ description: string;
8
+ };
13
9
  export declare const DEFAULT_LOCALE_ID: LocaleId;
14
10
  export declare const SUPPORTED_LANGUAGES: {
15
11
  id: LocaleId;
@@ -0,0 +1,8 @@
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 partialLocaleLabelSchema: 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,6 +1,3 @@
1
- /**
2
- * Utilities.
3
- */
4
1
  export declare function convertODataTypeIdToUsageTypeId(oDataTypeId: string): string;
5
2
  export declare function extractNameFromPath(itemPath: string): string | undefined;
6
3
  export declare function extractExtensionFromPath(itemPath: string): string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpuse/dpuse-shared",
3
- "version": "0.3.623",
3
+ "version": "0.3.630",
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>",
@@ -17,10 +17,6 @@
17
17
  "module": "./dist/dpuse-shared.es.js",
18
18
  "types": "./dist/types/src/index.d.ts",
19
19
  "exports": {
20
- ".": {
21
- "import": "./dist/dpuse-shared.es.js",
22
- "types": "./dist/types/src/index.d.ts"
23
- },
24
20
  "./component": {
25
21
  "import": "./dist/dpuse-shared-component.es.js",
26
22
  "types": "./dist/types/src/component/index.d.ts"
@@ -33,6 +29,14 @@
33
29
  "import": "./dist/dpuse-shared-dataview.es.js",
34
30
  "types": "./dist/types/src/component/dataView/index.d.ts"
35
31
  },
32
+ "./component/dimension": {
33
+ "import": "./dist/dpuse-shared-dimension.es.js",
34
+ "types": "./dist/types/src/component/dimension/index.d.ts"
35
+ },
36
+ "./component/eventQuery": {
37
+ "import": "./dist/dpuse-shared-eventQuery.es.js",
38
+ "types": "./dist/types/src/component/eventQuery/index.d.ts"
39
+ },
36
40
  "./component/module": {
37
41
  "import": "./dist/dpuse-shared-componentModule.es.js",
38
42
  "types": "./dist/types/src/component/module/index.d.ts"
@@ -45,10 +49,42 @@
45
49
  "import": "./dist/dpuse-shared-componentModuleContext.es.js",
46
50
  "types": "./dist/types/src/component/module/context/index.d.ts"
47
51
  },
52
+ "./component/module/context/model": {
53
+ "import": "./dist/dpuse-shared-componentModuleContextModel.es.js",
54
+ "types": "./dist/types/src/component/module/context/model/index.d.ts"
55
+ },
56
+ "./component/module/context/model/dimension": {
57
+ "import": "./dist/dpuse-shared-componentModuleContextModelDimension.es.js",
58
+ "types": "./dist/types/src/component/module/context/model/dimension/index.d.ts"
59
+ },
60
+ "./component/module/context/model/entity": {
61
+ "import": "./dist/dpuse-shared-componentModuleContextModelEntity.es.js",
62
+ "types": "./dist/types/src/component/module/context/model/entity/index.d.ts"
63
+ },
64
+ "./component/module/context/model/entity/dataItem": {
65
+ "import": "./dist/dpuse-shared-componentModuleContextModelEntityDataItem.es.js",
66
+ "types": "./dist/types/src/component/module/context/model/entity/dataItem/index.d.ts"
67
+ },
68
+ "./component/module/context/model/entity/event": {
69
+ "import": "./dist/dpuse-shared-componentModuleContextModelEntityEvent.es.js",
70
+ "types": "./dist/types/src/component/module/context/model/entity/event/index.d.ts"
71
+ },
72
+ "./component/module/context/model/entity/primaryMeasure": {
73
+ "import": "./dist/dpuse-shared-componentModuleContextModelEntityPrimaryMeasure.es.js",
74
+ "types": "./dist/types/src/component/module/context/model/entity/primaryMeasure/index.d.ts"
75
+ },
76
+ "./component/module/context/model/secondaryMeasure": {
77
+ "import": "./dist/dpuse-shared-componentModuleContextModelSecondaryMeasure.es.js",
78
+ "types": "./dist/types/src/component/module/context/model/secondaryMeasure/index.d.ts"
79
+ },
48
80
  "./component/module/presenter": {
49
81
  "import": "./dist/dpuse-shared-componentModulePresenter.es.js",
50
82
  "types": "./dist/types/src/component/module/presenter/index.d.ts"
51
83
  },
84
+ "./component/module/presenter/presentation": {
85
+ "import": "./dist/dpuse-shared-componentModulePresenterPresentation.es.js",
86
+ "types": "./dist/types/src/component/module/presenter/presentation/index.d.ts"
87
+ },
52
88
  "./component/module/tool": {
53
89
  "import": "./dist/dpuse-shared-componentModuleTool.es.js",
54
90
  "types": "./dist/types/src/component/module/tool/index.d.ts"
@@ -1,68 +0,0 @@
1
- import { _ as e, d as t, f as n, g as r, o as i, p as a, u as o } from "./locale-BjiFli1U.js";
2
- //#region src/schema.ts
3
- var s = (t) => e(t.map((e) => o(e))), c = s([
4
- "app",
5
- "connector",
6
- "connectorConnection",
7
- "context",
8
- "contextModelGroup",
9
- "contextModel",
10
- "contextModelDimensionGroup",
11
- "contextModelDimension",
12
- "contextModelDimensionHierarchy",
13
- "contextModelEntityGroup",
14
- "contextModelEntity",
15
- "contextModelEntityDataItem",
16
- "contextModelEntityEvent",
17
- "contextModelEntityPrimaryMeasure",
18
- "contextModelSecondaryMeasureGroup",
19
- "contextModelSecondaryMeasure",
20
- "dataView",
21
- "dimension",
22
- "engine",
23
- "eventQuery",
24
- "presenter",
25
- "presenterPresentation",
26
- "tool"
27
- ]), l = s([
28
- "amber",
29
- "green",
30
- "red",
31
- "other"
32
- ]), u = s([
33
- "alpha",
34
- "beta",
35
- "generalAvailability",
36
- "notApplicable",
37
- "preAlpha",
38
- "proposed",
39
- "releaseCandidate",
40
- "unavailable",
41
- "underReview"
42
- ]), d = a({
43
- color: l,
44
- label: r()
45
- }), f = a({
46
- id: r(),
47
- label: i,
48
- description: i,
49
- icon: t(r()),
50
- iconDark: t(r()),
51
- order: n(),
52
- path: r()
53
- }), p = {
54
- id: r(),
55
- label: i,
56
- description: i,
57
- firstCreatedAt: t(n()),
58
- icon: t(r()),
59
- iconDark: t(r()),
60
- lastUpdatedAt: t(n()),
61
- status: t(d),
62
- statusId: t(u)
63
- }, m = a({
64
- ...p,
65
- typeId: c
66
- });
67
- //#endregion
68
- export { s as i, m as n, f as r, p as t };
@@ -1,17 +0,0 @@
1
- import { c as e, f as t, p as n, u as r } from "./locale-BjiFli1U.js";
2
- import { i, r as a, t as o } from "./componentConfig.schema-Cirbf_EB.js";
3
- import { t as s } from "./moduleConfig.schema-DTqGQW05.js";
4
- //#region src/component/module/context/contextConfig.schema.ts
5
- var c = i(["list"]), l = n({
6
- ...o,
7
- typeId: r("contextModelGroup"),
8
- modelRefs: e(a),
9
- order: t()
10
- }), u = n({
11
- ...s,
12
- typeId: r("context"),
13
- models: e(l),
14
- operations: e(c)
15
- });
16
- //#endregion
17
- export { u as t };
@@ -1,3 +0,0 @@
1
- import { t as e } from "./context-BUNJif2t.js";
2
- import { t } from "./presenter-DezPXk-i.js";
3
- export { e as contextConfigSchema, t as presenterConfigSchema };
@@ -1,16 +0,0 @@
1
- import { c as e, p as t, u as n } from "./locale-BjiFli1U.js";
2
- import { i as r, r as i } from "./componentConfig.schema-Cirbf_EB.js";
3
- import { t as a } from "./moduleConfig.schema-DTqGQW05.js";
4
- //#region src/component/module/presenter/presenterConfig.schema.ts
5
- var o = r([
6
- "list",
7
- "render",
8
- "setColorMode"
9
- ]), s = t({
10
- ...a,
11
- typeId: n("presenter"),
12
- presentations: e(i),
13
- operations: e(o)
14
- });
15
- //#endregion
16
- export { s as t };
@@ -1,28 +0,0 @@
1
- /**
2
- * Shared composables, constants, errors, interfaces, schemas, types and utilities.
3
- */
4
- /** Interfaces/Types - Context. */
5
- export { contextConfigSchema } from './component/module/context';
6
- export type { Context, ContextConfig, ContextLocalisedConfig, ListContextOptions, ContextListResult, ContextOperation } from './component/module/context';
7
- /** Interfaces/Types - Context model. */
8
- export type { ContextModelGroupConfig, ContextModelGroupLocalisedConfig, ContextModelConfig, ContextModelLocalisedConfig } from './component/module/context';
9
- /** Interfaces/Types - Context model dimension. */
10
- export type { ContextModelDimensionGroupConfig, ContextModelDimensionGroupLocalisedConfig, ContextModelDimensionConfig, ContextModelDimensionLocalisedConfig, ContextModelDimensionHierarchyConfig, ContextModelDimensionHierarchyLocalisedConfig } from './component/module/context';
11
- /** Interfaces/Types - Context model entity. */
12
- export type { ContextModelEntityGroupConfig, ContextModelEntityGroupLocalisedConfig, ContextModelEntityConfig, ContextModelEntityLocalisedConfig, ContextModelEntityDataItemConfig, // Data items.
13
- ContextModelEntityDataItemLocalisedConfig, ContextModelEntityEventConfig, // Events.
14
- ContextModelEntityEventLocalisedConfig, ContextModelEntityPrimaryMeasureConfig, // Primary measures.
15
- ContextModelEntityPrimaryMeasureLocalisedConfig } from './component/module/context';
16
- /** Interfaces/Types - Context model secondary measure. */
17
- export type { ContextModelSecondaryMeasureGroupConfig, ContextModelSecondaryMeasureGroupLocalisedConfig, ContextModelSecondaryMeasureConfig, ContextModelSecondaryMeasureLocalisedConfig } from './component/module/context';
18
- /** Interfaces/Types - Dimension. */
19
- export type { DimensionConfig, DimensionLocalisedConfig } from './component/dimension';
20
- /** Interfaces/Types - Event query. */
21
- export type { EventQueryConfig, EventQueryLocalisedConfig } from './component/eventQuery';
22
- /** Interfaces/Types */
23
- export { presenterConfigSchema } from './component/module/presenter';
24
- export type { Presenter, PresenterConfig, PresenterLocalisedConfig, PresenterOperation } from './component/module/presenter';
25
- /** Interfaces/Types - Presenter presentation. */
26
- export type { PresentationConfig, PresentationView } from './component/module/presenter/presentation';
27
- export type { PresentationCategoryId, PresentationCartesianTypeId, PresentationPolarTypeId, PresentationRangeTypeId, PresentationVisualConfig, PresentationVisualContentConfig, PresentationVisualViewConfig, PresentationVisualCartesianChartViewConfig, PresentationVisualChordDiagramViewConfig, PresentationVisualPeriodFlowBoundariesChartViewConfig, PresentationVisualPolarChartViewConfig, PresentationVisualRangeChartViewConfig, PresentationVisualSankeyDiagramViewConfig, PresentationVisualStreamGraphViewConfig, PresentationVisualValueTableViewConfig } from './component/module/presenter/presentation';
28
- /** Utilities */