@universal-material/web 3.6.2 → 3.6.4

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.
@@ -63,6 +63,234 @@
63
63
  ],
64
64
  "references": []
65
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
+ },
144
+ {
145
+ "name": "u-checkbox-list-item",
146
+ "description": "\n---\n",
147
+ "attributes": [
148
+ {
149
+ "name": "leading",
150
+ "values": []
151
+ },
152
+ {
153
+ "name": "hide-state-layer",
154
+ "values": []
155
+ },
156
+ {
157
+ "name": "indeterminate",
158
+ "values": []
159
+ },
160
+ {
161
+ "name": "name",
162
+ "values": []
163
+ },
164
+ {
165
+ "name": "disabled",
166
+ "values": []
167
+ },
168
+ {
169
+ "name": "value",
170
+ "description": "The element value to use in form submission when checked.",
171
+ "values": []
172
+ },
173
+ {
174
+ "name": "checked",
175
+ "values": []
176
+ }
177
+ ],
178
+ "references": []
179
+ },
180
+ {
181
+ "name": "u-checkbox",
182
+ "description": "\n---\n",
183
+ "attributes": [
184
+ {
185
+ "name": "hide-state-layer",
186
+ "values": []
187
+ },
188
+ {
189
+ "name": "indeterminate",
190
+ "values": []
191
+ },
192
+ {
193
+ "name": "name",
194
+ "values": []
195
+ },
196
+ {
197
+ "name": "disabled",
198
+ "values": []
199
+ },
200
+ {
201
+ "name": "value",
202
+ "description": "The element value to use in form submission when checked.",
203
+ "values": []
204
+ },
205
+ {
206
+ "name": "checked",
207
+ "values": []
208
+ }
209
+ ],
210
+ "references": []
211
+ },
212
+ {
213
+ "name": "u-card-content",
214
+ "description": "\n---\n",
215
+ "attributes": [
216
+ {
217
+ "name": "has-content",
218
+ "values": []
219
+ }
220
+ ],
221
+ "references": []
222
+ },
223
+ {
224
+ "name": "u-card-media",
225
+ "description": "\n---\n",
226
+ "attributes": [
227
+ {
228
+ "name": "wide",
229
+ "values": []
230
+ }
231
+ ],
232
+ "references": []
233
+ },
234
+ {
235
+ "name": "u-card",
236
+ "description": "\n---\n",
237
+ "attributes": [
238
+ {
239
+ "name": "variant",
240
+ "description": "The Card variant to render.",
241
+ "values": [
242
+ {
243
+ "name": "filled"
244
+ },
245
+ {
246
+ "name": "elevated"
247
+ },
248
+ {
249
+ "name": "outlined"
250
+ }
251
+ ]
252
+ }
253
+ ],
254
+ "references": []
255
+ },
256
+ {
257
+ "name": "u-calendar",
258
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
259
+ "attributes": [
260
+ {
261
+ "name": "value",
262
+ "values": []
263
+ },
264
+ {
265
+ "name": "dateOutsideMonth",
266
+ "values": []
267
+ },
268
+ {
269
+ "name": "locale",
270
+ "values": []
271
+ }
272
+ ],
273
+ "references": []
274
+ },
275
+ {
276
+ "name": "u-range-calendar",
277
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
278
+ "attributes": [
279
+ {
280
+ "name": "value",
281
+ "values": []
282
+ },
283
+ {
284
+ "name": "dateOutsideMonth",
285
+ "values": []
286
+ },
287
+ {
288
+ "name": "locale",
289
+ "values": []
290
+ }
291
+ ],
292
+ "references": []
293
+ },
66
294
  {
67
295
  "name": "u-button-set",
68
296
  "description": "\n---\n",
@@ -506,249 +734,21 @@
506
734
  "references": []
507
735
  },
