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.
Files changed (156) hide show
  1. package/README.md +1 -1
  2. package/dist/accordion/Accordion.svelte.d.ts +18 -18
  3. package/dist/accordion/AccordionItem.svelte.d.ts +12 -12
  4. package/dist/alert/Alert.svelte.d.ts +12 -12
  5. package/dist/avatar/Avatar.svelte.d.ts +6 -6
  6. package/dist/badge/Badge.svelte +59 -36
  7. package/dist/badge/Badge.svelte.d.ts +23 -21
  8. package/dist/banner/Banner.svelte.d.ts +5 -5
  9. package/dist/bottom-navigation/BottomNav.svelte.d.ts +6 -6
  10. package/dist/bottom-navigation/BottomNavHeader.svelte.d.ts +2 -2
  11. package/dist/bottom-navigation/BottomNavHeaderItem.svelte.d.ts +4 -4
  12. package/dist/bottom-navigation/BottomNavItem.svelte.d.ts +4 -4
  13. package/dist/breadcrumb/Breadcrumb.svelte.d.ts +5 -5
  14. package/dist/breadcrumb/BreadcrumbItem.svelte.d.ts +4 -4
  15. package/dist/button-group/ButtonGroup.svelte.d.ts +2 -2
  16. package/dist/buttons/Button.svelte.d.ts +8 -8
  17. package/dist/buttons/GradientButton.svelte.d.ts +3 -8
  18. package/dist/cards/Card.svelte.d.ts +16 -16
  19. package/dist/carousel/Carousel.svelte.d.ts +7 -7
  20. package/dist/carousel/Indicators.svelte.d.ts +2 -2
  21. package/dist/carousel/Slide.svelte.d.ts +1 -1
  22. package/dist/carousel/Thumbnail.svelte.d.ts +3 -3
  23. package/dist/carousel/Thumbnails.svelte.d.ts +5 -5
  24. package/dist/darkmode/DarkMode.svelte.d.ts +3 -3
  25. package/dist/datepicker/Datepicker.svelte.d.ts +7 -7
  26. package/dist/device-mockups/Android.svelte.d.ts +7 -7
  27. package/dist/device-mockups/DefaultMockup.svelte.d.ts +6 -6
  28. package/dist/device-mockups/Desktop.svelte.d.ts +4 -4
  29. package/dist/device-mockups/DeviceMockup.svelte.d.ts +1 -1
  30. package/dist/device-mockups/Ios.svelte.d.ts +6 -6
  31. package/dist/device-mockups/Laptop.svelte.d.ts +4 -4
  32. package/dist/device-mockups/Smartwatch.svelte.d.ts +6 -6
  33. package/dist/device-mockups/Tablet.svelte.d.ts +6 -6
  34. package/dist/drawer/Drawer.svelte.d.ts +15 -15
  35. package/dist/dropdown/Dropdown.svelte.d.ts +30 -30
  36. package/dist/dropdown/DropdownDivider.svelte.d.ts +1 -1
  37. package/dist/dropdown/DropdownHeader.svelte.d.ts +2 -2
  38. package/dist/dropdown/DropdownItem.svelte.d.ts +1 -1
  39. package/dist/footer/Footer.svelte.d.ts +1 -1
  40. package/dist/footer/FooterBrand.svelte.d.ts +7 -7
  41. package/dist/footer/FooterCopyright.svelte.d.ts +6 -6
  42. package/dist/footer/FooterIcon.svelte.d.ts +3 -3
  43. package/dist/footer/FooterLink.svelte.d.ts +3 -3
  44. package/dist/footer/FooterLinkGroup.svelte.d.ts +1 -1
  45. package/dist/forms/Checkbox.svelte.d.ts +6 -6
  46. package/dist/forms/CheckboxButton.svelte.d.ts +6 -6
  47. package/dist/forms/Dropzone.svelte.d.ts +2 -2
  48. package/dist/forms/Fileupload.svelte.d.ts +2 -2
  49. package/dist/forms/FloatingLabelInput.svelte.d.ts +5 -5
  50. package/dist/forms/Helper.svelte.d.ts +2 -2
  51. package/dist/forms/Input.svelte.d.ts +4 -4
  52. package/dist/forms/InputAddon.svelte.d.ts +1 -1
  53. package/dist/forms/Label.svelte.d.ts +3 -3
  54. package/dist/forms/MultiSelect.svelte.d.ts +5 -5
  55. package/dist/forms/NumberInput.svelte.d.ts +1 -1
  56. package/dist/forms/Radio.svelte +1 -1
  57. package/dist/forms/Radio.svelte.d.ts +5 -5
  58. package/dist/forms/RadioButton.svelte.d.ts +6 -6
  59. package/dist/forms/Range.svelte.d.ts +1 -1
  60. package/dist/forms/Search.svelte.d.ts +2 -2
  61. package/dist/forms/Select.svelte +3 -3
  62. package/dist/forms/Select.svelte.d.ts +7 -7
  63. package/dist/forms/Textarea.svelte.d.ts +3 -3
  64. package/dist/forms/Toggle.svelte.d.ts +4 -4
  65. package/dist/gallery/Gallery.svelte.d.ts +2 -2
  66. package/dist/indicators/Indicator.svelte.d.ts +5 -5
  67. package/dist/kbd/ArrowKeyDown.svelte.d.ts +1 -1
  68. package/dist/kbd/ArrowKeyLeft.svelte.d.ts +1 -1
  69. package/dist/kbd/ArrowKeyRight.svelte.d.ts +1 -1
  70. package/dist/kbd/ArrowKeyUp.svelte.d.ts +1 -1
  71. package/dist/kbd/Kbd.svelte.d.ts +1 -1
  72. package/dist/list-group/Listgroup.svelte.d.ts +13 -13
  73. package/dist/list-group/ListgroupItem.svelte.d.ts +10 -10
  74. package/dist/marquee/Marquee.svelte.d.ts +3 -3
  75. package/dist/mega-menu/MegaMenu.svelte.d.ts +24 -24
  76. package/dist/modal/Modal.svelte.d.ts +28 -28
  77. package/dist/navbar/Menu.svelte.d.ts +4 -4
  78. package/dist/navbar/NavBrand.svelte.d.ts +1 -1
  79. package/dist/navbar/NavContainer.svelte.d.ts +1 -1
  80. package/dist/navbar/NavHamburger.svelte.d.ts +1 -1
  81. package/dist/navbar/NavLi.svelte.d.ts +1 -1
  82. package/dist/navbar/NavUl.svelte.d.ts +6 -6
  83. package/dist/navbar/Navbar.svelte.d.ts +12 -12
  84. package/dist/pagination/Pagination.svelte.d.ts +7 -7
  85. package/dist/pagination/PaginationItem.svelte.d.ts +4 -4
  86. package/dist/popover/Popover.svelte.d.ts +23 -23
  87. package/dist/progress/Progressbar.svelte.d.ts +11 -11
  88. package/dist/rating/AdvancedRating.svelte.d.ts +7 -7
  89. package/dist/rating/Heart.svelte.d.ts +7 -7
  90. package/dist/rating/Rating.svelte.d.ts +7 -7
  91. package/dist/rating/RatingComment.svelte.d.ts +3 -3
  92. package/dist/rating/Review.svelte.d.ts +5 -5
  93. package/dist/rating/ScoreRating.svelte.d.ts +8 -8
  94. package/dist/rating/Star.svelte.d.ts +7 -7
  95. package/dist/rating/Thumbup.svelte.d.ts +7 -7
  96. package/dist/sidebar/Sidebar.svelte.d.ts +5 -5
  97. package/dist/sidebar/SidebarBrand.svelte.d.ts +3 -3
  98. package/dist/sidebar/SidebarCta.svelte.d.ts +4 -4
  99. package/dist/sidebar/SidebarDropdownItem.svelte.d.ts +5 -5
  100. package/dist/sidebar/SidebarDropdownWrapper.svelte.d.ts +7 -7
  101. package/dist/sidebar/SidebarGroup.svelte.d.ts +3 -3
  102. package/dist/sidebar/SidebarItem.svelte.d.ts +3 -3
  103. package/dist/sidebar/SidebarWrapper.svelte.d.ts +1 -1
  104. package/dist/skeleton/CardPlaceholder.svelte.d.ts +2 -2
  105. package/dist/skeleton/ImagePlaceholder.svelte.d.ts +3 -3
  106. package/dist/skeleton/ListPlaceholder.svelte.d.ts +1 -1
  107. package/dist/skeleton/Skeleton.svelte.d.ts +2 -2
  108. package/dist/skeleton/TestimonialPlaceholder.svelte.d.ts +1 -1
  109. package/dist/skeleton/TextPlaceholder.svelte.d.ts +2 -2
  110. package/dist/skeleton/VideoPlaceholder.svelte.d.ts +2 -2
  111. package/dist/skeleton/WidgetPlaceholder.svelte.d.ts +1 -1
  112. package/dist/speed-dial/SpeedDial.svelte.d.ts +11 -11
  113. package/dist/speed-dial/SpeedDialButton.svelte.d.ts +7 -7
  114. package/dist/spinner/Spinner.svelte.d.ts +6 -6
  115. package/dist/steps/StepIndicator.svelte.d.ts +8 -8
  116. package/dist/table/Table.svelte.d.ts +7 -7
  117. package/dist/table/TableBodyCell.svelte.d.ts +1 -1
  118. package/dist/table/TableBodyRow.svelte.d.ts +1 -1
  119. package/dist/table/TableHead.svelte.d.ts +2 -2
  120. package/dist/table/TableHeadCell.svelte.d.ts +1 -1
  121. package/dist/table/TableSearch.svelte.d.ts +12 -12
  122. package/dist/tabs/TabItem.svelte.d.ts +3 -3
  123. package/dist/tabs/Tabs.svelte.d.ts +6 -6
  124. package/dist/timeline/Activity.svelte.d.ts +1 -1
  125. package/dist/timeline/ActivityItem.svelte.d.ts +8 -8
  126. package/dist/timeline/Group.svelte.d.ts +3 -3
  127. package/dist/timeline/GroupItem.svelte.d.ts +5 -5
  128. package/dist/timeline/Timeline.svelte.d.ts +1 -1
  129. package/dist/timeline/TimelineItem.svelte.d.ts +3 -3
  130. package/dist/toast/Toast.svelte.d.ts +17 -17
  131. package/dist/toolbar/Toolbar.svelte.d.ts +12 -12
  132. package/dist/toolbar/ToolbarButton.svelte.d.ts +2 -2
  133. package/dist/toolbar/ToolbarGroup.svelte.d.ts +1 -1
  134. package/dist/tooltip/Tooltip.svelte.d.ts +23 -23
  135. package/dist/types.d.ts +1 -0
  136. package/dist/typography/A.svelte.d.ts +3 -3
  137. package/dist/typography/Blockquote.svelte.d.ts +8 -8
  138. package/dist/typography/DescriptionList.svelte.d.ts +3 -3
  139. package/dist/typography/Heading.svelte.d.ts +3 -3
  140. package/dist/typography/Hr.svelte.d.ts +6 -6
  141. package/dist/typography/Img.svelte.d.ts +7 -7
  142. package/dist/typography/Layout.svelte.d.ts +2 -2
  143. package/dist/typography/Li.svelte.d.ts +2 -2
  144. package/dist/typography/List.svelte.d.ts +3 -3
  145. package/dist/typography/Mark.svelte.d.ts +3 -3
  146. package/dist/typography/P.svelte.d.ts +11 -11
  147. package/dist/typography/Secondary.svelte.d.ts +2 -2
  148. package/dist/typography/Span.svelte.d.ts +9 -9
  149. package/dist/utils/CloseButton.svelte.d.ts +1 -1
  150. package/dist/utils/Frame.svelte.d.ts +11 -11
  151. package/dist/utils/Popper.svelte.d.ts +21 -21
  152. package/dist/utils/TransitionFrame.svelte.d.ts +11 -11
  153. package/dist/utils/Wrapper.svelte.d.ts +2 -2
  154. package/dist/utils/focusTrap.d.ts +0 -1
  155. package/dist/video/Video.svelte.d.ts +4 -4
  156. 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 | undefined;
