@julingbase/jly-arco-design 0.0.1 → 0.0.2

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 (77) hide show
  1. package/README.md +8 -113
  2. package/dist/arco-vue.js +6 -1
  3. package/dist/arco-vue.js.map +1 -1
  4. package/dist/arco-vue.min.js +2 -2
  5. package/dist/arco-vue.min.js.map +1 -1
  6. package/es/_components/input-label/input-label.d.ts +3 -3
  7. package/es/_components/picker/input-range.d.ts +4 -4
  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 +1 -1
  15. package/es/cascader/cascader.d.ts +5 -5
  16. package/es/cascader/index.d.ts +15 -15
  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 +8 -8
  23. package/es/date-picker/picker.d.ts +6 -6
  24. package/es/date-picker/range-picker.d.ts +8 -8
  25. package/es/dropdown/dropdown-button.d.ts +9 -0
  26. package/es/dropdown/dropdown.d.ts +9 -0
  27. package/es/dropdown/dropdown.js +6 -1
  28. package/es/dropdown/index.d.ts +24 -0
  29. package/es/form/form-item.d.ts +3 -3
  30. package/es/form/index.d.ts +3 -3
  31. package/es/input/index.d.ts +12 -12
  32. package/es/input/input-password.d.ts +3 -3
  33. package/es/input/input.d.ts +3 -3
  34. package/es/input-number/index.d.ts +3 -3
  35. package/es/input-number/input-number.d.ts +1 -1
  36. package/es/input-tag/index.d.ts +21 -21
  37. package/es/input-tag/input-tag.d.ts +7 -7
  38. package/es/mention/index.d.ts +9 -9
  39. package/es/mention/mention.d.ts +3 -3
  40. package/es/pagination/page-jumper.d.ts +3 -3
  41. package/es/pagination/page-options.d.ts +16 -16
  42. package/es/radio/index.d.ts +9 -9
  43. package/es/radio/radio-group.d.ts +3 -3
  44. package/es/radio/radio.d.ts +2 -2
  45. package/es/rate/index.d.ts +9 -9
  46. package/es/rate/rate.d.ts +3 -3
  47. package/es/select/index.d.ts +16 -16
  48. package/es/select/option.d.ts +5 -5
  49. package/es/select/select.d.ts +4 -4
  50. package/es/slider/index.d.ts +12 -12
  51. package/es/slider/slider-input.d.ts +3 -3
  52. package/es/slider/slider.d.ts +5 -5
  53. package/es/switch/index.d.ts +6 -6
  54. package/es/switch/switch.d.ts +2 -2
  55. package/es/table/table-operation-td.d.ts +14 -14
  56. package/es/textarea/index.d.ts +6 -6
  57. package/es/textarea/textarea.d.ts +2 -2
  58. package/es/time-picker/index.d.ts +18 -18
  59. package/es/time-picker/time-picker.d.ts +8 -8
  60. package/es/transfer/index.d.ts +16 -16
  61. package/es/transfer/transfer-view.d.ts +5 -5
  62. package/es/transfer/transfer.d.ts +7 -7
  63. package/es/tree/base-node.d.ts +5 -5
  64. package/es/tree/transition-node-list.d.ts +5 -5
  65. package/es/tree-select/index.d.ts +5 -5
  66. package/es/tree-select/tree-select.d.ts +2 -2
  67. package/es/typography/edit-content.d.ts +36 -36
  68. package/es/upload/index.d.ts +3 -3
  69. package/es/upload/upload.d.ts +1 -1
  70. package/es/verification-code/index.d.ts +6 -6
  71. package/es/verification-code/verification-code.d.ts +2 -2
  72. package/json/vetur-attributes.json +849 -845
  73. package/json/vetur-tags.json +322 -321
  74. package/json/web-types.json +2602 -2594
  75. package/lib/dropdown/dropdown.js +6 -1
  76. package/package.json +2 -2
  77. package/README.zh-CN.md +0 -110
@@ -8,33 +8,24 @@
8
8
  "target-container"
9
9
  ]
10
10
  },
11
- "a-anchor": {
11
+ "a-auto-complete": {
12
12
  "attributes": [
13
- "select",
14
13
  "change",
15
- "boundary",
16
- "line-less",
17
- "scroll-container",
18
- "change-hash",
19
- "smooth"
20
- ]
21
- },
22
- "a-anchor-link": {
23
- "attributes": [
24
- "title",
25
- "href"
26
- ]
27
- },
28
- "a-alert": {
29
- "attributes": [
30
- "close",
31
- "after-close",
32
- "type",
33
- "show-icon",
34
- "closable",
35
- "title",
36
- "banner",
37
- "center"
14
+ "search",
15
+ "select",
16
+ "clear",
17
+ "dropdown-scroll",
18
+ "dropdown-reach-bottom",
19
+ "model-value",
20
+ "default-value",
21
+ "disabled",
22
+ "data",
23
+ "popup-container",
24
+ "strict",
25
+ "filter-option",
26
+ "trigger-props",
27
+ "allow-clear",
28
+ "virtual-list-props"
38
29
  ]
39
30
  },
40
31
  "a-avatar": {
@@ -70,24 +61,45 @@
70
61
  "duration"
71
62
  ]
72
63
  },
73
- "a-auto-complete": {
64
+ "a-badge": {
65
+ "attributes": [
66
+ "text",
67
+ "dot",
68
+ "dot-style",
69
+ "max-count",
70
+ "offset",
71
+ "color",
72
+ "status",
73
+ "count"
74
+ ]
75
+ },
76
+ "a-anchor": {
74
77
  "attributes": [
75
- "change",
76
- "search",
77
78
  "select",
78
- "clear",
79
- "dropdown-scroll",
80
- "dropdown-reach-bottom",
81
- "model-value",
82
- "default-value",
83
- "disabled",
84
- "data",
85
- "popup-container",
86
- "strict",
87
- "filter-option",
88
- "trigger-props",
89
- "allow-clear",
90
- "virtual-list-props"
79
+ "change",
80
+ "boundary",
81
+ "line-less",
82
+ "scroll-container",
83
+ "change-hash",
84
+ "smooth"
85
+ ]
86
+ },
87
+ "a-anchor-link": {
88
+ "attributes": [
89
+ "title",
90
+ "href"
91
+ ]
92
+ },
93
+ "a-alert": {
94
+ "attributes": [
95
+ "close",
96
+ "after-close",
97
+ "type",
98
+ "show-icon",
99
+ "closable",
100
+ "title",
101
+ "banner",
102
+ "center"
91
103
  ]
92
104
  },
93
105
  "a-breadcrumb": {
@@ -105,18 +117,6 @@
105
117
  "dropdown-props"
106
118
  ]
107
119
  },
108
- "a-badge": {
109
- "attributes": [
110
- "text",
111
- "dot",
112
- "dot-style",
113
- "max-count",
114
- "offset",
115
- "color",
116
- "status",
117
- "count"
118
- ]
119
- },
120
120
  "a-button": {
121
121
  "attributes": [
122
122
  "click",
@@ -152,29 +152,6 @@
152
152
  "modes"
153
153
  ]
154
154
  },
155
- "a-card": {
156
- "attributes": [
157
- "bordered",
158
- "loading",
159
- "hoverable",
160
- "size",
161
- "header-style",
162
- "body-style",
163
- "title",
164
- "extra"
165
- ]
166
- },
167
- "a-card-meta": {
168
- "attributes": [
169
- "title",
170
- "description"
171
- ]
172
- },
173
- "a-card-grid": {
174
- "attributes": [
175
- "hoverable"
176
- ]
177
- },
178
155
  "a-carousel": {
179
156
  "attributes": [
180
157
  "change",
@@ -251,6 +228,29 @@
251
228
  "expand-child"
252
229
  ]
253
230
  },
