@julingbase/jly-arco-design 0.0.4 → 0.0.6
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 +12 -0
- package/dist/arco-vue.js +2454 -2434
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +1296 -1294
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/input-label/input-label.d.ts +2 -2
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +2 -2
- package/es/_components/select-view/select-view.d.ts +1 -1
- package/es/_utils/style.d.ts +1 -1
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- package/es/cascader/cascader-panel.d.ts +3 -3
- package/es/cascader/cascader.d.ts +6 -6
- package/es/cascader/index.d.ts +20 -20
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +1 -1
- package/es/checkbox/index.d.ts +5 -5
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/date-picker/index.d.ts +6 -6
- package/es/date-picker/picker.d.ts +6 -6
- package/es/date-picker/range-picker.d.ts +6 -6
- package/es/form/form-item.d.ts +3 -3
- package/es/form/index.d.ts +3 -3
- package/es/input/index.d.ts +3969 -15
- package/es/input/input-password.d.ts +1324 -4
- package/es/input/input.d.ts +1324 -4
- package/es/input/input.js +39 -18
- package/es/input-number/index.d.ts +3 -3
- package/es/input-number/input-number.d.ts +1 -1
- package/es/input-tag/index.d.ts +18 -18
- package/es/input-tag/input-tag.d.ts +6 -6
- package/es/list/index.d.ts +3 -3
- package/es/list/list.d.ts +1 -1
- package/es/mention/index.d.ts +9 -9
- package/es/mention/mention.d.ts +3 -3
- package/es/menu/item.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +1 -1
- package/es/pagination/page-jumper.d.ts +3 -3
- package/es/pagination/page-options.d.ts +28 -28
- package/es/radio/index.d.ts +9 -9
- package/es/radio/radio-group.d.ts +3 -3
- package/es/radio/radio.d.ts +2 -2
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/select/index.d.ts +28 -28
- package/es/select/option.d.ts +5 -5
- package/es/select/select-dropdown.d.ts +1 -1
- package/es/select/select.d.ts +8 -8
- package/es/slider/index.d.ts +12 -12
- package/es/slider/slider-input.d.ts +3 -3
- package/es/slider/slider.d.ts +5 -5
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/switch/index.d.ts +6 -6
- package/es/switch/switch.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +14 -14
- package/es/tag/index.d.ts +3 -3
- package/es/tag/tag.d.ts +1 -1
- package/es/textarea/index.d.ts +6 -6
- package/es/textarea/textarea.d.ts +2 -2
- package/es/time-picker/index.d.ts +14 -14
- package/es/time-picker/time-picker.d.ts +6 -6
- package/es/transfer/index.d.ts +22 -22
- package/es/transfer/transfer-view.d.ts +8 -8
- package/es/transfer/transfer.d.ts +10 -10
- package/es/tree/base-node.d.ts +5 -5
- package/es/tree/transition-node-list.d.ts +5 -5
- package/es/tree-select/index.d.ts +8 -8
- package/es/tree-select/tree-select.d.ts +3 -3
- package/es/typography/edit-content.d.ts +11908 -46
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +1 -1
- package/es/verification-code/index.d.ts +6 -6
- package/es/verification-code/verification-code.d.ts +2 -2
- package/json/vetur-attributes.json +1989 -1989
- package/json/vetur-tags.json +725 -725
- package/json/web-types.json +4458 -4458
- package/lib/input/input.js +41 -20
- package/package.json +2 -2
package/json/vetur-tags.json
CHANGED
|
@@ -8,6 +8,43 @@
|
|
|
8
8
|
"target-container"
|
|
9
9
|
]
|
|
10
10
|
},
|
|
11
|
+
"a-alert": {
|
|
12
|
+
"attributes": [
|
|
13
|
+
"close",
|
|
14
|
+
"after-close",
|
|
15
|
+
"type",
|
|
16
|
+
"show-icon",
|
|
17
|
+
"closable",
|
|
18
|
+
"title",
|
|
19
|
+
"banner",
|
|
20
|
+
"center"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"a-anchor": {
|
|
24
|
+
"attributes": [
|
|
25
|
+
"select",
|
|
26
|
+
"change",
|
|
27
|
+
"boundary",
|
|
28
|
+
"line-less",
|
|
29
|
+
"scroll-container",
|
|
30
|
+
"change-hash",
|
|
31
|
+
"smooth"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"a-anchor-link": {
|
|
35
|
+
"attributes": [
|
|
36
|
+
"title",
|
|
37
|
+
"href"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"a-back-top": {
|
|
41
|
+
"attributes": [
|
|
42
|
+
"visible-height",
|
|
43
|
+
"target-container",
|
|
44
|
+
"easing",
|
|
45
|
+
"duration"
|
|
46
|
+
]
|
|
47
|
+
},
|
|
11
48
|
"a-avatar": {
|
|
12
49
|
"attributes": [
|
|
13
50
|
"click",
|
|
@@ -33,6 +70,21 @@
|
|
|
33
70
|
"max-popover-trigger-props"
|
|
34
71
|
]
|
|
35
72
|
},
|
|
73
|
+
"a-breadcrumb": {
|
|
74
|
+
"attributes": [
|
|
75
|
+
"max-count",
|
|
76
|
+
"routes",
|
|
77
|
+
"separator",
|
|
78
|
+
"custom-url"
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
"a-breadcrumb-item": {
|
|
82
|
+
"attributes": [
|
|
83
|
+
"separator",
|
|
84
|
+
"droplist",
|
|
85
|
+
"dropdown-props"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
36
88
|
"a-auto-complete": {
|
|
37
89
|
"attributes": [
|
|
38
90
|
"change",
|
|
@@ -53,21 +105,28 @@
|
|
|
53
105
|
"virtual-list-props"
|
|
54
106
|
]
|
|
55
107
|
},
|
|
56
|
-
"a-
|
|
108
|
+
"a-button": {
|
|
57
109
|
"attributes": [
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
110
|
+
"click",
|
|
111
|
+
"type",
|
|
112
|
+
"shape",
|
|
113
|
+
"status",
|
|
114
|
+
"size",
|
|
115
|
+
"long",
|
|
116
|
+
"loading",
|
|
117
|
+
"disabled",
|
|
118
|
+
"html-type",
|
|
119
|
+
"autofocus",
|
|
120
|
+
"href"
|
|
65
121
|
]
|
|
66
122
|
},
|
|
67
|
-
"a-
|
|
123
|
+
"a-button-group": {
|
|
68
124
|
"attributes": [
|
|
69
|
-
"
|
|
70
|
-
"
|
|
125
|
+
"type",
|
|
126
|
+
"status",
|
|
127
|
+
"shape",
|
|
128
|
+
"size",
|
|
129
|
+
"disabled"
|
|
71
130
|
]
|
|
72
131
|
},
|
|
73
132
|
"a-badge": {
|
|
@@ -82,74 +141,85 @@
|
|
|
82
141
|
"count"
|
|
83
142
|
]
|
|
84
143
|
},
|
|
85
|
-
"a-
|
|
144
|
+
"a-card": {
|
|
86
145
|
"attributes": [
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
146
|
+
"bordered",
|
|
147
|
+
"loading",
|
|
148
|
+
"hoverable",
|
|
149
|
+
"size",
|
|
150
|
+
"header-style",
|
|
151
|
+
"body-style",
|
|
152
|
+
"title",
|
|
153
|
+
"extra"
|
|
91
154
|
]
|
|
92
155
|
},
|
|
93
|
-
"a-
|
|
156
|
+
"a-card-meta": {
|
|
94
157
|
"attributes": [
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"shape",
|
|
98
|
-
"status",
|
|
99
|
-
"size",
|
|
100
|
-
"long",
|
|
101
|
-
"loading",
|
|
102
|
-
"disabled",
|
|
103
|
-
"html-type",
|
|
104
|
-
"autofocus",
|
|
105
|
-
"href"
|
|
158
|
+
"title",
|
|
159
|
+
"description"
|
|
106
160
|
]
|
|
107
161
|
},
|
|
108
|
-
"a-
|
|
162
|
+
"a-card-grid": {
|
|
109
163
|
"attributes": [
|
|
110
|
-
"
|
|
111
|
-
"status",
|
|
112
|
-
"shape",
|
|
113
|
-
"size",
|
|
114
|
-
"disabled"
|
|
164
|
+
"hoverable"
|
|
115
165
|
]
|
|
116
166
|
},
|
|
117
|
-
"a-
|
|
167
|
+
"a-carousel": {
|
|
118
168
|
"attributes": [
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
169
|
+
"change",
|
|
170
|
+
"current",
|
|
171
|
+
"default-current",
|
|
172
|
+
"move-speed",
|
|
173
|
+
"animation-name",
|
|
174
|
+
"trigger",
|
|
175
|
+
"direction",
|
|
176
|
+
"show-arrow",
|
|
177
|
+
"arrow-class",
|
|
178
|
+
"indicator-type",
|
|
179
|
+
"indicator-position",
|
|
180
|
+
"indicator-class",
|
|
181
|
+
"transition-timing-function"
|
|
127
182
|
]
|
|
128
183
|
},
|
|
129
|
-
"a-
|
|
184
|
+
"a-collapse": {
|
|
130
185
|
"attributes": [
|
|
131
186
|
"change",
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
187
|
+
"active-key",
|
|
188
|
+
"default-active-key",
|
|
189
|
+
"accordion",
|
|
190
|
+
"show-expand-icon",
|
|
191
|
+
"expand-icon-position",
|
|
192
|
+
"bordered",
|
|
193
|
+
"destroy-on-hide"
|
|
138
194
|
]
|
|
139
195
|
},
|
|
140
|
-
"a-
|
|
196
|
+
"a-collapse-item": {
|
|
141
197
|
"attributes": [
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
198
|
+
"header",
|
|
199
|
+
"disabled",
|
|
200
|
+
"show-expand-icon",
|
|
201
|
+
"destroy-on-hide"
|
|
146
202
|
]
|
|
147
203
|
},
|
|
148
|
-
"a-
|
|
204
|
+
"a-checkbox": {
|
|
149
205
|
"attributes": [
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
206
|
+
"change",
|
|
207
|
+
"model-value",
|
|
208
|
+
"default-checked",
|
|
209
|
+
"value",
|
|
210
|
+
"disabled",
|
|
211
|
+
"indeterminate"
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
"a-checkbox-group": {
|
|
215
|
+
"attributes": [
|
|
216
|
+
"change",
|
|
217
|
+
"model-value",
|
|
218
|
+
"default-value",
|
|
219
|
+
"max",
|
|
220
|
+
"options",
|
|
221
|
+
"direction",
|
|
222
|
+
"disabled"
|
|
153
223
|
]
|
|
154
224
|
},
|
|
155
225
|
"a-cascader": {
|
|
@@ -211,62 +281,13 @@
|
|
|
211
281
|
"expand-child"
|
|
212
282
|
]
|
|
213
283
|
},
|
|
214
|
-
"a-
|
|
215
|
-
"attributes": [
|
|
216
|
-
"change",
|
|
217
|
-
"current",
|
|
218
|
-
"default-current",
|
|
219
|
-
"move-speed",
|
|
220
|
-
"animation-name",
|
|
221
|
-
"trigger",
|
|
222
|
-
"direction",
|
|
223
|
-
"show-arrow",
|
|
224
|
-
"arrow-class",
|
|
225
|
-
"indicator-type",
|
|
226
|
-
"indicator-position",
|
|
227
|
-
"indicator-class",
|
|
228
|
-
"transition-timing-function"
|
|
229
|
-
]
|
|
230
|
-
},
|
|
231
|
-
"a-checkbox": {
|
|
232
|
-
"attributes": [
|
|
233
|
-
"change",
|
|
234
|
-
"model-value",
|
|
235
|
-
"default-checked",
|
|
236
|
-
"value",
|
|
237
|
-
"disabled",
|
|
238
|
-
"indeterminate"
|
|
239
|
-
]
|
|
240
|
-
},
|
|
241
|
-
"a-checkbox-group": {
|
|
242
|
-
"attributes": [
|
|
243
|
-
"change",
|
|
244
|
-
"model-value",
|
|
245
|
-
"default-value",
|
|
246
|
-
"max",
|
|
247
|
-
"options",
|
|
248
|
-
"direction",
|
|
249
|
-
"disabled"
|
|
250
|
-
]
|
|
251
|
-
},
|
|
252
|
-
"a-collapse": {
|
|
253
|
-
"attributes": [
|
|
254
|
-
"change",
|
|
255
|
-
"active-key",
|
|
256
|
-
"default-active-key",
|
|
257
|
-
"accordion",
|
|
258
|
-
"show-expand-icon",
|
|
259
|
-
"expand-icon-position",
|
|
260
|
-
"bordered",
|
|
261
|
-
"destroy-on-hide"
|
|
262
|
-
]
|
|
263
|
-
},
|
|
264
|
-
"a-collapse-item": {
|
|
284
|
+
"a-comment": {
|
|
265
285
|
"attributes": [
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
286
|
+
"author",
|
|
287
|
+
"avatar",
|
|
288
|
+
"content",
|
|
289
|
+
"datetime",
|
|
290
|
+
"align"
|
|
270
291
|
]
|
|
271
292
|
},
|
|
272
293
|
"a-color-picker": {
|
|
@@ -288,158 +309,7 @@
|
|
|
288
309
|
"preset-colors"
|
|
289
310
|
]
|
|
290
311
|
},
|
|
291
|
-
"a-
|
|
292
|
-
"attributes": [
|
|
293
|
-
"author",
|
|
294
|
-
"avatar",
|
|
295
|
-
"content",
|
|
296
|
-
"datetime",
|
|
297
|
-
"align"
|
|
298
|
-
]
|
|
299
|
-
},
|
|
300
|
-
"a-divider": {
|
|
301
|
-
"attributes": [
|
|
302
|
-
"direction",
|
|
303
|
-
"orientation",
|
|
304
|
-
"type",
|
|
305
|
-
"size",
|
|
306
|
-
"margin"
|
|
307
|
-
]
|
|
308
|
-
},
|
|
309
|
-
"a-card": {
|
|
310
|
-
"attributes": [
|
|
311
|
-
"bordered",
|
|
312
|
-
"loading",
|
|
313
|
-
"hoverable",
|
|
314
|
-
"size",
|
|
315
|
-
"header-style",
|
|
316
|
-
"body-style",
|
|
317
|
-
"title",
|
|
318
|
-
"extra"
|
|
319
|
-
]
|
|
320
|
-
},
|
|
321
|
-
"a-card-meta": {
|
|
322
|
-
"attributes": [
|
|
323
|
-
"title",
|
|
324
|
-
"description"
|
|
325
|
-
]
|
|
326
|
-
},
|
|
327
|
-
"a-card-grid": {
|
|
328
|
-
"attributes": [
|
|
329
|
-
"hoverable"
|
|
330
|
-
]
|
|
331
|
-
},
|
|
332
|
-
"a-dropdown": {
|
|
333
|
-
"attributes": [
|
|
334
|
-
"popup-visible-change",
|
|
335
|
-
"select",
|
|
336
|
-
"popup-visible",
|
|
337
|
-
"default-popup-visible",
|
|
338
|
-
"trigger",
|
|
339
|
-
"position",
|
|
340
|
-
"popup-container",
|
|
341
|
-
"popup-max-height",
|
|
342
|
-
"popup-min-height",
|
|
343
|
-
"hide-on-select",
|
|
344
|
-
"trigger-auto-fix-position"
|
|
345
|
-
]
|
|
346
|
-
},
|
|
347
|
-
"a-doption": {
|
|
348
|
-
"attributes": [
|
|
349
|
-
"click",
|
|
350
|
-
"value",
|
|
351
|
-
"disabled"
|
|
352
|
-
]
|
|
353
|
-
},
|
|
354
|
-
"a-dgroup": {
|
|
355
|
-
"attributes": [
|
|
356
|
-
"title"
|
|
357
|
-
]
|
|
358
|
-
},
|
|
359
|
-
"a-dsubmenu": {
|
|
360
|
-
"attributes": [
|
|
361
|
-
"popup-visible-change",
|
|
362
|
-
"value",
|
|
363
|
-
"disabled",
|
|
364
|
-
"trigger",
|
|
365
|
-
"position",
|
|
366
|
-
"popup-visible",
|
|
367
|
-
"default-popup-visible",
|
|
368
|
-
"option-props"
|
|
369
|
-
]
|
|
370
|
-
},
|
|
371
|
-
"a-dropdown-button": {
|
|
372
|
-
"attributes": [
|
|
373
|
-
"popup-visible-change",
|
|
374
|
-
"click",
|
|
375
|
-
"select",
|
|
376
|
-
"popup-visible",
|
|
377
|
-
"default-popup-visible",
|
|
378
|
-
"trigger",
|
|
379
|
-
"position",
|
|
380
|
-
"popup-container",
|
|
381
|
-
"disabled",
|
|
382
|
-
"type",
|
|
383
|
-
"size",
|
|
384
|
-
"button-props",
|
|
385
|
-
"hide-on-select"
|
|
386
|
-
]
|
|
387
|
-
},
|
|
388
|
-
"a-config-provider": {
|
|
389
|
-
"attributes": [
|
|
390
|
-
"prefix-cls",
|
|
391
|
-
"locale",
|
|
392
|
-
"size",
|
|
393
|
-
"global",
|
|
394
|
-
"scroll-to-close",
|
|
395
|
-
"exchange-time",
|
|
396
|
-
"rtl"
|
|
397
|
-
]
|
|
398
|
-
},
|
|
399
|
-
"a-drawer": {
|
|
400
|
-
"attributes": [
|
|
401
|
-
"ok",
|
|
402
|
-
"cancel",
|
|
403
|
-
"open",
|
|
404
|
-
"close",
|
|
405
|
-
"before-open",
|
|
406
|
-
"before-close",
|
|
407
|
-
"visible",
|
|
408
|
-
"default-visible",
|
|
409
|
-
"placement",
|
|
410
|
-
"title",
|
|
411
|
-
"mask",
|
|
412
|
-
"mask-closable",
|
|
413
|
-
"closable",
|
|
414
|
-
"ok-text",
|
|
415
|
-
"cancel-text",
|
|
416
|
-
"ok-loading",
|
|
417
|
-
"ok-button-props",
|
|
418
|
-
"cancel-button-props",
|
|
419
|
-
"unmount-on-close",
|
|
420
|
-
"width",
|
|
421
|
-
"height",
|
|
422
|
-
"popup-container",
|
|
423
|
-
"drawer-style",
|
|
424
|
-
"body-class",
|
|
425
|
-
"body-style",
|
|
426
|
-
"before-ok",
|
|
427
|
-
"before-cancel",
|
|
428
|
-
"esc-to-close",
|
|
429
|
-
"render-to-body",
|
|
430
|
-
"header",
|
|
431
|
-
"footer",
|
|
432
|
-
"hide-cancel"
|
|
433
|
-
]
|
|
434
|
-
},
|
|
435
|
-
"a-empty": {
|
|
436
|
-
"attributes": [
|
|
437
|
-
"description",
|
|
438
|
-
"img-src",
|
|
439
|
-
"in-config-provider"
|
|
440
|
-
]
|
|
441
|
-
},
|
|
442
|
-
"a-common": {
|
|
312
|
+
"a-common": {
|
|
443
313
|
"attributes": [
|
|
444
314
|
"edit-start",
|
|
445
315
|
"change",
|
|
@@ -559,177 +429,91 @@
|
|
|
559
429
|
"label"
|
|
560
430
|
]
|
|
561
431
|
},
|
|
562
|
-
"a-
|
|
432
|
+
"a-config-provider": {
|
|
563
433
|
"attributes": [
|
|
564
|
-
"
|
|
565
|
-
"
|
|
566
|
-
"
|
|
567
|
-
"
|
|
568
|
-
"
|
|
434
|
+
"prefix-cls",
|
|
435
|
+
"locale",
|
|
436
|
+
"size",
|
|
437
|
+
"global",
|
|
438
|
+
"scroll-to-close",
|
|
439
|
+
"exchange-time",
|
|
440
|
+
"rtl"
|
|
569
441
|
]
|
|
570
442
|
},
|
|
571
|
-
"a-
|
|
443
|
+
"a-divider": {
|
|
572
444
|
"attributes": [
|
|
573
|
-
"
|
|
574
|
-
"
|
|
575
|
-
"
|
|
576
|
-
"
|
|
577
|
-
"
|
|
578
|
-
"md",
|
|
579
|
-
"lg",
|
|
580
|
-
"xl",
|
|
581
|
-
"xxl",
|
|
582
|
-
"flex"
|
|
445
|
+
"direction",
|
|
446
|
+
"orientation",
|
|
447
|
+
"type",
|
|
448
|
+
"size",
|
|
449
|
+
"margin"
|
|
583
450
|
]
|
|
584
451
|
},
|
|
585
|
-
"a-
|
|
452
|
+
"a-calendar": {
|
|
586
453
|
"attributes": [
|
|
587
|
-
"
|
|
588
|
-
"
|
|
589
|
-
"
|
|
590
|
-
"
|
|
591
|
-
"
|
|
454
|
+
"change",
|
|
455
|
+
"panel-change",
|
|
456
|
+
"model-value",
|
|
457
|
+
"default-value",
|
|
458
|
+
"mode",
|
|
459
|
+
"default-mode",
|
|
460
|
+
"modes"
|
|
592
461
|
]
|
|
593
462
|
},
|
|
594
|
-
"a-
|
|
463
|
+
"a-dropdown": {
|
|
595
464
|
"attributes": [
|
|
596
|
-
"
|
|
597
|
-
"
|
|
598
|
-
"
|
|
465
|
+
"popup-visible-change",
|
|
466
|
+
"select",
|
|
467
|
+
"popup-visible",
|
|
468
|
+
"default-popup-visible",
|
|
469
|
+
"trigger",
|
|
470
|
+
"position",
|
|
471
|
+
"popup-container",
|
|
472
|
+
"popup-max-height",
|
|
473
|
+
"popup-min-height",
|
|
474
|
+
"hide-on-select",
|
|
475
|
+
"trigger-auto-fix-position"
|
|
599
476
|
]
|
|
600
477
|
},
|
|
601
|
-
"a-
|
|
478
|
+
"a-doption": {
|
|
602
479
|
"attributes": [
|
|
603
|
-
"
|
|
604
|
-
"
|
|
605
|
-
"
|
|
606
|
-
"height",
|
|
607
|
-
"title",
|
|
608
|
-
"description",
|
|
609
|
-
"fit",
|
|
610
|
-
"alt",
|
|
611
|
-
"hide-footer",
|
|
612
|
-
"footer-position",
|
|
613
|
-
"show-loader",
|
|
614
|
-
"preview",
|
|
615
|
-
"preview-visible",
|
|
616
|
-
"default-preview-visible",
|
|
617
|
-
"preview-props",
|
|
618
|
-
"footer-class"
|
|
480
|
+
"click",
|
|
481
|
+
"value",
|
|
482
|
+
"disabled"
|
|
619
483
|
]
|
|
620
484
|
},
|
|
621
|
-
"a-
|
|
485
|
+
"a-dgroup": {
|
|
622
486
|
"attributes": [
|
|
623
|
-
"
|
|
624
|
-
"src",
|
|
625
|
-
"visible",
|
|
626
|
-
"default-visible",
|
|
627
|
-
"mask-closable",
|
|
628
|
-
"closable",
|
|
629
|
-
"actions-layout",
|
|
630
|
-
"popup-container",
|
|
631
|
-
"esc-to-close",
|
|
632
|
-
"wheel-zoom",
|
|
633
|
-
"keyboard",
|
|
634
|
-
"default-scale",
|
|
635
|
-
"zoom-rate"
|
|
487
|
+
"title"
|
|
636
488
|
]
|
|
637
489
|
},
|
|
638
|
-
"a-
|
|
490
|
+
"a-dsubmenu": {
|
|
639
491
|
"attributes": [
|
|
640
|
-
"change",
|
|
641
|
-
"
|
|
642
|
-
"src-list",
|
|
643
|
-
"current",
|
|
644
|
-
"default-current",
|
|
645
|
-
"infinite",
|
|
646
|
-
"visible",
|
|
647
|
-
"default-visible",
|
|
648
|
-
"mask-closable",
|
|
649
|
-
"closable",
|
|
650
|
-
"actions-layout",
|
|
651
|
-
"popup-container"
|
|
652
|
-
]
|
|
653
|
-
},
|
|
654
|
-
"a-image-preview-action": {
|
|
655
|
-
"attributes": [
|
|
656
|
-
"name",
|
|
657
|
-
"disabled"
|
|
658
|
-
]
|
|
659
|
-
},
|
|
660
|
-
"a-input-number": {
|
|
661
|
-
"attributes": [
|
|
662
|
-
"change",
|
|
663
|
-
"focus",
|
|
664
|
-
"blur",
|
|
665
|
-
"clear",
|
|
666
|
-
"input",
|
|
667
|
-
"keydown",
|
|
668
|
-
"model-value",
|
|
669
|
-
"default-value",
|
|
670
|
-
"mode",
|
|
671
|
-
"precision",
|
|
672
|
-
"step",
|
|
673
|
-
"disabled",
|
|
674
|
-
"error",
|
|
675
|
-
"max",
|
|
676
|
-
"min",
|
|
677
|
-
"formatter",
|
|
678
|
-
"parser",
|
|
679
|
-
"placeholder",
|
|
680
|
-
"hide-button",
|
|
681
|
-
"size",
|
|
682
|
-
"allow-clear",
|
|
683
|
-
"model-event",
|
|
684
|
-
"read-only",
|
|
685
|
-
"input-attrs"
|
|
686
|
-
]
|
|
687
|
-
},
|
|
688
|
-
"a-input": {
|
|
689
|
-
"attributes": [
|
|
690
|
-
"input",
|
|
691
|
-
"change",
|
|
692
|
-
"press-enter",
|
|
693
|
-
"clear",
|
|
694
|
-
"focus",
|
|
695
|
-
"blur",
|
|
696
|
-
"model-value",
|
|
697
|
-
"default-value",
|
|
698
|
-
"size",
|
|
699
|
-
"allow-clear",
|
|
492
|
+
"popup-visible-change",
|
|
493
|
+
"value",
|
|
700
494
|
"disabled",
|
|
701
|
-
"
|
|
702
|
-
"
|
|
703
|
-
"
|
|
704
|
-
"
|
|
705
|
-
"
|
|
706
|
-
"word-length",
|
|
707
|
-
"word-slice",
|
|
708
|
-
"input-attrs",
|
|
709
|
-
"prepend",
|
|
710
|
-
"append"
|
|
711
|
-
]
|
|
712
|
-
},
|
|
713
|
-
"a-input-group": {
|
|
714
|
-
"attributes": []
|
|
715
|
-
},
|
|
716
|
-
"a-input-password": {
|
|
717
|
-
"attributes": [
|
|
718
|
-
"visibility-change",
|
|
719
|
-
"visibility",
|
|
720
|
-
"default-visibility",
|
|
721
|
-
"invisible-button"
|
|
495
|
+
"trigger",
|
|
496
|
+
"position",
|
|
497
|
+
"popup-visible",
|
|
498
|
+
"default-popup-visible",
|
|
499
|
+
"option-props"
|
|
722
500
|
]
|
|
723
501
|
},
|
|
724
|
-
"a-
|
|
502
|
+
"a-dropdown-button": {
|
|
725
503
|
"attributes": [
|
|
726
|
-
"
|
|
727
|
-
"
|
|
728
|
-
"
|
|
504
|
+
"popup-visible-change",
|
|
505
|
+
"click",
|
|
506
|
+
"select",
|
|
507
|
+
"popup-visible",
|
|
508
|
+
"default-popup-visible",
|
|
509
|
+
"trigger",
|
|
510
|
+
"position",
|
|
511
|
+
"popup-container",
|
|
729
512
|
"disabled",
|
|
513
|
+
"type",
|
|
730
514
|
"size",
|
|
731
|
-
"button-
|
|
732
|
-
"
|
|
515
|
+
"button-props",
|
|
516
|
+
"hide-on-select"
|
|
733
517
|
]
|
|
734
518
|
},
|
|
735
519
|
"a-form": {
|
|
@@ -782,6 +566,147 @@
|
|
|
782
566
|
"label-attrs"
|
|
783
567
|
]
|
|
784
568
|
},
|
|
569
|
+
"a-drawer": {
|
|
570
|
+
"attributes": [
|
|
571
|
+
"ok",
|
|
572
|
+
"cancel",
|
|
573
|
+
"open",
|
|
574
|
+
"close",
|
|
575
|
+
"before-open",
|
|
576
|
+
"before-close",
|
|
577
|
+
"visible",
|
|
578
|
+
"default-visible",
|
|
579
|
+
"placement",
|
|
580
|
+
"title",
|
|
581
|
+
"mask",
|
|
582
|
+
"mask-closable",
|
|
583
|
+
"closable",
|
|
584
|
+
"ok-text",
|
|
585
|
+
"cancel-text",
|
|
586
|
+
"ok-loading",
|
|
587
|
+
"ok-button-props",
|
|
588
|
+
"cancel-button-props",
|
|
589
|
+
"unmount-on-close",
|
|
590
|
+
"width",
|
|
591
|
+
"height",
|
|
592
|
+
"popup-container",
|
|
593
|
+
"drawer-style",
|
|
594
|
+
"body-class",
|
|
595
|
+
"body-style",
|
|
596
|
+
"before-ok",
|
|
597
|
+
"before-cancel",
|
|
598
|
+
"esc-to-close",
|
|
599
|
+
"render-to-body",
|
|
600
|
+
"header",
|
|
601
|
+
"footer",
|
|
602
|
+
"hide-cancel"
|
|
603
|
+
]
|
|
604
|
+
},
|
|
605
|
+
"a-row": {
|
|
606
|
+
"attributes": [
|
|
607
|
+
"gutter",
|
|
608
|
+
"justify",
|
|
609
|
+
"align",
|
|
610
|
+
"div",
|
|
611
|
+
"wrap"
|
|
612
|
+
]
|
|
613
|
+
},
|
|
614
|
+
"a-col": {
|
|
615
|
+
"attributes": [
|
|
616
|
+
"span",
|
|
617
|
+
"offset",
|
|
618
|
+
"order",
|
|
619
|
+
"xs",
|
|
620
|
+
"sm",
|
|
621
|
+
"md",
|
|
622
|
+
"lg",
|
|
623
|
+
"xl",
|
|
624
|
+
"xxl",
|
|
625
|
+
"flex"
|
|
626
|
+
]
|
|
627
|
+
},
|
|
628
|
+
"a-grid": {
|
|
629
|
+
"attributes": [
|
|
630
|
+
"cols",
|
|
631
|
+
"row-gap",
|
|
632
|
+
"col-gap",
|
|
633
|
+
"collapsed",
|
|
634
|
+
"collapsed-rows"
|
|
635
|
+
]
|
|
636
|
+
},
|
|
637
|
+
"a-grid-item": {
|
|
638
|
+
"attributes": [
|
|
639
|
+
"span",
|
|
640
|
+
"offset",
|
|
641
|
+
"suffix"
|
|
642
|
+
]
|
|
643
|
+
},
|
|
644
|
+
"a-empty": {
|
|
645
|
+
"attributes": [
|
|
646
|
+
"description",
|
|
647
|
+
"img-src",
|
|
648
|
+
"in-config-provider"
|
|
649
|
+
]
|
|
650
|
+
},
|
|
651
|
+
"a-image": {
|
|
652
|
+
"attributes": [
|
|
653
|
+
"preview-visible-change",
|
|
654
|
+
"src",
|
|
655
|
+
"width",
|
|
656
|
+
"height",
|
|
657
|
+
"title",
|
|
658
|
+
"description",
|
|
659
|
+
"fit",
|
|
660
|
+
"alt",
|
|
661
|
+
"hide-footer",
|
|
662
|
+
"footer-position",
|
|
663
|
+
"show-loader",
|
|
664
|
+
"preview",
|
|
665
|
+
"preview-visible",
|
|
666
|
+
"default-preview-visible",
|
|
667
|
+
"preview-props",
|
|
668
|
+
"footer-class"
|
|
669
|
+
]
|
|
670
|
+
},
|
|
671
|
+
"a-image-preview": {
|
|
672
|
+
"attributes": [
|
|
673
|
+
"close",
|
|
674
|
+
"src",
|
|
675
|
+
"visible",
|
|
676
|
+
"default-visible",
|
|
677
|
+
"mask-closable",
|
|
678
|
+
"closable",
|
|
679
|
+
"actions-layout",
|
|
680
|
+
"popup-container",
|
|
681
|
+
"esc-to-close",
|
|
682
|
+
"wheel-zoom",
|
|
683
|
+
"keyboard",
|
|
684
|
+
"default-scale",
|
|
685
|
+
"zoom-rate"
|
|
686
|
+
]
|
|
687
|
+
},
|
|
688
|
+
"a-image-preview-group": {
|
|
689
|
+
"attributes": [
|
|
690
|
+
"change",
|
|
691
|
+
"visible-change",
|
|
692
|
+
"src-list",
|
|
693
|
+
"current",
|
|
694
|
+
"default-current",
|
|
695
|
+
"infinite",
|
|
696
|
+
"visible",
|
|
697
|
+
"default-visible",
|
|
698
|
+
"mask-closable",
|
|
699
|
+
"closable",
|
|
700
|
+
"actions-layout",
|
|
701
|
+
"popup-container"
|
|
702
|
+
]
|
|
703
|
+
},
|
|
704
|
+
"a-image-preview-action": {
|
|
705
|
+
"attributes": [
|
|
706
|
+
"name",
|
|
707
|
+
"disabled"
|
|
708
|
+
]
|
|
709
|
+
},
|
|
785
710
|
"a-layout": {
|
|
786
711
|
"attributes": [
|
|
787
712
|
"has-sider"
|
|
@@ -811,15 +736,51 @@
|
|
|
811
736
|
"hide-trigger"
|
|
812
737
|
]
|
|
813
738
|
},
|
|
814
|
-
"a-
|
|
739
|
+
"a-input": {
|
|
815
740
|
"attributes": [
|
|
816
|
-
"
|
|
817
|
-
"
|
|
818
|
-
"
|
|
819
|
-
"
|
|
820
|
-
"
|
|
741
|
+
"input",
|
|
742
|
+
"change",
|
|
743
|
+
"press-enter",
|
|
744
|
+
"clear",
|
|
745
|
+
"focus",
|
|
746
|
+
"blur",
|
|
747
|
+
"model-value",
|
|
748
|
+
"default-value",
|
|
749
|
+
"size",
|
|
750
|
+
"allow-clear",
|
|
751
|
+
"disabled",
|
|
752
|
+
"readonly",
|
|
753
|
+
"error",
|
|
754
|
+
"placeholder",
|
|
755
|
+
"max-length",
|
|
756
|
+
"show-word-limit",
|
|
757
|
+
"word-length",
|
|
758
|
+
"word-slice",
|
|
759
|
+
"input-attrs",
|
|
760
|
+
"prepend",
|
|
761
|
+
"append"
|
|
762
|
+
]
|
|
763
|
+
},
|
|
764
|
+
"a-input-group": {
|
|
765
|
+
"attributes": []
|
|
766
|
+
},
|
|
767
|
+
"a-input-password": {
|
|
768
|
+
"attributes": [
|
|
769
|
+
"visibility-change",
|
|
770
|
+
"visibility",
|
|
771
|
+
"default-visibility",
|
|
772
|
+
"invisible-button"
|
|
773
|
+
]
|
|
774
|
+
},
|
|
775
|
+
"a-input-search": {
|
|
776
|
+
"attributes": [
|
|
777
|
+
"search",
|
|
778
|
+
"search-button",
|
|
821
779
|
"loading",
|
|
822
|
-
"disabled"
|
|
780
|
+
"disabled",
|
|
781
|
+
"size",
|
|
782
|
+
"button-text",
|
|
783
|
+
"button-props"
|
|
823
784
|
]
|
|
824
785
|
},
|
|
825
786
|
"a-input-tag": {
|
|
@@ -849,51 +810,97 @@
|
|
|
849
810
|
"tag-nowrap"
|
|
850
811
|
]
|
|
851
812
|
},
|
|
852
|
-
"a-
|
|
813
|
+
"a-link": {
|
|
853
814
|
"attributes": [
|
|
854
|
-
"
|
|
855
|
-
"
|
|
856
|
-
"
|
|
857
|
-
"
|
|
858
|
-
"
|
|
859
|
-
"
|
|
860
|
-
"
|
|
861
|
-
"collapsed",
|
|
862
|
-
"default-collapsed",
|
|
863
|
-
"collapsed-width",
|
|
864
|
-
"accordion",
|
|
865
|
-
"auto-scroll-into-view",
|
|
866
|
-
"show-collapse-button",
|
|
867
|
-
"selected-keys",
|
|
868
|
-
"default-selected-keys",
|
|
869
|
-
"open-keys",
|
|
870
|
-
"default-open-keys",
|
|
871
|
-
"scroll-config",
|
|
872
|
-
"trigger-props",
|
|
873
|
-
"tooltip-props",
|
|
874
|
-
"auto-open-selected",
|
|
875
|
-
"breakpoint",
|
|
876
|
-
"popup-max-height"
|
|
815
|
+
"click",
|
|
816
|
+
"href",
|
|
817
|
+
"status",
|
|
818
|
+
"hoverable",
|
|
819
|
+
"icon",
|
|
820
|
+
"loading",
|
|
821
|
+
"disabled"
|
|
877
822
|
]
|
|
878
823
|
},
|
|
879
|
-
"a-
|
|
824
|
+
"a-list": {
|
|
825
|
+
"attributes": [
|
|
826
|
+
"scroll",
|
|
827
|
+
"reach-bottom",
|
|
828
|
+
"page-change",
|
|
829
|
+
"page-size-change",
|
|
830
|
+
"data",
|
|
831
|
+
"size",
|
|
832
|
+
"bordered",
|
|
833
|
+
"split",
|
|
834
|
+
"loading",
|
|
835
|
+
"hoverable",
|
|
836
|
+
"pagination-props",
|
|
837
|
+
"grid-props",
|
|
838
|
+
"max-height",
|
|
839
|
+
"bottom-offset",
|
|
840
|
+
"virtual-list-props",
|
|
841
|
+
"scrollbar"
|
|
842
|
+
]
|
|
843
|
+
},
|
|
844
|
+
"a-list-item": {
|
|
845
|
+
"attributes": [
|
|
846
|
+
"action-layout"
|
|
847
|
+
]
|
|
848
|
+
},
|
|
849
|
+
"a-list-item-meta": {
|
|
880
850
|
"attributes": [
|
|
881
851
|
"title",
|
|
882
|
-
"
|
|
883
|
-
"popup",
|
|
884
|
-
"popup-max-height"
|
|
852
|
+
"description"
|
|
885
853
|
]
|
|
886
854
|
},
|
|
887
|
-
"a-
|
|
855
|
+
"a-input-number": {
|
|
888
856
|
"attributes": [
|
|
889
|
-
"
|
|
857
|
+
"change",
|
|
858
|
+
"focus",
|
|
859
|
+
"blur",
|
|
860
|
+
"clear",
|
|
861
|
+
"input",
|
|
862
|
+
"keydown",
|
|
863
|
+
"model-value",
|
|
864
|
+
"default-value",
|
|
865
|
+
"mode",
|
|
866
|
+
"precision",
|
|
867
|
+
"step",
|
|
868
|
+
"disabled",
|
|
869
|
+
"error",
|
|
870
|
+
"max",
|
|
871
|
+
"min",
|
|
872
|
+
"formatter",
|
|
873
|
+
"parser",
|
|
874
|
+
"placeholder",
|
|
875
|
+
"hide-button",
|
|
876
|
+
"size",
|
|
877
|
+
"allow-clear",
|
|
878
|
+
"model-event",
|
|
879
|
+
"read-only",
|
|
880
|
+
"input-attrs"
|
|
890
881
|
]
|
|
891
882
|
},
|
|
892
|
-
"a-
|
|
883
|
+
"a-mention": {
|
|
893
884
|
"attributes": [
|
|
894
|
-
"
|
|
885
|
+
"change",
|
|
886
|
+
"search",
|
|
887
|
+
"select",
|
|
888
|
+
"clear",
|
|
889
|
+
"focus",
|
|
890
|
+
"blur",
|
|
891
|
+
"model-value",
|
|
892
|
+
"default-value",
|
|
893
|
+
"data",
|
|
894
|
+
"prefix",
|
|
895
|
+
"split",
|
|
896
|
+
"type",
|
|
897
|
+
"disabled",
|
|
898
|
+
"allow-clear"
|
|
895
899
|
]
|
|
896
900
|
},
|
|
901
|
+
"a-notification": {
|
|
902
|
+
"attributes": []
|
|
903
|
+
},
|
|
897
904
|
"a-modal": {
|
|
898
905
|
"attributes": [
|
|
899
906
|
"ok",
|
|
@@ -927,68 +934,61 @@
|
|
|
927
934
|
"modal-class",
|
|
928
935
|
"modal-style",
|
|
929
936
|
"before-ok",
|
|
930
|
-
"before-cancel",
|
|
931
|
-
"esc-to-close",
|
|
932
|
-
"draggable",
|
|
933
|
-
"fullscreen",
|
|
934
|
-
"mask-animation-name",
|
|
935
|
-
"modal-animation-name",
|
|
936
|
-
"body-class",
|
|
937
|
-
"body-style",
|
|
938
|
-
"hide-title"
|
|
939
|
-
]
|
|
940
|
-
},
|
|
941
|
-
"a-list": {
|
|
942
|
-
"attributes": [
|
|
943
|
-
"scroll",
|
|
944
|
-
"reach-bottom",
|
|
945
|
-
"page-change",
|
|
946
|
-
"page-size-change",
|
|
947
|
-
"data",
|
|
948
|
-
"size",
|
|
949
|
-
"bordered",
|
|
950
|
-
"split",
|
|
951
|
-
"loading",
|
|
952
|
-
"hoverable",
|
|
953
|
-
"pagination-props",
|
|
954
|
-
"grid-props",
|
|
955
|
-
"max-height",
|
|
956
|
-
"bottom-offset",
|
|
957
|
-
"virtual-list-props",
|
|
958
|
-
"scrollbar"
|
|
937
|
+
"before-cancel",
|
|
938
|
+
"esc-to-close",
|
|
939
|
+
"draggable",
|
|
940
|
+
"fullscreen",
|
|
941
|
+
"mask-animation-name",
|
|
942
|
+
"modal-animation-name",
|
|
943
|
+
"body-class",
|
|
944
|
+
"body-style",
|
|
945
|
+
"hide-title"
|
|
959
946
|
]
|
|
960
947
|
},
|
|
961
|
-
"a-
|
|
948
|
+
"a-menu": {
|
|
962
949
|
"attributes": [
|
|
963
|
-
"
|
|
950
|
+
"collapse",
|
|
951
|
+
"menu-item-click",
|
|
952
|
+
"sub-menu-click",
|
|
953
|
+
"theme",
|
|
954
|
+
"mode",
|
|
955
|
+
"level-indent",
|
|
956
|
+
"auto-open",
|
|
957
|
+
"collapsed",
|
|
958
|
+
"default-collapsed",
|
|
959
|
+
"collapsed-width",
|
|
960
|
+
"accordion",
|
|
961
|
+
"auto-scroll-into-view",
|
|
962
|
+
"show-collapse-button",
|
|
963
|
+
"selected-keys",
|
|
964
|
+
"default-selected-keys",
|
|
965
|
+
"open-keys",
|
|
966
|
+
"default-open-keys",
|
|
967
|
+
"scroll-config",
|
|
968
|
+
"trigger-props",
|
|
969
|
+
"tooltip-props",
|
|
970
|
+
"auto-open-selected",
|
|
971
|
+
"breakpoint",
|
|
972
|
+
"popup-max-height"
|
|
964
973
|
]
|
|
965
974
|
},
|
|
966
|
-
"a-
|
|
975
|
+
"a-sub-menu": {
|
|
967
976
|
"attributes": [
|
|
968
977
|
"title",
|
|
969
|
-
"
|
|
978
|
+
"selectable",
|
|
979
|
+
"popup",
|
|
980
|
+
"popup-max-height"
|
|
970
981
|
]
|
|
971
982
|
},
|
|
972
|
-
"a-
|
|
983
|
+
"a-menu-item-group": {
|
|
973
984
|
"attributes": [
|
|
974
|
-
"
|
|
975
|
-
"search",
|
|
976
|
-
"select",
|
|
977
|
-
"clear",
|
|
978
|
-
"focus",
|
|
979
|
-
"blur",
|
|
980
|
-
"model-value",
|
|
981
|
-
"default-value",
|
|
982
|
-
"data",
|
|
983
|
-
"prefix",
|
|
984
|
-
"split",
|
|
985
|
-
"type",
|
|
986
|
-
"disabled",
|
|
987
|
-
"allow-clear"
|
|
985
|
+
"title"
|
|
988
986
|
]
|
|
989
987
|
},
|
|
990
|
-
"a-
|
|
991
|
-
"attributes": [
|
|
988
|
+
"a-menu-item": {
|
|
989
|
+
"attributes": [
|
|
990
|
+
"disabled"
|
|
991
|
+
]
|
|
992
992
|
},
|
|
993
993
|
"a-page-header": {
|
|
994
994
|
"attributes": [
|
|
@@ -998,43 +998,12 @@
|
|
|
998
998
|
"show-back"
|
|
999
999
|
]
|
|
1000
1000
|
},
|
|
1001
|
-
"a-
|
|
1002
|
-
"attributes": [
|
|
1003
|
-
"type",
|
|
1004
|
-
"size",
|
|
1005
|
-
"percent",
|
|
1006
|
-
"steps",
|
|
1007
|
-
"animation",
|
|
1008
|
-
"stroke-width",
|
|
1009
|
-
"width",
|
|
1010
|
-
"color",
|
|
1011
|
-
"track-color",
|
|
1012
|
-
"show-text",
|
|
1013
|
-
"status"
|
|
1014
|
-
]
|
|
1015
|
-
},
|
|
1016
|
-
"a-popconfirm": {
|
|
1001
|
+
"a-overflow-list": {
|
|
1017
1002
|
"attributes": [
|
|
1018
|
-
"
|
|
1019
|
-
"
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1022
|
-
"position",
|
|
1023
|
-
"popup-visible",
|
|
1024
|
-
"default-popup-visible",
|
|
1025
|
-
"type",
|
|
1026
|
-
"ok-text",
|
|
1027
|
-
"cancel-text",
|
|
1028
|
-
"ok-loading",
|
|
1029
|
-
"ok-button-props",
|
|
1030
|
-
"cancel-button-props",
|
|
1031
|
-
"content-class",
|
|
1032
|
-
"content-style",
|
|
1033
|
-
"arrow-class",
|
|
1034
|
-
"arrow-style",
|
|
1035
|
-
"popup-container",
|
|
1036
|
-
"before-ok",
|
|
1037
|
-
"before-cancel"
|
|
1003
|
+
"change",
|
|
1004
|
+
"min",
|
|
1005
|
+
"margin",
|
|
1006
|
+
"from"
|
|
1038
1007
|
]
|
|
1039
1008
|
},
|
|
1040
1009
|
"a-pagination": {
|
|
@@ -1079,26 +1048,43 @@
|
|
|
1079
1048
|
"popup-container"
|
|
1080
1049
|
]
|
|
1081
1050
|
},
|
|
1082
|
-
"a-
|
|
1051
|
+
"a-progress": {
|
|
1083
1052
|
"attributes": [
|
|
1084
|
-
"
|
|
1085
|
-
"
|
|
1086
|
-
"
|
|
1087
|
-
"
|
|
1088
|
-
"
|
|
1089
|
-
"
|
|
1090
|
-
"
|
|
1091
|
-
"
|
|
1092
|
-
"
|
|
1093
|
-
"
|
|
1094
|
-
"
|
|
1053
|
+
"type",
|
|
1054
|
+
"size",
|
|
1055
|
+
"percent",
|
|
1056
|
+
"steps",
|
|
1057
|
+
"animation",
|
|
1058
|
+
"stroke-width",
|
|
1059
|
+
"width",
|
|
1060
|
+
"color",
|
|
1061
|
+
"track-color",
|
|
1062
|
+
"show-text",
|
|
1063
|
+
"status"
|
|
1095
1064
|
]
|
|
1096
1065
|
},
|
|
1097
|
-
"a-
|
|
1066
|
+
"a-popconfirm": {
|
|
1098
1067
|
"attributes": [
|
|
1099
|
-
"
|
|
1100
|
-
"
|
|
1101
|
-
"
|
|
1068
|
+
"popup-visible-change",
|
|
1069
|
+
"ok",
|
|
1070
|
+
"cancel",
|
|
1071
|
+
"content",
|
|
1072
|
+
"position",
|
|
1073
|
+
"popup-visible",
|
|
1074
|
+
"default-popup-visible",
|
|
1075
|
+
"type",
|
|
1076
|
+
"ok-text",
|
|
1077
|
+
"cancel-text",
|
|
1078
|
+
"ok-loading",
|
|
1079
|
+
"ok-button-props",
|
|
1080
|
+
"cancel-button-props",
|
|
1081
|
+
"content-class",
|
|
1082
|
+
"content-style",
|
|
1083
|
+
"arrow-class",
|
|
1084
|
+
"arrow-style",
|
|
1085
|
+
"popup-container",
|
|
1086
|
+
"before-ok",
|
|
1087
|
+
"before-cancel"
|
|
1102
1088
|
]
|
|
1103
1089
|
},
|
|
1104
1090
|
"a-radio": {
|
|
@@ -1123,6 +1109,21 @@
|
|
|
1123
1109
|
"disabled"
|
|
1124
1110
|
]
|
|
1125
1111
|
},
|
|
1112
|
+
"a-rate": {
|
|
1113
|
+
"attributes": [
|
|
1114
|
+
"change",
|
|
1115
|
+
"hover-change",
|
|
1116
|
+
"count",
|
|
1117
|
+
"model-value",
|
|
1118
|
+
"default-value",
|
|
1119
|
+
"allow-half",
|
|
1120
|
+
"allow-clear",
|
|
1121
|
+
"grading",
|
|
1122
|
+
"readonly",
|
|
1123
|
+
"disabled",
|
|
1124
|
+
"color"
|
|
1125
|
+
]
|
|
1126
|
+
},
|
|
1126
1127
|
"a-resize-box": {
|
|
1127
1128
|
"attributes": [
|
|
1128
1129
|
"moving-start",
|
|
@@ -1134,6 +1135,14 @@
|
|
|
1134
1135
|
"directions"
|
|
1135
1136
|
]
|
|
1136
1137
|
},
|
|
1138
|
+
"a-scrollbar": {
|
|
1139
|
+
"attributes": [
|
|
1140
|
+
"scroll",
|
|
1141
|
+
"type",
|
|
1142
|
+
"outer-class",
|
|
1143
|
+
"outer-style"
|
|
1144
|
+
]
|
|
1145
|
+
},
|
|
1137
1146
|
"a-select": {
|
|
1138
1147
|
"attributes": [
|
|
1139
1148
|
"change",
|
|
@@ -1197,12 +1206,40 @@
|
|
|
1197
1206
|
"label"
|
|
1198
1207
|
]
|
|
1199
1208
|
},
|
|
1200
|
-
"a-
|
|
1209
|
+
"a-result": {
|
|
1201
1210
|
"attributes": [
|
|
1202
|
-
"
|
|
1203
|
-
"
|
|
1204
|
-
"
|
|
1205
|
-
|
|
1211
|
+
"status",
|
|
1212
|
+
"title",
|
|
1213
|
+
"subtitle"
|
|
1214
|
+
]
|
|
1215
|
+
},
|
|
1216
|
+
"a-skeleton": {
|
|
1217
|
+
"attributes": [
|
|
1218
|
+
"loading",
|
|
1219
|
+
"animation"
|
|
1220
|
+
]
|
|
1221
|
+
},
|
|
1222
|
+
"a-skeleton-line": {
|
|
1223
|
+
"attributes": [
|
|
1224
|
+
"rows",
|
|
1225
|
+
"widths",
|
|
1226
|
+
"line-height",
|
|
1227
|
+
"line-spacing"
|
|
1228
|
+
]
|
|
1229
|
+
},
|
|
1230
|
+
"a-skeleton-shape": {
|
|
1231
|
+
"attributes": [
|
|
1232
|
+
"shape",
|
|
1233
|
+
"size"
|
|
1234
|
+
]
|
|
1235
|
+
},
|
|
1236
|
+
"a-space": {
|
|
1237
|
+
"attributes": [
|
|
1238
|
+
"align",
|
|
1239
|
+
"direction",
|
|
1240
|
+
"size",
|
|
1241
|
+
"wrap",
|
|
1242
|
+
"fill"
|
|
1206
1243
|
]
|
|
1207
1244
|
},
|
|
1208
1245
|
"a-slider": {
|
|
@@ -1222,15 +1259,6 @@
|
|
|
1222
1259
|
"show-tooltip"
|
|
1223
1260
|
]
|
|
1224
1261
|
},
|
|
1225
|
-
"a-space": {
|
|
1226
|
-
"attributes": [
|
|
1227
|
-
"align",
|
|
1228
|
-
"direction",
|
|
1229
|
-
"size",
|
|
1230
|
-
"wrap",
|
|
1231
|
-
"fill"
|
|
1232
|
-
]
|
|
1233
|
-
},
|
|
1234
1262
|
"a-split": {
|
|
1235
1263
|
"attributes": [
|
|
1236
1264
|
"move-start",
|
|
@@ -1245,26 +1273,6 @@
|
|
|
1245
1273
|
"disabled"
|
|
1246
1274
|
]
|
|
1247
1275
|
},
|
|
1248
|
-
"a-skeleton": {
|
|
1249
|
-
"attributes": [
|
|
1250
|
-
"loading",
|
|
1251
|
-
"animation"
|
|
1252
|
-
]
|
|
1253
|
-
},
|
|
1254
|
-
"a-skeleton-line": {
|
|
1255
|
-
"attributes": [
|
|
1256
|
-
"rows",
|
|
1257
|
-
"widths",
|
|
1258
|
-
"line-height",
|
|
1259
|
-
"line-spacing"
|
|
1260
|
-
]
|
|
1261
|
-
},
|
|
1262
|
-
"a-skeleton-shape": {
|
|
1263
|
-
"attributes": [
|
|
1264
|
-
"shape",
|
|
1265
|
-
"size"
|
|
1266
|
-
]
|
|
1267
|
-
},
|
|
1268
1276
|
"a-statistic": {
|
|
1269
1277
|
"attributes": [
|
|
1270
1278
|
"title",
|
|
@@ -1287,18 +1295,10 @@
|
|
|
1287
1295
|
"finish",
|
|
1288
1296
|
"title",
|
|
1289
1297
|
"value",
|
|
1290
|
-
"now",
|
|
1291
|
-
"format",
|
|
1292
|
-
"start",
|
|
1293
|
-
"value-style"
|
|
1294
|
-
]
|
|
1295
|
-
},
|
|
1296
|
-
"a-overflow-list": {
|
|
1297
|
-
"attributes": [
|
|
1298
|
-
"change",
|
|
1299
|
-
"min",
|
|
1300
|
-
"margin",
|
|
1301
|
-
"from"
|
|
1298
|
+
"now",
|
|
1299
|
+
"format",
|
|
1300
|
+
"start",
|
|
1301
|
+
"value-style"
|
|
1302
1302
|
]
|
|
1303
1303
|
},
|
|
1304
1304
|
"a-spin": {
|
|
@@ -1310,6 +1310,48 @@
|
|
|
1310
1310
|
"hide-icon"
|
|
1311
1311
|
]
|
|
1312
1312
|
},
|
|
1313
|
+
"a-steps": {
|
|
1314
|
+
"attributes": [
|
|
1315
|
+
"change",
|
|
1316
|
+
"type",
|
|
1317
|
+
"direction",
|
|
1318
|
+
"label-placement",
|
|
1319
|
+
"current",
|
|
1320
|
+
"default-current",
|
|
1321
|
+
"status",
|
|
1322
|
+
"line-less",
|
|
1323
|
+
"small",
|
|
1324
|
+
"changeable"
|
|
1325
|
+
]
|
|
1326
|
+
},
|
|
1327
|
+
"a-step": {
|
|
1328
|
+
"attributes": [
|
|
1329
|
+
"title",
|
|
1330
|
+
"description",
|
|
1331
|
+
"status",
|
|
1332
|
+
"disabled"
|
|
1333
|
+
]
|
|
1334
|
+
},
|
|
1335
|
+
"a-switch": {
|
|
1336
|
+
"attributes": [
|
|
1337
|
+
"change",
|
|
1338
|
+
"focus",
|
|
1339
|
+
"blur",
|
|
1340
|
+
"model-value",
|
|
1341
|
+
"default-checked",
|
|
1342
|
+
"disabled",
|
|
1343
|
+
"loading",
|
|
1344
|
+
"type",
|
|
1345
|
+
"size",
|
|
1346
|
+
"checked-value",
|
|
1347
|
+
"unchecked-value",
|
|
1348
|
+
"checked-color",
|
|
1349
|
+
"unchecked-color",
|
|
1350
|
+
"before-change",
|
|
1351
|
+
"checked-text",
|
|
1352
|
+
"unchecked-text"
|
|
1353
|
+
]
|
|
1354
|
+
},
|
|
1313
1355
|
"a-table": {
|
|
1314
1356
|
"attributes": [
|
|
1315
1357
|
"expand",
|
|
@@ -1393,48 +1435,6 @@
|
|
|
1393
1435
|
"tooltip"
|
|
1394
1436
|
]
|
|
1395
1437
|
},
|
|
1396
|
-
"a-steps": {
|
|
1397
|
-
"attributes": [
|
|
1398
|
-
"change",
|
|
1399
|
-
"type",
|
|
1400
|
-
"direction",
|
|
1401
|
-
"label-placement",
|
|
1402
|
-
"current",
|
|
1403
|
-
"default-current",
|
|
1404
|
-
"status",
|
|
1405
|
-
"line-less",
|
|
1406
|
-
"small",
|
|
1407
|
-
"changeable"
|
|
1408
|
-
]
|
|
1409
|
-
},
|
|
1410
|
-
"a-step": {
|
|
1411
|
-
"attributes": [
|
|
1412
|
-
"title",
|
|
1413
|
-
"description",
|
|
1414
|
-
"status",
|
|
1415
|
-
"disabled"
|
|
1416
|
-
]
|
|
1417
|
-
},
|
|
1418
|
-
"a-switch": {
|
|
1419
|
-
"attributes": [
|
|
1420
|
-
"change",
|
|
1421
|
-
"focus",
|
|
1422
|
-
"blur",
|
|
1423
|
-
"model-value",
|
|
1424
|
-
"default-checked",
|
|
1425
|
-
"disabled",
|
|
1426
|
-
"loading",
|
|
1427
|
-
"type",
|
|
1428
|
-
"size",
|
|
1429
|
-
"checked-value",
|
|
1430
|
-
"unchecked-value",
|
|
1431
|
-
"checked-color",
|
|
1432
|
-
"unchecked-color",
|
|
1433
|
-
"before-change",
|
|
1434
|
-
"checked-text",
|
|
1435
|
-
"unchecked-text"
|
|
1436
|
-
]
|
|
1437
|
-
},
|
|
1438
1438
|
"a-tag": {
|
|
1439
1439
|
"attributes": [
|
|
1440
1440
|
"close",
|
|
@@ -1452,27 +1452,6 @@
|
|
|
1452
1452
|
"nowrap"
|
|
1453
1453
|
]
|
|
1454
1454
|
},
|
|
1455
|
-
"a-textarea": {
|
|
1456
|
-
"attributes": [
|
|
1457
|
-
"input",
|
|
1458
|
-
"change",
|
|
1459
|
-
"clear",
|
|
1460
|
-
"focus",
|
|
1461
|
-
"blur",
|
|
1462
|
-
"model-value",
|
|
1463
|
-
"default-value",
|
|
1464
|
-
"placeholder",
|
|
1465
|
-
"disabled",
|
|
1466
|
-
"error",
|
|
1467
|
-
"max-length",
|
|
1468
|
-
"show-word-limit",
|
|
1469
|
-
"allow-clear",
|
|
1470
|
-
"auto-size",
|
|
1471
|
-
"word-length",
|
|
1472
|
-
"word-slice",
|
|
1473
|
-
"textarea-attrs"
|
|
1474
|
-
]
|
|
1475
|
-
},
|
|
1476
1455
|
"a-tabs": {
|
|
1477
1456
|
"attributes": [
|
|
1478
1457
|
"change",
|
|
@@ -1506,39 +1485,25 @@
|
|
|
1506
1485
|
"destroy-on-hide"
|
|
1507
1486
|
]
|
|
1508
1487
|
},
|
|
1509
|
-
"a-
|
|
1510
|
-
"attributes": [
|
|
1511
|
-
"popup-visible-change",
|
|
1512
|
-
"popup-visible",
|
|
1513
|
-
"default-popup-visible",
|
|
1514
|
-
"content",
|
|
1515
|
-
"position",
|
|
1516
|
-
"mini",
|
|
1517
|
-
"background-color",
|
|
1518
|
-
"content-class",
|
|
1519
|
-
"content-style",
|
|
1520
|
-
"arrow-class",
|
|
1521
|
-
"arrow-style",
|
|
1522
|
-
"popup-container"
|
|
1523
|
-
]
|
|
1524
|
-
},
|
|
1525
|
-
"a-timeline": {
|
|
1526
|
-
"attributes": [
|
|
1527
|
-
"reverse",
|
|
1528
|
-
"direction",
|
|
1529
|
-
"mode",
|
|
1530
|
-
"pending",
|
|
1531
|
-
"label-position"
|
|
1532
|
-
]
|
|
1533
|
-
},
|
|
1534
|
-
"a-timeline-item": {
|
|
1488
|
+
"a-textarea": {
|
|
1535
1489
|
"attributes": [
|
|
1536
|
-
"
|
|
1537
|
-
"
|
|
1538
|
-
"
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1541
|
-
"
|
|
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"
|
|
1542
1507
|
]
|
|
1543
1508
|
},
|
|
1544
1509
|
"a-time-picker": {
|
|
@@ -1572,6 +1537,25 @@
|
|
|
1572
1537
|
"unmount-on-close"
|
|
1573
1538
|
]
|
|
1574
1539
|
},
|
|
1540
|
+
"a-timeline": {
|
|
1541
|
+
"attributes": [
|
|
1542
|
+
"reverse",
|
|
1543
|
+
"direction",
|
|
1544
|
+
"mode",
|
|
1545
|
+
"pending",
|
|
1546
|
+
"label-position"
|
|
1547
|
+
]
|
|
1548
|
+
},
|
|
1549
|
+
"a-timeline-item": {
|
|
1550
|
+
"attributes": [
|
|
1551
|
+
"dot-color",
|
|
1552
|
+
"dot-type",
|
|
1553
|
+
"line-type",
|
|
1554
|
+
"line-color",
|
|
1555
|
+
"label",
|
|
1556
|
+
"position"
|
|
1557
|
+
]
|
|
1558
|
+
},
|
|
1575
1559
|
"a-transfer": {
|
|
1576
1560
|
"attributes": [
|
|
1577
1561
|
"change",
|
|
@@ -1676,39 +1660,20 @@
|
|
|
1676
1660
|
"default-input-value"
|
|
1677
1661
|
]
|
|
1678
1662
|
},
|
|
1679
|
-
"a-
|
|
1680
|
-
"attributes": []
|
|
1681
|
-
},
|
|
1682
|
-
"a-typography-title": {
|
|
1683
|
-
"attributes": [
|
|
1684
|
-
"heading"
|
|
1685
|
-
]
|
|
1686
|
-
},
|
|
1687
|
-
"a-typography-paragraph": {
|
|
1688
|
-
"attributes": [
|
|
1689
|
-
"blockquote",
|
|
1690
|
-
"spacing"
|
|
1691
|
-
]
|
|
1692
|
-
},
|
|
1693
|
-
"a-typography-text": {
|
|
1694
|
-
"attributes": []
|
|
1695
|
-
},
|
|
1696
|
-
"a-watermark": {
|
|
1663
|
+
"a-tooltip": {
|
|
1697
1664
|
"attributes": [
|
|
1665
|
+
"popup-visible-change",
|
|
1666
|
+
"popup-visible",
|
|
1667
|
+
"default-popup-visible",
|
|
1698
1668
|
"content",
|
|
1699
|
-
"
|
|
1700
|
-
"
|
|
1701
|
-
"
|
|
1702
|
-
"
|
|
1703
|
-
"
|
|
1704
|
-
"
|
|
1705
|
-
"
|
|
1706
|
-
"
|
|
1707
|
-
"alpha",
|
|
1708
|
-
"anti-tamper",
|
|
1709
|
-
"grayscale",
|
|
1710
|
-
"repeat",
|
|
1711
|
-
"staggered"
|
|
1669
|
+
"position",
|
|
1670
|
+
"mini",
|
|
1671
|
+
"background-color",
|
|
1672
|
+
"content-class",
|
|
1673
|
+
"content-style",
|
|
1674
|
+
"arrow-class",
|
|
1675
|
+
"arrow-style",
|
|
1676
|
+
"popup-container"
|
|
1712
1677
|
]
|
|
1713
1678
|
},
|
|
1714
1679
|
"a-trigger": {
|
|
@@ -1751,6 +1716,23 @@
|
|
|
1751
1716
|
"scroll-to-close-distance"
|
|
1752
1717
|
]
|
|
1753
1718
|
},
|
|
1719
|
+
"a-typography": {
|
|
1720
|
+
"attributes": []
|
|
1721
|
+
},
|
|
1722
|
+
"a-typography-title": {
|
|
1723
|
+
"attributes": [
|
|
1724
|
+
"heading"
|
|
1725
|
+
]
|
|
1726
|
+
},
|
|
1727
|
+
"a-typography-paragraph": {
|
|
1728
|
+
"attributes": [
|
|
1729
|
+
"blockquote",
|
|
1730
|
+
"spacing"
|
|
1731
|
+
]
|
|
1732
|
+
},
|
|
1733
|
+
"a-typography-text": {
|
|
1734
|
+
"attributes": []
|
|
1735
|
+
},
|
|
1754
1736
|
"a-upload": {
|
|
1755
1737
|
"attributes": [
|
|
1756
1738
|
"exceed-limit",
|
|
@@ -1792,6 +1774,24 @@
|
|
|
1792
1774
|
"button-click"
|
|
1793
1775
|
]
|
|
1794
1776
|
},
|
|
1777
|
+
"a-watermark": {
|
|
1778
|
+
"attributes": [
|
|
1779
|
+
"content",
|
|
1780
|
+
"image",
|
|
1781
|
+
"width",
|
|
1782
|
+
"height",
|
|
1783
|
+
"gap",
|
|
1784
|
+
"offset",
|
|
1785
|
+
"rotate",
|
|
1786
|
+
"font",
|
|
1787
|
+
"z-index",
|
|
1788
|
+
"alpha",
|
|
1789
|
+
"anti-tamper",
|
|
1790
|
+
"grayscale",
|
|
1791
|
+
"repeat",
|
|
1792
|
+
"staggered"
|
|
1793
|
+
]
|
|
1794
|
+
},
|
|
1795
1795
|
"a-verification-code": {
|
|
1796
1796
|
"attributes": [
|
|
1797
1797
|
"change",
|