@nsshunt/stsuxvue 1.0.32 → 1.0.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsuxvue",
3
- "version": "1.0.32",
3
+ "version": "1.0.34",
4
4
  "description": "STS UX Components for Vue 3 and Vuetify",
5
5
  "main": "./dist/stsuxvue.umd.js",
6
6
  "module": "./dist/stsuxvue.mjs",
@@ -48,42 +48,42 @@
48
48
  "dependencies": {
49
49
  "@awesome.me/kit-1b18ed9b83": "^1.0.7",
50
50
  "@mdi/font": "^7.4.47",
51
- "@nsshunt/stsobservability": "^1.0.98",
52
- "@nsshunt/stssocketioutils": "^1.1.15",
53
- "@nsshunt/stsutils": "^1.19.26",
51
+ "@nsshunt/stsobservability": "^1.0.99",
52
+ "@nsshunt/stssocketioutils": "^1.1.16",
53
+ "@nsshunt/stsutils": "^1.19.27",
54
54
  "ansi-to-html": "^0.7.2",
55
- "apexcharts": "^4.4.0",
55
+ "apexcharts": "^4.5.0",
56
56
  "chalk": "^4.1.2",
57
57
  "dompurify": "^3.2.4",
58
58
  "dotenv": "^16.4.7",
59
59
  "lodash.clonedeep": "^4.5.0",
60
- "pinia": "^2.3.1",
60
+ "pinia": "^3.0.1",
61
61
  "socket.io-client": "^4.8.1",
62
62
  "tiny-emitter": "^2.1.0",
63
- "uuid": "^11.0.5",
63
+ "uuid": "^11.1.0",
64
64
  "vue": "^3.5.13",
65
65
  "vue-router": "^4.5.0",
66
66
  "vue3-apexcharts": "^1.8.0",
67
- "vuetify": "^3.7.11",
67
+ "vuetify": "^3.7.15",
68
68
  "webfontloader": "^1.6.28"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@types/lodash.clonedeep": "^4.5.9",
72
72
  "@types/uuid": "^10.0.0",
73
73
  "@types/webfontloader": "^1.6.38",
74
- "@typescript-eslint/eslint-plugin": "^8.23.0",
75
- "@typescript-eslint/parser": "^8.23.0",
74
+ "@typescript-eslint/eslint-plugin": "^8.26.0",
75
+ "@typescript-eslint/parser": "^8.26.0",
76
76
  "@vitejs/plugin-vue": "^5.2.1",
77
- "eslint": "^9.19.0",
78
- "eslint-plugin-vue": "^9.32.0",
79
- "globals": "^15.14.0",
77
+ "eslint": "^9.21.0",
78
+ "eslint-plugin-vue": "^10.0.0",
79
+ "globals": "^16.0.0",
80
80
  "jest": "^29.7.0",
81
- "typescript": "^5.7.3",
82
- "vite": "^6.0.11",
81
+ "typescript": "^5.8.2",
82
+ "vite": "^6.2.0",
83
83
  "vite-plugin-vuetify": "^2.1.0",
84
- "vitest": "^3.0.5",
85
- "vue-eslint-parser": "^9.4.3",
86
- "vue-tsc": "^2.2.0"
84
+ "vitest": "^3.0.7",
85
+ "vue-eslint-parser": "^10.1.1",
86
+ "vue-tsc": "^2.2.8"
87
87
  },
88
88
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
89
89
  }
