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.
Files changed (161) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/accordions/Accordion.svelte.d.ts +3 -3
  3. package/accordions/AccordionItem.svelte.d.ts +3 -3
  4. package/alerts/Alert.svelte.d.ts +3 -3
  5. package/avatar/Avatar.svelte +2 -2
  6. package/avatar/Avatar.svelte.d.ts +3 -3
  7. package/avatar/Dot.svelte.d.ts +3 -3
  8. package/avatar/Placeholder.svelte.d.ts +3 -3
  9. package/badges/Badge.svelte.d.ts +3 -3
  10. package/breadcrumbs/Breadcrumb.svelte.d.ts +3 -3
  11. package/breadcrumbs/BreadcrumbItem.svelte.d.ts +3 -3
  12. package/buttongroups/ButtonGroup.svelte.d.ts +3 -3
  13. package/buttons/Button.svelte +2 -2
  14. package/buttons/Button.svelte.d.ts +3 -3
  15. package/cards/Card.svelte.d.ts +3 -3
  16. package/carousels/Caption.svelte.d.ts +3 -3
  17. package/carousels/Carousel.svelte.d.ts +3 -3
  18. package/carousels/CarouselTransition.svelte.d.ts +3 -3
  19. package/carousels/Indicator.svelte.d.ts +3 -3
  20. package/carousels/Slide.svelte.d.ts +3 -3
  21. package/carousels/Thumbnail.svelte.d.ts +3 -3
  22. package/darkmode/DarkMode.svelte.d.ts +3 -3
  23. package/datepicker/Calender.svelte.d.ts +6 -2
  24. package/datepicker/Datepicker.svelte.d.ts +3 -3
  25. package/drawer/Drawer.svelte.d.ts +3 -3
  26. package/dropdowns/Dropdown.svelte.d.ts +3 -3
  27. package/dropdowns/DropdownDivider.svelte.d.ts +3 -3
  28. package/dropdowns/DropdownHeader.svelte.d.ts +3 -3
  29. package/dropdowns/DropdownItem.svelte.d.ts +3 -3
  30. package/footer/Footer.svelte.d.ts +3 -3
  31. package/footer/FooterBrand.svelte.d.ts +3 -3
  32. package/footer/FooterCopyright.svelte.d.ts +3 -3
  33. package/footer/FooterIcon.svelte.d.ts +3 -3
  34. package/footer/FooterLink.svelte.d.ts +3 -3
  35. package/footer/FooterLinkGroup.svelte.d.ts +3 -3
  36. package/forms/Checkbox.svelte.d.ts +3 -3
  37. package/forms/Dropzone.svelte +27 -24
  38. package/forms/Dropzone.svelte.d.ts +11 -8
  39. package/forms/Fileupload.svelte +21 -23
  40. package/forms/Fileupload.svelte.d.ts +4 -4
  41. package/forms/FloatingLabelInput.svelte.d.ts +3 -3
  42. package/forms/Helper.svelte.d.ts +3 -3
  43. package/forms/Input.svelte.d.ts +3 -3
  44. package/forms/InputAddon.svelte.d.ts +3 -3
  45. package/forms/Label.svelte.d.ts +3 -3
  46. package/forms/NumberInput.svelte.d.ts +3 -3
  47. package/forms/Radio.svelte.d.ts +3 -3
  48. package/forms/RadioInline.svelte.d.ts +6 -2
  49. package/forms/Range.svelte.d.ts +3 -3
  50. package/forms/Search.svelte.d.ts +3 -3
  51. package/forms/Select.svelte.d.ts +3 -3
  52. package/forms/SimpleSearch.svelte.d.ts +4 -4
  53. package/forms/Textarea.svelte.d.ts +3 -3
  54. package/forms/Toggle.svelte.d.ts +4 -4
  55. package/forms/VoiceSearch.svelte.d.ts +3 -3
  56. package/index.d.ts +0 -1
  57. package/index.js +0 -1
  58. package/kbd/ArrowKeyDown.svelte.d.ts +3 -3
  59. package/kbd/ArrowKeyLeft.svelte.d.ts +3 -3
  60. package/kbd/ArrowKeyRight.svelte.d.ts +3 -3
  61. package/kbd/ArrowKeyUp.svelte.d.ts +3 -3
  62. package/kbd/Kbd.svelte.d.ts +3 -3
  63. package/list-group/Listgroup.svelte.d.ts +3 -3
  64. package/list-group/ListgroupItem.svelte +1 -1
  65. package/list-group/ListgroupItem.svelte.d.ts +3 -3
  66. package/megamenu/MegaMenu.svelte.d.ts +3 -3
  67. package/modals/Modal.svelte.d.ts +3 -3
  68. package/navbar/Menu.svelte.d.ts +3 -3
  69. package/navbar/NavBrand.svelte.d.ts +3 -3
  70. package/navbar/NavDropdown.svelte.d.ts +3 -3
  71. package/navbar/NavHamburger.svelte.d.ts +3 -3
  72. package/navbar/NavLi.svelte.d.ts +3 -3
  73. package/navbar/NavUl.svelte.d.ts +3 -3
  74. package/navbar/Navbar.svelte.d.ts +3 -3
  75. package/package.json +15 -16
  76. package/paginations/Pagination.svelte.d.ts +3 -3
  77. package/paginations/PaginationItem.svelte.d.ts +3 -3
  78. package/popover/Popover.svelte.d.ts +3 -3
  79. package/progressbars/Progressbar.svelte.d.ts +3 -3
  80. package/ratings/AdvancedRating.svelte.d.ts +3 -3
  81. package/ratings/Rating.svelte.d.ts +3 -3
  82. package/ratings/RatingComment.svelte.d.ts +3 -3
  83. package/ratings/Review.svelte.d.ts +3 -3
  84. package/ratings/ScoreRating.svelte.d.ts +3 -3
  85. package/ratings/Star.svelte.d.ts +3 -3
  86. package/sidebars/Sidebar.svelte.d.ts +3 -3
  87. package/sidebars/SidebarBrand.svelte.d.ts +3 -3
  88. package/sidebars/SidebarCta.svelte.d.ts +3 -3
  89. package/sidebars/SidebarDropdownItem.svelte.d.ts +3 -3
  90. package/sidebars/SidebarDropdownWrapper.svelte.d.ts +3 -3
  91. package/sidebars/SidebarGroup.svelte.d.ts +3 -3
  92. package/sidebars/SidebarItem.svelte.d.ts +3 -3
  93. package/sidebars/SidebarWrapper.svelte.d.ts +3 -3
  94. package/skeleton/CardPlaceholder.svelte.d.ts +3 -3
  95. package/skeleton/ImagePlaceholder.svelte.d.ts +3 -3
  96. package/skeleton/ListPlaceholder.svelte.d.ts +3 -3
  97. package/skeleton/Skeleton.svelte.d.ts +3 -3
  98. package/skeleton/TestimonialPlaceholder.svelte.d.ts +3 -3
  99. package/skeleton/TextPlaceholder.svelte.d.ts +3 -3
  100. package/skeleton/VideoPlaceholder.svelte.d.ts +3 -3
  101. package/skeleton/WidgetPlaceholder.svelte.d.ts +3 -3
  102. package/speed-dial/SpeedDial.svelte.d.ts +3 -3
  103. package/speed-dial/SpeedDialButton.svelte.d.ts +3 -3
  104. package/spinners/Spinner.svelte.d.ts +3 -3
  105. package/tables/Table.svelte.d.ts +3 -3
  106. package/tables/TableBody.svelte.d.ts +2 -2
  107. package/tables/TableBodyCell.svelte.d.ts +3 -3
  108. package/tables/TableBodyRow.svelte.d.ts +3 -3
  109. package/tables/TableHead.svelte.d.ts +3 -3
  110. package/tables/TableHeadCell.svelte.d.ts +4 -4
  111. package/tables/TableSearch.svelte.d.ts +3 -3
  112. package/tabs/TabHead.svelte.d.ts +3 -3
  113. package/tabs/TabHeadItem.svelte.d.ts +3 -3
  114. package/tabs/TabItem.svelte.d.ts +3 -3
  115. package/tabs/Tabs.svelte.d.ts +3 -3
  116. package/timelines/Activity.svelte.d.ts +3 -3
  117. package/timelines/ActivityItem.svelte.d.ts +3 -3
  118. package/timelines/Group.svelte.d.ts +3 -3
  119. package/timelines/GroupItem.svelte.d.ts +3 -3
  120. package/timelines/Timeline.svelte.d.ts +3 -3
  121. package/timelines/TimelineHorizontal.svelte.d.ts +3 -3
  122. package/timelines/TimelineItem.svelte.d.ts +3 -3
  123. package/timelines/TimelineItemHorizontal.svelte.d.ts +3 -3
  124. package/timelines/TimelineItemVertical.svelte.d.ts +3 -3
  125. package/toasts/Toast.svelte.d.ts +3 -3
  126. package/toolbar/Toolbar.svelte.d.ts +3 -3
  127. package/toolbar/ToolbarButton.svelte.d.ts +3 -3
  128. package/toolbar/ToolbarGroup.svelte.d.ts +4 -4
  129. package/tooltips/Tooltip.svelte +5 -5
  130. package/tooltips/Tooltip.svelte.d.ts +3 -3
  131. package/types.d.ts +19 -19
  132. package/typography/A.svelte +3 -1
  133. package/typography/A.svelte.d.ts +5 -3
  134. package/typography/Blockquote.svelte.d.ts +3 -3
  135. package/typography/DescriptionList.svelte.d.ts +3 -3
  136. package/typography/Heading.svelte.d.ts +3 -3
  137. package/typography/Hr.svelte.d.ts +3 -3
  138. package/typography/Img.svelte.d.ts +3 -3
  139. package/typography/Layout.svelte.d.ts +3 -3
  140. package/typography/Li.svelte.d.ts +3 -3
  141. package/typography/List.svelte.d.ts +3 -3
  142. package/typography/Mark.svelte.d.ts +3 -3
  143. package/typography/P.svelte.d.ts +4 -4
  144. package/typography/Secondary.svelte.d.ts +3 -3
  145. package/typography/Span.svelte.d.ts +3 -3
  146. package/typography/Ul.svelte.d.ts +3 -3
  147. package/utils/Chevron.svelte.d.ts +3 -3
  148. package/utils/ChevronDown.svelte.d.ts +3 -3
  149. package/utils/ChevronLeft.svelte.d.ts +3 -3
  150. package/utils/ChevronRight.svelte.d.ts +3 -3
  151. package/utils/ChevronUp.svelte.d.ts +3 -3
  152. package/utils/CloseButton.svelte.d.ts +3 -3
  153. package/utils/Frame.svelte.d.ts +3 -3
  154. package/utils/InformationCircle.svelte.d.ts +3 -3
  155. package/utils/Popper.svelte +2 -2
  156. package/utils/Popper.svelte.d.ts +3 -3
  157. package/utils/UserCircle.svelte.d.ts +3 -3
  158. package/utils/Wrapper.svelte.d.ts +3 -3
  159. package/video/Video.svelte.d.ts +3 -3
  160. package/forms/Iconinput.svelte +0 -81
  161. 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",
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.27.1",
16
- "@sveltejs/adapter-vercel": "1.0.0-next.78",
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.43.0",
20
- "@typescript-eslint/parser": "^5.43.0",
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.27.0",
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.7.1",
31
- "prettier-plugin-svelte": "^2.8.0",
30
+ "prettier": "^2.8.1",
31
+ "prettier-plugin-svelte": "^2.9.0",
32
32
  "prism-themes": "^1.9.0",
