@flyto/farco 1.2.1 → 1.4.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.
- package/dist/chunk-0b1102a0.js +95 -0
- package/dist/chunk-0d0f8483.js +6 -0
- package/dist/chunk-0ec0668f.js +42 -0
- package/dist/chunk-0f50b26a.js +153 -0
- package/dist/chunk-17a233d7.js +1 -0
- package/dist/chunk-18dd07f2.js +71 -0
- package/dist/chunk-28ba1e67.js +4525 -0
- package/dist/chunk-2d4cc9ab.js +287 -0
- package/dist/chunk-32aa5901.js +1 -0
- package/dist/chunk-3659754f.js +103 -0
- package/dist/chunk-3e27c862.js +38 -0
- package/dist/chunk-3e3782aa.js +1 -0
- package/dist/chunk-451afd44.js +58 -0
- package/dist/chunk-45dbb8f9.js +1 -0
- package/dist/chunk-540a3872.js +1 -0
- package/dist/chunk-5672685f.js +2 -0
- package/dist/chunk-592857c5.js +1 -0
- package/dist/chunk-5f89350b.js +2 -0
- package/dist/chunk-6c665483.js +4 -0
- package/dist/chunk-7779a34c.js +169 -0
- package/dist/chunk-7e78427e.js +1 -0
- package/dist/chunk-7f0e9b41.js +1 -0
- package/dist/chunk-82468a2e.js +1 -0
- package/dist/chunk-867494bd.js +99 -0
- package/dist/chunk-8a4bafe4.js +135 -0
- package/dist/chunk-912642ce.js +36 -0
- package/dist/chunk-995c23b4.js +85 -0
- package/dist/chunk-a016ffab.js +1 -0
- package/dist/chunk-a1e9227b.js +1 -0
- package/dist/chunk-a67d2308.js +1 -0
- package/dist/chunk-abb01801.js +955 -0
- package/dist/chunk-b2838051.js +42 -0
- package/dist/chunk-c4c93c86.js +1 -0
- package/dist/chunk-c9e8fc0f.js +5 -0
- package/dist/chunk-db179b28.js +82 -0
- package/dist/chunk-dc6689c4.js +34 -0
- package/dist/chunk-e7fc446a.js +29 -0
- package/dist/chunk-ed8bf4fb.js +12607 -0
- package/dist/chunk-f363e104.js +1 -0
- package/dist/chunk-fe45f9f8.js +1 -0
- package/dist/fbutton.cjs.js +1 -0
- package/dist/fbutton.es.js +9 -0
- package/dist/fcheckbox.cjs.js +1 -0
- package/dist/fcheckbox.es.js +8 -0
- package/dist/fdate.cjs.js +1 -0
- package/dist/fdate.es.js +8 -0
- package/dist/fform-item.cjs.js +1 -0
- package/dist/fform-item.es.js +26 -0
- package/dist/fform.cjs.js +1 -0
- package/dist/fform.es.js +24 -0
- package/dist/ficon.cjs.js +1 -0
- package/dist/ficon.es.js +9 -0
- package/dist/finput.cjs.js +1 -0
- package/dist/finput.es.js +9 -0
- package/dist/flink.cjs.js +1 -0
- package/dist/flink.es.js +9 -0
- package/dist/fml-input.cjs.js +1 -0
- package/dist/fml-input.es.js +11 -0
- package/dist/fpop-choice.cjs.js +1 -0
- package/dist/fpop-choice.es.js +26 -0
- package/dist/fquery-list.cjs.js +1 -0
- package/dist/fquery-list.es.js +24 -0
- package/dist/fradio.cjs.js +1 -0
- package/dist/fradio.es.js +8 -0
- package/dist/frange.cjs.js +1 -0
- package/dist/frange.es.js +10 -0
- package/dist/fsearch.cjs.js +1 -0
- package/dist/fsearch.es.js +24 -0
- package/dist/fselect.cjs.js +1 -0
- package/dist/fselect.es.js +12 -0
- package/dist/fskeleton.cjs.js +1 -0
- package/dist/fskeleton.es.js +8 -0
- package/dist/fswitch.cjs.js +1 -0
- package/dist/fswitch.es.js +8 -0
- package/dist/ftable.cjs.js +1 -0
- package/dist/ftable.es.js +13 -0
- package/dist/ftext.cjs.js +1 -0
- package/dist/ftext.es.js +12 -0
- package/dist/ftextarea.cjs.js +1 -0
- package/dist/ftextarea.es.js +9 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.es.js +175 -19505
- package/dist/index.umd.js +25 -25
- package/dist/keys.cjs.js +1 -0
- package/dist/keys.es.js +9 -0
- package/dist/style.css +1 -1
- package/dist/types/components/fbutton/fbutton.d.ts +35 -35
- package/dist/types/components/fbutton/fbutton.vue.d.ts +35 -33
- package/dist/types/components/fbutton/index.d.ts +4 -4
- package/dist/types/components/fcheckbox/constants/index.d.ts +10 -10
- package/dist/types/components/fcheckbox/fcheckbox.d.ts +41 -41
- package/dist/types/components/fcheckbox/fcheckbox.vue.d.ts +168 -166
- package/dist/types/components/fcheckbox/index.d.ts +4 -4
- package/dist/types/components/fdate/fdate.d.ts +67 -67
- package/dist/types/components/fdate/fdate.vue.d.ts +47 -45
- package/dist/types/components/fdate/index.d.ts +4 -4
- package/dist/types/components/fform/fform.d.ts +83 -83
- package/dist/types/components/fform/fform.vue.d.ts +124 -122
- package/dist/types/components/fform/index.d.ts +4 -4
- package/dist/types/components/fform-item/fform-item.d.ts +91 -91
- package/dist/types/components/fform-item/fform-item.vue.d.ts +121 -117
- package/dist/types/components/fform-item/index.d.ts +4 -4
- package/dist/types/components/ficon/ficon.d.ts +44 -44
- package/dist/types/components/ficon/ficon.vue.d.ts +63 -59
- package/dist/types/components/ficon/index.d.ts +4 -4
- package/dist/types/components/finput/finput.d.ts +54 -54
- package/dist/types/components/finput/finput.vue.d.ts +87 -83
- package/dist/types/components/finput/index.d.ts +4 -4
- package/dist/types/components/flink/flink.d.ts +26 -26
- package/dist/types/components/flink/flink.vue.d.ts +42 -40
- package/dist/types/components/flink/index.d.ts +4 -4
- package/dist/types/components/fml-input/fml-input.d.ts +74 -74
- package/dist/types/components/fml-input/fml-input.vue.d.ts +601 -622
- package/dist/types/components/fml-input/index.d.ts +4 -4
- package/dist/types/components/fpop-choice/fpop-choice.d.ts +52 -52
- package/dist/types/components/fpop-choice/fpop-choice.vue.d.ts +884 -891
- package/dist/types/components/fpop-choice/index.d.ts +5 -5
- package/dist/types/components/fpop-choice/utils/index.d.ts +16 -16
- package/dist/types/components/fquery-list/fquery-list.d.ts +133 -133
- package/dist/types/components/fquery-list/fquery-list.vue.d.ts +467 -1352
- package/dist/types/components/fquery-list/index.d.ts +4 -4
- package/dist/types/components/fradio/constants/index.d.ts +8 -8
- package/dist/types/components/fradio/fradio.d.ts +48 -48
- package/dist/types/components/fradio/fradio.vue.d.ts +176 -174
- package/dist/types/components/fradio/index.d.ts +4 -4
- package/dist/types/components/frange/frange.d.ts +47 -47
- package/dist/types/components/frange/frange.vue.d.ts +92 -90
- package/dist/types/components/frange/index.d.ts +4 -4
- package/dist/types/components/fsearch/fsearch.d.ts +75 -75
- package/dist/types/components/fsearch/fsearch.vue.d.ts +103 -103
- package/dist/types/components/fsearch/index.d.ts +4 -4
- package/dist/types/components/fselect/constants/index.d.ts +6 -6
- package/dist/types/components/fselect/fselect-option.vue.d.ts +25 -25
- package/dist/types/components/fselect/fselect.d.ts +120 -120
- package/dist/types/components/fselect/fselect.vue.d.ts +184 -182
- package/dist/types/components/fselect/index.d.ts +4 -4
- package/dist/types/components/fskeleton/fskeleton.d.ts +18 -18
- package/dist/types/components/fskeleton/fskeleton.vue.d.ts +17 -15
- package/dist/types/components/fskeleton/index.d.ts +4 -4
- package/dist/types/components/fswitch/fswitch.d.ts +8 -8
- package/dist/types/components/fswitch/fswitch.vue.d.ts +365 -365
- package/dist/types/components/fswitch/index.d.ts +4 -4
- package/dist/types/components/ftable/constants/index.d.ts +14 -14
- package/dist/types/components/ftable/ftable-cols-set.vue.d.ts +6 -6
- package/dist/types/components/ftable/ftable-toolbar.vue.d.ts +57 -54
- package/dist/types/components/ftable/ftable.d.ts +332 -332
- package/dist/types/components/ftable/ftable.vue.d.ts +139 -333
- package/dist/types/components/ftable/index.d.ts +4 -4
- package/dist/types/components/ftable/utils/index.d.ts +13 -13
- package/dist/types/components/ftext/ftext.d.ts +97 -96
- package/dist/types/components/ftext/ftext.vue.d.ts +88 -86
- package/dist/types/components/ftext/index.d.ts +4 -4
- package/dist/types/components/ftextarea/ftextarea.d.ts +32 -32
- package/dist/types/components/ftextarea/ftextarea.vue.d.ts +569 -575
- package/dist/types/components/ftextarea/index.d.ts +4 -4
- package/dist/types/components/index.d.ts +40 -40
- package/dist/types/constants/fform.d.ts +8 -8
- package/dist/types/constants/global.d.ts +9 -24
- package/dist/types/constants/keys.d.ts +14 -0
- package/dist/types/env.d.ts +4 -0
- package/dist/types/index.d.ts +14 -15
- package/dist/types/types/global.d.ts +44 -44
- package/dist/types/types/index.d.ts +1 -1
- package/dist/types/utils/business-format.d.ts +136 -136
- package/dist/types/utils/index.d.ts +4 -4
- package/package.json +24 -4
|
@@ -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
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
ins
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
<
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
<
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
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;
|