@universal-material/web 3.6.16 → 3.6.18

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.
@@ -52,17 +52,6 @@
52
52
  ],
53
53
  "references": []
54
54
  },
55
- {
56
- "name": "u-badge",
57
- "description": "\n---\n",
58
- "attributes": [
59
- {
60
- "name": "static",
61
- "values": []
62
- }
63
- ],
64
- "references": []
65
- },
66
55
  {
67
56
  "name": "u-button-set",
68
57
  "description": "\n---\n",
@@ -505,6 +494,55 @@
505
494
  ],
506
495
  "references": []
507
496
  },
497
+ {
498
+ "name": "u-badge",
499
+ "description": "\n---\n",
500
+ "attributes": [
501
+ {
502
+ "name": "static",
503
+ "values": []
504
+ }
505
+ ],
506
+ "references": []
507
+ },
508
+ {
509
+ "name": "u-calendar",
510
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
511
+ "attributes": [
512
+ {
513
+ "name": "value",
514
+ "values": []
515
+ },
516
+ {
517
+ "name": "dateOutsideMonth",
518
+ "values": []
519
+ },
520
+ {
521
+ "name": "locale",
522
+ "values": []
523
+ }
524
+ ],
525
+ "references": []
526
+ },
527
+ {
528
+ "name": "u-range-calendar",
529
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
530
+ "attributes": [
531
+ {
532
+ "name": "value",
533
+ "values": []
534
+ },
535
+ {
536
+ "name": "dateOutsideMonth",
537
+ "values": []
538
+ },
539
+ {
540
+ "name": "locale",
541
+ "values": []
542
+ }
543
+ ],
544
+ "references": []
545
+ },
508
546
  {
509
547
  "name": "u-button-field",
510
548
  "description": "\n---\n",
@@ -627,44 +665,6 @@
627
665
  ],
628
666
  "references": []
629
667
  },
630
- {
631
- "name": "u-calendar",
632
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
633
- "attributes": [
634
- {
635
- "name": "value",
636
- "values": []
637
- },
638
- {
639
- "name": "dateOutsideMonth",
640
- "values": []
641
- },
642
- {
643
- "name": "locale",
644
- "values": []
645
- }
646
- ],
647
- "references": []
648
- },
649
- {
650
- "name": "u-range-calendar",
651
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
652
- "attributes": [
653
- {
654
- "name": "value",
655
- "values": []
656
- },
657
- {
658
- "name": "dateOutsideMonth",
659
- "values": []
660
- },
661
- {
662
- "name": "locale",
663
- "values": []
664
- }
665
- ],
666
- "references": []
667
- },
668
668
  {
669
669
  "name": "u-checkbox-list-item",
670
670
  "description": "\n---\n",
@@ -733,89 +733,6 @@
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
- },
819
736
  {
820
737
  "name": "u-chip-set",
821
738
  "description": "\n---\n",
@@ -893,18 +810,6 @@
893
810
  ],
894
811
  "references": []
895
812
  },
896
- {
897
- "name": "u-datepicker",
898
- "description": "\n---\n",
899
- "attributes": [],
900
- "references": []
901
- },
902
- {
903
- "name": "u-elevation",
904
- "description": "\n---\n",
905
- "attributes": [],
906
- "references": []
907
- },
908
813
  {
909
814
  "name": "u-dialog",
910
815
  "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
@@ -934,6 +839,101 @@
934
839
  ],
935
840
  "references": []
936
841
  },
842
+ {
843
+ "name": "u-chip-field",
844
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
845
+ "attributes": [
846
+ {
847
+ "name": "name",
848
+ "values": []
849
+ },
850
+ {
851
+ "name": "manual",
852
+ "description": "If true, ignore enter key input",
853
+ "values": []
854
+ },
855
+ {
856
+ "name": "placeholder",
857
+ "values": []
858
+ },
859
+ {
860
+ "name": "variant",
861
+ "values": [
862
+ {
863
+ "name": "filled"
864
+ },
865
+ {
866
+ "name": "outlined"
867
+ }
868
+ ]
869
+ },
870
+ {
871
+ "name": "label",
872
+ "description": "The floating label for the field",
873
+ "values": []
874
+ },
875
+ {
876
+ "name": "counter",
877
+ "values": []
878
+ },
879
+ {
880
+ "name": "hide-counter",
881
+ "values": []
882
+ },
883
+ {
884
+ "name": "supporting-text",
885
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
886
+ "values": []
887
+ },
888
+ {
889
+ "name": "error-text",
890
+ "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`",
891
+ "values": []
892
+ },
893
+ {
894
+ "name": "empty",
895
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
896
+ "values": []
897
+ },
898
+ {
899
+ "name": "disabled",
900
+ "values": []
901
+ },
902
+ {
903
+ "name": "invalid",
904
+ "description": "Get or sets where or not the field is in a visually invalid state.",
905
+ "values": []
906
+ },
907
+ {
908
+ "name": "has-leading-icon",
909
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
910
+ "values": []
911
+ },
912
+ {
913
+ "name": "has-trailing-icon",
914
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
915
+ "values": []
916
+ },
917
+ {
918
+ "name": "has-error-text",
919
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
920
+ "values": []
921
+ }
922
+ ],
923
+ "references": []
924
+ },
925
+ {
926
+ "name": "u-datepicker",
927
+ "description": "\n---\n",
928
+ "attributes": [],
929
+ "references": []
930
+ },
931
+ {
932
+ "name": "u-elevation",
933
+ "description": "\n---\n",
934
+ "attributes": [],
935
+ "references": []
936
+ },
937
937
  {
938
938
  "name": "u-field",
939
939
  "description": "\n---\n",
@@ -1014,6 +1014,23 @@
1014
1014
  "attributes": [],
1015
1015
  "references": []
1016
1016
  },
