@universal-material/web 3.3.8 → 3.3.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.
@@ -144,6 +144,55 @@
144
144
  ],
145
145
  "references": []
146
146
  },
147
+ {
148
+ "name": "u-badge",
149
+ "description": "\n---\n",
150
+ "attributes": [
151
+ {
152
+ "name": "static",
153
+ "values": []
154
+ }
155
+ ],
156
+ "references": []
157
+ },
158
+ {
159
+ "name": "u-calendar",
160
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
161
+ "attributes": [
162
+ {
163
+ "name": "value",
164
+ "values": []
165
+ },
166
+ {
167
+ "name": "dateOutsideMonth",
168
+ "values": []
169
+ },
170
+ {
171
+ "name": "locale",
172
+ "values": []
173
+ }
174
+ ],
175
+ "references": []
176
+ },
177
+ {
178
+ "name": "u-range-calendar",
179
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
180
+ "attributes": [
181
+ {
182
+ "name": "value",
183
+ "values": []
184
+ },
185
+ {
186
+ "name": "dateOutsideMonth",
187
+ "values": []
188
+ },
189
+ {
190
+ "name": "locale",
191
+ "values": []
192
+ }
193
+ ],
194
+ "references": []
195
+ },
147
196
  {
148
197
  "name": "u-button-set",
149
198
  "description": "\n---\n",
@@ -520,55 +569,6 @@
520
569
  ],
521
570
  "references": []
522
571
  },
523
- {
524
- "name": "u-calendar",
525
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
526
- "attributes": [
527
- {
528
- "name": "value",
529
- "values": []
530
- },
531
- {
532
- "name": "dateOutsideMonth",
533
- "values": []
534
- },
535
- {
536
- "name": "locale",
537
- "values": []
538
- }
539
- ],
540
- "references": []
541
- },
542
- {
543
- "name": "u-range-calendar",
544
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
545
- "attributes": [
546
- {
547
- "name": "value",
548
- "values": []
549
- },
550
- {
551
- "name": "dateOutsideMonth",
552
- "values": []
553
- },
554
- {
555
- "name": "locale",
556
- "values": []
557
- }
558
- ],
559
- "references": []
560
- },
561
- {
562
- "name": "u-badge",
563
- "description": "\n---\n",
564
- "attributes": [
565
- {
566
- "name": "static",
567
- "values": []
568
- }
569
- ],
570
- "references": []
571
- },
572
572
  {
573
573
  "name": "u-card-content",
574
574
  "description": "\n---\n",
@@ -682,180 +682,186 @@
682
682
  "references": []
683
683
  },
