@universal-material/web 3.6.6 → 3.6.8
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/chip-field/chip-field.styles.d.ts.map +1 -1
- package/chip-field/chip-field.styles.js +1 -0
- package/chip-field/chip-field.styles.js.map +1 -1
- package/custom-elements.json +6388 -6293
- package/datepicker/datepicker.d.ts +8 -0
- package/datepicker/datepicker.d.ts.map +1 -1
- package/datepicker/datepicker.js +9 -1
- package/datepicker/datepicker.js.map +1 -1
- package/overflow-menu/overflow-menu.d.ts +3 -0
- package/overflow-menu/overflow-menu.d.ts.map +1 -1
- package/overflow-menu/overflow-menu.js +100 -45
- package/overflow-menu/overflow-menu.js.map +1 -1
- package/overflow-menu/overflow-menu.styles.d.ts.map +1 -1
- package/overflow-menu/overflow-menu.styles.js +20 -11
- package/overflow-menu/overflow-menu.styles.js.map +1 -1
- package/package.json +2 -1
- package/tab-bar/tab.d.ts.map +1 -1
- package/tab-bar/tab.js +6 -8
- package/tab-bar/tab.js.map +1 -1
- package/vscode.html-custom-data.json +267 -252
|
@@ -52,133 +52,6 @@
|
|
|
52
52
|
],
|
|
53
53
|
"references": []
|
|
54
54
|
},
|
|
55
|
-
{
|
|
56
|
-
"name": "u-badge",
|
|
57
|
-
"description": "\n---\n",
|
|
58
|
-
"attributes": [
|
|
59
|
-
{
|
|
60
|
-
"name": "static",
|
|
61
|
-
"values": []
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
"references": []
|
|
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-calendar",
|
|
146
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
147
|
-
"attributes": [
|
|
148
|
-
{
|
|
149
|
-
"name": "value",
|
|
150
|
-
"values": []
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"name": "dateOutsideMonth",
|
|
154
|
-
"values": []
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"name": "locale",
|
|
158
|
-
"values": []
|
|
159
|
-
}
|
|
160
|
-
],
|
|
161
|
-
"references": []
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"name": "u-range-calendar",
|
|
165
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
166
|
-
"attributes": [
|
|
167
|
-
{
|
|
168
|
-
"name": "value",
|
|
169
|
-
"values": []
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"name": "dateOutsideMonth",
|
|
173
|
-
"values": []
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"name": "locale",
|
|
177
|
-
"values": []
|
|
178
|
-
}
|
|
179
|
-
],
|
|
180
|
-
"references": []
|
|
181
|
-
},
|
|
182
55
|
{
|
|
183
56
|
"name": "u-button-set",
|
|
184
57
|
"description": "\n---\n",
|
|
@@ -621,6 +494,133 @@
|
|
|
621
494
|
],
|
|
622
495
|
"references": []
|
|
623
496
|
},
|
|
497
|
+
{
|
|
498
|
+
"name": "u-badge",
|
|
499
|
+
"description": "\n---\n",
|
|
500
|
+
"attributes": [
|
|
501
|
+
{
|
|
502
|
+
"name": "static",
|
|
503
|
+
"values": []
|
|
504
|
+
}
|
|
505
|
+
],
|
|
506
|
+
"references": []
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"name": "u-calendar",
|
|
510
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
511
|
+
"attributes": [
|
|
512
|
+
{
|
|
513
|
+
"name": "value",
|
|
514
|
+
"values": []
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"name": "dateOutsideMonth",
|
|
518
|
+
"values": []
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "locale",
|
|
522
|
+
"values": []
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"references": []
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"name": "u-range-calendar",
|
|
529
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
530
|
+
"attributes": [
|
|
531
|
+
{
|
|
532
|
+
"name": "value",
|
|
533
|
+
"values": []
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "dateOutsideMonth",
|
|
537
|
+
"values": []
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"name": "locale",
|
|
541
|
+
"values": []
|
|
542
|
+
}
|
|
543
|
+
],
|
|
544
|
+
"references": []
|
|
545
|
+
},
|
|
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
624
|
{
|
|
625
625
|
"name": "u-card-content",
|
|
626
626
|
"description": "\n---\n",
|
|
@@ -894,8 +894,20 @@
|
|
|
894
894
|
"references": []
|
|
895
895
|
},
|
|
896
896
|
{
|
|
897
|
-
"name": "u-
|
|
898
|
-
"description": "\n---\n
|
|
897
|
+
"name": "u-datepicker",
|
|
898
|
+
"description": "\n---\n",
|
|
899
|
+
"attributes": [],
|
|
900
|
+
"references": []
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "u-elevation",
|
|
904
|
+
"description": "\n---\n",
|
|
905
|
+
"attributes": [],
|
|
906
|
+
"references": []
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "u-dialog",
|
|
910
|
+
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
899
911
|
"attributes": [
|
|
900
912
|
{
|
|
901
913
|
"name": "open",
|
|
@@ -914,12 +926,6 @@
|
|
|
914
926
|
],
|
|
915
927
|
"references": []
|
|
916
928
|
},
|
|
917
|
-
{
|
|
918
|
-
"name": "u-elevation",
|
|
919
|
-
"description": "\n---\n",
|
|
920
|
-
"attributes": [],
|
|
921
|
-
"references": []
|
|
922
|
-
},
|
|
923
929
|
{
|
|
924
930
|
"name": "u-field",
|
|
925
931
|
"description": "\n---\n",
|
|
@@ -1017,27 +1023,6 @@
|
|
|
1017
1023
|
"attributes": [],
|
|
1018
1024
|
"references": []
|
|
1019
1025
|
},
|
|
1020
|
-
{
|
|
1021
|
-
"name": "u-overflow-menu-item",
|
|
1022
|
-
"description": "\n---\n",
|
|
1023
|
-
"attributes": [
|
|
1024
|
-
{
|
|
1025
|
-
"name": "label",
|
|
1026
|
-
"values": []
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"name": "priority",
|
|
1030
|
-
"values": []
|
|
1031
|
-
}
|
|
1032
|
-
],
|
|
1033
|
-
"references": []
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"name": "u-overflow-menu",
|
|
1037
|
-
"description": "\n---\n",
|
|
1038
|
-
"attributes": [],
|
|
1039
|
-
"references": []
|
|
1040
|
-
},
|
|
1041
1026
|
{
|
|
1042
1027
|
"name": "u-menu-item",
|
|
1043
1028
|
"description": "\n---\n",
|
|
@@ -1155,103 +1140,61 @@
|
|
|
1155
1140
|
"references": []
|
|
1156
1141
|
},
|
|
1157
1142
|
{
|
|
1158
|
-
"name": "u-
|
|
1159
|
-
"description": "\n---\n",
|
|
1160
|
-
"attributes": [],
|
|
1161
|
-
"references": []
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"name": "u-drawer-item",
|
|
1143
|
+
"name": "u-circular-progress",
|
|
1165
1144
|
"description": "\n---\n",
|
|
1166
1145
|
"attributes": [
|
|
1167
1146
|
{
|
|
1168
|
-
"name": "
|
|
1169
|
-
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1170
|
-
"values": []
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"name": "keep-drawer-open",
|
|
1174
|
-
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1175
|
-
"values": []
|
|
1176
|
-
},
|
|
1177
|
-
{
|
|
1178
|
-
"name": "disabled",
|
|
1179
|
-
"description": "Whether the button is disabled or not.",
|
|
1180
|
-
"values": []
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"name": "href",
|
|
1184
|
-
"description": "The URL that the link button points to.",
|
|
1185
|
-
"values": []
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"name": "target",
|
|
1189
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1147
|
+
"name": "value",
|
|
1190
1148
|
"values": []
|
|
1191
1149
|
},
|
|
1192
1150
|
{
|
|
1193
|
-
"name": "
|
|
1151
|
+
"name": "max",
|
|
1194
1152
|
"values": []
|
|
1195
1153
|
}
|
|
1196
1154
|
],
|
|
1197
1155
|
"references": []
|
|
1198
1156
|
},
|
|
1199
1157
|
{
|
|
1200
|
-
"name": "u-
|
|
1201
|
-
"description": "\n---\n",
|
|
1202
|
-
"attributes": [],
|
|
1203
|
-
"references": []
|
|
1204
|
-
},
|
|
1205
|
-
{
|
|
1206
|
-
"name": "u-side-navigation",
|
|
1158
|
+
"name": "u-progress-bar",
|
|
1207
1159
|
"description": "\n---\n",
|
|
1208
1160
|
"attributes": [
|
|
1209
1161
|
{
|
|
1210
|
-
"name": "
|
|
1211
|
-
"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`",
|
|
1162
|
+
"name": "value",
|
|
1212
1163
|
"values": []
|
|
1213
|
-
}
|
|
1214
|
-
],
|
|
1215
|
-
"references": []
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
"name": "u-ripple",
|
|
1219
|
-
"description": "\n---\n",
|
|
1220
|
-
"attributes": [
|
|
1164
|
+
},
|
|
1221
1165
|
{
|
|
1222
|
-
"name": "
|
|
1223
|
-
"description": "Disables the ripple.",
|
|
1166
|
+
"name": "max",
|
|
1224
1167
|
"values": []
|
|
1225
1168
|
}
|
|
1226
1169
|
],
|
|
1227
1170
|
"references": []
|
|
1228
1171
|
},
|
|
1229
1172
|
{
|
|
1230
|
-
"name": "u-
|
|
1173
|
+
"name": "u-overflow-menu-item",
|
|
1231
1174
|
"description": "\n---\n",
|
|
1232
1175
|
"attributes": [
|
|
1233
1176
|
{
|
|
1234
|
-
"name": "
|
|
1177
|
+
"name": "label",
|
|
1235
1178
|
"values": []
|
|
1236
1179
|
},
|
|
1237
1180
|
{
|
|
1238
|
-
"name": "
|
|
1181
|
+
"name": "priority",
|
|
1239
1182
|
"values": []
|
|
1240
1183
|
}
|
|
1241
1184
|
],
|
|
1242
1185
|
"references": []
|
|
1243
1186
|
},
|
|
1244
1187
|
{
|
|
1245
|
-
"name": "u-
|
|
1188
|
+
"name": "u-overflow-menu",
|
|
1246
1189
|
"description": "\n---\n",
|
|
1247
1190
|
"attributes": [
|
|
1248
1191
|
{
|
|
1249
|
-
"name": "
|
|
1250
|
-
"values": [
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1192
|
+
"name": "anchor",
|
|
1193
|
+
"values": [
|
|
1194
|
+
{
|
|
1195
|
+
"name": "HTMLElement"
|
|
1196
|
+
}
|
|
1197
|
+
]
|
|
1255
1198
|
}
|
|
1256
1199
|
],
|
|
1257
1200
|
"references": []
|
|
@@ -1317,23 +1260,35 @@
|
|
|
1317
1260
|
"references": []
|
|
1318
1261
|
},
|
|
1319
1262
|
{
|
|
1320
|
-
"name": "u-
|
|
1263
|
+
"name": "u-ripple",
|
|
1321
1264
|
"description": "\n---\n",
|
|
1322
1265
|
"attributes": [
|
|
1323
1266
|
{
|
|
1324
|
-
"name": "
|
|
1325
|
-
"
|
|
1326
|
-
},
|
|
1327
|
-
{
|
|
1328
|
-
"name": "selected",
|
|
1267
|
+
"name": "disabled",
|
|
1268
|
+
"description": "Disables the ripple.",
|
|
1329
1269
|
"values": []
|
|
1330
|
-
}
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"references": []
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"name": "u-drawer-headline",
|
|
1276
|
+
"description": "\n---\n",
|
|
1277
|
+
"attributes": [],
|
|
1278
|
+
"references": []
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"name": "u-drawer-item",
|
|
1282
|
+
"description": "\n---\n",
|
|
1283
|
+
"attributes": [
|
|
1331
1284
|
{
|
|
1332
1285
|
"name": "active",
|
|
1286
|
+
"description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
|
|
1333
1287
|
"values": []
|
|
1334
1288
|
},
|
|
1335
1289
|
{
|
|
1336
|
-
"name": "
|
|
1290
|
+
"name": "keep-drawer-open",
|
|
1291
|
+
"description": "If true, it will not attempt to close de navigation drawer on click",
|
|
1337
1292
|
"values": []
|
|
1338
1293
|
},
|
|
1339
1294
|
{
|
|
@@ -1359,20 +1314,64 @@
|
|
|
1359
1314
|
"references": []
|
|
1360
1315
|
},
|
|
1361
1316
|
{
|
|
1362
|
-
"name": "u-
|
|
1317
|
+
"name": "u-drawer",
|
|
1318
|
+
"description": "\n---\n",
|
|
1319
|
+
"attributes": [],
|
|
1320
|
+
"references": []
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"name": "u-side-navigation",
|
|
1363
1324
|
"description": "\n---\n",
|
|
1364
1325
|
"attributes": [
|
|
1365
1326
|
{
|
|
1366
|
-
"name": "
|
|
1327
|
+
"name": "toggle-drawer",
|
|
1328
|
+
"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`",
|
|
1329
|
+
"values": []
|
|
1330
|
+
}
|
|
1331
|
+
],
|
|
1332
|
+
"references": []
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "u-search",
|
|
1336
|
+
"description": "\n---\n",
|
|
1337
|
+
"attributes": [
|
|
1338
|
+
{
|
|
1339
|
+
"name": "position",
|
|
1367
1340
|
"values": [
|
|
1368
1341
|
{
|
|
1369
|
-
"name": "
|
|
1342
|
+
"name": "fixed"
|
|
1370
1343
|
},
|
|
1371
1344
|
{
|
|
1372
|
-
"name": "
|
|
1345
|
+
"name": "absolute"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"name": "static"
|
|
1349
|
+
}
|
|
1350
|
+
]
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "value",
|
|
1354
|
+
"values": []
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"name": "autocomplete",
|
|
1358
|
+
"values": [
|
|
1359
|
+
{
|
|
1360
|
+
"name": "on"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"name": "off"
|
|
1373
1364
|
}
|
|
1374
1365
|
]
|
|
1375
1366
|
},
|
|
1367
|
+
{
|
|
1368
|
+
"name": "maxlength",
|
|
1369
|
+
"values": []
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"name": "role",
|
|
1373
|
+
"values": []
|
|
1374
|
+
},
|
|
1376
1375
|
{
|
|
1377
1376
|
"name": "placeholder",
|
|
1378
1377
|
"values": []
|
|
@@ -1444,46 +1443,62 @@
|
|
|
1444
1443
|
"references": []
|
|
1445
1444
|
},
|
|
1446
1445
|
{
|
|
1447
|
-
"name": "u-
|
|
1446
|
+
"name": "u-option",
|
|
1448
1447
|
"description": "\n---\n",
|
|
1449
1448
|
"attributes": [
|
|
1450
1449
|
{
|
|
1451
|
-
"name": "
|
|
1452
|
-
"values": [
|
|
1453
|
-
{
|
|
1454
|
-
"name": "fixed"
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"name": "absolute"
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"name": "static"
|
|
1461
|
-
}
|
|
1462
|
-
]
|
|
1450
|
+
"name": "value",
|
|
1451
|
+
"values": []
|
|
1463
1452
|
},
|
|
1464
1453
|
{
|
|
1465
|
-
"name": "
|
|
1454
|
+
"name": "selected",
|
|
1466
1455
|
"values": []
|
|
1467
1456
|
},
|
|
1468
1457
|
{
|
|
1469
|
-
"name": "
|
|
1470
|
-
"values": [
|
|
1471
|
-
{
|
|
1472
|
-
"name": "on"
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"name": "off"
|
|
1476
|
-
}
|
|
1477
|
-
]
|
|
1458
|
+
"name": "active",
|
|
1459
|
+
"values": []
|
|
1478
1460
|
},
|
|
1479
1461
|
{
|
|
1480
|
-
"name": "
|
|
1462
|
+
"name": "has-badge",
|
|
1481
1463
|
"values": []
|
|
1482
1464
|
},
|
|
1483
1465
|
{
|
|
1484
|
-
"name": "
|
|
1466
|
+
"name": "disabled",
|
|
1467
|
+
"description": "Whether the button is disabled or not.",
|
|
1485
1468
|
"values": []
|
|
1486
1469
|
},
|
|
1470
|
+
{
|
|
1471
|
+
"name": "href",
|
|
1472
|
+
"description": "The URL that the link button points to.",
|
|
1473
|
+
"values": []
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"name": "target",
|
|
1477
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1478
|
+
"values": []
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "name",
|
|
1482
|
+
"values": []
|
|
1483
|
+
}
|
|
1484
|
+
],
|
|
1485
|
+
"references": []
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"name": "u-select",
|
|
1489
|
+
"description": "\n---\n",
|
|
1490
|
+
"attributes": [
|
|
1491
|
+
{
|
|
1492
|
+
"name": "menu-positioning",
|
|
1493
|
+
"values": [
|
|
1494
|
+
{
|
|
1495
|
+
"name": "relative"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"name": "fixed"
|
|
1499
|
+
}
|
|
1500
|
+
]
|
|
1501
|
+
},
|
|
1487
1502
|
{
|
|
1488
1503
|
"name": "placeholder",
|
|
1489
1504
|
"values": []
|