231
+ "a-card": {
232
+ "attributes": [
233
+ "bordered",
234
+ "loading",
235
+ "hoverable",
236
+ "size",
237
+ "header-style",
238
+ "body-style",
239
+ "title",
240
+ "extra"
241
+ ]
242
+ },
243
+ "a-card-meta": {
244
+ "attributes": [
245
+ "title",
246
+ "description"
247
+ ]
248
+ },
249
+ "a-card-grid": {
250
+ "attributes": [
251
+ "hoverable"
252
+ ]
253
+ },
254
254
  "a-checkbox": {
255
255
  "attributes": [
256
256
  "change",
@@ -320,17 +320,6 @@
320
320
  "align"
321
321
  ]
322
322
  },
323
- "a-config-provider": {
324
- "attributes": [
325
- "prefix-cls",
326
- "locale",
327
- "size",
328
- "global",
329
- "scroll-to-close",
330
- "exchange-time",
331
- "rtl"
332
- ]
333
- },
334
323
  "a-common": {
335
324
  "attributes": [
336
325
  "edit-start",
@@ -431,6 +420,101 @@
431
420
  "abbreviation"
432
421
  ]
433
422
  },
423
+ "a-descriptions": {
424
+ "attributes": [
425
+ "data",
426
+ "column",
427
+ "title",
428
+ "layout",
429
+ "align",
430
+ "size",
431
+ "bordered",
432
+ "label-style",
433
+ "value-style",
434
+ "table-layout"
435
+ ]
436
+ },
437
+ "a-descriptions-item": {
438
+ "attributes": [
439
+ "span",
440
+ "label"
441
+ ]
442
+ },
443
+ "a-config-provider": {
444
+ "attributes": [
445
+ "prefix-cls",
446
+ "locale",
447
+ "size",
448
+ "global",
449
+ "scroll-to-close",
450
+ "exchange-time",
451
+ "rtl"
452
+ ]
453
+ },
454
+ "a-divider": {
455
+ "attributes": [
456
+ "direction",
457
+ "orientation",
458
+ "type",
459
+ "size",
460
+ "margin"
461
+ ]
462
+ },
463
+ "a-dropdown": {
464
+ "attributes": [
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
+ "hide-on-select",
474
+ "trigger-auto-fix-position"
475
+ ]
476
+ },
477
+ "a-doption": {
478
+ "attributes": [
479
+ "click",
480
+ "value",
481
+ "disabled"
482
+ ]
483
+ },
484
+ "a-dgroup": {
485
+ "attributes": [
486
+ "title"
487
+ ]
488
+ },
489
+ "a-dsubmenu": {
490
+ "attributes": [
491
+ "popup-visible-change",
492
+ "value",
493
+ "disabled",
494
+ "trigger",
495
+ "position",
496
+ "popup-visible",
497
+ "default-popup-visible",
498
+ "option-props"
499
+ ]
500
+ },
501
+ "a-dropdown-button": {
502
+ "attributes": [
503
+ "popup-visible-change",
504
+ "click",
505
+ "select",
506
+ "popup-visible",
507
+ "default-popup-visible",
508
+ "trigger",
509
+ "position",
510
+ "popup-container",
511
+ "disabled",
512
+ "type",
513
+ "size",
514
+ "button-props",
515
+ "hide-on-select"
516
+ ]
517
+ },
434
518
  "a-drawer": {
435
519
  "attributes": [
436
520
  "ok",
@@ -467,13 +551,11 @@
467
551
  "hide-cancel"
468
552
  ]
469
553
  },
470
- "a-divider": {
554
+ "a-empty": {
471
555
  "attributes": [
472
- "direction",
473
- "orientation",
474
- "type",
475
- "size",
476
- "margin"
556
+ "description",
557
+ "img-src",
558
+ "in-config-provider"
477
559
  ]
478
560
  },
479
561
  "a-form": {
@@ -526,26 +608,6 @@
526
608
  "label-attrs"
527
609
  ]
528
610
  },
529
- "a-descriptions": {
530
- "attributes": [
531
- "data",
532
- "column",
533
- "title",
534
- "layout",
535
- "align",
536
- "size",
537
- "bordered",
538
- "label-style",
539
- "value-style",
540
- "table-layout"
541
- ]
542
- },
543
- "a-descriptions-item": {
544
- "attributes": [
545
- "span",
546
- "label"
547
- ]
548
- },
549
611
  "a-row": {
550
612
  "attributes": [
551
613
  "gutter",
@@ -644,6 +706,34 @@
644
706
  "disabled"
645
707
  ]
646
708
  },
