@julingbase/jly-arco-design 0.0.5 → 0.0.7
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 +13 -0
- package/dist/arco-vue.js +7 -4
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +4 -3
- 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/drawer/drawer.d.ts +1 -1
- package/es/drawer/index.d.ts +3 -3
- package/es/input/index.d.ts +24 -0
- package/es/input/input-password.d.ts +9 -0
- package/es/input/input.d.ts +9 -0
- package/es/input/input.js +6 -3
- package/es/mention/index.d.ts +3 -3
- package/es/mention/mention.d.ts +1 -1
- package/es/message/message.d.ts +1 -1
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- 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 +72 -0
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +2 -2
- package/es/upload/upload.js +1 -1
- package/json/vetur-attributes.json +1685 -1685
- package/json/vetur-tags.json +590 -590
- package/json/web-types.json +3733 -3733
- package/lib/input/input.js +6 -3
- package/lib/upload/upload.js +1 -1
- package/package.json +2 -2
package/json/vetur-tags.json
CHANGED
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
+
"a-anchor": {
|
|
3
|
+
"attributes": [
|
|
4
|
+
"select",
|
|
5
|
+
"change",
|
|
6
|
+
"boundary",
|
|
7
|
+
"line-less",
|
|
8
|
+
"scroll-container",
|
|
9
|
+
"change-hash",
|
|
10
|
+
"smooth"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"a-anchor-link": {
|
|
14
|
+
"attributes": [
|
|
15
|
+
"title",
|
|
16
|
+
"href"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
2
19
|
"a-alert": {
|
|
3
20
|
"attributes": [
|
|
4
21
|
"close",
|
|
@@ -11,41 +28,16 @@
|
|
|
11
28
|
"center"
|
|
12
29
|
]
|
|
13
30
|
},
|
|
14
|
-
"a-
|
|
15
|
-
"attributes": [
|
|
16
|
-
"change",
|
|
17
|
-
"search",
|
|
18
|
-
"select",
|
|
19
|
-
"clear",
|
|
20
|
-
"dropdown-scroll",
|
|
21
|
-
"dropdown-reach-bottom",
|
|
22
|
-
"model-value",
|
|
23
|
-
"default-value",
|
|
24
|
-
"disabled",
|
|
25
|
-
"data",
|
|
26
|
-
"popup-container",
|
|
27
|
-
"strict",
|
|
28
|
-
"filter-option",
|
|
29
|
-
"trigger-props",
|
|
30
|
-
"allow-clear",
|
|
31
|
-
"virtual-list-props"
|
|
32
|
-
]
|
|
33
|
-
},
|
|
34
|
-
"a-back-top": {
|
|
35
|
-
"attributes": [
|
|
36
|
-
"visible-height",
|
|
37
|
-
"target-container",
|
|
38
|
-
"easing",
|
|
39
|
-
"duration"
|
|
40
|
-
]
|
|
41
|
-
},
|
|
42
|
-
"a-affix": {
|
|
31
|
+
"a-badge": {
|
|
43
32
|
"attributes": [
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
33
|
+
"text",
|
|
34
|
+
"dot",
|
|
35
|
+
"dot-style",
|
|
36
|
+
"max-count",
|
|
37
|
+
"offset",
|
|
38
|
+
"color",
|
|
39
|
+
"status",
|
|
40
|
+
"count"
|
|
49
41
|
]
|
|
50
42
|
},
|
|
51
43
|
"a-avatar": {
|
|
@@ -73,35 +65,6 @@
|
|
|
73
65
|
"max-popover-trigger-props"
|
|
74
66
|
]
|
|
75
67
|
},
|
|
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
|
-
},
|
|
88
|
-
"a-anchor": {
|
|
89
|
-
"attributes": [
|
|
90
|
-
"select",
|
|
91
|
-
"change",
|
|
92
|
-
"boundary",
|
|
93
|
-
"line-less",
|
|
94
|
-
"scroll-container",
|
|
95
|
-
"change-hash",
|
|
96
|
-
"smooth"
|
|
97
|
-
]
|
|
98
|
-
},
|
|
99
|
-
"a-anchor-link": {
|
|
100
|
-
"attributes": [
|
|
101
|
-
"title",
|
|
102
|
-
"href"
|
|
103
|
-
]
|
|
104
|
-
},
|
|
105
68
|
"a-button": {
|
|
106
69
|
"attributes": [
|
|
107
70
|
"click",
|
|
@@ -126,19 +89,49 @@
|
|
|
126
89
|
"disabled"
|
|
127
90
|
]
|
|
128
91
|
},
|
|
129
|
-
"a-
|
|
92
|
+
"a-auto-complete": {
|
|
130
93
|
"attributes": [
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
94
|
+
"change",
|
|
95
|
+
"search",
|
|
96
|
+
"select",
|
|
97
|
+
"clear",
|
|
98
|
+
"dropdown-scroll",
|
|
99
|
+
"dropdown-reach-bottom",
|
|
100
|
+
"model-value",
|
|
101
|
+
"default-value",
|
|
102
|
+
"disabled",
|
|
103
|
+
"data",
|
|
104
|
+
"popup-container",
|
|
105
|
+
"strict",
|
|
106
|
+
"filter-option",
|
|
107
|
+
"trigger-props",
|
|
108
|
+
"allow-clear",
|
|
109
|
+
"virtual-list-props"
|
|
135
110
|
]
|
|
136
111
|
},
|
|
137
|
-
"a-
|
|
112
|
+
"a-carousel": {
|
|
138
113
|
"attributes": [
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
114
|
+
"change",
|
|
115
|
+
"current",
|
|
116
|
+
"default-current",
|
|
117
|
+
"move-speed",
|
|
118
|
+
"animation-name",
|
|
119
|
+
"trigger",
|
|
120
|
+
"direction",
|
|
121
|
+
"show-arrow",
|
|
122
|
+
"arrow-class",
|
|
123
|
+
"indicator-type",
|
|
124
|
+
"indicator-position",
|
|
125
|
+
"indicator-class",
|
|
126
|
+
"transition-timing-function"
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
"a-back-top": {
|
|
130
|
+
"attributes": [
|
|
131
|
+
"visible-height",
|
|
132
|
+
"target-container",
|
|
133
|
+
"easing",
|
|
134
|
+
"duration"
|
|
142
135
|
]
|
|
143
136
|
},
|
|
144
137
|
"a-calendar": {
|
|
@@ -152,6 +145,21 @@
|
|
|
152
145
|
"modes"
|
|
153
146
|
]
|
|
154
147
|
},
|
|
148
|
+
"a-breadcrumb": {
|
|
149
|
+
"attributes": [
|
|
150
|
+
"max-count",
|
|
151
|
+
"routes",
|
|
152
|
+
"separator",
|
|
153
|
+
"custom-url"
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
"a-breadcrumb-item": {
|
|
157
|
+
"attributes": [
|
|
158
|
+
"separator",
|
|
159
|
+
"droplist",
|
|
160
|
+
"dropdown-props"
|
|
161
|
+
]
|
|
162
|
+
},
|
|
155
163
|
"a-card": {
|
|
156
164
|
"attributes": [
|
|
157
165
|
"bordered",
|
|
@@ -175,21 +183,32 @@
|
|
|
175
183
|
"hoverable"
|
|
176
184
|
]
|
|
177
185
|
},
|
|
178
|
-
"a-
|
|
186
|
+
"a-affix": {
|
|
179
187
|
"attributes": [
|
|
180
188
|
"change",
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
189
|
+
"offset-top",
|
|
190
|
+
"offset-bottom",
|
|
191
|
+
"target",
|
|
192
|
+
"target-container"
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
"a-color-picker": {
|
|
196
|
+
"attributes": [
|
|
197
|
+
"change",
|
|
198
|
+
"popup-visible-change",
|
|
199
|
+
"model-value",
|
|
200
|
+
"default-value",
|
|
201
|
+
"format",
|
|
202
|
+
"size",
|
|
203
|
+
"show-text",
|
|
204
|
+
"show-history",
|
|
205
|
+
"show-preset",
|
|
206
|
+
"disabled",
|
|
207
|
+
"disabled-alpha",
|
|
208
|
+
"hide-trigger",
|
|
209
|
+
"trigger-props",
|
|
210
|
+
"history-colors",
|
|
211
|
+
"preset-colors"
|
|
193
212
|
]
|
|
194
213
|
},
|
|
195
214
|
"a-cascader": {
|
|
@@ -251,46 +270,6 @@
|
|
|
251
270
|
"expand-child"
|
|
252
271
|
]
|
|
253
272
|
},
|
|
254
|
-
"a-checkbox": {
|
|
255
|
-
"attributes": [
|
|
256
|
-
"change",
|
|
257
|
-
"model-value",
|
|
258
|
-
"default-checked",
|
|
259
|
-
"value",
|
|
260
|
-
"disabled",
|
|
261
|
-
"indeterminate"
|
|
262
|
-
]
|
|
263
|
-
},
|
|
264
|
-
"a-checkbox-group": {
|
|
265
|
-
"attributes": [
|
|
266
|
-
"change",
|
|
267
|
-
"model-value",
|
|
268
|
-
"default-value",
|
|
269
|
-
"max",
|
|
270
|
-
"options",
|
|
271
|
-
"direction",
|
|
272
|
-
"disabled"
|
|
273
|
-
]
|
|
274
|
-
},
|
|
275
|
-
"a-color-picker": {
|
|
276
|
-
"attributes": [
|
|
277
|
-
"change",
|
|
278
|
-
"popup-visible-change",
|
|
279
|
-
"model-value",
|
|
280
|
-
"default-value",
|
|
281
|
-
"format",
|
|
282
|
-
"size",
|
|
283
|
-
"show-text",
|
|
284
|
-
"show-history",
|
|
285
|
-
"show-preset",
|
|
286
|
-
"disabled",
|
|
287
|
-
"disabled-alpha",
|
|
288
|
-
"hide-trigger",
|
|
289
|
-
"trigger-props",
|
|
290
|
-
"history-colors",
|
|
291
|
-
"preset-colors"
|
|
292
|
-
]
|
|
293
|
-
},
|
|
294
273
|
"a-collapse": {
|
|
295
274
|
"attributes": [
|
|
296
275
|
"change",
|
|
@@ -320,15 +299,25 @@
|
|
|
320
299
|
"align"
|
|
321
300
|
]
|
|
322
301
|
},
|
|
323
|
-
"a-
|
|
302
|
+
"a-checkbox": {
|
|
324
303
|
"attributes": [
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
"
|
|
331
|
-
|
|
304
|
+
"change",
|
|
305
|
+
"model-value",
|
|
306
|
+
"default-checked",
|
|
307
|
+
"value",
|
|
308
|
+
"disabled",
|
|
309
|
+
"indeterminate"
|
|
310
|
+
]
|
|
311
|
+
},
|
|
312
|
+
"a-checkbox-group": {
|
|
313
|
+
"attributes": [
|
|
314
|
+
"change",
|
|
315
|
+
"model-value",
|
|
316
|
+
"default-value",
|
|
317
|
+
"max",
|
|
318
|
+
"options",
|
|
319
|
+
"direction",
|
|
320
|
+
"disabled"
|
|
332
321
|
]
|
|
333
322
|
},
|
|
334
323
|
"a-descriptions": {
|
|
@@ -496,7 +485,25 @@
|
|
|
496
485
|
"abbreviation"
|
|
497
486
|
]
|
|
498
487
|
},
|
|
499
|
-
"a-
|
|
488
|
+
"a-config-provider": {
|
|
489
|
+
"attributes": [
|
|
490
|
+
"prefix-cls",
|
|
491
|
+
"locale",
|
|
492
|
+
"size",
|
|
493
|
+
"global",
|
|
494
|
+
"scroll-to-close",
|
|
495
|
+
"exchange-time",
|
|
496
|
+
"rtl"
|
|
497
|
+
]
|
|
498
|
+
},
|
|
499
|
+
"a-empty": {
|
|
500
|
+
"attributes": [
|
|
501
|
+
"description",
|
|
502
|
+
"img-src",
|
|
503
|
+
"in-config-provider"
|
|
504
|
+
]
|
|
505
|
+
},
|
|
506
|
+
"a-dropdown": {
|
|
500
507
|
"attributes": [
|
|
501
508
|
"popup-visible-change",
|
|
502
509
|
"select",
|
|
@@ -552,11 +559,32 @@
|
|
|
552
559
|
"hide-on-select"
|
|
553
560
|
]
|
|
554
561
|
},
|
|
555
|
-
"a-
|
|
562
|
+
"a-input-number": {
|
|
556
563
|
"attributes": [
|
|
557
|
-
"
|
|
558
|
-
"
|
|
559
|
-
"
|
|
564
|
+
"change",
|
|
565
|
+
"focus",
|
|
566
|
+
"blur",
|
|
567
|
+
"clear",
|
|
568
|
+
"input",
|
|
569
|
+
"keydown",
|
|
570
|
+
"model-value",
|
|
571
|
+
"default-value",
|
|
572
|
+
"mode",
|
|
573
|
+
"precision",
|
|
574
|
+
"step",
|
|
575
|
+
"disabled",
|
|
576
|
+
"error",
|
|
577
|
+
"max",
|
|
578
|
+
"min",
|
|
579
|
+
"formatter",
|
|
580
|
+
"parser",
|
|
581
|
+
"placeholder",
|
|
582
|
+
"hide-button",
|
|
583
|
+
"size",
|
|
584
|
+
"allow-clear",
|
|
585
|
+
"model-event",
|
|
586
|
+
"read-only",
|
|
587
|
+
"input-attrs"
|
|
560
588
|
]
|
|
561
589
|
},
|
|
562
590
|
"a-form": {
|
|
@@ -668,6 +696,35 @@
|
|
|
668
696
|
"disabled"
|
|
669
697
|
]
|
|
670
698
|
},
|
|
699
|
+
"a-layout": {
|
|
700
|
+
"attributes": [
|
|
701
|
+
"has-sider"
|
|
702
|
+
]
|
|
703
|
+
},
|
|
704
|
+
"a-layout-header": {
|
|
705
|
+
"attributes": []
|
|
706
|
+
},
|
|
707
|
+
"a-layout-content": {
|
|
708
|
+
"attributes": []
|
|
709
|
+
},
|
|
710
|
+
"a-layout-footer": {
|
|
711
|
+
"attributes": []
|
|
712
|
+
},
|
|
713
|
+
"a-layout-sider": {
|
|
714
|
+
"attributes": [
|
|
715
|
+
"collapse",
|
|
716
|
+
"breakpoint",
|
|
717
|
+
"theme",
|
|
718
|
+
"collapsed",
|
|
719
|
+
"default-collapsed",
|
|
720
|
+
"collapsible",
|
|
721
|
+
"width",
|
|
722
|
+
"collapsed-width",
|
|
723
|
+
"reverse-arrow",
|
|
724
|
+
"resize-directions",
|
|
725
|
+
"hide-trigger"
|
|
726
|
+
]
|
|
727
|
+
},
|
|
671
728
|
"a-input-tag": {
|
|
672
729
|
"attributes": [
|
|
673
730
|
"change",
|
|
@@ -695,32 +752,15 @@
|
|
|
695
752
|
"tag-nowrap"
|
|
696
753
|
]
|
|
697
754
|
},
|
|
698
|
-
"a-
|
|
755
|
+
"a-link": {
|
|
699
756
|
"attributes": [
|
|
700
|
-
"
|
|
701
|
-
"
|
|
702
|
-
"
|
|
703
|
-
"
|
|
704
|
-
"
|
|
705
|
-
"
|
|
706
|
-
"
|
|
707
|
-
"default-value",
|
|
708
|
-
"mode",
|
|
709
|
-
"precision",
|
|
710
|
-
"step",
|
|
711
|
-
"disabled",
|
|
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"
|
|
757
|
+
"click",
|
|
758
|
+
"href",
|
|
759
|
+
"status",
|
|
760
|
+
"hoverable",
|
|
761
|
+
"icon",
|
|
762
|
+
"loading",
|
|
763
|
+
"disabled"
|
|
724
764
|
]
|
|
725
765
|
},
|
|
726
766
|
"a-row": {
|
|
@@ -762,6 +802,24 @@
|
|
|
762
802
|
"suffix"
|
|
763
803
|
]
|
|
764
804
|
},
|
|
805
|
+
"a-mention": {
|
|
806
|
+
"attributes": [
|
|
807
|
+
"change",
|
|
808
|
+
"search",
|
|
809
|
+
"select",
|
|
810
|
+
"clear",
|
|
811
|
+
"focus",
|
|
812
|
+
"blur",
|
|
813
|
+
"model-value",
|
|
814
|
+
"default-value",
|
|
815
|
+
"data",
|
|
816
|
+
"prefix",
|
|
817
|
+
"split",
|
|
818
|
+
"type",
|
|
819
|
+
"disabled",
|
|
820
|
+
"allow-clear"
|
|
821
|
+
]
|
|
822
|
+
},
|
|
765
823
|
"a-input": {
|
|
766
824
|
"attributes": [
|
|
767
825
|
"input",
|
|
@@ -809,64 +867,6 @@
|
|
|
809
867
|
"button-props"
|
|
810
868
|
]
|
|
811
869
|
},
|
|
812
|
-
"a-layout": {
|
|
813
|
-
"attributes": [
|
|
814
|
-
"has-sider"
|
|
815
|
-
]
|
|
816
|
-
},
|
|
817
|
-
"a-layout-header": {
|
|
818
|
-
"attributes": []
|
|
819
|
-
},
|
|
820
|
-
"a-layout-content": {
|
|
821
|
-
"attributes": []
|
|
822
|
-
},
|
|
823
|
-
"a-layout-footer": {
|
|
824
|
-
"attributes": []
|
|
825
|
-
},
|
|
826
|
-
"a-layout-sider": {
|
|
827
|
-
"attributes": [
|
|
828
|
-
"collapse",
|
|
829
|
-
"breakpoint",
|
|
830
|
-
"theme",
|
|
831
|
-
"collapsed",
|
|
832
|
-
"default-collapsed",
|
|
833
|
-
"collapsible",
|
|
834
|
-
"width",
|
|
835
|
-
"collapsed-width",
|
|
836
|
-
"reverse-arrow",
|
|
837
|
-
"resize-directions",
|
|
838
|
-
"hide-trigger"
|
|
839
|
-
]
|
|
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
870
|
"a-list": {
|
|
871
871
|
"attributes": [
|
|
872
872
|
"scroll",
|
|
@@ -943,53 +943,6 @@
|
|
|
943
943
|
"disabled"
|
|
944
944
|
]
|
|
945
945
|
},
|
|
946
|
-
"a-modal": {
|
|
947
|
-
"attributes": [
|
|
948
|
-
"ok",
|
|
949
|
-
"cancel",
|
|
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",
|
|
967
|
-
"ok-text",
|
|
968
|
-
"cancel-text",
|
|
969
|
-
"ok-loading",
|
|
970
|
-
"ok-button-props",
|
|
971
|
-
"cancel-button-props",
|
|
972
|
-
"footer",
|
|
973
|
-
"render-to-body",
|
|
974
|
-
"popup-container",
|
|
975
|
-
"mask-style",
|
|
976
|
-
"modal-class",
|
|
977
|
-
"modal-style",
|
|
978
|
-
"before-ok",
|
|
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
946
|
"a-overflow-list": {
|
|
994
947
|
"attributes": [
|
|
995
948
|
"change",
|
|
@@ -1056,50 +1009,78 @@
|
|
|
1056
1009
|
"before-cancel"
|
|
1057
1010
|
]
|
|
1058
1011
|
},
|
|
1059
|
-
"a-
|
|
1012
|
+
"a-modal": {
|
|
1060
1013
|
"attributes": [
|
|
1061
|
-
"
|
|
1062
|
-
"
|
|
1063
|
-
"
|
|
1014
|
+
"ok",
|
|
1015
|
+
"cancel",
|
|
1016
|
+
"open",
|
|
1017
|
+
"close",
|
|
1018
|
+
"before-open",
|
|
1019
|
+
"before-close",
|
|
1020
|
+
"visible",
|
|
1021
|
+
"default-visible",
|
|
1022
|
+
"width",
|
|
1023
|
+
"top",
|
|
1024
|
+
"mask",
|
|
1064
1025
|
"title",
|
|
1065
|
-
"
|
|
1066
|
-
"
|
|
1067
|
-
"
|
|
1068
|
-
"
|
|
1069
|
-
"
|
|
1070
|
-
"
|
|
1071
|
-
"
|
|
1072
|
-
"
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
"
|
|
1078
|
-
"
|
|
1079
|
-
"
|
|
1080
|
-
"
|
|
1081
|
-
"
|
|
1082
|
-
"
|
|
1083
|
-
"
|
|
1084
|
-
"
|
|
1085
|
-
"
|
|
1086
|
-
"
|
|
1087
|
-
"
|
|
1026
|
+
"title-align",
|
|
1027
|
+
"align-center",
|
|
1028
|
+
"unmount-on-close",
|
|
1029
|
+
"mask-closable",
|
|
1030
|
+
"hide-cancel",
|
|
1031
|
+
"simple",
|
|
1032
|
+
"closable",
|
|
1033
|
+
"ok-text",
|
|
1034
|
+
"cancel-text",
|
|
1035
|
+
"ok-loading",
|
|
1036
|
+
"ok-button-props",
|
|
1037
|
+
"cancel-button-props",
|
|
1038
|
+
"footer",
|
|
1039
|
+
"render-to-body",
|
|
1040
|
+
"popup-container",
|
|
1041
|
+
"mask-style",
|
|
1042
|
+
"modal-class",
|
|
1043
|
+
"modal-style",
|
|
1044
|
+
"before-ok",
|
|
1045
|
+
"before-cancel",
|
|
1046
|
+
"esc-to-close",
|
|
1047
|
+
"draggable",
|
|
1048
|
+
"fullscreen",
|
|
1049
|
+
"mask-animation-name",
|
|
1050
|
+
"modal-animation-name",
|
|
1051
|
+
"body-class",
|
|
1052
|
+
"body-style",
|
|
1053
|
+
"hide-title"
|
|
1088
1054
|
]
|
|
1089
1055
|
},
|
|
1090
|
-
"a-
|
|
1056
|
+
"a-popover": {
|
|
1091
1057
|
"attributes": [
|
|
1092
|
-
"
|
|
1058
|
+
"popup-visible-change",
|
|
1059
|
+
"popup-visible",
|
|
1060
|
+
"default-popup-visible",
|
|
1093
1061
|
"title",
|
|
1094
|
-
"
|
|
1062
|
+
"content",
|
|
1063
|
+
"trigger",
|
|
1064
|
+
"position",
|
|
1065
|
+
"content-class",
|
|
1066
|
+
"content-style",
|
|
1067
|
+
"arrow-class",
|
|
1068
|
+
"arrow-style",
|
|
1069
|
+
"popup-container"
|
|
1095
1070
|
]
|
|
1096
1071
|
},
|
|
1097
|
-
"a-
|
|
1072
|
+
"a-notification": {
|
|
1073
|
+
"attributes": []
|
|
1074
|
+
},
|
|
1075
|
+
"a-resize-box": {
|
|
1098
1076
|
"attributes": [
|
|
1099
|
-
"
|
|
1100
|
-
"
|
|
1101
|
-
"
|
|
1102
|
-
"
|
|
1077
|
+
"moving-start",
|
|
1078
|
+
"moving",
|
|
1079
|
+
"moving-end",
|
|
1080
|
+
"width",
|
|
1081
|
+
"height",
|
|
1082
|
+
"component",
|
|
1083
|
+
"directions"
|
|
1103
1084
|
]
|
|
1104
1085
|
},
|
|
1105
1086
|
"a-rate": {
|
|
@@ -1117,67 +1098,41 @@
|
|
|
1117
1098
|
"color"
|
|
1118
1099
|
]
|
|
1119
1100
|
},
|
|
1120
|
-
"a-
|
|
1101
|
+
"a-scrollbar": {
|
|
1121
1102
|
"attributes": [
|
|
1122
|
-
"
|
|
1123
|
-
"
|
|
1124
|
-
"
|
|
1125
|
-
"
|
|
1126
|
-
"remove",
|
|
1127
|
-
"search",
|
|
1128
|
-
"dropdown-scroll",
|
|
1129
|
-
"dropdown-reach-bottom",
|
|
1130
|
-
"exceed-limit",
|
|
1131
|
-
"multiple",
|
|
1132
|
-
"model-value",
|
|
1133
|
-
"default-value",
|
|
1134
|
-
"input-value",
|
|
1135
|
-
"default-input-value",
|
|
1136
|
-
"size",
|
|
1137
|
-
"placeholder",
|
|
1138
|
-
"loading",
|
|
1139
|
-
"disabled",
|
|
1140
|
-
"error",
|
|
1141
|
-
"allow-clear",
|
|
1142
|
-
"allow-search",
|
|
1143
|
-
"allow-create",
|
|
1144
|
-
"max-tag-count",
|
|
1145
|
-
"popup-container",
|
|
1146
|
-
"bordered",
|
|
1147
|
-
"default-active-first-option",
|
|
1148
|
-
"popup-visible",
|
|
1149
|
-
"default-popup-visible",
|
|
1150
|
-
"unmount-on-close",
|
|
1151
|
-
"filter-option",
|
|
1152
|
-
"options",
|
|
1153
|
-
"virtual-list-props",
|
|
1154
|
-
"trigger-props",
|
|
1155
|
-
"format-label",
|
|
1156
|
-
"fallback-option",
|
|
1157
|
-
"show-extra-options",
|
|
1158
|
-
"value-key",
|
|
1159
|
-
"search-delay",
|
|
1160
|
-
"limit",
|
|
1161
|
-
"field-names",
|
|
1162
|
-
"scrollbar",
|
|
1163
|
-
"show-header-on-empty",
|
|
1164
|
-
"show-footer-on-empty",
|
|
1165
|
-
"tag-nowrap"
|
|
1103
|
+
"scroll",
|
|
1104
|
+
"type",
|
|
1105
|
+
"outer-class",
|
|
1106
|
+
"outer-style"
|
|
1166
1107
|
]
|
|
1167
1108
|
},
|
|
1168
|
-
"a-
|
|
1109
|
+
"a-result": {
|
|
1110
|
+
"attributes": [
|
|
1111
|
+
"status",
|
|
1112
|
+
"title",
|
|
1113
|
+
"subtitle"
|
|
1114
|
+
]
|
|
1115
|
+
},
|
|
1116
|
+
"a-radio": {
|
|
1169
1117
|
"attributes": [
|
|
1118
|
+
"change",
|
|
1119
|
+
"model-value",
|
|
1120
|
+
"default-checked",
|
|
1170
1121
|
"value",
|
|
1171
|
-
"
|
|
1172
|
-
"disabled"
|
|
1173
|
-
"tag-props",
|
|
1174
|
-
"extra",
|
|
1175
|
-
"index"
|
|
1122
|
+
"type",
|
|
1123
|
+
"disabled"
|
|
1176
1124
|
]
|
|
1177
1125
|
},
|
|
1178
|
-
"a-
|
|
1126
|
+
"a-radio-group": {
|
|
1179
1127
|
"attributes": [
|
|
1180
|
-
"
|
|
1128
|
+
"change",
|
|
1129
|
+
"model-value",
|
|
1130
|
+
"default-value",
|
|
1131
|
+
"type",
|
|
1132
|
+
"size",
|
|
1133
|
+
"options",
|
|
1134
|
+
"direction",
|
|
1135
|
+
"disabled"
|
|
1181
1136
|
]
|
|
1182
1137
|
},
|
|
1183
1138
|
"a-skeleton": {
|
|
@@ -1226,26 +1181,6 @@
|
|
|
1226
1181
|
"show-tooltip"
|
|
1227
1182
|
]
|
|
1228
1183
|
},
|
|
1229
|
-
"a-spin": {
|
|
1230
|
-
"attributes": [
|
|
1231
|
-
"size",
|
|
1232
|
-
"loading",
|
|
1233
|
-
"dot",
|
|
1234
|
-
"tip",
|
|
1235
|
-
"hide-icon"
|
|
1236
|
-
]
|
|
1237
|
-
},
|
|
1238
|
-
"a-resize-box": {
|
|
1239
|
-
"attributes": [
|
|
1240
|
-
"moving-start",
|
|
1241
|
-
"moving",
|
|
1242
|
-
"moving-end",
|
|
1243
|
-
"width",
|
|
1244
|
-
"height",
|
|
1245
|
-
"component",
|
|
1246
|
-
"directions"
|
|
1247
|
-
]
|
|
1248
|
-
},
|
|
1249
1184
|
"a-split": {
|
|
1250
1185
|
"attributes": [
|
|
1251
1186
|
"move-start",
|
|
@@ -1260,6 +1195,21 @@
|
|
|
1260
1195
|
"disabled"
|
|
1261
1196
|
]
|
|
1262
1197
|
},
|
|
1198
|
+
"a-progress": {
|
|
1199
|
+
"attributes": [
|
|
1200
|
+
"type",
|
|
1201
|
+
"size",
|
|
1202
|
+
"percent",
|
|
1203
|
+
"steps",
|
|
1204
|
+
"animation",
|
|
1205
|
+
"stroke-width",
|
|
1206
|
+
"width",
|
|
1207
|
+
"color",
|
|
1208
|
+
"track-color",
|
|
1209
|
+
"show-text",
|
|
1210
|
+
"status"
|
|
1211
|
+
]
|
|
1212
|
+
},
|
|
1263
1213
|
"a-statistic": {
|
|
1264
1214
|
"attributes": [
|
|
1265
1215
|
"title",
|
|
@@ -1288,26 +1238,67 @@
|
|
|
1288
1238
|
"value-style"
|
|
1289
1239
|
]
|
|
1290
1240
|
},
|
|
1291
|
-
"a-
|
|
1241
|
+
"a-select": {
|
|
1292
1242
|
"attributes": [
|
|
1293
1243
|
"change",
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1296
|
-
"
|
|
1297
|
-
"
|
|
1298
|
-
"
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
1301
|
-
"
|
|
1302
|
-
"
|
|
1244
|
+
"input-value-change",
|
|
1245
|
+
"popup-visible-change",
|
|
1246
|
+
"clear",
|
|
1247
|
+
"remove",
|
|
1248
|
+
"search",
|
|
1249
|
+
"dropdown-scroll",
|
|
1250
|
+
"dropdown-reach-bottom",
|
|
1251
|
+
"exceed-limit",
|
|
1252
|
+
"multiple",
|
|
1253
|
+
"model-value",
|
|
1254
|
+
"default-value",
|
|
1255
|
+
"input-value",
|
|
1256
|
+
"default-input-value",
|
|
1257
|
+
"size",
|
|
1258
|
+
"placeholder",
|
|
1259
|
+
"loading",
|
|
1260
|
+
"disabled",
|
|
1261
|
+
"error",
|
|
1262
|
+
"allow-clear",
|
|
1263
|
+
"allow-search",
|
|
1264
|
+
"allow-create",
|
|
1265
|
+
"max-tag-count",
|
|
1266
|
+
"popup-container",
|
|
1267
|
+
"bordered",
|
|
1268
|
+
"default-active-first-option",
|
|
1269
|
+
"popup-visible",
|
|
1270
|
+
"default-popup-visible",
|
|
1271
|
+
"unmount-on-close",
|
|
1272
|
+
"filter-option",
|
|
1273
|
+
"options",
|
|
1274
|
+
"virtual-list-props",
|
|
1275
|
+
"trigger-props",
|
|
1276
|
+
"format-label",
|
|
1277
|
+
"fallback-option",
|
|
1278
|
+
"show-extra-options",
|
|
1279
|
+
"value-key",
|
|
1280
|
+
"search-delay",
|
|
1281
|
+
"limit",
|
|
1282
|
+
"field-names",
|
|
1283
|
+
"scrollbar",
|
|
1284
|
+
"show-header-on-empty",
|
|
1285
|
+
"show-footer-on-empty",
|
|
1286
|
+
"tag-nowrap"
|
|
1303
1287
|
]
|
|
1304
1288
|
},
|
|
1305
|
-
"a-
|
|
1289
|
+
"a-option": {
|
|
1306
1290
|
"attributes": [
|
|
1307
|
-
"
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1310
|
-
"
|
|
1291
|
+
"value",
|
|
1292
|
+
"label",
|
|
1293
|
+
"disabled",
|
|
1294
|
+
"tag-props",
|
|
1295
|
+
"extra",
|
|
1296
|
+
"index"
|
|
1297
|
+
]
|
|
1298
|
+
},
|
|
1299
|
+
"a-optgroup": {
|
|
1300
|
+
"attributes": [
|
|
1301
|
+
"label"
|
|
1311
1302
|
]
|
|
1312
1303
|
},
|
|
1313
1304
|
"a-switch": {
|
|
@@ -1330,6 +1321,15 @@
|
|
|
1330
1321
|
"unchecked-text"
|
|
1331
1322
|
]
|
|
1332
1323
|
},
|
|
1324
|
+
"a-spin": {
|
|
1325
|
+
"attributes": [
|
|
1326
|
+
"size",
|
|
1327
|
+
"loading",
|
|
1328
|
+
"dot",
|
|
1329
|
+
"tip",
|
|
1330
|
+
"hide-icon"
|
|
1331
|
+
]
|
|
1332
|
+
},
|
|
1333
1333
|
"a-table": {
|
|
1334
1334
|
"attributes": [
|
|
1335
1335
|
"expand",
|
|
@@ -1413,6 +1413,68 @@
|
|
|
1413
1413
|
"tooltip"
|
|
1414
1414
|
]
|
|
1415
1415
|
},
|
|
1416
|
+
"a-textarea": {
|
|
1417
|
+
"attributes": [
|
|
1418
|
+
"input",
|
|
1419
|
+
"change",
|
|
1420
|
+
"clear",
|
|
1421
|
+
"focus",
|
|
1422
|
+
"blur",
|
|
1423
|
+
"model-value",
|
|
1424
|
+
"default-value",
|
|
1425
|
+
"placeholder",
|
|
1426
|
+
"disabled",
|
|
1427
|
+
"error",
|
|
1428
|
+
"max-length",
|
|
1429
|
+
"show-word-limit",
|
|
1430
|
+
"allow-clear",
|
|
1431
|
+
"auto-size",
|
|
1432
|
+
"word-length",
|
|
1433
|
+
"word-slice",
|
|
1434
|
+
"textarea-attrs"
|
|
1435
|
+
]
|
|
1436
|
+
},
|
|
1437
|
+
"a-steps": {
|
|
1438
|
+
"attributes": [
|
|
1439
|
+
"change",
|
|
1440
|
+
"type",
|
|
1441
|
+
"direction",
|
|
1442
|
+
"label-placement",
|
|
1443
|
+
"current",
|
|
1444
|
+
"default-current",
|
|
1445
|
+
"status",
|
|
1446
|
+
"line-less",
|
|
1447
|
+
"small",
|
|
1448
|
+
"changeable"
|
|
1449
|
+
]
|
|
1450
|
+
},
|
|
1451
|
+
"a-step": {
|
|
1452
|
+
"attributes": [
|
|
1453
|
+
"title",
|
|
1454
|
+
"description",
|
|
1455
|
+
"status",
|
|
1456
|
+
"disabled"
|
|
1457
|
+
]
|
|
1458
|
+
},
|
|
1459
|
+
"a-timeline": {
|
|
1460
|
+
"attributes": [
|
|
1461
|
+
"reverse",
|
|
1462
|
+
"direction",
|
|
1463
|
+
"mode",
|
|
1464
|
+
"pending",
|
|
1465
|
+
"label-position"
|
|
1466
|
+
]
|
|
1467
|
+
},
|
|
1468
|
+
"a-timeline-item": {
|
|
1469
|
+
"attributes": [
|
|
1470
|
+
"dot-color",
|
|
1471
|
+
"dot-type",
|
|
1472
|
+
"line-type",
|
|
1473
|
+
"line-color",
|
|
1474
|
+
"label",
|
|
1475
|
+
"position"
|
|
1476
|
+
]
|
|
1477
|
+
},
|
|
1416
1478
|
"a-tabs": {
|
|
1417
1479
|
"attributes": [
|
|
1418
1480
|
"change",
|
|
@@ -1446,26 +1508,20 @@
|
|
|
1446
1508
|
"destroy-on-hide"
|
|
1447
1509
|
]
|
|
1448
1510
|
},
|
|
1449
|
-
"a-
|
|
1450
|
-
"attributes": [
|
|
1451
|
-
"change",
|
|
1452
|
-
"model-value",
|
|
1453
|
-
"default-checked",
|
|
1454
|
-
"value",
|
|
1455
|
-
"type",
|
|
1456
|
-
"disabled"
|
|
1457
|
-
]
|
|
1458
|
-
},
|
|
1459
|
-
"a-radio-group": {
|
|
1511
|
+
"a-tooltip": {
|
|
1460
1512
|
"attributes": [
|
|
1461
|
-
"change",
|
|
1462
|
-
"
|
|
1463
|
-
"default-
|
|
1464
|
-
"
|
|
1465
|
-
"
|
|
1466
|
-
"
|
|
1467
|
-
"
|
|
1468
|
-
"
|
|
1513
|
+
"popup-visible-change",
|
|
1514
|
+
"popup-visible",
|
|
1515
|
+
"default-popup-visible",
|
|
1516
|
+
"content",
|
|
1517
|
+
"position",
|
|
1518
|
+
"mini",
|
|
1519
|
+
"background-color",
|
|
1520
|
+
"content-class",
|
|
1521
|
+
"content-style",
|
|
1522
|
+
"arrow-class",
|
|
1523
|
+
"arrow-style",
|
|
1524
|
+
"popup-container"
|
|
1469
1525
|
]
|
|
1470
1526
|
},
|
|
1471
1527
|
"a-tag": {
|
|
@@ -1485,25 +1541,24 @@
|
|
|
1485
1541
|
"nowrap"
|
|
1486
1542
|
]
|
|
1487
1543
|
},
|
|
1488
|
-
"a-
|
|
1544
|
+
"a-transfer": {
|
|
1489
1545
|
"attributes": [
|
|
1490
|
-
"input",
|
|
1491
1546
|
"change",
|
|
1492
|
-
"
|
|
1493
|
-
"
|
|
1494
|
-
"
|
|
1547
|
+
"select",
|
|
1548
|
+
"search",
|
|
1549
|
+
"data",
|
|
1495
1550
|
"model-value",
|
|
1496
1551
|
"default-value",
|
|
1497
|
-
"
|
|
1552
|
+
"selected",
|
|
1553
|
+
"default-selected",
|
|
1498
1554
|
"disabled",
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1501
|
-
"show-
|
|
1502
|
-
"
|
|
1503
|
-
"
|
|
1504
|
-
"
|
|
1505
|
-
"
|
|
1506
|
-
"textarea-attrs"
|
|
1555
|
+
"simple",
|
|
1556
|
+
"one-way",
|
|
1557
|
+
"show-search",
|
|
1558
|
+
"show-select-all",
|
|
1559
|
+
"title",
|
|
1560
|
+
"source-input-search-props",
|
|
1561
|
+
"target-input-search-props"
|
|
1507
1562
|
]
|
|
1508
1563
|
},
|
|
1509
1564
|
"a-time-picker": {
|
|
@@ -1537,100 +1592,22 @@
|
|
|
1537
1592
|
"unmount-on-close"
|
|
1538
1593
|
]
|
|
1539
1594
|
},
|
|
1540
|
-
"a-
|
|
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
|
-
},
|
|
1556
|
-
"a-transfer": {
|
|
1557
|
-
"attributes": [
|
|
1558
|
-
"change",
|
|
1559
|
-
"select",
|
|
1560
|
-
"search",
|
|
1561
|
-
"data",
|
|
1562
|
-
"model-value",
|
|
1563
|
-
"default-value",
|
|
1564
|
-
"selected",
|
|
1565
|
-
"default-selected",
|
|
1566
|
-
"disabled",
|
|
1567
|
-
"simple",
|
|
1568
|
-
"one-way",
|
|
1569
|
-
"show-search",
|
|
1570
|
-
"show-select-all",
|
|
1571
|
-
"title",
|
|
1572
|
-
"source-input-search-props",
|
|
1573
|
-
"target-input-search-props"
|
|
1574
|
-
]
|
|
1595
|
+
"a-typography": {
|
|
1596
|
+
"attributes": []
|
|
1575
1597
|
},
|
|
1576
|
-
"a-
|
|
1598
|
+
"a-typography-title": {
|
|
1577
1599
|
"attributes": [
|
|
1578
|
-
"
|
|
1579
|
-
"direction",
|
|
1580
|
-
"mode",
|
|
1581
|
-
"pending",
|
|
1582
|
-
"label-position"
|
|
1600
|
+
"heading"
|
|
1583
1601
|
]
|
|
1584
1602
|
},
|
|
1585
|
-
"a-
|
|
1603
|
+
"a-typography-paragraph": {
|
|
1586
1604
|
"attributes": [
|
|
1587
|
-
"
|
|
1588
|
-
"
|
|
1589
|
-
"line-type",
|
|
1590
|
-
"line-color",
|
|
1591
|
-
"label",
|
|
1592
|
-
"position"
|
|
1605
|
+
"blockquote",
|
|
1606
|
+
"spacing"
|
|
1593
1607
|
]
|
|
1594
1608
|
},
|
|
1595
|
-
"a-
|
|
1596
|
-
"attributes": [
|
|
1597
|
-
"select",
|
|
1598
|
-
"check",
|
|
1599
|
-
"expand",
|
|
1600
|
-
"drag-start",
|
|
1601
|
-
"drag-end",
|
|
1602
|
-
"drag-over",
|
|
1603
|
-
"drag-leave",
|
|
1604
|
-
"drop",
|
|
1605
|
-
"size",
|
|
1606
|
-
"block-node",
|
|
1607
|
-
"default-expand-all",
|
|
1608
|
-
"multiple",
|
|
1609
|
-
"checkable",
|
|
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"
|
|
1633
|
-
]
|
|
1609
|
+
"a-typography-text": {
|
|
1610
|
+
"attributes": []
|
|
1634
1611
|
},
|
|
1635
1612
|
"a-tree-select": {
|
|
1636
1613
|
"attributes": [
|
|
@@ -1676,63 +1653,81 @@
|
|
|
1676
1653
|
"default-input-value"
|
|
1677
1654
|
]
|
|
1678
1655
|
},
|
|
1679
|
-
"a-
|
|
1656
|
+
"a-tree": {
|
|
1680
1657
|
"attributes": [
|
|
1681
|
-
"
|
|
1682
|
-
"
|
|
1683
|
-
"
|
|
1684
|
-
"
|
|
1685
|
-
"
|
|
1686
|
-
"
|
|
1687
|
-
"
|
|
1688
|
-
"
|
|
1689
|
-
"
|
|
1690
|
-
"
|
|
1691
|
-
"
|
|
1692
|
-
"
|
|
1693
|
-
"
|
|
1694
|
-
"
|
|
1695
|
-
"
|
|
1696
|
-
"
|
|
1697
|
-
"
|
|
1698
|
-
"
|
|
1699
|
-
"
|
|
1700
|
-
"
|
|
1701
|
-
"
|
|
1702
|
-
"
|
|
1703
|
-
"
|
|
1704
|
-
"
|
|
1705
|
-
"
|
|
1706
|
-
"
|
|
1707
|
-
"
|
|
1708
|
-
"
|
|
1709
|
-
"
|
|
1710
|
-
"
|
|
1711
|
-
"
|
|
1712
|
-
"auto-
|
|
1713
|
-
"
|
|
1714
|
-
"
|
|
1715
|
-
"
|
|
1716
|
-
"
|
|
1658
|
+
"select",
|
|
1659
|
+
"check",
|
|
1660
|
+
"expand",
|
|
1661
|
+
"drag-start",
|
|
1662
|
+
"drag-end",
|
|
1663
|
+
"drag-over",
|
|
1664
|
+
"drag-leave",
|
|
1665
|
+
"drop",
|
|
1666
|
+
"size",
|
|
1667
|
+
"block-node",
|
|
1668
|
+
"default-expand-all",
|
|
1669
|
+
"multiple",
|
|
1670
|
+
"checkable",
|
|
1671
|
+
"selectable",
|
|
1672
|
+
"check-strictly",
|
|
1673
|
+
"checked-strategy",
|
|
1674
|
+
"default-selected-keys",
|
|
1675
|
+
"selected-keys",
|
|
1676
|
+
"default-checked-keys",
|
|
1677
|
+
"checked-keys",
|
|
1678
|
+
"default-expanded-keys",
|
|
1679
|
+
"expanded-keys",
|
|
1680
|
+
"data",
|
|
1681
|
+
"field-names",
|
|
1682
|
+
"show-line",
|
|
1683
|
+
"load-more",
|
|
1684
|
+
"draggable",
|
|
1685
|
+
"allow-drop",
|
|
1686
|
+
"virtual-list-props",
|
|
1687
|
+
"default-expand-selected",
|
|
1688
|
+
"default-expand-checked",
|
|
1689
|
+
"auto-expand-parent",
|
|
1690
|
+
"half-checked-keys",
|
|
1691
|
+
"only-check-leaf",
|
|
1692
|
+
"animation",
|
|
1693
|
+
"action-on-node-click"
|
|
1717
1694
|
]
|
|
1718
1695
|
},
|
|
1719
|
-
"a-
|
|
1720
|
-
"attributes": []
|
|
1721
|
-
},
|
|
1722
|
-
"a-typography-title": {
|
|
1696
|
+
"a-watermark": {
|
|
1723
1697
|
"attributes": [
|
|
1724
|
-
"
|
|
1698
|
+
"content",
|
|
1699
|
+
"image",
|
|
1700
|
+
"width",
|
|
1701
|
+
"height",
|
|
1702
|
+
"gap",
|
|
1703
|
+
"offset",
|
|
1704
|
+
"rotate",
|
|
1705
|
+
"font",
|
|
1706
|
+
"z-index",
|
|
1707
|
+
"alpha",
|
|
1708
|
+
"anti-tamper",
|
|
1709
|
+
"grayscale",
|
|
1710
|
+
"repeat",
|
|
1711
|
+
"staggered"
|
|
1725
1712
|
]
|
|
1726
1713
|
},
|
|
1727
|
-
"a-
|
|
1714
|
+
"a-verification-code": {
|
|
1728
1715
|
"attributes": [
|
|
1729
|
-
"
|
|
1730
|
-
"
|
|
1716
|
+
"change",
|
|
1717
|
+
"finish",
|
|
1718
|
+
"input",
|
|
1719
|
+
"model-value",
|
|
1720
|
+
"default-value",
|
|
1721
|
+
"length",
|
|
1722
|
+
"size",
|
|
1723
|
+
"disabled",
|
|
1724
|
+
"masked",
|
|
1725
|
+
"readonly",
|
|
1726
|
+
"error",
|
|
1727
|
+
"separator",
|
|
1728
|
+
"formatter"
|
|
1731
1729
|
]
|
|
1732
1730
|
},
|
|
1733
|
-
"a-typography-text": {
|
|
1734
|
-
"attributes": []
|
|
1735
|
-
},
|
|
1736
1731
|
"a-upload": {
|
|
1737
1732
|
"attributes": [
|
|
1738
1733
|
"exceed-limit",
|
|
@@ -1774,39 +1769,44 @@
|
|
|
1774
1769
|
"button-click"
|
|
1775
1770
|
]
|
|
1776
1771
|
},
|
|
1777
|
-
"a-
|
|
1772
|
+
"a-trigger": {
|
|
1778
1773
|
"attributes": [
|
|
1779
|
-
"change",
|
|
1780
|
-
"
|
|
1781
|
-
"
|
|
1782
|
-
"
|
|
1783
|
-
"default-
|
|
1784
|
-
"
|
|
1785
|
-
"
|
|
1774
|
+
"popup-visible-change",
|
|
1775
|
+
"show",
|
|
1776
|
+
"hide",
|
|
1777
|
+
"popup-visible",
|
|
1778
|
+
"default-popup-visible",
|
|
1779
|
+
"trigger",
|
|
1780
|
+
"position",
|
|
1786
1781
|
"disabled",
|
|
1787
|
-
"
|
|
1788
|
-
"
|
|
1789
|
-
"
|
|
1790
|
-
"
|
|
1791
|
-
"
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
"content",
|
|
1797
|
-
"
|
|
1798
|
-
"
|
|
1799
|
-
"
|
|
1800
|
-
"
|
|
1801
|
-
"
|
|
1802
|
-
"
|
|
1803
|
-
"
|
|
1804
|
-
"
|
|
1805
|
-
"
|
|
1806
|
-
"
|
|
1807
|
-
"
|
|
1808
|
-
"
|
|
1809
|
-
"
|
|
1782
|
+
"popup-offset",
|
|
1783
|
+
"popup-translate",
|
|
1784
|
+
"show-arrow",
|
|
1785
|
+
"align-point",
|
|
1786
|
+
"popup-hover-stay",
|
|
1787
|
+
"blur-to-close",
|
|
1788
|
+
"click-to-close",
|
|
1789
|
+
"click-outside-to-close",
|
|
1790
|
+
"unmount-on-close",
|
|
1791
|
+
"content-class",
|
|
1792
|
+
"content-style",
|
|
1793
|
+
"arrow-class",
|
|
1794
|
+
"arrow-style",
|
|
1795
|
+
"popup-style",
|
|
1796
|
+
"animation-name",
|
|
1797
|
+
"duration",
|
|
1798
|
+
"mouse-enter-delay",
|
|
1799
|
+
"mouse-leave-delay",
|
|
1800
|
+
"focus-delay",
|
|
1801
|
+
"auto-fit-popup-width",
|
|
1802
|
+
"auto-fit-popup-min-width",
|
|
1803
|
+
"auto-fix-position",
|
|
1804
|
+
"popup-container",
|
|
1805
|
+
"auto-fit-position",
|
|
1806
|
+
"render-to-body",
|
|
1807
|
+
"prevent-focus",
|
|
1808
|
+
"scroll-to-close",
|
|
1809
|
+
"scroll-to-close-distance"
|
|
1810
1810
|
]
|
|
1811
1811
|
}
|
|
1812
1812
|
}
|