@mparticle/aquarium 1.6.1 → 1.6.2
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/README.md +0 -4
- package/dist/aquarium.js +28715 -0
- package/dist/aquarium.umd.cjs +300 -0
- package/dist/index.d.ts +626 -553
- package/dist/style.css +1 -1
- package/package.json +19 -20
- package/dist/aquarium.mjs +0 -4178
package/dist/index.d.ts
CHANGED
|
@@ -1,553 +1,626 @@
|
|
|
1
|
-
import { AffixProps } from 'antd';
|
|
2
|
-
import { AlertProps } from 'antd';
|
|
3
|
-
import { AnchorProps } from 'antd';
|
|
4
|
-
import { AppProps } from 'antd';
|
|
5
|
-
import { AutoCompleteProps } from 'antd';
|
|
6
|
-
import { AvatarProps } from 'antd';
|
|
7
|
-
import { BadgeProps } from 'antd';
|
|
8
|
-
import { BaseOptionType } from 'antd/es/select';
|
|
9
|
-
import { BreadcrumbItemProps } from 'antd';
|
|
10
|
-
import { BreadcrumbProps } from 'antd';
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
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
|
-
export declare const
|
|
142
|
-
|
|
143
|
-
export declare const
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
export declare const
|
|
155
|
-
|
|
156
|
-
declare
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
export declare const
|
|
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
|
-
export declare
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
export declare
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
export declare
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
export declare
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
export
|
|
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
|
-
export declare interface
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
export declare interface
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
export declare interface
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
export declare interface
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
export declare interface
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
export declare interface
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
export
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
export declare interface
|
|
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
|
-
export declare interface
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
export
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
export
|
|
404
|
-
|
|
405
|
-
export
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
export
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
export declare
|
|
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
|
-
export declare interface
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
export declare
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
declare
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
export declare
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
export declare
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
export declare
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
export declare
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
export declare
|
|
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
|
-
|
|
1
|
+
import { AffixProps } from 'antd';
|
|
2
|
+
import { AlertProps } from 'antd';
|
|
3
|
+
import { AnchorProps } from 'antd';
|
|
4
|
+
import { AppProps } from 'antd';
|
|
5
|
+
import { AutoCompleteProps } from 'antd';
|
|
6
|
+
import { AvatarProps } from 'antd';
|
|
7
|
+
import { BadgeProps } from 'antd';
|
|
8
|
+
import { BaseOptionType } from 'antd/es/select';
|
|
9
|
+
import { BreadcrumbItemProps } from 'antd';
|
|
10
|
+
import { BreadcrumbProps } from 'antd';
|
|
11
|
+
import { ButtonGroupProps } from 'antd/es/button';
|
|
12
|
+
import { ButtonProps } from 'antd';
|
|
13
|
+
import { CalendarProps } from 'antd';
|
|
14
|
+
import { CardGridProps } from 'antd/es/card';
|
|
15
|
+
import { CardMetaProps } from 'antd/es/card';
|
|
16
|
+
import { CardProps } from 'antd';
|
|
17
|
+
import { CarouselProps } from 'antd';
|
|
18
|
+
import { CascaderPanelProps } from 'antd/es/cascader/Panel';
|
|
19
|
+
import { CascaderProps } from 'antd';
|
|
20
|
+
import { CheckableTagProps as CheckableTagProps_2 } from 'antd/lib/tag';
|
|
21
|
+
import { CheckboxGroupProps } from 'antd/es/checkbox';
|
|
22
|
+
import { CheckboxProps } from 'antd';
|
|
23
|
+
import { CheckboxRef } from 'rc-checkbox';
|
|
24
|
+
import { CheckboxValueType } from 'antd/es/checkbox/Group';
|
|
25
|
+
import { Col } from 'antd';
|
|
26
|
+
import { CollapseProps } from 'antd';
|
|
27
|
+
import { ColorPickerProps } from 'antd';
|
|
28
|
+
import { ConfigProviderProps } from 'antd/es/config-provider';
|
|
29
|
+
import { Dayjs } from 'dayjs';
|
|
30
|
+
import { default as default_2 } from 'rc-field-form/es/useWatch';
|
|
31
|
+
import { default as default_3 } from 'antd/es/form/hooks/useFormInstance';
|
|
32
|
+
import { default as default_4 } from 'antd/es/alert/ErrorBoundary';
|
|
33
|
+
import { DefaultOptionType } from 'antd/es/select';
|
|
34
|
+
import { DescriptionsItemProps } from 'antd/es/descriptions/Item';
|
|
35
|
+
import { DescriptionsProps } from 'antd';
|
|
36
|
+
import { DividerProps } from 'antd';
|
|
37
|
+
import { DrawerProps } from 'antd';
|
|
38
|
+
import { DropdownButtonProps } from 'antd/es/dropdown';
|
|
39
|
+
import { DropdownProps } from 'antd';
|
|
40
|
+
import { EmptyProps } from 'antd';
|
|
41
|
+
import { ErrorListProps } from 'antd/es/form';
|
|
42
|
+
import { FC } from 'react';
|
|
43
|
+
import { FlexProps } from 'antd';
|
|
44
|
+
import { FloatButtonProps } from 'antd';
|
|
45
|
+
import { FormItemProps } from 'antd';
|
|
46
|
+
import { FormListProps } from 'antd/es/form';
|
|
47
|
+
import { FormProps } from 'antd';
|
|
48
|
+
import { FormProviderProps } from 'antd/es/form/context';
|
|
49
|
+
import { ForwardRefExoticComponent } from 'react';
|
|
50
|
+
import { Grid } from 'antd';
|
|
51
|
+
import { GroupProps } from 'antd/es/input';
|
|
52
|
+
import { GroupProps as GroupProps_2 } from 'antd/es/avatar';
|
|
53
|
+
import { ColProps as IColProps } from 'antd';
|
|
54
|
+
import { IFlexProps as IFlexProps_2 } from '../../../../../../../../../src/components/layout/Flex/Flex';
|
|
55
|
+
import { IGlobalNavigationLogo } from '../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
|
|
56
|
+
import { IGlobalNavigationLogo as IGlobalNavigationLogo_2 } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
|
|
57
|
+
import { IGlobalNavigationManagement } from '../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
|
|
58
|
+
import { IGlobalNavigationManagement as IGlobalNavigationManagement_2 } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
|
|
59
|
+
import { IGlobalNavigationTool } from '../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
|
|
60
|
+
import { IGlobalNavigationTool as IGlobalNavigationTool_2 } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
|
|
61
|
+
import { ImageProps } from 'antd';
|
|
62
|
+
import { IMentionsProps } from './data-entry/Mentions/Mentions';
|
|
63
|
+
import { IModalProps as IModalProps_2 } from '../../../../../../../../../src/components/feedback/Modal/Modal';
|
|
64
|
+
import { INavigationAccount } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
|
|
65
|
+
import { INavigationCreateGroup } from '../../../../../../../src/components/navigation/GlobalNavigation/NavigationCreate';
|
|
66
|
+
import { INavigationCreateItem } from '../../../../../../../src/components/navigation/GlobalNavigation/NavigationCreate';
|
|
67
|
+
import { INavigationCreateProps } from '../../../../../../../src/components/navigation/GlobalNavigation/NavigationCreate';
|
|
68
|
+
import { INavigationCreateProps as INavigationCreateProps_2 } from '../../../../../../../../../src/components';
|
|
69
|
+
import { INavigationOrg } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
|
|
70
|
+
import { INavigationOrg as INavigationOrg_2 } from '../../../../../../../../../src/components/navigation/GlobalNavigation/WorkspaceSelectorItems';
|
|
71
|
+
import { INavigationWorkspace } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
|
|
72
|
+
import { InputNumberProps } from 'antd';
|
|
73
|
+
import { InputProps } from 'antd';
|
|
74
|
+
import { InputRef } from 'antd';
|
|
75
|
+
import { RowProps as IRowProps } from 'antd';
|
|
76
|
+
import { IWorkspaceSelectorDisplayItem } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
|
|
77
|
+
import { IWorkspaceSelectorItem } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems';
|
|
78
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
79
|
+
import { JSXElementConstructor } from 'react';
|
|
80
|
+
import { LayoutProps } from 'antd';
|
|
81
|
+
import { ListItemTypeProps } from 'antd/es/list/Item';
|
|
82
|
+
import { ListProps } from 'antd';
|
|
83
|
+
import { MemoExoticComponent } from 'react';
|
|
84
|
+
import { Mentions } from './data-entry/Mentions/Mentions';
|
|
85
|
+
import { MenuDividerType } from 'antd/es/menu/hooks/useItems';
|
|
86
|
+
import { MenuInfo } from 'rc-menu/lib/interface';
|
|
87
|
+
import { default as MenuItem } from 'antd/es/menu/MenuItem';
|
|
88
|
+
import { MenuItemGroupType } from 'antd/es/menu/hooks/useItems';
|
|
89
|
+
import { MenuItemType } from 'antd/es/menu/hooks/useItems';
|
|
90
|
+
import { MenuProps } from 'antd';
|
|
91
|
+
import { MessageArgsProps } from 'antd';
|
|
92
|
+
import { ModalProps } from 'antd';
|
|
93
|
+
import { NotificationArgsProps } from 'antd';
|
|
94
|
+
import { PaginationProps } from 'antd';
|
|
95
|
+
import { PasswordProps } from 'antd/es/input';
|
|
96
|
+
import { PickerDateProps } from 'antd/es/date-picker/generatePicker';
|
|
97
|
+
import { PopconfirmProps } from 'antd';
|
|
98
|
+
import { PopoverProps } from 'antd';
|
|
99
|
+
import { ProgressProps } from 'antd';
|
|
100
|
+
import { QRCodeProps } from 'antd';
|
|
101
|
+
import { RadioButtonProps } from 'antd/es/radio/radioButton';
|
|
102
|
+
import { RadioGroupProps } from 'antd';
|
|
103
|
+
import { RadioProps } from 'antd';
|
|
104
|
+
import { RateProps } from 'antd';
|
|
105
|
+
import { ReactElement } from 'react';
|
|
106
|
+
import { ReactNode } from 'react';
|
|
107
|
+
import { RefAttributes } from 'react';
|
|
108
|
+
import { ResultProps } from 'antd';
|
|
109
|
+
import { RibbonProps } from 'antd/es/badge/Ribbon';
|
|
110
|
+
import { Row } from 'antd';
|
|
111
|
+
import { SearchProps } from 'antd/es/input';
|
|
112
|
+
import { SegmentedProps } from 'antd';
|
|
113
|
+
import { SelectProps } from 'antd';
|
|
114
|
+
import { SiderProps } from 'antd';
|
|
115
|
+
import { SkeletonProps } from 'antd';
|
|
116
|
+
import { SliderRangeProps } from 'antd/es/slider';
|
|
117
|
+
import { SliderSingleProps } from 'antd/es/slider';
|
|
118
|
+
import { SpaceProps } from 'antd';
|
|
119
|
+
import { SpinProps } from 'antd';
|
|
120
|
+
import { StatisticProps } from 'antd';
|
|
121
|
+
import { StepsProps } from 'antd';
|
|
122
|
+
import { SubMenuType } from 'antd/es/menu/hooks/useItems';
|
|
123
|
+
import { SwitchProps } from 'antd';
|
|
124
|
+
import { TableProps } from 'antd';
|
|
125
|
+
import { TabsProps } from 'antd';
|
|
126
|
+
import { TagProps } from 'antd';
|
|
127
|
+
import { TextAreaProps } from 'antd/es/input';
|
|
128
|
+
import { TextAreaRef } from 'antd/es/input/TextArea';
|
|
129
|
+
import { TimelineProps } from 'antd';
|
|
130
|
+
import { TimePickerProps } from 'antd';
|
|
131
|
+
import { TooltipPropsWithTitle } from 'antd/es/tooltip';
|
|
132
|
+
import { TourProps } from 'antd';
|
|
133
|
+
import { TransferProps } from 'antd';
|
|
134
|
+
import { TreeDataNode } from 'antd';
|
|
135
|
+
import { TreeProps } from 'antd';
|
|
136
|
+
import { TreeSelectProps } from 'antd';
|
|
137
|
+
import { UploadProps } from 'antd';
|
|
138
|
+
import { useForm } from 'antd/es/form/Form';
|
|
139
|
+
import { WatermarkProps } from 'antd';
|
|
140
|
+
|
|
141
|
+
export declare const Affix: (props: IAffixProps) => JSX_2.Element;
|
|
142
|
+
|
|
143
|
+
export declare const Alert: {
|
|
144
|
+
(props: IAlertProps): JSX_2.Element;
|
|
145
|
+
ErrorBoundary: typeof default_4;
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
export declare const Anchor: (props: IAnchorProps) => JSX_2.Element;
|
|
149
|
+
|
|
150
|
+
declare type AntDatePickerProps = PickerDateProps<Dayjs>;
|
|
151
|
+
|
|
152
|
+
export declare const App: (props: IAppProps) => JSX_2.Element;
|
|
153
|
+
|
|
154
|
+
export declare const AutoComplete: (props: IAutoCompleteProps) => JSX_2.Element;
|
|
155
|
+
|
|
156
|
+
export declare const Avatar: {
|
|
157
|
+
(props: IAvatarProps): JSX_2.Element;
|
|
158
|
+
Group: FC<GroupProps_2>;
|
|
159
|
+
};
|
|
160
|
+
|
|
161
|
+
export declare const Badge: {
|
|
162
|
+
(props: IBadgeProps): JSX_2.Element;
|
|
163
|
+
Ribbon: FC<RibbonProps>;
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
export declare const Breadcrumb: {
|
|
167
|
+
(props: IBreadcrumbProps): JSX_2.Element;
|
|
168
|
+
Item: FC<BreadcrumbItemProps> & {
|
|
169
|
+
__ANT_BREADCRUMB_ITEM: boolean;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
export declare const Button: {
|
|
174
|
+
(props: IButtonProps): JSX_2.Element;
|
|
175
|
+
Group: FC<ButtonGroupProps>;
|
|
176
|
+
};
|
|
177
|
+
|
|
178
|
+
export declare const Calendar: (props: ICalendarProps) => JSX_2.Element;
|
|
179
|
+
|
|
180
|
+
export declare const Card: {
|
|
181
|
+
(props: ICardProps): JSX_2.Element;
|
|
182
|
+
Meta: FC<CardMetaProps>;
|
|
183
|
+
Grid: FC<CardGridProps>;
|
|
184
|
+
};
|
|
185
|
+
|
|
186
|
+
export declare const Carousel: (props: ICarouselProps) => JSX_2.Element;
|
|
187
|
+
|
|
188
|
+
export declare const Cascader: {
|
|
189
|
+
(props: ICascaderProps): JSX_2.Element;
|
|
190
|
+
Panel: FC<CascaderPanelProps>;
|
|
191
|
+
SHOW_PARENT: "SHOW_PARENT";
|
|
192
|
+
SHOW_CHILD: "SHOW_CHILD";
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
export declare const Center: (props: Omit<IFlexProps_2, 'justify' | 'align'>) => JSX_2.Element;
|
|
196
|
+
|
|
197
|
+
declare type CheckableTagProps = CheckableTagProps_2 & ITagProps;
|
|
198
|
+
|
|
199
|
+
export declare const Checkbox: {
|
|
200
|
+
(props: ICheckboxProps): JSX_2.Element;
|
|
201
|
+
Group: <T extends CheckboxValueType = CheckboxValueType>(props: CheckboxGroupProps<T> & RefAttributes<HTMLDivElement>) => ReactElement<any, string | JSXElementConstructor<any>>;
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
export { Col }
|
|
205
|
+
|
|
206
|
+
export declare const Collapse: (props: ICollapseProps) => JSX_2.Element;
|
|
207
|
+
|
|
208
|
+
export declare const ColorPicker: (props: IColorPickerProps) => JSX_2.Element;
|
|
209
|
+
|
|
210
|
+
export declare const ConfigProvider: (props: IConfigProviderProps) => JSX_2.Element;
|
|
211
|
+
|
|
212
|
+
export declare const DatePicker: (props: IDatePickerProps) => JSX_2.Element;
|
|
213
|
+
|
|
214
|
+
export declare const Descriptions: {
|
|
215
|
+
(props: IDescriptionsProps): JSX_2.Element;
|
|
216
|
+
Item: FC<DescriptionsItemProps>;
|
|
217
|
+
};
|
|
218
|
+
|
|
219
|
+
export declare const Divider: (props: IDividerProps) => JSX_2.Element;
|
|
220
|
+
|
|
221
|
+
export declare const Drawer: (props: IDrawerProps) => JSX_2.Element;
|
|
222
|
+
|
|
223
|
+
export declare const Dropdown: {
|
|
224
|
+
(props: IDropdownProps): JSX_2.Element;
|
|
225
|
+
Button: FC<DropdownButtonProps>;
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
export declare const Empty: {
|
|
229
|
+
(props: IEmptyProps): JSX_2.Element;
|
|
230
|
+
PRESENTED_IMAGE_DEFAULT: ReactNode;
|
|
231
|
+
PRESENTED_IMAGE_SIMPLE: ReactNode;
|
|
232
|
+
};
|
|
233
|
+
|
|
234
|
+
export declare const Flex: (props: IFlexProps) => JSX_2.Element;
|
|
235
|
+
|
|
236
|
+
export declare const FloatButton: (props: IFloatButtonProps) => JSX_2.Element;
|
|
237
|
+
|
|
238
|
+
export declare const Form: {
|
|
239
|
+
(props: IFormProps): JSX_2.Element;
|
|
240
|
+
useForm: typeof useForm;
|
|
241
|
+
useWatch: typeof default_2;
|
|
242
|
+
useFormInstance: typeof default_3;
|
|
243
|
+
Item: (<Values = any>(props: FormItemProps<Values>) => ReactElement<any, string | JSXElementConstructor<any>>) & {
|
|
244
|
+
useStatus: () => {
|
|
245
|
+
status?: "" | "warning" | "error" | "success" | "validating" | undefined;
|
|
246
|
+
errors: ReactNode[];
|
|
247
|
+
warnings: ReactNode[];
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
List: FC<FormListProps>;
|
|
251
|
+
displayName: string | undefined;
|
|
252
|
+
Provider: FC<FormProviderProps>;
|
|
253
|
+
ErrorList: FC<ErrorListProps>;
|
|
254
|
+
};
|
|
255
|
+
|
|
256
|
+
export declare const GlobalNavigation: (props: IGlobalNavigationProps) => JSX_2.Element;
|
|
257
|
+
|
|
258
|
+
export declare const GlobalNavWidth: 90;
|
|
259
|
+
|
|
260
|
+
export { Grid }
|
|
261
|
+
|
|
262
|
+
export declare interface IAffixProps extends AffixProps {
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
export declare interface IAlertProps extends AlertProps {
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
export declare interface IAnchorProps extends AnchorProps {
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
export declare interface IAppProps extends AppProps {
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
export declare interface IAutoCompleteProps extends AutoCompleteProps {
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
export declare interface IAvatarProps extends AvatarProps {
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
export declare interface IBadgeProps extends BadgeProps {
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
export declare interface IBreadcrumbProps extends BreadcrumbProps {
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
export declare interface IButtonProps extends ButtonProps {
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
export declare interface ICalendarProps extends CalendarProps {
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
export declare interface ICardProps extends CardProps {
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
export declare interface ICarouselProps extends CarouselProps {
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
export declare type ICascaderProps<DataNodeType extends BaseOptionType = any> = CascaderProps<DataNodeType>;
|
|
299
|
+
|
|
300
|
+
export declare interface ICheckboxProps extends CheckboxProps {
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
export declare interface ICollapseProps extends CollapseProps {
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
export declare interface IColorPickerProps extends ColorPickerProps {
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
export { IColProps }
|
|
310
|
+
|
|
311
|
+
export declare interface IConfigProviderProps extends ConfigProviderProps {
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
export declare interface IDatePickerProps extends AntDatePickerProps {
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
export declare interface IDescriptionsProps extends DescriptionsProps {
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
export declare interface IDividerProps extends DividerProps {
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
export declare interface IDrawerProps extends DrawerProps {
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
export declare interface IDropdownProps extends DropdownProps {
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
export declare interface IEmptyProps extends EmptyProps {
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
export declare interface IFlexProps extends FlexProps {
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
export declare interface IFloatButtonProps extends FloatButtonProps {
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
export declare interface IFormProps extends FormProps {
|
|
339
|
+
children: ReactNode;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
export { IGlobalNavigationLogo }
|
|
343
|
+
|
|
344
|
+
export { IGlobalNavigationManagement }
|
|
345
|
+
|
|
346
|
+
export declare interface IGlobalNavigationProps {
|
|
347
|
+
logo: IGlobalNavigationLogo_2;
|
|
348
|
+
tools: IGlobalNavigationTool_2[];
|
|
349
|
+
management: IGlobalNavigationManagement_2[];
|
|
350
|
+
orgs?: INavigationOrg_2[];
|
|
351
|
+
createItems?: INavigationCreateProps_2['createItems'];
|
|
352
|
+
onSearchClick?: () => void;
|
|
353
|
+
onMpHomeClick: () => void;
|
|
354
|
+
hideMpHome?: boolean;
|
|
355
|
+
signoutOptions?: {
|
|
356
|
+
label?: string;
|
|
357
|
+
onSignout: () => void;
|
|
358
|
+
};
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
export { IGlobalNavigationTool }
|
|
362
|
+
|
|
363
|
+
export declare interface IImageProps extends ImageProps {
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
export declare interface IInputNumberProps extends InputNumberProps {
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
export declare interface IInputProps extends InputProps {
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
export declare interface ILayoutProps extends LayoutProps {
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
export declare interface IListProps extends ListProps {
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
export declare interface ILoadingModalProps<Data> extends Omit<IModalProps_2, 'children'> {
|
|
379
|
+
fetchData: () => Promise<Data>;
|
|
380
|
+
children: (initData: Data) => React.ReactNode;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
declare const Image_2: (props: IImageProps) => JSX_2.Element;
|
|
384
|
+
export { Image_2 as Image }
|
|
385
|
+
|
|
386
|
+
export { IMentionsProps }
|
|
387
|
+
|
|
388
|
+
export declare interface IMenuInfo extends MenuInfo {
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
export declare interface IMenuProps extends MenuProps {
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
export declare interface IMessageProps extends MessageArgsProps {
|
|
395
|
+
children: React.ReactNode;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
export declare interface IModalProps extends ModalProps {
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
export { INavigationAccount }
|
|
402
|
+
|
|
403
|
+
export { INavigationCreateGroup }
|
|
404
|
+
|
|
405
|
+
export { INavigationCreateItem }
|
|
406
|
+
|
|
407
|
+
export { INavigationCreateProps }
|
|
408
|
+
|
|
409
|
+
export { INavigationOrg }
|
|
410
|
+
|
|
411
|
+
export { INavigationWorkspace }
|
|
412
|
+
|
|
413
|
+
export declare interface INotificationProps extends NotificationArgsProps {
|
|
414
|
+
children: React.ReactNode;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
export declare const Input: {
|
|
418
|
+
(props: IInputProps): JSX_2.Element;
|
|
419
|
+
Group: FC<GroupProps>;
|
|
420
|
+
Password: ForwardRefExoticComponent<PasswordProps & RefAttributes<InputRef>>;
|
|
421
|
+
Search: ForwardRefExoticComponent<SearchProps & RefAttributes<InputRef>>;
|
|
422
|
+
TextArea: ForwardRefExoticComponent<TextAreaProps & RefAttributes<TextAreaRef>>;
|
|
423
|
+
};
|
|
424
|
+
|
|
425
|
+
export declare const InputNumber: (props: IInputNumberProps) => JSX_2.Element;
|
|
426
|
+
|
|
427
|
+
export declare interface IPaginationProps extends PaginationProps {
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
export declare interface IPopconfirmProps extends PopconfirmProps {
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
export declare interface IPopoverProps extends PopoverProps {
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
export declare interface IProgressProps extends ProgressProps {
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
export declare interface IQRCodeProps extends QRCodeProps {
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
export declare interface IRadioProps extends RadioProps {
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
export declare interface IRateProps extends RateProps {
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
export declare interface IResultProps extends ResultProps {
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
export { IRowProps }
|
|
452
|
+
|
|
453
|
+
export declare interface ISegmentedProps extends SegmentedProps {
|
|
454
|
+
ref?: React.RefObject<HTMLDivElement>;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
export declare interface ISelectProps<ValueType = any, OptionType extends BaseOptionType | DefaultOptionType = DefaultOptionType> extends SelectProps<ValueType, OptionType> {
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
export declare interface ISkeletonProps extends Omit<SkeletonProps, 'active'> {
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
export declare type ISliderProps = SliderSingleProps | SliderRangeProps;
|
|
464
|
+
|
|
465
|
+
export declare interface ISpaceProps extends SpaceProps {
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
export declare interface ISpinProps extends SpinProps {
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
export declare interface IStatisticProps extends StatisticProps {
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
export declare interface IStepsProps extends StepsProps {
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
export declare interface ISwitchProps extends SwitchProps {
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
export declare interface ITableProps extends TableProps {
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
export declare interface ITabsProps extends TabsProps {
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
export declare interface ITagProps extends TagProps {
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
export declare interface ITimelineProps extends TimelineProps {
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
export declare interface ITimePickerProps extends TimePickerProps {
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
export declare interface ITooltipProps extends TooltipPropsWithTitle {
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
export declare interface ITourProps extends TourProps {
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
export declare interface ITransferProps extends TransferProps {
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
export declare interface ITreeData extends TreeDataNode {
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
export declare interface ITreeProps extends TreeProps {
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
export declare interface ITreeSelectProps extends TreeSelectProps {
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
export declare interface IUploadProps extends UploadProps {
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
export declare interface IWatermarkProps extends WatermarkProps {
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
export { IWorkspaceSelectorDisplayItem }
|
|
520
|
+
|
|
521
|
+
export { IWorkspaceSelectorItem }
|
|
522
|
+
|
|
523
|
+
export declare const Layout: {
|
|
524
|
+
(props: ILayoutProps): JSX_2.Element;
|
|
525
|
+
Sider: ForwardRefExoticComponent<SiderProps & RefAttributes<HTMLDivElement>>;
|
|
526
|
+
Footer: ForwardRefExoticComponent<LayoutProps & RefAttributes<HTMLElement>>;
|
|
527
|
+
Content: ForwardRefExoticComponent<LayoutProps & RefAttributes<HTMLElement>>;
|
|
528
|
+
Header: ForwardRefExoticComponent<LayoutProps & RefAttributes<HTMLElement>>;
|
|
529
|
+
};
|
|
530
|
+
|
|
531
|
+
export declare const List: {
|
|
532
|
+
(props: IListProps): JSX_2.Element;
|
|
533
|
+
Item: ListItemTypeProps;
|
|
534
|
+
};
|
|
535
|
+
|
|
536
|
+
export declare function LoadingModal<Data>(props: ILoadingModalProps<Data>): JSX_2.Element;
|
|
537
|
+
|
|
538
|
+
export { Mentions }
|
|
539
|
+
|
|
540
|
+
export declare const Menu: (props: IMenuProps) => JSX_2.Element;
|
|
541
|
+
|
|
542
|
+
export { MenuDividerType }
|
|
543
|
+
|
|
544
|
+
export { MenuItem }
|
|
545
|
+
|
|
546
|
+
export { MenuItemGroupType }
|
|
547
|
+
|
|
548
|
+
export { MenuItemType }
|
|
549
|
+
|
|
550
|
+
export declare const Message: (props: IMessageProps) => JSX_2.Element;
|
|
551
|
+
|
|
552
|
+
export declare const Modal: (props: IModalProps) => JSX_2.Element;
|
|
553
|
+
|
|
554
|
+
declare const Notification_2: (props: INotificationProps) => JSX_2.Element;
|
|
555
|
+
export { Notification_2 as Notification }
|
|
556
|
+
|
|
557
|
+
export declare const Pagination: (props: IPaginationProps) => JSX_2.Element;
|
|
558
|
+
|
|
559
|
+
export declare const Popconfirm: (props: IPopconfirmProps) => JSX_2.Element;
|
|
560
|
+
|
|
561
|
+
export declare const Popover: (props: IPopoverProps) => JSX_2.Element;
|
|
562
|
+
|
|
563
|
+
export declare const Progress: (props: IProgressProps) => JSX_2.Element;
|
|
564
|
+
|
|
565
|
+
export declare const QRCode: (props: IQRCodeProps) => JSX_2.Element;
|
|
566
|
+
|
|
567
|
+
export declare const Radio: {
|
|
568
|
+
(props: IRadioProps): JSX_2.Element;
|
|
569
|
+
Group: MemoExoticComponent<ForwardRefExoticComponent<RadioGroupProps & RefAttributes<HTMLDivElement>>>;
|
|
570
|
+
Button: ForwardRefExoticComponent<RadioButtonProps & RefAttributes<CheckboxRef>>;
|
|
571
|
+
};
|
|
572
|
+
|
|
573
|
+
export declare const Rate: (props: IRateProps) => JSX_2.Element;
|
|
574
|
+
|
|
575
|
+
export declare const Result: (props: IResultProps) => JSX_2.Element;
|
|
576
|
+
|
|
577
|
+
export { Row }
|
|
578
|
+
|
|
579
|
+
export declare const Segmented: (props: ISegmentedProps) => JSX_2.Element;
|
|
580
|
+
|
|
581
|
+
export declare const Select: (props: ISelectProps) => JSX_2.Element;
|
|
582
|
+
|
|
583
|
+
export declare const Skeleton: (props: ISkeletonProps) => JSX_2.Element;
|
|
584
|
+
|
|
585
|
+
export declare const Slider: (props: ISliderProps) => JSX_2.Element;
|
|
586
|
+
|
|
587
|
+
export declare const Space: (props: ISpaceProps) => JSX_2.Element;
|
|
588
|
+
|
|
589
|
+
export declare const Spin: (props: ISpinProps) => JSX_2.Element;
|
|
590
|
+
|
|
591
|
+
export declare const Statistic: (props: IStatisticProps) => JSX_2.Element;
|
|
592
|
+
|
|
593
|
+
export declare const Steps: (props: IStepsProps) => JSX_2.Element;
|
|
594
|
+
|
|
595
|
+
export { SubMenuType }
|
|
596
|
+
|
|
597
|
+
export declare const Switch: (props: ISwitchProps) => JSX_2.Element;
|
|
598
|
+
|
|
599
|
+
export declare const Table: (props: ITableProps) => JSX_2.Element;
|
|
600
|
+
|
|
601
|
+
export declare const Tabs: (props: ITabsProps) => JSX_2.Element;
|
|
602
|
+
|
|
603
|
+
export declare const Tag: {
|
|
604
|
+
(props: ITagProps): JSX_2.Element;
|
|
605
|
+
CheckableTag: (props: CheckableTagProps) => JSX_2.Element;
|
|
606
|
+
};
|
|
607
|
+
|
|
608
|
+
export declare const Timeline: (props: ITimelineProps) => JSX_2.Element;
|
|
609
|
+
|
|
610
|
+
export declare const TimePicker: (props: ITimePickerProps) => JSX_2.Element;
|
|
611
|
+
|
|
612
|
+
export declare const Tooltip: (props: ITooltipProps) => JSX_2.Element;
|
|
613
|
+
|
|
614
|
+
export declare const Tour: (props: ITourProps) => JSX_2.Element;
|
|
615
|
+
|
|
616
|
+
export declare const Transfer: (props: ITransferProps) => JSX_2.Element;
|
|
617
|
+
|
|
618
|
+
export declare const Tree: (props: ITreeProps) => JSX_2.Element;
|
|
619
|
+
|
|
620
|
+
export declare const TreeSelect: (props: ITreeSelectProps) => JSX_2.Element;
|
|
621
|
+
|
|
622
|
+
export declare const Upload: (props: IUploadProps) => JSX_2.Element;
|
|
623
|
+
|
|
624
|
+
export declare const Watermark: (props: IWatermarkProps) => JSX_2.Element;
|
|
625
|
+
|
|
626
|
+
export { }
|