@universal-material/web 3.3.4 → 3.3.5
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.
- package/custom-elements.json +8669 -7842
- package/field/field-base.d.ts +2 -2
- package/field/field-base.d.ts.map +1 -1
- package/field/field-base.js.map +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/search/search.d.ts +16 -0
- package/search/search.d.ts.map +1 -0
- package/search/search.js +63 -0
- package/search/search.js.map +1 -0
- package/search/search.styles.d.ts +2 -0
- package/search/search.styles.d.ts.map +1 -0
- package/search/search.styles.js +95 -0
- package/search/search.styles.js.map +1 -0
- package/vscode.html-custom-data.json +266 -155
|
@@ -492,128 +492,11 @@
|
|
|
492
492
|
"references": []
|
|
493
493
|
},
|
|
494
494
|
{
|
|
495
|
-
"name": "u-
|
|
496
|
-
"description": "\n---\n",
|
|
497
|
-
"attributes": [
|
|
498
|
-
{
|
|
499
|
-
"name": "has-content",
|
|
500
|
-
"values": []
|
|
501
|
-
}
|
|
502
|
-
],
|
|
503
|
-
"references": []
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"name": "u-card-media",
|
|
507
|
-
"description": "\n---\n",
|
|
508
|
-
"attributes": [
|
|
509
|
-
{
|
|
510
|
-
"name": "wide",
|
|
511
|
-
"values": []
|
|
512
|
-
}
|
|
513
|
-
],
|
|
514
|
-
"references": []
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"name": "u-card",
|
|
518
|
-
"description": "\n---\n",
|
|
519
|
-
"attributes": [
|
|
520
|
-
{
|
|
521
|
-
"name": "variant",
|
|
522
|
-
"description": "The Card variant to render.",
|
|
523
|
-
"values": [
|
|
524
|
-
{
|
|
525
|
-
"name": "filled"
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"name": "elevated"
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
"name": "outlined"
|
|
532
|
-
}
|
|
533
|
-
]
|
|
534
|
-
}
|
|
535
|
-
],
|
|
536
|
-
"references": []
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"name": "u-checkbox-list-item",
|
|
540
|
-
"description": "\n---\n",
|
|
541
|
-
"attributes": [
|
|
542
|
-
{
|
|
543
|
-
"name": "leading",
|
|
544
|
-
"values": []
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"name": "hide-state-layer",
|
|
548
|
-
"values": []
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"name": "indeterminate",
|
|
552
|
-
"values": []
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"name": "name",
|
|
556
|
-
"values": []
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"name": "disabled",
|
|
560
|
-
"values": []
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"name": "value",
|
|
564
|
-
"description": "The element value to use in form submission when checked.",
|
|
565
|
-
"values": []
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"name": "checked",
|
|
569
|
-
"values": []
|
|
570
|
-
}
|
|
571
|
-
],
|
|
572
|
-
"references": []
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"name": "u-checkbox",
|
|
495
|
+
"name": "u-button-field",
|
|
576
496
|
"description": "\n---\n",
|
|
577
497
|
"attributes": [
|
|
578
|
-
{
|
|
579
|
-
"name": "hide-state-layer",
|
|
580
|
-
"values": []
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"name": "indeterminate",
|
|
584
|
-
"values": []
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"name": "name",
|
|
588
|
-
"values": []
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"name": "disabled",
|
|
592
|
-
"values": []
|
|
593
|
-
},
|
|
594
498
|
{
|
|
595
499
|
"name": "value",
|
|
596
|
-
"description": "The element value to use in form submission when checked.",
|
|
597
|
-
"values": []
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"name": "checked",
|
|
601
|
-
"values": []
|
|
602
|
-
}
|
|
603
|
-
],
|
|
604
|
-
"references": []
|
|
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
500
|
"values": []
|
|
618
501
|
},
|
|
619
502
|
{
|
|
@@ -686,6 +569,50 @@
|
|
|
686
569
|
],
|
|
687
570
|
"references": []
|
|
688
571
|
},
|
|
572
|
+
{
|
|
573
|
+
"name": "u-card-content",
|
|
574
|
+
"description": "\n---\n",
|
|
575
|
+
"attributes": [
|
|
576
|
+
{
|
|
577
|
+
"name": "has-content",
|
|
578
|
+
"values": []
|
|
579
|
+
}
|
|
580
|
+
],
|
|
581
|
+
"references": []
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"name": "u-card-media",
|
|
585
|
+
"description": "\n---\n",
|
|
586
|
+
"attributes": [
|
|
587
|
+
{
|
|
588
|
+
"name": "wide",
|
|
589
|
+
"values": []
|
|
590
|
+
}
|
|
591
|
+
],
|
|
592
|
+
"references": []
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "u-card",
|
|
596
|
+
"description": "\n---\n",
|
|
597
|
+
"attributes": [
|
|
598
|
+
{
|
|
599
|
+
"name": "variant",
|
|
600
|
+
"description": "The Card variant to render.",
|
|
601
|
+
"values": [
|
|
602
|
+
{
|
|
603
|
+
"name": "filled"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "elevated"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"name": "outlined"
|
|
610
|
+
}
|
|
611
|
+
]
|
|
612
|
+
}
|
|
613
|
+
],
|
|
614
|
+
"references": []
|
|
615
|
+
},
|
|
689
616
|
{
|
|
690
617
|
"name": "u-chip-set",
|
|
691
618
|
"description": "\n---\n",
|
|
@@ -779,11 +706,16 @@
|
|
|
779
706
|
"references": []
|
|
780
707
|
},
|
|
781
708
|
{
|
|
782
|
-
"name": "u-
|
|
783
|
-
"description": "\n---\n",
|
|
709
|
+
"name": "u-chip-field",
|
|
710
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
784
711
|
"attributes": [
|
|
785
712
|
{
|
|
786
|
-
"name": "
|
|
713
|
+
"name": "name",
|
|
714
|
+
"values": []
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "manual",
|
|
718
|
+
"description": "If true, ignore enter key input",
|
|
787
719
|
"values": []
|
|
788
720
|
},
|
|
789
721
|
{
|
|
@@ -856,6 +788,74 @@
|
|
|
856
788
|
],
|
|
857
789
|
"references": []
|
|
858
790
|
},
|
|
791
|
+
{
|
|
792
|
+
"name": "u-checkbox-list-item",
|
|
793
|
+
"description": "\n---\n",
|
|
794
|
+
"attributes": [
|
|
795
|
+
{
|
|
796
|
+
"name": "leading",
|
|
797
|
+
"values": []
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"name": "hide-state-layer",
|
|
801
|
+
"values": []
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"name": "indeterminate",
|
|
805
|
+
"values": []
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"name": "name",
|
|
809
|
+
"values": []
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"name": "disabled",
|
|
813
|
+
"values": []
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"name": "value",
|
|
817
|
+
"description": "The element value to use in form submission when checked.",
|
|
818
|
+
"values": []
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "checked",
|
|
822
|
+
"values": []
|
|
823
|
+
}
|
|
824
|
+
],
|
|
825
|
+
"references": []
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"name": "u-checkbox",
|
|
829
|
+
"description": "\n---\n",
|
|
830
|
+
"attributes": [
|
|
831
|
+
{
|
|
832
|
+
"name": "hide-state-layer",
|
|
833
|
+
"values": []
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "indeterminate",
|
|
837
|
+
"values": []
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "name",
|
|
841
|
+
"values": []
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"name": "disabled",
|
|
845
|
+
"values": []
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"name": "value",
|
|
849
|
+
"description": "The element value to use in form submission when checked.",
|
|
850
|
+
"values": []
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"name": "checked",
|
|
854
|
+
"values": []
|
|
855
|
+
}
|
|
856
|
+
],
|
|
857
|
+
"references": []
|
|
858
|
+
},
|
|
859
859
|
{
|
|
860
860
|
"name": "u-dialog",
|
|
861
861
|
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
@@ -1275,6 +1275,18 @@
|
|
|
1275
1275
|
],
|
|
1276
1276
|
"references": []
|
|
1277
1277
|
},
|
|
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
|
+
},
|
|
1278
1290
|
{
|
|
1279
1291
|
"name": "u-option",
|
|
1280
1292
|
"description": "\n---\n",
|
|
@@ -1415,43 +1427,22 @@
|
|
|
1415
1427
|
"references": []
|
|
1416
1428
|
},
|
|
1417
1429
|
{
|
|
1418
|
-
"name": "u-
|
|
1430
|
+
"name": "u-search",
|
|
1419
1431
|
"description": "\n---\n",
|
|
1420
1432
|
"attributes": [
|
|
1421
1433
|
{
|
|
1422
|
-
"name": "
|
|
1423
|
-
"
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
"name": "message",
|
|
1435
|
-
"values": []
|
|
1436
|
-
},
|
|
1437
|
-
{
|
|
1438
|
-
"name": "action",
|
|
1439
|
-
"values": []
|
|
1440
|
-
},
|
|
1441
|
-
{
|
|
1442
|
-
"name": "show-close",
|
|
1443
|
-
"values": []
|
|
1444
|
-
}
|
|
1445
|
-
],
|
|
1446
|
-
"references": []
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"name": "u-text-area",
|
|
1450
|
-
"description": "\n---\n",
|
|
1451
|
-
"attributes": [
|
|
1452
|
-
{
|
|
1453
|
-
"name": "rows",
|
|
1454
|
-
"values": []
|
|
1434
|
+
"name": "position",
|
|
1435
|
+
"values": [
|
|
1436
|
+
{
|
|
1437
|
+
"name": "fixed"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"name": "absolute"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"name": "static"
|
|
1444
|
+
}
|
|
1445
|
+
]
|
|
1455
1446
|
},
|
|
1456
1447
|
{
|
|
1457
1448
|
"name": "value",
|
|
@@ -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",
|