1017
+ {
1018
+ "name": "u-list-item",
1019
+ "description": "\n---\n",
1020
+ "attributes": [
1021
+ {
1022
+ "name": "selectable",
1023
+ "values": []
1024
+ }
1025
+ ],
1026
+ "references": []
1027
+ },
1028
+ {
1029
+ "name": "u-list",
1030
+ "description": "\n---\n",
1031
+ "attributes": [],
1032
+ "references": []
1033
+ },
1017
1034
  {
1018
1035
  "name": "u-menu-item",
1019
1036
  "description": "\n---\n",
@@ -1191,20 +1208,33 @@
1191
1208
  "references": []
1192
1209
  },
1193
1210
  {
1194
- "name": "u-list-item",
1211
+ "name": "u-circular-progress",
1195
1212
  "description": "\n---\n",
1196
1213
  "attributes": [
1197
1214
  {
1198
- "name": "selectable",
1215
+ "name": "value",
1216
+ "values": []
1217
+ },
1218
+ {
1219
+ "name": "max",
1199
1220
  "values": []
1200
1221
  }
1201
1222
  ],
1202
1223
  "references": []
1203
1224
  },
1204
1225
  {
1205
- "name": "u-list",
1226
+ "name": "u-progress-bar",
1206
1227
  "description": "\n---\n",
1207
- "attributes": [],
1228
+ "attributes": [
1229
+ {
1230
+ "name": "value",
1231
+ "values": []
1232
+ },
1233
+ {
1234
+ "name": "max",
1235
+ "values": []
1236
+ }
1237
+ ],
1208
1238
  "references": []
1209
1239
  },
1210
1240
  {
@@ -1244,6 +1274,18 @@
1244
1274
  ],
1245
1275
  "references": []
1246
1276
  },
1277
+ {
1278
+ "name": "u-ripple",
1279
+ "description": "\n---\n",
1280
+ "attributes": [
1281
+ {
1282
+ "name": "disabled",
1283
+ "description": "Disables the ripple.",
1284
+ "values": []
1285
+ }
1286
+ ],
1287
+ "references": []
1288
+ },
1247
1289
  {
1248
1290
  "name": "u-radio-list-item",
1249
1291
  "description": "\n---\n",
@@ -1304,48 +1346,6 @@
1304
1346
  ],
1305
1347
  "references": []
1306
1348
  },
1307
- {
1308
- "name": "u-circular-progress",
1309
- "description": "\n---\n",
1310
- "attributes": [
1311
- {
1312
- "name": "value",
1313
- "values": []
1314
- },
1315
- {
1316
- "name": "max",
1317
- "values": []
1318
- }
1319
- ],
1320
- "references": []
1321
- },
1322
- {
1323
- "name": "u-progress-bar",
1324
- "description": "\n---\n",
1325
- "attributes": [
1326
- {
1327
- "name": "value",
1328
- "values": []
1329
- },
1330
- {
1331
- "name": "max",
1332
- "values": []
1333
- }
1334
- ],
1335
- "references": []
1336
- },
1337
- {
1338
- "name": "u-ripple",
1339
- "description": "\n---\n",
1340
- "attributes": [
1341
- {
1342
- "name": "disabled",
1343
- "description": "Disables the ripple.",
1344
- "values": []
1345
- }
1346
- ],
1347
- "references": []
1348
- },
1349
1349
  {
1350
1350
  "name": "u-option",
1351
1351
  "description": "\n---\n",
@@ -1604,37 +1604,61 @@
1604
1604
  "references": []
1605
1605
  },
