@universal-material/web 3.6.3 → 3.6.4

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.
@@ -63,6 +63,196 @@
63
63
  ],
64
64
  "references": []
65
65
  },
66
+ {
67
+ "name": "u-button-field",
68
+ "description": "\n---\n",
69
+ "attributes": [
70
+ {
71
+ "name": "value",
72
+ "values": []
73
+ },
74
+ {
75
+ "name": "placeholder",
76
+ "values": []
77
+ },
78
+ {
79
+ "name": "variant",
80
+ "values": [
81
+ {
82
+ "name": "filled"
83
+ },
84
+ {
85
+ "name": "outlined"
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "name": "label",
91
+ "description": "The floating label for the field",
92
+ "values": []
93
+ },
94
+ {
95
+ "name": "counter",
96
+ "values": []
97
+ },
98
+ {
99
+ "name": "hide-counter",
100
+ "values": []
101
+ },
102
+ {
103
+ "name": "supporting-text",
104
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
105
+ "values": []
106
+ },
107
+ {
108
+ "name": "error-text",
109
+ "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`",
110
+ "values": []
111
+ },
112
+ {
113
+ "name": "empty",
114
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
115
+ "values": []
116
+ },
117
+ {
118
+ "name": "disabled",
119
+ "values": []
120
+ },
121
+ {
122
+ "name": "invalid",
123
+ "description": "Get or sets where or not the field is in a visually invalid state.",
124
+ "values": []
125
+ },
126
+ {
127
+ "name": "has-leading-icon",
128
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
129
+ "values": []
130
+ },
131
+ {
132
+ "name": "has-trailing-icon",
133
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
134
+ "values": []
135
+ },
136
+ {
137
+ "name": "has-error-text",
138
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
139
+ "values": []
140
+ }
141
+ ],
142
+ "references": []
143
+ },
144
+ {
145
+ "name": "u-checkbox-list-item",
146
+ "description": "\n---\n",
147
+ "attributes": [
148
+ {
149
+ "name": "leading",
150
+ "values": []
151
+ },
152
+ {
153
+ "name": "hide-state-layer",
154
+ "values": []
155
+ },
156
+ {
157
+ "name": "indeterminate",
158
+ "values": []
159
+ },
160
+ {
161
+ "name": "name",
162
+ "values": []
163
+ },
164
+ {
165
+ "name": "disabled",
166
+ "values": []
167
+ },
168
+ {
169
+ "name": "value",
170
+ "description": "The element value to use in form submission when checked.",
171
+ "values": []
172
+ },
173
+ {
174
+ "name": "checked",
175
+ "values": []
176
+ }
177
+ ],
178
+ "references": []
179
+ },
180
+ {
181
+ "name": "u-checkbox",
182
+ "description": "\n---\n",
183
+ "attributes": [
184
+ {
185
+ "name": "hide-state-layer",
186
+ "values": []
187
+ },
188
+ {
189
+ "name": "indeterminate",
190
+ "values": []
191
+ },
192
+ {
193
+ "name": "name",
194
+ "values": []
195
+ },
196
+ {
197
+ "name": "disabled",
198
+ "values": []
199
+ },
200
+ {
201
+ "name": "value",
202
+ "description": "The element value to use in form submission when checked.",
203
+ "values": []
204
+ },
205
+ {
206
+ "name": "checked",
207
+ "values": []
208
+ }
209
+ ],
210
+ "references": []
211
+ },
212
+ {
213
+ "name": "u-card-content",
214
+ "description": "\n---\n",
215
+ "attributes": [
216
+ {
217
+ "name": "has-content",
218
+ "values": []
219
+ }
220
+ ],
221
+ "references": []
222
+ },
223
+ {
224
+ "name": "u-card-media",
225
+ "description": "\n---\n",
226
+ "attributes": [
227
+ {
228
+ "name": "wide",
229
+ "values": []
230
+ }
231
+ ],
232
+ "references": []
233
+ },
234
+ {
235
+ "name": "u-card",
236
+ "description": "\n---\n",
237
+ "attributes": [
238
+ {
239
+ "name": "variant",
240
+ "description": "The Card variant to render.",
241
+ "values": [
242
+ {
243
+ "name": "filled"
244
+ },
245
+ {
246
+ "name": "elevated"
247
+ },
248
+ {
249
+ "name": "outlined"
250
+ }
251
+ ]
252
+ }
253
+ ],
254
+ "references": []
255
+ },
66
256
  {
67
257
  "name": "u-calendar",
68
258
  "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
@@ -543,196 +733,6 @@
543
733
  ],
544
734
  "references": []
545
735
  },
546
- {
547
- "name": "u-button-field",
548
- "description": "\n---\n",
549
- "attributes": [
550
- {
551
- "name": "value",
552
- "values": []
553
- },
554
- {
555
- "name": "placeholder",
556
- "values": []
557
- },
558
- {
559
- "name": "variant",
560
- "values": [
561
- {
562
- "name": "filled"
563
- },
564
- {
565
- "name": "outlined"
566
- }
567
- ]
568
- },
569
- {
570
- "name": "label",
571
- "description": "The floating label for the field",
572
- "values": []
573
- },
574
- {
575
- "name": "counter",
576
- "values": []
577
- },
578
- {
579
- "name": "hide-counter",
580
- "values": []
581
- },
582
- {
583
- "name": "supporting-text",
584
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
585
- "values": []
586
- },
587
- {
588
- "name": "error-text",
589
- "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`",
590
- "values": []
591
- },
592
- {
593
- "name": "empty",
594
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
595
- "values": []
596
- },
597
- {
598
- "name": "disabled",
599
- "values": []
600
- },
601
- {
602
- "name": "invalid",
603
- "description": "Get or sets where or not the field is in a visually invalid state.",
604
- "values": []
605
- },
606
- {
607
- "name": "has-leading-icon",
608
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
609
- "values": []
610
- },
611
- {
612
- "name": "has-trailing-icon",
613
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
614
- "values": []
615
- },
616
- {
617
- "name": "has-error-text",
618
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
619
- "values": []
620
- }
621
- ],
622
- "references": []
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
- },
668
- {
669
- "name": "u-checkbox-list-item",
670
- "description": "\n---\n",
671
- "attributes": [
672
- {
673
- "name": "leading",
674
- "values": []
675
- },
676
- {
677
- "name": "hide-state-layer",
678
- "values": []
679
- },
680
- {
681
- "name": "indeterminate",
682
- "values": []
683
- },
684
- {
685
- "name": "name",
686
- "values": []
687
- },
688
- {
689
- "name": "disabled",
690
- "values": []
691
- },
692
- {
693
- "name": "value",
694
- "description": "The element value to use in form submission when checked.",
695
- "values": []
696
- },
697
- {
698
- "name": "checked",
699
- "values": []
700
- }
701
- ],
702
- "references": []
703
- },
704
- {
705
- "name": "u-checkbox",
706
- "description": "\n---\n",
707
- "attributes": [
708
- {
709
- "name": "hide-state-layer",
710
- "values": []
711
- },
712
- {
713
- "name": "indeterminate",
714
- "values": []
715
- },
716
- {
717
- "name": "name",
718
- "values": []
719
- },
720
- {
721
- "name": "disabled",
722
- "values": []
723
- },
724
- {
725
- "name": "value",
726
- "description": "The element value to use in form submission when checked.",
727
- "values": []
728
- },
729
- {
730
- "name": "checked",
731
- "values": []
732
- }
733
- ],
734
- "references": []
735
- },
736
736
  {
737
737
  "name": "u-chip-set",
738
738
  "description": "\n---\n",
@@ -822,104 +822,9 @@
822
822
  "name": "manual",
823
823
  "description": "If true, ignore enter key input",
824
824
  "values": []
825
- },
826
- {
827
- "name": "placeholder",
828
- "values": []
829
- },
830
- {
831
- "name": "variant",
832
- "values": [
833
- {
834
- "name": "filled"
835
- },
836
- {
837
- "name": "outlined"
838
- }
839
- ]
840
- },
841
- {
842
- "name": "label",
843
- "description": "The floating label for the field",
844
- "values": []
845
- },
846
- {
847
- "name": "counter",
848
- "values": []
849
- },
850
- {
851
- "name": "hide-counter",
852
- "values": []
853
- },
854
- {
855
- "name": "supporting-text",
856
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
857
- "values": []
858
- },
859
- {
860
- "name": "error-text",
861
- "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`",
862
- "values": []
863
- },
864
- {
865
- "name": "empty",
866
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
867
- "values": []
868
- },
869
- {
870
- "name": "disabled",
871
- "values": []
872
- },
873
- {
874
- "name": "invalid",
875
- "description": "Get or sets where or not the field is in a visually invalid state.",
876
- "values": []
877
- },
878
- {
879
- "name": "has-leading-icon",
880
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
881
- "values": []
882
- },
883
- {
884
- "name": "has-trailing-icon",
885
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
886
- "values": []
887
- },
888
- {
889
- "name": "has-error-text",
890
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
891
- "values": []
892
- }
893
- ],
894
- "references": []
895
- },
896
- {
897
- "name": "u-dialog",
898
- "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
899
- "attributes": [
900
- {
901
- "name": "open",
902
- "values": []
903
- },
904
- {
905
- "name": "has-headline",
906
- "description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
907
- "values": []
908
- },
909
- {
910
- "name": "has-icon",
911
- "description": "Whether dialog has icon\n\n_Note:_ Readonly",
912
- "values": []
913
- }
914
- ],
915
- "references": []
916
- },
917
- {
918
- "name": "u-field",
919
- "description": "\n---\n",
920
- "attributes": [
825
+ },
921
826
  {
922
- "name": "autoEmpty",
827
+ "name": "placeholder",
923
828
  "values": []
924
829
  },
925
830
  {
@@ -995,24 +900,28 @@
995
900
  "references": []
996
901
  },
997
902
  {
998
- "name": "u-icon",
999
- "description": "\n---\n",
1000
- "attributes": [],
1001
- "references": []
1002
- },
1003
- {
1004
- "name": "u-list-item",
1005
- "description": "\n---\n",
903
+ "name": "u-dialog",
904
+ "description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
1006
905
  "attributes": [
1007
906
  {
1008
- "name": "selectable",
907
+ "name": "open",
908
+ "values": []
909
+ },
910
+ {
911
+ "name": "has-headline",
912
+ "description": "Whether dialog has headline or not\n\n_Note:_ Readonly",
913
+ "values": []
914
+ },
915
+ {
916
+ "name": "has-icon",
917
+ "description": "Whether dialog has icon\n\n_Note:_ Readonly",
1009
918
  "values": []
1010
919
  }
1011
920
  ],
1012
921
  "references": []
1013
922
  },
1014
923
  {
1015
- "name": "u-list",
924
+ "name": "u-icon",
1016
925
  "description": "\n---\n",
1017
926
  "attributes": [],
1018
927
  "references": []
@@ -1134,60 +1043,112 @@
1134
1043
  "references": []
1135
1044
  },
1136
1045
  {
1137
- "name": "u-drawer-headline",
1046
+ "name": "u-list-item",
1047
+ "description": "\n---\n",
1048
+ "attributes": [
1049
+ {
1050
+ "name": "selectable",
1051
+ "values": []
1052
+ }
1053
+ ],
1054
+ "references": []
1055
+ },
1056
+ {
1057
+ "name": "u-list",
1138
1058
  "description": "\n---\n",
1139
1059
  "attributes": [],
1140
1060
  "references": []
1141
1061
  },
1142
1062
  {
1143
- "name": "u-drawer-item",
1063
+ "name": "u-overflow-menu-item",
1144
1064
  "description": "\n---\n",
1145
1065
  "attributes": [
1146
1066
  {
1147
- "name": "active",
1148
- "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1067
+ "name": "label",
1149
1068
  "values": []
1150
1069
  },
1151
1070
  {
1152
- "name": "keep-drawer-open",
1153
- "description": "If true, it will not attempt to close de navigation drawer on click",
1071
+ "name": "priority",
1072
+ "values": []
1073
+ }
1074
+ ],
1075
+ "references": []
1076
+ },
1077
+ {
1078
+ "name": "u-overflow-menu",
1079
+ "description": "\n---\n",
1080
+ "attributes": [],
1081
+ "references": []
1082
+ },
1083
+ {
1084
+ "name": "u-field",
1085
+ "description": "\n---\n",
1086
+ "attributes": [
1087
+ {
1088
+ "name": "autoEmpty",
1089
+ "values": []
1090
+ },
1091
+ {
1092
+ "name": "variant",
1093
+ "values": [
1094
+ {
1095
+ "name": "filled"
1096
+ },
1097
+ {
1098
+ "name": "outlined"
1099
+ }
1100
+ ]
1101
+ },
1102
+ {
1103
+ "name": "label",
1104
+ "description": "The floating label for the field",
1105
+ "values": []
1106
+ },
1107
+ {
1108
+ "name": "counter",
1109
+ "values": []
1110
+ },
1111
+ {
1112
+ "name": "hide-counter",
1113
+ "values": []
1114
+ },
1115
+ {
1116
+ "name": "supporting-text",
1117
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
1118
+ "values": []
1119
+ },
1120
+ {
1121
+ "name": "error-text",
1122
+ "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`",
1123
+ "values": []
1124
+ },
1125
+ {
1126
+ "name": "empty",
1127
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1154
1128
  "values": []
1155
1129
  },
1156
1130
  {
1157
1131
  "name": "disabled",
1158
- "description": "Whether the button is disabled or not.",
1159
1132
  "values": []
1160
1133
  },
1161
1134
  {
1162
- "name": "href",
1163
- "description": "The URL that the link button points to.",
1135
+ "name": "invalid",
1136
+ "description": "Get or sets where or not the field is in a visually invalid state.",
1164
1137
  "values": []
1165
1138
  },
1166
1139
  {
1167
- "name": "target",
1168
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1140
+ "name": "has-leading-icon",
1141
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1169
1142
  "values": []
1170
1143
  },
1171
1144
  {
1172
- "name": "name",
1145
+ "name": "has-trailing-icon",
1146
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1173
1147
  "values": []
1174
- }
1175
- ],
1176
- "references": []
1177
- },
1178
- {
1179
- "name": "u-drawer",
1180
- "description": "\n---\n",
1181
- "attributes": [],
1182
- "references": []
1183
- },
1184
- {
1185
- "name": "u-side-navigation",
1186
- "description": "\n---\n",
1187
- "attributes": [
1148
+ },
1188
1149
  {
1189
- "name": "toggle-drawer",
1190
- "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`",
1150
+ "name": "has-error-text",
1151
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1191
1152
  "values": []
1192
1153
  }
1193
1154
  ],
@@ -1224,26 +1185,65 @@
1224
1185
  "references": []
1225
1186
  },
