@universal-material/web 3.5.1 → 3.5.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@universal-material/web",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "Material web components",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -66,95 +66,6 @@
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
- },
158
69
  {
159
70
  "name": "u-button-set",
160
71
  "description": "\n---\n",
@@ -598,61 +509,65 @@
598
509
  "references": []
599
510
  },
600
511
  {
601
- "name": "u-calendar",
602
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
512
+ "name": "u-badge",
513
+ "description": "\n---\n",
603
514
  "attributes": [
604
515
  {
605
- "name": "value",
606
- "values": []
607
- },
608
- {
609
- "name": "dateOutsideMonth",
610
- "values": []
611
- },
612
- {
613
- "name": "locale",
516
+ "name": "static",
614
517
  "values": []
615
518
  }
616
519
  ],
617
520
  "references": []
618
521
  },
619
522
  {
620
- "name": "u-range-calendar",
621
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
523
+ "name": "u-button-field",
524
+ "description": "\n---\n",
622
525
  "attributes": [
623
526
  {
624
527
  "name": "value",
625
528
  "values": []
626
529
  },
627
530
  {
628
- "name": "dateOutsideMonth",
531
+ "name": "placeholder",
629
532
  "values": []
630
533
  },
631
534
  {
632
- "name": "locale",
535
+ "name": "variant",
536
+ "values": [
537
+ {
538
+ "name": "filled"
539
+ },
540
+ {
541
+ "name": "outlined"
542
+ }
543
+ ]
544
+ },
545
+ {
546
+ "name": "label",
547
+ "description": "The floating label for the field",
633
548
  "values": []
634
- }
635
- ],
636
- "references": []
637
- },
638
- {
639
- "name": "u-checkbox-list-item",
640
- "description": "\n---\n",
641
- "attributes": [
549
+ },
642
550
  {
643
- "name": "leading",
551
+ "name": "counter",
644
552
  "values": []
645
553
  },
646
554
  {
647
- "name": "hide-state-layer",
555
+ "name": "hide-counter",
648
556
  "values": []
649
557
  },
650
558
  {
651
- "name": "indeterminate",
559
+ "name": "supporting-text",
560
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
652
561
  "values": []
653
562
  },
654
563
  {
655
- "name": "name",
564
+ "name": "error-text",
565
+ "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`",
566
+ "values": []
567
+ },
568
+ {
569
+ "name": "empty",
570
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
656
571
  "values": []
657
572
  },
658
573
  {
@@ -660,44 +575,61 @@
660
575
  "values": []
661
576
  },
662
577
  {
663
- "name": "value",
664
- "description": "The element value to use in form submission when checked.",
578
+ "name": "invalid",
579
+ "description": "Get or sets where or not the field is in a visually invalid state.",
665
580
  "values": []
666
581
  },
667
582
  {
668
- "name": "checked",
583
+ "name": "has-leading-icon",
584
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
585
+ "values": []
586
+ },
587
+ {
588
+ "name": "has-trailing-icon",
589
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
590
+ "values": []
591
+ },
592
+ {
593
+ "name": "has-error-text",
594
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
669
595
  "values": []
670
596
  }
671
597
  ],
672
598
  "references": []
673
599
  },
674
600
  {
675
- "name": "u-checkbox",
676
- "description": "\n---\n",
601
+ "name": "u-calendar",
602
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
677
603
  "attributes": [
678
604
  {
679
- "name": "hide-state-layer",
605
+ "name": "value",
680
606
  "values": []
681
607
  },
682
608
  {
683
- "name": "indeterminate",
609
+ "name": "dateOutsideMonth",
684
610
  "values": []
685
611
  },
686
612
  {
687
- "name": "name",
613
+ "name": "locale",
688
614
  "values": []
689
- },
615
+ }
616
+ ],
617
+ "references": []
618
+ },
619
+ {
620
+ "name": "u-range-calendar",
621
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
622
+ "attributes": [
690
623
  {
691
- "name": "disabled",
624
+ "name": "value",
692
625
  "values": []
693
626
  },
694
627
  {
695
- "name": "value",
696
- "description": "The element value to use in form submission when checked.",
628
+ "name": "dateOutsideMonth",
697
629
  "values": []
698
630
  },
699
631
  {
700
- "name": "checked",
632
+ "name": "locale",
701
633
  "values": []
702
634
  }
703
635
  ],
@@ -748,83 +680,68 @@
748
680
  "references": []
749
681
  },