1606
1606
  {
1607
- "name": "u-switch-list-item",
1607
+ "name": "u-tab-bar",
1608
1608
  "description": "\n---\n",
1609
1609
  "attributes": [
1610
1610
  {
1611
- "name": "leading",
1611
+ "name": "variant",
1612
+ "values": [
1613
+ {
1614
+ "name": "primary"
1615
+ },
1616
+ {
1617
+ "name": "secondary"
1618
+ }
1619
+ ]
1620
+ }
1621
+ ],
1622
+ "references": []
1623
+ },
1624
+ {
1625
+ "name": "u-tab",
1626
+ "description": "\n---\n",
1627
+ "attributes": [
1628
+ {
1629
+ "name": "hasIcon",
1612
1630
  "values": []
1613
1631
  },
1614
1632
  {
1615
- "name": "name",
1633
+ "name": "disabled",
1634
+ "description": "Whether the button is disabled or not.",
1616
1635
  "values": []
1617
1636
  },
1618
1637
  {
1619
- "name": "disabled",
1638
+ "name": "href",
1639
+ "description": "The URL that the link button points to.",
1620
1640
  "values": []
1621
1641
  },
1622
1642
  {
1623
- "name": "value",
1624
- "description": "The element value to use in form submission when checked.",
1643
+ "name": "target",
1644
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1625
1645
  "values": []
1626
1646
  },
1627
1647
  {
1628
- "name": "checked",
1648
+ "name": "name",
1629
1649
  "values": []
1630
1650
  }
1631
1651
  ],
1632
1652
  "references": []
1633
1653
  },
1634
1654
  {
1635
- "name": "u-switch",
1655
+ "name": "u-switch-list-item",
1636
1656
  "description": "\n---\n",
1637
1657
  "attributes": [
1658
+ {
1659
+ "name": "leading",
1660
+ "values": []
1661
+ },
1638
1662
  {
1639
1663
  "name": "name",
1640
1664
  "values": []
@@ -1656,59 +1680,51 @@
1656
1680
  "references": []
1657
1681
  },
1658
1682
  {
1659
- "name": "u-tab-bar",
1683
+ "name": "u-switch",
1660
1684
  "description": "\n---\n",
1661
1685
  "attributes": [
1662
1686
  {
1663
- "name": "variant",
1664
- "values": [
1665
- {
1666
- "name": "primary"
1667
- },
1668
- {
1669
- "name": "secondary"
1670
- }
1671
- ]
1687
+ "name": "name",
1688
+ "values": []
1689
+ },
1690
+ {
1691
+ "name": "disabled",
1692
+ "values": []
1693
+ },
1694
+ {
1695
+ "name": "value",
1696
+ "description": "The element value to use in form submission when checked.",
1697
+ "values": []
1698
+ },
1699
+ {
1700
+ "name": "checked",
1701
+ "values": []
1672
1702
  }
1673
1703
  ],
1674
1704
  "references": []
1675
1705
  },
1676
1706
  {
1677
- "name": "u-tab",
1707
+ "name": "u-text-field",
1678
1708
  "description": "\n---\n",
1679
1709
  "attributes": [
1680
1710
  {
1681
- "name": "hasIcon",
1711
+ "name": "type",
1682
1712
  "values": []
1683
1713
  },
1684
1714
  {
1685
- "name": "disabled",
1686
- "description": "Whether the button is disabled or not.",
1715
+ "name": "prefix-text",
1687
1716
  "values": []
1688
1717
  },
1689
1718
  {
1690
- "name": "href",
1691
- "description": "The URL that the link button points to.",
1719
+ "name": "suffix-text",
1692
1720
  "values": []
1693
1721
  },
1694
1722
  {
1695
- "name": "target",
1696
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1723
+ "name": "readOnly",
1697
1724
  "values": []
1698
1725
  },
1699
1726
  {
1700
- "name": "name",
1701
- "values": []
1702
- }
1703
- ],
1704
- "references": []
1705
- },
1706
- {
1707
- "name": "u-text-area",
1708
- "description": "\n---\n",
1709
- "attributes": [
1710
- {
1711
- "name": "rows",
1727
+ "name": "autocapitalize",
1712
1728
  "values": []
1713
1729
  },
1714
1730
  {
@@ -1805,27 +1821,11 @@
1805
1821
  "references": []
1806
1822
  },
1807
1823
  {
1808
- "name": "u-text-field",
1824
+ "name": "u-text-area",
1809
1825
  "description": "\n---\n",
1810
1826
  "attributes": [
1811
1827
  {
1812
- "name": "type",
1813
- "values": []
1814
- },
1815
- {
1816
- "name": "prefix-text",
1817
- "values": []
1818
- },
1819
- {
1820
- "name": "suffix-text",
1821
- "values": []
1822
- },
1823
- {
1824
- "name": "readOnly",
1825
- "values": []
1826
- },
1827
- {
1828
- "name": "autocapitalize",
1828
+ "name": "rows",
1829
1829
  "values": []
1830
1830
  },
1831
1831
  {