@nsshunt/stsvueutils 1.2.38 → 2.0.1
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/dist/stsvueutils.mjs +81 -9119
- package/dist/stsvueutils.mjs.map +1 -1
- package/dist/stsvueutils.umd.js +73 -9110
- package/dist/stsvueutils.umd.js.map +1 -1
- package/package.json +3 -18
- package/types/commonTypes.d.ts +0 -14
- package/types/commonTypes.d.ts.map +1 -1
- package/types/index.d.ts +0 -14
- package/types/index.d.ts.map +1 -1
- package/types/plugins/requestResponseHelper.d.ts.map +1 -1
- package/types/plugins/stsStorage.d.ts.map +1 -1
- package/types/plugins/workerInstance.d.ts.map +1 -1
- package/types/plugins/workerManager.d.ts.map +1 -1
- package/dist/style.css +0 -77
- package/types/components/UXBarChart.vue.d.ts +0 -5
- package/types/components/UXBarChart.vue.d.ts.map +0 -1
- package/types/components/UXLineChart.vue.d.ts +0 -5
- package/types/components/UXLineChart.vue.d.ts.map +0 -1
- package/types/components/UXModelInstrumentAgentCommon.vue.d.ts +0 -30
- package/types/components/UXModelInstrumentAgentCommon.vue.d.ts.map +0 -1
- package/types/components/UXModelInstrumentServiceCommon.vue.d.ts +0 -30
- package/types/components/UXModelInstrumentServiceCommon.vue.d.ts.map +0 -1
- package/types/components/UXModelInstrumentServiceSmall.vue.d.ts +0 -30
- package/types/components/UXModelInstrumentServiceSmall.vue.d.ts.map +0 -1
- package/types/components/UXModelNavigator.vue.d.ts +0 -21
- package/types/components/UXModelNavigator.vue.d.ts.map +0 -1
- package/types/components/UXModelNode.vue.d.ts +0 -24
- package/types/components/UXModelNode.vue.d.ts.map +0 -1
- package/types/components/UXMultiBarChart.vue.d.ts +0 -22
- package/types/components/UXMultiBarChart.vue.d.ts.map +0 -1
- package/types/components/UXRadialChart.vue.d.ts +0 -20
- package/types/components/UXRadialChart.vue.d.ts.map +0 -1
- package/types/components/UXTestForm.vue.d.ts +0 -43
- package/types/components/UXTestForm.vue.d.ts.map +0 -1
- package/types/main.d.ts +0 -2
- package/types/main.d.ts.map +0 -1
- package/types/plugins/vuetify.d.ts +0 -80
- package/types/plugins/vuetify.d.ts.map +0 -1
- package/types/plugins/webfontloader.d.ts +0 -7
- package/types/plugins/webfontloader.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nsshunt/stsvueutils",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Vue 3 framework utilities and plugins",
|
|
5
5
|
"main": "./dist/stsvueutils.umd.js",
|
|
6
6
|
"module": "./dist/stsvueutils.mjs",
|
|
@@ -51,12 +51,9 @@
|
|
|
51
51
|
"@babel/preset-env": "^7.24.4",
|
|
52
52
|
"@babel/preset-typescript": "^7.24.1",
|
|
53
53
|
"@tsconfig/node20": "^20.1.4",
|
|
54
|
-
"@types/debug": "^4.1.12",
|
|
55
|
-
"@types/dompurify": "^3.0.5",
|
|
56
54
|
"@types/js-cookie": "^3.0.6",
|
|
57
55
|
"@types/lodash.clonedeep": "^4.5.9",
|
|
58
56
|
"@types/uuid": "^9.0.8",
|
|
59
|
-
"@types/webfontloader": "^1.6.38",
|
|
60
57
|
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
61
58
|
"@typescript-eslint/parser": "^7.5.0",
|
|
62
59
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
@@ -65,35 +62,23 @@
|
|
|
65
62
|
"eslint": "^8.57.0",
|
|
66
63
|
"eslint-plugin-vue": "^9.24.0",
|
|
67
64
|
"jest": "^29.7.0",
|
|
68
|
-
"rollup-plugin-visualizer": "^5.12.0",
|
|
69
65
|
"typescript": "^5.4.4",
|
|
70
66
|
"vite": "^5.2.8",
|
|
71
67
|
"vite-plugin-dts": "^3.8.1",
|
|
72
68
|
"vite-plugin-lib-inject-css": "^2.0.1",
|
|
73
|
-
"vite-plugin-vuetify": "^2.0.3",
|
|
74
69
|
"vitest": "^1.4.0",
|
|
75
70
|
"vue": "^3.4.20",
|
|
76
71
|
"vue-tsc": "^2.0.10"
|
|
77
72
|
},
|
|
78
73
|
"dependencies": {
|
|
79
|
-
"@awesome.me/kit-1b18ed9b83": "^1.0.7",
|
|
80
|
-
"@mdi/font": "^7.4.47",
|
|
81
74
|
"@nsshunt/stsobservability": "^1.0.27",
|
|
82
75
|
"@nsshunt/stsutils": "^1.16.58",
|
|
83
|
-
"ansi-to-html": "^0.7.2",
|
|
84
|
-
"apexcharts": "^3.48.0",
|
|
85
76
|
"chalk": "^4.1.2",
|
|
86
|
-
"debug": "^4.3.4",
|
|
87
|
-
"dompurify": "^3.0.11",
|
|
88
|
-
"dotenv": "^16.4.5",
|
|
89
77
|
"js-cookie": "^3.0.5",
|
|
90
78
|
"lodash.clonedeep": "^4.5.0",
|
|
91
79
|
"pinia": "^2.1.7",
|
|
80
|
+
"socket.io-client": "^4.7.5",
|
|
92
81
|
"tiny-emitter": "^2.1.0",
|
|
93
|
-
"uuid": "^9.0.1"
|
|
94
|
-
"vue-router": "^4.3.0",
|
|
95
|
-
"vue3-apexcharts": "^1.5.2",
|
|
96
|
-
"vuetify": "^3.5.14",
|
|
97
|
-
"webfontloader": "^1.6.28"
|
|
82
|
+
"uuid": "^9.0.1"
|
|
98
83
|
}
|
|
99
84
|
}
|
package/types/commonTypes.d.ts
CHANGED
|
@@ -35,20 +35,6 @@ export interface IIWMessagePayload {
|
|
|
35
35
|
command: IIWMessageCommand;
|
|
36
36
|
payload: IIWMessagePayloadContentBase;
|
|
37
37
|
}
|
|
38
|
-
export interface IRadioGroupElement {
|
|
39
|
-
key: string;
|
|
40
|
-
label: string;
|
|
41
|
-
value: string;
|
|
42
|
-
}
|
|
43
|
-
export interface IFormDataElement {
|
|
44
|
-
elementType: string;
|
|
45
|
-
model?: string | number | boolean;
|
|
46
|
-
label?: string;
|
|
47
|
-
hint?: string;
|
|
48
|
-
description?: string;
|
|
49
|
-
radioGroup?: IRadioGroupElement[];
|
|
50
|
-
}
|
|
51
|
-
export type IFormData = IFormDataElement[];
|
|
52
38
|
export interface IObservabilitySubscriberManagerOptions {
|
|
53
39
|
modelId: string;
|
|
54
40
|
consumeInstrumentationMode: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commonTypes.d.ts","sourceRoot":"","sources":["../src/commonTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AAExD,eAAO,MAAM,iBAAiB,EAAE,MAAY,CAAC;AAE7C,MAAM,WAAW,mBAAoB,SAAQ,YAAY;IACxD,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,aAAa,EAAE,MAAM,CAAA;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IACzC,SAAS,CAAC,EAAE,MAAM,CAAA;CACrB;AAED;;GAEG;AACH,oBAAY,kBAAkB;IAC7B,mBAAmB,+BAA8B,CAAE,oCAAoC;IACvF,WAAW,uBAAuB;IAClC,mBAAmB,+BAA+B;IAClD,cAAc,0BAA0B;IACxC,mBAAmB,+BAA+B;CAClD;AAED;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,kBAAkB,CAAA;AAElD;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B,OAAO,EAAE,iBAAiB,CAAA;IAC1B,OAAO,EAAE,4BAA4B,CAAA;CACxC;AAED,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"commonTypes.d.ts","sourceRoot":"","sources":["../src/commonTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AAExD,eAAO,MAAM,iBAAiB,EAAE,MAAY,CAAC;AAE7C,MAAM,WAAW,mBAAoB,SAAQ,YAAY;IACxD,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,aAAa,EAAE,MAAM,CAAA;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IACzC,SAAS,CAAC,EAAE,MAAM,CAAA;CACrB;AAED;;GAEG;AACH,oBAAY,kBAAkB;IAC7B,mBAAmB,+BAA8B,CAAE,oCAAoC;IACvF,WAAW,uBAAuB;IAClC,mBAAmB,+BAA+B;IAClD,cAAc,0BAA0B;IACxC,mBAAmB,+BAA+B;CAClD;AAED;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,kBAAkB,CAAA;AAElD;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B,OAAO,EAAE,iBAAiB,CAAA;IAC1B,OAAO,EAAE,4BAA4B,CAAA;CACxC;AAED,MAAM,WAAW,sCAAsC;IACnD,OAAO,EAAE,MAAM,CAAA;IACf,0BAA0B,EAAE,MAAM,CAAA;IAClC,yBAAyB,EAAE,MAAM,CAAA;IACjC,qBAAqB,EAAE,MAAM,CAAA;IAC7B,wBAAwB,EAAE,MAAM,CAAA;CACnC"}
|
package/types/index.d.ts
CHANGED
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import { default as UXTestForm } from './components/UXTestForm.vue';
|
|
2
|
-
import { default as UXModelNavigator } from './components/UXModelNavigator.vue';
|
|
3
|
-
import { default as UXModelNode } from './components/UXModelNode.vue';
|
|
4
|
-
import { default as UXModelInstrumentServiceSmall } from './components/UXModelInstrumentServiceSmall.vue';
|
|
5
|
-
import { default as UXModelInstrumentServiceCommon } from './components/UXModelInstrumentServiceCommon.vue';
|
|
6
|
-
import { default as UXModelInstrumentAgentCommon } from './components/UXModelInstrumentAgentCommon.vue';
|
|
7
|
-
import { default as UXRadialChart } from './components/UXRadialChart.vue';
|
|
8
|
-
import { default as UXMultiBarChart } from './components/UXMultiBarChart.vue';
|
|
9
|
-
import { default as UXLineChart } from './components/UXLineChart.vue';
|
|
10
|
-
import { default as UXBarChart } from './components/UXBarChart.vue';
|
|
11
1
|
export * from './plugins/stsPluginKeys';
|
|
12
2
|
export * from './plugins/emitter';
|
|
13
3
|
export * from './plugins/storage';
|
|
@@ -19,8 +9,4 @@ export * from './plugins/workerInstance';
|
|
|
19
9
|
export * from './stores/TelemetryStore';
|
|
20
10
|
export * from './stores/modelStore';
|
|
21
11
|
export * from './commonTypes';
|
|
22
|
-
export { UXBarChart, UXLineChart, UXMultiBarChart, UXRadialChart };
|
|
23
|
-
export { UXModelInstrumentServiceCommon, UXModelInstrumentServiceSmall, UXModelInstrumentAgentCommon, UXModelNode };
|
|
24
|
-
export { UXModelNavigator };
|
|
25
|
-
export { UXTestForm };
|
|
26
12
|
//# sourceMappingURL=index.d.ts.map
|
package/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AAEvC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AAEpC,cAAc,yBAAyB,CAAA;AACvC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,oCAAoC,CAAA;AAClD,cAAc,0BAA0B,CAAA;AAExC,cAAc,yBAAyB,CAAA;AACvC,cAAc,qBAAqB,CAAA;AAEnC,cAAc,eAAe,CAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AAEvC,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AAEpC,cAAc,yBAAyB,CAAA;AACvC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,oCAAoC,CAAA;AAClD,cAAc,0BAA0B,CAAA;AAExC,cAAc,yBAAyB,CAAA;AACvC,cAAc,qBAAqB,CAAA;AAEnC,cAAc,eAAe,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requestResponseHelper.d.ts","sourceRoot":"","sources":["../../src/plugins/requestResponseHelper.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"requestResponseHelper.d.ts","sourceRoot":"","sources":["../../src/plugins/requestResponseHelper.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;AAczD,qBAAa,qBAAqB;;gBAMlB,IAAI,EAAE,WAAW;IAU7B,WAAW,YAAa,iBAAiB,KAAG,QAAQ,iBAAiB,CAAC,CAyCrE;CAmBJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stsStorage.d.ts","sourceRoot":"","sources":["../../src/plugins/stsStorage.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stsStorage.d.ts","sourceRoot":"","sources":["../../src/plugins/stsStorage.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAKpD,MAAM,WAAW,WAAW,CAAC,CAAC;IAC7B,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC,GAAG,IAAI,CAAA;IAC1B,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,IAAI,CAAA;IACtD,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;CACzB;AAED,oBAAY,iBAAiB;IAC5B,aAAa,iBAAiB,CAAE,SAAS;IACzC,eAAe,mBAAmB;IAClC,cAAc,kBAAkB;IAChC,cAAc,kBAAkB;CAChC;AA0HD,MAAM,WAAW,qBAAqB;IACrC,iBAAiB,EAAE,iBAAiB,CAAA;IACpC,SAAS,EAAE,OAAO,CAAA;IAClB,cAAc,CAAC,EAAE,UAAU,CAAA;CAC3B;AAED,qBAAa,oBAAoB,CAAC,CAAC;;gBAInB,OAAO,EAAE,qBAAqB;IAuB1C,UAAU,IAAI,WAAW,CAAC,CAAC,CAAC;CAI/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workerInstance.d.ts","sourceRoot":"","sources":["../../src/plugins/workerInstance.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"workerInstance.d.ts","sourceRoot":"","sources":["../../src/plugins/workerInstance.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAA8B,OAAO,EAA+B,MAAM,4BAA4B,CAAA;AAGlH,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAI/D,MAAM,WAAW,sBAAsB;CAEtC;AAED,8BAAsB,cAAc;;;IAehC,YAAY,QAAS,MAAM,YAGzB;IAGF,SAAS,WAAkB,OAAO,KAAG,QAAQ,IAAI,CAAC,CAGjD;IAED,aAAa,WAAY,OAAO,UAW/B;IAED,IAAI,qBAAqB,IAAI,qBAAqB,GAAG,IAAI,CAExD;IAED,IAAI,sBAAsB,IAAI,WAAW,GAAG,IAAI,CAE/C;IAED,IAAI,OAAO,IAAI,sBAAsB,GAAG,IAAI,CAE3C;IAmBD,WAAW,WAAkB,OAAO,mBAKnC;IAuBD,cAAc,SAAe,YAAY,mBAsBxC;CACJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workerManager.d.ts","sourceRoot":"","sources":["../../src/plugins/workerManager.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"workerManager.d.ts","sourceRoot":"","sources":["../../src/plugins/workerManager.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAA8B,SAAS,EAAW,SAAS,EACtC,cAAc,EAC3C,qBAAqB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAc7E,qBAAa,gBAAgB;;gBAWb,GAAG,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,qBAAqB;IAgCrD,IAAI,SAAS,IAAI,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAGzC;IAED,SAAS,sBAA6B,cAAc,KAAG,QAAQ,SAAS,CAAC,CAmExE;IAED,iBAAiB,gBAAiB,SAAS,iBAAiB,cAAc,KAAG,SAAS,CAMrF;IAkTD,sBAAsB,QAAO,SAAS,GAAG,IAAI,CAa5C;IAED,aAAa,QAAO,SAAS,GAAG,IAAI,CAanC;IAED,IAAI,OAAO,IAAI,qBAAqB,CAEnC;IAED,IAAI,OAAO,CAAC,OAAO,EAAE,qBAAqB,EAEzC;IAoCD,cAAc,sBAOb;CACJ;AAED,eAAO,MAAM,qCAAqC,QAAO,MAA0C,CAAA;AAEnG,eAAO,MAAM,yCAAyC,QAAS,MAAM,KAAG,OAAmD,CAAA;AAE3H,eAAO,MAAM,2CAA2C,QAAO,OAAqF,CAAA;AAIpJ,eAAO,MAAM,mBAAmB,QAAO,gBAAyE,CAAA;AAEhH,eAAO,MAAM,sBAAsB;mBAEhB,GAAG,YAAY,qBAAqB;CAatD,CAAA"}
|
package/dist/style.css
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
.stdWidth[data-v-00273855] {
|
|
3
|
-
width: 70px;
|
|
4
|
-
}
|
|
5
|
-
.instDisplay[data-v-00273855] {
|
|
6
|
-
display: inline-block;
|
|
7
|
-
width: 70px;
|
|
8
|
-
}
|
|
9
|
-
.instDisplayWide[data-v-00273855] {
|
|
10
|
-
display: inline-block;
|
|
11
|
-
width: 300px;
|
|
12
|
-
max-width: 400px;
|
|
13
|
-
}
|
|
14
|
-
.instDisplayXWide[data-v-00273855] {
|
|
15
|
-
width: 300px;
|
|
16
|
-
max-width: 400px;
|
|
17
|
-
}
|
|
18
|
-
.subDisplay[data-v-00273855] {
|
|
19
|
-
font-size: smaller;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.stdWidth[data-v-02af10f2] {
|
|
23
|
-
width: 70px;
|
|
24
|
-
}
|
|
25
|
-
.instDisplay[data-v-02af10f2] {
|
|
26
|
-
display: inline-block;
|
|
27
|
-
width: 70px;
|
|
28
|
-
}
|
|
29
|
-
.instDisplayWide[data-v-02af10f2] {
|
|
30
|
-
display: inline-block;
|
|
31
|
-
width: 300px;
|
|
32
|
-
max-width: 400px;
|
|
33
|
-
}
|
|
34
|
-
.instDisplayXWide[data-v-02af10f2] {
|
|
35
|
-
width: 300px;
|
|
36
|
-
max-width: 400px;
|
|
37
|
-
}
|
|
38
|
-
.subDisplay[data-v-02af10f2] {
|
|
39
|
-
font-size: smaller;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.stsinfo[data-v-3eab32be] {
|
|
43
|
-
}
|
|
44
|
-
.stsbiginfo[data-v-3eab32be] {
|
|
45
|
-
font-size: x-large;
|
|
46
|
-
font-weight: bold;
|
|
47
|
-
text-align: right;
|
|
48
|
-
width: 130px;
|
|
49
|
-
}
|
|
50
|
-
.stsbiginfolabel[data-v-3eab32be] {
|
|
51
|
-
text-align: right;
|
|
52
|
-
white-space: nowrap;
|
|
53
|
-
width: 130px;
|
|
54
|
-
}
|
|
55
|
-
.ststitle[data-v-3eab32be] {
|
|
56
|
-
font-size: large;
|
|
57
|
-
font-weight: bold;
|
|
58
|
-
text-align: center;
|
|
59
|
-
border-bottom: 2px solid lightgray;
|
|
60
|
-
margin-bottom: 5px;
|
|
61
|
-
}
|
|
62
|
-
.stssubtitle[data-v-3eab32be] {
|
|
63
|
-
font-size: small;
|
|
64
|
-
font-weight: bold;
|
|
65
|
-
text-align: center;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.brown {
|
|
69
|
-
background-color: brown
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.yellowgreen {
|
|
73
|
-
background-color: yellowgreen;
|
|
74
|
-
}
|
|
75
|
-
.cyan {
|
|
76
|
-
background-color: cyan;
|
|
77
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
UpdateGraph: (durationSeries: any[], latencySeries: any[]) => void;
|
|
3
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
//# sourceMappingURL=UXBarChart.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UXBarChart.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXBarChart.vue"],"names":[],"mappings":";;;AAkJA,wBAMG"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
UpdateGraph: (val: number) => void;
|
|
3
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
//# sourceMappingURL=UXLineChart.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UXLineChart.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXLineChart.vue"],"names":[],"mappings":";;;AA6KA,wBAMG"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
modelId: string;
|
|
3
|
-
instrumentData: any;
|
|
4
|
-
contextData: any;
|
|
5
|
-
isLeafNode: boolean;
|
|
6
|
-
nodeid: string;
|
|
7
|
-
title: string;
|
|
8
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
-
myclick: (id: string) => void;
|
|
10
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
|
-
modelId: string;
|
|
12
|
-
instrumentData: any;
|
|
13
|
-
contextData: any;
|
|
14
|
-
isLeafNode: boolean;
|
|
15
|
-
nodeid: string;
|
|
16
|
-
title: string;
|
|
17
|
-
}>>> & {
|
|
18
|
-
onMyclick?: ((id: string) => any) | undefined;
|
|
19
|
-
}, {}, {}>;
|
|
20
|
-
export default _default;
|
|
21
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
23
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
|
-
} : {
|
|
26
|
-
type: import('vue').PropType<T[K]>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=UXModelInstrumentAgentCommon.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UXModelInstrumentAgentCommon.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelInstrumentAgentCommon.vue"],"names":[],"mappings":"AAiMA;;aAilCiB,MAAM;oBACC,GAAG;iBACN,GAAG;gBACJ,OAAO;YACX,MAAM;WACP,MAAM;;;;aALJ,MAAM;oBACC,GAAG;iBACN,GAAG;gBACJ,OAAO;YACX,MAAM;WACP,MAAM;;;;AAZrB,wBAeG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
modelId: string;
|
|
3
|
-
instrumentdata: any;
|
|
4
|
-
contextdata: any;
|
|
5
|
-
isleafnode: boolean;
|
|
6
|
-
nodeid: string;
|
|
7
|
-
title: string;
|
|
8
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
-
myclick: (id: string) => void;
|
|
10
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
|
-
modelId: string;
|
|
12
|
-
instrumentdata: any;
|
|
13
|
-
contextdata: any;
|
|
14
|
-
isleafnode: boolean;
|
|
15
|
-
nodeid: string;
|
|
16
|
-
title: string;
|
|
17
|
-
}>>> & {
|
|
18
|
-
onMyclick?: ((id: string) => any) | undefined;
|
|
19
|
-
}, {}, {}>;
|
|
20
|
-
export default _default;
|
|
21
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
23
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
|
-
} : {
|
|
26
|
-
type: import('vue').PropType<T[K]>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=UXModelInstrumentServiceCommon.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UXModelInstrumentServiceCommon.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelInstrumentServiceCommon.vue"],"names":[],"mappings":"AAwWA;;aA0hDiB,MAAM;oBACC,GAAG;iBACN,GAAG;gBACJ,OAAO;YACX,MAAM;WACP,MAAM;;;;aALJ,MAAM;oBACC,GAAG;iBACN,GAAG;gBACJ,OAAO;YACX,MAAM;WACP,MAAM;;;;AAZrB,wBAeG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
modelId: string;
|
|
3
|
-
instrumentdata: any;
|
|
4
|
-
contextdata: any;
|
|
5
|
-
isleafnode: boolean;
|
|
6
|
-
nodeid: string;
|
|
7
|
-
title: string;
|
|
8
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
-
myclick: (id: string) => void;
|
|
10
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
11
|
-
modelId: string;
|
|
12
|
-
instrumentdata: any;
|
|
13
|
-
contextdata: any;
|
|
14
|
-
isleafnode: boolean;
|
|
15
|
-
nodeid: string;
|
|
16
|
-
title: string;
|
|
17
|
-
}>>> & {
|
|
18
|
-
onMyclick?: ((id: string) => any) | undefined;
|
|
19
|
-
}, {}, {}>;
|
|
20
|
-
export default _default;
|
|
21
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
23
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
|
-
} : {
|
|
26
|
-
type: import('vue').PropType<T[K]>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=UXModelInstrumentServiceSmall.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UXModelInstrumentServiceSmall.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelInstrumentServiceSmall.vue"],"names":[],"mappings":"AA2OA;;aAqnCiB,MAAM;oBACC,GAAG;iBACN,GAAG;gBACJ,OAAO;YACX,MAAM;WACP,MAAM;;;;aALJ,MAAM;oBACC,GAAG;iBACN,GAAG;gBACJ,OAAO;YACX,MAAM;WACP,MAAM;;;;AAZrB,wBAeG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { IObservabilitySubscriberManagerOptions } from './../commonTypes';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
modelId: string;
|
|
5
|
-
}>, {
|
|
6
|
-
Start: (options: IObservabilitySubscriberManagerOptions) => Promise<void>;
|
|
7
|
-
Stop: () => void;
|
|
8
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
-
modelId: string;
|
|
10
|
-
}>>>, {}, {}>;
|
|
11
|
-
export default _default;
|
|
12
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
14
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
|
-
} : {
|
|
17
|
-
type: import('vue').PropType<T[K]>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
//# sourceMappingURL=UXModelNavigator.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UXModelNavigator.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelNavigator.vue"],"names":[],"mappings":"AAkEA;AAcA,OAAO,EAAE,sCAAsC,EAAE,MAAM,kBAAkB,CAAA;;aAid5D,MAAM;;;;;aAAN,MAAM;;AAPnB,wBASG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
modelId: string;
|
|
3
|
-
nodeid: string;
|
|
4
|
-
smallMode: boolean;
|
|
5
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
myclick: (id: string) => void;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
-
modelId: string;
|
|
9
|
-
nodeid: string;
|
|
10
|
-
smallMode: boolean;
|
|
11
|
-
}>>> & {
|
|
12
|
-
onMyclick?: ((id: string) => any) | undefined;
|
|
13
|
-
}, {}, {}>;
|
|
14
|
-
export default _default;
|
|
15
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
17
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
-
} : {
|
|
20
|
-
type: import('vue').PropType<T[K]>;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=UXModelNode.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UXModelNode.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXModelNode.vue"],"names":[],"mappings":"AAqBA;;aA6La,MAAM;YACP,MAAM;eACH,OAAO;;;;aAFT,MAAM;YACP,MAAM;eACH,OAAO;;;;AARtB,wBAWG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { JSONObject } from '@nsshunt/stsutils';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
series: JSONObject[];
|
|
5
|
-
labels: string[];
|
|
6
|
-
}>, {
|
|
7
|
-
UpdateGraph: () => void;
|
|
8
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
-
series: JSONObject[];
|
|
10
|
-
labels: string[];
|
|
11
|
-
}>>>, {}, {}>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
15
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
16
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
17
|
-
} : {
|
|
18
|
-
type: import('vue').PropType<T[K]>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
//# sourceMappingURL=UXMultiBarChart.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UXMultiBarChart.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXMultiBarChart.vue"],"names":[],"mappings":"AAYA;AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;;YAkLpC,UAAU,EAAE;YACZ,MAAM,EAAE;;;;YADR,UAAU,EAAE;YACZ,MAAM,EAAE;;AARxB,wBAUG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
series: number[];
|
|
3
|
-
labels: string[];
|
|
4
|
-
}>, {
|
|
5
|
-
UpdateGraph: () => void;
|
|
6
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
-
series: number[];
|
|
8
|
-
labels: string[];
|
|
9
|
-
}>>>, {}, {}>;
|
|
10
|
-
export default _default;
|
|
11
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
13
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
|
-
} : {
|
|
16
|
-
type: import('vue').PropType<T[K]>;
|
|
17
|
-
required: true;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=UXRadialChart.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UXRadialChart.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXRadialChart.vue"],"names":[],"mappings":"AAWA;;YA+JgB,MAAM,EAAE;YACR,MAAM,EAAE;;;;YADR,MAAM,EAAE;YACR,MAAM,EAAE;;AARxB,wBAUG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
showFormValues?: boolean | undefined;
|
|
3
|
-
}>, {
|
|
4
|
-
showFormValues: boolean;
|
|
5
|
-
}>, {
|
|
6
|
-
formData: import("vue").Ref<{
|
|
7
|
-
elementType: string;
|
|
8
|
-
model?: string | number | boolean | undefined;
|
|
9
|
-
label?: string | undefined;
|
|
10
|
-
hint?: string | undefined;
|
|
11
|
-
description?: string | undefined;
|
|
12
|
-
radioGroup?: {
|
|
13
|
-
key: string;
|
|
14
|
-
label: string;
|
|
15
|
-
value: string;
|
|
16
|
-
}[] | undefined;
|
|
17
|
-
}[]>;
|
|
18
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
19
|
-
showFormValues?: boolean | undefined;
|
|
20
|
-
}>, {
|
|
21
|
-
showFormValues: boolean;
|
|
22
|
-
}>>>, {
|
|
23
|
-
showFormValues: boolean;
|
|
24
|
-
}, {}>;
|
|
25
|
-
export default _default;
|
|
26
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
28
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
-
} : {
|
|
31
|
-
type: import('vue').PropType<T[K]>;
|
|
32
|
-
required: true;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
type __VLS_WithDefaults<P, D> = {
|
|
36
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
37
|
-
default: D[K];
|
|
38
|
-
}> : P[K];
|
|
39
|
-
};
|
|
40
|
-
type __VLS_Prettify<T> = {
|
|
41
|
-
[K in keyof T]: T[K];
|
|
42
|
-
} & {};
|
|
43
|
-
//# sourceMappingURL=UXTestForm.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UXTestForm.vue.d.ts","sourceRoot":"","sources":["../../src/components/UXTestForm.vue"],"names":[],"mappings":"AAuHA;;;;;;;;;;;;;;;;;;;;;;;oBA+cqB,OAAO;;AAP5B,wBASG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
package/types/main.d.ts
DELETED
package/types/main.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":""}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _default: {
|
|
3
|
-
install: (app: import('vue').App<any>) => void;
|
|
4
|
-
defaults: import('vue').Ref<import("vuetify").DefaultsInstance>;
|
|
5
|
-
display: import('vuetify').DisplayInstance;
|
|
6
|
-
theme: import('vuetify').ThemeInstance & {
|
|
7
|
-
install: (app: import('vue').App<any>) => void;
|
|
8
|
-
};
|
|
9
|
-
icons: Record<string, any>;
|
|
10
|
-
locale: {
|
|
11
|
-
isRtl: import('vue').Ref<boolean>;
|
|
12
|
-
rtl: import('vue').Ref<Record<string, boolean>>;
|
|
13
|
-
rtlClasses: import('vue').Ref<string>;
|
|
14
|
-
name: string;
|
|
15
|
-
messages: import('vue').Ref<import("vuetify").LocaleMessages>;
|
|
16
|
-
current: import('vue').Ref<string>;
|
|
17
|
-
fallback: import('vue').Ref<string>;
|
|
18
|
-
t: (key: string, ...params: unknown[]) => string;
|
|
19
|
-
n: (value: number) => string;
|
|
20
|
-
provide: (props: import('vuetify').LocaleOptions) => import('vuetify').LocaleInstance;
|
|
21
|
-
};
|
|
22
|
-
date: {
|
|
23
|
-
options: {
|
|
24
|
-
adapter: (new (options: {
|
|
25
|
-
locale: any;
|
|
26
|
-
formats?: any;
|
|
27
|
-
}) => import('vuetify').DateInstance<unknown>) | import('vuetify').DateInstance<unknown>;
|
|
28
|
-
formats?: Record<string, any> | undefined;
|
|
29
|
-
locale: Record<string, any>;
|
|
30
|
-
};
|
|
31
|
-
instance: {
|
|
32
|
-
locale?: any;
|
|
33
|
-
date: (value?: any) => unknown;
|
|
34
|
-
format: (date: unknown, formatString: string) => string;
|
|
35
|
-
toJsDate: (value: unknown) => Date;
|
|
36
|
-
parseISO: (date: string) => unknown;
|
|
37
|
-
toISO: (date: unknown) => string;
|
|
38
|
-
startOfDay: (date: unknown) => unknown;
|
|
39
|
-
endOfDay: (date: unknown) => unknown;
|
|
40
|
-
startOfWeek: (date: unknown) => unknown;
|
|
41
|
-
endOfWeek: (date: unknown) => unknown;
|
|
42
|
-
startOfMonth: (date: unknown) => unknown;
|
|
43
|
-
endOfMonth: (date: unknown) => unknown;
|
|
44
|
-
startOfYear: (date: unknown) => unknown;
|
|
45
|
-
endOfYear: (date: unknown) => unknown;
|
|
46
|
-
isBefore: (date: unknown, comparing: unknown) => boolean;
|
|
47
|
-
isAfter: (date: unknown, comparing: unknown) => boolean;
|
|
48
|
-
isEqual: (date: unknown, comparing: unknown) => boolean;
|
|
49
|
-
isSameDay: (date: unknown, comparing: unknown) => boolean;
|
|
50
|
-
isSameMonth: (date: unknown, comparing: unknown) => boolean;
|
|
51
|
-
isValid: (date: any) => boolean;
|
|
52
|
-
isWithinRange: (date: unknown, range: [unknown, unknown]) => boolean;
|
|
53
|
-
addMinutes: (date: unknown, amount: number) => unknown;
|
|
54
|
-
addHours: (date: unknown, amount: number) => unknown;
|
|
55
|
-
addDays: (date: unknown, amount: number) => unknown;
|
|
56
|
-
addWeeks: (date: unknown, amount: number) => unknown;
|
|
57
|
-
addMonths: (date: unknown, amount: number) => unknown;
|
|
58
|
-
getYear: (date: unknown) => number;
|
|
59
|
-
setYear: (date: unknown, year: number) => unknown;
|
|
60
|
-
getDiff: (date: unknown, comparing: unknown, unit?: string | undefined) => number;
|
|
61
|
-
getWeekArray: (date: unknown) => unknown[][];
|
|
62
|
-
getWeekdays: () => string[];
|
|
63
|
-
getMonth: (date: unknown) => number;
|
|
64
|
-
setMonth: (date: unknown, month: number) => unknown;
|
|
65
|
-
getDate: (date: unknown) => number;
|
|
66
|
-
setDate: (date: unknown, day: number) => unknown;
|
|
67
|
-
getNextMonth: (date: unknown) => unknown;
|
|
68
|
-
getHours: (date: unknown) => number;
|
|
69
|
-
setHours: (date: unknown, hours: number) => unknown;
|
|
70
|
-
getMinutes: (date: unknown) => number;
|
|
71
|
-
setMinutes: (date: unknown, minutes: number) => unknown;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
|
-
goTo: {
|
|
75
|
-
rtl: import('vue').Ref<boolean>;
|
|
76
|
-
options: Record<string, any>;
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
export default _default;
|
|
80
|
-
//# sourceMappingURL=vuetify.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AASrD,wBA0BE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"webfontloader.d.ts","sourceRoot":"","sources":["../../src/plugins/webfontloader.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,wBAAsB,SAAS,kBAQ9B"}
|