next-ui3 1.3.23 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.full.min.js +131 -16
- package/dist/index.full.min.mjs +133 -18
- package/dist/locale/zh-cn.min.js +1 -1
- package/dist/locale/zh-cn.min.mjs +1 -1
- package/dist/utils/index.min.js +2 -2
- package/dist/utils/index.min.mjs +2 -2
- package/es/components/autocomplete/src/index.vue.d.ts +10 -203
- package/es/components/cascader/src/index.vue.d.ts +5 -1111
- package/es/components/checkbox/src/index.vue.d.ts +5 -10
- package/es/components/checkbox-group/src/BlockCheckboxGroup.vue.d.ts +10 -15
- package/es/components/checkbox-group/src/index.vue.d.ts +24 -27
- package/es/components/date-picker/src/QuarterPicker.vue.d.ts +1 -1
- package/es/components/date-picker/src/SemiAnnualPicker.vue.d.ts +1 -1
- package/es/components/date-picker/src/index.vue.d.ts +5 -383
- package/es/components/download-button/src/index.vue.d.ts +5 -10
- package/es/components/empty/src/index.vue.d.ts +5 -10
- package/es/components/file-select/src/index.vue.d.ts +9 -17
- package/es/components/file-upload/index.d.ts +3 -0
- package/es/components/file-upload/src/FileList.vue.d.ts +2 -0
- package/es/components/file-upload/src/index.vue.d.ts +110 -0
- package/es/components/file-upload/src/types.d.ts +12 -0
- package/es/components/filter/src/index.vue.d.ts +11 -197
- package/es/components/flex-text/src/index.vue.d.ts +7 -14
- package/es/components/form/src/index.vue.d.ts +13 -197
- package/es/components/icon/index.d.ts +2 -0
- package/es/components/icon/src/index.vue.d.ts +12 -0
- package/es/components/index.d.ts +2 -0
- package/es/components/input/src/index.vue.d.ts +5 -415
- package/es/components/input-number/src/index.vue.d.ts +9 -418
- package/es/components/input-password/src/index.vue.d.ts +5 -415
- package/es/components/pagination/src/index.vue.d.ts +5 -8
- package/es/components/radio-group/src/CustomRadioGroup.vue.d.ts +10 -15
- package/es/components/radio-group/src/index.vue.d.ts +19 -21
- package/es/components/remote-cascader/src/index.vue.d.ts +5 -10
- package/es/components/remote-select/src/DictSelect.vue.d.ts +5 -149
- package/es/components/remote-select/src/EnumSelect.vue.d.ts +5 -149
- package/es/components/remote-select/src/index.vue.d.ts +5 -10
- package/es/components/remote-tree-select/src/index.vue.d.ts +5 -10
- package/es/components/remote-tree-select/src/old.vue.d.ts +5 -53
- package/es/components/select/src/index.vue.d.ts +19 -549
- package/es/components/table/src/index.vue.d.ts +15 -571
- package/es/components/tree-panel/src/index.vue.d.ts +11 -882
- package/es/components/tree-select/src/index.vue.d.ts +5 -53
- package/es/components/upload/src/ImageUpload.vue.d.ts +8 -15
- package/es/components/upload/src/index.vue.d.ts +11 -468
- package/es/config/icons.d.ts +1 -0
- package/es/config/index.d.ts +1 -0
- package/es/hooks/use-toast/index.d.ts +1 -0
- package/es/hooks/use-upload-config/index.d.ts +1 -1
- package/es/utils/index.d.ts +1 -0
- package/es/utils/lock.d.ts +6 -0
- package/es/utils/timer.d.ts +1 -1
- package/es/version.d.ts +1 -1
- package/lib/components/autocomplete/src/index.vue.d.ts +10 -203
- package/lib/components/cascader/src/index.vue.d.ts +5 -1111
- package/lib/components/checkbox/src/index.vue.d.ts +5 -10
- package/lib/components/checkbox-group/src/BlockCheckboxGroup.vue.d.ts +10 -15
- package/lib/components/checkbox-group/src/index.vue.d.ts +24 -27
- package/lib/components/date-picker/src/QuarterPicker.vue.d.ts +1 -1
- package/lib/components/date-picker/src/SemiAnnualPicker.vue.d.ts +1 -1
- package/lib/components/date-picker/src/index.vue.d.ts +5 -383
- package/lib/components/download-button/src/index.vue.d.ts +5 -10
- package/lib/components/empty/src/index.vue.d.ts +5 -10
- package/lib/components/file-select/src/index.vue.d.ts +9 -17
- package/lib/components/file-upload/index.d.ts +3 -0
- package/lib/components/file-upload/src/FileList.vue.d.ts +2 -0
- package/lib/components/file-upload/src/index.vue.d.ts +110 -0
- package/lib/components/file-upload/src/types.d.ts +12 -0
- package/lib/components/filter/src/index.vue.d.ts +11 -197
- package/lib/components/flex-text/src/index.vue.d.ts +7 -14
- package/lib/components/form/src/index.vue.d.ts +13 -197
- package/lib/components/icon/index.d.ts +2 -0
- package/lib/components/icon/src/index.vue.d.ts +12 -0
- package/lib/components/index.d.ts +2 -0
- package/lib/components/input/src/index.vue.d.ts +5 -415
- package/lib/components/input-number/src/index.vue.d.ts +9 -418
- package/lib/components/input-password/src/index.vue.d.ts +5 -415
- package/lib/components/pagination/src/index.vue.d.ts +5 -8
- package/lib/components/radio-group/src/CustomRadioGroup.vue.d.ts +10 -15
- package/lib/components/radio-group/src/index.vue.d.ts +19 -21
- package/lib/components/remote-cascader/src/index.vue.d.ts +5 -10
- package/lib/components/remote-select/src/DictSelect.vue.d.ts +5 -149
- package/lib/components/remote-select/src/EnumSelect.vue.d.ts +5 -149
- package/lib/components/remote-select/src/index.vue.d.ts +5 -10
- package/lib/components/remote-tree-select/src/index.vue.d.ts +5 -10
- package/lib/components/remote-tree-select/src/old.vue.d.ts +5 -53
- package/lib/components/select/src/index.vue.d.ts +19 -549
- package/lib/components/table/src/index.vue.d.ts +15 -571
- package/lib/components/tree-panel/src/index.vue.d.ts +11 -882
- package/lib/components/tree-select/src/index.vue.d.ts +5 -53
- package/lib/components/upload/src/ImageUpload.vue.d.ts +8 -15
- package/lib/components/upload/src/index.vue.d.ts +11 -468
- package/lib/config/icons.d.ts +1 -0
- package/lib/config/index.d.ts +1 -0
- package/lib/hooks/use-toast/index.d.ts +1 -0
- package/lib/hooks/use-upload-config/index.d.ts +1 -1
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/lock.d.ts +6 -0
- package/lib/utils/timer.d.ts +1 -1
- package/lib/version.d.ts +1 -1
- package/package.json +1 -1
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/nt-empty.css +1 -1
- package/theme-chalk/nt-file-select.css +1 -1
- package/theme-chalk/nt-file-upload.css +1 -0
- package/theme-chalk/nt-icon.css +1 -0
- package/theme-chalk/src/base.scss +3 -0
- package/theme-chalk/src/file-upload.scss +156 -0
- package/theme-chalk/src/icon.scss +15 -0
- package/theme-chalk/src/index.scss +2 -0
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { nextTick } from 'vue';
|
|
2
1
|
import type { ITableColumn } from '../../_base/types';
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
/**
|
|
@@ -21,575 +20,20 @@ type __VLS_Props = {
|
|
|
21
20
|
filterParams?: Record<string, any>;
|
|
22
21
|
headerAlign?: 'left' | 'center' | 'right';
|
|
23
22
|
};
|
|
24
|
-
declare
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
fit: boolean;
|
|
38
|
-
lazy: boolean;
|
|
39
|
-
scrollbarAlwaysOn: boolean;
|
|
40
|
-
allowDragLastColumn: boolean;
|
|
41
|
-
stripe: boolean;
|
|
42
|
-
treeProps: import("element-plus/es/components/table/src/table/defaults").TreeProps | undefined;
|
|
43
|
-
showHeader: boolean;
|
|
44
|
-
showSummary: boolean;
|
|
45
|
-
highlightCurrentRow: boolean;
|
|
46
|
-
defaultExpandAll: boolean;
|
|
47
|
-
selectOnIndeterminate: boolean;
|
|
48
|
-
indent: number;
|
|
49
|
-
flexible: boolean;
|
|
50
|
-
scrollbarTabindex: string | number;
|
|
51
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
-
data: {
|
|
53
|
-
type: import("vue").PropType<import("element-plus/es/components/table/src/table/defaults").DefaultRow[]>;
|
|
54
|
-
default: () => never[];
|
|
55
|
-
};
|
|
56
|
-
size: {
|
|
57
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
58
|
-
readonly required: false;
|
|
59
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
60
|
-
__epPropKey: true;
|
|
61
|
-
};
|
|
62
|
-
width: (NumberConstructor | StringConstructor)[];
|
|
63
|
-
height: (NumberConstructor | StringConstructor)[];
|
|
64
|
-
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
65
|
-
fit: {
|
|
66
|
-
type: BooleanConstructor;
|
|
67
|
-
default: boolean;
|
|
68
|
-
};
|
|
69
|
-
stripe: BooleanConstructor;
|
|
70
|
-
border: BooleanConstructor;
|
|
71
|
-
rowKey: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowKey"]>;
|
|
72
|
-
showHeader: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
showSummary: BooleanConstructor;
|
|
77
|
-
sumText: StringConstructor;
|
|
78
|
-
summaryMethod: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["summaryMethod"]>;
|
|
79
|
-
rowClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowClassName"]>;
|
|
80
|
-
rowStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowStyle"]>;
|
|
81
|
-
cellClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["cellClassName"]>;
|
|
82
|
-
cellStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["cellStyle"]>;
|
|
83
|
-
headerRowClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerRowClassName"]>;
|
|
84
|
-
headerRowStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerRowStyle"]>;
|
|
85
|
-
headerCellClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerCellClassName"]>;
|
|
86
|
-
headerCellStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerCellStyle"]>;
|
|
87
|
-
highlightCurrentRow: BooleanConstructor;
|
|
88
|
-
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
89
|
-
emptyText: StringConstructor;
|
|
90
|
-
expandRowKeys: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["expandRowKeys"]>;
|
|
91
|
-
defaultExpandAll: BooleanConstructor;
|
|
92
|
-
defaultSort: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["defaultSort"]>;
|
|
93
|
-
tooltipEffect: StringConstructor;
|
|
94
|
-
tooltipOptions: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["tooltipOptions"]>;
|
|
95
|
-
spanMethod: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["spanMethod"]>;
|
|
96
|
-
selectOnIndeterminate: {
|
|
97
|
-
type: BooleanConstructor;
|
|
98
|
-
default: boolean;
|
|
99
|
-
};
|
|
100
|
-
indent: {
|
|
101
|
-
type: NumberConstructor;
|
|
102
|
-
default: number;
|
|
103
|
-
};
|
|
104
|
-
treeProps: {
|
|
105
|
-
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"]>;
|
|
106
|
-
default: () => {
|
|
107
|
-
hasChildren: string;
|
|
108
|
-
children: string;
|
|
109
|
-
checkStrictly: boolean;
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
lazy: BooleanConstructor;
|
|
113
|
-
load: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["load"]>;
|
|
114
|
-
style: {
|
|
115
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
116
|
-
default: () => {};
|
|
117
|
-
};
|
|
118
|
-
className: {
|
|
119
|
-
type: StringConstructor;
|
|
120
|
-
default: string;
|
|
121
|
-
};
|
|
122
|
-
tableLayout: {
|
|
123
|
-
type: import("vue").PropType<"fixed" | "auto">;
|
|
124
|
-
default: string;
|
|
125
|
-
};
|
|
126
|
-
scrollbarAlwaysOn: BooleanConstructor;
|
|
127
|
-
flexible: BooleanConstructor;
|
|
128
|
-
showOverflowTooltip: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["showOverflowTooltip"]>;
|
|
129
|
-
appendFilterPanelTo: StringConstructor;
|
|
130
|
-
scrollbarTabindex: {
|
|
131
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
132
|
-
default: undefined;
|
|
133
|
-
};
|
|
134
|
-
allowDragLastColumn: {
|
|
135
|
-
type: BooleanConstructor;
|
|
136
|
-
default: boolean;
|
|
137
|
-
};
|
|
138
|
-
}>> & {
|
|
139
|
-
onScroll?: ((...args: any[]) => any) | undefined;
|
|
140
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
141
|
-
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
142
|
-
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
143
|
-
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
144
|
-
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
145
|
-
"onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
|
|
146
|
-
"onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
|
|
147
|
-
"onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
148
|
-
"onCell-click"?: ((...args: any[]) => any) | undefined;
|
|
149
|
-
"onCell-dblclick"?: ((...args: any[]) => any) | undefined;
|
|
150
|
-
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
151
|
-
"onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
152
|
-
"onRow-dblclick"?: ((...args: any[]) => any) | undefined;
|
|
153
|
-
"onHeader-click"?: ((...args: any[]) => any) | undefined;
|
|
154
|
-
"onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
155
|
-
"onSort-change"?: ((...args: any[]) => any) | undefined;
|
|
156
|
-
"onFilter-change"?: ((...args: any[]) => any) | undefined;
|
|
157
|
-
"onHeader-dragend"?: ((...args: any[]) => any) | undefined;
|
|
158
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "lazy" | "border" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "className" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn">;
|
|
159
|
-
$attrs: {
|
|
160
|
-
[x: string]: unknown;
|
|
161
|
-
};
|
|
162
|
-
$refs: {
|
|
163
|
-
[x: string]: unknown;
|
|
164
|
-
};
|
|
165
|
-
$slots: import("vue").Slots;
|
|
166
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
167
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
168
|
-
$emit: (event: "select" | "scroll" | "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", ...args: any[]) => void;
|
|
169
|
-
$el: any;
|
|
170
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
171
|
-
data: {
|
|
172
|
-
type: import("vue").PropType<import("element-plus/es/components/table/src/table/defaults").DefaultRow[]>;
|
|
173
|
-
default: () => never[];
|
|
174
|
-
};
|
|
175
|
-
size: {
|
|
176
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
177
|
-
readonly required: false;
|
|
178
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
|
-
__epPropKey: true;
|
|
180
|
-
};
|
|
181
|
-
width: (NumberConstructor | StringConstructor)[];
|
|
182
|
-
height: (NumberConstructor | StringConstructor)[];
|
|
183
|
-
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
184
|
-
fit: {
|
|
185
|
-
type: BooleanConstructor;
|
|
186
|
-
default: boolean;
|
|
187
|
-
};
|
|
188
|
-
stripe: BooleanConstructor;
|
|
189
|
-
border: BooleanConstructor;
|
|
190
|
-
rowKey: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowKey"]>;
|
|
191
|
-
showHeader: {
|
|
192
|
-
type: BooleanConstructor;
|
|
193
|
-
default: boolean;
|
|
194
|
-
};
|
|
195
|
-
showSummary: BooleanConstructor;
|
|
196
|
-
sumText: StringConstructor;
|
|
197
|
-
summaryMethod: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["summaryMethod"]>;
|
|
198
|
-
rowClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowClassName"]>;
|
|
199
|
-
rowStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowStyle"]>;
|
|
200
|
-
cellClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["cellClassName"]>;
|
|
201
|
-
cellStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["cellStyle"]>;
|
|
202
|
-
headerRowClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerRowClassName"]>;
|
|
203
|
-
headerRowStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerRowStyle"]>;
|
|
204
|
-
headerCellClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerCellClassName"]>;
|
|
205
|
-
headerCellStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerCellStyle"]>;
|
|
206
|
-
highlightCurrentRow: BooleanConstructor;
|
|
207
|
-
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
208
|
-
emptyText: StringConstructor;
|
|
209
|
-
expandRowKeys: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["expandRowKeys"]>;
|
|
210
|
-
defaultExpandAll: BooleanConstructor;
|
|
211
|
-
defaultSort: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["defaultSort"]>;
|
|
212
|
-
tooltipEffect: StringConstructor;
|
|
213
|
-
tooltipOptions: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["tooltipOptions"]>;
|
|
214
|
-
spanMethod: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["spanMethod"]>;
|
|
215
|
-
selectOnIndeterminate: {
|
|
216
|
-
type: BooleanConstructor;
|
|
217
|
-
default: boolean;
|
|
218
|
-
};
|
|
219
|
-
indent: {
|
|
220
|
-
type: NumberConstructor;
|
|
221
|
-
default: number;
|
|
222
|
-
};
|
|
223
|
-
treeProps: {
|
|
224
|
-
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"]>;
|
|
225
|
-
default: () => {
|
|
226
|
-
hasChildren: string;
|
|
227
|
-
children: string;
|
|
228
|
-
checkStrictly: boolean;
|
|
229
|
-
};
|
|
230
|
-
};
|
|
231
|
-
lazy: BooleanConstructor;
|
|
232
|
-
load: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["load"]>;
|
|
233
|
-
style: {
|
|
234
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
235
|
-
default: () => {};
|
|
236
|
-
};
|
|
237
|
-
className: {
|
|
238
|
-
type: StringConstructor;
|
|
239
|
-
default: string;
|
|
240
|
-
};
|
|
241
|
-
tableLayout: {
|
|
242
|
-
type: import("vue").PropType<"fixed" | "auto">;
|
|
243
|
-
default: string;
|
|
244
|
-
};
|
|
245
|
-
scrollbarAlwaysOn: BooleanConstructor;
|
|
246
|
-
flexible: BooleanConstructor;
|
|
247
|
-
showOverflowTooltip: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["showOverflowTooltip"]>;
|
|
248
|
-
appendFilterPanelTo: StringConstructor;
|
|
249
|
-
scrollbarTabindex: {
|
|
250
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
251
|
-
default: undefined;
|
|
252
|
-
};
|
|
253
|
-
allowDragLastColumn: {
|
|
254
|
-
type: BooleanConstructor;
|
|
255
|
-
default: boolean;
|
|
256
|
-
};
|
|
257
|
-
}>> & {
|
|
258
|
-
onScroll?: ((...args: any[]) => any) | undefined;
|
|
259
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
260
|
-
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
261
|
-
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
262
|
-
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
263
|
-
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
264
|
-
"onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
|
|
265
|
-
"onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
|
|
266
|
-
"onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
267
|
-
"onCell-click"?: ((...args: any[]) => any) | undefined;
|
|
268
|
-
"onCell-dblclick"?: ((...args: any[]) => any) | undefined;
|
|
269
|
-
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
270
|
-
"onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
271
|
-
"onRow-dblclick"?: ((...args: any[]) => any) | undefined;
|
|
272
|
-
"onHeader-click"?: ((...args: any[]) => any) | undefined;
|
|
273
|
-
"onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
274
|
-
"onSort-change"?: ((...args: any[]) => any) | undefined;
|
|
275
|
-
"onFilter-change"?: ((...args: any[]) => any) | undefined;
|
|
276
|
-
"onHeader-dragend"?: ((...args: any[]) => any) | undefined;
|
|
277
|
-
}, {
|
|
278
|
-
ns: {
|
|
279
|
-
namespace: import("vue").ComputedRef<string>;
|
|
280
|
-
b: (blockSuffix?: string) => string;
|
|
281
|
-
e: (element?: string) => string;
|
|
282
|
-
m: (modifier?: string) => string;
|
|
283
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
284
|
-
em: (element?: string, modifier?: string) => string;
|
|
285
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
286
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
287
|
-
is: {
|
|
288
|
-
(name: string, state: boolean | undefined): string;
|
|
289
|
-
(name: string): string;
|
|
290
|
-
};
|
|
291
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
292
|
-
cssVarName: (name: string) => string;
|
|
293
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
294
|
-
cssVarBlockName: (name: string) => string;
|
|
295
|
-
};
|
|
296
|
-
layout: import("element-plus/es/components/table/src/table-layout").default<any>;
|
|
297
|
-
store: any;
|
|
298
|
-
columns: import("vue").ComputedRef<import("element-plus").TableColumnCtx<unknown>>;
|
|
299
|
-
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
300
|
-
handleMouseLeave: () => void;
|
|
301
|
-
tableId: string;
|
|
302
|
-
tableSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
303
|
-
isHidden: import("vue").Ref<boolean>;
|
|
304
|
-
isEmpty: import("vue").ComputedRef<boolean>;
|
|
305
|
-
renderExpanded: import("vue").Ref<null>;
|
|
306
|
-
resizeProxyVisible: import("vue").Ref<boolean>;
|
|
307
|
-
resizeState: import("vue").Ref<{
|
|
308
|
-
width: null | number;
|
|
309
|
-
height: null | number;
|
|
310
|
-
headerHeight: null | number;
|
|
311
|
-
}>;
|
|
312
|
-
isGroup: import("vue").Ref<boolean>;
|
|
313
|
-
bodyWidth: import("vue").ComputedRef<string>;
|
|
314
|
-
tableBodyStyles: import("vue").ComputedRef<{
|
|
315
|
-
width: string;
|
|
316
|
-
}>;
|
|
317
|
-
emptyBlockStyle: import("vue").ComputedRef<{
|
|
318
|
-
width: string;
|
|
319
|
-
height: string;
|
|
320
|
-
} | null>;
|
|
321
|
-
debouncedUpdateLayout: import("lodash").DebouncedFunc<() => void>;
|
|
322
|
-
handleFixedMousewheel: (event: any, data: any) => void;
|
|
323
|
-
setCurrentRow: (row: any) => void;
|
|
324
|
-
getSelectionRows: () => any;
|
|
325
|
-
toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
|
|
326
|
-
clearSelection: () => void;
|
|
327
|
-
clearFilter: (columnKeys?: string[]) => void;
|
|
328
|
-
toggleAllSelection: () => void;
|
|
329
|
-
toggleRowExpansion: (row: any, expanded?: boolean) => void;
|
|
330
|
-
clearSort: () => void;
|
|
331
|
-
doLayout: () => void;
|
|
332
|
-
sort: (prop: string, order: string) => void;
|
|
333
|
-
updateKeyChildren: (key: string, data: any[]) => void;
|
|
334
|
-
t: import("element-plus").Translator;
|
|
335
|
-
setDragVisible: (visible: boolean) => void;
|
|
336
|
-
context: import("element-plus").Table<any>;
|
|
337
|
-
computedSumText: import("vue").ComputedRef<string>;
|
|
338
|
-
computedEmptyText: import("vue").ComputedRef<string>;
|
|
339
|
-
tableLayout: import("vue").ComputedRef<("fixed" | "auto") | undefined>;
|
|
340
|
-
scrollbarViewStyle: {
|
|
341
|
-
display: string;
|
|
342
|
-
verticalAlign: string;
|
|
343
|
-
};
|
|
344
|
-
scrollbarStyle: import("vue").ComputedRef<{
|
|
345
|
-
height: string;
|
|
346
|
-
maxHeight?: undefined;
|
|
347
|
-
} | {
|
|
348
|
-
maxHeight: string;
|
|
349
|
-
height?: undefined;
|
|
350
|
-
} | {
|
|
351
|
-
height?: undefined;
|
|
352
|
-
maxHeight?: undefined;
|
|
353
|
-
}>;
|
|
354
|
-
scrollBarRef: import("vue").Ref<any>;
|
|
355
|
-
scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
|
|
356
|
-
setScrollLeft: (left?: number) => void;
|
|
357
|
-
setScrollTop: (top?: number) => void;
|
|
358
|
-
allowDragLastColumn: boolean;
|
|
359
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "scroll" | "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")[], string, {
|
|
360
|
-
data: any[];
|
|
361
|
-
style: import("vue").CSSProperties;
|
|
362
|
-
tableLayout: "fixed" | "auto";
|
|
363
|
-
border: boolean;
|
|
364
|
-
className: string;
|
|
365
|
-
fit: boolean;
|
|
366
|
-
lazy: boolean;
|
|
367
|
-
scrollbarAlwaysOn: boolean;
|
|
368
|
-
allowDragLastColumn: boolean;
|
|
369
|
-
stripe: boolean;
|
|
370
|
-
treeProps: import("element-plus/es/components/table/src/table/defaults").TreeProps | undefined;
|
|
371
|
-
showHeader: boolean;
|
|
372
|
-
showSummary: boolean;
|
|
373
|
-
highlightCurrentRow: boolean;
|
|
374
|
-
defaultExpandAll: boolean;
|
|
375
|
-
selectOnIndeterminate: boolean;
|
|
376
|
-
indent: number;
|
|
377
|
-
flexible: boolean;
|
|
378
|
-
scrollbarTabindex: string | number;
|
|
379
|
-
}> & {
|
|
380
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
381
|
-
created?: (() => void) | (() => void)[];
|
|
382
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
383
|
-
mounted?: (() => void) | (() => void)[];
|
|
384
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
385
|
-
updated?: (() => void) | (() => void)[];
|
|
386
|
-
activated?: (() => void) | (() => void)[];
|
|
387
|
-
deactivated?: (() => void) | (() => void)[];
|
|
388
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
389
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
390
|
-
destroyed?: (() => void) | (() => void)[];
|
|
391
|
-
unmounted?: (() => void) | (() => void)[];
|
|
392
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
393
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
394
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
395
|
-
};
|
|
396
|
-
$forceUpdate: () => void;
|
|
397
|
-
$nextTick: typeof nextTick;
|
|
398
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
399
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
400
|
-
data: {
|
|
401
|
-
type: import("vue").PropType<import("element-plus/es/components/table/src/table/defaults").DefaultRow[]>;
|
|
402
|
-
default: () => never[];
|
|
403
|
-
};
|
|
404
|
-
size: {
|
|
405
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
406
|
-
readonly required: false;
|
|
407
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
408
|
-
__epPropKey: true;
|
|
409
|
-
};
|
|
410
|
-
width: (NumberConstructor | StringConstructor)[];
|
|
411
|
-
height: (NumberConstructor | StringConstructor)[];
|
|
412
|
-
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
413
|
-
fit: {
|
|
414
|
-
type: BooleanConstructor;
|
|
415
|
-
default: boolean;
|
|
416
|
-
};
|
|
417
|
-
stripe: BooleanConstructor;
|
|
418
|
-
border: BooleanConstructor;
|
|
419
|
-
rowKey: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowKey"]>;
|
|
420
|
-
showHeader: {
|
|
421
|
-
type: BooleanConstructor;
|
|
422
|
-
default: boolean;
|
|
423
|
-
};
|
|
424
|
-
showSummary: BooleanConstructor;
|
|
425
|
-
sumText: StringConstructor;
|
|
426
|
-
summaryMethod: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["summaryMethod"]>;
|
|
427
|
-
rowClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowClassName"]>;
|
|
428
|
-
rowStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["rowStyle"]>;
|
|
429
|
-
cellClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["cellClassName"]>;
|
|
430
|
-
cellStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["cellStyle"]>;
|
|
431
|
-
headerRowClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerRowClassName"]>;
|
|
432
|
-
headerRowStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerRowStyle"]>;
|
|
433
|
-
headerCellClassName: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerCellClassName"]>;
|
|
434
|
-
headerCellStyle: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["headerCellStyle"]>;
|
|
435
|
-
highlightCurrentRow: BooleanConstructor;
|
|
436
|
-
currentRowKey: (NumberConstructor | StringConstructor)[];
|
|
437
|
-
emptyText: StringConstructor;
|
|
438
|
-
expandRowKeys: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["expandRowKeys"]>;
|
|
439
|
-
defaultExpandAll: BooleanConstructor;
|
|
440
|
-
defaultSort: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["defaultSort"]>;
|
|
441
|
-
tooltipEffect: StringConstructor;
|
|
442
|
-
tooltipOptions: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["tooltipOptions"]>;
|
|
443
|
-
spanMethod: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["spanMethod"]>;
|
|
444
|
-
selectOnIndeterminate: {
|
|
445
|
-
type: BooleanConstructor;
|
|
446
|
-
default: boolean;
|
|
447
|
-
};
|
|
448
|
-
indent: {
|
|
449
|
-
type: NumberConstructor;
|
|
450
|
-
default: number;
|
|
451
|
-
};
|
|
452
|
-
treeProps: {
|
|
453
|
-
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"]>;
|
|
454
|
-
default: () => {
|
|
455
|
-
hasChildren: string;
|
|
456
|
-
children: string;
|
|
457
|
-
checkStrictly: boolean;
|
|
458
|
-
};
|
|
459
|
-
};
|
|
460
|
-
lazy: BooleanConstructor;
|
|
461
|
-
load: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["load"]>;
|
|
462
|
-
style: {
|
|
463
|
-
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
464
|
-
default: () => {};
|
|
465
|
-
};
|
|
466
|
-
className: {
|
|
467
|
-
type: StringConstructor;
|
|
468
|
-
default: string;
|
|
469
|
-
};
|
|
470
|
-
tableLayout: {
|
|
471
|
-
type: import("vue").PropType<"fixed" | "auto">;
|
|
472
|
-
default: string;
|
|
473
|
-
};
|
|
474
|
-
scrollbarAlwaysOn: BooleanConstructor;
|
|
475
|
-
flexible: BooleanConstructor;
|
|
476
|
-
showOverflowTooltip: import("vue").PropType<import("element-plus").TableProps<import("element-plus/es/components/table/src/table/defaults").DefaultRow>["showOverflowTooltip"]>;
|
|
477
|
-
appendFilterPanelTo: StringConstructor;
|
|
478
|
-
scrollbarTabindex: {
|
|
479
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
480
|
-
default: undefined;
|
|
481
|
-
};
|
|
482
|
-
allowDragLastColumn: {
|
|
483
|
-
type: BooleanConstructor;
|
|
484
|
-
default: boolean;
|
|
485
|
-
};
|
|
486
|
-
}>> & {
|
|
487
|
-
onScroll?: ((...args: any[]) => any) | undefined;
|
|
488
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
489
|
-
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
490
|
-
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
491
|
-
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
492
|
-
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
493
|
-
"onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
|
|
494
|
-
"onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
|
|
495
|
-
"onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
496
|
-
"onCell-click"?: ((...args: any[]) => any) | undefined;
|
|
497
|
-
"onCell-dblclick"?: ((...args: any[]) => any) | undefined;
|
|
498
|
-
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
499
|
-
"onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
500
|
-
"onRow-dblclick"?: ((...args: any[]) => any) | undefined;
|
|
501
|
-
"onHeader-click"?: ((...args: any[]) => any) | undefined;
|
|
502
|
-
"onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
|
|
503
|
-
"onSort-change"?: ((...args: any[]) => any) | undefined;
|
|
504
|
-
"onFilter-change"?: ((...args: any[]) => any) | undefined;
|
|
505
|
-
"onHeader-dragend"?: ((...args: any[]) => any) | undefined;
|
|
506
|
-
} & import("vue").ShallowUnwrapRef<{
|
|
507
|
-
ns: {
|
|
508
|
-
namespace: import("vue").ComputedRef<string>;
|
|
509
|
-
b: (blockSuffix?: string) => string;
|
|
510
|
-
e: (element?: string) => string;
|
|
511
|
-
m: (modifier?: string) => string;
|
|
512
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
513
|
-
em: (element?: string, modifier?: string) => string;
|
|
514
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
515
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
516
|
-
is: {
|
|
517
|
-
(name: string, state: boolean | undefined): string;
|
|
518
|
-
(name: string): string;
|
|
519
|
-
};
|
|
520
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
521
|
-
cssVarName: (name: string) => string;
|
|
522
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
523
|
-
cssVarBlockName: (name: string) => string;
|
|
524
|
-
};
|
|
525
|
-
layout: import("element-plus/es/components/table/src/table-layout").default<any>;
|
|
526
|
-
store: any;
|
|
527
|
-
columns: import("vue").ComputedRef<import("element-plus").TableColumnCtx<unknown>>;
|
|
528
|
-
handleHeaderFooterMousewheel: (event: any, data: any) => void;
|
|
529
|
-
handleMouseLeave: () => void;
|
|
530
|
-
tableId: string;
|
|
531
|
-
tableSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
532
|
-
isHidden: import("vue").Ref<boolean>;
|
|
533
|
-
isEmpty: import("vue").ComputedRef<boolean>;
|
|
534
|
-
renderExpanded: import("vue").Ref<null>;
|
|
535
|
-
resizeProxyVisible: import("vue").Ref<boolean>;
|
|
536
|
-
resizeState: import("vue").Ref<{
|
|
537
|
-
width: null | number;
|
|
538
|
-
height: null | number;
|
|
539
|
-
headerHeight: null | number;
|
|
540
|
-
}>;
|
|
541
|
-
isGroup: import("vue").Ref<boolean>;
|
|
542
|
-
bodyWidth: import("vue").ComputedRef<string>;
|
|
543
|
-
tableBodyStyles: import("vue").ComputedRef<{
|
|
544
|
-
width: string;
|
|
545
|
-
}>;
|
|
546
|
-
emptyBlockStyle: import("vue").ComputedRef<{
|
|
547
|
-
width: string;
|
|
548
|
-
height: string;
|
|
549
|
-
} | null>;
|
|
550
|
-
debouncedUpdateLayout: import("lodash").DebouncedFunc<() => void>;
|
|
551
|
-
handleFixedMousewheel: (event: any, data: any) => void;
|
|
552
|
-
setCurrentRow: (row: any) => void;
|
|
553
|
-
getSelectionRows: () => any;
|
|
554
|
-
toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
|
|
555
|
-
clearSelection: () => void;
|
|
556
|
-
clearFilter: (columnKeys?: string[]) => void;
|
|
557
|
-
toggleAllSelection: () => void;
|
|
558
|
-
toggleRowExpansion: (row: any, expanded?: boolean) => void;
|
|
559
|
-
clearSort: () => void;
|
|
560
|
-
doLayout: () => void;
|
|
561
|
-
sort: (prop: string, order: string) => void;
|
|
562
|
-
updateKeyChildren: (key: string, data: any[]) => void;
|
|
563
|
-
t: import("element-plus").Translator;
|
|
564
|
-
setDragVisible: (visible: boolean) => void;
|
|
565
|
-
context: import("element-plus").Table<any>;
|
|
566
|
-
computedSumText: import("vue").ComputedRef<string>;
|
|
567
|
-
computedEmptyText: import("vue").ComputedRef<string>;
|
|
568
|
-
tableLayout: import("vue").ComputedRef<("fixed" | "auto") | undefined>;
|
|
569
|
-
scrollbarViewStyle: {
|
|
570
|
-
display: string;
|
|
571
|
-
verticalAlign: string;
|
|
572
|
-
};
|
|
573
|
-
scrollbarStyle: import("vue").ComputedRef<{
|
|
574
|
-
height: string;
|
|
575
|
-
maxHeight?: undefined;
|
|
576
|
-
} | {
|
|
577
|
-
maxHeight: string;
|
|
578
|
-
height?: undefined;
|
|
579
|
-
} | {
|
|
580
|
-
height?: undefined;
|
|
581
|
-
maxHeight?: undefined;
|
|
582
|
-
}>;
|
|
583
|
-
scrollBarRef: import("vue").Ref<any>;
|
|
584
|
-
scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
|
|
585
|
-
setScrollLeft: (left?: number) => void;
|
|
586
|
-
setScrollTop: (top?: number) => void;
|
|
587
|
-
allowDragLastColumn: boolean;
|
|
588
|
-
}> & {} & import("@vue/runtime-core").ComponentCustomProperties) | null;
|
|
589
|
-
};
|
|
590
|
-
rootEl: any;
|
|
23
|
+
declare var __VLS_16: string, __VLS_17: any, __VLS_20: string, __VLS_21: any, __VLS_24: string, __VLS_25: any, __VLS_28: string, __VLS_29: any, __VLS_39: string, __VLS_40: any, __VLS_59: number, __VLS_60: any;
|
|
24
|
+
type __VLS_Slots = {} & {
|
|
25
|
+
[K in NonNullable<typeof __VLS_16>]?: (props: typeof __VLS_17) => any;
|
|
26
|
+
} & {
|
|
27
|
+
[K in NonNullable<typeof __VLS_20>]?: (props: typeof __VLS_21) => any;
|
|
28
|
+
} & {
|
|
29
|
+
[K in NonNullable<typeof __VLS_24>]?: (props: typeof __VLS_25) => any;
|
|
30
|
+
} & {
|
|
31
|
+
[K in NonNullable<typeof __VLS_28>]?: (props: typeof __VLS_29) => any;
|
|
32
|
+
} & {
|
|
33
|
+
[K in NonNullable<typeof __VLS_39>]?: (props: typeof __VLS_40) => any;
|
|
34
|
+
} & {
|
|
35
|
+
[K in NonNullable<typeof __VLS_59>]?: (props: typeof __VLS_60) => any;
|
|
591
36
|
};
|
|
592
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
593
37
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
594
38
|
showLoading: boolean;
|
|
595
39
|
loading: boolean;
|
|
@@ -624,7 +68,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
624
68
|
showLoading: boolean;
|
|
625
69
|
reserveCurrentRow: boolean;
|
|
626
70
|
}>;
|
|
627
|
-
declare const _default:
|
|
71
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
628
72
|
export default _default;
|
|
629
73
|
type __VLS_WithDefaults<P, D> = {
|
|
630
74
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
@@ -640,7 +84,7 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
640
84
|
required: true;
|
|
641
85
|
};
|
|
642
86
|
};
|
|
643
|
-
type
|
|
87
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
644
88
|
new (): {
|
|
645
89
|
$slots: S;
|
|
646
90
|
};
|