@universal-material/web 3.3.14 → 3.3.16
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/custom-elements.json +4188 -4188
- package/package.json +1 -1
- package/select/select.js +2 -2
- package/select/select.js.map +1 -1
- package/vscode.html-custom-data.json +229 -229
|
@@ -77,6 +77,84 @@
|
|
|
77
77
|
],
|
|
78
78
|
"references": []
|
|
79
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
|
+
},
|
|
80
158
|
{
|
|
81
159
|
"name": "u-button-set",
|
|
82
160
|
"description": "\n---\n",
|
|
@@ -453,84 +531,6 @@
|
|
|
453
531
|
],
|
|
454
532
|
"references": []
|
|
455
533
|
},
|
|
456
|
-
{
|
|
457
|
-
"name": "u-button-field",
|
|
458
|
-
"description": "\n---\n",
|
|
459
|
-
"attributes": [
|
|
460
|
-
{
|
|
461
|
-
"name": "value",
|
|
462
|
-
"values": []
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"name": "placeholder",
|
|
466
|
-
"values": []
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"name": "variant",
|
|
470
|
-
"values": [
|
|
471
|
-
{
|
|
472
|
-
"name": "filled"
|
|
473
|
-
},
|
|
474
|
-
{
|
|
475
|
-
"name": "outlined"
|
|
476
|
-
}
|
|
477
|
-
]
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"name": "label",
|
|
481
|
-
"description": "The floating label for the field",
|
|
482
|
-
"values": []
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"name": "counter",
|
|
486
|
-
"values": []
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"name": "hide-counter",
|
|
490
|
-
"values": []
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"name": "supporting-text",
|
|
494
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
495
|
-
"values": []
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"name": "error-text",
|
|
499
|
-
"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`",
|
|
500
|
-
"values": []
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"name": "empty",
|
|
504
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
505
|
-
"values": []
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"name": "disabled",
|
|
509
|
-
"values": []
|
|
510
|
-
},
|
|
511
|
-
{
|
|
512
|
-
"name": "invalid",
|
|
513
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
514
|
-
"values": []
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"name": "has-leading-icon",
|
|
518
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
519
|
-
"values": []
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"name": "has-trailing-icon",
|
|
523
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
524
|
-
"values": []
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"name": "has-error-text",
|
|
528
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
529
|
-
"values": []
|
|
530
|
-
}
|
|
531
|
-
],
|
|
532
|
-
"references": []
|
|
533
|
-
},
|
|
534
534
|
{
|
|
535
535
|
"name": "u-calendar",
|
|
536
536
|
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
@@ -856,12 +856,6 @@
|
|
|
856
856
|
],
|
|
857
857
|
"references": []
|
|
858
858
|
},
|
|
859
|
-
{
|
|
860
|
-
"name": "u-elevation",
|
|
861
|
-
"description": "\n---\n",
|
|
862
|
-
"attributes": [],
|
|
863
|
-
"references": []
|
|
864
|
-
},
|
|
865
859
|
{
|
|
866
860
|
"name": "u-dialog",
|
|
867
861
|
"description": "\n---\n\n\n### **Events:**\n - **close**\n- **closed**\n- **cancel**",
|
|
@@ -883,6 +877,12 @@
|
|
|
883
877
|
],
|
|
884
878
|
"references": []
|
|
885
879
|
},
|
|
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",
|
|
@@ -963,23 +963,6 @@
|
|
|
963
963
|
"attributes": [],
|
|
964
964
|
"references": []
|
|
965
965
|
},
|
|
966
|
-
{
|
|
967
|
-
"name": "u-list-item",
|
|
968
|
-
"description": "\n---\n",
|
|
969
|
-
"attributes": [
|
|
970
|
-
{
|
|
971
|
-
"name": "selectable",
|
|
972
|
-
"values": []
|
|
973
|
-
}
|
|
974
|
-
],
|
|
975
|
-
"references": []
|
|
976
|
-
},
|
|
977
|
-
{
|
|
978
|
-
"name": "u-list",
|
|
979
|
-
"description": "\n---\n",
|
|
980
|
-
"attributes": [],
|
|
981
|
-
"references": []
|
|
982
|
-
},
|
|
983
966
|
{
|
|
984
967
|
"name": "u-menu-item",
|
|
985
968
|
"description": "\n---\n",
|
|
@@ -1108,6 +1091,23 @@
|
|
|
1108
1091
|
],
|
|
1109
1092
|
"references": []
|
|
1110
1093
|
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "u-list-item",
|
|
1096
|
+
"description": "\n---\n",
|
|
1097
|
+
"attributes": [
|
|
1098
|
+
{
|
|
1099
|
+
"name": "selectable",
|
|
1100
|
+
"values": []
|
|
1101
|
+
}
|
|
1102
|
+
],
|
|
1103
|
+
"references": []
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"name": "u-list",
|
|
1107
|
+
"description": "\n---\n",
|
|
1108
|
+
"attributes": [],
|
|
1109
|
+
"references": []
|
|
1110
|
+
},
|
|
1111
1111
|
{
|
|
1112
1112
|
"name": "u-drawer-headline",
|
|
1113
1113
|
"description": "\n---\n",
|
|
@@ -1179,28 +1179,22 @@
|
|
|
1179
1179
|
"references": []
|
|
1180
1180
|
},
|
|
1181
1181
|
{
|
|
1182
|
-
"name": "u-
|
|
1182
|
+
"name": "u-circular-progress",
|
|
1183
1183
|
"description": "\n---\n",
|
|
1184
1184
|
"attributes": [
|
|
1185
1185
|
{
|
|
1186
|
-
"name": "
|
|
1186
|
+
"name": "value",
|
|
1187
1187
|
"values": []
|
|
1188
1188
|
},
|
|
1189
1189
|
{
|
|
1190
|
-
"name": "
|
|
1190
|
+
"name": "max",
|
|
1191
1191
|
"values": []
|
|
1192
1192
|
}
|
|
1193
1193
|
],
|
|
1194
1194
|
"references": []
|
|
1195
1195
|
},
|
|
1196
1196
|
{
|
|
1197
|
-
"name": "u-
|
|
1198
|
-
"description": "\n---\n",
|
|
1199
|
-
"attributes": [],
|
|
1200
|
-
"references": []
|
|
1201
|
-
},
|
|
1202
|
-
{
|
|
1203
|
-
"name": "u-circular-progress",
|
|
1197
|
+
"name": "u-progress-bar",
|
|
1204
1198
|
"description": "\n---\n",
|
|
1205
1199
|
"attributes": [
|
|
1206
1200
|
{
|
|
@@ -1215,20 +1209,26 @@
|
|
|
1215
1209
|
"references": []
|
|
1216
1210
|
},
|
|
1217
1211
|
{
|
|
1218
|
-
"name": "u-
|
|
1212
|
+
"name": "u-overflow-menu-item",
|
|
1219
1213
|
"description": "\n---\n",
|
|
1220
1214
|
"attributes": [
|
|
1221
1215
|
{
|
|
1222
|
-
"name": "
|
|
1216
|
+
"name": "label",
|
|
1223
1217
|
"values": []
|
|
1224
1218
|
},
|
|
1225
1219
|
{
|
|
1226
|
-
"name": "
|
|
1220
|
+
"name": "priority",
|
|
1227
1221
|
"values": []
|
|
1228
1222
|
}
|
|
1229
1223
|
],
|
|
1230
1224
|
"references": []
|
|
1231
1225
|
},
|
|
1226
|
+
{
|
|
1227
|
+
"name": "u-overflow-menu",
|
|
1228
|
+
"description": "\n---\n",
|
|
1229
|
+
"attributes": [],
|
|
1230
|
+
"references": []
|
|
1231
|
+
},
|
|
1232
1232
|
{
|
|
1233
1233
|
"name": "u-radio-list-item",
|
|
1234
1234
|
"description": "\n---\n",
|
|
@@ -1302,46 +1302,74 @@
|
|
|
1302
1302
|
"references": []
|
|
1303
1303
|
},
|
|
1304
1304
|
{
|
|
1305
|
-
"name": "u-
|
|
1305
|
+
"name": "u-option",
|
|
1306
1306
|
"description": "\n---\n",
|
|
1307
1307
|
"attributes": [
|
|
1308
1308
|
{
|
|
1309
|
-
"name": "
|
|
1310
|
-
"values": [
|
|
1311
|
-
{
|
|
1312
|
-
"name": "fixed"
|
|
1313
|
-
},
|
|
1314
|
-
{
|
|
1315
|
-
"name": "absolute"
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
"name": "static"
|
|
1319
|
-
}
|
|
1320
|
-
]
|
|
1309
|
+
"name": "value",
|
|
1310
|
+
"values": []
|
|
1321
1311
|
},
|
|
1322
1312
|
{
|
|
1323
|
-
"name": "
|
|
1313
|
+
"name": "selected",
|
|
1324
1314
|
"values": []
|
|
1325
1315
|
},
|
|
1326
1316
|
{
|
|
1327
|
-
"name": "
|
|
1328
|
-
"
|
|
1329
|
-
|
|
1330
|
-
"name": "on"
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"name": "off"
|
|
1334
|
-
}
|
|
1335
|
-
]
|
|
1317
|
+
"name": "active",
|
|
1318
|
+
"description": "Force show focus ring",
|
|
1319
|
+
"values": []
|
|
1336
1320
|
},
|
|
1337
1321
|
{
|
|
1338
|
-
"name": "
|
|
1322
|
+
"name": "has-leading-icon",
|
|
1323
|
+
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
|
|
1339
1324
|
"values": []
|
|
1340
1325
|
},
|
|
1341
1326
|
{
|
|
1342
|
-
"name": "
|
|
1327
|
+
"name": "has-trailing-icon",
|
|
1328
|
+
"description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
|
|
1343
1329
|
"values": []
|
|
1344
1330
|
},
|
|
1331
|
+
{
|
|
1332
|
+
"name": "has-badge",
|
|
1333
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1334
|
+
"values": []
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "disabled",
|
|
1338
|
+
"description": "Whether the button is disabled or not.",
|
|
1339
|
+
"values": []
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "href",
|
|
1343
|
+
"description": "The URL that the link button points to.",
|
|
1344
|
+
"values": []
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"name": "target",
|
|
1348
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1349
|
+
"values": []
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"name": "name",
|
|
1353
|
+
"values": []
|
|
1354
|
+
}
|
|
1355
|
+
],
|
|
1356
|
+
"references": []
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"name": "u-select",
|
|
1360
|
+
"description": "\n---\n",
|
|
1361
|
+
"attributes": [
|
|
1362
|
+
{
|
|
1363
|
+
"name": "menu-positioning",
|
|
1364
|
+
"values": [
|
|
1365
|
+
{
|
|
1366
|
+
"name": "relative"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"name": "fixed"
|
|
1370
|
+
}
|
|
1371
|
+
]
|
|
1372
|
+
},
|
|
1345
1373
|
{
|
|
1346
1374
|
"name": "placeholder",
|
|
1347
1375
|
"values": []
|
|
@@ -1413,74 +1441,46 @@
|
|
|
1413
1441
|
"references": []
|
|
1414
1442
|
},
|
|
1415
1443
|
{
|
|
1416
|
-
"name": "u-
|
|
1444
|
+
"name": "u-search",
|
|
1417
1445
|
"description": "\n---\n",
|
|
1418
1446
|
"attributes": [
|
|
1419
1447
|
{
|
|
1420
|
-
"name": "
|
|
1421
|
-
"values": [
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
{
|
|
1433
|
-
"name": "has-leading-icon",
|
|
1434
|
-
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
|
|
1435
|
-
"values": []
|
|
1436
|
-
},
|
|
1437
|
-
{
|
|
1438
|
-
"name": "has-trailing-icon",
|
|
1439
|
-
"description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
|
|
1440
|
-
"values": []
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"name": "has-badge",
|
|
1444
|
-
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
1445
|
-
"values": []
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"name": "disabled",
|
|
1449
|
-
"description": "Whether the button is disabled or not.",
|
|
1450
|
-
"values": []
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"name": "href",
|
|
1454
|
-
"description": "The URL that the link button points to.",
|
|
1455
|
-
"values": []
|
|
1448
|
+
"name": "position",
|
|
1449
|
+
"values": [
|
|
1450
|
+
{
|
|
1451
|
+
"name": "fixed"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"name": "absolute"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "static"
|
|
1458
|
+
}
|
|
1459
|
+
]
|
|
1456
1460
|
},
|
|
1457
1461
|
{
|
|
1458
|
-
"name": "
|
|
1459
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1462
|
+
"name": "value",
|
|
1460
1463
|
"values": []
|
|
1461
1464
|
},
|
|
1462
1465
|
{
|
|
1463
|
-
"name": "
|
|
1464
|
-
"values": []
|
|
1465
|
-
}
|
|
1466
|
-
],
|
|
1467
|
-
"references": []
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"name": "u-select",
|
|
1471
|
-
"description": "\n---\n",
|
|
1472
|
-
"attributes": [
|
|
1473
|
-
{
|
|
1474
|
-
"name": "menu-positioning",
|
|
1466
|
+
"name": "autocomplete",
|
|
1475
1467
|
"values": [
|
|
1476
1468
|
{
|
|
1477
|
-
"name": "
|
|
1469
|
+
"name": "on"
|
|
1478
1470
|
},
|
|
1479
1471
|
{
|
|
1480
|
-
"name": "
|
|
1472
|
+
"name": "off"
|
|
1481
1473
|
}
|
|
1482
1474
|
]
|
|
1483
1475
|
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "maxlength",
|
|
1478
|
+
"values": []
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "role",
|
|
1482
|
+
"values": []
|
|
1483
|
+
},
|
|
1484
1484
|
{
|
|
1485
1485
|
"name": "placeholder",
|
|
1486
1486
|
"values": []
|
|
@@ -1571,61 +1571,37 @@
|
|
|
1571
1571
|
"references": []
|
|
1572
1572
|
},
|
|
1573
1573
|
{
|
|
1574
|
-
"name": "u-
|
|
1575
|
-
"description": "\n---\n",
|
|
1576
|
-
"attributes": [
|
|
1577
|
-
{
|
|
1578
|
-
"name": "variant",
|
|
1579
|
-
"values": [
|
|
1580
|
-
{
|
|
1581
|
-
"name": "primary"
|
|
1582
|
-
},
|
|
1583
|
-
{
|
|
1584
|
-
"name": "secondary"
|
|
1585
|
-
}
|
|
1586
|
-
]
|
|
1587
|
-
}
|
|
1588
|
-
],
|
|
1589
|
-
"references": []
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"name": "u-tab",
|
|
1574
|
+
"name": "u-switch-list-item",
|
|
1593
1575
|
"description": "\n---\n",
|
|
1594
1576
|
"attributes": [
|
|
1595
1577
|
{
|
|
1596
|
-
"name": "
|
|
1578
|
+
"name": "leading",
|
|
1597
1579
|
"values": []
|
|
1598
1580
|
},
|
|
1599
1581
|
{
|
|
1600
|
-
"name": "
|
|
1601
|
-
"description": "Whether the button is disabled or not.",
|
|
1582
|
+
"name": "name",
|
|
1602
1583
|
"values": []
|
|
1603
1584
|
},
|
|
1604
1585
|
{
|
|
1605
|
-
"name": "
|
|
1606
|
-
"description": "The URL that the link button points to.",
|
|
1586
|
+
"name": "disabled",
|
|
1607
1587
|
"values": []
|
|
1608
1588
|
},
|
|
1609
1589
|
{
|
|
1610
|
-
"name": "
|
|
1611
|
-
"description": "
|
|
1590
|
+
"name": "value",
|
|
1591
|
+
"description": "The element value to use in form submission when checked.",
|
|
1612
1592
|
"values": []
|
|
1613
1593
|
},
|
|
1614
1594
|
{
|
|
1615
|
-
"name": "
|
|
1595
|
+
"name": "checked",
|
|
1616
1596
|
"values": []
|
|
1617
1597
|
}
|
|
1618
1598
|
],
|
|
1619
1599
|
"references": []
|
|
1620
1600
|
},
|
|
1621
1601
|
{
|
|
1622
|
-
"name": "u-switch
|
|
1602
|
+
"name": "u-switch",
|
|
1623
1603
|
"description": "\n---\n",
|
|
1624
1604
|
"attributes": [
|
|
1625
|
-
{
|
|
1626
|
-
"name": "leading",
|
|
1627
|
-
"values": []
|
|
1628
|
-
},
|
|
1629
1605
|
{
|
|
1630
1606
|
"name": "name",
|
|
1631
1607
|
"values": []
|
|
@@ -1647,24 +1623,48 @@
|
|
|
1647
1623
|
"references": []
|
|
1648
1624
|
},
|
|
1649
1625
|
{
|
|
1650
|
-
"name": "u-
|
|
1626
|
+
"name": "u-tab-bar",
|
|
1651
1627
|
"description": "\n---\n",
|
|
1652
1628
|
"attributes": [
|
|
1653
1629
|
{
|
|
1654
|
-
"name": "
|
|
1630
|
+
"name": "variant",
|
|
1631
|
+
"values": [
|
|
1632
|
+
{
|
|
1633
|
+
"name": "primary"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"name": "secondary"
|
|
1637
|
+
}
|
|
1638
|
+
]
|
|
1639
|
+
}
|
|
1640
|
+
],
|
|
1641
|
+
"references": []
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"name": "u-tab",
|
|
1645
|
+
"description": "\n---\n",
|
|
1646
|
+
"attributes": [
|
|
1647
|
+
{
|
|
1648
|
+
"name": "hasIcon",
|
|
1655
1649
|
"values": []
|
|
1656
1650
|
},
|
|
1657
1651
|
{
|
|
1658
1652
|
"name": "disabled",
|
|
1653
|
+
"description": "Whether the button is disabled or not.",
|
|
1659
1654
|
"values": []
|
|
1660
1655
|
},
|
|
1661
1656
|
{
|
|
1662
|
-
"name": "
|
|
1663
|
-
"description": "The
|
|
1657
|
+
"name": "href",
|
|
1658
|
+
"description": "The URL that the link button points to.",
|
|
1664
1659
|
"values": []
|
|
1665
1660
|
},
|
|
1666
1661
|
{
|
|
1667
|
-
"name": "
|
|
1662
|
+
"name": "target",
|
|
1663
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
1664
|
+
"values": []
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"name": "name",
|
|
1668
1668
|
"values": []
|
|
1669
1669
|
}
|
|
1670
1670
|
],
|