@rei/cedar 14.0.2-alpha.8 → 14.0.2
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 +14 -14
- package/dist/component-docgen.json +1891 -1891
- package/dist/icon-component-docgen.json +612 -612
- 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 +4 -4
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +3 -3
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +29 -29
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +6 -6
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +4 -4
- 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 +10 -10
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +14 -14
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +27 -27
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +5 -5
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +14 -14
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
- 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 +29 -29
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +46 -46
- 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 +7 -7
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
- 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 +2 -2
|
@@ -163,43 +163,6 @@
|
|
|
163
163
|
}
|
|
164
164
|
]
|
|
165
165
|
},
|
|
166
|
-
"CdrAccordionGroup": {
|
|
167
|
-
"name": "CdrAccordionGroup",
|
|
168
|
-
"exportName": "default",
|
|
169
|
-
"displayName": "CdrAccordionGroup",
|
|
170
|
-
"description": "",
|
|
171
|
-
"tags": {},
|
|
172
|
-
"props": [
|
|
173
|
-
{
|
|
174
|
-
"name": "unwrap",
|
|
175
|
-
"description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
|
|
176
|
-
"tags": {},
|
|
177
|
-
"values": [
|
|
178
|
-
"@xs",
|
|
179
|
-
"@sm",
|
|
180
|
-
"@md",
|
|
181
|
-
"@lg",
|
|
182
|
-
"true"
|
|
183
|
-
],
|
|
184
|
-
"type": {
|
|
185
|
-
"name": "string|boolean"
|
|
186
|
-
},
|
|
187
|
-
"defaultValue": {
|
|
188
|
-
"func": false,
|
|
189
|
-
"value": false
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
],
|
|
193
|
-
"slots": [
|
|
194
|
-
{
|
|
195
|
-
"name": "default",
|
|
196
|
-
"description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
|
|
197
|
-
}
|
|
198
|
-
],
|
|
199
|
-
"sourceFiles": [
|
|
200
|
-
"./src/components/accordion/CdrAccordionGroup.vue"
|
|
201
|
-
]
|
|
202
|
-
},
|
|
203
166
|
"CdrBanner": {
|
|
204
167
|
"name": "CdrBanner",
|
|
205
168
|
"description": "Provides contextual feedback messages for typical user actions",
|
|
@@ -402,6 +365,223 @@
|
|
|
402
365
|
}
|
|
403
366
|
]
|
|
404
367
|
},
|
|
368
|
+
"CdrAccordionGroup": {
|
|
369
|
+
"name": "CdrAccordionGroup",
|
|
370
|
+
"exportName": "default",
|
|
371
|
+
"displayName": "CdrAccordionGroup",
|
|
372
|
+
"description": "",
|
|
373
|
+
"tags": {},
|
|
374
|
+
"props": [
|
|
375
|
+
{
|
|
376
|
+
"name": "unwrap",
|
|
377
|
+
"description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
|
|
378
|
+
"tags": {},
|
|
379
|
+
"values": [
|
|
380
|
+
"@xs",
|
|
381
|
+
"@sm",
|
|
382
|
+
"@md",
|
|
383
|
+
"@lg",
|
|
384
|
+
"true"
|
|
385
|
+
],
|
|
386
|
+
"type": {
|
|
387
|
+
"name": "string|boolean"
|
|
388
|
+
},
|
|
389
|
+
"defaultValue": {
|
|
390
|
+
"func": false,
|
|
391
|
+
"value": false
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"slots": [
|
|
396
|
+
{
|
|
397
|
+
"name": "default",
|
|
398
|
+
"description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"sourceFiles": [
|
|
402
|
+
"./src/components/accordion/CdrAccordionGroup.vue"
|
|
403
|
+
]
|
|
404
|
+
},
|
|
405
|
+
"CdrBreadcrumb": {
|
|
406
|
+
"name": "CdrBreadcrumb",
|
|
407
|
+
"description": "Navigation used to reveal a page's location within the site hierarchy",
|
|
408
|
+
"tags": {},
|
|
409
|
+
"exportName": "default",
|
|
410
|
+
"displayName": "CdrBreadcrumb",
|
|
411
|
+
"props": [
|
|
412
|
+
{
|
|
413
|
+
"name": "items",
|
|
414
|
+
"description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
|
|
415
|
+
"tags": {
|
|
416
|
+
"demoIgnore": [
|
|
417
|
+
{
|
|
418
|
+
"description": "true",
|
|
419
|
+
"title": "demoIgnore"
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
"type": {
|
|
424
|
+
"name": "breadcrumbItem[]"
|
|
425
|
+
},
|
|
426
|
+
"defaultValue": {
|
|
427
|
+
"func": true,
|
|
428
|
+
"value": "() => []"
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "truncationEnabled",
|
|
433
|
+
"description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
|
|
434
|
+
"type": {
|
|
435
|
+
"name": "boolean"
|
|
436
|
+
},
|
|
437
|
+
"defaultValue": {
|
|
438
|
+
"func": false,
|
|
439
|
+
"value": true
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "id",
|
|
444
|
+
"description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
|
|
445
|
+
"tags": {
|
|
446
|
+
"demoIgnore": [
|
|
447
|
+
{
|
|
448
|
+
"description": "true",
|
|
449
|
+
"title": "demoIgnore"
|
|
450
|
+
}
|
|
451
|
+
]
|
|
452
|
+
},
|
|
453
|
+
"type": {
|
|
454
|
+
"name": "string"
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
],
|
|
458
|
+
"events": [
|
|
459
|
+
{
|
|
460
|
+
"name": "navigate",
|
|
461
|
+
"description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
|
|
462
|
+
"properties": [
|
|
463
|
+
{
|
|
464
|
+
"type": {
|
|
465
|
+
"names": [
|
|
466
|
+
"mixed"
|
|
467
|
+
]
|
|
468
|
+
},
|
|
469
|
+
"name": "breadcrumb",
|
|
470
|
+
"description": "The breadcrumb data object"
|
|
471
|
+
}
|
|
472
|
+
],
|
|
473
|
+
"tags": [
|
|
474
|
+
{
|
|
475
|
+
"title": "param",
|
|
476
|
+
"type": {
|
|
477
|
+
"name": "mixed"
|
|
478
|
+
},
|
|
479
|
+
"name": "breadcrumb",
|
|
480
|
+
"description": "The breadcrumb data object"
|
|
481
|
+
}
|
|
482
|
+
]
|
|
483
|
+
}
|
|
484
|
+
],
|
|
485
|
+
"slots": [
|
|
486
|
+
{
|
|
487
|
+
"name": "link",
|
|
488
|
+
"scoped": true,
|
|
489
|
+
"bindings": [
|
|
490
|
+
{
|
|
491
|
+
"name": "class",
|
|
492
|
+
"title": "binding"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"name": "href",
|
|
496
|
+
"title": "binding"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "content",
|
|
500
|
+
"title": "binding"
|
|
501
|
+
}
|
|
502
|
+
]
|
|
503
|
+
}
|
|
504
|
+
],
|
|
505
|
+
"sourceFiles": [
|
|
506
|
+
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
507
|
+
],
|
|
508
|
+
"UIProperties": [
|
|
509
|
+
{
|
|
510
|
+
"name": "--cdr-breadcrumb-ellipses-icon-color",
|
|
511
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
512
|
+
"description": "Ellipses icon color"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
|
|
516
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
517
|
+
"description": "Ellipses icon hover, active and focus color"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"name": "--cdr-breadcrumb-item-color",
|
|
521
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
522
|
+
"description": "Breadcrumb item color"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "--cdr-breadcrumb-item-linked-highlight-color",
|
|
526
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
527
|
+
"description": "Breadcrumb item linked hover, active and focus color"
|
|
528
|
+
}
|
|
529
|
+
]
|
|
530
|
+
},
|
|
531
|
+
"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
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"name": "credit",
|
|
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",
|
|
575
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
576
|
+
"description": "Text color of a cdr-caption"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "--cdr-caption-cite-color",
|
|
580
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
581
|
+
"description": "Text color of a cdr-caption"
|
|
582
|
+
}
|
|
583
|
+
]
|
|
584
|
+
},
|
|
405
585
|
"CdrButton": {
|
|
406
586
|
"name": "CdrButton",
|
|
407
587
|
"description": "Initiates an action, such as completing a task or submitting information",
|
|
@@ -1104,35 +1284,155 @@
|
|
|
1104
1284
|
}
|
|
1105
1285
|
]
|
|
1106
1286
|
},
|
|
1107
|
-
"
|
|
1108
|
-
"name": "
|
|
1109
|
-
"description": "
|
|
1287
|
+
"CdrChip": {
|
|
1288
|
+
"name": "CdrChip",
|
|
1289
|
+
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
1110
1290
|
"tags": {},
|
|
1111
1291
|
"exportName": "default",
|
|
1112
|
-
"displayName": "
|
|
1292
|
+
"displayName": "CdrChip",
|
|
1293
|
+
"slots": [
|
|
1294
|
+
{
|
|
1295
|
+
"name": "icon-left",
|
|
1296
|
+
"description": "Icon to the left of the content"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"name": "icon-right",
|
|
1300
|
+
"description": "Icon to the right of the content"
|
|
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": {},
|
|
1113
1424
|
"props": [
|
|
1114
1425
|
{
|
|
1115
|
-
"name": "
|
|
1116
|
-
"description": "Sets the
|
|
1117
|
-
"tags": {
|
|
1118
|
-
"demoIgnore": [
|
|
1119
|
-
{
|
|
1120
|
-
"description": "true",
|
|
1121
|
-
"title": "demoIgnore"
|
|
1122
|
-
}
|
|
1123
|
-
]
|
|
1124
|
-
},
|
|
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.",
|
|
1125
1428
|
"type": {
|
|
1126
|
-
"name": "
|
|
1429
|
+
"name": "string"
|
|
1127
1430
|
},
|
|
1128
|
-
"
|
|
1129
|
-
"func": true,
|
|
1130
|
-
"value": "() => []"
|
|
1131
|
-
}
|
|
1431
|
+
"required": true
|
|
1132
1432
|
},
|
|
1133
1433
|
{
|
|
1134
|
-
"name": "
|
|
1135
|
-
"description": "
|
|
1434
|
+
"name": "hideLabel",
|
|
1435
|
+
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
1136
1436
|
"type": {
|
|
1137
1437
|
"name": "boolean"
|
|
1138
1438
|
},
|
|
@@ -1140,93 +1440,70 @@
|
|
|
1140
1440
|
"func": false,
|
|
1141
1441
|
"value": true
|
|
1142
1442
|
}
|
|
1443
|
+
}
|
|
1444
|
+
],
|
|
1445
|
+
"slots": [
|
|
1446
|
+
{
|
|
1447
|
+
"name": "label",
|
|
1448
|
+
"description": "Override CdrChip label content with a custom element"
|
|
1143
1449
|
},
|
|
1144
1450
|
{
|
|
1145
|
-
"name": "
|
|
1146
|
-
"description": "
|
|
1147
|
-
"tags": {
|
|
1148
|
-
"demoIgnore": [
|
|
1149
|
-
{
|
|
1150
|
-
"description": "true",
|
|
1151
|
-
"title": "demoIgnore"
|
|
1152
|
-
}
|
|
1153
|
-
]
|
|
1154
|
-
},
|
|
1155
|
-
"type": {
|
|
1156
|
-
"name": "string"
|
|
1157
|
-
}
|
|
1451
|
+
"name": "default",
|
|
1452
|
+
"description": "CdrChipGroup content (CdrChip components)"
|
|
1158
1453
|
}
|
|
1159
1454
|
],
|
|
1160
|
-
"
|
|
1455
|
+
"sourceFiles": [
|
|
1456
|
+
"./src/components/chip/CdrChipGroup.vue"
|
|
1457
|
+
]
|
|
1458
|
+
},
|
|
1459
|
+
"CdrCard": {
|
|
1460
|
+
"name": "CdrCard",
|
|
1461
|
+
"description": "Related, interactive containers linking to a single subject or destination",
|
|
1462
|
+
"tags": {},
|
|
1463
|
+
"exportName": "default",
|
|
1464
|
+
"displayName": "CdrCard",
|
|
1465
|
+
"props": [
|
|
1161
1466
|
{
|
|
1162
|
-
"name": "
|
|
1163
|
-
"description": "
|
|
1164
|
-
"
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
"name": "breadcrumb",
|
|
1172
|
-
"description": "The breadcrumb data object"
|
|
1173
|
-
}
|
|
1174
|
-
],
|
|
1175
|
-
"tags": [
|
|
1176
|
-
{
|
|
1177
|
-
"title": "param",
|
|
1178
|
-
"type": {
|
|
1179
|
-
"name": "mixed"
|
|
1180
|
-
},
|
|
1181
|
-
"name": "breadcrumb",
|
|
1182
|
-
"description": "The breadcrumb data object"
|
|
1183
|
-
}
|
|
1184
|
-
]
|
|
1467
|
+
"name": "tag",
|
|
1468
|
+
"description": "Sets valid HTML container element tag.",
|
|
1469
|
+
"type": {
|
|
1470
|
+
"name": "string"
|
|
1471
|
+
},
|
|
1472
|
+
"defaultValue": {
|
|
1473
|
+
"func": false,
|
|
1474
|
+
"value": "'article'"
|
|
1475
|
+
}
|
|
1185
1476
|
}
|
|
1186
1477
|
],
|
|
1187
1478
|
"slots": [
|
|
1188
1479
|
{
|
|
1189
|
-
"name": "
|
|
1190
|
-
"
|
|
1191
|
-
"bindings": [
|
|
1192
|
-
{
|
|
1193
|
-
"name": "class",
|
|
1194
|
-
"title": "binding"
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"name": "href",
|
|
1198
|
-
"title": "binding"
|
|
1199
|
-
},
|
|
1200
|
-
{
|
|
1201
|
-
"name": "content",
|
|
1202
|
-
"title": "binding"
|
|
1203
|
-
}
|
|
1204
|
-
]
|
|
1480
|
+
"name": "default",
|
|
1481
|
+
"description": "CdrCard content"
|
|
1205
1482
|
}
|
|
1206
1483
|
],
|
|
1207
1484
|
"sourceFiles": [
|
|
1208
|
-
"./src/components/
|
|
1485
|
+
"./src/components/card/CdrCard.vue"
|
|
1209
1486
|
],
|
|
1210
1487
|
"UIProperties": [
|
|
1211
1488
|
{
|
|
1212
|
-
"name": "--cdr-
|
|
1213
|
-
"defaultValue": "--cdr-color-
|
|
1214
|
-
"description": "
|
|
1489
|
+
"name": "--cdr-card-base-background-color",
|
|
1490
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
1491
|
+
"description": "Background color of a cdr-card"
|
|
1215
1492
|
},
|
|
1216
1493
|
{
|
|
1217
|
-
"name": "--cdr-
|
|
1218
|
-
"defaultValue": "--cdr-color-text-
|
|
1219
|
-
"description": "
|
|
1494
|
+
"name": "--cdr-card-base-color",
|
|
1495
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1496
|
+
"description": "Text color of a cdr-card"
|
|
1220
1497
|
},
|
|
1221
1498
|
{
|
|
1222
|
-
"name": "--cdr-
|
|
1223
|
-
"defaultValue": "--cdr-color-text-
|
|
1224
|
-
"description": "
|
|
1499
|
+
"name": "--cdr-card-link-color",
|
|
1500
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1501
|
+
"description": "Link text color of a cdr-card"
|
|
1225
1502
|
},
|
|
1226
1503
|
{
|
|
1227
|
-
"name": "--cdr-
|
|
1504
|
+
"name": "--cdr-card-link-hover-color",
|
|
1228
1505
|
"defaultValue": "--cdr-color-text-link-hover",
|
|
1229
|
-
"description": "
|
|
1506
|
+
"description": "Link hover text color of a cdr-card"
|
|
1230
1507
|
}
|
|
1231
1508
|
]
|
|
1232
1509
|
},
|
|
@@ -1483,244 +1760,67 @@
|
|
|
1483
1760
|
},
|
|
1484
1761
|
{
|
|
1485
1762
|
"name": "--cdr-form-figure-checkbox-background-checked-focus",
|
|
1486
|
-
"defaultValue": "--cdr-color-background-input-default-selected-focus",
|
|
1487
|
-
"description": "Background color of a checked cdr-checkbox when focused"
|
|
1488
|
-
}
|
|
1489
|
-
]
|
|
1490
|
-
},
|
|
1491
|
-
"CdrChip": {
|
|
1492
|
-
"name": "CdrChip",
|
|
1493
|
-
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
1494
|
-
"tags": {},
|
|
1495
|
-
"exportName": "default",
|
|
1496
|
-
"displayName": "CdrChip",
|
|
1497
|
-
"slots": [
|
|
1498
|
-
{
|
|
1499
|
-
"name": "icon-left",
|
|
1500
|
-
"description": "Icon to the left of the content"
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"name": "icon-right",
|
|
1504
|
-
"description": "Icon to the right of the content"
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
"name": "default",
|
|
1508
|
-
"description": "Primary CdrChip content"
|
|
1509
|
-
}
|
|
1510
|
-
],
|
|
1511
|
-
"sourceFiles": [
|
|
1512
|
-
"./src/components/chip/CdrChip.vue"
|
|
1513
|
-
],
|
|
1514
|
-
"UIProperties": [
|
|
1515
|
-
{
|
|
1516
|
-
"name": "--cdr-chip-text-color",
|
|
1517
|
-
"defaultValue": "--cdr-color-text-chip-default",
|
|
1518
|
-
"description": "Text color of a cdr-chip"
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"name": "--cdr-chip-fill-color",
|
|
1522
|
-
"defaultValue": "--cdr-color-text-chip-default",
|
|
1523
|
-
"description": "Fill color of a cdr-chip"
|
|
1524
|
-
},
|
|
1525
|
-
{
|
|
1526
|
-
"name": "--cdr-chip-background-color-rest",
|
|
1527
|
-
"defaultValue": "--cdr-color-background-chip-default-rest",
|
|
1528
|
-
"description": "Background color of a cdr-chip"
|
|
1529
|
-
},
|
|
1530
|
-
{
|
|
1531
|
-
"name": "--cdr-chip-box-shadow-color-rest",
|
|
1532
|
-
"defaultValue": "--cdr-color-border-chip-default-rest",
|
|
1533
|
-
"description": "Box-shadow color of a cdr-chip"
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
"name": "--cdr-chip-background-color-disabled",
|
|
1537
|
-
"defaultValue": "--cdr-color-background-chip-default-disabled",
|
|
1538
|
-
"description": "Background color of a cdr-chip when disabled"
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"name": "--cdr-chip-box-shadow-color-disabled",
|
|
1542
|
-
"defaultValue": "--cdr-color-border-chip-default-disabled",
|
|
1543
|
-
"description": "Box-shadow color of a cdr-chip when disabled"
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
"name": "--cdr-chip-text-color-disabled",
|
|
1547
|
-
"defaultValue": "--cdr-color-text-chip-disabled",
|
|
1548
|
-
"description": "Text color of a cdr-chip when disabled"
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"name": "--cdr-chip-background-color-hover",
|
|
1552
|
-
"defaultValue": "--cdr-color-background-chip-default-hover",
|
|
1553
|
-
"description": "Background color of a cdr-chip on hover"
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"name": "--cdr-chip-box-shadow-color-hover",
|
|
1557
|
-
"defaultValue": "--cdr-color-border-chip-default-hover",
|
|
1558
|
-
"description": "Box-shadow color of a cdr-chip on hover"
|
|
1559
|
-
},
|
|
1560
|
-
{
|
|
1561
|
-
"name": "--cdr-chip-background-color-focus",
|
|
1562
|
-
"defaultValue": "--cdr-color-background-chip-default-focus",
|
|
1563
|
-
"description": "Background color of a cdr-chip on focus"
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
"name": "--cdr-chip-box-shadow-color-focus",
|
|
1567
|
-
"defaultValue": "--cdr-color-border-chip-default-focus",
|
|
1568
|
-
"description": "Box-shadow color of a cdr-chip on focus"
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"name": "--cdr-chip-background-color-active",
|
|
1572
|
-
"defaultValue": "--cdr-color-background-chip-default-active",
|
|
1573
|
-
"description": "Background color of a cdr-chip when active"
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
"name": "--cdr-chip-box-shadow-color-active",
|
|
1577
|
-
"defaultValue": "--cdr-color-border-chip-default-active",
|
|
1578
|
-
"description": "Box-shadow color of a cdr-chip when active"
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"name": "--cdr-chip-background-color-selected-rest",
|
|
1582
|
-
"defaultValue": "--cdr-color-background-chip-default-selected",
|
|
1583
|
-
"description": "Background color of a cdr-chip when selected"
|
|
1584
|
-
},
|
|
1585
|
-
{
|
|
1586
|
-
"name": "--cdr-chip-box-shadow-color-selected-rest",
|
|
1587
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-rest",
|
|
1588
|
-
"description": "Box-shadow color of a cdr-chip when selected"
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
"name": "--cdr-chip-background-color-selected-hover",
|
|
1592
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-hover",
|
|
1593
|
-
"description": "Background color of a cdr-chip when selected and hovered"
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"name": "--cdr-chip-box-shadow-color-selected-hover",
|
|
1597
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-hover",
|
|
1598
|
-
"description": "Box-shadow color of a cdr-chip when selected and hovered"
|
|
1599
|
-
},
|
|
1600
|
-
{
|
|
1601
|
-
"name": "--cdr-chip-background-color-selected-focus",
|
|
1602
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-focus",
|
|
1603
|
-
"description": "Background color of a cdr-chip when selected and focused"
|
|
1604
|
-
},
|
|
1605
|
-
{
|
|
1606
|
-
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1607
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1608
|
-
"description": "Box-shadow color of a cdr-chip when selected and focused"
|
|
1609
|
-
},
|
|
1610
|
-
{
|
|
1611
|
-
"name": "--cdr-chip-background-color-selected-active",
|
|
1612
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-active",
|
|
1613
|
-
"description": "Background color of a cdr-chip when selected and active"
|
|
1614
|
-
},
|
|
1615
|
-
{
|
|
1616
|
-
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1617
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1618
|
-
"description": "Box-shadow color of a cdr-chip when selected and active"
|
|
1619
|
-
}
|
|
1620
|
-
]
|
|
1621
|
-
},
|
|
1622
|
-
"CdrCaption": {
|
|
1623
|
-
"name": "CdrCaption",
|
|
1624
|
-
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
1625
|
-
"tags": {},
|
|
1626
|
-
"exportName": "default",
|
|
1627
|
-
"displayName": "CdrCaption",
|
|
1628
|
-
"props": [
|
|
1629
|
-
{
|
|
1630
|
-
"name": "summary",
|
|
1631
|
-
"description": "Sets the string content for the description body of the caption.",
|
|
1632
|
-
"tags": {
|
|
1633
|
-
"demoIgnore": [
|
|
1634
|
-
{
|
|
1635
|
-
"description": "true",
|
|
1636
|
-
"title": "demoIgnore"
|
|
1637
|
-
}
|
|
1638
|
-
]
|
|
1639
|
-
},
|
|
1640
|
-
"type": {
|
|
1641
|
-
"name": "string"
|
|
1642
|
-
}
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"name": "credit",
|
|
1646
|
-
"description": "Sets the string content for attribution.",
|
|
1647
|
-
"tags": {
|
|
1648
|
-
"demoIgnore": [
|
|
1649
|
-
{
|
|
1650
|
-
"description": "true",
|
|
1651
|
-
"title": "demoIgnore"
|
|
1652
|
-
}
|
|
1653
|
-
]
|
|
1654
|
-
},
|
|
1655
|
-
"type": {
|
|
1656
|
-
"name": "string"
|
|
1657
|
-
}
|
|
1658
|
-
}
|
|
1659
|
-
],
|
|
1660
|
-
"sourceFiles": [
|
|
1661
|
-
"./src/components/caption/CdrCaption.vue"
|
|
1662
|
-
],
|
|
1663
|
-
"UIProperties": [
|
|
1664
|
-
{
|
|
1665
|
-
"name": "--cdr-caption-summary-color",
|
|
1666
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
1667
|
-
"description": "Text color of a cdr-caption"
|
|
1668
|
-
},
|
|
1669
|
-
{
|
|
1670
|
-
"name": "--cdr-caption-cite-color",
|
|
1671
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
1672
|
-
"description": "Text color of a cdr-caption"
|
|
1763
|
+
"defaultValue": "--cdr-color-background-input-default-selected-focus",
|
|
1764
|
+
"description": "Background color of a checked cdr-checkbox when focused"
|
|
1673
1765
|
}
|
|
1674
1766
|
]
|
|
1675
1767
|
},
|
|
1676
|
-
"
|
|
1677
|
-
"name": "
|
|
1678
|
-
"description": "
|
|
1679
|
-
"tags": {
|
|
1768
|
+
"CdrIcon": {
|
|
1769
|
+
"name": "CdrIcon",
|
|
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
|
+
},
|
|
1680
1779
|
"exportName": "default",
|
|
1681
|
-
"displayName": "
|
|
1780
|
+
"displayName": "CdrIcon",
|
|
1682
1781
|
"props": [
|
|
1683
1782
|
{
|
|
1684
|
-
"name": "
|
|
1685
|
-
"description": "Sets
|
|
1783
|
+
"name": "use",
|
|
1784
|
+
"description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
|
|
1686
1785
|
"type": {
|
|
1687
1786
|
"name": "string"
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"name": "inheritColor",
|
|
1791
|
+
"description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
|
|
1792
|
+
"type": {
|
|
1793
|
+
"name": "boolean"
|
|
1688
1794
|
},
|
|
1689
1795
|
"defaultValue": {
|
|
1690
1796
|
"func": false,
|
|
1691
|
-
"value":
|
|
1797
|
+
"value": false
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "size",
|
|
1802
|
+
"type": {
|
|
1803
|
+
"name": "string"
|
|
1804
|
+
},
|
|
1805
|
+
"defaultValue": {
|
|
1806
|
+
"func": false,
|
|
1807
|
+
"value": "'medium'"
|
|
1692
1808
|
}
|
|
1693
1809
|
}
|
|
1694
1810
|
],
|
|
1695
1811
|
"slots": [
|
|
1696
1812
|
{
|
|
1697
|
-
"name": "default"
|
|
1698
|
-
"description": "CdrCard content"
|
|
1813
|
+
"name": "default"
|
|
1699
1814
|
}
|
|
1700
1815
|
],
|
|
1701
1816
|
"sourceFiles": [
|
|
1702
|
-
"./src/components/
|
|
1817
|
+
"./src/components/icon/CdrIcon.vue"
|
|
1703
1818
|
],
|
|
1704
1819
|
"UIProperties": [
|
|
1705
1820
|
{
|
|
1706
|
-
"name": "--cdr-
|
|
1707
|
-
"defaultValue": "--cdr-color-
|
|
1708
|
-
"description": "
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"name": "--cdr-card-base-color",
|
|
1712
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
1713
|
-
"description": "Text color of a cdr-card"
|
|
1714
|
-
},
|
|
1715
|
-
{
|
|
1716
|
-
"name": "--cdr-card-link-color",
|
|
1717
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
1718
|
-
"description": "Link text color of a cdr-card"
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"name": "--cdr-card-link-hover-color",
|
|
1722
|
-
"defaultValue": "--cdr-color-text-link-hover",
|
|
1723
|
-
"description": "Link hover text color of a cdr-card"
|
|
1821
|
+
"name": "--cdr-icon-fill-default",
|
|
1822
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
1823
|
+
"description": "Fill color of an icon"
|
|
1724
1824
|
}
|
|
1725
1825
|
]
|
|
1726
1826
|
},
|
|
@@ -1776,85 +1876,254 @@
|
|
|
1776
1876
|
"./src/components/container/CdrContainer.vue"
|
|
1777
1877
|
]
|
|
1778
1878
|
},
|
|
1779
|
-
"
|
|
1780
|
-
"name": "
|
|
1781
|
-
"
|
|
1782
|
-
"displayName": "CdrFormError",
|
|
1783
|
-
"description": "",
|
|
1879
|
+
"CdrFormGroup": {
|
|
1880
|
+
"name": "CdrFormGroup",
|
|
1881
|
+
"description": "Groups related input elements together",
|
|
1784
1882
|
"tags": {},
|
|
1883
|
+
"exportName": "default",
|
|
1884
|
+
"displayName": "CdrFormGroup",
|
|
1785
1885
|
"props": [
|
|
1886
|
+
{
|
|
1887
|
+
"name": "id",
|
|
1888
|
+
"description": "Custom ID that is mapped to the form error. If this value is not set, it will be randomly generated.",
|
|
1889
|
+
"tags": {
|
|
1890
|
+
"demoIgnore": [
|
|
1891
|
+
{
|
|
1892
|
+
"description": "true",
|
|
1893
|
+
"title": "demoIgnore"
|
|
1894
|
+
}
|
|
1895
|
+
]
|
|
1896
|
+
},
|
|
1897
|
+
"type": {
|
|
1898
|
+
"name": "string"
|
|
1899
|
+
}
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"name": "label",
|
|
1903
|
+
"description": "Sets the label/legend for the form group. Applies default text styles to this label.\nTo override that default text style or apply other customization, use the `label` slot.",
|
|
1904
|
+
"tags": {
|
|
1905
|
+
"demoIgnore": [
|
|
1906
|
+
{
|
|
1907
|
+
"description": "true",
|
|
1908
|
+
"title": "demoIgnore"
|
|
1909
|
+
}
|
|
1910
|
+
]
|
|
1911
|
+
},
|
|
1912
|
+
"type": {
|
|
1913
|
+
"name": "string"
|
|
1914
|
+
},
|
|
1915
|
+
"defaultValue": {
|
|
1916
|
+
"func": false,
|
|
1917
|
+
"value": "''"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1786
1920
|
{
|
|
1787
1921
|
"name": "error",
|
|
1922
|
+
"description": "Sets the form group to an error state, displays the `error` slot if one is present.",
|
|
1788
1923
|
"type": {
|
|
1789
1924
|
"name": "boolean|string"
|
|
1925
|
+
},
|
|
1926
|
+
"defaultValue": {
|
|
1927
|
+
"func": false,
|
|
1928
|
+
"value": false
|
|
1929
|
+
}
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"name": "required",
|
|
1933
|
+
"description": "Adds required label to the form group.",
|
|
1934
|
+
"type": {
|
|
1935
|
+
"name": "boolean"
|
|
1936
|
+
}
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"name": "optional",
|
|
1940
|
+
"description": "Adds optional label to the form group.",
|
|
1941
|
+
"type": {
|
|
1942
|
+
"name": "boolean"
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"name": "disabled",
|
|
1947
|
+
"description": "Renders form group in a disabled state.",
|
|
1948
|
+
"type": {
|
|
1949
|
+
"name": "boolean"
|
|
1950
|
+
},
|
|
1951
|
+
"defaultValue": {
|
|
1952
|
+
"func": false,
|
|
1953
|
+
"value": "undefined"
|
|
1790
1954
|
}
|
|
1791
1955
|
}
|
|
1792
1956
|
],
|
|
1793
1957
|
"slots": [
|
|
1958
|
+
{
|
|
1959
|
+
"name": "label",
|
|
1960
|
+
"description": "Overrides CdrFormGroup label/legend. Should be a text element"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"name": "default",
|
|
1964
|
+
"description": "CdrFormGroup content (form elements)"
|
|
1965
|
+
},
|
|
1794
1966
|
{
|
|
1795
1967
|
"name": "error"
|
|
1796
1968
|
}
|
|
1797
1969
|
],
|
|
1798
1970
|
"sourceFiles": [
|
|
1799
|
-
"./src/components/
|
|
1971
|
+
"./src/components/formGroup/CdrFormGroup.vue"
|
|
1800
1972
|
],
|
|
1801
1973
|
"UIProperties": [
|
|
1802
1974
|
{
|
|
1803
|
-
"name": "--cdr-form-error-
|
|
1804
|
-
"defaultValue": "--cdr-color-
|
|
1805
|
-
"description": "
|
|
1975
|
+
"name": "--cdr-form-group-error-box-shadow",
|
|
1976
|
+
"defaultValue": "--cdr-color-border-input-error",
|
|
1977
|
+
"description": "Box-shadow color of a cdr-form-group error"
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"name": "--cdr-form-group-error-background-color",
|
|
1981
|
+
"defaultValue": "--cdr-color-background-input-error",
|
|
1982
|
+
"description": "Background color of a cdr-form-group error"
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "--cdr-form-group-error-background-hover",
|
|
1986
|
+
"defaultValue": "transparent",
|
|
1987
|
+
"description": "Background color of a cdr-form-group error on hover"
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"name": "--cdr-form-group-optional-text-color",
|
|
1991
|
+
"defaultValue": "--cdr-color-text-input-optional",
|
|
1992
|
+
"description": "Text color of an optional cdr-form-group"
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"name": "--cdr-form-group-disabled-text-color",
|
|
1996
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
1997
|
+
"description": "Text color of a disabled cdr-form-group"
|
|
1998
|
+
}
|
|
1999
|
+
]
|
|
2000
|
+
},
|
|
2001
|
+
"CdrInput": {
|
|
2002
|
+
"name": "CdrInput",
|
|
2003
|
+
"description": "Allows for data entry, editing, and search",
|
|
2004
|
+
"tags": {},
|
|
2005
|
+
"exportName": "default",
|
|
2006
|
+
"displayName": "CdrInput",
|
|
2007
|
+
"props": [
|
|
2008
|
+
{
|
|
2009
|
+
"name": "id",
|
|
2010
|
+
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
|
|
2011
|
+
"type": {
|
|
2012
|
+
"name": "string"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"name": "type",
|
|
2017
|
+
"description": "'type' attribute for the input as defined by w3c.\n Only supporting text|email|number|password|search|url|date.\n The increment/decrement webkit psuedo element is hidden for number.",
|
|
2018
|
+
"tags": {
|
|
2019
|
+
"demoSelectMultiple": [
|
|
2020
|
+
{
|
|
2021
|
+
"description": "false",
|
|
2022
|
+
"title": "demoSelectMultiple"
|
|
2023
|
+
}
|
|
2024
|
+
]
|
|
2025
|
+
},
|
|
2026
|
+
"values": [
|
|
2027
|
+
"text",
|
|
2028
|
+
"email",
|
|
2029
|
+
"number",
|
|
2030
|
+
"password",
|
|
2031
|
+
"search",
|
|
2032
|
+
"url",
|
|
2033
|
+
"tel",
|
|
2034
|
+
"date"
|
|
2035
|
+
],
|
|
2036
|
+
"type": {
|
|
2037
|
+
"name": "string"
|
|
2038
|
+
},
|
|
2039
|
+
"defaultValue": {
|
|
2040
|
+
"func": false,
|
|
2041
|
+
"value": "'text'"
|
|
2042
|
+
}
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"name": "label",
|
|
2046
|
+
"description": "Sets the text value for the input label. Required for a11y compliance. Use ‘hideLabel’ if the label display is not desired. Required.",
|
|
2047
|
+
"type": {
|
|
2048
|
+
"name": "string"
|
|
2049
|
+
},
|
|
2050
|
+
"required": true
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"name": "numeric",
|
|
2054
|
+
"description": "Sets default attributes for an input that should launch a numeric keyboard but is not strictly a 'number' (credit card, security code, postal code, etc.). Should be used in conjunction with the default text type input. An `input` listener can be used to fully restrict input values to numerical characters only",
|
|
2055
|
+
"type": {
|
|
2056
|
+
"name": "boolean"
|
|
2057
|
+
},
|
|
2058
|
+
"defaultValue": {
|
|
2059
|
+
"func": false,
|
|
2060
|
+
"value": false
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"name": "hideLabel",
|
|
2065
|
+
"description": "Removes the label element but sets the input `aria-label` to `label` text for a11y.",
|
|
2066
|
+
"type": {
|
|
2067
|
+
"name": "boolean"
|
|
2068
|
+
}
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"name": "rows",
|
|
2072
|
+
"description": "Number of rows for input. Converts component to text-area if rows greater than 1.",
|
|
2073
|
+
"type": {
|
|
2074
|
+
"name": "number"
|
|
2075
|
+
},
|
|
2076
|
+
"defaultValue": {
|
|
2077
|
+
"func": false,
|
|
2078
|
+
"value": "1"
|
|
2079
|
+
}
|
|
1806
2080
|
},
|
|
1807
2081
|
{
|
|
1808
|
-
"name": "
|
|
1809
|
-
"
|
|
1810
|
-
"
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
"displayName": "CdrFormGroup",
|
|
1820
|
-
"props": [
|
|
2082
|
+
"name": "background",
|
|
2083
|
+
"description": "Sets the background color the input is rendered on",
|
|
2084
|
+
"tags": {},
|
|
2085
|
+
"values": [
|
|
2086
|
+
"primary",
|
|
2087
|
+
"secondary"
|
|
2088
|
+
],
|
|
2089
|
+
"type": {
|
|
2090
|
+
"name": "backgroundProps"
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
1821
2093
|
{
|
|
1822
|
-
"name": "
|
|
1823
|
-
"description": "
|
|
2094
|
+
"name": "size",
|
|
2095
|
+
"description": "Sets the input field size",
|
|
1824
2096
|
"tags": {
|
|
1825
|
-
"
|
|
2097
|
+
"demoSelectMultiple": [
|
|
1826
2098
|
{
|
|
1827
|
-
"description": "
|
|
1828
|
-
"title": "
|
|
2099
|
+
"description": "false",
|
|
2100
|
+
"title": "demoSelectMultiple"
|
|
1829
2101
|
}
|
|
1830
2102
|
]
|
|
1831
2103
|
},
|
|
2104
|
+
"values": [
|
|
2105
|
+
"medium",
|
|
2106
|
+
"large"
|
|
2107
|
+
],
|
|
1832
2108
|
"type": {
|
|
1833
|
-
"name": "
|
|
2109
|
+
"name": "sizeProps"
|
|
1834
2110
|
}
|
|
1835
2111
|
},
|
|
1836
2112
|
{
|
|
1837
|
-
"name": "
|
|
1838
|
-
"description": "Sets the
|
|
1839
|
-
"tags": {
|
|
1840
|
-
"demoIgnore": [
|
|
1841
|
-
{
|
|
1842
|
-
"description": "true",
|
|
1843
|
-
"title": "demoIgnore"
|
|
1844
|
-
}
|
|
1845
|
-
]
|
|
1846
|
-
},
|
|
2113
|
+
"name": "errorRole",
|
|
2114
|
+
"description": "Sets the `role` attribute for the embedded error state messaging.",
|
|
1847
2115
|
"type": {
|
|
1848
2116
|
"name": "string"
|
|
1849
2117
|
},
|
|
2118
|
+
"required": false,
|
|
1850
2119
|
"defaultValue": {
|
|
1851
2120
|
"func": false,
|
|
1852
|
-
"value": "''"
|
|
2121
|
+
"value": "'status'"
|
|
1853
2122
|
}
|
|
1854
2123
|
},
|
|
1855
2124
|
{
|
|
1856
2125
|
"name": "error",
|
|
1857
|
-
"description": "Sets the
|
|
2126
|
+
"description": "Sets the input to an error state, displays the `error` slot if one is present.",
|
|
1858
2127
|
"type": {
|
|
1859
2128
|
"name": "boolean|string"
|
|
1860
2129
|
},
|
|
@@ -1864,168 +2133,247 @@
|
|
|
1864
2133
|
}
|
|
1865
2134
|
},
|
|
1866
2135
|
{
|
|
1867
|
-
"name": "
|
|
1868
|
-
"description": "
|
|
2136
|
+
"name": "disabled",
|
|
2137
|
+
"description": "Sets the disabled state for the input field and label styling. Also, restricts user input.",
|
|
1869
2138
|
"type": {
|
|
1870
2139
|
"name": "boolean"
|
|
1871
2140
|
}
|
|
1872
2141
|
},
|
|
1873
2142
|
{
|
|
1874
|
-
"name": "
|
|
1875
|
-
"description": "
|
|
2143
|
+
"name": "required",
|
|
2144
|
+
"description": "Sets aria-required on the input field and displays an asterisk next to the input label.",
|
|
1876
2145
|
"type": {
|
|
1877
2146
|
"name": "boolean"
|
|
1878
2147
|
}
|
|
1879
2148
|
},
|
|
1880
2149
|
{
|
|
1881
|
-
"name": "
|
|
1882
|
-
"description": "
|
|
2150
|
+
"name": "optional",
|
|
2151
|
+
"description": "Displays '(optional)' text next to the input label.",
|
|
1883
2152
|
"type": {
|
|
1884
2153
|
"name": "boolean"
|
|
2154
|
+
}
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
"name": "modelValue",
|
|
2158
|
+
"tags": {
|
|
2159
|
+
"ignore": [
|
|
2160
|
+
{
|
|
2161
|
+
"description": true,
|
|
2162
|
+
"title": "ignore"
|
|
2163
|
+
}
|
|
2164
|
+
]
|
|
1885
2165
|
},
|
|
1886
|
-
"
|
|
1887
|
-
"
|
|
1888
|
-
|
|
2166
|
+
"type": {
|
|
2167
|
+
"name": "string|number"
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "labelClass",
|
|
2172
|
+
"description": "Adds a custom class to the cdr-label-standalone wrapping div",
|
|
2173
|
+
"type": {
|
|
2174
|
+
"name": "string"
|
|
1889
2175
|
}
|
|
1890
2176
|
}
|
|
1891
2177
|
],
|
|
2178
|
+
"events": [
|
|
2179
|
+
{
|
|
2180
|
+
"name": "update:modelValue",
|
|
2181
|
+
"description": "Event emitted by v-model on the <input> element",
|
|
2182
|
+
"properties": [
|
|
2183
|
+
{
|
|
2184
|
+
"type": {
|
|
2185
|
+
"names": [
|
|
2186
|
+
"mixed"
|
|
2187
|
+
]
|
|
2188
|
+
},
|
|
2189
|
+
"name": "modelValue"
|
|
2190
|
+
}
|
|
2191
|
+
],
|
|
2192
|
+
"tags": [
|
|
2193
|
+
{
|
|
2194
|
+
"title": "param",
|
|
2195
|
+
"type": {
|
|
2196
|
+
"name": "mixed"
|
|
2197
|
+
},
|
|
2198
|
+
"name": "modelValue"
|
|
2199
|
+
}
|
|
2200
|
+
]
|
|
2201
|
+
}
|
|
2202
|
+
],
|
|
1892
2203
|
"slots": [
|
|
1893
2204
|
{
|
|
1894
|
-
"name": "
|
|
1895
|
-
"description": "
|
|
2205
|
+
"name": "helper-text-top",
|
|
2206
|
+
"description": "Helper text above the input field"
|
|
1896
2207
|
},
|
|
1897
2208
|
{
|
|
1898
|
-
"name": "
|
|
1899
|
-
"description": "
|
|
2209
|
+
"name": "info",
|
|
2210
|
+
"description": "Link or icon to the right above the input field."
|
|
1900
2211
|
},
|
|
1901
2212
|
{
|
|
1902
|
-
"name": "
|
|
2213
|
+
"name": "pre-icon",
|
|
2214
|
+
"description": "Icon preceding text within the input field"
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"name": "post-icon",
|
|
2218
|
+
"description": "Icon after text within the input field"
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"name": "info-action",
|
|
2222
|
+
"description": "Action-wrapped icon within the input field (precedes post-icon)"
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"name": "helper-text-bottom",
|
|
2226
|
+
"description": "Helper text below the input field"
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"name": "error",
|
|
2230
|
+
"description": "Error messaging text that is displayed when the `error` prop is true."
|
|
1903
2231
|
}
|
|
1904
2232
|
],
|
|
1905
2233
|
"sourceFiles": [
|
|
1906
|
-
"./src/components/
|
|
2234
|
+
"./src/components/input/CdrInput.vue"
|
|
1907
2235
|
],
|
|
1908
2236
|
"UIProperties": [
|
|
1909
2237
|
{
|
|
1910
|
-
"name": "--cdr-
|
|
1911
|
-
"defaultValue": "--cdr-color-border-input-
|
|
1912
|
-
"description": "
|
|
2238
|
+
"name": "--cdr-input-label-background-color",
|
|
2239
|
+
"defaultValue": "--cdr-color-border-input-default",
|
|
2240
|
+
"description": "Background color of the cdr-button label"
|
|
1913
2241
|
},
|
|
1914
2242
|
{
|
|
1915
|
-
"name": "--cdr-
|
|
1916
|
-
"defaultValue": "--cdr-color-background-input-
|
|
1917
|
-
"description": "Background color of
|
|
2243
|
+
"name": "--cdr-input-label-background-interaction",
|
|
2244
|
+
"defaultValue": "--cdr-color-background-input-default-active",
|
|
2245
|
+
"description": "Background color of the cdr-input label in hover, active, focus, and focus-within states"
|
|
1918
2246
|
},
|
|
1919
2247
|
{
|
|
1920
|
-
"name": "--cdr-
|
|
1921
|
-
"defaultValue": "
|
|
1922
|
-
"description": "
|
|
2248
|
+
"name": "--cdr-input-label-box-shadow-interaction",
|
|
2249
|
+
"defaultValue": "--cdr-color-border-input-default-focus",
|
|
2250
|
+
"description": "Box-shadow color of the cdr-input label in hover, active, focus, and focus-within states"
|
|
1923
2251
|
},
|
|
1924
2252
|
{
|
|
1925
|
-
"name": "--cdr-
|
|
1926
|
-
"defaultValue": "--cdr-color-text-
|
|
1927
|
-
"description": "
|
|
2253
|
+
"name": "--cdr-input-label-fill-interaction",
|
|
2254
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
2255
|
+
"description": "Fill color of the cdr-input label in hover, active, focus, and focus-within states"
|
|
1928
2256
|
},
|
|
1929
2257
|
{
|
|
1930
|
-
"name": "--cdr-
|
|
1931
|
-
"defaultValue": "--cdr-color-text-
|
|
1932
|
-
"description": "
|
|
1933
|
-
}
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
2258
|
+
"name": "--cdr-input-svg-fill-focus",
|
|
2259
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
2260
|
+
"description": "Fill color of the cdr-input SVG when the parent is focused"
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"name": "--cdr-input-wrap-fill",
|
|
2264
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
2265
|
+
"description": "Fill color of the cdr-input wrapper"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "--cdr-input-text-color-default",
|
|
2269
|
+
"defaultValue": "--cdr-color-text-input-default",
|
|
2270
|
+
"description": "Text color of a cdr-input by default"
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"name": "--cdr-input-background-color-default",
|
|
2274
|
+
"defaultValue": "--cdr-color-background-input-default",
|
|
2275
|
+
"description": "Background color of a cdr-input by default"
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"name": "--cdr-input-box-shadow-default",
|
|
2279
|
+
"defaultValue": "--cdr-color-border-input-default",
|
|
2280
|
+
"description": "Box-shadow color of a cdr-input by default"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"name": "--cdr-input-icon-fill",
|
|
2284
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
2285
|
+
"description": "Fill color of an icon in a cdr-input"
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"name": "--cdr-input-box-shadow-focus",
|
|
2289
|
+
"defaultValue": "--cdr-color-border-input-default-focus",
|
|
2290
|
+
"description": "Box shadow of a focused or active cdr-input"
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"name": "--cdr-input-background-color-disabled",
|
|
2294
|
+
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
2295
|
+
"description": "Background color of a disabled cdr-input"
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"name": "--cdr-input-text-color-disabled",
|
|
2299
|
+
"defaultValue": "--cdr-color-text-input-disabled",
|
|
2300
|
+
"description": "Text color of a disabled cdr-input"
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"name": "--cdr-input-box-shadow-disabled",
|
|
2304
|
+
"defaultValue": "--cdr-color-border-input-default-disabled",
|
|
2305
|
+
"description": "Box-shadow color of a disabled cdr-input"
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"name": "--cdr-input-background-color-default",
|
|
2309
|
+
"defaultValue": "--cdr-color-background-input-default",
|
|
2310
|
+
"description": "Background color of a default cdr-input"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"name": "--cdr-input-background-color-default-focus",
|
|
2314
|
+
"defaultValue": "--cdr-color-background-input-default-active",
|
|
2315
|
+
"description": "Background color of a default cdr-input in active or focus state"
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"name": "--cdr-input-background-color-secondary",
|
|
2319
|
+
"defaultValue": "--cdr-color-background-input-secondary",
|
|
2320
|
+
"description": "Background color of a secondary cdr-input"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"name": "--cdr-input-background-color-secondary-active",
|
|
2324
|
+
"defaultValue": "--cdr-color-background-input-secondary-active",
|
|
2325
|
+
"description": "Background color of a secondary cdr-input in active or focus state"
|
|
2326
|
+
},
|
|
1943
2327
|
{
|
|
1944
|
-
"name": "
|
|
1945
|
-
"
|
|
1946
|
-
"
|
|
1947
|
-
"demoSelectMultiple": [
|
|
1948
|
-
{
|
|
1949
|
-
"description": "false",
|
|
1950
|
-
"title": "demoSelectMultiple"
|
|
1951
|
-
}
|
|
1952
|
-
]
|
|
1953
|
-
},
|
|
1954
|
-
"values": [
|
|
1955
|
-
"none",
|
|
1956
|
-
"small",
|
|
1957
|
-
"medium",
|
|
1958
|
-
"large"
|
|
1959
|
-
],
|
|
1960
|
-
"type": {
|
|
1961
|
-
"name": "string"
|
|
1962
|
-
},
|
|
1963
|
-
"defaultValue": {
|
|
1964
|
-
"func": false,
|
|
1965
|
-
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
1966
|
-
}
|
|
2328
|
+
"name": "--cdr-input-error-background-color",
|
|
2329
|
+
"defaultValue": "--cdr-color-background-input-error",
|
|
2330
|
+
"description": "Background color of a cdr-input in error state"
|
|
1967
2331
|
},
|
|
1968
2332
|
{
|
|
1969
|
-
"name": "
|
|
1970
|
-
"
|
|
1971
|
-
"
|
|
1972
|
-
|
|
1973
|
-
},
|
|
1974
|
-
"defaultValue": {
|
|
1975
|
-
"func": false,
|
|
1976
|
-
"value": "'div'"
|
|
1977
|
-
}
|
|
1978
|
-
}
|
|
1979
|
-
],
|
|
1980
|
-
"slots": [
|
|
2333
|
+
"name": "--cdr-input-error-box-shadow",
|
|
2334
|
+
"defaultValue": "--cdr-color-border-input-error",
|
|
2335
|
+
"description": "Box-shadow color of a cdr-input in error state"
|
|
2336
|
+
},
|
|
1981
2337
|
{
|
|
1982
|
-
"name": "
|
|
1983
|
-
"
|
|
2338
|
+
"name": "--cdr-input-helper-text-color",
|
|
2339
|
+
"defaultValue": "--cdr-color-text-input-help",
|
|
2340
|
+
"description": "Text color of a cdr-input's helper text"
|
|
1984
2341
|
}
|
|
1985
|
-
],
|
|
1986
|
-
"sourceFiles": [
|
|
1987
|
-
"./src/components/grid/CdrGrid.vue"
|
|
1988
2342
|
]
|
|
1989
2343
|
},
|
|
1990
|
-
"
|
|
1991
|
-
"name": "
|
|
2344
|
+
"CdrFormError": {
|
|
2345
|
+
"name": "CdrFormError",
|
|
1992
2346
|
"exportName": "default",
|
|
1993
|
-
"displayName": "
|
|
2347
|
+
"displayName": "CdrFormError",
|
|
1994
2348
|
"description": "",
|
|
1995
2349
|
"tags": {},
|
|
1996
2350
|
"props": [
|
|
1997
2351
|
{
|
|
1998
|
-
"name": "
|
|
1999
|
-
"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.",
|
|
2000
|
-
"type": {
|
|
2001
|
-
"name": "string"
|
|
2002
|
-
},
|
|
2003
|
-
"required": true
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"name": "hideLabel",
|
|
2007
|
-
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
2352
|
+
"name": "error",
|
|
2008
2353
|
"type": {
|
|
2009
|
-
"name": "boolean"
|
|
2010
|
-
},
|
|
2011
|
-
"defaultValue": {
|
|
2012
|
-
"func": false,
|
|
2013
|
-
"value": true
|
|
2354
|
+
"name": "boolean|string"
|
|
2014
2355
|
}
|
|
2015
2356
|
}
|
|
2016
2357
|
],
|
|
2017
2358
|
"slots": [
|
|
2018
2359
|
{
|
|
2019
|
-
"name": "
|
|
2020
|
-
"description": "Override CdrChip label content with a custom element"
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"name": "default",
|
|
2024
|
-
"description": "CdrChipGroup content (CdrChip components)"
|
|
2360
|
+
"name": "error"
|
|
2025
2361
|
}
|
|
2026
2362
|
],
|
|
2027
2363
|
"sourceFiles": [
|
|
2028
|
-
"./src/components/
|
|
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
|
+
}
|
|
2029
2377
|
]
|
|
2030
2378
|
},
|
|
2031
2379
|
"CdrImg": {
|
|
@@ -2152,176 +2500,32 @@
|
|
|
2152
2500
|
}
|
|
2153
2501
|
]
|
|
2154
2502
|
},
|
|
2155
|
-
"values": [
|
|
2156
|
-
"responsive"
|
|
2157
|
-
],
|
|
2158
|
-
"type": {
|
|
2159
|
-
"name": "string"
|
|
2160
|
-
},
|
|
2161
|
-
"defaultValue": {
|
|
2162
|
-
"func": false,
|
|
2163
|
-
"value": "''"
|
|
2164
|
-
}
|
|
2165
|
-
}
|
|
2166
|
-
],
|
|
2167
|
-
"sourceFiles": [
|
|
2168
|
-
"./src/components/image/CdrImg.vue"
|
|
2169
|
-
]
|
|
2170
|
-
},
|
|
2171
|
-
"CdrIcon": {
|
|
2172
|
-
"name": "CdrIcon",
|
|
2173
|
-
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
2174
|
-
"tags": {
|
|
2175
|
-
"demoComponentNames": [
|
|
2176
|
-
{
|
|
2177
|
-
"description": "icon-account-profile, icon-camera",
|
|
2178
|
-
"title": "demoComponentNames"
|
|
2179
|
-
}
|
|
2180
|
-
]
|
|
2181
|
-
},
|
|
2182
|
-
"exportName": "default",
|
|
2183
|
-
"displayName": "CdrIcon",
|
|
2184
|
-
"props": [
|
|
2185
|
-
{
|
|
2186
|
-
"name": "use",
|
|
2187
|
-
"description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
|
|
2188
|
-
"type": {
|
|
2189
|
-
"name": "string"
|
|
2190
|
-
}
|
|
2191
|
-
},
|
|
2192
|
-
{
|
|
2193
|
-
"name": "inheritColor",
|
|
2194
|
-
"description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
|
|
2195
|
-
"type": {
|
|
2196
|
-
"name": "boolean"
|
|
2197
|
-
},
|
|
2198
|
-
"defaultValue": {
|
|
2199
|
-
"func": false,
|
|
2200
|
-
"value": false
|
|
2201
|
-
}
|
|
2202
|
-
},
|
|
2203
|
-
{
|
|
2204
|
-
"name": "size",
|
|
2205
|
-
"type": {
|
|
2206
|
-
"name": "string"
|
|
2207
|
-
},
|
|
2208
|
-
"defaultValue": {
|
|
2209
|
-
"func": false,
|
|
2210
|
-
"value": "'medium'"
|
|
2211
|
-
}
|
|
2212
|
-
}
|
|
2213
|
-
],
|
|
2214
|
-
"slots": [
|
|
2215
|
-
{
|
|
2216
|
-
"name": "default"
|
|
2217
|
-
}
|
|
2218
|
-
],
|
|
2219
|
-
"sourceFiles": [
|
|
2220
|
-
"./src/components/icon/CdrIcon.vue"
|
|
2221
|
-
],
|
|
2222
|
-
"UIProperties": [
|
|
2223
|
-
{
|
|
2224
|
-
"name": "--cdr-icon-fill-default",
|
|
2225
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
2226
|
-
"description": "Fill color of an icon"
|
|
2227
|
-
}
|
|
2228
|
-
]
|
|
2229
|
-
},
|
|
2230
|
-
"CdrInput": {
|
|
2231
|
-
"name": "CdrInput",
|
|
2232
|
-
"description": "Allows for data entry, editing, and search",
|
|
2233
|
-
"tags": {},
|
|
2234
|
-
"exportName": "default",
|
|
2235
|
-
"displayName": "CdrInput",
|
|
2236
|
-
"props": [
|
|
2237
|
-
{
|
|
2238
|
-
"name": "id",
|
|
2239
|
-
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
|
|
2240
|
-
"type": {
|
|
2241
|
-
"name": "string"
|
|
2242
|
-
}
|
|
2243
|
-
},
|
|
2244
|
-
{
|
|
2245
|
-
"name": "type",
|
|
2246
|
-
"description": "'type' attribute for the input as defined by w3c.\n Only supporting text|email|number|password|search|url|date.\n The increment/decrement webkit psuedo element is hidden for number.",
|
|
2247
|
-
"tags": {
|
|
2248
|
-
"demoSelectMultiple": [
|
|
2249
|
-
{
|
|
2250
|
-
"description": "false",
|
|
2251
|
-
"title": "demoSelectMultiple"
|
|
2252
|
-
}
|
|
2253
|
-
]
|
|
2254
|
-
},
|
|
2255
|
-
"values": [
|
|
2256
|
-
"text",
|
|
2257
|
-
"email",
|
|
2258
|
-
"number",
|
|
2259
|
-
"password",
|
|
2260
|
-
"search",
|
|
2261
|
-
"url",
|
|
2262
|
-
"tel",
|
|
2263
|
-
"date"
|
|
2264
|
-
],
|
|
2265
|
-
"type": {
|
|
2266
|
-
"name": "string"
|
|
2267
|
-
},
|
|
2268
|
-
"defaultValue": {
|
|
2269
|
-
"func": false,
|
|
2270
|
-
"value": "'text'"
|
|
2271
|
-
}
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
"name": "label",
|
|
2275
|
-
"description": "Sets the text value for the input label. Required for a11y compliance. Use ‘hideLabel’ if the label display is not desired. Required.",
|
|
2276
|
-
"type": {
|
|
2277
|
-
"name": "string"
|
|
2278
|
-
},
|
|
2279
|
-
"required": true
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"name": "numeric",
|
|
2283
|
-
"description": "Sets default attributes for an input that should launch a numeric keyboard but is not strictly a 'number' (credit card, security code, postal code, etc.). Should be used in conjunction with the default text type input. An `input` listener can be used to fully restrict input values to numerical characters only",
|
|
2284
|
-
"type": {
|
|
2285
|
-
"name": "boolean"
|
|
2286
|
-
},
|
|
2287
|
-
"defaultValue": {
|
|
2288
|
-
"func": false,
|
|
2289
|
-
"value": false
|
|
2290
|
-
}
|
|
2291
|
-
},
|
|
2292
|
-
{
|
|
2293
|
-
"name": "hideLabel",
|
|
2294
|
-
"description": "Removes the label element but sets the input `aria-label` to `label` text for a11y.",
|
|
2295
|
-
"type": {
|
|
2296
|
-
"name": "boolean"
|
|
2297
|
-
}
|
|
2298
|
-
},
|
|
2299
|
-
{
|
|
2300
|
-
"name": "rows",
|
|
2301
|
-
"description": "Number of rows for input. Converts component to text-area if rows greater than 1.",
|
|
2302
|
-
"type": {
|
|
2303
|
-
"name": "number"
|
|
2304
|
-
},
|
|
2305
|
-
"defaultValue": {
|
|
2306
|
-
"func": false,
|
|
2307
|
-
"value": "1"
|
|
2308
|
-
}
|
|
2309
|
-
},
|
|
2310
|
-
{
|
|
2311
|
-
"name": "background",
|
|
2312
|
-
"description": "Sets the background color the input is rendered on",
|
|
2313
|
-
"tags": {},
|
|
2314
|
-
"values": [
|
|
2315
|
-
"primary",
|
|
2316
|
-
"secondary"
|
|
2503
|
+
"values": [
|
|
2504
|
+
"responsive"
|
|
2317
2505
|
],
|
|
2318
2506
|
"type": {
|
|
2319
|
-
"name": "
|
|
2507
|
+
"name": "string"
|
|
2508
|
+
},
|
|
2509
|
+
"defaultValue": {
|
|
2510
|
+
"func": false,
|
|
2511
|
+
"value": "''"
|
|
2320
2512
|
}
|
|
2321
|
-
}
|
|
2513
|
+
}
|
|
2514
|
+
],
|
|
2515
|
+
"sourceFiles": [
|
|
2516
|
+
"./src/components/image/CdrImg.vue"
|
|
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": [
|
|
2322
2526
|
{
|
|
2323
|
-
"name": "
|
|
2324
|
-
"description": "
|
|
2527
|
+
"name": "gutter",
|
|
2528
|
+
"description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
|
|
2325
2529
|
"tags": {
|
|
2326
2530
|
"demoSelectMultiple": [
|
|
2327
2531
|
{
|
|
@@ -2331,242 +2535,169 @@
|
|
|
2331
2535
|
]
|
|
2332
2536
|
},
|
|
2333
2537
|
"values": [
|
|
2538
|
+
"none",
|
|
2539
|
+
"small",
|
|
2334
2540
|
"medium",
|
|
2335
2541
|
"large"
|
|
2336
2542
|
],
|
|
2337
|
-
"type": {
|
|
2338
|
-
"name": "sizeProps"
|
|
2339
|
-
}
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"name": "errorRole",
|
|
2343
|
-
"description": "Sets the `role` attribute for the embedded error state messaging.",
|
|
2344
2543
|
"type": {
|
|
2345
2544
|
"name": "string"
|
|
2346
2545
|
},
|
|
2347
|
-
"required": false,
|
|
2348
2546
|
"defaultValue": {
|
|
2349
2547
|
"func": false,
|
|
2350
|
-
"value": "'
|
|
2548
|
+
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
2351
2549
|
}
|
|
2352
2550
|
},
|
|
2353
2551
|
{
|
|
2354
|
-
"name": "
|
|
2355
|
-
"description": "Sets the
|
|
2552
|
+
"name": "tag",
|
|
2553
|
+
"description": "Sets the HTML tag for the grid element",
|
|
2356
2554
|
"type": {
|
|
2357
|
-
"name": "
|
|
2555
|
+
"name": "string"
|
|
2358
2556
|
},
|
|
2359
2557
|
"defaultValue": {
|
|
2360
2558
|
"func": false,
|
|
2361
|
-
"value":
|
|
2559
|
+
"value": "'div'"
|
|
2560
|
+
}
|
|
2561
|
+
}
|
|
2562
|
+
],
|
|
2563
|
+
"slots": [
|
|
2564
|
+
{
|
|
2565
|
+
"name": "default",
|
|
2566
|
+
"description": "CdrGrid content (grid child elements)"
|
|
2567
|
+
}
|
|
2568
|
+
],
|
|
2569
|
+
"sourceFiles": [
|
|
2570
|
+
"./src/components/grid/CdrGrid.vue"
|
|
2571
|
+
]
|
|
2572
|
+
},
|
|
2573
|
+
"CdrLabelWrapper": {
|
|
2574
|
+
"name": "CdrLabelWrapper",
|
|
2575
|
+
"exportName": "default",
|
|
2576
|
+
"displayName": "CdrLabelWrapper",
|
|
2577
|
+
"description": "",
|
|
2578
|
+
"tags": {},
|
|
2579
|
+
"props": [
|
|
2580
|
+
{
|
|
2581
|
+
"name": "labelClass",
|
|
2582
|
+
"type": {
|
|
2583
|
+
"name": "string"
|
|
2362
2584
|
}
|
|
2363
2585
|
},
|
|
2364
2586
|
{
|
|
2365
|
-
"name": "
|
|
2366
|
-
"description": "Sets the disabled state for the input field and label styling. Also, restricts user input.",
|
|
2587
|
+
"name": "contentClass",
|
|
2367
2588
|
"type": {
|
|
2368
|
-
"name": "
|
|
2589
|
+
"name": "string"
|
|
2369
2590
|
}
|
|
2370
2591
|
},
|
|
2371
2592
|
{
|
|
2372
|
-
"name": "
|
|
2373
|
-
"description": "Sets aria-required on the input field and displays an asterisk next to the input label.",
|
|
2593
|
+
"name": "background",
|
|
2374
2594
|
"type": {
|
|
2375
|
-
"name": "
|
|
2595
|
+
"name": "backgroundProps"
|
|
2376
2596
|
}
|
|
2377
2597
|
},
|
|
2378
2598
|
{
|
|
2379
|
-
"name": "
|
|
2380
|
-
"description": "Displays '(optional)' text next to the input label.",
|
|
2599
|
+
"name": "disabled",
|
|
2381
2600
|
"type": {
|
|
2382
2601
|
"name": "boolean"
|
|
2383
2602
|
}
|
|
2384
2603
|
},
|
|
2385
2604
|
{
|
|
2386
|
-
"name": "
|
|
2387
|
-
"tags": {
|
|
2388
|
-
"ignore": [
|
|
2389
|
-
{
|
|
2390
|
-
"description": true,
|
|
2391
|
-
"title": "ignore"
|
|
2392
|
-
}
|
|
2393
|
-
]
|
|
2394
|
-
},
|
|
2605
|
+
"name": "modifier",
|
|
2395
2606
|
"type": {
|
|
2396
|
-
"name": "string
|
|
2607
|
+
"name": "string"
|
|
2397
2608
|
}
|
|
2398
2609
|
},
|
|
2399
2610
|
{
|
|
2400
|
-
"name": "
|
|
2401
|
-
"description": "Adds a custom class to the cdr-label-standalone wrapping div",
|
|
2611
|
+
"name": "size",
|
|
2402
2612
|
"type": {
|
|
2403
2613
|
"name": "string"
|
|
2404
2614
|
}
|
|
2405
2615
|
}
|
|
2406
2616
|
],
|
|
2407
|
-
"events": [
|
|
2408
|
-
{
|
|
2409
|
-
"name": "update:modelValue",
|
|
2410
|
-
"description": "Event emitted by v-model on the <input> element",
|
|
2411
|
-
"properties": [
|
|
2412
|
-
{
|
|
2413
|
-
"type": {
|
|
2414
|
-
"names": [
|
|
2415
|
-
"mixed"
|
|
2416
|
-
]
|
|
2417
|
-
},
|
|
2418
|
-
"name": "modelValue"
|
|
2419
|
-
}
|
|
2420
|
-
],
|
|
2421
|
-
"tags": [
|
|
2422
|
-
{
|
|
2423
|
-
"title": "param",
|
|
2424
|
-
"type": {
|
|
2425
|
-
"name": "mixed"
|
|
2426
|
-
},
|
|
2427
|
-
"name": "modelValue"
|
|
2428
|
-
}
|
|
2429
|
-
]
|
|
2430
|
-
}
|
|
2431
|
-
],
|
|
2432
2617
|
"slots": [
|
|
2433
2618
|
{
|
|
2434
|
-
"name": "
|
|
2435
|
-
"description": "Helper text above the input field"
|
|
2436
|
-
},
|
|
2437
|
-
{
|
|
2438
|
-
"name": "info",
|
|
2439
|
-
"description": "Link or icon to the right above the input field."
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"name": "pre-icon",
|
|
2443
|
-
"description": "Icon preceding text within the input field"
|
|
2444
|
-
},
|
|
2445
|
-
{
|
|
2446
|
-
"name": "post-icon",
|
|
2447
|
-
"description": "Icon after text within the input field"
|
|
2448
|
-
},
|
|
2449
|
-
{
|
|
2450
|
-
"name": "info-action",
|
|
2451
|
-
"description": "Action-wrapped icon within the input field (precedes post-icon)"
|
|
2619
|
+
"name": "input"
|
|
2452
2620
|
},
|
|
2453
2621
|
{
|
|
2454
|
-
"name": "
|
|
2455
|
-
"description": "Helper text below the input field"
|
|
2622
|
+
"name": "svgs"
|
|
2456
2623
|
},
|
|
2457
2624
|
{
|
|
2458
|
-
"name": "
|
|
2459
|
-
"description": "Error messaging text that is displayed when the `error` prop is true."
|
|
2625
|
+
"name": "default"
|
|
2460
2626
|
}
|
|
2461
2627
|
],
|
|
2462
2628
|
"sourceFiles": [
|
|
2463
|
-
"./src/components/
|
|
2629
|
+
"./src/components/labelWrapper/CdrLabelWrapper.vue"
|
|
2464
2630
|
],
|
|
2465
2631
|
"UIProperties": [
|
|
2466
2632
|
{
|
|
2467
|
-
"name": "--cdr-
|
|
2468
|
-
"defaultValue": "--cdr-color-
|
|
2469
|
-
"description": "
|
|
2470
|
-
},
|
|
2471
|
-
{
|
|
2472
|
-
"name": "--cdr-input-label-background-interaction",
|
|
2473
|
-
"defaultValue": "--cdr-color-background-input-default-active",
|
|
2474
|
-
"description": "Background color of the cdr-input label in hover, active, focus, and focus-within states"
|
|
2633
|
+
"name": "--cdr-label-wrapper-text-color",
|
|
2634
|
+
"defaultValue": "--cdr-color-text-input-label",
|
|
2635
|
+
"description": "Text color of a label wrapper"
|
|
2475
2636
|
},
|
|
2476
2637
|
{
|
|
2477
|
-
"name": "--cdr-
|
|
2478
|
-
"defaultValue": "--cdr-color-
|
|
2479
|
-
"description": "
|
|
2638
|
+
"name": "--cdr-label-wrapper-background-color",
|
|
2639
|
+
"defaultValue": "--cdr-color-background-input-default",
|
|
2640
|
+
"description": "Background color of a label wrapper"
|
|
2480
2641
|
},
|
|
2481
2642
|
{
|
|
2482
|
-
"name": "--cdr-
|
|
2483
|
-
"defaultValue": "--cdr-color-
|
|
2484
|
-
"description": "
|
|
2643
|
+
"name": "--cdr-label-wrapper-primary-background-color-hover",
|
|
2644
|
+
"defaultValue": "--cdr-color-background-label-default-hover",
|
|
2645
|
+
"description": "Background color of a primary label wrapper when hovered"
|
|
2485
2646
|
},
|
|
2486
2647
|
{
|
|
2487
|
-
"name": "--cdr-
|
|
2488
|
-
"defaultValue": "--cdr-color-
|
|
2489
|
-
"description": "
|
|
2648
|
+
"name": "--cdr-label-wrapper-primary-background-color-focus",
|
|
2649
|
+
"defaultValue": "--cdr-color-background-label-default-focus",
|
|
2650
|
+
"description": "Background color of a primary label wrapper when it has focus within"
|
|
2490
2651
|
},
|
|
2491
2652
|
{
|
|
2492
|
-
"name": "--cdr-
|
|
2493
|
-
"defaultValue": "--cdr-color-
|
|
2494
|
-
"description": "
|
|
2653
|
+
"name": "--cdr-label-wrapper-primary-focus-box-shadow-color",
|
|
2654
|
+
"defaultValue": "--cdr-color-border-label-default-focus",
|
|
2655
|
+
"description": "Box shadow color of a primary label wrapper when it has focus within"
|
|
2495
2656
|
},
|
|
2496
2657
|
{
|
|
2497
|
-
"name": "--cdr-
|
|
2498
|
-
"defaultValue": "--cdr-color-
|
|
2499
|
-
"description": "
|
|
2658
|
+
"name": "--cdr-label-wrapper-primary-background-color-active",
|
|
2659
|
+
"defaultValue": "--cdr-color-background-label-default-active",
|
|
2660
|
+
"description": "Background color of a primary label wrapper when active"
|
|
2500
2661
|
},
|
|
2501
2662
|
{
|
|
2502
|
-
"name": "--cdr-
|
|
2663
|
+
"name": "--cdr-label-wrapper-secondary-background-color",
|
|
2503
2664
|
"defaultValue": "--cdr-color-background-input-default",
|
|
2504
|
-
"description": "Background color of a
|
|
2505
|
-
},
|
|
2506
|
-
{
|
|
2507
|
-
"name": "--cdr-input-box-shadow-default",
|
|
2508
|
-
"defaultValue": "--cdr-color-border-input-default",
|
|
2509
|
-
"description": "Box-shadow color of a cdr-input by default"
|
|
2665
|
+
"description": "Background color of a secondary label wrapper"
|
|
2510
2666
|
},
|
|
2511
2667
|
{
|
|
2512
|
-
"name": "--cdr-
|
|
2513
|
-
"defaultValue": "--cdr-color-
|
|
2514
|
-
"description": "
|
|
2668
|
+
"name": "--cdr-label-wrapper-secondary-background-color-hover",
|
|
2669
|
+
"defaultValue": "--cdr-color-background-label-secondary-hover",
|
|
2670
|
+
"description": "Background color of a secondary label wrapper when hovered"
|
|
2515
2671
|
},
|
|
2516
2672
|
{
|
|
2517
|
-
"name": "--cdr-
|
|
2518
|
-
"defaultValue": "--cdr-color-
|
|
2519
|
-
"description": "
|
|
2673
|
+
"name": "--cdr-label-wrapper-secondary-background-color-focus",
|
|
2674
|
+
"defaultValue": "--cdr-color-background-label-secondary-focus",
|
|
2675
|
+
"description": "Background color of a secondary label wrapper when it has focus within"
|
|
2520
2676
|
},
|
|
2521
2677
|
{
|
|
2522
|
-
"name": "--cdr-
|
|
2523
|
-
"defaultValue": "--cdr-color-background-
|
|
2524
|
-
"description": "Background color of a
|
|
2678
|
+
"name": "--cdr-label-wrapper-secondary-background-color-active",
|
|
2679
|
+
"defaultValue": "--cdr-color-background-label-secondary-active",
|
|
2680
|
+
"description": "Background color of a secondary label wrapper when active"
|
|
2525
2681
|
},
|
|
2526
2682
|
{
|
|
2527
|
-
"name": "--cdr-
|
|
2683
|
+
"name": "--cdr-label-wrapper-text-color-disabled",
|
|
2528
2684
|
"defaultValue": "--cdr-color-text-input-disabled",
|
|
2529
|
-
"description": "Text color of a disabled
|
|
2530
|
-
},
|
|
2531
|
-
{
|
|
2532
|
-
"name": "--cdr-input-box-shadow-disabled",
|
|
2533
|
-
"defaultValue": "--cdr-color-border-input-default-disabled",
|
|
2534
|
-
"description": "Box-shadow color of a disabled cdr-input"
|
|
2685
|
+
"description": "Text color of a disabled label wrapper"
|
|
2535
2686
|
},
|
|
2536
2687
|
{
|
|
2537
|
-
"name": "--cdr-
|
|
2688
|
+
"name": "--cdr-label-wrapper-background-color-disabled",
|
|
2538
2689
|
"defaultValue": "--cdr-color-background-input-default",
|
|
2539
|
-
"description": "Background color of a
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"name": "--cdr-input-background-color-default-focus",
|
|
2543
|
-
"defaultValue": "--cdr-color-background-input-default-active",
|
|
2544
|
-
"description": "Background color of a default cdr-input in active or focus state"
|
|
2545
|
-
},
|
|
2546
|
-
{
|
|
2547
|
-
"name": "--cdr-input-background-color-secondary",
|
|
2548
|
-
"defaultValue": "--cdr-color-background-input-secondary",
|
|
2549
|
-
"description": "Background color of a secondary cdr-input"
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"name": "--cdr-input-background-color-secondary-active",
|
|
2553
|
-
"defaultValue": "--cdr-color-background-input-secondary-active",
|
|
2554
|
-
"description": "Background color of a secondary cdr-input in active or focus state"
|
|
2555
|
-
},
|
|
2556
|
-
{
|
|
2557
|
-
"name": "--cdr-input-error-background-color",
|
|
2558
|
-
"defaultValue": "--cdr-color-background-input-error",
|
|
2559
|
-
"description": "Background color of a cdr-input in error state"
|
|
2560
|
-
},
|
|
2561
|
-
{
|
|
2562
|
-
"name": "--cdr-input-error-box-shadow",
|
|
2563
|
-
"defaultValue": "--cdr-color-border-input-error",
|
|
2564
|
-
"description": "Box-shadow color of a cdr-input in error state"
|
|
2690
|
+
"description": "Background color of a disabled label wrapper"
|
|
2565
2691
|
},
|
|
2566
2692
|
{
|
|
2567
|
-
"name": "--cdr-
|
|
2568
|
-
"defaultValue": "--cdr-color-
|
|
2569
|
-
"description": "
|
|
2693
|
+
"name": "--cdr-form-figure-background-color",
|
|
2694
|
+
"defaultValue": "--cdr-color-background-input-default",
|
|
2695
|
+
"description": "Background color of a form figure"
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"name": "--cdr-form-figure-box-shadow-color",
|
|
2699
|
+
"defaultValue": "--cdr-color-border-input-default",
|
|
2700
|
+
"description": "Box shadow color of a form figure"
|
|
2570
2701
|
}
|
|
2571
2702
|
]
|
|
2572
2703
|
},
|
|
@@ -2661,337 +2792,478 @@
|
|
|
2661
2792
|
}
|
|
2662
2793
|
]
|
|
2663
2794
|
},
|
|
2664
|
-
"
|
|
2665
|
-
"name": "
|
|
2795
|
+
"CdrList": {
|
|
2796
|
+
"name": "CdrList",
|
|
2797
|
+
"description": "Groups related content items together either vertically or horizontally",
|
|
2798
|
+
"tags": {},
|
|
2666
2799
|
"exportName": "default",
|
|
2667
|
-
"displayName": "
|
|
2668
|
-
"
|
|
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
|
+
],
|
|
2835
|
+
"type": {
|
|
2836
|
+
"name": "string"
|
|
2837
|
+
},
|
|
2838
|
+
"defaultValue": {
|
|
2839
|
+
"func": false,
|
|
2840
|
+
"value": "''"
|
|
2841
|
+
}
|
|
2842
|
+
}
|
|
2843
|
+
],
|
|
2844
|
+
"slots": [
|
|
2845
|
+
{
|
|
2846
|
+
"name": "default",
|
|
2847
|
+
"description": "CdrList content (list-items)"
|
|
2848
|
+
}
|
|
2849
|
+
],
|
|
2850
|
+
"sourceFiles": [
|
|
2851
|
+
"./src/components/list/CdrList.vue"
|
|
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
|
+
}
|
|
2874
|
+
]
|
|
2875
|
+
},
|
|
2876
|
+
"CdrLink": {
|
|
2877
|
+
"name": "CdrLink",
|
|
2878
|
+
"description": "Clickable text elements used for navigating to other pages or sections",
|
|
2879
|
+
"tags": {},
|
|
2880
|
+
"exportName": "default",
|
|
2881
|
+
"displayName": "CdrLink",
|
|
2882
|
+
"props": [
|
|
2883
|
+
{
|
|
2884
|
+
"name": "tag",
|
|
2885
|
+
"description": "Sets valid HTML element tag",
|
|
2886
|
+
"tags": {},
|
|
2887
|
+
"values": [
|
|
2888
|
+
"a",
|
|
2889
|
+
"button"
|
|
2890
|
+
],
|
|
2891
|
+
"type": {
|
|
2892
|
+
"name": "string"
|
|
2893
|
+
},
|
|
2894
|
+
"defaultValue": {
|
|
2895
|
+
"func": false,
|
|
2896
|
+
"value": "'a'"
|
|
2897
|
+
}
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"name": "href",
|
|
2901
|
+
"description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
|
|
2902
|
+
"type": {
|
|
2903
|
+
"name": "string"
|
|
2904
|
+
},
|
|
2905
|
+
"defaultValue": {
|
|
2906
|
+
"func": false,
|
|
2907
|
+
"value": "'#'"
|
|
2908
|
+
}
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"name": "inheritColor",
|
|
2912
|
+
"description": "Sets color and fill",
|
|
2913
|
+
"type": {
|
|
2914
|
+
"name": "boolean"
|
|
2915
|
+
},
|
|
2916
|
+
"defaultValue": {
|
|
2917
|
+
"func": false,
|
|
2918
|
+
"value": false
|
|
2919
|
+
}
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"name": "modifier",
|
|
2923
|
+
"description": "Modifies the style variant for this component.",
|
|
2924
|
+
"tags": {},
|
|
2925
|
+
"values": [
|
|
2926
|
+
"standalone"
|
|
2927
|
+
],
|
|
2928
|
+
"type": {
|
|
2929
|
+
"name": "string"
|
|
2930
|
+
},
|
|
2931
|
+
"defaultValue": {
|
|
2932
|
+
"func": false,
|
|
2933
|
+
"value": "''"
|
|
2934
|
+
}
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"name": "target",
|
|
2938
|
+
"tags": {
|
|
2939
|
+
"ignore": [
|
|
2940
|
+
{
|
|
2941
|
+
"description": true,
|
|
2942
|
+
"title": "ignore"
|
|
2943
|
+
}
|
|
2944
|
+
]
|
|
2945
|
+
},
|
|
2946
|
+
"type": {
|
|
2947
|
+
"name": "string"
|
|
2948
|
+
}
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"name": "rel",
|
|
2952
|
+
"tags": {
|
|
2953
|
+
"ignore": [
|
|
2954
|
+
{
|
|
2955
|
+
"description": true,
|
|
2956
|
+
"title": "ignore"
|
|
2957
|
+
}
|
|
2958
|
+
]
|
|
2959
|
+
},
|
|
2960
|
+
"type": {
|
|
2961
|
+
"name": "string"
|
|
2962
|
+
}
|
|
2963
|
+
}
|
|
2964
|
+
],
|
|
2965
|
+
"slots": [
|
|
2966
|
+
{
|
|
2967
|
+
"name": "default",
|
|
2968
|
+
"description": "Readable text of the link"
|
|
2969
|
+
}
|
|
2970
|
+
],
|
|
2971
|
+
"sourceFiles": [
|
|
2972
|
+
"./src/components/link/CdrLink.vue"
|
|
2973
|
+
],
|
|
2974
|
+
"UIProperties": [
|
|
2975
|
+
{
|
|
2976
|
+
"name": "--cdr-link-text-color",
|
|
2977
|
+
"defaultValue": "--cdr-color-text-link-rest",
|
|
2978
|
+
"description": "Color of the link text"
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"name": "--cdr-link-fill-color",
|
|
2982
|
+
"defaultValue": "--cdr-color-text-link-rest",
|
|
2983
|
+
"description": "Color of the link fill"
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"name": "--cdr-link-active-text-color-active",
|
|
2987
|
+
"defaultValue": "--cdr-color-text-link-active",
|
|
2988
|
+
"description": "Color of the link text when active or focused"
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"name": "--cdr-link-text-color-hover",
|
|
2992
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
2993
|
+
"description": "Color of the link text when hovered"
|
|
2994
|
+
}
|
|
2995
|
+
]
|
|
2996
|
+
},
|
|
2997
|
+
"CdrModal": {
|
|
2998
|
+
"name": "CdrModal",
|
|
2999
|
+
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
2669
3000
|
"tags": {},
|
|
3001
|
+
"exportName": "default",
|
|
3002
|
+
"displayName": "CdrModal",
|
|
2670
3003
|
"props": [
|
|
2671
3004
|
{
|
|
2672
|
-
"name": "
|
|
3005
|
+
"name": "opened",
|
|
3006
|
+
"description": "Toggles the state of the modal",
|
|
3007
|
+
"tags": {
|
|
3008
|
+
"demoIgnore": [
|
|
3009
|
+
{
|
|
3010
|
+
"description": "true",
|
|
3011
|
+
"title": "demoIgnore"
|
|
3012
|
+
}
|
|
3013
|
+
]
|
|
3014
|
+
},
|
|
3015
|
+
"type": {
|
|
3016
|
+
"name": "boolean"
|
|
3017
|
+
},
|
|
3018
|
+
"required": true
|
|
3019
|
+
},
|
|
3020
|
+
{
|
|
3021
|
+
"name": "label",
|
|
3022
|
+
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
3023
|
+
"type": {
|
|
3024
|
+
"name": "string"
|
|
3025
|
+
},
|
|
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
|
+
"required": false,
|
|
3035
|
+
"defaultValue": {
|
|
3036
|
+
"func": false,
|
|
3037
|
+
"value": true
|
|
3038
|
+
}
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
"name": "ariaDescribedby",
|
|
3042
|
+
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
2673
3043
|
"type": {
|
|
2674
3044
|
"name": "string"
|
|
3045
|
+
},
|
|
3046
|
+
"required": false,
|
|
3047
|
+
"defaultValue": {
|
|
3048
|
+
"func": false,
|
|
3049
|
+
"value": "null"
|
|
2675
3050
|
}
|
|
2676
3051
|
},
|
|
2677
3052
|
{
|
|
2678
|
-
"name": "
|
|
3053
|
+
"name": "role",
|
|
3054
|
+
"description": "Sets the `role` attribute on the modal content element",
|
|
3055
|
+
"tags": {},
|
|
3056
|
+
"values": [
|
|
3057
|
+
"dialog",
|
|
3058
|
+
"alertDialog"
|
|
3059
|
+
],
|
|
2679
3060
|
"type": {
|
|
2680
3061
|
"name": "string"
|
|
3062
|
+
},
|
|
3063
|
+
"required": false,
|
|
3064
|
+
"defaultValue": {
|
|
3065
|
+
"func": false,
|
|
3066
|
+
"value": "'dialog'"
|
|
2681
3067
|
}
|
|
2682
3068
|
},
|
|
2683
3069
|
{
|
|
2684
|
-
"name": "
|
|
3070
|
+
"name": "id",
|
|
3071
|
+
"description": "Sets unique `id` for modal",
|
|
2685
3072
|
"type": {
|
|
2686
|
-
"name": "
|
|
3073
|
+
"name": "string"
|
|
3074
|
+
},
|
|
3075
|
+
"required": false,
|
|
3076
|
+
"defaultValue": {
|
|
3077
|
+
"func": false,
|
|
3078
|
+
"value": "null"
|
|
2687
3079
|
}
|
|
2688
3080
|
},
|
|
2689
3081
|
{
|
|
2690
|
-
"name": "
|
|
3082
|
+
"name": "overlayClass",
|
|
3083
|
+
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
2691
3084
|
"type": {
|
|
2692
|
-
"name": "
|
|
3085
|
+
"name": "string"
|
|
2693
3086
|
}
|
|
2694
3087
|
},
|
|
2695
3088
|
{
|
|
2696
|
-
"name": "
|
|
3089
|
+
"name": "wrapperClass",
|
|
3090
|
+
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
2697
3091
|
"type": {
|
|
2698
3092
|
"name": "string"
|
|
2699
3093
|
}
|
|
2700
3094
|
},
|
|
2701
3095
|
{
|
|
2702
|
-
"name": "
|
|
3096
|
+
"name": "contentClass",
|
|
3097
|
+
"description": "Adds custom class to the `cdr-modal__innerWrap` div",
|
|
2703
3098
|
"type": {
|
|
2704
3099
|
"name": "string"
|
|
2705
3100
|
}
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"name": "animationDuration",
|
|
3104
|
+
"description": "Sets duration for modal's close animation",
|
|
3105
|
+
"type": {
|
|
3106
|
+
"name": "number"
|
|
3107
|
+
},
|
|
3108
|
+
"defaultValue": {
|
|
3109
|
+
"func": false,
|
|
3110
|
+
"value": "300"
|
|
3111
|
+
}
|
|
3112
|
+
}
|
|
3113
|
+
],
|
|
3114
|
+
"events": [
|
|
3115
|
+
{
|
|
3116
|
+
"name": "closed",
|
|
3117
|
+
"description": "Fires when modal is closed"
|
|
2706
3118
|
}
|
|
2707
3119
|
],
|
|
2708
3120
|
"slots": [
|
|
2709
3121
|
{
|
|
2710
|
-
"name": "
|
|
3122
|
+
"name": "modal",
|
|
3123
|
+
"description": "Use to override the entire CdrModal content container."
|
|
2711
3124
|
},
|
|
2712
3125
|
{
|
|
2713
|
-
"name": "
|
|
3126
|
+
"name": "title",
|
|
3127
|
+
"description": "Use to override the default title"
|
|
2714
3128
|
},
|
|
2715
3129
|
{
|
|
2716
3130
|
"name": "default"
|
|
2717
3131
|
}
|
|
2718
3132
|
],
|
|
2719
3133
|
"sourceFiles": [
|
|
2720
|
-
"./src/components/
|
|
3134
|
+
"./src/components/modal/CdrModal.vue"
|
|
2721
3135
|
],
|
|
2722
3136
|
"UIProperties": [
|
|
2723
3137
|
{
|
|
2724
|
-
"name": "--cdr-
|
|
2725
|
-
"defaultValue": "--cdr-color-
|
|
2726
|
-
"description": "
|
|
2727
|
-
},
|
|
2728
|
-
{
|
|
2729
|
-
"name": "--cdr-label-wrapper-background-color",
|
|
2730
|
-
"defaultValue": "--cdr-color-background-input-default",
|
|
2731
|
-
"description": "Background color of a label wrapper"
|
|
2732
|
-
},
|
|
2733
|
-
{
|
|
2734
|
-
"name": "--cdr-label-wrapper-primary-background-color-hover",
|
|
2735
|
-
"defaultValue": "--cdr-color-background-label-default-hover",
|
|
2736
|
-
"description": "Background color of a primary label wrapper when hovered"
|
|
2737
|
-
},
|
|
2738
|
-
{
|
|
2739
|
-
"name": "--cdr-label-wrapper-primary-background-color-focus",
|
|
2740
|
-
"defaultValue": "--cdr-color-background-label-default-focus",
|
|
2741
|
-
"description": "Background color of a primary label wrapper when it has focus within"
|
|
2742
|
-
},
|
|
2743
|
-
{
|
|
2744
|
-
"name": "--cdr-label-wrapper-primary-focus-box-shadow-color",
|
|
2745
|
-
"defaultValue": "--cdr-color-border-label-default-focus",
|
|
2746
|
-
"description": "Box shadow color of a primary label wrapper when it has focus within"
|
|
2747
|
-
},
|
|
2748
|
-
{
|
|
2749
|
-
"name": "--cdr-label-wrapper-primary-background-color-active",
|
|
2750
|
-
"defaultValue": "--cdr-color-background-label-default-active",
|
|
2751
|
-
"description": "Background color of a primary label wrapper when active"
|
|
2752
|
-
},
|
|
2753
|
-
{
|
|
2754
|
-
"name": "--cdr-label-wrapper-secondary-background-color",
|
|
2755
|
-
"defaultValue": "--cdr-color-background-input-default",
|
|
2756
|
-
"description": "Background color of a secondary label wrapper"
|
|
2757
|
-
},
|
|
2758
|
-
{
|
|
2759
|
-
"name": "--cdr-label-wrapper-secondary-background-color-hover",
|
|
2760
|
-
"defaultValue": "--cdr-color-background-label-secondary-hover",
|
|
2761
|
-
"description": "Background color of a secondary label wrapper when hovered"
|
|
2762
|
-
},
|
|
2763
|
-
{
|
|
2764
|
-
"name": "--cdr-label-wrapper-secondary-background-color-focus",
|
|
2765
|
-
"defaultValue": "--cdr-color-background-label-secondary-focus",
|
|
2766
|
-
"description": "Background color of a secondary label wrapper when it has focus within"
|
|
2767
|
-
},
|
|
2768
|
-
{
|
|
2769
|
-
"name": "--cdr-label-wrapper-secondary-background-color-active",
|
|
2770
|
-
"defaultValue": "--cdr-color-background-label-secondary-active",
|
|
2771
|
-
"description": "Background color of a secondary label wrapper when active"
|
|
2772
|
-
},
|
|
2773
|
-
{
|
|
2774
|
-
"name": "--cdr-label-wrapper-text-color-disabled",
|
|
2775
|
-
"defaultValue": "--cdr-color-text-input-disabled",
|
|
2776
|
-
"description": "Text color of a disabled label wrapper"
|
|
2777
|
-
},
|
|
2778
|
-
{
|
|
2779
|
-
"name": "--cdr-label-wrapper-background-color-disabled",
|
|
2780
|
-
"defaultValue": "--cdr-color-background-input-default",
|
|
2781
|
-
"description": "Background color of a disabled label wrapper"
|
|
2782
|
-
},
|
|
2783
|
-
{
|
|
2784
|
-
"name": "--cdr-form-figure-background-color",
|
|
2785
|
-
"defaultValue": "--cdr-color-background-input-default",
|
|
2786
|
-
"description": "Background color of a form figure"
|
|
3138
|
+
"name": "--cdr-modal-overlay-background-color",
|
|
3139
|
+
"defaultValue": "--cdr-color-background-modal-overlay",
|
|
3140
|
+
"description": "Background color of the modal overlay"
|
|
2787
3141
|
},
|
|
2788
3142
|
{
|
|
2789
|
-
"name": "--cdr-
|
|
2790
|
-
"defaultValue": "--cdr-color-
|
|
2791
|
-
"description": "
|
|
3143
|
+
"name": "--cdr-modal-content-wrap-background-color",
|
|
3144
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
3145
|
+
"description": "Background color of the content wrap"
|
|
2792
3146
|
}
|
|
2793
3147
|
]
|
|
2794
3148
|
},
|
|
2795
|
-
"
|
|
2796
|
-
"name": "
|
|
2797
|
-
"description": "
|
|
3149
|
+
"CdrPopover": {
|
|
3150
|
+
"name": "CdrPopover",
|
|
3151
|
+
"description": "Small overlay used to display contextual information",
|
|
2798
3152
|
"tags": {},
|
|
2799
3153
|
"exportName": "default",
|
|
2800
|
-
"displayName": "
|
|
3154
|
+
"displayName": "CdrPopover",
|
|
2801
3155
|
"props": [
|
|
2802
3156
|
{
|
|
2803
|
-
"name": "
|
|
2804
|
-
"description": "Sets
|
|
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",
|
|
3157
|
+
"name": "position",
|
|
3158
|
+
"description": "Sets the position where the popover will render relative to the trigger element.",
|
|
2821
3159
|
"tags": {
|
|
2822
3160
|
"demoSelectMultiple": [
|
|
2823
3161
|
{
|
|
2824
|
-
"description": "
|
|
3162
|
+
"description": "false",
|
|
2825
3163
|
"title": "demoSelectMultiple"
|
|
2826
3164
|
}
|
|
2827
3165
|
]
|
|
2828
3166
|
},
|
|
2829
3167
|
"values": [
|
|
2830
|
-
"
|
|
2831
|
-
"
|
|
2832
|
-
"
|
|
2833
|
-
"
|
|
2834
|
-
],
|
|
2835
|
-
"type": {
|
|
2836
|
-
"name": "string"
|
|
2837
|
-
},
|
|
2838
|
-
"defaultValue": {
|
|
2839
|
-
"func": false,
|
|
2840
|
-
"value": "''"
|
|
2841
|
-
}
|
|
2842
|
-
}
|
|
2843
|
-
],
|
|
2844
|
-
"slots": [
|
|
2845
|
-
{
|
|
2846
|
-
"name": "default",
|
|
2847
|
-
"description": "CdrList content (list-items)"
|
|
2848
|
-
}
|
|
2849
|
-
],
|
|
2850
|
-
"sourceFiles": [
|
|
2851
|
-
"./src/components/list/CdrList.vue"
|
|
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
|
-
}
|
|
2874
|
-
]
|
|
2875
|
-
},
|
|
2876
|
-
"CdrLink": {
|
|
2877
|
-
"name": "CdrLink",
|
|
2878
|
-
"description": "Clickable text elements used for navigating to other pages or sections",
|
|
2879
|
-
"tags": {},
|
|
2880
|
-
"exportName": "default",
|
|
2881
|
-
"displayName": "CdrLink",
|
|
2882
|
-
"props": [
|
|
2883
|
-
{
|
|
2884
|
-
"name": "tag",
|
|
2885
|
-
"description": "Sets valid HTML element tag",
|
|
2886
|
-
"tags": {},
|
|
2887
|
-
"values": [
|
|
2888
|
-
"a",
|
|
2889
|
-
"button"
|
|
3168
|
+
"top",
|
|
3169
|
+
"bottom",
|
|
3170
|
+
"left",
|
|
3171
|
+
"right"
|
|
2890
3172
|
],
|
|
2891
3173
|
"type": {
|
|
2892
3174
|
"name": "string"
|
|
2893
3175
|
},
|
|
3176
|
+
"required": false,
|
|
2894
3177
|
"defaultValue": {
|
|
2895
3178
|
"func": false,
|
|
2896
|
-
"value": "'
|
|
3179
|
+
"value": "'top'"
|
|
2897
3180
|
}
|
|
2898
3181
|
},
|
|
2899
3182
|
{
|
|
2900
|
-
"name": "
|
|
2901
|
-
"description": "
|
|
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`.",
|
|
2902
3185
|
"type": {
|
|
2903
|
-
"name": "
|
|
3186
|
+
"name": "boolean"
|
|
2904
3187
|
},
|
|
3188
|
+
"required": false,
|
|
2905
3189
|
"defaultValue": {
|
|
2906
3190
|
"func": false,
|
|
2907
|
-
"value":
|
|
3191
|
+
"value": true
|
|
2908
3192
|
}
|
|
2909
3193
|
},
|
|
2910
3194
|
{
|
|
2911
|
-
"name": "
|
|
2912
|
-
"description": "Sets
|
|
3195
|
+
"name": "label",
|
|
3196
|
+
"description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
|
|
2913
3197
|
"type": {
|
|
2914
|
-
"name": "
|
|
2915
|
-
},
|
|
2916
|
-
"
|
|
2917
|
-
"func": false,
|
|
2918
|
-
"value": false
|
|
2919
|
-
}
|
|
3198
|
+
"name": "string"
|
|
3199
|
+
},
|
|
3200
|
+
"required": false
|
|
2920
3201
|
},
|
|
2921
3202
|
{
|
|
2922
|
-
"name": "
|
|
2923
|
-
"description": "
|
|
2924
|
-
"tags": {},
|
|
2925
|
-
"values": [
|
|
2926
|
-
"standalone"
|
|
2927
|
-
],
|
|
3203
|
+
"name": "id",
|
|
3204
|
+
"description": "ID for the popover element, required for accessibility",
|
|
2928
3205
|
"type": {
|
|
2929
3206
|
"name": "string"
|
|
2930
3207
|
},
|
|
2931
|
-
"
|
|
2932
|
-
"func": false,
|
|
2933
|
-
"value": "''"
|
|
2934
|
-
}
|
|
3208
|
+
"required": true
|
|
2935
3209
|
},
|
|
2936
3210
|
{
|
|
2937
|
-
"name": "
|
|
2938
|
-
"
|
|
2939
|
-
"ignore": [
|
|
2940
|
-
{
|
|
2941
|
-
"description": true,
|
|
2942
|
-
"title": "ignore"
|
|
2943
|
-
}
|
|
2944
|
-
]
|
|
2945
|
-
},
|
|
3211
|
+
"name": "contentClass",
|
|
3212
|
+
"description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
|
|
2946
3213
|
"type": {
|
|
2947
3214
|
"name": "string"
|
|
2948
|
-
}
|
|
3215
|
+
},
|
|
3216
|
+
"required": false
|
|
2949
3217
|
},
|
|
2950
3218
|
{
|
|
2951
|
-
"name": "
|
|
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.",
|
|
2952
3221
|
"tags": {
|
|
2953
|
-
"
|
|
3222
|
+
"demoIgnore": [
|
|
2954
3223
|
{
|
|
2955
|
-
"description": true,
|
|
2956
|
-
"title": "
|
|
3224
|
+
"description": "true",
|
|
3225
|
+
"title": "demoIgnore"
|
|
2957
3226
|
}
|
|
2958
3227
|
]
|
|
2959
3228
|
},
|
|
2960
3229
|
"type": {
|
|
2961
|
-
"name": "
|
|
3230
|
+
"name": "boolean"
|
|
3231
|
+
},
|
|
3232
|
+
"required": false,
|
|
3233
|
+
"defaultValue": {
|
|
3234
|
+
"func": false,
|
|
3235
|
+
"value": false
|
|
2962
3236
|
}
|
|
2963
3237
|
}
|
|
2964
3238
|
],
|
|
2965
|
-
"
|
|
3239
|
+
"events": [
|
|
2966
3240
|
{
|
|
2967
|
-
"name": "
|
|
2968
|
-
"description": "
|
|
3241
|
+
"name": "opened",
|
|
3242
|
+
"description": "Emits when popover is opened"
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
"name": "closed",
|
|
3246
|
+
"description": "Emits when popover is closed"
|
|
2969
3247
|
}
|
|
2970
3248
|
],
|
|
2971
|
-
"
|
|
2972
|
-
"./src/components/link/CdrLink.vue"
|
|
2973
|
-
],
|
|
2974
|
-
"UIProperties": [
|
|
3249
|
+
"slots": [
|
|
2975
3250
|
{
|
|
2976
|
-
"name": "
|
|
2977
|
-
"
|
|
2978
|
-
"description": "Color of the link text"
|
|
3251
|
+
"name": "trigger",
|
|
3252
|
+
"description": " Slot for the element that triggers the popover."
|
|
2979
3253
|
},
|
|
2980
3254
|
{
|
|
2981
|
-
"name": "
|
|
2982
|
-
"
|
|
2983
|
-
"description": "Color of the link fill"
|
|
3255
|
+
"name": "title",
|
|
3256
|
+
"description": "Sets the title for the popover. Can also be set with `label` prop"
|
|
2984
3257
|
},
|
|
2985
3258
|
{
|
|
2986
|
-
"name": "
|
|
2987
|
-
"defaultValue": "--cdr-color-text-link-active",
|
|
2988
|
-
"description": "Color of the link text when active or focused"
|
|
3259
|
+
"name": "default"
|
|
2989
3260
|
},
|
|
2990
3261
|
{
|
|
2991
|
-
"name": "
|
|
2992
|
-
"defaultValue": "--cdr-color-text-link-hover",
|
|
2993
|
-
"description": "Color of the link text when hovered"
|
|
3262
|
+
"name": "icon"
|
|
2994
3263
|
}
|
|
3264
|
+
],
|
|
3265
|
+
"sourceFiles": [
|
|
3266
|
+
"./src/components/popover/CdrPopover.vue"
|
|
2995
3267
|
]
|
|
2996
3268
|
},
|
|
2997
3269
|
"CdrPagination": {
|
|
@@ -3147,276 +3419,222 @@
|
|
|
3147
3419
|
}
|
|
3148
3420
|
]
|
|
3149
3421
|
},
|
|
3150
|
-
"
|
|
3151
|
-
"name": "
|
|
3152
|
-
"description": "
|
|
3422
|
+
"CdrQuote": {
|
|
3423
|
+
"name": "CdrQuote",
|
|
3424
|
+
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
3153
3425
|
"tags": {},
|
|
3154
3426
|
"exportName": "default",
|
|
3155
|
-
"displayName": "
|
|
3427
|
+
"displayName": "CdrQuote",
|
|
3156
3428
|
"props": [
|
|
3157
3429
|
{
|
|
3158
|
-
"name": "
|
|
3159
|
-
"description": "
|
|
3160
|
-
"tags": {
|
|
3161
|
-
"demoIgnore": [
|
|
3162
|
-
{
|
|
3163
|
-
"description": "true",
|
|
3164
|
-
"title": "demoIgnore"
|
|
3165
|
-
}
|
|
3166
|
-
]
|
|
3167
|
-
},
|
|
3168
|
-
"type": {
|
|
3169
|
-
"name": "boolean"
|
|
3170
|
-
},
|
|
3171
|
-
"required": true
|
|
3172
|
-
},
|
|
3173
|
-
{
|
|
3174
|
-
"name": "label",
|
|
3175
|
-
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
3176
|
-
"type": {
|
|
3177
|
-
"name": "string"
|
|
3178
|
-
},
|
|
3179
|
-
"required": true
|
|
3180
|
-
},
|
|
3181
|
-
{
|
|
3182
|
-
"name": "showTitle",
|
|
3183
|
-
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
3184
|
-
"type": {
|
|
3185
|
-
"name": "boolean"
|
|
3186
|
-
},
|
|
3187
|
-
"required": false,
|
|
3188
|
-
"defaultValue": {
|
|
3189
|
-
"func": false,
|
|
3190
|
-
"value": true
|
|
3191
|
-
}
|
|
3192
|
-
},
|
|
3193
|
-
{
|
|
3194
|
-
"name": "ariaDescribedby",
|
|
3195
|
-
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
3196
|
-
"type": {
|
|
3197
|
-
"name": "string"
|
|
3198
|
-
},
|
|
3199
|
-
"required": false,
|
|
3200
|
-
"defaultValue": {
|
|
3201
|
-
"func": false,
|
|
3202
|
-
"value": "null"
|
|
3203
|
-
}
|
|
3204
|
-
},
|
|
3205
|
-
{
|
|
3206
|
-
"name": "role",
|
|
3207
|
-
"description": "Sets the `role` attribute on the modal content element",
|
|
3430
|
+
"name": "tag",
|
|
3431
|
+
"description": "Sets the semantic HTML element for the quote.",
|
|
3208
3432
|
"tags": {},
|
|
3209
3433
|
"values": [
|
|
3210
|
-
"
|
|
3211
|
-
"
|
|
3434
|
+
"blockquote",
|
|
3435
|
+
"aside",
|
|
3436
|
+
"q",
|
|
3437
|
+
"div"
|
|
3212
3438
|
],
|
|
3213
3439
|
"type": {
|
|
3214
3440
|
"name": "string"
|
|
3215
3441
|
},
|
|
3216
|
-
"required": false,
|
|
3217
3442
|
"defaultValue": {
|
|
3218
3443
|
"func": false,
|
|
3219
|
-
"value": "'
|
|
3444
|
+
"value": "'blockquote'"
|
|
3220
3445
|
}
|
|
3221
3446
|
},
|
|
3222
3447
|
{
|
|
3223
|
-
"name": "
|
|
3224
|
-
"description": "
|
|
3448
|
+
"name": "modifier",
|
|
3449
|
+
"description": "Modifies the style variant for the quote",
|
|
3450
|
+
"tags": {
|
|
3451
|
+
"demoSelectMultiple": [
|
|
3452
|
+
{
|
|
3453
|
+
"description": "true",
|
|
3454
|
+
"title": "demoSelectMultiple"
|
|
3455
|
+
}
|
|
3456
|
+
]
|
|
3457
|
+
},
|
|
3458
|
+
"values": [
|
|
3459
|
+
"pull"
|
|
3460
|
+
],
|
|
3225
3461
|
"type": {
|
|
3226
3462
|
"name": "string"
|
|
3227
3463
|
},
|
|
3228
|
-
"required": false,
|
|
3229
3464
|
"defaultValue": {
|
|
3230
3465
|
"func": false,
|
|
3231
|
-
"value": "
|
|
3232
|
-
}
|
|
3233
|
-
},
|
|
3234
|
-
{
|
|
3235
|
-
"name": "overlayClass",
|
|
3236
|
-
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
3237
|
-
"type": {
|
|
3238
|
-
"name": "string"
|
|
3466
|
+
"value": "''"
|
|
3239
3467
|
}
|
|
3240
3468
|
},
|
|
3241
3469
|
{
|
|
3242
|
-
"name": "
|
|
3243
|
-
"description": "
|
|
3470
|
+
"name": "summary",
|
|
3471
|
+
"description": "Sets the quote body text.",
|
|
3244
3472
|
"type": {
|
|
3245
3473
|
"name": "string"
|
|
3246
3474
|
}
|
|
3247
3475
|
},
|
|
3248
3476
|
{
|
|
3249
|
-
"name": "
|
|
3250
|
-
"description": "
|
|
3477
|
+
"name": "citation",
|
|
3478
|
+
"description": "Sets the quote attribution text.",
|
|
3251
3479
|
"type": {
|
|
3252
3480
|
"name": "string"
|
|
3253
3481
|
}
|
|
3254
|
-
},
|
|
3255
|
-
{
|
|
3256
|
-
"name": "animationDuration",
|
|
3257
|
-
"description": "Sets duration for modal's close animation",
|
|
3258
|
-
"type": {
|
|
3259
|
-
"name": "number"
|
|
3260
|
-
},
|
|
3261
|
-
"defaultValue": {
|
|
3262
|
-
"func": false,
|
|
3263
|
-
"value": "300"
|
|
3264
|
-
}
|
|
3265
|
-
}
|
|
3266
|
-
],
|
|
3267
|
-
"events": [
|
|
3268
|
-
{
|
|
3269
|
-
"name": "closed",
|
|
3270
|
-
"description": "Fires when modal is closed"
|
|
3271
3482
|
}
|
|
3272
3483
|
],
|
|
3273
3484
|
"slots": [
|
|
3274
|
-
{
|
|
3275
|
-
"name": "modal",
|
|
3276
|
-
"description": "Use to override the entire CdrModal content container."
|
|
3277
|
-
},
|
|
3278
|
-
{
|
|
3279
|
-
"name": "title",
|
|
3280
|
-
"description": "Use to override the default title"
|
|
3281
|
-
},
|
|
3282
3485
|
{
|
|
3283
3486
|
"name": "default"
|
|
3284
3487
|
}
|
|
3285
3488
|
],
|
|
3286
3489
|
"sourceFiles": [
|
|
3287
|
-
"./src/components/
|
|
3490
|
+
"./src/components/quote/CdrQuote.vue"
|
|
3288
3491
|
],
|
|
3289
3492
|
"UIProperties": [
|
|
3290
3493
|
{
|
|
3291
|
-
"name": "--cdr-
|
|
3292
|
-
"defaultValue": "--cdr-color-
|
|
3293
|
-
"description": "
|
|
3494
|
+
"name": "--cdr-quote-cite-text-color",
|
|
3495
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
3496
|
+
"description": "Text color of a cdr-quote citation"
|
|
3294
3497
|
},
|
|
3295
3498
|
{
|
|
3296
|
-
"name": "--cdr-
|
|
3297
|
-
"defaultValue": "--cdr-color-
|
|
3298
|
-
"description": "
|
|
3499
|
+
"name": "--cdr-quote-content-text-color",
|
|
3500
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
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"
|
|
3299
3507
|
}
|
|
3300
3508
|
]
|
|
3301
3509
|
},
|
|
3302
|
-
"
|
|
3303
|
-
"name": "
|
|
3304
|
-
"description": "
|
|
3510
|
+
"CdrRating": {
|
|
3511
|
+
"name": "CdrRating",
|
|
3512
|
+
"description": "Provides insight into user opinions for products, experiences, and more",
|
|
3305
3513
|
"tags": {},
|
|
3306
3514
|
"exportName": "default",
|
|
3307
|
-
"displayName": "
|
|
3515
|
+
"displayName": "CdrRating",
|
|
3308
3516
|
"props": [
|
|
3309
3517
|
{
|
|
3310
|
-
"name": "
|
|
3311
|
-
"description": "Sets the
|
|
3312
|
-
"tags": {
|
|
3313
|
-
"demoSelectMultiple": [
|
|
3314
|
-
{
|
|
3315
|
-
"description": "false",
|
|
3316
|
-
"title": "demoSelectMultiple"
|
|
3317
|
-
}
|
|
3318
|
-
]
|
|
3319
|
-
},
|
|
3320
|
-
"values": [
|
|
3321
|
-
"top",
|
|
3322
|
-
"bottom",
|
|
3323
|
-
"left",
|
|
3324
|
-
"right"
|
|
3325
|
-
],
|
|
3518
|
+
"name": "rating",
|
|
3519
|
+
"description": "Sets the rating values between 0 and 5.",
|
|
3326
3520
|
"type": {
|
|
3327
|
-
"name": "string"
|
|
3521
|
+
"name": "string|number"
|
|
3328
3522
|
},
|
|
3329
|
-
"required":
|
|
3523
|
+
"required": true,
|
|
3330
3524
|
"defaultValue": {
|
|
3331
3525
|
"func": false,
|
|
3332
|
-
"value": "
|
|
3526
|
+
"value": "0"
|
|
3333
3527
|
}
|
|
3334
3528
|
},
|
|
3335
3529
|
{
|
|
3336
|
-
"name": "
|
|
3337
|
-
"description": "
|
|
3530
|
+
"name": "count",
|
|
3531
|
+
"description": "Sets the total number of ratings",
|
|
3338
3532
|
"type": {
|
|
3339
|
-
"name": "
|
|
3533
|
+
"name": "string|number"
|
|
3340
3534
|
},
|
|
3341
3535
|
"required": false,
|
|
3342
3536
|
"defaultValue": {
|
|
3343
3537
|
"func": false,
|
|
3344
|
-
"value":
|
|
3538
|
+
"value": "null"
|
|
3345
3539
|
}
|
|
3346
3540
|
},
|
|
3347
3541
|
{
|
|
3348
|
-
"name": "
|
|
3349
|
-
"description": "
|
|
3350
|
-
"type": {
|
|
3351
|
-
"name": "string"
|
|
3352
|
-
},
|
|
3353
|
-
"required": false
|
|
3354
|
-
},
|
|
3355
|
-
{
|
|
3356
|
-
"name": "id",
|
|
3357
|
-
"description": "ID for the popover element, required for accessibility",
|
|
3542
|
+
"name": "compact",
|
|
3543
|
+
"description": "Hides the word 'reviews' if true",
|
|
3358
3544
|
"type": {
|
|
3359
|
-
"name": "
|
|
3545
|
+
"name": "boolean"
|
|
3360
3546
|
},
|
|
3361
|
-
"
|
|
3547
|
+
"defaultValue": {
|
|
3548
|
+
"func": false,
|
|
3549
|
+
"value": false
|
|
3550
|
+
}
|
|
3362
3551
|
},
|
|
3363
3552
|
{
|
|
3364
|
-
"name": "
|
|
3365
|
-
"description": "
|
|
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.",
|
|
3366
3555
|
"type": {
|
|
3367
3556
|
"name": "string"
|
|
3368
|
-
}
|
|
3369
|
-
"required": false
|
|
3557
|
+
}
|
|
3370
3558
|
},
|
|
3371
3559
|
{
|
|
3372
|
-
"name": "
|
|
3373
|
-
"description": "
|
|
3560
|
+
"name": "size",
|
|
3561
|
+
"description": "Sets the rating size.",
|
|
3374
3562
|
"tags": {
|
|
3375
|
-
"
|
|
3563
|
+
"demoSelectMultiple": [
|
|
3376
3564
|
{
|
|
3377
|
-
"description": "
|
|
3378
|
-
"title": "
|
|
3565
|
+
"description": "false",
|
|
3566
|
+
"title": "demoSelectMultiple"
|
|
3379
3567
|
}
|
|
3380
3568
|
]
|
|
3381
3569
|
},
|
|
3570
|
+
"values": [
|
|
3571
|
+
"small",
|
|
3572
|
+
"medium",
|
|
3573
|
+
"large"
|
|
3574
|
+
],
|
|
3382
3575
|
"type": {
|
|
3383
|
-
"name": "
|
|
3576
|
+
"name": "string"
|
|
3384
3577
|
},
|
|
3385
|
-
"required": false,
|
|
3386
3578
|
"defaultValue": {
|
|
3387
3579
|
"func": false,
|
|
3388
|
-
"value":
|
|
3580
|
+
"value": "'medium'"
|
|
3389
3581
|
}
|
|
3390
3582
|
}
|
|
3391
3583
|
],
|
|
3392
|
-
"
|
|
3584
|
+
"sourceFiles": [
|
|
3585
|
+
"./src/components/rating/CdrRating.vue"
|
|
3586
|
+
],
|
|
3587
|
+
"UIProperties": [
|
|
3393
3588
|
{
|
|
3394
|
-
"name": "
|
|
3395
|
-
"
|
|
3589
|
+
"name": "--cdr-rating-count-hover-color",
|
|
3590
|
+
"defaultValue": "--cdr-color-text-rating-hover",
|
|
3591
|
+
"description": "Hover text color of cdr-rating count"
|
|
3396
3592
|
},
|
|
3397
3593
|
{
|
|
3398
|
-
"name": "
|
|
3399
|
-
"
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
"slots": [
|
|
3594
|
+
"name": "--cdr-rating-text-rating-separator",
|
|
3595
|
+
"defaultValue": "--cdr-color-text-rating-separator",
|
|
3596
|
+
"description": "Color of the rating text separator"
|
|
3597
|
+
},
|
|
3403
3598
|
{
|
|
3404
|
-
"name": "
|
|
3405
|
-
"
|
|
3599
|
+
"name": "--cdr-rating-star-null-fill-color",
|
|
3600
|
+
"defaultValue": "#F9F8F6",
|
|
3601
|
+
"description": "Fill color of a null star"
|
|
3406
3602
|
},
|
|
3407
3603
|
{
|
|
3408
|
-
"name": "
|
|
3409
|
-
"
|
|
3604
|
+
"name": "--cdr-rating-star-null-outline-color",
|
|
3605
|
+
"defaultValue": "#928B80",
|
|
3606
|
+
"description": "Outline color of a null star"
|
|
3410
3607
|
},
|
|
3411
3608
|
{
|
|
3412
|
-
"name": "
|
|
3609
|
+
"name": "--cdr-rating-star-partial-fill-color",
|
|
3610
|
+
"defaultValue": "#FFD280",
|
|
3611
|
+
"description": "Fill color of a partially filled star"
|
|
3413
3612
|
},
|
|
3414
3613
|
{
|
|
3415
|
-
"name": "
|
|
3614
|
+
"name": "--cdr-rating-star-partial-stroke-color",
|
|
3615
|
+
"defaultValue": "#BD7B2D",
|
|
3616
|
+
"description": "Stroke color of a partially filled star"
|
|
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"
|
|
3416
3637
|
}
|
|
3417
|
-
],
|
|
3418
|
-
"sourceFiles": [
|
|
3419
|
-
"./src/components/popover/CdrPopover.vue"
|
|
3420
3638
|
]
|
|
3421
3639
|
},
|
|
3422
3640
|
"CdrPopup": {
|
|
@@ -3729,147 +3947,17 @@
|
|
|
3729
3947
|
"description": "Background color of the inner circle of cdr-radio when selected and active"
|
|
3730
3948
|
}
|
|
3731
3949
|
]
|
|
3732
|
-
},
|
|
3733
|
-
"
|
|
3734
|
-
"name": "
|
|
3735
|
-
"
|
|
3736
|
-
"
|
|
3737
|
-
"
|
|
3738
|
-
"
|
|
3739
|
-
"props": [
|
|
3740
|
-
{
|
|
3741
|
-
"name": "tag",
|
|
3742
|
-
"description": "Sets the semantic HTML element for the quote.",
|
|
3743
|
-
"tags": {},
|
|
3744
|
-
"values": [
|
|
3745
|
-
"blockquote",
|
|
3746
|
-
"aside",
|
|
3747
|
-
"q",
|
|
3748
|
-
"div"
|
|
3749
|
-
],
|
|
3750
|
-
"type": {
|
|
3751
|
-
"name": "string"
|
|
3752
|
-
},
|
|
3753
|
-
"defaultValue": {
|
|
3754
|
-
"func": false,
|
|
3755
|
-
"value": "'blockquote'"
|
|
3756
|
-
}
|
|
3757
|
-
},
|
|
3758
|
-
{
|
|
3759
|
-
"name": "modifier",
|
|
3760
|
-
"description": "Modifies the style variant for the quote",
|
|
3761
|
-
"tags": {
|
|
3762
|
-
"demoSelectMultiple": [
|
|
3763
|
-
{
|
|
3764
|
-
"description": "true",
|
|
3765
|
-
"title": "demoSelectMultiple"
|
|
3766
|
-
}
|
|
3767
|
-
]
|
|
3768
|
-
},
|
|
3769
|
-
"values": [
|
|
3770
|
-
"pull"
|
|
3771
|
-
],
|
|
3772
|
-
"type": {
|
|
3773
|
-
"name": "string"
|
|
3774
|
-
},
|
|
3775
|
-
"defaultValue": {
|
|
3776
|
-
"func": false,
|
|
3777
|
-
"value": "''"
|
|
3778
|
-
}
|
|
3779
|
-
},
|
|
3780
|
-
{
|
|
3781
|
-
"name": "summary",
|
|
3782
|
-
"description": "Sets the quote body text.",
|
|
3783
|
-
"type": {
|
|
3784
|
-
"name": "string"
|
|
3785
|
-
}
|
|
3786
|
-
},
|
|
3787
|
-
{
|
|
3788
|
-
"name": "citation",
|
|
3789
|
-
"description": "Sets the quote attribution text.",
|
|
3790
|
-
"type": {
|
|
3791
|
-
"name": "string"
|
|
3792
|
-
}
|
|
3793
|
-
}
|
|
3794
|
-
],
|
|
3795
|
-
"slots": [
|
|
3796
|
-
{
|
|
3797
|
-
"name": "default"
|
|
3798
|
-
}
|
|
3799
|
-
],
|
|
3800
|
-
"sourceFiles": [
|
|
3801
|
-
"./src/components/quote/CdrQuote.vue"
|
|
3802
|
-
],
|
|
3803
|
-
"UIProperties": [
|
|
3804
|
-
{
|
|
3805
|
-
"name": "--cdr-quote-cite-text-color",
|
|
3806
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
3807
|
-
"description": "Text color of a cdr-quote citation"
|
|
3808
|
-
},
|
|
3809
|
-
{
|
|
3810
|
-
"name": "--cdr-quote-content-text-color",
|
|
3811
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3812
|
-
"description": "Text color of cdr-quote content"
|
|
3813
|
-
},
|
|
3814
|
-
{
|
|
3815
|
-
"name": "--cdr-quote-pull-container-border-color",
|
|
3816
|
-
"defaultValue": "--cdr-color-border-primary",
|
|
3817
|
-
"description": "Border color of a cdr-quote pull container"
|
|
3818
|
-
}
|
|
3819
|
-
]
|
|
3820
|
-
},
|
|
3821
|
-
"CdrRating": {
|
|
3822
|
-
"name": "CdrRating",
|
|
3823
|
-
"description": "Provides insight into user opinions for products, experiences, and more",
|
|
3824
|
-
"tags": {},
|
|
3825
|
-
"exportName": "default",
|
|
3826
|
-
"displayName": "CdrRating",
|
|
3827
|
-
"props": [
|
|
3828
|
-
{
|
|
3829
|
-
"name": "rating",
|
|
3830
|
-
"description": "Sets the rating values between 0 and 5.",
|
|
3831
|
-
"type": {
|
|
3832
|
-
"name": "string|number"
|
|
3833
|
-
},
|
|
3834
|
-
"required": true,
|
|
3835
|
-
"defaultValue": {
|
|
3836
|
-
"func": false,
|
|
3837
|
-
"value": "0"
|
|
3838
|
-
}
|
|
3839
|
-
},
|
|
3840
|
-
{
|
|
3841
|
-
"name": "count",
|
|
3842
|
-
"description": "Sets the total number of ratings",
|
|
3843
|
-
"type": {
|
|
3844
|
-
"name": "string|number"
|
|
3845
|
-
},
|
|
3846
|
-
"required": false,
|
|
3847
|
-
"defaultValue": {
|
|
3848
|
-
"func": false,
|
|
3849
|
-
"value": "null"
|
|
3850
|
-
}
|
|
3851
|
-
},
|
|
3852
|
-
{
|
|
3853
|
-
"name": "compact",
|
|
3854
|
-
"description": "Hides the word 'reviews' if true",
|
|
3855
|
-
"type": {
|
|
3856
|
-
"name": "boolean"
|
|
3857
|
-
},
|
|
3858
|
-
"defaultValue": {
|
|
3859
|
-
"func": false,
|
|
3860
|
-
"value": false
|
|
3861
|
-
}
|
|
3862
|
-
},
|
|
3863
|
-
{
|
|
3864
|
-
"name": "href",
|
|
3865
|
-
"description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
|
|
3866
|
-
"type": {
|
|
3867
|
-
"name": "string"
|
|
3868
|
-
}
|
|
3869
|
-
},
|
|
3950
|
+
},
|
|
3951
|
+
"CdrSkeletonBone": {
|
|
3952
|
+
"name": "CdrSkeletonBone",
|
|
3953
|
+
"exportName": "default",
|
|
3954
|
+
"displayName": "CdrSkeletonBone",
|
|
3955
|
+
"description": "",
|
|
3956
|
+
"tags": {},
|
|
3957
|
+
"props": [
|
|
3870
3958
|
{
|
|
3871
|
-
"name": "
|
|
3872
|
-
"description": "Sets the
|
|
3959
|
+
"name": "type",
|
|
3960
|
+
"description": "Sets the type of content placeholder",
|
|
3873
3961
|
"tags": {
|
|
3874
3962
|
"demoSelectMultiple": [
|
|
3875
3963
|
{
|
|
@@ -3879,73 +3967,23 @@
|
|
|
3879
3967
|
]
|
|
3880
3968
|
},
|
|
3881
3969
|
"values": [
|
|
3882
|
-
"
|
|
3883
|
-
"
|
|
3884
|
-
"
|
|
3970
|
+
"default",
|
|
3971
|
+
"heading",
|
|
3972
|
+
"line",
|
|
3973
|
+
"rectangle",
|
|
3974
|
+
"square"
|
|
3885
3975
|
],
|
|
3886
3976
|
"type": {
|
|
3887
3977
|
"name": "string"
|
|
3888
3978
|
},
|
|
3889
3979
|
"defaultValue": {
|
|
3890
3980
|
"func": false,
|
|
3891
|
-
"value": "'
|
|
3981
|
+
"value": "'default'"
|
|
3892
3982
|
}
|
|
3893
3983
|
}
|
|
3894
3984
|
],
|
|
3895
3985
|
"sourceFiles": [
|
|
3896
|
-
"./src/components/
|
|
3897
|
-
],
|
|
3898
|
-
"UIProperties": [
|
|
3899
|
-
{
|
|
3900
|
-
"name": "--cdr-rating-count-hover-color",
|
|
3901
|
-
"defaultValue": "--cdr-color-text-rating-hover",
|
|
3902
|
-
"description": "Hover text color of cdr-rating count"
|
|
3903
|
-
},
|
|
3904
|
-
{
|
|
3905
|
-
"name": "--cdr-rating-text-rating-separator",
|
|
3906
|
-
"defaultValue": "--cdr-color-text-rating-separator",
|
|
3907
|
-
"description": "Color of the rating text separator"
|
|
3908
|
-
},
|
|
3909
|
-
{
|
|
3910
|
-
"name": "--cdr-rating-star-null-fill-color",
|
|
3911
|
-
"defaultValue": "#F9F8F6",
|
|
3912
|
-
"description": "Fill color of a null star"
|
|
3913
|
-
},
|
|
3914
|
-
{
|
|
3915
|
-
"name": "--cdr-rating-star-null-outline-color",
|
|
3916
|
-
"defaultValue": "#928B80",
|
|
3917
|
-
"description": "Outline color of a null star"
|
|
3918
|
-
},
|
|
3919
|
-
{
|
|
3920
|
-
"name": "--cdr-rating-star-partial-fill-color",
|
|
3921
|
-
"defaultValue": "#FFD280",
|
|
3922
|
-
"description": "Fill color of a partially filled star"
|
|
3923
|
-
},
|
|
3924
|
-
{
|
|
3925
|
-
"name": "--cdr-rating-star-partial-stroke-color",
|
|
3926
|
-
"defaultValue": "#BD7B2D",
|
|
3927
|
-
"description": "Stroke color of a partially filled star"
|
|
3928
|
-
},
|
|
3929
|
-
{
|
|
3930
|
-
"name": "--cdr-rating-star-filled-fill-color",
|
|
3931
|
-
"defaultValue": "#FFD280",
|
|
3932
|
-
"description": "Fill color of a filled star"
|
|
3933
|
-
},
|
|
3934
|
-
{
|
|
3935
|
-
"name": "--cdr-rating-star-filled-stroke-color",
|
|
3936
|
-
"defaultValue": "#BD7B2D",
|
|
3937
|
-
"description": "Stroke color of a filled star"
|
|
3938
|
-
},
|
|
3939
|
-
{
|
|
3940
|
-
"name": "--cdr-rating-star-empty-fill-color",
|
|
3941
|
-
"defaultValue": "#F9F8F6",
|
|
3942
|
-
"description": "Fill color of an empty star"
|
|
3943
|
-
},
|
|
3944
|
-
{
|
|
3945
|
-
"name": "--cdr-rating-star-empty-stroke-color",
|
|
3946
|
-
"defaultValue": "#BD7B2D",
|
|
3947
|
-
"description": "Stroke color of an empty star"
|
|
3948
|
-
}
|
|
3986
|
+
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
3949
3987
|
]
|
|
3950
3988
|
},
|
|
3951
3989
|
"CdrSelect": {
|
|
@@ -4207,242 +4245,37 @@
|
|
|
4207
4245
|
{
|
|
4208
4246
|
"name": "--cdr-select-prompt-text-color-disabled",
|
|
4209
4247
|
"defaultValue": "--cdr-color-text-input-disabled",
|
|
4210
|
-
"description": "Text color of a disabled cdr-select prompt"
|
|
4211
|
-
},
|
|
4212
|
-
{
|
|
4213
|
-
"name": "--cdr-select-primary-background-color",
|
|
4214
|
-
"defaultValue": "--cdr-color-background-input-default",
|
|
4215
|
-
"description": "Background color of a primary cdr-select"
|
|
4216
|
-
},
|
|
4217
|
-
{
|
|
4218
|
-
"name": "--cdr-select-primary-background-color-active",
|
|
4219
|
-
"defaultValue": "--cdr-color-background-input-default-active",
|
|
4220
|
-
"description": "Background color of a primary cdr-select when active or focused"
|
|
4221
|
-
},
|
|
4222
|
-
{
|
|
4223
|
-
"name": "--cdr-select-secondary-background-color",
|
|
4224
|
-
"defaultValue": "--cdr-color-background-input-secondary",
|
|
4225
|
-
"description": "Background color of a secondary cdr-select"
|
|
4226
|
-
},
|
|
4227
|
-
{
|
|
4228
|
-
"name": "--cdr-select-secondary-background-color-active",
|
|
4229
|
-
"defaultValue": "--cdr-color-background-input-secondary-active",
|
|
4230
|
-
"description": "Background color of a secondary cdr-select when active or focused"
|
|
4231
|
-
},
|
|
4232
|
-
{
|
|
4233
|
-
"name": "--cdr-select-background-color-error",
|
|
4234
|
-
"defaultValue": "--cdr-color-background-input-error",
|
|
4235
|
-
"description": "Background color of a cdr-select error"
|
|
4236
|
-
},
|
|
4237
|
-
{
|
|
4238
|
-
"name": "--cdr-select-box-shadow-color-error",
|
|
4239
|
-
"defaultValue": "--cdr-color-border-input-error",
|
|
4240
|
-
"description": "Box-shadow color of a cdr-select error"
|
|
4241
|
-
}
|
|
4242
|
-
]
|
|
4243
|
-
},
|
|
4244
|
-
"CdrTable": {
|
|
4245
|
-
"name": "CdrTable",
|
|
4246
|
-
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
4247
|
-
"tags": {},
|
|
4248
|
-
"exportName": "default",
|
|
4249
|
-
"displayName": "CdrTable",
|
|
4250
|
-
"props": [
|
|
4251
|
-
{
|
|
4252
|
-
"name": "striped",
|
|
4253
|
-
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
4254
|
-
"type": {
|
|
4255
|
-
"name": "boolean"
|
|
4256
|
-
},
|
|
4257
|
-
"defaultValue": {
|
|
4258
|
-
"func": false,
|
|
4259
|
-
"value": false
|
|
4260
|
-
}
|
|
4261
|
-
},
|
|
4262
|
-
{
|
|
4263
|
-
"name": "border",
|
|
4264
|
-
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4265
|
-
"type": {
|
|
4266
|
-
"name": "boolean"
|
|
4267
|
-
},
|
|
4268
|
-
"defaultValue": {
|
|
4269
|
-
"func": false,
|
|
4270
|
-
"value": true
|
|
4271
|
-
}
|
|
4272
|
-
},
|
|
4273
|
-
{
|
|
4274
|
-
"name": "fullWidth",
|
|
4275
|
-
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
4276
|
-
"type": {
|
|
4277
|
-
"name": "boolean|string"
|
|
4278
|
-
},
|
|
4279
|
-
"defaultValue": {
|
|
4280
|
-
"func": false,
|
|
4281
|
-
"value": true
|
|
4282
|
-
}
|
|
4283
|
-
},
|
|
4284
|
-
{
|
|
4285
|
-
"name": "responsive",
|
|
4286
|
-
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
4287
|
-
"type": {
|
|
4288
|
-
"name": "boolean"
|
|
4289
|
-
},
|
|
4290
|
-
"defaultValue": {
|
|
4291
|
-
"func": false,
|
|
4292
|
-
"value": true
|
|
4293
|
-
}
|
|
4294
|
-
},
|
|
4295
|
-
{
|
|
4296
|
-
"name": "hover",
|
|
4297
|
-
"description": "Adds a darker background on row hover",
|
|
4298
|
-
"type": {
|
|
4299
|
-
"name": "boolean"
|
|
4300
|
-
},
|
|
4301
|
-
"defaultValue": {
|
|
4302
|
-
"func": false,
|
|
4303
|
-
"value": false
|
|
4304
|
-
}
|
|
4305
|
-
},
|
|
4306
|
-
{
|
|
4307
|
-
"name": "size",
|
|
4308
|
-
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
4309
|
-
"tags": {
|
|
4310
|
-
"demoSelectMultiple": [
|
|
4311
|
-
{
|
|
4312
|
-
"description": "false",
|
|
4313
|
-
"title": "demoSelectMultiple"
|
|
4314
|
-
}
|
|
4315
|
-
]
|
|
4316
|
-
},
|
|
4317
|
-
"values": [
|
|
4318
|
-
"small",
|
|
4319
|
-
"medium",
|
|
4320
|
-
"large"
|
|
4321
|
-
],
|
|
4322
|
-
"type": {
|
|
4323
|
-
"name": "string"
|
|
4324
|
-
},
|
|
4325
|
-
"defaultValue": {
|
|
4326
|
-
"func": false,
|
|
4327
|
-
"value": "'medium'"
|
|
4328
|
-
}
|
|
4329
|
-
}
|
|
4330
|
-
],
|
|
4331
|
-
"slots": [
|
|
4332
|
-
{
|
|
4333
|
-
"name": "default",
|
|
4334
|
-
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4335
|
-
}
|
|
4336
|
-
],
|
|
4337
|
-
"sourceFiles": [
|
|
4338
|
-
"./src/components/table/CdrTable.vue"
|
|
4339
|
-
],
|
|
4340
|
-
"UIProperties": [
|
|
4341
|
-
{
|
|
4342
|
-
"name": "--cdr-table-base-text-color",
|
|
4343
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4344
|
-
"description": "Color of the cdr-table base text"
|
|
4345
|
-
},
|
|
4346
|
-
{
|
|
4347
|
-
"name": "--cdr-table-row-background-color",
|
|
4348
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4349
|
-
"description": "Background color of the table rows"
|
|
4350
|
-
},
|
|
4351
|
-
{
|
|
4352
|
-
"name": "--cdr-table-header-background-color",
|
|
4353
|
-
"defaultValue": "--cdr-color-background-table-header",
|
|
4354
|
-
"description": "Background color of the table header"
|
|
4355
|
-
},
|
|
4356
|
-
{
|
|
4357
|
-
"name": "--cdr-table-text-cell-color",
|
|
4358
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4359
|
-
"description": "Text color of the table cells"
|
|
4360
|
-
},
|
|
4361
|
-
{
|
|
4362
|
-
"name": "--cdr-table-border-color-default",
|
|
4363
|
-
"defaultValue": "--cdr-color-border-table-default",
|
|
4364
|
-
"description": "Default border color of the table"
|
|
4365
|
-
},
|
|
4366
|
-
{
|
|
4367
|
-
"name": "--cdr-table-head-border-default",
|
|
4368
|
-
"defaultValue": "--cdr-color-border-table-head",
|
|
4369
|
-
"description": "Head border color of the table"
|
|
4370
|
-
},
|
|
4371
|
-
{
|
|
4372
|
-
"name": "--cdr-table-odd-row-background-color",
|
|
4373
|
-
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4374
|
-
"description": "Background color of all odd rows in the table"
|
|
4375
|
-
},
|
|
4376
|
-
{
|
|
4377
|
-
"name": "--cdr-table-header-odd-row-background-color",
|
|
4378
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4379
|
-
"description": "Background color of odd rows in the table header"
|
|
4380
|
-
},
|
|
4381
|
-
{
|
|
4382
|
-
"name": "--cdr-table-striped-odd-row-background-color",
|
|
4383
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4384
|
-
"description": "Background color of the odd rows in striped tables"
|
|
4385
|
-
},
|
|
4386
|
-
{
|
|
4387
|
-
"name": "--cdr-table-body-footer-odd-row-background-color",
|
|
4388
|
-
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4389
|
-
"description": "Background color of odd rows in the table body and footer"
|
|
4248
|
+
"description": "Text color of a disabled cdr-select prompt"
|
|
4390
4249
|
},
|
|
4391
4250
|
{
|
|
4392
|
-
"name": "--cdr-
|
|
4393
|
-
"defaultValue": "--cdr-color-background-
|
|
4394
|
-
"description": "Background color of
|
|
4395
|
-
}
|
|
4396
|
-
]
|
|
4397
|
-
},
|
|
4398
|
-
"CdrSkeleton": {
|
|
4399
|
-
"name": "CdrSkeleton",
|
|
4400
|
-
"description": "Visually communicates content is in the process of loading",
|
|
4401
|
-
"tags": {},
|
|
4402
|
-
"exportName": "default",
|
|
4403
|
-
"displayName": "CdrSkeleton",
|
|
4404
|
-
"props": [
|
|
4405
|
-
{
|
|
4406
|
-
"name": "motion",
|
|
4407
|
-
"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.",
|
|
4408
|
-
"type": {
|
|
4409
|
-
"name": "boolean"
|
|
4410
|
-
},
|
|
4411
|
-
"defaultValue": {
|
|
4412
|
-
"func": false,
|
|
4413
|
-
"value": true
|
|
4414
|
-
}
|
|
4415
|
-
}
|
|
4416
|
-
],
|
|
4417
|
-
"slots": [
|
|
4251
|
+
"name": "--cdr-select-primary-background-color",
|
|
4252
|
+
"defaultValue": "--cdr-color-background-input-default",
|
|
4253
|
+
"description": "Background color of a primary cdr-select"
|
|
4254
|
+
},
|
|
4418
4255
|
{
|
|
4419
|
-
"name": "
|
|
4420
|
-
"
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
"sourceFiles": [
|
|
4424
|
-
"./src/components/skeleton/CdrSkeleton.vue"
|
|
4425
|
-
],
|
|
4426
|
-
"UIProperties": [
|
|
4256
|
+
"name": "--cdr-select-primary-background-color-active",
|
|
4257
|
+
"defaultValue": "--cdr-color-background-input-default-active",
|
|
4258
|
+
"description": "Background color of a primary cdr-select when active or focused"
|
|
4259
|
+
},
|
|
4427
4260
|
{
|
|
4428
|
-
"name": "--cdr-
|
|
4429
|
-
"defaultValue": "
|
|
4430
|
-
"description": "
|
|
4261
|
+
"name": "--cdr-select-secondary-background-color",
|
|
4262
|
+
"defaultValue": "--cdr-color-background-input-secondary",
|
|
4263
|
+
"description": "Background color of a secondary cdr-select"
|
|
4431
4264
|
},
|
|
4432
4265
|
{
|
|
4433
|
-
"name": "--cdr-
|
|
4434
|
-
"defaultValue": "
|
|
4435
|
-
"description": "
|
|
4266
|
+
"name": "--cdr-select-secondary-background-color-active",
|
|
4267
|
+
"defaultValue": "--cdr-color-background-input-secondary-active",
|
|
4268
|
+
"description": "Background color of a secondary cdr-select when active or focused"
|
|
4436
4269
|
},
|
|
4437
4270
|
{
|
|
4438
|
-
"name": "--cdr-
|
|
4439
|
-
"defaultValue": "
|
|
4440
|
-
"description": "
|
|
4271
|
+
"name": "--cdr-select-background-color-error",
|
|
4272
|
+
"defaultValue": "--cdr-color-background-input-error",
|
|
4273
|
+
"description": "Background color of a cdr-select error"
|
|
4441
4274
|
},
|
|
4442
4275
|
{
|
|
4443
|
-
"name": "--cdr-
|
|
4444
|
-
"defaultValue": "
|
|
4445
|
-
"description": "
|
|
4276
|
+
"name": "--cdr-select-box-shadow-color-error",
|
|
4277
|
+
"defaultValue": "--cdr-color-border-input-error",
|
|
4278
|
+
"description": "Box-shadow color of a cdr-select error"
|
|
4446
4279
|
}
|
|
4447
4280
|
]
|
|
4448
4281
|
},
|
|
@@ -4586,89 +4419,330 @@
|
|
|
4586
4419
|
"description": "Border of the cdr-switch button on hover when not in focus"
|
|
4587
4420
|
},
|
|
4588
4421
|
{
|
|
4589
|
-
"name": "--cdr-switch-background-color-hover",
|
|
4590
|
-
"defaultValue": "--cdr-color-background-switch-default-hover",
|
|
4591
|
-
"description": "Background color of the cdr-switch button on hover when not in focus"
|
|
4422
|
+
"name": "--cdr-switch-background-color-hover",
|
|
4423
|
+
"defaultValue": "--cdr-color-background-switch-default-hover",
|
|
4424
|
+
"description": "Background color of the cdr-switch button on hover when not in focus"
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"name": "--cdr-switch-icon-fill-hover",
|
|
4428
|
+
"defaultValue": "--cdr-color-icon-emphasis",
|
|
4429
|
+
"description": "Fill of the cdr-switch x and check icons on hover when not in focus"
|
|
4430
|
+
},
|
|
4431
|
+
{
|
|
4432
|
+
"name": "--cdr-switch-handle-border-color-hover",
|
|
4433
|
+
"defaultValue": "--cdr-color-border-switch-default-hover",
|
|
4434
|
+
"description": "Border of the cdr-switch handle on hover when not in focus"
|
|
4435
|
+
},
|
|
4436
|
+
{
|
|
4437
|
+
"name": "--cdr-switch-background-color-checked",
|
|
4438
|
+
"defaultValue": "--cdr-color-background-switch-selected-default-rest",
|
|
4439
|
+
"description": "Background color of the cdr-switch button when it is checked"
|
|
4440
|
+
},
|
|
4441
|
+
{
|
|
4442
|
+
"name": "--cdr-switch-icon-fill-checked",
|
|
4443
|
+
"defaultValue": "--cdr-color-icon-switch-selected-default-rest",
|
|
4444
|
+
"description": "Fill of the cdr-switch x and check icons when it is checked"
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"name": "--cdr-switch-box-shadow-color-checked-focus",
|
|
4448
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
4449
|
+
"description": "Box-shadow of the cdr-switch button when it is checked and in focus"
|
|
4450
|
+
},
|
|
4451
|
+
{
|
|
4452
|
+
"name": "--cdr-switch-background-color-checked-focus",
|
|
4453
|
+
"defaultValue": "--cdr-color-background-switch-selected-default-focus",
|
|
4454
|
+
"description": "Background color of the cdr-switch button when it is checked and in focus"
|
|
4455
|
+
},
|
|
4456
|
+
{
|
|
4457
|
+
"name": "--cdr-switch-handle-border-color-checked-focus",
|
|
4458
|
+
"defaultValue": "--cdr-color-border-switch-handle-default-focus",
|
|
4459
|
+
"description": "Border of the cdr-switch handle when it is checked and in focus"
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"name": "--cdr-switch-handle-background-color-checked-focus",
|
|
4463
|
+
"defaultValue": "--cdr-color-background-switch-handle-selected-default-focus",
|
|
4464
|
+
"description": "Background color of the cdr-switch handle when it is checked and in focus"
|
|
4465
|
+
},
|
|
4466
|
+
{
|
|
4467
|
+
"name": "--cdr-switch-icon-fill-checked-focus",
|
|
4468
|
+
"defaultValue": "--cdr-color-icon-switch-selected-default-focus",
|
|
4469
|
+
"description": "Fill of the cdr-switch x and check icons when it is checked and in focus"
|
|
4470
|
+
},
|
|
4471
|
+
{
|
|
4472
|
+
"name": "--cdr-switch-handle-background-color-checked",
|
|
4473
|
+
"defaultValue": "--cdr-color-background-switch-handle-selected-default-rest",
|
|
4474
|
+
"description": "Background color of the cdr-switch handle when it is checked"
|
|
4475
|
+
},
|
|
4476
|
+
{
|
|
4477
|
+
"name": "--cdr-switch-border-color-checked-hover",
|
|
4478
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
4479
|
+
"description": "Border of the cdr-switch button when it is checked and on hover but not in focus"
|
|
4480
|
+
},
|
|
4481
|
+
{
|
|
4482
|
+
"name": "--cdr-switch-background-color-checked-hover",
|
|
4483
|
+
"defaultValue": "--cdr-color-background-switch-selected-default-hover",
|
|
4484
|
+
"description": "Background color of the cdr-switch button when it is checked and on hover but not in focus"
|
|
4485
|
+
},
|
|
4486
|
+
{
|
|
4487
|
+
"name": "--cdr-switch-icon-fill-checked-hover",
|
|
4488
|
+
"defaultValue": "--cdr-color-icon-switch-selected-default-hover",
|
|
4489
|
+
"description": "Fill of the cdr-switch x and check icons when it is checked and on hover but not in focus"
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"name": "--cdr-switch-handle-border-color-checked-hover",
|
|
4493
|
+
"defaultValue": "--cdr-color-border-switch-handle-default-hover",
|
|
4494
|
+
"description": "Border of the cdr-switch handle when it is checked and on hover but not in focus"
|
|
4495
|
+
},
|
|
4496
|
+
{
|
|
4497
|
+
"name": "--cdr-switch-handle-border",
|
|
4498
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
4499
|
+
"description": "Border color of the cdr-switch handle"
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"name": "--cdr-switch-handle-background-color-rest",
|
|
4503
|
+
"defaultValue": "--cdr-color-background-switch-handle-default-rest",
|
|
4504
|
+
"description": "Background color of the cdr-switch handle"
|
|
4505
|
+
}
|
|
4506
|
+
]
|
|
4507
|
+
},
|
|
4508
|
+
"CdrTable": {
|
|
4509
|
+
"name": "CdrTable",
|
|
4510
|
+
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
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"
|
|
4592
4614
|
},
|
|
4593
4615
|
{
|
|
4594
|
-
"name": "--cdr-
|
|
4595
|
-
"defaultValue": "--cdr-color-
|
|
4596
|
-
"description": "
|
|
4616
|
+
"name": "--cdr-table-header-background-color",
|
|
4617
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4618
|
+
"description": "Background color of the table header"
|
|
4597
4619
|
},
|
|
4598
4620
|
{
|
|
4599
|
-
"name": "--cdr-
|
|
4600
|
-
"defaultValue": "--cdr-color-
|
|
4601
|
-
"description": "
|
|
4621
|
+
"name": "--cdr-table-text-cell-color",
|
|
4622
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4623
|
+
"description": "Text color of the table cells"
|
|
4602
4624
|
},
|
|
4603
4625
|
{
|
|
4604
|
-
"name": "--cdr-
|
|
4605
|
-
"defaultValue": "--cdr-color-
|
|
4606
|
-
"description": "
|
|
4626
|
+
"name": "--cdr-table-border-color-default",
|
|
4627
|
+
"defaultValue": "--cdr-color-border-table-default",
|
|
4628
|
+
"description": "Default border color of the table"
|
|
4607
4629
|
},
|
|
4608
4630
|
{
|
|
4609
|
-
"name": "--cdr-
|
|
4610
|
-
"defaultValue": "--cdr-color-
|
|
4611
|
-
"description": "
|
|
4631
|
+
"name": "--cdr-table-head-border-default",
|
|
4632
|
+
"defaultValue": "--cdr-color-border-table-head",
|
|
4633
|
+
"description": "Head border color of the table"
|
|
4612
4634
|
},
|
|
4613
4635
|
{
|
|
4614
|
-
"name": "--cdr-
|
|
4615
|
-
"defaultValue": "--cdr-color-
|
|
4616
|
-
"description": "
|
|
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"
|
|
4617
4639
|
},
|
|
4618
4640
|
{
|
|
4619
|
-
"name": "--cdr-
|
|
4620
|
-
"defaultValue": "--cdr-color-background-
|
|
4621
|
-
"description": "Background color of
|
|
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"
|
|
4622
4644
|
},
|
|
4623
4645
|
{
|
|
4624
|
-
"name": "--cdr-
|
|
4625
|
-
"defaultValue": "--cdr-color-
|
|
4626
|
-
"description": "
|
|
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"
|
|
4627
4649
|
},
|
|
4628
4650
|
{
|
|
4629
|
-
"name": "--cdr-
|
|
4630
|
-
"defaultValue": "--cdr-color-background-
|
|
4631
|
-
"description": "Background color of
|
|
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"
|
|
4632
4654
|
},
|
|
4633
4655
|
{
|
|
4634
|
-
"name": "--cdr-
|
|
4635
|
-
"defaultValue": "--cdr-color-
|
|
4636
|
-
"description": "
|
|
4637
|
-
}
|
|
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",
|
|
4665
|
+
"tags": {},
|
|
4666
|
+
"exportName": "default",
|
|
4667
|
+
"displayName": "CdrText",
|
|
4668
|
+
"props": [
|
|
4638
4669
|
{
|
|
4639
|
-
"name": "
|
|
4640
|
-
"
|
|
4641
|
-
"
|
|
4642
|
-
|
|
4670
|
+
"name": "tag",
|
|
4671
|
+
"description": "Sets the HTML tag (p, span, h1, h2, etc)",
|
|
4672
|
+
"type": {
|
|
4673
|
+
"name": "string"
|
|
4674
|
+
},
|
|
4675
|
+
"defaultValue": {
|
|
4676
|
+
"func": false,
|
|
4677
|
+
"value": "'p'"
|
|
4678
|
+
}
|
|
4679
|
+
}
|
|
4680
|
+
],
|
|
4681
|
+
"slots": [
|
|
4643
4682
|
{
|
|
4644
|
-
"name": "
|
|
4645
|
-
"
|
|
4646
|
-
|
|
4647
|
-
|
|
4683
|
+
"name": "default",
|
|
4684
|
+
"description": "CdrText content"
|
|
4685
|
+
}
|
|
4686
|
+
],
|
|
4687
|
+
"sourceFiles": [
|
|
4688
|
+
"./src/components/text/CdrText.vue"
|
|
4689
|
+
],
|
|
4690
|
+
"UIProperties": [
|
|
4648
4691
|
{
|
|
4649
|
-
"name": "--cdr-
|
|
4650
|
-
"defaultValue": "--cdr-color-
|
|
4651
|
-
"description": "
|
|
4652
|
-
}
|
|
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": [
|
|
4653
4705
|
{
|
|
4654
|
-
"name": "
|
|
4655
|
-
"
|
|
4656
|
-
"
|
|
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"
|
|
4657
4731
|
},
|
|
4658
4732
|
{
|
|
4659
|
-
"name": "--cdr-
|
|
4660
|
-
"defaultValue": "
|
|
4661
|
-
"description": "
|
|
4733
|
+
"name": "--cdr-skeleton-gradient-1",
|
|
4734
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4735
|
+
"description": "Skeleton shimmer gradient part 1"
|
|
4662
4736
|
},
|
|
4663
4737
|
{
|
|
4664
|
-
"name": "--cdr-
|
|
4665
|
-
"defaultValue": "
|
|
4666
|
-
"description": "
|
|
4738
|
+
"name": "--cdr-skeleton-gradient-2",
|
|
4739
|
+
"defaultValue": "rgba(249,248,240,1)",
|
|
4740
|
+
"description": "Skeleton shimmer gradient part 2"
|
|
4667
4741
|
},
|
|
4668
4742
|
{
|
|
4669
|
-
"name": "--cdr-
|
|
4670
|
-
"defaultValue": "
|
|
4671
|
-
"description": "
|
|
4743
|
+
"name": "--cdr-skeleton-gradient-3",
|
|
4744
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4745
|
+
"description": "Skeleton shimmer gradient part 3"
|
|
4672
4746
|
}
|
|
4673
4747
|
]
|
|
4674
4748
|
},
|
|
@@ -4834,141 +4908,100 @@
|
|
|
4834
4908
|
{
|
|
4835
4909
|
"name": "--cdr-tabs-keyline-background-color",
|
|
4836
4910
|
"defaultValue": "--cdr-color-border-tab-keyline-active",
|
|
4837
|
-
"description": "Background color of the cdr-tabs keyline"
|
|
4838
|
-
},
|
|
4839
|
-
{
|
|
4840
|
-
"name": "--cdr-tabs-no-border-border-color",
|
|
4841
|
-
"defaultValue": "transparent",
|
|
4842
|
-
"description": "Border color of the cdr-tabs with no-border modifier"
|
|
4843
|
-
}
|
|
4844
|
-
]
|
|
4845
|
-
},
|
|
4846
|
-
"CdrToggleGroup": {
|
|
4847
|
-
"name": "CdrToggleGroup",
|
|
4848
|
-
"exportName": "default",
|
|
4849
|
-
"displayName": "CdrToggleGroup",
|
|
4850
|
-
"description": "",
|
|
4851
|
-
"tags": {},
|
|
4852
|
-
"props": [
|
|
4853
|
-
{
|
|
4854
|
-
"name": "modelValue",
|
|
4855
|
-
"tags": {
|
|
4856
|
-
"ignore": [
|
|
4857
|
-
{
|
|
4858
|
-
"description": true,
|
|
4859
|
-
"title": "ignore"
|
|
4860
|
-
}
|
|
4861
|
-
]
|
|
4862
|
-
},
|
|
4863
|
-
"type": {
|
|
4864
|
-
"name": "string|number|boolean|object|array"
|
|
4865
|
-
},
|
|
4866
|
-
"required": true
|
|
4867
|
-
},
|
|
4868
|
-
{
|
|
4869
|
-
"name": "size",
|
|
4870
|
-
"description": "Sets toggle button size",
|
|
4871
|
-
"tags": {
|
|
4872
|
-
"demoSelectMultiple": [
|
|
4873
|
-
{
|
|
4874
|
-
"description": "false",
|
|
4875
|
-
"title": "demoSelectMultiple"
|
|
4876
|
-
}
|
|
4877
|
-
]
|
|
4878
|
-
},
|
|
4879
|
-
"values": [
|
|
4880
|
-
"medium",
|
|
4881
|
-
"large"
|
|
4882
|
-
],
|
|
4883
|
-
"type": {
|
|
4884
|
-
"name": "string"
|
|
4885
|
-
},
|
|
4886
|
-
"defaultValue": {
|
|
4887
|
-
"func": false,
|
|
4888
|
-
"value": "'medium'"
|
|
4889
|
-
}
|
|
4890
|
-
}
|
|
4891
|
-
],
|
|
4892
|
-
"events": [
|
|
4893
|
-
{
|
|
4894
|
-
"name": "update:modelValue",
|
|
4895
|
-
"description": "Event emitted by v-model",
|
|
4896
|
-
"properties": [
|
|
4897
|
-
{
|
|
4898
|
-
"type": {
|
|
4899
|
-
"names": [
|
|
4900
|
-
"mixed"
|
|
4901
|
-
]
|
|
4902
|
-
},
|
|
4903
|
-
"name": "modelValue"
|
|
4904
|
-
}
|
|
4905
|
-
],
|
|
4906
|
-
"tags": [
|
|
4907
|
-
{
|
|
4908
|
-
"title": "param",
|
|
4909
|
-
"type": {
|
|
4910
|
-
"name": "mixed"
|
|
4911
|
-
},
|
|
4912
|
-
"name": "modelValue"
|
|
4913
|
-
}
|
|
4914
|
-
]
|
|
4915
|
-
}
|
|
4916
|
-
],
|
|
4917
|
-
"slots": [
|
|
4918
|
-
{
|
|
4919
|
-
"name": "default",
|
|
4920
|
-
"description": "CdrToggleGroup content (CdrToggleButton components)"
|
|
4921
|
-
}
|
|
4922
|
-
],
|
|
4923
|
-
"sourceFiles": [
|
|
4924
|
-
"./src/components/toggleButton/CdrToggleGroup.vue"
|
|
4925
|
-
],
|
|
4926
|
-
"UIProperties": [
|
|
4927
|
-
{
|
|
4928
|
-
"name": "--cdr-toggle-group-border-color",
|
|
4929
|
-
"defaultValue": "--cdr-color-border-primary",
|
|
4930
|
-
"description": "Border color of the cdr-toggle-group"
|
|
4911
|
+
"description": "Background color of the cdr-tabs keyline"
|
|
4931
4912
|
},
|
|
4932
4913
|
{
|
|
4933
|
-
"name": "--cdr-
|
|
4934
|
-
"defaultValue": "
|
|
4935
|
-
"description": "
|
|
4914
|
+
"name": "--cdr-tabs-no-border-border-color",
|
|
4915
|
+
"defaultValue": "transparent",
|
|
4916
|
+
"description": "Border color of the cdr-tabs with no-border modifier"
|
|
4936
4917
|
}
|
|
4937
4918
|
]
|
|
4938
4919
|
},
|
|
4939
|
-
"
|
|
4940
|
-
"name": "
|
|
4941
|
-
"description": "
|
|
4920
|
+
"CdrToggleButton": {
|
|
4921
|
+
"name": "CdrToggleButton",
|
|
4922
|
+
"description": "Permits switching two or more options on and off",
|
|
4942
4923
|
"tags": {},
|
|
4943
4924
|
"exportName": "default",
|
|
4944
|
-
"displayName": "
|
|
4925
|
+
"displayName": "CdrToggleButton",
|
|
4945
4926
|
"props": [
|
|
4946
4927
|
{
|
|
4947
|
-
"name": "
|
|
4948
|
-
"description": "Sets the
|
|
4928
|
+
"name": "toggleValue",
|
|
4929
|
+
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
4949
4930
|
"type": {
|
|
4950
4931
|
"name": "string"
|
|
4951
4932
|
},
|
|
4952
|
-
"
|
|
4953
|
-
"func": false,
|
|
4954
|
-
"value": "'p'"
|
|
4955
|
-
}
|
|
4933
|
+
"required": true
|
|
4956
4934
|
}
|
|
4957
4935
|
],
|
|
4958
4936
|
"slots": [
|
|
4959
4937
|
{
|
|
4960
4938
|
"name": "default",
|
|
4961
|
-
"description": "
|
|
4939
|
+
"description": "CdrToggleButton label content"
|
|
4962
4940
|
}
|
|
4963
4941
|
],
|
|
4964
4942
|
"sourceFiles": [
|
|
4965
|
-
"./src/components/
|
|
4943
|
+
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
4966
4944
|
],
|
|
4967
4945
|
"UIProperties": [
|
|
4968
4946
|
{
|
|
4969
|
-
"name": "--cdr-
|
|
4970
|
-
"defaultValue": "--cdr-color-text-
|
|
4971
|
-
"description": "
|
|
4947
|
+
"name": "--cdr-toggle-button-color-default-rest",
|
|
4948
|
+
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
4949
|
+
"description": "Default text color of the cdr-toggle-button"
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
4953
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
4954
|
+
"description": "Default background color of the cdr-toggle-button"
|
|
4955
|
+
},
|
|
4956
|
+
{
|
|
4957
|
+
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
4958
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
4959
|
+
"description": "Focus border color of the cdr-toggle-button"
|
|
4960
|
+
},
|
|
4961
|
+
{
|
|
4962
|
+
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
4963
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
4964
|
+
"description": "Focus background color of the cdr-toggle-button"
|
|
4965
|
+
},
|
|
4966
|
+
{
|
|
4967
|
+
"name": "--cdr-toggle-button-icon-fill-default",
|
|
4968
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
4969
|
+
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
4970
|
+
},
|
|
4971
|
+
{
|
|
4972
|
+
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
4973
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
4974
|
+
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
4975
|
+
},
|
|
4976
|
+
{
|
|
4977
|
+
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
4978
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
4979
|
+
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
4980
|
+
},
|
|
4981
|
+
{
|
|
4982
|
+
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
4983
|
+
"defaultValue": "--cdr-color-icon-emphasis",
|
|
4984
|
+
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
4985
|
+
},
|
|
4986
|
+
{
|
|
4987
|
+
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
4988
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
4989
|
+
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
4990
|
+
},
|
|
4991
|
+
{
|
|
4992
|
+
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
4993
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
4994
|
+
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
4998
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
4999
|
+
"description": "Background color of the cdr-toggle-button on hover"
|
|
5000
|
+
},
|
|
5001
|
+
{
|
|
5002
|
+
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5003
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5004
|
+
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
4972
5005
|
}
|
|
4973
5006
|
]
|
|
4974
5007
|
},
|
|
@@ -5196,16 +5229,31 @@
|
|
|
5196
5229
|
}
|
|
5197
5230
|
]
|
|
5198
5231
|
},
|
|
5199
|
-
"
|
|
5200
|
-
"name": "
|
|
5232
|
+
"CdrToggleGroup": {
|
|
5233
|
+
"name": "CdrToggleGroup",
|
|
5201
5234
|
"exportName": "default",
|
|
5202
|
-
"displayName": "
|
|
5235
|
+
"displayName": "CdrToggleGroup",
|
|
5203
5236
|
"description": "",
|
|
5204
5237
|
"tags": {},
|
|
5205
5238
|
"props": [
|
|
5206
5239
|
{
|
|
5207
|
-
"name": "
|
|
5208
|
-
"
|
|
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",
|
|
5209
5257
|
"tags": {
|
|
5210
5258
|
"demoSelectMultiple": [
|
|
5211
5259
|
{
|
|
@@ -5215,23 +5263,63 @@
|
|
|
5215
5263
|
]
|
|
5216
5264
|
},
|
|
5217
5265
|
"values": [
|
|
5218
|
-
"
|
|
5219
|
-
"
|
|
5220
|
-
"line",
|
|
5221
|
-
"rectangle",
|
|
5222
|
-
"square"
|
|
5266
|
+
"medium",
|
|
5267
|
+
"large"
|
|
5223
5268
|
],
|
|
5224
5269
|
"type": {
|
|
5225
5270
|
"name": "string"
|
|
5226
5271
|
},
|
|
5227
5272
|
"defaultValue": {
|
|
5228
5273
|
"func": false,
|
|
5229
|
-
"value": "'
|
|
5274
|
+
"value": "'medium'"
|
|
5230
5275
|
}
|
|
5231
5276
|
}
|
|
5232
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
|
+
],
|
|
5233
5309
|
"sourceFiles": [
|
|
5234
|
-
"./src/components/
|
|
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
|
+
}
|
|
5235
5323
|
]
|
|
5236
5324
|
},
|
|
5237
5325
|
"CdrTooltip": {
|
|
@@ -5364,93 +5452,5 @@
|
|
|
5364
5452
|
"description": "Background color of the cdr-popup arrow"
|
|
5365
5453
|
}
|
|
5366
5454
|
]
|
|
5367
|
-
},
|
|
5368
|
-
"CdrToggleButton": {
|
|
5369
|
-
"name": "CdrToggleButton",
|
|
5370
|
-
"description": "Permits switching two or more options on and off",
|
|
5371
|
-
"tags": {},
|
|
5372
|
-
"exportName": "default",
|
|
5373
|
-
"displayName": "CdrToggleButton",
|
|
5374
|
-
"props": [
|
|
5375
|
-
{
|
|
5376
|
-
"name": "toggleValue",
|
|
5377
|
-
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
5378
|
-
"type": {
|
|
5379
|
-
"name": "string"
|
|
5380
|
-
},
|
|
5381
|
-
"required": true
|
|
5382
|
-
}
|
|
5383
|
-
],
|
|
5384
|
-
"slots": [
|
|
5385
|
-
{
|
|
5386
|
-
"name": "default",
|
|
5387
|
-
"description": "CdrToggleButton label content"
|
|
5388
|
-
}
|
|
5389
|
-
],
|
|
5390
|
-
"sourceFiles": [
|
|
5391
|
-
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
5392
|
-
],
|
|
5393
|
-
"UIProperties": [
|
|
5394
|
-
{
|
|
5395
|
-
"name": "--cdr-toggle-button-color-default-rest",
|
|
5396
|
-
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
5397
|
-
"description": "Default text color of the cdr-toggle-button"
|
|
5398
|
-
},
|
|
5399
|
-
{
|
|
5400
|
-
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
5401
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
5402
|
-
"description": "Default background color of the cdr-toggle-button"
|
|
5403
|
-
},
|
|
5404
|
-
{
|
|
5405
|
-
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
5406
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
5407
|
-
"description": "Focus border color of the cdr-toggle-button"
|
|
5408
|
-
},
|
|
5409
|
-
{
|
|
5410
|
-
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
5411
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
5412
|
-
"description": "Focus background color of the cdr-toggle-button"
|
|
5413
|
-
},
|
|
5414
|
-
{
|
|
5415
|
-
"name": "--cdr-toggle-button-icon-fill-default",
|
|
5416
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
5417
|
-
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
5418
|
-
},
|
|
5419
|
-
{
|
|
5420
|
-
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
5421
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
5422
|
-
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
5423
|
-
},
|
|
5424
|
-
{
|
|
5425
|
-
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
5426
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
5427
|
-
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
5428
|
-
},
|
|
5429
|
-
{
|
|
5430
|
-
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
5431
|
-
"defaultValue": "--cdr-color-icon-emphasis",
|
|
5432
|
-
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
5433
|
-
},
|
|
5434
|
-
{
|
|
5435
|
-
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
5436
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5437
|
-
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
5438
|
-
},
|
|
5439
|
-
{
|
|
5440
|
-
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
5441
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
5442
|
-
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
5443
|
-
},
|
|
5444
|
-
{
|
|
5445
|
-
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
5446
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
5447
|
-
"description": "Background color of the cdr-toggle-button on hover"
|
|
5448
|
-
},
|
|
5449
|
-
{
|
|
5450
|
-
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5451
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5452
|
-
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
5453
|
-
}
|
|
5454
|
-
]
|
|
5455
5455
|
}
|
|
5456
5456
|
}
|