@universal-material/web 3.6.5 → 3.6.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.
@@ -53,78 +53,49 @@
53
53
  "references": []
54
54
  },
55
55
  {
56
- "name": "u-button-field",
56
+ "name": "u-badge",
57
57
  "description": "\n---\n",
58
58
  "attributes": [
59
59
  {
60
- "name": "value",
61
- "values": []
62
- },
63
- {
64
- "name": "placeholder",
65
- "values": []
66
- },
67
- {
68
- "name": "variant",
69
- "values": [
70
- {
71
- "name": "filled"
72
- },
73
- {
74
- "name": "outlined"
75
- }
76
- ]
77
- },
78
- {
79
- "name": "label",
80
- "description": "The floating label for the field",
81
- "values": []
82
- },
83
- {
84
- "name": "counter",
85
- "values": []
86
- },
87
- {
88
- "name": "hide-counter",
89
- "values": []
90
- },
91
- {
92
- "name": "supporting-text",
93
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
94
- "values": []
95
- },
96
- {
97
- "name": "error-text",
98
- "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`",
60
+ "name": "static",
99
61
  "values": []
100
- },
62
+ }
63
+ ],
64
+ "references": []
65
+ },
66
+ {
67
+ "name": "u-calendar",
68
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
69
+ "attributes": [
101
70
  {
102
- "name": "empty",
103
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
71
+ "name": "value",
104
72
  "values": []
105
73
  },
106
74
  {
107
- "name": "disabled",
75
+ "name": "dateOutsideMonth",
108
76
  "values": []
109
77
  },
110
78
  {
111
- "name": "invalid",
112
- "description": "Get or sets where or not the field is in a visually invalid state.",
79
+ "name": "locale",
113
80
  "values": []
114
- },
81
+ }
82
+ ],
83
+ "references": []
84
+ },
85
+ {
86
+ "name": "u-range-calendar",
87
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
88
+ "attributes": [
115
89
  {
116
- "name": "has-leading-icon",
117
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
90
+ "name": "value",
118
91
  "values": []
119
92
  },
120
93
  {
121
- "name": "has-trailing-icon",
122
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
94
+ "name": "dateOutsideMonth",
123
95
  "values": []
124
96
  },
125
97
  {
126
- "name": "has-error-text",
127
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
98
+ "name": "locale",
128
99
  "values": []
129
100
  }
130
101
  ],
@@ -573,49 +544,78 @@
573
544
  "references": []
574
545
  },
575
546
  {
576
- "name": "u-badge",
547
+ "name": "u-button-field",
577
548
  "description": "\n---\n",
578
549
  "attributes": [
579
550
  {
580
- "name": "static",
551
+ "name": "value",
581
552
  "values": []
582
- }
583
- ],
584
- "references": []
585
- },
586
- {
587
- "name": "u-calendar",
588
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
589
- "attributes": [
553
+ },
590
554
  {
591
- "name": "value",
555
+ "name": "placeholder",
592
556
  "values": []
593
557
  },
594
558
  {
595
- "name": "dateOutsideMonth",
559
+ "name": "variant",
560
+ "values": [
561
+ {
562
+ "name": "filled"
563
+ },
564
+ {
565
+ "name": "outlined"
566
+ }
567
+ ]
568
+ },
569
+ {
570
+ "name": "label",
571
+ "description": "The floating label for the field",
596
572
  "values": []
597
573
  },
598
574
  {
599
- "name": "locale",
575
+ "name": "counter",
600
576
  "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": [
577
+ },
609
578
  {
610
- "name": "value",
579
+ "name": "hide-counter",
611
580
  "values": []
612
581
  },
613
582
  {
614
- "name": "dateOutsideMonth",
583
+ "name": "supporting-text",
584
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
615
585
  "values": []
616
586
  },
617
587
  {
618
- "name": "locale",
588
+ "name": "error-text",
589
+ "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`",
590
+ "values": []
591
+ },
592
+ {
593
+ "name": "empty",
594
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
595
+ "values": []
596
+ },
597
+ {
598
+ "name": "disabled",
599
+ "values": []
600
+ },
601
+ {
602
+ "name": "invalid",
603
+ "description": "Get or sets where or not the field is in a visually invalid state.",
604
+ "values": []
605
+ },
606
+ {
607
+ "name": "has-leading-icon",
608
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
609
+ "values": []
610
+ },
611
+ {
612
+ "name": "has-trailing-icon",
613
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
614
+ "values": []
615
+ },
616
+ {
617
+ "name": "has-error-text",
618
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
619
619
  "values": []
620
620
  }
621
621
  ],
@@ -666,45 +666,90 @@
666
666
  "references": []
667
667
  },
668
668
  {
669
- "name": "u-checkbox-list-item",
669
+ "name": "u-chip-set",
670
670
  "description": "\n---\n",
671
671
  "attributes": [
672
672
  {
673
- "name": "leading",
673
+ "name": "alignment",
674
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
675
+ "values": [
676
+ {
677
+ "name": "start"
678
+ },
679
+ {
680
+ "name": "center"
681
+ },
682
+ {
683
+ "name": "end"
684
+ }
685
+ ]
686
+ }
687
+ ],
688
+ "references": []
689
+ },
690
+ {
691
+ "name": "u-chip",
692
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
693
+ "attributes": [
694
+ {
695
+ "name": "selected",
696
+ "description": "Whether the chip is selected or not",
674
697
  "values": []
675
698
  },
676
699
  {
677
- "name": "hide-state-layer",
700
+ "name": "clickable",
678
701
  "values": []
679
702
  },
680
703
  {
681
- "name": "indeterminate",
704
+ "name": "elevated",
705
+ "description": "Adds elevation to the chip",
682
706
  "values": []
683
707
  },
684
708
  {
685
- "name": "name",
709
+ "name": "toggle",
710
+ "description": "When true, the chip will toggle between selected and unselected\nstates",
711
+ "values": []
712
+ },
713
+ {
714
+ "name": "removable",
715
+ "description": "Add the remove icon",
716
+ "values": []
717
+ },
718
+ {
719
+ "name": "hide-selected-icon",
720
+ "description": "Hide the selected icon",
686
721
  "values": []
687
722
  },
688
723
  {
689
724
  "name": "disabled",
725
+ "description": "Whether the button is disabled or not.",
690
726
  "values": []
691
727
  },
692
728
  {
693
- "name": "value",
694
- "description": "The element value to use in form submission when checked.",
729
+ "name": "href",
730
+ "description": "The URL that the link button points to.",
695
731
  "values": []
696
732
  },
697
733
  {
698
- "name": "checked",
734
+ "name": "target",
735
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
736
+ "values": []
737
+ },
738
+ {
739
+ "name": "name",
699
740
  "values": []
700
741
  }
701
742
  ],
702
743
  "references": []
703
744
  },
704
745
  {
705
- "name": "u-checkbox",
746
+ "name": "u-checkbox-list-item",
706
747
  "description": "\n---\n",
707
748
  "attributes": [
749
+ {
750
+ "name": "leading",
751
+ "values": []
752
+ },
708
753
  {
709
754
  "name": "hide-state-layer",
710
755
  "values": []
@@ -734,77 +779,32 @@
734
779
  "references": []
735
780
  },
736
781
  {
737
- "name": "u-chip-set",
782
+ "name": "u-checkbox",
738
783
  "description": "\n---\n",
739
784
  "attributes": [
740
785
  {
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",
786
+ "name": "hide-state-layer",
784
787
  "values": []
785
788
  },
786
789
  {
787
- "name": "hide-selected-icon",
788
- "description": "Hide the selected icon",
790
+ "name": "indeterminate",
789
791
  "values": []
790
792
  },
791
793
  {
792
- "name": "disabled",
793
- "description": "Whether the button is disabled or not.",
794
+ "name": "name",
794
795
  "values": []
795
796
  },
796
797
  {
797
- "name": "href",
798
- "description": "The URL that the link button points to.",
798
+ "name": "disabled",
799
799
  "values": []
800
800
  },
801
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.",
802
+ "name": "value",
803
+ "description": "The element value to use in form submission when checked.",
804
804
  "values": []
805
805
  },
806
806
  {
807
- "name": "name",
807
+ "name": "checked",
808
808
  "values": []
809
809
  }
810
810
  ],
@@ -920,12 +920,6 @@
920
920
  "attributes": [],
921
921
  "references": []
922
922
  },
923
- {
924
- "name": "u-icon",
925
- "description": "\n---\n",
926
- "attributes": [],
927
- "references": []
928
- },
929
923
  {
930
924
  "name": "u-field",
931
925
  "description": "\n---\n",
@@ -1000,6 +994,12 @@
1000
994
  ],
1001
995
  "references": []
1002
996
  },
997
+ {
998
+ "name": "u-icon",
999
+ "description": "\n---\n",
1000
+ "attributes": [],
1001
+ "references": []
1002
+ },
1003
1003
  {
1004
1004
  "name": "u-list-item",
1005
1005
  "description": "\n---\n",
@@ -1215,41 +1215,43 @@
1215
1215
  "references": []
1216
1216
  },
1217
1217
  {
1218
- "name": "u-radio-list-item",
1218
+ "name": "u-circular-progress",
1219
1219
  "description": "\n---\n",
1220
1220
  "attributes": [
1221
1221
  {
1222
- "name": "leading",
1223
- "values": []
1224
- },
1225
- {
1226
- "name": "hide-state-layer",
1227
- "values": []
1228
- },
1229
- {
1230
- "name": "name",
1222
+ "name": "value",
1231
1223
  "values": []
1232
1224
  },
1233
1225
  {
1234
- "name": "disabled",
1226
+ "name": "max",
1235
1227
  "values": []
1236
- },
1228
+ }
1229
+ ],
1230
+ "references": []
1231
+ },
1232
+ {
1233
+ "name": "u-progress-bar",
1234
+ "description": "\n---\n",
1235
+ "attributes": [
1237
1236
  {
1238
1237
  "name": "value",
1239
- "description": "The element value to use in form submission when checked.",
1240
1238
  "values": []
1241
1239
  },
1242
1240
  {
1243
- "name": "checked",
1241
+ "name": "max",
1244
1242
  "values": []
1245
1243
  }
1246
1244
  ],
1247
1245
  "references": []
1248
1246
  },
1249
1247
  {
1250
- "name": "u-radio",
1248
+ "name": "u-radio-list-item",
1251
1249
  "description": "\n---\n",
1252
1250
  "attributes": [
1251
+ {
1252
+ "name": "leading",
1253
+ "values": []
1254
+ },
1253
1255
  {
1254
1256
  "name": "hide-state-layer",
1255
1257
  "values": []
@@ -1275,30 +1277,28 @@
1275
1277
  "references": []
1276
1278
  },
1277
1279
  {
1278
- "name": "u-circular-progress",
1280
+ "name": "u-radio",
1279
1281
  "description": "\n---\n",
1280
1282
  "attributes": [
1281
1283
  {
1282
- "name": "value",
1284
+ "name": "hide-state-layer",
1283
1285
  "values": []
1284
1286
  },
1285
1287
  {
1286
- "name": "max",
1288
+ "name": "name",
1287
1289
  "values": []
1288
- }
1289
- ],
1290
- "references": []
1291
- },
1292
- {
1293
- "name": "u-progress-bar",
1294
- "description": "\n---\n",
1295
- "attributes": [
1290
+ },
1291
+ {
1292
+ "name": "disabled",
1293
+ "values": []
1294
+ },
1296
1295
  {
1297
1296
  "name": "value",
1297
+ "description": "The element value to use in form submission when checked.",
1298
1298
  "values": []
1299
1299
  },
1300
1300
  {
1301
- "name": "max",
1301
+ "name": "checked",
1302
1302
  "values": []
1303
1303
  }
1304
1304
  ],
@@ -1574,39 +1574,77 @@
1574
1574
  "references": []
1575
1575
  },
1576
1576
  {
1577
- "name": "u-switch-list-item",
1577
+ "name": "u-text-area",
1578
1578
  "description": "\n---\n",
1579
1579
  "attributes": [
1580
1580
  {
1581
- "name": "leading",
1581
+ "name": "rows",
1582
1582
  "values": []
1583
1583
  },
1584
1584
  {
1585
- "name": "name",
1585
+ "name": "value",
1586
1586
  "values": []
1587
1587
  },
1588
1588
  {
1589
- "name": "disabled",
1589
+ "name": "autocomplete",
1590
+ "values": [
1591
+ {
1592
+ "name": "on"
1593
+ },
1594
+ {
1595
+ "name": "off"
1596
+ }
1597
+ ]
1598
+ },
1599
+ {
1600
+ "name": "maxlength",
1590
1601
  "values": []
1591
1602
  },
1592
1603
  {
1593
- "name": "value",
1594
- "description": "The element value to use in form submission when checked.",
1604
+ "name": "role",
1595
1605
  "values": []
1596
1606
  },
1597
1607
  {
1598
- "name": "checked",
1608
+ "name": "placeholder",
1599
1609
  "values": []
1600
- }
1601
- ],
1602
- "references": []
1603
- },
1604
- {
1605
- "name": "u-switch",
1606
- "description": "\n---\n",
1607
- "attributes": [
1610
+ },
1608
1611
  {
1609
- "name": "name",
1612
+ "name": "variant",
1613
+ "values": [
1614
+ {
1615
+ "name": "filled"
1616
+ },
1617
+ {
1618
+ "name": "outlined"
1619
+ }
1620
+ ]
1621
+ },
1622
+ {
1623
+ "name": "label",
1624
+ "description": "The floating label for the field",
1625
+ "values": []
1626
+ },
1627
+ {
1628
+ "name": "counter",
1629
+ "values": []
1630
+ },
1631
+ {
1632
+ "name": "hide-counter",
1633
+ "values": []
1634
+ },
1635
+ {
1636
+ "name": "supporting-text",
1637
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
1638
+ "values": []
1639
+ },
1640
+ {
1641
+ "name": "error-text",
1642
+ "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`",
1643
+ "values": []
1644
+ },
1645
+ {
1646
+ "name": "empty",
1647
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1610
1648
  "values": []
1611
1649
  },
1612
1650
  {
@@ -1614,12 +1652,23 @@
1614
1652
  "values": []
1615
1653
  },
1616
1654
  {
1617
- "name": "value",
1618
- "description": "The element value to use in form submission when checked.",
1655
+ "name": "invalid",
1656
+ "description": "Get or sets where or not the field is in a visually invalid state.",
1619
1657
  "values": []
1620
1658
  },
1621
1659
  {
1622
- "name": "checked",
1660
+ "name": "has-leading-icon",
1661
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1662
+ "values": []
1663
+ },
1664
+ {
1665
+ "name": "has-trailing-icon",
1666
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1667
+ "values": []
1668
+ },
1669
+ {
1670
+ "name": "has-error-text",
1671
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1623
1672
  "values": []
1624
1673
  }
1625
1674
  ],
@@ -1674,77 +1723,39 @@
1674
1723
  "references": []
1675
1724
  },
