@universal-material/web 3.7.1 → 3.7.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.
- package/bundle.min.js +1 -0
- package/custom-elements.json +3968 -3968
- package/field/field-base.styles.d.ts.map +1 -1
- package/field/field-base.styles.js +1 -0
- package/field/field-base.styles.js.map +1 -1
- package/package.json +1 -1
- package/vscode.html-custom-data.json +288 -288
|
@@ -2,17 +2,6 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
|
|
3
3
|
"version": 1.1,
|
|
4
4
|
"tags": [
|
|
5
|
-
{
|
|
6
|
-
"name": "u-badge",
|
|
7
|
-
"description": "\n---\n",
|
|
8
|
-
"attributes": [
|
|
9
|
-
{
|
|
10
|
-
"name": "static",
|
|
11
|
-
"values": []
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"references": []
|
|
15
|
-
},
|
|
16
5
|
{
|
|
17
6
|
"name": "u-top-app-bar",
|
|
18
7
|
"description": "\n---\n",
|
|
@@ -63,6 +52,95 @@
|
|
|
63
52
|
],
|
|
64
53
|
"references": []
|
|
65
54
|
},
|
|
55
|
+
{
|
|
56
|
+
"name": "u-badge",
|
|
57
|
+
"description": "\n---\n",
|
|
58
|
+
"attributes": [
|
|
59
|
+
{
|
|
60
|
+
"name": "static",
|
|
61
|
+
"values": []
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"references": []
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "u-button-field",
|
|
68
|
+
"description": "\n---\n",
|
|
69
|
+
"attributes": [
|
|
70
|
+
{
|
|
71
|
+
"name": "value",
|
|
72
|
+
"values": []
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "placeholder",
|
|
76
|
+
"values": []
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "variant",
|
|
80
|
+
"values": [
|
|
81
|
+
{
|
|
82
|
+
"name": "filled"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "outlined"
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "label",
|
|
91
|
+
"description": "The floating label for the field",
|
|
92
|
+
"values": []
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "counter",
|
|
96
|
+
"values": []
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "hide-counter",
|
|
100
|
+
"values": []
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "supporting-text",
|
|
104
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
105
|
+
"values": []
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "error-text",
|
|
109
|
+
"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`",
|
|
110
|
+
"values": []
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "empty",
|
|
114
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
115
|
+
"values": []
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "disabled",
|
|
119
|
+
"values": []
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "invalid",
|
|
123
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
124
|
+
"values": []
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "has-leading-icon",
|
|
128
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
129
|
+
"values": []
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "has-trailing-icon",
|
|
133
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
134
|
+
"values": []
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "has-error-text",
|
|
138
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
139
|
+
"values": []
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"references": []
|
|
143
|
+
},
|
|
66
144
|
{
|
|
67
145
|
"name": "u-button-set",
|
|
68
146
|
"description": "\n---\n",
|
|
@@ -543,84 +621,6 @@
|
|
|
543
621
|
],
|
|
544
622
|
"references": []
|
|
545
623
|
},
|
|
546
|
-
{
|
|
547
|
-
"name": "u-button-field",
|
|
548
|
-
"description": "\n---\n",
|
|
549
|
-
"attributes": [
|
|
550
|
-
{
|
|
551
|
-
"name": "value",
|
|
552
|
-
"values": []
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"name": "placeholder",
|
|
556
|
-
"values": []
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"name": "variant",
|
|
560
|
-
"values": [
|
|
561
|
-
{
|
|
562
|
-
"name": "filled"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"name": "outlined"
|
|
566
|
-
}
|
|
567
|
-
]
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"name": "label",
|
|
571
|
-
"description": "The floating label for the field",
|
|
572
|
-
"values": []
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"name": "counter",
|
|
576
|
-
"values": []
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"name": "hide-counter",
|
|
580
|
-
"values": []
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"name": "supporting-text",
|
|
584
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
585
|
-
"values": []
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"name": "error-text",
|
|
589
|
-
"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`",
|
|
590
|
-
"values": []
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"name": "empty",
|
|
594
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
595
|
-
"values": []
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"name": "disabled",
|
|
599
|
-
"values": []
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
"name": "invalid",
|
|
603
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
604
|
-
"values": []
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"name": "has-leading-icon",
|
|
608
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
609
|
-
"values": []
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
"name": "has-trailing-icon",
|
|
613
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
614
|
-
"values": []
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"name": "has-error-text",
|
|
618
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
619
|
-
"values": []
|
|
620
|
-
}
|
|
621
|
-
],
|
|
622
|
-
"references": []
|
|
623
|
-
},
|
|
624
624
|
{
|
|
625
625
|
"name": "u-card-content",
|
|
626
626
|
"description": "\n---\n",
|
|
@@ -734,111 +734,104 @@
|
|
|
734
734
|
"references": []
|
|
735
735
|
},
|
|
736
736
|
{
|
|
737
|
-
"name": "u-chip-
|
|
738
|
-
"description": "\n---\n",
|
|
737
|
+
"name": "u-chip-field",
|
|
738
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
739
739
|
"attributes": [
|
|
740
740
|
{
|
|
741
|
-
"name": "
|
|
742
|
-
"
|
|
741
|
+
"name": "name",
|
|
742
|
+
"values": []
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "manual",
|
|
746
|
+
"description": "If true, ignore enter key input",
|
|
747
|
+
"values": []
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"name": "placeholder",
|
|
751
|
+
"values": []
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"name": "variant",
|
|
743
755
|
"values": [
|
|
744
756
|
{
|
|
745
|
-
"name": "
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"name": "center"
|
|
757
|
+
"name": "filled"
|
|
749
758
|
},
|
|
750
759
|
{
|
|
751
|
-
"name": "
|
|
760
|
+
"name": "outlined"
|
|
752
761
|
}
|
|
753
762
|
]
|
|
754
|
-
}
|
|
755
|
-
],
|
|
756
|
-
"references": []
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"name": "u-chip",
|
|
760
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
761
|
-
"attributes": [
|
|
763
|
+
},
|
|
762
764
|
{
|
|
763
|
-
"name": "
|
|
764
|
-
"description": "
|
|
765
|
+
"name": "label",
|
|
766
|
+
"description": "The floating label for the field",
|
|
765
767
|
"values": []
|
|
766
768
|
},
|
|
767
769
|
{
|
|
768
|
-
"name": "
|
|
770
|
+
"name": "counter",
|
|
769
771
|
"values": []
|
|
770
772
|
},
|
|
771
773
|
{
|
|
772
|
-
"name": "
|
|
773
|
-
"description": "Adds elevation to the chip",
|
|
774
|
+
"name": "hide-counter",
|
|
774
775
|
"values": []
|
|
775
776
|
},
|
|
776
777
|
{
|
|
777
|
-
"name": "
|
|
778
|
-
"description": "
|
|
778
|
+
"name": "supporting-text",
|
|
779
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
779
780
|
"values": []
|
|
780
781
|
},
|
|
781
782
|
{
|
|
782
|
-
"name": "
|
|
783
|
-
"description": "
|
|
783
|
+
"name": "error-text",
|
|
784
|
+
"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`",
|
|
784
785
|
"values": []
|
|
785
786
|
},
|
|
786
787
|
{
|
|
787
|
-
"name": "
|
|
788
|
-
"description": "
|
|
788
|
+
"name": "empty",
|
|
789
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
789
790
|
"values": []
|
|
790
791
|
},
|
|
791
792
|
{
|
|
792
793
|
"name": "disabled",
|
|
793
|
-
"description": "Whether the button is disabled or not.",
|
|
794
794
|
"values": []
|
|
795
795
|
},
|
|
796
796
|
{
|
|
797
|
-
"name": "
|
|
798
|
-
"description": "
|
|
797
|
+
"name": "invalid",
|
|
798
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
799
799
|
"values": []
|
|
800
800
|
},
|
|
801
801
|
{
|
|
802
|
-
"name": "
|
|
803
|
-
"description": "
|
|
802
|
+
"name": "has-leading-icon",
|
|
803
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
804
804
|
"values": []
|
|
805
805
|
},
|
|
806
806
|
{
|
|
807
|
-
"name": "
|
|
807
|
+
"name": "has-trailing-icon",
|
|
808
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
809
|
+
"values": []
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"name": "has-error-text",
|
|
813
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
808
814
|
"values": []
|
|
809
815
|
}
|
|
810
816
|
],
|
|
811
817
|
"references": []
|
|
812
818
|
},
|
|
813
819
|
{
|
|
814
|
-
"name": "u-
|
|
820
|
+
"name": "u-chip-set",
|
|
815
821
|
"description": "\n---\n",
|
|
816
|
-
"attributes": [],
|
|
817
|
-
"references": []
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"name": "u-dialog",
|
|
821
|
-
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
822
822
|
"attributes": [
|
|
823
823
|
{
|
|
824
|
-
"name": "
|
|
825
|
-
"
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"name": "has-headline",
|
|
829
|
-
"description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
|
|
830
|
-
"values": []
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"name": "has-icon",
|
|
834
|
-
"description": "Whether dialog has icon\n\n_Note:_ Readonly",
|
|
835
|
-
"values": []
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"name": "scrollContainer",
|
|
824
|
+
"name": "alignment",
|
|
825
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
839
826
|
"values": [
|
|
840
827
|
{
|
|
841
|
-
"name": "
|
|
828
|
+
"name": "start"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"name": "center"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"name": "end"
|
|
842
835
|
}
|
|
843
836
|
]
|
|
844
837
|
}
|
|
@@ -846,94 +839,95 @@
|
|
|
846
839
|
"references": []
|
|
847
840
|
},
|
|
848
841
|
{
|
|
849
|
-
"name": "u-chip
|
|
842
|
+
"name": "u-chip",
|
|
850
843
|
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
851
844
|
"attributes": [
|
|
852
845
|
{
|
|
853
|
-
"name": "
|
|
854
|
-
"
|
|
855
|
-
},
|
|
856
|
-
{
|
|
857
|
-
"name": "manual",
|
|
858
|
-
"description": "If true, ignore enter key input",
|
|
859
|
-
"values": []
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"name": "placeholder",
|
|
863
|
-
"values": []
|
|
864
|
-
},
|
|
865
|
-
{
|
|
866
|
-
"name": "variant",
|
|
867
|
-
"values": [
|
|
868
|
-
{
|
|
869
|
-
"name": "filled"
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
"name": "outlined"
|
|
873
|
-
}
|
|
874
|
-
]
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
"name": "label",
|
|
878
|
-
"description": "The floating label for the field",
|
|
846
|
+
"name": "selected",
|
|
847
|
+
"description": "Whether the chip is selected or not",
|
|
879
848
|
"values": []
|
|
880
849
|
},
|
|
881
850
|
{
|
|
882
|
-
"name": "
|
|
851
|
+
"name": "clickable",
|
|
883
852
|
"values": []
|
|
884
853
|
},
|
|
885
854
|
{
|
|
886
|
-
"name": "
|
|
855
|
+
"name": "elevated",
|
|
856
|
+
"description": "Adds elevation to the chip",
|
|
887
857
|
"values": []
|
|
888
858
|
},
|
|
889
859
|
{
|
|
890
|
-
"name": "
|
|
891
|
-
"description": "
|
|
860
|
+
"name": "toggle",
|
|
861
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
892
862
|
"values": []
|
|
893
863
|
},
|
|
894
864
|
{
|
|
895
|
-
"name": "
|
|
896
|
-
"description": "
|
|
865
|
+
"name": "removable",
|
|
866
|
+
"description": "Add the remove icon",
|
|
897
867
|
"values": []
|
|
898
868
|
},
|
|
899
869
|
{
|
|
900
|
-
"name": "
|
|
901
|
-
"description": "
|
|
870
|
+
"name": "hide-selected-icon",
|
|
871
|
+
"description": "Hide the selected icon",
|
|
902
872
|
"values": []
|
|
903
873
|
},
|
|
904
874
|
{
|
|
905
875
|
"name": "disabled",
|
|
876
|
+
"description": "Whether the button is disabled or not.",
|
|
906
877
|
"values": []
|
|
907
878
|
},
|
|
908
879
|
{
|
|
909
|
-
"name": "
|
|
910
|
-
"description": "
|
|
911
|
-
"values": []
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"name": "has-leading-icon",
|
|
915
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
880
|
+
"name": "href",
|
|
881
|
+
"description": "The URL that the link button points to.",
|
|
916
882
|
"values": []
|
|
917
883
|
},
|
|
918
884
|
{
|
|
919
|
-
"name": "
|
|
920
|
-
"description": "
|
|
885
|
+
"name": "target",
|
|
886
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
921
887
|
"values": []
|
|
922
888
|
},
|
|
923
889
|
{
|
|
924
|
-
"name": "
|
|
925
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
890
|
+
"name": "name",
|
|
926
891
|
"values": []
|
|
927
892
|
}
|
|
928
893
|
],
|
|
929
894
|
"references": []
|
|
930
895
|
},
|
|
931
896
|
{
|
|
932
|
-
"name": "u-
|
|
897
|
+
"name": "u-datepicker",
|
|
933
898
|
"description": "\n---\n",
|
|
934
899
|
"attributes": [],
|
|
935
900
|
"references": []
|
|
936
901
|
},
|
|
902
|
+
{
|
|
903
|
+
"name": "u-dialog",
|
|
904
|
+
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
905
|
+
"attributes": [
|
|
906
|
+
{
|
|
907
|
+
"name": "open",
|
|
908
|
+
"values": []
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"name": "has-headline",
|
|
912
|
+
"description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
|
|
913
|
+
"values": []
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "has-icon",
|
|
917
|
+
"description": "Whether dialog has icon\n\n_Note:_ Readonly",
|
|
918
|
+
"values": []
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "scrollContainer",
|
|
922
|
+
"values": [
|
|
923
|
+
{
|
|
924
|
+
"name": "HTMLElement"
|
|
925
|
+
}
|
|
926
|
+
]
|
|
927
|
+
}
|
|
928
|
+
],
|
|
929
|
+
"references": []
|
|
930
|
+
},
|
|
937
931
|
{
|
|
938
932
|
"name": "u-field",
|
|
939
933
|
"description": "\n---\n",
|
|
@@ -1008,12 +1002,35 @@
|
|
|
1008
1002
|
],
|
|
1009
1003
|
"references": []
|
|
1010
1004
|
},
|
|
1005
|
+
{
|
|
1006
|
+
"name": "u-elevation",
|
|
1007
|
+
"description": "\n---\n",
|
|
1008
|
+
"attributes": [],
|
|
1009
|
+
"references": []
|
|
1010
|
+
},
|
|
1011
1011
|
{
|
|
1012
1012
|
"name": "u-icon",
|
|
1013
1013
|
"description": "\n---\n",
|
|
1014
1014
|
"attributes": [],
|
|
1015
1015
|
"references": []
|
|
1016
1016
|
},
|
|
1017
|
+
{
|
|
1018
|
+
"name": "u-list-item",
|
|
1019
|
+
"description": "\n---\n",
|
|
1020
|
+
"attributes": [
|
|
1021
|
+
{
|
|
1022
|
+
"name": "selectable",
|
|
1023
|
+
"values": []
|
|
1024
|
+
}
|
|
1025
|
+
],
|
|
1026
|
+
"references": []
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "u-list",
|
|
1030
|
+
"description": "\n---\n",
|
|
1031
|
+
"attributes": [],
|
|
1032
|
+
"references": []
|
|
1033
|
+
},
|
|
1017
1034
|
{
|
|
1018
1035
|
"name": "u-menu-item",
|
|
1019
1036
|
"description": "\n---\n",
|
|
@@ -1130,23 +1147,6 @@
|
|
|
1130
1147
|
],
|
|
1131
1148
|
"references": []
|
|
1132
1149
|
},
|
|
1133
|
-
{
|
|
1134
|
-
"name": "u-list-item",
|
|
1135
|
-
"description": "\n---\n",
|
|
1136
|
-
"attributes": [
|
|
1137
|
-
{
|
|
1138
|
-
"name": "selectable",
|
|
1139
|
-
"values": []
|
|
1140
|
-
}
|
|
1141
|
-
],
|
|
1142
|
-
"references": []
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"name": "u-list",
|
|
1146
|
-
"description": "\n---\n",
|
|
1147
|
-
"attributes": [],
|
|
1148
|
-
"references": []
|
|
1149
|
-
},
|
|
1150
1150
|
{
|
|
1151
1151
|
"name": "u-drawer-headline",
|
|
1152
1152
|
"description": "\n---\n",
|
|
@@ -1274,18 +1274,6 @@
|
|
|
1274
1274
|
],
|
|
1275
1275
|
"references": []
|
|
1276
1276
|
},
|
|
1277
|
-
{
|
|
1278
|
-
"name": "u-ripple",
|
|
1279
|
-
"description": "\n---\n",
|
|
1280
|
-
"attributes": [
|
|
1281
|
-
{
|
|
1282
|
-
"name": "disabled",
|
|
1283
|
-
"description": "Disables the ripple.",
|
|
1284
|
-
"values": []
|
|
1285
|
-
}
|
|
1286
|
-
],
|
|
1287
|
-
"references": []
|
|
1288
|
-
},
|
|
1289
1277
|
{
|
|
1290
1278
|
"name": "u-radio-list-item",
|
|
1291
1279
|
"description": "\n---\n",
|
|
@@ -1346,6 +1334,18 @@
|
|
|
1346
1334
|
],
|
|
1347
1335
|
"references": []
|
|
1348
1336
|
},
|
|
1337
|
+
{
|
|
1338
|
+
"name": "u-ripple",
|
|
1339
|
+
"description": "\n---\n",
|
|
1340
|
+
"attributes": [
|
|
1341
|
+
{
|
|
1342
|
+
"name": "disabled",
|
|
1343
|
+
"description": "Disables the ripple.",
|
|
1344
|
+
"values": []
|
|
1345
|
+
}
|
|
1346
|
+
],
|
|
1347
|
+
"references": []
|
|
1348
|
+
},
|
|
1349
1349
|
{
|
|
1350
1350
|
"name": "u-search",
|
|
1351
1351
|
"description": "\n---\n",
|
|
@@ -1604,59 +1604,79 @@
|
|
|
1604
1604
|
"references": []
|
|
1605
1605
|
},
|
|
1606
1606
|
{
|
|
1607
|
-
"name": "u-
|
|
1607
|
+
"name": "u-switch-list-item",
|
|
1608
1608
|
"description": "\n---\n",
|
|
1609
1609
|
"attributes": [
|
|
1610
1610
|
{
|
|
1611
|
-
"name": "
|
|
1612
|
-
"values": [
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1611
|
+
"name": "leading",
|
|
1612
|
+
"values": []
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"name": "name",
|
|
1616
|
+
"values": []
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"name": "disabled",
|
|
1620
|
+
"values": []
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"name": "value",
|
|
1624
|
+
"description": "The element value to use in form submission when checked.",
|
|
1625
|
+
"values": []
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"name": "checked",
|
|
1629
|
+
"values": []
|
|
1620
1630
|
}
|
|
1621
1631
|
],
|
|
1622
1632
|
"references": []
|
|
1623
1633
|
},
|
|
1624
1634
|
{
|
|
1625
|
-
"name": "u-
|
|
1635
|
+
"name": "u-switch",
|
|
1626
1636
|
"description": "\n---\n",
|
|
1627
1637
|
"attributes": [
|
|
1628
1638
|
{
|
|
1629
|
-
"name": "
|
|
1639
|
+
"name": "name",
|
|
1630
1640
|
"values": []
|
|
1631
1641
|
},
|
|
1632
1642
|
{
|
|
1633
1643
|
"name": "disabled",
|
|
1634
|
-
"description": "Whether the button is disabled or not.",
|
|
1635
|
-
"values": []
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"name": "href",
|
|
1639
|
-
"description": "The URL that the link button points to.",
|
|
1640
1644
|
"values": []
|
|
1641
1645
|
},
|
|
1642
1646
|
{
|
|
1643
|
-
"name": "
|
|
1644
|
-
"description": "
|
|
1647
|
+
"name": "value",
|
|
1648
|
+
"description": "The element value to use in form submission when checked.",
|
|
1645
1649
|
"values": []
|
|
1646
1650
|
},
|
|
1647
1651
|
{
|
|
1648
|
-
"name": "
|
|
1652
|
+
"name": "checked",
|
|
1649
1653
|
"values": []
|
|
1650
1654
|
}
|
|
1651
1655
|
],
|
|
1652
1656
|
"references": []
|
|
1653
1657
|
},
|
|
1654
1658
|
{
|
|
1655
|
-
"name": "u-text-
|
|
1659
|
+
"name": "u-text-field",
|
|
1656
1660
|
"description": "\n---\n",
|
|
1657
1661
|
"attributes": [
|
|
1658
1662
|
{
|
|
1659
|
-
"name": "
|
|
1663
|
+
"name": "type",
|
|
1664
|
+
"values": []
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"name": "prefix-text",
|
|
1668
|
+
"values": []
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"name": "suffix-text",
|
|
1672
|
+
"values": []
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"name": "readOnly",
|
|
1676
|
+
"values": []
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "autocapitalize",
|
|
1660
1680
|
"values": []
|
|
1661
1681
|
},
|
|
1662
1682
|
{
|
|
@@ -1753,27 +1773,11 @@
|
|
|
1753
1773
|
"references": []
|
|
1754
1774
|
},
|
|
1755
1775
|
{
|
|
1756
|
-
"name": "u-text-
|
|
1776
|
+
"name": "u-text-area",
|
|
1757
1777
|
"description": "\n---\n",
|
|
1758
1778
|
"attributes": [
|
|
1759
1779
|
{
|
|
1760
|
-
"name": "
|
|
1761
|
-
"values": []
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
"name": "prefix-text",
|
|
1765
|
-
"values": []
|
|
1766
|
-
},
|
|
1767
|
-
{
|
|
1768
|
-
"name": "suffix-text",
|
|
1769
|
-
"values": []
|
|
1770
|
-
},
|
|
1771
|
-
{
|
|
1772
|
-
"name": "readOnly",
|
|
1773
|
-
"values": []
|
|
1774
|
-
},
|
|
1775
|
-
{
|
|
1776
|
-
"name": "autocapitalize",
|
|
1780
|
+
"name": "rows",
|
|
1777
1781
|
"values": []
|
|
1778
1782
|
},
|
|
1779
1783
|
{
|
|
@@ -1870,52 +1874,48 @@
|
|
|
1870
1874
|
"references": []
|
|
1871
1875
|
},
|
|
1872
1876
|
{
|
|
1873
|
-
"name": "u-
|
|
1877
|
+
"name": "u-tab-bar",
|
|
1874
1878
|
"description": "\n---\n",
|
|
1875
1879
|
"attributes": [
|
|
1876
1880
|
{
|
|
1877
|
-
"name": "
|
|
1878
|
-
"values": [
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
"values": []
|
|
1887
|
-
},
|
|
1888
|
-
{
|
|
1889
|
-
"name": "value",
|
|
1890
|
-
"description": "The element value to use in form submission when checked.",
|
|
1891
|
-
"values": []
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
"name": "checked",
|
|
1895
|
-
"values": []
|
|
1881
|
+
"name": "variant",
|
|
1882
|
+
"values": [
|
|
1883
|
+
{
|
|
1884
|
+
"name": "primary"
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"name": "secondary"
|
|
1888
|
+
}
|
|
1889
|
+
]
|
|
1896
1890
|
}
|
|
1897
1891
|
],
|
|
1898
1892
|
"references": []
|
|
1899
1893
|
},
|
|
1900
1894
|
{
|
|
1901
|
-
"name": "u-
|
|
1895
|
+
"name": "u-tab",
|
|
1902
1896
|
"description": "\n---\n",
|
|
1903
1897
|
"attributes": [
|
|
1904
1898
|
{
|
|
1905
|
-
"name": "
|
|
1899
|
+
"name": "hasIcon",
|
|
1906
1900
|
"values": []
|
|
1907
1901
|
},
|
|
1908
1902
|
{
|
|
1909
1903
|
"name": "disabled",
|
|
1904
|
+
"description": "Whether the button is disabled or not.",
|
|
1910
1905
|
"values": []
|
|
1911
1906
|
},
|
|
1912
1907
|
{
|
|
1913
|
-
"name": "
|
|
1914
|
-
"description": "The
|
|
1908
|
+
"name": "href",
|
|
1909
|
+
"description": "The URL that the link button points to.",
|
|
1915
1910
|
"values": []
|
|
1916
1911
|
},
|
|
1917
1912
|
{
|
|
1918
|
-
"name": "
|
|
1913
|
+
"name": "target",
|
|
1914
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1915
|
+
"values": []
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"name": "name",
|
|
1919
1919
|
"values": []
|
|
1920
1920
|
}
|
|
1921
1921
|
],
|