750
682
  {
751
- "name": "u-chip-field",
752
- "description": "\n---\n\n\n### **Events:**\n - **change**",
683
+ "name": "u-checkbox-list-item",
684
+ "description": "\n---\n",
753
685
  "attributes": [
754
686
  {
755
- "name": "name",
756
- "values": []
757
- },
758
- {
759
- "name": "manual",
760
- "description": "If true, ignore enter key input",
687
+ "name": "leading",
761
688
  "values": []
762
689
  },
763
690
  {
764
- "name": "placeholder",
691
+ "name": "hide-state-layer",
765
692
  "values": []
766
693
  },
767
694
  {
768
- "name": "variant",
769
- "values": [
770
- {
771
- "name": "filled"
772
- },
773
- {
774
- "name": "outlined"
775
- }
776
- ]
777
- },
778
- {
779
- "name": "label",
780
- "description": "The floating label for the field",
695
+ "name": "indeterminate",
781
696
  "values": []
782
697
  },
783
698
  {
784
- "name": "counter",
699
+ "name": "name",
785
700
  "values": []
786
701
  },
787
702
  {
788
- "name": "hide-counter",
703
+ "name": "disabled",
789
704
  "values": []
790
705
  },
791
706
  {
792
- "name": "supporting-text",
793
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
707
+ "name": "value",
708
+ "description": "The element value to use in form submission when checked.",
794
709
  "values": []
795
710
  },
796
711
  {
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`",
712
+ "name": "checked",
799
713
  "values": []
800
- },
714
+ }
715
+ ],
716
+ "references": []
717
+ },
718
+ {
719
+ "name": "u-checkbox",
720
+ "description": "\n---\n",
721
+ "attributes": [
801
722
  {
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.",
723
+ "name": "hide-state-layer",
804
724
  "values": []
805
725
  },
806
726
  {
807
- "name": "disabled",
727
+ "name": "indeterminate",
808
728
  "values": []
809
729
  },
810
730
  {
811
- "name": "invalid",
812
- "description": "Get or sets where or not the field is in a visually invalid state.",
731
+ "name": "name",
813
732
  "values": []
814
733
  },
815
734
  {
816
- "name": "has-leading-icon",
817
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
735
+ "name": "disabled",
818
736
  "values": []
819
737
  },
820
738
  {
821
- "name": "has-trailing-icon",
822
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
739
+ "name": "value",
740
+ "description": "The element value to use in form submission when checked.",
823
741
  "values": []
824
742
  },
825
743
  {
826
- "name": "has-error-text",
827
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
744
+ "name": "checked",
828
745
  "values": []
829
746
  }
830
747
  ],
@@ -907,6 +824,89 @@
907
824
  ],
908
825
  "references": []
909
826
  },
827
+ {
828
+ "name": "u-chip-field",
829
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
830
+ "attributes": [
831
+ {
832
+ "name": "name",
833
+ "values": []
834
+ },
835
+ {
836
+ "name": "manual",
837
+ "description": "If true, ignore enter key input",
838
+ "values": []
839
+ },
840
+ {
841
+ "name": "placeholder",
842
+ "values": []
843
+ },
844
+ {
845
+ "name": "variant",
846
+ "values": [
847
+ {
848
+ "name": "filled"
849
+ },
850
+ {
851
+ "name": "outlined"
852
+ }
853
+ ]
854
+ },
855
+ {
856
+ "name": "label",
857
+ "description": "The floating label for the field",
858
+ "values": []
859
+ },
860
+ {
861
+ "name": "counter",
862
+ "values": []
863
+ },
864
+ {
865
+ "name": "hide-counter",
866
+ "values": []
867
+ },
868
+ {
869
+ "name": "supporting-text",
870
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
871
+ "values": []
872
+ },
873
+ {
874
+ "name": "error-text",
875
+ "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`",
876
+ "values": []
877
+ },
878
+ {
879
+ "name": "empty",
880
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
881
+ "values": []
882
+ },
883
+ {
884
+ "name": "disabled",
885
+ "values": []
886
+ },
887
+ {
888
+ "name": "invalid",
889
+ "description": "Get or sets where or not the field is in a visually invalid state.",
890
+ "values": []
891
+ },
892
+ {
893
+ "name": "has-leading-icon",
894
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
895
+ "values": []
896
+ },
897
+ {
898
+ "name": "has-trailing-icon",
899
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
900
+ "values": []
901
+ },
902
+ {
903
+ "name": "has-error-text",
904
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
905
+ "values": []
906
+ }
907
+ ],
908
+ "references": []
909
+ },
910
910
  {
911
911
  "name": "u-dialog",
912
912
  "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
@@ -934,6 +934,12 @@
934
934
  "attributes": [],
935
935
  "references": []
936
936
  },
