@rei/cedar 14.1.0 → 15.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/cedar.umd.js +14 -14
- package/dist/component-docgen.json +2159 -1694
- package/dist/icon-component-docgen.json +632 -632
- package/dist/lib.d.ts +788 -412
- package/dist/node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs +10 -7
- package/dist/reset.css +0 -5
- package/dist/src/components/abstract/CdrAbstract.vue.mjs +9 -0
- package/dist/src/components/abstract/CdrAbstract.vue2.mjs +24 -0
- package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +6 -0
- package/dist/src/components/accordion/CdrAccordion.vue2.mjs +29 -29
- 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/CdrCheckbox.vue2.mjs +21 -21
- 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/choreographer/CdrChoreographer.vue.mjs +9 -0
- package/dist/src/components/choreographer/CdrChoreographer.vue2.mjs +48 -0
- package/dist/src/components/choreographer/styles/CdrChoreographer.module.scss.mjs +9 -0
- 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/CdrImg.vue2.mjs +32 -96
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +3 -10
- package/dist/src/components/input/CdrInput.vue2.mjs +29 -29
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
- package/dist/src/components/kicker/CdrKicker.vue.mjs +9 -0
- package/dist/src/components/kicker/CdrKicker.vue2.mjs +14 -0
- package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +6 -0
- 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/lead/CdrHeadingSubheadingBlock.vue.mjs +9 -0
- package/dist/src/components/lead/CdrHeadingSubheadingBlock.vue2.mjs +33 -0
- package/dist/src/components/lead/CdrLead.vue.mjs +9 -0
- package/dist/src/components/lead/CdrLead.vue2.mjs +55 -0
- package/dist/src/components/lead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +7 -0
- package/dist/src/components/lead/styles/CdrLead.module.scss.mjs +11 -0
- 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/CdrModal.vue2.mjs +112 -92
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +14 -14
- package/dist/src/components/pagination/CdrPagination.vue2.mjs +79 -79
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
- package/dist/src/components/picture/CdrPicture.vue.mjs +9 -0
- package/dist/src/components/picture/CdrPicture.vue2.mjs +42 -0
- package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +6 -0
- package/dist/src/components/popover/CdrPopover.vue2.mjs +38 -38
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
- package/dist/src/components/popup/CdrPopup.vue2.mjs +28 -28
- 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/CdrRadio.vue2.mjs +23 -23
- 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/CdrSelect.vue2.mjs +30 -30
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/switch/CdrSwitch.vue2.mjs +25 -25
- 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 +12 -12
- 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/presets/CdrBody.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrBody.vue2.mjs +39 -0
- package/dist/src/components/text/presets/CdrBody.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrEyebrow.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrEyebrow.vue2.mjs +18 -0
- package/dist/src/components/text/presets/CdrEyebrow.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrHeadingDisplay.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrHeadingDisplay.vue2.mjs +33 -0
- package/dist/src/components/text/presets/CdrHeadingDisplay.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrHeadingSans.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrHeadingSans.vue2.mjs +33 -0
- package/dist/src/components/text/presets/CdrHeadingSans.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrHeadingSerif.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrHeadingSerif.vue2.mjs +39 -0
- package/dist/src/components/text/presets/CdrHeadingSerif.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrSubheadingSans.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrSubheadingSans.vue2.mjs +33 -0
- package/dist/src/components/text/presets/CdrSubheadingSans.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrUtilitySans.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrUtilitySans.vue2.mjs +39 -0
- package/dist/src/components/text/presets/CdrUtilitySans.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrUtilitySerif.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrUtilitySerif.vue2.mjs +39 -0
- package/dist/src/components/text/presets/CdrUtilitySerif.vue3.mjs +6 -0
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/title/CdrTitle.vue.mjs +9 -0
- package/dist/src/components/title/CdrTitle.vue2.mjs +23 -0
- package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +6 -0
- package/dist/src/components/toast/CdrToast.vue2.mjs +21 -21
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +27 -27
- 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/CdrTooltip.vue2.mjs +25 -25
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/src/lib.mjs +468 -440
- package/dist/style/cdr-abstract.css +1 -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-body.css +1 -0
- 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-choreographer.css +1 -0
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-eyebrow.css +1 -0
- 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-heading-display.css +1 -0
- package/dist/style/cdr-heading-sans.css +1 -0
- package/dist/style/cdr-heading-serif.css +1 -0
- package/dist/style/cdr-heading-subheading-block.css +1 -0
- 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-kicker.css +1 -0
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-lead.css +1 -0
- 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-picture.css +1 -0
- 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-subheading-sans.css +1 -0
- 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-title.css +1 -0
- 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/cdr-utility-sans.css +1 -0
- package/dist/style/cdr-utility-serif.css +1 -0
- package/dist/style.css +1 -1
- package/package.json +7 -12
- package/dist/cedar-compiled.css +0 -2332
- package/dist/style/cedar-full.css +0 -41
|
@@ -1,4 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
+
"CdrAbstract": {
|
|
3
|
+
"name": "CdrAbstract",
|
|
4
|
+
"exportName": "default",
|
|
5
|
+
"displayName": "CdrAbstract",
|
|
6
|
+
"description": "",
|
|
7
|
+
"tags": {},
|
|
8
|
+
"props": [
|
|
9
|
+
{
|
|
10
|
+
"name": "tag",
|
|
11
|
+
"description": "Sets the HTML tag (p, span, h1, h2, etc)",
|
|
12
|
+
"type": {
|
|
13
|
+
"name": "string"
|
|
14
|
+
},
|
|
15
|
+
"defaultValue": {
|
|
16
|
+
"func": false,
|
|
17
|
+
"value": "'p'"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"slots": [
|
|
22
|
+
{
|
|
23
|
+
"name": "default"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"sourceFiles": [
|
|
27
|
+
"./src/components/abstract/CdrAbstract.vue"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
2
30
|
"CdrAccordion": {
|
|
3
31
|
"name": "CdrAccordion",
|
|
4
32
|
"description": "Vertically-stacked list that allows users to expand and collapse additional content",
|
|
@@ -163,218 +191,53 @@
|
|
|
163
191
|
}
|
|
164
192
|
]
|
|
165
193
|
},
|
|
166
|
-
"
|
|
167
|
-
"name": "
|
|
168
|
-
"description": "Provides contextual feedback messages for typical user actions",
|
|
169
|
-
"tags": {},
|
|
194
|
+
"CdrAccordionGroup": {
|
|
195
|
+
"name": "CdrAccordionGroup",
|
|
170
196
|
"exportName": "default",
|
|
171
|
-
"displayName": "
|
|
197
|
+
"displayName": "CdrAccordionGroup",
|
|
198
|
+
"description": "",
|
|
199
|
+
"tags": {},
|
|
172
200
|
"props": [
|
|
173
201
|
{
|
|
174
|
-
"name": "
|
|
175
|
-
"description": "
|
|
176
|
-
"tags": {
|
|
177
|
-
"demoSelectMultiple": [
|
|
178
|
-
{
|
|
179
|
-
"description": "false",
|
|
180
|
-
"title": "demoSelectMultiple"
|
|
181
|
-
}
|
|
182
|
-
]
|
|
183
|
-
},
|
|
202
|
+
"name": "unwrap",
|
|
203
|
+
"description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
|
|
204
|
+
"tags": {},
|
|
184
205
|
"values": [
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
206
|
+
"@xs",
|
|
207
|
+
"@sm",
|
|
208
|
+
"@md",
|
|
209
|
+
"@lg",
|
|
210
|
+
"true"
|
|
190
211
|
],
|
|
191
212
|
"type": {
|
|
192
|
-
"name": "string"
|
|
213
|
+
"name": "string|boolean"
|
|
193
214
|
},
|
|
194
215
|
"defaultValue": {
|
|
195
216
|
"func": false,
|
|
196
|
-
"value":
|
|
217
|
+
"value": false
|
|
197
218
|
}
|
|
198
219
|
}
|
|
199
220
|
],
|
|
200
221
|
"slots": [
|
|
201
|
-
{
|
|
202
|
-
"name": "icon-left",
|
|
203
|
-
"description": "Icon matching banner type"
|
|
204
|
-
},
|
|
205
222
|
{
|
|
206
223
|
"name": "default",
|
|
207
|
-
"description": "
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"name": "icon-right",
|
|
211
|
-
"description": "Additional icon"
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"name": "message-body",
|
|
215
|
-
"description": "Additional content about the message"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"name": "info-action",
|
|
219
|
-
"description": "Action-wrapped icon"
|
|
224
|
+
"description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
|
|
220
225
|
}
|
|
221
226
|
],
|
|
222
227
|
"sourceFiles": [
|
|
223
|
-
"./src/components/
|
|
224
|
-
],
|
|
225
|
-
"UIProperties": [
|
|
226
|
-
{
|
|
227
|
-
"name": "--cdr-banner-message-body-background-color",
|
|
228
|
-
"defaultValue": "--cdr-color-background-primary",
|
|
229
|
-
"description": "Message body background color"
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"name": "--cdr-banner-icon-right-fill",
|
|
233
|
-
"defaultValue": "--cdr-color-text-emphasis",
|
|
234
|
-
"description": "Right icon fill color"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"name": "--cdr-banner-info-action-fill",
|
|
238
|
-
"defaultValue": "--cdr-color-text-link-rest",
|
|
239
|
-
"description": "Info action icon fill color"
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"name": "--cdr-banner-default-icon-left-background-color",
|
|
243
|
-
"defaultValue": "--cdr-color-background-message-default-02",
|
|
244
|
-
"description": "Left icon background color for default banner"
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"name": "--cdr-banner-default-icon-left-fill",
|
|
248
|
-
"defaultValue": "--cdr-color-icon-message-default",
|
|
249
|
-
"description": "Left icon fill color for default banner"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"name": "--cdr-banner-default-wrapper-border-left-color",
|
|
253
|
-
"defaultValue": "--cdr-color-border-message-default-01",
|
|
254
|
-
"description": "Wrapper border left color for default banner"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"name": "--cdr-banner-info-icon-left-background-color",
|
|
258
|
-
"defaultValue": "--cdr-color-background-message-info-02",
|
|
259
|
-
"description": "Left icon background color for info banner"
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
"name": "--cdr-banner-info-icon-left-fill",
|
|
263
|
-
"defaultValue": "--cdr-color-icon-message-info",
|
|
264
|
-
"description": "Left icon fill color for info banner"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"name": "--cdr-banner-info-wrapper-border-left-color",
|
|
268
|
-
"defaultValue": "--cdr-color-border-message-info-01",
|
|
269
|
-
"description": "Wrapper border left color for info banner"
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"name": "--cdr-banner-warning-icon-left-background-color",
|
|
273
|
-
"defaultValue": "--cdr-color-background-message-warning-02",
|
|
274
|
-
"description": "Left icon background color for warning banner"
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"name": "--cdr-banner-warning-icon-left-fill",
|
|
278
|
-
"defaultValue": "--cdr-color-icon-message-warning",
|
|
279
|
-
"description": "Left icon fill color for warning banner"
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"name": "--cdr-banner-warning-wrapper-border-left-color",
|
|
283
|
-
"defaultValue": "--cdr-color-border-message-warning-01",
|
|
284
|
-
"description": "Wrapper border left color for warning banner"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"name": "--cdr-banner-success-icon-left-background-color",
|
|
288
|
-
"defaultValue": "--cdr-color-background-message-success-02",
|
|
289
|
-
"description": "Left icon background color for success banner"
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"name": "--cdr-banner-success-icon-left-fill",
|
|
293
|
-
"defaultValue": "--cdr-color-icon-message-success",
|
|
294
|
-
"description": "Left icon fill color for success banner"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"name": "--cdr-banner-success-wrapper-border-left-color",
|
|
298
|
-
"defaultValue": "--cdr-color-border-message-success-01",
|
|
299
|
-
"description": "Wrapper border left color for success banner"
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"name": "--cdr-banner-error-icon-left-background-color",
|
|
303
|
-
"defaultValue": "--cdr-color-background-message-error-02",
|
|
304
|
-
"description": "Left icon background color for error banner"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"name": "--cdr-banner-error-icon-left-fill",
|
|
308
|
-
"defaultValue": "--cdr-color-icon-message-error",
|
|
309
|
-
"description": "Left icon fill color for error banner"
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"name": "--cdr-banner-error-wrapper-border-left-color",
|
|
313
|
-
"defaultValue": "--cdr-color-border-message-error-01",
|
|
314
|
-
"description": "Wrapper border left color for error banner"
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"name": "--cdr-banner-default-background-color",
|
|
318
|
-
"defaultValue": "--cdr-color-background-message-default-01",
|
|
319
|
-
"description": "Background color for a default cdr-banner"
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"name": "--cdr-banner-default-outline-color",
|
|
323
|
-
"defaultValue": "--cdr-color-border-message-default-02",
|
|
324
|
-
"description": "Outline color for a default cdr-banner"
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"name": "--cdr-banner-info-background-color",
|
|
328
|
-
"defaultValue": "--cdr-color-background-message-info-01",
|
|
329
|
-
"description": "Background color for an info cdr-banner"
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"name": "--cdr-banner-info-outline-color",
|
|
333
|
-
"defaultValue": "--cdr-color-border-message-info-02",
|
|
334
|
-
"description": "Outline color for an info cdr-banner"
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"name": "--cdr-banner-success-background-color",
|
|
338
|
-
"defaultValue": "--cdr-color-background-message-success-01",
|
|
339
|
-
"description": "Background color for a success cdr-banner"
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"name": "--cdr-banner-success-outline-color",
|
|
343
|
-
"defaultValue": "--cdr-color-border-message-success-02",
|
|
344
|
-
"description": "Outline color for a success cdr-banner"
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"name": "--cdr-banner-warning-background-color",
|
|
348
|
-
"defaultValue": "--cdr-color-background-message-warning-01",
|
|
349
|
-
"description": "Background color for a warning cdr-banner"
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"name": "--cdr-banner-warning-outline-color",
|
|
353
|
-
"defaultValue": "--cdr-color-border-message-warning-02",
|
|
354
|
-
"description": "Outline color for a warning cdr-banner"
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"name": "--cdr-banner-error-background-color",
|
|
358
|
-
"defaultValue": "--cdr-color-background-message-error-01",
|
|
359
|
-
"description": "Background color for an error cdr-banner"
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"name": "--cdr-banner-error-outline-color",
|
|
363
|
-
"defaultValue": "--cdr-color-border-message-error-02",
|
|
364
|
-
"description": "Outline color for an error cdr-banner"
|
|
365
|
-
}
|
|
228
|
+
"./src/components/accordion/CdrAccordionGroup.vue"
|
|
366
229
|
]
|
|
367
230
|
},
|
|
368
|
-
"
|
|
369
|
-
"name": "
|
|
370
|
-
"description": "
|
|
231
|
+
"CdrBreadcrumb": {
|
|
232
|
+
"name": "CdrBreadcrumb",
|
|
233
|
+
"description": "Navigation used to reveal a page's location within the site hierarchy",
|
|
371
234
|
"tags": {},
|
|
372
235
|
"exportName": "default",
|
|
373
|
-
"displayName": "
|
|
236
|
+
"displayName": "CdrBreadcrumb",
|
|
374
237
|
"props": [
|
|
375
238
|
{
|
|
376
|
-
"name": "
|
|
377
|
-
"description": "Sets the
|
|
239
|
+
"name": "items",
|
|
240
|
+
"description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
|
|
378
241
|
"tags": {
|
|
379
242
|
"demoIgnore": [
|
|
380
243
|
{
|
|
@@ -384,12 +247,27 @@
|
|
|
384
247
|
]
|
|
385
248
|
},
|
|
386
249
|
"type": {
|
|
387
|
-
"name": "
|
|
250
|
+
"name": "breadcrumbItem[]"
|
|
251
|
+
},
|
|
252
|
+
"defaultValue": {
|
|
253
|
+
"func": true,
|
|
254
|
+
"value": "() => []"
|
|
388
255
|
}
|
|
389
256
|
},
|
|
390
257
|
{
|
|
391
|
-
"name": "
|
|
392
|
-
"description": "
|
|
258
|
+
"name": "truncationEnabled",
|
|
259
|
+
"description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
|
|
260
|
+
"type": {
|
|
261
|
+
"name": "boolean"
|
|
262
|
+
},
|
|
263
|
+
"defaultValue": {
|
|
264
|
+
"func": false,
|
|
265
|
+
"value": true
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "id",
|
|
270
|
+
"description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
|
|
393
271
|
"tags": {
|
|
394
272
|
"demoIgnore": [
|
|
395
273
|
{
|
|
@@ -403,107 +281,130 @@
|
|
|
403
281
|
}
|
|
404
282
|
}
|
|
405
283
|
],
|
|
406
|
-
"
|
|
407
|
-
"./src/components/caption/CdrCaption.vue"
|
|
408
|
-
],
|
|
409
|
-
"UIProperties": [
|
|
410
|
-
{
|
|
411
|
-
"name": "--cdr-caption-summary-color",
|
|
412
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
413
|
-
"description": "Text color of a cdr-caption"
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"name": "--cdr-caption-cite-color",
|
|
417
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
418
|
-
"description": "Text color of a cdr-caption"
|
|
419
|
-
}
|
|
420
|
-
]
|
|
421
|
-
},
|
|
422
|
-
"CdrAccordionGroup": {
|
|
423
|
-
"name": "CdrAccordionGroup",
|
|
424
|
-
"exportName": "default",
|
|
425
|
-
"displayName": "CdrAccordionGroup",
|
|
426
|
-
"description": "",
|
|
427
|
-
"tags": {},
|
|
428
|
-
"props": [
|
|
284
|
+
"events": [
|
|
429
285
|
{
|
|
430
|
-
"name": "
|
|
431
|
-
"description": "
|
|
432
|
-
"
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
286
|
+
"name": "navigate",
|
|
287
|
+
"description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
|
|
288
|
+
"properties": [
|
|
289
|
+
{
|
|
290
|
+
"type": {
|
|
291
|
+
"names": [
|
|
292
|
+
"mixed"
|
|
293
|
+
]
|
|
294
|
+
},
|
|
295
|
+
"name": "breadcrumb",
|
|
296
|
+
"description": "The breadcrumb data object"
|
|
297
|
+
}
|
|
439
298
|
],
|
|
440
|
-
"
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
299
|
+
"tags": [
|
|
300
|
+
{
|
|
301
|
+
"title": "param",
|
|
302
|
+
"type": {
|
|
303
|
+
"name": "mixed"
|
|
304
|
+
},
|
|
305
|
+
"name": "breadcrumb",
|
|
306
|
+
"description": "The breadcrumb data object"
|
|
307
|
+
}
|
|
308
|
+
]
|
|
447
309
|
}
|
|
448
310
|
],
|
|
449
311
|
"slots": [
|
|
450
312
|
{
|
|
451
|
-
"name": "
|
|
452
|
-
"
|
|
313
|
+
"name": "link",
|
|
314
|
+
"scoped": true,
|
|
315
|
+
"bindings": [
|
|
316
|
+
{
|
|
317
|
+
"name": "class",
|
|
318
|
+
"title": "binding"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "href",
|
|
322
|
+
"title": "binding"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "content",
|
|
326
|
+
"title": "binding"
|
|
327
|
+
}
|
|
328
|
+
]
|
|
453
329
|
}
|
|
454
330
|
],
|
|
455
331
|
"sourceFiles": [
|
|
456
|
-
"./src/components/
|
|
332
|
+
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
333
|
+
],
|
|
334
|
+
"UIProperties": [
|
|
335
|
+
{
|
|
336
|
+
"name": "--cdr-breadcrumb-ellipses-icon-color",
|
|
337
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
338
|
+
"description": "Ellipses icon color"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
|
|
342
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
343
|
+
"description": "Ellipses icon hover, active and focus color"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "--cdr-breadcrumb-item-color",
|
|
347
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
348
|
+
"description": "Breadcrumb item color"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"name": "--cdr-breadcrumb-item-linked-highlight-color",
|
|
352
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
353
|
+
"description": "Breadcrumb item linked hover, active and focus color"
|
|
354
|
+
}
|
|
457
355
|
]
|
|
458
356
|
},
|
|
459
|
-
"
|
|
460
|
-
"name": "
|
|
461
|
-
"description": "
|
|
357
|
+
"CdrCaption": {
|
|
358
|
+
"name": "CdrCaption",
|
|
359
|
+
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
462
360
|
"tags": {},
|
|
463
361
|
"exportName": "default",
|
|
464
|
-
"displayName": "
|
|
362
|
+
"displayName": "CdrCaption",
|
|
465
363
|
"props": [
|
|
466
364
|
{
|
|
467
|
-
"name": "
|
|
468
|
-
"description": "Sets
|
|
365
|
+
"name": "summary",
|
|
366
|
+
"description": "Sets the string content for the description body of the caption.",
|
|
367
|
+
"tags": {
|
|
368
|
+
"demoIgnore": [
|
|
369
|
+
{
|
|
370
|
+
"description": "true",
|
|
371
|
+
"title": "demoIgnore"
|
|
372
|
+
}
|
|
373
|
+
]
|
|
374
|
+
},
|
|
469
375
|
"type": {
|
|
470
376
|
"name": "string"
|
|
471
|
-
},
|
|
472
|
-
"defaultValue": {
|
|
473
|
-
"func": false,
|
|
474
|
-
"value": "'article'"
|
|
475
377
|
}
|
|
476
|
-
}
|
|
477
|
-
],
|
|
478
|
-
"slots": [
|
|
378
|
+
},
|
|
479
379
|
{
|
|
480
|
-
"name": "
|
|
481
|
-
"description": "
|
|
380
|
+
"name": "credit",
|
|
381
|
+
"description": "Sets the string content for attribution.",
|
|
382
|
+
"tags": {
|
|
383
|
+
"demoIgnore": [
|
|
384
|
+
{
|
|
385
|
+
"description": "true",
|
|
386
|
+
"title": "demoIgnore"
|
|
387
|
+
}
|
|
388
|
+
]
|
|
389
|
+
},
|
|
390
|
+
"type": {
|
|
391
|
+
"name": "string"
|
|
392
|
+
}
|
|
482
393
|
}
|
|
483
394
|
],
|
|
484
395
|
"sourceFiles": [
|
|
485
|
-
"./src/components/
|
|
396
|
+
"./src/components/caption/CdrCaption.vue"
|
|
486
397
|
],
|
|
487
398
|
"UIProperties": [
|
|
488
399
|
{
|
|
489
|
-
"name": "--cdr-
|
|
490
|
-
"defaultValue": "--cdr-color-background-primary",
|
|
491
|
-
"description": "Background color of a cdr-card"
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"name": "--cdr-card-base-color",
|
|
495
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
496
|
-
"description": "Text color of a cdr-card"
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"name": "--cdr-card-link-color",
|
|
400
|
+
"name": "--cdr-caption-summary-color",
|
|
500
401
|
"defaultValue": "--cdr-color-text-primary",
|
|
501
|
-
"description": "
|
|
402
|
+
"description": "Text color of a cdr-caption"
|
|
502
403
|
},
|
|
503
404
|
{
|
|
504
|
-
"name": "--cdr-
|
|
505
|
-
"defaultValue": "--cdr-color-text-
|
|
506
|
-
"description": "
|
|
405
|
+
"name": "--cdr-caption-cite-color",
|
|
406
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
407
|
+
"description": "Text color of a cdr-caption"
|
|
507
408
|
}
|
|
508
409
|
]
|
|
509
410
|
},
|
|
@@ -1209,130 +1110,451 @@
|
|
|
1209
1110
|
}
|
|
1210
1111
|
]
|
|
1211
1112
|
},
|
|
1212
|
-
"
|
|
1213
|
-
"name": "
|
|
1214
|
-
"description": "
|
|
1113
|
+
"CdrCard": {
|
|
1114
|
+
"name": "CdrCard",
|
|
1115
|
+
"description": "Related, interactive containers linking to a single subject or destination",
|
|
1215
1116
|
"tags": {},
|
|
1216
1117
|
"exportName": "default",
|
|
1217
|
-
"displayName": "
|
|
1118
|
+
"displayName": "CdrCard",
|
|
1218
1119
|
"props": [
|
|
1219
1120
|
{
|
|
1220
|
-
"name": "
|
|
1221
|
-
"description": "Sets
|
|
1222
|
-
"tags": {
|
|
1223
|
-
"demoIgnore": [
|
|
1224
|
-
{
|
|
1225
|
-
"description": "true",
|
|
1226
|
-
"title": "demoIgnore"
|
|
1227
|
-
}
|
|
1228
|
-
]
|
|
1229
|
-
},
|
|
1121
|
+
"name": "tag",
|
|
1122
|
+
"description": "Sets valid HTML container element tag.",
|
|
1230
1123
|
"type": {
|
|
1231
|
-
"name": "
|
|
1124
|
+
"name": "string"
|
|
1232
1125
|
},
|
|
1233
1126
|
"defaultValue": {
|
|
1234
|
-
"func":
|
|
1235
|
-
"value": "
|
|
1127
|
+
"func": false,
|
|
1128
|
+
"value": "'article'"
|
|
1236
1129
|
}
|
|
1130
|
+
}
|
|
1131
|
+
],
|
|
1132
|
+
"slots": [
|
|
1133
|
+
{
|
|
1134
|
+
"name": "default",
|
|
1135
|
+
"description": "CdrCard content"
|
|
1136
|
+
}
|
|
1137
|
+
],
|
|
1138
|
+
"sourceFiles": [
|
|
1139
|
+
"./src/components/card/CdrCard.vue"
|
|
1140
|
+
],
|
|
1141
|
+
"UIProperties": [
|
|
1142
|
+
{
|
|
1143
|
+
"name": "--cdr-card-base-background-color",
|
|
1144
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
1145
|
+
"description": "Background color of a cdr-card"
|
|
1237
1146
|
},
|
|
1238
1147
|
{
|
|
1239
|
-
"name": "
|
|
1240
|
-
"
|
|
1241
|
-
"
|
|
1242
|
-
"name": "boolean"
|
|
1243
|
-
},
|
|
1244
|
-
"defaultValue": {
|
|
1245
|
-
"func": false,
|
|
1246
|
-
"value": true
|
|
1247
|
-
}
|
|
1148
|
+
"name": "--cdr-card-base-color",
|
|
1149
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1150
|
+
"description": "Text color of a cdr-card"
|
|
1248
1151
|
},
|
|
1249
1152
|
{
|
|
1250
|
-
"name": "
|
|
1251
|
-
"
|
|
1153
|
+
"name": "--cdr-card-link-color",
|
|
1154
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1155
|
+
"description": "Link text color of a cdr-card"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"name": "--cdr-card-link-hover-color",
|
|
1159
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
1160
|
+
"description": "Link hover text color of a cdr-card"
|
|
1161
|
+
}
|
|
1162
|
+
]
|
|
1163
|
+
},
|
|
1164
|
+
"CdrBanner": {
|
|
1165
|
+
"name": "CdrBanner",
|
|
1166
|
+
"description": "Provides contextual feedback messages for typical user actions",
|
|
1167
|
+
"tags": {},
|
|
1168
|
+
"exportName": "default",
|
|
1169
|
+
"displayName": "CdrBanner",
|
|
1170
|
+
"props": [
|
|
1171
|
+
{
|
|
1172
|
+
"name": "type",
|
|
1173
|
+
"description": "Sets the banner style.",
|
|
1252
1174
|
"tags": {
|
|
1253
|
-
"
|
|
1175
|
+
"demoSelectMultiple": [
|
|
1254
1176
|
{
|
|
1255
|
-
"description": "
|
|
1256
|
-
"title": "
|
|
1177
|
+
"description": "false",
|
|
1178
|
+
"title": "demoSelectMultiple"
|
|
1257
1179
|
}
|
|
1258
1180
|
]
|
|
1259
1181
|
},
|
|
1260
|
-
"
|
|
1261
|
-
"
|
|
1262
|
-
|
|
1263
|
-
|
|
1182
|
+
"values": [
|
|
1183
|
+
"info",
|
|
1184
|
+
"warning",
|
|
1185
|
+
"success",
|
|
1186
|
+
"error",
|
|
1187
|
+
"default"
|
|
1188
|
+
],
|
|
1189
|
+
"type": {
|
|
1190
|
+
"name": "string"
|
|
1191
|
+
},
|
|
1192
|
+
"defaultValue": {
|
|
1193
|
+
"func": false,
|
|
1194
|
+
"value": "'default'"
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1264
1197
|
],
|
|
1265
|
-
"
|
|
1198
|
+
"slots": [
|
|
1266
1199
|
{
|
|
1267
|
-
"name": "
|
|
1268
|
-
"description": "
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
"
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1200
|
+
"name": "icon-left",
|
|
1201
|
+
"description": "Icon matching banner type"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"name": "default",
|
|
1205
|
+
"description": "Primary message content"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"name": "icon-right",
|
|
1209
|
+
"description": "Additional icon"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"name": "message-body",
|
|
1213
|
+
"description": "Additional content about the message"
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"name": "info-action",
|
|
1217
|
+
"description": "Action-wrapped icon"
|
|
1218
|
+
}
|
|
1219
|
+
],
|
|
1220
|
+
"sourceFiles": [
|
|
1221
|
+
"./src/components/banner/CdrBanner.vue"
|
|
1222
|
+
],
|
|
1223
|
+
"UIProperties": [
|
|
1224
|
+
{
|
|
1225
|
+
"name": "--cdr-banner-message-body-background-color",
|
|
1226
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
1227
|
+
"description": "Message body background color"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"name": "--cdr-banner-icon-right-fill",
|
|
1231
|
+
"defaultValue": "--cdr-color-text-emphasis",
|
|
1232
|
+
"description": "Right icon fill color"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"name": "--cdr-banner-info-action-fill",
|
|
1236
|
+
"defaultValue": "--cdr-color-text-link-rest",
|
|
1237
|
+
"description": "Info action icon fill color"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"name": "--cdr-banner-default-icon-left-background-color",
|
|
1241
|
+
"defaultValue": "--cdr-color-background-message-default-02",
|
|
1242
|
+
"description": "Left icon background color for default banner"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "--cdr-banner-default-icon-left-fill",
|
|
1246
|
+
"defaultValue": "--cdr-color-icon-message-default",
|
|
1247
|
+
"description": "Left icon fill color for default banner"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"name": "--cdr-banner-default-wrapper-border-left-color",
|
|
1251
|
+
"defaultValue": "--cdr-color-border-message-default-01",
|
|
1252
|
+
"description": "Wrapper border left color for default banner"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "--cdr-banner-info-icon-left-background-color",
|
|
1256
|
+
"defaultValue": "--cdr-color-background-message-info-02",
|
|
1257
|
+
"description": "Left icon background color for info banner"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"name": "--cdr-banner-info-icon-left-fill",
|
|
1261
|
+
"defaultValue": "--cdr-color-icon-message-info",
|
|
1262
|
+
"description": "Left icon fill color for info banner"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "--cdr-banner-info-wrapper-border-left-color",
|
|
1266
|
+
"defaultValue": "--cdr-color-border-message-info-01",
|
|
1267
|
+
"description": "Wrapper border left color for info banner"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"name": "--cdr-banner-warning-icon-left-background-color",
|
|
1271
|
+
"defaultValue": "--cdr-color-background-message-warning-02",
|
|
1272
|
+
"description": "Left icon background color for warning banner"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"name": "--cdr-banner-warning-icon-left-fill",
|
|
1276
|
+
"defaultValue": "--cdr-color-icon-message-warning",
|
|
1277
|
+
"description": "Left icon fill color for warning banner"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"name": "--cdr-banner-warning-wrapper-border-left-color",
|
|
1281
|
+
"defaultValue": "--cdr-color-border-message-warning-01",
|
|
1282
|
+
"description": "Wrapper border left color for warning banner"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"name": "--cdr-banner-success-icon-left-background-color",
|
|
1286
|
+
"defaultValue": "--cdr-color-background-message-success-02",
|
|
1287
|
+
"description": "Left icon background color for success banner"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"name": "--cdr-banner-success-icon-left-fill",
|
|
1291
|
+
"defaultValue": "--cdr-color-icon-message-success",
|
|
1292
|
+
"description": "Left icon fill color for success banner"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "--cdr-banner-success-wrapper-border-left-color",
|
|
1296
|
+
"defaultValue": "--cdr-color-border-message-success-01",
|
|
1297
|
+
"description": "Wrapper border left color for success banner"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"name": "--cdr-banner-error-icon-left-background-color",
|
|
1301
|
+
"defaultValue": "--cdr-color-background-message-error-02",
|
|
1302
|
+
"description": "Left icon background color for error banner"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"name": "--cdr-banner-error-icon-left-fill",
|
|
1306
|
+
"defaultValue": "--cdr-color-icon-message-error",
|
|
1307
|
+
"description": "Left icon fill color for error banner"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "--cdr-banner-error-wrapper-border-left-color",
|
|
1311
|
+
"defaultValue": "--cdr-color-border-message-error-01",
|
|
1312
|
+
"description": "Wrapper border left color for error banner"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"name": "--cdr-banner-default-background-color",
|
|
1316
|
+
"defaultValue": "--cdr-color-background-message-default-01",
|
|
1317
|
+
"description": "Background color for a default cdr-banner"
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "--cdr-banner-default-outline-color",
|
|
1321
|
+
"defaultValue": "--cdr-color-border-message-default-02",
|
|
1322
|
+
"description": "Outline color for a default cdr-banner"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "--cdr-banner-info-background-color",
|
|
1326
|
+
"defaultValue": "--cdr-color-background-message-info-01",
|
|
1327
|
+
"description": "Background color for an info cdr-banner"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"name": "--cdr-banner-info-outline-color",
|
|
1331
|
+
"defaultValue": "--cdr-color-border-message-info-02",
|
|
1332
|
+
"description": "Outline color for an info cdr-banner"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "--cdr-banner-success-background-color",
|
|
1336
|
+
"defaultValue": "--cdr-color-background-message-success-01",
|
|
1337
|
+
"description": "Background color for a success cdr-banner"
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"name": "--cdr-banner-success-outline-color",
|
|
1341
|
+
"defaultValue": "--cdr-color-border-message-success-02",
|
|
1342
|
+
"description": "Outline color for a success cdr-banner"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "--cdr-banner-warning-background-color",
|
|
1346
|
+
"defaultValue": "--cdr-color-background-message-warning-01",
|
|
1347
|
+
"description": "Background color for a warning cdr-banner"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"name": "--cdr-banner-warning-outline-color",
|
|
1351
|
+
"defaultValue": "--cdr-color-border-message-warning-02",
|
|
1352
|
+
"description": "Outline color for a warning cdr-banner"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"name": "--cdr-banner-error-background-color",
|
|
1356
|
+
"defaultValue": "--cdr-color-background-message-error-01",
|
|
1357
|
+
"description": "Background color for an error cdr-banner"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"name": "--cdr-banner-error-outline-color",
|
|
1361
|
+
"defaultValue": "--cdr-color-border-message-error-02",
|
|
1362
|
+
"description": "Outline color for an error cdr-banner"
|
|
1363
|
+
}
|
|
1364
|
+
]
|
|
1365
|
+
},
|
|
1366
|
+
"CdrChoreographer": {
|
|
1367
|
+
"name": "CdrChoreographer",
|
|
1368
|
+
"exportName": "default",
|
|
1369
|
+
"displayName": "CdrChoreographer",
|
|
1370
|
+
"description": "",
|
|
1371
|
+
"tags": {},
|
|
1372
|
+
"props": [
|
|
1373
|
+
{
|
|
1374
|
+
"name": "schema",
|
|
1375
|
+
"type": {
|
|
1376
|
+
"name": "choreographerSchema[]"
|
|
1377
|
+
},
|
|
1378
|
+
"defaultValue": {
|
|
1379
|
+
"func": true,
|
|
1380
|
+
"value": "() => []"
|
|
1381
|
+
}
|
|
1290
1382
|
}
|
|
1291
1383
|
],
|
|
1384
|
+
"sourceFiles": [
|
|
1385
|
+
"./src/components/choreographer/CdrChoreographer.vue"
|
|
1386
|
+
]
|
|
1387
|
+
},
|
|
1388
|
+
"CdrChip": {
|
|
1389
|
+
"name": "CdrChip",
|
|
1390
|
+
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
1391
|
+
"tags": {},
|
|
1392
|
+
"exportName": "default",
|
|
1393
|
+
"displayName": "CdrChip",
|
|
1292
1394
|
"slots": [
|
|
1293
1395
|
{
|
|
1294
|
-
"name": "
|
|
1295
|
-
"
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1396
|
+
"name": "icon-left",
|
|
1397
|
+
"description": "Icon to the left of the content"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "icon-right",
|
|
1401
|
+
"description": "Icon to the right of the content"
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"name": "default",
|
|
1405
|
+
"description": "Primary CdrChip content"
|
|
1406
|
+
}
|
|
1407
|
+
],
|
|
1408
|
+
"sourceFiles": [
|
|
1409
|
+
"./src/components/chip/CdrChip.vue"
|
|
1410
|
+
],
|
|
1411
|
+
"UIProperties": [
|
|
1412
|
+
{
|
|
1413
|
+
"name": "--cdr-chip-text-color",
|
|
1414
|
+
"defaultValue": "--cdr-color-text-chip-default",
|
|
1415
|
+
"description": "Text color of a cdr-chip"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"name": "--cdr-chip-fill-color",
|
|
1419
|
+
"defaultValue": "--cdr-color-text-chip-default",
|
|
1420
|
+
"description": "Fill color of a cdr-chip"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"name": "--cdr-chip-background-color-rest",
|
|
1424
|
+
"defaultValue": "--cdr-color-background-chip-default-rest",
|
|
1425
|
+
"description": "Background color of a cdr-chip"
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "--cdr-chip-box-shadow-color-rest",
|
|
1429
|
+
"defaultValue": "--cdr-color-border-chip-default-rest",
|
|
1430
|
+
"description": "Box-shadow color of a cdr-chip"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"name": "--cdr-chip-background-color-disabled",
|
|
1434
|
+
"defaultValue": "--cdr-color-background-chip-default-disabled",
|
|
1435
|
+
"description": "Background color of a cdr-chip when disabled"
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"name": "--cdr-chip-box-shadow-color-disabled",
|
|
1439
|
+
"defaultValue": "--cdr-color-border-chip-default-disabled",
|
|
1440
|
+
"description": "Box-shadow color of a cdr-chip when disabled"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"name": "--cdr-chip-text-color-disabled",
|
|
1444
|
+
"defaultValue": "--cdr-color-text-chip-disabled",
|
|
1445
|
+
"description": "Text color of a cdr-chip when disabled"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"name": "--cdr-chip-background-color-hover",
|
|
1449
|
+
"defaultValue": "--cdr-color-background-chip-default-hover",
|
|
1450
|
+
"description": "Background color of a cdr-chip on hover"
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"name": "--cdr-chip-box-shadow-color-hover",
|
|
1454
|
+
"defaultValue": "--cdr-color-border-chip-default-hover",
|
|
1455
|
+
"description": "Box-shadow color of a cdr-chip on hover"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"name": "--cdr-chip-background-color-focus",
|
|
1459
|
+
"defaultValue": "--cdr-color-background-chip-default-focus",
|
|
1460
|
+
"description": "Background color of a cdr-chip on focus"
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "--cdr-chip-box-shadow-color-focus",
|
|
1464
|
+
"defaultValue": "--cdr-color-border-chip-default-focus",
|
|
1465
|
+
"description": "Box-shadow color of a cdr-chip on focus"
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"name": "--cdr-chip-background-color-active",
|
|
1469
|
+
"defaultValue": "--cdr-color-background-chip-default-active",
|
|
1470
|
+
"description": "Background color of a cdr-chip when active"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "--cdr-chip-box-shadow-color-active",
|
|
1474
|
+
"defaultValue": "--cdr-color-border-chip-default-active",
|
|
1475
|
+
"description": "Box-shadow color of a cdr-chip when active"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"name": "--cdr-chip-background-color-selected-rest",
|
|
1479
|
+
"defaultValue": "--cdr-color-background-chip-default-selected",
|
|
1480
|
+
"description": "Background color of a cdr-chip when selected"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"name": "--cdr-chip-box-shadow-color-selected-rest",
|
|
1484
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-rest",
|
|
1485
|
+
"description": "Box-shadow color of a cdr-chip when selected"
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"name": "--cdr-chip-background-color-selected-hover",
|
|
1489
|
+
"defaultValue": "--cdr-color-background-chip-default-selected-hover",
|
|
1490
|
+
"description": "Background color of a cdr-chip when selected and hovered"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"name": "--cdr-chip-box-shadow-color-selected-hover",
|
|
1494
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-hover",
|
|
1495
|
+
"description": "Box-shadow color of a cdr-chip when selected and hovered"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"name": "--cdr-chip-background-color-selected-focus",
|
|
1499
|
+
"defaultValue": "--cdr-color-background-chip-default-selected-focus",
|
|
1500
|
+
"description": "Background color of a cdr-chip when selected and focused"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1504
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1505
|
+
"description": "Box-shadow color of a cdr-chip when selected and focused"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"name": "--cdr-chip-background-color-selected-active",
|
|
1509
|
+
"defaultValue": "--cdr-color-background-chip-default-selected-active",
|
|
1510
|
+
"description": "Background color of a cdr-chip when selected and active"
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1514
|
+
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1515
|
+
"description": "Box-shadow color of a cdr-chip when selected and active"
|
|
1310
1516
|
}
|
|
1311
|
-
]
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
"
|
|
1517
|
+
]
|
|
1518
|
+
},
|
|
1519
|
+
"CdrChipGroup": {
|
|
1520
|
+
"name": "CdrChipGroup",
|
|
1521
|
+
"exportName": "default",
|
|
1522
|
+
"displayName": "CdrChipGroup",
|
|
1523
|
+
"description": "",
|
|
1524
|
+
"tags": {},
|
|
1525
|
+
"props": [
|
|
1316
1526
|
{
|
|
1317
|
-
"name": "
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1527
|
+
"name": "label",
|
|
1528
|
+
"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.",
|
|
1529
|
+
"type": {
|
|
1530
|
+
"name": "string"
|
|
1531
|
+
},
|
|
1532
|
+
"required": true
|
|
1320
1533
|
},
|
|
1321
1534
|
{
|
|
1322
|
-
"name": "
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1325
|
-
|
|
1535
|
+
"name": "hideLabel",
|
|
1536
|
+
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
1537
|
+
"type": {
|
|
1538
|
+
"name": "boolean"
|
|
1539
|
+
},
|
|
1540
|
+
"defaultValue": {
|
|
1541
|
+
"func": false,
|
|
1542
|
+
"value": true
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1545
|
+
],
|
|
1546
|
+
"slots": [
|
|
1326
1547
|
{
|
|
1327
|
-
"name": "
|
|
1328
|
-
"
|
|
1329
|
-
"description": "Breadcrumb item color"
|
|
1548
|
+
"name": "label",
|
|
1549
|
+
"description": "Override CdrChip label content with a custom element"
|
|
1330
1550
|
},
|
|
1331
1551
|
{
|
|
1332
|
-
"name": "
|
|
1333
|
-
"
|
|
1334
|
-
"description": "Breadcrumb item linked hover, active and focus color"
|
|
1552
|
+
"name": "default",
|
|
1553
|
+
"description": "CdrChipGroup content (CdrChip components)"
|
|
1335
1554
|
}
|
|
1555
|
+
],
|
|
1556
|
+
"sourceFiles": [
|
|
1557
|
+
"./src/components/chip/CdrChipGroup.vue"
|
|
1336
1558
|
]
|
|
1337
1559
|
},
|
|
1338
1560
|
"CdrCheckbox": {
|
|
@@ -1628,176 +1850,110 @@
|
|
|
1628
1850
|
}
|
|
1629
1851
|
]
|
|
1630
1852
|
},
|
|
1631
|
-
"
|
|
1632
|
-
"name": "
|
|
1633
|
-
"description": "
|
|
1853
|
+
"CdrContainer": {
|
|
1854
|
+
"name": "CdrContainer",
|
|
1855
|
+
"description": "Provides base margins and responsive layout logic for pages",
|
|
1634
1856
|
"tags": {},
|
|
1635
1857
|
"exportName": "default",
|
|
1636
|
-
"displayName": "
|
|
1637
|
-
"
|
|
1858
|
+
"displayName": "CdrContainer",
|
|
1859
|
+
"props": [
|
|
1638
1860
|
{
|
|
1639
|
-
"name": "
|
|
1640
|
-
"description": "
|
|
1861
|
+
"name": "tag",
|
|
1862
|
+
"description": "Sets the HTML tag for the container element",
|
|
1863
|
+
"type": {
|
|
1864
|
+
"name": "string"
|
|
1865
|
+
},
|
|
1866
|
+
"defaultValue": {
|
|
1867
|
+
"func": false,
|
|
1868
|
+
"value": "'div'"
|
|
1869
|
+
}
|
|
1641
1870
|
},
|
|
1642
1871
|
{
|
|
1643
|
-
"name": "
|
|
1644
|
-
"description": "
|
|
1645
|
-
|
|
1872
|
+
"name": "modifier",
|
|
1873
|
+
"description": "Controls whether container is static or fluid width.",
|
|
1874
|
+
"tags": {
|
|
1875
|
+
"demoSelectMultiple": [
|
|
1876
|
+
{
|
|
1877
|
+
"description": "false",
|
|
1878
|
+
"title": "demoSelectMultiple"
|
|
1879
|
+
}
|
|
1880
|
+
]
|
|
1881
|
+
},
|
|
1882
|
+
"values": [
|
|
1883
|
+
"static",
|
|
1884
|
+
"fluid"
|
|
1885
|
+
],
|
|
1886
|
+
"type": {
|
|
1887
|
+
"name": "string"
|
|
1888
|
+
},
|
|
1889
|
+
"defaultValue": {
|
|
1890
|
+
"func": false,
|
|
1891
|
+
"value": "'static'"
|
|
1892
|
+
}
|
|
1893
|
+
}
|
|
1894
|
+
],
|
|
1895
|
+
"slots": [
|
|
1646
1896
|
{
|
|
1647
1897
|
"name": "default",
|
|
1648
|
-
"description": "
|
|
1898
|
+
"description": "CdrContainer content"
|
|
1649
1899
|
}
|
|
1650
1900
|
],
|
|
1651
1901
|
"sourceFiles": [
|
|
1652
|
-
"./src/components/
|
|
1653
|
-
],
|
|
1654
|
-
"UIProperties": [
|
|
1655
|
-
{
|
|
1656
|
-
"name": "--cdr-chip-text-color",
|
|
1657
|
-
"defaultValue": "--cdr-color-text-chip-default",
|
|
1658
|
-
"description": "Text color of a cdr-chip"
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"name": "--cdr-chip-fill-color",
|
|
1662
|
-
"defaultValue": "--cdr-color-text-chip-default",
|
|
1663
|
-
"description": "Fill color of a cdr-chip"
|
|
1664
|
-
},
|
|
1665
|
-
{
|
|
1666
|
-
"name": "--cdr-chip-background-color-rest",
|
|
1667
|
-
"defaultValue": "--cdr-color-background-chip-default-rest",
|
|
1668
|
-
"description": "Background color of a cdr-chip"
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
"name": "--cdr-chip-box-shadow-color-rest",
|
|
1672
|
-
"defaultValue": "--cdr-color-border-chip-default-rest",
|
|
1673
|
-
"description": "Box-shadow color of a cdr-chip"
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"name": "--cdr-chip-background-color-disabled",
|
|
1677
|
-
"defaultValue": "--cdr-color-background-chip-default-disabled",
|
|
1678
|
-
"description": "Background color of a cdr-chip when disabled"
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
"name": "--cdr-chip-box-shadow-color-disabled",
|
|
1682
|
-
"defaultValue": "--cdr-color-border-chip-default-disabled",
|
|
1683
|
-
"description": "Box-shadow color of a cdr-chip when disabled"
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
"name": "--cdr-chip-text-color-disabled",
|
|
1687
|
-
"defaultValue": "--cdr-color-text-chip-disabled",
|
|
1688
|
-
"description": "Text color of a cdr-chip when disabled"
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"name": "--cdr-chip-background-color-hover",
|
|
1692
|
-
"defaultValue": "--cdr-color-background-chip-default-hover",
|
|
1693
|
-
"description": "Background color of a cdr-chip on hover"
|
|
1694
|
-
},
|
|
1695
|
-
{
|
|
1696
|
-
"name": "--cdr-chip-box-shadow-color-hover",
|
|
1697
|
-
"defaultValue": "--cdr-color-border-chip-default-hover",
|
|
1698
|
-
"description": "Box-shadow color of a cdr-chip on hover"
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
"name": "--cdr-chip-background-color-focus",
|
|
1702
|
-
"defaultValue": "--cdr-color-background-chip-default-focus",
|
|
1703
|
-
"description": "Background color of a cdr-chip on focus"
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
"name": "--cdr-chip-box-shadow-color-focus",
|
|
1707
|
-
"defaultValue": "--cdr-color-border-chip-default-focus",
|
|
1708
|
-
"description": "Box-shadow color of a cdr-chip on focus"
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"name": "--cdr-chip-background-color-active",
|
|
1712
|
-
"defaultValue": "--cdr-color-background-chip-default-active",
|
|
1713
|
-
"description": "Background color of a cdr-chip when active"
|
|
1714
|
-
},
|
|
1715
|
-
{
|
|
1716
|
-
"name": "--cdr-chip-box-shadow-color-active",
|
|
1717
|
-
"defaultValue": "--cdr-color-border-chip-default-active",
|
|
1718
|
-
"description": "Box-shadow color of a cdr-chip when active"
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"name": "--cdr-chip-background-color-selected-rest",
|
|
1722
|
-
"defaultValue": "--cdr-color-background-chip-default-selected",
|
|
1723
|
-
"description": "Background color of a cdr-chip when selected"
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"name": "--cdr-chip-box-shadow-color-selected-rest",
|
|
1727
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-rest",
|
|
1728
|
-
"description": "Box-shadow color of a cdr-chip when selected"
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"name": "--cdr-chip-background-color-selected-hover",
|
|
1732
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-hover",
|
|
1733
|
-
"description": "Background color of a cdr-chip when selected and hovered"
|
|
1734
|
-
},
|
|
1735
|
-
{
|
|
1736
|
-
"name": "--cdr-chip-box-shadow-color-selected-hover",
|
|
1737
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-hover",
|
|
1738
|
-
"description": "Box-shadow color of a cdr-chip when selected and hovered"
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
"name": "--cdr-chip-background-color-selected-focus",
|
|
1742
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-focus",
|
|
1743
|
-
"description": "Background color of a cdr-chip when selected and focused"
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1747
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1748
|
-
"description": "Box-shadow color of a cdr-chip when selected and focused"
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"name": "--cdr-chip-background-color-selected-active",
|
|
1752
|
-
"defaultValue": "--cdr-color-background-chip-default-selected-active",
|
|
1753
|
-
"description": "Background color of a cdr-chip when selected and active"
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
"name": "--cdr-chip-box-shadow-color-selected-focus",
|
|
1757
|
-
"defaultValue": "--cdr-color-border-chip-default-selected-focus",
|
|
1758
|
-
"description": "Box-shadow color of a cdr-chip when selected and active"
|
|
1759
|
-
}
|
|
1902
|
+
"./src/components/container/CdrContainer.vue"
|
|
1760
1903
|
]
|
|
1761
1904
|
},
|
|
1762
|
-
"
|
|
1763
|
-
"name": "
|
|
1764
|
-
"
|
|
1765
|
-
"displayName": "CdrChipGroup",
|
|
1766
|
-
"description": "",
|
|
1905
|
+
"CdrGrid": {
|
|
1906
|
+
"name": "CdrGrid",
|
|
1907
|
+
"description": "Simple wrapper for working with CSS grid",
|
|
1767
1908
|
"tags": {},
|
|
1909
|
+
"exportName": "default",
|
|
1910
|
+
"displayName": "CdrGrid",
|
|
1768
1911
|
"props": [
|
|
1769
1912
|
{
|
|
1770
|
-
"name": "
|
|
1771
|
-
"description": "
|
|
1913
|
+
"name": "gutter",
|
|
1914
|
+
"description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
|
|
1915
|
+
"tags": {
|
|
1916
|
+
"demoSelectMultiple": [
|
|
1917
|
+
{
|
|
1918
|
+
"description": "false",
|
|
1919
|
+
"title": "demoSelectMultiple"
|
|
1920
|
+
}
|
|
1921
|
+
]
|
|
1922
|
+
},
|
|
1923
|
+
"values": [
|
|
1924
|
+
"none",
|
|
1925
|
+
"small",
|
|
1926
|
+
"medium",
|
|
1927
|
+
"large"
|
|
1928
|
+
],
|
|
1772
1929
|
"type": {
|
|
1773
1930
|
"name": "string"
|
|
1774
1931
|
},
|
|
1775
|
-
"
|
|
1932
|
+
"defaultValue": {
|
|
1933
|
+
"func": false,
|
|
1934
|
+
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
1935
|
+
}
|
|
1776
1936
|
},
|
|
1777
1937
|
{
|
|
1778
|
-
"name": "
|
|
1779
|
-
"description": "
|
|
1938
|
+
"name": "tag",
|
|
1939
|
+
"description": "Sets the HTML tag for the grid element",
|
|
1780
1940
|
"type": {
|
|
1781
|
-
"name": "
|
|
1941
|
+
"name": "string"
|
|
1782
1942
|
},
|
|
1783
1943
|
"defaultValue": {
|
|
1784
1944
|
"func": false,
|
|
1785
|
-
"value":
|
|
1945
|
+
"value": "'div'"
|
|
1786
1946
|
}
|
|
1787
1947
|
}
|
|
1788
1948
|
],
|
|
1789
1949
|
"slots": [
|
|
1790
|
-
{
|
|
1791
|
-
"name": "label",
|
|
1792
|
-
"description": "Override CdrChip label content with a custom element"
|
|
1793
|
-
},
|
|
1794
1950
|
{
|
|
1795
1951
|
"name": "default",
|
|
1796
|
-
"description": "
|
|
1952
|
+
"description": "CdrGrid content (grid child elements)"
|
|
1797
1953
|
}
|
|
1798
1954
|
],
|
|
1799
1955
|
"sourceFiles": [
|
|
1800
|
-
"./src/components/
|
|
1956
|
+
"./src/components/grid/CdrGrid.vue"
|
|
1801
1957
|
]
|
|
1802
1958
|
},
|
|
1803
1959
|
"CdrFormGroup": {
|
|
@@ -1922,146 +2078,6 @@
|
|
|
1922
2078
|
}
|
|
1923
2079
|
]
|
|
1924
2080
|
},
|
|
1925
|
-
"CdrImg": {
|
|
1926
|
-
"name": "CdrImg",
|
|
1927
|
-
"description": "Media for capturing attention and communicating messages",
|
|
1928
|
-
"tags": {},
|
|
1929
|
-
"exportName": "default",
|
|
1930
|
-
"displayName": "CdrImg",
|
|
1931
|
-
"props": [
|
|
1932
|
-
{
|
|
1933
|
-
"name": "src",
|
|
1934
|
-
"description": "Image source url.",
|
|
1935
|
-
"type": {
|
|
1936
|
-
"name": "string"
|
|
1937
|
-
},
|
|
1938
|
-
"required": true
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"name": "alt",
|
|
1942
|
-
"description": "Image alt text. Defaults to an empty string",
|
|
1943
|
-
"type": {
|
|
1944
|
-
"name": "string"
|
|
1945
|
-
},
|
|
1946
|
-
"defaultValue": {
|
|
1947
|
-
"func": false,
|
|
1948
|
-
"value": "''"
|
|
1949
|
-
}
|
|
1950
|
-
},
|
|
1951
|
-
{
|
|
1952
|
-
"name": "ratio",
|
|
1953
|
-
"description": "Aspect ratio of the media container",
|
|
1954
|
-
"tags": {
|
|
1955
|
-
"demoSelectMultiple": [
|
|
1956
|
-
{
|
|
1957
|
-
"description": "false",
|
|
1958
|
-
"title": "demoSelectMultiple"
|
|
1959
|
-
}
|
|
1960
|
-
]
|
|
1961
|
-
},
|
|
1962
|
-
"values": [
|
|
1963
|
-
"auto",
|
|
1964
|
-
"square",
|
|
1965
|
-
"1-2",
|
|
1966
|
-
"2-3",
|
|
1967
|
-
"3-4",
|
|
1968
|
-
"9-16",
|
|
1969
|
-
"2-1",
|
|
1970
|
-
"3-2",
|
|
1971
|
-
"4-3",
|
|
1972
|
-
"16-9"
|
|
1973
|
-
],
|
|
1974
|
-
"type": {
|
|
1975
|
-
"name": "string"
|
|
1976
|
-
},
|
|
1977
|
-
"defaultValue": {
|
|
1978
|
-
"func": false,
|
|
1979
|
-
"value": "undefined"
|
|
1980
|
-
}
|
|
1981
|
-
},
|
|
1982
|
-
{
|
|
1983
|
-
"name": "crop",
|
|
1984
|
-
"description": "Requires a `ratio`. Area to crop the image overflow to. {left, center, right} {top, center, bottom}",
|
|
1985
|
-
"tags": {
|
|
1986
|
-
"demoSelectMultiple": [
|
|
1987
|
-
{
|
|
1988
|
-
"description": "false",
|
|
1989
|
-
"title": "demoSelectMultiple"
|
|
1990
|
-
}
|
|
1991
|
-
]
|
|
1992
|
-
},
|
|
1993
|
-
"values": [
|
|
1994
|
-
"left",
|
|
1995
|
-
"x-center",
|
|
1996
|
-
"right",
|
|
1997
|
-
"top",
|
|
1998
|
-
"y-center",
|
|
1999
|
-
"bottom"
|
|
2000
|
-
],
|
|
2001
|
-
"type": {
|
|
2002
|
-
"name": "string"
|
|
2003
|
-
}
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"name": "cover",
|
|
2007
|
-
"description": "Requires a `ratio`. Scale the image to be as large as possible to fill the area (background-position: cover;)",
|
|
2008
|
-
"type": {
|
|
2009
|
-
"name": "boolean"
|
|
2010
|
-
}
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
"name": "containerClass",
|
|
2014
|
-
"description": "Adds a custom class to the cdr-img__ratio container div",
|
|
2015
|
-
"type": {
|
|
2016
|
-
"name": "string"
|
|
2017
|
-
}
|
|
2018
|
-
},
|
|
2019
|
-
{
|
|
2020
|
-
"name": "radius",
|
|
2021
|
-
"description": "Sets a border radius to an element {square, top, right, bottom, left}",
|
|
2022
|
-
"tags": {
|
|
2023
|
-
"demoSelectMultiple": [
|
|
2024
|
-
{
|
|
2025
|
-
"description": "false",
|
|
2026
|
-
"title": "demoSelectMultiple"
|
|
2027
|
-
}
|
|
2028
|
-
]
|
|
2029
|
-
},
|
|
2030
|
-
"values": [
|
|
2031
|
-
"circle",
|
|
2032
|
-
"rounded"
|
|
2033
|
-
],
|
|
2034
|
-
"type": {
|
|
2035
|
-
"name": "string"
|
|
2036
|
-
}
|
|
2037
|
-
},
|
|
2038
|
-
{
|
|
2039
|
-
"name": "modifier",
|
|
2040
|
-
"description": "Modifies the style variant for this component.",
|
|
2041
|
-
"tags": {
|
|
2042
|
-
"demoSelectMultiple": [
|
|
2043
|
-
{
|
|
2044
|
-
"description": "false",
|
|
2045
|
-
"title": "demoSelectMultiple"
|
|
2046
|
-
}
|
|
2047
|
-
]
|
|
2048
|
-
},
|
|
2049
|
-
"values": [
|
|
2050
|
-
"responsive"
|
|
2051
|
-
],
|
|
2052
|
-
"type": {
|
|
2053
|
-
"name": "string"
|
|
2054
|
-
},
|
|
2055
|
-
"defaultValue": {
|
|
2056
|
-
"func": false,
|
|
2057
|
-
"value": "''"
|
|
2058
|
-
}
|
|
2059
|
-
}
|
|
2060
|
-
],
|
|
2061
|
-
"sourceFiles": [
|
|
2062
|
-
"./src/components/image/CdrImg.vue"
|
|
2063
|
-
]
|
|
2064
|
-
},
|
|
2065
2081
|
"CdrIcon": {
|
|
2066
2082
|
"name": "CdrIcon",
|
|
2067
2083
|
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
@@ -2121,27 +2137,52 @@
|
|
|
2121
2137
|
}
|
|
2122
2138
|
]
|
|
2123
2139
|
},
|
|
2124
|
-
"
|
|
2125
|
-
"name": "
|
|
2126
|
-
"description": "
|
|
2140
|
+
"CdrImg": {
|
|
2141
|
+
"name": "CdrImg",
|
|
2142
|
+
"description": "Media for capturing attention and communicating messages",
|
|
2127
2143
|
"tags": {},
|
|
2128
2144
|
"exportName": "default",
|
|
2129
|
-
"displayName": "
|
|
2145
|
+
"displayName": "CdrImg",
|
|
2130
2146
|
"props": [
|
|
2131
2147
|
{
|
|
2132
|
-
"name": "
|
|
2133
|
-
"description": "
|
|
2148
|
+
"name": "src",
|
|
2149
|
+
"description": "The image src",
|
|
2150
|
+
"required": true,
|
|
2151
|
+
"type": {
|
|
2152
|
+
"name": "string"
|
|
2153
|
+
}
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"name": "alt",
|
|
2157
|
+
"description": "The image alt. Defaults to empty string.",
|
|
2158
|
+
"required": false,
|
|
2134
2159
|
"type": {
|
|
2135
2160
|
"name": "string"
|
|
2136
2161
|
},
|
|
2137
2162
|
"defaultValue": {
|
|
2138
2163
|
"func": false,
|
|
2139
|
-
"value": "'
|
|
2164
|
+
"value": "''"
|
|
2140
2165
|
}
|
|
2141
2166
|
},
|
|
2142
2167
|
{
|
|
2143
|
-
"name": "
|
|
2144
|
-
"description": "
|
|
2168
|
+
"name": "srcset",
|
|
2169
|
+
"description": "Comma seperated list of image sources",
|
|
2170
|
+
"required": false,
|
|
2171
|
+
"type": {
|
|
2172
|
+
"name": "string"
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"name": "sizes",
|
|
2177
|
+
"description": "Comma seperated list of source sizes",
|
|
2178
|
+
"required": false,
|
|
2179
|
+
"type": {
|
|
2180
|
+
"name": "string"
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"name": "ratio",
|
|
2185
|
+
"description": "Aspect ratio of the image, passes to the CSS aspect-ratio property.",
|
|
2145
2186
|
"tags": {
|
|
2146
2187
|
"demoSelectMultiple": [
|
|
2147
2188
|
{
|
|
@@ -2150,27 +2191,154 @@
|
|
|
2150
2191
|
}
|
|
2151
2192
|
]
|
|
2152
2193
|
},
|
|
2153
|
-
"
|
|
2154
|
-
|
|
2155
|
-
"
|
|
2156
|
-
|
|
2194
|
+
"required": false,
|
|
2195
|
+
"type": {
|
|
2196
|
+
"name": "string"
|
|
2197
|
+
}
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"name": "position",
|
|
2201
|
+
"description": "Object position of the image, passes value to CSS object-position property.",
|
|
2202
|
+
"tags": {
|
|
2203
|
+
"demoTextField": [
|
|
2204
|
+
{
|
|
2205
|
+
"description": "true",
|
|
2206
|
+
"title": "demoTextField"
|
|
2207
|
+
}
|
|
2208
|
+
]
|
|
2209
|
+
},
|
|
2210
|
+
"required": false,
|
|
2157
2211
|
"type": {
|
|
2158
2212
|
"name": "string"
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"name": "fit",
|
|
2217
|
+
"description": "Object fit of the image, passes value to CSS object-fit property",
|
|
2218
|
+
"tags": {
|
|
2219
|
+
"demoTextField": [
|
|
2220
|
+
{
|
|
2221
|
+
"description": "true",
|
|
2222
|
+
"title": "demoTextField"
|
|
2223
|
+
}
|
|
2224
|
+
]
|
|
2159
2225
|
},
|
|
2160
|
-
"
|
|
2161
|
-
|
|
2162
|
-
"
|
|
2226
|
+
"required": false,
|
|
2227
|
+
"type": {
|
|
2228
|
+
"name": "string"
|
|
2229
|
+
}
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"name": "radius",
|
|
2233
|
+
"description": "Border radius of the image. Accepts shorthand for cedar radius tokens (\"soft\", \"softer\", \"round\") or a custom value which is passed ot the CSS border-radius property.",
|
|
2234
|
+
"tags": {
|
|
2235
|
+
"demoTextField": [
|
|
2236
|
+
{
|
|
2237
|
+
"description": "true",
|
|
2238
|
+
"title": "demoTextField"
|
|
2239
|
+
}
|
|
2240
|
+
]
|
|
2241
|
+
},
|
|
2242
|
+
"required": false,
|
|
2243
|
+
"type": {
|
|
2244
|
+
"name": "union",
|
|
2245
|
+
"elements": [
|
|
2246
|
+
{
|
|
2247
|
+
"name": "\"soft\""
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "\"softer\""
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"name": "\"round\""
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"name": "string"
|
|
2257
|
+
}
|
|
2258
|
+
]
|
|
2259
|
+
}
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"name": "loading",
|
|
2263
|
+
"description": "Value for loading attribute (\"lazy\", \"eager\", \"auto\")",
|
|
2264
|
+
"tags": {
|
|
2265
|
+
"demoIgnore": [
|
|
2266
|
+
{
|
|
2267
|
+
"description": true,
|
|
2268
|
+
"title": "demoIgnore"
|
|
2269
|
+
}
|
|
2270
|
+
]
|
|
2271
|
+
},
|
|
2272
|
+
"required": false,
|
|
2273
|
+
"type": {
|
|
2274
|
+
"name": "union",
|
|
2275
|
+
"elements": [
|
|
2276
|
+
{
|
|
2277
|
+
"name": "\"lazy\""
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"name": "\"eager\""
|
|
2281
|
+
}
|
|
2282
|
+
]
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"name": "decoding",
|
|
2287
|
+
"description": "value for decoding attribute ()",
|
|
2288
|
+
"tags": {
|
|
2289
|
+
"demoIgnore": [
|
|
2290
|
+
{
|
|
2291
|
+
"description": true,
|
|
2292
|
+
"title": "demoIgnore"
|
|
2293
|
+
}
|
|
2294
|
+
]
|
|
2295
|
+
},
|
|
2296
|
+
"required": false,
|
|
2297
|
+
"type": {
|
|
2298
|
+
"name": "union",
|
|
2299
|
+
"elements": [
|
|
2300
|
+
{
|
|
2301
|
+
"name": "\"async\""
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"name": "\"sync\""
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"name": "\"auto\""
|
|
2308
|
+
}
|
|
2309
|
+
]
|
|
2310
|
+
}
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"name": "fetchpriority",
|
|
2314
|
+
"description": "value for fetch priority attribute",
|
|
2315
|
+
"tags": {
|
|
2316
|
+
"demoIgnore": [
|
|
2317
|
+
{
|
|
2318
|
+
"description": true,
|
|
2319
|
+
"title": "demoIgnore"
|
|
2320
|
+
}
|
|
2321
|
+
]
|
|
2322
|
+
},
|
|
2323
|
+
"required": false,
|
|
2324
|
+
"type": {
|
|
2325
|
+
"name": "union",
|
|
2326
|
+
"elements": [
|
|
2327
|
+
{
|
|
2328
|
+
"name": "\"high\""
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"name": "\"low\""
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"name": "\"auto\""
|
|
2335
|
+
}
|
|
2336
|
+
]
|
|
2163
2337
|
}
|
|
2164
2338
|
}
|
|
2165
2339
|
],
|
|
2166
|
-
"slots": [
|
|
2167
|
-
{
|
|
2168
|
-
"name": "default",
|
|
2169
|
-
"description": "CdrContainer content"
|
|
2170
|
-
}
|
|
2171
|
-
],
|
|
2172
2340
|
"sourceFiles": [
|
|
2173
|
-
"./src/components/
|
|
2341
|
+
"./src/components/image/CdrImg.vue"
|
|
2174
2342
|
]
|
|
2175
2343
|
},
|
|
2176
2344
|
"CdrInput": {
|
|
@@ -2517,6 +2685,50 @@
|
|
|
2517
2685
|
}
|
|
2518
2686
|
]
|
|
2519
2687
|
},
|
|
2688
|
+
"CdrKicker": {
|
|
2689
|
+
"name": "CdrKicker",
|
|
2690
|
+
"exportName": "default",
|
|
2691
|
+
"displayName": "CdrKicker",
|
|
2692
|
+
"description": "",
|
|
2693
|
+
"tags": {},
|
|
2694
|
+
"slots": [
|
|
2695
|
+
{
|
|
2696
|
+
"name": "default"
|
|
2697
|
+
}
|
|
2698
|
+
],
|
|
2699
|
+
"sourceFiles": [
|
|
2700
|
+
"./src/components/kicker/CdrKicker.vue"
|
|
2701
|
+
]
|
|
2702
|
+
},
|
|
2703
|
+
"CdrHeadingSubheadingBlock": {
|
|
2704
|
+
"exportName": "default",
|
|
2705
|
+
"displayName": "CdrHeadingSubheadingBlock",
|
|
2706
|
+
"description": "",
|
|
2707
|
+
"tags": {},
|
|
2708
|
+
"props": [
|
|
2709
|
+
{
|
|
2710
|
+
"name": "headingTag",
|
|
2711
|
+
"type": {
|
|
2712
|
+
"name": "string"
|
|
2713
|
+
},
|
|
2714
|
+
"defaultValue": {
|
|
2715
|
+
"func": false,
|
|
2716
|
+
"value": "'h1'"
|
|
2717
|
+
}
|
|
2718
|
+
}
|
|
2719
|
+
],
|
|
2720
|
+
"slots": [
|
|
2721
|
+
{
|
|
2722
|
+
"name": "default"
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"name": "subheading"
|
|
2726
|
+
}
|
|
2727
|
+
],
|
|
2728
|
+
"sourceFiles": [
|
|
2729
|
+
"./src/components/lead/CdrHeadingSubheadingBlock.vue"
|
|
2730
|
+
]
|
|
2731
|
+
},
|
|
2520
2732
|
"CdrLabelStandalone": {
|
|
2521
2733
|
"name": "CdrLabelStandalone",
|
|
2522
2734
|
"exportName": "default",
|
|
@@ -2739,204 +2951,492 @@
|
|
|
2739
2951
|
}
|
|
2740
2952
|
]
|
|
2741
2953
|
},
|
|
2742
|
-
"
|
|
2743
|
-
"name": "
|
|
2744
|
-
"description": "
|
|
2954
|
+
"CdrLink": {
|
|
2955
|
+
"name": "CdrLink",
|
|
2956
|
+
"description": "Clickable text elements used for navigating to other pages or sections",
|
|
2745
2957
|
"tags": {},
|
|
2746
2958
|
"exportName": "default",
|
|
2747
|
-
"displayName": "
|
|
2959
|
+
"displayName": "CdrLink",
|
|
2960
|
+
"props": [
|
|
2961
|
+
{
|
|
2962
|
+
"name": "tag",
|
|
2963
|
+
"description": "Sets valid HTML element tag",
|
|
2964
|
+
"tags": {},
|
|
2965
|
+
"values": [
|
|
2966
|
+
"a",
|
|
2967
|
+
"button"
|
|
2968
|
+
],
|
|
2969
|
+
"type": {
|
|
2970
|
+
"name": "string"
|
|
2971
|
+
},
|
|
2972
|
+
"defaultValue": {
|
|
2973
|
+
"func": false,
|
|
2974
|
+
"value": "'a'"
|
|
2975
|
+
}
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"name": "href",
|
|
2979
|
+
"description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
|
|
2980
|
+
"type": {
|
|
2981
|
+
"name": "string"
|
|
2982
|
+
},
|
|
2983
|
+
"defaultValue": {
|
|
2984
|
+
"func": false,
|
|
2985
|
+
"value": "'#'"
|
|
2986
|
+
}
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"name": "inheritColor",
|
|
2990
|
+
"description": "Sets color and fill",
|
|
2991
|
+
"type": {
|
|
2992
|
+
"name": "boolean"
|
|
2993
|
+
},
|
|
2994
|
+
"defaultValue": {
|
|
2995
|
+
"func": false,
|
|
2996
|
+
"value": false
|
|
2997
|
+
}
|
|
2998
|
+
},
|
|
2999
|
+
{
|
|
3000
|
+
"name": "modifier",
|
|
3001
|
+
"description": "Modifies the style variant for this component.",
|
|
3002
|
+
"tags": {},
|
|
3003
|
+
"values": [
|
|
3004
|
+
"standalone"
|
|
3005
|
+
],
|
|
3006
|
+
"type": {
|
|
3007
|
+
"name": "string"
|
|
3008
|
+
},
|
|
3009
|
+
"defaultValue": {
|
|
3010
|
+
"func": false,
|
|
3011
|
+
"value": "''"
|
|
3012
|
+
}
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"name": "target",
|
|
3016
|
+
"tags": {
|
|
3017
|
+
"ignore": [
|
|
3018
|
+
{
|
|
3019
|
+
"description": true,
|
|
3020
|
+
"title": "ignore"
|
|
3021
|
+
}
|
|
3022
|
+
]
|
|
3023
|
+
},
|
|
3024
|
+
"type": {
|
|
3025
|
+
"name": "string"
|
|
3026
|
+
}
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"name": "rel",
|
|
3030
|
+
"tags": {
|
|
3031
|
+
"ignore": [
|
|
3032
|
+
{
|
|
3033
|
+
"description": true,
|
|
3034
|
+
"title": "ignore"
|
|
3035
|
+
}
|
|
3036
|
+
]
|
|
3037
|
+
},
|
|
3038
|
+
"type": {
|
|
3039
|
+
"name": "string"
|
|
3040
|
+
}
|
|
3041
|
+
}
|
|
3042
|
+
],
|
|
3043
|
+
"slots": [
|
|
3044
|
+
{
|
|
3045
|
+
"name": "default",
|
|
3046
|
+
"description": "Readable text of the link"
|
|
3047
|
+
}
|
|
3048
|
+
],
|
|
3049
|
+
"sourceFiles": [
|
|
3050
|
+
"./src/components/link/CdrLink.vue"
|
|
3051
|
+
],
|
|
3052
|
+
"UIProperties": [
|
|
3053
|
+
{
|
|
3054
|
+
"name": "--cdr-link-text-color",
|
|
3055
|
+
"defaultValue": "--cdr-color-text-link-rest",
|
|
3056
|
+
"description": "Color of the link text"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"name": "--cdr-link-fill-color",
|
|
3060
|
+
"defaultValue": "--cdr-color-text-link-rest",
|
|
3061
|
+
"description": "Color of the link fill"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"name": "--cdr-link-active-text-color-active",
|
|
3065
|
+
"defaultValue": "--cdr-color-text-link-active",
|
|
3066
|
+
"description": "Color of the link text when active or focused"
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"name": "--cdr-link-text-color-hover",
|
|
3070
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
3071
|
+
"description": "Color of the link text when hovered"
|
|
3072
|
+
}
|
|
3073
|
+
]
|
|
3074
|
+
},
|
|
3075
|
+
"CdrList": {
|
|
3076
|
+
"name": "CdrList",
|
|
3077
|
+
"description": "Groups related content items together either vertically or horizontally",
|
|
3078
|
+
"tags": {},
|
|
3079
|
+
"exportName": "default",
|
|
3080
|
+
"displayName": "CdrList",
|
|
3081
|
+
"props": [
|
|
3082
|
+
{
|
|
3083
|
+
"name": "tag",
|
|
3084
|
+
"description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
|
|
3085
|
+
"tags": {},
|
|
3086
|
+
"values": [
|
|
3087
|
+
"ul",
|
|
3088
|
+
"ol"
|
|
3089
|
+
],
|
|
3090
|
+
"type": {
|
|
3091
|
+
"name": "string"
|
|
3092
|
+
},
|
|
3093
|
+
"defaultValue": {
|
|
3094
|
+
"func": false,
|
|
3095
|
+
"value": "'ul'"
|
|
3096
|
+
}
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"name": "modifier",
|
|
3100
|
+
"description": "Modifies the style variant for this component",
|
|
3101
|
+
"tags": {
|
|
3102
|
+
"demoSelectMultiple": [
|
|
3103
|
+
{
|
|
3104
|
+
"description": "true",
|
|
3105
|
+
"title": "demoSelectMultiple"
|
|
3106
|
+
}
|
|
3107
|
+
]
|
|
3108
|
+
},
|
|
3109
|
+
"values": [
|
|
3110
|
+
"ordered",
|
|
3111
|
+
"unordered",
|
|
3112
|
+
"compact",
|
|
3113
|
+
"inline"
|
|
3114
|
+
],
|
|
3115
|
+
"type": {
|
|
3116
|
+
"name": "string"
|
|
3117
|
+
},
|
|
3118
|
+
"defaultValue": {
|
|
3119
|
+
"func": false,
|
|
3120
|
+
"value": "''"
|
|
3121
|
+
}
|
|
3122
|
+
}
|
|
3123
|
+
],
|
|
3124
|
+
"slots": [
|
|
3125
|
+
{
|
|
3126
|
+
"name": "default",
|
|
3127
|
+
"description": "CdrList content (list-items)"
|
|
3128
|
+
}
|
|
3129
|
+
],
|
|
3130
|
+
"sourceFiles": [
|
|
3131
|
+
"./src/components/list/CdrList.vue"
|
|
3132
|
+
],
|
|
3133
|
+
"UIProperties": [
|
|
3134
|
+
{
|
|
3135
|
+
"name": "--cdr-list-inline-text-color",
|
|
3136
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
3137
|
+
"description": "Color of the unordered inline list item prefix"
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
"name": "--cdr-list-ordered-nested-prefix-color",
|
|
3141
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
3142
|
+
"description": "Color of the nested ordered cdr-list item prefix"
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"name": "--cdr-list-unordered-prefix-color",
|
|
3146
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
3147
|
+
"description": "Color of the unordered cdr-list item prefix"
|
|
3148
|
+
},
|
|
3149
|
+
{
|
|
3150
|
+
"name": "--cdr-list-unordered-nested-prefix-color",
|
|
3151
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
3152
|
+
"description": "Color of the nested unordered cdr-list item prefix"
|
|
3153
|
+
}
|
|
3154
|
+
]
|
|
3155
|
+
},
|
|
3156
|
+
"CdrLead": {
|
|
3157
|
+
"name": "CdrLead",
|
|
3158
|
+
"description": "Static presentation used for page leads",
|
|
3159
|
+
"tags": {},
|
|
3160
|
+
"exportName": "default",
|
|
3161
|
+
"displayName": "CdrLead",
|
|
2748
3162
|
"props": [
|
|
2749
3163
|
{
|
|
2750
|
-
"name": "
|
|
2751
|
-
"description": "
|
|
2752
|
-
"
|
|
2753
|
-
"
|
|
2754
|
-
{
|
|
2755
|
-
"description": "false",
|
|
2756
|
-
"title": "demoSelectMultiple"
|
|
2757
|
-
}
|
|
2758
|
-
]
|
|
3164
|
+
"name": "imgSrc",
|
|
3165
|
+
"description": "Sets the lead's image source",
|
|
3166
|
+
"type": {
|
|
3167
|
+
"name": "string"
|
|
2759
3168
|
},
|
|
2760
|
-
"
|
|
2761
|
-
"
|
|
2762
|
-
"
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
3169
|
+
"defaultValue": {
|
|
3170
|
+
"func": false,
|
|
3171
|
+
"value": "undefined"
|
|
3172
|
+
}
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"name": "imgAlt",
|
|
3176
|
+
"description": "Sets the lead's image alt",
|
|
2766
3177
|
"type": {
|
|
2767
3178
|
"name": "string"
|
|
2768
3179
|
},
|
|
2769
3180
|
"defaultValue": {
|
|
2770
3181
|
"func": false,
|
|
2771
|
-
"value": "'
|
|
3182
|
+
"value": "''"
|
|
2772
3183
|
}
|
|
2773
3184
|
},
|
|
2774
3185
|
{
|
|
2775
|
-
"name": "
|
|
2776
|
-
"description": "Sets the
|
|
3186
|
+
"name": "heading",
|
|
3187
|
+
"description": "Sets the lead's heading",
|
|
2777
3188
|
"type": {
|
|
2778
3189
|
"name": "string"
|
|
2779
3190
|
},
|
|
2780
3191
|
"defaultValue": {
|
|
2781
3192
|
"func": false,
|
|
2782
|
-
"value": "
|
|
3193
|
+
"value": "undefined"
|
|
3194
|
+
}
|
|
3195
|
+
},
|
|
3196
|
+
{
|
|
3197
|
+
"name": "subheading",
|
|
3198
|
+
"description": "Sets the lead's subheading",
|
|
3199
|
+
"type": {
|
|
3200
|
+
"name": "string"
|
|
3201
|
+
},
|
|
3202
|
+
"defaultValue": {
|
|
3203
|
+
"func": false,
|
|
3204
|
+
"value": "undefined"
|
|
2783
3205
|
}
|
|
2784
3206
|
}
|
|
2785
3207
|
],
|
|
2786
3208
|
"slots": [
|
|
2787
3209
|
{
|
|
2788
|
-
"name": "
|
|
2789
|
-
"description": "
|
|
3210
|
+
"name": "content",
|
|
3211
|
+
"description": "Override content section"
|
|
2790
3212
|
}
|
|
2791
3213
|
],
|
|
2792
3214
|
"sourceFiles": [
|
|
2793
|
-
"./src/components/
|
|
3215
|
+
"./src/components/lead/CdrLead.vue"
|
|
3216
|
+
],
|
|
3217
|
+
"UIProperties": [
|
|
3218
|
+
{
|
|
3219
|
+
"name": "--cdr-lead-base-background-color",
|
|
3220
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
3221
|
+
"description": "Lead background color"
|
|
3222
|
+
}
|
|
2794
3223
|
]
|
|
2795
3224
|
},
|
|
2796
|
-
"
|
|
2797
|
-
"name": "
|
|
2798
|
-
"description": "
|
|
3225
|
+
"CdrPagination": {
|
|
3226
|
+
"name": "CdrPagination",
|
|
3227
|
+
"description": "Allows people to navigate to the next or previous page within an experience",
|
|
2799
3228
|
"tags": {},
|
|
2800
3229
|
"exportName": "default",
|
|
2801
|
-
"displayName": "
|
|
3230
|
+
"displayName": "CdrPagination",
|
|
2802
3231
|
"props": [
|
|
2803
3232
|
{
|
|
2804
|
-
"name": "
|
|
2805
|
-
"description": "
|
|
2806
|
-
"tags": {
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
3233
|
+
"name": "id",
|
|
3234
|
+
"description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
|
|
3235
|
+
"tags": {
|
|
3236
|
+
"demoIgnore": [
|
|
3237
|
+
{
|
|
3238
|
+
"description": "true",
|
|
3239
|
+
"title": "demoIgnore"
|
|
3240
|
+
}
|
|
3241
|
+
]
|
|
3242
|
+
},
|
|
2811
3243
|
"type": {
|
|
2812
3244
|
"name": "string"
|
|
2813
|
-
},
|
|
2814
|
-
"defaultValue": {
|
|
2815
|
-
"func": false,
|
|
2816
|
-
"value": "'a'"
|
|
2817
3245
|
}
|
|
2818
3246
|
},
|
|
2819
3247
|
{
|
|
2820
|
-
"name": "
|
|
2821
|
-
"description": "Sets
|
|
3248
|
+
"name": "totalPages",
|
|
3249
|
+
"description": "Sets the total number of pages for displaying \"Page x of <totalPages>\".\nSometimes the total number of pages is different than total page data objects in the pages array.\nFor example, if only the next and previous pages are provided.",
|
|
2822
3250
|
"type": {
|
|
2823
|
-
"name": "
|
|
3251
|
+
"name": "number"
|
|
2824
3252
|
},
|
|
2825
3253
|
"defaultValue": {
|
|
2826
3254
|
"func": false,
|
|
2827
|
-
"value": "
|
|
3255
|
+
"value": "null"
|
|
2828
3256
|
}
|
|
2829
3257
|
},
|
|
2830
3258
|
{
|
|
2831
|
-
"name": "
|
|
2832
|
-
"description": "
|
|
3259
|
+
"name": "pages",
|
|
3260
|
+
"description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
|
|
2833
3261
|
"type": {
|
|
2834
|
-
"name": "
|
|
3262
|
+
"name": "paginationItem[]"
|
|
2835
3263
|
},
|
|
2836
|
-
"
|
|
2837
|
-
"func": false,
|
|
2838
|
-
"value": false
|
|
2839
|
-
}
|
|
3264
|
+
"required": true
|
|
2840
3265
|
},
|
|
2841
3266
|
{
|
|
2842
|
-
"name": "
|
|
2843
|
-
"description": "
|
|
3267
|
+
"name": "linkTag",
|
|
3268
|
+
"description": "Sets which tag type is used to render pagination elements",
|
|
2844
3269
|
"tags": {},
|
|
2845
3270
|
"values": [
|
|
2846
|
-
"
|
|
3271
|
+
"a",
|
|
3272
|
+
"button"
|
|
2847
3273
|
],
|
|
2848
3274
|
"type": {
|
|
2849
3275
|
"name": "string"
|
|
2850
3276
|
},
|
|
2851
3277
|
"defaultValue": {
|
|
2852
3278
|
"func": false,
|
|
2853
|
-
"value": "''"
|
|
3279
|
+
"value": "'a'"
|
|
2854
3280
|
}
|
|
2855
3281
|
},
|
|
2856
3282
|
{
|
|
2857
|
-
"name": "
|
|
2858
|
-
"
|
|
2859
|
-
"ignore": [
|
|
2860
|
-
{
|
|
2861
|
-
"description": true,
|
|
2862
|
-
"title": "ignore"
|
|
2863
|
-
}
|
|
2864
|
-
]
|
|
2865
|
-
},
|
|
3283
|
+
"name": "forLabel",
|
|
3284
|
+
"description": "Used to customize the aria-label for the root pagination element.\nFor page-level pagination (i.e, pagination that updates the entire page content and changes the URL)\nthis property should be omitted.\nFor intra-page navigation this property should describe the element being paginated, for example:\n`Pagination for sub-content`",
|
|
2866
3285
|
"type": {
|
|
2867
3286
|
"name": "string"
|
|
3287
|
+
},
|
|
3288
|
+
"defaultValue": {
|
|
3289
|
+
"func": false,
|
|
3290
|
+
"value": "''"
|
|
2868
3291
|
}
|
|
2869
3292
|
},
|
|
2870
3293
|
{
|
|
2871
|
-
"name": "
|
|
3294
|
+
"name": "modelValue",
|
|
2872
3295
|
"tags": {
|
|
2873
3296
|
"ignore": [
|
|
2874
3297
|
{
|
|
2875
|
-
"description":
|
|
3298
|
+
"description": "used for binding v-model, represents the current page",
|
|
2876
3299
|
"title": "ignore"
|
|
2877
3300
|
}
|
|
2878
3301
|
]
|
|
2879
3302
|
},
|
|
2880
3303
|
"type": {
|
|
2881
|
-
"name": "
|
|
3304
|
+
"name": "number"
|
|
2882
3305
|
}
|
|
2883
3306
|
}
|
|
2884
3307
|
],
|
|
2885
|
-
"
|
|
3308
|
+
"events": [
|
|
2886
3309
|
{
|
|
2887
|
-
"name": "
|
|
2888
|
-
"description": "
|
|
3310
|
+
"name": "update:modelValue",
|
|
3311
|
+
"description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
|
|
3312
|
+
"properties": [
|
|
3313
|
+
{
|
|
3314
|
+
"type": {
|
|
3315
|
+
"names": [
|
|
3316
|
+
"mixed"
|
|
3317
|
+
]
|
|
3318
|
+
},
|
|
3319
|
+
"name": "modelValue"
|
|
3320
|
+
}
|
|
3321
|
+
],
|
|
3322
|
+
"tags": [
|
|
3323
|
+
{
|
|
3324
|
+
"title": "param",
|
|
3325
|
+
"type": {
|
|
3326
|
+
"name": "mixed"
|
|
3327
|
+
},
|
|
3328
|
+
"name": "modelValue"
|
|
3329
|
+
}
|
|
3330
|
+
]
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"name": "navigate",
|
|
3334
|
+
"description": "$emit event fired when page changes based on user interaction by clicking a link\nor selecting an option from the select on mobile.\n`event.preventDefault()` can be used to override the default link navigation behavior."
|
|
2889
3335
|
}
|
|
2890
3336
|
],
|
|
2891
3337
|
"sourceFiles": [
|
|
2892
|
-
"./src/components/
|
|
3338
|
+
"./src/components/pagination/CdrPagination.vue"
|
|
2893
3339
|
],
|
|
2894
3340
|
"UIProperties": [
|
|
2895
3341
|
{
|
|
2896
|
-
"name": "--cdr-link-text-color",
|
|
2897
|
-
"defaultValue": "--cdr-color-text-
|
|
2898
|
-
"description": "
|
|
3342
|
+
"name": "--cdr-pagination-link-text-color",
|
|
3343
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3344
|
+
"description": "Text color of a cdr-pagination link"
|
|
2899
3345
|
},
|
|
2900
3346
|
{
|
|
2901
|
-
"name": "--cdr-link-fill-color",
|
|
2902
|
-
"defaultValue": "--cdr-color-text-
|
|
2903
|
-
"description": "
|
|
3347
|
+
"name": "--cdr-pagination-link-fill-color",
|
|
3348
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3349
|
+
"description": "Fill color of a cdr-pagination link"
|
|
2904
3350
|
},
|
|
2905
3351
|
{
|
|
2906
|
-
"name": "--cdr-link-
|
|
2907
|
-
"defaultValue": "--cdr-color-
|
|
2908
|
-
"description": "
|
|
3352
|
+
"name": "--cdr-pagination-link-background-color-interaction",
|
|
3353
|
+
"defaultValue": "--cdr-color-background-pagination-hover",
|
|
3354
|
+
"description": "Background color of a cdr-pagination link on hover/focus/active"
|
|
2909
3355
|
},
|
|
2910
3356
|
{
|
|
2911
|
-
"name": "--cdr-link-
|
|
2912
|
-
"defaultValue": "--cdr-color-
|
|
2913
|
-
"description": "
|
|
3357
|
+
"name": "--cdr-pagination-link-current-background-color-keyline",
|
|
3358
|
+
"defaultValue": "--cdr-color-background-pagination-keyline",
|
|
3359
|
+
"description": "Background color of the keyline for the current cdr-pagination link"
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"name": "--cdr-pagination-link-text-color-disabled",
|
|
3363
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3364
|
+
"description": "Text color of a disabled cdr-pagination link"
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"name": "--cdr-pagination-link-fill-color-disabled",
|
|
3368
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3369
|
+
"description": "Fill color of a disabled cdr-pagination link"
|
|
3370
|
+
},
|
|
3371
|
+
{
|
|
3372
|
+
"name": "--cdr-pagination-link-text-color-interactive-disabled",
|
|
3373
|
+
"defaultValue": "--cdr-color-text-disabled",
|
|
3374
|
+
"description": "Text color of a disabled cdr-pagination link on hover/focus/active"
|
|
2914
3375
|
}
|
|
2915
3376
|
]
|
|
2916
3377
|
},
|
|
2917
|
-
"
|
|
2918
|
-
"name": "
|
|
2919
|
-
"description": "
|
|
3378
|
+
"CdrModal": {
|
|
3379
|
+
"name": "CdrModal",
|
|
3380
|
+
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
2920
3381
|
"tags": {},
|
|
2921
3382
|
"exportName": "default",
|
|
2922
|
-
"displayName": "
|
|
3383
|
+
"displayName": "CdrModal",
|
|
2923
3384
|
"props": [
|
|
2924
3385
|
{
|
|
2925
|
-
"name": "
|
|
2926
|
-
"description": "
|
|
3386
|
+
"name": "opened",
|
|
3387
|
+
"description": "Toggles the state of the modal",
|
|
2927
3388
|
"tags": {
|
|
2928
|
-
"
|
|
3389
|
+
"demoIgnore": [
|
|
2929
3390
|
{
|
|
2930
|
-
"description": "
|
|
2931
|
-
"title": "
|
|
3391
|
+
"description": "true",
|
|
3392
|
+
"title": "demoIgnore"
|
|
2932
3393
|
}
|
|
2933
3394
|
]
|
|
2934
3395
|
},
|
|
2935
|
-
"
|
|
2936
|
-
"
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
3396
|
+
"type": {
|
|
3397
|
+
"name": "boolean"
|
|
3398
|
+
},
|
|
3399
|
+
"required": true
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"name": "label",
|
|
3403
|
+
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
3404
|
+
"type": {
|
|
3405
|
+
"name": "string"
|
|
3406
|
+
},
|
|
3407
|
+
"required": true
|
|
3408
|
+
},
|
|
3409
|
+
{
|
|
3410
|
+
"name": "showTitle",
|
|
3411
|
+
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
3412
|
+
"type": {
|
|
3413
|
+
"name": "boolean"
|
|
3414
|
+
},
|
|
3415
|
+
"required": false,
|
|
3416
|
+
"defaultValue": {
|
|
3417
|
+
"func": false,
|
|
3418
|
+
"value": true
|
|
3419
|
+
}
|
|
3420
|
+
},
|
|
3421
|
+
{
|
|
3422
|
+
"name": "ariaDescribedby",
|
|
3423
|
+
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
3424
|
+
"type": {
|
|
3425
|
+
"name": "string"
|
|
3426
|
+
},
|
|
3427
|
+
"required": false,
|
|
3428
|
+
"defaultValue": {
|
|
3429
|
+
"func": false,
|
|
3430
|
+
"value": "null"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"name": "role",
|
|
3435
|
+
"description": "Sets the `role` attribute on the modal content element",
|
|
3436
|
+
"tags": {},
|
|
3437
|
+
"values": [
|
|
3438
|
+
"dialog",
|
|
3439
|
+
"alertDialog"
|
|
2940
3440
|
],
|
|
2941
3441
|
"type": {
|
|
2942
3442
|
"name": "string"
|
|
@@ -2944,327 +3444,277 @@
|
|
|
2944
3444
|
"required": false,
|
|
2945
3445
|
"defaultValue": {
|
|
2946
3446
|
"func": false,
|
|
2947
|
-
"value": "'
|
|
3447
|
+
"value": "'dialog'"
|
|
2948
3448
|
}
|
|
2949
3449
|
},
|
|
2950
3450
|
{
|
|
2951
|
-
"name": "
|
|
2952
|
-
"description": "
|
|
3451
|
+
"name": "id",
|
|
3452
|
+
"description": "Sets unique `id` for modal",
|
|
2953
3453
|
"type": {
|
|
2954
|
-
"name": "
|
|
3454
|
+
"name": "string"
|
|
2955
3455
|
},
|
|
2956
3456
|
"required": false,
|
|
2957
3457
|
"defaultValue": {
|
|
2958
3458
|
"func": false,
|
|
2959
|
-
"value":
|
|
3459
|
+
"value": "null"
|
|
2960
3460
|
}
|
|
2961
3461
|
},
|
|
2962
3462
|
{
|
|
2963
|
-
"name": "
|
|
2964
|
-
"description": "
|
|
3463
|
+
"name": "overlayClass",
|
|
3464
|
+
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
2965
3465
|
"type": {
|
|
2966
3466
|
"name": "string"
|
|
2967
|
-
}
|
|
2968
|
-
"required": false
|
|
3467
|
+
}
|
|
2969
3468
|
},
|
|
2970
3469
|
{
|
|
2971
|
-
"name": "
|
|
2972
|
-
"description": "
|
|
3470
|
+
"name": "wrapperClass",
|
|
3471
|
+
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
2973
3472
|
"type": {
|
|
2974
3473
|
"name": "string"
|
|
2975
|
-
}
|
|
2976
|
-
"required": true
|
|
3474
|
+
}
|
|
2977
3475
|
},
|
|
2978
3476
|
{
|
|
2979
3477
|
"name": "contentClass",
|
|
2980
|
-
"description": "
|
|
3478
|
+
"description": "Adds custom class to the `cdr-modal__innerWrap` div",
|
|
2981
3479
|
"type": {
|
|
2982
3480
|
"name": "string"
|
|
2983
|
-
}
|
|
2984
|
-
"required": false
|
|
3481
|
+
}
|
|
2985
3482
|
},
|
|
2986
3483
|
{
|
|
2987
|
-
"name": "
|
|
2988
|
-
"description": "
|
|
2989
|
-
"tags": {
|
|
2990
|
-
"demoIgnore": [
|
|
2991
|
-
{
|
|
2992
|
-
"description": "true",
|
|
2993
|
-
"title": "demoIgnore"
|
|
2994
|
-
}
|
|
2995
|
-
]
|
|
2996
|
-
},
|
|
3484
|
+
"name": "animationDuration",
|
|
3485
|
+
"description": "Sets duration for modal's close animation",
|
|
2997
3486
|
"type": {
|
|
2998
|
-
"name": "
|
|
3487
|
+
"name": "number"
|
|
2999
3488
|
},
|
|
3000
|
-
"required": false,
|
|
3001
3489
|
"defaultValue": {
|
|
3002
3490
|
"func": false,
|
|
3003
|
-
"value":
|
|
3491
|
+
"value": "300"
|
|
3004
3492
|
}
|
|
3005
3493
|
}
|
|
3006
3494
|
],
|
|
3007
3495
|
"events": [
|
|
3008
3496
|
{
|
|
3009
|
-
"name": "
|
|
3010
|
-
"description": "Emits when popover is opened"
|
|
3011
|
-
},
|
|
3012
|
-
{
|
|
3013
|
-
"name": "closed",
|
|
3014
|
-
"description": "Emits when popover is closed"
|
|
3497
|
+
"name": "closed"
|
|
3015
3498
|
}
|
|
3016
3499
|
],
|
|
3017
3500
|
"slots": [
|
|
3018
3501
|
{
|
|
3019
|
-
"name": "
|
|
3020
|
-
"description": "
|
|
3502
|
+
"name": "modal",
|
|
3503
|
+
"description": "Use to override the entire CdrModal content container."
|
|
3021
3504
|
},
|
|
3022
3505
|
{
|
|
3023
3506
|
"name": "title",
|
|
3024
|
-
"description": "
|
|
3507
|
+
"description": "Use to override the default title"
|
|
3025
3508
|
},
|
|
3026
3509
|
{
|
|
3027
3510
|
"name": "default"
|
|
3028
|
-
},
|
|
3029
|
-
{
|
|
3030
|
-
"name": "icon"
|
|
3031
3511
|
}
|
|
3032
3512
|
],
|
|
3033
3513
|
"sourceFiles": [
|
|
3034
|
-
"./src/components/
|
|
3514
|
+
"./src/components/modal/CdrModal.vue"
|
|
3515
|
+
],
|
|
3516
|
+
"UIProperties": [
|
|
3517
|
+
{
|
|
3518
|
+
"name": "--cdr-modal-overlay-background-color",
|
|
3519
|
+
"defaultValue": "--cdr-color-background-modal-overlay",
|
|
3520
|
+
"description": "Background color of the modal overlay"
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
"name": "--cdr-modal-content-wrap-background-color",
|
|
3524
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
3525
|
+
"description": "Background color of the content wrap"
|
|
3526
|
+
}
|
|
3035
3527
|
]
|
|
3036
3528
|
},
|
|
3037
|
-
"
|
|
3038
|
-
"name": "
|
|
3039
|
-
"description": "
|
|
3529
|
+
"CdrPopup": {
|
|
3530
|
+
"name": "CdrPopup",
|
|
3531
|
+
"description": "An internal helper component used by Popover and Tooltip",
|
|
3040
3532
|
"tags": {},
|
|
3041
3533
|
"exportName": "default",
|
|
3042
|
-
"displayName": "
|
|
3534
|
+
"displayName": "CdrPopup",
|
|
3043
3535
|
"props": [
|
|
3044
3536
|
{
|
|
3045
|
-
"name": "
|
|
3046
|
-
"description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
|
|
3047
|
-
"tags": {},
|
|
3048
|
-
"values": [
|
|
3049
|
-
"ul",
|
|
3050
|
-
"ol"
|
|
3051
|
-
],
|
|
3537
|
+
"name": "opened",
|
|
3052
3538
|
"type": {
|
|
3053
|
-
"name": "
|
|
3539
|
+
"name": "boolean"
|
|
3054
3540
|
},
|
|
3055
3541
|
"defaultValue": {
|
|
3056
3542
|
"func": false,
|
|
3057
|
-
"value":
|
|
3543
|
+
"value": false
|
|
3058
3544
|
}
|
|
3059
3545
|
},
|
|
3060
3546
|
{
|
|
3061
|
-
"name": "
|
|
3062
|
-
"description": "Modifies the style variant for this component",
|
|
3063
|
-
"tags": {
|
|
3064
|
-
"demoSelectMultiple": [
|
|
3065
|
-
{
|
|
3066
|
-
"description": "true",
|
|
3067
|
-
"title": "demoSelectMultiple"
|
|
3068
|
-
}
|
|
3069
|
-
]
|
|
3070
|
-
},
|
|
3071
|
-
"values": [
|
|
3072
|
-
"ordered",
|
|
3073
|
-
"unordered",
|
|
3074
|
-
"compact",
|
|
3075
|
-
"inline"
|
|
3076
|
-
],
|
|
3547
|
+
"name": "position",
|
|
3077
3548
|
"type": {
|
|
3078
3549
|
"name": "string"
|
|
3079
3550
|
},
|
|
3551
|
+
"required": false,
|
|
3080
3552
|
"defaultValue": {
|
|
3081
3553
|
"func": false,
|
|
3082
|
-
"value": "''"
|
|
3554
|
+
"value": "'top'"
|
|
3555
|
+
}
|
|
3556
|
+
},
|
|
3557
|
+
{
|
|
3558
|
+
"name": "autoPosition",
|
|
3559
|
+
"type": {
|
|
3560
|
+
"name": "boolean"
|
|
3561
|
+
},
|
|
3562
|
+
"defaultValue": {
|
|
3563
|
+
"func": false,
|
|
3564
|
+
"value": true
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"name": "contentClass",
|
|
3569
|
+
"type": {
|
|
3570
|
+
"name": "string"
|
|
3083
3571
|
}
|
|
3084
3572
|
}
|
|
3085
3573
|
],
|
|
3574
|
+
"events": [
|
|
3575
|
+
{
|
|
3576
|
+
"name": "closed"
|
|
3577
|
+
}
|
|
3578
|
+
],
|
|
3086
3579
|
"slots": [
|
|
3087
3580
|
{
|
|
3088
|
-
"name": "default"
|
|
3089
|
-
"description": "CdrList content (list-items)"
|
|
3581
|
+
"name": "default"
|
|
3090
3582
|
}
|
|
3091
3583
|
],
|
|
3092
3584
|
"sourceFiles": [
|
|
3093
|
-
"./src/components/
|
|
3585
|
+
"./src/components/popup/CdrPopup.vue"
|
|
3094
3586
|
],
|
|
3095
3587
|
"UIProperties": [
|
|
3096
3588
|
{
|
|
3097
|
-
"name": "--cdr-
|
|
3098
|
-
"defaultValue": "--cdr-color-
|
|
3099
|
-
"description": "
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"name": "--cdr-list-ordered-nested-prefix-color",
|
|
3103
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
3104
|
-
"description": "Color of the nested ordered cdr-list item prefix"
|
|
3105
|
-
},
|
|
3106
|
-
{
|
|
3107
|
-
"name": "--cdr-list-unordered-prefix-color",
|
|
3108
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
3109
|
-
"description": "Color of the unordered cdr-list item prefix"
|
|
3589
|
+
"name": "--cdr-popup-content-background",
|
|
3590
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
3591
|
+
"description": "Background color of cdr-popup content"
|
|
3110
3592
|
},
|
|
3111
3593
|
{
|
|
3112
|
-
"name": "--cdr-
|
|
3113
|
-
"defaultValue": "--cdr-color-
|
|
3114
|
-
"description": "
|
|
3594
|
+
"name": "--cdr-popup-content-border-color",
|
|
3595
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
3596
|
+
"description": "Border color of cdr-popup content"
|
|
3115
3597
|
}
|
|
3116
3598
|
]
|
|
3117
3599
|
},
|
|
3118
|
-
"
|
|
3119
|
-
"name": "
|
|
3120
|
-
"description": "
|
|
3600
|
+
"CdrPopover": {
|
|
3601
|
+
"name": "CdrPopover",
|
|
3602
|
+
"description": "Small overlay used to display contextual information",
|
|
3121
3603
|
"tags": {},
|
|
3122
3604
|
"exportName": "default",
|
|
3123
|
-
"displayName": "
|
|
3605
|
+
"displayName": "CdrPopover",
|
|
3124
3606
|
"props": [
|
|
3125
3607
|
{
|
|
3126
|
-
"name": "
|
|
3127
|
-
"description": "
|
|
3608
|
+
"name": "position",
|
|
3609
|
+
"description": "Sets the position where the popover will render relative to the trigger element.",
|
|
3128
3610
|
"tags": {
|
|
3129
|
-
"
|
|
3611
|
+
"demoSelectMultiple": [
|
|
3130
3612
|
{
|
|
3131
|
-
"description": "
|
|
3132
|
-
"title": "
|
|
3613
|
+
"description": "false",
|
|
3614
|
+
"title": "demoSelectMultiple"
|
|
3133
3615
|
}
|
|
3134
3616
|
]
|
|
3135
3617
|
},
|
|
3136
|
-
"
|
|
3137
|
-
"
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
"name": "label",
|
|
3143
|
-
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
3618
|
+
"values": [
|
|
3619
|
+
"top",
|
|
3620
|
+
"bottom",
|
|
3621
|
+
"left",
|
|
3622
|
+
"right"
|
|
3623
|
+
],
|
|
3144
3624
|
"type": {
|
|
3145
3625
|
"name": "string"
|
|
3146
3626
|
},
|
|
3147
|
-
"required": true
|
|
3148
|
-
},
|
|
3149
|
-
{
|
|
3150
|
-
"name": "showTitle",
|
|
3151
|
-
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
3152
|
-
"type": {
|
|
3153
|
-
"name": "boolean"
|
|
3154
|
-
},
|
|
3155
3627
|
"required": false,
|
|
3156
3628
|
"defaultValue": {
|
|
3157
3629
|
"func": false,
|
|
3158
|
-
"value":
|
|
3630
|
+
"value": "'top'"
|
|
3159
3631
|
}
|
|
3160
3632
|
},
|
|
3161
3633
|
{
|
|
3162
|
-
"name": "
|
|
3163
|
-
"description": "
|
|
3634
|
+
"name": "autoPosition",
|
|
3635
|
+
"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`.",
|
|
3164
3636
|
"type": {
|
|
3165
|
-
"name": "
|
|
3637
|
+
"name": "boolean"
|
|
3166
3638
|
},
|
|
3167
3639
|
"required": false,
|
|
3168
3640
|
"defaultValue": {
|
|
3169
3641
|
"func": false,
|
|
3170
|
-
"value":
|
|
3642
|
+
"value": true
|
|
3171
3643
|
}
|
|
3172
3644
|
},
|
|
3173
3645
|
{
|
|
3174
|
-
"name": "
|
|
3175
|
-
"description": "Sets the
|
|
3176
|
-
"tags": {},
|
|
3177
|
-
"values": [
|
|
3178
|
-
"dialog",
|
|
3179
|
-
"alertDialog"
|
|
3180
|
-
],
|
|
3646
|
+
"name": "label",
|
|
3647
|
+
"description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
|
|
3181
3648
|
"type": {
|
|
3182
3649
|
"name": "string"
|
|
3183
3650
|
},
|
|
3184
|
-
"required": false
|
|
3185
|
-
"defaultValue": {
|
|
3186
|
-
"func": false,
|
|
3187
|
-
"value": "'dialog'"
|
|
3188
|
-
}
|
|
3651
|
+
"required": false
|
|
3189
3652
|
},
|
|
3190
3653
|
{
|
|
3191
3654
|
"name": "id",
|
|
3192
|
-
"description": "
|
|
3655
|
+
"description": "ID for the popover element, required for accessibility",
|
|
3193
3656
|
"type": {
|
|
3194
3657
|
"name": "string"
|
|
3195
3658
|
},
|
|
3196
|
-
"required":
|
|
3197
|
-
"defaultValue": {
|
|
3198
|
-
"func": false,
|
|
3199
|
-
"value": "null"
|
|
3200
|
-
}
|
|
3201
|
-
},
|
|
3202
|
-
{
|
|
3203
|
-
"name": "overlayClass",
|
|
3204
|
-
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
3205
|
-
"type": {
|
|
3206
|
-
"name": "string"
|
|
3207
|
-
}
|
|
3208
|
-
},
|
|
3209
|
-
{
|
|
3210
|
-
"name": "wrapperClass",
|
|
3211
|
-
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
3212
|
-
"type": {
|
|
3213
|
-
"name": "string"
|
|
3214
|
-
}
|
|
3659
|
+
"required": true
|
|
3215
3660
|
},
|
|
3216
3661
|
{
|
|
3217
3662
|
"name": "contentClass",
|
|
3218
|
-
"description": "
|
|
3663
|
+
"description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
|
|
3219
3664
|
"type": {
|
|
3220
3665
|
"name": "string"
|
|
3221
|
-
}
|
|
3666
|
+
},
|
|
3667
|
+
"required": false
|
|
3222
3668
|
},
|
|
3223
3669
|
{
|
|
3224
|
-
"name": "
|
|
3225
|
-
"description": "
|
|
3670
|
+
"name": "open",
|
|
3671
|
+
"description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
|
|
3672
|
+
"tags": {
|
|
3673
|
+
"demoIgnore": [
|
|
3674
|
+
{
|
|
3675
|
+
"description": "true",
|
|
3676
|
+
"title": "demoIgnore"
|
|
3677
|
+
}
|
|
3678
|
+
]
|
|
3679
|
+
},
|
|
3226
3680
|
"type": {
|
|
3227
|
-
"name": "
|
|
3681
|
+
"name": "boolean"
|
|
3228
3682
|
},
|
|
3683
|
+
"required": false,
|
|
3229
3684
|
"defaultValue": {
|
|
3230
3685
|
"func": false,
|
|
3231
|
-
"value":
|
|
3686
|
+
"value": false
|
|
3232
3687
|
}
|
|
3233
3688
|
}
|
|
3234
3689
|
],
|
|
3235
3690
|
"events": [
|
|
3691
|
+
{
|
|
3692
|
+
"name": "opened",
|
|
3693
|
+
"description": "Emits when popover is opened"
|
|
3694
|
+
},
|
|
3236
3695
|
{
|
|
3237
3696
|
"name": "closed",
|
|
3238
|
-
"description": "
|
|
3697
|
+
"description": "Emits when popover is closed"
|
|
3239
3698
|
}
|
|
3240
3699
|
],
|
|
3241
3700
|
"slots": [
|
|
3242
3701
|
{
|
|
3243
|
-
"name": "
|
|
3244
|
-
"description": "
|
|
3702
|
+
"name": "trigger",
|
|
3703
|
+
"description": " Slot for the element that triggers the popover."
|
|
3245
3704
|
},
|
|
3246
3705
|
{
|
|
3247
3706
|
"name": "title",
|
|
3248
|
-
"description": "
|
|
3707
|
+
"description": "Sets the title for the popover. Can also be set with `label` prop"
|
|
3249
3708
|
},
|
|
3250
3709
|
{
|
|
3251
3710
|
"name": "default"
|
|
3252
|
-
}
|
|
3253
|
-
],
|
|
3254
|
-
"sourceFiles": [
|
|
3255
|
-
"./src/components/modal/CdrModal.vue"
|
|
3256
|
-
],
|
|
3257
|
-
"UIProperties": [
|
|
3258
|
-
{
|
|
3259
|
-
"name": "--cdr-modal-overlay-background-color",
|
|
3260
|
-
"defaultValue": "--cdr-color-background-modal-overlay",
|
|
3261
|
-
"description": "Background color of the modal overlay"
|
|
3262
3711
|
},
|
|
3263
3712
|
{
|
|
3264
|
-
"name": "
|
|
3265
|
-
"defaultValue": "--cdr-color-background-primary",
|
|
3266
|
-
"description": "Background color of the content wrap"
|
|
3713
|
+
"name": "icon"
|
|
3267
3714
|
}
|
|
3715
|
+
],
|
|
3716
|
+
"sourceFiles": [
|
|
3717
|
+
"./src/components/popover/CdrPopover.vue"
|
|
3268
3718
|
]
|
|
3269
3719
|
},
|
|
3270
3720
|
"CdrRadio": {
|
|
@@ -3507,282 +3957,156 @@
|
|
|
3507
3957
|
}
|
|
3508
3958
|
]
|
|
3509
3959
|
},
|
|
3510
|
-
"
|
|
3511
|
-
"name": "
|
|
3512
|
-
"description": "
|
|
3960
|
+
"CdrPicture": {
|
|
3961
|
+
"name": "CdrPicture",
|
|
3962
|
+
"description": "Media for capturing attention and communicating messages while allowing for art-direction of the image",
|
|
3513
3963
|
"tags": {},
|
|
3514
3964
|
"exportName": "default",
|
|
3515
|
-
"displayName": "
|
|
3965
|
+
"displayName": "CdrPicture",
|
|
3516
3966
|
"props": [
|
|
3517
3967
|
{
|
|
3518
|
-
"name": "
|
|
3519
|
-
"description": "
|
|
3968
|
+
"name": "fetchpriority",
|
|
3969
|
+
"description": "value for fetch priority attribute",
|
|
3520
3970
|
"tags": {
|
|
3521
3971
|
"demoIgnore": [
|
|
3522
3972
|
{
|
|
3523
|
-
"description":
|
|
3973
|
+
"description": true,
|
|
3524
3974
|
"title": "demoIgnore"
|
|
3525
3975
|
}
|
|
3526
3976
|
]
|
|
3527
3977
|
},
|
|
3978
|
+
"required": false,
|
|
3528
3979
|
"type": {
|
|
3529
|
-
"name": "
|
|
3530
|
-
|
|
3531
|
-
},
|
|
3532
|
-
{
|
|
3533
|
-
"name": "totalPages",
|
|
3534
|
-
"description": "Sets the total number of pages for displaying \"Page x of <totalPages>\".\nSometimes the total number of pages is different than total page data objects in the pages array.\nFor example, if only the next and previous pages are provided.",
|
|
3535
|
-
"type": {
|
|
3536
|
-
"name": "number"
|
|
3537
|
-
},
|
|
3538
|
-
"defaultValue": {
|
|
3539
|
-
"func": false,
|
|
3540
|
-
"value": "null"
|
|
3541
|
-
}
|
|
3542
|
-
},
|
|
3543
|
-
{
|
|
3544
|
-
"name": "pages",
|
|
3545
|
-
"description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
|
|
3546
|
-
"type": {
|
|
3547
|
-
"name": "paginationItem[]"
|
|
3548
|
-
},
|
|
3549
|
-
"required": true
|
|
3550
|
-
},
|
|
3551
|
-
{
|
|
3552
|
-
"name": "linkTag",
|
|
3553
|
-
"description": "Sets which tag type is used to render pagination elements",
|
|
3554
|
-
"tags": {},
|
|
3555
|
-
"values": [
|
|
3556
|
-
"a",
|
|
3557
|
-
"button"
|
|
3558
|
-
],
|
|
3559
|
-
"type": {
|
|
3560
|
-
"name": "string"
|
|
3561
|
-
},
|
|
3562
|
-
"defaultValue": {
|
|
3563
|
-
"func": false,
|
|
3564
|
-
"value": "'a'"
|
|
3565
|
-
}
|
|
3566
|
-
},
|
|
3567
|
-
{
|
|
3568
|
-
"name": "forLabel",
|
|
3569
|
-
"description": "Used to customize the aria-label for the root pagination element.\nFor page-level pagination (i.e, pagination that updates the entire page content and changes the URL)\nthis property should be omitted.\nFor intra-page navigation this property should describe the element being paginated, for example:\n`Pagination for sub-content`",
|
|
3570
|
-
"type": {
|
|
3571
|
-
"name": "string"
|
|
3572
|
-
},
|
|
3573
|
-
"defaultValue": {
|
|
3574
|
-
"func": false,
|
|
3575
|
-
"value": "''"
|
|
3576
|
-
}
|
|
3577
|
-
},
|
|
3578
|
-
{
|
|
3579
|
-
"name": "modelValue",
|
|
3580
|
-
"tags": {
|
|
3581
|
-
"ignore": [
|
|
3980
|
+
"name": "union",
|
|
3981
|
+
"elements": [
|
|
3582
3982
|
{
|
|
3583
|
-
"
|
|
3584
|
-
"title": "ignore"
|
|
3585
|
-
}
|
|
3586
|
-
]
|
|
3587
|
-
},
|
|
3588
|
-
"type": {
|
|
3589
|
-
"name": "number"
|
|
3590
|
-
}
|
|
3591
|
-
}
|
|
3592
|
-
],
|
|
3593
|
-
"events": [
|
|
3594
|
-
{
|
|
3595
|
-
"name": "update:modelValue",
|
|
3596
|
-
"description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
|
|
3597
|
-
"properties": [
|
|
3598
|
-
{
|
|
3599
|
-
"type": {
|
|
3600
|
-
"names": [
|
|
3601
|
-
"mixed"
|
|
3602
|
-
]
|
|
3983
|
+
"name": "\"high\""
|
|
3603
3984
|
},
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
],
|
|
3607
|
-
"tags": [
|
|
3608
|
-
{
|
|
3609
|
-
"title": "param",
|
|
3610
|
-
"type": {
|
|
3611
|
-
"name": "mixed"
|
|
3985
|
+
{
|
|
3986
|
+
"name": "\"low\""
|
|
3612
3987
|
},
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
{
|
|
3618
|
-
"name": "navigate",
|
|
3619
|
-
"description": "$emit event fired when page changes based on user interaction by clicking a link\nor selecting an option from the select on mobile.\n`event.preventDefault()` can be used to override the default link navigation behavior."
|
|
3620
|
-
}
|
|
3621
|
-
],
|
|
3622
|
-
"sourceFiles": [
|
|
3623
|
-
"./src/components/pagination/CdrPagination.vue"
|
|
3624
|
-
],
|
|
3625
|
-
"UIProperties": [
|
|
3626
|
-
{
|
|
3627
|
-
"name": "--cdr-pagination-link-text-color",
|
|
3628
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3629
|
-
"description": "Text color of a cdr-pagination link"
|
|
3630
|
-
},
|
|
3631
|
-
{
|
|
3632
|
-
"name": "--cdr-pagination-link-fill-color",
|
|
3633
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
3634
|
-
"description": "Fill color of a cdr-pagination link"
|
|
3635
|
-
},
|
|
3636
|
-
{
|
|
3637
|
-
"name": "--cdr-pagination-link-background-color-interaction",
|
|
3638
|
-
"defaultValue": "--cdr-color-background-pagination-hover",
|
|
3639
|
-
"description": "Background color of a cdr-pagination link on hover/focus/active"
|
|
3640
|
-
},
|
|
3641
|
-
{
|
|
3642
|
-
"name": "--cdr-pagination-link-current-background-color-keyline",
|
|
3643
|
-
"defaultValue": "--cdr-color-background-pagination-keyline",
|
|
3644
|
-
"description": "Background color of the keyline for the current cdr-pagination link"
|
|
3645
|
-
},
|
|
3646
|
-
{
|
|
3647
|
-
"name": "--cdr-pagination-link-text-color-disabled",
|
|
3648
|
-
"defaultValue": "--cdr-color-text-disabled",
|
|
3649
|
-
"description": "Text color of a disabled cdr-pagination link"
|
|
3650
|
-
},
|
|
3651
|
-
{
|
|
3652
|
-
"name": "--cdr-pagination-link-fill-color-disabled",
|
|
3653
|
-
"defaultValue": "--cdr-color-text-disabled",
|
|
3654
|
-
"description": "Fill color of a disabled cdr-pagination link"
|
|
3655
|
-
},
|
|
3656
|
-
{
|
|
3657
|
-
"name": "--cdr-pagination-link-text-color-interactive-disabled",
|
|
3658
|
-
"defaultValue": "--cdr-color-text-disabled",
|
|
3659
|
-
"description": "Text color of a disabled cdr-pagination link on hover/focus/active"
|
|
3660
|
-
}
|
|
3661
|
-
]
|
|
3662
|
-
},
|
|
3663
|
-
"CdrPopup": {
|
|
3664
|
-
"name": "CdrPopup",
|
|
3665
|
-
"description": "An internal helper component used by Popover and Tooltip",
|
|
3666
|
-
"tags": {},
|
|
3667
|
-
"exportName": "default",
|
|
3668
|
-
"displayName": "CdrPopup",
|
|
3669
|
-
"props": [
|
|
3670
|
-
{
|
|
3671
|
-
"name": "opened",
|
|
3672
|
-
"type": {
|
|
3673
|
-
"name": "boolean"
|
|
3674
|
-
},
|
|
3675
|
-
"defaultValue": {
|
|
3676
|
-
"func": false,
|
|
3677
|
-
"value": false
|
|
3678
|
-
}
|
|
3679
|
-
},
|
|
3680
|
-
{
|
|
3681
|
-
"name": "position",
|
|
3682
|
-
"type": {
|
|
3683
|
-
"name": "string"
|
|
3684
|
-
},
|
|
3685
|
-
"required": false,
|
|
3686
|
-
"defaultValue": {
|
|
3687
|
-
"func": false,
|
|
3688
|
-
"value": "'top'"
|
|
3689
|
-
}
|
|
3690
|
-
},
|
|
3691
|
-
{
|
|
3692
|
-
"name": "autoPosition",
|
|
3693
|
-
"type": {
|
|
3694
|
-
"name": "boolean"
|
|
3695
|
-
},
|
|
3696
|
-
"defaultValue": {
|
|
3697
|
-
"func": false,
|
|
3698
|
-
"value": true
|
|
3699
|
-
}
|
|
3700
|
-
},
|
|
3701
|
-
{
|
|
3702
|
-
"name": "contentClass",
|
|
3703
|
-
"type": {
|
|
3704
|
-
"name": "string"
|
|
3988
|
+
{
|
|
3989
|
+
"name": "\"auto\""
|
|
3990
|
+
}
|
|
3991
|
+
]
|
|
3705
3992
|
}
|
|
3706
|
-
}
|
|
3707
|
-
],
|
|
3708
|
-
"events": [
|
|
3709
|
-
{
|
|
3710
|
-
"name": "closed"
|
|
3711
|
-
}
|
|
3712
|
-
],
|
|
3713
|
-
"slots": [
|
|
3714
|
-
{
|
|
3715
|
-
"name": "default"
|
|
3716
|
-
}
|
|
3717
|
-
],
|
|
3718
|
-
"sourceFiles": [
|
|
3719
|
-
"./src/components/popup/CdrPopup.vue"
|
|
3720
|
-
],
|
|
3721
|
-
"UIProperties": [
|
|
3722
|
-
{
|
|
3723
|
-
"name": "--cdr-popup-content-background",
|
|
3724
|
-
"defaultValue": "--cdr-color-background-primary",
|
|
3725
|
-
"description": "Background color of cdr-popup content"
|
|
3726
3993
|
},
|
|
3727
3994
|
{
|
|
3728
|
-
"name": "
|
|
3729
|
-
"
|
|
3730
|
-
"
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
"tags": {},
|
|
3738
|
-
"exportName": "default",
|
|
3739
|
-
"displayName": "CdrRating",
|
|
3740
|
-
"props": [
|
|
3741
|
-
{
|
|
3742
|
-
"name": "rating",
|
|
3743
|
-
"description": "Sets the rating values between 0 and 5.",
|
|
3744
|
-
"type": {
|
|
3745
|
-
"name": "string|number"
|
|
3995
|
+
"name": "decoding",
|
|
3996
|
+
"description": "value for decoding attribute ()",
|
|
3997
|
+
"tags": {
|
|
3998
|
+
"demoIgnore": [
|
|
3999
|
+
{
|
|
4000
|
+
"description": true,
|
|
4001
|
+
"title": "demoIgnore"
|
|
4002
|
+
}
|
|
4003
|
+
]
|
|
3746
4004
|
},
|
|
3747
|
-
"required":
|
|
3748
|
-
"
|
|
3749
|
-
"
|
|
3750
|
-
"
|
|
4005
|
+
"required": false,
|
|
4006
|
+
"type": {
|
|
4007
|
+
"name": "union",
|
|
4008
|
+
"elements": [
|
|
4009
|
+
{
|
|
4010
|
+
"name": "\"async\""
|
|
4011
|
+
},
|
|
4012
|
+
{
|
|
4013
|
+
"name": "\"sync\""
|
|
4014
|
+
},
|
|
4015
|
+
{
|
|
4016
|
+
"name": "\"auto\""
|
|
4017
|
+
}
|
|
4018
|
+
]
|
|
3751
4019
|
}
|
|
3752
4020
|
},
|
|
3753
4021
|
{
|
|
3754
|
-
"name": "
|
|
3755
|
-
"description": "
|
|
3756
|
-
"
|
|
3757
|
-
"
|
|
4022
|
+
"name": "loading",
|
|
4023
|
+
"description": "Value for loading attribute (\"lazy\", \"eager\", \"auto\")",
|
|
4024
|
+
"tags": {
|
|
4025
|
+
"demoIgnore": [
|
|
4026
|
+
{
|
|
4027
|
+
"description": true,
|
|
4028
|
+
"title": "demoIgnore"
|
|
4029
|
+
}
|
|
4030
|
+
]
|
|
3758
4031
|
},
|
|
3759
4032
|
"required": false,
|
|
3760
|
-
"
|
|
3761
|
-
"
|
|
3762
|
-
"
|
|
4033
|
+
"type": {
|
|
4034
|
+
"name": "union",
|
|
4035
|
+
"elements": [
|
|
4036
|
+
{
|
|
4037
|
+
"name": "\"lazy\""
|
|
4038
|
+
},
|
|
4039
|
+
{
|
|
4040
|
+
"name": "\"eager\""
|
|
4041
|
+
}
|
|
4042
|
+
]
|
|
3763
4043
|
}
|
|
3764
4044
|
},
|
|
3765
4045
|
{
|
|
3766
|
-
"name": "
|
|
3767
|
-
"description": "
|
|
4046
|
+
"name": "radius",
|
|
4047
|
+
"description": "Border radius of the image. Accepts shorthand for cedar radius tokens (\"soft\", \"softer\", \"round\") or a custom value which is passed ot the CSS border-radius property.",
|
|
4048
|
+
"tags": {
|
|
4049
|
+
"demoTextField": [
|
|
4050
|
+
{
|
|
4051
|
+
"description": "true",
|
|
4052
|
+
"title": "demoTextField"
|
|
4053
|
+
}
|
|
4054
|
+
]
|
|
4055
|
+
},
|
|
4056
|
+
"required": false,
|
|
3768
4057
|
"type": {
|
|
3769
|
-
"name": "
|
|
4058
|
+
"name": "union",
|
|
4059
|
+
"elements": [
|
|
4060
|
+
{
|
|
4061
|
+
"name": "\"soft\""
|
|
4062
|
+
},
|
|
4063
|
+
{
|
|
4064
|
+
"name": "\"softer\""
|
|
4065
|
+
},
|
|
4066
|
+
{
|
|
4067
|
+
"name": "\"round\""
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"name": "string"
|
|
4071
|
+
}
|
|
4072
|
+
]
|
|
4073
|
+
}
|
|
4074
|
+
},
|
|
4075
|
+
{
|
|
4076
|
+
"name": "fit",
|
|
4077
|
+
"description": "Object fit of the image, passes value to CSS object-fit property",
|
|
4078
|
+
"tags": {
|
|
4079
|
+
"demoTextField": [
|
|
4080
|
+
{
|
|
4081
|
+
"description": "true",
|
|
4082
|
+
"title": "demoTextField"
|
|
4083
|
+
}
|
|
4084
|
+
]
|
|
3770
4085
|
},
|
|
3771
|
-
"
|
|
3772
|
-
|
|
3773
|
-
"
|
|
4086
|
+
"required": false,
|
|
4087
|
+
"type": {
|
|
4088
|
+
"name": "string"
|
|
3774
4089
|
}
|
|
3775
4090
|
},
|
|
3776
4091
|
{
|
|
3777
|
-
"name": "
|
|
3778
|
-
"description": "
|
|
4092
|
+
"name": "position",
|
|
4093
|
+
"description": "Object position of the image, passes value to CSS object-position property.",
|
|
4094
|
+
"tags": {
|
|
4095
|
+
"demoTextField": [
|
|
4096
|
+
{
|
|
4097
|
+
"description": "true",
|
|
4098
|
+
"title": "demoTextField"
|
|
4099
|
+
}
|
|
4100
|
+
]
|
|
4101
|
+
},
|
|
4102
|
+
"required": false,
|
|
3779
4103
|
"type": {
|
|
3780
4104
|
"name": "string"
|
|
3781
4105
|
}
|
|
3782
4106
|
},
|
|
3783
4107
|
{
|
|
3784
|
-
"name": "
|
|
3785
|
-
"description": "
|
|
4108
|
+
"name": "ratio",
|
|
4109
|
+
"description": "Aspect ratio of the image, passes to the CSS aspect-ratio property.",
|
|
3786
4110
|
"tags": {
|
|
3787
4111
|
"demoSelectMultiple": [
|
|
3788
4112
|
{
|
|
@@ -3791,230 +4115,200 @@
|
|
|
3791
4115
|
}
|
|
3792
4116
|
]
|
|
3793
4117
|
},
|
|
3794
|
-
"
|
|
3795
|
-
"small",
|
|
3796
|
-
"medium",
|
|
3797
|
-
"large"
|
|
3798
|
-
],
|
|
4118
|
+
"required": false,
|
|
3799
4119
|
"type": {
|
|
3800
4120
|
"name": "string"
|
|
3801
|
-
},
|
|
3802
|
-
"defaultValue": {
|
|
3803
|
-
"func": false,
|
|
3804
|
-
"value": "'medium'"
|
|
3805
4121
|
}
|
|
3806
|
-
}
|
|
3807
|
-
],
|
|
3808
|
-
"sourceFiles": [
|
|
3809
|
-
"./src/components/rating/CdrRating.vue"
|
|
3810
|
-
],
|
|
3811
|
-
"UIProperties": [
|
|
3812
|
-
{
|
|
3813
|
-
"name": "--cdr-rating-count-hover-color",
|
|
3814
|
-
"defaultValue": "--cdr-color-text-rating-hover",
|
|
3815
|
-
"description": "Hover text color of cdr-rating count"
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"name": "--cdr-rating-text-rating-separator",
|
|
3819
|
-
"defaultValue": "--cdr-color-text-rating-separator",
|
|
3820
|
-
"description": "Color of the rating text separator"
|
|
3821
|
-
},
|
|
3822
|
-
{
|
|
3823
|
-
"name": "--cdr-rating-star-null-fill-color",
|
|
3824
|
-
"defaultValue": "#F9F8F6",
|
|
3825
|
-
"description": "Fill color of a null star"
|
|
3826
|
-
},
|
|
3827
|
-
{
|
|
3828
|
-
"name": "--cdr-rating-star-null-outline-color",
|
|
3829
|
-
"defaultValue": "#928B80",
|
|
3830
|
-
"description": "Outline color of a null star"
|
|
3831
|
-
},
|
|
3832
|
-
{
|
|
3833
|
-
"name": "--cdr-rating-star-partial-fill-color",
|
|
3834
|
-
"defaultValue": "#FFD280",
|
|
3835
|
-
"description": "Fill color of a partially filled star"
|
|
3836
4122
|
},
|
|
3837
4123
|
{
|
|
3838
|
-
"name": "
|
|
3839
|
-
"
|
|
3840
|
-
"
|
|
4124
|
+
"name": "sizes",
|
|
4125
|
+
"description": "Comma seperated list of source sizes",
|
|
4126
|
+
"required": false,
|
|
4127
|
+
"type": {
|
|
4128
|
+
"name": "string"
|
|
4129
|
+
}
|
|
3841
4130
|
},
|
|
3842
4131
|
{
|
|
3843
|
-
"name": "
|
|
3844
|
-
"
|
|
3845
|
-
"
|
|
4132
|
+
"name": "srcset",
|
|
4133
|
+
"description": "Comma seperated list of image sources",
|
|
4134
|
+
"required": false,
|
|
4135
|
+
"type": {
|
|
4136
|
+
"name": "string"
|
|
4137
|
+
}
|
|
3846
4138
|
},
|
|
3847
4139
|
{
|
|
3848
|
-
"name": "
|
|
3849
|
-
"
|
|
3850
|
-
"
|
|
4140
|
+
"name": "alt",
|
|
4141
|
+
"description": "The image alt. Defaults to empty string.",
|
|
4142
|
+
"required": false,
|
|
4143
|
+
"type": {
|
|
4144
|
+
"name": "string"
|
|
4145
|
+
},
|
|
4146
|
+
"defaultValue": {
|
|
4147
|
+
"func": false,
|
|
4148
|
+
"value": "''"
|
|
4149
|
+
}
|
|
3851
4150
|
},
|
|
3852
4151
|
{
|
|
3853
|
-
"name": "
|
|
3854
|
-
"
|
|
3855
|
-
"
|
|
4152
|
+
"name": "src",
|
|
4153
|
+
"description": "The image src",
|
|
4154
|
+
"required": true,
|
|
4155
|
+
"type": {
|
|
4156
|
+
"name": "string"
|
|
4157
|
+
}
|
|
3856
4158
|
},
|
|
3857
4159
|
{
|
|
3858
|
-
"name": "
|
|
3859
|
-
"
|
|
3860
|
-
"
|
|
4160
|
+
"name": "sources",
|
|
4161
|
+
"description": "An object containing 1..n child objects containing HTMLSourceElement attributes",
|
|
4162
|
+
"required": true,
|
|
4163
|
+
"type": {
|
|
4164
|
+
"name": "pictureSourceObject"
|
|
4165
|
+
}
|
|
3861
4166
|
}
|
|
4167
|
+
],
|
|
4168
|
+
"sourceFiles": [
|
|
4169
|
+
"./src/components/picture/CdrPicture.vue"
|
|
3862
4170
|
]
|
|
3863
4171
|
},
|
|
3864
|
-
"
|
|
3865
|
-
"name": "
|
|
3866
|
-
"description": "
|
|
4172
|
+
"CdrQuote": {
|
|
4173
|
+
"name": "CdrQuote",
|
|
4174
|
+
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
3867
4175
|
"tags": {},
|
|
3868
4176
|
"exportName": "default",
|
|
3869
|
-
"displayName": "
|
|
4177
|
+
"displayName": "CdrQuote",
|
|
3870
4178
|
"props": [
|
|
3871
4179
|
{
|
|
3872
|
-
"name": "
|
|
3873
|
-
"description": "
|
|
4180
|
+
"name": "tag",
|
|
4181
|
+
"description": "Sets the semantic HTML element for the quote.",
|
|
4182
|
+
"tags": {},
|
|
4183
|
+
"values": [
|
|
4184
|
+
"blockquote",
|
|
4185
|
+
"aside",
|
|
4186
|
+
"q",
|
|
4187
|
+
"div"
|
|
4188
|
+
],
|
|
3874
4189
|
"type": {
|
|
3875
|
-
"name": "
|
|
4190
|
+
"name": "string"
|
|
3876
4191
|
},
|
|
3877
4192
|
"defaultValue": {
|
|
3878
4193
|
"func": false,
|
|
3879
|
-
"value":
|
|
4194
|
+
"value": "'blockquote'"
|
|
3880
4195
|
}
|
|
3881
|
-
}
|
|
3882
|
-
],
|
|
3883
|
-
"slots": [
|
|
3884
|
-
{
|
|
3885
|
-
"name": "default",
|
|
3886
|
-
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
3887
|
-
}
|
|
3888
|
-
],
|
|
3889
|
-
"sourceFiles": [
|
|
3890
|
-
"./src/components/skeleton/CdrSkeleton.vue"
|
|
3891
|
-
],
|
|
3892
|
-
"UIProperties": [
|
|
3893
|
-
{
|
|
3894
|
-
"name": "--cdr-skeleton-bone-background-color",
|
|
3895
|
-
"defaultValue": "#edeae3",
|
|
3896
|
-
"description": "Skeleton bone background color"
|
|
3897
|
-
},
|
|
3898
|
-
{
|
|
3899
|
-
"name": "--cdr-skeleton-gradient-1",
|
|
3900
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
3901
|
-
"description": "Skeleton shimmer gradient part 1"
|
|
3902
|
-
},
|
|
3903
|
-
{
|
|
3904
|
-
"name": "--cdr-skeleton-gradient-2",
|
|
3905
|
-
"defaultValue": "rgba(249,248,240,1)",
|
|
3906
|
-
"description": "Skeleton shimmer gradient part 2"
|
|
3907
4196
|
},
|
|
3908
4197
|
{
|
|
3909
|
-
"name": "
|
|
3910
|
-
"
|
|
3911
|
-
"description": "Skeleton shimmer gradient part 3"
|
|
3912
|
-
}
|
|
3913
|
-
]
|
|
3914
|
-
},
|
|
3915
|
-
"CdrSkeletonBone": {
|
|
3916
|
-
"name": "CdrSkeletonBone",
|
|
3917
|
-
"exportName": "default",
|
|
3918
|
-
"displayName": "CdrSkeletonBone",
|
|
3919
|
-
"description": "",
|
|
3920
|
-
"tags": {},
|
|
3921
|
-
"props": [
|
|
3922
|
-
{
|
|
3923
|
-
"name": "type",
|
|
3924
|
-
"description": "Sets the type of content placeholder",
|
|
4198
|
+
"name": "modifier",
|
|
4199
|
+
"description": "Modifies the style variant for the quote",
|
|
3925
4200
|
"tags": {
|
|
3926
4201
|
"demoSelectMultiple": [
|
|
3927
4202
|
{
|
|
3928
|
-
"description": "
|
|
4203
|
+
"description": "true",
|
|
3929
4204
|
"title": "demoSelectMultiple"
|
|
3930
4205
|
}
|
|
3931
4206
|
]
|
|
3932
4207
|
},
|
|
3933
4208
|
"values": [
|
|
3934
|
-
"
|
|
3935
|
-
"heading",
|
|
3936
|
-
"line",
|
|
3937
|
-
"rectangle",
|
|
3938
|
-
"square"
|
|
4209
|
+
"pull"
|
|
3939
4210
|
],
|
|
3940
4211
|
"type": {
|
|
3941
4212
|
"name": "string"
|
|
3942
4213
|
},
|
|
3943
4214
|
"defaultValue": {
|
|
3944
4215
|
"func": false,
|
|
3945
|
-
"value": "'
|
|
4216
|
+
"value": "''"
|
|
4217
|
+
}
|
|
4218
|
+
},
|
|
4219
|
+
{
|
|
4220
|
+
"name": "summary",
|
|
4221
|
+
"description": "Sets the quote body text.",
|
|
4222
|
+
"type": {
|
|
4223
|
+
"name": "string"
|
|
4224
|
+
}
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
"name": "citation",
|
|
4228
|
+
"description": "Sets the quote attribution text.",
|
|
4229
|
+
"type": {
|
|
4230
|
+
"name": "string"
|
|
3946
4231
|
}
|
|
3947
4232
|
}
|
|
3948
4233
|
],
|
|
4234
|
+
"slots": [
|
|
4235
|
+
{
|
|
4236
|
+
"name": "default"
|
|
4237
|
+
}
|
|
4238
|
+
],
|
|
3949
4239
|
"sourceFiles": [
|
|
3950
|
-
"./src/components/
|
|
4240
|
+
"./src/components/quote/CdrQuote.vue"
|
|
4241
|
+
],
|
|
4242
|
+
"UIProperties": [
|
|
4243
|
+
{
|
|
4244
|
+
"name": "--cdr-quote-cite-text-color",
|
|
4245
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
4246
|
+
"description": "Text color of a cdr-quote citation"
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"name": "--cdr-quote-content-text-color",
|
|
4250
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4251
|
+
"description": "Text color of cdr-quote content"
|
|
4252
|
+
},
|
|
4253
|
+
{
|
|
4254
|
+
"name": "--cdr-quote-pull-container-border-color",
|
|
4255
|
+
"defaultValue": "--cdr-color-border-primary",
|
|
4256
|
+
"description": "Border color of a cdr-quote pull container"
|
|
4257
|
+
}
|
|
3951
4258
|
]
|
|
3952
4259
|
},
|
|
3953
|
-
"
|
|
3954
|
-
"name": "
|
|
3955
|
-
"description": "
|
|
4260
|
+
"CdrRating": {
|
|
4261
|
+
"name": "CdrRating",
|
|
4262
|
+
"description": "Provides insight into user opinions for products, experiences, and more",
|
|
3956
4263
|
"tags": {},
|
|
3957
4264
|
"exportName": "default",
|
|
3958
|
-
"displayName": "
|
|
4265
|
+
"displayName": "CdrRating",
|
|
3959
4266
|
"props": [
|
|
3960
4267
|
{
|
|
3961
|
-
"name": "
|
|
3962
|
-
"description": "Sets
|
|
3963
|
-
"type": {
|
|
3964
|
-
"name": "boolean"
|
|
3965
|
-
},
|
|
3966
|
-
"defaultValue": {
|
|
3967
|
-
"func": false,
|
|
3968
|
-
"value": false
|
|
3969
|
-
}
|
|
3970
|
-
},
|
|
3971
|
-
{
|
|
3972
|
-
"name": "border",
|
|
3973
|
-
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
4268
|
+
"name": "rating",
|
|
4269
|
+
"description": "Sets the rating values between 0 and 5.",
|
|
3974
4270
|
"type": {
|
|
3975
|
-
"name": "
|
|
4271
|
+
"name": "string|number"
|
|
3976
4272
|
},
|
|
4273
|
+
"required": true,
|
|
3977
4274
|
"defaultValue": {
|
|
3978
4275
|
"func": false,
|
|
3979
|
-
"value":
|
|
4276
|
+
"value": "0"
|
|
3980
4277
|
}
|
|
3981
4278
|
},
|
|
3982
4279
|
{
|
|
3983
|
-
"name": "
|
|
3984
|
-
"description": "Sets the
|
|
4280
|
+
"name": "count",
|
|
4281
|
+
"description": "Sets the total number of ratings",
|
|
3985
4282
|
"type": {
|
|
3986
|
-
"name": "
|
|
4283
|
+
"name": "string|number"
|
|
3987
4284
|
},
|
|
4285
|
+
"required": false,
|
|
3988
4286
|
"defaultValue": {
|
|
3989
4287
|
"func": false,
|
|
3990
|
-
"value":
|
|
4288
|
+
"value": "null"
|
|
3991
4289
|
}
|
|
3992
4290
|
},
|
|
3993
4291
|
{
|
|
3994
|
-
"name": "
|
|
3995
|
-
"description": "
|
|
4292
|
+
"name": "compact",
|
|
4293
|
+
"description": "Hides the word 'reviews' if true",
|
|
3996
4294
|
"type": {
|
|
3997
4295
|
"name": "boolean"
|
|
3998
4296
|
},
|
|
3999
4297
|
"defaultValue": {
|
|
4000
4298
|
"func": false,
|
|
4001
|
-
"value":
|
|
4299
|
+
"value": false
|
|
4002
4300
|
}
|
|
4003
4301
|
},
|
|
4004
4302
|
{
|
|
4005
|
-
"name": "
|
|
4006
|
-
"description": "
|
|
4303
|
+
"name": "href",
|
|
4304
|
+
"description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
|
|
4007
4305
|
"type": {
|
|
4008
|
-
"name": "
|
|
4009
|
-
},
|
|
4010
|
-
"defaultValue": {
|
|
4011
|
-
"func": false,
|
|
4012
|
-
"value": false
|
|
4306
|
+
"name": "string"
|
|
4013
4307
|
}
|
|
4014
4308
|
},
|
|
4015
4309
|
{
|
|
4016
4310
|
"name": "size",
|
|
4017
|
-
"description": "Sets the
|
|
4311
|
+
"description": "Sets the rating size.",
|
|
4018
4312
|
"tags": {
|
|
4019
4313
|
"demoSelectMultiple": [
|
|
4020
4314
|
{
|
|
@@ -4037,70 +4331,59 @@
|
|
|
4037
4331
|
}
|
|
4038
4332
|
}
|
|
4039
4333
|
],
|
|
4040
|
-
"slots": [
|
|
4041
|
-
{
|
|
4042
|
-
"name": "default",
|
|
4043
|
-
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4044
|
-
}
|
|
4045
|
-
],
|
|
4046
4334
|
"sourceFiles": [
|
|
4047
|
-
"./src/components/
|
|
4335
|
+
"./src/components/rating/CdrRating.vue"
|
|
4048
4336
|
],
|
|
4049
4337
|
"UIProperties": [
|
|
4050
4338
|
{
|
|
4051
|
-
"name": "--cdr-
|
|
4052
|
-
"defaultValue": "--cdr-color-text-
|
|
4053
|
-
"description": "
|
|
4054
|
-
},
|
|
4055
|
-
{
|
|
4056
|
-
"name": "--cdr-table-row-background-color",
|
|
4057
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4058
|
-
"description": "Background color of the table rows"
|
|
4339
|
+
"name": "--cdr-rating-count-hover-color",
|
|
4340
|
+
"defaultValue": "--cdr-color-text-rating-hover",
|
|
4341
|
+
"description": "Hover text color of cdr-rating count"
|
|
4059
4342
|
},
|
|
4060
4343
|
{
|
|
4061
|
-
"name": "--cdr-
|
|
4062
|
-
"defaultValue": "--cdr-color-
|
|
4063
|
-
"description": "
|
|
4344
|
+
"name": "--cdr-rating-text-rating-separator",
|
|
4345
|
+
"defaultValue": "--cdr-color-text-rating-separator",
|
|
4346
|
+
"description": "Color of the rating text separator"
|
|
4064
4347
|
},
|
|
4065
4348
|
{
|
|
4066
|
-
"name": "--cdr-
|
|
4067
|
-
"defaultValue": "
|
|
4068
|
-
"description": "
|
|
4349
|
+
"name": "--cdr-rating-star-null-fill-color",
|
|
4350
|
+
"defaultValue": "#F9F8F6",
|
|
4351
|
+
"description": "Fill color of a null star"
|
|
4069
4352
|
},
|
|
4070
4353
|
{
|
|
4071
|
-
"name": "--cdr-
|
|
4072
|
-
"defaultValue": "
|
|
4073
|
-
"description": "
|
|
4354
|
+
"name": "--cdr-rating-star-null-outline-color",
|
|
4355
|
+
"defaultValue": "#928B80",
|
|
4356
|
+
"description": "Outline color of a null star"
|
|
4074
4357
|
},
|
|
4075
4358
|
{
|
|
4076
|
-
"name": "--cdr-
|
|
4077
|
-
"defaultValue": "
|
|
4078
|
-
"description": "
|
|
4359
|
+
"name": "--cdr-rating-star-partial-fill-color",
|
|
4360
|
+
"defaultValue": "#FFD280",
|
|
4361
|
+
"description": "Fill color of a partially filled star"
|
|
4079
4362
|
},
|
|
4080
4363
|
{
|
|
4081
|
-
"name": "--cdr-
|
|
4082
|
-
"defaultValue": "
|
|
4083
|
-
"description": "
|
|
4364
|
+
"name": "--cdr-rating-star-partial-stroke-color",
|
|
4365
|
+
"defaultValue": "#BD7B2D",
|
|
4366
|
+
"description": "Stroke color of a partially filled star"
|
|
4084
4367
|
},
|
|
4085
4368
|
{
|
|
4086
|
-
"name": "--cdr-
|
|
4087
|
-
"defaultValue": "
|
|
4088
|
-
"description": "
|
|
4369
|
+
"name": "--cdr-rating-star-filled-fill-color",
|
|
4370
|
+
"defaultValue": "#FFD280",
|
|
4371
|
+
"description": "Fill color of a filled star"
|
|
4089
4372
|
},
|
|
4090
4373
|
{
|
|
4091
|
-
"name": "--cdr-
|
|
4092
|
-
"defaultValue": "
|
|
4093
|
-
"description": "
|
|
4374
|
+
"name": "--cdr-rating-star-filled-stroke-color",
|
|
4375
|
+
"defaultValue": "#BD7B2D",
|
|
4376
|
+
"description": "Stroke color of a filled star"
|
|
4094
4377
|
},
|
|
4095
4378
|
{
|
|
4096
|
-
"name": "--cdr-
|
|
4097
|
-
"defaultValue": "
|
|
4098
|
-
"description": "
|
|
4379
|
+
"name": "--cdr-rating-star-empty-fill-color",
|
|
4380
|
+
"defaultValue": "#F9F8F6",
|
|
4381
|
+
"description": "Fill color of an empty star"
|
|
4099
4382
|
},
|
|
4100
4383
|
{
|
|
4101
|
-
"name": "--cdr-
|
|
4102
|
-
"defaultValue": "
|
|
4103
|
-
"description": "
|
|
4384
|
+
"name": "--cdr-rating-star-empty-stroke-color",
|
|
4385
|
+
"defaultValue": "#BD7B2D",
|
|
4386
|
+
"description": "Stroke color of an empty star"
|
|
4104
4387
|
}
|
|
4105
4388
|
]
|
|
4106
4389
|
},
|
|
@@ -4397,90 +4680,54 @@
|
|
|
4397
4680
|
}
|
|
4398
4681
|
]
|
|
4399
4682
|
},
|
|
4400
|
-
"
|
|
4401
|
-
"name": "
|
|
4402
|
-
"
|
|
4403
|
-
"displayName": "CdrTabPanel",
|
|
4404
|
-
"description": "",
|
|
4683
|
+
"CdrSkeleton": {
|
|
4684
|
+
"name": "CdrSkeleton",
|
|
4685
|
+
"description": "Visually communicates content is in the process of loading",
|
|
4405
4686
|
"tags": {},
|
|
4687
|
+
"exportName": "default",
|
|
4688
|
+
"displayName": "CdrSkeleton",
|
|
4406
4689
|
"props": [
|
|
4407
4690
|
{
|
|
4408
|
-
"name": "
|
|
4409
|
-
"description": "
|
|
4410
|
-
"type": {
|
|
4411
|
-
"name": "string"
|
|
4412
|
-
}
|
|
4413
|
-
},
|
|
4414
|
-
{
|
|
4415
|
-
"name": "name",
|
|
4416
|
-
"description": "Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier.",
|
|
4417
|
-
"type": {
|
|
4418
|
-
"name": "string"
|
|
4419
|
-
}
|
|
4420
|
-
},
|
|
4421
|
-
{
|
|
4422
|
-
"name": "ariaLabelledby",
|
|
4423
|
-
"description": "Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property.",
|
|
4691
|
+
"name": "motion",
|
|
4692
|
+
"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.",
|
|
4424
4693
|
"type": {
|
|
4425
|
-
"name": "
|
|
4694
|
+
"name": "boolean"
|
|
4695
|
+
},
|
|
4696
|
+
"defaultValue": {
|
|
4697
|
+
"func": false,
|
|
4698
|
+
"value": true
|
|
4426
4699
|
}
|
|
4427
4700
|
}
|
|
4428
4701
|
],
|
|
4429
|
-
"events": [
|
|
4430
|
-
{
|
|
4431
|
-
"name": "tab-change",
|
|
4432
|
-
"description": "Emits when active tab is changed",
|
|
4433
|
-
"tags": [
|
|
4434
|
-
{
|
|
4435
|
-
"title": "params",
|
|
4436
|
-
"content": "state, panelId"
|
|
4437
|
-
}
|
|
4438
|
-
]
|
|
4439
|
-
}
|
|
4440
|
-
],
|
|
4441
4702
|
"slots": [
|
|
4442
4703
|
{
|
|
4443
4704
|
"name": "default",
|
|
4444
|
-
"description": "
|
|
4705
|
+
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
4445
4706
|
}
|
|
4446
4707
|
],
|
|
4447
4708
|
"sourceFiles": [
|
|
4448
|
-
"./src/components/
|
|
4449
|
-
]
|
|
4450
|
-
},
|
|
4451
|
-
"CdrText": {
|
|
4452
|
-
"name": "CdrText",
|
|
4453
|
-
"description": "Text container used for any text element such as paragraphs, headings, and lists",
|
|
4454
|
-
"tags": {},
|
|
4455
|
-
"exportName": "default",
|
|
4456
|
-
"displayName": "CdrText",
|
|
4457
|
-
"props": [
|
|
4458
|
-
{
|
|
4459
|
-
"name": "tag",
|
|
4460
|
-
"description": "Sets the HTML tag (p, span, h1, h2, etc)",
|
|
4461
|
-
"type": {
|
|
4462
|
-
"name": "string"
|
|
4463
|
-
},
|
|
4464
|
-
"defaultValue": {
|
|
4465
|
-
"func": false,
|
|
4466
|
-
"value": "'p'"
|
|
4467
|
-
}
|
|
4468
|
-
}
|
|
4709
|
+
"./src/components/skeleton/CdrSkeleton.vue"
|
|
4469
4710
|
],
|
|
4470
|
-
"
|
|
4711
|
+
"UIProperties": [
|
|
4712
|
+
{
|
|
4713
|
+
"name": "--cdr-skeleton-bone-background-color",
|
|
4714
|
+
"defaultValue": "#edeae3",
|
|
4715
|
+
"description": "Skeleton bone background color"
|
|
4716
|
+
},
|
|
4717
|
+
{
|
|
4718
|
+
"name": "--cdr-skeleton-gradient-1",
|
|
4719
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4720
|
+
"description": "Skeleton shimmer gradient part 1"
|
|
4721
|
+
},
|
|
4471
4722
|
{
|
|
4472
|
-
"name": "
|
|
4473
|
-
"
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
"sourceFiles": [
|
|
4477
|
-
"./src/components/text/CdrText.vue"
|
|
4478
|
-
],
|
|
4479
|
-
"UIProperties": [
|
|
4723
|
+
"name": "--cdr-skeleton-gradient-2",
|
|
4724
|
+
"defaultValue": "rgba(249,248,240,1)",
|
|
4725
|
+
"description": "Skeleton shimmer gradient part 2"
|
|
4726
|
+
},
|
|
4480
4727
|
{
|
|
4481
|
-
"name": "--cdr-
|
|
4482
|
-
"defaultValue": "
|
|
4483
|
-
"description": "
|
|
4728
|
+
"name": "--cdr-skeleton-gradient-3",
|
|
4729
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
4730
|
+
"description": "Skeleton shimmer gradient part 3"
|
|
4484
4731
|
}
|
|
4485
4732
|
]
|
|
4486
4733
|
},
|
|
@@ -4679,122 +4926,313 @@
|
|
|
4679
4926
|
"description": "Background color of the cdr-switch handle when it is checked"
|
|
4680
4927
|
},
|
|
4681
4928
|
{
|
|
4682
|
-
"name": "--cdr-switch-border-color-checked-hover",
|
|
4683
|
-
"defaultValue": "--cdr-color-border-secondary",
|
|
4684
|
-
"description": "Border of the cdr-switch button when it is checked and on hover but not in focus"
|
|
4929
|
+
"name": "--cdr-switch-border-color-checked-hover",
|
|
4930
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
4931
|
+
"description": "Border of the cdr-switch button when it is checked and on hover but not in focus"
|
|
4932
|
+
},
|
|
4933
|
+
{
|
|
4934
|
+
"name": "--cdr-switch-background-color-checked-hover",
|
|
4935
|
+
"defaultValue": "--cdr-color-background-switch-selected-default-hover",
|
|
4936
|
+
"description": "Background color of the cdr-switch button when it is checked and on hover but not in focus"
|
|
4937
|
+
},
|
|
4938
|
+
{
|
|
4939
|
+
"name": "--cdr-switch-icon-fill-checked-hover",
|
|
4940
|
+
"defaultValue": "--cdr-color-icon-switch-selected-default-hover",
|
|
4941
|
+
"description": "Fill of the cdr-switch x and check icons when it is checked and on hover but not in focus"
|
|
4942
|
+
},
|
|
4943
|
+
{
|
|
4944
|
+
"name": "--cdr-switch-handle-border-color-checked-hover",
|
|
4945
|
+
"defaultValue": "--cdr-color-border-switch-handle-default-hover",
|
|
4946
|
+
"description": "Border of the cdr-switch handle when it is checked and on hover but not in focus"
|
|
4947
|
+
},
|
|
4948
|
+
{
|
|
4949
|
+
"name": "--cdr-switch-handle-border",
|
|
4950
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
4951
|
+
"description": "Border color of the cdr-switch handle"
|
|
4952
|
+
},
|
|
4953
|
+
{
|
|
4954
|
+
"name": "--cdr-switch-handle-background-color-rest",
|
|
4955
|
+
"defaultValue": "--cdr-color-background-switch-handle-default-rest",
|
|
4956
|
+
"description": "Background color of the cdr-switch handle"
|
|
4957
|
+
}
|
|
4958
|
+
]
|
|
4959
|
+
},
|
|
4960
|
+
"CdrSkeletonBone": {
|
|
4961
|
+
"name": "CdrSkeletonBone",
|
|
4962
|
+
"exportName": "default",
|
|
4963
|
+
"displayName": "CdrSkeletonBone",
|
|
4964
|
+
"description": "",
|
|
4965
|
+
"tags": {},
|
|
4966
|
+
"props": [
|
|
4967
|
+
{
|
|
4968
|
+
"name": "type",
|
|
4969
|
+
"description": "Sets the type of content placeholder",
|
|
4970
|
+
"tags": {
|
|
4971
|
+
"demoSelectMultiple": [
|
|
4972
|
+
{
|
|
4973
|
+
"description": "false",
|
|
4974
|
+
"title": "demoSelectMultiple"
|
|
4975
|
+
}
|
|
4976
|
+
]
|
|
4977
|
+
},
|
|
4978
|
+
"values": [
|
|
4979
|
+
"default",
|
|
4980
|
+
"heading",
|
|
4981
|
+
"line",
|
|
4982
|
+
"rectangle",
|
|
4983
|
+
"square"
|
|
4984
|
+
],
|
|
4985
|
+
"type": {
|
|
4986
|
+
"name": "string"
|
|
4987
|
+
},
|
|
4988
|
+
"defaultValue": {
|
|
4989
|
+
"func": false,
|
|
4990
|
+
"value": "'default'"
|
|
4991
|
+
}
|
|
4992
|
+
}
|
|
4993
|
+
],
|
|
4994
|
+
"sourceFiles": [
|
|
4995
|
+
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
4996
|
+
]
|
|
4997
|
+
},
|
|
4998
|
+
"CdrTabPanel": {
|
|
4999
|
+
"name": "CdrTabPanel",
|
|
5000
|
+
"exportName": "default",
|
|
5001
|
+
"displayName": "CdrTabPanel",
|
|
5002
|
+
"description": "",
|
|
5003
|
+
"tags": {},
|
|
5004
|
+
"props": [
|
|
5005
|
+
{
|
|
5006
|
+
"name": "id",
|
|
5007
|
+
"description": "Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property.",
|
|
5008
|
+
"type": {
|
|
5009
|
+
"name": "string"
|
|
5010
|
+
}
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"name": "name",
|
|
5014
|
+
"description": "Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier.",
|
|
5015
|
+
"type": {
|
|
5016
|
+
"name": "string"
|
|
5017
|
+
}
|
|
5018
|
+
},
|
|
5019
|
+
{
|
|
5020
|
+
"name": "ariaLabelledby",
|
|
5021
|
+
"description": "Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property.",
|
|
5022
|
+
"type": {
|
|
5023
|
+
"name": "string"
|
|
5024
|
+
}
|
|
5025
|
+
}
|
|
5026
|
+
],
|
|
5027
|
+
"events": [
|
|
5028
|
+
{
|
|
5029
|
+
"name": "tab-change",
|
|
5030
|
+
"description": "Emits when active tab is changed",
|
|
5031
|
+
"tags": [
|
|
5032
|
+
{
|
|
5033
|
+
"title": "params",
|
|
5034
|
+
"content": "state, panelId"
|
|
5035
|
+
}
|
|
5036
|
+
]
|
|
5037
|
+
}
|
|
5038
|
+
],
|
|
5039
|
+
"slots": [
|
|
5040
|
+
{
|
|
5041
|
+
"name": "default",
|
|
5042
|
+
"description": "CdrTabPanel content"
|
|
5043
|
+
}
|
|
5044
|
+
],
|
|
5045
|
+
"sourceFiles": [
|
|
5046
|
+
"./src/components/tabs/CdrTabPanel.vue"
|
|
5047
|
+
]
|
|
5048
|
+
},
|
|
5049
|
+
"CdrTable": {
|
|
5050
|
+
"name": "CdrTable",
|
|
5051
|
+
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
5052
|
+
"tags": {},
|
|
5053
|
+
"exportName": "default",
|
|
5054
|
+
"displayName": "CdrTable",
|
|
5055
|
+
"props": [
|
|
5056
|
+
{
|
|
5057
|
+
"name": "striped",
|
|
5058
|
+
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
5059
|
+
"type": {
|
|
5060
|
+
"name": "boolean"
|
|
5061
|
+
},
|
|
5062
|
+
"defaultValue": {
|
|
5063
|
+
"func": false,
|
|
5064
|
+
"value": false
|
|
5065
|
+
}
|
|
5066
|
+
},
|
|
5067
|
+
{
|
|
5068
|
+
"name": "border",
|
|
5069
|
+
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
5070
|
+
"type": {
|
|
5071
|
+
"name": "boolean"
|
|
5072
|
+
},
|
|
5073
|
+
"defaultValue": {
|
|
5074
|
+
"func": false,
|
|
5075
|
+
"value": true
|
|
5076
|
+
}
|
|
5077
|
+
},
|
|
5078
|
+
{
|
|
5079
|
+
"name": "fullWidth",
|
|
5080
|
+
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
5081
|
+
"type": {
|
|
5082
|
+
"name": "boolean|string"
|
|
5083
|
+
},
|
|
5084
|
+
"defaultValue": {
|
|
5085
|
+
"func": false,
|
|
5086
|
+
"value": true
|
|
5087
|
+
}
|
|
5088
|
+
},
|
|
5089
|
+
{
|
|
5090
|
+
"name": "responsive",
|
|
5091
|
+
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
5092
|
+
"type": {
|
|
5093
|
+
"name": "boolean"
|
|
5094
|
+
},
|
|
5095
|
+
"defaultValue": {
|
|
5096
|
+
"func": false,
|
|
5097
|
+
"value": true
|
|
5098
|
+
}
|
|
5099
|
+
},
|
|
5100
|
+
{
|
|
5101
|
+
"name": "hover",
|
|
5102
|
+
"description": "Adds a darker background on row hover",
|
|
5103
|
+
"type": {
|
|
5104
|
+
"name": "boolean"
|
|
5105
|
+
},
|
|
5106
|
+
"defaultValue": {
|
|
5107
|
+
"func": false,
|
|
5108
|
+
"value": false
|
|
5109
|
+
}
|
|
5110
|
+
},
|
|
5111
|
+
{
|
|
5112
|
+
"name": "size",
|
|
5113
|
+
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
5114
|
+
"tags": {
|
|
5115
|
+
"demoSelectMultiple": [
|
|
5116
|
+
{
|
|
5117
|
+
"description": "false",
|
|
5118
|
+
"title": "demoSelectMultiple"
|
|
5119
|
+
}
|
|
5120
|
+
]
|
|
5121
|
+
},
|
|
5122
|
+
"values": [
|
|
5123
|
+
"small",
|
|
5124
|
+
"medium",
|
|
5125
|
+
"large"
|
|
5126
|
+
],
|
|
5127
|
+
"type": {
|
|
5128
|
+
"name": "string"
|
|
5129
|
+
},
|
|
5130
|
+
"defaultValue": {
|
|
5131
|
+
"func": false,
|
|
5132
|
+
"value": "'medium'"
|
|
5133
|
+
}
|
|
5134
|
+
}
|
|
5135
|
+
],
|
|
5136
|
+
"slots": [
|
|
5137
|
+
{
|
|
5138
|
+
"name": "default",
|
|
5139
|
+
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
5140
|
+
}
|
|
5141
|
+
],
|
|
5142
|
+
"sourceFiles": [
|
|
5143
|
+
"./src/components/table/CdrTable.vue"
|
|
5144
|
+
],
|
|
5145
|
+
"UIProperties": [
|
|
5146
|
+
{
|
|
5147
|
+
"name": "--cdr-table-base-text-color",
|
|
5148
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
5149
|
+
"description": "Color of the cdr-table base text"
|
|
5150
|
+
},
|
|
5151
|
+
{
|
|
5152
|
+
"name": "--cdr-table-row-background-color",
|
|
5153
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
5154
|
+
"description": "Background color of the table rows"
|
|
5155
|
+
},
|
|
5156
|
+
{
|
|
5157
|
+
"name": "--cdr-table-header-background-color",
|
|
5158
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
5159
|
+
"description": "Background color of the table header"
|
|
5160
|
+
},
|
|
5161
|
+
{
|
|
5162
|
+
"name": "--cdr-table-text-cell-color",
|
|
5163
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
5164
|
+
"description": "Text color of the table cells"
|
|
5165
|
+
},
|
|
5166
|
+
{
|
|
5167
|
+
"name": "--cdr-table-border-color-default",
|
|
5168
|
+
"defaultValue": "--cdr-color-border-table-default",
|
|
5169
|
+
"description": "Default border color of the table"
|
|
4685
5170
|
},
|
|
4686
5171
|
{
|
|
4687
|
-
"name": "--cdr-
|
|
4688
|
-
"defaultValue": "--cdr-color-
|
|
4689
|
-
"description": "
|
|
5172
|
+
"name": "--cdr-table-head-border-default",
|
|
5173
|
+
"defaultValue": "--cdr-color-border-table-head",
|
|
5174
|
+
"description": "Head border color of the table"
|
|
4690
5175
|
},
|
|
4691
5176
|
{
|
|
4692
|
-
"name": "--cdr-
|
|
4693
|
-
"defaultValue": "--cdr-color-
|
|
4694
|
-
"description": "
|
|
5177
|
+
"name": "--cdr-table-odd-row-background-color",
|
|
5178
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
5179
|
+
"description": "Background color of all odd rows in the table"
|
|
4695
5180
|
},
|
|
4696
5181
|
{
|
|
4697
|
-
"name": "--cdr-
|
|
4698
|
-
"defaultValue": "--cdr-color-
|
|
4699
|
-
"description": "
|
|
5182
|
+
"name": "--cdr-table-header-odd-row-background-color",
|
|
5183
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
5184
|
+
"description": "Background color of odd rows in the table header"
|
|
4700
5185
|
},
|
|
4701
5186
|
{
|
|
4702
|
-
"name": "--cdr-
|
|
4703
|
-
"defaultValue": "--cdr-color-
|
|
4704
|
-
"description": "
|
|
5187
|
+
"name": "--cdr-table-striped-odd-row-background-color",
|
|
5188
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
5189
|
+
"description": "Background color of the odd rows in striped tables"
|
|
4705
5190
|
},
|
|
4706
5191
|
{
|
|
4707
|
-
"name": "--cdr-
|
|
4708
|
-
"defaultValue": "--cdr-color-background-
|
|
4709
|
-
"description": "Background color of the
|
|
5192
|
+
"name": "--cdr-table-body-footer-odd-row-background-color",
|
|
5193
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
5194
|
+
"description": "Background color of odd rows in the table body and footer"
|
|
5195
|
+
},
|
|
5196
|
+
{
|
|
5197
|
+
"name": "--cdr-table-cell-background-color-hover",
|
|
5198
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
5199
|
+
"description": "Background color of table cells on hover"
|
|
4710
5200
|
}
|
|
4711
5201
|
]
|
|
4712
5202
|
},
|
|
4713
|
-
"
|
|
4714
|
-
"name": "
|
|
4715
|
-
"description": "
|
|
5203
|
+
"CdrText": {
|
|
5204
|
+
"name": "CdrText",
|
|
5205
|
+
"description": "Text container used for any text element such as paragraphs, headings, and lists",
|
|
4716
5206
|
"tags": {},
|
|
4717
5207
|
"exportName": "default",
|
|
4718
|
-
"displayName": "
|
|
5208
|
+
"displayName": "CdrText",
|
|
4719
5209
|
"props": [
|
|
4720
5210
|
{
|
|
4721
5211
|
"name": "tag",
|
|
4722
|
-
"description": "Sets the
|
|
4723
|
-
"tags": {},
|
|
4724
|
-
"values": [
|
|
4725
|
-
"blockquote",
|
|
4726
|
-
"aside",
|
|
4727
|
-
"q",
|
|
4728
|
-
"div"
|
|
4729
|
-
],
|
|
4730
|
-
"type": {
|
|
4731
|
-
"name": "string"
|
|
4732
|
-
},
|
|
4733
|
-
"defaultValue": {
|
|
4734
|
-
"func": false,
|
|
4735
|
-
"value": "'blockquote'"
|
|
4736
|
-
}
|
|
4737
|
-
},
|
|
4738
|
-
{
|
|
4739
|
-
"name": "modifier",
|
|
4740
|
-
"description": "Modifies the style variant for the quote",
|
|
4741
|
-
"tags": {
|
|
4742
|
-
"demoSelectMultiple": [
|
|
4743
|
-
{
|
|
4744
|
-
"description": "true",
|
|
4745
|
-
"title": "demoSelectMultiple"
|
|
4746
|
-
}
|
|
4747
|
-
]
|
|
4748
|
-
},
|
|
4749
|
-
"values": [
|
|
4750
|
-
"pull"
|
|
4751
|
-
],
|
|
5212
|
+
"description": "Sets the HTML tag (p, span, h1, h2, etc)",
|
|
4752
5213
|
"type": {
|
|
4753
5214
|
"name": "string"
|
|
4754
5215
|
},
|
|
4755
5216
|
"defaultValue": {
|
|
4756
5217
|
"func": false,
|
|
4757
|
-
"value": "''"
|
|
4758
|
-
}
|
|
4759
|
-
},
|
|
4760
|
-
{
|
|
4761
|
-
"name": "summary",
|
|
4762
|
-
"description": "Sets the quote body text.",
|
|
4763
|
-
"type": {
|
|
4764
|
-
"name": "string"
|
|
4765
|
-
}
|
|
4766
|
-
},
|
|
4767
|
-
{
|
|
4768
|
-
"name": "citation",
|
|
4769
|
-
"description": "Sets the quote attribution text.",
|
|
4770
|
-
"type": {
|
|
4771
|
-
"name": "string"
|
|
5218
|
+
"value": "'p'"
|
|
4772
5219
|
}
|
|
4773
5220
|
}
|
|
4774
5221
|
],
|
|
4775
5222
|
"slots": [
|
|
4776
5223
|
{
|
|
4777
|
-
"name": "default"
|
|
5224
|
+
"name": "default",
|
|
5225
|
+
"description": "CdrText content"
|
|
4778
5226
|
}
|
|
4779
5227
|
],
|
|
4780
5228
|
"sourceFiles": [
|
|
4781
|
-
"./src/components/
|
|
5229
|
+
"./src/components/text/CdrText.vue"
|
|
4782
5230
|
],
|
|
4783
5231
|
"UIProperties": [
|
|
4784
5232
|
{
|
|
4785
|
-
"name": "--cdr-
|
|
4786
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
4787
|
-
"description": "Text color of a cdr-quote citation"
|
|
4788
|
-
},
|
|
4789
|
-
{
|
|
4790
|
-
"name": "--cdr-quote-content-text-color",
|
|
5233
|
+
"name": "--cdr-text-color",
|
|
4791
5234
|
"defaultValue": "--cdr-color-text-primary",
|
|
4792
|
-
"description": "Text color
|
|
4793
|
-
},
|
|
4794
|
-
{
|
|
4795
|
-
"name": "--cdr-quote-pull-container-border-color",
|
|
4796
|
-
"defaultValue": "--cdr-color-border-primary",
|
|
4797
|
-
"description": "Border color of a cdr-quote pull container"
|
|
5235
|
+
"description": "Text color"
|
|
4798
5236
|
}
|
|
4799
5237
|
]
|
|
4800
5238
|
},
|
|
@@ -4926,83 +5364,214 @@
|
|
|
4926
5364
|
"displayName": "CdrToggleButton",
|
|
4927
5365
|
"props": [
|
|
4928
5366
|
{
|
|
4929
|
-
"name": "toggleValue",
|
|
4930
|
-
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
5367
|
+
"name": "toggleValue",
|
|
5368
|
+
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
5369
|
+
"type": {
|
|
5370
|
+
"name": "string"
|
|
5371
|
+
},
|
|
5372
|
+
"required": true
|
|
5373
|
+
}
|
|
5374
|
+
],
|
|
5375
|
+
"slots": [
|
|
5376
|
+
{
|
|
5377
|
+
"name": "default",
|
|
5378
|
+
"description": "CdrToggleButton label content"
|
|
5379
|
+
}
|
|
5380
|
+
],
|
|
5381
|
+
"sourceFiles": [
|
|
5382
|
+
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
5383
|
+
],
|
|
5384
|
+
"UIProperties": [
|
|
5385
|
+
{
|
|
5386
|
+
"name": "--cdr-toggle-button-color-default-rest",
|
|
5387
|
+
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
5388
|
+
"description": "Default text color of the cdr-toggle-button"
|
|
5389
|
+
},
|
|
5390
|
+
{
|
|
5391
|
+
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
5392
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
5393
|
+
"description": "Default background color of the cdr-toggle-button"
|
|
5394
|
+
},
|
|
5395
|
+
{
|
|
5396
|
+
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
5397
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
5398
|
+
"description": "Focus border color of the cdr-toggle-button"
|
|
5399
|
+
},
|
|
5400
|
+
{
|
|
5401
|
+
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
5402
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
5403
|
+
"description": "Focus background color of the cdr-toggle-button"
|
|
5404
|
+
},
|
|
5405
|
+
{
|
|
5406
|
+
"name": "--cdr-toggle-button-icon-fill-default",
|
|
5407
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
5408
|
+
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
5409
|
+
},
|
|
5410
|
+
{
|
|
5411
|
+
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
5412
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
5413
|
+
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
5414
|
+
},
|
|
5415
|
+
{
|
|
5416
|
+
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
5417
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
5418
|
+
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
5419
|
+
},
|
|
5420
|
+
{
|
|
5421
|
+
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
5422
|
+
"defaultValue": "--cdr-color-icon-emphasis",
|
|
5423
|
+
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
5424
|
+
},
|
|
5425
|
+
{
|
|
5426
|
+
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
5427
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5428
|
+
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
5429
|
+
},
|
|
5430
|
+
{
|
|
5431
|
+
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
5432
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
5433
|
+
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
5434
|
+
},
|
|
5435
|
+
{
|
|
5436
|
+
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
5437
|
+
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
5438
|
+
"description": "Background color of the cdr-toggle-button on hover"
|
|
5439
|
+
},
|
|
5440
|
+
{
|
|
5441
|
+
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5442
|
+
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5443
|
+
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
5444
|
+
}
|
|
5445
|
+
]
|
|
5446
|
+
},
|
|
5447
|
+
"CdrTooltip": {
|
|
5448
|
+
"name": "CdrTooltip",
|
|
5449
|
+
"description": "Floating label used to clarify interface actions",
|
|
5450
|
+
"tags": {},
|
|
5451
|
+
"exportName": "default",
|
|
5452
|
+
"displayName": "CdrTooltip",
|
|
5453
|
+
"props": [
|
|
5454
|
+
{
|
|
5455
|
+
"name": "position",
|
|
5456
|
+
"description": "Sets the position where the tooltip will render relative to the trigger element.",
|
|
5457
|
+
"tags": {
|
|
5458
|
+
"demoSelectMultiple": [
|
|
5459
|
+
{
|
|
5460
|
+
"description": "false",
|
|
5461
|
+
"title": "demoSelectMultiple"
|
|
5462
|
+
}
|
|
5463
|
+
]
|
|
5464
|
+
},
|
|
5465
|
+
"values": [
|
|
5466
|
+
"top",
|
|
5467
|
+
"bottom",
|
|
5468
|
+
"left",
|
|
5469
|
+
"right"
|
|
5470
|
+
],
|
|
5471
|
+
"type": {
|
|
5472
|
+
"name": "string"
|
|
5473
|
+
},
|
|
5474
|
+
"required": false,
|
|
5475
|
+
"defaultValue": {
|
|
5476
|
+
"func": false,
|
|
5477
|
+
"value": "'top'"
|
|
5478
|
+
}
|
|
5479
|
+
},
|
|
5480
|
+
{
|
|
5481
|
+
"name": "autoPosition",
|
|
5482
|
+
"description": "If set to `true`, tooltip will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the tooltip will always render in the provided `position`.",
|
|
5483
|
+
"type": {
|
|
5484
|
+
"name": "boolean"
|
|
5485
|
+
},
|
|
5486
|
+
"defaultValue": {
|
|
5487
|
+
"func": false,
|
|
5488
|
+
"value": true
|
|
5489
|
+
}
|
|
5490
|
+
},
|
|
5491
|
+
{
|
|
5492
|
+
"name": "id",
|
|
5493
|
+
"description": "ID for the tooltip element, required for accessibility",
|
|
5494
|
+
"type": {
|
|
5495
|
+
"name": "string"
|
|
5496
|
+
},
|
|
5497
|
+
"required": true
|
|
5498
|
+
},
|
|
5499
|
+
{
|
|
5500
|
+
"name": "contentClass",
|
|
5501
|
+
"description": "Add custom class to the tooltip content wrapper. Allows for overriding size, styling, etc.",
|
|
5502
|
+
"type": {
|
|
5503
|
+
"name": "string"
|
|
5504
|
+
},
|
|
5505
|
+
"required": false
|
|
5506
|
+
},
|
|
5507
|
+
{
|
|
5508
|
+
"name": "open",
|
|
5509
|
+
"description": "Used to programmatically control the tooltip state. Does not need to be set if you are using the `trigger` slot.",
|
|
5510
|
+
"tags": {
|
|
5511
|
+
"demoIgnore": [
|
|
5512
|
+
{
|
|
5513
|
+
"description": "true",
|
|
5514
|
+
"title": "demoIgnore"
|
|
5515
|
+
}
|
|
5516
|
+
]
|
|
5517
|
+
},
|
|
4931
5518
|
"type": {
|
|
4932
|
-
"name": "
|
|
5519
|
+
"name": "boolean"
|
|
4933
5520
|
},
|
|
4934
|
-
"
|
|
5521
|
+
"defaultValue": {
|
|
5522
|
+
"func": false,
|
|
5523
|
+
"value": false
|
|
5524
|
+
}
|
|
5525
|
+
}
|
|
5526
|
+
],
|
|
5527
|
+
"events": [
|
|
5528
|
+
{
|
|
5529
|
+
"name": "opened",
|
|
5530
|
+
"description": "Emits when tooltip is opened"
|
|
5531
|
+
},
|
|
5532
|
+
{
|
|
5533
|
+
"name": "closed",
|
|
5534
|
+
"description": "Emits when tooltip is closed"
|
|
4935
5535
|
}
|
|
4936
5536
|
],
|
|
4937
5537
|
"slots": [
|
|
5538
|
+
{
|
|
5539
|
+
"name": "trigger",
|
|
5540
|
+
"description": " Slot for the element that triggers the tooltip."
|
|
5541
|
+
},
|
|
4938
5542
|
{
|
|
4939
5543
|
"name": "default",
|
|
4940
|
-
"description": "
|
|
5544
|
+
"description": "CdrTooltip content"
|
|
4941
5545
|
}
|
|
4942
5546
|
],
|
|
4943
5547
|
"sourceFiles": [
|
|
4944
|
-
"./src/components/
|
|
5548
|
+
"./src/components/tooltip/CdrTooltip.vue"
|
|
4945
5549
|
],
|
|
4946
5550
|
"UIProperties": [
|
|
4947
5551
|
{
|
|
4948
|
-
"name": "--cdr-
|
|
4949
|
-
"defaultValue": "--cdr-color-
|
|
4950
|
-
"description": "
|
|
4951
|
-
},
|
|
4952
|
-
{
|
|
4953
|
-
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
4954
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
4955
|
-
"description": "Default background color of the cdr-toggle-button"
|
|
4956
|
-
},
|
|
4957
|
-
{
|
|
4958
|
-
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
4959
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
4960
|
-
"description": "Focus border color of the cdr-toggle-button"
|
|
4961
|
-
},
|
|
4962
|
-
{
|
|
4963
|
-
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
4964
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
4965
|
-
"description": "Focus background color of the cdr-toggle-button"
|
|
4966
|
-
},
|
|
4967
|
-
{
|
|
4968
|
-
"name": "--cdr-toggle-button-icon-fill-default",
|
|
4969
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
4970
|
-
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
4971
|
-
},
|
|
4972
|
-
{
|
|
4973
|
-
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
4974
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
4975
|
-
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
4976
|
-
},
|
|
4977
|
-
{
|
|
4978
|
-
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
4979
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
4980
|
-
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
4981
|
-
},
|
|
4982
|
-
{
|
|
4983
|
-
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
4984
|
-
"defaultValue": "--cdr-color-icon-emphasis",
|
|
4985
|
-
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
5552
|
+
"name": "--cdr-popup-background-color-default",
|
|
5553
|
+
"defaultValue": "--cdr-color-background-tooltip-default",
|
|
5554
|
+
"description": "Background color of the cdr-popup"
|
|
4986
5555
|
},
|
|
4987
5556
|
{
|
|
4988
|
-
"name": "--cdr-
|
|
4989
|
-
"defaultValue": "--cdr-color-
|
|
4990
|
-
"description": "
|
|
5557
|
+
"name": "--cdr-popup-text-color-default",
|
|
5558
|
+
"defaultValue": "--cdr-color-text-tooltip-default",
|
|
5559
|
+
"description": "Text color of the cdr-popup"
|
|
4991
5560
|
},
|
|
4992
5561
|
{
|
|
4993
|
-
"name": "--cdr-
|
|
4994
|
-
"defaultValue": "--cdr-color-
|
|
4995
|
-
"description": "
|
|
5562
|
+
"name": "--cdr-popup-border-color-default",
|
|
5563
|
+
"defaultValue": "--cdr-color-border-tooltip-default",
|
|
5564
|
+
"description": "Border color of the cdr-popup"
|
|
4996
5565
|
},
|
|
4997
5566
|
{
|
|
4998
|
-
"name": "--cdr-
|
|
4999
|
-
"defaultValue": "--cdr-color-
|
|
5000
|
-
"description": "
|
|
5567
|
+
"name": "--cdr-popup-arrow-border-bottom-color",
|
|
5568
|
+
"defaultValue": "--cdr-color-border-tooltip-default",
|
|
5569
|
+
"description": "Border color of the cdr-popup arrow"
|
|
5001
5570
|
},
|
|
5002
5571
|
{
|
|
5003
|
-
"name": "--cdr-
|
|
5004
|
-
"defaultValue": "--cdr-color-
|
|
5005
|
-
"description": "
|
|
5572
|
+
"name": "--cdr-popup-arrow-background-color",
|
|
5573
|
+
"defaultValue": "--cdr-color-background-tooltip-default",
|
|
5574
|
+
"description": "Background color of the cdr-popup arrow"
|
|
5006
5575
|
}
|
|
5007
5576
|
]
|
|
5008
5577
|
},
|
|
@@ -5230,137 +5799,6 @@
|
|
|
5230
5799
|
}
|
|
5231
5800
|
]
|
|
5232
5801
|
},
|
|
5233
|
-
"CdrTooltip": {
|
|
5234
|
-
"name": "CdrTooltip",
|
|
5235
|
-
"description": "Floating label used to clarify interface actions",
|
|
5236
|
-
"tags": {},
|
|
5237
|
-
"exportName": "default",
|
|
5238
|
-
"displayName": "CdrTooltip",
|
|
5239
|
-
"props": [
|
|
5240
|
-
{
|
|
5241
|
-
"name": "position",
|
|
5242
|
-
"description": "Sets the position where the tooltip will render relative to the trigger element.",
|
|
5243
|
-
"tags": {
|
|
5244
|
-
"demoSelectMultiple": [
|
|
5245
|
-
{
|
|
5246
|
-
"description": "false",
|
|
5247
|
-
"title": "demoSelectMultiple"
|
|
5248
|
-
}
|
|
5249
|
-
]
|
|
5250
|
-
},
|
|
5251
|
-
"values": [
|
|
5252
|
-
"top",
|
|
5253
|
-
"bottom",
|
|
5254
|
-
"left",
|
|
5255
|
-
"right"
|
|
5256
|
-
],
|
|
5257
|
-
"type": {
|
|
5258
|
-
"name": "string"
|
|
5259
|
-
},
|
|
5260
|
-
"required": false,
|
|
5261
|
-
"defaultValue": {
|
|
5262
|
-
"func": false,
|
|
5263
|
-
"value": "'top'"
|
|
5264
|
-
}
|
|
5265
|
-
},
|
|
5266
|
-
{
|
|
5267
|
-
"name": "autoPosition",
|
|
5268
|
-
"description": "If set to `true`, tooltip will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the tooltip will always render in the provided `position`.",
|
|
5269
|
-
"type": {
|
|
5270
|
-
"name": "boolean"
|
|
5271
|
-
},
|
|
5272
|
-
"defaultValue": {
|
|
5273
|
-
"func": false,
|
|
5274
|
-
"value": true
|
|
5275
|
-
}
|
|
5276
|
-
},
|
|
5277
|
-
{
|
|
5278
|
-
"name": "id",
|
|
5279
|
-
"description": "ID for the tooltip element, required for accessibility",
|
|
5280
|
-
"type": {
|
|
5281
|
-
"name": "string"
|
|
5282
|
-
},
|
|
5283
|
-
"required": true
|
|
5284
|
-
},
|
|
5285
|
-
{
|
|
5286
|
-
"name": "contentClass",
|
|
5287
|
-
"description": "Add custom class to the tooltip content wrapper. Allows for overriding size, styling, etc.",
|
|
5288
|
-
"type": {
|
|
5289
|
-
"name": "string"
|
|
5290
|
-
},
|
|
5291
|
-
"required": false
|
|
5292
|
-
},
|
|
5293
|
-
{
|
|
5294
|
-
"name": "open",
|
|
5295
|
-
"description": "Used to programmatically control the tooltip state. Does not need to be set if you are using the `trigger` slot.",
|
|
5296
|
-
"tags": {
|
|
5297
|
-
"demoIgnore": [
|
|
5298
|
-
{
|
|
5299
|
-
"description": "true",
|
|
5300
|
-
"title": "demoIgnore"
|
|
5301
|
-
}
|
|
5302
|
-
]
|
|
5303
|
-
},
|
|
5304
|
-
"type": {
|
|
5305
|
-
"name": "boolean"
|
|
5306
|
-
},
|
|
5307
|
-
"defaultValue": {
|
|
5308
|
-
"func": false,
|
|
5309
|
-
"value": false
|
|
5310
|
-
}
|
|
5311
|
-
}
|
|
5312
|
-
],
|
|
5313
|
-
"events": [
|
|
5314
|
-
{
|
|
5315
|
-
"name": "opened",
|
|
5316
|
-
"description": "Emits when tooltip is opened"
|
|
5317
|
-
},
|
|
5318
|
-
{
|
|
5319
|
-
"name": "closed",
|
|
5320
|
-
"description": "Emits when tooltip is closed"
|
|
5321
|
-
}
|
|
5322
|
-
],
|
|
5323
|
-
"slots": [
|
|
5324
|
-
{
|
|
5325
|
-
"name": "trigger",
|
|
5326
|
-
"description": " Slot for the element that triggers the tooltip."
|
|
5327
|
-
},
|
|
5328
|
-
{
|
|
5329
|
-
"name": "default",
|
|
5330
|
-
"description": "CdrTooltip content"
|
|
5331
|
-
}
|
|
5332
|
-
],
|
|
5333
|
-
"sourceFiles": [
|
|
5334
|
-
"./src/components/tooltip/CdrTooltip.vue"
|
|
5335
|
-
],
|
|
5336
|
-
"UIProperties": [
|
|
5337
|
-
{
|
|
5338
|
-
"name": "--cdr-popup-background-color-default",
|
|
5339
|
-
"defaultValue": "--cdr-color-background-tooltip-default",
|
|
5340
|
-
"description": "Background color of the cdr-popup"
|
|
5341
|
-
},
|
|
5342
|
-
{
|
|
5343
|
-
"name": "--cdr-popup-text-color-default",
|
|
5344
|
-
"defaultValue": "--cdr-color-text-tooltip-default",
|
|
5345
|
-
"description": "Text color of the cdr-popup"
|
|
5346
|
-
},
|
|
5347
|
-
{
|
|
5348
|
-
"name": "--cdr-popup-border-color-default",
|
|
5349
|
-
"defaultValue": "--cdr-color-border-tooltip-default",
|
|
5350
|
-
"description": "Border color of the cdr-popup"
|
|
5351
|
-
},
|
|
5352
|
-
{
|
|
5353
|
-
"name": "--cdr-popup-arrow-border-bottom-color",
|
|
5354
|
-
"defaultValue": "--cdr-color-border-tooltip-default",
|
|
5355
|
-
"description": "Border color of the cdr-popup arrow"
|
|
5356
|
-
},
|
|
5357
|
-
{
|
|
5358
|
-
"name": "--cdr-popup-arrow-background-color",
|
|
5359
|
-
"defaultValue": "--cdr-color-background-tooltip-default",
|
|
5360
|
-
"description": "Background color of the cdr-popup arrow"
|
|
5361
|
-
}
|
|
5362
|
-
]
|
|
5363
|
-
},
|
|
5364
5802
|
"CdrToggleGroup": {
|
|
5365
5803
|
"name": "CdrToggleGroup",
|
|
5366
5804
|
"exportName": "default",
|
|
@@ -5453,5 +5891,32 @@
|
|
|
5453
5891
|
"description": "Default background color of the cdr-toggle-group"
|
|
5454
5892
|
}
|
|
5455
5893
|
]
|
|
5894
|
+
},
|
|
5895
|
+
"CdrTitle": {
|
|
5896
|
+
"exportName": "default",
|
|
5897
|
+
"displayName": "CdrTitle",
|
|
5898
|
+
"description": "",
|
|
5899
|
+
"tags": {},
|
|
5900
|
+
"props": [
|
|
5901
|
+
{
|
|
5902
|
+
"name": "tag",
|
|
5903
|
+
"description": "Sets the HTML tag (p, span, h1, h2, etc)",
|
|
5904
|
+
"type": {
|
|
5905
|
+
"name": "string"
|
|
5906
|
+
},
|
|
5907
|
+
"defaultValue": {
|
|
5908
|
+
"func": false,
|
|
5909
|
+
"value": "'h1'"
|
|
5910
|
+
}
|
|
5911
|
+
}
|
|
5912
|
+
],
|
|
5913
|
+
"slots": [
|
|
5914
|
+
{
|
|
5915
|
+
"name": "default"
|
|
5916
|
+
}
|
|
5917
|
+
],
|
|
5918
|
+
"sourceFiles": [
|
|
5919
|
+
"./src/components/title/CdrTitle.vue"
|
|
5920
|
+
]
|
|
5456
5921
|
}
|
|
5457
5922
|
}
|