@universal-material/web 3.6.12 → 3.6.13

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.
@@ -2,84 +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-button-field",
7
- "description": "\n---\n",
8
- "attributes": [
9
- {
10
- "name": "value",
11
- "values": []
12
- },
13
- {
14
- "name": "placeholder",
15
- "values": []
16
- },
17
- {
18
- "name": "variant",
19
- "values": [
20
- {
21
- "name": "filled"
22
- },
23
- {
24
- "name": "outlined"
25
- }
26
- ]
27
- },
28
- {
29
- "name": "label",
30
- "description": "The floating label for the field",
31
- "values": []
32
- },
33
- {
34
- "name": "counter",
35
- "values": []
36
- },
37
- {
38
- "name": "hide-counter",
39
- "values": []
40
- },
41
- {
42
- "name": "supporting-text",
43
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
44
- "values": []
45
- },
46
- {
47
- "name": "error-text",
48
- "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
49
- "values": []
50
- },
51
- {
52
- "name": "empty",
53
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
54
- "values": []
55
- },
56
- {
57
- "name": "disabled",
58
- "values": []
59
- },
60
- {
61
- "name": "invalid",
62
- "description": "Get or sets where or not the field is in a visually invalid state.",
63
- "values": []
64
- },
65
- {
66
- "name": "has-leading-icon",
67
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
68
- "values": []
69
- },
70
- {
71
- "name": "has-trailing-icon",
72
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
73
- "values": []
74
- },
75
- {
76
- "name": "has-error-text",
77
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
78
- "values": []
79
- }
80
- ],
81
- "references": []
82
- },
83
5
  {
84
6
  "name": "u-badge",
85
7
  "description": "\n---\n",
@@ -533,6 +455,84 @@
533
455
  ],
534
456
  "references": []
535
457
  },
458
+ {
459
+ "name": "u-button-field",
460
+ "description": "\n---\n",
461
+ "attributes": [
462
+ {
463
+ "name": "value",
464
+ "values": []
465
+ },
466
+ {
467
+ "name": "placeholder",
468
+ "values": []
469
+ },
470
+ {
471
+ "name": "variant",
472
+ "values": [
473
+ {
474
+ "name": "filled"
475
+ },
476
+ {
477
+ "name": "outlined"
478
+ }
479
+ ]
480
+ },
481
+ {
482
+ "name": "label",
483
+ "description": "The floating label for the field",
484
+ "values": []
485
+ },
486
+ {
487
+ "name": "counter",
488
+ "values": []
489
+ },
490
+ {
491
+ "name": "hide-counter",
492
+ "values": []
493
+ },
494
+ {
495
+ "name": "supporting-text",
496
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
497
+ "values": []
498
+ },
499
+ {
500
+ "name": "error-text",
501
+ "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`",
502
+ "values": []
503
+ },
504
+ {
505
+ "name": "empty",
506
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
507
+ "values": []
508
+ },
509
+ {
510
+ "name": "disabled",
511
+ "values": []
512
+ },
513
+ {
514
+ "name": "invalid",
515
+ "description": "Get or sets where or not the field is in a visually invalid state.",
516
+ "values": []
517
+ },
518
+ {
519
+ "name": "has-leading-icon",
520
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
521
+ "values": []
522
+ },
523
+ {
524
+ "name": "has-trailing-icon",
525
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
526
+ "values": []
527
+ },
528
+ {
529
+ "name": "has-error-text",
530
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
531
+ "values": []
532
+ }
533
+ ],
534
+ "references": []
535
+ },
536
536
  {
537
537
  "name": "u-top-app-bar",
538
538
  "description": "\n---\n",
@@ -734,9 +734,80 @@
734
734
  "references": []
735
735
  },