709
+ "a-input-number": {
710
+ "attributes": [
711
+ "change",
712
+ "focus",
713
+ "blur",
714
+ "clear",
715
+ "input",
716
+ "keydown",
717
+ "model-value",
718
+ "default-value",
719
+ "mode",
720
+ "precision",
721
+ "step",
722
+ "disabled",
723
+ "error",
724
+ "max",
725
+ "min",
726
+ "formatter",
727
+ "parser",
728
+ "placeholder",
729
+ "hide-button",
730
+ "size",
731
+ "allow-clear",
732
+ "model-event",
733
+ "read-only",
734
+ "input-attrs"
735
+ ]
736
+ },
647
737
  "a-input": {
648
738
  "attributes": [
649
739
  "input",
@@ -691,39 +781,31 @@
691
781
  "button-props"
692
782
  ]
693
783
  },
694
- "a-empty": {
695
- "attributes": [
696
- "description",
697
- "img-src",
698
- "in-config-provider"
699
- ]
700
- },
701
- "a-input-number": {
784
+ "a-input-tag": {
702
785
  "attributes": [
703
786
  "change",
787
+ "input-value-change",
788
+ "press-enter",
789
+ "remove",
790
+ "clear",
704
791
  "focus",
705
792
  "blur",
706
- "clear",
707
- "input",
708
- "keydown",
709
793
  "model-value",
710
794
  "default-value",
711
- "mode",
712
- "precision",
713
- "step",
795
+ "input-value",
796
+ "default-input-value",
797
+ "placeholder",
714
798
  "disabled",
715
799
  "error",
716
- "max",
717
- "min",
718
- "formatter",
719
- "parser",
720
- "placeholder",
721
- "hide-button",
722
- "size",
800
+ "readonly",
723
801
  "allow-clear",
724
- "model-event",
725
- "read-only",
726
- "input-attrs"
802
+ "size",
803
+ "max-tag-count",
804
+ "retain-input-value",
805
+ "format-tag",
806
+ "unique-value",
807
+ "field-names",
808
+ "tag-nowrap"
727
809
  ]
728
810
  },
729
811
  "a-layout": {
@@ -782,37 +864,19 @@
782
864
  "grid-props",
783
865
  "max-height",
784
866
  "bottom-offset",
785
- "virtual-list-props",
786
- "scrollbar"
787
- ]
788
- },
789
- "a-list-item": {
790
- "attributes": [
791
- "action-layout"
792
- ]
793
- },
794
- "a-list-item-meta": {
795
- "attributes": [
796
- "title",
797
- "description"
798
- ]
799
- },
800
- "a-mention": {
801
- "attributes": [
802
- "change",
803
- "search",
804
- "select",
805
- "clear",
806
- "focus",
807
- "blur",
808
- "model-value",
809
- "default-value",
810
- "data",
811
- "prefix",
812
- "split",
813
- "type",
814
- "disabled",
815
- "allow-clear"
867
+ "virtual-list-props",
868
+ "scrollbar"
869
+ ]
870
+ },
871
+ "a-list-item": {
872
+ "attributes": [
873
+ "action-layout"
874
+ ]
875
+ },
876
+ "a-list-item-meta": {
877
+ "attributes": [
878
+ "title",
879
+ "description"
816
880
  ]
817
881
  },
818
882
  "a-menu": {
@@ -860,60 +924,6 @@
860
924
  "disabled"
861
925
  ]
862
926
  },
