@datapos/datapos-shared 0.3.13 → 0.3.14

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.
@@ -10,12 +10,12 @@ class i extends d {
10
10
  super(t, n, r), this.name = "ApplicationError";
11
11
  }
12
12
  }
13
- class y extends i {
13
+ class N extends i {
14
14
  constructor(t, n, r) {
15
15
  super(t, n, r), this.name = "APIError";
16
16
  }
17
17
  }
18
- class N extends i {
18
+ class S extends i {
19
19
  constructor(t, n, r) {
20
20
  super(t, n, r), this.name = "EngineError";
21
21
  }
@@ -33,7 +33,7 @@ class f extends i {
33
33
  super(t, n, o), this.name = "VueHandledError", this.info = r, this.componentName = a;
34
34
  }
35
35
  }
36
- class S extends i {
36
+ class y extends i {
37
37
  constructor(t, n, r) {
38
38
  super(t, n, r), this.name = "WindowHandledRuntimeError";
39
39
  }
@@ -211,7 +211,7 @@ const m = "en-US", l = {}, k = (e) => {
211
211
  return t;
212
212
  }, g = [
213
213
  { id: "alpha", color: "orange", label: { en: "alpha" } },
214
- { id: "beta", color: "yellow", label: { en: "beta" } },
214
+ { id: "beta", color: "amber", label: { en: "beta" } },
215
215
  { id: "generalAvailability", label: { en: "" } },
216
216
  { id: "notApplicable", label: { en: "not-applicable" } },
217
217
  { id: "preAlpha", color: "red", label: { en: "pre-alpha" } },
@@ -224,15 +224,15 @@ const m = "en-US", l = {}, k = (e) => {
224
224
  return n ? { ...n, label: n.label[t] || n.label.en || e } : { id: e, color: "slate", label: e };
225
225
  };
226
226
  export {
227
- y as APIError,
227
+ N as APIError,
228
228
  i as ApplicationError,
229
229
  x as DefaultTimestamp,
230
- N as EngineError,
230
+ S as EngineError,
231
231
  u as FetchError,
232
232
  $ as OperationalError,
233
233
  f as VueError,
234
234
  D as WindowPromiseRejectionError,
235
- S as WindowRuntimeError,
235
+ y as WindowRuntimeError,
236
236
  v as buildFetchError,
237
237
  T as concatenateSerialisedErrorMessages,
238
238
  h as convertMillisecondsToTimestamp,
@@ -16,7 +16,7 @@ export interface ComponentRef {
16
16
  label: Record<string, string>;
17
17
  }
18
18
  export type ComponentTypeId = 'app' | 'connection' | 'connector' | 'engine' | 'focus' | 'model' | 'dataView' | 'eventQuery' | 'presentation' | 'presenter' | 'tutorial';
19
- type StatusColor = 'amber' | 'blue' | 'emerald' | 'green' | 'orange' | 'red' | 'rose' | 'sky' | 'slate' | 'yellow';
19
+ type StatusColor = 'amber' | 'orange' | 'red' | 'slate';
20
20
  export type ComponentStatusId = 'alpha' | 'beta' | 'generalAvailability' | 'notApplicable' | 'preAlpha' | 'proposed' | 'releaseCandidate' | 'unavailable' | 'underReview';
21
21
  export type ComponentStatus = {
22
22
  id: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@datapos/datapos-shared",
3
3
  "license": "MIT",
4
4
  "private": false,
5
- "version": "0.3.13",
5
+ "version": "0.3.14",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist"