@stubber/ui 1.0.8 → 1.0.11
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/dist/Typography.svelte.d.ts +2 -0
- package/dist/atoms/Button.svelte +37 -41
- package/dist/atoms/Button.svelte.d.ts +8 -6
- package/dist/atoms/IconButton.svelte.d.ts +2 -0
- package/dist/atoms/SpinnerMessage.svelte.d.ts +2 -0
- package/dist/atoms/TextOnlyButton.svelte +37 -41
- package/dist/atoms/TextOnlyButton.svelte.d.ts +8 -6
- package/dist/components/Accordion.svelte.d.ts +2 -0
- package/dist/components/AdvancedSwitch.svelte.d.ts +2 -0
- package/dist/components/Alert.svelte.d.ts +2 -0
- package/dist/components/Breadcrumbs.svelte.d.ts +2 -0
- package/dist/components/Chip.svelte.d.ts +2 -0
- package/dist/components/HorizontalTabs.svelte.d.ts +2 -0
- package/dist/components/IconButton.svelte.d.ts +2 -0
- package/dist/components/Inputs/PasswordInput.svelte +14 -16
- package/dist/components/Inputs/PasswordInput.svelte.d.ts +4 -2
- package/dist/components/Inputs/SelectInput.svelte.d.ts +2 -0
- package/dist/components/Inputs/TextInput.svelte +14 -16
- package/dist/components/Inputs/TextInput.svelte.d.ts +4 -2
- package/dist/components/Modal.svelte.d.ts +2 -0
- package/dist/components/ModalIcon.svelte.d.ts +2 -0
- package/dist/components/NavProfile.svelte.d.ts +2 -0
- package/dist/components/OrgSwitcher.svelte.d.ts +2 -0
- package/dist/components/PasswordStrengthItem.svelte +9 -6
- package/dist/components/PasswordStrengthItem.svelte.d.ts +4 -2
- package/dist/components/PasswordStrengthValidator.svelte +28 -41
- package/dist/components/PasswordStrengthValidator.svelte.d.ts +4 -2
- package/dist/components/PrimaryButton.svelte.d.ts +2 -0
- package/dist/components/ProfileMenu.svelte.d.ts +2 -0
- package/dist/components/SideNav/SideNavExample.svelte.d.ts +2 -0
- package/dist/components/SideNav/SideNavItem.svelte.d.ts +2 -0
- package/dist/components/SideNav/SideNavTitle.svelte.d.ts +2 -0
- package/dist/components/Tabs.svelte.d.ts +2 -0
- package/dist/components/Toast.svelte.d.ts +4 -2
- package/dist/components/Tooltip.svelte.d.ts +2 -0
- package/dist/components/accordion/accordion-content.svelte +21 -0
- package/dist/components/accordion/accordion-content.svelte.d.ts +19 -0
- package/dist/components/accordion/accordion-item.svelte +10 -0
- package/dist/components/accordion/accordion-item.svelte.d.ts +19 -0
- package/dist/components/accordion/accordion-trigger.svelte +20 -0
- package/dist/components/accordion/accordion-trigger.svelte.d.ts +15 -0
- package/dist/components/accordion/index.d.ts +6 -0
- package/dist/components/accordion/index.js +8 -0
- package/dist/components/alert-dialog/alert-dialog-action.svelte.d.ts +1 -1
- package/dist/components/alert-dialog/alert-dialog-cancel.svelte.d.ts +1 -1
- package/dist/components/alert-dialog/alert-dialog-content.svelte.d.ts +2 -0
- package/dist/components/alert-dialog/alert-dialog-description.svelte.d.ts +2 -0
- package/dist/components/alert-dialog/alert-dialog-footer.svelte.d.ts +2 -0
- package/dist/components/alert-dialog/alert-dialog-header.svelte.d.ts +2 -0
- package/dist/components/alert-dialog/alert-dialog-overlay.svelte.d.ts +2 -0
- package/dist/components/alert-dialog/alert-dialog-portal.svelte.d.ts +2 -0
- package/dist/components/alert-dialog/alert-dialog-title.svelte.d.ts +2 -0
- package/dist/components/badge/badge.svelte +6 -3
- package/dist/components/badge/badge.svelte.d.ts +6 -4
- package/dist/components/badge/index.d.ts +2 -9
- package/dist/components/badge/index.js +0 -1
- package/dist/components/breadcrumb/breadcrumb-ellipsis.svelte.d.ts +3 -1
- package/dist/components/breadcrumb/breadcrumb-item.svelte.d.ts +3 -1
- package/dist/components/breadcrumb/breadcrumb-link.svelte +5 -6
- package/dist/components/breadcrumb/breadcrumb-link.svelte.d.ts +4 -2
- package/dist/components/breadcrumb/breadcrumb-list.svelte.d.ts +3 -1
- package/dist/components/breadcrumb/breadcrumb-page.svelte.d.ts +3 -1
- package/dist/components/breadcrumb/breadcrumb-separator.svelte.d.ts +3 -1
- package/dist/components/breadcrumb/breadcrumb.svelte.d.ts +3 -1
- package/dist/components/button/index.d.ts +2 -2
- package/dist/components/calendar/calendar-cell.svelte +17 -0
- package/dist/components/calendar/calendar-cell.svelte.d.ts +19 -0
- package/dist/components/calendar/calendar-day.svelte +37 -0
- package/dist/components/calendar/calendar-day.svelte.d.ts +38 -0
- package/dist/components/calendar/calendar-grid-body.svelte +9 -0
- package/dist/components/calendar/calendar-grid-body.svelte.d.ts +19 -0
- package/dist/components/calendar/calendar-grid-head.svelte +9 -0
- package/dist/components/calendar/calendar-grid-head.svelte.d.ts +19 -0
- package/dist/components/calendar/calendar-grid-row.svelte +9 -0
- package/dist/components/calendar/calendar-grid-row.svelte.d.ts +19 -0
- package/dist/components/calendar/calendar-grid.svelte +9 -0
- package/dist/components/calendar/calendar-grid.svelte.d.ts +19 -0
- package/dist/components/calendar/calendar-head-cell.svelte +12 -0
- package/dist/components/calendar/calendar-head-cell.svelte.d.ts +19 -0
- package/dist/components/calendar/calendar-header.svelte +12 -0
- package/dist/components/calendar/calendar-header.svelte.d.ts +19 -0
- package/dist/components/calendar/calendar-heading.svelte +15 -0
- package/dist/components/calendar/calendar-heading.svelte.d.ts +21 -0
- package/dist/components/calendar/calendar-months.svelte +11 -0
- package/dist/components/calendar/calendar-months.svelte.d.ts +19 -0
- package/dist/components/calendar/calendar-next-button.svelte +21 -0
- package/dist/components/calendar/calendar-next-button.svelte.d.ts +30 -0
- package/dist/components/calendar/calendar-prev-button.svelte +21 -0
- package/dist/components/calendar/calendar-prev-button.svelte.d.ts +30 -0
- package/dist/components/calendar/calendar.svelte +52 -0
- package/dist/components/calendar/calendar.svelte.d.ts +13 -0
- package/dist/components/calendar/index.d.ts +14 -0
- package/dist/components/calendar/index.js +16 -0
- package/dist/components/card/card-content.svelte.d.ts +2 -0
- package/dist/components/card/card-description.svelte.d.ts +2 -0
- package/dist/components/card/card-footer.svelte.d.ts +2 -0
- package/dist/components/card/card-header.svelte.d.ts +2 -0
- package/dist/components/card/card-title.svelte.d.ts +3 -1
- package/dist/components/card/card.svelte.d.ts +2 -0
- package/dist/components/context-menu/context-menu-checkbox-item.svelte +29 -0
- package/dist/components/context-menu/context-menu-checkbox-item.svelte.d.ts +15 -0
- package/dist/components/context-menu/context-menu-content.svelte +20 -0
- package/dist/components/context-menu/context-menu-content.svelte.d.ts +21 -0
- package/dist/components/context-menu/context-menu-item.svelte +24 -0
- package/dist/components/context-menu/context-menu-item.svelte.d.ts +17 -0
- package/dist/components/context-menu/context-menu-label.svelte +13 -0
- package/dist/components/context-menu/context-menu-label.svelte.d.ts +23 -0
- package/dist/components/context-menu/context-menu-radio-group.svelte +7 -0
- package/dist/components/context-menu/context-menu-radio-group.svelte.d.ts +19 -0
- package/dist/components/context-menu/context-menu-radio-item.svelte +29 -0
- package/dist/components/context-menu/context-menu-radio-item.svelte.d.ts +15 -0
- package/dist/components/context-menu/context-menu-separator.svelte +10 -0
- package/dist/components/context-menu/context-menu-separator.svelte.d.ts +17 -0
- package/dist/components/context-menu/context-menu-shortcut.svelte +11 -0
- package/dist/components/context-menu/context-menu-shortcut.svelte.d.ts +19 -0
- package/dist/components/context-menu/context-menu-sub-content.svelte +25 -0
- package/dist/components/context-menu/context-menu-sub-content.svelte.d.ts +23 -0
- package/dist/components/context-menu/context-menu-sub-trigger.svelte +24 -0
- package/dist/components/context-menu/context-menu-sub-trigger.svelte.d.ts +21 -0
- package/dist/components/context-menu/index.d.ts +16 -0
- package/dist/components/context-menu/index.js +18 -0
- package/dist/components/dialog/dialog-content.svelte +31 -9
- package/dist/components/dialog/dialog-content.svelte.d.ts +10 -0
- package/dist/components/dialog/dialog-description.svelte.d.ts +2 -0
- package/dist/components/dialog/dialog-footer.svelte.d.ts +2 -0
- package/dist/components/dialog/dialog-header.svelte.d.ts +2 -0
- package/dist/components/dialog/dialog-overlay.svelte.d.ts +2 -0
- package/dist/components/dialog/dialog-portal.svelte.d.ts +2 -0
- package/dist/components/dialog/dialog-title.svelte.d.ts +2 -0
- package/dist/components/dropdown-menu/dropdown-menu-checkbox-item.svelte +29 -0
- package/dist/components/dropdown-menu/dropdown-menu-checkbox-item.svelte.d.ts +15 -0
- package/dist/components/dropdown-menu/dropdown-menu-content.svelte +22 -0
- package/dist/components/dropdown-menu/dropdown-menu-content.svelte.d.ts +15 -0
- package/dist/components/dropdown-menu/dropdown-menu-item.svelte +24 -0
- package/dist/components/dropdown-menu/dropdown-menu-item.svelte.d.ts +17 -0
- package/dist/components/dropdown-menu/dropdown-menu-label.svelte +13 -0
- package/dist/components/dropdown-menu/dropdown-menu-label.svelte.d.ts +23 -0
- package/dist/components/dropdown-menu/dropdown-menu-radio-group.svelte +7 -0
- package/dist/components/dropdown-menu/dropdown-menu-radio-group.svelte.d.ts +19 -0
- package/dist/components/dropdown-menu/dropdown-menu-radio-item.svelte +29 -0
- package/dist/components/dropdown-menu/dropdown-menu-radio-item.svelte.d.ts +15 -0
- package/dist/components/dropdown-menu/dropdown-menu-separator.svelte +10 -0
- package/dist/components/dropdown-menu/dropdown-menu-separator.svelte.d.ts +17 -0
- package/dist/components/dropdown-menu/dropdown-menu-shortcut.svelte +8 -0
- package/dist/components/dropdown-menu/dropdown-menu-shortcut.svelte.d.ts +19 -0
- package/dist/components/dropdown-menu/dropdown-menu-sub-content.svelte +25 -0
- package/dist/components/dropdown-menu/dropdown-menu-sub-content.svelte.d.ts +15 -0
- package/dist/components/dropdown-menu/dropdown-menu-sub-trigger.svelte +24 -0
- package/dist/components/dropdown-menu/dropdown-menu-sub-trigger.svelte.d.ts +21 -0
- package/dist/components/dropdown-menu/index.d.ts +16 -0
- package/dist/components/dropdown-menu/index.js +18 -0
- package/dist/components/fields/Checkbox.svelte.d.ts +2 -0
- package/dist/components/fields/Radio.svelte.d.ts +2 -0
- package/dist/components/fields/StandardInput.svelte.d.ts +4 -2
- package/dist/components/input/input.svelte.d.ts +1 -1
- package/dist/components/popover/index.d.ts +6 -0
- package/dist/components/popover/index.js +8 -0
- package/dist/components/popover/popover-content.svelte +19 -0
- package/dist/components/popover/popover-content.svelte.d.ts +19 -0
- package/dist/components/radio-group/radio-group.svelte.d.ts +2 -0
- package/dist/components/range-calendar/index.d.ts +14 -0
- package/dist/components/range-calendar/index.js +16 -0
- package/dist/components/range-calendar/range-calendar-cell.svelte +17 -0
- package/dist/components/range-calendar/range-calendar-cell.svelte.d.ts +19 -0
- package/dist/components/range-calendar/range-calendar-day.svelte +38 -0
- package/dist/components/range-calendar/range-calendar-day.svelte.d.ts +40 -0
- package/dist/components/range-calendar/range-calendar-grid-body.svelte +9 -0
- package/dist/components/range-calendar/range-calendar-grid-body.svelte.d.ts +19 -0
- package/dist/components/range-calendar/range-calendar-grid-head.svelte +9 -0
- package/dist/components/range-calendar/range-calendar-grid-head.svelte.d.ts +19 -0
- package/dist/components/range-calendar/range-calendar-grid-row.svelte +9 -0
- package/dist/components/range-calendar/range-calendar-grid-row.svelte.d.ts +19 -0
- package/dist/components/range-calendar/range-calendar-grid.svelte +12 -0
- package/dist/components/range-calendar/range-calendar-grid.svelte.d.ts +19 -0
- package/dist/components/range-calendar/range-calendar-head-cell.svelte +12 -0
- package/dist/components/range-calendar/range-calendar-head-cell.svelte.d.ts +19 -0
- package/dist/components/range-calendar/range-calendar-header.svelte +12 -0
- package/dist/components/range-calendar/range-calendar-header.svelte.d.ts +19 -0
- package/dist/components/range-calendar/range-calendar-heading.svelte +15 -0
- package/dist/components/range-calendar/range-calendar-heading.svelte.d.ts +21 -0
- package/dist/components/range-calendar/range-calendar-months.svelte +11 -0
- package/dist/components/range-calendar/range-calendar-months.svelte.d.ts +19 -0
- package/dist/components/range-calendar/range-calendar-next-button.svelte +21 -0
- package/dist/components/range-calendar/range-calendar-next-button.svelte.d.ts +30 -0
- package/dist/components/range-calendar/range-calendar-prev-button.svelte +21 -0
- package/dist/components/range-calendar/range-calendar-prev-button.svelte.d.ts +30 -0
- package/dist/components/range-calendar/range-calendar.svelte +54 -0
- package/dist/components/range-calendar/range-calendar.svelte.d.ts +13 -0
- package/dist/components/scroll-area/scroll-area-scrollbar.svelte.d.ts +5 -3
- package/dist/components/scroll-area/scroll-area.svelte.d.ts +6 -4
- package/dist/components/select/select-label.svelte.d.ts +2 -0
- package/dist/components/select/select-separator.svelte.d.ts +2 -0
- package/dist/components/select/select-trigger.svelte.d.ts +1 -1
- package/dist/components/separator/separator.svelte.d.ts +2 -0
- package/dist/components/sheet/index.d.ts +2 -2
- package/dist/components/sheet/index.js +1 -1
- package/dist/components/sheet/sheet-content.svelte.d.ts +4 -2
- package/dist/components/sheet/sheet-description.svelte.d.ts +2 -0
- package/dist/components/sheet/sheet-footer.svelte.d.ts +2 -0
- package/dist/components/sheet/sheet-header.svelte.d.ts +2 -0
- package/dist/components/sheet/sheet-overlay.svelte.d.ts +2 -0
- package/dist/components/sheet/sheet-portal.svelte.d.ts +2 -0
- package/dist/components/sheet/sheet-title.svelte.d.ts +2 -0
- package/dist/components/sonner/sonner.svelte +1 -2
- package/dist/components/sonner/sonner.svelte.d.ts +3 -1
- package/dist/components/tabs/tabs-content.svelte +1 -0
- package/dist/components/tabs/tabs-content.svelte.d.ts +2 -0
- package/dist/components/tabs/tabs-list.svelte.d.ts +2 -0
- package/dist/components/textarea/textarea.svelte.d.ts +1 -1
- package/dist/components/tooltip/tooltip-content.svelte +2 -2
- package/dist/components/tooltip/tooltip-content.svelte.d.ts +2 -0
- package/dist/decorators/DecoratorHorizontalTabs.svelte.d.ts +2 -0
- package/dist/decorators/DecoratorTransparentButton.svelte.d.ts +2 -0
- package/dist/decorators/FixedWidthDecorator.svelte.d.ts +2 -0
- package/dist/index.d.ts +0 -6
- package/dist/index.js +7 -7
- package/dist/styles/stubber/typography.css +6 -1
- package/dist/utils/shadcn-utils.d.ts +0 -1
- package/package.json +27 -18
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<script>import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
2
|
+
import { cn } from "../../utils/shadcn-utils.js";
|
|
3
|
+
let className = void 0;
|
|
4
|
+
export { className as class };
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<RangeCalendarPrimitive.GridRow class={cn("flex", className)} {...$$restProps}>
|
|
8
|
+
<slot />
|
|
9
|
+
</RangeCalendarPrimitive.GridRow>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: RangeCalendarPrimitive.GridRowProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
exports?: {} | undefined;
|
|
12
|
+
bindings?: string | undefined;
|
|
13
|
+
};
|
|
14
|
+
export type RangeCalendarGridRowProps = typeof __propDef.props;
|
|
15
|
+
export type RangeCalendarGridRowEvents = typeof __propDef.events;
|
|
16
|
+
export type RangeCalendarGridRowSlots = typeof __propDef.slots;
|
|
17
|
+
export default class RangeCalendarGridRow extends SvelteComponent<RangeCalendarGridRowProps, RangeCalendarGridRowEvents, RangeCalendarGridRowSlots> {
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script>import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
2
|
+
import { cn } from "../../utils/shadcn-utils.js";
|
|
3
|
+
let className = void 0;
|
|
4
|
+
export { className as class };
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<RangeCalendarPrimitive.Grid
|
|
8
|
+
class={cn("w-full border-collapse space-y-1", className)}
|
|
9
|
+
{...$$restProps}
|
|
10
|
+
>
|
|
11
|
+
<slot />
|
|
12
|
+
</RangeCalendarPrimitive.Grid>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: RangeCalendarPrimitive.GridProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
exports?: {} | undefined;
|
|
12
|
+
bindings?: string | undefined;
|
|
13
|
+
};
|
|
14
|
+
export type RangeCalendarGridProps = typeof __propDef.props;
|
|
15
|
+
export type RangeCalendarGridEvents = typeof __propDef.events;
|
|
16
|
+
export type RangeCalendarGridSlots = typeof __propDef.slots;
|
|
17
|
+
export default class RangeCalendarGrid extends SvelteComponent<RangeCalendarGridProps, RangeCalendarGridEvents, RangeCalendarGridSlots> {
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script>import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
2
|
+
import { cn } from "../../utils/shadcn-utils.js";
|
|
3
|
+
let className = void 0;
|
|
4
|
+
export { className as class };
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<RangeCalendarPrimitive.HeadCell
|
|
8
|
+
class={cn("text-muted-foreground w-9 rounded-md text-[0.8rem] font-normal", className)}
|
|
9
|
+
{...$$restProps}
|
|
10
|
+
>
|
|
11
|
+
<slot />
|
|
12
|
+
</RangeCalendarPrimitive.HeadCell>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: RangeCalendarPrimitive.HeadCellProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
exports?: {} | undefined;
|
|
12
|
+
bindings?: string | undefined;
|
|
13
|
+
};
|
|
14
|
+
export type RangeCalendarHeadCellProps = typeof __propDef.props;
|
|
15
|
+
export type RangeCalendarHeadCellEvents = typeof __propDef.events;
|
|
16
|
+
export type RangeCalendarHeadCellSlots = typeof __propDef.slots;
|
|
17
|
+
export default class RangeCalendarHeadCell extends SvelteComponent<RangeCalendarHeadCellProps, RangeCalendarHeadCellEvents, RangeCalendarHeadCellSlots> {
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script>import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
2
|
+
import { cn } from "../../utils/shadcn-utils.js";
|
|
3
|
+
let className = void 0;
|
|
4
|
+
export { className as class };
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<RangeCalendarPrimitive.Header
|
|
8
|
+
class={cn("relative flex w-full items-center justify-between pt-1", className)}
|
|
9
|
+
{...$$restProps}
|
|
10
|
+
>
|
|
11
|
+
<slot />
|
|
12
|
+
</RangeCalendarPrimitive.Header>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: RangeCalendarPrimitive.HeaderProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
exports?: {} | undefined;
|
|
12
|
+
bindings?: string | undefined;
|
|
13
|
+
};
|
|
14
|
+
export type RangeCalendarHeaderProps = typeof __propDef.props;
|
|
15
|
+
export type RangeCalendarHeaderEvents = typeof __propDef.events;
|
|
16
|
+
export type RangeCalendarHeaderSlots = typeof __propDef.slots;
|
|
17
|
+
export default class RangeCalendarHeader extends SvelteComponent<RangeCalendarHeaderProps, RangeCalendarHeaderEvents, RangeCalendarHeaderSlots> {
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<script>import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
2
|
+
import { cn } from "../../utils/shadcn-utils.js";
|
|
3
|
+
let className = void 0;
|
|
4
|
+
export { className as class };
|
|
5
|
+
</script>
|
|
6
|
+
|
|
7
|
+
<RangeCalendarPrimitive.Heading
|
|
8
|
+
let:headingValue
|
|
9
|
+
class={cn("text-sm font-medium", className)}
|
|
10
|
+
{...$$restProps}
|
|
11
|
+
>
|
|
12
|
+
<slot {headingValue}>
|
|
13
|
+
{headingValue}
|
|
14
|
+
</slot>
|
|
15
|
+
</RangeCalendarPrimitive.Heading>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: RangeCalendarPrimitive.HeadingProps;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {
|
|
10
|
+
headingValue: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
exports?: {} | undefined;
|
|
14
|
+
bindings?: string | undefined;
|
|
15
|
+
};
|
|
16
|
+
export type RangeCalendarHeadingProps = typeof __propDef.props;
|
|
17
|
+
export type RangeCalendarHeadingEvents = typeof __propDef.events;
|
|
18
|
+
export type RangeCalendarHeadingSlots = typeof __propDef.slots;
|
|
19
|
+
export default class RangeCalendarHeading extends SvelteComponent<RangeCalendarHeadingProps, RangeCalendarHeadingEvents, RangeCalendarHeadingSlots> {
|
|
20
|
+
}
|
|
21
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<script>import { cn } from "../../utils/shadcn-utils.js";
|
|
2
|
+
let className = void 0;
|
|
3
|
+
export { className as class };
|
|
4
|
+
</script>
|
|
5
|
+
|
|
6
|
+
<div
|
|
7
|
+
class={cn("mt-4 flex flex-col space-y-4 sm:flex-row sm:space-x-4 sm:space-y-0", className)}
|
|
8
|
+
{...$$restProps}
|
|
9
|
+
>
|
|
10
|
+
<slot />
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import type { HTMLAttributes } from "svelte/elements";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: HTMLAttributes<HTMLDivElement>;
|
|
5
|
+
events: {
|
|
6
|
+
[evt: string]: CustomEvent<any>;
|
|
7
|
+
};
|
|
8
|
+
slots: {
|
|
9
|
+
default: {};
|
|
10
|
+
};
|
|
11
|
+
exports?: {} | undefined;
|
|
12
|
+
bindings?: string | undefined;
|
|
13
|
+
};
|
|
14
|
+
export type RangeCalendarMonthsProps = typeof __propDef.props;
|
|
15
|
+
export type RangeCalendarMonthsEvents = typeof __propDef.events;
|
|
16
|
+
export type RangeCalendarMonthsSlots = typeof __propDef.slots;
|
|
17
|
+
export default class RangeCalendarMonths extends SvelteComponent<RangeCalendarMonthsProps, RangeCalendarMonthsEvents, RangeCalendarMonthsSlots> {
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<script>import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
2
|
+
import { buttonVariants } from "../button/index.js";
|
|
3
|
+
import { cn } from "../../utils/shadcn-utils.js";
|
|
4
|
+
let className = void 0;
|
|
5
|
+
export { className as class };
|
|
6
|
+
</script>
|
|
7
|
+
|
|
8
|
+
<RangeCalendarPrimitive.NextButton
|
|
9
|
+
on:click
|
|
10
|
+
class={cn(
|
|
11
|
+
buttonVariants({ variant: "outline" }),
|
|
12
|
+
"h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100",
|
|
13
|
+
className
|
|
14
|
+
)}
|
|
15
|
+
{...$$restProps}
|
|
16
|
+
let:builder
|
|
17
|
+
>
|
|
18
|
+
<slot {builder}>
|
|
19
|
+
<i class="fa-regular fa-square-chevron-right h-4 w-4" />
|
|
20
|
+
</slot>
|
|
21
|
+
</RangeCalendarPrimitive.NextButton>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: RangeCalendarPrimitive.NextButtonProps;
|
|
5
|
+
slots: {
|
|
6
|
+
default: {
|
|
7
|
+
builder: {
|
|
8
|
+
role: string;
|
|
9
|
+
type: "button";
|
|
10
|
+
'aria-label': string;
|
|
11
|
+
'aria-disabled': "true" | undefined;
|
|
12
|
+
disabled: boolean | undefined;
|
|
13
|
+
'data-disabled': string | undefined;
|
|
14
|
+
} & {
|
|
15
|
+
[x: `data-melt-${string}`]: "";
|
|
16
|
+
} & {
|
|
17
|
+
action: (node: HTMLElement) => import("@melt-ui/svelte/internal/types").MeltActionReturn<import("@melt-ui/svelte/dist/builders/range-calendar/events").RangeCalendarEvents["nextButton"]>;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
events: {
|
|
22
|
+
click: import("bits-ui").CustomEventHandler<MouseEvent, HTMLButtonElement>;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export type RangeCalendarNextButtonProps = typeof __propDef.props;
|
|
26
|
+
export type RangeCalendarNextButtonEvents = typeof __propDef.events;
|
|
27
|
+
export type RangeCalendarNextButtonSlots = typeof __propDef.slots;
|
|
28
|
+
export default class RangeCalendarNextButton extends SvelteComponent<RangeCalendarNextButtonProps, RangeCalendarNextButtonEvents, RangeCalendarNextButtonSlots> {
|
|
29
|
+
}
|
|
30
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<script>import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
2
|
+
import { buttonVariants } from "../button/index.js";
|
|
3
|
+
import { cn } from "../../utils/shadcn-utils.js";
|
|
4
|
+
let className = void 0;
|
|
5
|
+
export { className as class };
|
|
6
|
+
</script>
|
|
7
|
+
|
|
8
|
+
<RangeCalendarPrimitive.PrevButton
|
|
9
|
+
on:click
|
|
10
|
+
class={cn(
|
|
11
|
+
buttonVariants({ variant: "outline" }),
|
|
12
|
+
"h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100",
|
|
13
|
+
className
|
|
14
|
+
)}
|
|
15
|
+
{...$$restProps}
|
|
16
|
+
let:builder
|
|
17
|
+
>
|
|
18
|
+
<slot {builder}>
|
|
19
|
+
<i class="fa-regular fa-square-chevron-left h-4 w-4" />
|
|
20
|
+
</slot>
|
|
21
|
+
</RangeCalendarPrimitive.PrevButton>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: RangeCalendarPrimitive.PrevButtonProps;
|
|
5
|
+
slots: {
|
|
6
|
+
default: {
|
|
7
|
+
builder: {
|
|
8
|
+
role: string;
|
|
9
|
+
type: "button";
|
|
10
|
+
'aria-label': string;
|
|
11
|
+
'aria-disabled': "true" | undefined;
|
|
12
|
+
disabled: boolean | undefined;
|
|
13
|
+
'data-disabled': string | undefined;
|
|
14
|
+
} & {
|
|
15
|
+
[x: `data-melt-${string}`]: "";
|
|
16
|
+
} & {
|
|
17
|
+
action: (node: HTMLElement) => import("@melt-ui/svelte/internal/types").MeltActionReturn<import("@melt-ui/svelte/dist/builders/range-calendar/events").RangeCalendarEvents["prevButton"]>;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
events: {
|
|
22
|
+
click: import("bits-ui").CustomEventHandler<MouseEvent, HTMLButtonElement>;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export type RangeCalendarPrevButtonProps = typeof __propDef.props;
|
|
26
|
+
export type RangeCalendarPrevButtonEvents = typeof __propDef.events;
|
|
27
|
+
export type RangeCalendarPrevButtonSlots = typeof __propDef.slots;
|
|
28
|
+
export default class RangeCalendarPrevButton extends SvelteComponent<RangeCalendarPrevButtonProps, RangeCalendarPrevButtonEvents, RangeCalendarPrevButtonSlots> {
|
|
29
|
+
}
|
|
30
|
+
export {};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<script>import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
2
|
+
import * as RangeCalendar from "./index.js";
|
|
3
|
+
import { cn } from "../../utils/shadcn-utils.js";
|
|
4
|
+
export let value = void 0;
|
|
5
|
+
export let placeholder = void 0;
|
|
6
|
+
export let weekdayFormat = "short";
|
|
7
|
+
export let startValue = void 0;
|
|
8
|
+
let className = void 0;
|
|
9
|
+
export { className as class };
|
|
10
|
+
</script>
|
|
11
|
+
|
|
12
|
+
<RangeCalendarPrimitive.Root
|
|
13
|
+
on:keydown
|
|
14
|
+
bind:value
|
|
15
|
+
bind:placeholder
|
|
16
|
+
bind:startValue
|
|
17
|
+
{weekdayFormat}
|
|
18
|
+
class={cn("p-3", className)}
|
|
19
|
+
{...$$restProps}
|
|
20
|
+
let:months
|
|
21
|
+
let:weekdays
|
|
22
|
+
>
|
|
23
|
+
<RangeCalendar.Header>
|
|
24
|
+
<RangeCalendar.PrevButton />
|
|
25
|
+
<RangeCalendar.Heading />
|
|
26
|
+
<RangeCalendar.NextButton />
|
|
27
|
+
</RangeCalendar.Header>
|
|
28
|
+
<RangeCalendar.Months>
|
|
29
|
+
{#each months as month}
|
|
30
|
+
<RangeCalendar.Grid>
|
|
31
|
+
<RangeCalendar.GridHead>
|
|
32
|
+
<RangeCalendar.GridRow class="flex">
|
|
33
|
+
{#each weekdays as weekday}
|
|
34
|
+
<RangeCalendar.HeadCell>
|
|
35
|
+
{weekday.slice(0, 2)}
|
|
36
|
+
</RangeCalendar.HeadCell>
|
|
37
|
+
{/each}
|
|
38
|
+
</RangeCalendar.GridRow>
|
|
39
|
+
</RangeCalendar.GridHead>
|
|
40
|
+
<RangeCalendar.GridBody>
|
|
41
|
+
{#each month.weeks as weekDates}
|
|
42
|
+
<RangeCalendar.GridRow class="mt-2 w-full">
|
|
43
|
+
{#each weekDates as date}
|
|
44
|
+
<RangeCalendar.Cell {date}>
|
|
45
|
+
<RangeCalendar.Day {date} month={month.value} />
|
|
46
|
+
</RangeCalendar.Cell>
|
|
47
|
+
{/each}
|
|
48
|
+
</RangeCalendar.GridRow>
|
|
49
|
+
{/each}
|
|
50
|
+
</RangeCalendar.GridBody>
|
|
51
|
+
</RangeCalendar.Grid>
|
|
52
|
+
{/each}
|
|
53
|
+
</RangeCalendar.Months>
|
|
54
|
+
</RangeCalendarPrimitive.Root>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SvelteComponent } from "svelte";
|
|
2
|
+
import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
|
|
3
|
+
declare const __propDef: {
|
|
4
|
+
props: RangeCalendarPrimitive.Props;
|
|
5
|
+
slots: {};
|
|
6
|
+
events: RangeCalendarPrimitive.Events;
|
|
7
|
+
};
|
|
8
|
+
export type RangeCalendarProps = typeof __propDef.props;
|
|
9
|
+
export type RangeCalendarEvents = typeof __propDef.events;
|
|
10
|
+
export type RangeCalendarSlots = typeof __propDef.slots;
|
|
11
|
+
export default class RangeCalendar extends SvelteComponent<RangeCalendarProps, RangeCalendarEvents, RangeCalendarSlots> {
|
|
12
|
+
}
|
|
13
|
+
export {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { SvelteComponent } from "svelte";
|
|
2
2
|
declare const __propDef: {
|
|
3
3
|
props: {
|
|
4
|
-
asChild?: boolean | undefined;
|
|
4
|
+
asChild?: boolean | undefined | undefined;
|
|
5
5
|
el?: HTMLDivElement | undefined;
|
|
6
6
|
} & {
|
|
7
|
-
orientation: "
|
|
7
|
+
orientation: "horizontal" | "vertical";
|
|
8
8
|
} & import("bits-ui/dist/internal").HTMLDivAttributes & {
|
|
9
|
-
orientation?: "vertical" | "horizontal"
|
|
9
|
+
orientation?: "vertical" | "horizontal";
|
|
10
10
|
};
|
|
11
11
|
events: {
|
|
12
12
|
[evt: string]: CustomEvent<any>;
|
|
@@ -14,6 +14,8 @@ declare const __propDef: {
|
|
|
14
14
|
slots: {
|
|
15
15
|
default: {};
|
|
16
16
|
};
|
|
17
|
+
exports?: {} | undefined;
|
|
18
|
+
bindings?: string | undefined;
|
|
17
19
|
};
|
|
18
20
|
export type ScrollAreaScrollbarProps = typeof __propDef.props;
|
|
19
21
|
export type ScrollAreaScrollbarEvents = typeof __propDef.events;
|
|
@@ -5,12 +5,12 @@ declare const __propDef: {
|
|
|
5
5
|
dir?: import("@melt-ui/svelte/internal/types").TextDirection | undefined;
|
|
6
6
|
hideDelay?: number | undefined;
|
|
7
7
|
} & {
|
|
8
|
-
asChild?: boolean | undefined;
|
|
8
|
+
asChild?: boolean | undefined | undefined;
|
|
9
9
|
el?: HTMLDivElement | undefined;
|
|
10
10
|
} & import("bits-ui/dist/internal/types.js").HTMLDivAttributes & {
|
|
11
|
-
orientation?: "vertical" | "horizontal" | "both"
|
|
12
|
-
scrollbarXClasses?: string
|
|
13
|
-
scrollbarYClasses?: string
|
|
11
|
+
orientation?: "vertical" | "horizontal" | "both";
|
|
12
|
+
scrollbarXClasses?: string;
|
|
13
|
+
scrollbarYClasses?: string;
|
|
14
14
|
};
|
|
15
15
|
events: {
|
|
16
16
|
[evt: string]: CustomEvent<any>;
|
|
@@ -18,6 +18,8 @@ declare const __propDef: {
|
|
|
18
18
|
slots: {
|
|
19
19
|
default: {};
|
|
20
20
|
};
|
|
21
|
+
exports?: {} | undefined;
|
|
22
|
+
bindings?: string | undefined;
|
|
21
23
|
};
|
|
22
24
|
export type ScrollAreaProps = typeof __propDef.props;
|
|
23
25
|
export type ScrollAreaEvents = typeof __propDef.events;
|
|
@@ -6,6 +6,8 @@ declare const __propDef: {
|
|
|
6
6
|
[evt: string]: CustomEvent<any>;
|
|
7
7
|
};
|
|
8
8
|
slots: {};
|
|
9
|
+
exports?: {} | undefined;
|
|
10
|
+
bindings?: string | undefined;
|
|
9
11
|
};
|
|
10
12
|
export type SelectSeparatorProps = typeof __propDef.props;
|
|
11
13
|
export type SelectSeparatorEvents = typeof __propDef.events;
|
|
@@ -17,7 +17,7 @@ declare const __propDef: {
|
|
|
17
17
|
} & {
|
|
18
18
|
[x: `data-melt-${string}`]: "";
|
|
19
19
|
} & {
|
|
20
|
-
action: (node: HTMLElement) => import("@melt-ui/svelte/internal/types").MeltActionReturn<"
|
|
20
|
+
action: (node: HTMLElement) => import("@melt-ui/svelte/internal/types").MeltActionReturn<"input" | "click" | "keydown">;
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
23
|
};
|
|
@@ -18,7 +18,7 @@ export declare const sheetVariants: import("tailwind-variants").TVReturnType<{
|
|
|
18
18
|
left: string;
|
|
19
19
|
right: string;
|
|
20
20
|
};
|
|
21
|
-
}, undefined, "bg-background fixed z-50 gap-4 p-6 shadow-lg", import("tailwind-variants/dist/config").TVConfig<{
|
|
21
|
+
}, undefined, "bg-background fixed z-50 gap-4 p-6 shadow-lg", import("tailwind-variants/dist/config.d.ts").TVConfig<{
|
|
22
22
|
side: {
|
|
23
23
|
top: string;
|
|
24
24
|
bottom: string;
|
|
@@ -46,7 +46,7 @@ export declare const sheetVariants: import("tailwind-variants").TVReturnType<{
|
|
|
46
46
|
left: string;
|
|
47
47
|
right: string;
|
|
48
48
|
};
|
|
49
|
-
}, undefined, "bg-background fixed z-50 gap-4 p-6 shadow-lg", import("tailwind-variants/dist/config").TVConfig<{
|
|
49
|
+
}, undefined, "bg-background fixed z-50 gap-4 p-6 shadow-lg", import("tailwind-variants/dist/config.d.ts").TVConfig<{
|
|
50
50
|
side: {
|
|
51
51
|
top: string;
|
|
52
52
|
bottom: string;
|
|
@@ -19,7 +19,7 @@ export const sheetVariants = tv({
|
|
|
19
19
|
side: {
|
|
20
20
|
top: "inset-x-0 top-0 border-b",
|
|
21
21
|
bottom: "inset-x-0 bottom-0 border-t",
|
|
22
|
-
left: "inset-y-0 left-0 h-full
|
|
22
|
+
left: "inset-y-0 left-0 h-full border-r",
|
|
23
23
|
right: "inset-y-0 right-0 h-full w-3/4 border-l sm:max-w-sm",
|
|
24
24
|
},
|
|
25
25
|
},
|
|
@@ -8,11 +8,11 @@ declare const __propDef: {
|
|
|
8
8
|
inTransitionConfig?: any;
|
|
9
9
|
outTransition?: import("bits-ui/dist/internal/types.js").Transition | undefined;
|
|
10
10
|
outTransitionConfig?: any;
|
|
11
|
-
asChild?: boolean | undefined;
|
|
11
|
+
asChild?: boolean | undefined | undefined;
|
|
12
12
|
el?: HTMLDivElement | undefined;
|
|
13
13
|
} & import("bits-ui/dist/internal/types.js").HTMLDivAttributes & {
|
|
14
14
|
side?: Side;
|
|
15
|
-
hasOverlay?: boolean
|
|
15
|
+
hasOverlay?: boolean;
|
|
16
16
|
};
|
|
17
17
|
events: {
|
|
18
18
|
[evt: string]: CustomEvent<any>;
|
|
@@ -20,6 +20,8 @@ declare const __propDef: {
|
|
|
20
20
|
slots: {
|
|
21
21
|
default: {};
|
|
22
22
|
};
|
|
23
|
+
exports?: {} | undefined;
|
|
24
|
+
bindings?: string | undefined;
|
|
23
25
|
};
|
|
24
26
|
export type SheetContentProps = typeof __propDef.props;
|
|
25
27
|
export type SheetContentEvents = typeof __propDef.events;
|
|
@@ -6,6 +6,8 @@ declare const __propDef: {
|
|
|
6
6
|
[evt: string]: CustomEvent<any>;
|
|
7
7
|
};
|
|
8
8
|
slots: {};
|
|
9
|
+
exports?: {} | undefined;
|
|
10
|
+
bindings?: string | undefined;
|
|
9
11
|
};
|
|
10
12
|
export type SheetOverlayProps = typeof __propDef.props;
|
|
11
13
|
export type SheetOverlayEvents = typeof __propDef.events;
|
|
@@ -5,8 +5,7 @@
|
|
|
5
5
|
class="toaster group"
|
|
6
6
|
toastOptions={{
|
|
7
7
|
classes: {
|
|
8
|
-
toast:
|
|
9
|
-
"group toast group-[.toaster]:bg-background group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg",
|
|
8
|
+
toast: "group toast group-[.toaster]:shadow-lg",
|
|
10
9
|
description: "group-[.toast]:text-muted-foreground",
|
|
11
10
|
actionButton: "group-[.toast]:bg-primary group-[.toast]:text-primary-foreground",
|
|
12
11
|
cancelButton: "group-[.toast]:bg-muted group-[.toast]:text-muted-foreground",
|
|
@@ -6,10 +6,12 @@ declare const __propDef: {
|
|
|
6
6
|
[evt: string]: CustomEvent<any>;
|
|
7
7
|
};
|
|
8
8
|
slots: {};
|
|
9
|
+
exports?: {} | undefined;
|
|
10
|
+
bindings?: string | undefined;
|
|
9
11
|
};
|
|
10
12
|
type SonnerProps_ = typeof __propDef.props;
|
|
11
13
|
export { SonnerProps_ as SonnerProps };
|
|
12
14
|
export type SonnerEvents = typeof __propDef.events;
|
|
13
15
|
export type SonnerSlots = typeof __propDef.slots;
|
|
14
|
-
export default class Sonner extends SvelteComponent<
|
|
16
|
+
export default class Sonner extends SvelteComponent<SonnerProps_, SonnerEvents, SonnerSlots> {
|
|
15
17
|
}
|
|
@@ -8,6 +8,7 @@ export { className as class };
|
|
|
8
8
|
<TabsPrimitive.Content
|
|
9
9
|
class={cn(
|
|
10
10
|
"ring-offset-background focus-visible:ring-ring mt-2 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2",
|
|
11
|
+
"data-[state=active]:block data-[state=inactive]:hidden",
|
|
11
12
|
className
|
|
12
13
|
)}
|
|
13
14
|
{value}
|
|
@@ -10,5 +10,5 @@ export type TextareaProps = typeof __propDef.props;
|
|
|
10
10
|
type TextareaEvents_ = typeof __propDef.events;
|
|
11
11
|
export { TextareaEvents_ as TextareaEvents };
|
|
12
12
|
export type TextareaSlots = typeof __propDef.slots;
|
|
13
|
-
export default class Textarea extends SvelteComponent<TextareaProps,
|
|
13
|
+
export default class Textarea extends SvelteComponent<TextareaProps, TextareaEvents_, TextareaSlots> {
|
|
14
14
|
}
|