flowbite-svelte 0.28.3 → 0.28.9
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 +34 -0
- package/accordions/Accordion.svelte.d.ts +3 -3
- package/accordions/AccordionItem.svelte.d.ts +3 -3
- package/alerts/Alert.svelte.d.ts +3 -3
- package/avatar/Avatar.svelte +2 -2
- package/avatar/Avatar.svelte.d.ts +3 -3
- package/avatar/Dot.svelte.d.ts +3 -3
- package/avatar/Placeholder.svelte.d.ts +3 -3
- package/badges/Badge.svelte.d.ts +3 -3
- package/breadcrumbs/Breadcrumb.svelte.d.ts +3 -3
- package/breadcrumbs/BreadcrumbItem.svelte.d.ts +3 -3
- package/buttongroups/ButtonGroup.svelte.d.ts +3 -3
- package/buttons/Button.svelte +2 -2
- package/buttons/Button.svelte.d.ts +3 -3
- package/cards/Card.svelte.d.ts +3 -3
- package/carousels/Caption.svelte.d.ts +3 -3
- package/carousels/Carousel.svelte.d.ts +3 -3
- package/carousels/CarouselTransition.svelte.d.ts +3 -3
- package/carousels/Indicator.svelte.d.ts +3 -3
- package/carousels/Slide.svelte.d.ts +3 -3
- package/carousels/Thumbnail.svelte.d.ts +3 -3
- package/darkmode/DarkMode.svelte.d.ts +3 -3
- package/datepicker/Calender.svelte.d.ts +6 -2
- package/datepicker/Datepicker.svelte.d.ts +3 -3
- package/drawer/Drawer.svelte.d.ts +3 -3
- package/dropdowns/Dropdown.svelte.d.ts +3 -3
- package/dropdowns/DropdownDivider.svelte.d.ts +3 -3
- package/dropdowns/DropdownHeader.svelte.d.ts +3 -3
- package/dropdowns/DropdownItem.svelte.d.ts +3 -3
- package/footer/Footer.svelte.d.ts +3 -3
- package/footer/FooterBrand.svelte.d.ts +3 -3
- package/footer/FooterCopyright.svelte.d.ts +3 -3
- package/footer/FooterIcon.svelte.d.ts +3 -3
- package/footer/FooterLink.svelte.d.ts +3 -3
- package/footer/FooterLinkGroup.svelte.d.ts +3 -3
- package/forms/Checkbox.svelte.d.ts +3 -3
- package/forms/Dropzone.svelte +27 -24
- package/forms/Dropzone.svelte.d.ts +11 -8
- package/forms/Fileupload.svelte +21 -23
- package/forms/Fileupload.svelte.d.ts +4 -4
- package/forms/FloatingLabelInput.svelte.d.ts +3 -3
- package/forms/Helper.svelte.d.ts +3 -3
- package/forms/Input.svelte.d.ts +3 -3
- package/forms/InputAddon.svelte.d.ts +3 -3
- package/forms/Label.svelte.d.ts +3 -3
- package/forms/NumberInput.svelte.d.ts +3 -3
- package/forms/Radio.svelte.d.ts +3 -3
- package/forms/RadioInline.svelte.d.ts +6 -2
- package/forms/Range.svelte.d.ts +3 -3
- package/forms/Search.svelte.d.ts +3 -3
- package/forms/Select.svelte.d.ts +3 -3
- package/forms/SimpleSearch.svelte.d.ts +4 -4
- package/forms/Textarea.svelte.d.ts +3 -3
- package/forms/Toggle.svelte.d.ts +4 -4
- package/forms/VoiceSearch.svelte.d.ts +3 -3
- package/index.d.ts +0 -1
- package/index.js +0 -1
- package/kbd/ArrowKeyDown.svelte.d.ts +3 -3
- package/kbd/ArrowKeyLeft.svelte.d.ts +3 -3
- package/kbd/ArrowKeyRight.svelte.d.ts +3 -3
- package/kbd/ArrowKeyUp.svelte.d.ts +3 -3
- package/kbd/Kbd.svelte.d.ts +3 -3
- package/list-group/Listgroup.svelte.d.ts +3 -3
- package/list-group/ListgroupItem.svelte +1 -1
- package/list-group/ListgroupItem.svelte.d.ts +3 -3
- package/megamenu/MegaMenu.svelte.d.ts +3 -3
- package/modals/Modal.svelte.d.ts +3 -3
- package/navbar/Menu.svelte.d.ts +3 -3
- package/navbar/NavBrand.svelte.d.ts +3 -3
- package/navbar/NavDropdown.svelte.d.ts +3 -3
- package/navbar/NavHamburger.svelte.d.ts +3 -3
- package/navbar/NavLi.svelte.d.ts +3 -3
- package/navbar/NavUl.svelte.d.ts +3 -3
- package/navbar/Navbar.svelte.d.ts +3 -3
- package/package.json +15 -16
- package/paginations/Pagination.svelte.d.ts +3 -3
- package/paginations/PaginationItem.svelte.d.ts +3 -3
- package/popover/Popover.svelte.d.ts +3 -3
- package/progressbars/Progressbar.svelte.d.ts +3 -3
- package/ratings/AdvancedRating.svelte.d.ts +3 -3
- package/ratings/Rating.svelte.d.ts +3 -3
- package/ratings/RatingComment.svelte.d.ts +3 -3
- package/ratings/Review.svelte.d.ts +3 -3
- package/ratings/ScoreRating.svelte.d.ts +3 -3
- package/ratings/Star.svelte.d.ts +3 -3
- package/sidebars/Sidebar.svelte.d.ts +3 -3
- package/sidebars/SidebarBrand.svelte.d.ts +3 -3
- package/sidebars/SidebarCta.svelte.d.ts +3 -3
- package/sidebars/SidebarDropdownItem.svelte.d.ts +3 -3
- package/sidebars/SidebarDropdownWrapper.svelte.d.ts +3 -3
- package/sidebars/SidebarGroup.svelte.d.ts +3 -3
- package/sidebars/SidebarItem.svelte.d.ts +3 -3
- package/sidebars/SidebarWrapper.svelte.d.ts +3 -3
- package/skeleton/CardPlaceholder.svelte.d.ts +3 -3
- package/skeleton/ImagePlaceholder.svelte.d.ts +3 -3
- package/skeleton/ListPlaceholder.svelte.d.ts +3 -3
- package/skeleton/Skeleton.svelte.d.ts +3 -3
- package/skeleton/TestimonialPlaceholder.svelte.d.ts +3 -3
- package/skeleton/TextPlaceholder.svelte.d.ts +3 -3
- package/skeleton/VideoPlaceholder.svelte.d.ts +3 -3
- package/skeleton/WidgetPlaceholder.svelte.d.ts +3 -3
- package/speed-dial/SpeedDial.svelte.d.ts +3 -3
- package/speed-dial/SpeedDialButton.svelte.d.ts +3 -3
- package/spinners/Spinner.svelte.d.ts +3 -3
- package/tables/Table.svelte.d.ts +3 -3
- package/tables/TableBody.svelte.d.ts +2 -2
- package/tables/TableBodyCell.svelte.d.ts +3 -3
- package/tables/TableBodyRow.svelte.d.ts +3 -3
- package/tables/TableHead.svelte.d.ts +3 -3
- package/tables/TableHeadCell.svelte.d.ts +4 -4
- package/tables/TableSearch.svelte.d.ts +3 -3
- package/tabs/TabHead.svelte.d.ts +3 -3
- package/tabs/TabHeadItem.svelte.d.ts +3 -3
- package/tabs/TabItem.svelte.d.ts +3 -3
- package/tabs/Tabs.svelte.d.ts +3 -3
- package/timelines/Activity.svelte.d.ts +3 -3
- package/timelines/ActivityItem.svelte.d.ts +3 -3
- package/timelines/Group.svelte.d.ts +3 -3
- package/timelines/GroupItem.svelte.d.ts +3 -3
- package/timelines/Timeline.svelte.d.ts +3 -3
- package/timelines/TimelineHorizontal.svelte.d.ts +3 -3
- package/timelines/TimelineItem.svelte.d.ts +3 -3
- package/timelines/TimelineItemHorizontal.svelte.d.ts +3 -3
- package/timelines/TimelineItemVertical.svelte.d.ts +3 -3
- package/toasts/Toast.svelte.d.ts +3 -3
- package/toolbar/Toolbar.svelte.d.ts +3 -3
- package/toolbar/ToolbarButton.svelte.d.ts +3 -3
- package/toolbar/ToolbarGroup.svelte.d.ts +4 -4
- package/tooltips/Tooltip.svelte +5 -5
- package/tooltips/Tooltip.svelte.d.ts +3 -3
- package/types.d.ts +19 -19
- package/typography/A.svelte +3 -1
- package/typography/A.svelte.d.ts +5 -3
- package/typography/Blockquote.svelte.d.ts +3 -3
- package/typography/DescriptionList.svelte.d.ts +3 -3
- package/typography/Heading.svelte.d.ts +3 -3
- package/typography/Hr.svelte.d.ts +3 -3
- package/typography/Img.svelte.d.ts +3 -3
- package/typography/Layout.svelte.d.ts +3 -3
- package/typography/Li.svelte.d.ts +3 -3
- package/typography/List.svelte.d.ts +3 -3
- package/typography/Mark.svelte.d.ts +3 -3
- package/typography/P.svelte.d.ts +4 -4
- package/typography/Secondary.svelte.d.ts +3 -3
- package/typography/Span.svelte.d.ts +3 -3
- package/typography/Ul.svelte.d.ts +3 -3
- package/utils/Chevron.svelte.d.ts +3 -3
- package/utils/ChevronDown.svelte.d.ts +3 -3
- package/utils/ChevronLeft.svelte.d.ts +3 -3
- package/utils/ChevronRight.svelte.d.ts +3 -3
- package/utils/ChevronUp.svelte.d.ts +3 -3
- package/utils/CloseButton.svelte.d.ts +3 -3
- package/utils/Frame.svelte.d.ts +3 -3
- package/utils/InformationCircle.svelte.d.ts +3 -3
- package/utils/Popper.svelte +2 -2
- package/utils/Popper.svelte.d.ts +3 -3
- package/utils/UserCircle.svelte.d.ts +3 -3
- package/utils/Wrapper.svelte.d.ts +3 -3
- package/video/Video.svelte.d.ts +3 -3
- package/forms/Iconinput.svelte +0 -81
- package/forms/Iconinput.svelte.d.ts +0 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flowbite-svelte",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.9",
|
|
4
4
|
"description": "Flowbite components for Svelte",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": {
|
|
@@ -12,33 +12,33 @@
|
|
|
12
12
|
"homepage": "https://flowbite-svelte.com/",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@playwright/test": "^1.
|
|
16
|
-
"@sveltejs/adapter-vercel": "
|
|
15
|
+
"@playwright/test": "^1.28.1",
|
|
16
|
+
"@sveltejs/adapter-vercel": "next",
|
|
17
17
|
"@sveltejs/kit": "next",
|
|
18
18
|
"@sveltejs/package": "1.0.0-next.3",
|
|
19
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
20
|
-
"@typescript-eslint/parser": "^5.
|
|
19
|
+
"@typescript-eslint/eslint-plugin": "^5.46.0",
|
|
20
|
+
"@typescript-eslint/parser": "^5.46.0",
|
|
21
21
|
"autoprefixer": "^10.4.13",
|
|
22
22
|
"createprops": "^0.4.9",
|
|
23
|
-
"eslint": "^8.
|
|
23
|
+
"eslint": "^8.29.0",
|
|
24
24
|
"eslint-config-prettier": "^8.5.0",
|
|
25
25
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
26
26
|
"mdsvex": "^0.10.6",
|
|
27
27
|
"mdsvexamples": "^0.3.2",
|
|
28
28
|
"postcss": "^8.4.19",
|
|
29
29
|
"postcss-load-config": "^4.0.1",
|
|
30
|
-
"prettier": "^2.
|
|
31
|
-
"prettier-plugin-svelte": "^2.
|
|
30
|
+
"prettier": "^2.8.1",
|
|
31
|
+
"prettier-plugin-svelte": "^2.9.0",
|
|
32
32
|
"prism-themes": "^1.9.0",
|
|
33
|
-
"svelte": "^3.
|
|
34
|
-
"svelte-check": "^2.
|
|
35
|
-
"svelte-meta-tags": "^2.6.
|
|
33
|
+
"svelte": "^3.54.0",
|
|
34
|
+
"svelte-check": "^2.10.2",
|
|
35
|
+
"svelte-meta-tags": "^2.6.4",
|
|
36
36
|
"svelte-preprocess": "^4.10.7",
|
|
37
|
-
"svelte2tsx": "^0.5.
|
|
37
|
+
"svelte2tsx": "^0.5.22",
|
|
38
38
|
"tailwindcss": "^3.2.4",
|
|
39
39
|
"tslib": "^2.4.1",
|
|
40
|
-
"typescript": "^4.
|
|
41
|
-
"vite": "^
|
|
40
|
+
"typescript": "^4.9.4",
|
|
41
|
+
"vite": "^4.0.0"
|
|
42
42
|
},
|
|
43
43
|
"type": "module",
|
|
44
44
|
"keywords": [
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"@popperjs/core": "^2.11.6",
|
|
88
88
|
"classnames": "^2.3.2",
|
|
89
|
-
"flowbite": "^1.5.
|
|
89
|
+
"flowbite": "^1.5.5"
|
|
90
90
|
},
|
|
91
91
|
"engines": {
|
|
92
92
|
"npm": ">=7.0.0",
|
|
@@ -139,7 +139,6 @@
|
|
|
139
139
|
"./forms/Fileupload.svelte": "./forms/Fileupload.svelte",
|
|
140
140
|
"./forms/FloatingLabelInput.svelte": "./forms/FloatingLabelInput.svelte",
|
|
141
141
|
"./forms/Helper.svelte": "./forms/Helper.svelte",
|
|
142
|
-
"./forms/Iconinput.svelte": "./forms/Iconinput.svelte",
|
|
143
142
|
"./forms/Input.svelte": "./forms/Input.svelte",
|
|
144
143
|
"./forms/InputAddon.svelte": "./forms/InputAddon.svelte",
|
|
145
144
|
"./forms/Label.svelte": "./forms/Label.svelte",
|
|
@@ -18,9 +18,9 @@ declare const __propDef: {
|
|
|
18
18
|
next: {};
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
21
|
+
export type PaginationProps = typeof __propDef.props;
|
|
22
|
+
export type PaginationEvents = typeof __propDef.events;
|
|
23
|
+
export type PaginationSlots = typeof __propDef.slots;
|
|
24
24
|
export default class Pagination extends SvelteComponentTyped<PaginationProps, PaginationEvents, PaginationSlots> {
|
|
25
25
|
}
|
|
26
26
|
export {};
|
|
@@ -21,9 +21,9 @@ declare const __propDef: {
|
|
|
21
21
|
default: {};
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
24
|
+
export type PaginationItemProps = typeof __propDef.props;
|
|
25
|
+
export type PaginationItemEvents = typeof __propDef.events;
|
|
26
|
+
export type PaginationItemSlots = typeof __propDef.slots;
|
|
27
27
|
export default class PaginationItem extends SvelteComponentTyped<PaginationItemProps, PaginationItemEvents, PaginationItemSlots> {
|
|
28
28
|
}
|
|
29
29
|
export {};
|
|
@@ -15,9 +15,9 @@ declare const __propDef: {
|
|
|
15
15
|
default: {};
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
18
|
+
export type PopoverProps = typeof __propDef.props;
|
|
19
|
+
export type PopoverEvents = typeof __propDef.events;
|
|
20
|
+
export type PopoverSlots = typeof __propDef.slots;
|
|
21
21
|
export default class Popover extends SvelteComponentTyped<PopoverProps, PopoverEvents, PopoverSlots> {
|
|
22
22
|
}
|
|
23
23
|
export {};
|
|
@@ -15,9 +15,9 @@ declare const __propDef: {
|
|
|
15
15
|
};
|
|
16
16
|
slots: {};
|
|
17
17
|
};
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
18
|
+
export type ProgressbarProps = typeof __propDef.props;
|
|
19
|
+
export type ProgressbarEvents = typeof __propDef.events;
|
|
20
|
+
export type ProgressbarSlots = typeof __propDef.slots;
|
|
21
21
|
export default class Progressbar extends SvelteComponentTyped<ProgressbarProps, ProgressbarEvents, ProgressbarSlots> {
|
|
22
22
|
}
|
|
23
23
|
export {};
|
|
@@ -20,9 +20,9 @@ declare const __propDef: {
|
|
|
20
20
|
globalText: {};
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
23
|
+
export type AdvancedRatingProps = typeof __propDef.props;
|
|
24
|
+
export type AdvancedRatingEvents = typeof __propDef.events;
|
|
25
|
+
export type AdvancedRatingSlots = typeof __propDef.slots;
|
|
26
26
|
export default class AdvancedRating extends SvelteComponentTyped<AdvancedRatingProps, AdvancedRatingEvents, AdvancedRatingSlots> {
|
|
27
27
|
}
|
|
28
28
|
export {};
|
|
@@ -19,9 +19,9 @@ declare const __propDef: {
|
|
|
19
19
|
text: {};
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
22
|
+
export type RatingProps = typeof __propDef.props;
|
|
23
|
+
export type RatingEvents = typeof __propDef.events;
|
|
24
|
+
export type RatingSlots = typeof __propDef.slots;
|
|
25
25
|
export default class Rating extends SvelteComponentTyped<RatingProps, RatingEvents, RatingSlots> {
|
|
26
26
|
}
|
|
27
27
|
export {};
|
|
@@ -31,9 +31,9 @@ declare const __propDef: {
|
|
|
31
31
|
evaluation: {};
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
export
|
|
34
|
+
export type RatingCommentProps = typeof __propDef.props;
|
|
35
|
+
export type RatingCommentEvents = typeof __propDef.events;
|
|
36
|
+
export type RatingCommentSlots = typeof __propDef.slots;
|
|
37
37
|
export default class RatingComment extends SvelteComponentTyped<RatingCommentProps, RatingCommentEvents, RatingCommentSlots> {
|
|
38
38
|
}
|
|
39
39
|
export {};
|
|
@@ -21,9 +21,9 @@ declare const __propDef: {
|
|
|
21
21
|
default: {};
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
24
|
+
export type ReviewProps = typeof __propDef.props;
|
|
25
|
+
export type ReviewEvents = typeof __propDef.events;
|
|
26
|
+
export type ReviewSlots = typeof __propDef.slots;
|
|
27
27
|
export default class Review extends SvelteComponentTyped<ReviewProps, ReviewEvents, ReviewSlots> {
|
|
28
28
|
}
|
|
29
29
|
export {};
|
|
@@ -28,9 +28,9 @@ declare const __propDef: {
|
|
|
28
28
|
};
|
|
29
29
|
slots: {};
|
|
30
30
|
};
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
31
|
+
export type ScoreRatingProps = typeof __propDef.props;
|
|
32
|
+
export type ScoreRatingEvents = typeof __propDef.events;
|
|
33
|
+
export type ScoreRatingSlots = typeof __propDef.slots;
|
|
34
34
|
export default class ScoreRating extends SvelteComponentTyped<ScoreRatingProps, ScoreRatingEvents, ScoreRatingSlots> {
|
|
35
35
|
}
|
|
36
36
|
export {};
|
package/ratings/Star.svelte.d.ts
CHANGED
|
@@ -14,9 +14,9 @@ declare const __propDef: {
|
|
|
14
14
|
};
|
|
15
15
|
slots: {};
|
|
16
16
|
};
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
17
|
+
export type StarProps = typeof __propDef.props;
|
|
18
|
+
export type StarEvents = typeof __propDef.events;
|
|
19
|
+
export type StarSlots = typeof __propDef.slots;
|
|
20
20
|
export default class Star extends SvelteComponentTyped<StarProps, StarEvents, StarSlots> {
|
|
21
21
|
}
|
|
22
22
|
export {};
|
|
@@ -11,9 +11,9 @@ declare const __propDef: {
|
|
|
11
11
|
default: {};
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
14
|
+
export type SidebarProps = typeof __propDef.props;
|
|
15
|
+
export type SidebarEvents = typeof __propDef.events;
|
|
16
|
+
export type SidebarSlots = typeof __propDef.slots;
|
|
17
17
|
export default class Sidebar extends SvelteComponentTyped<SidebarProps, SidebarEvents, SidebarSlots> {
|
|
18
18
|
}
|
|
19
19
|
export {};
|
|
@@ -13,9 +13,9 @@ declare const __propDef: {
|
|
|
13
13
|
};
|
|
14
14
|
slots: {};
|
|
15
15
|
};
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
16
|
+
export type SidebarBrandProps = typeof __propDef.props;
|
|
17
|
+
export type SidebarBrandEvents = typeof __propDef.events;
|
|
18
|
+
export type SidebarBrandSlots = typeof __propDef.slots;
|
|
19
19
|
export default class SidebarBrand extends SvelteComponentTyped<SidebarBrandProps, SidebarBrandEvents, SidebarBrandSlots> {
|
|
20
20
|
}
|
|
21
21
|
export {};
|
|
@@ -15,9 +15,9 @@ declare const __propDef: {
|
|
|
15
15
|
default: {};
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
18
|
+
export type SidebarCtaProps = typeof __propDef.props;
|
|
19
|
+
export type SidebarCtaEvents = typeof __propDef.events;
|
|
20
|
+
export type SidebarCtaSlots = typeof __propDef.slots;
|
|
21
21
|
export default class SidebarCta extends SvelteComponentTyped<SidebarCtaProps, SidebarCtaEvents, SidebarCtaSlots> {
|
|
22
22
|
}
|
|
23
23
|
export {};
|
|
@@ -23,9 +23,9 @@ declare const __propDef: {
|
|
|
23
23
|
};
|
|
24
24
|
slots: {};
|
|
25
25
|
};
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
26
|
+
export type SidebarDropdownItemProps = typeof __propDef.props;
|
|
27
|
+
export type SidebarDropdownItemEvents = typeof __propDef.events;
|
|
28
|
+
export type SidebarDropdownItemSlots = typeof __propDef.slots;
|
|
29
29
|
export default class SidebarDropdownItem extends SvelteComponentTyped<SidebarDropdownItemProps, SidebarDropdownItemEvents, SidebarDropdownItemSlots> {
|
|
30
30
|
}
|
|
31
31
|
export {};
|
|
@@ -18,9 +18,9 @@ declare const __propDef: {
|
|
|
18
18
|
default: {};
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
21
|
+
export type SidebarDropdownWrapperProps = typeof __propDef.props;
|
|
22
|
+
export type SidebarDropdownWrapperEvents = typeof __propDef.events;
|
|
23
|
+
export type SidebarDropdownWrapperSlots = typeof __propDef.slots;
|
|
24
24
|
export default class SidebarDropdownWrapper extends SvelteComponentTyped<SidebarDropdownWrapperProps, SidebarDropdownWrapperEvents, SidebarDropdownWrapperSlots> {
|
|
25
25
|
}
|
|
26
26
|
export {};
|
|
@@ -13,9 +13,9 @@ declare const __propDef: {
|
|
|
13
13
|
default: {};
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
16
|
+
export type SidebarGroupProps = typeof __propDef.props;
|
|
17
|
+
export type SidebarGroupEvents = typeof __propDef.events;
|
|
18
|
+
export type SidebarGroupSlots = typeof __propDef.slots;
|
|
19
19
|
export default class SidebarGroup extends SvelteComponentTyped<SidebarGroupProps, SidebarGroupEvents, SidebarGroupSlots> {
|
|
20
20
|
}
|
|
21
21
|
export {};
|
|
@@ -27,9 +27,9 @@ declare const __propDef: {
|
|
|
27
27
|
subtext: {};
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
30
|
+
export type SidebarItemProps = typeof __propDef.props;
|
|
31
|
+
export type SidebarItemEvents = typeof __propDef.events;
|
|
32
|
+
export type SidebarItemSlots = typeof __propDef.slots;
|
|
33
33
|
export default class SidebarItem extends SvelteComponentTyped<SidebarItemProps, SidebarItemEvents, SidebarItemSlots> {
|
|
34
34
|
}
|
|
35
35
|
export {};
|
|
@@ -11,9 +11,9 @@ declare const __propDef: {
|
|
|
11
11
|
default: {};
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
14
|
+
export type SidebarWrapperProps = typeof __propDef.props;
|
|
15
|
+
export type SidebarWrapperEvents = typeof __propDef.events;
|
|
16
|
+
export type SidebarWrapperSlots = typeof __propDef.slots;
|
|
17
17
|
export default class SidebarWrapper extends SvelteComponentTyped<SidebarWrapperProps, SidebarWrapperEvents, SidebarWrapperSlots> {
|
|
18
18
|
}
|
|
19
19
|
export {};
|
|
@@ -10,9 +10,9 @@ declare const __propDef: {
|
|
|
10
10
|
};
|
|
11
11
|
slots: {};
|
|
12
12
|
};
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
13
|
+
export type CardPlaceholderProps = typeof __propDef.props;
|
|
14
|
+
export type CardPlaceholderEvents = typeof __propDef.events;
|
|
15
|
+
export type CardPlaceholderSlots = typeof __propDef.slots;
|
|
16
16
|
export default class CardPlaceholder extends SvelteComponentTyped<CardPlaceholderProps, CardPlaceholderEvents, CardPlaceholderSlots> {
|
|
17
17
|
}
|
|
18
18
|
export {};
|
|
@@ -10,9 +10,9 @@ declare const __propDef: {
|
|
|
10
10
|
};
|
|
11
11
|
slots: {};
|
|
12
12
|
};
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
13
|
+
export type ImagePlaceholderProps = typeof __propDef.props;
|
|
14
|
+
export type ImagePlaceholderEvents = typeof __propDef.events;
|
|
15
|
+
export type ImagePlaceholderSlots = typeof __propDef.slots;
|
|
16
16
|
export default class ImagePlaceholder extends SvelteComponentTyped<ImagePlaceholderProps, ImagePlaceholderEvents, ImagePlaceholderSlots> {
|
|
17
17
|
}
|
|
18
18
|
export {};
|
|
@@ -9,9 +9,9 @@ declare const __propDef: {
|
|
|
9
9
|
};
|
|
10
10
|
slots: {};
|
|
11
11
|
};
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
12
|
+
export type ListPlaceholderProps = typeof __propDef.props;
|
|
13
|
+
export type ListPlaceholderEvents = typeof __propDef.events;
|
|
14
|
+
export type ListPlaceholderSlots = typeof __propDef.slots;
|
|
15
15
|
export default class ListPlaceholder extends SvelteComponentTyped<ListPlaceholderProps, ListPlaceholderEvents, ListPlaceholderSlots> {
|
|
16
16
|
}
|
|
17
17
|
export {};
|
|
@@ -9,9 +9,9 @@ declare const __propDef: {
|
|
|
9
9
|
};
|
|
10
10
|
slots: {};
|
|
11
11
|
};
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
12
|
+
export type SkeletonProps = typeof __propDef.props;
|
|
13
|
+
export type SkeletonEvents = typeof __propDef.events;
|
|
14
|
+
export type SkeletonSlots = typeof __propDef.slots;
|
|
15
15
|
export default class Skeleton extends SvelteComponentTyped<SkeletonProps, SkeletonEvents, SkeletonSlots> {
|
|
16
16
|
}
|
|
17
17
|
export {};
|
|
@@ -9,9 +9,9 @@ declare const __propDef: {
|
|
|
9
9
|
};
|
|
10
10
|
slots: {};
|
|
11
11
|
};
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
12
|
+
export type TestimonialPlaceholderProps = typeof __propDef.props;
|
|
13
|
+
export type TestimonialPlaceholderEvents = typeof __propDef.events;
|
|
14
|
+
export type TestimonialPlaceholderSlots = typeof __propDef.slots;
|
|
15
15
|
export default class TestimonialPlaceholder extends SvelteComponentTyped<TestimonialPlaceholderProps, TestimonialPlaceholderEvents, TestimonialPlaceholderSlots> {
|
|
16
16
|
}
|
|
17
17
|
export {};
|
|
@@ -9,9 +9,9 @@ declare const __propDef: {
|
|
|
9
9
|
};
|
|
10
10
|
slots: {};
|
|
11
11
|
};
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
12
|
+
export type TextPlaceholderProps = typeof __propDef.props;
|
|
13
|
+
export type TextPlaceholderEvents = typeof __propDef.events;
|
|
14
|
+
export type TextPlaceholderSlots = typeof __propDef.slots;
|
|
15
15
|
export default class TextPlaceholder extends SvelteComponentTyped<TextPlaceholderProps, TextPlaceholderEvents, TextPlaceholderSlots> {
|
|
16
16
|
}
|
|
17
17
|
export {};
|
|
@@ -10,9 +10,9 @@ declare const __propDef: {
|
|
|
10
10
|
};
|
|
11
11
|
slots: {};
|
|
12
12
|
};
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
13
|
+
export type VideoPlaceholderProps = typeof __propDef.props;
|
|
14
|
+
export type VideoPlaceholderEvents = typeof __propDef.events;
|
|
15
|
+
export type VideoPlaceholderSlots = typeof __propDef.slots;
|
|
16
16
|
export default class VideoPlaceholder extends SvelteComponentTyped<VideoPlaceholderProps, VideoPlaceholderEvents, VideoPlaceholderSlots> {
|
|
17
17
|
}
|
|
18
18
|
export {};
|
|
@@ -9,9 +9,9 @@ declare const __propDef: {
|
|
|
9
9
|
};
|
|
10
10
|
slots: {};
|
|
11
11
|
};
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
12
|
+
export type WidgetPlaceholderProps = typeof __propDef.props;
|
|
13
|
+
export type WidgetPlaceholderEvents = typeof __propDef.events;
|
|
14
|
+
export type WidgetPlaceholderSlots = typeof __propDef.slots;
|
|
15
15
|
export default class WidgetPlaceholder extends SvelteComponentTyped<WidgetPlaceholderProps, WidgetPlaceholderEvents, WidgetPlaceholderSlots> {
|
|
16
16
|
}
|
|
17
17
|
export {};
|
|
@@ -24,9 +24,9 @@ declare const __propDef: {
|
|
|
24
24
|
default: {};
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
27
|
+
export type SpeedDialProps = typeof __propDef.props;
|
|
28
|
+
export type SpeedDialEvents = typeof __propDef.events;
|
|
29
|
+
export type SpeedDialSlots = typeof __propDef.slots;
|
|
30
30
|
export default class SpeedDial extends SvelteComponentTyped<SpeedDialProps, SpeedDialEvents, SpeedDialSlots> {
|
|
31
31
|
}
|
|
32
32
|
export {};
|
|
@@ -17,9 +17,9 @@ declare const __propDef: {
|
|
|
17
17
|
default: {};
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
20
|
+
export type SpeedDialButtonProps = typeof __propDef.props;
|
|
21
|
+
export type SpeedDialButtonEvents = typeof __propDef.events;
|
|
22
|
+
export type SpeedDialButtonSlots = typeof __propDef.slots;
|
|
23
23
|
export default class SpeedDialButton extends SvelteComponentTyped<SpeedDialButtonProps, SpeedDialButtonEvents, SpeedDialButtonSlots> {
|
|
24
24
|
}
|
|
25
25
|
export {};
|
|
@@ -14,9 +14,9 @@ declare const __propDef: {
|
|
|
14
14
|
};
|
|
15
15
|
slots: {};
|
|
16
16
|
};
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
17
|
+
export type SpinnerProps = typeof __propDef.props;
|
|
18
|
+
export type SpinnerEvents = typeof __propDef.events;
|
|
19
|
+
export type SpinnerSlots = typeof __propDef.slots;
|
|
20
20
|
export default class Spinner extends SvelteComponentTyped<SpinnerProps, SpinnerEvents, SpinnerSlots> {
|
|
21
21
|
}
|
|
22
22
|
export {};
|
package/tables/Table.svelte.d.ts
CHANGED
|
@@ -16,9 +16,9 @@ declare const __propDef: {
|
|
|
16
16
|
default: {};
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
19
|
+
export type TableProps = typeof __propDef.props;
|
|
20
|
+
export type TableEvents = typeof __propDef.events;
|
|
21
|
+
export type TableSlots = typeof __propDef.slots;
|
|
22
22
|
export default class Table extends SvelteComponentTyped<TableProps, TableEvents, TableSlots> {
|
|
23
23
|
}
|
|
24
24
|
export {};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/** @typedef {typeof __propDef.events} TableBodyEvents */
|
|
3
3
|
/** @typedef {typeof __propDef.slots} TableBodySlots */
|
|
4
4
|
export default class TableBody extends SvelteComponentTyped<{
|
|
5
|
-
[x: string]:
|
|
5
|
+
[x: string]: never;
|
|
6
6
|
}, {
|
|
7
7
|
[evt: string]: CustomEvent<any>;
|
|
8
8
|
}, {
|
|
@@ -15,7 +15,7 @@ export type TableBodySlots = typeof __propDef.slots;
|
|
|
15
15
|
import { SvelteComponentTyped } from "svelte";
|
|
16
16
|
declare const __propDef: {
|
|
17
17
|
props: {
|
|
18
|
-
[x: string]:
|
|
18
|
+
[x: string]: never;
|
|
19
19
|
};
|
|
20
20
|
events: {
|
|
21
21
|
[evt: string]: CustomEvent<any>;
|
|
@@ -13,9 +13,9 @@ declare const __propDef: {
|
|
|
13
13
|
default: {};
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
16
|
+
export type TableBodyCellProps = typeof __propDef.props;
|
|
17
|
+
export type TableBodyCellEvents = typeof __propDef.events;
|
|
18
|
+
export type TableBodyCellSlots = typeof __propDef.slots;
|
|
19
19
|
export default class TableBodyCell extends SvelteComponentTyped<TableBodyCellProps, TableBodyCellEvents, TableBodyCellSlots> {
|
|
20
20
|
}
|
|
21
21
|
export {};
|
|
@@ -13,9 +13,9 @@ declare const __propDef: {
|
|
|
13
13
|
default: {};
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
16
|
+
export type TableBodyRowProps = typeof __propDef.props;
|
|
17
|
+
export type TableBodyRowEvents = typeof __propDef.events;
|
|
18
|
+
export type TableBodyRowSlots = typeof __propDef.slots;
|
|
19
19
|
export default class TableBodyRow extends SvelteComponentTyped<TableBodyRowProps, TableBodyRowEvents, TableBodyRowSlots> {
|
|
20
20
|
}
|
|
21
21
|
export {};
|
|
@@ -11,9 +11,9 @@ declare const __propDef: {
|
|
|
11
11
|
default: {};
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
14
|
+
export type TableHeadProps = typeof __propDef.props;
|
|
15
|
+
export type TableHeadEvents = typeof __propDef.events;
|
|
16
|
+
export type TableHeadSlots = typeof __propDef.slots;
|
|
17
17
|
export default class TableHead extends SvelteComponentTyped<TableHeadProps, TableHeadEvents, TableHeadSlots> {
|
|
18
18
|
}
|
|
19
19
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SvelteComponentTyped } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
|
-
[x: string]:
|
|
4
|
+
[x: string]: never;
|
|
5
5
|
};
|
|
6
6
|
events: {
|
|
7
7
|
[evt: string]: CustomEvent<any>;
|
|
@@ -10,9 +10,9 @@ declare const __propDef: {
|
|
|
10
10
|
default: {};
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
13
|
+
export type TableHeadCellProps = typeof __propDef.props;
|
|
14
|
+
export type TableHeadCellEvents = typeof __propDef.events;
|
|
15
|
+
export type TableHeadCellSlots = typeof __propDef.slots;
|
|
16
16
|
export default class TableHeadCell extends SvelteComponentTyped<TableHeadCellProps, TableHeadCellEvents, TableHeadCellSlots> {
|
|
17
17
|
}
|
|
18
18
|
export {};
|
|
@@ -16,9 +16,9 @@ declare const __propDef: {
|
|
|
16
16
|
default: {};
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
19
|
+
export type TableSearchProps = typeof __propDef.props;
|
|
20
|
+
export type TableSearchEvents = typeof __propDef.events;
|
|
21
|
+
export type TableSearchSlots = typeof __propDef.slots;
|
|
22
22
|
export default class TableSearch extends SvelteComponentTyped<TableSearchProps, TableSearchEvents, TableSearchSlots> {
|
|
23
23
|
}
|
|
24
24
|
export {};
|
package/tabs/TabHead.svelte.d.ts
CHANGED
|
@@ -12,9 +12,9 @@ declare const __propDef: {
|
|
|
12
12
|
default: {};
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
15
|
+
export type TabHeadProps = typeof __propDef.props;
|
|
16
|
+
export type TabHeadEvents = typeof __propDef.events;
|
|
17
|
+
export type TabHeadSlots = typeof __propDef.slots;
|
|
18
18
|
export default class TabHead extends SvelteComponentTyped<TabHeadProps, TabHeadEvents, TabHeadSlots> {
|
|
19
19
|
}
|
|
20
20
|
export {};
|
|
@@ -26,9 +26,9 @@ declare const __propDef: {
|
|
|
26
26
|
default: {};
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
29
|
+
export type TabHeadItemProps = typeof __propDef.props;
|
|
30
|
+
export type TabHeadItemEvents = typeof __propDef.events;
|
|
31
|
+
export type TabHeadItemSlots = typeof __propDef.slots;
|
|
32
32
|
export default class TabHeadItem extends SvelteComponentTyped<TabHeadItemProps, TabHeadItemEvents, TabHeadItemSlots> {
|
|
33
33
|
}
|
|
34
34
|
export {};
|
package/tabs/TabItem.svelte.d.ts
CHANGED
|
@@ -26,9 +26,9 @@ declare const __propDef: {
|
|
|
26
26
|
default: {};
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
29
|
+
export type TabItemProps = typeof __propDef.props;
|
|
30
|
+
export type TabItemEvents = typeof __propDef.events;
|
|
31
|
+
export type TabItemSlots = typeof __propDef.slots;
|
|
32
32
|
export default class TabItem extends SvelteComponentTyped<TabItemProps, TabItemEvents, TabItemSlots> {
|
|
33
33
|
}
|
|
34
34
|
export {};
|