863
- "a-dropdown": {
864
- "attributes": [
865
- "popup-visible-change",
866
- "select",
867
- "popup-visible",
868
- "default-popup-visible",
869
- "trigger",
870
- "position",
871
- "popup-container",
872
- "popup-max-height",
873
- "hide-on-select"
874
- ]
875
- },
876
- "a-doption": {
877
- "attributes": [
878
- "click",
879
- "value",
880
- "disabled"
881
- ]
882
- },
883
- "a-dgroup": {
884
- "attributes": [
885
- "title"
886
- ]
887
- },
888
- "a-dsubmenu": {
889
- "attributes": [
890
- "popup-visible-change",
891
- "value",
892
- "disabled",
893
- "trigger",
894
- "position",
895
- "popup-visible",
896
- "default-popup-visible",
897
- "option-props"
898
- ]
899
- },
900
- "a-dropdown-button": {
901
- "attributes": [
902
- "popup-visible-change",
903
- "click",
904
- "select",
905
- "popup-visible",
906
- "default-popup-visible",
907
- "trigger",
908
- "position",
909
- "popup-container",
910
- "disabled",
911
- "type",
912
- "size",
913
- "button-props",
914
- "hide-on-select"
915
- ]
916
- },
917
927
  "a-modal": {
918
928
  "attributes": [
919
929
  "ok",
@@ -961,14 +971,6 @@
961
971
  "a-notification": {
962
972
  "attributes": []
963
973
  },
964
- "a-page-header": {
965
- "attributes": [
966
- "back",
967
- "title",
968
- "subtitle",
969
- "show-back"
970
- ]
971
- },
972
974
  "a-overflow-list": {
973
975
  "attributes": [
974
976
  "change",
@@ -977,6 +979,14 @@
977
979
  "from"
978
980
  ]
979
981
  },
982
+ "a-page-header": {
983
+ "attributes": [
984
+ "back",
985
+ "title",
986
+ "subtitle",
987
+ "show-back"
988
+ ]
989
+ },
980
990
  "a-pagination": {
981
991
  "attributes": [
982
992
  "change",
@@ -1003,6 +1013,24 @@
1003
1013
  "auto-adjust"
1004
1014
  ]
1005
1015
  },
1016
+ "a-mention": {
1017
+ "attributes": [
1018
+ "change",
1019
+ "search",
1020
+ "select",
1021
+ "clear",
1022
+ "focus",
1023
+ "blur",
1024
+ "model-value",
1025
+ "default-value",
1026
+ "data",
1027
+ "prefix",
1028
+ "split",
1029
+ "type",
1030
+ "disabled",
1031
+ "allow-clear"
1032
+ ]
1033
+ },
1006
1034
  "a-popconfirm": {
1007
1035
  "attributes": [
1008
1036
  "popup-visible-change",
@@ -1058,28 +1086,6 @@
1058
1086
  "status"
1059
1087
  ]
1060
1088
  },
1061
- "a-radio": {
1062
- "attributes": [
1063
- "change",
1064
- "model-value",
1065
- "default-checked",
1066
- "value",
1067
- "type",
1068
- "disabled"
1069
- ]
1070
- },
1071
- "a-radio-group": {
1072
- "attributes": [
1073
- "change",
1074
- "model-value",
1075
- "default-value",
1076
- "type",
1077
- "size",
1078
- "options",
1079
- "direction",
1080
- "disabled"
1081
- ]
1082
- },
1083
1089
  "a-rate": {
1084
1090
  "attributes": [
1085
1091
  "change",
@@ -1121,6 +1127,28 @@
1121
1127
  "outer-style"
1122
1128
  ]
1123
1129
  },
1130
+ "a-radio": {
1131
+ "attributes": [
1132
+ "change",
1133
+ "model-value",
1134
+ "default-checked",
1135
+ "value",
1136
+ "type",
1137
+ "disabled"
1138
+ ]
1139
+ },
1140
+ "a-radio-group": {
1141
+ "attributes": [
1142
+ "change",
1143
+ "model-value",
1144
+ "default-value",
1145
+ "type",
1146
+ "size",
1147
+ "options",
1148
+ "direction",
1149
+ "disabled"
1150
+ ]
1151
+ },
1124
1152
  "a-select": {
1125
1153
  "attributes": [
1126
1154
  "change",
@@ -1184,6 +1212,23 @@
1184
1212
  "label"
1185
1213
  ]
1186
1214
  },
1215
+ "a-slider": {
1216
+ "attributes": [
1217
+ "change",
1218
+ "model-value",
1219
+ "default-value",
1220
+ "step",
1221
+ "min",
1222
+ "marks",
1223
+ "max",
1224
+ "direction",
1225
+ "disabled",
1226
+ "show-ticks",
1227
+ "show-input",
1228
+ "range",
1229
+ "show-tooltip"
1230
+ ]
1231
+ },
1187
1232
  "a-skeleton": {
1188
1233
  "attributes": [
1189
1234
  "loading",
@@ -1204,23 +1249,6 @@
1204
1249
  "size"
1205
1250
  ]
1206
1251
  },
1207
- "a-slider": {
1208
- "attributes": [
1209
- "change",
1210
- "model-value",
1211
- "default-value",
1212
- "step",
1213
- "min",
1214
- "marks",
1215
- "max",
1216
- "direction",
1217
- "disabled",
1218
- "show-ticks",
1219
- "show-input",
1220
- "range",
1221
- "show-tooltip"
1222
- ]
1223
- },
1224
1252
  "a-space": {
1225
1253
  "attributes": [
1226
1254
  "align",
@@ -1230,6 +1258,15 @@
1230
1258
  "fill"
1231
1259
  ]
1232
1260
  },
1261
+ "a-spin": {
1262
+ "attributes": [
1263
+ "size",
1264
+ "loading",
1265
+ "dot",
1266
+ "tip",
1267
+ "hide-icon"
1268
+ ]
1269
+ },
1233
1270
  "a-split": {
1234
1271
  "attributes": [
1235
1272
  "move-start",
@@ -1244,33 +1281,6 @@
1244
1281
  "disabled"
1245
1282
  ]
1246
1283
  },
1247
- "a-input-tag": {
1248
- "attributes": [
1249
- "change",
1250
- "input-value-change",
1251
- "press-enter",
1252
- "remove",
1253
- "clear",
1254
- "focus",
1255
- "blur",
1256
- "model-value",
1257
- "default-value",
1258
- "input-value",
1259
- "default-input-value",
1260
- "placeholder",
1261
- "disabled",
1262
- "error",
1263
- "readonly",
1264
- "allow-clear",
1265
- "size",
1266
- "max-tag-count",
1267
- "retain-input-value",
1268
- "format-tag",
1269
- "unique-value",
1270
- "field-names",
1271
- "tag-nowrap"
1272
- ]
1273
- },
1274
1284
  "a-statistic": {
1275
1285
  "attributes": [
1276
1286
  "title",
@@ -1299,15 +1309,6 @@
1299
1309
  "value-style"
1300
1310
  ]
1301
1311
  },
1302
- "a-spin": {
1303
- "attributes": [
1304
- "size",
1305
- "loading",
1306
- "dot",
1307
- "tip",
1308
- "hide-icon"
1309
- ]
1310
- },
1311
1312
  "a-steps": {
1312
1313
  "attributes": [
1313
1314
  "change",
@@ -1523,22 +1524,6 @@
1523
1524
  "position"
1524
1525
  ]
1525
1526
  },
1526
- "a-tooltip": {
1527
- "attributes": [
1528
- "popup-visible-change",
1529
- "popup-visible",
1530
- "default-popup-visible",
1531
- "content",
1532
- "position",
1533
- "mini",
1534
- "background-color",
1535
- "content-class",
1536
- "content-style",
1537
- "arrow-class",
1538
- "arrow-style",
1539
- "popup-container"
1540
- ]
1541
- },
1542
1527
  "a-time-picker": {
1543
1528
  "attributes": [
1544
1529
  "change",
@@ -1570,6 +1555,22 @@
1570
1555
  "unmount-on-close"
1571
1556
  ]
1572
1557
  },
1558
+ "a-tooltip": {
1559
+ "attributes": [
1560
+ "popup-visible-change",
1561
+ "popup-visible",
1562
+ "default-popup-visible",
1563
+ "content",
1564
+ "position",
1565
+ "mini",
1566
+ "background-color",
1567
+ "content-class",
1568
+ "content-style",
1569
+ "arrow-class",
1570
+ "arrow-style",
1571
+ "popup-container"
1572
+ ]
1573
+ },
1573
1574
  "a-transfer": {
1574
1575
  "attributes": [
1575
1576
  "change",