1226
1187
  {
1227
- "name": "u-overflow-menu-item",
1188
+ "name": "u-drawer-headline",
1189
+ "description": "\n---\n",
1190
+ "attributes": [],
1191
+ "references": []
1192
+ },
1193
+ {
1194
+ "name": "u-drawer-item",
1228
1195
  "description": "\n---\n",
1229
1196
  "attributes": [
1230
1197
  {
1231
- "name": "label",
1198
+ "name": "active",
1199
+ "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1232
1200
  "values": []
1233
1201
  },
1234
1202
  {
1235
- "name": "priority",
1203
+ "name": "keep-drawer-open",
1204
+ "description": "If true, it will not attempt to close de navigation drawer on click",
1205
+ "values": []
1206
+ },
1207
+ {
1208
+ "name": "disabled",
1209
+ "description": "Whether the button is disabled or not.",
1210
+ "values": []
1211
+ },
1212
+ {
1213
+ "name": "href",
1214
+ "description": "The URL that the link button points to.",
1215
+ "values": []
1216
+ },
1217
+ {
1218
+ "name": "target",
1219
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1220
+ "values": []
1221
+ },
1222
+ {
1223
+ "name": "name",
1236
1224
  "values": []
1237
1225
  }
1238
1226
  ],
1239
1227
  "references": []
1240
1228
  },