684
684
  {
685
- "name": "u-chip-field",
686
- "description": "\n---\n\n\n### **Events:**\n - **change**",
685
+ "name": "u-chip-set",
686
+ "description": "\n---\n",
687
687
  "attributes": [
688
688
  {
689
- "name": "name",
690
- "values": []
691
- },
692
- {
693
- "name": "manual",
694
- "description": "If true, ignore enter key input",
695
- "values": []
696
- },
697
- {
698
- "name": "placeholder",
699
- "values": []
700
- },
701
- {
702
- "name": "variant",
689
+ "name": "alignment",
690
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
703
691
  "values": [
704
692
  {
705
- "name": "filled"
693
+ "name": "start"
706
694
  },
707
695
  {
708
- "name": "outlined"
696
+ "name": "center"
697
+ },
698
+ {
699
+ "name": "end"
709
700
  }
710
701
  ]
702
+ }
703
+ ],
704
+ "references": []
705
+ },
706
+ {
707
+ "name": "u-chip",
708
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
709
+ "attributes": [
710
+ {
711
+ "name": "selected",
712
+ "description": "Whether the chip is selected or not",
713
+ "values": []
711
714
  },
712
715
  {
713
- "name": "label",
714
- "description": "The floating label for the field",
716
+ "name": "clickable",
715
717
  "values": []
716
718
  },
717
719
  {
718
- "name": "counter",
720
+ "name": "elevated",
721
+ "description": "Adds elevation to the chip",
719
722
  "values": []
720
723
  },
721
724
  {
722
- "name": "hide-counter",
725
+ "name": "toggle",
726
+ "description": "When true, the chip will toggle between selected and unselected\nstates",
723
727
  "values": []
724
728
  },
725
729
  {
726
- "name": "supporting-text",
727
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
730
+ "name": "removable",
731
+ "description": "Add the remove icon",
728
732
  "values": []
729
733
  },
730
734
  {
731
- "name": "error-text",
732
- "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`",
735
+ "name": "hide-selected-icon",
736
+ "description": "Hide the selected icon",
733
737
  "values": []
734
738
  },
735
739
  {
736
- "name": "empty",
737
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
740
+ "name": "has-leading-icon",
741
+ "description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
738
742
  "values": []
739
743
  },
740
744
  {
741
- "name": "disabled",
745
+ "name": "has-selected-icon",
746
+ "description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
742
747
  "values": []
743
748
  },
744
749
  {
745
- "name": "invalid",
746
- "description": "Get or sets where or not the field is in a visually invalid state.",
750
+ "name": "has-trailing-icon",
751
+ "description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
747
752
  "values": []
748
753
  },
749
754
  {
750
- "name": "has-leading-icon",
751
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
755
+ "name": "disabled",
756
+ "description": "Whether the button is disabled or not.",
752
757
  "values": []
753
758
  },
754
759
  {
755
- "name": "has-trailing-icon",
756
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
760
+ "name": "href",
761
+ "description": "The URL that the link button points to.",
757
762
  "values": []
758
763
  },
759
764
  {
760
- "name": "has-error-text",
761
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
765
+ "name": "target",
766
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
762
767
  "values": []
763
- }
764
- ],
765
- "references": []
766
- },
767
- {
768
- "name": "u-chip-set",
769
- "description": "\n---\n",
770
- "attributes": [
768
+ },
771
769
  {
772
- "name": "alignment",
773
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
774
- "values": [
775
- {
776
- "name": "start"
777
- },
778
- {
779
- "name": "center"
780
- },
781
- {
782
- "name": "end"
783
- }
784
- ]
770
+ "name": "name",
771
+ "values": []
785
772
  }
786
773
  ],
787
774
  "references": []
788
775
  },
789
776
  {
790
- "name": "u-chip",
777
+ "name": "u-chip-field",
791
778
  "description": "\n---\n\n\n### **Events:**\n - **change**",
792
779
  "attributes": [
793
780
  {
794
- "name": "selected",
795
- "description": "Whether the chip is selected or not",
781
+ "name": "name",
796
782
  "values": []
797
783
  },
798
784
  {
799
- "name": "clickable",
785
+ "name": "manual",
786
+ "description": "If true, ignore enter key input",
800
787
  "values": []
801
788
  },
802
789
  {
803
- "name": "elevated",
804
- "description": "Adds elevation to the chip",
790
+ "name": "placeholder",
805
791
  "values": []
806
792
  },
807
793
  {
808
- "name": "toggle",
809
- "description": "When true, the chip will toggle between selected and unselected\nstates",
794
+ "name": "variant",
795
+ "values": [
796
+ {
797
+ "name": "filled"
798
+ },
799
+ {
800
+ "name": "outlined"
801
+ }
802
+ ]
803
+ },
804
+ {
805
+ "name": "label",
806
+ "description": "The floating label for the field",
810
807
  "values": []
811
808
  },
812
809
  {
813
- "name": "removable",
814
- "description": "Add the remove icon",
810
+ "name": "counter",
815
811
  "values": []
816
812
  },
817
813
  {
818
- "name": "hide-selected-icon",
819
- "description": "Hide the selected icon",
814
+ "name": "hide-counter",
820
815
  "values": []
821
816
  },
822
817
  {
823
- "name": "has-leading-icon",
824
- "description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
818
+ "name": "supporting-text",
819
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
825
820
  "values": []
826
821
  },
827
822
  {
828
- "name": "has-selected-icon",
829
- "description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
823
+ "name": "error-text",
824
+ "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`",
830
825
  "values": []
831
826
  },
832
827
  {
833
- "name": "has-trailing-icon",
834
- "description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
828
+ "name": "empty",
829
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
835
830
  "values": []
836
831
  },
837
832
  {
838
833
  "name": "disabled",
839
- "description": "Whether the button is disabled or not.",
840
834
  "values": []
841
835
  },
842
836
  {
843
- "name": "href",
844
- "description": "The URL that the link button points to.",
837
+ "name": "invalid",
838
+ "description": "Get or sets where or not the field is in a visually invalid state.",
845
839
  "values": []
846
840
  },
847
841
  {
848
- "name": "target",
849
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
842
+ "name": "has-leading-icon",
843
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
850
844
  "values": []
851
845
  },
852
846
  {
853
- "name": "name",
847
+ "name": "has-trailing-icon",
848
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
849
+ "values": []
850
+ },
851
+ {
852
+ "name": "has-error-text",
853
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
854
854
  "values": []
855
855
  }
856
856
  ],
857
857
  "references": []
858
858
  },
