@geelato/web-vue 2.58.3 → 2.59.0

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 (44) hide show
  1. package/dist/arco-vue.js +5 -1
  2. package/dist/arco-vue.js.map +1 -1
  3. package/dist/arco-vue.min.js +2 -2
  4. package/dist/arco-vue.min.js.map +1 -1
  5. package/dist/arco.css +10 -10
  6. package/dist/arco.min.css +1 -1
  7. package/es/_components/picker/input-range.d.ts +2 -2
  8. package/es/_components/picker/input.d.ts +1 -1
  9. package/es/_components/virtual-list-v2/virtual-list.d.ts +3 -3
  10. package/es/date-picker/index.d.ts +2 -2
  11. package/es/date-picker/picker.d.ts +1 -1
  12. package/es/date-picker/range-picker.d.ts +2 -2
  13. package/es/drawer/drawer.d.ts +1 -1
  14. package/es/drawer/index.d.ts +3 -3
  15. package/es/index.css +10 -10
  16. package/es/input-number/index.d.ts +15 -0
  17. package/es/input-number/input-number.d.ts +9 -0
  18. package/es/input-number/input-number.js +5 -1
  19. package/es/mention/index.d.ts +3 -3
  20. package/es/mention/mention.d.ts +1 -1
  21. package/es/message/message.d.ts +1 -1
  22. package/es/modal/index.d.ts +3 -3
  23. package/es/modal/modal.d.ts +1 -1
  24. package/es/pagination/page-jumper.d.ts +15 -0
  25. package/es/slider/index.d.ts +30 -0
  26. package/es/slider/slider-input.d.ts +15 -0
  27. package/es/slider/slider.d.ts +15 -0
  28. package/es/table/style/index.css +10 -10
  29. package/es/table/style/index.less +19 -6
  30. package/es/time-picker/index.d.ts +6 -6
  31. package/es/time-picker/time-picker.d.ts +3 -3
  32. package/es/tree/index.d.ts +6 -6
  33. package/es/tree/tree.d.ts +3 -3
  34. package/es/tree-select/index.d.ts +12 -12
  35. package/es/tree-select/panel.d.ts +6 -6
  36. package/es/tree-select/tree-select.d.ts +6 -6
  37. package/json/vetur-attributes.json +2925 -2921
  38. package/json/vetur-tags.json +806 -805
  39. package/json/web-types.json +4656 -4648
  40. package/lib/index.css +10 -10
  41. package/lib/input-number/input-number.js +5 -1
  42. package/lib/table/style/index.css +10 -10
  43. package/lib/table/style/index.less +19 -6
  44. package/package.json +1 -1