1241
1229
  {
1242
- "name": "u-overflow-menu",
1230
+ "name": "u-drawer",
1243
1231
  "description": "\n---\n",
1244
1232
  "attributes": [],
1245
1233
  "references": []
1246
1234
  },
1235
+ {
1236
+ "name": "u-side-navigation",
1237
+ "description": "\n---\n",
1238
+ "attributes": [
1239
+ {
1240
+ "name": "toggle-drawer",
1241
+ "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`",
1242
+ "values": []
1243
+ }
1244
+ ],
1245
+ "references": []
1246
+ },
1247
1247
  {
1248
1248
  "name": "u-radio-list-item",
1249
1249
  "description": "\n---\n",
@@ -1574,37 +1574,61 @@
1574
1574
  "references": []
1575
1575
  },
1576
1576
  {
1577
- "name": "u-switch-list-item",
1577
+ "name": "u-tab-bar",
1578
1578
  "description": "\n---\n",
1579
1579
  "attributes": [
1580
1580
  {
1581
- "name": "leading",
1581
+ "name": "variant",
1582
+ "values": [
1583
+ {
1584
+ "name": "primary"
1585
+ },
1586
+ {
1587
+ "name": "secondary"
1588
+ }
1589
+ ]
1590
+ }
1591
+ ],
1592
+ "references": []
1593
+ },
1594
+ {
1595
+ "name": "u-tab",
1596
+ "description": "\n---\n",
1597
+ "attributes": [
1598
+ {
1599
+ "name": "hasIcon",
1582
1600
  "values": []
1583
1601
  },
1584
1602
  {
1585
- "name": "name",
1603
+ "name": "disabled",
1604
+ "description": "Whether the button is disabled or not.",
1586
1605
  "values": []
1587
1606
  },
1588
1607
  {
1589
- "name": "disabled",
1608
+ "name": "href",
1609
+ "description": "The URL that the link button points to.",
1590
1610
  "values": []
1591
1611
  },
1592
1612
  {
1593
- "name": "value",
1594
- "description": "The element value to use in form submission when checked.",
1613
+ "name": "target",
1614
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1595
1615
  "values": []
1596
1616
  },
1597
1617
  {
1598
- "name": "checked",
1618
+ "name": "name",
1599
1619
  "values": []
1600
1620
  }
1601
1621
  ],
1602
1622
  "references": []
1603
1623
  },
