@flyto/farco 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/dist/index.es.js +19599 -0
  2. package/dist/index.umd.js +127 -0
  3. package/dist/style.css +1 -0
  4. package/dist/types/components/fbutton/fbutton.d.ts +37 -0
  5. package/dist/types/components/fbutton/fbutton.vue.d.ts +34 -0
  6. package/dist/types/components/fbutton/index.d.ts +6 -0
  7. package/dist/types/components/fcheckbox/constants/index.d.ts +11 -0
  8. package/dist/types/components/fcheckbox/fcheckbox.d.ts +45 -0
  9. package/dist/types/components/fcheckbox/fcheckbox.vue.d.ts +168 -0
  10. package/dist/types/components/fcheckbox/index.d.ts +6 -0
  11. package/dist/types/components/fdate/fdate.d.ts +69 -0
  12. package/dist/types/components/fdate/fdate.vue.d.ts +45 -0
  13. package/dist/types/components/fdate/index.d.ts +6 -0
  14. package/dist/types/components/fform/fform.d.ts +87 -0
  15. package/dist/types/components/fform/fform.vue.d.ts +124 -0
  16. package/dist/types/components/fform/index.d.ts +6 -0
  17. package/dist/types/components/fform-item/fform-item.d.ts +94 -0
  18. package/dist/types/components/fform-item/fform-item.vue.d.ts +117 -0
  19. package/dist/types/components/fform-item/index.d.ts +6 -0
  20. package/dist/types/components/ficon/ficon.d.ts +45 -0
  21. package/dist/types/components/ficon/ficon.vue.d.ts +59 -0
  22. package/dist/types/components/ficon/index.d.ts +6 -0
  23. package/dist/types/components/finput/finput.d.ts +56 -0
  24. package/dist/types/components/finput/finput.vue.d.ts +83 -0
  25. package/dist/types/components/finput/index.d.ts +6 -0
  26. package/dist/types/components/flink/flink.d.ts +28 -0
  27. package/dist/types/components/flink/flink.vue.d.ts +40 -0
  28. package/dist/types/components/flink/index.d.ts +6 -0
  29. package/dist/types/components/fml-input/fml-input.d.ts +76 -0
  30. package/dist/types/components/fml-input/fml-input.vue.d.ts +627 -0
  31. package/dist/types/components/fml-input/index.d.ts +6 -0
  32. package/dist/types/components/fpop-choice/fpop-choice.d.ts +56 -0
  33. package/dist/types/components/fpop-choice/fpop-choice.vue.d.ts +893 -0
  34. package/dist/types/components/fpop-choice/index.d.ts +8 -0
  35. package/dist/types/components/fpop-choice/utils/index.d.ts +19 -0
  36. package/dist/types/components/fquery-list/fquery-list.d.ts +129 -0
  37. package/dist/types/components/fquery-list/fquery-list.vue.d.ts +1352 -0
  38. package/dist/types/components/fquery-list/index.d.ts +7 -0
  39. package/dist/types/components/fradio/constants/index.d.ts +9 -0
  40. package/dist/types/components/fradio/fradio.d.ts +52 -0
  41. package/dist/types/components/fradio/fradio.vue.d.ts +174 -0
  42. package/dist/types/components/fradio/index.d.ts +6 -0
  43. package/dist/types/components/frange/frange.d.ts +48 -0
  44. package/dist/types/components/frange/frange.vue.d.ts +91 -0
  45. package/dist/types/components/frange/index.d.ts +6 -0
  46. package/dist/types/components/fsearch/fsearch.d.ts +79 -0
  47. package/dist/types/components/fsearch/fsearch.vue.d.ts +104 -0
  48. package/dist/types/components/fsearch/index.d.ts +6 -0
  49. package/dist/types/components/fselect/constants/index.d.ts +7 -0
  50. package/dist/types/components/fselect/fselect-option.vue.d.ts +21 -0
  51. package/dist/types/components/fselect/fselect.d.ts +123 -0
  52. package/dist/types/components/fselect/fselect.vue.d.ts +182 -0
  53. package/dist/types/components/fselect/index.d.ts +6 -0
  54. package/dist/types/components/fskeleton/fskeleton.d.ts +19 -0
  55. package/dist/types/components/fskeleton/fskeleton.vue.d.ts +15 -0
  56. package/dist/types/components/fskeleton/index.d.ts +6 -0
  57. package/dist/types/components/fswitch/fswitch.d.ts +10 -0
  58. package/dist/types/components/fswitch/fswitch.vue.d.ts +365 -0
  59. package/dist/types/components/fswitch/index.d.ts +6 -0
  60. package/dist/types/components/ftable/constants/index.d.ts +17 -0
  61. package/dist/types/components/ftable/ftable-cols-set.vue.d.ts +6 -0
  62. package/dist/types/components/ftable/ftable-toolbar.vue.d.ts +55 -0
  63. package/dist/types/components/ftable/ftable.d.ts +335 -0
  64. package/dist/types/components/ftable/ftable.vue.d.ts +335 -0
  65. package/dist/types/components/ftable/index.d.ts +7 -0
  66. package/dist/types/components/ftable/utils/index.d.ts +16 -0
  67. package/dist/types/components/ftext/ftext.d.ts +99 -0
  68. package/dist/types/components/ftext/ftext.vue.d.ts +87 -0
  69. package/dist/types/components/ftext/index.d.ts +6 -0
  70. package/dist/types/components/ftextarea/ftextarea.d.ts +41 -0
  71. package/dist/types/components/ftextarea/ftextarea.vue.d.ts +582 -0
  72. package/dist/types/components/ftextarea/index.d.ts +6 -0
  73. package/dist/types/components/index.d.ts +41 -0
  74. package/dist/types/components.d.ts +34 -0
  75. package/dist/types/constants/fform.d.ts +9 -0
  76. package/dist/types/constants/global.d.ts +11 -0
  77. package/dist/types/index.d.ts +15 -0
  78. package/dist/types/types/global.d.ts +45 -0
  79. package/dist/types/types/index.d.ts +2 -0
  80. package/package.json +55 -0
  81. package/readme.md +3 -0
