@fangzhongya/fang-ui 0.0.29 → 0.0.30

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 (147) hide show
  1. package/dist/components/box/index.css +12 -12
  2. package/dist/components/box/index.scss +1 -6
  3. package/dist/components/box-local/index.css +12 -12
  4. package/dist/components/dialog/src/index.cjs +5 -5
  5. package/dist/components/dialog/src/index.js +2 -2
  6. package/dist/components/dialog/style/index2.scss +1 -1
  7. package/dist/components/forms/index.d.ts +52 -149
  8. package/dist/components/forms/src/index.cjs +9 -8
  9. package/dist/components/forms/src/index.d.ts +102 -297
  10. package/dist/components/forms/src/index.js +2 -1
  11. package/dist/components/forms/style/index2.scss +6 -0
  12. package/dist/components/forms-div/style/index2.scss +1 -0
  13. package/dist/components/forms-item/src/index.cjs +6 -6
  14. package/dist/components/forms-item/src/index.js +1 -1
  15. package/dist/components/forms-item/style/index2.scss +4 -0
  16. package/dist/components/forms-items/style/index2.scss +2 -0
  17. package/dist/components/index.cjs +16 -14
  18. package/dist/components/index.d.ts +5 -4
  19. package/dist/components/index.js +10 -8
  20. package/dist/components/index.scss +6 -4
  21. package/dist/components/lists/common/img.cjs +1 -1
  22. package/dist/components/lists/common/img.d.ts +2 -0
  23. package/dist/components/lists/common/img.js +1 -1
  24. package/dist/components/lists/common/img2.cjs +5 -8
  25. package/dist/components/lists/common/img2.js +6 -9
  26. package/dist/components/menus/src/index.cjs +2 -2
  27. package/dist/components/menus/src/index.js +1 -1
  28. package/dist/components/menus/src/menu-ll.cjs +6 -6
  29. package/dist/components/menus/src/menu-ll.js +1 -1
  30. package/dist/components/menus/style/index2.scss +5 -0
  31. package/dist/components/page/index.css +245 -0
  32. package/dist/components/page/index.d.ts +3073 -0
  33. package/dist/components/page/index.scss +4 -0
  34. package/dist/components/page/src/index.cjs +16 -14
  35. package/dist/components/page/src/index.d.ts +5111 -0
  36. package/dist/components/page/src/index.js +5 -3
  37. package/dist/components/page/style/index2.scss +9 -0
  38. package/dist/components/{pagin → paging}/index.cjs +3 -3
  39. package/dist/components/{pagin → paging}/index.css +4 -3
  40. package/dist/components/{pagin → paging}/index.d.ts +2 -2
  41. package/dist/components/{pagin → paging}/index.js +3 -3
  42. package/dist/components/{pagin → paging}/index.scss +3 -2
  43. package/dist/components/{pagin → paging}/src/index.cjs +3 -3
  44. package/dist/components/{pagin → paging}/src/index.js +2 -2
  45. package/dist/components/paging/style/index2.scss +3 -0
  46. package/dist/components/tables/index.css +12 -15
  47. package/dist/components/tables/index.d.ts +1730 -0
  48. package/dist/components/tables/index.scss +17 -23
  49. package/dist/components/{el-tables → tables}/src/column.cjs +3 -3
  50. package/dist/components/{el-tables → tables}/src/column.js +2 -2
  51. package/dist/components/{el-tables → tables}/src/columns.cjs +3 -3
  52. package/dist/components/{el-tables → tables}/src/columns.js +3 -3
  53. package/dist/components/{el-tables → tables}/src/columns3.cjs +6 -6
  54. package/dist/components/{el-tables → tables}/src/columns3.js +2 -2
  55. package/dist/components/tables/src/index.cjs +158 -97
  56. package/dist/components/tables/src/index.d.ts +3103 -0
  57. package/dist/components/tables/src/index.js +158 -97
  58. package/dist/components/tables/style/index2.scss +5 -0
  59. package/dist/components/tables-form/index.cjs +1 -0
  60. package/dist/components/tables-form/index.js +1 -0
  61. package/dist/components/tables-form/index.scss +0 -0
  62. package/dist/components/tables-form/style/index.scss.cjs +1 -0
  63. package/dist/components/tables-form/style/index.scss.js +1 -0
  64. package/dist/components/tables-form/style/index2.scss +0 -0
  65. package/dist/components/{el-tables → tablesp}/index.cjs +3 -3
  66. package/dist/components/{tables-pagin → tablesp}/index.css +10 -9
  67. package/dist/components/tablesp/index.d.ts +1939 -0
  68. package/dist/components/{el-tables → tablesp}/index.js +3 -3
  69. package/dist/components/{tables-pagin → tablesp}/index.scss +5 -5
  70. package/dist/components/{tables-pagin → tablesp}/src/index.cjs +5 -5
  71. package/dist/components/tablesp/src/index.d.ts +3540 -0
  72. package/dist/components/{tables-pagin → tablesp}/src/index.js +5 -5
  73. package/dist/components/tablesp/style/index2.scss +4 -0
  74. package/dist/components/{vxe-tables → tabless}/index.cjs +3 -3
  75. package/dist/components/{el-tables → tabless}/index.css +15 -12
  76. package/dist/components/tabless/index.d.ts +1939 -0
  77. package/dist/components/{vxe-tables → tabless}/index.js +3 -3
  78. package/dist/components/tabless/index.scss +32 -0
  79. package/dist/components/tabless/src/index.cjs +118 -0
  80. package/dist/components/tabless/src/index.d.ts +3540 -0
  81. package/dist/components/tabless/src/index.js +118 -0
  82. package/dist/components/tabless/style/index2.scss +5 -0
  83. package/dist/components/{tables-pagin → tablesv}/index.cjs +3 -3
  84. package/dist/components/{vxe-tables → tablesv}/index.css +17 -17
  85. package/dist/components/{vxe-tables → tablesv}/index.d.ts +2 -2
  86. package/dist/components/{tables-pagin → tablesv}/index.js +3 -3
  87. package/dist/components/{vxe-tables → tablesv}/index.scss +2 -2
  88. package/dist/components/{vxe-tables → tablesv}/src/index.cjs +1 -1
  89. package/dist/components/{vxe-tables → tablesv}/src/index.js +1 -1
  90. package/dist/components/tablesv/style/index2.scss +1 -0
  91. package/dist/components/tablesvp/index.cjs +8 -0
  92. package/dist/components/tablesvp/index.css +130 -0
  93. package/dist/components/tablesvp/index.d.ts +480 -0
  94. package/dist/components/tablesvp/index.js +8 -0
  95. package/dist/components/tablesvp/index.scss +33 -0
  96. package/dist/components/tablesvp/src/data.d.ts +14 -0
  97. package/dist/components/tablesvp/src/index.cjs +86 -0
  98. package/dist/components/tablesvp/src/index.d.ts +630 -0
  99. package/dist/components/tablesvp/src/index.js +86 -0
  100. package/dist/components/tablesvp/src/index2.cjs +4 -0
  101. package/dist/components/tablesvp/src/index2.js +4 -0
  102. package/dist/components/tablesvp/style/index2.scss +4 -0
  103. package/dist/expand/{chunk-B6EXENNS.cjs → chunk-P5447R3I.cjs} +5 -4
  104. package/dist/expand/{chunk-Y7QESZWG.js → chunk-VZAQ2FM7.js} +5 -4
  105. package/dist/expand/components.cjs +5 -5
  106. package/dist/expand/components.js +1 -1
  107. package/dist/expand/config.cjs +2 -2
  108. package/dist/expand/config.js +1 -1
  109. package/dist/index.cjs +34 -32
  110. package/dist/index.css +130 -50
  111. package/dist/index.js +10 -8
  112. package/dist/index2.css +1 -1
  113. package/package.json +6 -6
  114. package/dist/components/el-tables/index.scss +0 -26
  115. package/dist/components/el-tables/src/index.cjs +0 -174
  116. package/dist/components/el-tables/src/index.js +0 -174
  117. /package/dist/components/{pagin → paging}/src/index.d.ts +0 -0
  118. /package/dist/components/{el-tables → paging}/src/index2.cjs +0 -0
  119. /package/dist/components/{el-tables → paging}/src/index2.js +0 -0
  120. /package/dist/components/{el-tables → tables}/src/column.d.ts +0 -0
  121. /package/dist/components/{el-tables → tables}/src/columns.d.ts +0 -0
  122. /package/dist/components/{el-tables → tables}/src/columns2.cjs +0 -0
  123. /package/dist/components/{el-tables → tables}/src/columns2.js +0 -0
  124. /package/dist/components/{el-tables → tables}/src/data.cjs +0 -0
  125. /package/dist/components/{el-tables → tables}/src/data.d.ts +0 -0
  126. /package/dist/components/{el-tables → tables}/src/data.js +0 -0
  127. /package/dist/components/{tables-pagin → tablesp}/src/data.d.ts +0 -0
  128. /package/dist/components/{pagin → tablesp}/src/index2.cjs +0 -0
  129. /package/dist/components/{pagin → tablesp}/src/index2.js +0 -0
  130. /package/dist/components/{tables-pagin → tabless}/src/index2.cjs +0 -0
  131. /package/dist/components/{tables-pagin → tabless}/src/index2.js +0 -0
  132. /package/dist/components/{vxe-tables → tablesv}/src/column.cjs +0 -0
  133. /package/dist/components/{vxe-tables → tablesv}/src/column.d.ts +0 -0
  134. /package/dist/components/{vxe-tables → tablesv}/src/column.js +0 -0
  135. /package/dist/components/{vxe-tables → tablesv}/src/columns.cjs +0 -0
  136. /package/dist/components/{vxe-tables → tablesv}/src/columns.d.ts +0 -0
  137. /package/dist/components/{vxe-tables → tablesv}/src/columns.js +0 -0
  138. /package/dist/components/{vxe-tables → tablesv}/src/columns2.cjs +0 -0
  139. /package/dist/components/{vxe-tables → tablesv}/src/columns2.js +0 -0
  140. /package/dist/components/{vxe-tables → tablesv}/src/columns3.cjs +0 -0
  141. /package/dist/components/{vxe-tables → tablesv}/src/columns3.js +0 -0
  142. /package/dist/components/{vxe-tables → tablesv}/src/data.cjs +0 -0
  143. /package/dist/components/{vxe-tables → tablesv}/src/data.d.ts +0 -0
  144. /package/dist/components/{vxe-tables → tablesv}/src/data.js +0 -0
  145. /package/dist/components/{vxe-tables → tablesv}/src/index.d.ts +0 -0
  146. /package/dist/components/{vxe-tables → tablesv}/src/index2.cjs +0 -0
  147. /package/dist/components/{vxe-tables → tablesv}/src/index2.js +0 -0
