@vunk/form 2.14.0 → 2.14.1

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.
Files changed (205) hide show
  1. package/components/api-tables-select/index.d.ts +4 -0
  2. package/components/api-tables-select/src/ctx.d.ts +374 -0
  3. package/components/api-tables-select/src/index.vue.d.ts +1335 -0
  4. package/components/api-tables-select/src/types.d.ts +19 -0
  5. package/components/button/index.d.ts +4 -0
  6. package/components/button/src/ctx.d.ts +185 -0
  7. package/components/button/src/index.vue.d.ts +813 -0
  8. package/components/button/src/types.d.ts +13 -0
  9. package/components/card-input-collection/index.d.ts +4 -0
  10. package/components/card-input-collection/src/ctx.d.ts +114 -0
  11. package/components/card-input-collection/src/index.vue.d.ts +1029 -0
  12. package/components/card-input-collection/src/types.d.ts +10 -0
  13. package/components/cascader/index.d.ts +6 -0
  14. package/components/cascader/src/ctx.d.ts +285 -0
  15. package/components/cascader/src/index.vue.d.ts +627 -0
  16. package/components/cascader/src/types.d.ts +19 -0
  17. package/components/cascader/src/use.d.ts +5 -0
  18. package/components/checkbox/index.d.ts +5 -0
  19. package/components/checkbox/src/ctx.d.ts +146 -0
  20. package/components/checkbox/src/index.vue.d.ts +1353 -0
  21. package/components/checkbox/src/types.d.ts +8 -0
  22. package/components/color-picker/index.d.ts +4 -0
  23. package/components/color-picker/src/ctx.d.ts +164 -0
  24. package/components/color-picker/src/index.vue.d.ts +366 -0
  25. package/components/color-picker/src/types.d.ts +7 -0
  26. package/components/date-picker/index.d.ts +5 -0
  27. package/components/date-picker/src/ctx.d.ts +321 -0
  28. package/components/date-picker/src/index.vue.d.ts +1423 -0
  29. package/components/date-picker/src/types.d.ts +20 -0
  30. package/components/date-picker-range/index.d.ts +4 -0
  31. package/components/date-picker-range/src/ctx.d.ts +329 -0
  32. package/components/date-picker-range/src/index.vue.d.ts +720 -0
  33. package/components/date-picker-range/src/types.d.ts +12 -0
  34. package/components/dialog-input-collection/index.d.ts +4 -0
  35. package/components/dialog-input-collection/src/ctx.d.ts +140 -0
  36. package/components/dialog-input-collection/src/dialog-form.vue.d.ts +1782 -0
  37. package/components/dialog-input-collection/src/index.vue.d.ts +3100 -0
  38. package/components/dialog-input-collection/src/layout.vue.d.ts +85 -0
  39. package/components/dialog-input-collection/src/types.d.ts +28 -0
  40. package/components/download-plus/index.d.ts +4 -0
  41. package/components/download-plus/src/api.d.ts +13 -0
  42. package/components/download-plus/src/const.d.ts +9 -0
  43. package/components/download-plus/src/ctx.d.ts +124 -0
  44. package/components/download-plus/src/index.vue.d.ts +1453 -0
  45. package/components/download-plus/src/types.d.ts +17 -0
  46. package/components/editable-text/index.d.ts +4 -0
  47. package/components/editable-text/src/ctx.d.ts +127 -0
  48. package/components/editable-text/src/index.vue.d.ts +3385 -0
  49. package/components/editable-text/src/types.d.ts +1 -0
  50. package/components/esri-input-geojson/index.d.ts +6 -0
  51. package/components/esri-input-geojson/src/append.vue.d.ts +1179 -0
  52. package/components/esri-input-geojson/src/const.d.ts +12 -0
  53. package/components/esri-input-geojson/src/ctx.d.ts +344 -0
  54. package/components/esri-input-geojson/src/default-view.vue.d.ts +133 -0
  55. package/components/esri-input-geojson/src/index.vue.d.ts +1471 -0
  56. package/components/esri-input-geojson/src/types.d.ts +22 -0
  57. package/components/esri-input-geojson/src/viewer.vue.d.ts +427 -0
  58. package/components/fieldset/index.d.ts +4 -0
  59. package/components/fieldset/src/ctx.d.ts +12 -0
  60. package/components/fieldset/src/index.vue.d.ts +23 -0
  61. package/components/fieldset/src/types.d.ts +1 -0
  62. package/components/fieldset/src/use.d.ts +5 -0
  63. package/components/form/index.d.ts +5 -0
  64. package/components/form/src/ctx.d.ts +139 -0
  65. package/components/form/src/index.vue.d.ts +1182 -0
  66. package/components/form/src/types.d.ts +25 -0
  67. package/components/form/src/utils.d.ts +15 -0
  68. package/components/form-item/index.d.ts +5 -0
  69. package/components/form-item/src/core.vue.d.ts +1847 -0
  70. package/components/form-item/src/ctx.d.ts +102 -0
  71. package/components/form-item/src/index.vue.d.ts +211 -0
  72. package/components/form-item/src/types.d.ts +10 -0
  73. package/components/form-item-renderer/index.d.ts +4 -0
  74. package/components/form-item-renderer/src/core.vue.d.ts +38 -0
  75. package/components/form-item-renderer/src/ctx.d.ts +16 -0
  76. package/components/form-item-renderer/src/index.vue.d.ts +93 -0
  77. package/components/form-item-renderer/src/types.d.ts +5 -0
  78. package/components/form-item-renderer/src/utils.d.ts +5 -0
  79. package/components/form-item-renderer-template/index.d.ts +4 -0
  80. package/components/form-item-renderer-template/src/ctx.d.ts +7 -0
  81. package/components/form-item-renderer-template/src/index.vue.d.ts +16 -0
  82. package/components/form-item-renderer-template/src/types.d.ts +55 -0
  83. package/components/forms-provider/index.d.ts +6 -0
  84. package/components/forms-provider/src/core.d.ts +6 -0
  85. package/components/forms-provider/src/index.vue.d.ts +2 -0
  86. package/components/forms-provider/src/segment.vue.d.ts +9 -0
  87. package/components/forms-provider/src/types.d.ts +10 -0
  88. package/components/forms-provider/src/view.vue.d.ts +7 -0
  89. package/components/information/index.d.ts +4 -0
  90. package/components/information/src/ctx.d.ts +13 -0
  91. package/components/information/src/index.vue.d.ts +23 -0
  92. package/components/information/src/types.d.ts +3 -0
  93. package/components/information-collection/index.d.ts +4 -0
  94. package/components/information-collection/src/ctx.d.ts +142 -0
  95. package/components/information-collection/src/index.vue.d.ts +293 -0
  96. package/components/information-collection/src/types.d.ts +6 -0
  97. package/components/information-renderer/index.d.ts +73 -0
  98. package/components/information-tag/index.d.ts +4 -0
  99. package/components/information-tag/src/ctx.d.ts +64 -0
  100. package/components/information-tag/src/index.vue.d.ts +134 -0
  101. package/components/information-tag/src/types.d.ts +1 -0
  102. package/components/information-templates-default/index.d.ts +4 -0
  103. package/components/information-templates-default/src/ctx.d.ts +2 -0
  104. package/components/information-templates-default/src/index.vue.d.ts +2 -0
  105. package/components/information-templates-default/src/types.d.ts +1 -0
  106. package/components/input/index.d.ts +5 -0
  107. package/components/input/src/ctx.d.ts +273 -0
  108. package/components/input/src/index.vue.d.ts +1234 -0
  109. package/components/input/src/types.d.ts +13 -0
  110. package/components/input-array/index.d.ts +5 -0
  111. package/components/input-array/src/ctx.d.ts +129 -0
  112. package/components/input-array/src/form-template.vue.d.ts +867 -0
  113. package/components/input-array/src/index.vue.d.ts +855 -0
  114. package/components/input-array/src/types.d.ts +7 -0
  115. package/components/input-collection/index.d.ts +4 -0
  116. package/components/input-collection/src/ctx.d.ts +132 -0
  117. package/components/input-collection/src/index.vue.d.ts +1127 -0
  118. package/components/input-collection/src/types.d.ts +29 -0
  119. package/components/input-link/index.d.ts +4 -0
  120. package/components/input-link/src/ctx.d.ts +277 -0
  121. package/components/input-link/src/index.vue.d.ts +587 -0
  122. package/components/input-link/src/types.d.ts +7 -0
  123. package/components/input-number/index.d.ts +4 -0
  124. package/components/input-number/src/ctx.d.ts +211 -0
  125. package/components/input-number/src/index.vue.d.ts +852 -0
  126. package/components/input-number/src/types.d.ts +12 -0
  127. package/components/input-tag/index.d.ts +5 -0
  128. package/components/input-tag/src/ctx.d.ts +227 -0
  129. package/components/input-tag/src/index.vue.d.ts +947 -0
  130. package/components/input-tag/src/types.d.ts +22 -0
  131. package/components/monaco-editor/index.d.ts +4 -0
  132. package/components/monaco-editor/src/ctx.d.ts +110 -0
  133. package/components/monaco-editor/src/index.vue.d.ts +294 -0
  134. package/components/monaco-editor/src/types.d.ts +7 -0
  135. package/components/radio/index.d.ts +4 -0
  136. package/components/radio/src/ctx.d.ts +157 -0
  137. package/components/radio/src/index.vue.d.ts +1302 -0
  138. package/components/radio/src/types.d.ts +8 -0
  139. package/components/renderer-data/index.d.ts +4 -0
  140. package/components/renderer-data/src/ctx.d.ts +12 -0
  141. package/components/renderer-data/src/index.vue.d.ts +20 -0
  142. package/components/renderer-data/src/types.d.ts +1 -0
  143. package/components/select/index.d.ts +5 -0
  144. package/components/select/src/ctx.d.ts +220 -0
  145. package/components/select/src/index.vue.d.ts +1034 -0
  146. package/components/select/src/types.d.ts +11 -0
  147. package/components/slider/index.d.ts +4 -0
  148. package/components/slider/src/ctx.d.ts +248 -0
  149. package/components/slider/src/index.vue.d.ts +579 -0
  150. package/components/slider/src/types.d.ts +7 -0
  151. package/components/switch/index.d.ts +4 -0
  152. package/components/switch/src/ctx.d.ts +203 -0
  153. package/components/switch/src/index.vue.d.ts +886 -0
  154. package/components/switch/src/types.d.ts +8 -0
  155. package/components/tables-select/index.d.ts +5 -0
  156. package/components/tables-select/src/ctx.d.ts +420 -0
  157. package/components/tables-select/src/index.vue.d.ts +5411 -0
  158. package/components/tables-select/src/types.d.ts +9 -0
  159. package/components/template-instances-provider/index.d.ts +3 -0
  160. package/components/template-instances-provider/src/index.vue.d.ts +6 -0
  161. package/components/templates-default/index.d.ts +4 -0
  162. package/components/templates-default/src/ctx.d.ts +19 -0
  163. package/components/templates-default/src/index.vue.d.ts +187 -0
  164. package/components/templates-default/src/types.d.ts +55 -0
  165. package/components/templates-element-plus/index.d.ts +4 -0
  166. package/components/templates-element-plus/src/ctx.d.ts +9 -0
  167. package/components/templates-element-plus/src/index.vue.d.ts +301 -0
  168. package/components/templates-element-plus/src/types.d.ts +13 -0
  169. package/components/templates-esri/index.d.ts +4 -0
  170. package/components/templates-esri/src/ctx.d.ts +11 -0
  171. package/components/templates-esri/src/index.vue.d.ts +43 -0
  172. package/components/templates-esri/src/types.d.ts +2 -0
  173. package/components/templates-layout/index.d.ts +4 -0
  174. package/components/templates-layout/src/ctx.d.ts +9 -0
  175. package/components/templates-layout/src/index.vue.d.ts +446 -0
  176. package/components/templates-layout/src/types.d.ts +32 -0
  177. package/components/templates-variant/index.d.ts +4 -0
  178. package/components/templates-variant/src/ctx.d.ts +11 -0
  179. package/components/templates-variant/src/index.vue.d.ts +43 -0
  180. package/components/templates-variant/src/types.d.ts +2 -0
  181. package/components/upload/index.d.ts +5 -0
  182. package/components/upload/src/ctx.d.ts +289 -0
  183. package/components/upload/src/file.vue.d.ts +492 -0
  184. package/components/upload/src/index.vue.d.ts +1926 -0
  185. package/components/upload/src/types.d.ts +13 -0
  186. package/components/upload-plus/index.d.ts +6 -0
  187. package/components/upload-plus/src/api.d.ts +38 -0
  188. package/components/upload-plus/src/const.d.ts +9 -0
  189. package/components/upload-plus/src/ctx.d.ts +143 -0
  190. package/components/upload-plus/src/index.vue.d.ts +1770 -0
  191. package/components/upload-plus/src/types.d.ts +32 -0
  192. package/components/van-cascader/index.d.ts +4 -0
  193. package/components/van-cascader/src/ctx.d.ts +272 -0
  194. package/components/van-cascader/src/index.vue.d.ts +2093 -0
  195. package/components/van-cascader/src/types.d.ts +1 -0
  196. package/components/var-datetime-picker/index.d.ts +4 -0
  197. package/components/var-datetime-picker/src/const.d.ts +10 -0
  198. package/components/var-datetime-picker/src/ctx.d.ts +107 -0
  199. package/components/var-datetime-picker/src/index.vue.d.ts +1485 -0
  200. package/components/var-datetime-picker/src/types.d.ts +22 -0
  201. package/components/vditor/index.d.ts +4 -0
  202. package/components/vditor/src/ctx.d.ts +117 -0
  203. package/components/vditor/src/index.vue.d.ts +409 -0
  204. package/components/vditor/src/types.d.ts +7 -0
  205. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import VkfApiTablesSelect from './src/index.vue';