508
736
  {
509
- "name": "u-button-field",
737
+ "name": "u-chip-set",
510
738
  "description": "\n---\n",
511
739
  "attributes": [
512
740
  {
513
- "name": "value",
514
- "values": []
515
- },
516
- {
517
- "name": "placeholder",
518
- "values": []
519
- },
520
- {
521
- "name": "variant",
741
+ "name": "alignment",
742
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
522
743
  "values": [
523
744
  {
524
- "name": "filled"
745
+ "name": "start"
525
746
  },
526
747
  {
527
- "name": "outlined"
528
- }
529
- ]
530
- },
531
- {
532
- "name": "label",
533
- "description": "The floating label for the field",
534
- "values": []
535
- },
536
- {
537
- "name": "counter",
538
- "values": []
539
- },
540
- {
541
- "name": "hide-counter",
542
- "values": []
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": []
572
- },
573
- {
574
- "name": "has-trailing-icon",
575
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
576
- "values": []
577
- },
578
- {
579
- "name": "has-error-text",
580
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
581
- "values": []
582
- }
583
- ],
584
- "references": []
585
- },
586
- {
587
- "name": "u-calendar",
588
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
589
- "attributes": [
590
- {
591
- "name": "value",
592
- "values": []
593
- },
594
- {
595
- "name": "dateOutsideMonth",
596
- "values": []
597
- },
598
- {
599
- "name": "locale",
600
- "values": []
601
- }
602
- ],
603
- "references": []
604
- },
605
- {
606
- "name": "u-range-calendar",
607
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
608
- "attributes": [
609
- {
610
- "name": "value",
611
- "values": []
612
- },
613
- {
614
- "name": "dateOutsideMonth",
615
- "values": []
616
- },
617
- {
618
- "name": "locale",
619
- "values": []
620
- }
621
- ],
622
- "references": []
623
- },
624
- {
625
- "name": "u-checkbox-list-item",
626
- "description": "\n---\n",
627
- "attributes": [
628
- {
629
- "name": "leading",
630
- "values": []
631
- },
632
- {
633
- "name": "hide-state-layer",
634
- "values": []
635
- },
636
- {
637
- "name": "indeterminate",
638
- "values": []
639
- },
640
- {
641
- "name": "name",
642
- "values": []
643
- },
644
- {
645
- "name": "disabled",
646
- "values": []
647
- },
648
- {
649
- "name": "value",
650
- "description": "The element value to use in form submission when checked.",
651
- "values": []
652
- },
653
- {
654
- "name": "checked",
655
- "values": []
656
- }
657
- ],
658
- "references": []
659
- },
660
- {
661
- "name": "u-checkbox",
662
- "description": "\n---\n",
663
- "attributes": [
664
- {
665
- "name": "hide-state-layer",
666
- "values": []
667
- },
668
- {
669
- "name": "indeterminate",
670
- "values": []
671
- },
672
- {
673
- "name": "name",
674
- "values": []
675
- },
676
- {
677
- "name": "disabled",
678
- "values": []
679
- },
680
- {
681
- "name": "value",
682
- "description": "The element value to use in form submission when checked.",
683
- "values": []
684
- },
685
- {
686
- "name": "checked",
687
- "values": []
688
- }
689
- ],
690
- "references": []
691
- },
692
- {
693
- "name": "u-card-content",
694
- "description": "\n---\n",
695
- "attributes": [
696
- {
697
- "name": "has-content",
698
- "values": []
699
- }
700
- ],
701
- "references": []
702
- },
703
- {
704
- "name": "u-card-media",
705
- "description": "\n---\n",
706
- "attributes": [
707
- {
708
- "name": "wide",
709
- "values": []
710
- }
711
- ],
712
- "references": []
713
- },
714
- {
715
- "name": "u-card",
716
- "description": "\n---\n",
717
- "attributes": [
718
- {
719
- "name": "variant",
720
- "description": "The Card variant to render.",
721
- "values": [
722
- {
723
- "name": "filled"
724
- },
725
- {
726
- "name": "elevated"
727
- },
728
- {
729
- "name": "outlined"
730
- }
731
- ]
732
- }
733
- ],
734
- "references": []
735
- },
736
- {
737
- "name": "u-chip-set",
738
- "description": "\n---\n",
739
- "attributes": [
740
- {
741
- "name": "alignment",
742
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
743
- "values": [
744
- {
745
- "name": "start"
746
- },
747
- {
748
- "name": "center"
749
- },
750
- {
751
- "name": "end"
748
+ "name": "center"
749
+ },
750
+ {
751
+ "name": "end"
752
752
  }
753
753
  ]
754
754
  }
@@ -893,27 +893,6 @@
893
893
  ],
894
894
  "references": []
895
895
  },
896
- {
897
- "name": "u-dialog",
898
- "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
899
- "attributes": [
900
- {
901
- "name": "open",
902
- "values": []
903
- },
904
- {
905
- "name": "has-headline",
906
- "description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
907
- "values": []
908
- },
909
- {
910
- "name": "has-icon",
911
- "description": "Whether dialog has icon\n\n_Note:_ Readonly",
912
- "values": []
913
- }
914
- ],
915
- "references": []
916
- },
917
896
  {
918
897
  "name": "u-elevation",
919
898
  "description": "\n---\n",
@@ -921,98 +900,28 @@
921
900
  "references": []
922
901
  },
