@julingbase/jly-arco-design 0.0.4 → 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.
Files changed (84) hide show
  1. package/README.md +5 -0
  2. package/dist/arco-vue.js +2451 -2434
  3. package/dist/arco-vue.js.map +1 -1
  4. package/dist/arco-vue.min.js +1295 -1294
  5. package/dist/arco-vue.min.js.map +1 -1
  6. package/es/_components/input-label/input-label.d.ts +2 -2
  7. package/es/_components/picker/input-range.d.ts +2 -2
  8. package/es/_components/picker/input.d.ts +2 -2
  9. package/es/_components/select-view/select-view.d.ts +1 -1
  10. package/es/auto-complete/auto-complete.d.ts +3 -3
  11. package/es/auto-complete/index.d.ts +9 -9
  12. package/es/calendar/calendar.d.ts +1 -1
  13. package/es/calendar/index.d.ts +3 -3
  14. package/es/cascader/cascader-panel.d.ts +3 -3
  15. package/es/cascader/cascader.d.ts +6 -6
  16. package/es/cascader/index.d.ts +20 -20
  17. package/es/checkbox/checkbox-group.d.ts +2 -2
  18. package/es/checkbox/checkbox.d.ts +1 -1
  19. package/es/checkbox/index.d.ts +5 -5
  20. package/es/color-picker/color-picker.d.ts +1 -1
  21. package/es/color-picker/index.d.ts +3 -3
  22. package/es/date-picker/index.d.ts +5 -5
  23. package/es/date-picker/picker.d.ts +5 -5
  24. package/es/date-picker/range-picker.d.ts +5 -5
  25. package/es/drawer/drawer.d.ts +1 -1
  26. package/es/drawer/index.d.ts +3 -3
  27. package/es/form/form-item.d.ts +3 -3
  28. package/es/form/index.d.ts +3 -3
  29. package/es/input/index.d.ts +3941 -11
  30. package/es/input/input-password.d.ts +1314 -3
  31. package/es/input/input.d.ts +1314 -3
  32. package/es/input/input.js +36 -18
  33. package/es/input-number/index.d.ts +3 -3
  34. package/es/input-number/input-number.d.ts +1 -1
  35. package/es/input-tag/index.d.ts +18 -18
  36. package/es/input-tag/input-tag.d.ts +6 -6
  37. package/es/list/index.d.ts +3 -3
  38. package/es/list/list.d.ts +1 -1
  39. package/es/mention/index.d.ts +6 -6
  40. package/es/mention/mention.d.ts +2 -2
  41. package/es/menu/item.d.ts +1 -1
  42. package/es/menu/sub-menu-pop.d.ts +1 -1
  43. package/es/pagination/page-jumper.d.ts +3 -3
  44. package/es/pagination/page-options.d.ts +28 -28
  45. package/es/radio/index.d.ts +8 -8
  46. package/es/radio/radio-group.d.ts +2 -2
  47. package/es/radio/radio.d.ts +2 -2
  48. package/es/rate/index.d.ts +9 -9
  49. package/es/rate/rate.d.ts +3 -3
  50. package/es/select/index.d.ts +28 -28
  51. package/es/select/option.d.ts +5 -5
  52. package/es/select/select-dropdown.d.ts +1 -1
  53. package/es/select/select.d.ts +8 -8
  54. package/es/slider/index.d.ts +12 -12
  55. package/es/slider/slider-input.d.ts +3 -3
  56. package/es/slider/slider.d.ts +5 -5
  57. package/es/switch/index.d.ts +3 -3
  58. package/es/switch/switch.d.ts +1 -1
  59. package/es/table/table-operation-td.d.ts +13 -13
  60. package/es/tabs/index.d.ts +3 -3
  61. package/es/tabs/tabs.d.ts +1 -1
  62. package/es/tag/index.d.ts +3 -3
  63. package/es/tag/tag.d.ts +1 -1
  64. package/es/textarea/index.d.ts +6 -6
  65. package/es/textarea/textarea.d.ts +2 -2
  66. package/es/time-picker/index.d.ts +11 -11
  67. package/es/time-picker/time-picker.d.ts +5 -5
  68. package/es/transfer/index.d.ts +22 -22
  69. package/es/transfer/transfer-view.d.ts +8 -8
  70. package/es/transfer/transfer.d.ts +10 -10
  71. package/es/tree/base-node.d.ts +5 -5
  72. package/es/tree/transition-node-list.d.ts +5 -5
  73. package/es/tree-select/index.d.ts +8 -8
  74. package/es/tree-select/tree-select.d.ts +3 -3
  75. package/es/typography/edit-content.d.ts +11824 -34
  76. package/es/upload/index.d.ts +3 -3
  77. package/es/upload/upload.d.ts +1 -1
  78. package/es/verification-code/index.d.ts +6 -6
  79. package/es/verification-code/verification-code.d.ts +2 -2
  80. package/json/vetur-attributes.json +1630 -1630
  81. package/json/vetur-tags.json +599 -599
  82. package/json/web-types.json +4921 -4921
  83. package/lib/input/input.js +38 -20
  84. package/package.json +2 -2
