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