@rei/cedar 14.0.1 → 14.0.2-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cedar-compiled.css +1050 -1050
- package/dist/cedar.umd.js +14 -14
- package/dist/component-docgen.json +1434 -1434
- package/dist/icon-component-docgen.json +512 -512
- 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,6 +163,43 @@
|
|
|
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
|
+
},
|
|
166
203
|
"CdrBanner": {
|
|
167
204
|
"name": "CdrBanner",
|
|
168
205
|
"description": "Provides contextual feedback messages for typical user actions",
|
|
@@ -365,41 +402,184 @@
|
|
|
365
402
|
}
|
|
366
403
|
]
|
|
367
404
|
},
|
|
368
|
-
"
|
|
369
|
-
"name": "
|
|
370
|
-
"
|
|
371
|
-
"displayName": "CdrAccordionGroup",
|
|
372
|
-
"description": "",
|
|
405
|
+
"CdrBreadcrumb": {
|
|
406
|
+
"name": "CdrBreadcrumb",
|
|
407
|
+
"description": "Navigation used to reveal a page's location within the site hierarchy",
|
|
373
408
|
"tags": {},
|
|
409
|
+
"exportName": "default",
|
|
410
|
+
"displayName": "CdrBreadcrumb",
|
|
374
411
|
"props": [
|
|
375
412
|
{
|
|
376
|
-
"name": "
|
|
377
|
-
"description": "
|
|
378
|
-
"tags": {
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
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
|
+
},
|
|
386
423
|
"type": {
|
|
387
|
-
"name": "
|
|
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"
|
|
388
436
|
},
|
|
389
437
|
"defaultValue": {
|
|
390
438
|
"func": false,
|
|
391
|
-
"value":
|
|
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"
|
|
392
455
|
}
|
|
393
456
|
}
|
|
394
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
|
+
],
|
|
395
485
|
"slots": [
|
|
396
486
|
{
|
|
397
|
-
"name": "
|
|
398
|
-
"
|
|
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
|
+
]
|
|
399
503
|
}
|
|
400
504
|
],
|
|
401
505
|
"sourceFiles": [
|
|
402
|
-
"./src/components/
|
|
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
|
+
}
|
|
403
583
|
]
|
|
404
584
|
},
|
|
405
585
|
"CdrButton": {
|
|
@@ -1104,183 +1284,134 @@
|
|
|
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": "
|
|
1113
|
-
"
|
|
1292
|
+
"displayName": "CdrChip",
|
|
1293
|
+
"slots": [
|
|
1114
1294
|
{
|
|
1115
|
-
"name": "
|
|
1116
|
-
"description": "
|
|
1117
|
-
"tags": {
|
|
1118
|
-
"demoIgnore": [
|
|
1119
|
-
{
|
|
1120
|
-
"description": "true",
|
|
1121
|
-
"title": "demoIgnore"
|
|
1122
|
-
}
|
|
1123
|
-
]
|
|
1124
|
-
},
|
|
1125
|
-
"type": {
|
|
1126
|
-
"name": "breadcrumbItem[]"
|
|
1127
|
-
},
|
|
1128
|
-
"defaultValue": {
|
|
1129
|
-
"func": true,
|
|
1130
|
-
"value": "() => []"
|
|
1131
|
-
}
|
|
1295
|
+
"name": "icon-left",
|
|
1296
|
+
"description": "Icon to the left of the content"
|
|
1132
1297
|
},
|
|
1133
1298
|
{
|
|
1134
|
-
"name": "
|
|
1135
|
-
"description": "
|
|
1136
|
-
"type": {
|
|
1137
|
-
"name": "boolean"
|
|
1138
|
-
},
|
|
1139
|
-
"defaultValue": {
|
|
1140
|
-
"func": false,
|
|
1141
|
-
"value": true
|
|
1142
|
-
}
|
|
1299
|
+
"name": "icon-right",
|
|
1300
|
+
"description": "Icon to the right of the content"
|
|
1143
1301
|
},
|
|
1144
1302
|
{
|
|
1145
|
-
"name": "
|
|
1146
|
-
"description": "
|
|
1147
|
-
"tags": {
|
|
1148
|
-
"demoIgnore": [
|
|
1149
|
-
{
|
|
1150
|
-
"description": "true",
|
|
1151
|
-
"title": "demoIgnore"
|
|
1152
|
-
}
|
|
1153
|
-
]
|
|
1154
|
-
},
|
|
1155
|
-
"type": {
|
|
1156
|
-
"name": "string"
|
|
1157
|
-
}
|
|
1158
|
-
}
|
|
1159
|
-
],
|
|
1160
|
-
"events": [
|
|
1161
|
-
{
|
|
1162
|
-
"name": "navigate",
|
|
1163
|
-
"description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
|
|
1164
|
-
"properties": [
|
|
1165
|
-
{
|
|
1166
|
-
"type": {
|
|
1167
|
-
"names": [
|
|
1168
|
-
"mixed"
|
|
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
|
-
]
|
|
1185
|
-
}
|
|
1186
|
-
],
|
|
1187
|
-
"slots": [
|
|
1188
|
-
{
|
|
1189
|
-
"name": "link",
|
|
1190
|
-
"scoped": true,
|
|
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
|
-
]
|
|
1303
|
+
"name": "default",
|
|
1304
|
+
"description": "Primary CdrChip content"
|
|
1205
1305
|
}
|
|
1206
1306
|
],
|
|
1207
1307
|
"sourceFiles": [
|
|
1208
|
-
"./src/components/
|
|
1308
|
+
"./src/components/chip/CdrChip.vue"
|
|
1209
1309
|
],
|
|
1210
1310
|
"UIProperties": [
|
|
1211
1311
|
{
|
|
1212
|
-
"name": "--cdr-
|
|
1213
|
-
"defaultValue": "--cdr-color-text-
|
|
1214
|
-
"description": "
|
|
1312
|
+
"name": "--cdr-chip-text-color",
|
|
1313
|
+
"defaultValue": "--cdr-color-text-chip-default",
|
|
1314
|
+
"description": "Text color of a cdr-chip"
|
|
1215
1315
|
},
|
|
1216
1316
|
{
|
|
1217
|
-
"name": "--cdr-
|
|
1218
|
-
"defaultValue": "--cdr-color-text-
|
|
1219
|
-
"description": "
|
|
1317
|
+
"name": "--cdr-chip-fill-color",
|
|
1318
|
+
"defaultValue": "--cdr-color-text-chip-default",
|
|
1319
|
+
"description": "Fill color of a cdr-chip"
|
|
1220
1320
|
},
|
|
1221
1321
|
{
|
|
1222
|
-
"name": "--cdr-
|
|
1223
|
-
"defaultValue": "--cdr-color-
|
|
1224
|
-
"description": "
|
|
1322
|
+
"name": "--cdr-chip-background-color-rest",
|
|
1323
|
+
"defaultValue": "--cdr-color-background-chip-default-rest",
|
|
1324
|
+
"description": "Background color of a cdr-chip"
|
|
1225
1325
|
},
|
|
1226
1326
|
{
|
|
1227
|
-
"name": "--cdr-
|
|
1228
|
-
"defaultValue": "--cdr-color-
|
|
1229
|
-
"description": "
|
|
1230
|
-
}
|
|
1231
|
-
]
|
|
1232
|
-
},
|
|
1233
|
-
"CdrCaption": {
|
|
1234
|
-
"name": "CdrCaption",
|
|
1235
|
-
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
1236
|
-
"tags": {},
|
|
1237
|
-
"exportName": "default",
|
|
1238
|
-
"displayName": "CdrCaption",
|
|
1239
|
-
"props": [
|
|
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
|
+
},
|
|
1240
1331
|
{
|
|
1241
|
-
"name": "
|
|
1242
|
-
"
|
|
1243
|
-
"
|
|
1244
|
-
"demoIgnore": [
|
|
1245
|
-
{
|
|
1246
|
-
"description": "true",
|
|
1247
|
-
"title": "demoIgnore"
|
|
1248
|
-
}
|
|
1249
|
-
]
|
|
1250
|
-
},
|
|
1251
|
-
"type": {
|
|
1252
|
-
"name": "string"
|
|
1253
|
-
}
|
|
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"
|
|
1254
1335
|
},
|
|
1255
1336
|
{
|
|
1256
|
-
"name": "
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1259
|
-
|
|
1260
|
-
{
|
|
1261
|
-
"description": "true",
|
|
1262
|
-
"title": "demoIgnore"
|
|
1263
|
-
}
|
|
1264
|
-
]
|
|
1265
|
-
},
|
|
1266
|
-
"type": {
|
|
1267
|
-
"name": "string"
|
|
1268
|
-
}
|
|
1269
|
-
}
|
|
1270
|
-
],
|
|
1271
|
-
"sourceFiles": [
|
|
1272
|
-
"./src/components/caption/CdrCaption.vue"
|
|
1273
|
-
],
|
|
1274
|
-
"UIProperties": [
|
|
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
|
+
},
|
|
1275
1341
|
{
|
|
1276
|
-
"name": "--cdr-
|
|
1277
|
-
"defaultValue": "--cdr-color-text-
|
|
1278
|
-
"description": "Text color of a cdr-
|
|
1342
|
+
"name": "--cdr-chip-text-color-disabled",
|
|
1343
|
+
"defaultValue": "--cdr-color-text-chip-disabled",
|
|
1344
|
+
"description": "Text color of a cdr-chip when disabled"
|
|
1279
1345
|
},
|
|
1280
1346
|
{
|
|
1281
|
-
"name": "--cdr-
|
|
1282
|
-
"defaultValue": "--cdr-color-
|
|
1283
|
-
"description": "
|
|
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"
|
|
1284
1415
|
}
|
|
1285
1416
|
]
|
|
1286
1417
|
},
|
|
@@ -1335,39 +1466,80 @@
|
|
|
1335
1466
|
}
|
|
1336
1467
|
]
|
|
1337
1468
|
},
|
|
1338
|
-
"
|
|
1339
|
-
"name": "
|
|
1340
|
-
"description": "Allows selecting one or more items from a list",
|
|
1341
|
-
"tags": {},
|
|
1469
|
+
"CdrChipGroup": {
|
|
1470
|
+
"name": "CdrChipGroup",
|
|
1342
1471
|
"exportName": "default",
|
|
1343
|
-
"displayName": "
|
|
1472
|
+
"displayName": "CdrChipGroup",
|
|
1473
|
+
"description": "",
|
|
1474
|
+
"tags": {},
|
|
1344
1475
|
"props": [
|
|
1345
1476
|
{
|
|
1346
|
-
"name": "
|
|
1347
|
-
"description": "
|
|
1348
|
-
"type": {
|
|
1349
|
-
"name": "string"
|
|
1350
|
-
}
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"name": "inputClass",
|
|
1354
|
-
"description": "Passes a CSS class to the input for custom styles",
|
|
1355
|
-
"type": {
|
|
1356
|
-
"name": "string"
|
|
1357
|
-
}
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"name": "contentClass",
|
|
1361
|
-
"description": "Passes a CSS class to the slot wrapper for custom styles",
|
|
1477
|
+
"name": "label",
|
|
1478
|
+
"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.",
|
|
1362
1479
|
"type": {
|
|
1363
1480
|
"name": "string"
|
|
1364
|
-
}
|
|
1481
|
+
},
|
|
1482
|
+
"required": true
|
|
1365
1483
|
},
|
|
1366
1484
|
{
|
|
1367
|
-
"name": "
|
|
1368
|
-
"description": "
|
|
1485
|
+
"name": "hideLabel",
|
|
1486
|
+
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
1369
1487
|
"type": {
|
|
1370
|
-
"name": "boolean
|
|
1488
|
+
"name": "boolean"
|
|
1489
|
+
},
|
|
1490
|
+
"defaultValue": {
|
|
1491
|
+
"func": false,
|
|
1492
|
+
"value": true
|
|
1493
|
+
}
|
|
1494
|
+
}
|
|
1495
|
+
],
|
|
1496
|
+
"slots": [
|
|
1497
|
+
{
|
|
1498
|
+
"name": "label",
|
|
1499
|
+
"description": "Override CdrChip label content with a custom element"
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"name": "default",
|
|
1503
|
+
"description": "CdrChipGroup content (CdrChip components)"
|
|
1504
|
+
}
|
|
1505
|
+
],
|
|
1506
|
+
"sourceFiles": [
|
|
1507
|
+
"./src/components/chip/CdrChipGroup.vue"
|
|
1508
|
+
]
|
|
1509
|
+
},
|
|
1510
|
+
"CdrCheckbox": {
|
|
1511
|
+
"name": "CdrCheckbox",
|
|
1512
|
+
"description": "Allows selecting one or more items from a list",
|
|
1513
|
+
"tags": {},
|
|
1514
|
+
"exportName": "default",
|
|
1515
|
+
"displayName": "CdrCheckbox",
|
|
1516
|
+
"props": [
|
|
1517
|
+
{
|
|
1518
|
+
"name": "labelClass",
|
|
1519
|
+
"description": "Passes a CSS class to the label for custom styles",
|
|
1520
|
+
"type": {
|
|
1521
|
+
"name": "string"
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"name": "inputClass",
|
|
1526
|
+
"description": "Passes a CSS class to the input for custom styles",
|
|
1527
|
+
"type": {
|
|
1528
|
+
"name": "string"
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"name": "contentClass",
|
|
1533
|
+
"description": "Passes a CSS class to the slot wrapper for custom styles",
|
|
1534
|
+
"type": {
|
|
1535
|
+
"name": "string"
|
|
1536
|
+
}
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"name": "indeterminate",
|
|
1540
|
+
"description": "Show checkbox in indeterminate state. (NOTE: this is a visual-only state and there is no logic for when to show it)",
|
|
1541
|
+
"type": {
|
|
1542
|
+
"name": "boolean|string"
|
|
1371
1543
|
},
|
|
1372
1544
|
"defaultValue": {
|
|
1373
1545
|
"func": false,
|
|
@@ -1593,178 +1765,6 @@
|
|
|
1593
1765
|
}
|
|
1594
1766
|
]
|
|
1595
1767
|
},
|
|
1596
|
-
"CdrChip": {
|
|
1597
|
-
"name": "CdrChip",
|
|
1598
|
-
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
1599
|
-
"tags": {},
|
|
1600
|
-
"exportName": "default",
|
|
1601
|
-
"displayName": "CdrChip",
|
|
1602
|
-
"slots": [
|
|
1603
|
-
{
|
|
1604
|
-
"name": "icon-left",
|
|
1605
|
-
"description": "Icon to the left of the content"
|
|
1606
|
-
},
|
|
1607
|
-
{
|
|
1608
|
-
"name": "icon-right",
|
|
1609
|
-
"description": "Icon to the right of the content"
|
|
1610
|
-
},
|
|
1611
|
-
{
|
|
1612
|
-
"name": "default",
|
|
1613
|
-
"description": "Primary CdrChip content"
|
|
1614
|
-
}
|
|
1615
|
-
],
|
|
1616
|
-
"sourceFiles": [
|
|
1617
|
-
"./src/components/chip/CdrChip.vue"
|
|
1618
|
-
],
|
|
1619
|
-
"UIProperties": [
|
|
1620
|
-
{
|
|
1621
|
-
"name": "--cdr-chip-text-color",
|
|
1622
|
-
"defaultValue": "--cdr-color-text-chip-default",
|
|
1623
|
-
"description": "Text color of a cdr-chip"
|
|
1624
|
-
},
|
|
1625
|
-
{
|
|
1626
|
-
"name": "--cdr-chip-fill-color",
|
|
1627
|
-
"defaultValue": "--cdr-color-text-chip-default",
|
|
1628
|
-
"description": "Fill color of a cdr-chip"
|
|
1629
|
-
},
|
|
1630
|
-
{
|
|
1631
|
-
"name": "--cdr-chip-background-color-rest",
|
|
1632
|
-
"defaultValue": "--cdr-color-background-chip-default-rest",
|
|
1633
|
-
"description": "Background color of a cdr-chip"
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"name": "--cdr-chip-box-shadow-color-rest",
|
|
1637
|
-
"defaultValue": "--cdr-color-border-chip-default-rest",
|
|
1638
|
-
"description": "Box-shadow color of a cdr-chip"
|
|
1639
|
-
},
|
|
1640
|
-
{
|
|
1641
|
-
"name": "--cdr-chip-background-color-disabled",
|
|
1642
|
-
"defaultValue": "--cdr-color-background-chip-default-disabled",
|
|
1643
|
-
"description": "Background color of a cdr-chip when disabled"
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"name": "--cdr-chip-box-shadow-color-disabled",
|
|
1647
|
-
"defaultValue": "--cdr-color-border-chip-default-disabled",
|
|
1648
|
-
"description": "Box-shadow color of a cdr-chip when disabled"
|
|
1649
|
-
},
|
|
1650
|
-
{
|
|
1651
|
-
"name": "--cdr-chip-text-color-disabled",
|
|
1652
|
-
"defaultValue": "--cdr-color-text-chip-disabled",
|
|
1653
|
-
"description": "Text color of a cdr-chip when disabled"
|
|
1654
|
-
},
|
|
1655
|
-
{
|
|
1656
|
-
"name": "--cdr-chip-background-color-hover",
|
|
1657
|
-
"defaultValue": "--cdr-color-background-chip-default-hover",
|
|
1658
|
-
"description": "Background color of a cdr-chip on hover"
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"name": "--cdr-chip-box-shadow-color-hover",
|
|
1662
|
-
"defaultValue": "--cdr-color-border-chip-default-hover",
|
|
1663
|
-
"description": "Box-shadow color of a cdr-chip on hover"
|
|
1664
|
-
},
|
|
1665
|
-
{
|
|
1666
|
-
"name": "--cdr-chip-background-color-focus",
|
|
1667
|
-
"defaultValue": "--cdr-color-background-chip-default-focus",
|
|
1668
|
-
"description": "Background color of a cdr-chip on focus"
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
"name": "--cdr-chip-box-shadow-color-focus",
|
|
1672
|
-
"defaultValue": "--cdr-color-border-chip-default-focus",
|
|
1673
|
-
"description": "Box-shadow color of a cdr-chip on focus"
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"name": "--cdr-chip-background-color-active",
|
|
1677
|
-
"defaultValue": "--cdr-color-background-chip-default-active",
|
|
1678
|
-
"description": "Background color of a cdr-chip when active"
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
"name": "--cdr-chip-box-shadow-color-active",
|
|
1682
|
-
"defaultValue": "--cdr-color-border-chip-default-active",
|
|
1683
|
-
"description": "Box-shadow color of a cdr-chip when active"
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
"name": "--cdr-chip-background-color-selected-rest",
|
|
1687
|
-
"defaultValue": "--cdr-color-background-chip-default-selected",
|
|
1688
|
-
"description": "Background color of a cdr-chip when selected"
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"name": "--cdr-chip-box-shadow-color-selected-rest",
|
|
1692
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-rest",
|
|
1693
|
-
"description": "Box-shadow color of a cdr-chip when selected"
|
|
1694
|
-
},
|
|
1695
|
-
{
|
|
1696
|
-
"name": "--cdr-chip-background-color-selected-hover",
|
|
1697
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-hover",
|
|
1698
|
-
"description": "Background color of a cdr-chip when selected and hovered"
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
"name": "--cdr-chip-box-shadow-color-selected-hover",
|
|
1702
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-hover",
|
|
1703
|
-
"description": "Box-shadow color of a cdr-chip when selected and hovered"
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
"name": "--cdr-chip-background-color-selected-focus",
|
|
1707
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-focus",
|
|
1708
|
-
"description": "Background color of a cdr-chip when selected and focused"
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1712
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1713
|
-
"description": "Box-shadow color of a cdr-chip when selected and focused"
|
|
1714
|
-
},
|
|
1715
|
-
{
|
|
1716
|
-
"name": "--cdr-chip-background-color-selected-active",
|
|
1717
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-active",
|
|
1718
|
-
"description": "Background color of a cdr-chip when selected and active"
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1722
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1723
|
-
"description": "Box-shadow color of a cdr-chip when selected and active"
|
|
1724
|
-
}
|
|
1725
|
-
]
|
|
1726
|
-
},
|
|
1727
|
-
"CdrChipGroup": {
|
|
1728
|
-
"name": "CdrChipGroup",
|
|
1729
|
-
"exportName": "default",
|
|
1730
|
-
"displayName": "CdrChipGroup",
|
|
1731
|
-
"description": "",
|
|
1732
|
-
"tags": {},
|
|
1733
|
-
"props": [
|
|
1734
|
-
{
|
|
1735
|
-
"name": "label",
|
|
1736
|
-
"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.",
|
|
1737
|
-
"type": {
|
|
1738
|
-
"name": "string"
|
|
1739
|
-
},
|
|
1740
|
-
"required": true
|
|
1741
|
-
},
|
|
1742
|
-
{
|
|
1743
|
-
"name": "hideLabel",
|
|
1744
|
-
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
1745
|
-
"type": {
|
|
1746
|
-
"name": "boolean"
|
|
1747
|
-
},
|
|
1748
|
-
"defaultValue": {
|
|
1749
|
-
"func": false,
|
|
1750
|
-
"value": true
|
|
1751
|
-
}
|
|
1752
|
-
}
|
|
1753
|
-
],
|
|
1754
|
-
"slots": [
|
|
1755
|
-
{
|
|
1756
|
-
"name": "label",
|
|
1757
|
-
"description": "Override CdrChip label content with a custom element"
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"name": "default",
|
|
1761
|
-
"description": "CdrChipGroup content (CdrChip components)"
|
|
1762
|
-
}
|
|
1763
|
-
],
|
|
1764
|
-
"sourceFiles": [
|
|
1765
|
-
"./src/components/chip/CdrChipGroup.vue"
|
|
1766
|
-
]
|
|
1767
|
-
},
|
|
1768
1768
|
"CdrFormError": {
|
|
1769
1769
|
"name": "CdrFormError",
|
|
1770
1770
|
"exportName": "default",
|
|
@@ -2028,85 +2028,26 @@
|
|
|
2028
2028
|
"./src/components/grid/CdrGrid.vue"
|
|
2029
2029
|
]
|
|
2030
2030
|
},
|
|
2031
|
-
"
|
|
2032
|
-
"name": "
|
|
2033
|
-
"description": "
|
|
2034
|
-
"tags": {
|
|
2035
|
-
"demoComponentNames": [
|
|
2036
|
-
{
|
|
2037
|
-
"description": "icon-account-profile, icon-camera",
|
|
2038
|
-
"title": "demoComponentNames"
|
|
2039
|
-
}
|
|
2040
|
-
]
|
|
2041
|
-
},
|
|
2031
|
+
"CdrImg": {
|
|
2032
|
+
"name": "CdrImg",
|
|
2033
|
+
"description": "Media for capturing attention and communicating messages",
|
|
2034
|
+
"tags": {},
|
|
2042
2035
|
"exportName": "default",
|
|
2043
|
-
"displayName": "
|
|
2036
|
+
"displayName": "CdrImg",
|
|
2044
2037
|
"props": [
|
|
2045
2038
|
{
|
|
2046
|
-
"name": "
|
|
2047
|
-
"description": "
|
|
2039
|
+
"name": "src",
|
|
2040
|
+
"description": "Image source url.",
|
|
2048
2041
|
"type": {
|
|
2049
2042
|
"name": "string"
|
|
2050
|
-
}
|
|
2043
|
+
},
|
|
2044
|
+
"required": true
|
|
2051
2045
|
},
|
|
2052
2046
|
{
|
|
2053
|
-
"name": "
|
|
2054
|
-
"description": "
|
|
2047
|
+
"name": "alt",
|
|
2048
|
+
"description": "Image alt text. Defaults to an empty string",
|
|
2055
2049
|
"type": {
|
|
2056
|
-
"name": "
|
|
2057
|
-
},
|
|
2058
|
-
"defaultValue": {
|
|
2059
|
-
"func": false,
|
|
2060
|
-
"value": false
|
|
2061
|
-
}
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
"name": "size",
|
|
2065
|
-
"type": {
|
|
2066
|
-
"name": "string"
|
|
2067
|
-
},
|
|
2068
|
-
"defaultValue": {
|
|
2069
|
-
"func": false,
|
|
2070
|
-
"value": "'medium'"
|
|
2071
|
-
}
|
|
2072
|
-
}
|
|
2073
|
-
],
|
|
2074
|
-
"slots": [
|
|
2075
|
-
{
|
|
2076
|
-
"name": "default"
|
|
2077
|
-
}
|
|
2078
|
-
],
|
|
2079
|
-
"sourceFiles": [
|
|
2080
|
-
"./src/components/icon/CdrIcon.vue"
|
|
2081
|
-
],
|
|
2082
|
-
"UIProperties": [
|
|
2083
|
-
{
|
|
2084
|
-
"name": "--cdr-icon-fill-default",
|
|
2085
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
2086
|
-
"description": "Fill color of an icon"
|
|
2087
|
-
}
|
|
2088
|
-
]
|
|
2089
|
-
},
|
|
2090
|
-
"CdrImg": {
|
|
2091
|
-
"name": "CdrImg",
|
|
2092
|
-
"description": "Media for capturing attention and communicating messages",
|
|
2093
|
-
"tags": {},
|
|
2094
|
-
"exportName": "default",
|
|
2095
|
-
"displayName": "CdrImg",
|
|
2096
|
-
"props": [
|
|
2097
|
-
{
|
|
2098
|
-
"name": "src",
|
|
2099
|
-
"description": "Image source url.",
|
|
2100
|
-
"type": {
|
|
2101
|
-
"name": "string"
|
|
2102
|
-
},
|
|
2103
|
-
"required": true
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
"name": "alt",
|
|
2107
|
-
"description": "Image alt text. Defaults to an empty string",
|
|
2108
|
-
"type": {
|
|
2109
|
-
"name": "string"
|
|
2050
|
+
"name": "string"
|
|
2110
2051
|
},
|
|
2111
2052
|
"defaultValue": {
|
|
2112
2053
|
"func": false,
|
|
@@ -2227,6 +2168,196 @@
|
|
|
2227
2168
|
"./src/components/image/CdrImg.vue"
|
|
2228
2169
|
]
|
|
2229
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
|
+
"CdrLabelWrapper": {
|
|
2231
|
+
"name": "CdrLabelWrapper",
|
|
2232
|
+
"exportName": "default",
|
|
2233
|
+
"displayName": "CdrLabelWrapper",
|
|
2234
|
+
"description": "",
|
|
2235
|
+
"tags": {},
|
|
2236
|
+
"props": [
|
|
2237
|
+
{
|
|
2238
|
+
"name": "labelClass",
|
|
2239
|
+
"type": {
|
|
2240
|
+
"name": "string"
|
|
2241
|
+
}
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"name": "contentClass",
|
|
2245
|
+
"type": {
|
|
2246
|
+
"name": "string"
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "background",
|
|
2251
|
+
"type": {
|
|
2252
|
+
"name": "backgroundProps"
|
|
2253
|
+
}
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"name": "disabled",
|
|
2257
|
+
"type": {
|
|
2258
|
+
"name": "boolean"
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"name": "modifier",
|
|
2263
|
+
"type": {
|
|
2264
|
+
"name": "string"
|
|
2265
|
+
}
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"name": "size",
|
|
2269
|
+
"type": {
|
|
2270
|
+
"name": "string"
|
|
2271
|
+
}
|
|
2272
|
+
}
|
|
2273
|
+
],
|
|
2274
|
+
"slots": [
|
|
2275
|
+
{
|
|
2276
|
+
"name": "input"
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"name": "svgs"
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"name": "default"
|
|
2283
|
+
}
|
|
2284
|
+
],
|
|
2285
|
+
"sourceFiles": [
|
|
2286
|
+
"./src/components/labelWrapper/CdrLabelWrapper.vue"
|
|
2287
|
+
],
|
|
2288
|
+
"UIProperties": [
|
|
2289
|
+
{
|
|
2290
|
+
"name": "--cdr-label-wrapper-text-color",
|
|
2291
|
+
"defaultValue": "--cdr-color-text-input-label",
|
|
2292
|
+
"description": "Text color of a label wrapper"
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "--cdr-label-wrapper-background-color",
|
|
2296
|
+
"defaultValue": "--cdr-color-background-input-default",
|
|
2297
|
+
"description": "Background color of a label wrapper"
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"name": "--cdr-label-wrapper-primary-background-color-hover",
|
|
2301
|
+
"defaultValue": "--cdr-color-background-label-default-hover",
|
|
2302
|
+
"description": "Background color of a primary label wrapper when hovered"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"name": "--cdr-label-wrapper-primary-background-color-focus",
|
|
2306
|
+
"defaultValue": "--cdr-color-background-label-default-focus",
|
|
2307
|
+
"description": "Background color of a primary label wrapper when it has focus within"
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"name": "--cdr-label-wrapper-primary-focus-box-shadow-color",
|
|
2311
|
+
"defaultValue": "--cdr-color-border-label-default-focus",
|
|
2312
|
+
"description": "Box shadow color of a primary label wrapper when it has focus within"
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"name": "--cdr-label-wrapper-primary-background-color-active",
|
|
2316
|
+
"defaultValue": "--cdr-color-background-label-default-active",
|
|
2317
|
+
"description": "Background color of a primary label wrapper when active"
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"name": "--cdr-label-wrapper-secondary-background-color",
|
|
2321
|
+
"defaultValue": "--cdr-color-background-input-default",
|
|
2322
|
+
"description": "Background color of a secondary label wrapper"
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"name": "--cdr-label-wrapper-secondary-background-color-hover",
|
|
2326
|
+
"defaultValue": "--cdr-color-background-label-secondary-hover",
|
|
2327
|
+
"description": "Background color of a secondary label wrapper when hovered"
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"name": "--cdr-label-wrapper-secondary-background-color-focus",
|
|
2331
|
+
"defaultValue": "--cdr-color-background-label-secondary-focus",
|
|
2332
|
+
"description": "Background color of a secondary label wrapper when it has focus within"
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"name": "--cdr-label-wrapper-secondary-background-color-active",
|
|
2336
|
+
"defaultValue": "--cdr-color-background-label-secondary-active",
|
|
2337
|
+
"description": "Background color of a secondary label wrapper when active"
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"name": "--cdr-label-wrapper-text-color-disabled",
|
|
2341
|
+
"defaultValue": "--cdr-color-text-input-disabled",
|
|
2342
|
+
"description": "Text color of a disabled label wrapper"
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "--cdr-label-wrapper-background-color-disabled",
|
|
2346
|
+
"defaultValue": "--cdr-color-background-input-default",
|
|
2347
|
+
"description": "Background color of a disabled label wrapper"
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"name": "--cdr-form-figure-background-color",
|
|
2351
|
+
"defaultValue": "--cdr-color-background-input-default",
|
|
2352
|
+
"description": "Background color of a form figure"
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"name": "--cdr-form-figure-box-shadow-color",
|
|
2356
|
+
"defaultValue": "--cdr-color-border-input-default",
|
|
2357
|
+
"description": "Box shadow color of a form figure"
|
|
2358
|
+
}
|
|
2359
|
+
]
|
|
2360
|
+
},
|
|
2230
2361
|
"CdrLabelStandalone": {
|
|
2231
2362
|
"name": "CdrLabelStandalone",
|
|
2232
2363
|
"exportName": "default",
|
|
@@ -2661,134 +2792,156 @@
|
|
|
2661
2792
|
}
|
|
2662
2793
|
]
|
|
2663
2794
|
},
|
|
2664
|
-
"
|
|
2665
|
-
"name": "
|
|
2666
|
-
"
|
|
2667
|
-
"displayName": "CdrLabelWrapper",
|
|
2668
|
-
"description": "",
|
|
2795
|
+
"CdrPagination": {
|
|
2796
|
+
"name": "CdrPagination",
|
|
2797
|
+
"description": "Allows people to navigate to the next or previous page within an experience",
|
|
2669
2798
|
"tags": {},
|
|
2799
|
+
"exportName": "default",
|
|
2800
|
+
"displayName": "CdrPagination",
|
|
2670
2801
|
"props": [
|
|
2671
2802
|
{
|
|
2672
|
-
"name": "
|
|
2673
|
-
"
|
|
2674
|
-
|
|
2803
|
+
"name": "id",
|
|
2804
|
+
"description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
|
|
2805
|
+
"tags": {
|
|
2806
|
+
"demoIgnore": [
|
|
2807
|
+
{
|
|
2808
|
+
"description": "true",
|
|
2809
|
+
"title": "demoIgnore"
|
|
2810
|
+
}
|
|
2811
|
+
]
|
|
2812
|
+
},
|
|
2813
|
+
"type": {
|
|
2814
|
+
"name": "string"
|
|
2675
2815
|
}
|
|
2676
2816
|
},
|
|
2677
2817
|
{
|
|
2678
|
-
"name": "
|
|
2818
|
+
"name": "totalPages",
|
|
2819
|
+
"description": "Sets the total number of pages for displaying \"Page x of <totalPages>\".\nSometimes the total number of pages is different than total page data objects in the pages array.\nFor example, if only the next and previous pages are provided.",
|
|
2679
2820
|
"type": {
|
|
2680
|
-
"name": "
|
|
2821
|
+
"name": "number"
|
|
2822
|
+
},
|
|
2823
|
+
"defaultValue": {
|
|
2824
|
+
"func": false,
|
|
2825
|
+
"value": "null"
|
|
2681
2826
|
}
|
|
2682
2827
|
},
|
|
2683
2828
|
{
|
|
2684
|
-
"name": "
|
|
2829
|
+
"name": "pages",
|
|
2830
|
+
"description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
|
|
2685
2831
|
"type": {
|
|
2686
|
-
"name": "
|
|
2687
|
-
}
|
|
2832
|
+
"name": "paginationItem[]"
|
|
2833
|
+
},
|
|
2834
|
+
"required": true
|
|
2688
2835
|
},
|
|
2689
2836
|
{
|
|
2690
|
-
"name": "
|
|
2837
|
+
"name": "linkTag",
|
|
2838
|
+
"description": "Sets which tag type is used to render pagination elements",
|
|
2839
|
+
"tags": {},
|
|
2840
|
+
"values": [
|
|
2841
|
+
"a",
|
|
2842
|
+
"button"
|
|
2843
|
+
],
|
|
2691
2844
|
"type": {
|
|
2692
|
-
"name": "
|
|
2845
|
+
"name": "string"
|
|
2846
|
+
},
|
|
2847
|
+
"defaultValue": {
|
|
2848
|
+
"func": false,
|
|
2849
|
+
"value": "'a'"
|
|
2693
2850
|
}
|
|
2694
2851
|
},
|
|
2695
2852
|
{
|
|
2696
|
-
"name": "
|
|
2853
|
+
"name": "forLabel",
|
|
2854
|
+
"description": "Used to customize the aria-label for the root pagination element.\nFor page-level pagination (i.e, pagination that updates the entire page content and changes the URL)\nthis property should be omitted.\nFor intra-page navigation this property should describe the element being paginated, for example:\n`Pagination for sub-content`",
|
|
2697
2855
|
"type": {
|
|
2698
2856
|
"name": "string"
|
|
2857
|
+
},
|
|
2858
|
+
"defaultValue": {
|
|
2859
|
+
"func": false,
|
|
2860
|
+
"value": "''"
|
|
2699
2861
|
}
|
|
2700
2862
|
},
|
|
2701
2863
|
{
|
|
2702
|
-
"name": "
|
|
2864
|
+
"name": "modelValue",
|
|
2865
|
+
"tags": {
|
|
2866
|
+
"ignore": [
|
|
2867
|
+
{
|
|
2868
|
+
"description": "used for binding v-model, represents the current page",
|
|
2869
|
+
"title": "ignore"
|
|
2870
|
+
}
|
|
2871
|
+
]
|
|
2872
|
+
},
|
|
2703
2873
|
"type": {
|
|
2704
|
-
"name": "
|
|
2874
|
+
"name": "number"
|
|
2705
2875
|
}
|
|
2706
2876
|
}
|
|
2707
2877
|
],
|
|
2708
|
-
"
|
|
2709
|
-
{
|
|
2710
|
-
"name": "input"
|
|
2711
|
-
},
|
|
2878
|
+
"events": [
|
|
2712
2879
|
{
|
|
2713
|
-
"name": "
|
|
2880
|
+
"name": "update:modelValue",
|
|
2881
|
+
"description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
|
|
2882
|
+
"properties": [
|
|
2883
|
+
{
|
|
2884
|
+
"type": {
|
|
2885
|
+
"names": [
|
|
2886
|
+
"mixed"
|
|
2887
|
+
]
|
|
2888
|
+
},
|
|
2889
|
+
"name": "modelValue"
|
|
2890
|
+
}
|
|
2891
|
+
],
|
|
2892
|
+
"tags": [
|
|
2893
|
+
{
|
|
2894
|
+
"title": "param",
|
|
2895
|
+
"type": {
|
|
2896
|
+
"name": "mixed"
|
|
2897
|
+
},
|
|
2898
|
+
"name": "modelValue"
|
|
2899
|
+
}
|
|
2900
|
+
]
|
|
2714
2901
|
},
|
|
2715
2902
|
{
|
|
2716
|
-
"name": "
|
|
2903
|
+
"name": "navigate",
|
|
2904
|
+
"description": "$emit event fired when page changes based on user interaction by clicking a link\nor selecting an option from the select on mobile.\n`event.preventDefault()` can be used to override the default link navigation behavior."
|
|
2717
2905
|
}
|
|
2718
2906
|
],
|
|
2719
2907
|
"sourceFiles": [
|
|
2720
|
-
"./src/components/
|
|
2908
|
+
"./src/components/pagination/CdrPagination.vue"
|
|
2721
2909
|
],
|
|
2722
2910
|
"UIProperties": [
|
|
2723
2911
|
{
|
|
2724
|
-
"name": "--cdr-
|
|
2725
|
-
"defaultValue": "--cdr-color-text-
|
|
2726
|
-
"description": "Text color of a
|
|
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"
|
|
2912
|
+
"name": "--cdr-pagination-link-text-color",
|
|
2913
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
2914
|
+
"description": "Text color of a cdr-pagination link"
|
|
2762
2915
|
},
|
|
2763
2916
|
{
|
|
2764
|
-
"name": "--cdr-
|
|
2765
|
-
"defaultValue": "--cdr-color-
|
|
2766
|
-
"description": "
|
|
2917
|
+
"name": "--cdr-pagination-link-fill-color",
|
|
2918
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
2919
|
+
"description": "Fill color of a cdr-pagination link"
|
|
2767
2920
|
},
|
|
2768
2921
|
{
|
|
2769
|
-
"name": "--cdr-
|
|
2770
|
-
"defaultValue": "--cdr-color-background-
|
|
2771
|
-
"description": "Background color of a
|
|
2922
|
+
"name": "--cdr-pagination-link-background-color-interaction",
|
|
2923
|
+
"defaultValue": "--cdr-color-background-pagination-hover",
|
|
2924
|
+
"description": "Background color of a cdr-pagination link on hover/focus/active"
|
|
2772
2925
|
},
|
|
2773
2926
|
{
|
|
2774
|
-
"name": "--cdr-
|
|
2775
|
-
"defaultValue": "--cdr-color-
|
|
2776
|
-
"description": "
|
|
2927
|
+
"name": "--cdr-pagination-link-current-background-color-keyline",
|
|
2928
|
+
"defaultValue": "--cdr-color-background-pagination-keyline",
|
|
2929
|
+
"description": "Background color of the keyline for the current cdr-pagination link"
|
|
2777
2930
|
},
|
|
2778
2931
|
{
|
|
2779
|
-
"name": "--cdr-
|
|
2780
|
-
"defaultValue": "--cdr-color-
|
|
2781
|
-
"description": "
|
|
2932
|
+
"name": "--cdr-pagination-link-text-color-disabled",
|
|
2933
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
2934
|
+
"description": "Text color of a disabled cdr-pagination link"
|
|
2782
2935
|
},
|
|
2783
2936
|
{
|
|
2784
|
-
"name": "--cdr-
|
|
2785
|
-
"defaultValue": "--cdr-color-
|
|
2786
|
-
"description": "
|
|
2937
|
+
"name": "--cdr-pagination-link-fill-color-disabled",
|
|
2938
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
2939
|
+
"description": "Fill color of a disabled cdr-pagination link"
|
|
2787
2940
|
},
|
|
2788
2941
|
{
|
|
2789
|
-
"name": "--cdr-
|
|
2790
|
-
"defaultValue": "--cdr-color-
|
|
2791
|
-
"description": "
|
|
2942
|
+
"name": "--cdr-pagination-link-text-color-interactive-disabled",
|
|
2943
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
2944
|
+
"description": "Text color of a disabled cdr-pagination link on hover/focus/active"
|
|
2792
2945
|
}
|
|
2793
2946
|
]
|
|
2794
2947
|
},
|
|
@@ -2994,168 +3147,136 @@
|
|
|
2994
3147
|
}
|
|
2995
3148
|
]
|
|
2996
3149
|
},
|
|
2997
|
-
"
|
|
2998
|
-
"name": "
|
|
2999
|
-
"description": "
|
|
3150
|
+
"CdrPopover": {
|
|
3151
|
+
"name": "CdrPopover",
|
|
3152
|
+
"description": "Small overlay used to display contextual information",
|
|
3000
3153
|
"tags": {},
|
|
3001
3154
|
"exportName": "default",
|
|
3002
|
-
"displayName": "
|
|
3155
|
+
"displayName": "CdrPopover",
|
|
3003
3156
|
"props": [
|
|
3004
3157
|
{
|
|
3005
|
-
"name": "
|
|
3006
|
-
"description": "
|
|
3158
|
+
"name": "position",
|
|
3159
|
+
"description": "Sets the position where the popover will render relative to the trigger element.",
|
|
3007
3160
|
"tags": {
|
|
3008
|
-
"
|
|
3161
|
+
"demoSelectMultiple": [
|
|
3009
3162
|
{
|
|
3010
|
-
"description": "
|
|
3011
|
-
"title": "
|
|
3163
|
+
"description": "false",
|
|
3164
|
+
"title": "demoSelectMultiple"
|
|
3012
3165
|
}
|
|
3013
3166
|
]
|
|
3014
3167
|
},
|
|
3015
|
-
"
|
|
3016
|
-
"
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
"name": "label",
|
|
3022
|
-
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
3168
|
+
"values": [
|
|
3169
|
+
"top",
|
|
3170
|
+
"bottom",
|
|
3171
|
+
"left",
|
|
3172
|
+
"right"
|
|
3173
|
+
],
|
|
3023
3174
|
"type": {
|
|
3024
3175
|
"name": "string"
|
|
3025
3176
|
},
|
|
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
3177
|
"required": false,
|
|
3035
3178
|
"defaultValue": {
|
|
3036
3179
|
"func": false,
|
|
3037
|
-
"value":
|
|
3180
|
+
"value": "'top'"
|
|
3038
3181
|
}
|
|
3039
3182
|
},
|
|
3040
3183
|
{
|
|
3041
|
-
"name": "
|
|
3042
|
-
"description": "
|
|
3184
|
+
"name": "autoPosition",
|
|
3185
|
+
"description": "If set to `true`, popover will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the popover will always render in the provided `position`.",
|
|
3043
3186
|
"type": {
|
|
3044
|
-
"name": "
|
|
3187
|
+
"name": "boolean"
|
|
3045
3188
|
},
|
|
3046
3189
|
"required": false,
|
|
3047
3190
|
"defaultValue": {
|
|
3048
3191
|
"func": false,
|
|
3049
|
-
"value":
|
|
3192
|
+
"value": true
|
|
3050
3193
|
}
|
|
3051
3194
|
},
|
|
3052
3195
|
{
|
|
3053
|
-
"name": "
|
|
3054
|
-
"description": "Sets the
|
|
3055
|
-
"tags": {},
|
|
3056
|
-
"values": [
|
|
3057
|
-
"dialog",
|
|
3058
|
-
"alertDialog"
|
|
3059
|
-
],
|
|
3196
|
+
"name": "label",
|
|
3197
|
+
"description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
|
|
3060
3198
|
"type": {
|
|
3061
3199
|
"name": "string"
|
|
3062
3200
|
},
|
|
3063
|
-
"required": false
|
|
3064
|
-
"defaultValue": {
|
|
3065
|
-
"func": false,
|
|
3066
|
-
"value": "'dialog'"
|
|
3067
|
-
}
|
|
3201
|
+
"required": false
|
|
3068
3202
|
},
|
|
3069
3203
|
{
|
|
3070
3204
|
"name": "id",
|
|
3071
|
-
"description": "
|
|
3205
|
+
"description": "ID for the popover element, required for accessibility",
|
|
3072
3206
|
"type": {
|
|
3073
3207
|
"name": "string"
|
|
3074
3208
|
},
|
|
3075
|
-
"required":
|
|
3076
|
-
"defaultValue": {
|
|
3077
|
-
"func": false,
|
|
3078
|
-
"value": "null"
|
|
3079
|
-
}
|
|
3209
|
+
"required": true
|
|
3080
3210
|
},
|
|
3081
3211
|
{
|
|
3082
|
-
"name": "
|
|
3083
|
-
"description": "
|
|
3212
|
+
"name": "contentClass",
|
|
3213
|
+
"description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
|
|
3084
3214
|
"type": {
|
|
3085
3215
|
"name": "string"
|
|
3086
|
-
}
|
|
3216
|
+
},
|
|
3217
|
+
"required": false
|
|
3087
3218
|
},
|
|
3088
3219
|
{
|
|
3089
|
-
"name": "
|
|
3090
|
-
"description": "
|
|
3091
|
-
"
|
|
3092
|
-
"
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
"name": "string"
|
|
3100
|
-
}
|
|
3101
|
-
},
|
|
3102
|
-
{
|
|
3103
|
-
"name": "animationDuration",
|
|
3104
|
-
"description": "Sets duration for modal's close animation",
|
|
3220
|
+
"name": "open",
|
|
3221
|
+
"description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
|
|
3222
|
+
"tags": {
|
|
3223
|
+
"demoIgnore": [
|
|
3224
|
+
{
|
|
3225
|
+
"description": "true",
|
|
3226
|
+
"title": "demoIgnore"
|
|
3227
|
+
}
|
|
3228
|
+
]
|
|
3229
|
+
},
|
|
3105
3230
|
"type": {
|
|
3106
|
-
"name": "
|
|
3231
|
+
"name": "boolean"
|
|
3107
3232
|
},
|
|
3233
|
+
"required": false,
|
|
3108
3234
|
"defaultValue": {
|
|
3109
3235
|
"func": false,
|
|
3110
|
-
"value":
|
|
3236
|
+
"value": false
|
|
3111
3237
|
}
|
|
3112
3238
|
}
|
|
3113
3239
|
],
|
|
3114
3240
|
"events": [
|
|
3241
|
+
{
|
|
3242
|
+
"name": "opened",
|
|
3243
|
+
"description": "Emits when popover is opened"
|
|
3244
|
+
},
|
|
3115
3245
|
{
|
|
3116
3246
|
"name": "closed",
|
|
3117
|
-
"description": "
|
|
3247
|
+
"description": "Emits when popover is closed"
|
|
3118
3248
|
}
|
|
3119
3249
|
],
|
|
3120
3250
|
"slots": [
|
|
3121
3251
|
{
|
|
3122
|
-
"name": "
|
|
3123
|
-
"description": "
|
|
3252
|
+
"name": "trigger",
|
|
3253
|
+
"description": " Slot for the element that triggers the popover."
|
|
3124
3254
|
},
|
|
3125
3255
|
{
|
|
3126
3256
|
"name": "title",
|
|
3127
|
-
"description": "
|
|
3257
|
+
"description": "Sets the title for the popover. Can also be set with `label` prop"
|
|
3128
3258
|
},
|
|
3129
3259
|
{
|
|
3130
3260
|
"name": "default"
|
|
3131
|
-
}
|
|
3132
|
-
],
|
|
3133
|
-
"sourceFiles": [
|
|
3134
|
-
"./src/components/modal/CdrModal.vue"
|
|
3135
|
-
],
|
|
3136
|
-
"UIProperties": [
|
|
3137
|
-
{
|
|
3138
|
-
"name": "--cdr-modal-overlay-background-color",
|
|
3139
|
-
"defaultValue": "--cdr-color-background-modal-overlay",
|
|
3140
|
-
"description": "Background color of the modal overlay"
|
|
3141
3261
|
},
|
|
3142
3262
|
{
|
|
3143
|
-
"name": "
|
|
3144
|
-
"defaultValue": "--cdr-color-background-primary",
|
|
3145
|
-
"description": "Background color of the content wrap"
|
|
3263
|
+
"name": "icon"
|
|
3146
3264
|
}
|
|
3265
|
+
],
|
|
3266
|
+
"sourceFiles": [
|
|
3267
|
+
"./src/components/popover/CdrPopover.vue"
|
|
3147
3268
|
]
|
|
3148
3269
|
},
|
|
3149
|
-
"
|
|
3150
|
-
"name": "
|
|
3151
|
-
"description": "
|
|
3270
|
+
"CdrModal": {
|
|
3271
|
+
"name": "CdrModal",
|
|
3272
|
+
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
3152
3273
|
"tags": {},
|
|
3153
3274
|
"exportName": "default",
|
|
3154
|
-
"displayName": "
|
|
3275
|
+
"displayName": "CdrModal",
|
|
3155
3276
|
"props": [
|
|
3156
3277
|
{
|
|
3157
|
-
"name": "
|
|
3158
|
-
"description": "
|
|
3278
|
+
"name": "opened",
|
|
3279
|
+
"description": "Toggles the state of the modal",
|
|
3159
3280
|
"tags": {
|
|
3160
3281
|
"demoIgnore": [
|
|
3161
3282
|
{
|
|
@@ -3164,272 +3285,151 @@
|
|
|
3164
3285
|
}
|
|
3165
3286
|
]
|
|
3166
3287
|
},
|
|
3288
|
+
"type": {
|
|
3289
|
+
"name": "boolean"
|
|
3290
|
+
},
|
|
3291
|
+
"required": true
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"name": "label",
|
|
3295
|
+
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
3167
3296
|
"type": {
|
|
3168
3297
|
"name": "string"
|
|
3169
|
-
}
|
|
3298
|
+
},
|
|
3299
|
+
"required": true
|
|
3170
3300
|
},
|
|
3171
3301
|
{
|
|
3172
|
-
"name": "
|
|
3173
|
-
"description": "
|
|
3302
|
+
"name": "showTitle",
|
|
3303
|
+
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
3174
3304
|
"type": {
|
|
3175
|
-
"name": "
|
|
3305
|
+
"name": "boolean"
|
|
3176
3306
|
},
|
|
3307
|
+
"required": false,
|
|
3177
3308
|
"defaultValue": {
|
|
3178
3309
|
"func": false,
|
|
3179
|
-
"value":
|
|
3310
|
+
"value": true
|
|
3180
3311
|
}
|
|
3181
3312
|
},
|
|
3182
3313
|
{
|
|
3183
|
-
"name": "
|
|
3184
|
-
"description": "
|
|
3314
|
+
"name": "ariaDescribedby",
|
|
3315
|
+
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
3185
3316
|
"type": {
|
|
3186
|
-
"name": "
|
|
3317
|
+
"name": "string"
|
|
3187
3318
|
},
|
|
3188
|
-
"required":
|
|
3319
|
+
"required": false,
|
|
3320
|
+
"defaultValue": {
|
|
3321
|
+
"func": false,
|
|
3322
|
+
"value": "null"
|
|
3323
|
+
}
|
|
3189
3324
|
},
|
|
3190
3325
|
{
|
|
3191
|
-
"name": "
|
|
3192
|
-
"description": "Sets
|
|
3326
|
+
"name": "role",
|
|
3327
|
+
"description": "Sets the `role` attribute on the modal content element",
|
|
3193
3328
|
"tags": {},
|
|
3194
3329
|
"values": [
|
|
3195
|
-
"
|
|
3196
|
-
"
|
|
3330
|
+
"dialog",
|
|
3331
|
+
"alertDialog"
|
|
3197
3332
|
],
|
|
3198
3333
|
"type": {
|
|
3199
3334
|
"name": "string"
|
|
3200
3335
|
},
|
|
3336
|
+
"required": false,
|
|
3201
3337
|
"defaultValue": {
|
|
3202
3338
|
"func": false,
|
|
3203
|
-
"value": "'
|
|
3339
|
+
"value": "'dialog'"
|
|
3204
3340
|
}
|
|
3205
3341
|
},
|
|
3206
3342
|
{
|
|
3207
|
-
"name": "
|
|
3208
|
-
"description": "
|
|
3343
|
+
"name": "id",
|
|
3344
|
+
"description": "Sets unique `id` for modal",
|
|
3209
3345
|
"type": {
|
|
3210
3346
|
"name": "string"
|
|
3211
3347
|
},
|
|
3348
|
+
"required": false,
|
|
3212
3349
|
"defaultValue": {
|
|
3213
3350
|
"func": false,
|
|
3214
|
-
"value": "
|
|
3351
|
+
"value": "null"
|
|
3215
3352
|
}
|
|
3216
3353
|
},
|
|
3217
3354
|
{
|
|
3218
|
-
"name": "
|
|
3219
|
-
"
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3355
|
+
"name": "overlayClass",
|
|
3356
|
+
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
3357
|
+
"type": {
|
|
3358
|
+
"name": "string"
|
|
3359
|
+
}
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"name": "wrapperClass",
|
|
3363
|
+
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
3364
|
+
"type": {
|
|
3365
|
+
"name": "string"
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"name": "contentClass",
|
|
3370
|
+
"description": "Adds custom class to the `cdr-modal__innerWrap` div",
|
|
3371
|
+
"type": {
|
|
3372
|
+
"name": "string"
|
|
3373
|
+
}
|
|
3374
|
+
},
|
|
3375
|
+
{
|
|
3376
|
+
"name": "animationDuration",
|
|
3377
|
+
"description": "Sets duration for modal's close animation",
|
|
3227
3378
|
"type": {
|
|
3228
3379
|
"name": "number"
|
|
3380
|
+
},
|
|
3381
|
+
"defaultValue": {
|
|
3382
|
+
"func": false,
|
|
3383
|
+
"value": "300"
|
|
3229
3384
|
}
|
|
3230
3385
|
}
|
|
3231
3386
|
],
|
|
3232
3387
|
"events": [
|
|
3233
3388
|
{
|
|
3234
|
-
"name": "
|
|
3235
|
-
"description": "
|
|
3236
|
-
"properties": [
|
|
3237
|
-
{
|
|
3238
|
-
"type": {
|
|
3239
|
-
"names": [
|
|
3240
|
-
"mixed"
|
|
3241
|
-
]
|
|
3242
|
-
},
|
|
3243
|
-
"name": "modelValue"
|
|
3244
|
-
}
|
|
3245
|
-
],
|
|
3246
|
-
"tags": [
|
|
3247
|
-
{
|
|
3248
|
-
"title": "param",
|
|
3249
|
-
"type": {
|
|
3250
|
-
"name": "mixed"
|
|
3251
|
-
},
|
|
3252
|
-
"name": "modelValue"
|
|
3253
|
-
}
|
|
3254
|
-
]
|
|
3255
|
-
},
|
|
3256
|
-
{
|
|
3257
|
-
"name": "navigate",
|
|
3258
|
-
"description": "$emit event fired when page changes based on user interaction by clicking a link\nor selecting an option from the select on mobile.\n`event.preventDefault()` can be used to override the default link navigation behavior."
|
|
3389
|
+
"name": "closed",
|
|
3390
|
+
"description": "Fires when modal is closed"
|
|
3259
3391
|
}
|
|
3260
3392
|
],
|
|
3261
|
-
"
|
|
3262
|
-
"./src/components/pagination/CdrPagination.vue"
|
|
3263
|
-
],
|
|
3264
|
-
"UIProperties": [
|
|
3265
|
-
{
|
|
3266
|
-
"name": "--cdr-pagination-link-text-color",
|
|
3267
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3268
|
-
"description": "Text color of a cdr-pagination link"
|
|
3269
|
-
},
|
|
3270
|
-
{
|
|
3271
|
-
"name": "--cdr-pagination-link-fill-color",
|
|
3272
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3273
|
-
"description": "Fill color of a cdr-pagination link"
|
|
3274
|
-
},
|
|
3393
|
+
"slots": [
|
|
3275
3394
|
{
|
|
3276
|
-
"name": "
|
|
3277
|
-
"
|
|
3278
|
-
"description": "Background color of a cdr-pagination link on hover/focus/active"
|
|
3395
|
+
"name": "modal",
|
|
3396
|
+
"description": "Use to override the entire CdrModal content container."
|
|
3279
3397
|
},
|
|
3280
3398
|
{
|
|
3281
|
-
"name": "
|
|
3282
|
-
"
|
|
3283
|
-
"description": "Background color of the keyline for the current cdr-pagination link"
|
|
3399
|
+
"name": "title",
|
|
3400
|
+
"description": "Use to override the default title"
|
|
3284
3401
|
},
|
|
3285
3402
|
{
|
|
3286
|
-
"name": "
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3403
|
+
"name": "default"
|
|
3404
|
+
}
|
|
3405
|
+
],
|
|
3406
|
+
"sourceFiles": [
|
|
3407
|
+
"./src/components/modal/CdrModal.vue"
|
|
3408
|
+
],
|
|
3409
|
+
"UIProperties": [
|
|
3290
3410
|
{
|
|
3291
|
-
"name": "--cdr-
|
|
3292
|
-
"defaultValue": "--cdr-color-
|
|
3293
|
-
"description": "
|
|
3411
|
+
"name": "--cdr-modal-overlay-background-color",
|
|
3412
|
+
"defaultValue": "--cdr-color-background-modal-overlay",
|
|
3413
|
+
"description": "Background color of the modal overlay"
|
|
3294
3414
|
},
|
|
3295
3415
|
{
|
|
3296
|
-
"name": "--cdr-
|
|
3297
|
-
"defaultValue": "--cdr-color-
|
|
3298
|
-
"description": "
|
|
3416
|
+
"name": "--cdr-modal-content-wrap-background-color",
|
|
3417
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
3418
|
+
"description": "Background color of the content wrap"
|
|
3299
3419
|
}
|
|
3300
3420
|
]
|
|
3301
3421
|
},
|
|
3302
|
-
"
|
|
3303
|
-
"name": "
|
|
3304
|
-
"description": "
|
|
3422
|
+
"CdrPopup": {
|
|
3423
|
+
"name": "CdrPopup",
|
|
3424
|
+
"description": "An internal helper component used by Popover and Tooltip",
|
|
3305
3425
|
"tags": {},
|
|
3306
3426
|
"exportName": "default",
|
|
3307
|
-
"displayName": "
|
|
3427
|
+
"displayName": "CdrPopup",
|
|
3308
3428
|
"props": [
|
|
3309
3429
|
{
|
|
3310
|
-
"name": "
|
|
3311
|
-
"description": "Sets the position where the popover will render relative to the trigger element.",
|
|
3312
|
-
"tags": {
|
|
3313
|
-
"demoSelectMultiple": [
|
|
3314
|
-
{
|
|
3315
|
-
"description": "false",
|
|
3316
|
-
"title": "demoSelectMultiple"
|
|
3317
|
-
}
|
|
3318
|
-
]
|
|
3319
|
-
},
|
|
3320
|
-
"values": [
|
|
3321
|
-
"top",
|
|
3322
|
-
"bottom",
|
|
3323
|
-
"left",
|
|
3324
|
-
"right"
|
|
3325
|
-
],
|
|
3430
|
+
"name": "opened",
|
|
3326
3431
|
"type": {
|
|
3327
|
-
"name": "
|
|
3328
|
-
},
|
|
3329
|
-
"required": false,
|
|
3330
|
-
"defaultValue": {
|
|
3331
|
-
"func": false,
|
|
3332
|
-
"value": "'top'"
|
|
3333
|
-
}
|
|
3334
|
-
},
|
|
3335
|
-
{
|
|
3336
|
-
"name": "autoPosition",
|
|
3337
|
-
"description": "If set to `true`, popover will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the popover will always render in the provided `position`.",
|
|
3338
|
-
"type": {
|
|
3339
|
-
"name": "boolean"
|
|
3340
|
-
},
|
|
3341
|
-
"required": false,
|
|
3342
|
-
"defaultValue": {
|
|
3343
|
-
"func": false,
|
|
3344
|
-
"value": true
|
|
3345
|
-
}
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"name": "label",
|
|
3349
|
-
"description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
|
|
3350
|
-
"type": {
|
|
3351
|
-
"name": "string"
|
|
3352
|
-
},
|
|
3353
|
-
"required": false
|
|
3354
|
-
},
|
|
3355
|
-
{
|
|
3356
|
-
"name": "id",
|
|
3357
|
-
"description": "ID for the popover element, required for accessibility",
|
|
3358
|
-
"type": {
|
|
3359
|
-
"name": "string"
|
|
3360
|
-
},
|
|
3361
|
-
"required": true
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"name": "contentClass",
|
|
3365
|
-
"description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
|
|
3366
|
-
"type": {
|
|
3367
|
-
"name": "string"
|
|
3368
|
-
},
|
|
3369
|
-
"required": false
|
|
3370
|
-
},
|
|
3371
|
-
{
|
|
3372
|
-
"name": "open",
|
|
3373
|
-
"description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
|
|
3374
|
-
"tags": {
|
|
3375
|
-
"demoIgnore": [
|
|
3376
|
-
{
|
|
3377
|
-
"description": "true",
|
|
3378
|
-
"title": "demoIgnore"
|
|
3379
|
-
}
|
|
3380
|
-
]
|
|
3381
|
-
},
|
|
3382
|
-
"type": {
|
|
3383
|
-
"name": "boolean"
|
|
3384
|
-
},
|
|
3385
|
-
"required": false,
|
|
3386
|
-
"defaultValue": {
|
|
3387
|
-
"func": false,
|
|
3388
|
-
"value": false
|
|
3389
|
-
}
|
|
3390
|
-
}
|
|
3391
|
-
],
|
|
3392
|
-
"events": [
|
|
3393
|
-
{
|
|
3394
|
-
"name": "opened",
|
|
3395
|
-
"description": "Emits when popover is opened"
|
|
3396
|
-
},
|
|
3397
|
-
{
|
|
3398
|
-
"name": "closed",
|
|
3399
|
-
"description": "Emits when popover is closed"
|
|
3400
|
-
}
|
|
3401
|
-
],
|
|
3402
|
-
"slots": [
|
|
3403
|
-
{
|
|
3404
|
-
"name": "trigger",
|
|
3405
|
-
"description": " Slot for the element that triggers the popover."
|
|
3406
|
-
},
|
|
3407
|
-
{
|
|
3408
|
-
"name": "title",
|
|
3409
|
-
"description": "Sets the title for the popover. Can also be set with `label` prop"
|
|
3410
|
-
},
|
|
3411
|
-
{
|
|
3412
|
-
"name": "default"
|
|
3413
|
-
},
|
|
3414
|
-
{
|
|
3415
|
-
"name": "icon"
|
|
3416
|
-
}
|
|
3417
|
-
],
|
|
3418
|
-
"sourceFiles": [
|
|
3419
|
-
"./src/components/popover/CdrPopover.vue"
|
|
3420
|
-
]
|
|
3421
|
-
},
|
|
3422
|
-
"CdrPopup": {
|
|
3423
|
-
"name": "CdrPopup",
|
|
3424
|
-
"description": "An internal helper component used by Popover and Tooltip",
|
|
3425
|
-
"tags": {},
|
|
3426
|
-
"exportName": "default",
|
|
3427
|
-
"displayName": "CdrPopup",
|
|
3428
|
-
"props": [
|
|
3429
|
-
{
|
|
3430
|
-
"name": "opened",
|
|
3431
|
-
"type": {
|
|
3432
|
-
"name": "boolean"
|
|
3432
|
+
"name": "boolean"
|
|
3433
3433
|
},
|
|
3434
3434
|
"defaultValue": {
|
|
3435
3435
|
"func": false,
|
|
@@ -3578,136 +3578,6 @@
|
|
|
3578
3578
|
}
|
|
3579
3579
|
]
|
|
3580
3580
|
},
|
|
3581
|
-
"CdrRating": {
|
|
3582
|
-
"name": "CdrRating",
|
|
3583
|
-
"description": "Provides insight into user opinions for products, experiences, and more",
|
|
3584
|
-
"tags": {},
|
|
3585
|
-
"exportName": "default",
|
|
3586
|
-
"displayName": "CdrRating",
|
|
3587
|
-
"props": [
|
|
3588
|
-
{
|
|
3589
|
-
"name": "rating",
|
|
3590
|
-
"description": "Sets the rating values between 0 and 5.",
|
|
3591
|
-
"type": {
|
|
3592
|
-
"name": "string|number"
|
|
3593
|
-
},
|
|
3594
|
-
"required": true,
|
|
3595
|
-
"defaultValue": {
|
|
3596
|
-
"func": false,
|
|
3597
|
-
"value": "0"
|
|
3598
|
-
}
|
|
3599
|
-
},
|
|
3600
|
-
{
|
|
3601
|
-
"name": "count",
|
|
3602
|
-
"description": "Sets the total number of ratings",
|
|
3603
|
-
"type": {
|
|
3604
|
-
"name": "string|number"
|
|
3605
|
-
},
|
|
3606
|
-
"required": false,
|
|
3607
|
-
"defaultValue": {
|
|
3608
|
-
"func": false,
|
|
3609
|
-
"value": "null"
|
|
3610
|
-
}
|
|
3611
|
-
},
|
|
3612
|
-
{
|
|
3613
|
-
"name": "compact",
|
|
3614
|
-
"description": "Hides the word 'reviews' if true",
|
|
3615
|
-
"type": {
|
|
3616
|
-
"name": "boolean"
|
|
3617
|
-
},
|
|
3618
|
-
"defaultValue": {
|
|
3619
|
-
"func": false,
|
|
3620
|
-
"value": false
|
|
3621
|
-
}
|
|
3622
|
-
},
|
|
3623
|
-
{
|
|
3624
|
-
"name": "href",
|
|
3625
|
-
"description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
|
|
3626
|
-
"type": {
|
|
3627
|
-
"name": "string"
|
|
3628
|
-
}
|
|
3629
|
-
},
|
|
3630
|
-
{
|
|
3631
|
-
"name": "size",
|
|
3632
|
-
"description": "Sets the rating size.",
|
|
3633
|
-
"tags": {
|
|
3634
|
-
"demoSelectMultiple": [
|
|
3635
|
-
{
|
|
3636
|
-
"description": "false",
|
|
3637
|
-
"title": "demoSelectMultiple"
|
|
3638
|
-
}
|
|
3639
|
-
]
|
|
3640
|
-
},
|
|
3641
|
-
"values": [
|
|
3642
|
-
"small",
|
|
3643
|
-
"medium",
|
|
3644
|
-
"large"
|
|
3645
|
-
],
|
|
3646
|
-
"type": {
|
|
3647
|
-
"name": "string"
|
|
3648
|
-
},
|
|
3649
|
-
"defaultValue": {
|
|
3650
|
-
"func": false,
|
|
3651
|
-
"value": "'medium'"
|
|
3652
|
-
}
|
|
3653
|
-
}
|
|
3654
|
-
],
|
|
3655
|
-
"sourceFiles": [
|
|
3656
|
-
"./src/components/rating/CdrRating.vue"
|
|
3657
|
-
],
|
|
3658
|
-
"UIProperties": [
|
|
3659
|
-
{
|
|
3660
|
-
"name": "--cdr-rating-count-hover-color",
|
|
3661
|
-
"defaultValue": "--cdr-color-text-rating-hover",
|
|
3662
|
-
"description": "Hover text color of cdr-rating count"
|
|
3663
|
-
},
|
|
3664
|
-
{
|
|
3665
|
-
"name": "--cdr-rating-text-rating-separator",
|
|
3666
|
-
"defaultValue": "--cdr-color-text-rating-separator",
|
|
3667
|
-
"description": "Color of the rating text separator"
|
|
3668
|
-
},
|
|
3669
|
-
{
|
|
3670
|
-
"name": "--cdr-rating-star-null-fill-color",
|
|
3671
|
-
"defaultValue": "#F9F8F6",
|
|
3672
|
-
"description": "Fill color of a null star"
|
|
3673
|
-
},
|
|
3674
|
-
{
|
|
3675
|
-
"name": "--cdr-rating-star-null-outline-color",
|
|
3676
|
-
"defaultValue": "#928B80",
|
|
3677
|
-
"description": "Outline color of a null star"
|
|
3678
|
-
},
|
|
3679
|
-
{
|
|
3680
|
-
"name": "--cdr-rating-star-partial-fill-color",
|
|
3681
|
-
"defaultValue": "#FFD280",
|
|
3682
|
-
"description": "Fill color of a partially filled star"
|
|
3683
|
-
},
|
|
3684
|
-
{
|
|
3685
|
-
"name": "--cdr-rating-star-partial-stroke-color",
|
|
3686
|
-
"defaultValue": "#BD7B2D",
|
|
3687
|
-
"description": "Stroke color of a partially filled star"
|
|
3688
|
-
},
|
|
3689
|
-
{
|
|
3690
|
-
"name": "--cdr-rating-star-filled-fill-color",
|
|
3691
|
-
"defaultValue": "#FFD280",
|
|
3692
|
-
"description": "Fill color of a filled star"
|
|
3693
|
-
},
|
|
3694
|
-
{
|
|
3695
|
-
"name": "--cdr-rating-star-filled-stroke-color",
|
|
3696
|
-
"defaultValue": "#BD7B2D",
|
|
3697
|
-
"description": "Stroke color of a filled star"
|
|
3698
|
-
},
|
|
3699
|
-
{
|
|
3700
|
-
"name": "--cdr-rating-star-empty-fill-color",
|
|
3701
|
-
"defaultValue": "#F9F8F6",
|
|
3702
|
-
"description": "Fill color of an empty star"
|
|
3703
|
-
},
|
|
3704
|
-
{
|
|
3705
|
-
"name": "--cdr-rating-star-empty-stroke-color",
|
|
3706
|
-
"defaultValue": "#BD7B2D",
|
|
3707
|
-
"description": "Stroke color of an empty star"
|
|
3708
|
-
}
|
|
3709
|
-
]
|
|
3710
|
-
},
|
|
3711
3581
|
"CdrRadio": {
|
|
3712
3582
|
"name": "CdrRadio",
|
|
3713
3583
|
"description": "Permits the selection of only one option from a list of two or more",
|
|
@@ -3948,24 +3818,154 @@
|
|
|
3948
3818
|
}
|
|
3949
3819
|
]
|
|
3950
3820
|
},
|
|
3951
|
-
"
|
|
3952
|
-
"name": "
|
|
3953
|
-
"description": "
|
|
3821
|
+
"CdrRating": {
|
|
3822
|
+
"name": "CdrRating",
|
|
3823
|
+
"description": "Provides insight into user opinions for products, experiences, and more",
|
|
3954
3824
|
"tags": {},
|
|
3955
3825
|
"exportName": "default",
|
|
3956
|
-
"displayName": "
|
|
3826
|
+
"displayName": "CdrRating",
|
|
3957
3827
|
"props": [
|
|
3958
3828
|
{
|
|
3959
|
-
"name": "
|
|
3960
|
-
"description": "
|
|
3829
|
+
"name": "rating",
|
|
3830
|
+
"description": "Sets the rating values between 0 and 5.",
|
|
3961
3831
|
"type": {
|
|
3962
|
-
"name": "string"
|
|
3832
|
+
"name": "string|number"
|
|
3833
|
+
},
|
|
3834
|
+
"required": true,
|
|
3835
|
+
"defaultValue": {
|
|
3836
|
+
"func": false,
|
|
3837
|
+
"value": "0"
|
|
3963
3838
|
}
|
|
3964
3839
|
},
|
|
3965
3840
|
{
|
|
3966
|
-
"name": "
|
|
3967
|
-
"description": "Sets the
|
|
3968
|
-
"type": {
|
|
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
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"name": "size",
|
|
3872
|
+
"description": "Sets the rating size.",
|
|
3873
|
+
"tags": {
|
|
3874
|
+
"demoSelectMultiple": [
|
|
3875
|
+
{
|
|
3876
|
+
"description": "false",
|
|
3877
|
+
"title": "demoSelectMultiple"
|
|
3878
|
+
}
|
|
3879
|
+
]
|
|
3880
|
+
},
|
|
3881
|
+
"values": [
|
|
3882
|
+
"small",
|
|
3883
|
+
"medium",
|
|
3884
|
+
"large"
|
|
3885
|
+
],
|
|
3886
|
+
"type": {
|
|
3887
|
+
"name": "string"
|
|
3888
|
+
},
|
|
3889
|
+
"defaultValue": {
|
|
3890
|
+
"func": false,
|
|
3891
|
+
"value": "'medium'"
|
|
3892
|
+
}
|
|
3893
|
+
}
|
|
3894
|
+
],
|
|
3895
|
+
"sourceFiles": [
|
|
3896
|
+
"./src/components/rating/CdrRating.vue"
|
|
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
|
+
}
|
|
3949
|
+
]
|
|
3950
|
+
},
|
|
3951
|
+
"CdrSelect": {
|
|
3952
|
+
"name": "CdrSelect",
|
|
3953
|
+
"description": "Allows the selection of one or more options from a dropdown list",
|
|
3954
|
+
"tags": {},
|
|
3955
|
+
"exportName": "default",
|
|
3956
|
+
"displayName": "CdrSelect",
|
|
3957
|
+
"props": [
|
|
3958
|
+
{
|
|
3959
|
+
"name": "id",
|
|
3960
|
+
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.",
|
|
3961
|
+
"type": {
|
|
3962
|
+
"name": "string"
|
|
3963
|
+
}
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"name": "label",
|
|
3967
|
+
"description": "Sets the text value for the select label.\nRequired for accessibility compliance. Use ‘hideLabel’ to\nvisually hide the label but keep it available to screenreaders.",
|
|
3968
|
+
"type": {
|
|
3969
3969
|
"name": "string"
|
|
3970
3970
|
},
|
|
3971
3971
|
"required": true
|
|
@@ -4279,104 +4279,330 @@
|
|
|
4279
4279
|
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
4280
4280
|
]
|
|
4281
4281
|
},
|
|
4282
|
-
"
|
|
4283
|
-
"name": "
|
|
4284
|
-
"
|
|
4285
|
-
"displayName": "CdrTabPanel",
|
|
4286
|
-
"description": "",
|
|
4282
|
+
"CdrSkeleton": {
|
|
4283
|
+
"name": "CdrSkeleton",
|
|
4284
|
+
"description": "Visually communicates content is in the process of loading",
|
|
4287
4285
|
"tags": {},
|
|
4286
|
+
"exportName": "default",
|
|
4287
|
+
"displayName": "CdrSkeleton",
|
|
4288
4288
|
"props": [
|
|
4289
4289
|
{
|
|
4290
|
-
"name": "
|
|
4291
|
-
"description": "
|
|
4292
|
-
"type": {
|
|
4293
|
-
"name": "string"
|
|
4294
|
-
}
|
|
4295
|
-
},
|
|
4296
|
-
{
|
|
4297
|
-
"name": "name",
|
|
4298
|
-
"description": "Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier.",
|
|
4299
|
-
"type": {
|
|
4300
|
-
"name": "string"
|
|
4301
|
-
}
|
|
4302
|
-
},
|
|
4303
|
-
{
|
|
4304
|
-
"name": "ariaLabelledby",
|
|
4305
|
-
"description": "Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property.",
|
|
4290
|
+
"name": "motion",
|
|
4291
|
+
"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.",
|
|
4306
4292
|
"type": {
|
|
4307
|
-
"name": "
|
|
4293
|
+
"name": "boolean"
|
|
4294
|
+
},
|
|
4295
|
+
"defaultValue": {
|
|
4296
|
+
"func": false,
|
|
4297
|
+
"value": true
|
|
4308
4298
|
}
|
|
4309
4299
|
}
|
|
4310
4300
|
],
|
|
4311
|
-
"events": [
|
|
4312
|
-
{
|
|
4313
|
-
"name": "tab-change",
|
|
4314
|
-
"description": "Emits when active tab is changed",
|
|
4315
|
-
"tags": [
|
|
4316
|
-
{
|
|
4317
|
-
"title": "params",
|
|
4318
|
-
"content": "state, panelId"
|
|
4319
|
-
}
|
|
4320
|
-
]
|
|
4321
|
-
}
|
|
4322
|
-
],
|
|
4323
4301
|
"slots": [
|
|
4324
4302
|
{
|
|
4325
4303
|
"name": "default",
|
|
4326
|
-
"description": "
|
|
4304
|
+
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
4327
4305
|
}
|
|
4328
4306
|
],
|
|
4329
4307
|
"sourceFiles": [
|
|
4330
|
-
"./src/components/
|
|
4308
|
+
"./src/components/skeleton/CdrSkeleton.vue"
|
|
4309
|
+
],
|
|
4310
|
+
"UIProperties": [
|
|
4311
|
+
{
|
|
4312
|
+
"name": "--cdr-skeleton-bone-background-color",
|
|
4313
|
+
"defaultValue": "#edeae3",
|
|
4314
|
+
"description": "Skeleton bone background color"
|
|
4315
|
+
},
|
|
4316
|
+
{
|
|
4317
|
+
"name": "--cdr-skeleton-gradient-1",
|
|
4318
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4319
|
+
"description": "Skeleton shimmer gradient part 1"
|
|
4320
|
+
},
|
|
4321
|
+
{
|
|
4322
|
+
"name": "--cdr-skeleton-gradient-2",
|
|
4323
|
+
"defaultValue": "rgba(249,248,240,1)",
|
|
4324
|
+
"description": "Skeleton shimmer gradient part 2"
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"name": "--cdr-skeleton-gradient-3",
|
|
4328
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4329
|
+
"description": "Skeleton shimmer gradient part 3"
|
|
4330
|
+
}
|
|
4331
4331
|
]
|
|
4332
4332
|
},
|
|
4333
|
-
"
|
|
4334
|
-
"name": "
|
|
4335
|
-
"description": "
|
|
4333
|
+
"CdrSwitch": {
|
|
4334
|
+
"name": "CdrSwitch",
|
|
4335
|
+
"description": "Permits selection from two opposing options",
|
|
4336
4336
|
"tags": {},
|
|
4337
4337
|
"exportName": "default",
|
|
4338
|
-
"displayName": "
|
|
4338
|
+
"displayName": "CdrSwitch",
|
|
4339
4339
|
"props": [
|
|
4340
4340
|
{
|
|
4341
|
-
"name": "
|
|
4342
|
-
"description": "Sets
|
|
4341
|
+
"name": "id",
|
|
4342
|
+
"description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
|
|
4343
4343
|
"type": {
|
|
4344
|
-
"name": "
|
|
4345
|
-
},
|
|
4346
|
-
"defaultValue": {
|
|
4347
|
-
"func": false,
|
|
4348
|
-
"value": false
|
|
4344
|
+
"name": "string"
|
|
4349
4345
|
}
|
|
4350
4346
|
},
|
|
4351
4347
|
{
|
|
4352
|
-
"name": "
|
|
4353
|
-
"description": "
|
|
4348
|
+
"name": "size",
|
|
4349
|
+
"description": "Sets the size of the switch",
|
|
4350
|
+
"tags": {
|
|
4351
|
+
"demoSelectMultiple": [
|
|
4352
|
+
{
|
|
4353
|
+
"description": "false",
|
|
4354
|
+
"title": "demoSelectMultiple"
|
|
4355
|
+
}
|
|
4356
|
+
]
|
|
4357
|
+
},
|
|
4358
|
+
"values": [
|
|
4359
|
+
"medium",
|
|
4360
|
+
"large"
|
|
4361
|
+
],
|
|
4354
4362
|
"type": {
|
|
4355
|
-
"name": "
|
|
4363
|
+
"name": "string"
|
|
4356
4364
|
},
|
|
4357
4365
|
"defaultValue": {
|
|
4358
4366
|
"func": false,
|
|
4359
|
-
"value":
|
|
4367
|
+
"value": "'medium'"
|
|
4360
4368
|
}
|
|
4361
4369
|
},
|
|
4362
4370
|
{
|
|
4363
4371
|
"name": "fullWidth",
|
|
4364
|
-
"description": "Sets the
|
|
4372
|
+
"description": "Sets the label and switch to expand to the full width of its container with `space-between`",
|
|
4365
4373
|
"type": {
|
|
4366
|
-
"name": "boolean
|
|
4374
|
+
"name": "boolean"
|
|
4367
4375
|
},
|
|
4368
4376
|
"defaultValue": {
|
|
4369
4377
|
"func": false,
|
|
4370
|
-
"value":
|
|
4378
|
+
"value": false
|
|
4371
4379
|
}
|
|
4372
4380
|
},
|
|
4373
4381
|
{
|
|
4374
|
-
"name": "
|
|
4375
|
-
"
|
|
4382
|
+
"name": "modelValue",
|
|
4383
|
+
"tags": {
|
|
4384
|
+
"demoIgnore": [
|
|
4385
|
+
{
|
|
4386
|
+
"description": "true",
|
|
4387
|
+
"title": "demoIgnore"
|
|
4388
|
+
}
|
|
4389
|
+
]
|
|
4390
|
+
},
|
|
4376
4391
|
"type": {
|
|
4377
4392
|
"name": "boolean"
|
|
4378
4393
|
},
|
|
4379
|
-
"
|
|
4394
|
+
"required": true
|
|
4395
|
+
}
|
|
4396
|
+
],
|
|
4397
|
+
"events": [
|
|
4398
|
+
{
|
|
4399
|
+
"name": "update:modelValue",
|
|
4400
|
+
"description": "Event emitted by v-model on switch",
|
|
4401
|
+
"properties": [
|
|
4402
|
+
{
|
|
4403
|
+
"type": {
|
|
4404
|
+
"names": [
|
|
4405
|
+
"mixed"
|
|
4406
|
+
]
|
|
4407
|
+
},
|
|
4408
|
+
"name": "modelValue"
|
|
4409
|
+
}
|
|
4410
|
+
],
|
|
4411
|
+
"tags": [
|
|
4412
|
+
{
|
|
4413
|
+
"title": "param",
|
|
4414
|
+
"type": {
|
|
4415
|
+
"name": "mixed"
|
|
4416
|
+
},
|
|
4417
|
+
"name": "modelValue"
|
|
4418
|
+
}
|
|
4419
|
+
]
|
|
4420
|
+
}
|
|
4421
|
+
],
|
|
4422
|
+
"slots": [
|
|
4423
|
+
{
|
|
4424
|
+
"name": "default",
|
|
4425
|
+
"description": "The label for the switch"
|
|
4426
|
+
}
|
|
4427
|
+
],
|
|
4428
|
+
"sourceFiles": [
|
|
4429
|
+
"./src/components/switch/CdrSwitch.vue"
|
|
4430
|
+
],
|
|
4431
|
+
"UIProperties": [
|
|
4432
|
+
{
|
|
4433
|
+
"name": "--cdr-switch-border-color",
|
|
4434
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
4435
|
+
"description": "Border of the cdr-switch button"
|
|
4436
|
+
},
|
|
4437
|
+
{
|
|
4438
|
+
"name": "--cdr-switch-background-color",
|
|
4439
|
+
"defaultValue": "--cdr-color-background-switch-default-rest",
|
|
4440
|
+
"description": "Background color of the cdr-switch button"
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "--cdr-switch-icon-fill",
|
|
4444
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
4445
|
+
"description": "Fill of the cdr-switch x and check icons"
|
|
4446
|
+
},
|
|
4447
|
+
{
|
|
4448
|
+
"name": "--cdr-switch-box-shadow-color-focus",
|
|
4449
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
4450
|
+
"description": "Box-shadow of the cdr-switch button on focus"
|
|
4451
|
+
},
|
|
4452
|
+
{
|
|
4453
|
+
"name": "--cdr-switch-background-color-focus",
|
|
4454
|
+
"defaultValue": "--cdr-color-background-switch-default-focus",
|
|
4455
|
+
"description": "Background color of the cdr-switch button on focus"
|
|
4456
|
+
},
|
|
4457
|
+
{
|
|
4458
|
+
"name": "--cdr-switch-icon-fill-focus",
|
|
4459
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
4460
|
+
"description": "Fill of the cdr-switch x and check icons on focus"
|
|
4461
|
+
},
|
|
4462
|
+
{
|
|
4463
|
+
"name": "--cdr-switch-handle-background-color-focus",
|
|
4464
|
+
"defaultValue": "--cdr-color-background-switch-handle-default-focus",
|
|
4465
|
+
"description": "Background color of the cdr-switch handle before on focus"
|
|
4466
|
+
},
|
|
4467
|
+
{
|
|
4468
|
+
"name": "--cdr-switch-hover-border-color",
|
|
4469
|
+
"defaultValue": "--cdr-color-border-switch-default-hover",
|
|
4470
|
+
"description": "Border of the cdr-switch button on hover when not in focus"
|
|
4471
|
+
},
|
|
4472
|
+
{
|
|
4473
|
+
"name": "--cdr-switch-background-color-hover",
|
|
4474
|
+
"defaultValue": "--cdr-color-background-switch-default-hover",
|
|
4475
|
+
"description": "Background color of the cdr-switch button on hover when not in focus"
|
|
4476
|
+
},
|
|
4477
|
+
{
|
|
4478
|
+
"name": "--cdr-switch-icon-fill-hover",
|
|
4479
|
+
"defaultValue": "--cdr-color-icon-emphasis",
|
|
4480
|
+
"description": "Fill of the cdr-switch x and check icons on hover when not in focus"
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"name": "--cdr-switch-handle-border-color-hover",
|
|
4484
|
+
"defaultValue": "--cdr-color-border-switch-default-hover",
|
|
4485
|
+
"description": "Border of the cdr-switch handle on hover when not in focus"
|
|
4486
|
+
},
|
|
4487
|
+
{
|
|
4488
|
+
"name": "--cdr-switch-background-color-checked",
|
|
4489
|
+
"defaultValue": "--cdr-color-background-switch-selected-default-rest",
|
|
4490
|
+
"description": "Background color of the cdr-switch button when it is checked"
|
|
4491
|
+
},
|
|
4492
|
+
{
|
|
4493
|
+
"name": "--cdr-switch-icon-fill-checked",
|
|
4494
|
+
"defaultValue": "--cdr-color-icon-switch-selected-default-rest",
|
|
4495
|
+
"description": "Fill of the cdr-switch x and check icons when it is checked"
|
|
4496
|
+
},
|
|
4497
|
+
{
|
|
4498
|
+
"name": "--cdr-switch-box-shadow-color-checked-focus",
|
|
4499
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
4500
|
+
"description": "Box-shadow of the cdr-switch button when it is checked and in focus"
|
|
4501
|
+
},
|
|
4502
|
+
{
|
|
4503
|
+
"name": "--cdr-switch-background-color-checked-focus",
|
|
4504
|
+
"defaultValue": "--cdr-color-background-switch-selected-default-focus",
|
|
4505
|
+
"description": "Background color of the cdr-switch button when it is checked and in focus"
|
|
4506
|
+
},
|
|
4507
|
+
{
|
|
4508
|
+
"name": "--cdr-switch-handle-border-color-checked-focus",
|
|
4509
|
+
"defaultValue": "--cdr-color-border-switch-handle-default-focus",
|
|
4510
|
+
"description": "Border of the cdr-switch handle when it is checked and in focus"
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"name": "--cdr-switch-handle-background-color-checked-focus",
|
|
4514
|
+
"defaultValue": "--cdr-color-background-switch-handle-selected-default-focus",
|
|
4515
|
+
"description": "Background color of the cdr-switch handle when it is checked and in focus"
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"name": "--cdr-switch-icon-fill-checked-focus",
|
|
4519
|
+
"defaultValue": "--cdr-color-icon-switch-selected-default-focus",
|
|
4520
|
+
"description": "Fill of the cdr-switch x and check icons when it is checked and in focus"
|
|
4521
|
+
},
|
|
4522
|
+
{
|
|
4523
|
+
"name": "--cdr-switch-handle-background-color-checked",
|
|
4524
|
+
"defaultValue": "--cdr-color-background-switch-handle-selected-default-rest",
|
|
4525
|
+
"description": "Background color of the cdr-switch handle when it is checked"
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
"name": "--cdr-switch-border-color-checked-hover",
|
|
4529
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
4530
|
+
"description": "Border of the cdr-switch button when it is checked and on hover but not in focus"
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
"name": "--cdr-switch-background-color-checked-hover",
|
|
4534
|
+
"defaultValue": "--cdr-color-background-switch-selected-default-hover",
|
|
4535
|
+
"description": "Background color of the cdr-switch button when it is checked and on hover but not in focus"
|
|
4536
|
+
},
|
|
4537
|
+
{
|
|
4538
|
+
"name": "--cdr-switch-icon-fill-checked-hover",
|
|
4539
|
+
"defaultValue": "--cdr-color-icon-switch-selected-default-hover",
|
|
4540
|
+
"description": "Fill of the cdr-switch x and check icons when it is checked and on hover but not in focus"
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
"name": "--cdr-switch-handle-border-color-checked-hover",
|
|
4544
|
+
"defaultValue": "--cdr-color-border-switch-handle-default-hover",
|
|
4545
|
+
"description": "Border of the cdr-switch handle when it is checked and on hover but not in focus"
|
|
4546
|
+
},
|
|
4547
|
+
{
|
|
4548
|
+
"name": "--cdr-switch-handle-border",
|
|
4549
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
4550
|
+
"description": "Border color of the cdr-switch handle"
|
|
4551
|
+
},
|
|
4552
|
+
{
|
|
4553
|
+
"name": "--cdr-switch-handle-background-color-rest",
|
|
4554
|
+
"defaultValue": "--cdr-color-background-switch-handle-default-rest",
|
|
4555
|
+
"description": "Background color of the cdr-switch handle"
|
|
4556
|
+
}
|
|
4557
|
+
]
|
|
4558
|
+
},
|
|
4559
|
+
"CdrTable": {
|
|
4560
|
+
"name": "CdrTable",
|
|
4561
|
+
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
4562
|
+
"tags": {},
|
|
4563
|
+
"exportName": "default",
|
|
4564
|
+
"displayName": "CdrTable",
|
|
4565
|
+
"props": [
|
|
4566
|
+
{
|
|
4567
|
+
"name": "striped",
|
|
4568
|
+
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
4569
|
+
"type": {
|
|
4570
|
+
"name": "boolean"
|
|
4571
|
+
},
|
|
4572
|
+
"defaultValue": {
|
|
4573
|
+
"func": false,
|
|
4574
|
+
"value": false
|
|
4575
|
+
}
|
|
4576
|
+
},
|
|
4577
|
+
{
|
|
4578
|
+
"name": "border",
|
|
4579
|
+
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4580
|
+
"type": {
|
|
4581
|
+
"name": "boolean"
|
|
4582
|
+
},
|
|
4583
|
+
"defaultValue": {
|
|
4584
|
+
"func": false,
|
|
4585
|
+
"value": true
|
|
4586
|
+
}
|
|
4587
|
+
},
|
|
4588
|
+
{
|
|
4589
|
+
"name": "fullWidth",
|
|
4590
|
+
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
4591
|
+
"type": {
|
|
4592
|
+
"name": "boolean|string"
|
|
4593
|
+
},
|
|
4594
|
+
"defaultValue": {
|
|
4595
|
+
"func": false,
|
|
4596
|
+
"value": true
|
|
4597
|
+
}
|
|
4598
|
+
},
|
|
4599
|
+
{
|
|
4600
|
+
"name": "responsive",
|
|
4601
|
+
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
4602
|
+
"type": {
|
|
4603
|
+
"name": "boolean"
|
|
4604
|
+
},
|
|
4605
|
+
"defaultValue": {
|
|
4380
4606
|
"func": false,
|
|
4381
4607
|
"value": true
|
|
4382
4608
|
}
|
|
@@ -4484,175 +4710,55 @@
|
|
|
4484
4710
|
}
|
|
4485
4711
|
]
|
|
4486
4712
|
},
|
|
4487
|
-
"
|
|
4488
|
-
"name": "
|
|
4489
|
-
"description": "Organizes related content into groups for people to navigate between",
|
|
4490
|
-
"tags": {},
|
|
4713
|
+
"CdrTabPanel": {
|
|
4714
|
+
"name": "CdrTabPanel",
|
|
4491
4715
|
"exportName": "default",
|
|
4492
|
-
"displayName": "
|
|
4716
|
+
"displayName": "CdrTabPanel",
|
|
4717
|
+
"description": "",
|
|
4718
|
+
"tags": {},
|
|
4493
4719
|
"props": [
|
|
4494
4720
|
{
|
|
4495
|
-
"name": "
|
|
4496
|
-
"description": "Sets
|
|
4721
|
+
"name": "id",
|
|
4722
|
+
"description": "Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property.",
|
|
4497
4723
|
"type": {
|
|
4498
4724
|
"name": "string"
|
|
4499
|
-
},
|
|
4500
|
-
"defaultValue": {
|
|
4501
|
-
"func": false,
|
|
4502
|
-
"value": "'240px'"
|
|
4503
4725
|
}
|
|
4504
4726
|
},
|
|
4505
4727
|
{
|
|
4506
|
-
"name": "
|
|
4507
|
-
"description": "Sets
|
|
4728
|
+
"name": "name",
|
|
4729
|
+
"description": "Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier.",
|
|
4508
4730
|
"type": {
|
|
4509
|
-
"name": "
|
|
4510
|
-
},
|
|
4511
|
-
"defaultValue": {
|
|
4512
|
-
"func": false,
|
|
4513
|
-
"value": "0"
|
|
4731
|
+
"name": "string"
|
|
4514
4732
|
}
|
|
4515
4733
|
},
|
|
4516
4734
|
{
|
|
4517
|
-
"name": "
|
|
4518
|
-
"description": "
|
|
4519
|
-
"tags": {},
|
|
4520
|
-
"values": [
|
|
4521
|
-
"centered",
|
|
4522
|
-
"compact",
|
|
4523
|
-
"full-width",
|
|
4524
|
-
"no-border"
|
|
4525
|
-
],
|
|
4735
|
+
"name": "ariaLabelledby",
|
|
4736
|
+
"description": "Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property.",
|
|
4526
4737
|
"type": {
|
|
4527
4738
|
"name": "string"
|
|
4528
4739
|
}
|
|
4529
|
-
}
|
|
4740
|
+
}
|
|
4741
|
+
],
|
|
4742
|
+
"events": [
|
|
4530
4743
|
{
|
|
4531
|
-
"name": "
|
|
4532
|
-
"description": "
|
|
4533
|
-
"tags":
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
]
|
|
4540
|
-
},
|
|
4541
|
-
"values": [
|
|
4542
|
-
"small"
|
|
4543
|
-
],
|
|
4544
|
-
"type": {
|
|
4545
|
-
"name": "string"
|
|
4546
|
-
}
|
|
4547
|
-
},
|
|
4548
|
-
{
|
|
4549
|
-
"name": "backgroundColor",
|
|
4550
|
-
"description": "Sets the background color of the tab.\nFor CdrTabs that are rendered on non-primary backgrounds.\nPass the background-color into the component to ensure that the scrolling gradients render correctly.",
|
|
4551
|
-
"type": {
|
|
4552
|
-
"name": "string"
|
|
4553
|
-
},
|
|
4554
|
-
"defaultValue": {
|
|
4555
|
-
"func": false,
|
|
4556
|
-
"value": "CdrColorBackgroundPrimary"
|
|
4557
|
-
}
|
|
4558
|
-
}
|
|
4559
|
-
],
|
|
4560
|
-
"slots": [
|
|
4561
|
-
{
|
|
4562
|
-
"name": "default",
|
|
4563
|
-
"description": "CdrTabs content (CdrTabPanel components)"
|
|
4564
|
-
}
|
|
4565
|
-
],
|
|
4566
|
-
"sourceFiles": [
|
|
4567
|
-
"./src/components/tabs/CdrTabs.vue"
|
|
4568
|
-
],
|
|
4569
|
-
"UIProperties": [
|
|
4570
|
-
{
|
|
4571
|
-
"name": "--cdr-tabs-header-container-keyline-color",
|
|
4572
|
-
"defaultValue": "--cdr-color-border-tab-keyline-rest",
|
|
4573
|
-
"description": "Keyline color of the cdr-tabs header container"
|
|
4574
|
-
},
|
|
4575
|
-
{
|
|
4576
|
-
"name": "--cdr-tabs-tab-text-color",
|
|
4577
|
-
"defaultValue": "--cdr-color-text-tab-rest",
|
|
4578
|
-
"description": "Text color in a tab"
|
|
4579
|
-
},
|
|
4580
|
-
{
|
|
4581
|
-
"name": "--cdr-tabs-tab-text-color-active",
|
|
4582
|
-
"defaultValue": "--cdr-color-text-tab-active",
|
|
4583
|
-
"description": "Text color of an active tab"
|
|
4584
|
-
},
|
|
4585
|
-
{
|
|
4586
|
-
"name": "--cdr-tabs-tab-text-color-interaction",
|
|
4587
|
-
"defaultValue": "--cdr-color-text-tab-hover",
|
|
4588
|
-
"description": "Text color of a tab on active, focus, or hover"
|
|
4589
|
-
},
|
|
4590
|
-
{
|
|
4591
|
-
"name": "--cdr-tabs-tab-text-color-disabled",
|
|
4592
|
-
"defaultValue": "--cdr-color-text-tab-disabled",
|
|
4593
|
-
"description": "Text color of a disabled tab"
|
|
4594
|
-
},
|
|
4595
|
-
{
|
|
4596
|
-
"name": "--cdr-tabs-keyline-background-color",
|
|
4597
|
-
"defaultValue": "--cdr-color-border-tab-keyline-active",
|
|
4598
|
-
"description": "Background color of the cdr-tabs keyline"
|
|
4599
|
-
},
|
|
4600
|
-
{
|
|
4601
|
-
"name": "--cdr-tabs-no-border-border-color",
|
|
4602
|
-
"defaultValue": "transparent",
|
|
4603
|
-
"description": "Border color of the cdr-tabs with no-border modifier"
|
|
4604
|
-
}
|
|
4605
|
-
]
|
|
4606
|
-
},
|
|
4607
|
-
"CdrSkeleton": {
|
|
4608
|
-
"name": "CdrSkeleton",
|
|
4609
|
-
"description": "Visually communicates content is in the process of loading",
|
|
4610
|
-
"tags": {},
|
|
4611
|
-
"exportName": "default",
|
|
4612
|
-
"displayName": "CdrSkeleton",
|
|
4613
|
-
"props": [
|
|
4614
|
-
{
|
|
4615
|
-
"name": "motion",
|
|
4616
|
-
"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.",
|
|
4617
|
-
"type": {
|
|
4618
|
-
"name": "boolean"
|
|
4619
|
-
},
|
|
4620
|
-
"defaultValue": {
|
|
4621
|
-
"func": false,
|
|
4622
|
-
"value": true
|
|
4623
|
-
}
|
|
4744
|
+
"name": "tab-change",
|
|
4745
|
+
"description": "Emits when active tab is changed",
|
|
4746
|
+
"tags": [
|
|
4747
|
+
{
|
|
4748
|
+
"title": "params",
|
|
4749
|
+
"content": "state, panelId"
|
|
4750
|
+
}
|
|
4751
|
+
]
|
|
4624
4752
|
}
|
|
4625
4753
|
],
|
|
4626
4754
|
"slots": [
|
|
4627
4755
|
{
|
|
4628
4756
|
"name": "default",
|
|
4629
|
-
"description": "
|
|
4757
|
+
"description": "CdrTabPanel content"
|
|
4630
4758
|
}
|
|
4631
4759
|
],
|
|
4632
4760
|
"sourceFiles": [
|
|
4633
|
-
"./src/components/
|
|
4634
|
-
],
|
|
4635
|
-
"UIProperties": [
|
|
4636
|
-
{
|
|
4637
|
-
"name": "--cdr-skeleton-bone-background-color",
|
|
4638
|
-
"defaultValue": "#edeae3",
|
|
4639
|
-
"description": "Skeleton bone background color"
|
|
4640
|
-
},
|
|
4641
|
-
{
|
|
4642
|
-
"name": "--cdr-skeleton-gradient-1",
|
|
4643
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
4644
|
-
"description": "Skeleton shimmer gradient part 1"
|
|
4645
|
-
},
|
|
4646
|
-
{
|
|
4647
|
-
"name": "--cdr-skeleton-gradient-2",
|
|
4648
|
-
"defaultValue": "rgba(249,248,240,1)",
|
|
4649
|
-
"description": "Skeleton shimmer gradient part 2"
|
|
4650
|
-
},
|
|
4651
|
-
{
|
|
4652
|
-
"name": "--cdr-skeleton-gradient-3",
|
|
4653
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
4654
|
-
"description": "Skeleton shimmer gradient part 3"
|
|
4655
|
-
}
|
|
4761
|
+
"./src/components/tabs/CdrTabPanel.vue"
|
|
4656
4762
|
]
|
|
4657
4763
|
},
|
|
4658
4764
|
"CdrText": {
|
|
@@ -4691,229 +4797,123 @@
|
|
|
4691
4797
|
}
|
|
4692
4798
|
]
|
|
4693
4799
|
},
|
|
4694
|
-
"
|
|
4695
|
-
"name": "
|
|
4696
|
-
"description": "
|
|
4800
|
+
"CdrTabs": {
|
|
4801
|
+
"name": "CdrTabs",
|
|
4802
|
+
"description": "Organizes related content into groups for people to navigate between",
|
|
4697
4803
|
"tags": {},
|
|
4698
4804
|
"exportName": "default",
|
|
4699
|
-
"displayName": "
|
|
4805
|
+
"displayName": "CdrTabs",
|
|
4700
4806
|
"props": [
|
|
4701
4807
|
{
|
|
4702
|
-
"name": "
|
|
4703
|
-
"description": "Sets
|
|
4808
|
+
"name": "height",
|
|
4809
|
+
"description": "Sets height of the tabs container element.\nPassing a `px` value will render tabs with a static height,\npassing `auto` will render tabs with variable height based on content size.",
|
|
4704
4810
|
"type": {
|
|
4705
4811
|
"name": "string"
|
|
4812
|
+
},
|
|
4813
|
+
"defaultValue": {
|
|
4814
|
+
"func": false,
|
|
4815
|
+
"value": "'240px'"
|
|
4706
4816
|
}
|
|
4707
4817
|
},
|
|
4708
4818
|
{
|
|
4709
|
-
"name": "
|
|
4710
|
-
"description": "Sets the
|
|
4711
|
-
"tags": {
|
|
4712
|
-
"demoSelectMultiple": [
|
|
4713
|
-
{
|
|
4714
|
-
"description": "false",
|
|
4715
|
-
"title": "demoSelectMultiple"
|
|
4716
|
-
}
|
|
4717
|
-
]
|
|
4718
|
-
},
|
|
4719
|
-
"values": [
|
|
4720
|
-
"medium",
|
|
4721
|
-
"large"
|
|
4722
|
-
],
|
|
4819
|
+
"name": "activeTab",
|
|
4820
|
+
"description": "Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed.",
|
|
4723
4821
|
"type": {
|
|
4724
|
-
"name": "
|
|
4822
|
+
"name": "number"
|
|
4725
4823
|
},
|
|
4726
4824
|
"defaultValue": {
|
|
4727
4825
|
"func": false,
|
|
4728
|
-
"value": "
|
|
4826
|
+
"value": "0"
|
|
4729
4827
|
}
|
|
4730
4828
|
},
|
|
4731
4829
|
{
|
|
4732
|
-
"name": "
|
|
4733
|
-
"description": "
|
|
4830
|
+
"name": "modifier",
|
|
4831
|
+
"description": "Modifies the style variants for this component",
|
|
4832
|
+
"tags": {},
|
|
4833
|
+
"values": [
|
|
4834
|
+
"centered",
|
|
4835
|
+
"compact",
|
|
4836
|
+
"full-width",
|
|
4837
|
+
"no-border"
|
|
4838
|
+
],
|
|
4734
4839
|
"type": {
|
|
4735
|
-
"name": "
|
|
4736
|
-
},
|
|
4737
|
-
"defaultValue": {
|
|
4738
|
-
"func": false,
|
|
4739
|
-
"value": false
|
|
4840
|
+
"name": "string"
|
|
4740
4841
|
}
|
|
4741
4842
|
},
|
|
4742
4843
|
{
|
|
4743
|
-
"name": "
|
|
4844
|
+
"name": "size",
|
|
4845
|
+
"description": "Use `small` to reduce spacing around the tabs for a denser visual design",
|
|
4744
4846
|
"tags": {
|
|
4745
|
-
"
|
|
4847
|
+
"demoSelectMultiple": [
|
|
4746
4848
|
{
|
|
4747
4849
|
"description": "true",
|
|
4748
|
-
"title": "
|
|
4749
|
-
}
|
|
4750
|
-
]
|
|
4751
|
-
},
|
|
4752
|
-
"
|
|
4753
|
-
"
|
|
4754
|
-
|
|
4755
|
-
"
|
|
4756
|
-
|
|
4757
|
-
|
|
4758
|
-
"events": [
|
|
4759
|
-
{
|
|
4760
|
-
"name": "update:modelValue",
|
|
4761
|
-
"description": "Event emitted by v-model on switch",
|
|
4762
|
-
"properties": [
|
|
4763
|
-
{
|
|
4764
|
-
"type": {
|
|
4765
|
-
"names": [
|
|
4766
|
-
"mixed"
|
|
4767
|
-
]
|
|
4768
|
-
},
|
|
4769
|
-
"name": "modelValue"
|
|
4770
|
-
}
|
|
4771
|
-
],
|
|
4772
|
-
"tags": [
|
|
4773
|
-
{
|
|
4774
|
-
"title": "param",
|
|
4775
|
-
"type": {
|
|
4776
|
-
"name": "mixed"
|
|
4777
|
-
},
|
|
4778
|
-
"name": "modelValue"
|
|
4779
|
-
}
|
|
4780
|
-
]
|
|
4781
|
-
}
|
|
4782
|
-
],
|
|
4783
|
-
"slots": [
|
|
4784
|
-
{
|
|
4785
|
-
"name": "default",
|
|
4786
|
-
"description": "The label for the switch"
|
|
4787
|
-
}
|
|
4788
|
-
],
|
|
4789
|
-
"sourceFiles": [
|
|
4790
|
-
"./src/components/switch/CdrSwitch.vue"
|
|
4791
|
-
],
|
|
4792
|
-
"UIProperties": [
|
|
4793
|
-
{
|
|
4794
|
-
"name": "--cdr-switch-border-color",
|
|
4795
|
-
"defaultValue": "--cdr-color-border-secondary",
|
|
4796
|
-
"description": "Border of the cdr-switch button"
|
|
4797
|
-
},
|
|
4798
|
-
{
|
|
4799
|
-
"name": "--cdr-switch-background-color",
|
|
4800
|
-
"defaultValue": "--cdr-color-background-switch-default-rest",
|
|
4801
|
-
"description": "Background color of the cdr-switch button"
|
|
4802
|
-
},
|
|
4803
|
-
{
|
|
4804
|
-
"name": "--cdr-switch-icon-fill",
|
|
4805
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
4806
|
-
"description": "Fill of the cdr-switch x and check icons"
|
|
4807
|
-
},
|
|
4808
|
-
{
|
|
4809
|
-
"name": "--cdr-switch-box-shadow-color-focus",
|
|
4810
|
-
"defaultValue": "--cdr-color-border-secondary",
|
|
4811
|
-
"description": "Box-shadow of the cdr-switch button on focus"
|
|
4812
|
-
},
|
|
4813
|
-
{
|
|
4814
|
-
"name": "--cdr-switch-background-color-focus",
|
|
4815
|
-
"defaultValue": "--cdr-color-background-switch-default-focus",
|
|
4816
|
-
"description": "Background color of the cdr-switch button on focus"
|
|
4817
|
-
},
|
|
4818
|
-
{
|
|
4819
|
-
"name": "--cdr-switch-icon-fill-focus",
|
|
4820
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
4821
|
-
"description": "Fill of the cdr-switch x and check icons on focus"
|
|
4822
|
-
},
|
|
4823
|
-
{
|
|
4824
|
-
"name": "--cdr-switch-handle-background-color-focus",
|
|
4825
|
-
"defaultValue": "--cdr-color-background-switch-handle-default-focus",
|
|
4826
|
-
"description": "Background color of the cdr-switch handle before on focus"
|
|
4827
|
-
},
|
|
4828
|
-
{
|
|
4829
|
-
"name": "--cdr-switch-hover-border-color",
|
|
4830
|
-
"defaultValue": "--cdr-color-border-switch-default-hover",
|
|
4831
|
-
"description": "Border of the cdr-switch button on hover when not in focus"
|
|
4832
|
-
},
|
|
4833
|
-
{
|
|
4834
|
-
"name": "--cdr-switch-background-color-hover",
|
|
4835
|
-
"defaultValue": "--cdr-color-background-switch-default-hover",
|
|
4836
|
-
"description": "Background color of the cdr-switch button on hover when not in focus"
|
|
4837
|
-
},
|
|
4838
|
-
{
|
|
4839
|
-
"name": "--cdr-switch-icon-fill-hover",
|
|
4840
|
-
"defaultValue": "--cdr-color-icon-emphasis",
|
|
4841
|
-
"description": "Fill of the cdr-switch x and check icons on hover when not in focus"
|
|
4842
|
-
},
|
|
4843
|
-
{
|
|
4844
|
-
"name": "--cdr-switch-handle-border-color-hover",
|
|
4845
|
-
"defaultValue": "--cdr-color-border-switch-default-hover",
|
|
4846
|
-
"description": "Border of the cdr-switch handle on hover when not in focus"
|
|
4847
|
-
},
|
|
4848
|
-
{
|
|
4849
|
-
"name": "--cdr-switch-background-color-checked",
|
|
4850
|
-
"defaultValue": "--cdr-color-background-switch-selected-default-rest",
|
|
4851
|
-
"description": "Background color of the cdr-switch button when it is checked"
|
|
4852
|
-
},
|
|
4853
|
-
{
|
|
4854
|
-
"name": "--cdr-switch-icon-fill-checked",
|
|
4855
|
-
"defaultValue": "--cdr-color-icon-switch-selected-default-rest",
|
|
4856
|
-
"description": "Fill of the cdr-switch x and check icons when it is checked"
|
|
4857
|
-
},
|
|
4858
|
-
{
|
|
4859
|
-
"name": "--cdr-switch-box-shadow-color-checked-focus",
|
|
4860
|
-
"defaultValue": "--cdr-color-border-secondary",
|
|
4861
|
-
"description": "Box-shadow of the cdr-switch button when it is checked and in focus"
|
|
4862
|
-
},
|
|
4863
|
-
{
|
|
4864
|
-
"name": "--cdr-switch-background-color-checked-focus",
|
|
4865
|
-
"defaultValue": "--cdr-color-background-switch-selected-default-focus",
|
|
4866
|
-
"description": "Background color of the cdr-switch button when it is checked and in focus"
|
|
4867
|
-
},
|
|
4868
|
-
{
|
|
4869
|
-
"name": "--cdr-switch-handle-border-color-checked-focus",
|
|
4870
|
-
"defaultValue": "--cdr-color-border-switch-handle-default-focus",
|
|
4871
|
-
"description": "Border of the cdr-switch handle when it is checked and in focus"
|
|
4850
|
+
"title": "demoSelectMultiple"
|
|
4851
|
+
}
|
|
4852
|
+
]
|
|
4853
|
+
},
|
|
4854
|
+
"values": [
|
|
4855
|
+
"small"
|
|
4856
|
+
],
|
|
4857
|
+
"type": {
|
|
4858
|
+
"name": "string"
|
|
4859
|
+
}
|
|
4872
4860
|
},
|
|
4873
4861
|
{
|
|
4874
|
-
"name": "
|
|
4875
|
-
"
|
|
4876
|
-
"
|
|
4877
|
-
|
|
4862
|
+
"name": "backgroundColor",
|
|
4863
|
+
"description": "Sets the background color of the tab.\nFor CdrTabs that are rendered on non-primary backgrounds.\nPass the background-color into the component to ensure that the scrolling gradients render correctly.",
|
|
4864
|
+
"type": {
|
|
4865
|
+
"name": "string"
|
|
4866
|
+
},
|
|
4867
|
+
"defaultValue": {
|
|
4868
|
+
"func": false,
|
|
4869
|
+
"value": "CdrColorBackgroundPrimary"
|
|
4870
|
+
}
|
|
4871
|
+
}
|
|
4872
|
+
],
|
|
4873
|
+
"slots": [
|
|
4878
4874
|
{
|
|
4879
|
-
"name": "
|
|
4880
|
-
"
|
|
4881
|
-
|
|
4882
|
-
|
|
4875
|
+
"name": "default",
|
|
4876
|
+
"description": "CdrTabs content (CdrTabPanel components)"
|
|
4877
|
+
}
|
|
4878
|
+
],
|
|
4879
|
+
"sourceFiles": [
|
|
4880
|
+
"./src/components/tabs/CdrTabs.vue"
|
|
4881
|
+
],
|
|
4882
|
+
"UIProperties": [
|
|
4883
4883
|
{
|
|
4884
|
-
"name": "--cdr-
|
|
4885
|
-
"defaultValue": "--cdr-color-
|
|
4886
|
-
"description": "
|
|
4884
|
+
"name": "--cdr-tabs-header-container-keyline-color",
|
|
4885
|
+
"defaultValue": "--cdr-color-border-tab-keyline-rest",
|
|
4886
|
+
"description": "Keyline color of the cdr-tabs header container"
|
|
4887
4887
|
},
|
|
4888
4888
|
{
|
|
4889
|
-
"name": "--cdr-
|
|
4890
|
-
"defaultValue": "--cdr-color-
|
|
4891
|
-
"description": "
|
|
4889
|
+
"name": "--cdr-tabs-tab-text-color",
|
|
4890
|
+
"defaultValue": "--cdr-color-text-tab-rest",
|
|
4891
|
+
"description": "Text color in a tab"
|
|
4892
4892
|
},
|
|
4893
4893
|
{
|
|
4894
|
-
"name": "--cdr-
|
|
4895
|
-
"defaultValue": "--cdr-color-
|
|
4896
|
-
"description": "
|
|
4894
|
+
"name": "--cdr-tabs-tab-text-color-active",
|
|
4895
|
+
"defaultValue": "--cdr-color-text-tab-active",
|
|
4896
|
+
"description": "Text color of an active tab"
|
|
4897
4897
|
},
|
|
4898
4898
|
{
|
|
4899
|
-
"name": "--cdr-
|
|
4900
|
-
"defaultValue": "--cdr-color-
|
|
4901
|
-
"description": "
|
|
4899
|
+
"name": "--cdr-tabs-tab-text-color-interaction",
|
|
4900
|
+
"defaultValue": "--cdr-color-text-tab-hover",
|
|
4901
|
+
"description": "Text color of a tab on active, focus, or hover"
|
|
4902
4902
|
},
|
|
4903
4903
|
{
|
|
4904
|
-
"name": "--cdr-
|
|
4905
|
-
"defaultValue": "--cdr-color-
|
|
4906
|
-
"description": "
|
|
4904
|
+
"name": "--cdr-tabs-tab-text-color-disabled",
|
|
4905
|
+
"defaultValue": "--cdr-color-text-tab-disabled",
|
|
4906
|
+
"description": "Text color of a disabled tab"
|
|
4907
4907
|
},
|
|
4908
4908
|
{
|
|
4909
|
-
"name": "--cdr-
|
|
4910
|
-
"defaultValue": "--cdr-color-border-
|
|
4911
|
-
"description": "
|
|
4909
|
+
"name": "--cdr-tabs-keyline-background-color",
|
|
4910
|
+
"defaultValue": "--cdr-color-border-tab-keyline-active",
|
|
4911
|
+
"description": "Background color of the cdr-tabs keyline"
|
|
4912
4912
|
},
|
|
4913
4913
|
{
|
|
4914
|
-
"name": "--cdr-
|
|
4915
|
-
"defaultValue": "
|
|
4916
|
-
"description": "
|
|
4914
|
+
"name": "--cdr-tabs-no-border-border-color",
|
|
4915
|
+
"defaultValue": "transparent",
|
|
4916
|
+
"description": "Border color of the cdr-tabs with no-border modifier"
|
|
4917
4917
|
}
|
|
4918
4918
|
]
|
|
4919
4919
|
},
|
|
@@ -5141,6 +5141,94 @@
|
|
|
5141
5141
|
}
|
|
5142
5142
|
]
|
|
5143
5143
|
},
|
|
5144
|
+
"CdrToggleButton": {
|
|
5145
|
+
"name": "CdrToggleButton",
|
|
5146
|
+
"description": "Permits switching two or more options on and off",
|
|
5147
|
+
"tags": {},
|
|
5148
|
+
"exportName": "default",
|
|
5149
|
+
"displayName": "CdrToggleButton",
|
|
5150
|
+
"props": [
|
|
5151
|
+
{
|
|
5152
|
+
"name": "toggleValue",
|
|
5153
|
+
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
5154
|
+
"type": {
|
|
5155
|
+
"name": "string"
|
|
5156
|
+
},
|
|
5157
|
+
"required": true
|
|
5158
|
+
}
|
|
5159
|
+
],
|
|
5160
|
+
"slots": [
|
|
5161
|
+
{
|
|
5162
|
+
"name": "default",
|
|
5163
|
+
"description": "CdrToggleButton label content"
|
|
5164
|
+
}
|
|
5165
|
+
],
|
|
5166
|
+
"sourceFiles": [
|
|
5167
|
+
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
5168
|
+
],
|
|
5169
|
+
"UIProperties": [
|
|
5170
|
+
{
|
|
5171
|
+
"name": "--cdr-toggle-button-color-default-rest",
|
|
5172
|
+
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
5173
|
+
"description": "Default text color of the cdr-toggle-button"
|
|
5174
|
+
},
|
|
5175
|
+
{
|
|
5176
|
+
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
5177
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
5178
|
+
"description": "Default background color of the cdr-toggle-button"
|
|
5179
|
+
},
|
|
5180
|
+
{
|
|
5181
|
+
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
5182
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
5183
|
+
"description": "Focus border color of the cdr-toggle-button"
|
|
5184
|
+
},
|
|
5185
|
+
{
|
|
5186
|
+
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
5187
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
5188
|
+
"description": "Focus background color of the cdr-toggle-button"
|
|
5189
|
+
},
|
|
5190
|
+
{
|
|
5191
|
+
"name": "--cdr-toggle-button-icon-fill-default",
|
|
5192
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
5193
|
+
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
5194
|
+
},
|
|
5195
|
+
{
|
|
5196
|
+
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
5197
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
5198
|
+
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
5199
|
+
},
|
|
5200
|
+
{
|
|
5201
|
+
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
5202
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
5203
|
+
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
5204
|
+
},
|
|
5205
|
+
{
|
|
5206
|
+
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
5207
|
+
"defaultValue": "--cdr-color-icon-emphasis",
|
|
5208
|
+
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
5209
|
+
},
|
|
5210
|
+
{
|
|
5211
|
+
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
5212
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5213
|
+
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
5214
|
+
},
|
|
5215
|
+
{
|
|
5216
|
+
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
5217
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
5218
|
+
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
5219
|
+
},
|
|
5220
|
+
{
|
|
5221
|
+
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
5222
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
5223
|
+
"description": "Background color of the cdr-toggle-button on hover"
|
|
5224
|
+
},
|
|
5225
|
+
{
|
|
5226
|
+
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5227
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5228
|
+
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
5229
|
+
}
|
|
5230
|
+
]
|
|
5231
|
+
},
|
|
5144
5232
|
"CdrToggleGroup": {
|
|
5145
5233
|
"name": "CdrToggleGroup",
|
|
5146
5234
|
"exportName": "default",
|
|
@@ -5234,94 +5322,6 @@
|
|
|
5234
5322
|
}
|
|
5235
5323
|
]
|
|
5236
5324
|
},
|
|
5237
|
-
"CdrToggleButton": {
|
|
5238
|
-
"name": "CdrToggleButton",
|
|
5239
|
-
"description": "Permits switching two or more options on and off",
|
|
5240
|
-
"tags": {},
|
|
5241
|
-
"exportName": "default",
|
|
5242
|
-
"displayName": "CdrToggleButton",
|
|
5243
|
-
"props": [
|
|
5244
|
-
{
|
|
5245
|
-
"name": "toggleValue",
|
|
5246
|
-
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
5247
|
-
"type": {
|
|
5248
|
-
"name": "string"
|
|
5249
|
-
},
|
|
5250
|
-
"required": true
|
|
5251
|
-
}
|
|
5252
|
-
],
|
|
5253
|
-
"slots": [
|
|
5254
|
-
{
|
|
5255
|
-
"name": "default",
|
|
5256
|
-
"description": "CdrToggleButton label content"
|
|
5257
|
-
}
|
|
5258
|
-
],
|
|
5259
|
-
"sourceFiles": [
|
|
5260
|
-
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
5261
|
-
],
|
|
5262
|
-
"UIProperties": [
|
|
5263
|
-
{
|
|
5264
|
-
"name": "--cdr-toggle-button-color-default-rest",
|
|
5265
|
-
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
5266
|
-
"description": "Default text color of the cdr-toggle-button"
|
|
5267
|
-
},
|
|
5268
|
-
{
|
|
5269
|
-
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
5270
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
5271
|
-
"description": "Default background color of the cdr-toggle-button"
|
|
5272
|
-
},
|
|
5273
|
-
{
|
|
5274
|
-
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
5275
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
5276
|
-
"description": "Focus border color of the cdr-toggle-button"
|
|
5277
|
-
},
|
|
5278
|
-
{
|
|
5279
|
-
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
5280
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
5281
|
-
"description": "Focus background color of the cdr-toggle-button"
|
|
5282
|
-
},
|
|
5283
|
-
{
|
|
5284
|
-
"name": "--cdr-toggle-button-icon-fill-default",
|
|
5285
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
5286
|
-
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
5287
|
-
},
|
|
5288
|
-
{
|
|
5289
|
-
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
5290
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
5291
|
-
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
5292
|
-
},
|
|
5293
|
-
{
|
|
5294
|
-
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
5295
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
5296
|
-
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
5297
|
-
},
|
|
5298
|
-
{
|
|
5299
|
-
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
5300
|
-
"defaultValue": "--cdr-color-icon-emphasis",
|
|
5301
|
-
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
5302
|
-
},
|
|
5303
|
-
{
|
|
5304
|
-
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
5305
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5306
|
-
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
5307
|
-
},
|
|
5308
|
-
{
|
|
5309
|
-
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
5310
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
5311
|
-
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
5312
|
-
},
|
|
5313
|
-
{
|
|
5314
|
-
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
5315
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
5316
|
-
"description": "Background color of the cdr-toggle-button on hover"
|
|
5317
|
-
},
|
|
5318
|
-
{
|
|
5319
|
-
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5320
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5321
|
-
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
5322
|
-
}
|
|
5323
|
-
]
|
|
5324
|
-
},
|
|
5325
5325
|
"CdrTooltip": {
|
|
5326
5326
|
"name": "CdrTooltip",
|
|
5327
5327
|
"description": "Floating label used to clarify interface actions",
|