@nsshunt/stsuxvue 1.0.28 → 1.0.30

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 (29) hide show
  1. package/package.json +5 -5
  2. package/types/Views/LandingView.vue.d.ts +1 -1
  3. package/types/Views/UXModelNavigatorView.vue.d.ts +5 -5
  4. package/types/Views/UXModelNavigatorViewSingle.vue.d.ts +3 -3
  5. package/types/components/UXBarChart.vue.d.ts +2 -2
  6. package/types/components/UXLineChart.vue.d.ts +2 -2
  7. package/types/components/UXModelInstrumentAgentCommon.vue.d.ts +6 -6
  8. package/types/components/UXModelInstrumentAgentCommon.vue.d.ts.map +1 -1
  9. package/types/components/UXModelInstrumentServiceCommon.vue.d.ts +9 -9
  10. package/types/components/UXModelInstrumentServiceCommon.vue.d.ts.map +1 -1
  11. package/types/components/UXModelInstrumentServiceSmall.vue.d.ts +3 -3
  12. package/types/components/UXModelInstrumentServiceSmall.vue.d.ts.map +1 -1
  13. package/types/components/UXModelNavigator.vue.d.ts +2 -2
  14. package/types/components/UXModelNavigator.vue.d.ts.map +1 -1
  15. package/types/components/UXModelNode.vue.d.ts +3 -3
  16. package/types/components/UXModelNode.vue.d.ts.map +1 -1
  17. package/types/components/UXMultiBarChart.vue.d.ts +3 -3
  18. package/types/components/UXMultiBarChart.vue.d.ts.map +1 -1
  19. package/types/components/UXRadialChart.vue.d.ts +2 -2
  20. package/types/components/UXRadialChart.vue.d.ts.map +1 -1
  21. package/types/components/UXTestForm.vue.d.ts +4 -4
  22. package/types/components/UXTestForm.vue.d.ts.map +1 -1
  23. package/types/index.d.ts +10 -10
  24. package/types/plugins/observabilitySubscriberManager.d.ts +1 -1
  25. package/types/plugins/vuetify.d.ts +20 -16
  26. package/types/plugins/vuetify.d.ts.map +1 -1
  27. package/types/stores/modelStore.d.ts +3 -3
  28. package/types/Views/AppView.vue.d.ts +0 -3
  29. package/types/Views/AppView.vue.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsuxvue",
3
- "version": "1.0.28",
3
+ "version": "1.0.30",
4
4
  "description": "STS UX Components for Vue 3 and Vuetify",
5
5
  "main": "./dist/stsuxvue.umd.js",
6
6
  "module": "./dist/stsuxvue.mjs",
@@ -28,7 +28,7 @@
28
28
  "test": "DEBUG=testcontainers:containers vitest run --reporter verbose --pool forks",
29
29
  "test2": "jest --detectOpenHandles --no-cache",
30
30
  "testwatch": "jest --watchAll --detectOpenHandles --no-cache",
31
- "build": "vite build",
31
+ "build": "vue-tsc && vite build",
32
32
  "build2": "tsc",
33
33
  "build3": "vite build",
34
34
  "build4": "tsc && vite build",
@@ -71,8 +71,8 @@
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.22.0",
75
- "@typescript-eslint/parser": "^8.22.0",
74
+ "@typescript-eslint/eslint-plugin": "^8.23.0",
75
+ "@typescript-eslint/parser": "^8.23.0",
76
76
  "@vitejs/plugin-vue": "^5.2.1",
77
77
  "eslint": "^9.19.0",
78
78
  "eslint-plugin-vue": "^9.32.0",
@@ -82,7 +82,7 @@
82
82
  "vite": "^6.0.11",
83
83
  "vite-plugin-dts": "^4.5.0",
84
84
  "vite-plugin-vuetify": "^2.0.4",
85
- "vitest": "^3.0.4",
85
+ "vitest": "^3.0.5",
86
86
  "vue-eslint-parser": "^9.4.3",
87
87
  "vue-tsc": "^2.2.0"
88
88
  },
@@ -1,3 +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>;
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
2
  export default _default;
3
3
  //# sourceMappingURL=LandingView.vue.d.ts.map