923
902
  {
924
- "name": "u-field",
925
- "description": "\n---\n",
903
+ "name": "u-dialog",
904
+ "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
926
905
  "attributes": [
927
906
  {
928
- "name": "autoEmpty",
929
- "values": []
930
- },
931
- {
932
- "name": "variant",
933
- "values": [
934
- {
935
- "name": "filled"
936
- },
937
- {
938
- "name": "outlined"
939
- }
940
- ]
941
- },
942
- {
943
- "name": "label",
944
- "description": "The floating label for the field",
945
- "values": []
946
- },
947
- {
948
- "name": "counter",
949
- "values": []
950
- },
951
- {
952
- "name": "hide-counter",
953
- "values": []
954
- },
955
- {
956
- "name": "supporting-text",
957
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
958
- "values": []
959
- },
960
- {
961
- "name": "error-text",
962
- "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`",
963
- "values": []
964
- },
965
- {
966
- "name": "empty",
967
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
968
- "values": []
969
- },
970
- {
971
- "name": "disabled",
972
- "values": []
973
- },
974
- {
975
- "name": "invalid",
976
- "description": "Get or sets where or not the field is in a visually invalid state.",
977
- "values": []
978
- },
979
- {
980
- "name": "has-leading-icon",
981
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
982
- "values": []
983
- },
984
- {
985
- "name": "has-trailing-icon",
986
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
907
+ "name": "open",
987
908
  "values": []
988
909
  },
989
910
  {
990
- "name": "has-error-text",
991
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
992
- "values": []
993
- }
994
- ],
995
- "references": []
996
- },
997
- {
998
- "name": "u-icon",
999
- "description": "\n---\n",
1000
- "attributes": [],
1001
- "references": []
1002
- },
1003
- {
1004
- "name": "u-list-item",
1005
- "description": "\n---\n",
1006
- "attributes": [
911
+ "name": "has-headline",
912
+ "description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
913
+ "values": []
914
+ },
1007
915
  {
1008
- "name": "selectable",
916
+ "name": "has-icon",
917
+ "description": "Whether dialog has icon\n\n_Note:_ Readonly",
1009
918
  "values": []
1010
919
  }
1011
920
  ],
1012
921
  "references": []
1013
922
  },
1014
923
  {
1015
- "name": "u-list",
924
+ "name": "u-icon",
1016
925
  "description": "\n---\n",
1017
926
  "attributes": [],
1018
927
  "references": []
@@ -1133,6 +1042,23 @@
1133
1042
  ],
1134
1043
  "references": []
1135
1044
  },
1045
+ {
1046
+ "name": "u-list-item",
1047
+ "description": "\n---\n",
1048
+ "attributes": [
1049
+ {
1050
+ "name": "selectable",
1051
+ "values": []
1052
+ }
1053
+ ],
1054
+ "references": []
1055
+ },
1056
+ {
1057
+ "name": "u-list",
1058
+ "description": "\n---\n",
1059
+ "attributes": [],
1060
+ "references": []
1061
+ },
1136
1062
  {
1137
1063
  "name": "u-overflow-menu-item",
1138
1064
  "description": "\n---\n",
@@ -1155,67 +1081,96 @@
1155
1081
  "references": []
1156
1082
  },
