@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.
- 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/keys.cjs.js +1 -0
- package/dist/keys.es.js +9 -0
- 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 +23 -3
- 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
|
-
|
|
5
|
-
|
|
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
|
-
readonly
|
|
49
|
-
readonly
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
readonly
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
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
|
-
readonly
|
|
226
|
-
readonly
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
readonly
|
|
232
|
-
readonly
|
|
233
|
-
readonly
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
$
|
|
237
|
-
[x: string]: unknown;
|
|
238
|
-
};
|
|
239
|
-
$
|
|
240
|
-
[
|
|
241
|
-
}
|
|
242
|
-
$
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
$
|
|
246
|
-
$
|
|
247
|
-
$
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
type:
|
|
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
|
-
type:
|
|
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
|
-
data: Record<string, any>;
|
|
384
|
-
}): any;
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
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
|
-
readonly
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
$
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
$
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
};
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
};
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
readonly
|
|
631
|
-
readonly
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
$
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
$
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
type:
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
default:
|
|
665
|
-
};
|
|
666
|
-
|
|
667
|
-
type: import('vue').PropType<import('@arco-design/web-vue').
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
};
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
type:
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
default:
|
|
750
|
-
};
|
|
751
|
-
|
|
752
|
-
type: import('vue').PropType<import('@arco-design/web-vue').
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
};
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
type: import('vue').PropType<
|
|
872
|
-
};
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
onOk
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
}
|
|
885
|
-
}
|
|
886
|
-
|
|
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;
|