@@ -0,0 +1,3 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
3
+ //# sourceMappingURL=AppView.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppView.vue.d.ts","sourceRoot":"","sources":["../../src/Views/AppView.vue"],"names":[],"mappings":";AA6SA,wBAKG"}
@@ -1 +1 @@
1
- {"version":3,"file":"LandingView.vue.d.ts","sourceRoot":"","sources":["../../src/Views/LandingView.vue"],"names":[],"mappings":";AAqKA,wBAKG"}
1
+ {"version":3,"file":"LandingView.vue.d.ts","sourceRoot":"","sources":["../../src/Views/LandingView.vue"],"names":[],"mappings":";AA6JA,wBAKG"}
@@ -1,41 +1,3 @@
1
- import { IObservabilitySubscriberManagerOptions } from './../commonTypes';
2
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
3
- UxModelNavigatorRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
4
- modelId: string;
5
- }> & Readonly<{}>, {
6
- Start: (options: IObservabilitySubscriberManagerOptions) => Promise<void>;
7
- Stop: () => void;
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
9
- P: {};
10
- B: {};
11
- D: {};
12
- C: {};
13
- M: {};
14
- Defaults: {};
15
- }, Readonly<{
16
- modelId: string;
17
- }> & Readonly<{}>, {
18
- Start: (options: IObservabilitySubscriberManagerOptions) => Promise<void>;
19
- Stop: () => void;
20
- }, {}, {}, {}, {}> | null;
21
- UxModelNavigatorRef2: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
22
- modelId: string;
23
- }> & Readonly<{}>, {
24
- Start: (options: IObservabilitySubscriberManagerOptions) => Promise<void>;
25
- Stop: () => void;
26
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
27
- P: {};
28
- B: {};
29
- D: {};
30
- C: {};
31
- M: {};
32
- Defaults: {};
33
- }, Readonly<{
34
- modelId: string;
35
- }> & Readonly<{}>, {
36
- Start: (options: IObservabilitySubscriberManagerOptions) => Promise<void>;
37
- Stop: () => void;
38
- }, {}, {}, {}, {}> | null;
39
- }, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
2
  export default _default;
41
3
  //# sourceMappingURL=UXModelNavigatorView.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UXModelNavigatorView.vue.d.ts","sourceRoot":"","sources":["../../src/Views/UXModelNavigatorView.vue"],"names":[],"mappings":"AAkLA,OAAO,EAAE,sCAAsC,EAAE,MAAM,kBAAkB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqVzE,wBAMG"}
1
+ {"version":3,"file":"UXModelNavigatorView.vue.d.ts","sourceRoot":"","sources":["../../src/Views/UXModelNavigatorView.vue"],"names":[],"mappings":";AAqfA,wBAKG"}
@@ -1,23 +1,3 @@
1
- import { IObservabilitySubscriberManagerOptions } from './../commonTypes';
2
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
3
- UxModelNavigatorRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
4
- modelId: string;
5
- }> & Readonly<{}>, {
6
- Start: (options: IObservabilitySubscriberManagerOptions) => Promise<void>;
7
- Stop: () => void;
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
9
- P: {};
10
- B: {};
11
- D: {};
12
- C: {};
13
- M: {};
14
- Defaults: {};
15
- }, Readonly<{
16
- modelId: string;
17
- }> & Readonly<{}>, {
18
- Start: (options: IObservabilitySubscriberManagerOptions) => Promise<void>;
19
- Stop: () => void;
20
- }, {}, {}, {}, {}> | null;
21
- }, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
2
  export default _default;
23
3
  //# sourceMappingURL=UXModelNavigatorViewSingle.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UXModelNavigatorViewSingle.vue.d.ts","sourceRoot":"","sources":["../../src/Views/UXModelNavigatorViewSingle.vue"],"names":[],"mappings":"AAuHA,OAAO,EAAE,sCAAsC,EAAE,MAAM,kBAAkB,CAAA;;;;;;;;;;;;;;;;;;;;;AA8NzE,wBAMG"}
1
+ {"version":3,"file":"UXModelNavigatorViewSingle.vue.d.ts","sourceRoot":"","sources":["../../src/Views/UXModelNavigatorViewSingle.vue"],"names":[],"mappings":";AAwUA,wBAKG"}
@@ -1,7 +1,5 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  UpdateGraph: (durationSeries: any[], latencySeries: any[]) => void;
3
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
4
- barChart: unknown;
5
- }, HTMLDivElement>;
3
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
4
  export default _default;
7
5
  //# sourceMappingURL=UXBarChart.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UXBarChart.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXBarChart.vue"],"names":[],"mappings":";kCA8JqC,GAAG,EAAE,iBAAiB,GAAG,EAAE;;;;AA4EhE,wBAQG"}
1
+ {"version":3,"file":"UXBarChart.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXBarChart.vue"],"names":[],"mappings":";kCA8JqC,GAAG,EAAE,iBAAiB,GAAG,EAAE;;AAqEhE,wBAMG"}
@@ -1,7 +1,5 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {
2
2
  UpdateGraph: (val: number) => void;
3
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
4
- chart: unknown;
5
- }, HTMLDivElement>;
3
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
4
  export default _default;
7
5
  //# sourceMappingURL=UXLineChart.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UXLineChart.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXLineChart.vue"],"names":[],"mappings":";uBA6I0B,MAAM;;;;AAoJhC,wBAQG"}
