@julingbase/jly-arco-design 0.0.5 → 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.
@@ -1,4 +1,13 @@
1
1
  {
2
+ "a-affix": {
3
+ "attributes": [
4
+ "change",
5
+ "offset-top",
6
+ "offset-bottom",
7
+ "target",
8
+ "target-container"
9
+ ]
10
+ },
2
11
  "a-alert": {
3
12
  "attributes": [
4
13
  "close",
@@ -11,24 +20,21 @@
11
20
  "center"
12
21
  ]
13
22
  },
14
- "a-auto-complete": {
23
+ "a-anchor": {
15
24
  "attributes": [
16
- "change",
17
- "search",
18
25
  "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"
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"
32
38
  ]
33
39
  },
34
40
  "a-back-top": {
@@ -39,15 +45,6 @@
39
45
  "duration"
40
46
  ]
41
47
  },
42
- "a-affix": {
43
- "attributes": [
44
- "change",
45
- "offset-top",
46
- "offset-bottom",
47
- "target",
48
- "target-container"
49
- ]
50
- },
51
48
  "a-avatar": {
52
49
  "attributes": [
53
50
  "click",
@@ -73,33 +70,39 @@
73
70
  "max-popover-trigger-props"
74
71
  ]
75
72
  },
76
- "a-badge": {
73
+ "a-breadcrumb": {
77
74
  "attributes": [
78
- "text",
79
- "dot",
80
- "dot-style",
81
75
  "max-count",
82
- "offset",
83
- "color",
84
- "status",
85
- "count"
76
+ "routes",
77
+ "separator",
78
+ "custom-url"
86
79
  ]
87
80
  },
88
- "a-anchor": {
81
+ "a-breadcrumb-item": {
89
82
  "attributes": [
90
- "select",
91
- "change",
92
- "boundary",
93
- "line-less",
94
- "scroll-container",
95
- "change-hash",
96
- "smooth"
83
+ "separator",
84
+ "droplist",
85
+ "dropdown-props"
97
86
  ]
98
87
  },
99
- "a-anchor-link": {
88
+ "a-auto-complete": {
100
89
  "attributes": [
101
- "title",
102
- "href"
90
+ "change",
91
+ "search",
92
+ "select",
93
+ "clear",
94
+ "dropdown-scroll",
95
+ "dropdown-reach-bottom",
96
+ "model-value",
97
+ "default-value",
98
+ "disabled",
99
+ "data",
100
+ "popup-container",
101
+ "strict",
102
+ "filter-option",
103
+ "trigger-props",
104
+ "allow-clear",
105
+ "virtual-list-props"
103
106
  ]
104
107
  },
105
108
  "a-button": {
@@ -126,30 +129,16 @@
126
129
  "disabled"
127
130
  ]
128
131
  },
129
- "a-breadcrumb": {
132
+ "a-badge": {
130
133
  "attributes": [
134
+ "text",
135
+ "dot",
136
+ "dot-style",
131
137
  "max-count",
132
- "routes",
133
- "separator",
134
- "custom-url"
135
- ]
136
- },
137
- "a-breadcrumb-item": {
138
- "attributes": [
139
- "separator",
140
- "droplist",
141
- "dropdown-props"
142
- ]
143
- },
144
- "a-calendar": {
145
- "attributes": [
146
- "change",
147
- "panel-change",
148
- "model-value",
149
- "default-value",
150
- "mode",
151
- "default-mode",
152
- "modes"
138
+ "offset",
139
+ "color",
140
+ "status",
141
+ "count"
153
142
  ]
154
143
  },
155
144
  "a-card": {
@@ -192,6 +181,47 @@
192
181
  "transition-timing-function"
193
182
  ]
194
183
  },
184
+ "a-collapse": {
185
+ "attributes": [
186
+ "change",
187
+ "active-key",
188
+ "default-active-key",
189
+ "accordion",
190
+ "show-expand-icon",
191
+ "expand-icon-position",
192
+ "bordered",
193
+ "destroy-on-hide"
194
+ ]
195
+ },
196
+ "a-collapse-item": {
197
+ "attributes": [
198
+ "header",
199
+ "disabled",
200
+ "show-expand-icon",
201
+ "destroy-on-hide"
202
+ ]
203
+ },
204
+ "a-checkbox": {
205
+ "attributes": [
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"
223
+ ]
224
+ },
195
225
  "a-cascader": {
196
226
  "attributes": [
197
227
  "change",
@@ -251,25 +281,13 @@
251
281
  "expand-child"
252
282
  ]
253
283
  },
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": {
284
+ "a-comment": {
265
285
  "attributes": [
266
- "change",
267
- "model-value",
268
- "default-value",
269
- "max",
270
- "options",
271
- "direction",
272
- "disabled"
286
+ "author",
287
+ "avatar",
288
+ "content",
289
+ "datetime",
290
+ "align"
273
291
  ]
274
292
  },
275
293
  "a-color-picker": {
@@ -291,166 +309,61 @@
291
309
  "preset-colors"
292
310
  ]
293
311
  },
294
- "a-collapse": {
312
+ "a-common": {
295
313
  "attributes": [
314
+ "edit-start",
296
315
  "change",
297
- "active-key",
298
- "default-active-key",
299
- "accordion",
300
- "show-expand-icon",
301
- "expand-icon-position",
302
- "bordered",
303
- "destroy-on-hide"
316
+ "edit-end",
317
+ "copy",
318
+ "ellipsis",
319
+ "expand",
320
+ "type",
321
+ "bold",
322
+ "mark",
323
+ "underline",
324
+ "delete",
325
+ "code",
326
+ "disabled",
327
+ "editable",
328
+ "editing",
329
+ "default-editing",
330
+ "edit-text",
331
+ "copyable",
332
+ "copy-text",
333
+ "copy-delay",
334
+ "edit-tooltip-props",
335
+ "copy-tooltip-props"
304
336
  ]
305
337
  },
306
- "a-collapse-item": {
338
+ "a-date-picker": {
307
339
  "attributes": [
308
- "header",
340
+ "model-value",
341
+ "default-value",
342
+ "format",
343
+ "day-start-of-week",
344
+ "show-time",
345
+ "time-picker-props",
309
346
  "disabled",
310
- "show-expand-icon",
311
- "destroy-on-hide"
347
+ "disabled-date",
348
+ "disabled-time",
349
+ "show-now-btn"
312
350
  ]
313
351
  },
314
- "a-comment": {
352
+ "a-month-picker": {
315
353
  "attributes": [
316
- "author",
317
- "avatar",
318
- "content",
319
- "datetime",
320
- "align"
354
+ "model-value",
355
+ "default-value",
356
+ "format"
321
357
  ]
322
358
  },
323
- "a-config-provider": {
359
+ "a-year-picker": {
324
360
  "attributes": [
325
- "prefix-cls",
326
- "locale",
327
- "size",
328
- "global",
329
- "scroll-to-close",
330
- "exchange-time",
331
- "rtl"
361
+ "model-value",
362
+ "default-value",
363
+ "format"
332
364
  ]
333
365
  },
334
- "a-descriptions": {
335
- "attributes": [
336
- "data",
337
- "column",
338
- "title",
339
- "layout",
340
- "align",
341
- "size",
342
- "bordered",
343
- "label-style",
344
- "value-style",
345
- "table-layout"
346
- ]
347
- },
348
- "a-descriptions-item": {
349
- "attributes": [
350
- "span",
351
- "label"
352
- ]
353
- },
354
- "a-divider": {
355
- "attributes": [
356
- "direction",
357
- "orientation",
358
- "type",
359
- "size",
360
- "margin"
361
- ]
362
- },
363
- "a-drawer": {
364
- "attributes": [
365
- "ok",
366
- "cancel",
367
- "open",
368
- "close",
369
- "before-open",
370
- "before-close",
371
- "visible",
372
- "default-visible",
373
- "placement",
374
- "title",
375
- "mask",
376
- "mask-closable",
377
- "closable",
378
- "ok-text",
379
- "cancel-text",
380
- "ok-loading",
381
- "ok-button-props",
382
- "cancel-button-props",
383
- "unmount-on-close",
384
- "width",
385
- "height",
386
- "popup-container",
387
- "drawer-style",
388
- "body-class",
389
- "body-style",
390
- "before-ok",
391
- "before-cancel",
392
- "esc-to-close",
393
- "render-to-body",
394
- "header",
395
- "footer",
396
- "hide-cancel"
397
- ]
398
- },
399
- "a-common": {
400
- "attributes": [
401
- "edit-start",
402
- "change",
403
- "edit-end",
404
- "copy",
405
- "ellipsis",
406
- "expand",
407
- "type",
408
- "bold",
409
- "mark",
410
- "underline",
411
- "delete",
412
- "code",
413
- "disabled",
414
- "editable",
415
- "editing",
416
- "default-editing",
417
- "edit-text",
418
- "copyable",
419
- "copy-text",
420
- "copy-delay",
421
- "edit-tooltip-props",
422
- "copy-tooltip-props"
423
- ]
424
- },
425
- "a-date-picker": {
426
- "attributes": [
427
- "model-value",
428
- "default-value",
429
- "format",
430
- "day-start-of-week",
431
- "show-time",
432
- "time-picker-props",
433
- "disabled",
434
- "disabled-date",
435
- "disabled-time",
436
- "show-now-btn"
437
- ]
438
- },
439
- "a-month-picker": {
440
- "attributes": [
441
- "model-value",
442
- "default-value",
443
- "format"
444
- ]
445
- },
446
- "a-year-picker": {
447
- "attributes": [
448
- "model-value",
449
- "default-value",
450
- "format"
451
- ]
452
- },
453
- "a-quarter-picker": {
366
+ "a-quarter-picker": {
454
367
  "attributes": [
455
368
  "model-value",
456
369
  "default-value",
@@ -496,6 +409,57 @@
496
409
  "abbreviation"
497
410
  ]
498
411
  },
412
+ "a-descriptions": {
413
+ "attributes": [
414
+ "data",
415
+ "column",
416
+ "title",
417
+ "layout",
418
+ "align",
419
+ "size",
420
+ "bordered",
421
+ "label-style",
422
+ "value-style",
423
+ "table-layout"
424
+ ]
425
+ },
426
+ "a-descriptions-item": {
427
+ "attributes": [
428
+ "span",
429
+ "label"
430
+ ]
431
+ },
432
+ "a-config-provider": {
433
+ "attributes": [
434
+ "prefix-cls",
435
+ "locale",
436
+ "size",
437
+ "global",
438
+ "scroll-to-close",
439
+ "exchange-time",
440
+ "rtl"
441
+ ]
442
+ },
443
+ "a-divider": {
444
+ "attributes": [
445
+ "direction",
446
+ "orientation",
447
+ "type",
448
+ "size",
449
+ "margin"
450
+ ]
451
+ },
452
+ "a-calendar": {
453
+ "attributes": [
454
+ "change",
455
+ "panel-change",
456
+ "model-value",
457
+ "default-value",
458
+ "mode",
459
+ "default-mode",
460
+ "modes"
461
+ ]
462
+ },
499
463
  "a-dropdown": {
500
464
  "attributes": [
501
465
  "popup-visible-change",
@@ -552,13 +516,6 @@
552
516
  "hide-on-select"
553
517
  ]
554
518
  },
555
- "a-empty": {
556
- "attributes": [
557
- "description",
558
- "img-src",
559
- "in-config-provider"
560
- ]
561
- },
562
519
  "a-form": {
563
520
  "attributes": [
564
521
  "submit",
@@ -609,6 +566,88 @@
609
566
  "label-attrs"
610
567
  ]
611
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
+ },
612
651
  "a-image": {
613
652
  "attributes": [
614
653
  "preview-visible-change",
@@ -668,98 +707,33 @@
668
707
  "disabled"
669
708
  ]
670
709
  },
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
- },
698
- "a-input-number": {
699
- "attributes": [
700
- "change",
701
- "focus",
702
- "blur",
703
- "clear",
704
- "input",
705
- "keydown",
706
- "model-value",
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"
724
- ]
725
- },
726
- "a-row": {
727
- "attributes": [
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": {
710
+ "a-layout": {
759
711
  "attributes": [
760
- "span",
761
- "offset",
762
- "suffix"
712
+ "has-sider"
713
+ ]
714
+ },
715
+ "a-layout-header": {
716
+ "attributes": []
717
+ },
718
+ "a-layout-content": {
719
+ "attributes": []
720
+ },
721
+ "a-layout-footer": {
722
+ "attributes": []
723
+ },
724
+ "a-layout-sider": {
725
+ "attributes": [
726
+ "collapse",
727
+ "breakpoint",
728
+ "theme",
729
+ "collapsed",
730
+ "default-collapsed",
731
+ "collapsible",
732
+ "width",
733
+ "collapsed-width",
734
+ "reverse-arrow",
735
+ "resize-directions",
736
+ "hide-trigger"
763
737
  ]
764
738
  },
765
739
  "a-input": {
@@ -809,33 +783,31 @@
809
783
  "button-props"
810
784
  ]
811
785
  },
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": {
786
+ "a-input-tag": {
827
787
  "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"
788
+ "change",
789
+ "input-value-change",
790
+ "press-enter",
791
+ "remove",
792
+ "clear",
793
+ "focus",
794
+ "blur",
795
+ "model-value",
796
+ "default-value",
797
+ "input-value",
798
+ "default-input-value",
799
+ "placeholder",
800
+ "disabled",
801
+ "error",
802
+ "readonly",
803
+ "allow-clear",
804
+ "size",
805
+ "max-tag-count",
806
+ "retain-input-value",
807
+ "format-tag",
808
+ "unique-value",
809
+ "field-names",
810
+ "tag-nowrap"
839
811
  ]
840
812
  },
841
813
  "a-link": {
@@ -849,24 +821,6 @@
849
821
  "disabled"
850
822
  ]
851
823
  },
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
824
  "a-list": {
871
825
  "attributes": [
872
826
  "scroll",
@@ -898,50 +852,54 @@
898
852
  "description"
899
853
  ]
900
854
  },
901
- "a-menu": {
855
+ "a-input-number": {
902
856
  "attributes": [
903
- "collapse",
904
- "menu-item-click",
905
- "sub-menu-click",
906
- "theme",
857
+ "change",
858
+ "focus",
859
+ "blur",
860
+ "clear",
861
+ "input",
862
+ "keydown",
863
+ "model-value",
864
+ "default-value",
907
865
  "mode",
908
- "level-indent",
909
- "auto-open",
910
- "collapsed",
911
- "default-collapsed",
912
- "collapsed-width",
913
- "accordion",
914
- "auto-scroll-into-view",
915
- "show-collapse-button",
916
- "selected-keys",
917
- "default-selected-keys",
918
- "open-keys",
919
- "default-open-keys",
920
- "scroll-config",
921
- "trigger-props",
922
- "tooltip-props",
923
- "auto-open-selected",
924
- "breakpoint",
925
- "popup-max-height"
926
- ]
927
- },
928
- "a-sub-menu": {
929
- "attributes": [
930
- "title",
931
- "selectable",
932
- "popup",
933
- "popup-max-height"
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"
934
881
  ]
935
882
  },
936
- "a-menu-item-group": {
883
+ "a-mention": {
937
884
  "attributes": [
938
- "title"
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"
939
899
  ]
940
900
  },
941
- "a-menu-item": {
942
- "attributes": [
943
- "disabled"
944
- ]
901
+ "a-notification": {
902
+ "attributes": []
945
903
  },
946
904
  "a-modal": {
947
905
  "attributes": [
@@ -987,15 +945,49 @@
987
945
  "hide-title"
988
946
  ]
989
947
  },
990
- "a-notification": {
991
- "attributes": []
948
+ "a-menu": {
949
+ "attributes": [
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"
973
+ ]
992
974
  },
993
- "a-overflow-list": {
975
+ "a-sub-menu": {
994
976
  "attributes": [
995
- "change",
996
- "min",
997
- "margin",
998
- "from"
977
+ "title",
978
+ "selectable",
979
+ "popup",
980
+ "popup-max-height"
981
+ ]
982
+ },
983
+ "a-menu-item-group": {
984
+ "attributes": [
985
+ "title"
986
+ ]
987
+ },
988
+ "a-menu-item": {
989
+ "attributes": [
990
+ "disabled"
999
991
  ]
1000
992
  },
1001
993
  "a-page-header": {
@@ -1006,6 +998,14 @@
1006
998
  "show-back"
1007
999
  ]
1008
1000
  },
1001
+ "a-overflow-list": {
1002
+ "attributes": [
1003
+ "change",
1004
+ "min",
1005
+ "margin",
1006
+ "from"
1007
+ ]
1008
+ },
1009
1009
  "a-pagination": {
1010
1010
  "attributes": [
1011
1011
  "change",
@@ -1032,30 +1032,6 @@
1032
1032
  "auto-adjust"
1033
1033
  ]
1034
1034
  },
1035
- "a-popconfirm": {
1036
- "attributes": [
1037
- "popup-visible-change",
1038
- "ok",
1039
- "cancel",
1040
- "content",
1041
- "position",
1042
- "popup-visible",
1043
- "default-popup-visible",
1044
- "type",
1045
- "ok-text",
1046
- "cancel-text",
1047
- "ok-loading",
1048
- "ok-button-props",
1049
- "cancel-button-props",
1050
- "content-class",
1051
- "content-style",
1052
- "arrow-class",
1053
- "arrow-style",
1054
- "popup-container",
1055
- "before-ok",
1056
- "before-cancel"
1057
- ]
1058
- },
1059
1035
  "a-popover": {
1060
1036
  "attributes": [
1061
1037
  "popup-visible-change",
@@ -1087,19 +1063,50 @@
1087
1063
  "status"
1088
1064
  ]
1089
1065
  },
1090
- "a-result": {
1066
+ "a-popconfirm": {
1091
1067
  "attributes": [
1092
- "status",
1093
- "title",
1094
- "subtitle"
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"
1095
1088
  ]
1096
1089
  },
1097
- "a-scrollbar": {
1090
+ "a-radio": {
1098
1091
  "attributes": [
1099
- "scroll",
1092
+ "change",
1093
+ "model-value",
1094
+ "default-checked",
1095
+ "value",
1100
1096
  "type",
1101
- "outer-class",
1102
- "outer-style"
1097
+ "disabled"
1098
+ ]
1099
+ },
1100
+ "a-radio-group": {
1101
+ "attributes": [
1102
+ "change",
1103
+ "model-value",
1104
+ "default-value",
1105
+ "type",
1106
+ "size",
1107
+ "options",
1108
+ "direction",
1109
+ "disabled"
1103
1110
  ]
1104
1111
  },
1105
1112
  "a-rate": {
@@ -1117,6 +1124,25 @@
1117
1124
  "color"
1118
1125
  ]
1119
1126
  },
1127
+ "a-resize-box": {
1128
+ "attributes": [
1129
+ "moving-start",
1130
+ "moving",
1131
+ "moving-end",
1132
+ "width",
1133
+ "height",
1134
+ "component",
1135
+ "directions"
1136
+ ]
1137
+ },
1138
+ "a-scrollbar": {
1139
+ "attributes": [
1140
+ "scroll",
1141
+ "type",
1142
+ "outer-class",
1143
+ "outer-style"
1144
+ ]
1145
+ },
1120
1146
  "a-select": {
1121
1147
  "attributes": [
1122
1148
  "change",
@@ -1180,6 +1206,13 @@
1180
1206
  "label"
1181
1207
  ]
1182
1208
  },
1209
+ "a-result": {
1210
+ "attributes": [
1211
+ "status",
1212
+ "title",
1213
+ "subtitle"
1214
+ ]
1215
+ },
1183
1216
  "a-skeleton": {
1184
1217
  "attributes": [
1185
1218
  "loading",
@@ -1226,26 +1259,6 @@
1226
1259
  "show-tooltip"
1227
1260
  ]
1228
1261
  },
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
1262
  "a-split": {
1250
1263
  "attributes": [
1251
1264
  "move-start",
@@ -1288,6 +1301,15 @@
1288
1301
  "value-style"
1289
1302
  ]
1290
1303
  },
1304
+ "a-spin": {
1305
+ "attributes": [
1306
+ "size",
1307
+ "loading",
1308
+ "dot",
1309
+ "tip",
1310
+ "hide-icon"
1311
+ ]
1312
+ },
1291
1313
  "a-steps": {
1292
1314
  "attributes": [
1293
1315
  "change",
@@ -1413,6 +1435,23 @@
1413
1435
  "tooltip"
1414
1436
  ]
1415
1437
  },
1438
+ "a-tag": {
1439
+ "attributes": [
1440
+ "close",
1441
+ "check",
1442
+ "color",
1443
+ "size",
1444
+ "bordered",
1445
+ "visible",
1446
+ "default-visible",
1447
+ "loading",
1448
+ "closable",
1449
+ "checkable",
1450
+ "checked",
1451
+ "default-checked",
1452
+ "nowrap"
1453
+ ]
1454
+ },
1416
1455
  "a-tabs": {
1417
1456
  "attributes": [
1418
1457
  "change",
@@ -1446,45 +1485,6 @@
1446
1485
  "destroy-on-hide"
1447
1486
  ]
1448
1487
  },
1449
- "a-radio": {
1450
- "attributes": [
1451
- "change",
1452
- "model-value",
1453
- "default-checked",
1454
- "value",
1455
- "type",
1456
- "disabled"
1457
- ]
1458
- },
1459
- "a-radio-group": {
1460
- "attributes": [
1461
- "change",
1462
- "model-value",
1463
- "default-value",
1464
- "type",
1465
- "size",
1466
- "options",
1467
- "direction",
1468
- "disabled"
1469
- ]
1470
- },
1471
- "a-tag": {
1472
- "attributes": [
1473
- "close",
1474
- "check",
1475
- "color",
1476
- "size",
1477
- "bordered",
1478
- "visible",
1479
- "default-visible",
1480
- "loading",
1481
- "closable",
1482
- "checkable",
1483
- "checked",
1484
- "default-checked",
1485
- "nowrap"
1486
- ]
1487
- },
1488
1488
  "a-textarea": {
1489
1489
  "attributes": [
1490
1490
  "input",
@@ -1537,20 +1537,23 @@
1537
1537
  "unmount-on-close"
1538
1538
  ]
1539
1539
  },
1540
- "a-tooltip": {
1540
+ "a-timeline": {
1541
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"
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"
1554
1557
  ]
1555
1558
  },
1556
1559
  "a-transfer": {
@@ -1573,25 +1576,6 @@
1573
1576
  "target-input-search-props"
1574
1577
  ]
1575
1578
  },
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
1579
  "a-tree": {
1596
1580
  "attributes": [
1597
1581
  "select",
@@ -1676,6 +1660,22 @@
1676
1660
  "default-input-value"
1677
1661
  ]
1678
1662
  },
1663
+ "a-tooltip": {
1664
+ "attributes": [
1665
+ "popup-visible-change",
1666
+ "popup-visible",
1667
+ "default-popup-visible",
1668
+ "content",
1669
+ "position",
1670
+ "mini",
1671
+ "background-color",
1672
+ "content-class",
1673
+ "content-style",
1674
+ "arrow-class",
1675
+ "arrow-style",
1676
+ "popup-container"
1677
+ ]
1678
+ },
1679
1679
  "a-trigger": {
1680
1680
  "attributes": [
1681
1681
  "popup-visible-change",
@@ -1774,23 +1774,6 @@
1774
1774
  "button-click"
1775
1775
  ]
1776
1776
  },
1777
- "a-verification-code": {
1778
- "attributes": [
1779
- "change",
1780
- "finish",
1781
- "input",
1782
- "model-value",
1783
- "default-value",
1784
- "length",
1785
- "size",
1786
- "disabled",
1787
- "masked",
1788
- "readonly",
1789
- "error",
1790
- "separator",
1791
- "formatter"
1792
- ]
1793
- },
1794
1777
  "a-watermark": {
1795
1778
  "attributes": [
1796
1779
  "content",
@@ -1808,5 +1791,22 @@
1808
1791
  "repeat",
1809
1792
  "staggered"
1810
1793
  ]
1794
+ },
1795
+ "a-verification-code": {
1796
+ "attributes": [
1797
+ "change",
1798
+ "finish",
1799
+ "input",
1800
+ "model-value",
1801
+ "default-value",
1802
+ "length",
1803
+ "size",
1804
+ "disabled",
1805
+ "masked",
1806
+ "readonly",
1807
+ "error",
1808
+ "separator",
1809
+ "formatter"
1810
+ ]
1811
1811
  }
1812
1812
  }