@universal-material/web 3.3.18 → 3.3.19
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/custom-elements.json +8312 -8312
- package/package.json +1 -1
- package/select/select.styles.d.ts.map +1 -1
- package/select/select.styles.js +1 -0
- package/select/select.styles.js.map +1 -1
- package/typeahead/typeahead.styles.d.ts.map +1 -1
- package/typeahead/typeahead.styles.js +1 -0
- package/typeahead/typeahead.styles.js.map +1 -1
- package/vscode.html-custom-data.json +428 -428
|
@@ -2,6 +2,70 @@
|
|
|
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-top-app-bar",
|
|
7
|
+
"description": "\n---\n",
|
|
8
|
+
"attributes": [
|
|
9
|
+
{
|
|
10
|
+
"name": "has-leading-icon",
|
|
11
|
+
"description": "Whether the app bar has leading icon or not\n\n_Note:_ Readonly",
|
|
12
|
+
"values": []
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "has-trailing-icon",
|
|
16
|
+
"description": "Whether the app bar has trailing icon or not\n\n_Note:_ Readonly",
|
|
17
|
+
"values": []
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "position",
|
|
21
|
+
"values": [
|
|
22
|
+
{
|
|
23
|
+
"name": "fixed"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "absolute"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "static"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "size",
|
|
35
|
+
"values": [
|
|
36
|
+
{
|
|
37
|
+
"name": "small"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "medium"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "large"
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "headline",
|
|
49
|
+
"values": []
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "scrollContainer",
|
|
53
|
+
"values": [
|
|
54
|
+
{
|
|
55
|
+
"name": "none"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "window"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "container-scrolled",
|
|
64
|
+
"values": []
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"references": []
|
|
68
|
+
},
|
|
5
69
|
{
|
|
6
70
|
"name": "u-badge",
|
|
7
71
|
"description": "\n---\n",
|
|
@@ -91,108 +155,6 @@
|
|
|
91
155
|
],
|
|
92
156
|
"references": []
|
|
93
157
|
},
|
|
94
|
-
{
|
|
95
|
-
"name": "u-top-app-bar",
|
|
96
|
-
"description": "\n---\n",
|
|
97
|
-
"attributes": [
|
|
98
|
-
{
|
|
99
|
-
"name": "has-leading-icon",
|
|
100
|
-
"description": "Whether the app bar has leading icon or not\n\n_Note:_ Readonly",
|
|
101
|
-
"values": []
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "has-trailing-icon",
|
|
105
|
-
"description": "Whether the app bar has trailing icon or not\n\n_Note:_ Readonly",
|
|
106
|
-
"values": []
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"name": "position",
|
|
110
|
-
"values": [
|
|
111
|
-
{
|
|
112
|
-
"name": "fixed"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"name": "absolute"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"name": "static"
|
|
119
|
-
}
|
|
120
|
-
]
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"name": "size",
|
|
124
|
-
"values": [
|
|
125
|
-
{
|
|
126
|
-
"name": "small"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"name": "medium"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"name": "large"
|
|
133
|
-
}
|
|
134
|
-
]
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"name": "headline",
|
|
138
|
-
"values": []
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "scrollContainer",
|
|
142
|
-
"values": [
|
|
143
|
-
{
|
|
144
|
-
"name": "none"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"name": "window"
|
|
148
|
-
}
|
|
149
|
-
]
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"name": "container-scrolled",
|
|
153
|
-
"values": []
|
|
154
|
-
}
|
|
155
|
-
],
|
|
156
|
-
"references": []
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"name": "u-calendar",
|
|
160
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
161
|
-
"attributes": [
|
|
162
|
-
{
|
|
163
|
-
"name": "value",
|
|
164
|
-
"values": []
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"name": "dateOutsideMonth",
|
|
168
|
-
"values": []
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"name": "locale",
|
|
172
|
-
"values": []
|
|
173
|
-
}
|
|
174
|
-
],
|
|
175
|
-
"references": []
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"name": "u-range-calendar",
|
|
179
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
180
|
-
"attributes": [
|
|
181
|
-
{
|
|
182
|
-
"name": "value",
|
|
183
|
-
"values": []
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"name": "dateOutsideMonth",
|
|
187
|
-
"values": []
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"name": "locale",
|
|
191
|
-
"values": []
|
|
192
|
-
}
|
|
193
|
-
],
|
|
194
|
-
"references": []
|
|
195
|
-
},
|
|
196
158
|
{
|
|
197
159
|
"name": "u-button-set",
|
|
198
160
|
"description": "\n---\n",
|
|
@@ -569,6 +531,44 @@
|
|
|
569
531
|
],
|
|
570
532
|
"references": []
|
|
571
533
|
},
|
|
534
|
+
{
|
|
535
|
+
"name": "u-calendar",
|
|
536
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
537
|
+
"attributes": [
|
|
538
|
+
{
|
|
539
|
+
"name": "value",
|
|
540
|
+
"values": []
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "dateOutsideMonth",
|
|
544
|
+
"values": []
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "locale",
|
|
548
|
+
"values": []
|
|
549
|
+
}
|
|
550
|
+
],
|
|
551
|
+
"references": []
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"name": "u-range-calendar",
|
|
555
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
556
|
+
"attributes": [
|
|
557
|
+
{
|
|
558
|
+
"name": "value",
|
|
559
|
+
"values": []
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "dateOutsideMonth",
|
|
563
|
+
"values": []
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"name": "locale",
|
|
567
|
+
"values": []
|
|
568
|
+
}
|
|
569
|
+
],
|
|
570
|
+
"references": []
|
|
571
|
+
},
|
|
572
572
|
{
|
|
573
573
|
"name": "u-card-content",
|
|
574
574
|
"description": "\n---\n",
|
|
@@ -614,71 +614,139 @@
|
|
|
614
614
|
"references": []
|
|
615
615
|
},
|
|
616
616
|
{
|
|
617
|
-
"name": "u-
|
|
617
|
+
"name": "u-checkbox-list-item",
|
|
618
618
|
"description": "\n---\n",
|
|
619
619
|
"attributes": [
|
|
620
620
|
{
|
|
621
|
-
"name": "
|
|
622
|
-
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
623
|
-
"values": [
|
|
624
|
-
{
|
|
625
|
-
"name": "start"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"name": "center"
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"name": "end"
|
|
632
|
-
}
|
|
633
|
-
]
|
|
634
|
-
}
|
|
635
|
-
],
|
|
636
|
-
"references": []
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
"name": "u-chip",
|
|
640
|
-
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
641
|
-
"attributes": [
|
|
642
|
-
{
|
|
643
|
-
"name": "selected",
|
|
644
|
-
"description": "Whether the chip is selected or not",
|
|
645
|
-
"values": []
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"name": "clickable",
|
|
621
|
+
"name": "leading",
|
|
649
622
|
"values": []
|
|
650
623
|
},
|
|
651
624
|
{
|
|
652
|
-
"name": "
|
|
653
|
-
"description": "Adds elevation to the chip",
|
|
625
|
+
"name": "hide-state-layer",
|
|
654
626
|
"values": []
|
|
655
627
|
},
|
|
656
628
|
{
|
|
657
|
-
"name": "
|
|
658
|
-
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
629
|
+
"name": "indeterminate",
|
|
659
630
|
"values": []
|
|
660
631
|
},
|
|
661
632
|
{
|
|
662
|
-
"name": "
|
|
663
|
-
"description": "Add the remove icon",
|
|
633
|
+
"name": "name",
|
|
664
634
|
"values": []
|
|
665
635
|
},
|
|
666
636
|
{
|
|
667
|
-
"name": "
|
|
668
|
-
"description": "Hide the selected icon",
|
|
637
|
+
"name": "disabled",
|
|
669
638
|
"values": []
|
|
670
639
|
},
|
|
671
640
|
{
|
|
672
|
-
"name": "
|
|
673
|
-
"description": "
|
|
641
|
+
"name": "value",
|
|
642
|
+
"description": "The element value to use in form submission when checked.",
|
|
674
643
|
"values": []
|
|
675
644
|
},
|
|
676
645
|
{
|
|
677
|
-
"name": "
|
|
678
|
-
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
646
|
+
"name": "checked",
|
|
679
647
|
"values": []
|
|
680
|
-
}
|
|
681
|
-
|
|
648
|
+
}
|
|
649
|
+
],
|
|
650
|
+
"references": []
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"name": "u-checkbox",
|
|
654
|
+
"description": "\n---\n",
|
|
655
|
+
"attributes": [
|
|
656
|
+
{
|
|
657
|
+
"name": "hide-state-layer",
|
|
658
|
+
"values": []
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "indeterminate",
|
|
662
|
+
"values": []
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"name": "name",
|
|
666
|
+
"values": []
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"name": "disabled",
|
|
670
|
+
"values": []
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "value",
|
|
674
|
+
"description": "The element value to use in form submission when checked.",
|
|
675
|
+
"values": []
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"name": "checked",
|
|
679
|
+
"values": []
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"references": []
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "u-chip-set",
|
|
686
|
+
"description": "\n---\n",
|
|
687
|
+
"attributes": [
|
|
688
|
+
{
|
|
689
|
+
"name": "alignment",
|
|
690
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
691
|
+
"values": [
|
|
692
|
+
{
|
|
693
|
+
"name": "start"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "center"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"name": "end"
|
|
700
|
+
}
|
|
701
|
+
]
|
|
702
|
+
}
|
|
703
|
+
],
|
|
704
|
+
"references": []
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "u-chip",
|
|
708
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
709
|
+
"attributes": [
|
|
710
|
+
{
|
|
711
|
+
"name": "selected",
|
|
712
|
+
"description": "Whether the chip is selected or not",
|
|
713
|
+
"values": []
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"name": "clickable",
|
|
717
|
+
"values": []
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"name": "elevated",
|
|
721
|
+
"description": "Adds elevation to the chip",
|
|
722
|
+
"values": []
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"name": "toggle",
|
|
726
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
727
|
+
"values": []
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"name": "removable",
|
|
731
|
+
"description": "Add the remove icon",
|
|
732
|
+
"values": []
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "hide-selected-icon",
|
|
736
|
+
"description": "Hide the selected icon",
|
|
737
|
+
"values": []
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"name": "has-leading-icon",
|
|
741
|
+
"description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
|
|
742
|
+
"values": []
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "has-selected-icon",
|
|
746
|
+
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
747
|
+
"values": []
|
|
748
|
+
},
|
|
749
|
+
{
|
|
682
750
|
"name": "has-trailing-icon",
|
|
683
751
|
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
|
|
684
752
|
"values": []
|
|
@@ -789,68 +857,21 @@
|
|
|
789
857
|
"references": []
|
|
790
858
|
},
|
|
791
859
|
{
|
|
792
|
-
"name": "u-
|
|
793
|
-
"description": "\n---\n",
|
|
794
|
-
"attributes": [
|
|
795
|
-
{
|
|
796
|
-
"name": "leading",
|
|
797
|
-
"values": []
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
"name": "hide-state-layer",
|
|
801
|
-
"values": []
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
"name": "indeterminate",
|
|
805
|
-
"values": []
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"name": "name",
|
|
809
|
-
"values": []
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
"name": "disabled",
|
|
813
|
-
"values": []
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"name": "value",
|
|
817
|
-
"description": "The element value to use in form submission when checked.",
|
|
818
|
-
"values": []
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"name": "checked",
|
|
822
|
-
"values": []
|
|
823
|
-
}
|
|
824
|
-
],
|
|
825
|
-
"references": []
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"name": "u-checkbox",
|
|
829
|
-
"description": "\n---\n",
|
|
860
|
+
"name": "u-dialog",
|
|
861
|
+
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
830
862
|
"attributes": [
|
|
831
863
|
{
|
|
832
|
-
"name": "
|
|
833
|
-
"values": []
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"name": "indeterminate",
|
|
837
|
-
"values": []
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"name": "name",
|
|
841
|
-
"values": []
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"name": "disabled",
|
|
864
|
+
"name": "open",
|
|
845
865
|
"values": []
|
|
846
866
|
},
|
|
847
867
|
{
|
|
848
|
-
"name": "
|
|
849
|
-
"description": "
|
|
868
|
+
"name": "has-headline",
|
|
869
|
+
"description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
|
|
850
870
|
"values": []
|
|
851
871
|
},
|
|
852
872
|
{
|
|
853
|
-
"name": "
|
|
873
|
+
"name": "has-icon",
|
|
874
|
+
"description": "Whether dialog has icon\n\n_Note:_ Readonly",
|
|
854
875
|
"values": []
|
|
855
876
|
}
|
|
856
877
|
],
|
|
@@ -937,32 +958,98 @@
|
|
|
937
958
|
"references": []
|
|
938
959
|
},
|
|
939
960
|
{
|
|
940
|
-
"name": "u-
|
|
941
|
-
"description": "\n---\n
|
|
961
|
+
"name": "u-icon",
|
|
962
|
+
"description": "\n---\n",
|
|
963
|
+
"attributes": [],
|
|
964
|
+
"references": []
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "u-list-item",
|
|
968
|
+
"description": "\n---\n",
|
|
942
969
|
"attributes": [
|
|
943
970
|
{
|
|
944
|
-
"name": "
|
|
971
|
+
"name": "selectable",
|
|
972
|
+
"values": []
|
|
973
|
+
}
|
|
974
|
+
],
|
|
975
|
+
"references": []
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"name": "u-list",
|
|
979
|
+
"description": "\n---\n",
|
|
980
|
+
"attributes": [],
|
|
981
|
+
"references": []
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"name": "u-drawer-headline",
|
|
985
|
+
"description": "\n---\n",
|
|
986
|
+
"attributes": [],
|
|
987
|
+
"references": []
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"name": "u-drawer-item",
|
|
991
|
+
"description": "\n---\n",
|
|
992
|
+
"attributes": [
|
|
993
|
+
{
|
|
994
|
+
"name": "has-icon",
|
|
995
|
+
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
945
996
|
"values": []
|
|
946
997
|
},
|
|
947
998
|
{
|
|
948
|
-
"name": "has-
|
|
949
|
-
"description": "Whether
|
|
999
|
+
"name": "has-badge",
|
|
1000
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
950
1001
|
"values": []
|
|
951
1002
|
},
|
|
952
1003
|
{
|
|
953
|
-
"name": "
|
|
954
|
-
"description": "Whether
|
|
1004
|
+
"name": "active",
|
|
1005
|
+
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1006
|
+
"values": []
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "keep-drawer-open",
|
|
1010
|
+
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1011
|
+
"values": []
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "disabled",
|
|
1015
|
+
"description": "Whether the button is disabled or not.",
|
|
1016
|
+
"values": []
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"name": "href",
|
|
1020
|
+
"description": "The URL that the link button points to.",
|
|
1021
|
+
"values": []
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "target",
|
|
1025
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1026
|
+
"values": []
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"name": "name",
|
|
955
1030
|
"values": []
|
|
956
1031
|
}
|
|
957
1032
|
],
|
|
958
1033
|
"references": []
|
|
959
1034
|
},
|
|
960
1035
|
{
|
|
961
|
-
"name": "u-
|
|
1036
|
+
"name": "u-drawer",
|
|
962
1037
|
"description": "\n---\n",
|
|
963
1038
|
"attributes": [],
|
|
964
1039
|
"references": []
|
|
965
1040
|
},
|
|
1041
|
+
{
|
|
1042
|
+
"name": "u-side-navigation",
|
|
1043
|
+
"description": "\n---\n",
|
|
1044
|
+
"attributes": [
|
|
1045
|
+
{
|
|
1046
|
+
"name": "toggle-drawer",
|
|
1047
|
+
"description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
|
|
1048
|
+
"values": []
|
|
1049
|
+
}
|
|
1050
|
+
],
|
|
1051
|
+
"references": []
|
|
1052
|
+
},
|
|
966
1053
|
{
|
|
967
1054
|
"name": "u-menu-item",
|
|
968
1055
|
"description": "\n---\n",
|
|
@@ -1091,76 +1178,6 @@
|
|
|
1091
1178
|
],
|
|
1092
1179
|
"references": []
|
|
1093
1180
|
},
|
|
1094
|
-
{
|
|
1095
|
-
"name": "u-drawer-headline",
|
|
1096
|
-
"description": "\n---\n",
|
|
1097
|
-
"attributes": [],
|
|
1098
|
-
"references": []
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"name": "u-drawer-item",
|
|
1102
|
-
"description": "\n---\n",
|
|
1103
|
-
"attributes": [
|
|
1104
|
-
{
|
|
1105
|
-
"name": "has-icon",
|
|
1106
|
-
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
1107
|
-
"values": []
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
"name": "has-badge",
|
|
1111
|
-
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1112
|
-
"values": []
|
|
1113
|
-
},
|
|
1114
|
-
{
|
|
1115
|
-
"name": "active",
|
|
1116
|
-
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1117
|
-
"values": []
|
|
1118
|
-
},
|
|
1119
|
-
{
|
|
1120
|
-
"name": "keep-drawer-open",
|
|
1121
|
-
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1122
|
-
"values": []
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"name": "disabled",
|
|
1126
|
-
"description": "Whether the button is disabled or not.",
|
|
1127
|
-
"values": []
|
|
1128
|
-
},
|
|
1129
|
-
{
|
|
1130
|
-
"name": "href",
|
|
1131
|
-
"description": "The URL that the link button points to.",
|
|
1132
|
-
"values": []
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"name": "target",
|
|
1136
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1137
|
-
"values": []
|
|
1138
|
-
},
|
|
1139
|
-
{
|
|
1140
|
-
"name": "name",
|
|
1141
|
-
"values": []
|
|
1142
|
-
}
|
|
1143
|
-
],
|
|
1144
|
-
"references": []
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"name": "u-drawer",
|
|
1148
|
-
"description": "\n---\n",
|
|
1149
|
-
"attributes": [],
|
|
1150
|
-
"references": []
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"name": "u-side-navigation",
|
|
1154
|
-
"description": "\n---\n",
|
|
1155
|
-
"attributes": [
|
|
1156
|
-
{
|
|
1157
|
-
"name": "toggle-drawer",
|
|
1158
|
-
"description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
|
|
1159
|
-
"values": []
|
|
1160
|
-
}
|
|
1161
|
-
],
|
|
1162
|
-
"references": []
|
|
1163
|
-
},
|
|
1164
1181
|
{
|
|
1165
1182
|
"name": "u-overflow-menu-item",
|
|
1166
1183
|
"description": "\n---\n",
|
|
@@ -1182,23 +1199,6 @@
|
|
|
1182
1199
|
"attributes": [],
|
|
1183
1200
|
"references": []
|
|
1184
1201
|
},
|
|
1185
|
-
{
|
|
1186
|
-
"name": "u-list-item",
|
|
1187
|
-
"description": "\n---\n",
|
|
1188
|
-
"attributes": [
|
|
1189
|
-
{
|
|
1190
|
-
"name": "selectable",
|
|
1191
|
-
"values": []
|
|
1192
|
-
}
|
|
1193
|
-
],
|
|
1194
|
-
"references": []
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"name": "u-list",
|
|
1198
|
-
"description": "\n---\n",
|
|
1199
|
-
"attributes": [],
|
|
1200
|
-
"references": []
|
|
1201
|
-
},
|
|
1202
1202
|
{
|
|
1203
1203
|
"name": "u-circular-progress",
|
|
1204
1204
|
"description": "\n---\n",
|
|
@@ -1289,18 +1289,6 @@
|
|
|
1289
1289
|
],
|
|
1290
1290
|
"references": []
|
|
1291
1291
|
},
|
|
1292
|
-
{
|
|
1293
|
-
"name": "u-ripple",
|
|
1294
|
-
"description": "\n---\n",
|
|
1295
|
-
"attributes": [
|
|
1296
|
-
{
|
|
1297
|
-
"name": "disabled",
|
|
1298
|
-
"description": "Disables the ripple.",
|
|
1299
|
-
"values": []
|
|
1300
|
-
}
|
|
1301
|
-
],
|
|
1302
|
-
"references": []
|
|
1303
|
-
},
|
|
1304
1292
|
{
|
|
1305
1293
|
"name": "u-search",
|
|
1306
1294
|
"description": "\n---\n",
|
|
@@ -1552,37 +1540,44 @@
|
|
|
1552
1540
|
"references": []
|
|
1553
1541
|
},
|
|
1554
1542
|
{
|
|
1555
|
-
"name": "u-
|
|
1543
|
+
"name": "u-ripple",
|
|
1556
1544
|
"description": "\n---\n",
|
|
1557
1545
|
"attributes": [
|
|
1558
1546
|
{
|
|
1559
|
-
"name": "
|
|
1560
|
-
"
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"name": "name",
|
|
1547
|
+
"name": "disabled",
|
|
1548
|
+
"description": "Disables the ripple.",
|
|
1564
1549
|
"values": []
|
|
1565
|
-
}
|
|
1550
|
+
}
|
|
1551
|
+
],
|
|
1552
|
+
"references": []
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"name": "u-snackbar",
|
|
1556
|
+
"description": "\n---\n",
|
|
1557
|
+
"attributes": [
|
|
1566
1558
|
{
|
|
1567
|
-
"name": "
|
|
1559
|
+
"name": "message",
|
|
1568
1560
|
"values": []
|
|
1569
1561
|
},
|
|
1570
1562
|
{
|
|
1571
|
-
"name": "
|
|
1572
|
-
"description": "The element value to use in form submission when checked.",
|
|
1563
|
+
"name": "action",
|
|
1573
1564
|
"values": []
|
|
1574
1565
|
},
|
|
1575
1566
|
{
|
|
1576
|
-
"name": "
|
|
1567
|
+
"name": "show-close",
|
|
1577
1568
|
"values": []
|
|
1578
1569
|
}
|
|
1579
1570
|
],
|
|
1580
1571
|
"references": []
|
|
1581
1572
|
},
|
|
1582
1573
|
{
|
|
1583
|
-
"name": "u-switch",
|
|
1574
|
+
"name": "u-switch-list-item",
|
|
1584
1575
|
"description": "\n---\n",
|
|
1585
1576
|
"attributes": [
|
|
1577
|
+
{
|
|
1578
|
+
"name": "leading",
|
|
1579
|
+
"values": []
|
|
1580
|
+
},
|
|
1586
1581
|
{
|
|
1587
1582
|
"name": "name",
|
|
1588
1583
|
"values": []
|
|
@@ -1604,136 +1599,72 @@
|
|
|
1604
1599
|
"references": []
|
|
1605
1600
|
},
|
|
1606
1601
|
{
|
|
1607
|
-
"name": "u-
|
|
1602
|
+
"name": "u-switch",
|
|
1608
1603
|
"description": "\n---\n",
|
|
1609
1604
|
"attributes": [
|
|
1610
1605
|
{
|
|
1611
|
-
"name": "
|
|
1606
|
+
"name": "name",
|
|
1612
1607
|
"values": []
|
|
1613
1608
|
},
|
|
1614
1609
|
{
|
|
1615
|
-
"name": "
|
|
1610
|
+
"name": "disabled",
|
|
1616
1611
|
"values": []
|
|
1617
1612
|
},
|
|
1618
1613
|
{
|
|
1619
|
-
"name": "
|
|
1614
|
+
"name": "value",
|
|
1615
|
+
"description": "The element value to use in form submission when checked.",
|
|
1616
|
+
"values": []
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"name": "checked",
|
|
1620
1620
|
"values": []
|
|
1621
1621
|
}
|
|
1622
1622
|
],
|
|
1623
1623
|
"references": []
|
|
1624
1624
|
},
|
|
1625
1625
|
{
|
|
1626
|
-
"name": "u-
|
|
1626
|
+
"name": "u-tab-bar",
|
|
1627
1627
|
"description": "\n---\n",
|
|
1628
1628
|
"attributes": [
|
|
1629
|
-
{
|
|
1630
|
-
"name": "type",
|
|
1631
|
-
"values": []
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
"name": "prefix-text",
|
|
1635
|
-
"values": []
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"name": "suffix-text",
|
|
1639
|
-
"values": []
|
|
1640
|
-
},
|
|
1641
|
-
{
|
|
1642
|
-
"name": "readOnly",
|
|
1643
|
-
"values": []
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"name": "autocapitalize",
|
|
1647
|
-
"values": []
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"name": "value",
|
|
1651
|
-
"values": []
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"name": "autocomplete",
|
|
1655
|
-
"values": [
|
|
1656
|
-
{
|
|
1657
|
-
"name": "on"
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"name": "off"
|
|
1661
|
-
}
|
|
1662
|
-
]
|
|
1663
|
-
},
|
|
1664
|
-
{
|
|
1665
|
-
"name": "maxlength",
|
|
1666
|
-
"values": []
|
|
1667
|
-
},
|
|
1668
|
-
{
|
|
1669
|
-
"name": "role",
|
|
1670
|
-
"values": []
|
|
1671
|
-
},
|
|
1672
|
-
{
|
|
1673
|
-
"name": "placeholder",
|
|
1674
|
-
"values": []
|
|
1675
|
-
},
|
|
1676
1629
|
{
|
|
1677
1630
|
"name": "variant",
|
|
1678
1631
|
"values": [
|
|
1679
1632
|
{
|
|
1680
|
-
"name": "
|
|
1633
|
+
"name": "primary"
|
|
1681
1634
|
},
|
|
1682
1635
|
{
|
|
1683
|
-
"name": "
|
|
1636
|
+
"name": "secondary"
|
|
1684
1637
|
}
|
|
1685
1638
|
]
|
|
1686
|
-
}
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
"values": []
|
|
1695
|
-
},
|
|
1696
|
-
{
|
|
1697
|
-
"name": "hide-counter",
|
|
1698
|
-
"values": []
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
"name": "supporting-text",
|
|
1702
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
1703
|
-
"values": []
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
"name": "error-text",
|
|
1707
|
-
"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`",
|
|
1708
|
-
"values": []
|
|
1709
|
-
},
|
|
1639
|
+
}
|
|
1640
|
+
],
|
|
1641
|
+
"references": []
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"name": "u-tab",
|
|
1645
|
+
"description": "\n---\n",
|
|
1646
|
+
"attributes": [
|
|
1710
1647
|
{
|
|
1711
|
-
"name": "
|
|
1712
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
1648
|
+
"name": "hasIcon",
|
|
1713
1649
|
"values": []
|
|
1714
1650
|
},
|
|
1715
1651
|
{
|
|
1716
1652
|
"name": "disabled",
|
|
1653
|
+
"description": "Whether the button is disabled or not.",
|
|
1717
1654
|
"values": []
|
|
1718
1655
|
},
|
|
1719
1656
|
{
|
|
1720
|
-
"name": "
|
|
1721
|
-
"description": "
|
|
1722
|
-
"values": []
|
|
1723
|
-
},
|
|
1724
|
-
{
|
|
1725
|
-
"name": "has-leading-icon",
|
|
1726
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
1657
|
+
"name": "href",
|
|
1658
|
+
"description": "The URL that the link button points to.",
|
|
1727
1659
|
"values": []
|
|
1728
1660
|
},
|
|
1729
1661
|
{
|
|
1730
|
-
"name": "
|
|
1731
|
-
"description": "
|
|
1662
|
+
"name": "target",
|
|
1663
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1732
1664
|
"values": []
|
|
1733
1665
|
},
|
|
1734
1666
|
{
|
|
1735
|
-
"name": "
|
|
1736
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
1667
|
+
"name": "name",
|
|
1737
1668
|
"values": []
|
|
1738
1669
|
}
|
|
1739
1670
|
],
|
|
@@ -1908,7 +1839,7 @@
|
|
|
1908
1839
|
"values": []
|
|
1909
1840
|
},
|
|
1910
1841
|
{
|
|
1911
|
-
"name": "
|
|
1842
|
+
"name": "positioning",
|
|
1912
1843
|
"values": [
|
|
1913
1844
|
{
|
|
1914
1845
|
"name": "relative"
|
|
@@ -1927,48 +1858,117 @@
|
|
|
1927
1858
|
"references": []
|
|
1928
1859
|
},
|
|
1929
1860
|
{
|
|
1930
|
-
"name": "u-
|
|
1861
|
+
"name": "u-text-field",
|
|
1931
1862
|
"description": "\n---\n",
|
|
1932
1863
|
"attributes": [
|
|
1864
|
+
{
|
|
1865
|
+
"name": "type",
|
|
1866
|
+
"values": []
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"name": "prefix-text",
|
|
1870
|
+
"values": []
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "suffix-text",
|
|
1874
|
+
"values": []
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"name": "readOnly",
|
|
1878
|
+
"values": []
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"name": "autocapitalize",
|
|
1882
|
+
"values": []
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"name": "value",
|
|
1886
|
+
"values": []
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"name": "autocomplete",
|
|
1890
|
+
"values": [
|
|
1891
|
+
{
|
|
1892
|
+
"name": "on"
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"name": "off"
|
|
1896
|
+
}
|
|
1897
|
+
]
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"name": "maxlength",
|
|
1901
|
+
"values": []
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"name": "role",
|
|
1905
|
+
"values": []
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "placeholder",
|
|
1909
|
+
"values": []
|
|
1910
|
+
},
|
|
1933
1911
|
{
|
|
1934
1912
|
"name": "variant",
|
|
1935
1913
|
"values": [
|
|
1936
1914
|
{
|
|
1937
|
-
"name": "
|
|
1915
|
+
"name": "filled"
|
|
1938
1916
|
},
|
|
1939
1917
|
{
|
|
1940
|
-
"name": "
|
|
1918
|
+
"name": "outlined"
|
|
1941
1919
|
}
|
|
1942
1920
|
]
|
|
1943
|
-
}
|
|
1944
|
-
],
|
|
1945
|
-
"references": []
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"name": "u-tab",
|
|
1949
|
-
"description": "\n---\n",
|
|
1950
|
-
"attributes": [
|
|
1921
|
+
},
|
|
1951
1922
|
{
|
|
1952
|
-
"name": "
|
|
1923
|
+
"name": "label",
|
|
1924
|
+
"description": "The floating label for the field",
|
|
1925
|
+
"values": []
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "counter",
|
|
1929
|
+
"values": []
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"name": "hide-counter",
|
|
1933
|
+
"values": []
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"name": "supporting-text",
|
|
1937
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
1938
|
+
"values": []
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "error-text",
|
|
1942
|
+
"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`",
|
|
1943
|
+
"values": []
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"name": "empty",
|
|
1947
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
1953
1948
|
"values": []
|
|
1954
1949
|
},
|
|
1955
1950
|
{
|
|
1956
1951
|
"name": "disabled",
|
|
1957
|
-
"description": "Whether the button is disabled or not.",
|
|
1958
1952
|
"values": []
|
|
1959
1953
|
},
|
|
1960
1954
|
{
|
|
1961
|
-
"name": "
|
|
1962
|
-
"description": "
|
|
1955
|
+
"name": "invalid",
|
|
1956
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
1963
1957
|
"values": []
|
|
1964
1958
|
},
|
|
1965
1959
|
{
|
|
1966
|
-
"name": "
|
|
1967
|
-
"description": "
|
|
1960
|
+
"name": "has-leading-icon",
|
|
1961
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
1968
1962
|
"values": []
|
|
1969
1963
|
},
|
|
1970
1964
|
{
|
|
1971
|
-
"name": "
|
|
1965
|
+
"name": "has-trailing-icon",
|
|
1966
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
1967
|
+
"values": []
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"name": "has-error-text",
|
|
1971
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
1972
1972
|
"values": []
|
|
1973
1973
|
}
|
|
1974
1974
|
],
|