@cooperco/cooper-component-library 0.1.101 → 0.1.103
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/cms/{contentful/migrations/scripts/0085-add-vertical-alignment-to-content-module.cjs → 0087-add-table-highlight-to-content-module.cjs} +8 -14
- package/dist/cms/containerModule.query.ts +3 -0
- package/dist/cms/contentModule.query.ts +1 -0
- package/dist/cms/{0085-add-vertical-alignment-to-content-module.cjs → contentful/migrations/scripts/0087-add-table-highlight-to-content-module.cjs} +8 -14
- package/dist/cms/contentful/queries/containerModule.query.js +3 -0
- package/dist/cms/contentful/queries/containerModule.query.ts +3 -0
- package/dist/cms/contentful/queries/contentModule.query.js +1 -0
- package/dist/cms/contentful/queries/contentModule.query.ts +1 -0
- package/dist/cms/migrations/scripts/{0085-add-vertical-alignment-to-content-module.cjs → 0087-add-table-highlight-to-content-module.cjs} +8 -14
- package/dist/cms/queries/containerModule.query.ts +3 -0
- package/dist/cms/queries/contentModule.query.ts +1 -0
- package/dist/cms/scripts/{0085-add-vertical-alignment-to-content-module.cjs → 0087-add-table-highlight-to-content-module.cjs} +8 -14
- package/dist/lib/component-lib.js +1860 -1795
- package/dist/lib/component-lib.umd.cjs +23 -23
- package/dist/lib/css/main.css +16 -8
- package/dist/lib/style.css +1 -1
- package/dist/types/src/components/ContentModule/ContentModule.d.ts +6 -0
- package/package.json +1 -1
- package/dist/cms/0058-update-cta.js +0 -16
- package/dist/cms/0059-update-navigation-element.js +0 -23
- package/dist/cms/0060-update-testimonial-module.js +0 -24
- package/dist/cms/0076-rename-image-to-media-tile-content.cjs +0 -34
- package/dist/cms/0077-add-feature-variant-to-container-module.cjs +0 -37
- package/dist/cms/contentful/graphql/queries/accordion.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/accordion.query.js +0 -19
- package/dist/cms/contentful/graphql/queries/carousel.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/carousel.query.js +0 -32
- package/dist/cms/contentful/graphql/queries/containerModule.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/containerModule.query.js +0 -140
- package/dist/cms/contentful/graphql/queries/contentModule.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/contentModule.query.js +0 -49
- package/dist/cms/contentful/graphql/queries/cta.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/cta.query.js +0 -10
- package/dist/cms/contentful/graphql/queries/footer.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/footer.query.js +0 -44
- package/dist/cms/contentful/graphql/queries/fragments.d.ts +0 -11
- package/dist/cms/contentful/graphql/queries/fragments.js +0 -172
- package/dist/cms/contentful/graphql/queries/header.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/header.query.js +0 -39
- package/dist/cms/contentful/graphql/queries/image.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/image.query.js +0 -10
- package/dist/cms/contentful/graphql/queries/index.d.ts +0 -18
- package/dist/cms/contentful/graphql/queries/index.js +0 -18
- package/dist/cms/contentful/graphql/queries/link.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/link.query.js +0 -10
- package/dist/cms/contentful/graphql/queries/logoCollection.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/logoCollection.query.js +0 -16
- package/dist/cms/contentful/graphql/queries/navigation.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/navigation.query.js +0 -10
- package/dist/cms/contentful/graphql/queries/page.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/page.query.js +0 -23
- package/dist/cms/contentful/graphql/queries/pageMetadata.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/pageMetadata.query.js +0 -16
- package/dist/cms/contentful/graphql/queries/productModule.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/productModule.query.js +0 -59
- package/dist/cms/contentful/graphql/queries/testimonial.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/testimonial.query.js +0 -23
- package/dist/cms/contentful/graphql/queries/tileCollection.query.d.ts +0 -4
- package/dist/cms/contentful/graphql/queries/tileCollection.query.js +0 -35
- package/dist/cms/contentful/graphql/queries/video.query.d.ts +0 -2
- package/dist/cms/contentful/graphql/queries/video.query.js +0 -11
- package/dist/cms/contentful/migrations/drafts/0058-update-cta.js +0 -16
- package/dist/cms/contentful/migrations/drafts/0059-update-navigation-element.js +0 -23
- package/dist/cms/contentful/migrations/drafts/create-hello-banner.cjs +0 -62
- package/dist/cms/contentful/migrations/scripts/0060-update-testimonial-module.js +0 -24
- package/dist/cms/contentful/migrations/scripts/0076-rename-image-to-media-tile-content.cjs +0 -34
- package/dist/cms/contentful/migrations/scripts/0077-add-feature-variant-to-container-module.cjs +0 -37
- package/dist/cms/create-hello-banner.cjs +0 -62
- package/dist/cms/drafts/0058-update-cta.js +0 -16
- package/dist/cms/drafts/0059-update-navigation-element.js +0 -23
- package/dist/cms/drafts/create-hello-banner.cjs +0 -62
- package/dist/cms/migrations/drafts/0058-update-cta.js +0 -16
- package/dist/cms/migrations/drafts/0059-update-navigation-element.js +0 -23
- package/dist/cms/migrations/drafts/create-hello-banner.cjs +0 -62
- package/dist/cms/migrations/scripts/0060-update-testimonial-module.js +0 -24
- package/dist/cms/migrations/scripts/0076-rename-image-to-media-tile-content.cjs +0 -34
- package/dist/cms/migrations/scripts/0077-add-feature-variant-to-container-module.cjs +0 -37
- package/dist/cms/scripts/0060-update-testimonial-module.js +0 -24
- package/dist/cms/scripts/0076-rename-image-to-media-tile-content.cjs +0 -34
- package/dist/cms/scripts/0077-add-feature-variant-to-container-module.cjs +0 -37
- package/dist/types/App.vue.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/accordion.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/carousel.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/containerModule.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/contentModule.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/cta.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/footer.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/fragments.d.ts +0 -11
- package/dist/types/cms/contentful/graphql/queries/header.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/image.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/index.d.ts +0 -18
- package/dist/types/cms/contentful/graphql/queries/link.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/logoCollection.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/navigation.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/page.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/pageMetadata.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/productModule.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/testimonial.query.d.ts +0 -2
- package/dist/types/cms/contentful/graphql/queries/tileCollection.query.d.ts +0 -4
- package/dist/types/cms/contentful/graphql/queries/video.query.d.ts +0 -2
- package/dist/types/components/Accordion/Accordion.d.ts +0 -19
- package/dist/types/components/Accordion/Accordion.vue.d.ts +0 -5
- package/dist/types/components/Accordion/AccordionItem.d.ts +0 -24
- package/dist/types/components/Accordion/AccordionItem.vue.d.ts +0 -9
- package/dist/types/components/Accordion/AccordionListItem.vue.d.ts +0 -3
- package/dist/types/components/Accordion/AccordionTileItem.vue.d.ts +0 -7
- package/dist/types/components/AnimationWrapper/AnimationWrapper.d.ts +0 -7
- package/dist/types/components/AnimationWrapper/AnimationWrapper.vue.d.ts +0 -10
- package/dist/types/components/CTA/CTA.d.ts +0 -25
- package/dist/types/components/CTA/CTA.vue.d.ts +0 -7
- package/dist/types/components/CarouselModule/CarouselModule.d.ts +0 -22
- package/dist/types/components/CarouselModule/CarouselModule.vue.d.ts +0 -5
- package/dist/types/components/ContainerCollectionModule/ContainerCollectionModule.d.ts +0 -10
- package/dist/types/components/ContainerCollectionModule/ContainerCollectionModule.vue.d.ts +0 -3
- package/dist/types/components/ContainerModule/ContainerModule.d.ts +0 -29
- package/dist/types/components/ContainerModule/ContainerModule.vue.d.ts +0 -14
- package/dist/types/components/ContentModule/ContentModule.d.ts +0 -31
- package/dist/types/components/ContentModule/ContentModule.vue.d.ts +0 -7
- package/dist/types/components/Footer/FooterCopyright/FooterCopyright.d.ts +0 -10
- package/dist/types/components/Footer/FooterCopyright/FooterCopyright.vue.d.ts +0 -3
- package/dist/types/components/Footer/FooterNavigation/FooterNavigation.d.ts +0 -14
- package/dist/types/components/Footer/FooterNavigation/FooterNavigation.vue.d.ts +0 -3
- package/dist/types/components/Footer/SocialMediaRef/SocialMediaRef.d.ts +0 -4
- package/dist/types/components/Footer/SocialMediaRef/SocialMediaRef.vue.d.ts +0 -3
- package/dist/types/components/Image/Image.d.ts +0 -15
- package/dist/types/components/Image/Image.vue.d.ts +0 -6
- package/dist/types/components/LogoCollectionModule/LogoCollectionModule.d.ts +0 -9
- package/dist/types/components/LogoCollectionModule/LogoCollectionModule.vue.d.ts +0 -3
- package/dist/types/components/NavigationElement/NavigationElement.d.ts +0 -20
- package/dist/types/components/NavigationElement/NavigationElement.vue.d.ts +0 -3
- package/dist/types/components/PrimaryNavigation/PrimaryNavigation.d.ts +0 -10
- package/dist/types/components/PrimaryNavigation/PrimaryNavigation.vue.d.ts +0 -9
- package/dist/types/components/SplitModule/SplitModule.d.ts +0 -16
- package/dist/types/components/SplitModule/SplitModule.vue.d.ts +0 -3
- package/dist/types/components/TestimonialModule/TestimonialModule.d.ts +0 -21
- package/dist/types/components/TestimonialModule/TestimonialModule.vue.d.ts +0 -3
- package/dist/types/components/TileCollectionModule/TileCollectionModule.d.ts +0 -18
- package/dist/types/components/TileCollectionModule/TileCollectionModule.vue.d.ts +0 -6
- package/dist/types/components/TileContent/TileContent.d.ts +0 -55
- package/dist/types/components/TileContent/TileContentIconTile.vue.d.ts +0 -5
- package/dist/types/components/TileContent/TileContentImageStackedAnimatedTile.vue.d.ts +0 -3
- package/dist/types/components/TileContent/TileContentImageTile.vue.d.ts +0 -5
- package/dist/types/components/TileContent/TileContentTextTile.vue.d.ts +0 -5
- package/dist/types/components/TileContent/TileContentVideoTile.vue.d.ts +0 -5
- package/dist/types/components/TileLabel/TileLabel.d.ts +0 -14
- package/dist/types/components/TileLabel/TileLabel.vue.d.ts +0 -6
- package/dist/types/components/Video/Video.d.ts +0 -7
- package/dist/types/components/Video/Video.vue.d.ts +0 -3
- package/dist/types/components/components.d.ts +0 -26
- package/dist/types/components/types.d.ts +0 -19
- package/dist/types/config/colorPalettes.d.ts +0 -59
- package/dist/types/config/defaultPassthrough/config.d.ts +0 -3
- package/dist/types/config/defaultPassthrough/index.d.ts +0 -67
- package/dist/types/config/defaultPassthrough/types.d.ts +0 -51
- package/dist/types/index.d.ts +0 -13
- package/dist/types/init.d.ts +0 -3
- package/dist/types/pages/index.vue.d.ts +0 -2
- package/dist/types/router.d.ts +0 -5
- package/dist/types/src/components/HelloBar/HelloBar.d.ts +0 -23
- package/dist/types/src/components/HelloBar/HelloBar.vue.d.ts +0 -3
- package/dist/types/src/components/_internal/SimpleCard.vue.d.ts +0 -16
- package/dist/types/src/components/_internal/SimpleCarousel.vue.d.ts +0 -63
- package/dist/types/src/config/defaultPassthrough/ChartModulePt.d.ts +0 -1
- package/dist/types/types.d.ts +0 -61
- package/dist/types/utils/getTarget.d.ts +0 -2
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { ComponentPassthrough } from '../../types';
|
|
2
|
-
import { ContainerModulePassthrough } from '../../components/ContainerModule/ContainerModule';
|
|
3
|
-
import { AccordionItemPassthrough } from '../../components/Accordion/AccordionItem';
|
|
4
|
-
import { AccordionPassthrough } from '../../components/Accordion/Accordion';
|
|
5
|
-
import { CarouselPassthrough } from '../../components/CarouselModule/CarouselModule';
|
|
6
|
-
import { ContentModulePassthrough } from '../../components/ContentModule/ContentModule';
|
|
7
|
-
import { TestimonialModulePassthrough } from '../../components/TestimonialModule/TestimonialModule';
|
|
8
|
-
import { TileContentPassthrough } from '../../components/TileContent/TileContent';
|
|
9
|
-
import { CTAPassthrough } from '../../components/CTA/CTA';
|
|
10
|
-
import { TileLabelPassthrough } from '../../components/TileLabel/TileLabel';
|
|
11
|
-
export interface GenericComponentPassthrough extends ComponentPassthrough, TileLabelPassthrough, AccordionPassthrough, AccordionItemPassthrough, CarouselPassthrough, ContainerModulePassthrough, ContentModulePassthrough, CTAPassthrough, TestimonialModulePassthrough, TileContentPassthrough {
|
|
12
|
-
}
|
|
13
|
-
export interface AccordionPtVariants {
|
|
14
|
-
List: AccordionPassthrough;
|
|
15
|
-
Tile: AccordionPassthrough;
|
|
16
|
-
}
|
|
17
|
-
export interface ContainerModulePtVariants {
|
|
18
|
-
Hero: ContainerModulePassthrough;
|
|
19
|
-
Centered: ContainerModulePassthrough;
|
|
20
|
-
}
|
|
21
|
-
export interface CTAPtVariants {
|
|
22
|
-
fill: CTAPassthrough;
|
|
23
|
-
logo: CTAPassthrough;
|
|
24
|
-
link: CTAPassthrough;
|
|
25
|
-
outline: CTAPassthrough;
|
|
26
|
-
}
|
|
27
|
-
export interface Pt_Overrides {
|
|
28
|
-
Accordion?: AccordionPtVariants;
|
|
29
|
-
AccordionListItem?: GenericComponentPassthrough;
|
|
30
|
-
AccordionTileItem?: GenericComponentPassthrough;
|
|
31
|
-
CarouselModule?: GenericComponentPassthrough;
|
|
32
|
-
ContainerModule?: ContainerModulePtVariants;
|
|
33
|
-
ContentModule?: GenericComponentPassthrough;
|
|
34
|
-
CTA?: CTAPtVariants;
|
|
35
|
-
FooterNavigation?: GenericComponentPassthrough;
|
|
36
|
-
Image?: GenericComponentPassthrough;
|
|
37
|
-
LogoCollectionModule?: GenericComponentPassthrough;
|
|
38
|
-
NavigationElement?: GenericComponentPassthrough;
|
|
39
|
-
PrimaryNavigation?: GenericComponentPassthrough;
|
|
40
|
-
SplitModule?: GenericComponentPassthrough;
|
|
41
|
-
TestimonialModule?: GenericComponentPassthrough;
|
|
42
|
-
TileCollectionModule?: GenericComponentPassthrough;
|
|
43
|
-
TileContent?: GenericComponentPassthrough;
|
|
44
|
-
TileContentIconTile?: GenericComponentPassthrough;
|
|
45
|
-
TileContentImageStackedAnimatedTile?: GenericComponentPassthrough;
|
|
46
|
-
TileContentImageTile?: GenericComponentPassthrough;
|
|
47
|
-
TileContentTextTile?: GenericComponentPassthrough;
|
|
48
|
-
TileContentVideoTile?: GenericComponentPassthrough;
|
|
49
|
-
TileLabel?: GenericComponentPassthrough;
|
|
50
|
-
Video?: GenericComponentPassthrough;
|
|
51
|
-
}
|
package/dist/types/index.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export * from './config/defaultPassthrough';
|
|
2
|
-
export * from './config/colorPalettes';
|
|
3
|
-
import 'primeicons/primeicons.css';
|
|
4
|
-
import './assets/css/main.css';
|
|
5
|
-
import './assets/css/theme.css';
|
|
6
|
-
export * from './components/components';
|
|
7
|
-
export * from './components/types';
|
|
8
|
-
import initGlobalComponents from './init';
|
|
9
|
-
import { overridePalette } from './config/colorPalettes';
|
|
10
|
-
import { overridePassthrough } from './config/defaultPassthrough/config';
|
|
11
|
-
import { withColorPalette } from './config/colorPalettes';
|
|
12
|
-
import { getTarget } from './utils/getTarget';
|
|
13
|
-
export { initGlobalComponents, overridePalette, overridePassthrough, withColorPalette, getTarget, };
|
package/dist/types/init.d.ts
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
package/dist/types/router.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export declare const routes: {
|
|
2
|
-
path: string;
|
|
3
|
-
component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
-
}[];
|
|
5
|
-
export declare const router: import("vue-router").Router;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Component, ComponentPassthrough } from '../../types';
|
|
2
|
-
import { CTA } from '../CTA/CTA';
|
|
3
|
-
export interface HelloBarData {
|
|
4
|
-
active: boolean;
|
|
5
|
-
mobileCollapsed?: string;
|
|
6
|
-
fullCopy?: string;
|
|
7
|
-
cta?: CTA;
|
|
8
|
-
}
|
|
9
|
-
export interface HelloBarPassthrough extends ComponentPassthrough {
|
|
10
|
-
root?: string;
|
|
11
|
-
container?: string;
|
|
12
|
-
content?: string;
|
|
13
|
-
mobileCollapsed?: string;
|
|
14
|
-
fullCopy?: string;
|
|
15
|
-
cta?: string;
|
|
16
|
-
toggle?: string;
|
|
17
|
-
}
|
|
18
|
-
export interface HelloBar extends Component {
|
|
19
|
-
__typename?: 'HelloBar';
|
|
20
|
-
helloBarData?: HelloBarData;
|
|
21
|
-
pt?: HelloBarPassthrough;
|
|
22
|
-
onSegmentCTAClick?: (type: string, label: string, url: string, section: string) => void;
|
|
23
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { HelloBar } from './HelloBar';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<HelloBar, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<HelloBar> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
interface SimpleCardProps {
|
|
2
|
-
rootClass?: string;
|
|
3
|
-
bodyClass?: string;
|
|
4
|
-
contentClass?: string;
|
|
5
|
-
footerClass?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<SimpleCardProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SimpleCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
8
|
-
content?(_: {}): any;
|
|
9
|
-
footer?(_: {}): any;
|
|
10
|
-
}>;
|
|
11
|
-
export default _default;
|
|
12
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
-
new (): {
|
|
14
|
-
$slots: S;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
declare const _default: <T extends {
|
|
2
|
-
__typename?: string | undefined;
|
|
3
|
-
}>(__VLS_props: {
|
|
4
|
-
items: T[];
|
|
5
|
-
page?: number | undefined;
|
|
6
|
-
class?: string | undefined;
|
|
7
|
-
pt?: Record<string, string> | undefined;
|
|
8
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
9
|
-
attrs: any;
|
|
10
|
-
slots: {
|
|
11
|
-
header?(_: {}): any;
|
|
12
|
-
item?(_: {
|
|
13
|
-
data: T;
|
|
14
|
-
index: number;
|
|
15
|
-
}): any;
|
|
16
|
-
footer?(_: {}): any;
|
|
17
|
-
};
|
|
18
|
-
emit: {};
|
|
19
|
-
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
20
|
-
props: {
|
|
21
|
-
items: T[];
|
|
22
|
-
page?: number | undefined;
|
|
23
|
-
class?: string | undefined;
|
|
24
|
-
pt?: Record<string, string> | undefined;
|
|
25
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
26
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
27
|
-
attrs: any;
|
|
28
|
-
slots: {
|
|
29
|
-
header?(_: {}): any;
|
|
30
|
-
item?(_: {
|
|
31
|
-
data: T;
|
|
32
|
-
index: number;
|
|
33
|
-
}): any;
|
|
34
|
-
footer?(_: {}): any;
|
|
35
|
-
};
|
|
36
|
-
emit: {};
|
|
37
|
-
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
|
-
[key: string]: any;
|
|
39
|
-
}> & {
|
|
40
|
-
__ctx?: {
|
|
41
|
-
props: {
|
|
42
|
-
items: T[];
|
|
43
|
-
page?: number | undefined;
|
|
44
|
-
class?: string | undefined;
|
|
45
|
-
pt?: Record<string, string> | undefined;
|
|
46
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
47
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
48
|
-
attrs: any;
|
|
49
|
-
slots: {
|
|
50
|
-
header?(_: {}): any;
|
|
51
|
-
item?(_: {
|
|
52
|
-
data: T;
|
|
53
|
-
index: number;
|
|
54
|
-
}): any;
|
|
55
|
-
footer?(_: {}): any;
|
|
56
|
-
};
|
|
57
|
-
emit: {};
|
|
58
|
-
} | undefined;
|
|
59
|
-
};
|
|
60
|
-
export default _default;
|
|
61
|
-
type __VLS_Prettify<T> = {
|
|
62
|
-
[K in keyof T]: T[K];
|
|
63
|
-
} & {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const ChartModulePt: import("./types").GenericComponentPassthrough;
|
package/dist/types/types.d.ts
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { Image } from './components/Image/Image';
|
|
2
|
-
export interface linkRef {
|
|
3
|
-
externalUrl?: string;
|
|
4
|
-
page?: {
|
|
5
|
-
slug: string;
|
|
6
|
-
};
|
|
7
|
-
ariaLabel?: string;
|
|
8
|
-
ariaDescription: string;
|
|
9
|
-
anchor?: string;
|
|
10
|
-
target: string;
|
|
11
|
-
thirdPartyId?: string;
|
|
12
|
-
}
|
|
13
|
-
export interface ctaActionRef {
|
|
14
|
-
title: string;
|
|
15
|
-
ariaDescription: string;
|
|
16
|
-
triggerMappingValue: string;
|
|
17
|
-
}
|
|
18
|
-
export declare enum VariantOptions {
|
|
19
|
-
'IconTile' = 0,
|
|
20
|
-
'ImageTile' = 1,
|
|
21
|
-
'VideoTile' = 2,
|
|
22
|
-
'ImageStackedAnimatedTile' = 3,
|
|
23
|
-
'VideoLeft' = 4,
|
|
24
|
-
'Hero' = 5,
|
|
25
|
-
'Centered' = 6
|
|
26
|
-
}
|
|
27
|
-
export declare enum MediaOptions {
|
|
28
|
-
'Image' = "img",
|
|
29
|
-
'Video' = "iframe"
|
|
30
|
-
}
|
|
31
|
-
export declare enum CTAOptions {
|
|
32
|
-
'fill' = 0,
|
|
33
|
-
'outline' = 1,
|
|
34
|
-
'link' = 2,
|
|
35
|
-
'logo' = 3
|
|
36
|
-
}
|
|
37
|
-
export interface tileLabel {
|
|
38
|
-
content: string;
|
|
39
|
-
type: 'Label' | 'Numeric';
|
|
40
|
-
textColor?: string;
|
|
41
|
-
backgroundColor?: string;
|
|
42
|
-
}
|
|
43
|
-
export interface socialMedia {
|
|
44
|
-
icon: Image;
|
|
45
|
-
link: linkRef;
|
|
46
|
-
}
|
|
47
|
-
export interface Component {
|
|
48
|
-
class?: string;
|
|
49
|
-
}
|
|
50
|
-
export interface ComponentPassthrough {
|
|
51
|
-
headline?: string;
|
|
52
|
-
subheadline?: string;
|
|
53
|
-
description?: string;
|
|
54
|
-
bodyCopy?: string;
|
|
55
|
-
start?: string;
|
|
56
|
-
center?: string;
|
|
57
|
-
end?: string;
|
|
58
|
-
container?: string;
|
|
59
|
-
root?: string;
|
|
60
|
-
item?: string;
|
|
61
|
-
}
|