@universal-material/web 3.7.0 → 3.7.2

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,84 @@
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
+ },
66
144
  {
67
145
  "name": "u-button-set",
68
146
  "description": "\n---\n",
@@ -505,84 +583,6 @@
505
583
  ],
506
584
  "references": []
507
585
  },
508
- {
509
- "name": "u-button-field",
510
- "description": "\n---\n",
511
- "attributes": [
512
- {
513
- "name": "value",
514
- "values": []
515
- },
516
- {
517
- "name": "placeholder",
518
- "values": []
519
- },
520
- {
521
- "name": "variant",
522
- "values": [
523
- {
524
- "name": "filled"
525
- },
526
- {
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
586
  {
587
587
  "name": "u-calendar",
588
588
  "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
@@ -733,6 +733,89 @@
733
733
  ],
734
734
  "references": []
735
735
  },
736
+ {
737
+ "name": "u-chip-field",
738
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
739
+ "attributes": [
740
+ {
741
+ "name": "name",
742
+ "values": []
743
+ },
744
+ {
745
+ "name": "manual",
746
+ "description": "If true, ignore enter key input",
747
+ "values": []
748
+ },
749
+ {
750
+ "name": "placeholder",
751
+ "values": []
752
+ },
753
+ {
754
+ "name": "variant",
755
+ "values": [
756
+ {
757
+ "name": "filled"
758
+ },
759
+ {
760
+ "name": "outlined"
761
+ }
762
+ ]
763
+ },
764
+ {
765
+ "name": "label",
766
+ "description": "The floating label for the field",
767
+ "values": []
768
+ },
769
+ {
770
+ "name": "counter",
771
+ "values": []
772
+ },
773
+ {
774
+ "name": "hide-counter",
775
+ "values": []
776
+ },
777
+ {
778
+ "name": "supporting-text",
779
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
780
+ "values": []
781
+ },
782
+ {
783
+ "name": "error-text",
784
+ "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`",
785
+ "values": []
786
+ },
787
+ {
788
+ "name": "empty",
789
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
790
+ "values": []
791
+ },
792
+ {
793
+ "name": "disabled",
794
+ "values": []
795
+ },
796
+ {
797
+ "name": "invalid",
798
+ "description": "Get or sets where or not the field is in a visually invalid state.",
799
+ "values": []
800
+ },
801
+ {
802
+ "name": "has-leading-icon",
803
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
804
+ "values": []
805
+ },
806
+ {
807
+ "name": "has-trailing-icon",
808
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
809
+ "values": []
810
+ },
811
+ {
812
+ "name": "has-error-text",
813
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
814
+ "values": []
815
+ }
816
+ ],
817
+ "references": []
818
+ },
736
819
  {
737
820
  "name": "u-chip-set",
738
821
  "description": "\n---\n",
@@ -817,114 +900,25 @@
817
900
  "references": []
818
901
  },
819
902
  {
820
- "name": "u-chip-field",
821
- "description": "\n---\n\n\n### **Events:**\n - **change**",
903
+ "name": "u-dialog",
904
+ "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
822
905
  "attributes": [
823
906
  {
824
- "name": "name",
907
+ "name": "open",
825
908
  "values": []
826
909
  },
827
910
  {
828
- "name": "manual",
829
- "description": "If true, ignore enter key input",
911
+ "name": "has-headline",
912
+ "description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
830
913
  "values": []
831
914
  },
832
915
  {
833
- "name": "placeholder",
916
+ "name": "has-icon",
917
+ "description": "Whether dialog has icon\n\n_Note:_ Readonly",
834
918
  "values": []
835
919
  },
836
920
  {
837
- "name": "variant",
838
- "values": [
839
- {
840
- "name": "filled"
841
- },
842
- {
843
- "name": "outlined"
844
- }
845
- ]
846
- },
847
- {
848
- "name": "label",
849
- "description": "The floating label for the field",
850
- "values": []
851
- },
852
- {
853
- "name": "counter",
854
- "values": []
855
- },
856
- {
857
- "name": "hide-counter",
858
- "values": []
859
- },
860
- {
861
- "name": "supporting-text",
862
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
863
- "values": []
864
- },
865
- {
866
- "name": "error-text",
867
- "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`",
868
- "values": []
869
- },
870
- {
871
- "name": "empty",
872
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
873
- "values": []
874
- },
875
- {
876
- "name": "disabled",
877
- "values": []
878
- },
879
- {
880
- "name": "invalid",
881
- "description": "Get or sets where or not the field is in a visually invalid state.",
882
- "values": []
883
- },
884
- {
885
- "name": "has-leading-icon",
886
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
887
- "values": []
888
- },
889
- {
890
- "name": "has-trailing-icon",
891
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
892
- "values": []
893
- },
894
- {
895
- "name": "has-error-text",
896
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
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",
921
+ "name": "scrollContainer",
928
922
  "values": [
929
923
  {
930
924
  "name": "HTMLElement"
@@ -934,12 +928,6 @@
934
928
  ],
935
929
  "references": []
936
930
  },
937
- {
938
- "name": "u-icon",
939
- "description": "\n---\n",
940
- "attributes": [],
941
- "references": []
942
- },
943
931
  {
944
932
  "name": "u-field",
945
933
  "description": "\n---\n",
@@ -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",
@@ -1147,43 +1147,6 @@
1147
1147
  ],
1148
1148
  "references": []
1149
1149
  },
1150
- {
1151
- "name": "u-overflow-menu-item",
1152
- "description": "\n---\n",
1153
- "attributes": [
1154
- {
1155
- "name": "label",
1156
- "values": []
1157
- },
1158
- {
1159
- "name": "collapse",
1160
- "values": [
1161
- {
1162
- "name": "auto"
1163
- },
1164
- {
1165
- "name": "always"
1166
- }
1167
- ]
1168
- }
1169
- ],
1170
- "references": []
1171
- },
1172
- {
1173
- "name": "u-overflow-menu",
1174
- "description": "\n---\n",
1175
- "attributes": [
1176
- {
1177
- "name": "anchor",
1178
- "values": [
1179
- {
1180
- "name": "HTMLElement"
1181
- }
1182
- ]
1183
- }
1184
- ],
1185
- "references": []
1186
- },
1187
1150
  {
1188
1151
  "name": "u-drawer-headline",
1189
1152
  "description": "\n---\n",
@@ -1245,41 +1208,80 @@
1245
1208
  "references": []
1246
1209
  },
1247
1210
  {
1248
- "name": "u-radio-list-item",
1211
+ "name": "u-overflow-menu-item",
1249
1212
  "description": "\n---\n",
1250
1213
  "attributes": [
1251
1214
  {
1252
- "name": "leading",
1215
+ "name": "label",
1253
1216
  "values": []
1254
1217
  },
1255
1218
  {
1256
- "name": "hide-state-layer",
1257
- "values": []
1258
- },
1219
+ "name": "collapse",
1220
+ "values": [
1221
+ {
1222
+ "name": "auto"
1223
+ },
1224
+ {
1225
+ "name": "always"
1226
+ }
1227
+ ]
1228
+ }
1229
+ ],
1230
+ "references": []
1231
+ },
1232
+ {
1233
+ "name": "u-overflow-menu",
1234
+ "description": "\n---\n",
1235
+ "attributes": [
1259
1236
  {
1260
- "name": "name",
1237
+ "name": "anchor",
1238
+ "values": [
1239
+ {
1240
+ "name": "HTMLElement"
1241
+ }
1242
+ ]
1243
+ }
1244
+ ],
1245
+ "references": []
1246
+ },
1247
+ {
1248
+ "name": "u-circular-progress",
1249
+ "description": "\n---\n",
1250
+ "attributes": [
1251
+ {
1252
+ "name": "value",
1261
1253
  "values": []
1262
1254
  },
1263
1255
  {
1264
- "name": "disabled",
1256
+ "name": "max",
1265
1257
  "values": []
1266
- },
1258
+ }
1259
+ ],
1260
+ "references": []
1261
+ },
1262
+ {
1263
+ "name": "u-progress-bar",
1264
+ "description": "\n---\n",
1265
+ "attributes": [
1267
1266
  {
1268
1267
  "name": "value",
1269
- "description": "The element value to use in form submission when checked.",
1270
1268
  "values": []
1271
1269
  },
1272
1270
  {
1273
- "name": "checked",
1271
+ "name": "max",
1274
1272
  "values": []
1275
1273
  }
1276
1274
  ],
1277
1275
  "references": []
1278
1276
  },
1279
1277
  {
1280
- "name": "u-radio",
1278
+ "name": "u-radio-list-item",
1281
1279
  "description": "\n---\n",
1282
1280
  "attributes": [
1281
+ {
1282
+ "name": "leading",
1283
+ "values": []
1284
+ },
1283
1285
  {
1284
1286
  "name": "hide-state-layer",
1285
1287
  "values": []
@@ -1305,30 +1307,28 @@
1305
1307
  "references": []
1306
1308
  },
1307
1309
  {
1308
- "name": "u-circular-progress",
1310
+ "name": "u-radio",
1309
1311
  "description": "\n---\n",
1310
1312
  "attributes": [
1311
1313
  {
1312
- "name": "value",
1314
+ "name": "hide-state-layer",
1313
1315
  "values": []
1314
1316
  },
1315
1317
  {
1316
- "name": "max",
1318
+ "name": "name",
1317
1319
  "values": []
1318
- }
1319
- ],
1320
- "references": []
1321
- },
1322
- {
1323
- "name": "u-progress-bar",
1324
- "description": "\n---\n",
1325
- "attributes": [
1320
+ },
1321
+ {
1322
+ "name": "disabled",
1323
+ "values": []
1324
+ },
1326
1325
  {
1327
1326
  "name": "value",
1327
+ "description": "The element value to use in form submission when checked.",
1328
1328
  "values": []
1329
1329
  },
1330
1330
  {
1331
- "name": "max",
1331
+ "name": "checked",
1332
1332
  "values": []
1333
1333
  }
1334
1334
  ],
@@ -1457,58 +1457,6 @@
1457
1457
  ],
1458
1458
  "references": []
1459
1459
  },
1460
- {
1461
- "name": "u-switch-list-item",
1462
- "description": "\n---\n",
1463
- "attributes": [
1464
- {
1465
- "name": "leading",
1466
- "values": []
1467
- },
1468
- {
1469
- "name": "name",
1470
- "values": []
1471
- },
1472
- {
1473
- "name": "disabled",
1474
- "values": []
1475
- },
1476
- {
1477
- "name": "value",
1478
- "description": "The element value to use in form submission when checked.",
1479
- "values": []
1480
- },
1481
- {
1482
- "name": "checked",
1483
- "values": []
1484
- }
1485
- ],
1486
- "references": []
1487
- },
1488
- {
1489
- "name": "u-switch",
1490
- "description": "\n---\n",
1491
- "attributes": [
1492
- {
1493
- "name": "name",
1494
- "values": []
1495
- },
1496
- {
1497
- "name": "disabled",
1498
- "values": []
1499
- },
1500
- {
1501
- "name": "value",
1502
- "description": "The element value to use in form submission when checked.",
1503
- "values": []
1504
- },
1505
- {
1506
- "name": "checked",
1507
- "values": []
1508
- }
1509
- ],
1510
- "references": []
1511
- },
1512
1460
  {
1513
1461
  "name": "u-option",
1514
1462
  "description": "\n---\n",
@@ -1637,67 +1585,71 @@
1637
1585
  "references": []
1638
1586
  },
1639
1587
  {
1640
- "name": "u-tab-bar",
1588
+ "name": "u-snackbar",
1641
1589
  "description": "\n---\n",
1642
1590
  "attributes": [
1643
1591
  {
1644
- "name": "variant",
1645
- "values": [
1646
- {
1647
- "name": "primary"
1648
- },
1649
- {
1650
- "name": "secondary"
1651
- }
1652
- ]
1592
+ "name": "message",
1593
+ "values": []
1594
+ },
1595
+ {
1596
+ "name": "action",
1597
+ "values": []
1598
+ },
1599
+ {
1600
+ "name": "show-close",
1601
+ "values": []
1653
1602
  }
1654
1603
  ],
1655
1604
  "references": []
1656
1605
  },
1657
1606
  {
1658
- "name": "u-tab",
1607
+ "name": "u-switch-list-item",
1659
1608
  "description": "\n---\n",
1660
1609
  "attributes": [
1661
1610
  {
1662
- "name": "hasIcon",
1611
+ "name": "leading",
1663
1612
  "values": []
1664
1613
  },
1665
1614
  {
1666
- "name": "disabled",
1667
- "description": "Whether the button is disabled or not.",
1615
+ "name": "name",
1668
1616
  "values": []
1669
1617
  },
1670
1618
  {
1671
- "name": "href",
1672
- "description": "The URL that the link button points to.",
1619
+ "name": "disabled",
1673
1620
  "values": []
1674
1621
  },
1675
1622
  {
1676
- "name": "target",
1677
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1623
+ "name": "value",
1624
+ "description": "The element value to use in form submission when checked.",
1678
1625
  "values": []
1679
1626
  },
1680
1627
  {
1681
- "name": "name",
1628
+ "name": "checked",
1682
1629
  "values": []
1683
1630
  }
1684
1631
  ],
1685
1632
  "references": []
1686
1633
  },
1687
1634
  {
1688
- "name": "u-snackbar",
1635
+ "name": "u-switch",
1689
1636
  "description": "\n---\n",
1690
1637
  "attributes": [
1691
1638
  {
1692
- "name": "message",
1639
+ "name": "name",
1693
1640
  "values": []
1694
1641
  },
1695
1642
  {
1696
- "name": "action",
1643
+ "name": "disabled",
1697
1644
  "values": []
1698
1645
  },
1699
1646
  {
1700
- "name": "show-close",
1647
+ "name": "value",
1648
+ "description": "The element value to use in form submission when checked.",
1649
+ "values": []
1650
+ },
1651
+ {
1652
+ "name": "checked",
1701
1653
  "values": []
1702
1654
  }
1703
1655
  ],
@@ -1921,6 +1873,54 @@
1921
1873
  ],
1922
1874
  "references": []
1923
1875
  },
1876
+ {
1877
+ "name": "u-tab-bar",
1878
+ "description": "\n---\n",
1879
+ "attributes": [
1880
+ {
1881
+ "name": "variant",
1882
+ "values": [
1883
+ {
1884
+ "name": "primary"
1885
+ },
1886
+ {
1887
+ "name": "secondary"
1888
+ }
1889
+ ]
1890
+ }
1891
+ ],
1892
+ "references": []
1893
+ },
1894
+ {
1895
+ "name": "u-tab",
1896
+ "description": "\n---\n",
1897
+ "attributes": [
1898
+ {
1899
+ "name": "hasIcon",
1900
+ "values": []
1901
+ },
1902
+ {
1903
+ "name": "disabled",
1904
+ "description": "Whether the button is disabled or not.",
1905
+ "values": []
1906
+ },
1907
+ {
1908
+ "name": "href",
1909
+ "description": "The URL that the link button points to.",
1910
+ "values": []
1911
+ },
1912
+ {
1913
+ "name": "target",
1914
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1915
+ "values": []
1916
+ },
1917
+ {
1918
+ "name": "name",
1919
+ "values": []
1920
+ }
1921
+ ],
1922
+ "references": []
1923
+ },
1924
1924
  {
1925
1925
  "name": "u-highlight",
1926
1926
  "description": "\n---\n",