@rei/cedar 14.0.2-alpha.7 → 14.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cedar-compiled.css +1050 -1050
- package/dist/cedar.umd.js +14 -14
- package/dist/component-docgen.json +1642 -1642
- package/dist/icon-component-docgen.json +617 -617
- package/dist/lib.d.ts +17 -2
- package/dist/src/components/accordion/CdrAccordion.vue2.mjs +1 -1
- package/dist/src/components/accordion/CdrAccordionGroup.vue2.mjs +1 -1
- 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/CdrSkeleton.vue2.mjs +1 -1
- package/dist/src/components/skeleton/CdrSkeletonBone.vue2.mjs +1 -1
- 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/CdrTabPanel.vue2.mjs +1 -1
- package/dist/src/components/tabs/CdrTabs.vue2.mjs +1 -1
- 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/CdrToggleButton.vue2.mjs +1 -1
- package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +1 -1
- 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/src/types/symbols.mjs +7 -0
- 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
- package/dist/src/components/accordion/symbols.mjs +0 -4
- package/dist/src/components/skeleton/symbols.mjs +0 -4
- package/dist/src/components/tabs/symbols.mjs +0 -4
- package/dist/src/components/toggleButton/symbols.mjs +0 -4
|
@@ -1,39 +1,166 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"name": "
|
|
4
|
-
"
|
|
5
|
-
"displayName": "CdrAccordionGroup",
|
|
6
|
-
"description": "",
|
|
2
|
+
"CdrAccordion": {
|
|
3
|
+
"name": "CdrAccordion",
|
|
4
|
+
"description": "Vertically-stacked list that allows users to expand and collapse additional content",
|
|
7
5
|
"tags": {},
|
|
6
|
+
"exportName": "default",
|
|
7
|
+
"displayName": "CdrAccordion",
|
|
8
8
|
"props": [
|
|
9
9
|
{
|
|
10
|
-
"name": "
|
|
11
|
-
"description": "
|
|
12
|
-
"tags": {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
10
|
+
"name": "id",
|
|
11
|
+
"description": "The unique id of an accordion.",
|
|
12
|
+
"tags": {
|
|
13
|
+
"demoIgnore": [
|
|
14
|
+
{
|
|
15
|
+
"description": "true",
|
|
16
|
+
"title": "demoIgnore"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
20
|
"type": {
|
|
21
|
-
"name": "string
|
|
21
|
+
"name": "string"
|
|
22
|
+
},
|
|
23
|
+
"required": true
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "opened",
|
|
27
|
+
"description": "Toggle this value to open/close the accordion.",
|
|
28
|
+
"tags": {
|
|
29
|
+
"demoIgnore": [
|
|
30
|
+
{
|
|
31
|
+
"description": "true",
|
|
32
|
+
"title": "demoIgnore"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"type": {
|
|
37
|
+
"name": "boolean"
|
|
38
|
+
},
|
|
39
|
+
"defaultValue": {
|
|
40
|
+
"func": false,
|
|
41
|
+
"value": false
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "compact",
|
|
46
|
+
"description": "Sets a compact style.",
|
|
47
|
+
"type": {
|
|
48
|
+
"name": "boolean"
|
|
49
|
+
},
|
|
50
|
+
"defaultValue": {
|
|
51
|
+
"func": false,
|
|
52
|
+
"value": false
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "borderAligned",
|
|
57
|
+
"description": "Sets a border-aligned style.",
|
|
58
|
+
"type": {
|
|
59
|
+
"name": "boolean"
|
|
22
60
|
},
|
|
23
61
|
"defaultValue": {
|
|
24
62
|
"func": false,
|
|
25
63
|
"value": false
|
|
26
64
|
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "level",
|
|
68
|
+
"description": "Sets the heading level",
|
|
69
|
+
"tags": {
|
|
70
|
+
"demoIgnore": [
|
|
71
|
+
{
|
|
72
|
+
"description": "true",
|
|
73
|
+
"title": "demoIgnore"
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
"type": {
|
|
78
|
+
"name": "string|number"
|
|
79
|
+
},
|
|
80
|
+
"required": true
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "contentSpacing",
|
|
84
|
+
"description": "Toggles content spacing (padding)",
|
|
85
|
+
"type": {
|
|
86
|
+
"name": "boolean"
|
|
87
|
+
},
|
|
88
|
+
"defaultValue": {
|
|
89
|
+
"func": false,
|
|
90
|
+
"value": true
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "label",
|
|
95
|
+
"description": "Sets the readable text on CdrAccordion button (also can be slotted)",
|
|
96
|
+
"tags": {
|
|
97
|
+
"demoIgnore": [
|
|
98
|
+
{
|
|
99
|
+
"description": "true",
|
|
100
|
+
"title": "demoIgnore"
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
"type": {
|
|
105
|
+
"name": "string"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"events": [
|
|
110
|
+
{
|
|
111
|
+
"name": "accordion-toggle",
|
|
112
|
+
"description": "Emits on accordion open/close"
|
|
27
113
|
}
|
|
28
114
|
],
|
|
29
115
|
"slots": [
|
|
116
|
+
{
|
|
117
|
+
"name": "label",
|
|
118
|
+
"description": " Sets the readable text on the CdrAccordion button"
|
|
119
|
+
},
|
|
30
120
|
{
|
|
31
121
|
"name": "default",
|
|
32
|
-
"description": "
|
|
122
|
+
"description": "CdrAccordion content"
|
|
33
123
|
}
|
|
34
124
|
],
|
|
35
125
|
"sourceFiles": [
|
|
36
|
-
"./src/components/accordion/
|
|
126
|
+
"./src/components/accordion/CdrAccordion.vue"
|
|
127
|
+
],
|
|
128
|
+
"UIProperties": [
|
|
129
|
+
{
|
|
130
|
+
"name": "--cdr-accordion-border-color",
|
|
131
|
+
"defaultValue": "--cdr-color-border-primary",
|
|
132
|
+
"description": "Border color of cdr-accordion"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "--cdr-accordion-button-background-color",
|
|
136
|
+
"defaultValue": "transparent",
|
|
137
|
+
"description": "Background color of a cdr-accordion header button"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "--cdr-accordion-button-color",
|
|
141
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
142
|
+
"description": "Text color of a cdr-accordion header button"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "--cdr-accordion-button-background-color-hover",
|
|
146
|
+
"defaultValue": "--cdr-color-background-accordion-hover",
|
|
147
|
+
"description": "Background color of a cdr-accordion header button on focus and hover"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "--cdr-accordion-icon-fill",
|
|
151
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
152
|
+
"description": "Fill color of icons on a cdr-accordion. This is used for the caret which changes orientation when the accordion collapses and expands"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "--cdr-accordion-content-background-color",
|
|
156
|
+
"defaultValue": "transparent",
|
|
157
|
+
"description": "Background color of cdr-accordion content"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"name": "--cdr-accordion-content-text-color",
|
|
161
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
162
|
+
"description": "Text color of cdr-accordion content"
|
|
163
|
+
}
|
|
37
164
|
]
|
|
38
165
|
},
|
|
39
166
|
"CdrBanner": {
|
|
@@ -238,32 +365,53 @@
|
|
|
238
365
|
}
|
|
239
366
|
]
|
|
240
367
|
},
|
|
241
|
-
"
|
|
242
|
-
"name": "
|
|
243
|
-
"description": "Vertically-stacked list that allows users to expand and collapse additional content",
|
|
244
|
-
"tags": {},
|
|
368
|
+
"CdrAccordionGroup": {
|
|
369
|
+
"name": "CdrAccordionGroup",
|
|
245
370
|
"exportName": "default",
|
|
246
|
-
"displayName": "
|
|
371
|
+
"displayName": "CdrAccordionGroup",
|
|
372
|
+
"description": "",
|
|
373
|
+
"tags": {},
|
|
247
374
|
"props": [
|
|
248
375
|
{
|
|
249
|
-
"name": "
|
|
250
|
-
"description": "
|
|
251
|
-
"tags": {
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
376
|
+
"name": "unwrap",
|
|
377
|
+
"description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
|
|
378
|
+
"tags": {},
|
|
379
|
+
"values": [
|
|
380
|
+
"@xs",
|
|
381
|
+
"@sm",
|
|
382
|
+
"@md",
|
|
383
|
+
"@lg",
|
|
384
|
+
"true"
|
|
385
|
+
],
|
|
259
386
|
"type": {
|
|
260
|
-
"name": "string"
|
|
387
|
+
"name": "string|boolean"
|
|
261
388
|
},
|
|
262
|
-
"
|
|
263
|
-
|
|
389
|
+
"defaultValue": {
|
|
390
|
+
"func": false,
|
|
391
|
+
"value": false
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"slots": [
|
|
264
396
|
{
|
|
265
|
-
"name": "
|
|
266
|
-
"description": "
|
|
397
|
+
"name": "default",
|
|
398
|
+
"description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"sourceFiles": [
|
|
402
|
+
"./src/components/accordion/CdrAccordionGroup.vue"
|
|
403
|
+
]
|
|
404
|
+
},
|
|
405
|
+
"CdrBreadcrumb": {
|
|
406
|
+
"name": "CdrBreadcrumb",
|
|
407
|
+
"description": "Navigation used to reveal a page's location within the site hierarchy",
|
|
408
|
+
"tags": {},
|
|
409
|
+
"exportName": "default",
|
|
410
|
+
"displayName": "CdrBreadcrumb",
|
|
411
|
+
"props": [
|
|
412
|
+
{
|
|
413
|
+
"name": "items",
|
|
414
|
+
"description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
|
|
267
415
|
"tags": {
|
|
268
416
|
"demoIgnore": [
|
|
269
417
|
{
|
|
@@ -273,65 +421,27 @@
|
|
|
273
421
|
]
|
|
274
422
|
},
|
|
275
423
|
"type": {
|
|
276
|
-
"name": "
|
|
277
|
-
},
|
|
278
|
-
"defaultValue": {
|
|
279
|
-
"func": false,
|
|
280
|
-
"value": false
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"name": "compact",
|
|
285
|
-
"description": "Sets a compact style.",
|
|
286
|
-
"type": {
|
|
287
|
-
"name": "boolean"
|
|
424
|
+
"name": "breadcrumbItem[]"
|
|
288
425
|
},
|
|
289
426
|
"defaultValue": {
|
|
290
|
-
"func":
|
|
291
|
-
"value":
|
|
427
|
+
"func": true,
|
|
428
|
+
"value": "() => []"
|
|
292
429
|
}
|
|
293
430
|
},
|
|
294
431
|
{
|
|
295
|
-
"name": "
|
|
296
|
-
"description": "
|
|
432
|
+
"name": "truncationEnabled",
|
|
433
|
+
"description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
|
|
297
434
|
"type": {
|
|
298
435
|
"name": "boolean"
|
|
299
436
|
},
|
|
300
437
|
"defaultValue": {
|
|
301
438
|
"func": false,
|
|
302
|
-
"value":
|
|
439
|
+
"value": true
|
|
303
440
|
}
|
|
304
441
|
},
|
|
305
442
|
{
|
|
306
|
-
"name": "
|
|
307
|
-
"description": "
|
|
308
|
-
"tags": {
|
|
309
|
-
"demoIgnore": [
|
|
310
|
-
{
|
|
311
|
-
"description": "true",
|
|
312
|
-
"title": "demoIgnore"
|
|
313
|
-
}
|
|
314
|
-
]
|
|
315
|
-
},
|
|
316
|
-
"type": {
|
|
317
|
-
"name": "string|number"
|
|
318
|
-
},
|
|
319
|
-
"required": true
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"name": "contentSpacing",
|
|
323
|
-
"description": "Toggles content spacing (padding)",
|
|
324
|
-
"type": {
|
|
325
|
-
"name": "boolean"
|
|
326
|
-
},
|
|
327
|
-
"defaultValue": {
|
|
328
|
-
"func": false,
|
|
329
|
-
"value": true
|
|
330
|
-
}
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"name": "label",
|
|
334
|
-
"description": "Sets the readable text on CdrAccordion button (also can be slotted)",
|
|
443
|
+
"name": "id",
|
|
444
|
+
"description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
|
|
335
445
|
"tags": {
|
|
336
446
|
"demoIgnore": [
|
|
337
447
|
{
|
|
@@ -347,58 +457,128 @@
|
|
|
347
457
|
],
|
|
348
458
|
"events": [
|
|
349
459
|
{
|
|
350
|
-
"name": "
|
|
351
|
-
"description": "Emits
|
|
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
|
+
]
|
|
352
483
|
}
|
|
353
484
|
],
|
|
354
485
|
"slots": [
|
|
355
486
|
{
|
|
356
|
-
"name": "
|
|
357
|
-
"
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
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
|
+
]
|
|
362
503
|
}
|
|
363
504
|
],
|
|
364
505
|
"sourceFiles": [
|
|
365
|
-
"./src/components/
|
|
506
|
+
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
366
507
|
],
|
|
367
508
|
"UIProperties": [
|
|
368
509
|
{
|
|
369
|
-
"name": "--cdr-
|
|
370
|
-
"defaultValue": "--cdr-color-
|
|
371
|
-
"description": "
|
|
510
|
+
"name": "--cdr-breadcrumb-ellipses-icon-color",
|
|
511
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
512
|
+
"description": "Ellipses icon color"
|
|
372
513
|
},
|
|
373
514
|
{
|
|
374
|
-
"name": "--cdr-
|
|
375
|
-
"defaultValue": "
|
|
376
|
-
"description": "
|
|
515
|
+
"name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
|
|
516
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
517
|
+
"description": "Ellipses icon hover, active and focus color"
|
|
377
518
|
},
|
|
378
519
|
{
|
|
379
|
-
"name": "--cdr-
|
|
380
|
-
"defaultValue": "--cdr-color-text-
|
|
381
|
-
"description": "
|
|
520
|
+
"name": "--cdr-breadcrumb-item-color",
|
|
521
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
522
|
+
"description": "Breadcrumb item color"
|
|
382
523
|
},
|
|
383
524
|
{
|
|
384
|
-
"name": "--cdr-
|
|
385
|
-
"defaultValue": "--cdr-color-
|
|
386
|
-
"description": "
|
|
387
|
-
}
|
|
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": [
|
|
388
538
|
{
|
|
389
|
-
"name": "
|
|
390
|
-
"
|
|
391
|
-
"
|
|
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
|
+
}
|
|
392
552
|
},
|
|
393
553
|
{
|
|
394
|
-
"name": "
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
|
|
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": [
|
|
398
573
|
{
|
|
399
|
-
"name": "--cdr-
|
|
574
|
+
"name": "--cdr-caption-summary-color",
|
|
400
575
|
"defaultValue": "--cdr-color-text-primary",
|
|
401
|
-
"description": "Text color of cdr-
|
|
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"
|
|
402
582
|
}
|
|
403
583
|
]
|
|
404
584
|
},
|
|
@@ -1104,184 +1284,176 @@
|
|
|
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
|
-
}
|
|
1303
|
+
"name": "default",
|
|
1304
|
+
"description": "Primary CdrChip content"
|
|
1158
1305
|
}
|
|
1159
1306
|
],
|
|
1160
|
-
"
|
|
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
|
-
}
|
|
1307
|
+
"sourceFiles": [
|
|
1308
|
+
"./src/components/chip/CdrChip.vue"
|
|
1186
1309
|
],
|
|
1187
|
-
"
|
|
1310
|
+
"UIProperties": [
|
|
1188
1311
|
{
|
|
1189
|
-
"name": "
|
|
1190
|
-
"
|
|
1191
|
-
"
|
|
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
|
-
]
|
|
1205
|
-
}
|
|
1206
|
-
],
|
|
1207
|
-
"sourceFiles": [
|
|
1208
|
-
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
1209
|
-
],
|
|
1210
|
-
"UIProperties": [
|
|
1312
|
+
"name": "--cdr-chip-text-color",
|
|
1313
|
+
"defaultValue": "--cdr-color-text-chip-default",
|
|
1314
|
+
"description": "Text color of a cdr-chip"
|
|
1315
|
+
},
|
|
1211
1316
|
{
|
|
1212
|
-
"name": "--cdr-
|
|
1213
|
-
"defaultValue": "--cdr-color-text-
|
|
1214
|
-
"description": "
|
|
1317
|
+
"name": "--cdr-chip-fill-color",
|
|
1318
|
+
"defaultValue": "--cdr-color-text-chip-default",
|
|
1319
|
+
"description": "Fill color of a cdr-chip"
|
|
1215
1320
|
},
|
|
1216
1321
|
{
|
|
1217
|
-
"name": "--cdr-
|
|
1218
|
-
"defaultValue": "--cdr-color-
|
|
1219
|
-
"description": "
|
|
1322
|
+
"name": "--cdr-chip-background-color-rest",
|
|
1323
|
+
"defaultValue": "--cdr-color-background-chip-default-rest",
|
|
1324
|
+
"description": "Background color of a cdr-chip"
|
|
1220
1325
|
},
|
|
1221
1326
|
{
|
|
1222
|
-
"name": "--cdr-
|
|
1223
|
-
"defaultValue": "--cdr-color-
|
|
1224
|
-
"description": "
|
|
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"
|
|
1225
1330
|
},
|
|
1226
1331
|
{
|
|
1227
|
-
"name": "--cdr-
|
|
1228
|
-
"defaultValue": "--cdr-color-
|
|
1229
|
-
"description": "
|
|
1332
|
+
"name": "--cdr-chip-background-color-disabled",
|
|
1333
|
+
"defaultValue": "--cdr-color-background-chip-default-disabled",
|
|
1334
|
+
"description": "Background color of a cdr-chip when disabled"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "--cdr-chip-box-shadow-color-disabled",
|
|
1338
|
+
"defaultValue": "--cdr-color-border-chip-default-disabled",
|
|
1339
|
+
"description": "Box-shadow color of a cdr-chip when disabled"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "--cdr-chip-text-color-disabled",
|
|
1343
|
+
"defaultValue": "--cdr-color-text-chip-disabled",
|
|
1344
|
+
"description": "Text color of a cdr-chip when disabled"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"name": "--cdr-chip-background-color-hover",
|
|
1348
|
+
"defaultValue": "--cdr-color-background-chip-default-hover",
|
|
1349
|
+
"description": "Background color of a cdr-chip on hover"
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"name": "--cdr-chip-box-shadow-color-hover",
|
|
1353
|
+
"defaultValue": "--cdr-color-border-chip-default-hover",
|
|
1354
|
+
"description": "Box-shadow color of a cdr-chip on hover"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"name": "--cdr-chip-background-color-focus",
|
|
1358
|
+
"defaultValue": "--cdr-color-background-chip-default-focus",
|
|
1359
|
+
"description": "Background color of a cdr-chip on focus"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"name": "--cdr-chip-box-shadow-color-focus",
|
|
1363
|
+
"defaultValue": "--cdr-color-border-chip-default-focus",
|
|
1364
|
+
"description": "Box-shadow color of a cdr-chip on focus"
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"name": "--cdr-chip-background-color-active",
|
|
1368
|
+
"defaultValue": "--cdr-color-background-chip-default-active",
|
|
1369
|
+
"description": "Background color of a cdr-chip when active"
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"name": "--cdr-chip-box-shadow-color-active",
|
|
1373
|
+
"defaultValue": "--cdr-color-border-chip-default-active",
|
|
1374
|
+
"description": "Box-shadow color of a cdr-chip when active"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"name": "--cdr-chip-background-color-selected-rest",
|
|
1378
|
+
"defaultValue": "--cdr-color-background-chip-default-selected",
|
|
1379
|
+
"description": "Background color of a cdr-chip when selected"
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"name": "--cdr-chip-box-shadow-color-selected-rest",
|
|
1383
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-rest",
|
|
1384
|
+
"description": "Box-shadow color of a cdr-chip when selected"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"name": "--cdr-chip-background-color-selected-hover",
|
|
1388
|
+
"defaultValue": "--cdr-color-background-chip-default-selected-hover",
|
|
1389
|
+
"description": "Background color of a cdr-chip when selected and hovered"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"name": "--cdr-chip-box-shadow-color-selected-hover",
|
|
1393
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-hover",
|
|
1394
|
+
"description": "Box-shadow color of a cdr-chip when selected and hovered"
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
"name": "--cdr-chip-background-color-selected-focus",
|
|
1398
|
+
"defaultValue": "--cdr-color-background-chip-default-selected-focus",
|
|
1399
|
+
"description": "Background color of a cdr-chip when selected and focused"
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1403
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1404
|
+
"description": "Box-shadow color of a cdr-chip when selected and focused"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "--cdr-chip-background-color-selected-active",
|
|
1408
|
+
"defaultValue": "--cdr-color-background-chip-default-selected-active",
|
|
1409
|
+
"description": "Background color of a cdr-chip when selected and active"
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1413
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1414
|
+
"description": "Box-shadow color of a cdr-chip when selected and active"
|
|
1230
1415
|
}
|
|
1231
1416
|
]
|
|
1232
1417
|
},
|
|
1233
|
-
"
|
|
1234
|
-
"name": "
|
|
1235
|
-
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
1236
|
-
"tags": {},
|
|
1418
|
+
"CdrChipGroup": {
|
|
1419
|
+
"name": "CdrChipGroup",
|
|
1237
1420
|
"exportName": "default",
|
|
1238
|
-
"displayName": "
|
|
1421
|
+
"displayName": "CdrChipGroup",
|
|
1422
|
+
"description": "",
|
|
1423
|
+
"tags": {},
|
|
1239
1424
|
"props": [
|
|
1240
1425
|
{
|
|
1241
|
-
"name": "
|
|
1242
|
-
"description": "Sets
|
|
1243
|
-
"tags": {
|
|
1244
|
-
"demoIgnore": [
|
|
1245
|
-
{
|
|
1246
|
-
"description": "true",
|
|
1247
|
-
"title": "demoIgnore"
|
|
1248
|
-
}
|
|
1249
|
-
]
|
|
1250
|
-
},
|
|
1426
|
+
"name": "label",
|
|
1427
|
+
"description": "Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.",
|
|
1251
1428
|
"type": {
|
|
1252
1429
|
"name": "string"
|
|
1253
|
-
}
|
|
1430
|
+
},
|
|
1431
|
+
"required": true
|
|
1254
1432
|
},
|
|
1255
1433
|
{
|
|
1256
|
-
"name": "
|
|
1257
|
-
"description": "
|
|
1258
|
-
"tags": {
|
|
1259
|
-
"demoIgnore": [
|
|
1260
|
-
{
|
|
1261
|
-
"description": "true",
|
|
1262
|
-
"title": "demoIgnore"
|
|
1263
|
-
}
|
|
1264
|
-
]
|
|
1265
|
-
},
|
|
1434
|
+
"name": "hideLabel",
|
|
1435
|
+
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
1266
1436
|
"type": {
|
|
1267
|
-
"name": "
|
|
1437
|
+
"name": "boolean"
|
|
1438
|
+
},
|
|
1439
|
+
"defaultValue": {
|
|
1440
|
+
"func": false,
|
|
1441
|
+
"value": true
|
|
1268
1442
|
}
|
|
1269
1443
|
}
|
|
1270
1444
|
],
|
|
1271
|
-
"
|
|
1272
|
-
"./src/components/caption/CdrCaption.vue"
|
|
1273
|
-
],
|
|
1274
|
-
"UIProperties": [
|
|
1445
|
+
"slots": [
|
|
1275
1446
|
{
|
|
1276
|
-
"name": "
|
|
1277
|
-
"
|
|
1278
|
-
"description": "Text color of a cdr-caption"
|
|
1447
|
+
"name": "label",
|
|
1448
|
+
"description": "Override CdrChip label content with a custom element"
|
|
1279
1449
|
},
|
|
1280
1450
|
{
|
|
1281
|
-
"name": "
|
|
1282
|
-
"
|
|
1283
|
-
"description": "Text color of a cdr-caption"
|
|
1451
|
+
"name": "default",
|
|
1452
|
+
"description": "CdrChipGroup content (CdrChip components)"
|
|
1284
1453
|
}
|
|
1454
|
+
],
|
|
1455
|
+
"sourceFiles": [
|
|
1456
|
+
"./src/components/chip/CdrChipGroup.vue"
|
|
1285
1457
|
]
|
|
1286
1458
|
},
|
|
1287
1459
|
"CdrCard": {
|
|
@@ -1593,195 +1765,82 @@
|
|
|
1593
1765
|
}
|
|
1594
1766
|
]
|
|
1595
1767
|
},
|
|
1596
|
-
"
|
|
1597
|
-
"name": "
|
|
1768
|
+
"CdrIcon": {
|
|
1769
|
+
"name": "CdrIcon",
|
|
1770
|
+
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
1771
|
+
"tags": {
|
|
1772
|
+
"demoComponentNames": [
|
|
1773
|
+
{
|
|
1774
|
+
"description": "icon-account-profile, icon-camera",
|
|
1775
|
+
"title": "demoComponentNames"
|
|
1776
|
+
}
|
|
1777
|
+
]
|
|
1778
|
+
},
|
|
1598
1779
|
"exportName": "default",
|
|
1599
|
-
"displayName": "
|
|
1600
|
-
"description": "",
|
|
1601
|
-
"tags": {},
|
|
1780
|
+
"displayName": "CdrIcon",
|
|
1602
1781
|
"props": [
|
|
1603
1782
|
{
|
|
1604
|
-
"name": "
|
|
1605
|
-
"description": "
|
|
1783
|
+
"name": "use",
|
|
1784
|
+
"description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
|
|
1606
1785
|
"type": {
|
|
1607
1786
|
"name": "string"
|
|
1608
|
-
}
|
|
1609
|
-
"required": true
|
|
1787
|
+
}
|
|
1610
1788
|
},
|
|
1611
1789
|
{
|
|
1612
|
-
"name": "
|
|
1613
|
-
"description": "
|
|
1790
|
+
"name": "inheritColor",
|
|
1791
|
+
"description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
|
|
1614
1792
|
"type": {
|
|
1615
1793
|
"name": "boolean"
|
|
1616
1794
|
},
|
|
1617
1795
|
"defaultValue": {
|
|
1618
1796
|
"func": false,
|
|
1619
|
-
"value":
|
|
1797
|
+
"value": false
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"name": "size",
|
|
1802
|
+
"type": {
|
|
1803
|
+
"name": "string"
|
|
1804
|
+
},
|
|
1805
|
+
"defaultValue": {
|
|
1806
|
+
"func": false,
|
|
1807
|
+
"value": "'medium'"
|
|
1620
1808
|
}
|
|
1621
1809
|
}
|
|
1622
1810
|
],
|
|
1623
1811
|
"slots": [
|
|
1624
1812
|
{
|
|
1625
|
-
"name": "
|
|
1626
|
-
"description": "Override CdrChip label content with a custom element"
|
|
1627
|
-
},
|
|
1628
|
-
{
|
|
1629
|
-
"name": "default",
|
|
1630
|
-
"description": "CdrChipGroup content (CdrChip components)"
|
|
1813
|
+
"name": "default"
|
|
1631
1814
|
}
|
|
1632
1815
|
],
|
|
1633
1816
|
"sourceFiles": [
|
|
1634
|
-
"./src/components/
|
|
1817
|
+
"./src/components/icon/CdrIcon.vue"
|
|
1818
|
+
],
|
|
1819
|
+
"UIProperties": [
|
|
1820
|
+
{
|
|
1821
|
+
"name": "--cdr-icon-fill-default",
|
|
1822
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
1823
|
+
"description": "Fill color of an icon"
|
|
1824
|
+
}
|
|
1635
1825
|
]
|
|
1636
1826
|
},
|
|
1637
|
-
"
|
|
1638
|
-
"name": "
|
|
1639
|
-
"description": "
|
|
1827
|
+
"CdrContainer": {
|
|
1828
|
+
"name": "CdrContainer",
|
|
1829
|
+
"description": "Provides base margins and responsive layout logic for pages",
|
|
1640
1830
|
"tags": {},
|
|
1641
1831
|
"exportName": "default",
|
|
1642
|
-
"displayName": "
|
|
1643
|
-
"
|
|
1644
|
-
{
|
|
1645
|
-
"name": "icon-left",
|
|
1646
|
-
"description": "Icon to the left of the content"
|
|
1647
|
-
},
|
|
1832
|
+
"displayName": "CdrContainer",
|
|
1833
|
+
"props": [
|
|
1648
1834
|
{
|
|
1649
|
-
"name": "
|
|
1650
|
-
"description": "
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
"
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
"./src/components/chip/CdrChip.vue"
|
|
1659
|
-
],
|
|
1660
|
-
"UIProperties": [
|
|
1661
|
-
{
|
|
1662
|
-
"name": "--cdr-chip-text-color",
|
|
1663
|
-
"defaultValue": "--cdr-color-text-chip-default",
|
|
1664
|
-
"description": "Text color of a cdr-chip"
|
|
1665
|
-
},
|
|
1666
|
-
{
|
|
1667
|
-
"name": "--cdr-chip-fill-color",
|
|
1668
|
-
"defaultValue": "--cdr-color-text-chip-default",
|
|
1669
|
-
"description": "Fill color of a cdr-chip"
|
|
1670
|
-
},
|
|
1671
|
-
{
|
|
1672
|
-
"name": "--cdr-chip-background-color-rest",
|
|
1673
|
-
"defaultValue": "--cdr-color-background-chip-default-rest",
|
|
1674
|
-
"description": "Background color of a cdr-chip"
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"name": "--cdr-chip-box-shadow-color-rest",
|
|
1678
|
-
"defaultValue": "--cdr-color-border-chip-default-rest",
|
|
1679
|
-
"description": "Box-shadow color of a cdr-chip"
|
|
1680
|
-
},
|
|
1681
|
-
{
|
|
1682
|
-
"name": "--cdr-chip-background-color-disabled",
|
|
1683
|
-
"defaultValue": "--cdr-color-background-chip-default-disabled",
|
|
1684
|
-
"description": "Background color of a cdr-chip when disabled"
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"name": "--cdr-chip-box-shadow-color-disabled",
|
|
1688
|
-
"defaultValue": "--cdr-color-border-chip-default-disabled",
|
|
1689
|
-
"description": "Box-shadow color of a cdr-chip when disabled"
|
|
1690
|
-
},
|
|
1691
|
-
{
|
|
1692
|
-
"name": "--cdr-chip-text-color-disabled",
|
|
1693
|
-
"defaultValue": "--cdr-color-text-chip-disabled",
|
|
1694
|
-
"description": "Text color of a cdr-chip when disabled"
|
|
1695
|
-
},
|
|
1696
|
-
{
|
|
1697
|
-
"name": "--cdr-chip-background-color-hover",
|
|
1698
|
-
"defaultValue": "--cdr-color-background-chip-default-hover",
|
|
1699
|
-
"description": "Background color of a cdr-chip on hover"
|
|
1700
|
-
},
|
|
1701
|
-
{
|
|
1702
|
-
"name": "--cdr-chip-box-shadow-color-hover",
|
|
1703
|
-
"defaultValue": "--cdr-color-border-chip-default-hover",
|
|
1704
|
-
"description": "Box-shadow color of a cdr-chip on hover"
|
|
1705
|
-
},
|
|
1706
|
-
{
|
|
1707
|
-
"name": "--cdr-chip-background-color-focus",
|
|
1708
|
-
"defaultValue": "--cdr-color-background-chip-default-focus",
|
|
1709
|
-
"description": "Background color of a cdr-chip on focus"
|
|
1710
|
-
},
|
|
1711
|
-
{
|
|
1712
|
-
"name": "--cdr-chip-box-shadow-color-focus",
|
|
1713
|
-
"defaultValue": "--cdr-color-border-chip-default-focus",
|
|
1714
|
-
"description": "Box-shadow color of a cdr-chip on focus"
|
|
1715
|
-
},
|
|
1716
|
-
{
|
|
1717
|
-
"name": "--cdr-chip-background-color-active",
|
|
1718
|
-
"defaultValue": "--cdr-color-background-chip-default-active",
|
|
1719
|
-
"description": "Background color of a cdr-chip when active"
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"name": "--cdr-chip-box-shadow-color-active",
|
|
1723
|
-
"defaultValue": "--cdr-color-border-chip-default-active",
|
|
1724
|
-
"description": "Box-shadow color of a cdr-chip when active"
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
"name": "--cdr-chip-background-color-selected-rest",
|
|
1728
|
-
"defaultValue": "--cdr-color-background-chip-default-selected",
|
|
1729
|
-
"description": "Background color of a cdr-chip when selected"
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"name": "--cdr-chip-box-shadow-color-selected-rest",
|
|
1733
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-rest",
|
|
1734
|
-
"description": "Box-shadow color of a cdr-chip when selected"
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
"name": "--cdr-chip-background-color-selected-hover",
|
|
1738
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-hover",
|
|
1739
|
-
"description": "Background color of a cdr-chip when selected and hovered"
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"name": "--cdr-chip-box-shadow-color-selected-hover",
|
|
1743
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-hover",
|
|
1744
|
-
"description": "Box-shadow color of a cdr-chip when selected and hovered"
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"name": "--cdr-chip-background-color-selected-focus",
|
|
1748
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-focus",
|
|
1749
|
-
"description": "Background color of a cdr-chip when selected and focused"
|
|
1750
|
-
},
|
|
1751
|
-
{
|
|
1752
|
-
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1753
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1754
|
-
"description": "Box-shadow color of a cdr-chip when selected and focused"
|
|
1755
|
-
},
|
|
1756
|
-
{
|
|
1757
|
-
"name": "--cdr-chip-background-color-selected-active",
|
|
1758
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-active",
|
|
1759
|
-
"description": "Background color of a cdr-chip when selected and active"
|
|
1760
|
-
},
|
|
1761
|
-
{
|
|
1762
|
-
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1763
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1764
|
-
"description": "Box-shadow color of a cdr-chip when selected and active"
|
|
1765
|
-
}
|
|
1766
|
-
]
|
|
1767
|
-
},
|
|
1768
|
-
"CdrContainer": {
|
|
1769
|
-
"name": "CdrContainer",
|
|
1770
|
-
"description": "Provides base margins and responsive layout logic for pages",
|
|
1771
|
-
"tags": {},
|
|
1772
|
-
"exportName": "default",
|
|
1773
|
-
"displayName": "CdrContainer",
|
|
1774
|
-
"props": [
|
|
1775
|
-
{
|
|
1776
|
-
"name": "tag",
|
|
1777
|
-
"description": "Sets the HTML tag for the container element",
|
|
1778
|
-
"type": {
|
|
1779
|
-
"name": "string"
|
|
1780
|
-
},
|
|
1781
|
-
"defaultValue": {
|
|
1782
|
-
"func": false,
|
|
1783
|
-
"value": "'div'"
|
|
1784
|
-
}
|
|
1835
|
+
"name": "tag",
|
|
1836
|
+
"description": "Sets the HTML tag for the container element",
|
|
1837
|
+
"type": {
|
|
1838
|
+
"name": "string"
|
|
1839
|
+
},
|
|
1840
|
+
"defaultValue": {
|
|
1841
|
+
"func": false,
|
|
1842
|
+
"value": "'div'"
|
|
1843
|
+
}
|
|
1785
1844
|
},
|
|
1786
1845
|
{
|
|
1787
1846
|
"name": "modifier",
|
|
@@ -1817,41 +1876,6 @@
|
|
|
1817
1876
|
"./src/components/container/CdrContainer.vue"
|
|
1818
1877
|
]
|
|
1819
1878
|
},
|
|
1820
|
-
"CdrFormError": {
|
|
1821
|
-
"name": "CdrFormError",
|
|
1822
|
-
"exportName": "default",
|
|
1823
|
-
"displayName": "CdrFormError",
|
|
1824
|
-
"description": "",
|
|
1825
|
-
"tags": {},
|
|
1826
|
-
"props": [
|
|
1827
|
-
{
|
|
1828
|
-
"name": "error",
|
|
1829
|
-
"type": {
|
|
1830
|
-
"name": "boolean|string"
|
|
1831
|
-
}
|
|
1832
|
-
}
|
|
1833
|
-
],
|
|
1834
|
-
"slots": [
|
|
1835
|
-
{
|
|
1836
|
-
"name": "error"
|
|
1837
|
-
}
|
|
1838
|
-
],
|
|
1839
|
-
"sourceFiles": [
|
|
1840
|
-
"./src/components/formError/CdrFormError.vue"
|
|
1841
|
-
],
|
|
1842
|
-
"UIProperties": [
|
|
1843
|
-
{
|
|
1844
|
-
"name": "--cdr-form-error-text-color",
|
|
1845
|
-
"defaultValue": "--cdr-color-text-input-error",
|
|
1846
|
-
"description": "Text color of a cdr-form-error"
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"name": "--cdr-form-error-fill-color",
|
|
1850
|
-
"defaultValue": "--cdr-color-text-input-error",
|
|
1851
|
-
"description": "Fill color of a cdr-form-error"
|
|
1852
|
-
}
|
|
1853
|
-
]
|
|
1854
|
-
},
|
|
1855
1879
|
"CdrFormGroup": {
|
|
1856
1880
|
"name": "CdrFormGroup",
|
|
1857
1881
|
"description": "Groups related input elements together",
|
|
@@ -1974,16 +1998,23 @@
|
|
|
1974
1998
|
}
|
|
1975
1999
|
]
|
|
1976
2000
|
},
|
|
1977
|
-
"
|
|
1978
|
-
"name": "
|
|
1979
|
-
"description": "
|
|
2001
|
+
"CdrInput": {
|
|
2002
|
+
"name": "CdrInput",
|
|
2003
|
+
"description": "Allows for data entry, editing, and search",
|
|
1980
2004
|
"tags": {},
|
|
1981
2005
|
"exportName": "default",
|
|
1982
|
-
"displayName": "
|
|
2006
|
+
"displayName": "CdrInput",
|
|
1983
2007
|
"props": [
|
|
1984
2008
|
{
|
|
1985
|
-
"name": "
|
|
1986
|
-
"description": "
|
|
2009
|
+
"name": "id",
|
|
2010
|
+
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
|
|
2011
|
+
"type": {
|
|
2012
|
+
"name": "string"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"name": "type",
|
|
2017
|
+
"description": "'type' attribute for the input as defined by w3c.\n Only supporting text|email|number|password|search|url|date.\n The increment/decrement webkit psuedo element is hidden for number.",
|
|
1987
2018
|
"tags": {
|
|
1988
2019
|
"demoSelectMultiple": [
|
|
1989
2020
|
{
|
|
@@ -1993,318 +2024,58 @@
|
|
|
1993
2024
|
]
|
|
1994
2025
|
},
|
|
1995
2026
|
"values": [
|
|
1996
|
-
"
|
|
1997
|
-
"
|
|
1998
|
-
"
|
|
1999
|
-
"
|
|
2027
|
+
"text",
|
|
2028
|
+
"email",
|
|
2029
|
+
"number",
|
|
2030
|
+
"password",
|
|
2031
|
+
"search",
|
|
2032
|
+
"url",
|
|
2033
|
+
"tel",
|
|
2034
|
+
"date"
|
|
2000
2035
|
],
|
|
2001
2036
|
"type": {
|
|
2002
2037
|
"name": "string"
|
|
2003
2038
|
},
|
|
2004
2039
|
"defaultValue": {
|
|
2005
2040
|
"func": false,
|
|
2006
|
-
"value": "'
|
|
2041
|
+
"value": "'text'"
|
|
2007
2042
|
}
|
|
2008
2043
|
},
|
|
2009
2044
|
{
|
|
2010
|
-
"name": "
|
|
2011
|
-
"description": "Sets the
|
|
2045
|
+
"name": "label",
|
|
2046
|
+
"description": "Sets the text value for the input label. Required for a11y compliance. Use ‘hideLabel’ if the label display is not desired. Required.",
|
|
2012
2047
|
"type": {
|
|
2013
2048
|
"name": "string"
|
|
2014
2049
|
},
|
|
2050
|
+
"required": true
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"name": "numeric",
|
|
2054
|
+
"description": "Sets default attributes for an input that should launch a numeric keyboard but is not strictly a 'number' (credit card, security code, postal code, etc.). Should be used in conjunction with the default text type input. An `input` listener can be used to fully restrict input values to numerical characters only",
|
|
2055
|
+
"type": {
|
|
2056
|
+
"name": "boolean"
|
|
2057
|
+
},
|
|
2015
2058
|
"defaultValue": {
|
|
2016
2059
|
"func": false,
|
|
2017
|
-
"value":
|
|
2018
|
-
}
|
|
2019
|
-
}
|
|
2020
|
-
],
|
|
2021
|
-
"slots": [
|
|
2022
|
-
{
|
|
2023
|
-
"name": "default",
|
|
2024
|
-
"description": "CdrGrid content (grid child elements)"
|
|
2025
|
-
}
|
|
2026
|
-
],
|
|
2027
|
-
"sourceFiles": [
|
|
2028
|
-
"./src/components/grid/CdrGrid.vue"
|
|
2029
|
-
]
|
|
2030
|
-
},
|
|
2031
|
-
"CdrIcon": {
|
|
2032
|
-
"name": "CdrIcon",
|
|
2033
|
-
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
2034
|
-
"tags": {
|
|
2035
|
-
"demoComponentNames": [
|
|
2036
|
-
{
|
|
2037
|
-
"description": "icon-account-profile, icon-camera",
|
|
2038
|
-
"title": "demoComponentNames"
|
|
2060
|
+
"value": false
|
|
2039
2061
|
}
|
|
2040
|
-
|
|
2041
|
-
},
|
|
2042
|
-
"exportName": "default",
|
|
2043
|
-
"displayName": "CdrIcon",
|
|
2044
|
-
"props": [
|
|
2062
|
+
},
|
|
2045
2063
|
{
|
|
2046
|
-
"name": "
|
|
2047
|
-
"description": "
|
|
2064
|
+
"name": "hideLabel",
|
|
2065
|
+
"description": "Removes the label element but sets the input `aria-label` to `label` text for a11y.",
|
|
2048
2066
|
"type": {
|
|
2049
|
-
"name": "
|
|
2067
|
+
"name": "boolean"
|
|
2050
2068
|
}
|
|
2051
2069
|
},
|
|
2052
2070
|
{
|
|
2053
|
-
"name": "
|
|
2054
|
-
"description": "
|
|
2071
|
+
"name": "rows",
|
|
2072
|
+
"description": "Number of rows for input. Converts component to text-area if rows greater than 1.",
|
|
2055
2073
|
"type": {
|
|
2056
|
-
"name": "
|
|
2074
|
+
"name": "number"
|
|
2057
2075
|
},
|
|
2058
2076
|
"defaultValue": {
|
|
2059
2077
|
"func": false,
|
|
2060
|
-
"value":
|
|
2061
|
-
}
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
"name": "size",
|
|
2065
|
-
"type": {
|
|
2066
|
-
"name": "string"
|
|
2067
|
-
},
|
|
2068
|
-
"defaultValue": {
|
|
2069
|
-
"func": false,
|
|
2070
|
-
"value": "'medium'"
|
|
2071
|
-
}
|
|
2072
|
-
}
|
|
2073
|
-
],
|
|
2074
|
-
"slots": [
|
|
2075
|
-
{
|
|
2076
|
-
"name": "default"
|
|
2077
|
-
}
|
|
2078
|
-
],
|
|
2079
|
-
"sourceFiles": [
|
|
2080
|
-
"./src/components/icon/CdrIcon.vue"
|
|
2081
|
-
],
|
|
2082
|
-
"UIProperties": [
|
|
2083
|
-
{
|
|
2084
|
-
"name": "--cdr-icon-fill-default",
|
|
2085
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
2086
|
-
"description": "Fill color of an icon"
|
|
2087
|
-
}
|
|
2088
|
-
]
|
|
2089
|
-
},
|
|
2090
|
-
"CdrImg": {
|
|
2091
|
-
"name": "CdrImg",
|
|
2092
|
-
"description": "Media for capturing attention and communicating messages",
|
|
2093
|
-
"tags": {},
|
|
2094
|
-
"exportName": "default",
|
|
2095
|
-
"displayName": "CdrImg",
|
|
2096
|
-
"props": [
|
|
2097
|
-
{
|
|
2098
|
-
"name": "src",
|
|
2099
|
-
"description": "Image source url.",
|
|
2100
|
-
"type": {
|
|
2101
|
-
"name": "string"
|
|
2102
|
-
},
|
|
2103
|
-
"required": true
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
"name": "alt",
|
|
2107
|
-
"description": "Image alt text. Defaults to an empty string",
|
|
2108
|
-
"type": {
|
|
2109
|
-
"name": "string"
|
|
2110
|
-
},
|
|
2111
|
-
"defaultValue": {
|
|
2112
|
-
"func": false,
|
|
2113
|
-
"value": "''"
|
|
2114
|
-
}
|
|
2115
|
-
},
|
|
2116
|
-
{
|
|
2117
|
-
"name": "ratio",
|
|
2118
|
-
"description": "Aspect ratio of the media container",
|
|
2119
|
-
"tags": {
|
|
2120
|
-
"demoSelectMultiple": [
|
|
2121
|
-
{
|
|
2122
|
-
"description": "false",
|
|
2123
|
-
"title": "demoSelectMultiple"
|
|
2124
|
-
}
|
|
2125
|
-
]
|
|
2126
|
-
},
|
|
2127
|
-
"values": [
|
|
2128
|
-
"auto",
|
|
2129
|
-
"square",
|
|
2130
|
-
"1-2",
|
|
2131
|
-
"2-3",
|
|
2132
|
-
"3-4",
|
|
2133
|
-
"9-16",
|
|
2134
|
-
"2-1",
|
|
2135
|
-
"3-2",
|
|
2136
|
-
"4-3",
|
|
2137
|
-
"16-9"
|
|
2138
|
-
],
|
|
2139
|
-
"type": {
|
|
2140
|
-
"name": "string"
|
|
2141
|
-
},
|
|
2142
|
-
"defaultValue": {
|
|
2143
|
-
"func": false,
|
|
2144
|
-
"value": "undefined"
|
|
2145
|
-
}
|
|
2146
|
-
},
|
|
2147
|
-
{
|
|
2148
|
-
"name": "crop",
|
|
2149
|
-
"description": "Requires a `ratio`. Area to crop the image overflow to. {left, center, right} {top, center, bottom}",
|
|
2150
|
-
"tags": {
|
|
2151
|
-
"demoSelectMultiple": [
|
|
2152
|
-
{
|
|
2153
|
-
"description": "false",
|
|
2154
|
-
"title": "demoSelectMultiple"
|
|
2155
|
-
}
|
|
2156
|
-
]
|
|
2157
|
-
},
|
|
2158
|
-
"values": [
|
|
2159
|
-
"left",
|
|
2160
|
-
"x-center",
|
|
2161
|
-
"right",
|
|
2162
|
-
"top",
|
|
2163
|
-
"y-center",
|
|
2164
|
-
"bottom"
|
|
2165
|
-
],
|
|
2166
|
-
"type": {
|
|
2167
|
-
"name": "string"
|
|
2168
|
-
}
|
|
2169
|
-
},
|
|
2170
|
-
{
|
|
2171
|
-
"name": "cover",
|
|
2172
|
-
"description": "Requires a `ratio`. Scale the image to be as large as possible to fill the area (background-position: cover;)",
|
|
2173
|
-
"type": {
|
|
2174
|
-
"name": "boolean"
|
|
2175
|
-
}
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"name": "containerClass",
|
|
2179
|
-
"description": "Adds a custom class to the cdr-img__ratio container div",
|
|
2180
|
-
"type": {
|
|
2181
|
-
"name": "string"
|
|
2182
|
-
}
|
|
2183
|
-
},
|
|
2184
|
-
{
|
|
2185
|
-
"name": "radius",
|
|
2186
|
-
"description": "Sets a border radius to an element {square, top, right, bottom, left}",
|
|
2187
|
-
"tags": {
|
|
2188
|
-
"demoSelectMultiple": [
|
|
2189
|
-
{
|
|
2190
|
-
"description": "false",
|
|
2191
|
-
"title": "demoSelectMultiple"
|
|
2192
|
-
}
|
|
2193
|
-
]
|
|
2194
|
-
},
|
|
2195
|
-
"values": [
|
|
2196
|
-
"circle",
|
|
2197
|
-
"rounded"
|
|
2198
|
-
],
|
|
2199
|
-
"type": {
|
|
2200
|
-
"name": "string"
|
|
2201
|
-
}
|
|
2202
|
-
},
|
|
2203
|
-
{
|
|
2204
|
-
"name": "modifier",
|
|
2205
|
-
"description": "Modifies the style variant for this component.",
|
|
2206
|
-
"tags": {
|
|
2207
|
-
"demoSelectMultiple": [
|
|
2208
|
-
{
|
|
2209
|
-
"description": "false",
|
|
2210
|
-
"title": "demoSelectMultiple"
|
|
2211
|
-
}
|
|
2212
|
-
]
|
|
2213
|
-
},
|
|
2214
|
-
"values": [
|
|
2215
|
-
"responsive"
|
|
2216
|
-
],
|
|
2217
|
-
"type": {
|
|
2218
|
-
"name": "string"
|
|
2219
|
-
},
|
|
2220
|
-
"defaultValue": {
|
|
2221
|
-
"func": false,
|
|
2222
|
-
"value": "''"
|
|
2223
|
-
}
|
|
2224
|
-
}
|
|
2225
|
-
],
|
|
2226
|
-
"sourceFiles": [
|
|
2227
|
-
"./src/components/image/CdrImg.vue"
|
|
2228
|
-
]
|
|
2229
|
-
},
|
|
2230
|
-
"CdrInput": {
|
|
2231
|
-
"name": "CdrInput",
|
|
2232
|
-
"description": "Allows for data entry, editing, and search",
|
|
2233
|
-
"tags": {},
|
|
2234
|
-
"exportName": "default",
|
|
2235
|
-
"displayName": "CdrInput",
|
|
2236
|
-
"props": [
|
|
2237
|
-
{
|
|
2238
|
-
"name": "id",
|
|
2239
|
-
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
|
|
2240
|
-
"type": {
|
|
2241
|
-
"name": "string"
|
|
2242
|
-
}
|
|
2243
|
-
},
|
|
2244
|
-
{
|
|
2245
|
-
"name": "type",
|
|
2246
|
-
"description": "'type' attribute for the input as defined by w3c.\n Only supporting text|email|number|password|search|url|date.\n The increment/decrement webkit psuedo element is hidden for number.",
|
|
2247
|
-
"tags": {
|
|
2248
|
-
"demoSelectMultiple": [
|
|
2249
|
-
{
|
|
2250
|
-
"description": "false",
|
|
2251
|
-
"title": "demoSelectMultiple"
|
|
2252
|
-
}
|
|
2253
|
-
]
|
|
2254
|
-
},
|
|
2255
|
-
"values": [
|
|
2256
|
-
"text",
|
|
2257
|
-
"email",
|
|
2258
|
-
"number",
|
|
2259
|
-
"password",
|
|
2260
|
-
"search",
|
|
2261
|
-
"url",
|
|
2262
|
-
"tel",
|
|
2263
|
-
"date"
|
|
2264
|
-
],
|
|
2265
|
-
"type": {
|
|
2266
|
-
"name": "string"
|
|
2267
|
-
},
|
|
2268
|
-
"defaultValue": {
|
|
2269
|
-
"func": false,
|
|
2270
|
-
"value": "'text'"
|
|
2271
|
-
}
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
"name": "label",
|
|
2275
|
-
"description": "Sets the text value for the input label. Required for a11y compliance. Use ‘hideLabel’ if the label display is not desired. Required.",
|
|
2276
|
-
"type": {
|
|
2277
|
-
"name": "string"
|
|
2278
|
-
},
|
|
2279
|
-
"required": true
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"name": "numeric",
|
|
2283
|
-
"description": "Sets default attributes for an input that should launch a numeric keyboard but is not strictly a 'number' (credit card, security code, postal code, etc.). Should be used in conjunction with the default text type input. An `input` listener can be used to fully restrict input values to numerical characters only",
|
|
2284
|
-
"type": {
|
|
2285
|
-
"name": "boolean"
|
|
2286
|
-
},
|
|
2287
|
-
"defaultValue": {
|
|
2288
|
-
"func": false,
|
|
2289
|
-
"value": false
|
|
2290
|
-
}
|
|
2291
|
-
},
|
|
2292
|
-
{
|
|
2293
|
-
"name": "hideLabel",
|
|
2294
|
-
"description": "Removes the label element but sets the input `aria-label` to `label` text for a11y.",
|
|
2295
|
-
"type": {
|
|
2296
|
-
"name": "boolean"
|
|
2297
|
-
}
|
|
2298
|
-
},
|
|
2299
|
-
{
|
|
2300
|
-
"name": "rows",
|
|
2301
|
-
"description": "Number of rows for input. Converts component to text-area if rows greater than 1.",
|
|
2302
|
-
"type": {
|
|
2303
|
-
"name": "number"
|
|
2304
|
-
},
|
|
2305
|
-
"defaultValue": {
|
|
2306
|
-
"func": false,
|
|
2307
|
-
"value": "1"
|
|
2078
|
+
"value": "1"
|
|
2308
2079
|
}
|
|
2309
2080
|
},
|
|
2310
2081
|
{
|
|
@@ -2570,176 +2341,233 @@
|
|
|
2570
2341
|
}
|
|
2571
2342
|
]
|
|
2572
2343
|
},
|
|
2573
|
-
"
|
|
2574
|
-
"name": "
|
|
2344
|
+
"CdrFormError": {
|
|
2345
|
+
"name": "CdrFormError",
|
|
2575
2346
|
"exportName": "default",
|
|
2576
|
-
"displayName": "
|
|
2347
|
+
"displayName": "CdrFormError",
|
|
2577
2348
|
"description": "",
|
|
2578
2349
|
"tags": {},
|
|
2579
2350
|
"props": [
|
|
2580
2351
|
{
|
|
2581
|
-
"name": "
|
|
2352
|
+
"name": "error",
|
|
2582
2353
|
"type": {
|
|
2583
|
-
"name": "string"
|
|
2354
|
+
"name": "boolean|string"
|
|
2355
|
+
}
|
|
2356
|
+
}
|
|
2357
|
+
],
|
|
2358
|
+
"slots": [
|
|
2359
|
+
{
|
|
2360
|
+
"name": "error"
|
|
2361
|
+
}
|
|
2362
|
+
],
|
|
2363
|
+
"sourceFiles": [
|
|
2364
|
+
"./src/components/formError/CdrFormError.vue"
|
|
2365
|
+
],
|
|
2366
|
+
"UIProperties": [
|
|
2367
|
+
{
|
|
2368
|
+
"name": "--cdr-form-error-text-color",
|
|
2369
|
+
"defaultValue": "--cdr-color-text-input-error",
|
|
2370
|
+
"description": "Text color of a cdr-form-error"
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"name": "--cdr-form-error-fill-color",
|
|
2374
|
+
"defaultValue": "--cdr-color-text-input-error",
|
|
2375
|
+
"description": "Fill color of a cdr-form-error"
|
|
2376
|
+
}
|
|
2377
|
+
]
|
|
2378
|
+
},
|
|
2379
|
+
"CdrImg": {
|
|
2380
|
+
"name": "CdrImg",
|
|
2381
|
+
"description": "Media for capturing attention and communicating messages",
|
|
2382
|
+
"tags": {},
|
|
2383
|
+
"exportName": "default",
|
|
2384
|
+
"displayName": "CdrImg",
|
|
2385
|
+
"props": [
|
|
2386
|
+
{
|
|
2387
|
+
"name": "src",
|
|
2388
|
+
"description": "Image source url.",
|
|
2389
|
+
"type": {
|
|
2390
|
+
"name": "string"
|
|
2584
2391
|
},
|
|
2585
2392
|
"required": true
|
|
2586
2393
|
},
|
|
2587
2394
|
{
|
|
2588
|
-
"name": "
|
|
2395
|
+
"name": "alt",
|
|
2396
|
+
"description": "Image alt text. Defaults to an empty string",
|
|
2589
2397
|
"type": {
|
|
2590
2398
|
"name": "string"
|
|
2399
|
+
},
|
|
2400
|
+
"defaultValue": {
|
|
2401
|
+
"func": false,
|
|
2402
|
+
"value": "''"
|
|
2591
2403
|
}
|
|
2592
2404
|
},
|
|
2593
2405
|
{
|
|
2594
|
-
"name": "
|
|
2406
|
+
"name": "ratio",
|
|
2407
|
+
"description": "Aspect ratio of the media container",
|
|
2408
|
+
"tags": {
|
|
2409
|
+
"demoSelectMultiple": [
|
|
2410
|
+
{
|
|
2411
|
+
"description": "false",
|
|
2412
|
+
"title": "demoSelectMultiple"
|
|
2413
|
+
}
|
|
2414
|
+
]
|
|
2415
|
+
},
|
|
2416
|
+
"values": [
|
|
2417
|
+
"auto",
|
|
2418
|
+
"square",
|
|
2419
|
+
"1-2",
|
|
2420
|
+
"2-3",
|
|
2421
|
+
"3-4",
|
|
2422
|
+
"9-16",
|
|
2423
|
+
"2-1",
|
|
2424
|
+
"3-2",
|
|
2425
|
+
"4-3",
|
|
2426
|
+
"16-9"
|
|
2427
|
+
],
|
|
2595
2428
|
"type": {
|
|
2596
|
-
"name": "
|
|
2429
|
+
"name": "string"
|
|
2430
|
+
},
|
|
2431
|
+
"defaultValue": {
|
|
2432
|
+
"func": false,
|
|
2433
|
+
"value": "undefined"
|
|
2597
2434
|
}
|
|
2598
2435
|
},
|
|
2599
2436
|
{
|
|
2600
|
-
"name": "
|
|
2437
|
+
"name": "crop",
|
|
2438
|
+
"description": "Requires a `ratio`. Area to crop the image overflow to. {left, center, right} {top, center, bottom}",
|
|
2439
|
+
"tags": {
|
|
2440
|
+
"demoSelectMultiple": [
|
|
2441
|
+
{
|
|
2442
|
+
"description": "false",
|
|
2443
|
+
"title": "demoSelectMultiple"
|
|
2444
|
+
}
|
|
2445
|
+
]
|
|
2446
|
+
},
|
|
2447
|
+
"values": [
|
|
2448
|
+
"left",
|
|
2449
|
+
"x-center",
|
|
2450
|
+
"right",
|
|
2451
|
+
"top",
|
|
2452
|
+
"y-center",
|
|
2453
|
+
"bottom"
|
|
2454
|
+
],
|
|
2601
2455
|
"type": {
|
|
2602
|
-
"name": "
|
|
2456
|
+
"name": "string"
|
|
2603
2457
|
}
|
|
2604
2458
|
},
|
|
2605
2459
|
{
|
|
2606
|
-
"name": "
|
|
2460
|
+
"name": "cover",
|
|
2461
|
+
"description": "Requires a `ratio`. Scale the image to be as large as possible to fill the area (background-position: cover;)",
|
|
2607
2462
|
"type": {
|
|
2608
2463
|
"name": "boolean"
|
|
2609
2464
|
}
|
|
2610
2465
|
},
|
|
2611
2466
|
{
|
|
2612
|
-
"name": "
|
|
2467
|
+
"name": "containerClass",
|
|
2468
|
+
"description": "Adds a custom class to the cdr-img__ratio container div",
|
|
2613
2469
|
"type": {
|
|
2614
|
-
"name": "
|
|
2470
|
+
"name": "string"
|
|
2615
2471
|
}
|
|
2616
|
-
}
|
|
2617
|
-
],
|
|
2618
|
-
"slots": [
|
|
2619
|
-
{
|
|
2620
|
-
"name": "helper"
|
|
2621
|
-
},
|
|
2622
|
-
{
|
|
2623
|
-
"name": "default"
|
|
2624
|
-
},
|
|
2625
|
-
{
|
|
2626
|
-
"name": "info-action"
|
|
2627
|
-
},
|
|
2628
|
-
{
|
|
2629
|
-
"name": "info"
|
|
2630
2472
|
},
|
|
2631
2473
|
{
|
|
2632
|
-
"name": "
|
|
2474
|
+
"name": "radius",
|
|
2475
|
+
"description": "Sets a border radius to an element {square, top, right, bottom, left}",
|
|
2476
|
+
"tags": {
|
|
2477
|
+
"demoSelectMultiple": [
|
|
2478
|
+
{
|
|
2479
|
+
"description": "false",
|
|
2480
|
+
"title": "demoSelectMultiple"
|
|
2481
|
+
}
|
|
2482
|
+
]
|
|
2483
|
+
},
|
|
2484
|
+
"values": [
|
|
2485
|
+
"circle",
|
|
2486
|
+
"rounded"
|
|
2487
|
+
],
|
|
2488
|
+
"type": {
|
|
2489
|
+
"name": "string"
|
|
2490
|
+
}
|
|
2633
2491
|
},
|
|
2634
2492
|
{
|
|
2635
|
-
"name": "
|
|
2493
|
+
"name": "modifier",
|
|
2494
|
+
"description": "Modifies the style variant for this component.",
|
|
2495
|
+
"tags": {
|
|
2496
|
+
"demoSelectMultiple": [
|
|
2497
|
+
{
|
|
2498
|
+
"description": "false",
|
|
2499
|
+
"title": "demoSelectMultiple"
|
|
2500
|
+
}
|
|
2501
|
+
]
|
|
2502
|
+
},
|
|
2503
|
+
"values": [
|
|
2504
|
+
"responsive"
|
|
2505
|
+
],
|
|
2506
|
+
"type": {
|
|
2507
|
+
"name": "string"
|
|
2508
|
+
},
|
|
2509
|
+
"defaultValue": {
|
|
2510
|
+
"func": false,
|
|
2511
|
+
"value": "''"
|
|
2512
|
+
}
|
|
2636
2513
|
}
|
|
2637
2514
|
],
|
|
2638
2515
|
"sourceFiles": [
|
|
2639
|
-
"./src/components/
|
|
2640
|
-
],
|
|
2641
|
-
"UIProperties": [
|
|
2642
|
-
{
|
|
2643
|
-
"name": "--cdr-label-standalone-text-color",
|
|
2644
|
-
"defaultValue": "--cdr-color-text-input-label",
|
|
2645
|
-
"description": "Text color of a standalone label"
|
|
2646
|
-
},
|
|
2647
|
-
{
|
|
2648
|
-
"name": "--cdr-label-standalone-disabled-text-color",
|
|
2649
|
-
"defaultValue": "--cdr-color-text-input-disabled",
|
|
2650
|
-
"description": "Text color of a standalone label when disabled"
|
|
2651
|
-
},
|
|
2652
|
-
{
|
|
2653
|
-
"name": "--cdr-label-standalone-optional-text-color",
|
|
2654
|
-
"defaultValue": "--cdr-color-text-input-optional",
|
|
2655
|
-
"description": "Text color of a standalone label when optional"
|
|
2656
|
-
},
|
|
2657
|
-
{
|
|
2658
|
-
"name": "--cdr-label-standalone-helper-text-color",
|
|
2659
|
-
"defaultValue": "--cdr-color-text-input-help",
|
|
2660
|
-
"description": "Text color of a standalone helper label"
|
|
2661
|
-
}
|
|
2516
|
+
"./src/components/image/CdrImg.vue"
|
|
2662
2517
|
]
|
|
2663
2518
|
},
|
|
2664
|
-
"
|
|
2665
|
-
"name": "
|
|
2666
|
-
"description": "
|
|
2519
|
+
"CdrGrid": {
|
|
2520
|
+
"name": "CdrGrid",
|
|
2521
|
+
"description": "Simple wrapper for working with CSS grid",
|
|
2667
2522
|
"tags": {},
|
|
2668
2523
|
"exportName": "default",
|
|
2669
|
-
"displayName": "
|
|
2524
|
+
"displayName": "CdrGrid",
|
|
2670
2525
|
"props": [
|
|
2671
2526
|
{
|
|
2672
|
-
"name": "
|
|
2673
|
-
"description": "
|
|
2674
|
-
"tags": {
|
|
2527
|
+
"name": "gutter",
|
|
2528
|
+
"description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
|
|
2529
|
+
"tags": {
|
|
2530
|
+
"demoSelectMultiple": [
|
|
2531
|
+
{
|
|
2532
|
+
"description": "false",
|
|
2533
|
+
"title": "demoSelectMultiple"
|
|
2534
|
+
}
|
|
2535
|
+
]
|
|
2536
|
+
},
|
|
2675
2537
|
"values": [
|
|
2676
|
-
"
|
|
2677
|
-
"
|
|
2538
|
+
"none",
|
|
2539
|
+
"small",
|
|
2540
|
+
"medium",
|
|
2541
|
+
"large"
|
|
2678
2542
|
],
|
|
2679
2543
|
"type": {
|
|
2680
2544
|
"name": "string"
|
|
2681
2545
|
},
|
|
2682
2546
|
"defaultValue": {
|
|
2683
2547
|
"func": false,
|
|
2684
|
-
"value": "'
|
|
2548
|
+
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
2685
2549
|
}
|
|
2686
2550
|
},
|
|
2687
2551
|
{
|
|
2688
|
-
"name": "
|
|
2689
|
-
"description": "
|
|
2690
|
-
"tags": {
|
|
2691
|
-
"demoSelectMultiple": [
|
|
2692
|
-
{
|
|
2693
|
-
"description": "true",
|
|
2694
|
-
"title": "demoSelectMultiple"
|
|
2695
|
-
}
|
|
2696
|
-
]
|
|
2697
|
-
},
|
|
2698
|
-
"values": [
|
|
2699
|
-
"ordered",
|
|
2700
|
-
"unordered",
|
|
2701
|
-
"compact",
|
|
2702
|
-
"inline"
|
|
2703
|
-
],
|
|
2552
|
+
"name": "tag",
|
|
2553
|
+
"description": "Sets the HTML tag for the grid element",
|
|
2704
2554
|
"type": {
|
|
2705
2555
|
"name": "string"
|
|
2706
2556
|
},
|
|
2707
2557
|
"defaultValue": {
|
|
2708
2558
|
"func": false,
|
|
2709
|
-
"value": "''"
|
|
2559
|
+
"value": "'div'"
|
|
2710
2560
|
}
|
|
2711
2561
|
}
|
|
2712
2562
|
],
|
|
2713
2563
|
"slots": [
|
|
2714
2564
|
{
|
|
2715
2565
|
"name": "default",
|
|
2716
|
-
"description": "
|
|
2566
|
+
"description": "CdrGrid content (grid child elements)"
|
|
2717
2567
|
}
|
|
2718
2568
|
],
|
|
2719
2569
|
"sourceFiles": [
|
|
2720
|
-
"./src/components/
|
|
2721
|
-
],
|
|
2722
|
-
"UIProperties": [
|
|
2723
|
-
{
|
|
2724
|
-
"name": "--cdr-list-inline-text-color",
|
|
2725
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2726
|
-
"description": "Color of the unordered inline list item prefix"
|
|
2727
|
-
},
|
|
2728
|
-
{
|
|
2729
|
-
"name": "--cdr-list-ordered-nested-prefix-color",
|
|
2730
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2731
|
-
"description": "Color of the nested ordered cdr-list item prefix"
|
|
2732
|
-
},
|
|
2733
|
-
{
|
|
2734
|
-
"name": "--cdr-list-unordered-prefix-color",
|
|
2735
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2736
|
-
"description": "Color of the unordered cdr-list item prefix"
|
|
2737
|
-
},
|
|
2738
|
-
{
|
|
2739
|
-
"name": "--cdr-list-unordered-nested-prefix-color",
|
|
2740
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2741
|
-
"description": "Color of the nested unordered cdr-list item prefix"
|
|
2742
|
-
}
|
|
2570
|
+
"./src/components/grid/CdrGrid.vue"
|
|
2743
2571
|
]
|
|
2744
2572
|
},
|
|
2745
2573
|
"CdrLabelWrapper": {
|
|
@@ -2873,155 +2701,175 @@
|
|
|
2873
2701
|
}
|
|
2874
2702
|
]
|
|
2875
2703
|
},
|
|
2876
|
-
"
|
|
2877
|
-
"name": "
|
|
2878
|
-
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
2879
|
-
"tags": {},
|
|
2704
|
+
"CdrLabelStandalone": {
|
|
2705
|
+
"name": "CdrLabelStandalone",
|
|
2880
2706
|
"exportName": "default",
|
|
2881
|
-
"displayName": "
|
|
2707
|
+
"displayName": "CdrLabelStandalone",
|
|
2708
|
+
"description": "",
|
|
2709
|
+
"tags": {},
|
|
2882
2710
|
"props": [
|
|
2883
2711
|
{
|
|
2884
|
-
"name": "
|
|
2885
|
-
"description": "Toggles the state of the modal",
|
|
2886
|
-
"tags": {
|
|
2887
|
-
"demoIgnore": [
|
|
2888
|
-
{
|
|
2889
|
-
"description": "true",
|
|
2890
|
-
"title": "demoIgnore"
|
|
2891
|
-
}
|
|
2892
|
-
]
|
|
2893
|
-
},
|
|
2712
|
+
"name": "forId",
|
|
2894
2713
|
"type": {
|
|
2895
|
-
"name": "
|
|
2714
|
+
"name": "string"
|
|
2896
2715
|
},
|
|
2897
2716
|
"required": true
|
|
2898
2717
|
},
|
|
2899
2718
|
{
|
|
2900
2719
|
"name": "label",
|
|
2901
|
-
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
2902
2720
|
"type": {
|
|
2903
2721
|
"name": "string"
|
|
2904
|
-
}
|
|
2905
|
-
"required": true
|
|
2722
|
+
}
|
|
2906
2723
|
},
|
|
2907
2724
|
{
|
|
2908
|
-
"name": "
|
|
2909
|
-
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
2725
|
+
"name": "disabled",
|
|
2910
2726
|
"type": {
|
|
2911
2727
|
"name": "boolean"
|
|
2912
|
-
},
|
|
2913
|
-
"required": false,
|
|
2914
|
-
"defaultValue": {
|
|
2915
|
-
"func": false,
|
|
2916
|
-
"value": true
|
|
2917
2728
|
}
|
|
2918
2729
|
},
|
|
2919
2730
|
{
|
|
2920
|
-
"name": "
|
|
2921
|
-
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
2731
|
+
"name": "required",
|
|
2922
2732
|
"type": {
|
|
2923
|
-
"name": "
|
|
2924
|
-
},
|
|
2925
|
-
"required": false,
|
|
2926
|
-
"defaultValue": {
|
|
2927
|
-
"func": false,
|
|
2928
|
-
"value": "null"
|
|
2733
|
+
"name": "boolean"
|
|
2929
2734
|
}
|
|
2930
2735
|
},
|
|
2931
2736
|
{
|
|
2932
|
-
"name": "
|
|
2933
|
-
"description": "Sets the `role` attribute on the modal content element",
|
|
2934
|
-
"tags": {},
|
|
2935
|
-
"values": [
|
|
2936
|
-
"dialog",
|
|
2937
|
-
"alertDialog"
|
|
2938
|
-
],
|
|
2737
|
+
"name": "optional",
|
|
2939
2738
|
"type": {
|
|
2940
|
-
"name": "
|
|
2941
|
-
},
|
|
2942
|
-
"required": false,
|
|
2943
|
-
"defaultValue": {
|
|
2944
|
-
"func": false,
|
|
2945
|
-
"value": "'dialog'"
|
|
2739
|
+
"name": "boolean"
|
|
2946
2740
|
}
|
|
2947
2741
|
},
|
|
2948
2742
|
{
|
|
2949
|
-
"name": "
|
|
2950
|
-
"description": "Sets unique `id` for modal",
|
|
2743
|
+
"name": "hideLabel",
|
|
2951
2744
|
"type": {
|
|
2952
|
-
"name": "
|
|
2953
|
-
},
|
|
2954
|
-
"required": false,
|
|
2955
|
-
"defaultValue": {
|
|
2956
|
-
"func": false,
|
|
2957
|
-
"value": "null"
|
|
2745
|
+
"name": "boolean"
|
|
2958
2746
|
}
|
|
2747
|
+
}
|
|
2748
|
+
],
|
|
2749
|
+
"slots": [
|
|
2750
|
+
{
|
|
2751
|
+
"name": "helper"
|
|
2959
2752
|
},
|
|
2960
2753
|
{
|
|
2961
|
-
"name": "
|
|
2962
|
-
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
2963
|
-
"type": {
|
|
2964
|
-
"name": "string"
|
|
2965
|
-
}
|
|
2754
|
+
"name": "default"
|
|
2966
2755
|
},
|
|
2967
2756
|
{
|
|
2968
|
-
"name": "
|
|
2969
|
-
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
2970
|
-
"type": {
|
|
2971
|
-
"name": "string"
|
|
2972
|
-
}
|
|
2757
|
+
"name": "info-action"
|
|
2973
2758
|
},
|
|
2974
2759
|
{
|
|
2975
|
-
"name": "
|
|
2976
|
-
|
|
2760
|
+
"name": "info"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"name": "helper-text-bottom"
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
"name": "error"
|
|
2767
|
+
}
|
|
2768
|
+
],
|
|
2769
|
+
"sourceFiles": [
|
|
2770
|
+
"./src/components/labelStandalone/CdrLabelStandalone.vue"
|
|
2771
|
+
],
|
|
2772
|
+
"UIProperties": [
|
|
2773
|
+
{
|
|
2774
|
+
"name": "--cdr-label-standalone-text-color",
|
|
2775
|
+
"defaultValue": "--cdr-color-text-input-label",
|
|
2776
|
+
"description": "Text color of a standalone label"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"name": "--cdr-label-standalone-disabled-text-color",
|
|
2780
|
+
"defaultValue": "--cdr-color-text-input-disabled",
|
|
2781
|
+
"description": "Text color of a standalone label when disabled"
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"name": "--cdr-label-standalone-optional-text-color",
|
|
2785
|
+
"defaultValue": "--cdr-color-text-input-optional",
|
|
2786
|
+
"description": "Text color of a standalone label when optional"
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"name": "--cdr-label-standalone-helper-text-color",
|
|
2790
|
+
"defaultValue": "--cdr-color-text-input-help",
|
|
2791
|
+
"description": "Text color of a standalone helper label"
|
|
2792
|
+
}
|
|
2793
|
+
]
|
|
2794
|
+
},
|
|
2795
|
+
"CdrList": {
|
|
2796
|
+
"name": "CdrList",
|
|
2797
|
+
"description": "Groups related content items together either vertically or horizontally",
|
|
2798
|
+
"tags": {},
|
|
2799
|
+
"exportName": "default",
|
|
2800
|
+
"displayName": "CdrList",
|
|
2801
|
+
"props": [
|
|
2802
|
+
{
|
|
2803
|
+
"name": "tag",
|
|
2804
|
+
"description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
|
|
2805
|
+
"tags": {},
|
|
2806
|
+
"values": [
|
|
2807
|
+
"ul",
|
|
2808
|
+
"ol"
|
|
2809
|
+
],
|
|
2977
2810
|
"type": {
|
|
2978
2811
|
"name": "string"
|
|
2812
|
+
},
|
|
2813
|
+
"defaultValue": {
|
|
2814
|
+
"func": false,
|
|
2815
|
+
"value": "'ul'"
|
|
2979
2816
|
}
|
|
2980
2817
|
},
|
|
2981
2818
|
{
|
|
2982
|
-
"name": "
|
|
2983
|
-
"description": "
|
|
2819
|
+
"name": "modifier",
|
|
2820
|
+
"description": "Modifies the style variant for this component",
|
|
2821
|
+
"tags": {
|
|
2822
|
+
"demoSelectMultiple": [
|
|
2823
|
+
{
|
|
2824
|
+
"description": "true",
|
|
2825
|
+
"title": "demoSelectMultiple"
|
|
2826
|
+
}
|
|
2827
|
+
]
|
|
2828
|
+
},
|
|
2829
|
+
"values": [
|
|
2830
|
+
"ordered",
|
|
2831
|
+
"unordered",
|
|
2832
|
+
"compact",
|
|
2833
|
+
"inline"
|
|
2834
|
+
],
|
|
2984
2835
|
"type": {
|
|
2985
|
-
"name": "
|
|
2836
|
+
"name": "string"
|
|
2986
2837
|
},
|
|
2987
2838
|
"defaultValue": {
|
|
2988
2839
|
"func": false,
|
|
2989
|
-
"value": "
|
|
2840
|
+
"value": "''"
|
|
2990
2841
|
}
|
|
2991
2842
|
}
|
|
2992
2843
|
],
|
|
2993
|
-
"events": [
|
|
2994
|
-
{
|
|
2995
|
-
"name": "closed",
|
|
2996
|
-
"description": "Fires when modal is closed"
|
|
2997
|
-
}
|
|
2998
|
-
],
|
|
2999
2844
|
"slots": [
|
|
3000
2845
|
{
|
|
3001
|
-
"name": "
|
|
3002
|
-
"description": "
|
|
3003
|
-
},
|
|
3004
|
-
{
|
|
3005
|
-
"name": "title",
|
|
3006
|
-
"description": "Use to override the default title"
|
|
3007
|
-
},
|
|
3008
|
-
{
|
|
3009
|
-
"name": "default"
|
|
2846
|
+
"name": "default",
|
|
2847
|
+
"description": "CdrList content (list-items)"
|
|
3010
2848
|
}
|
|
3011
2849
|
],
|
|
3012
2850
|
"sourceFiles": [
|
|
3013
|
-
"./src/components/
|
|
2851
|
+
"./src/components/list/CdrList.vue"
|
|
3014
2852
|
],
|
|
3015
2853
|
"UIProperties": [
|
|
3016
2854
|
{
|
|
3017
|
-
"name": "--cdr-
|
|
3018
|
-
"defaultValue": "--cdr-color-
|
|
3019
|
-
"description": "
|
|
2855
|
+
"name": "--cdr-list-inline-text-color",
|
|
2856
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2857
|
+
"description": "Color of the unordered inline list item prefix"
|
|
3020
2858
|
},
|
|
3021
2859
|
{
|
|
3022
|
-
"name": "--cdr-
|
|
3023
|
-
"defaultValue": "--cdr-color-
|
|
3024
|
-
"description": "
|
|
2860
|
+
"name": "--cdr-list-ordered-nested-prefix-color",
|
|
2861
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2862
|
+
"description": "Color of the nested ordered cdr-list item prefix"
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"name": "--cdr-list-unordered-prefix-color",
|
|
2866
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2867
|
+
"description": "Color of the unordered cdr-list item prefix"
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
"name": "--cdr-list-unordered-nested-prefix-color",
|
|
2871
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2872
|
+
"description": "Color of the nested unordered cdr-list item prefix"
|
|
3025
2873
|
}
|
|
3026
2874
|
]
|
|
3027
2875
|
},
|
|
@@ -3146,42 +2994,40 @@
|
|
|
3146
2994
|
}
|
|
3147
2995
|
]
|
|
3148
2996
|
},
|
|
3149
|
-
"
|
|
3150
|
-
"name": "
|
|
3151
|
-
"description": "
|
|
2997
|
+
"CdrModal": {
|
|
2998
|
+
"name": "CdrModal",
|
|
2999
|
+
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
3152
3000
|
"tags": {},
|
|
3153
3001
|
"exportName": "default",
|
|
3154
|
-
"displayName": "
|
|
3002
|
+
"displayName": "CdrModal",
|
|
3155
3003
|
"props": [
|
|
3156
3004
|
{
|
|
3157
|
-
"name": "
|
|
3158
|
-
"description": "
|
|
3005
|
+
"name": "opened",
|
|
3006
|
+
"description": "Toggles the state of the modal",
|
|
3159
3007
|
"tags": {
|
|
3160
|
-
"
|
|
3008
|
+
"demoIgnore": [
|
|
3161
3009
|
{
|
|
3162
|
-
"description": "
|
|
3163
|
-
"title": "
|
|
3010
|
+
"description": "true",
|
|
3011
|
+
"title": "demoIgnore"
|
|
3164
3012
|
}
|
|
3165
3013
|
]
|
|
3166
3014
|
},
|
|
3167
|
-
"
|
|
3168
|
-
"
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3015
|
+
"type": {
|
|
3016
|
+
"name": "boolean"
|
|
3017
|
+
},
|
|
3018
|
+
"required": true
|
|
3019
|
+
},
|
|
3020
|
+
{
|
|
3021
|
+
"name": "label",
|
|
3022
|
+
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
3173
3023
|
"type": {
|
|
3174
3024
|
"name": "string"
|
|
3175
3025
|
},
|
|
3176
|
-
"required":
|
|
3177
|
-
"defaultValue": {
|
|
3178
|
-
"func": false,
|
|
3179
|
-
"value": "'top'"
|
|
3180
|
-
}
|
|
3026
|
+
"required": true
|
|
3181
3027
|
},
|
|
3182
3028
|
{
|
|
3183
|
-
"name": "
|
|
3184
|
-
"description": "
|
|
3029
|
+
"name": "showTitle",
|
|
3030
|
+
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
3185
3031
|
"type": {
|
|
3186
3032
|
"name": "boolean"
|
|
3187
3033
|
},
|
|
@@ -3192,99 +3038,138 @@
|
|
|
3192
3038
|
}
|
|
3193
3039
|
},
|
|
3194
3040
|
{
|
|
3195
|
-
"name": "
|
|
3196
|
-
"description": "
|
|
3041
|
+
"name": "ariaDescribedby",
|
|
3042
|
+
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
3197
3043
|
"type": {
|
|
3198
3044
|
"name": "string"
|
|
3199
3045
|
},
|
|
3200
|
-
"required": false
|
|
3046
|
+
"required": false,
|
|
3047
|
+
"defaultValue": {
|
|
3048
|
+
"func": false,
|
|
3049
|
+
"value": "null"
|
|
3050
|
+
}
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"name": "role",
|
|
3054
|
+
"description": "Sets the `role` attribute on the modal content element",
|
|
3055
|
+
"tags": {},
|
|
3056
|
+
"values": [
|
|
3057
|
+
"dialog",
|
|
3058
|
+
"alertDialog"
|
|
3059
|
+
],
|
|
3060
|
+
"type": {
|
|
3061
|
+
"name": "string"
|
|
3062
|
+
},
|
|
3063
|
+
"required": false,
|
|
3064
|
+
"defaultValue": {
|
|
3065
|
+
"func": false,
|
|
3066
|
+
"value": "'dialog'"
|
|
3067
|
+
}
|
|
3201
3068
|
},
|
|
3202
3069
|
{
|
|
3203
3070
|
"name": "id",
|
|
3204
|
-
"description": "
|
|
3071
|
+
"description": "Sets unique `id` for modal",
|
|
3205
3072
|
"type": {
|
|
3206
3073
|
"name": "string"
|
|
3207
3074
|
},
|
|
3208
|
-
"required":
|
|
3075
|
+
"required": false,
|
|
3076
|
+
"defaultValue": {
|
|
3077
|
+
"func": false,
|
|
3078
|
+
"value": "null"
|
|
3079
|
+
}
|
|
3080
|
+
},
|
|
3081
|
+
{
|
|
3082
|
+
"name": "overlayClass",
|
|
3083
|
+
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
3084
|
+
"type": {
|
|
3085
|
+
"name": "string"
|
|
3086
|
+
}
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
"name": "wrapperClass",
|
|
3090
|
+
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
3091
|
+
"type": {
|
|
3092
|
+
"name": "string"
|
|
3093
|
+
}
|
|
3209
3094
|
},
|
|
3210
3095
|
{
|
|
3211
3096
|
"name": "contentClass",
|
|
3212
|
-
"description": "
|
|
3097
|
+
"description": "Adds custom class to the `cdr-modal__innerWrap` div",
|
|
3213
3098
|
"type": {
|
|
3214
3099
|
"name": "string"
|
|
3215
|
-
}
|
|
3216
|
-
"required": false
|
|
3100
|
+
}
|
|
3217
3101
|
},
|
|
3218
3102
|
{
|
|
3219
|
-
"name": "
|
|
3220
|
-
"description": "
|
|
3221
|
-
"tags": {
|
|
3222
|
-
"demoIgnore": [
|
|
3223
|
-
{
|
|
3224
|
-
"description": "true",
|
|
3225
|
-
"title": "demoIgnore"
|
|
3226
|
-
}
|
|
3227
|
-
]
|
|
3228
|
-
},
|
|
3103
|
+
"name": "animationDuration",
|
|
3104
|
+
"description": "Sets duration for modal's close animation",
|
|
3229
3105
|
"type": {
|
|
3230
|
-
"name": "
|
|
3106
|
+
"name": "number"
|
|
3231
3107
|
},
|
|
3232
|
-
"required": false,
|
|
3233
3108
|
"defaultValue": {
|
|
3234
3109
|
"func": false,
|
|
3235
|
-
"value":
|
|
3110
|
+
"value": "300"
|
|
3236
3111
|
}
|
|
3237
3112
|
}
|
|
3238
3113
|
],
|
|
3239
3114
|
"events": [
|
|
3240
|
-
{
|
|
3241
|
-
"name": "opened",
|
|
3242
|
-
"description": "Emits when popover is opened"
|
|
3243
|
-
},
|
|
3244
3115
|
{
|
|
3245
3116
|
"name": "closed",
|
|
3246
|
-
"description": "
|
|
3117
|
+
"description": "Fires when modal is closed"
|
|
3247
3118
|
}
|
|
3248
3119
|
],
|
|
3249
3120
|
"slots": [
|
|
3250
3121
|
{
|
|
3251
|
-
"name": "
|
|
3252
|
-
"description": "
|
|
3122
|
+
"name": "modal",
|
|
3123
|
+
"description": "Use to override the entire CdrModal content container."
|
|
3253
3124
|
},
|
|
3254
3125
|
{
|
|
3255
3126
|
"name": "title",
|
|
3256
|
-
"description": "
|
|
3127
|
+
"description": "Use to override the default title"
|
|
3257
3128
|
},
|
|
3258
3129
|
{
|
|
3259
3130
|
"name": "default"
|
|
3260
|
-
},
|
|
3261
|
-
{
|
|
3262
|
-
"name": "icon"
|
|
3263
3131
|
}
|
|
3264
3132
|
],
|
|
3265
3133
|
"sourceFiles": [
|
|
3266
|
-
"./src/components/
|
|
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
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
"name": "--cdr-modal-content-wrap-background-color",
|
|
3144
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
3145
|
+
"description": "Background color of the content wrap"
|
|
3146
|
+
}
|
|
3267
3147
|
]
|
|
3268
3148
|
},
|
|
3269
|
-
"
|
|
3270
|
-
"name": "
|
|
3271
|
-
"description": "
|
|
3149
|
+
"CdrPopover": {
|
|
3150
|
+
"name": "CdrPopover",
|
|
3151
|
+
"description": "Small overlay used to display contextual information",
|
|
3272
3152
|
"tags": {},
|
|
3273
3153
|
"exportName": "default",
|
|
3274
|
-
"displayName": "
|
|
3154
|
+
"displayName": "CdrPopover",
|
|
3275
3155
|
"props": [
|
|
3276
|
-
{
|
|
3277
|
-
"name": "opened",
|
|
3278
|
-
"type": {
|
|
3279
|
-
"name": "boolean"
|
|
3280
|
-
},
|
|
3281
|
-
"defaultValue": {
|
|
3282
|
-
"func": false,
|
|
3283
|
-
"value": false
|
|
3284
|
-
}
|
|
3285
|
-
},
|
|
3286
3156
|
{
|
|
3287
3157
|
"name": "position",
|
|
3158
|
+
"description": "Sets the position where the popover will render relative to the trigger element.",
|
|
3159
|
+
"tags": {
|
|
3160
|
+
"demoSelectMultiple": [
|
|
3161
|
+
{
|
|
3162
|
+
"description": "false",
|
|
3163
|
+
"title": "demoSelectMultiple"
|
|
3164
|
+
}
|
|
3165
|
+
]
|
|
3166
|
+
},
|
|
3167
|
+
"values": [
|
|
3168
|
+
"top",
|
|
3169
|
+
"bottom",
|
|
3170
|
+
"left",
|
|
3171
|
+
"right"
|
|
3172
|
+
],
|
|
3288
3173
|
"type": {
|
|
3289
3174
|
"name": "string"
|
|
3290
3175
|
},
|
|
@@ -3296,45 +3181,89 @@
|
|
|
3296
3181
|
},
|
|
3297
3182
|
{
|
|
3298
3183
|
"name": "autoPosition",
|
|
3184
|
+
"description": "If set to `true`, popover will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the popover will always render in the provided `position`.",
|
|
3299
3185
|
"type": {
|
|
3300
3186
|
"name": "boolean"
|
|
3301
3187
|
},
|
|
3188
|
+
"required": false,
|
|
3302
3189
|
"defaultValue": {
|
|
3303
3190
|
"func": false,
|
|
3304
3191
|
"value": true
|
|
3305
3192
|
}
|
|
3306
3193
|
},
|
|
3194
|
+
{
|
|
3195
|
+
"name": "label",
|
|
3196
|
+
"description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
|
|
3197
|
+
"type": {
|
|
3198
|
+
"name": "string"
|
|
3199
|
+
},
|
|
3200
|
+
"required": false
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"name": "id",
|
|
3204
|
+
"description": "ID for the popover element, required for accessibility",
|
|
3205
|
+
"type": {
|
|
3206
|
+
"name": "string"
|
|
3207
|
+
},
|
|
3208
|
+
"required": true
|
|
3209
|
+
},
|
|
3307
3210
|
{
|
|
3308
3211
|
"name": "contentClass",
|
|
3212
|
+
"description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
|
|
3309
3213
|
"type": {
|
|
3310
3214
|
"name": "string"
|
|
3215
|
+
},
|
|
3216
|
+
"required": false
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"name": "open",
|
|
3220
|
+
"description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
|
|
3221
|
+
"tags": {
|
|
3222
|
+
"demoIgnore": [
|
|
3223
|
+
{
|
|
3224
|
+
"description": "true",
|
|
3225
|
+
"title": "demoIgnore"
|
|
3226
|
+
}
|
|
3227
|
+
]
|
|
3228
|
+
},
|
|
3229
|
+
"type": {
|
|
3230
|
+
"name": "boolean"
|
|
3231
|
+
},
|
|
3232
|
+
"required": false,
|
|
3233
|
+
"defaultValue": {
|
|
3234
|
+
"func": false,
|
|
3235
|
+
"value": false
|
|
3311
3236
|
}
|
|
3312
3237
|
}
|
|
3313
3238
|
],
|
|
3314
3239
|
"events": [
|
|
3315
3240
|
{
|
|
3316
|
-
"name": "
|
|
3241
|
+
"name": "opened",
|
|
3242
|
+
"description": "Emits when popover is opened"
|
|
3243
|
+
},
|
|
3244
|
+
{
|
|
3245
|
+
"name": "closed",
|
|
3246
|
+
"description": "Emits when popover is closed"
|
|
3317
3247
|
}
|
|
3318
3248
|
],
|
|
3319
3249
|
"slots": [
|
|
3320
3250
|
{
|
|
3321
|
-
"name": "
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
"sourceFiles": [
|
|
3325
|
-
"./src/components/popup/CdrPopup.vue"
|
|
3326
|
-
],
|
|
3327
|
-
"UIProperties": [
|
|
3251
|
+
"name": "trigger",
|
|
3252
|
+
"description": " Slot for the element that triggers the popover."
|
|
3253
|
+
},
|
|
3328
3254
|
{
|
|
3329
|
-
"name": "
|
|
3330
|
-
"
|
|
3331
|
-
"description": "Background color of cdr-popup content"
|
|
3255
|
+
"name": "title",
|
|
3256
|
+
"description": "Sets the title for the popover. Can also be set with `label` prop"
|
|
3332
3257
|
},
|
|
3333
3258
|
{
|
|
3334
|
-
"name": "
|
|
3335
|
-
|
|
3336
|
-
|
|
3259
|
+
"name": "default"
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
"name": "icon"
|
|
3337
3263
|
}
|
|
3264
|
+
],
|
|
3265
|
+
"sourceFiles": [
|
|
3266
|
+
"./src/components/popover/CdrPopover.vue"
|
|
3338
3267
|
]
|
|
3339
3268
|
},
|
|
3340
3269
|
"CdrPagination": {
|
|
@@ -3490,52 +3419,34 @@
|
|
|
3490
3419
|
}
|
|
3491
3420
|
]
|
|
3492
3421
|
},
|
|
3493
|
-
"
|
|
3494
|
-
"name": "
|
|
3495
|
-
"description": "
|
|
3422
|
+
"CdrQuote": {
|
|
3423
|
+
"name": "CdrQuote",
|
|
3424
|
+
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
3496
3425
|
"tags": {},
|
|
3497
3426
|
"exportName": "default",
|
|
3498
|
-
"displayName": "
|
|
3427
|
+
"displayName": "CdrQuote",
|
|
3499
3428
|
"props": [
|
|
3500
3429
|
{
|
|
3501
|
-
"name": "
|
|
3502
|
-
"description": "
|
|
3503
|
-
"
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
"type": {
|
|
3511
|
-
"name": "string"
|
|
3512
|
-
}
|
|
3513
|
-
},
|
|
3514
|
-
{
|
|
3515
|
-
"name": "contentClass",
|
|
3516
|
-
"description": "Adds CSS class to the slot wrapper for custom styles.",
|
|
3517
|
-
"type": {
|
|
3518
|
-
"name": "string"
|
|
3519
|
-
}
|
|
3520
|
-
},
|
|
3521
|
-
{
|
|
3522
|
-
"name": "disabled",
|
|
3523
|
-
"description": "Disables the radio",
|
|
3524
|
-
"type": {
|
|
3525
|
-
"name": "boolean"
|
|
3526
|
-
}
|
|
3527
|
-
},
|
|
3528
|
-
{
|
|
3529
|
-
"name": "name",
|
|
3530
|
-
"description": "Sets the name of the radio button.",
|
|
3430
|
+
"name": "tag",
|
|
3431
|
+
"description": "Sets the semantic HTML element for the quote.",
|
|
3432
|
+
"tags": {},
|
|
3433
|
+
"values": [
|
|
3434
|
+
"blockquote",
|
|
3435
|
+
"aside",
|
|
3436
|
+
"q",
|
|
3437
|
+
"div"
|
|
3438
|
+
],
|
|
3531
3439
|
"type": {
|
|
3532
3440
|
"name": "string"
|
|
3533
3441
|
},
|
|
3534
|
-
"
|
|
3442
|
+
"defaultValue": {
|
|
3443
|
+
"func": false,
|
|
3444
|
+
"value": "'blockquote'"
|
|
3445
|
+
}
|
|
3535
3446
|
},
|
|
3536
3447
|
{
|
|
3537
3448
|
"name": "modifier",
|
|
3538
|
-
"description": "Modifies the style
|
|
3449
|
+
"description": "Modifies the style variant for the quote",
|
|
3539
3450
|
"tags": {
|
|
3540
3451
|
"demoSelectMultiple": [
|
|
3541
3452
|
{
|
|
@@ -3545,229 +3456,7 @@
|
|
|
3545
3456
|
]
|
|
3546
3457
|
},
|
|
3547
3458
|
"values": [
|
|
3548
|
-
"
|
|
3549
|
-
],
|
|
3550
|
-
"type": {
|
|
3551
|
-
"name": "string"
|
|
3552
|
-
},
|
|
3553
|
-
"defaultValue": {
|
|
3554
|
-
"func": false,
|
|
3555
|
-
"value": "''"
|
|
3556
|
-
}
|
|
3557
|
-
},
|
|
3558
|
-
{
|
|
3559
|
-
"name": "size",
|
|
3560
|
-
"description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
|
|
3561
|
-
"tags": {
|
|
3562
|
-
"demoSelectMultiple": [
|
|
3563
|
-
{
|
|
3564
|
-
"description": "false",
|
|
3565
|
-
"title": "demoSelectMultiple"
|
|
3566
|
-
}
|
|
3567
|
-
]
|
|
3568
|
-
},
|
|
3569
|
-
"values": [
|
|
3570
|
-
"small",
|
|
3571
|
-
"medium",
|
|
3572
|
-
"large"
|
|
3573
|
-
],
|
|
3574
|
-
"type": {
|
|
3575
|
-
"name": "sizeProps"
|
|
3576
|
-
}
|
|
3577
|
-
},
|
|
3578
|
-
{
|
|
3579
|
-
"name": "background",
|
|
3580
|
-
"description": "Sets the background color the radio button is rendered on",
|
|
3581
|
-
"tags": {},
|
|
3582
|
-
"values": [
|
|
3583
|
-
"primary",
|
|
3584
|
-
"secondary"
|
|
3585
|
-
],
|
|
3586
|
-
"type": {
|
|
3587
|
-
"name": "backgroundProps"
|
|
3588
|
-
}
|
|
3589
|
-
},
|
|
3590
|
-
{
|
|
3591
|
-
"name": "customValue",
|
|
3592
|
-
"description": "Sets the value of the radio.",
|
|
3593
|
-
"type": {
|
|
3594
|
-
"name": "string|number|boolean|object|array|symbol|func"
|
|
3595
|
-
}
|
|
3596
|
-
},
|
|
3597
|
-
{
|
|
3598
|
-
"name": "modelValue",
|
|
3599
|
-
"tags": {
|
|
3600
|
-
"ignore": [
|
|
3601
|
-
{
|
|
3602
|
-
"description": "v-model binding",
|
|
3603
|
-
"title": "ignore"
|
|
3604
|
-
}
|
|
3605
|
-
]
|
|
3606
|
-
},
|
|
3607
|
-
"type": {
|
|
3608
|
-
"name": "string|number|boolean|object|array|symbol|func"
|
|
3609
|
-
}
|
|
3610
|
-
}
|
|
3611
|
-
],
|
|
3612
|
-
"events": [
|
|
3613
|
-
{
|
|
3614
|
-
"name": "update:modelValue",
|
|
3615
|
-
"description": "Event emitted by v-model on the radio's <input> element",
|
|
3616
|
-
"properties": [
|
|
3617
|
-
{
|
|
3618
|
-
"type": {
|
|
3619
|
-
"names": [
|
|
3620
|
-
"mixed"
|
|
3621
|
-
]
|
|
3622
|
-
},
|
|
3623
|
-
"name": "modelValue"
|
|
3624
|
-
}
|
|
3625
|
-
],
|
|
3626
|
-
"tags": [
|
|
3627
|
-
{
|
|
3628
|
-
"title": "param",
|
|
3629
|
-
"type": {
|
|
3630
|
-
"name": "mixed"
|
|
3631
|
-
},
|
|
3632
|
-
"name": "modelValue"
|
|
3633
|
-
}
|
|
3634
|
-
]
|
|
3635
|
-
}
|
|
3636
|
-
],
|
|
3637
|
-
"slots": [
|
|
3638
|
-
{
|
|
3639
|
-
"name": "default"
|
|
3640
|
-
}
|
|
3641
|
-
],
|
|
3642
|
-
"sourceFiles": [
|
|
3643
|
-
"./src/components/radio/CdrRadio.vue"
|
|
3644
|
-
],
|
|
3645
|
-
"UIProperties": [
|
|
3646
|
-
{
|
|
3647
|
-
"name": "--cdr-radio-box-shadow-color-selected",
|
|
3648
|
-
"defaultValue": "--cdr-color-border-input-default-selected",
|
|
3649
|
-
"description": "Box-shadow color of cdr-radio when selected"
|
|
3650
|
-
},
|
|
3651
|
-
{
|
|
3652
|
-
"name": "--cdr-radio-background-color-selected",
|
|
3653
|
-
"defaultValue": "--cdr-color-background-input-default-selected",
|
|
3654
|
-
"description": "Background color of cdr-radio when selected"
|
|
3655
|
-
},
|
|
3656
|
-
{
|
|
3657
|
-
"name": "--cdr-radio-inner-circle-background-color-selected",
|
|
3658
|
-
"defaultValue": "--cdr-color-icon-checkbox-default-selected",
|
|
3659
|
-
"description": "Background color of the inner circle of cdr-radio when selected"
|
|
3660
|
-
},
|
|
3661
|
-
{
|
|
3662
|
-
"name": "--cdr-radio-box-shadow-color-hover",
|
|
3663
|
-
"defaultValue": "--cdr-color-border-input-default-hover",
|
|
3664
|
-
"description": "Box-shadow color of cdr-radio on hover"
|
|
3665
|
-
},
|
|
3666
|
-
{
|
|
3667
|
-
"name": "--cdr-radio-background-color-hover",
|
|
3668
|
-
"defaultValue": "--cdr-color-background-input-default-hover",
|
|
3669
|
-
"description": "Background color of cdr-radio on hover"
|
|
3670
|
-
},
|
|
3671
|
-
{
|
|
3672
|
-
"name": "--cdr-radio-box-shadow-color-selected-hover",
|
|
3673
|
-
"defaultValue": "--cdr-color-border-input-default-selected-hover",
|
|
3674
|
-
"description": "Box-shadow color of cdr-radio when selected on hover"
|
|
3675
|
-
},
|
|
3676
|
-
{
|
|
3677
|
-
"name": "--cdr-radio-background-color-selected-hover",
|
|
3678
|
-
"defaultValue": "--cdr-color-background-input-default-selected-hover",
|
|
3679
|
-
"description": "Background color of cdr-radio when selected on hover"
|
|
3680
|
-
},
|
|
3681
|
-
{
|
|
3682
|
-
"name": "--cdr-radio-box-shadow-color-disabled",
|
|
3683
|
-
"defaultValue": "--cdr-color-border-input-default-disabled",
|
|
3684
|
-
"description": "Box-shadow color of cdr-radio when disabled"
|
|
3685
|
-
},
|
|
3686
|
-
{
|
|
3687
|
-
"name": "--cdr-radio-background-color-disabled",
|
|
3688
|
-
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
3689
|
-
"description": "Background color of cdr-radio when disabled"
|
|
3690
|
-
},
|
|
3691
|
-
{
|
|
3692
|
-
"name": "--cdr-radio-inner-circle-background-color-disabled",
|
|
3693
|
-
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
3694
|
-
"description": "Background color of the inner circle of cdr-radio when disabled"
|
|
3695
|
-
},
|
|
3696
|
-
{
|
|
3697
|
-
"name": "--cdr-radio-inner-circle-background-color-selected-disabled",
|
|
3698
|
-
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
3699
|
-
"description": "Background color of the inner circle of cdr-radio when selected and disabled"
|
|
3700
|
-
},
|
|
3701
|
-
{
|
|
3702
|
-
"name": "--cdr-radio-box-shadow-color-focus",
|
|
3703
|
-
"defaultValue": "--cdr-color-border-input-default-active",
|
|
3704
|
-
"description": "Box-shadow color of cdr-radio on focus"
|
|
3705
|
-
},
|
|
3706
|
-
{
|
|
3707
|
-
"name": "--cdr-radio-background-color-focus",
|
|
3708
|
-
"defaultValue": "--cdr-color-background-input-default-focus",
|
|
3709
|
-
"description": "Background color of cdr-radio on focus"
|
|
3710
|
-
},
|
|
3711
|
-
{
|
|
3712
|
-
"name": "--cdr-radio-background-color-selected-focus",
|
|
3713
|
-
"defaultValue": "--cdr-color-background-input-default-selected-focus",
|
|
3714
|
-
"description": "Background color of cdr-radio when selected on focus"
|
|
3715
|
-
},
|
|
3716
|
-
{
|
|
3717
|
-
"name": "--cdr-radio-box-shadow-color-active",
|
|
3718
|
-
"defaultValue": "--cdr-color-border-input-default-active",
|
|
3719
|
-
"description": "Box-shadow color of cdr-radio when active"
|
|
3720
|
-
},
|
|
3721
|
-
{
|
|
3722
|
-
"name": "--cdr-radio-background-color-active",
|
|
3723
|
-
"defaultValue": "--cdr-color-background-input-default-active",
|
|
3724
|
-
"description": "Background color of cdr-radio when active"
|
|
3725
|
-
},
|
|
3726
|
-
{
|
|
3727
|
-
"name": "--cdr-radio-inner-circle-background-color-selected-active",
|
|
3728
|
-
"defaultValue": "--cdr-color-icon-checkbox-default-selected-active",
|
|
3729
|
-
"description": "Background color of the inner circle of cdr-radio when selected and active"
|
|
3730
|
-
}
|
|
3731
|
-
]
|
|
3732
|
-
},
|
|
3733
|
-
"CdrQuote": {
|
|
3734
|
-
"name": "CdrQuote",
|
|
3735
|
-
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
3736
|
-
"tags": {},
|
|
3737
|
-
"exportName": "default",
|
|
3738
|
-
"displayName": "CdrQuote",
|
|
3739
|
-
"props": [
|
|
3740
|
-
{
|
|
3741
|
-
"name": "tag",
|
|
3742
|
-
"description": "Sets the semantic HTML element for the quote.",
|
|
3743
|
-
"tags": {},
|
|
3744
|
-
"values": [
|
|
3745
|
-
"blockquote",
|
|
3746
|
-
"aside",
|
|
3747
|
-
"q",
|
|
3748
|
-
"div"
|
|
3749
|
-
],
|
|
3750
|
-
"type": {
|
|
3751
|
-
"name": "string"
|
|
3752
|
-
},
|
|
3753
|
-
"defaultValue": {
|
|
3754
|
-
"func": false,
|
|
3755
|
-
"value": "'blockquote'"
|
|
3756
|
-
}
|
|
3757
|
-
},
|
|
3758
|
-
{
|
|
3759
|
-
"name": "modifier",
|
|
3760
|
-
"description": "Modifies the style variant for the quote",
|
|
3761
|
-
"tags": {
|
|
3762
|
-
"demoSelectMultiple": [
|
|
3763
|
-
{
|
|
3764
|
-
"description": "true",
|
|
3765
|
-
"title": "demoSelectMultiple"
|
|
3766
|
-
}
|
|
3767
|
-
]
|
|
3768
|
-
},
|
|
3769
|
-
"values": [
|
|
3770
|
-
"pull"
|
|
3459
|
+
"pull"
|
|
3771
3460
|
],
|
|
3772
3461
|
"type": {
|
|
3773
3462
|
"name": "string"
|
|
@@ -3948,48 +3637,397 @@
|
|
|
3948
3637
|
}
|
|
3949
3638
|
]
|
|
3950
3639
|
},
|
|
3951
|
-
"
|
|
3952
|
-
"name": "
|
|
3953
|
-
"description": "
|
|
3640
|
+
"CdrPopup": {
|
|
3641
|
+
"name": "CdrPopup",
|
|
3642
|
+
"description": "An internal helper component used by Popover and Tooltip",
|
|
3954
3643
|
"tags": {},
|
|
3955
3644
|
"exportName": "default",
|
|
3956
|
-
"displayName": "
|
|
3645
|
+
"displayName": "CdrPopup",
|
|
3957
3646
|
"props": [
|
|
3958
3647
|
{
|
|
3959
|
-
"name": "
|
|
3960
|
-
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.",
|
|
3648
|
+
"name": "opened",
|
|
3961
3649
|
"type": {
|
|
3962
|
-
"name": "
|
|
3650
|
+
"name": "boolean"
|
|
3651
|
+
},
|
|
3652
|
+
"defaultValue": {
|
|
3653
|
+
"func": false,
|
|
3654
|
+
"value": false
|
|
3963
3655
|
}
|
|
3964
3656
|
},
|
|
3965
3657
|
{
|
|
3966
|
-
"name": "
|
|
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.",
|
|
3658
|
+
"name": "position",
|
|
3968
3659
|
"type": {
|
|
3969
3660
|
"name": "string"
|
|
3970
3661
|
},
|
|
3971
|
-
"required":
|
|
3662
|
+
"required": false,
|
|
3663
|
+
"defaultValue": {
|
|
3664
|
+
"func": false,
|
|
3665
|
+
"value": "'top'"
|
|
3666
|
+
}
|
|
3972
3667
|
},
|
|
3973
3668
|
{
|
|
3974
|
-
"name": "
|
|
3975
|
-
"description": "Visually hides the label element, but leaves it available to screen readers for accessibility compliance.",
|
|
3669
|
+
"name": "autoPosition",
|
|
3976
3670
|
"type": {
|
|
3977
3671
|
"name": "boolean"
|
|
3978
3672
|
},
|
|
3979
3673
|
"defaultValue": {
|
|
3980
3674
|
"func": false,
|
|
3981
|
-
"value":
|
|
3675
|
+
"value": true
|
|
3982
3676
|
}
|
|
3983
3677
|
},
|
|
3984
3678
|
{
|
|
3985
|
-
"name": "
|
|
3986
|
-
"description": "Adds an option that is disabled and selected by default to serve as a `placeholder` for the select.",
|
|
3679
|
+
"name": "contentClass",
|
|
3987
3680
|
"type": {
|
|
3988
3681
|
"name": "string"
|
|
3989
3682
|
}
|
|
3990
|
-
}
|
|
3683
|
+
}
|
|
3684
|
+
],
|
|
3685
|
+
"events": [
|
|
3991
3686
|
{
|
|
3992
|
-
"name": "
|
|
3687
|
+
"name": "closed"
|
|
3688
|
+
}
|
|
3689
|
+
],
|
|
3690
|
+
"slots": [
|
|
3691
|
+
{
|
|
3692
|
+
"name": "default"
|
|
3693
|
+
}
|
|
3694
|
+
],
|
|
3695
|
+
"sourceFiles": [
|
|
3696
|
+
"./src/components/popup/CdrPopup.vue"
|
|
3697
|
+
],
|
|
3698
|
+
"UIProperties": [
|
|
3699
|
+
{
|
|
3700
|
+
"name": "--cdr-popup-content-background",
|
|
3701
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
3702
|
+
"description": "Background color of cdr-popup content"
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"name": "--cdr-popup-content-border-color",
|
|
3706
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
3707
|
+
"description": "Border color of cdr-popup content"
|
|
3708
|
+
}
|
|
3709
|
+
]
|
|
3710
|
+
},
|
|
3711
|
+
"CdrRadio": {
|
|
3712
|
+
"name": "CdrRadio",
|
|
3713
|
+
"description": "Permits the selection of only one option from a list of two or more",
|
|
3714
|
+
"tags": {},
|
|
3715
|
+
"exportName": "default",
|
|
3716
|
+
"displayName": "CdrRadio",
|
|
3717
|
+
"props": [
|
|
3718
|
+
{
|
|
3719
|
+
"name": "labelClass",
|
|
3720
|
+
"description": "Adds CSS class to the label for custom styles.",
|
|
3721
|
+
"type": {
|
|
3722
|
+
"name": "string"
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
"name": "inputClass",
|
|
3727
|
+
"description": "Adds CSS class to the input for custom styles.",
|
|
3728
|
+
"type": {
|
|
3729
|
+
"name": "string"
|
|
3730
|
+
}
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"name": "contentClass",
|
|
3734
|
+
"description": "Adds CSS class to the slot wrapper for custom styles.",
|
|
3735
|
+
"type": {
|
|
3736
|
+
"name": "string"
|
|
3737
|
+
}
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"name": "disabled",
|
|
3741
|
+
"description": "Disables the radio",
|
|
3742
|
+
"type": {
|
|
3743
|
+
"name": "boolean"
|
|
3744
|
+
}
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"name": "name",
|
|
3748
|
+
"description": "Sets the name of the radio button.",
|
|
3749
|
+
"type": {
|
|
3750
|
+
"name": "string"
|
|
3751
|
+
},
|
|
3752
|
+
"required": true
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
"name": "modifier",
|
|
3756
|
+
"description": "Modifies the style variants for this component",
|
|
3757
|
+
"tags": {
|
|
3758
|
+
"demoSelectMultiple": [
|
|
3759
|
+
{
|
|
3760
|
+
"description": "true",
|
|
3761
|
+
"title": "demoSelectMultiple"
|
|
3762
|
+
}
|
|
3763
|
+
]
|
|
3764
|
+
},
|
|
3765
|
+
"values": [
|
|
3766
|
+
"hide-figure"
|
|
3767
|
+
],
|
|
3768
|
+
"type": {
|
|
3769
|
+
"name": "string"
|
|
3770
|
+
},
|
|
3771
|
+
"defaultValue": {
|
|
3772
|
+
"func": false,
|
|
3773
|
+
"value": "''"
|
|
3774
|
+
}
|
|
3775
|
+
},
|
|
3776
|
+
{
|
|
3777
|
+
"name": "size",
|
|
3778
|
+
"description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
|
|
3779
|
+
"tags": {
|
|
3780
|
+
"demoSelectMultiple": [
|
|
3781
|
+
{
|
|
3782
|
+
"description": "false",
|
|
3783
|
+
"title": "demoSelectMultiple"
|
|
3784
|
+
}
|
|
3785
|
+
]
|
|
3786
|
+
},
|
|
3787
|
+
"values": [
|
|
3788
|
+
"small",
|
|
3789
|
+
"medium",
|
|
3790
|
+
"large"
|
|
3791
|
+
],
|
|
3792
|
+
"type": {
|
|
3793
|
+
"name": "sizeProps"
|
|
3794
|
+
}
|
|
3795
|
+
},
|
|
3796
|
+
{
|
|
3797
|
+
"name": "background",
|
|
3798
|
+
"description": "Sets the background color the radio button is rendered on",
|
|
3799
|
+
"tags": {},
|
|
3800
|
+
"values": [
|
|
3801
|
+
"primary",
|
|
3802
|
+
"secondary"
|
|
3803
|
+
],
|
|
3804
|
+
"type": {
|
|
3805
|
+
"name": "backgroundProps"
|
|
3806
|
+
}
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"name": "customValue",
|
|
3810
|
+
"description": "Sets the value of the radio.",
|
|
3811
|
+
"type": {
|
|
3812
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "modelValue",
|
|
3817
|
+
"tags": {
|
|
3818
|
+
"ignore": [
|
|
3819
|
+
{
|
|
3820
|
+
"description": "v-model binding",
|
|
3821
|
+
"title": "ignore"
|
|
3822
|
+
}
|
|
3823
|
+
]
|
|
3824
|
+
},
|
|
3825
|
+
"type": {
|
|
3826
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
3827
|
+
}
|
|
3828
|
+
}
|
|
3829
|
+
],
|
|
3830
|
+
"events": [
|
|
3831
|
+
{
|
|
3832
|
+
"name": "update:modelValue",
|
|
3833
|
+
"description": "Event emitted by v-model on the radio's <input> element",
|
|
3834
|
+
"properties": [
|
|
3835
|
+
{
|
|
3836
|
+
"type": {
|
|
3837
|
+
"names": [
|
|
3838
|
+
"mixed"
|
|
3839
|
+
]
|
|
3840
|
+
},
|
|
3841
|
+
"name": "modelValue"
|
|
3842
|
+
}
|
|
3843
|
+
],
|
|
3844
|
+
"tags": [
|
|
3845
|
+
{
|
|
3846
|
+
"title": "param",
|
|
3847
|
+
"type": {
|
|
3848
|
+
"name": "mixed"
|
|
3849
|
+
},
|
|
3850
|
+
"name": "modelValue"
|
|
3851
|
+
}
|
|
3852
|
+
]
|
|
3853
|
+
}
|
|
3854
|
+
],
|
|
3855
|
+
"slots": [
|
|
3856
|
+
{
|
|
3857
|
+
"name": "default"
|
|
3858
|
+
}
|
|
3859
|
+
],
|
|
3860
|
+
"sourceFiles": [
|
|
3861
|
+
"./src/components/radio/CdrRadio.vue"
|
|
3862
|
+
],
|
|
3863
|
+
"UIProperties": [
|
|
3864
|
+
{
|
|
3865
|
+
"name": "--cdr-radio-box-shadow-color-selected",
|
|
3866
|
+
"defaultValue": "--cdr-color-border-input-default-selected",
|
|
3867
|
+
"description": "Box-shadow color of cdr-radio when selected"
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
"name": "--cdr-radio-background-color-selected",
|
|
3871
|
+
"defaultValue": "--cdr-color-background-input-default-selected",
|
|
3872
|
+
"description": "Background color of cdr-radio when selected"
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
"name": "--cdr-radio-inner-circle-background-color-selected",
|
|
3876
|
+
"defaultValue": "--cdr-color-icon-checkbox-default-selected",
|
|
3877
|
+
"description": "Background color of the inner circle of cdr-radio when selected"
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
"name": "--cdr-radio-box-shadow-color-hover",
|
|
3881
|
+
"defaultValue": "--cdr-color-border-input-default-hover",
|
|
3882
|
+
"description": "Box-shadow color of cdr-radio on hover"
|
|
3883
|
+
},
|
|
3884
|
+
{
|
|
3885
|
+
"name": "--cdr-radio-background-color-hover",
|
|
3886
|
+
"defaultValue": "--cdr-color-background-input-default-hover",
|
|
3887
|
+
"description": "Background color of cdr-radio on hover"
|
|
3888
|
+
},
|
|
3889
|
+
{
|
|
3890
|
+
"name": "--cdr-radio-box-shadow-color-selected-hover",
|
|
3891
|
+
"defaultValue": "--cdr-color-border-input-default-selected-hover",
|
|
3892
|
+
"description": "Box-shadow color of cdr-radio when selected on hover"
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"name": "--cdr-radio-background-color-selected-hover",
|
|
3896
|
+
"defaultValue": "--cdr-color-background-input-default-selected-hover",
|
|
3897
|
+
"description": "Background color of cdr-radio when selected on hover"
|
|
3898
|
+
},
|
|
3899
|
+
{
|
|
3900
|
+
"name": "--cdr-radio-box-shadow-color-disabled",
|
|
3901
|
+
"defaultValue": "--cdr-color-border-input-default-disabled",
|
|
3902
|
+
"description": "Box-shadow color of cdr-radio when disabled"
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
"name": "--cdr-radio-background-color-disabled",
|
|
3906
|
+
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
3907
|
+
"description": "Background color of cdr-radio when disabled"
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
"name": "--cdr-radio-inner-circle-background-color-disabled",
|
|
3911
|
+
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
3912
|
+
"description": "Background color of the inner circle of cdr-radio when disabled"
|
|
3913
|
+
},
|
|
3914
|
+
{
|
|
3915
|
+
"name": "--cdr-radio-inner-circle-background-color-selected-disabled",
|
|
3916
|
+
"defaultValue": "--cdr-color-background-input-default-disabled",
|
|
3917
|
+
"description": "Background color of the inner circle of cdr-radio when selected and disabled"
|
|
3918
|
+
},
|
|
3919
|
+
{
|
|
3920
|
+
"name": "--cdr-radio-box-shadow-color-focus",
|
|
3921
|
+
"defaultValue": "--cdr-color-border-input-default-active",
|
|
3922
|
+
"description": "Box-shadow color of cdr-radio on focus"
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
"name": "--cdr-radio-background-color-focus",
|
|
3926
|
+
"defaultValue": "--cdr-color-background-input-default-focus",
|
|
3927
|
+
"description": "Background color of cdr-radio on focus"
|
|
3928
|
+
},
|
|
3929
|
+
{
|
|
3930
|
+
"name": "--cdr-radio-background-color-selected-focus",
|
|
3931
|
+
"defaultValue": "--cdr-color-background-input-default-selected-focus",
|
|
3932
|
+
"description": "Background color of cdr-radio when selected on focus"
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"name": "--cdr-radio-box-shadow-color-active",
|
|
3936
|
+
"defaultValue": "--cdr-color-border-input-default-active",
|
|
3937
|
+
"description": "Box-shadow color of cdr-radio when active"
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"name": "--cdr-radio-background-color-active",
|
|
3941
|
+
"defaultValue": "--cdr-color-background-input-default-active",
|
|
3942
|
+
"description": "Background color of cdr-radio when active"
|
|
3943
|
+
},
|
|
3944
|
+
{
|
|
3945
|
+
"name": "--cdr-radio-inner-circle-background-color-selected-active",
|
|
3946
|
+
"defaultValue": "--cdr-color-icon-checkbox-default-selected-active",
|
|
3947
|
+
"description": "Background color of the inner circle of cdr-radio when selected and active"
|
|
3948
|
+
}
|
|
3949
|
+
]
|
|
3950
|
+
},
|
|
3951
|
+
"CdrSkeletonBone": {
|
|
3952
|
+
"name": "CdrSkeletonBone",
|
|
3953
|
+
"exportName": "default",
|
|
3954
|
+
"displayName": "CdrSkeletonBone",
|
|
3955
|
+
"description": "",
|
|
3956
|
+
"tags": {},
|
|
3957
|
+
"props": [
|
|
3958
|
+
{
|
|
3959
|
+
"name": "type",
|
|
3960
|
+
"description": "Sets the type of content placeholder",
|
|
3961
|
+
"tags": {
|
|
3962
|
+
"demoSelectMultiple": [
|
|
3963
|
+
{
|
|
3964
|
+
"description": "false",
|
|
3965
|
+
"title": "demoSelectMultiple"
|
|
3966
|
+
}
|
|
3967
|
+
]
|
|
3968
|
+
},
|
|
3969
|
+
"values": [
|
|
3970
|
+
"default",
|
|
3971
|
+
"heading",
|
|
3972
|
+
"line",
|
|
3973
|
+
"rectangle",
|
|
3974
|
+
"square"
|
|
3975
|
+
],
|
|
3976
|
+
"type": {
|
|
3977
|
+
"name": "string"
|
|
3978
|
+
},
|
|
3979
|
+
"defaultValue": {
|
|
3980
|
+
"func": false,
|
|
3981
|
+
"value": "'default'"
|
|
3982
|
+
}
|
|
3983
|
+
}
|
|
3984
|
+
],
|
|
3985
|
+
"sourceFiles": [
|
|
3986
|
+
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
3987
|
+
]
|
|
3988
|
+
},
|
|
3989
|
+
"CdrSelect": {
|
|
3990
|
+
"name": "CdrSelect",
|
|
3991
|
+
"description": "Allows the selection of one or more options from a dropdown list",
|
|
3992
|
+
"tags": {},
|
|
3993
|
+
"exportName": "default",
|
|
3994
|
+
"displayName": "CdrSelect",
|
|
3995
|
+
"props": [
|
|
3996
|
+
{
|
|
3997
|
+
"name": "id",
|
|
3998
|
+
"description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.",
|
|
3999
|
+
"type": {
|
|
4000
|
+
"name": "string"
|
|
4001
|
+
}
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"name": "label",
|
|
4005
|
+
"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.",
|
|
4006
|
+
"type": {
|
|
4007
|
+
"name": "string"
|
|
4008
|
+
},
|
|
4009
|
+
"required": true
|
|
4010
|
+
},
|
|
4011
|
+
{
|
|
4012
|
+
"name": "hideLabel",
|
|
4013
|
+
"description": "Visually hides the label element, but leaves it available to screen readers for accessibility compliance.",
|
|
4014
|
+
"type": {
|
|
4015
|
+
"name": "boolean"
|
|
4016
|
+
},
|
|
4017
|
+
"defaultValue": {
|
|
4018
|
+
"func": false,
|
|
4019
|
+
"value": false
|
|
4020
|
+
}
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
"name": "prompt",
|
|
4024
|
+
"description": "Adds an option that is disabled and selected by default to serve as a `placeholder` for the select.",
|
|
4025
|
+
"type": {
|
|
4026
|
+
"name": "string"
|
|
4027
|
+
}
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"name": "options",
|
|
3993
4031
|
"description": "Build options programmatically with data.\nProvide an array of objects [{ text: String, value: String}] for greater control\nor provide an array of strings ['String'] for simpler setup (value and text will be the same).",
|
|
3994
4032
|
"type": {
|
|
3995
4033
|
"name": "selectOption[] | string[]"
|
|
@@ -4241,95 +4279,6 @@
|
|
|
4241
4279
|
}
|
|
4242
4280
|
]
|
|
4243
4281
|
},
|
|
4244
|
-
"CdrSkeleton": {
|
|
4245
|
-
"name": "CdrSkeleton",
|
|
4246
|
-
"description": "Visually communicates content is in the process of loading",
|
|
4247
|
-
"tags": {},
|
|
4248
|
-
"exportName": "default",
|
|
4249
|
-
"displayName": "CdrSkeleton",
|
|
4250
|
-
"props": [
|
|
4251
|
-
{
|
|
4252
|
-
"name": "motion",
|
|
4253
|
-
"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.",
|
|
4254
|
-
"type": {
|
|
4255
|
-
"name": "boolean"
|
|
4256
|
-
},
|
|
4257
|
-
"defaultValue": {
|
|
4258
|
-
"func": false,
|
|
4259
|
-
"value": true
|
|
4260
|
-
}
|
|
4261
|
-
}
|
|
4262
|
-
],
|
|
4263
|
-
"slots": [
|
|
4264
|
-
{
|
|
4265
|
-
"name": "default",
|
|
4266
|
-
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
4267
|
-
}
|
|
4268
|
-
],
|
|
4269
|
-
"sourceFiles": [
|
|
4270
|
-
"./src/components/skeleton/CdrSkeleton.vue"
|
|
4271
|
-
],
|
|
4272
|
-
"UIProperties": [
|
|
4273
|
-
{
|
|
4274
|
-
"name": "--cdr-skeleton-bone-background-color",
|
|
4275
|
-
"defaultValue": "#edeae3",
|
|
4276
|
-
"description": "Skeleton bone background color"
|
|
4277
|
-
},
|
|
4278
|
-
{
|
|
4279
|
-
"name": "--cdr-skeleton-gradient-1",
|
|
4280
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
4281
|
-
"description": "Skeleton shimmer gradient part 1"
|
|
4282
|
-
},
|
|
4283
|
-
{
|
|
4284
|
-
"name": "--cdr-skeleton-gradient-2",
|
|
4285
|
-
"defaultValue": "rgba(249,248,240,1)",
|
|
4286
|
-
"description": "Skeleton shimmer gradient part 2"
|
|
4287
|
-
},
|
|
4288
|
-
{
|
|
4289
|
-
"name": "--cdr-skeleton-gradient-3",
|
|
4290
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
4291
|
-
"description": "Skeleton shimmer gradient part 3"
|
|
4292
|
-
}
|
|
4293
|
-
]
|
|
4294
|
-
},
|
|
4295
|
-
"CdrSkeletonBone": {
|
|
4296
|
-
"name": "CdrSkeletonBone",
|
|
4297
|
-
"exportName": "default",
|
|
4298
|
-
"displayName": "CdrSkeletonBone",
|
|
4299
|
-
"description": "",
|
|
4300
|
-
"tags": {},
|
|
4301
|
-
"props": [
|
|
4302
|
-
{
|
|
4303
|
-
"name": "type",
|
|
4304
|
-
"description": "Sets the type of content placeholder",
|
|
4305
|
-
"tags": {
|
|
4306
|
-
"demoSelectMultiple": [
|
|
4307
|
-
{
|
|
4308
|
-
"description": "false",
|
|
4309
|
-
"title": "demoSelectMultiple"
|
|
4310
|
-
}
|
|
4311
|
-
]
|
|
4312
|
-
},
|
|
4313
|
-
"values": [
|
|
4314
|
-
"default",
|
|
4315
|
-
"heading",
|
|
4316
|
-
"line",
|
|
4317
|
-
"rectangle",
|
|
4318
|
-
"square"
|
|
4319
|
-
],
|
|
4320
|
-
"type": {
|
|
4321
|
-
"name": "string"
|
|
4322
|
-
},
|
|
4323
|
-
"defaultValue": {
|
|
4324
|
-
"func": false,
|
|
4325
|
-
"value": "'default'"
|
|
4326
|
-
}
|
|
4327
|
-
}
|
|
4328
|
-
],
|
|
4329
|
-
"sourceFiles": [
|
|
4330
|
-
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
4331
|
-
]
|
|
4332
|
-
},
|
|
4333
4282
|
"CdrSwitch": {
|
|
4334
4283
|
"name": "CdrSwitch",
|
|
4335
4284
|
"description": "Permits selection from two opposing options",
|
|
@@ -4556,123 +4505,244 @@
|
|
|
4556
4505
|
}
|
|
4557
4506
|
]
|
|
4558
4507
|
},
|
|
4559
|
-
"
|
|
4560
|
-
"name": "
|
|
4561
|
-
"description": "Organizes
|
|
4508
|
+
"CdrTable": {
|
|
4509
|
+
"name": "CdrTable",
|
|
4510
|
+
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
4562
4511
|
"tags": {},
|
|
4563
4512
|
"exportName": "default",
|
|
4564
|
-
"displayName": "
|
|
4513
|
+
"displayName": "CdrTable",
|
|
4565
4514
|
"props": [
|
|
4566
4515
|
{
|
|
4567
|
-
"name": "
|
|
4568
|
-
"description": "Sets
|
|
4516
|
+
"name": "striped",
|
|
4517
|
+
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
4569
4518
|
"type": {
|
|
4570
|
-
"name": "
|
|
4519
|
+
"name": "boolean"
|
|
4520
|
+
},
|
|
4521
|
+
"defaultValue": {
|
|
4522
|
+
"func": false,
|
|
4523
|
+
"value": false
|
|
4524
|
+
}
|
|
4525
|
+
},
|
|
4526
|
+
{
|
|
4527
|
+
"name": "border",
|
|
4528
|
+
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4529
|
+
"type": {
|
|
4530
|
+
"name": "boolean"
|
|
4531
|
+
},
|
|
4532
|
+
"defaultValue": {
|
|
4533
|
+
"func": false,
|
|
4534
|
+
"value": true
|
|
4535
|
+
}
|
|
4536
|
+
},
|
|
4537
|
+
{
|
|
4538
|
+
"name": "fullWidth",
|
|
4539
|
+
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
4540
|
+
"type": {
|
|
4541
|
+
"name": "boolean|string"
|
|
4571
4542
|
},
|
|
4572
4543
|
"defaultValue": {
|
|
4573
4544
|
"func": false,
|
|
4574
|
-
"value":
|
|
4545
|
+
"value": true
|
|
4575
4546
|
}
|
|
4576
4547
|
},
|
|
4577
4548
|
{
|
|
4578
|
-
"name": "
|
|
4579
|
-
"description": "
|
|
4549
|
+
"name": "responsive",
|
|
4550
|
+
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
4580
4551
|
"type": {
|
|
4581
|
-
"name": "
|
|
4552
|
+
"name": "boolean"
|
|
4582
4553
|
},
|
|
4583
4554
|
"defaultValue": {
|
|
4584
4555
|
"func": false,
|
|
4585
|
-
"value":
|
|
4556
|
+
"value": true
|
|
4586
4557
|
}
|
|
4587
4558
|
},
|
|
4588
4559
|
{
|
|
4589
|
-
"name": "
|
|
4590
|
-
"description": "
|
|
4591
|
-
"tags": {},
|
|
4592
|
-
"values": [
|
|
4593
|
-
"centered",
|
|
4594
|
-
"compact",
|
|
4595
|
-
"full-width",
|
|
4596
|
-
"no-border"
|
|
4597
|
-
],
|
|
4560
|
+
"name": "hover",
|
|
4561
|
+
"description": "Adds a darker background on row hover",
|
|
4598
4562
|
"type": {
|
|
4599
|
-
"name": "
|
|
4563
|
+
"name": "boolean"
|
|
4564
|
+
},
|
|
4565
|
+
"defaultValue": {
|
|
4566
|
+
"func": false,
|
|
4567
|
+
"value": false
|
|
4600
4568
|
}
|
|
4601
4569
|
},
|
|
4602
4570
|
{
|
|
4603
4571
|
"name": "size",
|
|
4604
|
-
"description": "
|
|
4572
|
+
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
4605
4573
|
"tags": {
|
|
4606
4574
|
"demoSelectMultiple": [
|
|
4607
4575
|
{
|
|
4608
|
-
"description": "
|
|
4576
|
+
"description": "false",
|
|
4609
4577
|
"title": "demoSelectMultiple"
|
|
4610
4578
|
}
|
|
4611
4579
|
]
|
|
4612
4580
|
},
|
|
4613
4581
|
"values": [
|
|
4614
|
-
"small"
|
|
4582
|
+
"small",
|
|
4583
|
+
"medium",
|
|
4584
|
+
"large"
|
|
4615
4585
|
],
|
|
4616
4586
|
"type": {
|
|
4617
4587
|
"name": "string"
|
|
4588
|
+
},
|
|
4589
|
+
"defaultValue": {
|
|
4590
|
+
"func": false,
|
|
4591
|
+
"value": "'medium'"
|
|
4618
4592
|
}
|
|
4593
|
+
}
|
|
4594
|
+
],
|
|
4595
|
+
"slots": [
|
|
4596
|
+
{
|
|
4597
|
+
"name": "default",
|
|
4598
|
+
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4599
|
+
}
|
|
4600
|
+
],
|
|
4601
|
+
"sourceFiles": [
|
|
4602
|
+
"./src/components/table/CdrTable.vue"
|
|
4603
|
+
],
|
|
4604
|
+
"UIProperties": [
|
|
4605
|
+
{
|
|
4606
|
+
"name": "--cdr-table-base-text-color",
|
|
4607
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4608
|
+
"description": "Color of the cdr-table base text"
|
|
4619
4609
|
},
|
|
4620
4610
|
{
|
|
4621
|
-
"name": "
|
|
4622
|
-
"
|
|
4611
|
+
"name": "--cdr-table-row-background-color",
|
|
4612
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4613
|
+
"description": "Background color of the table rows"
|
|
4614
|
+
},
|
|
4615
|
+
{
|
|
4616
|
+
"name": "--cdr-table-header-background-color",
|
|
4617
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4618
|
+
"description": "Background color of the table header"
|
|
4619
|
+
},
|
|
4620
|
+
{
|
|
4621
|
+
"name": "--cdr-table-text-cell-color",
|
|
4622
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4623
|
+
"description": "Text color of the table cells"
|
|
4624
|
+
},
|
|
4625
|
+
{
|
|
4626
|
+
"name": "--cdr-table-border-color-default",
|
|
4627
|
+
"defaultValue": "--cdr-color-border-table-default",
|
|
4628
|
+
"description": "Default border color of the table"
|
|
4629
|
+
},
|
|
4630
|
+
{
|
|
4631
|
+
"name": "--cdr-table-head-border-default",
|
|
4632
|
+
"defaultValue": "--cdr-color-border-table-head",
|
|
4633
|
+
"description": "Head border color of the table"
|
|
4634
|
+
},
|
|
4635
|
+
{
|
|
4636
|
+
"name": "--cdr-table-odd-row-background-color",
|
|
4637
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4638
|
+
"description": "Background color of all odd rows in the table"
|
|
4639
|
+
},
|
|
4640
|
+
{
|
|
4641
|
+
"name": "--cdr-table-header-odd-row-background-color",
|
|
4642
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4643
|
+
"description": "Background color of odd rows in the table header"
|
|
4644
|
+
},
|
|
4645
|
+
{
|
|
4646
|
+
"name": "--cdr-table-striped-odd-row-background-color",
|
|
4647
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4648
|
+
"description": "Background color of the odd rows in striped tables"
|
|
4649
|
+
},
|
|
4650
|
+
{
|
|
4651
|
+
"name": "--cdr-table-body-footer-odd-row-background-color",
|
|
4652
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4653
|
+
"description": "Background color of odd rows in the table body and footer"
|
|
4654
|
+
},
|
|
4655
|
+
{
|
|
4656
|
+
"name": "--cdr-table-cell-background-color-hover",
|
|
4657
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4658
|
+
"description": "Background color of table cells on hover"
|
|
4659
|
+
}
|
|
4660
|
+
]
|
|
4661
|
+
},
|
|
4662
|
+
"CdrText": {
|
|
4663
|
+
"name": "CdrText",
|
|
4664
|
+
"description": "Text container used for any text element such as paragraphs, headings, and lists",
|
|
4665
|
+
"tags": {},
|
|
4666
|
+
"exportName": "default",
|
|
4667
|
+
"displayName": "CdrText",
|
|
4668
|
+
"props": [
|
|
4669
|
+
{
|
|
4670
|
+
"name": "tag",
|
|
4671
|
+
"description": "Sets the HTML tag (p, span, h1, h2, etc)",
|
|
4623
4672
|
"type": {
|
|
4624
4673
|
"name": "string"
|
|
4625
4674
|
},
|
|
4626
4675
|
"defaultValue": {
|
|
4627
4676
|
"func": false,
|
|
4628
|
-
"value": "
|
|
4677
|
+
"value": "'p'"
|
|
4629
4678
|
}
|
|
4630
4679
|
}
|
|
4631
4680
|
],
|
|
4632
4681
|
"slots": [
|
|
4633
4682
|
{
|
|
4634
4683
|
"name": "default",
|
|
4635
|
-
"description": "
|
|
4684
|
+
"description": "CdrText content"
|
|
4636
4685
|
}
|
|
4637
4686
|
],
|
|
4638
4687
|
"sourceFiles": [
|
|
4639
|
-
"./src/components/
|
|
4688
|
+
"./src/components/text/CdrText.vue"
|
|
4640
4689
|
],
|
|
4641
4690
|
"UIProperties": [
|
|
4642
4691
|
{
|
|
4643
|
-
"name": "--cdr-
|
|
4644
|
-
"defaultValue": "--cdr-color-
|
|
4645
|
-
"description": "
|
|
4646
|
-
}
|
|
4692
|
+
"name": "--cdr-text-color",
|
|
4693
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4694
|
+
"description": "Text color"
|
|
4695
|
+
}
|
|
4696
|
+
]
|
|
4697
|
+
},
|
|
4698
|
+
"CdrSkeleton": {
|
|
4699
|
+
"name": "CdrSkeleton",
|
|
4700
|
+
"description": "Visually communicates content is in the process of loading",
|
|
4701
|
+
"tags": {},
|
|
4702
|
+
"exportName": "default",
|
|
4703
|
+
"displayName": "CdrSkeleton",
|
|
4704
|
+
"props": [
|
|
4647
4705
|
{
|
|
4648
|
-
"name": "
|
|
4649
|
-
"
|
|
4650
|
-
"
|
|
4651
|
-
|
|
4706
|
+
"name": "motion",
|
|
4707
|
+
"description": "Toggle animation on/off.\nWhen `true`, animated gradient will be used while loading.\nWhen `false` a static background color will be used.\nAutomatically disabled if `prefers-reduced-motion` is set by user.",
|
|
4708
|
+
"type": {
|
|
4709
|
+
"name": "boolean"
|
|
4710
|
+
},
|
|
4711
|
+
"defaultValue": {
|
|
4712
|
+
"func": false,
|
|
4713
|
+
"value": true
|
|
4714
|
+
}
|
|
4715
|
+
}
|
|
4716
|
+
],
|
|
4717
|
+
"slots": [
|
|
4652
4718
|
{
|
|
4653
|
-
"name": "
|
|
4654
|
-
"
|
|
4655
|
-
|
|
4656
|
-
|
|
4719
|
+
"name": "default",
|
|
4720
|
+
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
4721
|
+
}
|
|
4722
|
+
],
|
|
4723
|
+
"sourceFiles": [
|
|
4724
|
+
"./src/components/skeleton/CdrSkeleton.vue"
|
|
4725
|
+
],
|
|
4726
|
+
"UIProperties": [
|
|
4657
4727
|
{
|
|
4658
|
-
"name": "--cdr-
|
|
4659
|
-
"defaultValue": "
|
|
4660
|
-
"description": "
|
|
4728
|
+
"name": "--cdr-skeleton-bone-background-color",
|
|
4729
|
+
"defaultValue": "#edeae3",
|
|
4730
|
+
"description": "Skeleton bone background color"
|
|
4661
4731
|
},
|
|
4662
4732
|
{
|
|
4663
|
-
"name": "--cdr-
|
|
4664
|
-
"defaultValue": "
|
|
4665
|
-
"description": "
|
|
4733
|
+
"name": "--cdr-skeleton-gradient-1",
|
|
4734
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4735
|
+
"description": "Skeleton shimmer gradient part 1"
|
|
4666
4736
|
},
|
|
4667
4737
|
{
|
|
4668
|
-
"name": "--cdr-
|
|
4669
|
-
"defaultValue": "
|
|
4670
|
-
"description": "
|
|
4738
|
+
"name": "--cdr-skeleton-gradient-2",
|
|
4739
|
+
"defaultValue": "rgba(249,248,240,1)",
|
|
4740
|
+
"description": "Skeleton shimmer gradient part 2"
|
|
4671
4741
|
},
|
|
4672
4742
|
{
|
|
4673
|
-
"name": "--cdr-
|
|
4674
|
-
"defaultValue": "
|
|
4675
|
-
"description": "
|
|
4743
|
+
"name": "--cdr-skeleton-gradient-3",
|
|
4744
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4745
|
+
"description": "Skeleton shimmer gradient part 3"
|
|
4676
4746
|
}
|
|
4677
4747
|
]
|
|
4678
4748
|
},
|
|
@@ -4727,193 +4797,211 @@
|
|
|
4727
4797
|
"./src/components/tabs/CdrTabPanel.vue"
|
|
4728
4798
|
]
|
|
4729
4799
|
},
|
|
4730
|
-
"
|
|
4731
|
-
"name": "
|
|
4732
|
-
"description": "Organizes
|
|
4800
|
+
"CdrTabs": {
|
|
4801
|
+
"name": "CdrTabs",
|
|
4802
|
+
"description": "Organizes related content into groups for people to navigate between",
|
|
4733
4803
|
"tags": {},
|
|
4734
4804
|
"exportName": "default",
|
|
4735
|
-
"displayName": "
|
|
4805
|
+
"displayName": "CdrTabs",
|
|
4736
4806
|
"props": [
|
|
4737
4807
|
{
|
|
4738
|
-
"name": "
|
|
4739
|
-
"description": "Sets
|
|
4740
|
-
"type": {
|
|
4741
|
-
"name": "boolean"
|
|
4742
|
-
},
|
|
4743
|
-
"defaultValue": {
|
|
4744
|
-
"func": false,
|
|
4745
|
-
"value": false
|
|
4746
|
-
}
|
|
4747
|
-
},
|
|
4748
|
-
{
|
|
4749
|
-
"name": "border",
|
|
4750
|
-
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4751
|
-
"type": {
|
|
4752
|
-
"name": "boolean"
|
|
4753
|
-
},
|
|
4754
|
-
"defaultValue": {
|
|
4755
|
-
"func": false,
|
|
4756
|
-
"value": true
|
|
4757
|
-
}
|
|
4758
|
-
},
|
|
4759
|
-
{
|
|
4760
|
-
"name": "fullWidth",
|
|
4761
|
-
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
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.",
|
|
4762
4810
|
"type": {
|
|
4763
|
-
"name": "
|
|
4811
|
+
"name": "string"
|
|
4764
4812
|
},
|
|
4765
4813
|
"defaultValue": {
|
|
4766
4814
|
"func": false,
|
|
4767
|
-
"value":
|
|
4815
|
+
"value": "'240px'"
|
|
4768
4816
|
}
|
|
4769
4817
|
},
|
|
4770
4818
|
{
|
|
4771
|
-
"name": "
|
|
4772
|
-
"description": "
|
|
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.",
|
|
4773
4821
|
"type": {
|
|
4774
|
-
"name": "
|
|
4822
|
+
"name": "number"
|
|
4775
4823
|
},
|
|
4776
4824
|
"defaultValue": {
|
|
4777
4825
|
"func": false,
|
|
4778
|
-
"value":
|
|
4826
|
+
"value": "0"
|
|
4779
4827
|
}
|
|
4780
4828
|
},
|
|
4781
4829
|
{
|
|
4782
|
-
"name": "
|
|
4783
|
-
"description": "
|
|
4784
|
-
"
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
"
|
|
4789
|
-
"
|
|
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
|
+
],
|
|
4839
|
+
"type": {
|
|
4840
|
+
"name": "string"
|
|
4790
4841
|
}
|
|
4791
4842
|
},
|
|
4792
4843
|
{
|
|
4793
4844
|
"name": "size",
|
|
4794
|
-
"description": "
|
|
4845
|
+
"description": "Use `small` to reduce spacing around the tabs for a denser visual design",
|
|
4795
4846
|
"tags": {
|
|
4796
4847
|
"demoSelectMultiple": [
|
|
4797
4848
|
{
|
|
4798
|
-
"description": "
|
|
4849
|
+
"description": "true",
|
|
4799
4850
|
"title": "demoSelectMultiple"
|
|
4800
4851
|
}
|
|
4801
4852
|
]
|
|
4802
4853
|
},
|
|
4803
4854
|
"values": [
|
|
4804
|
-
"small"
|
|
4805
|
-
"medium",
|
|
4806
|
-
"large"
|
|
4855
|
+
"small"
|
|
4807
4856
|
],
|
|
4857
|
+
"type": {
|
|
4858
|
+
"name": "string"
|
|
4859
|
+
}
|
|
4860
|
+
},
|
|
4861
|
+
{
|
|
4862
|
+
"name": "backgroundColor",
|
|
4863
|
+
"description": "Sets the background color of the tab.\nFor CdrTabs that are rendered on non-primary backgrounds.\nPass the background-color into the component to ensure that the scrolling gradients render correctly.",
|
|
4808
4864
|
"type": {
|
|
4809
4865
|
"name": "string"
|
|
4810
4866
|
},
|
|
4811
4867
|
"defaultValue": {
|
|
4812
4868
|
"func": false,
|
|
4813
|
-
"value": "
|
|
4869
|
+
"value": "CdrColorBackgroundPrimary"
|
|
4814
4870
|
}
|
|
4815
4871
|
}
|
|
4816
4872
|
],
|
|
4817
4873
|
"slots": [
|
|
4818
4874
|
{
|
|
4819
4875
|
"name": "default",
|
|
4820
|
-
"description": "
|
|
4876
|
+
"description": "CdrTabs content (CdrTabPanel components)"
|
|
4821
4877
|
}
|
|
4822
4878
|
],
|
|
4823
4879
|
"sourceFiles": [
|
|
4824
|
-
"./src/components/
|
|
4880
|
+
"./src/components/tabs/CdrTabs.vue"
|
|
4825
4881
|
],
|
|
4826
4882
|
"UIProperties": [
|
|
4827
4883
|
{
|
|
4828
|
-
"name": "--cdr-
|
|
4829
|
-
"defaultValue": "--cdr-color-
|
|
4830
|
-
"description": "
|
|
4831
|
-
},
|
|
4832
|
-
{
|
|
4833
|
-
"name": "--cdr-table-row-background-color",
|
|
4834
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4835
|
-
"description": "Background color of the table rows"
|
|
4836
|
-
},
|
|
4837
|
-
{
|
|
4838
|
-
"name": "--cdr-table-header-background-color",
|
|
4839
|
-
"defaultValue": "--cdr-color-background-table-header",
|
|
4840
|
-
"description": "Background color of the table header"
|
|
4841
|
-
},
|
|
4842
|
-
{
|
|
4843
|
-
"name": "--cdr-table-text-cell-color",
|
|
4844
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4845
|
-
"description": "Text color of the table cells"
|
|
4846
|
-
},
|
|
4847
|
-
{
|
|
4848
|
-
"name": "--cdr-table-border-color-default",
|
|
4849
|
-
"defaultValue": "--cdr-color-border-table-default",
|
|
4850
|
-
"description": "Default border color of the table"
|
|
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"
|
|
4851
4887
|
},
|
|
4852
4888
|
{
|
|
4853
|
-
"name": "--cdr-
|
|
4854
|
-
"defaultValue": "--cdr-color-
|
|
4855
|
-
"description": "
|
|
4889
|
+
"name": "--cdr-tabs-tab-text-color",
|
|
4890
|
+
"defaultValue": "--cdr-color-text-tab-rest",
|
|
4891
|
+
"description": "Text color in a tab"
|
|
4856
4892
|
},
|
|
4857
4893
|
{
|
|
4858
|
-
"name": "--cdr-
|
|
4859
|
-
"defaultValue": "--cdr-color-
|
|
4860
|
-
"description": "
|
|
4894
|
+
"name": "--cdr-tabs-tab-text-color-active",
|
|
4895
|
+
"defaultValue": "--cdr-color-text-tab-active",
|
|
4896
|
+
"description": "Text color of an active tab"
|
|
4861
4897
|
},
|
|
4862
4898
|
{
|
|
4863
|
-
"name": "--cdr-
|
|
4864
|
-
"defaultValue": "--cdr-color-
|
|
4865
|
-
"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"
|
|
4866
4902
|
},
|
|
4867
4903
|
{
|
|
4868
|
-
"name": "--cdr-
|
|
4869
|
-
"defaultValue": "--cdr-color-
|
|
4870
|
-
"description": "
|
|
4904
|
+
"name": "--cdr-tabs-tab-text-color-disabled",
|
|
4905
|
+
"defaultValue": "--cdr-color-text-tab-disabled",
|
|
4906
|
+
"description": "Text color of a disabled tab"
|
|
4871
4907
|
},
|
|
4872
4908
|
{
|
|
4873
|
-
"name": "--cdr-
|
|
4874
|
-
"defaultValue": "--cdr-color-
|
|
4875
|
-
"description": "Background color of
|
|
4909
|
+
"name": "--cdr-tabs-keyline-background-color",
|
|
4910
|
+
"defaultValue": "--cdr-color-border-tab-keyline-active",
|
|
4911
|
+
"description": "Background color of the cdr-tabs keyline"
|
|
4876
4912
|
},
|
|
4877
4913
|
{
|
|
4878
|
-
"name": "--cdr-
|
|
4879
|
-
"defaultValue": "
|
|
4880
|
-
"description": "
|
|
4914
|
+
"name": "--cdr-tabs-no-border-border-color",
|
|
4915
|
+
"defaultValue": "transparent",
|
|
4916
|
+
"description": "Border color of the cdr-tabs with no-border modifier"
|
|
4881
4917
|
}
|
|
4882
4918
|
]
|
|
4883
4919
|
},
|
|
4884
|
-
"
|
|
4885
|
-
"name": "
|
|
4886
|
-
"description": "
|
|
4920
|
+
"CdrToggleButton": {
|
|
4921
|
+
"name": "CdrToggleButton",
|
|
4922
|
+
"description": "Permits switching two or more options on and off",
|
|
4887
4923
|
"tags": {},
|
|
4888
4924
|
"exportName": "default",
|
|
4889
|
-
"displayName": "
|
|
4925
|
+
"displayName": "CdrToggleButton",
|
|
4890
4926
|
"props": [
|
|
4891
4927
|
{
|
|
4892
|
-
"name": "
|
|
4893
|
-
"description": "Sets the
|
|
4928
|
+
"name": "toggleValue",
|
|
4929
|
+
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
4894
4930
|
"type": {
|
|
4895
4931
|
"name": "string"
|
|
4896
4932
|
},
|
|
4897
|
-
"
|
|
4898
|
-
"func": false,
|
|
4899
|
-
"value": "'p'"
|
|
4900
|
-
}
|
|
4933
|
+
"required": true
|
|
4901
4934
|
}
|
|
4902
4935
|
],
|
|
4903
4936
|
"slots": [
|
|
4904
4937
|
{
|
|
4905
4938
|
"name": "default",
|
|
4906
|
-
"description": "
|
|
4939
|
+
"description": "CdrToggleButton label content"
|
|
4907
4940
|
}
|
|
4908
4941
|
],
|
|
4909
4942
|
"sourceFiles": [
|
|
4910
|
-
"./src/components/
|
|
4943
|
+
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
4911
4944
|
],
|
|
4912
4945
|
"UIProperties": [
|
|
4913
4946
|
{
|
|
4914
|
-
"name": "--cdr-
|
|
4915
|
-
"defaultValue": "--cdr-color-text-
|
|
4916
|
-
"description": "
|
|
4947
|
+
"name": "--cdr-toggle-button-color-default-rest",
|
|
4948
|
+
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
4949
|
+
"description": "Default text color of the cdr-toggle-button"
|
|
4950
|
+
},
|
|
4951
|
+
{
|
|
4952
|
+
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
4953
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
4954
|
+
"description": "Default background color of the cdr-toggle-button"
|
|
4955
|
+
},
|
|
4956
|
+
{
|
|
4957
|
+
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
4958
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
4959
|
+
"description": "Focus border color of the cdr-toggle-button"
|
|
4960
|
+
},
|
|
4961
|
+
{
|
|
4962
|
+
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
4963
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
4964
|
+
"description": "Focus background color of the cdr-toggle-button"
|
|
4965
|
+
},
|
|
4966
|
+
{
|
|
4967
|
+
"name": "--cdr-toggle-button-icon-fill-default",
|
|
4968
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
4969
|
+
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
4970
|
+
},
|
|
4971
|
+
{
|
|
4972
|
+
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
4973
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
4974
|
+
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
4975
|
+
},
|
|
4976
|
+
{
|
|
4977
|
+
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
4978
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
4979
|
+
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
4980
|
+
},
|
|
4981
|
+
{
|
|
4982
|
+
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
4983
|
+
"defaultValue": "--cdr-color-icon-emphasis",
|
|
4984
|
+
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
4985
|
+
},
|
|
4986
|
+
{
|
|
4987
|
+
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
4988
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
4989
|
+
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
4990
|
+
},
|
|
4991
|
+
{
|
|
4992
|
+
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
4993
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
4994
|
+
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
4998
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
4999
|
+
"description": "Background color of the cdr-toggle-button on hover"
|
|
5000
|
+
},
|
|
5001
|
+
{
|
|
5002
|
+
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5003
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5004
|
+
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
4917
5005
|
}
|
|
4918
5006
|
]
|
|
4919
5007
|
},
|
|
@@ -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",
|