luyoumin-ui 0.0.69 → 0.0.72
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 +1 -1
- package/dist/components/LymBubbleContainer.vue.d.ts +1 -1
- package/dist/components/LymButton.vue.d.ts +4 -4
- package/dist/components/LymCarousel.vue.d.ts +1 -1
- package/dist/components/LymCheckBox.vue.d.ts +1 -1
- package/dist/components/LymCheckBoxGroup.vue.d.ts +1 -1
- package/dist/components/LymDialog.vue.d.ts +3 -3
- package/dist/components/LymDrawer.vue.d.ts +3 -3
- package/dist/components/LymFormItem.vue.d.ts +1 -1
- package/dist/components/LymInput.vue.d.ts +4 -4
- package/dist/components/LymLink.vue.d.ts +3 -3
- package/dist/components/LymPagination.vue.d.ts +2 -2
- package/dist/components/LymProgress.vue.d.ts +1 -1
- package/dist/components/LymRate.vue.d.ts +2 -2
- package/dist/components/LymSelect.vue.d.ts +6 -6
- package/dist/components/LymSlider.vue.d.ts +2 -2
- package/dist/components/LymSteps.vue.d.ts +2 -2
- package/dist/components/LymSwitch.vue.d.ts +1 -1
- package/dist/components/LymTag.vue.d.ts +2 -2
- package/dist/components/cascader/LymCascader.vue.d.ts +2 -2
- package/dist/components/collapse/LymCollapseItem.vue.d.ts +1 -1
- package/dist/components/date/LymTimePicker.vue.d.ts +1 -1
- package/dist/components/generic-img/LymGenericImg.vue.d.ts +10 -6
- package/dist/components/loading/LymLoading.vue.d.ts +2 -2
- package/dist/components/notification/LymNotification.vue.d.ts +1 -1
- package/dist/components/table/LymTable.vue.d.ts +9 -9
- package/dist/components/table/LymTableColumn.vue.d.ts +3 -3
- package/dist/components/tabs/LymTabPane.vue.d.ts +1 -1
- package/dist/components/tabs/LymTabs.vue.d.ts +3 -3
- package/dist/components/tree/LymTree.vue.d.ts +3 -3
- package/dist/components/tree/LymTreeNode.vue.d.ts +3 -3
- package/dist/components/tree/LymTreeSelect.vue.d.ts +7 -7
- package/dist/luyoumin-ui.es.js +14 -12
- package/dist/luyoumin-ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/string_utils.d.ts +1 -1
- package/package.json +1 -1
|
@@ -105,8 +105,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
105
105
|
}>> & {
|
|
106
106
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
107
107
|
}, {
|
|
108
|
-
value: string | number;
|
|
109
108
|
type: "default" | "primary" | "success" | "info" | "warning" | "danger";
|
|
109
|
+
value: string | number;
|
|
110
110
|
max: number;
|
|
111
111
|
isDot: boolean;
|
|
112
112
|
hidden: boolean;
|
|
@@ -109,9 +109,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
109
109
|
}>> & {
|
|
110
110
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
111
111
|
}, {
|
|
112
|
-
modelValue: boolean;
|
|
113
112
|
fontSize: string | number;
|
|
114
113
|
bgColor: string;
|
|
114
|
+
modelValue: boolean;
|
|
115
115
|
positionTarget: HTMLElement;
|
|
116
116
|
direction: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
117
117
|
maxW: string;
|
|
@@ -137,16 +137,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
137
137
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
138
138
|
onClick?: (() => any) | undefined;
|
|
139
139
|
}, {
|
|
140
|
-
disabled: boolean;
|
|
141
140
|
circle: boolean;
|
|
142
|
-
fontSize: string;
|
|
143
|
-
padding: string;
|
|
144
141
|
type: "default" | "primary" | "success" | "info" | "warning" | "danger";
|
|
145
|
-
|
|
142
|
+
fontSize: string;
|
|
146
143
|
fontWeight: string;
|
|
144
|
+
padding: string;
|
|
147
145
|
borderRadius: string;
|
|
146
|
+
round: boolean;
|
|
148
147
|
circlePadding: string;
|
|
149
148
|
plain: boolean;
|
|
149
|
+
disabled: boolean;
|
|
150
150
|
icon: string;
|
|
151
151
|
iconSize: string | number;
|
|
152
152
|
loading: boolean;
|
|
@@ -164,9 +164,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
164
164
|
onChange?: ((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";
|
|
@@ -84,8 +84,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
84
84
|
onChange?: ((val: boolean) => any) | undefined;
|
|
85
85
|
"onUpdate:disabled"?: ((val: any) => any) | undefined;
|
|
86
86
|
}, {
|
|
87
|
-
disabled: boolean;
|
|
88
87
|
label: string;
|
|
88
|
+
disabled: boolean;
|
|
89
89
|
value: string;
|
|
90
90
|
modelValue: boolean;
|
|
91
91
|
size: number;
|
|
@@ -57,8 +57,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
57
57
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
58
58
|
onChange?: ((val: any) => any) | undefined;
|
|
59
59
|
}, {
|
|
60
|
-
modelValue: any[];
|
|
61
60
|
max: number;
|
|
61
|
+
modelValue: any[];
|
|
62
62
|
singleCheck: boolean;
|
|
63
63
|
}, {}>, {
|
|
64
64
|
default?(_: {}): any;
|
|
@@ -113,15 +113,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
113
113
|
onClose?: (() => any) | undefined;
|
|
114
114
|
}, {
|
|
115
115
|
title: string;
|
|
116
|
-
modelValue: boolean;
|
|
117
|
-
width: string;
|
|
118
116
|
padding: string;
|
|
119
|
-
|
|
117
|
+
modelValue: boolean;
|
|
120
118
|
top: string;
|
|
121
119
|
zIndex: number;
|
|
120
|
+
width: string;
|
|
122
121
|
isTitleCenter: boolean;
|
|
123
122
|
isFooterCenter: boolean;
|
|
124
123
|
canCloseByClickCover: boolean;
|
|
124
|
+
showClose: boolean;
|
|
125
125
|
bodyMaxH: string;
|
|
126
126
|
alignTop: boolean;
|
|
127
127
|
modal: boolean;
|
|
@@ -109,15 +109,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
109
109
|
onBeforeClose?: ((val: any) => any) | undefined;
|
|
110
110
|
}, {
|
|
111
111
|
title: string;
|
|
112
|
-
modelValue: boolean;
|
|
113
112
|
padding: string;
|
|
114
|
-
|
|
115
|
-
showClose: boolean;
|
|
113
|
+
modelValue: boolean;
|
|
116
114
|
direction: "ltr" | "rtl" | "ttb" | "btt";
|
|
117
115
|
zIndex: number;
|
|
116
|
+
size: string;
|
|
118
117
|
isTitleCenter: boolean;
|
|
119
118
|
isFooterCenter: boolean;
|
|
120
119
|
canCloseByClickCover: boolean;
|
|
120
|
+
showClose: boolean;
|
|
121
121
|
modal: boolean;
|
|
122
122
|
beforeClose: Function;
|
|
123
123
|
}, {}>, {
|
|
@@ -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;
|
|
@@ -161,15 +161,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
161
161
|
onBlur?: (() => any) | undefined;
|
|
162
162
|
onFocuse?: (() => any) | undefined;
|
|
163
163
|
}, {
|
|
164
|
+
type: string;
|
|
164
165
|
disabled: boolean;
|
|
166
|
+
max: number;
|
|
165
167
|
modelValue: string;
|
|
166
168
|
width: string | number;
|
|
167
|
-
clearable: boolean;
|
|
168
|
-
type: string;
|
|
169
|
-
placeholder: string;
|
|
170
|
-
max: number;
|
|
171
169
|
min: number;
|
|
170
|
+
placeholder: string;
|
|
172
171
|
maxlength: string;
|
|
172
|
+
clearable: boolean;
|
|
173
173
|
formatter: Function;
|
|
174
174
|
showPassword: boolean;
|
|
175
175
|
noSpaces: boolean;
|
|
@@ -87,12 +87,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
87
87
|
}>> & {
|
|
88
88
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
89
89
|
}, {
|
|
90
|
-
disabled: boolean;
|
|
91
90
|
type: "default" | "primary" | "success" | "info" | "warning" | "danger";
|
|
92
|
-
|
|
93
|
-
href: string;
|
|
91
|
+
disabled: boolean;
|
|
94
92
|
iconSize: string | number;
|
|
95
93
|
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;
|
|
@@ -167,10 +167,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
167
167
|
onPrevClick?: ((val: any) => any) | undefined;
|
|
168
168
|
onNextClick?: ((val: any) => any) | undefined;
|
|
169
169
|
}, {
|
|
170
|
-
disabled: boolean;
|
|
171
|
-
modelValue: Record<string, any>;
|
|
172
170
|
fontSize: string | number;
|
|
171
|
+
disabled: boolean;
|
|
173
172
|
iconSize: string | number;
|
|
173
|
+
modelValue: Record<string, any>;
|
|
174
174
|
background: boolean;
|
|
175
175
|
maxPageCount: number;
|
|
176
176
|
pageSizeList: any[];
|
|
@@ -123,8 +123,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
123
123
|
default: boolean;
|
|
124
124
|
};
|
|
125
125
|
}>>, {
|
|
126
|
-
fontSize: number;
|
|
127
126
|
type: "circle" | "line" | "dashboard";
|
|
127
|
+
fontSize: number;
|
|
128
128
|
bgColor: string;
|
|
129
129
|
color: string;
|
|
130
130
|
transitionDuration: number;
|
|
@@ -122,10 +122,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
122
122
|
onChange?: (() => any) | undefined;
|
|
123
123
|
}, {
|
|
124
124
|
disabled: boolean;
|
|
125
|
+
icon: string;
|
|
126
|
+
max: number;
|
|
125
127
|
modelValue: number;
|
|
126
128
|
size: number;
|
|
127
|
-
max: number;
|
|
128
|
-
icon: string;
|
|
129
129
|
allowHalf: boolean;
|
|
130
130
|
thresholds: any[];
|
|
131
131
|
defalutColor: string;
|
|
@@ -254,21 +254,21 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
254
254
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
255
255
|
onSelectCompleted?: (() => any) | undefined;
|
|
256
256
|
}, {
|
|
257
|
+
fontSize: string | number;
|
|
258
|
+
padding: string;
|
|
257
259
|
disabled: boolean;
|
|
258
260
|
modelValue: string | any[];
|
|
261
|
+
width: string | number;
|
|
262
|
+
multiple: boolean;
|
|
263
|
+
clearable: boolean;
|
|
259
264
|
options: any[];
|
|
260
|
-
labelKey: string;
|
|
261
265
|
valueKey: string;
|
|
262
|
-
|
|
266
|
+
labelKey: string;
|
|
263
267
|
ddbWidth: string | number;
|
|
264
|
-
fontSize: string | number;
|
|
265
|
-
padding: string;
|
|
266
268
|
scrollMaxH: string;
|
|
267
269
|
filterable: boolean;
|
|
268
270
|
remote: boolean;
|
|
269
271
|
remoteMethod: Function;
|
|
270
|
-
multiple: boolean;
|
|
271
|
-
clearable: boolean;
|
|
272
272
|
collapseTags: boolean;
|
|
273
273
|
collapseTagsTooltip: boolean;
|
|
274
274
|
isCascader: boolean;
|
|
@@ -208,11 +208,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
208
208
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
209
209
|
}, {
|
|
210
210
|
disabled: boolean;
|
|
211
|
+
max: number;
|
|
211
212
|
modelValue: number;
|
|
212
213
|
width: string;
|
|
213
|
-
size: "" | "default" | "small" | "large";
|
|
214
|
-
max: number;
|
|
215
214
|
height: string;
|
|
215
|
+
size: "" | "default" | "small" | "large";
|
|
216
216
|
vertical: boolean;
|
|
217
217
|
min: number;
|
|
218
218
|
step: number;
|
|
@@ -146,11 +146,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
146
146
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
147
147
|
}, {
|
|
148
148
|
data: any[];
|
|
149
|
-
modelValue: string | number;
|
|
150
|
-
valueKey: string;
|
|
151
149
|
fontSize: string | number;
|
|
150
|
+
modelValue: string | number;
|
|
152
151
|
color: string;
|
|
153
152
|
center: boolean;
|
|
153
|
+
valueKey: string;
|
|
154
154
|
lineSize: string | number;
|
|
155
155
|
orientation: "horizontal" | "vertical";
|
|
156
156
|
pointSize: string | number;
|
|
@@ -110,10 +110,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
110
110
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
111
111
|
}, {
|
|
112
112
|
disabled: boolean;
|
|
113
|
+
loading: boolean;
|
|
113
114
|
modelValue: string | number | boolean;
|
|
114
115
|
width: string | number;
|
|
115
116
|
height: string | number;
|
|
116
|
-
loading: boolean;
|
|
117
117
|
activeColor: string;
|
|
118
118
|
activeValue: string | number | boolean;
|
|
119
119
|
inactiveValue: string | number | boolean;
|
|
@@ -65,11 +65,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
65
65
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
66
66
|
onClose?: (() => any) | undefined;
|
|
67
67
|
}, {
|
|
68
|
-
|
|
68
|
+
type: "primary" | "success" | "info" | "warning" | "danger";
|
|
69
69
|
fontSize: string | number;
|
|
70
70
|
padding: string;
|
|
71
|
-
type: "primary" | "success" | "info" | "warning" | "danger";
|
|
72
71
|
round: boolean;
|
|
72
|
+
modelValue: boolean;
|
|
73
73
|
effect: "plain" | "light" | "dark";
|
|
74
74
|
closable: boolean;
|
|
75
75
|
}, {}>, {
|
|
@@ -142,10 +142,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
142
142
|
onCompleted?: (() => any) | undefined;
|
|
143
143
|
}, {
|
|
144
144
|
modelValue: any[];
|
|
145
|
+
multiple: boolean;
|
|
145
146
|
options: any[];
|
|
146
|
-
labelKey: string;
|
|
147
147
|
valueKey: string;
|
|
148
|
-
|
|
148
|
+
labelKey: string;
|
|
149
149
|
levelW: string;
|
|
150
150
|
levelH: string;
|
|
151
151
|
expandTrigger: string;
|
|
@@ -29,8 +29,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
29
29
|
}>> & {
|
|
30
30
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
31
31
|
}, {
|
|
32
|
-
disabled: boolean;
|
|
33
32
|
title: string;
|
|
33
|
+
disabled: boolean;
|
|
34
34
|
identifier: string | number;
|
|
35
35
|
}, {}>, {
|
|
36
36
|
title?(_: {}): any;
|
|
@@ -177,9 +177,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
177
177
|
}, {
|
|
178
178
|
disabled: boolean;
|
|
179
179
|
modelValue: boolean;
|
|
180
|
-
clearable: boolean;
|
|
181
180
|
placeholder: string;
|
|
182
181
|
format: string;
|
|
182
|
+
clearable: boolean;
|
|
183
183
|
prefixIcon: string;
|
|
184
184
|
suffixIcon: string;
|
|
185
185
|
readonly: boolean;
|
|
@@ -10,11 +10,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
12
|
size: {
|
|
13
|
-
type: (StringConstructor |
|
|
13
|
+
type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
16
|
hoverSize: {
|
|
17
|
-
type: (StringConstructor |
|
|
17
|
+
type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
20
|
fillColor: {
|
|
@@ -53,7 +53,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
53
53
|
type: BooleanConstructor;
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
56
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
57
|
+
error: () => void;
|
|
58
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
57
59
|
src: {
|
|
58
60
|
type: StringConstructor;
|
|
59
61
|
default: string;
|
|
@@ -63,11 +65,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
63
65
|
default: string;
|
|
64
66
|
};
|
|
65
67
|
size: {
|
|
66
|
-
type: (StringConstructor |
|
|
68
|
+
type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
67
69
|
default: string;
|
|
68
70
|
};
|
|
69
71
|
hoverSize: {
|
|
70
|
-
type: (StringConstructor |
|
|
72
|
+
type: (StringConstructor | NumberConstructor | ArrayConstructor)[];
|
|
71
73
|
default: string;
|
|
72
74
|
};
|
|
73
75
|
fillColor: {
|
|
@@ -106,7 +108,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
106
108
|
type: BooleanConstructor;
|
|
107
109
|
default: boolean;
|
|
108
110
|
};
|
|
109
|
-
}
|
|
111
|
+
}>> & {
|
|
112
|
+
onError?: (() => any) | undefined;
|
|
113
|
+
}, {
|
|
110
114
|
type: "img" | "svgicon";
|
|
111
115
|
src: string;
|
|
112
116
|
size: string | number | unknown[];
|
|
@@ -106,11 +106,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
106
106
|
};
|
|
107
107
|
}>>, {
|
|
108
108
|
text: string;
|
|
109
|
+
icon: string;
|
|
110
|
+
iconSize: number;
|
|
109
111
|
target: HTMLElement;
|
|
110
112
|
bgColor: string;
|
|
111
113
|
zIndex: number;
|
|
112
|
-
icon: string;
|
|
113
|
-
iconSize: number;
|
|
114
114
|
iconColor: string;
|
|
115
115
|
textAlign: "horizontal-center" | "vertical-center";
|
|
116
116
|
textColor: string;
|
|
@@ -87,9 +87,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
87
87
|
}>> & {
|
|
88
88
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
89
89
|
}, {
|
|
90
|
+
type: "default" | "success" | "warning" | "danger";
|
|
90
91
|
fontSize: number;
|
|
91
92
|
padding: string;
|
|
92
|
-
type: "default" | "success" | "warning" | "danger";
|
|
93
93
|
top: number;
|
|
94
94
|
maxWidth: number;
|
|
95
95
|
maxHeight: number;
|
|
@@ -54,7 +54,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
54
54
|
default: string;
|
|
55
55
|
};
|
|
56
56
|
rowStyle: {
|
|
57
|
-
type: (
|
|
57
|
+
type: (ObjectConstructor | FunctionConstructor)[];
|
|
58
58
|
default(): {};
|
|
59
59
|
};
|
|
60
60
|
cellClassName: {
|
|
@@ -62,7 +62,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
64
64
|
cellStyle: {
|
|
65
|
-
type: (
|
|
65
|
+
type: (ObjectConstructor | FunctionConstructor)[];
|
|
66
66
|
default(): {};
|
|
67
67
|
};
|
|
68
68
|
headerRowClassName: {
|
|
@@ -70,7 +70,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
70
70
|
default: string;
|
|
71
71
|
};
|
|
72
72
|
headerRowStyle: {
|
|
73
|
-
type: (
|
|
73
|
+
type: (ObjectConstructor | FunctionConstructor)[];
|
|
74
74
|
default(): {};
|
|
75
75
|
};
|
|
76
76
|
headerCellClassName: {
|
|
@@ -78,7 +78,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
78
78
|
default: string;
|
|
79
79
|
};
|
|
80
80
|
headerCellStyle: {
|
|
81
|
-
type: (
|
|
81
|
+
type: (ObjectConstructor | FunctionConstructor)[];
|
|
82
82
|
default(): {};
|
|
83
83
|
};
|
|
84
84
|
rowKey: {
|
|
@@ -231,7 +231,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
231
231
|
default: string;
|
|
232
232
|
};
|
|
233
233
|
rowStyle: {
|
|
234
|
-
type: (
|
|
234
|
+
type: (ObjectConstructor | FunctionConstructor)[];
|
|
235
235
|
default(): {};
|
|
236
236
|
};
|
|
237
237
|
cellClassName: {
|
|
@@ -239,7 +239,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
239
239
|
default: string;
|
|
240
240
|
};
|
|
241
241
|
cellStyle: {
|
|
242
|
-
type: (
|
|
242
|
+
type: (ObjectConstructor | FunctionConstructor)[];
|
|
243
243
|
default(): {};
|
|
244
244
|
};
|
|
245
245
|
headerRowClassName: {
|
|
@@ -247,7 +247,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
247
247
|
default: string;
|
|
248
248
|
};
|
|
249
249
|
headerRowStyle: {
|
|
250
|
-
type: (
|
|
250
|
+
type: (ObjectConstructor | FunctionConstructor)[];
|
|
251
251
|
default(): {};
|
|
252
252
|
};
|
|
253
253
|
headerCellClassName: {
|
|
@@ -255,7 +255,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
255
255
|
default: string;
|
|
256
256
|
};
|
|
257
257
|
headerCellStyle: {
|
|
258
|
-
type: (
|
|
258
|
+
type: (ObjectConstructor | FunctionConstructor)[];
|
|
259
259
|
default(): {};
|
|
260
260
|
};
|
|
261
261
|
rowKey: {
|
|
@@ -357,8 +357,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
357
357
|
}, {
|
|
358
358
|
data: Record<string, any>;
|
|
359
359
|
modelValue: boolean;
|
|
360
|
-
size: "" | "default" | "small" | "large";
|
|
361
360
|
height: string | number;
|
|
361
|
+
size: "" | "default" | "small" | "large";
|
|
362
362
|
load: Function;
|
|
363
363
|
maxHeight: string | number;
|
|
364
364
|
stripe: boolean;
|
|
@@ -47,7 +47,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
47
47
|
default: null;
|
|
48
48
|
};
|
|
49
49
|
sortBy: {
|
|
50
|
-
type: (StringConstructor |
|
|
50
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
51
51
|
default: null;
|
|
52
52
|
};
|
|
53
53
|
sortOrders: {
|
|
@@ -160,7 +160,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
160
160
|
default: null;
|
|
161
161
|
};
|
|
162
162
|
sortBy: {
|
|
163
|
-
type: (StringConstructor |
|
|
163
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
164
164
|
default: null;
|
|
165
165
|
};
|
|
166
166
|
sortOrders: {
|
|
@@ -227,9 +227,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
227
227
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
228
228
|
}, {
|
|
229
229
|
label: string;
|
|
230
|
-
width: string | number;
|
|
231
230
|
type: "default" | "index" | "selection" | "expand";
|
|
232
231
|
fixed: string | boolean;
|
|
232
|
+
width: string | number;
|
|
233
233
|
index: number | Function;
|
|
234
234
|
align: "left" | "right" | "center";
|
|
235
235
|
prop: string;
|
|
@@ -45,8 +45,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
45
45
|
}>> & {
|
|
46
46
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
47
47
|
}, {
|
|
48
|
-
disabled: boolean;
|
|
49
48
|
label: string;
|
|
49
|
+
disabled: boolean;
|
|
50
50
|
closable: boolean;
|
|
51
51
|
identifier: string | number;
|
|
52
52
|
lazy: boolean;
|
|
@@ -157,11 +157,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
157
157
|
onTabRemove?: (() => any) | undefined;
|
|
158
158
|
onTabAdd?: (() => any) | undefined;
|
|
159
159
|
}, {
|
|
160
|
-
modelValue: string | number;
|
|
161
|
-
fontSize: string | number;
|
|
162
160
|
type: "" | "card" | "border-card";
|
|
163
|
-
|
|
161
|
+
fontSize: string | number;
|
|
164
162
|
fontWeight: string;
|
|
163
|
+
modelValue: string | number;
|
|
164
|
+
color: string;
|
|
165
165
|
activeColor: string;
|
|
166
166
|
closable: boolean;
|
|
167
167
|
editable: boolean;
|
|
@@ -147,11 +147,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
147
147
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
148
148
|
onChange?: ((val: any) => any) | undefined;
|
|
149
149
|
}, {
|
|
150
|
-
labelKey: string;
|
|
151
|
-
valueKey: string;
|
|
152
150
|
fontSize: number;
|
|
153
|
-
checkStrictly: boolean;
|
|
154
151
|
singleCheck: boolean;
|
|
152
|
+
valueKey: string;
|
|
153
|
+
labelKey: string;
|
|
154
|
+
checkStrictly: boolean;
|
|
155
155
|
accordion: boolean;
|
|
156
156
|
childrenKey: string;
|
|
157
157
|
multipleCheck: boolean;
|
|
@@ -99,11 +99,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
99
99
|
onToggle?: ((val: any) => any) | undefined;
|
|
100
100
|
onClickChange?: ((val: any) => any) | undefined;
|
|
101
101
|
}, {
|
|
102
|
-
labelKey: string;
|
|
103
|
-
valueKey: string;
|
|
104
102
|
fontSize: number;
|
|
105
|
-
checkStrictly: boolean;
|
|
106
103
|
singleCheck: boolean;
|
|
104
|
+
valueKey: string;
|
|
105
|
+
labelKey: string;
|
|
106
|
+
checkStrictly: boolean;
|
|
107
107
|
accordion: boolean;
|
|
108
108
|
childrenKey: string;
|
|
109
109
|
isExpanded: boolean;
|
|
@@ -219,21 +219,21 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
219
219
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
220
220
|
onSelectCompleted?: (() => any) | undefined;
|
|
221
221
|
}, {
|
|
222
|
+
fontSize: string | number;
|
|
223
|
+
padding: string;
|
|
222
224
|
disabled: boolean;
|
|
223
225
|
modelValue: string | number | any[];
|
|
226
|
+
width: string | number;
|
|
227
|
+
multiple: boolean;
|
|
228
|
+
clearable: boolean;
|
|
224
229
|
options: any[];
|
|
225
|
-
labelKey: string;
|
|
226
230
|
valueKey: string;
|
|
227
|
-
|
|
231
|
+
labelKey: string;
|
|
232
|
+
checkStrictly: boolean;
|
|
228
233
|
ddbWidth: string | number;
|
|
229
|
-
fontSize: string | number;
|
|
230
|
-
padding: string;
|
|
231
234
|
scrollMaxH: string;
|
|
232
|
-
multiple: boolean;
|
|
233
|
-
clearable: boolean;
|
|
234
235
|
collapseTags: boolean;
|
|
235
236
|
collapseTagsTooltip: boolean;
|
|
236
|
-
checkStrictly: boolean;
|
|
237
237
|
accordion: boolean;
|
|
238
238
|
childrenKey: string;
|
|
239
239
|
defaultExpandedKey: number;
|