@universal-material/web 3.5.8 → 3.5.9
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/app-bar/top-app-bar.styles.js +2 -2
- package/app-bar/top-app-bar.styles.js.map +1 -1
- package/custom-elements.json +3661 -3661
- package/package.json +1 -1
- package/vscode.html-custom-data.json +74 -84
package/package.json
CHANGED
|
@@ -6,16 +6,6 @@
|
|
|
6
6
|
"name": "u-top-app-bar",
|
|
7
7
|
"description": "\n---\n",
|
|
8
8
|
"attributes": [
|
|
9
|
-
{
|
|
10
|
-
"name": "has-leading-icon",
|
|
11
|
-
"description": "Whether the app bar has leading icon or not\n\n_Note:_ Readonly",
|
|
12
|
-
"values": []
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "has-trailing-icon",
|
|
16
|
-
"description": "Whether the app bar has trailing icon or not\n\n_Note:_ Readonly",
|
|
17
|
-
"values": []
|
|
18
|
-
},
|
|
19
9
|
{
|
|
20
10
|
"name": "position",
|
|
21
11
|
"values": [
|
|
@@ -62,17 +52,6 @@
|
|
|
62
52
|
],
|
|
63
53
|
"references": []
|
|
64
54
|
},
|
|
65
|
-
{
|
|
66
|
-
"name": "u-badge",
|
|
67
|
-
"description": "\n---\n",
|
|
68
|
-
"attributes": [
|
|
69
|
-
{
|
|
70
|
-
"name": "static",
|
|
71
|
-
"values": []
|
|
72
|
-
}
|
|
73
|
-
],
|
|
74
|
-
"references": []
|
|
75
|
-
},
|
|
76
55
|
{
|
|
77
56
|
"name": "u-button-set",
|
|
78
57
|
"description": "\n---\n",
|
|
@@ -593,6 +572,17 @@
|
|
|
593
572
|
],
|
|
594
573
|
"references": []
|
|
595
574
|
},
|
|
575
|
+
{
|
|
576
|
+
"name": "u-badge",
|
|
577
|
+
"description": "\n---\n",
|
|
578
|
+
"attributes": [
|
|
579
|
+
{
|
|
580
|
+
"name": "static",
|
|
581
|
+
"values": []
|
|
582
|
+
}
|
|
583
|
+
],
|
|
584
|
+
"references": []
|
|
585
|
+
},
|
|
596
586
|
{
|
|
597
587
|
"name": "u-calendar",
|
|
598
588
|
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
@@ -631,6 +621,50 @@
|
|
|
631
621
|
],
|
|
632
622
|
"references": []
|
|
633
623
|
},
|
|
624
|
+
{
|
|
625
|
+
"name": "u-card-content",
|
|
626
|
+
"description": "\n---\n",
|
|
627
|
+
"attributes": [
|
|
628
|
+
{
|
|
629
|
+
"name": "has-content",
|
|
630
|
+
"values": []
|
|
631
|
+
}
|
|
632
|
+
],
|
|
633
|
+
"references": []
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "u-card-media",
|
|
637
|
+
"description": "\n---\n",
|
|
638
|
+
"attributes": [
|
|
639
|
+
{
|
|
640
|
+
"name": "wide",
|
|
641
|
+
"values": []
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"references": []
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"name": "u-card",
|
|
648
|
+
"description": "\n---\n",
|
|
649
|
+
"attributes": [
|
|
650
|
+
{
|
|
651
|
+
"name": "variant",
|
|
652
|
+
"description": "The Card variant to render.",
|
|
653
|
+
"values": [
|
|
654
|
+
{
|
|
655
|
+
"name": "filled"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"name": "elevated"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "outlined"
|
|
662
|
+
}
|
|
663
|
+
]
|
|
664
|
+
}
|
|
665
|
+
],
|
|
666
|
+
"references": []
|
|
667
|
+
},
|
|
634
668
|
{
|
|
635
669
|
"name": "u-checkbox-list-item",
|
|
636
670
|
"description": "\n---\n",
|
|
@@ -699,50 +733,6 @@
|
|
|
699
733
|
],
|
|
700
734
|
"references": []
|
|
701
735
|
},
|
|
702
|
-
{
|
|
703
|
-
"name": "u-card-content",
|
|
704
|
-
"description": "\n---\n",
|
|
705
|
-
"attributes": [
|
|
706
|
-
{
|
|
707
|
-
"name": "has-content",
|
|
708
|
-
"values": []
|
|
709
|
-
}
|
|
710
|
-
],
|
|
711
|
-
"references": []
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
"name": "u-card-media",
|
|
715
|
-
"description": "\n---\n",
|
|
716
|
-
"attributes": [
|
|
717
|
-
{
|
|
718
|
-
"name": "wide",
|
|
719
|
-
"values": []
|
|
720
|
-
}
|
|
721
|
-
],
|
|
722
|
-
"references": []
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"name": "u-card",
|
|
726
|
-
"description": "\n---\n",
|
|
727
|
-
"attributes": [
|
|
728
|
-
{
|
|
729
|
-
"name": "variant",
|
|
730
|
-
"description": "The Card variant to render.",
|
|
731
|
-
"values": [
|
|
732
|
-
{
|
|
733
|
-
"name": "filled"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"name": "elevated"
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
"name": "outlined"
|
|
740
|
-
}
|
|
741
|
-
]
|
|
742
|
-
}
|
|
743
|
-
],
|
|
744
|
-
"references": []
|
|
745
|
-
},
|
|
746
736
|
{
|
|
747
737
|
"name": "u-chip-set",
|
|
748
738
|
"description": "\n---\n",
|
|
@@ -1437,25 +1427,6 @@
|
|
|
1437
1427
|
],
|
|
1438
1428
|
"references": []
|
|
1439
1429
|
},
|
|
1440
|
-
{
|
|
1441
|
-
"name": "u-snackbar",
|
|
1442
|
-
"description": "\n---\n",
|
|
1443
|
-
"attributes": [
|
|
1444
|
-
{
|
|
1445
|
-
"name": "message",
|
|
1446
|
-
"values": []
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"name": "action",
|
|
1450
|
-
"values": []
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"name": "show-close",
|
|
1454
|
-
"values": []
|
|
1455
|
-
}
|
|
1456
|
-
],
|
|
1457
|
-
"references": []
|
|
1458
|
-
},
|
|
1459
1430
|
{
|
|
1460
1431
|
"name": "u-option",
|
|
1461
1432
|
"description": "\n---\n",
|
|
@@ -1583,6 +1554,25 @@
|
|
|
1583
1554
|
],
|
|
1584
1555
|
"references": []
|
|
1585
1556
|
},
|
|
1557
|
+
{
|
|
1558
|
+
"name": "u-snackbar",
|
|
1559
|
+
"description": "\n---\n",
|
|
1560
|
+
"attributes": [
|
|
1561
|
+
{
|
|
1562
|
+
"name": "message",
|
|
1563
|
+
"values": []
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
"name": "action",
|
|
1567
|
+
"values": []
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"name": "show-close",
|
|
1571
|
+
"values": []
|
|
1572
|
+
}
|
|
1573
|
+
],
|
|
1574
|
+
"references": []
|
|
1575
|
+
},
|
|
1586
1576
|
{
|
|
1587
1577
|
"name": "u-switch-list-item",
|
|
1588
1578
|
"description": "\n---\n",
|