@rei/cedar 13.5.0-alpha.2 → 13.5.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cedar-compiled.css +1031 -1031
- package/dist/cedar.umd.js +2 -0
- package/dist/component-docgen.json +1088 -1088
- package/dist/icon-component-docgen.json +452 -452
- 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 +2 -2
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
- package/dist/src/components/checkbox/CdrCheckbox.vue.mjs +21 -14
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -27
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +6 -6
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +4 -4
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +10 -10
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +5 -5
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +7 -7
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +14 -14
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +65 -65
- package/dist/src/components/popup/CdrPopup.vue.mjs +14 -14
- 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 +27 -27
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +30 -30
- 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 +7 -7
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +7 -7
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/src/lib.mjs +374 -376
- 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 +4 -3
- package/dist/src/component-docgen.json.mjs +0 -2421
|
@@ -243,106 +243,6 @@
|
|
|
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
|
-
},
|
|
305
|
-
"CdrCaption": {
|
|
306
|
-
"displayName": "CdrCaption",
|
|
307
|
-
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
308
|
-
"tags": {},
|
|
309
|
-
"exportName": "default",
|
|
310
|
-
"props": [
|
|
311
|
-
{
|
|
312
|
-
"name": "summary",
|
|
313
|
-
"description": "Sets the string content for the description body of the caption.",
|
|
314
|
-
"tags": {
|
|
315
|
-
"demoIgnore": [
|
|
316
|
-
{
|
|
317
|
-
"description": "true",
|
|
318
|
-
"title": "demoIgnore"
|
|
319
|
-
}
|
|
320
|
-
]
|
|
321
|
-
},
|
|
322
|
-
"type": {
|
|
323
|
-
"name": "string"
|
|
324
|
-
}
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"name": "credit",
|
|
328
|
-
"description": "Sets the string content for attribution.",
|
|
329
|
-
"tags": {
|
|
330
|
-
"demoIgnore": [
|
|
331
|
-
{
|
|
332
|
-
"description": "true",
|
|
333
|
-
"title": "demoIgnore"
|
|
334
|
-
}
|
|
335
|
-
]
|
|
336
|
-
},
|
|
337
|
-
"type": {
|
|
338
|
-
"name": "string"
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
],
|
|
342
|
-
"sourceFiles": [
|
|
343
|
-
"./src/components/caption/CdrCaption.vue"
|
|
344
|
-
]
|
|
345
|
-
},
|
|
346
246
|
"CdrButton": {
|
|
347
247
|
"displayName": "CdrButton",
|
|
348
248
|
"description": "Initiates an action, such as completing a task or submitting information",
|
|
@@ -502,6 +402,75 @@
|
|
|
502
402
|
"./src/components/button/CdrButton.vue"
|
|
503
403
|
]
|
|
504
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
|
+
}
|
|
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
|
+
},
|
|
505
474
|
"CdrCheckbox": {
|
|
506
475
|
"displayName": "CdrCheckbox",
|
|
507
476
|
"description": "Allows selecting one or more items from a list",
|
|
@@ -665,6 +634,46 @@
|
|
|
665
634
|
"./src/components/checkbox/CdrCheckbox.vue"
|
|
666
635
|
]
|
|
667
636
|
},
|
|
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
|
+
},
|
|
668
677
|
"CdrChip": {
|
|
669
678
|
"displayName": "CdrChip",
|
|
670
679
|
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
@@ -688,72 +697,198 @@
|
|
|
688
697
|
"./src/components/chip/CdrChip.vue"
|
|
689
698
|
]
|
|
690
699
|
},
|
|
691
|
-
"
|
|
692
|
-
"displayName": "
|
|
693
|
-
"description": "
|
|
700
|
+
"CdrContainer": {
|
|
701
|
+
"displayName": "CdrContainer",
|
|
702
|
+
"description": "Provides base margins and responsive layout logic for pages",
|
|
694
703
|
"tags": {},
|
|
695
704
|
"exportName": "default",
|
|
696
705
|
"props": [
|
|
697
706
|
{
|
|
698
707
|
"name": "tag",
|
|
699
|
-
"description": "Sets
|
|
708
|
+
"description": "Sets the HTML tag for the container element",
|
|
700
709
|
"type": {
|
|
701
710
|
"name": "string"
|
|
702
711
|
},
|
|
703
712
|
"defaultValue": {
|
|
704
713
|
"func": false,
|
|
705
|
-
"value": "'
|
|
714
|
+
"value": "'div'"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "modifier",
|
|
719
|
+
"description": "Controls whether container is static or fluid width.",
|
|
720
|
+
"tags": {
|
|
721
|
+
"demoSelectMultiple": [
|
|
722
|
+
{
|
|
723
|
+
"description": "false",
|
|
724
|
+
"title": "demoSelectMultiple"
|
|
725
|
+
}
|
|
726
|
+
]
|
|
727
|
+
},
|
|
728
|
+
"values": [
|
|
729
|
+
"static",
|
|
730
|
+
"fluid"
|
|
731
|
+
],
|
|
732
|
+
"type": {
|
|
733
|
+
"name": "string"
|
|
734
|
+
},
|
|
735
|
+
"defaultValue": {
|
|
736
|
+
"func": false,
|
|
737
|
+
"value": "'static'"
|
|
706
738
|
}
|
|
707
739
|
}
|
|
708
740
|
],
|
|
709
741
|
"slots": [
|
|
710
742
|
{
|
|
711
743
|
"name": "default",
|
|
712
|
-
"description": "
|
|
744
|
+
"description": "CdrContainer content"
|
|
713
745
|
}
|
|
714
746
|
],
|
|
715
747
|
"sourceFiles": [
|
|
716
|
-
"./src/components/
|
|
748
|
+
"./src/components/container/CdrContainer.vue"
|
|
717
749
|
]
|
|
718
750
|
},
|
|
719
|
-
"
|
|
720
|
-
"displayName": "
|
|
751
|
+
"CdrFormError": {
|
|
752
|
+
"displayName": "CdrFormError",
|
|
721
753
|
"exportName": "default",
|
|
722
754
|
"description": "",
|
|
723
755
|
"tags": {},
|
|
724
756
|
"props": [
|
|
725
757
|
{
|
|
726
|
-
"name": "
|
|
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.",
|
|
758
|
+
"name": "error",
|
|
728
759
|
"type": {
|
|
729
|
-
"name": "string"
|
|
730
|
-
}
|
|
731
|
-
|
|
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
|
+
"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
|
+
}
|
|
732
803
|
},
|
|
733
804
|
{
|
|
734
|
-
"name": "
|
|
735
|
-
"description": "
|
|
805
|
+
"name": "tag",
|
|
806
|
+
"description": "Sets the HTML tag for the grid element",
|
|
736
807
|
"type": {
|
|
737
|
-
"name": "
|
|
808
|
+
"name": "string"
|
|
738
809
|
},
|
|
739
810
|
"defaultValue": {
|
|
740
811
|
"func": false,
|
|
741
|
-
"value":
|
|
812
|
+
"value": "'div'"
|
|
742
813
|
}
|
|
743
814
|
}
|
|
744
815
|
],
|
|
745
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
|
+
},
|
|
746
839
|
{
|
|
747
840
|
"name": "label",
|
|
748
|
-
"
|
|
841
|
+
"type": {
|
|
842
|
+
"name": "string"
|
|
843
|
+
}
|
|
749
844
|
},
|
|
750
845
|
{
|
|
751
|
-
"name": "
|
|
752
|
-
"
|
|
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"
|
|
753
888
|
}
|
|
754
889
|
],
|
|
755
890
|
"sourceFiles": [
|
|
756
|
-
"./src/components/
|
|
891
|
+
"./src/components/labelStandalone/CdrLabelStandalone.vue"
|
|
757
892
|
]
|
|
758
893
|
},
|
|
759
894
|
"CdrFormGroup": {
|
|
@@ -823,26 +958,15 @@
|
|
|
823
958
|
"./src/components/formGroup/CdrFormGroup.vue"
|
|
824
959
|
]
|
|
825
960
|
},
|
|
826
|
-
"
|
|
827
|
-
"displayName": "
|
|
828
|
-
"description": "Provides
|
|
961
|
+
"CdrBanner": {
|
|
962
|
+
"displayName": "CdrBanner",
|
|
963
|
+
"description": "Provides contextual feedback messages for typical user actions",
|
|
829
964
|
"tags": {},
|
|
830
965
|
"exportName": "default",
|
|
831
966
|
"props": [
|
|
832
967
|
{
|
|
833
|
-
"name": "
|
|
834
|
-
"description": "Sets the
|
|
835
|
-
"type": {
|
|
836
|
-
"name": "string"
|
|
837
|
-
},
|
|
838
|
-
"defaultValue": {
|
|
839
|
-
"func": false,
|
|
840
|
-
"value": "'div'"
|
|
841
|
-
}
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"name": "modifier",
|
|
845
|
-
"description": "Controls whether container is static or fluid width.",
|
|
968
|
+
"name": "type",
|
|
969
|
+
"description": "Sets the banner style.",
|
|
846
970
|
"tags": {
|
|
847
971
|
"demoSelectMultiple": [
|
|
848
972
|
{
|
|
@@ -852,79 +976,100 @@
|
|
|
852
976
|
]
|
|
853
977
|
},
|
|
854
978
|
"values": [
|
|
855
|
-
"
|
|
856
|
-
"
|
|
979
|
+
"info",
|
|
980
|
+
"warning",
|
|
981
|
+
"success",
|
|
982
|
+
"error",
|
|
983
|
+
"default"
|
|
857
984
|
],
|
|
858
985
|
"type": {
|
|
859
986
|
"name": "string"
|
|
860
987
|
},
|
|
861
988
|
"defaultValue": {
|
|
862
989
|
"func": false,
|
|
863
|
-
"value": "'
|
|
990
|
+
"value": "'default'"
|
|
864
991
|
}
|
|
865
992
|
}
|
|
866
993
|
],
|
|
867
994
|
"slots": [
|
|
995
|
+
{
|
|
996
|
+
"name": "icon-left",
|
|
997
|
+
"description": "Icon matching banner type"
|
|
998
|
+
},
|
|
868
999
|
{
|
|
869
1000
|
"name": "default",
|
|
870
|
-
"description": "
|
|
1001
|
+
"description": "Primary message content"
|
|
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"
|
|
871
1014
|
}
|
|
872
1015
|
],
|
|
873
1016
|
"sourceFiles": [
|
|
874
|
-
"./src/components/
|
|
1017
|
+
"./src/components/banner/CdrBanner.vue"
|
|
875
1018
|
]
|
|
876
1019
|
},
|
|
877
|
-
"
|
|
878
|
-
"displayName": "
|
|
879
|
-
"description": "Simple wrapper for working with CSS grid",
|
|
880
|
-
"tags": {},
|
|
1020
|
+
"CdrLabelWrapper": {
|
|
1021
|
+
"displayName": "CdrLabelWrapper",
|
|
881
1022
|
"exportName": "default",
|
|
1023
|
+
"description": "",
|
|
1024
|
+
"tags": {},
|
|
882
1025
|
"props": [
|
|
883
1026
|
{
|
|
884
|
-
"name": "
|
|
885
|
-
"description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
|
|
886
|
-
"tags": {
|
|
887
|
-
"demoSelectMultiple": [
|
|
888
|
-
{
|
|
889
|
-
"description": "false",
|
|
890
|
-
"title": "demoSelectMultiple"
|
|
891
|
-
}
|
|
892
|
-
]
|
|
893
|
-
},
|
|
894
|
-
"values": [
|
|
895
|
-
"none",
|
|
896
|
-
"small",
|
|
897
|
-
"medium",
|
|
898
|
-
"large"
|
|
899
|
-
],
|
|
1027
|
+
"name": "labelClass",
|
|
900
1028
|
"type": {
|
|
901
1029
|
"name": "string"
|
|
902
|
-
},
|
|
903
|
-
"defaultValue": {
|
|
904
|
-
"func": false,
|
|
905
|
-
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
906
1030
|
}
|
|
907
1031
|
},
|
|
908
1032
|
{
|
|
909
|
-
"name": "
|
|
910
|
-
"
|
|
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",
|
|
911
1058
|
"type": {
|
|
912
1059
|
"name": "string"
|
|
913
|
-
},
|
|
914
|
-
"defaultValue": {
|
|
915
|
-
"func": false,
|
|
916
|
-
"value": "'div'"
|
|
917
1060
|
}
|
|
918
1061
|
}
|
|
919
1062
|
],
|
|
920
1063
|
"slots": [
|
|
921
1064
|
{
|
|
922
|
-
"name": "
|
|
923
|
-
|
|
1065
|
+
"name": "input"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "default"
|
|
924
1069
|
}
|
|
925
1070
|
],
|
|
926
1071
|
"sourceFiles": [
|
|
927
|
-
"./src/components/
|
|
1072
|
+
"./src/components/labelWrapper/CdrLabelWrapper.vue"
|
|
928
1073
|
]
|
|
929
1074
|
},
|
|
930
1075
|
"CdrIcon": {
|
|
@@ -1106,72 +1251,102 @@
|
|
|
1106
1251
|
"./src/components/image/CdrImg.vue"
|
|
1107
1252
|
]
|
|
1108
1253
|
},
|
|
1109
|
-
"
|
|
1110
|
-
"displayName": "
|
|
1111
|
-
"
|
|
1112
|
-
"description": "",
|
|
1254
|
+
"CdrLink": {
|
|
1255
|
+
"displayName": "CdrLink",
|
|
1256
|
+
"description": "Clickable text elements used for navigating to other pages or sections",
|
|
1113
1257
|
"tags": {},
|
|
1258
|
+
"exportName": "default",
|
|
1114
1259
|
"props": [
|
|
1115
1260
|
{
|
|
1116
|
-
"name": "
|
|
1117
|
-
"
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
"name": "label",
|
|
1261
|
+
"name": "tag",
|
|
1262
|
+
"description": "Sets valid HTML element tag",
|
|
1263
|
+
"tags": {},
|
|
1264
|
+
"values": [
|
|
1265
|
+
"a",
|
|
1266
|
+
"button"
|
|
1267
|
+
],
|
|
1124
1268
|
"type": {
|
|
1125
1269
|
"name": "string"
|
|
1270
|
+
},
|
|
1271
|
+
"defaultValue": {
|
|
1272
|
+
"func": false,
|
|
1273
|
+
"value": "'a'"
|
|
1126
1274
|
}
|
|
1127
1275
|
},
|
|
1128
1276
|
{
|
|
1129
|
-
"name": "
|
|
1277
|
+
"name": "href",
|
|
1278
|
+
"description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
|
|
1130
1279
|
"type": {
|
|
1131
|
-
"name": "
|
|
1280
|
+
"name": "string"
|
|
1281
|
+
},
|
|
1282
|
+
"defaultValue": {
|
|
1283
|
+
"func": false,
|
|
1284
|
+
"value": "'#'"
|
|
1132
1285
|
}
|
|
1133
1286
|
},
|
|
1134
1287
|
{
|
|
1135
|
-
"name": "
|
|
1288
|
+
"name": "inheritColor",
|
|
1289
|
+
"description": "Sets color and fill",
|
|
1136
1290
|
"type": {
|
|
1137
1291
|
"name": "boolean"
|
|
1292
|
+
},
|
|
1293
|
+
"defaultValue": {
|
|
1294
|
+
"func": false,
|
|
1295
|
+
"value": false
|
|
1138
1296
|
}
|
|
1139
1297
|
},
|
|
1140
1298
|
{
|
|
1141
|
-
"name": "
|
|
1299
|
+
"name": "modifier",
|
|
1300
|
+
"description": "Modifies the style variant for this component.",
|
|
1301
|
+
"tags": {},
|
|
1302
|
+
"values": [
|
|
1303
|
+
"standalone"
|
|
1304
|
+
],
|
|
1142
1305
|
"type": {
|
|
1143
|
-
"name": "
|
|
1306
|
+
"name": "string"
|
|
1307
|
+
},
|
|
1308
|
+
"defaultValue": {
|
|
1309
|
+
"func": false,
|
|
1310
|
+
"value": "''"
|
|
1144
1311
|
}
|
|
1145
1312
|
},
|
|
1146
1313
|
{
|
|
1147
|
-
"name": "
|
|
1314
|
+
"name": "target",
|
|
1315
|
+
"tags": {
|
|
1316
|
+
"ignore": [
|
|
1317
|
+
{
|
|
1318
|
+
"description": true,
|
|
1319
|
+
"title": "ignore"
|
|
1320
|
+
}
|
|
1321
|
+
]
|
|
1322
|
+
},
|
|
1148
1323
|
"type": {
|
|
1149
|
-
"name": "
|
|
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"
|
|
1150
1339
|
}
|
|
1151
1340
|
}
|
|
1152
1341
|
],
|
|
1153
1342
|
"slots": [
|
|
1154
1343
|
{
|
|
1155
|
-
"name": "
|
|
1156
|
-
|
|
1157
|
-
{
|
|
1158
|
-
"name": "default"
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"name": "info-action"
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"name": "info"
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"name": "helper-text-bottom"
|
|
1168
|
-
},
|
|
1169
|
-
{
|
|
1170
|
-
"name": "error"
|
|
1344
|
+
"name": "default",
|
|
1345
|
+
"description": "Readable text of the link"
|
|
1171
1346
|
}
|
|
1172
1347
|
],
|
|
1173
1348
|
"sourceFiles": [
|
|
1174
|
-
"./src/components/
|
|
1349
|
+
"./src/components/link/CdrLink.vue"
|
|
1175
1350
|
]
|
|
1176
1351
|
},
|
|
1177
1352
|
"CdrInput": {
|
|
@@ -1405,6 +1580,64 @@
|
|
|
1405
1580
|
"./src/components/input/CdrInput.vue"
|
|
1406
1581
|
]
|
|
1407
1582
|
},
|
|
1583
|
+
"CdrList": {
|
|
1584
|
+
"displayName": "CdrList",
|
|
1585
|
+
"description": "Groups related content items together either vertically or horizontally",
|
|
1586
|
+
"tags": {},
|
|
1587
|
+
"exportName": "default",
|
|
1588
|
+
"props": [
|
|
1589
|
+
{
|
|
1590
|
+
"name": "tag",
|
|
1591
|
+
"description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
|
|
1592
|
+
"tags": {},
|
|
1593
|
+
"values": [
|
|
1594
|
+
"ul",
|
|
1595
|
+
"ol"
|
|
1596
|
+
],
|
|
1597
|
+
"type": {
|
|
1598
|
+
"name": "string"
|
|
1599
|
+
},
|
|
1600
|
+
"defaultValue": {
|
|
1601
|
+
"func": false,
|
|
1602
|
+
"value": "'ul'"
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"name": "modifier",
|
|
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
|
+
],
|
|
1622
|
+
"type": {
|
|
1623
|
+
"name": "string"
|
|
1624
|
+
},
|
|
1625
|
+
"defaultValue": {
|
|
1626
|
+
"func": false,
|
|
1627
|
+
"value": "''"
|
|
1628
|
+
}
|
|
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
|
+
},
|
|
1408
1641
|
"CdrModal": {
|
|
1409
1642
|
"displayName": "CdrModal",
|
|
1410
1643
|
"description": "Disruptive, action-blocking overlays used to display important information",
|
|
@@ -1544,70 +1777,49 @@
|
|
|
1544
1777
|
"./src/components/modal/CdrModal.vue"
|
|
1545
1778
|
]
|
|
1546
1779
|
},
|
|
1547
|
-
"
|
|
1548
|
-
"displayName": "
|
|
1549
|
-
"
|
|
1550
|
-
"description": "",
|
|
1780
|
+
"CdrPagination": {
|
|
1781
|
+
"displayName": "CdrPagination",
|
|
1782
|
+
"description": "Allows people to navigate to the next or previous page within an experience",
|
|
1551
1783
|
"tags": {},
|
|
1784
|
+
"exportName": "default",
|
|
1552
1785
|
"props": [
|
|
1553
1786
|
{
|
|
1554
|
-
"name": "
|
|
1555
|
-
"
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1787
|
+
"name": "id",
|
|
1788
|
+
"description": "Define a custom slug for the generated breadcrumb item IDs. Slug is randomly generated if no ID provided.",
|
|
1789
|
+
"tags": {
|
|
1790
|
+
"demoIgnore": [
|
|
1791
|
+
{
|
|
1792
|
+
"description": "true",
|
|
1793
|
+
"title": "demoIgnore"
|
|
1794
|
+
}
|
|
1795
|
+
]
|
|
1796
|
+
},
|
|
1561
1797
|
"type": {
|
|
1562
1798
|
"name": "string"
|
|
1563
1799
|
}
|
|
1564
1800
|
},
|
|
1565
1801
|
{
|
|
1566
|
-
"name": "
|
|
1567
|
-
"
|
|
1568
|
-
"name": "backgroundProps"
|
|
1569
|
-
}
|
|
1570
|
-
},
|
|
1571
|
-
{
|
|
1572
|
-
"name": "disabled",
|
|
1573
|
-
"type": {
|
|
1574
|
-
"name": "boolean"
|
|
1575
|
-
}
|
|
1576
|
-
},
|
|
1577
|
-
{
|
|
1578
|
-
"name": "modifier",
|
|
1802
|
+
"name": "totalPages",
|
|
1803
|
+
"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.",
|
|
1579
1804
|
"type": {
|
|
1580
|
-
"name": "
|
|
1805
|
+
"name": "number"
|
|
1806
|
+
},
|
|
1807
|
+
"defaultValue": {
|
|
1808
|
+
"func": false,
|
|
1809
|
+
"value": "null"
|
|
1581
1810
|
}
|
|
1582
1811
|
},
|
|
1583
1812
|
{
|
|
1584
|
-
"name": "
|
|
1813
|
+
"name": "pages",
|
|
1814
|
+
"description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
|
|
1585
1815
|
"type": {
|
|
1586
|
-
"name": "
|
|
1587
|
-
}
|
|
1588
|
-
|
|
1589
|
-
],
|
|
1590
|
-
"slots": [
|
|
1591
|
-
{
|
|
1592
|
-
"name": "input"
|
|
1816
|
+
"name": "array"
|
|
1817
|
+
},
|
|
1818
|
+
"required": true
|
|
1593
1819
|
},
|
|
1594
1820
|
{
|
|
1595
|
-
"name": "
|
|
1596
|
-
|
|
1597
|
-
],
|
|
1598
|
-
"sourceFiles": [
|
|
1599
|
-
"./src/components/labelWrapper/CdrLabelWrapper.vue"
|
|
1600
|
-
]
|
|
1601
|
-
},
|
|
1602
|
-
"CdrLink": {
|
|
1603
|
-
"displayName": "CdrLink",
|
|
1604
|
-
"description": "Clickable text elements used for navigating to other pages or sections",
|
|
1605
|
-
"tags": {},
|
|
1606
|
-
"exportName": "default",
|
|
1607
|
-
"props": [
|
|
1608
|
-
{
|
|
1609
|
-
"name": "tag",
|
|
1610
|
-
"description": "Sets valid HTML element tag",
|
|
1821
|
+
"name": "linkTag",
|
|
1822
|
+
"description": "Sets which tag type is used to render pagination elements",
|
|
1611
1823
|
"tags": {},
|
|
1612
1824
|
"values": [
|
|
1613
1825
|
"a",
|
|
@@ -1622,34 +1834,8 @@
|
|
|
1622
1834
|
}
|
|
1623
1835
|
},
|
|
1624
1836
|
{
|
|
1625
|
-
"name": "
|
|
1626
|
-
"description": "
|
|
1627
|
-
"type": {
|
|
1628
|
-
"name": "string"
|
|
1629
|
-
},
|
|
1630
|
-
"defaultValue": {
|
|
1631
|
-
"func": false,
|
|
1632
|
-
"value": "'#'"
|
|
1633
|
-
}
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"name": "inheritColor",
|
|
1637
|
-
"description": "Sets color and fill",
|
|
1638
|
-
"type": {
|
|
1639
|
-
"name": "boolean"
|
|
1640
|
-
},
|
|
1641
|
-
"defaultValue": {
|
|
1642
|
-
"func": false,
|
|
1643
|
-
"value": false
|
|
1644
|
-
}
|
|
1645
|
-
},
|
|
1646
|
-
{
|
|
1647
|
-
"name": "modifier",
|
|
1648
|
-
"description": "Modifies the style variant for this component.",
|
|
1649
|
-
"tags": {},
|
|
1650
|
-
"values": [
|
|
1651
|
-
"standalone"
|
|
1652
|
-
],
|
|
1837
|
+
"name": "forLabel",
|
|
1838
|
+
"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`",
|
|
1653
1839
|
"type": {
|
|
1654
1840
|
"name": "string"
|
|
1655
1841
|
},
|
|
@@ -1659,29 +1845,167 @@
|
|
|
1659
1845
|
}
|
|
1660
1846
|
},
|
|
1661
1847
|
{
|
|
1662
|
-
"name": "
|
|
1848
|
+
"name": "modelValue",
|
|
1663
1849
|
"tags": {
|
|
1664
1850
|
"ignore": [
|
|
1665
1851
|
{
|
|
1666
|
-
"description":
|
|
1852
|
+
"description": "used for binding v-model, represents the current page",
|
|
1667
1853
|
"title": "ignore"
|
|
1668
1854
|
}
|
|
1669
1855
|
]
|
|
1670
1856
|
},
|
|
1857
|
+
"type": {
|
|
1858
|
+
"name": "number"
|
|
1859
|
+
}
|
|
1860
|
+
}
|
|
1861
|
+
],
|
|
1862
|
+
"events": [
|
|
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
|
+
},
|
|
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."
|
|
1889
|
+
}
|
|
1890
|
+
],
|
|
1891
|
+
"sourceFiles": [
|
|
1892
|
+
"./src/components/pagination/CdrPagination.vue"
|
|
1893
|
+
]
|
|
1894
|
+
},
|
|
1895
|
+
"CdrPopup": {
|
|
1896
|
+
"displayName": "CdrPopup",
|
|
1897
|
+
"exportName": "default",
|
|
1898
|
+
"description": "",
|
|
1899
|
+
"tags": {},
|
|
1900
|
+
"props": [
|
|
1901
|
+
{
|
|
1902
|
+
"name": "opened",
|
|
1903
|
+
"type": {
|
|
1904
|
+
"name": "boolean"
|
|
1905
|
+
},
|
|
1906
|
+
"defaultValue": {
|
|
1907
|
+
"func": false,
|
|
1908
|
+
"value": false
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"name": "position",
|
|
1671
1913
|
"type": {
|
|
1672
1914
|
"name": "string"
|
|
1915
|
+
},
|
|
1916
|
+
"required": false,
|
|
1917
|
+
"defaultValue": {
|
|
1918
|
+
"func": false,
|
|
1919
|
+
"value": "'top'"
|
|
1673
1920
|
}
|
|
1674
1921
|
},
|
|
1675
1922
|
{
|
|
1676
|
-
"name": "
|
|
1923
|
+
"name": "autoPosition",
|
|
1924
|
+
"type": {
|
|
1925
|
+
"name": "boolean"
|
|
1926
|
+
},
|
|
1927
|
+
"defaultValue": {
|
|
1928
|
+
"func": false,
|
|
1929
|
+
"value": true
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"name": "contentClass",
|
|
1934
|
+
"type": {
|
|
1935
|
+
"name": "string"
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
],
|
|
1939
|
+
"events": [
|
|
1940
|
+
{
|
|
1941
|
+
"name": "closed"
|
|
1942
|
+
}
|
|
1943
|
+
],
|
|
1944
|
+
"slots": [
|
|
1945
|
+
{
|
|
1946
|
+
"name": "default"
|
|
1947
|
+
}
|
|
1948
|
+
],
|
|
1949
|
+
"sourceFiles": [
|
|
1950
|
+
"./src/components/popup/CdrPopup.vue"
|
|
1951
|
+
]
|
|
1952
|
+
},
|
|
1953
|
+
"CdrQuote": {
|
|
1954
|
+
"displayName": "CdrQuote",
|
|
1955
|
+
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
1956
|
+
"tags": {},
|
|
1957
|
+
"exportName": "default",
|
|
1958
|
+
"props": [
|
|
1959
|
+
{
|
|
1960
|
+
"name": "tag",
|
|
1961
|
+
"description": "Sets the semantic HTML element for the quote.",
|
|
1962
|
+
"tags": {},
|
|
1963
|
+
"values": [
|
|
1964
|
+
"blockquote",
|
|
1965
|
+
"aside",
|
|
1966
|
+
"q",
|
|
1967
|
+
"div"
|
|
1968
|
+
],
|
|
1969
|
+
"type": {
|
|
1970
|
+
"name": "string"
|
|
1971
|
+
},
|
|
1972
|
+
"defaultValue": {
|
|
1973
|
+
"func": false,
|
|
1974
|
+
"value": "'blockquote'"
|
|
1975
|
+
}
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"name": "modifier",
|
|
1979
|
+
"description": "Modifies the style variant for the quote",
|
|
1677
1980
|
"tags": {
|
|
1678
|
-
"
|
|
1981
|
+
"demoSelectMultiple": [
|
|
1679
1982
|
{
|
|
1680
|
-
"description": true,
|
|
1681
|
-
"title": "
|
|
1983
|
+
"description": "true",
|
|
1984
|
+
"title": "demoSelectMultiple"
|
|
1682
1985
|
}
|
|
1683
1986
|
]
|
|
1684
1987
|
},
|
|
1988
|
+
"values": [
|
|
1989
|
+
"pull"
|
|
1990
|
+
],
|
|
1991
|
+
"type": {
|
|
1992
|
+
"name": "string"
|
|
1993
|
+
},
|
|
1994
|
+
"defaultValue": {
|
|
1995
|
+
"func": false,
|
|
1996
|
+
"value": "''"
|
|
1997
|
+
}
|
|
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.",
|
|
1685
2009
|
"type": {
|
|
1686
2010
|
"name": "string"
|
|
1687
2011
|
}
|
|
@@ -1689,12 +2013,11 @@
|
|
|
1689
2013
|
],
|
|
1690
2014
|
"slots": [
|
|
1691
2015
|
{
|
|
1692
|
-
"name": "default"
|
|
1693
|
-
"description": "Readable text of the link"
|
|
2016
|
+
"name": "default"
|
|
1694
2017
|
}
|
|
1695
2018
|
],
|
|
1696
2019
|
"sourceFiles": [
|
|
1697
|
-
"./src/components/
|
|
2020
|
+
"./src/components/quote/CdrQuote.vue"
|
|
1698
2021
|
]
|
|
1699
2022
|
},
|
|
1700
2023
|
"CdrPopover": {
|
|
@@ -1816,91 +2139,44 @@
|
|
|
1816
2139
|
"./src/components/popover/CdrPopover.vue"
|
|
1817
2140
|
]
|
|
1818
2141
|
},
|
|
1819
|
-
"
|
|
1820
|
-
"displayName": "
|
|
1821
|
-
"description": "
|
|
2142
|
+
"CdrRadio": {
|
|
2143
|
+
"displayName": "CdrRadio",
|
|
2144
|
+
"description": "Permits the selection of only one option from a list of two or more",
|
|
1822
2145
|
"tags": {},
|
|
1823
2146
|
"exportName": "default",
|
|
1824
2147
|
"props": [
|
|
1825
2148
|
{
|
|
1826
|
-
"name": "
|
|
1827
|
-
"description": "
|
|
1828
|
-
"tags": {},
|
|
1829
|
-
"values": [
|
|
1830
|
-
"ul",
|
|
1831
|
-
"ol"
|
|
1832
|
-
],
|
|
2149
|
+
"name": "labelClass",
|
|
2150
|
+
"description": "Adds CSS class to the label for custom styles.",
|
|
1833
2151
|
"type": {
|
|
1834
2152
|
"name": "string"
|
|
1835
|
-
},
|
|
1836
|
-
"defaultValue": {
|
|
1837
|
-
"func": false,
|
|
1838
|
-
"value": "'ul'"
|
|
1839
2153
|
}
|
|
1840
2154
|
},
|
|
1841
2155
|
{
|
|
1842
|
-
"name": "
|
|
1843
|
-
"description": "
|
|
1844
|
-
"tags": {
|
|
1845
|
-
"demoSelectMultiple": [
|
|
1846
|
-
{
|
|
1847
|
-
"description": "true",
|
|
1848
|
-
"title": "demoSelectMultiple"
|
|
1849
|
-
}
|
|
1850
|
-
]
|
|
1851
|
-
},
|
|
1852
|
-
"values": [
|
|
1853
|
-
"ordered",
|
|
1854
|
-
"unordered",
|
|
1855
|
-
"compact",
|
|
1856
|
-
"inline"
|
|
1857
|
-
],
|
|
2156
|
+
"name": "inputClass",
|
|
2157
|
+
"description": "Adds CSS class to the input for custom styles.",
|
|
1858
2158
|
"type": {
|
|
1859
2159
|
"name": "string"
|
|
1860
|
-
},
|
|
1861
|
-
"defaultValue": {
|
|
1862
|
-
"func": false,
|
|
1863
|
-
"value": "''"
|
|
1864
2160
|
}
|
|
1865
|
-
}
|
|
1866
|
-
],
|
|
1867
|
-
"slots": [
|
|
2161
|
+
},
|
|
1868
2162
|
{
|
|
1869
|
-
"name": "
|
|
1870
|
-
"description": "
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
]
|
|
1876
|
-
},
|
|
1877
|
-
"CdrQuote": {
|
|
1878
|
-
"displayName": "CdrQuote",
|
|
1879
|
-
"description": "Short excerpt used to emphasize content or break up a large body of text",
|
|
1880
|
-
"tags": {},
|
|
1881
|
-
"exportName": "default",
|
|
1882
|
-
"props": [
|
|
2163
|
+
"name": "contentClass",
|
|
2164
|
+
"description": "Adds CSS class to the slot wrapper for custom styles.",
|
|
2165
|
+
"type": {
|
|
2166
|
+
"name": "string"
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
1883
2169
|
{
|
|
1884
|
-
"name": "
|
|
1885
|
-
"description": "Sets the
|
|
1886
|
-
"tags": {},
|
|
1887
|
-
"values": [
|
|
1888
|
-
"blockquote",
|
|
1889
|
-
"aside",
|
|
1890
|
-
"q",
|
|
1891
|
-
"div"
|
|
1892
|
-
],
|
|
2170
|
+
"name": "name",
|
|
2171
|
+
"description": "Sets the name of the radio button.",
|
|
1893
2172
|
"type": {
|
|
1894
2173
|
"name": "string"
|
|
1895
2174
|
},
|
|
1896
|
-
"
|
|
1897
|
-
"func": false,
|
|
1898
|
-
"value": "'blockquote'"
|
|
1899
|
-
}
|
|
2175
|
+
"required": true
|
|
1900
2176
|
},
|
|
1901
2177
|
{
|
|
1902
2178
|
"name": "modifier",
|
|
1903
|
-
"description": "Modifies the style
|
|
2179
|
+
"description": "Modifies the style variants for this component",
|
|
1904
2180
|
"tags": {
|
|
1905
2181
|
"demoSelectMultiple": [
|
|
1906
2182
|
{
|
|
@@ -1910,7 +2186,7 @@
|
|
|
1910
2186
|
]
|
|
1911
2187
|
},
|
|
1912
2188
|
"values": [
|
|
1913
|
-
"
|
|
2189
|
+
"hide-figure"
|
|
1914
2190
|
],
|
|
1915
2191
|
"type": {
|
|
1916
2192
|
"name": "string"
|
|
@@ -1921,94 +2197,42 @@
|
|
|
1921
2197
|
}
|
|
1922
2198
|
},
|
|
1923
2199
|
{
|
|
1924
|
-
"name": "
|
|
1925
|
-
"description": "Sets the
|
|
2200
|
+
"name": "size",
|
|
2201
|
+
"description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
|
|
2202
|
+
"tags": {
|
|
2203
|
+
"demoSelectMultiple": [
|
|
2204
|
+
{
|
|
2205
|
+
"description": "false",
|
|
2206
|
+
"title": "demoSelectMultiple"
|
|
2207
|
+
}
|
|
2208
|
+
]
|
|
2209
|
+
},
|
|
2210
|
+
"values": [
|
|
2211
|
+
"small",
|
|
2212
|
+
"medium",
|
|
2213
|
+
"large"
|
|
2214
|
+
],
|
|
1926
2215
|
"type": {
|
|
1927
|
-
"name": "
|
|
2216
|
+
"name": "sizeProps"
|
|
1928
2217
|
}
|
|
1929
2218
|
},
|
|
1930
2219
|
{
|
|
1931
|
-
"name": "
|
|
1932
|
-
"description": "Sets the
|
|
1933
|
-
"type": {
|
|
1934
|
-
"name": "string"
|
|
1935
|
-
}
|
|
1936
|
-
}
|
|
1937
|
-
],
|
|
1938
|
-
"slots": [
|
|
1939
|
-
{
|
|
1940
|
-
"name": "default"
|
|
1941
|
-
}
|
|
1942
|
-
],
|
|
1943
|
-
"sourceFiles": [
|
|
1944
|
-
"./src/components/quote/CdrQuote.vue"
|
|
1945
|
-
]
|
|
1946
|
-
},
|
|
1947
|
-
"CdrPagination": {
|
|
1948
|
-
"displayName": "CdrPagination",
|
|
1949
|
-
"description": "Allows people to navigate to the next or previous page within an experience",
|
|
1950
|
-
"tags": {},
|
|
1951
|
-
"exportName": "default",
|
|
1952
|
-
"props": [
|
|
1953
|
-
{
|
|
1954
|
-
"name": "id",
|
|
1955
|
-
"description": "Define a custom slug for the generated breadcrumb item IDs. Slug is randomly generated if no ID provided.",
|
|
1956
|
-
"tags": {
|
|
1957
|
-
"demoIgnore": [
|
|
1958
|
-
{
|
|
1959
|
-
"description": "true",
|
|
1960
|
-
"title": "demoIgnore"
|
|
1961
|
-
}
|
|
1962
|
-
]
|
|
1963
|
-
},
|
|
1964
|
-
"type": {
|
|
1965
|
-
"name": "string"
|
|
1966
|
-
}
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"name": "totalPages",
|
|
1970
|
-
"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.",
|
|
1971
|
-
"type": {
|
|
1972
|
-
"name": "number"
|
|
1973
|
-
},
|
|
1974
|
-
"defaultValue": {
|
|
1975
|
-
"func": false,
|
|
1976
|
-
"value": "null"
|
|
1977
|
-
}
|
|
1978
|
-
},
|
|
1979
|
-
{
|
|
1980
|
-
"name": "pages",
|
|
1981
|
-
"description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
|
|
1982
|
-
"type": {
|
|
1983
|
-
"name": "array"
|
|
1984
|
-
},
|
|
1985
|
-
"required": true
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"name": "linkTag",
|
|
1989
|
-
"description": "Sets which tag type is used to render pagination elements",
|
|
2220
|
+
"name": "background",
|
|
2221
|
+
"description": "Sets the background color the radio button is rendered on",
|
|
1990
2222
|
"tags": {},
|
|
1991
2223
|
"values": [
|
|
1992
|
-
"
|
|
1993
|
-
"
|
|
2224
|
+
"primary",
|
|
2225
|
+
"secondary"
|
|
1994
2226
|
],
|
|
1995
2227
|
"type": {
|
|
1996
|
-
"name": "
|
|
1997
|
-
},
|
|
1998
|
-
"defaultValue": {
|
|
1999
|
-
"func": false,
|
|
2000
|
-
"value": "'a'"
|
|
2228
|
+
"name": "backgroundProps"
|
|
2001
2229
|
}
|
|
2002
2230
|
},
|
|
2003
2231
|
{
|
|
2004
|
-
"name": "
|
|
2005
|
-
"description": "
|
|
2232
|
+
"name": "customValue",
|
|
2233
|
+
"description": "Sets the value of the radio.",
|
|
2006
2234
|
"type": {
|
|
2007
|
-
"name": "string"
|
|
2008
|
-
},
|
|
2009
|
-
"defaultValue": {
|
|
2010
|
-
"func": false,
|
|
2011
|
-
"value": "''"
|
|
2235
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
2012
2236
|
}
|
|
2013
2237
|
},
|
|
2014
2238
|
{
|
|
@@ -2016,20 +2240,20 @@
|
|
|
2016
2240
|
"tags": {
|
|
2017
2241
|
"ignore": [
|
|
2018
2242
|
{
|
|
2019
|
-
"description": "
|
|
2243
|
+
"description": "v-model binding",
|
|
2020
2244
|
"title": "ignore"
|
|
2021
2245
|
}
|
|
2022
2246
|
]
|
|
2023
2247
|
},
|
|
2024
2248
|
"type": {
|
|
2025
|
-
"name": "number"
|
|
2249
|
+
"name": "string|number|boolean|object|array|symbol|func"
|
|
2026
2250
|
}
|
|
2027
2251
|
}
|
|
2028
2252
|
],
|
|
2029
2253
|
"events": [
|
|
2030
2254
|
{
|
|
2031
2255
|
"name": "update:modelValue",
|
|
2032
|
-
"description": "Event emitted by v-model on the
|
|
2256
|
+
"description": "Event emitted by v-model on the radio's <input> element",
|
|
2033
2257
|
"properties": [
|
|
2034
2258
|
{
|
|
2035
2259
|
"type": {
|
|
@@ -2049,72 +2273,120 @@
|
|
|
2049
2273
|
"name": "modelValue"
|
|
2050
2274
|
}
|
|
2051
2275
|
]
|
|
2052
|
-
}
|
|
2276
|
+
}
|
|
2277
|
+
],
|
|
2278
|
+
"slots": [
|
|
2053
2279
|
{
|
|
2054
|
-
"name": "
|
|
2055
|
-
"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."
|
|
2280
|
+
"name": "default"
|
|
2056
2281
|
}
|
|
2057
2282
|
],
|
|
2058
2283
|
"sourceFiles": [
|
|
2059
|
-
"./src/components/
|
|
2284
|
+
"./src/components/radio/CdrRadio.vue"
|
|
2060
2285
|
]
|
|
2061
2286
|
},
|
|
2062
|
-
"
|
|
2063
|
-
"displayName": "
|
|
2064
|
-
"
|
|
2065
|
-
"description": "",
|
|
2287
|
+
"CdrRating": {
|
|
2288
|
+
"displayName": "CdrRating",
|
|
2289
|
+
"description": "Provides insight into user opinions for products, experiences, and more",
|
|
2066
2290
|
"tags": {},
|
|
2291
|
+
"exportName": "default",
|
|
2067
2292
|
"props": [
|
|
2068
2293
|
{
|
|
2069
|
-
"name": "
|
|
2294
|
+
"name": "rating",
|
|
2295
|
+
"description": "Sets the rating values between 0 and 5.",
|
|
2070
2296
|
"type": {
|
|
2071
|
-
"name": "
|
|
2297
|
+
"name": "string|number"
|
|
2072
2298
|
},
|
|
2299
|
+
"required": true,
|
|
2073
2300
|
"defaultValue": {
|
|
2074
2301
|
"func": false,
|
|
2075
|
-
"value":
|
|
2302
|
+
"value": "0"
|
|
2076
2303
|
}
|
|
2077
2304
|
},
|
|
2078
2305
|
{
|
|
2079
|
-
"name": "
|
|
2306
|
+
"name": "count",
|
|
2307
|
+
"description": "Sets the total number of ratings",
|
|
2080
2308
|
"type": {
|
|
2081
|
-
"name": "string"
|
|
2309
|
+
"name": "string|number"
|
|
2082
2310
|
},
|
|
2083
2311
|
"required": false,
|
|
2084
2312
|
"defaultValue": {
|
|
2085
2313
|
"func": false,
|
|
2086
|
-
"value": "
|
|
2314
|
+
"value": "null"
|
|
2087
2315
|
}
|
|
2088
2316
|
},
|
|
2089
2317
|
{
|
|
2090
|
-
"name": "
|
|
2318
|
+
"name": "compact",
|
|
2319
|
+
"description": "Hides the word 'reviews' if true",
|
|
2091
2320
|
"type": {
|
|
2092
2321
|
"name": "boolean"
|
|
2093
2322
|
},
|
|
2094
2323
|
"defaultValue": {
|
|
2095
2324
|
"func": false,
|
|
2096
|
-
"value":
|
|
2325
|
+
"value": false
|
|
2097
2326
|
}
|
|
2098
2327
|
},
|
|
2099
2328
|
{
|
|
2100
|
-
"name": "
|
|
2329
|
+
"name": "href",
|
|
2330
|
+
"description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
|
|
2331
|
+
"type": {
|
|
2332
|
+
"name": "string"
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"name": "size",
|
|
2337
|
+
"description": "Sets the rating size.",
|
|
2338
|
+
"tags": {
|
|
2339
|
+
"demoSelectMultiple": [
|
|
2340
|
+
{
|
|
2341
|
+
"description": "false",
|
|
2342
|
+
"title": "demoSelectMultiple"
|
|
2343
|
+
}
|
|
2344
|
+
]
|
|
2345
|
+
},
|
|
2346
|
+
"values": [
|
|
2347
|
+
"small",
|
|
2348
|
+
"medium",
|
|
2349
|
+
"large"
|
|
2350
|
+
],
|
|
2101
2351
|
"type": {
|
|
2102
2352
|
"name": "string"
|
|
2353
|
+
},
|
|
2354
|
+
"defaultValue": {
|
|
2355
|
+
"func": false,
|
|
2356
|
+
"value": "'medium'"
|
|
2103
2357
|
}
|
|
2104
2358
|
}
|
|
2105
2359
|
],
|
|
2106
|
-
"
|
|
2360
|
+
"sourceFiles": [
|
|
2361
|
+
"./src/components/rating/CdrRating.vue"
|
|
2362
|
+
]
|
|
2363
|
+
},
|
|
2364
|
+
"CdrSkeleton": {
|
|
2365
|
+
"displayName": "CdrSkeleton",
|
|
2366
|
+
"description": "Visually communicates content is in the process of loading",
|
|
2367
|
+
"tags": {},
|
|
2368
|
+
"exportName": "default",
|
|
2369
|
+
"props": [
|
|
2107
2370
|
{
|
|
2108
|
-
"name": "
|
|
2371
|
+
"name": "motion",
|
|
2372
|
+
"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.",
|
|
2373
|
+
"type": {
|
|
2374
|
+
"name": "boolean"
|
|
2375
|
+
},
|
|
2376
|
+
"defaultValue": {
|
|
2377
|
+
"func": false,
|
|
2378
|
+
"value": true
|
|
2379
|
+
}
|
|
2109
2380
|
}
|
|
2110
2381
|
],
|
|
2111
2382
|
"slots": [
|
|
2112
2383
|
{
|
|
2113
|
-
"name": "default"
|
|
2384
|
+
"name": "default",
|
|
2385
|
+
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
2114
2386
|
}
|
|
2115
2387
|
],
|
|
2116
2388
|
"sourceFiles": [
|
|
2117
|
-
"./src/components/
|
|
2389
|
+
"./src/components/skeleton/CdrSkeleton.vue"
|
|
2118
2390
|
]
|
|
2119
2391
|
},
|
|
2120
2392
|
"CdrSelect": {
|
|
@@ -2322,646 +2594,152 @@
|
|
|
2322
2594
|
"./src/components/select/CdrSelect.vue"
|
|
2323
2595
|
]
|
|
2324
2596
|
},
|
|
2325
|
-
"
|
|
2326
|
-
"displayName": "
|
|
2327
|
-
"description": "Provides insight into user opinions for products, experiences, and more",
|
|
2328
|
-
"tags": {},
|
|
2597
|
+
"CdrSkeletonBone": {
|
|
2598
|
+
"displayName": "CdrSkeletonBone",
|
|
2329
2599
|
"exportName": "default",
|
|
2600
|
+
"description": "",
|
|
2601
|
+
"tags": {},
|
|
2330
2602
|
"props": [
|
|
2331
2603
|
{
|
|
2332
|
-
"name": "
|
|
2333
|
-
"description": "Sets the
|
|
2604
|
+
"name": "type",
|
|
2605
|
+
"description": "Sets the type of content placeholder",
|
|
2606
|
+
"tags": {
|
|
2607
|
+
"demoSelectMultiple": [
|
|
2608
|
+
{
|
|
2609
|
+
"description": "false",
|
|
2610
|
+
"title": "demoSelectMultiple"
|
|
2611
|
+
}
|
|
2612
|
+
]
|
|
2613
|
+
},
|
|
2614
|
+
"values": [
|
|
2615
|
+
"default",
|
|
2616
|
+
"heading",
|
|
2617
|
+
"line",
|
|
2618
|
+
"rectangle",
|
|
2619
|
+
"square"
|
|
2620
|
+
],
|
|
2334
2621
|
"type": {
|
|
2335
|
-
"name": "string
|
|
2622
|
+
"name": "string"
|
|
2336
2623
|
},
|
|
2337
|
-
"required":
|
|
2624
|
+
"required": false,
|
|
2338
2625
|
"defaultValue": {
|
|
2339
2626
|
"func": false,
|
|
2340
|
-
"value": "
|
|
2627
|
+
"value": "'default'"
|
|
2341
2628
|
}
|
|
2342
|
-
}
|
|
2629
|
+
}
|
|
2630
|
+
],
|
|
2631
|
+
"sourceFiles": [
|
|
2632
|
+
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
2633
|
+
]
|
|
2634
|
+
},
|
|
2635
|
+
"CdrTabs": {
|
|
2636
|
+
"displayName": "CdrTabs",
|
|
2637
|
+
"description": "Organizes related content into groups for people to navigate between",
|
|
2638
|
+
"tags": {},
|
|
2639
|
+
"exportName": "default",
|
|
2640
|
+
"props": [
|
|
2343
2641
|
{
|
|
2344
|
-
"name": "
|
|
2345
|
-
"description": "Sets the
|
|
2642
|
+
"name": "height",
|
|
2643
|
+
"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.",
|
|
2346
2644
|
"type": {
|
|
2347
|
-
"name": "string
|
|
2645
|
+
"name": "string"
|
|
2348
2646
|
},
|
|
2349
|
-
"required": false,
|
|
2350
2647
|
"defaultValue": {
|
|
2351
2648
|
"func": false,
|
|
2352
|
-
"value": "
|
|
2649
|
+
"value": "'240px'"
|
|
2353
2650
|
}
|
|
2354
2651
|
},
|
|
2355
2652
|
{
|
|
2356
|
-
"name": "
|
|
2357
|
-
"description": "
|
|
2653
|
+
"name": "activeTab",
|
|
2654
|
+
"description": "Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed.",
|
|
2358
2655
|
"type": {
|
|
2359
|
-
"name": "
|
|
2656
|
+
"name": "number"
|
|
2360
2657
|
},
|
|
2361
2658
|
"defaultValue": {
|
|
2362
2659
|
"func": false,
|
|
2363
|
-
"value":
|
|
2660
|
+
"value": "0"
|
|
2364
2661
|
}
|
|
2365
2662
|
},
|
|
2366
2663
|
{
|
|
2367
|
-
"name": "
|
|
2368
|
-
"description": "
|
|
2664
|
+
"name": "modifier",
|
|
2665
|
+
"description": "Modifies the style variants for this component",
|
|
2666
|
+
"tags": {},
|
|
2667
|
+
"values": [
|
|
2668
|
+
"centered",
|
|
2669
|
+
"compact",
|
|
2670
|
+
"full-width",
|
|
2671
|
+
"no-border"
|
|
2672
|
+
],
|
|
2369
2673
|
"type": {
|
|
2370
2674
|
"name": "string"
|
|
2371
2675
|
}
|
|
2372
2676
|
},
|
|
2373
2677
|
{
|
|
2374
2678
|
"name": "size",
|
|
2375
|
-
"description": "
|
|
2679
|
+
"description": "Use `small` to reduce spacing around the tabs for a denser visual design",
|
|
2376
2680
|
"tags": {
|
|
2377
2681
|
"demoSelectMultiple": [
|
|
2378
2682
|
{
|
|
2379
|
-
"description": "
|
|
2683
|
+
"description": "true",
|
|
2380
2684
|
"title": "demoSelectMultiple"
|
|
2381
2685
|
}
|
|
2382
2686
|
]
|
|
2383
2687
|
},
|
|
2384
2688
|
"values": [
|
|
2385
|
-
"small"
|
|
2386
|
-
"medium",
|
|
2387
|
-
"large"
|
|
2388
|
-
],
|
|
2389
|
-
"type": {
|
|
2390
|
-
"name": "string"
|
|
2391
|
-
},
|
|
2392
|
-
"defaultValue": {
|
|
2393
|
-
"func": false,
|
|
2394
|
-
"value": "'medium'"
|
|
2395
|
-
}
|
|
2396
|
-
}
|
|
2397
|
-
],
|
|
2398
|
-
"sourceFiles": [
|
|
2399
|
-
"./src/components/rating/CdrRating.vue"
|
|
2400
|
-
]
|
|
2401
|
-
},
|
|
2402
|
-
"CdrRadio": {
|
|
2403
|
-
"displayName": "CdrRadio",
|
|
2404
|
-
"description": "Permits the selection of only one option from a list of two or more",
|
|
2405
|
-
"tags": {},
|
|
2406
|
-
"exportName": "default",
|
|
2407
|
-
"props": [
|
|
2408
|
-
{
|
|
2409
|
-
"name": "labelClass",
|
|
2410
|
-
"description": "Adds CSS class to the label for custom styles.",
|
|
2411
|
-
"type": {
|
|
2412
|
-
"name": "string"
|
|
2413
|
-
}
|
|
2414
|
-
},
|
|
2415
|
-
{
|
|
2416
|
-
"name": "inputClass",
|
|
2417
|
-
"description": "Adds CSS class to the input for custom styles.",
|
|
2418
|
-
"type": {
|
|
2419
|
-
"name": "string"
|
|
2420
|
-
}
|
|
2421
|
-
},
|
|
2422
|
-
{
|
|
2423
|
-
"name": "contentClass",
|
|
2424
|
-
"description": "Adds CSS class to the slot wrapper for custom styles.",
|
|
2425
|
-
"type": {
|
|
2426
|
-
"name": "string"
|
|
2427
|
-
}
|
|
2428
|
-
},
|
|
2429
|
-
{
|
|
2430
|
-
"name": "name",
|
|
2431
|
-
"description": "Sets the name of the radio button.",
|
|
2432
|
-
"type": {
|
|
2433
|
-
"name": "string"
|
|
2434
|
-
},
|
|
2435
|
-
"required": true
|
|
2436
|
-
},
|
|
2437
|
-
{
|
|
2438
|
-
"name": "modifier",
|
|
2439
|
-
"description": "Modifies the style variants for this component",
|
|
2440
|
-
"tags": {
|
|
2441
|
-
"demoSelectMultiple": [
|
|
2442
|
-
{
|
|
2443
|
-
"description": "true",
|
|
2444
|
-
"title": "demoSelectMultiple"
|
|
2445
|
-
}
|
|
2446
|
-
]
|
|
2447
|
-
},
|
|
2448
|
-
"values": [
|
|
2449
|
-
"hide-figure"
|
|
2450
|
-
],
|
|
2451
|
-
"type": {
|
|
2452
|
-
"name": "string"
|
|
2453
|
-
},
|
|
2454
|
-
"defaultValue": {
|
|
2455
|
-
"func": false,
|
|
2456
|
-
"value": "''"
|
|
2457
|
-
}
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
"name": "size",
|
|
2461
|
-
"description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
|
|
2462
|
-
"tags": {
|
|
2463
|
-
"demoSelectMultiple": [
|
|
2464
|
-
{
|
|
2465
|
-
"description": "false",
|
|
2466
|
-
"title": "demoSelectMultiple"
|
|
2467
|
-
}
|
|
2468
|
-
]
|
|
2469
|
-
},
|
|
2470
|
-
"values": [
|
|
2471
|
-
"small",
|
|
2472
|
-
"medium",
|
|
2473
|
-
"large"
|
|
2474
|
-
],
|
|
2475
|
-
"type": {
|
|
2476
|
-
"name": "sizeProps"
|
|
2477
|
-
}
|
|
2478
|
-
},
|
|
2479
|
-
{
|
|
2480
|
-
"name": "background",
|
|
2481
|
-
"description": "Sets the background color the radio button is rendered on",
|
|
2482
|
-
"tags": {},
|
|
2483
|
-
"values": [
|
|
2484
|
-
"primary",
|
|
2485
|
-
"secondary"
|
|
2486
|
-
],
|
|
2487
|
-
"type": {
|
|
2488
|
-
"name": "backgroundProps"
|
|
2489
|
-
}
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"name": "customValue",
|
|
2493
|
-
"description": "Sets the value of the radio.",
|
|
2494
|
-
"type": {
|
|
2495
|
-
"name": "string|number|boolean|object|array|symbol|func"
|
|
2496
|
-
}
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"name": "modelValue",
|
|
2500
|
-
"tags": {
|
|
2501
|
-
"ignore": [
|
|
2502
|
-
{
|
|
2503
|
-
"description": "v-model binding",
|
|
2504
|
-
"title": "ignore"
|
|
2505
|
-
}
|
|
2506
|
-
]
|
|
2507
|
-
},
|
|
2508
|
-
"type": {
|
|
2509
|
-
"name": "string|number|boolean|object|array|symbol|func"
|
|
2510
|
-
}
|
|
2511
|
-
}
|
|
2512
|
-
],
|
|
2513
|
-
"events": [
|
|
2514
|
-
{
|
|
2515
|
-
"name": "update:modelValue",
|
|
2516
|
-
"description": "Event emitted by v-model on the radio's <input> element",
|
|
2517
|
-
"properties": [
|
|
2518
|
-
{
|
|
2519
|
-
"type": {
|
|
2520
|
-
"names": [
|
|
2521
|
-
"mixed"
|
|
2522
|
-
]
|
|
2523
|
-
},
|
|
2524
|
-
"name": "modelValue"
|
|
2525
|
-
}
|
|
2526
|
-
],
|
|
2527
|
-
"tags": [
|
|
2528
|
-
{
|
|
2529
|
-
"title": "param",
|
|
2530
|
-
"type": {
|
|
2531
|
-
"name": "mixed"
|
|
2532
|
-
},
|
|
2533
|
-
"name": "modelValue"
|
|
2534
|
-
}
|
|
2535
|
-
]
|
|
2536
|
-
}
|
|
2537
|
-
],
|
|
2538
|
-
"slots": [
|
|
2539
|
-
{
|
|
2540
|
-
"name": "default"
|
|
2541
|
-
}
|
|
2542
|
-
],
|
|
2543
|
-
"sourceFiles": [
|
|
2544
|
-
"./src/components/radio/CdrRadio.vue"
|
|
2545
|
-
]
|
|
2546
|
-
},
|
|
2547
|
-
"CdrSkeleton": {
|
|
2548
|
-
"displayName": "CdrSkeleton",
|
|
2549
|
-
"description": "Visually communicates content is in the process of loading",
|
|
2550
|
-
"tags": {},
|
|
2551
|
-
"exportName": "default",
|
|
2552
|
-
"props": [
|
|
2553
|
-
{
|
|
2554
|
-
"name": "motion",
|
|
2555
|
-
"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.",
|
|
2556
|
-
"type": {
|
|
2557
|
-
"name": "boolean"
|
|
2558
|
-
},
|
|
2559
|
-
"defaultValue": {
|
|
2560
|
-
"func": false,
|
|
2561
|
-
"value": true
|
|
2562
|
-
}
|
|
2563
|
-
}
|
|
2564
|
-
],
|
|
2565
|
-
"slots": [
|
|
2566
|
-
{
|
|
2567
|
-
"name": "default",
|
|
2568
|
-
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
2569
|
-
}
|
|
2570
|
-
],
|
|
2571
|
-
"sourceFiles": [
|
|
2572
|
-
"./src/components/skeleton/CdrSkeleton.vue"
|
|
2573
|
-
]
|
|
2574
|
-
},
|
|
2575
|
-
"CdrSkeletonBone": {
|
|
2576
|
-
"displayName": "CdrSkeletonBone",
|
|
2577
|
-
"exportName": "default",
|
|
2578
|
-
"description": "",
|
|
2579
|
-
"tags": {},
|
|
2580
|
-
"props": [
|
|
2581
|
-
{
|
|
2582
|
-
"name": "type",
|
|
2583
|
-
"description": "Sets the type of content placeholder",
|
|
2584
|
-
"tags": {
|
|
2585
|
-
"demoSelectMultiple": [
|
|
2586
|
-
{
|
|
2587
|
-
"description": "false",
|
|
2588
|
-
"title": "demoSelectMultiple"
|
|
2589
|
-
}
|
|
2590
|
-
]
|
|
2591
|
-
},
|
|
2592
|
-
"values": [
|
|
2593
|
-
"default",
|
|
2594
|
-
"heading",
|
|
2595
|
-
"line",
|
|
2596
|
-
"rectangle",
|
|
2597
|
-
"square"
|
|
2598
|
-
],
|
|
2599
|
-
"type": {
|
|
2600
|
-
"name": "string"
|
|
2601
|
-
},
|
|
2602
|
-
"required": false,
|
|
2603
|
-
"defaultValue": {
|
|
2604
|
-
"func": false,
|
|
2605
|
-
"value": "'default'"
|
|
2606
|
-
}
|
|
2607
|
-
}
|
|
2608
|
-
],
|
|
2609
|
-
"sourceFiles": [
|
|
2610
|
-
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
2611
|
-
]
|
|
2612
|
-
},
|
|
2613
|
-
"CdrTabs": {
|
|
2614
|
-
"displayName": "CdrTabs",
|
|
2615
|
-
"description": "Organizes related content into groups for people to navigate between",
|
|
2616
|
-
"tags": {},
|
|
2617
|
-
"exportName": "default",
|
|
2618
|
-
"props": [
|
|
2619
|
-
{
|
|
2620
|
-
"name": "height",
|
|
2621
|
-
"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.",
|
|
2622
|
-
"type": {
|
|
2623
|
-
"name": "string"
|
|
2624
|
-
},
|
|
2625
|
-
"defaultValue": {
|
|
2626
|
-
"func": false,
|
|
2627
|
-
"value": "'240px'"
|
|
2628
|
-
}
|
|
2629
|
-
},
|
|
2630
|
-
{
|
|
2631
|
-
"name": "activeTab",
|
|
2632
|
-
"description": "Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed.",
|
|
2633
|
-
"type": {
|
|
2634
|
-
"name": "number"
|
|
2635
|
-
},
|
|
2636
|
-
"defaultValue": {
|
|
2637
|
-
"func": false,
|
|
2638
|
-
"value": "0"
|
|
2639
|
-
}
|
|
2640
|
-
},
|
|
2641
|
-
{
|
|
2642
|
-
"name": "modifier",
|
|
2643
|
-
"description": "Modifies the style variants for this component",
|
|
2644
|
-
"tags": {},
|
|
2645
|
-
"values": [
|
|
2646
|
-
"centered",
|
|
2647
|
-
"compact",
|
|
2648
|
-
"full-width",
|
|
2649
|
-
"no-border"
|
|
2650
|
-
],
|
|
2651
|
-
"type": {
|
|
2652
|
-
"name": "string"
|
|
2653
|
-
}
|
|
2654
|
-
},
|
|
2655
|
-
{
|
|
2656
|
-
"name": "size",
|
|
2657
|
-
"description": "Use `small` to reduce spacing around the tabs for a denser visual design",
|
|
2658
|
-
"tags": {
|
|
2659
|
-
"demoSelectMultiple": [
|
|
2660
|
-
{
|
|
2661
|
-
"description": "true",
|
|
2662
|
-
"title": "demoSelectMultiple"
|
|
2663
|
-
}
|
|
2664
|
-
]
|
|
2665
|
-
},
|
|
2666
|
-
"values": [
|
|
2667
|
-
"small"
|
|
2668
|
-
],
|
|
2669
|
-
"type": {
|
|
2670
|
-
"name": "string"
|
|
2671
|
-
}
|
|
2672
|
-
},
|
|
2673
|
-
{
|
|
2674
|
-
"name": "backgroundColor",
|
|
2675
|
-
"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.",
|
|
2676
|
-
"type": {
|
|
2677
|
-
"name": "string"
|
|
2678
|
-
},
|
|
2679
|
-
"defaultValue": {
|
|
2680
|
-
"func": false,
|
|
2681
|
-
"value": "CdrColorBackgroundPrimary"
|
|
2682
|
-
}
|
|
2683
|
-
}
|
|
2684
|
-
],
|
|
2685
|
-
"slots": [
|
|
2686
|
-
{
|
|
2687
|
-
"name": "default",
|
|
2688
|
-
"description": "CdrTabs content (CdrTabPanel components)"
|
|
2689
|
-
}
|
|
2690
|
-
],
|
|
2691
|
-
"sourceFiles": [
|
|
2692
|
-
"./src/components/tabs/CdrTabs.vue"
|
|
2693
|
-
]
|
|
2694
|
-
},
|
|
2695
|
-
"CdrText": {
|
|
2696
|
-
"displayName": "CdrText",
|
|
2697
|
-
"description": "Text container used for any text element such as paragraphs, headings, and lists",
|
|
2698
|
-
"tags": {},
|
|
2699
|
-
"exportName": "default",
|
|
2700
|
-
"props": [
|
|
2701
|
-
{
|
|
2702
|
-
"name": "tag",
|
|
2703
|
-
"description": "Sets the HTML tag (p, span, h1, h2, etc)",
|
|
2704
|
-
"type": {
|
|
2705
|
-
"name": "string"
|
|
2706
|
-
},
|
|
2707
|
-
"defaultValue": {
|
|
2708
|
-
"func": false,
|
|
2709
|
-
"value": "'p'"
|
|
2710
|
-
}
|
|
2711
|
-
}
|
|
2712
|
-
],
|
|
2713
|
-
"slots": [
|
|
2714
|
-
{
|
|
2715
|
-
"name": "default",
|
|
2716
|
-
"description": "CdrText content"
|
|
2717
|
-
}
|
|
2718
|
-
],
|
|
2719
|
-
"sourceFiles": [
|
|
2720
|
-
"./src/components/text/CdrText.vue"
|
|
2721
|
-
]
|
|
2722
|
-
},
|
|
2723
|
-
"CdrSwitch": {
|
|
2724
|
-
"displayName": "CdrSwitch",
|
|
2725
|
-
"description": "Permits selection from two opposing options",
|
|
2726
|
-
"tags": {},
|
|
2727
|
-
"exportName": "default",
|
|
2728
|
-
"props": [
|
|
2729
|
-
{
|
|
2730
|
-
"name": "id",
|
|
2731
|
-
"description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
|
|
2732
|
-
"type": {
|
|
2733
|
-
"name": "string"
|
|
2734
|
-
}
|
|
2735
|
-
},
|
|
2736
|
-
{
|
|
2737
|
-
"name": "size",
|
|
2738
|
-
"description": "Sets the size of the switch",
|
|
2739
|
-
"tags": {
|
|
2740
|
-
"demoSelectMultiple": [
|
|
2741
|
-
{
|
|
2742
|
-
"description": "false",
|
|
2743
|
-
"title": "demoSelectMultiple"
|
|
2744
|
-
}
|
|
2745
|
-
]
|
|
2746
|
-
},
|
|
2747
|
-
"values": [
|
|
2748
|
-
"medium",
|
|
2749
|
-
"large"
|
|
2750
|
-
],
|
|
2751
|
-
"type": {
|
|
2752
|
-
"name": "string"
|
|
2753
|
-
},
|
|
2754
|
-
"defaultValue": {
|
|
2755
|
-
"func": false,
|
|
2756
|
-
"value": "'medium'"
|
|
2757
|
-
}
|
|
2758
|
-
},
|
|
2759
|
-
{
|
|
2760
|
-
"name": "fullWidth",
|
|
2761
|
-
"description": "Sets the label and switch to expand to the full width of its container with `space-between`",
|
|
2762
|
-
"type": {
|
|
2763
|
-
"name": "boolean"
|
|
2764
|
-
},
|
|
2765
|
-
"defaultValue": {
|
|
2766
|
-
"func": false,
|
|
2767
|
-
"value": false
|
|
2768
|
-
}
|
|
2769
|
-
},
|
|
2770
|
-
{
|
|
2771
|
-
"name": "modelValue",
|
|
2772
|
-
"tags": {
|
|
2773
|
-
"demoIgnore": [
|
|
2774
|
-
{
|
|
2775
|
-
"description": "true",
|
|
2776
|
-
"title": "demoIgnore"
|
|
2777
|
-
}
|
|
2778
|
-
]
|
|
2779
|
-
},
|
|
2780
|
-
"type": {
|
|
2781
|
-
"name": "boolean"
|
|
2782
|
-
},
|
|
2783
|
-
"required": true
|
|
2784
|
-
}
|
|
2785
|
-
],
|
|
2786
|
-
"events": [
|
|
2787
|
-
{
|
|
2788
|
-
"name": "update:modelValue",
|
|
2789
|
-
"description": "Event emitted by v-model on switch",
|
|
2790
|
-
"properties": [
|
|
2791
|
-
{
|
|
2792
|
-
"type": {
|
|
2793
|
-
"names": [
|
|
2794
|
-
"mixed"
|
|
2795
|
-
]
|
|
2796
|
-
},
|
|
2797
|
-
"name": "modelValue"
|
|
2798
|
-
}
|
|
2689
|
+
"small"
|
|
2799
2690
|
],
|
|
2800
|
-
"tags": [
|
|
2801
|
-
{
|
|
2802
|
-
"title": "param",
|
|
2803
|
-
"type": {
|
|
2804
|
-
"name": "mixed"
|
|
2805
|
-
},
|
|
2806
|
-
"name": "modelValue"
|
|
2807
|
-
}
|
|
2808
|
-
]
|
|
2809
|
-
}
|
|
2810
|
-
],
|
|
2811
|
-
"slots": [
|
|
2812
|
-
{
|
|
2813
|
-
"name": "default",
|
|
2814
|
-
"description": "The label for the switch"
|
|
2815
|
-
}
|
|
2816
|
-
],
|
|
2817
|
-
"sourceFiles": [
|
|
2818
|
-
"./src/components/switch/CdrSwitch.vue"
|
|
2819
|
-
]
|
|
2820
|
-
},
|
|
2821
|
-
"CdrTabPanel": {
|
|
2822
|
-
"displayName": "CdrTabPanel",
|
|
2823
|
-
"exportName": "default",
|
|
2824
|
-
"description": "",
|
|
2825
|
-
"tags": {},
|
|
2826
|
-
"props": [
|
|
2827
|
-
{
|
|
2828
|
-
"name": "id",
|
|
2829
|
-
"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.",
|
|
2830
|
-
"type": {
|
|
2831
|
-
"name": "string"
|
|
2832
|
-
}
|
|
2833
|
-
},
|
|
2834
|
-
{
|
|
2835
|
-
"name": "name",
|
|
2836
|
-
"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.",
|
|
2837
2691
|
"type": {
|
|
2838
2692
|
"name": "string"
|
|
2839
2693
|
}
|
|
2840
2694
|
},
|
|
2841
2695
|
{
|
|
2842
|
-
"name": "
|
|
2843
|
-
"description": "Sets
|
|
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.",
|
|
2844
2698
|
"type": {
|
|
2845
2699
|
"name": "string"
|
|
2700
|
+
},
|
|
2701
|
+
"defaultValue": {
|
|
2702
|
+
"func": false,
|
|
2703
|
+
"value": "CdrColorBackgroundPrimary"
|
|
2846
2704
|
}
|
|
2847
2705
|
}
|
|
2848
2706
|
],
|
|
2849
|
-
"events": [
|
|
2850
|
-
{
|
|
2851
|
-
"name": "tab-change",
|
|
2852
|
-
"description": "Emits when active tab is changed",
|
|
2853
|
-
"tags": [
|
|
2854
|
-
{
|
|
2855
|
-
"title": "params",
|
|
2856
|
-
"content": "state, panelId"
|
|
2857
|
-
}
|
|
2858
|
-
]
|
|
2859
|
-
}
|
|
2860
|
-
],
|
|
2861
2707
|
"slots": [
|
|
2862
2708
|
{
|
|
2863
2709
|
"name": "default",
|
|
2864
|
-
"description": "CdrTabPanel
|
|
2710
|
+
"description": "CdrTabs content (CdrTabPanel components)"
|
|
2865
2711
|
}
|
|
2866
2712
|
],
|
|
2867
2713
|
"sourceFiles": [
|
|
2868
|
-
"./src/components/tabs/
|
|
2714
|
+
"./src/components/tabs/CdrTabs.vue"
|
|
2869
2715
|
]
|
|
2870
2716
|
},
|
|
2871
|
-
"
|
|
2872
|
-
"displayName": "
|
|
2873
|
-
"description": "
|
|
2717
|
+
"CdrText": {
|
|
2718
|
+
"displayName": "CdrText",
|
|
2719
|
+
"description": "Text container used for any text element such as paragraphs, headings, and lists",
|
|
2874
2720
|
"tags": {},
|
|
2875
2721
|
"exportName": "default",
|
|
2876
2722
|
"props": [
|
|
2877
2723
|
{
|
|
2878
|
-
"name": "
|
|
2879
|
-
"description": "Sets
|
|
2880
|
-
"type": {
|
|
2881
|
-
"name": "boolean"
|
|
2882
|
-
},
|
|
2883
|
-
"defaultValue": {
|
|
2884
|
-
"func": false,
|
|
2885
|
-
"value": false
|
|
2886
|
-
}
|
|
2887
|
-
},
|
|
2888
|
-
{
|
|
2889
|
-
"name": "border",
|
|
2890
|
-
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
2891
|
-
"type": {
|
|
2892
|
-
"name": "boolean"
|
|
2893
|
-
},
|
|
2894
|
-
"defaultValue": {
|
|
2895
|
-
"func": false,
|
|
2896
|
-
"value": true
|
|
2897
|
-
}
|
|
2898
|
-
},
|
|
2899
|
-
{
|
|
2900
|
-
"name": "fullWidth",
|
|
2901
|
-
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
2902
|
-
"type": {
|
|
2903
|
-
"name": "boolean|string"
|
|
2904
|
-
},
|
|
2905
|
-
"defaultValue": {
|
|
2906
|
-
"func": false,
|
|
2907
|
-
"value": true
|
|
2908
|
-
}
|
|
2909
|
-
},
|
|
2910
|
-
{
|
|
2911
|
-
"name": "responsive",
|
|
2912
|
-
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
2913
|
-
"type": {
|
|
2914
|
-
"name": "boolean"
|
|
2915
|
-
},
|
|
2916
|
-
"defaultValue": {
|
|
2917
|
-
"func": false,
|
|
2918
|
-
"value": true
|
|
2919
|
-
}
|
|
2920
|
-
},
|
|
2921
|
-
{
|
|
2922
|
-
"name": "hover",
|
|
2923
|
-
"description": "Adds a darker background on row hover",
|
|
2924
|
-
"type": {
|
|
2925
|
-
"name": "boolean"
|
|
2926
|
-
},
|
|
2927
|
-
"defaultValue": {
|
|
2928
|
-
"func": false,
|
|
2929
|
-
"value": false
|
|
2930
|
-
}
|
|
2931
|
-
},
|
|
2932
|
-
{
|
|
2933
|
-
"name": "size",
|
|
2934
|
-
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
2935
|
-
"tags": {
|
|
2936
|
-
"demoSelectMultiple": [
|
|
2937
|
-
{
|
|
2938
|
-
"description": "false",
|
|
2939
|
-
"title": "demoSelectMultiple"
|
|
2940
|
-
}
|
|
2941
|
-
]
|
|
2942
|
-
},
|
|
2943
|
-
"values": [
|
|
2944
|
-
"small",
|
|
2945
|
-
"medium",
|
|
2946
|
-
"large"
|
|
2947
|
-
],
|
|
2724
|
+
"name": "tag",
|
|
2725
|
+
"description": "Sets the HTML tag (p, span, h1, h2, etc)",
|
|
2948
2726
|
"type": {
|
|
2949
2727
|
"name": "string"
|
|
2950
2728
|
},
|
|
2951
2729
|
"defaultValue": {
|
|
2952
2730
|
"func": false,
|
|
2953
|
-
"value": "'
|
|
2731
|
+
"value": "'p'"
|
|
2954
2732
|
}
|
|
2955
2733
|
}
|
|
2956
2734
|
],
|
|
2957
2735
|
"slots": [
|
|
2958
2736
|
{
|
|
2959
2737
|
"name": "default",
|
|
2960
|
-
"description": "
|
|
2738
|
+
"description": "CdrText content"
|
|
2961
2739
|
}
|
|
2962
2740
|
],
|
|
2963
2741
|
"sourceFiles": [
|
|
2964
|
-
"./src/components/
|
|
2742
|
+
"./src/components/text/CdrText.vue"
|
|
2965
2743
|
]
|
|
2966
2744
|
},
|
|
2967
2745
|
"CdrToast": {
|
|
@@ -3019,50 +2797,155 @@
|
|
|
3019
2797
|
"name": "autoDismiss",
|
|
3020
2798
|
"description": "Set to `false` to disable automatic closing after the `dismissDelay`.",
|
|
3021
2799
|
"type": {
|
|
3022
|
-
"name": "boolean"
|
|
2800
|
+
"name": "boolean"
|
|
2801
|
+
},
|
|
2802
|
+
"defaultValue": {
|
|
2803
|
+
"func": false,
|
|
2804
|
+
"value": true
|
|
2805
|
+
}
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"name": "dismissDelay",
|
|
2809
|
+
"description": "Sets the interval (in milliseconds) before the toast automatically closes.",
|
|
2810
|
+
"type": {
|
|
2811
|
+
"name": "number"
|
|
2812
|
+
},
|
|
2813
|
+
"defaultValue": {
|
|
2814
|
+
"func": false,
|
|
2815
|
+
"value": "5000"
|
|
2816
|
+
}
|
|
2817
|
+
}
|
|
2818
|
+
],
|
|
2819
|
+
"events": [
|
|
2820
|
+
{
|
|
2821
|
+
"name": "open",
|
|
2822
|
+
"description": "Emits when toast opens"
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"name": "closed",
|
|
2826
|
+
"description": "Emits when toast closes"
|
|
2827
|
+
}
|
|
2828
|
+
],
|
|
2829
|
+
"slots": [
|
|
2830
|
+
{
|
|
2831
|
+
"name": "icon-left",
|
|
2832
|
+
"description": "Icon matching toast messaging type"
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"name": "default",
|
|
2836
|
+
"description": "CdrToast content"
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"name": "icon"
|
|
2840
|
+
}
|
|
2841
|
+
],
|
|
2842
|
+
"sourceFiles": [
|
|
2843
|
+
"./src/components/toast/CdrToast.vue"
|
|
2844
|
+
]
|
|
2845
|
+
},
|
|
2846
|
+
"CdrToggleButton": {
|
|
2847
|
+
"displayName": "CdrToggleButton",
|
|
2848
|
+
"description": "Permits switching two or more options on and off",
|
|
2849
|
+
"tags": {},
|
|
2850
|
+
"exportName": "default",
|
|
2851
|
+
"props": [
|
|
2852
|
+
{
|
|
2853
|
+
"name": "toggleValue",
|
|
2854
|
+
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
2855
|
+
"type": {
|
|
2856
|
+
"name": "string"
|
|
2857
|
+
},
|
|
2858
|
+
"required": true
|
|
2859
|
+
}
|
|
2860
|
+
],
|
|
2861
|
+
"slots": [
|
|
2862
|
+
{
|
|
2863
|
+
"name": "default",
|
|
2864
|
+
"description": "CdrToggleButton label content"
|
|
2865
|
+
}
|
|
2866
|
+
],
|
|
2867
|
+
"sourceFiles": [
|
|
2868
|
+
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
2869
|
+
]
|
|
2870
|
+
},
|
|
2871
|
+
"CdrToggleGroup": {
|
|
2872
|
+
"displayName": "CdrToggleGroup",
|
|
2873
|
+
"exportName": "default",
|
|
2874
|
+
"description": "",
|
|
2875
|
+
"tags": {},
|
|
2876
|
+
"props": [
|
|
2877
|
+
{
|
|
2878
|
+
"name": "modelValue",
|
|
2879
|
+
"tags": {
|
|
2880
|
+
"ignore": [
|
|
2881
|
+
{
|
|
2882
|
+
"description": true,
|
|
2883
|
+
"title": "ignore"
|
|
2884
|
+
}
|
|
2885
|
+
]
|
|
2886
|
+
},
|
|
2887
|
+
"type": {
|
|
2888
|
+
"name": "string|number|boolean|object|array"
|
|
3023
2889
|
},
|
|
3024
|
-
"
|
|
3025
|
-
"func": false,
|
|
3026
|
-
"value": true
|
|
3027
|
-
}
|
|
2890
|
+
"required": true
|
|
3028
2891
|
},
|
|
3029
2892
|
{
|
|
3030
|
-
"name": "
|
|
3031
|
-
"description": "Sets
|
|
2893
|
+
"name": "size",
|
|
2894
|
+
"description": "Sets toggle button size",
|
|
2895
|
+
"tags": {
|
|
2896
|
+
"demoSelectMultiple": [
|
|
2897
|
+
{
|
|
2898
|
+
"description": "false",
|
|
2899
|
+
"title": "demoSelectMultiple"
|
|
2900
|
+
}
|
|
2901
|
+
]
|
|
2902
|
+
},
|
|
2903
|
+
"values": [
|
|
2904
|
+
"medium",
|
|
2905
|
+
"large"
|
|
2906
|
+
],
|
|
3032
2907
|
"type": {
|
|
3033
|
-
"name": "
|
|
2908
|
+
"name": "string"
|
|
3034
2909
|
},
|
|
3035
2910
|
"defaultValue": {
|
|
3036
2911
|
"func": false,
|
|
3037
|
-
"value": "
|
|
2912
|
+
"value": "'medium'"
|
|
3038
2913
|
}
|
|
3039
2914
|
}
|
|
3040
2915
|
],
|
|
3041
2916
|
"events": [
|
|
3042
2917
|
{
|
|
3043
|
-
"name": "
|
|
3044
|
-
"description": "
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
2918
|
+
"name": "update:modelValue",
|
|
2919
|
+
"description": "Event emitted by v-model",
|
|
2920
|
+
"properties": [
|
|
2921
|
+
{
|
|
2922
|
+
"type": {
|
|
2923
|
+
"names": [
|
|
2924
|
+
"mixed"
|
|
2925
|
+
]
|
|
2926
|
+
},
|
|
2927
|
+
"name": "modelValue"
|
|
2928
|
+
}
|
|
2929
|
+
],
|
|
2930
|
+
"tags": [
|
|
2931
|
+
{
|
|
2932
|
+
"title": "param",
|
|
2933
|
+
"type": {
|
|
2934
|
+
"name": "mixed"
|
|
2935
|
+
},
|
|
2936
|
+
"name": "modelValue"
|
|
2937
|
+
}
|
|
2938
|
+
]
|
|
3049
2939
|
}
|
|
3050
2940
|
],
|
|
3051
2941
|
"slots": [
|
|
3052
|
-
{
|
|
3053
|
-
"name": "icon-left",
|
|
3054
|
-
"description": "Icon matching toast messaging type"
|
|
3055
|
-
},
|
|
3056
2942
|
{
|
|
3057
2943
|
"name": "default",
|
|
3058
|
-
"description": "
|
|
3059
|
-
},
|
|
3060
|
-
{
|
|
3061
|
-
"name": "icon"
|
|
2944
|
+
"description": "CdrToggleGroup content (CdrToggleButton components)"
|
|
3062
2945
|
}
|
|
3063
2946
|
],
|
|
3064
2947
|
"sourceFiles": [
|
|
3065
|
-
"./src/components/
|
|
2948
|
+
"./src/components/toggleButton/CdrToggleGroup.vue"
|
|
3066
2949
|
]
|
|
3067
2950
|
},
|
|
3068
2951
|
"CdrTooltip": {
|
|
@@ -3168,55 +3051,118 @@
|
|
|
3168
3051
|
"./src/components/tooltip/CdrTooltip.vue"
|
|
3169
3052
|
]
|
|
3170
3053
|
},
|
|
3171
|
-
"
|
|
3172
|
-
"displayName": "
|
|
3173
|
-
"description": "
|
|
3054
|
+
"CdrTable": {
|
|
3055
|
+
"displayName": "CdrTable",
|
|
3056
|
+
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
3174
3057
|
"tags": {},
|
|
3175
3058
|
"exportName": "default",
|
|
3176
3059
|
"props": [
|
|
3177
3060
|
{
|
|
3178
|
-
"name": "
|
|
3179
|
-
"description": "Sets
|
|
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
|
+
],
|
|
3180
3131
|
"type": {
|
|
3181
3132
|
"name": "string"
|
|
3182
3133
|
},
|
|
3183
|
-
"
|
|
3134
|
+
"defaultValue": {
|
|
3135
|
+
"func": false,
|
|
3136
|
+
"value": "'medium'"
|
|
3137
|
+
}
|
|
3184
3138
|
}
|
|
3185
3139
|
],
|
|
3186
3140
|
"slots": [
|
|
3187
3141
|
{
|
|
3188
3142
|
"name": "default",
|
|
3189
|
-
"description": "
|
|
3143
|
+
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
3190
3144
|
}
|
|
3191
3145
|
],
|
|
3192
3146
|
"sourceFiles": [
|
|
3193
|
-
"./src/components/
|
|
3147
|
+
"./src/components/table/CdrTable.vue"
|
|
3194
3148
|
]
|
|
3195
3149
|
},
|
|
3196
|
-
"
|
|
3197
|
-
"displayName": "
|
|
3198
|
-
"
|
|
3199
|
-
"description": "",
|
|
3150
|
+
"CdrSwitch": {
|
|
3151
|
+
"displayName": "CdrSwitch",
|
|
3152
|
+
"description": "Permits selection from two opposing options",
|
|
3200
3153
|
"tags": {},
|
|
3154
|
+
"exportName": "default",
|
|
3201
3155
|
"props": [
|
|
3202
3156
|
{
|
|
3203
|
-
"name": "
|
|
3204
|
-
"
|
|
3205
|
-
"ignore": [
|
|
3206
|
-
{
|
|
3207
|
-
"description": true,
|
|
3208
|
-
"title": "ignore"
|
|
3209
|
-
}
|
|
3210
|
-
]
|
|
3211
|
-
},
|
|
3157
|
+
"name": "id",
|
|
3158
|
+
"description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
|
|
3212
3159
|
"type": {
|
|
3213
|
-
"name": "string
|
|
3214
|
-
}
|
|
3215
|
-
"required": true
|
|
3160
|
+
"name": "string"
|
|
3161
|
+
}
|
|
3216
3162
|
},
|
|
3217
3163
|
{
|
|
3218
3164
|
"name": "size",
|
|
3219
|
-
"description": "Sets
|
|
3165
|
+
"description": "Sets the size of the switch",
|
|
3220
3166
|
"tags": {
|
|
3221
3167
|
"demoSelectMultiple": [
|
|
3222
3168
|
{
|
|
@@ -3236,12 +3182,38 @@
|
|
|
3236
3182
|
"func": false,
|
|
3237
3183
|
"value": "'medium'"
|
|
3238
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
|
|
3239
3211
|
}
|
|
3240
3212
|
],
|
|
3241
3213
|
"events": [
|
|
3242
3214
|
{
|
|
3243
3215
|
"name": "update:modelValue",
|
|
3244
|
-
"description": "Event emitted by v-model",
|
|
3216
|
+
"description": "Event emitted by v-model on switch",
|
|
3245
3217
|
"properties": [
|
|
3246
3218
|
{
|
|
3247
3219
|
"type": {
|
|
@@ -3266,33 +3238,61 @@
|
|
|
3266
3238
|
"slots": [
|
|
3267
3239
|
{
|
|
3268
3240
|
"name": "default",
|
|
3269
|
-
"description": "
|
|
3241
|
+
"description": "The label for the switch"
|
|
3270
3242
|
}
|
|
3271
3243
|
],
|
|
3272
3244
|
"sourceFiles": [
|
|
3273
|
-
"./src/components/
|
|
3245
|
+
"./src/components/switch/CdrSwitch.vue"
|
|
3274
3246
|
]
|
|
3275
3247
|
},
|
|
3276
|
-
"
|
|
3277
|
-
"displayName": "
|
|
3248
|
+
"CdrTabPanel": {
|
|
3249
|
+
"displayName": "CdrTabPanel",
|
|
3278
3250
|
"exportName": "default",
|
|
3279
3251
|
"description": "",
|
|
3280
3252
|
"tags": {},
|
|
3281
3253
|
"props": [
|
|
3282
3254
|
{
|
|
3283
|
-
"name": "
|
|
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.",
|
|
3284
3257
|
"type": {
|
|
3285
|
-
"name": "
|
|
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"
|
|
3286
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
|
+
]
|
|
3287
3286
|
}
|
|
3288
3287
|
],
|
|
3289
3288
|
"slots": [
|
|
3290
3289
|
{
|
|
3291
|
-
"name": "
|
|
3290
|
+
"name": "default",
|
|
3291
|
+
"description": "CdrTabPanel content"
|
|
3292
3292
|
}
|
|
3293
3293
|
],
|
|
3294
3294
|
"sourceFiles": [
|
|
3295
|
-
"./src/components/
|
|
3295
|
+
"./src/components/tabs/CdrTabPanel.vue"
|
|
3296
3296
|
]
|
|
3297
3297
|
}
|
|
3298
3298
|
}
|