@universal-material/web 3.5.0 → 3.5.1
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/badge/badge.d.ts +2 -0
- package/badge/badge.d.ts.map +1 -1
- package/badge/badge.js +19 -2
- package/badge/badge.js.map +1 -1
- package/badge/badge.styles.d.ts.map +1 -1
- package/badge/badge.styles.js +3 -5
- package/badge/badge.styles.js.map +1 -1
- package/custom-elements.json +3245 -3206
- package/package.json +1 -1
- package/tab-bar/tab-bar.js +3 -2
- package/tab-bar/tab-bar.js.map +1 -1
- package/tab-bar/tab.d.ts +2 -0
- package/tab-bar/tab.d.ts.map +1 -1
- package/tab-bar/tab.js +15 -7
- package/tab-bar/tab.js.map +1 -1
- package/tab-bar/tab.styles.d.ts.map +1 -1
- package/tab-bar/tab.styles.js +1 -4
- package/tab-bar/tab.styles.js.map +1 -1
- package/vscode.html-custom-data.json +194 -194
|
@@ -66,6 +66,95 @@
|
|
|
66
66
|
],
|
|
67
67
|
"references": []
|
|
68
68
|
},
|
|
69
|
+
{
|
|
70
|
+
"name": "u-badge",
|
|
71
|
+
"description": "\n---\n",
|
|
72
|
+
"attributes": [
|
|
73
|
+
{
|
|
74
|
+
"name": "static",
|
|
75
|
+
"values": []
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"references": []
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "u-button-field",
|
|
82
|
+
"description": "\n---\n",
|
|
83
|
+
"attributes": [
|
|
84
|
+
{
|
|
85
|
+
"name": "value",
|
|
86
|
+
"values": []
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "placeholder",
|
|
90
|
+
"values": []
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "variant",
|
|
94
|
+
"values": [
|
|
95
|
+
{
|
|
96
|
+
"name": "filled"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "outlined"
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "label",
|
|
105
|
+
"description": "The floating label for the field",
|
|
106
|
+
"values": []
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "counter",
|
|
110
|
+
"values": []
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "hide-counter",
|
|
114
|
+
"values": []
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "supporting-text",
|
|
118
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
119
|
+
"values": []
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "error-text",
|
|
123
|
+
"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`",
|
|
124
|
+
"values": []
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "empty",
|
|
128
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
129
|
+
"values": []
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "disabled",
|
|
133
|
+
"values": []
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "invalid",
|
|
137
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
138
|
+
"values": []
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "has-leading-icon",
|
|
142
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
143
|
+
"values": []
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"name": "has-trailing-icon",
|
|
147
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
148
|
+
"values": []
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "has-error-text",
|
|
152
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
153
|
+
"values": []
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"references": []
|
|
157
|
+
},
|
|
69
158
|
{
|
|
70
159
|
"name": "u-button-set",
|
|
71
160
|
"description": "\n---\n",
|
|
@@ -509,127 +598,106 @@
|
|
|
509
598
|
"references": []
|
|
510
599
|
},
|
|
511
600
|
{
|
|
512
|
-
"name": "u-
|
|
513
|
-
"description": "\n---\n",
|
|
601
|
+
"name": "u-calendar",
|
|
602
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
514
603
|
"attributes": [
|
|
515
604
|
{
|
|
516
605
|
"name": "value",
|
|
517
606
|
"values": []
|
|
518
607
|
},
|
|
519
608
|
{
|
|
520
|
-
"name": "
|
|
609
|
+
"name": "dateOutsideMonth",
|
|
521
610
|
"values": []
|
|
522
611
|
},
|
|
523
612
|
{
|
|
524
|
-
"name": "
|
|
525
|
-
"values": [
|
|
526
|
-
{
|
|
527
|
-
"name": "filled"
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"name": "outlined"
|
|
531
|
-
}
|
|
532
|
-
]
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"name": "label",
|
|
536
|
-
"description": "The floating label for the field",
|
|
613
|
+
"name": "locale",
|
|
537
614
|
"values": []
|
|
538
|
-
}
|
|
615
|
+
}
|
|
616
|
+
],
|
|
617
|
+
"references": []
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"name": "u-range-calendar",
|
|
621
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
622
|
+
"attributes": [
|
|
539
623
|
{
|
|
540
|
-
"name": "
|
|
624
|
+
"name": "value",
|
|
541
625
|
"values": []
|
|
542
626
|
},
|
|
543
627
|
{
|
|
544
|
-
"name": "
|
|
628
|
+
"name": "dateOutsideMonth",
|
|
545
629
|
"values": []
|
|
546
630
|
},
|
|
547
631
|
{
|
|
548
|
-
"name": "
|
|
549
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
632
|
+
"name": "locale",
|
|
550
633
|
"values": []
|
|
551
|
-
}
|
|
634
|
+
}
|
|
635
|
+
],
|
|
636
|
+
"references": []
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "u-checkbox-list-item",
|
|
640
|
+
"description": "\n---\n",
|
|
641
|
+
"attributes": [
|
|
552
642
|
{
|
|
553
|
-
"name": "
|
|
554
|
-
"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`",
|
|
643
|
+
"name": "leading",
|
|
555
644
|
"values": []
|
|
556
645
|
},
|
|
557
646
|
{
|
|
558
|
-
"name": "
|
|
559
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
647
|
+
"name": "hide-state-layer",
|
|
560
648
|
"values": []
|
|
561
649
|
},
|
|
562
650
|
{
|
|
563
|
-
"name": "
|
|
651
|
+
"name": "indeterminate",
|
|
564
652
|
"values": []
|
|
565
653
|
},
|
|
566
654
|
{
|
|
567
|
-
"name": "
|
|
568
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
655
|
+
"name": "name",
|
|
569
656
|
"values": []
|
|
570
657
|
},
|
|
571
658
|
{
|
|
572
|
-
"name": "
|
|
573
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
659
|
+
"name": "disabled",
|
|
574
660
|
"values": []
|
|
575
661
|
},
|
|
576
662
|
{
|
|
577
|
-
"name": "
|
|
578
|
-
"description": "
|
|
663
|
+
"name": "value",
|
|
664
|
+
"description": "The element value to use in form submission when checked.",
|
|
579
665
|
"values": []
|
|
580
666
|
},
|
|
581
667
|
{
|
|
582
|
-
"name": "
|
|
583
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
668
|
+
"name": "checked",
|
|
584
669
|
"values": []
|
|
585
670
|
}
|
|
586
671
|
],
|
|
587
672
|
"references": []
|
|
588
673
|
},
|
|
589
674
|
{
|
|
590
|
-
"name": "u-
|
|
675
|
+
"name": "u-checkbox",
|
|
591
676
|
"description": "\n---\n",
|
|
592
677
|
"attributes": [
|
|
593
678
|
{
|
|
594
|
-
"name": "
|
|
595
|
-
"values": []
|
|
596
|
-
}
|
|
597
|
-
],
|
|
598
|
-
"references": []
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"name": "u-calendar",
|
|
602
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
603
|
-
"attributes": [
|
|
604
|
-
{
|
|
605
|
-
"name": "value",
|
|
679
|
+
"name": "hide-state-layer",
|
|
606
680
|
"values": []
|
|
607
681
|
},
|
|
608
682
|
{
|
|
609
|
-
"name": "
|
|
683
|
+
"name": "indeterminate",
|
|
610
684
|
"values": []
|
|
611
685
|
},
|
|
612
686
|
{
|
|
613
|
-
"name": "
|
|
687
|
+
"name": "name",
|
|
614
688
|
"values": []
|
|
615
|
-
}
|
|
616
|
-
],
|
|
617
|
-
"references": []
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"name": "u-range-calendar",
|
|
621
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
622
|
-
"attributes": [
|
|
689
|
+
},
|
|
623
690
|
{
|
|
624
|
-
"name": "
|
|
691
|
+
"name": "disabled",
|
|
625
692
|
"values": []
|
|
626
693
|
},
|
|
627
694
|
{
|
|
628
|
-
"name": "
|
|
695
|
+
"name": "value",
|
|
696
|
+
"description": "The element value to use in form submission when checked.",
|
|
629
697
|
"values": []
|
|
630
698
|
},
|
|
631
699
|
{
|
|
632
|
-
"name": "
|
|
700
|
+
"name": "checked",
|
|
633
701
|
"values": []
|
|
634
702
|
}
|
|
635
703
|
],
|
|
@@ -680,55 +748,59 @@
|
|
|
680
748
|
"references": []
|
|
681
749
|
},
|
|
682
750
|
{
|
|
683
|
-
"name": "u-
|
|
684
|
-
"description": "\n---\n",
|
|
751
|
+
"name": "u-chip-field",
|
|
752
|
+
"description": "\n---\n\n\n### **Events:**\n - **change**",
|
|
685
753
|
"attributes": [
|
|
686
754
|
{
|
|
687
|
-
"name": "
|
|
755
|
+
"name": "name",
|
|
688
756
|
"values": []
|
|
689
757
|
},
|
|
690
758
|
{
|
|
691
|
-
"name": "
|
|
759
|
+
"name": "manual",
|
|
760
|
+
"description": "If true, ignore enter key input",
|
|
692
761
|
"values": []
|
|
693
762
|
},
|
|
694
763
|
{
|
|
695
|
-
"name": "
|
|
764
|
+
"name": "placeholder",
|
|
696
765
|
"values": []
|
|
697
766
|
},
|
|
698
767
|
{
|
|
699
|
-
"name": "
|
|
700
|
-
"values": [
|
|
768
|
+
"name": "variant",
|
|
769
|
+
"values": [
|
|
770
|
+
{
|
|
771
|
+
"name": "filled"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"name": "outlined"
|
|
775
|
+
}
|
|
776
|
+
]
|
|
701
777
|
},
|
|
702
778
|
{
|
|
703
|
-
"name": "
|
|
779
|
+
"name": "label",
|
|
780
|
+
"description": "The floating label for the field",
|
|
704
781
|
"values": []
|
|
705
782
|
},
|
|
706
783
|
{
|
|
707
|
-
"name": "
|
|
708
|
-
"description": "The element value to use in form submission when checked.",
|
|
784
|
+
"name": "counter",
|
|
709
785
|
"values": []
|
|
710
786
|
},
|
|
711
787
|
{
|
|
712
|
-
"name": "
|
|
788
|
+
"name": "hide-counter",
|
|
713
789
|
"values": []
|
|
714
|
-
}
|
|
715
|
-
],
|
|
716
|
-
"references": []
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"name": "u-checkbox",
|
|
720
|
-
"description": "\n---\n",
|
|
721
|
-
"attributes": [
|
|
790
|
+
},
|
|
722
791
|
{
|
|
723
|
-
"name": "
|
|
792
|
+
"name": "supporting-text",
|
|
793
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
724
794
|
"values": []
|
|
725
795
|
},
|
|
726
796
|
{
|
|
727
|
-
"name": "
|
|
797
|
+
"name": "error-text",
|
|
798
|
+
"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`",
|
|
728
799
|
"values": []
|
|
729
800
|
},
|
|
730
801
|
{
|
|
731
|
-
"name": "
|
|
802
|
+
"name": "empty",
|
|
803
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
732
804
|
"values": []
|
|
733
805
|
},
|
|
734
806
|
{
|
|
@@ -736,12 +808,23 @@
|
|
|
736
808
|
"values": []
|
|
737
809
|
},
|
|
738
810
|
{
|
|
739
|
-
"name": "
|
|
740
|
-
"description": "
|
|
811
|
+
"name": "invalid",
|
|
812
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
741
813
|
"values": []
|
|
742
814
|
},
|
|
743
815
|
{
|
|
744
|
-
"name": "
|
|
816
|
+
"name": "has-leading-icon",
|
|
817
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
818
|
+
"values": []
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"name": "has-trailing-icon",
|
|
822
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
823
|
+
"values": []
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"name": "has-error-text",
|
|
827
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
745
828
|
"values": []
|
|
746
829
|
}
|
|
747
830
|
],
|
|
@@ -846,20 +929,17 @@
|
|
|
846
929
|
"references": []
|
|
847
930
|
},
|
|
848
931
|
{
|
|
849
|
-
"name": "u-
|
|
850
|
-
"description": "\n---\n
|
|
932
|
+
"name": "u-elevation",
|
|
933
|
+
"description": "\n---\n",
|
|
934
|
+
"attributes": [],
|
|
935
|
+
"references": []
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"name": "u-field",
|
|
939
|
+
"description": "\n---\n",
|
|
851
940
|
"attributes": [
|
|
852
941
|
{
|
|
853
|
-
"name": "
|
|
854
|
-
"values": []
|
|
855
|
-
},
|
|
856
|
-
{
|
|
857
|
-
"name": "manual",
|
|
858
|
-
"description": "If true, ignore enter key input",
|
|
859
|
-
"values": []
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"name": "placeholder",
|
|
942
|
+
"name": "autoEmpty",
|
|
863
943
|
"values": []
|
|
864
944
|
},
|
|
865
945
|
{
|
|
@@ -929,87 +1009,24 @@
|
|
|
929
1009
|
"references": []
|
|
930
1010
|
},
|
|
931
1011
|
{
|
|
932
|
-
"name": "u-
|
|
1012
|
+
"name": "u-icon",
|
|
933
1013
|
"description": "\n---\n",
|
|
934
1014
|
"attributes": [],
|
|
935
1015
|
"references": []
|
|
936
1016
|
},
|
|
937
1017
|
{
|
|
938
|
-
"name": "u-
|
|
1018
|
+
"name": "u-list-item",
|
|
939
1019
|
"description": "\n---\n",
|
|
940
1020
|
"attributes": [
|
|
941
1021
|
{
|
|
942
|
-
"name": "
|
|
943
|
-
"values": []
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
"name": "variant",
|
|
947
|
-
"values": [
|
|
948
|
-
{
|
|
949
|
-
"name": "filled"
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"name": "outlined"
|
|
953
|
-
}
|
|
954
|
-
]
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
"name": "label",
|
|
958
|
-
"description": "The floating label for the field",
|
|
959
|
-
"values": []
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
"name": "counter",
|
|
963
|
-
"values": []
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
"name": "hide-counter",
|
|
967
|
-
"values": []
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
"name": "supporting-text",
|
|
971
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
972
|
-
"values": []
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"name": "error-text",
|
|
976
|
-
"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`",
|
|
977
|
-
"values": []
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
"name": "empty",
|
|
981
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
982
|
-
"values": []
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"name": "disabled",
|
|
986
|
-
"values": []
|
|
987
|
-
},
|
|
988
|
-
{
|
|
989
|
-
"name": "invalid",
|
|
990
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
991
|
-
"values": []
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
"name": "has-leading-icon",
|
|
995
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
996
|
-
"values": []
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
"name": "has-trailing-icon",
|
|
1000
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
1001
|
-
"values": []
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
"name": "has-error-text",
|
|
1005
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
1022
|
+
"name": "selectable",
|
|
1006
1023
|
"values": []
|
|
1007
1024
|
}
|
|
1008
1025
|
],
|
|
1009
1026
|
"references": []
|
|
1010
1027
|
},
|
|
1011
1028
|
{
|
|
1012
|
-
"name": "u-
|
|
1029
|
+
"name": "u-list",
|
|
1013
1030
|
"description": "\n---\n",
|
|
1014
1031
|
"attributes": [],
|
|
1015
1032
|
"references": []
|
|
@@ -1130,23 +1147,6 @@
|
|
|
1130
1147
|
],
|
|
1131
1148
|
"references": []
|
|
1132
1149
|
},
|
|
1133
|
-
{
|
|
1134
|
-
"name": "u-list-item",
|
|
1135
|
-
"description": "\n---\n",
|
|
1136
|
-
"attributes": [
|
|
1137
|
-
{
|
|
1138
|
-
"name": "selectable",
|
|
1139
|
-
"values": []
|
|
1140
|
-
}
|
|
1141
|
-
],
|
|
1142
|
-
"references": []
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"name": "u-list",
|
|
1146
|
-
"description": "\n---\n",
|
|
1147
|
-
"attributes": [],
|
|
1148
|
-
"references": []
|
|
1149
|
-
},
|
|
1150
1150
|
{
|
|
1151
1151
|
"name": "u-drawer-headline",
|
|
1152
1152
|
"description": "\n---\n",
|
|
@@ -1258,18 +1258,6 @@
|
|
|
1258
1258
|
],
|
|
1259
1259
|
"references": []
|
|
1260
1260
|
},
|
|
1261
|
-
{
|
|
1262
|
-
"name": "u-ripple",
|
|
1263
|
-
"description": "\n---\n",
|
|
1264
|
-
"attributes": [
|
|
1265
|
-
{
|
|
1266
|
-
"name": "disabled",
|
|
1267
|
-
"description": "Disables the ripple.",
|
|
1268
|
-
"values": []
|
|
1269
|
-
}
|
|
1270
|
-
],
|
|
1271
|
-
"references": []
|
|
1272
|
-
},
|
|
1273
1261
|
{
|
|
1274
1262
|
"name": "u-radio-list-item",
|
|
1275
1263
|
"description": "\n---\n",
|
|
@@ -1330,6 +1318,18 @@
|
|
|
1330
1318
|
],
|
|
1331
1319
|
"references": []
|
|
1332
1320
|
},
|
|
1321
|
+
{
|
|
1322
|
+
"name": "u-ripple",
|
|
1323
|
+
"description": "\n---\n",
|
|
1324
|
+
"attributes": [
|
|
1325
|
+
{
|
|
1326
|
+
"name": "disabled",
|
|
1327
|
+
"description": "Disables the ripple.",
|
|
1328
|
+
"values": []
|
|
1329
|
+
}
|
|
1330
|
+
],
|
|
1331
|
+
"references": []
|
|
1332
|
+
},
|
|
1333
1333
|
{
|
|
1334
1334
|
"name": "u-search",
|
|
1335
1335
|
"description": "\n---\n",
|