@universal-material/web 3.3.6 → 3.3.7
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 +9624 -9610
- package/package.json +1 -1
- package/search/search.d.ts +2 -0
- package/search/search.d.ts.map +1 -1
- package/search/search.js +11 -0
- package/search/search.js.map +1 -1
- package/vscode.html-custom-data.json +423 -423
|
@@ -2,6 +2,81 @@
|
|
|
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
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "u-badge",
|
|
71
|
+
"description": "\n---\n",
|
|
72
|
+
"attributes": [
|
|
73
|
+
{
|
|
74
|
+
"name": "static",
|
|
75
|
+
"values": []
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"references": []
|
|
79
|
+
},
|
|
5
80
|
{
|
|
6
81
|
"name": "u-button-field",
|
|
7
82
|
"description": "\n---\n",
|
|
@@ -81,75 +156,112 @@
|
|
|
81
156
|
"references": []
|
|
82
157
|
},
|
|
83
158
|
{
|
|
84
|
-
"name": "u-
|
|
159
|
+
"name": "u-card-content",
|
|
85
160
|
"description": "\n---\n",
|
|
86
161
|
"attributes": [
|
|
87
162
|
{
|
|
88
|
-
"name": "has-
|
|
89
|
-
"description": "Whether the app bar has leading icon or not\n\n_Note:_ Readonly",
|
|
163
|
+
"name": "has-content",
|
|
90
164
|
"values": []
|
|
91
|
-
}
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"references": []
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "u-card-media",
|
|
171
|
+
"description": "\n---\n",
|
|
172
|
+
"attributes": [
|
|
92
173
|
{
|
|
93
|
-
"name": "
|
|
94
|
-
"description": "Whether the app bar has trailing icon or not\n\n_Note:_ Readonly",
|
|
174
|
+
"name": "wide",
|
|
95
175
|
"values": []
|
|
96
|
-
}
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"references": []
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "u-card",
|
|
182
|
+
"description": "\n---\n",
|
|
183
|
+
"attributes": [
|
|
97
184
|
{
|
|
98
|
-
"name": "
|
|
185
|
+
"name": "variant",
|
|
186
|
+
"description": "The Card variant to render.",
|
|
99
187
|
"values": [
|
|
100
188
|
{
|
|
101
|
-
"name": "
|
|
189
|
+
"name": "filled"
|
|
102
190
|
},
|
|
103
191
|
{
|
|
104
|
-
"name": "
|
|
192
|
+
"name": "elevated"
|
|
105
193
|
},
|
|
106
194
|
{
|
|
107
|
-
"name": "
|
|
195
|
+
"name": "outlined"
|
|
108
196
|
}
|
|
109
197
|
]
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"references": []
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "u-checkbox-list-item",
|
|
204
|
+
"description": "\n---\n",
|
|
205
|
+
"attributes": [
|
|
206
|
+
{
|
|
207
|
+
"name": "leading",
|
|
208
|
+
"values": []
|
|
110
209
|
},
|
|
111
210
|
{
|
|
112
|
-
"name": "
|
|
113
|
-
"values": [
|
|
114
|
-
{
|
|
115
|
-
"name": "small"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"name": "medium"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"name": "large"
|
|
122
|
-
}
|
|
123
|
-
]
|
|
211
|
+
"name": "hide-state-layer",
|
|
212
|
+
"values": []
|
|
124
213
|
},
|
|
125
214
|
{
|
|
126
|
-
"name": "
|
|
215
|
+
"name": "indeterminate",
|
|
127
216
|
"values": []
|
|
128
217
|
},
|
|
129
218
|
{
|
|
130
|
-
"name": "
|
|
131
|
-
"values": [
|
|
132
|
-
{
|
|
133
|
-
"name": "none"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"name": "window"
|
|
137
|
-
}
|
|
138
|
-
]
|
|
219
|
+
"name": "name",
|
|
220
|
+
"values": []
|
|
139
221
|
},
|
|
140
222
|
{
|
|
141
|
-
"name": "
|
|
223
|
+
"name": "disabled",
|
|
224
|
+
"values": []
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "value",
|
|
228
|
+
"description": "The element value to use in form submission when checked.",
|
|
229
|
+
"values": []
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "checked",
|
|
142
233
|
"values": []
|
|
143
234
|
}
|
|
144
235
|
],
|
|
145
236
|
"references": []
|
|
146
237
|
},
|
|
147
238
|
{
|
|
148
|
-
"name": "u-
|
|
239
|
+
"name": "u-checkbox",
|
|
149
240
|
"description": "\n---\n",
|
|
150
241
|
"attributes": [
|
|
151
242
|
{
|
|
152
|
-
"name": "
|
|
243
|
+
"name": "hide-state-layer",
|
|
244
|
+
"values": []
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "indeterminate",
|
|
248
|
+
"values": []
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "name",
|
|
252
|
+
"values": []
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "disabled",
|
|
256
|
+
"values": []
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "value",
|
|
260
|
+
"description": "The element value to use in form submission when checked.",
|
|
261
|
+
"values": []
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"name": "checked",
|
|
153
265
|
"values": []
|
|
154
266
|
}
|
|
155
267
|
],
|
|
@@ -570,43 +682,21 @@
|
|
|
570
682
|
"references": []
|
|
571
683
|
},
|
|
572
684
|
{
|
|
573
|
-
"name": "u-
|
|
574
|
-
"description": "\n---\n",
|
|
575
|
-
"attributes": [
|
|
576
|
-
{
|
|
577
|
-
"name": "has-content",
|
|
578
|
-
"values": []
|
|
579
|
-
}
|
|
580
|
-
],
|
|
581
|
-
"references": []
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"name": "u-card-media",
|
|
585
|
-
"description": "\n---\n",
|
|
586
|
-
"attributes": [
|
|
587
|
-
{
|
|
588
|
-
"name": "wide",
|
|
589
|
-
"values": []
|
|
590
|
-
}
|
|
591
|
-
],
|
|
592
|
-
"references": []
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"name": "u-card",
|
|
685
|
+
"name": "u-chip-set",
|
|
596
686
|
"description": "\n---\n",
|
|
597
687
|
"attributes": [
|
|
598
688
|
{
|
|
599
|
-
"name": "
|
|
600
|
-
"description": "
|
|
689
|
+
"name": "alignment",
|
|
690
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
601
691
|
"values": [
|
|
602
692
|
{
|
|
603
|
-
"name": "
|
|
693
|
+
"name": "start"
|
|
604
694
|
},
|
|
605
695
|
{
|
|
606
|
-
"name": "
|
|
696
|
+
"name": "center"
|
|
607
697
|
},
|
|
608
698
|
{
|
|
609
|
-
"name": "
|
|
699
|
+
"name": "end"
|
|
610
700
|
}
|
|
611
701
|
]
|
|
612
702
|
}
|
|
@@ -614,68 +704,70 @@
|
|
|
614
704
|
"references": []
|
|
615
705
|
},
|
|
616
706
|
{
|
|
617
|
-
"name": "u-
|
|
618
|
-
"description": "\n---\n",
|
|
707
|
+
"name": "u-chip",
|
|
708
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
619
709
|
"attributes": [
|
|
620
710
|
{
|
|
621
|
-
"name": "
|
|
711
|
+
"name": "selected",
|
|
712
|
+
"description": "Whether the chip is selected or not",
|
|
622
713
|
"values": []
|
|
623
714
|
},
|
|
624
715
|
{
|
|
625
|
-
"name": "
|
|
716
|
+
"name": "clickable",
|
|
626
717
|
"values": []
|
|
627
718
|
},
|
|
628
719
|
{
|
|
629
|
-
"name": "
|
|
720
|
+
"name": "elevated",
|
|
721
|
+
"description": "Adds elevation to the chip",
|
|
630
722
|
"values": []
|
|
631
723
|
},
|
|
632
724
|
{
|
|
633
|
-
"name": "
|
|
725
|
+
"name": "toggle",
|
|
726
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
634
727
|
"values": []
|
|
635
728
|
},
|
|
636
729
|
{
|
|
637
|
-
"name": "
|
|
730
|
+
"name": "removable",
|
|
731
|
+
"description": "Add the remove icon",
|
|
638
732
|
"values": []
|
|
639
733
|
},
|
|
640
734
|
{
|
|
641
|
-
"name": "
|
|
642
|
-
"description": "
|
|
735
|
+
"name": "hide-selected-icon",
|
|
736
|
+
"description": "Hide the selected icon",
|
|
643
737
|
"values": []
|
|
644
738
|
},
|
|
645
739
|
{
|
|
646
|
-
"name": "
|
|
740
|
+
"name": "has-leading-icon",
|
|
741
|
+
"description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
|
|
647
742
|
"values": []
|
|
648
|
-
}
|
|
649
|
-
],
|
|
650
|
-
"references": []
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"name": "u-checkbox",
|
|
654
|
-
"description": "\n---\n",
|
|
655
|
-
"attributes": [
|
|
743
|
+
},
|
|
656
744
|
{
|
|
657
|
-
"name": "
|
|
745
|
+
"name": "has-selected-icon",
|
|
746
|
+
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
658
747
|
"values": []
|
|
659
748
|
},
|
|
660
749
|
{
|
|
661
|
-
"name": "
|
|
750
|
+
"name": "has-trailing-icon",
|
|
751
|
+
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
|
|
662
752
|
"values": []
|
|
663
753
|
},
|
|
664
754
|
{
|
|
665
|
-
"name": "
|
|
755
|
+
"name": "disabled",
|
|
756
|
+
"description": "Whether the button is disabled or not.",
|
|
666
757
|
"values": []
|
|
667
758
|
},
|
|
668
759
|
{
|
|
669
|
-
"name": "
|
|
760
|
+
"name": "href",
|
|
761
|
+
"description": "The URL that the link button points to.",
|
|
670
762
|
"values": []
|
|
671
763
|
},
|
|
672
764
|
{
|
|
673
|
-
"name": "
|
|
674
|
-
"description": "
|
|
765
|
+
"name": "target",
|
|
766
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
675
767
|
"values": []
|
|
676
768
|
},
|
|
677
769
|
{
|
|
678
|
-
"name": "
|
|
770
|
+
"name": "name",
|
|
679
771
|
"values": []
|
|
680
772
|
}
|
|
681
773
|
],
|
|
@@ -765,92 +857,95 @@
|
|
|
765
857
|
"references": []
|
|
766
858
|
},
|
|
767
859
|
{
|
|
768
|
-
"name": "u-
|
|
769
|
-
"description": "\n---\n",
|
|
860
|
+
"name": "u-dialog",
|
|
861
|
+
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
770
862
|
"attributes": [
|
|
771
863
|
{
|
|
772
|
-
"name": "
|
|
773
|
-
"
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
]
|
|
864
|
+
"name": "open",
|
|
865
|
+
"values": []
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "has-headline",
|
|
869
|
+
"description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
|
|
870
|
+
"values": []
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"name": "has-icon",
|
|
874
|
+
"description": "Whether dialog has icon\n\n_Note:_ Readonly",
|
|
875
|
+
"values": []
|
|
785
876
|
}
|
|
786
877
|
],
|
|
787
878
|
"references": []
|
|
788
879
|
},
|
|
789
880
|
{
|
|
790
|
-
"name": "u-
|
|
791
|
-
"description": "\n---\n
|
|
881
|
+
"name": "u-field",
|
|
882
|
+
"description": "\n---\n",
|
|
792
883
|
"attributes": [
|
|
793
884
|
{
|
|
794
|
-
"name": "
|
|
795
|
-
"description": "Whether the chip is selected or not",
|
|
885
|
+
"name": "autoEmpty",
|
|
796
886
|
"values": []
|
|
797
887
|
},
|
|
798
888
|
{
|
|
799
|
-
"name": "
|
|
800
|
-
"values": [
|
|
889
|
+
"name": "variant",
|
|
890
|
+
"values": [
|
|
891
|
+
{
|
|
892
|
+
"name": "filled"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"name": "outlined"
|
|
896
|
+
}
|
|
897
|
+
]
|
|
801
898
|
},
|
|
802
899
|
{
|
|
803
|
-
"name": "
|
|
804
|
-
"description": "
|
|
900
|
+
"name": "label",
|
|
901
|
+
"description": "The floating label for the field",
|
|
805
902
|
"values": []
|
|
806
903
|
},
|
|
807
904
|
{
|
|
808
|
-
"name": "
|
|
809
|
-
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
905
|
+
"name": "counter",
|
|
810
906
|
"values": []
|
|
811
907
|
},
|
|
812
908
|
{
|
|
813
|
-
"name": "
|
|
814
|
-
"description": "Add the remove icon",
|
|
909
|
+
"name": "hide-counter",
|
|
815
910
|
"values": []
|
|
816
911
|
},
|
|
817
912
|
{
|
|
818
|
-
"name": "
|
|
819
|
-
"description": "
|
|
913
|
+
"name": "supporting-text",
|
|
914
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
820
915
|
"values": []
|
|
821
916
|
},
|
|
822
917
|
{
|
|
823
|
-
"name": "
|
|
824
|
-
"description": "
|
|
918
|
+
"name": "error-text",
|
|
919
|
+
"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`",
|
|
825
920
|
"values": []
|
|
826
921
|
},
|
|
827
922
|
{
|
|
828
|
-
"name": "
|
|
829
|
-
"description": "Whether the
|
|
923
|
+
"name": "empty",
|
|
924
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
830
925
|
"values": []
|
|
831
926
|
},
|
|
832
927
|
{
|
|
833
|
-
"name": "
|
|
834
|
-
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
|
|
928
|
+
"name": "disabled",
|
|
835
929
|
"values": []
|
|
836
930
|
},
|
|
837
931
|
{
|
|
838
|
-
"name": "
|
|
839
|
-
"description": "
|
|
932
|
+
"name": "invalid",
|
|
933
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
840
934
|
"values": []
|
|
841
935
|
},
|
|
842
936
|
{
|
|
843
|
-
"name": "
|
|
844
|
-
"description": "
|
|
937
|
+
"name": "has-leading-icon",
|
|
938
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
845
939
|
"values": []
|
|
846
940
|
},
|
|
847
941
|
{
|
|
848
|
-
"name": "
|
|
849
|
-
"description": "
|
|
942
|
+
"name": "has-trailing-icon",
|
|
943
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
850
944
|
"values": []
|
|
851
945
|
},
|
|
852
946
|
{
|
|
853
|
-
"name": "
|
|
947
|
+
"name": "has-error-text",
|
|
948
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
854
949
|
"values": []
|
|
855
950
|
}
|
|
856
951
|
],
|
|
@@ -863,95 +958,108 @@
|
|
|
863
958
|
"references": []
|
|
864
959
|
},
|
|
865
960
|
{
|
|
866
|
-
"name": "u-
|
|
867
|
-
"description": "\n---\n
|
|
961
|
+
"name": "u-list-item",
|
|
962
|
+
"description": "\n---\n",
|
|
868
963
|
"attributes": [
|
|
869
964
|
{
|
|
870
|
-
"name": "
|
|
871
|
-
"values": []
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"name": "has-headline",
|
|
875
|
-
"description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
|
|
876
|
-
"values": []
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"name": "has-icon",
|
|
880
|
-
"description": "Whether dialog has icon\n\n_Note:_ Readonly",
|
|
965
|
+
"name": "selectable",
|
|
881
966
|
"values": []
|
|
882
967
|
}
|
|
883
968
|
],
|
|
884
969
|
"references": []
|
|
885
970
|
},
|
|
886
971
|
{
|
|
887
|
-
"name": "u-
|
|
972
|
+
"name": "u-list",
|
|
973
|
+
"description": "\n---\n",
|
|
974
|
+
"attributes": [],
|
|
975
|
+
"references": []
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"name": "u-overflow-menu-item",
|
|
888
979
|
"description": "\n---\n",
|
|
889
980
|
"attributes": [
|
|
890
|
-
{
|
|
891
|
-
"name": "autoEmpty",
|
|
892
|
-
"values": []
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"name": "variant",
|
|
896
|
-
"values": [
|
|
897
|
-
{
|
|
898
|
-
"name": "filled"
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"name": "outlined"
|
|
902
|
-
}
|
|
903
|
-
]
|
|
904
|
-
},
|
|
905
981
|
{
|
|
906
982
|
"name": "label",
|
|
907
|
-
"description": "The floating label for the field",
|
|
908
983
|
"values": []
|
|
909
984
|
},
|
|
910
985
|
{
|
|
911
|
-
"name": "
|
|
986
|
+
"name": "priority",
|
|
912
987
|
"values": []
|
|
913
|
-
}
|
|
988
|
+
}
|
|
989
|
+
],
|
|
990
|
+
"references": []
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "u-overflow-menu",
|
|
994
|
+
"description": "\n---\n",
|
|
995
|
+
"attributes": [],
|
|
996
|
+
"references": []
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"name": "u-drawer-headline",
|
|
1000
|
+
"description": "\n---\n",
|
|
1001
|
+
"attributes": [],
|
|
1002
|
+
"references": []
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"name": "u-drawer-item",
|
|
1006
|
+
"description": "\n---\n",
|
|
1007
|
+
"attributes": [
|
|
914
1008
|
{
|
|
915
|
-
"name": "
|
|
1009
|
+
"name": "has-icon",
|
|
1010
|
+
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
916
1011
|
"values": []
|
|
917
1012
|
},
|
|
918
1013
|
{
|
|
919
|
-
"name": "
|
|
920
|
-
"description": "
|
|
1014
|
+
"name": "has-badge",
|
|
1015
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
921
1016
|
"values": []
|
|
922
1017
|
},
|
|
923
1018
|
{
|
|
924
|
-
"name": "
|
|
925
|
-
"description": "
|
|
1019
|
+
"name": "active",
|
|
1020
|
+
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
926
1021
|
"values": []
|
|
927
1022
|
},
|
|
928
1023
|
{
|
|
929
|
-
"name": "
|
|
930
|
-
"description": "
|
|
1024
|
+
"name": "keep-drawer-open",
|
|
1025
|
+
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
931
1026
|
"values": []
|
|
932
1027
|
},
|
|
933
1028
|
{
|
|
934
1029
|
"name": "disabled",
|
|
1030
|
+
"description": "Whether the button is disabled or not.",
|
|
935
1031
|
"values": []
|
|
936
1032
|
},
|
|
937
1033
|
{
|
|
938
|
-
"name": "
|
|
939
|
-
"description": "
|
|
1034
|
+
"name": "href",
|
|
1035
|
+
"description": "The URL that the link button points to.",
|
|
940
1036
|
"values": []
|
|
941
1037
|
},
|
|
942
1038
|
{
|
|
943
|
-
"name": "
|
|
944
|
-
"description": "
|
|
1039
|
+
"name": "target",
|
|
1040
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
945
1041
|
"values": []
|
|
946
1042
|
},
|
|
947
1043
|
{
|
|
948
|
-
"name": "
|
|
949
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
1044
|
+
"name": "name",
|
|
950
1045
|
"values": []
|
|
951
|
-
}
|
|
1046
|
+
}
|
|
1047
|
+
],
|
|
1048
|
+
"references": []
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "u-drawer",
|
|
1052
|
+
"description": "\n---\n",
|
|
1053
|
+
"attributes": [],
|
|
1054
|
+
"references": []
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"name": "u-side-navigation",
|
|
1058
|
+
"description": "\n---\n",
|
|
1059
|
+
"attributes": [
|
|
952
1060
|
{
|
|
953
|
-
"name": "
|
|
954
|
-
"description": "
|
|
1061
|
+
"name": "toggle-drawer",
|
|
1062
|
+
"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`",
|
|
955
1063
|
"values": []
|
|
956
1064
|
}
|
|
957
1065
|
],
|
|
@@ -1070,218 +1178,50 @@
|
|
|
1070
1178
|
]
|
|
1071
1179
|
},
|
|
1072
1180
|
{
|
|
1073
|
-
"name": "allow-overflow",
|
|
1074
|
-
"description": "Don't limit the height of the menu",
|
|
1075
|
-
"values": []
|
|
1076
|
-
}
|
|
1077
|
-
],
|
|
1078
|
-
"references": []
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"name": "u-list-item",
|
|
1082
|
-
"description": "\n---\n",
|
|
1083
|
-
"attributes": [
|
|
1084
|
-
{
|
|
1085
|
-
"name": "selectable",
|
|
1086
|
-
"values": []
|
|
1087
|
-
}
|
|
1088
|
-
],
|
|
1089
|
-
"references": []
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"name": "u-list",
|
|
1093
|
-
"description": "\n---\n",
|
|
1094
|
-
"attributes": [],
|
|
1095
|
-
"references": []
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"name": "u-drawer-headline",
|
|
1099
|
-
"description": "\n---\n",
|
|
1100
|
-
"attributes": [],
|
|
1101
|
-
"references": []
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"name": "u-drawer-item",
|
|
1105
|
-
"description": "\n---\n",
|
|
1106
|
-
"attributes": [
|
|
1107
|
-
{
|
|
1108
|
-
"name": "has-icon",
|
|
1109
|
-
"description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
|
|
1110
|
-
"values": []
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
"name": "has-badge",
|
|
1114
|
-
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1115
|
-
"values": []
|
|
1116
|
-
},
|
|
1117
|
-
{
|
|
1118
|
-
"name": "active",
|
|
1119
|
-
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1120
|
-
"values": []
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
"name": "keep-drawer-open",
|
|
1124
|
-
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1125
|
-
"values": []
|
|
1126
|
-
},
|
|
1127
|
-
{
|
|
1128
|
-
"name": "disabled",
|
|
1129
|
-
"description": "Whether the button is disabled or not.",
|
|
1130
|
-
"values": []
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"name": "href",
|
|
1134
|
-
"description": "The URL that the link button points to.",
|
|
1135
|
-
"values": []
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"name": "target",
|
|
1139
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1140
|
-
"values": []
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"name": "name",
|
|
1144
|
-
"values": []
|
|
1145
|
-
}
|
|
1146
|
-
],
|
|
1147
|
-
"references": []
|
|
1148
|
-
},
|
|
1149
|
-
{
|
|
1150
|
-
"name": "u-drawer",
|
|
1151
|
-
"description": "\n---\n",
|
|
1152
|
-
"attributes": [],
|
|
1153
|
-
"references": []
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"name": "u-side-navigation",
|
|
1157
|
-
"description": "\n---\n",
|
|
1158
|
-
"attributes": [
|
|
1159
|
-
{
|
|
1160
|
-
"name": "toggle-drawer",
|
|
1161
|
-
"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`",
|
|
1162
|
-
"values": []
|
|
1163
|
-
}
|
|
1164
|
-
],
|
|
1165
|
-
"references": []
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"name": "u-overflow-menu-item",
|
|
1169
|
-
"description": "\n---\n",
|
|
1170
|
-
"attributes": [
|
|
1171
|
-
{
|
|
1172
|
-
"name": "label",
|
|
1173
|
-
"values": []
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"name": "priority",
|
|
1177
|
-
"values": []
|
|
1178
|
-
}
|
|
1179
|
-
],
|
|
1180
|
-
"references": []
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"name": "u-overflow-menu",
|
|
1184
|
-
"description": "\n---\n",
|
|
1185
|
-
"attributes": [],
|
|
1186
|
-
"references": []
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"name": "u-circular-progress",
|
|
1190
|
-
"description": "\n---\n",
|
|
1191
|
-
"attributes": [
|
|
1192
|
-
{
|
|
1193
|
-
"name": "value",
|
|
1194
|
-
"values": []
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"name": "max",
|
|
1181
|
+
"name": "allow-overflow",
|
|
1182
|
+
"description": "Don't limit the height of the menu",
|
|
1198
1183
|
"values": []
|
|
1199
1184
|
}
|
|
1200
1185
|
],
|
|
1201
1186
|
"references": []
|
|
1202
1187
|
},
|
|
1203
1188
|
{
|
|
1204
|
-
"name": "u-
|
|
1189
|
+
"name": "u-ripple",
|
|
1205
1190
|
"description": "\n---\n",
|
|
1206
1191
|
"attributes": [
|
|
1207
1192
|
{
|
|
1208
|
-
"name": "
|
|
1209
|
-
"
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"name": "max",
|
|
1193
|
+
"name": "disabled",
|
|
1194
|
+
"description": "Disables the ripple.",
|
|
1213
1195
|
"values": []
|
|
1214
1196
|
}
|
|
1215
1197
|
],
|
|
1216
1198
|
"references": []
|
|
1217
1199
|
},
|
|
1218
1200
|
{
|
|
1219
|
-
"name": "u-
|
|
1201
|
+
"name": "u-circular-progress",
|
|
1220
1202
|
"description": "\n---\n",
|
|
1221
1203
|
"attributes": [
|
|
1222
|
-
{
|
|
1223
|
-
"name": "leading",
|
|
1224
|
-
"values": []
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
"name": "hide-state-layer",
|
|
1228
|
-
"values": []
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
"name": "name",
|
|
1232
|
-
"values": []
|
|
1233
|
-
},
|
|
1234
|
-
{
|
|
1235
|
-
"name": "disabled",
|
|
1236
|
-
"values": []
|
|
1237
|
-
},
|
|
1238
1204
|
{
|
|
1239
1205
|
"name": "value",
|
|
1240
|
-
"description": "The element value to use in form submission when checked.",
|
|
1241
1206
|
"values": []
|
|
1242
1207
|
},
|
|
1243
1208
|
{
|
|
1244
|
-
"name": "
|
|
1209
|
+
"name": "max",
|
|
1245
1210
|
"values": []
|
|
1246
1211
|
}
|
|
1247
1212
|
],
|
|
1248
1213
|
"references": []
|
|
1249
1214
|
},
|
|
1250
1215
|
{
|
|
1251
|
-
"name": "u-
|
|
1216
|
+
"name": "u-progress-bar",
|
|
1252
1217
|
"description": "\n---\n",
|
|
1253
1218
|
"attributes": [
|
|
1254
|
-
{
|
|
1255
|
-
"name": "hide-state-layer",
|
|
1256
|
-
"values": []
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
"name": "name",
|
|
1260
|
-
"values": []
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
"name": "disabled",
|
|
1264
|
-
"values": []
|
|
1265
|
-
},
|
|
1266
1219
|
{
|
|
1267
1220
|
"name": "value",
|
|
1268
|
-
"description": "The element value to use in form submission when checked.",
|
|
1269
1221
|
"values": []
|
|
1270
1222
|
},
|
|
1271
1223
|
{
|
|
1272
|
-
"name": "
|
|
1273
|
-
"values": []
|
|
1274
|
-
}
|
|
1275
|
-
],
|
|
1276
|
-
"references": []
|
|
1277
|
-
},
|
|
1278
|
-
{
|
|
1279
|
-
"name": "u-ripple",
|
|
1280
|
-
"description": "\n---\n",
|
|
1281
|
-
"attributes": [
|
|
1282
|
-
{
|
|
1283
|
-
"name": "disabled",
|
|
1284
|
-
"description": "Disables the ripple.",
|
|
1224
|
+
"name": "max",
|
|
1285
1225
|
"values": []
|
|
1286
1226
|
}
|
|
1287
1227
|
],
|
|
@@ -1398,6 +1338,85 @@
|
|
|
1398
1338
|
],
|
|
1399
1339
|
"references": []
|
|
1400
1340
|
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "u-radio-list-item",
|
|
1343
|
+
"description": "\n---\n",
|
|
1344
|
+
"attributes": [
|
|
1345
|
+
{
|
|
1346
|
+
"name": "leading",
|
|
1347
|
+
"values": []
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"name": "hide-state-layer",
|
|
1351
|
+
"values": []
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"name": "name",
|
|
1355
|
+
"values": []
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"name": "disabled",
|
|
1359
|
+
"values": []
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"name": "value",
|
|
1363
|
+
"description": "The element value to use in form submission when checked.",
|
|
1364
|
+
"values": []
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"name": "checked",
|
|
1368
|
+
"values": []
|
|
1369
|
+
}
|
|
1370
|
+
],
|
|
1371
|
+
"references": []
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"name": "u-radio",
|
|
1375
|
+
"description": "\n---\n",
|
|
1376
|
+
"attributes": [
|
|
1377
|
+
{
|
|
1378
|
+
"name": "hide-state-layer",
|
|
1379
|
+
"values": []
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"name": "name",
|
|
1383
|
+
"values": []
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"name": "disabled",
|
|
1387
|
+
"values": []
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"name": "value",
|
|
1391
|
+
"description": "The element value to use in form submission when checked.",
|
|
1392
|
+
"values": []
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "checked",
|
|
1396
|
+
"values": []
|
|
1397
|
+
}
|
|
1398
|
+
],
|
|
1399
|
+
"references": []
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"name": "u-snackbar",
|
|
1403
|
+
"description": "\n---\n",
|
|
1404
|
+
"attributes": [
|
|
1405
|
+
{
|
|
1406
|
+
"name": "message",
|
|
1407
|
+
"values": []
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"name": "action",
|
|
1411
|
+
"values": []
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"name": "show-close",
|
|
1415
|
+
"values": []
|
|
1416
|
+
}
|
|
1417
|
+
],
|
|
1418
|
+
"references": []
|
|
1419
|
+
},
|
|
1401
1420
|
{
|
|
1402
1421
|
"name": "u-option",
|
|
1403
1422
|
"description": "\n---\n",
|
|
@@ -1537,25 +1556,6 @@
|
|
|
1537
1556
|
],
|
|
1538
1557
|
"references": []
|
|
1539
1558
|
},
|
|
1540
|
-
{
|
|
1541
|
-
"name": "u-snackbar",
|
|
1542
|
-
"description": "\n---\n",
|
|
1543
|
-
"attributes": [
|
|
1544
|
-
{
|
|
1545
|
-
"name": "message",
|
|
1546
|
-
"values": []
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"name": "action",
|
|
1550
|
-
"values": []
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"name": "show-close",
|
|
1554
|
-
"values": []
|
|
1555
|
-
}
|
|
1556
|
-
],
|
|
1557
|
-
"references": []
|
|
1558
|
-
},
|
|
1559
1559
|
{
|
|
1560
1560
|
"name": "u-switch-list-item",
|
|
1561
1561
|
"description": "\n---\n",
|
|
@@ -1608,54 +1608,6 @@
|
|
|
1608
1608
|
],
|
|
1609
1609
|
"references": []
|
|
1610
1610
|
},
|
|
1611
|
-
{
|
|
1612
|
-
"name": "u-tab-bar",
|
|
1613
|
-
"description": "\n---\n",
|
|
1614
|
-
"attributes": [
|
|
1615
|
-
{
|
|
1616
|
-
"name": "variant",
|
|
1617
|
-
"values": [
|
|
1618
|
-
{
|
|
1619
|
-
"name": "primary"
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"name": "secondary"
|
|
1623
|
-
}
|
|
1624
|
-
]
|
|
1625
|
-
}
|
|
1626
|
-
],
|
|
1627
|
-
"references": []
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"name": "u-tab",
|
|
1631
|
-
"description": "\n---\n",
|
|
1632
|
-
"attributes": [
|
|
1633
|
-
{
|
|
1634
|
-
"name": "hasIcon",
|
|
1635
|
-
"values": []
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"name": "disabled",
|
|
1639
|
-
"description": "Whether the button is disabled or not.",
|
|
1640
|
-
"values": []
|
|
1641
|
-
},
|
|
1642
|
-
{
|
|
1643
|
-
"name": "href",
|
|
1644
|
-
"description": "The URL that the link button points to.",
|
|
1645
|
-
"values": []
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"name": "target",
|
|
1649
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1650
|
-
"values": []
|
|
1651
|
-
},
|
|
1652
|
-
{
|
|
1653
|
-
"name": "name",
|
|
1654
|
-
"values": []
|
|
1655
|
-
}
|
|
1656
|
-
],
|
|
1657
|
-
"references": []
|
|
1658
|
-
},
|
|
1659
1611
|
{
|
|
1660
1612
|
"name": "u-text-area",
|
|
1661
1613
|
"description": "\n---\n",
|
|
@@ -1757,6 +1709,54 @@
|
|
|
1757
1709
|
],
|
|
1758
1710
|
"references": []
|
|
1759
1711
|
},
|
|
1712
|
+
{
|
|
1713
|
+
"name": "u-tab-bar",
|
|
1714
|
+
"description": "\n---\n",
|
|
1715
|
+
"attributes": [
|
|
1716
|
+
{
|
|
1717
|
+
"name": "variant",
|
|
1718
|
+
"values": [
|
|
1719
|
+
{
|
|
1720
|
+
"name": "primary"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"name": "secondary"
|
|
1724
|
+
}
|
|
1725
|
+
]
|
|
1726
|
+
}
|
|
1727
|
+
],
|
|
1728
|
+
"references": []
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"name": "u-tab",
|
|
1732
|
+
"description": "\n---\n",
|
|
1733
|
+
"attributes": [
|
|
1734
|
+
{
|
|
1735
|
+
"name": "hasIcon",
|
|
1736
|
+
"values": []
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"name": "disabled",
|
|
1740
|
+
"description": "Whether the button is disabled or not.",
|
|
1741
|
+
"values": []
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"name": "href",
|
|
1745
|
+
"description": "The URL that the link button points to.",
|
|
1746
|
+
"values": []
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"name": "target",
|
|
1750
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1751
|
+
"values": []
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"name": "name",
|
|
1755
|
+
"values": []
|
|
1756
|
+
}
|
|
1757
|
+
],
|
|
1758
|
+
"references": []
|
|
1759
|
+
},
|
|
1760
1760
|
{
|
|
1761
1761
|
"name": "u-text-field",
|
|
1762
1762
|
"description": "\n---\n",
|