1157
1083
  {
1158
- "name": "u-drawer-headline",
1159
- "description": "\n---\n",
1160
- "attributes": [],
1161
- "references": []
1162
- },
1163
- {
1164
- "name": "u-drawer-item",
1084
+ "name": "u-field",
1165
1085
  "description": "\n---\n",
1166
1086
  "attributes": [
1167
1087
  {
1168
- "name": "active",
1169
- "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1088
+ "name": "autoEmpty",
1170
1089
  "values": []
1171
1090
  },
1172
1091
  {
1173
- "name": "keep-drawer-open",
1174
- "description": "If true, it will not attempt to close de navigation drawer on click",
1092
+ "name": "variant",
1093
+ "values": [
1094
+ {
1095
+ "name": "filled"
1096
+ },
1097
+ {
1098
+ "name": "outlined"
1099
+ }
1100
+ ]
1101
+ },
1102
+ {
1103
+ "name": "label",
1104
+ "description": "The floating label for the field",
1105
+ "values": []
1106
+ },
1107
+ {
1108
+ "name": "counter",
1109
+ "values": []
1110
+ },
1111
+ {
1112
+ "name": "hide-counter",
1113
+ "values": []
1114
+ },
1115
+ {
1116
+ "name": "supporting-text",
1117
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
1118
+ "values": []
1119
+ },
1120
+ {
1121
+ "name": "error-text",
1122
+ "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`",
1123
+ "values": []
1124
+ },
1125
+ {
1126
+ "name": "empty",
1127
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1175
1128
  "values": []
1176
1129
  },
1177
1130
  {
1178
1131
  "name": "disabled",
1179
- "description": "Whether the button is disabled or not.",
1180
1132
  "values": []
1181
1133
  },
1182
1134
  {
1183
- "name": "href",
1184
- "description": "The URL that the link button points to.",
1135
+ "name": "invalid",
1136
+ "description": "Get or sets where or not the field is in a visually invalid state.",
1185
1137
  "values": []
1186
1138
  },
1187
1139
  {
1188
- "name": "target",
1189
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1140
+ "name": "has-leading-icon",
1141
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1190
1142
  "values": []
1191
1143
  },
1192
1144
  {
1193
- "name": "name",
1145
+ "name": "has-trailing-icon",
1146
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1147
+ "values": []
1148
+ },
1149
+ {
1150
+ "name": "has-error-text",
1151
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1194
1152
  "values": []
1195
1153
  }
1196
1154
  ],
1197
1155
  "references": []
1198
1156
  },
1199
1157
  {
1200
- "name": "u-drawer",
1201
- "description": "\n---\n",
1202
- "attributes": [],
1203
- "references": []
1204
- },
1205
- {
1206
- "name": "u-side-navigation",
1158
+ "name": "u-circular-progress",
1207
1159
  "description": "\n---\n",
1208
1160
  "attributes": [
1209
1161
  {
1210
- "name": "toggle-drawer",
1211
- "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
+ "name": "value",
1163
+ "values": []
1164
+ },
1165
+ {
1166
+ "name": "max",
1212
1167
  "values": []
1213
1168
  }
1214
1169
  ],
1215
1170
  "references": []
1216
1171
  },