@@ -1,4 +1,44 @@
1
1
  {
2
+ "a-alert": {
3
+ "attributes": [
4
+ "close",
5
+ "after-close",
6
+ "type",
7
+ "show-icon",
8
+ "closable",
9
+ "title",
10
+ "banner",
11
+ "center"
12
+ ]
13
+ },
14
+ "a-auto-complete": {
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
+ },
2
42
  "a-affix": {
3
43
  "attributes": [
4
44
  "change",
@@ -33,24 +73,16 @@
33
73
  "max-popover-trigger-props"
34
74
  ]
35
75
  },
36
- "a-auto-complete": {
76
+ "a-badge": {
37
77
  "attributes": [
38
- "change",
39
- "search",
40
- "select",
41
- "clear",
42
- "dropdown-scroll",
43
- "dropdown-reach-bottom",
44
- "model-value",
45
- "default-value",
46
- "disabled",
47
- "data",
48
- "popup-container",
49
- "strict",
50
- "filter-option",
51
- "trigger-props",
52
- "allow-clear",
53
- "virtual-list-props"
78
+ "text",
79
+ "dot",
80
+ "dot-style",
81
+ "max-count",
82
+ "offset",
83
+ "color",
84
+ "status",
85
+ "count"
54
86
  ]
55
87
  },
56
88
  "a-anchor": {
@@ -70,26 +102,6 @@
70
102
  "href"
71
103
  ]
72
104
  },
73
- "a-badge": {
74
- "attributes": [
75
- "text",
76
- "dot",
77
- "dot-style",
78
- "max-count",
79
- "offset",
80
- "color",
81
- "status",
82
- "count"
83
- ]
84
- },
85
- "a-back-top": {
86
- "attributes": [
87
- "visible-height",
88
- "target-container",
89
- "easing",
90
- "duration"
91
- ]
92
- },
93
105
  "a-button": {
94
106
  "attributes": [
95
107
  "click",
@@ -114,16 +126,19 @@
114
126
  "disabled"
115
127
  ]
116
128
  },
117
- "a-alert": {
129
+ "a-breadcrumb": {
118
130
  "attributes": [
119
- "close",
120
- "after-close",
121
- "type",
122
- "show-icon",
123
- "closable",
124
- "title",
125
- "banner",
126
- "center"
131
+ "max-count",
132
+ "routes",
133
+ "separator",
134
+ "custom-url"
135
+ ]
136
+ },
137
+ "a-breadcrumb-item": {
138
+ "attributes": [
139
+ "separator",
140
+ "droplist",
141
+ "dropdown-props"
127
142
  ]
128
143
  },
129
144
  "a-calendar": {
@@ -137,19 +152,44 @@
137
152
  "modes"
138
153
  ]
139
154
  },
140
- "a-breadcrumb": {
155
+ "a-card": {
141
156
  "attributes": [
142
- "max-count",
143
- "routes",
144
- "separator",
145
- "custom-url"
157
+ "bordered",
158
+ "loading",
159
+ "hoverable",
160
+ "size",
161
+ "header-style",
162
+ "body-style",
163
+ "title",
164
+ "extra"
146
165
  ]
147
166
  },
148
- "a-breadcrumb-item": {
167
+ "a-card-meta": {
149
168
  "attributes": [
150
- "separator",
151
- "droplist",
152
- "dropdown-props"
169
+ "title",
170
+ "description"
171
+ ]
172
+ },
173
+ "a-card-grid": {
174
+ "attributes": [
175
+ "hoverable"
176
+ ]
177
+ },
178
+ "a-carousel": {
179
+ "attributes": [
180
+ "change",
181
+ "current",
182
+ "default-current",
183
+ "move-speed",
184
+ "animation-name",
185
+ "trigger",
186
+ "direction",
187
+ "show-arrow",
188
+ "arrow-class",
189
+ "indicator-type",
190
+ "indicator-position",
191
+ "indicator-class",
192
+ "transition-timing-function"
153
193
  ]
154
194
  },
155
195
  "a-cascader": {
@@ -211,23 +251,6 @@
211
251
  "expand-child"
212
252
  ]
213
253
  },
214
- "a-carousel": {
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
254
  "a-checkbox": {
232
255
  "attributes": [
233
256
  "change",
@@ -249,6 +272,25 @@
249
272
  "disabled"
250
273
  ]
251
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
+ },
252
294
  "a-collapse": {
253
295
  "attributes": [
254
296
  "change",
@@ -269,25 +311,6 @@
269
311
  "destroy-on-hide"
270
312
  ]
271
313
  },
272
- "a-color-picker": {
273
- "attributes": [
274
- "change",
275
- "popup-visible-change",
276
- "model-value",
277
- "default-value",
278
- "format",
279
- "size",
280
- "show-text",
281
- "show-history",
282
- "show-preset",
283
- "disabled",
284
- "disabled-alpha",
285
- "hide-trigger",
286
- "trigger-props",
287
- "history-colors",
288
- "preset-colors"
289
- ]
290
- },
291
314
  "a-comment": {
292
315
  "attributes": [
293
316
  "author",
@@ -297,106 +320,47 @@
297
320
  "align"
298
321
  ]
299
322
  },
300
- "a-divider": {
323
+ "a-config-provider": {
301
324
  "attributes": [
302
- "direction",
303
- "orientation",
304
- "type",
325
+ "prefix-cls",
326
+ "locale",
305
327
  "size",
306
- "margin"
328
+ "global",
329
+ "scroll-to-close",
330
+ "exchange-time",
331
+ "rtl"
307
332
  ]
308
333
  },
309
- "a-card": {
334
+ "a-descriptions": {
310
335
  "attributes": [
311
- "bordered",
312
- "loading",
313
- "hoverable",
314
- "size",
315
- "header-style",
316
- "body-style",
336
+ "data",
337
+ "column",
317
338
  "title",
318
- "extra"
339
+ "layout",
340
+ "align",
341
+ "size",
342
+ "bordered",
343
+ "label-style",
344
+ "value-style",
345
+ "table-layout"
319
346
  ]
320
347
  },
321
- "a-card-meta": {
348
+ "a-descriptions-item": {
322
349
  "attributes": [
323
- "title",
324
- "description"
350
+ "span",
351
+ "label"
325
352
  ]
326
353
  },
327
- "a-card-grid": {
354
+ "a-divider": {
328
355
  "attributes": [
329
- "hoverable"
356
+ "direction",
357
+ "orientation",
358
+ "type",
359
+ "size",
360
+ "margin"
330
361
  ]
331
362
  },
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": {
363
+ "a-drawer": {
400
364
  "attributes": [
401
365
  "ok",
402
366
  "cancel",
@@ -432,13 +396,6 @@
432
396
  "hide-cancel"
433
397
  ]
434
398
  },
435
- "a-empty": {
436
- "attributes": [
437
- "description",
438
- "img-src",
439
- "in-config-provider"
440
- ]
441
- },
442
399
  "a-common": {
443
400
  "attributes": [
444
401
  "edit-start",
@@ -539,63 +496,117 @@
539
496
  "abbreviation"
540
497
  ]
541
498
  },
542
- "a-descriptions": {
499
+ "a-dropdown": {
543
500
  "attributes": [
544
- "data",
545
- "column",
546
- "title",
547
- "layout",
548
- "align",
549
- "size",
550
- "bordered",
551
- "label-style",
552
- "value-style",
553
- "table-layout"
501
+ "popup-visible-change",
502
+ "select",
503
+ "popup-visible",
504
+ "default-popup-visible",
505
+ "trigger",
506
+ "position",
507
+ "popup-container",
508
+ "popup-max-height",
509
+ "popup-min-height",
510
+ "hide-on-select",
511
+ "trigger-auto-fix-position"
554
512
  ]
555
513
  },
556
- "a-descriptions-item": {
514
+ "a-doption": {
557
515
  "attributes": [
558
- "span",
559
- "label"
516
+ "click",
517
+ "value",
518
+ "disabled"
560
519
  ]
561
520
  },
562
- "a-row": {
521
+ "a-dgroup": {
563
522
  "attributes": [
564
- "gutter",
565
- "justify",
566
- "align",
567
- "div",
568
- "wrap"
523
+ "title"
569
524
  ]
570
525
  },
571
- "a-col": {
526
+ "a-dsubmenu": {
572
527
  "attributes": [
573
- "span",
574
- "offset",
575
- "order",
576
- "xs",
577
- "sm",
578
- "md",
579
- "lg",
580
- "xl",
581
- "xxl",
582
- "flex"
528
+ "popup-visible-change",
529
+ "value",
530
+ "disabled",
531
+ "trigger",
532
+ "position",
533
+ "popup-visible",
534
+ "default-popup-visible",
535
+ "option-props"
583
536
  ]
584
537
  },
585
- "a-grid": {
538
+ "a-dropdown-button": {
586
539
  "attributes": [
587
- "cols",
588
- "row-gap",
589
- "col-gap",
590
- "collapsed",
591
- "collapsed-rows"
540
+ "popup-visible-change",
541
+ "click",
542
+ "select",
543
+ "popup-visible",
544
+ "default-popup-visible",
545
+ "trigger",
546
+ "position",
547
+ "popup-container",
548
+ "disabled",
549
+ "type",
550
+ "size",
551
+ "button-props",
552
+ "hide-on-select"
592
553
  ]
593
554
  },
594
- "a-grid-item": {
555
+ "a-empty": {
595
556
  "attributes": [
596
- "span",
597
- "offset",
598
- "suffix"
557
+ "description",
558
+ "img-src",
559
+ "in-config-provider"
560
+ ]
561
+ },
562
+ "a-form": {
563
+ "attributes": [
564
+ "submit",
565
+ "submit-success",
566
+ "submit-failed",
567
+ "model",
568
+ "layout",
569
+ "size",
570
+ "label-col-props",
571
+ "wrapper-col-props",
572
+ "label-align",
573
+ "disabled",
574
+ "rules",
575
+ "auto-label-width",
576
+ "id",
577
+ "scroll-to-first-error"
578
+ ]
579
+ },
580
+ "a-form-item": {
581
+ "attributes": [
582
+ "field",
583
+ "label",
584
+ "tooltip",
585
+ "show-colon",
586
+ "no-style",
587
+ "disabled",
588
+ "help",
589
+ "extra",
590
+ "required",
591
+ "asterisk-position",
592
+ "rules",
593
+ "validate-status",
594
+ "validate-trigger",
595
+ "label-col-props",
596
+ "wrapper-col-props",
597
+ "hide-label",
598
+ "hide-asterisk",
599
+ "label-col-style",
600
+ "wrapper-col-style",
601
+ "row-props",
602
+ "row-class",
603
+ "content-class",
604
+ "content-flex",
605
+ "merge-props",
606
+ "label-col-flex",
607
+ "feedback",
608
+ "label-component",
609
+ "label-attrs"
599
610
  ]
600
611
  },
601
612
  "a-image": {
@@ -657,6 +668,33 @@
657
668
  "disabled"
658
669
  ]
659
670
  },
671
+ "a-input-tag": {
672
+ "attributes": [
673
+ "change",
674
+ "input-value-change",
675
+ "press-enter",
676
+ "remove",
677
+ "clear",
678
+ "focus",
679
+ "blur",
680
+ "model-value",
681
+ "default-value",
682
+ "input-value",
683
+ "default-input-value",
684
+ "placeholder",
685
+ "disabled",
686
+ "error",
687
+ "readonly",
688
+ "allow-clear",
689
+ "size",
690
+ "max-tag-count",
691
+ "retain-input-value",
692
+ "format-tag",
693
+ "unique-value",
694
+ "field-names",
695
+ "tag-nowrap"
696
+ ]
697
+ },
660
698
  "a-input-number": {
661
699
  "attributes": [
662
700
  "change",
@@ -685,30 +723,69 @@
685
723
  "input-attrs"
686
724
  ]
687
725
  },
688
- "a-input": {
726
+ "a-row": {
689
727
  "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",
700
- "disabled",
701
- "readonly",
702
- "error",
703
- "placeholder",
704
- "max-length",
705
- "show-word-limit",
706
- "word-length",
707
- "word-slice",
708
- "input-attrs",
709
- "prepend",
710
- "append"
711
- ]
728
+ "gutter",
729
+ "justify",
730
+ "align",
731
+ "div",
732
+ "wrap"
733
+ ]
734
+ },
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
+ ]
712
789
  },
713
790
  "a-input-group": {
714
791
  "attributes": []
@@ -732,56 +809,6 @@
732
809
  "button-props"
733
810
  ]
734
811
  },
735
- "a-form": {
736
- "attributes": [
737
- "submit",
738
- "submit-success",
739
- "submit-failed",
740
- "model",
741
- "layout",
742
- "size",
743
- "label-col-props",
744
- "wrapper-col-props",
745
- "label-align",
746
- "disabled",
747
- "rules",
748
- "auto-label-width",
749
- "id",
750
- "scroll-to-first-error"
751
- ]
752
- },
753
- "a-form-item": {
754
- "attributes": [
755
- "field",
756
- "label",
757
- "tooltip",
758
- "show-colon",
759
- "no-style",
760
- "disabled",
761
- "help",
762
- "extra",
763
- "required",
764
- "asterisk-position",
765
- "rules",
766
- "validate-status",
767
- "validate-trigger",
768
- "label-col-props",
769
- "wrapper-col-props",
770
- "hide-label",
771
- "hide-asterisk",
772
- "label-col-style",
773
- "wrapper-col-style",
774
- "row-props",
775
- "row-class",
776
- "content-class",
777
- "content-flex",
778
- "merge-props",
779
- "label-col-flex",
780
- "feedback",
781
- "label-component",
782
- "label-attrs"
783
- ]
784
- },
785
812
  "a-layout": {
786
813
  "attributes": [
787
814
  "has-sider"
@@ -822,31 +849,53 @@
822
849
  "disabled"
823
850
  ]
824
851
  },
825
- "a-input-tag": {
852
+ "a-mention": {
826
853
  "attributes": [
827
854
  "change",
828
- "input-value-change",
829
- "press-enter",
830
- "remove",
855
+ "search",
856
+ "select",
831
857
  "clear",
832
858
  "focus",
833
859
  "blur",
834
860
  "model-value",
835
861
  "default-value",
836
- "input-value",
837
- "default-input-value",
838
- "placeholder",
862
+ "data",
863
+ "prefix",
864
+ "split",
865
+ "type",
839
866
  "disabled",
840
- "error",
841
- "readonly",
842
- "allow-clear",
867
+ "allow-clear"
868
+ ]
869
+ },
870
+ "a-list": {
871
+ "attributes": [
872
+ "scroll",
873
+ "reach-bottom",
874
+ "page-change",
875
+ "page-size-change",
876
+ "data",
843
877
  "size",
844
- "max-tag-count",
845
- "retain-input-value",
846
- "format-tag",
847
- "unique-value",
848
- "field-names",
849
- "tag-nowrap"
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"
850
899
  ]
851
900
  },
852
901
  "a-menu": {
@@ -938,58 +987,17 @@
938
987
  "hide-title"
939
988
  ]
940
989
  },
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"
959
- ]
960
- },
961
- "a-list-item": {
962
- "attributes": [
963
- "action-layout"
964
- ]
965
- },
966
- "a-list-item-meta": {
967
- "attributes": [
968
- "title",
969
- "description"
970
- ]
990
+ "a-notification": {
991
+ "attributes": []
971
992
  },
972
- "a-mention": {
993
+ "a-overflow-list": {
973
994
  "attributes": [
974
995
  "change",
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"
996
+ "min",
997
+ "margin",
998
+ "from"
988
999
  ]
989
1000
  },
990
- "a-notification": {
991
- "attributes": []
992
- },
993
1001
  "a-page-header": {
994
1002
  "attributes": [
995
1003
  "back",
@@ -998,19 +1006,30 @@
998
1006
  "show-back"
999
1007
  ]
1000
1008
  },
1001
- "a-progress": {
1009
+ "a-pagination": {
1002
1010
  "attributes": [
1003
- "type",
1011
+ "change",
1012
+ "page-size-change",
1013
+ "total",
1014
+ "current",
1015
+ "default-current",
1016
+ "page-size",
1017
+ "default-page-size",
1018
+ "disabled",
1019
+ "hide-on-single-page",
1020
+ "simple",
1021
+ "show-total",
1022
+ "show-more",
1023
+ "show-jumper",
1024
+ "show-page-size",
1025
+ "page-size-options",
1026
+ "page-size-props",
1004
1027
  "size",
1005
- "percent",
1006
- "steps",
1007
- "animation",
1008
- "stroke-width",
1009
- "width",
1010
- "color",
1011
- "track-color",
1012
- "show-text",
1013
- "status"
1028
+ "page-item-style",
1029
+ "active-page-item-style",
1030
+ "base-size",
1031
+ "buffer-size",
1032
+ "auto-adjust"
1014
1033
  ]
1015
1034
  },
1016
1035
  "a-popconfirm": {
@@ -1037,32 +1056,6 @@
1037
1056
  "before-cancel"
1038
1057
  ]
1039
1058
  },
1040
- "a-pagination": {
1041
- "attributes": [
1042
- "change",
1043
- "page-size-change",
1044
- "total",
1045
- "current",
1046
- "default-current",
1047
- "page-size",
1048
- "default-page-size",
1049
- "disabled",
1050
- "hide-on-single-page",
1051
- "simple",
1052
- "show-total",
1053
- "show-more",
1054
- "show-jumper",
1055
- "show-page-size",
1056
- "page-size-options",
1057
- "page-size-props",
1058
- "size",
1059
- "page-item-style",
1060
- "active-page-item-style",
1061
- "base-size",
1062
- "buffer-size",
1063
- "auto-adjust"
1064
- ]
1065
- },
1066
1059
  "a-popover": {
1067
1060
  "attributes": [
1068
1061
  "popup-visible-change",
@@ -1079,19 +1072,19 @@
1079
1072
  "popup-container"
1080
1073
  ]
1081
1074
  },
1082
- "a-rate": {
1075
+ "a-progress": {
1083
1076
  "attributes": [
1084
- "change",
1085
- "hover-change",
1086
- "count",
1087
- "model-value",
1088
- "default-value",
1089
- "allow-half",
1090
- "allow-clear",
1091
- "grading",
1092
- "readonly",
1093
- "disabled",
1094
- "color"
1077
+ "type",
1078
+ "size",
1079
+ "percent",
1080
+ "steps",
1081
+ "animation",
1082
+ "stroke-width",
1083
+ "width",
1084
+ "color",
1085
+ "track-color",
1086
+ "show-text",
1087
+ "status"
1095
1088
  ]
1096
1089
  },
1097
1090
  "a-result": {
@@ -1101,37 +1094,27 @@
1101
1094
  "subtitle"
1102
1095
  ]
1103
1096
  },
1104
- "a-radio": {
1097
+ "a-scrollbar": {
1105
1098
  "attributes": [
1106
- "change",
1107
- "model-value",
1108
- "default-checked",
1109
- "value",
1099
+ "scroll",
1110
1100
  "type",
1111
- "disabled"
1101
+ "outer-class",
1102
+ "outer-style"
1112
1103
  ]
1113
1104
  },
1114
- "a-radio-group": {
1105
+ "a-rate": {
1115
1106
  "attributes": [
1116
1107
  "change",
1108
+ "hover-change",
1109
+ "count",
1117
1110
  "model-value",
1118
1111
  "default-value",
1119
- "type",
1120
- "size",
1121
- "options",
1122
- "direction",
1123
- "disabled"
1124
- ]
1125
- },
1126
- "a-resize-box": {
1127
- "attributes": [
1128
- "moving-start",
1129
- "moving",
1130
- "moving-end",
1131
- "width",
1132
- "height",
1133
- "component",
1134
- "directions"
1112
+ "allow-half",
1113
+ "allow-clear",
1114
+ "grading",
1115
+ "readonly",
1116
+ "disabled",
1117
+ "color"
1135
1118
  ]
1136
1119
  },
1137
1120
  "a-select": {
@@ -1197,12 +1180,33 @@
1197
1180
  "label"
1198
1181
  ]
1199
1182
  },
1200
- "a-scrollbar": {
1183
+ "a-skeleton": {
1201
1184
  "attributes": [
1202
- "scroll",
1203
- "type",
1204
- "outer-class",
1205
- "outer-style"
1185
+ "loading",
1186
+ "animation"
1187
+ ]
1188
+ },
1189
+ "a-skeleton-line": {
1190
+ "attributes": [
1191
+ "rows",
1192
+ "widths",
1193
+ "line-height",
1194
+ "line-spacing"
1195
+ ]
1196
+ },
1197
+ "a-skeleton-shape": {
1198
+ "attributes": [
1199
+ "shape",
1200
+ "size"
1201
+ ]
1202
+ },
1203
+ "a-space": {
1204
+ "attributes": [
1205
+ "align",
1206
+ "direction",
1207
+ "size",
1208
+ "wrap",
1209
+ "fill"
1206
1210
  ]
1207
1211
  },
1208
1212
  "a-slider": {
@@ -1222,13 +1226,24 @@
1222
1226
  "show-tooltip"
1223
1227
  ]
1224
1228
  },
1225
- "a-space": {
1229
+ "a-spin": {
1226
1230
  "attributes": [
1227
- "align",
1228
- "direction",
1229
1231
  "size",
1230
- "wrap",
1231
- "fill"
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"
1232
1247
  ]
1233
1248
  },
1234
1249
  "a-split": {
@@ -1245,26 +1260,6 @@
1245
1260
  "disabled"
1246
1261
  ]
1247
1262
  },
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
1263
  "a-statistic": {
1269
1264
  "attributes": [
1270
1265
  "title",
@@ -1293,21 +1288,46 @@
1293
1288
  "value-style"
1294
1289
  ]
1295
1290
  },
1296
- "a-overflow-list": {
1291
+ "a-steps": {
1297
1292
  "attributes": [
1298
1293
  "change",
1299
- "min",
1300
- "margin",
1301
- "from"
1294
+ "type",
1295
+ "direction",
1296
+ "label-placement",
1297
+ "current",
1298
+ "default-current",
1299
+ "status",
1300
+ "line-less",
1301
+ "small",
1302
+ "changeable"
1303
+ ]
1304
+ },
1305
+ "a-step": {
1306
+ "attributes": [
1307
+ "title",
1308
+ "description",
1309
+ "status",
1310
+ "disabled"
1302
1311
  ]
1303
1312
  },
1304
- "a-spin": {
1313
+ "a-switch": {
1305
1314
  "attributes": [
1306
- "size",
1315
+ "change",
1316
+ "focus",
1317
+ "blur",
1318
+ "model-value",
1319
+ "default-checked",
1320
+ "disabled",
1307
1321
  "loading",
1308
- "dot",
1309
- "tip",
1310
- "hide-icon"
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"
1311
1331
  ]
1312
1332
  },
1313
1333
  "a-table": {
@@ -1393,46 +1413,59 @@
1393
1413
  "tooltip"
1394
1414
  ]
1395
1415
  },
1396
- "a-steps": {
1416
+ "a-tabs": {
1397
1417
  "attributes": [
1398
1418
  "change",
1419
+ "tab-click",
1420
+ "add",
1421
+ "delete",
1422
+ "active-key",
1423
+ "default-active-key",
1424
+ "position",
1425
+ "size",
1399
1426
  "type",
1400
1427
  "direction",
1401
- "label-placement",
1402
- "current",
1403
- "default-current",
1404
- "status",
1405
- "line-less",
1406
- "small",
1407
- "changeable"
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"
1408
1439
  ]
1409
1440
  },
1410
- "a-step": {
1441
+ "a-tab-pane": {
1411
1442
  "attributes": [
1412
1443
  "title",
1413
- "description",
1414
- "status",
1415
- "disabled"
1444
+ "disabled",
1445
+ "closable",
1446
+ "destroy-on-hide"
1416
1447
  ]
1417
1448
  },
1418
- "a-switch": {
1449
+ "a-radio": {
1419
1450
  "attributes": [
1420
1451
  "change",
1421
- "focus",
1422
- "blur",
1423
1452
  "model-value",
1424
1453
  "default-checked",
1425
- "disabled",
1426
- "loading",
1454
+ "value",
1455
+ "type",
1456
+ "disabled"
1457
+ ]
1458
+ },
1459
+ "a-radio-group": {
1460
+ "attributes": [
1461
+ "change",
1462
+ "model-value",
1463
+ "default-value",
1427
1464
  "type",
1428
1465
  "size",
1429
- "checked-value",
1430
- "unchecked-value",
1431
- "checked-color",
1432
- "unchecked-color",
1433
- "before-change",
1434
- "checked-text",
1435
- "unchecked-text"
1466
+ "options",
1467
+ "direction",
1468
+ "disabled"
1436
1469
  ]
1437
1470
  },
1438
1471
  "a-tag": {
@@ -1473,74 +1506,6 @@
1473
1506
  "textarea-attrs"
1474
1507
  ]
1475
1508
  },
1476
- "a-tabs": {
1477
- "attributes": [
1478
- "change",
1479
- "tab-click",
1480
- "add",
1481
- "delete",
1482
- "active-key",
1483
- "default-active-key",
1484
- "position",
1485
- "size",
1486
- "type",
1487
- "direction",
1488
- "editable",
1489
- "show-add-button",
1490
- "destroy-on-hide",
1491
- "lazy-load",
1492
- "justify",
1493
- "animation",
1494
- "header-padding",
1495
- "auto-switch",
1496
- "hide-content",
1497
- "trigger",
1498
- "scroll-position"
1499
- ]
1500
- },
1501
- "a-tab-pane": {
1502
- "attributes": [
1503
- "title",
1504
- "disabled",
1505
- "closable",
1506
- "destroy-on-hide"
1507
- ]
1508
- },
1509
- "a-tooltip": {
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": {
1535
- "attributes": [
1536
- "dot-color",
1537
- "dot-type",
1538
- "line-type",
1539
- "line-color",
1540
- "label",
1541
- "position"
1542
- ]
1543
- },
1544
1509
  "a-time-picker": {
1545
1510
  "attributes": [
1546
1511
  "change",
@@ -1572,6 +1537,22 @@
1572
1537
  "unmount-on-close"
1573
1538
  ]
1574
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
+ },
1575
1556
  "a-transfer": {
1576
1557
  "attributes": [
1577
1558
  "change",
@@ -1592,6 +1573,25 @@
1592
1573
  "target-input-search-props"
1593
1574
  ]
1594
1575
  },
1576
+ "a-timeline": {
1577
+ "attributes": [
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
1595
  "a-tree": {
1596
1596
  "attributes": [
1597
1597
  "select",
@@ -1676,41 +1676,6 @@
1676
1676
  "default-input-value"
1677
1677
  ]
1678
1678
  },
1679
- "a-typography": {
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": {
1697
- "attributes": [
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"
1712
- ]
1713
- },
1714
1679
  "a-trigger": {
1715
1680
  "attributes": [
1716
1681
  "popup-visible-change",
@@ -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",
@@ -1808,5 +1790,23 @@
1808
1790
  "separator",
1809
1791
  "formatter"
1810
1792
  ]
1793
+ },
1794
+ "a-watermark": {
1795
+ "attributes": [
1796
+ "content",
1797
+ "image",
1798
+ "width",
1799
+ "height",
1800
+ "gap",
1801
+ "offset",
1802
+ "rotate",
1803
+ "font",
1804
+ "z-index",
1805
+ "alpha",
1806
+ "anti-tamper",
1807
+ "grayscale",
1808
+ "repeat",
1809
+ "staggered"
1810
+ ]
1811
1811
  }
1812
1812
  }