@universal-material/web 3.3.4 → 3.3.6

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,6 +2,84 @@
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
+ },
5
83
  {
6
84
  "name": "u-top-app-bar",
7
85
  "description": "\n---\n",
@@ -779,81 +857,9 @@
779
857
  "references": []
780
858
  },
781
859
  {
782
- "name": "u-button-field",
860
+ "name": "u-elevation",
783
861
  "description": "\n---\n",
784
- "attributes": [
785
- {
786
- "name": "value",
787
- "values": []
788
- },
789
- {
790
- "name": "placeholder",
791
- "values": []
792
- },
793
- {
794
- "name": "variant",
795
- "values": [
796
- {
797
- "name": "filled"
798
- },
799
- {
800
- "name": "outlined"
801
- }
802
- ]
803
- },
804
- {
805
- "name": "label",
806
- "description": "The floating label for the field",
807
- "values": []
808
- },
809
- {
810
- "name": "counter",
811
- "values": []
812
- },
813
- {
814
- "name": "hide-counter",
815
- "values": []
816
- },
817
- {
818
- "name": "supporting-text",
819
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
820
- "values": []
821
- },
822
- {
823
- "name": "error-text",
824
- "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
- "values": []
826
- },
827
- {
828
- "name": "empty",
829
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
830
- "values": []
831
- },
832
- {
833
- "name": "disabled",
834
- "values": []
835
- },
836
- {
837
- "name": "invalid",
838
- "description": "Get or sets where or not the field is in a visually invalid state.",
839
- "values": []
840
- },
841
- {
842
- "name": "has-leading-icon",
843
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
844
- "values": []
845
- },
846
- {
847
- "name": "has-trailing-icon",
848
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
849
- "values": []
850
- },
851
- {
852
- "name": "has-error-text",
853
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
854
- "values": []
855
- }
856
- ],
862
+ "attributes": [],
857
863
  "references": []
858
864
  },
859
865
  {
@@ -877,12 +883,6 @@
877
883
  ],
878
884
  "references": []
879
885
  },
880
- {
881
- "name": "u-elevation",
882
- "description": "\n---\n",
883
- "attributes": [],
884
- "references": []
885
- },
886
886
  {
887
887
  "name": "u-field",
888
888
  "description": "\n---\n",
@@ -957,23 +957,6 @@
957
957
  ],
958
958
  "references": []
959
959
  },
960
- {
961
- "name": "u-list-item",
962
- "description": "\n---\n",
963
- "attributes": [
964
- {
965
- "name": "selectable",
966
- "values": []
967
- }
968
- ],
969
- "references": []
970
- },
971
- {
972
- "name": "u-list",
973
- "description": "\n---\n",
974
- "attributes": [],
975
- "references": []
976
- },
977
960
  {
978
961
  "name": "u-menu-item",
979
962
  "description": "\n---\n",
@@ -1094,6 +1077,23 @@
1094
1077
  ],
1095
1078
  "references": []
1096
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
1097
  {
1098
1098
  "name": "u-drawer-headline",
1099
1099
  "description": "\n---\n",
@@ -1276,74 +1276,58 @@
1276
1276
  "references": []
1277
1277
  },
1278
1278
  {
1279
- "name": "u-option",
1279
+ "name": "u-ripple",
1280
1280
  "description": "\n---\n",
1281
1281
  "attributes": [
1282
- {
1283
- "name": "value",
1284
- "values": []
1285
- },
1286
- {
1287
- "name": "selected",
1288
- "values": []
1289
- },
1290
- {
1291
- "name": "active",
1292
- "description": "Force show focus ring",
1293
- "values": []
1294
- },
1295
- {
1296
- "name": "has-leading-icon",
1297
- "description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
1298
- "values": []
1299
- },
1300
- {
1301
- "name": "has-trailing-icon",
1302
- "description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
1303
- "values": []
1304
- },
1305
- {
1306
- "name": "has-badge",
1307
- "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
1308
- "values": []
1309
- },
1310
1282
  {
1311
1283
  "name": "disabled",
1312
- "description": "Whether the button is disabled or not.",
1313
- "values": []
1314
- },
1315
- {
1316
- "name": "href",
1317
- "description": "The URL that the link button points to.",
1318
- "values": []
1319
- },
1320
- {
1321
- "name": "target",
1322
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1323
- "values": []
1324
- },
1325
- {
1326
- "name": "name",
1284
+ "description": "Disables the ripple.",
1327
1285
  "values": []
1328
1286
  }
1329
1287
  ],
1330
1288
  "references": []
1331
1289
  },
