yuyeon 0.0.51 → 0.1.0-rc.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/yuyeon.js +3516 -3383
- package/dist/yuyeon.umd.cjs +20 -6
- package/lib/components/badge/YBadge.mjs.map +1 -1
- package/lib/components/checkbox/YCheckbox.mjs.map +1 -1
- package/lib/components/checkbox/YInputCheckbox.mjs.map +1 -1
- package/lib/components/chip/YChip.mjs.map +1 -1
- package/lib/components/date-picker/YDateCalendar.mjs.map +1 -1
- package/lib/components/date-picker/YDatePicker.mjs.map +1 -1
- package/lib/components/date-picker/YDatePickerControl.mjs.map +1 -1
- package/lib/components/dropdown/YDropdown.mjs.map +1 -1
- package/lib/components/icons/YIconCheckbox.mjs.map +1 -1
- package/lib/components/icons/YIconClear.mjs.map +1 -1
- package/lib/components/icons/YIconDropdown.mjs.map +1 -1
- package/lib/components/icons/YIconExpand.mjs.map +1 -1
- package/lib/components/icons/YIconPageControl.mjs.map +1 -1
- package/lib/components/icons/YIconSort.mjs.map +1 -1
- package/lib/components/layer/YLayer.mjs.map +1 -1
- package/lib/components/list/YList.mjs.map +1 -1
- package/lib/components/loading/YSpinnerRing.mjs.map +1 -1
- package/lib/components/pagination/YPagination.mjs.map +1 -1
- package/lib/components/panel/YDividePanel.mjs.map +1 -1
- package/lib/components/progress-bar/YProgressBar.mjs.map +1 -1
- package/lib/components/select/YSelect.mjs +21 -9
- package/lib/components/select/YSelect.mjs.map +1 -1
- package/lib/components/snackbar/YSnackbar.mjs +6 -6
- package/lib/components/snackbar/YSnackbar.mjs.map +1 -1
- package/lib/components/switch/YSwitch.mjs +1 -1
- package/lib/components/switch/YSwitch.mjs.map +1 -1
- package/lib/components/tab/YTabs.mjs.map +1 -1
- package/lib/components/table/YDataTableBody.mjs.map +1 -1
- package/lib/components/table/YDataTableControl.mjs.map +1 -1
- package/lib/components/table/YDataTableHead.mjs.map +1 -1
- package/lib/components/tooltip/YTooltip.mjs.map +1 -1
- package/lib/components/tree-view/YTreeView.mjs.map +1 -1
- package/lib/components/tree-view/YTreeViewNode.mjs.map +1 -1
- package/lib/composables/communication.mjs.map +1 -1
- package/lib/composables/icon.mjs.map +1 -1
- package/package.json +6 -10
- package/types/components/alert/YAlert.d.ts +1 -1
- package/types/components/app/YApp.d.ts +1 -1
- package/types/components/badge/YBadge.d.ts +2 -2
- package/types/components/button/YButton.d.ts +1 -1
- package/types/components/card/YCard.d.ts +1 -1
- package/types/components/card/YCardBody.d.ts +1 -1
- package/types/components/card/YCardFooter.d.ts +1 -1
- package/types/components/card/YCardHeader.d.ts +1 -1
- package/types/components/checkbox/YCheckbox.d.ts +3 -3
- package/types/components/checkbox/YInputCheckbox.d.ts +3 -3
- package/types/components/chip/YChip.d.ts +1 -1
- package/types/components/date-picker/YDateCalendar.d.ts +4 -4
- package/types/components/date-picker/YDatePicker.d.ts +1 -1
- package/types/components/date-picker/YDatePickerControl.d.ts +1 -1
- package/types/components/date-picker/YMonthPicker.d.ts +1 -1
- package/types/components/date-picker/YYearPicker.d.ts +1 -1
- package/types/components/dialog/YDialog.d.ts +77 -44
- package/types/components/divider/YDivider.d.ts +1 -1
- package/types/components/dropdown/YDropdown.d.ts +1 -1
- package/types/components/field-input/YFieldInput.d.ts +15 -15
- package/types/components/form/YForm.d.ts +2 -2
- package/types/components/icon/YIcon.d.ts +1 -1
- package/types/components/icons/YIconCheckbox.d.ts +1 -1
- package/types/components/icons/YIconClear.d.ts +1 -1
- package/types/components/icons/YIconDropdown.d.ts +1 -1
- package/types/components/icons/YIconExpand.d.ts +1 -1
- package/types/components/icons/YIconPageControl.d.ts +1 -1
- package/types/components/icons/YIconSort.d.ts +1 -1
- package/types/components/icons/index.d.ts +8 -8
- package/types/components/input/YInput.d.ts +9 -9
- package/types/components/layer/YLayer.d.ts +68 -35
- package/types/components/list/YList.d.ts +1 -1
- package/types/components/list/YListItem.d.ts +1 -1
- package/types/components/loading/YSpinnerRing.d.ts +1 -1
- package/types/components/menu/YMenu.d.ts +69 -36
- package/types/components/pagination/YPagination.d.ts +3 -3
- package/types/components/panel/YDividePanel.d.ts +1 -1
- package/types/components/plate/YPlate.d.ts +1 -1
- package/types/components/progress-bar/YProgressBar.d.ts +1 -1
- package/types/components/select/YSelect.d.ts +4782 -3589
- package/types/components/snackbar/YSnackbar.d.ts +3 -3
- package/types/components/switch/YSwitch.d.ts +2 -2
- package/types/components/tab/YTab.d.ts +1 -1
- package/types/components/tab/YTabs.d.ts +1 -1
- package/types/components/table/YDataTable.d.ts +2 -2
- package/types/components/table/YDataTableBody.d.ts +1 -1
- package/types/components/table/YDataTableCell.d.ts +1 -1
- package/types/components/table/YDataTableControl.d.ts +1 -1
- package/types/components/table/YDataTableHead.d.ts +1 -1
- package/types/components/table/YDataTableLayer.d.ts +1 -1
- package/types/components/table/YDataTableRow.d.ts +1 -1
- package/types/components/table/YDataTableServer.d.ts +1 -1
- package/types/components/table/YTable.d.ts +1 -1
- package/types/components/table/composibles/pagination.d.ts +2 -2
- package/types/components/table/composibles/sorting.d.ts +1 -1
- package/types/components/text-highlighter/YTextHighlighter.d.ts +1 -1
- package/types/components/textarea/YTextarea.d.ts +179 -232
- package/types/components/tooltip/YTooltip.d.ts +69 -36
- package/types/components/transitions/expand-transition.d.ts +1 -1
- package/types/components/transitions/index.d.ts +2 -2
- package/types/components/tree-view/YTreeView.d.ts +5 -5
- package/types/components/tree-view/YTreeViewNode.d.ts +1 -1
- package/types/composables/communication.d.ts +2 -3
- package/types/composables/coordinate/index.d.ts +67 -34
- package/types/composables/focus.d.ts +1 -1
- package/types/composables/form.d.ts +1 -1
- package/types/composables/icon.d.ts +2 -2
- package/types/composables/theme/index.d.ts +1 -1
- package/types/composables/validation.d.ts +4 -4
- package/types/globals.d.ts +14 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yuyeon",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.1.0-rc.1",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"UI Library",
|
|
6
6
|
"Vue"
|
|
@@ -83,11 +83,8 @@
|
|
|
83
83
|
"@types/resize-observer-browser": "^0.1.7",
|
|
84
84
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
85
85
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
86
|
-
"@vue/babel-plugin-jsx": "^1.1.
|
|
87
|
-
"@vue/
|
|
88
|
-
"@vue/runtime-core": "^3.3.4",
|
|
89
|
-
"@vue/shared": "^3.3.4",
|
|
90
|
-
"@vue/test-utils": "2.3.2",
|
|
86
|
+
"@vue/babel-plugin-jsx": "^1.1.6",
|
|
87
|
+
"@vue/test-utils": "2.4.6",
|
|
91
88
|
"autoprefixer": "^10.4.14",
|
|
92
89
|
"babel-plugin-add-import-extension": "1.5.1",
|
|
93
90
|
"babel-plugin-module-resolver": "^5.0.0",
|
|
@@ -101,11 +98,10 @@
|
|
|
101
98
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
102
99
|
"rollup-plugin-terser": "^7.0.2",
|
|
103
100
|
"sass": "^1.63.3",
|
|
104
|
-
"vite": "^5.
|
|
105
|
-
"vite-plugin-dts": "^2.
|
|
106
|
-
"vue": "^3.3.4",
|
|
101
|
+
"vite": "^5.2.11",
|
|
102
|
+
"vite-plugin-dts": "^2.3.0",
|
|
107
103
|
"vue-router": "^4.2.5",
|
|
108
|
-
"vue-tsc": "^1.8.
|
|
104
|
+
"vue-tsc": "^1.8.27"
|
|
109
105
|
},
|
|
110
106
|
"peerDependencies": {
|
|
111
107
|
"motion": "^10.15.5",
|
|
@@ -8,7 +8,7 @@ export declare const YAlert: import("vue").DefineComponent<{
|
|
|
8
8
|
color: PropType<string>;
|
|
9
9
|
textColor: PropType<string>;
|
|
10
10
|
outlineColor: PropType<string>;
|
|
11
|
-
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
11
|
+
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
semantic: PropType<string>;
|
|
13
13
|
variation: PropType<string>;
|
|
14
14
|
color: PropType<string>;
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export declare const YApp: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
5
|
[key: string]: any;
|
|
6
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
6
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
7
7
|
export type YApp = InstanceType<typeof YApp>;
|
|
@@ -103,7 +103,7 @@ export declare const YBadge: import("vue").DefineComponent<{
|
|
|
103
103
|
type: StringConstructor;
|
|
104
104
|
default: string;
|
|
105
105
|
};
|
|
106
|
-
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
106
|
+
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
107
107
|
tag: {
|
|
108
108
|
type: PropType<string>;
|
|
109
109
|
default: string;
|
|
@@ -127,8 +127,8 @@ export declare const YBadge: import("vue").DefineComponent<{
|
|
|
127
127
|
};
|
|
128
128
|
}>>, {
|
|
129
129
|
tag: string;
|
|
130
|
-
floating: boolean;
|
|
131
130
|
label: string;
|
|
131
|
+
floating: boolean;
|
|
132
132
|
transition: string;
|
|
133
133
|
dot: boolean;
|
|
134
134
|
bordered: boolean;
|
|
@@ -187,7 +187,7 @@ export declare const YButton: import("vue").DefineComponent<{
|
|
|
187
187
|
'choice:selected': (choice: {
|
|
188
188
|
value: boolean;
|
|
189
189
|
}) => true;
|
|
190
|
-
}, string, import("vue").
|
|
190
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
191
191
|
value: null;
|
|
192
192
|
disabled: BooleanConstructor;
|
|
193
193
|
selectedClass: StringConstructor;
|
|
@@ -3,7 +3,7 @@ export declare const YCard: import("vue").DefineComponent<{
|
|
|
3
3
|
outline: {
|
|
4
4
|
type: PropType<boolean>;
|
|
5
5
|
};
|
|
6
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
6
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
outline: {
|
|
8
8
|
type: PropType<boolean>;
|
|
9
9
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const YCardBody: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
export declare const YCardBody: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export type YCardBody = InstanceType<typeof YCardBody>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const YCardFooter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
export declare const YCardFooter: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export type YCardFooter = InstanceType<typeof YCardFooter>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const YCardHeader: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
export declare const YCardHeader: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export type YCardHeader = InstanceType<typeof YCardHeader>;
|
|
@@ -18,7 +18,7 @@ export declare const YCheckbox: import("vue").DefineComponent<{
|
|
|
18
18
|
readonly: PropType<boolean>;
|
|
19
19
|
}, {
|
|
20
20
|
checked: import("vue").Ref<boolean>;
|
|
21
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
21
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "click" | "focus" | "update:modelValue")[], "blur" | "change" | "click" | "focus" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
22
|
modelValue: PropType<boolean | any[]>;
|
|
23
23
|
value: PropType<any>;
|
|
24
24
|
label: PropType<string>;
|
|
@@ -36,11 +36,11 @@ export declare const YCheckbox: import("vue").DefineComponent<{
|
|
|
36
36
|
disabled: PropType<boolean>;
|
|
37
37
|
readonly: PropType<boolean>;
|
|
38
38
|
}>> & {
|
|
39
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
40
39
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
41
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
41
42
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
42
43
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
43
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
}, {
|
|
45
45
|
color: string;
|
|
46
46
|
}, {}>;
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
checked: BooleanConstructor;
|
|
22
22
|
indeterminate: BooleanConstructor;
|
|
23
23
|
disabled: BooleanConstructor;
|
|
24
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
24
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
checked: BooleanConstructor;
|
|
26
26
|
indeterminate: BooleanConstructor;
|
|
27
27
|
disabled: BooleanConstructor;
|
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
onFocus(e: FocusEvent): void;
|
|
35
35
|
onBlur(e: FocusEvent): void;
|
|
36
36
|
onClick(event: MouseEvent): void;
|
|
37
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
37
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "click" | "focus")[], "blur" | "click" | "focus", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
38
|
id: PropType<string>;
|
|
39
39
|
value: PropType<boolean>;
|
|
40
40
|
icon: PropType<string>;
|
|
@@ -45,8 +45,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
disabled: PropType<boolean>;
|
|
46
46
|
readonly: PropType<boolean>;
|
|
47
47
|
}>> & {
|
|
48
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
49
48
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
49
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
50
50
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
51
51
|
}, {
|
|
52
52
|
color: string;
|
|
@@ -20,7 +20,7 @@ export declare const YChip: import("vue").DefineComponent<{
|
|
|
20
20
|
};
|
|
21
21
|
}, {
|
|
22
22
|
colorRgb(color: string): string;
|
|
23
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
23
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
color: StringConstructor;
|
|
25
25
|
background: StringConstructor;
|
|
26
26
|
small: BooleanConstructor;
|
|
@@ -95,22 +95,22 @@ export declare const YDateCalendar: import("vue").DefineComponent<{
|
|
|
95
95
|
container$: import("vue").Ref<any>;
|
|
96
96
|
dateUtil: import("../../composables/date/types").DateInstance<unknown>;
|
|
97
97
|
displayValue: import("vue").ComputedRef<unknown>;
|
|
98
|
-
month: import("vue").
|
|
98
|
+
month: import("vue").Ref<any> & {
|
|
99
99
|
readonly rxValue: any;
|
|
100
100
|
};
|
|
101
|
-
year: import("vue").
|
|
101
|
+
year: import("vue").Ref<any> & {
|
|
102
102
|
readonly rxValue: any;
|
|
103
103
|
};
|
|
104
104
|
rangeStart: import("vue").ComputedRef<any>;
|
|
105
105
|
rangeEnd: import("vue").ComputedRef<any>;
|
|
106
|
-
model: import("vue").
|
|
106
|
+
model: import("vue").Ref<any> & {
|
|
107
107
|
readonly rxValue: any;
|
|
108
108
|
};
|
|
109
109
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
110
110
|
'update:modelValue': (date: any) => boolean;
|
|
111
111
|
'update:year': (date: any) => boolean;
|
|
112
112
|
'update:month': (date: any) => boolean;
|
|
113
|
-
}, string, import("vue").
|
|
113
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
114
114
|
year: (StringConstructor | NumberConstructor)[];
|
|
115
115
|
month: (StringConstructor | NumberConstructor)[];
|
|
116
116
|
modelValue: PropType<unknown[]>;
|
|
@@ -89,7 +89,7 @@ export declare const YDatePicker: import("vue").DefineComponent<{
|
|
|
89
89
|
};
|
|
90
90
|
hideHeader: BooleanConstructor;
|
|
91
91
|
min: import("vue").PropType<unknown>;
|
|
92
|
-
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
92
|
+
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
93
93
|
modelValue: null;
|
|
94
94
|
disabled: BooleanConstructor;
|
|
95
95
|
color: StringConstructor;
|
|
@@ -92,7 +92,7 @@ export declare const YDatePickerControl: import("vue").DefineComponent<{
|
|
|
92
92
|
'click:month': () => true;
|
|
93
93
|
'click:prev': () => true;
|
|
94
94
|
'click:next': () => true;
|
|
95
|
-
}, string, import("vue").
|
|
95
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
96
96
|
disabled: {
|
|
97
97
|
type: PropType<string | boolean | string[]>;
|
|
98
98
|
default: boolean;
|
|
@@ -20,7 +20,7 @@ export declare const YMonthPicker: import("vue").DefineComponent<{
|
|
|
20
20
|
modelValue: NumberConstructor;
|
|
21
21
|
color: StringConstructor;
|
|
22
22
|
height: (StringConstructor | NumberConstructor)[];
|
|
23
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
23
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
modelValue: NumberConstructor;
|
|
25
25
|
color: StringConstructor;
|
|
26
26
|
height: (StringConstructor | NumberConstructor)[];
|
|
@@ -33,7 +33,7 @@ export declare const YYearPicker: import("vue").DefineComponent<{
|
|
|
33
33
|
height: (StringConstructor | NumberConstructor)[];
|
|
34
34
|
min: PropType<unknown>;
|
|
35
35
|
max: PropType<unknown>;
|
|
36
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
36
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
37
|
modelValue: NumberConstructor;
|
|
38
38
|
color: StringConstructor;
|
|
39
39
|
height: (StringConstructor | NumberConstructor)[];
|