1604
1624
  {
1605
- "name": "u-switch",
1625
+ "name": "u-switch-list-item",
1606
1626
  "description": "\n---\n",
1607
1627
  "attributes": [
1628
+ {
1629
+ "name": "leading",
1630
+ "values": []
1631
+ },
1608
1632
  {
1609
1633
  "name": "name",
1610
1634
  "values": []
@@ -1626,48 +1650,24 @@
1626
1650
  "references": []
1627
1651
  },
1628
1652
  {
1629
- "name": "u-tab-bar",
1630
- "description": "\n---\n",
1631
- "attributes": [
1632
- {
1633
- "name": "variant",
1634
- "values": [
1635
- {
1636
- "name": "primary"
1637
- },
1638
- {
1639
- "name": "secondary"
1640
- }
1641
- ]
1642
- }
1643
- ],
1644
- "references": []
1645
- },
1646
- {
1647
- "name": "u-tab",
1653
+ "name": "u-switch",
1648
1654
  "description": "\n---\n",
1649
1655
  "attributes": [
1650
1656
  {
1651
- "name": "hasIcon",
1657
+ "name": "name",
1652
1658
  "values": []
1653
1659
  },
1654
1660
  {
1655
1661
  "name": "disabled",
1656
- "description": "Whether the button is disabled or not.",
1657
- "values": []
1658
- },
1659
- {
1660
- "name": "href",
1661
- "description": "The URL that the link button points to.",
1662
1662
  "values": []
1663
1663
  },
1664
1664
  {
1665
- "name": "target",
1666
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1665
+ "name": "value",
1666
+ "description": "The element value to use in form submission when checked.",
1667
1667
  "values": []
1668
1668
  },
1669
1669
  {
1670
- "name": "name",
1670
+ "name": "checked",
1671
1671
  "values": []
1672
1672
  }
1673
1673
  ],