1332
1290
  {
1333
- "name": "u-select",
1291
+ "name": "u-search",
1334
1292
  "description": "\n---\n",
1335
1293
  "attributes": [
1336
1294
  {
1337
- "name": "menu-positioning",
1295
+ "name": "position",
1338
1296
  "values": [
1339
1297
  {
1340
- "name": "relative"
1298
+ "name": "fixed"
1341
1299
  },
1342
1300
  {
1343
- "name": "fixed"
1301
+ "name": "absolute"
1302
+ },
1303
+ {
1304
+ "name": "static"
1344
1305
  }
1345
1306
  ]
1346
1307
  },
1308
+ {
1309
+ "name": "value",
1310
+ "values": []
1311
+ },
1312
+ {
1313
+ "name": "autocomplete",
1314
+ "values": [
1315
+ {
1316
+ "name": "on"
1317
+ },
1318
+ {
1319
+ "name": "off"
1320
+ }
1321
+ ]
1322
+ },
1323
+ {
1324
+ "name": "maxlength",
1325
+ "values": []
1326
+ },
1327
+ {
1328
+ "name": "role",
1329
+ "values": []
1330
+ },
1347
1331
  {
1348
1332
  "name": "placeholder",
1349
1333
  "values": []
@@ -1415,67 +1399,74 @@
1415
1399
  "references": []
1416
1400
  },
1417
1401
  {
1418
- "name": "u-ripple",
1402
+ "name": "u-option",
1419
1403
  "description": "\n---\n",
1420
1404
  "attributes": [
1405
+ {
1406
+ "name": "value",
1407
+ "values": []
1408
+ },
1409
+ {
1410
+ "name": "selected",
1411
+ "values": []
1412
+ },
1413
+ {
1414
+ "name": "active",
1415
+ "description": "Force show focus ring",
1416
+ "values": []
1417
+ },
1418
+ {
1419
+ "name": "has-leading-icon",
1420
+ "description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
1421
+ "values": []
1422
+ },
1423
+ {
1424
+ "name": "has-trailing-icon",
1425
+ "description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
1426
+ "values": []
1427
+ },
1428
+ {
1429
+ "name": "has-badge",
1430
+ "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
1431
+ "values": []
1432
+ },
1421
1433
  {
1422
1434
  "name": "disabled",
1423
- "description": "Disables the ripple.",
1435
+ "description": "Whether the button is disabled or not.",
1424
1436
  "values": []
1425
- }
1426
- ],
1427
- "references": []
1428
- },
1429
- {
1430
- "name": "u-snackbar",
1431
- "description": "\n---\n",
1432
- "attributes": [
1437
+ },
1433
1438
  {
1434
- "name": "message",
1439
+ "name": "href",
1440
+ "description": "The URL that the link button points to.",
1435
1441
  "values": []
1436
1442
  },
1437
1443
  {
1438
- "name": "action",
1444
+ "name": "target",
1445
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1439
1446
  "values": []
1440
1447
  },
1441
1448
  {
1442
- "name": "show-close",
1449
+ "name": "name",
1443
1450
  "values": []
1444
1451
  }
1445
1452
  ],
1446
1453
  "references": []
1447
1454
  },
1448
1455
  {
1449
- "name": "u-text-area",
1456
+ "name": "u-select",
1450
1457
  "description": "\n---\n",
1451
1458
  "attributes": [
1452
1459
  {
1453
- "name": "rows",
1454
- "values": []
1455
- },
1456
- {
1457
- "name": "value",
1458
- "values": []
1459
- },
1460
- {
1461
- "name": "autocomplete",
1460
+ "name": "menu-positioning",
1462
1461
  "values": [
1463
1462
  {
1464
- "name": "on"
1463
+ "name": "relative"
1465
1464
  },
1466
1465
  {
1467
- "name": "off"
1466
+ "name": "fixed"
1468
1467
  }
1469
1468
  ]
1470
1469
  },
1471
- {
1472
- "name": "maxlength",
1473
- "values": []
1474
- },
1475
- {
1476
- "name": "role",
1477
- "values": []
1478
- },
1479
1470
  {
1480
1471
  "name": "placeholder",
1481
1472
  "values": []
@@ -1546,6 +1537,25 @@
1546
1537
  ],
1547
1538
  "references": []
1548
1539
  },
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
+ },
1549
1559
  {
1550
1560
  "name": "u-switch-list-item",
1551
1561
  "description": "\n---\n",
@@ -1646,6 +1656,107 @@
1646
1656
  ],
1647
1657
  "references": []
1648
1658
  },