@@ -0,0 +1,1352 @@
1
+ import { nextTick, PropType } from 'vue';
2
+ import { AnyObject } from '../../../../../../../../src/types';
3
+ import { FTableCol, FTableMethodData } from '../ftable';
4
+
5
+ declare const _default: <TData extends AnyObject<any> = AnyObject<any>, TClos extends AnyObject<any> = TData>(__VLS_props: {
6
+ title?: string | false | undefined;
7
+ simple?: boolean | undefined;
8
+ readonly id?: string | undefined;
9
+ filterCollapseable?: boolean | undefined;
10
+ filterCollapseStatus?: boolean | undefined;
11
+ queryBtnText?: string | undefined;
12
+ queryBtnProps?: import('../fbutton').FButtonProps | undefined;
13
+ onBeforeQuery?: (() => boolean | Promise<boolean>) | undefined;
14
+ resetBtnText?: string | undefined;
15
+ resetBtnProps?: import('../fbutton').FButtonProps | undefined;
16
+ tableData?: FTableMethodData<TData, AnyObject<any>> | undefined;
17
+ autoQuery?: boolean | undefined;
18
+ filterItems?: false | import('../fform').FFormItemType<AnyObject<any>>[] | undefined;
19
+ fFormProps?: import('../fform').FFormProps | undefined;
20
+ tableCols?: FTableCol<TClos, TData>[] | undefined;
21
+ fTableProps?: Omit<import('../ftable').FTableProps, "data" | "noImmediatelyMethodData"> | undefined;
22
+ readonly onQueryClick?: ((...args: any[]) => any) | undefined;
23
+ readonly onResetClick?: ((...args: any[]) => any) | undefined;
24
+ readonly "onUpdate:filterCollapseStatus"?: ((...args: any[]) => any) | undefined;
25
+ readonly onFilterCollapseChange?: ((...args: any[]) => any) | undefined;
26
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
27
+ attrs: any;
28
+ slots: Partial<Record<`filter_${string}`, (_: any) => any>> & Partial<Record<`filter_${string}`, (_: any) => any>> & Partial<Record<`table_${string}`, (_: {
29
+ record: TData;
30
+ column: FTableCol<TClos, TData>;
31
+ rowIndex: number;
32
+ }) => any>> & {
33
+ title?(_: {}): any;
34
+ "filter-prepend"?(_: {}): any;
35
+ "table-prepend"?(_: {}): any;
36
+ };
37
+ emit: (event: "queryClick" | "resetClick" | "update:filterCollapseStatus" | "filterCollapseChange", ...args: any[]) => void;
38
+ } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{
39
+ /**
40
+ * 手动触发查询(保留筛选项中的所有值)
41
+ */
42
+ query: () => Promise<void>;
43
+ /**
44
+ * FForm 实例(可调用组件内部方法)
45
+ * */
46
+ filterIns: import('vue').Ref<({
47
+ $: import('vue').ComponentInternalInstance;
48
+ $data: {};
49
+ $props: Partial<{
50
+ data: Record<string, any>;
51
+ defaultData: Record<string, any>;
52
+ gridProps: import('@arco-design/web-vue').GridProps & {
53
+ style?: import('vue').CSSProperties | undefined;
54
+ class?: string | object | string[] | undefined;
55
+ };
56
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
57
+ labelWidth: string | number;
58
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
59
+ }> & Omit<{
60
+ readonly data: Record<string, any>;
61
+ readonly defaultData: Record<string, any>;
62
+ readonly gridProps: import('@arco-design/web-vue').GridProps & {
63
+ style?: import('vue').CSSProperties | undefined;
64
+ class?: string | object | string[] | undefined;
65
+ };
66
+ readonly itemSpan: number | import('@arco-design/web-vue').GridItemProps;
67
+ readonly labelWidth: string | number;
68
+ readonly items: import('../fform').FFormItemType<AnyObject<any>>[];
69
+ readonly contentClass?: string | unknown[] | import('vue').CSSProperties | undefined;
70
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items">;
71
+ $attrs: {
72
+ [x: string]: unknown;
73
+ };
74
+ $refs: {
75
+ [x: string]: unknown;
76
+ };
77
+ $slots: Readonly<{
78
+ [name: string]: import('vue').Slot<any> | undefined;
79
+ }>;
80
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
81
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
82
+ $host: Element | null;
83
+ $emit: (event: string, ...args: any[]) => void;
84
+ $el: any;
85
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
86
+ contentClass: {
87
+ type: PropType<string | unknown[] | import('vue').CSSProperties>;
88
+ };
89
+ data: {
90
+ type: ObjectConstructor;
91
+ default: null;
92
+ };
93
+ defaultData: {
94
+ type: ObjectConstructor;
95
+ default: null;
96
+ };
97
+ gridProps: {
98
+ type: PropType<import('@arco-design/web-vue').GridProps & {
99
+ style?: import('vue').CSSProperties | undefined;
100
+ class?: string | object | string[] | undefined;
101
+ }>;
102
+ default: () => {};
103
+ };
104
+ itemSpan: {
105
+ type: PropType<number | import('@arco-design/web-vue').GridItemProps>;
106
+ default: () => {
107
+ span: {
108
+ xxl: number;
109
+ xl: number;
110
+ lg: number;
111
+ md: number;
112
+ sm: number;
113
+ xs: number;
114
+ };
115
+ };
116
+ };
117
+ labelWidth: {
118
+ type: PropType<string | number>;
119
+ default: string;
120
+ };
121
+ items: {
122
+ type: PropType<import('../fform').FFormItemType<AnyObject<any>>[]>;
123
+ default: () => never[];
124
+ required: boolean;
125
+ };
126
+ }>> & Readonly<{}>, {
127
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
128
+ setFieldValue: (field: string, value: any) => void;
129
+ ins: import('vue').Ref<any, any>;
130
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
131
+ data: Record<string, any>;
132
+ defaultData: Record<string, any>;
133
+ gridProps: import('@arco-design/web-vue').GridProps & {
134
+ style?: import('vue').CSSProperties | undefined;
135
+ class?: string | object | string[] | undefined;
136
+ };
137
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
138
+ labelWidth: string | number;
139
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
140
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
141
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
142
+ created?: ((() => void) | (() => void)[]) | undefined;
143
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
144
+ mounted?: ((() => void) | (() => void)[]) | undefined;
145
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
146
+ updated?: ((() => void) | (() => void)[]) | undefined;
147
+ activated?: ((() => void) | (() => void)[]) | undefined;
148
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
149
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
150
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
151
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
152
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
153
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
154
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
155
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
156
+ };
157
+ $forceUpdate: () => void;
158
+ $nextTick: typeof nextTick;
159
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
160
+ } & Readonly<{
161
+ data: Record<string, any>;
162
+ defaultData: Record<string, any>;
163
+ gridProps: import('@arco-design/web-vue').GridProps & {
164
+ style?: import('vue').CSSProperties | undefined;
165
+ class?: string | object | string[] | undefined;
166
+ };
167
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
168
+ labelWidth: string | number;
169
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
170
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
171
+ contentClass: {
172
+ type: PropType<string | unknown[] | import('vue').CSSProperties>;
173
+ };
174
+ data: {
175
+ type: ObjectConstructor;
176
+ default: null;
177
+ };
178
+ defaultData: {
179
+ type: ObjectConstructor;
180
+ default: null;
181
+ };
182
+ gridProps: {
183
+ type: PropType<import('@arco-design/web-vue').GridProps & {
184
+ style?: import('vue').CSSProperties | undefined;
185
+ class?: string | object | string[] | undefined;
186
+ }>;
187
+ default: () => {};
188
+ };
189
+ itemSpan: {
190
+ type: PropType<number | import('@arco-design/web-vue').GridItemProps>;
191
+ default: () => {
192
+ span: {
193
+ xxl: number;
194
+ xl: number;
195
+ lg: number;
196
+ md: number;
197
+ sm: number;
198
+ xs: number;
199
+ };
200
+ };
201
+ };
202
+ labelWidth: {
203
+ type: PropType<string | number>;
204
+ default: string;
205
+ };
206
+ items: {
207
+ type: PropType<import('../fform').FFormItemType<AnyObject<any>>[]>;
208
+ default: () => never[];
209
+ required: boolean;
210
+ };
211
+ }>> & Readonly<{}>, "ins" | "setFieldValue" | ("data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items")> & import('vue').ShallowUnwrapRef<{
212
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
213
+ setFieldValue: (field: string, value: any) => void;
214
+ ins: import('vue').Ref<any, any>;
215
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
216
+ $slots: Partial<Record<NonNullable<`item-undefined_${string}` | `item-${string}_${string}`>, (_: any) => any>> & {
217
+ prepend?(_: {
218
+ data: Record<string, any>;
219
+ }): any;
220
+ append?(_: {
221
+ data: Record<string, any>;
222
+ }): any;
223
+ };
224
+ }) | undefined, ({
225
+ $: import('vue').ComponentInternalInstance;
226
+ $data: {};
227
+ $props: Partial<{
228
+ data: Record<string, any>;
229
+ defaultData: Record<string, any>;
230
+ gridProps: import('@arco-design/web-vue').GridProps & {
231
+ style?: import('vue').CSSProperties | undefined;
232
+ class?: string | object | string[] | undefined;
233
+ };
234
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
235
+ labelWidth: string | number;
236
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
237
+ }> & Omit<{
238
+ readonly data: Record<string, any>;
239
+ readonly defaultData: Record<string, any>;
240
+ readonly gridProps: import('@arco-design/web-vue').GridProps & {
241
+ style?: import('vue').CSSProperties | undefined;
242
+ class?: string | object | string[] | undefined;
243
+ };
244
+ readonly itemSpan: number | import('@arco-design/web-vue').GridItemProps;
245
+ readonly labelWidth: string | number;
246
+ readonly items: import('../fform').FFormItemType<AnyObject<any>>[];
247
+ readonly contentClass?: string | unknown[] | import('vue').CSSProperties | undefined;
248
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items">;
249
+ $attrs: {
250
+ [x: string]: unknown;
251
+ };
252
+ $refs: {
253
+ [x: string]: unknown;
254
+ };
255
+ $slots: Readonly<{
256
+ [name: string]: import('vue').Slot<any> | undefined;
257
+ }>;
258
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
259
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
260
+ $host: Element | null;
261
+ $emit: (event: string, ...args: any[]) => void;
262
+ $el: any;
263
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
264
+ contentClass: {
265
+ type: PropType<string | unknown[] | import('vue').CSSProperties>;
266
+ };
267
+ data: {
268
+ type: ObjectConstructor;
269
+ default: null;
270
+ };
271
+ defaultData: {
272
+ type: ObjectConstructor;
273
+ default: null;
274
+ };
275
+ gridProps: {
276
+ type: PropType<import('@arco-design/web-vue').GridProps & {
277
+ style?: import('vue').CSSProperties | undefined;
278
+ class?: string | object | string[] | undefined;
279
+ }>;
280
+ default: () => {};
281
+ };
282
+ itemSpan: {
283
+ type: PropType<number | import('@arco-design/web-vue').GridItemProps>;
284
+ default: () => {
285
+ span: {
286
+ xxl: number;
287
+ xl: number;
288
+ lg: number;
289
+ md: number;
290
+ sm: number;
291
+ xs: number;
292
+ };
293
+ };
294
+ };
295
+ labelWidth: {
296
+ type: PropType<string | number>;
297
+ default: string;
298
+ };
299
+ items: {
300
+ type: PropType<import('../fform').FFormItemType<AnyObject<any>>[]>;
301
+ default: () => never[];
302
+ required: boolean;
303
+ };
304
+ }>> & Readonly<{}>, {
305
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
306
+ setFieldValue: (field: string, value: any) => void;
307
+ ins: import('vue').Ref<any, any>;
308
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
309
+ data: Record<string, any>;
310
+ defaultData: Record<string, any>;
311
+ gridProps: import('@arco-design/web-vue').GridProps & {
312
+ style?: import('vue').CSSProperties | undefined;
313
+ class?: string | object | string[] | undefined;
314
+ };
315
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
316
+ labelWidth: string | number;
317
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
318
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
319
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
320
+ created?: ((() => void) | (() => void)[]) | undefined;
321
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
322
+ mounted?: ((() => void) | (() => void)[]) | undefined;
323
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
324
+ updated?: ((() => void) | (() => void)[]) | undefined;
325
+ activated?: ((() => void) | (() => void)[]) | undefined;
326
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
327
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
328
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
329
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
330
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
331
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
332
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
333
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
334
+ };
335
+ $forceUpdate: () => void;
336
+ $nextTick: typeof nextTick;
337
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
338
+ } & Readonly<{
339
+ data: Record<string, any>;
340
+ defaultData: Record<string, any>;
341
+ gridProps: import('@arco-design/web-vue').GridProps & {
342
+ style?: import('vue').CSSProperties | undefined;
343
+ class?: string | object | string[] | undefined;
344
+ };
345
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
346
+ labelWidth: string | number;
347
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
348
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
349
+ contentClass: {
350
+ type: PropType<string | unknown[] | import('vue').CSSProperties>;
351
+ };
352
+ data: {
353
+ type: ObjectConstructor;
354
+ default: null;
355
+ };
356
+ defaultData: {
357
+ type: ObjectConstructor;
358
+ default: null;
359
+ };
360
+ gridProps: {
361
+ type: PropType<import('@arco-design/web-vue').GridProps & {
362
+ style?: import('vue').CSSProperties | undefined;
363
+ class?: string | object | string[] | undefined;
364
+ }>;
365
+ default: () => {};
366
+ };
367
+ itemSpan: {
368
+ type: PropType<number | import('@arco-design/web-vue').GridItemProps>;
369
+ default: () => {
370
+ span: {
371
+ xxl: number;
372
+ xl: number;
373
+ lg: number;
374
+ md: number;
375
+ sm: number;
376
+ xs: number;
377
+ };
378
+ };
379
+ };
380
+ labelWidth: {
381
+ type: PropType<string | number>;
382
+ default: string;
383
+ };
384
+ items: {
385
+ type: PropType<import('../fform').FFormItemType<AnyObject<any>>[]>;
386
+ default: () => never[];
387
+ required: boolean;
388
+ };
389
+ }>> & Readonly<{}>, "ins" | "setFieldValue" | ("data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items")> & import('vue').ShallowUnwrapRef<{
390
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
391
+ setFieldValue: (field: string, value: any) => void;
392
+ ins: import('vue').Ref<any, any>;
393
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
394
+ $slots: Partial<Record<NonNullable<`item-undefined_${string}` | `item-${string}_${string}`>, (_: any) => any>> & {
395
+ prepend?(_: {
396
+ data: Record<string, any>;
397
+ }): any;
398
+ append?(_: {
399
+ data: Record<string, any>;
400
+ }): any;
401
+ };
402
+ }) | undefined>;
403
+ /**
404
+ * FTable 实例(可调用组件内部方法)
405
+ * */
406
+ tableIns: import('vue').Ref<import('vue').ShallowUnwrapRef<{
407
+ dataTotal: import('vue').Ref<number, number> | import('vue').ComputedRef<number>;
408
+ pageData: false | {
409
+ size: number;
410
+ index: number;
411
+ };
412
+ currentPageData: import('vue').Ref<any[], any[]>;
413
+ replayMethodData: (params?: AnyObject<any>, firstPage?: boolean) => Promise<void>;
414
+ clearSelected: () => void;
415
+ selectedRowKeys: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
416
+ selectedRows: import('vue').Ref<Record<string | number, any>[], Record<string | number, any>[]>;
417
+ ins: import('vue').Ref<any, any>;
418
+ getExportColumnsWithModal: {
419
+ <T_1 extends "cols" | "dataIndex">(cfg?: ({
420
+ title?: string | undefined;
421
+ openModal?: boolean | undefined;
422
+ returnType?: "cols" | "dataIndex" | undefined;
423
+ } & {
424
+ returnType: T_1;
425
+ }) | undefined): Promise<T_1 extends "dataIndex" ? string[] : FTableCol<AnyObject<any>, AnyObject<any>>[]>;
426
+ (callback: (cols: string[]) => void, title?: string | undefined, openModal?: boolean | undefined): Promise<string[]>;
427
+ };
428
+ }> | undefined, import('vue').ShallowUnwrapRef<{
429
+ dataTotal: import('vue').Ref<number, number> | import('vue').ComputedRef<number>;
430
+ pageData: false | {
431
+ size: number;
432
+ index: number;
433
+ };
434
+ currentPageData: import('vue').Ref<any[], any[]>;
435
+ replayMethodData: (params?: AnyObject<any>, firstPage?: boolean) => Promise<void>;
436
+ clearSelected: () => void;
437
+ selectedRowKeys: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
438
+ selectedRows: import('vue').Ref<Record<string | number, any>[], Record<string | number, any>[]>;
439
+ ins: import('vue').Ref<any, any>;
440
+ getExportColumnsWithModal: {
441
+ <T_1 extends "cols" | "dataIndex">(cfg?: ({
442
+ title?: string | undefined;
443
+ openModal?: boolean | undefined;
444
+ returnType?: "cols" | "dataIndex" | undefined;
445
+ } & {
446
+ returnType: T_1;
447
+ }) | undefined): Promise<T_1 extends "dataIndex" ? string[] : FTableCol<AnyObject<any>, AnyObject<any>>[]>;
448
+ (callback: (cols: string[]) => void, title?: string | undefined, openModal?: boolean | undefined): Promise<string[]>;
449
+ };
450
+ }> | undefined>;
451
+ }>) => void) | undefined, __VLS_setup?: Promise<{
452
+ props: {
453
+ title?: string | false | undefined;
454
+ simple?: boolean | undefined;
455
+ readonly id?: string | undefined;
456
+ filterCollapseable?: boolean | undefined;
457
+ filterCollapseStatus?: boolean | undefined;
458
+ queryBtnText?: string | undefined;
459
+ queryBtnProps?: import('../fbutton').FButtonProps | undefined;
460
+ onBeforeQuery?: (() => boolean | Promise<boolean>) | undefined;
461
+ resetBtnText?: string | undefined;
462
+ resetBtnProps?: import('../fbutton').FButtonProps | undefined;
463
+ tableData?: FTableMethodData<TData, AnyObject<any>> | undefined;
464
+ autoQuery?: boolean | undefined;
465
+ filterItems?: false | import('../fform').FFormItemType<AnyObject<any>>[] | undefined;
466
+ fFormProps?: import('../fform').FFormProps | undefined;
467
+ tableCols?: FTableCol<TClos, TData>[] | undefined;
468
+ fTableProps?: Omit<import('../ftable').FTableProps, "data" | "noImmediatelyMethodData"> | undefined;
469
+ readonly onQueryClick?: ((...args: any[]) => any) | undefined;
470
+ readonly onResetClick?: ((...args: any[]) => any) | undefined;
471
+ readonly "onUpdate:filterCollapseStatus"?: ((...args: any[]) => any) | undefined;
472
+ readonly onFilterCollapseChange?: ((...args: any[]) => any) | undefined;
473
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
474
+ expose(exposed: import('vue').ShallowUnwrapRef<{
475
+ /**
476
+ * 手动触发查询(保留筛选项中的所有值)
477
+ */
478
+ query: () => Promise<void>;
479
+ /**
480
+ * FForm 实例(可调用组件内部方法)
481
+ * */
482
+ filterIns: import('vue').Ref<({
483
+ $: import('vue').ComponentInternalInstance;
484
+ $data: {};
485
+ $props: Partial<{
486
+ data: Record<string, any>;
487
+ defaultData: Record<string, any>;
488
+ gridProps: import('@arco-design/web-vue').GridProps & {
489
+ style?: import('vue').CSSProperties | undefined;
490
+ class?: string | object | string[] | undefined;
491
+ };
492
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
493
+ labelWidth: string | number;
494
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
495
+ }> & Omit<{
496
+ readonly data: Record<string, any>;
497
+ readonly defaultData: Record<string, any>;
498
+ readonly gridProps: import('@arco-design/web-vue').GridProps & {
499
+ style?: import('vue').CSSProperties | undefined;
500
+ class?: string | object | string[] | undefined;
501
+ };
502
+ readonly itemSpan: number | import('@arco-design/web-vue').GridItemProps;
503
+ readonly labelWidth: string | number;
504
+ readonly items: import('../fform').FFormItemType<AnyObject<any>>[];
505
+ readonly contentClass?: string | unknown[] | import('vue').CSSProperties | undefined;
506
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items">;
507
+ $attrs: {
508
+ [x: string]: unknown;
509
+ };
510
+ $refs: {
511
+ [x: string]: unknown;
512
+ };
513
+ $slots: Readonly<{
514
+ [name: string]: import('vue').Slot<any> | undefined;
515
+ }>;
516
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
517
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
518
+ $host: Element | null;
519
+ $emit: (event: string, ...args: any[]) => void;
520
+ $el: any;
521
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
522
+ contentClass: {
523
+ type: PropType<string | unknown[] | import('vue').CSSProperties>;
524
+ };
525
+ data: {
526
+ type: ObjectConstructor;
527
+ default: null;
528
+ };
529
+ defaultData: {
530
+ type: ObjectConstructor;
531
+ default: null;
532
+ };
533
+ gridProps: {
534
+ type: PropType<import('@arco-design/web-vue').GridProps & {
535
+ style?: import('vue').CSSProperties | undefined;
536
+ class?: string | object | string[] | undefined;
537
+ }>;
538
+ default: () => {};
539
+ };
540
+ itemSpan: {
541
+ type: PropType<number | import('@arco-design/web-vue').GridItemProps>;
542
+ default: () => {
543
+ span: {
544
+ xxl: number;
545
+ xl: number;
546
+ lg: number;
547
+ md: number;
548
+ sm: number;
549
+ xs: number;
550
+ };
551
+ };
552
+ };
553
+ labelWidth: {
554
+ type: PropType<string | number>;
555
+ default: string;
556
+ };
557
+ items: {
558
+ type: PropType<import('../fform').FFormItemType<AnyObject<any>>[]>;
559
+ default: () => never[];
560
+ required: boolean;
561
+ };
562
+ }>> & Readonly<{}>, {
563
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
564
+ setFieldValue: (field: string, value: any) => void;
565
+ ins: import('vue').Ref<any, any>;
566
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
567
+ data: Record<string, any>;
568
+ defaultData: Record<string, any>;
569
+ gridProps: import('@arco-design/web-vue').GridProps & {
570
+ style?: import('vue').CSSProperties | undefined;
571
+ class?: string | object | string[] | undefined;
572
+ };
573
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
574
+ labelWidth: string | number;
575
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
576
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
577
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
578
+ created?: ((() => void) | (() => void)[]) | undefined;
579
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
580
+ mounted?: ((() => void) | (() => void)[]) | undefined;
581
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
582
+ updated?: ((() => void) | (() => void)[]) | undefined;
583
+ activated?: ((() => void) | (() => void)[]) | undefined;
584
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
585
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
586
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
587
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
588
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
589
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
590
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
591
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
592
+ };
593
+ $forceUpdate: () => void;
594
+ $nextTick: typeof nextTick;
595
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
596
+ } & Readonly<{
597
+ data: Record<string, any>;
598
+ defaultData: Record<string, any>;
599
+ gridProps: import('@arco-design/web-vue').GridProps & {
600
+ style?: import('vue').CSSProperties | undefined;
601
+ class?: string | object | string[] | undefined;
602
+ };
603
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
604
+ labelWidth: string | number;
605
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
606
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
607
+ contentClass: {
608
+ type: PropType<string | unknown[] | import('vue').CSSProperties>;
609
+ };
610
+ data: {
611
+ type: ObjectConstructor;
612
+ default: null;
613
+ };
614
+ defaultData: {
615
+ type: ObjectConstructor;
616
+ default: null;
617
+ };
618
+ gridProps: {
619
+ type: PropType<import('@arco-design/web-vue').GridProps & {
620
+ style?: import('vue').CSSProperties | undefined;
621
+ class?: string | object | string[] | undefined;
622
+ }>;
623
+ default: () => {};
624
+ };
625
+ itemSpan: {
626
+ type: PropType<number | import('@arco-design/web-vue').GridItemProps>;
627
+ default: () => {
628
+ span: {
629
+ xxl: number;
630
+ xl: number;
631
+ lg: number;
632
+ md: number;
633
+ sm: number;
634
+ xs: number;
635
+ };
636
+ };
637
+ };
638
+ labelWidth: {
639
+ type: PropType<string | number>;
640
+ default: string;
641
+ };
642
+ items: {
643
+ type: PropType<import('../fform').FFormItemType<AnyObject<any>>[]>;
644
+ default: () => never[];
645
+ required: boolean;
646
+ };
647
+ }>> & Readonly<{}>, "ins" | "setFieldValue" | ("data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items")> & import('vue').ShallowUnwrapRef<{
648
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
649
+ setFieldValue: (field: string, value: any) => void;
650
+ ins: import('vue').Ref<any, any>;
651
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
652
+ $slots: Partial<Record<NonNullable<`item-undefined_${string}` | `item-${string}_${string}`>, (_: any) => any>> & {
653
+ prepend?(_: {
654
+ data: Record<string, any>;
655
+ }): any;
656
+ append?(_: {
657
+ data: Record<string, any>;
658
+ }): any;
659
+ };
660
+ }) | undefined, ({
661
+ $: import('vue').ComponentInternalInstance;
662
+ $data: {};
663
+ $props: Partial<{
664
+ data: Record<string, any>;
665
+ defaultData: Record<string, any>;
666
+ gridProps: import('@arco-design/web-vue').GridProps & {
667
+ style?: import('vue').CSSProperties | undefined;
668
+ class?: string | object | string[] | undefined;
669
+ };
670
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
671
+ labelWidth: string | number;
672
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
673
+ }> & Omit<{
674
+ readonly data: Record<string, any>;
675
+ readonly defaultData: Record<string, any>;
676
+ readonly gridProps: import('@arco-design/web-vue').GridProps & {
677
+ style?: import('vue').CSSProperties | undefined;
678
+ class?: string | object | string[] | undefined;
679
+ };
680
+ readonly itemSpan: number | import('@arco-design/web-vue').GridItemProps;
681
+ readonly labelWidth: string | number;
682
+ readonly items: import('../fform').FFormItemType<AnyObject<any>>[];
683
+ readonly contentClass?: string | unknown[] | import('vue').CSSProperties | undefined;
684
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items">;
685
+ $attrs: {
686
+ [x: string]: unknown;
687
+ };
688
+ $refs: {
689
+ [x: string]: unknown;
690
+ };
691
+ $slots: Readonly<{
692
+ [name: string]: import('vue').Slot<any> | undefined;
693
+ }>;
694
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
695
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
696
+ $host: Element | null;
697
+ $emit: (event: string, ...args: any[]) => void;
698
+ $el: any;
699
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
700
+ contentClass: {
701
+ type: PropType<string | unknown[] | import('vue').CSSProperties>;
702
+ };
703
+ data: {
704
+ type: ObjectConstructor;
705
+ default: null;
706
+ };
707
+ defaultData: {
708
+ type: ObjectConstructor;
709
+ default: null;
710
+ };
711
+ gridProps: {
712
+ type: PropType<import('@arco-design/web-vue').GridProps & {
713
+ style?: import('vue').CSSProperties | undefined;
714
+ class?: string | object | string[] | undefined;
715
+ }>;
716
+ default: () => {};
717
+ };
718
+ itemSpan: {
719
+ type: PropType<number | import('@arco-design/web-vue').GridItemProps>;
720
+ default: () => {
721
+ span: {
722
+ xxl: number;
723
+ xl: number;
724
+ lg: number;
725
+ md: number;
726
+ sm: number;
727
+ xs: number;
728
+ };
729
+ };
730
+ };
731
+ labelWidth: {
732
+ type: PropType<string | number>;
733
+ default: string;
734
+ };
735
+ items: {
736
+ type: PropType<import('../fform').FFormItemType<AnyObject<any>>[]>;
737
+ default: () => never[];
738
+ required: boolean;
739
+ };
740
+ }>> & Readonly<{}>, {
741
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
742
+ setFieldValue: (field: string, value: any) => void;
743
+ ins: import('vue').Ref<any, any>;
744
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
745
+ data: Record<string, any>;
746
+ defaultData: Record<string, any>;
747
+ gridProps: import('@arco-design/web-vue').GridProps & {
748
+ style?: import('vue').CSSProperties | undefined;
749
+ class?: string | object | string[] | undefined;
750
+ };
751
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
752
+ labelWidth: string | number;
753
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
754
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
755
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
756
+ created?: ((() => void) | (() => void)[]) | undefined;
757
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
758
+ mounted?: ((() => void) | (() => void)[]) | undefined;
759
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
760
+ updated?: ((() => void) | (() => void)[]) | undefined;
761
+ activated?: ((() => void) | (() => void)[]) | undefined;
762
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
763
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
764
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
765
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
766
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
767
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
768
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
769
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
770
+ };
771
+ $forceUpdate: () => void;
772
+ $nextTick: typeof nextTick;
773
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
774
+ } & Readonly<{
775
+ data: Record<string, any>;
776
+ defaultData: Record<string, any>;
777
+ gridProps: import('@arco-design/web-vue').GridProps & {
778
+ style?: import('vue').CSSProperties | undefined;
779
+ class?: string | object | string[] | undefined;
780
+ };
781
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
782
+ labelWidth: string | number;
783
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
784
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
785
+ contentClass: {
786
+ type: PropType<string | unknown[] | import('vue').CSSProperties>;
787
+ };
788
+ data: {
789
+ type: ObjectConstructor;
790
+ default: null;
791
+ };
792
+ defaultData: {
793
+ type: ObjectConstructor;
794
+ default: null;
795
+ };
796
+ gridProps: {
797
+ type: PropType<import('@arco-design/web-vue').GridProps & {
798
+ style?: import('vue').CSSProperties | undefined;
799
+ class?: string | object | string[] | undefined;
800
+ }>;
801
+ default: () => {};
802
+ };
803
+ itemSpan: {
804
+ type: PropType<number | import('@arco-design/web-vue').GridItemProps>;
805
+ default: () => {
806
+ span: {
807
+ xxl: number;
808
+ xl: number;
809
+ lg: number;
810
+ md: number;
811
+ sm: number;
812
+ xs: number;
813
+ };
814
+ };
815
+ };
816
+ labelWidth: {
817
+ type: PropType<string | number>;
818
+ default: string;
819
+ };
820
+ items: {
821
+ type: PropType<import('../fform').FFormItemType<AnyObject<any>>[]>;
822
+ default: () => never[];
823
+ required: boolean;
824
+ };
825
+ }>> & Readonly<{}>, "ins" | "setFieldValue" | ("data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items")> & import('vue').ShallowUnwrapRef<{
826
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
827
+ setFieldValue: (field: string, value: any) => void;
828
+ ins: import('vue').Ref<any, any>;
829
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
830
+ $slots: Partial<Record<NonNullable<`item-undefined_${string}` | `item-${string}_${string}`>, (_: any) => any>> & {
831
+ prepend?(_: {
832
+ data: Record<string, any>;
833
+ }): any;
834
+ append?(_: {
835
+ data: Record<string, any>;
836
+ }): any;
837
+ };
838
+ }) | undefined>;
839
+ /**
840
+ * FTable 实例(可调用组件内部方法)
841
+ * */
842
+ tableIns: import('vue').Ref<import('vue').ShallowUnwrapRef<{
843
+ dataTotal: import('vue').Ref<number, number> | import('vue').ComputedRef<number>;
844
+ pageData: false | {
845
+ size: number;
846
+ index: number;
847
+ };
848
+ currentPageData: import('vue').Ref<any[], any[]>;
849
+ replayMethodData: (params?: AnyObject<any>, firstPage?: boolean) => Promise<void>;
850
+ clearSelected: () => void;
851
+ selectedRowKeys: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
852
+ selectedRows: import('vue').Ref<Record<string | number, any>[], Record<string | number, any>[]>;
853
+ ins: import('vue').Ref<any, any>;
854
+ getExportColumnsWithModal: {
855
+ <T_1 extends "cols" | "dataIndex">(cfg?: ({
856
+ title?: string | undefined;
857
+ openModal?: boolean | undefined;
858
+ returnType?: "cols" | "dataIndex" | undefined;
859
+ } & {
860
+ returnType: T_1;
861
+ }) | undefined): Promise<T_1 extends "dataIndex" ? string[] : FTableCol<AnyObject<any>, AnyObject<any>>[]>;
862
+ (callback: (cols: string[]) => void, title?: string | undefined, openModal?: boolean | undefined): Promise<string[]>;
863
+ };
864
+ }> | undefined, import('vue').ShallowUnwrapRef<{
865
+ dataTotal: import('vue').Ref<number, number> | import('vue').ComputedRef<number>;
866
+ pageData: false | {
867
+ size: number;
868
+ index: number;
869
+ };
870
+ currentPageData: import('vue').Ref<any[], any[]>;
871
+ replayMethodData: (params?: AnyObject<any>, firstPage?: boolean) => Promise<void>;
872
+ clearSelected: () => void;
873
+ selectedRowKeys: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
874
+ selectedRows: import('vue').Ref<Record<string | number, any>[], Record<string | number, any>[]>;
875
+ ins: import('vue').Ref<any, any>;
876
+ getExportColumnsWithModal: {
877
+ <T_1 extends "cols" | "dataIndex">(cfg?: ({
878
+ title?: string | undefined;
879
+ openModal?: boolean | undefined;
880
+ returnType?: "cols" | "dataIndex" | undefined;
881
+ } & {
882
+ returnType: T_1;
883
+ }) | undefined): Promise<T_1 extends "dataIndex" ? string[] : FTableCol<AnyObject<any>, AnyObject<any>>[]>;
884
+ (callback: (cols: string[]) => void, title?: string | undefined, openModal?: boolean | undefined): Promise<string[]>;
885
+ };
886
+ }> | undefined>;
887
+ }>): void;
888
+ attrs: any;
889
+ slots: Partial<Record<`filter_${string}`, (_: any) => any>> & Partial<Record<`filter_${string}`, (_: any) => any>> & Partial<Record<`table_${string}`, (_: {
890
+ record: TData;
891
+ column: FTableCol<TClos, TData>;
892
+ rowIndex: number;
893
+ }) => any>> & {
894
+ title?(_: {}): any;
895
+ "filter-prepend"?(_: {}): any;
896
+ "table-prepend"?(_: {}): any;
897
+ };
898
+ emit: (event: "queryClick" | "resetClick" | "update:filterCollapseStatus" | "filterCollapseChange", ...args: any[]) => void;
899
+ }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
900
+ [key: string]: any;
901
+ }> & {
902
+ __ctx?: {
903
+ props: {
904
+ title?: string | false | undefined;
905
+ simple?: boolean | undefined;
906
+ readonly id?: string | undefined;
907
+ filterCollapseable?: boolean | undefined;
908
+ filterCollapseStatus?: boolean | undefined;
909
+ queryBtnText?: string | undefined;
910
+ queryBtnProps?: import('../fbutton').FButtonProps | undefined;
911
+ onBeforeQuery?: (() => boolean | Promise<boolean>) | undefined;
912
+ resetBtnText?: string | undefined;
913
+ resetBtnProps?: import('../fbutton').FButtonProps | undefined;
914
+ tableData?: FTableMethodData<TData, AnyObject<any>> | undefined;
915
+ autoQuery?: boolean | undefined;
916
+ filterItems?: false | import('../fform').FFormItemType<AnyObject<any>>[] | undefined;
917
+ fFormProps?: import('../fform').FFormProps | undefined;
918
+ tableCols?: FTableCol<TClos, TData>[] | undefined;
919
+ fTableProps?: Omit<import('../ftable').FTableProps, "data" | "noImmediatelyMethodData"> | undefined;
920
+ readonly onQueryClick?: ((...args: any[]) => any) | undefined;
921
+ readonly onResetClick?: ((...args: any[]) => any) | undefined;
922
+ readonly "onUpdate:filterCollapseStatus"?: ((...args: any[]) => any) | undefined;
923
+ readonly onFilterCollapseChange?: ((...args: any[]) => any) | undefined;
924
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
925
+ expose(exposed: import('vue').ShallowUnwrapRef<{
926
+ /**
927
+ * 手动触发查询(保留筛选项中的所有值)
928
+ */
929
+ query: () => Promise<void>;
930
+ /**
931
+ * FForm 实例(可调用组件内部方法)
932
+ * */
933
+ filterIns: import('vue').Ref<({
934
+ $: import('vue').ComponentInternalInstance;
935
+ $data: {};
936
+ $props: Partial<{
937
+ data: Record<string, any>;
938
+ defaultData: Record<string, any>;
939
+ gridProps: import('@arco-design/web-vue').GridProps & {
940
+ style?: import('vue').CSSProperties | undefined;
941
+ class?: string | object | string[] | undefined;
942
+ };
943
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
944
+ labelWidth: string | number;
945
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
946
+ }> & Omit<{
947
+ readonly data: Record<string, any>;
948
+ readonly defaultData: Record<string, any>;
949
+ readonly gridProps: import('@arco-design/web-vue').GridProps & {
950
+ style?: import('vue').CSSProperties | undefined;
951
+ class?: string | object | string[] | undefined;
952
+ };
953
+ readonly itemSpan: number | import('@arco-design/web-vue').GridItemProps;
954
+ readonly labelWidth: string | number;
955
+ readonly items: import('../fform').FFormItemType<AnyObject<any>>[];
956
+ readonly contentClass?: string | unknown[] | import('vue').CSSProperties | undefined;
957
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items">;
958
+ $attrs: {
959
+ [x: string]: unknown;
960
+ };
961
+ $refs: {
962
+ [x: string]: unknown;
963
+ };
964
+ $slots: Readonly<{
965
+ [name: string]: import('vue').Slot<any> | undefined;
966
+ }>;
967
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
968
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
969
+ $host: Element | null;
970
+ $emit: (event: string, ...args: any[]) => void;
971
+ $el: any;
972
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
973
+ contentClass: {
974
+ type: PropType<string | unknown[] | import('vue').CSSProperties>;
975
+ };
976
+ data: {
977
+ type: ObjectConstructor;
978
+ default: null;
979
+ };
980
+ defaultData: {
981
+ type: ObjectConstructor;
982
+ default: null;
983
+ };
984
+ gridProps: {
985
+ type: PropType<import('@arco-design/web-vue').GridProps & {
986
+ style?: import('vue').CSSProperties | undefined;
987
+ class?: string | object | string[] | undefined;
988
+ }>;
989
+ default: () => {};
990
+ };
991
+ itemSpan: {
992
+ type: PropType<number | import('@arco-design/web-vue').GridItemProps>;
993
+ default: () => {
994
+ span: {
995
+ xxl: number;
996
+ xl: number;
997
+ lg: number;
998
+ md: number;
999
+ sm: number;
1000
+ xs: number;
1001
+ };
1002
+ };
1003
+ };
1004
+ labelWidth: {
1005
+ type: PropType<string | number>;
1006
+ default: string;
1007
+ };
1008
+ items: {
1009
+ type: PropType<import('../fform').FFormItemType<AnyObject<any>>[]>;
1010
+ default: () => never[];
1011
+ required: boolean;
1012
+ };
1013
+ }>> & Readonly<{}>, {
1014
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
1015
+ setFieldValue: (field: string, value: any) => void;
1016
+ ins: import('vue').Ref<any, any>;
1017
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1018
+ data: Record<string, any>;
1019
+ defaultData: Record<string, any>;
1020
+ gridProps: import('@arco-design/web-vue').GridProps & {
1021
+ style?: import('vue').CSSProperties | undefined;
1022
+ class?: string | object | string[] | undefined;
1023
+ };
1024
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
1025
+ labelWidth: string | number;
1026
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
1027
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1028
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1029
+ created?: ((() => void) | (() => void)[]) | undefined;
1030
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1031
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1032
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1033
+ updated?: ((() => void) | (() => void)[]) | undefined;
1034
+ activated?: ((() => void) | (() => void)[]) | undefined;
1035
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1036
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1037
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1038
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1039
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1040
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
1041
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
1042
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
1043
+ };
1044
+ $forceUpdate: () => void;
1045
+ $nextTick: typeof nextTick;
1046
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
1047
+ } & Readonly<{
1048
+ data: Record<string, any>;
1049
+ defaultData: Record<string, any>;
1050
+ gridProps: import('@arco-design/web-vue').GridProps & {
1051
+ style?: import('vue').CSSProperties | undefined;
1052
+ class?: string | object | string[] | undefined;
1053
+ };
1054
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
1055
+ labelWidth: string | number;
1056
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
1057
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
1058
+ contentClass: {
1059
+ type: PropType<string | unknown[] | import('vue').CSSProperties>;
1060
+ };
1061
+ data: {
1062
+ type: ObjectConstructor;
1063
+ default: null;
1064
+ };
1065
+ defaultData: {
1066
+ type: ObjectConstructor;
1067
+ default: null;
1068
+ };
1069
+ gridProps: {
1070
+ type: PropType<import('@arco-design/web-vue').GridProps & {
1071
+ style?: import('vue').CSSProperties | undefined;
1072
+ class?: string | object | string[] | undefined;
1073
+ }>;
1074
+ default: () => {};
1075
+ };
1076
+ itemSpan: {
1077
+ type: PropType<number | import('@arco-design/web-vue').GridItemProps>;
1078
+ default: () => {
1079
+ span: {
1080
+ xxl: number;
1081
+ xl: number;
1082
+ lg: number;
1083
+ md: number;
1084
+ sm: number;
1085
+ xs: number;
1086
+ };
1087
+ };
1088
+ };
1089
+ labelWidth: {
1090
+ type: PropType<string | number>;
1091
+ default: string;
1092
+ };
1093
+ items: {
1094
+ type: PropType<import('../fform').FFormItemType<AnyObject<any>>[]>;
1095
+ default: () => never[];
1096
+ required: boolean;
1097
+ };
1098
+ }>> & Readonly<{}>, "ins" | "setFieldValue" | ("data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items")> & import('vue').ShallowUnwrapRef<{
1099
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
1100
+ setFieldValue: (field: string, value: any) => void;
1101
+ ins: import('vue').Ref<any, any>;
1102
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1103
+ $slots: Partial<Record<NonNullable<`item-undefined_${string}` | `item-${string}_${string}`>, (_: any) => any>> & {
1104
+ prepend?(_: {
1105
+ data: Record<string, any>;
1106
+ }): any;
1107
+ append?(_: {
1108
+ data: Record<string, any>;
1109
+ }): any;
1110
+ };
1111
+ }) | undefined, ({
1112
+ $: import('vue').ComponentInternalInstance;
1113
+ $data: {};
1114
+ $props: Partial<{
1115
+ data: Record<string, any>;
1116
+ defaultData: Record<string, any>;
1117
+ gridProps: import('@arco-design/web-vue').GridProps & {
1118
+ style?: import('vue').CSSProperties | undefined;
1119
+ class?: string | object | string[] | undefined;
1120
+ };
1121
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
1122
+ labelWidth: string | number;
1123
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
1124
+ }> & Omit<{
1125
+ readonly data: Record<string, any>;
1126
+ readonly defaultData: Record<string, any>;
1127
+ readonly gridProps: import('@arco-design/web-vue').GridProps & {
1128
+ style?: import('vue').CSSProperties | undefined;
1129
+ class?: string | object | string[] | undefined;
1130
+ };
1131
+ readonly itemSpan: number | import('@arco-design/web-vue').GridItemProps;
1132
+ readonly labelWidth: string | number;
1133
+ readonly items: import('../fform').FFormItemType<AnyObject<any>>[];
1134
+ readonly contentClass?: string | unknown[] | import('vue').CSSProperties | undefined;
1135
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items">;
1136
+ $attrs: {
1137
+ [x: string]: unknown;
1138
+ };
1139
+ $refs: {
1140
+ [x: string]: unknown;
1141
+ };
1142
+ $slots: Readonly<{
1143
+ [name: string]: import('vue').Slot<any> | undefined;
1144
+ }>;
1145
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1146
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1147
+ $host: Element | null;
1148
+ $emit: (event: string, ...args: any[]) => void;
1149
+ $el: any;
1150
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1151
+ contentClass: {
1152
+ type: PropType<string | unknown[] | import('vue').CSSProperties>;
1153
+ };
1154
+ data: {
1155
+ type: ObjectConstructor;
1156
+ default: null;
1157
+ };
1158
+ defaultData: {
1159
+ type: ObjectConstructor;
1160
+ default: null;
1161
+ };
1162
+ gridProps: {
1163
+ type: PropType<import('@arco-design/web-vue').GridProps & {
1164
+ style?: import('vue').CSSProperties | undefined;
1165
+ class?: string | object | string[] | undefined;
1166
+ }>;
1167
+ default: () => {};
1168
+ };
1169
+ itemSpan: {
1170
+ type: PropType<number | import('@arco-design/web-vue').GridItemProps>;
1171
+ default: () => {
1172
+ span: {
1173
+ xxl: number;
1174
+ xl: number;
1175
+ lg: number;
1176
+ md: number;
1177
+ sm: number;
1178
+ xs: number;
1179
+ };
1180
+ };
1181
+ };
1182
+ labelWidth: {
1183
+ type: PropType<string | number>;
1184
+ default: string;
1185
+ };
1186
+ items: {
1187
+ type: PropType<import('../fform').FFormItemType<AnyObject<any>>[]>;
1188
+ default: () => never[];
1189
+ required: boolean;
1190
+ };
1191
+ }>> & Readonly<{}>, {
1192
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
1193
+ setFieldValue: (field: string, value: any) => void;
1194
+ ins: import('vue').Ref<any, any>;
1195
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1196
+ data: Record<string, any>;
1197
+ defaultData: Record<string, any>;
1198
+ gridProps: import('@arco-design/web-vue').GridProps & {
1199
+ style?: import('vue').CSSProperties | undefined;
1200
+ class?: string | object | string[] | undefined;
1201
+ };
1202
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
1203
+ labelWidth: string | number;
1204
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
1205
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1206
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1207
+ created?: ((() => void) | (() => void)[]) | undefined;
1208
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1209
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1210
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1211
+ updated?: ((() => void) | (() => void)[]) | undefined;
1212
+ activated?: ((() => void) | (() => void)[]) | undefined;
1213
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1214
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1215
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1216
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1217
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1218
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
1219
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
1220
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
1221
+ };
1222
+ $forceUpdate: () => void;
1223
+ $nextTick: typeof nextTick;
1224
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
1225
+ } & Readonly<{
1226
+ data: Record<string, any>;
1227
+ defaultData: Record<string, any>;
1228
+ gridProps: import('@arco-design/web-vue').GridProps & {
1229
+ style?: import('vue').CSSProperties | undefined;
1230
+ class?: string | object | string[] | undefined;
1231
+ };
1232
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
1233
+ labelWidth: string | number;
1234
+ items: import('../fform').FFormItemType<AnyObject<any>>[];
1235
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
1236
+ contentClass: {
1237
+ type: PropType<string | unknown[] | import('vue').CSSProperties>;
1238
+ };
1239
+ data: {
1240
+ type: ObjectConstructor;
1241
+ default: null;
1242
+ };
1243
+ defaultData: {
1244
+ type: ObjectConstructor;
1245
+ default: null;
1246
+ };
1247
+ gridProps: {
1248
+ type: PropType<import('@arco-design/web-vue').GridProps & {
1249
+ style?: import('vue').CSSProperties | undefined;
1250
+ class?: string | object | string[] | undefined;
1251
+ }>;
1252
+ default: () => {};
1253
+ };
1254
+ itemSpan: {
1255
+ type: PropType<number | import('@arco-design/web-vue').GridItemProps>;
1256
+ default: () => {
1257
+ span: {
1258
+ xxl: number;
1259
+ xl: number;
1260
+ lg: number;
1261
+ md: number;
1262
+ sm: number;
1263
+ xs: number;
1264
+ };
1265
+ };
1266
+ };
1267
+ labelWidth: {
1268
+ type: PropType<string | number>;
1269
+ default: string;
1270
+ };
1271
+ items: {
1272
+ type: PropType<import('../fform').FFormItemType<AnyObject<any>>[]>;
1273
+ default: () => never[];
1274
+ required: boolean;
1275
+ };
1276
+ }>> & Readonly<{}>, "ins" | "setFieldValue" | ("data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items")> & import('vue').ShallowUnwrapRef<{
1277
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
1278
+ setFieldValue: (field: string, value: any) => void;
1279
+ ins: import('vue').Ref<any, any>;
1280
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
1281
+ $slots: Partial<Record<NonNullable<`item-undefined_${string}` | `item-${string}_${string}`>, (_: any) => any>> & {
1282
+ prepend?(_: {
1283
+ data: Record<string, any>;
1284
+ }): any;
1285
+ append?(_: {
1286
+ data: Record<string, any>;
1287
+ }): any;
1288
+ };
1289
+ }) | undefined>;
1290
+ /**
1291
+ * FTable 实例(可调用组件内部方法)
1292
+ * */
1293
+ tableIns: import('vue').Ref<import('vue').ShallowUnwrapRef<{
1294
+ dataTotal: import('vue').Ref<number, number> | import('vue').ComputedRef<number>;
1295
+ pageData: false | {
1296
+ size: number;
1297
+ index: number;
1298
+ };
1299
+ currentPageData: import('vue').Ref<any[], any[]>;
1300
+ replayMethodData: (params?: AnyObject<any>, firstPage?: boolean) => Promise<void>;
1301
+ clearSelected: () => void;
1302
+ selectedRowKeys: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
1303
+ selectedRows: import('vue').Ref<Record<string | number, any>[], Record<string | number, any>[]>;
1304
+ ins: import('vue').Ref<any, any>;
1305
+ getExportColumnsWithModal: {
1306
+ <T_1 extends "cols" | "dataIndex">(cfg?: ({
1307
+ title?: string | undefined;
1308
+ openModal?: boolean | undefined;
1309
+ returnType?: "cols" | "dataIndex" | undefined;
1310
+ } & {
1311
+ returnType: T_1;
1312
+ }) | undefined): Promise<T_1 extends "dataIndex" ? string[] : FTableCol<AnyObject<any>, AnyObject<any>>[]>;
1313
+ (callback: (cols: string[]) => void, title?: string | undefined, openModal?: boolean | undefined): Promise<string[]>;
1314
+ };
1315
+ }> | undefined, import('vue').ShallowUnwrapRef<{
1316
+ dataTotal: import('vue').Ref<number, number> | import('vue').ComputedRef<number>;
1317
+ pageData: false | {
1318
+ size: number;
1319
+ index: number;
1320
+ };
1321
+ currentPageData: import('vue').Ref<any[], any[]>;
1322
+ replayMethodData: (params?: AnyObject<any>, firstPage?: boolean) => Promise<void>;
1323
+ clearSelected: () => void;
1324
+ selectedRowKeys: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
1325
+ selectedRows: import('vue').Ref<Record<string | number, any>[], Record<string | number, any>[]>;
1326
+ ins: import('vue').Ref<any, any>;
1327
+ getExportColumnsWithModal: {
1328
+ <T_1 extends "cols" | "dataIndex">(cfg?: ({
1329
+ title?: string | undefined;
1330
+ openModal?: boolean | undefined;
1331
+ returnType?: "cols" | "dataIndex" | undefined;
1332
+ } & {
1333
+ returnType: T_1;
1334
+ }) | undefined): Promise<T_1 extends "dataIndex" ? string[] : FTableCol<AnyObject<any>, AnyObject<any>>[]>;
1335
+ (callback: (cols: string[]) => void, title?: string | undefined, openModal?: boolean | undefined): Promise<string[]>;
1336
+ };
1337
+ }> | undefined>;
1338
+ }>): void;
1339
+ attrs: any;
1340
+ slots: Partial<Record<`filter_${string}`, (_: any) => any>> & Partial<Record<`filter_${string}`, (_: any) => any>> & Partial<Record<`table_${string}`, (_: {
1341
+ record: TData;
1342
+ column: FTableCol<TClos, TData>;
1343
+ rowIndex: number;
1344
+ }) => any>> & {
1345
+ title?(_: {}): any;
1346
+ "filter-prepend"?(_: {}): any;
1347
+ "table-prepend"?(_: {}): any;
1348
+ };
1349
+ emit: (event: "queryClick" | "resetClick" | "update:filterCollapseStatus" | "filterCollapseChange", ...args: any[]) => void;
1350
+ } | undefined;
1351
+ };
1352
+ export default _default;