1
+ {"version":3,"file":"UXLineChart.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXLineChart.vue"],"names":[],"mappings":";uBA6I0B,MAAM;;AA6IhC,wBAMG"}
@@ -10,21 +10,6 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
10
10
  myclick: (id: string) => any;
11
11
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
12
  onMyclick?: ((id: string) => any) | undefined;
13
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
14
- barChartEx: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
15
- UpdateGraph: (durationSeries: any[], latencySeries: any[]) => void;
16
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
17
- barChart: unknown;
18
- }, HTMLDivElement, import("vue").ComponentProvideOptions, {
19
- P: {};
20
- B: {};
21
- D: {};
22
- C: {};
23
- M: {};
24
- Defaults: {};
25
- }, Readonly<{}> & Readonly<{}>, {
26
- UpdateGraph: (durationSeries: any[], latencySeries: any[]) => void;
27
- }, {}, {}, {}, {}> | null;
28
- }, any>;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
14
  export default _default;
30
15
  //# sourceMappingURL=UXModelInstrumentAgentCommon.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UXModelInstrumentAgentCommon.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelInstrumentAgentCommon.vue"],"names":[],"mappings":"AAuZA,KAAK,WAAW,GAAG;IAEX,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,GAAG,CAAA;IACnB,WAAW,EAAE,GAAG,CAAA;IAChB,UAAU,EAAE,OAAO,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;CAChB,CAAC;;;;;;;;;;;;;;;;;;;;;AA2vBN,wBASG"}
1
+ {"version":3,"file":"UXModelInstrumentAgentCommon.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelInstrumentAgentCommon.vue"],"names":[],"mappings":"AAuZA,KAAK,WAAW,GAAG;IAEX,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,GAAG,CAAA;IACnB,WAAW,EAAE,GAAG,CAAA;IAChB,UAAU,EAAE,OAAO,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;CAChB,CAAC;;;;;;AA2yBN,wBAOG"}
@@ -10,35 +10,6 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
10
10
  myclick: (id: string) => any;
11
11
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
12
  onMyclick?: ((id: string) => any) | undefined;
13
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
14
- lineChartEx: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
15
- UpdateGraph: (val: number) => void;
16
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
17
- chart: unknown;
18
- }, HTMLDivElement, import("vue").ComponentProvideOptions, {
19
- P: {};
20
- B: {};
21
- D: {};
22
- C: {};
23
- M: {};
24
- Defaults: {};
25
- }, Readonly<{}> & Readonly<{}>, {
26
- UpdateGraph: (val: number) => void;
27
- }, {}, {}, {}, {}> | null;
28
- barChartEx: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
29
- UpdateGraph: (durationSeries: any[], latencySeries: any[]) => void;
30
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
31
- barChart: unknown;
32
- }, HTMLDivElement, import("vue").ComponentProvideOptions, {
33
- P: {};
34
- B: {};
35
- D: {};
36
- C: {};
37
- M: {};
38
- Defaults: {};
39
- }, Readonly<{}> & Readonly<{}>, {
40
- UpdateGraph: (durationSeries: any[], latencySeries: any[]) => void;
41
- }, {}, {}, {}, {}> | null;
42
- }, any>;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
14
  export default _default;
44
15
  //# sourceMappingURL=UXModelInstrumentServiceCommon.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UXModelInstrumentServiceCommon.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelInstrumentServiceCommon.vue"],"names":[],"mappings":"AAkoBA,KAAK,WAAW,GAAG;IAEX,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,GAAG,CAAA;IACnB,WAAW,EAAE,GAAG,CAAA;IAChB,UAAU,EAAE,OAAO,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;CAChB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAslCN,wBASG"}