859
+ {
860
+ "name": "u-elevation",
861
+ "description": "\n---\n",
862
+ "attributes": [],
863
+ "references": []
864
+ },
859
865
  {
860
866
  "name": "u-dialog",
861
867
  "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
@@ -877,12 +883,6 @@
877
883
  ],
878
884
  "references": []
879
885
  },
880
- {
881
- "name": "u-elevation",
882
- "description": "\n---\n",
883
- "attributes": [],
884
- "references": []
885
- },
886
886
  {
887
887
  "name": "u-field",
888
888
  "description": "\n---\n",
@@ -974,6 +974,76 @@
974
974
  "attributes": [],
975
975
  "references": []
976
976
  },
977
+ {
978
+ "name": "u-drawer-headline",
979
+ "description": "\n---\n",
980
+ "attributes": [],
981
+ "references": []
982
+ },
983
+ {
984
+ "name": "u-drawer-item",
985
+ "description": "\n---\n",
986
+ "attributes": [
987
+ {
988
+ "name": "has-icon",
989
+ "description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
990
+ "values": []
991
+ },
992
+ {
993
+ "name": "has-badge",
994
+ "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
995
+ "values": []
996
+ },
997
+ {
998
+ "name": "active",
999
+ "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1000
+ "values": []
1001
+ },
1002
+ {
1003
+ "name": "keep-drawer-open",
1004
+ "description": "If true, it will not attempt to close de navigation drawer on click",
1005
+ "values": []
1006
+ },
1007
+ {
1008
+ "name": "disabled",
1009
+ "description": "Whether the button is disabled or not.",
1010
+ "values": []
1011
+ },
1012
+ {
1013
+ "name": "href",
1014
+ "description": "The URL that the link button points to.",
1015
+ "values": []
1016
+ },
1017
+ {
1018
+ "name": "target",
1019
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1020
+ "values": []
1021
+ },
1022
+ {
1023
+ "name": "name",
1024
+ "values": []
1025
+ }
1026
+ ],
1027
+ "references": []
1028
+ },
1029
+ {
1030
+ "name": "u-drawer",
1031
+ "description": "\n---\n",
1032
+ "attributes": [],
1033
+ "references": []
1034
+ },
1035
+ {
1036
+ "name": "u-side-navigation",
1037
+ "description": "\n---\n",
1038
+ "attributes": [
1039
+ {
1040
+ "name": "toggle-drawer",
1041
+ "description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
1042
+ "values": []
1043
+ }
1044
+ ],
1045
+ "references": []
1046
+ },
977
1047
  {
978
1048
  "name": "u-menu-item",
979
1049
  "description": "\n---\n",
@@ -1095,96 +1165,56 @@
1095
1165
  "references": []
1096
1166
  },
