@kayord/ui 0.9.0 → 0.9.2
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/components/custom/data-table/DataTable.svelte +3 -28
- package/dist/components/custom/data-table/DataTable.svelte.d.ts +5 -5
- package/dist/components/custom/data-table/DataTableActions.svelte.d.ts +0 -1
- package/dist/components/custom/data-table/DataTableCheckbox.svelte.d.ts +0 -1
- package/dist/components/custom/data-table/DataTablePagination.svelte +84 -0
- package/dist/components/custom/data-table/DataTablePagination.svelte.d.ts +25 -0
- package/dist/components/custom/loader/Loader.svelte +11 -6
- package/dist/components/custom/loader/Loader.svelte.d.ts +17 -12
- package/dist/components/custom/progress-loading/ProgressLoading.svelte.d.ts +0 -1
- package/dist/components/custom/theme-switch/ThemeSwitch.svelte +6 -3
- package/dist/components/custom/theme-switch/ThemeSwitch.svelte.d.ts +1 -2
- package/dist/components/ui/accordion/accordion-content.svelte.d.ts +0 -1
- package/dist/components/ui/accordion/accordion-item.svelte.d.ts +0 -1
- package/dist/components/ui/accordion/accordion-trigger.svelte.d.ts +0 -1
- package/dist/components/ui/alert/alert-description.svelte.d.ts +0 -1
- package/dist/components/ui/alert/alert-title.svelte.d.ts +1 -2
- package/dist/components/ui/alert/alert.svelte.d.ts +0 -1
- package/dist/components/ui/alert-dialog/alert-dialog-content.svelte.d.ts +0 -1
- package/dist/components/ui/alert-dialog/alert-dialog-description.svelte.d.ts +0 -1
- package/dist/components/ui/alert-dialog/alert-dialog-footer.svelte.d.ts +0 -1
- package/dist/components/ui/alert-dialog/alert-dialog-header.svelte.d.ts +0 -1
- package/dist/components/ui/alert-dialog/alert-dialog-overlay.svelte.d.ts +0 -1
- package/dist/components/ui/alert-dialog/alert-dialog-portal.svelte.d.ts +0 -1
- package/dist/components/ui/alert-dialog/alert-dialog-title.svelte.d.ts +0 -1
- package/dist/components/ui/aspect-ratio/aspect-ratio.svelte.d.ts +0 -1
- package/dist/components/ui/avatar/avatar-fallback.svelte.d.ts +0 -1
- package/dist/components/ui/avatar/avatar-image.svelte.d.ts +0 -1
- package/dist/components/ui/avatar/avatar.svelte.d.ts +0 -1
- package/dist/components/ui/badge/badge.svelte.d.ts +0 -1
- package/dist/components/ui/breadcrumb/breadcrumb-ellipsis.svelte.d.ts +1 -2
- package/dist/components/ui/breadcrumb/breadcrumb-item.svelte.d.ts +1 -2
- package/dist/components/ui/breadcrumb/breadcrumb-link.svelte.d.ts +2 -3
- package/dist/components/ui/breadcrumb/breadcrumb-list.svelte.d.ts +1 -2
- package/dist/components/ui/breadcrumb/breadcrumb-page.svelte.d.ts +1 -2
- package/dist/components/ui/breadcrumb/breadcrumb-separator.svelte.d.ts +1 -2
- package/dist/components/ui/breadcrumb/breadcrumb.svelte.d.ts +1 -2
- package/dist/components/ui/button/button.svelte.d.ts +0 -1
- package/dist/components/ui/calendar/calendar-cell.svelte.d.ts +0 -1
- package/dist/components/ui/calendar/calendar-grid-body.svelte.d.ts +0 -1
- package/dist/components/ui/calendar/calendar-grid-head.svelte.d.ts +0 -1
- package/dist/components/ui/calendar/calendar-grid-row.svelte.d.ts +0 -1
- package/dist/components/ui/calendar/calendar-grid.svelte.d.ts +0 -1
- package/dist/components/ui/calendar/calendar-head-cell.svelte.d.ts +0 -1
- package/dist/components/ui/calendar/calendar-header.svelte.d.ts +0 -1
- package/dist/components/ui/calendar/calendar-heading.svelte.d.ts +0 -1
- package/dist/components/ui/calendar/calendar-months.svelte.d.ts +0 -1
- package/dist/components/ui/calendar/calendar.svelte.d.ts +0 -1
- package/dist/components/ui/card/card-content.svelte.d.ts +0 -1
- package/dist/components/ui/card/card-description.svelte.d.ts +0 -1
- package/dist/components/ui/card/card-footer.svelte.d.ts +0 -1
- package/dist/components/ui/card/card-header.svelte.d.ts +0 -1
- package/dist/components/ui/card/card-title.svelte.d.ts +1 -2
- package/dist/components/ui/card/card.svelte.d.ts +0 -1
- package/dist/components/ui/carousel/carousel-content.svelte.d.ts +0 -1
- package/dist/components/ui/carousel/carousel-item.svelte.d.ts +0 -1
- package/dist/components/ui/carousel/carousel-next.svelte.d.ts +0 -1
- package/dist/components/ui/carousel/carousel-previous.svelte.d.ts +0 -1
- package/dist/components/ui/carousel/carousel.svelte.d.ts +0 -1
- package/dist/components/ui/carousel/context.d.ts +0 -1
- package/dist/components/ui/checkbox/checkbox.svelte.d.ts +0 -1
- package/dist/components/ui/collapsible/collapsible-content.svelte.d.ts +0 -1
- package/dist/components/ui/command/command-dialog.svelte.d.ts +19 -20
- package/dist/components/ui/command/command-empty.svelte.d.ts +0 -1
- package/dist/components/ui/command/command-group.svelte.d.ts +0 -1
- package/dist/components/ui/command/command-input.svelte.d.ts +0 -1
- package/dist/components/ui/command/command-item.svelte.d.ts +0 -1
- package/dist/components/ui/command/command-list.svelte.d.ts +0 -1
- package/dist/components/ui/command/command-separator.svelte.d.ts +0 -1
- package/dist/components/ui/command/command-shortcut.svelte.d.ts +0 -1
- package/dist/components/ui/command/command.svelte.d.ts +0 -1
- package/dist/components/ui/context-menu/context-menu-checkbox-item.svelte.d.ts +0 -1
- package/dist/components/ui/context-menu/context-menu-content.svelte.d.ts +0 -1
- package/dist/components/ui/context-menu/context-menu-item.svelte.d.ts +1 -2
- package/dist/components/ui/context-menu/context-menu-label.svelte.d.ts +2 -3
- package/dist/components/ui/context-menu/context-menu-radio-group.svelte.d.ts +0 -1
- package/dist/components/ui/context-menu/context-menu-radio-item.svelte.d.ts +0 -1
- package/dist/components/ui/context-menu/context-menu-separator.svelte.d.ts +0 -1
- package/dist/components/ui/context-menu/context-menu-shortcut.svelte.d.ts +0 -1
- package/dist/components/ui/context-menu/context-menu-sub-content.svelte.d.ts +0 -1
- package/dist/components/ui/context-menu/context-menu-sub-trigger.svelte.d.ts +3 -4
- package/dist/components/ui/dialog/dialog-content.svelte.d.ts +0 -1
- package/dist/components/ui/dialog/dialog-description.svelte.d.ts +0 -1
- package/dist/components/ui/dialog/dialog-footer.svelte.d.ts +0 -1
- package/dist/components/ui/dialog/dialog-header.svelte.d.ts +0 -1
- package/dist/components/ui/dialog/dialog-overlay.svelte.d.ts +0 -1
- package/dist/components/ui/dialog/dialog-portal.svelte.d.ts +0 -1
- package/dist/components/ui/dialog/dialog-title.svelte.d.ts +0 -1
- package/dist/components/ui/drawer/drawer-content.svelte.d.ts +0 -1
- package/dist/components/ui/drawer/drawer-description.svelte.d.ts +0 -1
- package/dist/components/ui/drawer/drawer-footer.svelte.d.ts +1 -2
- package/dist/components/ui/drawer/drawer-header.svelte.d.ts +1 -2
- package/dist/components/ui/drawer/drawer-nested.svelte.d.ts +0 -1
- package/dist/components/ui/drawer/drawer-overlay.svelte.d.ts +0 -1
- package/dist/components/ui/drawer/drawer-title.svelte.d.ts +0 -1
- package/dist/components/ui/drawer/drawer.svelte.d.ts +0 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-checkbox-item.svelte.d.ts +0 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-content.svelte.d.ts +0 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-item.svelte.d.ts +1 -2
- package/dist/components/ui/dropdown-menu/dropdown-menu-label.svelte.d.ts +2 -3
- package/dist/components/ui/dropdown-menu/dropdown-menu-radio-group.svelte.d.ts +0 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-radio-item.svelte.d.ts +0 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-separator.svelte.d.ts +0 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-shortcut.svelte.d.ts +0 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-sub-content.svelte.d.ts +0 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-sub-trigger.svelte.d.ts +3 -4
- package/dist/components/ui/form/form-button.svelte.d.ts +0 -1
- package/dist/components/ui/form/form-description.svelte.d.ts +0 -1
- package/dist/components/ui/form/form-element-field.svelte.d.ts +0 -1
- package/dist/components/ui/form/form-field-errors.svelte.d.ts +3 -4
- package/dist/components/ui/form/form-field.svelte.d.ts +0 -1
- package/dist/components/ui/form/form-fieldset.svelte.d.ts +0 -1
- package/dist/components/ui/form/form-label.svelte.d.ts +0 -1
- package/dist/components/ui/form/form-legend.svelte.d.ts +0 -1
- package/dist/components/ui/hover-card/hover-card-content.svelte.d.ts +0 -1
- package/dist/components/ui/input/input.svelte.d.ts +0 -1
- package/dist/components/ui/label/label.svelte.d.ts +0 -1
- package/dist/components/ui/menubar/menubar-checkbox-item.svelte.d.ts +0 -1
- package/dist/components/ui/menubar/menubar-content.svelte.d.ts +0 -1
- package/dist/components/ui/menubar/menubar-item.svelte.d.ts +1 -2
- package/dist/components/ui/menubar/menubar-label.svelte.d.ts +2 -3
- package/dist/components/ui/menubar/menubar-radio-item.svelte.d.ts +0 -1
- package/dist/components/ui/menubar/menubar-separator.svelte.d.ts +0 -1
- package/dist/components/ui/menubar/menubar-shortcut.svelte.d.ts +0 -1
- package/dist/components/ui/menubar/menubar-sub-content.svelte.d.ts +0 -1
- package/dist/components/ui/menubar/menubar-sub-trigger.svelte.d.ts +3 -4
- package/dist/components/ui/menubar/menubar-trigger.svelte.d.ts +0 -1
- package/dist/components/ui/menubar/menubar.svelte.d.ts +0 -1
- package/dist/components/ui/pagination/pagination-content.svelte.d.ts +0 -1
- package/dist/components/ui/pagination/pagination-ellipsis.svelte +1 -1
- package/dist/components/ui/pagination/pagination-ellipsis.svelte.d.ts +0 -1
- package/dist/components/ui/pagination/pagination-item.svelte.d.ts +0 -1
- package/dist/components/ui/pagination/pagination-link.svelte.d.ts +1 -2
- package/dist/components/ui/pagination/pagination-next-button.svelte.d.ts +0 -1
- package/dist/components/ui/pagination/pagination-prev-button.svelte.d.ts +0 -1
- package/dist/components/ui/pagination/pagination.svelte.d.ts +0 -1
- package/dist/components/ui/popover/popover-content.svelte.d.ts +0 -1
- package/dist/components/ui/progress/progress.svelte.d.ts +0 -1
- package/dist/components/ui/radio-group/radio-group-item.svelte.d.ts +0 -1
- package/dist/components/ui/radio-group/radio-group.svelte.d.ts +0 -1
- package/dist/components/ui/range-calendar/range-calendar-cell.svelte.d.ts +0 -1
- package/dist/components/ui/range-calendar/range-calendar-grid-body.svelte.d.ts +0 -1
- package/dist/components/ui/range-calendar/range-calendar-grid-head.svelte.d.ts +0 -1
- package/dist/components/ui/range-calendar/range-calendar-grid-row.svelte.d.ts +0 -1
- package/dist/components/ui/range-calendar/range-calendar-grid.svelte.d.ts +0 -1
- package/dist/components/ui/range-calendar/range-calendar-head-cell.svelte.d.ts +0 -1
- package/dist/components/ui/range-calendar/range-calendar-header.svelte.d.ts +0 -1
- package/dist/components/ui/range-calendar/range-calendar-heading.svelte.d.ts +0 -1
- package/dist/components/ui/range-calendar/range-calendar-months.svelte.d.ts +0 -1
- package/dist/components/ui/range-calendar/range-calendar.svelte.d.ts +0 -1
- package/dist/components/ui/resizable/resizable-handle.svelte.d.ts +5 -6
- package/dist/components/ui/resizable/resizable-pane-group.svelte.d.ts +0 -1
- package/dist/components/ui/scroll-area/scroll-area-scrollbar.svelte.d.ts +2 -3
- package/dist/components/ui/select/select-content.svelte.d.ts +0 -1
- package/dist/components/ui/select/select-item.svelte.d.ts +0 -1
- package/dist/components/ui/select/select-label.svelte.d.ts +0 -1
- package/dist/components/ui/select/select-separator.svelte.d.ts +0 -1
- package/dist/components/ui/separator/separator.svelte.d.ts +0 -1
- package/dist/components/ui/sheet/sheet-content.svelte.d.ts +1 -2
- package/dist/components/ui/sheet/sheet-description.svelte.d.ts +0 -1
- package/dist/components/ui/sheet/sheet-footer.svelte.d.ts +0 -1
- package/dist/components/ui/sheet/sheet-header.svelte.d.ts +0 -1
- package/dist/components/ui/sheet/sheet-overlay.svelte.d.ts +0 -1
- package/dist/components/ui/sheet/sheet-portal.svelte.d.ts +0 -1
- package/dist/components/ui/sheet/sheet-title.svelte.d.ts +0 -1
- package/dist/components/ui/skeleton/skeleton.svelte.d.ts +0 -1
- package/dist/components/ui/slider/slider.svelte.d.ts +0 -1
- package/dist/components/ui/sonner/sonner.svelte.d.ts +0 -1
- package/dist/components/ui/switch/switch.svelte.d.ts +0 -1
- package/dist/components/ui/table/table-body.svelte.d.ts +0 -1
- package/dist/components/ui/table/table-caption.svelte.d.ts +0 -1
- package/dist/components/ui/table/table-cell.svelte.d.ts +0 -1
- package/dist/components/ui/table/table-footer.svelte.d.ts +0 -1
- package/dist/components/ui/table/table-head.svelte.d.ts +0 -1
- package/dist/components/ui/table/table-header.svelte.d.ts +0 -1
- package/dist/components/ui/table/table-row.svelte.d.ts +0 -1
- package/dist/components/ui/table/table.svelte.d.ts +0 -1
- package/dist/components/ui/tabs/tabs-content.svelte.d.ts +0 -1
- package/dist/components/ui/tabs/tabs-list.svelte.d.ts +0 -1
- package/dist/components/ui/tabs/tabs-trigger.svelte.d.ts +0 -1
- package/dist/components/ui/textarea/textarea.svelte.d.ts +0 -1
- package/dist/components/ui/toggle/toggle.svelte.d.ts +4 -5
- package/dist/components/ui/toggle-group/toggle-group-item.svelte.d.ts +2 -3
- package/dist/components/ui/tooltip/tooltip-content.svelte.d.ts +0 -1
- package/dist/utils.d.ts +0 -1
- package/package.json +6 -5
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
import type { HeadingLevel } from "./index.js";
|
|
4
3
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
@@ -17,7 +16,7 @@ type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
|
17
16
|
children?: any;
|
|
18
17
|
} : {});
|
|
19
18
|
declare const CardTitle: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<HTMLAttributes<HTMLHeadingElement> & {
|
|
20
|
-
tag?: HeadingLevel
|
|
19
|
+
tag?: HeadingLevel;
|
|
21
20
|
}, {
|
|
22
21
|
default: {};
|
|
23
22
|
}>, {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { type Props } from "../button/index.js";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { type Props } from "../button/index.js";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { type CarouselProps } from "./context.js";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Checkbox as CheckboxPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Collapsible as CollapsiblePrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
3
2
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
3
|
$$bindings?: Bindings;
|
|
@@ -15,27 +14,27 @@ type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
|
15
14
|
children?: any;
|
|
16
15
|
} : {});
|
|
17
16
|
declare const CommandDialog: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
|
|
18
|
-
preventScroll?: boolean
|
|
19
|
-
closeOnEscape?: boolean
|
|
20
|
-
closeOnOutsideClick?: boolean
|
|
21
|
-
onOutsideClick?: (
|
|
22
|
-
portal?:
|
|
23
|
-
open?: boolean | undefined;
|
|
24
|
-
onOpenChange?: import("bits-ui/dist/internal").OnChangeFn<boolean
|
|
25
|
-
openFocus?: import("bits-ui").FocusProp
|
|
26
|
-
closeFocus?: import("bits-ui").FocusProp
|
|
17
|
+
preventScroll?: boolean;
|
|
18
|
+
closeOnEscape?: boolean;
|
|
19
|
+
closeOnOutsideClick?: boolean;
|
|
20
|
+
onOutsideClick?: (event: PointerEvent | MouseEvent | TouchEvent) => void;
|
|
21
|
+
portal?: HTMLElement | string | null;
|
|
22
|
+
open?: (boolean | undefined) & {};
|
|
23
|
+
onOpenChange?: import("bits-ui/dist/internal").OnChangeFn<boolean>;
|
|
24
|
+
openFocus?: import("bits-ui").FocusProp;
|
|
25
|
+
closeFocus?: import("bits-ui").FocusProp;
|
|
27
26
|
} & {
|
|
28
|
-
state?: import("svelte/store").Writable<import("cmdk-sv").State
|
|
29
|
-
label?: string
|
|
30
|
-
shouldFilter?: boolean
|
|
31
|
-
filter?: (
|
|
32
|
-
value?: string
|
|
33
|
-
onValueChange?: (
|
|
34
|
-
loop?: boolean
|
|
35
|
-
ids?: Partial<import("cmdk-sv").CommandIds
|
|
27
|
+
state?: import("svelte/store").Writable<import("cmdk-sv").State>;
|
|
28
|
+
label?: string;
|
|
29
|
+
shouldFilter?: boolean;
|
|
30
|
+
filter?: (value: string, search: string) => number;
|
|
31
|
+
value?: string;
|
|
32
|
+
onValueChange?: (value: string) => void;
|
|
33
|
+
loop?: boolean;
|
|
34
|
+
ids?: Partial<import("cmdk-sv").CommandIds>;
|
|
36
35
|
} & import("cmdk-sv/dist/internal").HTMLDivAttributes & {
|
|
37
|
-
onKeydown?: (
|
|
38
|
-
asChild?: boolean
|
|
36
|
+
onKeydown?: (e: KeyboardEvent) => void;
|
|
37
|
+
asChild?: boolean;
|
|
39
38
|
}, {
|
|
40
39
|
default: {};
|
|
41
40
|
}>, {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Command as CommandPrimitive } from "cmdk-sv";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Command as CommandPrimitive } from "cmdk-sv";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Command as CommandPrimitive } from "cmdk-sv";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Command as CommandPrimitive } from "cmdk-sv";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Command as CommandPrimitive } from "cmdk-sv";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Command as CommandPrimitive } from "cmdk-sv";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Command as CommandPrimitive } from "cmdk-sv";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -16,7 +15,7 @@ type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
|
16
15
|
children?: any;
|
|
17
16
|
} : {});
|
|
18
17
|
declare const ContextMenuItem: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<ContextMenuPrimitive.ItemProps & {
|
|
19
|
-
inset?: boolean
|
|
18
|
+
inset?: boolean;
|
|
20
19
|
}, {
|
|
21
20
|
default: {};
|
|
22
21
|
}>, ContextMenuPrimitive.ItemEvents, {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
3
2
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
3
|
$$bindings?: Bindings;
|
|
@@ -15,10 +14,10 @@ type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
|
15
14
|
children?: any;
|
|
16
15
|
} : {});
|
|
17
16
|
declare const ContextMenuLabel: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
|
|
18
|
-
asChild?: boolean
|
|
17
|
+
asChild?: boolean;
|
|
19
18
|
el?: HTMLDivElement | undefined;
|
|
20
19
|
} & import("bits-ui/dist/internal").HTMLDivAttributes & {
|
|
21
|
-
inset?: boolean
|
|
20
|
+
inset?: boolean;
|
|
22
21
|
}, {
|
|
23
22
|
default: {};
|
|
24
23
|
}>, {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -16,11 +15,11 @@ type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
|
16
15
|
children?: any;
|
|
17
16
|
} : {});
|
|
18
17
|
declare const ContextMenuSubTrigger: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
|
|
19
|
-
disabled?: boolean
|
|
20
|
-
asChild?: boolean
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
asChild?: boolean;
|
|
21
20
|
el?: HTMLDivElement | undefined;
|
|
22
21
|
} & import("bits-ui/dist/internal").HTMLDivAttributes & {
|
|
23
|
-
inset?: boolean
|
|
22
|
+
inset?: boolean;
|
|
24
23
|
}, {
|
|
25
24
|
default: {};
|
|
26
25
|
}>, ContextMenuPrimitive.SubTriggerEvents, {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Dialog as DialogPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Dialog as DialogPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Dialog as DialogPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Dialog as DialogPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Dialog as DialogPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Drawer as DrawerPrimitive } from "vaul-svelte";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
3
2
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
3
|
$$bindings?: Bindings;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -16,7 +15,7 @@ type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
|
16
15
|
children?: any;
|
|
17
16
|
} : {});
|
|
18
17
|
declare const DrawerFooter: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<HTMLAttributes<HTMLDivElement> & {
|
|
19
|
-
el?: HTMLDivElement
|
|
18
|
+
el?: HTMLDivElement;
|
|
20
19
|
}, {
|
|
21
20
|
default: {};
|
|
22
21
|
}>, {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -16,7 +15,7 @@ type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
|
16
15
|
children?: any;
|
|
17
16
|
} : {});
|
|
18
17
|
declare const DrawerHeader: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<HTMLAttributes<HTMLDivElement> & {
|
|
19
|
-
el?: HTMLDivElement
|
|
18
|
+
el?: HTMLDivElement;
|
|
20
19
|
}, {
|
|
21
20
|
default: {};
|
|
22
21
|
}>, {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Drawer as DrawerPrimitive } from "vaul-svelte";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Drawer as DrawerPrimitive } from "vaul-svelte";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
3
2
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
3
|
$$bindings?: Bindings;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { Drawer as DrawerPrimitive } from "vaul-svelte";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -16,7 +15,7 @@ type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
|
16
15
|
children?: any;
|
|
17
16
|
} : {});
|
|
18
17
|
declare const DropdownMenuItem: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<DropdownMenuPrimitive.ItemProps & {
|
|
19
|
-
inset?: boolean
|
|
18
|
+
inset?: boolean;
|
|
20
19
|
}, {
|
|
21
20
|
default: {};
|
|
22
21
|
}>, DropdownMenuPrimitive.ItemEvents, {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
3
2
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
3
|
$$bindings?: Bindings;
|
|
@@ -15,10 +14,10 @@ type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
|
15
14
|
children?: any;
|
|
16
15
|
} : {});
|
|
17
16
|
declare const DropdownMenuLabel: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
|
|
18
|
-
asChild?: boolean
|
|
17
|
+
asChild?: boolean;
|
|
19
18
|
el?: HTMLDivElement | undefined;
|
|
20
19
|
} & import("bits-ui/dist/internal").HTMLDivAttributes & {
|
|
21
|
-
inset?: boolean
|
|
20
|
+
inset?: boolean;
|
|
22
21
|
}, {
|
|
23
22
|
default: {};
|
|
24
23
|
}>, {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import { DropdownMenu as DropdownMenuPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -16,11 +15,11 @@ type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
|
16
15
|
children?: any;
|
|
17
16
|
} : {});
|
|
18
17
|
declare const DropdownMenuSubTrigger: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
|
|
19
|
-
disabled?: boolean
|
|
20
|
-
asChild?: boolean
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
asChild?: boolean;
|
|
21
20
|
el?: HTMLDivElement | undefined;
|
|
22
21
|
} & import("bits-ui/dist/internal").HTMLDivAttributes & {
|
|
23
|
-
inset?: boolean
|
|
22
|
+
inset?: boolean;
|
|
24
23
|
}, {
|
|
25
24
|
default: {};
|
|
26
25
|
}>, DropdownMenuPrimitive.SubTriggerEvents, {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import * as Button from "../button/index.js";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { HTMLAttributes } from "svelte/elements";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
3
2
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
3
|
$$bindings?: Bindings;
|
|
@@ -15,9 +14,9 @@ type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
|
15
14
|
children?: any;
|
|
16
15
|
} : {});
|
|
17
16
|
declare const FormFieldErrors: $$__sveltets_2_IsomorphicComponent<$$__sveltets_2_PropsWithChildren<{
|
|
18
|
-
id?: string
|
|
19
|
-
asChild?: boolean
|
|
20
|
-
el?: HTMLDivElement
|
|
17
|
+
id?: string;
|
|
18
|
+
asChild?: boolean;
|
|
19
|
+
el?: HTMLDivElement;
|
|
21
20
|
} & import("svelte/elements").HTMLAttributes<HTMLDivElement> & {
|
|
22
21
|
errorClasses?: string | undefined | null;
|
|
23
22
|
}, {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import type { Label as LabelPrimitive } from "bits-ui";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
import * as FormPrimitive from "formsnap";
|
|
3
2
|
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
4
3
|
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|