@rei/cedar 13.5.1-beta.0 → 13.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cedar-compiled.css +1031 -1031
- package/dist/cedar.umd.js +2 -2
- package/dist/component-docgen.json +1241 -1220
- package/dist/icon-component-docgen.json +433 -433
- 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/CdrBreadcrumb.vue.mjs +20 -19
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +3 -3
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +25 -25
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +10 -10
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +14 -14
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +23 -23
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +7 -7
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +65 -65
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +25 -25
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +28 -28
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +44 -44
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +10 -10
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +15 -15
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +7 -7
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-radio.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-skeleton-bone.css +1 -1
- package/dist/style/cdr-skeleton.css +1 -1
- package/dist/style/cdr-switch.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-toast.css +1 -1
- package/dist/style/cdr-toggle-button.css +1 -1
- package/dist/style/cdr-toggle-group.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -1,38 +1,105 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"displayName": "
|
|
4
|
-
"
|
|
5
|
-
"description": "",
|
|
2
|
+
"CdrBreadcrumb": {
|
|
3
|
+
"displayName": "CdrBreadcrumb",
|
|
4
|
+
"description": "Navigation used to reveal a page's location within the site hierarchy",
|
|
6
5
|
"tags": {},
|
|
6
|
+
"exportName": "default",
|
|
7
7
|
"props": [
|
|
8
8
|
{
|
|
9
|
-
"name": "
|
|
10
|
-
"description": "
|
|
11
|
-
"tags": {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
9
|
+
"name": "items",
|
|
10
|
+
"description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
|
|
11
|
+
"tags": {
|
|
12
|
+
"demoIgnore": [
|
|
13
|
+
{
|
|
14
|
+
"description": "true",
|
|
15
|
+
"title": "demoIgnore"
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
19
|
"type": {
|
|
20
|
-
"name": "
|
|
20
|
+
"name": "array"
|
|
21
21
|
},
|
|
22
22
|
"defaultValue": {
|
|
23
23
|
"func": false,
|
|
24
|
-
"value":
|
|
24
|
+
"value": []
|
|
25
25
|
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "truncationEnabled",
|
|
29
|
+
"description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
|
|
30
|
+
"type": {
|
|
31
|
+
"name": "boolean"
|
|
32
|
+
},
|
|
33
|
+
"defaultValue": {
|
|
34
|
+
"func": false,
|
|
35
|
+
"value": true
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "id",
|
|
40
|
+
"description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
|
|
41
|
+
"tags": {
|
|
42
|
+
"demoIgnore": [
|
|
43
|
+
{
|
|
44
|
+
"description": "true",
|
|
45
|
+
"title": "demoIgnore"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"type": {
|
|
50
|
+
"name": "string"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"events": [
|
|
55
|
+
{
|
|
56
|
+
"name": "navigate",
|
|
57
|
+
"description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
|
|
58
|
+
"properties": [
|
|
59
|
+
{
|
|
60
|
+
"type": {
|
|
61
|
+
"names": [
|
|
62
|
+
"mixed"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"name": "breadcrumb",
|
|
66
|
+
"description": "The breadcrumb data object"
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"tags": [
|
|
70
|
+
{
|
|
71
|
+
"title": "param",
|
|
72
|
+
"type": {
|
|
73
|
+
"name": "mixed"
|
|
74
|
+
},
|
|
75
|
+
"name": "breadcrumb",
|
|
76
|
+
"description": "The breadcrumb data object"
|
|
77
|
+
}
|
|
78
|
+
]
|
|
26
79
|
}
|
|
27
80
|
],
|
|
28
81
|
"slots": [
|
|
29
82
|
{
|
|
30
|
-
"name": "
|
|
31
|
-
"
|
|
83
|
+
"name": "link",
|
|
84
|
+
"scoped": true,
|
|
85
|
+
"bindings": [
|
|
86
|
+
{
|
|
87
|
+
"name": "class",
|
|
88
|
+
"title": "binding"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "href",
|
|
92
|
+
"title": "binding"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "content",
|
|
96
|
+
"title": "binding"
|
|
97
|
+
}
|
|
98
|
+
]
|
|
32
99
|
}
|
|
33
100
|
],
|
|
34
101
|
"sourceFiles": [
|
|
35
|
-
"./src/components/
|
|
102
|
+
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
36
103
|
]
|
|
37
104
|
},
|
|
38
105
|
"CdrAccordion": {
|
|
@@ -161,97 +228,74 @@
|
|
|
161
228
|
"./src/components/accordion/CdrAccordion.vue"
|
|
162
229
|
]
|
|
163
230
|
},
|
|
164
|
-
"
|
|
165
|
-
"displayName": "
|
|
166
|
-
"description": "
|
|
231
|
+
"CdrBanner": {
|
|
232
|
+
"displayName": "CdrBanner",
|
|
233
|
+
"description": "Provides contextual feedback messages for typical user actions",
|
|
167
234
|
"tags": {},
|
|
168
235
|
"exportName": "default",
|
|
169
236
|
"props": [
|
|
170
237
|
{
|
|
171
|
-
"name": "
|
|
172
|
-
"description": "Sets the
|
|
238
|
+
"name": "type",
|
|
239
|
+
"description": "Sets the banner style.",
|
|
173
240
|
"tags": {
|
|
174
|
-
"
|
|
241
|
+
"demoSelectMultiple": [
|
|
175
242
|
{
|
|
176
|
-
"description": "
|
|
177
|
-
"title": "
|
|
243
|
+
"description": "false",
|
|
244
|
+
"title": "demoSelectMultiple"
|
|
178
245
|
}
|
|
179
246
|
]
|
|
180
247
|
},
|
|
248
|
+
"values": [
|
|
249
|
+
"info",
|
|
250
|
+
"warning",
|
|
251
|
+
"success",
|
|
252
|
+
"error",
|
|
253
|
+
"default"
|
|
254
|
+
],
|
|
181
255
|
"type": {
|
|
182
|
-
"name": "
|
|
256
|
+
"name": "string"
|
|
183
257
|
},
|
|
184
258
|
"defaultValue": {
|
|
185
259
|
"func": false,
|
|
186
|
-
"value":
|
|
260
|
+
"value": "'default'"
|
|
187
261
|
}
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"slots": [
|
|
265
|
+
{
|
|
266
|
+
"name": "icon-left",
|
|
267
|
+
"description": "Icon matching banner type"
|
|
188
268
|
},
|
|
189
269
|
{
|
|
190
|
-
"name": "
|
|
191
|
-
"description": "
|
|
192
|
-
"type": {
|
|
193
|
-
"name": "boolean"
|
|
194
|
-
},
|
|
195
|
-
"defaultValue": {
|
|
196
|
-
"func": false,
|
|
197
|
-
"value": true
|
|
198
|
-
}
|
|
270
|
+
"name": "default",
|
|
271
|
+
"description": "Primary message content"
|
|
199
272
|
},
|
|
200
273
|
{
|
|
201
|
-
"name": "
|
|
202
|
-
"description": "
|
|
203
|
-
|
|
204
|
-
"demoIgnore": [
|
|
205
|
-
{
|
|
206
|
-
"description": "true",
|
|
207
|
-
"title": "demoIgnore"
|
|
208
|
-
}
|
|
209
|
-
]
|
|
210
|
-
},
|
|
211
|
-
"type": {
|
|
212
|
-
"name": "string"
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
],
|
|
216
|
-
"events": [
|
|
274
|
+
"name": "icon-right",
|
|
275
|
+
"description": "Additional icon"
|
|
276
|
+
},
|
|
217
277
|
{
|
|
218
|
-
"name": "
|
|
219
|
-
"description": "
|
|
220
|
-
}
|
|
221
|
-
],
|
|
222
|
-
"slots": [
|
|
278
|
+
"name": "message-body",
|
|
279
|
+
"description": "Additional content about the message"
|
|
280
|
+
},
|
|
223
281
|
{
|
|
224
|
-
"name": "
|
|
225
|
-
"
|
|
226
|
-
"bindings": [
|
|
227
|
-
{
|
|
228
|
-
"name": "class",
|
|
229
|
-
"title": "binding"
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"name": "href",
|
|
233
|
-
"title": "binding"
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"name": "content",
|
|
237
|
-
"title": "binding"
|
|
238
|
-
}
|
|
239
|
-
]
|
|
282
|
+
"name": "info-action",
|
|
283
|
+
"description": "Action-wrapped icon"
|
|
240
284
|
}
|
|
241
285
|
],
|
|
242
286
|
"sourceFiles": [
|
|
243
|
-
"./src/components/
|
|
287
|
+
"./src/components/banner/CdrBanner.vue"
|
|
244
288
|
]
|
|
245
289
|
},
|
|
246
|
-
"
|
|
247
|
-
"displayName": "
|
|
248
|
-
"description": "
|
|
290
|
+
"CdrCaption": {
|
|
291
|
+
"displayName": "CdrCaption",
|
|
292
|
+
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
249
293
|
"tags": {},
|
|
250
294
|
"exportName": "default",
|
|
251
295
|
"props": [
|
|
252
296
|
{
|
|
253
|
-
"name": "
|
|
254
|
-
"description": "
|
|
297
|
+
"name": "summary",
|
|
298
|
+
"description": "Sets the string content for the description body of the caption.",
|
|
255
299
|
"tags": {
|
|
256
300
|
"demoIgnore": [
|
|
257
301
|
{
|
|
@@ -260,21 +304,13 @@
|
|
|
260
304
|
}
|
|
261
305
|
]
|
|
262
306
|
},
|
|
263
|
-
"values": [
|
|
264
|
-
"button",
|
|
265
|
-
"a"
|
|
266
|
-
],
|
|
267
307
|
"type": {
|
|
268
308
|
"name": "string"
|
|
269
|
-
},
|
|
270
|
-
"defaultValue": {
|
|
271
|
-
"func": false,
|
|
272
|
-
"value": "'button'"
|
|
273
309
|
}
|
|
274
310
|
},
|
|
275
311
|
{
|
|
276
|
-
"name": "
|
|
277
|
-
"description": "Sets the
|
|
312
|
+
"name": "credit",
|
|
313
|
+
"description": "Sets the string content for attribution.",
|
|
278
314
|
"tags": {
|
|
279
315
|
"demoIgnore": [
|
|
280
316
|
{
|
|
@@ -283,164 +319,49 @@
|
|
|
283
319
|
}
|
|
284
320
|
]
|
|
285
321
|
},
|
|
322
|
+
"type": {
|
|
323
|
+
"name": "string"
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"sourceFiles": [
|
|
328
|
+
"./src/components/caption/CdrCaption.vue"
|
|
329
|
+
]
|
|
330
|
+
},
|
|
331
|
+
"CdrAccordionGroup": {
|
|
332
|
+
"displayName": "CdrAccordionGroup",
|
|
333
|
+
"exportName": "default",
|
|
334
|
+
"description": "",
|
|
335
|
+
"tags": {},
|
|
336
|
+
"props": [
|
|
337
|
+
{
|
|
338
|
+
"name": "unwrap",
|
|
339
|
+
"description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
|
|
340
|
+
"tags": {},
|
|
286
341
|
"values": [
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
342
|
+
"@xs",
|
|
343
|
+
"@sm",
|
|
344
|
+
"@md",
|
|
345
|
+
"@lg",
|
|
346
|
+
"true"
|
|
290
347
|
],
|
|
291
348
|
"type": {
|
|
292
|
-
"name": "string"
|
|
349
|
+
"name": "string|boolean"
|
|
293
350
|
},
|
|
294
351
|
"defaultValue": {
|
|
295
352
|
"func": false,
|
|
296
|
-
"value":
|
|
353
|
+
"value": false
|
|
297
354
|
}
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
"description": "Modifies the style variant for this component",
|
|
302
|
-
"tags": {
|
|
303
|
-
"demoSelectMultiple": [
|
|
304
|
-
{
|
|
305
|
-
"description": "false",
|
|
306
|
-
"title": "demoSelectMultiple"
|
|
307
|
-
}
|
|
308
|
-
]
|
|
309
|
-
},
|
|
310
|
-
"values": [
|
|
311
|
-
"primary",
|
|
312
|
-
"secondary",
|
|
313
|
-
"sale",
|
|
314
|
-
"dark",
|
|
315
|
-
"link"
|
|
316
|
-
],
|
|
317
|
-
"type": {
|
|
318
|
-
"name": "string"
|
|
319
|
-
},
|
|
320
|
-
"defaultValue": {
|
|
321
|
-
"func": false,
|
|
322
|
-
"value": "'primary'"
|
|
323
|
-
}
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"name": "size",
|
|
327
|
-
"description": "Sets the button size; values can target responsive breakpoints. Example: `large@sm`.",
|
|
328
|
-
"tags": {
|
|
329
|
-
"demoSelectMultiple": [
|
|
330
|
-
{
|
|
331
|
-
"description": "false",
|
|
332
|
-
"title": "demoSelectMultiple"
|
|
333
|
-
}
|
|
334
|
-
]
|
|
335
|
-
},
|
|
336
|
-
"values": [
|
|
337
|
-
"small",
|
|
338
|
-
"medium",
|
|
339
|
-
"large"
|
|
340
|
-
],
|
|
341
|
-
"type": {
|
|
342
|
-
"name": "string"
|
|
343
|
-
},
|
|
344
|
-
"defaultValue": {
|
|
345
|
-
"func": false,
|
|
346
|
-
"value": "'medium'"
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"name": "fullWidth",
|
|
351
|
-
"description": "Sets button width to 100%. Setting this value to true will set the button width to 100% of the parent container. Use the 'fullWidth' prop with the 'size' prop to control top and bottom padding.",
|
|
352
|
-
"type": {
|
|
353
|
-
"name": "string|boolean"
|
|
354
|
-
},
|
|
355
|
-
"defaultValue": {
|
|
356
|
-
"func": false,
|
|
357
|
-
"value": false
|
|
358
|
-
}
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
"name": "iconOnly",
|
|
362
|
-
"description": "Renders an 'icon-only' button. When this value is true, it will override the size and 'responsiveSize' props. Can be used in conjunction with 'with-background'",
|
|
363
|
-
"type": {
|
|
364
|
-
"name": "boolean"
|
|
365
|
-
},
|
|
366
|
-
"defaultValue": {
|
|
367
|
-
"func": false,
|
|
368
|
-
"value": false
|
|
369
|
-
}
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"name": "withBackground",
|
|
373
|
-
"description": "Renders an 'icon-only' button with a background color and border. Must be used in conjunction with the 'iconOnly' prop.",
|
|
374
|
-
"type": {
|
|
375
|
-
"name": "boolean"
|
|
376
|
-
},
|
|
377
|
-
"defaultValue": {
|
|
378
|
-
"func": false,
|
|
379
|
-
"value": false
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
],
|
|
383
|
-
"slots": [
|
|
384
|
-
{
|
|
385
|
-
"name": "icon-left",
|
|
386
|
-
"description": "Icon to the left of text content"
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"name": "icon",
|
|
390
|
-
"description": "Icon for icon-only button"
|
|
391
|
-
},
|
|
355
|
+
}
|
|
356
|
+
],
|
|
357
|
+
"slots": [
|
|
392
358
|
{
|
|
393
359
|
"name": "default",
|
|
394
|
-
"description": "
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"name": "icon-right",
|
|
398
|
-
"description": "Icon to the right of text content"
|
|
399
|
-
}
|
|
400
|
-
],
|
|
401
|
-
"sourceFiles": [
|
|
402
|
-
"./src/components/button/CdrButton.vue"
|
|
403
|
-
]
|
|
404
|
-
},
|
|
405
|
-
"CdrCaption": {
|
|
406
|
-
"displayName": "CdrCaption",
|
|
407
|
-
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
408
|
-
"tags": {},
|
|
409
|
-
"exportName": "default",
|
|
410
|
-
"props": [
|
|
411
|
-
{
|
|
412
|
-
"name": "summary",
|
|
413
|
-
"description": "Sets the string content for the description body of the caption.",
|
|
414
|
-
"tags": {
|
|
415
|
-
"demoIgnore": [
|
|
416
|
-
{
|
|
417
|
-
"description": "true",
|
|
418
|
-
"title": "demoIgnore"
|
|
419
|
-
}
|
|
420
|
-
]
|
|
421
|
-
},
|
|
422
|
-
"type": {
|
|
423
|
-
"name": "string"
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
"name": "credit",
|
|
428
|
-
"description": "Sets the string content for attribution.",
|
|
429
|
-
"tags": {
|
|
430
|
-
"demoIgnore": [
|
|
431
|
-
{
|
|
432
|
-
"description": "true",
|
|
433
|
-
"title": "demoIgnore"
|
|
434
|
-
}
|
|
435
|
-
]
|
|
436
|
-
},
|
|
437
|
-
"type": {
|
|
438
|
-
"name": "string"
|
|
439
|
-
}
|
|
360
|
+
"description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
|
|
440
361
|
}
|
|
441
362
|
],
|
|
442
363
|
"sourceFiles": [
|
|
443
|
-
"./src/components/
|
|
364
|
+
"./src/components/accordion/CdrAccordionGroup.vue"
|
|
444
365
|
]
|
|
445
366
|
},
|
|
446
367
|
"CdrCard": {
|
|
@@ -471,6 +392,29 @@
|
|
|
471
392
|
"./src/components/card/CdrCard.vue"
|
|
472
393
|
]
|
|
473
394
|
},
|
|
395
|
+
"CdrChip": {
|
|
396
|
+
"displayName": "CdrChip",
|
|
397
|
+
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
398
|
+
"tags": {},
|
|
399
|
+
"exportName": "default",
|
|
400
|
+
"slots": [
|
|
401
|
+
{
|
|
402
|
+
"name": "icon-left",
|
|
403
|
+
"description": "Icon to the left of the content"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "icon-right",
|
|
407
|
+
"description": "Icon to the right of the content"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "default",
|
|
411
|
+
"description": "Primary CdrChip content"
|
|
412
|
+
}
|
|
413
|
+
],
|
|
414
|
+
"sourceFiles": [
|
|
415
|
+
"./src/components/chip/CdrChip.vue"
|
|
416
|
+
]
|
|
417
|
+
},
|
|
474
418
|
"CdrCheckbox": {
|
|
475
419
|
"displayName": "CdrCheckbox",
|
|
476
420
|
"description": "Allows selecting one or more items from a list",
|
|
@@ -634,69 +578,6 @@
|
|
|
634
578
|
"./src/components/checkbox/CdrCheckbox.vue"
|
|
635
579
|
]
|
|
636
580
|
},
|
|
637
|
-
"CdrChipGroup": {
|
|
638
|
-
"displayName": "CdrChipGroup",
|
|
639
|
-
"exportName": "default",
|
|
640
|
-
"description": "",
|
|
641
|
-
"tags": {},
|
|
642
|
-
"props": [
|
|
643
|
-
{
|
|
644
|
-
"name": "label",
|
|
645
|
-
"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.",
|
|
646
|
-
"type": {
|
|
647
|
-
"name": "string"
|
|
648
|
-
},
|
|
649
|
-
"required": true
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
"name": "hideLabel",
|
|
653
|
-
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
654
|
-
"type": {
|
|
655
|
-
"name": "boolean"
|
|
656
|
-
},
|
|
657
|
-
"defaultValue": {
|
|
658
|
-
"func": false,
|
|
659
|
-
"value": true
|
|
660
|
-
}
|
|
661
|
-
}
|
|
662
|
-
],
|
|
663
|
-
"slots": [
|
|
664
|
-
{
|
|
665
|
-
"name": "label",
|
|
666
|
-
"description": "Override CdrChip label content with a custom element"
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"name": "default",
|
|
670
|
-
"description": "CdrChipGroup content (CdrChip components)"
|
|
671
|
-
}
|
|
672
|
-
],
|
|
673
|
-
"sourceFiles": [
|
|
674
|
-
"./src/components/chip/CdrChipGroup.vue"
|
|
675
|
-
]
|
|
676
|
-
},
|
|
677
|
-
"CdrChip": {
|
|
678
|
-
"displayName": "CdrChip",
|
|
679
|
-
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
680
|
-
"tags": {},
|
|
681
|
-
"exportName": "default",
|
|
682
|
-
"slots": [
|
|
683
|
-
{
|
|
684
|
-
"name": "icon-left",
|
|
685
|
-
"description": "Icon to the left of the content"
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"name": "icon-right",
|
|
689
|
-
"description": "Icon to the right of the content"
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"name": "default",
|
|
693
|
-
"description": "Primary CdrChip content"
|
|
694
|
-
}
|
|
695
|
-
],
|
|
696
|
-
"sourceFiles": [
|
|
697
|
-
"./src/components/chip/CdrChip.vue"
|
|
698
|
-
]
|
|
699
|
-
},
|
|
700
581
|
"CdrContainer": {
|
|
701
582
|
"displayName": "CdrContainer",
|
|
702
583
|
"description": "Provides base margins and responsive layout logic for pages",
|
|
@@ -748,28 +629,6 @@
|
|
|
748
629
|
"./src/components/container/CdrContainer.vue"
|
|
749
630
|
]
|
|
750
631
|
},
|
|
751
|
-
"CdrFormError": {
|
|
752
|
-
"displayName": "CdrFormError",
|
|
753
|
-
"exportName": "default",
|
|
754
|
-
"description": "",
|
|
755
|
-
"tags": {},
|
|
756
|
-
"props": [
|
|
757
|
-
{
|
|
758
|
-
"name": "error",
|
|
759
|
-
"type": {
|
|
760
|
-
"name": "boolean|string"
|
|
761
|
-
}
|
|
762
|
-
}
|
|
763
|
-
],
|
|
764
|
-
"slots": [
|
|
765
|
-
{
|
|
766
|
-
"name": "error"
|
|
767
|
-
}
|
|
768
|
-
],
|
|
769
|
-
"sourceFiles": [
|
|
770
|
-
"./src/components/formError/CdrFormError.vue"
|
|
771
|
-
]
|
|
772
|
-
},
|
|
773
632
|
"CdrGrid": {
|
|
774
633
|
"displayName": "CdrGrid",
|
|
775
634
|
"description": "Simple wrapper for working with CSS grid",
|
|
@@ -823,29 +682,37 @@
|
|
|
823
682
|
"./src/components/grid/CdrGrid.vue"
|
|
824
683
|
]
|
|
825
684
|
},
|
|
826
|
-
"
|
|
827
|
-
"displayName": "
|
|
828
|
-
"
|
|
829
|
-
"description": "",
|
|
685
|
+
"CdrFormGroup": {
|
|
686
|
+
"displayName": "CdrFormGroup",
|
|
687
|
+
"description": "Groups related input elements together",
|
|
830
688
|
"tags": {},
|
|
689
|
+
"exportName": "default",
|
|
831
690
|
"props": [
|
|
832
691
|
{
|
|
833
|
-
"name": "
|
|
692
|
+
"name": "id",
|
|
834
693
|
"type": {
|
|
835
694
|
"name": "string"
|
|
836
|
-
}
|
|
837
|
-
"required": true
|
|
695
|
+
}
|
|
838
696
|
},
|
|
839
697
|
{
|
|
840
698
|
"name": "label",
|
|
841
699
|
"type": {
|
|
842
700
|
"name": "string"
|
|
843
|
-
}
|
|
844
|
-
|
|
701
|
+
},
|
|
702
|
+
"required": false,
|
|
703
|
+
"defaultValue": {
|
|
704
|
+
"func": false,
|
|
705
|
+
"value": "''"
|
|
706
|
+
}
|
|
707
|
+
},
|
|
845
708
|
{
|
|
846
|
-
"name": "
|
|
709
|
+
"name": "error",
|
|
847
710
|
"type": {
|
|
848
|
-
"name": "boolean"
|
|
711
|
+
"name": "boolean|string"
|
|
712
|
+
},
|
|
713
|
+
"defaultValue": {
|
|
714
|
+
"func": false,
|
|
715
|
+
"value": false
|
|
849
716
|
}
|
|
850
717
|
},
|
|
851
718
|
{
|
|
@@ -861,7 +728,7 @@
|
|
|
861
728
|
}
|
|
862
729
|
},
|
|
863
730
|
{
|
|
864
|
-
"name": "
|
|
731
|
+
"name": "disabled",
|
|
865
732
|
"type": {
|
|
866
733
|
"name": "boolean"
|
|
867
734
|
}
|
|
@@ -869,152 +736,260 @@
|
|
|
869
736
|
],
|
|
870
737
|
"slots": [
|
|
871
738
|
{
|
|
872
|
-
"name": "
|
|
739
|
+
"name": "label"
|
|
873
740
|
},
|
|
874
741
|
{
|
|
875
742
|
"name": "default"
|
|
876
743
|
},
|
|
877
|
-
{
|
|
878
|
-
"name": "info-action"
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"name": "info"
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"name": "helper-text-bottom"
|
|
885
|
-
},
|
|
886
744
|
{
|
|
887
745
|
"name": "error"
|
|
888
746
|
}
|
|
889
747
|
],
|
|
890
748
|
"sourceFiles": [
|
|
891
|
-
"./src/components/
|
|
749
|
+
"./src/components/formGroup/CdrFormGroup.vue"
|
|
892
750
|
]
|
|
893
751
|
},
|
|
894
|
-
"
|
|
895
|
-
"displayName": "
|
|
896
|
-
"description": "
|
|
752
|
+
"CdrButton": {
|
|
753
|
+
"displayName": "CdrButton",
|
|
754
|
+
"description": "Initiates an action, such as completing a task or submitting information",
|
|
897
755
|
"tags": {},
|
|
898
756
|
"exportName": "default",
|
|
899
757
|
"props": [
|
|
900
758
|
{
|
|
901
|
-
"name": "
|
|
759
|
+
"name": "tag",
|
|
760
|
+
"description": "Renders CdrButton as a <button> or <a> element. When using the value of <a>, this element renders as an anchor link.",
|
|
761
|
+
"tags": {
|
|
762
|
+
"demoIgnore": [
|
|
763
|
+
{
|
|
764
|
+
"description": "true",
|
|
765
|
+
"title": "demoIgnore"
|
|
766
|
+
}
|
|
767
|
+
]
|
|
768
|
+
},
|
|
769
|
+
"values": [
|
|
770
|
+
"button",
|
|
771
|
+
"a"
|
|
772
|
+
],
|
|
902
773
|
"type": {
|
|
903
774
|
"name": "string"
|
|
775
|
+
},
|
|
776
|
+
"defaultValue": {
|
|
777
|
+
"func": false,
|
|
778
|
+
"value": "'button'"
|
|
904
779
|
}
|
|
905
780
|
},
|
|
906
781
|
{
|
|
907
|
-
"name": "
|
|
782
|
+
"name": "type",
|
|
783
|
+
"description": "Sets the button type",
|
|
784
|
+
"tags": {
|
|
785
|
+
"demoIgnore": [
|
|
786
|
+
{
|
|
787
|
+
"description": "true",
|
|
788
|
+
"title": "demoIgnore"
|
|
789
|
+
}
|
|
790
|
+
]
|
|
791
|
+
},
|
|
792
|
+
"values": [
|
|
793
|
+
"button",
|
|
794
|
+
"submit",
|
|
795
|
+
"reset"
|
|
796
|
+
],
|
|
908
797
|
"type": {
|
|
909
798
|
"name": "string"
|
|
910
799
|
},
|
|
911
|
-
"required": false,
|
|
912
800
|
"defaultValue": {
|
|
913
801
|
"func": false,
|
|
914
|
-
"value": "''"
|
|
802
|
+
"value": "'button'"
|
|
915
803
|
}
|
|
916
804
|
},
|
|
917
805
|
{
|
|
918
|
-
"name": "
|
|
806
|
+
"name": "modifier",
|
|
807
|
+
"description": "Modifies the style variant for this component",
|
|
808
|
+
"tags": {
|
|
809
|
+
"demoSelectMultiple": [
|
|
810
|
+
{
|
|
811
|
+
"description": "false",
|
|
812
|
+
"title": "demoSelectMultiple"
|
|
813
|
+
}
|
|
814
|
+
]
|
|
815
|
+
},
|
|
816
|
+
"values": [
|
|
817
|
+
"primary",
|
|
818
|
+
"secondary",
|
|
819
|
+
"sale",
|
|
820
|
+
"dark",
|
|
821
|
+
"link"
|
|
822
|
+
],
|
|
919
823
|
"type": {
|
|
920
|
-
"name": "
|
|
824
|
+
"name": "string"
|
|
921
825
|
},
|
|
922
826
|
"defaultValue": {
|
|
923
827
|
"func": false,
|
|
924
|
-
"value":
|
|
828
|
+
"value": "'primary'"
|
|
925
829
|
}
|
|
926
830
|
},
|
|
927
831
|
{
|
|
928
|
-
"name": "
|
|
832
|
+
"name": "size",
|
|
833
|
+
"description": "Sets the button size; values can target responsive breakpoints. Example: `large@sm`.",
|
|
834
|
+
"tags": {
|
|
835
|
+
"demoSelectMultiple": [
|
|
836
|
+
{
|
|
837
|
+
"description": "false",
|
|
838
|
+
"title": "demoSelectMultiple"
|
|
839
|
+
}
|
|
840
|
+
]
|
|
841
|
+
},
|
|
842
|
+
"values": [
|
|
843
|
+
"small",
|
|
844
|
+
"medium",
|
|
845
|
+
"large"
|
|
846
|
+
],
|
|
929
847
|
"type": {
|
|
930
|
-
"name": "
|
|
848
|
+
"name": "string"
|
|
849
|
+
},
|
|
850
|
+
"defaultValue": {
|
|
851
|
+
"func": false,
|
|
852
|
+
"value": "'medium'"
|
|
931
853
|
}
|
|
932
854
|
},
|
|
933
855
|
{
|
|
934
|
-
"name": "
|
|
856
|
+
"name": "fullWidth",
|
|
857
|
+
"description": "Sets button width to 100%. Setting this value to true will set the button width to 100% of the parent container. Use the 'fullWidth' prop with the 'size' prop to control top and bottom padding.",
|
|
858
|
+
"type": {
|
|
859
|
+
"name": "string|boolean"
|
|
860
|
+
},
|
|
861
|
+
"defaultValue": {
|
|
862
|
+
"func": false,
|
|
863
|
+
"value": false
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"name": "iconOnly",
|
|
868
|
+
"description": "Renders an 'icon-only' button. When this value is true, it will override the size and 'responsiveSize' props. Can be used in conjunction with 'with-background'",
|
|
935
869
|
"type": {
|
|
936
870
|
"name": "boolean"
|
|
871
|
+
},
|
|
872
|
+
"defaultValue": {
|
|
873
|
+
"func": false,
|
|
874
|
+
"value": false
|
|
937
875
|
}
|
|
938
876
|
},
|
|
939
877
|
{
|
|
940
|
-
"name": "
|
|
878
|
+
"name": "withBackground",
|
|
879
|
+
"description": "Renders an 'icon-only' button with a background color and border. Must be used in conjunction with the 'iconOnly' prop.",
|
|
941
880
|
"type": {
|
|
942
881
|
"name": "boolean"
|
|
882
|
+
},
|
|
883
|
+
"defaultValue": {
|
|
884
|
+
"func": false,
|
|
885
|
+
"value": false
|
|
943
886
|
}
|
|
944
887
|
}
|
|
945
888
|
],
|
|
946
889
|
"slots": [
|
|
947
890
|
{
|
|
948
|
-
"name": "
|
|
891
|
+
"name": "icon-left",
|
|
892
|
+
"description": "Icon to the left of text content"
|
|
949
893
|
},
|
|
950
894
|
{
|
|
951
|
-
"name": "
|
|
895
|
+
"name": "icon",
|
|
896
|
+
"description": "Icon for icon-only button"
|
|
952
897
|
},
|
|
953
898
|
{
|
|
954
|
-
"name": "
|
|
899
|
+
"name": "default",
|
|
900
|
+
"description": "Readable text of the button. Leave empty if icon-only"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"name": "icon-right",
|
|
904
|
+
"description": "Icon to the right of text content"
|
|
955
905
|
}
|
|
956
906
|
],
|
|
957
907
|
"sourceFiles": [
|
|
958
|
-
"./src/components/
|
|
908
|
+
"./src/components/button/CdrButton.vue"
|
|
959
909
|
]
|
|
960
910
|
},
|
|
961
|
-
"
|
|
962
|
-
"displayName": "
|
|
963
|
-
"description": "
|
|
911
|
+
"CdrIcon": {
|
|
912
|
+
"displayName": "CdrIcon",
|
|
913
|
+
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
964
914
|
"tags": {},
|
|
965
915
|
"exportName": "default",
|
|
966
916
|
"props": [
|
|
967
917
|
{
|
|
968
|
-
"name": "
|
|
969
|
-
"description": "Sets the
|
|
970
|
-
"
|
|
971
|
-
"
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
918
|
+
"name": "use",
|
|
919
|
+
"description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
|
|
920
|
+
"type": {
|
|
921
|
+
"name": "string"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"name": "inheritColor",
|
|
926
|
+
"description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
|
|
927
|
+
"type": {
|
|
928
|
+
"name": "boolean"
|
|
977
929
|
},
|
|
978
|
-
"
|
|
979
|
-
"
|
|
980
|
-
"
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
930
|
+
"defaultValue": {
|
|
931
|
+
"func": false,
|
|
932
|
+
"value": false
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "size",
|
|
985
937
|
"type": {
|
|
986
938
|
"name": "string"
|
|
987
939
|
},
|
|
988
940
|
"defaultValue": {
|
|
989
941
|
"func": false,
|
|
990
|
-
"value": "'
|
|
942
|
+
"value": "'medium'"
|
|
991
943
|
}
|
|
992
944
|
}
|
|
993
945
|
],
|
|
994
946
|
"slots": [
|
|
995
947
|
{
|
|
996
|
-
"name": "
|
|
997
|
-
|
|
998
|
-
|
|
948
|
+
"name": "default"
|
|
949
|
+
}
|
|
950
|
+
],
|
|
951
|
+
"sourceFiles": [
|
|
952
|
+
"./src/components/icon/CdrIcon.vue"
|
|
953
|
+
]
|
|
954
|
+
},
|
|
955
|
+
"CdrChipGroup": {
|
|
956
|
+
"displayName": "CdrChipGroup",
|
|
957
|
+
"exportName": "default",
|
|
958
|
+
"description": "",
|
|
959
|
+
"tags": {},
|
|
960
|
+
"props": [
|
|
999
961
|
{
|
|
1000
|
-
"name": "
|
|
1001
|
-
"description": "
|
|
962
|
+
"name": "label",
|
|
963
|
+
"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.",
|
|
964
|
+
"type": {
|
|
965
|
+
"name": "string"
|
|
966
|
+
},
|
|
967
|
+
"required": true
|
|
1002
968
|
},
|
|
1003
969
|
{
|
|
1004
|
-
"name": "
|
|
1005
|
-
"description": "
|
|
1006
|
-
|
|
970
|
+
"name": "hideLabel",
|
|
971
|
+
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
972
|
+
"type": {
|
|
973
|
+
"name": "boolean"
|
|
974
|
+
},
|
|
975
|
+
"defaultValue": {
|
|
976
|
+
"func": false,
|
|
977
|
+
"value": true
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
"slots": [
|
|
1007
982
|
{
|
|
1008
|
-
"name": "
|
|
1009
|
-
"description": "
|
|
983
|
+
"name": "label",
|
|
984
|
+
"description": "Override CdrChip label content with a custom element"
|
|
1010
985
|
},
|
|
1011
986
|
{
|
|
1012
|
-
"name": "
|
|
1013
|
-
"description": "
|
|
987
|
+
"name": "default",
|
|
988
|
+
"description": "CdrChipGroup content (CdrChip components)"
|
|
1014
989
|
}
|
|
1015
990
|
],
|
|
1016
991
|
"sourceFiles": [
|
|
1017
|
-
"./src/components/
|
|
992
|
+
"./src/components/chip/CdrChipGroup.vue"
|
|
1018
993
|
]
|
|
1019
994
|
},
|
|
1020
995
|
"CdrLabelWrapper": {
|
|
@@ -1072,53 +1047,9 @@
|
|
|
1072
1047
|
"./src/components/labelWrapper/CdrLabelWrapper.vue"
|
|
1073
1048
|
]
|
|
1074
1049
|
},
|
|
1075
|
-
"
|
|
1076
|
-
"displayName": "
|
|
1077
|
-
"description": "
|
|
1078
|
-
"tags": {},
|
|
1079
|
-
"exportName": "default",
|
|
1080
|
-
"props": [
|
|
1081
|
-
{
|
|
1082
|
-
"name": "use",
|
|
1083
|
-
"description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
|
|
1084
|
-
"type": {
|
|
1085
|
-
"name": "string"
|
|
1086
|
-
}
|
|
1087
|
-
},
|
|
1088
|
-
{
|
|
1089
|
-
"name": "inheritColor",
|
|
1090
|
-
"description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
|
|
1091
|
-
"type": {
|
|
1092
|
-
"name": "boolean"
|
|
1093
|
-
},
|
|
1094
|
-
"defaultValue": {
|
|
1095
|
-
"func": false,
|
|
1096
|
-
"value": false
|
|
1097
|
-
}
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"name": "size",
|
|
1101
|
-
"type": {
|
|
1102
|
-
"name": "string"
|
|
1103
|
-
},
|
|
1104
|
-
"defaultValue": {
|
|
1105
|
-
"func": false,
|
|
1106
|
-
"value": "'medium'"
|
|
1107
|
-
}
|
|
1108
|
-
}
|
|
1109
|
-
],
|
|
1110
|
-
"slots": [
|
|
1111
|
-
{
|
|
1112
|
-
"name": "default"
|
|
1113
|
-
}
|
|
1114
|
-
],
|
|
1115
|
-
"sourceFiles": [
|
|
1116
|
-
"./src/components/icon/CdrIcon.vue"
|
|
1117
|
-
]
|
|
1118
|
-
},
|
|
1119
|
-
"CdrImg": {
|
|
1120
|
-
"displayName": "CdrImg",
|
|
1121
|
-
"description": "Media for capturing attention and communicating messages",
|
|
1050
|
+
"CdrImg": {
|
|
1051
|
+
"displayName": "CdrImg",
|
|
1052
|
+
"description": "Media for capturing attention and communicating messages",
|
|
1122
1053
|
"tags": {},
|
|
1123
1054
|
"exportName": "default",
|
|
1124
1055
|
"props": [
|
|
@@ -1251,104 +1182,6 @@
|
|
|
1251
1182
|
"./src/components/image/CdrImg.vue"
|
|
1252
1183
|
]
|
|
1253
1184
|
},
|
|
1254
|
-
"CdrLink": {
|
|
1255
|
-
"displayName": "CdrLink",
|
|
1256
|
-
"description": "Clickable text elements used for navigating to other pages or sections",
|
|
1257
|
-
"tags": {},
|
|
1258
|
-
"exportName": "default",
|
|
1259
|
-
"props": [
|
|
1260
|
-
{
|
|
1261
|
-
"name": "tag",
|
|
1262
|
-
"description": "Sets valid HTML element tag",
|
|
1263
|
-
"tags": {},
|
|
1264
|
-
"values": [
|
|
1265
|
-
"a",
|
|
1266
|
-
"button"
|
|
1267
|
-
],
|
|
1268
|
-
"type": {
|
|
1269
|
-
"name": "string"
|
|
1270
|
-
},
|
|
1271
|
-
"defaultValue": {
|
|
1272
|
-
"func": false,
|
|
1273
|
-
"value": "'a'"
|
|
1274
|
-
}
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
"name": "href",
|
|
1278
|
-
"description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
|
|
1279
|
-
"type": {
|
|
1280
|
-
"name": "string"
|
|
1281
|
-
},
|
|
1282
|
-
"defaultValue": {
|
|
1283
|
-
"func": false,
|
|
1284
|
-
"value": "'#'"
|
|
1285
|
-
}
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
"name": "inheritColor",
|
|
1289
|
-
"description": "Sets color and fill",
|
|
1290
|
-
"type": {
|
|
1291
|
-
"name": "boolean"
|
|
1292
|
-
},
|
|
1293
|
-
"defaultValue": {
|
|
1294
|
-
"func": false,
|
|
1295
|
-
"value": false
|
|
1296
|
-
}
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"name": "modifier",
|
|
1300
|
-
"description": "Modifies the style variant for this component.",
|
|
1301
|
-
"tags": {},
|
|
1302
|
-
"values": [
|
|
1303
|
-
"standalone"
|
|
1304
|
-
],
|
|
1305
|
-
"type": {
|
|
1306
|
-
"name": "string"
|
|
1307
|
-
},
|
|
1308
|
-
"defaultValue": {
|
|
1309
|
-
"func": false,
|
|
1310
|
-
"value": "''"
|
|
1311
|
-
}
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
"name": "target",
|
|
1315
|
-
"tags": {
|
|
1316
|
-
"ignore": [
|
|
1317
|
-
{
|
|
1318
|
-
"description": true,
|
|
1319
|
-
"title": "ignore"
|
|
1320
|
-
}
|
|
1321
|
-
]
|
|
1322
|
-
},
|
|
1323
|
-
"type": {
|
|
1324
|
-
"name": "string"
|
|
1325
|
-
}
|
|
1326
|
-
},
|
|
1327
|
-
{
|
|
1328
|
-
"name": "rel",
|
|
1329
|
-
"tags": {
|
|
1330
|
-
"ignore": [
|
|
1331
|
-
{
|
|
1332
|
-
"description": true,
|
|
1333
|
-
"title": "ignore"
|
|
1334
|
-
}
|
|
1335
|
-
]
|
|
1336
|
-
},
|
|
1337
|
-
"type": {
|
|
1338
|
-
"name": "string"
|
|
1339
|
-
}
|
|
1340
|
-
}
|
|
1341
|
-
],
|
|
1342
|
-
"slots": [
|
|
1343
|
-
{
|
|
1344
|
-
"name": "default",
|
|
1345
|
-
"description": "Readable text of the link"
|
|
1346
|
-
}
|
|
1347
|
-
],
|
|
1348
|
-
"sourceFiles": [
|
|
1349
|
-
"./src/components/link/CdrLink.vue"
|
|
1350
|
-
]
|
|
1351
|
-
},
|
|
1352
1185
|
"CdrInput": {
|
|
1353
1186
|
"displayName": "CdrInput",
|
|
1354
1187
|
"description": "Allows for data entry, editing, and search",
|
|
@@ -1580,336 +1413,195 @@
|
|
|
1580
1413
|
"./src/components/input/CdrInput.vue"
|
|
1581
1414
|
]
|
|
1582
1415
|
},
|
|
1583
|
-
"
|
|
1584
|
-
"displayName": "
|
|
1585
|
-
"description": "Groups related content items together either vertically or horizontally",
|
|
1586
|
-
"tags": {},
|
|
1416
|
+
"CdrLabelStandalone": {
|
|
1417
|
+
"displayName": "CdrLabelStandalone",
|
|
1587
1418
|
"exportName": "default",
|
|
1419
|
+
"description": "",
|
|
1420
|
+
"tags": {},
|
|
1588
1421
|
"props": [
|
|
1589
1422
|
{
|
|
1590
|
-
"name": "
|
|
1591
|
-
"description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
|
|
1592
|
-
"tags": {},
|
|
1593
|
-
"values": [
|
|
1594
|
-
"ul",
|
|
1595
|
-
"ol"
|
|
1596
|
-
],
|
|
1423
|
+
"name": "forId",
|
|
1597
1424
|
"type": {
|
|
1598
1425
|
"name": "string"
|
|
1599
1426
|
},
|
|
1600
|
-
"
|
|
1601
|
-
"func": false,
|
|
1602
|
-
"value": "'ul'"
|
|
1603
|
-
}
|
|
1427
|
+
"required": true
|
|
1604
1428
|
},
|
|
1605
1429
|
{
|
|
1606
|
-
"name": "
|
|
1607
|
-
"description": "Modifies the style variant for this component",
|
|
1608
|
-
"tags": {
|
|
1609
|
-
"demoSelectMultiple": [
|
|
1610
|
-
{
|
|
1611
|
-
"description": "true",
|
|
1612
|
-
"title": "demoSelectMultiple"
|
|
1613
|
-
}
|
|
1614
|
-
]
|
|
1615
|
-
},
|
|
1616
|
-
"values": [
|
|
1617
|
-
"ordered",
|
|
1618
|
-
"unordered",
|
|
1619
|
-
"compact",
|
|
1620
|
-
"inline"
|
|
1621
|
-
],
|
|
1430
|
+
"name": "label",
|
|
1622
1431
|
"type": {
|
|
1623
1432
|
"name": "string"
|
|
1624
|
-
},
|
|
1625
|
-
"defaultValue": {
|
|
1626
|
-
"func": false,
|
|
1627
|
-
"value": "''"
|
|
1628
1433
|
}
|
|
1629
|
-
}
|
|
1630
|
-
],
|
|
1631
|
-
"slots": [
|
|
1632
|
-
{
|
|
1633
|
-
"name": "default",
|
|
1634
|
-
"description": "CdrList content (list-items)"
|
|
1635
|
-
}
|
|
1636
|
-
],
|
|
1637
|
-
"sourceFiles": [
|
|
1638
|
-
"./src/components/list/CdrList.vue"
|
|
1639
|
-
]
|
|
1640
|
-
},
|
|
1641
|
-
"CdrModal": {
|
|
1642
|
-
"displayName": "CdrModal",
|
|
1643
|
-
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
1644
|
-
"tags": {},
|
|
1645
|
-
"exportName": "default",
|
|
1646
|
-
"props": [
|
|
1434
|
+
},
|
|
1647
1435
|
{
|
|
1648
|
-
"name": "
|
|
1649
|
-
"description": "Toggles the state of the modal",
|
|
1650
|
-
"tags": {
|
|
1651
|
-
"demoIgnore": [
|
|
1652
|
-
{
|
|
1653
|
-
"description": "true",
|
|
1654
|
-
"title": "demoIgnore"
|
|
1655
|
-
}
|
|
1656
|
-
]
|
|
1657
|
-
},
|
|
1436
|
+
"name": "disabled",
|
|
1658
1437
|
"type": {
|
|
1659
1438
|
"name": "boolean"
|
|
1660
|
-
}
|
|
1661
|
-
"required": true
|
|
1439
|
+
}
|
|
1662
1440
|
},
|
|
1663
1441
|
{
|
|
1664
|
-
"name": "
|
|
1665
|
-
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
1442
|
+
"name": "required",
|
|
1666
1443
|
"type": {
|
|
1667
|
-
"name": "
|
|
1668
|
-
}
|
|
1669
|
-
"required": true
|
|
1444
|
+
"name": "boolean"
|
|
1445
|
+
}
|
|
1670
1446
|
},
|
|
1671
1447
|
{
|
|
1672
|
-
"name": "
|
|
1673
|
-
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
1448
|
+
"name": "optional",
|
|
1674
1449
|
"type": {
|
|
1675
1450
|
"name": "boolean"
|
|
1676
|
-
},
|
|
1677
|
-
"required": false,
|
|
1678
|
-
"defaultValue": {
|
|
1679
|
-
"func": false,
|
|
1680
|
-
"value": true
|
|
1681
1451
|
}
|
|
1682
1452
|
},
|
|
1683
1453
|
{
|
|
1684
|
-
"name": "
|
|
1685
|
-
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
1454
|
+
"name": "hideLabel",
|
|
1686
1455
|
"type": {
|
|
1687
|
-
"name": "
|
|
1688
|
-
},
|
|
1689
|
-
"required": false,
|
|
1690
|
-
"defaultValue": {
|
|
1691
|
-
"func": false,
|
|
1692
|
-
"value": "null"
|
|
1456
|
+
"name": "boolean"
|
|
1693
1457
|
}
|
|
1458
|
+
}
|
|
1459
|
+
],
|
|
1460
|
+
"slots": [
|
|
1461
|
+
{
|
|
1462
|
+
"name": "helper"
|
|
1694
1463
|
},
|
|
1695
1464
|
{
|
|
1696
|
-
"name": "
|
|
1697
|
-
"description": "Sets the `role` attribute on the modal content element",
|
|
1698
|
-
"tags": {},
|
|
1699
|
-
"values": [
|
|
1700
|
-
"dialog",
|
|
1701
|
-
"alertDialog"
|
|
1702
|
-
],
|
|
1703
|
-
"type": {
|
|
1704
|
-
"name": "string"
|
|
1705
|
-
},
|
|
1706
|
-
"required": false,
|
|
1707
|
-
"defaultValue": {
|
|
1708
|
-
"func": false,
|
|
1709
|
-
"value": "'dialog'"
|
|
1710
|
-
}
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"name": "id",
|
|
1714
|
-
"description": "Sets unique `id` for modal",
|
|
1715
|
-
"type": {
|
|
1716
|
-
"name": "string"
|
|
1717
|
-
},
|
|
1718
|
-
"required": false,
|
|
1719
|
-
"defaultValue": {
|
|
1720
|
-
"func": false,
|
|
1721
|
-
"value": "null"
|
|
1722
|
-
}
|
|
1723
|
-
},
|
|
1724
|
-
{
|
|
1725
|
-
"name": "overlayClass",
|
|
1726
|
-
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
1727
|
-
"type": {
|
|
1728
|
-
"name": "string"
|
|
1729
|
-
}
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"name": "wrapperClass",
|
|
1733
|
-
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
1734
|
-
"type": {
|
|
1735
|
-
"name": "string"
|
|
1736
|
-
}
|
|
1465
|
+
"name": "default"
|
|
1737
1466
|
},
|
|
1738
1467
|
{
|
|
1739
|
-
"name": "
|
|
1740
|
-
"description": "Adds custom class to the `cdr-modal__innerWrap` div",
|
|
1741
|
-
"type": {
|
|
1742
|
-
"name": "string"
|
|
1743
|
-
}
|
|
1468
|
+
"name": "info-action"
|
|
1744
1469
|
},
|
|
1745
1470
|
{
|
|
1746
|
-
"name": "
|
|
1747
|
-
"description": "Sets duration for modal's close animation",
|
|
1748
|
-
"type": {
|
|
1749
|
-
"name": "number"
|
|
1750
|
-
},
|
|
1751
|
-
"defaultValue": {
|
|
1752
|
-
"func": false,
|
|
1753
|
-
"value": "300"
|
|
1754
|
-
}
|
|
1755
|
-
}
|
|
1756
|
-
],
|
|
1757
|
-
"events": [
|
|
1758
|
-
{
|
|
1759
|
-
"name": "closed",
|
|
1760
|
-
"description": "Fires when modal is closed"
|
|
1761
|
-
}
|
|
1762
|
-
],
|
|
1763
|
-
"slots": [
|
|
1764
|
-
{
|
|
1765
|
-
"name": "modal",
|
|
1766
|
-
"description": "Use to override the entire CdrModal content container."
|
|
1471
|
+
"name": "info"
|
|
1767
1472
|
},
|
|
1768
1473
|
{
|
|
1769
|
-
"name": "
|
|
1770
|
-
"description": "Use to override the default title"
|
|
1474
|
+
"name": "helper-text-bottom"
|
|
1771
1475
|
},
|
|
1772
1476
|
{
|
|
1773
|
-
"name": "
|
|
1477
|
+
"name": "error"
|
|
1774
1478
|
}
|
|
1775
1479
|
],
|
|
1776
1480
|
"sourceFiles": [
|
|
1777
|
-
"./src/components/
|
|
1481
|
+
"./src/components/labelStandalone/CdrLabelStandalone.vue"
|
|
1778
1482
|
]
|
|
1779
1483
|
},
|
|
1780
|
-
"
|
|
1781
|
-
"displayName": "
|
|
1782
|
-
"description": "
|
|
1484
|
+
"CdrLink": {
|
|
1485
|
+
"displayName": "CdrLink",
|
|
1486
|
+
"description": "Clickable text elements used for navigating to other pages or sections",
|
|
1783
1487
|
"tags": {},
|
|
1784
1488
|
"exportName": "default",
|
|
1785
1489
|
"props": [
|
|
1786
1490
|
{
|
|
1787
|
-
"name": "
|
|
1788
|
-
"description": "
|
|
1789
|
-
"tags": {
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
}
|
|
1795
|
-
]
|
|
1796
|
-
},
|
|
1491
|
+
"name": "tag",
|
|
1492
|
+
"description": "Sets valid HTML element tag",
|
|
1493
|
+
"tags": {},
|
|
1494
|
+
"values": [
|
|
1495
|
+
"a",
|
|
1496
|
+
"button"
|
|
1497
|
+
],
|
|
1797
1498
|
"type": {
|
|
1798
1499
|
"name": "string"
|
|
1500
|
+
},
|
|
1501
|
+
"defaultValue": {
|
|
1502
|
+
"func": false,
|
|
1503
|
+
"value": "'a'"
|
|
1799
1504
|
}
|
|
1800
1505
|
},
|
|
1801
1506
|
{
|
|
1802
|
-
"name": "
|
|
1803
|
-
"description": "Sets
|
|
1507
|
+
"name": "href",
|
|
1508
|
+
"description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
|
|
1804
1509
|
"type": {
|
|
1805
|
-
"name": "
|
|
1510
|
+
"name": "string"
|
|
1806
1511
|
},
|
|
1807
1512
|
"defaultValue": {
|
|
1808
1513
|
"func": false,
|
|
1809
|
-
"value": "
|
|
1514
|
+
"value": "'#'"
|
|
1810
1515
|
}
|
|
1811
1516
|
},
|
|
1812
1517
|
{
|
|
1813
|
-
"name": "
|
|
1814
|
-
"description": "
|
|
1518
|
+
"name": "inheritColor",
|
|
1519
|
+
"description": "Sets color and fill",
|
|
1815
1520
|
"type": {
|
|
1816
|
-
"name": "
|
|
1521
|
+
"name": "boolean"
|
|
1817
1522
|
},
|
|
1818
|
-
"
|
|
1523
|
+
"defaultValue": {
|
|
1524
|
+
"func": false,
|
|
1525
|
+
"value": false
|
|
1526
|
+
}
|
|
1819
1527
|
},
|
|
1820
1528
|
{
|
|
1821
|
-
"name": "
|
|
1822
|
-
"description": "
|
|
1529
|
+
"name": "modifier",
|
|
1530
|
+
"description": "Modifies the style variant for this component.",
|
|
1823
1531
|
"tags": {},
|
|
1824
1532
|
"values": [
|
|
1825
|
-
"
|
|
1826
|
-
"button"
|
|
1533
|
+
"standalone"
|
|
1827
1534
|
],
|
|
1828
1535
|
"type": {
|
|
1829
1536
|
"name": "string"
|
|
1830
1537
|
},
|
|
1831
1538
|
"defaultValue": {
|
|
1832
1539
|
"func": false,
|
|
1833
|
-
"value": "'
|
|
1540
|
+
"value": "''"
|
|
1834
1541
|
}
|
|
1835
1542
|
},
|
|
1836
1543
|
{
|
|
1837
|
-
"name": "
|
|
1838
|
-
"
|
|
1544
|
+
"name": "target",
|
|
1545
|
+
"tags": {
|
|
1546
|
+
"ignore": [
|
|
1547
|
+
{
|
|
1548
|
+
"description": true,
|
|
1549
|
+
"title": "ignore"
|
|
1550
|
+
}
|
|
1551
|
+
]
|
|
1552
|
+
},
|
|
1839
1553
|
"type": {
|
|
1840
1554
|
"name": "string"
|
|
1841
|
-
},
|
|
1842
|
-
"defaultValue": {
|
|
1843
|
-
"func": false,
|
|
1844
|
-
"value": "''"
|
|
1845
1555
|
}
|
|
1846
1556
|
},
|
|
1847
1557
|
{
|
|
1848
|
-
"name": "
|
|
1558
|
+
"name": "rel",
|
|
1849
1559
|
"tags": {
|
|
1850
1560
|
"ignore": [
|
|
1851
1561
|
{
|
|
1852
|
-
"description":
|
|
1562
|
+
"description": true,
|
|
1853
1563
|
"title": "ignore"
|
|
1854
1564
|
}
|
|
1855
1565
|
]
|
|
1856
1566
|
},
|
|
1857
1567
|
"type": {
|
|
1858
|
-
"name": "
|
|
1568
|
+
"name": "string"
|
|
1859
1569
|
}
|
|
1860
1570
|
}
|
|
1861
1571
|
],
|
|
1862
|
-
"
|
|
1863
|
-
{
|
|
1864
|
-
"name": "update:modelValue",
|
|
1865
|
-
"description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
|
|
1866
|
-
"properties": [
|
|
1867
|
-
{
|
|
1868
|
-
"type": {
|
|
1869
|
-
"names": [
|
|
1870
|
-
"mixed"
|
|
1871
|
-
]
|
|
1872
|
-
},
|
|
1873
|
-
"name": "modelValue"
|
|
1874
|
-
}
|
|
1875
|
-
],
|
|
1876
|
-
"tags": [
|
|
1877
|
-
{
|
|
1878
|
-
"title": "param",
|
|
1879
|
-
"type": {
|
|
1880
|
-
"name": "mixed"
|
|
1881
|
-
},
|
|
1882
|
-
"name": "modelValue"
|
|
1883
|
-
}
|
|
1884
|
-
]
|
|
1885
|
-
},
|
|
1572
|
+
"slots": [
|
|
1886
1573
|
{
|
|
1887
|
-
"name": "
|
|
1888
|
-
"description": "
|
|
1574
|
+
"name": "default",
|
|
1575
|
+
"description": "Readable text of the link"
|
|
1889
1576
|
}
|
|
1890
1577
|
],
|
|
1891
1578
|
"sourceFiles": [
|
|
1892
|
-
"./src/components/
|
|
1579
|
+
"./src/components/link/CdrLink.vue"
|
|
1893
1580
|
]
|
|
1894
1581
|
},
|
|
1895
|
-
"
|
|
1896
|
-
"displayName": "
|
|
1897
|
-
"
|
|
1898
|
-
"description": "",
|
|
1582
|
+
"CdrPopover": {
|
|
1583
|
+
"displayName": "CdrPopover",
|
|
1584
|
+
"description": "Small overlay used to display contextual information",
|
|
1899
1585
|
"tags": {},
|
|
1586
|
+
"exportName": "default",
|
|
1900
1587
|
"props": [
|
|
1901
|
-
{
|
|
1902
|
-
"name": "opened",
|
|
1903
|
-
"type": {
|
|
1904
|
-
"name": "boolean"
|
|
1905
|
-
},
|
|
1906
|
-
"defaultValue": {
|
|
1907
|
-
"func": false,
|
|
1908
|
-
"value": false
|
|
1909
|
-
}
|
|
1910
|
-
},
|
|
1911
1588
|
{
|
|
1912
1589
|
"name": "position",
|
|
1590
|
+
"description": "Sets the position where the popover will render relative to the trigger element.",
|
|
1591
|
+
"tags": {
|
|
1592
|
+
"demoSelectMultiple": [
|
|
1593
|
+
{
|
|
1594
|
+
"description": "false",
|
|
1595
|
+
"title": "demoSelectMultiple"
|
|
1596
|
+
}
|
|
1597
|
+
]
|
|
1598
|
+
},
|
|
1599
|
+
"values": [
|
|
1600
|
+
"top",
|
|
1601
|
+
"bottom",
|
|
1602
|
+
"left",
|
|
1603
|
+
"right"
|
|
1604
|
+
],
|
|
1913
1605
|
"type": {
|
|
1914
1606
|
"name": "string"
|
|
1915
1607
|
},
|
|
@@ -1921,62 +1613,116 @@
|
|
|
1921
1613
|
},
|
|
1922
1614
|
{
|
|
1923
1615
|
"name": "autoPosition",
|
|
1616
|
+
"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`.",
|
|
1924
1617
|
"type": {
|
|
1925
1618
|
"name": "boolean"
|
|
1926
1619
|
},
|
|
1620
|
+
"required": false,
|
|
1927
1621
|
"defaultValue": {
|
|
1928
1622
|
"func": false,
|
|
1929
1623
|
"value": true
|
|
1930
1624
|
}
|
|
1931
1625
|
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "label",
|
|
1628
|
+
"description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
|
|
1629
|
+
"type": {
|
|
1630
|
+
"name": "string"
|
|
1631
|
+
},
|
|
1632
|
+
"required": false
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"name": "id",
|
|
1636
|
+
"description": "ID for the popover element, required for accessibility",
|
|
1637
|
+
"type": {
|
|
1638
|
+
"name": "string"
|
|
1639
|
+
},
|
|
1640
|
+
"required": true
|
|
1641
|
+
},
|
|
1932
1642
|
{
|
|
1933
1643
|
"name": "contentClass",
|
|
1644
|
+
"description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
|
|
1934
1645
|
"type": {
|
|
1935
1646
|
"name": "string"
|
|
1647
|
+
},
|
|
1648
|
+
"required": false
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"name": "open",
|
|
1652
|
+
"description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
|
|
1653
|
+
"tags": {
|
|
1654
|
+
"demoIgnore": [
|
|
1655
|
+
{
|
|
1656
|
+
"description": "true",
|
|
1657
|
+
"title": "demoIgnore"
|
|
1658
|
+
}
|
|
1659
|
+
]
|
|
1660
|
+
},
|
|
1661
|
+
"type": {
|
|
1662
|
+
"name": "boolean"
|
|
1663
|
+
},
|
|
1664
|
+
"required": false,
|
|
1665
|
+
"defaultValue": {
|
|
1666
|
+
"func": false,
|
|
1667
|
+
"value": false
|
|
1936
1668
|
}
|
|
1937
1669
|
}
|
|
1938
1670
|
],
|
|
1939
1671
|
"events": [
|
|
1940
1672
|
{
|
|
1941
|
-
"name": "
|
|
1673
|
+
"name": "opened",
|
|
1674
|
+
"description": "Emits when popover is opened"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"name": "closed",
|
|
1678
|
+
"description": "Emits when popover is closed"
|
|
1942
1679
|
}
|
|
1943
1680
|
],
|
|
1944
1681
|
"slots": [
|
|
1945
1682
|
{
|
|
1946
|
-
"name": "
|
|
1683
|
+
"name": "trigger",
|
|
1684
|
+
"description": " Slot for the element that triggers the popover."
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"name": "title",
|
|
1688
|
+
"description": "Sets the title for the popover. Can also be set with `label` prop"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"name": "default"
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "icon"
|
|
1947
1695
|
}
|
|
1948
1696
|
],
|
|
1949
1697
|
"sourceFiles": [
|
|
1950
|
-
"./src/components/
|
|
1698
|
+
"./src/components/popover/CdrPopover.vue"
|
|
1951
1699
|
]
|
|
1952
1700
|
},
|
|
1953
|
-
"
|
|
1954
|
-
"displayName": "
|
|
1955
|
-
"description": "
|
|
1701
|
+
"CdrList": {
|
|
1702
|
+
"displayName": "CdrList",
|
|
1703
|
+
"description": "Groups related content items together either vertically or horizontally",
|
|
1956
1704
|
"tags": {},
|
|
1957
1705
|
"exportName": "default",
|
|
1958
1706
|
"props": [
|
|
1959
1707
|
{
|
|
1960
1708
|
"name": "tag",
|
|
1961
|
-
"description": "Sets
|
|
1709
|
+
"description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
|
|
1962
1710
|
"tags": {},
|
|
1963
1711
|
"values": [
|
|
1964
|
-
"
|
|
1965
|
-
"
|
|
1966
|
-
"q",
|
|
1967
|
-
"div"
|
|
1712
|
+
"ul",
|
|
1713
|
+
"ol"
|
|
1968
1714
|
],
|
|
1969
1715
|
"type": {
|
|
1970
1716
|
"name": "string"
|
|
1971
1717
|
},
|
|
1972
1718
|
"defaultValue": {
|
|
1973
1719
|
"func": false,
|
|
1974
|
-
"value": "'
|
|
1720
|
+
"value": "'ul'"
|
|
1975
1721
|
}
|
|
1976
1722
|
},
|
|
1977
1723
|
{
|
|
1978
1724
|
"name": "modifier",
|
|
1979
|
-
"description": "Modifies the style variant for
|
|
1725
|
+
"description": "Modifies the style variant for this component",
|
|
1980
1726
|
"tags": {
|
|
1981
1727
|
"demoSelectMultiple": [
|
|
1982
1728
|
{
|
|
@@ -1986,7 +1732,10 @@
|
|
|
1986
1732
|
]
|
|
1987
1733
|
},
|
|
1988
1734
|
"values": [
|
|
1989
|
-
"
|
|
1735
|
+
"ordered",
|
|
1736
|
+
"unordered",
|
|
1737
|
+
"compact",
|
|
1738
|
+
"inline"
|
|
1990
1739
|
],
|
|
1991
1740
|
"type": {
|
|
1992
1741
|
"name": "string"
|
|
@@ -1995,148 +1744,16 @@
|
|
|
1995
1744
|
"func": false,
|
|
1996
1745
|
"value": "''"
|
|
1997
1746
|
}
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"name": "summary",
|
|
2001
|
-
"description": "Sets the quote body text.",
|
|
2002
|
-
"type": {
|
|
2003
|
-
"name": "string"
|
|
2004
|
-
}
|
|
2005
|
-
},
|
|
2006
|
-
{
|
|
2007
|
-
"name": "citation",
|
|
2008
|
-
"description": "Sets the quote attribution text.",
|
|
2009
|
-
"type": {
|
|
2010
|
-
"name": "string"
|
|
2011
|
-
}
|
|
2012
|
-
}
|
|
2013
|
-
],
|
|
2014
|
-
"slots": [
|
|
2015
|
-
{
|
|
2016
|
-
"name": "default"
|
|
2017
|
-
}
|
|
2018
|
-
],
|
|
2019
|
-
"sourceFiles": [
|
|
2020
|
-
"./src/components/quote/CdrQuote.vue"
|
|
2021
|
-
]
|
|
2022
|
-
},
|
|
2023
|
-
"CdrPopover": {
|
|
2024
|
-
"displayName": "CdrPopover",
|
|
2025
|
-
"description": "Small overlay used to display contextual information",
|
|
2026
|
-
"tags": {},
|
|
2027
|
-
"exportName": "default",
|
|
2028
|
-
"props": [
|
|
2029
|
-
{
|
|
2030
|
-
"name": "position",
|
|
2031
|
-
"description": "Sets the position where the popover will render relative to the trigger element.",
|
|
2032
|
-
"tags": {
|
|
2033
|
-
"demoSelectMultiple": [
|
|
2034
|
-
{
|
|
2035
|
-
"description": "false",
|
|
2036
|
-
"title": "demoSelectMultiple"
|
|
2037
|
-
}
|
|
2038
|
-
]
|
|
2039
|
-
},
|
|
2040
|
-
"values": [
|
|
2041
|
-
"top",
|
|
2042
|
-
"bottom",
|
|
2043
|
-
"left",
|
|
2044
|
-
"right"
|
|
2045
|
-
],
|
|
2046
|
-
"type": {
|
|
2047
|
-
"name": "string"
|
|
2048
|
-
},
|
|
2049
|
-
"required": false,
|
|
2050
|
-
"defaultValue": {
|
|
2051
|
-
"func": false,
|
|
2052
|
-
"value": "'top'"
|
|
2053
|
-
}
|
|
2054
|
-
},
|
|
2055
|
-
{
|
|
2056
|
-
"name": "autoPosition",
|
|
2057
|
-
"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`.",
|
|
2058
|
-
"type": {
|
|
2059
|
-
"name": "boolean"
|
|
2060
|
-
},
|
|
2061
|
-
"required": false,
|
|
2062
|
-
"defaultValue": {
|
|
2063
|
-
"func": false,
|
|
2064
|
-
"value": true
|
|
2065
|
-
}
|
|
2066
|
-
},
|
|
2067
|
-
{
|
|
2068
|
-
"name": "label",
|
|
2069
|
-
"description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
|
|
2070
|
-
"type": {
|
|
2071
|
-
"name": "string"
|
|
2072
|
-
},
|
|
2073
|
-
"required": false
|
|
2074
|
-
},
|
|
2075
|
-
{
|
|
2076
|
-
"name": "id",
|
|
2077
|
-
"description": "ID for the popover element, required for accessibility",
|
|
2078
|
-
"type": {
|
|
2079
|
-
"name": "string"
|
|
2080
|
-
},
|
|
2081
|
-
"required": true
|
|
2082
|
-
},
|
|
2083
|
-
{
|
|
2084
|
-
"name": "contentClass",
|
|
2085
|
-
"description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
|
|
2086
|
-
"type": {
|
|
2087
|
-
"name": "string"
|
|
2088
|
-
},
|
|
2089
|
-
"required": false
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"name": "open",
|
|
2093
|
-
"description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
|
|
2094
|
-
"tags": {
|
|
2095
|
-
"demoIgnore": [
|
|
2096
|
-
{
|
|
2097
|
-
"description": "true",
|
|
2098
|
-
"title": "demoIgnore"
|
|
2099
|
-
}
|
|
2100
|
-
]
|
|
2101
|
-
},
|
|
2102
|
-
"type": {
|
|
2103
|
-
"name": "boolean"
|
|
2104
|
-
},
|
|
2105
|
-
"required": false,
|
|
2106
|
-
"defaultValue": {
|
|
2107
|
-
"func": false,
|
|
2108
|
-
"value": false
|
|
2109
|
-
}
|
|
2110
|
-
}
|
|
2111
|
-
],
|
|
2112
|
-
"events": [
|
|
2113
|
-
{
|
|
2114
|
-
"name": "opened",
|
|
2115
|
-
"description": "Emits when popover is opened"
|
|
2116
|
-
},
|
|
2117
|
-
{
|
|
2118
|
-
"name": "closed",
|
|
2119
|
-
"description": "Emits when popover is closed"
|
|
2120
1747
|
}
|
|
2121
1748
|
],
|
|
2122
1749
|
"slots": [
|
|
2123
1750
|
{
|
|
2124
|
-
"name": "
|
|
2125
|
-
"description": "
|
|
2126
|
-
},
|
|
2127
|
-
{
|
|
2128
|
-
"name": "title",
|
|
2129
|
-
"description": "Sets the title for the popover. Can also be set with `label` prop"
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
"name": "default"
|
|
2133
|
-
},
|
|
2134
|
-
{
|
|
2135
|
-
"name": "icon"
|
|
1751
|
+
"name": "default",
|
|
1752
|
+
"description": "CdrList content (list-items)"
|
|
2136
1753
|
}
|
|
2137
1754
|
],
|
|
2138
1755
|
"sourceFiles": [
|
|
2139
|
-
"./src/components/
|
|
1756
|
+
"./src/components/list/CdrList.vue"
|
|
2140
1757
|
]
|
|
2141
1758
|
},
|
|
2142
1759
|
"CdrRadio": {
|
|
@@ -2361,32 +1978,74 @@
|
|
|
2361
1978
|
"./src/components/rating/CdrRating.vue"
|
|
2362
1979
|
]
|
|
2363
1980
|
},
|
|
2364
|
-
"
|
|
2365
|
-
"displayName": "
|
|
2366
|
-
"description": "
|
|
1981
|
+
"CdrQuote": {
|
|
1982
|
+
"displayName": "CdrQuote",
|
|
1983
|
+
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
2367
1984
|
"tags": {},
|
|
2368
1985
|
"exportName": "default",
|
|
2369
1986
|
"props": [
|
|
2370
1987
|
{
|
|
2371
|
-
"name": "
|
|
2372
|
-
"description": "
|
|
1988
|
+
"name": "tag",
|
|
1989
|
+
"description": "Sets the semantic HTML element for the quote.",
|
|
1990
|
+
"tags": {},
|
|
1991
|
+
"values": [
|
|
1992
|
+
"blockquote",
|
|
1993
|
+
"aside",
|
|
1994
|
+
"q",
|
|
1995
|
+
"div"
|
|
1996
|
+
],
|
|
2373
1997
|
"type": {
|
|
2374
|
-
"name": "
|
|
1998
|
+
"name": "string"
|
|
2375
1999
|
},
|
|
2376
2000
|
"defaultValue": {
|
|
2377
2001
|
"func": false,
|
|
2378
|
-
"value":
|
|
2002
|
+
"value": "'blockquote'"
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"name": "modifier",
|
|
2007
|
+
"description": "Modifies the style variant for the quote",
|
|
2008
|
+
"tags": {
|
|
2009
|
+
"demoSelectMultiple": [
|
|
2010
|
+
{
|
|
2011
|
+
"description": "true",
|
|
2012
|
+
"title": "demoSelectMultiple"
|
|
2013
|
+
}
|
|
2014
|
+
]
|
|
2015
|
+
},
|
|
2016
|
+
"values": [
|
|
2017
|
+
"pull"
|
|
2018
|
+
],
|
|
2019
|
+
"type": {
|
|
2020
|
+
"name": "string"
|
|
2021
|
+
},
|
|
2022
|
+
"defaultValue": {
|
|
2023
|
+
"func": false,
|
|
2024
|
+
"value": "''"
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
"name": "summary",
|
|
2029
|
+
"description": "Sets the quote body text.",
|
|
2030
|
+
"type": {
|
|
2031
|
+
"name": "string"
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "citation",
|
|
2036
|
+
"description": "Sets the quote attribution text.",
|
|
2037
|
+
"type": {
|
|
2038
|
+
"name": "string"
|
|
2379
2039
|
}
|
|
2380
2040
|
}
|
|
2381
2041
|
],
|
|
2382
2042
|
"slots": [
|
|
2383
2043
|
{
|
|
2384
|
-
"name": "default"
|
|
2385
|
-
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
2044
|
+
"name": "default"
|
|
2386
2045
|
}
|
|
2387
2046
|
],
|
|
2388
2047
|
"sourceFiles": [
|
|
2389
|
-
"./src/components/
|
|
2048
|
+
"./src/components/quote/CdrQuote.vue"
|
|
2390
2049
|
]
|
|
2391
2050
|
},
|
|
2392
2051
|
"CdrSelect": {
|
|
@@ -2594,28 +2253,78 @@
|
|
|
2594
2253
|
"./src/components/select/CdrSelect.vue"
|
|
2595
2254
|
]
|
|
2596
2255
|
},
|
|
2597
|
-
"
|
|
2598
|
-
"displayName": "
|
|
2256
|
+
"CdrFormError": {
|
|
2257
|
+
"displayName": "CdrFormError",
|
|
2599
2258
|
"exportName": "default",
|
|
2600
2259
|
"description": "",
|
|
2601
2260
|
"tags": {},
|
|
2602
2261
|
"props": [
|
|
2603
2262
|
{
|
|
2604
|
-
"name": "
|
|
2605
|
-
"
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2263
|
+
"name": "error",
|
|
2264
|
+
"type": {
|
|
2265
|
+
"name": "boolean|string"
|
|
2266
|
+
}
|
|
2267
|
+
}
|
|
2268
|
+
],
|
|
2269
|
+
"slots": [
|
|
2270
|
+
{
|
|
2271
|
+
"name": "error"
|
|
2272
|
+
}
|
|
2273
|
+
],
|
|
2274
|
+
"sourceFiles": [
|
|
2275
|
+
"./src/components/formError/CdrFormError.vue"
|
|
2276
|
+
]
|
|
2277
|
+
},
|
|
2278
|
+
"CdrSkeleton": {
|
|
2279
|
+
"displayName": "CdrSkeleton",
|
|
2280
|
+
"description": "Visually communicates content is in the process of loading",
|
|
2281
|
+
"tags": {},
|
|
2282
|
+
"exportName": "default",
|
|
2283
|
+
"props": [
|
|
2284
|
+
{
|
|
2285
|
+
"name": "motion",
|
|
2286
|
+
"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.",
|
|
2287
|
+
"type": {
|
|
2288
|
+
"name": "boolean"
|
|
2289
|
+
},
|
|
2290
|
+
"defaultValue": {
|
|
2291
|
+
"func": false,
|
|
2292
|
+
"value": true
|
|
2293
|
+
}
|
|
2294
|
+
}
|
|
2295
|
+
],
|
|
2296
|
+
"slots": [
|
|
2297
|
+
{
|
|
2298
|
+
"name": "default",
|
|
2299
|
+
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
2300
|
+
}
|
|
2301
|
+
],
|
|
2302
|
+
"sourceFiles": [
|
|
2303
|
+
"./src/components/skeleton/CdrSkeleton.vue"
|
|
2304
|
+
]
|
|
2305
|
+
},
|
|
2306
|
+
"CdrSkeletonBone": {
|
|
2307
|
+
"displayName": "CdrSkeletonBone",
|
|
2308
|
+
"exportName": "default",
|
|
2309
|
+
"description": "",
|
|
2310
|
+
"tags": {},
|
|
2311
|
+
"props": [
|
|
2312
|
+
{
|
|
2313
|
+
"name": "type",
|
|
2314
|
+
"description": "Sets the type of content placeholder",
|
|
2315
|
+
"tags": {
|
|
2316
|
+
"demoSelectMultiple": [
|
|
2317
|
+
{
|
|
2318
|
+
"description": "false",
|
|
2319
|
+
"title": "demoSelectMultiple"
|
|
2320
|
+
}
|
|
2321
|
+
]
|
|
2322
|
+
},
|
|
2323
|
+
"values": [
|
|
2324
|
+
"default",
|
|
2325
|
+
"heading",
|
|
2326
|
+
"line",
|
|
2327
|
+
"rectangle",
|
|
2619
2328
|
"square"
|
|
2620
2329
|
],
|
|
2621
2330
|
"type": {
|
|
@@ -2624,94 +2333,650 @@
|
|
|
2624
2333
|
"required": false,
|
|
2625
2334
|
"defaultValue": {
|
|
2626
2335
|
"func": false,
|
|
2627
|
-
"value": "'default'"
|
|
2336
|
+
"value": "'default'"
|
|
2337
|
+
}
|
|
2338
|
+
}
|
|
2339
|
+
],
|
|
2340
|
+
"sourceFiles": [
|
|
2341
|
+
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
2342
|
+
]
|
|
2343
|
+
},
|
|
2344
|
+
"CdrPagination": {
|
|
2345
|
+
"displayName": "CdrPagination",
|
|
2346
|
+
"description": "Allows people to navigate to the next or previous page within an experience",
|
|
2347
|
+
"tags": {},
|
|
2348
|
+
"exportName": "default",
|
|
2349
|
+
"props": [
|
|
2350
|
+
{
|
|
2351
|
+
"name": "id",
|
|
2352
|
+
"description": "Define a custom slug for the generated breadcrumb item IDs. Slug is randomly generated if no ID provided.",
|
|
2353
|
+
"tags": {
|
|
2354
|
+
"demoIgnore": [
|
|
2355
|
+
{
|
|
2356
|
+
"description": "true",
|
|
2357
|
+
"title": "demoIgnore"
|
|
2358
|
+
}
|
|
2359
|
+
]
|
|
2360
|
+
},
|
|
2361
|
+
"type": {
|
|
2362
|
+
"name": "string"
|
|
2363
|
+
}
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"name": "totalPages",
|
|
2367
|
+
"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.",
|
|
2368
|
+
"type": {
|
|
2369
|
+
"name": "number"
|
|
2370
|
+
},
|
|
2371
|
+
"defaultValue": {
|
|
2372
|
+
"func": false,
|
|
2373
|
+
"value": "null"
|
|
2374
|
+
}
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
"name": "pages",
|
|
2378
|
+
"description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
|
|
2379
|
+
"type": {
|
|
2380
|
+
"name": "array"
|
|
2381
|
+
},
|
|
2382
|
+
"required": true
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"name": "linkTag",
|
|
2386
|
+
"description": "Sets which tag type is used to render pagination elements",
|
|
2387
|
+
"tags": {},
|
|
2388
|
+
"values": [
|
|
2389
|
+
"a",
|
|
2390
|
+
"button"
|
|
2391
|
+
],
|
|
2392
|
+
"type": {
|
|
2393
|
+
"name": "string"
|
|
2394
|
+
},
|
|
2395
|
+
"defaultValue": {
|
|
2396
|
+
"func": false,
|
|
2397
|
+
"value": "'a'"
|
|
2398
|
+
}
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"name": "forLabel",
|
|
2402
|
+
"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`",
|
|
2403
|
+
"type": {
|
|
2404
|
+
"name": "string"
|
|
2405
|
+
},
|
|
2406
|
+
"defaultValue": {
|
|
2407
|
+
"func": false,
|
|
2408
|
+
"value": "''"
|
|
2409
|
+
}
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
"name": "modelValue",
|
|
2413
|
+
"tags": {
|
|
2414
|
+
"ignore": [
|
|
2415
|
+
{
|
|
2416
|
+
"description": "used for binding v-model, represents the current page",
|
|
2417
|
+
"title": "ignore"
|
|
2418
|
+
}
|
|
2419
|
+
]
|
|
2420
|
+
},
|
|
2421
|
+
"type": {
|
|
2422
|
+
"name": "number"
|
|
2423
|
+
}
|
|
2424
|
+
}
|
|
2425
|
+
],
|
|
2426
|
+
"events": [
|
|
2427
|
+
{
|
|
2428
|
+
"name": "update:modelValue",
|
|
2429
|
+
"description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
|
|
2430
|
+
"properties": [
|
|
2431
|
+
{
|
|
2432
|
+
"type": {
|
|
2433
|
+
"names": [
|
|
2434
|
+
"mixed"
|
|
2435
|
+
]
|
|
2436
|
+
},
|
|
2437
|
+
"name": "modelValue"
|
|
2438
|
+
}
|
|
2439
|
+
],
|
|
2440
|
+
"tags": [
|
|
2441
|
+
{
|
|
2442
|
+
"title": "param",
|
|
2443
|
+
"type": {
|
|
2444
|
+
"name": "mixed"
|
|
2445
|
+
},
|
|
2446
|
+
"name": "modelValue"
|
|
2447
|
+
}
|
|
2448
|
+
]
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "navigate",
|
|
2452
|
+
"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."
|
|
2453
|
+
}
|
|
2454
|
+
],
|
|
2455
|
+
"sourceFiles": [
|
|
2456
|
+
"./src/components/pagination/CdrPagination.vue"
|
|
2457
|
+
]
|
|
2458
|
+
},
|
|
2459
|
+
"CdrTabPanel": {
|
|
2460
|
+
"displayName": "CdrTabPanel",
|
|
2461
|
+
"exportName": "default",
|
|
2462
|
+
"description": "",
|
|
2463
|
+
"tags": {},
|
|
2464
|
+
"props": [
|
|
2465
|
+
{
|
|
2466
|
+
"name": "id",
|
|
2467
|
+
"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.",
|
|
2468
|
+
"type": {
|
|
2469
|
+
"name": "string"
|
|
2470
|
+
}
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
"name": "name",
|
|
2474
|
+
"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.",
|
|
2475
|
+
"type": {
|
|
2476
|
+
"name": "string"
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
"name": "ariaLabelledby",
|
|
2481
|
+
"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.",
|
|
2482
|
+
"type": {
|
|
2483
|
+
"name": "string"
|
|
2484
|
+
}
|
|
2485
|
+
}
|
|
2486
|
+
],
|
|
2487
|
+
"events": [
|
|
2488
|
+
{
|
|
2489
|
+
"name": "tab-change",
|
|
2490
|
+
"description": "Emits when active tab is changed",
|
|
2491
|
+
"tags": [
|
|
2492
|
+
{
|
|
2493
|
+
"title": "params",
|
|
2494
|
+
"content": "state, panelId"
|
|
2495
|
+
}
|
|
2496
|
+
]
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"slots": [
|
|
2500
|
+
{
|
|
2501
|
+
"name": "default",
|
|
2502
|
+
"description": "CdrTabPanel content"
|
|
2503
|
+
}
|
|
2504
|
+
],
|
|
2505
|
+
"sourceFiles": [
|
|
2506
|
+
"./src/components/tabs/CdrTabPanel.vue"
|
|
2507
|
+
]
|
|
2508
|
+
},
|
|
2509
|
+
"CdrTable": {
|
|
2510
|
+
"displayName": "CdrTable",
|
|
2511
|
+
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
2512
|
+
"tags": {},
|
|
2513
|
+
"exportName": "default",
|
|
2514
|
+
"props": [
|
|
2515
|
+
{
|
|
2516
|
+
"name": "striped",
|
|
2517
|
+
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
2518
|
+
"type": {
|
|
2519
|
+
"name": "boolean"
|
|
2520
|
+
},
|
|
2521
|
+
"defaultValue": {
|
|
2522
|
+
"func": false,
|
|
2523
|
+
"value": false
|
|
2524
|
+
}
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"name": "border",
|
|
2528
|
+
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
2529
|
+
"type": {
|
|
2530
|
+
"name": "boolean"
|
|
2531
|
+
},
|
|
2532
|
+
"defaultValue": {
|
|
2533
|
+
"func": false,
|
|
2534
|
+
"value": true
|
|
2535
|
+
}
|
|
2536
|
+
},
|
|
2537
|
+
{
|
|
2538
|
+
"name": "fullWidth",
|
|
2539
|
+
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
2540
|
+
"type": {
|
|
2541
|
+
"name": "boolean|string"
|
|
2542
|
+
},
|
|
2543
|
+
"defaultValue": {
|
|
2544
|
+
"func": false,
|
|
2545
|
+
"value": true
|
|
2546
|
+
}
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"name": "responsive",
|
|
2550
|
+
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
2551
|
+
"type": {
|
|
2552
|
+
"name": "boolean"
|
|
2553
|
+
},
|
|
2554
|
+
"defaultValue": {
|
|
2555
|
+
"func": false,
|
|
2556
|
+
"value": true
|
|
2557
|
+
}
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"name": "hover",
|
|
2561
|
+
"description": "Adds a darker background on row hover",
|
|
2562
|
+
"type": {
|
|
2563
|
+
"name": "boolean"
|
|
2564
|
+
},
|
|
2565
|
+
"defaultValue": {
|
|
2566
|
+
"func": false,
|
|
2567
|
+
"value": false
|
|
2568
|
+
}
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
"name": "size",
|
|
2572
|
+
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
2573
|
+
"tags": {
|
|
2574
|
+
"demoSelectMultiple": [
|
|
2575
|
+
{
|
|
2576
|
+
"description": "false",
|
|
2577
|
+
"title": "demoSelectMultiple"
|
|
2578
|
+
}
|
|
2579
|
+
]
|
|
2580
|
+
},
|
|
2581
|
+
"values": [
|
|
2582
|
+
"small",
|
|
2583
|
+
"medium",
|
|
2584
|
+
"large"
|
|
2585
|
+
],
|
|
2586
|
+
"type": {
|
|
2587
|
+
"name": "string"
|
|
2588
|
+
},
|
|
2589
|
+
"defaultValue": {
|
|
2590
|
+
"func": false,
|
|
2591
|
+
"value": "'medium'"
|
|
2592
|
+
}
|
|
2593
|
+
}
|
|
2594
|
+
],
|
|
2595
|
+
"slots": [
|
|
2596
|
+
{
|
|
2597
|
+
"name": "default",
|
|
2598
|
+
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
2599
|
+
}
|
|
2600
|
+
],
|
|
2601
|
+
"sourceFiles": [
|
|
2602
|
+
"./src/components/table/CdrTable.vue"
|
|
2603
|
+
]
|
|
2604
|
+
},
|
|
2605
|
+
"CdrTabs": {
|
|
2606
|
+
"displayName": "CdrTabs",
|
|
2607
|
+
"description": "Organizes related content into groups for people to navigate between",
|
|
2608
|
+
"tags": {},
|
|
2609
|
+
"exportName": "default",
|
|
2610
|
+
"props": [
|
|
2611
|
+
{
|
|
2612
|
+
"name": "height",
|
|
2613
|
+
"description": "Sets height of the tabs container element.\nPassing a `px` value will render tabs with a static height,\npassing `auto` will render tabs with variable height based on content size.",
|
|
2614
|
+
"type": {
|
|
2615
|
+
"name": "string"
|
|
2616
|
+
},
|
|
2617
|
+
"defaultValue": {
|
|
2618
|
+
"func": false,
|
|
2619
|
+
"value": "'240px'"
|
|
2620
|
+
}
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"name": "activeTab",
|
|
2624
|
+
"description": "Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed.",
|
|
2625
|
+
"type": {
|
|
2626
|
+
"name": "number"
|
|
2627
|
+
},
|
|
2628
|
+
"defaultValue": {
|
|
2629
|
+
"func": false,
|
|
2630
|
+
"value": "0"
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"name": "modifier",
|
|
2635
|
+
"description": "Modifies the style variants for this component",
|
|
2636
|
+
"tags": {},
|
|
2637
|
+
"values": [
|
|
2638
|
+
"centered",
|
|
2639
|
+
"compact",
|
|
2640
|
+
"full-width",
|
|
2641
|
+
"no-border"
|
|
2642
|
+
],
|
|
2643
|
+
"type": {
|
|
2644
|
+
"name": "string"
|
|
2645
|
+
}
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"name": "size",
|
|
2649
|
+
"description": "Use `small` to reduce spacing around the tabs for a denser visual design",
|
|
2650
|
+
"tags": {
|
|
2651
|
+
"demoSelectMultiple": [
|
|
2652
|
+
{
|
|
2653
|
+
"description": "true",
|
|
2654
|
+
"title": "demoSelectMultiple"
|
|
2655
|
+
}
|
|
2656
|
+
]
|
|
2657
|
+
},
|
|
2658
|
+
"values": [
|
|
2659
|
+
"small"
|
|
2660
|
+
],
|
|
2661
|
+
"type": {
|
|
2662
|
+
"name": "string"
|
|
2663
|
+
}
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
"name": "backgroundColor",
|
|
2667
|
+
"description": "Sets the background color of the tab.\nFor CdrTabs that are rendered on non-primary backgrounds.\nPass the background-color into the component to ensure that the scrolling gradients render correctly.",
|
|
2668
|
+
"type": {
|
|
2669
|
+
"name": "string"
|
|
2670
|
+
},
|
|
2671
|
+
"defaultValue": {
|
|
2672
|
+
"func": false,
|
|
2673
|
+
"value": "CdrColorBackgroundPrimary"
|
|
2674
|
+
}
|
|
2675
|
+
}
|
|
2676
|
+
],
|
|
2677
|
+
"slots": [
|
|
2678
|
+
{
|
|
2679
|
+
"name": "default",
|
|
2680
|
+
"description": "CdrTabs content (CdrTabPanel components)"
|
|
2681
|
+
}
|
|
2682
|
+
],
|
|
2683
|
+
"sourceFiles": [
|
|
2684
|
+
"./src/components/tabs/CdrTabs.vue"
|
|
2685
|
+
]
|
|
2686
|
+
},
|
|
2687
|
+
"CdrPopup": {
|
|
2688
|
+
"displayName": "CdrPopup",
|
|
2689
|
+
"exportName": "default",
|
|
2690
|
+
"description": "",
|
|
2691
|
+
"tags": {},
|
|
2692
|
+
"props": [
|
|
2693
|
+
{
|
|
2694
|
+
"name": "opened",
|
|
2695
|
+
"type": {
|
|
2696
|
+
"name": "boolean"
|
|
2697
|
+
},
|
|
2698
|
+
"defaultValue": {
|
|
2699
|
+
"func": false,
|
|
2700
|
+
"value": false
|
|
2701
|
+
}
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
"name": "position",
|
|
2705
|
+
"type": {
|
|
2706
|
+
"name": "string"
|
|
2707
|
+
},
|
|
2708
|
+
"required": false,
|
|
2709
|
+
"defaultValue": {
|
|
2710
|
+
"func": false,
|
|
2711
|
+
"value": "'top'"
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"name": "autoPosition",
|
|
2716
|
+
"type": {
|
|
2717
|
+
"name": "boolean"
|
|
2718
|
+
},
|
|
2719
|
+
"defaultValue": {
|
|
2720
|
+
"func": false,
|
|
2721
|
+
"value": true
|
|
2722
|
+
}
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"name": "contentClass",
|
|
2726
|
+
"type": {
|
|
2727
|
+
"name": "string"
|
|
2628
2728
|
}
|
|
2629
2729
|
}
|
|
2630
2730
|
],
|
|
2731
|
+
"events": [
|
|
2732
|
+
{
|
|
2733
|
+
"name": "closed"
|
|
2734
|
+
}
|
|
2735
|
+
],
|
|
2736
|
+
"slots": [
|
|
2737
|
+
{
|
|
2738
|
+
"name": "default"
|
|
2739
|
+
}
|
|
2740
|
+
],
|
|
2631
2741
|
"sourceFiles": [
|
|
2632
|
-
"./src/components/
|
|
2742
|
+
"./src/components/popup/CdrPopup.vue"
|
|
2633
2743
|
]
|
|
2634
2744
|
},
|
|
2635
|
-
"
|
|
2636
|
-
"displayName": "
|
|
2637
|
-
"description": "
|
|
2745
|
+
"CdrModal": {
|
|
2746
|
+
"displayName": "CdrModal",
|
|
2747
|
+
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
2638
2748
|
"tags": {},
|
|
2639
2749
|
"exportName": "default",
|
|
2640
2750
|
"props": [
|
|
2641
2751
|
{
|
|
2642
|
-
"name": "
|
|
2643
|
-
"description": "
|
|
2752
|
+
"name": "opened",
|
|
2753
|
+
"description": "Toggles the state of the modal",
|
|
2754
|
+
"tags": {
|
|
2755
|
+
"demoIgnore": [
|
|
2756
|
+
{
|
|
2757
|
+
"description": "true",
|
|
2758
|
+
"title": "demoIgnore"
|
|
2759
|
+
}
|
|
2760
|
+
]
|
|
2761
|
+
},
|
|
2762
|
+
"type": {
|
|
2763
|
+
"name": "boolean"
|
|
2764
|
+
},
|
|
2765
|
+
"required": true
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"name": "label",
|
|
2769
|
+
"description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
|
|
2644
2770
|
"type": {
|
|
2645
2771
|
"name": "string"
|
|
2646
2772
|
},
|
|
2773
|
+
"required": true
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
"name": "showTitle",
|
|
2777
|
+
"description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
|
|
2778
|
+
"type": {
|
|
2779
|
+
"name": "boolean"
|
|
2780
|
+
},
|
|
2781
|
+
"required": false,
|
|
2647
2782
|
"defaultValue": {
|
|
2648
2783
|
"func": false,
|
|
2649
|
-
"value":
|
|
2784
|
+
"value": true
|
|
2650
2785
|
}
|
|
2651
2786
|
},
|
|
2652
2787
|
{
|
|
2653
|
-
"name": "
|
|
2654
|
-
"description": "
|
|
2788
|
+
"name": "ariaDescribedby",
|
|
2789
|
+
"description": "Text for aria-describedby attribute. Applied to modal content element",
|
|
2655
2790
|
"type": {
|
|
2656
|
-
"name": "
|
|
2791
|
+
"name": "string"
|
|
2657
2792
|
},
|
|
2793
|
+
"required": false,
|
|
2658
2794
|
"defaultValue": {
|
|
2659
2795
|
"func": false,
|
|
2660
|
-
"value": "
|
|
2796
|
+
"value": "null"
|
|
2661
2797
|
}
|
|
2662
2798
|
},
|
|
2663
2799
|
{
|
|
2664
|
-
"name": "
|
|
2665
|
-
"description": "
|
|
2800
|
+
"name": "role",
|
|
2801
|
+
"description": "Sets the `role` attribute on the modal content element",
|
|
2666
2802
|
"tags": {},
|
|
2667
2803
|
"values": [
|
|
2668
|
-
"
|
|
2669
|
-
"
|
|
2670
|
-
"full-width",
|
|
2671
|
-
"no-border"
|
|
2804
|
+
"dialog",
|
|
2805
|
+
"alertDialog"
|
|
2672
2806
|
],
|
|
2807
|
+
"type": {
|
|
2808
|
+
"name": "string"
|
|
2809
|
+
},
|
|
2810
|
+
"required": false,
|
|
2811
|
+
"defaultValue": {
|
|
2812
|
+
"func": false,
|
|
2813
|
+
"value": "'dialog'"
|
|
2814
|
+
}
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"name": "id",
|
|
2818
|
+
"description": "Sets unique `id` for modal",
|
|
2819
|
+
"type": {
|
|
2820
|
+
"name": "string"
|
|
2821
|
+
},
|
|
2822
|
+
"required": false,
|
|
2823
|
+
"defaultValue": {
|
|
2824
|
+
"func": false,
|
|
2825
|
+
"value": "null"
|
|
2826
|
+
}
|
|
2827
|
+
},
|
|
2828
|
+
{
|
|
2829
|
+
"name": "overlayClass",
|
|
2830
|
+
"description": "Adds custom class to the `cdr-modal__overlay` div",
|
|
2831
|
+
"type": {
|
|
2832
|
+
"name": "string"
|
|
2833
|
+
}
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"name": "wrapperClass",
|
|
2837
|
+
"description": "Adds custom class to the `cdr-modal__outerWrap` div",
|
|
2838
|
+
"type": {
|
|
2839
|
+
"name": "string"
|
|
2840
|
+
}
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"name": "contentClass",
|
|
2844
|
+
"description": "Adds custom class to the `cdr-modal__innerWrap` div",
|
|
2845
|
+
"type": {
|
|
2846
|
+
"name": "string"
|
|
2847
|
+
}
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"name": "animationDuration",
|
|
2851
|
+
"description": "Sets duration for modal's close animation",
|
|
2852
|
+
"type": {
|
|
2853
|
+
"name": "number"
|
|
2854
|
+
},
|
|
2855
|
+
"defaultValue": {
|
|
2856
|
+
"func": false,
|
|
2857
|
+
"value": "300"
|
|
2858
|
+
}
|
|
2859
|
+
}
|
|
2860
|
+
],
|
|
2861
|
+
"events": [
|
|
2862
|
+
{
|
|
2863
|
+
"name": "closed",
|
|
2864
|
+
"description": "Fires when modal is closed"
|
|
2865
|
+
}
|
|
2866
|
+
],
|
|
2867
|
+
"slots": [
|
|
2868
|
+
{
|
|
2869
|
+
"name": "modal",
|
|
2870
|
+
"description": "Use to override the entire CdrModal content container."
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"name": "title",
|
|
2874
|
+
"description": "Use to override the default title"
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "default"
|
|
2878
|
+
}
|
|
2879
|
+
],
|
|
2880
|
+
"sourceFiles": [
|
|
2881
|
+
"./src/components/modal/CdrModal.vue"
|
|
2882
|
+
]
|
|
2883
|
+
},
|
|
2884
|
+
"CdrSwitch": {
|
|
2885
|
+
"displayName": "CdrSwitch",
|
|
2886
|
+
"description": "Permits selection from two opposing options",
|
|
2887
|
+
"tags": {},
|
|
2888
|
+
"exportName": "default",
|
|
2889
|
+
"props": [
|
|
2890
|
+
{
|
|
2891
|
+
"name": "id",
|
|
2892
|
+
"description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
|
|
2673
2893
|
"type": {
|
|
2674
2894
|
"name": "string"
|
|
2675
2895
|
}
|
|
2676
2896
|
},
|
|
2677
2897
|
{
|
|
2678
2898
|
"name": "size",
|
|
2679
|
-
"description": "
|
|
2899
|
+
"description": "Sets the size of the switch",
|
|
2680
2900
|
"tags": {
|
|
2681
2901
|
"demoSelectMultiple": [
|
|
2682
2902
|
{
|
|
2683
|
-
"description": "
|
|
2903
|
+
"description": "false",
|
|
2684
2904
|
"title": "demoSelectMultiple"
|
|
2685
2905
|
}
|
|
2686
2906
|
]
|
|
2687
2907
|
},
|
|
2688
2908
|
"values": [
|
|
2689
|
-
"
|
|
2909
|
+
"medium",
|
|
2910
|
+
"large"
|
|
2690
2911
|
],
|
|
2691
2912
|
"type": {
|
|
2692
2913
|
"name": "string"
|
|
2914
|
+
},
|
|
2915
|
+
"defaultValue": {
|
|
2916
|
+
"func": false,
|
|
2917
|
+
"value": "'medium'"
|
|
2693
2918
|
}
|
|
2694
2919
|
},
|
|
2695
2920
|
{
|
|
2696
|
-
"name": "
|
|
2697
|
-
"description": "Sets the
|
|
2921
|
+
"name": "fullWidth",
|
|
2922
|
+
"description": "Sets the label and switch to expand to the full width of its container with `space-between`",
|
|
2698
2923
|
"type": {
|
|
2699
|
-
"name": "
|
|
2924
|
+
"name": "boolean"
|
|
2700
2925
|
},
|
|
2701
2926
|
"defaultValue": {
|
|
2702
2927
|
"func": false,
|
|
2703
|
-
"value":
|
|
2928
|
+
"value": false
|
|
2704
2929
|
}
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"name": "modelValue",
|
|
2933
|
+
"tags": {
|
|
2934
|
+
"demoIgnore": [
|
|
2935
|
+
{
|
|
2936
|
+
"description": "true",
|
|
2937
|
+
"title": "demoIgnore"
|
|
2938
|
+
}
|
|
2939
|
+
]
|
|
2940
|
+
},
|
|
2941
|
+
"type": {
|
|
2942
|
+
"name": "boolean"
|
|
2943
|
+
},
|
|
2944
|
+
"required": true
|
|
2945
|
+
}
|
|
2946
|
+
],
|
|
2947
|
+
"events": [
|
|
2948
|
+
{
|
|
2949
|
+
"name": "update:modelValue",
|
|
2950
|
+
"description": "Event emitted by v-model on switch",
|
|
2951
|
+
"properties": [
|
|
2952
|
+
{
|
|
2953
|
+
"type": {
|
|
2954
|
+
"names": [
|
|
2955
|
+
"mixed"
|
|
2956
|
+
]
|
|
2957
|
+
},
|
|
2958
|
+
"name": "modelValue"
|
|
2959
|
+
}
|
|
2960
|
+
],
|
|
2961
|
+
"tags": [
|
|
2962
|
+
{
|
|
2963
|
+
"title": "param",
|
|
2964
|
+
"type": {
|
|
2965
|
+
"name": "mixed"
|
|
2966
|
+
},
|
|
2967
|
+
"name": "modelValue"
|
|
2968
|
+
}
|
|
2969
|
+
]
|
|
2705
2970
|
}
|
|
2706
2971
|
],
|
|
2707
2972
|
"slots": [
|
|
2708
2973
|
{
|
|
2709
2974
|
"name": "default",
|
|
2710
|
-
"description": "
|
|
2975
|
+
"description": "The label for the switch"
|
|
2711
2976
|
}
|
|
2712
2977
|
],
|
|
2713
2978
|
"sourceFiles": [
|
|
2714
|
-
"./src/components/
|
|
2979
|
+
"./src/components/switch/CdrSwitch.vue"
|
|
2715
2980
|
]
|
|
2716
2981
|
},
|
|
2717
2982
|
"CdrText": {
|
|
@@ -3050,249 +3315,5 @@
|
|
|
3050
3315
|
"sourceFiles": [
|
|
3051
3316
|
"./src/components/tooltip/CdrTooltip.vue"
|
|
3052
3317
|
]
|
|
3053
|
-
},
|
|
3054
|
-
"CdrTable": {
|
|
3055
|
-
"displayName": "CdrTable",
|
|
3056
|
-
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
3057
|
-
"tags": {},
|
|
3058
|
-
"exportName": "default",
|
|
3059
|
-
"props": [
|
|
3060
|
-
{
|
|
3061
|
-
"name": "striped",
|
|
3062
|
-
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
3063
|
-
"type": {
|
|
3064
|
-
"name": "boolean"
|
|
3065
|
-
},
|
|
3066
|
-
"defaultValue": {
|
|
3067
|
-
"func": false,
|
|
3068
|
-
"value": false
|
|
3069
|
-
}
|
|
3070
|
-
},
|
|
3071
|
-
{
|
|
3072
|
-
"name": "border",
|
|
3073
|
-
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
3074
|
-
"type": {
|
|
3075
|
-
"name": "boolean"
|
|
3076
|
-
},
|
|
3077
|
-
"defaultValue": {
|
|
3078
|
-
"func": false,
|
|
3079
|
-
"value": true
|
|
3080
|
-
}
|
|
3081
|
-
},
|
|
3082
|
-
{
|
|
3083
|
-
"name": "fullWidth",
|
|
3084
|
-
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
3085
|
-
"type": {
|
|
3086
|
-
"name": "boolean|string"
|
|
3087
|
-
},
|
|
3088
|
-
"defaultValue": {
|
|
3089
|
-
"func": false,
|
|
3090
|
-
"value": true
|
|
3091
|
-
}
|
|
3092
|
-
},
|
|
3093
|
-
{
|
|
3094
|
-
"name": "responsive",
|
|
3095
|
-
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
3096
|
-
"type": {
|
|
3097
|
-
"name": "boolean"
|
|
3098
|
-
},
|
|
3099
|
-
"defaultValue": {
|
|
3100
|
-
"func": false,
|
|
3101
|
-
"value": true
|
|
3102
|
-
}
|
|
3103
|
-
},
|
|
3104
|
-
{
|
|
3105
|
-
"name": "hover",
|
|
3106
|
-
"description": "Adds a darker background on row hover",
|
|
3107
|
-
"type": {
|
|
3108
|
-
"name": "boolean"
|
|
3109
|
-
},
|
|
3110
|
-
"defaultValue": {
|
|
3111
|
-
"func": false,
|
|
3112
|
-
"value": false
|
|
3113
|
-
}
|
|
3114
|
-
},
|
|
3115
|
-
{
|
|
3116
|
-
"name": "size",
|
|
3117
|
-
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
3118
|
-
"tags": {
|
|
3119
|
-
"demoSelectMultiple": [
|
|
3120
|
-
{
|
|
3121
|
-
"description": "false",
|
|
3122
|
-
"title": "demoSelectMultiple"
|
|
3123
|
-
}
|
|
3124
|
-
]
|
|
3125
|
-
},
|
|
3126
|
-
"values": [
|
|
3127
|
-
"small",
|
|
3128
|
-
"medium",
|
|
3129
|
-
"large"
|
|
3130
|
-
],
|
|
3131
|
-
"type": {
|
|
3132
|
-
"name": "string"
|
|
3133
|
-
},
|
|
3134
|
-
"defaultValue": {
|
|
3135
|
-
"func": false,
|
|
3136
|
-
"value": "'medium'"
|
|
3137
|
-
}
|
|
3138
|
-
}
|
|
3139
|
-
],
|
|
3140
|
-
"slots": [
|
|
3141
|
-
{
|
|
3142
|
-
"name": "default",
|
|
3143
|
-
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
3144
|
-
}
|
|
3145
|
-
],
|
|
3146
|
-
"sourceFiles": [
|
|
3147
|
-
"./src/components/table/CdrTable.vue"
|
|
3148
|
-
]
|
|
3149
|
-
},
|
|
3150
|
-
"CdrSwitch": {
|
|
3151
|
-
"displayName": "CdrSwitch",
|
|
3152
|
-
"description": "Permits selection from two opposing options",
|
|
3153
|
-
"tags": {},
|
|
3154
|
-
"exportName": "default",
|
|
3155
|
-
"props": [
|
|
3156
|
-
{
|
|
3157
|
-
"name": "id",
|
|
3158
|
-
"description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
|
|
3159
|
-
"type": {
|
|
3160
|
-
"name": "string"
|
|
3161
|
-
}
|
|
3162
|
-
},
|
|
3163
|
-
{
|
|
3164
|
-
"name": "size",
|
|
3165
|
-
"description": "Sets the size of the switch",
|
|
3166
|
-
"tags": {
|
|
3167
|
-
"demoSelectMultiple": [
|
|
3168
|
-
{
|
|
3169
|
-
"description": "false",
|
|
3170
|
-
"title": "demoSelectMultiple"
|
|
3171
|
-
}
|
|
3172
|
-
]
|
|
3173
|
-
},
|
|
3174
|
-
"values": [
|
|
3175
|
-
"medium",
|
|
3176
|
-
"large"
|
|
3177
|
-
],
|
|
3178
|
-
"type": {
|
|
3179
|
-
"name": "string"
|
|
3180
|
-
},
|
|
3181
|
-
"defaultValue": {
|
|
3182
|
-
"func": false,
|
|
3183
|
-
"value": "'medium'"
|
|
3184
|
-
}
|
|
3185
|
-
},
|
|
3186
|
-
{
|
|
3187
|
-
"name": "fullWidth",
|
|
3188
|
-
"description": "Sets the label and switch to expand to the full width of its container with `space-between`",
|
|
3189
|
-
"type": {
|
|
3190
|
-
"name": "boolean"
|
|
3191
|
-
},
|
|
3192
|
-
"defaultValue": {
|
|
3193
|
-
"func": false,
|
|
3194
|
-
"value": false
|
|
3195
|
-
}
|
|
3196
|
-
},
|
|
3197
|
-
{
|
|
3198
|
-
"name": "modelValue",
|
|
3199
|
-
"tags": {
|
|
3200
|
-
"demoIgnore": [
|
|
3201
|
-
{
|
|
3202
|
-
"description": "true",
|
|
3203
|
-
"title": "demoIgnore"
|
|
3204
|
-
}
|
|
3205
|
-
]
|
|
3206
|
-
},
|
|
3207
|
-
"type": {
|
|
3208
|
-
"name": "boolean"
|
|
3209
|
-
},
|
|
3210
|
-
"required": true
|
|
3211
|
-
}
|
|
3212
|
-
],
|
|
3213
|
-
"events": [
|
|
3214
|
-
{
|
|
3215
|
-
"name": "update:modelValue",
|
|
3216
|
-
"description": "Event emitted by v-model on switch",
|
|
3217
|
-
"properties": [
|
|
3218
|
-
{
|
|
3219
|
-
"type": {
|
|
3220
|
-
"names": [
|
|
3221
|
-
"mixed"
|
|
3222
|
-
]
|
|
3223
|
-
},
|
|
3224
|
-
"name": "modelValue"
|
|
3225
|
-
}
|
|
3226
|
-
],
|
|
3227
|
-
"tags": [
|
|
3228
|
-
{
|
|
3229
|
-
"title": "param",
|
|
3230
|
-
"type": {
|
|
3231
|
-
"name": "mixed"
|
|
3232
|
-
},
|
|
3233
|
-
"name": "modelValue"
|
|
3234
|
-
}
|
|
3235
|
-
]
|
|
3236
|
-
}
|
|
3237
|
-
],
|
|
3238
|
-
"slots": [
|
|
3239
|
-
{
|
|
3240
|
-
"name": "default",
|
|
3241
|
-
"description": "The label for the switch"
|
|
3242
|
-
}
|
|
3243
|
-
],
|
|
3244
|
-
"sourceFiles": [
|
|
3245
|
-
"./src/components/switch/CdrSwitch.vue"
|
|
3246
|
-
]
|
|
3247
|
-
},
|
|
3248
|
-
"CdrTabPanel": {
|
|
3249
|
-
"displayName": "CdrTabPanel",
|
|
3250
|
-
"exportName": "default",
|
|
3251
|
-
"description": "",
|
|
3252
|
-
"tags": {},
|
|
3253
|
-
"props": [
|
|
3254
|
-
{
|
|
3255
|
-
"name": "id",
|
|
3256
|
-
"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.",
|
|
3257
|
-
"type": {
|
|
3258
|
-
"name": "string"
|
|
3259
|
-
}
|
|
3260
|
-
},
|
|
3261
|
-
{
|
|
3262
|
-
"name": "name",
|
|
3263
|
-
"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.",
|
|
3264
|
-
"type": {
|
|
3265
|
-
"name": "string"
|
|
3266
|
-
}
|
|
3267
|
-
},
|
|
3268
|
-
{
|
|
3269
|
-
"name": "ariaLabelledby",
|
|
3270
|
-
"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.",
|
|
3271
|
-
"type": {
|
|
3272
|
-
"name": "string"
|
|
3273
|
-
}
|
|
3274
|
-
}
|
|
3275
|
-
],
|
|
3276
|
-
"events": [
|
|
3277
|
-
{
|
|
3278
|
-
"name": "tab-change",
|
|
3279
|
-
"description": "Emits when active tab is changed",
|
|
3280
|
-
"tags": [
|
|
3281
|
-
{
|
|
3282
|
-
"title": "params",
|
|
3283
|
-
"content": "state, panelId"
|
|
3284
|
-
}
|
|
3285
|
-
]
|
|
3286
|
-
}
|
|
3287
|
-
],
|
|
3288
|
-
"slots": [
|
|
3289
|
-
{
|
|
3290
|
-
"name": "default",
|
|
3291
|
-
"description": "CdrTabPanel content"
|
|
3292
|
-
}
|
|
3293
|
-
],
|
|
3294
|
-
"sourceFiles": [
|
|
3295
|
-
"./src/components/tabs/CdrTabPanel.vue"
|
|
3296
|
-
]
|
|
3297
3318
|
}
|
|
3298
3319
|
}
|