@universal-material/web 3.6.11 → 3.6.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app-bar/top-app-bar.js +1 -1
- package/app-bar/top-app-bar.js.map +1 -1
- package/button-field/button-field.js +1 -1
- package/button-field/button-field.js.map +1 -1
- package/custom-elements.json +8671 -9140
- package/index.d.ts +0 -2
- package/index.d.ts.map +1 -1
- package/index.js +0 -2
- package/index.js.map +1 -1
- package/overflow-menu/overflow-menu-item.d.ts +2 -1
- package/overflow-menu/overflow-menu-item.d.ts.map +1 -1
- package/overflow-menu/overflow-menu-item.js +10 -5
- package/overflow-menu/overflow-menu-item.js.map +1 -1
- package/overflow-menu/overflow-menu.d.ts +1 -1
- package/overflow-menu/overflow-menu.d.ts.map +1 -1
- package/overflow-menu/overflow-menu.js +17 -12
- package/overflow-menu/overflow-menu.js.map +1 -1
- package/overflow-menu/overflow-menu.styles.d.ts.map +1 -1
- package/overflow-menu/overflow-menu.styles.js +2 -1
- package/overflow-menu/overflow-menu.styles.js.map +1 -1
- package/package.json +3 -7
- package/select/option.d.ts +6 -6
- package/select/option.d.ts.map +1 -1
- package/select/option.js +46 -69
- package/select/option.js.map +1 -1
- package/select/option.styles.js +4 -4
- package/select/option.styles.js.map +1 -1
- package/select/select-navigation-controller.js +14 -14
- package/select/select-navigation-controller.js.map +1 -1
- package/select/select.d.ts +3 -3
- package/select/select.d.ts.map +1 -1
- package/select/select.js +40 -99
- package/select/select.js.map +1 -1
- package/shared/button-wrapper.d.ts.map +1 -1
- package/shared/button-wrapper.js +1 -1
- package/shared/button-wrapper.js.map +1 -1
- package/shared/menu-field/menu-field-navigation-controller.d.ts +1 -1
- package/shared/menu-field/menu-field-navigation-controller.d.ts.map +1 -1
- package/shared/menu-field/menu-field-navigation-controller.js +9 -9
- package/shared/menu-field/menu-field-navigation-controller.js.map +1 -1
- package/vscode.html-custom-data.json +383 -413
- package/grid/custom-swap.d.ts +0 -15
- package/grid/custom-swap.d.ts.map +0 -1
- package/grid/custom-swap.js +0 -62
- package/grid/custom-swap.js.map +0 -1
- package/grid/grid-column.d.ts +0 -11
- package/grid/grid-column.d.ts.map +0 -1
- package/grid/grid-column.js +0 -22
- package/grid/grid-column.js.map +0 -1
- package/grid/grid.d.ts +0 -23
- package/grid/grid.d.ts.map +0 -1
- package/grid/grid.js +0 -231
- package/grid/grid.js.map +0 -1
- package/grid/grid.styles.d.ts +0 -2
- package/grid/grid.styles.d.ts.map +0 -1
- package/grid/grid.styles.js +0 -134
- package/grid/grid.styles.js.map +0 -1
- package/select/extended-option.d.ts +0 -5
- package/select/extended-option.d.ts.map +0 -1
- package/select/extended-option.js +0 -2
- package/select/extended-option.js.map +0 -1
- package/select/extended-select.d.ts +0 -6
- package/select/extended-select.d.ts.map +0 -1
- package/select/extended-select.js +0 -2
- package/select/extended-select.js.map +0 -1
|
@@ -3,51 +3,79 @@
|
|
|
3
3
|
"version": 1.1,
|
|
4
4
|
"tags": [
|
|
5
5
|
{
|
|
6
|
-
"name": "u-
|
|
6
|
+
"name": "u-button-field",
|
|
7
7
|
"description": "\n---\n",
|
|
8
8
|
"attributes": [
|
|
9
9
|
{
|
|
10
|
-
"name": "
|
|
11
|
-
"values": [
|
|
12
|
-
{
|
|
13
|
-
"name": "fixed"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"name": "absolute"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "static"
|
|
20
|
-
}
|
|
21
|
-
]
|
|
10
|
+
"name": "value",
|
|
11
|
+
"values": []
|
|
22
12
|
},
|
|
23
13
|
{
|
|
24
|
-
"name": "
|
|
14
|
+
"name": "placeholder",
|
|
15
|
+
"values": []
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "variant",
|
|
25
19
|
"values": [
|
|
26
20
|
{
|
|
27
|
-
"name": "
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"name": "medium"
|
|
21
|
+
"name": "filled"
|
|
31
22
|
},
|
|
32
23
|
{
|
|
33
|
-
"name": "
|
|
24
|
+
"name": "outlined"
|
|
34
25
|
}
|
|
35
26
|
]
|
|
36
27
|
},
|
|
37
28
|
{
|
|
38
|
-
"name": "
|
|
29
|
+
"name": "label",
|
|
30
|
+
"description": "The floating label for the field",
|
|
39
31
|
"values": []
|
|
40
32
|
},
|
|
41
33
|
{
|
|
42
|
-
"name": "
|
|
43
|
-
"values": [
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
34
|
+
"name": "counter",
|
|
35
|
+
"values": []
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "hide-counter",
|
|
39
|
+
"values": []
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "supporting-text",
|
|
43
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
44
|
+
"values": []
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "error-text",
|
|
48
|
+
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
49
|
+
"values": []
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "empty",
|
|
53
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
54
|
+
"values": []
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "disabled",
|
|
58
|
+
"values": []
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "invalid",
|
|
62
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
63
|
+
"values": []
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "has-leading-icon",
|
|
67
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
68
|
+
"values": []
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "has-trailing-icon",
|
|
72
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
73
|
+
"values": []
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "has-error-text",
|
|
77
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
78
|
+
"values": []
|
|
51
79
|
}
|
|
52
80
|
],
|
|
53
81
|
"references": []
|
|
@@ -506,79 +534,51 @@
|
|
|
506
534
|
"references": []
|
|
507
535
|
},
|
|
508
536
|
{
|
|
509
|
-
"name": "u-
|
|
537
|
+
"name": "u-top-app-bar",
|
|
510
538
|
"description": "\n---\n",
|
|
511
539
|
"attributes": [
|
|
512
540
|
{
|
|
513
|
-
"name": "
|
|
514
|
-
"values": []
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"name": "placeholder",
|
|
518
|
-
"values": []
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"name": "variant",
|
|
541
|
+
"name": "position",
|
|
522
542
|
"values": [
|
|
523
543
|
{
|
|
524
|
-
"name": "
|
|
544
|
+
"name": "fixed"
|
|
525
545
|
},
|
|
526
546
|
{
|
|
527
|
-
"name": "
|
|
547
|
+
"name": "absolute"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "static"
|
|
528
551
|
}
|
|
529
552
|
]
|
|
530
553
|
},
|
|
531
554
|
{
|
|
532
|
-
"name": "
|
|
533
|
-
"
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
{
|
|
545
|
-
"name": "supporting-text",
|
|
546
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
547
|
-
"values": []
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"name": "error-text",
|
|
551
|
-
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
552
|
-
"values": []
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"name": "empty",
|
|
556
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
557
|
-
"values": []
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"name": "disabled",
|
|
561
|
-
"values": []
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"name": "invalid",
|
|
565
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
566
|
-
"values": []
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
"name": "has-leading-icon",
|
|
570
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
571
|
-
"values": []
|
|
555
|
+
"name": "size",
|
|
556
|
+
"values": [
|
|
557
|
+
{
|
|
558
|
+
"name": "small"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "medium"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "large"
|
|
565
|
+
}
|
|
566
|
+
]
|
|
572
567
|
},
|
|
573
568
|
{
|
|
574
|
-
"name": "
|
|
575
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
569
|
+
"name": "headline",
|
|
576
570
|
"values": []
|
|
577
571
|
},
|
|
578
572
|
{
|
|
579
|
-
"name": "
|
|
580
|
-
"
|
|
581
|
-
|
|
573
|
+
"name": "scrollContainer",
|
|
574
|
+
"values": [
|
|
575
|
+
{
|
|
576
|
+
"name": "none"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "window"
|
|
580
|
+
}
|
|
581
|
+
]
|
|
582
582
|
}
|
|
583
583
|
],
|
|
584
584
|
"references": []
|
|
@@ -665,83 +665,6 @@
|
|
|
665
665
|
],
|
|
666
666
|
"references": []
|
|
667
667
|
},
|
|
668
|
-
{
|
|
669
|
-
"name": "u-chip-set",
|
|
670
|
-
"description": "\n---\n",
|
|
671
|
-
"attributes": [
|
|
672
|
-
{
|
|
673
|
-
"name": "alignment",
|
|
674
|
-
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
675
|
-
"values": [
|
|
676
|
-
{
|
|
677
|
-
"name": "start"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"name": "center"
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"name": "end"
|
|
684
|
-
}
|
|
685
|
-
]
|
|
686
|
-
}
|
|
687
|
-
],
|
|
688
|
-
"references": []
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"name": "u-chip",
|
|
692
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
693
|
-
"attributes": [
|
|
694
|
-
{
|
|
695
|
-
"name": "selected",
|
|
696
|
-
"description": "Whether the chip is selected or not",
|
|
697
|
-
"values": []
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"name": "clickable",
|
|
701
|
-
"values": []
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
"name": "elevated",
|
|
705
|
-
"description": "Adds elevation to the chip",
|
|
706
|
-
"values": []
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"name": "toggle",
|
|
710
|
-
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
711
|
-
"values": []
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
"name": "removable",
|
|
715
|
-
"description": "Add the remove icon",
|
|
716
|
-
"values": []
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"name": "hide-selected-icon",
|
|
720
|
-
"description": "Hide the selected icon",
|
|
721
|
-
"values": []
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"name": "disabled",
|
|
725
|
-
"description": "Whether the button is disabled or not.",
|
|
726
|
-
"values": []
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"name": "href",
|
|
730
|
-
"description": "The URL that the link button points to.",
|
|
731
|
-
"values": []
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
"name": "target",
|
|
735
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
736
|
-
"values": []
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
"name": "name",
|
|
740
|
-
"values": []
|
|
741
|
-
}
|
|
742
|
-
],
|
|
743
|
-
"references": []
|
|
744
|
-
},
|
|
745
668
|
{
|
|
746
669
|
"name": "u-checkbox-list-item",
|
|
747
670
|
"description": "\n---\n",
|
|
@@ -810,6 +733,12 @@
|
|
|
810
733
|
],
|
|
811
734
|
"references": []
|
|
812
735
|
},
|
|
736
|
+
{
|
|
737
|
+
"name": "u-datepicker",
|
|
738
|
+
"description": "\n---\n",
|
|
739
|
+
"attributes": [],
|
|
740
|
+
"references": []
|
|
741
|
+
},
|
|
813
742
|
{
|
|
814
743
|
"name": "u-chip-field",
|
|
815
744
|
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
@@ -894,7 +823,84 @@
|
|
|
894
823
|
"references": []
|
|
895
824
|
},
|
|
896
825
|
{
|
|
897
|
-
"name": "u-
|
|
826
|
+
"name": "u-chip-set",
|
|
827
|
+
"description": "\n---\n",
|
|
828
|
+
"attributes": [
|
|
829
|
+
{
|
|
830
|
+
"name": "alignment",
|
|
831
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
832
|
+
"values": [
|
|
833
|
+
{
|
|
834
|
+
"name": "start"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "center"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "end"
|
|
841
|
+
}
|
|
842
|
+
]
|
|
843
|
+
}
|
|
844
|
+
],
|
|
845
|
+
"references": []
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"name": "u-chip",
|
|
849
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
850
|
+
"attributes": [
|
|
851
|
+
{
|
|
852
|
+
"name": "selected",
|
|
853
|
+
"description": "Whether the chip is selected or not",
|
|
854
|
+
"values": []
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"name": "clickable",
|
|
858
|
+
"values": []
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"name": "elevated",
|
|
862
|
+
"description": "Adds elevation to the chip",
|
|
863
|
+
"values": []
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"name": "toggle",
|
|
867
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
868
|
+
"values": []
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"name": "removable",
|
|
872
|
+
"description": "Add the remove icon",
|
|
873
|
+
"values": []
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"name": "hide-selected-icon",
|
|
877
|
+
"description": "Hide the selected icon",
|
|
878
|
+
"values": []
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "disabled",
|
|
882
|
+
"description": "Whether the button is disabled or not.",
|
|
883
|
+
"values": []
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"name": "href",
|
|
887
|
+
"description": "The URL that the link button points to.",
|
|
888
|
+
"values": []
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"name": "target",
|
|
892
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
893
|
+
"values": []
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"name": "name",
|
|
897
|
+
"values": []
|
|
898
|
+
}
|
|
899
|
+
],
|
|
900
|
+
"references": []
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "u-elevation",
|
|
898
904
|
"description": "\n---\n",
|
|
899
905
|
"attributes": [],
|
|
900
906
|
"references": []
|
|
@@ -928,6 +934,12 @@
|
|
|
928
934
|
],
|
|
929
935
|
"references": []
|
|
930
936
|
},
|
|
937
|
+
{
|
|
938
|
+
"name": "u-icon",
|
|
939
|
+
"description": "\n---\n",
|
|
940
|
+
"attributes": [],
|
|
941
|
+
"references": []
|
|
942
|
+
},
|
|
931
943
|
{
|
|
932
944
|
"name": "u-field",
|
|
933
945
|
"description": "\n---\n",
|
|
@@ -1002,48 +1014,6 @@
|
|
|
1002
1014
|
],
|
|
1003
1015
|
"references": []
|
|
1004
1016
|
},
|
|
1005
|
-
{
|
|
1006
|
-
"name": "u-elevation",
|
|
1007
|
-
"description": "\n---\n",
|
|
1008
|
-
"attributes": [],
|
|
1009
|
-
"references": []
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"name": "u-grid-column",
|
|
1013
|
-
"description": "\n---\n",
|
|
1014
|
-
"attributes": [
|
|
1015
|
-
{
|
|
1016
|
-
"name": "path",
|
|
1017
|
-
"values": []
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
"name": "group-index",
|
|
1021
|
-
"values": []
|
|
1022
|
-
}
|
|
1023
|
-
],
|
|
1024
|
-
"references": []
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"name": "u-grid",
|
|
1028
|
-
"description": "\n---\n",
|
|
1029
|
-
"attributes": [
|
|
1030
|
-
{
|
|
1031
|
-
"name": "items",
|
|
1032
|
-
"values": [
|
|
1033
|
-
{
|
|
1034
|
-
"name": "any[]"
|
|
1035
|
-
}
|
|
1036
|
-
]
|
|
1037
|
-
}
|
|
1038
|
-
],
|
|
1039
|
-
"references": []
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"name": "u-icon",
|
|
1043
|
-
"description": "\n---\n",
|
|
1044
|
-
"attributes": [],
|
|
1045
|
-
"references": []
|
|
1046
|
-
},
|
|
1047
1017
|
{
|
|
1048
1018
|
"name": "u-list-item",
|
|
1049
1019
|
"description": "\n---\n",
|
|
@@ -1177,6 +1147,36 @@
|
|
|
1177
1147
|
],
|
|
1178
1148
|
"references": []
|
|
1179
1149
|
},
|
|
1150
|
+
{
|
|
1151
|
+
"name": "u-overflow-menu-item",
|
|
1152
|
+
"description": "\n---\n",
|
|
1153
|
+
"attributes": [
|
|
1154
|
+
{
|
|
1155
|
+
"name": "label",
|
|
1156
|
+
"values": []
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "menu-only",
|
|
1160
|
+
"values": []
|
|
1161
|
+
}
|
|
1162
|
+
],
|
|
1163
|
+
"references": []
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"name": "u-overflow-menu",
|
|
1167
|
+
"description": "\n---\n",
|
|
1168
|
+
"attributes": [
|
|
1169
|
+
{
|
|
1170
|
+
"name": "anchor",
|
|
1171
|
+
"values": [
|
|
1172
|
+
{
|
|
1173
|
+
"name": "HTMLElement"
|
|
1174
|
+
}
|
|
1175
|
+
]
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"references": []
|
|
1179
|
+
},
|
|
1180
1180
|
{
|
|
1181
1181
|
"name": "u-drawer-headline",
|
|
1182
1182
|
"description": "\n---\n",
|
|
@@ -1237,36 +1237,6 @@
|
|
|
1237
1237
|
],
|
|
1238
1238
|
"references": []
|
|
1239
1239
|
},
|
|
1240
|
-
{
|
|
1241
|
-
"name": "u-overflow-menu-item",
|
|
1242
|
-
"description": "\n---\n",
|
|
1243
|
-
"attributes": [
|
|
1244
|
-
{
|
|
1245
|
-
"name": "label",
|
|
1246
|
-
"values": []
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"name": "priority",
|
|
1250
|
-
"values": []
|
|
1251
|
-
}
|
|
1252
|
-
],
|
|
1253
|
-
"references": []
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
"name": "u-overflow-menu",
|
|
1257
|
-
"description": "\n---\n",
|
|
1258
|
-
"attributes": [
|
|
1259
|
-
{
|
|
1260
|
-
"name": "anchor",
|
|
1261
|
-
"values": [
|
|
1262
|
-
{
|
|
1263
|
-
"name": "HTMLElement"
|
|
1264
|
-
}
|
|
1265
|
-
]
|
|
1266
|
-
}
|
|
1267
|
-
],
|
|
1268
|
-
"references": []
|
|
1269
|
-
},
|
|
1270
1240
|
{
|
|
1271
1241
|
"name": "u-circular-progress",
|
|
1272
1242
|
"description": "\n---\n",
|
|
@@ -1297,66 +1267,6 @@
|
|
|
1297
1267
|
],
|
|
1298
1268
|
"references": []
|
|
1299
1269
|
},
|
|
1300
|
-
{
|
|
1301
|
-
"name": "u-radio-list-item",
|
|
1302
|
-
"description": "\n---\n",
|
|
1303
|
-
"attributes": [
|
|
1304
|
-
{
|
|
1305
|
-
"name": "leading",
|
|
1306
|
-
"values": []
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"name": "hide-state-layer",
|
|
1310
|
-
"values": []
|
|
1311
|
-
},
|
|
1312
|
-
{
|
|
1313
|
-
"name": "name",
|
|
1314
|
-
"values": []
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"name": "disabled",
|
|
1318
|
-
"values": []
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"name": "value",
|
|
1322
|
-
"description": "The element value to use in form submission when checked.",
|
|
1323
|
-
"values": []
|
|
1324
|
-
},
|
|
1325
|
-
{
|
|
1326
|
-
"name": "checked",
|
|
1327
|
-
"values": []
|
|
1328
|
-
}
|
|
1329
|
-
],
|
|
1330
|
-
"references": []
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"name": "u-radio",
|
|
1334
|
-
"description": "\n---\n",
|
|
1335
|
-
"attributes": [
|
|
1336
|
-
{
|
|
1337
|
-
"name": "hide-state-layer",
|
|
1338
|
-
"values": []
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
"name": "name",
|
|
1342
|
-
"values": []
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"name": "disabled",
|
|
1346
|
-
"values": []
|
|
1347
|
-
},
|
|
1348
|
-
{
|
|
1349
|
-
"name": "value",
|
|
1350
|
-
"description": "The element value to use in form submission when checked.",
|
|
1351
|
-
"values": []
|
|
1352
|
-
},
|
|
1353
|
-
{
|
|
1354
|
-
"name": "checked",
|
|
1355
|
-
"values": []
|
|
1356
|
-
}
|
|
1357
|
-
],
|
|
1358
|
-
"references": []
|
|
1359
|
-
},
|
|
1360
1270
|
{
|
|
1361
1271
|
"name": "u-ripple",
|
|
1362
1272
|
"description": "\n---\n",
|
|
@@ -1481,37 +1391,122 @@
|
|
|
1481
1391
|
"references": []
|
|
1482
1392
|
},
|
|
1483
1393
|
{
|
|
1484
|
-
"name": "u-
|
|
1394
|
+
"name": "u-radio-list-item",
|
|
1485
1395
|
"description": "\n---\n",
|
|
1486
1396
|
"attributes": [
|
|
1487
1397
|
{
|
|
1488
|
-
"name": "
|
|
1489
|
-
"values": []
|
|
1490
|
-
},
|
|
1491
|
-
{
|
|
1492
|
-
"name": "selected",
|
|
1398
|
+
"name": "leading",
|
|
1493
1399
|
"values": []
|
|
1494
1400
|
},
|
|
1495
1401
|
{
|
|
1496
|
-
"name": "
|
|
1402
|
+
"name": "hide-state-layer",
|
|
1497
1403
|
"values": []
|
|
1498
1404
|
},
|
|
1499
1405
|
{
|
|
1500
|
-
"name": "
|
|
1406
|
+
"name": "name",
|
|
1501
1407
|
"values": []
|
|
1502
1408
|
},
|
|
1503
1409
|
{
|
|
1504
1410
|
"name": "disabled",
|
|
1505
|
-
"description": "Whether the button is disabled or not.",
|
|
1506
1411
|
"values": []
|
|
1507
1412
|
},
|
|
1508
1413
|
{
|
|
1509
|
-
"name": "
|
|
1510
|
-
"description": "The
|
|
1414
|
+
"name": "value",
|
|
1415
|
+
"description": "The element value to use in form submission when checked.",
|
|
1511
1416
|
"values": []
|
|
1512
1417
|
},
|
|
1513
1418
|
{
|
|
1514
|
-
"name": "
|
|
1419
|
+
"name": "checked",
|
|
1420
|
+
"values": []
|
|
1421
|
+
}
|
|
1422
|
+
],
|
|
1423
|
+
"references": []
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"name": "u-radio",
|
|
1427
|
+
"description": "\n---\n",
|
|
1428
|
+
"attributes": [
|
|
1429
|
+
{
|
|
1430
|
+
"name": "hide-state-layer",
|
|
1431
|
+
"values": []
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"name": "name",
|
|
1435
|
+
"values": []
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"name": "disabled",
|
|
1439
|
+
"values": []
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"name": "value",
|
|
1443
|
+
"description": "The element value to use in form submission when checked.",
|
|
1444
|
+
"values": []
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"name": "checked",
|
|
1448
|
+
"values": []
|
|
1449
|
+
}
|
|
1450
|
+
],
|
|
1451
|
+
"references": []
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"name": "u-snackbar",
|
|
1455
|
+
"description": "\n---\n",
|
|
1456
|
+
"attributes": [
|
|
1457
|
+
{
|
|
1458
|
+
"name": "message",
|
|
1459
|
+
"values": []
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"name": "action",
|
|
1463
|
+
"values": []
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
"name": "show-close",
|
|
1467
|
+
"values": []
|
|
1468
|
+
}
|
|
1469
|
+
],
|
|
1470
|
+
"references": []
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "u-tab-bar",
|
|
1474
|
+
"description": "\n---\n",
|
|
1475
|
+
"attributes": [
|
|
1476
|
+
{
|
|
1477
|
+
"name": "variant",
|
|
1478
|
+
"values": [
|
|
1479
|
+
{
|
|
1480
|
+
"name": "primary"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"name": "secondary"
|
|
1484
|
+
}
|
|
1485
|
+
]
|
|
1486
|
+
}
|
|
1487
|
+
],
|
|
1488
|
+
"references": []
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"name": "u-tab",
|
|
1492
|
+
"description": "\n---\n",
|
|
1493
|
+
"attributes": [
|
|
1494
|
+
{
|
|
1495
|
+
"name": "hasIcon",
|
|
1496
|
+
"values": []
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"name": "disabled",
|
|
1500
|
+
"description": "Whether the button is disabled or not.",
|
|
1501
|
+
"values": []
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"name": "href",
|
|
1505
|
+
"description": "The URL that the link button points to.",
|
|
1506
|
+
"values": []
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"name": "target",
|
|
1515
1510
|
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1516
1511
|
"values": []
|
|
1517
1512
|
},
|
|
@@ -1523,20 +1518,36 @@
|
|
|
1523
1518
|
"references": []
|
|
1524
1519
|
},
|
|
1525
1520
|
{
|
|
1526
|
-
"name": "u-
|
|
1521
|
+
"name": "u-text-area",
|
|
1527
1522
|
"description": "\n---\n",
|
|
1528
1523
|
"attributes": [
|
|
1529
1524
|
{
|
|
1530
|
-
"name": "
|
|
1525
|
+
"name": "rows",
|
|
1526
|
+
"values": []
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"name": "value",
|
|
1530
|
+
"values": []
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"name": "autocomplete",
|
|
1531
1534
|
"values": [
|
|
1532
1535
|
{
|
|
1533
|
-
"name": "
|
|
1536
|
+
"name": "on"
|
|
1534
1537
|
},
|
|
1535
1538
|
{
|
|
1536
|
-
"name": "
|
|
1539
|
+
"name": "off"
|
|
1537
1540
|
}
|
|
1538
1541
|
]
|
|
1539
1542
|
},
|
|
1543
|
+
{
|
|
1544
|
+
"name": "maxlength",
|
|
1545
|
+
"values": []
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"name": "role",
|
|
1549
|
+
"values": []
|
|
1550
|
+
},
|
|
1540
1551
|
{
|
|
1541
1552
|
"name": "placeholder",
|
|
1542
1553
|
"values": []
|
|
@@ -1608,100 +1619,23 @@
|
|
|
1608
1619
|
"references": []
|
|
1609
1620
|
},
|
|
1610
1621
|
{
|
|
1611
|
-
"name": "u-
|
|
1612
|
-
"description": "\n---\n",
|
|
1613
|
-
"attributes": [
|
|
1614
|
-
{
|
|
1615
|
-
"name": "leading",
|
|
1616
|
-
"values": []
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"name": "name",
|
|
1620
|
-
"values": []
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"name": "disabled",
|
|
1624
|
-
"values": []
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
"name": "value",
|
|
1628
|
-
"description": "The element value to use in form submission when checked.",
|
|
1629
|
-
"values": []
|
|
1630
|
-
},
|
|
1631
|
-
{
|
|
1632
|
-
"name": "checked",
|
|
1633
|
-
"values": []
|
|
1634
|
-
}
|
|
1635
|
-
],
|
|
1636
|
-
"references": []
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
"name": "u-switch",
|
|
1622
|
+
"name": "u-option",
|
|
1640
1623
|
"description": "\n---\n",
|
|
1641
1624
|
"attributes": [
|
|
1642
|
-
{
|
|
1643
|
-
"name": "name",
|
|
1644
|
-
"values": []
|
|
1645
|
-
},
|
|
1646
|
-
{
|
|
1647
|
-
"name": "disabled",
|
|
1648
|
-
"values": []
|
|
1649
|
-
},
|
|
1650
1625
|
{
|
|
1651
1626
|
"name": "value",
|
|
1652
|
-
"description": "The element value to use in form submission when checked.",
|
|
1653
1627
|
"values": []
|
|
1654
1628
|
},
|
|
1655
1629
|
{
|
|
1656
|
-
"name": "
|
|
1657
|
-
"values": []
|
|
1658
|
-
}
|
|
1659
|
-
],
|
|
1660
|
-
"references": []
|
|
1661
|
-
},
|
|
1662
|
-
{
|
|
1663
|
-
"name": "u-snackbar",
|
|
1664
|
-
"description": "\n---\n",
|
|
1665
|
-
"attributes": [
|
|
1666
|
-
{
|
|
1667
|
-
"name": "message",
|
|
1630
|
+
"name": "selected",
|
|
1668
1631
|
"values": []
|
|
1669
1632
|
},
|
|
1670
1633
|
{
|
|
1671
|
-
"name": "
|
|
1634
|
+
"name": "active",
|
|
1672
1635
|
"values": []
|
|
1673
1636
|
},
|
|
1674
1637
|
{
|
|
1675
|
-
"name": "
|
|
1676
|
-
"values": []
|
|
1677
|
-
}
|
|
1678
|
-
],
|
|
1679
|
-
"references": []
|
|
1680
|
-
},
|
|
1681
|
-
{
|
|
1682
|
-
"name": "u-tab-bar",
|
|
1683
|
-
"description": "\n---\n",
|
|
1684
|
-
"attributes": [
|
|
1685
|
-
{
|
|
1686
|
-
"name": "variant",
|
|
1687
|
-
"values": [
|
|
1688
|
-
{
|
|
1689
|
-
"name": "primary"
|
|
1690
|
-
},
|
|
1691
|
-
{
|
|
1692
|
-
"name": "secondary"
|
|
1693
|
-
}
|
|
1694
|
-
]
|
|
1695
|
-
}
|
|
1696
|
-
],
|
|
1697
|
-
"references": []
|
|
1698
|
-
},
|
|
1699
|
-
{
|
|
1700
|
-
"name": "u-tab",
|
|
1701
|
-
"description": "\n---\n",
|
|
1702
|
-
"attributes": [
|
|
1703
|
-
{
|
|
1704
|
-
"name": "hasIcon",
|
|
1638
|
+
"name": "has-badge",
|
|
1705
1639
|
"values": []
|
|
1706
1640
|
},
|
|
1707
1641
|
{
|
|
@@ -1727,36 +1661,20 @@
|
|
|
1727
1661
|
"references": []
|
|
1728
1662
|
},
|
|
1729
1663
|
{
|
|
1730
|
-
"name": "u-
|
|
1664
|
+
"name": "u-select",
|
|
1731
1665
|
"description": "\n---\n",
|
|
1732
1666
|
"attributes": [
|
|
1733
1667
|
{
|
|
1734
|
-
"name": "
|
|
1735
|
-
"values": []
|
|
1736
|
-
},
|
|
1737
|
-
{
|
|
1738
|
-
"name": "value",
|
|
1739
|
-
"values": []
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"name": "autocomplete",
|
|
1668
|
+
"name": "menu-positioning",
|
|
1743
1669
|
"values": [
|
|
1744
1670
|
{
|
|
1745
|
-
"name": "
|
|
1671
|
+
"name": "relative"
|
|
1746
1672
|
},
|
|
1747
1673
|
{
|
|
1748
|
-
"name": "
|
|
1674
|
+
"name": "fixed"
|
|
1749
1675
|
}
|
|
1750
1676
|
]
|
|
1751
1677
|
},
|
|
1752
|
-
{
|
|
1753
|
-
"name": "maxlength",
|
|
1754
|
-
"values": []
|
|
1755
|
-
},
|
|
1756
|
-
{
|
|
1757
|
-
"name": "role",
|
|
1758
|
-
"values": []
|
|
1759
|
-
},
|
|
1760
1678
|
{
|
|
1761
1679
|
"name": "placeholder",
|
|
1762
1680
|
"values": []
|
|
@@ -1944,6 +1862,58 @@
|
|
|
1944
1862
|
],
|
|
1945
1863
|
"references": []
|
|
1946
1864
|
},
|
|
1865
|
+
{
|
|
1866
|
+
"name": "u-switch-list-item",
|
|
1867
|
+
"description": "\n---\n",
|
|
1868
|
+
"attributes": [
|
|
1869
|
+
{
|
|
1870
|
+
"name": "leading",
|
|
1871
|
+
"values": []
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"name": "name",
|
|
1875
|
+
"values": []
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"name": "disabled",
|
|
1879
|
+
"values": []
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"name": "value",
|
|
1883
|
+
"description": "The element value to use in form submission when checked.",
|
|
1884
|
+
"values": []
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"name": "checked",
|
|
1888
|
+
"values": []
|
|
1889
|
+
}
|
|
1890
|
+
],
|
|
1891
|
+
"references": []
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"name": "u-switch",
|
|
1895
|
+
"description": "\n---\n",
|
|
1896
|
+
"attributes": [
|
|
1897
|
+
{
|
|
1898
|
+
"name": "name",
|
|
1899
|
+
"values": []
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"name": "disabled",
|
|
1903
|
+
"values": []
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "value",
|
|
1907
|
+
"description": "The element value to use in form submission when checked.",
|
|
1908
|
+
"values": []
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"name": "checked",
|
|
1912
|
+
"values": []
|
|
1913
|
+
}
|
|
1914
|
+
],
|
|
1915
|
+
"references": []
|
|
1916
|
+
},
|
|
1947
1917
|
{
|
|
1948
1918
|
"name": "u-highlight",
|
|
1949
1919
|
"description": "\n---\n",
|