gzhr-ui 1.0.8 → 1.0.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/dist/es/index.mjs +1 -1
- package/dist/es/{table-D0LUBbI6.mjs → table-Brpig3T1.mjs} +268 -232
- package/dist/index.css +1 -1
- package/dist/types/components/table/index.d.ts +3 -8223
- package/dist/types/components/table/src/index.vue.d.ts +2 -2742
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.js +7 -7
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { VxeGridInstance } from 'vxe-table';
|
|
1
|
+
import { VxeGridInstance, VxeGridProps } from 'vxe-table';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
3
|
config: {
|
|
4
4
|
type: ObjectConstructor;
|
|
@@ -13,2747 +13,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13
13
|
};
|
|
14
14
|
}>, {
|
|
15
15
|
gridRef: import('vue').Ref<VxeGridInstance<any> | undefined, VxeGridInstance<any> | undefined>;
|
|
16
|
-
gridOptions:
|
|
17
|
-
layouts?: ("Form" | "Toolbar" | "Top" | "Table" | "Bottom" | "Pager")[] | undefined;
|
|
18
|
-
columns?: {
|
|
19
|
-
children?: {
|
|
20
|
-
children?: any[] | undefined;
|
|
21
|
-
slots?: {
|
|
22
|
-
title?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.HeaderSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
23
|
-
radio?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.RadioSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
24
|
-
checkbox?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.CheckboxSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
25
|
-
default?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.DefaultSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
26
|
-
header?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.HeaderSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
27
|
-
footer?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.FooterSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
28
|
-
content?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.ContentSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
29
|
-
filter?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.FilterSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
30
|
-
edit?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.EditSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
31
|
-
valid?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.ValidSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
32
|
-
icon?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.IconSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
33
|
-
} | undefined;
|
|
34
|
-
colId?: import("vxe-pc-ui").VxeColumnPropTypes.ColId | undefined;
|
|
35
|
-
type?: import("vxe-pc-ui").VxeColumnPropTypes.Type | undefined;
|
|
36
|
-
field?: import("vxe-pc-ui").VxeColumnPropTypes.Field | undefined;
|
|
37
|
-
title?: import("vxe-pc-ui").VxeColumnPropTypes.Title | undefined;
|
|
38
|
-
width?: import("vxe-pc-ui").VxeColumnPropTypes.Width | undefined;
|
|
39
|
-
minWidth?: import("vxe-pc-ui").VxeColumnPropTypes.MinWidth | undefined;
|
|
40
|
-
maxWidth?: import("vxe-pc-ui").VxeColumnPropTypes.MaxWidth | undefined;
|
|
41
|
-
resizable?: import("vxe-pc-ui").VxeColumnPropTypes.Resizable | undefined;
|
|
42
|
-
fixed?: import("vxe-pc-ui").VxeColumnPropTypes.Fixed | undefined;
|
|
43
|
-
align?: import("vxe-pc-ui").VxeColumnPropTypes.Align | undefined;
|
|
44
|
-
headerAlign?: import("vxe-pc-ui").VxeColumnPropTypes.HeaderAlign | undefined;
|
|
45
|
-
footerAlign?: import("vxe-pc-ui").VxeColumnPropTypes.FooterAlign | undefined;
|
|
46
|
-
showOverflow?: import("vxe-pc-ui").VxeColumnPropTypes.ShowOverflow | undefined;
|
|
47
|
-
showHeaderOverflow?: import("vxe-pc-ui").VxeColumnPropTypes.ShowHeaderOverflow | undefined;
|
|
48
|
-
showFooterOverflow?: import("vxe-pc-ui").VxeColumnPropTypes.ShowFooterOverflow | undefined;
|
|
49
|
-
className?: import("vxe-pc-ui").VxeColumnPropTypes.ClassName<any> | undefined;
|
|
50
|
-
headerClassName?: import("vxe-pc-ui").VxeColumnPropTypes.HeaderClassName<any> | undefined;
|
|
51
|
-
footerClassName?: import("vxe-pc-ui").VxeColumnPropTypes.FooterClassName<any> | undefined;
|
|
52
|
-
formatter?: import("vxe-pc-ui").VxeColumnPropTypes.Formatter<any> | undefined;
|
|
53
|
-
footerFormatter?: import("vxe-pc-ui").VxeColumnPropTypes.FooterFormatter<any> | undefined;
|
|
54
|
-
sortable?: import("vxe-pc-ui").VxeColumnPropTypes.Sortable | undefined;
|
|
55
|
-
sortBy?: import("vxe-pc-ui").VxeColumnPropTypes.SortBy<any> | undefined;
|
|
56
|
-
sortType?: import("vxe-pc-ui").VxeColumnPropTypes.SortType | undefined;
|
|
57
|
-
filters?: {
|
|
58
|
-
label?: (string | number) | undefined;
|
|
59
|
-
value?: any;
|
|
60
|
-
data?: any;
|
|
61
|
-
resetValue?: any;
|
|
62
|
-
checked?: boolean | undefined;
|
|
63
|
-
}[] | undefined;
|
|
64
|
-
filterMultiple?: import("vxe-pc-ui").VxeColumnPropTypes.FilterMultiple | undefined;
|
|
65
|
-
filterMethod?: import("vxe-pc-ui").VxeColumnPropTypes.FilterMethod<any> | undefined;
|
|
66
|
-
filterRender?: {
|
|
67
|
-
name?: string | undefined;
|
|
68
|
-
props?: {
|
|
69
|
-
[key: string]: any;
|
|
70
|
-
} | undefined;
|
|
71
|
-
attrs?: {
|
|
72
|
-
[key: string]: any;
|
|
73
|
-
} | undefined;
|
|
74
|
-
events?: {
|
|
75
|
-
[key: string]: (...args: any[]) => any;
|
|
76
|
-
} | undefined;
|
|
77
|
-
children?: any[] | undefined;
|
|
78
|
-
enabled?: boolean | undefined;
|
|
79
|
-
options?: any[] | undefined;
|
|
80
|
-
optionProps?: {
|
|
81
|
-
value?: string | undefined;
|
|
82
|
-
label?: string | undefined;
|
|
83
|
-
disabled?: string | undefined;
|
|
84
|
-
key?: string | undefined;
|
|
85
|
-
children?: string | undefined;
|
|
86
|
-
hasChild?: string | undefined;
|
|
87
|
-
parent?: string | undefined;
|
|
88
|
-
} | undefined;
|
|
89
|
-
optionGroups?: any[] | undefined;
|
|
90
|
-
optionGroupProps?: {
|
|
91
|
-
options?: string | undefined;
|
|
92
|
-
label?: string | undefined;
|
|
93
|
-
key?: string | undefined;
|
|
94
|
-
} | undefined;
|
|
95
|
-
content?: string | undefined;
|
|
96
|
-
cellType?: import("vxe-pc-ui").VxeColumnPropTypes.CellType | undefined;
|
|
97
|
-
} | undefined;
|
|
98
|
-
treeNode?: import("vxe-pc-ui").VxeColumnPropTypes.TreeNode | undefined;
|
|
99
|
-
dragSort?: import("vxe-pc-ui").VxeColumnPropTypes.DragSort | undefined;
|
|
100
|
-
visible?: import("vxe-pc-ui").VxeColumnPropTypes.Visible | undefined;
|
|
101
|
-
headerExportMethod?: import("vxe-pc-ui").VxeColumnPropTypes.HeaderExportMethod<any> | undefined;
|
|
102
|
-
exportMethod?: import("vxe-pc-ui").VxeColumnPropTypes.ExportMethod<any> | undefined;
|
|
103
|
-
footerExportMethod?: import("vxe-pc-ui").VxeColumnPropTypes.FooterExportMethod<any> | undefined;
|
|
104
|
-
titleHelp?: {
|
|
105
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
106
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
107
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
108
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
109
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
110
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
111
|
-
message?: string | undefined;
|
|
112
|
-
} | undefined;
|
|
113
|
-
titlePrefix?: {
|
|
114
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
115
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
116
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
117
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
118
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
119
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
120
|
-
message?: string | undefined;
|
|
121
|
-
} | undefined;
|
|
122
|
-
titleSuffix?: {
|
|
123
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
124
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
125
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
126
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
127
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
128
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
129
|
-
message?: string | undefined;
|
|
130
|
-
} | undefined;
|
|
131
|
-
cellType?: import("vxe-pc-ui").VxeColumnPropTypes.CellType | undefined;
|
|
132
|
-
cellRender?: {
|
|
133
|
-
name?: string | undefined;
|
|
134
|
-
props?: Record<string, any> | undefined;
|
|
135
|
-
attrs?: Record<string, any> | undefined;
|
|
136
|
-
children?: any[] | undefined;
|
|
137
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.DefaultSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
138
|
-
options?: any[] | undefined;
|
|
139
|
-
optionProps?: {
|
|
140
|
-
value?: string | undefined;
|
|
141
|
-
label?: string | undefined;
|
|
142
|
-
disabled?: string | undefined;
|
|
143
|
-
key?: string | undefined;
|
|
144
|
-
children?: string | undefined;
|
|
145
|
-
hasChild?: string | undefined;
|
|
146
|
-
parent?: string | undefined;
|
|
147
|
-
} | undefined;
|
|
148
|
-
optionGroups?: any[] | undefined;
|
|
149
|
-
optionGroupProps?: {
|
|
150
|
-
options?: string | undefined;
|
|
151
|
-
label?: string | undefined;
|
|
152
|
-
key?: string | undefined;
|
|
153
|
-
} | undefined;
|
|
154
|
-
content?: string | undefined;
|
|
155
|
-
} | undefined;
|
|
156
|
-
editRender?: {
|
|
157
|
-
name?: string | undefined;
|
|
158
|
-
props?: Record<string, any> | undefined;
|
|
159
|
-
attrs?: Record<string, any> | undefined;
|
|
160
|
-
children?: any[] | undefined;
|
|
161
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.EditSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
162
|
-
enabled?: boolean | undefined;
|
|
163
|
-
options?: any[] | undefined;
|
|
164
|
-
optionProps?: {
|
|
165
|
-
value?: string | undefined;
|
|
166
|
-
label?: string | undefined;
|
|
167
|
-
disabled?: string | undefined;
|
|
168
|
-
key?: string | undefined;
|
|
169
|
-
children?: string | undefined;
|
|
170
|
-
hasChild?: string | undefined;
|
|
171
|
-
parent?: string | undefined;
|
|
172
|
-
} | undefined;
|
|
173
|
-
optionGroups?: any[] | undefined;
|
|
174
|
-
optionGroupProps?: {
|
|
175
|
-
options?: string | undefined;
|
|
176
|
-
label?: string | undefined;
|
|
177
|
-
key?: string | undefined;
|
|
178
|
-
} | undefined;
|
|
179
|
-
autoFocus?: (boolean | string) | undefined;
|
|
180
|
-
autoSelect?: boolean | undefined;
|
|
181
|
-
defaultValue?: string | number | object | RegExp | any[] | Date | ((params: {
|
|
182
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
183
|
-
}) => any) | null | undefined;
|
|
184
|
-
immediate?: boolean | undefined;
|
|
185
|
-
content?: string | undefined;
|
|
186
|
-
placeholder?: string | undefined;
|
|
187
|
-
autofocus?: string | undefined;
|
|
188
|
-
autoselect?: boolean | undefined;
|
|
189
|
-
} | undefined;
|
|
190
|
-
contentRender?: {
|
|
191
|
-
name?: string | undefined;
|
|
192
|
-
props?: Record<string, any> | undefined;
|
|
193
|
-
attrs?: Record<string, any> | undefined;
|
|
194
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.ContentSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
195
|
-
children?: any[] | undefined;
|
|
196
|
-
options?: any[] | undefined;
|
|
197
|
-
optionProps?: {
|
|
198
|
-
value?: string | undefined;
|
|
199
|
-
label?: string | undefined;
|
|
200
|
-
disabled?: string | undefined;
|
|
201
|
-
key?: string | undefined;
|
|
202
|
-
children?: string | undefined;
|
|
203
|
-
hasChild?: string | undefined;
|
|
204
|
-
parent?: string | undefined;
|
|
205
|
-
} | undefined;
|
|
206
|
-
optionGroups?: any[] | undefined;
|
|
207
|
-
optionGroupProps?: {
|
|
208
|
-
options?: string | undefined;
|
|
209
|
-
label?: string | undefined;
|
|
210
|
-
key?: string | undefined;
|
|
211
|
-
} | undefined;
|
|
212
|
-
} | undefined;
|
|
213
|
-
params?: import("vxe-pc-ui").VxeColumnPropTypes.Params;
|
|
214
|
-
}[] | undefined;
|
|
215
|
-
slots?: {
|
|
216
|
-
title?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.HeaderSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
217
|
-
radio?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.RadioSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
218
|
-
checkbox?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.CheckboxSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
219
|
-
default?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.DefaultSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
220
|
-
header?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.HeaderSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
221
|
-
footer?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.FooterSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
222
|
-
content?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.ContentSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
223
|
-
filter?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.FilterSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
224
|
-
edit?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.EditSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
225
|
-
valid?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.ValidSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
226
|
-
icon?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.IconSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
227
|
-
} | undefined;
|
|
228
|
-
colId?: import("vxe-pc-ui").VxeColumnPropTypes.ColId | undefined;
|
|
229
|
-
type?: import("vxe-pc-ui").VxeColumnPropTypes.Type | undefined;
|
|
230
|
-
field?: import("vxe-pc-ui").VxeColumnPropTypes.Field | undefined;
|
|
231
|
-
title?: import("vxe-pc-ui").VxeColumnPropTypes.Title | undefined;
|
|
232
|
-
width?: import("vxe-pc-ui").VxeColumnPropTypes.Width | undefined;
|
|
233
|
-
minWidth?: import("vxe-pc-ui").VxeColumnPropTypes.MinWidth | undefined;
|
|
234
|
-
maxWidth?: import("vxe-pc-ui").VxeColumnPropTypes.MaxWidth | undefined;
|
|
235
|
-
resizable?: import("vxe-pc-ui").VxeColumnPropTypes.Resizable | undefined;
|
|
236
|
-
fixed?: import("vxe-pc-ui").VxeColumnPropTypes.Fixed | undefined;
|
|
237
|
-
align?: import("vxe-pc-ui").VxeColumnPropTypes.Align | undefined;
|
|
238
|
-
headerAlign?: import("vxe-pc-ui").VxeColumnPropTypes.HeaderAlign | undefined;
|
|
239
|
-
footerAlign?: import("vxe-pc-ui").VxeColumnPropTypes.FooterAlign | undefined;
|
|
240
|
-
showOverflow?: import("vxe-pc-ui").VxeColumnPropTypes.ShowOverflow | undefined;
|
|
241
|
-
showHeaderOverflow?: import("vxe-pc-ui").VxeColumnPropTypes.ShowHeaderOverflow | undefined;
|
|
242
|
-
showFooterOverflow?: import("vxe-pc-ui").VxeColumnPropTypes.ShowFooterOverflow | undefined;
|
|
243
|
-
className?: import("vxe-pc-ui").VxeColumnPropTypes.ClassName<any> | undefined;
|
|
244
|
-
headerClassName?: import("vxe-pc-ui").VxeColumnPropTypes.HeaderClassName<any> | undefined;
|
|
245
|
-
footerClassName?: import("vxe-pc-ui").VxeColumnPropTypes.FooterClassName<any> | undefined;
|
|
246
|
-
formatter?: import("vxe-pc-ui").VxeColumnPropTypes.Formatter<any> | undefined;
|
|
247
|
-
footerFormatter?: import("vxe-pc-ui").VxeColumnPropTypes.FooterFormatter<any> | undefined;
|
|
248
|
-
sortable?: import("vxe-pc-ui").VxeColumnPropTypes.Sortable | undefined;
|
|
249
|
-
sortBy?: import("vxe-pc-ui").VxeColumnPropTypes.SortBy<any> | undefined;
|
|
250
|
-
sortType?: import("vxe-pc-ui").VxeColumnPropTypes.SortType | undefined;
|
|
251
|
-
filters?: {
|
|
252
|
-
label?: (string | number) | undefined;
|
|
253
|
-
value?: any;
|
|
254
|
-
data?: any;
|
|
255
|
-
resetValue?: any;
|
|
256
|
-
checked?: boolean | undefined;
|
|
257
|
-
}[] | undefined;
|
|
258
|
-
filterMultiple?: import("vxe-pc-ui").VxeColumnPropTypes.FilterMultiple | undefined;
|
|
259
|
-
filterMethod?: import("vxe-pc-ui").VxeColumnPropTypes.FilterMethod<any> | undefined;
|
|
260
|
-
filterRender?: {
|
|
261
|
-
name?: string | undefined;
|
|
262
|
-
props?: {
|
|
263
|
-
[key: string]: any;
|
|
264
|
-
} | undefined;
|
|
265
|
-
attrs?: {
|
|
266
|
-
[key: string]: any;
|
|
267
|
-
} | undefined;
|
|
268
|
-
events?: {
|
|
269
|
-
[key: string]: (...args: any[]) => any;
|
|
270
|
-
} | undefined;
|
|
271
|
-
children?: any[] | undefined;
|
|
272
|
-
enabled?: boolean | undefined;
|
|
273
|
-
options?: any[] | undefined;
|
|
274
|
-
optionProps?: {
|
|
275
|
-
value?: string | undefined;
|
|
276
|
-
label?: string | undefined;
|
|
277
|
-
disabled?: string | undefined;
|
|
278
|
-
key?: string | undefined;
|
|
279
|
-
children?: string | undefined;
|
|
280
|
-
hasChild?: string | undefined;
|
|
281
|
-
parent?: string | undefined;
|
|
282
|
-
} | undefined;
|
|
283
|
-
optionGroups?: any[] | undefined;
|
|
284
|
-
optionGroupProps?: {
|
|
285
|
-
options?: string | undefined;
|
|
286
|
-
label?: string | undefined;
|
|
287
|
-
key?: string | undefined;
|
|
288
|
-
} | undefined;
|
|
289
|
-
content?: string | undefined;
|
|
290
|
-
cellType?: import("vxe-pc-ui").VxeColumnPropTypes.CellType | undefined;
|
|
291
|
-
} | undefined;
|
|
292
|
-
treeNode?: import("vxe-pc-ui").VxeColumnPropTypes.TreeNode | undefined;
|
|
293
|
-
dragSort?: import("vxe-pc-ui").VxeColumnPropTypes.DragSort | undefined;
|
|
294
|
-
visible?: import("vxe-pc-ui").VxeColumnPropTypes.Visible | undefined;
|
|
295
|
-
headerExportMethod?: import("vxe-pc-ui").VxeColumnPropTypes.HeaderExportMethod<any> | undefined;
|
|
296
|
-
exportMethod?: import("vxe-pc-ui").VxeColumnPropTypes.ExportMethod<any> | undefined;
|
|
297
|
-
footerExportMethod?: import("vxe-pc-ui").VxeColumnPropTypes.FooterExportMethod<any> | undefined;
|
|
298
|
-
titleHelp?: {
|
|
299
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
300
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
301
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
302
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
303
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
304
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
305
|
-
message?: string | undefined;
|
|
306
|
-
} | undefined;
|
|
307
|
-
titlePrefix?: {
|
|
308
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
309
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
310
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
311
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
312
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
313
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
314
|
-
message?: string | undefined;
|
|
315
|
-
} | undefined;
|
|
316
|
-
titleSuffix?: {
|
|
317
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
318
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
319
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
320
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
321
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
322
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
323
|
-
message?: string | undefined;
|
|
324
|
-
} | undefined;
|
|
325
|
-
cellType?: import("vxe-pc-ui").VxeColumnPropTypes.CellType | undefined;
|
|
326
|
-
cellRender?: {
|
|
327
|
-
name?: string | undefined;
|
|
328
|
-
props?: Record<string, any> | undefined;
|
|
329
|
-
attrs?: Record<string, any> | undefined;
|
|
330
|
-
children?: any[] | undefined;
|
|
331
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.DefaultSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
332
|
-
options?: any[] | undefined;
|
|
333
|
-
optionProps?: {
|
|
334
|
-
value?: string | undefined;
|
|
335
|
-
label?: string | undefined;
|
|
336
|
-
disabled?: string | undefined;
|
|
337
|
-
key?: string | undefined;
|
|
338
|
-
children?: string | undefined;
|
|
339
|
-
hasChild?: string | undefined;
|
|
340
|
-
parent?: string | undefined;
|
|
341
|
-
} | undefined;
|
|
342
|
-
optionGroups?: any[] | undefined;
|
|
343
|
-
optionGroupProps?: {
|
|
344
|
-
options?: string | undefined;
|
|
345
|
-
label?: string | undefined;
|
|
346
|
-
key?: string | undefined;
|
|
347
|
-
} | undefined;
|
|
348
|
-
content?: string | undefined;
|
|
349
|
-
} | undefined;
|
|
350
|
-
editRender?: {
|
|
351
|
-
name?: string | undefined;
|
|
352
|
-
props?: Record<string, any> | undefined;
|
|
353
|
-
attrs?: Record<string, any> | undefined;
|
|
354
|
-
children?: any[] | undefined;
|
|
355
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.EditSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
356
|
-
enabled?: boolean | undefined;
|
|
357
|
-
options?: any[] | undefined;
|
|
358
|
-
optionProps?: {
|
|
359
|
-
value?: string | undefined;
|
|
360
|
-
label?: string | undefined;
|
|
361
|
-
disabled?: string | undefined;
|
|
362
|
-
key?: string | undefined;
|
|
363
|
-
children?: string | undefined;
|
|
364
|
-
hasChild?: string | undefined;
|
|
365
|
-
parent?: string | undefined;
|
|
366
|
-
} | undefined;
|
|
367
|
-
optionGroups?: any[] | undefined;
|
|
368
|
-
optionGroupProps?: {
|
|
369
|
-
options?: string | undefined;
|
|
370
|
-
label?: string | undefined;
|
|
371
|
-
key?: string | undefined;
|
|
372
|
-
} | undefined;
|
|
373
|
-
autoFocus?: (boolean | string) | undefined;
|
|
374
|
-
autoSelect?: boolean | undefined;
|
|
375
|
-
defaultValue?: string | number | object | RegExp | any[] | Date | ((params: {
|
|
376
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
377
|
-
}) => any) | null | undefined;
|
|
378
|
-
immediate?: boolean | undefined;
|
|
379
|
-
content?: string | undefined;
|
|
380
|
-
placeholder?: string | undefined;
|
|
381
|
-
autofocus?: string | undefined;
|
|
382
|
-
autoselect?: boolean | undefined;
|
|
383
|
-
} | undefined;
|
|
384
|
-
contentRender?: {
|
|
385
|
-
name?: string | undefined;
|
|
386
|
-
props?: Record<string, any> | undefined;
|
|
387
|
-
attrs?: Record<string, any> | undefined;
|
|
388
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.ContentSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
389
|
-
children?: any[] | undefined;
|
|
390
|
-
options?: any[] | undefined;
|
|
391
|
-
optionProps?: {
|
|
392
|
-
value?: string | undefined;
|
|
393
|
-
label?: string | undefined;
|
|
394
|
-
disabled?: string | undefined;
|
|
395
|
-
key?: string | undefined;
|
|
396
|
-
children?: string | undefined;
|
|
397
|
-
hasChild?: string | undefined;
|
|
398
|
-
parent?: string | undefined;
|
|
399
|
-
} | undefined;
|
|
400
|
-
optionGroups?: any[] | undefined;
|
|
401
|
-
optionGroupProps?: {
|
|
402
|
-
options?: string | undefined;
|
|
403
|
-
label?: string | undefined;
|
|
404
|
-
key?: string | undefined;
|
|
405
|
-
} | undefined;
|
|
406
|
-
} | undefined;
|
|
407
|
-
params?: import("vxe-pc-ui").VxeColumnPropTypes.Params;
|
|
408
|
-
}[] | undefined;
|
|
409
|
-
pagerConfig?: {
|
|
410
|
-
enabled?: boolean | undefined;
|
|
411
|
-
slots?: any;
|
|
412
|
-
size?: import("vxe-pc-ui").VxePagerPropTypes.Size | undefined;
|
|
413
|
-
layouts?: ("Home" | "PrevJump" | "PrevPage" | "Number" | "JumpNumber" | "NextPage" | "NextJump" | "End" | "Sizes" | "Jump" | "FullJump" | "PageCount" | "Total")[] | undefined;
|
|
414
|
-
currentPage?: import("vxe-pc-ui").VxePagerPropTypes.CurrentPage | undefined;
|
|
415
|
-
loading?: import("vxe-pc-ui").VxePagerPropTypes.Loading | undefined;
|
|
416
|
-
pageSize?: import("vxe-pc-ui").VxePagerPropTypes.PageSize | undefined;
|
|
417
|
-
total?: import("vxe-pc-ui").VxePagerPropTypes.Total | undefined;
|
|
418
|
-
pagerCount?: import("vxe-pc-ui").VxePagerPropTypes.PagerCount | undefined;
|
|
419
|
-
pageSizes?: (number | {
|
|
420
|
-
label?: (number | string) | undefined;
|
|
421
|
-
value?: (number | string) | undefined;
|
|
422
|
-
})[] | undefined;
|
|
423
|
-
align?: import("vxe-pc-ui").VxePagerPropTypes.Align | undefined;
|
|
424
|
-
border?: import("vxe-pc-ui").VxePagerPropTypes.Border | undefined;
|
|
425
|
-
background?: import("vxe-pc-ui").VxePagerPropTypes.Background | undefined;
|
|
426
|
-
perfect?: import("vxe-pc-ui").VxePagerPropTypes.Perfect | undefined;
|
|
427
|
-
autoHidden?: import("vxe-pc-ui").VxePagerPropTypes.AutoHidden | undefined;
|
|
428
|
-
transfer?: import("vxe-pc-ui").VxePagerPropTypes.Transfer | undefined;
|
|
429
|
-
className?: import("vxe-pc-ui").VxePagerPropTypes.ClassName | undefined;
|
|
430
|
-
pageSizePlacement?: import("vxe-pc-ui").VxePagerPropTypes.PageSizePlacement | undefined;
|
|
431
|
-
iconPrevPage?: import("vxe-pc-ui").VxePagerPropTypes.IconPrevPage | undefined;
|
|
432
|
-
iconJumpPrev?: import("vxe-pc-ui").VxePagerPropTypes.IconJumpPrev | undefined;
|
|
433
|
-
iconJumpNext?: import("vxe-pc-ui").VxePagerPropTypes.IconJumpNext | undefined;
|
|
434
|
-
iconNextPage?: import("vxe-pc-ui").VxePagerPropTypes.IconNextPage | undefined;
|
|
435
|
-
iconJumpMore?: import("vxe-pc-ui").VxePagerPropTypes.IconJumpMore | undefined;
|
|
436
|
-
iconHomePage?: import("vxe-pc-ui").VxePagerPropTypes.IconHomePage | undefined;
|
|
437
|
-
iconEndPage?: import("vxe-pc-ui").VxePagerPropTypes.IconEndPage | undefined;
|
|
438
|
-
} | undefined;
|
|
439
|
-
proxyConfig?: {
|
|
440
|
-
[x: string]: any;
|
|
441
|
-
enabled?: boolean | undefined;
|
|
442
|
-
autoLoad?: boolean | undefined;
|
|
443
|
-
message?: boolean | undefined;
|
|
444
|
-
showResponseMsg?: boolean | undefined;
|
|
445
|
-
showActiveMsg?: boolean | undefined;
|
|
446
|
-
seq?: boolean | undefined;
|
|
447
|
-
sort?: boolean | undefined;
|
|
448
|
-
filter?: boolean | undefined;
|
|
449
|
-
form?: boolean | undefined;
|
|
450
|
-
response?: {
|
|
451
|
-
list?: string | ((params: {
|
|
452
|
-
data: any;
|
|
453
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any>;
|
|
454
|
-
}) => any[]) | null | undefined;
|
|
455
|
-
result?: string | ((params: {
|
|
456
|
-
data: any;
|
|
457
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any>;
|
|
458
|
-
}) => any[]) | undefined;
|
|
459
|
-
total?: string | ((params: {
|
|
460
|
-
data: any;
|
|
461
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any>;
|
|
462
|
-
}) => number) | undefined;
|
|
463
|
-
message?: string | ((params: {
|
|
464
|
-
data: any;
|
|
465
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any>;
|
|
466
|
-
}) => string) | undefined;
|
|
467
|
-
} | undefined;
|
|
468
|
-
ajax?: {
|
|
469
|
-
query?: ((params: import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxQueryParams<any>, ...args: any[]) => Promise<any>) | undefined;
|
|
470
|
-
querySuccess?: ((params: import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxQueryParams<any> & import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxResponseParams<any>) => void) | undefined;
|
|
471
|
-
queryError?: ((params: import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxQueryParams<any> & import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxResponseParams<any>) => void) | undefined;
|
|
472
|
-
queryAll?: ((params: import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxQueryAllParams<any>) => Promise<any>) | undefined;
|
|
473
|
-
queryAllSuccess?: ((params: import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxQueryAllParams<any> & import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxResponseParams<any>) => void) | undefined;
|
|
474
|
-
queryAllError?: ((params: import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxQueryAllParams<any> & import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxResponseParams<any>) => void) | undefined;
|
|
475
|
-
delete?: ((params: import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxDeleteParams<any>, ...args: any[]) => Promise<any>) | undefined;
|
|
476
|
-
deleteSuccess?: ((params: import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxDeleteParams<any> & import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxResponseParams<any>) => void) | undefined;
|
|
477
|
-
deleteError?: ((params: import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxDeleteParams<any> & import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxResponseParams<any>) => void) | undefined;
|
|
478
|
-
save?: ((params: import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxSaveParams<any>, ...args: any[]) => Promise<any>) | undefined;
|
|
479
|
-
saveSuccess?: ((params: import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxSaveParams<any> & import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxResponseParams<any>) => void) | undefined;
|
|
480
|
-
saveError?: ((params: import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxSaveParams<any> & import("vxe-pc-ui").VxeGridPropTypes.ProxyAjaxResponseParams<any>) => void) | undefined;
|
|
481
|
-
} | undefined;
|
|
482
|
-
props?: {
|
|
483
|
-
list?: (string | null) | undefined;
|
|
484
|
-
result?: string | undefined;
|
|
485
|
-
total?: string | undefined;
|
|
486
|
-
message?: string | undefined;
|
|
487
|
-
} | undefined;
|
|
488
|
-
} | undefined;
|
|
489
|
-
toolbarConfig?: {
|
|
490
|
-
enabled?: boolean | undefined;
|
|
491
|
-
zoom?: boolean | {
|
|
492
|
-
escRestore?: boolean | undefined;
|
|
493
|
-
iconIn?: string | undefined;
|
|
494
|
-
iconOut?: string | undefined;
|
|
495
|
-
} | undefined;
|
|
496
|
-
slots?: {
|
|
497
|
-
buttons?: (string | ((params: {
|
|
498
|
-
[key: string]: any;
|
|
499
|
-
}) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
500
|
-
tools?: (string | ((params: {
|
|
501
|
-
[key: string]: any;
|
|
502
|
-
}) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
503
|
-
} | undefined;
|
|
504
|
-
size?: import("vxe-pc-ui").VxeToolbarPropTypes.Size | undefined;
|
|
505
|
-
id?: import("vxe-pc-ui").VxeToolbarPropTypes.Id | undefined;
|
|
506
|
-
loading?: import("vxe-pc-ui").VxeToolbarPropTypes.Loading | undefined;
|
|
507
|
-
resizable?: boolean | {
|
|
508
|
-
storage?: boolean | undefined;
|
|
509
|
-
} | undefined;
|
|
510
|
-
refresh?: boolean | {
|
|
511
|
-
queryMethod?: ((params: {
|
|
512
|
-
[key: string]: any;
|
|
513
|
-
}) => any) | undefined;
|
|
514
|
-
code?: ("query" | "reload" | "" | null) | undefined;
|
|
515
|
-
icon?: string | undefined;
|
|
516
|
-
iconLoading?: string | undefined;
|
|
517
|
-
query?: ((params: {
|
|
518
|
-
[key: string]: any;
|
|
519
|
-
}) => Promise<any>) | undefined;
|
|
520
|
-
} | undefined;
|
|
521
|
-
import?: boolean | {
|
|
522
|
-
icon?: string | undefined;
|
|
523
|
-
} | undefined;
|
|
524
|
-
export?: boolean | {
|
|
525
|
-
icon?: string | undefined;
|
|
526
|
-
} | undefined;
|
|
527
|
-
print?: boolean | {
|
|
528
|
-
icon?: string | undefined;
|
|
529
|
-
} | undefined;
|
|
530
|
-
custom?: boolean | {
|
|
531
|
-
icon?: string | undefined;
|
|
532
|
-
trigger?: string | undefined;
|
|
533
|
-
immediate?: boolean | undefined;
|
|
534
|
-
storage?: boolean | undefined;
|
|
535
|
-
checkMethod?: ((params: {
|
|
536
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo;
|
|
537
|
-
}) => boolean) | undefined;
|
|
538
|
-
showFooter?: boolean | undefined;
|
|
539
|
-
allowFixed?: boolean | undefined;
|
|
540
|
-
resetButtonText?: string | undefined;
|
|
541
|
-
confirmButtonText?: string | undefined;
|
|
542
|
-
isFooter?: boolean | undefined;
|
|
543
|
-
} | undefined;
|
|
544
|
-
buttons?: {
|
|
545
|
-
dropdowns?: any[] | undefined;
|
|
546
|
-
buttonRender?: {
|
|
547
|
-
name?: string | undefined;
|
|
548
|
-
props?: {
|
|
549
|
-
[key: string]: any;
|
|
550
|
-
} | undefined;
|
|
551
|
-
attrs?: {
|
|
552
|
-
[key: string]: any;
|
|
553
|
-
} | undefined;
|
|
554
|
-
events?: {
|
|
555
|
-
[key: string]: (...args: any[]) => any;
|
|
556
|
-
} | undefined;
|
|
557
|
-
} | undefined;
|
|
558
|
-
code?: string | undefined;
|
|
559
|
-
visible?: boolean | undefined;
|
|
560
|
-
params?: any;
|
|
561
|
-
size?: import("vxe-pc-ui").VxeButtonPropTypes.Size | undefined;
|
|
562
|
-
type?: import("vxe-pc-ui").VxeButtonPropTypes.Type | undefined;
|
|
563
|
-
mode?: import("vxe-pc-ui").VxeButtonPropTypes.Mode | undefined;
|
|
564
|
-
className?: import("vxe-pc-ui").VxeButtonPropTypes.ClassName | undefined;
|
|
565
|
-
popupClassName?: import("vxe-pc-ui").VxeButtonPropTypes.PopupClassName | undefined;
|
|
566
|
-
name?: import("vxe-pc-ui").VxeButtonPropTypes.Name | undefined;
|
|
567
|
-
routerLink?: {
|
|
568
|
-
path?: string | undefined;
|
|
569
|
-
name?: (string | number | null) | undefined;
|
|
570
|
-
query?: any;
|
|
571
|
-
params?: any;
|
|
572
|
-
target?: (null | "" | "_blank" | "_self" | "_parent" | "_top") | undefined;
|
|
573
|
-
} | undefined;
|
|
574
|
-
permissionCode?: import("vxe-pc-ui").VxeButtonPropTypes.PermissionCode | undefined;
|
|
575
|
-
title?: import("vxe-pc-ui").VxeButtonPropTypes.Title | undefined;
|
|
576
|
-
content?: import("vxe-pc-ui").VxeButtonPropTypes.Content | undefined;
|
|
577
|
-
placement?: import("vxe-pc-ui").VxeButtonPropTypes.Placement | undefined;
|
|
578
|
-
status?: import("vxe-pc-ui").VxeButtonPropTypes.Status | undefined;
|
|
579
|
-
icon?: import("vxe-pc-ui").VxeButtonPropTypes.Icon | undefined;
|
|
580
|
-
round?: import("vxe-pc-ui").VxeButtonPropTypes.Round | undefined;
|
|
581
|
-
circle?: import("vxe-pc-ui").VxeButtonPropTypes.Circle | undefined;
|
|
582
|
-
disabled?: import("vxe-pc-ui").VxeButtonPropTypes.Disabled | undefined;
|
|
583
|
-
loading?: import("vxe-pc-ui").VxeButtonPropTypes.Loading | undefined;
|
|
584
|
-
trigger?: import("vxe-pc-ui").VxeButtonPropTypes.Trigger | undefined;
|
|
585
|
-
align?: import("vxe-pc-ui").VxeButtonPropTypes.Align | undefined;
|
|
586
|
-
prefixTooltip?: {
|
|
587
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
588
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
589
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
590
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
591
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
592
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
593
|
-
message?: string | undefined;
|
|
594
|
-
} | undefined;
|
|
595
|
-
suffixTooltip?: {
|
|
596
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
597
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
598
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
599
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
600
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
601
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
602
|
-
message?: string | undefined;
|
|
603
|
-
} | undefined;
|
|
604
|
-
destroyOnClose?: import("vxe-pc-ui").VxeButtonPropTypes.DestroyOnClose | undefined;
|
|
605
|
-
transfer?: import("vxe-pc-ui").VxeButtonPropTypes.Transfer | undefined;
|
|
606
|
-
}[] | undefined;
|
|
607
|
-
tools?: {
|
|
608
|
-
dropdowns?: any[] | undefined;
|
|
609
|
-
toolRender?: {
|
|
610
|
-
name?: string | undefined;
|
|
611
|
-
props?: {
|
|
612
|
-
[key: string]: any;
|
|
613
|
-
} | undefined;
|
|
614
|
-
attrs?: {
|
|
615
|
-
[key: string]: any;
|
|
616
|
-
} | undefined;
|
|
617
|
-
events?: {
|
|
618
|
-
[key: string]: (...args: any[]) => any;
|
|
619
|
-
} | undefined;
|
|
620
|
-
} | undefined;
|
|
621
|
-
code?: string | undefined;
|
|
622
|
-
visible?: boolean | undefined;
|
|
623
|
-
params?: any;
|
|
624
|
-
size?: import("vxe-pc-ui").VxeButtonPropTypes.Size | undefined;
|
|
625
|
-
type?: import("vxe-pc-ui").VxeButtonPropTypes.Type | undefined;
|
|
626
|
-
mode?: import("vxe-pc-ui").VxeButtonPropTypes.Mode | undefined;
|
|
627
|
-
className?: import("vxe-pc-ui").VxeButtonPropTypes.ClassName | undefined;
|
|
628
|
-
popupClassName?: import("vxe-pc-ui").VxeButtonPropTypes.PopupClassName | undefined;
|
|
629
|
-
name?: import("vxe-pc-ui").VxeButtonPropTypes.Name | undefined;
|
|
630
|
-
routerLink?: {
|
|
631
|
-
path?: string | undefined;
|
|
632
|
-
name?: (string | number | null) | undefined;
|
|
633
|
-
query?: any;
|
|
634
|
-
params?: any;
|
|
635
|
-
target?: (null | "" | "_blank" | "_self" | "_parent" | "_top") | undefined;
|
|
636
|
-
} | undefined;
|
|
637
|
-
permissionCode?: import("vxe-pc-ui").VxeButtonPropTypes.PermissionCode | undefined;
|
|
638
|
-
title?: import("vxe-pc-ui").VxeButtonPropTypes.Title | undefined;
|
|
639
|
-
content?: import("vxe-pc-ui").VxeButtonPropTypes.Content | undefined;
|
|
640
|
-
placement?: import("vxe-pc-ui").VxeButtonPropTypes.Placement | undefined;
|
|
641
|
-
status?: import("vxe-pc-ui").VxeButtonPropTypes.Status | undefined;
|
|
642
|
-
icon?: import("vxe-pc-ui").VxeButtonPropTypes.Icon | undefined;
|
|
643
|
-
round?: import("vxe-pc-ui").VxeButtonPropTypes.Round | undefined;
|
|
644
|
-
circle?: import("vxe-pc-ui").VxeButtonPropTypes.Circle | undefined;
|
|
645
|
-
disabled?: import("vxe-pc-ui").VxeButtonPropTypes.Disabled | undefined;
|
|
646
|
-
loading?: import("vxe-pc-ui").VxeButtonPropTypes.Loading | undefined;
|
|
647
|
-
trigger?: import("vxe-pc-ui").VxeButtonPropTypes.Trigger | undefined;
|
|
648
|
-
align?: import("vxe-pc-ui").VxeButtonPropTypes.Align | undefined;
|
|
649
|
-
prefixTooltip?: {
|
|
650
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
651
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
652
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
653
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
654
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
655
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
656
|
-
message?: string | undefined;
|
|
657
|
-
} | undefined;
|
|
658
|
-
suffixTooltip?: {
|
|
659
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
660
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
661
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
662
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
663
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
664
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
665
|
-
message?: string | undefined;
|
|
666
|
-
} | undefined;
|
|
667
|
-
destroyOnClose?: import("vxe-pc-ui").VxeButtonPropTypes.DestroyOnClose | undefined;
|
|
668
|
-
transfer?: import("vxe-pc-ui").VxeButtonPropTypes.Transfer | undefined;
|
|
669
|
-
}[] | undefined;
|
|
670
|
-
perfect?: import("vxe-pc-ui").VxeToolbarPropTypes.Perfect | undefined;
|
|
671
|
-
className?: import("vxe-pc-ui").VxeToolbarPropTypes.ClassName | undefined;
|
|
672
|
-
} | undefined;
|
|
673
|
-
formConfig?: {
|
|
674
|
-
enabled?: boolean | undefined;
|
|
675
|
-
items?: {
|
|
676
|
-
title?: import("vxe-pc-ui").VxeFormItemPropTypes.Title | undefined;
|
|
677
|
-
field?: import("vxe-pc-ui").VxeFormItemPropTypes.Field | undefined;
|
|
678
|
-
span?: import("vxe-pc-ui").VxeFormItemPropTypes.Span | undefined;
|
|
679
|
-
align?: import("vxe-pc-ui").VxeFormItemPropTypes.Align | undefined;
|
|
680
|
-
verticalAlign?: import("vxe-pc-ui").VxeFormItemPropTypes.VerticalAlign | undefined;
|
|
681
|
-
titleBackground?: import("vxe-pc-ui").VxeFormItemPropTypes.TitleBackground | undefined;
|
|
682
|
-
titleBold?: import("vxe-pc-ui").VxeFormItemPropTypes.TitleBold | undefined;
|
|
683
|
-
titleAlign?: import("vxe-pc-ui").VxeFormItemPropTypes.TitleAlign | undefined;
|
|
684
|
-
titleWidth?: import("vxe-pc-ui").VxeFormItemPropTypes.TitleWidth | undefined;
|
|
685
|
-
titleColon?: import("vxe-pc-ui").VxeFormItemPropTypes.TitleColon | undefined;
|
|
686
|
-
titleAsterisk?: import("vxe-pc-ui").VxeFormItemPropTypes.TitleAsterisk | undefined;
|
|
687
|
-
showTitle?: import("vxe-pc-ui").VxeFormItemPropTypes.ShowTitle | undefined;
|
|
688
|
-
vertical?: import("vxe-pc-ui").VxeFormItemPropTypes.Vertical | undefined;
|
|
689
|
-
padding?: import("vxe-pc-ui").VxeFormItemPropTypes.Padding | undefined;
|
|
690
|
-
className?: import("vxe-pc-ui").VxeFormItemPropTypes.ClassName | undefined;
|
|
691
|
-
contentClassName?: import("vxe-pc-ui").VxeFormItemPropTypes.ContentClassName | undefined;
|
|
692
|
-
contentStyle?: import("vxe-pc-ui").VxeFormItemPropTypes.ContentStyle | undefined;
|
|
693
|
-
titleClassName?: import("vxe-pc-ui").VxeFormItemPropTypes.TitleClassName | undefined;
|
|
694
|
-
titleStyle?: import("vxe-pc-ui").VxeFormItemPropTypes.TitleStyle | undefined;
|
|
695
|
-
titlePrefix?: {
|
|
696
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
697
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
698
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
699
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
700
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
701
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
702
|
-
message?: string | undefined;
|
|
703
|
-
} | undefined;
|
|
704
|
-
titleSuffix?: {
|
|
705
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
706
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
707
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
708
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
709
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
710
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
711
|
-
message?: string | undefined;
|
|
712
|
-
} | undefined;
|
|
713
|
-
titleOverflow?: import("vxe-pc-ui").VxeFormItemPropTypes.TitleOverflow | undefined;
|
|
714
|
-
resetValue?: import("vxe-pc-ui").VxeFormItemPropTypes.ResetValue;
|
|
715
|
-
visible?: import("vxe-pc-ui").VxeFormItemPropTypes.Visible | undefined;
|
|
716
|
-
visibleMethod?: import("vxe-pc-ui").VxeFormItemPropTypes.VisibleMethod | undefined;
|
|
717
|
-
showContent?: import("vxe-pc-ui").VxeFormItemPropTypes.ShowContent | undefined;
|
|
718
|
-
folding?: import("vxe-pc-ui").VxeFormItemPropTypes.Folding | undefined;
|
|
719
|
-
collapseNode?: import("vxe-pc-ui").VxeFormItemPropTypes.CollapseNode | undefined;
|
|
720
|
-
itemRender?: {
|
|
721
|
-
name?: string | undefined;
|
|
722
|
-
props?: Record<string, any> | undefined;
|
|
723
|
-
attrs?: Record<string, any> | undefined;
|
|
724
|
-
events?: Record<string, (itemParams: import("vxe-pc-ui").VxeFormItemSlotTypes.DefaultSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
725
|
-
options?: any[] | undefined;
|
|
726
|
-
optionProps?: {
|
|
727
|
-
value?: string | undefined;
|
|
728
|
-
label?: string | undefined;
|
|
729
|
-
disabled?: string | undefined;
|
|
730
|
-
children?: string | undefined;
|
|
731
|
-
hasChild?: string | undefined;
|
|
732
|
-
parent?: string | undefined;
|
|
733
|
-
} | undefined;
|
|
734
|
-
optionGroups?: any[] | undefined;
|
|
735
|
-
optionGroupProps?: {
|
|
736
|
-
options?: string | undefined;
|
|
737
|
-
label?: string | undefined;
|
|
738
|
-
key?: string | undefined;
|
|
739
|
-
} | undefined;
|
|
740
|
-
children?: any[] | undefined;
|
|
741
|
-
content?: string | undefined;
|
|
742
|
-
autoFocus?: string | undefined;
|
|
743
|
-
defaultValue?: ((params: {
|
|
744
|
-
item: import('vxe-pc-ui').VxeFormItemProps;
|
|
745
|
-
}) => any) | null | undefined | string | number | RegExp | object | any[] | Date;
|
|
746
|
-
autofocus?: string | undefined;
|
|
747
|
-
} | undefined;
|
|
748
|
-
Rules?: {
|
|
749
|
-
required?: boolean | undefined;
|
|
750
|
-
min?: number | undefined;
|
|
751
|
-
max?: number | undefined;
|
|
752
|
-
type?: ("number" | "string" | "array" | "" | null) | undefined;
|
|
753
|
-
pattern?: (string | RegExp) | undefined;
|
|
754
|
-
validator?: string | ((params: import("vxe-pc-ui").VxeFormDefines.RuleValidatorParams<any>) => void | Error | Promise<any>) | undefined;
|
|
755
|
-
content?: string | undefined;
|
|
756
|
-
trigger?: ("change" | "" | null) | undefined;
|
|
757
|
-
maxWidth?: number | undefined;
|
|
758
|
-
message?: string | undefined;
|
|
759
|
-
}[] | undefined;
|
|
760
|
-
slots?: {
|
|
761
|
-
title?: (string | ((params: import("vxe-pc-ui").VxeFormItemSlotTypes.TitleSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[]) | null) | undefined;
|
|
762
|
-
default?: (string | ((params: import("vxe-pc-ui").VxeFormItemSlotTypes.DefaultSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[]) | null) | undefined;
|
|
763
|
-
extra?: (string | ((params: import("vxe-pc-ui").VxeFormItemSlotTypes.ExtraSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[]) | null) | undefined;
|
|
764
|
-
} | undefined;
|
|
765
|
-
children?: any[] | undefined;
|
|
766
|
-
}[] | undefined;
|
|
767
|
-
size?: import("vxe-pc-ui").VxeFormPropTypes.Size | undefined;
|
|
768
|
-
collapseStatus?: import("vxe-pc-ui").VxeFormPropTypes.CollapseStatus | undefined;
|
|
769
|
-
loading?: import("vxe-pc-ui").VxeFormPropTypes.Loading | undefined;
|
|
770
|
-
data?: any;
|
|
771
|
-
span?: import("vxe-pc-ui").VxeFormPropTypes.Span | undefined;
|
|
772
|
-
align?: import("vxe-pc-ui").VxeFormPropTypes.Align | undefined;
|
|
773
|
-
verticalAlign?: import("vxe-pc-ui").VxeFormPropTypes.VerticalAlign | undefined;
|
|
774
|
-
border?: import("vxe-pc-ui").VxeFormPropTypes.Border | undefined;
|
|
775
|
-
titleBackground?: import("vxe-pc-ui").VxeFormPropTypes.TitleBackground | undefined;
|
|
776
|
-
titleBold?: import("vxe-pc-ui").VxeFormPropTypes.TitleBold | undefined;
|
|
777
|
-
titleAlign?: import("vxe-pc-ui").VxeFormPropTypes.TitleAlign | undefined;
|
|
778
|
-
titleWidth?: import("vxe-pc-ui").VxeFormPropTypes.TitleWidth | undefined;
|
|
779
|
-
titleColon?: import("vxe-pc-ui").VxeFormPropTypes.TitleColon | undefined;
|
|
780
|
-
titleAsterisk?: import("vxe-pc-ui").VxeFormPropTypes.TitleAsterisk | undefined;
|
|
781
|
-
titleOverflow?: import("vxe-pc-ui").VxeFormPropTypes.TitleOverflow | undefined;
|
|
782
|
-
vertical?: import("vxe-pc-ui").VxeFormPropTypes.Vertical | undefined;
|
|
783
|
-
padding?: import("vxe-pc-ui").VxeFormPropTypes.Padding | undefined;
|
|
784
|
-
className?: import("vxe-pc-ui").VxeFormPropTypes.ClassName | undefined;
|
|
785
|
-
readonly?: import("vxe-pc-ui").VxeFormPropTypes.Readonly | undefined;
|
|
786
|
-
disabled?: import("vxe-pc-ui").VxeFormPropTypes.Disabled | undefined;
|
|
787
|
-
rules?: import("vxe-pc-ui").VxeFormPropTypes.Rules<any> | undefined;
|
|
788
|
-
preventSubmit?: import("vxe-pc-ui").VxeFormPropTypes.PreventSubmit | undefined;
|
|
789
|
-
validConfig?: {
|
|
790
|
-
autoPos?: boolean | undefined;
|
|
791
|
-
showMessage?: boolean | undefined;
|
|
792
|
-
theme?: ("normal" | "beautify" | "") | undefined;
|
|
793
|
-
} | undefined;
|
|
794
|
-
tooltipConfig?: {
|
|
795
|
-
theme?: ("dark" | "light") | undefined;
|
|
796
|
-
enterable?: boolean | undefined;
|
|
797
|
-
leaveDelay?: number | undefined;
|
|
798
|
-
leaveMethod?: ((params: {
|
|
799
|
-
$event: Event;
|
|
800
|
-
}) => boolean) | undefined;
|
|
801
|
-
} | undefined;
|
|
802
|
-
collapseConfig?: {
|
|
803
|
-
foldIcon?: string | undefined;
|
|
804
|
-
unfoldIcon?: string | undefined;
|
|
805
|
-
foldButtonText?: string | undefined;
|
|
806
|
-
unfoldButtonText?: string | undefined;
|
|
807
|
-
} | undefined;
|
|
808
|
-
customLayout?: import("vxe-pc-ui").VxeFormPropTypes.CustomLayout | undefined;
|
|
809
|
-
} | undefined;
|
|
810
|
-
zoomConfig?: {
|
|
811
|
-
escRestore?: boolean | undefined;
|
|
812
|
-
} | undefined;
|
|
813
|
-
size?: import("vxe-pc-ui").VxeTablePropTypes.Size | undefined;
|
|
814
|
-
id?: import("vxe-pc-ui").VxeTablePropTypes.ID<any> | undefined;
|
|
815
|
-
data?: any[] | undefined;
|
|
816
|
-
height?: import("vxe-pc-ui").VxeTablePropTypes.Height | undefined;
|
|
817
|
-
minHeight?: import("vxe-pc-ui").VxeTablePropTypes.MinHeight | undefined;
|
|
818
|
-
maxHeight?: import("vxe-pc-ui").VxeTablePropTypes.MaxHeight | undefined;
|
|
819
|
-
stripe?: import("vxe-pc-ui").VxeTablePropTypes.Stripe | undefined;
|
|
820
|
-
padding?: import("vxe-pc-ui").VxeTablePropTypes.Padding | undefined;
|
|
821
|
-
round?: import("vxe-pc-ui").VxeTablePropTypes.Round | undefined;
|
|
822
|
-
border?: import("vxe-pc-ui").VxeTablePropTypes.Border | undefined;
|
|
823
|
-
loading?: import("vxe-pc-ui").VxeTablePropTypes.Loading | undefined;
|
|
824
|
-
align?: import("vxe-pc-ui").VxeTablePropTypes.Align | undefined;
|
|
825
|
-
headerAlign?: import("vxe-pc-ui").VxeTablePropTypes.HeaderAlign | undefined;
|
|
826
|
-
footerAlign?: import("vxe-pc-ui").VxeTablePropTypes.FooterAlign | undefined;
|
|
827
|
-
showHeader?: import("vxe-pc-ui").VxeTablePropTypes.ShowHeader | undefined;
|
|
828
|
-
showFooter?: import("vxe-pc-ui").VxeTablePropTypes.ShowFooter | undefined;
|
|
829
|
-
footerData?: Record<string, any>[] | undefined;
|
|
830
|
-
footerMethod?: import("vxe-pc-ui").VxeTablePropTypes.FooterMethod<any> | undefined;
|
|
831
|
-
rowClassName?: import("vxe-pc-ui").VxeTablePropTypes.RowClassName<any> | undefined;
|
|
832
|
-
cellClassName?: import("vxe-pc-ui").VxeTablePropTypes.CellClassName<any> | undefined;
|
|
833
|
-
headerRowClassName?: import("vxe-pc-ui").VxeTablePropTypes.HeaderRowClassName<any> | undefined;
|
|
834
|
-
headerCellClassName?: import("vxe-pc-ui").VxeTablePropTypes.HeaderCellClassName<any> | undefined;
|
|
835
|
-
footerRowClassName?: import("vxe-pc-ui").VxeTablePropTypes.FooterRowClassName<any> | undefined;
|
|
836
|
-
footerCellClassName?: import("vxe-pc-ui").VxeTablePropTypes.FooterCellClassName<any> | undefined;
|
|
837
|
-
cellStyle?: import("vxe-pc-ui").VxeTablePropTypes.CellStyle<any> | undefined;
|
|
838
|
-
rowStyle?: import("vxe-pc-ui").VxeTablePropTypes.RowStyle<any> | undefined;
|
|
839
|
-
headerCellStyle?: import("vxe-pc-ui").VxeTablePropTypes.HeaderCellStyle<any> | undefined;
|
|
840
|
-
headerRowStyle?: import("vxe-pc-ui").VxeTablePropTypes.HeaderRowStyle<any> | undefined;
|
|
841
|
-
footerRowStyle?: import("vxe-pc-ui").VxeTablePropTypes.FooterRowStyle<any> | undefined;
|
|
842
|
-
footerCellStyle?: import("vxe-pc-ui").VxeTablePropTypes.FooterCellStyle<any> | undefined;
|
|
843
|
-
mergeCells?: {
|
|
844
|
-
row: any | number;
|
|
845
|
-
col: number | {
|
|
846
|
-
property: import("vxe-pc-ui").VxeColumnPropTypes.Field;
|
|
847
|
-
type: import("vxe-pc-ui").VxeColumnPropTypes.Type;
|
|
848
|
-
field: import("vxe-pc-ui").VxeColumnPropTypes.Field;
|
|
849
|
-
title: import("vxe-pc-ui").VxeColumnPropTypes.Title;
|
|
850
|
-
width: import("vxe-pc-ui").VxeColumnPropTypes.Width;
|
|
851
|
-
minWidth: import("vxe-pc-ui").VxeColumnPropTypes.MinWidth;
|
|
852
|
-
maxWidth: import("vxe-pc-ui").VxeColumnPropTypes.MaxWidth;
|
|
853
|
-
resizable: import("vxe-pc-ui").VxeColumnPropTypes.Resizable;
|
|
854
|
-
fixed: import("vxe-pc-ui").VxeColumnPropTypes.Fixed;
|
|
855
|
-
align: import("vxe-pc-ui").VxeColumnPropTypes.Align;
|
|
856
|
-
headerAlign: import("vxe-pc-ui").VxeColumnPropTypes.HeaderAlign;
|
|
857
|
-
footerAlign: import("vxe-pc-ui").VxeColumnPropTypes.FooterAlign;
|
|
858
|
-
showOverflow: import("vxe-pc-ui").VxeColumnPropTypes.ShowOverflow;
|
|
859
|
-
showHeaderOverflow: import("vxe-pc-ui").VxeColumnPropTypes.ShowHeaderOverflow;
|
|
860
|
-
showFooterOverflow: import("vxe-pc-ui").VxeColumnPropTypes.ShowFooterOverflow;
|
|
861
|
-
className: import("vxe-pc-ui").VxeColumnPropTypes.ClassName;
|
|
862
|
-
headerClassName: import("vxe-pc-ui").VxeColumnPropTypes.HeaderClassName;
|
|
863
|
-
footerClassName: import("vxe-pc-ui").VxeColumnPropTypes.FooterClassName;
|
|
864
|
-
formatter: import("vxe-pc-ui").VxeColumnPropTypes.Formatter<any>;
|
|
865
|
-
footerFormatter: import("vxe-pc-ui").VxeColumnPropTypes.FooterFormatter<any>;
|
|
866
|
-
sortable: import("vxe-pc-ui").VxeColumnPropTypes.Sortable;
|
|
867
|
-
sortBy: import("vxe-pc-ui").VxeColumnPropTypes.SortBy;
|
|
868
|
-
sortType: import("vxe-pc-ui").VxeColumnPropTypes.SortType;
|
|
869
|
-
filters: {
|
|
870
|
-
label?: (string | number) | undefined;
|
|
871
|
-
value?: any;
|
|
872
|
-
data?: any;
|
|
873
|
-
resetValue?: any;
|
|
874
|
-
checked?: boolean | undefined;
|
|
875
|
-
}[];
|
|
876
|
-
filterMultiple: import("vxe-pc-ui").VxeColumnPropTypes.FilterMultiple;
|
|
877
|
-
filterMethod: import("vxe-pc-ui").VxeColumnPropTypes.FilterMethod<any>;
|
|
878
|
-
filterRender: {
|
|
879
|
-
name?: string | undefined;
|
|
880
|
-
props?: {
|
|
881
|
-
[key: string]: any;
|
|
882
|
-
} | undefined;
|
|
883
|
-
attrs?: {
|
|
884
|
-
[key: string]: any;
|
|
885
|
-
} | undefined;
|
|
886
|
-
events?: {
|
|
887
|
-
[key: string]: (...args: any[]) => any;
|
|
888
|
-
} | undefined;
|
|
889
|
-
children?: any[] | undefined;
|
|
890
|
-
enabled?: boolean | undefined;
|
|
891
|
-
options?: any[] | undefined;
|
|
892
|
-
optionProps?: {
|
|
893
|
-
value?: string | undefined;
|
|
894
|
-
label?: string | undefined;
|
|
895
|
-
disabled?: string | undefined;
|
|
896
|
-
key?: string | undefined;
|
|
897
|
-
children?: string | undefined;
|
|
898
|
-
hasChild?: string | undefined;
|
|
899
|
-
parent?: string | undefined;
|
|
900
|
-
} | undefined;
|
|
901
|
-
optionGroups?: any[] | undefined;
|
|
902
|
-
optionGroupProps?: {
|
|
903
|
-
options?: string | undefined;
|
|
904
|
-
label?: string | undefined;
|
|
905
|
-
key?: string | undefined;
|
|
906
|
-
} | undefined;
|
|
907
|
-
content?: string | undefined;
|
|
908
|
-
cellType?: import("vxe-pc-ui").VxeColumnPropTypes.CellType | undefined;
|
|
909
|
-
};
|
|
910
|
-
treeNode: import("vxe-pc-ui").VxeColumnPropTypes.TreeNode;
|
|
911
|
-
dragSort: import("vxe-pc-ui").VxeColumnPropTypes.DragSort;
|
|
912
|
-
visible: import("vxe-pc-ui").VxeColumnPropTypes.Visible;
|
|
913
|
-
exportMethod: import("vxe-pc-ui").VxeColumnPropTypes.ExportMethod<any>;
|
|
914
|
-
footerExportMethod: import("vxe-pc-ui").VxeColumnPropTypes.FooterExportMethod;
|
|
915
|
-
titleHelp: {
|
|
916
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
917
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
918
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
919
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
920
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
921
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
922
|
-
message?: string | undefined;
|
|
923
|
-
};
|
|
924
|
-
titlePrefix: {
|
|
925
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
926
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
927
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
928
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
929
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
930
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
931
|
-
message?: string | undefined;
|
|
932
|
-
};
|
|
933
|
-
titleSuffix: {
|
|
934
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
935
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
936
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
937
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
938
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
939
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
940
|
-
message?: string | undefined;
|
|
941
|
-
};
|
|
942
|
-
cellType: import("vxe-pc-ui").VxeColumnPropTypes.CellType;
|
|
943
|
-
cellRender: {
|
|
944
|
-
name?: string | undefined;
|
|
945
|
-
props?: Record<string, any> | undefined;
|
|
946
|
-
attrs?: Record<string, any> | undefined;
|
|
947
|
-
children?: any[] | undefined;
|
|
948
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.DefaultSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
949
|
-
options?: any[] | undefined;
|
|
950
|
-
optionProps?: {
|
|
951
|
-
value?: string | undefined;
|
|
952
|
-
label?: string | undefined;
|
|
953
|
-
disabled?: string | undefined;
|
|
954
|
-
key?: string | undefined;
|
|
955
|
-
children?: string | undefined;
|
|
956
|
-
hasChild?: string | undefined;
|
|
957
|
-
parent?: string | undefined;
|
|
958
|
-
} | undefined;
|
|
959
|
-
optionGroups?: any[] | undefined;
|
|
960
|
-
optionGroupProps?: {
|
|
961
|
-
options?: string | undefined;
|
|
962
|
-
label?: string | undefined;
|
|
963
|
-
key?: string | undefined;
|
|
964
|
-
} | undefined;
|
|
965
|
-
content?: string | undefined;
|
|
966
|
-
};
|
|
967
|
-
editRender: {
|
|
968
|
-
name?: string | undefined;
|
|
969
|
-
props?: Record<string, any> | undefined;
|
|
970
|
-
attrs?: Record<string, any> | undefined;
|
|
971
|
-
children?: any[] | undefined;
|
|
972
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.EditSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
973
|
-
enabled?: boolean | undefined;
|
|
974
|
-
options?: any[] | undefined;
|
|
975
|
-
optionProps?: {
|
|
976
|
-
value?: string | undefined;
|
|
977
|
-
label?: string | undefined;
|
|
978
|
-
disabled?: string | undefined;
|
|
979
|
-
key?: string | undefined;
|
|
980
|
-
children?: string | undefined;
|
|
981
|
-
hasChild?: string | undefined;
|
|
982
|
-
parent?: string | undefined;
|
|
983
|
-
} | undefined;
|
|
984
|
-
optionGroups?: any[] | undefined;
|
|
985
|
-
optionGroupProps?: {
|
|
986
|
-
options?: string | undefined;
|
|
987
|
-
label?: string | undefined;
|
|
988
|
-
key?: string | undefined;
|
|
989
|
-
} | undefined;
|
|
990
|
-
autoFocus?: (boolean | string) | undefined;
|
|
991
|
-
autoSelect?: boolean | undefined;
|
|
992
|
-
defaultValue?: string | number | object | RegExp | any[] | Date | ((params: {
|
|
993
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
994
|
-
}) => any) | null | undefined;
|
|
995
|
-
immediate?: boolean | undefined;
|
|
996
|
-
content?: string | undefined;
|
|
997
|
-
placeholder?: string | undefined;
|
|
998
|
-
autofocus?: string | undefined;
|
|
999
|
-
autoselect?: boolean | undefined;
|
|
1000
|
-
};
|
|
1001
|
-
contentRender: {
|
|
1002
|
-
name?: string | undefined;
|
|
1003
|
-
props?: Record<string, any> | undefined;
|
|
1004
|
-
attrs?: Record<string, any> | undefined;
|
|
1005
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.ContentSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
1006
|
-
children?: any[] | undefined;
|
|
1007
|
-
options?: any[] | undefined;
|
|
1008
|
-
optionProps?: {
|
|
1009
|
-
value?: string | undefined;
|
|
1010
|
-
label?: string | undefined;
|
|
1011
|
-
disabled?: string | undefined;
|
|
1012
|
-
key?: string | undefined;
|
|
1013
|
-
children?: string | undefined;
|
|
1014
|
-
hasChild?: string | undefined;
|
|
1015
|
-
parent?: string | undefined;
|
|
1016
|
-
} | undefined;
|
|
1017
|
-
optionGroups?: any[] | undefined;
|
|
1018
|
-
optionGroupProps?: {
|
|
1019
|
-
options?: string | undefined;
|
|
1020
|
-
label?: string | undefined;
|
|
1021
|
-
key?: string | undefined;
|
|
1022
|
-
} | undefined;
|
|
1023
|
-
};
|
|
1024
|
-
params: import("vxe-pc-ui").VxeColumnPropTypes.Params;
|
|
1025
|
-
slots: {
|
|
1026
|
-
title?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.HeaderSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1027
|
-
radio?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.RadioSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1028
|
-
checkbox?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.CheckboxSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1029
|
-
default?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.DefaultSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1030
|
-
header?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.HeaderSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1031
|
-
footer?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.FooterSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1032
|
-
content?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.ContentSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1033
|
-
filter?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.FilterSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1034
|
-
edit?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.EditSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1035
|
-
valid?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.ValidSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1036
|
-
icon?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.IconSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1037
|
-
};
|
|
1038
|
-
id: string;
|
|
1039
|
-
parentId: string;
|
|
1040
|
-
level: number;
|
|
1041
|
-
rowSpan: number;
|
|
1042
|
-
colSpan: number;
|
|
1043
|
-
halfVisible: boolean;
|
|
1044
|
-
defaultVisible: any;
|
|
1045
|
-
defaultFixed: any;
|
|
1046
|
-
checked: boolean;
|
|
1047
|
-
halfChecked: boolean;
|
|
1048
|
-
disabled: boolean;
|
|
1049
|
-
order: import("vxe-pc-ui").VxeTablePropTypes.SortOrder;
|
|
1050
|
-
sortTime: number;
|
|
1051
|
-
sortNumber: number;
|
|
1052
|
-
renderSortNumber: number;
|
|
1053
|
-
renderFixed: import("vxe-pc-ui").VxeColumnPropTypes.Fixed;
|
|
1054
|
-
renderVisible: import("vxe-pc-ui").VxeColumnPropTypes.Visible;
|
|
1055
|
-
renderWidth: number;
|
|
1056
|
-
renderHeight: number;
|
|
1057
|
-
renderAutoWidth: number;
|
|
1058
|
-
renderResizeWidth: number;
|
|
1059
|
-
resizeWidth: number;
|
|
1060
|
-
model: {
|
|
1061
|
-
update: boolean;
|
|
1062
|
-
value: any;
|
|
1063
|
-
};
|
|
1064
|
-
children: any[];
|
|
1065
|
-
renderHeader: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderHeaderParams<any>) => import('vue').VNode[];
|
|
1066
|
-
renderCell: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderCellParams<any>) => import('vue').VNode[];
|
|
1067
|
-
renderData: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderDataParams<any>) => import('vue').VNode[];
|
|
1068
|
-
renderFooter: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderFooterParams<any>) => import('vue').VNode[];
|
|
1069
|
-
getTitle: () => string;
|
|
1070
|
-
getKey: () => string;
|
|
1071
|
-
};
|
|
1072
|
-
rowspan: number;
|
|
1073
|
-
colspan: number;
|
|
1074
|
-
}[] | undefined;
|
|
1075
|
-
mergeFooterItems?: {
|
|
1076
|
-
row: any | number;
|
|
1077
|
-
col: number | {
|
|
1078
|
-
property: import("vxe-pc-ui").VxeColumnPropTypes.Field;
|
|
1079
|
-
type: import("vxe-pc-ui").VxeColumnPropTypes.Type;
|
|
1080
|
-
field: import("vxe-pc-ui").VxeColumnPropTypes.Field;
|
|
1081
|
-
title: import("vxe-pc-ui").VxeColumnPropTypes.Title;
|
|
1082
|
-
width: import("vxe-pc-ui").VxeColumnPropTypes.Width;
|
|
1083
|
-
minWidth: import("vxe-pc-ui").VxeColumnPropTypes.MinWidth;
|
|
1084
|
-
maxWidth: import("vxe-pc-ui").VxeColumnPropTypes.MaxWidth;
|
|
1085
|
-
resizable: import("vxe-pc-ui").VxeColumnPropTypes.Resizable;
|
|
1086
|
-
fixed: import("vxe-pc-ui").VxeColumnPropTypes.Fixed;
|
|
1087
|
-
align: import("vxe-pc-ui").VxeColumnPropTypes.Align;
|
|
1088
|
-
headerAlign: import("vxe-pc-ui").VxeColumnPropTypes.HeaderAlign;
|
|
1089
|
-
footerAlign: import("vxe-pc-ui").VxeColumnPropTypes.FooterAlign;
|
|
1090
|
-
showOverflow: import("vxe-pc-ui").VxeColumnPropTypes.ShowOverflow;
|
|
1091
|
-
showHeaderOverflow: import("vxe-pc-ui").VxeColumnPropTypes.ShowHeaderOverflow;
|
|
1092
|
-
showFooterOverflow: import("vxe-pc-ui").VxeColumnPropTypes.ShowFooterOverflow;
|
|
1093
|
-
className: import("vxe-pc-ui").VxeColumnPropTypes.ClassName;
|
|
1094
|
-
headerClassName: import("vxe-pc-ui").VxeColumnPropTypes.HeaderClassName;
|
|
1095
|
-
footerClassName: import("vxe-pc-ui").VxeColumnPropTypes.FooterClassName;
|
|
1096
|
-
formatter: import("vxe-pc-ui").VxeColumnPropTypes.Formatter<any>;
|
|
1097
|
-
footerFormatter: import("vxe-pc-ui").VxeColumnPropTypes.FooterFormatter<any>;
|
|
1098
|
-
sortable: import("vxe-pc-ui").VxeColumnPropTypes.Sortable;
|
|
1099
|
-
sortBy: import("vxe-pc-ui").VxeColumnPropTypes.SortBy;
|
|
1100
|
-
sortType: import("vxe-pc-ui").VxeColumnPropTypes.SortType;
|
|
1101
|
-
filters: {
|
|
1102
|
-
label?: (string | number) | undefined;
|
|
1103
|
-
value?: any;
|
|
1104
|
-
data?: any;
|
|
1105
|
-
resetValue?: any;
|
|
1106
|
-
checked?: boolean | undefined;
|
|
1107
|
-
}[];
|
|
1108
|
-
filterMultiple: import("vxe-pc-ui").VxeColumnPropTypes.FilterMultiple;
|
|
1109
|
-
filterMethod: import("vxe-pc-ui").VxeColumnPropTypes.FilterMethod<any>;
|
|
1110
|
-
filterRender: {
|
|
1111
|
-
name?: string | undefined;
|
|
1112
|
-
props?: {
|
|
1113
|
-
[key: string]: any;
|
|
1114
|
-
} | undefined;
|
|
1115
|
-
attrs?: {
|
|
1116
|
-
[key: string]: any;
|
|
1117
|
-
} | undefined;
|
|
1118
|
-
events?: {
|
|
1119
|
-
[key: string]: (...args: any[]) => any;
|
|
1120
|
-
} | undefined;
|
|
1121
|
-
children?: any[] | undefined;
|
|
1122
|
-
enabled?: boolean | undefined;
|
|
1123
|
-
options?: any[] | undefined;
|
|
1124
|
-
optionProps?: {
|
|
1125
|
-
value?: string | undefined;
|
|
1126
|
-
label?: string | undefined;
|
|
1127
|
-
disabled?: string | undefined;
|
|
1128
|
-
key?: string | undefined;
|
|
1129
|
-
children?: string | undefined;
|
|
1130
|
-
hasChild?: string | undefined;
|
|
1131
|
-
parent?: string | undefined;
|
|
1132
|
-
} | undefined;
|
|
1133
|
-
optionGroups?: any[] | undefined;
|
|
1134
|
-
optionGroupProps?: {
|
|
1135
|
-
options?: string | undefined;
|
|
1136
|
-
label?: string | undefined;
|
|
1137
|
-
key?: string | undefined;
|
|
1138
|
-
} | undefined;
|
|
1139
|
-
content?: string | undefined;
|
|
1140
|
-
cellType?: import("vxe-pc-ui").VxeColumnPropTypes.CellType | undefined;
|
|
1141
|
-
};
|
|
1142
|
-
treeNode: import("vxe-pc-ui").VxeColumnPropTypes.TreeNode;
|
|
1143
|
-
dragSort: import("vxe-pc-ui").VxeColumnPropTypes.DragSort;
|
|
1144
|
-
visible: import("vxe-pc-ui").VxeColumnPropTypes.Visible;
|
|
1145
|
-
exportMethod: import("vxe-pc-ui").VxeColumnPropTypes.ExportMethod<any>;
|
|
1146
|
-
footerExportMethod: import("vxe-pc-ui").VxeColumnPropTypes.FooterExportMethod;
|
|
1147
|
-
titleHelp: {
|
|
1148
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
1149
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
1150
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
1151
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
1152
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
1153
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
1154
|
-
message?: string | undefined;
|
|
1155
|
-
};
|
|
1156
|
-
titlePrefix: {
|
|
1157
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
1158
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
1159
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
1160
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
1161
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
1162
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
1163
|
-
message?: string | undefined;
|
|
1164
|
-
};
|
|
1165
|
-
titleSuffix: {
|
|
1166
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
1167
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
1168
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
1169
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
1170
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
1171
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
1172
|
-
message?: string | undefined;
|
|
1173
|
-
};
|
|
1174
|
-
cellType: import("vxe-pc-ui").VxeColumnPropTypes.CellType;
|
|
1175
|
-
cellRender: {
|
|
1176
|
-
name?: string | undefined;
|
|
1177
|
-
props?: Record<string, any> | undefined;
|
|
1178
|
-
attrs?: Record<string, any> | undefined;
|
|
1179
|
-
children?: any[] | undefined;
|
|
1180
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.DefaultSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
1181
|
-
options?: any[] | undefined;
|
|
1182
|
-
optionProps?: {
|
|
1183
|
-
value?: string | undefined;
|
|
1184
|
-
label?: string | undefined;
|
|
1185
|
-
disabled?: string | undefined;
|
|
1186
|
-
key?: string | undefined;
|
|
1187
|
-
children?: string | undefined;
|
|
1188
|
-
hasChild?: string | undefined;
|
|
1189
|
-
parent?: string | undefined;
|
|
1190
|
-
} | undefined;
|
|
1191
|
-
optionGroups?: any[] | undefined;
|
|
1192
|
-
optionGroupProps?: {
|
|
1193
|
-
options?: string | undefined;
|
|
1194
|
-
label?: string | undefined;
|
|
1195
|
-
key?: string | undefined;
|
|
1196
|
-
} | undefined;
|
|
1197
|
-
content?: string | undefined;
|
|
1198
|
-
};
|
|
1199
|
-
editRender: {
|
|
1200
|
-
name?: string | undefined;
|
|
1201
|
-
props?: Record<string, any> | undefined;
|
|
1202
|
-
attrs?: Record<string, any> | undefined;
|
|
1203
|
-
children?: any[] | undefined;
|
|
1204
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.EditSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
1205
|
-
enabled?: boolean | undefined;
|
|
1206
|
-
options?: any[] | undefined;
|
|
1207
|
-
optionProps?: {
|
|
1208
|
-
value?: string | undefined;
|
|
1209
|
-
label?: string | undefined;
|
|
1210
|
-
disabled?: string | undefined;
|
|
1211
|
-
key?: string | undefined;
|
|
1212
|
-
children?: string | undefined;
|
|
1213
|
-
hasChild?: string | undefined;
|
|
1214
|
-
parent?: string | undefined;
|
|
1215
|
-
} | undefined;
|
|
1216
|
-
optionGroups?: any[] | undefined;
|
|
1217
|
-
optionGroupProps?: {
|
|
1218
|
-
options?: string | undefined;
|
|
1219
|
-
label?: string | undefined;
|
|
1220
|
-
key?: string | undefined;
|
|
1221
|
-
} | undefined;
|
|
1222
|
-
autoFocus?: (boolean | string) | undefined;
|
|
1223
|
-
autoSelect?: boolean | undefined;
|
|
1224
|
-
defaultValue?: string | number | object | RegExp | any[] | Date | ((params: {
|
|
1225
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1226
|
-
}) => any) | null | undefined;
|
|
1227
|
-
immediate?: boolean | undefined;
|
|
1228
|
-
content?: string | undefined;
|
|
1229
|
-
placeholder?: string | undefined;
|
|
1230
|
-
autofocus?: string | undefined;
|
|
1231
|
-
autoselect?: boolean | undefined;
|
|
1232
|
-
};
|
|
1233
|
-
contentRender: {
|
|
1234
|
-
name?: string | undefined;
|
|
1235
|
-
props?: Record<string, any> | undefined;
|
|
1236
|
-
attrs?: Record<string, any> | undefined;
|
|
1237
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.ContentSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
1238
|
-
children?: any[] | undefined;
|
|
1239
|
-
options?: any[] | undefined;
|
|
1240
|
-
optionProps?: {
|
|
1241
|
-
value?: string | undefined;
|
|
1242
|
-
label?: string | undefined;
|
|
1243
|
-
disabled?: string | undefined;
|
|
1244
|
-
key?: string | undefined;
|
|
1245
|
-
children?: string | undefined;
|
|
1246
|
-
hasChild?: string | undefined;
|
|
1247
|
-
parent?: string | undefined;
|
|
1248
|
-
} | undefined;
|
|
1249
|
-
optionGroups?: any[] | undefined;
|
|
1250
|
-
optionGroupProps?: {
|
|
1251
|
-
options?: string | undefined;
|
|
1252
|
-
label?: string | undefined;
|
|
1253
|
-
key?: string | undefined;
|
|
1254
|
-
} | undefined;
|
|
1255
|
-
};
|
|
1256
|
-
params: import("vxe-pc-ui").VxeColumnPropTypes.Params;
|
|
1257
|
-
slots: {
|
|
1258
|
-
title?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.HeaderSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1259
|
-
radio?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.RadioSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1260
|
-
checkbox?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.CheckboxSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1261
|
-
default?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.DefaultSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1262
|
-
header?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.HeaderSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1263
|
-
footer?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.FooterSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1264
|
-
content?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.ContentSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1265
|
-
filter?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.FilterSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1266
|
-
edit?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.EditSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1267
|
-
valid?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.ValidSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1268
|
-
icon?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.IconSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1269
|
-
};
|
|
1270
|
-
id: string;
|
|
1271
|
-
parentId: string;
|
|
1272
|
-
level: number;
|
|
1273
|
-
rowSpan: number;
|
|
1274
|
-
colSpan: number;
|
|
1275
|
-
halfVisible: boolean;
|
|
1276
|
-
defaultVisible: any;
|
|
1277
|
-
defaultFixed: any;
|
|
1278
|
-
checked: boolean;
|
|
1279
|
-
halfChecked: boolean;
|
|
1280
|
-
disabled: boolean;
|
|
1281
|
-
order: import("vxe-pc-ui").VxeTablePropTypes.SortOrder;
|
|
1282
|
-
sortTime: number;
|
|
1283
|
-
sortNumber: number;
|
|
1284
|
-
renderSortNumber: number;
|
|
1285
|
-
renderFixed: import("vxe-pc-ui").VxeColumnPropTypes.Fixed;
|
|
1286
|
-
renderVisible: import("vxe-pc-ui").VxeColumnPropTypes.Visible;
|
|
1287
|
-
renderWidth: number;
|
|
1288
|
-
renderHeight: number;
|
|
1289
|
-
renderAutoWidth: number;
|
|
1290
|
-
renderResizeWidth: number;
|
|
1291
|
-
resizeWidth: number;
|
|
1292
|
-
model: {
|
|
1293
|
-
update: boolean;
|
|
1294
|
-
value: any;
|
|
1295
|
-
};
|
|
1296
|
-
children: any[];
|
|
1297
|
-
renderHeader: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderHeaderParams<any>) => import('vue').VNode[];
|
|
1298
|
-
renderCell: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderCellParams<any>) => import('vue').VNode[];
|
|
1299
|
-
renderData: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderDataParams<any>) => import('vue').VNode[];
|
|
1300
|
-
renderFooter: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderFooterParams<any>) => import('vue').VNode[];
|
|
1301
|
-
getTitle: () => string;
|
|
1302
|
-
getKey: () => string;
|
|
1303
|
-
};
|
|
1304
|
-
rowspan: number;
|
|
1305
|
-
colspan: number;
|
|
1306
|
-
}[] | undefined;
|
|
1307
|
-
spanMethod?: import("vxe-pc-ui").VxeTablePropTypes.SpanMethod<any> | undefined;
|
|
1308
|
-
footerSpanMethod?: import("vxe-pc-ui").VxeTablePropTypes.FooterSpanMethod<any> | undefined;
|
|
1309
|
-
showOverflow?: import("vxe-pc-ui").VxeTablePropTypes.ShowOverflow | undefined;
|
|
1310
|
-
showHeaderOverflow?: import("vxe-pc-ui").VxeTablePropTypes.ShowHeaderOverflow | undefined;
|
|
1311
|
-
showFooterOverflow?: import("vxe-pc-ui").VxeTablePropTypes.ShowFooterOverflow | undefined;
|
|
1312
|
-
keepSource?: import("vxe-pc-ui").VxeTablePropTypes.KeepSource | undefined;
|
|
1313
|
-
autoResize?: import("vxe-pc-ui").VxeTablePropTypes.AutoResize | undefined;
|
|
1314
|
-
syncResize?: import("vxe-pc-ui").VxeTablePropTypes.SyncResize | undefined;
|
|
1315
|
-
columnConfig?: {
|
|
1316
|
-
useKey?: boolean | undefined;
|
|
1317
|
-
isCurrent?: boolean | undefined;
|
|
1318
|
-
isHover?: boolean | undefined;
|
|
1319
|
-
currentMethod?: ((params: {
|
|
1320
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1321
|
-
}) => boolean) | undefined;
|
|
1322
|
-
resizable?: import("vxe-pc-ui").VxeColumnPropTypes.Resizable | undefined;
|
|
1323
|
-
width?: import("vxe-pc-ui").VxeColumnPropTypes.Width | undefined;
|
|
1324
|
-
minWidth?: import("vxe-pc-ui").VxeColumnPropTypes.MinWidth | undefined;
|
|
1325
|
-
maxWidth?: import("vxe-pc-ui").VxeColumnPropTypes.MaxWidth | undefined;
|
|
1326
|
-
maxFixedSize?: number | undefined;
|
|
1327
|
-
drag?: boolean | undefined;
|
|
1328
|
-
headerExportMethod?: import("vxe-pc-ui").VxeColumnPropTypes.HeaderExportMethod<any> | undefined;
|
|
1329
|
-
exportMethod?: import("vxe-pc-ui").VxeColumnPropTypes.ExportMethod<any> | undefined;
|
|
1330
|
-
footerExportMethod?: import("vxe-pc-ui").VxeColumnPropTypes.FooterExportMethod<any> | undefined;
|
|
1331
|
-
} | undefined;
|
|
1332
|
-
rowConfig?: {
|
|
1333
|
-
useKey?: boolean | undefined;
|
|
1334
|
-
keyField?: string | undefined;
|
|
1335
|
-
isCurrent?: boolean | undefined;
|
|
1336
|
-
currentMethod?: ((params: {
|
|
1337
|
-
row: any;
|
|
1338
|
-
}) => boolean) | undefined;
|
|
1339
|
-
isHover?: boolean | undefined;
|
|
1340
|
-
resizable?: boolean | undefined;
|
|
1341
|
-
height?: number | undefined;
|
|
1342
|
-
drag?: boolean | undefined;
|
|
1343
|
-
} | undefined;
|
|
1344
|
-
cellConfig?: {
|
|
1345
|
-
verticalAlign?: ("" | "top" | "center") | undefined;
|
|
1346
|
-
} | undefined;
|
|
1347
|
-
currentConfig?: import("vxe-pc-ui").VxeTablePropTypes.CurrentConfig<any> | undefined;
|
|
1348
|
-
dragConfig?: {
|
|
1349
|
-
rowIcon?: string | undefined;
|
|
1350
|
-
showRowIcon?: boolean | undefined;
|
|
1351
|
-
rowDisabledMethod?: ((params: {
|
|
1352
|
-
row: any;
|
|
1353
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1354
|
-
}) => boolean) | undefined;
|
|
1355
|
-
rowVisibleMethod?: ((params: {
|
|
1356
|
-
row: any;
|
|
1357
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1358
|
-
}) => boolean) | undefined;
|
|
1359
|
-
rowTooltipMethod?: ((params: {
|
|
1360
|
-
row: any;
|
|
1361
|
-
}) => string | number | null) | undefined;
|
|
1362
|
-
dragStartMethod?: ((params: import("vxe-pc-ui").VxeTableDefines.RowDragstartEventParams<any>) => boolean) | undefined;
|
|
1363
|
-
dragEndMethod?: ((params: Omit<import("vxe-pc-ui").VxeTableDefines.RowDragendEventParams<any>, "_index">) => Promise<boolean> | boolean) | undefined;
|
|
1364
|
-
slots?: {
|
|
1365
|
-
rowTip?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.RowDragSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1366
|
-
} | undefined;
|
|
1367
|
-
} | undefined;
|
|
1368
|
-
rowDragConfig?: {
|
|
1369
|
-
icon?: string | undefined;
|
|
1370
|
-
showIcon?: boolean | undefined;
|
|
1371
|
-
disabledMethod?: ((params: {
|
|
1372
|
-
row: any;
|
|
1373
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1374
|
-
}) => boolean) | undefined;
|
|
1375
|
-
visibleMethod?: ((params: {
|
|
1376
|
-
row: any;
|
|
1377
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1378
|
-
}) => boolean) | undefined;
|
|
1379
|
-
tooltipMethod?: ((params: {
|
|
1380
|
-
row: any;
|
|
1381
|
-
}) => string | number | null) | undefined;
|
|
1382
|
-
dragStartMethod?: ((params: import("vxe-pc-ui").VxeTableDefines.RowDragstartEventParams<any>) => boolean) | undefined;
|
|
1383
|
-
dragEndMethod?: ((params: Omit<import("vxe-pc-ui").VxeTableDefines.RowDragendEventParams<any>, "_index">) => Promise<boolean> | boolean) | undefined;
|
|
1384
|
-
slots?: {
|
|
1385
|
-
tip?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.RowDragSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1386
|
-
} | undefined;
|
|
1387
|
-
} | undefined;
|
|
1388
|
-
columnDragConfig?: {
|
|
1389
|
-
icon?: string | undefined;
|
|
1390
|
-
showIcon?: boolean | undefined;
|
|
1391
|
-
disabledMethod?: ((params: {
|
|
1392
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1393
|
-
}) => boolean) | undefined;
|
|
1394
|
-
visibleMethod?: ((params: {
|
|
1395
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1396
|
-
}) => boolean) | undefined;
|
|
1397
|
-
tooltipMethod?: ((params: {
|
|
1398
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1399
|
-
}) => string | number | null) | undefined;
|
|
1400
|
-
dragStartMethod?: ((params: import("vxe-pc-ui").VxeTableDefines.ColumnDragstartEventParams<any>) => boolean) | undefined;
|
|
1401
|
-
dragEndMethod?: ((params: Omit<import("vxe-pc-ui").VxeTableDefines.ColumnDragendEventParams<any>, "_index">) => Promise<boolean> | boolean) | undefined;
|
|
1402
|
-
slots?: {
|
|
1403
|
-
tip?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.ColumnDragSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1404
|
-
} | undefined;
|
|
1405
|
-
} | undefined;
|
|
1406
|
-
customConfig?: {
|
|
1407
|
-
storage?: boolean | {
|
|
1408
|
-
visible?: boolean | undefined;
|
|
1409
|
-
resizable?: boolean | undefined;
|
|
1410
|
-
fixed?: boolean | undefined;
|
|
1411
|
-
sort?: boolean | undefined;
|
|
1412
|
-
} | undefined;
|
|
1413
|
-
restoreStore?: ((params: {
|
|
1414
|
-
id: string;
|
|
1415
|
-
type: "restore";
|
|
1416
|
-
storeData: import("vxe-pc-ui").VxeTableDefines.CustomStoreData;
|
|
1417
|
-
}) => import("vxe-pc-ui").VxeTableDefines.CustomStoreData | Promise<import("vxe-pc-ui").VxeTableDefines.CustomStoreData>) | undefined;
|
|
1418
|
-
updateStore?: ((params: {
|
|
1419
|
-
id: string;
|
|
1420
|
-
type: "reset" | "confirm" | "update:width" | "update:fixed" | "update:sort" | "update:visible";
|
|
1421
|
-
storeData: import("vxe-pc-ui").VxeTableDefines.CustomStoreData;
|
|
1422
|
-
}) => Promise<any>) | undefined;
|
|
1423
|
-
mode?: ("default" | "modal" | "drawer" | "simple" | "popup" | "" | null) | undefined;
|
|
1424
|
-
modalOptions?: {
|
|
1425
|
-
title?: import("vxe-pc-ui").VxeModalPropTypes.Title | undefined;
|
|
1426
|
-
width?: import("vxe-pc-ui").VxeModalPropTypes.Width | undefined;
|
|
1427
|
-
minWidth?: import("vxe-pc-ui").VxeModalPropTypes.MinWidth | undefined;
|
|
1428
|
-
height?: import("vxe-pc-ui").VxeModalPropTypes.Height | undefined;
|
|
1429
|
-
minHeight?: import("vxe-pc-ui").VxeModalPropTypes.MinHeight | undefined;
|
|
1430
|
-
className?: import("vxe-pc-ui").VxeModalPropTypes.ClassName | undefined;
|
|
1431
|
-
showZoom?: import("vxe-pc-ui").VxeModalPropTypes.ShowZoom | undefined;
|
|
1432
|
-
showMaximize?: import("vxe-pc-ui").VxeModalPropTypes.ShowMaximize | undefined;
|
|
1433
|
-
showMinimize?: import("vxe-pc-ui").VxeModalPropTypes.ShowMinimize | undefined;
|
|
1434
|
-
mask?: import("vxe-pc-ui").VxeModalPropTypes.Mask | undefined;
|
|
1435
|
-
lockView?: import("vxe-pc-ui").VxeModalPropTypes.LockView | undefined;
|
|
1436
|
-
resize?: import("vxe-pc-ui").VxeModalPropTypes.Resize | undefined;
|
|
1437
|
-
escClosable?: import("vxe-pc-ui").VxeModalPropTypes.EscClosable | undefined;
|
|
1438
|
-
} | undefined;
|
|
1439
|
-
drawerOptions?: {
|
|
1440
|
-
title?: import("vxe-pc-ui").VxeDrawerPropTypes.Title | undefined;
|
|
1441
|
-
width?: import("vxe-pc-ui").VxeDrawerPropTypes.Width | undefined;
|
|
1442
|
-
className?: import("vxe-pc-ui").VxeDrawerPropTypes.ClassName | undefined;
|
|
1443
|
-
position?: import("vxe-pc-ui").VxeDrawerPropTypes.Position | undefined;
|
|
1444
|
-
escClosable?: import("vxe-pc-ui").VxeDrawerPropTypes.EscClosable | undefined;
|
|
1445
|
-
} | undefined;
|
|
1446
|
-
trigger?: ("manual" | "hover" | "click" | "" | null) | undefined;
|
|
1447
|
-
immediate?: boolean | undefined;
|
|
1448
|
-
placement?: ("left" | "right" | "top-left" | "top-right" | "bottom-left" | "bottom-right") | undefined;
|
|
1449
|
-
checkMethod?: ((params: {
|
|
1450
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1451
|
-
}) => boolean) | undefined;
|
|
1452
|
-
visibleMethod?: ((params: {
|
|
1453
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1454
|
-
}) => boolean) | undefined;
|
|
1455
|
-
allowVisible?: boolean | undefined;
|
|
1456
|
-
allowFixed?: boolean | undefined;
|
|
1457
|
-
allowSort?: boolean | undefined;
|
|
1458
|
-
allowResizable?: boolean | undefined;
|
|
1459
|
-
showFooter?: boolean | undefined;
|
|
1460
|
-
icon?: string | undefined;
|
|
1461
|
-
resetButtonText?: string | undefined;
|
|
1462
|
-
closeButtonText?: string | undefined;
|
|
1463
|
-
cancelButtonText?: string | undefined;
|
|
1464
|
-
confirmButtonText?: string | undefined;
|
|
1465
|
-
slots?: {
|
|
1466
|
-
header?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.CustomSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1467
|
-
top?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.CustomSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1468
|
-
bottom?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.CustomSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1469
|
-
default?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.CustomSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1470
|
-
footer?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.CustomSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1471
|
-
} | undefined;
|
|
1472
|
-
} | undefined;
|
|
1473
|
-
resizeConfig?: {
|
|
1474
|
-
refreshDelay?: number | undefined;
|
|
1475
|
-
} | undefined;
|
|
1476
|
-
resizableConfig?: {
|
|
1477
|
-
minWidth?: string | number | ((params: {
|
|
1478
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
1479
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1480
|
-
columnIndex: number;
|
|
1481
|
-
$columnIndex: number;
|
|
1482
|
-
$rowIndex: number;
|
|
1483
|
-
cell?: HTMLElement;
|
|
1484
|
-
}) => number | string) | undefined;
|
|
1485
|
-
maxWidth?: string | number | ((params: {
|
|
1486
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
1487
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1488
|
-
columnIndex: number;
|
|
1489
|
-
$columnIndex: number;
|
|
1490
|
-
$rowIndex: number;
|
|
1491
|
-
cell?: HTMLElement;
|
|
1492
|
-
}) => number | string) | undefined;
|
|
1493
|
-
} | undefined;
|
|
1494
|
-
seqConfig?: {
|
|
1495
|
-
startIndex?: number | undefined;
|
|
1496
|
-
seqMethod?: ((params: {
|
|
1497
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1498
|
-
columnIndex: number;
|
|
1499
|
-
$columnIndex: number;
|
|
1500
|
-
row: any;
|
|
1501
|
-
rowIndex: number;
|
|
1502
|
-
$rowIndex: number;
|
|
1503
|
-
}) => number | string) | undefined;
|
|
1504
|
-
} | undefined;
|
|
1505
|
-
sortConfig?: {
|
|
1506
|
-
defaultSort?: {
|
|
1507
|
-
field: string;
|
|
1508
|
-
order: import("vxe-pc-ui").VxeTablePropTypes.SortOrder;
|
|
1509
|
-
} | {
|
|
1510
|
-
field: string;
|
|
1511
|
-
order: import("vxe-pc-ui").VxeTablePropTypes.SortOrder;
|
|
1512
|
-
}[] | undefined;
|
|
1513
|
-
orders?: import("vxe-pc-ui").VxeTablePropTypes.SortOrder[] | undefined;
|
|
1514
|
-
sortMethod?: ((params: {
|
|
1515
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
1516
|
-
data: any[];
|
|
1517
|
-
sortList: import("vxe-pc-ui").VxeTableDefines.SortCheckedParams[];
|
|
1518
|
-
}) => any[]) | undefined;
|
|
1519
|
-
remote?: boolean | undefined;
|
|
1520
|
-
multiple?: boolean | undefined;
|
|
1521
|
-
chronological?: boolean | undefined;
|
|
1522
|
-
trigger?: ("default" | "cell") | undefined;
|
|
1523
|
-
showIcon?: boolean | undefined;
|
|
1524
|
-
iconLayout?: ("horizontal" | "vertical") | undefined;
|
|
1525
|
-
iconAsc?: string | undefined;
|
|
1526
|
-
iconDesc?: string | undefined;
|
|
1527
|
-
} | undefined;
|
|
1528
|
-
filterConfig?: {
|
|
1529
|
-
filterMethod?: ((params: {
|
|
1530
|
-
options: import("vxe-pc-ui").VxeTableDefines.FilterOption[];
|
|
1531
|
-
values: any[];
|
|
1532
|
-
cellValue: any;
|
|
1533
|
-
row: any;
|
|
1534
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1535
|
-
}) => any) | undefined;
|
|
1536
|
-
remote?: boolean | undefined;
|
|
1537
|
-
showIcon?: boolean | undefined;
|
|
1538
|
-
iconNone?: string | undefined;
|
|
1539
|
-
iconMatch?: string | undefined;
|
|
1540
|
-
confirmButtonText?: string | undefined;
|
|
1541
|
-
resetButtonText?: string | undefined;
|
|
1542
|
-
} | undefined;
|
|
1543
|
-
radioConfig?: {
|
|
1544
|
-
reserve?: boolean | undefined;
|
|
1545
|
-
labelField?: string | undefined;
|
|
1546
|
-
checkRowKey?: (string | number) | undefined;
|
|
1547
|
-
checkMethod?: ((params: {
|
|
1548
|
-
row: any;
|
|
1549
|
-
}) => boolean) | undefined;
|
|
1550
|
-
visibleMethod?: ((params: {
|
|
1551
|
-
row: any;
|
|
1552
|
-
}) => boolean) | undefined;
|
|
1553
|
-
trigger?: ("default" | "cell" | "row" | "manual" | "" | null) | undefined;
|
|
1554
|
-
highlight?: boolean | undefined;
|
|
1555
|
-
strict?: boolean | undefined;
|
|
1556
|
-
} | undefined;
|
|
1557
|
-
checkboxConfig?: {
|
|
1558
|
-
reserve?: boolean | undefined;
|
|
1559
|
-
labelField?: string | undefined;
|
|
1560
|
-
checkField?: string | undefined;
|
|
1561
|
-
indeterminateField?: string | undefined;
|
|
1562
|
-
showHeader?: boolean | undefined;
|
|
1563
|
-
checkAll?: boolean | undefined;
|
|
1564
|
-
checkRowKeys?: (string[] | number[]) | undefined;
|
|
1565
|
-
checkStrictly?: boolean | undefined;
|
|
1566
|
-
strict?: boolean | undefined;
|
|
1567
|
-
isShiftKey?: boolean | undefined;
|
|
1568
|
-
checkMethod?: ((params: {
|
|
1569
|
-
row: any;
|
|
1570
|
-
}) => boolean) | undefined;
|
|
1571
|
-
visibleMethod?: ((params: {
|
|
1572
|
-
row: any;
|
|
1573
|
-
}) => boolean) | undefined;
|
|
1574
|
-
trigger?: ("default" | "cell" | "row" | "manual" | "" | null) | undefined;
|
|
1575
|
-
highlight?: boolean | undefined;
|
|
1576
|
-
range?: boolean | undefined;
|
|
1577
|
-
halfField?: string | undefined;
|
|
1578
|
-
} | undefined;
|
|
1579
|
-
tooltipConfig?: {
|
|
1580
|
-
showAll?: boolean | undefined;
|
|
1581
|
-
theme?: ("dark" | "light" | "" | null) | undefined;
|
|
1582
|
-
enterable?: boolean | undefined;
|
|
1583
|
-
enterDelay?: number | undefined;
|
|
1584
|
-
leaveDelay?: number | undefined;
|
|
1585
|
-
contentMethod?: ((params: {
|
|
1586
|
-
items: any[];
|
|
1587
|
-
row: any;
|
|
1588
|
-
rowIndex: number;
|
|
1589
|
-
$rowIndex: number;
|
|
1590
|
-
_rowIndex: number;
|
|
1591
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1592
|
-
columnIndex: number;
|
|
1593
|
-
$columnIndex: number;
|
|
1594
|
-
_columnIndex: number;
|
|
1595
|
-
type: "header" | "body" | "footer" | "" | null;
|
|
1596
|
-
cell: HTMLElement;
|
|
1597
|
-
$event: any;
|
|
1598
|
-
}) => string | null | void) | undefined;
|
|
1599
|
-
} | undefined;
|
|
1600
|
-
exportConfig?: {
|
|
1601
|
-
_typeMaps?: Record<string, number> | undefined;
|
|
1602
|
-
filename?: string | undefined;
|
|
1603
|
-
sheetName?: string | undefined;
|
|
1604
|
-
type?: string | undefined;
|
|
1605
|
-
types?: string[] | undefined;
|
|
1606
|
-
mode?: string | undefined;
|
|
1607
|
-
modes?: (string | {
|
|
1608
|
-
label?: (string | number) | undefined;
|
|
1609
|
-
value: string | number;
|
|
1610
|
-
})[] | undefined;
|
|
1611
|
-
original?: boolean | undefined;
|
|
1612
|
-
message?: boolean | undefined;
|
|
1613
|
-
isHeader?: boolean | undefined;
|
|
1614
|
-
isFooter?: boolean | undefined;
|
|
1615
|
-
isMerge?: boolean | undefined;
|
|
1616
|
-
isColgroup?: boolean | undefined;
|
|
1617
|
-
download?: boolean | undefined;
|
|
1618
|
-
data?: any[] | undefined;
|
|
1619
|
-
columns?: {
|
|
1620
|
-
property: import("vxe-pc-ui").VxeColumnPropTypes.Field;
|
|
1621
|
-
type: import("vxe-pc-ui").VxeColumnPropTypes.Type;
|
|
1622
|
-
field: import("vxe-pc-ui").VxeColumnPropTypes.Field;
|
|
1623
|
-
title: import("vxe-pc-ui").VxeColumnPropTypes.Title;
|
|
1624
|
-
width: import("vxe-pc-ui").VxeColumnPropTypes.Width;
|
|
1625
|
-
minWidth: import("vxe-pc-ui").VxeColumnPropTypes.MinWidth;
|
|
1626
|
-
maxWidth: import("vxe-pc-ui").VxeColumnPropTypes.MaxWidth;
|
|
1627
|
-
resizable: import("vxe-pc-ui").VxeColumnPropTypes.Resizable;
|
|
1628
|
-
fixed: import("vxe-pc-ui").VxeColumnPropTypes.Fixed;
|
|
1629
|
-
align: import("vxe-pc-ui").VxeColumnPropTypes.Align;
|
|
1630
|
-
headerAlign: import("vxe-pc-ui").VxeColumnPropTypes.HeaderAlign;
|
|
1631
|
-
footerAlign: import("vxe-pc-ui").VxeColumnPropTypes.FooterAlign;
|
|
1632
|
-
showOverflow: import("vxe-pc-ui").VxeColumnPropTypes.ShowOverflow;
|
|
1633
|
-
showHeaderOverflow: import("vxe-pc-ui").VxeColumnPropTypes.ShowHeaderOverflow;
|
|
1634
|
-
showFooterOverflow: import("vxe-pc-ui").VxeColumnPropTypes.ShowFooterOverflow;
|
|
1635
|
-
className: import("vxe-pc-ui").VxeColumnPropTypes.ClassName;
|
|
1636
|
-
headerClassName: import("vxe-pc-ui").VxeColumnPropTypes.HeaderClassName;
|
|
1637
|
-
footerClassName: import("vxe-pc-ui").VxeColumnPropTypes.FooterClassName;
|
|
1638
|
-
formatter: import("vxe-pc-ui").VxeColumnPropTypes.Formatter<any>;
|
|
1639
|
-
footerFormatter: import("vxe-pc-ui").VxeColumnPropTypes.FooterFormatter<any>;
|
|
1640
|
-
sortable: import("vxe-pc-ui").VxeColumnPropTypes.Sortable;
|
|
1641
|
-
sortBy: import("vxe-pc-ui").VxeColumnPropTypes.SortBy;
|
|
1642
|
-
sortType: import("vxe-pc-ui").VxeColumnPropTypes.SortType;
|
|
1643
|
-
filters: {
|
|
1644
|
-
label?: (string | number) | undefined;
|
|
1645
|
-
value?: any;
|
|
1646
|
-
data?: any;
|
|
1647
|
-
resetValue?: any;
|
|
1648
|
-
checked?: boolean | undefined;
|
|
1649
|
-
}[];
|
|
1650
|
-
filterMultiple: import("vxe-pc-ui").VxeColumnPropTypes.FilterMultiple;
|
|
1651
|
-
filterMethod: import("vxe-pc-ui").VxeColumnPropTypes.FilterMethod<any>;
|
|
1652
|
-
filterRender: {
|
|
1653
|
-
name?: string | undefined;
|
|
1654
|
-
props?: {
|
|
1655
|
-
[key: string]: any;
|
|
1656
|
-
} | undefined;
|
|
1657
|
-
attrs?: {
|
|
1658
|
-
[key: string]: any;
|
|
1659
|
-
} | undefined;
|
|
1660
|
-
events?: {
|
|
1661
|
-
[key: string]: (...args: any[]) => any;
|
|
1662
|
-
} | undefined;
|
|
1663
|
-
children?: any[] | undefined;
|
|
1664
|
-
enabled?: boolean | undefined;
|
|
1665
|
-
options?: any[] | undefined;
|
|
1666
|
-
optionProps?: {
|
|
1667
|
-
value?: string | undefined;
|
|
1668
|
-
label?: string | undefined;
|
|
1669
|
-
disabled?: string | undefined;
|
|
1670
|
-
key?: string | undefined;
|
|
1671
|
-
children?: string | undefined;
|
|
1672
|
-
hasChild?: string | undefined;
|
|
1673
|
-
parent?: string | undefined;
|
|
1674
|
-
} | undefined;
|
|
1675
|
-
optionGroups?: any[] | undefined;
|
|
1676
|
-
optionGroupProps?: {
|
|
1677
|
-
options?: string | undefined;
|
|
1678
|
-
label?: string | undefined;
|
|
1679
|
-
key?: string | undefined;
|
|
1680
|
-
} | undefined;
|
|
1681
|
-
content?: string | undefined;
|
|
1682
|
-
cellType?: import("vxe-pc-ui").VxeColumnPropTypes.CellType | undefined;
|
|
1683
|
-
};
|
|
1684
|
-
treeNode: import("vxe-pc-ui").VxeColumnPropTypes.TreeNode;
|
|
1685
|
-
dragSort: import("vxe-pc-ui").VxeColumnPropTypes.DragSort;
|
|
1686
|
-
visible: import("vxe-pc-ui").VxeColumnPropTypes.Visible;
|
|
1687
|
-
exportMethod: import("vxe-pc-ui").VxeColumnPropTypes.ExportMethod<any>;
|
|
1688
|
-
footerExportMethod: import("vxe-pc-ui").VxeColumnPropTypes.FooterExportMethod;
|
|
1689
|
-
titleHelp: {
|
|
1690
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
1691
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
1692
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
1693
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
1694
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
1695
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
1696
|
-
message?: string | undefined;
|
|
1697
|
-
};
|
|
1698
|
-
titlePrefix: {
|
|
1699
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
1700
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
1701
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
1702
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
1703
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
1704
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
1705
|
-
message?: string | undefined;
|
|
1706
|
-
};
|
|
1707
|
-
titleSuffix: {
|
|
1708
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
1709
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
1710
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
1711
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
1712
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
1713
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
1714
|
-
message?: string | undefined;
|
|
1715
|
-
};
|
|
1716
|
-
cellType: import("vxe-pc-ui").VxeColumnPropTypes.CellType;
|
|
1717
|
-
cellRender: {
|
|
1718
|
-
name?: string | undefined;
|
|
1719
|
-
props?: Record<string, any> | undefined;
|
|
1720
|
-
attrs?: Record<string, any> | undefined;
|
|
1721
|
-
children?: any[] | undefined;
|
|
1722
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.DefaultSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
1723
|
-
options?: any[] | undefined;
|
|
1724
|
-
optionProps?: {
|
|
1725
|
-
value?: string | undefined;
|
|
1726
|
-
label?: string | undefined;
|
|
1727
|
-
disabled?: string | undefined;
|
|
1728
|
-
key?: string | undefined;
|
|
1729
|
-
children?: string | undefined;
|
|
1730
|
-
hasChild?: string | undefined;
|
|
1731
|
-
parent?: string | undefined;
|
|
1732
|
-
} | undefined;
|
|
1733
|
-
optionGroups?: any[] | undefined;
|
|
1734
|
-
optionGroupProps?: {
|
|
1735
|
-
options?: string | undefined;
|
|
1736
|
-
label?: string | undefined;
|
|
1737
|
-
key?: string | undefined;
|
|
1738
|
-
} | undefined;
|
|
1739
|
-
content?: string | undefined;
|
|
1740
|
-
};
|
|
1741
|
-
editRender: {
|
|
1742
|
-
name?: string | undefined;
|
|
1743
|
-
props?: Record<string, any> | undefined;
|
|
1744
|
-
attrs?: Record<string, any> | undefined;
|
|
1745
|
-
children?: any[] | undefined;
|
|
1746
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.EditSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
1747
|
-
enabled?: boolean | undefined;
|
|
1748
|
-
options?: any[] | undefined;
|
|
1749
|
-
optionProps?: {
|
|
1750
|
-
value?: string | undefined;
|
|
1751
|
-
label?: string | undefined;
|
|
1752
|
-
disabled?: string | undefined;
|
|
1753
|
-
key?: string | undefined;
|
|
1754
|
-
children?: string | undefined;
|
|
1755
|
-
hasChild?: string | undefined;
|
|
1756
|
-
parent?: string | undefined;
|
|
1757
|
-
} | undefined;
|
|
1758
|
-
optionGroups?: any[] | undefined;
|
|
1759
|
-
optionGroupProps?: {
|
|
1760
|
-
options?: string | undefined;
|
|
1761
|
-
label?: string | undefined;
|
|
1762
|
-
key?: string | undefined;
|
|
1763
|
-
} | undefined;
|
|
1764
|
-
autoFocus?: (boolean | string) | undefined;
|
|
1765
|
-
autoSelect?: boolean | undefined;
|
|
1766
|
-
defaultValue?: string | number | object | RegExp | any[] | Date | ((params: {
|
|
1767
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
1768
|
-
}) => any) | null | undefined;
|
|
1769
|
-
immediate?: boolean | undefined;
|
|
1770
|
-
content?: string | undefined;
|
|
1771
|
-
placeholder?: string | undefined;
|
|
1772
|
-
autofocus?: string | undefined;
|
|
1773
|
-
autoselect?: boolean | undefined;
|
|
1774
|
-
};
|
|
1775
|
-
contentRender: {
|
|
1776
|
-
name?: string | undefined;
|
|
1777
|
-
props?: Record<string, any> | undefined;
|
|
1778
|
-
attrs?: Record<string, any> | undefined;
|
|
1779
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.ContentSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
1780
|
-
children?: any[] | undefined;
|
|
1781
|
-
options?: any[] | undefined;
|
|
1782
|
-
optionProps?: {
|
|
1783
|
-
value?: string | undefined;
|
|
1784
|
-
label?: string | undefined;
|
|
1785
|
-
disabled?: string | undefined;
|
|
1786
|
-
key?: string | undefined;
|
|
1787
|
-
children?: string | undefined;
|
|
1788
|
-
hasChild?: string | undefined;
|
|
1789
|
-
parent?: string | undefined;
|
|
1790
|
-
} | undefined;
|
|
1791
|
-
optionGroups?: any[] | undefined;
|
|
1792
|
-
optionGroupProps?: {
|
|
1793
|
-
options?: string | undefined;
|
|
1794
|
-
label?: string | undefined;
|
|
1795
|
-
key?: string | undefined;
|
|
1796
|
-
} | undefined;
|
|
1797
|
-
};
|
|
1798
|
-
params: import("vxe-pc-ui").VxeColumnPropTypes.Params;
|
|
1799
|
-
slots: {
|
|
1800
|
-
title?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.HeaderSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1801
|
-
radio?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.RadioSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1802
|
-
checkbox?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.CheckboxSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1803
|
-
default?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.DefaultSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1804
|
-
header?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.HeaderSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1805
|
-
footer?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.FooterSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1806
|
-
content?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.ContentSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1807
|
-
filter?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.FilterSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1808
|
-
edit?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.EditSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1809
|
-
valid?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.ValidSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1810
|
-
icon?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.IconSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
1811
|
-
};
|
|
1812
|
-
id: string;
|
|
1813
|
-
parentId: string;
|
|
1814
|
-
level: number;
|
|
1815
|
-
rowSpan: number;
|
|
1816
|
-
colSpan: number;
|
|
1817
|
-
halfVisible: boolean;
|
|
1818
|
-
defaultVisible: any;
|
|
1819
|
-
defaultFixed: any;
|
|
1820
|
-
checked: boolean;
|
|
1821
|
-
halfChecked: boolean;
|
|
1822
|
-
disabled: boolean;
|
|
1823
|
-
order: import("vxe-pc-ui").VxeTablePropTypes.SortOrder;
|
|
1824
|
-
sortTime: number;
|
|
1825
|
-
sortNumber: number;
|
|
1826
|
-
renderSortNumber: number;
|
|
1827
|
-
renderFixed: import("vxe-pc-ui").VxeColumnPropTypes.Fixed;
|
|
1828
|
-
renderVisible: import("vxe-pc-ui").VxeColumnPropTypes.Visible;
|
|
1829
|
-
renderWidth: number;
|
|
1830
|
-
renderHeight: number;
|
|
1831
|
-
renderAutoWidth: number;
|
|
1832
|
-
renderResizeWidth: number;
|
|
1833
|
-
resizeWidth: number;
|
|
1834
|
-
model: {
|
|
1835
|
-
update: boolean;
|
|
1836
|
-
value: any;
|
|
1837
|
-
};
|
|
1838
|
-
children: any[];
|
|
1839
|
-
renderHeader: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderHeaderParams<any>) => import('vue').VNode[];
|
|
1840
|
-
renderCell: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderCellParams<any>) => import('vue').VNode[];
|
|
1841
|
-
renderData: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderDataParams<any>) => import('vue').VNode[];
|
|
1842
|
-
renderFooter: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderFooterParams<any>) => import('vue').VNode[];
|
|
1843
|
-
getTitle: () => string;
|
|
1844
|
-
getKey: () => string;
|
|
1845
|
-
}[] | {
|
|
1846
|
-
colid?: number | undefined;
|
|
1847
|
-
type?: string | undefined;
|
|
1848
|
-
field?: string | undefined;
|
|
1849
|
-
}[] | undefined;
|
|
1850
|
-
columnFilterMethod?: ((params: {
|
|
1851
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo;
|
|
1852
|
-
$columnIndex: number;
|
|
1853
|
-
}) => boolean) | undefined;
|
|
1854
|
-
dataFilterMethod?: ((params: {
|
|
1855
|
-
row: any;
|
|
1856
|
-
$rowIndex: number;
|
|
1857
|
-
}) => boolean) | undefined;
|
|
1858
|
-
footerFilterMethod?: ((params: {
|
|
1859
|
-
items: any[];
|
|
1860
|
-
$rowIndex: number;
|
|
1861
|
-
}) => boolean) | undefined;
|
|
1862
|
-
remote?: boolean | undefined;
|
|
1863
|
-
useStyle?: boolean | undefined;
|
|
1864
|
-
sheetMethod?: ((params: import("vxe-pc-ui").VxeTableDefines.ExtortSheetMethodParams) => void) | undefined;
|
|
1865
|
-
params?: Record<string, any> | undefined;
|
|
1866
|
-
exportMethod?: ((params: {
|
|
1867
|
-
$table: import('vxe-pc-ui').VxeTableConstructor;
|
|
1868
|
-
$grid?: import('vxe-pc-ui').VxeGridConstructor;
|
|
1869
|
-
options: import("vxe-pc-ui").VxeTablePropTypes.ExportHandleOptions;
|
|
1870
|
-
}) => Promise<any>) | undefined;
|
|
1871
|
-
beforeExportMethod?: ((params: {
|
|
1872
|
-
options: import("vxe-pc-ui").VxeTablePropTypes.ExportHandleOptions;
|
|
1873
|
-
}) => void) | undefined;
|
|
1874
|
-
afterExportMethod?: ((params: {
|
|
1875
|
-
options: import("vxe-pc-ui").VxeTablePropTypes.ExportHandleOptions;
|
|
1876
|
-
}) => void) | undefined;
|
|
1877
|
-
slots?: {
|
|
1878
|
-
top?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.ExtortSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1879
|
-
bottom?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.ExtortSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1880
|
-
default?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.ExtortSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1881
|
-
footer?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.ExtortSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1882
|
-
parameter?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.ExtortSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1883
|
-
} | undefined;
|
|
1884
|
-
} | undefined;
|
|
1885
|
-
importConfig?: {
|
|
1886
|
-
_typeMaps?: Record<string, number> | undefined;
|
|
1887
|
-
types?: string[] | undefined;
|
|
1888
|
-
mode?: string | undefined;
|
|
1889
|
-
modes?: (string | {
|
|
1890
|
-
label?: (string | number) | undefined;
|
|
1891
|
-
value: string | number;
|
|
1892
|
-
})[] | undefined;
|
|
1893
|
-
message?: boolean | undefined;
|
|
1894
|
-
remote?: boolean | undefined;
|
|
1895
|
-
encoding?: string | undefined;
|
|
1896
|
-
params?: Record<string, any> | undefined;
|
|
1897
|
-
importMethod?: ((params: {
|
|
1898
|
-
$table: import('vxe-pc-ui').VxeTableConstructor;
|
|
1899
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor;
|
|
1900
|
-
file: File;
|
|
1901
|
-
options: import("vxe-pc-ui").VxeTablePropTypes.ImportHandleOptions;
|
|
1902
|
-
}) => Promise<any>) | undefined;
|
|
1903
|
-
beforeImportMethod?: ((params: {
|
|
1904
|
-
$table: import('vxe-pc-ui').VxeTableConstructor;
|
|
1905
|
-
options: any;
|
|
1906
|
-
}) => void) | undefined;
|
|
1907
|
-
afterImportMethod?: ((params: {
|
|
1908
|
-
$table: import('vxe-pc-ui').VxeTableConstructor;
|
|
1909
|
-
options: any;
|
|
1910
|
-
status: boolean;
|
|
1911
|
-
}) => void) | undefined;
|
|
1912
|
-
slots?: {
|
|
1913
|
-
top?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.ImportSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1914
|
-
bottom?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.ImportSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1915
|
-
default?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.ImportSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1916
|
-
footer?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.ImportSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
1917
|
-
} | undefined;
|
|
1918
|
-
} | undefined;
|
|
1919
|
-
printConfig?: {
|
|
1920
|
-
sheetName?: string | undefined;
|
|
1921
|
-
mode?: string | undefined;
|
|
1922
|
-
modes?: (string | {
|
|
1923
|
-
label?: (string | number) | undefined;
|
|
1924
|
-
value: string | number;
|
|
1925
|
-
})[] | undefined;
|
|
1926
|
-
original?: boolean | undefined;
|
|
1927
|
-
isHeader?: boolean | undefined;
|
|
1928
|
-
isFooter?: boolean | undefined;
|
|
1929
|
-
data?: any[] | undefined;
|
|
1930
|
-
columns?: {
|
|
1931
|
-
property: import("vxe-pc-ui").VxeColumnPropTypes.Field;
|
|
1932
|
-
type: import("vxe-pc-ui").VxeColumnPropTypes.Type;
|
|
1933
|
-
field: import("vxe-pc-ui").VxeColumnPropTypes.Field;
|
|
1934
|
-
title: import("vxe-pc-ui").VxeColumnPropTypes.Title;
|
|
1935
|
-
width: import("vxe-pc-ui").VxeColumnPropTypes.Width;
|
|
1936
|
-
minWidth: import("vxe-pc-ui").VxeColumnPropTypes.MinWidth;
|
|
1937
|
-
maxWidth: import("vxe-pc-ui").VxeColumnPropTypes.MaxWidth;
|
|
1938
|
-
resizable: import("vxe-pc-ui").VxeColumnPropTypes.Resizable;
|
|
1939
|
-
fixed: import("vxe-pc-ui").VxeColumnPropTypes.Fixed;
|
|
1940
|
-
align: import("vxe-pc-ui").VxeColumnPropTypes.Align;
|
|
1941
|
-
headerAlign: import("vxe-pc-ui").VxeColumnPropTypes.HeaderAlign;
|
|
1942
|
-
footerAlign: import("vxe-pc-ui").VxeColumnPropTypes.FooterAlign;
|
|
1943
|
-
showOverflow: import("vxe-pc-ui").VxeColumnPropTypes.ShowOverflow;
|
|
1944
|
-
showHeaderOverflow: import("vxe-pc-ui").VxeColumnPropTypes.ShowHeaderOverflow;
|
|
1945
|
-
showFooterOverflow: import("vxe-pc-ui").VxeColumnPropTypes.ShowFooterOverflow;
|
|
1946
|
-
className: import("vxe-pc-ui").VxeColumnPropTypes.ClassName;
|
|
1947
|
-
headerClassName: import("vxe-pc-ui").VxeColumnPropTypes.HeaderClassName;
|
|
1948
|
-
footerClassName: import("vxe-pc-ui").VxeColumnPropTypes.FooterClassName;
|
|
1949
|
-
formatter: import("vxe-pc-ui").VxeColumnPropTypes.Formatter<any>;
|
|
1950
|
-
footerFormatter: import("vxe-pc-ui").VxeColumnPropTypes.FooterFormatter<any>;
|
|
1951
|
-
sortable: import("vxe-pc-ui").VxeColumnPropTypes.Sortable;
|
|
1952
|
-
sortBy: import("vxe-pc-ui").VxeColumnPropTypes.SortBy;
|
|
1953
|
-
sortType: import("vxe-pc-ui").VxeColumnPropTypes.SortType;
|
|
1954
|
-
filters: {
|
|
1955
|
-
label?: (string | number) | undefined;
|
|
1956
|
-
value?: any;
|
|
1957
|
-
data?: any;
|
|
1958
|
-
resetValue?: any;
|
|
1959
|
-
checked?: boolean | undefined;
|
|
1960
|
-
}[];
|
|
1961
|
-
filterMultiple: import("vxe-pc-ui").VxeColumnPropTypes.FilterMultiple;
|
|
1962
|
-
filterMethod: import("vxe-pc-ui").VxeColumnPropTypes.FilterMethod<any>;
|
|
1963
|
-
filterRender: {
|
|
1964
|
-
name?: string | undefined;
|
|
1965
|
-
props?: {
|
|
1966
|
-
[key: string]: any;
|
|
1967
|
-
} | undefined;
|
|
1968
|
-
attrs?: {
|
|
1969
|
-
[key: string]: any;
|
|
1970
|
-
} | undefined;
|
|
1971
|
-
events?: {
|
|
1972
|
-
[key: string]: (...args: any[]) => any;
|
|
1973
|
-
} | undefined;
|
|
1974
|
-
children?: any[] | undefined;
|
|
1975
|
-
enabled?: boolean | undefined;
|
|
1976
|
-
options?: any[] | undefined;
|
|
1977
|
-
optionProps?: {
|
|
1978
|
-
value?: string | undefined;
|
|
1979
|
-
label?: string | undefined;
|
|
1980
|
-
disabled?: string | undefined;
|
|
1981
|
-
key?: string | undefined;
|
|
1982
|
-
children?: string | undefined;
|
|
1983
|
-
hasChild?: string | undefined;
|
|
1984
|
-
parent?: string | undefined;
|
|
1985
|
-
} | undefined;
|
|
1986
|
-
optionGroups?: any[] | undefined;
|
|
1987
|
-
optionGroupProps?: {
|
|
1988
|
-
options?: string | undefined;
|
|
1989
|
-
label?: string | undefined;
|
|
1990
|
-
key?: string | undefined;
|
|
1991
|
-
} | undefined;
|
|
1992
|
-
content?: string | undefined;
|
|
1993
|
-
cellType?: import("vxe-pc-ui").VxeColumnPropTypes.CellType | undefined;
|
|
1994
|
-
};
|
|
1995
|
-
treeNode: import("vxe-pc-ui").VxeColumnPropTypes.TreeNode;
|
|
1996
|
-
dragSort: import("vxe-pc-ui").VxeColumnPropTypes.DragSort;
|
|
1997
|
-
visible: import("vxe-pc-ui").VxeColumnPropTypes.Visible;
|
|
1998
|
-
exportMethod: import("vxe-pc-ui").VxeColumnPropTypes.ExportMethod<any>;
|
|
1999
|
-
footerExportMethod: import("vxe-pc-ui").VxeColumnPropTypes.FooterExportMethod;
|
|
2000
|
-
titleHelp: {
|
|
2001
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
2002
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
2003
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
2004
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
2005
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
2006
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
2007
|
-
message?: string | undefined;
|
|
2008
|
-
};
|
|
2009
|
-
titlePrefix: {
|
|
2010
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
2011
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
2012
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
2013
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
2014
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
2015
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
2016
|
-
message?: string | undefined;
|
|
2017
|
-
};
|
|
2018
|
-
titleSuffix: {
|
|
2019
|
-
useHTML?: import("vxe-pc-ui").VxeTooltipPropTypes.UseHTML | undefined;
|
|
2020
|
-
content?: import("vxe-pc-ui").VxeTooltipPropTypes.Content | undefined;
|
|
2021
|
-
enterable?: import("vxe-pc-ui").VxeTooltipPropTypes.Enterable | undefined;
|
|
2022
|
-
theme?: import("vxe-pc-ui").VxeTooltipPropTypes.Theme | undefined;
|
|
2023
|
-
icon?: import("vxe-pc-ui").VxeIconPropTypes.ClassName | undefined;
|
|
2024
|
-
iconStatus?: import("vxe-pc-ui").VxeIconPropTypes.Status | undefined;
|
|
2025
|
-
message?: string | undefined;
|
|
2026
|
-
};
|
|
2027
|
-
cellType: import("vxe-pc-ui").VxeColumnPropTypes.CellType;
|
|
2028
|
-
cellRender: {
|
|
2029
|
-
name?: string | undefined;
|
|
2030
|
-
props?: Record<string, any> | undefined;
|
|
2031
|
-
attrs?: Record<string, any> | undefined;
|
|
2032
|
-
children?: any[] | undefined;
|
|
2033
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.DefaultSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
2034
|
-
options?: any[] | undefined;
|
|
2035
|
-
optionProps?: {
|
|
2036
|
-
value?: string | undefined;
|
|
2037
|
-
label?: string | undefined;
|
|
2038
|
-
disabled?: string | undefined;
|
|
2039
|
-
key?: string | undefined;
|
|
2040
|
-
children?: string | undefined;
|
|
2041
|
-
hasChild?: string | undefined;
|
|
2042
|
-
parent?: string | undefined;
|
|
2043
|
-
} | undefined;
|
|
2044
|
-
optionGroups?: any[] | undefined;
|
|
2045
|
-
optionGroupProps?: {
|
|
2046
|
-
options?: string | undefined;
|
|
2047
|
-
label?: string | undefined;
|
|
2048
|
-
key?: string | undefined;
|
|
2049
|
-
} | undefined;
|
|
2050
|
-
content?: string | undefined;
|
|
2051
|
-
};
|
|
2052
|
-
editRender: {
|
|
2053
|
-
name?: string | undefined;
|
|
2054
|
-
props?: Record<string, any> | undefined;
|
|
2055
|
-
attrs?: Record<string, any> | undefined;
|
|
2056
|
-
children?: any[] | undefined;
|
|
2057
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.EditSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
2058
|
-
enabled?: boolean | undefined;
|
|
2059
|
-
options?: any[] | undefined;
|
|
2060
|
-
optionProps?: {
|
|
2061
|
-
value?: string | undefined;
|
|
2062
|
-
label?: string | undefined;
|
|
2063
|
-
disabled?: string | undefined;
|
|
2064
|
-
key?: string | undefined;
|
|
2065
|
-
children?: string | undefined;
|
|
2066
|
-
hasChild?: string | undefined;
|
|
2067
|
-
parent?: string | undefined;
|
|
2068
|
-
} | undefined;
|
|
2069
|
-
optionGroups?: any[] | undefined;
|
|
2070
|
-
optionGroupProps?: {
|
|
2071
|
-
options?: string | undefined;
|
|
2072
|
-
label?: string | undefined;
|
|
2073
|
-
key?: string | undefined;
|
|
2074
|
-
} | undefined;
|
|
2075
|
-
autoFocus?: (boolean | string) | undefined;
|
|
2076
|
-
autoSelect?: boolean | undefined;
|
|
2077
|
-
defaultValue?: string | number | object | RegExp | any[] | Date | ((params: {
|
|
2078
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2079
|
-
}) => any) | null | undefined;
|
|
2080
|
-
immediate?: boolean | undefined;
|
|
2081
|
-
content?: string | undefined;
|
|
2082
|
-
placeholder?: string | undefined;
|
|
2083
|
-
autofocus?: string | undefined;
|
|
2084
|
-
autoselect?: boolean | undefined;
|
|
2085
|
-
};
|
|
2086
|
-
contentRender: {
|
|
2087
|
-
name?: string | undefined;
|
|
2088
|
-
props?: Record<string, any> | undefined;
|
|
2089
|
-
attrs?: Record<string, any> | undefined;
|
|
2090
|
-
events?: Record<string, (cellParams: import("vxe-pc-ui").VxeColumnSlotTypes.ContentSlotParams<any>, ...args: any[]) => any> | undefined;
|
|
2091
|
-
children?: any[] | undefined;
|
|
2092
|
-
options?: any[] | undefined;
|
|
2093
|
-
optionProps?: {
|
|
2094
|
-
value?: string | undefined;
|
|
2095
|
-
label?: string | undefined;
|
|
2096
|
-
disabled?: string | undefined;
|
|
2097
|
-
key?: string | undefined;
|
|
2098
|
-
children?: string | undefined;
|
|
2099
|
-
hasChild?: string | undefined;
|
|
2100
|
-
parent?: string | undefined;
|
|
2101
|
-
} | undefined;
|
|
2102
|
-
optionGroups?: any[] | undefined;
|
|
2103
|
-
optionGroupProps?: {
|
|
2104
|
-
options?: string | undefined;
|
|
2105
|
-
label?: string | undefined;
|
|
2106
|
-
key?: string | undefined;
|
|
2107
|
-
} | undefined;
|
|
2108
|
-
};
|
|
2109
|
-
params: import("vxe-pc-ui").VxeColumnPropTypes.Params;
|
|
2110
|
-
slots: {
|
|
2111
|
-
title?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.HeaderSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
2112
|
-
radio?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.RadioSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
2113
|
-
checkbox?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.CheckboxSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
2114
|
-
default?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.DefaultSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
2115
|
-
header?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.HeaderSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
2116
|
-
footer?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.FooterSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
2117
|
-
content?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.ContentSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
2118
|
-
filter?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.FilterSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
2119
|
-
edit?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.EditSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
2120
|
-
valid?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.ValidSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
2121
|
-
icon?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.IconSlotParams<any>) => import('vxe-pc-ui').VxeComponentSlotType[] | import('vxe-pc-ui').VxeComponentSlotType) | null | undefined;
|
|
2122
|
-
};
|
|
2123
|
-
id: string;
|
|
2124
|
-
parentId: string;
|
|
2125
|
-
level: number;
|
|
2126
|
-
rowSpan: number;
|
|
2127
|
-
colSpan: number;
|
|
2128
|
-
halfVisible: boolean;
|
|
2129
|
-
defaultVisible: any;
|
|
2130
|
-
defaultFixed: any;
|
|
2131
|
-
checked: boolean;
|
|
2132
|
-
halfChecked: boolean;
|
|
2133
|
-
disabled: boolean;
|
|
2134
|
-
order: import("vxe-pc-ui").VxeTablePropTypes.SortOrder;
|
|
2135
|
-
sortTime: number;
|
|
2136
|
-
sortNumber: number;
|
|
2137
|
-
renderSortNumber: number;
|
|
2138
|
-
renderFixed: import("vxe-pc-ui").VxeColumnPropTypes.Fixed;
|
|
2139
|
-
renderVisible: import("vxe-pc-ui").VxeColumnPropTypes.Visible;
|
|
2140
|
-
renderWidth: number;
|
|
2141
|
-
renderHeight: number;
|
|
2142
|
-
renderAutoWidth: number;
|
|
2143
|
-
renderResizeWidth: number;
|
|
2144
|
-
resizeWidth: number;
|
|
2145
|
-
model: {
|
|
2146
|
-
update: boolean;
|
|
2147
|
-
value: any;
|
|
2148
|
-
};
|
|
2149
|
-
children: any[];
|
|
2150
|
-
renderHeader: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderHeaderParams<any>) => import('vue').VNode[];
|
|
2151
|
-
renderCell: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderCellParams<any>) => import('vue').VNode[];
|
|
2152
|
-
renderData: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderDataParams<any>) => import('vue').VNode[];
|
|
2153
|
-
renderFooter: (params: import("vxe-pc-ui").VxeTableDefines.CellRenderFooterParams<any>) => import('vue').VNode[];
|
|
2154
|
-
getTitle: () => string;
|
|
2155
|
-
getKey: () => string;
|
|
2156
|
-
}[] | {
|
|
2157
|
-
colid?: number | undefined;
|
|
2158
|
-
type?: string | undefined;
|
|
2159
|
-
field?: string | undefined;
|
|
2160
|
-
}[] | undefined;
|
|
2161
|
-
style?: string | undefined;
|
|
2162
|
-
html?: string | undefined;
|
|
2163
|
-
params?: Record<string, any> | undefined;
|
|
2164
|
-
columnFilterMethod?: ((params: {
|
|
2165
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo;
|
|
2166
|
-
$columnIndex: number;
|
|
2167
|
-
}) => boolean) | undefined;
|
|
2168
|
-
dataFilterMethod?: ((params: {
|
|
2169
|
-
row: any;
|
|
2170
|
-
$rowIndex: number;
|
|
2171
|
-
}) => boolean) | undefined;
|
|
2172
|
-
footerFilterMethod?: ((params: {
|
|
2173
|
-
items: any[];
|
|
2174
|
-
$rowIndex: number;
|
|
2175
|
-
}) => boolean) | undefined;
|
|
2176
|
-
beforePrintMethod?: ((params: {
|
|
2177
|
-
$table: import('vxe-pc-ui').VxeTableConstructor | null;
|
|
2178
|
-
html: string;
|
|
2179
|
-
options: import("vxe-pc-ui").VxeTablePropTypes.PrintHandleOptions;
|
|
2180
|
-
content: string;
|
|
2181
|
-
}) => string) | undefined;
|
|
2182
|
-
slots?: {
|
|
2183
|
-
top?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.PrintSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
2184
|
-
bottom?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.PrintSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
2185
|
-
default?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.PrintSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
2186
|
-
footer?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.PrintSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
2187
|
-
parameter?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.PrintSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
2188
|
-
} | undefined;
|
|
2189
|
-
content?: string | undefined;
|
|
2190
|
-
} | undefined;
|
|
2191
|
-
expandConfig?: {
|
|
2192
|
-
labelField?: string | undefined;
|
|
2193
|
-
expandAll?: boolean | undefined;
|
|
2194
|
-
expandRowKeys?: (string[] | number[]) | undefined;
|
|
2195
|
-
accordion?: boolean | undefined;
|
|
2196
|
-
trigger?: ("default" | "cell" | "row" | "manual" | "" | null) | undefined;
|
|
2197
|
-
lazy?: boolean | undefined;
|
|
2198
|
-
reserve?: boolean | undefined;
|
|
2199
|
-
height?: number | undefined;
|
|
2200
|
-
padding?: boolean | undefined;
|
|
2201
|
-
loadMethod?: ((params: {
|
|
2202
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2203
|
-
row: any;
|
|
2204
|
-
rowIndex: number;
|
|
2205
|
-
$rowIndex: number;
|
|
2206
|
-
}) => Promise<void>) | undefined;
|
|
2207
|
-
toggleMethod?: ((params: {
|
|
2208
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2209
|
-
expanded: boolean;
|
|
2210
|
-
row: any;
|
|
2211
|
-
rowIndex: number;
|
|
2212
|
-
$rowIndex: number;
|
|
2213
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2214
|
-
columnIndex: number;
|
|
2215
|
-
$columnIndex: number;
|
|
2216
|
-
}) => boolean) | undefined;
|
|
2217
|
-
visibleMethod?: ((params: import("vxe-pc-ui").VxeTableDefines.CellRenderBodyParams<any>) => boolean) | undefined;
|
|
2218
|
-
showIcon?: boolean | undefined;
|
|
2219
|
-
iconOpen?: string | undefined;
|
|
2220
|
-
iconClose?: string | undefined;
|
|
2221
|
-
iconLoaded?: string | undefined;
|
|
2222
|
-
} | undefined;
|
|
2223
|
-
treeConfig?: {
|
|
2224
|
-
transform?: boolean | undefined;
|
|
2225
|
-
rowField?: string | undefined;
|
|
2226
|
-
parentField?: string | undefined;
|
|
2227
|
-
childrenField?: string | undefined;
|
|
2228
|
-
mapChildrenField?: string | undefined;
|
|
2229
|
-
indent?: number | undefined;
|
|
2230
|
-
showLine?: boolean | undefined;
|
|
2231
|
-
expandAll?: boolean | undefined;
|
|
2232
|
-
expandRowKeys?: (string[] | number[]) | undefined;
|
|
2233
|
-
accordion?: boolean | undefined;
|
|
2234
|
-
trigger?: ("default" | "cell" | "row" | "manual" | "" | null) | undefined;
|
|
2235
|
-
lazy?: boolean | undefined;
|
|
2236
|
-
hasChildField?: string | undefined;
|
|
2237
|
-
reserve?: boolean | undefined;
|
|
2238
|
-
loadMethod?: ((params: {
|
|
2239
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2240
|
-
row: any;
|
|
2241
|
-
}) => Promise<any[]>) | undefined;
|
|
2242
|
-
toggleMethod?: ((params: {
|
|
2243
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2244
|
-
expanded: boolean;
|
|
2245
|
-
row: any;
|
|
2246
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2247
|
-
columnIndex: number;
|
|
2248
|
-
$columnIndex: number;
|
|
2249
|
-
}) => boolean) | undefined;
|
|
2250
|
-
showIcon?: boolean | undefined;
|
|
2251
|
-
iconOpen?: string | undefined;
|
|
2252
|
-
iconClose?: string | undefined;
|
|
2253
|
-
iconLoaded?: string | undefined;
|
|
2254
|
-
line?: boolean | undefined;
|
|
2255
|
-
hasChild?: string | undefined;
|
|
2256
|
-
children?: string | undefined;
|
|
2257
|
-
} | undefined;
|
|
2258
|
-
menuConfig?: {
|
|
2259
|
-
enabled?: boolean | undefined;
|
|
2260
|
-
header?: {
|
|
2261
|
-
disabled?: boolean | undefined;
|
|
2262
|
-
options?: {
|
|
2263
|
-
[x: string]: any;
|
|
2264
|
-
code?: string | undefined;
|
|
2265
|
-
name?: string | undefined;
|
|
2266
|
-
prefixConfig?: {
|
|
2267
|
-
icon?: string | undefined;
|
|
2268
|
-
content?: string | undefined;
|
|
2269
|
-
className?: string | undefined;
|
|
2270
|
-
} | undefined;
|
|
2271
|
-
prefixIcon?: string | undefined;
|
|
2272
|
-
suffixConfig?: {
|
|
2273
|
-
icon?: string | undefined;
|
|
2274
|
-
content?: string | undefined;
|
|
2275
|
-
className?: string | undefined;
|
|
2276
|
-
} | undefined;
|
|
2277
|
-
suffixIcon?: string | undefined;
|
|
2278
|
-
className?: string | undefined;
|
|
2279
|
-
visible?: boolean | undefined;
|
|
2280
|
-
disabled?: boolean | undefined;
|
|
2281
|
-
children?: {
|
|
2282
|
-
[x: string]: any;
|
|
2283
|
-
code?: string | undefined;
|
|
2284
|
-
name?: string | undefined;
|
|
2285
|
-
prefixConfig?: {
|
|
2286
|
-
icon?: string | undefined;
|
|
2287
|
-
content?: string | undefined;
|
|
2288
|
-
className?: string | undefined;
|
|
2289
|
-
} | undefined;
|
|
2290
|
-
prefixIcon?: string | undefined;
|
|
2291
|
-
suffixConfig?: {
|
|
2292
|
-
icon?: string | undefined;
|
|
2293
|
-
content?: string | undefined;
|
|
2294
|
-
className?: string | undefined;
|
|
2295
|
-
} | undefined;
|
|
2296
|
-
suffixIcon?: string | undefined;
|
|
2297
|
-
className?: string | undefined;
|
|
2298
|
-
visible?: boolean | undefined;
|
|
2299
|
-
disabled?: boolean | undefined;
|
|
2300
|
-
params?: any;
|
|
2301
|
-
slots?: {
|
|
2302
|
-
content?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.MenuSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
2303
|
-
} | undefined;
|
|
2304
|
-
}[] | undefined;
|
|
2305
|
-
params?: any;
|
|
2306
|
-
slots?: {
|
|
2307
|
-
content?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.MenuSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
2308
|
-
} | undefined;
|
|
2309
|
-
}[][] | undefined;
|
|
2310
|
-
} | undefined;
|
|
2311
|
-
body?: {
|
|
2312
|
-
disabled?: boolean | undefined;
|
|
2313
|
-
options?: {
|
|
2314
|
-
[x: string]: any;
|
|
2315
|
-
code?: string | undefined;
|
|
2316
|
-
name?: string | undefined;
|
|
2317
|
-
prefixConfig?: {
|
|
2318
|
-
icon?: string | undefined;
|
|
2319
|
-
content?: string | undefined;
|
|
2320
|
-
className?: string | undefined;
|
|
2321
|
-
} | undefined;
|
|
2322
|
-
prefixIcon?: string | undefined;
|
|
2323
|
-
suffixConfig?: {
|
|
2324
|
-
icon?: string | undefined;
|
|
2325
|
-
content?: string | undefined;
|
|
2326
|
-
className?: string | undefined;
|
|
2327
|
-
} | undefined;
|
|
2328
|
-
suffixIcon?: string | undefined;
|
|
2329
|
-
className?: string | undefined;
|
|
2330
|
-
visible?: boolean | undefined;
|
|
2331
|
-
disabled?: boolean | undefined;
|
|
2332
|
-
children?: {
|
|
2333
|
-
[x: string]: any;
|
|
2334
|
-
code?: string | undefined;
|
|
2335
|
-
name?: string | undefined;
|
|
2336
|
-
prefixConfig?: {
|
|
2337
|
-
icon?: string | undefined;
|
|
2338
|
-
content?: string | undefined;
|
|
2339
|
-
className?: string | undefined;
|
|
2340
|
-
} | undefined;
|
|
2341
|
-
prefixIcon?: string | undefined;
|
|
2342
|
-
suffixConfig?: {
|
|
2343
|
-
icon?: string | undefined;
|
|
2344
|
-
content?: string | undefined;
|
|
2345
|
-
className?: string | undefined;
|
|
2346
|
-
} | undefined;
|
|
2347
|
-
suffixIcon?: string | undefined;
|
|
2348
|
-
className?: string | undefined;
|
|
2349
|
-
visible?: boolean | undefined;
|
|
2350
|
-
disabled?: boolean | undefined;
|
|
2351
|
-
params?: any;
|
|
2352
|
-
slots?: {
|
|
2353
|
-
content?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.MenuSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
2354
|
-
} | undefined;
|
|
2355
|
-
}[] | undefined;
|
|
2356
|
-
params?: any;
|
|
2357
|
-
slots?: {
|
|
2358
|
-
content?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.MenuSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
2359
|
-
} | undefined;
|
|
2360
|
-
}[][] | undefined;
|
|
2361
|
-
} | undefined;
|
|
2362
|
-
footer?: {
|
|
2363
|
-
disabled?: boolean | undefined;
|
|
2364
|
-
options?: {
|
|
2365
|
-
[x: string]: any;
|
|
2366
|
-
code?: string | undefined;
|
|
2367
|
-
name?: string | undefined;
|
|
2368
|
-
prefixConfig?: {
|
|
2369
|
-
icon?: string | undefined;
|
|
2370
|
-
content?: string | undefined;
|
|
2371
|
-
className?: string | undefined;
|
|
2372
|
-
} | undefined;
|
|
2373
|
-
prefixIcon?: string | undefined;
|
|
2374
|
-
suffixConfig?: {
|
|
2375
|
-
icon?: string | undefined;
|
|
2376
|
-
content?: string | undefined;
|
|
2377
|
-
className?: string | undefined;
|
|
2378
|
-
} | undefined;
|
|
2379
|
-
suffixIcon?: string | undefined;
|
|
2380
|
-
className?: string | undefined;
|
|
2381
|
-
visible?: boolean | undefined;
|
|
2382
|
-
disabled?: boolean | undefined;
|
|
2383
|
-
children?: {
|
|
2384
|
-
[x: string]: any;
|
|
2385
|
-
code?: string | undefined;
|
|
2386
|
-
name?: string | undefined;
|
|
2387
|
-
prefixConfig?: {
|
|
2388
|
-
icon?: string | undefined;
|
|
2389
|
-
content?: string | undefined;
|
|
2390
|
-
className?: string | undefined;
|
|
2391
|
-
} | undefined;
|
|
2392
|
-
prefixIcon?: string | undefined;
|
|
2393
|
-
suffixConfig?: {
|
|
2394
|
-
icon?: string | undefined;
|
|
2395
|
-
content?: string | undefined;
|
|
2396
|
-
className?: string | undefined;
|
|
2397
|
-
} | undefined;
|
|
2398
|
-
suffixIcon?: string | undefined;
|
|
2399
|
-
className?: string | undefined;
|
|
2400
|
-
visible?: boolean | undefined;
|
|
2401
|
-
disabled?: boolean | undefined;
|
|
2402
|
-
params?: any;
|
|
2403
|
-
slots?: {
|
|
2404
|
-
content?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.MenuSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
2405
|
-
} | undefined;
|
|
2406
|
-
}[] | undefined;
|
|
2407
|
-
params?: any;
|
|
2408
|
-
slots?: {
|
|
2409
|
-
content?: (string | ((params: import("vxe-pc-ui").VxeTableDefines.MenuSlotParams) => import('vxe-pc-ui').VxeComponentSlotType | import('vxe-pc-ui').VxeComponentSlotType[])) | undefined;
|
|
2410
|
-
} | undefined;
|
|
2411
|
-
}[][] | undefined;
|
|
2412
|
-
} | undefined;
|
|
2413
|
-
trigger?: ("default" | "cell" | "" | null) | undefined;
|
|
2414
|
-
className?: string | undefined;
|
|
2415
|
-
visibleMethod?: ((params: {
|
|
2416
|
-
type: string;
|
|
2417
|
-
options: import("vxe-pc-ui").VxeTableDefines.MenuFirstOption[][];
|
|
2418
|
-
columns: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>[];
|
|
2419
|
-
row?: any;
|
|
2420
|
-
rowIndex?: number;
|
|
2421
|
-
column?: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any> | undefined;
|
|
2422
|
-
columnIndex?: number;
|
|
2423
|
-
}) => boolean) | undefined;
|
|
2424
|
-
} | undefined;
|
|
2425
|
-
mouseConfig?: {
|
|
2426
|
-
selected?: boolean | undefined;
|
|
2427
|
-
area?: boolean | undefined;
|
|
2428
|
-
extension?: boolean | undefined;
|
|
2429
|
-
} | undefined;
|
|
2430
|
-
areaConfig?: {
|
|
2431
|
-
multiple?: boolean | undefined;
|
|
2432
|
-
includeFields?: string[] | undefined;
|
|
2433
|
-
excludeFields?: string[] | undefined;
|
|
2434
|
-
selectedMethod?: ((params: {
|
|
2435
|
-
row: any;
|
|
2436
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2437
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2438
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2439
|
-
}) => boolean) | undefined;
|
|
2440
|
-
selectCellByHeader?: boolean | undefined;
|
|
2441
|
-
selectCellByBody?: boolean | undefined;
|
|
2442
|
-
selectCellToRow?: (boolean | string) | undefined;
|
|
2443
|
-
showColumnStatus?: boolean | undefined;
|
|
2444
|
-
showRowStatus?: boolean | undefined;
|
|
2445
|
-
extendByCopy?: boolean | undefined;
|
|
2446
|
-
extendByCalc?: boolean | undefined;
|
|
2447
|
-
autoClear?: boolean | undefined;
|
|
2448
|
-
extendCalcMethod?: ((params: import("vxe-pc-ui").VxeTableProDefines.ExtendCellAreaCalcBaseParams<any>) => any[][]) | undefined;
|
|
2449
|
-
extendSetMethod?: ((params: {
|
|
2450
|
-
cellValue: any;
|
|
2451
|
-
row: any;
|
|
2452
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2453
|
-
} & import("vxe-pc-ui").VxeTableProDefines.ExtendCellAreaCalcBaseParams<any>) => void) | undefined;
|
|
2454
|
-
beforeExtendSetMethod?: ((params: import("vxe-pc-ui").VxeTableProDefines.ExtendCellAreaCalcBaseParams<any>) => boolean) | undefined;
|
|
2455
|
-
afterExtendSetMethod?: ((params: {
|
|
2456
|
-
extendValues: any[][];
|
|
2457
|
-
} & import("vxe-pc-ui").VxeTableProDefines.ExtendCellAreaCalcBaseParams<any>) => boolean) | undefined;
|
|
2458
|
-
} | undefined;
|
|
2459
|
-
fnrConfig?: {
|
|
2460
|
-
isFind?: boolean | undefined;
|
|
2461
|
-
findMethod?: ((params: {
|
|
2462
|
-
cellValue: any;
|
|
2463
|
-
isWhole: boolean;
|
|
2464
|
-
isRE: boolean;
|
|
2465
|
-
isSensitive: boolean;
|
|
2466
|
-
findValue: string | null;
|
|
2467
|
-
findRE: RegExp | null;
|
|
2468
|
-
}) => boolean) | undefined;
|
|
2469
|
-
beforeFindMethod?: ((params: {
|
|
2470
|
-
isAll: boolean;
|
|
2471
|
-
findValue: string | null;
|
|
2472
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2473
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2474
|
-
}) => boolean) | undefined;
|
|
2475
|
-
afterFindMethod?: ((params: {
|
|
2476
|
-
isAll: boolean;
|
|
2477
|
-
findValue: string | null;
|
|
2478
|
-
result: import("vxe-pc-ui").VxeTableProDefines.FindAndReplaceResult[];
|
|
2479
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2480
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2481
|
-
}) => void) | undefined;
|
|
2482
|
-
isReplace?: boolean | undefined;
|
|
2483
|
-
replaceMethod?: ((params: {
|
|
2484
|
-
row: any;
|
|
2485
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2486
|
-
cellValue: any;
|
|
2487
|
-
}) => void) | undefined;
|
|
2488
|
-
beforeReplaceMethod?: ((params: {
|
|
2489
|
-
isAll: boolean;
|
|
2490
|
-
findValue: string | null;
|
|
2491
|
-
replaceValue: string;
|
|
2492
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2493
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2494
|
-
}) => boolean) | undefined;
|
|
2495
|
-
afterReplaceMethod?: ((params: {
|
|
2496
|
-
isAll: boolean;
|
|
2497
|
-
findValue: string | null;
|
|
2498
|
-
replaceValue: string;
|
|
2499
|
-
result: import("vxe-pc-ui").VxeTableProDefines.FindAndReplaceResult[];
|
|
2500
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2501
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2502
|
-
}) => void) | undefined;
|
|
2503
|
-
} | undefined;
|
|
2504
|
-
keyboardConfig?: {
|
|
2505
|
-
isArrow?: boolean | undefined;
|
|
2506
|
-
isEsc?: boolean | undefined;
|
|
2507
|
-
isDel?: boolean | undefined;
|
|
2508
|
-
isBack?: boolean | undefined;
|
|
2509
|
-
isEnter?: boolean | undefined;
|
|
2510
|
-
isShift?: boolean | undefined;
|
|
2511
|
-
isTab?: boolean | undefined;
|
|
2512
|
-
isEdit?: boolean | undefined;
|
|
2513
|
-
isMerge?: boolean | undefined;
|
|
2514
|
-
isClip?: boolean | undefined;
|
|
2515
|
-
isFNR?: boolean | undefined;
|
|
2516
|
-
isChecked?: boolean | undefined;
|
|
2517
|
-
arrowCursorLock?: boolean | undefined;
|
|
2518
|
-
enterToTab?: boolean | undefined;
|
|
2519
|
-
delMethod?: ((params: {
|
|
2520
|
-
row: any;
|
|
2521
|
-
rowIndex: number;
|
|
2522
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2523
|
-
columnIndex: number;
|
|
2524
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2525
|
-
}) => void) | undefined;
|
|
2526
|
-
backMethod?: ((params: {
|
|
2527
|
-
row: any;
|
|
2528
|
-
rowIndex: number;
|
|
2529
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2530
|
-
columnIndex: number;
|
|
2531
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2532
|
-
}) => void) | undefined;
|
|
2533
|
-
editMethod?: ((params: {
|
|
2534
|
-
row: any;
|
|
2535
|
-
rowIndex: number;
|
|
2536
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2537
|
-
columnIndex: number;
|
|
2538
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2539
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2540
|
-
}) => void) | undefined;
|
|
2541
|
-
} | undefined;
|
|
2542
|
-
clipConfig?: {
|
|
2543
|
-
isCopy?: boolean | undefined;
|
|
2544
|
-
isCut?: boolean | undefined;
|
|
2545
|
-
isPaste?: boolean | undefined;
|
|
2546
|
-
isFillPaste?: boolean | undefined;
|
|
2547
|
-
isRowIncrement?: boolean | undefined;
|
|
2548
|
-
isColumnIncrement?: boolean | undefined;
|
|
2549
|
-
includeFields?: string[] | undefined;
|
|
2550
|
-
excludeFields?: string[] | undefined;
|
|
2551
|
-
copyMethod?: ((params: {
|
|
2552
|
-
isCut: boolean;
|
|
2553
|
-
row: any;
|
|
2554
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2555
|
-
cellValue: any;
|
|
2556
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2557
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2558
|
-
}) => string) | undefined;
|
|
2559
|
-
beforeCopyMethod?: ((params: {
|
|
2560
|
-
isCut: boolean;
|
|
2561
|
-
activeArea: import("vxe-pc-ui").VxeTableProDefines.MouseActiveCellArea;
|
|
2562
|
-
targetAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2563
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2564
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2565
|
-
}) => boolean) | undefined;
|
|
2566
|
-
afterCopyMethod?: ((params: {
|
|
2567
|
-
isCut: boolean;
|
|
2568
|
-
targetAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2569
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2570
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2571
|
-
}) => boolean) | undefined;
|
|
2572
|
-
cutMethod?: ((params: {
|
|
2573
|
-
row: any;
|
|
2574
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2575
|
-
cellValue: any;
|
|
2576
|
-
clipData: {
|
|
2577
|
-
text?: string;
|
|
2578
|
-
html?: string;
|
|
2579
|
-
};
|
|
2580
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2581
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2582
|
-
}) => void) | undefined;
|
|
2583
|
-
beforeCutMethod?: ((params: {
|
|
2584
|
-
activeArea: import("vxe-pc-ui").VxeTableProDefines.MouseActiveCellArea;
|
|
2585
|
-
cutAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2586
|
-
currentAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2587
|
-
clipData: {
|
|
2588
|
-
text?: string;
|
|
2589
|
-
html?: string;
|
|
2590
|
-
};
|
|
2591
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2592
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2593
|
-
}) => boolean) | undefined;
|
|
2594
|
-
afterCutMethod?: ((params: {
|
|
2595
|
-
cutAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2596
|
-
currentAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2597
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2598
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2599
|
-
}) => void) | undefined;
|
|
2600
|
-
pasteMethod?: ((params: {
|
|
2601
|
-
isCut: boolean;
|
|
2602
|
-
row: any;
|
|
2603
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2604
|
-
cellValue: any;
|
|
2605
|
-
clipData: {
|
|
2606
|
-
text?: string;
|
|
2607
|
-
html?: string;
|
|
2608
|
-
};
|
|
2609
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2610
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2611
|
-
}) => void) | undefined;
|
|
2612
|
-
beforePasteMethod?: ((params: {
|
|
2613
|
-
isCut: boolean;
|
|
2614
|
-
activeArea: import("vxe-pc-ui").VxeTableProDefines.MouseActiveCellArea;
|
|
2615
|
-
cutAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2616
|
-
currentAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2617
|
-
targetAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2618
|
-
cellValues: string[][];
|
|
2619
|
-
pasteCells: string[][];
|
|
2620
|
-
clipData: {
|
|
2621
|
-
text?: string;
|
|
2622
|
-
html?: string;
|
|
2623
|
-
};
|
|
2624
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2625
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2626
|
-
}) => boolean) | undefined;
|
|
2627
|
-
afterPasteMethod?: ((params: {
|
|
2628
|
-
isCut: boolean;
|
|
2629
|
-
currentAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2630
|
-
cutAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2631
|
-
targetAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2632
|
-
cellValues: any[][];
|
|
2633
|
-
pasteCells: string[][];
|
|
2634
|
-
insertRows: any[];
|
|
2635
|
-
insertColumns: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>[];
|
|
2636
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2637
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2638
|
-
}) => boolean) | undefined;
|
|
2639
|
-
createRowsMethod?: ((params: {
|
|
2640
|
-
currentAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2641
|
-
targetAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2642
|
-
cellValues: any[][];
|
|
2643
|
-
pasteCells: string[][];
|
|
2644
|
-
insertRows: any[];
|
|
2645
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2646
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2647
|
-
}) => any[]) | undefined;
|
|
2648
|
-
createColumnsMethod?: ((params: {
|
|
2649
|
-
currentAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2650
|
-
targetAreas: import("vxe-pc-ui").VxeTableProDefines.CellAreaParams<any>[];
|
|
2651
|
-
cellValues: any[][];
|
|
2652
|
-
pasteCells: string[][];
|
|
2653
|
-
insertColumns: import("vxe-pc-ui").VxeTableDefines.ColumnOptions[];
|
|
2654
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2655
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2656
|
-
}) => import("vxe-pc-ui").VxeTableDefines.ColumnOptions<any>[]) | undefined;
|
|
2657
|
-
} | undefined;
|
|
2658
|
-
editConfig?: {
|
|
2659
|
-
trigger?: ("manual" | "click" | "dblclick" | "" | null) | undefined;
|
|
2660
|
-
enabled?: boolean | undefined;
|
|
2661
|
-
mode?: ("cell" | "row" | "" | null) | undefined;
|
|
2662
|
-
icon?: string | undefined;
|
|
2663
|
-
showIcon?: boolean | undefined;
|
|
2664
|
-
showStatus?: boolean | undefined;
|
|
2665
|
-
showUpdateStatus?: boolean | undefined;
|
|
2666
|
-
showInsertStatus?: boolean | undefined;
|
|
2667
|
-
showAsterisk?: boolean | undefined;
|
|
2668
|
-
autoFocus?: boolean | undefined;
|
|
2669
|
-
autoPos?: boolean | undefined;
|
|
2670
|
-
autoClear?: boolean | undefined;
|
|
2671
|
-
beforeEditMethod?: ((params: {
|
|
2672
|
-
row: any;
|
|
2673
|
-
rowIndex: number;
|
|
2674
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2675
|
-
columnIndex: number;
|
|
2676
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2677
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2678
|
-
}) => boolean) | undefined;
|
|
2679
|
-
afterEditMethod?: ((params: {
|
|
2680
|
-
row: any;
|
|
2681
|
-
rowIndex: number;
|
|
2682
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2683
|
-
columnIndex: number;
|
|
2684
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2685
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2686
|
-
}) => void) | undefined;
|
|
2687
|
-
activeMethod?: ((params: {
|
|
2688
|
-
row: any;
|
|
2689
|
-
rowIndex: number;
|
|
2690
|
-
column: import("vxe-pc-ui").VxeTableDefines.ColumnInfo<any>;
|
|
2691
|
-
columnIndex: number;
|
|
2692
|
-
$table: import('vxe-pc-ui').VxeTableConstructor<any> & import('vxe-pc-ui').VxeTablePrivateMethods<any>;
|
|
2693
|
-
$grid: import('vxe-pc-ui').VxeGridConstructor<any> | null | undefined;
|
|
2694
|
-
}) => boolean) | undefined;
|
|
2695
|
-
} | undefined;
|
|
2696
|
-
validConfig?: {
|
|
2697
|
-
autoPos?: boolean | undefined;
|
|
2698
|
-
showMessage?: boolean | undefined;
|
|
2699
|
-
msgMode?: ("single" | "full" | null | "") | undefined;
|
|
2700
|
-
theme?: ("normal" | "beautify" | "") | undefined;
|
|
2701
|
-
autoClear?: boolean | undefined;
|
|
2702
|
-
maxWidth?: number | undefined;
|
|
2703
|
-
className?: string | ((params: import("vxe-pc-ui").VxeColumnSlotTypes.ValidSlotParams<any>) => string) | undefined;
|
|
2704
|
-
message?: ("inline" | "default" | "tooltip" | "" | null) | undefined;
|
|
2705
|
-
} | undefined;
|
|
2706
|
-
editRules?: import("vxe-pc-ui").VxeTablePropTypes.EditRules<any> | undefined;
|
|
2707
|
-
emptyText?: import("vxe-pc-ui").VxeTablePropTypes.EmptyText | undefined;
|
|
2708
|
-
emptyRender?: {
|
|
2709
|
-
name?: string | undefined;
|
|
2710
|
-
props?: {
|
|
2711
|
-
[key: string]: any;
|
|
2712
|
-
} | undefined;
|
|
2713
|
-
attrs?: {
|
|
2714
|
-
[key: string]: any;
|
|
2715
|
-
} | undefined;
|
|
2716
|
-
events?: {
|
|
2717
|
-
[key: string]: (...args: any[]) => any;
|
|
2718
|
-
} | undefined;
|
|
2719
|
-
} | undefined;
|
|
2720
|
-
loadingConfig?: {
|
|
2721
|
-
icon?: string | undefined;
|
|
2722
|
-
text?: string | undefined;
|
|
2723
|
-
} | undefined;
|
|
2724
|
-
scrollX?: {
|
|
2725
|
-
gt?: number | undefined;
|
|
2726
|
-
oSize?: number | undefined;
|
|
2727
|
-
enabled?: boolean | undefined;
|
|
2728
|
-
immediate?: boolean | undefined;
|
|
2729
|
-
scrollToLeftOnChange?: boolean | undefined;
|
|
2730
|
-
threshold?: (string | number) | undefined;
|
|
2731
|
-
} | undefined;
|
|
2732
|
-
scrollY?: {
|
|
2733
|
-
mode?: ("default" | "wheel") | undefined;
|
|
2734
|
-
gt?: number | undefined;
|
|
2735
|
-
oSize?: number | undefined;
|
|
2736
|
-
enabled?: boolean | undefined;
|
|
2737
|
-
immediate?: boolean | undefined;
|
|
2738
|
-
scrollToTopOnChange?: boolean | undefined;
|
|
2739
|
-
threshold?: (string | number) | undefined;
|
|
2740
|
-
rHeight?: number | undefined;
|
|
2741
|
-
adaptive?: boolean | undefined;
|
|
2742
|
-
} | undefined;
|
|
2743
|
-
params?: import("vxe-pc-ui").VxeTablePropTypes.Params;
|
|
2744
|
-
resizable?: import("vxe-pc-ui").VxeTablePropTypes.Resizable | undefined;
|
|
2745
|
-
highlightCurrentRow?: import("vxe-pc-ui").VxeTablePropTypes.HighlightCurrentRow | undefined;
|
|
2746
|
-
highlightHoverRow?: import("vxe-pc-ui").VxeTablePropTypes.HighlightHoverRow | undefined;
|
|
2747
|
-
highlightCurrentColumn?: import("vxe-pc-ui").VxeTablePropTypes.HighlightCurrentColumn | undefined;
|
|
2748
|
-
highlightHoverColumn?: import("vxe-pc-ui").VxeTablePropTypes.HighlightHoverColumn | undefined;
|
|
2749
|
-
highlightCell?: import("vxe-pc-ui").VxeTablePropTypes.HighlightCell | undefined;
|
|
2750
|
-
columnKey?: import("vxe-pc-ui").VxeTablePropTypes.ColumnKey | undefined;
|
|
2751
|
-
rowKey?: import("vxe-pc-ui").VxeTablePropTypes.RowKey | undefined;
|
|
2752
|
-
rowId?: import("vxe-pc-ui").VxeTablePropTypes.RowId | undefined;
|
|
2753
|
-
fit?: import("vxe-pc-ui").VxeTablePropTypes.Fit | undefined;
|
|
2754
|
-
animat?: import("vxe-pc-ui").VxeTablePropTypes.Animat | undefined;
|
|
2755
|
-
delayHover?: import("vxe-pc-ui").VxeTablePropTypes.DelayHover | undefined;
|
|
2756
|
-
};
|
|
16
|
+
gridOptions: import('vue').ComputedRef<VxeGridProps<any>>;
|
|
2757
17
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2758
18
|
FilterSearch: (...args: any[]) => void;
|
|
2759
19
|
SortChange: (...args: any[]) => void;
|