2
+ export * as __VkfApiTablesSelect from './src/types';
3
+ export { VkfApiTablesSelect, };
4
+ export default VkfApiTablesSelect;
@@ -0,0 +1,374 @@
1
+ import { PropType } from 'vue';
2
+ import { ReadApi } from './types';
3
+ import { NormalObject } from '@vunk/shared';
4
+ export declare const props: {
5
+ /**
6
+ * @description 读取数据的api
7
+ */
8
+ readApi: {
9
+ type: PropType<ReadApi>;
10
+ default: () => {
11
+ rows: any[];
12
+ total: number;
13
+ };
14
+ };
15
+ /**
16
+ * @description 获取完整数据
17
+ * @default props.rApi({ ids: ids.join(',') })
18
+ */
19
+ getRows: {
20
+ type: PropType<(ids: any[]) => Promise<NormalObject[]>>;
21
+ default: any;
22
+ };
23
+ /**
24
+ * query表单配置
25
+ */
26
+ queryItems: {
27
+ type: PropType<any[]>;
28
+ default: () => any[];
29
+ };
30
+ type: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ required: {
35
+ readonly type: PropType<boolean>;
36
+ readonly required: false;
37
+ readonly validator: ((val: unknown) => boolean) | undefined;
38
+ __epPropKey: true;
39
+ } & {
40
+ readonly default: undefined;
41
+ };
42
+ small: BooleanConstructor;
43
+ size: {
44
+ readonly type: PropType<import("element-plus").ButtonType<StringConstructor, "" | "small" | "default" | "large", never>>;
45
+ readonly required: false;
46
+ readonly validator: ((val: unknown) => boolean) | undefined;
47
+ __epPropKey: true;
48
+ };
49
+ formItemSize: {
50
+ type: PropType<"default" | "small" | "large">;
51
+ default: "default" | "small" | "large";
52
+ };
53
+ formItemSlots: {
54
+ type: PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
55
+ default: any;
56
+ };
57
+ elRef: {
58
+ type: PropType<import("@vunk/core").AnyFunc>;
59
+ default: undefined;
60
+ };
61
+ inline: {
62
+ type: BooleanConstructor;
63
+ default: boolean;
64
+ };
65
+ readonly: {
66
+ type: BooleanConstructor;
67
+ default: any;
68
+ };
69
+ formItemTip: {
70
+ type: StringConstructor;
71
+ default: any;
72
+ };
73
+ formItemTipClass: any;
74
+ labelTip: {
75
+ type: StringConstructor;
76
+ default: any;
77
+ };
78
+ information: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ };
82
+ prop: any;
83
+ label: StringConstructor;
84
+ labelWidth: {
85
+ readonly type: PropType<string | number>;
86
+ readonly required: false;
87
+ readonly validator: ((val: unknown) => boolean) | undefined;
88
+ __epPropKey: true;
89
+ } & {
90
+ readonly default: "";
91
+ };
92
+ labelPosition: {
93
+ readonly type: PropType<"" | "top" | "left" | "right">;
94
+ readonly required: false;
95
+ readonly validator: ((val: unknown) => boolean) | undefined;
96
+ __epPropKey: true;
97
+ } & {
98
+ readonly default: "";
99
+ };
100
+ rules: {
101
+ readonly type: PropType<unknown>;
102
+ readonly required: false;
103
+ readonly validator: ((val: unknown) => boolean) | undefined;
104
+ __epPropKey: true;
105
+ };
106
+ error: StringConstructor;
107
+ validateStatus: {
108
+ readonly type: PropType<"" | "error" | "success" | "validating">;
109
+ readonly required: false;
110
+ readonly validator: ((val: unknown) => boolean) | undefined;
111
+ __epPropKey: true;
112
+ };
113
+ for: StringConstructor;
114
+ inlineMessage: {
115
+ readonly type: PropType<string | boolean>;
116
+ readonly required: false;
117
+ readonly validator: ((val: unknown) => boolean) | undefined;
118
+ __epPropKey: true;
119
+ } & {
120
+ readonly default: "";
121
+ };
122
+ showMessage: {
123
+ readonly type: PropType<boolean>;
124
+ readonly required: false;
125
+ readonly validator: ((val: unknown) => boolean) | undefined;
126
+ __epPropKey: true;
127
+ } & {
128
+ readonly default: true;
129
+ };
130
+ disabled: {
131
+ type: BooleanConstructor;
132
+ default: undefined;
133
+ };
134
+ teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
135
+ className: StringConstructor;
136
+ popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
137
+ fixed: (StringConstructor | BooleanConstructor)[];
138
+ filters: PropType<import("element-plus/es/components/table/src/table-column/defaults").Filters>;
139
+ modelValue: {
140
+ type: PropType<NormalObject[] | string>;
141
+ default: () => any[];
142
+ };
143
+ labelField: {
144
+ type: StringConstructor;
145
+ default: string;
146
+ };
147
+ clearable: {
148
+ type: BooleanConstructor;
149
+ default: boolean;
150
+ };
151
+ multiple: {
152
+ type: BooleanConstructor;
153
+ default: boolean;
154
+ };
155
+ updateWhenCompleted: {
156
+ type: BooleanConstructor;
157
+ default: boolean;
158
+ };
159
+ stringify: {
160
+ type: BooleanConstructor;
161
+ default: boolean;
162
+ };
163
+ placeholder: {
164
+ type: StringConstructor;
165
+ default: string;
166
+ };
167
+ dialogClass: any;
168
+ checkTrigger: {
169
+ type: PropType<"check" | "rowClick">;
170
+ default: string;
171
+ };
172
+ oidField: {
173
+ type: StringConstructor;
174
+ default: string;
175
+ };
176
+ selectionHidden: {
177
+ type: BooleanConstructor;
178
+ default: boolean;
179
+ };
180
+ paginationDisabled: {
181
+ type: BooleanConstructor;
182
+ default: boolean;
183
+ };
184
+ border: {
185
+ type: BooleanConstructor;
186
+ default: boolean;
187
+ };
188
+ tableClass: {
189
+ type: StringConstructor;
190
+ default: string;
191
+ };
192
+ tableStyle: {
193
+ type: PropType<import("vue").CSSProperties>;
194
+ default: undefined;
195
+ };
196
+ layout: {
197
+ type: StringConstructor;
198
+ default: undefined;
199
+ };
200
+ columns: {
201
+ type: PropType<import("@vunk/plus/components/tables-v1/src/types").Column[]>;
202
+ default: () => never[];
203
+ };
204
+ modules: {
205
+ type: PropType<"pagination"[]>;
206
+ default: () => string[];
207
+ };
208
+ align: {
209
+ type: StringConstructor;
210
+ default: string;
211
+ };
212
+ headerAlign: {
213
+ type: StringConstructor;
214
+ default: string;
215
+ };
216
+ duplexFull: {
217
+ type: BooleanConstructor;
218
+ default: boolean;
219
+ };
220
+ load: PropType<(row: any, treeNode: import("element-plus").TreeNode, resolve: (data: any[]) => void) => void>;
221
+ fit: {
222
+ type: BooleanConstructor;
223
+ default: boolean;
224
+ };
225
+ height: (StringConstructor | NumberConstructor)[];
226
+ width: (StringConstructor | NumberConstructor)[];
227
+ showOverflowTooltip: PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">>>;
228
+ rowKey: PropType<string | ((row: any) => string)>;
229
+ summaryMethod: PropType<import("element-plus").SummaryMethod<any>>;
230
+ rowClassName: PropType<import("element-plus").ColumnCls<any>>;
231
+ rowStyle: PropType<import("element-plus").ColumnStyle<any>>;
232
+ cellClassName: PropType<import("element-plus").CellCls<any>>;
233
+ cellStyle: PropType<import("element-plus").CellStyle<any>>;
234
+ headerRowClassName: PropType<import("element-plus").ColumnCls<any>>;
235
+ headerRowStyle: PropType<import("element-plus").ColumnStyle<any>>;
236
+ headerCellClassName: PropType<import("element-plus").CellCls<any>>;
237
+ headerCellStyle: PropType<import("element-plus").CellStyle<any>>;
238
+ expandRowKeys: PropType<string[]>;
239
+ defaultSort: PropType<import("element-plus").Sort>;
240
+ tooltipOptions: PropType<Partial<Pick<import("element-plus").ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">>>;
241
+ spanMethod: PropType<(data: {
242
+ row: any;
243
+ rowIndex: number;
244
+ column: import("element-plus").TableColumnCtx<any>;
245
+ columnIndex: number;
246
+ }) => number[] | {
247
+ rowspan: number;
248
+ colspan: number;
249
+ } | undefined>;
250
+ treeProps: {
251
+ type: PropType<import("element-plus/es/components/table/src/table/defaults").TreeProps | undefined>;
252
+ default: () => {
253
+ hasChildren: string;
254
+ children: string;
255
+ checkStrictly: boolean;
256
+ };
257
+ };
258
+ maxHeight: (StringConstructor | NumberConstructor)[];
259
+ stripe: BooleanConstructor;
260
+ showHeader: {
261
+ type: BooleanConstructor;
262
+ default: boolean;
263
+ };
264
+ showSummary: BooleanConstructor;
265
+ sumText: StringConstructor;
266
+ highlightCurrentRow: BooleanConstructor;
267
+ currentRowKey: (StringConstructor | NumberConstructor)[];
268
+ emptyText: StringConstructor;
269
+ defaultExpandAll: BooleanConstructor;
270
+ tooltipEffect: StringConstructor;
271
+ selectOnIndeterminate: {
272
+ type: BooleanConstructor;
273
+ default: boolean;
274
+ };
275
+ indent: {
276
+ type: NumberConstructor;
277
+ default: number;
278
+ };
279
+ lazy: BooleanConstructor;
280
+ tableLayout: {
281
+ type: PropType<"fixed" | "auto">;
282
+ default: string;
283
+ };
284
+ scrollbarAlwaysOn: BooleanConstructor;
285
+ flexible: BooleanConstructor;
286
+ appendFilterPanelTo: StringConstructor;
287
+ scrollbarTabindex: {
288
+ type: (StringConstructor | NumberConstructor)[];
289
+ default: undefined;
290
+ };
291
+ defaultPageSize: NumberConstructor;
292
+ pageCount: NumberConstructor;
293
+ pagerCount: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
294
+ defaultCurrentPage: NumberConstructor;
295
+ pageSizes: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => [10, 20, 30, 40, 50, 100], boolean>;
296
+ prevText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
297
+ prevIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
298
+ nextText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
299
+ nextIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
300
+ background: BooleanConstructor;
301
+ hideOnSinglePage: BooleanConstructor;
302
+ appendSizeTo: StringConstructor;
303
+ labelClassName: StringConstructor;
304
+ property: StringConstructor;
305
+ minWidth: {
306
+ type: (StringConstructor | NumberConstructor)[];
307
+ default: string;
308
+ };
309
+ renderHeader: PropType<(data: {
310
+ column: import("element-plus").TableColumnCtx<any>;
311
+ $index: number;
312
+ }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
313
+ [key: string]: any;
314
+ }>>;
315
+ sortable: {
316
+ type: (StringConstructor | BooleanConstructor)[];
317
+ default: boolean;
318
+ };
319
+ sortMethod: PropType<(a: any, b: any) => number>;
320
+ sortBy: PropType<string | string[] | ((row: any, index: number) => string)>;
321
+ resizable: {
322
+ type: BooleanConstructor;
323
+ default: boolean;
324
+ };
325
+ columnKey: StringConstructor;
326
+ showTooltipWhenOverflow: BooleanConstructor;
327
+ formatter: PropType<(row: any, column: import("element-plus").TableColumnCtx<any>, cellValue: any, index: number) => string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
328
+ [key: string]: any;
329
+ }>>;
330
+ selectable: PropType<(row: any, index: number) => boolean>;
331
+ reserveSelection: BooleanConstructor;
332
+ filterMethod: PropType<import("element-plus/es/components/table/src/table-column/defaults").FilterMethods<any>>;
333
+ filteredValue: PropType<string[]>;
334
+ filterPlacement: StringConstructor;
335
+ filterMultiple: {
336
+ type: BooleanConstructor;
337
+ default: boolean;
338
+ };
339
+ index: PropType<number | ((index: number) => number)>;
340
+ sortOrders: {
341
+ type: PropType<("ascending" | "descending" | null)[]>;
342
+ default: () => (string | null)[];
343
+ validator: (val: ("ascending" | "descending" | null)[]) => boolean;
344
+ };
345
+ };
346
+ export declare const emits: {
347
+ 'update:modelValue': any;
348
+ 'update:start': (val: number) => boolean;
349
+ select: null;
350
+ 'select-all': null;
351
+ 'selection-change': null;
352
+ 'cell-mouse-enter': null;
353
+ 'cell-mouse-leave': null;
354
+ 'cell-contextmenu': null;
355
+ 'cell-click': null;
356
+ 'cell-dblclick': null;
357
+ 'row-click': null;
358
+ 'row-contextmenu': null;
359
+ 'row-dblclick': null;
360
+ 'header-click': null;
361
+ 'header-contextmenu': null;
362
+ 'sort-change': null;
363
+ 'filter-change': null;
364
+ 'current-change': null;
365
+ 'header-dragend': null;
366
+ 'expand-change': null;
367
+ scroll: null;
368
+ 'update:current-page': (val: number) => boolean;
369
+ 'update:page-size': (val: number) => boolean;
370
+ 'size-change': (val: number) => boolean;
371
+ change: (currentPage: number, pageSize: number) => boolean;
372
+ 'prev-click': (val: number) => boolean;
373
+ 'next-click': (val: number) => boolean;
374
+ };