736
736
  {
737
- "name": "u-datepicker",
737
+ "name": "u-chip-set",
738
738
  "description": "\n---\n",
739
- "attributes": [],
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"
752
+ }
753
+ ]
754
+ }
755
+ ],
756
+ "references": []
757
+ },
758
+ {
759
+ "name": "u-chip",
760
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
761
+ "attributes": [
762
+ {
763
+ "name": "selected",
764
+ "description": "Whether the chip is selected or not",
765
+ "values": []
766
+ },
767
+ {
768
+ "name": "clickable",
769
+ "values": []
770
+ },
771
+ {
772
+ "name": "elevated",
773
+ "description": "Adds elevation to the chip",
774
+ "values": []
775
+ },
776
+ {
777
+ "name": "toggle",
778
+ "description": "When true, the chip will toggle between selected and unselected\nstates",
779
+ "values": []
780
+ },
781
+ {
782
+ "name": "removable",
783
+ "description": "Add the remove icon",
784
+ "values": []
785
+ },
786
+ {
787
+ "name": "hide-selected-icon",
788
+ "description": "Hide the selected icon",
789
+ "values": []
790
+ },
791
+ {
792
+ "name": "disabled",
793
+ "description": "Whether the button is disabled or not.",
794
+ "values": []
795
+ },
796
+ {
797
+ "name": "href",
798
+ "description": "The URL that the link button points to.",
799
+ "values": []
800
+ },
801
+ {
802
+ "name": "target",
803
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
804
+ "values": []
805
+ },
806
+ {
807
+ "name": "name",
808
+ "values": []
809
+ }
810
+ ],
740
811
  "references": []
741
812
  },
742
813
  {
@@ -823,108 +894,25 @@
823
894
  "references": []
824
895
  },