1
+ {"version":3,"file":"UXModelInstrumentServiceCommon.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelInstrumentServiceCommon.vue"],"names":[],"mappings":"AAkoBA,KAAK,WAAW,GAAG;IAEX,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,GAAG,CAAA;IACnB,WAAW,EAAE,GAAG,CAAA;IAChB,UAAU,EAAE,OAAO,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;CAChB,CAAC;;;;;;AAuqCN,wBAOG"}
@@ -1 +1 @@
1
- {"version":3,"file":"UXModelInstrumentServiceSmall.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelInstrumentServiceSmall.vue"],"names":[],"mappings":"AA4lBA,KAAK,WAAW,GAAG;IAEX,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,GAAG,CAAA;IACnB,WAAW,EAAE,GAAG,CAAA;IAChB,UAAU,EAAE,OAAO,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;CAChB,CAAC;;;;;;AAw6BN,wBAQG"}
1
+ {"version":3,"file":"UXModelInstrumentServiceSmall.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelInstrumentServiceSmall.vue"],"names":[],"mappings":"AA4lBA,KAAK,WAAW,GAAG;IAEX,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,GAAG,CAAA;IACnB,WAAW,EAAE,GAAG,CAAA;IAChB,UAAU,EAAE,OAAO,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;CAChB,CAAC;;;;;;AA67BN,wBAOG"}
@@ -1 +1 @@
1
- {"version":3,"file":"UXModelNavigator.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelNavigator.vue"],"names":[],"mappings":"AAwSA,OAAO,EAAE,sCAAsC,EAAE,MAAM,kBAAkB,CAAA;AAMzE,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC;;qBA2K4B,sCAAsC;;;AAuRpE,wBAQG"}
1
+ {"version":3,"file":"UXModelNavigator.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelNavigator.vue"],"names":[],"mappings":"AAwSA,OAAO,EAAE,sCAAsC,EAAE,MAAM,kBAAkB,CAAA;AAMzE,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,MAAM,CAAA;CAClB,CAAC;;qBA2K4B,sCAAsC;;;AAmRpE,wBAOG"}
@@ -1 +1 @@
1
- {"version":3,"file":"UXModelNode.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelNode.vue"],"names":[],"mappings":"AAkJA,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,OAAO,CAAA;CACrB,CAAC;;;;;;AAgKF,wBAOG"}
1
+ {"version":3,"file":"UXModelNode.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelNode.vue"],"names":[],"mappings":"AAkJA,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,OAAO,CAAA;CACrB,CAAC;;;;;;AA6JF,wBAOG"}
@@ -5,8 +5,6 @@ type __VLS_Props = {
5
5
  };
6
6
  declare const _default: import("vue").DefineComponent<__VLS_Props, {
7
7
  UpdateGraph: () => void;
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
9
- chart: unknown;
10
- }, HTMLDivElement>;
8
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
9
  export default _default;
12
10
  //# sourceMappingURL=UXMultiBarChart.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UXMultiBarChart.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXMultiBarChart.vue"],"names":[],"mappings":"AA2HA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAIpD,KAAK,WAAW,GAAG;IACX,MAAM,EAAE,UAAU,EAAE,CAAA;IACpB,MAAM,EAAE,MAAM,EAAE,CAAA;CACnB,CAAC;;;;;;AAiKN,wBASG"}
1
+ {"version":3,"file":"UXMultiBarChart.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXMultiBarChart.vue"],"names":[],"mappings":"AA2HA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAIpD,KAAK,WAAW,GAAG;IACX,MAAM,EAAE,UAAU,EAAE,CAAA;IACpB,MAAM,EAAE,MAAM,EAAE,CAAA;CACnB,CAAC;;;;AA0JN,wBAOG"}
@@ -4,8 +4,6 @@ type __VLS_Props = {
4
4
  };
5
5
  declare const _default: import("vue").DefineComponent<__VLS_Props, {
6
6
  UpdateGraph: () => void;
7
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
8
- chart: unknown;
9
- }, HTMLDivElement>;
7
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
8
  export default _default;
11
9
  //# sourceMappingURL=UXRadialChart.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UXRadialChart.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXRadialChart.vue"],"names":[],"mappings":"AAsGA,KAAK,WAAW,GAAG;IACX,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,EAAE,MAAM,EAAE,CAAA;CACnB,CAAC;;;;;;AAyIN,wBASG"}
1
+ {"version":3,"file":"UXRadialChart.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXRadialChart.vue"],"names":[],"mappings":"AAsGA,KAAK,WAAW,GAAG;IACX,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,EAAE,MAAM,EAAE,CAAA;CACnB,CAAC;;;;AAkIN,wBAOG"}
@@ -1 +1 @@
1
- {"version":3,"file":"UXTestForm.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXTestForm.vue"],"names":[],"mappings":"AAqOA,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAG5C,KAAK,WAAW,GAAG;IACf,cAAc,CAAC,EAAE,OAAO,CAAA;CAC3B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;oBADmB,OAAO;;AAma5B,wBASG"}
1
+ {"version":3,"file":"UXTestForm.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXTestForm.vue"],"names":[],"mappings":"AAqOA,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAA;AAG5C,KAAK,WAAW,GAAG;IACf,cAAc,CAAC,EAAE,OAAO,CAAA;CAC3B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;oBADmB,OAAO;;AAwa5B,wBAQG"}