33
- "svelte": "^3.53.1",
34
- "svelte-check": "^2.9.2",
35
- "svelte-meta-tags": "^2.6.3",
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.20",
37
+ "svelte2tsx": "^0.5.22",
38
38
  "tailwindcss": "^3.2.4",
39
39
  "tslib": "^2.4.1",
40
- "typescript": "^4.8.4",
41
- "vite": "^3.2.3"
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.3"
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 declare type PaginationProps = typeof __propDef.props;
22
- export declare type PaginationEvents = typeof __propDef.events;
23
- export declare type PaginationSlots = typeof __propDef.slots;
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 declare type PaginationItemProps = typeof __propDef.props;
25
- export declare type PaginationItemEvents = typeof __propDef.events;
26
- export declare type PaginationItemSlots = typeof __propDef.slots;
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 declare type PopoverProps = typeof __propDef.props;
19
- export declare type PopoverEvents = typeof __propDef.events;
20
- export declare type PopoverSlots = typeof __propDef.slots;
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 declare type ProgressbarProps = typeof __propDef.props;
19
- export declare type ProgressbarEvents = typeof __propDef.events;
20
- export declare type ProgressbarSlots = typeof __propDef.slots;
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 declare type AdvancedRatingProps = typeof __propDef.props;
24
- export declare type AdvancedRatingEvents = typeof __propDef.events;
25
- export declare type AdvancedRatingSlots = typeof __propDef.slots;
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 declare type RatingProps = typeof __propDef.props;
23
- export declare type RatingEvents = typeof __propDef.events;
24
- export declare type RatingSlots = typeof __propDef.slots;
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 declare type RatingCommentProps = typeof __propDef.props;
35
- export declare type RatingCommentEvents = typeof __propDef.events;
36
- export declare type RatingCommentSlots = typeof __propDef.slots;
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 declare type ReviewProps = typeof __propDef.props;
25
- export declare type ReviewEvents = typeof __propDef.events;
26
- export declare type ReviewSlots = typeof __propDef.slots;
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 declare type ScoreRatingProps = typeof __propDef.props;
32
- export declare type ScoreRatingEvents = typeof __propDef.events;
33
- export declare type ScoreRatingSlots = typeof __propDef.slots;
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 {};
@@ -14,9 +14,9 @@ declare const __propDef: {
14
14
  };
