@rei/cedar 14.1.1 → 15.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cedar.umd.js +14 -14
- package/dist/component-docgen.json +2728 -2262
- package/dist/icon-component-docgen.json +591 -591
- package/dist/lib.d.ts +788 -411
- package/dist/node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs +10 -7
- package/dist/reset.css +0 -5
- package/dist/src/components/abstract/CdrAbstract.vue.mjs +9 -0
- package/dist/src/components/abstract/CdrAbstract.vue2.mjs +24 -0
- package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +6 -0
- package/dist/src/components/accordion/CdrAccordion.vue2.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +3 -3
- package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +21 -21
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +29 -29
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +6 -6
- package/dist/src/components/choreographer/CdrChoreographer.vue.mjs +9 -0
- package/dist/src/components/choreographer/CdrChoreographer.vue2.mjs +48 -0
- package/dist/src/components/choreographer/styles/CdrChoreographer.module.scss.mjs +9 -0
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +4 -4
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/CdrImg.vue2.mjs +32 -96
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +3 -10
- package/dist/src/components/input/CdrInput.vue2.mjs +29 -29
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
- package/dist/src/components/kicker/CdrKicker.vue.mjs +9 -0
- package/dist/src/components/kicker/CdrKicker.vue2.mjs +14 -0
- package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +6 -0
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +14 -14
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +27 -27
- package/dist/src/components/lead/CdrHeadingSubheadingBlock.vue.mjs +9 -0
- package/dist/src/components/lead/CdrHeadingSubheadingBlock.vue2.mjs +33 -0
- package/dist/src/components/lead/CdrLead.vue.mjs +9 -0
- package/dist/src/components/lead/CdrLead.vue2.mjs +55 -0
- package/dist/src/components/lead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +7 -0
- package/dist/src/components/lead/styles/CdrLead.module.scss.mjs +11 -0
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +5 -5
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
- package/dist/src/components/modal/CdrModal.vue2.mjs +110 -90
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +14 -14
- package/dist/src/components/pagination/CdrPagination.vue2.mjs +79 -79
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
- package/dist/src/components/picture/CdrPicture.vue.mjs +9 -0
- package/dist/src/components/picture/CdrPicture.vue2.mjs +42 -0
- package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +6 -0
- package/dist/src/components/popover/CdrPopover.vue2.mjs +38 -38
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
- package/dist/src/components/popup/CdrPopup.vue2.mjs +28 -28
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/CdrRadio.vue2.mjs +23 -23
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +29 -29
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +46 -46
- package/dist/src/components/select/CdrSelect.vue2.mjs +30 -30
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/switch/CdrSwitch.vue2.mjs +25 -25
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/src/components/tabs/CdrTabPanel.vue2.mjs +12 -12
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +7 -7
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
- package/dist/src/components/text/presets/CdrBody.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrBody.vue2.mjs +39 -0
- package/dist/src/components/text/presets/CdrBody.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrEyebrow.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrEyebrow.vue2.mjs +18 -0
- package/dist/src/components/text/presets/CdrEyebrow.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrHeadingDisplay.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrHeadingDisplay.vue2.mjs +33 -0
- package/dist/src/components/text/presets/CdrHeadingDisplay.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrHeadingSans.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrHeadingSans.vue2.mjs +33 -0
- package/dist/src/components/text/presets/CdrHeadingSans.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrHeadingSerif.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrHeadingSerif.vue2.mjs +39 -0
- package/dist/src/components/text/presets/CdrHeadingSerif.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrSubheadingSans.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrSubheadingSans.vue2.mjs +33 -0
- package/dist/src/components/text/presets/CdrSubheadingSans.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrUtilitySans.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrUtilitySans.vue2.mjs +39 -0
- package/dist/src/components/text/presets/CdrUtilitySans.vue3.mjs +6 -0
- package/dist/src/components/text/presets/CdrUtilitySerif.vue.mjs +9 -0
- package/dist/src/components/text/presets/CdrUtilitySerif.vue2.mjs +39 -0
- package/dist/src/components/text/presets/CdrUtilitySerif.vue3.mjs +6 -0
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/title/CdrTitle.vue.mjs +9 -0
- package/dist/src/components/title/CdrTitle.vue2.mjs +23 -0
- package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +6 -0
- package/dist/src/components/toast/CdrToast.vue2.mjs +21 -21
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +27 -27
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
- package/dist/src/components/tooltip/CdrTooltip.vue2.mjs +25 -25
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/src/lib.mjs +468 -440
- package/dist/style/cdr-abstract.css +1 -0
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-body.css +1 -0
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-choreographer.css +1 -0
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-eyebrow.css +1 -0
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-heading-display.css +1 -0
- package/dist/style/cdr-heading-sans.css +1 -0
- package/dist/style/cdr-heading-serif.css +1 -0
- package/dist/style/cdr-heading-subheading-block.css +1 -0
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-kicker.css +1 -0
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-lead.css +1 -0
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-picture.css +1 -0
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-radio.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-skeleton-bone.css +1 -1
- package/dist/style/cdr-skeleton.css +1 -1
- package/dist/style/cdr-subheading-sans.css +1 -0
- package/dist/style/cdr-switch.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-title.css +1 -0
- package/dist/style/cdr-toast.css +1 -1
- package/dist/style/cdr-toggle-button.css +1 -1
- package/dist/style/cdr-toggle-group.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style/cdr-utility-sans.css +1 -0
- package/dist/style/cdr-utility-serif.css +1 -0
- package/dist/style.css +1 -1
- package/package.json +6 -12
- package/dist/cedar-compiled.css +0 -2332
- package/dist/style/cedar-full.css +0 -41
package/dist/lib.d.ts
CHANGED
|
@@ -6,6 +6,48 @@ import { ExtractPropTypes } from 'vue';
|
|
|
6
6
|
import { PropType } from 'vue';
|
|
7
7
|
import { VNodeProps } from 'vue';
|
|
8
8
|
|
|
9
|
+
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
+
|
|
11
|
+
declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
|
|
12
|
+
|
|
13
|
+
declare type __VLS_Prettify<T> = {
|
|
14
|
+
[K in keyof T]: T[K];
|
|
15
|
+
} & {};
|
|
16
|
+
|
|
17
|
+
declare type __VLS_Prettify_2<T> = {
|
|
18
|
+
[K in keyof T]: T[K];
|
|
19
|
+
} & {};
|
|
20
|
+
|
|
21
|
+
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
+
type: PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
+
} : {
|
|
25
|
+
type: PropType<T[K]>;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
declare type __VLS_TypePropsToRuntimeProps_2<T> = {
|
|
31
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
+
type: PropType<__VLS_NonUndefinedable_2<T[K]>>;
|
|
33
|
+
} : {
|
|
34
|
+
type: PropType<T[K]>;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
declare type __VLS_WithDefaults<P, D> = {
|
|
40
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
+
default: D[K];
|
|
42
|
+
}> : P[K];
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
declare type __VLS_WithDefaults_2<P, D> = {
|
|
46
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
|
|
47
|
+
default: D[K];
|
|
48
|
+
}> : P[K];
|
|
49
|
+
};
|
|
50
|
+
|
|
9
51
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
10
52
|
new (): {
|
|
11
53
|
$slots: S;
|
|
@@ -798,12 +840,84 @@ declare type __VLS_WithTemplateSlots_217<T, S> = T & {
|
|
|
798
840
|
};
|
|
799
841
|
};
|
|
800
842
|
|
|
843
|
+
declare type __VLS_WithTemplateSlots_218<T, S> = T & {
|
|
844
|
+
new (): {
|
|
845
|
+
$slots: S;
|
|
846
|
+
};
|
|
847
|
+
};
|
|
848
|
+
|
|
849
|
+
declare type __VLS_WithTemplateSlots_219<T, S> = T & {
|
|
850
|
+
new (): {
|
|
851
|
+
$slots: S;
|
|
852
|
+
};
|
|
853
|
+
};
|
|
854
|
+
|
|
801
855
|
declare type __VLS_WithTemplateSlots_22<T, S> = T & {
|
|
802
856
|
new (): {
|
|
803
857
|
$slots: S;
|
|
804
858
|
};
|
|
805
859
|
};
|
|
806
860
|
|
|
861
|
+
declare type __VLS_WithTemplateSlots_220<T, S> = T & {
|
|
862
|
+
new (): {
|
|
863
|
+
$slots: S;
|
|
864
|
+
};
|
|
865
|
+
};
|
|
866
|
+
|
|
867
|
+
declare type __VLS_WithTemplateSlots_221<T, S> = T & {
|
|
868
|
+
new (): {
|
|
869
|
+
$slots: S;
|
|
870
|
+
};
|
|
871
|
+
};
|
|
872
|
+
|
|
873
|
+
declare type __VLS_WithTemplateSlots_222<T, S> = T & {
|
|
874
|
+
new (): {
|
|
875
|
+
$slots: S;
|
|
876
|
+
};
|
|
877
|
+
};
|
|
878
|
+
|
|
879
|
+
declare type __VLS_WithTemplateSlots_223<T, S> = T & {
|
|
880
|
+
new (): {
|
|
881
|
+
$slots: S;
|
|
882
|
+
};
|
|
883
|
+
};
|
|
884
|
+
|
|
885
|
+
declare type __VLS_WithTemplateSlots_224<T, S> = T & {
|
|
886
|
+
new (): {
|
|
887
|
+
$slots: S;
|
|
888
|
+
};
|
|
889
|
+
};
|
|
890
|
+
|
|
891
|
+
declare type __VLS_WithTemplateSlots_225<T, S> = T & {
|
|
892
|
+
new (): {
|
|
893
|
+
$slots: S;
|
|
894
|
+
};
|
|
895
|
+
};
|
|
896
|
+
|
|
897
|
+
declare type __VLS_WithTemplateSlots_226<T, S> = T & {
|
|
898
|
+
new (): {
|
|
899
|
+
$slots: S;
|
|
900
|
+
};
|
|
901
|
+
};
|
|
902
|
+
|
|
903
|
+
declare type __VLS_WithTemplateSlots_227<T, S> = T & {
|
|
904
|
+
new (): {
|
|
905
|
+
$slots: S;
|
|
906
|
+
};
|
|
907
|
+
};
|
|
908
|
+
|
|
909
|
+
declare type __VLS_WithTemplateSlots_228<T, S> = T & {
|
|
910
|
+
new (): {
|
|
911
|
+
$slots: S;
|
|
912
|
+
};
|
|
913
|
+
};
|
|
914
|
+
|
|
915
|
+
declare type __VLS_WithTemplateSlots_229<T, S> = T & {
|
|
916
|
+
new (): {
|
|
917
|
+
$slots: S;
|
|
918
|
+
};
|
|
919
|
+
};
|
|
920
|
+
|
|
807
921
|
declare type __VLS_WithTemplateSlots_23<T, S> = T & {
|
|
808
922
|
new (): {
|
|
809
923
|
$slots: S;
|
|
@@ -1308,6 +1422,58 @@ declare type __VLS_WithTemplateSlots_99<T, S> = T & {
|
|
|
1308
1422
|
};
|
|
1309
1423
|
};
|
|
1310
1424
|
|
|
1425
|
+
/**
|
|
1426
|
+
* Image component properties
|
|
1427
|
+
*
|
|
1428
|
+
* @interface baseImageProps
|
|
1429
|
+
*
|
|
1430
|
+
*/
|
|
1431
|
+
declare interface baseImageProps {
|
|
1432
|
+
/** The image src */
|
|
1433
|
+
src: string;
|
|
1434
|
+
/** The image alt. Defaults to empty string. */
|
|
1435
|
+
alt?: string;
|
|
1436
|
+
/** Comma seperated list of image sources */
|
|
1437
|
+
srcset?: string;
|
|
1438
|
+
/** Comma seperated list of source sizes */
|
|
1439
|
+
sizes?: string;
|
|
1440
|
+
/**
|
|
1441
|
+
* Aspect ratio of the image, passes to the CSS aspect-ratio property.
|
|
1442
|
+
* @demoSelectMultiple false
|
|
1443
|
+
*/
|
|
1444
|
+
ratio?: string;
|
|
1445
|
+
/**
|
|
1446
|
+
* Object position of the image, passes value to CSS object-position property.
|
|
1447
|
+
* @demoTextField true
|
|
1448
|
+
*/
|
|
1449
|
+
position?: string;
|
|
1450
|
+
/**
|
|
1451
|
+
* Object fit of the image, passes value to CSS object-fit property
|
|
1452
|
+
* @demoTextField true
|
|
1453
|
+
*/
|
|
1454
|
+
fit?: string;
|
|
1455
|
+
/**
|
|
1456
|
+
* Border radius of the image. Accepts shorthand for cedar radius tokens ("soft", "softer", "round") or a custom value which is passed ot the CSS border-radius property.
|
|
1457
|
+
* @demoTextField true
|
|
1458
|
+
*/
|
|
1459
|
+
radius?: "soft" | "softer" | "round" | string;
|
|
1460
|
+
/**
|
|
1461
|
+
* Value for loading attribute ("lazy", "eager", "auto")
|
|
1462
|
+
* @demoIgnore
|
|
1463
|
+
*/
|
|
1464
|
+
loading?: "lazy" | "eager";
|
|
1465
|
+
/**
|
|
1466
|
+
* value for decoding attribute ()
|
|
1467
|
+
* @demoIgnore
|
|
1468
|
+
*/
|
|
1469
|
+
decoding?: "async" | "sync" | "auto";
|
|
1470
|
+
/**
|
|
1471
|
+
* value for fetch priority attribute
|
|
1472
|
+
* @demoIgnore
|
|
1473
|
+
*/
|
|
1474
|
+
fetchpriority?: "high" | "low" | "auto";
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1311
1477
|
/**
|
|
1312
1478
|
* Breadcrumb data object
|
|
1313
1479
|
*
|
|
@@ -1324,7 +1490,25 @@ export declare interface breadcrumbItem {
|
|
|
1324
1490
|
};
|
|
1325
1491
|
}
|
|
1326
1492
|
|
|
1327
|
-
export declare const
|
|
1493
|
+
export declare const CdrAbstract: __VLS_WithTemplateSlots<DefineComponent<{
|
|
1494
|
+
/** Sets the HTML tag (p, span, h1, h2, etc) */
|
|
1495
|
+
tag: {
|
|
1496
|
+
type: StringConstructor;
|
|
1497
|
+
default: string;
|
|
1498
|
+
};
|
|
1499
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
1500
|
+
/** Sets the HTML tag (p, span, h1, h2, etc) */
|
|
1501
|
+
tag: {
|
|
1502
|
+
type: StringConstructor;
|
|
1503
|
+
default: string;
|
|
1504
|
+
};
|
|
1505
|
+
}>>, {
|
|
1506
|
+
tag: string;
|
|
1507
|
+
}, {}>, {
|
|
1508
|
+
default?(_: {}): any;
|
|
1509
|
+
}>;
|
|
1510
|
+
|
|
1511
|
+
export declare const CdrAccordion: __VLS_WithTemplateSlots_2<DefineComponent<{
|
|
1328
1512
|
/**
|
|
1329
1513
|
* The unique id of an accordion.
|
|
1330
1514
|
* @demoIgnore true
|
|
@@ -1378,10 +1562,7 @@ export declare const CdrAccordion: __VLS_WithTemplateSlots<DefineComponent<{
|
|
|
1378
1562
|
type: StringConstructor;
|
|
1379
1563
|
};
|
|
1380
1564
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1381
|
-
|
|
1382
|
-
* Emits on accordion open/close
|
|
1383
|
-
*/
|
|
1384
|
-
'accordion-toggle': null;
|
|
1565
|
+
"accordion-toggle": (...args: any[]) => void;
|
|
1385
1566
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
1386
1567
|
/**
|
|
1387
1568
|
* The unique id of an accordion.
|
|
@@ -1447,7 +1628,7 @@ export declare const CdrAccordion: __VLS_WithTemplateSlots<DefineComponent<{
|
|
|
1447
1628
|
default?(_: {}): any;
|
|
1448
1629
|
}>;
|
|
1449
1630
|
|
|
1450
|
-
export declare const CdrAccordionGroup:
|
|
1631
|
+
export declare const CdrAccordionGroup: __VLS_WithTemplateSlots_3<DefineComponent<{
|
|
1451
1632
|
/**
|
|
1452
1633
|
* A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.
|
|
1453
1634
|
* @values @xs, @sm, @md, @lg, true
|
|
@@ -1473,7 +1654,7 @@ export declare const CdrAccordionGroup: __VLS_WithTemplateSlots_2<DefineComponen
|
|
|
1473
1654
|
default?(_: {}): any;
|
|
1474
1655
|
}>;
|
|
1475
1656
|
|
|
1476
|
-
export declare const CdrBanner:
|
|
1657
|
+
export declare const CdrBanner: __VLS_WithTemplateSlots_4<DefineComponent<{
|
|
1477
1658
|
/**
|
|
1478
1659
|
* Sets the banner style.
|
|
1479
1660
|
* @demoSelectMultiple false
|
|
@@ -1505,7 +1686,44 @@ export declare const CdrBanner: __VLS_WithTemplateSlots_3<DefineComponent<{
|
|
|
1505
1686
|
"info-action"?(_: {}): any;
|
|
1506
1687
|
}>;
|
|
1507
1688
|
|
|
1508
|
-
export declare const
|
|
1689
|
+
export declare const CdrBody: __VLS_WithTemplateSlots_228<DefineComponent<{
|
|
1690
|
+
/**
|
|
1691
|
+
* Sets the type scale
|
|
1692
|
+
* @type scaleValue
|
|
1693
|
+
* @values '0', '1'
|
|
1694
|
+
*/
|
|
1695
|
+
scale: {
|
|
1696
|
+
type: PropType<scaleValue_7>;
|
|
1697
|
+
default: string;
|
|
1698
|
+
};
|
|
1699
|
+
/** Toggles the strong variant */
|
|
1700
|
+
strong: {
|
|
1701
|
+
type: BooleanConstructor;
|
|
1702
|
+
default: boolean;
|
|
1703
|
+
};
|
|
1704
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
1705
|
+
/**
|
|
1706
|
+
* Sets the type scale
|
|
1707
|
+
* @type scaleValue
|
|
1708
|
+
* @values '0', '1'
|
|
1709
|
+
*/
|
|
1710
|
+
scale: {
|
|
1711
|
+
type: PropType<scaleValue_7>;
|
|
1712
|
+
default: string;
|
|
1713
|
+
};
|
|
1714
|
+
/** Toggles the strong variant */
|
|
1715
|
+
strong: {
|
|
1716
|
+
type: BooleanConstructor;
|
|
1717
|
+
default: boolean;
|
|
1718
|
+
};
|
|
1719
|
+
}>>, {
|
|
1720
|
+
strong: boolean;
|
|
1721
|
+
scale: scaleValue_7;
|
|
1722
|
+
}, {}>, {
|
|
1723
|
+
default?(_: {}): any;
|
|
1724
|
+
}>;
|
|
1725
|
+
|
|
1726
|
+
export declare const CdrBreadcrumb: __VLS_WithTemplateSlots_5<DefineComponent<{
|
|
1509
1727
|
/**
|
|
1510
1728
|
* Sets the array of a breadcrumb object containing a 'url' and 'name' property.
|
|
1511
1729
|
* @demoIgnore true
|
|
@@ -1530,11 +1748,7 @@ export declare const CdrBreadcrumb: __VLS_WithTemplateSlots_4<DefineComponent<{
|
|
|
1530
1748
|
type: StringConstructor;
|
|
1531
1749
|
};
|
|
1532
1750
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1533
|
-
|
|
1534
|
-
* Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.
|
|
1535
|
-
* @param breadcrumb The breadcrumb data object
|
|
1536
|
-
*/
|
|
1537
|
-
navigate: null;
|
|
1751
|
+
navigate: (...args: any[]) => void;
|
|
1538
1752
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
1539
1753
|
/**
|
|
1540
1754
|
* Sets the array of a breadcrumb object containing a 'url' and 'name' property.
|
|
@@ -1572,7 +1786,7 @@ export declare const CdrBreadcrumb: __VLS_WithTemplateSlots_4<DefineComponent<{
|
|
|
1572
1786
|
}): any;
|
|
1573
1787
|
}>;
|
|
1574
1788
|
|
|
1575
|
-
export declare const CdrButton:
|
|
1789
|
+
export declare const CdrButton: __VLS_WithTemplateSlots_6<DefineComponent<{
|
|
1576
1790
|
/**
|
|
1577
1791
|
* Renders CdrButton as a <button> or <a> element. When using the value of <a>, this element renders as an anchor link.
|
|
1578
1792
|
* @demoIgnore true
|
|
@@ -1699,12 +1913,12 @@ export declare const CdrButton: __VLS_WithTemplateSlots_5<DefineComponent<{
|
|
|
1699
1913
|
default: boolean;
|
|
1700
1914
|
};
|
|
1701
1915
|
}>>, {
|
|
1702
|
-
size: string;
|
|
1703
|
-
type: string;
|
|
1704
1916
|
tag: string;
|
|
1917
|
+
type: string;
|
|
1918
|
+
size: string;
|
|
1705
1919
|
modifier: string;
|
|
1706
|
-
fullWidth: string | boolean;
|
|
1707
1920
|
iconOnly: boolean;
|
|
1921
|
+
fullWidth: string | boolean;
|
|
1708
1922
|
withBackground: boolean;
|
|
1709
1923
|
}, {}>, {
|
|
1710
1924
|
"icon-left"?(_: {}): any;
|
|
@@ -1745,7 +1959,7 @@ export declare const CdrCaption: DefineComponent<{
|
|
|
1745
1959
|
};
|
|
1746
1960
|
}>>, {}, {}>;
|
|
1747
1961
|
|
|
1748
|
-
export declare const CdrCard:
|
|
1962
|
+
export declare const CdrCard: __VLS_WithTemplateSlots_7<DefineComponent<{
|
|
1749
1963
|
/** Sets valid HTML container element tag. */
|
|
1750
1964
|
tag: {
|
|
1751
1965
|
type: StringConstructor;
|
|
@@ -1763,7 +1977,7 @@ export declare const CdrCard: __VLS_WithTemplateSlots_6<DefineComponent<{
|
|
|
1763
1977
|
default?(_: {}): any;
|
|
1764
1978
|
}>;
|
|
1765
1979
|
|
|
1766
|
-
export declare const CdrCheckbox:
|
|
1980
|
+
export declare const CdrCheckbox: __VLS_WithTemplateSlots_8<DefineComponent<{
|
|
1767
1981
|
/**
|
|
1768
1982
|
* Passes a CSS class to the label for custom styles
|
|
1769
1983
|
*/
|
|
@@ -1836,11 +2050,7 @@ export declare const CdrCheckbox: __VLS_WithTemplateSlots_7<DefineComponent<{
|
|
|
1836
2050
|
type: (SymbolConstructor | StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor | FunctionConstructor)[];
|
|
1837
2051
|
};
|
|
1838
2052
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1839
|
-
|
|
1840
|
-
* Event emitted by v-model on the <input> element
|
|
1841
|
-
* @param modelValue
|
|
1842
|
-
*/
|
|
1843
|
-
'update:modelValue': null;
|
|
2053
|
+
"update:modelValue": (...args: any[]) => void;
|
|
1844
2054
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
1845
2055
|
/**
|
|
1846
2056
|
* Passes a CSS class to the label for custom styles
|
|
@@ -1927,13 +2137,13 @@ export declare const CdrCheckbox: __VLS_WithTemplateSlots_7<DefineComponent<{
|
|
|
1927
2137
|
default?(_: {}): any;
|
|
1928
2138
|
}>;
|
|
1929
2139
|
|
|
1930
|
-
export declare const CdrChip:
|
|
2140
|
+
export declare const CdrChip: __VLS_WithTemplateSlots_9<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>, {
|
|
1931
2141
|
"icon-left"?(_: {}): any;
|
|
1932
2142
|
"icon-right"?(_: {}): any;
|
|
1933
2143
|
default?(_: {}): any;
|
|
1934
2144
|
}>;
|
|
1935
2145
|
|
|
1936
|
-
export declare const CdrChipGroup:
|
|
2146
|
+
export declare const CdrChipGroup: __VLS_WithTemplateSlots_10<DefineComponent<{
|
|
1937
2147
|
/**
|
|
1938
2148
|
* 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.
|
|
1939
2149
|
*/
|
|
@@ -1970,7 +2180,21 @@ export declare const CdrChipGroup: __VLS_WithTemplateSlots_9<DefineComponent<{
|
|
|
1970
2180
|
default?(_: {}): any;
|
|
1971
2181
|
}>;
|
|
1972
2182
|
|
|
1973
|
-
export declare const
|
|
2183
|
+
export declare const CdrChoreographer: DefineComponent<{
|
|
2184
|
+
schema: {
|
|
2185
|
+
type: PropType<choreographerSchema[]>;
|
|
2186
|
+
default: () => never[];
|
|
2187
|
+
};
|
|
2188
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2189
|
+
schema: {
|
|
2190
|
+
type: PropType<choreographerSchema[]>;
|
|
2191
|
+
default: () => never[];
|
|
2192
|
+
};
|
|
2193
|
+
}>>, {
|
|
2194
|
+
schema: choreographerSchema[];
|
|
2195
|
+
}, {}>;
|
|
2196
|
+
|
|
2197
|
+
export declare const CdrContainer: __VLS_WithTemplateSlots_11<DefineComponent<{
|
|
1974
2198
|
/** Sets the HTML tag for the container element */
|
|
1975
2199
|
tag: {
|
|
1976
2200
|
type: StringConstructor;
|
|
@@ -2009,7 +2233,11 @@ export declare const CdrContainer: __VLS_WithTemplateSlots_10<DefineComponent<{
|
|
|
2009
2233
|
default?(_: {}): any;
|
|
2010
2234
|
}>;
|
|
2011
2235
|
|
|
2012
|
-
export declare const
|
|
2236
|
+
export declare const CdrEyebrow: __VLS_WithTemplateSlots_229<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>, {
|
|
2237
|
+
default?(_: {}): any;
|
|
2238
|
+
}>;
|
|
2239
|
+
|
|
2240
|
+
export declare const CdrFormGroup: __VLS_WithTemplateSlots_12<DefineComponent<{
|
|
2013
2241
|
/**
|
|
2014
2242
|
* Custom ID that is mapped to the form error. If this value is not set, it will be randomly generated.
|
|
2015
2243
|
* @demoIgnore true
|
|
@@ -2083,7 +2311,7 @@ export declare const CdrFormGroup: __VLS_WithTemplateSlots_11<DefineComponent<{
|
|
|
2083
2311
|
error?(_: {}): any;
|
|
2084
2312
|
}>;
|
|
2085
2313
|
|
|
2086
|
-
export declare const CdrGrid:
|
|
2314
|
+
export declare const CdrGrid: __VLS_WithTemplateSlots_13<DefineComponent<{
|
|
2087
2315
|
/**
|
|
2088
2316
|
* Defines gutter size. Also accepts responsive values with `@breakpoint`: "none@md"
|
|
2089
2317
|
* @demoSelectMultiple false
|
|
@@ -2122,179 +2350,145 @@ export declare const CdrGrid: __VLS_WithTemplateSlots_12<DefineComponent<{
|
|
|
2122
2350
|
default?(_: {}): any;
|
|
2123
2351
|
}>;
|
|
2124
2352
|
|
|
2125
|
-
export declare const
|
|
2126
|
-
/**
|
|
2127
|
-
* Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).
|
|
2128
|
-
*/
|
|
2129
|
-
use: StringConstructor;
|
|
2353
|
+
export declare const CdrHeadingDisplay: __VLS_WithTemplateSlots_222<DefineComponent<{
|
|
2130
2354
|
/**
|
|
2131
|
-
* Sets
|
|
2355
|
+
* Sets the type scale
|
|
2356
|
+
* @type scaleValue
|
|
2357
|
+
* @values '2', '3', '4', '5', '6', '7'
|
|
2132
2358
|
*/
|
|
2133
|
-
|
|
2134
|
-
type:
|
|
2135
|
-
default: boolean;
|
|
2136
|
-
};
|
|
2137
|
-
size: {
|
|
2138
|
-
type: StringConstructor;
|
|
2359
|
+
scale: {
|
|
2360
|
+
type: PropType<scaleValue>;
|
|
2139
2361
|
default: string;
|
|
2140
|
-
validator: (value: string) => boolean;
|
|
2141
2362
|
};
|
|
2142
2363
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2143
2364
|
/**
|
|
2144
|
-
*
|
|
2365
|
+
* Sets the type scale
|
|
2366
|
+
* @type scaleValue
|
|
2367
|
+
* @values '2', '3', '4', '5', '6', '7'
|
|
2145
2368
|
*/
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
* Sets icon fill to "inherit" so as to use parent/ancestor fill color.
|
|
2149
|
-
*/
|
|
2150
|
-
inheritColor: {
|
|
2151
|
-
type: BooleanConstructor;
|
|
2152
|
-
default: boolean;
|
|
2153
|
-
};
|
|
2154
|
-
size: {
|
|
2155
|
-
type: StringConstructor;
|
|
2369
|
+
scale: {
|
|
2370
|
+
type: PropType<scaleValue>;
|
|
2156
2371
|
default: string;
|
|
2157
|
-
validator: (value: string) => boolean;
|
|
2158
2372
|
};
|
|
2159
2373
|
}>>, {
|
|
2160
|
-
|
|
2161
|
-
size: string;
|
|
2374
|
+
scale: scaleValue;
|
|
2162
2375
|
}, {}>, {
|
|
2163
2376
|
default?(_: {}): any;
|
|
2164
2377
|
}>;
|
|
2165
2378
|
|
|
2166
|
-
export declare const
|
|
2379
|
+
export declare const CdrHeadingSans: __VLS_WithTemplateSlots_224<DefineComponent<{
|
|
2167
2380
|
/**
|
|
2168
|
-
*
|
|
2381
|
+
* Sets the type scale
|
|
2382
|
+
* @type scaleValue
|
|
2383
|
+
* @values '1', '2', '3'
|
|
2169
2384
|
*/
|
|
2170
|
-
|
|
2171
|
-
type:
|
|
2172
|
-
|
|
2385
|
+
scale: {
|
|
2386
|
+
type: PropType<scaleValue_3>;
|
|
2387
|
+
default: string;
|
|
2173
2388
|
};
|
|
2389
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2174
2390
|
/**
|
|
2175
|
-
*
|
|
2391
|
+
* Sets the type scale
|
|
2392
|
+
* @type scaleValue
|
|
2393
|
+
* @values '1', '2', '3'
|
|
2176
2394
|
*/
|
|
2177
|
-
|
|
2178
|
-
type:
|
|
2395
|
+
scale: {
|
|
2396
|
+
type: PropType<scaleValue_3>;
|
|
2179
2397
|
default: string;
|
|
2180
2398
|
};
|
|
2399
|
+
}>>, {
|
|
2400
|
+
scale: scaleValue_3;
|
|
2401
|
+
}, {}>, {
|
|
2402
|
+
default?(_: {}): any;
|
|
2403
|
+
}>;
|
|
2404
|
+
|
|
2405
|
+
export declare const CdrHeadingSerif: __VLS_WithTemplateSlots_223<DefineComponent<{
|
|
2181
2406
|
/**
|
|
2182
|
-
*
|
|
2183
|
-
* @
|
|
2184
|
-
* @values
|
|
2407
|
+
* Sets the type scale
|
|
2408
|
+
* @type scaleValue
|
|
2409
|
+
* @values '1', '2', '3', '4', '5'
|
|
2185
2410
|
*/
|
|
2186
|
-
|
|
2187
|
-
type:
|
|
2188
|
-
default:
|
|
2189
|
-
validator: (value: string) => boolean;
|
|
2411
|
+
scale: {
|
|
2412
|
+
type: PropType<scaleValue_2>;
|
|
2413
|
+
default: string;
|
|
2190
2414
|
};
|
|
2191
|
-
/**
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
*/
|
|
2196
|
-
crop: {
|
|
2197
|
-
type: StringConstructor;
|
|
2415
|
+
/** Toggles the strong variant */
|
|
2416
|
+
strong: {
|
|
2417
|
+
type: BooleanConstructor;
|
|
2418
|
+
default: boolean;
|
|
2198
2419
|
};
|
|
2420
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2199
2421
|
/**
|
|
2200
|
-
*
|
|
2422
|
+
* Sets the type scale
|
|
2423
|
+
* @type scaleValue
|
|
2424
|
+
* @values '1', '2', '3', '4', '5'
|
|
2201
2425
|
*/
|
|
2202
|
-
|
|
2426
|
+
scale: {
|
|
2427
|
+
type: PropType<scaleValue_2>;
|
|
2428
|
+
default: string;
|
|
2429
|
+
};
|
|
2430
|
+
/** Toggles the strong variant */
|
|
2431
|
+
strong: {
|
|
2203
2432
|
type: BooleanConstructor;
|
|
2433
|
+
default: boolean;
|
|
2204
2434
|
};
|
|
2435
|
+
}>>, {
|
|
2436
|
+
strong: boolean;
|
|
2437
|
+
scale: scaleValue_2;
|
|
2438
|
+
}, {}>, {
|
|
2439
|
+
default?(_: {}): any;
|
|
2440
|
+
}>;
|
|
2441
|
+
|
|
2442
|
+
export declare const CdrIcon: __VLS_WithTemplateSlots_14<DefineComponent<{
|
|
2205
2443
|
/**
|
|
2206
|
-
*
|
|
2444
|
+
* Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).
|
|
2207
2445
|
*/
|
|
2208
|
-
|
|
2446
|
+
use: StringConstructor;
|
|
2209
2447
|
/**
|
|
2210
|
-
* Sets
|
|
2211
|
-
* @demoSelectMultiple false
|
|
2212
|
-
* @values circle, rounded
|
|
2448
|
+
* Sets icon fill to "inherit" so as to use parent/ancestor fill color.
|
|
2213
2449
|
*/
|
|
2214
|
-
|
|
2215
|
-
type:
|
|
2216
|
-
|
|
2450
|
+
inheritColor: {
|
|
2451
|
+
type: BooleanConstructor;
|
|
2452
|
+
default: boolean;
|
|
2217
2453
|
};
|
|
2218
|
-
|
|
2219
|
-
* Modifies the style variant for this component.
|
|
2220
|
-
* @demoSelectMultiple false
|
|
2221
|
-
* @values responsive
|
|
2222
|
-
*/
|
|
2223
|
-
modifier: {
|
|
2454
|
+
size: {
|
|
2224
2455
|
type: StringConstructor;
|
|
2225
2456
|
default: string;
|
|
2226
2457
|
validator: (value: string) => boolean;
|
|
2227
2458
|
};
|
|
2228
2459
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2229
2460
|
/**
|
|
2230
|
-
*
|
|
2231
|
-
*/
|
|
2232
|
-
src: {
|
|
2233
|
-
type: StringConstructor;
|
|
2234
|
-
required: true;
|
|
2235
|
-
};
|
|
2236
|
-
/**
|
|
2237
|
-
* Image alt text. Defaults to an empty string
|
|
2238
|
-
*/
|
|
2239
|
-
alt: {
|
|
2240
|
-
type: StringConstructor;
|
|
2241
|
-
default: string;
|
|
2242
|
-
};
|
|
2243
|
-
/**
|
|
2244
|
-
* Aspect ratio of the media container
|
|
2245
|
-
* @demoSelectMultiple false
|
|
2246
|
-
* @values auto, square, 1-2, 2-3, 3-4, 9-16, 2-1, 3-2, 4-3, 16-9
|
|
2247
|
-
*/
|
|
2248
|
-
ratio: {
|
|
2249
|
-
type: StringConstructor;
|
|
2250
|
-
default: undefined;
|
|
2251
|
-
validator: (value: string) => boolean;
|
|
2252
|
-
};
|
|
2253
|
-
/**
|
|
2254
|
-
* Requires a `ratio`. Area to crop the image overflow to. {left, center, right} {top, center, bottom}
|
|
2255
|
-
* @demoSelectMultiple false
|
|
2256
|
-
* @values left, x-center, right, top, y-center, bottom
|
|
2461
|
+
* Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).
|
|
2257
2462
|
*/
|
|
2258
|
-
|
|
2259
|
-
type: StringConstructor;
|
|
2260
|
-
};
|
|
2463
|
+
use: StringConstructor;
|
|
2261
2464
|
/**
|
|
2262
|
-
*
|
|
2465
|
+
* Sets icon fill to "inherit" so as to use parent/ancestor fill color.
|
|
2263
2466
|
*/
|
|
2264
|
-
|
|
2467
|
+
inheritColor: {
|
|
2265
2468
|
type: BooleanConstructor;
|
|
2469
|
+
default: boolean;
|
|
2266
2470
|
};
|
|
2267
|
-
|
|
2268
|
-
* Adds a custom class to the cdr-img__ratio container div
|
|
2269
|
-
*/
|
|
2270
|
-
containerClass: StringConstructor;
|
|
2271
|
-
/**
|
|
2272
|
-
* Sets a border radius to an element {square, top, right, bottom, left}
|
|
2273
|
-
* @demoSelectMultiple false
|
|
2274
|
-
* @values circle, rounded
|
|
2275
|
-
*/
|
|
2276
|
-
radius: {
|
|
2277
|
-
type: StringConstructor;
|
|
2278
|
-
validator: (value: string) => boolean;
|
|
2279
|
-
};
|
|
2280
|
-
/**
|
|
2281
|
-
* Modifies the style variant for this component.
|
|
2282
|
-
* @demoSelectMultiple false
|
|
2283
|
-
* @values responsive
|
|
2284
|
-
*/
|
|
2285
|
-
modifier: {
|
|
2471
|
+
size: {
|
|
2286
2472
|
type: StringConstructor;
|
|
2287
2473
|
default: string;
|
|
2288
2474
|
validator: (value: string) => boolean;
|
|
2289
2475
|
};
|
|
2290
2476
|
}>>, {
|
|
2477
|
+
inheritColor: boolean;
|
|
2478
|
+
size: string;
|
|
2479
|
+
}, {}>, {
|
|
2480
|
+
default?(_: {}): any;
|
|
2481
|
+
}>;
|
|
2482
|
+
|
|
2483
|
+
export declare const CdrImg: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseImageProps>, {
|
|
2484
|
+
alt: string;
|
|
2485
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseImageProps>, {
|
|
2486
|
+
alt: string;
|
|
2487
|
+
}>>>, {
|
|
2291
2488
|
alt: string;
|
|
2292
|
-
modifier: string;
|
|
2293
|
-
ratio: string;
|
|
2294
|
-
cover: boolean;
|
|
2295
2489
|
}, {}>;
|
|
2296
2490
|
|
|
2297
|
-
export declare const CdrInput:
|
|
2491
|
+
export declare const CdrInput: __VLS_WithTemplateSlots_15<DefineComponent<{
|
|
2298
2492
|
/**
|
|
2299
2493
|
* Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.
|
|
2300
2494
|
*/
|
|
@@ -2389,11 +2583,7 @@ export declare const CdrInput: __VLS_WithTemplateSlots_14<DefineComponent<{
|
|
|
2389
2583
|
/** Adds a custom class to the cdr-label-standalone wrapping div */
|
|
2390
2584
|
labelClass: StringConstructor;
|
|
2391
2585
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2392
|
-
|
|
2393
|
-
* Event emitted by v-model on the <input> element
|
|
2394
|
-
* @param modelValue
|
|
2395
|
-
*/
|
|
2396
|
-
'update:modelValue': null;
|
|
2586
|
+
"update:modelValue": (...args: any[]) => void;
|
|
2397
2587
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2398
2588
|
/**
|
|
2399
2589
|
* Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.
|
|
@@ -2491,8 +2681,8 @@ export declare const CdrInput: __VLS_WithTemplateSlots_14<DefineComponent<{
|
|
|
2491
2681
|
}>> & {
|
|
2492
2682
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2493
2683
|
}, {
|
|
2494
|
-
size: string;
|
|
2495
2684
|
type: string;
|
|
2685
|
+
size: string;
|
|
2496
2686
|
required: boolean;
|
|
2497
2687
|
disabled: boolean;
|
|
2498
2688
|
error: string | boolean;
|
|
@@ -2512,7 +2702,62 @@ export declare const CdrInput: __VLS_WithTemplateSlots_14<DefineComponent<{
|
|
|
2512
2702
|
error?(_: {}): any;
|
|
2513
2703
|
}>;
|
|
2514
2704
|
|
|
2515
|
-
export declare const
|
|
2705
|
+
export declare const CdrKicker: __VLS_WithTemplateSlots_16<DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>, {
|
|
2706
|
+
default?(_: {}): any;
|
|
2707
|
+
}>;
|
|
2708
|
+
|
|
2709
|
+
export declare const CdrLead: __VLS_WithTemplateSlots_17<DefineComponent<{
|
|
2710
|
+
/** Sets the lead's image source */
|
|
2711
|
+
imgSrc: {
|
|
2712
|
+
type: StringConstructor;
|
|
2713
|
+
default: undefined;
|
|
2714
|
+
};
|
|
2715
|
+
/** Sets the lead's image alt */
|
|
2716
|
+
imgAlt: {
|
|
2717
|
+
type: StringConstructor;
|
|
2718
|
+
default: string;
|
|
2719
|
+
};
|
|
2720
|
+
/** Sets the lead's heading */
|
|
2721
|
+
heading: {
|
|
2722
|
+
type: StringConstructor;
|
|
2723
|
+
default: undefined;
|
|
2724
|
+
};
|
|
2725
|
+
/** Sets the lead's subheading */
|
|
2726
|
+
subheading: {
|
|
2727
|
+
type: StringConstructor;
|
|
2728
|
+
default: undefined;
|
|
2729
|
+
};
|
|
2730
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2731
|
+
/** Sets the lead's image source */
|
|
2732
|
+
imgSrc: {
|
|
2733
|
+
type: StringConstructor;
|
|
2734
|
+
default: undefined;
|
|
2735
|
+
};
|
|
2736
|
+
/** Sets the lead's image alt */
|
|
2737
|
+
imgAlt: {
|
|
2738
|
+
type: StringConstructor;
|
|
2739
|
+
default: string;
|
|
2740
|
+
};
|
|
2741
|
+
/** Sets the lead's heading */
|
|
2742
|
+
heading: {
|
|
2743
|
+
type: StringConstructor;
|
|
2744
|
+
default: undefined;
|
|
2745
|
+
};
|
|
2746
|
+
/** Sets the lead's subheading */
|
|
2747
|
+
subheading: {
|
|
2748
|
+
type: StringConstructor;
|
|
2749
|
+
default: undefined;
|
|
2750
|
+
};
|
|
2751
|
+
}>>, {
|
|
2752
|
+
imgSrc: string;
|
|
2753
|
+
imgAlt: string;
|
|
2754
|
+
heading: string;
|
|
2755
|
+
subheading: string;
|
|
2756
|
+
}, {}>, {
|
|
2757
|
+
content?(_: {}): any;
|
|
2758
|
+
}>;
|
|
2759
|
+
|
|
2760
|
+
export declare const CdrLink: __VLS_WithTemplateSlots_18<DefineComponent<{
|
|
2516
2761
|
/**
|
|
2517
2762
|
* Sets valid HTML element tag
|
|
2518
2763
|
* @values a, button
|
|
@@ -2585,15 +2830,15 @@ export declare const CdrLink: __VLS_WithTemplateSlots_15<DefineComponent<{
|
|
|
2585
2830
|
/** @ignore */
|
|
2586
2831
|
rel: StringConstructor;
|
|
2587
2832
|
}>>, {
|
|
2833
|
+
tag: string;
|
|
2588
2834
|
inheritColor: boolean;
|
|
2589
2835
|
href: string;
|
|
2590
|
-
tag: string;
|
|
2591
2836
|
modifier: string;
|
|
2592
2837
|
}, {}>, {
|
|
2593
2838
|
default?(_: {}): any;
|
|
2594
2839
|
}>;
|
|
2595
2840
|
|
|
2596
|
-
export declare const CdrList:
|
|
2841
|
+
export declare const CdrList: __VLS_WithTemplateSlots_19<DefineComponent<{
|
|
2597
2842
|
/**
|
|
2598
2843
|
* Sets list type and HTML element as "unordered" or "ordered"
|
|
2599
2844
|
* @values ul, ol
|
|
@@ -2640,7 +2885,7 @@ export declare const CdrList: __VLS_WithTemplateSlots_16<DefineComponent<{
|
|
|
2640
2885
|
default?(_: {}): any;
|
|
2641
2886
|
}>;
|
|
2642
2887
|
|
|
2643
|
-
export declare const CdrModal:
|
|
2888
|
+
export declare const CdrModal: __VLS_WithTemplateSlots_20<DefineComponent<{
|
|
2644
2889
|
/**
|
|
2645
2890
|
* Toggles the state of the modal
|
|
2646
2891
|
* @demoIgnore true
|
|
@@ -2701,7 +2946,7 @@ export declare const CdrModal: __VLS_WithTemplateSlots_17<DefineComponent<{
|
|
|
2701
2946
|
default: number;
|
|
2702
2947
|
};
|
|
2703
2948
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2704
|
-
closed:
|
|
2949
|
+
closed: (...args: any[]) => void;
|
|
2705
2950
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2706
2951
|
/**
|
|
2707
2952
|
* Toggles the state of the modal
|
|
@@ -2827,18 +3072,8 @@ export declare const CdrPagination: DefineComponent<{
|
|
|
2827
3072
|
type: NumberConstructor;
|
|
2828
3073
|
};
|
|
2829
3074
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
* Only used on small devices
|
|
2833
|
-
* @param modelValue
|
|
2834
|
-
*/
|
|
2835
|
-
'update:modelValue': null;
|
|
2836
|
-
/**
|
|
2837
|
-
* $emit event fired when page changes based on user interaction by clicking a link
|
|
2838
|
-
* or selecting an option from the select on mobile.
|
|
2839
|
-
* `event.preventDefault()` can be used to override the default link navigation behavior.
|
|
2840
|
-
*/
|
|
2841
|
-
navigate: null;
|
|
3075
|
+
navigate: (...args: any[]) => void;
|
|
3076
|
+
"update:modelValue": (...args: any[]) => void;
|
|
2842
3077
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2843
3078
|
/**
|
|
2844
3079
|
* Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.
|
|
@@ -2898,7 +3133,15 @@ export declare const CdrPagination: DefineComponent<{
|
|
|
2898
3133
|
forLabel: string;
|
|
2899
3134
|
}, {}>;
|
|
2900
3135
|
|
|
2901
|
-
export declare const
|
|
3136
|
+
export declare const CdrPicture: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<pictureProps>, {
|
|
3137
|
+
alt: string;
|
|
3138
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<pictureProps>, {
|
|
3139
|
+
alt: string;
|
|
3140
|
+
}>>>, {
|
|
3141
|
+
alt: string;
|
|
3142
|
+
}, {}>;
|
|
3143
|
+
|
|
3144
|
+
export declare const CdrPopover: __VLS_WithTemplateSlots_21<DefineComponent<{
|
|
2902
3145
|
/**
|
|
2903
3146
|
* Sets the position where the popover will render relative to the trigger element.
|
|
2904
3147
|
* @demoSelectMultiple false
|
|
@@ -2945,10 +3188,8 @@ export declare const CdrPopover: __VLS_WithTemplateSlots_18<DefineComponent<{
|
|
|
2945
3188
|
required: false;
|
|
2946
3189
|
};
|
|
2947
3190
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
/** Emits when popover is closed */
|
|
2951
|
-
closed: null;
|
|
3191
|
+
opened: (...args: any[]) => void;
|
|
3192
|
+
closed: (...args: any[]) => void;
|
|
2952
3193
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2953
3194
|
/**
|
|
2954
3195
|
* Sets the position where the popover will render relative to the trigger element.
|
|
@@ -3009,7 +3250,7 @@ export declare const CdrPopover: __VLS_WithTemplateSlots_18<DefineComponent<{
|
|
|
3009
3250
|
icon?(_: {}): any;
|
|
3010
3251
|
}>;
|
|
3011
3252
|
|
|
3012
|
-
export declare const CdrQuote:
|
|
3253
|
+
export declare const CdrQuote: __VLS_WithTemplateSlots_22<DefineComponent<{
|
|
3013
3254
|
/**
|
|
3014
3255
|
* Sets the semantic HTML element for the quote.
|
|
3015
3256
|
* @values blockquote, aside, q, div
|
|
@@ -3064,7 +3305,7 @@ export declare const CdrQuote: __VLS_WithTemplateSlots_19<DefineComponent<{
|
|
|
3064
3305
|
default?(_: {}): any;
|
|
3065
3306
|
}>;
|
|
3066
3307
|
|
|
3067
|
-
export declare const CdrRadio:
|
|
3308
|
+
export declare const CdrRadio: __VLS_WithTemplateSlots_23<DefineComponent<{
|
|
3068
3309
|
/**
|
|
3069
3310
|
* Adds CSS class to the label for custom styles.
|
|
3070
3311
|
*/
|
|
@@ -3126,11 +3367,7 @@ export declare const CdrRadio: __VLS_WithTemplateSlots_20<DefineComponent<{
|
|
|
3126
3367
|
type: (SymbolConstructor | StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor | FunctionConstructor)[];
|
|
3127
3368
|
};
|
|
3128
3369
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3129
|
-
|
|
3130
|
-
* Event emitted by v-model on the radio's <input> element
|
|
3131
|
-
* @param modelValue
|
|
3132
|
-
*/
|
|
3133
|
-
'update:modelValue': null;
|
|
3370
|
+
"update:modelValue": (...args: any[]) => void;
|
|
3134
3371
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
3135
3372
|
/**
|
|
3136
3373
|
* Adds CSS class to the label for custom styles.
|
|
@@ -3290,7 +3527,7 @@ export declare const CdrRating: DefineComponent<{
|
|
|
3290
3527
|
count: string | number;
|
|
3291
3528
|
}, {}>;
|
|
3292
3529
|
|
|
3293
|
-
export declare const CdrSelect:
|
|
3530
|
+
export declare const CdrSelect: __VLS_WithTemplateSlots_24<DefineComponent<{
|
|
3294
3531
|
/**
|
|
3295
3532
|
* Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.
|
|
3296
3533
|
*/
|
|
@@ -3373,11 +3610,7 @@ export declare const CdrSelect: __VLS_WithTemplateSlots_21<DefineComponent<{
|
|
|
3373
3610
|
*/
|
|
3374
3611
|
multipleSize: NumberConstructor;
|
|
3375
3612
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3376
|
-
|
|
3377
|
-
* Event emitted by v-model on the radio's <input> element
|
|
3378
|
-
* @param modelValue
|
|
3379
|
-
*/
|
|
3380
|
-
'update:modelValue': null;
|
|
3613
|
+
"update:modelValue": (...args: any[]) => void;
|
|
3381
3614
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
3382
3615
|
/**
|
|
3383
3616
|
* Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.
|
|
@@ -3481,7 +3714,7 @@ export declare const CdrSelect: __VLS_WithTemplateSlots_21<DefineComponent<{
|
|
|
3481
3714
|
error?(_: {}): any;
|
|
3482
3715
|
}>;
|
|
3483
3716
|
|
|
3484
|
-
export declare const CdrSkeleton:
|
|
3717
|
+
export declare const CdrSkeleton: __VLS_WithTemplateSlots_25<DefineComponent<{
|
|
3485
3718
|
/**
|
|
3486
3719
|
* Toggle animation on/off.
|
|
3487
3720
|
* When `true`, animated gradient will be used while loading.
|
|
@@ -3535,7 +3768,33 @@ export declare const CdrSkeletonBone: DefineComponent<{
|
|
|
3535
3768
|
type: string;
|
|
3536
3769
|
}, {}>;
|
|
3537
3770
|
|
|
3538
|
-
export declare const
|
|
3771
|
+
export declare const CdrSubheadingSans: __VLS_WithTemplateSlots_225<DefineComponent<{
|
|
3772
|
+
/**
|
|
3773
|
+
* Sets the type scale
|
|
3774
|
+
* @type scaleValue
|
|
3775
|
+
* @values '0', '1', '2'
|
|
3776
|
+
*/
|
|
3777
|
+
scale: {
|
|
3778
|
+
type: PropType<scaleValue_4>;
|
|
3779
|
+
default: string;
|
|
3780
|
+
};
|
|
3781
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
3782
|
+
/**
|
|
3783
|
+
* Sets the type scale
|
|
3784
|
+
* @type scaleValue
|
|
3785
|
+
* @values '0', '1', '2'
|
|
3786
|
+
*/
|
|
3787
|
+
scale: {
|
|
3788
|
+
type: PropType<scaleValue_4>;
|
|
3789
|
+
default: string;
|
|
3790
|
+
};
|
|
3791
|
+
}>>, {
|
|
3792
|
+
scale: scaleValue_4;
|
|
3793
|
+
}, {}>, {
|
|
3794
|
+
default?(_: {}): any;
|
|
3795
|
+
}>;
|
|
3796
|
+
|
|
3797
|
+
export declare const CdrSwitch: __VLS_WithTemplateSlots_34<DefineComponent<{
|
|
3539
3798
|
/**
|
|
3540
3799
|
* Sets a custom ID for the switch. If this value is not set, it will be auto-generated.
|
|
3541
3800
|
*/
|
|
@@ -3567,11 +3826,7 @@ export declare const CdrSwitch: __VLS_WithTemplateSlots_30<DefineComponent<{
|
|
|
3567
3826
|
required: true;
|
|
3568
3827
|
};
|
|
3569
3828
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3570
|
-
|
|
3571
|
-
* Event emitted by v-model on switch
|
|
3572
|
-
* @param modelValue
|
|
3573
|
-
*/
|
|
3574
|
-
'update:modelValue': null;
|
|
3829
|
+
"update:modelValue": (...args: any[]) => void;
|
|
3575
3830
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
3576
3831
|
/**
|
|
3577
3832
|
* Sets a custom ID for the switch. If this value is not set, it will be auto-generated.
|
|
@@ -3612,7 +3867,7 @@ export declare const CdrSwitch: __VLS_WithTemplateSlots_30<DefineComponent<{
|
|
|
3612
3867
|
default?(_: {}): any;
|
|
3613
3868
|
}>;
|
|
3614
3869
|
|
|
3615
|
-
export declare const CdrTable:
|
|
3870
|
+
export declare const CdrTable: __VLS_WithTemplateSlots_26<DefineComponent<{
|
|
3616
3871
|
/** Sets row colors to alternate between darker and lighter backgrounds.
|
|
3617
3872
|
* Striping will not apply when `border` is true
|
|
3618
3873
|
*/
|
|
@@ -3691,15 +3946,15 @@ export declare const CdrTable: __VLS_WithTemplateSlots_23<DefineComponent<{
|
|
|
3691
3946
|
}>>, {
|
|
3692
3947
|
size: string;
|
|
3693
3948
|
fullWidth: string | boolean;
|
|
3694
|
-
responsive: boolean;
|
|
3695
3949
|
striped: boolean;
|
|
3696
3950
|
border: boolean;
|
|
3951
|
+
responsive: boolean;
|
|
3697
3952
|
hover: boolean;
|
|
3698
3953
|
}, {}>, {
|
|
3699
3954
|
default?(_: {}): any;
|
|
3700
3955
|
}>;
|
|
3701
3956
|
|
|
3702
|
-
export declare const CdrTabPanel:
|
|
3957
|
+
export declare const CdrTabPanel: __VLS_WithTemplateSlots_27<DefineComponent<{
|
|
3703
3958
|
/** 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. */
|
|
3704
3959
|
id: StringConstructor;
|
|
3705
3960
|
/** 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. */
|
|
@@ -3707,11 +3962,7 @@ export declare const CdrTabPanel: __VLS_WithTemplateSlots_24<DefineComponent<{
|
|
|
3707
3962
|
/** 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. */
|
|
3708
3963
|
ariaLabelledby: StringConstructor;
|
|
3709
3964
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3710
|
-
|
|
3711
|
-
* Emits when active tab is changed
|
|
3712
|
-
* @params state, panelId
|
|
3713
|
-
*/
|
|
3714
|
-
'tab-change': null;
|
|
3965
|
+
"tab-change": (...args: any[]) => void;
|
|
3715
3966
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
3716
3967
|
/** 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. */
|
|
3717
3968
|
id: StringConstructor;
|
|
@@ -3725,7 +3976,7 @@ export declare const CdrTabPanel: __VLS_WithTemplateSlots_24<DefineComponent<{
|
|
|
3725
3976
|
default?(_: {}): any;
|
|
3726
3977
|
}>;
|
|
3727
3978
|
|
|
3728
|
-
export declare const CdrTabs:
|
|
3979
|
+
export declare const CdrTabs: __VLS_WithTemplateSlots_28<DefineComponent<{
|
|
3729
3980
|
/**
|
|
3730
3981
|
* Sets height of the tabs container element.
|
|
3731
3982
|
* Passing a `px` value will render tabs with a static height,
|
|
@@ -3797,13 +4048,31 @@ export declare const CdrTabs: __VLS_WithTemplateSlots_25<DefineComponent<{
|
|
|
3797
4048
|
};
|
|
3798
4049
|
}>>, {
|
|
3799
4050
|
height: string;
|
|
3800
|
-
backgroundColor: string;
|
|
3801
4051
|
activeTab: number;
|
|
4052
|
+
backgroundColor: string;
|
|
4053
|
+
}, {}>, {
|
|
4054
|
+
default?(_: {}): any;
|
|
4055
|
+
}>;
|
|
4056
|
+
|
|
4057
|
+
export declare const CdrText: __VLS_WithTemplateSlots_29<DefineComponent<{
|
|
4058
|
+
/** Sets the HTML tag (p, span, h1, h2, etc) */
|
|
4059
|
+
tag: {
|
|
4060
|
+
type: StringConstructor;
|
|
4061
|
+
default: string;
|
|
4062
|
+
};
|
|
4063
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
4064
|
+
/** Sets the HTML tag (p, span, h1, h2, etc) */
|
|
4065
|
+
tag: {
|
|
4066
|
+
type: StringConstructor;
|
|
4067
|
+
default: string;
|
|
4068
|
+
};
|
|
4069
|
+
}>>, {
|
|
4070
|
+
tag: string;
|
|
3802
4071
|
}, {}>, {
|
|
3803
4072
|
default?(_: {}): any;
|
|
3804
4073
|
}>;
|
|
3805
4074
|
|
|
3806
|
-
export declare const
|
|
4075
|
+
export declare const CdrTitle: __VLS_WithTemplateSlots_30<DefineComponent<{
|
|
3807
4076
|
/** Sets the HTML tag (p, span, h1, h2, etc) */
|
|
3808
4077
|
tag: {
|
|
3809
4078
|
type: StringConstructor;
|
|
@@ -3821,7 +4090,7 @@ export declare const CdrText: __VLS_WithTemplateSlots_26<DefineComponent<{
|
|
|
3821
4090
|
default?(_: {}): any;
|
|
3822
4091
|
}>;
|
|
3823
4092
|
|
|
3824
|
-
export declare const CdrToast:
|
|
4093
|
+
export declare const CdrToast: __VLS_WithTemplateSlots_31<DefineComponent<{
|
|
3825
4094
|
/**
|
|
3826
4095
|
* Sets the toast type.
|
|
3827
4096
|
* @demoSelectMultiple false
|
|
@@ -3851,10 +4120,8 @@ export declare const CdrToast: __VLS_WithTemplateSlots_27<DefineComponent<{
|
|
|
3851
4120
|
default: number;
|
|
3852
4121
|
};
|
|
3853
4122
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3854
|
-
|
|
3855
|
-
open:
|
|
3856
|
-
/** Emits when toast closes */
|
|
3857
|
-
closed: null;
|
|
4123
|
+
closed: (...args: any[]) => void;
|
|
4124
|
+
open: (...args: any[]) => void;
|
|
3858
4125
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
3859
4126
|
/**
|
|
3860
4127
|
* Sets the toast type.
|
|
@@ -3898,7 +4165,7 @@ export declare const CdrToast: __VLS_WithTemplateSlots_27<DefineComponent<{
|
|
|
3898
4165
|
icon?(_: {}): any;
|
|
3899
4166
|
}>;
|
|
3900
4167
|
|
|
3901
|
-
export declare const CdrToggleButton:
|
|
4168
|
+
export declare const CdrToggleButton: __VLS_WithTemplateSlots_32<DefineComponent<{
|
|
3902
4169
|
/**
|
|
3903
4170
|
* Sets the value and aria-label for the toggle button. Display can be overridden using default slot
|
|
3904
4171
|
*/
|
|
@@ -3918,7 +4185,7 @@ export declare const CdrToggleButton: __VLS_WithTemplateSlots_28<DefineComponent
|
|
|
3918
4185
|
default?(_: {}): any;
|
|
3919
4186
|
}>;
|
|
3920
4187
|
|
|
3921
|
-
export declare const CdrToggleGroup:
|
|
4188
|
+
export declare const CdrToggleGroup: __VLS_WithTemplateSlots_33<DefineComponent<{
|
|
3922
4189
|
/** @ignore */
|
|
3923
4190
|
modelValue: {
|
|
3924
4191
|
type: (StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor)[];
|
|
@@ -3935,11 +4202,7 @@ export declare const CdrToggleGroup: __VLS_WithTemplateSlots_29<DefineComponent<
|
|
|
3935
4202
|
validator: (value: string) => boolean;
|
|
3936
4203
|
};
|
|
3937
4204
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3938
|
-
|
|
3939
|
-
* Event emitted by v-model
|
|
3940
|
-
* @param modelValue
|
|
3941
|
-
*/
|
|
3942
|
-
'update:modelValue': null;
|
|
4205
|
+
"update:modelValue": (...args: any[]) => void;
|
|
3943
4206
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
3944
4207
|
/** @ignore */
|
|
3945
4208
|
modelValue: {
|
|
@@ -3964,7 +4227,7 @@ export declare const CdrToggleGroup: __VLS_WithTemplateSlots_29<DefineComponent<
|
|
|
3964
4227
|
default?(_: {}): any;
|
|
3965
4228
|
}>;
|
|
3966
4229
|
|
|
3967
|
-
export declare const CdrTooltip:
|
|
4230
|
+
export declare const CdrTooltip: __VLS_WithTemplateSlots_35<DefineComponent<{
|
|
3968
4231
|
/**
|
|
3969
4232
|
* Sets the position where the tooltip will render relative to the trigger element.
|
|
3970
4233
|
* @demoSelectMultiple false
|
|
@@ -4004,10 +4267,8 @@ export declare const CdrTooltip: __VLS_WithTemplateSlots_31<DefineComponent<{
|
|
|
4004
4267
|
default: boolean;
|
|
4005
4268
|
};
|
|
4006
4269
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
/** Emits when tooltip is closed */
|
|
4010
|
-
closed: null;
|
|
4270
|
+
opened: (...args: any[]) => void;
|
|
4271
|
+
closed: (...args: any[]) => void;
|
|
4011
4272
|
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
4012
4273
|
/**
|
|
4013
4274
|
* Sets the position where the tooltip will render relative to the trigger element.
|
|
@@ -4059,7 +4320,87 @@ export declare const CdrTooltip: __VLS_WithTemplateSlots_31<DefineComponent<{
|
|
|
4059
4320
|
default?(_: {}): any;
|
|
4060
4321
|
}>;
|
|
4061
4322
|
|
|
4062
|
-
export declare const
|
|
4323
|
+
export declare const CdrUtilitySans: __VLS_WithTemplateSlots_226<DefineComponent<{
|
|
4324
|
+
/**
|
|
4325
|
+
* Sets the type scale
|
|
4326
|
+
* @type scaleValue
|
|
4327
|
+
* @values '-1','0','1','2','3'
|
|
4328
|
+
*/
|
|
4329
|
+
scale: {
|
|
4330
|
+
type: PropType<scaleValue_5>;
|
|
4331
|
+
default: string;
|
|
4332
|
+
};
|
|
4333
|
+
/** Toggles the strong variant */
|
|
4334
|
+
strong: {
|
|
4335
|
+
type: BooleanConstructor;
|
|
4336
|
+
default: boolean;
|
|
4337
|
+
};
|
|
4338
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
4339
|
+
/**
|
|
4340
|
+
* Sets the type scale
|
|
4341
|
+
* @type scaleValue
|
|
4342
|
+
* @values '-1','0','1','2','3'
|
|
4343
|
+
*/
|
|
4344
|
+
scale: {
|
|
4345
|
+
type: PropType<scaleValue_5>;
|
|
4346
|
+
default: string;
|
|
4347
|
+
};
|
|
4348
|
+
/** Toggles the strong variant */
|
|
4349
|
+
strong: {
|
|
4350
|
+
type: BooleanConstructor;
|
|
4351
|
+
default: boolean;
|
|
4352
|
+
};
|
|
4353
|
+
}>>, {
|
|
4354
|
+
strong: boolean;
|
|
4355
|
+
scale: scaleValue_5;
|
|
4356
|
+
}, {}>, {
|
|
4357
|
+
default?(_: {}): any;
|
|
4358
|
+
}>;
|
|
4359
|
+
|
|
4360
|
+
export declare const CdrUtilitySerif: __VLS_WithTemplateSlots_227<DefineComponent<{
|
|
4361
|
+
/**
|
|
4362
|
+
* Sets the type scale
|
|
4363
|
+
* @type scaleValue
|
|
4364
|
+
* @values '-1','0','1','2','3'
|
|
4365
|
+
*/
|
|
4366
|
+
scale: {
|
|
4367
|
+
type: PropType<scaleValue_6>;
|
|
4368
|
+
default: string;
|
|
4369
|
+
};
|
|
4370
|
+
/** Toggles the strong variant */
|
|
4371
|
+
strong: {
|
|
4372
|
+
type: BooleanConstructor;
|
|
4373
|
+
default: boolean;
|
|
4374
|
+
};
|
|
4375
|
+
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
4376
|
+
/**
|
|
4377
|
+
* Sets the type scale
|
|
4378
|
+
* @type scaleValue
|
|
4379
|
+
* @values '-1','0','1','2','3'
|
|
4380
|
+
*/
|
|
4381
|
+
scale: {
|
|
4382
|
+
type: PropType<scaleValue_6>;
|
|
4383
|
+
default: string;
|
|
4384
|
+
};
|
|
4385
|
+
/** Toggles the strong variant */
|
|
4386
|
+
strong: {
|
|
4387
|
+
type: BooleanConstructor;
|
|
4388
|
+
default: boolean;
|
|
4389
|
+
};
|
|
4390
|
+
}>>, {
|
|
4391
|
+
strong: boolean;
|
|
4392
|
+
scale: scaleValue_6;
|
|
4393
|
+
}, {}>, {
|
|
4394
|
+
default?(_: {}): any;
|
|
4395
|
+
}>;
|
|
4396
|
+
|
|
4397
|
+
export declare interface choreographerSchema {
|
|
4398
|
+
type: string;
|
|
4399
|
+
props?: object;
|
|
4400
|
+
content?: string | choreographerSchema;
|
|
4401
|
+
}
|
|
4402
|
+
|
|
4403
|
+
export declare const IconAccountProfile: __VLS_WithTemplateSlots_37<DefineComponent<{
|
|
4063
4404
|
props: {
|
|
4064
4405
|
type: ObjectConstructor;
|
|
4065
4406
|
};
|
|
@@ -4071,7 +4412,7 @@ export declare const IconAccountProfile: __VLS_WithTemplateSlots_33<DefineCompon
|
|
|
4071
4412
|
default?(_: {}): any;
|
|
4072
4413
|
}>;
|
|
4073
4414
|
|
|
4074
|
-
export declare const IconAccountProfileFill:
|
|
4415
|
+
export declare const IconAccountProfileFill: __VLS_WithTemplateSlots_36<DefineComponent<{
|
|
4075
4416
|
props: {
|
|
4076
4417
|
type: ObjectConstructor;
|
|
4077
4418
|
};
|
|
@@ -4083,7 +4424,7 @@ export declare const IconAccountProfileFill: __VLS_WithTemplateSlots_32<DefineCo
|
|
|
4083
4424
|
default?(_: {}): any;
|
|
4084
4425
|
}>;
|
|
4085
4426
|
|
|
4086
|
-
export declare const IconArrowDown:
|
|
4427
|
+
export declare const IconArrowDown: __VLS_WithTemplateSlots_38<DefineComponent<{
|
|
4087
4428
|
props: {
|
|
4088
4429
|
type: ObjectConstructor;
|
|
4089
4430
|
};
|
|
@@ -4095,7 +4436,7 @@ export declare const IconArrowDown: __VLS_WithTemplateSlots_34<DefineComponent<{
|
|
|
4095
4436
|
default?(_: {}): any;
|
|
4096
4437
|
}>;
|
|
4097
4438
|
|
|
4098
|
-
export declare const IconArrowLeft:
|
|
4439
|
+
export declare const IconArrowLeft: __VLS_WithTemplateSlots_39<DefineComponent<{
|
|
4099
4440
|
props: {
|
|
4100
4441
|
type: ObjectConstructor;
|
|
4101
4442
|
};
|
|
@@ -4107,7 +4448,7 @@ export declare const IconArrowLeft: __VLS_WithTemplateSlots_35<DefineComponent<{
|
|
|
4107
4448
|
default?(_: {}): any;
|
|
4108
4449
|
}>;
|
|
4109
4450
|
|
|
4110
|
-
export declare const IconArrowRight:
|
|
4451
|
+
export declare const IconArrowRight: __VLS_WithTemplateSlots_40<DefineComponent<{
|
|
4111
4452
|
props: {
|
|
4112
4453
|
type: ObjectConstructor;
|
|
4113
4454
|
};
|
|
@@ -4119,7 +4460,7 @@ export declare const IconArrowRight: __VLS_WithTemplateSlots_36<DefineComponent<
|
|
|
4119
4460
|
default?(_: {}): any;
|
|
4120
4461
|
}>;
|
|
4121
4462
|
|
|
4122
|
-
export declare const IconArrowUp:
|
|
4463
|
+
export declare const IconArrowUp: __VLS_WithTemplateSlots_41<DefineComponent<{
|
|
4123
4464
|
props: {
|
|
4124
4465
|
type: ObjectConstructor;
|
|
4125
4466
|
};
|
|
@@ -4131,7 +4472,7 @@ export declare const IconArrowUp: __VLS_WithTemplateSlots_37<DefineComponent<{
|
|
|
4131
4472
|
default?(_: {}): any;
|
|
4132
4473
|
}>;
|
|
4133
4474
|
|
|
4134
|
-
export declare const IconAtv:
|
|
4475
|
+
export declare const IconAtv: __VLS_WithTemplateSlots_42<DefineComponent<{
|
|
4135
4476
|
props: {
|
|
4136
4477
|
type: ObjectConstructor;
|
|
4137
4478
|
};
|
|
@@ -4143,7 +4484,7 @@ export declare const IconAtv: __VLS_WithTemplateSlots_38<DefineComponent<{
|
|
|
4143
4484
|
default?(_: {}): any;
|
|
4144
4485
|
}>;
|
|
4145
4486
|
|
|
4146
|
-
export declare const IconBedOutline:
|
|
4487
|
+
export declare const IconBedOutline: __VLS_WithTemplateSlots_43<DefineComponent<{
|
|
4147
4488
|
props: {
|
|
4148
4489
|
type: ObjectConstructor;
|
|
4149
4490
|
};
|
|
@@ -4155,7 +4496,7 @@ export declare const IconBedOutline: __VLS_WithTemplateSlots_39<DefineComponent<
|
|
|
4155
4496
|
default?(_: {}): any;
|
|
4156
4497
|
}>;
|
|
4157
4498
|
|
|
4158
|
-
export declare const IconBikeShop:
|
|
4499
|
+
export declare const IconBikeShop: __VLS_WithTemplateSlots_44<DefineComponent<{
|
|
4159
4500
|
props: {
|
|
4160
4501
|
type: ObjectConstructor;
|
|
4161
4502
|
};
|
|
@@ -4167,7 +4508,7 @@ export declare const IconBikeShop: __VLS_WithTemplateSlots_40<DefineComponent<{
|
|
|
4167
4508
|
default?(_: {}): any;
|
|
4168
4509
|
}>;
|
|
4169
4510
|
|
|
4170
|
-
export declare const IconBinoculars:
|
|
4511
|
+
export declare const IconBinoculars: __VLS_WithTemplateSlots_45<DefineComponent<{
|
|
4171
4512
|
props: {
|
|
4172
4513
|
type: ObjectConstructor;
|
|
4173
4514
|
};
|
|
@@ -4179,7 +4520,7 @@ export declare const IconBinoculars: __VLS_WithTemplateSlots_41<DefineComponent<
|
|
|
4179
4520
|
default?(_: {}): any;
|
|
4180
4521
|
}>;
|
|
4181
4522
|
|
|
4182
|
-
export declare const IconBirding:
|
|
4523
|
+
export declare const IconBirding: __VLS_WithTemplateSlots_46<DefineComponent<{
|
|
4183
4524
|
props: {
|
|
4184
4525
|
type: ObjectConstructor;
|
|
4185
4526
|
};
|
|
@@ -4191,7 +4532,7 @@ export declare const IconBirding: __VLS_WithTemplateSlots_42<DefineComponent<{
|
|
|
4191
4532
|
default?(_: {}): any;
|
|
4192
4533
|
}>;
|
|
4193
4534
|
|
|
4194
|
-
export declare const IconBoat:
|
|
4535
|
+
export declare const IconBoat: __VLS_WithTemplateSlots_47<DefineComponent<{
|
|
4195
4536
|
props: {
|
|
4196
4537
|
type: ObjectConstructor;
|
|
4197
4538
|
};
|
|
@@ -4203,7 +4544,7 @@ export declare const IconBoat: __VLS_WithTemplateSlots_43<DefineComponent<{
|
|
|
4203
4544
|
default?(_: {}): any;
|
|
4204
4545
|
}>;
|
|
4205
4546
|
|
|
4206
|
-
export declare const IconBoating:
|
|
4547
|
+
export declare const IconBoating: __VLS_WithTemplateSlots_48<DefineComponent<{
|
|
4207
4548
|
props: {
|
|
4208
4549
|
type: ObjectConstructor;
|
|
4209
4550
|
};
|
|
@@ -4215,7 +4556,7 @@ export declare const IconBoating: __VLS_WithTemplateSlots_44<DefineComponent<{
|
|
|
4215
4556
|
default?(_: {}): any;
|
|
4216
4557
|
}>;
|
|
4217
4558
|
|
|
4218
|
-
export declare const IconBookmarkFill:
|
|
4559
|
+
export declare const IconBookmarkFill: __VLS_WithTemplateSlots_49<DefineComponent<{
|
|
4219
4560
|
props: {
|
|
4220
4561
|
type: ObjectConstructor;
|
|
4221
4562
|
};
|
|
@@ -4227,7 +4568,7 @@ export declare const IconBookmarkFill: __VLS_WithTemplateSlots_45<DefineComponen
|
|
|
4227
4568
|
default?(_: {}): any;
|
|
4228
4569
|
}>;
|
|
4229
4570
|
|
|
4230
|
-
export declare const IconBookmarkStroke:
|
|
4571
|
+
export declare const IconBookmarkStroke: __VLS_WithTemplateSlots_50<DefineComponent<{
|
|
4231
4572
|
props: {
|
|
4232
4573
|
type: ObjectConstructor;
|
|
4233
4574
|
};
|
|
@@ -4239,7 +4580,7 @@ export declare const IconBookmarkStroke: __VLS_WithTemplateSlots_46<DefineCompon
|
|
|
4239
4580
|
default?(_: {}): any;
|
|
4240
4581
|
}>;
|
|
4241
4582
|
|
|
4242
|
-
export declare const IconBrandAbstract:
|
|
4583
|
+
export declare const IconBrandAbstract: __VLS_WithTemplateSlots_51<DefineComponent<{
|
|
4243
4584
|
props: {
|
|
4244
4585
|
type: ObjectConstructor;
|
|
4245
4586
|
};
|
|
@@ -4251,7 +4592,7 @@ export declare const IconBrandAbstract: __VLS_WithTemplateSlots_47<DefineCompone
|
|
|
4251
4592
|
default?(_: {}): any;
|
|
4252
4593
|
}>;
|
|
4253
4594
|
|
|
4254
|
-
export declare const IconBrandCodeSandbox:
|
|
4595
|
+
export declare const IconBrandCodeSandbox: __VLS_WithTemplateSlots_52<DefineComponent<{
|
|
4255
4596
|
props: {
|
|
4256
4597
|
type: ObjectConstructor;
|
|
4257
4598
|
};
|
|
@@ -4263,7 +4604,7 @@ export declare const IconBrandCodeSandbox: __VLS_WithTemplateSlots_48<DefineComp
|
|
|
4263
4604
|
default?(_: {}): any;
|
|
4264
4605
|
}>;
|
|
4265
4606
|
|
|
4266
|
-
export declare const IconBrandGithub:
|
|
4607
|
+
export declare const IconBrandGithub: __VLS_WithTemplateSlots_53<DefineComponent<{
|
|
4267
4608
|
props: {
|
|
4268
4609
|
type: ObjectConstructor;
|
|
4269
4610
|
};
|
|
@@ -4275,7 +4616,7 @@ export declare const IconBrandGithub: __VLS_WithTemplateSlots_49<DefineComponent
|
|
|
4275
4616
|
default?(_: {}): any;
|
|
4276
4617
|
}>;
|
|
4277
4618
|
|
|
4278
|
-
export declare const IconBrandLinkedin:
|
|
4619
|
+
export declare const IconBrandLinkedin: __VLS_WithTemplateSlots_54<DefineComponent<{
|
|
4279
4620
|
props: {
|
|
4280
4621
|
type: ObjectConstructor;
|
|
4281
4622
|
};
|
|
@@ -4287,7 +4628,7 @@ export declare const IconBrandLinkedin: __VLS_WithTemplateSlots_50<DefineCompone
|
|
|
4287
4628
|
default?(_: {}): any;
|
|
4288
4629
|
}>;
|
|
4289
4630
|
|
|
4290
|
-
export declare const IconBrandReiIceAxes:
|
|
4631
|
+
export declare const IconBrandReiIceAxes: __VLS_WithTemplateSlots_55<DefineComponent<{
|
|
4291
4632
|
props: {
|
|
4292
4633
|
type: ObjectConstructor;
|
|
4293
4634
|
};
|
|
@@ -4299,7 +4640,7 @@ export declare const IconBrandReiIceAxes: __VLS_WithTemplateSlots_51<DefineCompo
|
|
|
4299
4640
|
default?(_: {}): any;
|
|
4300
4641
|
}>;
|
|
4301
4642
|
|
|
4302
|
-
export declare const IconBrandSketch:
|
|
4643
|
+
export declare const IconBrandSketch: __VLS_WithTemplateSlots_56<DefineComponent<{
|
|
4303
4644
|
props: {
|
|
4304
4645
|
type: ObjectConstructor;
|
|
4305
4646
|
};
|
|
@@ -4311,7 +4652,7 @@ export declare const IconBrandSketch: __VLS_WithTemplateSlots_52<DefineComponent
|
|
|
4311
4652
|
default?(_: {}): any;
|
|
4312
4653
|
}>;
|
|
4313
4654
|
|
|
4314
|
-
export declare const IconBrandTiktok:
|
|
4655
|
+
export declare const IconBrandTiktok: __VLS_WithTemplateSlots_57<DefineComponent<{
|
|
4315
4656
|
props: {
|
|
4316
4657
|
type: ObjectConstructor;
|
|
4317
4658
|
};
|
|
@@ -4323,7 +4664,7 @@ export declare const IconBrandTiktok: __VLS_WithTemplateSlots_53<DefineComponent
|
|
|
4323
4664
|
default?(_: {}): any;
|
|
4324
4665
|
}>;
|
|
4325
4666
|
|
|
4326
|
-
export declare const IconBuddies:
|
|
4667
|
+
export declare const IconBuddies: __VLS_WithTemplateSlots_58<DefineComponent<{
|
|
4327
4668
|
props: {
|
|
4328
4669
|
type: ObjectConstructor;
|
|
4329
4670
|
};
|
|
@@ -4335,7 +4676,7 @@ export declare const IconBuddies: __VLS_WithTemplateSlots_54<DefineComponent<{
|
|
|
4335
4676
|
default?(_: {}): any;
|
|
4336
4677
|
}>;
|
|
4337
4678
|
|
|
4338
|
-
export declare const IconBus:
|
|
4679
|
+
export declare const IconBus: __VLS_WithTemplateSlots_59<DefineComponent<{
|
|
4339
4680
|
props: {
|
|
4340
4681
|
type: ObjectConstructor;
|
|
4341
4682
|
};
|
|
@@ -4347,7 +4688,7 @@ export declare const IconBus: __VLS_WithTemplateSlots_55<DefineComponent<{
|
|
|
4347
4688
|
default?(_: {}): any;
|
|
4348
4689
|
}>;
|
|
4349
4690
|
|
|
4350
|
-
export declare const IconCalendar:
|
|
4691
|
+
export declare const IconCalendar: __VLS_WithTemplateSlots_60<DefineComponent<{
|
|
4351
4692
|
props: {
|
|
4352
4693
|
type: ObjectConstructor;
|
|
4353
4694
|
};
|
|
@@ -4359,7 +4700,7 @@ export declare const IconCalendar: __VLS_WithTemplateSlots_56<DefineComponent<{
|
|
|
4359
4700
|
default?(_: {}): any;
|
|
4360
4701
|
}>;
|
|
4361
4702
|
|
|
4362
|
-
export declare const IconCamera:
|
|
4703
|
+
export declare const IconCamera: __VLS_WithTemplateSlots_61<DefineComponent<{
|
|
4363
4704
|
props: {
|
|
4364
4705
|
type: ObjectConstructor;
|
|
4365
4706
|
};
|
|
@@ -4371,7 +4712,7 @@ export declare const IconCamera: __VLS_WithTemplateSlots_57<DefineComponent<{
|
|
|
4371
4712
|
default?(_: {}): any;
|
|
4372
4713
|
}>;
|
|
4373
4714
|
|
|
4374
|
-
export declare const IconCanoe:
|
|
4715
|
+
export declare const IconCanoe: __VLS_WithTemplateSlots_62<DefineComponent<{
|
|
4375
4716
|
props: {
|
|
4376
4717
|
type: ObjectConstructor;
|
|
4377
4718
|
};
|
|
@@ -4383,7 +4724,7 @@ export declare const IconCanoe: __VLS_WithTemplateSlots_58<DefineComponent<{
|
|
|
4383
4724
|
default?(_: {}): any;
|
|
4384
4725
|
}>;
|
|
4385
4726
|
|
|
4386
|
-
export declare const IconCar:
|
|
4727
|
+
export declare const IconCar: __VLS_WithTemplateSlots_63<DefineComponent<{
|
|
4387
4728
|
props: {
|
|
4388
4729
|
type: ObjectConstructor;
|
|
4389
4730
|
};
|
|
@@ -4395,7 +4736,7 @@ export declare const IconCar: __VLS_WithTemplateSlots_59<DefineComponent<{
|
|
|
4395
4736
|
default?(_: {}): any;
|
|
4396
4737
|
}>;
|
|
4397
4738
|
|
|
4398
|
-
export declare const IconCaretDown:
|
|
4739
|
+
export declare const IconCaretDown: __VLS_WithTemplateSlots_64<DefineComponent<{
|
|
4399
4740
|
props: {
|
|
4400
4741
|
type: ObjectConstructor;
|
|
4401
4742
|
};
|
|
@@ -4407,7 +4748,7 @@ export declare const IconCaretDown: __VLS_WithTemplateSlots_60<DefineComponent<{
|
|
|
4407
4748
|
default?(_: {}): any;
|
|
4408
4749
|
}>;
|
|
4409
4750
|
|
|
4410
|
-
export declare const IconCaretLeft:
|
|
4751
|
+
export declare const IconCaretLeft: __VLS_WithTemplateSlots_65<DefineComponent<{
|
|
4411
4752
|
props: {
|
|
4412
4753
|
type: ObjectConstructor;
|
|
4413
4754
|
};
|
|
@@ -4419,7 +4760,7 @@ export declare const IconCaretLeft: __VLS_WithTemplateSlots_61<DefineComponent<{
|
|
|
4419
4760
|
default?(_: {}): any;
|
|
4420
4761
|
}>;
|
|
4421
4762
|
|
|
4422
|
-
export declare const IconCaretRight:
|
|
4763
|
+
export declare const IconCaretRight: __VLS_WithTemplateSlots_66<DefineComponent<{
|
|
4423
4764
|
props: {
|
|
4424
4765
|
type: ObjectConstructor;
|
|
4425
4766
|
};
|
|
@@ -4431,7 +4772,7 @@ export declare const IconCaretRight: __VLS_WithTemplateSlots_62<DefineComponent<
|
|
|
4431
4772
|
default?(_: {}): any;
|
|
4432
4773
|
}>;
|
|
4433
4774
|
|
|
4434
|
-
export declare const IconCaretUp:
|
|
4775
|
+
export declare const IconCaretUp: __VLS_WithTemplateSlots_67<DefineComponent<{
|
|
4435
4776
|
props: {
|
|
4436
4777
|
type: ObjectConstructor;
|
|
4437
4778
|
};
|
|
@@ -4443,7 +4784,7 @@ export declare const IconCaretUp: __VLS_WithTemplateSlots_63<DefineComponent<{
|
|
|
4443
4784
|
default?(_: {}): any;
|
|
4444
4785
|
}>;
|
|
4445
4786
|
|
|
4446
|
-
export declare const IconCart:
|
|
4787
|
+
export declare const IconCart: __VLS_WithTemplateSlots_69<DefineComponent<{
|
|
4447
4788
|
props: {
|
|
4448
4789
|
type: ObjectConstructor;
|
|
4449
4790
|
};
|
|
@@ -4455,7 +4796,7 @@ export declare const IconCart: __VLS_WithTemplateSlots_65<DefineComponent<{
|
|
|
4455
4796
|
default?(_: {}): any;
|
|
4456
4797
|
}>;
|
|
4457
4798
|
|
|
4458
|
-
export declare const IconCartFill:
|
|
4799
|
+
export declare const IconCartFill: __VLS_WithTemplateSlots_68<DefineComponent<{
|
|
4459
4800
|
props: {
|
|
4460
4801
|
type: ObjectConstructor;
|
|
4461
4802
|
};
|
|
@@ -4467,7 +4808,7 @@ export declare const IconCartFill: __VLS_WithTemplateSlots_64<DefineComponent<{
|
|
|
4467
4808
|
default?(_: {}): any;
|
|
4468
4809
|
}>;
|
|
4469
4810
|
|
|
4470
|
-
export declare const IconChainLink:
|
|
4811
|
+
export declare const IconChainLink: __VLS_WithTemplateSlots_70<DefineComponent<{
|
|
4471
4812
|
props: {
|
|
4472
4813
|
type: ObjectConstructor;
|
|
4473
4814
|
};
|
|
@@ -4479,7 +4820,7 @@ export declare const IconChainLink: __VLS_WithTemplateSlots_66<DefineComponent<{
|
|
|
4479
4820
|
default?(_: {}): any;
|
|
4480
4821
|
}>;
|
|
4481
4822
|
|
|
4482
|
-
export declare const IconChat:
|
|
4823
|
+
export declare const IconChat: __VLS_WithTemplateSlots_71<DefineComponent<{
|
|
4483
4824
|
props: {
|
|
4484
4825
|
type: ObjectConstructor;
|
|
4485
4826
|
};
|
|
@@ -4491,7 +4832,7 @@ export declare const IconChat: __VLS_WithTemplateSlots_67<DefineComponent<{
|
|
|
4491
4832
|
default?(_: {}): any;
|
|
4492
4833
|
}>;
|
|
4493
4834
|
|
|
4494
|
-
export declare const IconCheckFill:
|
|
4835
|
+
export declare const IconCheckFill: __VLS_WithTemplateSlots_72<DefineComponent<{
|
|
4495
4836
|
props: {
|
|
4496
4837
|
type: ObjectConstructor;
|
|
4497
4838
|
};
|
|
@@ -4503,7 +4844,7 @@ export declare const IconCheckFill: __VLS_WithTemplateSlots_68<DefineComponent<{
|
|
|
4503
4844
|
default?(_: {}): any;
|
|
4504
4845
|
}>;
|
|
4505
4846
|
|
|
4506
|
-
export declare const IconCheckLg:
|
|
4847
|
+
export declare const IconCheckLg: __VLS_WithTemplateSlots_73<DefineComponent<{
|
|
4507
4848
|
props: {
|
|
4508
4849
|
type: ObjectConstructor;
|
|
4509
4850
|
};
|
|
@@ -4515,7 +4856,7 @@ export declare const IconCheckLg: __VLS_WithTemplateSlots_69<DefineComponent<{
|
|
|
4515
4856
|
default?(_: {}): any;
|
|
4516
4857
|
}>;
|
|
4517
4858
|
|
|
4518
|
-
export declare const IconCheckSm:
|
|
4859
|
+
export declare const IconCheckSm: __VLS_WithTemplateSlots_74<DefineComponent<{
|
|
4519
4860
|
props: {
|
|
4520
4861
|
type: ObjectConstructor;
|
|
4521
4862
|
};
|
|
@@ -4527,7 +4868,7 @@ export declare const IconCheckSm: __VLS_WithTemplateSlots_70<DefineComponent<{
|
|
|
4527
4868
|
default?(_: {}): any;
|
|
4528
4869
|
}>;
|
|
4529
4870
|
|
|
4530
|
-
export declare const IconCheckStroke:
|
|
4871
|
+
export declare const IconCheckStroke: __VLS_WithTemplateSlots_75<DefineComponent<{
|
|
4531
4872
|
props: {
|
|
4532
4873
|
type: ObjectConstructor;
|
|
4533
4874
|
};
|
|
@@ -4539,7 +4880,7 @@ export declare const IconCheckStroke: __VLS_WithTemplateSlots_71<DefineComponent
|
|
|
4539
4880
|
default?(_: {}): any;
|
|
4540
4881
|
}>;
|
|
4541
4882
|
|
|
4542
|
-
export declare const IconClimb:
|
|
4883
|
+
export declare const IconClimb: __VLS_WithTemplateSlots_76<DefineComponent<{
|
|
4543
4884
|
props: {
|
|
4544
4885
|
type: ObjectConstructor;
|
|
4545
4886
|
};
|
|
@@ -4551,7 +4892,7 @@ export declare const IconClimb: __VLS_WithTemplateSlots_72<DefineComponent<{
|
|
|
4551
4892
|
default?(_: {}): any;
|
|
4552
4893
|
}>;
|
|
4553
4894
|
|
|
4554
|
-
export declare const IconClipboard:
|
|
4895
|
+
export declare const IconClipboard: __VLS_WithTemplateSlots_77<DefineComponent<{
|
|
4555
4896
|
props: {
|
|
4556
4897
|
type: ObjectConstructor;
|
|
4557
4898
|
};
|
|
@@ -4563,7 +4904,7 @@ export declare const IconClipboard: __VLS_WithTemplateSlots_73<DefineComponent<{
|
|
|
4563
4904
|
default?(_: {}): any;
|
|
4564
4905
|
}>;
|
|
4565
4906
|
|
|
4566
|
-
export declare const IconClock:
|
|
4907
|
+
export declare const IconClock: __VLS_WithTemplateSlots_78<DefineComponent<{
|
|
4567
4908
|
props: {
|
|
4568
4909
|
type: ObjectConstructor;
|
|
4569
4910
|
};
|
|
@@ -4575,7 +4916,7 @@ export declare const IconClock: __VLS_WithTemplateSlots_74<DefineComponent<{
|
|
|
4575
4916
|
default?(_: {}): any;
|
|
4576
4917
|
}>;
|
|
4577
4918
|
|
|
4578
|
-
export declare const IconCodeHtml:
|
|
4919
|
+
export declare const IconCodeHtml: __VLS_WithTemplateSlots_79<DefineComponent<{
|
|
4579
4920
|
props: {
|
|
4580
4921
|
type: ObjectConstructor;
|
|
4581
4922
|
};
|
|
@@ -4587,7 +4928,7 @@ export declare const IconCodeHtml: __VLS_WithTemplateSlots_75<DefineComponent<{
|
|
|
4587
4928
|
default?(_: {}): any;
|
|
4588
4929
|
}>;
|
|
4589
4930
|
|
|
4590
|
-
export declare const IconCodeJs:
|
|
4931
|
+
export declare const IconCodeJs: __VLS_WithTemplateSlots_80<DefineComponent<{
|
|
4591
4932
|
props: {
|
|
4592
4933
|
type: ObjectConstructor;
|
|
4593
4934
|
};
|
|
@@ -4599,7 +4940,7 @@ export declare const IconCodeJs: __VLS_WithTemplateSlots_76<DefineComponent<{
|
|
|
4599
4940
|
default?(_: {}): any;
|
|
4600
4941
|
}>;
|
|
4601
4942
|
|
|
4602
|
-
export declare const IconCompass:
|
|
4943
|
+
export declare const IconCompass: __VLS_WithTemplateSlots_81<DefineComponent<{
|
|
4603
4944
|
props: {
|
|
4604
4945
|
type: ObjectConstructor;
|
|
4605
4946
|
};
|
|
@@ -4611,7 +4952,7 @@ export declare const IconCompass: __VLS_WithTemplateSlots_77<DefineComponent<{
|
|
|
4611
4952
|
default?(_: {}): any;
|
|
4612
4953
|
}>;
|
|
4613
4954
|
|
|
4614
|
-
export declare const IconCopy:
|
|
4955
|
+
export declare const IconCopy: __VLS_WithTemplateSlots_82<DefineComponent<{
|
|
4615
4956
|
props: {
|
|
4616
4957
|
type: ObjectConstructor;
|
|
4617
4958
|
};
|
|
@@ -4623,7 +4964,7 @@ export declare const IconCopy: __VLS_WithTemplateSlots_78<DefineComponent<{
|
|
|
4623
4964
|
default?(_: {}): any;
|
|
4624
4965
|
}>;
|
|
4625
4966
|
|
|
4626
|
-
export declare const IconCouponFill:
|
|
4967
|
+
export declare const IconCouponFill: __VLS_WithTemplateSlots_83<DefineComponent<{
|
|
4627
4968
|
props: {
|
|
4628
4969
|
type: ObjectConstructor;
|
|
4629
4970
|
};
|
|
@@ -4635,7 +4976,7 @@ export declare const IconCouponFill: __VLS_WithTemplateSlots_79<DefineComponent<
|
|
|
4635
4976
|
default?(_: {}): any;
|
|
4636
4977
|
}>;
|
|
4637
4978
|
|
|
4638
|
-
export declare const IconCouponStroke:
|
|
4979
|
+
export declare const IconCouponStroke: __VLS_WithTemplateSlots_84<DefineComponent<{
|
|
4639
4980
|
props: {
|
|
4640
4981
|
type: ObjectConstructor;
|
|
4641
4982
|
};
|
|
@@ -4647,7 +4988,7 @@ export declare const IconCouponStroke: __VLS_WithTemplateSlots_80<DefineComponen
|
|
|
4647
4988
|
default?(_: {}): any;
|
|
4648
4989
|
}>;
|
|
4649
4990
|
|
|
4650
|
-
export declare const IconCreditCard:
|
|
4991
|
+
export declare const IconCreditCard: __VLS_WithTemplateSlots_85<DefineComponent<{
|
|
4651
4992
|
props: {
|
|
4652
4993
|
type: ObjectConstructor;
|
|
4653
4994
|
};
|
|
@@ -4659,7 +5000,7 @@ export declare const IconCreditCard: __VLS_WithTemplateSlots_81<DefineComponent<
|
|
|
4659
5000
|
default?(_: {}): any;
|
|
4660
5001
|
}>;
|
|
4661
5002
|
|
|
4662
|
-
export declare const IconCurbsidePickup:
|
|
5003
|
+
export declare const IconCurbsidePickup: __VLS_WithTemplateSlots_86<DefineComponent<{
|
|
4663
5004
|
props: {
|
|
4664
5005
|
type: ObjectConstructor;
|
|
4665
5006
|
};
|
|
@@ -4671,7 +5012,7 @@ export declare const IconCurbsidePickup: __VLS_WithTemplateSlots_82<DefineCompon
|
|
|
4671
5012
|
default?(_: {}): any;
|
|
4672
5013
|
}>;
|
|
4673
5014
|
|
|
4674
|
-
export declare const IconDay:
|
|
5015
|
+
export declare const IconDay: __VLS_WithTemplateSlots_87<DefineComponent<{
|
|
4675
5016
|
props: {
|
|
4676
5017
|
type: ObjectConstructor;
|
|
4677
5018
|
};
|
|
@@ -4683,7 +5024,7 @@ export declare const IconDay: __VLS_WithTemplateSlots_83<DefineComponent<{
|
|
|
4683
5024
|
default?(_: {}): any;
|
|
4684
5025
|
}>;
|
|
4685
5026
|
|
|
4686
|
-
export declare const IconDiving:
|
|
5027
|
+
export declare const IconDiving: __VLS_WithTemplateSlots_88<DefineComponent<{
|
|
4687
5028
|
props: {
|
|
4688
5029
|
type: ObjectConstructor;
|
|
4689
5030
|
};
|
|
@@ -4695,7 +5036,7 @@ export declare const IconDiving: __VLS_WithTemplateSlots_84<DefineComponent<{
|
|
|
4695
5036
|
default?(_: {}): any;
|
|
4696
5037
|
}>;
|
|
4697
5038
|
|
|
4698
|
-
export declare const IconDog:
|
|
5039
|
+
export declare const IconDog: __VLS_WithTemplateSlots_89<DefineComponent<{
|
|
4699
5040
|
props: {
|
|
4700
5041
|
type: ObjectConstructor;
|
|
4701
5042
|
};
|
|
@@ -4707,7 +5048,7 @@ export declare const IconDog: __VLS_WithTemplateSlots_85<DefineComponent<{
|
|
|
4707
5048
|
default?(_: {}): any;
|
|
4708
5049
|
}>;
|
|
4709
5050
|
|
|
4710
|
-
export declare const IconDownload:
|
|
5051
|
+
export declare const IconDownload: __VLS_WithTemplateSlots_90<DefineComponent<{
|
|
4711
5052
|
props: {
|
|
4712
5053
|
type: ObjectConstructor;
|
|
4713
5054
|
};
|
|
@@ -4719,7 +5060,7 @@ export declare const IconDownload: __VLS_WithTemplateSlots_86<DefineComponent<{
|
|
|
4719
5060
|
default?(_: {}): any;
|
|
4720
5061
|
}>;
|
|
4721
5062
|
|
|
4722
|
-
export declare const IconDuplicate:
|
|
5063
|
+
export declare const IconDuplicate: __VLS_WithTemplateSlots_91<DefineComponent<{
|
|
4723
5064
|
props: {
|
|
4724
5065
|
type: ObjectConstructor;
|
|
4725
5066
|
};
|
|
@@ -4731,7 +5072,7 @@ export declare const IconDuplicate: __VLS_WithTemplateSlots_87<DefineComponent<{
|
|
|
4731
5072
|
default?(_: {}): any;
|
|
4732
5073
|
}>;
|
|
4733
5074
|
|
|
4734
|
-
export declare const IconEdit:
|
|
5075
|
+
export declare const IconEdit: __VLS_WithTemplateSlots_92<DefineComponent<{
|
|
4735
5076
|
props: {
|
|
4736
5077
|
type: ObjectConstructor;
|
|
4737
5078
|
};
|
|
@@ -4743,7 +5084,7 @@ export declare const IconEdit: __VLS_WithTemplateSlots_88<DefineComponent<{
|
|
|
4743
5084
|
default?(_: {}): any;
|
|
4744
5085
|
}>;
|
|
4745
5086
|
|
|
4746
|
-
export declare const IconElevation:
|
|
5087
|
+
export declare const IconElevation: __VLS_WithTemplateSlots_93<DefineComponent<{
|
|
4747
5088
|
props: {
|
|
4748
5089
|
type: ObjectConstructor;
|
|
4749
5090
|
};
|
|
@@ -4755,7 +5096,7 @@ export declare const IconElevation: __VLS_WithTemplateSlots_89<DefineComponent<{
|
|
|
4755
5096
|
default?(_: {}): any;
|
|
4756
5097
|
}>;
|
|
4757
5098
|
|
|
4758
|
-
export declare const IconErrorFill:
|
|
5099
|
+
export declare const IconErrorFill: __VLS_WithTemplateSlots_94<DefineComponent<{
|
|
4759
5100
|
props: {
|
|
4760
5101
|
type: ObjectConstructor;
|
|
4761
5102
|
};
|
|
@@ -4767,7 +5108,7 @@ export declare const IconErrorFill: __VLS_WithTemplateSlots_90<DefineComponent<{
|
|
|
4767
5108
|
default?(_: {}): any;
|
|
4768
5109
|
}>;
|
|
4769
5110
|
|
|
4770
|
-
export declare const IconErrorStroke:
|
|
5111
|
+
export declare const IconErrorStroke: __VLS_WithTemplateSlots_95<DefineComponent<{
|
|
4771
5112
|
props: {
|
|
4772
5113
|
type: ObjectConstructor;
|
|
4773
5114
|
};
|
|
@@ -4779,7 +5120,7 @@ export declare const IconErrorStroke: __VLS_WithTemplateSlots_91<DefineComponent
|
|
|
4779
5120
|
default?(_: {}): any;
|
|
4780
5121
|
}>;
|
|
4781
5122
|
|
|
4782
|
-
export declare const IconExpand:
|
|
5123
|
+
export declare const IconExpand: __VLS_WithTemplateSlots_96<DefineComponent<{
|
|
4783
5124
|
props: {
|
|
4784
5125
|
type: ObjectConstructor;
|
|
4785
5126
|
};
|
|
@@ -4791,7 +5132,7 @@ export declare const IconExpand: __VLS_WithTemplateSlots_92<DefineComponent<{
|
|
|
4791
5132
|
default?(_: {}): any;
|
|
4792
5133
|
}>;
|
|
4793
5134
|
|
|
4794
|
-
export declare const IconExperiencesBackpacking:
|
|
5135
|
+
export declare const IconExperiencesBackpacking: __VLS_WithTemplateSlots_97<DefineComponent<{
|
|
4795
5136
|
props: {
|
|
4796
5137
|
type: ObjectConstructor;
|
|
4797
5138
|
};
|
|
@@ -4803,7 +5144,7 @@ export declare const IconExperiencesBackpacking: __VLS_WithTemplateSlots_93<Defi
|
|
|
4803
5144
|
default?(_: {}): any;
|
|
4804
5145
|
}>;
|
|
4805
5146
|
|
|
4806
|
-
export declare const IconExperiencesCamping:
|
|
5147
|
+
export declare const IconExperiencesCamping: __VLS_WithTemplateSlots_98<DefineComponent<{
|
|
4807
5148
|
props: {
|
|
4808
5149
|
type: ObjectConstructor;
|
|
4809
5150
|
};
|
|
@@ -4815,7 +5156,7 @@ export declare const IconExperiencesCamping: __VLS_WithTemplateSlots_94<DefineCo
|
|
|
4815
5156
|
default?(_: {}): any;
|
|
4816
5157
|
}>;
|
|
4817
5158
|
|
|
4818
|
-
export declare const IconExperiencesClimbing:
|
|
5159
|
+
export declare const IconExperiencesClimbing: __VLS_WithTemplateSlots_99<DefineComponent<{
|
|
4819
5160
|
props: {
|
|
4820
5161
|
type: ObjectConstructor;
|
|
4821
5162
|
};
|
|
@@ -4827,7 +5168,7 @@ export declare const IconExperiencesClimbing: __VLS_WithTemplateSlots_95<DefineC
|
|
|
4827
5168
|
default?(_: {}): any;
|
|
4828
5169
|
}>;
|
|
4829
5170
|
|
|
4830
|
-
export declare const IconExperiencesClothing:
|
|
5171
|
+
export declare const IconExperiencesClothing: __VLS_WithTemplateSlots_100<DefineComponent<{
|
|
4831
5172
|
props: {
|
|
4832
5173
|
type: ObjectConstructor;
|
|
4833
5174
|
};
|
|
@@ -4839,7 +5180,7 @@ export declare const IconExperiencesClothing: __VLS_WithTemplateSlots_96<DefineC
|
|
|
4839
5180
|
default?(_: {}): any;
|
|
4840
5181
|
}>;
|
|
4841
5182
|
|
|
4842
|
-
export declare const IconExperiencesCycling:
|
|
5183
|
+
export declare const IconExperiencesCycling: __VLS_WithTemplateSlots_101<DefineComponent<{
|
|
4843
5184
|
props: {
|
|
4844
5185
|
type: ObjectConstructor;
|
|
4845
5186
|
};
|
|
@@ -4851,7 +5192,7 @@ export declare const IconExperiencesCycling: __VLS_WithTemplateSlots_97<DefineCo
|
|
|
4851
5192
|
default?(_: {}): any;
|
|
4852
5193
|
}>;
|
|
4853
5194
|
|
|
4854
|
-
export declare const IconExperiencesFamily:
|
|
5195
|
+
export declare const IconExperiencesFamily: __VLS_WithTemplateSlots_102<DefineComponent<{
|
|
4855
5196
|
props: {
|
|
4856
5197
|
type: ObjectConstructor;
|
|
4857
5198
|
};
|
|
@@ -4863,7 +5204,7 @@ export declare const IconExperiencesFamily: __VLS_WithTemplateSlots_98<DefineCom
|
|
|
4863
5204
|
default?(_: {}): any;
|
|
4864
5205
|
}>;
|
|
4865
5206
|
|
|
4866
|
-
export declare const IconExperiencesFitness:
|
|
5207
|
+
export declare const IconExperiencesFitness: __VLS_WithTemplateSlots_103<DefineComponent<{
|
|
4867
5208
|
props: {
|
|
4868
5209
|
type: ObjectConstructor;
|
|
4869
5210
|
};
|
|
@@ -4875,7 +5216,7 @@ export declare const IconExperiencesFitness: __VLS_WithTemplateSlots_99<DefineCo
|
|
|
4875
5216
|
default?(_: {}): any;
|
|
4876
5217
|
}>;
|
|
4877
5218
|
|
|
4878
|
-
export declare const IconExperiencesHiking:
|
|
5219
|
+
export declare const IconExperiencesHiking: __VLS_WithTemplateSlots_104<DefineComponent<{
|
|
4879
5220
|
props: {
|
|
4880
5221
|
type: ObjectConstructor;
|
|
4881
5222
|
};
|
|
@@ -4887,7 +5228,7 @@ export declare const IconExperiencesHiking: __VLS_WithTemplateSlots_100<DefineCo
|
|
|
4887
5228
|
default?(_: {}): any;
|
|
4888
5229
|
}>;
|
|
4889
5230
|
|
|
4890
|
-
export declare const IconExperiencesOutdoorBasics:
|
|
5231
|
+
export declare const IconExperiencesOutdoorBasics: __VLS_WithTemplateSlots_105<DefineComponent<{
|
|
4891
5232
|
props: {
|
|
4892
5233
|
type: ObjectConstructor;
|
|
4893
5234
|
};
|
|
@@ -4899,7 +5240,7 @@ export declare const IconExperiencesOutdoorBasics: __VLS_WithTemplateSlots_101<D
|
|
|
4899
5240
|
default?(_: {}): any;
|
|
4900
5241
|
}>;
|
|
4901
5242
|
|
|
4902
|
-
export declare const IconExperiencesPaddling:
|
|
5243
|
+
export declare const IconExperiencesPaddling: __VLS_WithTemplateSlots_106<DefineComponent<{
|
|
4903
5244
|
props: {
|
|
4904
5245
|
type: ObjectConstructor;
|
|
4905
5246
|
};
|
|
@@ -4911,7 +5252,7 @@ export declare const IconExperiencesPaddling: __VLS_WithTemplateSlots_102<Define
|
|
|
4911
5252
|
default?(_: {}): any;
|
|
4912
5253
|
}>;
|
|
4913
5254
|
|
|
4914
|
-
export declare const IconExperiencesRentals:
|
|
5255
|
+
export declare const IconExperiencesRentals: __VLS_WithTemplateSlots_107<DefineComponent<{
|
|
4915
5256
|
props: {
|
|
4916
5257
|
type: ObjectConstructor;
|
|
4917
5258
|
};
|
|
@@ -4923,7 +5264,7 @@ export declare const IconExperiencesRentals: __VLS_WithTemplateSlots_103<DefineC
|
|
|
4923
5264
|
default?(_: {}): any;
|
|
4924
5265
|
}>;
|
|
4925
5266
|
|
|
4926
|
-
export declare const IconExperiencesRunning:
|
|
5267
|
+
export declare const IconExperiencesRunning: __VLS_WithTemplateSlots_108<DefineComponent<{
|
|
4927
5268
|
props: {
|
|
4928
5269
|
type: ObjectConstructor;
|
|
4929
5270
|
};
|
|
@@ -4935,7 +5276,7 @@ export declare const IconExperiencesRunning: __VLS_WithTemplateSlots_104<DefineC
|
|
|
4935
5276
|
default?(_: {}): any;
|
|
4936
5277
|
}>;
|
|
4937
5278
|
|
|
4938
|
-
export declare const IconExperiencesSnowsports:
|
|
5279
|
+
export declare const IconExperiencesSnowsports: __VLS_WithTemplateSlots_109<DefineComponent<{
|
|
4939
5280
|
props: {
|
|
4940
5281
|
type: ObjectConstructor;
|
|
4941
5282
|
};
|
|
@@ -4947,7 +5288,7 @@ export declare const IconExperiencesSnowsports: __VLS_WithTemplateSlots_105<Defi
|
|
|
4947
5288
|
default?(_: {}): any;
|
|
4948
5289
|
}>;
|
|
4949
5290
|
|
|
4950
|
-
export declare const IconExperiencesTravel:
|
|
5291
|
+
export declare const IconExperiencesTravel: __VLS_WithTemplateSlots_110<DefineComponent<{
|
|
4951
5292
|
props: {
|
|
4952
5293
|
type: ObjectConstructor;
|
|
4953
5294
|
};
|
|
@@ -4959,7 +5300,7 @@ export declare const IconExperiencesTravel: __VLS_WithTemplateSlots_106<DefineCo
|
|
|
4959
5300
|
default?(_: {}): any;
|
|
4960
5301
|
}>;
|
|
4961
5302
|
|
|
4962
|
-
export declare const IconExternalLink:
|
|
5303
|
+
export declare const IconExternalLink: __VLS_WithTemplateSlots_112<DefineComponent<{
|
|
4963
5304
|
props: {
|
|
4964
5305
|
type: ObjectConstructor;
|
|
4965
5306
|
};
|
|
@@ -4971,7 +5312,7 @@ export declare const IconExternalLink: __VLS_WithTemplateSlots_108<DefineCompone
|
|
|
4971
5312
|
default?(_: {}): any;
|
|
4972
5313
|
}>;
|
|
4973
5314
|
|
|
4974
|
-
export declare const IconExternalLinkAlt:
|
|
5315
|
+
export declare const IconExternalLinkAlt: __VLS_WithTemplateSlots_111<DefineComponent<{
|
|
4975
5316
|
props: {
|
|
4976
5317
|
type: ObjectConstructor;
|
|
4977
5318
|
};
|
|
@@ -4983,7 +5324,7 @@ export declare const IconExternalLinkAlt: __VLS_WithTemplateSlots_107<DefineComp
|
|
|
4983
5324
|
default?(_: {}): any;
|
|
4984
5325
|
}>;
|
|
4985
5326
|
|
|
4986
|
-
export declare const IconEyeHide:
|
|
5327
|
+
export declare const IconEyeHide: __VLS_WithTemplateSlots_113<DefineComponent<{
|
|
4987
5328
|
props: {
|
|
4988
5329
|
type: ObjectConstructor;
|
|
4989
5330
|
};
|
|
@@ -4995,7 +5336,7 @@ export declare const IconEyeHide: __VLS_WithTemplateSlots_109<DefineComponent<{
|
|
|
4995
5336
|
default?(_: {}): any;
|
|
4996
5337
|
}>;
|
|
4997
5338
|
|
|
4998
|
-
export declare const IconEyeShow:
|
|
5339
|
+
export declare const IconEyeShow: __VLS_WithTemplateSlots_114<DefineComponent<{
|
|
4999
5340
|
props: {
|
|
5000
5341
|
type: ObjectConstructor;
|
|
5001
5342
|
};
|
|
@@ -5007,7 +5348,7 @@ export declare const IconEyeShow: __VLS_WithTemplateSlots_110<DefineComponent<{
|
|
|
5007
5348
|
default?(_: {}): any;
|
|
5008
5349
|
}>;
|
|
5009
5350
|
|
|
5010
|
-
export declare const IconFacebook:
|
|
5351
|
+
export declare const IconFacebook: __VLS_WithTemplateSlots_115<DefineComponent<{
|
|
5011
5352
|
props: {
|
|
5012
5353
|
type: ObjectConstructor;
|
|
5013
5354
|
};
|
|
@@ -5019,7 +5360,7 @@ export declare const IconFacebook: __VLS_WithTemplateSlots_111<DefineComponent<{
|
|
|
5019
5360
|
default?(_: {}): any;
|
|
5020
5361
|
}>;
|
|
5021
5362
|
|
|
5022
|
-
export declare const IconFilter:
|
|
5363
|
+
export declare const IconFilter: __VLS_WithTemplateSlots_117<DefineComponent<{
|
|
5023
5364
|
props: {
|
|
5024
5365
|
type: ObjectConstructor;
|
|
5025
5366
|
};
|
|
@@ -5031,7 +5372,7 @@ export declare const IconFilter: __VLS_WithTemplateSlots_113<DefineComponent<{
|
|
|
5031
5372
|
default?(_: {}): any;
|
|
5032
5373
|
}>;
|
|
5033
5374
|
|
|
5034
|
-
export declare const IconFilterAlt:
|
|
5375
|
+
export declare const IconFilterAlt: __VLS_WithTemplateSlots_116<DefineComponent<{
|
|
5035
5376
|
props: {
|
|
5036
5377
|
type: ObjectConstructor;
|
|
5037
5378
|
};
|
|
@@ -5043,7 +5384,7 @@ export declare const IconFilterAlt: __VLS_WithTemplateSlots_112<DefineComponent<
|
|
|
5043
5384
|
default?(_: {}): any;
|
|
5044
5385
|
}>;
|
|
5045
5386
|
|
|
5046
|
-
export declare const IconFindLocation:
|
|
5387
|
+
export declare const IconFindLocation: __VLS_WithTemplateSlots_118<DefineComponent<{
|
|
5047
5388
|
props: {
|
|
5048
5389
|
type: ObjectConstructor;
|
|
5049
5390
|
};
|
|
@@ -5055,7 +5396,7 @@ export declare const IconFindLocation: __VLS_WithTemplateSlots_114<DefineCompone
|
|
|
5055
5396
|
default?(_: {}): any;
|
|
5056
5397
|
}>;
|
|
5057
5398
|
|
|
5058
|
-
export declare const IconFire:
|
|
5399
|
+
export declare const IconFire: __VLS_WithTemplateSlots_119<DefineComponent<{
|
|
5059
5400
|
props: {
|
|
5060
5401
|
type: ObjectConstructor;
|
|
5061
5402
|
};
|
|
@@ -5067,7 +5408,7 @@ export declare const IconFire: __VLS_WithTemplateSlots_115<DefineComponent<{
|
|
|
5067
5408
|
default?(_: {}): any;
|
|
5068
5409
|
}>;
|
|
5069
5410
|
|
|
5070
|
-
export declare const IconFishing:
|
|
5411
|
+
export declare const IconFishing: __VLS_WithTemplateSlots_120<DefineComponent<{
|
|
5071
5412
|
props: {
|
|
5072
5413
|
type: ObjectConstructor;
|
|
5073
5414
|
};
|
|
@@ -5079,7 +5420,7 @@ export declare const IconFishing: __VLS_WithTemplateSlots_116<DefineComponent<{
|
|
|
5079
5420
|
default?(_: {}): any;
|
|
5080
5421
|
}>;
|
|
5081
5422
|
|
|
5082
|
-
export declare const IconFreeProduct:
|
|
5423
|
+
export declare const IconFreeProduct: __VLS_WithTemplateSlots_121<DefineComponent<{
|
|
5083
5424
|
props: {
|
|
5084
5425
|
type: ObjectConstructor;
|
|
5085
5426
|
};
|
|
@@ -5091,7 +5432,7 @@ export declare const IconFreeProduct: __VLS_WithTemplateSlots_117<DefineComponen
|
|
|
5091
5432
|
default?(_: {}): any;
|
|
5092
5433
|
}>;
|
|
5093
5434
|
|
|
5094
|
-
export declare const IconGridView:
|
|
5435
|
+
export declare const IconGridView: __VLS_WithTemplateSlots_122<DefineComponent<{
|
|
5095
5436
|
props: {
|
|
5096
5437
|
type: ObjectConstructor;
|
|
5097
5438
|
};
|
|
@@ -5103,7 +5444,7 @@ export declare const IconGridView: __VLS_WithTemplateSlots_118<DefineComponent<{
|
|
|
5103
5444
|
default?(_: {}): any;
|
|
5104
5445
|
}>;
|
|
5105
5446
|
|
|
5106
|
-
export declare const IconHeartFill:
|
|
5447
|
+
export declare const IconHeartFill: __VLS_WithTemplateSlots_123<DefineComponent<{
|
|
5107
5448
|
props: {
|
|
5108
5449
|
type: ObjectConstructor;
|
|
5109
5450
|
};
|
|
@@ -5115,7 +5456,7 @@ export declare const IconHeartFill: __VLS_WithTemplateSlots_119<DefineComponent<
|
|
|
5115
5456
|
default?(_: {}): any;
|
|
5116
5457
|
}>;
|
|
5117
5458
|
|
|
5118
|
-
export declare const IconHeartStroke:
|
|
5459
|
+
export declare const IconHeartStroke: __VLS_WithTemplateSlots_124<DefineComponent<{
|
|
5119
5460
|
props: {
|
|
5120
5461
|
type: ObjectConstructor;
|
|
5121
5462
|
};
|
|
@@ -5127,7 +5468,7 @@ export declare const IconHeartStroke: __VLS_WithTemplateSlots_120<DefineComponen
|
|
|
5127
5468
|
default?(_: {}): any;
|
|
5128
5469
|
}>;
|
|
5129
5470
|
|
|
5130
|
-
export declare const IconHike:
|
|
5471
|
+
export declare const IconHike: __VLS_WithTemplateSlots_125<DefineComponent<{
|
|
5131
5472
|
props: {
|
|
5132
5473
|
type: ObjectConstructor;
|
|
5133
5474
|
};
|
|
@@ -5139,7 +5480,7 @@ export declare const IconHike: __VLS_WithTemplateSlots_121<DefineComponent<{
|
|
|
5139
5480
|
default?(_: {}): any;
|
|
5140
5481
|
}>;
|
|
5141
5482
|
|
|
5142
|
-
export declare const IconHistory:
|
|
5483
|
+
export declare const IconHistory: __VLS_WithTemplateSlots_126<DefineComponent<{
|
|
5143
5484
|
props: {
|
|
5144
5485
|
type: ObjectConstructor;
|
|
5145
5486
|
};
|
|
@@ -5151,7 +5492,7 @@ export declare const IconHistory: __VLS_WithTemplateSlots_122<DefineComponent<{
|
|
|
5151
5492
|
default?(_: {}): any;
|
|
5152
5493
|
}>;
|
|
5153
5494
|
|
|
5154
|
-
export declare const IconHome:
|
|
5495
|
+
export declare const IconHome: __VLS_WithTemplateSlots_127<DefineComponent<{
|
|
5155
5496
|
props: {
|
|
5156
5497
|
type: ObjectConstructor;
|
|
5157
5498
|
};
|
|
@@ -5163,7 +5504,7 @@ export declare const IconHome: __VLS_WithTemplateSlots_123<DefineComponent<{
|
|
|
5163
5504
|
default?(_: {}): any;
|
|
5164
5505
|
}>;
|
|
5165
5506
|
|
|
5166
|
-
export declare const IconHorse:
|
|
5507
|
+
export declare const IconHorse: __VLS_WithTemplateSlots_128<DefineComponent<{
|
|
5167
5508
|
props: {
|
|
5168
5509
|
type: ObjectConstructor;
|
|
5169
5510
|
};
|
|
@@ -5175,7 +5516,7 @@ export declare const IconHorse: __VLS_WithTemplateSlots_124<DefineComponent<{
|
|
|
5175
5516
|
default?(_: {}): any;
|
|
5176
5517
|
}>;
|
|
5177
5518
|
|
|
5178
|
-
export declare const IconHorseshoe:
|
|
5519
|
+
export declare const IconHorseshoe: __VLS_WithTemplateSlots_129<DefineComponent<{
|
|
5179
5520
|
props: {
|
|
5180
5521
|
type: ObjectConstructor;
|
|
5181
5522
|
};
|
|
@@ -5187,7 +5528,7 @@ export declare const IconHorseshoe: __VLS_WithTemplateSlots_125<DefineComponent<
|
|
|
5187
5528
|
default?(_: {}): any;
|
|
5188
5529
|
}>;
|
|
5189
5530
|
|
|
5190
|
-
export declare const IconImage:
|
|
5531
|
+
export declare const IconImage: __VLS_WithTemplateSlots_130<DefineComponent<{
|
|
5191
5532
|
props: {
|
|
5192
5533
|
type: ObjectConstructor;
|
|
5193
5534
|
};
|
|
@@ -5199,7 +5540,7 @@ export declare const IconImage: __VLS_WithTemplateSlots_126<DefineComponent<{
|
|
|
5199
5540
|
default?(_: {}): any;
|
|
5200
5541
|
}>;
|
|
5201
5542
|
|
|
5202
|
-
export declare const IconInformationFill:
|
|
5543
|
+
export declare const IconInformationFill: __VLS_WithTemplateSlots_131<DefineComponent<{
|
|
5203
5544
|
props: {
|
|
5204
5545
|
type: ObjectConstructor;
|
|
5205
5546
|
};
|
|
@@ -5211,7 +5552,7 @@ export declare const IconInformationFill: __VLS_WithTemplateSlots_127<DefineComp
|
|
|
5211
5552
|
default?(_: {}): any;
|
|
5212
5553
|
}>;
|
|
5213
5554
|
|
|
5214
|
-
export declare const IconInformationStroke:
|
|
5555
|
+
export declare const IconInformationStroke: __VLS_WithTemplateSlots_132<DefineComponent<{
|
|
5215
5556
|
props: {
|
|
5216
5557
|
type: ObjectConstructor;
|
|
5217
5558
|
};
|
|
@@ -5223,7 +5564,7 @@ export declare const IconInformationStroke: __VLS_WithTemplateSlots_128<DefineCo
|
|
|
5223
5564
|
default?(_: {}): any;
|
|
5224
5565
|
}>;
|
|
5225
5566
|
|
|
5226
|
-
export declare const IconInstagram:
|
|
5567
|
+
export declare const IconInstagram: __VLS_WithTemplateSlots_133<DefineComponent<{
|
|
5227
5568
|
props: {
|
|
5228
5569
|
type: ObjectConstructor;
|
|
5229
5570
|
};
|
|
@@ -5235,7 +5576,7 @@ export declare const IconInstagram: __VLS_WithTemplateSlots_129<DefineComponent<
|
|
|
5235
5576
|
default?(_: {}): any;
|
|
5236
5577
|
}>;
|
|
5237
5578
|
|
|
5238
|
-
export declare const IconKayak:
|
|
5579
|
+
export declare const IconKayak: __VLS_WithTemplateSlots_134<DefineComponent<{
|
|
5239
5580
|
props: {
|
|
5240
5581
|
type: ObjectConstructor;
|
|
5241
5582
|
};
|
|
@@ -5247,7 +5588,7 @@ export declare const IconKayak: __VLS_WithTemplateSlots_130<DefineComponent<{
|
|
|
5247
5588
|
default?(_: {}): any;
|
|
5248
5589
|
}>;
|
|
5249
5590
|
|
|
5250
|
-
export declare const IconLinkAlt:
|
|
5591
|
+
export declare const IconLinkAlt: __VLS_WithTemplateSlots_135<DefineComponent<{
|
|
5251
5592
|
props: {
|
|
5252
5593
|
type: ObjectConstructor;
|
|
5253
5594
|
};
|
|
@@ -5259,7 +5600,7 @@ export declare const IconLinkAlt: __VLS_WithTemplateSlots_131<DefineComponent<{
|
|
|
5259
5600
|
default?(_: {}): any;
|
|
5260
5601
|
}>;
|
|
5261
5602
|
|
|
5262
|
-
export declare const IconListRagged:
|
|
5603
|
+
export declare const IconListRagged: __VLS_WithTemplateSlots_136<DefineComponent<{
|
|
5263
5604
|
props: {
|
|
5264
5605
|
type: ObjectConstructor;
|
|
5265
5606
|
};
|
|
@@ -5271,7 +5612,7 @@ export declare const IconListRagged: __VLS_WithTemplateSlots_132<DefineComponent
|
|
|
5271
5612
|
default?(_: {}): any;
|
|
5272
5613
|
}>;
|
|
5273
5614
|
|
|
5274
|
-
export declare const IconListView:
|
|
5615
|
+
export declare const IconListView: __VLS_WithTemplateSlots_137<DefineComponent<{
|
|
5275
5616
|
props: {
|
|
5276
5617
|
type: ObjectConstructor;
|
|
5277
5618
|
};
|
|
@@ -5283,7 +5624,7 @@ export declare const IconListView: __VLS_WithTemplateSlots_133<DefineComponent<{
|
|
|
5283
5624
|
default?(_: {}): any;
|
|
5284
5625
|
}>;
|
|
5285
5626
|
|
|
5286
|
-
export declare const IconLocationPinFill:
|
|
5627
|
+
export declare const IconLocationPinFill: __VLS_WithTemplateSlots_138<DefineComponent<{
|
|
5287
5628
|
props: {
|
|
5288
5629
|
type: ObjectConstructor;
|
|
5289
5630
|
};
|
|
@@ -5295,7 +5636,7 @@ export declare const IconLocationPinFill: __VLS_WithTemplateSlots_134<DefineComp
|
|
|
5295
5636
|
default?(_: {}): any;
|
|
5296
5637
|
}>;
|
|
5297
5638
|
|
|
5298
|
-
export declare const IconLocationPinStroke:
|
|
5639
|
+
export declare const IconLocationPinStroke: __VLS_WithTemplateSlots_139<DefineComponent<{
|
|
5299
5640
|
props: {
|
|
5300
5641
|
type: ObjectConstructor;
|
|
5301
5642
|
};
|
|
@@ -5307,7 +5648,7 @@ export declare const IconLocationPinStroke: __VLS_WithTemplateSlots_135<DefineCo
|
|
|
5307
5648
|
default?(_: {}): any;
|
|
5308
5649
|
}>;
|
|
5309
5650
|
|
|
5310
|
-
export declare const IconLockLockedFill:
|
|
5651
|
+
export declare const IconLockLockedFill: __VLS_WithTemplateSlots_140<DefineComponent<{
|
|
5311
5652
|
props: {
|
|
5312
5653
|
type: ObjectConstructor;
|
|
5313
5654
|
};
|
|
@@ -5319,7 +5660,7 @@ export declare const IconLockLockedFill: __VLS_WithTemplateSlots_136<DefineCompo
|
|
|
5319
5660
|
default?(_: {}): any;
|
|
5320
5661
|
}>;
|
|
5321
5662
|
|
|
5322
|
-
export declare const IconLockLockedStroke:
|
|
5663
|
+
export declare const IconLockLockedStroke: __VLS_WithTemplateSlots_141<DefineComponent<{
|
|
5323
5664
|
props: {
|
|
5324
5665
|
type: ObjectConstructor;
|
|
5325
5666
|
};
|
|
@@ -5331,7 +5672,7 @@ export declare const IconLockLockedStroke: __VLS_WithTemplateSlots_137<DefineCom
|
|
|
5331
5672
|
default?(_: {}): any;
|
|
5332
5673
|
}>;
|
|
5333
5674
|
|
|
5334
|
-
export declare const IconLockUnlockedStroke:
|
|
5675
|
+
export declare const IconLockUnlockedStroke: __VLS_WithTemplateSlots_142<DefineComponent<{
|
|
5335
5676
|
props: {
|
|
5336
5677
|
type: ObjectConstructor;
|
|
5337
5678
|
};
|
|
@@ -5343,7 +5684,7 @@ export declare const IconLockUnlockedStroke: __VLS_WithTemplateSlots_138<DefineC
|
|
|
5343
5684
|
default?(_: {}): any;
|
|
5344
5685
|
}>;
|
|
5345
5686
|
|
|
5346
|
-
export declare const IconMail:
|
|
5687
|
+
export declare const IconMail: __VLS_WithTemplateSlots_143<DefineComponent<{
|
|
5347
5688
|
props: {
|
|
5348
5689
|
type: ObjectConstructor;
|
|
5349
5690
|
};
|
|
@@ -5355,7 +5696,7 @@ export declare const IconMail: __VLS_WithTemplateSlots_139<DefineComponent<{
|
|
|
5355
5696
|
default?(_: {}): any;
|
|
5356
5697
|
}>;
|
|
5357
5698
|
|
|
5358
|
-
export declare const IconMap:
|
|
5699
|
+
export declare const IconMap: __VLS_WithTemplateSlots_144<DefineComponent<{
|
|
5359
5700
|
props: {
|
|
5360
5701
|
type: ObjectConstructor;
|
|
5361
5702
|
};
|
|
@@ -5367,7 +5708,7 @@ export declare const IconMap: __VLS_WithTemplateSlots_140<DefineComponent<{
|
|
|
5367
5708
|
default?(_: {}): any;
|
|
5368
5709
|
}>;
|
|
5369
5710
|
|
|
5370
|
-
export declare const IconMemberCard:
|
|
5711
|
+
export declare const IconMemberCard: __VLS_WithTemplateSlots_145<DefineComponent<{
|
|
5371
5712
|
props: {
|
|
5372
5713
|
type: ObjectConstructor;
|
|
5373
5714
|
};
|
|
@@ -5379,7 +5720,7 @@ export declare const IconMemberCard: __VLS_WithTemplateSlots_141<DefineComponent
|
|
|
5379
5720
|
default?(_: {}): any;
|
|
5380
5721
|
}>;
|
|
5381
5722
|
|
|
5382
|
-
export declare const IconMembership:
|
|
5723
|
+
export declare const IconMembership: __VLS_WithTemplateSlots_146<DefineComponent<{
|
|
5383
5724
|
props: {
|
|
5384
5725
|
type: ObjectConstructor;
|
|
5385
5726
|
};
|
|
@@ -5391,7 +5732,7 @@ export declare const IconMembership: __VLS_WithTemplateSlots_142<DefineComponent
|
|
|
5391
5732
|
default?(_: {}): any;
|
|
5392
5733
|
}>;
|
|
5393
5734
|
|
|
5394
|
-
export declare const IconMicrophone:
|
|
5735
|
+
export declare const IconMicrophone: __VLS_WithTemplateSlots_147<DefineComponent<{
|
|
5395
5736
|
props: {
|
|
5396
5737
|
type: ObjectConstructor;
|
|
5397
5738
|
};
|
|
@@ -5403,7 +5744,7 @@ export declare const IconMicrophone: __VLS_WithTemplateSlots_143<DefineComponent
|
|
|
5403
5744
|
default?(_: {}): any;
|
|
5404
5745
|
}>;
|
|
5405
5746
|
|
|
5406
|
-
export declare const IconMinusFill:
|
|
5747
|
+
export declare const IconMinusFill: __VLS_WithTemplateSlots_148<DefineComponent<{
|
|
5407
5748
|
props: {
|
|
5408
5749
|
type: ObjectConstructor;
|
|
5409
5750
|
};
|
|
@@ -5415,7 +5756,7 @@ export declare const IconMinusFill: __VLS_WithTemplateSlots_144<DefineComponent<
|
|
|
5415
5756
|
default?(_: {}): any;
|
|
5416
5757
|
}>;
|
|
5417
5758
|
|
|
5418
|
-
export declare const IconMinusLg:
|
|
5759
|
+
export declare const IconMinusLg: __VLS_WithTemplateSlots_149<DefineComponent<{
|
|
5419
5760
|
props: {
|
|
5420
5761
|
type: ObjectConstructor;
|
|
5421
5762
|
};
|
|
@@ -5427,7 +5768,7 @@ export declare const IconMinusLg: __VLS_WithTemplateSlots_145<DefineComponent<{
|
|
|
5427
5768
|
default?(_: {}): any;
|
|
5428
5769
|
}>;
|
|
5429
5770
|
|
|
5430
|
-
export declare const IconMinusSm:
|
|
5771
|
+
export declare const IconMinusSm: __VLS_WithTemplateSlots_150<DefineComponent<{
|
|
5431
5772
|
props: {
|
|
5432
5773
|
type: ObjectConstructor;
|
|
5433
5774
|
};
|
|
@@ -5439,7 +5780,7 @@ export declare const IconMinusSm: __VLS_WithTemplateSlots_146<DefineComponent<{
|
|
|
5439
5780
|
default?(_: {}): any;
|
|
5440
5781
|
}>;
|
|
5441
5782
|
|
|
5442
|
-
export declare const IconMinusStroke:
|
|
5783
|
+
export declare const IconMinusStroke: __VLS_WithTemplateSlots_151<DefineComponent<{
|
|
5443
5784
|
props: {
|
|
5444
5785
|
type: ObjectConstructor;
|
|
5445
5786
|
};
|
|
@@ -5451,7 +5792,7 @@ export declare const IconMinusStroke: __VLS_WithTemplateSlots_147<DefineComponen
|
|
|
5451
5792
|
default?(_: {}): any;
|
|
5452
5793
|
}>;
|
|
5453
5794
|
|
|
5454
|
-
export declare const IconMoreFunctions:
|
|
5795
|
+
export declare const IconMoreFunctions: __VLS_WithTemplateSlots_152<DefineComponent<{
|
|
5455
5796
|
props: {
|
|
5456
5797
|
type: ObjectConstructor;
|
|
5457
5798
|
};
|
|
@@ -5463,7 +5804,7 @@ export declare const IconMoreFunctions: __VLS_WithTemplateSlots_148<DefineCompon
|
|
|
5463
5804
|
default?(_: {}): any;
|
|
5464
5805
|
}>;
|
|
5465
5806
|
|
|
5466
|
-
export declare const IconMyLocation:
|
|
5807
|
+
export declare const IconMyLocation: __VLS_WithTemplateSlots_153<DefineComponent<{
|
|
5467
5808
|
props: {
|
|
5468
5809
|
type: ObjectConstructor;
|
|
5469
5810
|
};
|
|
@@ -5475,7 +5816,7 @@ export declare const IconMyLocation: __VLS_WithTemplateSlots_149<DefineComponent
|
|
|
5475
5816
|
default?(_: {}): any;
|
|
5476
5817
|
}>;
|
|
5477
5818
|
|
|
5478
|
-
export declare const IconNavigationMenu:
|
|
5819
|
+
export declare const IconNavigationMenu: __VLS_WithTemplateSlots_154<DefineComponent<{
|
|
5479
5820
|
props: {
|
|
5480
5821
|
type: ObjectConstructor;
|
|
5481
5822
|
};
|
|
@@ -5487,7 +5828,7 @@ export declare const IconNavigationMenu: __VLS_WithTemplateSlots_150<DefineCompo
|
|
|
5487
5828
|
default?(_: {}): any;
|
|
5488
5829
|
}>;
|
|
5489
5830
|
|
|
5490
|
-
export declare const IconNight:
|
|
5831
|
+
export declare const IconNight: __VLS_WithTemplateSlots_155<DefineComponent<{
|
|
5491
5832
|
props: {
|
|
5492
5833
|
type: ObjectConstructor;
|
|
5493
5834
|
};
|
|
@@ -5499,7 +5840,7 @@ export declare const IconNight: __VLS_WithTemplateSlots_151<DefineComponent<{
|
|
|
5499
5840
|
default?(_: {}): any;
|
|
5500
5841
|
}>;
|
|
5501
5842
|
|
|
5502
|
-
export declare const IconPaddle:
|
|
5843
|
+
export declare const IconPaddle: __VLS_WithTemplateSlots_156<DefineComponent<{
|
|
5503
5844
|
props: {
|
|
5504
5845
|
type: ObjectConstructor;
|
|
5505
5846
|
};
|
|
@@ -5511,7 +5852,7 @@ export declare const IconPaddle: __VLS_WithTemplateSlots_152<DefineComponent<{
|
|
|
5511
5852
|
default?(_: {}): any;
|
|
5512
5853
|
}>;
|
|
5513
5854
|
|
|
5514
|
-
export declare const IconPause:
|
|
5855
|
+
export declare const IconPause: __VLS_WithTemplateSlots_159<DefineComponent<{
|
|
5515
5856
|
props: {
|
|
5516
5857
|
type: ObjectConstructor;
|
|
5517
5858
|
};
|
|
@@ -5523,7 +5864,7 @@ export declare const IconPause: __VLS_WithTemplateSlots_155<DefineComponent<{
|
|
|
5523
5864
|
default?(_: {}): any;
|
|
5524
5865
|
}>;
|
|
5525
5866
|
|
|
5526
|
-
export declare const IconPauseFill:
|
|
5867
|
+
export declare const IconPauseFill: __VLS_WithTemplateSlots_157<DefineComponent<{
|
|
5527
5868
|
props: {
|
|
5528
5869
|
type: ObjectConstructor;
|
|
5529
5870
|
};
|
|
@@ -5535,7 +5876,7 @@ export declare const IconPauseFill: __VLS_WithTemplateSlots_153<DefineComponent<
|
|
|
5535
5876
|
default?(_: {}): any;
|
|
5536
5877
|
}>;
|
|
5537
5878
|
|
|
5538
|
-
export declare const IconPauseStroke:
|
|
5879
|
+
export declare const IconPauseStroke: __VLS_WithTemplateSlots_158<DefineComponent<{
|
|
5539
5880
|
props: {
|
|
5540
5881
|
type: ObjectConstructor;
|
|
5541
5882
|
};
|
|
@@ -5547,7 +5888,7 @@ export declare const IconPauseStroke: __VLS_WithTemplateSlots_154<DefineComponen
|
|
|
5547
5888
|
default?(_: {}): any;
|
|
5548
5889
|
}>;
|
|
5549
5890
|
|
|
5550
|
-
export declare const IconPhotography:
|
|
5891
|
+
export declare const IconPhotography: __VLS_WithTemplateSlots_160<DefineComponent<{
|
|
5551
5892
|
props: {
|
|
5552
5893
|
type: ObjectConstructor;
|
|
5553
5894
|
};
|
|
@@ -5559,7 +5900,7 @@ export declare const IconPhotography: __VLS_WithTemplateSlots_156<DefineComponen
|
|
|
5559
5900
|
default?(_: {}): any;
|
|
5560
5901
|
}>;
|
|
5561
5902
|
|
|
5562
|
-
export declare const IconPicnic:
|
|
5903
|
+
export declare const IconPicnic: __VLS_WithTemplateSlots_161<DefineComponent<{
|
|
5563
5904
|
props: {
|
|
5564
5905
|
type: ObjectConstructor;
|
|
5565
5906
|
};
|
|
@@ -5571,7 +5912,7 @@ export declare const IconPicnic: __VLS_WithTemplateSlots_157<DefineComponent<{
|
|
|
5571
5912
|
default?(_: {}): any;
|
|
5572
5913
|
}>;
|
|
5573
5914
|
|
|
5574
|
-
export declare const IconPinterest:
|
|
5915
|
+
export declare const IconPinterest: __VLS_WithTemplateSlots_162<DefineComponent<{
|
|
5575
5916
|
props: {
|
|
5576
5917
|
type: ObjectConstructor;
|
|
5577
5918
|
};
|
|
@@ -5583,7 +5924,7 @@ export declare const IconPinterest: __VLS_WithTemplateSlots_158<DefineComponent<
|
|
|
5583
5924
|
default?(_: {}): any;
|
|
5584
5925
|
}>;
|
|
5585
5926
|
|
|
5586
|
-
export declare const IconPlane:
|
|
5927
|
+
export declare const IconPlane: __VLS_WithTemplateSlots_163<DefineComponent<{
|
|
5587
5928
|
props: {
|
|
5588
5929
|
type: ObjectConstructor;
|
|
5589
5930
|
};
|
|
@@ -5595,7 +5936,7 @@ export declare const IconPlane: __VLS_WithTemplateSlots_159<DefineComponent<{
|
|
|
5595
5936
|
default?(_: {}): any;
|
|
5596
5937
|
}>;
|
|
5597
5938
|
|
|
5598
|
-
export declare const IconPlay:
|
|
5939
|
+
export declare const IconPlay: __VLS_WithTemplateSlots_166<DefineComponent<{
|
|
5599
5940
|
props: {
|
|
5600
5941
|
type: ObjectConstructor;
|
|
5601
5942
|
};
|
|
@@ -5607,7 +5948,7 @@ export declare const IconPlay: __VLS_WithTemplateSlots_162<DefineComponent<{
|
|
|
5607
5948
|
default?(_: {}): any;
|
|
5608
5949
|
}>;
|
|
5609
5950
|
|
|
5610
|
-
export declare const IconPlayFill:
|
|
5951
|
+
export declare const IconPlayFill: __VLS_WithTemplateSlots_164<DefineComponent<{
|
|
5611
5952
|
props: {
|
|
5612
5953
|
type: ObjectConstructor;
|
|
5613
5954
|
};
|
|
@@ -5619,7 +5960,7 @@ export declare const IconPlayFill: __VLS_WithTemplateSlots_160<DefineComponent<{
|
|
|
5619
5960
|
default?(_: {}): any;
|
|
5620
5961
|
}>;
|
|
5621
5962
|
|
|
5622
|
-
export declare const IconPlayground:
|
|
5963
|
+
export declare const IconPlayground: __VLS_WithTemplateSlots_167<DefineComponent<{
|
|
5623
5964
|
props: {
|
|
5624
5965
|
type: ObjectConstructor;
|
|
5625
5966
|
};
|
|
@@ -5631,7 +5972,7 @@ export declare const IconPlayground: __VLS_WithTemplateSlots_163<DefineComponent
|
|
|
5631
5972
|
default?(_: {}): any;
|
|
5632
5973
|
}>;
|
|
5633
5974
|
|
|
5634
|
-
export declare const IconPlayStroke:
|
|
5975
|
+
export declare const IconPlayStroke: __VLS_WithTemplateSlots_165<DefineComponent<{
|
|
5635
5976
|
props: {
|
|
5636
5977
|
type: ObjectConstructor;
|
|
5637
5978
|
};
|
|
@@ -5643,7 +5984,7 @@ export declare const IconPlayStroke: __VLS_WithTemplateSlots_161<DefineComponent
|
|
|
5643
5984
|
default?(_: {}): any;
|
|
5644
5985
|
}>;
|
|
5645
5986
|
|
|
5646
|
-
export declare const IconPlugin:
|
|
5987
|
+
export declare const IconPlugin: __VLS_WithTemplateSlots_168<DefineComponent<{
|
|
5647
5988
|
props: {
|
|
5648
5989
|
type: ObjectConstructor;
|
|
5649
5990
|
};
|
|
@@ -5655,7 +5996,7 @@ export declare const IconPlugin: __VLS_WithTemplateSlots_164<DefineComponent<{
|
|
|
5655
5996
|
default?(_: {}): any;
|
|
5656
5997
|
}>;
|
|
5657
5998
|
|
|
5658
|
-
export declare const IconPlusFill:
|
|
5999
|
+
export declare const IconPlusFill: __VLS_WithTemplateSlots_169<DefineComponent<{
|
|
5659
6000
|
props: {
|
|
5660
6001
|
type: ObjectConstructor;
|
|
5661
6002
|
};
|
|
@@ -5667,7 +6008,7 @@ export declare const IconPlusFill: __VLS_WithTemplateSlots_165<DefineComponent<{
|
|
|
5667
6008
|
default?(_: {}): any;
|
|
5668
6009
|
}>;
|
|
5669
6010
|
|
|
5670
|
-
export declare const IconPlusLg:
|
|
6011
|
+
export declare const IconPlusLg: __VLS_WithTemplateSlots_170<DefineComponent<{
|
|
5671
6012
|
props: {
|
|
5672
6013
|
type: ObjectConstructor;
|
|
5673
6014
|
};
|
|
@@ -5679,7 +6020,7 @@ export declare const IconPlusLg: __VLS_WithTemplateSlots_166<DefineComponent<{
|
|
|
5679
6020
|
default?(_: {}): any;
|
|
5680
6021
|
}>;
|
|
5681
6022
|
|
|
5682
|
-
export declare const IconPlusSm:
|
|
6023
|
+
export declare const IconPlusSm: __VLS_WithTemplateSlots_171<DefineComponent<{
|
|
5683
6024
|
props: {
|
|
5684
6025
|
type: ObjectConstructor;
|
|
5685
6026
|
};
|
|
@@ -5691,7 +6032,7 @@ export declare const IconPlusSm: __VLS_WithTemplateSlots_167<DefineComponent<{
|
|
|
5691
6032
|
default?(_: {}): any;
|
|
5692
6033
|
}>;
|
|
5693
6034
|
|
|
5694
|
-
export declare const IconPlusStroke:
|
|
6035
|
+
export declare const IconPlusStroke: __VLS_WithTemplateSlots_172<DefineComponent<{
|
|
5695
6036
|
props: {
|
|
5696
6037
|
type: ObjectConstructor;
|
|
5697
6038
|
};
|
|
@@ -5703,7 +6044,7 @@ export declare const IconPlusStroke: __VLS_WithTemplateSlots_168<DefineComponent
|
|
|
5703
6044
|
default?(_: {}): any;
|
|
5704
6045
|
}>;
|
|
5705
6046
|
|
|
5706
|
-
export declare const IconPrint:
|
|
6047
|
+
export declare const IconPrint: __VLS_WithTemplateSlots_173<DefineComponent<{
|
|
5707
6048
|
props: {
|
|
5708
6049
|
type: ObjectConstructor;
|
|
5709
6050
|
};
|
|
@@ -5715,7 +6056,7 @@ export declare const IconPrint: __VLS_WithTemplateSlots_169<DefineComponent<{
|
|
|
5715
6056
|
default?(_: {}): any;
|
|
5716
6057
|
}>;
|
|
5717
6058
|
|
|
5718
|
-
export declare const IconProtectionFill:
|
|
6059
|
+
export declare const IconProtectionFill: __VLS_WithTemplateSlots_174<DefineComponent<{
|
|
5719
6060
|
props: {
|
|
5720
6061
|
type: ObjectConstructor;
|
|
5721
6062
|
};
|
|
@@ -5727,7 +6068,7 @@ export declare const IconProtectionFill: __VLS_WithTemplateSlots_170<DefineCompo
|
|
|
5727
6068
|
default?(_: {}): any;
|
|
5728
6069
|
}>;
|
|
5729
6070
|
|
|
5730
|
-
export declare const IconProtectionStroke:
|
|
6071
|
+
export declare const IconProtectionStroke: __VLS_WithTemplateSlots_175<DefineComponent<{
|
|
5731
6072
|
props: {
|
|
5732
6073
|
type: ObjectConstructor;
|
|
5733
6074
|
};
|
|
@@ -5739,7 +6080,7 @@ export declare const IconProtectionStroke: __VLS_WithTemplateSlots_171<DefineCom
|
|
|
5739
6080
|
default?(_: {}): any;
|
|
5740
6081
|
}>;
|
|
5741
6082
|
|
|
5742
|
-
export declare const IconQuestionFill:
|
|
6083
|
+
export declare const IconQuestionFill: __VLS_WithTemplateSlots_176<DefineComponent<{
|
|
5743
6084
|
props: {
|
|
5744
6085
|
type: ObjectConstructor;
|
|
5745
6086
|
};
|
|
@@ -5751,7 +6092,7 @@ export declare const IconQuestionFill: __VLS_WithTemplateSlots_172<DefineCompone
|
|
|
5751
6092
|
default?(_: {}): any;
|
|
5752
6093
|
}>;
|
|
5753
6094
|
|
|
5754
|
-
export declare const IconQuestionStroke:
|
|
6095
|
+
export declare const IconQuestionStroke: __VLS_WithTemplateSlots_177<DefineComponent<{
|
|
5755
6096
|
props: {
|
|
5756
6097
|
type: ObjectConstructor;
|
|
5757
6098
|
};
|
|
@@ -5763,7 +6104,7 @@ export declare const IconQuestionStroke: __VLS_WithTemplateSlots_173<DefineCompo
|
|
|
5763
6104
|
default?(_: {}): any;
|
|
5764
6105
|
}>;
|
|
5765
6106
|
|
|
5766
|
-
export declare const IconRefresh:
|
|
6107
|
+
export declare const IconRefresh: __VLS_WithTemplateSlots_178<DefineComponent<{
|
|
5767
6108
|
props: {
|
|
5768
6109
|
type: ObjectConstructor;
|
|
5769
6110
|
};
|
|
@@ -5775,7 +6116,7 @@ export declare const IconRefresh: __VLS_WithTemplateSlots_174<DefineComponent<{
|
|
|
5775
6116
|
default?(_: {}): any;
|
|
5776
6117
|
}>;
|
|
5777
6118
|
|
|
5778
|
-
export declare const IconReload:
|
|
6119
|
+
export declare const IconReload: __VLS_WithTemplateSlots_179<DefineComponent<{
|
|
5779
6120
|
props: {
|
|
5780
6121
|
type: ObjectConstructor;
|
|
5781
6122
|
};
|
|
@@ -5787,7 +6128,7 @@ export declare const IconReload: __VLS_WithTemplateSlots_175<DefineComponent<{
|
|
|
5787
6128
|
default?(_: {}): any;
|
|
5788
6129
|
}>;
|
|
5789
6130
|
|
|
5790
|
-
export declare const IconReturns:
|
|
6131
|
+
export declare const IconReturns: __VLS_WithTemplateSlots_180<DefineComponent<{
|
|
5791
6132
|
props: {
|
|
5792
6133
|
type: ObjectConstructor;
|
|
5793
6134
|
};
|
|
@@ -5799,7 +6140,7 @@ export declare const IconReturns: __VLS_WithTemplateSlots_176<DefineComponent<{
|
|
|
5799
6140
|
default?(_: {}): any;
|
|
5800
6141
|
}>;
|
|
5801
6142
|
|
|
5802
|
-
export declare const IconRun:
|
|
6143
|
+
export declare const IconRun: __VLS_WithTemplateSlots_181<DefineComponent<{
|
|
5803
6144
|
props: {
|
|
5804
6145
|
type: ObjectConstructor;
|
|
5805
6146
|
};
|
|
@@ -5811,7 +6152,7 @@ export declare const IconRun: __VLS_WithTemplateSlots_177<DefineComponent<{
|
|
|
5811
6152
|
default?(_: {}): any;
|
|
5812
6153
|
}>;
|
|
5813
6154
|
|
|
5814
|
-
export declare const IconScanBarcode:
|
|
6155
|
+
export declare const IconScanBarcode: __VLS_WithTemplateSlots_182<DefineComponent<{
|
|
5815
6156
|
props: {
|
|
5816
6157
|
type: ObjectConstructor;
|
|
5817
6158
|
};
|
|
@@ -5823,7 +6164,7 @@ export declare const IconScanBarcode: __VLS_WithTemplateSlots_178<DefineComponen
|
|
|
5823
6164
|
default?(_: {}): any;
|
|
5824
6165
|
}>;
|
|
5825
6166
|
|
|
5826
|
-
export declare const IconSearch:
|
|
6167
|
+
export declare const IconSearch: __VLS_WithTemplateSlots_183<DefineComponent<{
|
|
5827
6168
|
props: {
|
|
5828
6169
|
type: ObjectConstructor;
|
|
5829
6170
|
};
|
|
@@ -5835,7 +6176,7 @@ export declare const IconSearch: __VLS_WithTemplateSlots_179<DefineComponent<{
|
|
|
5835
6176
|
default?(_: {}): any;
|
|
5836
6177
|
}>;
|
|
5837
6178
|
|
|
5838
|
-
export declare const IconServiceShop:
|
|
6179
|
+
export declare const IconServiceShop: __VLS_WithTemplateSlots_184<DefineComponent<{
|
|
5839
6180
|
props: {
|
|
5840
6181
|
type: ObjectConstructor;
|
|
5841
6182
|
};
|
|
@@ -5847,7 +6188,7 @@ export declare const IconServiceShop: __VLS_WithTemplateSlots_180<DefineComponen
|
|
|
5847
6188
|
default?(_: {}): any;
|
|
5848
6189
|
}>;
|
|
5849
6190
|
|
|
5850
|
-
export declare const IconShipping:
|
|
6191
|
+
export declare const IconShipping: __VLS_WithTemplateSlots_187<DefineComponent<{
|
|
5851
6192
|
props: {
|
|
5852
6193
|
type: ObjectConstructor;
|
|
5853
6194
|
};
|
|
@@ -5859,7 +6200,7 @@ export declare const IconShipping: __VLS_WithTemplateSlots_183<DefineComponent<{
|
|
|
5859
6200
|
default?(_: {}): any;
|
|
5860
6201
|
}>;
|
|
5861
6202
|
|
|
5862
|
-
export declare const IconShippingPrep:
|
|
6203
|
+
export declare const IconShippingPrep: __VLS_WithTemplateSlots_185<DefineComponent<{
|
|
5863
6204
|
props: {
|
|
5864
6205
|
type: ObjectConstructor;
|
|
5865
6206
|
};
|
|
@@ -5871,7 +6212,7 @@ export declare const IconShippingPrep: __VLS_WithTemplateSlots_181<DefineCompone
|
|
|
5871
6212
|
default?(_: {}): any;
|
|
5872
6213
|
}>;
|
|
5873
6214
|
|
|
5874
|
-
export declare const IconShippingTruck:
|
|
6215
|
+
export declare const IconShippingTruck: __VLS_WithTemplateSlots_186<DefineComponent<{
|
|
5875
6216
|
props: {
|
|
5876
6217
|
type: ObjectConstructor;
|
|
5877
6218
|
};
|
|
@@ -5883,7 +6224,7 @@ export declare const IconShippingTruck: __VLS_WithTemplateSlots_182<DefineCompon
|
|
|
5883
6224
|
default?(_: {}): any;
|
|
5884
6225
|
}>;
|
|
5885
6226
|
|
|
5886
|
-
export declare const IconShoppingBag:
|
|
6227
|
+
export declare const IconShoppingBag: __VLS_WithTemplateSlots_189<DefineComponent<{
|
|
5887
6228
|
props: {
|
|
5888
6229
|
type: ObjectConstructor;
|
|
5889
6230
|
};
|
|
@@ -5895,7 +6236,7 @@ export declare const IconShoppingBag: __VLS_WithTemplateSlots_185<DefineComponen
|
|
|
5895
6236
|
default?(_: {}): any;
|
|
5896
6237
|
}>;
|
|
5897
6238
|
|
|
5898
|
-
export declare const IconShoppingBagFill:
|
|
6239
|
+
export declare const IconShoppingBagFill: __VLS_WithTemplateSlots_188<DefineComponent<{
|
|
5899
6240
|
props: {
|
|
5900
6241
|
type: ObjectConstructor;
|
|
5901
6242
|
};
|
|
@@ -5907,7 +6248,7 @@ export declare const IconShoppingBagFill: __VLS_WithTemplateSlots_184<DefineComp
|
|
|
5907
6248
|
default?(_: {}): any;
|
|
5908
6249
|
}>;
|
|
5909
6250
|
|
|
5910
|
-
export declare const IconShrink:
|
|
6251
|
+
export declare const IconShrink: __VLS_WithTemplateSlots_190<DefineComponent<{
|
|
5911
6252
|
props: {
|
|
5912
6253
|
type: ObjectConstructor;
|
|
5913
6254
|
};
|
|
@@ -5919,7 +6260,7 @@ export declare const IconShrink: __VLS_WithTemplateSlots_186<DefineComponent<{
|
|
|
5919
6260
|
default?(_: {}): any;
|
|
5920
6261
|
}>;
|
|
5921
6262
|
|
|
5922
|
-
export declare const IconSizeChart:
|
|
6263
|
+
export declare const IconSizeChart: __VLS_WithTemplateSlots_191<DefineComponent<{
|
|
5923
6264
|
props: {
|
|
5924
6265
|
type: ObjectConstructor;
|
|
5925
6266
|
};
|
|
@@ -5931,7 +6272,7 @@ export declare const IconSizeChart: __VLS_WithTemplateSlots_187<DefineComponent<
|
|
|
5931
6272
|
default?(_: {}): any;
|
|
5932
6273
|
}>;
|
|
5933
6274
|
|
|
5934
|
-
export declare const IconSki:
|
|
6275
|
+
export declare const IconSki: __VLS_WithTemplateSlots_193<DefineComponent<{
|
|
5935
6276
|
props: {
|
|
5936
6277
|
type: ObjectConstructor;
|
|
5937
6278
|
};
|
|
@@ -5943,7 +6284,7 @@ export declare const IconSki: __VLS_WithTemplateSlots_189<DefineComponent<{
|
|
|
5943
6284
|
default?(_: {}): any;
|
|
5944
6285
|
}>;
|
|
5945
6286
|
|
|
5946
|
-
export declare const IconSkiBoot:
|
|
6287
|
+
export declare const IconSkiBoot: __VLS_WithTemplateSlots_192<DefineComponent<{
|
|
5947
6288
|
props: {
|
|
5948
6289
|
type: ObjectConstructor;
|
|
5949
6290
|
};
|
|
@@ -5955,7 +6296,7 @@ export declare const IconSkiBoot: __VLS_WithTemplateSlots_188<DefineComponent<{
|
|
|
5955
6296
|
default?(_: {}): any;
|
|
5956
6297
|
}>;
|
|
5957
6298
|
|
|
5958
|
-
export declare const IconSnow:
|
|
6299
|
+
export declare const IconSnow: __VLS_WithTemplateSlots_195<DefineComponent<{
|
|
5959
6300
|
props: {
|
|
5960
6301
|
type: ObjectConstructor;
|
|
5961
6302
|
};
|
|
@@ -5967,7 +6308,7 @@ export declare const IconSnow: __VLS_WithTemplateSlots_191<DefineComponent<{
|
|
|
5967
6308
|
default?(_: {}): any;
|
|
5968
6309
|
}>;
|
|
5969
6310
|
|
|
5970
|
-
export declare const IconSnowShop:
|
|
6311
|
+
export declare const IconSnowShop: __VLS_WithTemplateSlots_194<DefineComponent<{
|
|
5971
6312
|
props: {
|
|
5972
6313
|
type: ObjectConstructor;
|
|
5973
6314
|
};
|
|
@@ -5979,7 +6320,7 @@ export declare const IconSnowShop: __VLS_WithTemplateSlots_190<DefineComponent<{
|
|
|
5979
6320
|
default?(_: {}): any;
|
|
5980
6321
|
}>;
|
|
5981
6322
|
|
|
5982
|
-
export declare const IconSort:
|
|
6323
|
+
export declare const IconSort: __VLS_WithTemplateSlots_196<DefineComponent<{
|
|
5983
6324
|
props: {
|
|
5984
6325
|
type: ObjectConstructor;
|
|
5985
6326
|
};
|
|
@@ -5991,7 +6332,7 @@ export declare const IconSort: __VLS_WithTemplateSlots_192<DefineComponent<{
|
|
|
5991
6332
|
default?(_: {}): any;
|
|
5992
6333
|
}>;
|
|
5993
6334
|
|
|
5994
|
-
export declare const IconStar100:
|
|
6335
|
+
export declare const IconStar100: __VLS_WithTemplateSlots_197<DefineComponent<{
|
|
5995
6336
|
props: {
|
|
5996
6337
|
type: ObjectConstructor;
|
|
5997
6338
|
};
|
|
@@ -6003,7 +6344,7 @@ export declare const IconStar100: __VLS_WithTemplateSlots_193<DefineComponent<{
|
|
|
6003
6344
|
default?(_: {}): any;
|
|
6004
6345
|
}>;
|
|
6005
6346
|
|
|
6006
|
-
export declare const IconStar25:
|
|
6347
|
+
export declare const IconStar25: __VLS_WithTemplateSlots_198<DefineComponent<{
|
|
6007
6348
|
props: {
|
|
6008
6349
|
type: ObjectConstructor;
|
|
6009
6350
|
};
|
|
@@ -6015,7 +6356,7 @@ export declare const IconStar25: __VLS_WithTemplateSlots_194<DefineComponent<{
|
|
|
6015
6356
|
default?(_: {}): any;
|
|
6016
6357
|
}>;
|
|
6017
6358
|
|
|
6018
|
-
export declare const IconStar50:
|
|
6359
|
+
export declare const IconStar50: __VLS_WithTemplateSlots_199<DefineComponent<{
|
|
6019
6360
|
props: {
|
|
6020
6361
|
type: ObjectConstructor;
|
|
6021
6362
|
};
|
|
@@ -6027,7 +6368,7 @@ export declare const IconStar50: __VLS_WithTemplateSlots_195<DefineComponent<{
|
|
|
6027
6368
|
default?(_: {}): any;
|
|
6028
6369
|
}>;
|
|
6029
6370
|
|
|
6030
|
-
export declare const IconStar75:
|
|
6371
|
+
export declare const IconStar75: __VLS_WithTemplateSlots_200<DefineComponent<{
|
|
6031
6372
|
props: {
|
|
6032
6373
|
type: ObjectConstructor;
|
|
6033
6374
|
};
|
|
@@ -6039,7 +6380,7 @@ export declare const IconStar75: __VLS_WithTemplateSlots_196<DefineComponent<{
|
|
|
6039
6380
|
default?(_: {}): any;
|
|
6040
6381
|
}>;
|
|
6041
6382
|
|
|
6042
|
-
export declare const IconStarStroke:
|
|
6383
|
+
export declare const IconStarStroke: __VLS_WithTemplateSlots_201<DefineComponent<{
|
|
6043
6384
|
props: {
|
|
6044
6385
|
type: ObjectConstructor;
|
|
6045
6386
|
};
|
|
@@ -6051,7 +6392,7 @@ export declare const IconStarStroke: __VLS_WithTemplateSlots_197<DefineComponent
|
|
|
6051
6392
|
default?(_: {}): any;
|
|
6052
6393
|
}>;
|
|
6053
6394
|
|
|
6054
|
-
export declare const IconStorefront:
|
|
6395
|
+
export declare const IconStorefront: __VLS_WithTemplateSlots_202<DefineComponent<{
|
|
6055
6396
|
props: {
|
|
6056
6397
|
type: ObjectConstructor;
|
|
6057
6398
|
};
|
|
@@ -6063,7 +6404,7 @@ export declare const IconStorefront: __VLS_WithTemplateSlots_198<DefineComponent
|
|
|
6063
6404
|
default?(_: {}): any;
|
|
6064
6405
|
}>;
|
|
6065
6406
|
|
|
6066
|
-
export declare const IconSwim:
|
|
6407
|
+
export declare const IconSwim: __VLS_WithTemplateSlots_203<DefineComponent<{
|
|
6067
6408
|
props: {
|
|
6068
6409
|
type: ObjectConstructor;
|
|
6069
6410
|
};
|
|
@@ -6075,7 +6416,7 @@ export declare const IconSwim: __VLS_WithTemplateSlots_199<DefineComponent<{
|
|
|
6075
6416
|
default?(_: {}): any;
|
|
6076
6417
|
}>;
|
|
6077
6418
|
|
|
6078
|
-
export declare const IconTelephone:
|
|
6419
|
+
export declare const IconTelephone: __VLS_WithTemplateSlots_204<DefineComponent<{
|
|
6079
6420
|
props: {
|
|
6080
6421
|
type: ObjectConstructor;
|
|
6081
6422
|
};
|
|
@@ -6087,7 +6428,7 @@ export declare const IconTelephone: __VLS_WithTemplateSlots_200<DefineComponent<
|
|
|
6087
6428
|
default?(_: {}): any;
|
|
6088
6429
|
}>;
|
|
6089
6430
|
|
|
6090
|
-
export declare const IconTent:
|
|
6431
|
+
export declare const IconTent: __VLS_WithTemplateSlots_205<DefineComponent<{
|
|
6091
6432
|
props: {
|
|
6092
6433
|
type: ObjectConstructor;
|
|
6093
6434
|
};
|
|
@@ -6099,7 +6440,7 @@ export declare const IconTent: __VLS_WithTemplateSlots_201<DefineComponent<{
|
|
|
6099
6440
|
default?(_: {}): any;
|
|
6100
6441
|
}>;
|
|
6101
6442
|
|
|
6102
|
-
export declare const IconTrash:
|
|
6443
|
+
export declare const IconTrash: __VLS_WithTemplateSlots_206<DefineComponent<{
|
|
6103
6444
|
props: {
|
|
6104
6445
|
type: ObjectConstructor;
|
|
6105
6446
|
};
|
|
@@ -6111,7 +6452,7 @@ export declare const IconTrash: __VLS_WithTemplateSlots_202<DefineComponent<{
|
|
|
6111
6452
|
default?(_: {}): any;
|
|
6112
6453
|
}>;
|
|
6113
6454
|
|
|
6114
|
-
export declare const IconTwitter:
|
|
6455
|
+
export declare const IconTwitter: __VLS_WithTemplateSlots_207<DefineComponent<{
|
|
6115
6456
|
props: {
|
|
6116
6457
|
type: ObjectConstructor;
|
|
6117
6458
|
};
|
|
@@ -6123,7 +6464,7 @@ export declare const IconTwitter: __VLS_WithTemplateSlots_203<DefineComponent<{
|
|
|
6123
6464
|
default?(_: {}): any;
|
|
6124
6465
|
}>;
|
|
6125
6466
|
|
|
6126
|
-
export declare const IconUpload:
|
|
6467
|
+
export declare const IconUpload: __VLS_WithTemplateSlots_208<DefineComponent<{
|
|
6127
6468
|
props: {
|
|
6128
6469
|
type: ObjectConstructor;
|
|
6129
6470
|
};
|
|
@@ -6135,7 +6476,7 @@ export declare const IconUpload: __VLS_WithTemplateSlots_204<DefineComponent<{
|
|
|
6135
6476
|
default?(_: {}): any;
|
|
6136
6477
|
}>;
|
|
6137
6478
|
|
|
6138
|
-
export declare const IconVerifiedPurchaser:
|
|
6479
|
+
export declare const IconVerifiedPurchaser: __VLS_WithTemplateSlots_209<DefineComponent<{
|
|
6139
6480
|
props: {
|
|
6140
6481
|
type: ObjectConstructor;
|
|
6141
6482
|
};
|
|
@@ -6147,7 +6488,7 @@ export declare const IconVerifiedPurchaser: __VLS_WithTemplateSlots_205<DefineCo
|
|
|
6147
6488
|
default?(_: {}): any;
|
|
6148
6489
|
}>;
|
|
6149
6490
|
|
|
6150
|
-
export declare const IconVirtualOutfitting:
|
|
6491
|
+
export declare const IconVirtualOutfitting: __VLS_WithTemplateSlots_210<DefineComponent<{
|
|
6151
6492
|
props: {
|
|
6152
6493
|
type: ObjectConstructor;
|
|
6153
6494
|
};
|
|
@@ -6159,7 +6500,7 @@ export declare const IconVirtualOutfitting: __VLS_WithTemplateSlots_206<DefineCo
|
|
|
6159
6500
|
default?(_: {}): any;
|
|
6160
6501
|
}>;
|
|
6161
6502
|
|
|
6162
|
-
export declare const IconWarningFill:
|
|
6503
|
+
export declare const IconWarningFill: __VLS_WithTemplateSlots_211<DefineComponent<{
|
|
6163
6504
|
props: {
|
|
6164
6505
|
type: ObjectConstructor;
|
|
6165
6506
|
};
|
|
@@ -6171,7 +6512,7 @@ export declare const IconWarningFill: __VLS_WithTemplateSlots_207<DefineComponen
|
|
|
6171
6512
|
default?(_: {}): any;
|
|
6172
6513
|
}>;
|
|
6173
6514
|
|
|
6174
|
-
export declare const IconWarningStroke:
|
|
6515
|
+
export declare const IconWarningStroke: __VLS_WithTemplateSlots_212<DefineComponent<{
|
|
6175
6516
|
props: {
|
|
6176
6517
|
type: ObjectConstructor;
|
|
6177
6518
|
};
|
|
@@ -6183,7 +6524,7 @@ export declare const IconWarningStroke: __VLS_WithTemplateSlots_208<DefineCompon
|
|
|
6183
6524
|
default?(_: {}): any;
|
|
6184
6525
|
}>;
|
|
6185
6526
|
|
|
6186
|
-
export declare const IconWater:
|
|
6527
|
+
export declare const IconWater: __VLS_WithTemplateSlots_213<DefineComponent<{
|
|
6187
6528
|
props: {
|
|
6188
6529
|
type: ObjectConstructor;
|
|
6189
6530
|
};
|
|
@@ -6195,7 +6536,7 @@ export declare const IconWater: __VLS_WithTemplateSlots_209<DefineComponent<{
|
|
|
6195
6536
|
default?(_: {}): any;
|
|
6196
6537
|
}>;
|
|
6197
6538
|
|
|
6198
|
-
export declare const IconWilderness:
|
|
6539
|
+
export declare const IconWilderness: __VLS_WithTemplateSlots_214<DefineComponent<{
|
|
6199
6540
|
props: {
|
|
6200
6541
|
type: ObjectConstructor;
|
|
6201
6542
|
};
|
|
@@ -6207,7 +6548,7 @@ export declare const IconWilderness: __VLS_WithTemplateSlots_210<DefineComponent
|
|
|
6207
6548
|
default?(_: {}): any;
|
|
6208
6549
|
}>;
|
|
6209
6550
|
|
|
6210
|
-
export declare const IconXFill:
|
|
6551
|
+
export declare const IconXFill: __VLS_WithTemplateSlots_215<DefineComponent<{
|
|
6211
6552
|
props: {
|
|
6212
6553
|
type: ObjectConstructor;
|
|
6213
6554
|
};
|
|
@@ -6219,7 +6560,7 @@ export declare const IconXFill: __VLS_WithTemplateSlots_211<DefineComponent<{
|
|
|
6219
6560
|
default?(_: {}): any;
|
|
6220
6561
|
}>;
|
|
6221
6562
|
|
|
6222
|
-
export declare const IconXLg:
|
|
6563
|
+
export declare const IconXLg: __VLS_WithTemplateSlots_216<DefineComponent<{
|
|
6223
6564
|
props: {
|
|
6224
6565
|
type: ObjectConstructor;
|
|
6225
6566
|
};
|
|
@@ -6231,7 +6572,7 @@ export declare const IconXLg: __VLS_WithTemplateSlots_212<DefineComponent<{
|
|
|
6231
6572
|
default?(_: {}): any;
|
|
6232
6573
|
}>;
|
|
6233
6574
|
|
|
6234
|
-
export declare const IconXSm:
|
|
6575
|
+
export declare const IconXSm: __VLS_WithTemplateSlots_217<DefineComponent<{
|
|
6235
6576
|
props: {
|
|
6236
6577
|
type: ObjectConstructor;
|
|
6237
6578
|
};
|
|
@@ -6243,7 +6584,7 @@ export declare const IconXSm: __VLS_WithTemplateSlots_213<DefineComponent<{
|
|
|
6243
6584
|
default?(_: {}): any;
|
|
6244
6585
|
}>;
|
|
6245
6586
|
|
|
6246
|
-
export declare const IconXStroke:
|
|
6587
|
+
export declare const IconXStroke: __VLS_WithTemplateSlots_218<DefineComponent<{
|
|
6247
6588
|
props: {
|
|
6248
6589
|
type: ObjectConstructor;
|
|
6249
6590
|
};
|
|
@@ -6255,7 +6596,7 @@ export declare const IconXStroke: __VLS_WithTemplateSlots_214<DefineComponent<{
|
|
|
6255
6596
|
default?(_: {}): any;
|
|
6256
6597
|
}>;
|
|
6257
6598
|
|
|
6258
|
-
export declare const IconYoutube:
|
|
6599
|
+
export declare const IconYoutube: __VLS_WithTemplateSlots_219<DefineComponent<{
|
|
6259
6600
|
props: {
|
|
6260
6601
|
type: ObjectConstructor;
|
|
6261
6602
|
};
|
|
@@ -6267,7 +6608,7 @@ export declare const IconYoutube: __VLS_WithTemplateSlots_215<DefineComponent<{
|
|
|
6267
6608
|
default?(_: {}): any;
|
|
6268
6609
|
}>;
|
|
6269
6610
|
|
|
6270
|
-
export declare const IconZoomIn:
|
|
6611
|
+
export declare const IconZoomIn: __VLS_WithTemplateSlots_220<DefineComponent<{
|
|
6271
6612
|
props: {
|
|
6272
6613
|
type: ObjectConstructor;
|
|
6273
6614
|
};
|
|
@@ -6279,7 +6620,7 @@ export declare const IconZoomIn: __VLS_WithTemplateSlots_216<DefineComponent<{
|
|
|
6279
6620
|
default?(_: {}): any;
|
|
6280
6621
|
}>;
|
|
6281
6622
|
|
|
6282
|
-
export declare const IconZoomOut:
|
|
6623
|
+
export declare const IconZoomOut: __VLS_WithTemplateSlots_221<DefineComponent<{
|
|
6283
6624
|
props: {
|
|
6284
6625
|
type: ObjectConstructor;
|
|
6285
6626
|
};
|
|
@@ -6305,6 +6646,42 @@ export declare interface paginationItem {
|
|
|
6305
6646
|
ellip?: boolean;
|
|
6306
6647
|
}
|
|
6307
6648
|
|
|
6649
|
+
declare interface pictureProps extends baseImageProps {
|
|
6650
|
+
/** An object containing 1..n child objects containing HTMLSourceElement attributes */
|
|
6651
|
+
sources: pictureSourceObject;
|
|
6652
|
+
}
|
|
6653
|
+
|
|
6654
|
+
/**
|
|
6655
|
+
* An object containing 1..n child objects containing HTMLSourceElement attributes
|
|
6656
|
+
*
|
|
6657
|
+
* @interface pictureSourceObject
|
|
6658
|
+
* @extends HTMLSourceElement
|
|
6659
|
+
*/
|
|
6660
|
+
export declare interface pictureSourceObject {
|
|
6661
|
+
[key: string]: {
|
|
6662
|
+
media: string;
|
|
6663
|
+
srcset: string;
|
|
6664
|
+
width?: string;
|
|
6665
|
+
height?: string;
|
|
6666
|
+
type?: string;
|
|
6667
|
+
sizes?: string;
|
|
6668
|
+
};
|
|
6669
|
+
}
|
|
6670
|
+
|
|
6671
|
+
declare type scaleValue = '2' | '3' | '4' | '5' | '6' | '7';
|
|
6672
|
+
|
|
6673
|
+
declare type scaleValue_2 = '1' | '2' | '3' | '4' | '5';
|
|
6674
|
+
|
|
6675
|
+
declare type scaleValue_3 = '1' | '2' | '3';
|
|
6676
|
+
|
|
6677
|
+
declare type scaleValue_4 = '0' | '1' | '2';
|
|
6678
|
+
|
|
6679
|
+
declare type scaleValue_5 = '-1' | '0' | '1' | '2' | '3';
|
|
6680
|
+
|
|
6681
|
+
declare type scaleValue_6 = '-1' | '0' | '1' | '2' | '3';
|
|
6682
|
+
|
|
6683
|
+
declare type scaleValue_7 = '0' | '1';
|
|
6684
|
+
|
|
6308
6685
|
/**
|
|
6309
6686
|
* Select data object
|
|
6310
6687
|
*
|