937
+ {
938
+ "name": "u-icon",
939
+ "description": "\n---\n",
940
+ "attributes": [],
941
+ "references": []
942
+ },
937
943
  {
938
944
  "name": "u-field",
939
945
  "description": "\n---\n",
@@ -1008,12 +1014,6 @@
1008
1014
  ],
1009
1015
  "references": []
1010
1016
  },
1011
- {
1012
- "name": "u-icon",
1013
- "description": "\n---\n",
1014
- "attributes": [],
1015
- "references": []
1016
- },
1017
1017
  {
1018
1018
  "name": "u-list-item",
1019
1019
  "description": "\n---\n",
@@ -1147,6 +1147,27 @@
1147
1147
  ],
1148
1148
  "references": []
1149
1149
  },
1150
+ {
1151
+ "name": "u-overflow-menu-item",
1152
+ "description": "\n---\n",
1153
+ "attributes": [
1154
+ {
1155
+ "name": "label",
1156
+ "values": []
1157
+ },
1158
+ {
1159
+ "name": "priority",
1160
+ "values": []
1161
+ }
1162
+ ],
1163
+ "references": []
1164
+ },
1165
+ {
1166
+ "name": "u-overflow-menu",
1167
+ "description": "\n---\n",
1168
+ "attributes": [],
1169
+ "references": []
1170
+ },
1150
1171
  {
1151
1172
  "name": "u-drawer-headline",
1152
1173
  "description": "\n---\n",
@@ -1207,27 +1228,6 @@
1207
1228
  ],
1208
1229
  "references": []
1209
1230
  },
1210
- {
1211
- "name": "u-overflow-menu-item",
1212
- "description": "\n---\n",
1213
- "attributes": [
1214
- {
1215
- "name": "label",
1216
- "values": []
1217
- },
1218
- {
1219
- "name": "priority",
1220
- "values": []
1221
- }
1222
- ],
1223
- "references": []
1224
- },
1225
- {
1226
- "name": "u-overflow-menu",
1227
- "description": "\n---\n",
1228
- "attributes": [],
1229
- "references": []
1230
- },
1231
1231
  {
1232
1232
  "name": "u-circular-progress",
1233
1233
  "description": "\n---\n",
@@ -1569,32 +1569,37 @@
1569
1569
  "references": []
1570
1570
  },
1571
1571
  {
1572
- "name": "u-snackbar",
1572
+ "name": "u-switch-list-item",
1573
1573
  "description": "\n---\n",
1574
1574
  "attributes": [
1575
1575
  {
1576
- "name": "message",
1576
+ "name": "leading",
1577
1577
  "values": []
1578
1578
  },
1579
1579
  {
1580
- "name": "action",
1580
+ "name": "name",
1581
1581
  "values": []
1582
1582
  },
1583
1583
  {
1584
- "name": "show-close",
1584
+ "name": "disabled",
1585
+ "values": []
1586
+ },
1587
+ {
1588
+ "name": "value",
1589
+ "description": "The element value to use in form submission when checked.",
1590
+ "values": []
1591
+ },
1592
+ {
1593
+ "name": "checked",
1585
1594
  "values": []
1586
1595
  }
1587
1596
  ],
1588
1597
  "references": []
1589
1598
  },
1590
1599
  {
1591
- "name": "u-switch-list-item",
1600
+ "name": "u-switch",
1592
1601
  "description": "\n---\n",
1593
1602
  "attributes": [
1594
- {
1595
- "name": "leading",
1596
- "values": []
1597
- },
1598
1603
  {
1599
1604
  "name": "name",
1600
1605
  "values": []
@@ -1616,24 +1621,19 @@
1616
1621
  "references": []
1617
1622
  },
1618
1623
  {
1619
- "name": "u-switch",
1624
+ "name": "u-snackbar",
1620
1625
  "description": "\n---\n",
1621
1626
  "attributes": [
1622
1627
  {
1623
- "name": "name",
1624
- "values": []
1625
- },
1626
- {
1627
- "name": "disabled",
1628
+ "name": "message",
1628
1629
  "values": []
1629
1630
  },
1630
1631
  {
1631
- "name": "value",
1632
- "description": "The element value to use in form submission when checked.",
1632
+ "name": "action",
1633
1633
  "values": []
1634
1634
  },
1635
1635
  {
1636
- "name": "checked",
1636
+ "name": "show-close",
1637
1637
  "values": []
1638
1638
  }
1639
1639
  ],