15
15
  slots: {};
16
16
  };
17
- export declare type StarProps = typeof __propDef.props;
18
- export declare type StarEvents = typeof __propDef.events;
19
- export declare type StarSlots = typeof __propDef.slots;
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 declare type SidebarProps = typeof __propDef.props;
15
- export declare type SidebarEvents = typeof __propDef.events;
16
- export declare type SidebarSlots = typeof __propDef.slots;
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 declare type SidebarBrandProps = typeof __propDef.props;
17
- export declare type SidebarBrandEvents = typeof __propDef.events;
18
- export declare type SidebarBrandSlots = typeof __propDef.slots;
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 declare type SidebarCtaProps = typeof __propDef.props;
19
- export declare type SidebarCtaEvents = typeof __propDef.events;
20
- export declare type SidebarCtaSlots = typeof __propDef.slots;
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 declare type SidebarDropdownItemProps = typeof __propDef.props;
27
- export declare type SidebarDropdownItemEvents = typeof __propDef.events;
28
- export declare type SidebarDropdownItemSlots = typeof __propDef.slots;
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 declare type SidebarDropdownWrapperProps = typeof __propDef.props;
22
- export declare type SidebarDropdownWrapperEvents = typeof __propDef.events;
23
- export declare type SidebarDropdownWrapperSlots = typeof __propDef.slots;
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 declare type SidebarGroupProps = typeof __propDef.props;
17
- export declare type SidebarGroupEvents = typeof __propDef.events;
18
- export declare type SidebarGroupSlots = typeof __propDef.slots;
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 declare type SidebarItemProps = typeof __propDef.props;
31
- export declare type SidebarItemEvents = typeof __propDef.events;
32
- export declare type SidebarItemSlots = typeof __propDef.slots;
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 declare type SidebarWrapperProps = typeof __propDef.props;
15
- export declare type SidebarWrapperEvents = typeof __propDef.events;
16
- export declare type SidebarWrapperSlots = typeof __propDef.slots;
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 declare type CardPlaceholderProps = typeof __propDef.props;
14
- export declare type CardPlaceholderEvents = typeof __propDef.events;
15
- export declare type CardPlaceholderSlots = typeof __propDef.slots;
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 declare type ImagePlaceholderProps = typeof __propDef.props;
14
- export declare type ImagePlaceholderEvents = typeof __propDef.events;
15
- export declare type ImagePlaceholderSlots = typeof __propDef.slots;
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 declare type ListPlaceholderProps = typeof __propDef.props;
13
- export declare type ListPlaceholderEvents = typeof __propDef.events;
14
- export declare type ListPlaceholderSlots = typeof __propDef.slots;
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 declare type SkeletonProps = typeof __propDef.props;
13
- export declare type SkeletonEvents = typeof __propDef.events;
14
- export declare type SkeletonSlots = typeof __propDef.slots;
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 declare type TestimonialPlaceholderProps = typeof __propDef.props;
13
- export declare type TestimonialPlaceholderEvents = typeof __propDef.events;
14
- export declare type TestimonialPlaceholderSlots = typeof __propDef.slots;
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 declare type TextPlaceholderProps = typeof __propDef.props;
13
- export declare type TextPlaceholderEvents = typeof __propDef.events;
14
- export declare type TextPlaceholderSlots = typeof __propDef.slots;
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 declare type VideoPlaceholderProps = typeof __propDef.props;
14
- export declare type VideoPlaceholderEvents = typeof __propDef.events;
15
- export declare type VideoPlaceholderSlots = typeof __propDef.slots;
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 declare type WidgetPlaceholderProps = typeof __propDef.props;
13
- export declare type WidgetPlaceholderEvents = typeof __propDef.events;
14
- export declare type WidgetPlaceholderSlots = typeof __propDef.slots;
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 declare type SpeedDialProps = typeof __propDef.props;
28
- export declare type SpeedDialEvents = typeof __propDef.events;
29
- export declare type SpeedDialSlots = typeof __propDef.slots;
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 declare type SpeedDialButtonProps = typeof __propDef.props;
21
- export declare type SpeedDialButtonEvents = typeof __propDef.events;
22
- export declare type SpeedDialButtonSlots = typeof __propDef.slots;
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 declare type SpinnerProps = typeof __propDef.props;
18
- export declare type SpinnerEvents = typeof __propDef.events;
19
- export declare type SpinnerSlots = typeof __propDef.slots;
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 {};
@@ -16,9 +16,9 @@ declare const __propDef: {
16
16
  default: {};
17
17
  };