7
- precision?: number | undefined;
8
- tweenDuration?: number | undefined;
9
- animate?: boolean | undefined;
10
- size?: string | undefined;
11
- labelInside?: boolean | undefined;
12
- labelOutside?: string | undefined;
13
- easing?: EasingFunction | undefined;
14
- color?: "gray" | "red" | "yellow" | "green" | "indigo" | "purple" | "blue" | "primary" | undefined;
15
- labelInsideClass?: string | undefined;
16
- divClass?: string | undefined;
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
- }[] | undefined;
9
- divClass?: string | undefined;
10
- labelClass?: string | undefined;
11
- ratingDivClass?: string | undefined;
12
- ratingClass?: string | undefined;
13
- rightLabelClass?: string | undefined;
14
- unit?: string | undefined;
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 | undefined;
6
- fillColor?: string | undefined;
7
- strokeColor?: string | undefined;
8
- size?: number | undefined;
9
- ariaLabel?: string | undefined;
10
- id?: string | undefined;
11
- role?: string | undefined;
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 | undefined;
7
- size?: number | undefined;
8
- total?: number | undefined;
9
- rating?: number | undefined;
10
- partialId?: string | undefined;
11
- icon?: ComponentType | undefined;
12
- count?: boolean | undefined;
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 | undefined;
5
- helpfullink?: string | undefined;
6
- abuselink?: string | undefined;
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 | undefined;
8
- divClass?: string | undefined;
9
- imgClass?: string | undefined;
10
- ulClass?: string | undefined;
11
- liClass?: string | undefined;
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
- }[] | undefined;
7
+ }[];
8
8
  ratings2?: {
9
9
  label: string;
10
10
  rating: number;
11
- }[] | undefined;
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 | undefined;
22
- desc2Class?: string | undefined;
23
- desc3spanClass?: string | undefined;
24
- desc3pClass?: string | undefined;
25
- linkClass?: string | undefined;
26
- barColor?: string | undefined;
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 | undefined;
6
- fillColor?: string | undefined;
7
- strokeColor?: string | undefined;
8
- size?: number | undefined;
9
- ariaLabel?: string | undefined;
10
- id?: string | undefined;
11
- role?: string | undefined;
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 | undefined;
6
- fillColor?: string | undefined;
7
- strokeColor?: string | undefined;
8
- size?: number | undefined;
9
- ariaLabel?: string | undefined;
10
- id?: string | undefined;
11
- role?: string | undefined;
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 | undefined;
10
- asideClass?: string | undefined;
11
- nonActiveClass?: string | undefined;
12
- activeClass?: string | undefined;
13
- ariaLabel?: string | undefined;
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 | undefined;
8
- imgClass?: string | undefined;
9
- spanClass?: string | undefined;
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 | undefined;
6
- divClass?: string | undefined;
7
- spanClass?: string | undefined;
8
- label?: string | undefined;
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 | undefined;
6
- href?: string | undefined;
7
- label?: string | undefined;
8
- activeClass?: string | undefined;
9
- active?: boolean | undefined;
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 | undefined;
7
- label?: string | undefined;
8
- spanClass?: string | undefined;
9
- ulClass?: string | undefined;
10
- transitionType?: TransitionTypes | undefined;
11
- transitionParams?: TransitionParamTypes | undefined;
12
- isOpen?: boolean | undefined;
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 | undefined;
6
- borderClass?: string | undefined;
7
- border?: boolean | undefined;
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 | undefined;
6
- label?: string | undefined;
7
- spanClass?: string | undefined;
5
+ href?: string;
6
+ label?: string;
7
+ spanClass?: string;
8
8
  activeClass?: string | undefined;
