@dpuse/dpuse-shared 0.3.776 → 0.3.777

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,17 +142,17 @@ _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-CK_0vKEB.js | 10.4 kB · brotli 2.2 kB |
145
+ | dist/componentConfig.schema-BvhUd4m4.js | 10.4 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 | 830 B · brotli 357 B |
151
+ | dist/dpuse-shared-component.es.js | 842 B · brotli 355 B |
152
152
  | dist/dpuse-shared-componentDataView.es.js | 722 B · brotli 310 B |
153
- | dist/dpuse-shared-componentModulePresenter.es.js | 411 B · brotli 219 B |
154
- | dist/moduleConfig.schema-Cd6AU1nb.js | 405 B · brotli 224 B |
155
- | dist/dpuse-shared-componentModuleCookbook.es.js | 370 B · brotli 238 B |
153
+ | dist/dpuse-shared-componentModulePresenter.es.js | 411 B · brotli 225 B |
154
+ | dist/moduleConfig.schema-CcJFr8H1.js | 405 B · brotli 224 B |
155
+ | dist/dpuse-shared-componentModuleCookbook.es.js | 370 B · brotli 203 B |
156
156
  | dist/dpuse-shared-componentModuleTool.es.js | 325 B · brotli 223 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 |
@@ -403,9 +403,9 @@ var x = /* @__PURE__ */ h({
403
403
  "presenterPresentation",
404
404
  "tool"
405
405
  ]), T = C([
406
- "amber",
407
- "green",
408
- "red"
406
+ "danger",
407
+ "success",
408
+ "warning"
409
409
  ]), E = C([
410
410
  "alpha",
411
411
  "beta",
@@ -1,10 +1,10 @@
1
1
  import "./dpuse-shared-locale.es.js";
2
- import { n as e } from "./componentConfig.schema-CK_0vKEB.js";
2
+ import { n as e } from "./componentConfig.schema-BvhUd4m4.js";
3
3
  //#region src/component/index.ts
4
4
  var t = [
5
5
  {
6
6
  id: "alpha",
7
- color: "red",
7
+ color: "danger",
8
8
  labels: {
9
9
  en: "alpha",
10
10
  es: "alfa"
@@ -12,7 +12,7 @@ var t = [
12
12
  },
13
13
  {
14
14
  id: "beta",
15
- color: "amber",
15
+ color: "warning",
16
16
  labels: {
17
17
  en: "beta",
18
18
  es: "beta"
@@ -20,7 +20,7 @@ var t = [
20
20
  },
21
21
  {
22
22
  id: "releaseCandidate",
23
- color: "green",
23
+ color: "success",
24
24
  labels: {
25
25
  en: "release-candidate",
26
26
  es: "candidato-de-lanzamiento"
@@ -28,7 +28,7 @@ var t = [
28
28
  },
29
29
  {
30
30
  id: "generalAvailability",
31
- color: "green",
31
+ color: "success",
32
32
  labels: {
33
33
  en: "",
34
34
  es: ""
@@ -45,7 +45,7 @@ function n(e, n = "en") {
45
45
  };
46
46
  }
47
47
  return {
48
- color: "red",
48
+ color: "danger",
49
49
  label: e
50
50
  };
51
51
  }
@@ -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-CK_0vKEB.js";
3
- import { t as p } from "./moduleConfig.schema-Cd6AU1nb.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";
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-CK_0vKEB.js";
2
- import { t as a } from "./moduleConfig.schema-Cd6AU1nb.js";
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";
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-CK_0vKEB.js";
2
- import { t as a } from "./moduleConfig.schema-Cd6AU1nb.js";
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";
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-CK_0vKEB.js";
1
+ import { d as e, i as t, l as n, m as r, t as i } from "./componentConfig.schema-BvhUd4m4.js";
2
2
  //#region src/component/module/moduleConfig.schema.ts
3
3
  var a = t([
4
4
  "app",
@@ -1,8 +1,8 @@
1
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>;
2
- export declare const componentStatusColorIdSchema: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>], undefined>;
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<{
5
- readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>], undefined>;
5
+ readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
6
6
  readonly label: import('valibot').StringSchema<undefined>;
7
7
  }, undefined>;
8
8
  export declare const componentBaseConfigSchema: {
@@ -39,7 +39,7 @@ export declare const componentCoreFieldsConfig: {
39
39
  firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
40
40
  lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
41
41
  status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
42
- readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>], undefined>;
42
+ readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
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>;
@@ -60,7 +60,7 @@ export declare const componentInstanceConfigSchema: import('valibot').ObjectSche
60
60
  readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
61
61
  readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
62
62
  readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
63
- readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>], undefined>;
63
+ readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
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>;
@@ -52,7 +52,7 @@ export declare const connectorConfigSchema: import('valibot').ObjectSchema<{
52
52
  readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
53
53
  readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
54
54
  readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
55
- readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>], undefined>;
55
+ readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
56
56
  readonly label: import('valibot').StringSchema<undefined>;
57
57
  }, undefined>, undefined>;
58
58
  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>;
@@ -25,7 +25,7 @@ export declare const cookbookConfigSchema: import('valibot').ObjectSchema<{
25
25
  readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
26
26
  readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
27
27
  readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
28
- readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>], undefined>;
28
+ readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
29
29
  readonly label: import('valibot').StringSchema<undefined>;
30
30
  }, undefined>, undefined>;
31
31
  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>;
@@ -7,7 +7,7 @@ export declare const moduleConfigCoreFields: {
7
7
  firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
8
8
  lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
9
9
  status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
10
- readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>], undefined>;
10
+ readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
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>;
@@ -33,7 +33,7 @@ export declare const moduleConfigSchema: import('valibot').ObjectSchema<{
33
33
  readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
34
34
  readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
35
35
  readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
36
- readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>], undefined>;
36
+ readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
37
37
  readonly label: import('valibot').StringSchema<undefined>;
38
38
  }, undefined>, undefined>;
39
39
  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>;
@@ -25,7 +25,7 @@ export declare const presenterConfigSchema: import('valibot').ObjectSchema<{
25
25
  readonly firstCreatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
26
26
  readonly lastUpdatedAt: import('valibot').NullableSchema<import('valibot').NumberSchema<undefined>, undefined>;
27
27
  readonly status: import('valibot').NullableSchema<import('valibot').ObjectSchema<{
28
- readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"amber", undefined>, import('valibot').LiteralSchema<"green", undefined>, import('valibot').LiteralSchema<"red", undefined>], undefined>;
28
+ readonly color: import('valibot').UnionSchema<readonly [import('valibot').LiteralSchema<"danger", undefined>, import('valibot').LiteralSchema<"success", undefined>, import('valibot').LiteralSchema<"warning", undefined>], undefined>;
29
29
  readonly label: import('valibot').StringSchema<undefined>;
30
30
  }, undefined>, undefined>;
31
31
  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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpuse/dpuse-shared",
3
- "version": "0.3.776",
3
+ "version": "0.3.777",
4
4
  "private": false,
5
5
  "description": "Common constants, types and utilities used across all DPUse projects.",
6
6
  "license": "MIT",
@@ -148,7 +148,7 @@
148
148
  },
149
149
  "devDependencies": {
150
150
  "@dpuse/dpuse-development": "^0.3.705",
151
- "@dpuse/eslint-config-dpuse": "^1.0.113",
151
+ "@dpuse/eslint-config-dpuse": "^1.0.116",
152
152
  "@types/node": "^26.2.0",
153
153
  "eslint": "^10.8.1",
154
154
  "file-type": "^22.0.2",