1676
1725
  {
1677
- "name": "u-text-area",
1726
+ "name": "u-switch-list-item",
1678
1727
  "description": "\n---\n",
1679
1728
  "attributes": [
1680
1729
  {
1681
- "name": "rows",
1682
- "values": []
1683
- },
1684
- {
1685
- "name": "value",
1686
- "values": []
1687
- },
1688
- {
1689
- "name": "autocomplete",
1690
- "values": [
1691
- {
1692
- "name": "on"
1693
- },
1694
- {
1695
- "name": "off"
1696
- }
1697
- ]
1698
- },
1699
- {
1700
- "name": "maxlength",
1701
- "values": []
1702
- },
1703
- {
1704
- "name": "role",
1705
- "values": []
1706
- },
1707
- {
1708
- "name": "placeholder",
1709
- "values": []
1710
- },
1711
- {
1712
- "name": "variant",
1713
- "values": [
1714
- {
1715
- "name": "filled"
1716
- },
1717
- {
1718
- "name": "outlined"
1719
- }
1720
- ]
1721
- },
1722
- {
1723
- "name": "label",
1724
- "description": "The floating label for the field",
1730
+ "name": "leading",
1725
1731
  "values": []
1726
1732
  },
1727
1733
  {
1728
- "name": "counter",
1734
+ "name": "name",
1729
1735
  "values": []
1730
1736
  },
1731
1737
  {
1732
- "name": "hide-counter",
1738
+ "name": "disabled",
1733
1739
  "values": []
1734
1740
  },
1735
1741
  {
1736
- "name": "supporting-text",
1737
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
1742
+ "name": "value",
1743
+ "description": "The element value to use in form submission when checked.",
1738
1744
  "values": []
1739
1745
  },
1740
1746
  {
1741
- "name": "error-text",
1742
- "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`",
1747
+ "name": "checked",
1743
1748
  "values": []
1744
- },
1749
+ }
1750
+ ],
1751
+ "references": []
1752
+ },
1753
+ {
1754
+ "name": "u-switch",
1755
+ "description": "\n---\n",
1756
+ "attributes": [
1745
1757
  {
1746
- "name": "empty",
1747
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1758
+ "name": "name",
1748
1759
  "values": []
1749
1760
  },
1750
1761
  {
@@ -1752,23 +1763,12 @@
1752
1763
  "values": []
1753
1764
  },
1754
1765
  {
1755
- "name": "invalid",
1756
- "description": "Get or sets where or not the field is in a visually invalid state.",
1757
- "values": []
1758
- },
1759
- {
1760
- "name": "has-leading-icon",
1761
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1762
- "values": []
1763
- },
1764
- {
1765
- "name": "has-trailing-icon",
1766
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1766
+ "name": "value",
1767
+ "description": "The element value to use in form submission when checked.",
1767
1768
  "values": []
1768
1769
  },
1769
1770
  {
1770
- "name": "has-error-text",
1771
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1771
+ "name": "checked",
1772
1772
  "values": []
1773
1773
  }
1774
1774
  ],