@rei/cedar 13.5.1-beta.0 → 13.5.1
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 +957 -957
- package/dist/icon-component-docgen.json +424 -424
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +3 -3
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +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 +1 -1
|
@@ -1,40 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"CdrAccordionGroup": {
|
|
3
|
-
"displayName": "CdrAccordionGroup",
|
|
4
|
-
"exportName": "default",
|
|
5
|
-
"description": "",
|
|
6
|
-
"tags": {},
|
|
7
|
-
"props": [
|
|
8
|
-
{
|
|
9
|
-
"name": "unwrap",
|
|
10
|
-
"description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
|
|
11
|
-
"tags": {},
|
|
12
|
-
"values": [
|
|
13
|
-
"@xs",
|
|
14
|
-
"@sm",
|
|
15
|
-
"@md",
|
|
16
|
-
"@lg",
|
|
17
|
-
"true"
|
|
18
|
-
],
|
|
19
|
-
"type": {
|
|
20
|
-
"name": "string|boolean"
|
|
21
|
-
},
|
|
22
|
-
"defaultValue": {
|
|
23
|
-
"func": false,
|
|
24
|
-
"value": false
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
],
|
|
28
|
-
"slots": [
|
|
29
|
-
{
|
|
30
|
-
"name": "default",
|
|
31
|
-
"description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"sourceFiles": [
|
|
35
|
-
"./src/components/accordion/CdrAccordionGroup.vue"
|
|
36
|
-
]
|
|
37
|
-
},
|
|
38
2
|
"CdrAccordion": {
|
|
39
3
|
"displayName": "CdrAccordion",
|
|
40
4
|
"description": "Vertically-stacked list that allows users to expand and collapse additional content",
|
|
@@ -161,6 +125,42 @@
|
|
|
161
125
|
"./src/components/accordion/CdrAccordion.vue"
|
|
162
126
|
]
|
|
163
127
|
},
|
|
128
|
+
"CdrAccordionGroup": {
|
|
129
|
+
"displayName": "CdrAccordionGroup",
|
|
130
|
+
"exportName": "default",
|
|
131
|
+
"description": "",
|
|
132
|
+
"tags": {},
|
|
133
|
+
"props": [
|
|
134
|
+
{
|
|
135
|
+
"name": "unwrap",
|
|
136
|
+
"description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
|
|
137
|
+
"tags": {},
|
|
138
|
+
"values": [
|
|
139
|
+
"@xs",
|
|
140
|
+
"@sm",
|
|
141
|
+
"@md",
|
|
142
|
+
"@lg",
|
|
143
|
+
"true"
|
|
144
|
+
],
|
|
145
|
+
"type": {
|
|
146
|
+
"name": "string|boolean"
|
|
147
|
+
},
|
|
148
|
+
"defaultValue": {
|
|
149
|
+
"func": false,
|
|
150
|
+
"value": false
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"slots": [
|
|
155
|
+
{
|
|
156
|
+
"name": "default",
|
|
157
|
+
"description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"sourceFiles": [
|
|
161
|
+
"./src/components/accordion/CdrAccordionGroup.vue"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
164
|
"CdrBreadcrumb": {
|
|
165
165
|
"displayName": "CdrBreadcrumb",
|
|
166
166
|
"description": "Navigation used to reveal a page's location within the site hierarchy",
|
|
@@ -243,6 +243,65 @@
|
|
|
243
243
|
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
244
244
|
]
|
|
245
245
|
},
|
|
246
|
+
"CdrBanner": {
|
|
247
|
+
"displayName": "CdrBanner",
|
|
248
|
+
"description": "Provides contextual feedback messages for typical user actions",
|
|
249
|
+
"tags": {},
|
|
250
|
+
"exportName": "default",
|
|
251
|
+
"props": [
|
|
252
|
+
{
|
|
253
|
+
"name": "type",
|
|
254
|
+
"description": "Sets the banner style.",
|
|
255
|
+
"tags": {
|
|
256
|
+
"demoSelectMultiple": [
|
|
257
|
+
{
|
|
258
|
+
"description": "false",
|
|
259
|
+
"title": "demoSelectMultiple"
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
"values": [
|
|
264
|
+
"info",
|
|
265
|
+
"warning",
|
|
266
|
+
"success",
|
|
267
|
+
"error",
|
|
268
|
+
"default"
|
|
269
|
+
],
|
|
270
|
+
"type": {
|
|
271
|
+
"name": "string"
|
|
272
|
+
},
|
|
273
|
+
"defaultValue": {
|
|
274
|
+
"func": false,
|
|
275
|
+
"value": "'default'"
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"slots": [
|
|
280
|
+
{
|
|
281
|
+
"name": "icon-left",
|
|
282
|
+
"description": "Icon matching banner type"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "default",
|
|
286
|
+
"description": "Primary message content"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "icon-right",
|
|
290
|
+
"description": "Additional icon"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "message-body",
|
|
294
|
+
"description": "Additional content about the message"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "info-action",
|
|
298
|
+
"description": "Action-wrapped icon"
|
|
299
|
+
}
|
|
300
|
+
],
|
|
301
|
+
"sourceFiles": [
|
|
302
|
+
"./src/components/banner/CdrBanner.vue"
|
|
303
|
+
]
|
|
304
|
+
},
|
|
246
305
|
"CdrButton": {
|
|
247
306
|
"displayName": "CdrButton",
|
|
248
307
|
"description": "Initiates an action, such as completing a task or submitting information",
|
|
@@ -402,75 +461,6 @@
|
|
|
402
461
|
"./src/components/button/CdrButton.vue"
|
|
403
462
|
]
|
|
404
463
|
},
|
|
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
|
-
}
|
|
440
|
-
}
|
|
441
|
-
],
|
|
442
|
-
"sourceFiles": [
|
|
443
|
-
"./src/components/caption/CdrCaption.vue"
|
|
444
|
-
]
|
|
445
|
-
},
|
|
446
|
-
"CdrCard": {
|
|
447
|
-
"displayName": "CdrCard",
|
|
448
|
-
"description": "Related, interactive containers linking to a single subject or destination",
|
|
449
|
-
"tags": {},
|
|
450
|
-
"exportName": "default",
|
|
451
|
-
"props": [
|
|
452
|
-
{
|
|
453
|
-
"name": "tag",
|
|
454
|
-
"description": "Sets valid HTML container element tag.",
|
|
455
|
-
"type": {
|
|
456
|
-
"name": "string"
|
|
457
|
-
},
|
|
458
|
-
"defaultValue": {
|
|
459
|
-
"func": false,
|
|
460
|
-
"value": "'article'"
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
],
|
|
464
|
-
"slots": [
|
|
465
|
-
{
|
|
466
|
-
"name": "default",
|
|
467
|
-
"description": "CdrCard content"
|
|
468
|
-
}
|
|
469
|
-
],
|
|
470
|
-
"sourceFiles": [
|
|
471
|
-
"./src/components/card/CdrCard.vue"
|
|
472
|
-
]
|
|
473
|
-
},
|
|
474
464
|
"CdrCheckbox": {
|
|
475
465
|
"displayName": "CdrCheckbox",
|
|
476
466
|
"description": "Allows selecting one or more items from a list",
|
|
@@ -634,49 +624,78 @@
|
|
|
634
624
|
"./src/components/checkbox/CdrCheckbox.vue"
|
|
635
625
|
]
|
|
636
626
|
},
|
|
637
|
-
"
|
|
638
|
-
"displayName": "
|
|
639
|
-
"
|
|
640
|
-
"description": "",
|
|
627
|
+
"CdrCaption": {
|
|
628
|
+
"displayName": "CdrCaption",
|
|
629
|
+
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
641
630
|
"tags": {},
|
|
631
|
+
"exportName": "default",
|
|
642
632
|
"props": [
|
|
643
633
|
{
|
|
644
|
-
"name": "
|
|
645
|
-
"description": "Sets
|
|
634
|
+
"name": "summary",
|
|
635
|
+
"description": "Sets the string content for the description body of the caption.",
|
|
636
|
+
"tags": {
|
|
637
|
+
"demoIgnore": [
|
|
638
|
+
{
|
|
639
|
+
"description": "true",
|
|
640
|
+
"title": "demoIgnore"
|
|
641
|
+
}
|
|
642
|
+
]
|
|
643
|
+
},
|
|
646
644
|
"type": {
|
|
647
645
|
"name": "string"
|
|
648
|
-
}
|
|
649
|
-
"required": true
|
|
646
|
+
}
|
|
650
647
|
},
|
|
651
648
|
{
|
|
652
|
-
"name": "
|
|
653
|
-
"description": "
|
|
654
|
-
"
|
|
655
|
-
"
|
|
649
|
+
"name": "credit",
|
|
650
|
+
"description": "Sets the string content for attribution.",
|
|
651
|
+
"tags": {
|
|
652
|
+
"demoIgnore": [
|
|
653
|
+
{
|
|
654
|
+
"description": "true",
|
|
655
|
+
"title": "demoIgnore"
|
|
656
|
+
}
|
|
657
|
+
]
|
|
656
658
|
},
|
|
657
|
-
"
|
|
658
|
-
"
|
|
659
|
-
"value": true
|
|
659
|
+
"type": {
|
|
660
|
+
"name": "string"
|
|
660
661
|
}
|
|
661
662
|
}
|
|
662
663
|
],
|
|
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
664
|
"sourceFiles": [
|
|
674
|
-
"./src/components/
|
|
665
|
+
"./src/components/caption/CdrCaption.vue"
|
|
675
666
|
]
|
|
676
667
|
},
|
|
677
|
-
"
|
|
678
|
-
"displayName": "
|
|
679
|
-
"description": "
|
|
668
|
+
"CdrCard": {
|
|
669
|
+
"displayName": "CdrCard",
|
|
670
|
+
"description": "Related, interactive containers linking to a single subject or destination",
|
|
671
|
+
"tags": {},
|
|
672
|
+
"exportName": "default",
|
|
673
|
+
"props": [
|
|
674
|
+
{
|
|
675
|
+
"name": "tag",
|
|
676
|
+
"description": "Sets valid HTML container element tag.",
|
|
677
|
+
"type": {
|
|
678
|
+
"name": "string"
|
|
679
|
+
},
|
|
680
|
+
"defaultValue": {
|
|
681
|
+
"func": false,
|
|
682
|
+
"value": "'article'"
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
],
|
|
686
|
+
"slots": [
|
|
687
|
+
{
|
|
688
|
+
"name": "default",
|
|
689
|
+
"description": "CdrCard content"
|
|
690
|
+
}
|
|
691
|
+
],
|
|
692
|
+
"sourceFiles": [
|
|
693
|
+
"./src/components/card/CdrCard.vue"
|
|
694
|
+
]
|
|
695
|
+
},
|
|
696
|
+
"CdrChip": {
|
|
697
|
+
"displayName": "CdrChip",
|
|
698
|
+
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
680
699
|
"tags": {},
|
|
681
700
|
"exportName": "default",
|
|
682
701
|
"slots": [
|
|
@@ -697,6 +716,46 @@
|
|
|
697
716
|
"./src/components/chip/CdrChip.vue"
|
|
698
717
|
]
|
|
699
718
|
},
|
|
719
|
+
"CdrChipGroup": {
|
|
720
|
+
"displayName": "CdrChipGroup",
|
|
721
|
+
"exportName": "default",
|
|
722
|
+
"description": "",
|
|
723
|
+
"tags": {},
|
|
724
|
+
"props": [
|
|
725
|
+
{
|
|
726
|
+
"name": "label",
|
|
727
|
+
"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.",
|
|
728
|
+
"type": {
|
|
729
|
+
"name": "string"
|
|
730
|
+
},
|
|
731
|
+
"required": true
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "hideLabel",
|
|
735
|
+
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
736
|
+
"type": {
|
|
737
|
+
"name": "boolean"
|
|
738
|
+
},
|
|
739
|
+
"defaultValue": {
|
|
740
|
+
"func": false,
|
|
741
|
+
"value": true
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
],
|
|
745
|
+
"slots": [
|
|
746
|
+
{
|
|
747
|
+
"name": "label",
|
|
748
|
+
"description": "Override CdrChip label content with a custom element"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"name": "default",
|
|
752
|
+
"description": "CdrChipGroup content (CdrChip components)"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"sourceFiles": [
|
|
756
|
+
"./src/components/chip/CdrChipGroup.vue"
|
|
757
|
+
]
|
|
758
|
+
},
|
|
700
759
|
"CdrContainer": {
|
|
701
760
|
"displayName": "CdrContainer",
|
|
702
761
|
"description": "Provides base margins and responsive layout logic for pages",
|
|
@@ -770,127 +829,6 @@
|
|
|
770
829
|
"./src/components/formError/CdrFormError.vue"
|
|
771
830
|
]
|
|
772
831
|
},
|
|
773
|
-
"CdrGrid": {
|
|
774
|
-
"displayName": "CdrGrid",
|
|
775
|
-
"description": "Simple wrapper for working with CSS grid",
|
|
776
|
-
"tags": {},
|
|
777
|
-
"exportName": "default",
|
|
778
|
-
"props": [
|
|
779
|
-
{
|
|
780
|
-
"name": "gutter",
|
|
781
|
-
"description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
|
|
782
|
-
"tags": {
|
|
783
|
-
"demoSelectMultiple": [
|
|
784
|
-
{
|
|
785
|
-
"description": "false",
|
|
786
|
-
"title": "demoSelectMultiple"
|
|
787
|
-
}
|
|
788
|
-
]
|
|
789
|
-
},
|
|
790
|
-
"values": [
|
|
791
|
-
"none",
|
|
792
|
-
"small",
|
|
793
|
-
"medium",
|
|
794
|
-
"large"
|
|
795
|
-
],
|
|
796
|
-
"type": {
|
|
797
|
-
"name": "string"
|
|
798
|
-
},
|
|
799
|
-
"defaultValue": {
|
|
800
|
-
"func": false,
|
|
801
|
-
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
802
|
-
}
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"name": "tag",
|
|
806
|
-
"description": "Sets the HTML tag for the grid element",
|
|
807
|
-
"type": {
|
|
808
|
-
"name": "string"
|
|
809
|
-
},
|
|
810
|
-
"defaultValue": {
|
|
811
|
-
"func": false,
|
|
812
|
-
"value": "'div'"
|
|
813
|
-
}
|
|
814
|
-
}
|
|
815
|
-
],
|
|
816
|
-
"slots": [
|
|
817
|
-
{
|
|
818
|
-
"name": "default",
|
|
819
|
-
"description": "CdrGrid content (grid child elements)"
|
|
820
|
-
}
|
|
821
|
-
],
|
|
822
|
-
"sourceFiles": [
|
|
823
|
-
"./src/components/grid/CdrGrid.vue"
|
|
824
|
-
]
|
|
825
|
-
},
|
|
826
|
-
"CdrLabelStandalone": {
|
|
827
|
-
"displayName": "CdrLabelStandalone",
|
|
828
|
-
"exportName": "default",
|
|
829
|
-
"description": "",
|
|
830
|
-
"tags": {},
|
|
831
|
-
"props": [
|
|
832
|
-
{
|
|
833
|
-
"name": "forId",
|
|
834
|
-
"type": {
|
|
835
|
-
"name": "string"
|
|
836
|
-
},
|
|
837
|
-
"required": true
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"name": "label",
|
|
841
|
-
"type": {
|
|
842
|
-
"name": "string"
|
|
843
|
-
}
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"name": "disabled",
|
|
847
|
-
"type": {
|
|
848
|
-
"name": "boolean"
|
|
849
|
-
}
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"name": "required",
|
|
853
|
-
"type": {
|
|
854
|
-
"name": "boolean"
|
|
855
|
-
}
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"name": "optional",
|
|
859
|
-
"type": {
|
|
860
|
-
"name": "boolean"
|
|
861
|
-
}
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"name": "hideLabel",
|
|
865
|
-
"type": {
|
|
866
|
-
"name": "boolean"
|
|
867
|
-
}
|
|
868
|
-
}
|
|
869
|
-
],
|
|
870
|
-
"slots": [
|
|
871
|
-
{
|
|
872
|
-
"name": "helper"
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"name": "default"
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
"name": "info-action"
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"name": "info"
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"name": "helper-text-bottom"
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"name": "error"
|
|
888
|
-
}
|
|
889
|
-
],
|
|
890
|
-
"sourceFiles": [
|
|
891
|
-
"./src/components/labelStandalone/CdrLabelStandalone.vue"
|
|
892
|
-
]
|
|
893
|
-
},
|
|
894
832
|
"CdrFormGroup": {
|
|
895
833
|
"displayName": "CdrFormGroup",
|
|
896
834
|
"description": "Groups related input elements together",
|
|
@@ -958,15 +896,15 @@
|
|
|
958
896
|
"./src/components/formGroup/CdrFormGroup.vue"
|
|
959
897
|
]
|
|
960
898
|
},
|
|
961
|
-
"
|
|
962
|
-
"displayName": "
|
|
963
|
-
"description": "
|
|
899
|
+
"CdrGrid": {
|
|
900
|
+
"displayName": "CdrGrid",
|
|
901
|
+
"description": "Simple wrapper for working with CSS grid",
|
|
964
902
|
"tags": {},
|
|
965
903
|
"exportName": "default",
|
|
966
904
|
"props": [
|
|
967
905
|
{
|
|
968
|
-
"name": "
|
|
969
|
-
"description": "
|
|
906
|
+
"name": "gutter",
|
|
907
|
+
"description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
|
|
970
908
|
"tags": {
|
|
971
909
|
"demoSelectMultiple": [
|
|
972
910
|
{
|
|
@@ -976,111 +914,50 @@
|
|
|
976
914
|
]
|
|
977
915
|
},
|
|
978
916
|
"values": [
|
|
979
|
-
"
|
|
980
|
-
"
|
|
981
|
-
"
|
|
982
|
-
"
|
|
983
|
-
"default"
|
|
917
|
+
"none",
|
|
918
|
+
"small",
|
|
919
|
+
"medium",
|
|
920
|
+
"large"
|
|
984
921
|
],
|
|
985
922
|
"type": {
|
|
986
923
|
"name": "string"
|
|
987
924
|
},
|
|
988
925
|
"defaultValue": {
|
|
989
926
|
"func": false,
|
|
990
|
-
"value": "'
|
|
927
|
+
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
928
|
+
}
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"name": "tag",
|
|
932
|
+
"description": "Sets the HTML tag for the grid element",
|
|
933
|
+
"type": {
|
|
934
|
+
"name": "string"
|
|
935
|
+
},
|
|
936
|
+
"defaultValue": {
|
|
937
|
+
"func": false,
|
|
938
|
+
"value": "'div'"
|
|
991
939
|
}
|
|
992
940
|
}
|
|
993
941
|
],
|
|
994
942
|
"slots": [
|
|
995
|
-
{
|
|
996
|
-
"name": "icon-left",
|
|
997
|
-
"description": "Icon matching banner type"
|
|
998
|
-
},
|
|
999
943
|
{
|
|
1000
944
|
"name": "default",
|
|
1001
|
-
"description": "
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
"name": "icon-right",
|
|
1005
|
-
"description": "Additional icon"
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"name": "message-body",
|
|
1009
|
-
"description": "Additional content about the message"
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"name": "info-action",
|
|
1013
|
-
"description": "Action-wrapped icon"
|
|
945
|
+
"description": "CdrGrid content (grid child elements)"
|
|
1014
946
|
}
|
|
1015
947
|
],
|
|
1016
948
|
"sourceFiles": [
|
|
1017
|
-
"./src/components/
|
|
949
|
+
"./src/components/grid/CdrGrid.vue"
|
|
1018
950
|
]
|
|
1019
951
|
},
|
|
1020
|
-
"
|
|
1021
|
-
"displayName": "
|
|
1022
|
-
"
|
|
1023
|
-
"description": "",
|
|
952
|
+
"CdrIcon": {
|
|
953
|
+
"displayName": "CdrIcon",
|
|
954
|
+
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
1024
955
|
"tags": {},
|
|
956
|
+
"exportName": "default",
|
|
1025
957
|
"props": [
|
|
1026
958
|
{
|
|
1027
|
-
"name": "
|
|
1028
|
-
"
|
|
1029
|
-
"name": "string"
|
|
1030
|
-
}
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"name": "contentClass",
|
|
1034
|
-
"type": {
|
|
1035
|
-
"name": "string"
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"name": "background",
|
|
1040
|
-
"type": {
|
|
1041
|
-
"name": "backgroundProps"
|
|
1042
|
-
}
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
"name": "disabled",
|
|
1046
|
-
"type": {
|
|
1047
|
-
"name": "boolean"
|
|
1048
|
-
}
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"name": "modifier",
|
|
1052
|
-
"type": {
|
|
1053
|
-
"name": "string"
|
|
1054
|
-
}
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
"name": "size",
|
|
1058
|
-
"type": {
|
|
1059
|
-
"name": "string"
|
|
1060
|
-
}
|
|
1061
|
-
}
|
|
1062
|
-
],
|
|
1063
|
-
"slots": [
|
|
1064
|
-
{
|
|
1065
|
-
"name": "input"
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"name": "default"
|
|
1069
|
-
}
|
|
1070
|
-
],
|
|
1071
|
-
"sourceFiles": [
|
|
1072
|
-
"./src/components/labelWrapper/CdrLabelWrapper.vue"
|
|
1073
|
-
]
|
|
1074
|
-
},
|
|
1075
|
-
"CdrIcon": {
|
|
1076
|
-
"displayName": "CdrIcon",
|
|
1077
|
-
"description": "Communicates meaning through graphics representing simple and complex ideas",
|
|
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).",
|
|
959
|
+
"name": "use",
|
|
960
|
+
"description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
|
|
1084
961
|
"type": {
|
|
1085
962
|
"name": "string"
|
|
1086
963
|
}
|
|
@@ -1251,104 +1128,6 @@
|
|
|
1251
1128
|
"./src/components/image/CdrImg.vue"
|
|
1252
1129
|
]
|
|
1253
1130
|
},
|
|
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
1131
|
"CdrInput": {
|
|
1353
1132
|
"displayName": "CdrInput",
|
|
1354
1133
|
"description": "Allows for data entry, editing, and search",
|
|
@@ -1452,55 +1231,318 @@
|
|
|
1452
1231
|
"large"
|
|
1453
1232
|
],
|
|
1454
1233
|
"type": {
|
|
1455
|
-
"name": "sizeProps"
|
|
1234
|
+
"name": "sizeProps"
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"name": "errorRole",
|
|
1239
|
+
"description": "Sets the `role` attribute for the embedded error state messaging.",
|
|
1240
|
+
"type": {
|
|
1241
|
+
"name": "string"
|
|
1242
|
+
},
|
|
1243
|
+
"required": false,
|
|
1244
|
+
"defaultValue": {
|
|
1245
|
+
"func": false,
|
|
1246
|
+
"value": "'status'"
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"name": "error",
|
|
1251
|
+
"description": "Sets the input to an error state, displays the `error` slot if one is present.",
|
|
1252
|
+
"type": {
|
|
1253
|
+
"name": "boolean|string"
|
|
1254
|
+
},
|
|
1255
|
+
"defaultValue": {
|
|
1256
|
+
"func": false,
|
|
1257
|
+
"value": false
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"name": "disabled",
|
|
1262
|
+
"description": "Sets the disabled state for the input field and label styling. Also, restricts user input.",
|
|
1263
|
+
"type": {
|
|
1264
|
+
"name": "boolean"
|
|
1265
|
+
}
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"name": "required",
|
|
1269
|
+
"description": "Sets aria-required on the input field and displays an asterisk next to the input label.",
|
|
1270
|
+
"type": {
|
|
1271
|
+
"name": "boolean"
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"name": "optional",
|
|
1276
|
+
"description": "Displays '(optional)' text next to the input label.",
|
|
1277
|
+
"type": {
|
|
1278
|
+
"name": "boolean"
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"name": "modelValue",
|
|
1283
|
+
"tags": {
|
|
1284
|
+
"ignore": [
|
|
1285
|
+
{
|
|
1286
|
+
"description": true,
|
|
1287
|
+
"title": "ignore"
|
|
1288
|
+
}
|
|
1289
|
+
]
|
|
1290
|
+
},
|
|
1291
|
+
"type": {
|
|
1292
|
+
"name": "string|number|func"
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"name": "labelClass",
|
|
1297
|
+
"description": "Adds a custom class to the cdr-label-standalone wrapping div",
|
|
1298
|
+
"type": {
|
|
1299
|
+
"name": "string"
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1302
|
+
],
|
|
1303
|
+
"events": [
|
|
1304
|
+
{
|
|
1305
|
+
"name": "update:modelValue",
|
|
1306
|
+
"description": "Event emitted by v-model on the <input> element",
|
|
1307
|
+
"properties": [
|
|
1308
|
+
{
|
|
1309
|
+
"type": {
|
|
1310
|
+
"names": [
|
|
1311
|
+
"mixed"
|
|
1312
|
+
]
|
|
1313
|
+
},
|
|
1314
|
+
"name": "modelValue"
|
|
1315
|
+
}
|
|
1316
|
+
],
|
|
1317
|
+
"tags": [
|
|
1318
|
+
{
|
|
1319
|
+
"title": "param",
|
|
1320
|
+
"type": {
|
|
1321
|
+
"name": "mixed"
|
|
1322
|
+
},
|
|
1323
|
+
"name": "modelValue"
|
|
1324
|
+
}
|
|
1325
|
+
]
|
|
1326
|
+
}
|
|
1327
|
+
],
|
|
1328
|
+
"slots": [
|
|
1329
|
+
{
|
|
1330
|
+
"name": "helper-text-top",
|
|
1331
|
+
"description": "Helper text above the input field"
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"name": "info",
|
|
1335
|
+
"description": "Link or icon to the right above the input field."
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"name": "pre-icon",
|
|
1339
|
+
"description": "Icon preceding text within the input field"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "post-icon",
|
|
1343
|
+
"description": "Icon after text within the input field"
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"name": "info-action",
|
|
1347
|
+
"description": "Action-wrapped icon within the input field (precedes post-icon)"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"name": "helper-text-bottom",
|
|
1351
|
+
"description": "Helper text below the input field"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"name": "error",
|
|
1355
|
+
"description": "Error messaging text that is displayed when the `error` prop is true."
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"sourceFiles": [
|
|
1359
|
+
"./src/components/input/CdrInput.vue"
|
|
1360
|
+
]
|
|
1361
|
+
},
|
|
1362
|
+
"CdrLabelStandalone": {
|
|
1363
|
+
"displayName": "CdrLabelStandalone",
|
|
1364
|
+
"exportName": "default",
|
|
1365
|
+
"description": "",
|
|
1366
|
+
"tags": {},
|
|
1367
|
+
"props": [
|
|
1368
|
+
{
|
|
1369
|
+
"name": "forId",
|
|
1370
|
+
"type": {
|
|
1371
|
+
"name": "string"
|
|
1372
|
+
},
|
|
1373
|
+
"required": true
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"name": "label",
|
|
1377
|
+
"type": {
|
|
1378
|
+
"name": "string"
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"name": "disabled",
|
|
1383
|
+
"type": {
|
|
1384
|
+
"name": "boolean"
|
|
1385
|
+
}
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"name": "required",
|
|
1389
|
+
"type": {
|
|
1390
|
+
"name": "boolean"
|
|
1391
|
+
}
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"name": "optional",
|
|
1395
|
+
"type": {
|
|
1396
|
+
"name": "boolean"
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"name": "hideLabel",
|
|
1401
|
+
"type": {
|
|
1402
|
+
"name": "boolean"
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1406
|
+
"slots": [
|
|
1407
|
+
{
|
|
1408
|
+
"name": "helper"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"name": "default"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"name": "info-action"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"name": "info"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"name": "helper-text-bottom"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"name": "error"
|
|
1424
|
+
}
|
|
1425
|
+
],
|
|
1426
|
+
"sourceFiles": [
|
|
1427
|
+
"./src/components/labelStandalone/CdrLabelStandalone.vue"
|
|
1428
|
+
]
|
|
1429
|
+
},
|
|
1430
|
+
"CdrLabelWrapper": {
|
|
1431
|
+
"displayName": "CdrLabelWrapper",
|
|
1432
|
+
"exportName": "default",
|
|
1433
|
+
"description": "",
|
|
1434
|
+
"tags": {},
|
|
1435
|
+
"props": [
|
|
1436
|
+
{
|
|
1437
|
+
"name": "labelClass",
|
|
1438
|
+
"type": {
|
|
1439
|
+
"name": "string"
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"name": "contentClass",
|
|
1444
|
+
"type": {
|
|
1445
|
+
"name": "string"
|
|
1446
|
+
}
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"name": "background",
|
|
1450
|
+
"type": {
|
|
1451
|
+
"name": "backgroundProps"
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"name": "disabled",
|
|
1456
|
+
"type": {
|
|
1457
|
+
"name": "boolean"
|
|
1458
|
+
}
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"name": "modifier",
|
|
1462
|
+
"type": {
|
|
1463
|
+
"name": "string"
|
|
1456
1464
|
}
|
|
1457
1465
|
},
|
|
1458
1466
|
{
|
|
1459
|
-
"name": "
|
|
1460
|
-
"description": "Sets the `role` attribute for the embedded error state messaging.",
|
|
1467
|
+
"name": "size",
|
|
1461
1468
|
"type": {
|
|
1462
1469
|
"name": "string"
|
|
1463
|
-
},
|
|
1464
|
-
"required": false,
|
|
1465
|
-
"defaultValue": {
|
|
1466
|
-
"func": false,
|
|
1467
|
-
"value": "'status'"
|
|
1468
1470
|
}
|
|
1471
|
+
}
|
|
1472
|
+
],
|
|
1473
|
+
"slots": [
|
|
1474
|
+
{
|
|
1475
|
+
"name": "input"
|
|
1469
1476
|
},
|
|
1470
1477
|
{
|
|
1471
|
-
"name": "
|
|
1472
|
-
|
|
1478
|
+
"name": "default"
|
|
1479
|
+
}
|
|
1480
|
+
],
|
|
1481
|
+
"sourceFiles": [
|
|
1482
|
+
"./src/components/labelWrapper/CdrLabelWrapper.vue"
|
|
1483
|
+
]
|
|
1484
|
+
},
|
|
1485
|
+
"CdrLink": {
|
|
1486
|
+
"displayName": "CdrLink",
|
|
1487
|
+
"description": "Clickable text elements used for navigating to other pages or sections",
|
|
1488
|
+
"tags": {},
|
|
1489
|
+
"exportName": "default",
|
|
1490
|
+
"props": [
|
|
1491
|
+
{
|
|
1492
|
+
"name": "tag",
|
|
1493
|
+
"description": "Sets valid HTML element tag",
|
|
1494
|
+
"tags": {},
|
|
1495
|
+
"values": [
|
|
1496
|
+
"a",
|
|
1497
|
+
"button"
|
|
1498
|
+
],
|
|
1473
1499
|
"type": {
|
|
1474
|
-
"name": "
|
|
1500
|
+
"name": "string"
|
|
1475
1501
|
},
|
|
1476
1502
|
"defaultValue": {
|
|
1477
1503
|
"func": false,
|
|
1478
|
-
"value":
|
|
1504
|
+
"value": "'a'"
|
|
1479
1505
|
}
|
|
1480
1506
|
},
|
|
1481
1507
|
{
|
|
1482
|
-
"name": "
|
|
1483
|
-
"description": "Sets
|
|
1508
|
+
"name": "href",
|
|
1509
|
+
"description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
|
|
1484
1510
|
"type": {
|
|
1485
|
-
"name": "
|
|
1511
|
+
"name": "string"
|
|
1512
|
+
},
|
|
1513
|
+
"defaultValue": {
|
|
1514
|
+
"func": false,
|
|
1515
|
+
"value": "'#'"
|
|
1486
1516
|
}
|
|
1487
1517
|
},
|
|
1488
1518
|
{
|
|
1489
|
-
"name": "
|
|
1490
|
-
"description": "Sets
|
|
1519
|
+
"name": "inheritColor",
|
|
1520
|
+
"description": "Sets color and fill",
|
|
1491
1521
|
"type": {
|
|
1492
1522
|
"name": "boolean"
|
|
1523
|
+
},
|
|
1524
|
+
"defaultValue": {
|
|
1525
|
+
"func": false,
|
|
1526
|
+
"value": false
|
|
1493
1527
|
}
|
|
1494
1528
|
},
|
|
1495
1529
|
{
|
|
1496
|
-
"name": "
|
|
1497
|
-
"description": "
|
|
1530
|
+
"name": "modifier",
|
|
1531
|
+
"description": "Modifies the style variant for this component.",
|
|
1532
|
+
"tags": {},
|
|
1533
|
+
"values": [
|
|
1534
|
+
"standalone"
|
|
1535
|
+
],
|
|
1498
1536
|
"type": {
|
|
1499
|
-
"name": "
|
|
1537
|
+
"name": "string"
|
|
1538
|
+
},
|
|
1539
|
+
"defaultValue": {
|
|
1540
|
+
"func": false,
|
|
1541
|
+
"value": "''"
|
|
1500
1542
|
}
|
|
1501
1543
|
},
|
|
1502
1544
|
{
|
|
1503
|
-
"name": "
|
|
1545
|
+
"name": "target",
|
|
1504
1546
|
"tags": {
|
|
1505
1547
|
"ignore": [
|
|
1506
1548
|
{
|
|
@@ -1510,74 +1552,32 @@
|
|
|
1510
1552
|
]
|
|
1511
1553
|
},
|
|
1512
1554
|
"type": {
|
|
1513
|
-
"name": "string
|
|
1555
|
+
"name": "string"
|
|
1514
1556
|
}
|
|
1515
1557
|
},
|
|
1516
1558
|
{
|
|
1517
|
-
"name": "
|
|
1518
|
-
"
|
|
1559
|
+
"name": "rel",
|
|
1560
|
+
"tags": {
|
|
1561
|
+
"ignore": [
|
|
1562
|
+
{
|
|
1563
|
+
"description": true,
|
|
1564
|
+
"title": "ignore"
|
|
1565
|
+
}
|
|
1566
|
+
]
|
|
1567
|
+
},
|
|
1519
1568
|
"type": {
|
|
1520
1569
|
"name": "string"
|
|
1521
1570
|
}
|
|
1522
1571
|
}
|
|
1523
1572
|
],
|
|
1524
|
-
"events": [
|
|
1525
|
-
{
|
|
1526
|
-
"name": "update:modelValue",
|
|
1527
|
-
"description": "Event emitted by v-model on the <input> element",
|
|
1528
|
-
"properties": [
|
|
1529
|
-
{
|
|
1530
|
-
"type": {
|
|
1531
|
-
"names": [
|
|
1532
|
-
"mixed"
|
|
1533
|
-
]
|
|
1534
|
-
},
|
|
1535
|
-
"name": "modelValue"
|
|
1536
|
-
}
|
|
1537
|
-
],
|
|
1538
|
-
"tags": [
|
|
1539
|
-
{
|
|
1540
|
-
"title": "param",
|
|
1541
|
-
"type": {
|
|
1542
|
-
"name": "mixed"
|
|
1543
|
-
},
|
|
1544
|
-
"name": "modelValue"
|
|
1545
|
-
}
|
|
1546
|
-
]
|
|
1547
|
-
}
|
|
1548
|
-
],
|
|
1549
1573
|
"slots": [
|
|
1550
1574
|
{
|
|
1551
|
-
"name": "
|
|
1552
|
-
"description": "
|
|
1553
|
-
},
|
|
1554
|
-
{
|
|
1555
|
-
"name": "info",
|
|
1556
|
-
"description": "Link or icon to the right above the input field."
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"name": "pre-icon",
|
|
1560
|
-
"description": "Icon preceding text within the input field"
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"name": "post-icon",
|
|
1564
|
-
"description": "Icon after text within the input field"
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"name": "info-action",
|
|
1568
|
-
"description": "Action-wrapped icon within the input field (precedes post-icon)"
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"name": "helper-text-bottom",
|
|
1572
|
-
"description": "Helper text below the input field"
|
|
1573
|
-
},
|
|
1574
|
-
{
|
|
1575
|
-
"name": "error",
|
|
1576
|
-
"description": "Error messaging text that is displayed when the `error` prop is true."
|
|
1575
|
+
"name": "default",
|
|
1576
|
+
"description": "Readable text of the link"
|
|
1577
1577
|
}
|
|
1578
1578
|
],
|
|
1579
1579
|
"sourceFiles": [
|
|
1580
|
-
"./src/components/
|
|
1580
|
+
"./src/components/link/CdrLink.vue"
|
|
1581
1581
|
]
|
|
1582
1582
|
},
|
|
1583
1583
|
"CdrList": {
|
|
@@ -1884,12 +1884,131 @@
|
|
|
1884
1884
|
]
|
|
1885
1885
|
},
|
|
1886
1886
|
{
|
|
1887
|
-
"name": "navigate",
|
|
1888
|
-
"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."
|
|
1887
|
+
"name": "navigate",
|
|
1888
|
+
"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."
|
|
1889
|
+
}
|
|
1890
|
+
],
|
|
1891
|
+
"sourceFiles": [
|
|
1892
|
+
"./src/components/pagination/CdrPagination.vue"
|
|
1893
|
+
]
|
|
1894
|
+
},
|
|
1895
|
+
"CdrPopover": {
|
|
1896
|
+
"displayName": "CdrPopover",
|
|
1897
|
+
"description": "Small overlay used to display contextual information",
|
|
1898
|
+
"tags": {},
|
|
1899
|
+
"exportName": "default",
|
|
1900
|
+
"props": [
|
|
1901
|
+
{
|
|
1902
|
+
"name": "position",
|
|
1903
|
+
"description": "Sets the position where the popover will render relative to the trigger element.",
|
|
1904
|
+
"tags": {
|
|
1905
|
+
"demoSelectMultiple": [
|
|
1906
|
+
{
|
|
1907
|
+
"description": "false",
|
|
1908
|
+
"title": "demoSelectMultiple"
|
|
1909
|
+
}
|
|
1910
|
+
]
|
|
1911
|
+
},
|
|
1912
|
+
"values": [
|
|
1913
|
+
"top",
|
|
1914
|
+
"bottom",
|
|
1915
|
+
"left",
|
|
1916
|
+
"right"
|
|
1917
|
+
],
|
|
1918
|
+
"type": {
|
|
1919
|
+
"name": "string"
|
|
1920
|
+
},
|
|
1921
|
+
"required": false,
|
|
1922
|
+
"defaultValue": {
|
|
1923
|
+
"func": false,
|
|
1924
|
+
"value": "'top'"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "autoPosition",
|
|
1929
|
+
"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`.",
|
|
1930
|
+
"type": {
|
|
1931
|
+
"name": "boolean"
|
|
1932
|
+
},
|
|
1933
|
+
"required": false,
|
|
1934
|
+
"defaultValue": {
|
|
1935
|
+
"func": false,
|
|
1936
|
+
"value": true
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"name": "label",
|
|
1941
|
+
"description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
|
|
1942
|
+
"type": {
|
|
1943
|
+
"name": "string"
|
|
1944
|
+
},
|
|
1945
|
+
"required": false
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"name": "id",
|
|
1949
|
+
"description": "ID for the popover element, required for accessibility",
|
|
1950
|
+
"type": {
|
|
1951
|
+
"name": "string"
|
|
1952
|
+
},
|
|
1953
|
+
"required": true
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
"name": "contentClass",
|
|
1957
|
+
"description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
|
|
1958
|
+
"type": {
|
|
1959
|
+
"name": "string"
|
|
1960
|
+
},
|
|
1961
|
+
"required": false
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"name": "open",
|
|
1965
|
+
"description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
|
|
1966
|
+
"tags": {
|
|
1967
|
+
"demoIgnore": [
|
|
1968
|
+
{
|
|
1969
|
+
"description": "true",
|
|
1970
|
+
"title": "demoIgnore"
|
|
1971
|
+
}
|
|
1972
|
+
]
|
|
1973
|
+
},
|
|
1974
|
+
"type": {
|
|
1975
|
+
"name": "boolean"
|
|
1976
|
+
},
|
|
1977
|
+
"required": false,
|
|
1978
|
+
"defaultValue": {
|
|
1979
|
+
"func": false,
|
|
1980
|
+
"value": false
|
|
1981
|
+
}
|
|
1982
|
+
}
|
|
1983
|
+
],
|
|
1984
|
+
"events": [
|
|
1985
|
+
{
|
|
1986
|
+
"name": "opened",
|
|
1987
|
+
"description": "Emits when popover is opened"
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"name": "closed",
|
|
1991
|
+
"description": "Emits when popover is closed"
|
|
1992
|
+
}
|
|
1993
|
+
],
|
|
1994
|
+
"slots": [
|
|
1995
|
+
{
|
|
1996
|
+
"name": "trigger",
|
|
1997
|
+
"description": " Slot for the element that triggers the popover."
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"name": "title",
|
|
2001
|
+
"description": "Sets the title for the popover. Can also be set with `label` prop"
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"name": "default"
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"name": "icon"
|
|
1889
2008
|
}
|
|
1890
2009
|
],
|
|
1891
2010
|
"sourceFiles": [
|
|
1892
|
-
"./src/components/
|
|
2011
|
+
"./src/components/popover/CdrPopover.vue"
|
|
1893
2012
|
]
|
|
1894
2013
|
},
|
|
1895
2014
|
"CdrPopup": {
|
|
@@ -2020,125 +2139,6 @@
|
|
|
2020
2139
|
"./src/components/quote/CdrQuote.vue"
|
|
2021
2140
|
]
|
|
2022
2141
|
},
|
|
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
|
-
}
|
|
2121
|
-
],
|
|
2122
|
-
"slots": [
|
|
2123
|
-
{
|
|
2124
|
-
"name": "trigger",
|
|
2125
|
-
"description": " Slot for the element that triggers the popover."
|
|
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"
|
|
2136
|
-
}
|
|
2137
|
-
],
|
|
2138
|
-
"sourceFiles": [
|
|
2139
|
-
"./src/components/popover/CdrPopover.vue"
|
|
2140
|
-
]
|
|
2141
|
-
},
|
|
2142
2142
|
"CdrRadio": {
|
|
2143
2143
|
"displayName": "CdrRadio",
|
|
2144
2144
|
"description": "Permits the selection of only one option from a list of two or more",
|
|
@@ -2238,22 +2238,147 @@
|
|
|
2238
2238
|
{
|
|
2239
2239
|
"name": "modelValue",
|
|
2240
2240
|
"tags": {
|
|
2241
|
-
"ignore": [
|
|
2241
|
+
"ignore": [
|
|
2242
|
+
{
|
|
2243
|
+
"description": "v-model binding",
|
|
2244
|
+
"title": "ignore"
|
|
2245
|
+
}
|
|
2246
|
+
]
|
|
2247
|
+
},
|
|
2248
|
+
"type": {
|
|
2249
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
2250
|
+
}
|
|
2251
|
+
}
|
|
2252
|
+
],
|
|
2253
|
+
"events": [
|
|
2254
|
+
{
|
|
2255
|
+
"name": "update:modelValue",
|
|
2256
|
+
"description": "Event emitted by v-model on the radio's <input> element",
|
|
2257
|
+
"properties": [
|
|
2258
|
+
{
|
|
2259
|
+
"type": {
|
|
2260
|
+
"names": [
|
|
2261
|
+
"mixed"
|
|
2262
|
+
]
|
|
2263
|
+
},
|
|
2264
|
+
"name": "modelValue"
|
|
2265
|
+
}
|
|
2266
|
+
],
|
|
2267
|
+
"tags": [
|
|
2268
|
+
{
|
|
2269
|
+
"title": "param",
|
|
2270
|
+
"type": {
|
|
2271
|
+
"name": "mixed"
|
|
2272
|
+
},
|
|
2273
|
+
"name": "modelValue"
|
|
2274
|
+
}
|
|
2275
|
+
]
|
|
2276
|
+
}
|
|
2277
|
+
],
|
|
2278
|
+
"slots": [
|
|
2279
|
+
{
|
|
2280
|
+
"name": "default"
|
|
2281
|
+
}
|
|
2282
|
+
],
|
|
2283
|
+
"sourceFiles": [
|
|
2284
|
+
"./src/components/radio/CdrRadio.vue"
|
|
2285
|
+
]
|
|
2286
|
+
},
|
|
2287
|
+
"CdrSkeleton": {
|
|
2288
|
+
"displayName": "CdrSkeleton",
|
|
2289
|
+
"description": "Visually communicates content is in the process of loading",
|
|
2290
|
+
"tags": {},
|
|
2291
|
+
"exportName": "default",
|
|
2292
|
+
"props": [
|
|
2293
|
+
{
|
|
2294
|
+
"name": "motion",
|
|
2295
|
+
"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.",
|
|
2296
|
+
"type": {
|
|
2297
|
+
"name": "boolean"
|
|
2298
|
+
},
|
|
2299
|
+
"defaultValue": {
|
|
2300
|
+
"func": false,
|
|
2301
|
+
"value": true
|
|
2302
|
+
}
|
|
2303
|
+
}
|
|
2304
|
+
],
|
|
2305
|
+
"slots": [
|
|
2306
|
+
{
|
|
2307
|
+
"name": "default",
|
|
2308
|
+
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
2309
|
+
}
|
|
2310
|
+
],
|
|
2311
|
+
"sourceFiles": [
|
|
2312
|
+
"./src/components/skeleton/CdrSkeleton.vue"
|
|
2313
|
+
]
|
|
2314
|
+
},
|
|
2315
|
+
"CdrSwitch": {
|
|
2316
|
+
"displayName": "CdrSwitch",
|
|
2317
|
+
"description": "Permits selection from two opposing options",
|
|
2318
|
+
"tags": {},
|
|
2319
|
+
"exportName": "default",
|
|
2320
|
+
"props": [
|
|
2321
|
+
{
|
|
2322
|
+
"name": "id",
|
|
2323
|
+
"description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
|
|
2324
|
+
"type": {
|
|
2325
|
+
"name": "string"
|
|
2326
|
+
}
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"name": "size",
|
|
2330
|
+
"description": "Sets the size of the switch",
|
|
2331
|
+
"tags": {
|
|
2332
|
+
"demoSelectMultiple": [
|
|
2333
|
+
{
|
|
2334
|
+
"description": "false",
|
|
2335
|
+
"title": "demoSelectMultiple"
|
|
2336
|
+
}
|
|
2337
|
+
]
|
|
2338
|
+
},
|
|
2339
|
+
"values": [
|
|
2340
|
+
"medium",
|
|
2341
|
+
"large"
|
|
2342
|
+
],
|
|
2343
|
+
"type": {
|
|
2344
|
+
"name": "string"
|
|
2345
|
+
},
|
|
2346
|
+
"defaultValue": {
|
|
2347
|
+
"func": false,
|
|
2348
|
+
"value": "'medium'"
|
|
2349
|
+
}
|
|
2350
|
+
},
|
|
2351
|
+
{
|
|
2352
|
+
"name": "fullWidth",
|
|
2353
|
+
"description": "Sets the label and switch to expand to the full width of its container with `space-between`",
|
|
2354
|
+
"type": {
|
|
2355
|
+
"name": "boolean"
|
|
2356
|
+
},
|
|
2357
|
+
"defaultValue": {
|
|
2358
|
+
"func": false,
|
|
2359
|
+
"value": false
|
|
2360
|
+
}
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"name": "modelValue",
|
|
2364
|
+
"tags": {
|
|
2365
|
+
"demoIgnore": [
|
|
2242
2366
|
{
|
|
2243
|
-
"description": "
|
|
2244
|
-
"title": "
|
|
2367
|
+
"description": "true",
|
|
2368
|
+
"title": "demoIgnore"
|
|
2245
2369
|
}
|
|
2246
2370
|
]
|
|
2247
2371
|
},
|
|
2248
2372
|
"type": {
|
|
2249
|
-
"name": "
|
|
2250
|
-
}
|
|
2373
|
+
"name": "boolean"
|
|
2374
|
+
},
|
|
2375
|
+
"required": true
|
|
2251
2376
|
}
|
|
2252
2377
|
],
|
|
2253
2378
|
"events": [
|
|
2254
2379
|
{
|
|
2255
2380
|
"name": "update:modelValue",
|
|
2256
|
-
"description": "Event emitted by v-model on
|
|
2381
|
+
"description": "Event emitted by v-model on switch",
|
|
2257
2382
|
"properties": [
|
|
2258
2383
|
{
|
|
2259
2384
|
"type": {
|
|
@@ -2277,11 +2402,12 @@
|
|
|
2277
2402
|
],
|
|
2278
2403
|
"slots": [
|
|
2279
2404
|
{
|
|
2280
|
-
"name": "default"
|
|
2405
|
+
"name": "default",
|
|
2406
|
+
"description": "The label for the switch"
|
|
2281
2407
|
}
|
|
2282
2408
|
],
|
|
2283
2409
|
"sourceFiles": [
|
|
2284
|
-
"./src/components/
|
|
2410
|
+
"./src/components/switch/CdrSwitch.vue"
|
|
2285
2411
|
]
|
|
2286
2412
|
},
|
|
2287
2413
|
"CdrRating": {
|
|
@@ -2361,32 +2487,42 @@
|
|
|
2361
2487
|
"./src/components/rating/CdrRating.vue"
|
|
2362
2488
|
]
|
|
2363
2489
|
},
|
|
2364
|
-
"
|
|
2365
|
-
"displayName": "
|
|
2366
|
-
"description": "Visually communicates content is in the process of loading",
|
|
2367
|
-
"tags": {},
|
|
2490
|
+
"CdrSkeletonBone": {
|
|
2491
|
+
"displayName": "CdrSkeletonBone",
|
|
2368
2492
|
"exportName": "default",
|
|
2493
|
+
"description": "",
|
|
2494
|
+
"tags": {},
|
|
2369
2495
|
"props": [
|
|
2370
2496
|
{
|
|
2371
|
-
"name": "
|
|
2372
|
-
"description": "
|
|
2497
|
+
"name": "type",
|
|
2498
|
+
"description": "Sets the type of content placeholder",
|
|
2499
|
+
"tags": {
|
|
2500
|
+
"demoSelectMultiple": [
|
|
2501
|
+
{
|
|
2502
|
+
"description": "false",
|
|
2503
|
+
"title": "demoSelectMultiple"
|
|
2504
|
+
}
|
|
2505
|
+
]
|
|
2506
|
+
},
|
|
2507
|
+
"values": [
|
|
2508
|
+
"default",
|
|
2509
|
+
"heading",
|
|
2510
|
+
"line",
|
|
2511
|
+
"rectangle",
|
|
2512
|
+
"square"
|
|
2513
|
+
],
|
|
2373
2514
|
"type": {
|
|
2374
|
-
"name": "
|
|
2515
|
+
"name": "string"
|
|
2375
2516
|
},
|
|
2517
|
+
"required": false,
|
|
2376
2518
|
"defaultValue": {
|
|
2377
2519
|
"func": false,
|
|
2378
|
-
"value":
|
|
2520
|
+
"value": "'default'"
|
|
2379
2521
|
}
|
|
2380
2522
|
}
|
|
2381
2523
|
],
|
|
2382
|
-
"slots": [
|
|
2383
|
-
{
|
|
2384
|
-
"name": "default",
|
|
2385
|
-
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
2386
|
-
}
|
|
2387
|
-
],
|
|
2388
2524
|
"sourceFiles": [
|
|
2389
|
-
"./src/components/skeleton/
|
|
2525
|
+
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
2390
2526
|
]
|
|
2391
2527
|
},
|
|
2392
2528
|
"CdrSelect": {
|
|
@@ -2594,15 +2730,70 @@
|
|
|
2594
2730
|
"./src/components/select/CdrSelect.vue"
|
|
2595
2731
|
]
|
|
2596
2732
|
},
|
|
2597
|
-
"
|
|
2598
|
-
"displayName": "
|
|
2599
|
-
"
|
|
2600
|
-
"description": "",
|
|
2733
|
+
"CdrTable": {
|
|
2734
|
+
"displayName": "CdrTable",
|
|
2735
|
+
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
2601
2736
|
"tags": {},
|
|
2737
|
+
"exportName": "default",
|
|
2602
2738
|
"props": [
|
|
2603
2739
|
{
|
|
2604
|
-
"name": "
|
|
2605
|
-
"description": "Sets
|
|
2740
|
+
"name": "striped",
|
|
2741
|
+
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
2742
|
+
"type": {
|
|
2743
|
+
"name": "boolean"
|
|
2744
|
+
},
|
|
2745
|
+
"defaultValue": {
|
|
2746
|
+
"func": false,
|
|
2747
|
+
"value": false
|
|
2748
|
+
}
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
"name": "border",
|
|
2752
|
+
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
2753
|
+
"type": {
|
|
2754
|
+
"name": "boolean"
|
|
2755
|
+
},
|
|
2756
|
+
"defaultValue": {
|
|
2757
|
+
"func": false,
|
|
2758
|
+
"value": true
|
|
2759
|
+
}
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"name": "fullWidth",
|
|
2763
|
+
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
2764
|
+
"type": {
|
|
2765
|
+
"name": "boolean|string"
|
|
2766
|
+
},
|
|
2767
|
+
"defaultValue": {
|
|
2768
|
+
"func": false,
|
|
2769
|
+
"value": true
|
|
2770
|
+
}
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"name": "responsive",
|
|
2774
|
+
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
2775
|
+
"type": {
|
|
2776
|
+
"name": "boolean"
|
|
2777
|
+
},
|
|
2778
|
+
"defaultValue": {
|
|
2779
|
+
"func": false,
|
|
2780
|
+
"value": true
|
|
2781
|
+
}
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
"name": "hover",
|
|
2785
|
+
"description": "Adds a darker background on row hover",
|
|
2786
|
+
"type": {
|
|
2787
|
+
"name": "boolean"
|
|
2788
|
+
},
|
|
2789
|
+
"defaultValue": {
|
|
2790
|
+
"func": false,
|
|
2791
|
+
"value": false
|
|
2792
|
+
}
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"name": "size",
|
|
2796
|
+
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
2606
2797
|
"tags": {
|
|
2607
2798
|
"demoSelectMultiple": [
|
|
2608
2799
|
{
|
|
@@ -2612,24 +2803,105 @@
|
|
|
2612
2803
|
]
|
|
2613
2804
|
},
|
|
2614
2805
|
"values": [
|
|
2615
|
-
"
|
|
2616
|
-
"
|
|
2617
|
-
"
|
|
2618
|
-
"rectangle",
|
|
2619
|
-
"square"
|
|
2806
|
+
"small",
|
|
2807
|
+
"medium",
|
|
2808
|
+
"large"
|
|
2620
2809
|
],
|
|
2621
2810
|
"type": {
|
|
2622
2811
|
"name": "string"
|
|
2623
2812
|
},
|
|
2624
|
-
"required": false,
|
|
2625
2813
|
"defaultValue": {
|
|
2626
2814
|
"func": false,
|
|
2627
|
-
"value": "'
|
|
2815
|
+
"value": "'medium'"
|
|
2628
2816
|
}
|
|
2629
2817
|
}
|
|
2630
2818
|
],
|
|
2819
|
+
"slots": [
|
|
2820
|
+
{
|
|
2821
|
+
"name": "default",
|
|
2822
|
+
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
2823
|
+
}
|
|
2824
|
+
],
|
|
2631
2825
|
"sourceFiles": [
|
|
2632
|
-
"./src/components/
|
|
2826
|
+
"./src/components/table/CdrTable.vue"
|
|
2827
|
+
]
|
|
2828
|
+
},
|
|
2829
|
+
"CdrTabPanel": {
|
|
2830
|
+
"displayName": "CdrTabPanel",
|
|
2831
|
+
"exportName": "default",
|
|
2832
|
+
"description": "",
|
|
2833
|
+
"tags": {},
|
|
2834
|
+
"props": [
|
|
2835
|
+
{
|
|
2836
|
+
"name": "id",
|
|
2837
|
+
"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.",
|
|
2838
|
+
"type": {
|
|
2839
|
+
"name": "string"
|
|
2840
|
+
}
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"name": "name",
|
|
2844
|
+
"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.",
|
|
2845
|
+
"type": {
|
|
2846
|
+
"name": "string"
|
|
2847
|
+
}
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"name": "ariaLabelledby",
|
|
2851
|
+
"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.",
|
|
2852
|
+
"type": {
|
|
2853
|
+
"name": "string"
|
|
2854
|
+
}
|
|
2855
|
+
}
|
|
2856
|
+
],
|
|
2857
|
+
"events": [
|
|
2858
|
+
{
|
|
2859
|
+
"name": "tab-change",
|
|
2860
|
+
"description": "Emits when active tab is changed",
|
|
2861
|
+
"tags": [
|
|
2862
|
+
{
|
|
2863
|
+
"title": "params",
|
|
2864
|
+
"content": "state, panelId"
|
|
2865
|
+
}
|
|
2866
|
+
]
|
|
2867
|
+
}
|
|
2868
|
+
],
|
|
2869
|
+
"slots": [
|
|
2870
|
+
{
|
|
2871
|
+
"name": "default",
|
|
2872
|
+
"description": "CdrTabPanel content"
|
|
2873
|
+
}
|
|
2874
|
+
],
|
|
2875
|
+
"sourceFiles": [
|
|
2876
|
+
"./src/components/tabs/CdrTabPanel.vue"
|
|
2877
|
+
]
|
|
2878
|
+
},
|
|
2879
|
+
"CdrText": {
|
|
2880
|
+
"displayName": "CdrText",
|
|
2881
|
+
"description": "Text container used for any text element such as paragraphs, headings, and lists",
|
|
2882
|
+
"tags": {},
|
|
2883
|
+
"exportName": "default",
|
|
2884
|
+
"props": [
|
|
2885
|
+
{
|
|
2886
|
+
"name": "tag",
|
|
2887
|
+
"description": "Sets the HTML tag (p, span, h1, h2, etc)",
|
|
2888
|
+
"type": {
|
|
2889
|
+
"name": "string"
|
|
2890
|
+
},
|
|
2891
|
+
"defaultValue": {
|
|
2892
|
+
"func": false,
|
|
2893
|
+
"value": "'p'"
|
|
2894
|
+
}
|
|
2895
|
+
}
|
|
2896
|
+
],
|
|
2897
|
+
"slots": [
|
|
2898
|
+
{
|
|
2899
|
+
"name": "default",
|
|
2900
|
+
"description": "CdrText content"
|
|
2901
|
+
}
|
|
2902
|
+
],
|
|
2903
|
+
"sourceFiles": [
|
|
2904
|
+
"./src/components/text/CdrText.vue"
|
|
2633
2905
|
]
|
|
2634
2906
|
},
|
|
2635
2907
|
"CdrTabs": {
|
|
@@ -2690,56 +2962,28 @@
|
|
|
2690
2962
|
],
|
|
2691
2963
|
"type": {
|
|
2692
2964
|
"name": "string"
|
|
2693
|
-
}
|
|
2694
|
-
},
|
|
2695
|
-
{
|
|
2696
|
-
"name": "backgroundColor",
|
|
2697
|
-
"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.",
|
|
2698
|
-
"type": {
|
|
2699
|
-
"name": "string"
|
|
2700
|
-
},
|
|
2701
|
-
"defaultValue": {
|
|
2702
|
-
"func": false,
|
|
2703
|
-
"value": "CdrColorBackgroundPrimary"
|
|
2704
|
-
}
|
|
2705
|
-
}
|
|
2706
|
-
],
|
|
2707
|
-
"slots": [
|
|
2708
|
-
{
|
|
2709
|
-
"name": "default",
|
|
2710
|
-
"description": "CdrTabs content (CdrTabPanel components)"
|
|
2711
|
-
}
|
|
2712
|
-
],
|
|
2713
|
-
"sourceFiles": [
|
|
2714
|
-
"./src/components/tabs/CdrTabs.vue"
|
|
2715
|
-
]
|
|
2716
|
-
},
|
|
2717
|
-
"CdrText": {
|
|
2718
|
-
"displayName": "CdrText",
|
|
2719
|
-
"description": "Text container used for any text element such as paragraphs, headings, and lists",
|
|
2720
|
-
"tags": {},
|
|
2721
|
-
"exportName": "default",
|
|
2722
|
-
"props": [
|
|
2965
|
+
}
|
|
2966
|
+
},
|
|
2723
2967
|
{
|
|
2724
|
-
"name": "
|
|
2725
|
-
"description": "Sets the
|
|
2968
|
+
"name": "backgroundColor",
|
|
2969
|
+
"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.",
|
|
2726
2970
|
"type": {
|
|
2727
2971
|
"name": "string"
|
|
2728
2972
|
},
|
|
2729
2973
|
"defaultValue": {
|
|
2730
2974
|
"func": false,
|
|
2731
|
-
"value": "
|
|
2975
|
+
"value": "CdrColorBackgroundPrimary"
|
|
2732
2976
|
}
|
|
2733
2977
|
}
|
|
2734
2978
|
],
|
|
2735
2979
|
"slots": [
|
|
2736
2980
|
{
|
|
2737
2981
|
"name": "default",
|
|
2738
|
-
"description": "
|
|
2982
|
+
"description": "CdrTabs content (CdrTabPanel components)"
|
|
2739
2983
|
}
|
|
2740
2984
|
],
|
|
2741
2985
|
"sourceFiles": [
|
|
2742
|
-
"./src/components/
|
|
2986
|
+
"./src/components/tabs/CdrTabs.vue"
|
|
2743
2987
|
]
|
|
2744
2988
|
},
|
|
2745
2989
|
"CdrToast": {
|
|
@@ -3050,249 +3294,5 @@
|
|
|
3050
3294
|
"sourceFiles": [
|
|
3051
3295
|
"./src/components/tooltip/CdrTooltip.vue"
|
|
3052
3296
|
]
|
|
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
3297
|
}
|
|
3298
3298
|
}
|