1659
+ {
1660
+ "name": "u-text-area",
1661
+ "description": "\n---\n",
1662
+ "attributes": [
1663
+ {
1664
+ "name": "rows",
1665
+ "values": []
1666
+ },
1667
+ {
1668
+ "name": "value",
1669
+ "values": []
1670
+ },
1671
+ {
1672
+ "name": "autocomplete",
1673
+ "values": [
1674
+ {
1675
+ "name": "on"
1676
+ },
1677
+ {
1678
+ "name": "off"
1679
+ }
1680
+ ]
1681
+ },
1682
+ {
1683
+ "name": "maxlength",
1684
+ "values": []
1685
+ },
1686
+ {
1687
+ "name": "role",
1688
+ "values": []
1689
+ },
1690
+ {
1691
+ "name": "placeholder",
1692
+ "values": []
1693
+ },
1694
+ {
1695
+ "name": "variant",
1696
+ "values": [
1697
+ {
1698
+ "name": "filled"
1699
+ },
1700
+ {
1701
+ "name": "outlined"
1702
+ }
1703
+ ]
1704
+ },
1705
+ {
1706
+ "name": "label",
1707
+ "description": "The floating label for the field",
1708
+ "values": []
1709
+ },
1710
+ {
1711
+ "name": "counter",
1712
+ "values": []
1713
+ },
1714
+ {
1715
+ "name": "hide-counter",
1716
+ "values": []
1717
+ },
1718
+ {
1719
+ "name": "supporting-text",
1720
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
1721
+ "values": []
1722
+ },
1723
+ {
1724
+ "name": "error-text",
1725
+ "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`",
1726
+ "values": []
1727
+ },
1728
+ {
1729
+ "name": "empty",
1730
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1731
+ "values": []
1732
+ },
1733
+ {
1734
+ "name": "disabled",
1735
+ "values": []
1736
+ },
1737
+ {
1738
+ "name": "invalid",
1739
+ "description": "Get or sets where or not the field is in a visually invalid state.",
1740
+ "values": []
1741
+ },
1742
+ {
1743
+ "name": "has-leading-icon",
1744
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1745
+ "values": []
1746
+ },
1747
+ {
1748
+ "name": "has-trailing-icon",
1749
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1750
+ "values": []
1751
+ },
1752
+ {
1753
+ "name": "has-error-text",
1754
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1755
+ "values": []
1756
+ }
1757
+ ],
1758
+ "references": []
1759
+ },
1649
1760
  {
1650
1761
  "name": "u-text-field",
1651
1762
  "description": "\n---\n",