@@ -1,24 +1,4 @@
1
1
  {
2
- "a-auto-complete": {
3
- "attributes": [
4
- "change",
5
- "search",
6
- "select",
7
- "clear",
8
- "dropdown-scroll",
9
- "dropdown-reach-bottom",
10
- "model-value",
11
- "default-value",
12
- "disabled",
13
- "data",
14
- "popup-container",
15
- "strict",
16
- "filter-option",
17
- "trigger-props",
18
- "allow-clear",
19
- "virtual-list-props"
20
- ]
21
- },
22
2
  "a-alert": {
23
3
  "attributes": [
24
4
  "close",
@@ -31,28 +11,21 @@
31
11
  "center"
32
12
  ]
33
13
  },
34
- "a-affix": {
14
+ "a-anchor": {
35
15
  "attributes": [
16
+ "select",
36
17
  "change",
37
- "offset-top",
38
- "offset-bottom",
39
- "target",
40
- "target-container"
41
- ]
42
- },
43
- "a-breadcrumb": {
44
- "attributes": [
45
- "max-count",
46
- "routes",
47
- "separator",
48
- "custom-url"
18
+ "boundary",
19
+ "line-less",
20
+ "scroll-container",
21
+ "change-hash",
22
+ "smooth"
49
23
  ]
50
24
  },
51
- "a-breadcrumb-item": {
25
+ "a-anchor-link": {
52
26
  "attributes": [
53
- "separator",
54
- "droplist",
55
- "dropdown-props"
27
+ "title",
28
+ "href"
56
29
  ]
57
30
  },
58
31
  "a-back-top": {
@@ -63,91 +36,13 @@
63
36
  "duration"
64
37
  ]
65
38
  },
66
- "a-button": {
67
- "attributes": [
68
- "click",
69
- "type",
70
- "shape",
71
- "status",
72
- "size",
73
- "long",
74
- "loading",
75
- "disabled",
76
- "html-type",
77
- "autofocus",
78
- "href"
79
- ]
80
- },
81
- "a-button-group": {
82
- "attributes": [
83
- "type",
84
- "status",
85
- "shape",
86
- "size",
87
- "disabled"
88
- ]
89
- },
90
- "a-calendar": {
91
- "attributes": [
92
- "change",
93
- "panel-change",
94
- "model-value",
95
- "default-value",
96
- "mode",
97
- "default-mode",
98
- "modes"
99
- ]
100
- },
101
- "a-badge": {
102
- "attributes": [
103
- "text",
104
- "dot",
105
- "dot-style",
106
- "max-count",
107
- "offset",
108
- "color",
109
- "status",
110
- "count"
111
- ]
112
- },
113
- "a-card": {
114
- "attributes": [
115
- "bordered",
116
- "loading",
117
- "hoverable",
118
- "size",
119
- "header-style",
120
- "body-style",
121
- "title",
122
- "extra"
123
- ]
124
- },
125
- "a-card-meta": {
126
- "attributes": [
127
- "title",
128
- "description"
129
- ]
130
- },
131
- "a-card-grid": {
132
- "attributes": [
133
- "hoverable"
134
- ]
135
- },
136
- "a-carousel": {
39
+ "a-affix": {
137
40
  "attributes": [
138
41
  "change",
139
- "current",
140
- "default-current",
141
- "move-speed",
142
- "animation-name",
143
- "trigger",
144
- "direction",
145
- "show-arrow",
146
- "arrow-class",
147
- "indicator-type",
148
- "indicator-position",
149
- "indicator-class",
150
- "transition-timing-function"
42
+ "offset-top",
43
+ "offset-bottom",
44
+ "target",
45
+ "target-container"
151
46
  ]
152
47
  },
153
48
  "a-avatar": {
@@ -175,42 +70,59 @@
175
70
  "max-popover-trigger-props"
176
71
  ]
177
72
  },
178
- "a-checkbox": {
73
+ "a-auto-complete": {
179
74
  "attributes": [
180
75
  "change",
76
+ "search",
77
+ "select",
78
+ "clear",
79
+ "dropdown-scroll",
80
+ "dropdown-reach-bottom",
181
81
  "model-value",
182
- "default-checked",
183
- "value",
82
+ "default-value",
184
83
  "disabled",
185
- "indeterminate"
84
+ "data",
85
+ "popup-container",
86
+ "strict",
87
+ "filter-option",
88
+ "trigger-props",
89
+ "allow-clear",
90
+ "virtual-list-props"
186
91
  ]
187
92
  },
188
- "a-checkbox-group": {
93
+ "a-button": {
189
94
  "attributes": [
190
- "change",
191
- "model-value",
192
- "default-value",
193
- "max",
194
- "options",
195
- "direction",
196
- "disabled"
95
+ "click",
96
+ "type",
97
+ "shape",
98
+ "status",
99
+ "size",
100
+ "long",
101
+ "loading",
102
+ "disabled",
103
+ "html-type",
104
+ "autofocus",
105
+ "href"
197
106
  ]
198
107
  },
199
- "a-anchor": {
108
+ "a-button-group": {
200
109
  "attributes": [
201
- "select",
202
- "change",
203
- "boundary",
204
- "line-less",
205
- "scroll-container",
206
- "change-hash",
207
- "smooth"
110
+ "type",
111
+ "status",
112
+ "shape",
113
+ "size",
114
+ "disabled"
208
115
  ]
209
116
  },
210
- "a-anchor-link": {
117
+ "a-calendar": {
211
118
  "attributes": [
212
- "title",
213
- "href"
119
+ "change",
120
+ "panel-change",
121
+ "model-value",
122
+ "default-value",
123
+ "mode",
124
+ "default-mode",
125
+ "modes"
214
126
  ]
215
127
  },
216
128
  "a-cascader": {
@@ -272,92 +184,54 @@
272
184
  "expand-child"
273
185
  ]
274
186
  },
275
- "a-descriptions": {
187
+ "a-card": {
276
188
  "attributes": [
277
- "data",
278
- "column",
279
- "title",
280
- "layout",
281
- "align",
282
- "size",
283
189
  "bordered",
284
- "label-style",
285
- "value-style",
286
- "table-layout"
190
+ "loading",
191
+ "hoverable",
192
+ "size",
193
+ "header-style",
194
+ "body-style",
195
+ "title",
196
+ "extra"
287
197
  ]
288
198
  },
289
- "a-descriptions-item": {
199
+ "a-card-meta": {
290
200
  "attributes": [
291
- "span",
292
- "label"
201
+ "title",
202
+ "description"
293
203
  ]
294
204
  },
295
- "a-color-picker": {
205
+ "a-card-grid": {
296
206
  "attributes": [
297
- "change",
298
- "popup-visible-change",
299
- "model-value",
300
- "default-value",
301
- "format",
302
- "size",
303
- "show-text",
304
- "show-history",
305
- "show-preset",
306
- "disabled",
307
- "disabled-alpha",
308
- "hide-trigger",
309
- "trigger-props",
310
- "history-colors",
311
- "preset-colors"
207
+ "hoverable"
312
208
  ]
313
209
  },
314
- "a-comment": {
210
+ "a-breadcrumb": {
315
211
  "attributes": [
316
- "author",
317
- "avatar",
318
- "content",
319
- "datetime",
320
- "align"
212
+ "max-count",
213
+ "routes",
214
+ "separator",
215
+ "custom-url"
321
216
  ]
322
217
  },
323
- "a-range-picker": {
218
+ "a-breadcrumb-item": {
324
219
  "attributes": [
325
- "change",
326
- "select",
327
- "popup-visible-change",
328
- "ok",
329
- "clear",
330
- "select-shortcut",
331
- "picker-value-change",
332
- "mode",
333
- "model-value",
334
- "default-value",
335
- "picker-value",
336
- "default-picker-value",
337
- "disabled",
338
- "day-start-of-week",
339
- "format",
340
- "value-format",
341
- "show-time",
342
- "time-picker-props",
343
- "placeholder",
344
- "disabled-date",
345
- "disabled-time",
346
220
  "separator",
347
- "exchange-time",
348
- "disabled-input",
349
- "abbreviation"
221
+ "droplist",
222
+ "dropdown-props"
350
223
  ]
351
224
  },
352
- "a-config-provider": {
225
+ "a-badge": {
353
226
  "attributes": [
354
- "prefix-cls",
355
- "locale",
356
- "size",
357
- "global",
358
- "scroll-to-close",
359
- "exchange-time",
360
- "rtl"
227
+ "text",
228
+ "dot",
229
+ "dot-style",
230
+ "max-count",
231
+ "offset",
232
+ "color",
233
+ "status",
234
+ "count"
361
235
  ]
362
236
  },
363
237
  "a-collapse": {
@@ -380,58 +254,110 @@
380
254
  "destroy-on-hide"
381
255
  ]
382
256
  },
383
- "a-dropdown": {
257
+ "a-carousel": {
384
258
  "attributes": [
385
- "popup-visible-change",
386
- "select",
387
- "popup-visible",
388
- "default-popup-visible",
259
+ "change",
260
+ "current",
261
+ "default-current",
262
+ "move-speed",
263
+ "animation-name",
389
264
  "trigger",
390
- "position",
391
- "popup-container",
392
- "popup-max-height",
393
- "hide-on-select"
265
+ "direction",
266
+ "show-arrow",
267
+ "arrow-class",
268
+ "indicator-type",
269
+ "indicator-position",
270
+ "indicator-class",
271
+ "transition-timing-function"
394
272
  ]
395
273
  },
396
- "a-doption": {
274
+ "a-checkbox": {
397
275
  "attributes": [
398
- "click",
276
+ "change",
277
+ "model-value",
278
+ "default-checked",
399
279
  "value",
280
+ "disabled",
281
+ "indeterminate"
282
+ ]
283
+ },
284
+ "a-checkbox-group": {
285
+ "attributes": [
286
+ "change",
287
+ "model-value",
288
+ "default-value",
289
+ "max",
290
+ "options",
291
+ "direction",
400
292
  "disabled"
401
293
  ]
402
294
  },
403
- "a-dgroup": {
295
+ "a-config-provider": {
404
296
  "attributes": [
405
- "title"
297
+ "prefix-cls",
298
+ "locale",
299
+ "size",
300
+ "global",
301
+ "scroll-to-close",
302
+ "exchange-time",
303
+ "rtl"
406
304
  ]
407
305
  },
408
- "a-dsubmenu": {
306
+ "a-comment": {
307
+ "attributes": [
308
+ "author",
309
+ "avatar",
310
+ "content",
311
+ "datetime",
312
+ "align"
313
+ ]
314
+ },
315
+ "a-color-picker": {
409
316
  "attributes": [
317
+ "change",
410
318
  "popup-visible-change",
411
- "value",
319
+ "model-value",
320
+ "default-value",
321
+ "format",
322
+ "size",
323
+ "show-text",
324
+ "show-history",
325
+ "show-preset",
412
326
  "disabled",
413
- "trigger",
414
- "position",
415
- "popup-visible",
416
- "default-popup-visible",
417
- "option-props"
327
+ "disabled-alpha",
328
+ "hide-trigger",
329
+ "trigger-props",
330
+ "history-colors",
331
+ "preset-colors"
418
332
  ]
419
333
  },
420
- "a-dropdown-button": {
334
+ "a-range-picker": {
421
335
  "attributes": [
422
- "popup-visible-change",
423
- "click",
336
+ "change",
424
337
  "select",
425
- "popup-visible",
426
- "default-popup-visible",
427
- "trigger",
428
- "position",
429
- "popup-container",
338
+ "popup-visible-change",
339
+ "ok",
340
+ "clear",
341
+ "select-shortcut",
342
+ "picker-value-change",
343
+ "mode",
344
+ "model-value",
345
+ "default-value",
346
+ "picker-value",
347
+ "default-picker-value",
430
348
  "disabled",
431
- "type",
432
- "size",
433
- "button-props",
434
- "hide-on-select"
349
+ "day-start-of-week",
350
+ "format",
351
+ "value-format",
352
+ "show-time",
353
+ "time-picker-props",
354
+ "placeholder",
355
+ "disabled-date",
356
+ "disabled-time",
357
+ "separator",
358
+ "exchange-time",
359
+ "disabled-input",
360
+ "abbreviation"
435
361
  ]
436
362
  },
437
363
  "a-divider": {
@@ -443,11 +369,71 @@
443
369
  "margin"
444
370
  ]
445
371
  },
446
- "a-empty": {
372
+ "a-input": {
447
373
  "attributes": [
448
- "description",
449
- "img-src",
450
- "in-config-provider"
374
+ "input",
375
+ "change",
376
+ "press-enter",
377
+ "clear",
378
+ "focus",
379
+ "blur",
380
+ "model-value",
381
+ "default-value",
382
+ "size",
383
+ "allow-clear",
384
+ "disabled",
385
+ "readonly",
386
+ "error",
387
+ "placeholder",
388
+ "max-length",
389
+ "show-word-limit",
390
+ "word-length",
391
+ "word-slice",
392
+ "input-attrs",
393
+ "prepend",
394
+ "append"
395
+ ]
396
+ },
397
+ "a-input-group": {
398
+ "attributes": []
399
+ },
400
+ "a-input-password": {
401
+ "attributes": [
402
+ "visibility-change",
403
+ "visibility",
404
+ "default-visibility",
405
+ "invisible-button"
406
+ ]
407
+ },
408
+ "a-input-search": {
409
+ "attributes": [
410
+ "search",
411
+ "search-button",
412
+ "loading",
413
+ "disabled",
414
+ "size",
415
+ "button-text",
416
+ "button-props"
417
+ ]
418
+ },
419
+ "a-descriptions": {
420
+ "attributes": [
421
+ "data",
422
+ "column",
423
+ "title",
424
+ "layout",
425
+ "align",
426
+ "size",
427
+ "bordered",
428
+ "label-style",
429
+ "value-style",
430
+ "table-layout"
431
+ ]
432
+ },
433
+ "a-descriptions-item": {
434
+ "attributes": [
435
+ "span",
436
+ "label"
451
437
  ]
452
438
  },
453
439
  "a-form": {
@@ -500,39 +486,47 @@
500
486
  "label-attrs"
501
487
  ]
502
488
  },
503
- "a-input-number": {
504
- "attributes": [
505
- "change",
506
- "focus",
507
- "blur",
508
- "clear",
509
- "input",
510
- "keydown",
511
- "model-value",
512
- "default-value",
513
- "mode",
514
- "precision",
515
- "step",
516
- "disabled",
517
- "error",
518
- "max",
519
- "min",
520
- "formatter",
521
- "parser",
522
- "placeholder",
523
- "hide-button",
524
- "size",
525
- "allow-clear",
526
- "model-event",
527
- "read-only",
528
- "input-attrs"
529
- ]
530
- },
531
- "a-row": {
489
+ "a-drawer": {
532
490
  "attributes": [
533
- "gutter",
534
- "justify",
535
- "align",
491
+ "ok",
492
+ "cancel",
493
+ "open",
494
+ "close",
495
+ "before-open",
496
+ "before-close",
497
+ "visible",
498
+ "default-visible",
499
+ "placement",
500
+ "title",
501
+ "mask",
502
+ "mask-closable",
503
+ "closable",
504
+ "ok-text",
505
+ "cancel-text",
506
+ "ok-loading",
507
+ "ok-button-props",
508
+ "cancel-button-props",
509
+ "unmount-on-close",
510
+ "width",
511
+ "height",
512
+ "popup-container",
513
+ "drawer-style",
514
+ "body-class",
515
+ "body-style",
516
+ "before-ok",
517
+ "before-cancel",
518
+ "esc-to-close",
519
+ "render-to-body",
520
+ "header",
521
+ "footer",
522
+ "hide-cancel"
523
+ ]
524
+ },
525
+ "a-row": {
526
+ "attributes": [
527
+ "gutter",
528
+ "justify",
529
+ "align",
536
530
  "div",
537
531
  "wrap"
538
532
  ]
@@ -567,63 +561,67 @@
567
561
  "suffix"
568
562
  ]
569
563
  },
570
- "a-image": {
564
+ "a-empty": {
571
565
  "attributes": [
572
- "preview-visible-change",
573
- "src",
574
- "width",
575
- "height",
576
- "title",
577
566
  "description",
578
- "fit",
579
- "alt",
580
- "hide-footer",
581
- "footer-position",
582
- "show-loader",
583
- "preview",
584
- "preview-visible",
585
- "default-preview-visible",
586
- "preview-props",
587
- "footer-class"
588
- ]
589
- },
590
- "a-image-preview": {
591
- "attributes": [
592
- "close",
593
- "src",
594
- "visible",
595
- "default-visible",
596
- "mask-closable",
597
- "closable",
598
- "actions-layout",
599
- "popup-container",
600
- "esc-to-close",
601
- "wheel-zoom",
602
- "keyboard",
603
- "default-scale",
604
- "zoom-rate"
567
+ "img-src",
568
+ "in-config-provider"
605
569
  ]
606
570
  },
607
- "a-image-preview-group": {
571
+ "a-input-tag": {
608
572
  "attributes": [
609
573
  "change",
610
- "visible-change",
611
- "src-list",
612
- "current",
613
- "default-current",
614
- "infinite",
615
- "visible",
616
- "default-visible",
617
- "mask-closable",
618
- "closable",
619
- "actions-layout",
620
- "popup-container"
574
+ "input-value-change",
575
+ "press-enter",
576
+ "remove",
577
+ "clear",
578
+ "focus",
579
+ "blur",
580
+ "model-value",
581
+ "default-value",
582
+ "input-value",
583
+ "default-input-value",
584
+ "placeholder",
585
+ "disabled",
586
+ "error",
587
+ "readonly",
588
+ "allow-clear",
589
+ "size",
590
+ "max-tag-count",
591
+ "retain-input-value",
592
+ "format-tag",
593
+ "unique-value",
594
+ "field-names",
595
+ "tag-nowrap"
621
596
  ]
622
597
  },
623
- "a-image-preview-action": {
598
+ "a-input-number": {
624
599
  "attributes": [
625
- "name",
626
- "disabled"
600
+ "change",
601
+ "focus",
602
+ "blur",
603
+ "clear",
604
+ "input",
605
+ "keydown",
606
+ "model-value",
607
+ "default-value",
608
+ "mode",
609
+ "precision",
610
+ "step",
611
+ "disabled",
612
+ "error",
613
+ "max",
614
+ "min",
615
+ "formatter",
616
+ "parser",
617
+ "placeholder",
618
+ "hide-button",
619
+ "size",
620
+ "allow-clear",
621
+ "model-event",
622
+ "read-only",
623
+ "input-attrs",
624
+ "keyboard"
627
625
  ]
628
626
  },
629
627
  "a-list": {
@@ -657,6 +655,24 @@
657
655
  "description"
658
656
  ]
659
657
  },
658
+ "a-mention": {
659
+ "attributes": [
660
+ "change",
661
+ "search",
662
+ "select",
663
+ "clear",
664
+ "focus",
665
+ "blur",
666
+ "model-value",
667
+ "default-value",
668
+ "data",
669
+ "prefix",
670
+ "split",
671
+ "type",
672
+ "disabled",
673
+ "allow-clear"
674
+ ]
675
+ },
660
676
  "a-layout": {
661
677
  "attributes": [
662
678
  "has-sider"
@@ -686,184 +702,58 @@
686
702
  "hide-trigger"
687
703
  ]
688
704
  },
689
- "a-input": {
690
- "attributes": [
691
- "input",
692
- "change",
693
- "press-enter",
694
- "clear",
695
- "focus",
696
- "blur",
697
- "model-value",
698
- "default-value",
699
- "size",
700
- "allow-clear",
701
- "disabled",
702
- "readonly",
703
- "error",
704
- "placeholder",
705
- "max-length",
706
- "show-word-limit",
707
- "word-length",
708
- "word-slice",
709
- "input-attrs",
710
- "prepend",
711
- "append"
712
- ]
713
- },
714
- "a-input-group": {
715
- "attributes": []
716
- },
717
- "a-input-password": {
718
- "attributes": [
719
- "visibility-change",
720
- "visibility",
721
- "default-visibility",
722
- "invisible-button"
723
- ]
724
- },
725
- "a-input-search": {
726
- "attributes": [
727
- "search",
728
- "search-button",
729
- "loading",
730
- "disabled",
731
- "size",
732
- "button-text",
733
- "button-props"
734
- ]
735
- },
736
- "a-drawer": {
737
- "attributes": [
738
- "ok",
739
- "cancel",
740
- "open",
741
- "close",
742
- "before-open",
743
- "before-close",
744
- "visible",
745
- "default-visible",
746
- "placement",
747
- "title",
748
- "mask",
749
- "mask-closable",
750
- "closable",
751
- "ok-text",
752
- "cancel-text",
753
- "ok-loading",
754
- "ok-button-props",
755
- "cancel-button-props",
756
- "unmount-on-close",
757
- "width",
758
- "height",
759
- "popup-container",
760
- "drawer-style",
761
- "body-class",
762
- "body-style",
763
- "before-ok",
764
- "before-cancel",
765
- "esc-to-close",
766
- "render-to-body",
767
- "header",
768
- "footer",
769
- "hide-cancel"
770
- ]
771
- },
772
- "a-mention": {
705
+ "a-dropdown": {
773
706
  "attributes": [
774
- "change",
775
- "search",
707
+ "popup-visible-change",
776
708
  "select",
777
- "clear",
778
- "focus",
779
- "blur",
780
- "model-value",
781
- "default-value",
782
- "data",
783
- "prefix",
784
- "split",
785
- "type",
786
- "disabled",
787
- "allow-clear"
788
- ]
789
- },
790
- "a-menu": {
791
- "attributes": [
792
- "collapse",
793
- "menu-item-click",
794
- "sub-menu-click",
795
- "theme",
796
- "mode",
797
- "level-indent",
798
- "auto-open",
799
- "collapsed",
800
- "default-collapsed",
801
- "collapsed-width",
802
- "accordion",
803
- "auto-scroll-into-view",
804
- "show-collapse-button",
805
- "selected-keys",
806
- "default-selected-keys",
807
- "open-keys",
808
- "default-open-keys",
809
- "scroll-config",
810
- "trigger-props",
811
- "tooltip-props",
812
- "auto-open-selected",
813
- "breakpoint",
814
- "popup-max-height"
709
+ "popup-visible",
710
+ "default-popup-visible",
711
+ "trigger",
712
+ "position",
713
+ "popup-container",
714
+ "popup-max-height",
715
+ "hide-on-select"
815
716
  ]
816
717
  },
817
- "a-sub-menu": {
718
+ "a-doption": {
818
719
  "attributes": [
819
- "title",
820
- "selectable",
821
- "popup",
822
- "popup-max-height"
720
+ "click",
721
+ "value",
722
+ "disabled"
823
723
  ]
824
724
  },
825
- "a-menu-item-group": {
725
+ "a-dgroup": {
826
726
  "attributes": [
827
727
  "title"
828
728
  ]
829
729
  },
830
- "a-menu-item": {
831
- "attributes": [
832
- "disabled"
833
- ]
834
- },
835
- "a-page-header": {
730
+ "a-dsubmenu": {
836
731
  "attributes": [
837
- "back",
838
- "title",
839
- "subtitle",
840
- "show-back"
732
+ "popup-visible-change",
733
+ "value",
734
+ "disabled",
735
+ "trigger",
736
+ "position",
737
+ "popup-visible",
738
+ "default-popup-visible",
739
+ "option-props"
841
740
  ]
842
- },
843
- "a-pagination": {
844
- "attributes": [
845
- "change",
846
- "page-size-change",
847
- "total",
848
- "current",
849
- "default-current",
850
- "page-size",
851
- "default-page-size",
741
+ },
742
+ "a-dropdown-button": {
743
+ "attributes": [
744
+ "popup-visible-change",
745
+ "click",
746
+ "select",
747
+ "popup-visible",
748
+ "default-popup-visible",
749
+ "trigger",
750
+ "position",
751
+ "popup-container",
852
752
  "disabled",
853
- "hide-on-single-page",
854
- "simple",
855
- "show-total",
856
- "show-more",
857
- "show-jumper",
858
- "show-page-size",
859
- "page-size-options",
860
- "page-size-props",
753
+ "type",
861
754
  "size",
862
- "page-item-style",
863
- "active-page-item-style",
864
- "base-size",
865
- "buffer-size",
866
- "auto-adjust"
755
+ "button-props",
756
+ "hide-on-select"
867
757
  ]
868
758
  },
869
759
  "a-modal": {
@@ -913,6 +803,93 @@
913
803
  "a-notification": {
914
804
  "attributes": []
915
805
  },
806
+ "a-page-header": {
807
+ "attributes": [
808
+ "back",
809
+ "title",
810
+ "subtitle",
811
+ "show-back"
812
+ ]
813
+ },
814
+ "a-pagination": {
815
+ "attributes": [
816
+ "change",
817
+ "page-size-change",
818
+ "total",
819
+ "current",
820
+ "default-current",
821
+ "page-size",
822
+ "default-page-size",
823
+ "disabled",
824
+ "hide-on-single-page",
825
+ "simple",
826
+ "show-total",
827
+ "show-more",
828
+ "show-jumper",
829
+ "show-page-size",
830
+ "page-size-options",
831
+ "page-size-props",
832
+ "size",
833
+ "page-item-style",
834
+ "active-page-item-style",
835
+ "base-size",
836
+ "buffer-size",
837
+ "auto-adjust"
838
+ ]
839
+ },
840
+ "a-overflow-list": {
841
+ "attributes": [
842
+ "change",
843
+ "min",
844
+ "margin",
845
+ "from"
846
+ ]
847
+ },
848
+ "a-menu": {
849
+ "attributes": [
850
+ "collapse",
851
+ "menu-item-click",
852
+ "sub-menu-click",
853
+ "theme",
854
+ "mode",
855
+ "level-indent",
856
+ "auto-open",
857
+ "collapsed",
858
+ "default-collapsed",
859
+ "collapsed-width",
860
+ "accordion",
861
+ "auto-scroll-into-view",
862
+ "show-collapse-button",
863
+ "selected-keys",
864
+ "default-selected-keys",
865
+ "open-keys",
866
+ "default-open-keys",
867
+ "scroll-config",
868
+ "trigger-props",
869
+ "tooltip-props",
870
+ "auto-open-selected",
871
+ "breakpoint",
872
+ "popup-max-height"
873
+ ]
874
+ },
875
+ "a-sub-menu": {
876
+ "attributes": [
877
+ "title",
878
+ "selectable",
879
+ "popup",
880
+ "popup-max-height"
881
+ ]
882
+ },
883
+ "a-menu-item-group": {
884
+ "attributes": [
885
+ "title"
886
+ ]
887
+ },
888
+ "a-menu-item": {
889
+ "attributes": [
890
+ "disabled"
891
+ ]
892
+ },
916
893
  "a-progress": {
917
894
  "attributes": [
918
895
  "type",
@@ -928,6 +905,17 @@
928
905
  "status"
929
906
  ]
930
907
  },
908
+ "a-link": {
909
+ "attributes": [
910
+ "click",
911
+ "href",
912
+ "status",
913
+ "hoverable",
914
+ "icon",
915
+ "loading",
916
+ "disabled"
917
+ ]
918
+ },
931
919
  "a-popconfirm": {
932
920
  "attributes": [
933
921
  "popup-visible-change",
@@ -952,22 +940,6 @@
952
940
  "before-cancel"
953
941
  ]
954
942
  },
955
- "a-popover": {
956
- "attributes": [
957
- "popup-visible-change",
958
- "popup-visible",
959
- "default-popup-visible",
960
- "title",
961
- "content",
962
- "trigger",
963
- "position",
964
- "content-class",
965
- "content-style",
966
- "arrow-class",
967
- "arrow-style",
968
- "popup-container"
969
- ]
970
- },
971
943
  "a-radio": {
972
944
  "attributes": [
973
945
  "change",
@@ -990,12 +962,15 @@
990
962
  "disabled"
991
963
  ]
992
964
  },
993
- "a-overflow-list": {
965
+ "a-resize-box": {
994
966
  "attributes": [
995
- "change",
996
- "min",
997
- "margin",
998
- "from"
967
+ "moving-start",
968
+ "moving",
969
+ "moving-end",
970
+ "width",
971
+ "height",
972
+ "component",
973
+ "directions"
999
974
  ]
1000
975
  },
1001
976
  "a-rate": {
@@ -1013,11 +988,28 @@
1013
988
  "color"
1014
989
  ]
1015
990
  },
1016
- "a-result": {
991
+ "a-popover": {
1017
992
  "attributes": [
1018
- "status",
993
+ "popup-visible-change",
994
+ "popup-visible",
995
+ "default-popup-visible",
1019
996
  "title",
1020
- "subtitle"
997
+ "content",
998
+ "trigger",
999
+ "position",
1000
+ "content-class",
1001
+ "content-style",
1002
+ "arrow-class",
1003
+ "arrow-style",
1004
+ "popup-container"
1005
+ ]
1006
+ },
1007
+ "a-scrollbar": {
1008
+ "attributes": [
1009
+ "scroll",
1010
+ "type",
1011
+ "outer-class",
1012
+ "outer-style"
1021
1013
  ]
1022
1014
  },
1023
1015
  "a-select": {
@@ -1083,23 +1075,34 @@
1083
1075
  "label"
1084
1076
  ]
1085
1077
  },
1086
- "a-scrollbar": {
1078
+ "a-result": {
1087
1079
  "attributes": [
1088
- "scroll",
1089
- "type",
1090
- "outer-class",
1091
- "outer-style"
1080
+ "status",
1081
+ "title",
1082
+ "subtitle"
1092
1083
  ]
1093
1084
  },
1094
- "a-resize-box": {
1085
+ "a-space": {
1095
1086
  "attributes": [
1096
- "moving-start",
1087
+ "align",
1088
+ "direction",
1089
+ "size",
1090
+ "wrap",
1091
+ "fill"
1092
+ ]
1093
+ },
1094
+ "a-split": {
1095
+ "attributes": [
1096
+ "move-start",
1097
1097
  "moving",
1098
- "moving-end",
1099
- "width",
1100
- "height",
1098
+ "move-end",
1101
1099
  "component",
1102
- "directions"
1100
+ "direction",
1101
+ "size",
1102
+ "default-size",
1103
+ "min",
1104
+ "max",
1105
+ "disabled"
1103
1106
  ]
1104
1107
  },
1105
1108
  "a-skeleton": {
@@ -1116,27 +1119,81 @@
1116
1119
  "line-spacing"
1117
1120
  ]
1118
1121
  },
1119
- "a-skeleton-shape": {
1122
+ "a-skeleton-shape": {
1123
+ "attributes": [
1124
+ "shape",
1125
+ "size"
1126
+ ]
1127
+ },
1128
+ "a-slider": {
1129
+ "attributes": [
1130
+ "change",
1131
+ "model-value",
1132
+ "default-value",
1133
+ "step",
1134
+ "min",
1135
+ "marks",
1136
+ "max",
1137
+ "direction",
1138
+ "disabled",
1139
+ "show-ticks",
1140
+ "show-input",
1141
+ "range",
1142
+ "show-tooltip"
1143
+ ]
1144
+ },
1145
+ "a-tag": {
1146
+ "attributes": [
1147
+ "close",
1148
+ "check",
1149
+ "color",
1150
+ "size",
1151
+ "bordered",
1152
+ "visible",
1153
+ "default-visible",
1154
+ "loading",
1155
+ "closable",
1156
+ "checkable",
1157
+ "checked",
1158
+ "default-checked",
1159
+ "nowrap"
1160
+ ]
1161
+ },
1162
+ "a-spin": {
1163
+ "attributes": [
1164
+ "size",
1165
+ "loading",
1166
+ "dot",
1167
+ "tip",
1168
+ "hide-icon"
1169
+ ]
1170
+ },
1171
+ "a-statistic": {
1120
1172
  "attributes": [
1121
- "shape",
1122
- "size"
1173
+ "title",
1174
+ "value",
1175
+ "format",
1176
+ "extra",
1177
+ "start",
1178
+ "precision",
1179
+ "separator",
1180
+ "show-group-separator",
1181
+ "animation",
1182
+ "animation-duration",
1183
+ "value-from",
1184
+ "placeholder",
1185
+ "value-style"
1123
1186
  ]
1124
1187
  },
1125
- "a-slider": {
1188
+ "a-countdown": {
1126
1189
  "attributes": [
1127
- "change",
1128
- "model-value",
1129
- "default-value",
1130
- "step",
1131
- "min",
1132
- "marks",
1133
- "max",
1134
- "direction",
1135
- "disabled",
1136
- "show-ticks",
1137
- "show-input",
1138
- "range",
1139
- "show-tooltip"
1190
+ "finish",
1191
+ "title",
1192
+ "value",
1193
+ "now",
1194
+ "format",
1195
+ "start",
1196
+ "value-style"
1140
1197
  ]
1141
1198
  },
1142
1199
  "a-switch": {
@@ -1159,15 +1216,6 @@
1159
1216
  "unchecked-text"
1160
1217
  ]
1161
1218
  },
1162
- "a-space": {
1163
- "attributes": [
1164
- "align",
1165
- "direction",
1166
- "size",
1167
- "wrap",
1168
- "fill"
1169
- ]
1170
- },
1171
1219
  "a-table": {
1172
1220
  "attributes": [
1173
1221
  "expand",
@@ -1251,6 +1299,27 @@
1251
1299
  "tooltip"
1252
1300
  ]
1253
1301
  },
1302
+ "a-textarea": {
1303
+ "attributes": [
1304
+ "input",
1305
+ "change",
1306
+ "clear",
1307
+ "focus",
1308
+ "blur",
1309
+ "model-value",
1310
+ "default-value",
1311
+ "placeholder",
1312
+ "disabled",
1313
+ "error",
1314
+ "max-length",
1315
+ "show-word-limit",
1316
+ "allow-clear",
1317
+ "auto-size",
1318
+ "word-length",
1319
+ "word-slice",
1320
+ "textarea-attrs"
1321
+ ]
1322
+ },
1254
1323
  "a-tabs": {
1255
1324
  "attributes": [
1256
1325
  "change",
@@ -1284,77 +1353,23 @@
1284
1353
  "destroy-on-hide"
1285
1354
  ]
1286
1355
  },
1287
- "a-spin": {
1288
- "attributes": [
1289
- "size",
1290
- "loading",
1291
- "dot",
1292
- "tip",
1293
- "hide-icon"
1294
- ]
1295
- },
1296
- "a-steps": {
1297
- "attributes": [
1298
- "change",
1299
- "type",
1300
- "direction",
1301
- "label-placement",
1302
- "current",
1303
- "default-current",
1304
- "status",
1305
- "line-less",
1306
- "small",
1307
- "changeable"
1308
- ]
1309
- },
1310
- "a-step": {
1311
- "attributes": [
1312
- "title",
1313
- "description",
1314
- "status",
1315
- "disabled"
1316
- ]
1317
- },
1318
- "a-split": {
1356
+ "a-timeline": {
1319
1357
  "attributes": [
1320
- "move-start",
1321
- "moving",
1322
- "move-end",
1323
- "component",
1358
+ "reverse",
1324
1359
  "direction",
1325
- "size",
1326
- "default-size",
1327
- "min",
1328
- "max",
1329
- "disabled"
1330
- ]
1331
- },
1332
- "a-statistic": {
1333
- "attributes": [
1334
- "title",
1335
- "value",
1336
- "format",
1337
- "extra",
1338
- "start",
1339
- "precision",
1340
- "separator",
1341
- "show-group-separator",
1342
- "animation",
1343
- "animation-duration",
1344
- "value-from",
1345
- "placeholder",
1346
- "value-style"
1360
+ "mode",
1361
+ "pending",
1362
+ "label-position"
1347
1363
  ]
1348
1364
  },
1349
- "a-countdown": {
1365
+ "a-timeline-item": {
1350
1366
  "attributes": [
1351
- "finish",
1352
- "title",
1353
- "value",
1354
- "now",
1355
- "format",
1356
- "start",
1357
- "value-style"
1367
+ "dot-color",
1368
+ "dot-type",
1369
+ "line-type",
1370
+ "line-color",
1371
+ "label",
1372
+ "position"
1358
1373
  ]
1359
1374
  },
1360
1375
  "a-time-picker": {
@@ -1388,77 +1403,24 @@
1388
1403
  "unmount-on-close"
1389
1404
  ]
1390
1405
  },
1391
- "a-tag": {
1392
- "attributes": [
1393
- "close",
1394
- "check",
1395
- "color",
1396
- "size",
1397
- "bordered",
1398
- "visible",
1399
- "default-visible",
1400
- "loading",
1401
- "closable",
1402
- "checkable",
1403
- "checked",
1404
- "default-checked",
1405
- "nowrap"
1406
- ]
1407
- },
1408
- "a-textarea": {
1406
+ "a-transfer": {
1409
1407
  "attributes": [
1410
- "input",
1411
1408
  "change",
1412
- "clear",
1413
- "focus",
1414
- "blur",
1409
+ "select",
1410
+ "search",
1411
+ "data",
1415
1412
  "model-value",
1416
1413
  "default-value",
1417
- "placeholder",
1414
+ "selected",
1415
+ "default-selected",
1418
1416
  "disabled",
1419
- "error",
1420
- "max-length",
1421
- "show-word-limit",
1422
- "allow-clear",
1423
- "auto-size",
1424
- "word-length",
1425
- "word-slice",
1426
- "textarea-attrs"
1427
- ]
1428
- },
1429
- "a-tooltip": {
1430
- "attributes": [
1431
- "popup-visible-change",
1432
- "popup-visible",
1433
- "default-popup-visible",
1434
- "content",
1435
- "position",
1436
- "mini",
1437
- "background-color",
1438
- "content-class",
1439
- "content-style",
1440
- "arrow-class",
1441
- "arrow-style",
1442
- "popup-container"
1443
- ]
1444
- },
1445
- "a-timeline": {
1446
- "attributes": [
1447
- "reverse",
1448
- "direction",
1449
- "mode",
1450
- "pending",
1451
- "label-position"
1452
- ]
1453
- },
1454
- "a-timeline-item": {
1455
- "attributes": [
1456
- "dot-color",
1457
- "dot-type",
1458
- "line-type",
1459
- "line-color",
1460
- "label",
1461
- "position"
1417
+ "simple",
1418
+ "one-way",
1419
+ "show-search",
1420
+ "show-select-all",
1421
+ "title",
1422
+ "source-input-search-props",
1423
+ "target-input-search-props"
1462
1424
  ]
1463
1425
  },
1464
1426
  "a-tree": {
@@ -1492,77 +1454,35 @@
1492
1454
  "draggable",
1493
1455
  "allow-drop",
1494
1456
  "virtual-list-props",
1495
- "default-expand-selected",
1496
- "default-expand-checked",
1497
- "auto-expand-parent",
1498
- "half-checked-keys",
1499
- "only-check-leaf",
1500
- "animation",
1501
- "action-on-node-click"
1502
- ]
1503
- },
1504
- "a-transfer": {
1505
- "attributes": [
1506
- "change",
1507
- "select",
1508
- "search",
1509
- "data",
1510
- "model-value",
1511
- "default-value",
1512
- "selected",
1513
- "default-selected",
1514
- "disabled",
1515
- "simple",
1516
- "one-way",
1517
- "show-search",
1518
- "show-select-all",
1519
- "title",
1520
- "source-input-search-props",
1521
- "target-input-search-props"
1457
+ "default-expand-selected",
1458
+ "default-expand-checked",
1459
+ "auto-expand-parent",
1460
+ "half-checked-keys",
1461
+ "only-check-leaf",
1462
+ "animation",
1463
+ "action-on-node-click"
1522
1464
  ]
1523
1465
  },
1524
- "a-tree-select": {
1466
+ "a-steps": {
1525
1467
  "attributes": [
1526
1468
  "change",
1527
- "popup-visible-change",
1528
- "search",
1529
- "clear",
1530
- "input-value-change",
1531
- "disabled",
1532
- "loading",
1533
- "error",
1534
- "size",
1535
- "border",
1536
- "allow-search",
1537
- "allow-clear",
1538
- "placeholder",
1539
- "max-tag-count",
1540
- "multiple",
1541
- "default-value",
1542
- "model-value",
1543
- "field-names",
1544
- "data",
1545
- "label-in-value",
1546
- "tree-checkable",
1547
- "tree-check-strictly",
1548
- "tree-checked-strategy",
1549
- "tree-props",
1550
- "trigger-props",
1551
- "popup-visible",
1552
- "default-popup-visible",
1553
- "dropdown-style",
1554
- "dropdown-class-name",
1555
- "filter-tree-node",
1556
- "load-more",
1557
- "disable-filter",
1558
- "popup-container",
1559
- "fallback-option",
1560
- "selectable",
1561
- "scrollbar",
1562
- "show-header-on-empty",
1563
- "show-footer-on-empty",
1564
- "input-value",
1565
- "default-input-value"
1469
+ "type",
1470
+ "direction",
1471
+ "label-placement",
1472
+ "current",
1473
+ "default-current",
1474
+ "status",
1475
+ "line-less",
1476
+ "small",
1477
+ "changeable"
1478
+ ]
1479
+ },
1480
+ "a-step": {
1481
+ "attributes": [
1482
+ "title",
1483
+ "description",
1484
+ "status",
1485
+ "disabled"
1566
1486
  ]
1567
1487
  },
1568
1488
  "a-trigger": {
@@ -1605,34 +1525,6 @@
1605
1525
  "scroll-to-close-distance"
1606
1526
  ]
1607
1527
  },
1608
- "a-verification-code": {
1609
- "attributes": [
1610
- "change",
1611
- "finish",
1612
- "input",
1613
- "model-value",
1614
- "default-value",
1615
- "length",
1616
- "size",
1617
- "disabled",
1618
- "masked",
1619
- "readonly",
1620
- "error",
1621
- "separator",
1622
- "formatter"
1623
- ]
1624
- },
1625
- "a-link": {
1626
- "attributes": [
1627
- "click",
1628
- "href",
1629
- "status",
1630
- "hoverable",
1631
- "icon",
1632
- "loading",
1633
- "disabled"
1634
- ]
1635
- },
1636
1528
  "a-typography": {
1637
1529
  "attributes": []
1638
1530
  },
@@ -1717,33 +1609,6 @@
1717
1609
  "copy-tooltip-props"
1718
1610
  ]
1719
1611
  },
1720
- "a-input-tag": {
1721
- "attributes": [
1722
- "change",
1723
- "input-value-change",
1724
- "press-enter",
1725
- "remove",
1726
- "clear",
1727
- "focus",
1728
- "blur",
1729
- "model-value",
1730
- "default-value",
1731
- "input-value",
1732
- "default-input-value",
1733
- "placeholder",
1734
- "disabled",
1735
- "error",
1736
- "readonly",
1737
- "allow-clear",
1738
- "size",
1739
- "max-tag-count",
1740
- "retain-input-value",
1741
- "format-tag",
1742
- "unique-value",
1743
- "field-names",
1744
- "tag-nowrap"
1745
- ]
1746
- },
1747
1612
  "a-watermark": {
1748
1613
  "attributes": [
1749
1614
  "content",
@@ -1802,5 +1667,141 @@
1802
1667
  "before-remove",
1803
1668
  "button-click"
1804
1669
  ]
1670
+ },
1671
+ "a-verification-code": {
1672
+ "attributes": [
1673
+ "change",
1674
+ "finish",
1675
+ "input",
1676
+ "model-value",
1677
+ "default-value",
1678
+ "length",
1679
+ "size",
1680
+ "disabled",
1681
+ "masked",
1682
+ "readonly",
1683
+ "error",
1684
+ "separator",
1685
+ "formatter"
1686
+ ]
1687
+ },
1688
+ "a-tree-select": {
1689
+ "attributes": [
1690
+ "change",
1691
+ "popup-visible-change",
1692
+ "search",
1693
+ "clear",
1694
+ "input-value-change",
1695
+ "disabled",
1696
+ "loading",
1697
+ "error",
1698
+ "size",
1699
+ "border",
1700
+ "allow-search",
1701
+ "allow-clear",
1702
+ "placeholder",
1703
+ "max-tag-count",
1704
+ "multiple",
1705
+ "default-value",
1706
+ "model-value",
1707
+ "field-names",
1708
+ "data",
1709
+ "label-in-value",
1710
+ "tree-checkable",
1711
+ "tree-check-strictly",
1712
+ "tree-checked-strategy",
1713
+ "tree-props",
1714
+ "trigger-props",
1715
+ "popup-visible",
1716
+ "default-popup-visible",
1717
+ "dropdown-style",
1718
+ "dropdown-class-name",
1719
+ "filter-tree-node",
1720
+ "load-more",
1721
+ "disable-filter",
1722
+ "popup-container",
1723
+ "fallback-option",
1724
+ "selectable",
1725
+ "scrollbar",
1726
+ "show-header-on-empty",
1727
+ "show-footer-on-empty",
1728
+ "input-value",
1729
+ "default-input-value"
1730
+ ]
1731
+ },
1732
+ "a-tooltip": {
1733
+ "attributes": [
1734
+ "popup-visible-change",
1735
+ "popup-visible",
1736
+ "default-popup-visible",
1737
+ "content",
1738
+ "position",
1739
+ "mini",
1740
+ "background-color",
1741
+ "content-class",
1742
+ "content-style",
1743
+ "arrow-class",
1744
+ "arrow-style",
1745
+ "popup-container"
1746
+ ]
1747
+ },
1748
+ "a-image": {
1749
+ "attributes": [
1750
+ "preview-visible-change",
1751
+ "src",
1752
+ "width",
1753
+ "height",
1754
+ "title",
1755
+ "description",
1756
+ "fit",
1757
+ "alt",
1758
+ "hide-footer",
1759
+ "footer-position",
1760
+ "show-loader",
1761
+ "preview",
1762
+ "preview-visible",
1763
+ "default-preview-visible",
1764
+ "preview-props",
1765
+ "footer-class"
1766
+ ]
1767
+ },
1768
+ "a-image-preview": {
1769
+ "attributes": [
1770
+ "close",
1771
+ "src",
1772
+ "visible",
1773
+ "default-visible",
1774
+ "mask-closable",
1775
+ "closable",
1776
+ "actions-layout",
1777
+ "popup-container",
1778
+ "esc-to-close",
1779
+ "wheel-zoom",
1780
+ "keyboard",
1781
+ "default-scale",
1782
+ "zoom-rate"
1783
+ ]
1784
+ },
1785
+ "a-image-preview-group": {
1786
+ "attributes": [
1787
+ "change",
1788
+ "visible-change",
1789
+ "src-list",
1790
+ "current",
1791
+ "default-current",
1792
+ "infinite",
1793
+ "visible",
1794
+ "default-visible",
1795
+ "mask-closable",
1796
+ "closable",
1797
+ "actions-layout",
1798
+ "popup-container"
1799
+ ]
1800
+ },
1801
+ "a-image-preview-action": {
1802
+ "attributes": [
1803
+ "name",
1804
+ "disabled"
1805
+ ]
1805
1806
  }
1806
1807
  }