@universal-material/web 3.3.3 → 3.3.4

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.
@@ -491,84 +491,6 @@
491
491
  ],
492
492
  "references": []
493
493
  },
494
- {
495
- "name": "u-button-field",
496
- "description": "\n---\n",
497
- "attributes": [
498
- {
499
- "name": "value",
500
- "values": []
501
- },
502
- {
503
- "name": "placeholder",
504
- "values": []
505
- },
506
- {
507
- "name": "variant",
508
- "values": [
509
- {
510
- "name": "filled"
511
- },
512
- {
513
- "name": "outlined"
514
- }
515
- ]
516
- },
517
- {
518
- "name": "label",
519
- "description": "The floating label for the field",
520
- "values": []
521
- },
522
- {
523
- "name": "counter",
524
- "values": []
525
- },
526
- {
527
- "name": "hide-counter",
528
- "values": []
529
- },
530
- {
531
- "name": "supporting-text",
532
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
533
- "values": []
534
- },
535
- {
536
- "name": "error-text",
537
- "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`",
538
- "values": []
539
- },
540
- {
541
- "name": "empty",
542
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
543
- "values": []
544
- },
545
- {
546
- "name": "disabled",
547
- "values": []
548
- },
549
- {
550
- "name": "invalid",
551
- "description": "Get or sets where or not the field is in a visually invalid state.",
552
- "values": []
553
- },
554
- {
555
- "name": "has-leading-icon",
556
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
557
- "values": []
558
- },
559
- {
560
- "name": "has-trailing-icon",
561
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
562
- "values": []
563
- },
564
- {
565
- "name": "has-error-text",
566
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
567
- "values": []
568
- }
569
- ],
570
- "references": []
571
- },
572
494
  {
573
495
  "name": "u-card-content",
574
496
  "description": "\n---\n",
@@ -681,6 +603,89 @@
681
603
  ],
682
604
  "references": []
683
605
  },
606
+ {
607
+ "name": "u-chip-field",
608
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
609
+ "attributes": [
610
+ {
611
+ "name": "name",
612
+ "values": []
613
+ },
614
+ {
615
+ "name": "manual",
616
+ "description": "If true, ignore enter key input",
617
+ "values": []
618
+ },
619
+ {
620
+ "name": "placeholder",
621
+ "values": []
622
+ },
623
+ {
624
+ "name": "variant",
625
+ "values": [
626
+ {
627
+ "name": "filled"
628
+ },
629
+ {
630
+ "name": "outlined"
631
+ }
632
+ ]
633
+ },
634
+ {
635
+ "name": "label",
636
+ "description": "The floating label for the field",
637
+ "values": []
638
+ },
639
+ {
640
+ "name": "counter",
641
+ "values": []
642
+ },
643
+ {
644
+ "name": "hide-counter",
645
+ "values": []
646
+ },
647
+ {
648
+ "name": "supporting-text",
649
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
650
+ "values": []
651
+ },
652
+ {
653
+ "name": "error-text",
654
+ "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`",
655
+ "values": []
656
+ },
657
+ {
658
+ "name": "empty",
659
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
660
+ "values": []
661
+ },
662
+ {
663
+ "name": "disabled",
664
+ "values": []
665
+ },
666
+ {
667
+ "name": "invalid",
668
+ "description": "Get or sets where or not the field is in a visually invalid state.",
669
+ "values": []
670
+ },
671
+ {
672
+ "name": "has-leading-icon",
673
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
674
+ "values": []
675
+ },
676
+ {
677
+ "name": "has-trailing-icon",
678
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
679
+ "values": []
680
+ },
681
+ {
682
+ "name": "has-error-text",
683
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
684
+ "values": []
685
+ }
686
+ ],
687
+ "references": []
688
+ },
684
689
  {
685
690
  "name": "u-chip-set",
686
691
  "description": "\n---\n",
@@ -774,16 +779,11 @@
774
779
  "references": []
775
780
  },
