@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,893 +1,886 @@
1
1
  import { ModalConfig } from '@arco-design/web-vue';
2
2
  import { FQueryListProps } from '../fquery-list';
3
-
4
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
- visible: import('vue').PropType<boolean>;
6
- popupProps: {
7
- type: import('vue').PropType<Omit<ModalConfig, "footer" | "title" | "content" | "onBeforeOk" | "onOk"> & {
8
- footer?: boolean | undefined;
9
- title?: string | undefined;
10
- }>;
11
- default: () => {
12
- title: string;
13
- };
14
- };
15
- unmountOnClose: {
16
- type: BooleanConstructor;
17
- default: boolean;
18
- };
19
- queryListOptions: {
20
- required: boolean;
21
- type: import('vue').PropType<FQueryListProps>;
22
- };
23
- defaultSelectedRows: {
24
- type: import('vue').PropType<Record<string | number, any>[] | undefined>;
25
- default: null;
26
- };
27
- onBeforeOk: {
28
- type: import('vue').PropType<import('./fpop-choice').FPopChoiceOnBeforeOk>;
29
- };
30
- }>, {
31
- qlIns: import('vue').Ref<import('vue').ShallowUnwrapRef<{
32
- query: () => Promise<void>;
33
- filterIns: import('vue').Ref<({
34
- $: import('vue').ComponentInternalInstance;
35
- $data: {};
36
- $props: Partial<{
37
- data: Record<string, any>;
38
- defaultData: Record<string, any>;
39
- gridProps: import('@arco-design/web-vue').GridProps & {
40
- style?: import('vue').CSSProperties | undefined;
41
- class?: string | object | string[] | undefined;
42
- };
43
- itemSpan: number | import('@arco-design/web-vue').GridItemProps;
44
- labelWidth: string | number;
45
- items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
46
- }> & Omit<{
47
- readonly data: Record<string, any>;
48
- readonly defaultData: Record<string, any>;
49
- readonly gridProps: import('@arco-design/web-vue').GridProps & {
50
- style?: import('vue').CSSProperties | undefined;
51
- class?: string | object | string[] | undefined;
52
- };
53
- readonly itemSpan: number | import('@arco-design/web-vue').GridItemProps;
54
- readonly labelWidth: string | number;
55
- readonly items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
56
- readonly contentClass?: string | unknown[] | import('vue').CSSProperties | undefined;
57
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items">;
58
- $attrs: {
59
- [x: string]: unknown;
60
- };
61
- $refs: {
62
- [x: string]: unknown;
63
- };
64
- $slots: Readonly<{
65
- [name: string]: import('vue').Slot<any> | undefined;
66
- }>;
67
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
68
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
69
- $host: Element | null;
70
- $emit: (event: string, ...args: any[]) => void;
71
- $el: any;
72
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
73
- contentClass: {
74
- type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
75
- };
76
- data: {
77
- type: ObjectConstructor;
78
- default: null;
79
- };
80
- defaultData: {
81
- type: ObjectConstructor;
82
- default: null;
83
- };
84
- gridProps: {
85
- type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
86
- style?: import('vue').CSSProperties | undefined;
87
- class?: string | object | string[] | undefined;
88
- }>;
89
- default: () => {};
90
- };
91
- itemSpan: {
92
- type: import('vue').PropType<number | import('@arco-design/web-vue').GridItemProps>;
93
- default: () => {
94
- span: {
95
- xxl: number;
96
- xl: number;
97
- lg: number;
98
- md: number;
99
- sm: number;
100
- xs: number;
101
- };
102
- };
103
- };
104
- labelWidth: {
105
- type: import('vue').PropType<string | number>;
106
- default: string;
107
- };
108
- items: {
109
- type: import('vue').PropType<import('..').FFormItemType<import('../../types').AnyObject<any>>[]>;
110
- default: () => never[];
111
- required: boolean;
112
- };
113
- }>> & Readonly<{}>, {
114
- data: import('vue').Ref<Record<string, any>, Record<string, any>>;
115
- setFieldValue: (field: string, value: any) => void;
116
- ins: import('vue').Ref<any, any>;
117
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
118
- data: Record<string, any>;
119
- defaultData: Record<string, any>;
120
- gridProps: import('@arco-design/web-vue').GridProps & {
121
- style?: import('vue').CSSProperties | undefined;
122
- class?: string | object | string[] | undefined;
123
- };
124
- itemSpan: number | import('@arco-design/web-vue').GridItemProps;
125
- labelWidth: string | number;
126
- items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
127
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
128
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
129
- created?: ((() => void) | (() => void)[]) | undefined;
130
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
131
- mounted?: ((() => void) | (() => void)[]) | undefined;
132
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
133
- updated?: ((() => void) | (() => void)[]) | undefined;
134
- activated?: ((() => void) | (() => void)[]) | undefined;
135
- deactivated?: ((() => void) | (() => void)[]) | undefined;
136
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
137
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
138
- destroyed?: ((() => void) | (() => void)[]) | undefined;
139
- unmounted?: ((() => void) | (() => void)[]) | undefined;
140
- renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
141
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
142
- 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;
143
- };
144
- $forceUpdate: () => void;
145
- $nextTick: typeof import('vue').nextTick;
146
- $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;
147
- } & Readonly<{
148
- data: Record<string, any>;
149
- defaultData: Record<string, any>;
150
- gridProps: import('@arco-design/web-vue').GridProps & {
151
- style?: import('vue').CSSProperties | undefined;
152
- class?: string | object | string[] | undefined;
153
- };
154
- itemSpan: number | import('@arco-design/web-vue').GridItemProps;
155
- labelWidth: string | number;
156
- items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
157
- }> & Omit<Readonly<import('vue').ExtractPropTypes<{
158
- contentClass: {
159
- type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
160
- };
161
- data: {
162
- type: ObjectConstructor;
163
- default: null;
164
- };
165
- defaultData: {
166
- type: ObjectConstructor;
167
- default: null;
168
- };
169
- gridProps: {
170
- type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
171
- style?: import('vue').CSSProperties | undefined;
172
- class?: string | object | string[] | undefined;
173
- }>;
174
- default: () => {};
175
- };
176
- itemSpan: {
177
- type: import('vue').PropType<number | import('@arco-design/web-vue').GridItemProps>;
178
- default: () => {
179
- span: {
180
- xxl: number;
181
- xl: number;
182
- lg: number;
183
- md: number;
184
- sm: number;
185
- xs: number;
186
- };
187
- };
188
- };
189
- labelWidth: {
190
- type: import('vue').PropType<string | number>;
191
- default: string;
192
- };
193
- items: {
194
- type: import('vue').PropType<import('..').FFormItemType<import('../../types').AnyObject<any>>[]>;
195
- default: () => never[];
196
- required: boolean;
197
- };
198
- }>> & Readonly<{}>, "ins" | "setFieldValue" | ("data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items")> & import('vue').ShallowUnwrapRef<{
199
- data: import('vue').Ref<Record<string, any>, Record<string, any>>;
200
- setFieldValue: (field: string, value: any) => void;
201
- ins: import('vue').Ref<any, any>;
202
- }> & {} & import('vue').ComponentCustomProperties & {} & {
203
- $slots: Partial<Record<NonNullable<`item-undefined_${string}` | `item-${string}_${string}`>, (_: any) => any>> & {
204
- prepend?(_: {
205
- data: Record<string, any>;
206
- }): any;
207
- append?(_: {
208
- data: Record<string, any>;
209
- }): any;
210
- };
211
- }) | undefined, ({
212
- $: import('vue').ComponentInternalInstance;
213
- $data: {};
214
- $props: Partial<{
215
- data: Record<string, any>;
216
- defaultData: Record<string, any>;
217
- gridProps: import('@arco-design/web-vue').GridProps & {
218
- style?: import('vue').CSSProperties | undefined;
219
- class?: string | object | string[] | undefined;
220
- };
221
- itemSpan: number | import('@arco-design/web-vue').GridItemProps;
222
- labelWidth: string | number;
223
- items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
224
- }> & Omit<{
225
- readonly data: Record<string, any>;
226
- readonly defaultData: Record<string, any>;
227
- readonly gridProps: import('@arco-design/web-vue').GridProps & {
228
- style?: import('vue').CSSProperties | undefined;
229
- class?: string | object | string[] | undefined;
230
- };
231
- readonly itemSpan: number | import('@arco-design/web-vue').GridItemProps;
232
- readonly labelWidth: string | number;
233
- readonly items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
234
- readonly contentClass?: string | unknown[] | import('vue').CSSProperties | undefined;
235
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items">;
236
- $attrs: {
237
- [x: string]: unknown;
238
- };
239
- $refs: {
240
- [x: string]: unknown;
241
- };
242
- $slots: Readonly<{
243
- [name: string]: import('vue').Slot<any> | undefined;
244
- }>;
245
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
246
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
247
- $host: Element | null;
248
- $emit: (event: string, ...args: any[]) => void;
249
- $el: any;
250
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
251
- contentClass: {
252
- type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
253
- };
254
- data: {
255
- type: ObjectConstructor;
256
- default: null;
257
- };
258
- defaultData: {
259
- type: ObjectConstructor;
260
- default: null;
261
- };
262
- gridProps: {
263
- type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
264
- style?: import('vue').CSSProperties | undefined;
265
- class?: string | object | string[] | undefined;
266
- }>;
267
- default: () => {};
268
- };
269
- itemSpan: {
270
- type: import('vue').PropType<number | import('@arco-design/web-vue').GridItemProps>;
271
- default: () => {
272
- span: {
273
- xxl: number;
274
- xl: number;
275
- lg: number;
276
- md: number;
277
- sm: number;
278
- xs: number;
279
- };
280
- };
281
- };
282
- labelWidth: {
283
- type: import('vue').PropType<string | number>;
284
- default: string;
285
- };
286
- items: {
287
- type: import('vue').PropType<import('..').FFormItemType<import('../../types').AnyObject<any>>[]>;
288
- default: () => never[];
289
- required: boolean;
290
- };
291
- }>> & Readonly<{}>, {
292
- data: import('vue').Ref<Record<string, any>, Record<string, any>>;
293
- setFieldValue: (field: string, value: any) => void;
294
- ins: import('vue').Ref<any, any>;
295
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
296
- data: Record<string, any>;
297
- defaultData: Record<string, any>;
298
- gridProps: import('@arco-design/web-vue').GridProps & {
299
- style?: import('vue').CSSProperties | undefined;
300
- class?: string | object | string[] | undefined;
301
- };
302
- itemSpan: number | import('@arco-design/web-vue').GridItemProps;
303
- labelWidth: string | number;
304
- items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
305
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
306
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
307
- created?: ((() => void) | (() => void)[]) | undefined;
308
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
309
- mounted?: ((() => void) | (() => void)[]) | undefined;
310
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
311
- updated?: ((() => void) | (() => void)[]) | undefined;
312
- activated?: ((() => void) | (() => void)[]) | undefined;
313
- deactivated?: ((() => void) | (() => void)[]) | undefined;
314
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
315
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
316
- destroyed?: ((() => void) | (() => void)[]) | undefined;
317
- unmounted?: ((() => void) | (() => void)[]) | undefined;
318
- renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
319
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
320
- 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;
321
- };
322
- $forceUpdate: () => void;
323
- $nextTick: typeof import('vue').nextTick;
324
- $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;
325
- } & Readonly<{
326
- data: Record<string, any>;
327
- defaultData: Record<string, any>;
328
- gridProps: import('@arco-design/web-vue').GridProps & {
329
- style?: import('vue').CSSProperties | undefined;
330
- class?: string | object | string[] | undefined;
331
- };
332
- itemSpan: number | import('@arco-design/web-vue').GridItemProps;
333
- labelWidth: string | number;
334
- items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
335
- }> & Omit<Readonly<import('vue').ExtractPropTypes<{
336
- contentClass: {
337
- type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
338
- };
339
- data: {
340
- type: ObjectConstructor;
341
- default: null;
342
- };
343
- defaultData: {
344
- type: ObjectConstructor;
345
- default: null;
346
- };
347
- gridProps: {
348
- type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
349
- style?: import('vue').CSSProperties | undefined;
350
- class?: string | object | string[] | undefined;
351
- }>;
352
- default: () => {};
353
- };
354
- itemSpan: {
355
- type: import('vue').PropType<number | import('@arco-design/web-vue').GridItemProps>;
356
- default: () => {
357
- span: {
358
- xxl: number;
359
- xl: number;
360
- lg: number;
361
- md: number;
362
- sm: number;
363
- xs: number;
364
- };
365
- };
366
- };
367
- labelWidth: {
368
- type: import('vue').PropType<string | number>;
369
- default: string;
370
- };
371
- items: {
372
- type: import('vue').PropType<import('..').FFormItemType<import('../../types').AnyObject<any>>[]>;
373
- default: () => never[];
374
- required: boolean;
375
- };
376
- }>> & Readonly<{}>, "ins" | "setFieldValue" | ("data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items")> & import('vue').ShallowUnwrapRef<{
377
- data: import('vue').Ref<Record<string, any>, Record<string, any>>;
378
- setFieldValue: (field: string, value: any) => void;
379
- ins: import('vue').Ref<any, any>;
380
- }> & {} & import('vue').ComponentCustomProperties & {} & {
381
- $slots: Partial<Record<NonNullable<`item-undefined_${string}` | `item-${string}_${string}`>, (_: any) => any>> & {
382
- prepend?(_: {
383
- data: Record<string, any>;
384
- }): any;
385
- append?(_: {
386
- data: Record<string, any>;
387
- }): any;
388
- };
389
- }) | undefined>;
390
- tableIns: import('vue').Ref<import('vue').ShallowUnwrapRef<{
391
- dataTotal: import('vue').Ref<number, number> | import('vue').ComputedRef<number>;
392
- pageData: false | {
393
- size: number;
394
- index: number;
395
- };
396
- currentPageData: import('vue').Ref<any[], any[]>;
397
- replayMethodData: (params?: import('../../types').AnyObject<any>, firstPage?: boolean) => Promise<void>;
398
- clearSelected: () => void;
399
- selectedRowKeys: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
400
- selectedRows: import('vue').Ref<Record<string | number, any>[], Record<string | number, any>[]>;
401
- ins: import('vue').Ref<any, any>;
402
- getExportColumnsWithModal: {
403
- <T_1 extends "cols" | "dataIndex">(cfg?: ({
404
- title?: string | undefined;
405
- openModal?: boolean | undefined;
406
- returnType?: "cols" | "dataIndex" | undefined;
407
- } & {
408
- returnType: T_1;
409
- }) | undefined): Promise<T_1 extends "dataIndex" ? string[] : import('../ftable').FTableCol<import('../../types').AnyObject<any>, import('../../types').AnyObject<any>>[]>;
410
- (callback: (cols: string[]) => void, title?: string | undefined, openModal?: boolean | undefined): Promise<string[]>;
411
- };
412
- }> | undefined, import('vue').ShallowUnwrapRef<{
413
- dataTotal: import('vue').Ref<number, number> | import('vue').ComputedRef<number>;
414
- pageData: false | {
415
- size: number;
416
- index: number;
417
- };
418
- currentPageData: import('vue').Ref<any[], any[]>;
419
- replayMethodData: (params?: import('../../types').AnyObject<any>, firstPage?: boolean) => Promise<void>;
420
- clearSelected: () => void;
421
- selectedRowKeys: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
422
- selectedRows: import('vue').Ref<Record<string | number, any>[], Record<string | number, any>[]>;
423
- ins: import('vue').Ref<any, any>;
424
- getExportColumnsWithModal: {
425
- <T_1 extends "cols" | "dataIndex">(cfg?: ({
426
- title?: string | undefined;
427
- openModal?: boolean | undefined;
428
- returnType?: "cols" | "dataIndex" | undefined;
429
- } & {
430
- returnType: T_1;
431
- }) | undefined): Promise<T_1 extends "dataIndex" ? string[] : import('../ftable').FTableCol<import('../../types').AnyObject<any>, import('../../types').AnyObject<any>>[]>;
432
- (callback: (cols: string[]) => void, title?: string | undefined, openModal?: boolean | undefined): Promise<string[]>;
433
- };
434
- }> | undefined>;
435
- }> | undefined, import('vue').ShallowUnwrapRef<{
436
- query: () => Promise<void>;
437
- filterIns: import('vue').Ref<({
438
- $: import('vue').ComponentInternalInstance;
439
- $data: {};
440
- $props: Partial<{
441
- data: Record<string, any>;
442
- defaultData: Record<string, any>;
443
- gridProps: import('@arco-design/web-vue').GridProps & {
444
- style?: import('vue').CSSProperties | undefined;
445
- class?: string | object | string[] | undefined;
446
- };
447
- itemSpan: number | import('@arco-design/web-vue').GridItemProps;
448
- labelWidth: string | number;
449
- items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
450
- }> & Omit<{
451
- readonly data: Record<string, any>;
452
- readonly defaultData: Record<string, any>;
453
- readonly gridProps: import('@arco-design/web-vue').GridProps & {
454
- style?: import('vue').CSSProperties | undefined;
455
- class?: string | object | string[] | undefined;
456
- };
457
- readonly itemSpan: number | import('@arco-design/web-vue').GridItemProps;
458
- readonly labelWidth: string | number;
459
- readonly items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
460
- readonly contentClass?: string | unknown[] | import('vue').CSSProperties | undefined;
461
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items">;
462
- $attrs: {
463
- [x: string]: unknown;
464
- };
465
- $refs: {
466
- [x: string]: unknown;
467
- };
468
- $slots: Readonly<{
469
- [name: string]: import('vue').Slot<any> | undefined;
470
- }>;
471
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
472
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
473
- $host: Element | null;
474
- $emit: (event: string, ...args: any[]) => void;
475
- $el: any;
476
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
477
- contentClass: {
478
- type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
479
- };
480
- data: {
481
- type: ObjectConstructor;
482
- default: null;
483
- };
484
- defaultData: {
485
- type: ObjectConstructor;
486
- default: null;
487
- };
488
- gridProps: {
489
- type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
490
- style?: import('vue').CSSProperties | undefined;
491
- class?: string | object | string[] | undefined;
492
- }>;
493
- default: () => {};
494
- };
495
- itemSpan: {
496
- type: import('vue').PropType<number | import('@arco-design/web-vue').GridItemProps>;
497
- default: () => {
498
- span: {
499
- xxl: number;
500
- xl: number;
501
- lg: number;
502
- md: number;
503
- sm: number;
504
- xs: number;
505
- };
506
- };
507
- };
508
- labelWidth: {
509
- type: import('vue').PropType<string | number>;
510
- default: string;
511
- };
512
- items: {
513
- type: import('vue').PropType<import('..').FFormItemType<import('../../types').AnyObject<any>>[]>;
514
- default: () => never[];
515
- required: boolean;
516
- };
517
- }>> & Readonly<{}>, {
518
- data: import('vue').Ref<Record<string, any>, Record<string, any>>;
519
- setFieldValue: (field: string, value: any) => void;
520
- ins: import('vue').Ref<any, any>;
521
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
522
- data: Record<string, any>;
523
- defaultData: Record<string, any>;
524
- gridProps: import('@arco-design/web-vue').GridProps & {
525
- style?: import('vue').CSSProperties | undefined;
526
- class?: string | object | string[] | undefined;
527
- };
528
- itemSpan: number | import('@arco-design/web-vue').GridItemProps;
529
- labelWidth: string | number;
530
- items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
531
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
532
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
533
- created?: ((() => void) | (() => void)[]) | undefined;
534
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
535
- mounted?: ((() => void) | (() => void)[]) | undefined;
536
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
537
- updated?: ((() => void) | (() => void)[]) | undefined;
538
- activated?: ((() => void) | (() => void)[]) | undefined;
539
- deactivated?: ((() => void) | (() => void)[]) | undefined;
540
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
541
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
542
- destroyed?: ((() => void) | (() => void)[]) | undefined;
543
- unmounted?: ((() => void) | (() => void)[]) | undefined;
544
- renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
545
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
546
- 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;
547
- };
548
- $forceUpdate: () => void;
549
- $nextTick: typeof import('vue').nextTick;
550
- $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;
551
- } & Readonly<{
552
- data: Record<string, any>;
553
- defaultData: Record<string, any>;
554
- gridProps: import('@arco-design/web-vue').GridProps & {
555
- style?: import('vue').CSSProperties | undefined;
556
- class?: string | object | string[] | undefined;
557
- };
558
- itemSpan: number | import('@arco-design/web-vue').GridItemProps;
559
- labelWidth: string | number;
560
- items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
561
- }> & Omit<Readonly<import('vue').ExtractPropTypes<{
562
- contentClass: {
563
- type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
564
- };
565
- data: {
566
- type: ObjectConstructor;
567
- default: null;
568
- };
569
- defaultData: {
570
- type: ObjectConstructor;
571
- default: null;
572
- };
573
- gridProps: {
574
- type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
575
- style?: import('vue').CSSProperties | undefined;
576
- class?: string | object | string[] | undefined;
577
- }>;
578
- default: () => {};
579
- };
580
- itemSpan: {
581
- type: import('vue').PropType<number | import('@arco-design/web-vue').GridItemProps>;
582
- default: () => {
583
- span: {
584
- xxl: number;
585
- xl: number;
586
- lg: number;
587
- md: number;
588
- sm: number;
589
- xs: number;
590
- };
591
- };
592
- };
593
- labelWidth: {
594
- type: import('vue').PropType<string | number>;
595
- default: string;
596
- };
597
- items: {
598
- type: import('vue').PropType<import('..').FFormItemType<import('../../types').AnyObject<any>>[]>;
599
- default: () => never[];
600
- required: boolean;
601
- };
602
- }>> & Readonly<{}>, "ins" | "setFieldValue" | ("data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items")> & import('vue').ShallowUnwrapRef<{
603
- data: import('vue').Ref<Record<string, any>, Record<string, any>>;
604
- setFieldValue: (field: string, value: any) => void;
605
- ins: import('vue').Ref<any, any>;
606
- }> & {} & import('vue').ComponentCustomProperties & {} & {
607
- $slots: Partial<Record<NonNullable<`item-undefined_${string}` | `item-${string}_${string}`>, (_: any) => any>> & {
608
- prepend?(_: {
609
- data: Record<string, any>;
610
- }): any;
611
- append?(_: {
612
- data: Record<string, any>;
613
- }): any;
614
- };
615
- }) | undefined, ({
616
- $: import('vue').ComponentInternalInstance;
617
- $data: {};
618
- $props: Partial<{
619
- data: Record<string, any>;
620
- defaultData: Record<string, any>;
621
- gridProps: import('@arco-design/web-vue').GridProps & {
622
- style?: import('vue').CSSProperties | undefined;
623
- class?: string | object | string[] | undefined;
624
- };
625
- itemSpan: number | import('@arco-design/web-vue').GridItemProps;
626
- labelWidth: string | number;
627
- items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
628
- }> & Omit<{
629
- readonly data: Record<string, any>;
630
- readonly defaultData: Record<string, any>;
631
- readonly gridProps: import('@arco-design/web-vue').GridProps & {
632
- style?: import('vue').CSSProperties | undefined;
633
- class?: string | object | string[] | undefined;
634
- };
635
- readonly itemSpan: number | import('@arco-design/web-vue').GridItemProps;
636
- readonly labelWidth: string | number;
637
- readonly items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
638
- readonly contentClass?: string | unknown[] | import('vue').CSSProperties | undefined;
639
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items">;
640
- $attrs: {
641
- [x: string]: unknown;
642
- };
643
- $refs: {
644
- [x: string]: unknown;
645
- };
646
- $slots: Readonly<{
647
- [name: string]: import('vue').Slot<any> | undefined;
648
- }>;
649
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
650
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
651
- $host: Element | null;
652
- $emit: (event: string, ...args: any[]) => void;
653
- $el: any;
654
- $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
655
- contentClass: {
656
- type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
657
- };
658
- data: {
659
- type: ObjectConstructor;
660
- default: null;
661
- };
662
- defaultData: {
663
- type: ObjectConstructor;
664
- default: null;
665
- };
666
- gridProps: {
667
- type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
668
- style?: import('vue').CSSProperties | undefined;
669
- class?: string | object | string[] | undefined;
670
- }>;
671
- default: () => {};
672
- };
673
- itemSpan: {
674
- type: import('vue').PropType<number | import('@arco-design/web-vue').GridItemProps>;
675
- default: () => {
676
- span: {
677
- xxl: number;
678
- xl: number;
679
- lg: number;
680
- md: number;
681
- sm: number;
682
- xs: number;
683
- };
684
- };
685
- };
686
- labelWidth: {
687
- type: import('vue').PropType<string | number>;
688
- default: string;
689
- };
690
- items: {
691
- type: import('vue').PropType<import('..').FFormItemType<import('../../types').AnyObject<any>>[]>;
692
- default: () => never[];
693
- required: boolean;
694
- };
695
- }>> & Readonly<{}>, {
696
- data: import('vue').Ref<Record<string, any>, Record<string, any>>;
697
- setFieldValue: (field: string, value: any) => void;
698
- ins: import('vue').Ref<any, any>;
699
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
700
- data: Record<string, any>;
701
- defaultData: Record<string, any>;
702
- gridProps: import('@arco-design/web-vue').GridProps & {
703
- style?: import('vue').CSSProperties | undefined;
704
- class?: string | object | string[] | undefined;
705
- };
706
- itemSpan: number | import('@arco-design/web-vue').GridItemProps;
707
- labelWidth: string | number;
708
- items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
709
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
710
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
711
- created?: ((() => void) | (() => void)[]) | undefined;
712
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
713
- mounted?: ((() => void) | (() => void)[]) | undefined;
714
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
715
- updated?: ((() => void) | (() => void)[]) | undefined;
716
- activated?: ((() => void) | (() => void)[]) | undefined;
717
- deactivated?: ((() => void) | (() => void)[]) | undefined;
718
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
719
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
720
- destroyed?: ((() => void) | (() => void)[]) | undefined;
721
- unmounted?: ((() => void) | (() => void)[]) | undefined;
722
- renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
723
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
724
- 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;
725
- };
726
- $forceUpdate: () => void;
727
- $nextTick: typeof import('vue').nextTick;
728
- $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;
729
- } & Readonly<{
730
- data: Record<string, any>;
731
- defaultData: Record<string, any>;
732
- gridProps: import('@arco-design/web-vue').GridProps & {
733
- style?: import('vue').CSSProperties | undefined;
734
- class?: string | object | string[] | undefined;
735
- };
736
- itemSpan: number | import('@arco-design/web-vue').GridItemProps;
737
- labelWidth: string | number;
738
- items: import('..').FFormItemType<import('../../types').AnyObject<any>>[];
739
- }> & Omit<Readonly<import('vue').ExtractPropTypes<{
740
- contentClass: {
741
- type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
742
- };
743
- data: {
744
- type: ObjectConstructor;
745
- default: null;
746
- };
747
- defaultData: {
748
- type: ObjectConstructor;
749
- default: null;
750
- };
751
- gridProps: {
752
- type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
753
- style?: import('vue').CSSProperties | undefined;
754
- class?: string | object | string[] | undefined;
755
- }>;
756
- default: () => {};
757
- };
758
- itemSpan: {
759
- type: import('vue').PropType<number | import('@arco-design/web-vue').GridItemProps>;
760
- default: () => {
761
- span: {
762
- xxl: number;
763
- xl: number;
764
- lg: number;
765
- md: number;
766
- sm: number;
767
- xs: number;
768
- };
769
- };
770
- };
771
- labelWidth: {
772
- type: import('vue').PropType<string | number>;
773
- default: string;
774
- };
775
- items: {
776
- type: import('vue').PropType<import('..').FFormItemType<import('../../types').AnyObject<any>>[]>;
777
- default: () => never[];
778
- required: boolean;
779
- };
780
- }>> & Readonly<{}>, "ins" | "setFieldValue" | ("data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items")> & import('vue').ShallowUnwrapRef<{
781
- data: import('vue').Ref<Record<string, any>, Record<string, any>>;
782
- setFieldValue: (field: string, value: any) => void;
783
- ins: import('vue').Ref<any, any>;
784
- }> & {} & import('vue').ComponentCustomProperties & {} & {
785
- $slots: Partial<Record<NonNullable<`item-undefined_${string}` | `item-${string}_${string}`>, (_: any) => any>> & {
786
- prepend?(_: {
787
- data: Record<string, any>;
788
- }): any;
789
- append?(_: {
790
- data: Record<string, any>;
791
- }): any;
792
- };
793
- }) | undefined>;
794
- tableIns: import('vue').Ref<import('vue').ShallowUnwrapRef<{
795
- dataTotal: import('vue').Ref<number, number> | import('vue').ComputedRef<number>;
796
- pageData: false | {
797
- size: number;
798
- index: number;
799
- };
800
- currentPageData: import('vue').Ref<any[], any[]>;
801
- replayMethodData: (params?: import('../../types').AnyObject<any>, firstPage?: boolean) => Promise<void>;
802
- clearSelected: () => void;
803
- selectedRowKeys: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
804
- selectedRows: import('vue').Ref<Record<string | number, any>[], Record<string | number, any>[]>;
805
- ins: import('vue').Ref<any, any>;
806
- getExportColumnsWithModal: {
807
- <T_1 extends "cols" | "dataIndex">(cfg?: ({
808
- title?: string | undefined;
809
- openModal?: boolean | undefined;
810
- returnType?: "cols" | "dataIndex" | undefined;
811
- } & {
812
- returnType: T_1;
813
- }) | undefined): Promise<T_1 extends "dataIndex" ? string[] : import('../ftable').FTableCol<import('../../types').AnyObject<any>, import('../../types').AnyObject<any>>[]>;
814
- (callback: (cols: string[]) => void, title?: string | undefined, openModal?: boolean | undefined): Promise<string[]>;
815
- };
816
- }> | undefined, import('vue').ShallowUnwrapRef<{
817
- dataTotal: import('vue').Ref<number, number> | import('vue').ComputedRef<number>;
818
- pageData: false | {
819
- size: number;
820
- index: number;
821
- };
822
- currentPageData: import('vue').Ref<any[], any[]>;
823
- replayMethodData: (params?: import('../../types').AnyObject<any>, firstPage?: boolean) => Promise<void>;
824
- clearSelected: () => void;
825
- selectedRowKeys: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
826
- selectedRows: import('vue').Ref<Record<string | number, any>[], Record<string | number, any>[]>;
827
- ins: import('vue').Ref<any, any>;
828
- getExportColumnsWithModal: {
829
- <T_1 extends "cols" | "dataIndex">(cfg?: ({
830
- title?: string | undefined;
831
- openModal?: boolean | undefined;
832
- returnType?: "cols" | "dataIndex" | undefined;
833
- } & {
834
- returnType: T_1;
835
- }) | undefined): Promise<T_1 extends "dataIndex" ? string[] : import('../ftable').FTableCol<import('../../types').AnyObject<any>, import('../../types').AnyObject<any>>[]>;
836
- (callback: (cols: string[]) => void, title?: string | undefined, openModal?: boolean | undefined): Promise<string[]>;
837
- };
838
- }> | undefined>;
839
- }> | undefined>;
840
- /**
841
- * 打开弹层
842
- */
843
- open(): void;
844
- /**
845
- * 关闭弹层
846
- * 注意:此方法直接关闭弹层,不会进行触发任何事件(例:ok相关事件)
847
- */
848
- close(): void;
849
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
850
- ok: (data: {
851
- keys: TableInstance;
852
- list: Record<string | number, any>[] | undefined;
853
- }, e?: Event | undefined) => void;
854
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
855
- visible: import('vue').PropType<boolean>;
856
- popupProps: {
857
- type: import('vue').PropType<Omit<ModalConfig, "footer" | "title" | "content" | "onBeforeOk" | "onOk"> & {
858
- footer?: boolean | undefined;
859
- title?: string | undefined;
860
- }>;
861
- default: () => {
862
- title: string;
863
- };
864
- };
865
- unmountOnClose: {
866
- type: BooleanConstructor;
867
- default: boolean;
868
- };
869
- queryListOptions: {
870
- required: boolean;
871
- type: import('vue').PropType<FQueryListProps>;
872
- };
873
- defaultSelectedRows: {
874
- type: import('vue').PropType<Record<string | number, any>[] | undefined>;
875
- default: null;
876
- };
877
- onBeforeOk: {
878
- type: import('vue').PropType<import('./fpop-choice').FPopChoiceOnBeforeOk>;
879
- };
880
- }>> & Readonly<{
881
- onOk?: ((data: {
882
- keys: TableInstance;
883
- list: Record<string | number, any>[] | undefined;
884
- }, e?: Event | undefined) => any) | undefined;
885
- }>, {
886
- unmountOnClose: boolean;
887
- defaultSelectedRows: Record<string | number, any>[] | undefined;
888
- popupProps: Omit<ModalConfig, "footer" | "title" | "content" | "onBeforeOk" | "onOk"> & {
889
- footer?: boolean | undefined;
890
- title?: string | undefined;
891
- };
892
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
893
- export default _default;
3
+ import { FTableProps } from '../ftable';
4
+
5
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
6
+ visible: import('vue').PropType<boolean>;
7
+ popupProps: {
8
+ type: import('vue').PropType<Omit<ModalConfig, "footer" | "title" | "content" | "onBeforeOk" | "onOk"> & {
9
+ footer?: boolean;
10
+ title?: string;
11
+ }>;
12
+ default: () => {
13
+ title: string;
14
+ };
15
+ };
16
+ unmountOnClose: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ queryListOptions: {
21
+ required: boolean;
22
+ type: import('vue').PropType<FQueryListProps>;
23
+ };
24
+ defaultSelectedRows: {
25
+ type: import('vue').PropType<FTableProps["defaultSelectedRows"]>;
26
+ default: null;
27
+ };
28
+ onBeforeOk: {
29
+ type: import('vue').PropType<import('./fpop-choice').FPopChoiceOnBeforeOk>;
30
+ };
31
+ }>, {
32
+ qlIns: import('vue').Ref<import('vue').ShallowUnwrapRef<{
33
+ query: () => Promise<void>;
34
+ filterIns: import('vue').Ref<({
35
+ $: import('vue').ComponentInternalInstance;
36
+ $data: {};
37
+ $props: Partial<{
38
+ data: Record<string, any>;
39
+ defaultData: Record<string, any>;
40
+ gridProps: import('@arco-design/web-vue').GridProps & {
41
+ style?: import('vue').CSSProperties;
42
+ class?: string | string[] | object;
43
+ };
44
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
45
+ labelWidth: string | number;
46
+ items: import('..').FFormItemType<import('../../types').AnyObject>[];
47
+ }> & Omit<{
48
+ readonly data: Record<string, any>;
49
+ readonly defaultData: Record<string, any>;
50
+ readonly gridProps: import('@arco-design/web-vue').GridProps & {
51
+ style?: import('vue').CSSProperties;
52
+ class?: string | string[] | object;
53
+ };
54
+ readonly itemSpan: number | import('@arco-design/web-vue').GridItemProps;
55
+ readonly labelWidth: string | number;
56
+ readonly items: import('..').FFormItemType<import('../../types').AnyObject>[];
57
+ readonly contentClass?: string | unknown[] | import('vue').CSSProperties | undefined;
58
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items">;
59
+ $attrs: import('vue').Attrs;
60
+ $refs: {
61
+ [x: string]: unknown;
62
+ };
63
+ $slots: Readonly<{
64
+ [name: string]: import('vue').Slot<any> | undefined;
65
+ }>;
66
+ $root: import('vue').ComponentPublicInstance | null;
67
+ $parent: import('vue').ComponentPublicInstance | null;
68
+ $host: Element | null;
69
+ $emit: (event: string, ...args: any[]) => void;
70
+ $el: any;
71
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
72
+ contentClass: {
73
+ type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
74
+ };
75
+ data: {
76
+ type: ObjectConstructor;
77
+ default: null;
78
+ };
79
+ defaultData: {
80
+ type: ObjectConstructor;
81
+ default: null;
82
+ };
83
+ gridProps: {
84
+ type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
85
+ style?: import('vue').CSSProperties;
86
+ class?: string | string[] | object;
87
+ }>;
88
+ default: () => {};
89
+ };
90
+ itemSpan: {
91
+ type: import('vue').PropType<import('@arco-design/web-vue').GridItemProps | number>;
92
+ default: () => {
93
+ span: {
94
+ xxl: number;
95
+ xl: number;
96
+ lg: number;
97
+ md: number;
98
+ sm: number;
99
+ xs: number;
100
+ };
101
+ };
102
+ };
103
+ labelWidth: {
104
+ type: import('vue').PropType<number | string>;
105
+ default: string;
106
+ };
107
+ items: {
108
+ type: import('vue').PropType<import('..').FFormItemType[]>;
109
+ default: () => never[];
110
+ required: boolean;
111
+ };
112
+ }>> & Readonly<{}>, {
113
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
114
+ setFieldValue: (field: string, value: any) => void;
115
+ ins: import('vue').Ref<any, any>;
116
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
117
+ data: Record<string, any>;
118
+ defaultData: Record<string, any>;
119
+ gridProps: import('@arco-design/web-vue').GridProps & {
120
+ style?: import('vue').CSSProperties;
121
+ class?: string | string[] | object;
122
+ };
123
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
124
+ labelWidth: string | number;
125
+ items: import('..').FFormItemType<import('../../types').AnyObject>[];
126
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
127
+ beforeCreate?: (() => void) | (() => void)[];
128
+ created?: (() => void) | (() => void)[];
129
+ beforeMount?: (() => void) | (() => void)[];
130
+ mounted?: (() => void) | (() => void)[];
131
+ beforeUpdate?: (() => void) | (() => void)[];
132
+ updated?: (() => void) | (() => void)[];
133
+ activated?: (() => void) | (() => void)[];
134
+ deactivated?: (() => void) | (() => void)[];
135
+ beforeDestroy?: (() => void) | (() => void)[];
136
+ beforeUnmount?: (() => void) | (() => void)[];
137
+ destroyed?: (() => void) | (() => void)[];
138
+ unmounted?: (() => void) | (() => void)[];
139
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
140
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
141
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
142
+ };
143
+ $forceUpdate: () => void;
144
+ $nextTick: typeof import('vue').nextTick;
145
+ $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;
146
+ } & Readonly<{
147
+ data: Record<string, any>;
148
+ defaultData: Record<string, any>;
149
+ gridProps: import('@arco-design/web-vue').GridProps & {
150
+ style?: import('vue').CSSProperties;
151
+ class?: string | string[] | object;
152
+ };
153
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
154
+ labelWidth: string | number;
155
+ items: import('..').FFormItemType<import('../../types').AnyObject>[];
156
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
157
+ contentClass: {
158
+ type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
159
+ };
160
+ data: {
161
+ type: ObjectConstructor;
162
+ default: null;
163
+ };
164
+ defaultData: {
165
+ type: ObjectConstructor;
166
+ default: null;
167
+ };
168
+ gridProps: {
169
+ type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
170
+ style?: import('vue').CSSProperties;
171
+ class?: string | string[] | object;
172
+ }>;
173
+ default: () => {};
174
+ };
175
+ itemSpan: {
176
+ type: import('vue').PropType<import('@arco-design/web-vue').GridItemProps | number>;
177
+ default: () => {
178
+ span: {
179
+ xxl: number;
180
+ xl: number;
181
+ lg: number;
182
+ md: number;
183
+ sm: number;
184
+ xs: number;
185
+ };
186
+ };
187
+ };
188
+ labelWidth: {
189
+ type: import('vue').PropType<number | string>;
190
+ default: string;
191
+ };
192
+ items: {
193
+ type: import('vue').PropType<import('..').FFormItemType[]>;
194
+ default: () => never[];
195
+ required: boolean;
196
+ };
197
+ }>> & Readonly<{}>, "ins" | "setFieldValue" | ("data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items")> & import('vue').ShallowUnwrapRef<{
198
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
199
+ setFieldValue: (field: string, value: any) => void;
200
+ ins: import('vue').Ref<any, any>;
201
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
202
+ $slots: Partial<Record<NonNullable<`item-undefined_${string}` | `item-${string}_${string}`>, (_: any) => any>> & {
203
+ prepend?(_: {
204
+ data: Record<string, any>;
205
+ }): any;
206
+ append?(_: {
207
+ data: Record<string, any>;
208
+ }): any;
209
+ };
210
+ }) | undefined, ({
211
+ $: import('vue').ComponentInternalInstance;
212
+ $data: {};
213
+ $props: Partial<{
214
+ data: Record<string, any>;
215
+ defaultData: Record<string, any>;
216
+ gridProps: import('@arco-design/web-vue').GridProps & {
217
+ style?: import('vue').CSSProperties;
218
+ class?: string | string[] | object;
219
+ };
220
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
221
+ labelWidth: string | number;
222
+ items: import('..').FFormItemType<import('../../types').AnyObject>[];
223
+ }> & Omit<{
224
+ readonly data: Record<string, any>;
225
+ readonly defaultData: Record<string, any>;
226
+ readonly gridProps: import('@arco-design/web-vue').GridProps & {
227
+ style?: import('vue').CSSProperties;
228
+ class?: string | string[] | object;
229
+ };
230
+ readonly itemSpan: number | import('@arco-design/web-vue').GridItemProps;
231
+ readonly labelWidth: string | number;
232
+ readonly items: import('..').FFormItemType<import('../../types').AnyObject>[];
233
+ readonly contentClass?: string | unknown[] | import('vue').CSSProperties | undefined;
234
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items">;
235
+ $attrs: import('vue').Attrs;
236
+ $refs: {
237
+ [x: string]: unknown;
238
+ };
239
+ $slots: Readonly<{
240
+ [name: string]: import('vue').Slot<any> | undefined;
241
+ }>;
242
+ $root: import('vue').ComponentPublicInstance | null;
243
+ $parent: import('vue').ComponentPublicInstance | null;
244
+ $host: Element | null;
245
+ $emit: (event: string, ...args: any[]) => void;
246
+ $el: any;
247
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
248
+ contentClass: {
249
+ type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
250
+ };
251
+ data: {
252
+ type: ObjectConstructor;
253
+ default: null;
254
+ };
255
+ defaultData: {
256
+ type: ObjectConstructor;
257
+ default: null;
258
+ };
259
+ gridProps: {
260
+ type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
261
+ style?: import('vue').CSSProperties;
262
+ class?: string | string[] | object;
263
+ }>;
264
+ default: () => {};
265
+ };
266
+ itemSpan: {
267
+ type: import('vue').PropType<import('@arco-design/web-vue').GridItemProps | number>;
268
+ default: () => {
269
+ span: {
270
+ xxl: number;
271
+ xl: number;
272
+ lg: number;
273
+ md: number;
274
+ sm: number;
275
+ xs: number;
276
+ };
277
+ };
278
+ };
279
+ labelWidth: {
280
+ type: import('vue').PropType<number | string>;
281
+ default: string;
282
+ };
283
+ items: {
284
+ type: import('vue').PropType<import('..').FFormItemType[]>;
285
+ default: () => never[];
286
+ required: boolean;
287
+ };
288
+ }>> & Readonly<{}>, {
289
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
290
+ setFieldValue: (field: string, value: any) => void;
291
+ ins: import('vue').Ref<any, any>;
292
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
293
+ data: Record<string, any>;
294
+ defaultData: Record<string, any>;
295
+ gridProps: import('@arco-design/web-vue').GridProps & {
296
+ style?: import('vue').CSSProperties;
297
+ class?: string | string[] | object;
298
+ };
299
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
300
+ labelWidth: string | number;
301
+ items: import('..').FFormItemType<import('../../types').AnyObject>[];
302
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
303
+ beforeCreate?: (() => void) | (() => void)[];
304
+ created?: (() => void) | (() => void)[];
305
+ beforeMount?: (() => void) | (() => void)[];
306
+ mounted?: (() => void) | (() => void)[];
307
+ beforeUpdate?: (() => void) | (() => void)[];
308
+ updated?: (() => void) | (() => void)[];
309
+ activated?: (() => void) | (() => void)[];
310
+ deactivated?: (() => void) | (() => void)[];
311
+ beforeDestroy?: (() => void) | (() => void)[];
312
+ beforeUnmount?: (() => void) | (() => void)[];
313
+ destroyed?: (() => void) | (() => void)[];
314
+ unmounted?: (() => void) | (() => void)[];
315
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
316
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
317
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
318
+ };
319
+ $forceUpdate: () => void;
320
+ $nextTick: typeof import('vue').nextTick;
321
+ $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;
322
+ } & Readonly<{
323
+ data: Record<string, any>;
324
+ defaultData: Record<string, any>;
325
+ gridProps: import('@arco-design/web-vue').GridProps & {
326
+ style?: import('vue').CSSProperties;
327
+ class?: string | string[] | object;
328
+ };
329
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
330
+ labelWidth: string | number;
331
+ items: import('..').FFormItemType<import('../../types').AnyObject>[];
332
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
333
+ contentClass: {
334
+ type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
335
+ };
336
+ data: {
337
+ type: ObjectConstructor;
338
+ default: null;
339
+ };
340
+ defaultData: {
341
+ type: ObjectConstructor;
342
+ default: null;
343
+ };
344
+ gridProps: {
345
+ type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
346
+ style?: import('vue').CSSProperties;
347
+ class?: string | string[] | object;
348
+ }>;
349
+ default: () => {};
350
+ };
351
+ itemSpan: {
352
+ type: import('vue').PropType<import('@arco-design/web-vue').GridItemProps | number>;
353
+ default: () => {
354
+ span: {
355
+ xxl: number;
356
+ xl: number;
357
+ lg: number;
358
+ md: number;
359
+ sm: number;
360
+ xs: number;
361
+ };
362
+ };
363
+ };
364
+ labelWidth: {
365
+ type: import('vue').PropType<number | string>;
366
+ default: string;
367
+ };
368
+ items: {
369
+ type: import('vue').PropType<import('..').FFormItemType[]>;
370
+ default: () => never[];
371
+ required: boolean;
372
+ };
373
+ }>> & Readonly<{}>, "ins" | "setFieldValue" | ("data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items")> & import('vue').ShallowUnwrapRef<{
374
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
375
+ setFieldValue: (field: string, value: any) => void;
376
+ ins: import('vue').Ref<any, any>;
377
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
378
+ $slots: Partial<Record<NonNullable<`item-undefined_${string}` | `item-${string}_${string}`>, (_: any) => any>> & {
379
+ prepend?(_: {
380
+ data: Record<string, any>;
381
+ }): any;
382
+ append?(_: {
383
+ data: Record<string, any>;
384
+ }): any;
385
+ };
386
+ }) | undefined>;
387
+ tableIns: import('vue').Ref<import('vue').ShallowUnwrapRef<{
388
+ dataTotal: import('vue').ComputedRef<any> | import('vue').Ref<number, number>;
389
+ pageData: false | {
390
+ size: number;
391
+ index: number;
392
+ };
393
+ currentPageData: import('vue').Ref<any, any>;
394
+ replayMethodData: (params?: import('../../types').AnyObject, firstPage?: boolean) => Promise<void>;
395
+ clearSelected: () => void;
396
+ selectedRowKeys: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
397
+ selectedRows: import('vue').Ref<Record<string | number, any>[], Record<string | number, any>[]>;
398
+ ins: import('vue').Ref<any, any>;
399
+ getExportColumnsWithModal: {
400
+ <T extends "dataIndex" | "cols">(cfg?: ({
401
+ title?: string;
402
+ openModal?: boolean;
403
+ returnType?: "dataIndex" | "cols";
404
+ } & {
405
+ returnType: T;
406
+ }) | undefined): Promise<T extends "dataIndex" ? string[] : import('..').FTableCol<import('../../types').AnyObject, import('../../types').AnyObject>[]>;
407
+ (callback: (cols: string[]) => void, title?: string, openModal?: boolean): Promise<string[]>;
408
+ };
409
+ }> | undefined, import('vue').ShallowUnwrapRef<{
410
+ dataTotal: import('vue').ComputedRef<any> | import('vue').Ref<number, number>;
411
+ pageData: false | {
412
+ size: number;
413
+ index: number;
414
+ };
415
+ currentPageData: import('vue').Ref<any, any>;
416
+ replayMethodData: (params?: import('../../types').AnyObject, firstPage?: boolean) => Promise<void>;
417
+ clearSelected: () => void;
418
+ selectedRowKeys: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
419
+ selectedRows: import('vue').Ref<Record<string | number, any>[], Record<string | number, any>[]>;
420
+ ins: import('vue').Ref<any, any>;
421
+ getExportColumnsWithModal: {
422
+ <T extends "dataIndex" | "cols">(cfg?: ({
423
+ title?: string;
424
+ openModal?: boolean;
425
+ returnType?: "dataIndex" | "cols";
426
+ } & {
427
+ returnType: T;
428
+ }) | undefined): Promise<T extends "dataIndex" ? string[] : import('..').FTableCol<import('../../types').AnyObject, import('../../types').AnyObject>[]>;
429
+ (callback: (cols: string[]) => void, title?: string, openModal?: boolean): Promise<string[]>;
430
+ };
431
+ }> | undefined>;
432
+ }> | undefined, import('vue').ShallowUnwrapRef<{
433
+ query: () => Promise<void>;
434
+ filterIns: import('vue').Ref<({
435
+ $: import('vue').ComponentInternalInstance;
436
+ $data: {};
437
+ $props: Partial<{
438
+ data: Record<string, any>;
439
+ defaultData: Record<string, any>;
440
+ gridProps: import('@arco-design/web-vue').GridProps & {
441
+ style?: import('vue').CSSProperties;
442
+ class?: string | string[] | object;
443
+ };
444
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
445
+ labelWidth: string | number;
446
+ items: import('..').FFormItemType<import('../../types').AnyObject>[];
447
+ }> & Omit<{
448
+ readonly data: Record<string, any>;
449
+ readonly defaultData: Record<string, any>;
450
+ readonly gridProps: import('@arco-design/web-vue').GridProps & {
451
+ style?: import('vue').CSSProperties;
452
+ class?: string | string[] | object;
453
+ };
454
+ readonly itemSpan: number | import('@arco-design/web-vue').GridItemProps;
455
+ readonly labelWidth: string | number;
456
+ readonly items: import('..').FFormItemType<import('../../types').AnyObject>[];
457
+ readonly contentClass?: string | unknown[] | import('vue').CSSProperties | undefined;
458
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items">;
459
+ $attrs: import('vue').Attrs;
460
+ $refs: {
461
+ [x: string]: unknown;
462
+ };
463
+ $slots: Readonly<{
464
+ [name: string]: import('vue').Slot<any> | undefined;
465
+ }>;
466
+ $root: import('vue').ComponentPublicInstance | null;
467
+ $parent: import('vue').ComponentPublicInstance | null;
468
+ $host: Element | null;
469
+ $emit: (event: string, ...args: any[]) => void;
470
+ $el: any;
471
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
472
+ contentClass: {
473
+ type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
474
+ };
475
+ data: {
476
+ type: ObjectConstructor;
477
+ default: null;
478
+ };
479
+ defaultData: {
480
+ type: ObjectConstructor;
481
+ default: null;
482
+ };
483
+ gridProps: {
484
+ type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
485
+ style?: import('vue').CSSProperties;
486
+ class?: string | string[] | object;
487
+ }>;
488
+ default: () => {};
489
+ };
490
+ itemSpan: {
491
+ type: import('vue').PropType<import('@arco-design/web-vue').GridItemProps | number>;
492
+ default: () => {
493
+ span: {
494
+ xxl: number;
495
+ xl: number;
496
+ lg: number;
497
+ md: number;
498
+ sm: number;
499
+ xs: number;
500
+ };
501
+ };
502
+ };
503
+ labelWidth: {
504
+ type: import('vue').PropType<number | string>;
505
+ default: string;
506
+ };
507
+ items: {
508
+ type: import('vue').PropType<import('..').FFormItemType[]>;
509
+ default: () => never[];
510
+ required: boolean;
511
+ };
512
+ }>> & Readonly<{}>, {
513
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
514
+ setFieldValue: (field: string, value: any) => void;
515
+ ins: import('vue').Ref<any, any>;
516
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
517
+ data: Record<string, any>;
518
+ defaultData: Record<string, any>;
519
+ gridProps: import('@arco-design/web-vue').GridProps & {
520
+ style?: import('vue').CSSProperties;
521
+ class?: string | string[] | object;
522
+ };
523
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
524
+ labelWidth: string | number;
525
+ items: import('..').FFormItemType<import('../../types').AnyObject>[];
526
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
527
+ beforeCreate?: (() => void) | (() => void)[];
528
+ created?: (() => void) | (() => void)[];
529
+ beforeMount?: (() => void) | (() => void)[];
530
+ mounted?: (() => void) | (() => void)[];
531
+ beforeUpdate?: (() => void) | (() => void)[];
532
+ updated?: (() => void) | (() => void)[];
533
+ activated?: (() => void) | (() => void)[];
534
+ deactivated?: (() => void) | (() => void)[];
535
+ beforeDestroy?: (() => void) | (() => void)[];
536
+ beforeUnmount?: (() => void) | (() => void)[];
537
+ destroyed?: (() => void) | (() => void)[];
538
+ unmounted?: (() => void) | (() => void)[];
539
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
540
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
541
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
542
+ };
543
+ $forceUpdate: () => void;
544
+ $nextTick: typeof import('vue').nextTick;
545
+ $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;
546
+ } & Readonly<{
547
+ data: Record<string, any>;
548
+ defaultData: Record<string, any>;
549
+ gridProps: import('@arco-design/web-vue').GridProps & {
550
+ style?: import('vue').CSSProperties;
551
+ class?: string | string[] | object;
552
+ };
553
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
554
+ labelWidth: string | number;
555
+ items: import('..').FFormItemType<import('../../types').AnyObject>[];
556
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
557
+ contentClass: {
558
+ type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
559
+ };
560
+ data: {
561
+ type: ObjectConstructor;
562
+ default: null;
563
+ };
564
+ defaultData: {
565
+ type: ObjectConstructor;
566
+ default: null;
567
+ };
568
+ gridProps: {
569
+ type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
570
+ style?: import('vue').CSSProperties;
571
+ class?: string | string[] | object;
572
+ }>;
573
+ default: () => {};
574
+ };
575
+ itemSpan: {
576
+ type: import('vue').PropType<import('@arco-design/web-vue').GridItemProps | number>;
577
+ default: () => {
578
+ span: {
579
+ xxl: number;
580
+ xl: number;
581
+ lg: number;
582
+ md: number;
583
+ sm: number;
584
+ xs: number;
585
+ };
586
+ };
587
+ };
588
+ labelWidth: {
589
+ type: import('vue').PropType<number | string>;
590
+ default: string;
591
+ };
592
+ items: {
593
+ type: import('vue').PropType<import('..').FFormItemType[]>;
594
+ default: () => never[];
595
+ required: boolean;
596
+ };
597
+ }>> & Readonly<{}>, "ins" | "setFieldValue" | ("data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items")> & import('vue').ShallowUnwrapRef<{
598
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
599
+ setFieldValue: (field: string, value: any) => void;
600
+ ins: import('vue').Ref<any, any>;
601
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
602
+ $slots: Partial<Record<NonNullable<`item-undefined_${string}` | `item-${string}_${string}`>, (_: any) => any>> & {
603
+ prepend?(_: {
604
+ data: Record<string, any>;
605
+ }): any;
606
+ append?(_: {
607
+ data: Record<string, any>;
608
+ }): any;
609
+ };
610
+ }) | undefined, ({
611
+ $: import('vue').ComponentInternalInstance;
612
+ $data: {};
613
+ $props: Partial<{
614
+ data: Record<string, any>;
615
+ defaultData: Record<string, any>;
616
+ gridProps: import('@arco-design/web-vue').GridProps & {
617
+ style?: import('vue').CSSProperties;
618
+ class?: string | string[] | object;
619
+ };
620
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
621
+ labelWidth: string | number;
622
+ items: import('..').FFormItemType<import('../../types').AnyObject>[];
623
+ }> & Omit<{
624
+ readonly data: Record<string, any>;
625
+ readonly defaultData: Record<string, any>;
626
+ readonly gridProps: import('@arco-design/web-vue').GridProps & {
627
+ style?: import('vue').CSSProperties;
628
+ class?: string | string[] | object;
629
+ };
630
+ readonly itemSpan: number | import('@arco-design/web-vue').GridItemProps;
631
+ readonly labelWidth: string | number;
632
+ readonly items: import('..').FFormItemType<import('../../types').AnyObject>[];
633
+ readonly contentClass?: string | unknown[] | import('vue').CSSProperties | undefined;
634
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items">;
635
+ $attrs: import('vue').Attrs;
636
+ $refs: {
637
+ [x: string]: unknown;
638
+ };
639
+ $slots: Readonly<{
640
+ [name: string]: import('vue').Slot<any> | undefined;
641
+ }>;
642
+ $root: import('vue').ComponentPublicInstance | null;
643
+ $parent: import('vue').ComponentPublicInstance | null;
644
+ $host: Element | null;
645
+ $emit: (event: string, ...args: any[]) => void;
646
+ $el: any;
647
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
648
+ contentClass: {
649
+ type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
650
+ };
651
+ data: {
652
+ type: ObjectConstructor;
653
+ default: null;
654
+ };
655
+ defaultData: {
656
+ type: ObjectConstructor;
657
+ default: null;
658
+ };
659
+ gridProps: {
660
+ type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
661
+ style?: import('vue').CSSProperties;
662
+ class?: string | string[] | object;
663
+ }>;
664
+ default: () => {};
665
+ };
666
+ itemSpan: {
667
+ type: import('vue').PropType<import('@arco-design/web-vue').GridItemProps | number>;
668
+ default: () => {
669
+ span: {
670
+ xxl: number;
671
+ xl: number;
672
+ lg: number;
673
+ md: number;
674
+ sm: number;
675
+ xs: number;
676
+ };
677
+ };
678
+ };
679
+ labelWidth: {
680
+ type: import('vue').PropType<number | string>;
681
+ default: string;
682
+ };
683
+ items: {
684
+ type: import('vue').PropType<import('..').FFormItemType[]>;
685
+ default: () => never[];
686
+ required: boolean;
687
+ };
688
+ }>> & Readonly<{}>, {
689
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
690
+ setFieldValue: (field: string, value: any) => void;
691
+ ins: import('vue').Ref<any, any>;
692
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
693
+ data: Record<string, any>;
694
+ defaultData: Record<string, any>;
695
+ gridProps: import('@arco-design/web-vue').GridProps & {
696
+ style?: import('vue').CSSProperties;
697
+ class?: string | string[] | object;
698
+ };
699
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
700
+ labelWidth: string | number;
701
+ items: import('..').FFormItemType<import('../../types').AnyObject>[];
702
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
703
+ beforeCreate?: (() => void) | (() => void)[];
704
+ created?: (() => void) | (() => void)[];
705
+ beforeMount?: (() => void) | (() => void)[];
706
+ mounted?: (() => void) | (() => void)[];
707
+ beforeUpdate?: (() => void) | (() => void)[];
708
+ updated?: (() => void) | (() => void)[];
709
+ activated?: (() => void) | (() => void)[];
710
+ deactivated?: (() => void) | (() => void)[];
711
+ beforeDestroy?: (() => void) | (() => void)[];
712
+ beforeUnmount?: (() => void) | (() => void)[];
713
+ destroyed?: (() => void) | (() => void)[];
714
+ unmounted?: (() => void) | (() => void)[];
715
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
716
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
717
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
718
+ };
719
+ $forceUpdate: () => void;
720
+ $nextTick: typeof import('vue').nextTick;
721
+ $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;
722
+ } & Readonly<{
723
+ data: Record<string, any>;
724
+ defaultData: Record<string, any>;
725
+ gridProps: import('@arco-design/web-vue').GridProps & {
726
+ style?: import('vue').CSSProperties;
727
+ class?: string | string[] | object;
728
+ };
729
+ itemSpan: number | import('@arco-design/web-vue').GridItemProps;
730
+ labelWidth: string | number;
731
+ items: import('..').FFormItemType<import('../../types').AnyObject>[];
732
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
733
+ contentClass: {
734
+ type: import('vue').PropType<string | unknown[] | import('vue').CSSProperties>;
735
+ };
736
+ data: {
737
+ type: ObjectConstructor;
738
+ default: null;
739
+ };
740
+ defaultData: {
741
+ type: ObjectConstructor;
742
+ default: null;
743
+ };
744
+ gridProps: {
745
+ type: import('vue').PropType<import('@arco-design/web-vue').GridProps & {
746
+ style?: import('vue').CSSProperties;
747
+ class?: string | string[] | object;
748
+ }>;
749
+ default: () => {};
750
+ };
751
+ itemSpan: {
752
+ type: import('vue').PropType<import('@arco-design/web-vue').GridItemProps | number>;
753
+ default: () => {
754
+ span: {
755
+ xxl: number;
756
+ xl: number;
757
+ lg: number;
758
+ md: number;
759
+ sm: number;
760
+ xs: number;
761
+ };
762
+ };
763
+ };
764
+ labelWidth: {
765
+ type: import('vue').PropType<number | string>;
766
+ default: string;
767
+ };
768
+ items: {
769
+ type: import('vue').PropType<import('..').FFormItemType[]>;
770
+ default: () => never[];
771
+ required: boolean;
772
+ };
773
+ }>> & Readonly<{}>, "ins" | "setFieldValue" | ("data" | "defaultData" | "gridProps" | "itemSpan" | "labelWidth" | "items")> & import('vue').ShallowUnwrapRef<{
774
+ data: import('vue').Ref<Record<string, any>, Record<string, any>>;
775
+ setFieldValue: (field: string, value: any) => void;
776
+ ins: import('vue').Ref<any, any>;
777
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
778
+ $slots: Partial<Record<NonNullable<`item-undefined_${string}` | `item-${string}_${string}`>, (_: any) => any>> & {
779
+ prepend?(_: {
780
+ data: Record<string, any>;
781
+ }): any;
782
+ append?(_: {
783
+ data: Record<string, any>;
784
+ }): any;
785
+ };
786
+ }) | undefined>;
787
+ tableIns: import('vue').Ref<import('vue').ShallowUnwrapRef<{
788
+ dataTotal: import('vue').ComputedRef<any> | import('vue').Ref<number, number>;
789
+ pageData: false | {
790
+ size: number;
791
+ index: number;
792
+ };
793
+ currentPageData: import('vue').Ref<any, any>;
794
+ replayMethodData: (params?: import('../../types').AnyObject, firstPage?: boolean) => Promise<void>;
795
+ clearSelected: () => void;
796
+ selectedRowKeys: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
797
+ selectedRows: import('vue').Ref<Record<string | number, any>[], Record<string | number, any>[]>;
798
+ ins: import('vue').Ref<any, any>;
799
+ getExportColumnsWithModal: {
800
+ <T extends "dataIndex" | "cols">(cfg?: ({
801
+ title?: string;
802
+ openModal?: boolean;
803
+ returnType?: "dataIndex" | "cols";
804
+ } & {
805
+ returnType: T;
806
+ }) | undefined): Promise<T extends "dataIndex" ? string[] : import('..').FTableCol<import('../../types').AnyObject, import('../../types').AnyObject>[]>;
807
+ (callback: (cols: string[]) => void, title?: string, openModal?: boolean): Promise<string[]>;
808
+ };
809
+ }> | undefined, import('vue').ShallowUnwrapRef<{
810
+ dataTotal: import('vue').ComputedRef<any> | import('vue').Ref<number, number>;
811
+ pageData: false | {
812
+ size: number;
813
+ index: number;
814
+ };
815
+ currentPageData: import('vue').Ref<any, any>;
816
+ replayMethodData: (params?: import('../../types').AnyObject, firstPage?: boolean) => Promise<void>;
817
+ clearSelected: () => void;
818
+ selectedRowKeys: import('vue').ModelRef<(string | number)[], string, (string | number)[], (string | number)[]>;
819
+ selectedRows: import('vue').Ref<Record<string | number, any>[], Record<string | number, any>[]>;
820
+ ins: import('vue').Ref<any, any>;
821
+ getExportColumnsWithModal: {
822
+ <T extends "dataIndex" | "cols">(cfg?: ({
823
+ title?: string;
824
+ openModal?: boolean;
825
+ returnType?: "dataIndex" | "cols";
826
+ } & {
827
+ returnType: T;
828
+ }) | undefined): Promise<T extends "dataIndex" ? string[] : import('..').FTableCol<import('../../types').AnyObject, import('../../types').AnyObject>[]>;
829
+ (callback: (cols: string[]) => void, title?: string, openModal?: boolean): Promise<string[]>;
830
+ };
831
+ }> | undefined>;
832
+ }> | undefined>;
833
+ /**
834
+ * 打开弹层
835
+ */
836
+ open(): void;
837
+ /**
838
+ * 关闭弹层
839
+ * 注意:此方法直接关闭弹层,不会进行触发任何事件(例:ok相关事件)
840
+ */
841
+ close(): void;
842
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
843
+ ok: (data: {
844
+ keys: FTableProps["selectedKeys"];
845
+ list: FTableProps["defaultSelectedRows"];
846
+ }, e?: Event | undefined) => void;
847
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
848
+ visible: import('vue').PropType<boolean>;
849
+ popupProps: {
850
+ type: import('vue').PropType<Omit<ModalConfig, "footer" | "title" | "content" | "onBeforeOk" | "onOk"> & {
851
+ footer?: boolean;
852
+ title?: string;
853
+ }>;
854
+ default: () => {
855
+ title: string;
856
+ };
857
+ };
858
+ unmountOnClose: {
859
+ type: BooleanConstructor;
860
+ default: boolean;
861
+ };
862
+ queryListOptions: {
863
+ required: boolean;
864
+ type: import('vue').PropType<FQueryListProps>;
865
+ };
866
+ defaultSelectedRows: {
867
+ type: import('vue').PropType<FTableProps["defaultSelectedRows"]>;
868
+ default: null;
869
+ };
870
+ onBeforeOk: {
871
+ type: import('vue').PropType<import('./fpop-choice').FPopChoiceOnBeforeOk>;
872
+ };
873
+ }>> & Readonly<{
874
+ onOk?: ((data: {
875
+ keys: FTableProps["selectedKeys"];
876
+ list: FTableProps["defaultSelectedRows"];
877
+ }, e?: Event | undefined) => any) | undefined;
878
+ }>, {
879
+ unmountOnClose: boolean;
880
+ defaultSelectedRows: Record<string | number, any>[] | undefined;
881
+ popupProps: Omit<ModalConfig, "footer" | "title" | "content" | "onBeforeOk" | "onOk"> & {
882
+ footer?: boolean;
883
+ title?: string;
884
+ };
885
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
886
+ export default _default;