9
9
  nonActiveClass?: string | undefined;
10
10
  };
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string | undefined;
5
+ divClass?: string;
6
6
  };
7
7
  events: {
8
8
  [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 | undefined;
6
- size?: string | number | undefined;
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 | undefined;
6
- imgHeight?: string | undefined;
7
- imgOnly?: boolean | undefined;
5
+ divClass?: string;
6
+ imgHeight?: string;
7
+ imgOnly?: boolean;
8
8
  };
9
9
  events: {
10
10
  [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
- divClass?: string | undefined;
5
+ divClass?: string;
6
6
  };
7
7
  events: {
8
8
  [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 | undefined;
6
- size?: string | number | undefined;
5
+ divClass?: string;
6
+ size?: string | number;
7
7
  };
8
8
  events: {
9
9
  [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
- divClass?: string | undefined;
5
+ divClass?: string;
6
6
  };
7
7
  events: {
8
8
  [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 | undefined;
6
- size?: string | number | undefined;
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 | undefined;
6
- size?: string | number | undefined;
5
+ divClass?: string;
6
+ size?: string | number;
7
7
  };
8
8
  events: {
9
9
  [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
- divClass?: string | undefined;
5
+ divClass?: string;
6
6
  };
7
7
  events: {
8
8
  [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 | undefined;
12
- popperDefaultClass?: string | undefined;
13
- placement?: Placement | undefined;
14
- pill?: boolean | undefined;
15
- tooltip?: "none" | Placement | undefined;
16
- trigger?: "click" | "focus" | "hover" | undefined;
17
- textOutside?: boolean | undefined;
18
- id?: string | undefined;
19
- name?: string | undefined;
20
- gradient?: boolean | undefined;
21
- open?: boolean | undefined;
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 | undefined;
7
- name?: string | undefined;
8
- tooltip?: "none" | Placement | undefined;
9
- pill?: boolean | undefined;
10
- textOutside?: boolean | undefined;
11
- textOutsideClass?: string | undefined;
12
- textDefaultClass?: string | undefined;
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?: 'primary' | 'blue' | 'gray' | 'green' | 'red' | 'yellow' | 'pink' | 'purple' | 'white' | 'custom' | undefined;
6
- bg?: string | undefined;
7
- customColor?: string | undefined;
8
- size?: string | number | undefined;
9
- currentFill?: string | undefined;
10
- currentColor?: string | undefined;
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[] | undefined;
6
- currentStep?: number | undefined;
7
- size?: string | undefined;
8
- color?: "gray" | "red" | "yellow" | "green" | "indigo" | "purple" | "pink" | "blue" | "primary" | "custom" | "secondary" | undefined;
9
- glow?: boolean | undefined;
10
- hideLabel?: boolean | undefined;
11
- completedCustom?: string | undefined;
12
- currentCustom?: string | undefined;
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 | undefined;
7
- striped?: boolean | undefined;
8
- hoverable?: boolean | undefined;
9
- noborder?: boolean | undefined;
10
- shadow?: boolean | undefined;
11
- color?: TableColorType | undefined;
12
- customeColor?: string | undefined;
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
- tdClass?: string | undefined;
5
+ tdClass?: string;
6
6
  };
7
7
  events: {
8
8
  click: MouseEvent;
@@ -2,7 +2,7 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- color?: "red" | "yellow" | "green" | "purple" | "blue" | "default" | "custom" | undefined;
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 | undefined;
6
- defaultRow?: boolean | undefined;
5
+ theadClass?: string;
6
+ defaultRow?: boolean;
7
7
  };
8
8
  events: {
9
9
  [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
- padding?: string | undefined;
5
+ padding?: string;
6
6
  };
7
7
  events: {
8
8
  click: MouseEvent;
@@ -2,18 +2,18 @@ import { SvelteComponentTyped } from "svelte";
2
2
  declare const __propDef: {
3
3
  props: {
4
4
  [x: string]: any;
5
- divClass?: string | undefined;
6
- inputValue?: string | undefined;
7
- striped?: boolean | undefined;
8
- hoverable?: boolean | undefined;
9
- placeholder?: string | undefined;
10
- customColor?: string | undefined;
11
- color?: "red" | "yellow" | "green" | "purple" | "blue" | "default" | "custom" | undefined;
12
- innerDivClass?: string | undefined;
13
- searchClass?: string | undefined;
14
- svgDivClass?: string | undefined;
15
- svgClass?: string | undefined;
16
- inputClass?: string | undefined;
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 | undefined;
6
- title?: string | undefined;
5
+ open?: boolean;
6
+ title?: string;
7
7
  activeClasses?: string | undefined;
8
8
  inactiveClasses?: string | undefined;
9
- defaultClass?: string | undefined;
9
+ defaultClass?: string;
10
10
  };
11
11
  events: {
12
12
  blur: FocusEvent;