@@ -0,0 +1,3073 @@
1
+ import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, Component, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, PropType, Reactive, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, Ref, CSSProperties, ComputedRef, Plugin } from 'vue';
2
+ import { EpPropMergeType, Arrayable, EpPropFinalized } from 'element-plus/es/utils';
3
+ import { FormItemRule, FormItemProp, FormValidateCallback, FormValidationResult, FormItemContext } from 'element-plus/es/components/form';
4
+ import { OnCleanup } from '@vue/reactivity';
5
+ import { DefaultSort } from '../tables/tables/src/data';
6
+ import { TableProps, TableColumnCtx, Sort, Filter, Table } from 'element-plus/es/components/table';
7
+ import { default as __DTS_DEFAULT_0__ } from 'element-plus/es/components/table/src/table-layout';
8
+ import { TreeData } from 'element-plus/es/components/table/src/store/tree';
9
+ import { StoreFilter } from 'element-plus/es/components/table/src/store';
10
+ import { TableSortOrder, RenderExpanded, TreeProps } from 'element-plus/es/components/table/src/table/defaults';
11
+ import { DebouncedFunc } from 'lodash';
12
+ import { Translator } from 'element-plus/es/hooks';
13
+ declare const Page: {
14
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
15
+ config: {
16
+ type: () => {
17
+ name: string;
18
+ setColumn?: boolean;
19
+ query?: {
20
+ is?: boolean;
21
+ senior?: boolean;
22
+ reset?: boolean;
23
+ config?: ObjAny;
24
+ list?: Array<ListObj | string>;
25
+ };
26
+ form?: ObjAny;
27
+ add?: {
28
+ is?: boolean;
29
+ ajax?: string | Function | {
30
+ [key: string]: any;
31
+ url?: string | Function;
32
+ onRequestBefore?: Function;
33
+ onRequestAfter?: Function;
34
+ config?: {
35
+ [key: string]: any;
36
+ };
37
+ };
38
+ value?: ObjAny;
39
+ list?: Array<ListObj | string>;
40
+ };
41
+ edit?: {
42
+ is?: boolean;
43
+ ajax?: string | Function | {
44
+ [key: string]: any;
45
+ url?: string | Function;
46
+ onRequestBefore?: Function;
47
+ onRequestAfter?: Function;
48
+ config?: {
49
+ [key: string]: any;
50
+ };
51
+ };
52
+ list?: Array<ListObj | string>;
53
+ };
54
+ details?: {
55
+ is?: boolean;
56
+ ajax?: string | Function | {
57
+ [key: string]: any;
58
+ url?: string | Function;
59
+ onRequestBefore?: Function;
60
+ onRequestAfter?: Function;
61
+ config?: {
62
+ [key: string]: any;
63
+ };
64
+ };
65
+ config?: ObjAny;
66
+ list?: Array<ListObj | string>;
67
+ };
68
+ delete?: {
69
+ is?: boolean;
70
+ ajax?: string | Function | {
71
+ [key: string]: any;
72
+ url?: string | Function;
73
+ onRequestBefore?: Function;
74
+ onRequestAfter?: Function;
75
+ config?: {
76
+ [key: string]: any;
77
+ };
78
+ };
79
+ name?: string;
80
+ prop?: string;
81
+ label?: string;
82
+ };
83
+ table?: TableConfig & {
84
+ operation?: boolean;
85
+ };
86
+ };
87
+ default(): {};
88
+ };
89
+ value: {
90
+ type: () => ObjAny;
91
+ default(): {};
92
+ };
93
+ list: {
94
+ type: {
95
+ (arrayLength: number): ListObj[];
96
+ (...items: ListObj[]): ListObj[];
97
+ new (arrayLength: number): ListObj[];
98
+ new (...items: ListObj[]): ListObj[];
99
+ isArray(arg: any): arg is any[];
100
+ readonly prototype: any[];
101
+ from<T>(arrayLike: ArrayLike<T>): T[];
102
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
103
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
104
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
105
+ of<T>(...items: T[]): T[];
106
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
107
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
108
+ readonly [Symbol.species]: ArrayConstructor;
109
+ };
110
+ default(): never[];
111
+ };
112
+ options: {
113
+ type: ObjectConstructor;
114
+ default(): {};
115
+ };
116
+ compons: {
117
+ type: () => {
118
+ [key: string]: Component;
119
+ };
120
+ default(): {};
121
+ };
122
+ }>> & Readonly<{
123
+ onDelete?: ((...args: any[]) => any) | undefined;
124
+ onAdd?: ((...args: any[]) => any) | undefined;
125
+ onEdit?: ((...args: any[]) => any) | undefined;
126
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
127
+ delete: (...args: any[]) => void;
128
+ add: (...args: any[]) => void;
129
+ edit: (...args: any[]) => void;
130
+ }, PublicProps, {
131
+ config: {
132
+ name: string;
133
+ setColumn?: boolean;
134
+ query?: {
135
+ is?: boolean;
136
+ senior?: boolean;
137
+ reset?: boolean;
138
+ config?: ObjAny;
139
+ list?: Array<ListObj | string>;
140
+ };
141
+ form?: ObjAny;
142
+ add?: {
143
+ is?: boolean;
144
+ ajax?: string | Function | {
145
+ [key: string]: any;
146
+ url?: string | Function;
147
+ onRequestBefore?: Function;
148
+ onRequestAfter?: Function;
149
+ config?: {
150
+ [key: string]: any;
151
+ };
152
+ };
153
+ value?: ObjAny;
154
+ list?: Array<ListObj | string>;
155
+ };
156
+ edit?: {
157
+ is?: boolean;
158
+ ajax?: string | Function | {
159
+ [key: string]: any;
160
+ url?: string | Function;
161
+ onRequestBefore?: Function;
162
+ onRequestAfter?: Function;
163
+ config?: {
164
+ [key: string]: any;
165
+ };
166
+ };
167
+ list?: Array<ListObj | string>;
168
+ };
169
+ details?: {
170
+ is?: boolean;
171
+ ajax?: string | Function | {
172
+ [key: string]: any;
173
+ url?: string | Function;
174
+ onRequestBefore?: Function;
175
+ onRequestAfter?: Function;
176
+ config?: {
177
+ [key: string]: any;
178
+ };
179
+ };
180
+ config?: ObjAny;
181
+ list?: Array<ListObj | string>;
182
+ };
183
+ delete?: {
184
+ is?: boolean;
185
+ ajax?: string | Function | {
186
+ [key: string]: any;
187
+ url?: string | Function;
188
+ onRequestBefore?: Function;
189
+ onRequestAfter?: Function;
190
+ config?: {
191
+ [key: string]: any;
192
+ };
193
+ };
194
+ name?: string;
195
+ prop?: string;
196
+ label?: string;
197
+ };
198
+ table?: TableConfig & {
199
+ operation?: boolean;
200
+ };
201
+ };
202
+ value: ObjAny;
203
+ list: ListObj[];
204
+ options: Record<string, any>;
205
+ compons: {
206
+ [key: string]: Component;
207
+ };
208
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
209
+ formRef: ({
210
+ $: ComponentInternalInstance;
211
+ $data: {};
212
+ $props: Partial<{
213
+ param: Record<string, any>;
214
+ list: ListObj[];
215
+ disabled: boolean;
216
+ options: Record<string, any>;
217
+ labelWidth: string | number;
218
+ labelPosition: "left" | "right" | "top" | "center" | "auto";
219
+ inline: boolean;
220
+ column: number;
221
+ compons: {
222
+ [key: string]: Component;
223
+ };
224
+ inlineBox: boolean;
225
+ query: boolean;
226
+ queryInterval: string;
227
+ inlineRight: string;
228
+ itemBottom: string;
229
+ }> & Omit<{
230
+ readonly param: Record<string, any>;
231
+ readonly list: ListObj[];
232
+ readonly disabled: boolean;
233
+ readonly options: Record<string, any>;
234
+ readonly labelWidth: string | number;
235
+ readonly labelPosition: "left" | "right" | "top" | "center" | "auto";
236
+ readonly inline: boolean;
237
+ readonly column: number;
238
+ readonly compons: {
239
+ [key: string]: Component;
240
+ };
241
+ readonly inlineBox: boolean;
242
+ readonly query: boolean;
243
+ readonly queryInterval: string;
244
+ readonly inlineRight: string;
245
+ readonly itemBottom: string;
246
+ readonly value?: ObjAny | undefined;
247
+ readonly modelValue?: Record<string, any> | undefined;
248
+ readonly ajax?: string | Function | undefined;
249
+ readonly ajaxConfig?: Record<string, any> | undefined;
250
+ readonly onRequestAfter?: Function | undefined;
251
+ readonly onRequestBefore?: Function | undefined;
252
+ readonly rowWidth?: string | undefined;
253
+ readonly rowMinWidth?: string | undefined;
254
+ readonly rowHeight?: string | undefined;
255
+ readonly buts?: ObjAny[] | undefined;
256
+ readonly butLeft?: string | undefined;
257
+ readonly butHeight?: string | undefined;
258
+ readonly colon?: string | boolean | undefined;
259
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "param" | "list" | "disabled" | "options" | "labelWidth" | "labelPosition" | "inline" | "column" | "compons" | "inlineBox" | "query" | "queryInterval" | "inlineRight" | "itemBottom">;
260
+ $attrs: {
261
+ [x: string]: unknown;
262
+ };
263
+ $refs: {
264
+ [x: string]: unknown;
265
+ } & {
266
+ refEl: HTMLDivElement;
267
+ refForm: ({
268
+ $: ComponentInternalInstance;
269
+ $data: {};
270
+ $props: Partial<{
271
+ readonly disabled: boolean;
272
+ readonly inline: boolean;
273
+ readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
274
+ readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
275
+ readonly inlineMessage: boolean;
276
+ readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
277
+ readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
278
+ readonly labelSuffix: string;
279
+ readonly validateOnRuleChange: EpPropMergeType<BooleanConstructor, unknown, unknown>;
280
+ readonly scrollIntoViewOptions: EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>;
281
+ readonly statusIcon: boolean;
282
+ readonly hideRequiredAsterisk: boolean;
283
+ readonly scrollToError: boolean;
284
+ }> & Omit<{
285
+ readonly disabled: boolean;
286
+ readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
287
+ readonly labelPosition: EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
288
+ readonly inlineMessage: boolean;
289
+ readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
290
+ readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
291
+ readonly labelSuffix: string;
292
+ readonly inline: boolean;
293
+ readonly statusIcon: boolean;
294
+ readonly validateOnRuleChange: EpPropMergeType<BooleanConstructor, unknown, unknown>;
295
+ readonly hideRequiredAsterisk: boolean;
296
+ readonly scrollToError: boolean;
297
+ readonly scrollIntoViewOptions: EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>;
298
+ readonly size?: EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown> | undefined;
299
+ readonly rules?: Partial<Record<string, Arrayable<FormItemRule>>> | undefined;
300
+ readonly model?: Record<string, any> | undefined;
301
+ onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined | undefined;
302
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "disabled" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage" | "requireAsteriskPosition" | "labelSuffix" | "inline" | "statusIcon" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions">;
303
+ $attrs: {
304
+ [x: string]: unknown;
305
+ };
306
+ $refs: {
307
+ [x: string]: unknown;
308
+ };
309
+ $slots: Readonly<{
310
+ [name: string]: Slot<any> | undefined;
311
+ }>;
312
+ $root: ComponentPublicInstance | null;
313
+ $parent: ComponentPublicInstance | null;
314
+ $host: Element | null;
315
+ $emit: (event: "validate", prop: FormItemProp, isValid: boolean, message: string) => void;
316
+ $el: any;
317
+ $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
318
+ readonly model: ObjectConstructor;
319
+ readonly rules: {
320
+ readonly type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
321
+ readonly required: false;
322
+ readonly validator: ((val: unknown) => boolean) | undefined;
323
+ __epPropKey: true;
324
+ };
325
+ readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
326
+ readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
327
+ readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
328
+ readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
329
+ readonly inline: BooleanConstructor;
330
+ readonly inlineMessage: BooleanConstructor;
331
+ readonly statusIcon: BooleanConstructor;
332
+ readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
333
+ readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
334
+ readonly hideRequiredAsterisk: BooleanConstructor;
335
+ readonly scrollToError: BooleanConstructor;
336
+ readonly scrollIntoViewOptions: EpPropFinalized<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown, true, boolean>;
337
+ readonly size: {
338
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
339
+ readonly required: false;
340
+ readonly validator: ((val: unknown) => boolean) | undefined;
341
+ __epPropKey: true;
342
+ };
343
+ readonly disabled: BooleanConstructor;
344
+ }>> & {
345
+ onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
346
+ }, {
347
+ validate: (callback?: FormValidateCallback) => FormValidationResult;
348
+ validateField: (props?: Arrayable<FormItemProp>, callback?: FormValidateCallback) => FormValidationResult;
349
+ resetFields: (props?: Arrayable<FormItemProp>) => void;
350
+ clearValidate: (props?: Arrayable<FormItemProp>) => void;
351
+ scrollToField: (prop: FormItemProp) => void;
352
+ getField: (prop: FormItemProp) => FormItemContext | undefined;
353
+ fields: Reactive< FormItemContext[]>;
354
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
355
+ validate: (prop: FormItemProp, isValid: boolean, message: string) => void;
356
+ }, string, {
357
+ readonly disabled: boolean;
358
+ readonly inline: boolean;
359
+ readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
360
+ readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
361
+ readonly inlineMessage: boolean;
362
+ readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
363
+ readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
364
+ readonly labelSuffix: string;
365
+ readonly validateOnRuleChange: EpPropMergeType<BooleanConstructor, unknown, unknown>;
366
+ readonly scrollIntoViewOptions: EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>;
367
+ readonly statusIcon: boolean;
368
+ readonly hideRequiredAsterisk: boolean;
369
+ readonly scrollToError: boolean;
370
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
371
+ beforeCreate?: (() => void) | (() => void)[];
372
+ created?: (() => void) | (() => void)[];
373
+ beforeMount?: (() => void) | (() => void)[];
374
+ mounted?: (() => void) | (() => void)[];
375
+ beforeUpdate?: (() => void) | (() => void)[];
376
+ updated?: (() => void) | (() => void)[];
377
+ activated?: (() => void) | (() => void)[];
378
+ deactivated?: (() => void) | (() => void)[];
379
+ beforeDestroy?: (() => void) | (() => void)[];
380
+ beforeUnmount?: (() => void) | (() => void)[];
381
+ destroyed?: (() => void) | (() => void)[];
382
+ unmounted?: (() => void) | (() => void)[];
383
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
384
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
385
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
386
+ };
387
+ $forceUpdate: () => void;
388
+ $nextTick: nextTick;
389
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
390
+ } & Readonly<{
391
+ readonly disabled: boolean;
392
+ readonly inline: boolean;
393
+ readonly labelWidth: EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
394
+ readonly labelPosition: EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
395
+ readonly inlineMessage: boolean;
396
+ readonly showMessage: EpPropMergeType<BooleanConstructor, unknown, unknown>;
397
+ readonly requireAsteriskPosition: EpPropMergeType<StringConstructor, "left" | "right", unknown>;
398
+ readonly labelSuffix: string;
399
+ readonly validateOnRuleChange: EpPropMergeType<BooleanConstructor, unknown, unknown>;
400
+ readonly scrollIntoViewOptions: EpPropMergeType<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown>;
401
+ readonly statusIcon: boolean;
402
+ readonly hideRequiredAsterisk: boolean;
403
+ readonly scrollToError: boolean;
404
+ }> & Omit<Readonly< ExtractPropTypes<{
405
+ readonly model: ObjectConstructor;
406
+ readonly rules: {
407
+ readonly type: PropType<Partial<Record<string, Arrayable<FormItemRule>>>>;
408
+ readonly required: false;
409
+ readonly validator: ((val: unknown) => boolean) | undefined;
410
+ __epPropKey: true;
411
+ };
412
+ readonly labelPosition: EpPropFinalized<StringConstructor, "top" | "left" | "right", unknown, "right", boolean>;
413
+ readonly requireAsteriskPosition: EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
414
+ readonly labelWidth: EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
415
+ readonly labelSuffix: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
416
+ readonly inline: BooleanConstructor;
417
+ readonly inlineMessage: BooleanConstructor;
418
+ readonly statusIcon: BooleanConstructor;
419
+ readonly showMessage: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
420
+ readonly validateOnRuleChange: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
421
+ readonly hideRequiredAsterisk: BooleanConstructor;
422
+ readonly scrollToError: BooleanConstructor;
423
+ readonly scrollIntoViewOptions: EpPropFinalized<readonly [ObjectConstructor, BooleanConstructor], unknown, unknown, true, boolean>;
424
+ readonly size: {
425
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
426
+ readonly required: false;
427
+ readonly validator: ((val: unknown) => boolean) | undefined;
428
+ __epPropKey: true;
429
+ };
430
+ readonly disabled: BooleanConstructor;
431
+ }>> & {
432
+ onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
433
+ }, "disabled" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage" | "validate" | "clearValidate" | "requireAsteriskPosition" | "labelSuffix" | "inline" | "statusIcon" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions" | "validateField" | "resetFields" | "scrollToField" | "getField" | "fields"> & ShallowUnwrapRef<{
434
+ validate: (callback?: FormValidateCallback) => FormValidationResult;
435
+ validateField: (props?: Arrayable<FormItemProp>, callback?: FormValidateCallback) => FormValidationResult;
436
+ resetFields: (props?: Arrayable<FormItemProp>) => void;
437
+ clearValidate: (props?: Arrayable<FormItemProp>) => void;
438
+ scrollToField: (prop: FormItemProp) => void;
439
+ getField: (prop: FormItemProp) => FormItemContext | undefined;
440
+ fields: Reactive< FormItemContext[]>;
441
+ }> & {} & ComponentCustomProperties & {} & {
442
+ $slots: {
443
+ default?(_: {}): any;
444
+ };
445
+ }) | null;
446
+ };
447
+ $slots: Readonly<{
448
+ [name: string]: Slot<any> | undefined;
449
+ }>;
450
+ $root: ComponentPublicInstance | null;
451
+ $parent: ComponentPublicInstance | null;
452
+ $host: Element | null;
453
+ $emit: (event: string, ...args: any[]) => void;
454
+ $el: any;
455
+ $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
456
+ list: {
457
+ type: {
458
+ (arrayLength: number): ListObj[];
459
+ (...items: ListObj[]): ListObj[];
460
+ new (arrayLength: number): ListObj[];
461
+ new (...items: ListObj[]): ListObj[];
462
+ isArray(arg: any): arg is any[];
463
+ readonly prototype: any[];
464
+ from<T>(arrayLike: ArrayLike<T>): T[];
465
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
466
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
467
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
468
+ of<T>(...items: T[]): T[];
469
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
470
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
471
+ readonly [Symbol.species]: ArrayConstructor;
472
+ };
473
+ default(): never[];
474
+ };
475
+ column: {
476
+ type: NumberConstructor;
477
+ default(): number;
478
+ };
479
+ disabled: {
480
+ type: BooleanConstructor;
481
+ };
482
+ options: {
483
+ type: ObjectConstructor;
484
+ default(): {};
485
+ };
486
+ compons: {
487
+ type: () => {
488
+ [key: string]: Component;
489
+ };
490
+ default(): {};
491
+ };
492
+ labelWidth: {
493
+ type: (NumberConstructor | StringConstructor)[];
494
+ default: string;
495
+ };
496
+ labelPosition: {
497
+ type: () => "left" | "top" | "right" | "center" | "auto";
498
+ default: string;
499
+ };
500
+ rowWidth: {
501
+ type: StringConstructor;
502
+ };
503
+ rowMinWidth: {
504
+ type: StringConstructor;
505
+ };
506
+ rowHeight: {
507
+ type: StringConstructor;
508
+ };
509
+ inline: {
510
+ type: BooleanConstructor;
511
+ };
512
+ inlineBox: {
513
+ type: BooleanConstructor;
514
+ };
515
+ query: {
516
+ type: BooleanConstructor;
517
+ };
518
+ queryInterval: {
519
+ type: StringConstructor;
520
+ default: string;
521
+ };
522
+ inlineRight: {
523
+ type: StringConstructor;
524
+ default: string;
525
+ };
526
+ itemBottom: {
527
+ type: StringConstructor;
528
+ default: string;
529
+ };
530
+ modelValue: {
531
+ type: ObjectConstructor;
532
+ };
533
+ buts: {
534
+ type: {
535
+ (arrayLength: number): ObjAny[];
536
+ (...items: ObjAny[]): ObjAny[];
537
+ new (arrayLength: number): ObjAny[];
538
+ new (...items: ObjAny[]): ObjAny[];
539
+ isArray(arg: any): arg is any[];
540
+ readonly prototype: any[];
541
+ from<T>(arrayLike: ArrayLike<T>): T[];
542
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
543
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
544
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
545
+ of<T>(...items: T[]): T[];
546
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
547
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
548
+ readonly [Symbol.species]: ArrayConstructor;
549
+ };
550
+ };
551
+ butLeft: {
552
+ type: StringConstructor;
553
+ };
554
+ butHeight: {
555
+ type: StringConstructor;
556
+ };
557
+ colon: (BooleanConstructor | StringConstructor)[];
558
+ value: {
559
+ type: () => ObjAny;
560
+ };
561
+ ajax: {
562
+ type: (FunctionConstructor | StringConstructor)[];
563
+ };
564
+ param: {
565
+ type: ObjectConstructor;
566
+ default(): {};
567
+ };
568
+ ajaxConfig: {
569
+ type: ObjectConstructor;
570
+ };
571
+ onRequestAfter: {
572
+ type: FunctionConstructor;
573
+ };
574
+ onRequestBefore: {
575
+ type: FunctionConstructor;
576
+ };
577
+ }>> & Readonly<{}>, {
578
+ el: Ref<any, any>;
579
+ closeForm: () => void;
580
+ submitForm: (callback?: Function) => void;
581
+ validateField: (...arr: any[]) => void;
582
+ resetFields: () => void;
583
+ validate: () => Promise<unknown>;
584
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
585
+ param: Record<string, any>;
586
+ list: ListObj[];
587
+ disabled: boolean;
588
+ options: Record<string, any>;
589
+ labelWidth: string | number;
590
+ labelPosition: "left" | "right" | "top" | "center" | "auto";
591
+ inline: boolean;
592
+ column: number;
593
+ compons: {
594
+ [key: string]: Component;
595
+ };
596
+ inlineBox: boolean;
597
+ query: boolean;
598
+ queryInterval: string;
599
+ inlineRight: string;
600
+ itemBottom: string;
601
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
602
+ beforeCreate?: (() => void) | (() => void)[];
603
+ created?: (() => void) | (() => void)[];
604
+ beforeMount?: (() => void) | (() => void)[];
605
+ mounted?: (() => void) | (() => void)[];
606
+ beforeUpdate?: (() => void) | (() => void)[];
607
+ updated?: (() => void) | (() => void)[];
608
+ activated?: (() => void) | (() => void)[];
609
+ deactivated?: (() => void) | (() => void)[];
610
+ beforeDestroy?: (() => void) | (() => void)[];
611
+ beforeUnmount?: (() => void) | (() => void)[];
612
+ destroyed?: (() => void) | (() => void)[];
613
+ unmounted?: (() => void) | (() => void)[];
614
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
615
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
616
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
617
+ };
618
+ $forceUpdate: () => void;
619
+ $nextTick: nextTick;
620
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
621
+ } & Readonly<{
622
+ param: Record<string, any>;
623
+ list: ListObj[];
624
+ disabled: boolean;
625
+ options: Record<string, any>;
626
+ labelWidth: string | number;
627
+ labelPosition: "left" | "right" | "top" | "center" | "auto";
628
+ inline: boolean;
629
+ column: number;
630
+ compons: {
631
+ [key: string]: Component;
632
+ };
633
+ inlineBox: boolean;
634
+ query: boolean;
635
+ queryInterval: string;
636
+ inlineRight: string;
637
+ itemBottom: string;
638
+ }> & Omit<Readonly< ExtractPropTypes<{
639
+ list: {
640
+ type: {
641
+ (arrayLength: number): ListObj[];
642
+ (...items: ListObj[]): ListObj[];
643
+ new (arrayLength: number): ListObj[];
644
+ new (...items: ListObj[]): ListObj[];
645
+ isArray(arg: any): arg is any[];
646
+ readonly prototype: any[];
647
+ from<T>(arrayLike: ArrayLike<T>): T[];
648
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
649
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
650
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
651
+ of<T>(...items: T[]): T[];
652
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
653
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
654
+ readonly [Symbol.species]: ArrayConstructor;
655
+ };
656
+ default(): never[];
657
+ };
658
+ column: {
659
+ type: NumberConstructor;
660
+ default(): number;
661
+ };
662
+ disabled: {
663
+ type: BooleanConstructor;
664
+ };
665
+ options: {
666
+ type: ObjectConstructor;
667
+ default(): {};
668
+ };
669
+ compons: {
670
+ type: () => {
671
+ [key: string]: Component;
672
+ };
673
+ default(): {};
674
+ };
675
+ labelWidth: {
676
+ type: (NumberConstructor | StringConstructor)[];
677
+ default: string;
678
+ };
679
+ labelPosition: {
680
+ type: () => "left" | "top" | "right" | "center" | "auto";
681
+ default: string;
682
+ };
683
+ rowWidth: {
684
+ type: StringConstructor;
685
+ };
686
+ rowMinWidth: {
687
+ type: StringConstructor;
688
+ };
689
+ rowHeight: {
690
+ type: StringConstructor;
691
+ };
692
+ inline: {
693
+ type: BooleanConstructor;
694
+ };
695
+ inlineBox: {
696
+ type: BooleanConstructor;
697
+ };
698
+ query: {
699
+ type: BooleanConstructor;
700
+ };
701
+ queryInterval: {
702
+ type: StringConstructor;
703
+ default: string;
704
+ };
705
+ inlineRight: {
706
+ type: StringConstructor;
707
+ default: string;
708
+ };
709
+ itemBottom: {
710
+ type: StringConstructor;
711
+ default: string;
712
+ };
713
+ modelValue: {
714
+ type: ObjectConstructor;
715
+ };
716
+ buts: {
717
+ type: {
718
+ (arrayLength: number): ObjAny[];
719
+ (...items: ObjAny[]): ObjAny[];
720
+ new (arrayLength: number): ObjAny[];
721
+ new (...items: ObjAny[]): ObjAny[];
722
+ isArray(arg: any): arg is any[];
723
+ readonly prototype: any[];
724
+ from<T>(arrayLike: ArrayLike<T>): T[];
725
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
726
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
727
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
728
+ of<T>(...items: T[]): T[];
729
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
730
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
731
+ readonly [Symbol.species]: ArrayConstructor;
732
+ };
733
+ };
734
+ butLeft: {
735
+ type: StringConstructor;
736
+ };
737
+ butHeight: {
738
+ type: StringConstructor;
739
+ };
740
+ colon: (BooleanConstructor | StringConstructor)[];
741
+ value: {
742
+ type: () => ObjAny;
743
+ };
744
+ ajax: {
745
+ type: (FunctionConstructor | StringConstructor)[];
746
+ };
747
+ param: {
748
+ type: ObjectConstructor;
749
+ default(): {};
750
+ };
751
+ ajaxConfig: {
752
+ type: ObjectConstructor;
753
+ };
754
+ onRequestAfter: {
755
+ type: FunctionConstructor;
756
+ };
757
+ onRequestBefore: {
758
+ type: FunctionConstructor;
759
+ };
760
+ }>> & Readonly<{}>, "el" | "validate" | "validateField" | "resetFields" | "submitForm" | "closeForm" | ("param" | "list" | "disabled" | "options" | "labelWidth" | "labelPosition" | "inline" | "column" | "compons" | "inlineBox" | "query" | "queryInterval" | "inlineRight" | "itemBottom")> & ShallowUnwrapRef<{
761
+ el: Ref<any, any>;
762
+ closeForm: () => void;
763
+ submitForm: (callback?: Function) => void;
764
+ validateField: (...arr: any[]) => void;
765
+ resetFields: () => void;
766
+ validate: () => Promise<unknown>;
767
+ }> & {} & ComponentCustomProperties & {} & {
768
+ $slots: Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: {}) => any>>;
769
+ }) | null;
770
+ tableRef: ({
771
+ $: ComponentInternalInstance;
772
+ $data: {};
773
+ $props: Partial<{
774
+ config: TableConfig;
775
+ param: Record<string, any>;
776
+ list: ListObj[];
777
+ options: Record<string, any>;
778
+ load: boolean;
779
+ compons: {
780
+ [key: string]: Component;
781
+ };
782
+ }> & Omit<{
783
+ readonly config: TableConfig;
784
+ readonly param: Record<string, any>;
785
+ readonly list: ListObj[];
786
+ readonly options: Record<string, any>;
787
+ readonly load: boolean;
788
+ readonly compons: {
789
+ [key: string]: Component;
790
+ };
791
+ readonly configs?: Config | undefined;
792
+ readonly value?: ObjAny | undefined;
793
+ readonly ajax?: string | Function | undefined;
794
+ readonly ajaxConfig?: Record<string, any> | undefined;
795
+ readonly onRequestAfter?: Function | undefined;
796
+ readonly onRequestBefore?: Function | undefined;
797
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "config" | "param" | "list" | "options" | "load" | "compons">;
798
+ $attrs: {
799
+ [x: string]: unknown;
800
+ };
801
+ $refs: {
802
+ [x: string]: unknown;
803
+ } & {
804
+ refTable: ({
805
+ $: ComponentInternalInstance;
806
+ $data: {};
807
+ $props: Partial<{
808
+ value: ObjAny[];
809
+ list: ListObj[];
810
+ loading: boolean;
811
+ options: Record<string, any>;
812
+ height: string | number;
813
+ compons: {
814
+ [key: string]: Component;
815
+ };
816
+ defaultSort: DefaultSort;
817
+ adaptive: boolean;
818
+ }> & Omit<{
819
+ readonly value: ObjAny[];
820
+ readonly list: ListObj[];
821
+ readonly loading: boolean;
822
+ readonly options: Record<string, any>;
823
+ readonly height: string | number;
824
+ readonly compons: {
825
+ [key: string]: Component;
826
+ };
827
+ readonly defaultSort: DefaultSort;
828
+ readonly adaptive: boolean;
829
+ readonly lineHeight?: string | number | undefined;
830
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "value" | "list" | "loading" | "options" | "height" | "compons" | "defaultSort" | "adaptive">;
831
+ $attrs: {
832
+ [x: string]: unknown;
833
+ };
834
+ $refs: {
835
+ [x: string]: unknown;
836
+ } & {
837
+ tableRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
838
+ data: {
839
+ type: PropType<any[]>;
840
+ default: () => never[];
841
+ };
842
+ size: {
843
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
844
+ readonly required: false;
845
+ readonly validator: ((val: unknown) => boolean) | undefined;
846
+ __epPropKey: true;
847
+ };
848
+ width: (NumberConstructor | StringConstructor)[];
849
+ height: (NumberConstructor | StringConstructor)[];
850
+ maxHeight: (NumberConstructor | StringConstructor)[];
851
+ fit: {
852
+ type: BooleanConstructor;
853
+ default: boolean;
854
+ };
855
+ stripe: BooleanConstructor;
856
+ border: BooleanConstructor;
857
+ rowKey: PropType< TableProps<any>["rowKey"]>;
858
+ showHeader: {
859
+ type: BooleanConstructor;
860
+ default: boolean;
861
+ };
862
+ showSummary: BooleanConstructor;
863
+ sumText: StringConstructor;
864
+ summaryMethod: PropType< TableProps<any>["summaryMethod"]>;
865
+ rowClassName: PropType< TableProps<any>["rowClassName"]>;
866
+ rowStyle: PropType< TableProps<any>["rowStyle"]>;
867
+ cellClassName: PropType< TableProps<any>["cellClassName"]>;
868
+ cellStyle: PropType< TableProps<any>["cellStyle"]>;
869
+ headerRowClassName: PropType< TableProps<any>["headerRowClassName"]>;
870
+ headerRowStyle: PropType< TableProps<any>["headerRowStyle"]>;
871
+ headerCellClassName: PropType< TableProps<any>["headerCellClassName"]>;
872
+ headerCellStyle: PropType< TableProps<any>["headerCellStyle"]>;
873
+ highlightCurrentRow: BooleanConstructor;
874
+ currentRowKey: (NumberConstructor | StringConstructor)[];
875
+ emptyText: StringConstructor;
876
+ expandRowKeys: PropType< TableProps<any>["expandRowKeys"]>;
877
+ defaultExpandAll: BooleanConstructor;
878
+ defaultSort: PropType< TableProps<any>["defaultSort"]>;
879
+ tooltipEffect: StringConstructor;
880
+ tooltipOptions: PropType< TableProps<any>["tooltipOptions"]>;
881
+ spanMethod: PropType< TableProps<any>["spanMethod"]>;
882
+ selectOnIndeterminate: {
883
+ type: BooleanConstructor;
884
+ default: boolean;
885
+ };
886
+ indent: {
887
+ type: NumberConstructor;
888
+ default: number;
889
+ };
890
+ treeProps: {
891
+ type: PropType< TableProps<any>["treeProps"]>;
892
+ default: () => {
893
+ hasChildren: string;
894
+ children: string;
895
+ checkStrictly: boolean;
896
+ };
897
+ };
898
+ lazy: BooleanConstructor;
899
+ load: PropType< TableProps<any>["load"]>;
900
+ style: {
901
+ type: PropType<CSSProperties>;
902
+ default: () => {};
903
+ };
904
+ className: {
905
+ type: StringConstructor;
906
+ default: string;
907
+ };
908
+ tableLayout: {
909
+ type: PropType<"fixed" | "auto">;
910
+ default: string;
911
+ };
912
+ scrollbarAlwaysOn: BooleanConstructor;
913
+ flexible: BooleanConstructor;
914
+ showOverflowTooltip: PropType< TableProps<any>["showOverflowTooltip"]>;
915
+ tooltipFormatter: PropType< TableProps<any>["tooltipFormatter"]>;
916
+ appendFilterPanelTo: StringConstructor;
917
+ scrollbarTabindex: {
918
+ type: (NumberConstructor | StringConstructor)[];
919
+ default: undefined;
920
+ };
921
+ allowDragLastColumn: {
922
+ type: BooleanConstructor;
923
+ default: boolean;
924
+ };
925
+ preserveExpandedContent: BooleanConstructor;
926
+ }>> & {
927
+ onScroll?: ((...args: any[]) => any) | undefined;
928
+ onSelect?: ((...args: any[]) => any) | undefined;
929
+ "onExpand-change"?: ((...args: any[]) => any) | undefined;
930
+ "onCurrent-change"?: ((...args: any[]) => any) | undefined;
931
+ "onSelect-all"?: ((...args: any[]) => any) | undefined;
932
+ "onHeader-click"?: ((...args: any[]) => any) | undefined;
933
+ "onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
934
+ "onHeader-dragend"?: ((...args: any[]) => any) | undefined;
935
+ "onSelection-change"?: ((...args: any[]) => any) | undefined;
936
+ "onSort-change"?: ((...args: any[]) => any) | undefined;
937
+ "onFilter-change"?: ((...args: any[]) => any) | undefined;
938
+ "onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
939
+ "onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
940
+ "onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
941
+ "onCell-click"?: ((...args: any[]) => any) | undefined;
942
+ "onCell-dblclick"?: ((...args: any[]) => any) | undefined;
943
+ "onRow-click"?: ((...args: any[]) => any) | undefined;
944
+ "onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
945
+ "onRow-dblclick"?: ((...args: any[]) => any) | undefined;
946
+ }, {
947
+ ns: {
948
+ namespace: ComputedRef<string>;
949
+ b: (blockSuffix?: string) => string;
950
+ e: (element?: string) => string;
951
+ m: (modifier?: string) => string;
952
+ be: (blockSuffix?: string, element?: string) => string;
953
+ em: (element?: string, modifier?: string) => string;
954
+ bm: (blockSuffix?: string, modifier?: string) => string;
955
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
956
+ is: {
957
+ (name: string, state: boolean | undefined): string;
958
+ (name: string): string;
959
+ };
960
+ cssVar: (object: Record<string, string>) => Record<string, string>;
961
+ cssVarName: (name: string) => string;
962
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
963
+ cssVarBlockName: (name: string) => string;
964
+ };
965
+ layout: __DTS_DEFAULT_0__<any>;
966
+ store: {
967
+ mutations: {
968
+ setData(states: {
969
+ _currentRowKey: Ref<string | null>;
970
+ currentRow: Ref<any>;
971
+ expandRowKeys: Ref<(string | number)[]>;
972
+ treeData: Ref<Record<string, TreeData>>;
973
+ indent: Ref<number>;
974
+ lazy: Ref<boolean>;
975
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
976
+ lazyColumnIdentifier: Ref<string>;
977
+ childrenColumnName: Ref<string>;
978
+ checkStrictly: Ref<boolean>;
979
+ expandRows: Ref<any[]>;
980
+ defaultExpandAll: Ref<boolean>;
981
+ tableSize: Ref<any>;
982
+ rowKey: Ref<string | null>;
983
+ data: Ref<any[]>;
984
+ _data: Ref<any[]>;
985
+ isComplex: Ref<boolean>;
986
+ _columns: Ref< TableColumnCtx<any>[]>;
987
+ originColumns: Ref< TableColumnCtx<any>[]>;
988
+ columns: Ref< TableColumnCtx<any>[]>;
989
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
990
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
991
+ leafColumns: Ref< TableColumnCtx<any>[]>;
992
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
993
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
994
+ updateOrderFns: (() => void)[];
995
+ leafColumnsLength: Ref<number>;
996
+ fixedLeafColumnsLength: Ref<number>;
997
+ rightFixedLeafColumnsLength: Ref<number>;
998
+ isAllSelected: Ref<boolean>;
999
+ selection: Ref<any[]>;
1000
+ reserveSelection: Ref<boolean>;
1001
+ selectOnIndeterminate: Ref<boolean>;
1002
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1003
+ filters: Ref<StoreFilter>;
1004
+ filteredData: Ref<any[] | null>;
1005
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1006
+ sortProp: Ref<string | null>;
1007
+ sortOrder: Ref<string | number | null>;
1008
+ hoverRow: Ref<any>;
1009
+ }, data: any[]): void;
1010
+ insertColumn(states: {
1011
+ _currentRowKey: Ref<string | null>;
1012
+ currentRow: Ref<any>;
1013
+ expandRowKeys: Ref<(string | number)[]>;
1014
+ treeData: Ref<Record<string, TreeData>>;
1015
+ indent: Ref<number>;
1016
+ lazy: Ref<boolean>;
1017
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1018
+ lazyColumnIdentifier: Ref<string>;
1019
+ childrenColumnName: Ref<string>;
1020
+ checkStrictly: Ref<boolean>;
1021
+ expandRows: Ref<any[]>;
1022
+ defaultExpandAll: Ref<boolean>;
1023
+ tableSize: Ref<any>;
1024
+ rowKey: Ref<string | null>;
1025
+ data: Ref<any[]>;
1026
+ _data: Ref<any[]>;
1027
+ isComplex: Ref<boolean>;
1028
+ _columns: Ref< TableColumnCtx<any>[]>;
1029
+ originColumns: Ref< TableColumnCtx<any>[]>;
1030
+ columns: Ref< TableColumnCtx<any>[]>;
1031
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1032
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1033
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1034
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1035
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1036
+ updateOrderFns: (() => void)[];
1037
+ leafColumnsLength: Ref<number>;
1038
+ fixedLeafColumnsLength: Ref<number>;
1039
+ rightFixedLeafColumnsLength: Ref<number>;
1040
+ isAllSelected: Ref<boolean>;
1041
+ selection: Ref<any[]>;
1042
+ reserveSelection: Ref<boolean>;
1043
+ selectOnIndeterminate: Ref<boolean>;
1044
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1045
+ filters: Ref<StoreFilter>;
1046
+ filteredData: Ref<any[] | null>;
1047
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1048
+ sortProp: Ref<string | null>;
1049
+ sortOrder: Ref<string | number | null>;
1050
+ hoverRow: Ref<any>;
1051
+ }, column: TableColumnCtx<any>, parent: TableColumnCtx<any>, updateColumnOrder: () => void): void;
1052
+ updateColumnOrder(states: {
1053
+ _currentRowKey: Ref<string | null>;
1054
+ currentRow: Ref<any>;
1055
+ expandRowKeys: Ref<(string | number)[]>;
1056
+ treeData: Ref<Record<string, TreeData>>;
1057
+ indent: Ref<number>;
1058
+ lazy: Ref<boolean>;
1059
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1060
+ lazyColumnIdentifier: Ref<string>;
1061
+ childrenColumnName: Ref<string>;
1062
+ checkStrictly: Ref<boolean>;
1063
+ expandRows: Ref<any[]>;
1064
+ defaultExpandAll: Ref<boolean>;
1065
+ tableSize: Ref<any>;
1066
+ rowKey: Ref<string | null>;
1067
+ data: Ref<any[]>;
1068
+ _data: Ref<any[]>;
1069
+ isComplex: Ref<boolean>;
1070
+ _columns: Ref< TableColumnCtx<any>[]>;
1071
+ originColumns: Ref< TableColumnCtx<any>[]>;
1072
+ columns: Ref< TableColumnCtx<any>[]>;
1073
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1074
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1075
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1076
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1077
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1078
+ updateOrderFns: (() => void)[];
1079
+ leafColumnsLength: Ref<number>;
1080
+ fixedLeafColumnsLength: Ref<number>;
1081
+ rightFixedLeafColumnsLength: Ref<number>;
1082
+ isAllSelected: Ref<boolean>;
1083
+ selection: Ref<any[]>;
1084
+ reserveSelection: Ref<boolean>;
1085
+ selectOnIndeterminate: Ref<boolean>;
1086
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1087
+ filters: Ref<StoreFilter>;
1088
+ filteredData: Ref<any[] | null>;
1089
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1090
+ sortProp: Ref<string | null>;
1091
+ sortOrder: Ref<string | number | null>;
1092
+ hoverRow: Ref<any>;
1093
+ }, column: TableColumnCtx<any>): void;
1094
+ removeColumn(states: {
1095
+ _currentRowKey: Ref<string | null>;
1096
+ currentRow: Ref<any>;
1097
+ expandRowKeys: Ref<(string | number)[]>;
1098
+ treeData: Ref<Record<string, TreeData>>;
1099
+ indent: Ref<number>;
1100
+ lazy: Ref<boolean>;
1101
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1102
+ lazyColumnIdentifier: Ref<string>;
1103
+ childrenColumnName: Ref<string>;
1104
+ checkStrictly: Ref<boolean>;
1105
+ expandRows: Ref<any[]>;
1106
+ defaultExpandAll: Ref<boolean>;
1107
+ tableSize: Ref<any>;
1108
+ rowKey: Ref<string | null>;
1109
+ data: Ref<any[]>;
1110
+ _data: Ref<any[]>;
1111
+ isComplex: Ref<boolean>;
1112
+ _columns: Ref< TableColumnCtx<any>[]>;
1113
+ originColumns: Ref< TableColumnCtx<any>[]>;
1114
+ columns: Ref< TableColumnCtx<any>[]>;
1115
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1116
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1117
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1118
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1119
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1120
+ updateOrderFns: (() => void)[];
1121
+ leafColumnsLength: Ref<number>;
1122
+ fixedLeafColumnsLength: Ref<number>;
1123
+ rightFixedLeafColumnsLength: Ref<number>;
1124
+ isAllSelected: Ref<boolean>;
1125
+ selection: Ref<any[]>;
1126
+ reserveSelection: Ref<boolean>;
1127
+ selectOnIndeterminate: Ref<boolean>;
1128
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1129
+ filters: Ref<StoreFilter>;
1130
+ filteredData: Ref<any[] | null>;
1131
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1132
+ sortProp: Ref<string | null>;
1133
+ sortOrder: Ref<string | number | null>;
1134
+ hoverRow: Ref<any>;
1135
+ }, column: TableColumnCtx<any>, parent: TableColumnCtx<any>, updateColumnOrder: () => void): void;
1136
+ sort(states: {
1137
+ _currentRowKey: Ref<string | null>;
1138
+ currentRow: Ref<any>;
1139
+ expandRowKeys: Ref<(string | number)[]>;
1140
+ treeData: Ref<Record<string, TreeData>>;
1141
+ indent: Ref<number>;
1142
+ lazy: Ref<boolean>;
1143
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1144
+ lazyColumnIdentifier: Ref<string>;
1145
+ childrenColumnName: Ref<string>;
1146
+ checkStrictly: Ref<boolean>;
1147
+ expandRows: Ref<any[]>;
1148
+ defaultExpandAll: Ref<boolean>;
1149
+ tableSize: Ref<any>;
1150
+ rowKey: Ref<string | null>;
1151
+ data: Ref<any[]>;
1152
+ _data: Ref<any[]>;
1153
+ isComplex: Ref<boolean>;
1154
+ _columns: Ref< TableColumnCtx<any>[]>;
1155
+ originColumns: Ref< TableColumnCtx<any>[]>;
1156
+ columns: Ref< TableColumnCtx<any>[]>;
1157
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1158
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1159
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1160
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1161
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1162
+ updateOrderFns: (() => void)[];
1163
+ leafColumnsLength: Ref<number>;
1164
+ fixedLeafColumnsLength: Ref<number>;
1165
+ rightFixedLeafColumnsLength: Ref<number>;
1166
+ isAllSelected: Ref<boolean>;
1167
+ selection: Ref<any[]>;
1168
+ reserveSelection: Ref<boolean>;
1169
+ selectOnIndeterminate: Ref<boolean>;
1170
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1171
+ filters: Ref<StoreFilter>;
1172
+ filteredData: Ref<any[] | null>;
1173
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1174
+ sortProp: Ref<string | null>;
1175
+ sortOrder: Ref<string | number | null>;
1176
+ hoverRow: Ref<any>;
1177
+ }, options: Sort): void;
1178
+ changeSortCondition(states: {
1179
+ _currentRowKey: Ref<string | null>;
1180
+ currentRow: Ref<any>;
1181
+ expandRowKeys: Ref<(string | number)[]>;
1182
+ treeData: Ref<Record<string, TreeData>>;
1183
+ indent: Ref<number>;
1184
+ lazy: Ref<boolean>;
1185
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1186
+ lazyColumnIdentifier: Ref<string>;
1187
+ childrenColumnName: Ref<string>;
1188
+ checkStrictly: Ref<boolean>;
1189
+ expandRows: Ref<any[]>;
1190
+ defaultExpandAll: Ref<boolean>;
1191
+ tableSize: Ref<any>;
1192
+ rowKey: Ref<string | null>;
1193
+ data: Ref<any[]>;
1194
+ _data: Ref<any[]>;
1195
+ isComplex: Ref<boolean>;
1196
+ _columns: Ref< TableColumnCtx<any>[]>;
1197
+ originColumns: Ref< TableColumnCtx<any>[]>;
1198
+ columns: Ref< TableColumnCtx<any>[]>;
1199
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1200
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1201
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1202
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1203
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1204
+ updateOrderFns: (() => void)[];
1205
+ leafColumnsLength: Ref<number>;
1206
+ fixedLeafColumnsLength: Ref<number>;
1207
+ rightFixedLeafColumnsLength: Ref<number>;
1208
+ isAllSelected: Ref<boolean>;
1209
+ selection: Ref<any[]>;
1210
+ reserveSelection: Ref<boolean>;
1211
+ selectOnIndeterminate: Ref<boolean>;
1212
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1213
+ filters: Ref<StoreFilter>;
1214
+ filteredData: Ref<any[] | null>;
1215
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1216
+ sortProp: Ref<string | null>;
1217
+ sortOrder: Ref<string | number | null>;
1218
+ hoverRow: Ref<any>;
1219
+ }, options: Sort): void;
1220
+ filterChange(_states: {
1221
+ _currentRowKey: Ref<string | null>;
1222
+ currentRow: Ref<any>;
1223
+ expandRowKeys: Ref<(string | number)[]>;
1224
+ treeData: Ref<Record<string, TreeData>>;
1225
+ indent: Ref<number>;
1226
+ lazy: Ref<boolean>;
1227
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1228
+ lazyColumnIdentifier: Ref<string>;
1229
+ childrenColumnName: Ref<string>;
1230
+ checkStrictly: Ref<boolean>;
1231
+ expandRows: Ref<any[]>;
1232
+ defaultExpandAll: Ref<boolean>;
1233
+ tableSize: Ref<any>;
1234
+ rowKey: Ref<string | null>;
1235
+ data: Ref<any[]>;
1236
+ _data: Ref<any[]>;
1237
+ isComplex: Ref<boolean>;
1238
+ _columns: Ref< TableColumnCtx<any>[]>;
1239
+ originColumns: Ref< TableColumnCtx<any>[]>;
1240
+ columns: Ref< TableColumnCtx<any>[]>;
1241
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1242
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1243
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1244
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1245
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1246
+ updateOrderFns: (() => void)[];
1247
+ leafColumnsLength: Ref<number>;
1248
+ fixedLeafColumnsLength: Ref<number>;
1249
+ rightFixedLeafColumnsLength: Ref<number>;
1250
+ isAllSelected: Ref<boolean>;
1251
+ selection: Ref<any[]>;
1252
+ reserveSelection: Ref<boolean>;
1253
+ selectOnIndeterminate: Ref<boolean>;
1254
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1255
+ filters: Ref<StoreFilter>;
1256
+ filteredData: Ref<any[] | null>;
1257
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1258
+ sortProp: Ref<string | null>;
1259
+ sortOrder: Ref<string | number | null>;
1260
+ hoverRow: Ref<any>;
1261
+ }, options: Filter<any>): void;
1262
+ toggleAllSelection(): void;
1263
+ rowSelectedChanged(_states: {
1264
+ _currentRowKey: Ref<string | null>;
1265
+ currentRow: Ref<any>;
1266
+ expandRowKeys: Ref<(string | number)[]>;
1267
+ treeData: Ref<Record<string, TreeData>>;
1268
+ indent: Ref<number>;
1269
+ lazy: Ref<boolean>;
1270
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1271
+ lazyColumnIdentifier: Ref<string>;
1272
+ childrenColumnName: Ref<string>;
1273
+ checkStrictly: Ref<boolean>;
1274
+ expandRows: Ref<any[]>;
1275
+ defaultExpandAll: Ref<boolean>;
1276
+ tableSize: Ref<any>;
1277
+ rowKey: Ref<string | null>;
1278
+ data: Ref<any[]>;
1279
+ _data: Ref<any[]>;
1280
+ isComplex: Ref<boolean>;
1281
+ _columns: Ref< TableColumnCtx<any>[]>;
1282
+ originColumns: Ref< TableColumnCtx<any>[]>;
1283
+ columns: Ref< TableColumnCtx<any>[]>;
1284
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1285
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1286
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1287
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1288
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1289
+ updateOrderFns: (() => void)[];
1290
+ leafColumnsLength: Ref<number>;
1291
+ fixedLeafColumnsLength: Ref<number>;
1292
+ rightFixedLeafColumnsLength: Ref<number>;
1293
+ isAllSelected: Ref<boolean>;
1294
+ selection: Ref<any[]>;
1295
+ reserveSelection: Ref<boolean>;
1296
+ selectOnIndeterminate: Ref<boolean>;
1297
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1298
+ filters: Ref<StoreFilter>;
1299
+ filteredData: Ref<any[] | null>;
1300
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1301
+ sortProp: Ref<string | null>;
1302
+ sortOrder: Ref<string | number | null>;
1303
+ hoverRow: Ref<any>;
1304
+ }, row: any): void;
1305
+ setHoverRow(states: {
1306
+ _currentRowKey: Ref<string | null>;
1307
+ currentRow: Ref<any>;
1308
+ expandRowKeys: Ref<(string | number)[]>;
1309
+ treeData: Ref<Record<string, TreeData>>;
1310
+ indent: Ref<number>;
1311
+ lazy: Ref<boolean>;
1312
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1313
+ lazyColumnIdentifier: Ref<string>;
1314
+ childrenColumnName: Ref<string>;
1315
+ checkStrictly: Ref<boolean>;
1316
+ expandRows: Ref<any[]>;
1317
+ defaultExpandAll: Ref<boolean>;
1318
+ tableSize: Ref<any>;
1319
+ rowKey: Ref<string | null>;
1320
+ data: Ref<any[]>;
1321
+ _data: Ref<any[]>;
1322
+ isComplex: Ref<boolean>;
1323
+ _columns: Ref< TableColumnCtx<any>[]>;
1324
+ originColumns: Ref< TableColumnCtx<any>[]>;
1325
+ columns: Ref< TableColumnCtx<any>[]>;
1326
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1327
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1328
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1329
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1330
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1331
+ updateOrderFns: (() => void)[];
1332
+ leafColumnsLength: Ref<number>;
1333
+ fixedLeafColumnsLength: Ref<number>;
1334
+ rightFixedLeafColumnsLength: Ref<number>;
1335
+ isAllSelected: Ref<boolean>;
1336
+ selection: Ref<any[]>;
1337
+ reserveSelection: Ref<boolean>;
1338
+ selectOnIndeterminate: Ref<boolean>;
1339
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1340
+ filters: Ref<StoreFilter>;
1341
+ filteredData: Ref<any[] | null>;
1342
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1343
+ sortProp: Ref<string | null>;
1344
+ sortOrder: Ref<string | number | null>;
1345
+ hoverRow: Ref<any>;
1346
+ }, row: any): void;
1347
+ setCurrentRow(_states: {
1348
+ _currentRowKey: Ref<string | null>;
1349
+ currentRow: Ref<any>;
1350
+ expandRowKeys: Ref<(string | number)[]>;
1351
+ treeData: Ref<Record<string, TreeData>>;
1352
+ indent: Ref<number>;
1353
+ lazy: Ref<boolean>;
1354
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1355
+ lazyColumnIdentifier: Ref<string>;
1356
+ childrenColumnName: Ref<string>;
1357
+ checkStrictly: Ref<boolean>;
1358
+ expandRows: Ref<any[]>;
1359
+ defaultExpandAll: Ref<boolean>;
1360
+ tableSize: Ref<any>;
1361
+ rowKey: Ref<string | null>;
1362
+ data: Ref<any[]>;
1363
+ _data: Ref<any[]>;
1364
+ isComplex: Ref<boolean>;
1365
+ _columns: Ref< TableColumnCtx<any>[]>;
1366
+ originColumns: Ref< TableColumnCtx<any>[]>;
1367
+ columns: Ref< TableColumnCtx<any>[]>;
1368
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1369
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1370
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1371
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1372
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1373
+ updateOrderFns: (() => void)[];
1374
+ leafColumnsLength: Ref<number>;
1375
+ fixedLeafColumnsLength: Ref<number>;
1376
+ rightFixedLeafColumnsLength: Ref<number>;
1377
+ isAllSelected: Ref<boolean>;
1378
+ selection: Ref<any[]>;
1379
+ reserveSelection: Ref<boolean>;
1380
+ selectOnIndeterminate: Ref<boolean>;
1381
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1382
+ filters: Ref<StoreFilter>;
1383
+ filteredData: Ref<any[] | null>;
1384
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1385
+ sortProp: Ref<string | null>;
1386
+ sortOrder: Ref<string | number | null>;
1387
+ hoverRow: Ref<any>;
1388
+ }, row: any): void;
1389
+ };
1390
+ commit: (name: "sort" | "setData" | "insertColumn" | "updateColumnOrder" | "removeColumn" | "changeSortCondition" | "filterChange" | "toggleAllSelection" | "rowSelectedChanged" | "setHoverRow" | "setCurrentRow", ...args: any[]) => void;
1391
+ updateTableScrollY: () => void;
1392
+ assertRowKey: () => void;
1393
+ updateColumns: () => void;
1394
+ scheduleLayout: (needUpdateColumns?: boolean, immediate?: boolean) => void;
1395
+ isSelected: (row: any) => boolean;
1396
+ clearSelection: () => void;
1397
+ cleanSelection: () => void;
1398
+ getSelectionRows: () => any[];
1399
+ toggleRowSelection: (row: any, selected?: boolean, emitChange?: boolean, ignoreSelectable?: boolean) => void;
1400
+ _toggleAllSelection: () => void;
1401
+ toggleAllSelection: (() => void) | null;
1402
+ updateAllSelected: () => void;
1403
+ updateFilters: (column: TableColumnCtx<any>, values: string[]) => Record<string, string[]>;
1404
+ updateCurrentRow: (_currentRow: any) => void;
1405
+ updateSort: (column: TableColumnCtx<any> | null, prop: string | null, order: TableSortOrder | null) => void;
1406
+ execFilter: () => void;
1407
+ execSort: () => void;
1408
+ execQuery: (ignore?: {
1409
+ filter: boolean;
1410
+ } | undefined) => void;
1411
+ clearFilter: (columnKeys?: string[] | string) => void;
1412
+ clearSort: () => void;
1413
+ toggleRowExpansion: (row: any, expanded?: boolean) => void;
1414
+ setExpandRowKeysAdapter: (val: (string | number)[]) => void;
1415
+ setCurrentRowKey: (key: string) => void;
1416
+ toggleRowExpansionAdapter: (row: any, expanded?: boolean) => void;
1417
+ isRowExpanded: (row: any) => boolean;
1418
+ updateExpandRows: () => void;
1419
+ updateCurrentRowData: () => void;
1420
+ loadOrToggle: (row: any) => void;
1421
+ updateTreeData: (ifChangeExpandRowKeys?: boolean, ifExpandAll?: boolean) => void;
1422
+ updateKeyChildren: (key: string, data: any[]) => void;
1423
+ states: {
1424
+ _currentRowKey: Ref<string | null>;
1425
+ currentRow: Ref<any>;
1426
+ expandRowKeys: Ref<(string | number)[]>;
1427
+ treeData: Ref<Record<string, TreeData>>;
1428
+ indent: Ref<number>;
1429
+ lazy: Ref<boolean>;
1430
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1431
+ lazyColumnIdentifier: Ref<string>;
1432
+ childrenColumnName: Ref<string>;
1433
+ checkStrictly: Ref<boolean>;
1434
+ expandRows: Ref<any[]>;
1435
+ defaultExpandAll: Ref<boolean>;
1436
+ tableSize: Ref<any>;
1437
+ rowKey: Ref<string | null>;
1438
+ data: Ref<any[]>;
1439
+ _data: Ref<any[]>;
1440
+ isComplex: Ref<boolean>;
1441
+ _columns: Ref< TableColumnCtx<any>[]>;
1442
+ originColumns: Ref< TableColumnCtx<any>[]>;
1443
+ columns: Ref< TableColumnCtx<any>[]>;
1444
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1445
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1446
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1447
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1448
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1449
+ updateOrderFns: (() => void)[];
1450
+ leafColumnsLength: Ref<number>;
1451
+ fixedLeafColumnsLength: Ref<number>;
1452
+ rightFixedLeafColumnsLength: Ref<number>;
1453
+ isAllSelected: Ref<boolean>;
1454
+ selection: Ref<any[]>;
1455
+ reserveSelection: Ref<boolean>;
1456
+ selectOnIndeterminate: Ref<boolean>;
1457
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1458
+ filters: Ref<StoreFilter>;
1459
+ filteredData: Ref<any[] | null>;
1460
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1461
+ sortProp: Ref<string | null>;
1462
+ sortOrder: Ref<string | number | null>;
1463
+ hoverRow: Ref<any>;
1464
+ };
1465
+ ns: {
1466
+ namespace: ComputedRef<string>;
1467
+ b: (blockSuffix?: string) => string;
1468
+ e: (element?: string) => string;
1469
+ m: (modifier?: string) => string;
1470
+ be: (blockSuffix?: string, element?: string) => string;
1471
+ em: (element?: string, modifier?: string) => string;
1472
+ bm: (blockSuffix?: string, modifier?: string) => string;
1473
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
1474
+ is: {
1475
+ (name: string, state: boolean | undefined): string;
1476
+ (name: string): string;
1477
+ };
1478
+ cssVar: (object: Record<string, string>) => Record<string, string>;
1479
+ cssVarName: (name: string) => string;
1480
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1481
+ cssVarBlockName: (name: string) => string;
1482
+ };
1483
+ };
1484
+ columns: ComputedRef< TableColumnCtx<any>[]>;
1485
+ handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
1486
+ handleMouseLeave: () => void;
1487
+ tableId: string;
1488
+ tableSize: ComputedRef<"" | "small" | "default" | "large">;
1489
+ isHidden: Ref<boolean>;
1490
+ isEmpty: ComputedRef<boolean>;
1491
+ renderExpanded: Ref< RenderExpanded<any> | null>;
1492
+ resizeProxyVisible: Ref<boolean>;
1493
+ resizeState: Ref<{
1494
+ width: null | number;
1495
+ height: null | number;
1496
+ headerHeight: null | number;
1497
+ }>;
1498
+ isGroup: Ref<boolean>;
1499
+ bodyWidth: ComputedRef<string>;
1500
+ tableBodyStyles: ComputedRef<{
1501
+ width: string;
1502
+ }>;
1503
+ emptyBlockStyle: ComputedRef<{
1504
+ width: string;
1505
+ height: string;
1506
+ } | undefined>;
1507
+ debouncedUpdateLayout: DebouncedFunc<() => void>;
1508
+ setCurrentRow: (row: any) => void;
1509
+ getSelectionRows: () => any[];
1510
+ toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
1511
+ clearSelection: () => void;
1512
+ clearFilter: (columnKeys?: string[] | string) => void;
1513
+ toggleAllSelection: () => void;
1514
+ toggleRowExpansion: (row: any, expanded?: boolean) => void;
1515
+ clearSort: () => void;
1516
+ doLayout: () => void;
1517
+ sort: (prop: string, order: string) => void;
1518
+ updateKeyChildren: (key: string, data: any[]) => void;
1519
+ t: Translator;
1520
+ setDragVisible: (visible: boolean) => void;
1521
+ context: Table<any>;
1522
+ computedSumText: ComputedRef<string>;
1523
+ computedEmptyText: ComputedRef<string>;
1524
+ tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
1525
+ scrollbarViewStyle: {
1526
+ display: string;
1527
+ verticalAlign: string;
1528
+ };
1529
+ scrollbarStyle: ComputedRef<{
1530
+ height: string;
1531
+ maxHeight?: undefined;
1532
+ } | {
1533
+ maxHeight: string;
1534
+ height?: undefined;
1535
+ } | {
1536
+ height?: undefined;
1537
+ maxHeight?: undefined;
1538
+ }>;
1539
+ scrollBarRef: Ref<any>;
1540
+ scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
1541
+ setScrollLeft: (left?: number) => void;
1542
+ setScrollTop: (top?: number) => void;
1543
+ allowDragLastColumn: boolean;
1544
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("select" | "expand-change" | "scroll" | "sort-change" | "row-click" | "select-all" | "current-change" | "header-click" | "header-contextmenu" | "header-dragend" | "selection-change" | "filter-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-contextmenu" | "row-dblclick")[], VNodeProps & AllowedComponentProps & ComponentCustomProps, {
1545
+ data: any[];
1546
+ style: CSSProperties;
1547
+ tableLayout: "fixed" | "auto";
1548
+ border: boolean;
1549
+ className: string;
1550
+ fit: boolean;
1551
+ lazy: boolean;
1552
+ scrollbarAlwaysOn: boolean;
1553
+ allowDragLastColumn: boolean;
1554
+ treeProps: TreeProps | undefined;
1555
+ defaultExpandAll: boolean;
1556
+ selectOnIndeterminate: boolean;
1557
+ indent: number;
1558
+ stripe: boolean;
1559
+ showHeader: boolean;
1560
+ showSummary: boolean;
1561
+ highlightCurrentRow: boolean;
1562
+ flexible: boolean;
1563
+ scrollbarTabindex: string | number;
1564
+ preserveExpandedContent: boolean;
1565
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1566
+ P: {};
1567
+ B: {};
1568
+ D: {};
1569
+ C: {};
1570
+ M: {};
1571
+ Defaults: {};
1572
+ }, Readonly< ExtractPropTypes<{
1573
+ data: {
1574
+ type: PropType<any[]>;
1575
+ default: () => never[];
1576
+ };
1577
+ size: {
1578
+ readonly type: PropType<EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
1579
+ readonly required: false;
1580
+ readonly validator: ((val: unknown) => boolean) | undefined;
1581
+ __epPropKey: true;
1582
+ };
1583
+ width: (NumberConstructor | StringConstructor)[];
1584
+ height: (NumberConstructor | StringConstructor)[];
1585
+ maxHeight: (NumberConstructor | StringConstructor)[];
1586
+ fit: {
1587
+ type: BooleanConstructor;
1588
+ default: boolean;
1589
+ };
1590
+ stripe: BooleanConstructor;
1591
+ border: BooleanConstructor;
1592
+ rowKey: PropType< TableProps<any>["rowKey"]>;
1593
+ showHeader: {
1594
+ type: BooleanConstructor;
1595
+ default: boolean;
1596
+ };
1597
+ showSummary: BooleanConstructor;
1598
+ sumText: StringConstructor;
1599
+ summaryMethod: PropType< TableProps<any>["summaryMethod"]>;
1600
+ rowClassName: PropType< TableProps<any>["rowClassName"]>;
1601
+ rowStyle: PropType< TableProps<any>["rowStyle"]>;
1602
+ cellClassName: PropType< TableProps<any>["cellClassName"]>;
1603
+ cellStyle: PropType< TableProps<any>["cellStyle"]>;
1604
+ headerRowClassName: PropType< TableProps<any>["headerRowClassName"]>;
1605
+ headerRowStyle: PropType< TableProps<any>["headerRowStyle"]>;
1606
+ headerCellClassName: PropType< TableProps<any>["headerCellClassName"]>;
1607
+ headerCellStyle: PropType< TableProps<any>["headerCellStyle"]>;
1608
+ highlightCurrentRow: BooleanConstructor;
1609
+ currentRowKey: (NumberConstructor | StringConstructor)[];
1610
+ emptyText: StringConstructor;
1611
+ expandRowKeys: PropType< TableProps<any>["expandRowKeys"]>;
1612
+ defaultExpandAll: BooleanConstructor;
1613
+ defaultSort: PropType< TableProps<any>["defaultSort"]>;
1614
+ tooltipEffect: StringConstructor;
1615
+ tooltipOptions: PropType< TableProps<any>["tooltipOptions"]>;
1616
+ spanMethod: PropType< TableProps<any>["spanMethod"]>;
1617
+ selectOnIndeterminate: {
1618
+ type: BooleanConstructor;
1619
+ default: boolean;
1620
+ };
1621
+ indent: {
1622
+ type: NumberConstructor;
1623
+ default: number;
1624
+ };
1625
+ treeProps: {
1626
+ type: PropType< TableProps<any>["treeProps"]>;
1627
+ default: () => {
1628
+ hasChildren: string;
1629
+ children: string;
1630
+ checkStrictly: boolean;
1631
+ };
1632
+ };
1633
+ lazy: BooleanConstructor;
1634
+ load: PropType< TableProps<any>["load"]>;
1635
+ style: {
1636
+ type: PropType<CSSProperties>;
1637
+ default: () => {};
1638
+ };
1639
+ className: {
1640
+ type: StringConstructor;
1641
+ default: string;
1642
+ };
1643
+ tableLayout: {
1644
+ type: PropType<"fixed" | "auto">;
1645
+ default: string;
1646
+ };
1647
+ scrollbarAlwaysOn: BooleanConstructor;
1648
+ flexible: BooleanConstructor;
1649
+ showOverflowTooltip: PropType< TableProps<any>["showOverflowTooltip"]>;
1650
+ tooltipFormatter: PropType< TableProps<any>["tooltipFormatter"]>;
1651
+ appendFilterPanelTo: StringConstructor;
1652
+ scrollbarTabindex: {
1653
+ type: (NumberConstructor | StringConstructor)[];
1654
+ default: undefined;
1655
+ };
1656
+ allowDragLastColumn: {
1657
+ type: BooleanConstructor;
1658
+ default: boolean;
1659
+ };
1660
+ preserveExpandedContent: BooleanConstructor;
1661
+ }>> & {
1662
+ onScroll?: ((...args: any[]) => any) | undefined;
1663
+ onSelect?: ((...args: any[]) => any) | undefined;
1664
+ "onExpand-change"?: ((...args: any[]) => any) | undefined;
1665
+ "onCurrent-change"?: ((...args: any[]) => any) | undefined;
1666
+ "onSelect-all"?: ((...args: any[]) => any) | undefined;
1667
+ "onHeader-click"?: ((...args: any[]) => any) | undefined;
1668
+ "onHeader-contextmenu"?: ((...args: any[]) => any) | undefined;
1669
+ "onHeader-dragend"?: ((...args: any[]) => any) | undefined;
1670
+ "onSelection-change"?: ((...args: any[]) => any) | undefined;
1671
+ "onSort-change"?: ((...args: any[]) => any) | undefined;
1672
+ "onFilter-change"?: ((...args: any[]) => any) | undefined;
1673
+ "onCell-mouse-enter"?: ((...args: any[]) => any) | undefined;
1674
+ "onCell-mouse-leave"?: ((...args: any[]) => any) | undefined;
1675
+ "onCell-contextmenu"?: ((...args: any[]) => any) | undefined;
1676
+ "onCell-click"?: ((...args: any[]) => any) | undefined;
1677
+ "onCell-dblclick"?: ((...args: any[]) => any) | undefined;
1678
+ "onRow-click"?: ((...args: any[]) => any) | undefined;
1679
+ "onRow-contextmenu"?: ((...args: any[]) => any) | undefined;
1680
+ "onRow-dblclick"?: ((...args: any[]) => any) | undefined;
1681
+ }, {
1682
+ ns: {
1683
+ namespace: ComputedRef<string>;
1684
+ b: (blockSuffix?: string) => string;
1685
+ e: (element?: string) => string;
1686
+ m: (modifier?: string) => string;
1687
+ be: (blockSuffix?: string, element?: string) => string;
1688
+ em: (element?: string, modifier?: string) => string;
1689
+ bm: (blockSuffix?: string, modifier?: string) => string;
1690
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
1691
+ is: {
1692
+ (name: string, state: boolean | undefined): string;
1693
+ (name: string): string;
1694
+ };
1695
+ cssVar: (object: Record<string, string>) => Record<string, string>;
1696
+ cssVarName: (name: string) => string;
1697
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
1698
+ cssVarBlockName: (name: string) => string;
1699
+ };
1700
+ layout: __DTS_DEFAULT_0__<any>;
1701
+ store: {
1702
+ mutations: {
1703
+ setData(states: {
1704
+ _currentRowKey: Ref<string | null>;
1705
+ currentRow: Ref<any>;
1706
+ expandRowKeys: Ref<(string | number)[]>;
1707
+ treeData: Ref<Record<string, TreeData>>;
1708
+ indent: Ref<number>;
1709
+ lazy: Ref<boolean>;
1710
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1711
+ lazyColumnIdentifier: Ref<string>;
1712
+ childrenColumnName: Ref<string>;
1713
+ checkStrictly: Ref<boolean>;
1714
+ expandRows: Ref<any[]>;
1715
+ defaultExpandAll: Ref<boolean>;
1716
+ tableSize: Ref<any>;
1717
+ rowKey: Ref<string | null>;
1718
+ data: Ref<any[]>;
1719
+ _data: Ref<any[]>;
1720
+ isComplex: Ref<boolean>;
1721
+ _columns: Ref< TableColumnCtx<any>[]>;
1722
+ originColumns: Ref< TableColumnCtx<any>[]>;
1723
+ columns: Ref< TableColumnCtx<any>[]>;
1724
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1725
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1726
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1727
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1728
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1729
+ updateOrderFns: (() => void)[];
1730
+ leafColumnsLength: Ref<number>;
1731
+ fixedLeafColumnsLength: Ref<number>;
1732
+ rightFixedLeafColumnsLength: Ref<number>;
1733
+ isAllSelected: Ref<boolean>;
1734
+ selection: Ref<any[]>;
1735
+ reserveSelection: Ref<boolean>;
1736
+ selectOnIndeterminate: Ref<boolean>;
1737
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1738
+ filters: Ref<StoreFilter>;
1739
+ filteredData: Ref<any[] | null>;
1740
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1741
+ sortProp: Ref<string | null>;
1742
+ sortOrder: Ref<string | number | null>;
1743
+ hoverRow: Ref<any>;
1744
+ }, data: any[]): void;
1745
+ insertColumn(states: {
1746
+ _currentRowKey: Ref<string | null>;
1747
+ currentRow: Ref<any>;
1748
+ expandRowKeys: Ref<(string | number)[]>;
1749
+ treeData: Ref<Record<string, TreeData>>;
1750
+ indent: Ref<number>;
1751
+ lazy: Ref<boolean>;
1752
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1753
+ lazyColumnIdentifier: Ref<string>;
1754
+ childrenColumnName: Ref<string>;
1755
+ checkStrictly: Ref<boolean>;
1756
+ expandRows: Ref<any[]>;
1757
+ defaultExpandAll: Ref<boolean>;
1758
+ tableSize: Ref<any>;
1759
+ rowKey: Ref<string | null>;
1760
+ data: Ref<any[]>;
1761
+ _data: Ref<any[]>;
1762
+ isComplex: Ref<boolean>;
1763
+ _columns: Ref< TableColumnCtx<any>[]>;
1764
+ originColumns: Ref< TableColumnCtx<any>[]>;
1765
+ columns: Ref< TableColumnCtx<any>[]>;
1766
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1767
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1768
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1769
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1770
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1771
+ updateOrderFns: (() => void)[];
1772
+ leafColumnsLength: Ref<number>;
1773
+ fixedLeafColumnsLength: Ref<number>;
1774
+ rightFixedLeafColumnsLength: Ref<number>;
1775
+ isAllSelected: Ref<boolean>;
1776
+ selection: Ref<any[]>;
1777
+ reserveSelection: Ref<boolean>;
1778
+ selectOnIndeterminate: Ref<boolean>;
1779
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1780
+ filters: Ref<StoreFilter>;
1781
+ filteredData: Ref<any[] | null>;
1782
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1783
+ sortProp: Ref<string | null>;
1784
+ sortOrder: Ref<string | number | null>;
1785
+ hoverRow: Ref<any>;
1786
+ }, column: TableColumnCtx<any>, parent: TableColumnCtx<any>, updateColumnOrder: () => void): void;
1787
+ updateColumnOrder(states: {
1788
+ _currentRowKey: Ref<string | null>;
1789
+ currentRow: Ref<any>;
1790
+ expandRowKeys: Ref<(string | number)[]>;
1791
+ treeData: Ref<Record<string, TreeData>>;
1792
+ indent: Ref<number>;
1793
+ lazy: Ref<boolean>;
1794
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1795
+ lazyColumnIdentifier: Ref<string>;
1796
+ childrenColumnName: Ref<string>;
1797
+ checkStrictly: Ref<boolean>;
1798
+ expandRows: Ref<any[]>;
1799
+ defaultExpandAll: Ref<boolean>;
1800
+ tableSize: Ref<any>;
1801
+ rowKey: Ref<string | null>;
1802
+ data: Ref<any[]>;
1803
+ _data: Ref<any[]>;
1804
+ isComplex: Ref<boolean>;
1805
+ _columns: Ref< TableColumnCtx<any>[]>;
1806
+ originColumns: Ref< TableColumnCtx<any>[]>;
1807
+ columns: Ref< TableColumnCtx<any>[]>;
1808
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1809
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1810
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1811
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1812
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1813
+ updateOrderFns: (() => void)[];
1814
+ leafColumnsLength: Ref<number>;
1815
+ fixedLeafColumnsLength: Ref<number>;
1816
+ rightFixedLeafColumnsLength: Ref<number>;
1817
+ isAllSelected: Ref<boolean>;
1818
+ selection: Ref<any[]>;
1819
+ reserveSelection: Ref<boolean>;
1820
+ selectOnIndeterminate: Ref<boolean>;
1821
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1822
+ filters: Ref<StoreFilter>;
1823
+ filteredData: Ref<any[] | null>;
1824
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1825
+ sortProp: Ref<string | null>;
1826
+ sortOrder: Ref<string | number | null>;
1827
+ hoverRow: Ref<any>;
1828
+ }, column: TableColumnCtx<any>): void;
1829
+ removeColumn(states: {
1830
+ _currentRowKey: Ref<string | null>;
1831
+ currentRow: Ref<any>;
1832
+ expandRowKeys: Ref<(string | number)[]>;
1833
+ treeData: Ref<Record<string, TreeData>>;
1834
+ indent: Ref<number>;
1835
+ lazy: Ref<boolean>;
1836
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1837
+ lazyColumnIdentifier: Ref<string>;
1838
+ childrenColumnName: Ref<string>;
1839
+ checkStrictly: Ref<boolean>;
1840
+ expandRows: Ref<any[]>;
1841
+ defaultExpandAll: Ref<boolean>;
1842
+ tableSize: Ref<any>;
1843
+ rowKey: Ref<string | null>;
1844
+ data: Ref<any[]>;
1845
+ _data: Ref<any[]>;
1846
+ isComplex: Ref<boolean>;
1847
+ _columns: Ref< TableColumnCtx<any>[]>;
1848
+ originColumns: Ref< TableColumnCtx<any>[]>;
1849
+ columns: Ref< TableColumnCtx<any>[]>;
1850
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1851
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1852
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1853
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1854
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1855
+ updateOrderFns: (() => void)[];
1856
+ leafColumnsLength: Ref<number>;
1857
+ fixedLeafColumnsLength: Ref<number>;
1858
+ rightFixedLeafColumnsLength: Ref<number>;
1859
+ isAllSelected: Ref<boolean>;
1860
+ selection: Ref<any[]>;
1861
+ reserveSelection: Ref<boolean>;
1862
+ selectOnIndeterminate: Ref<boolean>;
1863
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1864
+ filters: Ref<StoreFilter>;
1865
+ filteredData: Ref<any[] | null>;
1866
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1867
+ sortProp: Ref<string | null>;
1868
+ sortOrder: Ref<string | number | null>;
1869
+ hoverRow: Ref<any>;
1870
+ }, column: TableColumnCtx<any>, parent: TableColumnCtx<any>, updateColumnOrder: () => void): void;
1871
+ sort(states: {
1872
+ _currentRowKey: Ref<string | null>;
1873
+ currentRow: Ref<any>;
1874
+ expandRowKeys: Ref<(string | number)[]>;
1875
+ treeData: Ref<Record<string, TreeData>>;
1876
+ indent: Ref<number>;
1877
+ lazy: Ref<boolean>;
1878
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1879
+ lazyColumnIdentifier: Ref<string>;
1880
+ childrenColumnName: Ref<string>;
1881
+ checkStrictly: Ref<boolean>;
1882
+ expandRows: Ref<any[]>;
1883
+ defaultExpandAll: Ref<boolean>;
1884
+ tableSize: Ref<any>;
1885
+ rowKey: Ref<string | null>;
1886
+ data: Ref<any[]>;
1887
+ _data: Ref<any[]>;
1888
+ isComplex: Ref<boolean>;
1889
+ _columns: Ref< TableColumnCtx<any>[]>;
1890
+ originColumns: Ref< TableColumnCtx<any>[]>;
1891
+ columns: Ref< TableColumnCtx<any>[]>;
1892
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1893
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1894
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1895
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1896
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1897
+ updateOrderFns: (() => void)[];
1898
+ leafColumnsLength: Ref<number>;
1899
+ fixedLeafColumnsLength: Ref<number>;
1900
+ rightFixedLeafColumnsLength: Ref<number>;
1901
+ isAllSelected: Ref<boolean>;
1902
+ selection: Ref<any[]>;
1903
+ reserveSelection: Ref<boolean>;
1904
+ selectOnIndeterminate: Ref<boolean>;
1905
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1906
+ filters: Ref<StoreFilter>;
1907
+ filteredData: Ref<any[] | null>;
1908
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1909
+ sortProp: Ref<string | null>;
1910
+ sortOrder: Ref<string | number | null>;
1911
+ hoverRow: Ref<any>;
1912
+ }, options: Sort): void;
1913
+ changeSortCondition(states: {
1914
+ _currentRowKey: Ref<string | null>;
1915
+ currentRow: Ref<any>;
1916
+ expandRowKeys: Ref<(string | number)[]>;
1917
+ treeData: Ref<Record<string, TreeData>>;
1918
+ indent: Ref<number>;
1919
+ lazy: Ref<boolean>;
1920
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1921
+ lazyColumnIdentifier: Ref<string>;
1922
+ childrenColumnName: Ref<string>;
1923
+ checkStrictly: Ref<boolean>;
1924
+ expandRows: Ref<any[]>;
1925
+ defaultExpandAll: Ref<boolean>;
1926
+ tableSize: Ref<any>;
1927
+ rowKey: Ref<string | null>;
1928
+ data: Ref<any[]>;
1929
+ _data: Ref<any[]>;
1930
+ isComplex: Ref<boolean>;
1931
+ _columns: Ref< TableColumnCtx<any>[]>;
1932
+ originColumns: Ref< TableColumnCtx<any>[]>;
1933
+ columns: Ref< TableColumnCtx<any>[]>;
1934
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1935
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1936
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1937
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1938
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1939
+ updateOrderFns: (() => void)[];
1940
+ leafColumnsLength: Ref<number>;
1941
+ fixedLeafColumnsLength: Ref<number>;
1942
+ rightFixedLeafColumnsLength: Ref<number>;
1943
+ isAllSelected: Ref<boolean>;
1944
+ selection: Ref<any[]>;
1945
+ reserveSelection: Ref<boolean>;
1946
+ selectOnIndeterminate: Ref<boolean>;
1947
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1948
+ filters: Ref<StoreFilter>;
1949
+ filteredData: Ref<any[] | null>;
1950
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1951
+ sortProp: Ref<string | null>;
1952
+ sortOrder: Ref<string | number | null>;
1953
+ hoverRow: Ref<any>;
1954
+ }, options: Sort): void;
1955
+ filterChange(_states: {
1956
+ _currentRowKey: Ref<string | null>;
1957
+ currentRow: Ref<any>;
1958
+ expandRowKeys: Ref<(string | number)[]>;
1959
+ treeData: Ref<Record<string, TreeData>>;
1960
+ indent: Ref<number>;
1961
+ lazy: Ref<boolean>;
1962
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
1963
+ lazyColumnIdentifier: Ref<string>;
1964
+ childrenColumnName: Ref<string>;
1965
+ checkStrictly: Ref<boolean>;
1966
+ expandRows: Ref<any[]>;
1967
+ defaultExpandAll: Ref<boolean>;
1968
+ tableSize: Ref<any>;
1969
+ rowKey: Ref<string | null>;
1970
+ data: Ref<any[]>;
1971
+ _data: Ref<any[]>;
1972
+ isComplex: Ref<boolean>;
1973
+ _columns: Ref< TableColumnCtx<any>[]>;
1974
+ originColumns: Ref< TableColumnCtx<any>[]>;
1975
+ columns: Ref< TableColumnCtx<any>[]>;
1976
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
1977
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
1978
+ leafColumns: Ref< TableColumnCtx<any>[]>;
1979
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1980
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
1981
+ updateOrderFns: (() => void)[];
1982
+ leafColumnsLength: Ref<number>;
1983
+ fixedLeafColumnsLength: Ref<number>;
1984
+ rightFixedLeafColumnsLength: Ref<number>;
1985
+ isAllSelected: Ref<boolean>;
1986
+ selection: Ref<any[]>;
1987
+ reserveSelection: Ref<boolean>;
1988
+ selectOnIndeterminate: Ref<boolean>;
1989
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
1990
+ filters: Ref<StoreFilter>;
1991
+ filteredData: Ref<any[] | null>;
1992
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
1993
+ sortProp: Ref<string | null>;
1994
+ sortOrder: Ref<string | number | null>;
1995
+ hoverRow: Ref<any>;
1996
+ }, options: Filter<any>): void;
1997
+ toggleAllSelection(): void;
1998
+ rowSelectedChanged(_states: {
1999
+ _currentRowKey: Ref<string | null>;
2000
+ currentRow: Ref<any>;
2001
+ expandRowKeys: Ref<(string | number)[]>;
2002
+ treeData: Ref<Record<string, TreeData>>;
2003
+ indent: Ref<number>;
2004
+ lazy: Ref<boolean>;
2005
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
2006
+ lazyColumnIdentifier: Ref<string>;
2007
+ childrenColumnName: Ref<string>;
2008
+ checkStrictly: Ref<boolean>;
2009
+ expandRows: Ref<any[]>;
2010
+ defaultExpandAll: Ref<boolean>;
2011
+ tableSize: Ref<any>;
2012
+ rowKey: Ref<string | null>;
2013
+ data: Ref<any[]>;
2014
+ _data: Ref<any[]>;
2015
+ isComplex: Ref<boolean>;
2016
+ _columns: Ref< TableColumnCtx<any>[]>;
2017
+ originColumns: Ref< TableColumnCtx<any>[]>;
2018
+ columns: Ref< TableColumnCtx<any>[]>;
2019
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
2020
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
2021
+ leafColumns: Ref< TableColumnCtx<any>[]>;
2022
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2023
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2024
+ updateOrderFns: (() => void)[];
2025
+ leafColumnsLength: Ref<number>;
2026
+ fixedLeafColumnsLength: Ref<number>;
2027
+ rightFixedLeafColumnsLength: Ref<number>;
2028
+ isAllSelected: Ref<boolean>;
2029
+ selection: Ref<any[]>;
2030
+ reserveSelection: Ref<boolean>;
2031
+ selectOnIndeterminate: Ref<boolean>;
2032
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
2033
+ filters: Ref<StoreFilter>;
2034
+ filteredData: Ref<any[] | null>;
2035
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
2036
+ sortProp: Ref<string | null>;
2037
+ sortOrder: Ref<string | number | null>;
2038
+ hoverRow: Ref<any>;
2039
+ }, row: any): void;
2040
+ setHoverRow(states: {
2041
+ _currentRowKey: Ref<string | null>;
2042
+ currentRow: Ref<any>;
2043
+ expandRowKeys: Ref<(string | number)[]>;
2044
+ treeData: Ref<Record<string, TreeData>>;
2045
+ indent: Ref<number>;
2046
+ lazy: Ref<boolean>;
2047
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
2048
+ lazyColumnIdentifier: Ref<string>;
2049
+ childrenColumnName: Ref<string>;
2050
+ checkStrictly: Ref<boolean>;
2051
+ expandRows: Ref<any[]>;
2052
+ defaultExpandAll: Ref<boolean>;
2053
+ tableSize: Ref<any>;
2054
+ rowKey: Ref<string | null>;
2055
+ data: Ref<any[]>;
2056
+ _data: Ref<any[]>;
2057
+ isComplex: Ref<boolean>;
2058
+ _columns: Ref< TableColumnCtx<any>[]>;
2059
+ originColumns: Ref< TableColumnCtx<any>[]>;
2060
+ columns: Ref< TableColumnCtx<any>[]>;
2061
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
2062
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
2063
+ leafColumns: Ref< TableColumnCtx<any>[]>;
2064
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2065
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2066
+ updateOrderFns: (() => void)[];
2067
+ leafColumnsLength: Ref<number>;
2068
+ fixedLeafColumnsLength: Ref<number>;
2069
+ rightFixedLeafColumnsLength: Ref<number>;
2070
+ isAllSelected: Ref<boolean>;
2071
+ selection: Ref<any[]>;
2072
+ reserveSelection: Ref<boolean>;
2073
+ selectOnIndeterminate: Ref<boolean>;
2074
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
2075
+ filters: Ref<StoreFilter>;
2076
+ filteredData: Ref<any[] | null>;
2077
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
2078
+ sortProp: Ref<string | null>;
2079
+ sortOrder: Ref<string | number | null>;
2080
+ hoverRow: Ref<any>;
2081
+ }, row: any): void;
2082
+ setCurrentRow(_states: {
2083
+ _currentRowKey: Ref<string | null>;
2084
+ currentRow: Ref<any>;
2085
+ expandRowKeys: Ref<(string | number)[]>;
2086
+ treeData: Ref<Record<string, TreeData>>;
2087
+ indent: Ref<number>;
2088
+ lazy: Ref<boolean>;
2089
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
2090
+ lazyColumnIdentifier: Ref<string>;
2091
+ childrenColumnName: Ref<string>;
2092
+ checkStrictly: Ref<boolean>;
2093
+ expandRows: Ref<any[]>;
2094
+ defaultExpandAll: Ref<boolean>;
2095
+ tableSize: Ref<any>;
2096
+ rowKey: Ref<string | null>;
2097
+ data: Ref<any[]>;
2098
+ _data: Ref<any[]>;
2099
+ isComplex: Ref<boolean>;
2100
+ _columns: Ref< TableColumnCtx<any>[]>;
2101
+ originColumns: Ref< TableColumnCtx<any>[]>;
2102
+ columns: Ref< TableColumnCtx<any>[]>;
2103
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
2104
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
2105
+ leafColumns: Ref< TableColumnCtx<any>[]>;
2106
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2107
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2108
+ updateOrderFns: (() => void)[];
2109
+ leafColumnsLength: Ref<number>;
2110
+ fixedLeafColumnsLength: Ref<number>;
2111
+ rightFixedLeafColumnsLength: Ref<number>;
2112
+ isAllSelected: Ref<boolean>;
2113
+ selection: Ref<any[]>;
2114
+ reserveSelection: Ref<boolean>;
2115
+ selectOnIndeterminate: Ref<boolean>;
2116
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
2117
+ filters: Ref<StoreFilter>;
2118
+ filteredData: Ref<any[] | null>;
2119
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
2120
+ sortProp: Ref<string | null>;
2121
+ sortOrder: Ref<string | number | null>;
2122
+ hoverRow: Ref<any>;
2123
+ }, row: any): void;
2124
+ };
2125
+ commit: (name: "sort" | "setData" | "insertColumn" | "updateColumnOrder" | "removeColumn" | "changeSortCondition" | "filterChange" | "toggleAllSelection" | "rowSelectedChanged" | "setHoverRow" | "setCurrentRow", ...args: any[]) => void;
2126
+ updateTableScrollY: () => void;
2127
+ assertRowKey: () => void;
2128
+ updateColumns: () => void;
2129
+ scheduleLayout: (needUpdateColumns?: boolean, immediate?: boolean) => void;
2130
+ isSelected: (row: any) => boolean;
2131
+ clearSelection: () => void;
2132
+ cleanSelection: () => void;
2133
+ getSelectionRows: () => any[];
2134
+ toggleRowSelection: (row: any, selected?: boolean, emitChange?: boolean, ignoreSelectable?: boolean) => void;
2135
+ _toggleAllSelection: () => void;
2136
+ toggleAllSelection: (() => void) | null;
2137
+ updateAllSelected: () => void;
2138
+ updateFilters: (column: TableColumnCtx<any>, values: string[]) => Record<string, string[]>;
2139
+ updateCurrentRow: (_currentRow: any) => void;
2140
+ updateSort: (column: TableColumnCtx<any> | null, prop: string | null, order: TableSortOrder | null) => void;
2141
+ execFilter: () => void;
2142
+ execSort: () => void;
2143
+ execQuery: (ignore?: {
2144
+ filter: boolean;
2145
+ } | undefined) => void;
2146
+ clearFilter: (columnKeys?: string[] | string) => void;
2147
+ clearSort: () => void;
2148
+ toggleRowExpansion: (row: any, expanded?: boolean) => void;
2149
+ setExpandRowKeysAdapter: (val: (string | number)[]) => void;
2150
+ setCurrentRowKey: (key: string) => void;
2151
+ toggleRowExpansionAdapter: (row: any, expanded?: boolean) => void;
2152
+ isRowExpanded: (row: any) => boolean;
2153
+ updateExpandRows: () => void;
2154
+ updateCurrentRowData: () => void;
2155
+ loadOrToggle: (row: any) => void;
2156
+ updateTreeData: (ifChangeExpandRowKeys?: boolean, ifExpandAll?: boolean) => void;
2157
+ updateKeyChildren: (key: string, data: any[]) => void;
2158
+ states: {
2159
+ _currentRowKey: Ref<string | null>;
2160
+ currentRow: Ref<any>;
2161
+ expandRowKeys: Ref<(string | number)[]>;
2162
+ treeData: Ref<Record<string, TreeData>>;
2163
+ indent: Ref<number>;
2164
+ lazy: Ref<boolean>;
2165
+ lazyTreeNodeMap: Ref<Record<string, any[]>>;
2166
+ lazyColumnIdentifier: Ref<string>;
2167
+ childrenColumnName: Ref<string>;
2168
+ checkStrictly: Ref<boolean>;
2169
+ expandRows: Ref<any[]>;
2170
+ defaultExpandAll: Ref<boolean>;
2171
+ tableSize: Ref<any>;
2172
+ rowKey: Ref<string | null>;
2173
+ data: Ref<any[]>;
2174
+ _data: Ref<any[]>;
2175
+ isComplex: Ref<boolean>;
2176
+ _columns: Ref< TableColumnCtx<any>[]>;
2177
+ originColumns: Ref< TableColumnCtx<any>[]>;
2178
+ columns: Ref< TableColumnCtx<any>[]>;
2179
+ fixedColumns: Ref< TableColumnCtx<any>[]>;
2180
+ rightFixedColumns: Ref< TableColumnCtx<any>[]>;
2181
+ leafColumns: Ref< TableColumnCtx<any>[]>;
2182
+ fixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2183
+ rightFixedLeafColumns: Ref< TableColumnCtx<any>[]>;
2184
+ updateOrderFns: (() => void)[];
2185
+ leafColumnsLength: Ref<number>;
2186
+ fixedLeafColumnsLength: Ref<number>;
2187
+ rightFixedLeafColumnsLength: Ref<number>;
2188
+ isAllSelected: Ref<boolean>;
2189
+ selection: Ref<any[]>;
2190
+ reserveSelection: Ref<boolean>;
2191
+ selectOnIndeterminate: Ref<boolean>;
2192
+ selectable: Ref<((row: any, index: number) => boolean) | null>;
2193
+ filters: Ref<StoreFilter>;
2194
+ filteredData: Ref<any[] | null>;
2195
+ sortingColumn: Ref< TableColumnCtx<any> | null>;
2196
+ sortProp: Ref<string | null>;
2197
+ sortOrder: Ref<string | number | null>;
2198
+ hoverRow: Ref<any>;
2199
+ };
2200
+ ns: {
2201
+ namespace: ComputedRef<string>;
2202
+ b: (blockSuffix?: string) => string;
2203
+ e: (element?: string) => string;
2204
+ m: (modifier?: string) => string;
2205
+ be: (blockSuffix?: string, element?: string) => string;
2206
+ em: (element?: string, modifier?: string) => string;
2207
+ bm: (blockSuffix?: string, modifier?: string) => string;
2208
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
2209
+ is: {
2210
+ (name: string, state: boolean | undefined): string;
2211
+ (name: string): string;
2212
+ };
2213
+ cssVar: (object: Record<string, string>) => Record<string, string>;
2214
+ cssVarName: (name: string) => string;
2215
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
2216
+ cssVarBlockName: (name: string) => string;
2217
+ };
2218
+ };
2219
+ columns: ComputedRef< TableColumnCtx<any>[]>;
2220
+ handleHeaderFooterMousewheel: (_event: WheelEvent, data: any) => void;
2221
+ handleMouseLeave: () => void;
2222
+ tableId: string;
2223
+ tableSize: ComputedRef<"" | "small" | "default" | "large">;
2224
+ isHidden: Ref<boolean>;
2225
+ isEmpty: ComputedRef<boolean>;
2226
+ renderExpanded: Ref< RenderExpanded<any> | null>;
2227
+ resizeProxyVisible: Ref<boolean>;
2228
+ resizeState: Ref<{
2229
+ width: null | number;
2230
+ height: null | number;
2231
+ headerHeight: null | number;
2232
+ }>;
2233
+ isGroup: Ref<boolean>;
2234
+ bodyWidth: ComputedRef<string>;
2235
+ tableBodyStyles: ComputedRef<{
2236
+ width: string;
2237
+ }>;
2238
+ emptyBlockStyle: ComputedRef<{
2239
+ width: string;
2240
+ height: string;
2241
+ } | undefined>;
2242
+ debouncedUpdateLayout: DebouncedFunc<() => void>;
2243
+ setCurrentRow: (row: any) => void;
2244
+ getSelectionRows: () => any[];
2245
+ toggleRowSelection: (row: any, selected?: boolean, ignoreSelectable?: boolean) => void;
2246
+ clearSelection: () => void;
2247
+ clearFilter: (columnKeys?: string[] | string) => void;
2248
+ toggleAllSelection: () => void;
2249
+ toggleRowExpansion: (row: any, expanded?: boolean) => void;
2250
+ clearSort: () => void;
2251
+ doLayout: () => void;
2252
+ sort: (prop: string, order: string) => void;
2253
+ updateKeyChildren: (key: string, data: any[]) => void;
2254
+ t: Translator;
2255
+ setDragVisible: (visible: boolean) => void;
2256
+ context: Table<any>;
2257
+ computedSumText: ComputedRef<string>;
2258
+ computedEmptyText: ComputedRef<string>;
2259
+ tableLayout: ComputedRef<("fixed" | "auto") | undefined>;
2260
+ scrollbarViewStyle: {
2261
+ display: string;
2262
+ verticalAlign: string;
2263
+ };
2264
+ scrollbarStyle: ComputedRef<{
2265
+ height: string;
2266
+ maxHeight?: undefined;
2267
+ } | {
2268
+ maxHeight: string;
2269
+ height?: undefined;
2270
+ } | {
2271
+ height?: undefined;
2272
+ maxHeight?: undefined;
2273
+ }>;
2274
+ scrollBarRef: Ref<any>;
2275
+ scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
2276
+ setScrollLeft: (left?: number) => void;
2277
+ setScrollTop: (top?: number) => void;
2278
+ allowDragLastColumn: boolean;
2279
+ }, {}, {}, {}, {
2280
+ data: any[];
2281
+ style: CSSProperties;
2282
+ tableLayout: "fixed" | "auto";
2283
+ border: boolean;
2284
+ className: string;
2285
+ fit: boolean;
2286
+ lazy: boolean;
2287
+ scrollbarAlwaysOn: boolean;
2288
+ allowDragLastColumn: boolean;
2289
+ treeProps: TreeProps | undefined;
2290
+ defaultExpandAll: boolean;
2291
+ selectOnIndeterminate: boolean;
2292
+ indent: number;
2293
+ stripe: boolean;
2294
+ showHeader: boolean;
2295
+ showSummary: boolean;
2296
+ highlightCurrentRow: boolean;
2297
+ flexible: boolean;
2298
+ scrollbarTabindex: string | number;
2299
+ preserveExpandedContent: boolean;
2300
+ }> | null;
2301
+ };
2302
+ $slots: Readonly<{
2303
+ [name: string]: Slot<any> | undefined;
2304
+ }>;
2305
+ $root: ComponentPublicInstance | null;
2306
+ $parent: ComponentPublicInstance | null;
2307
+ $host: Element | null;
2308
+ $emit: (event: string, ...args: any[]) => void;
2309
+ $el: HTMLDivElement;
2310
+ $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
2311
+ defaultSort: {
2312
+ type: () => DefaultSort;
2313
+ default(): {};
2314
+ };
2315
+ height: {
2316
+ type: (NumberConstructor | StringConstructor)[];
2317
+ default(): string;
2318
+ };
2319
+ loading: {
2320
+ type: BooleanConstructor;
2321
+ default: boolean;
2322
+ };
2323
+ adaptive: BooleanConstructor;
2324
+ list: {
2325
+ type: {
2326
+ (arrayLength: number): ListObj[];
2327
+ (...items: ListObj[]): ListObj[];
2328
+ new (arrayLength: number): ListObj[];
2329
+ new (...items: ListObj[]): ListObj[];
2330
+ isArray(arg: any): arg is any[];
2331
+ readonly prototype: any[];
2332
+ from<T>(arrayLike: ArrayLike<T>): T[];
2333
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2334
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2335
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2336
+ of<T>(...items: T[]): T[];
2337
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2338
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2339
+ readonly [Symbol.species]: ArrayConstructor;
2340
+ };
2341
+ default(): never[];
2342
+ };
2343
+ value: {
2344
+ type: {
2345
+ (arrayLength: number): ObjAny[];
2346
+ (...items: ObjAny[]): ObjAny[];
2347
+ new (arrayLength: number): ObjAny[];
2348
+ new (...items: ObjAny[]): ObjAny[];
2349
+ isArray(arg: any): arg is any[];
2350
+ readonly prototype: any[];
2351
+ from<T>(arrayLike: ArrayLike<T>): T[];
2352
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2353
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2354
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2355
+ of<T>(...items: T[]): T[];
2356
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2357
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2358
+ readonly [Symbol.species]: ArrayConstructor;
2359
+ };
2360
+ default(): never[];
2361
+ };
2362
+ lineHeight: {
2363
+ type: (NumberConstructor | StringConstructor)[];
2364
+ };
2365
+ options: {
2366
+ type: ObjectConstructor;
2367
+ default(): {};
2368
+ };
2369
+ compons: {
2370
+ type: () => {
2371
+ [key: string]: Component;
2372
+ };
2373
+ default(): {};
2374
+ };
2375
+ }>> & Readonly<{}>, {
2376
+ clearSelection: () => void;
2377
+ toggleRowSelection: (...arr: any[]) => void;
2378
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
2379
+ value: ObjAny[];
2380
+ list: ListObj[];
2381
+ loading: boolean;
2382
+ options: Record<string, any>;
2383
+ height: string | number;
2384
+ compons: {
2385
+ [key: string]: Component;
2386
+ };
2387
+ defaultSort: DefaultSort;
2388
+ adaptive: boolean;
2389
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
2390
+ beforeCreate?: (() => void) | (() => void)[];
2391
+ created?: (() => void) | (() => void)[];
2392
+ beforeMount?: (() => void) | (() => void)[];
2393
+ mounted?: (() => void) | (() => void)[];
2394
+ beforeUpdate?: (() => void) | (() => void)[];
2395
+ updated?: (() => void) | (() => void)[];
2396
+ activated?: (() => void) | (() => void)[];
2397
+ deactivated?: (() => void) | (() => void)[];
2398
+ beforeDestroy?: (() => void) | (() => void)[];
2399
+ beforeUnmount?: (() => void) | (() => void)[];
2400
+ destroyed?: (() => void) | (() => void)[];
2401
+ unmounted?: (() => void) | (() => void)[];
2402
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2403
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2404
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
2405
+ };
2406
+ $forceUpdate: () => void;
2407
+ $nextTick: nextTick;
2408
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
2409
+ } & Readonly<{
2410
+ value: ObjAny[];
2411
+ list: ListObj[];
2412
+ loading: boolean;
2413
+ options: Record<string, any>;
2414
+ height: string | number;
2415
+ compons: {
2416
+ [key: string]: Component;
2417
+ };
2418
+ defaultSort: DefaultSort;
2419
+ adaptive: boolean;
2420
+ }> & Omit<Readonly< ExtractPropTypes<{
2421
+ defaultSort: {
2422
+ type: () => DefaultSort;
2423
+ default(): {};
2424
+ };
2425
+ height: {
2426
+ type: (NumberConstructor | StringConstructor)[];
2427
+ default(): string;
2428
+ };
2429
+ loading: {
2430
+ type: BooleanConstructor;
2431
+ default: boolean;
2432
+ };
2433
+ adaptive: BooleanConstructor;
2434
+ list: {
2435
+ type: {
2436
+ (arrayLength: number): ListObj[];
2437
+ (...items: ListObj[]): ListObj[];
2438
+ new (arrayLength: number): ListObj[];
2439
+ new (...items: ListObj[]): ListObj[];
2440
+ isArray(arg: any): arg is any[];
2441
+ readonly prototype: any[];
2442
+ from<T>(arrayLike: ArrayLike<T>): T[];
2443
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2444
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2445
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2446
+ of<T>(...items: T[]): T[];
2447
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2448
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2449
+ readonly [Symbol.species]: ArrayConstructor;
2450
+ };
2451
+ default(): never[];
2452
+ };
2453
+ value: {
2454
+ type: {
2455
+ (arrayLength: number): ObjAny[];
2456
+ (...items: ObjAny[]): ObjAny[];
2457
+ new (arrayLength: number): ObjAny[];
2458
+ new (...items: ObjAny[]): ObjAny[];
2459
+ isArray(arg: any): arg is any[];
2460
+ readonly prototype: any[];
2461
+ from<T>(arrayLike: ArrayLike<T>): T[];
2462
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2463
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2464
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2465
+ of<T>(...items: T[]): T[];
2466
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2467
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2468
+ readonly [Symbol.species]: ArrayConstructor;
2469
+ };
2470
+ default(): never[];
2471
+ };
2472
+ lineHeight: {
2473
+ type: (NumberConstructor | StringConstructor)[];
2474
+ };
2475
+ options: {
2476
+ type: ObjectConstructor;
2477
+ default(): {};
2478
+ };
2479
+ compons: {
2480
+ type: () => {
2481
+ [key: string]: Component;
2482
+ };
2483
+ default(): {};
2484
+ };
2485
+ }>> & Readonly<{}>, "toggleRowSelection" | "clearSelection" | ("value" | "list" | "loading" | "options" | "height" | "compons" | "defaultSort" | "adaptive")> & ShallowUnwrapRef<{
2486
+ clearSelection: () => void;
2487
+ toggleRowSelection: (...arr: any[]) => void;
2488
+ }> & {} & ComponentCustomProperties & {} & {
2489
+ $slots: Partial<Record<string, (_: any) => any>> & {
2490
+ 'no-data'?(_: {}): any;
2491
+ };
2492
+ }) | null;
2493
+ };
2494
+ $slots: Readonly<{
2495
+ [name: string]: Slot<any> | undefined;
2496
+ }>;
2497
+ $root: ComponentPublicInstance | null;
2498
+ $parent: ComponentPublicInstance | null;
2499
+ $host: Element | null;
2500
+ $emit: (event: string, ...args: any[]) => void;
2501
+ $el: HTMLDivElement;
2502
+ $options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
2503
+ configs: {
2504
+ type: () => Config;
2505
+ };
2506
+ config: {
2507
+ type: () => TableConfig;
2508
+ default(): {};
2509
+ };
2510
+ list: {
2511
+ type: {
2512
+ (arrayLength: number): ListObj[];
2513
+ (...items: ListObj[]): ListObj[];
2514
+ new (arrayLength: number): ListObj[];
2515
+ new (...items: ListObj[]): ListObj[];
2516
+ isArray(arg: any): arg is any[];
2517
+ readonly prototype: any[];
2518
+ from<T>(arrayLike: ArrayLike<T>): T[];
2519
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2520
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2521
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2522
+ of<T>(...items: T[]): T[];
2523
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2524
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2525
+ readonly [Symbol.species]: ArrayConstructor;
2526
+ };
2527
+ default(): never[];
2528
+ };
2529
+ load: {
2530
+ type: BooleanConstructor;
2531
+ default: boolean;
2532
+ };
2533
+ options: {
2534
+ type: ObjectConstructor;
2535
+ default(): {};
2536
+ };
2537
+ compons: {
2538
+ type: () => {
2539
+ [key: string]: Component;
2540
+ };
2541
+ default(): {};
2542
+ };
2543
+ value: {
2544
+ type: () => ObjAny;
2545
+ };
2546
+ ajax: {
2547
+ type: (FunctionConstructor | StringConstructor)[];
2548
+ };
2549
+ param: {
2550
+ type: ObjectConstructor;
2551
+ default(): {};
2552
+ };
2553
+ ajaxConfig: {
2554
+ type: ObjectConstructor;
2555
+ };
2556
+ onRequestAfter: {
2557
+ type: FunctionConstructor;
2558
+ };
2559
+ onRequestBefore: {
2560
+ type: FunctionConstructor;
2561
+ };
2562
+ }>> & Readonly<{}>, {
2563
+ getSelection: typeof getSelection;
2564
+ initData: (callback?: () => void) => void;
2565
+ getList: (p?: ObjAny, callback?: (d?: ObjAny) => void) => void;
2566
+ empty: () => void;
2567
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
2568
+ config: TableConfig;
2569
+ param: Record<string, any>;
2570
+ list: ListObj[];
2571
+ options: Record<string, any>;
2572
+ load: boolean;
2573
+ compons: {
2574
+ [key: string]: Component;
2575
+ };
2576
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
2577
+ beforeCreate?: (() => void) | (() => void)[];
2578
+ created?: (() => void) | (() => void)[];
2579
+ beforeMount?: (() => void) | (() => void)[];
2580
+ mounted?: (() => void) | (() => void)[];
2581
+ beforeUpdate?: (() => void) | (() => void)[];
2582
+ updated?: (() => void) | (() => void)[];
2583
+ activated?: (() => void) | (() => void)[];
2584
+ deactivated?: (() => void) | (() => void)[];
2585
+ beforeDestroy?: (() => void) | (() => void)[];
2586
+ beforeUnmount?: (() => void) | (() => void)[];
2587
+ destroyed?: (() => void) | (() => void)[];
2588
+ unmounted?: (() => void) | (() => void)[];
2589
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2590
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2591
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
2592
+ };
2593
+ $forceUpdate: () => void;
2594
+ $nextTick: nextTick;
2595
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
2596
+ } & Readonly<{
2597
+ config: TableConfig;
2598
+ param: Record<string, any>;
2599
+ list: ListObj[];
2600
+ options: Record<string, any>;
2601
+ load: boolean;
2602
+ compons: {
2603
+ [key: string]: Component;
2604
+ };
2605
+ }> & Omit<Readonly< ExtractPropTypes<{
2606
+ configs: {
2607
+ type: () => Config;
2608
+ };
2609
+ config: {
2610
+ type: () => TableConfig;
2611
+ default(): {};
2612
+ };
2613
+ list: {
2614
+ type: {
2615
+ (arrayLength: number): ListObj[];
2616
+ (...items: ListObj[]): ListObj[];
2617
+ new (arrayLength: number): ListObj[];
2618
+ new (...items: ListObj[]): ListObj[];
2619
+ isArray(arg: any): arg is any[];
2620
+ readonly prototype: any[];
2621
+ from<T>(arrayLike: ArrayLike<T>): T[];
2622
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2623
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2624
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2625
+ of<T>(...items: T[]): T[];
2626
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2627
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2628
+ readonly [Symbol.species]: ArrayConstructor;
2629
+ };
2630
+ default(): never[];
2631
+ };
2632
+ load: {
2633
+ type: BooleanConstructor;
2634
+ default: boolean;
2635
+ };
2636
+ options: {
2637
+ type: ObjectConstructor;
2638
+ default(): {};
2639
+ };
2640
+ compons: {
2641
+ type: () => {
2642
+ [key: string]: Component;
2643
+ };
2644
+ default(): {};
2645
+ };
2646
+ value: {
2647
+ type: () => ObjAny;
2648
+ };
2649
+ ajax: {
2650
+ type: (FunctionConstructor | StringConstructor)[];
2651
+ };
2652
+ param: {
2653
+ type: ObjectConstructor;
2654
+ default(): {};
2655
+ };
2656
+ ajaxConfig: {
2657
+ type: ObjectConstructor;
2658
+ };
2659
+ onRequestAfter: {
2660
+ type: FunctionConstructor;
2661
+ };
2662
+ onRequestBefore: {
2663
+ type: FunctionConstructor;
2664
+ };
2665
+ }>> & Readonly<{}>, "empty" | ("config" | "param" | "list" | "options" | "load" | "compons") | "getSelection" | "initData" | "getList"> & ShallowUnwrapRef<{
2666
+ getSelection: typeof getSelection;
2667
+ initData: (callback?: () => void) => void;
2668
+ getList: (p?: ObjAny, callback?: (d?: ObjAny) => void) => void;
2669
+ empty: () => void;
2670
+ }> & {} & ComponentCustomProperties & {} & {
2671
+ $slots: Partial<Record<string, (_: any) => any>>;
2672
+ }) | null;
2673
+ }, HTMLDivElement, ComponentProvideOptions, {
2674
+ P: {};
2675
+ B: {};
2676
+ D: {};
2677
+ C: {};
2678
+ M: {};
2679
+ Defaults: {};
2680
+ }, Readonly< ExtractPropTypes<{
2681
+ config: {
2682
+ type: () => {
2683
+ name: string;
2684
+ setColumn?: boolean;
2685
+ query?: {
2686
+ is?: boolean;
2687
+ senior?: boolean;
2688
+ reset?: boolean;
2689
+ config?: ObjAny;
2690
+ list?: Array<ListObj | string>;
2691
+ };
2692
+ form?: ObjAny;
2693
+ add?: {
2694
+ is?: boolean;
2695
+ ajax?: string | Function | {
2696
+ [key: string]: any;
2697
+ url?: string | Function;
2698
+ onRequestBefore?: Function;
2699
+ onRequestAfter?: Function;
2700
+ config?: {
2701
+ [key: string]: any;
2702
+ };
2703
+ };
2704
+ value?: ObjAny;
2705
+ list?: Array<ListObj | string>;
2706
+ };
2707
+ edit?: {
2708
+ is?: boolean;
2709
+ ajax?: string | Function | {
2710
+ [key: string]: any;
2711
+ url?: string | Function;
2712
+ onRequestBefore?: Function;
2713
+ onRequestAfter?: Function;
2714
+ config?: {
2715
+ [key: string]: any;
2716
+ };
2717
+ };
2718
+ list?: Array<ListObj | string>;
2719
+ };
2720
+ details?: {
2721
+ is?: boolean;
2722
+ ajax?: string | Function | {
2723
+ [key: string]: any;
2724
+ url?: string | Function;
2725
+ onRequestBefore?: Function;
2726
+ onRequestAfter?: Function;
2727
+ config?: {
2728
+ [key: string]: any;
2729
+ };
2730
+ };
2731
+ config?: ObjAny;
2732
+ list?: Array<ListObj | string>;
2733
+ };
2734
+ delete?: {
2735
+ is?: boolean;
2736
+ ajax?: string | Function | {
2737
+ [key: string]: any;
2738
+ url?: string | Function;
2739
+ onRequestBefore?: Function;
2740
+ onRequestAfter?: Function;
2741
+ config?: {
2742
+ [key: string]: any;
2743
+ };
2744
+ };
2745
+ name?: string;
2746
+ prop?: string;
2747
+ label?: string;
2748
+ };
2749
+ table?: TableConfig & {
2750
+ operation?: boolean;
2751
+ };
2752
+ };
2753
+ default(): {};
2754
+ };
2755
+ value: {
2756
+ type: () => ObjAny;
2757
+ default(): {};
2758
+ };
2759
+ list: {
2760
+ type: {
2761
+ (arrayLength: number): ListObj[];
2762
+ (...items: ListObj[]): ListObj[];
2763
+ new (arrayLength: number): ListObj[];
2764
+ new (...items: ListObj[]): ListObj[];
2765
+ isArray(arg: any): arg is any[];
2766
+ readonly prototype: any[];
2767
+ from<T>(arrayLike: ArrayLike<T>): T[];
2768
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2769
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2770
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2771
+ of<T>(...items: T[]): T[];
2772
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2773
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2774
+ readonly [Symbol.species]: ArrayConstructor;
2775
+ };
2776
+ default(): never[];
2777
+ };
2778
+ options: {
2779
+ type: ObjectConstructor;
2780
+ default(): {};
2781
+ };
2782
+ compons: {
2783
+ type: () => {
2784
+ [key: string]: Component;
2785
+ };
2786
+ default(): {};
2787
+ };
2788
+ }>> & Readonly<{
2789
+ onDelete?: ((...args: any[]) => any) | undefined;
2790
+ onAdd?: ((...args: any[]) => any) | undefined;
2791
+ onEdit?: ((...args: any[]) => any) | undefined;
2792
+ }>, {}, {}, {}, {}, {
2793
+ config: {
2794
+ name: string;
2795
+ setColumn?: boolean;
2796
+ query?: {
2797
+ is?: boolean;
2798
+ senior?: boolean;
2799
+ reset?: boolean;
2800
+ config?: ObjAny;
2801
+ list?: Array<ListObj | string>;
2802
+ };
2803
+ form?: ObjAny;
2804
+ add?: {
2805
+ is?: boolean;
2806
+ ajax?: string | Function | {
2807
+ [key: string]: any;
2808
+ url?: string | Function;
2809
+ onRequestBefore?: Function;
2810
+ onRequestAfter?: Function;
2811
+ config?: {
2812
+ [key: string]: any;
2813
+ };
2814
+ };
2815
+ value?: ObjAny;
2816
+ list?: Array<ListObj | string>;
2817
+ };
2818
+ edit?: {
2819
+ is?: boolean;
2820
+ ajax?: string | Function | {
2821
+ [key: string]: any;
2822
+ url?: string | Function;
2823
+ onRequestBefore?: Function;
2824
+ onRequestAfter?: Function;
2825
+ config?: {
2826
+ [key: string]: any;
2827
+ };
2828
+ };
2829
+ list?: Array<ListObj | string>;
2830
+ };
2831
+ details?: {
2832
+ is?: boolean;
2833
+ ajax?: string | Function | {
2834
+ [key: string]: any;
2835
+ url?: string | Function;
2836
+ onRequestBefore?: Function;
2837
+ onRequestAfter?: Function;
2838
+ config?: {
2839
+ [key: string]: any;
2840
+ };
2841
+ };
2842
+ config?: ObjAny;
2843
+ list?: Array<ListObj | string>;
2844
+ };
2845
+ delete?: {
2846
+ is?: boolean;
2847
+ ajax?: string | Function | {
2848
+ [key: string]: any;
2849
+ url?: string | Function;
2850
+ onRequestBefore?: Function;
2851
+ onRequestAfter?: Function;
2852
+ config?: {
2853
+ [key: string]: any;
2854
+ };
2855
+ };
2856
+ name?: string;
2857
+ prop?: string;
2858
+ label?: string;
2859
+ };
2860
+ table?: TableConfig & {
2861
+ operation?: boolean;
2862
+ };
2863
+ };
2864
+ value: ObjAny;
2865
+ list: ListObj[];
2866
+ options: Record<string, any>;
2867
+ compons: {
2868
+ [key: string]: Component;
2869
+ };
2870
+ }>;
2871
+ __isFragment?: never;
2872
+ __isTeleport?: never;
2873
+ __isSuspense?: never;
2874
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
2875
+ config: {
2876
+ type: () => {
2877
+ name: string;
2878
+ setColumn?: boolean;
2879
+ query?: {
2880
+ is?: boolean;
2881
+ senior?: boolean;
2882
+ reset?: boolean;
2883
+ config?: ObjAny;
2884
+ list?: Array<ListObj | string>;
2885
+ };
2886
+ form?: ObjAny;
2887
+ add?: {
2888
+ is?: boolean;
2889
+ ajax?: string | Function | {
2890
+ [key: string]: any;
2891
+ url?: string | Function;
2892
+ onRequestBefore?: Function;
2893
+ onRequestAfter?: Function;
2894
+ config?: {
2895
+ [key: string]: any;
2896
+ };
2897
+ };
2898
+ value?: ObjAny;
2899
+ list?: Array<ListObj | string>;
2900
+ };
2901
+ edit?: {
2902
+ is?: boolean;
2903
+ ajax?: string | Function | {
2904
+ [key: string]: any;
2905
+ url?: string | Function;
2906
+ onRequestBefore?: Function;
2907
+ onRequestAfter?: Function;
2908
+ config?: {
2909
+ [key: string]: any;
2910
+ };
2911
+ };
2912
+ list?: Array<ListObj | string>;
2913
+ };
2914
+ details?: {
2915
+ is?: boolean;
2916
+ ajax?: string | Function | {
2917
+ [key: string]: any;
2918
+ url?: string | Function;
2919
+ onRequestBefore?: Function;
2920
+ onRequestAfter?: Function;
2921
+ config?: {
2922
+ [key: string]: any;
2923
+ };
2924
+ };
2925
+ config?: ObjAny;
2926
+ list?: Array<ListObj | string>;
2927
+ };
2928
+ delete?: {
2929
+ is?: boolean;
2930
+ ajax?: string | Function | {
2931
+ [key: string]: any;
2932
+ url?: string | Function;
2933
+ onRequestBefore?: Function;
2934
+ onRequestAfter?: Function;
2935
+ config?: {
2936
+ [key: string]: any;
2937
+ };
2938
+ };
2939
+ name?: string;
2940
+ prop?: string;
2941
+ label?: string;
2942
+ };
2943
+ table?: TableConfig & {
2944
+ operation?: boolean;
2945
+ };
2946
+ };
2947
+ default(): {};
2948
+ };
2949
+ value: {
2950
+ type: () => ObjAny;
2951
+ default(): {};
2952
+ };
2953
+ list: {
2954
+ type: {
2955
+ (arrayLength: number): ListObj[];
2956
+ (...items: ListObj[]): ListObj[];
2957
+ new (arrayLength: number): ListObj[];
2958
+ new (...items: ListObj[]): ListObj[];
2959
+ isArray(arg: any): arg is any[];
2960
+ readonly prototype: any[];
2961
+ from<T>(arrayLike: ArrayLike<T>): T[];
2962
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2963
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
2964
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
2965
+ of<T>(...items: T[]): T[];
2966
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
2967
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
2968
+ readonly [Symbol.species]: ArrayConstructor;
2969
+ };
2970
+ default(): never[];
2971
+ };
2972
+ options: {
2973
+ type: ObjectConstructor;
2974
+ default(): {};
2975
+ };
2976
+ compons: {
2977
+ type: () => {
2978
+ [key: string]: Component;
2979
+ };
2980
+ default(): {};
2981
+ };
2982
+ }>> & Readonly<{
2983
+ onDelete?: ((...args: any[]) => any) | undefined;
2984
+ onAdd?: ((...args: any[]) => any) | undefined;
2985
+ onEdit?: ((...args: any[]) => any) | undefined;
2986
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2987
+ delete: (...args: any[]) => void;
2988
+ add: (...args: any[]) => void;
2989
+ edit: (...args: any[]) => void;
2990
+ }, string, {
2991
+ config: {
2992
+ name: string;
2993
+ setColumn?: boolean;
2994
+ query?: {
2995
+ is?: boolean;
2996
+ senior?: boolean;
2997
+ reset?: boolean;
2998
+ config?: ObjAny;
2999
+ list?: Array<ListObj | string>;
3000
+ };
3001
+ form?: ObjAny;
3002
+ add?: {
3003
+ is?: boolean;
3004
+ ajax?: string | Function | {
3005
+ [key: string]: any;
3006
+ url?: string | Function;
3007
+ onRequestBefore?: Function;
3008
+ onRequestAfter?: Function;
3009
+ config?: {
3010
+ [key: string]: any;
3011
+ };
3012
+ };
3013
+ value?: ObjAny;
3014
+ list?: Array<ListObj | string>;
3015
+ };
3016
+ edit?: {
3017
+ is?: boolean;
3018
+ ajax?: string | Function | {
3019
+ [key: string]: any;
3020
+ url?: string | Function;
3021
+ onRequestBefore?: Function;
3022
+ onRequestAfter?: Function;
3023
+ config?: {
3024
+ [key: string]: any;
3025
+ };
3026
+ };
3027
+ list?: Array<ListObj | string>;
3028
+ };
3029
+ details?: {
3030
+ is?: boolean;
3031
+ ajax?: string | Function | {
3032
+ [key: string]: any;
3033
+ url?: string | Function;
3034
+ onRequestBefore?: Function;
3035
+ onRequestAfter?: Function;
3036
+ config?: {
3037
+ [key: string]: any;
3038
+ };
3039
+ };
3040
+ config?: ObjAny;
3041
+ list?: Array<ListObj | string>;
3042
+ };
3043
+ delete?: {
3044
+ is?: boolean;
3045
+ ajax?: string | Function | {
3046
+ [key: string]: any;
3047
+ url?: string | Function;
3048
+ onRequestBefore?: Function;
3049
+ onRequestAfter?: Function;
3050
+ config?: {
3051
+ [key: string]: any;
3052
+ };
3053
+ };
3054
+ name?: string;
3055
+ prop?: string;
3056
+ label?: string;
3057
+ };
3058
+ table?: TableConfig & {
3059
+ operation?: boolean;
3060
+ };
3061
+ };
3062
+ value: ObjAny;
3063
+ list: ListObj[];
3064
+ options: Record<string, any>;
3065
+ compons: {
3066
+ [key: string]: Component;
3067
+ };
3068
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
3069
+ $slots: Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {
3070
+ row: any;
3071
+ }) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: {}) => any>>;
3072
+ }) & Plugin;
3073
+ export { Page, Page as default };