@rei/cedar 14.0.2 → 14.1.0
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 +1721 -1720
- package/dist/icon-component-docgen.json +663 -663
- package/dist/lib.d.ts +4 -4
- 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/CdrInput.vue2.mjs +32 -32
- 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 +3 -3
|
@@ -365,6 +365,60 @@
|
|
|
365
365
|
}
|
|
366
366
|
]
|
|
367
367
|
},
|
|
368
|
+
"CdrCaption": {
|
|
369
|
+
"name": "CdrCaption",
|
|
370
|
+
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
371
|
+
"tags": {},
|
|
372
|
+
"exportName": "default",
|
|
373
|
+
"displayName": "CdrCaption",
|
|
374
|
+
"props": [
|
|
375
|
+
{
|
|
376
|
+
"name": "summary",
|
|
377
|
+
"description": "Sets the string content for the description body of the caption.",
|
|
378
|
+
"tags": {
|
|
379
|
+
"demoIgnore": [
|
|
380
|
+
{
|
|
381
|
+
"description": "true",
|
|
382
|
+
"title": "demoIgnore"
|
|
383
|
+
}
|
|
384
|
+
]
|
|
385
|
+
},
|
|
386
|
+
"type": {
|
|
387
|
+
"name": "string"
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "credit",
|
|
392
|
+
"description": "Sets the string content for attribution.",
|
|
393
|
+
"tags": {
|
|
394
|
+
"demoIgnore": [
|
|
395
|
+
{
|
|
396
|
+
"description": "true",
|
|
397
|
+
"title": "demoIgnore"
|
|
398
|
+
}
|
|
399
|
+
]
|
|
400
|
+
},
|
|
401
|
+
"type": {
|
|
402
|
+
"name": "string"
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
],
|
|
406
|
+
"sourceFiles": [
|
|
407
|
+
"./src/components/caption/CdrCaption.vue"
|
|
408
|
+
],
|
|
409
|
+
"UIProperties": [
|
|
410
|
+
{
|
|
411
|
+
"name": "--cdr-caption-summary-color",
|
|
412
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
413
|
+
"description": "Text color of a cdr-caption"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "--cdr-caption-cite-color",
|
|
417
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
418
|
+
"description": "Text color of a cdr-caption"
|
|
419
|
+
}
|
|
420
|
+
]
|
|
421
|
+
},
|
|
368
422
|
"CdrAccordionGroup": {
|
|
369
423
|
"name": "CdrAccordionGroup",
|
|
370
424
|
"exportName": "default",
|
|
@@ -402,183 +456,54 @@
|
|
|
402
456
|
"./src/components/accordion/CdrAccordionGroup.vue"
|
|
403
457
|
]
|
|
404
458
|
},
|
|
405
|
-
"
|
|
406
|
-
"name": "
|
|
407
|
-
"description": "
|
|
459
|
+
"CdrCard": {
|
|
460
|
+
"name": "CdrCard",
|
|
461
|
+
"description": "Related, interactive containers linking to a single subject or destination",
|
|
408
462
|
"tags": {},
|
|
409
463
|
"exportName": "default",
|
|
410
|
-
"displayName": "
|
|
464
|
+
"displayName": "CdrCard",
|
|
411
465
|
"props": [
|
|
412
466
|
{
|
|
413
|
-
"name": "
|
|
414
|
-
"description": "Sets
|
|
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.",
|
|
467
|
+
"name": "tag",
|
|
468
|
+
"description": "Sets valid HTML container element tag.",
|
|
434
469
|
"type": {
|
|
435
|
-
"name": "
|
|
470
|
+
"name": "string"
|
|
436
471
|
},
|
|
437
472
|
"defaultValue": {
|
|
438
473
|
"func": false,
|
|
439
|
-
"value":
|
|
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"
|
|
474
|
+
"value": "'article'"
|
|
455
475
|
}
|
|
456
476
|
}
|
|
457
477
|
],
|
|
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
478
|
"slots": [
|
|
486
479
|
{
|
|
487
|
-
"name": "
|
|
488
|
-
"
|
|
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
|
-
]
|
|
480
|
+
"name": "default",
|
|
481
|
+
"description": "CdrCard content"
|
|
503
482
|
}
|
|
504
483
|
],
|
|
505
484
|
"sourceFiles": [
|
|
506
|
-
"./src/components/
|
|
485
|
+
"./src/components/card/CdrCard.vue"
|
|
507
486
|
],
|
|
508
487
|
"UIProperties": [
|
|
509
488
|
{
|
|
510
|
-
"name": "--cdr-
|
|
511
|
-
"defaultValue": "--cdr-color-
|
|
512
|
-
"description": "
|
|
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"
|
|
489
|
+
"name": "--cdr-card-base-background-color",
|
|
490
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
491
|
+
"description": "Background color of a cdr-card"
|
|
523
492
|
},
|
|
524
493
|
{
|
|
525
|
-
"name": "--cdr-
|
|
526
|
-
"defaultValue": "--cdr-color-text-
|
|
527
|
-
"description": "
|
|
528
|
-
}
|
|
529
|
-
]
|
|
530
|
-
},
|
|
531
|
-
"CdrCaption": {
|
|
532
|
-
"name": "CdrCaption",
|
|
533
|
-
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
534
|
-
"tags": {},
|
|
535
|
-
"exportName": "default",
|
|
536
|
-
"displayName": "CdrCaption",
|
|
537
|
-
"props": [
|
|
538
|
-
{
|
|
539
|
-
"name": "summary",
|
|
540
|
-
"description": "Sets the string content for the description body of the caption.",
|
|
541
|
-
"tags": {
|
|
542
|
-
"demoIgnore": [
|
|
543
|
-
{
|
|
544
|
-
"description": "true",
|
|
545
|
-
"title": "demoIgnore"
|
|
546
|
-
}
|
|
547
|
-
]
|
|
548
|
-
},
|
|
549
|
-
"type": {
|
|
550
|
-
"name": "string"
|
|
551
|
-
}
|
|
494
|
+
"name": "--cdr-card-base-color",
|
|
495
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
496
|
+
"description": "Text color of a cdr-card"
|
|
552
497
|
},
|
|
553
498
|
{
|
|
554
|
-
"name": "
|
|
555
|
-
"description": "Sets the string content for attribution.",
|
|
556
|
-
"tags": {
|
|
557
|
-
"demoIgnore": [
|
|
558
|
-
{
|
|
559
|
-
"description": "true",
|
|
560
|
-
"title": "demoIgnore"
|
|
561
|
-
}
|
|
562
|
-
]
|
|
563
|
-
},
|
|
564
|
-
"type": {
|
|
565
|
-
"name": "string"
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
],
|
|
569
|
-
"sourceFiles": [
|
|
570
|
-
"./src/components/caption/CdrCaption.vue"
|
|
571
|
-
],
|
|
572
|
-
"UIProperties": [
|
|
573
|
-
{
|
|
574
|
-
"name": "--cdr-caption-summary-color",
|
|
499
|
+
"name": "--cdr-card-link-color",
|
|
575
500
|
"defaultValue": "--cdr-color-text-primary",
|
|
576
|
-
"description": "
|
|
501
|
+
"description": "Link text color of a cdr-card"
|
|
577
502
|
},
|
|
578
503
|
{
|
|
579
|
-
"name": "--cdr-
|
|
580
|
-
"defaultValue": "--cdr-color-text-
|
|
581
|
-
"description": "
|
|
504
|
+
"name": "--cdr-card-link-hover-color",
|
|
505
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
506
|
+
"description": "Link hover text color of a cdr-card"
|
|
582
507
|
}
|
|
583
508
|
]
|
|
584
509
|
},
|
|
@@ -1284,155 +1209,35 @@
|
|
|
1284
1209
|
}
|
|
1285
1210
|
]
|
|
1286
1211
|
},
|
|
1287
|
-
"
|
|
1288
|
-
"name": "
|
|
1289
|
-
"description": "
|
|
1212
|
+
"CdrBreadcrumb": {
|
|
1213
|
+
"name": "CdrBreadcrumb",
|
|
1214
|
+
"description": "Navigation used to reveal a page's location within the site hierarchy",
|
|
1290
1215
|
"tags": {},
|
|
1291
1216
|
"exportName": "default",
|
|
1292
|
-
"displayName": "
|
|
1293
|
-
"
|
|
1217
|
+
"displayName": "CdrBreadcrumb",
|
|
1218
|
+
"props": [
|
|
1294
1219
|
{
|
|
1295
|
-
"name": "
|
|
1296
|
-
"description": "
|
|
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
|
+
},
|
|
1230
|
+
"type": {
|
|
1231
|
+
"name": "breadcrumbItem[]"
|
|
1232
|
+
},
|
|
1233
|
+
"defaultValue": {
|
|
1234
|
+
"func": true,
|
|
1235
|
+
"value": "() => []"
|
|
1236
|
+
}
|
|
1297
1237
|
},
|
|
1298
1238
|
{
|
|
1299
|
-
"name": "
|
|
1300
|
-
"description": "
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
"name": "default",
|
|
1304
|
-
"description": "Primary CdrChip content"
|
|
1305
|
-
}
|
|
1306
|
-
],
|
|
1307
|
-
"sourceFiles": [
|
|
1308
|
-
"./src/components/chip/CdrChip.vue"
|
|
1309
|
-
],
|
|
1310
|
-
"UIProperties": [
|
|
1311
|
-
{
|
|
1312
|
-
"name": "--cdr-chip-text-color",
|
|
1313
|
-
"defaultValue": "--cdr-color-text-chip-default",
|
|
1314
|
-
"description": "Text color of a cdr-chip"
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"name": "--cdr-chip-fill-color",
|
|
1318
|
-
"defaultValue": "--cdr-color-text-chip-default",
|
|
1319
|
-
"description": "Fill color of a cdr-chip"
|
|
1320
|
-
},
|
|
1321
|
-
{
|
|
1322
|
-
"name": "--cdr-chip-background-color-rest",
|
|
1323
|
-
"defaultValue": "--cdr-color-background-chip-default-rest",
|
|
1324
|
-
"description": "Background color of a cdr-chip"
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"name": "--cdr-chip-box-shadow-color-rest",
|
|
1328
|
-
"defaultValue": "--cdr-color-border-chip-default-rest",
|
|
1329
|
-
"description": "Box-shadow color of a cdr-chip"
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"name": "--cdr-chip-background-color-disabled",
|
|
1333
|
-
"defaultValue": "--cdr-color-background-chip-default-disabled",
|
|
1334
|
-
"description": "Background color of a cdr-chip when disabled"
|
|
1335
|
-
},
|
|
1336
|
-
{
|
|
1337
|
-
"name": "--cdr-chip-box-shadow-color-disabled",
|
|
1338
|
-
"defaultValue": "--cdr-color-border-chip-default-disabled",
|
|
1339
|
-
"description": "Box-shadow color of a cdr-chip when disabled"
|
|
1340
|
-
},
|
|
1341
|
-
{
|
|
1342
|
-
"name": "--cdr-chip-text-color-disabled",
|
|
1343
|
-
"defaultValue": "--cdr-color-text-chip-disabled",
|
|
1344
|
-
"description": "Text color of a cdr-chip when disabled"
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
"name": "--cdr-chip-background-color-hover",
|
|
1348
|
-
"defaultValue": "--cdr-color-background-chip-default-hover",
|
|
1349
|
-
"description": "Background color of a cdr-chip on hover"
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"name": "--cdr-chip-box-shadow-color-hover",
|
|
1353
|
-
"defaultValue": "--cdr-color-border-chip-default-hover",
|
|
1354
|
-
"description": "Box-shadow color of a cdr-chip on hover"
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
"name": "--cdr-chip-background-color-focus",
|
|
1358
|
-
"defaultValue": "--cdr-color-background-chip-default-focus",
|
|
1359
|
-
"description": "Background color of a cdr-chip on focus"
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"name": "--cdr-chip-box-shadow-color-focus",
|
|
1363
|
-
"defaultValue": "--cdr-color-border-chip-default-focus",
|
|
1364
|
-
"description": "Box-shadow color of a cdr-chip on focus"
|
|
1365
|
-
},
|
|
1366
|
-
{
|
|
1367
|
-
"name": "--cdr-chip-background-color-active",
|
|
1368
|
-
"defaultValue": "--cdr-color-background-chip-default-active",
|
|
1369
|
-
"description": "Background color of a cdr-chip when active"
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
"name": "--cdr-chip-box-shadow-color-active",
|
|
1373
|
-
"defaultValue": "--cdr-color-border-chip-default-active",
|
|
1374
|
-
"description": "Box-shadow color of a cdr-chip when active"
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
"name": "--cdr-chip-background-color-selected-rest",
|
|
1378
|
-
"defaultValue": "--cdr-color-background-chip-default-selected",
|
|
1379
|
-
"description": "Background color of a cdr-chip when selected"
|
|
1380
|
-
},
|
|
1381
|
-
{
|
|
1382
|
-
"name": "--cdr-chip-box-shadow-color-selected-rest",
|
|
1383
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-rest",
|
|
1384
|
-
"description": "Box-shadow color of a cdr-chip when selected"
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"name": "--cdr-chip-background-color-selected-hover",
|
|
1388
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-hover",
|
|
1389
|
-
"description": "Background color of a cdr-chip when selected and hovered"
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"name": "--cdr-chip-box-shadow-color-selected-hover",
|
|
1393
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-hover",
|
|
1394
|
-
"description": "Box-shadow color of a cdr-chip when selected and hovered"
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"name": "--cdr-chip-background-color-selected-focus",
|
|
1398
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-focus",
|
|
1399
|
-
"description": "Background color of a cdr-chip when selected and focused"
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1403
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1404
|
-
"description": "Box-shadow color of a cdr-chip when selected and focused"
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"name": "--cdr-chip-background-color-selected-active",
|
|
1408
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-active",
|
|
1409
|
-
"description": "Background color of a cdr-chip when selected and active"
|
|
1410
|
-
},
|
|
1411
|
-
{
|
|
1412
|
-
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1413
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1414
|
-
"description": "Box-shadow color of a cdr-chip when selected and active"
|
|
1415
|
-
}
|
|
1416
|
-
]
|
|
1417
|
-
},
|
|
1418
|
-
"CdrChipGroup": {
|
|
1419
|
-
"name": "CdrChipGroup",
|
|
1420
|
-
"exportName": "default",
|
|
1421
|
-
"displayName": "CdrChipGroup",
|
|
1422
|
-
"description": "",
|
|
1423
|
-
"tags": {},
|
|
1424
|
-
"props": [
|
|
1425
|
-
{
|
|
1426
|
-
"name": "label",
|
|
1427
|
-
"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.",
|
|
1428
|
-
"type": {
|
|
1429
|
-
"name": "string"
|
|
1430
|
-
},
|
|
1431
|
-
"required": true
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
"name": "hideLabel",
|
|
1435
|
-
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
1239
|
+
"name": "truncationEnabled",
|
|
1240
|
+
"description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
|
|
1436
1241
|
"type": {
|
|
1437
1242
|
"name": "boolean"
|
|
1438
1243
|
},
|
|
@@ -1440,70 +1245,93 @@
|
|
|
1440
1245
|
"func": false,
|
|
1441
1246
|
"value": true
|
|
1442
1247
|
}
|
|
1443
|
-
}
|
|
1444
|
-
],
|
|
1445
|
-
"slots": [
|
|
1446
|
-
{
|
|
1447
|
-
"name": "label",
|
|
1448
|
-
"description": "Override CdrChip label content with a custom element"
|
|
1449
1248
|
},
|
|
1450
1249
|
{
|
|
1451
|
-
"name": "
|
|
1452
|
-
"description": "
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
"description": "Related, interactive containers linking to a single subject or destination",
|
|
1462
|
-
"tags": {},
|
|
1463
|
-
"exportName": "default",
|
|
1464
|
-
"displayName": "CdrCard",
|
|
1465
|
-
"props": [
|
|
1466
|
-
{
|
|
1467
|
-
"name": "tag",
|
|
1468
|
-
"description": "Sets valid HTML container element tag.",
|
|
1250
|
+
"name": "id",
|
|
1251
|
+
"description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
|
|
1252
|
+
"tags": {
|
|
1253
|
+
"demoIgnore": [
|
|
1254
|
+
{
|
|
1255
|
+
"description": "true",
|
|
1256
|
+
"title": "demoIgnore"
|
|
1257
|
+
}
|
|
1258
|
+
]
|
|
1259
|
+
},
|
|
1469
1260
|
"type": {
|
|
1470
1261
|
"name": "string"
|
|
1471
|
-
},
|
|
1472
|
-
"defaultValue": {
|
|
1473
|
-
"func": false,
|
|
1474
|
-
"value": "'article'"
|
|
1475
1262
|
}
|
|
1476
1263
|
}
|
|
1477
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
|
+
],
|
|
1478
1292
|
"slots": [
|
|
1479
1293
|
{
|
|
1480
|
-
"name": "
|
|
1481
|
-
"
|
|
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
|
+
]
|
|
1482
1310
|
}
|
|
1483
1311
|
],
|
|
1484
1312
|
"sourceFiles": [
|
|
1485
|
-
"./src/components/
|
|
1313
|
+
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
1486
1314
|
],
|
|
1487
1315
|
"UIProperties": [
|
|
1488
1316
|
{
|
|
1489
|
-
"name": "--cdr-
|
|
1490
|
-
"defaultValue": "--cdr-color-
|
|
1491
|
-
"description": "
|
|
1317
|
+
"name": "--cdr-breadcrumb-ellipses-icon-color",
|
|
1318
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
1319
|
+
"description": "Ellipses icon color"
|
|
1492
1320
|
},
|
|
1493
1321
|
{
|
|
1494
|
-
"name": "--cdr-
|
|
1495
|
-
"defaultValue": "--cdr-color-text-
|
|
1496
|
-
"description": "
|
|
1322
|
+
"name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
|
|
1323
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
1324
|
+
"description": "Ellipses icon hover, active and focus color"
|
|
1497
1325
|
},
|
|
1498
1326
|
{
|
|
1499
|
-
"name": "--cdr-
|
|
1500
|
-
"defaultValue": "--cdr-color-text-
|
|
1501
|
-
"description": "
|
|
1327
|
+
"name": "--cdr-breadcrumb-item-color",
|
|
1328
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
1329
|
+
"description": "Breadcrumb item color"
|
|
1502
1330
|
},
|
|
1503
1331
|
{
|
|
1504
|
-
"name": "--cdr-
|
|
1332
|
+
"name": "--cdr-breadcrumb-item-linked-highlight-color",
|
|
1505
1333
|
"defaultValue": "--cdr-color-text-link-hover",
|
|
1506
|
-
"description": "
|
|
1334
|
+
"description": "Breadcrumb item linked hover, active and focus color"
|
|
1507
1335
|
}
|
|
1508
1336
|
]
|
|
1509
1337
|
},
|
|
@@ -1765,115 +1593,211 @@
|
|
|
1765
1593
|
}
|
|
1766
1594
|
]
|
|
1767
1595
|
},
|
|
1768
|
-
"
|
|
1769
|
-
"name": "
|
|
1770
|
-
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
1771
|
-
"tags": {
|
|
1772
|
-
"demoComponentNames": [
|
|
1773
|
-
{
|
|
1774
|
-
"description": "icon-account-profile, icon-camera",
|
|
1775
|
-
"title": "demoComponentNames"
|
|
1776
|
-
}
|
|
1777
|
-
]
|
|
1778
|
-
},
|
|
1596
|
+
"CdrFormError": {
|
|
1597
|
+
"name": "CdrFormError",
|
|
1779
1598
|
"exportName": "default",
|
|
1780
|
-
"displayName": "
|
|
1599
|
+
"displayName": "CdrFormError",
|
|
1600
|
+
"description": "",
|
|
1601
|
+
"tags": {},
|
|
1781
1602
|
"props": [
|
|
1782
1603
|
{
|
|
1783
|
-
"name": "
|
|
1784
|
-
"description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
|
|
1604
|
+
"name": "error",
|
|
1785
1605
|
"type": {
|
|
1786
|
-
"name": "string"
|
|
1606
|
+
"name": "boolean|string"
|
|
1787
1607
|
}
|
|
1788
|
-
}
|
|
1608
|
+
}
|
|
1609
|
+
],
|
|
1610
|
+
"slots": [
|
|
1789
1611
|
{
|
|
1790
|
-
"name": "
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1612
|
+
"name": "error"
|
|
1613
|
+
}
|
|
1614
|
+
],
|
|
1615
|
+
"sourceFiles": [
|
|
1616
|
+
"./src/components/formError/CdrFormError.vue"
|
|
1617
|
+
],
|
|
1618
|
+
"UIProperties": [
|
|
1619
|
+
{
|
|
1620
|
+
"name": "--cdr-form-error-text-color",
|
|
1621
|
+
"defaultValue": "--cdr-color-text-input-error",
|
|
1622
|
+
"description": "Text color of a cdr-form-error"
|
|
1799
1623
|
},
|
|
1800
1624
|
{
|
|
1801
|
-
"name": "
|
|
1802
|
-
"
|
|
1803
|
-
|
|
1804
|
-
},
|
|
1805
|
-
"defaultValue": {
|
|
1806
|
-
"func": false,
|
|
1807
|
-
"value": "'medium'"
|
|
1808
|
-
}
|
|
1625
|
+
"name": "--cdr-form-error-fill-color",
|
|
1626
|
+
"defaultValue": "--cdr-color-text-input-error",
|
|
1627
|
+
"description": "Fill color of a cdr-form-error"
|
|
1809
1628
|
}
|
|
1810
|
-
]
|
|
1629
|
+
]
|
|
1630
|
+
},
|
|
1631
|
+
"CdrChip": {
|
|
1632
|
+
"name": "CdrChip",
|
|
1633
|
+
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
1634
|
+
"tags": {},
|
|
1635
|
+
"exportName": "default",
|
|
1636
|
+
"displayName": "CdrChip",
|
|
1811
1637
|
"slots": [
|
|
1812
1638
|
{
|
|
1813
|
-
"name": "
|
|
1639
|
+
"name": "icon-left",
|
|
1640
|
+
"description": "Icon to the left of the content"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"name": "icon-right",
|
|
1644
|
+
"description": "Icon to the right of the content"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "default",
|
|
1648
|
+
"description": "Primary CdrChip content"
|
|
1814
1649
|
}
|
|
1815
1650
|
],
|
|
1816
1651
|
"sourceFiles": [
|
|
1817
|
-
"./src/components/
|
|
1652
|
+
"./src/components/chip/CdrChip.vue"
|
|
1818
1653
|
],
|
|
1819
1654
|
"UIProperties": [
|
|
1820
1655
|
{
|
|
1821
|
-
"name": "--cdr-
|
|
1822
|
-
"defaultValue": "--cdr-color-
|
|
1823
|
-
"description": "
|
|
1656
|
+
"name": "--cdr-chip-text-color",
|
|
1657
|
+
"defaultValue": "--cdr-color-text-chip-default",
|
|
1658
|
+
"description": "Text color of a cdr-chip"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"name": "--cdr-chip-fill-color",
|
|
1662
|
+
"defaultValue": "--cdr-color-text-chip-default",
|
|
1663
|
+
"description": "Fill color of a cdr-chip"
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"name": "--cdr-chip-background-color-rest",
|
|
1667
|
+
"defaultValue": "--cdr-color-background-chip-default-rest",
|
|
1668
|
+
"description": "Background color of a cdr-chip"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"name": "--cdr-chip-box-shadow-color-rest",
|
|
1672
|
+
"defaultValue": "--cdr-color-border-chip-default-rest",
|
|
1673
|
+
"description": "Box-shadow color of a cdr-chip"
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"name": "--cdr-chip-background-color-disabled",
|
|
1677
|
+
"defaultValue": "--cdr-color-background-chip-default-disabled",
|
|
1678
|
+
"description": "Background color of a cdr-chip when disabled"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"name": "--cdr-chip-box-shadow-color-disabled",
|
|
1682
|
+
"defaultValue": "--cdr-color-border-chip-default-disabled",
|
|
1683
|
+
"description": "Box-shadow color of a cdr-chip when disabled"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"name": "--cdr-chip-text-color-disabled",
|
|
1687
|
+
"defaultValue": "--cdr-color-text-chip-disabled",
|
|
1688
|
+
"description": "Text color of a cdr-chip when disabled"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"name": "--cdr-chip-background-color-hover",
|
|
1692
|
+
"defaultValue": "--cdr-color-background-chip-default-hover",
|
|
1693
|
+
"description": "Background color of a cdr-chip on hover"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "--cdr-chip-box-shadow-color-hover",
|
|
1697
|
+
"defaultValue": "--cdr-color-border-chip-default-hover",
|
|
1698
|
+
"description": "Box-shadow color of a cdr-chip on hover"
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"name": "--cdr-chip-background-color-focus",
|
|
1702
|
+
"defaultValue": "--cdr-color-background-chip-default-focus",
|
|
1703
|
+
"description": "Background color of a cdr-chip on focus"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"name": "--cdr-chip-box-shadow-color-focus",
|
|
1707
|
+
"defaultValue": "--cdr-color-border-chip-default-focus",
|
|
1708
|
+
"description": "Box-shadow color of a cdr-chip on focus"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "--cdr-chip-background-color-active",
|
|
1712
|
+
"defaultValue": "--cdr-color-background-chip-default-active",
|
|
1713
|
+
"description": "Background color of a cdr-chip when active"
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"name": "--cdr-chip-box-shadow-color-active",
|
|
1717
|
+
"defaultValue": "--cdr-color-border-chip-default-active",
|
|
1718
|
+
"description": "Box-shadow color of a cdr-chip when active"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "--cdr-chip-background-color-selected-rest",
|
|
1722
|
+
"defaultValue": "--cdr-color-background-chip-default-selected",
|
|
1723
|
+
"description": "Background color of a cdr-chip when selected"
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"name": "--cdr-chip-box-shadow-color-selected-rest",
|
|
1727
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-rest",
|
|
1728
|
+
"description": "Box-shadow color of a cdr-chip when selected"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"name": "--cdr-chip-background-color-selected-hover",
|
|
1732
|
+
"defaultValue": "--cdr-color-background-chip-default-selected-hover",
|
|
1733
|
+
"description": "Background color of a cdr-chip when selected and hovered"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"name": "--cdr-chip-box-shadow-color-selected-hover",
|
|
1737
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-hover",
|
|
1738
|
+
"description": "Box-shadow color of a cdr-chip when selected and hovered"
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"name": "--cdr-chip-background-color-selected-focus",
|
|
1742
|
+
"defaultValue": "--cdr-color-background-chip-default-selected-focus",
|
|
1743
|
+
"description": "Background color of a cdr-chip when selected and focused"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1747
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1748
|
+
"description": "Box-shadow color of a cdr-chip when selected and focused"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"name": "--cdr-chip-background-color-selected-active",
|
|
1752
|
+
"defaultValue": "--cdr-color-background-chip-default-selected-active",
|
|
1753
|
+
"description": "Background color of a cdr-chip when selected and active"
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1757
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1758
|
+
"description": "Box-shadow color of a cdr-chip when selected and active"
|
|
1824
1759
|
}
|
|
1825
1760
|
]
|
|
1826
1761
|
},
|
|
1827
|
-
"
|
|
1828
|
-
"name": "
|
|
1829
|
-
"description": "Provides base margins and responsive layout logic for pages",
|
|
1830
|
-
"tags": {},
|
|
1762
|
+
"CdrChipGroup": {
|
|
1763
|
+
"name": "CdrChipGroup",
|
|
1831
1764
|
"exportName": "default",
|
|
1832
|
-
"displayName": "
|
|
1765
|
+
"displayName": "CdrChipGroup",
|
|
1766
|
+
"description": "",
|
|
1767
|
+
"tags": {},
|
|
1833
1768
|
"props": [
|
|
1834
1769
|
{
|
|
1835
|
-
"name": "
|
|
1836
|
-
"description": "Sets
|
|
1770
|
+
"name": "label",
|
|
1771
|
+
"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.",
|
|
1837
1772
|
"type": {
|
|
1838
1773
|
"name": "string"
|
|
1839
1774
|
},
|
|
1840
|
-
"
|
|
1841
|
-
"func": false,
|
|
1842
|
-
"value": "'div'"
|
|
1843
|
-
}
|
|
1775
|
+
"required": true
|
|
1844
1776
|
},
|
|
1845
1777
|
{
|
|
1846
|
-
"name": "
|
|
1847
|
-
"description": "
|
|
1848
|
-
"tags": {
|
|
1849
|
-
"demoSelectMultiple": [
|
|
1850
|
-
{
|
|
1851
|
-
"description": "false",
|
|
1852
|
-
"title": "demoSelectMultiple"
|
|
1853
|
-
}
|
|
1854
|
-
]
|
|
1855
|
-
},
|
|
1856
|
-
"values": [
|
|
1857
|
-
"static",
|
|
1858
|
-
"fluid"
|
|
1859
|
-
],
|
|
1778
|
+
"name": "hideLabel",
|
|
1779
|
+
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
1860
1780
|
"type": {
|
|
1861
|
-
"name": "
|
|
1781
|
+
"name": "boolean"
|
|
1862
1782
|
},
|
|
1863
1783
|
"defaultValue": {
|
|
1864
1784
|
"func": false,
|
|
1865
|
-
"value":
|
|
1785
|
+
"value": true
|
|
1866
1786
|
}
|
|
1867
1787
|
}
|
|
1868
1788
|
],
|
|
1869
1789
|
"slots": [
|
|
1790
|
+
{
|
|
1791
|
+
"name": "label",
|
|
1792
|
+
"description": "Override CdrChip label content with a custom element"
|
|
1793
|
+
},
|
|
1870
1794
|
{
|
|
1871
1795
|
"name": "default",
|
|
1872
|
-
"description": "
|
|
1796
|
+
"description": "CdrChipGroup content (CdrChip components)"
|
|
1873
1797
|
}
|
|
1874
1798
|
],
|
|
1875
1799
|
"sourceFiles": [
|
|
1876
|
-
"./src/components/
|
|
1800
|
+
"./src/components/chip/CdrChipGroup.vue"
|
|
1877
1801
|
]
|
|
1878
1802
|
},
|
|
1879
1803
|
"CdrFormGroup": {
|
|
@@ -1998,23 +1922,35 @@
|
|
|
1998
1922
|
}
|
|
1999
1923
|
]
|
|
2000
1924
|
},
|
|
2001
|
-
"
|
|
2002
|
-
"name": "
|
|
2003
|
-
"description": "
|
|
1925
|
+
"CdrImg": {
|
|
1926
|
+
"name": "CdrImg",
|
|
1927
|
+
"description": "Media for capturing attention and communicating messages",
|
|
2004
1928
|
"tags": {},
|
|
2005
1929
|
"exportName": "default",
|
|
2006
|
-
"displayName": "
|
|
1930
|
+
"displayName": "CdrImg",
|
|
2007
1931
|
"props": [
|
|
2008
1932
|
{
|
|
2009
|
-
"name": "
|
|
2010
|
-
"description": "
|
|
1933
|
+
"name": "src",
|
|
1934
|
+
"description": "Image source url.",
|
|
1935
|
+
"type": {
|
|
1936
|
+
"name": "string"
|
|
1937
|
+
},
|
|
1938
|
+
"required": true
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "alt",
|
|
1942
|
+
"description": "Image alt text. Defaults to an empty string",
|
|
2011
1943
|
"type": {
|
|
2012
1944
|
"name": "string"
|
|
1945
|
+
},
|
|
1946
|
+
"defaultValue": {
|
|
1947
|
+
"func": false,
|
|
1948
|
+
"value": "''"
|
|
2013
1949
|
}
|
|
2014
1950
|
},
|
|
2015
1951
|
{
|
|
2016
|
-
"name": "
|
|
2017
|
-
"description": "
|
|
1952
|
+
"name": "ratio",
|
|
1953
|
+
"description": "Aspect ratio of the media container",
|
|
2018
1954
|
"tags": {
|
|
2019
1955
|
"demoSelectMultiple": [
|
|
2020
1956
|
{
|
|
@@ -2024,14 +1960,254 @@
|
|
|
2024
1960
|
]
|
|
2025
1961
|
},
|
|
2026
1962
|
"values": [
|
|
2027
|
-
"
|
|
2028
|
-
"
|
|
2029
|
-
"
|
|
2030
|
-
"
|
|
2031
|
-
"
|
|
2032
|
-
"
|
|
2033
|
-
"
|
|
2034
|
-
"
|
|
1963
|
+
"auto",
|
|
1964
|
+
"square",
|
|
1965
|
+
"1-2",
|
|
1966
|
+
"2-3",
|
|
1967
|
+
"3-4",
|
|
1968
|
+
"9-16",
|
|
1969
|
+
"2-1",
|
|
1970
|
+
"3-2",
|
|
1971
|
+
"4-3",
|
|
1972
|
+
"16-9"
|
|
1973
|
+
],
|
|
1974
|
+
"type": {
|
|
1975
|
+
"name": "string"
|
|
1976
|
+
},
|
|
1977
|
+
"defaultValue": {
|
|
1978
|
+
"func": false,
|
|
1979
|
+
"value": "undefined"
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"name": "crop",
|
|
1984
|
+
"description": "Requires a `ratio`. Area to crop the image overflow to. {left, center, right} {top, center, bottom}",
|
|
1985
|
+
"tags": {
|
|
1986
|
+
"demoSelectMultiple": [
|
|
1987
|
+
{
|
|
1988
|
+
"description": "false",
|
|
1989
|
+
"title": "demoSelectMultiple"
|
|
1990
|
+
}
|
|
1991
|
+
]
|
|
1992
|
+
},
|
|
1993
|
+
"values": [
|
|
1994
|
+
"left",
|
|
1995
|
+
"x-center",
|
|
1996
|
+
"right",
|
|
1997
|
+
"top",
|
|
1998
|
+
"y-center",
|
|
1999
|
+
"bottom"
|
|
2000
|
+
],
|
|
2001
|
+
"type": {
|
|
2002
|
+
"name": "string"
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "cover",
|
|
2007
|
+
"description": "Requires a `ratio`. Scale the image to be as large as possible to fill the area (background-position: cover;)",
|
|
2008
|
+
"type": {
|
|
2009
|
+
"name": "boolean"
|
|
2010
|
+
}
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"name": "containerClass",
|
|
2014
|
+
"description": "Adds a custom class to the cdr-img__ratio container div",
|
|
2015
|
+
"type": {
|
|
2016
|
+
"name": "string"
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"name": "radius",
|
|
2021
|
+
"description": "Sets a border radius to an element {square, top, right, bottom, left}",
|
|
2022
|
+
"tags": {
|
|
2023
|
+
"demoSelectMultiple": [
|
|
2024
|
+
{
|
|
2025
|
+
"description": "false",
|
|
2026
|
+
"title": "demoSelectMultiple"
|
|
2027
|
+
}
|
|
2028
|
+
]
|
|
2029
|
+
},
|
|
2030
|
+
"values": [
|
|
2031
|
+
"circle",
|
|
2032
|
+
"rounded"
|
|
2033
|
+
],
|
|
2034
|
+
"type": {
|
|
2035
|
+
"name": "string"
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"name": "modifier",
|
|
2040
|
+
"description": "Modifies the style variant for this component.",
|
|
2041
|
+
"tags": {
|
|
2042
|
+
"demoSelectMultiple": [
|
|
2043
|
+
{
|
|
2044
|
+
"description": "false",
|
|
2045
|
+
"title": "demoSelectMultiple"
|
|
2046
|
+
}
|
|
2047
|
+
]
|
|
2048
|
+
},
|
|
2049
|
+
"values": [
|
|
2050
|
+
"responsive"
|
|
2051
|
+
],
|
|
2052
|
+
"type": {
|
|
2053
|
+
"name": "string"
|
|
2054
|
+
},
|
|
2055
|
+
"defaultValue": {
|
|
2056
|
+
"func": false,
|
|
2057
|
+
"value": "''"
|
|
2058
|
+
}
|
|
2059
|
+
}
|
|
2060
|
+
],
|
|
2061
|
+
"sourceFiles": [
|
|
2062
|
+
"./src/components/image/CdrImg.vue"
|
|
2063
|
+
]
|
|
2064
|
+
},
|
|
2065
|
+
"CdrIcon": {
|
|
2066
|
+
"name": "CdrIcon",
|
|
2067
|
+
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
2068
|
+
"tags": {
|
|
2069
|
+
"demoComponentNames": [
|
|
2070
|
+
{
|
|
2071
|
+
"description": "icon-account-profile, icon-camera",
|
|
2072
|
+
"title": "demoComponentNames"
|
|
2073
|
+
}
|
|
2074
|
+
]
|
|
2075
|
+
},
|
|
2076
|
+
"exportName": "default",
|
|
2077
|
+
"displayName": "CdrIcon",
|
|
2078
|
+
"props": [
|
|
2079
|
+
{
|
|
2080
|
+
"name": "use",
|
|
2081
|
+
"description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
|
|
2082
|
+
"type": {
|
|
2083
|
+
"name": "string"
|
|
2084
|
+
}
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"name": "inheritColor",
|
|
2088
|
+
"description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
|
|
2089
|
+
"type": {
|
|
2090
|
+
"name": "boolean"
|
|
2091
|
+
},
|
|
2092
|
+
"defaultValue": {
|
|
2093
|
+
"func": false,
|
|
2094
|
+
"value": false
|
|
2095
|
+
}
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"name": "size",
|
|
2099
|
+
"type": {
|
|
2100
|
+
"name": "string"
|
|
2101
|
+
},
|
|
2102
|
+
"defaultValue": {
|
|
2103
|
+
"func": false,
|
|
2104
|
+
"value": "'medium'"
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
],
|
|
2108
|
+
"slots": [
|
|
2109
|
+
{
|
|
2110
|
+
"name": "default"
|
|
2111
|
+
}
|
|
2112
|
+
],
|
|
2113
|
+
"sourceFiles": [
|
|
2114
|
+
"./src/components/icon/CdrIcon.vue"
|
|
2115
|
+
],
|
|
2116
|
+
"UIProperties": [
|
|
2117
|
+
{
|
|
2118
|
+
"name": "--cdr-icon-fill-default",
|
|
2119
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
2120
|
+
"description": "Fill color of an icon"
|
|
2121
|
+
}
|
|
2122
|
+
]
|
|
2123
|
+
},
|
|
2124
|
+
"CdrContainer": {
|
|
2125
|
+
"name": "CdrContainer",
|
|
2126
|
+
"description": "Provides base margins and responsive layout logic for pages",
|
|
2127
|
+
"tags": {},
|
|
2128
|
+
"exportName": "default",
|
|
2129
|
+
"displayName": "CdrContainer",
|
|
2130
|
+
"props": [
|
|
2131
|
+
{
|
|
2132
|
+
"name": "tag",
|
|
2133
|
+
"description": "Sets the HTML tag for the container element",
|
|
2134
|
+
"type": {
|
|
2135
|
+
"name": "string"
|
|
2136
|
+
},
|
|
2137
|
+
"defaultValue": {
|
|
2138
|
+
"func": false,
|
|
2139
|
+
"value": "'div'"
|
|
2140
|
+
}
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"name": "modifier",
|
|
2144
|
+
"description": "Controls whether container is static or fluid width.",
|
|
2145
|
+
"tags": {
|
|
2146
|
+
"demoSelectMultiple": [
|
|
2147
|
+
{
|
|
2148
|
+
"description": "false",
|
|
2149
|
+
"title": "demoSelectMultiple"
|
|
2150
|
+
}
|
|
2151
|
+
]
|
|
2152
|
+
},
|
|
2153
|
+
"values": [
|
|
2154
|
+
"static",
|
|
2155
|
+
"fluid"
|
|
2156
|
+
],
|
|
2157
|
+
"type": {
|
|
2158
|
+
"name": "string"
|
|
2159
|
+
},
|
|
2160
|
+
"defaultValue": {
|
|
2161
|
+
"func": false,
|
|
2162
|
+
"value": "'static'"
|
|
2163
|
+
}
|
|
2164
|
+
}
|
|
2165
|
+
],
|
|
2166
|
+
"slots": [
|
|
2167
|
+
{
|
|
2168
|
+
"name": "default",
|
|
2169
|
+
"description": "CdrContainer content"
|
|
2170
|
+
}
|
|
2171
|
+
],
|
|
2172
|
+
"sourceFiles": [
|
|
2173
|
+
"./src/components/container/CdrContainer.vue"
|
|
2174
|
+
]
|
|
2175
|
+
},
|
|
2176
|
+
"CdrInput": {
|
|
2177
|
+
"name": "CdrInput",
|
|
2178
|
+
"description": "Allows for data entry, editing, and search",
|
|
2179
|
+
"tags": {},
|
|
2180
|
+
"exportName": "default",
|
|
2181
|
+
"displayName": "CdrInput",
|
|
2182
|
+
"props": [
|
|
2183
|
+
{
|
|
2184
|
+
"name": "id",
|
|
2185
|
+
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
|
|
2186
|
+
"type": {
|
|
2187
|
+
"name": "string"
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"name": "type",
|
|
2192
|
+
"description": "'type' attribute for the input as defined by w3c.\n Only supporting text|email|number|password|search|url|date|datetime-local.\n The increment/decrement webkit psuedo element is hidden for number.",
|
|
2193
|
+
"tags": {
|
|
2194
|
+
"demoSelectMultiple": [
|
|
2195
|
+
{
|
|
2196
|
+
"description": "false",
|
|
2197
|
+
"title": "demoSelectMultiple"
|
|
2198
|
+
}
|
|
2199
|
+
]
|
|
2200
|
+
},
|
|
2201
|
+
"values": [
|
|
2202
|
+
"text",
|
|
2203
|
+
"email",
|
|
2204
|
+
"number",
|
|
2205
|
+
"password",
|
|
2206
|
+
"search",
|
|
2207
|
+
"url",
|
|
2208
|
+
"tel",
|
|
2209
|
+
"date",
|
|
2210
|
+
"datetime-local"
|
|
2035
2211
|
],
|
|
2036
2212
|
"type": {
|
|
2037
2213
|
"name": "string"
|
|
@@ -2341,233 +2517,95 @@
|
|
|
2341
2517
|
}
|
|
2342
2518
|
]
|
|
2343
2519
|
},
|
|
2344
|
-
"
|
|
2345
|
-
"name": "
|
|
2520
|
+
"CdrLabelStandalone": {
|
|
2521
|
+
"name": "CdrLabelStandalone",
|
|
2346
2522
|
"exportName": "default",
|
|
2347
|
-
"displayName": "
|
|
2523
|
+
"displayName": "CdrLabelStandalone",
|
|
2348
2524
|
"description": "",
|
|
2349
2525
|
"tags": {},
|
|
2350
2526
|
"props": [
|
|
2351
2527
|
{
|
|
2352
|
-
"name": "
|
|
2353
|
-
"type": {
|
|
2354
|
-
"name": "boolean|string"
|
|
2355
|
-
}
|
|
2356
|
-
}
|
|
2357
|
-
],
|
|
2358
|
-
"slots": [
|
|
2359
|
-
{
|
|
2360
|
-
"name": "error"
|
|
2361
|
-
}
|
|
2362
|
-
],
|
|
2363
|
-
"sourceFiles": [
|
|
2364
|
-
"./src/components/formError/CdrFormError.vue"
|
|
2365
|
-
],
|
|
2366
|
-
"UIProperties": [
|
|
2367
|
-
{
|
|
2368
|
-
"name": "--cdr-form-error-text-color",
|
|
2369
|
-
"defaultValue": "--cdr-color-text-input-error",
|
|
2370
|
-
"description": "Text color of a cdr-form-error"
|
|
2371
|
-
},
|
|
2372
|
-
{
|
|
2373
|
-
"name": "--cdr-form-error-fill-color",
|
|
2374
|
-
"defaultValue": "--cdr-color-text-input-error",
|
|
2375
|
-
"description": "Fill color of a cdr-form-error"
|
|
2376
|
-
}
|
|
2377
|
-
]
|
|
2378
|
-
},
|
|
2379
|
-
"CdrImg": {
|
|
2380
|
-
"name": "CdrImg",
|
|
2381
|
-
"description": "Media for capturing attention and communicating messages",
|
|
2382
|
-
"tags": {},
|
|
2383
|
-
"exportName": "default",
|
|
2384
|
-
"displayName": "CdrImg",
|
|
2385
|
-
"props": [
|
|
2386
|
-
{
|
|
2387
|
-
"name": "src",
|
|
2388
|
-
"description": "Image source url.",
|
|
2528
|
+
"name": "forId",
|
|
2389
2529
|
"type": {
|
|
2390
2530
|
"name": "string"
|
|
2391
2531
|
},
|
|
2392
2532
|
"required": true
|
|
2393
2533
|
},
|
|
2394
2534
|
{
|
|
2395
|
-
"name": "
|
|
2396
|
-
"description": "Image alt text. Defaults to an empty string",
|
|
2535
|
+
"name": "label",
|
|
2397
2536
|
"type": {
|
|
2398
2537
|
"name": "string"
|
|
2399
|
-
},
|
|
2400
|
-
"defaultValue": {
|
|
2401
|
-
"func": false,
|
|
2402
|
-
"value": "''"
|
|
2403
2538
|
}
|
|
2404
2539
|
},
|
|
2405
2540
|
{
|
|
2406
|
-
"name": "
|
|
2407
|
-
"description": "Aspect ratio of the media container",
|
|
2408
|
-
"tags": {
|
|
2409
|
-
"demoSelectMultiple": [
|
|
2410
|
-
{
|
|
2411
|
-
"description": "false",
|
|
2412
|
-
"title": "demoSelectMultiple"
|
|
2413
|
-
}
|
|
2414
|
-
]
|
|
2415
|
-
},
|
|
2416
|
-
"values": [
|
|
2417
|
-
"auto",
|
|
2418
|
-
"square",
|
|
2419
|
-
"1-2",
|
|
2420
|
-
"2-3",
|
|
2421
|
-
"3-4",
|
|
2422
|
-
"9-16",
|
|
2423
|
-
"2-1",
|
|
2424
|
-
"3-2",
|
|
2425
|
-
"4-3",
|
|
2426
|
-
"16-9"
|
|
2427
|
-
],
|
|
2541
|
+
"name": "disabled",
|
|
2428
2542
|
"type": {
|
|
2429
|
-
"name": "
|
|
2430
|
-
},
|
|
2431
|
-
"defaultValue": {
|
|
2432
|
-
"func": false,
|
|
2433
|
-
"value": "undefined"
|
|
2543
|
+
"name": "boolean"
|
|
2434
2544
|
}
|
|
2435
2545
|
},
|
|
2436
2546
|
{
|
|
2437
|
-
"name": "
|
|
2438
|
-
"description": "Requires a `ratio`. Area to crop the image overflow to. {left, center, right} {top, center, bottom}",
|
|
2439
|
-
"tags": {
|
|
2440
|
-
"demoSelectMultiple": [
|
|
2441
|
-
{
|
|
2442
|
-
"description": "false",
|
|
2443
|
-
"title": "demoSelectMultiple"
|
|
2444
|
-
}
|
|
2445
|
-
]
|
|
2446
|
-
},
|
|
2447
|
-
"values": [
|
|
2448
|
-
"left",
|
|
2449
|
-
"x-center",
|
|
2450
|
-
"right",
|
|
2451
|
-
"top",
|
|
2452
|
-
"y-center",
|
|
2453
|
-
"bottom"
|
|
2454
|
-
],
|
|
2547
|
+
"name": "required",
|
|
2455
2548
|
"type": {
|
|
2456
|
-
"name": "
|
|
2549
|
+
"name": "boolean"
|
|
2457
2550
|
}
|
|
2458
2551
|
},
|
|
2459
2552
|
{
|
|
2460
|
-
"name": "
|
|
2461
|
-
"description": "Requires a `ratio`. Scale the image to be as large as possible to fill the area (background-position: cover;)",
|
|
2553
|
+
"name": "optional",
|
|
2462
2554
|
"type": {
|
|
2463
2555
|
"name": "boolean"
|
|
2464
2556
|
}
|
|
2465
2557
|
},
|
|
2466
2558
|
{
|
|
2467
|
-
"name": "
|
|
2468
|
-
"description": "Adds a custom class to the cdr-img__ratio container div",
|
|
2559
|
+
"name": "hideLabel",
|
|
2469
2560
|
"type": {
|
|
2470
|
-
"name": "
|
|
2561
|
+
"name": "boolean"
|
|
2471
2562
|
}
|
|
2563
|
+
}
|
|
2564
|
+
],
|
|
2565
|
+
"slots": [
|
|
2566
|
+
{
|
|
2567
|
+
"name": "helper"
|
|
2472
2568
|
},
|
|
2473
2569
|
{
|
|
2474
|
-
"name": "
|
|
2475
|
-
"description": "Sets a border radius to an element {square, top, right, bottom, left}",
|
|
2476
|
-
"tags": {
|
|
2477
|
-
"demoSelectMultiple": [
|
|
2478
|
-
{
|
|
2479
|
-
"description": "false",
|
|
2480
|
-
"title": "demoSelectMultiple"
|
|
2481
|
-
}
|
|
2482
|
-
]
|
|
2483
|
-
},
|
|
2484
|
-
"values": [
|
|
2485
|
-
"circle",
|
|
2486
|
-
"rounded"
|
|
2487
|
-
],
|
|
2488
|
-
"type": {
|
|
2489
|
-
"name": "string"
|
|
2490
|
-
}
|
|
2570
|
+
"name": "default"
|
|
2491
2571
|
},
|
|
2492
2572
|
{
|
|
2493
|
-
"name": "
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
"values": [
|
|
2504
|
-
"responsive"
|
|
2505
|
-
],
|
|
2506
|
-
"type": {
|
|
2507
|
-
"name": "string"
|
|
2508
|
-
},
|
|
2509
|
-
"defaultValue": {
|
|
2510
|
-
"func": false,
|
|
2511
|
-
"value": "''"
|
|
2512
|
-
}
|
|
2573
|
+
"name": "info-action"
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "info"
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"name": "helper-text-bottom"
|
|
2580
|
+
},
|
|
2581
|
+
{
|
|
2582
|
+
"name": "error"
|
|
2513
2583
|
}
|
|
2514
2584
|
],
|
|
2515
2585
|
"sourceFiles": [
|
|
2516
|
-
"./src/components/
|
|
2517
|
-
]
|
|
2518
|
-
|
|
2519
|
-
"CdrGrid": {
|
|
2520
|
-
"name": "CdrGrid",
|
|
2521
|
-
"description": "Simple wrapper for working with CSS grid",
|
|
2522
|
-
"tags": {},
|
|
2523
|
-
"exportName": "default",
|
|
2524
|
-
"displayName": "CdrGrid",
|
|
2525
|
-
"props": [
|
|
2586
|
+
"./src/components/labelStandalone/CdrLabelStandalone.vue"
|
|
2587
|
+
],
|
|
2588
|
+
"UIProperties": [
|
|
2526
2589
|
{
|
|
2527
|
-
"name": "
|
|
2528
|
-
"
|
|
2529
|
-
"
|
|
2530
|
-
"demoSelectMultiple": [
|
|
2531
|
-
{
|
|
2532
|
-
"description": "false",
|
|
2533
|
-
"title": "demoSelectMultiple"
|
|
2534
|
-
}
|
|
2535
|
-
]
|
|
2536
|
-
},
|
|
2537
|
-
"values": [
|
|
2538
|
-
"none",
|
|
2539
|
-
"small",
|
|
2540
|
-
"medium",
|
|
2541
|
-
"large"
|
|
2542
|
-
],
|
|
2543
|
-
"type": {
|
|
2544
|
-
"name": "string"
|
|
2545
|
-
},
|
|
2546
|
-
"defaultValue": {
|
|
2547
|
-
"func": false,
|
|
2548
|
-
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
2549
|
-
}
|
|
2590
|
+
"name": "--cdr-label-standalone-text-color",
|
|
2591
|
+
"defaultValue": "--cdr-color-text-input-label",
|
|
2592
|
+
"description": "Text color of a standalone label"
|
|
2550
2593
|
},
|
|
2551
2594
|
{
|
|
2552
|
-
"name": "
|
|
2553
|
-
"
|
|
2554
|
-
"
|
|
2555
|
-
|
|
2556
|
-
},
|
|
2557
|
-
"defaultValue": {
|
|
2558
|
-
"func": false,
|
|
2559
|
-
"value": "'div'"
|
|
2560
|
-
}
|
|
2561
|
-
}
|
|
2562
|
-
],
|
|
2563
|
-
"slots": [
|
|
2595
|
+
"name": "--cdr-label-standalone-disabled-text-color",
|
|
2596
|
+
"defaultValue": "--cdr-color-text-input-disabled",
|
|
2597
|
+
"description": "Text color of a standalone label when disabled"
|
|
2598
|
+
},
|
|
2564
2599
|
{
|
|
2565
|
-
"name": "
|
|
2566
|
-
"
|
|
2600
|
+
"name": "--cdr-label-standalone-optional-text-color",
|
|
2601
|
+
"defaultValue": "--cdr-color-text-input-optional",
|
|
2602
|
+
"description": "Text color of a standalone label when optional"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"name": "--cdr-label-standalone-helper-text-color",
|
|
2606
|
+
"defaultValue": "--cdr-color-text-input-help",
|
|
2607
|
+
"description": "Text color of a standalone helper label"
|
|
2567
2608
|
}
|
|
2568
|
-
],
|
|
2569
|
-
"sourceFiles": [
|
|
2570
|
-
"./src/components/grid/CdrGrid.vue"
|
|
2571
2609
|
]
|
|
2572
2610
|
},
|
|
2573
2611
|
"CdrLabelWrapper": {
|
|
@@ -2701,176 +2739,58 @@
|
|
|
2701
2739
|
}
|
|
2702
2740
|
]
|
|
2703
2741
|
},
|
|
2704
|
-
"
|
|
2705
|
-
"name": "
|
|
2706
|
-
"
|
|
2707
|
-
"displayName": "CdrLabelStandalone",
|
|
2708
|
-
"description": "",
|
|
2742
|
+
"CdrGrid": {
|
|
2743
|
+
"name": "CdrGrid",
|
|
2744
|
+
"description": "Simple wrapper for working with CSS grid",
|
|
2709
2745
|
"tags": {},
|
|
2746
|
+
"exportName": "default",
|
|
2747
|
+
"displayName": "CdrGrid",
|
|
2710
2748
|
"props": [
|
|
2711
2749
|
{
|
|
2712
|
-
"name": "
|
|
2750
|
+
"name": "gutter",
|
|
2751
|
+
"description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
|
|
2752
|
+
"tags": {
|
|
2753
|
+
"demoSelectMultiple": [
|
|
2754
|
+
{
|
|
2755
|
+
"description": "false",
|
|
2756
|
+
"title": "demoSelectMultiple"
|
|
2757
|
+
}
|
|
2758
|
+
]
|
|
2759
|
+
},
|
|
2760
|
+
"values": [
|
|
2761
|
+
"none",
|
|
2762
|
+
"small",
|
|
2763
|
+
"medium",
|
|
2764
|
+
"large"
|
|
2765
|
+
],
|
|
2713
2766
|
"type": {
|
|
2714
2767
|
"name": "string"
|
|
2715
2768
|
},
|
|
2716
|
-
"
|
|
2769
|
+
"defaultValue": {
|
|
2770
|
+
"func": false,
|
|
2771
|
+
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
2772
|
+
}
|
|
2717
2773
|
},
|
|
2718
2774
|
{
|
|
2719
|
-
"name": "
|
|
2720
|
-
"
|
|
2721
|
-
"name": "string"
|
|
2722
|
-
}
|
|
2723
|
-
},
|
|
2724
|
-
{
|
|
2725
|
-
"name": "disabled",
|
|
2726
|
-
"type": {
|
|
2727
|
-
"name": "boolean"
|
|
2728
|
-
}
|
|
2729
|
-
},
|
|
2730
|
-
{
|
|
2731
|
-
"name": "required",
|
|
2732
|
-
"type": {
|
|
2733
|
-
"name": "boolean"
|
|
2734
|
-
}
|
|
2735
|
-
},
|
|
2736
|
-
{
|
|
2737
|
-
"name": "optional",
|
|
2738
|
-
"type": {
|
|
2739
|
-
"name": "boolean"
|
|
2740
|
-
}
|
|
2741
|
-
},
|
|
2742
|
-
{
|
|
2743
|
-
"name": "hideLabel",
|
|
2744
|
-
"type": {
|
|
2745
|
-
"name": "boolean"
|
|
2746
|
-
}
|
|
2747
|
-
}
|
|
2748
|
-
],
|
|
2749
|
-
"slots": [
|
|
2750
|
-
{
|
|
2751
|
-
"name": "helper"
|
|
2752
|
-
},
|
|
2753
|
-
{
|
|
2754
|
-
"name": "default"
|
|
2755
|
-
},
|
|
2756
|
-
{
|
|
2757
|
-
"name": "info-action"
|
|
2758
|
-
},
|
|
2759
|
-
{
|
|
2760
|
-
"name": "info"
|
|
2761
|
-
},
|
|
2762
|
-
{
|
|
2763
|
-
"name": "helper-text-bottom"
|
|
2764
|
-
},
|
|
2765
|
-
{
|
|
2766
|
-
"name": "error"
|
|
2767
|
-
}
|
|
2768
|
-
],
|
|
2769
|
-
"sourceFiles": [
|
|
2770
|
-
"./src/components/labelStandalone/CdrLabelStandalone.vue"
|
|
2771
|
-
],
|
|
2772
|
-
"UIProperties": [
|
|
2773
|
-
{
|
|
2774
|
-
"name": "--cdr-label-standalone-text-color",
|
|
2775
|
-
"defaultValue": "--cdr-color-text-input-label",
|
|
2776
|
-
"description": "Text color of a standalone label"
|
|
2777
|
-
},
|
|
2778
|
-
{
|
|
2779
|
-
"name": "--cdr-label-standalone-disabled-text-color",
|
|
2780
|
-
"defaultValue": "--cdr-color-text-input-disabled",
|
|
2781
|
-
"description": "Text color of a standalone label when disabled"
|
|
2782
|
-
},
|
|
2783
|
-
{
|
|
2784
|
-
"name": "--cdr-label-standalone-optional-text-color",
|
|
2785
|
-
"defaultValue": "--cdr-color-text-input-optional",
|
|
2786
|
-
"description": "Text color of a standalone label when optional"
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"name": "--cdr-label-standalone-helper-text-color",
|
|
2790
|
-
"defaultValue": "--cdr-color-text-input-help",
|
|
2791
|
-
"description": "Text color of a standalone helper label"
|
|
2792
|
-
}
|
|
2793
|
-
]
|
|
2794
|
-
},
|
|
2795
|
-
"CdrList": {
|
|
2796
|
-
"name": "CdrList",
|
|
2797
|
-
"description": "Groups related content items together either vertically or horizontally",
|
|
2798
|
-
"tags": {},
|
|
2799
|
-
"exportName": "default",
|
|
2800
|
-
"displayName": "CdrList",
|
|
2801
|
-
"props": [
|
|
2802
|
-
{
|
|
2803
|
-
"name": "tag",
|
|
2804
|
-
"description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
|
|
2805
|
-
"tags": {},
|
|
2806
|
-
"values": [
|
|
2807
|
-
"ul",
|
|
2808
|
-
"ol"
|
|
2809
|
-
],
|
|
2810
|
-
"type": {
|
|
2811
|
-
"name": "string"
|
|
2812
|
-
},
|
|
2813
|
-
"defaultValue": {
|
|
2814
|
-
"func": false,
|
|
2815
|
-
"value": "'ul'"
|
|
2816
|
-
}
|
|
2817
|
-
},
|
|
2818
|
-
{
|
|
2819
|
-
"name": "modifier",
|
|
2820
|
-
"description": "Modifies the style variant for this component",
|
|
2821
|
-
"tags": {
|
|
2822
|
-
"demoSelectMultiple": [
|
|
2823
|
-
{
|
|
2824
|
-
"description": "true",
|
|
2825
|
-
"title": "demoSelectMultiple"
|
|
2826
|
-
}
|
|
2827
|
-
]
|
|
2828
|
-
},
|
|
2829
|
-
"values": [
|
|
2830
|
-
"ordered",
|
|
2831
|
-
"unordered",
|
|
2832
|
-
"compact",
|
|
2833
|
-
"inline"
|
|
2834
|
-
],
|
|
2775
|
+
"name": "tag",
|
|
2776
|
+
"description": "Sets the HTML tag for the grid element",
|
|
2835
2777
|
"type": {
|
|
2836
2778
|
"name": "string"
|
|
2837
2779
|
},
|
|
2838
2780
|
"defaultValue": {
|
|
2839
2781
|
"func": false,
|
|
2840
|
-
"value": "''"
|
|
2782
|
+
"value": "'div'"
|
|
2841
2783
|
}
|
|
2842
2784
|
}
|
|
2843
2785
|
],
|
|
2844
2786
|
"slots": [
|
|
2845
2787
|
{
|
|
2846
2788
|
"name": "default",
|
|
2847
|
-
"description": "
|
|
2789
|
+
"description": "CdrGrid content (grid child elements)"
|
|
2848
2790
|
}
|
|
2849
2791
|
],
|
|
2850
2792
|
"sourceFiles": [
|
|
2851
|
-
"./src/components/
|
|
2852
|
-
],
|
|
2853
|
-
"UIProperties": [
|
|
2854
|
-
{
|
|
2855
|
-
"name": "--cdr-list-inline-text-color",
|
|
2856
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2857
|
-
"description": "Color of the unordered inline list item prefix"
|
|
2858
|
-
},
|
|
2859
|
-
{
|
|
2860
|
-
"name": "--cdr-list-ordered-nested-prefix-color",
|
|
2861
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2862
|
-
"description": "Color of the nested ordered cdr-list item prefix"
|
|
2863
|
-
},
|
|
2864
|
-
{
|
|
2865
|
-
"name": "--cdr-list-unordered-prefix-color",
|
|
2866
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2867
|
-
"description": "Color of the unordered cdr-list item prefix"
|
|
2868
|
-
},
|
|
2869
|
-
{
|
|
2870
|
-
"name": "--cdr-list-unordered-nested-prefix-color",
|
|
2871
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2872
|
-
"description": "Color of the nested unordered cdr-list item prefix"
|
|
2873
|
-
}
|
|
2793
|
+
"./src/components/grid/CdrGrid.vue"
|
|
2874
2794
|
]
|
|
2875
2795
|
},
|
|
2876
2796
|
"CdrLink": {
|
|
@@ -2994,288 +2914,217 @@
|
|
|
2994
2914
|
}
|
|
2995
2915
|
]
|
|
2996
2916
|
},
|
|
2997
|
-
"
|
|
2998
|
-
"name": "
|
|
2999
|
-
"description": "
|
|
2917
|
+
"CdrPopover": {
|
|
2918
|
+
"name": "CdrPopover",
|
|
2919
|
+
"description": "Small overlay used to display contextual information",
|
|
3000
2920
|
"tags": {},
|
|
3001
2921
|
"exportName": "default",
|
|
3002
|
-
"displayName": "
|
|
2922
|
+
"displayName": "CdrPopover",
|
|
3003
2923
|
"props": [
|
|
3004
2924
|
{
|
|
3005
|
-
"name": "
|
|
3006
|
-
"description": "
|
|
2925
|
+
"name": "position",
|
|
2926
|
+
"description": "Sets the position where the popover will render relative to the trigger element.",
|
|
3007
2927
|
"tags": {
|
|
3008
|
-
"
|
|
2928
|
+
"demoSelectMultiple": [
|
|
3009
2929
|
{
|
|
3010
|
-
"description": "
|
|
3011
|
-
"title": "
|
|
2930
|
+
"description": "false",
|
|
2931
|
+
"title": "demoSelectMultiple"
|
|
3012
2932
|
}
|
|
3013
2933
|
]
|
|
3014
2934
|
},
|
|
3015
|
-
"
|
|
3016
|
-
"
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
"name": "label",
|
|
3022
|
-
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
2935
|
+
"values": [
|
|
2936
|
+
"top",
|
|
2937
|
+
"bottom",
|
|
2938
|
+
"left",
|
|
2939
|
+
"right"
|
|
2940
|
+
],
|
|
3023
2941
|
"type": {
|
|
3024
2942
|
"name": "string"
|
|
3025
2943
|
},
|
|
3026
|
-
"required": true
|
|
3027
|
-
},
|
|
3028
|
-
{
|
|
3029
|
-
"name": "showTitle",
|
|
3030
|
-
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
3031
|
-
"type": {
|
|
3032
|
-
"name": "boolean"
|
|
3033
|
-
},
|
|
3034
2944
|
"required": false,
|
|
3035
2945
|
"defaultValue": {
|
|
3036
2946
|
"func": false,
|
|
3037
|
-
"value":
|
|
2947
|
+
"value": "'top'"
|
|
3038
2948
|
}
|
|
3039
2949
|
},
|
|
3040
2950
|
{
|
|
3041
|
-
"name": "
|
|
3042
|
-
"description": "
|
|
2951
|
+
"name": "autoPosition",
|
|
2952
|
+
"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`.",
|
|
3043
2953
|
"type": {
|
|
3044
|
-
"name": "
|
|
2954
|
+
"name": "boolean"
|
|
3045
2955
|
},
|
|
3046
2956
|
"required": false,
|
|
3047
2957
|
"defaultValue": {
|
|
3048
2958
|
"func": false,
|
|
3049
|
-
"value":
|
|
2959
|
+
"value": true
|
|
3050
2960
|
}
|
|
3051
2961
|
},
|
|
3052
2962
|
{
|
|
3053
|
-
"name": "
|
|
3054
|
-
"description": "Sets the
|
|
3055
|
-
"tags": {},
|
|
3056
|
-
"values": [
|
|
3057
|
-
"dialog",
|
|
3058
|
-
"alertDialog"
|
|
3059
|
-
],
|
|
2963
|
+
"name": "label",
|
|
2964
|
+
"description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
|
|
3060
2965
|
"type": {
|
|
3061
2966
|
"name": "string"
|
|
3062
2967
|
},
|
|
3063
|
-
"required": false
|
|
3064
|
-
"defaultValue": {
|
|
3065
|
-
"func": false,
|
|
3066
|
-
"value": "'dialog'"
|
|
3067
|
-
}
|
|
2968
|
+
"required": false
|
|
3068
2969
|
},
|
|
3069
2970
|
{
|
|
3070
2971
|
"name": "id",
|
|
3071
|
-
"description": "
|
|
2972
|
+
"description": "ID for the popover element, required for accessibility",
|
|
3072
2973
|
"type": {
|
|
3073
2974
|
"name": "string"
|
|
3074
2975
|
},
|
|
3075
|
-
"required":
|
|
3076
|
-
"defaultValue": {
|
|
3077
|
-
"func": false,
|
|
3078
|
-
"value": "null"
|
|
3079
|
-
}
|
|
3080
|
-
},
|
|
3081
|
-
{
|
|
3082
|
-
"name": "overlayClass",
|
|
3083
|
-
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
3084
|
-
"type": {
|
|
3085
|
-
"name": "string"
|
|
3086
|
-
}
|
|
3087
|
-
},
|
|
3088
|
-
{
|
|
3089
|
-
"name": "wrapperClass",
|
|
3090
|
-
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
3091
|
-
"type": {
|
|
3092
|
-
"name": "string"
|
|
3093
|
-
}
|
|
2976
|
+
"required": true
|
|
3094
2977
|
},
|
|
3095
2978
|
{
|
|
3096
2979
|
"name": "contentClass",
|
|
3097
|
-
"description": "
|
|
2980
|
+
"description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
|
|
3098
2981
|
"type": {
|
|
3099
2982
|
"name": "string"
|
|
3100
|
-
}
|
|
2983
|
+
},
|
|
2984
|
+
"required": false
|
|
3101
2985
|
},
|
|
3102
2986
|
{
|
|
3103
|
-
"name": "
|
|
3104
|
-
"description": "
|
|
2987
|
+
"name": "open",
|
|
2988
|
+
"description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
|
|
2989
|
+
"tags": {
|
|
2990
|
+
"demoIgnore": [
|
|
2991
|
+
{
|
|
2992
|
+
"description": "true",
|
|
2993
|
+
"title": "demoIgnore"
|
|
2994
|
+
}
|
|
2995
|
+
]
|
|
2996
|
+
},
|
|
3105
2997
|
"type": {
|
|
3106
|
-
"name": "
|
|
2998
|
+
"name": "boolean"
|
|
3107
2999
|
},
|
|
3000
|
+
"required": false,
|
|
3108
3001
|
"defaultValue": {
|
|
3109
3002
|
"func": false,
|
|
3110
|
-
"value":
|
|
3003
|
+
"value": false
|
|
3111
3004
|
}
|
|
3112
3005
|
}
|
|
3113
3006
|
],
|
|
3114
3007
|
"events": [
|
|
3008
|
+
{
|
|
3009
|
+
"name": "opened",
|
|
3010
|
+
"description": "Emits when popover is opened"
|
|
3011
|
+
},
|
|
3115
3012
|
{
|
|
3116
3013
|
"name": "closed",
|
|
3117
|
-
"description": "
|
|
3014
|
+
"description": "Emits when popover is closed"
|
|
3118
3015
|
}
|
|
3119
3016
|
],
|
|
3120
3017
|
"slots": [
|
|
3121
3018
|
{
|
|
3122
|
-
"name": "
|
|
3123
|
-
"description": "
|
|
3019
|
+
"name": "trigger",
|
|
3020
|
+
"description": " Slot for the element that triggers the popover."
|
|
3124
3021
|
},
|
|
3125
3022
|
{
|
|
3126
3023
|
"name": "title",
|
|
3127
|
-
"description": "
|
|
3024
|
+
"description": "Sets the title for the popover. Can also be set with `label` prop"
|
|
3128
3025
|
},
|
|
3129
3026
|
{
|
|
3130
3027
|
"name": "default"
|
|
3131
|
-
}
|
|
3132
|
-
],
|
|
3133
|
-
"sourceFiles": [
|
|
3134
|
-
"./src/components/modal/CdrModal.vue"
|
|
3135
|
-
],
|
|
3136
|
-
"UIProperties": [
|
|
3137
|
-
{
|
|
3138
|
-
"name": "--cdr-modal-overlay-background-color",
|
|
3139
|
-
"defaultValue": "--cdr-color-background-modal-overlay",
|
|
3140
|
-
"description": "Background color of the modal overlay"
|
|
3141
3028
|
},
|
|
3142
3029
|
{
|
|
3143
|
-
"name": "
|
|
3144
|
-
"defaultValue": "--cdr-color-background-primary",
|
|
3145
|
-
"description": "Background color of the content wrap"
|
|
3030
|
+
"name": "icon"
|
|
3146
3031
|
}
|
|
3032
|
+
],
|
|
3033
|
+
"sourceFiles": [
|
|
3034
|
+
"./src/components/popover/CdrPopover.vue"
|
|
3147
3035
|
]
|
|
3148
3036
|
},
|
|
3149
|
-
"
|
|
3150
|
-
"name": "
|
|
3151
|
-
"description": "
|
|
3037
|
+
"CdrList": {
|
|
3038
|
+
"name": "CdrList",
|
|
3039
|
+
"description": "Groups related content items together either vertically or horizontally",
|
|
3152
3040
|
"tags": {},
|
|
3153
3041
|
"exportName": "default",
|
|
3154
|
-
"displayName": "
|
|
3042
|
+
"displayName": "CdrList",
|
|
3155
3043
|
"props": [
|
|
3156
3044
|
{
|
|
3157
|
-
"name": "
|
|
3158
|
-
"description": "Sets
|
|
3159
|
-
"tags": {
|
|
3160
|
-
"demoSelectMultiple": [
|
|
3161
|
-
{
|
|
3162
|
-
"description": "false",
|
|
3163
|
-
"title": "demoSelectMultiple"
|
|
3164
|
-
}
|
|
3165
|
-
]
|
|
3166
|
-
},
|
|
3045
|
+
"name": "tag",
|
|
3046
|
+
"description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
|
|
3047
|
+
"tags": {},
|
|
3167
3048
|
"values": [
|
|
3168
|
-
"
|
|
3169
|
-
"
|
|
3170
|
-
"left",
|
|
3171
|
-
"right"
|
|
3049
|
+
"ul",
|
|
3050
|
+
"ol"
|
|
3172
3051
|
],
|
|
3173
3052
|
"type": {
|
|
3174
3053
|
"name": "string"
|
|
3175
3054
|
},
|
|
3176
|
-
"required": false,
|
|
3177
|
-
"defaultValue": {
|
|
3178
|
-
"func": false,
|
|
3179
|
-
"value": "'top'"
|
|
3180
|
-
}
|
|
3181
|
-
},
|
|
3182
|
-
{
|
|
3183
|
-
"name": "autoPosition",
|
|
3184
|
-
"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`.",
|
|
3185
|
-
"type": {
|
|
3186
|
-
"name": "boolean"
|
|
3187
|
-
},
|
|
3188
|
-
"required": false,
|
|
3189
3055
|
"defaultValue": {
|
|
3190
3056
|
"func": false,
|
|
3191
|
-
"value":
|
|
3057
|
+
"value": "'ul'"
|
|
3192
3058
|
}
|
|
3193
3059
|
},
|
|
3194
3060
|
{
|
|
3195
|
-
"name": "
|
|
3196
|
-
"description": "
|
|
3197
|
-
"type": {
|
|
3198
|
-
"name": "string"
|
|
3199
|
-
},
|
|
3200
|
-
"required": false
|
|
3201
|
-
},
|
|
3202
|
-
{
|
|
3203
|
-
"name": "id",
|
|
3204
|
-
"description": "ID for the popover element, required for accessibility",
|
|
3205
|
-
"type": {
|
|
3206
|
-
"name": "string"
|
|
3207
|
-
},
|
|
3208
|
-
"required": true
|
|
3209
|
-
},
|
|
3210
|
-
{
|
|
3211
|
-
"name": "contentClass",
|
|
3212
|
-
"description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
|
|
3213
|
-
"type": {
|
|
3214
|
-
"name": "string"
|
|
3215
|
-
},
|
|
3216
|
-
"required": false
|
|
3217
|
-
},
|
|
3218
|
-
{
|
|
3219
|
-
"name": "open",
|
|
3220
|
-
"description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
|
|
3061
|
+
"name": "modifier",
|
|
3062
|
+
"description": "Modifies the style variant for this component",
|
|
3221
3063
|
"tags": {
|
|
3222
|
-
"
|
|
3064
|
+
"demoSelectMultiple": [
|
|
3223
3065
|
{
|
|
3224
3066
|
"description": "true",
|
|
3225
|
-
"title": "
|
|
3067
|
+
"title": "demoSelectMultiple"
|
|
3226
3068
|
}
|
|
3227
3069
|
]
|
|
3228
3070
|
},
|
|
3071
|
+
"values": [
|
|
3072
|
+
"ordered",
|
|
3073
|
+
"unordered",
|
|
3074
|
+
"compact",
|
|
3075
|
+
"inline"
|
|
3076
|
+
],
|
|
3229
3077
|
"type": {
|
|
3230
|
-
"name": "
|
|
3078
|
+
"name": "string"
|
|
3231
3079
|
},
|
|
3232
|
-
"required": false,
|
|
3233
3080
|
"defaultValue": {
|
|
3234
3081
|
"func": false,
|
|
3235
|
-
"value":
|
|
3082
|
+
"value": "''"
|
|
3236
3083
|
}
|
|
3237
3084
|
}
|
|
3238
3085
|
],
|
|
3239
|
-
"
|
|
3240
|
-
{
|
|
3241
|
-
"name": "opened",
|
|
3242
|
-
"description": "Emits when popover is opened"
|
|
3243
|
-
},
|
|
3086
|
+
"slots": [
|
|
3244
3087
|
{
|
|
3245
|
-
"name": "
|
|
3246
|
-
"description": "
|
|
3088
|
+
"name": "default",
|
|
3089
|
+
"description": "CdrList content (list-items)"
|
|
3247
3090
|
}
|
|
3248
3091
|
],
|
|
3249
|
-
"
|
|
3092
|
+
"sourceFiles": [
|
|
3093
|
+
"./src/components/list/CdrList.vue"
|
|
3094
|
+
],
|
|
3095
|
+
"UIProperties": [
|
|
3250
3096
|
{
|
|
3251
|
-
"name": "
|
|
3252
|
-
"
|
|
3097
|
+
"name": "--cdr-list-inline-text-color",
|
|
3098
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
3099
|
+
"description": "Color of the unordered inline list item prefix"
|
|
3253
3100
|
},
|
|
3254
3101
|
{
|
|
3255
|
-
"name": "
|
|
3256
|
-
"
|
|
3102
|
+
"name": "--cdr-list-ordered-nested-prefix-color",
|
|
3103
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
3104
|
+
"description": "Color of the nested ordered cdr-list item prefix"
|
|
3257
3105
|
},
|
|
3258
3106
|
{
|
|
3259
|
-
"name": "
|
|
3107
|
+
"name": "--cdr-list-unordered-prefix-color",
|
|
3108
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
3109
|
+
"description": "Color of the unordered cdr-list item prefix"
|
|
3260
3110
|
},
|
|
3261
3111
|
{
|
|
3262
|
-
"name": "
|
|
3112
|
+
"name": "--cdr-list-unordered-nested-prefix-color",
|
|
3113
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
3114
|
+
"description": "Color of the nested unordered cdr-list item prefix"
|
|
3263
3115
|
}
|
|
3264
|
-
],
|
|
3265
|
-
"sourceFiles": [
|
|
3266
|
-
"./src/components/popover/CdrPopover.vue"
|
|
3267
3116
|
]
|
|
3268
3117
|
},
|
|
3269
|
-
"
|
|
3270
|
-
"name": "
|
|
3271
|
-
"description": "
|
|
3118
|
+
"CdrModal": {
|
|
3119
|
+
"name": "CdrModal",
|
|
3120
|
+
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
3272
3121
|
"tags": {},
|
|
3273
3122
|
"exportName": "default",
|
|
3274
|
-
"displayName": "
|
|
3123
|
+
"displayName": "CdrModal",
|
|
3275
3124
|
"props": [
|
|
3276
3125
|
{
|
|
3277
|
-
"name": "
|
|
3278
|
-
"description": "
|
|
3126
|
+
"name": "opened",
|
|
3127
|
+
"description": "Toggles the state of the modal",
|
|
3279
3128
|
"tags": {
|
|
3280
3129
|
"demoIgnore": [
|
|
3281
3130
|
{
|
|
@@ -3284,281 +3133,208 @@
|
|
|
3284
3133
|
}
|
|
3285
3134
|
]
|
|
3286
3135
|
},
|
|
3136
|
+
"type": {
|
|
3137
|
+
"name": "boolean"
|
|
3138
|
+
},
|
|
3139
|
+
"required": true
|
|
3140
|
+
},
|
|
3141
|
+
{
|
|
3142
|
+
"name": "label",
|
|
3143
|
+
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
3287
3144
|
"type": {
|
|
3288
3145
|
"name": "string"
|
|
3289
|
-
}
|
|
3146
|
+
},
|
|
3147
|
+
"required": true
|
|
3290
3148
|
},
|
|
3291
3149
|
{
|
|
3292
|
-
"name": "
|
|
3293
|
-
"description": "
|
|
3150
|
+
"name": "showTitle",
|
|
3151
|
+
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
3294
3152
|
"type": {
|
|
3295
|
-
"name": "
|
|
3153
|
+
"name": "boolean"
|
|
3296
3154
|
},
|
|
3155
|
+
"required": false,
|
|
3297
3156
|
"defaultValue": {
|
|
3298
3157
|
"func": false,
|
|
3299
|
-
"value":
|
|
3158
|
+
"value": true
|
|
3300
3159
|
}
|
|
3301
3160
|
},
|
|
3302
3161
|
{
|
|
3303
|
-
"name": "
|
|
3304
|
-
"description": "
|
|
3162
|
+
"name": "ariaDescribedby",
|
|
3163
|
+
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
3305
3164
|
"type": {
|
|
3306
|
-
"name": "
|
|
3165
|
+
"name": "string"
|
|
3307
3166
|
},
|
|
3308
|
-
"required":
|
|
3167
|
+
"required": false,
|
|
3168
|
+
"defaultValue": {
|
|
3169
|
+
"func": false,
|
|
3170
|
+
"value": "null"
|
|
3171
|
+
}
|
|
3309
3172
|
},
|
|
3310
3173
|
{
|
|
3311
|
-
"name": "
|
|
3312
|
-
"description": "Sets
|
|
3174
|
+
"name": "role",
|
|
3175
|
+
"description": "Sets the `role` attribute on the modal content element",
|
|
3313
3176
|
"tags": {},
|
|
3314
3177
|
"values": [
|
|
3315
|
-
"
|
|
3316
|
-
"
|
|
3178
|
+
"dialog",
|
|
3179
|
+
"alertDialog"
|
|
3317
3180
|
],
|
|
3318
3181
|
"type": {
|
|
3319
3182
|
"name": "string"
|
|
3320
3183
|
},
|
|
3184
|
+
"required": false,
|
|
3321
3185
|
"defaultValue": {
|
|
3322
3186
|
"func": false,
|
|
3323
|
-
"value": "'
|
|
3187
|
+
"value": "'dialog'"
|
|
3324
3188
|
}
|
|
3325
3189
|
},
|
|
3326
3190
|
{
|
|
3327
|
-
"name": "
|
|
3328
|
-
"description": "
|
|
3191
|
+
"name": "id",
|
|
3192
|
+
"description": "Sets unique `id` for modal",
|
|
3329
3193
|
"type": {
|
|
3330
3194
|
"name": "string"
|
|
3331
3195
|
},
|
|
3196
|
+
"required": false,
|
|
3332
3197
|
"defaultValue": {
|
|
3333
3198
|
"func": false,
|
|
3334
|
-
"value": "
|
|
3199
|
+
"value": "null"
|
|
3335
3200
|
}
|
|
3336
3201
|
},
|
|
3337
3202
|
{
|
|
3338
|
-
"name": "
|
|
3339
|
-
"
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3203
|
+
"name": "overlayClass",
|
|
3204
|
+
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
3205
|
+
"type": {
|
|
3206
|
+
"name": "string"
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
3209
|
+
{
|
|
3210
|
+
"name": "wrapperClass",
|
|
3211
|
+
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
3212
|
+
"type": {
|
|
3213
|
+
"name": "string"
|
|
3214
|
+
}
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
"name": "contentClass",
|
|
3218
|
+
"description": "Adds custom class to the `cdr-modal__innerWrap` div",
|
|
3219
|
+
"type": {
|
|
3220
|
+
"name": "string"
|
|
3221
|
+
}
|
|
3222
|
+
},
|
|
3223
|
+
{
|
|
3224
|
+
"name": "animationDuration",
|
|
3225
|
+
"description": "Sets duration for modal's close animation",
|
|
3347
3226
|
"type": {
|
|
3348
3227
|
"name": "number"
|
|
3228
|
+
},
|
|
3229
|
+
"defaultValue": {
|
|
3230
|
+
"func": false,
|
|
3231
|
+
"value": "300"
|
|
3349
3232
|
}
|
|
3350
3233
|
}
|
|
3351
3234
|
],
|
|
3352
3235
|
"events": [
|
|
3353
3236
|
{
|
|
3354
|
-
"name": "
|
|
3355
|
-
"description": "
|
|
3356
|
-
"properties": [
|
|
3357
|
-
{
|
|
3358
|
-
"type": {
|
|
3359
|
-
"names": [
|
|
3360
|
-
"mixed"
|
|
3361
|
-
]
|
|
3362
|
-
},
|
|
3363
|
-
"name": "modelValue"
|
|
3364
|
-
}
|
|
3365
|
-
],
|
|
3366
|
-
"tags": [
|
|
3367
|
-
{
|
|
3368
|
-
"title": "param",
|
|
3369
|
-
"type": {
|
|
3370
|
-
"name": "mixed"
|
|
3371
|
-
},
|
|
3372
|
-
"name": "modelValue"
|
|
3373
|
-
}
|
|
3374
|
-
]
|
|
3375
|
-
},
|
|
3376
|
-
{
|
|
3377
|
-
"name": "navigate",
|
|
3378
|
-
"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."
|
|
3237
|
+
"name": "closed",
|
|
3238
|
+
"description": "Fires when modal is closed"
|
|
3379
3239
|
}
|
|
3380
3240
|
],
|
|
3381
|
-
"
|
|
3382
|
-
"./src/components/pagination/CdrPagination.vue"
|
|
3383
|
-
],
|
|
3384
|
-
"UIProperties": [
|
|
3385
|
-
{
|
|
3386
|
-
"name": "--cdr-pagination-link-text-color",
|
|
3387
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3388
|
-
"description": "Text color of a cdr-pagination link"
|
|
3389
|
-
},
|
|
3390
|
-
{
|
|
3391
|
-
"name": "--cdr-pagination-link-fill-color",
|
|
3392
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3393
|
-
"description": "Fill color of a cdr-pagination link"
|
|
3394
|
-
},
|
|
3241
|
+
"slots": [
|
|
3395
3242
|
{
|
|
3396
|
-
"name": "
|
|
3397
|
-
"
|
|
3398
|
-
"description": "Background color of a cdr-pagination link on hover/focus/active"
|
|
3243
|
+
"name": "modal",
|
|
3244
|
+
"description": "Use to override the entire CdrModal content container."
|
|
3399
3245
|
},
|
|
3400
3246
|
{
|
|
3401
|
-
"name": "
|
|
3402
|
-
"
|
|
3403
|
-
"description": "Background color of the keyline for the current cdr-pagination link"
|
|
3247
|
+
"name": "title",
|
|
3248
|
+
"description": "Use to override the default title"
|
|
3404
3249
|
},
|
|
3405
3250
|
{
|
|
3406
|
-
"name": "
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3251
|
+
"name": "default"
|
|
3252
|
+
}
|
|
3253
|
+
],
|
|
3254
|
+
"sourceFiles": [
|
|
3255
|
+
"./src/components/modal/CdrModal.vue"
|
|
3256
|
+
],
|
|
3257
|
+
"UIProperties": [
|
|
3410
3258
|
{
|
|
3411
|
-
"name": "--cdr-
|
|
3412
|
-
"defaultValue": "--cdr-color-
|
|
3413
|
-
"description": "
|
|
3259
|
+
"name": "--cdr-modal-overlay-background-color",
|
|
3260
|
+
"defaultValue": "--cdr-color-background-modal-overlay",
|
|
3261
|
+
"description": "Background color of the modal overlay"
|
|
3414
3262
|
},
|
|
3415
3263
|
{
|
|
3416
|
-
"name": "--cdr-
|
|
3417
|
-
"defaultValue": "--cdr-color-
|
|
3418
|
-
"description": "
|
|
3264
|
+
"name": "--cdr-modal-content-wrap-background-color",
|
|
3265
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
3266
|
+
"description": "Background color of the content wrap"
|
|
3419
3267
|
}
|
|
3420
3268
|
]
|
|
3421
3269
|
},
|
|
3422
|
-
"
|
|
3423
|
-
"name": "
|
|
3424
|
-
"description": "
|
|
3270
|
+
"CdrRadio": {
|
|
3271
|
+
"name": "CdrRadio",
|
|
3272
|
+
"description": "Permits the selection of only one option from a list of two or more",
|
|
3425
3273
|
"tags": {},
|
|
3426
3274
|
"exportName": "default",
|
|
3427
|
-
"displayName": "
|
|
3275
|
+
"displayName": "CdrRadio",
|
|
3428
3276
|
"props": [
|
|
3429
3277
|
{
|
|
3430
|
-
"name": "
|
|
3431
|
-
"description": "
|
|
3432
|
-
"tags": {},
|
|
3433
|
-
"values": [
|
|
3434
|
-
"blockquote",
|
|
3435
|
-
"aside",
|
|
3436
|
-
"q",
|
|
3437
|
-
"div"
|
|
3438
|
-
],
|
|
3278
|
+
"name": "labelClass",
|
|
3279
|
+
"description": "Adds CSS class to the label for custom styles.",
|
|
3439
3280
|
"type": {
|
|
3440
3281
|
"name": "string"
|
|
3441
|
-
},
|
|
3442
|
-
"defaultValue": {
|
|
3443
|
-
"func": false,
|
|
3444
|
-
"value": "'blockquote'"
|
|
3445
3282
|
}
|
|
3446
3283
|
},
|
|
3447
3284
|
{
|
|
3448
|
-
"name": "
|
|
3449
|
-
"description": "
|
|
3450
|
-
"tags": {
|
|
3451
|
-
"demoSelectMultiple": [
|
|
3452
|
-
{
|
|
3453
|
-
"description": "true",
|
|
3454
|
-
"title": "demoSelectMultiple"
|
|
3455
|
-
}
|
|
3456
|
-
]
|
|
3457
|
-
},
|
|
3458
|
-
"values": [
|
|
3459
|
-
"pull"
|
|
3460
|
-
],
|
|
3285
|
+
"name": "inputClass",
|
|
3286
|
+
"description": "Adds CSS class to the input for custom styles.",
|
|
3461
3287
|
"type": {
|
|
3462
3288
|
"name": "string"
|
|
3463
|
-
},
|
|
3464
|
-
"defaultValue": {
|
|
3465
|
-
"func": false,
|
|
3466
|
-
"value": "''"
|
|
3467
3289
|
}
|
|
3468
3290
|
},
|
|
3469
3291
|
{
|
|
3470
|
-
"name": "
|
|
3471
|
-
"description": "
|
|
3292
|
+
"name": "contentClass",
|
|
3293
|
+
"description": "Adds CSS class to the slot wrapper for custom styles.",
|
|
3472
3294
|
"type": {
|
|
3473
3295
|
"name": "string"
|
|
3474
3296
|
}
|
|
3475
3297
|
},
|
|
3476
3298
|
{
|
|
3477
|
-
"name": "
|
|
3478
|
-
"description": "
|
|
3299
|
+
"name": "disabled",
|
|
3300
|
+
"description": "Disables the radio",
|
|
3479
3301
|
"type": {
|
|
3480
|
-
"name": "
|
|
3302
|
+
"name": "boolean"
|
|
3481
3303
|
}
|
|
3482
|
-
}
|
|
3483
|
-
],
|
|
3484
|
-
"slots": [
|
|
3485
|
-
{
|
|
3486
|
-
"name": "default"
|
|
3487
|
-
}
|
|
3488
|
-
],
|
|
3489
|
-
"sourceFiles": [
|
|
3490
|
-
"./src/components/quote/CdrQuote.vue"
|
|
3491
|
-
],
|
|
3492
|
-
"UIProperties": [
|
|
3493
|
-
{
|
|
3494
|
-
"name": "--cdr-quote-cite-text-color",
|
|
3495
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
3496
|
-
"description": "Text color of a cdr-quote citation"
|
|
3497
3304
|
},
|
|
3498
3305
|
{
|
|
3499
|
-
"name": "
|
|
3500
|
-
"
|
|
3501
|
-
"description": "Text color of cdr-quote content"
|
|
3502
|
-
},
|
|
3503
|
-
{
|
|
3504
|
-
"name": "--cdr-quote-pull-container-border-color",
|
|
3505
|
-
"defaultValue": "--cdr-color-border-primary",
|
|
3506
|
-
"description": "Border color of a cdr-quote pull container"
|
|
3507
|
-
}
|
|
3508
|
-
]
|
|
3509
|
-
},
|
|
3510
|
-
"CdrRating": {
|
|
3511
|
-
"name": "CdrRating",
|
|
3512
|
-
"description": "Provides insight into user opinions for products, experiences, and more",
|
|
3513
|
-
"tags": {},
|
|
3514
|
-
"exportName": "default",
|
|
3515
|
-
"displayName": "CdrRating",
|
|
3516
|
-
"props": [
|
|
3517
|
-
{
|
|
3518
|
-
"name": "rating",
|
|
3519
|
-
"description": "Sets the rating values between 0 and 5.",
|
|
3306
|
+
"name": "name",
|
|
3307
|
+
"description": "Sets the name of the radio button.",
|
|
3520
3308
|
"type": {
|
|
3521
|
-
"name": "string
|
|
3309
|
+
"name": "string"
|
|
3522
3310
|
},
|
|
3523
|
-
"required": true
|
|
3524
|
-
"defaultValue": {
|
|
3525
|
-
"func": false,
|
|
3526
|
-
"value": "0"
|
|
3527
|
-
}
|
|
3311
|
+
"required": true
|
|
3528
3312
|
},
|
|
3529
3313
|
{
|
|
3530
|
-
"name": "
|
|
3531
|
-
"description": "
|
|
3532
|
-
"
|
|
3533
|
-
"
|
|
3314
|
+
"name": "modifier",
|
|
3315
|
+
"description": "Modifies the style variants for this component",
|
|
3316
|
+
"tags": {
|
|
3317
|
+
"demoSelectMultiple": [
|
|
3318
|
+
{
|
|
3319
|
+
"description": "true",
|
|
3320
|
+
"title": "demoSelectMultiple"
|
|
3321
|
+
}
|
|
3322
|
+
]
|
|
3534
3323
|
},
|
|
3535
|
-
"
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
"value": "null"
|
|
3539
|
-
}
|
|
3540
|
-
},
|
|
3541
|
-
{
|
|
3542
|
-
"name": "compact",
|
|
3543
|
-
"description": "Hides the word 'reviews' if true",
|
|
3324
|
+
"values": [
|
|
3325
|
+
"hide-figure"
|
|
3326
|
+
],
|
|
3544
3327
|
"type": {
|
|
3545
|
-
"name": "
|
|
3328
|
+
"name": "string"
|
|
3546
3329
|
},
|
|
3547
3330
|
"defaultValue": {
|
|
3548
3331
|
"func": false,
|
|
3549
|
-
"value":
|
|
3550
|
-
}
|
|
3551
|
-
},
|
|
3552
|
-
{
|
|
3553
|
-
"name": "href",
|
|
3554
|
-
"description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
|
|
3555
|
-
"type": {
|
|
3556
|
-
"name": "string"
|
|
3332
|
+
"value": "''"
|
|
3557
3333
|
}
|
|
3558
3334
|
},
|
|
3559
3335
|
{
|
|
3560
3336
|
"name": "size",
|
|
3561
|
-
"description": "Sets the
|
|
3337
|
+
"description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
|
|
3562
3338
|
"tags": {
|
|
3563
3339
|
"demoSelectMultiple": [
|
|
3564
3340
|
{
|
|
@@ -3573,261 +3349,44 @@
|
|
|
3573
3349
|
"large"
|
|
3574
3350
|
],
|
|
3575
3351
|
"type": {
|
|
3576
|
-
"name": "
|
|
3577
|
-
},
|
|
3578
|
-
"defaultValue": {
|
|
3579
|
-
"func": false,
|
|
3580
|
-
"value": "'medium'"
|
|
3352
|
+
"name": "sizeProps"
|
|
3581
3353
|
}
|
|
3582
|
-
}
|
|
3583
|
-
],
|
|
3584
|
-
"sourceFiles": [
|
|
3585
|
-
"./src/components/rating/CdrRating.vue"
|
|
3586
|
-
],
|
|
3587
|
-
"UIProperties": [
|
|
3588
|
-
{
|
|
3589
|
-
"name": "--cdr-rating-count-hover-color",
|
|
3590
|
-
"defaultValue": "--cdr-color-text-rating-hover",
|
|
3591
|
-
"description": "Hover text color of cdr-rating count"
|
|
3592
3354
|
},
|
|
3593
3355
|
{
|
|
3594
|
-
"name": "
|
|
3595
|
-
"
|
|
3596
|
-
"
|
|
3356
|
+
"name": "background",
|
|
3357
|
+
"description": "Sets the background color the radio button is rendered on",
|
|
3358
|
+
"tags": {},
|
|
3359
|
+
"values": [
|
|
3360
|
+
"primary",
|
|
3361
|
+
"secondary"
|
|
3362
|
+
],
|
|
3363
|
+
"type": {
|
|
3364
|
+
"name": "backgroundProps"
|
|
3365
|
+
}
|
|
3597
3366
|
},
|
|
3598
3367
|
{
|
|
3599
|
-
"name": "
|
|
3600
|
-
"
|
|
3601
|
-
"
|
|
3368
|
+
"name": "customValue",
|
|
3369
|
+
"description": "Sets the value of the radio.",
|
|
3370
|
+
"type": {
|
|
3371
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
3372
|
+
}
|
|
3602
3373
|
},
|
|
3603
3374
|
{
|
|
3604
|
-
"name": "
|
|
3605
|
-
"
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
"name": "--cdr-rating-star-filled-fill-color",
|
|
3620
|
-
"defaultValue": "#FFD280",
|
|
3621
|
-
"description": "Fill color of a filled star"
|
|
3622
|
-
},
|
|
3623
|
-
{
|
|
3624
|
-
"name": "--cdr-rating-star-filled-stroke-color",
|
|
3625
|
-
"defaultValue": "#BD7B2D",
|
|
3626
|
-
"description": "Stroke color of a filled star"
|
|
3627
|
-
},
|
|
3628
|
-
{
|
|
3629
|
-
"name": "--cdr-rating-star-empty-fill-color",
|
|
3630
|
-
"defaultValue": "#F9F8F6",
|
|
3631
|
-
"description": "Fill color of an empty star"
|
|
3632
|
-
},
|
|
3633
|
-
{
|
|
3634
|
-
"name": "--cdr-rating-star-empty-stroke-color",
|
|
3635
|
-
"defaultValue": "#BD7B2D",
|
|
3636
|
-
"description": "Stroke color of an empty star"
|
|
3637
|
-
}
|
|
3638
|
-
]
|
|
3639
|
-
},
|
|
3640
|
-
"CdrPopup": {
|
|
3641
|
-
"name": "CdrPopup",
|
|
3642
|
-
"description": "An internal helper component used by Popover and Tooltip",
|
|
3643
|
-
"tags": {},
|
|
3644
|
-
"exportName": "default",
|
|
3645
|
-
"displayName": "CdrPopup",
|
|
3646
|
-
"props": [
|
|
3647
|
-
{
|
|
3648
|
-
"name": "opened",
|
|
3649
|
-
"type": {
|
|
3650
|
-
"name": "boolean"
|
|
3651
|
-
},
|
|
3652
|
-
"defaultValue": {
|
|
3653
|
-
"func": false,
|
|
3654
|
-
"value": false
|
|
3655
|
-
}
|
|
3656
|
-
},
|
|
3657
|
-
{
|
|
3658
|
-
"name": "position",
|
|
3659
|
-
"type": {
|
|
3660
|
-
"name": "string"
|
|
3661
|
-
},
|
|
3662
|
-
"required": false,
|
|
3663
|
-
"defaultValue": {
|
|
3664
|
-
"func": false,
|
|
3665
|
-
"value": "'top'"
|
|
3666
|
-
}
|
|
3667
|
-
},
|
|
3668
|
-
{
|
|
3669
|
-
"name": "autoPosition",
|
|
3670
|
-
"type": {
|
|
3671
|
-
"name": "boolean"
|
|
3672
|
-
},
|
|
3673
|
-
"defaultValue": {
|
|
3674
|
-
"func": false,
|
|
3675
|
-
"value": true
|
|
3676
|
-
}
|
|
3677
|
-
},
|
|
3678
|
-
{
|
|
3679
|
-
"name": "contentClass",
|
|
3680
|
-
"type": {
|
|
3681
|
-
"name": "string"
|
|
3682
|
-
}
|
|
3683
|
-
}
|
|
3684
|
-
],
|
|
3685
|
-
"events": [
|
|
3686
|
-
{
|
|
3687
|
-
"name": "closed"
|
|
3688
|
-
}
|
|
3689
|
-
],
|
|
3690
|
-
"slots": [
|
|
3691
|
-
{
|
|
3692
|
-
"name": "default"
|
|
3693
|
-
}
|
|
3694
|
-
],
|
|
3695
|
-
"sourceFiles": [
|
|
3696
|
-
"./src/components/popup/CdrPopup.vue"
|
|
3697
|
-
],
|
|
3698
|
-
"UIProperties": [
|
|
3699
|
-
{
|
|
3700
|
-
"name": "--cdr-popup-content-background",
|
|
3701
|
-
"defaultValue": "--cdr-color-background-primary",
|
|
3702
|
-
"description": "Background color of cdr-popup content"
|
|
3703
|
-
},
|
|
3704
|
-
{
|
|
3705
|
-
"name": "--cdr-popup-content-border-color",
|
|
3706
|
-
"defaultValue": "--cdr-color-border-secondary",
|
|
3707
|
-
"description": "Border color of cdr-popup content"
|
|
3708
|
-
}
|
|
3709
|
-
]
|
|
3710
|
-
},
|
|
3711
|
-
"CdrRadio": {
|
|
3712
|
-
"name": "CdrRadio",
|
|
3713
|
-
"description": "Permits the selection of only one option from a list of two or more",
|
|
3714
|
-
"tags": {},
|
|
3715
|
-
"exportName": "default",
|
|
3716
|
-
"displayName": "CdrRadio",
|
|
3717
|
-
"props": [
|
|
3718
|
-
{
|
|
3719
|
-
"name": "labelClass",
|
|
3720
|
-
"description": "Adds CSS class to the label for custom styles.",
|
|
3721
|
-
"type": {
|
|
3722
|
-
"name": "string"
|
|
3723
|
-
}
|
|
3724
|
-
},
|
|
3725
|
-
{
|
|
3726
|
-
"name": "inputClass",
|
|
3727
|
-
"description": "Adds CSS class to the input for custom styles.",
|
|
3728
|
-
"type": {
|
|
3729
|
-
"name": "string"
|
|
3730
|
-
}
|
|
3731
|
-
},
|
|
3732
|
-
{
|
|
3733
|
-
"name": "contentClass",
|
|
3734
|
-
"description": "Adds CSS class to the slot wrapper for custom styles.",
|
|
3735
|
-
"type": {
|
|
3736
|
-
"name": "string"
|
|
3737
|
-
}
|
|
3738
|
-
},
|
|
3739
|
-
{
|
|
3740
|
-
"name": "disabled",
|
|
3741
|
-
"description": "Disables the radio",
|
|
3742
|
-
"type": {
|
|
3743
|
-
"name": "boolean"
|
|
3744
|
-
}
|
|
3745
|
-
},
|
|
3746
|
-
{
|
|
3747
|
-
"name": "name",
|
|
3748
|
-
"description": "Sets the name of the radio button.",
|
|
3749
|
-
"type": {
|
|
3750
|
-
"name": "string"
|
|
3751
|
-
},
|
|
3752
|
-
"required": true
|
|
3753
|
-
},
|
|
3754
|
-
{
|
|
3755
|
-
"name": "modifier",
|
|
3756
|
-
"description": "Modifies the style variants for this component",
|
|
3757
|
-
"tags": {
|
|
3758
|
-
"demoSelectMultiple": [
|
|
3759
|
-
{
|
|
3760
|
-
"description": "true",
|
|
3761
|
-
"title": "demoSelectMultiple"
|
|
3762
|
-
}
|
|
3763
|
-
]
|
|
3764
|
-
},
|
|
3765
|
-
"values": [
|
|
3766
|
-
"hide-figure"
|
|
3767
|
-
],
|
|
3768
|
-
"type": {
|
|
3769
|
-
"name": "string"
|
|
3770
|
-
},
|
|
3771
|
-
"defaultValue": {
|
|
3772
|
-
"func": false,
|
|
3773
|
-
"value": "''"
|
|
3774
|
-
}
|
|
3775
|
-
},
|
|
3776
|
-
{
|
|
3777
|
-
"name": "size",
|
|
3778
|
-
"description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
|
|
3779
|
-
"tags": {
|
|
3780
|
-
"demoSelectMultiple": [
|
|
3781
|
-
{
|
|
3782
|
-
"description": "false",
|
|
3783
|
-
"title": "demoSelectMultiple"
|
|
3784
|
-
}
|
|
3785
|
-
]
|
|
3786
|
-
},
|
|
3787
|
-
"values": [
|
|
3788
|
-
"small",
|
|
3789
|
-
"medium",
|
|
3790
|
-
"large"
|
|
3791
|
-
],
|
|
3792
|
-
"type": {
|
|
3793
|
-
"name": "sizeProps"
|
|
3794
|
-
}
|
|
3795
|
-
},
|
|
3796
|
-
{
|
|
3797
|
-
"name": "background",
|
|
3798
|
-
"description": "Sets the background color the radio button is rendered on",
|
|
3799
|
-
"tags": {},
|
|
3800
|
-
"values": [
|
|
3801
|
-
"primary",
|
|
3802
|
-
"secondary"
|
|
3803
|
-
],
|
|
3804
|
-
"type": {
|
|
3805
|
-
"name": "backgroundProps"
|
|
3806
|
-
}
|
|
3807
|
-
},
|
|
3808
|
-
{
|
|
3809
|
-
"name": "customValue",
|
|
3810
|
-
"description": "Sets the value of the radio.",
|
|
3811
|
-
"type": {
|
|
3812
|
-
"name": "string|number|boolean|object|array|symbol|func"
|
|
3813
|
-
}
|
|
3814
|
-
},
|
|
3815
|
-
{
|
|
3816
|
-
"name": "modelValue",
|
|
3817
|
-
"tags": {
|
|
3818
|
-
"ignore": [
|
|
3819
|
-
{
|
|
3820
|
-
"description": "v-model binding",
|
|
3821
|
-
"title": "ignore"
|
|
3822
|
-
}
|
|
3823
|
-
]
|
|
3824
|
-
},
|
|
3825
|
-
"type": {
|
|
3826
|
-
"name": "string|number|boolean|object|array|symbol|func"
|
|
3827
|
-
}
|
|
3828
|
-
}
|
|
3829
|
-
],
|
|
3830
|
-
"events": [
|
|
3375
|
+
"name": "modelValue",
|
|
3376
|
+
"tags": {
|
|
3377
|
+
"ignore": [
|
|
3378
|
+
{
|
|
3379
|
+
"description": "v-model binding",
|
|
3380
|
+
"title": "ignore"
|
|
3381
|
+
}
|
|
3382
|
+
]
|
|
3383
|
+
},
|
|
3384
|
+
"type": {
|
|
3385
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
3386
|
+
}
|
|
3387
|
+
}
|
|
3388
|
+
],
|
|
3389
|
+
"events": [
|
|
3831
3390
|
{
|
|
3832
3391
|
"name": "update:modelValue",
|
|
3833
3392
|
"description": "Event emitted by v-model on the radio's <input> element",
|
|
@@ -3937,14 +3496,419 @@
|
|
|
3937
3496
|
"description": "Box-shadow color of cdr-radio when active"
|
|
3938
3497
|
},
|
|
3939
3498
|
{
|
|
3940
|
-
"name": "--cdr-radio-background-color-active",
|
|
3941
|
-
"defaultValue": "--cdr-color-background-input-default-active",
|
|
3942
|
-
"description": "Background color of cdr-radio when active"
|
|
3499
|
+
"name": "--cdr-radio-background-color-active",
|
|
3500
|
+
"defaultValue": "--cdr-color-background-input-default-active",
|
|
3501
|
+
"description": "Background color of cdr-radio when active"
|
|
3502
|
+
},
|
|
3503
|
+
{
|
|
3504
|
+
"name": "--cdr-radio-inner-circle-background-color-selected-active",
|
|
3505
|
+
"defaultValue": "--cdr-color-icon-checkbox-default-selected-active",
|
|
3506
|
+
"description": "Background color of the inner circle of cdr-radio when selected and active"
|
|
3507
|
+
}
|
|
3508
|
+
]
|
|
3509
|
+
},
|
|
3510
|
+
"CdrPagination": {
|
|
3511
|
+
"name": "CdrPagination",
|
|
3512
|
+
"description": "Allows people to navigate to the next or previous page within an experience",
|
|
3513
|
+
"tags": {},
|
|
3514
|
+
"exportName": "default",
|
|
3515
|
+
"displayName": "CdrPagination",
|
|
3516
|
+
"props": [
|
|
3517
|
+
{
|
|
3518
|
+
"name": "id",
|
|
3519
|
+
"description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
|
|
3520
|
+
"tags": {
|
|
3521
|
+
"demoIgnore": [
|
|
3522
|
+
{
|
|
3523
|
+
"description": "true",
|
|
3524
|
+
"title": "demoIgnore"
|
|
3525
|
+
}
|
|
3526
|
+
]
|
|
3527
|
+
},
|
|
3528
|
+
"type": {
|
|
3529
|
+
"name": "string"
|
|
3530
|
+
}
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
"name": "totalPages",
|
|
3534
|
+
"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.",
|
|
3535
|
+
"type": {
|
|
3536
|
+
"name": "number"
|
|
3537
|
+
},
|
|
3538
|
+
"defaultValue": {
|
|
3539
|
+
"func": false,
|
|
3540
|
+
"value": "null"
|
|
3541
|
+
}
|
|
3542
|
+
},
|
|
3543
|
+
{
|
|
3544
|
+
"name": "pages",
|
|
3545
|
+
"description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
|
|
3546
|
+
"type": {
|
|
3547
|
+
"name": "paginationItem[]"
|
|
3548
|
+
},
|
|
3549
|
+
"required": true
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"name": "linkTag",
|
|
3553
|
+
"description": "Sets which tag type is used to render pagination elements",
|
|
3554
|
+
"tags": {},
|
|
3555
|
+
"values": [
|
|
3556
|
+
"a",
|
|
3557
|
+
"button"
|
|
3558
|
+
],
|
|
3559
|
+
"type": {
|
|
3560
|
+
"name": "string"
|
|
3561
|
+
},
|
|
3562
|
+
"defaultValue": {
|
|
3563
|
+
"func": false,
|
|
3564
|
+
"value": "'a'"
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"name": "forLabel",
|
|
3569
|
+
"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`",
|
|
3570
|
+
"type": {
|
|
3571
|
+
"name": "string"
|
|
3572
|
+
},
|
|
3573
|
+
"defaultValue": {
|
|
3574
|
+
"func": false,
|
|
3575
|
+
"value": "''"
|
|
3576
|
+
}
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
"name": "modelValue",
|
|
3580
|
+
"tags": {
|
|
3581
|
+
"ignore": [
|
|
3582
|
+
{
|
|
3583
|
+
"description": "used for binding v-model, represents the current page",
|
|
3584
|
+
"title": "ignore"
|
|
3585
|
+
}
|
|
3586
|
+
]
|
|
3587
|
+
},
|
|
3588
|
+
"type": {
|
|
3589
|
+
"name": "number"
|
|
3590
|
+
}
|
|
3591
|
+
}
|
|
3592
|
+
],
|
|
3593
|
+
"events": [
|
|
3594
|
+
{
|
|
3595
|
+
"name": "update:modelValue",
|
|
3596
|
+
"description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
|
|
3597
|
+
"properties": [
|
|
3598
|
+
{
|
|
3599
|
+
"type": {
|
|
3600
|
+
"names": [
|
|
3601
|
+
"mixed"
|
|
3602
|
+
]
|
|
3603
|
+
},
|
|
3604
|
+
"name": "modelValue"
|
|
3605
|
+
}
|
|
3606
|
+
],
|
|
3607
|
+
"tags": [
|
|
3608
|
+
{
|
|
3609
|
+
"title": "param",
|
|
3610
|
+
"type": {
|
|
3611
|
+
"name": "mixed"
|
|
3612
|
+
},
|
|
3613
|
+
"name": "modelValue"
|
|
3614
|
+
}
|
|
3615
|
+
]
|
|
3616
|
+
},
|
|
3617
|
+
{
|
|
3618
|
+
"name": "navigate",
|
|
3619
|
+
"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."
|
|
3620
|
+
}
|
|
3621
|
+
],
|
|
3622
|
+
"sourceFiles": [
|
|
3623
|
+
"./src/components/pagination/CdrPagination.vue"
|
|
3624
|
+
],
|
|
3625
|
+
"UIProperties": [
|
|
3626
|
+
{
|
|
3627
|
+
"name": "--cdr-pagination-link-text-color",
|
|
3628
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3629
|
+
"description": "Text color of a cdr-pagination link"
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"name": "--cdr-pagination-link-fill-color",
|
|
3633
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3634
|
+
"description": "Fill color of a cdr-pagination link"
|
|
3635
|
+
},
|
|
3636
|
+
{
|
|
3637
|
+
"name": "--cdr-pagination-link-background-color-interaction",
|
|
3638
|
+
"defaultValue": "--cdr-color-background-pagination-hover",
|
|
3639
|
+
"description": "Background color of a cdr-pagination link on hover/focus/active"
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
"name": "--cdr-pagination-link-current-background-color-keyline",
|
|
3643
|
+
"defaultValue": "--cdr-color-background-pagination-keyline",
|
|
3644
|
+
"description": "Background color of the keyline for the current cdr-pagination link"
|
|
3645
|
+
},
|
|
3646
|
+
{
|
|
3647
|
+
"name": "--cdr-pagination-link-text-color-disabled",
|
|
3648
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3649
|
+
"description": "Text color of a disabled cdr-pagination link"
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "--cdr-pagination-link-fill-color-disabled",
|
|
3653
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3654
|
+
"description": "Fill color of a disabled cdr-pagination link"
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"name": "--cdr-pagination-link-text-color-interactive-disabled",
|
|
3658
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3659
|
+
"description": "Text color of a disabled cdr-pagination link on hover/focus/active"
|
|
3660
|
+
}
|
|
3661
|
+
]
|
|
3662
|
+
},
|
|
3663
|
+
"CdrPopup": {
|
|
3664
|
+
"name": "CdrPopup",
|
|
3665
|
+
"description": "An internal helper component used by Popover and Tooltip",
|
|
3666
|
+
"tags": {},
|
|
3667
|
+
"exportName": "default",
|
|
3668
|
+
"displayName": "CdrPopup",
|
|
3669
|
+
"props": [
|
|
3670
|
+
{
|
|
3671
|
+
"name": "opened",
|
|
3672
|
+
"type": {
|
|
3673
|
+
"name": "boolean"
|
|
3674
|
+
},
|
|
3675
|
+
"defaultValue": {
|
|
3676
|
+
"func": false,
|
|
3677
|
+
"value": false
|
|
3678
|
+
}
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"name": "position",
|
|
3682
|
+
"type": {
|
|
3683
|
+
"name": "string"
|
|
3684
|
+
},
|
|
3685
|
+
"required": false,
|
|
3686
|
+
"defaultValue": {
|
|
3687
|
+
"func": false,
|
|
3688
|
+
"value": "'top'"
|
|
3689
|
+
}
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"name": "autoPosition",
|
|
3693
|
+
"type": {
|
|
3694
|
+
"name": "boolean"
|
|
3695
|
+
},
|
|
3696
|
+
"defaultValue": {
|
|
3697
|
+
"func": false,
|
|
3698
|
+
"value": true
|
|
3699
|
+
}
|
|
3700
|
+
},
|
|
3701
|
+
{
|
|
3702
|
+
"name": "contentClass",
|
|
3703
|
+
"type": {
|
|
3704
|
+
"name": "string"
|
|
3705
|
+
}
|
|
3706
|
+
}
|
|
3707
|
+
],
|
|
3708
|
+
"events": [
|
|
3709
|
+
{
|
|
3710
|
+
"name": "closed"
|
|
3711
|
+
}
|
|
3712
|
+
],
|
|
3713
|
+
"slots": [
|
|
3714
|
+
{
|
|
3715
|
+
"name": "default"
|
|
3716
|
+
}
|
|
3717
|
+
],
|
|
3718
|
+
"sourceFiles": [
|
|
3719
|
+
"./src/components/popup/CdrPopup.vue"
|
|
3720
|
+
],
|
|
3721
|
+
"UIProperties": [
|
|
3722
|
+
{
|
|
3723
|
+
"name": "--cdr-popup-content-background",
|
|
3724
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
3725
|
+
"description": "Background color of cdr-popup content"
|
|
3726
|
+
},
|
|
3727
|
+
{
|
|
3728
|
+
"name": "--cdr-popup-content-border-color",
|
|
3729
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
3730
|
+
"description": "Border color of cdr-popup content"
|
|
3731
|
+
}
|
|
3732
|
+
]
|
|
3733
|
+
},
|
|
3734
|
+
"CdrRating": {
|
|
3735
|
+
"name": "CdrRating",
|
|
3736
|
+
"description": "Provides insight into user opinions for products, experiences, and more",
|
|
3737
|
+
"tags": {},
|
|
3738
|
+
"exportName": "default",
|
|
3739
|
+
"displayName": "CdrRating",
|
|
3740
|
+
"props": [
|
|
3741
|
+
{
|
|
3742
|
+
"name": "rating",
|
|
3743
|
+
"description": "Sets the rating values between 0 and 5.",
|
|
3744
|
+
"type": {
|
|
3745
|
+
"name": "string|number"
|
|
3746
|
+
},
|
|
3747
|
+
"required": true,
|
|
3748
|
+
"defaultValue": {
|
|
3749
|
+
"func": false,
|
|
3750
|
+
"value": "0"
|
|
3751
|
+
}
|
|
3752
|
+
},
|
|
3753
|
+
{
|
|
3754
|
+
"name": "count",
|
|
3755
|
+
"description": "Sets the total number of ratings",
|
|
3756
|
+
"type": {
|
|
3757
|
+
"name": "string|number"
|
|
3758
|
+
},
|
|
3759
|
+
"required": false,
|
|
3760
|
+
"defaultValue": {
|
|
3761
|
+
"func": false,
|
|
3762
|
+
"value": "null"
|
|
3763
|
+
}
|
|
3764
|
+
},
|
|
3765
|
+
{
|
|
3766
|
+
"name": "compact",
|
|
3767
|
+
"description": "Hides the word 'reviews' if true",
|
|
3768
|
+
"type": {
|
|
3769
|
+
"name": "boolean"
|
|
3770
|
+
},
|
|
3771
|
+
"defaultValue": {
|
|
3772
|
+
"func": false,
|
|
3773
|
+
"value": false
|
|
3774
|
+
}
|
|
3775
|
+
},
|
|
3776
|
+
{
|
|
3777
|
+
"name": "href",
|
|
3778
|
+
"description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
|
|
3779
|
+
"type": {
|
|
3780
|
+
"name": "string"
|
|
3781
|
+
}
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
"name": "size",
|
|
3785
|
+
"description": "Sets the rating size.",
|
|
3786
|
+
"tags": {
|
|
3787
|
+
"demoSelectMultiple": [
|
|
3788
|
+
{
|
|
3789
|
+
"description": "false",
|
|
3790
|
+
"title": "demoSelectMultiple"
|
|
3791
|
+
}
|
|
3792
|
+
]
|
|
3793
|
+
},
|
|
3794
|
+
"values": [
|
|
3795
|
+
"small",
|
|
3796
|
+
"medium",
|
|
3797
|
+
"large"
|
|
3798
|
+
],
|
|
3799
|
+
"type": {
|
|
3800
|
+
"name": "string"
|
|
3801
|
+
},
|
|
3802
|
+
"defaultValue": {
|
|
3803
|
+
"func": false,
|
|
3804
|
+
"value": "'medium'"
|
|
3805
|
+
}
|
|
3806
|
+
}
|
|
3807
|
+
],
|
|
3808
|
+
"sourceFiles": [
|
|
3809
|
+
"./src/components/rating/CdrRating.vue"
|
|
3810
|
+
],
|
|
3811
|
+
"UIProperties": [
|
|
3812
|
+
{
|
|
3813
|
+
"name": "--cdr-rating-count-hover-color",
|
|
3814
|
+
"defaultValue": "--cdr-color-text-rating-hover",
|
|
3815
|
+
"description": "Hover text color of cdr-rating count"
|
|
3816
|
+
},
|
|
3817
|
+
{
|
|
3818
|
+
"name": "--cdr-rating-text-rating-separator",
|
|
3819
|
+
"defaultValue": "--cdr-color-text-rating-separator",
|
|
3820
|
+
"description": "Color of the rating text separator"
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"name": "--cdr-rating-star-null-fill-color",
|
|
3824
|
+
"defaultValue": "#F9F8F6",
|
|
3825
|
+
"description": "Fill color of a null star"
|
|
3826
|
+
},
|
|
3827
|
+
{
|
|
3828
|
+
"name": "--cdr-rating-star-null-outline-color",
|
|
3829
|
+
"defaultValue": "#928B80",
|
|
3830
|
+
"description": "Outline color of a null star"
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"name": "--cdr-rating-star-partial-fill-color",
|
|
3834
|
+
"defaultValue": "#FFD280",
|
|
3835
|
+
"description": "Fill color of a partially filled star"
|
|
3836
|
+
},
|
|
3837
|
+
{
|
|
3838
|
+
"name": "--cdr-rating-star-partial-stroke-color",
|
|
3839
|
+
"defaultValue": "#BD7B2D",
|
|
3840
|
+
"description": "Stroke color of a partially filled star"
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
"name": "--cdr-rating-star-filled-fill-color",
|
|
3844
|
+
"defaultValue": "#FFD280",
|
|
3845
|
+
"description": "Fill color of a filled star"
|
|
3846
|
+
},
|
|
3847
|
+
{
|
|
3848
|
+
"name": "--cdr-rating-star-filled-stroke-color",
|
|
3849
|
+
"defaultValue": "#BD7B2D",
|
|
3850
|
+
"description": "Stroke color of a filled star"
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"name": "--cdr-rating-star-empty-fill-color",
|
|
3854
|
+
"defaultValue": "#F9F8F6",
|
|
3855
|
+
"description": "Fill color of an empty star"
|
|
3856
|
+
},
|
|
3857
|
+
{
|
|
3858
|
+
"name": "--cdr-rating-star-empty-stroke-color",
|
|
3859
|
+
"defaultValue": "#BD7B2D",
|
|
3860
|
+
"description": "Stroke color of an empty star"
|
|
3861
|
+
}
|
|
3862
|
+
]
|
|
3863
|
+
},
|
|
3864
|
+
"CdrSkeleton": {
|
|
3865
|
+
"name": "CdrSkeleton",
|
|
3866
|
+
"description": "Visually communicates content is in the process of loading",
|
|
3867
|
+
"tags": {},
|
|
3868
|
+
"exportName": "default",
|
|
3869
|
+
"displayName": "CdrSkeleton",
|
|
3870
|
+
"props": [
|
|
3871
|
+
{
|
|
3872
|
+
"name": "motion",
|
|
3873
|
+
"description": "Toggle animation on/off.\nWhen `true`, animated gradient will be used while loading.\nWhen `false` a static background color will be used.\nAutomatically disabled if `prefers-reduced-motion` is set by user.",
|
|
3874
|
+
"type": {
|
|
3875
|
+
"name": "boolean"
|
|
3876
|
+
},
|
|
3877
|
+
"defaultValue": {
|
|
3878
|
+
"func": false,
|
|
3879
|
+
"value": true
|
|
3880
|
+
}
|
|
3881
|
+
}
|
|
3882
|
+
],
|
|
3883
|
+
"slots": [
|
|
3884
|
+
{
|
|
3885
|
+
"name": "default",
|
|
3886
|
+
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
3887
|
+
}
|
|
3888
|
+
],
|
|
3889
|
+
"sourceFiles": [
|
|
3890
|
+
"./src/components/skeleton/CdrSkeleton.vue"
|
|
3891
|
+
],
|
|
3892
|
+
"UIProperties": [
|
|
3893
|
+
{
|
|
3894
|
+
"name": "--cdr-skeleton-bone-background-color",
|
|
3895
|
+
"defaultValue": "#edeae3",
|
|
3896
|
+
"description": "Skeleton bone background color"
|
|
3897
|
+
},
|
|
3898
|
+
{
|
|
3899
|
+
"name": "--cdr-skeleton-gradient-1",
|
|
3900
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
3901
|
+
"description": "Skeleton shimmer gradient part 1"
|
|
3943
3902
|
},
|
|
3944
3903
|
{
|
|
3945
|
-
"name": "--cdr-
|
|
3946
|
-
"defaultValue": "
|
|
3947
|
-
"description": "
|
|
3904
|
+
"name": "--cdr-skeleton-gradient-2",
|
|
3905
|
+
"defaultValue": "rgba(249,248,240,1)",
|
|
3906
|
+
"description": "Skeleton shimmer gradient part 2"
|
|
3907
|
+
},
|
|
3908
|
+
{
|
|
3909
|
+
"name": "--cdr-skeleton-gradient-3",
|
|
3910
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
3911
|
+
"description": "Skeleton shimmer gradient part 3"
|
|
3948
3912
|
}
|
|
3949
3913
|
]
|
|
3950
3914
|
},
|
|
@@ -3986,6 +3950,160 @@
|
|
|
3986
3950
|
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
3987
3951
|
]
|
|
3988
3952
|
},
|
|
3953
|
+
"CdrTable": {
|
|
3954
|
+
"name": "CdrTable",
|
|
3955
|
+
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
3956
|
+
"tags": {},
|
|
3957
|
+
"exportName": "default",
|
|
3958
|
+
"displayName": "CdrTable",
|
|
3959
|
+
"props": [
|
|
3960
|
+
{
|
|
3961
|
+
"name": "striped",
|
|
3962
|
+
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
3963
|
+
"type": {
|
|
3964
|
+
"name": "boolean"
|
|
3965
|
+
},
|
|
3966
|
+
"defaultValue": {
|
|
3967
|
+
"func": false,
|
|
3968
|
+
"value": false
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"name": "border",
|
|
3973
|
+
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
3974
|
+
"type": {
|
|
3975
|
+
"name": "boolean"
|
|
3976
|
+
},
|
|
3977
|
+
"defaultValue": {
|
|
3978
|
+
"func": false,
|
|
3979
|
+
"value": true
|
|
3980
|
+
}
|
|
3981
|
+
},
|
|
3982
|
+
{
|
|
3983
|
+
"name": "fullWidth",
|
|
3984
|
+
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
3985
|
+
"type": {
|
|
3986
|
+
"name": "boolean|string"
|
|
3987
|
+
},
|
|
3988
|
+
"defaultValue": {
|
|
3989
|
+
"func": false,
|
|
3990
|
+
"value": true
|
|
3991
|
+
}
|
|
3992
|
+
},
|
|
3993
|
+
{
|
|
3994
|
+
"name": "responsive",
|
|
3995
|
+
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
3996
|
+
"type": {
|
|
3997
|
+
"name": "boolean"
|
|
3998
|
+
},
|
|
3999
|
+
"defaultValue": {
|
|
4000
|
+
"func": false,
|
|
4001
|
+
"value": true
|
|
4002
|
+
}
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
"name": "hover",
|
|
4006
|
+
"description": "Adds a darker background on row hover",
|
|
4007
|
+
"type": {
|
|
4008
|
+
"name": "boolean"
|
|
4009
|
+
},
|
|
4010
|
+
"defaultValue": {
|
|
4011
|
+
"func": false,
|
|
4012
|
+
"value": false
|
|
4013
|
+
}
|
|
4014
|
+
},
|
|
4015
|
+
{
|
|
4016
|
+
"name": "size",
|
|
4017
|
+
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
4018
|
+
"tags": {
|
|
4019
|
+
"demoSelectMultiple": [
|
|
4020
|
+
{
|
|
4021
|
+
"description": "false",
|
|
4022
|
+
"title": "demoSelectMultiple"
|
|
4023
|
+
}
|
|
4024
|
+
]
|
|
4025
|
+
},
|
|
4026
|
+
"values": [
|
|
4027
|
+
"small",
|
|
4028
|
+
"medium",
|
|
4029
|
+
"large"
|
|
4030
|
+
],
|
|
4031
|
+
"type": {
|
|
4032
|
+
"name": "string"
|
|
4033
|
+
},
|
|
4034
|
+
"defaultValue": {
|
|
4035
|
+
"func": false,
|
|
4036
|
+
"value": "'medium'"
|
|
4037
|
+
}
|
|
4038
|
+
}
|
|
4039
|
+
],
|
|
4040
|
+
"slots": [
|
|
4041
|
+
{
|
|
4042
|
+
"name": "default",
|
|
4043
|
+
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4044
|
+
}
|
|
4045
|
+
],
|
|
4046
|
+
"sourceFiles": [
|
|
4047
|
+
"./src/components/table/CdrTable.vue"
|
|
4048
|
+
],
|
|
4049
|
+
"UIProperties": [
|
|
4050
|
+
{
|
|
4051
|
+
"name": "--cdr-table-base-text-color",
|
|
4052
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4053
|
+
"description": "Color of the cdr-table base text"
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"name": "--cdr-table-row-background-color",
|
|
4057
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4058
|
+
"description": "Background color of the table rows"
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
"name": "--cdr-table-header-background-color",
|
|
4062
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4063
|
+
"description": "Background color of the table header"
|
|
4064
|
+
},
|
|
4065
|
+
{
|
|
4066
|
+
"name": "--cdr-table-text-cell-color",
|
|
4067
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4068
|
+
"description": "Text color of the table cells"
|
|
4069
|
+
},
|
|
4070
|
+
{
|
|
4071
|
+
"name": "--cdr-table-border-color-default",
|
|
4072
|
+
"defaultValue": "--cdr-color-border-table-default",
|
|
4073
|
+
"description": "Default border color of the table"
|
|
4074
|
+
},
|
|
4075
|
+
{
|
|
4076
|
+
"name": "--cdr-table-head-border-default",
|
|
4077
|
+
"defaultValue": "--cdr-color-border-table-head",
|
|
4078
|
+
"description": "Head border color of the table"
|
|
4079
|
+
},
|
|
4080
|
+
{
|
|
4081
|
+
"name": "--cdr-table-odd-row-background-color",
|
|
4082
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4083
|
+
"description": "Background color of all odd rows in the table"
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"name": "--cdr-table-header-odd-row-background-color",
|
|
4087
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4088
|
+
"description": "Background color of odd rows in the table header"
|
|
4089
|
+
},
|
|
4090
|
+
{
|
|
4091
|
+
"name": "--cdr-table-striped-odd-row-background-color",
|
|
4092
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4093
|
+
"description": "Background color of the odd rows in striped tables"
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"name": "--cdr-table-body-footer-odd-row-background-color",
|
|
4097
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4098
|
+
"description": "Background color of odd rows in the table body and footer"
|
|
4099
|
+
},
|
|
4100
|
+
{
|
|
4101
|
+
"name": "--cdr-table-cell-background-color-hover",
|
|
4102
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4103
|
+
"description": "Background color of table cells on hover"
|
|
4104
|
+
}
|
|
4105
|
+
]
|
|
4106
|
+
},
|
|
3989
4107
|
"CdrSelect": {
|
|
3990
4108
|
"name": "CdrSelect",
|
|
3991
4109
|
"description": "Allows the selection of one or more options from a dropdown list",
|
|
@@ -4279,6 +4397,93 @@
|
|
|
4279
4397
|
}
|
|
4280
4398
|
]
|
|
4281
4399
|
},
|
|
4400
|
+
"CdrTabPanel": {
|
|
4401
|
+
"name": "CdrTabPanel",
|
|
4402
|
+
"exportName": "default",
|
|
4403
|
+
"displayName": "CdrTabPanel",
|
|
4404
|
+
"description": "",
|
|
4405
|
+
"tags": {},
|
|
4406
|
+
"props": [
|
|
4407
|
+
{
|
|
4408
|
+
"name": "id",
|
|
4409
|
+
"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.",
|
|
4410
|
+
"type": {
|
|
4411
|
+
"name": "string"
|
|
4412
|
+
}
|
|
4413
|
+
},
|
|
4414
|
+
{
|
|
4415
|
+
"name": "name",
|
|
4416
|
+
"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.",
|
|
4417
|
+
"type": {
|
|
4418
|
+
"name": "string"
|
|
4419
|
+
}
|
|
4420
|
+
},
|
|
4421
|
+
{
|
|
4422
|
+
"name": "ariaLabelledby",
|
|
4423
|
+
"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.",
|
|
4424
|
+
"type": {
|
|
4425
|
+
"name": "string"
|
|
4426
|
+
}
|
|
4427
|
+
}
|
|
4428
|
+
],
|
|
4429
|
+
"events": [
|
|
4430
|
+
{
|
|
4431
|
+
"name": "tab-change",
|
|
4432
|
+
"description": "Emits when active tab is changed",
|
|
4433
|
+
"tags": [
|
|
4434
|
+
{
|
|
4435
|
+
"title": "params",
|
|
4436
|
+
"content": "state, panelId"
|
|
4437
|
+
}
|
|
4438
|
+
]
|
|
4439
|
+
}
|
|
4440
|
+
],
|
|
4441
|
+
"slots": [
|
|
4442
|
+
{
|
|
4443
|
+
"name": "default",
|
|
4444
|
+
"description": "CdrTabPanel content"
|
|
4445
|
+
}
|
|
4446
|
+
],
|
|
4447
|
+
"sourceFiles": [
|
|
4448
|
+
"./src/components/tabs/CdrTabPanel.vue"
|
|
4449
|
+
]
|
|
4450
|
+
},
|
|
4451
|
+
"CdrText": {
|
|
4452
|
+
"name": "CdrText",
|
|
4453
|
+
"description": "Text container used for any text element such as paragraphs, headings, and lists",
|
|
4454
|
+
"tags": {},
|
|
4455
|
+
"exportName": "default",
|
|
4456
|
+
"displayName": "CdrText",
|
|
4457
|
+
"props": [
|
|
4458
|
+
{
|
|
4459
|
+
"name": "tag",
|
|
4460
|
+
"description": "Sets the HTML tag (p, span, h1, h2, etc)",
|
|
4461
|
+
"type": {
|
|
4462
|
+
"name": "string"
|
|
4463
|
+
},
|
|
4464
|
+
"defaultValue": {
|
|
4465
|
+
"func": false,
|
|
4466
|
+
"value": "'p'"
|
|
4467
|
+
}
|
|
4468
|
+
}
|
|
4469
|
+
],
|
|
4470
|
+
"slots": [
|
|
4471
|
+
{
|
|
4472
|
+
"name": "default",
|
|
4473
|
+
"description": "CdrText content"
|
|
4474
|
+
}
|
|
4475
|
+
],
|
|
4476
|
+
"sourceFiles": [
|
|
4477
|
+
"./src/components/text/CdrText.vue"
|
|
4478
|
+
],
|
|
4479
|
+
"UIProperties": [
|
|
4480
|
+
{
|
|
4481
|
+
"name": "--cdr-text-color",
|
|
4482
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4483
|
+
"description": "Text color"
|
|
4484
|
+
}
|
|
4485
|
+
]
|
|
4486
|
+
},
|
|
4282
4487
|
"CdrSwitch": {
|
|
4283
4488
|
"name": "CdrSwitch",
|
|
4284
4489
|
"description": "Permits selection from two opposing options",
|
|
@@ -4505,296 +4710,92 @@
|
|
|
4505
4710
|
}
|
|
4506
4711
|
]
|
|
4507
4712
|
},
|
|
4508
|
-
"
|
|
4509
|
-
"name": "
|
|
4510
|
-
"description": "
|
|
4511
|
-
"tags": {},
|
|
4512
|
-
"exportName": "default",
|
|
4513
|
-
"displayName": "CdrTable",
|
|
4514
|
-
"props": [
|
|
4515
|
-
{
|
|
4516
|
-
"name": "striped",
|
|
4517
|
-
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
4518
|
-
"type": {
|
|
4519
|
-
"name": "boolean"
|
|
4520
|
-
},
|
|
4521
|
-
"defaultValue": {
|
|
4522
|
-
"func": false,
|
|
4523
|
-
"value": false
|
|
4524
|
-
}
|
|
4525
|
-
},
|
|
4526
|
-
{
|
|
4527
|
-
"name": "border",
|
|
4528
|
-
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4529
|
-
"type": {
|
|
4530
|
-
"name": "boolean"
|
|
4531
|
-
},
|
|
4532
|
-
"defaultValue": {
|
|
4533
|
-
"func": false,
|
|
4534
|
-
"value": true
|
|
4535
|
-
}
|
|
4536
|
-
},
|
|
4537
|
-
{
|
|
4538
|
-
"name": "fullWidth",
|
|
4539
|
-
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
4540
|
-
"type": {
|
|
4541
|
-
"name": "boolean|string"
|
|
4542
|
-
},
|
|
4543
|
-
"defaultValue": {
|
|
4544
|
-
"func": false,
|
|
4545
|
-
"value": true
|
|
4546
|
-
}
|
|
4547
|
-
},
|
|
4548
|
-
{
|
|
4549
|
-
"name": "responsive",
|
|
4550
|
-
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
4551
|
-
"type": {
|
|
4552
|
-
"name": "boolean"
|
|
4553
|
-
},
|
|
4554
|
-
"defaultValue": {
|
|
4555
|
-
"func": false,
|
|
4556
|
-
"value": true
|
|
4557
|
-
}
|
|
4558
|
-
},
|
|
4559
|
-
{
|
|
4560
|
-
"name": "hover",
|
|
4561
|
-
"description": "Adds a darker background on row hover",
|
|
4562
|
-
"type": {
|
|
4563
|
-
"name": "boolean"
|
|
4564
|
-
},
|
|
4565
|
-
"defaultValue": {
|
|
4566
|
-
"func": false,
|
|
4567
|
-
"value": false
|
|
4568
|
-
}
|
|
4569
|
-
},
|
|
4570
|
-
{
|
|
4571
|
-
"name": "size",
|
|
4572
|
-
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
4573
|
-
"tags": {
|
|
4574
|
-
"demoSelectMultiple": [
|
|
4575
|
-
{
|
|
4576
|
-
"description": "false",
|
|
4577
|
-
"title": "demoSelectMultiple"
|
|
4578
|
-
}
|
|
4579
|
-
]
|
|
4580
|
-
},
|
|
4581
|
-
"values": [
|
|
4582
|
-
"small",
|
|
4583
|
-
"medium",
|
|
4584
|
-
"large"
|
|
4585
|
-
],
|
|
4586
|
-
"type": {
|
|
4587
|
-
"name": "string"
|
|
4588
|
-
},
|
|
4589
|
-
"defaultValue": {
|
|
4590
|
-
"func": false,
|
|
4591
|
-
"value": "'medium'"
|
|
4592
|
-
}
|
|
4593
|
-
}
|
|
4594
|
-
],
|
|
4595
|
-
"slots": [
|
|
4596
|
-
{
|
|
4597
|
-
"name": "default",
|
|
4598
|
-
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4599
|
-
}
|
|
4600
|
-
],
|
|
4601
|
-
"sourceFiles": [
|
|
4602
|
-
"./src/components/table/CdrTable.vue"
|
|
4603
|
-
],
|
|
4604
|
-
"UIProperties": [
|
|
4605
|
-
{
|
|
4606
|
-
"name": "--cdr-table-base-text-color",
|
|
4607
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4608
|
-
"description": "Color of the cdr-table base text"
|
|
4609
|
-
},
|
|
4610
|
-
{
|
|
4611
|
-
"name": "--cdr-table-row-background-color",
|
|
4612
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4613
|
-
"description": "Background color of the table rows"
|
|
4614
|
-
},
|
|
4615
|
-
{
|
|
4616
|
-
"name": "--cdr-table-header-background-color",
|
|
4617
|
-
"defaultValue": "--cdr-color-background-table-header",
|
|
4618
|
-
"description": "Background color of the table header"
|
|
4619
|
-
},
|
|
4620
|
-
{
|
|
4621
|
-
"name": "--cdr-table-text-cell-color",
|
|
4622
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4623
|
-
"description": "Text color of the table cells"
|
|
4624
|
-
},
|
|
4625
|
-
{
|
|
4626
|
-
"name": "--cdr-table-border-color-default",
|
|
4627
|
-
"defaultValue": "--cdr-color-border-table-default",
|
|
4628
|
-
"description": "Default border color of the table"
|
|
4629
|
-
},
|
|
4630
|
-
{
|
|
4631
|
-
"name": "--cdr-table-head-border-default",
|
|
4632
|
-
"defaultValue": "--cdr-color-border-table-head",
|
|
4633
|
-
"description": "Head border color of the table"
|
|
4634
|
-
},
|
|
4635
|
-
{
|
|
4636
|
-
"name": "--cdr-table-odd-row-background-color",
|
|
4637
|
-
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4638
|
-
"description": "Background color of all odd rows in the table"
|
|
4639
|
-
},
|
|
4640
|
-
{
|
|
4641
|
-
"name": "--cdr-table-header-odd-row-background-color",
|
|
4642
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4643
|
-
"description": "Background color of odd rows in the table header"
|
|
4644
|
-
},
|
|
4645
|
-
{
|
|
4646
|
-
"name": "--cdr-table-striped-odd-row-background-color",
|
|
4647
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4648
|
-
"description": "Background color of the odd rows in striped tables"
|
|
4649
|
-
},
|
|
4650
|
-
{
|
|
4651
|
-
"name": "--cdr-table-body-footer-odd-row-background-color",
|
|
4652
|
-
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4653
|
-
"description": "Background color of odd rows in the table body and footer"
|
|
4654
|
-
},
|
|
4655
|
-
{
|
|
4656
|
-
"name": "--cdr-table-cell-background-color-hover",
|
|
4657
|
-
"defaultValue": "--cdr-color-background-table-header",
|
|
4658
|
-
"description": "Background color of table cells on hover"
|
|
4659
|
-
}
|
|
4660
|
-
]
|
|
4661
|
-
},
|
|
4662
|
-
"CdrText": {
|
|
4663
|
-
"name": "CdrText",
|
|
4664
|
-
"description": "Text container used for any text element such as paragraphs, headings, and lists",
|
|
4713
|
+
"CdrQuote": {
|
|
4714
|
+
"name": "CdrQuote",
|
|
4715
|
+
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
4665
4716
|
"tags": {},
|
|
4666
4717
|
"exportName": "default",
|
|
4667
|
-
"displayName": "
|
|
4718
|
+
"displayName": "CdrQuote",
|
|
4668
4719
|
"props": [
|
|
4669
4720
|
{
|
|
4670
4721
|
"name": "tag",
|
|
4671
|
-
"description": "Sets the HTML
|
|
4672
|
-
"
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
"
|
|
4677
|
-
"
|
|
4678
|
-
|
|
4679
|
-
}
|
|
4680
|
-
],
|
|
4681
|
-
"slots": [
|
|
4682
|
-
{
|
|
4683
|
-
"name": "default",
|
|
4684
|
-
"description": "CdrText content"
|
|
4685
|
-
}
|
|
4686
|
-
],
|
|
4687
|
-
"sourceFiles": [
|
|
4688
|
-
"./src/components/text/CdrText.vue"
|
|
4689
|
-
],
|
|
4690
|
-
"UIProperties": [
|
|
4691
|
-
{
|
|
4692
|
-
"name": "--cdr-text-color",
|
|
4693
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4694
|
-
"description": "Text color"
|
|
4695
|
-
}
|
|
4696
|
-
]
|
|
4697
|
-
},
|
|
4698
|
-
"CdrSkeleton": {
|
|
4699
|
-
"name": "CdrSkeleton",
|
|
4700
|
-
"description": "Visually communicates content is in the process of loading",
|
|
4701
|
-
"tags": {},
|
|
4702
|
-
"exportName": "default",
|
|
4703
|
-
"displayName": "CdrSkeleton",
|
|
4704
|
-
"props": [
|
|
4705
|
-
{
|
|
4706
|
-
"name": "motion",
|
|
4707
|
-
"description": "Toggle animation on/off.\nWhen `true`, animated gradient will be used while loading.\nWhen `false` a static background color will be used.\nAutomatically disabled if `prefers-reduced-motion` is set by user.",
|
|
4708
|
-
"type": {
|
|
4709
|
-
"name": "boolean"
|
|
4710
|
-
},
|
|
4711
|
-
"defaultValue": {
|
|
4712
|
-
"func": false,
|
|
4713
|
-
"value": true
|
|
4714
|
-
}
|
|
4715
|
-
}
|
|
4716
|
-
],
|
|
4717
|
-
"slots": [
|
|
4718
|
-
{
|
|
4719
|
-
"name": "default",
|
|
4720
|
-
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
4721
|
-
}
|
|
4722
|
-
],
|
|
4723
|
-
"sourceFiles": [
|
|
4724
|
-
"./src/components/skeleton/CdrSkeleton.vue"
|
|
4725
|
-
],
|
|
4726
|
-
"UIProperties": [
|
|
4727
|
-
{
|
|
4728
|
-
"name": "--cdr-skeleton-bone-background-color",
|
|
4729
|
-
"defaultValue": "#edeae3",
|
|
4730
|
-
"description": "Skeleton bone background color"
|
|
4731
|
-
},
|
|
4732
|
-
{
|
|
4733
|
-
"name": "--cdr-skeleton-gradient-1",
|
|
4734
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
4735
|
-
"description": "Skeleton shimmer gradient part 1"
|
|
4736
|
-
},
|
|
4737
|
-
{
|
|
4738
|
-
"name": "--cdr-skeleton-gradient-2",
|
|
4739
|
-
"defaultValue": "rgba(249,248,240,1)",
|
|
4740
|
-
"description": "Skeleton shimmer gradient part 2"
|
|
4741
|
-
},
|
|
4742
|
-
{
|
|
4743
|
-
"name": "--cdr-skeleton-gradient-3",
|
|
4744
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
4745
|
-
"description": "Skeleton shimmer gradient part 3"
|
|
4746
|
-
}
|
|
4747
|
-
]
|
|
4748
|
-
},
|
|
4749
|
-
"CdrTabPanel": {
|
|
4750
|
-
"name": "CdrTabPanel",
|
|
4751
|
-
"exportName": "default",
|
|
4752
|
-
"displayName": "CdrTabPanel",
|
|
4753
|
-
"description": "",
|
|
4754
|
-
"tags": {},
|
|
4755
|
-
"props": [
|
|
4756
|
-
{
|
|
4757
|
-
"name": "id",
|
|
4758
|
-
"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.",
|
|
4722
|
+
"description": "Sets the semantic HTML element for the quote.",
|
|
4723
|
+
"tags": {},
|
|
4724
|
+
"values": [
|
|
4725
|
+
"blockquote",
|
|
4726
|
+
"aside",
|
|
4727
|
+
"q",
|
|
4728
|
+
"div"
|
|
4729
|
+
],
|
|
4759
4730
|
"type": {
|
|
4760
4731
|
"name": "string"
|
|
4732
|
+
},
|
|
4733
|
+
"defaultValue": {
|
|
4734
|
+
"func": false,
|
|
4735
|
+
"value": "'blockquote'"
|
|
4761
4736
|
}
|
|
4762
4737
|
},
|
|
4763
4738
|
{
|
|
4764
|
-
"name": "
|
|
4765
|
-
"description": "
|
|
4739
|
+
"name": "modifier",
|
|
4740
|
+
"description": "Modifies the style variant for the quote",
|
|
4741
|
+
"tags": {
|
|
4742
|
+
"demoSelectMultiple": [
|
|
4743
|
+
{
|
|
4744
|
+
"description": "true",
|
|
4745
|
+
"title": "demoSelectMultiple"
|
|
4746
|
+
}
|
|
4747
|
+
]
|
|
4748
|
+
},
|
|
4749
|
+
"values": [
|
|
4750
|
+
"pull"
|
|
4751
|
+
],
|
|
4766
4752
|
"type": {
|
|
4767
4753
|
"name": "string"
|
|
4754
|
+
},
|
|
4755
|
+
"defaultValue": {
|
|
4756
|
+
"func": false,
|
|
4757
|
+
"value": "''"
|
|
4768
4758
|
}
|
|
4769
4759
|
},
|
|
4770
4760
|
{
|
|
4771
|
-
"name": "
|
|
4772
|
-
"description": "Sets
|
|
4761
|
+
"name": "summary",
|
|
4762
|
+
"description": "Sets the quote body text.",
|
|
4773
4763
|
"type": {
|
|
4774
4764
|
"name": "string"
|
|
4775
4765
|
}
|
|
4776
|
-
}
|
|
4777
|
-
],
|
|
4778
|
-
"events": [
|
|
4766
|
+
},
|
|
4779
4767
|
{
|
|
4780
|
-
"name": "
|
|
4781
|
-
"description": "
|
|
4782
|
-
"
|
|
4783
|
-
|
|
4784
|
-
|
|
4785
|
-
"content": "state, panelId"
|
|
4786
|
-
}
|
|
4787
|
-
]
|
|
4768
|
+
"name": "citation",
|
|
4769
|
+
"description": "Sets the quote attribution text.",
|
|
4770
|
+
"type": {
|
|
4771
|
+
"name": "string"
|
|
4772
|
+
}
|
|
4788
4773
|
}
|
|
4789
4774
|
],
|
|
4790
4775
|
"slots": [
|
|
4791
4776
|
{
|
|
4792
|
-
"name": "default"
|
|
4793
|
-
"description": "CdrTabPanel content"
|
|
4777
|
+
"name": "default"
|
|
4794
4778
|
}
|
|
4795
4779
|
],
|
|
4796
4780
|
"sourceFiles": [
|
|
4797
|
-
"./src/components/
|
|
4781
|
+
"./src/components/quote/CdrQuote.vue"
|
|
4782
|
+
],
|
|
4783
|
+
"UIProperties": [
|
|
4784
|
+
{
|
|
4785
|
+
"name": "--cdr-quote-cite-text-color",
|
|
4786
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
4787
|
+
"description": "Text color of a cdr-quote citation"
|
|
4788
|
+
},
|
|
4789
|
+
{
|
|
4790
|
+
"name": "--cdr-quote-content-text-color",
|
|
4791
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4792
|
+
"description": "Text color of cdr-quote content"
|
|
4793
|
+
},
|
|
4794
|
+
{
|
|
4795
|
+
"name": "--cdr-quote-pull-container-border-color",
|
|
4796
|
+
"defaultValue": "--cdr-color-border-primary",
|
|
4797
|
+
"description": "Border color of a cdr-quote pull container"
|
|
4798
|
+
}
|
|
4798
4799
|
]
|
|
4799
4800
|
},
|
|
4800
4801
|
"CdrTabs": {
|
|
@@ -5229,99 +5230,6 @@
|
|
|
5229
5230
|
}
|
|
5230
5231
|
]
|
|
5231
5232
|
},
|
|
5232
|
-
"CdrToggleGroup": {
|
|
5233
|
-
"name": "CdrToggleGroup",
|
|
5234
|
-
"exportName": "default",
|
|
5235
|
-
"displayName": "CdrToggleGroup",
|
|
5236
|
-
"description": "",
|
|
5237
|
-
"tags": {},
|
|
5238
|
-
"props": [
|
|
5239
|
-
{
|
|
5240
|
-
"name": "modelValue",
|
|
5241
|
-
"tags": {
|
|
5242
|
-
"ignore": [
|
|
5243
|
-
{
|
|
5244
|
-
"description": true,
|
|
5245
|
-
"title": "ignore"
|
|
5246
|
-
}
|
|
5247
|
-
]
|
|
5248
|
-
},
|
|
5249
|
-
"type": {
|
|
5250
|
-
"name": "string|number|boolean|object|array"
|
|
5251
|
-
},
|
|
5252
|
-
"required": true
|
|
5253
|
-
},
|
|
5254
|
-
{
|
|
5255
|
-
"name": "size",
|
|
5256
|
-
"description": "Sets toggle button size",
|
|
5257
|
-
"tags": {
|
|
5258
|
-
"demoSelectMultiple": [
|
|
5259
|
-
{
|
|
5260
|
-
"description": "false",
|
|
5261
|
-
"title": "demoSelectMultiple"
|
|
5262
|
-
}
|
|
5263
|
-
]
|
|
5264
|
-
},
|
|
5265
|
-
"values": [
|
|
5266
|
-
"medium",
|
|
5267
|
-
"large"
|
|
5268
|
-
],
|
|
5269
|
-
"type": {
|
|
5270
|
-
"name": "string"
|
|
5271
|
-
},
|
|
5272
|
-
"defaultValue": {
|
|
5273
|
-
"func": false,
|
|
5274
|
-
"value": "'medium'"
|
|
5275
|
-
}
|
|
5276
|
-
}
|
|
5277
|
-
],
|
|
5278
|
-
"events": [
|
|
5279
|
-
{
|
|
5280
|
-
"name": "update:modelValue",
|
|
5281
|
-
"description": "Event emitted by v-model",
|
|
5282
|
-
"properties": [
|
|
5283
|
-
{
|
|
5284
|
-
"type": {
|
|
5285
|
-
"names": [
|
|
5286
|
-
"mixed"
|
|
5287
|
-
]
|
|
5288
|
-
},
|
|
5289
|
-
"name": "modelValue"
|
|
5290
|
-
}
|
|
5291
|
-
],
|
|
5292
|
-
"tags": [
|
|
5293
|
-
{
|
|
5294
|
-
"title": "param",
|
|
5295
|
-
"type": {
|
|
5296
|
-
"name": "mixed"
|
|
5297
|
-
},
|
|
5298
|
-
"name": "modelValue"
|
|
5299
|
-
}
|
|
5300
|
-
]
|
|
5301
|
-
}
|
|
5302
|
-
],
|
|
5303
|
-
"slots": [
|
|
5304
|
-
{
|
|
5305
|
-
"name": "default",
|
|
5306
|
-
"description": "CdrToggleGroup content (CdrToggleButton components)"
|
|
5307
|
-
}
|
|
5308
|
-
],
|
|
5309
|
-
"sourceFiles": [
|
|
5310
|
-
"./src/components/toggleButton/CdrToggleGroup.vue"
|
|
5311
|
-
],
|
|
5312
|
-
"UIProperties": [
|
|
5313
|
-
{
|
|
5314
|
-
"name": "--cdr-toggle-group-border-color",
|
|
5315
|
-
"defaultValue": "--cdr-color-border-primary",
|
|
5316
|
-
"description": "Border color of the cdr-toggle-group"
|
|
5317
|
-
},
|
|
5318
|
-
{
|
|
5319
|
-
"name": "--cdr-toggle-group-background-color-default-rest",
|
|
5320
|
-
"defaultValue": "--cdr-color-background-toggle-group-default-rest",
|
|
5321
|
-
"description": "Default background color of the cdr-toggle-group"
|
|
5322
|
-
}
|
|
5323
|
-
]
|
|
5324
|
-
},
|
|
5325
5233
|
"CdrTooltip": {
|
|
5326
5234
|
"name": "CdrTooltip",
|
|
5327
5235
|
"description": "Floating label used to clarify interface actions",
|
|
@@ -5452,5 +5360,98 @@
|
|
|
5452
5360
|
"description": "Background color of the cdr-popup arrow"
|
|
5453
5361
|
}
|
|
5454
5362
|
]
|
|
5363
|
+
},
|
|
5364
|
+
"CdrToggleGroup": {
|
|
5365
|
+
"name": "CdrToggleGroup",
|
|
5366
|
+
"exportName": "default",
|
|
5367
|
+
"displayName": "CdrToggleGroup",
|
|
5368
|
+
"description": "",
|
|
5369
|
+
"tags": {},
|
|
5370
|
+
"props": [
|
|
5371
|
+
{
|
|
5372
|
+
"name": "modelValue",
|
|
5373
|
+
"tags": {
|
|
5374
|
+
"ignore": [
|
|
5375
|
+
{
|
|
5376
|
+
"description": true,
|
|
5377
|
+
"title": "ignore"
|
|
5378
|
+
}
|
|
5379
|
+
]
|
|
5380
|
+
},
|
|
5381
|
+
"type": {
|
|
5382
|
+
"name": "string|number|boolean|object|array"
|
|
5383
|
+
},
|
|
5384
|
+
"required": true
|
|
5385
|
+
},
|
|
5386
|
+
{
|
|
5387
|
+
"name": "size",
|
|
5388
|
+
"description": "Sets toggle button size",
|
|
5389
|
+
"tags": {
|
|
5390
|
+
"demoSelectMultiple": [
|
|
5391
|
+
{
|
|
5392
|
+
"description": "false",
|
|
5393
|
+
"title": "demoSelectMultiple"
|
|
5394
|
+
}
|
|
5395
|
+
]
|
|
5396
|
+
},
|
|
5397
|
+
"values": [
|
|
5398
|
+
"medium",
|
|
5399
|
+
"large"
|
|
5400
|
+
],
|
|
5401
|
+
"type": {
|
|
5402
|
+
"name": "string"
|
|
5403
|
+
},
|
|
5404
|
+
"defaultValue": {
|
|
5405
|
+
"func": false,
|
|
5406
|
+
"value": "'medium'"
|
|
5407
|
+
}
|
|
5408
|
+
}
|
|
5409
|
+
],
|
|
5410
|
+
"events": [
|
|
5411
|
+
{
|
|
5412
|
+
"name": "update:modelValue",
|
|
5413
|
+
"description": "Event emitted by v-model",
|
|
5414
|
+
"properties": [
|
|
5415
|
+
{
|
|
5416
|
+
"type": {
|
|
5417
|
+
"names": [
|
|
5418
|
+
"mixed"
|
|
5419
|
+
]
|
|
5420
|
+
},
|
|
5421
|
+
"name": "modelValue"
|
|
5422
|
+
}
|
|
5423
|
+
],
|
|
5424
|
+
"tags": [
|
|
5425
|
+
{
|
|
5426
|
+
"title": "param",
|
|
5427
|
+
"type": {
|
|
5428
|
+
"name": "mixed"
|
|
5429
|
+
},
|
|
5430
|
+
"name": "modelValue"
|
|
5431
|
+
}
|
|
5432
|
+
]
|
|
5433
|
+
}
|
|
5434
|
+
],
|
|
5435
|
+
"slots": [
|
|
5436
|
+
{
|
|
5437
|
+
"name": "default",
|
|
5438
|
+
"description": "CdrToggleGroup content (CdrToggleButton components)"
|
|
5439
|
+
}
|
|
5440
|
+
],
|
|
5441
|
+
"sourceFiles": [
|
|
5442
|
+
"./src/components/toggleButton/CdrToggleGroup.vue"
|
|
5443
|
+
],
|
|
5444
|
+
"UIProperties": [
|
|
5445
|
+
{
|
|
5446
|
+
"name": "--cdr-toggle-group-border-color",
|
|
5447
|
+
"defaultValue": "--cdr-color-border-primary",
|
|
5448
|
+
"description": "Border color of the cdr-toggle-group"
|
|
5449
|
+
},
|
|
5450
|
+
{
|
|
5451
|
+
"name": "--cdr-toggle-group-background-color-default-rest",
|
|
5452
|
+
"defaultValue": "--cdr-color-background-toggle-group-default-rest",
|
|
5453
|
+
"description": "Default background color of the cdr-toggle-group"
|
|
5454
|
+
}
|
|
5455
|
+
]
|
|
5455
5456
|
}
|
|
5456
5457
|
}
|