1097
1167
  {
1098
- "name": "u-drawer-headline",
1099
- "description": "\n---\n",
1100
- "attributes": [],
1101
- "references": []
1102
- },
1103
- {
1104
- "name": "u-drawer-item",
1168
+ "name": "u-overflow-menu-item",
1105
1169
  "description": "\n---\n",
1106
1170
  "attributes": [
1107
1171
  {
1108
- "name": "has-icon",
1109
- "description": "Whether the drawer item has icon or not\n\n_Note:_ Readonly",
1110
- "values": []
1111
- },
1112
- {
1113
- "name": "has-badge",
1114
- "description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
1115
- "values": []
1116
- },
1117
- {
1118
- "name": "active",
1119
- "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1120
- "values": []
1121
- },
1122
- {
1123
- "name": "keep-drawer-open",
1124
- "description": "If true, it will not attempt to close de navigation drawer on click",
1125
- "values": []
1126
- },
1127
- {
1128
- "name": "disabled",
1129
- "description": "Whether the button is disabled or not.",
1130
- "values": []
1131
- },
1132
- {
1133
- "name": "href",
1134
- "description": "The URL that the link button points to.",
1135
- "values": []
1136
- },
1137
- {
1138
- "name": "target",
1139
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1172
+ "name": "label",
1140
1173
  "values": []
1141
1174
  },
1142
1175
  {
1143
- "name": "name",
1176
+ "name": "priority",
1144
1177
  "values": []
1145
1178
  }
1146
1179
  ],
1147
1180
  "references": []
1148
1181
  },
1149
1182
  {
1150
- "name": "u-drawer",
1183
+ "name": "u-overflow-menu",
1151
1184
  "description": "\n---\n",
1152
1185
  "attributes": [],
1153
1186
  "references": []
1154
1187
  },
1155
1188
  {
1156
- "name": "u-side-navigation",
1189
+ "name": "u-circular-progress",
1157
1190
  "description": "\n---\n",
1158
1191
  "attributes": [
1159
1192
  {
1160
- "name": "toggle-drawer",
1161
- "description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
1193
+ "name": "value",
1194
+ "values": []
1195
+ },
1196
+ {
1197
+ "name": "max",
1162
1198
  "values": []
1163
1199
  }
1164
1200
  ],
1165
1201
  "references": []
1166
1202
  },
1167
1203
  {
1168
- "name": "u-overflow-menu-item",
1204
+ "name": "u-progress-bar",
1169
1205
  "description": "\n---\n",
1170
1206
  "attributes": [
1171
1207
  {
1172
- "name": "label",
1208
+ "name": "value",
1173
1209
  "values": []
1174
1210
  },
1175
1211
  {
1176
- "name": "priority",
1212
+ "name": "max",
1177
1213
  "values": []
1178
1214
  }
1179
1215
  ],
1180
1216
  "references": []
1181
1217
  },
1182
- {
1183
- "name": "u-overflow-menu",
1184
- "description": "\n---\n",
1185
- "attributes": [],
1186
- "references": []
1187
- },
1188
1218
  {
1189
1219
  "name": "u-radio-list-item",
1190
1220
  "description": "\n---\n",
@@ -1245,36 +1275,6 @@
1245
1275
  ],
1246
1276
  "references": []
1247
1277
  },
1248
- {
1249
- "name": "u-circular-progress",
1250
- "description": "\n---\n",
1251
- "attributes": [
1252
- {
1253
- "name": "value",
1254
- "values": []
1255
- },
1256
- {
1257
- "name": "max",
1258
- "values": []
1259
- }
1260
- ],
1261
- "references": []
1262
- },
1263
- {
1264
- "name": "u-progress-bar",
1265
- "description": "\n---\n",
1266
- "attributes": [
1267
- {
1268
- "name": "value",
1269
- "values": []
1270
- },
1271
- {
1272
- "name": "max",
1273
- "values": []
1274
- }
1275
- ],
1276
- "references": []
1277
- },
1278
1278
  {
1279
1279
  "name": "u-ripple",
1280
1280
  "description": "\n---\n",