@@ -1,11 +1,11 @@
1
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<{
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
4
  modelId: string;
5
5
  }> & Readonly<{}>, {
6
6
  Start: (options: IObservabilitySubscriberManagerOptions) => Promise<void>;
7
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, {
8
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
9
9
  P: {};
10
10
  B: {};
11
11
  D: {};
@@ -18,12 +18,12 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
18
18
  Start: (options: IObservabilitySubscriberManagerOptions) => Promise<void>;
19
19
  Stop: () => void;
20
20
  }, {}, {}, {}, {}> | null;
21
- UxModelNavigatorRef2: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
21
+ UxModelNavigatorRef2: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
22
22
  modelId: string;
23
23
  }> & Readonly<{}>, {
24
24
  Start: (options: IObservabilitySubscriberManagerOptions) => Promise<void>;
25
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, {
26
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
27
27
  P: {};
28
28
  B: {};
29
29
  D: {};
@@ -1,11 +1,11 @@
1
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<{
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
4
  modelId: string;
5
5
  }> & Readonly<{}>, {
6
6
  Start: (options: IObservabilitySubscriberManagerOptions) => Promise<void>;
7
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, {
8
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
9
9
  P: {};
10
10
  B: {};
11
11
  D: {};
@@ -1,6 +1,6 @@
1
- declare const _default: import('vue').DefineComponent<{}, {
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, {
3
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
4
4
  barChart: unknown;
5
5
  }, HTMLDivElement>;
6
6
  export default _default;
@@ -1,6 +1,6 @@
1
- declare const _default: import('vue').DefineComponent<{}, {
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, {
3
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
4
4
  chart: unknown;
5
5
  }, HTMLDivElement>;
6
6
  export default _default;
@@ -6,16 +6,16 @@ type __VLS_Props = {
6
6
  nodeid: string;
7
7
  title: string;
8
8
  };
9
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
10
  myclick: (id: string) => any;
11
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
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<{}>, {
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
14
+ barChartEx: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
15
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, {
16
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
17
17
  barChart: unknown;
18
- }, HTMLDivElement, import('vue').ComponentProvideOptions, {
18
+ }, HTMLDivElement, import("vue").ComponentProvideOptions, {
19
19
  P: {};
20
20
  B: {};
21
21
  D: {};
@@ -1 +1 @@
1
- {"version":3,"file":"UXModelInstrumentAgentCommon.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelInstrumentAgentCommon.vue"],"names":[],"mappings":"AAiMA;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;;;;;;;;;;;;;;;;;;;;;AA2vBN,wBASG"}
@@ -6,16 +6,16 @@ type __VLS_Props = {
6
6
  nodeid: string;
7
7
  title: string;
8
8
  };
9
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
10
  myclick: (id: string) => any;
11
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
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<{}>, {
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
14
+ lineChartEx: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
15
15
  UpdateGraph: (val: number) => void;
16
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
16
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
17
17
  chart: unknown;
18
- }, HTMLDivElement, import('vue').ComponentProvideOptions, {
18
+ }, HTMLDivElement, import("vue").ComponentProvideOptions, {
19
19
  P: {};
20
20
  B: {};
21
21
  D: {};
@@ -25,11 +25,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
25
25
  }, Readonly<{}> & Readonly<{}>, {
26
26
  UpdateGraph: (val: number) => void;
27
27
  }, {}, {}, {}, {}> | null;
28
- barChartEx: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
28
+ barChartEx: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
29
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, {
30
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
31
31
  barChart: unknown;
32
- }, HTMLDivElement, import('vue').ComponentProvideOptions, {
32
+ }, HTMLDivElement, import("vue").ComponentProvideOptions, {
33
33
  P: {};
34
34
  B: {};
35
35
  D: {};
@@ -1 +1 @@
1
- {"version":3,"file":"UXModelInstrumentServiceCommon.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelInstrumentServiceCommon.vue"],"names":[],"mappings":"AAwWA;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAslCN,wBASG"}
@@ -6,10 +6,10 @@ type __VLS_Props = {
6
6
  nodeid: string;
7
7
  title: string;
8
8
  };
9
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
10
  myclick: (id: string) => any;
11
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
11
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
12
  onMyclick?: ((id: string) => any) | undefined;
13
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
14
  export default _default;
15
15
  //# sourceMappingURL=UXModelInstrumentServiceSmall.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UXModelInstrumentServiceSmall.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelInstrumentServiceSmall.vue"],"names":[],"mappings":"AA2OA;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;;;;;;AAw6BN,wBAQG"}
@@ -2,9 +2,9 @@ import { IObservabilitySubscriberManagerOptions } from './../commonTypes';
2
2
  type __VLS_Props = {
3
3
  modelId: string;
4
4
  };
5
- declare const _default: import('vue').DefineComponent<__VLS_Props, {
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {
6
6
  Start: (options: IObservabilitySubscriberManagerOptions) => Promise<void>;
7
7
  Stop: () => void;
8
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
9
  export default _default;
10
10
  //# sourceMappingURL=UXModelNavigator.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UXModelNavigator.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelNavigator.vue"],"names":[],"mappings":"AAkEA;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;;;AAuRpE,wBAQG"}
@@ -3,10 +3,10 @@ type __VLS_Props = {
3
3
  nodeid: string;
4
4
  smallMode: boolean;
5
5
  };
6
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
7
  myclick: (id: string) => any;
8
- }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
9
9
  onMyclick?: ((id: string) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
11
  export default _default;
12
12
  //# sourceMappingURL=UXModelNode.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UXModelNode.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelNode.vue"],"names":[],"mappings":"AAqBA;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;;;;;;AAgKF,wBAOG"}
@@ -1,11 +1,11 @@
1
- import { JSONObject } from '@nsshunt/stsutils';
1
+ import type { JSONObject } from '@nsshunt/stsutils';
2
2
  type __VLS_Props = {
3
3
  series: JSONObject[];
4
4
  labels: string[];
5
5
  };
6
- declare const _default: import('vue').DefineComponent<__VLS_Props, {
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, {
8
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
9
9
  chart: unknown;
10
10
  }, HTMLDivElement>;
11
11
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"UXMultiBarChart.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXMultiBarChart.vue"],"names":[],"mappings":"AAYA;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;;;;;;AAiKN,wBASG"}
@@ -2,9 +2,9 @@ type __VLS_Props = {
2
2
  series: number[];
3
3
  labels: string[];
4
4
  };
5
- declare const _default: import('vue').DefineComponent<__VLS_Props, {
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, {
7
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
8
8
  chart: unknown;
9
9
  }, HTMLDivElement>;
10
10
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"UXRadialChart.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXRadialChart.vue"],"names":[],"mappings":"AAWA;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;;;;;;AAyIN,wBASG"}
@@ -2,8 +2,8 @@ import { IFormData } from './../commonTypes';
2
2
  type __VLS_Props = {
3
3
  showFormValues?: boolean;
4
4
  };
5
- declare const _default: import('vue').DefineComponent<__VLS_Props, {
6
- formData: import('vue').Ref<{
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {
6
+ formData: import("vue").Ref<{
7
7
  elementType: string;
8
8
  model?: string | number | boolean | undefined;
9
9
  label?: string | undefined;
@@ -26,8 +26,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
26
26
  value: string;
27
27
  }[] | undefined;
28
28
  }[]>;
29
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
29
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
30
30
  showFormValues: boolean;
31
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
32
  export default _default;
33
33
  //# sourceMappingURL=UXTestForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UXTestForm.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXTestForm.vue"],"names":[],"mappings":"AAuHA;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;;AAma5B,wBASG"}
package/types/index.d.ts CHANGED
@@ -1,17 +1,17 @@
1
- import { default as UXBarChart } from './components/UXBarChart.vue';
2
- import { default as UXLineChart } from './components/UXLineChart.vue';
3
- import { default as UXMultiBarChart } from './components/UXMultiBarChart.vue';
4
- import { default as UXRadialChart } from './components/UXRadialChart.vue';
5
- import { default as UXModelInstrumentAgentCommon } from './components/UXModelInstrumentAgentCommon.vue';
6
- import { default as UXModelInstrumentServiceCommon } from './components/UXModelInstrumentServiceCommon.vue';
7
- import { default as UXModelInstrumentServiceSmall } from './components/UXModelInstrumentServiceSmall.vue';
8
- import { default as UXModelNode } from './components/UXModelNode.vue';
9
- import { default as UXModelNavigator } from './components/UXModelNavigator.vue';
10
- import { default as UXTestForm } from './components/UXTestForm.vue';
11
1
  export * from './stores/modelStore';
12
2
  export * from './commonTypes';
3
+ import UXBarChart from './components/UXBarChart.vue';
4
+ import UXLineChart from './components/UXLineChart.vue';
5
+ import UXMultiBarChart from './components/UXMultiBarChart.vue';
6
+ import UXRadialChart from './components/UXRadialChart.vue';
13
7
  export { UXBarChart, UXLineChart, UXMultiBarChart, UXRadialChart };
8
+ import UXModelInstrumentAgentCommon from './components/UXModelInstrumentAgentCommon.vue';
9
+ import UXModelInstrumentServiceCommon from './components/UXModelInstrumentServiceCommon.vue';
10
+ import UXModelInstrumentServiceSmall from './components/UXModelInstrumentServiceSmall.vue';
11
+ import UXModelNode from './components/UXModelNode.vue';
14
12
  export { UXModelInstrumentServiceCommon, UXModelInstrumentServiceSmall, UXModelInstrumentAgentCommon, UXModelNode };
13
+ import UXModelNavigator from './components/UXModelNavigator.vue';
15
14
  export { UXModelNavigator };
15
+ import UXTestForm from './components/UXTestForm.vue';
16
16
  export { UXTestForm };
17
17
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import { ISubscriptions, ISubscriptionPayload } from '@nsshunt/stsobservability';
1
+ import { type ISubscriptions, type ISubscriptionPayload } from '@nsshunt/stsobservability';
2
2
  import { IObservabilitySubscriberManagerOptions } from './../commonTypes';
3
3
  export declare class ObservabilitySubscriberManager {
4
4
  #private;
@@ -1,33 +1,37 @@
1
+ import '@mdi/font/css/materialdesignicons.css';
2
+ import 'vuetify/styles';
3
+ import '@awesome.me/kit-1b18ed9b83/icons/css/all.css';
4
+ import '@nsshunt/stsuxvue/dist/stsuxvue.css';
1
5
  declare const _default: {
2
- install: (app: import('vue').App) => void;
3
- defaults: import('vue').Ref<import('vuetify').DefaultsInstance>;
4
- display: import('vuetify').DisplayInstance;
5
- theme: import('vuetify').ThemeInstance & {
6
- install: (app: import('vue').App) => void;
6
+ install: (app: import("vue").App) => void;
7
+ defaults: import("vue").Ref<import("vuetify").DefaultsInstance>;
8
+ display: import("vuetify").DisplayInstance;
9
+ theme: import("vuetify").ThemeInstance & {
10
+ install: (app: import("vue").App) => void;
7
11
  };
8
12
  icons: {
9
13
  defaultSet: string;
10
- aliases: Partial<import('vuetify').IconAliases>;
11
- sets: Record<string, import('vuetify').IconSet>;
14
+ aliases: Partial<import("vuetify").IconAliases>;
15
+ sets: Record<string, import("vuetify").IconSet>;
12
16
  };
13
17
  locale: {
14
- isRtl: import('vue').Ref<boolean>;
15
- rtl: import('vue').Ref<Record<string, boolean>>;
16
- rtlClasses: import('vue').Ref<string>;
18
+ isRtl: import("vue").Ref<boolean>;
19
+ rtl: import("vue").Ref<Record<string, boolean>>;
20
+ rtlClasses: import("vue").Ref<string>;
17
21
  name: string;
18
- messages: import('vue').Ref<import('vuetify').LocaleMessages>;
19
- current: import('vue').Ref<string>;
20
- fallback: import('vue').Ref<string>;
22
+ messages: import("vue").Ref<import("vuetify").LocaleMessages>;
23
+ current: import("vue").Ref<string>;
24
+ fallback: import("vue").Ref<string>;
21
25
  t: (key: string, ...params: unknown[]) => string;
22
26
  n: (value: number) => string;
23
- provide: (props: import('vuetify').LocaleOptions) => import('vuetify').LocaleInstance;
27
+ provide: (props: import("vuetify").LocaleOptions) => import("vuetify").LocaleInstance;
24
28
  };
25
29
  date: {
26
30
  options: {
27
31
  adapter: (new (options: {
28
32
  locale: any;
29
33
  formats?: any;
30
- }) => import('vuetify').DateInstance) | import('vuetify').DateInstance;
34
+ }) => import("vuetify").DateInstance) | import("vuetify").DateInstance;
31
35
  formats?: Record<string, any>;
32
36
  locale: Record<string, any>;
33
37
  };
@@ -77,7 +81,7 @@ declare const _default: {
77
81
  setMinutes: (date: unknown, minutes: number) => unknown;
78
82
  };
79
83
  };
80
- goTo: import('vuetify').GoToInstance;
84
+ goTo: import("vuetify").GoToInstance;
81
85
  };
82
86
  export default _default;
83
87
  //# sourceMappingURL=vuetify.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vuetify.d.ts","sourceRoot":"","sources":["../../src/plugins/vuetify.ts"],"names":[],"mappings":"AACA,OAAO,uCAAuC,CAAA;AAC9C,OAAO,gBAAgB,CAAA;AAwBvB,OAAO,8CAA8C,CAAA;;;;;;;;;;;;;;;;;;;;;yBAoCkoT,GAAI;;;;;;;;uBAAviP,CAAC;;;;;;kBAAowP,CAAC;wBAA+B,CAAC;;;;;;;uDAAoY,CAAC;;;;;;;;;;;;;;;;;;;;;;6DAA64C,CAAC;wDAA6E,CAAC;wCAA2E,CAAC;;;;;;;;;;;;;;;AA3Bv2X,wBA0BE"}
1
+ {"version":3,"file":"vuetify.d.ts","sourceRoot":"","sources":["../../src/plugins/vuetify.ts"],"names":[],"mappings":"AACA,OAAO,uCAAuC,CAAA;AAC9C,OAAO,gBAAgB,CAAA;AASvB,OAAO,8CAA8C,CAAA;AAQrD,OAAO,qCAAqC,CAAA;;;;;;;;;;;;;;;;;;;;;yBA6BgqU,GAAI;;;;;;;;uBAAviP,CAAC;;;;;;kBAAowP,CAAC;wBAA+B,CAAC;;;;;;;uDAAoY,CAAC;;;;;;;;;;;;;;;;;;;;;;6DAA64C,CAAC;wDAA6E,CAAC;wCAA2E,CAAC;;;;;;;;;;;;;;;AA3B53Y,wBA0BE"}
@@ -1,5 +1,5 @@
1
- import { ISubscriptionKey } from '@nsshunt/stsobservability';
2
- import { JSONObject } from '@nsshunt/stsutils';
1
+ import { type ISubscriptionKey } from '@nsshunt/stsobservability';
2
+ import { type JSONObject } from '@nsshunt/stsutils';
3
3
  import { ObservabilitySubscriberManager } from './../plugins/observabilitySubscriberManager';
4
4
  export interface IModelMeta {
5
5
  detailView: boolean;
@@ -26,7 +26,7 @@ export declare enum _estate {
26
26
  STOPPING = "stopping",
27
27
  DELAYED_START = "delayed_start"
28
28
  }
29
- export declare const ModelStore: import('pinia').StoreDefinition<"__sts__ModelStore", IModelStores, {}, {
29
+ export declare const ModelStore: import("pinia").StoreDefinition<"__sts__ModelStore", IModelStores, {}, {
30
30
  GetSate(modelId: string): string;
31
31
  UpdateSate(modelId: string, newSate: string): void;
32
32
  UpdateObservabilitySubscriberManager(modelId: string, observabilitySubscriberManager: ObservabilitySubscriberManager | null): void;
@@ -1,3 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"AppView.vue.d.ts","sourceRoot":"","sources":["../../src/Views/AppView.vue"],"names":[],"mappings":";AAsIA,wBAKG"}