luyoumin-ui 0.0.61 → 0.0.63
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/components/LymBadge.vue.d.ts +3 -3
- package/dist/components/LymBubbleContainer.vue.d.ts +11 -11
- package/dist/components/LymButton.vue.d.ts +5 -5
- package/dist/components/LymCarousel.vue.d.ts +2 -2
- package/dist/components/LymCheckBox.vue.d.ts +3 -3
- package/dist/components/LymCheckBoxGroup.vue.d.ts +2 -2
- package/dist/components/LymDialog.vue.d.ts +2 -2
- package/dist/components/LymDivider.vue.d.ts +1 -1
- package/dist/components/LymDrawer.vue.d.ts +3 -3
- package/dist/components/LymForm.vue.d.ts +2 -2
- package/dist/components/LymFormItem.vue.d.ts +3 -3
- package/dist/components/LymInput.vue.d.ts +6 -6
- package/dist/components/LymLink.vue.d.ts +4 -4
- package/dist/components/LymPagination.vue.d.ts +5 -5
- package/dist/components/LymPopover.vue.d.ts +6 -6
- package/dist/components/LymProgress.vue.d.ts +1 -1
- package/dist/components/LymRate.vue.d.ts +3 -3
- package/dist/components/LymSelect.vue.d.ts +11 -11
- package/dist/components/LymSlider.vue.d.ts +10 -10
- package/dist/components/LymSteps.vue.d.ts +11 -11
- package/dist/components/LymSwitch.vue.d.ts +11 -11
- package/dist/components/LymTag.vue.d.ts +5 -5
- package/dist/components/LymTooltip.vue.d.ts +6 -6
- package/dist/components/cascader/LymCascader.vue.d.ts +3 -3
- package/dist/components/collapse/LymCollapseItem.vue.d.ts +2 -2
- package/dist/components/date/LymTimePicker.vue.d.ts +4 -4
- package/dist/components/generic-img/LymGenericImg.vue.d.ts +5 -5
- package/dist/components/loading/LymLoading.vue.d.ts +2 -2
- package/dist/components/notification/LymNotification.vue.d.ts +2 -2
- package/dist/components/table/LymTable.vue.d.ts +6 -6
- package/dist/components/table/LymTableColumn.vue.d.ts +9 -9
- package/dist/components/tabs/LymTabPane.vue.d.ts +2 -2
- package/dist/components/tabs/LymTabs.vue.d.ts +10 -10
- package/dist/components/tree/LymTree.vue.d.ts +10 -10
- package/dist/components/tree/LymTreeNode.vue.d.ts +15 -6
- package/dist/components/tree/LymTreeSelect.vue.d.ts +17 -17
- package/dist/luyoumin-ui.es.js +44 -30
- package/dist/luyoumin-ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import { PropType } from 'vue';
|
|
|
2
2
|
|
|
3
3
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
4
4
|
value: {
|
|
5
|
-
type: (
|
|
5
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
6
6
|
default: boolean;
|
|
7
7
|
};
|
|
8
8
|
max: {
|
|
@@ -54,7 +54,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
54
54
|
"update:modelValue": (val: any) => void;
|
|
55
55
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
56
56
|
value: {
|
|
57
|
-
type: (
|
|
57
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
58
58
|
default: boolean;
|
|
59
59
|
};
|
|
60
60
|
max: {
|
|
@@ -105,11 +105,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
105
105
|
}>> & {
|
|
106
106
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
107
107
|
}, {
|
|
108
|
-
type: "default" | "primary" | "success" | "info" | "warning" | "danger";
|
|
109
108
|
value: string | number;
|
|
110
109
|
max: number;
|
|
111
110
|
isDot: boolean;
|
|
112
111
|
hidden: boolean;
|
|
112
|
+
type: "default" | "primary" | "success" | "info" | "warning" | "danger";
|
|
113
113
|
position: "top-left" | "top-right" | "bottom-left" | "bottom-right";
|
|
114
114
|
showZero: boolean;
|
|
115
115
|
bgColor: string;
|
|
@@ -25,19 +25,19 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
27
|
zIndex: {
|
|
28
|
-
type: (
|
|
28
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
29
29
|
default: number;
|
|
30
30
|
};
|
|
31
31
|
offsetX: {
|
|
32
|
-
type: (
|
|
32
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
33
33
|
default: number;
|
|
34
34
|
};
|
|
35
35
|
offsetY: {
|
|
36
|
-
type: (
|
|
36
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
37
37
|
default: number;
|
|
38
38
|
};
|
|
39
39
|
fontSize: {
|
|
40
|
-
type: (
|
|
40
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
41
41
|
default: string;
|
|
42
42
|
};
|
|
43
43
|
color: {
|
|
@@ -79,19 +79,19 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
79
79
|
default: string;
|
|
80
80
|
};
|
|
81
81
|
zIndex: {
|
|
82
|
-
type: (
|
|
82
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
83
83
|
default: number;
|
|
84
84
|
};
|
|
85
85
|
offsetX: {
|
|
86
|
-
type: (
|
|
86
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
87
87
|
default: number;
|
|
88
88
|
};
|
|
89
89
|
offsetY: {
|
|
90
|
-
type: (
|
|
90
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
91
91
|
default: number;
|
|
92
92
|
};
|
|
93
93
|
fontSize: {
|
|
94
|
-
type: (
|
|
94
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
95
95
|
default: string;
|
|
96
96
|
};
|
|
97
97
|
color: {
|
|
@@ -109,15 +109,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
109
109
|
}>> & {
|
|
110
110
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
111
111
|
}, {
|
|
112
|
-
modelValue: boolean;
|
|
113
|
-
zIndex: string | number;
|
|
114
|
-
fontSize: string | number;
|
|
115
112
|
bgColor: string;
|
|
113
|
+
modelValue: boolean;
|
|
116
114
|
positionTarget: HTMLElement;
|
|
117
115
|
direction: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
118
116
|
maxW: string;
|
|
117
|
+
zIndex: string | number;
|
|
119
118
|
offsetX: string | number;
|
|
120
119
|
offsetY: string | number;
|
|
120
|
+
fontSize: string | number;
|
|
121
121
|
color: string;
|
|
122
122
|
borderColor: string;
|
|
123
123
|
triangleBgColor: string;
|
|
@@ -46,7 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
48
|
iconSize: {
|
|
49
|
-
type: (
|
|
49
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
50
50
|
default: string;
|
|
51
51
|
};
|
|
52
52
|
loading: {
|
|
@@ -114,7 +114,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
114
114
|
default: string;
|
|
115
115
|
};
|
|
116
116
|
iconSize: {
|
|
117
|
-
type: (
|
|
117
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
118
118
|
default: string;
|
|
119
119
|
};
|
|
120
120
|
loading: {
|
|
@@ -134,16 +134,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
134
134
|
default: string;
|
|
135
135
|
};
|
|
136
136
|
}>> & {
|
|
137
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
138
137
|
onClick?: (() => any) | undefined;
|
|
138
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
139
139
|
}, {
|
|
140
140
|
circle: boolean;
|
|
141
|
-
padding: string;
|
|
142
141
|
type: "default" | "primary" | "success" | "info" | "warning" | "danger";
|
|
143
142
|
fontSize: string;
|
|
143
|
+
round: boolean;
|
|
144
144
|
fontWeight: string;
|
|
145
|
+
padding: string;
|
|
145
146
|
borderRadius: string;
|
|
146
|
-
round: boolean;
|
|
147
147
|
circlePadding: string;
|
|
148
148
|
plain: boolean;
|
|
149
149
|
disabled: boolean;
|
|
@@ -160,13 +160,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
160
160
|
default: boolean;
|
|
161
161
|
};
|
|
162
162
|
}>> & {
|
|
163
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
164
163
|
onChange?: ((val: any) => any) | undefined;
|
|
164
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
165
165
|
}, {
|
|
166
166
|
data: any[];
|
|
167
|
-
width: string;
|
|
168
167
|
type: "" | "card";
|
|
169
168
|
direction: "horizontal" | "vertical";
|
|
169
|
+
width: string;
|
|
170
170
|
height: string;
|
|
171
171
|
initialIndex: number;
|
|
172
172
|
trigger: "click" | "hover";
|
|
@@ -80,14 +80,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
80
80
|
default: boolean;
|
|
81
81
|
};
|
|
82
82
|
}>> & {
|
|
83
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
84
83
|
onChange?: ((val: boolean) => any) | undefined;
|
|
84
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
85
85
|
"onUpdate:disabled"?: ((val: any) => any) | undefined;
|
|
86
86
|
}, {
|
|
87
|
-
size: number;
|
|
88
87
|
label: string;
|
|
89
|
-
modelValue: boolean;
|
|
90
88
|
value: string;
|
|
89
|
+
modelValue: boolean;
|
|
90
|
+
size: number;
|
|
91
91
|
disabled: boolean;
|
|
92
92
|
labelSpace: string;
|
|
93
93
|
labelFontSize: string;
|
|
@@ -54,12 +54,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
56
|
}>> & {
|
|
57
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
58
57
|
onChange?: ((val: any) => any) | undefined;
|
|
58
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
59
59
|
}, {
|
|
60
|
+
max: number;
|
|
60
61
|
modelValue: any[];
|
|
61
62
|
singleCheck: boolean;
|
|
62
|
-
max: number;
|
|
63
63
|
}, {}>, {
|
|
64
64
|
default?(_: {}): any;
|
|
65
65
|
}>;
|
|
@@ -109,11 +109,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
109
109
|
default: boolean;
|
|
110
110
|
};
|
|
111
111
|
}>> & {
|
|
112
|
-
onClose?: (() => any) | undefined;
|
|
113
112
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
113
|
+
onClose?: (() => any) | undefined;
|
|
114
114
|
}, {
|
|
115
115
|
title: string;
|
|
116
116
|
modelValue: boolean;
|
|
117
|
+
top: string;
|
|
117
118
|
zIndex: number;
|
|
118
119
|
width: string;
|
|
119
120
|
padding: string;
|
|
@@ -123,7 +124,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
123
124
|
showClose: boolean;
|
|
124
125
|
bodyMaxH: string;
|
|
125
126
|
alignTop: boolean;
|
|
126
|
-
top: string;
|
|
127
127
|
modal: boolean;
|
|
128
128
|
}, {}>, {
|
|
129
129
|
header?(_: {
|
|
@@ -75,8 +75,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
75
75
|
default: string;
|
|
76
76
|
};
|
|
77
77
|
}>>, {
|
|
78
|
-
fontSize: string;
|
|
79
78
|
direction: "horizontal" | "vertical";
|
|
79
|
+
fontSize: string;
|
|
80
80
|
contentPosition: "left" | "right" | "center";
|
|
81
81
|
lineColor: string;
|
|
82
82
|
lineStyle: "solid" | "dashed" | "dotted";
|
|
@@ -104,21 +104,21 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
104
104
|
default: null;
|
|
105
105
|
};
|
|
106
106
|
}>> & {
|
|
107
|
-
onClose?: (() => any) | undefined;
|
|
108
107
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
108
|
+
onClose?: (() => any) | undefined;
|
|
109
109
|
onBeforeClose?: ((val: any) => any) | undefined;
|
|
110
110
|
}, {
|
|
111
|
-
size: string;
|
|
112
111
|
title: string;
|
|
113
112
|
modelValue: boolean;
|
|
113
|
+
direction: "ltr" | "rtl" | "ttb" | "btt";
|
|
114
114
|
zIndex: number;
|
|
115
|
+
size: string;
|
|
115
116
|
padding: string;
|
|
116
117
|
isTitleCenter: boolean;
|
|
117
118
|
isFooterCenter: boolean;
|
|
118
119
|
canCloseByClickCover: boolean;
|
|
119
120
|
showClose: boolean;
|
|
120
121
|
modal: boolean;
|
|
121
|
-
direction: "ltr" | "rtl" | "ttb" | "btt";
|
|
122
122
|
beforeClose: Function;
|
|
123
123
|
}, {}>, {
|
|
124
124
|
header?(_: {
|
|
@@ -27,7 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
27
27
|
default: string;
|
|
28
28
|
};
|
|
29
29
|
labelWidth: {
|
|
30
|
-
type: (
|
|
30
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
31
31
|
default: string;
|
|
32
32
|
};
|
|
33
33
|
showMessage: {
|
|
@@ -76,7 +76,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
76
76
|
default: string;
|
|
77
77
|
};
|
|
78
78
|
labelWidth: {
|
|
79
|
-
type: (
|
|
79
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
80
80
|
default: string;
|
|
81
81
|
};
|
|
82
82
|
showMessage: {
|
|
@@ -12,7 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
14
|
labelWidth: {
|
|
15
|
-
type: (
|
|
15
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
labelPosition: {
|
|
@@ -50,7 +50,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
50
50
|
default: string;
|
|
51
51
|
};
|
|
52
52
|
labelWidth: {
|
|
53
|
-
type: (
|
|
53
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
54
54
|
default: string;
|
|
55
55
|
};
|
|
56
56
|
labelPosition: {
|
|
@@ -77,8 +77,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
77
77
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
78
78
|
}, {
|
|
79
79
|
label: string;
|
|
80
|
-
required: boolean;
|
|
81
80
|
trigger: "change" | "blur" | "submit";
|
|
81
|
+
required: boolean;
|
|
82
82
|
labelPosition: "top" | "left" | "right";
|
|
83
83
|
labelAlignType: "left" | "right";
|
|
84
84
|
labelWidth: string | number;
|
|
@@ -4,7 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
width: {
|
|
7
|
-
type: (
|
|
7
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
type: {
|
|
@@ -85,7 +85,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
85
85
|
default: string;
|
|
86
86
|
};
|
|
87
87
|
width: {
|
|
88
|
-
type: (
|
|
88
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
89
89
|
default: string;
|
|
90
90
|
};
|
|
91
91
|
type: {
|
|
@@ -157,14 +157,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
157
157
|
default: number;
|
|
158
158
|
};
|
|
159
159
|
}>> & {
|
|
160
|
+
onBlur?: (() => any) | undefined;
|
|
160
161
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
161
162
|
onFocuse?: (() => any) | undefined;
|
|
162
|
-
onBlur?: (() => any) | undefined;
|
|
163
163
|
}, {
|
|
164
|
+
max: number;
|
|
165
|
+
type: string;
|
|
164
166
|
modelValue: string;
|
|
165
167
|
width: string | number;
|
|
166
|
-
type: string;
|
|
167
168
|
disabled: boolean;
|
|
169
|
+
min: number;
|
|
168
170
|
placeholder: string;
|
|
169
171
|
maxlength: string;
|
|
170
172
|
clearable: boolean;
|
|
@@ -178,8 +180,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
178
180
|
suffixIcon: string;
|
|
179
181
|
showWordLimit: boolean;
|
|
180
182
|
autoFocus: boolean;
|
|
181
|
-
max: number;
|
|
182
|
-
min: number;
|
|
183
183
|
}, {}>, {
|
|
184
184
|
prepend?(_: {}): any;
|
|
185
185
|
append?(_: {}): any;
|
|
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
36
|
iconSize: {
|
|
37
|
-
type: (
|
|
37
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
40
|
iconSpace: {
|
|
@@ -77,7 +77,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
77
77
|
default: string;
|
|
78
78
|
};
|
|
79
79
|
iconSize: {
|
|
80
|
-
type: (
|
|
80
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
81
81
|
default: string;
|
|
82
82
|
};
|
|
83
83
|
iconSpace: {
|
|
@@ -88,11 +88,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
88
88
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
type: "default" | "primary" | "success" | "info" | "warning" | "danger";
|
|
91
|
+
href: string;
|
|
92
|
+
target: "_self" | "_blank" | "_parent" | "_top" | "_mywindow";
|
|
91
93
|
disabled: boolean;
|
|
92
94
|
iconSize: string | number;
|
|
93
95
|
iconSpace: string;
|
|
94
|
-
target: "_self" | "_blank" | "_parent" | "_top" | "_mywindow";
|
|
95
|
-
href: string;
|
|
96
96
|
hasUnderline: boolean;
|
|
97
97
|
customColors: Record<string, any>;
|
|
98
98
|
leftIcon: string;
|
|
@@ -68,11 +68,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
68
68
|
default: boolean;
|
|
69
69
|
};
|
|
70
70
|
fontSize: {
|
|
71
|
-
type: (
|
|
71
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
72
72
|
default: string;
|
|
73
73
|
};
|
|
74
74
|
iconSize: {
|
|
75
|
-
type: (
|
|
75
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
76
76
|
default: string;
|
|
77
77
|
};
|
|
78
78
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -152,16 +152,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
152
152
|
default: boolean;
|
|
153
153
|
};
|
|
154
154
|
fontSize: {
|
|
155
|
-
type: (
|
|
155
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
156
156
|
default: string;
|
|
157
157
|
};
|
|
158
158
|
iconSize: {
|
|
159
|
-
type: (
|
|
159
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
160
160
|
default: string;
|
|
161
161
|
};
|
|
162
162
|
}>> & {
|
|
163
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
164
163
|
onChange?: (() => any) | undefined;
|
|
164
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
165
165
|
onSizeChange?: ((val: any) => any) | undefined;
|
|
166
166
|
onCurrentChange?: ((val: any) => any) | undefined;
|
|
167
167
|
onPrevClick?: ((val: any) => any) | undefined;
|
|
@@ -10,11 +10,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
12
|
offsetX: {
|
|
13
|
-
type: (
|
|
13
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
14
14
|
default: number;
|
|
15
15
|
};
|
|
16
16
|
offsetY: {
|
|
17
|
-
type: (
|
|
17
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
18
18
|
default: number;
|
|
19
19
|
};
|
|
20
20
|
bubbleMaxW: {
|
|
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
22
22
|
default: string;
|
|
23
23
|
};
|
|
24
24
|
bubbleZIndex: {
|
|
25
|
-
type: (
|
|
25
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
26
26
|
default: number;
|
|
27
27
|
};
|
|
28
28
|
trigger: {
|
|
@@ -39,11 +39,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
39
39
|
default: string;
|
|
40
40
|
};
|
|
41
41
|
offsetX: {
|
|
42
|
-
type: (
|
|
42
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
43
43
|
default: number;
|
|
44
44
|
};
|
|
45
45
|
offsetY: {
|
|
46
|
-
type: (
|
|
46
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
47
47
|
default: number;
|
|
48
48
|
};
|
|
49
49
|
bubbleMaxW: {
|
|
@@ -51,7 +51,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
53
53
|
bubbleZIndex: {
|
|
54
|
-
type: (
|
|
54
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
55
55
|
default: number;
|
|
56
56
|
};
|
|
57
57
|
trigger: {
|
|
@@ -124,8 +124,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
124
124
|
};
|
|
125
125
|
}>>, {
|
|
126
126
|
type: "circle" | "line" | "dashboard";
|
|
127
|
-
fontSize: number;
|
|
128
127
|
bgColor: string;
|
|
128
|
+
fontSize: number;
|
|
129
129
|
color: string;
|
|
130
130
|
transitionDuration: number;
|
|
131
131
|
indeterminate: boolean;
|
|
@@ -118,14 +118,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
118
118
|
default: string;
|
|
119
119
|
};
|
|
120
120
|
}>> & {
|
|
121
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
122
121
|
onChange?: (() => any) | undefined;
|
|
122
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
123
123
|
}, {
|
|
124
|
-
|
|
124
|
+
max: number;
|
|
125
125
|
modelValue: number;
|
|
126
|
+
size: number;
|
|
126
127
|
disabled: boolean;
|
|
127
128
|
icon: string;
|
|
128
|
-
max: number;
|
|
129
129
|
allowHalf: boolean;
|
|
130
130
|
thresholds: any[];
|
|
131
131
|
defalutColor: string;
|
|
@@ -42,15 +42,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
44
|
width: {
|
|
45
|
-
type: (
|
|
45
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
48
|
ddbWidth: {
|
|
49
|
-
type: (
|
|
49
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
50
50
|
default: string;
|
|
51
51
|
};
|
|
52
52
|
fontSize: {
|
|
53
|
-
type: (
|
|
53
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
54
54
|
default: string;
|
|
55
55
|
};
|
|
56
56
|
padding: {
|
|
@@ -164,15 +164,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
164
164
|
default: string;
|
|
165
165
|
};
|
|
166
166
|
width: {
|
|
167
|
-
type: (
|
|
167
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
168
168
|
default: string;
|
|
169
169
|
};
|
|
170
170
|
ddbWidth: {
|
|
171
|
-
type: (
|
|
171
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
172
172
|
default: string;
|
|
173
173
|
};
|
|
174
174
|
fontSize: {
|
|
175
|
-
type: (
|
|
175
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
176
176
|
default: string;
|
|
177
177
|
};
|
|
178
178
|
padding: {
|
|
@@ -244,15 +244,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
244
244
|
onSelectCompleted?: (() => any) | undefined;
|
|
245
245
|
}, {
|
|
246
246
|
modelValue: string | any[];
|
|
247
|
+
fontSize: string | number;
|
|
247
248
|
width: string | number;
|
|
248
249
|
padding: string;
|
|
249
|
-
options: any[];
|
|
250
|
-
labelKey: string;
|
|
251
|
-
valueKey: string;
|
|
252
|
-
fontSize: string | number;
|
|
253
250
|
disabled: boolean;
|
|
254
|
-
clearable: boolean;
|
|
255
251
|
multiple: boolean;
|
|
252
|
+
clearable: boolean;
|
|
253
|
+
options: any[];
|
|
254
|
+
valueKey: string;
|
|
255
|
+
labelKey: string;
|
|
256
256
|
ddbWidth: string | number;
|
|
257
257
|
scrollMaxH: string;
|
|
258
258
|
filterable: boolean;
|
|
@@ -26,15 +26,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
26
26
|
default: string;
|
|
27
27
|
};
|
|
28
28
|
runwaySize: {
|
|
29
|
-
type: (
|
|
29
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
32
|
thumbSize: {
|
|
33
|
-
type: (
|
|
33
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
36
|
thumbPadding: {
|
|
37
|
-
type: (
|
|
37
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
40
|
min: {
|
|
@@ -129,15 +129,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
129
129
|
default: string;
|
|
130
130
|
};
|
|
131
131
|
runwaySize: {
|
|
132
|
-
type: (
|
|
132
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
133
133
|
default: string;
|
|
134
134
|
};
|
|
135
135
|
thumbSize: {
|
|
136
|
-
type: (
|
|
136
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
137
137
|
default: string;
|
|
138
138
|
};
|
|
139
139
|
thumbPadding: {
|
|
140
|
-
type: (
|
|
140
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
141
141
|
default: string;
|
|
142
142
|
};
|
|
143
143
|
min: {
|
|
@@ -207,14 +207,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
207
207
|
}>> & {
|
|
208
208
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
209
209
|
}, {
|
|
210
|
-
|
|
210
|
+
max: number;
|
|
211
211
|
modelValue: number;
|
|
212
212
|
width: string;
|
|
213
|
-
disabled: boolean;
|
|
214
|
-
max: number;
|
|
215
|
-
min: number;
|
|
216
213
|
height: string;
|
|
214
|
+
size: "" | "default" | "small" | "large";
|
|
215
|
+
disabled: boolean;
|
|
217
216
|
vertical: boolean;
|
|
217
|
+
min: number;
|
|
218
218
|
step: number;
|
|
219
219
|
range: boolean;
|
|
220
220
|
runwayColor: string;
|