@bscomp/ep-ui 0.3.7 → 0.3.9
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/lib/ep-ui.js +4562 -4606
- package/lib/ep-ui.js.gz +0 -0
- package/lib/ep-ui.umd.cjs +12 -12
- package/lib/form-dialog/index.d.ts +1 -5
- package/lib/form-dialog/src/index.vue.d.ts +1 -5
- package/lib/input/index.d.ts +11 -11
- package/lib/input/src/index.vue.d.ts +5 -5
- package/lib/style.css +1 -1
- package/lib/table/src/index.vue.d.ts +44 -52
- package/lib/table/src/useCheckList.d.ts +44 -52
- package/package.json +1 -1
|
@@ -174,11 +174,7 @@ declare const EPDialog: ({
|
|
|
174
174
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
175
175
|
$slots: Partial<Record<string, (_: {}) => any>> & {
|
|
176
176
|
header?(_: {
|
|
177
|
-
scope:
|
|
178
|
-
close: () => void;
|
|
179
|
-
titleId: string;
|
|
180
|
-
titleClass: string;
|
|
181
|
-
};
|
|
177
|
+
scope: any;
|
|
182
178
|
}): any;
|
|
183
179
|
top?(_: {}): any;
|
|
184
180
|
content?(_: {}): any;
|
|
@@ -91,11 +91,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
91
91
|
hiddensubmitBtn: boolean;
|
|
92
92
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<string, (_: {}) => any>> & {
|
|
93
93
|
header?(_: {
|
|
94
|
-
scope:
|
|
95
|
-
close: () => void;
|
|
96
|
-
titleId: string;
|
|
97
|
-
titleClass: string;
|
|
98
|
-
};
|
|
94
|
+
scope: any;
|
|
99
95
|
}): any;
|
|
100
96
|
top?(_: {}): any;
|
|
101
97
|
content?(_: {}): any;
|
package/lib/input/index.d.ts
CHANGED
|
@@ -10,20 +10,20 @@ declare const EPInput: ({
|
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
12
|
inputType: {
|
|
13
|
-
type: import('vue').PropType<"" | "
|
|
13
|
+
type: import('vue').PropType<"default" | "text" | "integer">;
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
16
|
inputRule: {
|
|
17
17
|
type: import('vue').PropType<RegExp>;
|
|
18
18
|
};
|
|
19
19
|
}>> & Readonly<{
|
|
20
|
-
"onUpdate:modelValue"?: ((
|
|
20
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
21
21
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
|
-
"update:modelValue": (
|
|
22
|
+
"update:modelValue": (value: string | number) => void;
|
|
23
23
|
}, import('vue').PublicProps, {
|
|
24
24
|
placeholder: string;
|
|
25
25
|
width: string;
|
|
26
|
-
inputType: "" | "
|
|
26
|
+
inputType: "default" | "text" | "integer";
|
|
27
27
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
28
28
|
P: {};
|
|
29
29
|
B: {};
|
|
@@ -42,18 +42,18 @@ declare const EPInput: ({
|
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
44
|
inputType: {
|
|
45
|
-
type: import('vue').PropType<"" | "
|
|
45
|
+
type: import('vue').PropType<"default" | "text" | "integer">;
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
48
|
inputRule: {
|
|
49
49
|
type: import('vue').PropType<RegExp>;
|
|
50
50
|
};
|
|
51
51
|
}>> & Readonly<{
|
|
52
|
-
"onUpdate:modelValue"?: ((
|
|
52
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
53
53
|
}>, {}, {}, {}, {}, {
|
|
54
54
|
placeholder: string;
|
|
55
55
|
width: string;
|
|
56
|
-
inputType: "" | "
|
|
56
|
+
inputType: "default" | "text" | "integer";
|
|
57
57
|
}>;
|
|
58
58
|
__isFragment?: undefined;
|
|
59
59
|
__isTeleport?: undefined;
|
|
@@ -69,20 +69,20 @@ declare const EPInput: ({
|
|
|
69
69
|
default: string;
|
|
70
70
|
};
|
|
71
71
|
inputType: {
|
|
72
|
-
type: import('vue').PropType<"" | "
|
|
72
|
+
type: import('vue').PropType<"default" | "text" | "integer">;
|
|
73
73
|
default: string;
|
|
74
74
|
};
|
|
75
75
|
inputRule: {
|
|
76
76
|
type: import('vue').PropType<RegExp>;
|
|
77
77
|
};
|
|
78
78
|
}>> & Readonly<{
|
|
79
|
-
"onUpdate:modelValue"?: ((
|
|
79
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
80
80
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
81
|
-
"update:modelValue": (
|
|
81
|
+
"update:modelValue": (value: string | number) => void;
|
|
82
82
|
}, string, {
|
|
83
83
|
placeholder: string;
|
|
84
84
|
width: string;
|
|
85
|
-
inputType: "" | "
|
|
85
|
+
inputType: "default" | "text" | "integer";
|
|
86
86
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
87
87
|
$slots: {
|
|
88
88
|
append?(_: {}): any;
|
|
@@ -9,14 +9,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
inputType: {
|
|
12
|
-
type: import('vue').PropType<"" | "
|
|
12
|
+
type: import('vue').PropType<"default" | "text" | "integer">;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
15
|
inputRule: {
|
|
16
16
|
type: import('vue').PropType<RegExp>;
|
|
17
17
|
};
|
|
18
18
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
-
"update:modelValue": (
|
|
19
|
+
"update:modelValue": (value: string | number) => void;
|
|
20
20
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
21
21
|
modelValue: import('vue').PropType<string | number>;
|
|
22
22
|
placeholder: {
|
|
@@ -28,18 +28,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
30
|
inputType: {
|
|
31
|
-
type: import('vue').PropType<"" | "
|
|
31
|
+
type: import('vue').PropType<"default" | "text" | "integer">;
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
34
34
|
inputRule: {
|
|
35
35
|
type: import('vue').PropType<RegExp>;
|
|
36
36
|
};
|
|
37
37
|
}>> & Readonly<{
|
|
38
|
-
"onUpdate:modelValue"?: ((
|
|
38
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
39
39
|
}>, {
|
|
40
40
|
placeholder: string;
|
|
41
41
|
width: string;
|
|
42
|
-
inputType: "" | "
|
|
42
|
+
inputType: "default" | "text" | "integer";
|
|
43
43
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
44
44
|
append?(_: {}): any;
|
|
45
45
|
prepend?(_: {}): any;
|
package/lib/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.e-p-select .all-checkbox[data-v-9f38b52d]{margin-left:20px}.column_set .ep_table_column_setting_dropdown{font-size:14px;display:flex;flex-direction:column;max-height:450px;overflow-y:auto}.column_set .ep_table_column_setting_dropdown .item{padding:0 16px}.column_set .ep_table_column_setting_dropdown .item:hover{background-color:#ecf5ff}.column_set .ep_table_column_setting_dropdown .footer{box-sizing:border-box;padding-top:6px;border-top:1px solid #dcdfe6}.column_set .ep_table_column_setting_dropdown .footer:hover{border-top:1px solid #dcdfe6}.column_set .ep_table_column_setting_dropdown .footer .el-button{border-radius:none}.column_set .ep_table_column_setting_dropdown .el-checkbox .el-checkbox__input.is-checked+.el-checkbox__label,.column_set .ep_table_column_setting_dropdown .el-checkbox .ep-checkbox__input.is-checked+.ep-checkbox__label{cursor:move}div[data-v-
|
|
1
|
+
.e-p-select .all-checkbox[data-v-9f38b52d]{margin-left:20px}.column_set .ep_table_column_setting_dropdown{font-size:14px;display:flex;flex-direction:column;max-height:450px;overflow-y:auto}.column_set .ep_table_column_setting_dropdown .item{padding:0 16px}.column_set .ep_table_column_setting_dropdown .item:hover{background-color:#ecf5ff}.column_set .ep_table_column_setting_dropdown .footer{box-sizing:border-box;padding-top:6px;border-top:1px solid #dcdfe6}.column_set .ep_table_column_setting_dropdown .footer:hover{border-top:1px solid #dcdfe6}.column_set .ep_table_column_setting_dropdown .footer .el-button{border-radius:none}.column_set .ep_table_column_setting_dropdown .el-checkbox .el-checkbox__input.is-checked+.el-checkbox__label,.column_set .ep_table_column_setting_dropdown .el-checkbox .ep-checkbox__input.is-checked+.ep-checkbox__label{cursor:move}div[data-v-c184b32c]{box-sizing:border-box}.e-p-table[data-v-c184b32c]{box-sizing:border-box;height:100%;position:relative;display:flex;flex-direction:column;overflow:hidden}.e-p-table .table-content[data-v-c184b32c]{flex:1;display:flex;flex-direction:column;position:relative;box-sizing:border-box;overflow:hidden}.e-p-table .table-content .header-wapper[data-v-c184b32c]{display:flex;flex-direction:column}.e-p-table .table-content .extra[data-v-c184b32c],.e-p-table .table-content .header[data-v-c184b32c]{padding-bottom:16px}.e-p-table .table-content .operation[data-v-c184b32c]{display:flex;align-items:center;gap:12px}.e-p-table .table-content .operation[data-v-c184b32c] .el-button+.el-button{margin-left:0!important}.e-p-table .el-pagination-com[data-v-c184b32c]{padding-top:16px;display:flex;justify-content:flex-end;align-items:center}.e-p-table .header[data-v-c184b32c]{display:flex;justify-content:space-between;align-items:center}.btn-wrapper[data-v-c184b32c],.input-content[data-v-c184b32c]{display:flex;gap:8px}.btn-wrapper[data-v-c184b32c] .el-button+.el-button,.input-content[data-v-c184b32c] .el-button+.el-button{margin-left:0!important}[data-v-c184b32c] .el-dropdown-menu__item .el-button{width:100%;justify-content:flex-start}.e-p-form-wrapper:not(.inline-flex-form){display:flex;flex-direction:column;justify-content:space-between;height:100%}.e-p-form-wrapper:not(.inline-flex-form) .inline-flex{display:flex}.e-p-form-wrapper:not(.inline-flex-form) .text_show{color:var(--el-text-color-primary)}.e-p-form-wrapper:not(.inline-flex-form) .slot_label .el-form-item__content label{color:var(--el-text-color-primary);margin-right:12px}.e-p-form-wrapper:not(.inline-flex-form) .footer{width:100%;display:flex;align-items:center;justify-content:center}.inline-flex-form{display:flex;justify-content:space-between}.inline-flex-form .e-p-form{flex:1}.inline-flex-form .inline-flex>div{display:inline-block}.inline-flex-form .footer{display:inline}.el-form--inline .el-form-item{margin:0}
|
|
@@ -169,11 +169,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
169
169
|
default: number;
|
|
170
170
|
};
|
|
171
171
|
treeProps: {
|
|
172
|
-
type: import('vue').PropType<
|
|
172
|
+
type: import('vue').PropType<{
|
|
173
|
+
hasChildren?: string | undefined;
|
|
174
|
+
children?: string | undefined;
|
|
175
|
+
} | undefined>;
|
|
173
176
|
default: () => {
|
|
174
177
|
hasChildren: string;
|
|
175
178
|
children: string;
|
|
176
|
-
checkStrictly: boolean;
|
|
177
179
|
};
|
|
178
180
|
};
|
|
179
181
|
lazy: BooleanConstructor;
|
|
@@ -193,11 +195,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
193
195
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
194
196
|
flexible: BooleanConstructor;
|
|
195
197
|
showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
196
|
-
appendFilterPanelTo: StringConstructor;
|
|
197
|
-
scrollbarTabindex: {
|
|
198
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
199
|
-
default: undefined;
|
|
200
|
-
};
|
|
201
198
|
}>> & {
|
|
202
199
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
203
200
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -269,7 +266,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
269
266
|
handleFixedMousewheel: (event: any, data: any) => void;
|
|
270
267
|
setCurrentRow: (row: any) => void;
|
|
271
268
|
getSelectionRows: () => any;
|
|
272
|
-
toggleRowSelection: (row: any, selected
|
|
269
|
+
toggleRowSelection: (row: any, selected: boolean) => void;
|
|
273
270
|
clearSelection: () => void;
|
|
274
271
|
clearFilter: (columnKeys?: string[] | undefined) => void;
|
|
275
272
|
toggleAllSelection: () => void;
|
|
@@ -277,7 +274,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
277
274
|
clearSort: () => void;
|
|
278
275
|
doLayout: () => void;
|
|
279
276
|
sort: (prop: string, order: string) => void;
|
|
280
|
-
updateKeyChildren: (key: string, data: any[]) => void;
|
|
281
277
|
t: import('element-plus').Translator;
|
|
282
278
|
setDragVisible: (visible: boolean) => void;
|
|
283
279
|
context: import('element-plus/es/components/table/src/table/defaults').Table<any>;
|
|
@@ -313,16 +309,19 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
313
309
|
setScrollLeft: (left?: number | undefined) => void;
|
|
314
310
|
setScrollTop: (top?: number | undefined) => void;
|
|
315
311
|
}, 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")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
316
|
-
data: any[];
|
|
317
312
|
style: import('vue').CSSProperties;
|
|
313
|
+
className: string;
|
|
318
314
|
tableLayout: "auto" | "fixed";
|
|
319
315
|
border: boolean;
|
|
320
|
-
|
|
316
|
+
data: any[];
|
|
321
317
|
fit: boolean;
|
|
322
318
|
lazy: boolean;
|
|
323
319
|
scrollbarAlwaysOn: boolean;
|
|
324
320
|
stripe: boolean;
|
|
325
|
-
treeProps:
|
|
321
|
+
treeProps: {
|
|
322
|
+
hasChildren?: string | undefined;
|
|
323
|
+
children?: string | undefined;
|
|
324
|
+
} | undefined;
|
|
326
325
|
showHeader: boolean;
|
|
327
326
|
showSummary: boolean;
|
|
328
327
|
highlightCurrentRow: boolean;
|
|
@@ -330,7 +329,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
330
329
|
selectOnIndeterminate: boolean;
|
|
331
330
|
indent: number;
|
|
332
331
|
flexible: boolean;
|
|
333
|
-
scrollbarTabindex: string | number;
|
|
334
332
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
335
333
|
P: {};
|
|
336
334
|
B: {};
|
|
@@ -400,11 +398,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
400
398
|
default: number;
|
|
401
399
|
};
|
|
402
400
|
treeProps: {
|
|
403
|
-
type: import('vue').PropType<
|
|
401
|
+
type: import('vue').PropType<{
|
|
402
|
+
hasChildren?: string | undefined;
|
|
403
|
+
children?: string | undefined;
|
|
404
|
+
} | undefined>;
|
|
404
405
|
default: () => {
|
|
405
406
|
hasChildren: string;
|
|
406
407
|
children: string;
|
|
407
|
-
checkStrictly: boolean;
|
|
408
408
|
};
|
|
409
409
|
};
|
|
410
410
|
lazy: BooleanConstructor;
|
|
@@ -424,11 +424,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
424
424
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
425
425
|
flexible: BooleanConstructor;
|
|
426
426
|
showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
427
|
-
appendFilterPanelTo: StringConstructor;
|
|
428
|
-
scrollbarTabindex: {
|
|
429
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
430
|
-
default: undefined;
|
|
431
|
-
};
|
|
432
427
|
}>> & {
|
|
433
428
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
434
429
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -500,7 +495,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
500
495
|
handleFixedMousewheel: (event: any, data: any) => void;
|
|
501
496
|
setCurrentRow: (row: any) => void;
|
|
502
497
|
getSelectionRows: () => any;
|
|
503
|
-
toggleRowSelection: (row: any, selected
|
|
498
|
+
toggleRowSelection: (row: any, selected: boolean) => void;
|
|
504
499
|
clearSelection: () => void;
|
|
505
500
|
clearFilter: (columnKeys?: string[] | undefined) => void;
|
|
506
501
|
toggleAllSelection: () => void;
|
|
@@ -508,7 +503,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
508
503
|
clearSort: () => void;
|
|
509
504
|
doLayout: () => void;
|
|
510
505
|
sort: (prop: string, order: string) => void;
|
|
511
|
-
updateKeyChildren: (key: string, data: any[]) => void;
|
|
512
506
|
t: import('element-plus').Translator;
|
|
513
507
|
setDragVisible: (visible: boolean) => void;
|
|
514
508
|
context: import('element-plus/es/components/table/src/table/defaults').Table<any>;
|
|
@@ -544,16 +538,19 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
544
538
|
setScrollLeft: (left?: number | undefined) => void;
|
|
545
539
|
setScrollTop: (top?: number | undefined) => void;
|
|
546
540
|
}, {}, {}, {}, {
|
|
547
|
-
data: any[];
|
|
548
541
|
style: import('vue').CSSProperties;
|
|
542
|
+
className: string;
|
|
549
543
|
tableLayout: "auto" | "fixed";
|
|
550
544
|
border: boolean;
|
|
551
|
-
|
|
545
|
+
data: any[];
|
|
552
546
|
fit: boolean;
|
|
553
547
|
lazy: boolean;
|
|
554
548
|
scrollbarAlwaysOn: boolean;
|
|
555
549
|
stripe: boolean;
|
|
556
|
-
treeProps:
|
|
550
|
+
treeProps: {
|
|
551
|
+
hasChildren?: string | undefined;
|
|
552
|
+
children?: string | undefined;
|
|
553
|
+
} | undefined;
|
|
557
554
|
showHeader: boolean;
|
|
558
555
|
showSummary: boolean;
|
|
559
556
|
highlightCurrentRow: boolean;
|
|
@@ -561,7 +558,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
561
558
|
selectOnIndeterminate: boolean;
|
|
562
559
|
indent: number;
|
|
563
560
|
flexible: boolean;
|
|
564
|
-
scrollbarTabindex: string | number;
|
|
565
561
|
}> | undefined, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
566
562
|
data: {
|
|
567
563
|
type: import('vue').PropType<any[]>;
|
|
@@ -624,11 +620,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
624
620
|
default: number;
|
|
625
621
|
};
|
|
626
622
|
treeProps: {
|
|
627
|
-
type: import('vue').PropType<
|
|
623
|
+
type: import('vue').PropType<{
|
|
624
|
+
hasChildren?: string | undefined;
|
|
625
|
+
children?: string | undefined;
|
|
626
|
+
} | undefined>;
|
|
628
627
|
default: () => {
|
|
629
628
|
hasChildren: string;
|
|
630
629
|
children: string;
|
|
631
|
-
checkStrictly: boolean;
|
|
632
630
|
};
|
|
633
631
|
};
|
|
634
632
|
lazy: BooleanConstructor;
|
|
@@ -648,11 +646,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
648
646
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
649
647
|
flexible: BooleanConstructor;
|
|
650
648
|
showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
651
|
-
appendFilterPanelTo: StringConstructor;
|
|
652
|
-
scrollbarTabindex: {
|
|
653
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
654
|
-
default: undefined;
|
|
655
|
-
};
|
|
656
649
|
}>> & {
|
|
657
650
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
658
651
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -724,7 +717,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
724
717
|
handleFixedMousewheel: (event: any, data: any) => void;
|
|
725
718
|
setCurrentRow: (row: any) => void;
|
|
726
719
|
getSelectionRows: () => any;
|
|
727
|
-
toggleRowSelection: (row: any, selected
|
|
720
|
+
toggleRowSelection: (row: any, selected: boolean) => void;
|
|
728
721
|
clearSelection: () => void;
|
|
729
722
|
clearFilter: (columnKeys?: string[] | undefined) => void;
|
|
730
723
|
toggleAllSelection: () => void;
|
|
@@ -732,7 +725,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
732
725
|
clearSort: () => void;
|
|
733
726
|
doLayout: () => void;
|
|
734
727
|
sort: (prop: string, order: string) => void;
|
|
735
|
-
updateKeyChildren: (key: string, data: any[]) => void;
|
|
736
728
|
t: import('element-plus').Translator;
|
|
737
729
|
setDragVisible: (visible: boolean) => void;
|
|
738
730
|
context: import('element-plus/es/components/table/src/table/defaults').Table<any>;
|
|
@@ -768,16 +760,19 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
768
760
|
setScrollLeft: (left?: number | undefined) => void;
|
|
769
761
|
setScrollTop: (top?: number | undefined) => void;
|
|
770
762
|
}, 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")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
771
|
-
data: any[];
|
|
772
763
|
style: import('vue').CSSProperties;
|
|
764
|
+
className: string;
|
|
773
765
|
tableLayout: "auto" | "fixed";
|
|
774
766
|
border: boolean;
|
|
775
|
-
|
|
767
|
+
data: any[];
|
|
776
768
|
fit: boolean;
|
|
777
769
|
lazy: boolean;
|
|
778
770
|
scrollbarAlwaysOn: boolean;
|
|
779
771
|
stripe: boolean;
|
|
780
|
-
treeProps:
|
|
772
|
+
treeProps: {
|
|
773
|
+
hasChildren?: string | undefined;
|
|
774
|
+
children?: string | undefined;
|
|
775
|
+
} | undefined;
|
|
781
776
|
showHeader: boolean;
|
|
782
777
|
showSummary: boolean;
|
|
783
778
|
highlightCurrentRow: boolean;
|
|
@@ -785,7 +780,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
785
780
|
selectOnIndeterminate: boolean;
|
|
786
781
|
indent: number;
|
|
787
782
|
flexible: boolean;
|
|
788
|
-
scrollbarTabindex: string | number;
|
|
789
783
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
790
784
|
P: {};
|
|
791
785
|
B: {};
|
|
@@ -855,11 +849,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
855
849
|
default: number;
|
|
856
850
|
};
|
|
857
851
|
treeProps: {
|
|
858
|
-
type: import('vue').PropType<
|
|
852
|
+
type: import('vue').PropType<{
|
|
853
|
+
hasChildren?: string | undefined;
|
|
854
|
+
children?: string | undefined;
|
|
855
|
+
} | undefined>;
|
|
859
856
|
default: () => {
|
|
860
857
|
hasChildren: string;
|
|
861
858
|
children: string;
|
|
862
|
-
checkStrictly: boolean;
|
|
863
859
|
};
|
|
864
860
|
};
|
|
865
861
|
lazy: BooleanConstructor;
|
|
@@ -879,11 +875,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
879
875
|
scrollbarAlwaysOn: BooleanConstructor;
|
|
880
876
|
flexible: BooleanConstructor;
|
|
881
877
|
showOverflowTooltip: import('vue').PropType<boolean | Partial<Pick<import('element-plus').ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">> | undefined>;
|
|
882
|
-
appendFilterPanelTo: StringConstructor;
|
|
883
|
-
scrollbarTabindex: {
|
|
884
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
885
|
-
default: undefined;
|
|
886
|
-
};
|
|
887
878
|
}>> & {
|
|
888
879
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
889
880
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -955,7 +946,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
955
946
|
handleFixedMousewheel: (event: any, data: any) => void;
|
|
956
947
|
setCurrentRow: (row: any) => void;
|
|
957
948
|
getSelectionRows: () => any;
|
|
958
|
-
toggleRowSelection: (row: any, selected
|
|
949
|
+
toggleRowSelection: (row: any, selected: boolean) => void;
|
|
959
950
|
clearSelection: () => void;
|
|
960
951
|
clearFilter: (columnKeys?: string[] | undefined) => void;
|
|
961
952
|
toggleAllSelection: () => void;
|
|
@@ -963,7 +954,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
963
954
|
clearSort: () => void;
|
|
964
955
|
doLayout: () => void;
|
|
965
956
|
sort: (prop: string, order: string) => void;
|
|
966
|
-
updateKeyChildren: (key: string, data: any[]) => void;
|
|
967
957
|
t: import('element-plus').Translator;
|
|
968
958
|
setDragVisible: (visible: boolean) => void;
|
|
969
959
|
context: import('element-plus/es/components/table/src/table/defaults').Table<any>;
|
|
@@ -999,16 +989,19 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
999
989
|
setScrollLeft: (left?: number | undefined) => void;
|
|
1000
990
|
setScrollTop: (top?: number | undefined) => void;
|
|
1001
991
|
}, {}, {}, {}, {
|
|
1002
|
-
data: any[];
|
|
1003
992
|
style: import('vue').CSSProperties;
|
|
993
|
+
className: string;
|
|
1004
994
|
tableLayout: "auto" | "fixed";
|
|
1005
995
|
border: boolean;
|
|
1006
|
-
|
|
996
|
+
data: any[];
|
|
1007
997
|
fit: boolean;
|
|
1008
998
|
lazy: boolean;
|
|
1009
999
|
scrollbarAlwaysOn: boolean;
|
|
1010
1000
|
stripe: boolean;
|
|
1011
|
-
treeProps:
|
|
1001
|
+
treeProps: {
|
|
1002
|
+
hasChildren?: string | undefined;
|
|
1003
|
+
children?: string | undefined;
|
|
1004
|
+
} | undefined;
|
|
1012
1005
|
showHeader: boolean;
|
|
1013
1006
|
showSummary: boolean;
|
|
1014
1007
|
highlightCurrentRow: boolean;
|
|
@@ -1016,7 +1009,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1016
1009
|
selectOnIndeterminate: boolean;
|
|
1017
1010
|
indent: number;
|
|
1018
1011
|
flexible: boolean;
|
|
1019
|
-
scrollbarTabindex: string | number;
|
|
1020
1012
|
}> | undefined>;
|
|
1021
1013
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1022
1014
|
sort: (...args: any[]) => void;
|