18
18
  };
19
- export declare type TableProps = typeof __propDef.props;
20
- export declare type TableEvents = typeof __propDef.events;
21
- export declare type TableSlots = typeof __propDef.slots;
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]: any;
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]: any;
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 declare type TableBodyCellProps = typeof __propDef.props;
17
- export declare type TableBodyCellEvents = typeof __propDef.events;
18
- export declare type TableBodyCellSlots = typeof __propDef.slots;
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 declare type TableBodyRowProps = typeof __propDef.props;
17
- export declare type TableBodyRowEvents = typeof __propDef.events;
18
- export declare type TableBodyRowSlots = typeof __propDef.slots;
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 declare type TableHeadProps = typeof __propDef.props;
15
- export declare type TableHeadEvents = typeof __propDef.events;
16
- export declare type TableHeadSlots = typeof __propDef.slots;
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]: any;
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 declare type TableHeadCellProps = typeof __propDef.props;
14
- export declare type TableHeadCellEvents = typeof __propDef.events;
15
- export declare type TableHeadCellSlots = typeof __propDef.slots;
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 declare type TableSearchProps = typeof __propDef.props;
20
- export declare type TableSearchEvents = typeof __propDef.events;
21
- export declare type TableSearchSlots = typeof __propDef.slots;
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 {};
@@ -12,9 +12,9 @@ declare const __propDef: {
12
12
  default: {};
13
13
  };
14
14
  };
15
- export declare type TabHeadProps = typeof __propDef.props;
16
- export declare type TabHeadEvents = typeof __propDef.events;
17
- export declare type TabHeadSlots = typeof __propDef.slots;
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 declare type TabHeadItemProps = typeof __propDef.props;
30
- export declare type TabHeadItemEvents = typeof __propDef.events;
31
- export declare type TabHeadItemSlots = typeof __propDef.slots;
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 {};
@@ -26,9 +26,9 @@ declare const __propDef: {
26
26
  default: {};
27
27
  };
28
28
  };
29
- export declare type TabItemProps = typeof __propDef.props;
30
- export declare type TabItemEvents = typeof __propDef.events;
31
- export declare type TabItemSlots = typeof __propDef.slots;
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 {};