776
781
  {
777
- "name": "u-chip-field",
778
- "description": "\n---\n\n\n### **Events:**\n - **change**",
782
+ "name": "u-button-field",
783
+ "description": "\n---\n",
779
784
  "attributes": [
780
785
  {
781
- "name": "name",
782
- "values": []
783
- },
784
- {
785
- "name": "manual",
786
- "description": "If true, ignore enter key input",
786
+ "name": "value",
787
787
  "values": []
788
788
  },
789
789
  {
@@ -1276,169 +1276,76 @@
1276
1276
  "references": []
1277
1277
  },
1278
1278
  {
1279
- "name": "u-ripple",
1280
- "description": "\n---\n",
1281
- "attributes": [
1282
- {
1283
- "name": "disabled",
1284
- "description": "Disables the ripple.",
1285
- "values": []
1286
- }
1287
- ],
1288
- "references": []
1289
- },
1290
- {
1291
- "name": "u-snackbar",
1279
+ "name": "u-option",
1292
1280
  "description": "\n---\n",
1293
1281
  "attributes": [
1294
1282
  {
1295
- "name": "message",
1283
+ "name": "value",
1296
1284
  "values": []
1297
1285
  },
1298
1286
  {
1299
- "name": "action",
1287
+ "name": "selected",
1300
1288
  "values": []
1301
1289
  },
1302
1290
  {
1303
- "name": "show-close",
1304
- "values": []
1305
- }
1306
- ],
1307
- "references": []
1308
- },
1309
- {
1310
- "name": "u-switch-list-item",
1311
- "description": "\n---\n",
1312
- "attributes": [
1313
- {
1314
- "name": "leading",
1291
+ "name": "active",
1292
+ "description": "Force show focus ring",
1315
1293
  "values": []
1316
1294
  },
1317
1295
  {
1318
- "name": "name",
1296
+ "name": "has-leading-icon",
1297
+ "description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
1319
1298
  "values": []
1320
1299
  },
1321
1300
  {
1322
- "name": "disabled",
1301
+ "name": "has-trailing-icon",
1302
+ "description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
1323
1303
  "values": []
1324
1304
  },
1325
1305
  {
1326
- "name": "value",
1327
- "description": "The element value to use in form submission when checked.",
1306
+ "name": "has-badge",
1307
+ "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
1328
1308
  "values": []
1329
1309
  },
1330
1310
  {
1331
- "name": "checked",
1332
- "values": []
1333
- }
1334
- ],
1335
- "references": []
1336
- },
1337
- {
1338
- "name": "u-switch",
1339
- "description": "\n---\n",
1340
- "attributes": [
1341
- {
1342
- "name": "name",
1311
+ "name": "disabled",
1312
+ "description": "Whether the button is disabled or not.",
1343
1313
  "values": []
1344
1314
  },
1345
1315
  {
1346
- "name": "disabled",
1316
+ "name": "href",
1317
+ "description": "The URL that the link button points to.",
1347
1318
  "values": []
1348
1319
  },
1349
1320
  {
1350
- "name": "value",
1351
- "description": "The element value to use in form submission when checked.",
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.",
1352
1323
  "values": []
1353
1324
  },
1354
1325
  {
1355
- "name": "checked",
1326
+ "name": "name",
1356
1327
  "values": []
1357
1328
  }
1358
1329
  ],
1359
1330
  "references": []
1360
1331
  },
1361
1332
  {
1362
- "name": "u-tab-bar",
1333
+ "name": "u-select",
1363
1334
  "description": "\n---\n",
1364
1335
  "attributes": [
1365
1336
  {
1366
- "name": "variant",
1337
+ "name": "menu-positioning",
1367
1338
  "values": [
1368
1339
  {
1369
- "name": "primary"
1340
+ "name": "relative"
1370
1341
  },
1371
1342
  {
1372
- "name": "secondary"
1343
+ "name": "fixed"
1373
1344
  }
1374
1345
  ]
1375
- }
1376
- ],
1377
- "references": []
1378
- },
1379
- {
1380
- "name": "u-tab",
1381
- "description": "\n---\n",
1382
- "attributes": [
1346
+ },
1383
1347
  {
1384
- "name": "hasIcon",
1385
- "values": []
1386
- },
1387
- {
1388
- "name": "disabled",
1389
- "description": "Whether the button is disabled or not.",
1390
- "values": []
1391
- },
1392
- {
1393
- "name": "href",
1394
- "description": "The URL that the link button points to.",
1395
- "values": []
1396
- },
1397
- {
1398
- "name": "target",
1399
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1400
- "values": []
1401
- },
1402
- {
1403
- "name": "name",
1404
- "values": []
1405
- }
1406
- ],
1407
- "references": []
1408
- },
1409
- {
1410
- "name": "u-text-area",
1411
- "description": "\n---\n",
1412
- "attributes": [
1413
- {
1414
- "name": "rows",
1415
- "values": []
1416
- },
1417
- {
1418
- "name": "value",
1419
- "values": []
1420
- },
1421
- {
1422
- "name": "autocomplete",
1423
- "values": [
1424
- {
1425
- "name": "on"
1426
- },
1427
- {
1428
- "name": "off"
1429
- }
1430
- ]
1431
- },
1432
- {
1433
- "name": "maxlength",
1434
- "values": []
1435
- },
1436
- {
1437
- "name": "role",
1438
- "values": []
1439
- },
1440
- {
1441
- "name": "placeholder",
1348
+ "name": "placeholder",
1442
1349
  "values": []
1443
1350
  },
1444
1351
  {
@@ -1508,27 +1415,42 @@
1508
1415
  "references": []
1509
1416
  },
1510
1417
  {
1511
- "name": "u-text-field",
1418
+ "name": "u-ripple",
1512
1419
  "description": "\n---\n",
1513
1420
  "attributes": [
1514
1421
  {
1515
- "name": "type",
1422
+ "name": "disabled",
1423
+ "description": "Disables the ripple.",
1516
1424
  "values": []
1517
- },
1425
+ }
1426
+ ],
1427
+ "references": []
1428
+ },
1429
+ {
1430
+ "name": "u-snackbar",
1431
+ "description": "\n---\n",
1432
+ "attributes": [
1518
1433
  {
1519
- "name": "prefix-text",
1434
+ "name": "message",
1520
1435
  "values": []
1521
1436
  },
1522
1437
  {
1523
- "name": "suffix-text",
1438
+ "name": "action",
1524
1439
  "values": []
1525
1440
  },
1526
1441
  {
1527
- "name": "readOnly",
1442
+ "name": "show-close",
1528
1443
  "values": []
1529
- },
1444
+ }
1445
+ ],
1446
+ "references": []
1447
+ },
1448
+ {
1449
+ "name": "u-text-area",
1450
+ "description": "\n---\n",
1451
+ "attributes": [
1530
1452
  {
1531
- "name": "autocapitalize",
1453
+ "name": "rows",
1532
1454
  "values": []
1533
1455
  },
1534
1456
  {
@@ -1625,145 +1547,152 @@
1625
1547
  "references": []
1626
1548
  },
1627
1549
  {
1628
- "name": "u-highlight",
1550
+ "name": "u-switch-list-item",
1629
1551
  "description": "\n---\n",
1630
1552
  "attributes": [
1631
1553
  {
1632
- "name": "result",
1633
- "description": "The result text to display. If the term is found inside this text, it's highlighted",
1554
+ "name": "leading",
1634
1555
  "values": []
1635
1556
  },
1636
1557
  {
1637
- "name": "term",
1638
- "description": "The searched term",
1558
+ "name": "name",
1559
+ "values": []
1560
+ },
1561
+ {
1562
+ "name": "disabled",
1563
+ "values": []
1564
+ },
1565
+ {
1566
+ "name": "value",
1567
+ "description": "The element value to use in form submission when checked.",
1568
+ "values": []
1569
+ },
1570
+ {
1571
+ "name": "checked",
1639
1572
  "values": []
1640
1573
  }
1641
1574
  ],
1642
1575
  "references": []
1643
1576
  },
1644
1577
  {
1645
- "name": "u-typeahead",
1646
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
1578
+ "name": "u-switch",
1579
+ "description": "\n---\n",
1647
1580
  "attributes": [
1648
1581
  {
1649
- "name": "debounce",
1650
- "description": "The time in milliseconds before triggering an update in the results.",
1651
- "values": []
1652
- },
1653
- {
1654
- "name": "limit",
1655
- "description": "The number of suggestions to show",
1582
+ "name": "name",
1656
1583
  "values": []
1657
1584
  },
1658
1585
  {
1659
- "name": "minLength",
1660
- "description": "How many characters must be typed before show suggestions\n\n_Note:_ Not used when the source is a `Promise`",
1586
+ "name": "disabled",
1661
1587
  "values": []
1662
1588
  },
1663
1589
  {
1664
- "name": "open-on-focus",
1665
- "description": "Whether the menu will be show when the target get focus.\n\n_Note:_ The `minLength` will still be applied",
1590
+ "name": "value",
1591
+ "description": "The element value to use in form submission when checked.",
1666
1592
  "values": []
1667
1593
  },
1668
1594
  {
1669
- "name": "editable",
1670
- "description": "If `true`, model values will not be restricted only to items selected from the menu.",
1595
+ "name": "checked",
1671
1596
  "values": []
1672
- },
1597
+ }
1598
+ ],
1599
+ "references": []
1600
+ },
1601
+ {
1602
+ "name": "u-tab-bar",
1603
+ "description": "\n---\n",
1604
+ "attributes": [
1673
1605
  {
1674
- "name": "autocomplete",
1675
- "description": "The value for the `autocomplete` attribute for the target element.",
1606
+ "name": "variant",
1676
1607
  "values": [
1677
1608
  {
1678
- "name": "on"
1609
+ "name": "primary"
1679
1610
  },
1680
1611
  {
1681
- "name": "off"
1612
+ "name": "secondary"
1682
1613
  }
1683
1614
  ]
1684
- },
1685
- {
1686
- "name": "spellcheck",
1687
- "description": "The value for the `spellcheck` attribute for the target element.",
1688
- "values": []
1689
- },
1690
- {
1691
- "name": "target-id",
1692
- "description": "The id of the target element to attach the typeahead.",
1693
- "values": []
1694
1615
  }
1695
1616
  ],
1696
1617
  "references": []
1697
1618
  },
1698
1619
  {
1699
- "name": "u-option",
1620
+ "name": "u-tab",
1700
1621
  "description": "\n---\n",
1701
1622
  "attributes": [
1702
1623
  {
1703
- "name": "value",
1624
+ "name": "hasIcon",
1704
1625
  "values": []
1705
1626
  },
1706
1627
  {
1707
- "name": "selected",
1628
+ "name": "disabled",
1629
+ "description": "Whether the button is disabled or not.",
1708
1630
  "values": []
1709
1631
  },
1710
1632
  {
1711
- "name": "active",
1712
- "description": "Force show focus ring",
1633
+ "name": "href",
1634
+ "description": "The URL that the link button points to.",
1713
1635
  "values": []
1714
1636
  },
1715
1637
  {
1716
- "name": "has-leading-icon",
1717
- "description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
1638
+ "name": "target",
1639
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1718
1640
  "values": []
1719
1641
  },
1720
1642
  {
1721
- "name": "has-trailing-icon",
1722
- "description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
1643
+ "name": "name",
1644
+ "values": []
1645
+ }
1646
+ ],
1647
+ "references": []
1648
+ },
1649
+ {
1650
+ "name": "u-text-field",
1651
+ "description": "\n---\n",
1652
+ "attributes": [
1653
+ {
1654
+ "name": "type",
1723
1655
  "values": []
1724
1656
  },
1725
1657
  {
1726
- "name": "has-badge",
1727
- "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
1658
+ "name": "prefix-text",
1728
1659
  "values": []
1729
1660
  },
1730
1661
  {
1731
- "name": "disabled",
1732
- "description": "Whether the button is disabled or not.",
1662
+ "name": "suffix-text",
1733
1663
  "values": []
1734
1664
  },
1735
1665
  {
1736
- "name": "href",
1737
- "description": "The URL that the link button points to.",
1666
+ "name": "readOnly",
1738
1667
  "values": []
1739
1668
  },
1740
1669
  {
1741
- "name": "target",
1742
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1670
+ "name": "autocapitalize",
1743
1671
  "values": []
1744
1672
  },
1745
1673
  {
1746
- "name": "name",
1674
+ "name": "value",
1747
1675
  "values": []
1748
- }
1749
- ],
1750
- "references": []
1751
- },
1752
- {
1753
- "name": "u-select",
1754
- "description": "\n---\n",
1755
- "attributes": [
1676
+ },
1756
1677
  {
1757
- "name": "menu-positioning",
1678
+ "name": "autocomplete",
1758
1679
  "values": [
1759
1680
  {
1760
- "name": "relative"
1681
+ "name": "on"
1761
1682
  },
1762
1683
  {
1763
- "name": "fixed"
1684
+ "name": "off"
1764
1685
  }
1765
1686
  ]
1766
1687
  },
1688
+ {
1689
+ "name": "maxlength",
1690
+ "values": []
1691
+ },
1692
+ {
1693
+ "name": "role",
1694
+ "values": []
1695
+ },
1767
1696
  {
1768
1697
  "name": "placeholder",
1769
1698
  "values": []
@@ -1833,6 +1762,77 @@
1833
1762
  }
1834
1763
  ],
1835
1764
  "references": []
1765
+ },
1766
+ {
1767
+ "name": "u-highlight",
1768
+ "description": "\n---\n",
1769
+ "attributes": [
1770
+ {
1771
+ "name": "result",
1772
+ "description": "The result text to display. If the term is found inside this text, it's highlighted",
1773
+ "values": []
1774
+ },
1775
+ {
1776
+ "name": "term",
1777
+ "description": "The searched term",
1778
+ "values": []
1779
+ }
1780
+ ],
1781
+ "references": []
1782
+ },
1783
+ {
1784
+ "name": "u-typeahead",
1785
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
1786
+ "attributes": [
1787
+ {
1788
+ "name": "debounce",
1789
+ "description": "The time in milliseconds before triggering an update in the results.",
1790
+ "values": []
1791
+ },
1792
+ {
1793
+ "name": "limit",
1794
+ "description": "The number of suggestions to show",
1795
+ "values": []
1796
+ },
1797
+ {
1798
+ "name": "minLength",
1799
+ "description": "How many characters must be typed before show suggestions\n\n_Note:_ Not used when the source is a `Promise`",
1800
+ "values": []
1801
+ },
1802
+ {
1803
+ "name": "open-on-focus",
1804
+ "description": "Whether the menu will be show when the target get focus.\n\n_Note:_ The `minLength` will still be applied",
1805
+ "values": []
1806
+ },
1807
+ {
1808
+ "name": "editable",
1809
+ "description": "If `true`, model values will not be restricted only to items selected from the menu.",
1810
+ "values": []
1811
+ },
1812
+ {
1813
+ "name": "autocomplete",
1814
+ "description": "The value for the `autocomplete` attribute for the target element.",
1815
+ "values": [
1816
+ {
1817
+ "name": "on"
1818
+ },
1819
+ {
1820
+ "name": "off"
1821
+ }
1822
+ ]
1823
+ },
1824
+ {
1825
+ "name": "spellcheck",
1826
+ "description": "The value for the `spellcheck` attribute for the target element.",
1827
+ "values": []
1828
+ },
1829
+ {
1830
+ "name": "target-id",
1831
+ "description": "The id of the target element to attach the typeahead.",
1832
+ "values": []
1833
+ }
1834
+ ],
1835
+ "references": []
1836
1836
  }
1837
1837
  ]
1838
1838
  }