@vunk/form 1.4.4 → 1.4.6
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/components/button/src/ctx.d.ts +7 -7
- package/components/button/src/index.vue.d.ts +167 -200
- package/components/button/src/types.d.ts +1 -1
- package/components/cascader/index.cjs +3 -3
- package/components/cascader/index.mjs +3 -3
- package/components/cascader/src/ctx.d.ts +17 -6
- package/components/cascader/src/index.vue.d.ts +41 -13662
- package/components/checkbox/index.cjs +4 -4
- package/components/checkbox/index.mjs +4 -4
- package/components/checkbox/src/ctx.d.ts +4 -4
- package/components/checkbox/src/index.vue.d.ts +496 -481
- package/components/color-picker/index.cjs +2 -2
- package/components/color-picker/index.mjs +2 -2
- package/components/color-picker/src/ctx.d.ts +6 -6
- package/components/color-picker/src/index.vue.d.ts +15 -10959
- package/components/date-picker/index.cjs +1 -2
- package/components/date-picker/index.mjs +1 -2
- package/components/date-picker/src/ctx.d.ts +18 -10
- package/components/date-picker/src/index.vue.d.ts +96 -60
- package/components/date-picker/src/types.d.ts +1 -1
- package/components/date-picker-range/src/ctx.d.ts +16 -8
- package/components/date-picker-range/src/index.vue.d.ts +38 -20
- package/components/date-picker-range/src/types.d.ts +2 -2
- package/components/download-plus/src/ctx.d.ts +2 -2
- package/components/download-plus/src/index.vue.d.ts +451 -516
- package/components/esri-input-geojson/src/append.vue.d.ts +370 -1801
- package/components/esri-input-geojson/src/ctx.d.ts +20 -14
- package/components/esri-input-geojson/src/index.vue.d.ts +53 -41
- package/components/esri-input-geojson/src/types.d.ts +1 -1
- package/components/form/index.cjs +1 -1
- package/components/form/index.mjs +1 -1
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +313 -376
- package/components/form-item/src/ctx.d.ts +3 -3
- package/components/form-item/src/index.vue.d.ts +109 -126
- package/components/form-item-renderer/index.cjs +1 -0
- package/components/form-item-renderer/index.mjs +1 -0
- package/components/form-item-renderer/src/types.d.ts +1 -0
- package/components/geoinput/src/ctx.d.ts +18 -12
- package/components/geoinput/src/index.vue.d.ts +43 -31
- package/components/geoinput/src/types.d.ts +1 -1
- package/components/geoinput-read/src/append.vue.d.ts +220 -262
- package/components/geoinput-read/src/core.vue.d.ts +86 -81
- package/components/geoinput-read/src/ctx.d.ts +20 -14
- package/components/geoinput-read/src/index.vue.d.ts +129 -112
- package/components/geoinput-update/src/append.vue.d.ts +370 -1801
- package/components/geoinput-update/src/ctx.d.ts +20 -14
- package/components/geoinput-update/src/index.vue.d.ts +211 -388
- package/components/input/index.cjs +3 -7
- package/components/input/index.mjs +3 -7
- package/components/input/src/ctx.d.ts +21 -15
- package/components/input/src/index.vue.d.ts +314 -331
- package/components/input/src/types.d.ts +1 -1
- package/components/input-collection/src/ctx.d.ts +2 -2
- package/components/input-collection/src/index.vue.d.ts +267 -334
- package/components/input-collection/src/types.d.ts +1 -1
- package/components/input-link/index.cjs +7 -7
- package/components/input-link/index.mjs +7 -7
- package/components/input-link/src/ctx.d.ts +18 -12
- package/components/input-link/src/index.vue.d.ts +43 -31
- package/components/input-number/index.cjs +4 -4
- package/components/input-number/index.mjs +4 -4
- package/components/input-number/src/ctx.d.ts +6 -6
- package/components/input-number/src/index.vue.d.ts +107 -1483
- package/components/monaco-editor/src/ctx.d.ts +2 -2
- package/components/monaco-editor/src/index.vue.d.ts +5 -5
- package/components/monaco-editor/src/types.d.ts +1 -1
- package/components/radio/index.cjs +4 -4
- package/components/radio/index.mjs +4 -4
- package/components/radio/src/ctx.d.ts +6 -6
- package/components/radio/src/index.vue.d.ts +317 -303
- package/components/select/src/ctx.d.ts +2 -2
- package/components/select/src/index.vue.d.ts +33 -12877
- package/components/slider/src/ctx.d.ts +12 -12
- package/components/slider/src/index.vue.d.ts +29 -31
- package/components/switch/index.cjs +6 -7
- package/components/switch/index.mjs +6 -7
- package/components/switch/src/ctx.d.ts +11 -11
- package/components/switch/src/index.vue.d.ts +157 -206
- package/components/templates-default/index.cjs +0 -2
- package/components/templates-default/index.mjs +0 -2
- package/components/templates-default/src/index.vue.d.ts +2 -22
- package/components/templates-element-plus/src/index.vue.d.ts +92 -144
- package/components/templates-layout/index.cjs +1 -1
- package/components/templates-layout/index.mjs +1 -1
- package/components/templates-layout/src/index.vue.d.ts +107 -95
- package/components/upload/src/ctx.d.ts +7 -7
- package/components/upload/src/file.vue.d.ts +136 -193
- package/components/upload/src/index.vue.d.ts +386 -1888
- package/components/upload/src/types.d.ts +5 -0
- package/components/upload-plus/src/ctx.d.ts +2 -2
- package/components/upload-plus/src/index.vue.d.ts +484 -556
- package/components/van-cascader/src/ctx.d.ts +15 -4
- package/components/van-cascader/src/index.vue.d.ts +960 -10948
- package/components/var-datetime-picker/src/const.d.ts +1 -1
- package/components/var-datetime-picker/src/ctx.d.ts +2 -2
- package/components/var-datetime-picker/src/index.vue.d.ts +157 -212
- package/components/var-datetime-picker/src/types.d.ts +1 -1
- package/components/vditor/src/ctx.d.ts +2 -2
- package/components/vditor/src/index.vue.d.ts +5 -5
- package/components/vditor/src/types.d.ts +1 -1
- package/package.json +1 -1
- package/shared/const/index.d.ts +0 -4
- package/shared/element-plus/ctx.d.ts +0 -26
- package/shared/element-plus/index.d.ts +0 -3
- package/shared/element-plus/instances.d.ts +0 -195
- package/shared/element-plus/version.d.ts +0 -1
- package/shared/form/index.d.ts +0 -18
- package/shared/helper/index.d.ts +0 -4
- package/shared/index.d.ts +0 -2
- package/shared/infer-prop/index.d.ts +0 -17
- package/shared/progress-it/index.d.ts +0 -16
- package/shared/rules/index.d.ts +0 -35
- package/shared/types/form/checkbox.d.ts +0 -13
- package/shared/types/form/index.d.ts +0 -2
- package/shared/types/form/radio.d.ts +0 -8
- package/shared/types/index.d.ts +0 -2
- package/shared/types/source/index.d.ts +0 -21
- package/shared/types/source-manager/index.d.ts +0 -6
- package/shared/upload/index.d.ts +0 -7
|
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
42
42
|
label: StringConstructor;
|
|
43
43
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
44
44
|
prop: {
|
|
45
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
45
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
46
46
|
readonly required: false;
|
|
47
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
48
|
__epPropKey: true;
|
|
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
55
|
};
|
|
56
56
|
error: StringConstructor;
|
|
57
57
|
validateStatus: {
|
|
58
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
58
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
59
59
|
readonly required: false;
|
|
60
60
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
61
61
|
__epPropKey: true;
|
|
@@ -114,7 +114,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
114
114
|
label: StringConstructor;
|
|
115
115
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
116
116
|
prop: {
|
|
117
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
117
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
118
118
|
readonly required: false;
|
|
119
119
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
120
120
|
__epPropKey: true;
|
|
@@ -127,7 +127,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
127
127
|
};
|
|
128
128
|
error: StringConstructor;
|
|
129
129
|
validateStatus: {
|
|
130
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
130
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
131
131
|
readonly required: false;
|
|
132
132
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
133
133
|
__epPropKey: true;
|
|
@@ -139,7 +139,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
139
139
|
"onUpdate:modelValue"?: (...args: any[] | unknown[]) => any;
|
|
140
140
|
}>, {
|
|
141
141
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
142
|
-
formItemSize: "
|
|
142
|
+
formItemSize: "small" | "default" | "large";
|
|
143
143
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
144
144
|
inline: boolean;
|
|
145
145
|
readonly: boolean;
|
|
@@ -153,11 +153,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
153
153
|
}, {}, {
|
|
154
154
|
ElTable: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
155
155
|
data: {
|
|
156
|
-
type: import("vue").PropType<
|
|
156
|
+
type: import("vue").PropType<import("element-plus/es/components/table/src/table/defaults").DefaultRow[]>;
|
|
157
157
|
default: () => never[];
|
|
158
158
|
};
|
|
159
159
|
size: {
|
|
160
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
160
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
161
161
|
readonly required: false;
|
|
162
162
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
163
163
|
__epPropKey: true;
|
|
@@ -171,39 +171,31 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
171
171
|
};
|
|
172
172
|
stripe: BooleanConstructor;
|
|
173
173
|
border: BooleanConstructor;
|
|
174
|
-
rowKey: import("vue").PropType<
|
|
174
|
+
rowKey: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowKey"]>;
|
|
175
175
|
showHeader: {
|
|
176
176
|
type: BooleanConstructor;
|
|
177
177
|
default: boolean;
|
|
178
178
|
};
|
|
179
179
|
showSummary: BooleanConstructor;
|
|
180
180
|
sumText: StringConstructor;
|
|
181
|
-
summaryMethod: import("vue").PropType<import("element-plus").
|
|
182
|
-
rowClassName: import("vue").PropType<import("element-plus").
|
|
183
|
-
rowStyle: import("vue").PropType<import("element-plus").
|
|
184
|
-
cellClassName: import("vue").PropType<import("element-plus").
|
|
185
|
-
cellStyle: import("vue").PropType<import("element-plus").
|
|
186
|
-
headerRowClassName: import("vue").PropType<import("element-plus").
|
|
187
|
-
headerRowStyle: import("vue").PropType<import("element-plus").
|
|
188
|
-
headerCellClassName: import("vue").PropType<import("element-plus").
|
|
189
|
-
headerCellStyle: import("vue").PropType<import("element-plus").
|
|
181
|
+
summaryMethod: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["summaryMethod"]>;
|
|
182
|
+
rowClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowClassName"]>;
|
|
183
|
+
rowStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowStyle"]>;
|
|
184
|
+
cellClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["cellClassName"]>;
|
|
185
|
+
cellStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["cellStyle"]>;
|
|
186
|
+
headerRowClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerRowClassName"]>;
|
|
187
|
+
headerRowStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerRowStyle"]>;
|
|
188
|
+
headerCellClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerCellClassName"]>;
|
|
189
|
+
headerCellStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerCellStyle"]>;
|
|
190
190
|
highlightCurrentRow: BooleanConstructor;
|
|
191
191
|
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
192
192
|
emptyText: StringConstructor;
|
|
193
|
-
expandRowKeys: import("vue").PropType<
|
|
193
|
+
expandRowKeys: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["expandRowKeys"]>;
|
|
194
194
|
defaultExpandAll: BooleanConstructor;
|
|
195
|
-
defaultSort: import("vue").PropType<import("element-plus").
|
|
195
|
+
defaultSort: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["defaultSort"]>;
|
|
196
196
|
tooltipEffect: StringConstructor;
|
|
197
|
-
tooltipOptions: import("vue").PropType<
|
|
198
|
-
spanMethod: import("vue").PropType<((
|
|
199
|
-
row: any;
|
|
200
|
-
rowIndex: number;
|
|
201
|
-
column: import("element-plus/es/components/table/src/table-column/defaults").TableColumnCtx<any>;
|
|
202
|
-
columnIndex: number;
|
|
203
|
-
}) => number[] | {
|
|
204
|
-
rowspan: number;
|
|
205
|
-
colspan: number;
|
|
206
|
-
} | undefined) | undefined>;
|
|
197
|
+
tooltipOptions: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["tooltipOptions"]>;
|
|
198
|
+
spanMethod: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["spanMethod"]>;
|
|
207
199
|
selectOnIndeterminate: {
|
|
208
200
|
type: BooleanConstructor;
|
|
209
201
|
default: boolean;
|
|
@@ -213,17 +205,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
213
205
|
default: number;
|
|
214
206
|
};
|
|
215
207
|
treeProps: {
|
|
216
|
-
type: import("vue").PropType<
|
|
217
|
-
hasChildren?: string | undefined;
|
|
218
|
-
children?: string | undefined;
|
|
219
|
-
} | undefined>;
|
|
208
|
+
type: import("vue").PropType<import("element-plus/es/components/table/src/table/defaults").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["treeProps"]>;
|
|
220
209
|
default: () => {
|
|
221
210
|
hasChildren: string;
|
|
222
211
|
children: string;
|
|
212
|
+
checkStrictly: boolean;
|
|
223
213
|
};
|
|
224
214
|
};
|
|
225
215
|
lazy: BooleanConstructor;
|
|
226
|
-
load: import("vue").PropType<(
|
|
216
|
+
load: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["load"]>;
|
|
227
217
|
style: {
|
|
228
218
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
229
219
|
default: () => {};
|
|
@@ -233,22 +223,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
233
223
|
default: string;
|
|
234
224
|
};
|
|
235
225
|
tableLayout: {
|
|
236
|
-
type: import("vue").PropType<"
|
|
226
|
+
type: import("vue").PropType<"fixed" | "auto">;
|
|
237
227
|
default: string;
|
|
238
228
|
};
|
|
239
229
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
240
230
|
flexible: BooleanConstructor;
|
|
241
|
-
showOverflowTooltip: import("vue").PropType<
|
|
231
|
+
showOverflowTooltip: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["showOverflowTooltip"]>;
|
|
232
|
+
appendFilterPanelTo: StringConstructor;
|
|
233
|
+
scrollbarTabindex: {
|
|
234
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
235
|
+
default: undefined;
|
|
236
|
+
};
|
|
242
237
|
}, {
|
|
243
238
|
ns: {
|
|
244
239
|
namespace: import("vue").ComputedRef<string>;
|
|
245
240
|
b: (blockSuffix?: string) => string;
|
|
246
|
-
e: (element?: string
|
|
247
|
-
m: (modifier?: string
|
|
248
|
-
be: (blockSuffix?: string
|
|
249
|
-
em: (element?: string
|
|
250
|
-
bm: (blockSuffix?: string
|
|
251
|
-
bem: (blockSuffix?: string
|
|
241
|
+
e: (element?: string) => string;
|
|
242
|
+
m: (modifier?: string) => string;
|
|
243
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
244
|
+
em: (element?: string, modifier?: string) => string;
|
|
245
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
246
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
252
247
|
is: {
|
|
253
248
|
(name: string, state: boolean | undefined): string;
|
|
254
249
|
(name: string): string;
|
|
@@ -260,18 +255,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
260
255
|
};
|
|
261
256
|
layout: import("element-plus/es/components/table/src/table-layout").default<any>;
|
|
262
257
|
store: any;
|
|
258
|
+
columns: import("vue").ComputedRef<import("element-plus").TableColumnCtx<unknown>>;
|
|
263
259
|
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
264
260
|
handleMouseLeave: () => void;
|
|
265
261
|
tableId: string;
|
|
266
|
-
tableSize: import("vue").ComputedRef<"" | "
|
|
262
|
+
tableSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
267
263
|
isHidden: import("vue").Ref<boolean>;
|
|
268
264
|
isEmpty: import("vue").ComputedRef<boolean>;
|
|
269
265
|
renderExpanded: import("vue").Ref<null>;
|
|
270
266
|
resizeProxyVisible: import("vue").Ref<boolean>;
|
|
271
267
|
resizeState: import("vue").Ref<{
|
|
272
|
-
width:
|
|
273
|
-
height:
|
|
274
|
-
headerHeight:
|
|
268
|
+
width: null | number;
|
|
269
|
+
height: null | number;
|
|
270
|
+
headerHeight: null | number;
|
|
275
271
|
}>;
|
|
276
272
|
isGroup: import("vue").Ref<boolean>;
|
|
277
273
|
bodyWidth: import("vue").ComputedRef<string>;
|
|
@@ -286,34 +282,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
286
282
|
handleFixedMousewheel: (event: any, data: any) => void;
|
|
287
283
|
setCurrentRow: (row: any) => void;
|
|
288
284
|
getSelectionRows: () => any;
|
|
289
|
-
toggleRowSelection: (row: any, selected
|
|
285
|
+
toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
|
|
290
286
|
clearSelection: () => void;
|
|
291
|
-
clearFilter: (columnKeys?: string[]
|
|
287
|
+
clearFilter: (columnKeys?: string[]) => void;
|
|
292
288
|
toggleAllSelection: () => void;
|
|
293
|
-
toggleRowExpansion: (row: any, expanded?: boolean
|
|
289
|
+
toggleRowExpansion: (row: any, expanded?: boolean) => void;
|
|
294
290
|
clearSort: () => void;
|
|
295
291
|
doLayout: () => void;
|
|
296
292
|
sort: (prop: string, order: string) => void;
|
|
293
|
+
updateKeyChildren: (key: string, data: any[]) => void;
|
|
297
294
|
t: import("element-plus").Translator;
|
|
298
295
|
setDragVisible: (visible: boolean) => void;
|
|
299
296
|
context: import("element-plus").Table<any>;
|
|
300
297
|
computedSumText: import("vue").ComputedRef<string>;
|
|
301
298
|
computedEmptyText: import("vue").ComputedRef<string>;
|
|
302
|
-
tableLayout: import("vue").ComputedRef<("
|
|
299
|
+
tableLayout: import("vue").ComputedRef<("fixed" | "auto") | undefined>;
|
|
303
300
|
scrollbarViewStyle: {
|
|
304
301
|
display: string;
|
|
305
302
|
verticalAlign: string;
|
|
306
303
|
};
|
|
307
|
-
tableInnerStyle: import("vue").ComputedRef<{
|
|
308
|
-
height: string | number;
|
|
309
|
-
maxHeight?: undefined;
|
|
310
|
-
} | {
|
|
311
|
-
maxHeight: string | number;
|
|
312
|
-
height?: undefined;
|
|
313
|
-
} | {
|
|
314
|
-
height?: undefined;
|
|
315
|
-
maxHeight?: undefined;
|
|
316
|
-
}>;
|
|
317
304
|
scrollbarStyle: import("vue").ComputedRef<{
|
|
318
305
|
height: string;
|
|
319
306
|
maxHeight?: undefined;
|
|
@@ -325,16 +312,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
325
312
|
maxHeight?: undefined;
|
|
326
313
|
}>;
|
|
327
314
|
scrollBarRef: import("vue").Ref<any>;
|
|
328
|
-
scrollTo: (options:
|
|
329
|
-
setScrollLeft: (left?: number
|
|
330
|
-
setScrollTop: (top?: number
|
|
315
|
+
scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
|
|
316
|
+
setScrollLeft: (left?: number) => void;
|
|
317
|
+
setScrollTop: (top?: number) => void;
|
|
331
318
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "select-all" | "expand-change" | "current-change" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "header-dragend")[], "select" | "select-all" | "expand-change" | "current-change" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "header-dragend", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
332
319
|
data: {
|
|
333
|
-
type: import("vue").PropType<
|
|
320
|
+
type: import("vue").PropType<import("element-plus/es/components/table/src/table/defaults").DefaultRow[]>;
|
|
334
321
|
default: () => never[];
|
|
335
322
|
};
|
|
336
323
|
size: {
|
|
337
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
324
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
338
325
|
readonly required: false;
|
|
339
326
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
340
327
|
__epPropKey: true;
|
|
@@ -348,39 +335,31 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
348
335
|
};
|
|
349
336
|
stripe: BooleanConstructor;
|
|
350
337
|
border: BooleanConstructor;
|
|
351
|
-
rowKey: import("vue").PropType<
|
|
338
|
+
rowKey: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowKey"]>;
|
|
352
339
|
showHeader: {
|
|
353
340
|
type: BooleanConstructor;
|
|
354
341
|
default: boolean;
|
|
355
342
|
};
|
|
356
343
|
showSummary: BooleanConstructor;
|
|
357
344
|
sumText: StringConstructor;
|
|
358
|
-
summaryMethod: import("vue").PropType<import("element-plus").
|
|
359
|
-
rowClassName: import("vue").PropType<import("element-plus").
|
|
360
|
-
rowStyle: import("vue").PropType<import("element-plus").
|
|
361
|
-
cellClassName: import("vue").PropType<import("element-plus").
|
|
362
|
-
cellStyle: import("vue").PropType<import("element-plus").
|
|
363
|
-
headerRowClassName: import("vue").PropType<import("element-plus").
|
|
364
|
-
headerRowStyle: import("vue").PropType<import("element-plus").
|
|
365
|
-
headerCellClassName: import("vue").PropType<import("element-plus").
|
|
366
|
-
headerCellStyle: import("vue").PropType<import("element-plus").
|
|
345
|
+
summaryMethod: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["summaryMethod"]>;
|
|
346
|
+
rowClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowClassName"]>;
|
|
347
|
+
rowStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowStyle"]>;
|
|
348
|
+
cellClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["cellClassName"]>;
|
|
349
|
+
cellStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["cellStyle"]>;
|
|
350
|
+
headerRowClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerRowClassName"]>;
|
|
351
|
+
headerRowStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerRowStyle"]>;
|
|
352
|
+
headerCellClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerCellClassName"]>;
|
|
353
|
+
headerCellStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerCellStyle"]>;
|
|
367
354
|
highlightCurrentRow: BooleanConstructor;
|
|
368
355
|
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
369
356
|
emptyText: StringConstructor;
|
|
370
|
-
expandRowKeys: import("vue").PropType<
|
|
357
|
+
expandRowKeys: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["expandRowKeys"]>;
|
|
371
358
|
defaultExpandAll: BooleanConstructor;
|
|
372
|
-
defaultSort: import("vue").PropType<import("element-plus").
|
|
359
|
+
defaultSort: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["defaultSort"]>;
|
|
373
360
|
tooltipEffect: StringConstructor;
|
|
374
|
-
tooltipOptions: import("vue").PropType<
|
|
375
|
-
spanMethod: import("vue").PropType<((
|
|
376
|
-
row: any;
|
|
377
|
-
rowIndex: number;
|
|
378
|
-
column: import("element-plus/es/components/table/src/table-column/defaults").TableColumnCtx<any>;
|
|
379
|
-
columnIndex: number;
|
|
380
|
-
}) => number[] | {
|
|
381
|
-
rowspan: number;
|
|
382
|
-
colspan: number;
|
|
383
|
-
} | undefined) | undefined>;
|
|
361
|
+
tooltipOptions: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["tooltipOptions"]>;
|
|
362
|
+
spanMethod: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["spanMethod"]>;
|
|
384
363
|
selectOnIndeterminate: {
|
|
385
364
|
type: BooleanConstructor;
|
|
386
365
|
default: boolean;
|
|
@@ -390,17 +369,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
390
369
|
default: number;
|
|
391
370
|
};
|
|
392
371
|
treeProps: {
|
|
393
|
-
type: import("vue").PropType<
|
|
394
|
-
hasChildren?: string | undefined;
|
|
395
|
-
children?: string | undefined;
|
|
396
|
-
} | undefined>;
|
|
372
|
+
type: import("vue").PropType<import("element-plus/es/components/table/src/table/defaults").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["treeProps"]>;
|
|
397
373
|
default: () => {
|
|
398
374
|
hasChildren: string;
|
|
399
375
|
children: string;
|
|
376
|
+
checkStrictly: boolean;
|
|
400
377
|
};
|
|
401
378
|
};
|
|
402
379
|
lazy: BooleanConstructor;
|
|
403
|
-
load: import("vue").PropType<(
|
|
380
|
+
load: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["load"]>;
|
|
404
381
|
style: {
|
|
405
382
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
406
383
|
default: () => {};
|
|
@@ -410,12 +387,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
410
387
|
default: string;
|
|
411
388
|
};
|
|
412
389
|
tableLayout: {
|
|
413
|
-
type: import("vue").PropType<"
|
|
390
|
+
type: import("vue").PropType<"fixed" | "auto">;
|
|
414
391
|
default: string;
|
|
415
392
|
};
|
|
416
393
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
417
394
|
flexible: BooleanConstructor;
|
|
418
|
-
showOverflowTooltip: import("vue").PropType<
|
|
395
|
+
showOverflowTooltip: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["showOverflowTooltip"]>;
|
|
396
|
+
appendFilterPanelTo: StringConstructor;
|
|
397
|
+
scrollbarTabindex: {
|
|
398
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
399
|
+
default: undefined;
|
|
400
|
+
};
|
|
419
401
|
}>> & {
|
|
420
402
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
421
403
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -436,19 +418,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
436
418
|
"onFilter-change"?: ((...args: any[]) => any) | undefined;
|
|
437
419
|
"onHeader-dragend"?: ((...args: any[]) => any) | undefined;
|
|
438
420
|
}, {
|
|
421
|
+
data: any[];
|
|
439
422
|
style: import("vue").CSSProperties;
|
|
440
|
-
|
|
441
|
-
tableLayout: "auto" | "fixed";
|
|
423
|
+
tableLayout: "fixed" | "auto";
|
|
442
424
|
border: boolean;
|
|
443
|
-
|
|
425
|
+
className: string;
|
|
444
426
|
fit: boolean;
|
|
445
427
|
lazy: boolean;
|
|
446
428
|
scrollbarAlwaysOn: boolean;
|
|
447
429
|
stripe: boolean;
|
|
448
|
-
treeProps:
|
|
449
|
-
hasChildren?: string | undefined;
|
|
450
|
-
children?: string | undefined;
|
|
451
|
-
} | undefined;
|
|
430
|
+
treeProps: import("element-plus/es/components/table/src/table/defaults").TreeProps | undefined;
|
|
452
431
|
showHeader: boolean;
|
|
453
432
|
showSummary: boolean;
|
|
454
433
|
highlightCurrentRow: boolean;
|
|
@@ -456,6 +435,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
456
435
|
selectOnIndeterminate: boolean;
|
|
457
436
|
indent: number;
|
|
458
437
|
flexible: boolean;
|
|
438
|
+
scrollbarTabindex: string | number;
|
|
459
439
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & {
|
|
460
440
|
TableColumn: import("vue").DefineComponent<{
|
|
461
441
|
type: {
|
|
@@ -475,18 +455,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
475
455
|
type: (NumberConstructor | StringConstructor)[];
|
|
476
456
|
default: string;
|
|
477
457
|
};
|
|
478
|
-
renderHeader: import("vue").PropType<(
|
|
479
|
-
column: import("element-plus/es/components/table/src/table-column/defaults").TableColumnCtx<any>;
|
|
480
|
-
$index: number;
|
|
481
|
-
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
482
|
-
[key: string]: any;
|
|
483
|
-
}>>;
|
|
458
|
+
renderHeader: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["renderHeader"]>;
|
|
484
459
|
sortable: {
|
|
485
|
-
type: (
|
|
460
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
486
461
|
default: boolean;
|
|
487
462
|
};
|
|
488
|
-
sortMethod: import("vue").PropType<(
|
|
489
|
-
sortBy: import("vue").PropType<
|
|
463
|
+
sortMethod: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["sortMethod"]>;
|
|
464
|
+
sortBy: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["sortBy"]>;
|
|
490
465
|
resizable: {
|
|
491
466
|
type: BooleanConstructor;
|
|
492
467
|
default: boolean;
|
|
@@ -495,29 +470,27 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
495
470
|
align: StringConstructor;
|
|
496
471
|
headerAlign: StringConstructor;
|
|
497
472
|
showOverflowTooltip: {
|
|
498
|
-
type: import("vue").PropType<
|
|
473
|
+
type: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["showOverflowTooltip"]>;
|
|
499
474
|
default: undefined;
|
|
500
475
|
};
|
|
501
|
-
fixed: (
|
|
502
|
-
formatter: import("vue").PropType<(
|
|
503
|
-
|
|
504
|
-
}>>;
|
|
505
|
-
selectable: import("vue").PropType<(row: any, index: number) => boolean>;
|
|
476
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
|
477
|
+
formatter: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["formatter"]>;
|
|
478
|
+
selectable: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["selectable"]>;
|
|
506
479
|
reserveSelection: BooleanConstructor;
|
|
507
|
-
filterMethod: import("vue").PropType<import("element-plus/es/components/table/src/table
|
|
508
|
-
filteredValue: import("vue").PropType<
|
|
509
|
-
filters: import("vue").PropType<import("element-plus/es/components/table/src/table
|
|
480
|
+
filterMethod: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["filterMethod"]>;
|
|
481
|
+
filteredValue: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["filteredValue"]>;
|
|
482
|
+
filters: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["filters"]>;
|
|
510
483
|
filterPlacement: StringConstructor;
|
|
511
484
|
filterMultiple: {
|
|
512
485
|
type: BooleanConstructor;
|
|
513
486
|
default: boolean;
|
|
514
487
|
};
|
|
515
488
|
filterClassName: StringConstructor;
|
|
516
|
-
index: import("vue").PropType<
|
|
489
|
+
index: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["index"]>;
|
|
517
490
|
sortOrders: {
|
|
518
|
-
type: import("vue").PropType<("
|
|
491
|
+
type: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["sortOrders"]>;
|
|
519
492
|
default: () => (string | null)[];
|
|
520
|
-
validator: (val: ("
|
|
493
|
+
validator: (val: import("element-plus").TableColumnCtx<unknown>["sortOrders"]) => boolean;
|
|
521
494
|
};
|
|
522
495
|
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
523
496
|
type: {
|
|
@@ -537,18 +510,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
537
510
|
type: (NumberConstructor | StringConstructor)[];
|
|
538
511
|
default: string;
|
|
539
512
|
};
|
|
540
|
-
renderHeader: import("vue").PropType<(
|
|
541
|
-
column: import("element-plus/es/components/table/src/table-column/defaults").TableColumnCtx<any>;
|
|
542
|
-
$index: number;
|
|
543
|
-
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
544
|
-
[key: string]: any;
|
|
545
|
-
}>>;
|
|
513
|
+
renderHeader: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["renderHeader"]>;
|
|
546
514
|
sortable: {
|
|
547
|
-
type: (
|
|
515
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
548
516
|
default: boolean;
|
|
549
517
|
};
|
|
550
|
-
sortMethod: import("vue").PropType<(
|
|
551
|
-
sortBy: import("vue").PropType<
|
|
518
|
+
sortMethod: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["sortMethod"]>;
|
|
519
|
+
sortBy: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["sortBy"]>;
|
|
552
520
|
resizable: {
|
|
553
521
|
type: BooleanConstructor;
|
|
554
522
|
default: boolean;
|
|
@@ -557,90 +525,59 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
557
525
|
align: StringConstructor;
|
|
558
526
|
headerAlign: StringConstructor;
|
|
559
527
|
showOverflowTooltip: {
|
|
560
|
-
type: import("vue").PropType<
|
|
528
|
+
type: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["showOverflowTooltip"]>;
|
|
561
529
|
default: undefined;
|
|
562
530
|
};
|
|
563
|
-
fixed: (
|
|
564
|
-
formatter: import("vue").PropType<(
|
|
565
|
-
|
|
566
|
-
}>>;
|
|
567
|
-
selectable: import("vue").PropType<(row: any, index: number) => boolean>;
|
|
531
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
|
532
|
+
formatter: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["formatter"]>;
|
|
533
|
+
selectable: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["selectable"]>;
|
|
568
534
|
reserveSelection: BooleanConstructor;
|
|
569
|
-
filterMethod: import("vue").PropType<import("element-plus/es/components/table/src/table
|
|
570
|
-
filteredValue: import("vue").PropType<
|
|
571
|
-
filters: import("vue").PropType<import("element-plus/es/components/table/src/table
|
|
535
|
+
filterMethod: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["filterMethod"]>;
|
|
536
|
+
filteredValue: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["filteredValue"]>;
|
|
537
|
+
filters: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["filters"]>;
|
|
572
538
|
filterPlacement: StringConstructor;
|
|
573
539
|
filterMultiple: {
|
|
574
540
|
type: BooleanConstructor;
|
|
575
541
|
default: boolean;
|
|
576
542
|
};
|
|
577
543
|
filterClassName: StringConstructor;
|
|
578
|
-
index: import("vue").PropType<
|
|
544
|
+
index: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["index"]>;
|
|
579
545
|
sortOrders: {
|
|
580
|
-
type: import("vue").PropType<("
|
|
546
|
+
type: import("vue").PropType<import("element-plus").TableColumnCtx<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["sortOrders"]>;
|
|
581
547
|
default: () => (string | null)[];
|
|
582
|
-
validator: (val: ("
|
|
548
|
+
validator: (val: import("element-plus").TableColumnCtx<unknown>["sortOrders"]) => boolean;
|
|
583
549
|
};
|
|
584
550
|
}>>, {
|
|
585
|
-
type: string;
|
|
586
551
|
width: string | number;
|
|
587
552
|
minWidth: string | number;
|
|
588
|
-
|
|
553
|
+
type: string;
|
|
554
|
+
showOverflowTooltip: boolean | Partial<Pick<import("element-plus/es/element-plus").ElTooltipProps, "offset" | "transition" | "placement" | "effect" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "popperClass" | "appendTo" | "showArrow">> | undefined;
|
|
589
555
|
sortOrders: ("ascending" | "descending" | null)[];
|
|
590
556
|
sortable: string | boolean;
|
|
591
557
|
resizable: boolean;
|
|
592
558
|
reserveSelection: boolean;
|
|
593
559
|
filterMultiple: boolean;
|
|
594
|
-
}>;
|
|
560
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
595
561
|
};
|
|
596
|
-
ElButton: import("element-plus/es/utils").SFCWithInstall<
|
|
597
|
-
|
|
598
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
599
|
-
readonly required: false;
|
|
600
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
601
|
-
__epPropKey: true;
|
|
602
|
-
};
|
|
603
|
-
readonly disabled: BooleanConstructor;
|
|
604
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
605
|
-
readonly icon: {
|
|
606
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
607
|
-
readonly required: false;
|
|
608
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
609
|
-
__epPropKey: true;
|
|
610
|
-
};
|
|
611
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
612
|
-
readonly loading: BooleanConstructor;
|
|
613
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
614
|
-
readonly plain: BooleanConstructor;
|
|
615
|
-
readonly text: BooleanConstructor;
|
|
616
|
-
readonly link: BooleanConstructor;
|
|
617
|
-
readonly bg: BooleanConstructor;
|
|
618
|
-
readonly autofocus: BooleanConstructor;
|
|
619
|
-
readonly round: BooleanConstructor;
|
|
620
|
-
readonly circle: BooleanConstructor;
|
|
621
|
-
readonly color: StringConstructor;
|
|
622
|
-
readonly dark: BooleanConstructor;
|
|
623
|
-
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
624
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
625
|
-
}, {
|
|
626
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
562
|
+
ElButton: import("element-plus/es/utils").SFCWithInstall<{
|
|
563
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
627
564
|
readonly size: {
|
|
628
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
565
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
629
566
|
readonly required: false;
|
|
630
567
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
631
568
|
__epPropKey: true;
|
|
632
569
|
};
|
|
633
570
|
readonly disabled: BooleanConstructor;
|
|
634
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
571
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
635
572
|
readonly icon: {
|
|
636
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
573
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
637
574
|
readonly required: false;
|
|
638
575
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
639
576
|
__epPropKey: true;
|
|
640
577
|
};
|
|
641
578
|
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
642
579
|
readonly loading: BooleanConstructor;
|
|
643
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
580
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
644
581
|
readonly plain: BooleanConstructor;
|
|
645
582
|
readonly text: BooleanConstructor;
|
|
646
583
|
readonly link: BooleanConstructor;
|
|
@@ -651,131 +588,115 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
651
588
|
readonly color: StringConstructor;
|
|
652
589
|
readonly dark: BooleanConstructor;
|
|
653
590
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
654
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
591
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "button", boolean>;
|
|
655
592
|
}>> & {
|
|
656
593
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
657
|
-
}>>;
|
|
658
|
-
emit: (event: "click", evt: MouseEvent) => void;
|
|
659
|
-
buttonStyle: import("vue").ComputedRef<Record<string, string>>;
|
|
660
|
-
ns: {
|
|
661
|
-
namespace: import("vue").ComputedRef<string>;
|
|
662
|
-
b: (blockSuffix?: string) => string;
|
|
663
|
-
e: (element?: string | undefined) => string;
|
|
664
|
-
m: (modifier?: string | undefined) => string;
|
|
665
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
666
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
667
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
668
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
669
|
-
is: {
|
|
670
|
-
(name: string, state: boolean | undefined): string;
|
|
671
|
-
(name: string): string;
|
|
672
|
-
};
|
|
673
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
674
|
-
cssVarName: (name: string) => string;
|
|
675
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
676
|
-
cssVarBlockName: (name: string) => string;
|
|
677
|
-
};
|
|
678
|
-
_ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
679
|
-
_size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
680
|
-
_type: import("vue").ComputedRef<"" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger">;
|
|
681
|
-
_disabled: import("vue").ComputedRef<boolean>;
|
|
682
|
-
_props: import("vue").ComputedRef<{
|
|
683
|
-
ariaDisabled: boolean;
|
|
684
|
-
disabled: boolean;
|
|
685
|
-
autofocus: boolean;
|
|
686
|
-
type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
687
|
-
} | {
|
|
688
|
-
ariaDisabled?: undefined;
|
|
689
|
-
disabled?: undefined;
|
|
690
|
-
autofocus?: undefined;
|
|
691
|
-
type?: undefined;
|
|
692
|
-
}>;
|
|
693
|
-
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
694
|
-
handleClick: (evt: MouseEvent) => void;
|
|
695
|
-
buttonKls: import("vue").ComputedRef<string[]>;
|
|
696
|
-
ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
697
|
-
readonly size: {
|
|
698
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
699
|
-
readonly required: false;
|
|
700
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
701
|
-
__epPropKey: true;
|
|
702
|
-
};
|
|
703
|
-
readonly color: {
|
|
704
|
-
readonly type: import("vue").PropType<string>;
|
|
705
|
-
readonly required: false;
|
|
706
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
707
|
-
__epPropKey: true;
|
|
708
|
-
};
|
|
709
594
|
}, {
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
742
|
-
cssVarBlockName: (name: string) => string;
|
|
743
|
-
};
|
|
744
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
745
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
595
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
596
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
597
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
598
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
599
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
600
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
601
|
+
click: (evt: MouseEvent) => void;
|
|
602
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
603
|
+
readonly link: boolean;
|
|
604
|
+
readonly circle: boolean;
|
|
605
|
+
readonly text: boolean;
|
|
606
|
+
readonly disabled: boolean;
|
|
607
|
+
readonly round: boolean;
|
|
608
|
+
readonly dark: boolean;
|
|
609
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
610
|
+
readonly bg: boolean;
|
|
611
|
+
readonly loading: boolean;
|
|
612
|
+
readonly autofocus: boolean;
|
|
613
|
+
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
614
|
+
readonly plain: boolean;
|
|
615
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
616
|
+
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
617
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
618
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
619
|
+
P: {};
|
|
620
|
+
B: {};
|
|
621
|
+
D: {};
|
|
622
|
+
C: {};
|
|
623
|
+
M: {};
|
|
624
|
+
Defaults: {};
|
|
625
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
746
626
|
readonly size: {
|
|
747
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<
|
|
627
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
748
628
|
readonly required: false;
|
|
749
629
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
750
630
|
__epPropKey: true;
|
|
751
631
|
};
|
|
752
|
-
readonly
|
|
753
|
-
|
|
632
|
+
readonly disabled: BooleanConstructor;
|
|
633
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
634
|
+
readonly icon: {
|
|
635
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
754
636
|
readonly required: false;
|
|
755
637
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
756
638
|
__epPropKey: true;
|
|
757
639
|
};
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
640
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
641
|
+
readonly loading: BooleanConstructor;
|
|
642
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
643
|
+
readonly plain: BooleanConstructor;
|
|
644
|
+
readonly text: BooleanConstructor;
|
|
645
|
+
readonly link: BooleanConstructor;
|
|
646
|
+
readonly bg: BooleanConstructor;
|
|
647
|
+
readonly autofocus: BooleanConstructor;
|
|
648
|
+
readonly round: BooleanConstructor;
|
|
649
|
+
readonly circle: BooleanConstructor;
|
|
650
|
+
readonly color: StringConstructor;
|
|
651
|
+
readonly dark: BooleanConstructor;
|
|
652
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
653
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "button", boolean>;
|
|
654
|
+
}>> & {
|
|
655
|
+
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
656
|
+
}, {
|
|
657
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
658
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
659
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
660
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
661
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
662
|
+
}, {}, {}, {}, {
|
|
663
|
+
readonly link: boolean;
|
|
664
|
+
readonly circle: boolean;
|
|
665
|
+
readonly text: boolean;
|
|
666
|
+
readonly disabled: boolean;
|
|
667
|
+
readonly round: boolean;
|
|
668
|
+
readonly dark: boolean;
|
|
669
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
670
|
+
readonly bg: boolean;
|
|
671
|
+
readonly loading: boolean;
|
|
672
|
+
readonly autofocus: boolean;
|
|
673
|
+
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
674
|
+
readonly plain: boolean;
|
|
675
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
676
|
+
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
677
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
678
|
+
}>;
|
|
679
|
+
__isFragment?: never;
|
|
680
|
+
__isTeleport?: never;
|
|
681
|
+
__isSuspense?: never;
|
|
682
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
762
683
|
readonly size: {
|
|
763
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
684
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
764
685
|
readonly required: false;
|
|
765
686
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
766
687
|
__epPropKey: true;
|
|
767
688
|
};
|
|
768
689
|
readonly disabled: BooleanConstructor;
|
|
769
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
690
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
770
691
|
readonly icon: {
|
|
771
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component
|
|
692
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
772
693
|
readonly required: false;
|
|
773
694
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
774
695
|
__epPropKey: true;
|
|
775
696
|
};
|
|
776
697
|
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
777
698
|
readonly loading: BooleanConstructor;
|
|
778
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
699
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, () => any, boolean>;
|
|
779
700
|
readonly plain: BooleanConstructor;
|
|
780
701
|
readonly text: BooleanConstructor;
|
|
781
702
|
readonly link: BooleanConstructor;
|
|
@@ -786,75 +707,87 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
786
707
|
readonly color: StringConstructor;
|
|
787
708
|
readonly dark: BooleanConstructor;
|
|
788
709
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
789
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component
|
|
710
|
+
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "button", boolean>;
|
|
790
711
|
}>> & {
|
|
791
712
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
792
713
|
}, {
|
|
793
|
-
|
|
714
|
+
ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
715
|
+
size: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
716
|
+
type: import("vue").ComputedRef<"text" | "" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
717
|
+
disabled: import("vue").ComputedRef<boolean>;
|
|
718
|
+
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
719
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
720
|
+
click: (evt: MouseEvent) => void;
|
|
721
|
+
}, string, {
|
|
794
722
|
readonly link: boolean;
|
|
795
|
-
readonly
|
|
796
|
-
readonly disabled: boolean;
|
|
723
|
+
readonly circle: boolean;
|
|
797
724
|
readonly text: boolean;
|
|
798
|
-
readonly
|
|
725
|
+
readonly disabled: boolean;
|
|
799
726
|
readonly round: boolean;
|
|
800
|
-
readonly
|
|
801
|
-
readonly
|
|
727
|
+
readonly dark: boolean;
|
|
728
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
729
|
+
readonly bg: boolean;
|
|
802
730
|
readonly loading: boolean;
|
|
803
|
-
readonly
|
|
804
|
-
readonly
|
|
805
|
-
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
731
|
+
readonly autofocus: boolean;
|
|
732
|
+
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
806
733
|
readonly plain: boolean;
|
|
807
|
-
readonly
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
734
|
+
readonly autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
735
|
+
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
736
|
+
readonly loadingIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
737
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
738
|
+
$slots: {
|
|
739
|
+
loading?(_: {}): any;
|
|
740
|
+
icon?(_: {}): any;
|
|
741
|
+
default?(_: {}): any;
|
|
742
|
+
};
|
|
743
|
+
})> & {
|
|
744
|
+
ButtonGroup: {
|
|
745
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
819
746
|
readonly size: {
|
|
820
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
747
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
821
748
|
readonly required: false;
|
|
822
749
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
823
750
|
__epPropKey: true;
|
|
824
751
|
};
|
|
825
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
(
|
|
840
|
-
|
|
752
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
753
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
754
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
755
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
756
|
+
P: {};
|
|
757
|
+
B: {};
|
|
758
|
+
D: {};
|
|
759
|
+
C: {};
|
|
760
|
+
M: {};
|
|
761
|
+
Defaults: {};
|
|
762
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
763
|
+
readonly size: {
|
|
764
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
765
|
+
readonly required: false;
|
|
766
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
767
|
+
__epPropKey: true;
|
|
841
768
|
};
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
769
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
770
|
+
}>>, {}, {}, {}, {}, {
|
|
771
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
772
|
+
}>;
|
|
773
|
+
__isFragment?: never;
|
|
774
|
+
__isTeleport?: never;
|
|
775
|
+
__isSuspense?: never;
|
|
776
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
848
777
|
readonly size: {
|
|
849
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
778
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
850
779
|
readonly required: false;
|
|
851
780
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
852
781
|
__epPropKey: true;
|
|
853
782
|
};
|
|
854
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "
|
|
855
|
-
}>>, {
|
|
856
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
857
|
-
}
|
|
783
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
784
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
785
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
786
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
787
|
+
$slots: {
|
|
788
|
+
default?(_: {}): any;
|
|
789
|
+
};
|
|
790
|
+
});
|
|
858
791
|
};
|
|
859
792
|
VkTableColumns: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
860
793
|
source: {
|
|
@@ -1035,7 +968,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1035
968
|
align: StringConstructor;
|
|
1036
969
|
headerAlign: StringConstructor;
|
|
1037
970
|
showOverflowTooltip: {
|
|
1038
|
-
type: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "
|
|
971
|
+
type: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "popperClass" | "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">>>;
|
|
1039
972
|
default: undefined;
|
|
1040
973
|
};
|
|
1041
974
|
fixed: (StringConstructor | BooleanConstructor)[];
|
|
@@ -1097,7 +1030,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1097
1030
|
align: StringConstructor;
|
|
1098
1031
|
headerAlign: StringConstructor;
|
|
1099
1032
|
showOverflowTooltip: {
|
|
1100
|
-
type: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "
|
|
1033
|
+
type: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "popperClass" | "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">>>;
|
|
1101
1034
|
default: undefined;
|
|
1102
1035
|
};
|
|
1103
1036
|
fixed: (StringConstructor | BooleanConstructor)[];
|
|
@@ -1125,7 +1058,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1125
1058
|
type: string;
|
|
1126
1059
|
width: string | number;
|
|
1127
1060
|
minWidth: string | number;
|
|
1128
|
-
showOverflowTooltip: boolean | Partial<Pick<import("element-plus").ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "
|
|
1061
|
+
showOverflowTooltip: boolean | Partial<Pick<import("element-plus").ElTooltipProps, "popperClass" | "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">>;
|
|
1129
1062
|
sortOrders: ("ascending" | "descending")[];
|
|
1130
1063
|
sortable: string | boolean;
|
|
1131
1064
|
resizable: boolean;
|