825
896
  {
826
- "name": "u-chip-set",
827
- "description": "\n---\n",
897
+ "name": "u-dialog",
898
+ "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
828
899
  "attributes": [
829
900
  {
830
- "name": "alignment",
831
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
832
- "values": [
833
- {
834
- "name": "start"
835
- },
836
- {
837
- "name": "center"
838
- },
839
- {
840
- "name": "end"
841
- }
842
- ]
843
- }
844
- ],
845
- "references": []
846
- },
847
- {
848
- "name": "u-chip",
849
- "description": "\n---\n\n\n### **Events:**\n - **change**",
850
- "attributes": [
851
- {
852
- "name": "selected",
853
- "description": "Whether the chip is selected or not",
854
- "values": []
855
- },
856
- {
857
- "name": "clickable",
858
- "values": []
859
- },
860
- {
861
- "name": "elevated",
862
- "description": "Adds elevation to the chip",
863
- "values": []
864
- },
865
- {
866
- "name": "toggle",
867
- "description": "When true, the chip will toggle between selected and unselected\nstates",
868
- "values": []
869
- },
870
- {
871
- "name": "removable",
872
- "description": "Add the remove icon",
873
- "values": []
874
- },
875
- {
876
- "name": "hide-selected-icon",
877
- "description": "Hide the selected icon",
878
- "values": []
879
- },
880
- {
881
- "name": "disabled",
882
- "description": "Whether the button is disabled or not.",
883
- "values": []
884
- },
885
- {
886
- "name": "href",
887
- "description": "The URL that the link button points to.",
888
- "values": []
889
- },
890
- {
891
- "name": "target",
892
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
893
- "values": []
894
- },
895
- {
896
- "name": "name",
897
- "values": []
898
- }
899
- ],
900
- "references": []
901
- },
902
- {
903
- "name": "u-elevation",
904
- "description": "\n---\n",
905
- "attributes": [],
906
- "references": []
907
- },
908
- {
909
- "name": "u-dialog",
910
- "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
911
- "attributes": [
912
- {
913
- "name": "open",
914
- "values": []
915
- },
916
- {
917
- "name": "has-headline",
918
- "description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
919
- "values": []
920
- },
921
- {
922
- "name": "has-icon",
923
- "description": "Whether dialog has icon\n\n_Note:_ Readonly",
924
- "values": []
925
- },
926
- {
927
- "name": "scrollContainer",
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
+ "name": "scrollContainer",
928
916
  "values": [
929
917
  {
930
918
  "name": "HTMLElement"
@@ -935,7 +923,7 @@
935
923
  "references": []
936
924
  },
937
925
  {
938
- "name": "u-icon",
926
+ "name": "u-datepicker",
939
927
  "description": "\n---\n",
940
928
  "attributes": [],
941
929
  "references": []
@@ -1014,6 +1002,18 @@
1014
1002
  ],
1015
1003
  "references": []
1016
1004
  },
1005
+ {
1006
+ "name": "u-elevation",
1007
+ "description": "\n---\n",
1008
+ "attributes": [],
1009
+ "references": []
1010
+ },
1011
+ {
1012
+ "name": "u-icon",
1013
+ "description": "\n---\n",
1014
+ "attributes": [],
1015
+ "references": []
1016
+ },
1017
1017
  {
1018
1018
  "name": "u-list-item",
1019
1019
  "description": "\n---\n",
@@ -1031,6 +1031,96 @@
1031
1031
  "attributes": [],
1032
1032
  "references": []
1033
1033
  },
1034
+ {
1035
+ "name": "u-drawer-headline",
1036
+ "description": "\n---\n",
1037
+ "attributes": [],
1038
+ "references": []
1039
+ },
1040
+ {
1041
+ "name": "u-drawer-item",
1042
+ "description": "\n---\n",
1043
+ "attributes": [
1044
+ {
1045
+ "name": "active",
1046
+ "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1047
+ "values": []
1048
+ },
1049
+ {
1050
+ "name": "keep-drawer-open",
1051
+ "description": "If true, it will not attempt to close de navigation drawer on click",
1052
+ "values": []
1053
+ },
1054
+ {
1055
+ "name": "disabled",
1056
+ "description": "Whether the button is disabled or not.",
1057
+ "values": []
1058
+ },
1059
+ {
1060
+ "name": "href",
1061
+ "description": "The URL that the link button points to.",
1062
+ "values": []
1063
+ },
1064
+ {
1065
+ "name": "target",
1066
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1067
+ "values": []
1068
+ },
1069
+ {
1070
+ "name": "name",
1071
+ "values": []
1072
+ }
1073
+ ],
1074
+ "references": []
1075
+ },
1076
+ {
1077
+ "name": "u-drawer",
1078
+ "description": "\n---\n",
1079
+ "attributes": [],
1080
+ "references": []
1081
+ },
1082
+ {
1083
+ "name": "u-side-navigation",
1084
+ "description": "\n---\n",
1085
+ "attributes": [
1086
+ {
1087
+ "name": "toggle-drawer",
1088
+ "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`",
1089
+ "values": []
1090
+ }
1091
+ ],
1092
+ "references": []
1093
+ },
1094
+ {
1095
+ "name": "u-overflow-menu-item",
1096
+ "description": "\n---\n",
1097
+ "attributes": [
1098
+ {
1099
+ "name": "label",
1100
+ "values": []
1101
+ },
1102
+ {
1103
+ "name": "menu-only",
1104
+ "values": []
1105
+ }
1106
+ ],
1107
+ "references": []
1108
+ },
1109
+ {
1110
+ "name": "u-overflow-menu",
1111
+ "description": "\n---\n",
1112
+ "attributes": [
1113
+ {
1114
+ "name": "anchor",
1115
+ "values": [
1116
+ {
1117
+ "name": "HTMLElement"
1118
+ }
1119
+ ]
1120
+ }
1121
+ ],
1122
+ "references": []
1123
+ },
1034
1124
  {
1035
1125
  "name": "u-menu-item",
1036
1126
  "description": "\n---\n",
@@ -1148,97 +1238,82 @@
1148
1238
  "references": []
1149
1239
  },
1150
1240
  {
1151
- "name": "u-overflow-menu-item",
1241
+ "name": "u-radio-list-item",
1152
1242
  "description": "\n---\n",
1153
1243
  "attributes": [
1154
1244
  {
1155
- "name": "label",
1245
+ "name": "leading",
1156
1246
  "values": []
1157
1247
  },
1158
1248
  {
1159
- "name": "menu-only",
1249
+ "name": "hide-state-layer",
1160
1250
  "values": []
1161
- }
1162
- ],
1163
- "references": []
1164
- },
1165
- {
1166
- "name": "u-overflow-menu",
1167
- "description": "\n---\n",
1168
- "attributes": [
1251
+ },
1169
1252
  {
1170
- "name": "anchor",
1171
- "values": [
1172
- {
1173
- "name": "HTMLElement"
1174
- }
1175
- ]
1253
+ "name": "name",
1254
+ "values": []
1255
+ },
1256
+ {
1257
+ "name": "disabled",
1258
+ "values": []
1259
+ },
1260
+ {
1261
+ "name": "value",
1262
+ "description": "The element value to use in form submission when checked.",
1263
+ "values": []
1264
+ },
1265
+ {
1266
+ "name": "checked",
1267
+ "values": []
1176
1268
  }
1177
1269
  ],
1178
1270
  "references": []
1179
1271
  },
1180
1272
  {
1181
- "name": "u-drawer-headline",
1182
- "description": "\n---\n",
1183
- "attributes": [],
1184
- "references": []
1185
- },
1186
- {
1187
- "name": "u-drawer-item",
1273
+ "name": "u-radio",
1188
1274
  "description": "\n---\n",
1189
1275
  "attributes": [
1190
1276
  {
1191
- "name": "active",
1192
- "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1277
+ "name": "hide-state-layer",
1193
1278
  "values": []
1194
1279
  },
1195
1280
  {
1196
- "name": "keep-drawer-open",
1197
- "description": "If true, it will not attempt to close de navigation drawer on click",
1281
+ "name": "name",
1198
1282
  "values": []
1199
1283
  },
1200
1284
  {
1201
1285
  "name": "disabled",
1202
- "description": "Whether the button is disabled or not.",
1203
- "values": []
1204
- },
1205
- {
1206
- "name": "href",
1207
- "description": "The URL that the link button points to.",
1208
1286
  "values": []
1209
1287
  },
1210
1288
  {
1211
- "name": "target",
1212
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1289
+ "name": "value",
1290
+ "description": "The element value to use in form submission when checked.",
1213
1291
  "values": []
1214
1292
  },
1215
1293
  {
1216
- "name": "name",
1294
+ "name": "checked",
1217
1295
  "values": []
1218
1296
  }
1219
1297
  ],
1220
1298
  "references": []
1221
1299
  },
1222
1300
  {
1223
- "name": "u-drawer",
1224
- "description": "\n---\n",
1225
- "attributes": [],
1226
- "references": []
1227
- },
1228
- {
1229
- "name": "u-side-navigation",
1301
+ "name": "u-circular-progress",
1230
1302
  "description": "\n---\n",
1231
1303
  "attributes": [
1232
1304
  {
1233
- "name": "toggle-drawer",
1234
- "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`",
1305
+ "name": "value",
1306
+ "values": []
1307
+ },
1308
+ {
1309
+ "name": "max",
1235
1310
  "values": []
1236
1311
  }
1237
1312
  ],
1238
1313
  "references": []
1239
1314
  },
1240
1315
  {
1241
- "name": "u-circular-progress",
1316
+ "name": "u-progress-bar",
1242
1317
  "description": "\n---\n",
1243
1318
  "attributes": [
1244
1319
  {
@@ -1253,73 +1328,185 @@
1253
1328
  "references": []
1254
1329
  },
1255
1330
  {
1256
- "name": "u-progress-bar",
1331
+ "name": "u-ripple",
1332
+ "description": "\n---\n",
1333
+ "attributes": [
1334
+ {
1335
+ "name": "disabled",
1336
+ "description": "Disables the ripple.",
1337
+ "values": []
1338
+ }
1339
+ ],
1340
+ "references": []
1341
+ },
1342
+ {
1343
+ "name": "u-search",
1257
1344
  "description": "\n---\n",
1258
1345
  "attributes": [
1346
+ {
1347
+ "name": "position",
1348
+ "values": [
1349
+ {
1350
+ "name": "fixed"
1351
+ },
1352
+ {
1353
+ "name": "absolute"
1354
+ },
1355
+ {
1356
+ "name": "static"
1357
+ }
1358
+ ]
1359
+ },
1259
1360
  {
1260
1361
  "name": "value",
1261
1362
  "values": []
1262
1363
  },
1263
1364
  {
1264
- "name": "max",
1365
+ "name": "autocomplete",
1366
+ "values": [
1367
+ {
1368
+ "name": "on"
1369
+ },
1370
+ {
1371
+ "name": "off"
1372
+ }
1373
+ ]
1374
+ },
1375
+ {
1376
+ "name": "maxlength",
1377
+ "values": []
1378
+ },
1379
+ {
1380
+ "name": "role",
1381
+ "values": []
1382
+ },
1383
+ {
1384
+ "name": "placeholder",
1385
+ "values": []
1386
+ },
1387
+ {
1388
+ "name": "variant",
1389
+ "values": [
1390
+ {
1391
+ "name": "filled"
1392
+ },
1393
+ {
1394
+ "name": "outlined"
1395
+ }
1396
+ ]
1397
+ },
1398
+ {
1399
+ "name": "label",
1400
+ "description": "The floating label for the field",
1401
+ "values": []
1402
+ },
1403
+ {
1404
+ "name": "counter",
1405
+ "values": []
1406
+ },
1407
+ {
1408
+ "name": "hide-counter",
1409
+ "values": []
1410
+ },
1411
+ {
1412
+ "name": "supporting-text",
1413
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
1414
+ "values": []
1415
+ },
1416
+ {
1417
+ "name": "error-text",
1418
+ "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`",
1419
+ "values": []
1420
+ },
1421
+ {
1422
+ "name": "empty",
1423
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1424
+ "values": []
1425
+ },
1426
+ {
1427
+ "name": "disabled",
1428
+ "values": []
1429
+ },
1430
+ {
1431
+ "name": "invalid",
1432
+ "description": "Get or sets where or not the field is in a visually invalid state.",
1433
+ "values": []
1434
+ },
1435
+ {
1436
+ "name": "has-leading-icon",
1437
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1438
+ "values": []
1439
+ },
1440
+ {
1441
+ "name": "has-trailing-icon",
1442
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1443
+ "values": []
1444
+ },
1445
+ {
1446
+ "name": "has-error-text",
1447
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1265
1448
  "values": []
1266
1449
  }
1267
1450
  ],
1268
1451
  "references": []
1269
1452
  },
1270
1453
  {
1271
- "name": "u-ripple",
1454
+ "name": "u-option",
1272
1455
  "description": "\n---\n",
1273
1456
  "attributes": [
1274
1457
  {
1275
- "name": "disabled",
1276
- "description": "Disables the ripple.",
1458
+ "name": "value",
1459
+ "values": []
1460
+ },
1461
+ {
1462
+ "name": "selected",
1463
+ "values": []
1464
+ },
1465
+ {
1466
+ "name": "active",
1467
+ "values": []
1468
+ },
1469
+ {
1470
+ "name": "has-badge",
1471
+ "values": []
1472
+ },
1473
+ {
1474
+ "name": "disabled",
1475
+ "description": "Whether the button is disabled or not.",
1476
+ "values": []
1477
+ },
1478
+ {
1479
+ "name": "href",
1480
+ "description": "The URL that the link button points to.",
1481
+ "values": []
1482
+ },
1483
+ {
1484
+ "name": "target",
1485
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1486
+ "values": []
1487
+ },
1488
+ {
1489
+ "name": "name",
1277
1490
  "values": []
1278
1491
  }
1279
1492
  ],
1280
1493
  "references": []
1281
1494
  },
1282
1495
  {
1283
- "name": "u-search",
1496
+ "name": "u-select",
1284
1497
  "description": "\n---\n",
1285
1498
  "attributes": [
1286
1499
  {
1287
- "name": "position",
1288
- "values": [
1289
- {
1290
- "name": "fixed"
1291
- },
1292
- {
1293
- "name": "absolute"
1294
- },
1295
- {
1296
- "name": "static"
1297
- }
1298
- ]
1299
- },
1300
- {
1301
- "name": "value",
1302
- "values": []
1303
- },
1304
- {
1305
- "name": "autocomplete",
1500
+ "name": "menu-positioning",
1306
1501
  "values": [
1307
1502
  {
1308
- "name": "on"
1503
+ "name": "relative"
1309
1504
  },
1310
1505
  {
1311
- "name": "off"
1506
+ "name": "fixed"
1312
1507
  }
1313
1508
  ]
1314
1509
  },
1315
- {
1316
- "name": "maxlength",
1317
- "values": []
1318
- },
1319
- {
1320
- "name": "role",
1321
- "values": []
1322
- },
1323
1510
  {
1324
1511
  "name": "placeholder",
1325
1512
  "values": []
@@ -1391,43 +1578,30 @@
1391
1578
  "references": []
1392
1579
  },
1393
1580
  {
1394
- "name": "u-radio-list-item",
1581
+ "name": "u-snackbar",
1395
1582
  "description": "\n---\n",
1396
1583
  "attributes": [
1397
1584
  {
1398
- "name": "leading",
1399
- "values": []
1400
- },
1401
- {
1402
- "name": "hide-state-layer",
1403
- "values": []
1404
- },
1405
- {
1406
- "name": "name",
1407
- "values": []
1408
- },
1409
- {
1410
- "name": "disabled",
1585
+ "name": "message",
1411
1586
  "values": []
1412
1587
  },
1413
1588
  {
1414
- "name": "value",
1415
- "description": "The element value to use in form submission when checked.",
1589
+ "name": "action",
1416
1590
  "values": []
1417
1591
  },
1418
1592
  {
1419
- "name": "checked",
1593
+ "name": "show-close",
1420
1594
  "values": []
1421
1595
  }
1422
1596
  ],
1423
1597
  "references": []
1424
1598
  },
1425
1599
  {
1426
- "name": "u-radio",
1600
+ "name": "u-switch-list-item",
1427
1601
  "description": "\n---\n",
1428
1602
  "attributes": [
1429
1603
  {
1430
- "name": "hide-state-layer",
1604
+ "name": "leading",
1431
1605
  "values": []
1432
1606
  },
1433
1607
  {
@@ -1451,19 +1625,24 @@
1451
1625
  "references": []
1452
1626
  },
1453
1627
  {
1454
- "name": "u-snackbar",
1628
+ "name": "u-switch",
1455
1629
  "description": "\n---\n",
1456
1630
  "attributes": [
1457
1631
  {
1458
- "name": "message",
1632
+ "name": "name",
1459
1633
  "values": []
1460
1634
  },
1461
1635
  {
1462
- "name": "action",
1636
+ "name": "disabled",
1463
1637
  "values": []
1464
1638
  },
1465
1639
  {
1466
- "name": "show-close",
1640
+ "name": "value",
1641
+ "description": "The element value to use in form submission when checked.",
1642
+ "values": []
1643
+ },
1644
+ {
1645
+ "name": "checked",
1467
1646
  "values": []
1468
1647
  }
1469
1648
  ],
@@ -1618,133 +1797,6 @@
1618
1797
  ],
1619
1798
  "references": []
1620
1799
  },
1621
- {
1622
- "name": "u-option",
1623
- "description": "\n---\n",
1624
- "attributes": [
1625
- {
1626
- "name": "value",
1627
- "values": []
1628
- },
1629
- {
1630
- "name": "selected",
1631
- "values": []
1632
- },
1633
- {
1634
- "name": "active",
1635
- "values": []
1636
- },
1637
- {
1638
- "name": "has-badge",
1639
- "values": []
1640
- },
1641
- {
1642
- "name": "disabled",
1643
- "description": "Whether the button is disabled or not.",
1644
- "values": []
1645
- },
1646
- {
1647
- "name": "href",
1648
- "description": "The URL that the link button points to.",
1649
- "values": []
1650
- },
1651
- {
1652
- "name": "target",
1653
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1654
- "values": []
1655
- },
1656
- {
1657
- "name": "name",
1658
- "values": []
1659
- }
1660
- ],
1661
- "references": []
1662
- },
1663
- {
1664
- "name": "u-select",
1665
- "description": "\n---\n",
1666
- "attributes": [
1667
- {
1668
- "name": "menu-positioning",
1669
- "values": [
1670
- {
1671
- "name": "relative"
1672
- },
1673
- {
1674
- "name": "fixed"
1675
- }
1676
- ]
1677
- },
1678
- {
1679
- "name": "placeholder",
1680
- "values": []
1681
- },
1682
- {
1683
- "name": "variant",
1684
- "values": [
1685
- {
1686
- "name": "filled"
1687
- },
1688
- {
1689
- "name": "outlined"
1690
- }
1691
- ]
1692
- },
1693
- {
1694
- "name": "label",
1695
- "description": "The floating label for the field",
1696
- "values": []
1697
- },
1698
- {
1699
- "name": "counter",
1700
- "values": []
1701
- },
1702
- {
1703
- "name": "hide-counter",
1704
- "values": []
1705
- },
1706
- {
1707
- "name": "supporting-text",
1708
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
1709
- "values": []
1710
- },
1711
- {
1712
- "name": "error-text",
1713
- "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`",
1714
- "values": []
1715
- },
1716
- {
1717
- "name": "empty",
1718
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1719
- "values": []
1720
- },
1721
- {
1722
- "name": "disabled",
1723
- "values": []
1724
- },
1725
- {
1726
- "name": "invalid",
1727
- "description": "Get or sets where or not the field is in a visually invalid state.",
1728
- "values": []
1729
- },
1730
- {
1731
- "name": "has-leading-icon",
1732
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1733
- "values": []
1734
- },
1735
- {
1736
- "name": "has-trailing-icon",
1737
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1738
- "values": []
1739
- },
1740
- {
1741
- "name": "has-error-text",
1742
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1743
- "values": []
1744
- }
1745
- ],
1746
- "references": []
1747
- },
1748
1800
  {
1749
1801
  "name": "u-text-field",
1750
1802
  "description": "\n---\n",
@@ -1862,58 +1914,6 @@
1862
1914
  ],
1863
1915
  "references": []
1864
1916
  },
1865
- {
1866
- "name": "u-switch-list-item",
1867
- "description": "\n---\n",
1868
- "attributes": [
1869
- {
1870
- "name": "leading",
1871
- "values": []
1872
- },
1873
- {
1874
- "name": "name",
1875
- "values": []
1876
- },
1877
- {
1878
- "name": "disabled",
1879
- "values": []
1880
- },
1881
- {
1882
- "name": "value",
1883
- "description": "The element value to use in form submission when checked.",
1884
- "values": []
1885
- },
1886
- {
1887
- "name": "checked",
1888
- "values": []
1889
- }
1890
- ],
1891
- "references": []
1892
- },
1893
- {
1894
- "name": "u-switch",
1895
- "description": "\n---\n",
1896
- "attributes": [
1897
- {
1898
- "name": "name",
1899
- "values": []
1900
- },
1901
- {
1902
- "name": "disabled",
1903
- "values": []
1904
- },
1905
- {
1906
- "name": "value",
1907
- "description": "The element value to use in form submission when checked.",
1908
- "values": []
1909
- },
1910
- {
1911
- "name": "checked",
1912
- "values": []
1913
- }
1914
- ],
1915
- "references": []
1916
- },
1917
1917
  {
1918
1918
  "name": "u-highlight",
1919
1919
  "description": "\n---\n",