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/forms/Helper.svelte.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
helperClass?: string;
|
|
6
|
-
color?:
|
|
5
|
+
helperClass?: string | undefined;
|
|
6
|
+
color?: "gray" | "red" | "green" | "disabled" | undefined;
|
|
7
7
|
};
|
|
8
8
|
events: {
|
|
9
9
|
[evt: string]: CustomEvent<any>;
|
|
@@ -2,14 +2,14 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
value?: string;
|
|
6
|
-
size?:
|
|
7
|
-
noBorder?: boolean;
|
|
8
|
-
inputClass?: string;
|
|
9
|
-
spanClass?: string;
|
|
10
|
-
noBorderInputClass?: string;
|
|
11
|
-
pointerEvent?: boolean;
|
|
12
|
-
noBorderDivClass?: string;
|
|
5
|
+
value?: string | undefined;
|
|
6
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
7
|
+
noBorder?: boolean | undefined;
|
|
8
|
+
inputClass?: string | undefined;
|
|
9
|
+
spanClass?: string | undefined;
|
|
10
|
+
noBorderInputClass?: string | undefined;
|
|
11
|
+
pointerEvent?: boolean | undefined;
|
|
12
|
+
noBorderDivClass?: string | undefined;
|
|
13
13
|
};
|
|
14
14
|
events: {
|
|
15
15
|
[evt: string]: CustomEvent<any>;
|
package/forms/Input.svelte.d.ts
CHANGED
|
@@ -3,11 +3,11 @@ import type { InputType } from '../types';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
type?: InputType;
|
|
7
|
-
value?: string;
|
|
8
|
-
size?:
|
|
9
|
-
inputClass?: string;
|
|
10
|
-
color?:
|
|
6
|
+
type?: InputType | undefined;
|
|
7
|
+
value?: string | undefined;
|
|
8
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
9
|
+
inputClass?: string | undefined;
|
|
10
|
+
color?: "red" | "green" | "base" | undefined;
|
|
11
11
|
};
|
|
12
12
|
events: {
|
|
13
13
|
blur: FocusEvent;
|
package/forms/Label.svelte.d.ts
CHANGED
|
@@ -2,9 +2,9 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
color?:
|
|
6
|
-
defaultClass?: string;
|
|
7
|
-
show?: boolean;
|
|
5
|
+
color?: "gray" | "red" | "green" | "disabled" | undefined;
|
|
6
|
+
defaultClass?: string | undefined;
|
|
7
|
+
show?: boolean | undefined;
|
|
8
8
|
};
|
|
9
9
|
events: {
|
|
10
10
|
[evt: string]: CustomEvent<any>;
|
package/forms/Radio.svelte.d.ts
CHANGED
|
@@ -5,11 +5,11 @@ import type { FormColorType } from '../types';
|
|
|
5
5
|
declare const __propDef: {
|
|
6
6
|
props: {
|
|
7
7
|
[x: string]: any;
|
|
8
|
-
color?: FormColorType;
|
|
9
|
-
custom?: boolean;
|
|
10
|
-
inline?: boolean;
|
|
11
|
-
group?: number |
|
|
12
|
-
value?: string;
|
|
8
|
+
color?: FormColorType | undefined;
|
|
9
|
+
custom?: boolean | undefined;
|
|
10
|
+
inline?: boolean | undefined;
|
|
11
|
+
group?: string | number | undefined;
|
|
12
|
+
value?: string | undefined;
|
|
13
13
|
};
|
|
14
14
|
events: {
|
|
15
15
|
blur: FocusEvent;
|
package/forms/Range.svelte.d.ts
CHANGED
package/forms/Search.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
|
-
id?: string;
|
|
6
|
-
labelClass?: string;
|
|
7
|
-
inputClass?: string;
|
|
8
|
-
btnClass?: string;
|
|
9
|
-
placeholder?: string;
|
|
5
|
+
id?: string | undefined;
|
|
6
|
+
labelClass?: string | undefined;
|
|
7
|
+
inputClass?: string | undefined;
|
|
8
|
+
btnClass?: string | undefined;
|
|
9
|
+
placeholder?: string | undefined;
|
|
10
10
|
};
|
|
11
11
|
events: {
|
|
12
12
|
submit: SubmitEvent;
|
package/forms/Select.svelte.d.ts
CHANGED
|
@@ -3,13 +3,13 @@ import type { SelectOptionType } from '../types';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
items?: SelectOptionType[];
|
|
6
|
+
items?: SelectOptionType[] | undefined;
|
|
7
7
|
value: string;
|
|
8
|
-
placeholder?: string;
|
|
9
|
-
underline?: boolean;
|
|
10
|
-
size?:
|
|
11
|
-
defaultClass?: string;
|
|
12
|
-
underlineClass?: string;
|
|
8
|
+
placeholder?: string | undefined;
|
|
9
|
+
underline?: boolean | undefined;
|
|
10
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
11
|
+
defaultClass?: string | undefined;
|
|
12
|
+
underlineClass?: string | undefined;
|
|
13
13
|
};
|
|
14
14
|
events: {
|
|
15
15
|
change: Event;
|
|
@@ -2,13 +2,13 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
id?: string;
|
|
6
|
-
labelClass?: string;
|
|
7
|
-
iconClass?: string;
|
|
8
|
-
iconDivClass?: string;
|
|
9
|
-
inputClass?: string;
|
|
10
|
-
btnClass?: string;
|
|
11
|
-
placeholder?: string;
|
|
5
|
+
id?: string | undefined;
|
|
6
|
+
labelClass?: string | undefined;
|
|
7
|
+
iconClass?: string | undefined;
|
|
8
|
+
iconDivClass?: string | undefined;
|
|
9
|
+
inputClass?: string | undefined;
|
|
10
|
+
btnClass?: string | undefined;
|
|
11
|
+
placeholder?: string | undefined;
|
|
12
12
|
};
|
|
13
13
|
events: {
|
|
14
14
|
submit: SubmitEvent;
|
package/forms/Toggle.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
|
-
size?:
|
|
6
|
-
group?: string[];
|
|
7
|
-
value?: string;
|
|
8
|
-
checked?: boolean;
|
|
5
|
+
size?: "default" | "small" | "large" | undefined;
|
|
6
|
+
group?: string[] | undefined;
|
|
7
|
+
value?: string | undefined;
|
|
8
|
+
checked?: boolean | undefined;
|
|
9
9
|
};
|
|
10
10
|
events: {
|
|
11
11
|
click: MouseEvent;
|
|
@@ -2,15 +2,15 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
id?: string;
|
|
6
|
-
labelClass?: string;
|
|
7
|
-
iconClass?: string;
|
|
8
|
-
iconDivClass?: string;
|
|
9
|
-
inputClass?: string;
|
|
10
|
-
btnClass?: string;
|
|
11
|
-
voiceBtnClass?: string;
|
|
12
|
-
voiceIconClass?: string;
|
|
13
|
-
placeholder?: string;
|
|
5
|
+
id?: string | undefined;
|
|
6
|
+
labelClass?: string | undefined;
|
|
7
|
+
iconClass?: string | undefined;
|
|
8
|
+
iconDivClass?: string | undefined;
|
|
9
|
+
inputClass?: string | undefined;
|
|
10
|
+
btnClass?: string | undefined;
|
|
11
|
+
voiceBtnClass?: string | undefined;
|
|
12
|
+
voiceIconClass?: string | undefined;
|
|
13
|
+
placeholder?: string | undefined;
|
|
14
14
|
};
|
|
15
15
|
events: {
|
|
16
16
|
submit: SubmitEvent;
|
package/kbd/Kbd.svelte.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ import type { ListGroupItemType } from '../types';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
items?: ListGroupItemType[];
|
|
7
|
-
active?: boolean;
|
|
6
|
+
items?: ListGroupItemType[] | undefined;
|
|
7
|
+
active?: boolean | undefined;
|
|
8
8
|
};
|
|
9
9
|
events: {
|
|
10
10
|
click: CustomEvent<any>;
|
|
@@ -2,10 +2,10 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
active?: boolean;
|
|
6
|
-
current?: boolean;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
href?: string;
|
|
5
|
+
active?: boolean | undefined;
|
|
6
|
+
current?: boolean | undefined;
|
|
7
|
+
disabled?: boolean | undefined;
|
|
8
|
+
href?: string | undefined;
|
|
9
9
|
};
|
|
10
10
|
events: {
|
|
11
11
|
blur: FocusEvent;
|
|
@@ -5,9 +5,9 @@ declare const __propDef: {
|
|
|
5
5
|
[x: string]: any;
|
|
6
6
|
items?: (LinkType & {
|
|
7
7
|
[propName: string]: any;
|
|
8
|
-
})[];
|
|
9
|
-
full?: boolean;
|
|
10
|
-
open?: boolean;
|
|
8
|
+
})[] | undefined;
|
|
9
|
+
full?: boolean | undefined;
|
|
10
|
+
open?: boolean | undefined;
|
|
11
11
|
};
|
|
12
12
|
events: {
|
|
13
13
|
show: CustomEvent<any>;
|
package/modals/Modal.svelte.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { SvelteComponentTyped } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
|
-
open?: boolean;
|
|
5
|
-
title?: string;
|
|
6
|
-
size?:
|
|
7
|
-
placement?:
|
|
8
|
-
autoclose?: boolean;
|
|
9
|
-
backdropClasses?: string;
|
|
4
|
+
open?: boolean | undefined;
|
|
5
|
+
title?: string | undefined;
|
|
6
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
7
|
+
placement?: "top-left" | "top-center" | "top-right" | "center-left" | "center" | "center-right" | "bottom-left" | "bottom-center" | "bottom-right" | undefined;
|
|
8
|
+
autoclose?: boolean | undefined;
|
|
9
|
+
backdropClasses?: string | undefined;
|
|
10
10
|
};
|
|
11
11
|
events: {
|
|
12
12
|
show: CustomEvent<any>;
|
package/navbar/Menu.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
|
-
size?: string;
|
|
6
|
-
color?: string;
|
|
7
|
-
variation?:
|
|
8
|
-
ariaLabel?: string;
|
|
5
|
+
size?: string | undefined;
|
|
6
|
+
color?: string | undefined;
|
|
7
|
+
variation?: "solid" | "outline" | undefined;
|
|
8
|
+
ariaLabel?: string | undefined;
|
|
9
9
|
};
|
|
10
10
|
events: {
|
|
11
11
|
click: MouseEvent;
|
|
@@ -2,12 +2,12 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
import type { NavbarType } from '../types';
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
|
-
liButtonClass?: string;
|
|
5
|
+
liButtonClass?: string | undefined;
|
|
6
6
|
name: string;
|
|
7
|
-
child?: NavbarType[];
|
|
8
|
-
dropdownDiv?: string;
|
|
9
|
-
dropdownLinkClassWithChild?: string;
|
|
10
|
-
rel?: string;
|
|
7
|
+
child?: NavbarType[] | undefined;
|
|
8
|
+
dropdownDiv?: string | undefined;
|
|
9
|
+
dropdownLinkClassWithChild?: string | undefined;
|
|
10
|
+
rel?: string | undefined;
|
|
11
11
|
};
|
|
12
12
|
events: {
|
|
13
13
|
blur: FocusEvent;
|
package/navbar/NavLi.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
|
-
href?: string;
|
|
6
|
-
active?: boolean;
|
|
7
|
-
activeClass?: string;
|
|
8
|
-
nonActiveClass?: string;
|
|
5
|
+
href?: string | undefined;
|
|
6
|
+
active?: boolean | undefined;
|
|
7
|
+
activeClass?: string | undefined;
|
|
8
|
+
nonActiveClass?: string | undefined;
|
|
9
9
|
};
|
|
10
10
|
events: {
|
|
11
11
|
blur: FocusEvent;
|
package/navbar/NavUl.svelte.d.ts
CHANGED
|
@@ -2,9 +2,9 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
divClass?: string;
|
|
6
|
-
ulClass?: string;
|
|
7
|
-
hidden?: boolean;
|
|
5
|
+
divClass?: string | undefined;
|
|
6
|
+
ulClass?: string | undefined;
|
|
7
|
+
hidden?: boolean | undefined;
|
|
8
8
|
};
|
|
9
9
|
events: {
|
|
10
10
|
[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
|
-
navClass?: string;
|
|
6
|
-
navDivClass?: string;
|
|
7
|
-
fluid?: boolean;
|
|
8
|
-
color?: string;
|
|
5
|
+
navClass?: string | undefined;
|
|
6
|
+
navDivClass?: string | undefined;
|
|
7
|
+
fluid?: boolean | undefined;
|
|
8
|
+
color?: string | undefined;
|
|
9
9
|
};
|
|
10
10
|
events: {
|
|
11
11
|
[evt: string]: CustomEvent<any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flowbite-svelte",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.22",
|
|
4
4
|
"description": "Flowbite components for Svelte",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": {
|
|
@@ -14,30 +14,30 @@
|
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@playwright/test": "^1.25.0",
|
|
16
16
|
"@sveltejs/adapter-auto": "next",
|
|
17
|
-
"@sveltejs/kit": "
|
|
18
|
-
"@sveltejs/package": "1.0.0-next.
|
|
19
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
20
|
-
"@typescript-eslint/parser": "^5.
|
|
21
|
-
"autoprefixer": "^10.4.
|
|
17
|
+
"@sveltejs/kit": "next",
|
|
18
|
+
"@sveltejs/package": "1.0.0-next.3",
|
|
19
|
+
"@typescript-eslint/eslint-plugin": "^5.27.0",
|
|
20
|
+
"@typescript-eslint/parser": "^5.27.0",
|
|
21
|
+
"autoprefixer": "^10.4.7",
|
|
22
22
|
"createprops": "^0.4.9",
|
|
23
|
-
"eslint": "^8.
|
|
24
|
-
"eslint-config-prettier": "^8.
|
|
23
|
+
"eslint": "^8.16.0",
|
|
24
|
+
"eslint-config-prettier": "^8.3.0",
|
|
25
25
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
26
26
|
"mdsvex": "^0.10.6",
|
|
27
|
-
"postcss": "^8.4.
|
|
28
|
-
"postcss-load-config": "
|
|
29
|
-
"prettier": "^2.
|
|
27
|
+
"postcss": "^8.4.14",
|
|
28
|
+
"postcss-load-config": "^4.0.1",
|
|
29
|
+
"prettier": "^2.6.2",
|
|
30
30
|
"prettier-plugin-svelte": "^2.7.0",
|
|
31
31
|
"prism-themes": "^1.9.0",
|
|
32
|
-
"svelte": "^3.
|
|
33
|
-
"svelte-check": "^2.
|
|
32
|
+
"svelte": "^3.44.0",
|
|
33
|
+
"svelte-check": "^2.7.1",
|
|
34
34
|
"svelte-preprocess": "^4.10.7",
|
|
35
35
|
"svelte-sidebar-menu": "^0.9.11",
|
|
36
|
-
"svelte2tsx": "^0.5.
|
|
37
|
-
"tailwindcss": "^3.1.
|
|
38
|
-
"tslib": "^2.
|
|
39
|
-
"typescript": "
|
|
40
|
-
"vite": "^3.0
|
|
36
|
+
"svelte2tsx": "^0.5.18",
|
|
37
|
+
"tailwindcss": "^3.1.5",
|
|
38
|
+
"tslib": "^2.3.1",
|
|
39
|
+
"typescript": "^4.7.4",
|
|
40
|
+
"vite": "^3.1.0"
|
|
41
41
|
},
|
|
42
42
|
"type": "module",
|
|
43
43
|
"keywords": [
|
|
@@ -83,10 +83,9 @@
|
|
|
83
83
|
"url": "https://github.com/themesberg/flowbite-svelte"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@floating-ui/dom": "^1.0.1",
|
|
87
86
|
"@popperjs/core": "^2.11.6",
|
|
88
|
-
"classnames": "^2.3.
|
|
89
|
-
"flowbite": "^1.5.
|
|
87
|
+
"classnames": "^2.3.2",
|
|
88
|
+
"flowbite": "^1.5.3"
|
|
90
89
|
},
|
|
91
90
|
"engines": {
|
|
92
91
|
"npm": ">=7.0.0",
|
|
@@ -2,14 +2,14 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
import type { PageType } from '../types';
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
|
-
icon?: boolean;
|
|
5
|
+
icon?: boolean | undefined;
|
|
6
6
|
pages: PageType[];
|
|
7
|
-
ulClass?: string;
|
|
8
|
-
pageClass?: string;
|
|
9
|
-
previousClass?: string;
|
|
10
|
-
nextClass?: string;
|
|
11
|
-
iconPreviousClass?: string;
|
|
12
|
-
iconNextClass?: string;
|
|
7
|
+
ulClass?: string | undefined;
|
|
8
|
+
pageClass?: string | undefined;
|
|
9
|
+
previousClass?: string | undefined;
|
|
10
|
+
nextClass?: string | undefined;
|
|
11
|
+
iconPreviousClass?: string | undefined;
|
|
12
|
+
iconNextClass?: string | undefined;
|
|
13
13
|
};
|
|
14
14
|
events: {
|
|
15
15
|
blur: FocusEvent;
|
|
@@ -2,8 +2,8 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
import type { TableDataHelperType } from '../types';
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
|
-
btnPreClass?: string;
|
|
6
|
-
btnNextClass?: string;
|
|
5
|
+
btnPreClass?: string | undefined;
|
|
6
|
+
btnNextClass?: string | undefined;
|
|
7
7
|
helper?: TableDataHelperType | undefined;
|
|
8
8
|
};
|
|
9
9
|
events: {
|
|
@@ -3,12 +3,12 @@ import type { Colors } from '../types';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
progress?: string;
|
|
7
|
-
size?: string;
|
|
8
|
-
labelInside?: boolean;
|
|
9
|
-
labelOutside?: string;
|
|
10
|
-
color?: Colors;
|
|
11
|
-
labelInsideClass?: string;
|
|
6
|
+
progress?: string | undefined;
|
|
7
|
+
size?: string | undefined;
|
|
8
|
+
labelInside?: boolean | undefined;
|
|
9
|
+
labelOutside?: string | undefined;
|
|
10
|
+
color?: Colors | undefined;
|
|
11
|
+
labelInsideClass?: string | undefined;
|
|
12
12
|
};
|
|
13
13
|
events: {
|
|
14
14
|
[evt: string]: CustomEvent<any>;
|
|
@@ -4,13 +4,13 @@ declare const __propDef: {
|
|
|
4
4
|
ratings?: {
|
|
5
5
|
label: string;
|
|
6
6
|
rating: number;
|
|
7
|
-
}[];
|
|
8
|
-
divClass?: string;
|
|
9
|
-
labelClass?: string;
|
|
10
|
-
ratingDivClass?: string;
|
|
11
|
-
ratingClass?: string;
|
|
12
|
-
rightLabelClass?: string;
|
|
13
|
-
unit?: string;
|
|
7
|
+
}[] | undefined;
|
|
8
|
+
divClass?: string | undefined;
|
|
9
|
+
labelClass?: string | undefined;
|
|
10
|
+
ratingDivClass?: string | undefined;
|
|
11
|
+
ratingClass?: string | undefined;
|
|
12
|
+
rightLabelClass?: string | undefined;
|
|
13
|
+
unit?: string | undefined;
|
|
14
14
|
};
|
|
15
15
|
events: {
|
|
16
16
|
[evt: string]: CustomEvent<any>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { SvelteComponentTyped } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
|
-
divClass?: string;
|
|
5
|
-
size?: string;
|
|
6
|
-
total?: number;
|
|
7
|
-
rating?: number;
|
|
8
|
-
ceil?: boolean;
|
|
9
|
-
count?: boolean;
|
|
4
|
+
divClass?: string | undefined;
|
|
5
|
+
size?: string | undefined;
|
|
6
|
+
total?: number | undefined;
|
|
7
|
+
rating?: number | undefined;
|
|
8
|
+
ceil?: boolean | undefined;
|
|
9
|
+
count?: boolean | undefined;
|
|
10
10
|
};
|
|
11
11
|
events: {
|
|
12
12
|
[evt: string]: CustomEvent<any>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { SvelteComponentTyped } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
|
-
ceil?: boolean;
|
|
5
|
-
helpfullink?: string;
|
|
6
|
-
abuselink?: string;
|
|
4
|
+
ceil?: boolean | undefined;
|
|
5
|
+
helpfullink?: string | undefined;
|
|
6
|
+
abuselink?: string | undefined;
|
|
7
7
|
comment: {
|
|
8
8
|
id: string;
|
|
9
9
|
user: {
|