@julingbase/jly-arco-design 0.0.3 → 0.0.5
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 +61 -2
- package/dist/arco-vue.js +2442 -2411
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +1451 -1447
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +1 -1
- package/es/date-picker/index.d.ts +2 -2
- package/es/date-picker/picker.d.ts +1 -1
- package/es/date-picker/range-picker.d.ts +2 -2
- package/es/descriptions/descriptions.d.ts +1 -1
- package/es/descriptions/index.d.ts +3 -3
- package/es/drawer/drawer.d.ts +1 -1
- package/es/drawer/index.d.ts +3 -3
- package/es/input/index.d.ts +3933 -3
- package/es/input/input-password.d.ts +1312 -1
- package/es/input/input.d.ts +1312 -1
- package/es/input/input.js +36 -18
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/table/index.d.ts +15 -0
- package/es/table/table.d.ts +9 -0
- package/es/table/table.js +16 -2
- package/es/tabs/index.d.ts +3 -3
- package/es/tabs/tabs.d.ts +1 -1
- package/es/time-picker/index.d.ts +6 -6
- package/es/time-picker/time-picker.d.ts +3 -3
- package/es/typography/edit-content.d.ts +11800 -10
- package/json/vetur-attributes.json +1660 -1660
- package/json/vetur-tags.json +688 -688
- package/json/web-types.json +5030 -5030
- package/lib/input/input.js +38 -20
- package/lib/table/table.js +16 -2
- package/package.json +2 -2
package/json/vetur-tags.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"a-
|
|
2
|
+
"a-alert": {
|
|
3
3
|
"attributes": [
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
4
|
+
"close",
|
|
5
|
+
"after-close",
|
|
6
|
+
"type",
|
|
7
|
+
"show-icon",
|
|
8
|
+
"closable",
|
|
9
|
+
"title",
|
|
10
|
+
"banner",
|
|
11
|
+
"center"
|
|
9
12
|
]
|
|
10
13
|
},
|
|
11
14
|
"a-auto-complete": {
|
|
@@ -28,6 +31,60 @@
|
|
|
28
31
|
"virtual-list-props"
|
|
29
32
|
]
|
|
30
33
|
},
|
|
34
|
+
"a-back-top": {
|
|
35
|
+
"attributes": [
|
|
36
|
+
"visible-height",
|
|
37
|
+
"target-container",
|
|
38
|
+
"easing",
|
|
39
|
+
"duration"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
"a-affix": {
|
|
43
|
+
"attributes": [
|
|
44
|
+
"change",
|
|
45
|
+
"offset-top",
|
|
46
|
+
"offset-bottom",
|
|
47
|
+
"target",
|
|
48
|
+
"target-container"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"a-avatar": {
|
|
52
|
+
"attributes": [
|
|
53
|
+
"click",
|
|
54
|
+
"error",
|
|
55
|
+
"load",
|
|
56
|
+
"shape",
|
|
57
|
+
"image-url",
|
|
58
|
+
"size",
|
|
59
|
+
"auto-fix-font-size",
|
|
60
|
+
"trigger-type",
|
|
61
|
+
"trigger-icon-style",
|
|
62
|
+
"object-fit"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"a-avatar-group": {
|
|
66
|
+
"attributes": [
|
|
67
|
+
"shape",
|
|
68
|
+
"size",
|
|
69
|
+
"auto-fix-font-size",
|
|
70
|
+
"max-count",
|
|
71
|
+
"z-index-ascend",
|
|
72
|
+
"max-style",
|
|
73
|
+
"max-popover-trigger-props"
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
"a-badge": {
|
|
77
|
+
"attributes": [
|
|
78
|
+
"text",
|
|
79
|
+
"dot",
|
|
80
|
+
"dot-style",
|
|
81
|
+
"max-count",
|
|
82
|
+
"offset",
|
|
83
|
+
"color",
|
|
84
|
+
"status",
|
|
85
|
+
"count"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
31
88
|
"a-anchor": {
|
|
32
89
|
"attributes": [
|
|
33
90
|
"select",
|
|
@@ -45,18 +102,6 @@
|
|
|
45
102
|
"href"
|
|
46
103
|
]
|
|
47
104
|
},
|
|
48
|
-
"a-alert": {
|
|
49
|
-
"attributes": [
|
|
50
|
-
"close",
|
|
51
|
-
"after-close",
|
|
52
|
-
"type",
|
|
53
|
-
"show-icon",
|
|
54
|
-
"closable",
|
|
55
|
-
"title",
|
|
56
|
-
"banner",
|
|
57
|
-
"center"
|
|
58
|
-
]
|
|
59
|
-
},
|
|
60
105
|
"a-button": {
|
|
61
106
|
"attributes": [
|
|
62
107
|
"click",
|
|
@@ -81,37 +126,19 @@
|
|
|
81
126
|
"disabled"
|
|
82
127
|
]
|
|
83
128
|
},
|
|
84
|
-
"a-
|
|
85
|
-
"attributes": [
|
|
86
|
-
"visible-height",
|
|
87
|
-
"target-container",
|
|
88
|
-
"easing",
|
|
89
|
-
"duration"
|
|
90
|
-
]
|
|
91
|
-
},
|
|
92
|
-
"a-avatar": {
|
|
129
|
+
"a-breadcrumb": {
|
|
93
130
|
"attributes": [
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"image-url",
|
|
99
|
-
"size",
|
|
100
|
-
"auto-fix-font-size",
|
|
101
|
-
"trigger-type",
|
|
102
|
-
"trigger-icon-style",
|
|
103
|
-
"object-fit"
|
|
131
|
+
"max-count",
|
|
132
|
+
"routes",
|
|
133
|
+
"separator",
|
|
134
|
+
"custom-url"
|
|
104
135
|
]
|
|
105
136
|
},
|
|
106
|
-
"a-
|
|
137
|
+
"a-breadcrumb-item": {
|
|
107
138
|
"attributes": [
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"max-count",
|
|
112
|
-
"z-index-ascend",
|
|
113
|
-
"max-style",
|
|
114
|
-
"max-popover-trigger-props"
|
|
139
|
+
"separator",
|
|
140
|
+
"droplist",
|
|
141
|
+
"dropdown-props"
|
|
115
142
|
]
|
|
116
143
|
},
|
|
117
144
|
"a-calendar": {
|
|
@@ -125,21 +152,6 @@
|
|
|
125
152
|
"modes"
|
|
126
153
|
]
|
|
127
154
|
},
|
|
128
|
-
"a-breadcrumb": {
|
|
129
|
-
"attributes": [
|
|
130
|
-
"max-count",
|
|
131
|
-
"routes",
|
|
132
|
-
"separator",
|
|
133
|
-
"custom-url"
|
|
134
|
-
]
|
|
135
|
-
},
|
|
136
|
-
"a-breadcrumb-item": {
|
|
137
|
-
"attributes": [
|
|
138
|
-
"separator",
|
|
139
|
-
"droplist",
|
|
140
|
-
"dropdown-props"
|
|
141
|
-
]
|
|
142
|
-
},
|
|
143
155
|
"a-card": {
|
|
144
156
|
"attributes": [
|
|
145
157
|
"bordered",
|
|
@@ -163,27 +175,6 @@
|
|
|
163
175
|
"hoverable"
|
|
164
176
|
]
|
|
165
177
|
},
|
|
166
|
-
"a-checkbox": {
|
|
167
|
-
"attributes": [
|
|
168
|
-
"change",
|
|
169
|
-
"model-value",
|
|
170
|
-
"default-checked",
|
|
171
|
-
"value",
|
|
172
|
-
"disabled",
|
|
173
|
-
"indeterminate"
|
|
174
|
-
]
|
|
175
|
-
},
|
|
176
|
-
"a-checkbox-group": {
|
|
177
|
-
"attributes": [
|
|
178
|
-
"change",
|
|
179
|
-
"model-value",
|
|
180
|
-
"default-value",
|
|
181
|
-
"max",
|
|
182
|
-
"options",
|
|
183
|
-
"direction",
|
|
184
|
-
"disabled"
|
|
185
|
-
]
|
|
186
|
-
},
|
|
187
178
|
"a-carousel": {
|
|
188
179
|
"attributes": [
|
|
189
180
|
"change",
|
|
@@ -201,18 +192,6 @@
|
|
|
201
192
|
"transition-timing-function"
|
|
202
193
|
]
|
|
203
194
|
},
|
|
204
|
-
"a-badge": {
|
|
205
|
-
"attributes": [
|
|
206
|
-
"text",
|
|
207
|
-
"dot",
|
|
208
|
-
"dot-style",
|
|
209
|
-
"max-count",
|
|
210
|
-
"offset",
|
|
211
|
-
"color",
|
|
212
|
-
"status",
|
|
213
|
-
"count"
|
|
214
|
-
]
|
|
215
|
-
},
|
|
216
195
|
"a-cascader": {
|
|
217
196
|
"attributes": [
|
|
218
197
|
"change",
|
|
@@ -272,24 +251,25 @@
|
|
|
272
251
|
"expand-child"
|
|
273
252
|
]
|
|
274
253
|
},
|
|
275
|
-
"a-
|
|
254
|
+
"a-checkbox": {
|
|
276
255
|
"attributes": [
|
|
277
256
|
"change",
|
|
278
|
-
"
|
|
279
|
-
"default-
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"bordered",
|
|
284
|
-
"destroy-on-hide"
|
|
257
|
+
"model-value",
|
|
258
|
+
"default-checked",
|
|
259
|
+
"value",
|
|
260
|
+
"disabled",
|
|
261
|
+
"indeterminate"
|
|
285
262
|
]
|
|
286
263
|
},
|
|
287
|
-
"a-
|
|
264
|
+
"a-checkbox-group": {
|
|
288
265
|
"attributes": [
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
266
|
+
"change",
|
|
267
|
+
"model-value",
|
|
268
|
+
"default-value",
|
|
269
|
+
"max",
|
|
270
|
+
"options",
|
|
271
|
+
"direction",
|
|
272
|
+
"disabled"
|
|
293
273
|
]
|
|
294
274
|
},
|
|
295
275
|
"a-color-picker": {
|
|
@@ -311,13 +291,44 @@
|
|
|
311
291
|
"preset-colors"
|
|
312
292
|
]
|
|
313
293
|
},
|
|
314
|
-
"a-
|
|
294
|
+
"a-collapse": {
|
|
315
295
|
"attributes": [
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
296
|
+
"change",
|
|
297
|
+
"active-key",
|
|
298
|
+
"default-active-key",
|
|
299
|
+
"accordion",
|
|
300
|
+
"show-expand-icon",
|
|
301
|
+
"expand-icon-position",
|
|
302
|
+
"bordered",
|
|
303
|
+
"destroy-on-hide"
|
|
304
|
+
]
|
|
305
|
+
},
|
|
306
|
+
"a-collapse-item": {
|
|
307
|
+
"attributes": [
|
|
308
|
+
"header",
|
|
309
|
+
"disabled",
|
|
310
|
+
"show-expand-icon",
|
|
311
|
+
"destroy-on-hide"
|
|
312
|
+
]
|
|
313
|
+
},
|
|
314
|
+
"a-comment": {
|
|
315
|
+
"attributes": [
|
|
316
|
+
"author",
|
|
317
|
+
"avatar",
|
|
318
|
+
"content",
|
|
319
|
+
"datetime",
|
|
320
|
+
"align"
|
|
321
|
+
]
|
|
322
|
+
},
|
|
323
|
+
"a-config-provider": {
|
|
324
|
+
"attributes": [
|
|
325
|
+
"prefix-cls",
|
|
326
|
+
"locale",
|
|
319
327
|
"size",
|
|
320
|
-
"
|
|
328
|
+
"global",
|
|
329
|
+
"scroll-to-close",
|
|
330
|
+
"exchange-time",
|
|
331
|
+
"rtl"
|
|
321
332
|
]
|
|
322
333
|
},
|
|
323
334
|
"a-descriptions": {
|
|
@@ -340,26 +351,62 @@
|
|
|
340
351
|
"label"
|
|
341
352
|
]
|
|
342
353
|
},
|
|
343
|
-
"a-
|
|
354
|
+
"a-divider": {
|
|
344
355
|
"attributes": [
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
"
|
|
356
|
+
"direction",
|
|
357
|
+
"orientation",
|
|
358
|
+
"type",
|
|
359
|
+
"size",
|
|
360
|
+
"margin"
|
|
350
361
|
]
|
|
351
362
|
},
|
|
352
|
-
"a-
|
|
363
|
+
"a-drawer": {
|
|
353
364
|
"attributes": [
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
"
|
|
361
|
-
"
|
|
362
|
-
"
|
|
365
|
+
"ok",
|
|
366
|
+
"cancel",
|
|
367
|
+
"open",
|
|
368
|
+
"close",
|
|
369
|
+
"before-open",
|
|
370
|
+
"before-close",
|
|
371
|
+
"visible",
|
|
372
|
+
"default-visible",
|
|
373
|
+
"placement",
|
|
374
|
+
"title",
|
|
375
|
+
"mask",
|
|
376
|
+
"mask-closable",
|
|
377
|
+
"closable",
|
|
378
|
+
"ok-text",
|
|
379
|
+
"cancel-text",
|
|
380
|
+
"ok-loading",
|
|
381
|
+
"ok-button-props",
|
|
382
|
+
"cancel-button-props",
|
|
383
|
+
"unmount-on-close",
|
|
384
|
+
"width",
|
|
385
|
+
"height",
|
|
386
|
+
"popup-container",
|
|
387
|
+
"drawer-style",
|
|
388
|
+
"body-class",
|
|
389
|
+
"body-style",
|
|
390
|
+
"before-ok",
|
|
391
|
+
"before-cancel",
|
|
392
|
+
"esc-to-close",
|
|
393
|
+
"render-to-body",
|
|
394
|
+
"header",
|
|
395
|
+
"footer",
|
|
396
|
+
"hide-cancel"
|
|
397
|
+
]
|
|
398
|
+
},
|
|
399
|
+
"a-common": {
|
|
400
|
+
"attributes": [
|
|
401
|
+
"edit-start",
|
|
402
|
+
"change",
|
|
403
|
+
"edit-end",
|
|
404
|
+
"copy",
|
|
405
|
+
"ellipsis",
|
|
406
|
+
"expand",
|
|
407
|
+
"type",
|
|
408
|
+
"bold",
|
|
409
|
+
"mark",
|
|
363
410
|
"underline",
|
|
364
411
|
"delete",
|
|
365
412
|
"code",
|
|
@@ -449,17 +496,6 @@
|
|
|
449
496
|
"abbreviation"
|
|
450
497
|
]
|
|
451
498
|
},
|
|
452
|
-
"a-config-provider": {
|
|
453
|
-
"attributes": [
|
|
454
|
-
"prefix-cls",
|
|
455
|
-
"locale",
|
|
456
|
-
"size",
|
|
457
|
-
"global",
|
|
458
|
-
"scroll-to-close",
|
|
459
|
-
"exchange-time",
|
|
460
|
-
"rtl"
|
|
461
|
-
]
|
|
462
|
-
},
|
|
463
499
|
"a-dropdown": {
|
|
464
500
|
"attributes": [
|
|
465
501
|
"popup-visible-change",
|
|
@@ -516,81 +552,6 @@
|
|
|
516
552
|
"hide-on-select"
|
|
517
553
|
]
|
|
518
554
|
},
|
|
519
|
-
"a-drawer": {
|
|
520
|
-
"attributes": [
|
|
521
|
-
"ok",
|
|
522
|
-
"cancel",
|
|
523
|
-
"open",
|
|
524
|
-
"close",
|
|
525
|
-
"before-open",
|
|
526
|
-
"before-close",
|
|
527
|
-
"visible",
|
|
528
|
-
"default-visible",
|
|
529
|
-
"placement",
|
|
530
|
-
"title",
|
|
531
|
-
"mask",
|
|
532
|
-
"mask-closable",
|
|
533
|
-
"closable",
|
|
534
|
-
"ok-text",
|
|
535
|
-
"cancel-text",
|
|
536
|
-
"ok-loading",
|
|
537
|
-
"ok-button-props",
|
|
538
|
-
"cancel-button-props",
|
|
539
|
-
"unmount-on-close",
|
|
540
|
-
"width",
|
|
541
|
-
"height",
|
|
542
|
-
"popup-container",
|
|
543
|
-
"drawer-style",
|
|
544
|
-
"body-class",
|
|
545
|
-
"body-style",
|
|
546
|
-
"before-ok",
|
|
547
|
-
"before-cancel",
|
|
548
|
-
"esc-to-close",
|
|
549
|
-
"render-to-body",
|
|
550
|
-
"header",
|
|
551
|
-
"footer",
|
|
552
|
-
"hide-cancel"
|
|
553
|
-
]
|
|
554
|
-
},
|
|
555
|
-
"a-row": {
|
|
556
|
-
"attributes": [
|
|
557
|
-
"gutter",
|
|
558
|
-
"justify",
|
|
559
|
-
"align",
|
|
560
|
-
"div",
|
|
561
|
-
"wrap"
|
|
562
|
-
]
|
|
563
|
-
},
|
|
564
|
-
"a-col": {
|
|
565
|
-
"attributes": [
|
|
566
|
-
"span",
|
|
567
|
-
"offset",
|
|
568
|
-
"order",
|
|
569
|
-
"xs",
|
|
570
|
-
"sm",
|
|
571
|
-
"md",
|
|
572
|
-
"lg",
|
|
573
|
-
"xl",
|
|
574
|
-
"xxl",
|
|
575
|
-
"flex"
|
|
576
|
-
]
|
|
577
|
-
},
|
|
578
|
-
"a-grid": {
|
|
579
|
-
"attributes": [
|
|
580
|
-
"cols",
|
|
581
|
-
"row-gap",
|
|
582
|
-
"col-gap",
|
|
583
|
-
"collapsed",
|
|
584
|
-
"collapsed-rows"
|
|
585
|
-
]
|
|
586
|
-
},
|
|
587
|
-
"a-grid-item": {
|
|
588
|
-
"attributes": [
|
|
589
|
-
"span",
|
|
590
|
-
"offset",
|
|
591
|
-
"suffix"
|
|
592
|
-
]
|
|
593
|
-
},
|
|
594
555
|
"a-empty": {
|
|
595
556
|
"attributes": [
|
|
596
557
|
"description",
|
|
@@ -648,53 +609,6 @@
|
|
|
648
609
|
"label-attrs"
|
|
649
610
|
]
|
|
650
611
|
},
|
|
651
|
-
"a-input": {
|
|
652
|
-
"attributes": [
|
|
653
|
-
"input",
|
|
654
|
-
"change",
|
|
655
|
-
"press-enter",
|
|
656
|
-
"clear",
|
|
657
|
-
"focus",
|
|
658
|
-
"blur",
|
|
659
|
-
"model-value",
|
|
660
|
-
"default-value",
|
|
661
|
-
"size",
|
|
662
|
-
"allow-clear",
|
|
663
|
-
"disabled",
|
|
664
|
-
"readonly",
|
|
665
|
-
"error",
|
|
666
|
-
"placeholder",
|
|
667
|
-
"max-length",
|
|
668
|
-
"show-word-limit",
|
|
669
|
-
"word-length",
|
|
670
|
-
"word-slice",
|
|
671
|
-
"input-attrs",
|
|
672
|
-
"prepend",
|
|
673
|
-
"append"
|
|
674
|
-
]
|
|
675
|
-
},
|
|
676
|
-
"a-input-group": {
|
|
677
|
-
"attributes": []
|
|
678
|
-
},
|
|
679
|
-
"a-input-password": {
|
|
680
|
-
"attributes": [
|
|
681
|
-
"visibility-change",
|
|
682
|
-
"visibility",
|
|
683
|
-
"default-visibility",
|
|
684
|
-
"invisible-button"
|
|
685
|
-
]
|
|
686
|
-
},
|
|
687
|
-
"a-input-search": {
|
|
688
|
-
"attributes": [
|
|
689
|
-
"search",
|
|
690
|
-
"search-button",
|
|
691
|
-
"loading",
|
|
692
|
-
"disabled",
|
|
693
|
-
"size",
|
|
694
|
-
"button-text",
|
|
695
|
-
"button-props"
|
|
696
|
-
]
|
|
697
|
-
},
|
|
698
612
|
"a-image": {
|
|
699
613
|
"attributes": [
|
|
700
614
|
"preview-visible-change",
|
|
@@ -754,34 +668,6 @@
|
|
|
754
668
|
"disabled"
|
|
755
669
|
]
|
|
756
670
|
},
|
|
757
|
-
"a-input-number": {
|
|
758
|
-
"attributes": [
|
|
759
|
-
"change",
|
|
760
|
-
"focus",
|
|
761
|
-
"blur",
|
|
762
|
-
"clear",
|
|
763
|
-
"input",
|
|
764
|
-
"keydown",
|
|
765
|
-
"model-value",
|
|
766
|
-
"default-value",
|
|
767
|
-
"mode",
|
|
768
|
-
"precision",
|
|
769
|
-
"step",
|
|
770
|
-
"disabled",
|
|
771
|
-
"error",
|
|
772
|
-
"max",
|
|
773
|
-
"min",
|
|
774
|
-
"formatter",
|
|
775
|
-
"parser",
|
|
776
|
-
"placeholder",
|
|
777
|
-
"hide-button",
|
|
778
|
-
"size",
|
|
779
|
-
"allow-clear",
|
|
780
|
-
"model-event",
|
|
781
|
-
"read-only",
|
|
782
|
-
"input-attrs"
|
|
783
|
-
]
|
|
784
|
-
},
|
|
785
671
|
"a-input-tag": {
|
|
786
672
|
"attributes": [
|
|
787
673
|
"change",
|
|
@@ -809,43 +695,128 @@
|
|
|
809
695
|
"tag-nowrap"
|
|
810
696
|
]
|
|
811
697
|
},
|
|
812
|
-
"a-
|
|
813
|
-
"attributes": [
|
|
814
|
-
"click",
|
|
815
|
-
"href",
|
|
816
|
-
"status",
|
|
817
|
-
"hoverable",
|
|
818
|
-
"icon",
|
|
819
|
-
"loading",
|
|
820
|
-
"disabled"
|
|
821
|
-
]
|
|
822
|
-
},
|
|
823
|
-
"a-mention": {
|
|
698
|
+
"a-input-number": {
|
|
824
699
|
"attributes": [
|
|
825
700
|
"change",
|
|
826
|
-
"search",
|
|
827
|
-
"select",
|
|
828
|
-
"clear",
|
|
829
701
|
"focus",
|
|
830
702
|
"blur",
|
|
703
|
+
"clear",
|
|
704
|
+
"input",
|
|
705
|
+
"keydown",
|
|
831
706
|
"model-value",
|
|
832
707
|
"default-value",
|
|
833
|
-
"
|
|
834
|
-
"
|
|
835
|
-
"
|
|
836
|
-
"type",
|
|
708
|
+
"mode",
|
|
709
|
+
"precision",
|
|
710
|
+
"step",
|
|
837
711
|
"disabled",
|
|
838
|
-
"
|
|
712
|
+
"error",
|
|
713
|
+
"max",
|
|
714
|
+
"min",
|
|
715
|
+
"formatter",
|
|
716
|
+
"parser",
|
|
717
|
+
"placeholder",
|
|
718
|
+
"hide-button",
|
|
719
|
+
"size",
|
|
720
|
+
"allow-clear",
|
|
721
|
+
"model-event",
|
|
722
|
+
"read-only",
|
|
723
|
+
"input-attrs"
|
|
839
724
|
]
|
|
840
725
|
},
|
|
841
|
-
"a-
|
|
726
|
+
"a-row": {
|
|
842
727
|
"attributes": [
|
|
843
|
-
"
|
|
728
|
+
"gutter",
|
|
729
|
+
"justify",
|
|
730
|
+
"align",
|
|
731
|
+
"div",
|
|
732
|
+
"wrap"
|
|
844
733
|
]
|
|
845
734
|
},
|
|
846
|
-
"a-
|
|
847
|
-
"attributes": [
|
|
848
|
-
|
|
735
|
+
"a-col": {
|
|
736
|
+
"attributes": [
|
|
737
|
+
"span",
|
|
738
|
+
"offset",
|
|
739
|
+
"order",
|
|
740
|
+
"xs",
|
|
741
|
+
"sm",
|
|
742
|
+
"md",
|
|
743
|
+
"lg",
|
|
744
|
+
"xl",
|
|
745
|
+
"xxl",
|
|
746
|
+
"flex"
|
|
747
|
+
]
|
|
748
|
+
},
|
|
749
|
+
"a-grid": {
|
|
750
|
+
"attributes": [
|
|
751
|
+
"cols",
|
|
752
|
+
"row-gap",
|
|
753
|
+
"col-gap",
|
|
754
|
+
"collapsed",
|
|
755
|
+
"collapsed-rows"
|
|
756
|
+
]
|
|
757
|
+
},
|
|
758
|
+
"a-grid-item": {
|
|
759
|
+
"attributes": [
|
|
760
|
+
"span",
|
|
761
|
+
"offset",
|
|
762
|
+
"suffix"
|
|
763
|
+
]
|
|
764
|
+
},
|
|
765
|
+
"a-input": {
|
|
766
|
+
"attributes": [
|
|
767
|
+
"input",
|
|
768
|
+
"change",
|
|
769
|
+
"press-enter",
|
|
770
|
+
"clear",
|
|
771
|
+
"focus",
|
|
772
|
+
"blur",
|
|
773
|
+
"model-value",
|
|
774
|
+
"default-value",
|
|
775
|
+
"size",
|
|
776
|
+
"allow-clear",
|
|
777
|
+
"disabled",
|
|
778
|
+
"readonly",
|
|
779
|
+
"error",
|
|
780
|
+
"placeholder",
|
|
781
|
+
"max-length",
|
|
782
|
+
"show-word-limit",
|
|
783
|
+
"word-length",
|
|
784
|
+
"word-slice",
|
|
785
|
+
"input-attrs",
|
|
786
|
+
"prepend",
|
|
787
|
+
"append"
|
|
788
|
+
]
|
|
789
|
+
},
|
|
790
|
+
"a-input-group": {
|
|
791
|
+
"attributes": []
|
|
792
|
+
},
|
|
793
|
+
"a-input-password": {
|
|
794
|
+
"attributes": [
|
|
795
|
+
"visibility-change",
|
|
796
|
+
"visibility",
|
|
797
|
+
"default-visibility",
|
|
798
|
+
"invisible-button"
|
|
799
|
+
]
|
|
800
|
+
},
|
|
801
|
+
"a-input-search": {
|
|
802
|
+
"attributes": [
|
|
803
|
+
"search",
|
|
804
|
+
"search-button",
|
|
805
|
+
"loading",
|
|
806
|
+
"disabled",
|
|
807
|
+
"size",
|
|
808
|
+
"button-text",
|
|
809
|
+
"button-props"
|
|
810
|
+
]
|
|
811
|
+
},
|
|
812
|
+
"a-layout": {
|
|
813
|
+
"attributes": [
|
|
814
|
+
"has-sider"
|
|
815
|
+
]
|
|
816
|
+
},
|
|
817
|
+
"a-layout-header": {
|
|
818
|
+
"attributes": []
|
|
819
|
+
},
|
|
849
820
|
"a-layout-content": {
|
|
850
821
|
"attributes": []
|
|
851
822
|
},
|
|
@@ -867,6 +838,66 @@
|
|
|
867
838
|
"hide-trigger"
|
|
868
839
|
]
|
|
869
840
|
},
|
|
841
|
+
"a-link": {
|
|
842
|
+
"attributes": [
|
|
843
|
+
"click",
|
|
844
|
+
"href",
|
|
845
|
+
"status",
|
|
846
|
+
"hoverable",
|
|
847
|
+
"icon",
|
|
848
|
+
"loading",
|
|
849
|
+
"disabled"
|
|
850
|
+
]
|
|
851
|
+
},
|
|
852
|
+
"a-mention": {
|
|
853
|
+
"attributes": [
|
|
854
|
+
"change",
|
|
855
|
+
"search",
|
|
856
|
+
"select",
|
|
857
|
+
"clear",
|
|
858
|
+
"focus",
|
|
859
|
+
"blur",
|
|
860
|
+
"model-value",
|
|
861
|
+
"default-value",
|
|
862
|
+
"data",
|
|
863
|
+
"prefix",
|
|
864
|
+
"split",
|
|
865
|
+
"type",
|
|
866
|
+
"disabled",
|
|
867
|
+
"allow-clear"
|
|
868
|
+
]
|
|
869
|
+
},
|
|
870
|
+
"a-list": {
|
|
871
|
+
"attributes": [
|
|
872
|
+
"scroll",
|
|
873
|
+
"reach-bottom",
|
|
874
|
+
"page-change",
|
|
875
|
+
"page-size-change",
|
|
876
|
+
"data",
|
|
877
|
+
"size",
|
|
878
|
+
"bordered",
|
|
879
|
+
"split",
|
|
880
|
+
"loading",
|
|
881
|
+
"hoverable",
|
|
882
|
+
"pagination-props",
|
|
883
|
+
"grid-props",
|
|
884
|
+
"max-height",
|
|
885
|
+
"bottom-offset",
|
|
886
|
+
"virtual-list-props",
|
|
887
|
+
"scrollbar"
|
|
888
|
+
]
|
|
889
|
+
},
|
|
890
|
+
"a-list-item": {
|
|
891
|
+
"attributes": [
|
|
892
|
+
"action-layout"
|
|
893
|
+
]
|
|
894
|
+
},
|
|
895
|
+
"a-list-item-meta": {
|
|
896
|
+
"attributes": [
|
|
897
|
+
"title",
|
|
898
|
+
"description"
|
|
899
|
+
]
|
|
900
|
+
},
|
|
870
901
|
"a-menu": {
|
|
871
902
|
"attributes": [
|
|
872
903
|
"collapse",
|
|
@@ -912,67 +943,67 @@
|
|
|
912
943
|
"disabled"
|
|
913
944
|
]
|
|
914
945
|
},
|
|
915
|
-
"a-
|
|
916
|
-
"attributes": [
|
|
917
|
-
"back",
|
|
918
|
-
"title",
|
|
919
|
-
"subtitle",
|
|
920
|
-
"show-back"
|
|
921
|
-
]
|
|
922
|
-
},
|
|
923
|
-
"a-list": {
|
|
924
|
-
"attributes": [
|
|
925
|
-
"scroll",
|
|
926
|
-
"reach-bottom",
|
|
927
|
-
"page-change",
|
|
928
|
-
"page-size-change",
|
|
929
|
-
"data",
|
|
930
|
-
"size",
|
|
931
|
-
"bordered",
|
|
932
|
-
"split",
|
|
933
|
-
"loading",
|
|
934
|
-
"hoverable",
|
|
935
|
-
"pagination-props",
|
|
936
|
-
"grid-props",
|
|
937
|
-
"max-height",
|
|
938
|
-
"bottom-offset",
|
|
939
|
-
"virtual-list-props",
|
|
940
|
-
"scrollbar"
|
|
941
|
-
]
|
|
942
|
-
},
|
|
943
|
-
"a-list-item": {
|
|
944
|
-
"attributes": [
|
|
945
|
-
"action-layout"
|
|
946
|
-
]
|
|
947
|
-
},
|
|
948
|
-
"a-list-item-meta": {
|
|
949
|
-
"attributes": [
|
|
950
|
-
"title",
|
|
951
|
-
"description"
|
|
952
|
-
]
|
|
953
|
-
},
|
|
954
|
-
"a-popconfirm": {
|
|
946
|
+
"a-modal": {
|
|
955
947
|
"attributes": [
|
|
956
|
-
"popup-visible-change",
|
|
957
948
|
"ok",
|
|
958
949
|
"cancel",
|
|
959
|
-
"
|
|
960
|
-
"
|
|
961
|
-
"
|
|
962
|
-
"
|
|
963
|
-
"
|
|
950
|
+
"open",
|
|
951
|
+
"close",
|
|
952
|
+
"before-open",
|
|
953
|
+
"before-close",
|
|
954
|
+
"visible",
|
|
955
|
+
"default-visible",
|
|
956
|
+
"width",
|
|
957
|
+
"top",
|
|
958
|
+
"mask",
|
|
959
|
+
"title",
|
|
960
|
+
"title-align",
|
|
961
|
+
"align-center",
|
|
962
|
+
"unmount-on-close",
|
|
963
|
+
"mask-closable",
|
|
964
|
+
"hide-cancel",
|
|
965
|
+
"simple",
|
|
966
|
+
"closable",
|
|
964
967
|
"ok-text",
|
|
965
968
|
"cancel-text",
|
|
966
969
|
"ok-loading",
|
|
967
970
|
"ok-button-props",
|
|
968
971
|
"cancel-button-props",
|
|
969
|
-
"
|
|
970
|
-
"
|
|
971
|
-
"arrow-class",
|
|
972
|
-
"arrow-style",
|
|
972
|
+
"footer",
|
|
973
|
+
"render-to-body",
|
|
973
974
|
"popup-container",
|
|
975
|
+
"mask-style",
|
|
976
|
+
"modal-class",
|
|
977
|
+
"modal-style",
|
|
974
978
|
"before-ok",
|
|
975
|
-
"before-cancel"
|
|
979
|
+
"before-cancel",
|
|
980
|
+
"esc-to-close",
|
|
981
|
+
"draggable",
|
|
982
|
+
"fullscreen",
|
|
983
|
+
"mask-animation-name",
|
|
984
|
+
"modal-animation-name",
|
|
985
|
+
"body-class",
|
|
986
|
+
"body-style",
|
|
987
|
+
"hide-title"
|
|
988
|
+
]
|
|
989
|
+
},
|
|
990
|
+
"a-notification": {
|
|
991
|
+
"attributes": []
|
|
992
|
+
},
|
|
993
|
+
"a-overflow-list": {
|
|
994
|
+
"attributes": [
|
|
995
|
+
"change",
|
|
996
|
+
"min",
|
|
997
|
+
"margin",
|
|
998
|
+
"from"
|
|
999
|
+
]
|
|
1000
|
+
},
|
|
1001
|
+
"a-page-header": {
|
|
1002
|
+
"attributes": [
|
|
1003
|
+
"back",
|
|
1004
|
+
"title",
|
|
1005
|
+
"subtitle",
|
|
1006
|
+
"show-back"
|
|
976
1007
|
]
|
|
977
1008
|
},
|
|
978
1009
|
"a-pagination": {
|
|
@@ -1001,12 +1032,28 @@
|
|
|
1001
1032
|
"auto-adjust"
|
|
1002
1033
|
]
|
|
1003
1034
|
},
|
|
1004
|
-
"a-
|
|
1035
|
+
"a-popconfirm": {
|
|
1005
1036
|
"attributes": [
|
|
1006
|
-
"change",
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
1037
|
+
"popup-visible-change",
|
|
1038
|
+
"ok",
|
|
1039
|
+
"cancel",
|
|
1040
|
+
"content",
|
|
1041
|
+
"position",
|
|
1042
|
+
"popup-visible",
|
|
1043
|
+
"default-popup-visible",
|
|
1044
|
+
"type",
|
|
1045
|
+
"ok-text",
|
|
1046
|
+
"cancel-text",
|
|
1047
|
+
"ok-loading",
|
|
1048
|
+
"ok-button-props",
|
|
1049
|
+
"cancel-button-props",
|
|
1050
|
+
"content-class",
|
|
1051
|
+
"content-style",
|
|
1052
|
+
"arrow-class",
|
|
1053
|
+
"arrow-style",
|
|
1054
|
+
"popup-container",
|
|
1055
|
+
"before-ok",
|
|
1056
|
+
"before-cancel"
|
|
1010
1057
|
]
|
|
1011
1058
|
},
|
|
1012
1059
|
"a-popover": {
|
|
@@ -1040,6 +1087,21 @@
|
|
|
1040
1087
|
"status"
|
|
1041
1088
|
]
|
|
1042
1089
|
},
|
|
1090
|
+
"a-result": {
|
|
1091
|
+
"attributes": [
|
|
1092
|
+
"status",
|
|
1093
|
+
"title",
|
|
1094
|
+
"subtitle"
|
|
1095
|
+
]
|
|
1096
|
+
},
|
|
1097
|
+
"a-scrollbar": {
|
|
1098
|
+
"attributes": [
|
|
1099
|
+
"scroll",
|
|
1100
|
+
"type",
|
|
1101
|
+
"outer-class",
|
|
1102
|
+
"outer-style"
|
|
1103
|
+
]
|
|
1104
|
+
},
|
|
1043
1105
|
"a-rate": {
|
|
1044
1106
|
"attributes": [
|
|
1045
1107
|
"change",
|
|
@@ -1055,35 +1117,6 @@
|
|
|
1055
1117
|
"color"
|
|
1056
1118
|
]
|
|
1057
1119
|
},
|
|
1058
|
-
"a-radio": {
|
|
1059
|
-
"attributes": [
|
|
1060
|
-
"change",
|
|
1061
|
-
"model-value",
|
|
1062
|
-
"default-checked",
|
|
1063
|
-
"value",
|
|
1064
|
-
"type",
|
|
1065
|
-
"disabled"
|
|
1066
|
-
]
|
|
1067
|
-
},
|
|
1068
|
-
"a-radio-group": {
|
|
1069
|
-
"attributes": [
|
|
1070
|
-
"change",
|
|
1071
|
-
"model-value",
|
|
1072
|
-
"default-value",
|
|
1073
|
-
"type",
|
|
1074
|
-
"size",
|
|
1075
|
-
"options",
|
|
1076
|
-
"direction",
|
|
1077
|
-
"disabled"
|
|
1078
|
-
]
|
|
1079
|
-
},
|
|
1080
|
-
"a-result": {
|
|
1081
|
-
"attributes": [
|
|
1082
|
-
"status",
|
|
1083
|
-
"title",
|
|
1084
|
-
"subtitle"
|
|
1085
|
-
]
|
|
1086
|
-
},
|
|
1087
1120
|
"a-select": {
|
|
1088
1121
|
"attributes": [
|
|
1089
1122
|
"change",
|
|
@@ -1129,58 +1162,22 @@
|
|
|
1129
1162
|
"scrollbar",
|
|
1130
1163
|
"show-header-on-empty",
|
|
1131
1164
|
"show-footer-on-empty",
|
|
1132
|
-
"tag-nowrap"
|
|
1133
|
-
]
|
|
1134
|
-
},
|
|
1135
|
-
"a-option": {
|
|
1136
|
-
"attributes": [
|
|
1137
|
-
"value",
|
|
1138
|
-
"label",
|
|
1139
|
-
"disabled",
|
|
1140
|
-
"tag-props",
|
|
1141
|
-
"extra",
|
|
1142
|
-
"index"
|
|
1143
|
-
]
|
|
1144
|
-
},
|
|
1145
|
-
"a-optgroup": {
|
|
1146
|
-
"attributes": [
|
|
1147
|
-
"label"
|
|
1148
|
-
]
|
|
1149
|
-
},
|
|
1150
|
-
"a-resize-box": {
|
|
1151
|
-
"attributes": [
|
|
1152
|
-
"moving-start",
|
|
1153
|
-
"moving",
|
|
1154
|
-
"moving-end",
|
|
1155
|
-
"width",
|
|
1156
|
-
"height",
|
|
1157
|
-
"component",
|
|
1158
|
-
"directions"
|
|
1159
|
-
]
|
|
1160
|
-
},
|
|
1161
|
-
"a-scrollbar": {
|
|
1162
|
-
"attributes": [
|
|
1163
|
-
"scroll",
|
|
1164
|
-
"type",
|
|
1165
|
-
"outer-class",
|
|
1166
|
-
"outer-style"
|
|
1165
|
+
"tag-nowrap"
|
|
1167
1166
|
]
|
|
1168
1167
|
},
|
|
1169
|
-
"a-
|
|
1168
|
+
"a-option": {
|
|
1170
1169
|
"attributes": [
|
|
1171
|
-
"
|
|
1172
|
-
"
|
|
1173
|
-
"default-value",
|
|
1174
|
-
"step",
|
|
1175
|
-
"min",
|
|
1176
|
-
"marks",
|
|
1177
|
-
"max",
|
|
1178
|
-
"direction",
|
|
1170
|
+
"value",
|
|
1171
|
+
"label",
|
|
1179
1172
|
"disabled",
|
|
1180
|
-
"
|
|
1181
|
-
"
|
|
1182
|
-
"
|
|
1183
|
-
|
|
1173
|
+
"tag-props",
|
|
1174
|
+
"extra",
|
|
1175
|
+
"index"
|
|
1176
|
+
]
|
|
1177
|
+
},
|
|
1178
|
+
"a-optgroup": {
|
|
1179
|
+
"attributes": [
|
|
1180
|
+
"label"
|
|
1184
1181
|
]
|
|
1185
1182
|
},
|
|
1186
1183
|
"a-skeleton": {
|
|
@@ -1203,20 +1200,6 @@
|
|
|
1203
1200
|
"size"
|
|
1204
1201
|
]
|
|
1205
1202
|
},
|
|
1206
|
-
"a-split": {
|
|
1207
|
-
"attributes": [
|
|
1208
|
-
"move-start",
|
|
1209
|
-
"moving",
|
|
1210
|
-
"move-end",
|
|
1211
|
-
"component",
|
|
1212
|
-
"direction",
|
|
1213
|
-
"size",
|
|
1214
|
-
"default-size",
|
|
1215
|
-
"min",
|
|
1216
|
-
"max",
|
|
1217
|
-
"disabled"
|
|
1218
|
-
]
|
|
1219
|
-
},
|
|
1220
1203
|
"a-space": {
|
|
1221
1204
|
"attributes": [
|
|
1222
1205
|
"align",
|
|
@@ -1226,8 +1209,22 @@
|
|
|
1226
1209
|
"fill"
|
|
1227
1210
|
]
|
|
1228
1211
|
},
|
|
1229
|
-
"a-
|
|
1230
|
-
"attributes": [
|
|
1212
|
+
"a-slider": {
|
|
1213
|
+
"attributes": [
|
|
1214
|
+
"change",
|
|
1215
|
+
"model-value",
|
|
1216
|
+
"default-value",
|
|
1217
|
+
"step",
|
|
1218
|
+
"min",
|
|
1219
|
+
"marks",
|
|
1220
|
+
"max",
|
|
1221
|
+
"direction",
|
|
1222
|
+
"disabled",
|
|
1223
|
+
"show-ticks",
|
|
1224
|
+
"show-input",
|
|
1225
|
+
"range",
|
|
1226
|
+
"show-tooltip"
|
|
1227
|
+
]
|
|
1231
1228
|
},
|
|
1232
1229
|
"a-spin": {
|
|
1233
1230
|
"attributes": [
|
|
@@ -1238,24 +1235,29 @@
|
|
|
1238
1235
|
"hide-icon"
|
|
1239
1236
|
]
|
|
1240
1237
|
},
|
|
1241
|
-
"a-
|
|
1238
|
+
"a-resize-box": {
|
|
1242
1239
|
"attributes": [
|
|
1243
|
-
"
|
|
1244
|
-
"
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1249
|
-
"
|
|
1250
|
-
|
|
1240
|
+
"moving-start",
|
|
1241
|
+
"moving",
|
|
1242
|
+
"moving-end",
|
|
1243
|
+
"width",
|
|
1244
|
+
"height",
|
|
1245
|
+
"component",
|
|
1246
|
+
"directions"
|
|
1247
|
+
]
|
|
1248
|
+
},
|
|
1249
|
+
"a-split": {
|
|
1250
|
+
"attributes": [
|
|
1251
|
+
"move-start",
|
|
1252
|
+
"moving",
|
|
1253
|
+
"move-end",
|
|
1254
|
+
"component",
|
|
1255
|
+
"direction",
|
|
1251
1256
|
"size",
|
|
1252
|
-
"
|
|
1253
|
-
"
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
1256
|
-
"before-change",
|
|
1257
|
-
"checked-text",
|
|
1258
|
-
"unchecked-text"
|
|
1257
|
+
"default-size",
|
|
1258
|
+
"min",
|
|
1259
|
+
"max",
|
|
1260
|
+
"disabled"
|
|
1259
1261
|
]
|
|
1260
1262
|
},
|
|
1261
1263
|
"a-statistic": {
|
|
@@ -1308,37 +1310,24 @@
|
|
|
1308
1310
|
"disabled"
|
|
1309
1311
|
]
|
|
1310
1312
|
},
|
|
1311
|
-
"a-
|
|
1313
|
+
"a-switch": {
|
|
1312
1314
|
"attributes": [
|
|
1313
1315
|
"change",
|
|
1314
|
-
"
|
|
1315
|
-
"
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1318
|
-
"default-active-key",
|
|
1319
|
-
"position",
|
|
1320
|
-
"size",
|
|
1321
|
-
"type",
|
|
1322
|
-
"direction",
|
|
1323
|
-
"editable",
|
|
1324
|
-
"show-add-button",
|
|
1325
|
-
"destroy-on-hide",
|
|
1326
|
-
"lazy-load",
|
|
1327
|
-
"justify",
|
|
1328
|
-
"animation",
|
|
1329
|
-
"header-padding",
|
|
1330
|
-
"auto-switch",
|
|
1331
|
-
"hide-content",
|
|
1332
|
-
"trigger",
|
|
1333
|
-
"scroll-position"
|
|
1334
|
-
]
|
|
1335
|
-
},
|
|
1336
|
-
"a-tab-pane": {
|
|
1337
|
-
"attributes": [
|
|
1338
|
-
"title",
|
|
1316
|
+
"focus",
|
|
1317
|
+
"blur",
|
|
1318
|
+
"model-value",
|
|
1319
|
+
"default-checked",
|
|
1339
1320
|
"disabled",
|
|
1340
|
-
"
|
|
1341
|
-
"
|
|
1321
|
+
"loading",
|
|
1322
|
+
"type",
|
|
1323
|
+
"size",
|
|
1324
|
+
"checked-value",
|
|
1325
|
+
"unchecked-value",
|
|
1326
|
+
"checked-color",
|
|
1327
|
+
"unchecked-color",
|
|
1328
|
+
"before-change",
|
|
1329
|
+
"checked-text",
|
|
1330
|
+
"unchecked-text"
|
|
1342
1331
|
]
|
|
1343
1332
|
},
|
|
1344
1333
|
"a-table": {
|
|
@@ -1424,6 +1413,146 @@
|
|
|
1424
1413
|
"tooltip"
|
|
1425
1414
|
]
|
|
1426
1415
|
},
|
|
1416
|
+
"a-tabs": {
|
|
1417
|
+
"attributes": [
|
|
1418
|
+
"change",
|
|
1419
|
+
"tab-click",
|
|
1420
|
+
"add",
|
|
1421
|
+
"delete",
|
|
1422
|
+
"active-key",
|
|
1423
|
+
"default-active-key",
|
|
1424
|
+
"position",
|
|
1425
|
+
"size",
|
|
1426
|
+
"type",
|
|
1427
|
+
"direction",
|
|
1428
|
+
"editable",
|
|
1429
|
+
"show-add-button",
|
|
1430
|
+
"destroy-on-hide",
|
|
1431
|
+
"lazy-load",
|
|
1432
|
+
"justify",
|
|
1433
|
+
"animation",
|
|
1434
|
+
"header-padding",
|
|
1435
|
+
"auto-switch",
|
|
1436
|
+
"hide-content",
|
|
1437
|
+
"trigger",
|
|
1438
|
+
"scroll-position"
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
"a-tab-pane": {
|
|
1442
|
+
"attributes": [
|
|
1443
|
+
"title",
|
|
1444
|
+
"disabled",
|
|
1445
|
+
"closable",
|
|
1446
|
+
"destroy-on-hide"
|
|
1447
|
+
]
|
|
1448
|
+
},
|
|
1449
|
+
"a-radio": {
|
|
1450
|
+
"attributes": [
|
|
1451
|
+
"change",
|
|
1452
|
+
"model-value",
|
|
1453
|
+
"default-checked",
|
|
1454
|
+
"value",
|
|
1455
|
+
"type",
|
|
1456
|
+
"disabled"
|
|
1457
|
+
]
|
|
1458
|
+
},
|
|
1459
|
+
"a-radio-group": {
|
|
1460
|
+
"attributes": [
|
|
1461
|
+
"change",
|
|
1462
|
+
"model-value",
|
|
1463
|
+
"default-value",
|
|
1464
|
+
"type",
|
|
1465
|
+
"size",
|
|
1466
|
+
"options",
|
|
1467
|
+
"direction",
|
|
1468
|
+
"disabled"
|
|
1469
|
+
]
|
|
1470
|
+
},
|
|
1471
|
+
"a-tag": {
|
|
1472
|
+
"attributes": [
|
|
1473
|
+
"close",
|
|
1474
|
+
"check",
|
|
1475
|
+
"color",
|
|
1476
|
+
"size",
|
|
1477
|
+
"bordered",
|
|
1478
|
+
"visible",
|
|
1479
|
+
"default-visible",
|
|
1480
|
+
"loading",
|
|
1481
|
+
"closable",
|
|
1482
|
+
"checkable",
|
|
1483
|
+
"checked",
|
|
1484
|
+
"default-checked",
|
|
1485
|
+
"nowrap"
|
|
1486
|
+
]
|
|
1487
|
+
},
|
|
1488
|
+
"a-textarea": {
|
|
1489
|
+
"attributes": [
|
|
1490
|
+
"input",
|
|
1491
|
+
"change",
|
|
1492
|
+
"clear",
|
|
1493
|
+
"focus",
|
|
1494
|
+
"blur",
|
|
1495
|
+
"model-value",
|
|
1496
|
+
"default-value",
|
|
1497
|
+
"placeholder",
|
|
1498
|
+
"disabled",
|
|
1499
|
+
"error",
|
|
1500
|
+
"max-length",
|
|
1501
|
+
"show-word-limit",
|
|
1502
|
+
"allow-clear",
|
|
1503
|
+
"auto-size",
|
|
1504
|
+
"word-length",
|
|
1505
|
+
"word-slice",
|
|
1506
|
+
"textarea-attrs"
|
|
1507
|
+
]
|
|
1508
|
+
},
|
|
1509
|
+
"a-time-picker": {
|
|
1510
|
+
"attributes": [
|
|
1511
|
+
"change",
|
|
1512
|
+
"select",
|
|
1513
|
+
"clear",
|
|
1514
|
+
"popup-visible-change",
|
|
1515
|
+
"type",
|
|
1516
|
+
"model-value",
|
|
1517
|
+
"default-value",
|
|
1518
|
+
"disabled",
|
|
1519
|
+
"allow-clear",
|
|
1520
|
+
"readonly",
|
|
1521
|
+
"error",
|
|
1522
|
+
"format",
|
|
1523
|
+
"placeholder",
|
|
1524
|
+
"size",
|
|
1525
|
+
"popup-container",
|
|
1526
|
+
"use12-hours",
|
|
1527
|
+
"step",
|
|
1528
|
+
"disabled-hours",
|
|
1529
|
+
"disabled-minutes",
|
|
1530
|
+
"disabled-seconds",
|
|
1531
|
+
"hide-disabled-options",
|
|
1532
|
+
"disable-confirm",
|
|
1533
|
+
"position",
|
|
1534
|
+
"popup-visible",
|
|
1535
|
+
"default-popup-visible",
|
|
1536
|
+
"trigger-props",
|
|
1537
|
+
"unmount-on-close"
|
|
1538
|
+
]
|
|
1539
|
+
},
|
|
1540
|
+
"a-tooltip": {
|
|
1541
|
+
"attributes": [
|
|
1542
|
+
"popup-visible-change",
|
|
1543
|
+
"popup-visible",
|
|
1544
|
+
"default-popup-visible",
|
|
1545
|
+
"content",
|
|
1546
|
+
"position",
|
|
1547
|
+
"mini",
|
|
1548
|
+
"background-color",
|
|
1549
|
+
"content-class",
|
|
1550
|
+
"content-style",
|
|
1551
|
+
"arrow-class",
|
|
1552
|
+
"arrow-style",
|
|
1553
|
+
"popup-container"
|
|
1554
|
+
]
|
|
1555
|
+
},
|
|
1427
1556
|
"a-transfer": {
|
|
1428
1557
|
"attributes": [
|
|
1429
1558
|
"change",
|
|
@@ -1444,21 +1573,63 @@
|
|
|
1444
1573
|
"target-input-search-props"
|
|
1445
1574
|
]
|
|
1446
1575
|
},
|
|
1447
|
-
"a-
|
|
1576
|
+
"a-timeline": {
|
|
1448
1577
|
"attributes": [
|
|
1449
|
-
"
|
|
1578
|
+
"reverse",
|
|
1579
|
+
"direction",
|
|
1580
|
+
"mode",
|
|
1581
|
+
"pending",
|
|
1582
|
+
"label-position"
|
|
1583
|
+
]
|
|
1584
|
+
},
|
|
1585
|
+
"a-timeline-item": {
|
|
1586
|
+
"attributes": [
|
|
1587
|
+
"dot-color",
|
|
1588
|
+
"dot-type",
|
|
1589
|
+
"line-type",
|
|
1590
|
+
"line-color",
|
|
1591
|
+
"label",
|
|
1592
|
+
"position"
|
|
1593
|
+
]
|
|
1594
|
+
},
|
|
1595
|
+
"a-tree": {
|
|
1596
|
+
"attributes": [
|
|
1597
|
+
"select",
|
|
1450
1598
|
"check",
|
|
1451
|
-
"
|
|
1599
|
+
"expand",
|
|
1600
|
+
"drag-start",
|
|
1601
|
+
"drag-end",
|
|
1602
|
+
"drag-over",
|
|
1603
|
+
"drag-leave",
|
|
1604
|
+
"drop",
|
|
1452
1605
|
"size",
|
|
1453
|
-
"
|
|
1454
|
-
"
|
|
1455
|
-
"
|
|
1456
|
-
"loading",
|
|
1457
|
-
"closable",
|
|
1606
|
+
"block-node",
|
|
1607
|
+
"default-expand-all",
|
|
1608
|
+
"multiple",
|
|
1458
1609
|
"checkable",
|
|
1459
|
-
"
|
|
1460
|
-
"
|
|
1461
|
-
"
|
|
1610
|
+
"selectable",
|
|
1611
|
+
"check-strictly",
|
|
1612
|
+
"checked-strategy",
|
|
1613
|
+
"default-selected-keys",
|
|
1614
|
+
"selected-keys",
|
|
1615
|
+
"default-checked-keys",
|
|
1616
|
+
"checked-keys",
|
|
1617
|
+
"default-expanded-keys",
|
|
1618
|
+
"expanded-keys",
|
|
1619
|
+
"data",
|
|
1620
|
+
"field-names",
|
|
1621
|
+
"show-line",
|
|
1622
|
+
"load-more",
|
|
1623
|
+
"draggable",
|
|
1624
|
+
"allow-drop",
|
|
1625
|
+
"virtual-list-props",
|
|
1626
|
+
"default-expand-selected",
|
|
1627
|
+
"default-expand-checked",
|
|
1628
|
+
"auto-expand-parent",
|
|
1629
|
+
"half-checked-keys",
|
|
1630
|
+
"only-check-leaf",
|
|
1631
|
+
"animation",
|
|
1632
|
+
"action-on-node-click"
|
|
1462
1633
|
]
|
|
1463
1634
|
},
|
|
1464
1635
|
"a-tree-select": {
|
|
@@ -1505,81 +1676,6 @@
|
|
|
1505
1676
|
"default-input-value"
|
|
1506
1677
|
]
|
|
1507
1678
|
},
|
|
1508
|
-
"a-time-picker": {
|
|
1509
|
-
"attributes": [
|
|
1510
|
-
"change",
|
|
1511
|
-
"select",
|
|
1512
|
-
"clear",
|
|
1513
|
-
"popup-visible-change",
|
|
1514
|
-
"type",
|
|
1515
|
-
"model-value",
|
|
1516
|
-
"default-value",
|
|
1517
|
-
"disabled",
|
|
1518
|
-
"allow-clear",
|
|
1519
|
-
"readonly",
|
|
1520
|
-
"error",
|
|
1521
|
-
"format",
|
|
1522
|
-
"placeholder",
|
|
1523
|
-
"size",
|
|
1524
|
-
"popup-container",
|
|
1525
|
-
"use12-hours",
|
|
1526
|
-
"step",
|
|
1527
|
-
"disabled-hours",
|
|
1528
|
-
"disabled-minutes",
|
|
1529
|
-
"disabled-seconds",
|
|
1530
|
-
"hide-disabled-options",
|
|
1531
|
-
"disable-confirm",
|
|
1532
|
-
"position",
|
|
1533
|
-
"popup-visible",
|
|
1534
|
-
"default-popup-visible",
|
|
1535
|
-
"trigger-props",
|
|
1536
|
-
"unmount-on-close"
|
|
1537
|
-
]
|
|
1538
|
-
},
|
|
1539
|
-
"a-modal": {
|
|
1540
|
-
"attributes": [
|
|
1541
|
-
"ok",
|
|
1542
|
-
"cancel",
|
|
1543
|
-
"open",
|
|
1544
|
-
"close",
|
|
1545
|
-
"before-open",
|
|
1546
|
-
"before-close",
|
|
1547
|
-
"visible",
|
|
1548
|
-
"default-visible",
|
|
1549
|
-
"width",
|
|
1550
|
-
"top",
|
|
1551
|
-
"mask",
|
|
1552
|
-
"title",
|
|
1553
|
-
"title-align",
|
|
1554
|
-
"align-center",
|
|
1555
|
-
"unmount-on-close",
|
|
1556
|
-
"mask-closable",
|
|
1557
|
-
"hide-cancel",
|
|
1558
|
-
"simple",
|
|
1559
|
-
"closable",
|
|
1560
|
-
"ok-text",
|
|
1561
|
-
"cancel-text",
|
|
1562
|
-
"ok-loading",
|
|
1563
|
-
"ok-button-props",
|
|
1564
|
-
"cancel-button-props",
|
|
1565
|
-
"footer",
|
|
1566
|
-
"render-to-body",
|
|
1567
|
-
"popup-container",
|
|
1568
|
-
"mask-style",
|
|
1569
|
-
"modal-class",
|
|
1570
|
-
"modal-style",
|
|
1571
|
-
"before-ok",
|
|
1572
|
-
"before-cancel",
|
|
1573
|
-
"esc-to-close",
|
|
1574
|
-
"draggable",
|
|
1575
|
-
"fullscreen",
|
|
1576
|
-
"mask-animation-name",
|
|
1577
|
-
"modal-animation-name",
|
|
1578
|
-
"body-class",
|
|
1579
|
-
"body-style",
|
|
1580
|
-
"hide-title"
|
|
1581
|
-
]
|
|
1582
|
-
},
|
|
1583
1679
|
"a-trigger": {
|
|
1584
1680
|
"attributes": [
|
|
1585
1681
|
"popup-visible-change",
|
|
@@ -1620,27 +1716,6 @@
|
|
|
1620
1716
|
"scroll-to-close-distance"
|
|
1621
1717
|
]
|
|
1622
1718
|
},
|
|
1623
|
-
"a-textarea": {
|
|
1624
|
-
"attributes": [
|
|
1625
|
-
"input",
|
|
1626
|
-
"change",
|
|
1627
|
-
"clear",
|
|
1628
|
-
"focus",
|
|
1629
|
-
"blur",
|
|
1630
|
-
"model-value",
|
|
1631
|
-
"default-value",
|
|
1632
|
-
"placeholder",
|
|
1633
|
-
"disabled",
|
|
1634
|
-
"error",
|
|
1635
|
-
"max-length",
|
|
1636
|
-
"show-word-limit",
|
|
1637
|
-
"allow-clear",
|
|
1638
|
-
"auto-size",
|
|
1639
|
-
"word-length",
|
|
1640
|
-
"word-slice",
|
|
1641
|
-
"textarea-attrs"
|
|
1642
|
-
]
|
|
1643
|
-
},
|
|
1644
1719
|
"a-typography": {
|
|
1645
1720
|
"attributes": []
|
|
1646
1721
|
},
|
|
@@ -1716,25 +1791,6 @@
|
|
|
1716
1791
|
"formatter"
|
|
1717
1792
|
]
|
|
1718
1793
|
},
|
|
1719
|
-
"a-timeline": {
|
|
1720
|
-
"attributes": [
|
|
1721
|
-
"reverse",
|
|
1722
|
-
"direction",
|
|
1723
|
-
"mode",
|
|
1724
|
-
"pending",
|
|
1725
|
-
"label-position"
|
|
1726
|
-
]
|
|
1727
|
-
},
|
|
1728
|
-
"a-timeline-item": {
|
|
1729
|
-
"attributes": [
|
|
1730
|
-
"dot-color",
|
|
1731
|
-
"dot-type",
|
|
1732
|
-
"line-type",
|
|
1733
|
-
"line-color",
|
|
1734
|
-
"label",
|
|
1735
|
-
"position"
|
|
1736
|
-
]
|
|
1737
|
-
},
|
|
1738
1794
|
"a-watermark": {
|
|
1739
1795
|
"attributes": [
|
|
1740
1796
|
"content",
|
|
@@ -1752,61 +1808,5 @@
|
|
|
1752
1808
|
"repeat",
|
|
1753
1809
|
"staggered"
|
|
1754
1810
|
]
|
|
1755
|
-
},
|
|
1756
|
-
"a-tree": {
|
|
1757
|
-
"attributes": [
|
|
1758
|
-
"select",
|
|
1759
|
-
"check",
|
|
1760
|
-
"expand",
|
|
1761
|
-
"drag-start",
|
|
1762
|
-
"drag-end",
|
|
1763
|
-
"drag-over",
|
|
1764
|
-
"drag-leave",
|
|
1765
|
-
"drop",
|
|
1766
|
-
"size",
|
|
1767
|
-
"block-node",
|
|
1768
|
-
"default-expand-all",
|
|
1769
|
-
"multiple",
|
|
1770
|
-
"checkable",
|
|
1771
|
-
"selectable",
|
|
1772
|
-
"check-strictly",
|
|
1773
|
-
"checked-strategy",
|
|
1774
|
-
"default-selected-keys",
|
|
1775
|
-
"selected-keys",
|
|
1776
|
-
"default-checked-keys",
|
|
1777
|
-
"checked-keys",
|
|
1778
|
-
"default-expanded-keys",
|
|
1779
|
-
"expanded-keys",
|
|
1780
|
-
"data",
|
|
1781
|
-
"field-names",
|
|
1782
|
-
"show-line",
|
|
1783
|
-
"load-more",
|
|
1784
|
-
"draggable",
|
|
1785
|
-
"allow-drop",
|
|
1786
|
-
"virtual-list-props",
|
|
1787
|
-
"default-expand-selected",
|
|
1788
|
-
"default-expand-checked",
|
|
1789
|
-
"auto-expand-parent",
|
|
1790
|
-
"half-checked-keys",
|
|
1791
|
-
"only-check-leaf",
|
|
1792
|
-
"animation",
|
|
1793
|
-
"action-on-node-click"
|
|
1794
|
-
]
|
|
1795
|
-
},
|
|
1796
|
-
"a-tooltip": {
|
|
1797
|
-
"attributes": [
|
|
1798
|
-
"popup-visible-change",
|
|
1799
|
-
"popup-visible",
|
|
1800
|
-
"default-popup-visible",
|
|
1801
|
-
"content",
|
|
1802
|
-
"position",
|
|
1803
|
-
"mini",
|
|
1804
|
-
"background-color",
|
|
1805
|
-
"content-class",
|
|
1806
|
-
"content-style",
|
|
1807
|
-
"arrow-class",
|
|
1808
|
-
"arrow-style",
|
|
1809
|
-
"popup-container"
|
|
1810
|
-
]
|
|
1811
1811
|
}
|
|
1812
1812
|
}
|