@rei/cedar 14.0.2-alpha.2 → 14.0.2-alpha.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.
- package/dist/cedar-compiled.css +1050 -1050
- package/dist/cedar.umd.js +5 -5
- package/dist/component-docgen.json +1375 -1375
- package/dist/icon-component-docgen.json +585 -585
- package/dist/lib.d.ts +22 -6
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +2 -2
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -27
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +8 -8
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +27 -27
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +44 -44
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-radio.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-skeleton-bone.css +1 -1
- package/dist/style/cdr-skeleton.css +1 -1
- package/dist/style/cdr-switch.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-toast.css +1 -1
- package/dist/style/cdr-toggle-button.css +1 -1
- package/dist/style/cdr-toggle-group.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -402,132 +402,6 @@
|
|
|
402
402
|
}
|
|
403
403
|
]
|
|
404
404
|
},
|
|
405
|
-
"CdrBreadcrumb": {
|
|
406
|
-
"name": "CdrBreadcrumb",
|
|
407
|
-
"description": "Navigation used to reveal a page's location within the site hierarchy",
|
|
408
|
-
"tags": {},
|
|
409
|
-
"exportName": "default",
|
|
410
|
-
"displayName": "CdrBreadcrumb",
|
|
411
|
-
"props": [
|
|
412
|
-
{
|
|
413
|
-
"name": "items",
|
|
414
|
-
"description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
|
|
415
|
-
"tags": {
|
|
416
|
-
"demoIgnore": [
|
|
417
|
-
{
|
|
418
|
-
"description": "true",
|
|
419
|
-
"title": "demoIgnore"
|
|
420
|
-
}
|
|
421
|
-
]
|
|
422
|
-
},
|
|
423
|
-
"type": {
|
|
424
|
-
"name": "breadcrumbItem[]"
|
|
425
|
-
},
|
|
426
|
-
"defaultValue": {
|
|
427
|
-
"func": true,
|
|
428
|
-
"value": "() => []"
|
|
429
|
-
}
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"name": "truncationEnabled",
|
|
433
|
-
"description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
|
|
434
|
-
"type": {
|
|
435
|
-
"name": "boolean"
|
|
436
|
-
},
|
|
437
|
-
"defaultValue": {
|
|
438
|
-
"func": false,
|
|
439
|
-
"value": true
|
|
440
|
-
}
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"name": "id",
|
|
444
|
-
"description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
|
|
445
|
-
"tags": {
|
|
446
|
-
"demoIgnore": [
|
|
447
|
-
{
|
|
448
|
-
"description": "true",
|
|
449
|
-
"title": "demoIgnore"
|
|
450
|
-
}
|
|
451
|
-
]
|
|
452
|
-
},
|
|
453
|
-
"type": {
|
|
454
|
-
"name": "string"
|
|
455
|
-
}
|
|
456
|
-
}
|
|
457
|
-
],
|
|
458
|
-
"events": [
|
|
459
|
-
{
|
|
460
|
-
"name": "navigate",
|
|
461
|
-
"description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
|
|
462
|
-
"properties": [
|
|
463
|
-
{
|
|
464
|
-
"type": {
|
|
465
|
-
"names": [
|
|
466
|
-
"mixed"
|
|
467
|
-
]
|
|
468
|
-
},
|
|
469
|
-
"name": "breadcrumb",
|
|
470
|
-
"description": "The breadcrumb data object"
|
|
471
|
-
}
|
|
472
|
-
],
|
|
473
|
-
"tags": [
|
|
474
|
-
{
|
|
475
|
-
"title": "param",
|
|
476
|
-
"type": {
|
|
477
|
-
"name": "mixed"
|
|
478
|
-
},
|
|
479
|
-
"name": "breadcrumb",
|
|
480
|
-
"description": "The breadcrumb data object"
|
|
481
|
-
}
|
|
482
|
-
]
|
|
483
|
-
}
|
|
484
|
-
],
|
|
485
|
-
"slots": [
|
|
486
|
-
{
|
|
487
|
-
"name": "link",
|
|
488
|
-
"scoped": true,
|
|
489
|
-
"bindings": [
|
|
490
|
-
{
|
|
491
|
-
"name": "class",
|
|
492
|
-
"title": "binding"
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"name": "href",
|
|
496
|
-
"title": "binding"
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"name": "content",
|
|
500
|
-
"title": "binding"
|
|
501
|
-
}
|
|
502
|
-
]
|
|
503
|
-
}
|
|
504
|
-
],
|
|
505
|
-
"sourceFiles": [
|
|
506
|
-
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
507
|
-
],
|
|
508
|
-
"UIProperties": [
|
|
509
|
-
{
|
|
510
|
-
"name": "--cdr-breadcrumb-ellipses-icon-color",
|
|
511
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
512
|
-
"description": "Ellipses icon color"
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
|
|
516
|
-
"defaultValue": "--cdr-color-text-link-hover",
|
|
517
|
-
"description": "Ellipses icon hover, active and focus color"
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"name": "--cdr-breadcrumb-item-color",
|
|
521
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
522
|
-
"description": "Breadcrumb item color"
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "--cdr-breadcrumb-item-linked-highlight-color",
|
|
526
|
-
"defaultValue": "--cdr-color-text-link-hover",
|
|
527
|
-
"description": "Breadcrumb item linked hover, active and focus color"
|
|
528
|
-
}
|
|
529
|
-
]
|
|
530
|
-
},
|
|
531
405
|
"CdrButton": {
|
|
532
406
|
"name": "CdrButton",
|
|
533
407
|
"description": "Initiates an action, such as completing a task or submitting information",
|
|
@@ -1284,100 +1158,277 @@
|
|
|
1284
1158
|
}
|
|
1285
1159
|
]
|
|
1286
1160
|
},
|
|
1287
|
-
"
|
|
1288
|
-
"name": "
|
|
1289
|
-
"description": "
|
|
1161
|
+
"CdrCard": {
|
|
1162
|
+
"name": "CdrCard",
|
|
1163
|
+
"description": "Related, interactive containers linking to a single subject or destination",
|
|
1290
1164
|
"tags": {},
|
|
1291
1165
|
"exportName": "default",
|
|
1292
|
-
"displayName": "
|
|
1166
|
+
"displayName": "CdrCard",
|
|
1293
1167
|
"props": [
|
|
1294
1168
|
{
|
|
1295
|
-
"name": "
|
|
1296
|
-
"description": "
|
|
1169
|
+
"name": "tag",
|
|
1170
|
+
"description": "Sets valid HTML container element tag.",
|
|
1297
1171
|
"type": {
|
|
1298
1172
|
"name": "string"
|
|
1173
|
+
},
|
|
1174
|
+
"defaultValue": {
|
|
1175
|
+
"func": false,
|
|
1176
|
+
"value": "'article'"
|
|
1299
1177
|
}
|
|
1300
|
-
}
|
|
1178
|
+
}
|
|
1179
|
+
],
|
|
1180
|
+
"slots": [
|
|
1301
1181
|
{
|
|
1302
|
-
"name": "
|
|
1303
|
-
"description": "
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1182
|
+
"name": "default",
|
|
1183
|
+
"description": "CdrCard content"
|
|
1184
|
+
}
|
|
1185
|
+
],
|
|
1186
|
+
"sourceFiles": [
|
|
1187
|
+
"./src/components/card/CdrCard.vue"
|
|
1188
|
+
],
|
|
1189
|
+
"UIProperties": [
|
|
1308
1190
|
{
|
|
1309
|
-
"name": "
|
|
1310
|
-
"
|
|
1311
|
-
"
|
|
1312
|
-
"name": "string"
|
|
1313
|
-
}
|
|
1191
|
+
"name": "--cdr-card-base-background-color",
|
|
1192
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
1193
|
+
"description": "Background color of a cdr-card"
|
|
1314
1194
|
},
|
|
1315
1195
|
{
|
|
1316
|
-
"name": "
|
|
1317
|
-
"
|
|
1318
|
-
"
|
|
1319
|
-
"name": "boolean|string"
|
|
1320
|
-
},
|
|
1321
|
-
"defaultValue": {
|
|
1322
|
-
"func": false,
|
|
1323
|
-
"value": false
|
|
1324
|
-
}
|
|
1196
|
+
"name": "--cdr-card-base-color",
|
|
1197
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1198
|
+
"description": "Text color of a cdr-card"
|
|
1325
1199
|
},
|
|
1326
1200
|
{
|
|
1327
|
-
"name": "
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1330
|
-
"name": "boolean"
|
|
1331
|
-
}
|
|
1201
|
+
"name": "--cdr-card-link-color",
|
|
1202
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1203
|
+
"description": "Link text color of a cdr-card"
|
|
1332
1204
|
},
|
|
1333
1205
|
{
|
|
1334
|
-
"name": "
|
|
1335
|
-
"
|
|
1206
|
+
"name": "--cdr-card-link-hover-color",
|
|
1207
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
1208
|
+
"description": "Link hover text color of a cdr-card"
|
|
1209
|
+
}
|
|
1210
|
+
]
|
|
1211
|
+
},
|
|
1212
|
+
"CdrBreadcrumb": {
|
|
1213
|
+
"name": "CdrBreadcrumb",
|
|
1214
|
+
"description": "Navigation used to reveal a page's location within the site hierarchy",
|
|
1215
|
+
"tags": {},
|
|
1216
|
+
"exportName": "default",
|
|
1217
|
+
"displayName": "CdrBreadcrumb",
|
|
1218
|
+
"props": [
|
|
1219
|
+
{
|
|
1220
|
+
"name": "items",
|
|
1221
|
+
"description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
|
|
1222
|
+
"tags": {
|
|
1223
|
+
"demoIgnore": [
|
|
1224
|
+
{
|
|
1225
|
+
"description": "true",
|
|
1226
|
+
"title": "demoIgnore"
|
|
1227
|
+
}
|
|
1228
|
+
]
|
|
1229
|
+
},
|
|
1336
1230
|
"type": {
|
|
1337
|
-
"name": "
|
|
1231
|
+
"name": "breadcrumbItem[]"
|
|
1338
1232
|
},
|
|
1339
1233
|
"defaultValue": {
|
|
1340
|
-
"func":
|
|
1341
|
-
"value":
|
|
1234
|
+
"func": true,
|
|
1235
|
+
"value": "() => []"
|
|
1342
1236
|
}
|
|
1343
1237
|
},
|
|
1344
1238
|
{
|
|
1345
|
-
"name": "
|
|
1346
|
-
"description": "
|
|
1239
|
+
"name": "truncationEnabled",
|
|
1240
|
+
"description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
|
|
1347
1241
|
"type": {
|
|
1348
|
-
"name": "
|
|
1242
|
+
"name": "boolean"
|
|
1349
1243
|
},
|
|
1350
1244
|
"defaultValue": {
|
|
1351
1245
|
"func": false,
|
|
1352
|
-
"value":
|
|
1353
|
-
}
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"name": "customValue",
|
|
1357
|
-
"description": "The value when used in a checkbox group. Replaces `trueValue` and `falseValue`.",
|
|
1358
|
-
"type": {
|
|
1359
|
-
"name": "string|number|boolean|object|array|symbol|func"
|
|
1360
|
-
}
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
"name": "background",
|
|
1364
|
-
"description": "Sets the background color the input is rendered on",
|
|
1365
|
-
"tags": {},
|
|
1366
|
-
"values": [
|
|
1367
|
-
"primary",
|
|
1368
|
-
"secondary"
|
|
1369
|
-
],
|
|
1370
|
-
"type": {
|
|
1371
|
-
"name": "backgroundProps"
|
|
1246
|
+
"value": true
|
|
1372
1247
|
}
|
|
1373
1248
|
},
|
|
1374
1249
|
{
|
|
1375
|
-
"name": "
|
|
1250
|
+
"name": "id",
|
|
1251
|
+
"description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
|
|
1376
1252
|
"tags": {
|
|
1377
|
-
"
|
|
1253
|
+
"demoIgnore": [
|
|
1378
1254
|
{
|
|
1379
|
-
"description": "
|
|
1380
|
-
"title": "
|
|
1255
|
+
"description": "true",
|
|
1256
|
+
"title": "demoIgnore"
|
|
1257
|
+
}
|
|
1258
|
+
]
|
|
1259
|
+
},
|
|
1260
|
+
"type": {
|
|
1261
|
+
"name": "string"
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
],
|
|
1265
|
+
"events": [
|
|
1266
|
+
{
|
|
1267
|
+
"name": "navigate",
|
|
1268
|
+
"description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
|
|
1269
|
+
"properties": [
|
|
1270
|
+
{
|
|
1271
|
+
"type": {
|
|
1272
|
+
"names": [
|
|
1273
|
+
"mixed"
|
|
1274
|
+
]
|
|
1275
|
+
},
|
|
1276
|
+
"name": "breadcrumb",
|
|
1277
|
+
"description": "The breadcrumb data object"
|
|
1278
|
+
}
|
|
1279
|
+
],
|
|
1280
|
+
"tags": [
|
|
1281
|
+
{
|
|
1282
|
+
"title": "param",
|
|
1283
|
+
"type": {
|
|
1284
|
+
"name": "mixed"
|
|
1285
|
+
},
|
|
1286
|
+
"name": "breadcrumb",
|
|
1287
|
+
"description": "The breadcrumb data object"
|
|
1288
|
+
}
|
|
1289
|
+
]
|
|
1290
|
+
}
|
|
1291
|
+
],
|
|
1292
|
+
"slots": [
|
|
1293
|
+
{
|
|
1294
|
+
"name": "link",
|
|
1295
|
+
"scoped": true,
|
|
1296
|
+
"bindings": [
|
|
1297
|
+
{
|
|
1298
|
+
"name": "class",
|
|
1299
|
+
"title": "binding"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"name": "href",
|
|
1303
|
+
"title": "binding"
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"name": "content",
|
|
1307
|
+
"title": "binding"
|
|
1308
|
+
}
|
|
1309
|
+
]
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"sourceFiles": [
|
|
1313
|
+
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
1314
|
+
],
|
|
1315
|
+
"UIProperties": [
|
|
1316
|
+
{
|
|
1317
|
+
"name": "--cdr-breadcrumb-ellipses-icon-color",
|
|
1318
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
1319
|
+
"description": "Ellipses icon color"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
|
|
1323
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
1324
|
+
"description": "Ellipses icon hover, active and focus color"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "--cdr-breadcrumb-item-color",
|
|
1328
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
1329
|
+
"description": "Breadcrumb item color"
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"name": "--cdr-breadcrumb-item-linked-highlight-color",
|
|
1333
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
1334
|
+
"description": "Breadcrumb item linked hover, active and focus color"
|
|
1335
|
+
}
|
|
1336
|
+
]
|
|
1337
|
+
},
|
|
1338
|
+
"CdrCheckbox": {
|
|
1339
|
+
"name": "CdrCheckbox",
|
|
1340
|
+
"description": "Allows selecting one or more items from a list",
|
|
1341
|
+
"tags": {},
|
|
1342
|
+
"exportName": "default",
|
|
1343
|
+
"displayName": "CdrCheckbox",
|
|
1344
|
+
"props": [
|
|
1345
|
+
{
|
|
1346
|
+
"name": "labelClass",
|
|
1347
|
+
"description": "Passes a CSS class to the label for custom styles",
|
|
1348
|
+
"type": {
|
|
1349
|
+
"name": "string"
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "inputClass",
|
|
1354
|
+
"description": "Passes a CSS class to the input for custom styles",
|
|
1355
|
+
"type": {
|
|
1356
|
+
"name": "string"
|
|
1357
|
+
}
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"name": "contentClass",
|
|
1361
|
+
"description": "Passes a CSS class to the slot wrapper for custom styles",
|
|
1362
|
+
"type": {
|
|
1363
|
+
"name": "string"
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"name": "indeterminate",
|
|
1368
|
+
"description": "Show checkbox in indeterminate state. (NOTE: this is a visual-only state and there is no logic for when to show it)",
|
|
1369
|
+
"type": {
|
|
1370
|
+
"name": "boolean|string"
|
|
1371
|
+
},
|
|
1372
|
+
"defaultValue": {
|
|
1373
|
+
"func": false,
|
|
1374
|
+
"value": false
|
|
1375
|
+
}
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"name": "disabled",
|
|
1379
|
+
"description": "Disables the checkbox",
|
|
1380
|
+
"type": {
|
|
1381
|
+
"name": "boolean"
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"name": "trueValue",
|
|
1386
|
+
"description": "The value when checked.",
|
|
1387
|
+
"type": {
|
|
1388
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
1389
|
+
},
|
|
1390
|
+
"defaultValue": {
|
|
1391
|
+
"func": false,
|
|
1392
|
+
"value": true
|
|
1393
|
+
}
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"name": "falseValue",
|
|
1397
|
+
"description": "The value when unchecked.",
|
|
1398
|
+
"type": {
|
|
1399
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
1400
|
+
},
|
|
1401
|
+
"defaultValue": {
|
|
1402
|
+
"func": false,
|
|
1403
|
+
"value": false
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "customValue",
|
|
1408
|
+
"description": "The value when used in a checkbox group. Replaces `trueValue` and `falseValue`.",
|
|
1409
|
+
"type": {
|
|
1410
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"name": "background",
|
|
1415
|
+
"description": "Sets the background color the input is rendered on",
|
|
1416
|
+
"tags": {},
|
|
1417
|
+
"values": [
|
|
1418
|
+
"primary",
|
|
1419
|
+
"secondary"
|
|
1420
|
+
],
|
|
1421
|
+
"type": {
|
|
1422
|
+
"name": "backgroundProps"
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"name": "size",
|
|
1427
|
+
"tags": {
|
|
1428
|
+
"demoSelectMultiple": [
|
|
1429
|
+
{
|
|
1430
|
+
"description": "false",
|
|
1431
|
+
"title": "demoSelectMultiple"
|
|
1381
1432
|
}
|
|
1382
1433
|
]
|
|
1383
1434
|
},
|
|
@@ -1542,57 +1593,6 @@
|
|
|
1542
1593
|
}
|
|
1543
1594
|
]
|
|
1544
1595
|
},
|
|
1545
|
-
"CdrCard": {
|
|
1546
|
-
"name": "CdrCard",
|
|
1547
|
-
"description": "Related, interactive containers linking to a single subject or destination",
|
|
1548
|
-
"tags": {},
|
|
1549
|
-
"exportName": "default",
|
|
1550
|
-
"displayName": "CdrCard",
|
|
1551
|
-
"props": [
|
|
1552
|
-
{
|
|
1553
|
-
"name": "tag",
|
|
1554
|
-
"description": "Sets valid HTML container element tag.",
|
|
1555
|
-
"type": {
|
|
1556
|
-
"name": "string"
|
|
1557
|
-
},
|
|
1558
|
-
"defaultValue": {
|
|
1559
|
-
"func": false,
|
|
1560
|
-
"value": "'article'"
|
|
1561
|
-
}
|
|
1562
|
-
}
|
|
1563
|
-
],
|
|
1564
|
-
"slots": [
|
|
1565
|
-
{
|
|
1566
|
-
"name": "default",
|
|
1567
|
-
"description": "CdrCard content"
|
|
1568
|
-
}
|
|
1569
|
-
],
|
|
1570
|
-
"sourceFiles": [
|
|
1571
|
-
"./src/components/card/CdrCard.vue"
|
|
1572
|
-
],
|
|
1573
|
-
"UIProperties": [
|
|
1574
|
-
{
|
|
1575
|
-
"name": "--cdr-card-base-background-color",
|
|
1576
|
-
"defaultValue": "--cdr-color-background-primary",
|
|
1577
|
-
"description": "Background color of a cdr-card"
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"name": "--cdr-card-base-color",
|
|
1581
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
1582
|
-
"description": "Text color of a cdr-card"
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"name": "--cdr-card-link-color",
|
|
1586
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
1587
|
-
"description": "Link text color of a cdr-card"
|
|
1588
|
-
},
|
|
1589
|
-
{
|
|
1590
|
-
"name": "--cdr-card-link-hover-color",
|
|
1591
|
-
"defaultValue": "--cdr-color-text-link-hover",
|
|
1592
|
-
"description": "Link hover text color of a cdr-card"
|
|
1593
|
-
}
|
|
1594
|
-
]
|
|
1595
|
-
},
|
|
1596
1596
|
"CdrChip": {
|
|
1597
1597
|
"name": "CdrChip",
|
|
1598
1598
|
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
@@ -1724,45 +1724,126 @@
|
|
|
1724
1724
|
}
|
|
1725
1725
|
]
|
|
1726
1726
|
},
|
|
1727
|
-
"
|
|
1728
|
-
"name": "
|
|
1729
|
-
"
|
|
1730
|
-
"displayName": "CdrChipGroup",
|
|
1731
|
-
"description": "",
|
|
1727
|
+
"CdrFormGroup": {
|
|
1728
|
+
"name": "CdrFormGroup",
|
|
1729
|
+
"description": "Groups related input elements together",
|
|
1732
1730
|
"tags": {},
|
|
1731
|
+
"exportName": "default",
|
|
1732
|
+
"displayName": "CdrFormGroup",
|
|
1733
1733
|
"props": [
|
|
1734
1734
|
{
|
|
1735
|
-
"name": "
|
|
1736
|
-
"description": "
|
|
1735
|
+
"name": "id",
|
|
1736
|
+
"description": "Custom ID that is mapped to the form error. If this value is not set, it will be randomly generated.",
|
|
1737
|
+
"tags": {
|
|
1738
|
+
"demoIgnore": [
|
|
1739
|
+
{
|
|
1740
|
+
"description": "true",
|
|
1741
|
+
"title": "demoIgnore"
|
|
1742
|
+
}
|
|
1743
|
+
]
|
|
1744
|
+
},
|
|
1737
1745
|
"type": {
|
|
1738
1746
|
"name": "string"
|
|
1739
|
-
}
|
|
1740
|
-
"required": true
|
|
1747
|
+
}
|
|
1741
1748
|
},
|
|
1742
1749
|
{
|
|
1743
|
-
"name": "
|
|
1744
|
-
"description": "
|
|
1745
|
-
"
|
|
1746
|
-
"
|
|
1747
|
-
|
|
1750
|
+
"name": "label",
|
|
1751
|
+
"description": "Sets the label/legend for the form group. Applies default text styles to this label.\nTo override that default text style or apply other customization, use the `label` slot.",
|
|
1752
|
+
"tags": {
|
|
1753
|
+
"demoIgnore": [
|
|
1754
|
+
{
|
|
1755
|
+
"description": "true",
|
|
1756
|
+
"title": "demoIgnore"
|
|
1757
|
+
}
|
|
1758
|
+
]
|
|
1759
|
+
},
|
|
1760
|
+
"type": {
|
|
1761
|
+
"name": "string"
|
|
1762
|
+
},
|
|
1748
1763
|
"defaultValue": {
|
|
1749
1764
|
"func": false,
|
|
1750
|
-
"value":
|
|
1765
|
+
"value": "''"
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"name": "error",
|
|
1770
|
+
"description": "Sets the form group to an error state, displays the `error` slot if one is present.",
|
|
1771
|
+
"type": {
|
|
1772
|
+
"name": "boolean|string"
|
|
1773
|
+
},
|
|
1774
|
+
"defaultValue": {
|
|
1775
|
+
"func": false,
|
|
1776
|
+
"value": false
|
|
1777
|
+
}
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"name": "required",
|
|
1781
|
+
"description": "Adds required label to the form group.",
|
|
1782
|
+
"type": {
|
|
1783
|
+
"name": "boolean"
|
|
1784
|
+
}
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"name": "optional",
|
|
1788
|
+
"description": "Adds optional label to the form group.",
|
|
1789
|
+
"type": {
|
|
1790
|
+
"name": "boolean"
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"name": "disabled",
|
|
1795
|
+
"description": "Renders form group in a disabled state.",
|
|
1796
|
+
"type": {
|
|
1797
|
+
"name": "boolean"
|
|
1798
|
+
},
|
|
1799
|
+
"defaultValue": {
|
|
1800
|
+
"func": false,
|
|
1801
|
+
"value": "undefined"
|
|
1751
1802
|
}
|
|
1752
1803
|
}
|
|
1753
1804
|
],
|
|
1754
1805
|
"slots": [
|
|
1755
1806
|
{
|
|
1756
1807
|
"name": "label",
|
|
1757
|
-
"description": "
|
|
1808
|
+
"description": "Overrides CdrFormGroup label/legend. Should be a text element"
|
|
1758
1809
|
},
|
|
1759
1810
|
{
|
|
1760
1811
|
"name": "default",
|
|
1761
|
-
"description": "
|
|
1812
|
+
"description": "CdrFormGroup content (form elements)"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"name": "error"
|
|
1762
1816
|
}
|
|
1763
1817
|
],
|
|
1764
1818
|
"sourceFiles": [
|
|
1765
|
-
"./src/components/
|
|
1819
|
+
"./src/components/formGroup/CdrFormGroup.vue"
|
|
1820
|
+
],
|
|
1821
|
+
"UIProperties": [
|
|
1822
|
+
{
|
|
1823
|
+
"name": "--cdr-form-group-error-box-shadow",
|
|
1824
|
+
"defaultValue": "--cdr-color-border-input-error",
|
|
1825
|
+
"description": "Box-shadow color of a cdr-form-group error"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "--cdr-form-group-error-background-color",
|
|
1829
|
+
"defaultValue": "--cdr-color-background-input-error",
|
|
1830
|
+
"description": "Background color of a cdr-form-group error"
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"name": "--cdr-form-group-error-background-hover",
|
|
1834
|
+
"defaultValue": "transparent",
|
|
1835
|
+
"description": "Background color of a cdr-form-group error on hover"
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"name": "--cdr-form-group-optional-text-color",
|
|
1839
|
+
"defaultValue": "--cdr-color-text-input-optional",
|
|
1840
|
+
"description": "Text color of an optional cdr-form-group"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"name": "--cdr-form-group-disabled-text-color",
|
|
1844
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
1845
|
+
"description": "Text color of a disabled cdr-form-group"
|
|
1846
|
+
}
|
|
1766
1847
|
]
|
|
1767
1848
|
},
|
|
1768
1849
|
"CdrContainer": {
|
|
@@ -1852,125 +1933,103 @@
|
|
|
1852
1933
|
}
|
|
1853
1934
|
]
|
|
1854
1935
|
},
|
|
1855
|
-
"
|
|
1856
|
-
"name": "
|
|
1857
|
-
"description": "Groups related input elements together",
|
|
1858
|
-
"tags": {},
|
|
1936
|
+
"CdrChipGroup": {
|
|
1937
|
+
"name": "CdrChipGroup",
|
|
1859
1938
|
"exportName": "default",
|
|
1860
|
-
"displayName": "
|
|
1939
|
+
"displayName": "CdrChipGroup",
|
|
1940
|
+
"description": "",
|
|
1941
|
+
"tags": {},
|
|
1861
1942
|
"props": [
|
|
1862
|
-
{
|
|
1863
|
-
"name": "id",
|
|
1864
|
-
"description": "Custom ID that is mapped to the form error. If this value is not set, it will be randomly generated.",
|
|
1865
|
-
"tags": {
|
|
1866
|
-
"demoIgnore": [
|
|
1867
|
-
{
|
|
1868
|
-
"description": "true",
|
|
1869
|
-
"title": "demoIgnore"
|
|
1870
|
-
}
|
|
1871
|
-
]
|
|
1872
|
-
},
|
|
1873
|
-
"type": {
|
|
1874
|
-
"name": "string"
|
|
1875
|
-
}
|
|
1876
|
-
},
|
|
1877
1943
|
{
|
|
1878
1944
|
"name": "label",
|
|
1879
|
-
"description": "Sets
|
|
1880
|
-
"tags": {
|
|
1881
|
-
"demoIgnore": [
|
|
1882
|
-
{
|
|
1883
|
-
"description": "true",
|
|
1884
|
-
"title": "demoIgnore"
|
|
1885
|
-
}
|
|
1886
|
-
]
|
|
1887
|
-
},
|
|
1945
|
+
"description": "Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.",
|
|
1888
1946
|
"type": {
|
|
1889
1947
|
"name": "string"
|
|
1890
1948
|
},
|
|
1891
|
-
"
|
|
1892
|
-
"func": false,
|
|
1893
|
-
"value": "''"
|
|
1894
|
-
}
|
|
1949
|
+
"required": true
|
|
1895
1950
|
},
|
|
1896
1951
|
{
|
|
1897
|
-
"name": "
|
|
1898
|
-
"description": "
|
|
1952
|
+
"name": "hideLabel",
|
|
1953
|
+
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
1899
1954
|
"type": {
|
|
1900
|
-
"name": "boolean
|
|
1955
|
+
"name": "boolean"
|
|
1901
1956
|
},
|
|
1902
1957
|
"defaultValue": {
|
|
1903
1958
|
"func": false,
|
|
1904
|
-
"value":
|
|
1959
|
+
"value": true
|
|
1905
1960
|
}
|
|
1961
|
+
}
|
|
1962
|
+
],
|
|
1963
|
+
"slots": [
|
|
1964
|
+
{
|
|
1965
|
+
"name": "label",
|
|
1966
|
+
"description": "Override CdrChip label content with a custom element"
|
|
1906
1967
|
},
|
|
1907
1968
|
{
|
|
1908
|
-
"name": "
|
|
1909
|
-
"description": "
|
|
1969
|
+
"name": "default",
|
|
1970
|
+
"description": "CdrChipGroup content (CdrChip components)"
|
|
1971
|
+
}
|
|
1972
|
+
],
|
|
1973
|
+
"sourceFiles": [
|
|
1974
|
+
"./src/components/chip/CdrChipGroup.vue"
|
|
1975
|
+
]
|
|
1976
|
+
},
|
|
1977
|
+
"CdrIcon": {
|
|
1978
|
+
"name": "CdrIcon",
|
|
1979
|
+
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
1980
|
+
"tags": {
|
|
1981
|
+
"demoComponentNames": [
|
|
1982
|
+
{
|
|
1983
|
+
"description": "icon-account-profile, icon-camera",
|
|
1984
|
+
"title": "demoComponentNames"
|
|
1985
|
+
}
|
|
1986
|
+
]
|
|
1987
|
+
},
|
|
1988
|
+
"exportName": "default",
|
|
1989
|
+
"displayName": "CdrIcon",
|
|
1990
|
+
"props": [
|
|
1991
|
+
{
|
|
1992
|
+
"name": "use",
|
|
1993
|
+
"description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
|
|
1910
1994
|
"type": {
|
|
1911
|
-
"name": "
|
|
1995
|
+
"name": "string"
|
|
1912
1996
|
}
|
|
1913
1997
|
},
|
|
1914
1998
|
{
|
|
1915
|
-
"name": "
|
|
1916
|
-
"description": "
|
|
1999
|
+
"name": "inheritColor",
|
|
2000
|
+
"description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
|
|
1917
2001
|
"type": {
|
|
1918
2002
|
"name": "boolean"
|
|
2003
|
+
},
|
|
2004
|
+
"defaultValue": {
|
|
2005
|
+
"func": false,
|
|
2006
|
+
"value": false
|
|
1919
2007
|
}
|
|
1920
2008
|
},
|
|
1921
2009
|
{
|
|
1922
|
-
"name": "
|
|
1923
|
-
"description": "Renders form group in a disabled state.",
|
|
2010
|
+
"name": "size",
|
|
1924
2011
|
"type": {
|
|
1925
|
-
"name": "
|
|
2012
|
+
"name": "string"
|
|
1926
2013
|
},
|
|
1927
2014
|
"defaultValue": {
|
|
1928
2015
|
"func": false,
|
|
1929
|
-
"value": "
|
|
2016
|
+
"value": "'medium'"
|
|
1930
2017
|
}
|
|
1931
2018
|
}
|
|
1932
2019
|
],
|
|
1933
2020
|
"slots": [
|
|
1934
2021
|
{
|
|
1935
|
-
"name": "
|
|
1936
|
-
"description": "Overrides CdrFormGroup label/legend. Should be a text element"
|
|
1937
|
-
},
|
|
1938
|
-
{
|
|
1939
|
-
"name": "default",
|
|
1940
|
-
"description": "CdrFormGroup content (form elements)"
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"name": "error"
|
|
2022
|
+
"name": "default"
|
|
1944
2023
|
}
|
|
1945
2024
|
],
|
|
1946
2025
|
"sourceFiles": [
|
|
1947
|
-
"./src/components/
|
|
2026
|
+
"./src/components/icon/CdrIcon.vue"
|
|
1948
2027
|
],
|
|
1949
2028
|
"UIProperties": [
|
|
1950
2029
|
{
|
|
1951
|
-
"name": "--cdr-
|
|
1952
|
-
"defaultValue": "--cdr-color-
|
|
1953
|
-
"description": "
|
|
1954
|
-
},
|
|
1955
|
-
{
|
|
1956
|
-
"name": "--cdr-form-group-error-background-color",
|
|
1957
|
-
"defaultValue": "--cdr-color-background-input-error",
|
|
1958
|
-
"description": "Background color of a cdr-form-group error"
|
|
1959
|
-
},
|
|
1960
|
-
{
|
|
1961
|
-
"name": "--cdr-form-group-error-background-hover",
|
|
1962
|
-
"defaultValue": "transparent",
|
|
1963
|
-
"description": "Background color of a cdr-form-group error on hover"
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"name": "--cdr-form-group-optional-text-color",
|
|
1967
|
-
"defaultValue": "--cdr-color-text-input-optional",
|
|
1968
|
-
"description": "Text color of an optional cdr-form-group"
|
|
1969
|
-
},
|
|
1970
|
-
{
|
|
1971
|
-
"name": "--cdr-form-group-disabled-text-color",
|
|
1972
|
-
"defaultValue": "--cdr-color-text-disabled",
|
|
1973
|
-
"description": "Text color of a disabled cdr-form-group"
|
|
2030
|
+
"name": "--cdr-icon-fill-default",
|
|
2031
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
2032
|
+
"description": "Fill color of an icon"
|
|
1974
2033
|
}
|
|
1975
2034
|
]
|
|
1976
2035
|
},
|
|
@@ -2028,89 +2087,30 @@
|
|
|
2028
2087
|
"./src/components/grid/CdrGrid.vue"
|
|
2029
2088
|
]
|
|
2030
2089
|
},
|
|
2031
|
-
"
|
|
2032
|
-
"name": "
|
|
2033
|
-
"description": "
|
|
2034
|
-
"tags": {
|
|
2035
|
-
"demoComponentNames": [
|
|
2036
|
-
{
|
|
2037
|
-
"description": "icon-account-profile, icon-camera",
|
|
2038
|
-
"title": "demoComponentNames"
|
|
2039
|
-
}
|
|
2040
|
-
]
|
|
2041
|
-
},
|
|
2090
|
+
"CdrImg": {
|
|
2091
|
+
"name": "CdrImg",
|
|
2092
|
+
"description": "Media for capturing attention and communicating messages",
|
|
2093
|
+
"tags": {},
|
|
2042
2094
|
"exportName": "default",
|
|
2043
|
-
"displayName": "
|
|
2095
|
+
"displayName": "CdrImg",
|
|
2044
2096
|
"props": [
|
|
2045
2097
|
{
|
|
2046
|
-
"name": "
|
|
2047
|
-
"description": "
|
|
2098
|
+
"name": "src",
|
|
2099
|
+
"description": "Image source url.",
|
|
2048
2100
|
"type": {
|
|
2049
2101
|
"name": "string"
|
|
2050
|
-
}
|
|
2102
|
+
},
|
|
2103
|
+
"required": true
|
|
2051
2104
|
},
|
|
2052
2105
|
{
|
|
2053
|
-
"name": "
|
|
2054
|
-
"description": "
|
|
2106
|
+
"name": "alt",
|
|
2107
|
+
"description": "Image alt text. Defaults to an empty string",
|
|
2055
2108
|
"type": {
|
|
2056
|
-
"name": "
|
|
2109
|
+
"name": "string"
|
|
2057
2110
|
},
|
|
2058
2111
|
"defaultValue": {
|
|
2059
2112
|
"func": false,
|
|
2060
|
-
"value":
|
|
2061
|
-
}
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
"name": "size",
|
|
2065
|
-
"type": {
|
|
2066
|
-
"name": "string"
|
|
2067
|
-
},
|
|
2068
|
-
"defaultValue": {
|
|
2069
|
-
"func": false,
|
|
2070
|
-
"value": "'medium'"
|
|
2071
|
-
}
|
|
2072
|
-
}
|
|
2073
|
-
],
|
|
2074
|
-
"slots": [
|
|
2075
|
-
{
|
|
2076
|
-
"name": "default"
|
|
2077
|
-
}
|
|
2078
|
-
],
|
|
2079
|
-
"sourceFiles": [
|
|
2080
|
-
"./src/components/icon/CdrIcon.vue"
|
|
2081
|
-
],
|
|
2082
|
-
"UIProperties": [
|
|
2083
|
-
{
|
|
2084
|
-
"name": "--cdr-icon-fill-default",
|
|
2085
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
2086
|
-
"description": "Fill color of an icon"
|
|
2087
|
-
}
|
|
2088
|
-
]
|
|
2089
|
-
},
|
|
2090
|
-
"CdrImg": {
|
|
2091
|
-
"name": "CdrImg",
|
|
2092
|
-
"description": "Media for capturing attention and communicating messages",
|
|
2093
|
-
"tags": {},
|
|
2094
|
-
"exportName": "default",
|
|
2095
|
-
"displayName": "CdrImg",
|
|
2096
|
-
"props": [
|
|
2097
|
-
{
|
|
2098
|
-
"name": "src",
|
|
2099
|
-
"description": "Image source url.",
|
|
2100
|
-
"type": {
|
|
2101
|
-
"name": "string"
|
|
2102
|
-
},
|
|
2103
|
-
"required": true
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
"name": "alt",
|
|
2107
|
-
"description": "Image alt text. Defaults to an empty string",
|
|
2108
|
-
"type": {
|
|
2109
|
-
"name": "string"
|
|
2110
|
-
},
|
|
2111
|
-
"defaultValue": {
|
|
2112
|
-
"func": false,
|
|
2113
|
-
"value": "''"
|
|
2113
|
+
"value": "''"
|
|
2114
2114
|
}
|
|
2115
2115
|
},
|
|
2116
2116
|
{
|
|
@@ -2792,6 +2792,127 @@
|
|
|
2792
2792
|
}
|
|
2793
2793
|
]
|
|
2794
2794
|
},
|
|
2795
|
+
"CdrLink": {
|
|
2796
|
+
"name": "CdrLink",
|
|
2797
|
+
"description": "Clickable text elements used for navigating to other pages or sections",
|
|
2798
|
+
"tags": {},
|
|
2799
|
+
"exportName": "default",
|
|
2800
|
+
"displayName": "CdrLink",
|
|
2801
|
+
"props": [
|
|
2802
|
+
{
|
|
2803
|
+
"name": "tag",
|
|
2804
|
+
"description": "Sets valid HTML element tag",
|
|
2805
|
+
"tags": {},
|
|
2806
|
+
"values": [
|
|
2807
|
+
"a",
|
|
2808
|
+
"button"
|
|
2809
|
+
],
|
|
2810
|
+
"type": {
|
|
2811
|
+
"name": "string"
|
|
2812
|
+
},
|
|
2813
|
+
"defaultValue": {
|
|
2814
|
+
"func": false,
|
|
2815
|
+
"value": "'a'"
|
|
2816
|
+
}
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"name": "href",
|
|
2820
|
+
"description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
|
|
2821
|
+
"type": {
|
|
2822
|
+
"name": "string"
|
|
2823
|
+
},
|
|
2824
|
+
"defaultValue": {
|
|
2825
|
+
"func": false,
|
|
2826
|
+
"value": "'#'"
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"name": "inheritColor",
|
|
2831
|
+
"description": "Sets color and fill",
|
|
2832
|
+
"type": {
|
|
2833
|
+
"name": "boolean"
|
|
2834
|
+
},
|
|
2835
|
+
"defaultValue": {
|
|
2836
|
+
"func": false,
|
|
2837
|
+
"value": false
|
|
2838
|
+
}
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"name": "modifier",
|
|
2842
|
+
"description": "Modifies the style variant for this component.",
|
|
2843
|
+
"tags": {},
|
|
2844
|
+
"values": [
|
|
2845
|
+
"standalone"
|
|
2846
|
+
],
|
|
2847
|
+
"type": {
|
|
2848
|
+
"name": "string"
|
|
2849
|
+
},
|
|
2850
|
+
"defaultValue": {
|
|
2851
|
+
"func": false,
|
|
2852
|
+
"value": "''"
|
|
2853
|
+
}
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"name": "target",
|
|
2857
|
+
"tags": {
|
|
2858
|
+
"ignore": [
|
|
2859
|
+
{
|
|
2860
|
+
"description": true,
|
|
2861
|
+
"title": "ignore"
|
|
2862
|
+
}
|
|
2863
|
+
]
|
|
2864
|
+
},
|
|
2865
|
+
"type": {
|
|
2866
|
+
"name": "string"
|
|
2867
|
+
}
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"name": "rel",
|
|
2871
|
+
"tags": {
|
|
2872
|
+
"ignore": [
|
|
2873
|
+
{
|
|
2874
|
+
"description": true,
|
|
2875
|
+
"title": "ignore"
|
|
2876
|
+
}
|
|
2877
|
+
]
|
|
2878
|
+
},
|
|
2879
|
+
"type": {
|
|
2880
|
+
"name": "string"
|
|
2881
|
+
}
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2884
|
+
"slots": [
|
|
2885
|
+
{
|
|
2886
|
+
"name": "default",
|
|
2887
|
+
"description": "Readable text of the link"
|
|
2888
|
+
}
|
|
2889
|
+
],
|
|
2890
|
+
"sourceFiles": [
|
|
2891
|
+
"./src/components/link/CdrLink.vue"
|
|
2892
|
+
],
|
|
2893
|
+
"UIProperties": [
|
|
2894
|
+
{
|
|
2895
|
+
"name": "--cdr-link-text-color",
|
|
2896
|
+
"defaultValue": "--cdr-color-text-link-rest",
|
|
2897
|
+
"description": "Color of the link text"
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"name": "--cdr-link-fill-color",
|
|
2901
|
+
"defaultValue": "--cdr-color-text-link-rest",
|
|
2902
|
+
"description": "Color of the link fill"
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"name": "--cdr-link-active-text-color-active",
|
|
2906
|
+
"defaultValue": "--cdr-color-text-link-active",
|
|
2907
|
+
"description": "Color of the link text when active or focused"
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"name": "--cdr-link-text-color-hover",
|
|
2911
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
2912
|
+
"description": "Color of the link text when hovered"
|
|
2913
|
+
}
|
|
2914
|
+
]
|
|
2915
|
+
},
|
|
2795
2916
|
"CdrList": {
|
|
2796
2917
|
"name": "CdrList",
|
|
2797
2918
|
"description": "Groups related content items together either vertically or horizontally",
|
|
@@ -2873,16 +2994,16 @@
|
|
|
2873
2994
|
}
|
|
2874
2995
|
]
|
|
2875
2996
|
},
|
|
2876
|
-
"
|
|
2877
|
-
"name": "
|
|
2878
|
-
"description": "
|
|
2997
|
+
"CdrPagination": {
|
|
2998
|
+
"name": "CdrPagination",
|
|
2999
|
+
"description": "Allows people to navigate to the next or previous page within an experience",
|
|
2879
3000
|
"tags": {},
|
|
2880
3001
|
"exportName": "default",
|
|
2881
|
-
"displayName": "
|
|
3002
|
+
"displayName": "CdrPagination",
|
|
2882
3003
|
"props": [
|
|
2883
3004
|
{
|
|
2884
|
-
"name": "
|
|
2885
|
-
"description": "
|
|
3005
|
+
"name": "id",
|
|
3006
|
+
"description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
|
|
2886
3007
|
"tags": {
|
|
2887
3008
|
"demoIgnore": [
|
|
2888
3009
|
{
|
|
@@ -2891,84 +3012,237 @@
|
|
|
2891
3012
|
}
|
|
2892
3013
|
]
|
|
2893
3014
|
},
|
|
2894
|
-
"type": {
|
|
2895
|
-
"name": "boolean"
|
|
2896
|
-
},
|
|
2897
|
-
"required": true
|
|
2898
|
-
},
|
|
2899
|
-
{
|
|
2900
|
-
"name": "label",
|
|
2901
|
-
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
2902
3015
|
"type": {
|
|
2903
3016
|
"name": "string"
|
|
2904
|
-
}
|
|
2905
|
-
"required": true
|
|
3017
|
+
}
|
|
2906
3018
|
},
|
|
2907
3019
|
{
|
|
2908
|
-
"name": "
|
|
2909
|
-
"description": "
|
|
3020
|
+
"name": "totalPages",
|
|
3021
|
+
"description": "Sets the total number of pages for displaying \"Page x of <totalPages>\".\nSometimes the total number of pages is different than total page data objects in the pages array.\nFor example, if only the next and previous pages are provided.",
|
|
2910
3022
|
"type": {
|
|
2911
|
-
"name": "
|
|
3023
|
+
"name": "number"
|
|
2912
3024
|
},
|
|
2913
|
-
"required": false,
|
|
2914
3025
|
"defaultValue": {
|
|
2915
3026
|
"func": false,
|
|
2916
|
-
"value":
|
|
3027
|
+
"value": "null"
|
|
2917
3028
|
}
|
|
2918
3029
|
},
|
|
2919
3030
|
{
|
|
2920
|
-
"name": "
|
|
2921
|
-
"description": "
|
|
3031
|
+
"name": "pages",
|
|
3032
|
+
"description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
|
|
2922
3033
|
"type": {
|
|
2923
|
-
"name": "
|
|
3034
|
+
"name": "paginationItem[]"
|
|
2924
3035
|
},
|
|
2925
|
-
"required":
|
|
2926
|
-
"defaultValue": {
|
|
2927
|
-
"func": false,
|
|
2928
|
-
"value": "null"
|
|
2929
|
-
}
|
|
3036
|
+
"required": true
|
|
2930
3037
|
},
|
|
2931
3038
|
{
|
|
2932
|
-
"name": "
|
|
2933
|
-
"description": "Sets
|
|
3039
|
+
"name": "linkTag",
|
|
3040
|
+
"description": "Sets which tag type is used to render pagination elements",
|
|
2934
3041
|
"tags": {},
|
|
2935
3042
|
"values": [
|
|
2936
|
-
"
|
|
2937
|
-
"
|
|
3043
|
+
"a",
|
|
3044
|
+
"button"
|
|
2938
3045
|
],
|
|
2939
3046
|
"type": {
|
|
2940
3047
|
"name": "string"
|
|
2941
3048
|
},
|
|
2942
|
-
"required": false,
|
|
2943
3049
|
"defaultValue": {
|
|
2944
3050
|
"func": false,
|
|
2945
|
-
"value": "'
|
|
3051
|
+
"value": "'a'"
|
|
2946
3052
|
}
|
|
2947
3053
|
},
|
|
2948
3054
|
{
|
|
2949
|
-
"name": "
|
|
2950
|
-
"description": "
|
|
3055
|
+
"name": "forLabel",
|
|
3056
|
+
"description": "Used to customize the aria-label for the root pagination element.\nFor page-level pagination (i.e, pagination that updates the entire page content and changes the URL)\nthis property should be omitted.\nFor intra-page navigation this property should describe the element being paginated, for example:\n`Pagination for sub-content`",
|
|
2951
3057
|
"type": {
|
|
2952
3058
|
"name": "string"
|
|
2953
3059
|
},
|
|
2954
|
-
"required": false,
|
|
2955
3060
|
"defaultValue": {
|
|
2956
3061
|
"func": false,
|
|
2957
|
-
"value": "
|
|
3062
|
+
"value": "''"
|
|
2958
3063
|
}
|
|
2959
3064
|
},
|
|
2960
3065
|
{
|
|
2961
|
-
"name": "
|
|
2962
|
-
"
|
|
3066
|
+
"name": "modelValue",
|
|
3067
|
+
"tags": {
|
|
3068
|
+
"ignore": [
|
|
3069
|
+
{
|
|
3070
|
+
"description": "used for binding v-model, represents the current page",
|
|
3071
|
+
"title": "ignore"
|
|
3072
|
+
}
|
|
3073
|
+
]
|
|
3074
|
+
},
|
|
2963
3075
|
"type": {
|
|
2964
|
-
"name": "
|
|
3076
|
+
"name": "number"
|
|
2965
3077
|
}
|
|
2966
|
-
}
|
|
3078
|
+
}
|
|
3079
|
+
],
|
|
3080
|
+
"events": [
|
|
2967
3081
|
{
|
|
2968
|
-
"name": "
|
|
2969
|
-
"description": "
|
|
2970
|
-
"
|
|
2971
|
-
|
|
3082
|
+
"name": "update:modelValue",
|
|
3083
|
+
"description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
|
|
3084
|
+
"properties": [
|
|
3085
|
+
{
|
|
3086
|
+
"type": {
|
|
3087
|
+
"names": [
|
|
3088
|
+
"mixed"
|
|
3089
|
+
]
|
|
3090
|
+
},
|
|
3091
|
+
"name": "modelValue"
|
|
3092
|
+
}
|
|
3093
|
+
],
|
|
3094
|
+
"tags": [
|
|
3095
|
+
{
|
|
3096
|
+
"title": "param",
|
|
3097
|
+
"type": {
|
|
3098
|
+
"name": "mixed"
|
|
3099
|
+
},
|
|
3100
|
+
"name": "modelValue"
|
|
3101
|
+
}
|
|
3102
|
+
]
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"name": "navigate",
|
|
3106
|
+
"description": "$emit event fired when page changes based on user interaction by clicking a link\nor selecting an option from the select on mobile.\n`event.preventDefault()` can be used to override the default link navigation behavior."
|
|
3107
|
+
}
|
|
3108
|
+
],
|
|
3109
|
+
"sourceFiles": [
|
|
3110
|
+
"./src/components/pagination/CdrPagination.vue"
|
|
3111
|
+
],
|
|
3112
|
+
"UIProperties": [
|
|
3113
|
+
{
|
|
3114
|
+
"name": "--cdr-pagination-link-text-color",
|
|
3115
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3116
|
+
"description": "Text color of a cdr-pagination link"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"name": "--cdr-pagination-link-fill-color",
|
|
3120
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3121
|
+
"description": "Fill color of a cdr-pagination link"
|
|
3122
|
+
},
|
|
3123
|
+
{
|
|
3124
|
+
"name": "--cdr-pagination-link-background-color-interaction",
|
|
3125
|
+
"defaultValue": "--cdr-color-background-pagination-hover",
|
|
3126
|
+
"description": "Background color of a cdr-pagination link on hover/focus/active"
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"name": "--cdr-pagination-link-current-background-color-keyline",
|
|
3130
|
+
"defaultValue": "--cdr-color-background-pagination-keyline",
|
|
3131
|
+
"description": "Background color of the keyline for the current cdr-pagination link"
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"name": "--cdr-pagination-link-text-color-disabled",
|
|
3135
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3136
|
+
"description": "Text color of a disabled cdr-pagination link"
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"name": "--cdr-pagination-link-fill-color-disabled",
|
|
3140
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3141
|
+
"description": "Fill color of a disabled cdr-pagination link"
|
|
3142
|
+
},
|
|
3143
|
+
{
|
|
3144
|
+
"name": "--cdr-pagination-link-text-color-interactive-disabled",
|
|
3145
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3146
|
+
"description": "Text color of a disabled cdr-pagination link on hover/focus/active"
|
|
3147
|
+
}
|
|
3148
|
+
]
|
|
3149
|
+
},
|
|
3150
|
+
"CdrModal": {
|
|
3151
|
+
"name": "CdrModal",
|
|
3152
|
+
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
3153
|
+
"tags": {},
|
|
3154
|
+
"exportName": "default",
|
|
3155
|
+
"displayName": "CdrModal",
|
|
3156
|
+
"props": [
|
|
3157
|
+
{
|
|
3158
|
+
"name": "opened",
|
|
3159
|
+
"description": "Toggles the state of the modal",
|
|
3160
|
+
"tags": {
|
|
3161
|
+
"demoIgnore": [
|
|
3162
|
+
{
|
|
3163
|
+
"description": "true",
|
|
3164
|
+
"title": "demoIgnore"
|
|
3165
|
+
}
|
|
3166
|
+
]
|
|
3167
|
+
},
|
|
3168
|
+
"type": {
|
|
3169
|
+
"name": "boolean"
|
|
3170
|
+
},
|
|
3171
|
+
"required": true
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"name": "label",
|
|
3175
|
+
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
3176
|
+
"type": {
|
|
3177
|
+
"name": "string"
|
|
3178
|
+
},
|
|
3179
|
+
"required": true
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"name": "showTitle",
|
|
3183
|
+
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
3184
|
+
"type": {
|
|
3185
|
+
"name": "boolean"
|
|
3186
|
+
},
|
|
3187
|
+
"required": false,
|
|
3188
|
+
"defaultValue": {
|
|
3189
|
+
"func": false,
|
|
3190
|
+
"value": true
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"name": "ariaDescribedby",
|
|
3195
|
+
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
3196
|
+
"type": {
|
|
3197
|
+
"name": "string"
|
|
3198
|
+
},
|
|
3199
|
+
"required": false,
|
|
3200
|
+
"defaultValue": {
|
|
3201
|
+
"func": false,
|
|
3202
|
+
"value": "null"
|
|
3203
|
+
}
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"name": "role",
|
|
3207
|
+
"description": "Sets the `role` attribute on the modal content element",
|
|
3208
|
+
"tags": {},
|
|
3209
|
+
"values": [
|
|
3210
|
+
"dialog",
|
|
3211
|
+
"alertDialog"
|
|
3212
|
+
],
|
|
3213
|
+
"type": {
|
|
3214
|
+
"name": "string"
|
|
3215
|
+
},
|
|
3216
|
+
"required": false,
|
|
3217
|
+
"defaultValue": {
|
|
3218
|
+
"func": false,
|
|
3219
|
+
"value": "'dialog'"
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"name": "id",
|
|
3224
|
+
"description": "Sets unique `id` for modal",
|
|
3225
|
+
"type": {
|
|
3226
|
+
"name": "string"
|
|
3227
|
+
},
|
|
3228
|
+
"required": false,
|
|
3229
|
+
"defaultValue": {
|
|
3230
|
+
"func": false,
|
|
3231
|
+
"value": "null"
|
|
3232
|
+
}
|
|
3233
|
+
},
|
|
3234
|
+
{
|
|
3235
|
+
"name": "overlayClass",
|
|
3236
|
+
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
3237
|
+
"type": {
|
|
3238
|
+
"name": "string"
|
|
3239
|
+
}
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"name": "wrapperClass",
|
|
3243
|
+
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
3244
|
+
"type": {
|
|
3245
|
+
"name": "string"
|
|
2972
3246
|
}
|
|
2973
3247
|
},
|
|
2974
3248
|
{
|
|
@@ -3025,357 +3299,83 @@
|
|
|
3025
3299
|
}
|
|
3026
3300
|
]
|
|
3027
3301
|
},
|
|
3028
|
-
"
|
|
3029
|
-
"name": "
|
|
3030
|
-
"description": "
|
|
3302
|
+
"CdrPopover": {
|
|
3303
|
+
"name": "CdrPopover",
|
|
3304
|
+
"description": "Small overlay used to display contextual information",
|
|
3031
3305
|
"tags": {},
|
|
3032
3306
|
"exportName": "default",
|
|
3033
|
-
"displayName": "
|
|
3307
|
+
"displayName": "CdrPopover",
|
|
3034
3308
|
"props": [
|
|
3035
3309
|
{
|
|
3036
|
-
"name": "
|
|
3037
|
-
"description": "Sets
|
|
3038
|
-
"tags": {
|
|
3310
|
+
"name": "position",
|
|
3311
|
+
"description": "Sets the position where the popover will render relative to the trigger element.",
|
|
3312
|
+
"tags": {
|
|
3313
|
+
"demoSelectMultiple": [
|
|
3314
|
+
{
|
|
3315
|
+
"description": "false",
|
|
3316
|
+
"title": "demoSelectMultiple"
|
|
3317
|
+
}
|
|
3318
|
+
]
|
|
3319
|
+
},
|
|
3039
3320
|
"values": [
|
|
3040
|
-
"
|
|
3041
|
-
"
|
|
3321
|
+
"top",
|
|
3322
|
+
"bottom",
|
|
3323
|
+
"left",
|
|
3324
|
+
"right"
|
|
3042
3325
|
],
|
|
3043
3326
|
"type": {
|
|
3044
3327
|
"name": "string"
|
|
3045
3328
|
},
|
|
3329
|
+
"required": false,
|
|
3046
3330
|
"defaultValue": {
|
|
3047
3331
|
"func": false,
|
|
3048
|
-
"value": "'
|
|
3332
|
+
"value": "'top'"
|
|
3049
3333
|
}
|
|
3050
3334
|
},
|
|
3051
3335
|
{
|
|
3052
|
-
"name": "
|
|
3053
|
-
"description": "
|
|
3336
|
+
"name": "autoPosition",
|
|
3337
|
+
"description": "If set to `true`, popover will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the popover will always render in the provided `position`.",
|
|
3054
3338
|
"type": {
|
|
3055
|
-
"name": "
|
|
3339
|
+
"name": "boolean"
|
|
3056
3340
|
},
|
|
3341
|
+
"required": false,
|
|
3057
3342
|
"defaultValue": {
|
|
3058
3343
|
"func": false,
|
|
3059
|
-
"value":
|
|
3344
|
+
"value": true
|
|
3060
3345
|
}
|
|
3061
3346
|
},
|
|
3062
3347
|
{
|
|
3063
|
-
"name": "
|
|
3064
|
-
"description": "Sets
|
|
3348
|
+
"name": "label",
|
|
3349
|
+
"description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
|
|
3065
3350
|
"type": {
|
|
3066
|
-
"name": "
|
|
3351
|
+
"name": "string"
|
|
3067
3352
|
},
|
|
3068
|
-
"
|
|
3069
|
-
"func": false,
|
|
3070
|
-
"value": false
|
|
3071
|
-
}
|
|
3353
|
+
"required": false
|
|
3072
3354
|
},
|
|
3073
3355
|
{
|
|
3074
|
-
"name": "
|
|
3075
|
-
"description": "
|
|
3076
|
-
"tags": {},
|
|
3077
|
-
"values": [
|
|
3078
|
-
"standalone"
|
|
3079
|
-
],
|
|
3356
|
+
"name": "id",
|
|
3357
|
+
"description": "ID for the popover element, required for accessibility",
|
|
3080
3358
|
"type": {
|
|
3081
3359
|
"name": "string"
|
|
3082
3360
|
},
|
|
3083
|
-
"
|
|
3084
|
-
"func": false,
|
|
3085
|
-
"value": "''"
|
|
3086
|
-
}
|
|
3361
|
+
"required": true
|
|
3087
3362
|
},
|
|
3088
3363
|
{
|
|
3089
|
-
"name": "
|
|
3090
|
-
"
|
|
3091
|
-
"ignore": [
|
|
3092
|
-
{
|
|
3093
|
-
"description": true,
|
|
3094
|
-
"title": "ignore"
|
|
3095
|
-
}
|
|
3096
|
-
]
|
|
3097
|
-
},
|
|
3364
|
+
"name": "contentClass",
|
|
3365
|
+
"description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
|
|
3098
3366
|
"type": {
|
|
3099
3367
|
"name": "string"
|
|
3100
|
-
}
|
|
3368
|
+
},
|
|
3369
|
+
"required": false
|
|
3101
3370
|
},
|
|
3102
3371
|
{
|
|
3103
|
-
"name": "
|
|
3372
|
+
"name": "open",
|
|
3373
|
+
"description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
|
|
3104
3374
|
"tags": {
|
|
3105
|
-
"
|
|
3375
|
+
"demoIgnore": [
|
|
3106
3376
|
{
|
|
3107
|
-
"description": true,
|
|
3108
|
-
"title": "
|
|
3109
|
-
}
|
|
3110
|
-
]
|
|
3111
|
-
},
|
|
3112
|
-
"type": {
|
|
3113
|
-
"name": "string"
|
|
3114
|
-
}
|
|
3115
|
-
}
|
|
3116
|
-
],
|
|
3117
|
-
"slots": [
|
|
3118
|
-
{
|
|
3119
|
-
"name": "default",
|
|
3120
|
-
"description": "Readable text of the link"
|
|
3121
|
-
}
|
|
3122
|
-
],
|
|
3123
|
-
"sourceFiles": [
|
|
3124
|
-
"./src/components/link/CdrLink.vue"
|
|
3125
|
-
],
|
|
3126
|
-
"UIProperties": [
|
|
3127
|
-
{
|
|
3128
|
-
"name": "--cdr-link-text-color",
|
|
3129
|
-
"defaultValue": "--cdr-color-text-link-rest",
|
|
3130
|
-
"description": "Color of the link text"
|
|
3131
|
-
},
|
|
3132
|
-
{
|
|
3133
|
-
"name": "--cdr-link-fill-color",
|
|
3134
|
-
"defaultValue": "--cdr-color-text-link-rest",
|
|
3135
|
-
"description": "Color of the link fill"
|
|
3136
|
-
},
|
|
3137
|
-
{
|
|
3138
|
-
"name": "--cdr-link-active-text-color-active",
|
|
3139
|
-
"defaultValue": "--cdr-color-text-link-active",
|
|
3140
|
-
"description": "Color of the link text when active or focused"
|
|
3141
|
-
},
|
|
3142
|
-
{
|
|
3143
|
-
"name": "--cdr-link-text-color-hover",
|
|
3144
|
-
"defaultValue": "--cdr-color-text-link-hover",
|
|
3145
|
-
"description": "Color of the link text when hovered"
|
|
3146
|
-
}
|
|
3147
|
-
]
|
|
3148
|
-
},
|
|
3149
|
-
"CdrPagination": {
|
|
3150
|
-
"name": "CdrPagination",
|
|
3151
|
-
"description": "Allows people to navigate to the next or previous page within an experience",
|
|
3152
|
-
"tags": {},
|
|
3153
|
-
"exportName": "default",
|
|
3154
|
-
"displayName": "CdrPagination",
|
|
3155
|
-
"props": [
|
|
3156
|
-
{
|
|
3157
|
-
"name": "id",
|
|
3158
|
-
"description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
|
|
3159
|
-
"tags": {
|
|
3160
|
-
"demoIgnore": [
|
|
3161
|
-
{
|
|
3162
|
-
"description": "true",
|
|
3163
|
-
"title": "demoIgnore"
|
|
3164
|
-
}
|
|
3165
|
-
]
|
|
3166
|
-
},
|
|
3167
|
-
"type": {
|
|
3168
|
-
"name": "string"
|
|
3169
|
-
}
|
|
3170
|
-
},
|
|
3171
|
-
{
|
|
3172
|
-
"name": "totalPages",
|
|
3173
|
-
"description": "Sets the total number of pages for displaying \"Page x of <totalPages>\".\nSometimes the total number of pages is different than total page data objects in the pages array.\nFor example, if only the next and previous pages are provided.",
|
|
3174
|
-
"type": {
|
|
3175
|
-
"name": "number"
|
|
3176
|
-
},
|
|
3177
|
-
"defaultValue": {
|
|
3178
|
-
"func": false,
|
|
3179
|
-
"value": "null"
|
|
3180
|
-
}
|
|
3181
|
-
},
|
|
3182
|
-
{
|
|
3183
|
-
"name": "pages",
|
|
3184
|
-
"description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
|
|
3185
|
-
"type": {
|
|
3186
|
-
"name": "paginationItem[]"
|
|
3187
|
-
},
|
|
3188
|
-
"required": true
|
|
3189
|
-
},
|
|
3190
|
-
{
|
|
3191
|
-
"name": "linkTag",
|
|
3192
|
-
"description": "Sets which tag type is used to render pagination elements",
|
|
3193
|
-
"tags": {},
|
|
3194
|
-
"values": [
|
|
3195
|
-
"a",
|
|
3196
|
-
"button"
|
|
3197
|
-
],
|
|
3198
|
-
"type": {
|
|
3199
|
-
"name": "string"
|
|
3200
|
-
},
|
|
3201
|
-
"defaultValue": {
|
|
3202
|
-
"func": false,
|
|
3203
|
-
"value": "'a'"
|
|
3204
|
-
}
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"name": "forLabel",
|
|
3208
|
-
"description": "Used to customize the aria-label for the root pagination element.\nFor page-level pagination (i.e, pagination that updates the entire page content and changes the URL)\nthis property should be omitted.\nFor intra-page navigation this property should describe the element being paginated, for example:\n`Pagination for sub-content`",
|
|
3209
|
-
"type": {
|
|
3210
|
-
"name": "string"
|
|
3211
|
-
},
|
|
3212
|
-
"defaultValue": {
|
|
3213
|
-
"func": false,
|
|
3214
|
-
"value": "''"
|
|
3215
|
-
}
|
|
3216
|
-
},
|
|
3217
|
-
{
|
|
3218
|
-
"name": "modelValue",
|
|
3219
|
-
"tags": {
|
|
3220
|
-
"ignore": [
|
|
3221
|
-
{
|
|
3222
|
-
"description": "used for binding v-model, represents the current page",
|
|
3223
|
-
"title": "ignore"
|
|
3224
|
-
}
|
|
3225
|
-
]
|
|
3226
|
-
},
|
|
3227
|
-
"type": {
|
|
3228
|
-
"name": "number"
|
|
3229
|
-
}
|
|
3230
|
-
}
|
|
3231
|
-
],
|
|
3232
|
-
"events": [
|
|
3233
|
-
{
|
|
3234
|
-
"name": "update:modelValue",
|
|
3235
|
-
"description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
|
|
3236
|
-
"properties": [
|
|
3237
|
-
{
|
|
3238
|
-
"type": {
|
|
3239
|
-
"names": [
|
|
3240
|
-
"mixed"
|
|
3241
|
-
]
|
|
3242
|
-
},
|
|
3243
|
-
"name": "modelValue"
|
|
3244
|
-
}
|
|
3245
|
-
],
|
|
3246
|
-
"tags": [
|
|
3247
|
-
{
|
|
3248
|
-
"title": "param",
|
|
3249
|
-
"type": {
|
|
3250
|
-
"name": "mixed"
|
|
3251
|
-
},
|
|
3252
|
-
"name": "modelValue"
|
|
3253
|
-
}
|
|
3254
|
-
]
|
|
3255
|
-
},
|
|
3256
|
-
{
|
|
3257
|
-
"name": "navigate",
|
|
3258
|
-
"description": "$emit event fired when page changes based on user interaction by clicking a link\nor selecting an option from the select on mobile.\n`event.preventDefault()` can be used to override the default link navigation behavior."
|
|
3259
|
-
}
|
|
3260
|
-
],
|
|
3261
|
-
"sourceFiles": [
|
|
3262
|
-
"./src/components/pagination/CdrPagination.vue"
|
|
3263
|
-
],
|
|
3264
|
-
"UIProperties": [
|
|
3265
|
-
{
|
|
3266
|
-
"name": "--cdr-pagination-link-text-color",
|
|
3267
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3268
|
-
"description": "Text color of a cdr-pagination link"
|
|
3269
|
-
},
|
|
3270
|
-
{
|
|
3271
|
-
"name": "--cdr-pagination-link-fill-color",
|
|
3272
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3273
|
-
"description": "Fill color of a cdr-pagination link"
|
|
3274
|
-
},
|
|
3275
|
-
{
|
|
3276
|
-
"name": "--cdr-pagination-link-background-color-interaction",
|
|
3277
|
-
"defaultValue": "--cdr-color-background-pagination-hover",
|
|
3278
|
-
"description": "Background color of a cdr-pagination link on hover/focus/active"
|
|
3279
|
-
},
|
|
3280
|
-
{
|
|
3281
|
-
"name": "--cdr-pagination-link-current-background-color-keyline",
|
|
3282
|
-
"defaultValue": "--cdr-color-background-pagination-keyline",
|
|
3283
|
-
"description": "Background color of the keyline for the current cdr-pagination link"
|
|
3284
|
-
},
|
|
3285
|
-
{
|
|
3286
|
-
"name": "--cdr-pagination-link-text-color-disabled",
|
|
3287
|
-
"defaultValue": "--cdr-color-text-disabled",
|
|
3288
|
-
"description": "Text color of a disabled cdr-pagination link"
|
|
3289
|
-
},
|
|
3290
|
-
{
|
|
3291
|
-
"name": "--cdr-pagination-link-fill-color-disabled",
|
|
3292
|
-
"defaultValue": "--cdr-color-text-disabled",
|
|
3293
|
-
"description": "Fill color of a disabled cdr-pagination link"
|
|
3294
|
-
},
|
|
3295
|
-
{
|
|
3296
|
-
"name": "--cdr-pagination-link-text-color-interactive-disabled",
|
|
3297
|
-
"defaultValue": "--cdr-color-text-disabled",
|
|
3298
|
-
"description": "Text color of a disabled cdr-pagination link on hover/focus/active"
|
|
3299
|
-
}
|
|
3300
|
-
]
|
|
3301
|
-
},
|
|
3302
|
-
"CdrPopover": {
|
|
3303
|
-
"name": "CdrPopover",
|
|
3304
|
-
"description": "Small overlay used to display contextual information",
|
|
3305
|
-
"tags": {},
|
|
3306
|
-
"exportName": "default",
|
|
3307
|
-
"displayName": "CdrPopover",
|
|
3308
|
-
"props": [
|
|
3309
|
-
{
|
|
3310
|
-
"name": "position",
|
|
3311
|
-
"description": "Sets the position where the popover will render relative to the trigger element.",
|
|
3312
|
-
"tags": {
|
|
3313
|
-
"demoSelectMultiple": [
|
|
3314
|
-
{
|
|
3315
|
-
"description": "false",
|
|
3316
|
-
"title": "demoSelectMultiple"
|
|
3317
|
-
}
|
|
3318
|
-
]
|
|
3319
|
-
},
|
|
3320
|
-
"values": [
|
|
3321
|
-
"top",
|
|
3322
|
-
"bottom",
|
|
3323
|
-
"left",
|
|
3324
|
-
"right"
|
|
3325
|
-
],
|
|
3326
|
-
"type": {
|
|
3327
|
-
"name": "string"
|
|
3328
|
-
},
|
|
3329
|
-
"required": false,
|
|
3330
|
-
"defaultValue": {
|
|
3331
|
-
"func": false,
|
|
3332
|
-
"value": "'top'"
|
|
3333
|
-
}
|
|
3334
|
-
},
|
|
3335
|
-
{
|
|
3336
|
-
"name": "autoPosition",
|
|
3337
|
-
"description": "If set to `true`, popover will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the popover will always render in the provided `position`.",
|
|
3338
|
-
"type": {
|
|
3339
|
-
"name": "boolean"
|
|
3340
|
-
},
|
|
3341
|
-
"required": false,
|
|
3342
|
-
"defaultValue": {
|
|
3343
|
-
"func": false,
|
|
3344
|
-
"value": true
|
|
3345
|
-
}
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"name": "label",
|
|
3349
|
-
"description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
|
|
3350
|
-
"type": {
|
|
3351
|
-
"name": "string"
|
|
3352
|
-
},
|
|
3353
|
-
"required": false
|
|
3354
|
-
},
|
|
3355
|
-
{
|
|
3356
|
-
"name": "id",
|
|
3357
|
-
"description": "ID for the popover element, required for accessibility",
|
|
3358
|
-
"type": {
|
|
3359
|
-
"name": "string"
|
|
3360
|
-
},
|
|
3361
|
-
"required": true
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"name": "contentClass",
|
|
3365
|
-
"description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
|
|
3366
|
-
"type": {
|
|
3367
|
-
"name": "string"
|
|
3368
|
-
},
|
|
3369
|
-
"required": false
|
|
3370
|
-
},
|
|
3371
|
-
{
|
|
3372
|
-
"name": "open",
|
|
3373
|
-
"description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
|
|
3374
|
-
"tags": {
|
|
3375
|
-
"demoIgnore": [
|
|
3376
|
-
{
|
|
3377
|
-
"description": "true",
|
|
3378
|
-
"title": "demoIgnore"
|
|
3377
|
+
"description": "true",
|
|
3378
|
+
"title": "demoIgnore"
|
|
3379
3379
|
}
|
|
3380
3380
|
]
|
|
3381
3381
|
},
|
|
@@ -3490,6 +3490,94 @@
|
|
|
3490
3490
|
}
|
|
3491
3491
|
]
|
|
3492
3492
|
},
|
|
3493
|
+
"CdrQuote": {
|
|
3494
|
+
"name": "CdrQuote",
|
|
3495
|
+
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
3496
|
+
"tags": {},
|
|
3497
|
+
"exportName": "default",
|
|
3498
|
+
"displayName": "CdrQuote",
|
|
3499
|
+
"props": [
|
|
3500
|
+
{
|
|
3501
|
+
"name": "tag",
|
|
3502
|
+
"description": "Sets the semantic HTML element for the quote.",
|
|
3503
|
+
"tags": {},
|
|
3504
|
+
"values": [
|
|
3505
|
+
"blockquote",
|
|
3506
|
+
"aside",
|
|
3507
|
+
"q",
|
|
3508
|
+
"div"
|
|
3509
|
+
],
|
|
3510
|
+
"type": {
|
|
3511
|
+
"name": "string"
|
|
3512
|
+
},
|
|
3513
|
+
"defaultValue": {
|
|
3514
|
+
"func": false,
|
|
3515
|
+
"value": "'blockquote'"
|
|
3516
|
+
}
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
"name": "modifier",
|
|
3520
|
+
"description": "Modifies the style variant for the quote",
|
|
3521
|
+
"tags": {
|
|
3522
|
+
"demoSelectMultiple": [
|
|
3523
|
+
{
|
|
3524
|
+
"description": "true",
|
|
3525
|
+
"title": "demoSelectMultiple"
|
|
3526
|
+
}
|
|
3527
|
+
]
|
|
3528
|
+
},
|
|
3529
|
+
"values": [
|
|
3530
|
+
"pull"
|
|
3531
|
+
],
|
|
3532
|
+
"type": {
|
|
3533
|
+
"name": "string"
|
|
3534
|
+
},
|
|
3535
|
+
"defaultValue": {
|
|
3536
|
+
"func": false,
|
|
3537
|
+
"value": "''"
|
|
3538
|
+
}
|
|
3539
|
+
},
|
|
3540
|
+
{
|
|
3541
|
+
"name": "summary",
|
|
3542
|
+
"description": "Sets the quote body text.",
|
|
3543
|
+
"type": {
|
|
3544
|
+
"name": "string"
|
|
3545
|
+
}
|
|
3546
|
+
},
|
|
3547
|
+
{
|
|
3548
|
+
"name": "citation",
|
|
3549
|
+
"description": "Sets the quote attribution text.",
|
|
3550
|
+
"type": {
|
|
3551
|
+
"name": "string"
|
|
3552
|
+
}
|
|
3553
|
+
}
|
|
3554
|
+
],
|
|
3555
|
+
"slots": [
|
|
3556
|
+
{
|
|
3557
|
+
"name": "default"
|
|
3558
|
+
}
|
|
3559
|
+
],
|
|
3560
|
+
"sourceFiles": [
|
|
3561
|
+
"./src/components/quote/CdrQuote.vue"
|
|
3562
|
+
],
|
|
3563
|
+
"UIProperties": [
|
|
3564
|
+
{
|
|
3565
|
+
"name": "--cdr-quote-cite-text-color",
|
|
3566
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
3567
|
+
"description": "Text color of a cdr-quote citation"
|
|
3568
|
+
},
|
|
3569
|
+
{
|
|
3570
|
+
"name": "--cdr-quote-content-text-color",
|
|
3571
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3572
|
+
"description": "Text color of cdr-quote content"
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
"name": "--cdr-quote-pull-container-border-color",
|
|
3576
|
+
"defaultValue": "--cdr-color-border-primary",
|
|
3577
|
+
"description": "Border color of a cdr-quote pull container"
|
|
3578
|
+
}
|
|
3579
|
+
]
|
|
3580
|
+
},
|
|
3493
3581
|
"CdrRadio": {
|
|
3494
3582
|
"name": "CdrRadio",
|
|
3495
3583
|
"description": "Permits the selection of only one option from a list of two or more",
|
|
@@ -3684,137 +3772,49 @@
|
|
|
3684
3772
|
"description": "Box-shadow color of cdr-radio when disabled"
|
|
3685
3773
|
},
|
|
3686
3774
|
{
|
|
3687
|
-
"name": "--cdr-radio-background-color-disabled",
|
|
3688
|
-
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
3689
|
-
"description": "Background color of cdr-radio when disabled"
|
|
3690
|
-
},
|
|
3691
|
-
{
|
|
3692
|
-
"name": "--cdr-radio-inner-circle-background-color-disabled",
|
|
3693
|
-
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
3694
|
-
"description": "Background color of the inner circle of cdr-radio when disabled"
|
|
3695
|
-
},
|
|
3696
|
-
{
|
|
3697
|
-
"name": "--cdr-radio-inner-circle-background-color-selected-disabled",
|
|
3698
|
-
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
3699
|
-
"description": "Background color of the inner circle of cdr-radio when selected and disabled"
|
|
3700
|
-
},
|
|
3701
|
-
{
|
|
3702
|
-
"name": "--cdr-radio-box-shadow-color-focus",
|
|
3703
|
-
"defaultValue": "--cdr-color-border-input-default-active",
|
|
3704
|
-
"description": "Box-shadow color of cdr-radio on focus"
|
|
3705
|
-
},
|
|
3706
|
-
{
|
|
3707
|
-
"name": "--cdr-radio-background-color-focus",
|
|
3708
|
-
"defaultValue": "--cdr-color-background-input-default-focus",
|
|
3709
|
-
"description": "Background color of cdr-radio on focus"
|
|
3710
|
-
},
|
|
3711
|
-
{
|
|
3712
|
-
"name": "--cdr-radio-background-color-selected-focus",
|
|
3713
|
-
"defaultValue": "--cdr-color-background-input-default-selected-focus",
|
|
3714
|
-
"description": "Background color of cdr-radio when selected on focus"
|
|
3715
|
-
},
|
|
3716
|
-
{
|
|
3717
|
-
"name": "--cdr-radio-box-shadow-color-active",
|
|
3718
|
-
"defaultValue": "--cdr-color-border-input-default-active",
|
|
3719
|
-
"description": "Box-shadow color of cdr-radio when active"
|
|
3720
|
-
},
|
|
3721
|
-
{
|
|
3722
|
-
"name": "--cdr-radio-background-color-active",
|
|
3723
|
-
"defaultValue": "--cdr-color-background-input-default-active",
|
|
3724
|
-
"description": "Background color of cdr-radio when active"
|
|
3725
|
-
},
|
|
3726
|
-
{
|
|
3727
|
-
"name": "--cdr-radio-inner-circle-background-color-selected-active",
|
|
3728
|
-
"defaultValue": "--cdr-color-icon-checkbox-default-selected-active",
|
|
3729
|
-
"description": "Background color of the inner circle of cdr-radio when selected and active"
|
|
3730
|
-
}
|
|
3731
|
-
]
|
|
3732
|
-
},
|
|
3733
|
-
"CdrQuote": {
|
|
3734
|
-
"name": "CdrQuote",
|
|
3735
|
-
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
3736
|
-
"tags": {},
|
|
3737
|
-
"exportName": "default",
|
|
3738
|
-
"displayName": "CdrQuote",
|
|
3739
|
-
"props": [
|
|
3740
|
-
{
|
|
3741
|
-
"name": "tag",
|
|
3742
|
-
"description": "Sets the semantic HTML element for the quote.",
|
|
3743
|
-
"tags": {},
|
|
3744
|
-
"values": [
|
|
3745
|
-
"blockquote",
|
|
3746
|
-
"aside",
|
|
3747
|
-
"q",
|
|
3748
|
-
"div"
|
|
3749
|
-
],
|
|
3750
|
-
"type": {
|
|
3751
|
-
"name": "string"
|
|
3752
|
-
},
|
|
3753
|
-
"defaultValue": {
|
|
3754
|
-
"func": false,
|
|
3755
|
-
"value": "'blockquote'"
|
|
3756
|
-
}
|
|
3757
|
-
},
|
|
3758
|
-
{
|
|
3759
|
-
"name": "modifier",
|
|
3760
|
-
"description": "Modifies the style variant for the quote",
|
|
3761
|
-
"tags": {
|
|
3762
|
-
"demoSelectMultiple": [
|
|
3763
|
-
{
|
|
3764
|
-
"description": "true",
|
|
3765
|
-
"title": "demoSelectMultiple"
|
|
3766
|
-
}
|
|
3767
|
-
]
|
|
3768
|
-
},
|
|
3769
|
-
"values": [
|
|
3770
|
-
"pull"
|
|
3771
|
-
],
|
|
3772
|
-
"type": {
|
|
3773
|
-
"name": "string"
|
|
3774
|
-
},
|
|
3775
|
-
"defaultValue": {
|
|
3776
|
-
"func": false,
|
|
3777
|
-
"value": "''"
|
|
3778
|
-
}
|
|
3779
|
-
},
|
|
3780
|
-
{
|
|
3781
|
-
"name": "summary",
|
|
3782
|
-
"description": "Sets the quote body text.",
|
|
3783
|
-
"type": {
|
|
3784
|
-
"name": "string"
|
|
3785
|
-
}
|
|
3775
|
+
"name": "--cdr-radio-background-color-disabled",
|
|
3776
|
+
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
3777
|
+
"description": "Background color of cdr-radio when disabled"
|
|
3786
3778
|
},
|
|
3787
3779
|
{
|
|
3788
|
-
"name": "
|
|
3789
|
-
"
|
|
3790
|
-
"
|
|
3791
|
-
|
|
3792
|
-
}
|
|
3793
|
-
}
|
|
3794
|
-
],
|
|
3795
|
-
"slots": [
|
|
3780
|
+
"name": "--cdr-radio-inner-circle-background-color-disabled",
|
|
3781
|
+
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
3782
|
+
"description": "Background color of the inner circle of cdr-radio when disabled"
|
|
3783
|
+
},
|
|
3796
3784
|
{
|
|
3797
|
-
"name": "
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
"./src/components/quote/CdrQuote.vue"
|
|
3802
|
-
],
|
|
3803
|
-
"UIProperties": [
|
|
3785
|
+
"name": "--cdr-radio-inner-circle-background-color-selected-disabled",
|
|
3786
|
+
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
3787
|
+
"description": "Background color of the inner circle of cdr-radio when selected and disabled"
|
|
3788
|
+
},
|
|
3804
3789
|
{
|
|
3805
|
-
"name": "--cdr-
|
|
3806
|
-
"defaultValue": "--cdr-color-
|
|
3807
|
-
"description": "
|
|
3790
|
+
"name": "--cdr-radio-box-shadow-color-focus",
|
|
3791
|
+
"defaultValue": "--cdr-color-border-input-default-active",
|
|
3792
|
+
"description": "Box-shadow color of cdr-radio on focus"
|
|
3808
3793
|
},
|
|
3809
3794
|
{
|
|
3810
|
-
"name": "--cdr-
|
|
3811
|
-
"defaultValue": "--cdr-color-
|
|
3812
|
-
"description": "
|
|
3795
|
+
"name": "--cdr-radio-background-color-focus",
|
|
3796
|
+
"defaultValue": "--cdr-color-background-input-default-focus",
|
|
3797
|
+
"description": "Background color of cdr-radio on focus"
|
|
3813
3798
|
},
|
|
3814
3799
|
{
|
|
3815
|
-
"name": "--cdr-
|
|
3816
|
-
"defaultValue": "--cdr-color-
|
|
3817
|
-
"description": "
|
|
3800
|
+
"name": "--cdr-radio-background-color-selected-focus",
|
|
3801
|
+
"defaultValue": "--cdr-color-background-input-default-selected-focus",
|
|
3802
|
+
"description": "Background color of cdr-radio when selected on focus"
|
|
3803
|
+
},
|
|
3804
|
+
{
|
|
3805
|
+
"name": "--cdr-radio-box-shadow-color-active",
|
|
3806
|
+
"defaultValue": "--cdr-color-border-input-default-active",
|
|
3807
|
+
"description": "Box-shadow color of cdr-radio when active"
|
|
3808
|
+
},
|
|
3809
|
+
{
|
|
3810
|
+
"name": "--cdr-radio-background-color-active",
|
|
3811
|
+
"defaultValue": "--cdr-color-background-input-default-active",
|
|
3812
|
+
"description": "Background color of cdr-radio when active"
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"name": "--cdr-radio-inner-circle-background-color-selected-active",
|
|
3816
|
+
"defaultValue": "--cdr-color-icon-checkbox-default-selected-active",
|
|
3817
|
+
"description": "Background color of the inner circle of cdr-radio when selected and active"
|
|
3818
3818
|
}
|
|
3819
3819
|
]
|
|
3820
3820
|
},
|
|
@@ -4276,211 +4276,19 @@
|
|
|
4276
4276
|
"description": "Skeleton bone background color"
|
|
4277
4277
|
},
|
|
4278
4278
|
{
|
|
4279
|
-
"name": "--cdr-skeleton-gradient-1",
|
|
4280
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
4281
|
-
"description": "Skeleton shimmer gradient part 1"
|
|
4282
|
-
},
|
|
4283
|
-
{
|
|
4284
|
-
"name": "--cdr-skeleton-gradient-2",
|
|
4285
|
-
"defaultValue": "rgba(249,248,240,1)",
|
|
4286
|
-
"description": "Skeleton shimmer gradient part 2"
|
|
4287
|
-
},
|
|
4288
|
-
{
|
|
4289
|
-
"name": "--cdr-skeleton-gradient-3",
|
|
4290
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
4291
|
-
"description": "Skeleton shimmer gradient part 3"
|
|
4292
|
-
}
|
|
4293
|
-
]
|
|
4294
|
-
},
|
|
4295
|
-
"CdrSkeletonBone": {
|
|
4296
|
-
"name": "CdrSkeletonBone",
|
|
4297
|
-
"exportName": "default",
|
|
4298
|
-
"displayName": "CdrSkeletonBone",
|
|
4299
|
-
"description": "",
|
|
4300
|
-
"tags": {},
|
|
4301
|
-
"props": [
|
|
4302
|
-
{
|
|
4303
|
-
"name": "type",
|
|
4304
|
-
"description": "Sets the type of content placeholder",
|
|
4305
|
-
"tags": {
|
|
4306
|
-
"demoSelectMultiple": [
|
|
4307
|
-
{
|
|
4308
|
-
"description": "false",
|
|
4309
|
-
"title": "demoSelectMultiple"
|
|
4310
|
-
}
|
|
4311
|
-
]
|
|
4312
|
-
},
|
|
4313
|
-
"values": [
|
|
4314
|
-
"default",
|
|
4315
|
-
"heading",
|
|
4316
|
-
"line",
|
|
4317
|
-
"rectangle",
|
|
4318
|
-
"square"
|
|
4319
|
-
],
|
|
4320
|
-
"type": {
|
|
4321
|
-
"name": "string"
|
|
4322
|
-
},
|
|
4323
|
-
"defaultValue": {
|
|
4324
|
-
"func": false,
|
|
4325
|
-
"value": "'default'"
|
|
4326
|
-
}
|
|
4327
|
-
}
|
|
4328
|
-
],
|
|
4329
|
-
"sourceFiles": [
|
|
4330
|
-
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
4331
|
-
]
|
|
4332
|
-
},
|
|
4333
|
-
"CdrTable": {
|
|
4334
|
-
"name": "CdrTable",
|
|
4335
|
-
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
4336
|
-
"tags": {},
|
|
4337
|
-
"exportName": "default",
|
|
4338
|
-
"displayName": "CdrTable",
|
|
4339
|
-
"props": [
|
|
4340
|
-
{
|
|
4341
|
-
"name": "striped",
|
|
4342
|
-
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
4343
|
-
"type": {
|
|
4344
|
-
"name": "boolean"
|
|
4345
|
-
},
|
|
4346
|
-
"defaultValue": {
|
|
4347
|
-
"func": false,
|
|
4348
|
-
"value": false
|
|
4349
|
-
}
|
|
4350
|
-
},
|
|
4351
|
-
{
|
|
4352
|
-
"name": "border",
|
|
4353
|
-
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4354
|
-
"type": {
|
|
4355
|
-
"name": "boolean"
|
|
4356
|
-
},
|
|
4357
|
-
"defaultValue": {
|
|
4358
|
-
"func": false,
|
|
4359
|
-
"value": true
|
|
4360
|
-
}
|
|
4361
|
-
},
|
|
4362
|
-
{
|
|
4363
|
-
"name": "fullWidth",
|
|
4364
|
-
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
4365
|
-
"type": {
|
|
4366
|
-
"name": "boolean|string"
|
|
4367
|
-
},
|
|
4368
|
-
"defaultValue": {
|
|
4369
|
-
"func": false,
|
|
4370
|
-
"value": true
|
|
4371
|
-
}
|
|
4372
|
-
},
|
|
4373
|
-
{
|
|
4374
|
-
"name": "responsive",
|
|
4375
|
-
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
4376
|
-
"type": {
|
|
4377
|
-
"name": "boolean"
|
|
4378
|
-
},
|
|
4379
|
-
"defaultValue": {
|
|
4380
|
-
"func": false,
|
|
4381
|
-
"value": true
|
|
4382
|
-
}
|
|
4383
|
-
},
|
|
4384
|
-
{
|
|
4385
|
-
"name": "hover",
|
|
4386
|
-
"description": "Adds a darker background on row hover",
|
|
4387
|
-
"type": {
|
|
4388
|
-
"name": "boolean"
|
|
4389
|
-
},
|
|
4390
|
-
"defaultValue": {
|
|
4391
|
-
"func": false,
|
|
4392
|
-
"value": false
|
|
4393
|
-
}
|
|
4394
|
-
},
|
|
4395
|
-
{
|
|
4396
|
-
"name": "size",
|
|
4397
|
-
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
4398
|
-
"tags": {
|
|
4399
|
-
"demoSelectMultiple": [
|
|
4400
|
-
{
|
|
4401
|
-
"description": "false",
|
|
4402
|
-
"title": "demoSelectMultiple"
|
|
4403
|
-
}
|
|
4404
|
-
]
|
|
4405
|
-
},
|
|
4406
|
-
"values": [
|
|
4407
|
-
"small",
|
|
4408
|
-
"medium",
|
|
4409
|
-
"large"
|
|
4410
|
-
],
|
|
4411
|
-
"type": {
|
|
4412
|
-
"name": "string"
|
|
4413
|
-
},
|
|
4414
|
-
"defaultValue": {
|
|
4415
|
-
"func": false,
|
|
4416
|
-
"value": "'medium'"
|
|
4417
|
-
}
|
|
4418
|
-
}
|
|
4419
|
-
],
|
|
4420
|
-
"slots": [
|
|
4421
|
-
{
|
|
4422
|
-
"name": "default",
|
|
4423
|
-
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4424
|
-
}
|
|
4425
|
-
],
|
|
4426
|
-
"sourceFiles": [
|
|
4427
|
-
"./src/components/table/CdrTable.vue"
|
|
4428
|
-
],
|
|
4429
|
-
"UIProperties": [
|
|
4430
|
-
{
|
|
4431
|
-
"name": "--cdr-table-base-text-color",
|
|
4432
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4433
|
-
"description": "Color of the cdr-table base text"
|
|
4434
|
-
},
|
|
4435
|
-
{
|
|
4436
|
-
"name": "--cdr-table-row-background-color",
|
|
4437
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4438
|
-
"description": "Background color of the table rows"
|
|
4439
|
-
},
|
|
4440
|
-
{
|
|
4441
|
-
"name": "--cdr-table-header-background-color",
|
|
4442
|
-
"defaultValue": "--cdr-color-background-table-header",
|
|
4443
|
-
"description": "Background color of the table header"
|
|
4444
|
-
},
|
|
4445
|
-
{
|
|
4446
|
-
"name": "--cdr-table-text-cell-color",
|
|
4447
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4448
|
-
"description": "Text color of the table cells"
|
|
4449
|
-
},
|
|
4450
|
-
{
|
|
4451
|
-
"name": "--cdr-table-border-color-default",
|
|
4452
|
-
"defaultValue": "--cdr-color-border-table-default",
|
|
4453
|
-
"description": "Default border color of the table"
|
|
4454
|
-
},
|
|
4455
|
-
{
|
|
4456
|
-
"name": "--cdr-table-head-border-default",
|
|
4457
|
-
"defaultValue": "--cdr-color-border-table-head",
|
|
4458
|
-
"description": "Head border color of the table"
|
|
4459
|
-
},
|
|
4460
|
-
{
|
|
4461
|
-
"name": "--cdr-table-odd-row-background-color",
|
|
4462
|
-
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4463
|
-
"description": "Background color of all odd rows in the table"
|
|
4464
|
-
},
|
|
4465
|
-
{
|
|
4466
|
-
"name": "--cdr-table-header-odd-row-background-color",
|
|
4467
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4468
|
-
"description": "Background color of odd rows in the table header"
|
|
4469
|
-
},
|
|
4470
|
-
{
|
|
4471
|
-
"name": "--cdr-table-striped-odd-row-background-color",
|
|
4472
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4473
|
-
"description": "Background color of the odd rows in striped tables"
|
|
4279
|
+
"name": "--cdr-skeleton-gradient-1",
|
|
4280
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4281
|
+
"description": "Skeleton shimmer gradient part 1"
|
|
4474
4282
|
},
|
|
4475
4283
|
{
|
|
4476
|
-
"name": "--cdr-
|
|
4477
|
-
"defaultValue": "
|
|
4478
|
-
"description": "
|
|
4284
|
+
"name": "--cdr-skeleton-gradient-2",
|
|
4285
|
+
"defaultValue": "rgba(249,248,240,1)",
|
|
4286
|
+
"description": "Skeleton shimmer gradient part 2"
|
|
4479
4287
|
},
|
|
4480
4288
|
{
|
|
4481
|
-
"name": "--cdr-
|
|
4482
|
-
"defaultValue": "
|
|
4483
|
-
"description": "
|
|
4289
|
+
"name": "--cdr-skeleton-gradient-3",
|
|
4290
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4291
|
+
"description": "Skeleton shimmer gradient part 3"
|
|
4484
4292
|
}
|
|
4485
4293
|
]
|
|
4486
4294
|
},
|
|
@@ -4710,55 +4518,367 @@
|
|
|
4710
4518
|
}
|
|
4711
4519
|
]
|
|
4712
4520
|
},
|
|
4713
|
-
"CdrTabPanel": {
|
|
4714
|
-
"name": "CdrTabPanel",
|
|
4715
|
-
"exportName": "default",
|
|
4716
|
-
"displayName": "CdrTabPanel",
|
|
4717
|
-
"description": "",
|
|
4521
|
+
"CdrTabPanel": {
|
|
4522
|
+
"name": "CdrTabPanel",
|
|
4523
|
+
"exportName": "default",
|
|
4524
|
+
"displayName": "CdrTabPanel",
|
|
4525
|
+
"description": "",
|
|
4526
|
+
"tags": {},
|
|
4527
|
+
"props": [
|
|
4528
|
+
{
|
|
4529
|
+
"name": "id",
|
|
4530
|
+
"description": "Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property.",
|
|
4531
|
+
"type": {
|
|
4532
|
+
"name": "string"
|
|
4533
|
+
}
|
|
4534
|
+
},
|
|
4535
|
+
{
|
|
4536
|
+
"name": "name",
|
|
4537
|
+
"description": "Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier.",
|
|
4538
|
+
"type": {
|
|
4539
|
+
"name": "string"
|
|
4540
|
+
}
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
"name": "ariaLabelledby",
|
|
4544
|
+
"description": "Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property.",
|
|
4545
|
+
"type": {
|
|
4546
|
+
"name": "string"
|
|
4547
|
+
}
|
|
4548
|
+
}
|
|
4549
|
+
],
|
|
4550
|
+
"events": [
|
|
4551
|
+
{
|
|
4552
|
+
"name": "tab-change",
|
|
4553
|
+
"description": "Emits when active tab is changed",
|
|
4554
|
+
"tags": [
|
|
4555
|
+
{
|
|
4556
|
+
"title": "params",
|
|
4557
|
+
"content": "state, panelId"
|
|
4558
|
+
}
|
|
4559
|
+
]
|
|
4560
|
+
}
|
|
4561
|
+
],
|
|
4562
|
+
"slots": [
|
|
4563
|
+
{
|
|
4564
|
+
"name": "default",
|
|
4565
|
+
"description": "CdrTabPanel content"
|
|
4566
|
+
}
|
|
4567
|
+
],
|
|
4568
|
+
"sourceFiles": [
|
|
4569
|
+
"./src/components/tabs/CdrTabPanel.vue"
|
|
4570
|
+
]
|
|
4571
|
+
},
|
|
4572
|
+
"CdrSkeletonBone": {
|
|
4573
|
+
"name": "CdrSkeletonBone",
|
|
4574
|
+
"exportName": "default",
|
|
4575
|
+
"displayName": "CdrSkeletonBone",
|
|
4576
|
+
"description": "",
|
|
4577
|
+
"tags": {},
|
|
4578
|
+
"props": [
|
|
4579
|
+
{
|
|
4580
|
+
"name": "type",
|
|
4581
|
+
"description": "Sets the type of content placeholder",
|
|
4582
|
+
"tags": {
|
|
4583
|
+
"demoSelectMultiple": [
|
|
4584
|
+
{
|
|
4585
|
+
"description": "false",
|
|
4586
|
+
"title": "demoSelectMultiple"
|
|
4587
|
+
}
|
|
4588
|
+
]
|
|
4589
|
+
},
|
|
4590
|
+
"values": [
|
|
4591
|
+
"default",
|
|
4592
|
+
"heading",
|
|
4593
|
+
"line",
|
|
4594
|
+
"rectangle",
|
|
4595
|
+
"square"
|
|
4596
|
+
],
|
|
4597
|
+
"type": {
|
|
4598
|
+
"name": "string"
|
|
4599
|
+
},
|
|
4600
|
+
"defaultValue": {
|
|
4601
|
+
"func": false,
|
|
4602
|
+
"value": "'default'"
|
|
4603
|
+
}
|
|
4604
|
+
}
|
|
4605
|
+
],
|
|
4606
|
+
"sourceFiles": [
|
|
4607
|
+
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
4608
|
+
]
|
|
4609
|
+
},
|
|
4610
|
+
"CdrTable": {
|
|
4611
|
+
"name": "CdrTable",
|
|
4612
|
+
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
4613
|
+
"tags": {},
|
|
4614
|
+
"exportName": "default",
|
|
4615
|
+
"displayName": "CdrTable",
|
|
4616
|
+
"props": [
|
|
4617
|
+
{
|
|
4618
|
+
"name": "striped",
|
|
4619
|
+
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
4620
|
+
"type": {
|
|
4621
|
+
"name": "boolean"
|
|
4622
|
+
},
|
|
4623
|
+
"defaultValue": {
|
|
4624
|
+
"func": false,
|
|
4625
|
+
"value": false
|
|
4626
|
+
}
|
|
4627
|
+
},
|
|
4628
|
+
{
|
|
4629
|
+
"name": "border",
|
|
4630
|
+
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4631
|
+
"type": {
|
|
4632
|
+
"name": "boolean"
|
|
4633
|
+
},
|
|
4634
|
+
"defaultValue": {
|
|
4635
|
+
"func": false,
|
|
4636
|
+
"value": true
|
|
4637
|
+
}
|
|
4638
|
+
},
|
|
4639
|
+
{
|
|
4640
|
+
"name": "fullWidth",
|
|
4641
|
+
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
4642
|
+
"type": {
|
|
4643
|
+
"name": "boolean|string"
|
|
4644
|
+
},
|
|
4645
|
+
"defaultValue": {
|
|
4646
|
+
"func": false,
|
|
4647
|
+
"value": true
|
|
4648
|
+
}
|
|
4649
|
+
},
|
|
4650
|
+
{
|
|
4651
|
+
"name": "responsive",
|
|
4652
|
+
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
4653
|
+
"type": {
|
|
4654
|
+
"name": "boolean"
|
|
4655
|
+
},
|
|
4656
|
+
"defaultValue": {
|
|
4657
|
+
"func": false,
|
|
4658
|
+
"value": true
|
|
4659
|
+
}
|
|
4660
|
+
},
|
|
4661
|
+
{
|
|
4662
|
+
"name": "hover",
|
|
4663
|
+
"description": "Adds a darker background on row hover",
|
|
4664
|
+
"type": {
|
|
4665
|
+
"name": "boolean"
|
|
4666
|
+
},
|
|
4667
|
+
"defaultValue": {
|
|
4668
|
+
"func": false,
|
|
4669
|
+
"value": false
|
|
4670
|
+
}
|
|
4671
|
+
},
|
|
4672
|
+
{
|
|
4673
|
+
"name": "size",
|
|
4674
|
+
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
4675
|
+
"tags": {
|
|
4676
|
+
"demoSelectMultiple": [
|
|
4677
|
+
{
|
|
4678
|
+
"description": "false",
|
|
4679
|
+
"title": "demoSelectMultiple"
|
|
4680
|
+
}
|
|
4681
|
+
]
|
|
4682
|
+
},
|
|
4683
|
+
"values": [
|
|
4684
|
+
"small",
|
|
4685
|
+
"medium",
|
|
4686
|
+
"large"
|
|
4687
|
+
],
|
|
4688
|
+
"type": {
|
|
4689
|
+
"name": "string"
|
|
4690
|
+
},
|
|
4691
|
+
"defaultValue": {
|
|
4692
|
+
"func": false,
|
|
4693
|
+
"value": "'medium'"
|
|
4694
|
+
}
|
|
4695
|
+
}
|
|
4696
|
+
],
|
|
4697
|
+
"slots": [
|
|
4698
|
+
{
|
|
4699
|
+
"name": "default",
|
|
4700
|
+
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4701
|
+
}
|
|
4702
|
+
],
|
|
4703
|
+
"sourceFiles": [
|
|
4704
|
+
"./src/components/table/CdrTable.vue"
|
|
4705
|
+
],
|
|
4706
|
+
"UIProperties": [
|
|
4707
|
+
{
|
|
4708
|
+
"name": "--cdr-table-base-text-color",
|
|
4709
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4710
|
+
"description": "Color of the cdr-table base text"
|
|
4711
|
+
},
|
|
4712
|
+
{
|
|
4713
|
+
"name": "--cdr-table-row-background-color",
|
|
4714
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4715
|
+
"description": "Background color of the table rows"
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"name": "--cdr-table-header-background-color",
|
|
4719
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4720
|
+
"description": "Background color of the table header"
|
|
4721
|
+
},
|
|
4722
|
+
{
|
|
4723
|
+
"name": "--cdr-table-text-cell-color",
|
|
4724
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4725
|
+
"description": "Text color of the table cells"
|
|
4726
|
+
},
|
|
4727
|
+
{
|
|
4728
|
+
"name": "--cdr-table-border-color-default",
|
|
4729
|
+
"defaultValue": "--cdr-color-border-table-default",
|
|
4730
|
+
"description": "Default border color of the table"
|
|
4731
|
+
},
|
|
4732
|
+
{
|
|
4733
|
+
"name": "--cdr-table-head-border-default",
|
|
4734
|
+
"defaultValue": "--cdr-color-border-table-head",
|
|
4735
|
+
"description": "Head border color of the table"
|
|
4736
|
+
},
|
|
4737
|
+
{
|
|
4738
|
+
"name": "--cdr-table-odd-row-background-color",
|
|
4739
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4740
|
+
"description": "Background color of all odd rows in the table"
|
|
4741
|
+
},
|
|
4742
|
+
{
|
|
4743
|
+
"name": "--cdr-table-header-odd-row-background-color",
|
|
4744
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4745
|
+
"description": "Background color of odd rows in the table header"
|
|
4746
|
+
},
|
|
4747
|
+
{
|
|
4748
|
+
"name": "--cdr-table-striped-odd-row-background-color",
|
|
4749
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4750
|
+
"description": "Background color of the odd rows in striped tables"
|
|
4751
|
+
},
|
|
4752
|
+
{
|
|
4753
|
+
"name": "--cdr-table-body-footer-odd-row-background-color",
|
|
4754
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4755
|
+
"description": "Background color of odd rows in the table body and footer"
|
|
4756
|
+
},
|
|
4757
|
+
{
|
|
4758
|
+
"name": "--cdr-table-cell-background-color-hover",
|
|
4759
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4760
|
+
"description": "Background color of table cells on hover"
|
|
4761
|
+
}
|
|
4762
|
+
]
|
|
4763
|
+
},
|
|
4764
|
+
"CdrTabs": {
|
|
4765
|
+
"name": "CdrTabs",
|
|
4766
|
+
"description": "Organizes related content into groups for people to navigate between",
|
|
4718
4767
|
"tags": {},
|
|
4768
|
+
"exportName": "default",
|
|
4769
|
+
"displayName": "CdrTabs",
|
|
4719
4770
|
"props": [
|
|
4720
4771
|
{
|
|
4721
|
-
"name": "
|
|
4722
|
-
"description": "Sets
|
|
4772
|
+
"name": "height",
|
|
4773
|
+
"description": "Sets height of the tabs container element.\nPassing a `px` value will render tabs with a static height,\npassing `auto` will render tabs with variable height based on content size.",
|
|
4723
4774
|
"type": {
|
|
4724
4775
|
"name": "string"
|
|
4776
|
+
},
|
|
4777
|
+
"defaultValue": {
|
|
4778
|
+
"func": false,
|
|
4779
|
+
"value": "'240px'"
|
|
4725
4780
|
}
|
|
4726
4781
|
},
|
|
4727
4782
|
{
|
|
4728
|
-
"name": "
|
|
4729
|
-
"description": "Sets
|
|
4783
|
+
"name": "activeTab",
|
|
4784
|
+
"description": "Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed.",
|
|
4785
|
+
"type": {
|
|
4786
|
+
"name": "number"
|
|
4787
|
+
},
|
|
4788
|
+
"defaultValue": {
|
|
4789
|
+
"func": false,
|
|
4790
|
+
"value": "0"
|
|
4791
|
+
}
|
|
4792
|
+
},
|
|
4793
|
+
{
|
|
4794
|
+
"name": "modifier",
|
|
4795
|
+
"description": "Modifies the style variants for this component",
|
|
4796
|
+
"tags": {},
|
|
4797
|
+
"values": [
|
|
4798
|
+
"centered",
|
|
4799
|
+
"compact",
|
|
4800
|
+
"full-width",
|
|
4801
|
+
"no-border"
|
|
4802
|
+
],
|
|
4730
4803
|
"type": {
|
|
4731
4804
|
"name": "string"
|
|
4732
4805
|
}
|
|
4733
4806
|
},
|
|
4734
4807
|
{
|
|
4735
|
-
"name": "
|
|
4736
|
-
"description": "
|
|
4808
|
+
"name": "size",
|
|
4809
|
+
"description": "Use `small` to reduce spacing around the tabs for a denser visual design",
|
|
4810
|
+
"tags": {
|
|
4811
|
+
"demoSelectMultiple": [
|
|
4812
|
+
{
|
|
4813
|
+
"description": "true",
|
|
4814
|
+
"title": "demoSelectMultiple"
|
|
4815
|
+
}
|
|
4816
|
+
]
|
|
4817
|
+
},
|
|
4818
|
+
"values": [
|
|
4819
|
+
"small"
|
|
4820
|
+
],
|
|
4737
4821
|
"type": {
|
|
4738
4822
|
"name": "string"
|
|
4739
4823
|
}
|
|
4740
|
-
}
|
|
4741
|
-
],
|
|
4742
|
-
"events": [
|
|
4824
|
+
},
|
|
4743
4825
|
{
|
|
4744
|
-
"name": "
|
|
4745
|
-
"description": "
|
|
4746
|
-
"
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4826
|
+
"name": "backgroundColor",
|
|
4827
|
+
"description": "Sets the background color of the tab.\nFor CdrTabs that are rendered on non-primary backgrounds.\nPass the background-color into the component to ensure that the scrolling gradients render correctly.",
|
|
4828
|
+
"type": {
|
|
4829
|
+
"name": "string"
|
|
4830
|
+
},
|
|
4831
|
+
"defaultValue": {
|
|
4832
|
+
"func": false,
|
|
4833
|
+
"value": "CdrColorBackgroundPrimary"
|
|
4834
|
+
}
|
|
4752
4835
|
}
|
|
4753
4836
|
],
|
|
4754
4837
|
"slots": [
|
|
4755
4838
|
{
|
|
4756
4839
|
"name": "default",
|
|
4757
|
-
"description": "CdrTabPanel
|
|
4840
|
+
"description": "CdrTabs content (CdrTabPanel components)"
|
|
4758
4841
|
}
|
|
4759
4842
|
],
|
|
4760
4843
|
"sourceFiles": [
|
|
4761
|
-
"./src/components/tabs/
|
|
4844
|
+
"./src/components/tabs/CdrTabs.vue"
|
|
4845
|
+
],
|
|
4846
|
+
"UIProperties": [
|
|
4847
|
+
{
|
|
4848
|
+
"name": "--cdr-tabs-header-container-keyline-color",
|
|
4849
|
+
"defaultValue": "--cdr-color-border-tab-keyline-rest",
|
|
4850
|
+
"description": "Keyline color of the cdr-tabs header container"
|
|
4851
|
+
},
|
|
4852
|
+
{
|
|
4853
|
+
"name": "--cdr-tabs-tab-text-color",
|
|
4854
|
+
"defaultValue": "--cdr-color-text-tab-rest",
|
|
4855
|
+
"description": "Text color in a tab"
|
|
4856
|
+
},
|
|
4857
|
+
{
|
|
4858
|
+
"name": "--cdr-tabs-tab-text-color-active",
|
|
4859
|
+
"defaultValue": "--cdr-color-text-tab-active",
|
|
4860
|
+
"description": "Text color of an active tab"
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"name": "--cdr-tabs-tab-text-color-interaction",
|
|
4864
|
+
"defaultValue": "--cdr-color-text-tab-hover",
|
|
4865
|
+
"description": "Text color of a tab on active, focus, or hover"
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"name": "--cdr-tabs-tab-text-color-disabled",
|
|
4869
|
+
"defaultValue": "--cdr-color-text-tab-disabled",
|
|
4870
|
+
"description": "Text color of a disabled tab"
|
|
4871
|
+
},
|
|
4872
|
+
{
|
|
4873
|
+
"name": "--cdr-tabs-keyline-background-color",
|
|
4874
|
+
"defaultValue": "--cdr-color-border-tab-keyline-active",
|
|
4875
|
+
"description": "Background color of the cdr-tabs keyline"
|
|
4876
|
+
},
|
|
4877
|
+
{
|
|
4878
|
+
"name": "--cdr-tabs-no-border-border-color",
|
|
4879
|
+
"defaultValue": "transparent",
|
|
4880
|
+
"description": "Border color of the cdr-tabs with no-border modifier"
|
|
4881
|
+
}
|
|
4762
4882
|
]
|
|
4763
4883
|
},
|
|
4764
4884
|
"CdrText": {
|
|
@@ -4797,123 +4917,184 @@
|
|
|
4797
4917
|
}
|
|
4798
4918
|
]
|
|
4799
4919
|
},
|
|
4800
|
-
"
|
|
4801
|
-
"name": "
|
|
4802
|
-
"description": "
|
|
4920
|
+
"CdrToggleButton": {
|
|
4921
|
+
"name": "CdrToggleButton",
|
|
4922
|
+
"description": "Permits switching two or more options on and off",
|
|
4803
4923
|
"tags": {},
|
|
4804
4924
|
"exportName": "default",
|
|
4805
|
-
"displayName": "
|
|
4925
|
+
"displayName": "CdrToggleButton",
|
|
4806
4926
|
"props": [
|
|
4807
4927
|
{
|
|
4808
|
-
"name": "
|
|
4809
|
-
"description": "Sets
|
|
4928
|
+
"name": "toggleValue",
|
|
4929
|
+
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
4810
4930
|
"type": {
|
|
4811
4931
|
"name": "string"
|
|
4812
4932
|
},
|
|
4813
|
-
"
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4933
|
+
"required": true
|
|
4934
|
+
}
|
|
4935
|
+
],
|
|
4936
|
+
"slots": [
|
|
4937
|
+
{
|
|
4938
|
+
"name": "default",
|
|
4939
|
+
"description": "CdrToggleButton label content"
|
|
4940
|
+
}
|
|
4941
|
+
],
|
|
4942
|
+
"sourceFiles": [
|
|
4943
|
+
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
4944
|
+
],
|
|
4945
|
+
"UIProperties": [
|
|
4946
|
+
{
|
|
4947
|
+
"name": "--cdr-toggle-button-color-default-rest",
|
|
4948
|
+
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
4949
|
+
"description": "Default text color of the cdr-toggle-button"
|
|
4817
4950
|
},
|
|
4818
4951
|
{
|
|
4819
|
-
"name": "
|
|
4820
|
-
"
|
|
4821
|
-
"
|
|
4822
|
-
"name": "number"
|
|
4823
|
-
},
|
|
4824
|
-
"defaultValue": {
|
|
4825
|
-
"func": false,
|
|
4826
|
-
"value": "0"
|
|
4827
|
-
}
|
|
4952
|
+
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
4953
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
4954
|
+
"description": "Default background color of the cdr-toggle-button"
|
|
4828
4955
|
},
|
|
4829
4956
|
{
|
|
4830
|
-
"name": "
|
|
4831
|
-
"
|
|
4832
|
-
"
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4957
|
+
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
4958
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
4959
|
+
"description": "Focus border color of the cdr-toggle-button"
|
|
4960
|
+
},
|
|
4961
|
+
{
|
|
4962
|
+
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
4963
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
4964
|
+
"description": "Focus background color of the cdr-toggle-button"
|
|
4965
|
+
},
|
|
4966
|
+
{
|
|
4967
|
+
"name": "--cdr-toggle-button-icon-fill-default",
|
|
4968
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
4969
|
+
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
4970
|
+
},
|
|
4971
|
+
{
|
|
4972
|
+
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
4973
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
4974
|
+
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
4975
|
+
},
|
|
4976
|
+
{
|
|
4977
|
+
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
4978
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
4979
|
+
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
4980
|
+
},
|
|
4981
|
+
{
|
|
4982
|
+
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
4983
|
+
"defaultValue": "--cdr-color-icon-emphasis",
|
|
4984
|
+
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
4985
|
+
},
|
|
4986
|
+
{
|
|
4987
|
+
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
4988
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
4989
|
+
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
4990
|
+
},
|
|
4991
|
+
{
|
|
4992
|
+
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
4993
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
4994
|
+
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
4998
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
4999
|
+
"description": "Background color of the cdr-toggle-button on hover"
|
|
5000
|
+
},
|
|
5001
|
+
{
|
|
5002
|
+
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5003
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5004
|
+
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
5005
|
+
}
|
|
5006
|
+
]
|
|
5007
|
+
},
|
|
5008
|
+
"CdrToggleGroup": {
|
|
5009
|
+
"name": "CdrToggleGroup",
|
|
5010
|
+
"exportName": "default",
|
|
5011
|
+
"displayName": "CdrToggleGroup",
|
|
5012
|
+
"description": "",
|
|
5013
|
+
"tags": {},
|
|
5014
|
+
"props": [
|
|
5015
|
+
{
|
|
5016
|
+
"name": "modelValue",
|
|
5017
|
+
"tags": {
|
|
5018
|
+
"ignore": [
|
|
5019
|
+
{
|
|
5020
|
+
"description": true,
|
|
5021
|
+
"title": "ignore"
|
|
5022
|
+
}
|
|
5023
|
+
]
|
|
5024
|
+
},
|
|
4839
5025
|
"type": {
|
|
4840
|
-
"name": "string"
|
|
4841
|
-
}
|
|
5026
|
+
"name": "string|number|boolean|object|array"
|
|
5027
|
+
},
|
|
5028
|
+
"required": true
|
|
4842
5029
|
},
|
|
4843
5030
|
{
|
|
4844
5031
|
"name": "size",
|
|
4845
|
-
"description": "
|
|
5032
|
+
"description": "Sets toggle button size",
|
|
4846
5033
|
"tags": {
|
|
4847
5034
|
"demoSelectMultiple": [
|
|
4848
5035
|
{
|
|
4849
|
-
"description": "
|
|
5036
|
+
"description": "false",
|
|
4850
5037
|
"title": "demoSelectMultiple"
|
|
4851
5038
|
}
|
|
4852
5039
|
]
|
|
4853
5040
|
},
|
|
4854
5041
|
"values": [
|
|
4855
|
-
"
|
|
5042
|
+
"medium",
|
|
5043
|
+
"large"
|
|
4856
5044
|
],
|
|
4857
|
-
"type": {
|
|
4858
|
-
"name": "string"
|
|
4859
|
-
}
|
|
4860
|
-
},
|
|
4861
|
-
{
|
|
4862
|
-
"name": "backgroundColor",
|
|
4863
|
-
"description": "Sets the background color of the tab.\nFor CdrTabs that are rendered on non-primary backgrounds.\nPass the background-color into the component to ensure that the scrolling gradients render correctly.",
|
|
4864
5045
|
"type": {
|
|
4865
5046
|
"name": "string"
|
|
4866
5047
|
},
|
|
4867
5048
|
"defaultValue": {
|
|
4868
5049
|
"func": false,
|
|
4869
|
-
"value": "
|
|
5050
|
+
"value": "'medium'"
|
|
4870
5051
|
}
|
|
4871
5052
|
}
|
|
4872
5053
|
],
|
|
5054
|
+
"events": [
|
|
5055
|
+
{
|
|
5056
|
+
"name": "update:modelValue",
|
|
5057
|
+
"description": "Event emitted by v-model",
|
|
5058
|
+
"properties": [
|
|
5059
|
+
{
|
|
5060
|
+
"type": {
|
|
5061
|
+
"names": [
|
|
5062
|
+
"mixed"
|
|
5063
|
+
]
|
|
5064
|
+
},
|
|
5065
|
+
"name": "modelValue"
|
|
5066
|
+
}
|
|
5067
|
+
],
|
|
5068
|
+
"tags": [
|
|
5069
|
+
{
|
|
5070
|
+
"title": "param",
|
|
5071
|
+
"type": {
|
|
5072
|
+
"name": "mixed"
|
|
5073
|
+
},
|
|
5074
|
+
"name": "modelValue"
|
|
5075
|
+
}
|
|
5076
|
+
]
|
|
5077
|
+
}
|
|
5078
|
+
],
|
|
4873
5079
|
"slots": [
|
|
4874
5080
|
{
|
|
4875
5081
|
"name": "default",
|
|
4876
|
-
"description": "
|
|
5082
|
+
"description": "CdrToggleGroup content (CdrToggleButton components)"
|
|
4877
5083
|
}
|
|
4878
5084
|
],
|
|
4879
5085
|
"sourceFiles": [
|
|
4880
|
-
"./src/components/
|
|
5086
|
+
"./src/components/toggleButton/CdrToggleGroup.vue"
|
|
4881
5087
|
],
|
|
4882
5088
|
"UIProperties": [
|
|
4883
5089
|
{
|
|
4884
|
-
"name": "--cdr-
|
|
4885
|
-
"defaultValue": "--cdr-color-border-
|
|
4886
|
-
"description": "
|
|
4887
|
-
},
|
|
4888
|
-
{
|
|
4889
|
-
"name": "--cdr-tabs-tab-text-color",
|
|
4890
|
-
"defaultValue": "--cdr-color-text-tab-rest",
|
|
4891
|
-
"description": "Text color in a tab"
|
|
4892
|
-
},
|
|
4893
|
-
{
|
|
4894
|
-
"name": "--cdr-tabs-tab-text-color-active",
|
|
4895
|
-
"defaultValue": "--cdr-color-text-tab-active",
|
|
4896
|
-
"description": "Text color of an active tab"
|
|
4897
|
-
},
|
|
4898
|
-
{
|
|
4899
|
-
"name": "--cdr-tabs-tab-text-color-interaction",
|
|
4900
|
-
"defaultValue": "--cdr-color-text-tab-hover",
|
|
4901
|
-
"description": "Text color of a tab on active, focus, or hover"
|
|
4902
|
-
},
|
|
4903
|
-
{
|
|
4904
|
-
"name": "--cdr-tabs-tab-text-color-disabled",
|
|
4905
|
-
"defaultValue": "--cdr-color-text-tab-disabled",
|
|
4906
|
-
"description": "Text color of a disabled tab"
|
|
4907
|
-
},
|
|
4908
|
-
{
|
|
4909
|
-
"name": "--cdr-tabs-keyline-background-color",
|
|
4910
|
-
"defaultValue": "--cdr-color-border-tab-keyline-active",
|
|
4911
|
-
"description": "Background color of the cdr-tabs keyline"
|
|
5090
|
+
"name": "--cdr-toggle-group-border-color",
|
|
5091
|
+
"defaultValue": "--cdr-color-border-primary",
|
|
5092
|
+
"description": "Border color of the cdr-toggle-group"
|
|
4912
5093
|
},
|
|
4913
5094
|
{
|
|
4914
|
-
"name": "--cdr-
|
|
4915
|
-
"defaultValue": "
|
|
4916
|
-
"description": "
|
|
5095
|
+
"name": "--cdr-toggle-group-background-color-default-rest",
|
|
5096
|
+
"defaultValue": "--cdr-color-background-toggle-group-default-rest",
|
|
5097
|
+
"description": "Default background color of the cdr-toggle-group"
|
|
4917
5098
|
}
|
|
4918
5099
|
]
|
|
4919
5100
|
},
|
|
@@ -5141,94 +5322,6 @@
|
|
|
5141
5322
|
}
|
|
5142
5323
|
]
|
|
5143
5324
|
},
|
|
5144
|
-
"CdrToggleButton": {
|
|
5145
|
-
"name": "CdrToggleButton",
|
|
5146
|
-
"description": "Permits switching two or more options on and off",
|
|
5147
|
-
"tags": {},
|
|
5148
|
-
"exportName": "default",
|
|
5149
|
-
"displayName": "CdrToggleButton",
|
|
5150
|
-
"props": [
|
|
5151
|
-
{
|
|
5152
|
-
"name": "toggleValue",
|
|
5153
|
-
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
5154
|
-
"type": {
|
|
5155
|
-
"name": "string"
|
|
5156
|
-
},
|
|
5157
|
-
"required": true
|
|
5158
|
-
}
|
|
5159
|
-
],
|
|
5160
|
-
"slots": [
|
|
5161
|
-
{
|
|
5162
|
-
"name": "default",
|
|
5163
|
-
"description": "CdrToggleButton label content"
|
|
5164
|
-
}
|
|
5165
|
-
],
|
|
5166
|
-
"sourceFiles": [
|
|
5167
|
-
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
5168
|
-
],
|
|
5169
|
-
"UIProperties": [
|
|
5170
|
-
{
|
|
5171
|
-
"name": "--cdr-toggle-button-color-default-rest",
|
|
5172
|
-
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
5173
|
-
"description": "Default text color of the cdr-toggle-button"
|
|
5174
|
-
},
|
|
5175
|
-
{
|
|
5176
|
-
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
5177
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
5178
|
-
"description": "Default background color of the cdr-toggle-button"
|
|
5179
|
-
},
|
|
5180
|
-
{
|
|
5181
|
-
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
5182
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
5183
|
-
"description": "Focus border color of the cdr-toggle-button"
|
|
5184
|
-
},
|
|
5185
|
-
{
|
|
5186
|
-
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
5187
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
5188
|
-
"description": "Focus background color of the cdr-toggle-button"
|
|
5189
|
-
},
|
|
5190
|
-
{
|
|
5191
|
-
"name": "--cdr-toggle-button-icon-fill-default",
|
|
5192
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
5193
|
-
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
5194
|
-
},
|
|
5195
|
-
{
|
|
5196
|
-
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
5197
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
5198
|
-
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
5199
|
-
},
|
|
5200
|
-
{
|
|
5201
|
-
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
5202
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
5203
|
-
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
5204
|
-
},
|
|
5205
|
-
{
|
|
5206
|
-
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
5207
|
-
"defaultValue": "--cdr-color-icon-emphasis",
|
|
5208
|
-
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
5209
|
-
},
|
|
5210
|
-
{
|
|
5211
|
-
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
5212
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5213
|
-
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
5214
|
-
},
|
|
5215
|
-
{
|
|
5216
|
-
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
5217
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
5218
|
-
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
5219
|
-
},
|
|
5220
|
-
{
|
|
5221
|
-
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
5222
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
5223
|
-
"description": "Background color of the cdr-toggle-button on hover"
|
|
5224
|
-
},
|
|
5225
|
-
{
|
|
5226
|
-
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5227
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5228
|
-
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
5229
|
-
}
|
|
5230
|
-
]
|
|
5231
|
-
},
|
|
5232
5325
|
"CdrTooltip": {
|
|
5233
5326
|
"name": "CdrTooltip",
|
|
5234
5327
|
"description": "Floating label used to clarify interface actions",
|
|
@@ -5359,98 +5452,5 @@
|
|
|
5359
5452
|
"description": "Background color of the cdr-popup arrow"
|
|
5360
5453
|
}
|
|
5361
5454
|
]
|
|
5362
|
-
},
|
|
5363
|
-
"CdrToggleGroup": {
|
|
5364
|
-
"name": "CdrToggleGroup",
|
|
5365
|
-
"exportName": "default",
|
|
5366
|
-
"displayName": "CdrToggleGroup",
|
|
5367
|
-
"description": "",
|
|
5368
|
-
"tags": {},
|
|
5369
|
-
"props": [
|
|
5370
|
-
{
|
|
5371
|
-
"name": "modelValue",
|
|
5372
|
-
"tags": {
|
|
5373
|
-
"ignore": [
|
|
5374
|
-
{
|
|
5375
|
-
"description": true,
|
|
5376
|
-
"title": "ignore"
|
|
5377
|
-
}
|
|
5378
|
-
]
|
|
5379
|
-
},
|
|
5380
|
-
"type": {
|
|
5381
|
-
"name": "string|number|boolean|object|array"
|
|
5382
|
-
},
|
|
5383
|
-
"required": true
|
|
5384
|
-
},
|
|
5385
|
-
{
|
|
5386
|
-
"name": "size",
|
|
5387
|
-
"description": "Sets toggle button size",
|
|
5388
|
-
"tags": {
|
|
5389
|
-
"demoSelectMultiple": [
|
|
5390
|
-
{
|
|
5391
|
-
"description": "false",
|
|
5392
|
-
"title": "demoSelectMultiple"
|
|
5393
|
-
}
|
|
5394
|
-
]
|
|
5395
|
-
},
|
|
5396
|
-
"values": [
|
|
5397
|
-
"medium",
|
|
5398
|
-
"large"
|
|
5399
|
-
],
|
|
5400
|
-
"type": {
|
|
5401
|
-
"name": "string"
|
|
5402
|
-
},
|
|
5403
|
-
"defaultValue": {
|
|
5404
|
-
"func": false,
|
|
5405
|
-
"value": "'medium'"
|
|
5406
|
-
}
|
|
5407
|
-
}
|
|
5408
|
-
],
|
|
5409
|
-
"events": [
|
|
5410
|
-
{
|
|
5411
|
-
"name": "update:modelValue",
|
|
5412
|
-
"description": "Event emitted by v-model",
|
|
5413
|
-
"properties": [
|
|
5414
|
-
{
|
|
5415
|
-
"type": {
|
|
5416
|
-
"names": [
|
|
5417
|
-
"mixed"
|
|
5418
|
-
]
|
|
5419
|
-
},
|
|
5420
|
-
"name": "modelValue"
|
|
5421
|
-
}
|
|
5422
|
-
],
|
|
5423
|
-
"tags": [
|
|
5424
|
-
{
|
|
5425
|
-
"title": "param",
|
|
5426
|
-
"type": {
|
|
5427
|
-
"name": "mixed"
|
|
5428
|
-
},
|
|
5429
|
-
"name": "modelValue"
|
|
5430
|
-
}
|
|
5431
|
-
]
|
|
5432
|
-
}
|
|
5433
|
-
],
|
|
5434
|
-
"slots": [
|
|
5435
|
-
{
|
|
5436
|
-
"name": "default",
|
|
5437
|
-
"description": "CdrToggleGroup content (CdrToggleButton components)"
|
|
5438
|
-
}
|
|
5439
|
-
],
|
|
5440
|
-
"sourceFiles": [
|
|
5441
|
-
"./src/components/toggleButton/CdrToggleGroup.vue"
|
|
5442
|
-
],
|
|
5443
|
-
"UIProperties": [
|
|
5444
|
-
{
|
|
5445
|
-
"name": "--cdr-toggle-group-border-color",
|
|
5446
|
-
"defaultValue": "--cdr-color-border-primary",
|
|
5447
|
-
"description": "Border color of the cdr-toggle-group"
|
|
5448
|
-
},
|
|
5449
|
-
{
|
|
5450
|
-
"name": "--cdr-toggle-group-background-color-default-rest",
|
|
5451
|
-
"defaultValue": "--cdr-color-background-toggle-group-default-rest",
|
|
5452
|
-
"description": "Default background color of the cdr-toggle-group"
|
|
5453
|
-
}
|
|
5454
|
-
]
|
|
5455
5455
|
}
|
|
5456
5456
|
}
|