flowbite-svelte 0.26.20 → 0.26.22
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/CHANGELOG.md +18 -0
- package/accordions/AccordionItem.svelte.d.ts +7 -7
- package/alerts/Alert.svelte.d.ts +4 -4
- package/avatar/Avatar.svelte.d.ts +8 -8
- package/avatar/Dot.svelte.d.ts +5 -5
- package/avatar/Placeholder.svelte.d.ts +1 -1
- package/badges/Badge.svelte.d.ts +7 -7
- package/breadcrumbs/Breadcrumb.svelte.d.ts +4 -4
- package/breadcrumbs/BreadcrumbItem.svelte.d.ts +4 -4
- package/buttongroups/ButtonGroup.svelte.d.ts +1 -1
- package/buttons/Button.svelte.d.ts +9 -9
- package/cards/Card.svelte.d.ts +6 -6
- package/carousels/Caption.svelte.d.ts +2 -2
- package/carousels/Carousel.svelte.d.ts +11 -11
- package/carousels/CarouselTransition.svelte.d.ts +11 -11
- package/carousels/Indicator.svelte.d.ts +3 -3
- package/carousels/Slide.svelte.d.ts +4 -4
- package/carousels/Thumbnail.svelte.d.ts +4 -4
- package/darkmode/DarkMode.svelte.d.ts +1 -1
- package/datepicker/Datepicker.svelte.d.ts +7 -7
- package/drawer/Drawer.svelte.d.ts +14 -14
- package/dropdowns/Dropdown.svelte.d.ts +7 -7
- package/dropdowns/DropdownDivider.svelte.d.ts +1 -1
- package/dropdowns/DropdownHeader.svelte.d.ts +2 -2
- package/dropdowns/DropdownItem.svelte.d.ts +3 -3
- package/footer/Footer.svelte.d.ts +2 -2
- package/footer/FooterBrand.svelte.d.ts +7 -7
- package/footer/FooterCopyright.svelte.d.ts +5 -5
- package/footer/FooterIcon.svelte.d.ts +3 -3
- package/footer/FooterLink.svelte.d.ts +3 -3
- package/footer/FooterLinkGroup.svelte.d.ts +1 -1
- package/forms/Checkbox.svelte.d.ts +6 -6
- package/forms/Dropzone.svelte.d.ts +4 -4
- package/forms/Fileupload.svelte.d.ts +3 -3
- package/forms/FloatingLabelInput.svelte.d.ts +7 -7
- package/forms/Helper.svelte.d.ts +2 -2
- package/forms/Iconinput.svelte.d.ts +8 -8
- package/forms/Input.svelte.d.ts +5 -5
- package/forms/Label.svelte.d.ts +3 -3
- package/forms/Radio.svelte.d.ts +5 -5
- package/forms/Range.svelte.d.ts +1 -1
- package/forms/Search.svelte.d.ts +5 -5
- package/forms/Select.svelte.d.ts +6 -6
- package/forms/SimpleSearch.svelte.d.ts +7 -7
- package/forms/Textarea.svelte.d.ts +1 -1
- package/forms/Toggle.svelte.d.ts +4 -4
- package/forms/VoiceSearch.svelte.d.ts +9 -9
- package/kbd/ArrowKeyDown.svelte.d.ts +1 -1
- package/kbd/ArrowKeyLeft.svelte.d.ts +1 -1
- package/kbd/ArrowKeyRight.svelte.d.ts +1 -1
- package/kbd/ArrowKeyUp.svelte.d.ts +1 -1
- package/kbd/Kbd.svelte.d.ts +1 -1
- package/list-group/Listgroup.svelte.d.ts +2 -2
- package/list-group/ListgroupItem.svelte.d.ts +4 -4
- package/megamenu/MegaMenu.svelte.d.ts +3 -3
- package/modals/Modal.svelte.d.ts +6 -6
- package/navbar/Menu.svelte.d.ts +4 -4
- package/navbar/NavBrand.svelte.d.ts +1 -1
- package/navbar/NavDropdown.svelte.d.ts +5 -5
- package/navbar/NavHamburger.svelte.d.ts +1 -1
- package/navbar/NavLi.svelte.d.ts +4 -4
- package/navbar/NavUl.svelte.d.ts +3 -3
- package/navbar/Navbar.svelte.d.ts +4 -4
- package/package.json +20 -21
- package/paginations/Next.svelte.d.ts +2 -2
- package/paginations/Pagination.svelte.d.ts +7 -7
- package/paginations/Previous.svelte.d.ts +2 -2
- package/paginations/TableData.svelte.d.ts +2 -2
- package/popover/Popover.svelte.d.ts +2 -2
- package/progressbars/Progressbar.svelte.d.ts +6 -6
- package/ratings/AdvancedRating.svelte.d.ts +7 -7
- package/ratings/Rating.svelte.d.ts +6 -6
- package/ratings/RatingComment.svelte.d.ts +3 -3
- package/ratings/Review.svelte.d.ts +5 -5
- package/ratings/ScoreRating.svelte.d.ts +6 -6
- package/ratings/Star.svelte.d.ts +4 -4
- package/sidebars/Sidebar.svelte.d.ts +1 -1
- package/sidebars/SidebarBrand.svelte.d.ts +3 -3
- package/sidebars/SidebarCta.svelte.d.ts +4 -4
- package/sidebars/SidebarDropdownItem.svelte.d.ts +5 -5
- package/sidebars/SidebarDropdownWrapper.svelte.d.ts +5 -5
- package/sidebars/SidebarGroup.svelte.d.ts +3 -3
- package/sidebars/SidebarItem.svelte.d.ts +6 -6
- package/sidebars/SidebarWrapper.svelte.d.ts +1 -1
- package/skeleton/CardPlaceholder.svelte.d.ts +2 -2
- package/skeleton/ImagePlaceholder.svelte.d.ts +2 -2
- package/skeleton/ListPlaceholder.svelte.d.ts +1 -1
- package/skeleton/Skeleton.svelte.d.ts +1 -1
- package/skeleton/TestimonialPlaceholder.svelte.d.ts +1 -1
- package/skeleton/TextPlaceholder.svelte.d.ts +1 -1
- package/skeleton/VideoPlaceholder.svelte.d.ts +2 -2
- package/skeleton/WidgetPlaceholder.svelte.d.ts +1 -1
- package/spinners/Spinner.svelte.d.ts +4 -4
- package/tables/Table.svelte.d.ts +6 -6
- package/tables/TableBodyCell.svelte.d.ts +1 -1
- package/tables/TableBodyRow.svelte.d.ts +1 -1
- package/tables/TableHead.svelte.d.ts +1 -1
- package/tables/TableSearch.svelte.d.ts +6 -6
- package/tabs/TabContentItem.svelte.d.ts +1 -1
- package/tabs/TabHead.svelte.d.ts +2 -2
- package/tabs/TabHeadItem.svelte.d.ts +3 -3
- package/tabs/TabWrapper.svelte.d.ts +3 -3
- package/timelines/Activity.svelte.d.ts +1 -1
- package/timelines/Group.svelte.d.ts +2 -2
- package/timelines/Timeline.svelte.d.ts +2 -2
- package/timelines/TimelineHorizontal.svelte.d.ts +1 -1
- package/timelines/TimelineItem.svelte.d.ts +4 -4
- package/toasts/Toast.svelte.d.ts +5 -5
- package/toolbar/Toolbar.svelte.d.ts +2 -2
- package/toolbar/ToolbarButton.svelte.d.ts +4 -4
- package/tooltips/Tooltip.svelte.d.ts +3 -3
- package/typography/A.svelte.d.ts +3 -3
- package/typography/Blockquote.svelte.d.ts +8 -8
- package/typography/DescriptionList.svelte.d.ts +2 -2
- package/typography/Heading.svelte.d.ts +3 -3
- package/typography/Hr.svelte.d.ts +8 -8
- package/typography/Img.svelte.d.ts +7 -7
- package/typography/Layout.svelte.d.ts +2 -2
- package/typography/Li.svelte.d.ts +2 -2
- package/typography/List.svelte.d.ts +7 -7
- package/typography/Mark.svelte.d.ts +3 -3
- package/typography/P.svelte.d.ts +10 -10
- package/typography/Secondary.svelte.d.ts +2 -2
- package/typography/Span.svelte.d.ts +9 -9
- package/typography/Ul.svelte.d.ts +3 -3
- package/utils/Chevron.svelte.d.ts +2 -2
- package/utils/ChevronDown.svelte.d.ts +4 -4
- package/utils/ChevronLeft.svelte.d.ts +4 -4
- package/utils/ChevronRight.svelte.d.ts +4 -4
- package/utils/ChevronUp.svelte.d.ts +4 -4
- package/utils/CloseButton.svelte.d.ts +3 -3
- package/utils/Frame.svelte.d.ts +10 -10
- package/utils/InformationCircle.svelte.d.ts +4 -4
- package/utils/Popper.svelte.d.ts +9 -9
- package/utils/UserCircle.svelte.d.ts +4 -4
- package/utils/createEventDispatcher.d.ts +1 -0
- package/utils/focusTrap.d.ts +4 -0
- package/utils/generateId.d.ts +1 -0
- package/video/Video.svelte.d.ts +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.26.22](https://github.com/themesberg/flowbite-svelte/compare/v0.26.21...v0.26.22) (2022-09-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* add createprops, scripts gen:props and package ([0fa07af](https://github.com/themesberg/flowbite-svelte/commit/0fa07af6a55819cf1d72d2f14ded5c400d7386db))
|
|
11
|
+
|
|
12
|
+
### [0.26.21](https://github.com/themesberg/flowbite-svelte/compare/v0.26.20...v0.26.21) (2022-09-17)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* add npm and node to packages.josn engines for vercel test ([52e61fa](https://github.com/themesberg/flowbite-svelte/commit/52e61faf5152817af07adbf7a4947b90f61ef7fb))
|
|
18
|
+
* commit after reset ([c3ee849](https://github.com/themesberg/flowbite-svelte/commit/c3ee8494fffac749a1e32cbeba1cf722ba6cb578))
|
|
19
|
+
* copy from flowbite-svelte-new ([5a400fc](https://github.com/themesberg/flowbite-svelte/commit/5a400fce508c53e57eec6f5e40ba5c468ef79481))
|
|
20
|
+
* remove layout and page content ([92609e5](https://github.com/themesberg/flowbite-svelte/commit/92609e5a8dd85b22daaf12dda526331184bb4e74))
|
|
21
|
+
* update tsconfig.json ([ff4b3da](https://github.com/themesberg/flowbite-svelte/commit/ff4b3dacb420558c0beb627a75d9668e8fad88f9))
|
|
22
|
+
|
|
5
23
|
### [0.26.20](https://github.com/themesberg/flowbite-svelte/compare/v0.26.18...v0.26.20) (2022-09-15)
|
|
6
24
|
|
|
7
25
|
|
|
@@ -2,13 +2,13 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
flush?: boolean;
|
|
6
|
-
id?: string;
|
|
7
|
-
slotClass?: string;
|
|
8
|
-
isOpen?: boolean;
|
|
9
|
-
color?: boolean;
|
|
10
|
-
btnClass?: string;
|
|
11
|
-
colorClass?: string;
|
|
5
|
+
flush?: boolean | undefined;
|
|
6
|
+
id?: string | undefined;
|
|
7
|
+
slotClass?: string | undefined;
|
|
8
|
+
isOpen?: boolean | undefined;
|
|
9
|
+
color?: boolean | undefined;
|
|
10
|
+
btnClass?: string | undefined;
|
|
11
|
+
colorClass?: string | undefined;
|
|
12
12
|
};
|
|
13
13
|
events: {
|
|
14
14
|
[evt: string]: CustomEvent<any>;
|
package/alerts/Alert.svelte.d.ts
CHANGED
|
@@ -2,10 +2,10 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
color?:
|
|
6
|
-
dismissable?: boolean;
|
|
7
|
-
rounded?: boolean;
|
|
8
|
-
accent?: boolean;
|
|
5
|
+
color?: "gray" | "blue" | "red" | "green" | "yellow" | "indigo" | "purple" | "pink" | "dark" | "custom" | undefined;
|
|
6
|
+
dismissable?: boolean | undefined;
|
|
7
|
+
rounded?: boolean | undefined;
|
|
8
|
+
accent?: boolean | undefined;
|
|
9
9
|
};
|
|
10
10
|
events: {
|
|
11
11
|
click: MouseEvent;
|
|
@@ -3,14 +3,14 @@ import type { DotType } from '../types';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
src?: string;
|
|
7
|
-
href?: string;
|
|
8
|
-
rounded?: boolean;
|
|
9
|
-
border?: boolean;
|
|
10
|
-
stacked?: boolean;
|
|
11
|
-
dot?: DotType;
|
|
12
|
-
alt?: string;
|
|
13
|
-
size?:
|
|
6
|
+
src?: string | undefined;
|
|
7
|
+
href?: string | undefined;
|
|
8
|
+
rounded?: boolean | undefined;
|
|
9
|
+
border?: boolean | undefined;
|
|
10
|
+
stacked?: boolean | undefined;
|
|
11
|
+
dot?: DotType | undefined;
|
|
12
|
+
alt?: string | undefined;
|
|
13
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
14
14
|
};
|
|
15
15
|
events: {
|
|
16
16
|
[evt: string]: CustomEvent<any>;
|
package/avatar/Dot.svelte.d.ts
CHANGED
|
@@ -2,11 +2,11 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
show?: boolean;
|
|
6
|
-
top?: boolean;
|
|
7
|
-
color?: string;
|
|
8
|
-
rounded?: boolean;
|
|
9
|
-
size?:
|
|
5
|
+
show?: boolean | undefined;
|
|
6
|
+
top?: boolean | undefined;
|
|
7
|
+
color?: string | undefined;
|
|
8
|
+
rounded?: boolean | undefined;
|
|
9
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
10
10
|
};
|
|
11
11
|
events: {
|
|
12
12
|
[evt: string]: CustomEvent<any>;
|
package/badges/Badge.svelte.d.ts
CHANGED
|
@@ -3,13 +3,13 @@ import type { Colors } from '../types';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
color?: Colors;
|
|
7
|
-
large?: boolean;
|
|
8
|
-
href?: string;
|
|
9
|
-
rounded?: boolean;
|
|
10
|
-
index?: boolean;
|
|
11
|
-
dismissable?: boolean;
|
|
12
|
-
baseClass?: string;
|
|
6
|
+
color?: Colors | undefined;
|
|
7
|
+
large?: boolean | undefined;
|
|
8
|
+
href?: string | undefined;
|
|
9
|
+
rounded?: boolean | undefined;
|
|
10
|
+
index?: boolean | undefined;
|
|
11
|
+
dismissable?: boolean | undefined;
|
|
12
|
+
baseClass?: string | undefined;
|
|
13
13
|
};
|
|
14
14
|
events: {
|
|
15
15
|
[evt: string]: CustomEvent<any>;
|
|
@@ -2,10 +2,10 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
solid?: boolean;
|
|
6
|
-
navClass?: string;
|
|
7
|
-
solidClass?: string;
|
|
8
|
-
olClass?: string;
|
|
5
|
+
solid?: boolean | undefined;
|
|
6
|
+
navClass?: string | undefined;
|
|
7
|
+
solidClass?: string | undefined;
|
|
8
|
+
olClass?: string | undefined;
|
|
9
9
|
};
|
|
10
10
|
events: {
|
|
11
11
|
[evt: string]: CustomEvent<any>;
|
|
@@ -2,10 +2,10 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
home?: boolean;
|
|
6
|
-
linkClass?: string;
|
|
7
|
-
spanClass?: string;
|
|
8
|
-
homeClass?: string;
|
|
5
|
+
home?: boolean | undefined;
|
|
6
|
+
linkClass?: string | undefined;
|
|
7
|
+
spanClass?: string | undefined;
|
|
8
|
+
homeClass?: string | undefined;
|
|
9
9
|
};
|
|
10
10
|
events: {
|
|
11
11
|
[evt: string]: CustomEvent<any>;
|
|
@@ -3,15 +3,15 @@ import type { ButtonType } from '../types';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
pill?: boolean;
|
|
7
|
-
outline?: boolean;
|
|
8
|
-
gradient?: boolean;
|
|
9
|
-
size?:
|
|
10
|
-
href?: string;
|
|
11
|
-
btnClass?: string;
|
|
12
|
-
type?: ButtonType;
|
|
13
|
-
color?:
|
|
14
|
-
shadow?:
|
|
6
|
+
pill?: boolean | undefined;
|
|
7
|
+
outline?: boolean | undefined;
|
|
8
|
+
gradient?: boolean | undefined;
|
|
9
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
10
|
+
href?: string | undefined;
|
|
11
|
+
btnClass?: string | undefined;
|
|
12
|
+
type?: ButtonType | undefined;
|
|
13
|
+
color?: "blue" | "red" | "green" | "yellow" | "purple" | "pink" | "dark" | "light" | "cyan" | "teal" | "lime" | "alternative" | "purpleToBlue" | "cyanToBlue" | "greenToBlue" | "purpleToPink" | "pinkToOrange" | "tealToLime" | "redToYellow" | undefined;
|
|
14
|
+
shadow?: "blue" | "red" | "green" | "purple" | "pink" | "cyan" | "teal" | "lime" | null | undefined;
|
|
15
15
|
};
|
|
16
16
|
events: {
|
|
17
17
|
click: MouseEvent;
|
package/cards/Card.svelte.d.ts
CHANGED
|
@@ -2,12 +2,12 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
href?: string;
|
|
6
|
-
horizontal?: boolean;
|
|
7
|
-
reverse?: boolean;
|
|
8
|
-
img?: string;
|
|
9
|
-
padding?:
|
|
10
|
-
size?:
|
|
5
|
+
href?: string | undefined;
|
|
6
|
+
horizontal?: boolean | undefined;
|
|
7
|
+
reverse?: boolean | undefined;
|
|
8
|
+
img?: string | undefined;
|
|
9
|
+
padding?: "sm" | "md" | "lg" | "none" | undefined;
|
|
10
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
11
11
|
};
|
|
12
12
|
events: {
|
|
13
13
|
[evt: string]: CustomEvent<any>;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { SvelteComponentTyped } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
|
-
showIndicators?: boolean;
|
|
5
|
-
showCaptions?: boolean;
|
|
6
|
-
showThumbs?: boolean;
|
|
4
|
+
showIndicators?: boolean | undefined;
|
|
5
|
+
showCaptions?: boolean | undefined;
|
|
6
|
+
showThumbs?: boolean | undefined;
|
|
7
7
|
images: any[];
|
|
8
|
-
slideControls?: boolean;
|
|
9
|
-
loop?: boolean;
|
|
10
|
-
duration?: number;
|
|
11
|
-
divClass?: string;
|
|
12
|
-
indicatorDivClass?: string;
|
|
13
|
-
captionClass?: string;
|
|
14
|
-
indicatorClass?: string;
|
|
15
|
-
slideClass?: string;
|
|
8
|
+
slideControls?: boolean | undefined;
|
|
9
|
+
loop?: boolean | undefined;
|
|
10
|
+
duration?: number | undefined;
|
|
11
|
+
divClass?: string | undefined;
|
|
12
|
+
indicatorDivClass?: string | undefined;
|
|
13
|
+
captionClass?: string | undefined;
|
|
14
|
+
indicatorClass?: string | undefined;
|
|
15
|
+
slideClass?: string | undefined;
|
|
16
16
|
};
|
|
17
17
|
events: {
|
|
18
18
|
[evt: string]: CustomEvent<any>;
|
|
@@ -2,19 +2,19 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
import type { TransitionTypes, TransitionParamTypes } from '../types';
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
|
-
showIndicators?: boolean;
|
|
6
|
-
showCaptions?: boolean;
|
|
7
|
-
showThumbs?: boolean;
|
|
5
|
+
showIndicators?: boolean | undefined;
|
|
6
|
+
showCaptions?: boolean | undefined;
|
|
7
|
+
showThumbs?: boolean | undefined;
|
|
8
8
|
images: any[];
|
|
9
|
-
slideControls?: boolean;
|
|
9
|
+
slideControls?: boolean | undefined;
|
|
10
10
|
transitionType: TransitionTypes;
|
|
11
|
-
transitionParams?: TransitionParamTypes;
|
|
12
|
-
loop?: boolean;
|
|
13
|
-
duration?: number;
|
|
14
|
-
divClass?: string;
|
|
15
|
-
indicatorDivClass?: string;
|
|
16
|
-
captionClass?: string;
|
|
17
|
-
indicatorClass?: string;
|
|
11
|
+
transitionParams?: TransitionParamTypes | undefined;
|
|
12
|
+
loop?: boolean | undefined;
|
|
13
|
+
duration?: number | undefined;
|
|
14
|
+
divClass?: string | undefined;
|
|
15
|
+
indicatorDivClass?: string | undefined;
|
|
16
|
+
captionClass?: string | undefined;
|
|
17
|
+
indicatorClass?: string | undefined;
|
|
18
18
|
};
|
|
19
19
|
events: {
|
|
20
20
|
[evt: string]: CustomEvent<any>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { SvelteComponentTyped } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
|
-
name?: string;
|
|
5
|
-
selected?: boolean;
|
|
6
|
-
indicatorClass?: string;
|
|
4
|
+
name?: string | undefined;
|
|
5
|
+
selected?: boolean | undefined;
|
|
6
|
+
indicatorClass?: string | undefined;
|
|
7
7
|
};
|
|
8
8
|
events: {
|
|
9
9
|
click: MouseEvent;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { SvelteComponentTyped } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
|
-
image?: string;
|
|
5
|
-
altTag?: string;
|
|
6
|
-
attr?: string;
|
|
7
|
-
slideClass?: string;
|
|
4
|
+
image?: string | undefined;
|
|
5
|
+
altTag?: string | undefined;
|
|
6
|
+
attr?: string | undefined;
|
|
7
|
+
slideClass?: string | undefined;
|
|
8
8
|
};
|
|
9
9
|
events: {
|
|
10
10
|
[evt: string]: CustomEvent<any>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { SvelteComponentTyped } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
|
-
thumbImg?: string;
|
|
5
|
-
altTag?: string;
|
|
6
|
-
titleLink?: string;
|
|
4
|
+
thumbImg?: string | undefined;
|
|
5
|
+
altTag?: string | undefined;
|
|
6
|
+
titleLink?: string | undefined;
|
|
7
7
|
id: number;
|
|
8
8
|
thumbWidth: number;
|
|
9
|
-
selected?: boolean;
|
|
9
|
+
selected?: boolean | undefined;
|
|
10
10
|
};
|
|
11
11
|
events: {
|
|
12
12
|
click: MouseEvent;
|
|
@@ -2,13 +2,13 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
range?: boolean;
|
|
6
|
-
datepickerButtons?: boolean;
|
|
7
|
-
datepickerFormat?: string;
|
|
8
|
-
datepickerOrientation?: string;
|
|
9
|
-
datepickerTitle?: string;
|
|
10
|
-
attribute?: string;
|
|
11
|
-
inputClass?: string;
|
|
5
|
+
range?: boolean | undefined;
|
|
6
|
+
datepickerButtons?: boolean | undefined;
|
|
7
|
+
datepickerFormat?: string | undefined;
|
|
8
|
+
datepickerOrientation?: string | undefined;
|
|
9
|
+
datepickerTitle?: string | undefined;
|
|
10
|
+
attribute?: string | undefined;
|
|
11
|
+
inputClass?: string | undefined;
|
|
12
12
|
};
|
|
13
13
|
events: {
|
|
14
14
|
[evt: string]: CustomEvent<any>;
|
|
@@ -3,20 +3,20 @@ import type { drawerTransitionParamTypes, drawerTransitionTypes } from '../types
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
hidden?: boolean;
|
|
7
|
-
position?:
|
|
8
|
-
leftOffset?: string;
|
|
9
|
-
rightOffset?: string;
|
|
10
|
-
topOffset?: string;
|
|
11
|
-
bottomOffset?: string;
|
|
12
|
-
width?: string;
|
|
13
|
-
backdrop?: boolean;
|
|
14
|
-
bgColor?: string;
|
|
15
|
-
bgOpacity?: string;
|
|
16
|
-
placement?:
|
|
17
|
-
id?: string;
|
|
18
|
-
divClass?: string;
|
|
19
|
-
transitionParams?: drawerTransitionParamTypes;
|
|
6
|
+
hidden?: boolean | undefined;
|
|
7
|
+
position?: "fixed" | "absolute" | undefined;
|
|
8
|
+
leftOffset?: string | undefined;
|
|
9
|
+
rightOffset?: string | undefined;
|
|
10
|
+
topOffset?: string | undefined;
|
|
11
|
+
bottomOffset?: string | undefined;
|
|
12
|
+
width?: string | undefined;
|
|
13
|
+
backdrop?: boolean | undefined;
|
|
14
|
+
bgColor?: string | undefined;
|
|
15
|
+
bgOpacity?: string | undefined;
|
|
16
|
+
placement?: "top" | "bottom" | "left" | "right" | undefined;
|
|
17
|
+
id?: string | undefined;
|
|
18
|
+
divClass?: string | undefined;
|
|
19
|
+
transitionParams?: drawerTransitionParamTypes | undefined;
|
|
20
20
|
transitionType?: drawerTransitionTypes;
|
|
21
21
|
};
|
|
22
22
|
events: {
|
|
@@ -3,13 +3,13 @@ import type { Placement } from '@popperjs/core';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
label?: string;
|
|
7
|
-
inline?: boolean;
|
|
8
|
-
arrowIcon?: boolean;
|
|
9
|
-
labelClass?: string;
|
|
10
|
-
placement?: Placement;
|
|
11
|
-
open?: boolean;
|
|
12
|
-
color?: string;
|
|
6
|
+
label?: string | undefined;
|
|
7
|
+
inline?: boolean | undefined;
|
|
8
|
+
arrowIcon?: boolean | undefined;
|
|
9
|
+
labelClass?: string | undefined;
|
|
10
|
+
placement?: Placement | undefined;
|
|
11
|
+
open?: boolean | undefined;
|
|
12
|
+
color?: string | undefined;
|
|
13
13
|
};
|
|
14
14
|
events: {
|
|
15
15
|
show: CustomEvent<any>;
|
|
@@ -2,8 +2,8 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
divClass?: string;
|
|
6
|
-
divider?: boolean;
|
|
5
|
+
divClass?: string | undefined;
|
|
6
|
+
divider?: boolean | undefined;
|
|
7
7
|
};
|
|
8
8
|
events: {
|
|
9
9
|
[evt: string]: CustomEvent<any>;
|
|
@@ -2,9 +2,9 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
liClass?: string;
|
|
6
|
-
color?: string;
|
|
7
|
-
href?: string;
|
|
5
|
+
liClass?: string | undefined;
|
|
6
|
+
color?: string | undefined;
|
|
7
|
+
href?: string | undefined;
|
|
8
8
|
};
|
|
9
9
|
events: {
|
|
10
10
|
click: MouseEvent;
|
|
@@ -2,8 +2,8 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
customClass?: string;
|
|
6
|
-
footerType?:
|
|
5
|
+
customClass?: string | undefined;
|
|
6
|
+
footerType?: "default" | "custom" | "sitemap" | "logo" | "socialmedia" | undefined;
|
|
7
7
|
};
|
|
8
8
|
events: {
|
|
9
9
|
[evt: string]: CustomEvent<any>;
|
|
@@ -2,13 +2,13 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
aClass?: string;
|
|
6
|
-
spanClass?: string;
|
|
7
|
-
imgClass?: string;
|
|
8
|
-
href?: string;
|
|
9
|
-
src?: string;
|
|
10
|
-
alt?: string;
|
|
11
|
-
name?: string;
|
|
5
|
+
aClass?: string | undefined;
|
|
6
|
+
spanClass?: string | undefined;
|
|
7
|
+
imgClass?: string | undefined;
|
|
8
|
+
href?: string | undefined;
|
|
9
|
+
src?: string | undefined;
|
|
10
|
+
alt?: string | undefined;
|
|
11
|
+
name?: string | undefined;
|
|
12
12
|
};
|
|
13
13
|
events: {
|
|
14
14
|
[evt: string]: CustomEvent<any>;
|
|
@@ -2,11 +2,11 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
spanClass?: string;
|
|
6
|
-
aClass?: string;
|
|
7
|
-
year?: number;
|
|
8
|
-
href?: string;
|
|
9
|
-
by?: string;
|
|
5
|
+
spanClass?: string | undefined;
|
|
6
|
+
aClass?: string | undefined;
|
|
7
|
+
year?: number | undefined;
|
|
8
|
+
href?: string | undefined;
|
|
9
|
+
by?: string | undefined;
|
|
10
10
|
};
|
|
11
11
|
events: {
|
|
12
12
|
[evt: string]: CustomEvent<any>;
|
|
@@ -2,9 +2,9 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
href?: string;
|
|
6
|
-
ariaLabel?: string;
|
|
7
|
-
aClass?: string;
|
|
5
|
+
href?: string | undefined;
|
|
6
|
+
ariaLabel?: string | undefined;
|
|
7
|
+
aClass?: string | undefined;
|
|
8
8
|
};
|
|
9
9
|
events: {
|
|
10
10
|
[evt: string]: CustomEvent<any>;
|
|
@@ -2,9 +2,9 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
liClass?: string;
|
|
6
|
-
aClass?: string;
|
|
7
|
-
href?: string;
|
|
5
|
+
liClass?: string | undefined;
|
|
6
|
+
aClass?: string | undefined;
|
|
7
|
+
href?: string | undefined;
|
|
8
8
|
};
|
|
9
9
|
events: {
|
|
10
10
|
[evt: string]: CustomEvent<any>;
|
|
@@ -3,12 +3,12 @@ import type { FormColorType } from '../types';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
color?: FormColorType;
|
|
7
|
-
custom?: boolean;
|
|
8
|
-
inline?: boolean;
|
|
9
|
-
group?: string[];
|
|
10
|
-
value?: string;
|
|
11
|
-
checked?: boolean;
|
|
6
|
+
color?: FormColorType | undefined;
|
|
7
|
+
custom?: boolean | undefined;
|
|
8
|
+
inline?: boolean | undefined;
|
|
9
|
+
group?: string[] | undefined;
|
|
10
|
+
value?: string | undefined;
|
|
11
|
+
checked?: boolean | undefined;
|
|
12
12
|
};
|
|
13
13
|
events: {
|
|
14
14
|
keyup: KeyboardEvent;
|
|
@@ -2,10 +2,10 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
value?: string;
|
|
6
|
-
divClass?: string;
|
|
7
|
-
labelClass?: string;
|
|
8
|
-
innerDivClass?: string;
|
|
5
|
+
value?: string | undefined;
|
|
6
|
+
divClass?: string | undefined;
|
|
7
|
+
labelClass?: string | undefined;
|
|
8
|
+
innerDivClass?: string | undefined;
|
|
9
9
|
};
|
|
10
10
|
events: {
|
|
11
11
|
click: MouseEvent;
|
|
@@ -2,9 +2,9 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
value?: string;
|
|
6
|
-
size?:
|
|
7
|
-
inputClass?: string;
|
|
5
|
+
value?: string | undefined;
|
|
6
|
+
size?: "xs" | "sm" | "lg" | undefined;
|
|
7
|
+
inputClass?: string | undefined;
|
|
8
8
|
};
|
|
9
9
|
events: {
|
|
10
10
|
change: Event;
|
|
@@ -3,13 +3,13 @@ import type { InputType } from '../types';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
id?: string;
|
|
7
|
-
style?:
|
|
8
|
-
type?: InputType;
|
|
9
|
-
size?:
|
|
10
|
-
color?:
|
|
11
|
-
value?: string;
|
|
12
|
-
label?: string;
|
|
6
|
+
id?: string | undefined;
|
|
7
|
+
style?: "filled" | "outlined" | "standard" | undefined;
|
|
8
|
+
type?: InputType | undefined;
|
|
9
|
+
size?: "default" | "small" | undefined;
|
|
10
|
+
color?: "red" | "green" | "base" | undefined;
|
|
11
|
+
value?: string | undefined;
|
|
12
|
+
label?: string | undefined;
|
|
13
13
|
};
|
|
14
14
|
events: {
|
|
15
15
|
blur: FocusEvent;
|