1217
1172
  {
1218
- "name": "u-circular-progress",
1173
+ "name": "u-progress-bar",
1219
1174
  "description": "\n---\n",
1220
1175
  "attributes": [
1221
1176
  {
@@ -1230,15 +1185,60 @@
1230
1185
  "references": []
1231
1186
  },
1232
1187
  {
1233
- "name": "u-progress-bar",
1188
+ "name": "u-drawer-headline",
1189
+ "description": "\n---\n",
1190
+ "attributes": [],
1191
+ "references": []
1192
+ },
1193
+ {
1194
+ "name": "u-drawer-item",
1234
1195
  "description": "\n---\n",
1235
1196
  "attributes": [
1236
1197
  {
1237
- "name": "value",
1198
+ "name": "active",
1199
+ "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1238
1200
  "values": []
1239
1201
  },
1240
1202
  {
1241
- "name": "max",
1203
+ "name": "keep-drawer-open",
1204
+ "description": "If true, it will not attempt to close de navigation drawer on click",
1205
+ "values": []
1206
+ },
1207
+ {
1208
+ "name": "disabled",
1209
+ "description": "Whether the button is disabled or not.",
1210
+ "values": []
1211
+ },
1212
+ {
1213
+ "name": "href",
1214
+ "description": "The URL that the link button points to.",
1215
+ "values": []
1216
+ },
1217
+ {
1218
+ "name": "target",
1219
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1220
+ "values": []
1221
+ },
1222
+ {
1223
+ "name": "name",
1224
+ "values": []
1225
+ }
1226
+ ],
1227
+ "references": []
1228
+ },
1229
+ {
1230
+ "name": "u-drawer",
1231
+ "description": "\n---\n",
1232
+ "attributes": [],
1233
+ "references": []
1234
+ },
1235
+ {
1236
+ "name": "u-side-navigation",
1237
+ "description": "\n---\n",
1238
+ "attributes": [
1239
+ {
1240
+ "name": "toggle-drawer",
1241
+ "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`",
1242
1242
  "values": []
1243
1243
  }
1244
1244
  ],
@@ -1555,119 +1555,119 @@
1555
1555
  "references": []
1556
1556
  },
1557
1557
  {
1558
- "name": "u-switch-list-item",
1558
+ "name": "u-snackbar",
1559
1559
  "description": "\n---\n",
1560
1560
  "attributes": [
1561
1561
  {
1562
- "name": "leading",
1563
- "values": []
1564
- },
1565
- {
1566
- "name": "name",
1562
+ "name": "message",
1567
1563
  "values": []
1568
1564
  },
1569
1565
  {
1570
- "name": "disabled",
1566
+ "name": "action",
1571
1567
  "values": []
1572
1568
  },
1573
1569
  {
1574
- "name": "value",
1575
- "description": "The element value to use in form submission when checked.",
1570
+ "name": "show-close",
1576
1571
  "values": []
1577
- },
1572
+ }
1573
+ ],
1574
+ "references": []
1575
+ },
1576
+ {
1577
+ "name": "u-tab-bar",
1578
+ "description": "\n---\n",
1579
+ "attributes": [
1578
1580
  {
1579
- "name": "checked",
1580
- "values": []
1581
+ "name": "variant",
1582
+ "values": [
1583
+ {
1584
+ "name": "primary"
1585
+ },
1586
+ {
1587
+ "name": "secondary"
1588
+ }
1589
+ ]
1581
1590
  }
1582
1591
  ],
1583
1592
  "references": []
1584
1593
  },
1585
1594
  {
1586
- "name": "u-switch",
1595
+ "name": "u-tab",
1587
1596
  "description": "\n---\n",
1588
1597
  "attributes": [
1589
1598
  {
1590
- "name": "name",
1599
+ "name": "hasIcon",
1591
1600
  "values": []
1592
1601
  },
1593
1602
  {
1594
1603
  "name": "disabled",
1604
+ "description": "Whether the button is disabled or not.",
1595
1605
  "values": []
1596
1606
  },
1597
1607
  {
1598
- "name": "value",
1599
- "description": "The element value to use in form submission when checked.",
1608
+ "name": "href",
1609
+ "description": "The URL that the link button points to.",
1600
1610
  "values": []
1601
1611
  },
1602
1612
  {
1603
- "name": "checked",
1613
+ "name": "target",
1614
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1615
+ "values": []
1616
+ },
1617
+ {
1618
+ "name": "name",
1604
1619
  "values": []
1605
1620
  }
1606
1621
  ],
1607
1622
  "references": []
1608
1623
  },
1609
1624
  {
1610
- "name": "u-snackbar",
1625
+ "name": "u-switch-list-item",
1611
1626
  "description": "\n---\n",
1612
1627
  "attributes": [
1613
1628
  {
1614
- "name": "message",
1629
+ "name": "leading",
1615
1630
  "values": []
1616
1631
  },
1617
1632
  {
1618
- "name": "action",
1633
+ "name": "name",
1619
1634
  "values": []
1620
1635
  },
1621
1636
  {
1622
- "name": "show-close",
1637
+ "name": "disabled",
1623
1638
  "values": []
1624
- }
1625
- ],
1626
- "references": []
1627
- },
1628
- {
1629
- "name": "u-tab-bar",
1630
- "description": "\n---\n",
1631
- "attributes": [
1639
+ },
1632
1640
  {
1633
- "name": "variant",
1634
- "values": [
1635
- {
1636
- "name": "primary"
1637
- },
1638
- {
1639
- "name": "secondary"
1640
- }
1641
- ]
1641
+ "name": "value",
1642
+ "description": "The element value to use in form submission when checked.",
1643
+ "values": []
1644
+ },
1645
+ {
1646
+ "name": "checked",
1647
+ "values": []
1642
1648
  }
1643
1649
  ],
1644
1650
  "references": []
1645
1651
  },
1646
1652
  {
1647
- "name": "u-tab",
1653
+ "name": "u-switch",
1648
1654
  "description": "\n---\n",
1649
1655
  "attributes": [
1650
1656
  {
1651
- "name": "hasIcon",
1657
+ "name": "name",
1652
1658
  "values": []
1653
1659
  },
1654
1660
  {
1655
1661
  "name": "disabled",
1656
- "description": "Whether the button is disabled or not.",
1657
- "values": []
1658
- },
1659
- {
1660
- "name": "href",
1661
- "description": "The URL that the link button points to.",
1662
1662
  "values": []
1663
1663
  },
1664
1664
  {
1665
- "name": "target",
1666
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1665
+ "name": "value",
1666
+ "description": "The element value to use in form submission when checked.",
1667
1667
  "values": []
1668
1668
  },
1669
1669
  {
1670
- "name": "name",
1670
+ "name": "checked",
1671
1671
  "values": []
1672
1672
  }
1673
1673
  ],