@reuters-graphics/graphics-components 0.0.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist/@types/actions/cssVariables/index.d.ts +4 -0
- package/dist/@types/actions/resizeObserver/index.d.ts +4 -0
- package/dist/@types/components/@types/global.d.ts +28 -0
- package/dist/@types/components/Article/Article.svelte.d.ts +32 -0
- package/dist/@types/components/BeforeAfter/BeforeAfter.svelte.d.ts +57 -0
- package/dist/@types/components/Block/Block.svelte.d.ts +24 -0
- package/dist/@types/components/BodyText/BodyText.svelte.d.ts +20 -0
- package/dist/@types/components/DatawrapperChart/DatawrapperChart.svelte.d.ts +52 -0
- package/dist/@types/components/EmbedPreviewerLink/EmbedPreviewerLink.svelte.d.ts +16 -0
- package/dist/@types/components/FeaturePhoto/FeaturePhoto.svelte.d.ts +43 -0
- package/dist/@types/components/Framer/Framer.svelte.d.ts +29 -0
- package/dist/@types/components/Framer/Resizer/index.svelte.d.ts +27 -0
- package/dist/@types/components/Framer/stores.d.ts +1 -0
- package/dist/@types/components/Framer/uniqNames.d.ts +2 -0
- package/dist/@types/components/GraphicBlock/AriaHidden.svelte.d.ts +20 -0
- package/dist/@types/components/GraphicBlock/GraphicBlock.svelte.d.ts +64 -0
- package/dist/@types/components/GraphicBlock/TextBlock.svelte.d.ts +19 -0
- package/dist/@types/components/Headline/Headline.svelte.d.ts +29 -0
- package/dist/@types/components/Hero/Hero.svelte.d.ts +41 -0
- package/dist/@types/components/NoteText/NoteText.svelte.d.ts +20 -0
- package/dist/@types/components/PaddingReset/index.svelte.d.ts +27 -0
- package/dist/@types/components/PhotoPack/PhotoPack.svelte.d.ts +50 -0
- package/dist/@types/components/PhotoPack/docProps.d.ts +38 -0
- package/dist/@types/components/PymChild/PymChild.svelte.d.ts +16 -0
- package/dist/@types/components/ReutersLogo/ReutersLogo.svelte.d.ts +18 -0
- package/dist/@types/components/SEO/SEO.svelte.d.ts +66 -0
- package/dist/@types/components/SEO/analytics.d.ts +2 -0
- package/dist/@types/components/SEO/publisherTags.d.ts +2 -0
- package/dist/@types/components/Scroller/Background.svelte.d.ts +20 -0
- package/dist/@types/components/Scroller/Embedded/Background.svelte.d.ts +19 -0
- package/dist/@types/components/Scroller/Embedded/Foreground.svelte.d.ts +18 -0
- package/dist/@types/components/Scroller/Embedded/index.svelte.d.ts +19 -0
- package/dist/@types/components/Scroller/Foreground.svelte.d.ts +17 -0
- package/dist/@types/components/Scroller/Scroller.svelte.d.ts +76 -0
- package/dist/@types/components/Sharer/Sharer.svelte.d.ts +19 -0
- package/dist/@types/components/Sharer/utils/copyToClipboard.d.ts +2 -0
- package/dist/@types/components/Sharer/utils/facebook.d.ts +2 -0
- package/dist/@types/components/Sharer/utils/meta.d.ts +2 -0
- package/dist/@types/components/Sharer/utils/twitter.d.ts +2 -0
- package/dist/@types/components/SiteFooter/CompanyLinks.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/LegalLinks.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/QuickLinks.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/Referrals/IntersectionObserver.svelte.d.ts +39 -0
- package/dist/@types/components/SiteFooter/Referrals/Link.svelte.d.ts +29 -0
- package/dist/@types/components/SiteFooter/Referrals/Referrals.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/Referrals/index.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/SiteFooter.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/svgs/Facebook.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/svgs/Graphics.svelte.d.ts +19 -0
- package/dist/@types/components/SiteFooter/svgs/Instagram.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/svgs/LinkedIn.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/svgs/Pictures.svelte.d.ts +19 -0
- package/dist/@types/components/SiteFooter/svgs/Twitter.svelte.d.ts +23 -0
- package/dist/@types/components/SiteFooter/svgs/Videos.svelte.d.ts +19 -0
- package/dist/@types/components/SiteFooter/svgs/YouTube.svelte.d.ts +23 -0
- package/dist/@types/components/SiteHeader/MobileMenu/index.svelte.d.ts +27 -0
- package/dist/@types/components/SiteHeader/NavBar/DownArrow.svelte.d.ts +23 -0
- package/dist/@types/components/SiteHeader/NavBar/NavDropdown/MoreDropdown.svelte.d.ts +23 -0
- package/dist/@types/components/SiteHeader/NavBar/NavDropdown/SectionDropdown.svelte.d.ts +25 -0
- package/dist/@types/components/SiteHeader/NavBar/NavDropdown/Spinner/index.svelte.d.ts +19 -0
- package/dist/@types/components/SiteHeader/NavBar/NavDropdown/StoryCard/index.svelte.d.ts +25 -0
- package/dist/@types/components/SiteHeader/NavBar/NavDropdown/StoryCard/time.d.ts +1 -0
- package/dist/@types/components/SiteHeader/NavBar/NavDropdown/index.svelte.d.ts +27 -0
- package/dist/@types/components/SiteHeader/NavBar/index.svelte.d.ts +23 -0
- package/dist/@types/components/SiteHeader/NavBar/utils/index.d.ts +1 -0
- package/dist/@types/components/SiteHeader/SiteHeader.svelte.d.ts +14 -0
- package/dist/@types/components/SiteHeader/svgs/Close.svelte.d.ts +19 -0
- package/dist/@types/components/SiteHeader/svgs/Menu.svelte.d.ts +23 -0
- package/dist/@types/components/Spinner/Spinner.svelte.d.ts +28 -0
- package/dist/@types/components/Theme/@types/component.d.ts +28 -0
- package/dist/@types/components/Theme/Theme.svelte.d.ts +54 -0
- package/dist/@types/components/Theme/themes/dark.d.ts +2 -0
- package/dist/@types/components/Theme/themes/light.d.ts +22 -0
- package/dist/@types/components/Theme/utils/flatten.d.ts +1 -0
- package/dist/@types/components/Theme/utils/merge.d.ts +4 -0
- package/dist/@types/components/Video/Controls.svelte.d.ts +45 -0
- package/dist/@types/components/Video/Video.svelte.d.ts +46 -0
- package/dist/@types/components/Visible/Visible.svelte.d.ts +29 -0
- package/dist/@types/index.d.ts +24 -0
- package/dist/actions/cssVariables/index.js +20 -0
- package/dist/actions/resizeObserver/index.js +25 -0
- package/dist/components/@types/global.js +1 -0
- package/dist/components/Article/Article.svelte +47 -0
- package/dist/components/BeforeAfter/BeforeAfter.svelte +341 -0
- package/dist/components/Block/Block.svelte +177 -0
- package/dist/components/BodyText/BodyText.svelte +193 -0
- package/dist/components/DatawrapperChart/DatawrapperChart.svelte +105 -0
- package/dist/components/EmbedPreviewerLink/EmbedPreviewerLink.svelte +26 -0
- package/dist/components/FeaturePhoto/FeaturePhoto.svelte +113 -0
- package/dist/components/Framer/Framer.svelte +136 -0
- package/dist/components/Framer/Resizer/index.svelte +223 -0
- package/dist/components/Framer/stores.js +3 -0
- package/dist/components/Framer/uniqNames.js +54 -0
- package/dist/components/GraphicBlock/AriaHidden.svelte +13 -0
- package/dist/components/GraphicBlock/GraphicBlock.svelte +269 -0
- package/dist/components/GraphicBlock/TextBlock.svelte +12 -0
- package/dist/components/Headline/Headline.svelte +109 -0
- package/dist/components/Hero/Hero.svelte +78 -0
- package/dist/components/NoteText/NoteText.svelte +124 -0
- package/dist/components/PaddingReset/index.svelte +17 -0
- package/dist/components/PhotoPack/PhotoPack.svelte +156 -0
- package/dist/components/PhotoPack/docProps.js +20 -0
- package/dist/components/PymChild/PymChild.svelte +10 -0
- package/dist/components/ReutersLogo/ReutersLogo.svelte +21 -0
- package/dist/components/SEO/SEO.svelte +179 -0
- package/dist/components/SEO/analytics.js +332 -0
- package/dist/components/SEO/publisherTags.js +26 -0
- package/dist/components/Scroller/Background.svelte +30 -0
- package/dist/components/Scroller/Embedded/Background.svelte +14 -0
- package/dist/components/Scroller/Embedded/Foreground.svelte +203 -0
- package/dist/components/Scroller/Embedded/index.svelte +18 -0
- package/dist/components/Scroller/Foreground.svelte +42 -0
- package/dist/components/Scroller/Scroller.svelte +210 -0
- package/dist/components/Sharer/Sharer.svelte +157 -0
- package/dist/components/Sharer/utils/copyToClipboard.js +10 -0
- package/dist/components/Sharer/utils/facebook.js +22 -0
- package/dist/components/Sharer/utils/meta.js +7 -0
- package/dist/components/Sharer/utils/twitter.js +22 -0
- package/dist/components/SiteFooter/CompanyLinks.svelte +173 -0
- package/dist/components/SiteFooter/LegalLinks.svelte +202 -0
- package/dist/components/SiteFooter/QuickLinks.svelte +259 -0
- package/dist/components/SiteFooter/Referrals/IntersectionObserver.svelte +45 -0
- package/dist/components/SiteFooter/Referrals/Link.svelte +73 -0
- package/dist/components/SiteFooter/Referrals/Referrals.svelte +56 -0
- package/dist/components/SiteFooter/Referrals/index.svelte +53 -0
- package/dist/components/SiteFooter/SiteFooter.svelte +41 -0
- package/dist/components/SiteFooter/data.json +210 -0
- package/dist/components/SiteFooter/svgs/Facebook.svelte +18 -0
- package/dist/components/SiteFooter/svgs/Graphics.svelte +18 -0
- package/dist/components/SiteFooter/svgs/Instagram.svelte +20 -0
- package/dist/components/SiteFooter/svgs/LinkedIn.svelte +18 -0
- package/dist/components/SiteFooter/svgs/Pictures.svelte +14 -0
- package/dist/components/SiteFooter/svgs/Twitter.svelte +18 -0
- package/dist/components/SiteFooter/svgs/Videos.svelte +14 -0
- package/dist/components/SiteFooter/svgs/YouTube.svelte +18 -0
- package/dist/components/SiteHeader/MobileMenu/index.svelte +199 -0
- package/dist/components/SiteHeader/NavBar/DownArrow.svelte +26 -0
- package/dist/components/SiteHeader/NavBar/NavDropdown/MoreDropdown.svelte +112 -0
- package/dist/components/SiteHeader/NavBar/NavDropdown/SectionDropdown.svelte +118 -0
- package/dist/components/SiteHeader/NavBar/NavDropdown/Spinner/index.svelte +49 -0
- package/dist/components/SiteHeader/NavBar/NavDropdown/StoryCard/index.svelte +99 -0
- package/dist/components/SiteHeader/NavBar/NavDropdown/StoryCard/time.js +70 -0
- package/dist/components/SiteHeader/NavBar/NavDropdown/index.svelte +277 -0
- package/dist/components/SiteHeader/NavBar/index.svelte +234 -0
- package/dist/components/SiteHeader/NavBar/utils/index.js +2 -0
- package/dist/components/SiteHeader/SiteHeader.svelte +235 -0
- package/dist/components/SiteHeader/data.json +1 -0
- package/dist/components/SiteHeader/scss/_breakpoints.scss +59 -0
- package/dist/components/SiteHeader/scss/_colors.scss +25 -0
- package/dist/components/SiteHeader/scss/_eases.scss +9 -0
- package/dist/components/SiteHeader/scss/_grids.scss +126 -0
- package/dist/components/SiteHeader/scss/_z-indexes.scss +15 -0
- package/dist/components/SiteHeader/svgs/Close.svelte +14 -0
- package/dist/components/SiteHeader/svgs/Menu.svelte +19 -0
- package/dist/components/Spinner/Spinner.svelte +91 -0
- package/dist/components/Theme/@types/component.js +3 -0
- package/dist/components/Theme/Theme.svelte +37 -0
- package/dist/components/Theme/themes/dark.js +23 -0
- package/dist/components/Theme/themes/light.js +22 -0
- package/dist/components/Theme/utils/flatten.js +39 -0
- package/dist/components/Theme/utils/merge.js +23 -0
- package/dist/components/Video/Controls.svelte +68 -0
- package/dist/components/Video/Video.svelte +278 -0
- package/dist/components/Visible/Visible.svelte +54 -0
- package/dist/index.js +31 -0
- package/dist/scss/_mixins.scss +6 -0
- package/dist/scss/_variables.scss +2 -0
- package/dist/scss/bootstrap/_main.scss +34 -0
- package/dist/scss/bootstrap/_variables.scss +10 -0
- package/dist/scss/colours/thematic/_nord.scss +40 -0
- package/dist/scss/colours/thematic/_tr.scss +27 -0
- package/dist/scss/components/_hero-title.scss +118 -0
- package/dist/scss/fonts/_font-faces.scss +129 -0
- package/dist/scss/fonts/_mixins.scss +25 -0
- package/dist/scss/fonts/_rules.scss +19 -0
- package/dist/scss/fonts/_variables.scss +26 -0
- package/dist/scss/main.scss +16 -0
- package/dist/scss/mixins/_block.scss +62 -0
- package/dist/scss/mixins/_body-text.scss +113 -0
- package/dist/scss/mixins/_graphic.scss +66 -0
- package/dist/scss/mixins/_note-text.scss +34 -0
- package/dist/scss/mixins/_visually-hidden.scss +12 -0
- package/dist/scss/spacers/_rules.scss +65 -0
- package/dist/scss/spacers/_variables.scss +19 -0
- package/dist/scss/typography/_box-shadow.scss +11 -0
- package/dist/scss/typography/_font-size.scss +81 -0
- package/dist/scss/typography/_letter-spacing.scss +15 -0
- package/dist/scss/typography/_main.scss +5 -0
- package/dist/scss/typography/_mixins.scss +26 -0
- package/dist/scss/typography/_rules.scss +83 -0
- package/dist/scss/typography/_text-shadow.scss +13 -0
- package/dist/scss/typography/_transform.scss +7 -0
- package/dist/scss/typography/_variables.scss +39 -0
- package/package.json +210 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
interface BlockImage {
|
|
2
|
+
Src: string;
|
|
3
|
+
AltText: string;
|
|
4
|
+
Caption?: string;
|
|
5
|
+
MaxHeight?: string;
|
|
6
|
+
}
|
|
7
|
+
interface BlockLayout {
|
|
8
|
+
Breakpoint: string;
|
|
9
|
+
Rows: string;
|
|
10
|
+
}
|
|
11
|
+
interface Block {
|
|
12
|
+
Type: string;
|
|
13
|
+
ID?: string;
|
|
14
|
+
Class?: string;
|
|
15
|
+
Width: string;
|
|
16
|
+
CaptionWidth?: string;
|
|
17
|
+
Gap?: string;
|
|
18
|
+
Images: BlockImage[];
|
|
19
|
+
Layouts: BlockLayout[];
|
|
20
|
+
}
|
|
21
|
+
export declare const getPhotoPackPropsFromDoc: (docBlock: Block, assetsPath?: string) => {
|
|
22
|
+
id: string;
|
|
23
|
+
cls: string;
|
|
24
|
+
width: string;
|
|
25
|
+
captionWidth: string;
|
|
26
|
+
gap: number;
|
|
27
|
+
images: {
|
|
28
|
+
src: string;
|
|
29
|
+
altText: string;
|
|
30
|
+
caption: string;
|
|
31
|
+
maxHeight: number;
|
|
32
|
+
}[];
|
|
33
|
+
layouts: {
|
|
34
|
+
breakpoint: number;
|
|
35
|
+
rows: number[];
|
|
36
|
+
}[];
|
|
37
|
+
};
|
|
38
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
/** Pym.js polling interval */ polling?: number;
|
|
5
|
+
};
|
|
6
|
+
events: {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
};
|
|
9
|
+
slots: {};
|
|
10
|
+
};
|
|
11
|
+
export declare type PymChildProps = typeof __propDef.props;
|
|
12
|
+
export declare type PymChildEvents = typeof __propDef.events;
|
|
13
|
+
export declare type PymChildSlots = typeof __propDef.slots;
|
|
14
|
+
export default class PymChild extends SvelteComponentTyped<PymChildProps, PymChildEvents, PymChildSlots> {
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
/** "Kinesis" colour */ logoColour?: string;
|
|
5
|
+
/** Text colour */ textColour?: string;
|
|
6
|
+
/** CSS width value */ width?: string;
|
|
7
|
+
};
|
|
8
|
+
events: {
|
|
9
|
+
[evt: string]: CustomEvent<any>;
|
|
10
|
+
};
|
|
11
|
+
slots: {};
|
|
12
|
+
};
|
|
13
|
+
export declare type ReutersLogoProps = typeof __propDef.props;
|
|
14
|
+
export declare type ReutersLogoEvents = typeof __propDef.events;
|
|
15
|
+
export declare type ReutersLogoSlots = typeof __propDef.slots;
|
|
16
|
+
export default class ReutersLogo extends SvelteComponentTyped<ReutersLogoProps, ReutersLogoEvents, ReutersLogoSlots> {
|
|
17
|
+
}
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
/**
|
|
5
|
+
* [URL](https://developer.mozilla.org/en-US/docs/Web/API/URL) object for the page.
|
|
6
|
+
* @required
|
|
7
|
+
* @type {URL}
|
|
8
|
+
*/ url?: URL | null;
|
|
9
|
+
/**
|
|
10
|
+
* SEO title
|
|
11
|
+
* @required
|
|
12
|
+
* @type {string}
|
|
13
|
+
*/ seoTitle: any;
|
|
14
|
+
/**
|
|
15
|
+
* SEO description
|
|
16
|
+
* @required
|
|
17
|
+
* @type {string}
|
|
18
|
+
*/ seoDescription: any;
|
|
19
|
+
/**
|
|
20
|
+
* Share title
|
|
21
|
+
* @required
|
|
22
|
+
* @type {string}
|
|
23
|
+
*/ shareTitle: any;
|
|
24
|
+
/**
|
|
25
|
+
* Share description
|
|
26
|
+
* @required
|
|
27
|
+
* @type {string}
|
|
28
|
+
*/ shareDescription: any;
|
|
29
|
+
/**
|
|
30
|
+
* Share image path. **Must be an absolute path.**
|
|
31
|
+
* @required
|
|
32
|
+
* @type {string}
|
|
33
|
+
*/ shareImgPath: any;
|
|
34
|
+
/**
|
|
35
|
+
* [HTML lang attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang). **Two-letter code only.**
|
|
36
|
+
* @type {string}
|
|
37
|
+
*/ lang?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Publish time as an [ISO string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
|
|
40
|
+
* @type {string}
|
|
41
|
+
*/ publishTime?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Updated time as an [ISO string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
|
|
44
|
+
* @type {string}
|
|
45
|
+
*/ updateTime?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Array of authors for the piece. Each author object must have `name` and `url` attributes.
|
|
48
|
+
*/ authors?: {
|
|
49
|
+
name: string;
|
|
50
|
+
url: string;
|
|
51
|
+
}[];
|
|
52
|
+
/**
|
|
53
|
+
* Whether to inject Google Analytics code for this page.
|
|
54
|
+
*/ includeAnalytics?: boolean;
|
|
55
|
+
};
|
|
56
|
+
events: {
|
|
57
|
+
[evt: string]: CustomEvent<any>;
|
|
58
|
+
};
|
|
59
|
+
slots: {};
|
|
60
|
+
};
|
|
61
|
+
export declare type SeoProps = typeof __propDef.props;
|
|
62
|
+
export declare type SeoEvents = typeof __propDef.events;
|
|
63
|
+
export declare type SeoSlots = typeof __propDef.slots;
|
|
64
|
+
export default class Seo extends SvelteComponentTyped<SeoProps, SeoEvents, SeoSlots> {
|
|
65
|
+
}
|
|
66
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { ScrollerStep } from '../@types/global';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
index: number;
|
|
6
|
+
steps?: ScrollerStep[];
|
|
7
|
+
preload?: number;
|
|
8
|
+
stackBackground?: boolean;
|
|
9
|
+
};
|
|
10
|
+
events: {
|
|
11
|
+
[evt: string]: CustomEvent<any>;
|
|
12
|
+
};
|
|
13
|
+
slots: {};
|
|
14
|
+
};
|
|
15
|
+
export declare type BackgroundProps = typeof __propDef.props;
|
|
16
|
+
export declare type BackgroundEvents = typeof __propDef.events;
|
|
17
|
+
export declare type BackgroundSlots = typeof __propDef.slots;
|
|
18
|
+
export default class Background extends SvelteComponentTyped<BackgroundProps, BackgroundEvents, BackgroundSlots> {
|
|
19
|
+
}
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { ContainerWidth, ScrollerStep } from '../../@types/global';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
step: ScrollerStep;
|
|
6
|
+
backgroundWidth: ContainerWidth;
|
|
7
|
+
index: number;
|
|
8
|
+
};
|
|
9
|
+
events: {
|
|
10
|
+
[evt: string]: CustomEvent<any>;
|
|
11
|
+
};
|
|
12
|
+
slots: {};
|
|
13
|
+
};
|
|
14
|
+
export declare type BackgroundProps = typeof __propDef.props;
|
|
15
|
+
export declare type BackgroundEvents = typeof __propDef.events;
|
|
16
|
+
export declare type BackgroundSlots = typeof __propDef.slots;
|
|
17
|
+
export default class Background extends SvelteComponentTyped<BackgroundProps, BackgroundEvents, BackgroundSlots> {
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { ScrollerStep } from '../../@types/global';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
step: ScrollerStep;
|
|
6
|
+
index: number;
|
|
7
|
+
};
|
|
8
|
+
events: {
|
|
9
|
+
[evt: string]: CustomEvent<any>;
|
|
10
|
+
};
|
|
11
|
+
slots: {};
|
|
12
|
+
};
|
|
13
|
+
export declare type ForegroundProps = typeof __propDef.props;
|
|
14
|
+
export declare type ForegroundEvents = typeof __propDef.events;
|
|
15
|
+
export declare type ForegroundSlots = typeof __propDef.slots;
|
|
16
|
+
export default class Foreground extends SvelteComponentTyped<ForegroundProps, ForegroundEvents, ForegroundSlots> {
|
|
17
|
+
}
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { ContainerWidth, ScrollerStep } from '../../@types/global';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
steps?: ScrollerStep[];
|
|
6
|
+
embeddedLayout?: "fb" | "bf";
|
|
7
|
+
backgroundWidth?: ContainerWidth;
|
|
8
|
+
};
|
|
9
|
+
events: {
|
|
10
|
+
[evt: string]: CustomEvent<any>;
|
|
11
|
+
};
|
|
12
|
+
slots: {};
|
|
13
|
+
};
|
|
14
|
+
export declare type IndexProps = typeof __propDef.props;
|
|
15
|
+
export declare type IndexEvents = typeof __propDef.events;
|
|
16
|
+
export declare type IndexSlots = typeof __propDef.slots;
|
|
17
|
+
export default class Index extends SvelteComponentTyped<IndexProps, IndexEvents, IndexSlots> {
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { ScrollerStep } from '../@types/global';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
steps?: ScrollerStep[];
|
|
6
|
+
};
|
|
7
|
+
events: {
|
|
8
|
+
[evt: string]: CustomEvent<any>;
|
|
9
|
+
};
|
|
10
|
+
slots: {};
|
|
11
|
+
};
|
|
12
|
+
export declare type ForegroundProps = typeof __propDef.props;
|
|
13
|
+
export declare type ForegroundEvents = typeof __propDef.events;
|
|
14
|
+
export declare type ForegroundSlots = typeof __propDef.slots;
|
|
15
|
+
export default class Foreground extends SvelteComponentTyped<ForegroundProps, ForegroundEvents, ForegroundSlots> {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
import type { ContainerWidth, ScrollerStep } from '../@types/global';
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: {
|
|
5
|
+
/**
|
|
6
|
+
* ID of the scroller container
|
|
7
|
+
* @type {string}
|
|
8
|
+
*/ id?: string;
|
|
9
|
+
/**
|
|
10
|
+
* An array of step objects that define the steps in your scroller.
|
|
11
|
+
*
|
|
12
|
+
* Each step object in the array can have:
|
|
13
|
+
*
|
|
14
|
+
* - `background` A background component **REQUIRED**
|
|
15
|
+
* - `backgroundProps` An object of props given to the background component
|
|
16
|
+
* - `foreground` Either a markdown-formatted string or a foreground component **REQUIRED**
|
|
17
|
+
* - `foregroundProps` An object of props given to the foreground component
|
|
18
|
+
*
|
|
19
|
+
* @required
|
|
20
|
+
*/ steps?: ScrollerStep[];
|
|
21
|
+
/**
|
|
22
|
+
* Width of the background
|
|
23
|
+
*/ backgroundWidth?: ContainerWidth;
|
|
24
|
+
/**
|
|
25
|
+
* Position of the foreground. One of: middle, left, right, left opposite or right opposite.
|
|
26
|
+
*
|
|
27
|
+
* "opposite" options push the background to the other side on larger viewports.
|
|
28
|
+
*
|
|
29
|
+
* @type {string}
|
|
30
|
+
*/ foregroundPosition?: "left" | "middle" | "right" | "left opposite" | "right opposite";
|
|
31
|
+
/**
|
|
32
|
+
* Whether previous background steps should stack below the current one.
|
|
33
|
+
*
|
|
34
|
+
* - `true` _default_ Background graphics from previous steps will remain visible below the active one, allowing you to stack graphics with transparent backgrounds.
|
|
35
|
+
* - `false` Only the background graphic from the current step will show and backgrounds from previous steps are hidden.
|
|
36
|
+
*/ stackBackground?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* How many background steps to load before and after the currently active one, effectively lazy-loading them.
|
|
39
|
+
*
|
|
40
|
+
* Setting to `0` disables lazy-loading and loads all backgrounds at once.
|
|
41
|
+
*/ preload?: number;
|
|
42
|
+
/**
|
|
43
|
+
* Setting to `true` will unroll the scroll experience into a flat layout.
|
|
44
|
+
*/ embedded?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Layout order when `embedded` is `true`.
|
|
47
|
+
*
|
|
48
|
+
* - `fb` _default_ Foreground then background
|
|
49
|
+
* - `bf` Background then foreground
|
|
50
|
+
*
|
|
51
|
+
* @type {string}
|
|
52
|
+
*/ embeddedLayout?: "fb" | "bf";
|
|
53
|
+
/**
|
|
54
|
+
* Threshold prop passed to [svelte-scroller](https://github.com/sveltejs/svelte-scroller#parameters)
|
|
55
|
+
*/ threshold?: number;
|
|
56
|
+
/**
|
|
57
|
+
* Top prop passed to [svelte-scroller](https://github.com/sveltejs/svelte-scroller#parameters)
|
|
58
|
+
*/ top?: number;
|
|
59
|
+
/**
|
|
60
|
+
* Bottom prop passed to [svelte-scroller](https://github.com/sveltejs/svelte-scroller#parameters)
|
|
61
|
+
*/ bottom?: number;
|
|
62
|
+
/**
|
|
63
|
+
* Parallax prop passed to [svelte-scroller](https://github.com/sveltejs/svelte-scroller#parameters)
|
|
64
|
+
*/ parallax?: boolean;
|
|
65
|
+
};
|
|
66
|
+
events: {
|
|
67
|
+
[evt: string]: CustomEvent<any>;
|
|
68
|
+
};
|
|
69
|
+
slots: {};
|
|
70
|
+
};
|
|
71
|
+
export declare type ScrollerProps = typeof __propDef.props;
|
|
72
|
+
export declare type ScrollerEvents = typeof __propDef.events;
|
|
73
|
+
export declare type ScrollerSlots = typeof __propDef.slots;
|
|
74
|
+
export default class Scroller extends SvelteComponentTyped<ScrollerProps, ScrollerEvents, ScrollerSlots> {
|
|
75
|
+
}
|
|
76
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} SharerProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} SharerEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} SharerSlots */
|
|
4
|
+
export default class Sharer extends SvelteComponentTyped<{}, {
|
|
5
|
+
[evt: string]: CustomEvent<any>;
|
|
6
|
+
}, {}> {
|
|
7
|
+
}
|
|
8
|
+
export type SharerProps = typeof __propDef.props;
|
|
9
|
+
export type SharerEvents = typeof __propDef.events;
|
|
10
|
+
export type SharerSlots = typeof __propDef.slots;
|
|
11
|
+
import { SvelteComponentTyped } from "svelte";
|
|
12
|
+
declare const __propDef: {
|
|
13
|
+
props: {};
|
|
14
|
+
events: {
|
|
15
|
+
[evt: string]: CustomEvent<any>;
|
|
16
|
+
};
|
|
17
|
+
slots: {};
|
|
18
|
+
};
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} CompanyLinksProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} CompanyLinksEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} CompanyLinksSlots */
|
|
4
|
+
export default class CompanyLinks extends SvelteComponentTyped<{
|
|
5
|
+
links?: {};
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type CompanyLinksProps = typeof __propDef.props;
|
|
11
|
+
export type CompanyLinksEvents = typeof __propDef.events;
|
|
12
|
+
export type CompanyLinksSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
links?: {};
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} LegalLinksProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} LegalLinksEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} LegalLinksSlots */
|
|
4
|
+
export default class LegalLinks extends SvelteComponentTyped<{
|
|
5
|
+
links?: {};
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type LegalLinksProps = typeof __propDef.props;
|
|
11
|
+
export type LegalLinksEvents = typeof __propDef.events;
|
|
12
|
+
export type LegalLinksSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
links?: {};
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} QuickLinksProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} QuickLinksEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} QuickLinksSlots */
|
|
4
|
+
export default class QuickLinks extends SvelteComponentTyped<{
|
|
5
|
+
links?: {};
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type QuickLinksProps = typeof __propDef.props;
|
|
11
|
+
export type QuickLinksEvents = typeof __propDef.events;
|
|
12
|
+
export type QuickLinksSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
links?: {};
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} IntersectionObserverProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} IntersectionObserverEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} IntersectionObserverSlots */
|
|
4
|
+
export default class IntersectionObserver extends SvelteComponentTyped<{
|
|
5
|
+
left?: number;
|
|
6
|
+
right?: number;
|
|
7
|
+
once?: boolean;
|
|
8
|
+
top?: number;
|
|
9
|
+
bottom?: number;
|
|
10
|
+
}, {
|
|
11
|
+
[evt: string]: CustomEvent<any>;
|
|
12
|
+
}, {
|
|
13
|
+
default: {
|
|
14
|
+
intersecting: boolean;
|
|
15
|
+
};
|
|
16
|
+
}> {
|
|
17
|
+
}
|
|
18
|
+
export type IntersectionObserverProps = typeof __propDef.props;
|
|
19
|
+
export type IntersectionObserverEvents = typeof __propDef.events;
|
|
20
|
+
export type IntersectionObserverSlots = typeof __propDef.slots;
|
|
21
|
+
import { SvelteComponentTyped } from "svelte";
|
|
22
|
+
declare const __propDef: {
|
|
23
|
+
props: {
|
|
24
|
+
left?: number;
|
|
25
|
+
right?: number;
|
|
26
|
+
once?: boolean;
|
|
27
|
+
top?: number;
|
|
28
|
+
bottom?: number;
|
|
29
|
+
};
|
|
30
|
+
events: {
|
|
31
|
+
[evt: string]: CustomEvent<any>;
|
|
32
|
+
};
|
|
33
|
+
slots: {
|
|
34
|
+
default: {
|
|
35
|
+
intersecting: boolean;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} LinkProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} LinkEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} LinkSlots */
|
|
4
|
+
export default class Link extends SvelteComponentTyped<{
|
|
5
|
+
url: any;
|
|
6
|
+
image: any;
|
|
7
|
+
title: any;
|
|
8
|
+
description: any;
|
|
9
|
+
}, {
|
|
10
|
+
[evt: string]: CustomEvent<any>;
|
|
11
|
+
}, {}> {
|
|
12
|
+
}
|
|
13
|
+
export type LinkProps = typeof __propDef.props;
|
|
14
|
+
export type LinkEvents = typeof __propDef.events;
|
|
15
|
+
export type LinkSlots = typeof __propDef.slots;
|
|
16
|
+
import { SvelteComponentTyped } from "svelte";
|
|
17
|
+
declare const __propDef: {
|
|
18
|
+
props: {
|
|
19
|
+
url: any;
|
|
20
|
+
image: any;
|
|
21
|
+
title: any;
|
|
22
|
+
description: any;
|
|
23
|
+
};
|
|
24
|
+
events: {
|
|
25
|
+
[evt: string]: CustomEvent<any>;
|
|
26
|
+
};
|
|
27
|
+
slots: {};
|
|
28
|
+
};
|
|
29
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} ReferralsProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} ReferralsEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} ReferralsSlots */
|
|
4
|
+
export default class Referrals extends SvelteComponentTyped<{
|
|
5
|
+
referrals?: any[];
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type ReferralsProps = typeof __propDef.props;
|
|
11
|
+
export type ReferralsEvents = typeof __propDef.events;
|
|
12
|
+
export type ReferralsSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
referrals?: any[];
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} IndexProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} IndexEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} IndexSlots */
|
|
4
|
+
export default class Index extends SvelteComponentTyped<{
|
|
5
|
+
referrals?: any[];
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type IndexProps = typeof __propDef.props;
|
|
11
|
+
export type IndexEvents = typeof __propDef.events;
|
|
12
|
+
export type IndexSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
referrals?: any[];
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { SvelteComponentTyped } from "svelte";
|
|
2
|
+
declare const __propDef: {
|
|
3
|
+
props: {
|
|
4
|
+
/**
|
|
5
|
+
* Custom referrals to other Reuters Graphics projects
|
|
6
|
+
*/ referrals?: {
|
|
7
|
+
url: URL;
|
|
8
|
+
image: URL;
|
|
9
|
+
title: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
}[];
|
|
12
|
+
};
|
|
13
|
+
events: {
|
|
14
|
+
[evt: string]: CustomEvent<any>;
|
|
15
|
+
};
|
|
16
|
+
slots: {};
|
|
17
|
+
};
|
|
18
|
+
export declare type SiteFooterProps = typeof __propDef.props;
|
|
19
|
+
export declare type SiteFooterEvents = typeof __propDef.events;
|
|
20
|
+
export declare type SiteFooterSlots = typeof __propDef.slots;
|
|
21
|
+
export default class SiteFooter extends SvelteComponentTyped<SiteFooterProps, SiteFooterEvents, SiteFooterSlots> {
|
|
22
|
+
}
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} FacebookProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} FacebookEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} FacebookSlots */
|
|
4
|
+
export default class Facebook extends SvelteComponentTyped<{
|
|
5
|
+
width?: number;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type FacebookProps = typeof __propDef.props;
|
|
11
|
+
export type FacebookEvents = typeof __propDef.events;
|
|
12
|
+
export type FacebookSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
width?: number;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} GraphicsProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} GraphicsEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} GraphicsSlots */
|
|
4
|
+
export default class Graphics extends SvelteComponentTyped<{}, {
|
|
5
|
+
[evt: string]: CustomEvent<any>;
|
|
6
|
+
}, {}> {
|
|
7
|
+
}
|
|
8
|
+
export type GraphicsProps = typeof __propDef.props;
|
|
9
|
+
export type GraphicsEvents = typeof __propDef.events;
|
|
10
|
+
export type GraphicsSlots = typeof __propDef.slots;
|
|
11
|
+
import { SvelteComponentTyped } from "svelte";
|
|
12
|
+
declare const __propDef: {
|
|
13
|
+
props: {};
|
|
14
|
+
events: {
|
|
15
|
+
[evt: string]: CustomEvent<any>;
|
|
16
|
+
};
|
|
17
|
+
slots: {};
|
|
18
|
+
};
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} InstagramProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} InstagramEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} InstagramSlots */
|
|
4
|
+
export default class Instagram extends SvelteComponentTyped<{
|
|
5
|
+
width?: number;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type InstagramProps = typeof __propDef.props;
|
|
11
|
+
export type InstagramEvents = typeof __propDef.events;
|
|
12
|
+
export type InstagramSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
width?: number;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/** @typedef {typeof __propDef.props} LinkedInProps */
|
|
2
|
+
/** @typedef {typeof __propDef.events} LinkedInEvents */
|
|
3
|
+
/** @typedef {typeof __propDef.slots} LinkedInSlots */
|
|
4
|
+
export default class LinkedIn extends SvelteComponentTyped<{
|
|
5
|
+
width?: number;
|
|
6
|
+
}, {
|
|
7
|
+
[evt: string]: CustomEvent<any>;
|
|
8
|
+
}, {}> {
|
|
9
|
+
}
|
|
10
|
+
export type LinkedInProps = typeof __propDef.props;
|
|
11
|
+
export type LinkedInEvents = typeof __propDef.events;
|
|
12
|
+
export type LinkedInSlots = typeof __propDef.slots;
|
|
13
|
+
import { SvelteComponentTyped } from "svelte";
|
|
14
|
+
declare const __propDef: {
|
|
15
|
+
props: {
|
|
16
|
+
width?: number;
|
|
17
|
+
};
|
|
18
|
+
events: {
|
|
19
|
+
[evt: string]: CustomEvent<any>;
|
|
20
|
+
};
|
|
21
|
+
slots: {};
|
|
22
|
+
};
|
|
23
|
+
export {};
|