flowbite-svelte 0.46.4 → 0.46.6
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 +1 -1
- package/dist/accordion/Accordion.svelte.d.ts +18 -18
- package/dist/accordion/AccordionItem.svelte.d.ts +12 -12
- package/dist/alert/Alert.svelte.d.ts +12 -12
- package/dist/avatar/Avatar.svelte.d.ts +6 -6
- package/dist/badge/Badge.svelte +59 -36
- package/dist/badge/Badge.svelte.d.ts +23 -21
- package/dist/banner/Banner.svelte.d.ts +5 -5
- package/dist/bottom-navigation/BottomNav.svelte.d.ts +6 -6
- package/dist/bottom-navigation/BottomNavHeader.svelte.d.ts +2 -2
- package/dist/bottom-navigation/BottomNavHeaderItem.svelte.d.ts +4 -4
- package/dist/bottom-navigation/BottomNavItem.svelte.d.ts +4 -4
- package/dist/breadcrumb/Breadcrumb.svelte.d.ts +5 -5
- package/dist/breadcrumb/BreadcrumbItem.svelte.d.ts +4 -4
- package/dist/button-group/ButtonGroup.svelte.d.ts +2 -2
- package/dist/buttons/Button.svelte.d.ts +8 -8
- package/dist/buttons/GradientButton.svelte.d.ts +3 -8
- package/dist/cards/Card.svelte.d.ts +16 -16
- package/dist/carousel/Carousel.svelte.d.ts +7 -7
- package/dist/carousel/Indicators.svelte.d.ts +2 -2
- package/dist/carousel/Slide.svelte.d.ts +1 -1
- package/dist/carousel/Thumbnail.svelte.d.ts +3 -3
- package/dist/carousel/Thumbnails.svelte.d.ts +5 -5
- package/dist/darkmode/DarkMode.svelte.d.ts +3 -3
- package/dist/datepicker/Datepicker.svelte.d.ts +7 -7
- package/dist/device-mockups/Android.svelte.d.ts +7 -7
- package/dist/device-mockups/DefaultMockup.svelte.d.ts +6 -6
- package/dist/device-mockups/Desktop.svelte.d.ts +4 -4
- package/dist/device-mockups/DeviceMockup.svelte.d.ts +1 -1
- package/dist/device-mockups/Ios.svelte.d.ts +6 -6
- package/dist/device-mockups/Laptop.svelte.d.ts +4 -4
- package/dist/device-mockups/Smartwatch.svelte.d.ts +6 -6
- package/dist/device-mockups/Tablet.svelte.d.ts +6 -6
- package/dist/drawer/Drawer.svelte.d.ts +15 -15
- package/dist/dropdown/Dropdown.svelte.d.ts +30 -30
- package/dist/dropdown/DropdownDivider.svelte.d.ts +1 -1
- package/dist/dropdown/DropdownHeader.svelte.d.ts +2 -2
- package/dist/dropdown/DropdownItem.svelte.d.ts +1 -1
- package/dist/footer/Footer.svelte.d.ts +1 -1
- package/dist/footer/FooterBrand.svelte.d.ts +7 -7
- package/dist/footer/FooterCopyright.svelte.d.ts +6 -6
- package/dist/footer/FooterIcon.svelte.d.ts +3 -3
- package/dist/footer/FooterLink.svelte.d.ts +3 -3
- package/dist/footer/FooterLinkGroup.svelte.d.ts +1 -1
- package/dist/forms/Checkbox.svelte.d.ts +6 -6
- package/dist/forms/CheckboxButton.svelte.d.ts +6 -6
- package/dist/forms/Dropzone.svelte.d.ts +2 -2
- package/dist/forms/Fileupload.svelte.d.ts +2 -2
- package/dist/forms/FloatingLabelInput.svelte.d.ts +5 -5
- package/dist/forms/Helper.svelte.d.ts +2 -2
- package/dist/forms/Input.svelte.d.ts +4 -4
- package/dist/forms/InputAddon.svelte.d.ts +1 -1
- package/dist/forms/Label.svelte.d.ts +3 -3
- package/dist/forms/MultiSelect.svelte.d.ts +5 -5
- package/dist/forms/NumberInput.svelte.d.ts +1 -1
- package/dist/forms/Radio.svelte +1 -1
- package/dist/forms/Radio.svelte.d.ts +5 -5
- package/dist/forms/RadioButton.svelte.d.ts +6 -6
- package/dist/forms/Range.svelte.d.ts +1 -1
- package/dist/forms/Search.svelte.d.ts +2 -2
- package/dist/forms/Select.svelte +3 -3
- package/dist/forms/Select.svelte.d.ts +7 -7
- package/dist/forms/Textarea.svelte.d.ts +3 -3
- package/dist/forms/Toggle.svelte.d.ts +4 -4
- package/dist/gallery/Gallery.svelte.d.ts +2 -2
- package/dist/indicators/Indicator.svelte.d.ts +5 -5
- package/dist/kbd/ArrowKeyDown.svelte.d.ts +1 -1
- package/dist/kbd/ArrowKeyLeft.svelte.d.ts +1 -1
- package/dist/kbd/ArrowKeyRight.svelte.d.ts +1 -1
- package/dist/kbd/ArrowKeyUp.svelte.d.ts +1 -1
- package/dist/kbd/Kbd.svelte.d.ts +1 -1
- package/dist/list-group/Listgroup.svelte.d.ts +13 -13
- package/dist/list-group/ListgroupItem.svelte.d.ts +10 -10
- package/dist/marquee/Marquee.svelte.d.ts +3 -3
- package/dist/mega-menu/MegaMenu.svelte.d.ts +24 -24
- package/dist/modal/Modal.svelte.d.ts +28 -28
- package/dist/navbar/Menu.svelte.d.ts +4 -4
- package/dist/navbar/NavBrand.svelte.d.ts +1 -1
- package/dist/navbar/NavContainer.svelte.d.ts +1 -1
- package/dist/navbar/NavHamburger.svelte.d.ts +1 -1
- package/dist/navbar/NavLi.svelte.d.ts +1 -1
- package/dist/navbar/NavUl.svelte.d.ts +6 -6
- package/dist/navbar/Navbar.svelte.d.ts +12 -12
- package/dist/pagination/Pagination.svelte.d.ts +7 -7
- package/dist/pagination/PaginationItem.svelte.d.ts +4 -4
- package/dist/popover/Popover.svelte.d.ts +23 -23
- package/dist/progress/Progressbar.svelte.d.ts +11 -11
- package/dist/rating/AdvancedRating.svelte.d.ts +7 -7
- package/dist/rating/Heart.svelte.d.ts +7 -7
- package/dist/rating/Rating.svelte.d.ts +7 -7
- package/dist/rating/RatingComment.svelte.d.ts +3 -3
- package/dist/rating/Review.svelte.d.ts +5 -5
- package/dist/rating/ScoreRating.svelte.d.ts +8 -8
- package/dist/rating/Star.svelte.d.ts +7 -7
- package/dist/rating/Thumbup.svelte.d.ts +7 -7
- package/dist/sidebar/Sidebar.svelte.d.ts +5 -5
- package/dist/sidebar/SidebarBrand.svelte.d.ts +3 -3
- package/dist/sidebar/SidebarCta.svelte.d.ts +4 -4
- package/dist/sidebar/SidebarDropdownItem.svelte.d.ts +5 -5
- package/dist/sidebar/SidebarDropdownWrapper.svelte.d.ts +7 -7
- package/dist/sidebar/SidebarGroup.svelte.d.ts +3 -3
- package/dist/sidebar/SidebarItem.svelte.d.ts +3 -3
- package/dist/sidebar/SidebarWrapper.svelte.d.ts +1 -1
- package/dist/skeleton/CardPlaceholder.svelte.d.ts +2 -2
- package/dist/skeleton/ImagePlaceholder.svelte.d.ts +3 -3
- package/dist/skeleton/ListPlaceholder.svelte.d.ts +1 -1
- package/dist/skeleton/Skeleton.svelte.d.ts +2 -2
- package/dist/skeleton/TestimonialPlaceholder.svelte.d.ts +1 -1
- package/dist/skeleton/TextPlaceholder.svelte.d.ts +2 -2
- package/dist/skeleton/VideoPlaceholder.svelte.d.ts +2 -2
- package/dist/skeleton/WidgetPlaceholder.svelte.d.ts +1 -1
- package/dist/speed-dial/SpeedDial.svelte.d.ts +11 -11
- package/dist/speed-dial/SpeedDialButton.svelte.d.ts +7 -7
- package/dist/spinner/Spinner.svelte.d.ts +6 -6
- package/dist/steps/StepIndicator.svelte.d.ts +8 -8
- package/dist/table/Table.svelte.d.ts +7 -7
- package/dist/table/TableBodyCell.svelte.d.ts +1 -1
- package/dist/table/TableBodyRow.svelte.d.ts +1 -1
- package/dist/table/TableHead.svelte.d.ts +2 -2
- package/dist/table/TableHeadCell.svelte.d.ts +1 -1
- package/dist/table/TableSearch.svelte.d.ts +12 -12
- package/dist/tabs/TabItem.svelte.d.ts +3 -3
- package/dist/tabs/Tabs.svelte.d.ts +6 -6
- package/dist/timeline/Activity.svelte.d.ts +1 -1
- package/dist/timeline/ActivityItem.svelte.d.ts +8 -8
- package/dist/timeline/Group.svelte.d.ts +3 -3
- package/dist/timeline/GroupItem.svelte.d.ts +5 -5
- package/dist/timeline/Timeline.svelte.d.ts +1 -1
- package/dist/timeline/TimelineItem.svelte.d.ts +3 -3
- package/dist/toast/Toast.svelte.d.ts +17 -17
- package/dist/toolbar/Toolbar.svelte.d.ts +12 -12
- package/dist/toolbar/ToolbarButton.svelte.d.ts +2 -2
- package/dist/toolbar/ToolbarGroup.svelte.d.ts +1 -1
- package/dist/tooltip/Tooltip.svelte.d.ts +23 -23
- package/dist/types.d.ts +1 -0
- package/dist/typography/A.svelte.d.ts +3 -3
- package/dist/typography/Blockquote.svelte.d.ts +8 -8
- package/dist/typography/DescriptionList.svelte.d.ts +3 -3
- package/dist/typography/Heading.svelte.d.ts +3 -3
- package/dist/typography/Hr.svelte.d.ts +6 -6
- package/dist/typography/Img.svelte.d.ts +7 -7
- package/dist/typography/Layout.svelte.d.ts +2 -2
- package/dist/typography/Li.svelte.d.ts +2 -2
- package/dist/typography/List.svelte.d.ts +3 -3
- package/dist/typography/Mark.svelte.d.ts +3 -3
- package/dist/typography/P.svelte.d.ts +11 -11
- package/dist/typography/Secondary.svelte.d.ts +2 -2
- package/dist/typography/Span.svelte.d.ts +9 -9
- package/dist/utils/CloseButton.svelte.d.ts +1 -1
- package/dist/utils/Frame.svelte.d.ts +11 -11
- package/dist/utils/Popper.svelte.d.ts +21 -21
- package/dist/utils/TransitionFrame.svelte.d.ts +11 -11
- package/dist/utils/Wrapper.svelte.d.ts +2 -2
- package/dist/utils/focusTrap.d.ts +0 -1
- package/dist/video/Video.svelte.d.ts +4 -4
- package/package.json +12 -12
|
@@ -3,17 +3,17 @@ import type { EasingFunction } from 'svelte/transition';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
progress?: string | number
|
|
7
|
-
precision?: number
|
|
8
|
-
tweenDuration?: number
|
|
9
|
-
animate?: boolean
|
|
10
|
-
size?: string
|
|
11
|
-
labelInside?: boolean
|
|
12
|
-
labelOutside?: string
|
|
13
|
-
easing?: EasingFunction
|
|
14
|
-
color?: "
|
|
15
|
-
labelInsideClass?: string
|
|
16
|
-
divClass?: string
|
|
6
|
+
progress?: string | number;
|
|
7
|
+
precision?: number;
|
|
8
|
+
tweenDuration?: number;
|
|
9
|
+
animate?: boolean;
|
|
10
|
+
size?: string;
|
|
11
|
+
labelInside?: boolean;
|
|
12
|
+
labelOutside?: string;
|
|
13
|
+
easing?: EasingFunction;
|
|
14
|
+
color?: "primary" | "blue" | "gray" | "red" | "green" | "yellow" | "purple" | "indigo";
|
|
15
|
+
labelInsideClass?: string;
|
|
16
|
+
divClass?: string;
|
|
17
17
|
};
|
|
18
18
|
events: {
|
|
19
19
|
[evt: string]: CustomEvent<any>;
|
|
@@ -5,13 +5,13 @@ declare const __propDef: {
|
|
|
5
5
|
ratings?: {
|
|
6
6
|
label: string;
|
|
7
7
|
rating: number;
|
|
8
|
-
}[]
|
|
9
|
-
divClass?: string
|
|
10
|
-
labelClass?: string
|
|
11
|
-
ratingDivClass?: string
|
|
12
|
-
ratingClass?: string
|
|
13
|
-
rightLabelClass?: string
|
|
14
|
-
unit?: string
|
|
8
|
+
}[];
|
|
9
|
+
divClass?: string;
|
|
10
|
+
labelClass?: string;
|
|
11
|
+
ratingDivClass?: string;
|
|
12
|
+
ratingClass?: string;
|
|
13
|
+
rightLabelClass?: string;
|
|
14
|
+
unit?: string;
|
|
15
15
|
};
|
|
16
16
|
events: {
|
|
17
17
|
[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
|
-
fillPercent?: number
|
|
6
|
-
fillColor?: string
|
|
7
|
-
strokeColor?: string
|
|
8
|
-
size?: number
|
|
9
|
-
ariaLabel?: string
|
|
10
|
-
id?: string
|
|
11
|
-
role?: string
|
|
5
|
+
fillPercent?: number;
|
|
6
|
+
fillColor?: string;
|
|
7
|
+
strokeColor?: string;
|
|
8
|
+
size?: number;
|
|
9
|
+
ariaLabel?: string;
|
|
10
|
+
id?: string;
|
|
11
|
+
role?: string;
|
|
12
12
|
};
|
|
13
13
|
events: {
|
|
14
14
|
click: MouseEvent;
|
|
@@ -3,13 +3,13 @@ import type { ComponentType } from 'svelte';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
divClass?: string
|
|
7
|
-
size?: number
|
|
8
|
-
total?: number
|
|
9
|
-
rating?: number
|
|
10
|
-
partialId?: string
|
|
11
|
-
icon?: ComponentType
|
|
12
|
-
count?: boolean
|
|
6
|
+
divClass?: string;
|
|
7
|
+
size?: number;
|
|
8
|
+
total?: number;
|
|
9
|
+
rating?: number;
|
|
10
|
+
partialId?: string;
|
|
11
|
+
icon?: ComponentType;
|
|
12
|
+
count?: boolean;
|
|
13
13
|
};
|
|
14
14
|
events: {
|
|
15
15
|
[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;
|
|
5
|
+
helpfullink?: string;
|
|
6
|
+
abuselink?: string;
|
|
7
7
|
comment: {
|
|
8
8
|
id: string;
|
|
9
9
|
user: {
|
|
@@ -4,11 +4,11 @@ declare const __propDef: {
|
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
6
|
review: ReviewType;
|
|
7
|
-
articleClass?: string
|
|
8
|
-
divClass?: string
|
|
9
|
-
imgClass?: string
|
|
10
|
-
ulClass?: string
|
|
11
|
-
liClass?: string
|
|
7
|
+
articleClass?: string;
|
|
8
|
+
divClass?: string;
|
|
9
|
+
imgClass?: string;
|
|
10
|
+
ulClass?: string;
|
|
11
|
+
liClass?: string;
|
|
12
12
|
};
|
|
13
13
|
events: {
|
|
14
14
|
[evt: string]: CustomEvent<any>;
|
|
@@ -4,11 +4,11 @@ declare const __propDef: {
|
|
|
4
4
|
ratings?: {
|
|
5
5
|
label: string;
|
|
6
6
|
rating: number;
|
|
7
|
-
}[]
|
|
7
|
+
}[];
|
|
8
8
|
ratings2?: {
|
|
9
9
|
label: string;
|
|
10
10
|
rating: number;
|
|
11
|
-
}[]
|
|
11
|
+
}[];
|
|
12
12
|
headerLabel: {
|
|
13
13
|
desc1: string;
|
|
14
14
|
desc2: string;
|
|
@@ -18,12 +18,12 @@ declare const __propDef: {
|
|
|
18
18
|
url: string;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
|
-
desc1Class?: string
|
|
22
|
-
desc2Class?: string
|
|
23
|
-
desc3spanClass?: string
|
|
24
|
-
desc3pClass?: string
|
|
25
|
-
linkClass?: string
|
|
26
|
-
barColor?: string
|
|
21
|
+
desc1Class?: string;
|
|
22
|
+
desc2Class?: string;
|
|
23
|
+
desc3spanClass?: string;
|
|
24
|
+
desc3pClass?: string;
|
|
25
|
+
linkClass?: string;
|
|
26
|
+
barColor?: string;
|
|
27
27
|
};
|
|
28
28
|
events: {
|
|
29
29
|
[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
|
-
fillPercent?: number
|
|
6
|
-
fillColor?: string
|
|
7
|
-
strokeColor?: string
|
|
8
|
-
size?: number
|
|
9
|
-
ariaLabel?: string
|
|
10
|
-
id?: string
|
|
11
|
-
role?: string
|
|
5
|
+
fillPercent?: number;
|
|
6
|
+
fillColor?: string;
|
|
7
|
+
strokeColor?: string;
|
|
8
|
+
size?: number;
|
|
9
|
+
ariaLabel?: string;
|
|
10
|
+
id?: string;
|
|
11
|
+
role?: string;
|
|
12
12
|
};
|
|
13
13
|
events: {
|
|
14
14
|
click: MouseEvent;
|
|
@@ -2,13 +2,13 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
fillPercent?: number
|
|
6
|
-
fillColor?: string
|
|
7
|
-
strokeColor?: string
|
|
8
|
-
size?: number
|
|
9
|
-
ariaLabel?: string
|
|
10
|
-
id?: string
|
|
11
|
-
role?: string
|
|
5
|
+
fillPercent?: number;
|
|
6
|
+
fillColor?: string;
|
|
7
|
+
strokeColor?: string;
|
|
8
|
+
size?: number;
|
|
9
|
+
ariaLabel?: string;
|
|
10
|
+
id?: string;
|
|
11
|
+
role?: string;
|
|
12
12
|
};
|
|
13
13
|
events: {
|
|
14
14
|
click: MouseEvent;
|
|
@@ -6,11 +6,11 @@ export type SidebarType = {
|
|
|
6
6
|
declare const __propDef: {
|
|
7
7
|
props: {
|
|
8
8
|
[x: string]: any;
|
|
9
|
-
activeUrl?: string
|
|
10
|
-
asideClass?: string
|
|
11
|
-
nonActiveClass?: string
|
|
12
|
-
activeClass?: string
|
|
13
|
-
ariaLabel?: string
|
|
9
|
+
activeUrl?: string;
|
|
10
|
+
asideClass?: string;
|
|
11
|
+
nonActiveClass?: string;
|
|
12
|
+
activeClass?: string;
|
|
13
|
+
ariaLabel?: string;
|
|
14
14
|
};
|
|
15
15
|
events: {
|
|
16
16
|
[evt: string]: CustomEvent<any>;
|
|
@@ -4,9 +4,9 @@ declare const __propDef: {
|
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
6
|
site: SiteType;
|
|
7
|
-
aClass?: string
|
|
8
|
-
imgClass?: string
|
|
9
|
-
spanClass?: string
|
|
7
|
+
aClass?: string;
|
|
8
|
+
imgClass?: string;
|
|
9
|
+
spanClass?: string;
|
|
10
10
|
};
|
|
11
11
|
events: {
|
|
12
12
|
[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
|
-
divWrapperClass?: string
|
|
6
|
-
divClass?: string
|
|
7
|
-
spanClass?: string
|
|
8
|
-
label?: string
|
|
5
|
+
divWrapperClass?: string;
|
|
6
|
+
divClass?: string;
|
|
7
|
+
spanClass?: string;
|
|
8
|
+
label?: string;
|
|
9
9
|
};
|
|
10
10
|
events: {
|
|
11
11
|
[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
|
-
aClass?: string
|
|
6
|
-
href?: string
|
|
7
|
-
label?: string
|
|
8
|
-
activeClass?: string
|
|
9
|
-
active?: boolean
|
|
5
|
+
aClass?: string;
|
|
6
|
+
href?: string;
|
|
7
|
+
label?: string;
|
|
8
|
+
activeClass?: string;
|
|
9
|
+
active?: boolean;
|
|
10
10
|
};
|
|
11
11
|
events: {
|
|
12
12
|
blur: FocusEvent;
|
|
@@ -3,13 +3,13 @@ import type { TransitionTypes, TransitionParamTypes } from '../types';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
btnClass?: string
|
|
7
|
-
label?: string
|
|
8
|
-
spanClass?: string
|
|
9
|
-
ulClass?: string
|
|
10
|
-
transitionType?: TransitionTypes
|
|
11
|
-
transitionParams?: TransitionParamTypes
|
|
12
|
-
isOpen?: boolean
|
|
6
|
+
btnClass?: string;
|
|
7
|
+
label?: string;
|
|
8
|
+
spanClass?: string;
|
|
9
|
+
ulClass?: string;
|
|
10
|
+
transitionType?: TransitionTypes;
|
|
11
|
+
transitionParams?: TransitionParamTypes;
|
|
12
|
+
isOpen?: boolean;
|
|
13
13
|
};
|
|
14
14
|
events: {
|
|
15
15
|
[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
|
-
ulClass?: string
|
|
6
|
-
borderClass?: string
|
|
7
|
-
border?: boolean
|
|
5
|
+
ulClass?: string;
|
|
6
|
+
borderClass?: string;
|
|
7
|
+
border?: boolean;
|
|
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
|
-
href?: string
|
|
6
|
-
label?: string
|
|
7
|
-
spanClass?: string
|
|
5
|
+
href?: string;
|
|
6
|
+
label?: string;
|
|
7
|
+
spanClass?: string;
|
|
8
8
|
activeClass?: string | undefined;
|
|
9
9
|
nonActiveClass?: string | undefined;
|
|
10
10
|
};
|
|
@@ -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
|
-
size?: string | number
|
|
5
|
+
divClass?: string;
|
|
6
|
+
size?: string | number;
|
|
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
|
-
divClass?: string
|
|
6
|
-
imgHeight?: string
|
|
7
|
-
imgOnly?: boolean
|
|
5
|
+
divClass?: string;
|
|
6
|
+
imgHeight?: string;
|
|
7
|
+
imgOnly?: boolean;
|
|
8
8
|
};
|
|
9
9
|
events: {
|
|
10
10
|
[evt: string]: 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
|
-
size?: string | number
|
|
5
|
+
divClass?: string;
|
|
6
|
+
size?: string | number;
|
|
7
7
|
};
|
|
8
8
|
events: {
|
|
9
9
|
[evt: string]: 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
|
-
size?: string | number
|
|
5
|
+
divClass?: string;
|
|
6
|
+
size?: string | number;
|
|
7
7
|
};
|
|
8
8
|
events: {
|
|
9
9
|
[evt: string]: 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
|
-
size?: string | number
|
|
5
|
+
divClass?: string;
|
|
6
|
+
size?: string | number;
|
|
7
7
|
};
|
|
8
8
|
events: {
|
|
9
9
|
[evt: string]: CustomEvent<any>;
|
|
@@ -8,17 +8,17 @@ export interface SpeedCtxType {
|
|
|
8
8
|
declare const __propDef: {
|
|
9
9
|
props: {
|
|
10
10
|
[x: string]: any;
|
|
11
|
-
defaultClass?: string
|
|
12
|
-
popperDefaultClass?: string
|
|
13
|
-
placement?: Placement
|
|
14
|
-
pill?: boolean
|
|
15
|
-
tooltip?:
|
|
16
|
-
trigger?: "
|
|
17
|
-
textOutside?: boolean
|
|
18
|
-
id?: string
|
|
19
|
-
name?: string
|
|
20
|
-
gradient?: boolean
|
|
21
|
-
open?: boolean
|
|
11
|
+
defaultClass?: string;
|
|
12
|
+
popperDefaultClass?: string;
|
|
13
|
+
placement?: Placement;
|
|
14
|
+
pill?: boolean;
|
|
15
|
+
tooltip?: Placement | "none";
|
|
16
|
+
trigger?: "hover" | "click" | "focus";
|
|
17
|
+
textOutside?: boolean;
|
|
18
|
+
id?: string;
|
|
19
|
+
name?: string;
|
|
20
|
+
gradient?: boolean;
|
|
21
|
+
open?: boolean;
|
|
22
22
|
};
|
|
23
23
|
events: {
|
|
24
24
|
[evt: string]: CustomEvent<any>;
|
|
@@ -3,13 +3,13 @@ import type { Placement } from '@floating-ui/dom';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
btnDefaultClass?: string
|
|
7
|
-
name?: string
|
|
8
|
-
tooltip?:
|
|
9
|
-
pill?: boolean
|
|
10
|
-
textOutside?: boolean
|
|
11
|
-
textOutsideClass?: string
|
|
12
|
-
textDefaultClass?: string
|
|
6
|
+
btnDefaultClass?: string;
|
|
7
|
+
name?: string;
|
|
8
|
+
tooltip?: Placement | "none";
|
|
9
|
+
pill?: boolean;
|
|
10
|
+
textOutside?: boolean;
|
|
11
|
+
textOutsideClass?: string;
|
|
12
|
+
textDefaultClass?: string;
|
|
13
13
|
};
|
|
14
14
|
events: {
|
|
15
15
|
click: MouseEvent;
|
|
@@ -2,12 +2,12 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
color?:
|
|
6
|
-
bg?: string
|
|
7
|
-
customColor?: string
|
|
8
|
-
size?: string | number
|
|
9
|
-
currentFill?: string
|
|
10
|
-
currentColor?: string
|
|
5
|
+
color?: "primary" | "blue" | "gray" | "green" | "red" | "yellow" | "pink" | "purple" | "white" | "custom" | undefined;
|
|
6
|
+
bg?: string;
|
|
7
|
+
customColor?: string;
|
|
8
|
+
size?: string | number;
|
|
9
|
+
currentFill?: string;
|
|
10
|
+
currentColor?: string;
|
|
11
11
|
};
|
|
12
12
|
events: {
|
|
13
13
|
[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
|
-
steps?: string[]
|
|
6
|
-
currentStep?: number
|
|
7
|
-
size?: string
|
|
8
|
-
color?: "
|
|
9
|
-
glow?: boolean
|
|
10
|
-
hideLabel?: boolean
|
|
11
|
-
completedCustom?: string
|
|
12
|
-
currentCustom?: string
|
|
5
|
+
steps?: string[];
|
|
6
|
+
currentStep?: number;
|
|
7
|
+
size?: string;
|
|
8
|
+
color?: "primary" | "secondary" | "gray" | "red" | "yellow" | "green" | "indigo" | "purple" | "pink" | "blue" | "custom";
|
|
9
|
+
glow?: boolean;
|
|
10
|
+
hideLabel?: boolean;
|
|
11
|
+
completedCustom?: string;
|
|
12
|
+
currentCustom?: string;
|
|
13
13
|
};
|
|
14
14
|
events: {
|
|
15
15
|
[evt: string]: CustomEvent<any>;
|
|
@@ -3,13 +3,13 @@ import type { TableColorType } from '../types';
|
|
|
3
3
|
declare const __propDef: {
|
|
4
4
|
props: {
|
|
5
5
|
[x: string]: any;
|
|
6
|
-
divClass?: string
|
|
7
|
-
striped?: boolean
|
|
8
|
-
hoverable?: boolean
|
|
9
|
-
noborder?: boolean
|
|
10
|
-
shadow?: boolean
|
|
11
|
-
color?: TableColorType
|
|
12
|
-
customeColor?: string
|
|
6
|
+
divClass?: string;
|
|
7
|
+
striped?: boolean;
|
|
8
|
+
hoverable?: boolean;
|
|
9
|
+
noborder?: boolean;
|
|
10
|
+
shadow?: boolean;
|
|
11
|
+
color?: TableColorType;
|
|
12
|
+
customeColor?: string;
|
|
13
13
|
};
|
|
14
14
|
events: {
|
|
15
15
|
[evt: string]: CustomEvent<any>;
|
|
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
color?: "
|
|
5
|
+
color?: "blue" | "green" | "red" | "yellow" | "purple" | "default" | "custom";
|
|
6
6
|
};
|
|
7
7
|
events: {
|
|
8
8
|
click: MouseEvent;
|
|
@@ -2,8 +2,8 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
theadClass?: string
|
|
6
|
-
defaultRow?: boolean
|
|
5
|
+
theadClass?: string;
|
|
6
|
+
defaultRow?: boolean;
|
|
7
7
|
};
|
|
8
8
|
events: {
|
|
9
9
|
[evt: string]: CustomEvent<any>;
|
|
@@ -2,18 +2,18 @@ import { SvelteComponentTyped } from "svelte";
|
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
4
|
[x: string]: any;
|
|
5
|
-
divClass?: string
|
|
6
|
-
inputValue?: string
|
|
7
|
-
striped?: boolean
|
|
8
|
-
hoverable?: boolean
|
|
9
|
-
placeholder?: string
|
|
10
|
-
customColor?: string
|
|
11
|
-
color?: "
|
|
12
|
-
innerDivClass?: string
|
|
13
|
-
searchClass?: string
|
|
14
|
-
svgDivClass?: string
|
|
15
|
-
svgClass?: string
|
|
16
|
-
inputClass?: string
|
|
5
|
+
divClass?: string;
|
|
6
|
+
inputValue?: string;
|
|
7
|
+
striped?: boolean;
|
|
8
|
+
hoverable?: boolean;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
customColor?: string;
|
|
11
|
+
color?: "blue" | "green" | "red" | "yellow" | "purple" | "default" | "custom";
|
|
12
|
+
innerDivClass?: string;
|
|
13
|
+
searchClass?: string;
|
|
14
|
+
svgDivClass?: string;
|
|
15
|
+
svgClass?: string;
|
|
16
|
+
inputClass?: string;
|
|
17
17
|
};
|
|
18
18
|
events: {
|
|
19
19
|
[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
|
-
open?: boolean
|
|
6
|
-
title?: string
|
|
5
|
+
open?: boolean;
|
|
6
|
+
title?: string;
|
|
7
7
|
activeClasses?: string | undefined;
|
|
8
8
|
inactiveClasses?: string | undefined;
|
|
9
|
-
defaultClass?: string
|
|
9
|
+
defaultClass?: string;
|
|
10
10
|
};
|
|
11
11
|
events: {
|
|
12
12
|
blur: FocusEvent;
|