startup-ui 0.5.11 → 0.6.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/index.css +1 -1
- package/dist/startup-ui.cjs.js +12 -12
- package/dist/startup-ui.cjs.js.map +1 -1
- package/dist/startup-ui.es.js +1238 -1220
- package/dist/startup-ui.es.js.map +1 -1
- package/dist/types/components/SDialog.vue.d.ts.map +1 -1
- package/dist/types/components/SFilterGroup.vue.d.ts.map +1 -1
- package/dist/types/components/SSelect.vue.d.ts +0 -2
- package/dist/types/components/SSelect.vue.d.ts.map +1 -1
- package/dist/types/components/STooltip.vue.d.ts.map +1 -1
- package/dist/types/components/SVerticalMenu.vue.d.ts +4 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SDialog.vue"],"names":[],"mappings":"wBA6TqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;2OAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SFilterGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilterGroup.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SFilterGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SFilterGroup.vue"],"names":[],"mappings":"wBA+MqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;;;2OAOG"}
|
|
@@ -12,7 +12,6 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
12
12
|
clearable: boolean;
|
|
13
13
|
virtual: boolean;
|
|
14
14
|
virtualScrollSize: number;
|
|
15
|
-
useTeleport: boolean;
|
|
16
15
|
placeholder?: string | undefined;
|
|
17
16
|
$props: {
|
|
18
17
|
readonly disabled?: boolean | undefined;
|
|
@@ -22,7 +21,6 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
22
21
|
readonly clearable?: boolean | undefined;
|
|
23
22
|
readonly virtual?: boolean | undefined;
|
|
24
23
|
readonly virtualScrollSize?: number | undefined;
|
|
25
|
-
readonly useTeleport?: boolean | undefined;
|
|
26
24
|
readonly placeholder?: string | undefined;
|
|
27
25
|
};
|
|
28
26
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SSelect.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SSelect.vue"],"names":[],"mappings":"wBA84BqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAXzB;;;;;;;;;;;;;;;;;;;;2OAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"STooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STooltip.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"STooltip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/STooltip.vue"],"names":[],"mappings":"wBAkdqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;;2OAOG"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
expandedKeys: unknown[];
|
|
2
3
|
links?: Record<string, any> | undefined;
|
|
4
|
+
storeExpandedKeysTo?: string | undefined;
|
|
3
5
|
$props: {
|
|
6
|
+
readonly expandedKeys?: unknown[] | undefined;
|
|
4
7
|
readonly links?: Record<string, any> | undefined;
|
|
8
|
+
readonly storeExpandedKeysTo?: string | undefined;
|
|
5
9
|
};
|
|
6
10
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
11
|
export default _default;
|