@max-ts/svelte 1.4.2 → 1.4.4
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/Accordion/Trigger/Trigger.svelte.d.ts +1 -1
- package/dist/components/Alert/Alert.svelte.d.ts +2 -2
- package/dist/components/Alert/Description/Description.svelte.d.ts +1 -1
- package/dist/components/Alert/Title/Title.svelte.d.ts +1 -1
- package/dist/components/Alert/index.d.ts +5 -5
- package/dist/components/Alert/styles.css.d.ts +1 -1
- package/dist/components/Badge/Badge.svelte.d.ts +1 -1
- package/dist/components/Badge/index.d.ts +2 -2
- package/dist/components/Badge/styles.css.d.ts +1 -1
- package/dist/components/Badge/types.d.ts +1 -1
- package/dist/components/Button/Button.svelte.d.ts +1 -1
- package/dist/components/Button/index.d.ts +2 -2
- package/dist/components/Button/styles.css.d.ts +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.svelte.d.ts +1 -1
- package/dist/components/ButtonGroup/Separator/Separator.svelte.d.ts +1 -1
- package/dist/components/ButtonGroup/Text/Text.svelte.d.ts +1 -1
- package/dist/components/ButtonGroup/index.d.ts +2 -2
- package/dist/components/ButtonGroup/styles.css.d.ts +1 -1
- package/dist/components/ButtonGroup/types.d.ts +1 -1
- package/dist/components/Calendar/Calendar.svelte.d.ts +1 -1
- package/dist/components/Calendar/Caption/Caption.svelte.d.ts +2 -2
- package/dist/components/Calendar/Month/Month.svelte.d.ts +1 -1
- package/dist/components/Calendar/Months/Months.svelte.d.ts +1 -1
- package/dist/components/Calendar/Nav/Nav.svelte.d.ts +1 -1
- package/dist/components/Calendar/NextButton/NextButton.svelte.d.ts +1 -1
- package/dist/components/Calendar/PrevButton/PrevButton.svelte.d.ts +1 -1
- package/dist/components/Calendar/index.d.ts +1 -1
- package/dist/components/Calendar/types.d.ts +2 -2
- package/dist/components/Card/Action/Action.svelte.d.ts +1 -1
- package/dist/components/Card/Card.svelte.d.ts +1 -1
- package/dist/components/Card/Content/Content.svelte.d.ts +1 -1
- package/dist/components/Card/Description/Description.svelte.d.ts +1 -1
- package/dist/components/Card/Footer/Footer.svelte.d.ts +1 -1
- package/dist/components/Card/Header/Header.svelte.d.ts +1 -1
- package/dist/components/Card/Title/Title.svelte.d.ts +1 -1
- package/dist/components/Card/index.d.ts +8 -8
- package/dist/components/Carousel/Carousel.svelte.d.ts +1 -1
- package/dist/components/Carousel/Content/Content.svelte.d.ts +1 -1
- package/dist/components/Carousel/Item/Item.svelte.d.ts +1 -1
- package/dist/components/Carousel/context.d.ts +1 -1
- package/dist/components/Carousel/index.d.ts +4 -4
- package/dist/components/Carousel/types.d.ts +1 -1
- package/dist/components/CircularProgress/CircularProgress.svelte.d.ts +1 -1
- package/dist/components/CircularProgress/index.d.ts +1 -1
- package/dist/components/ContentState/ContentState.svelte.d.ts +1 -1
- package/dist/components/ContentState/index.d.ts +1 -1
- package/dist/components/ContentState/types.d.ts +1 -1
- package/dist/components/DataGrid/Body/Body.svelte.d.ts +1 -1
- package/dist/components/DataGrid/Body/index.d.ts +1 -1
- package/dist/components/DataGrid/Body/types.d.ts +1 -1
- package/dist/components/DataGrid/Cell/Cell.svelte.d.ts +1 -1
- package/dist/components/DataGrid/Cell/index.d.ts +1 -1
- package/dist/components/DataGrid/Cell/types.d.ts +1 -1
- package/dist/components/DataGrid/DataGrid.svelte.d.ts +1 -1
- package/dist/components/DataGrid/Header/Header.svelte.d.ts +1 -1
- package/dist/components/DataGrid/Header/index.d.ts +1 -1
- package/dist/components/DataGrid/Header/types.d.ts +1 -1
- package/dist/components/DataGrid/HeaderCell/HeaderCell.svelte.d.ts +1 -1
- package/dist/components/DataGrid/HeaderCell/index.d.ts +1 -1
- package/dist/components/DataGrid/HeaderCell/types.d.ts +1 -1
- package/dist/components/DataGrid/Row/Row.svelte.d.ts +1 -1
- package/dist/components/DataGrid/Row/index.d.ts +1 -1
- package/dist/components/DataGrid/Row/types.d.ts +1 -1
- package/dist/components/DataGrid/State/State.svelte.d.ts +1 -1
- package/dist/components/DataGrid/State/index.d.ts +1 -1
- package/dist/components/DataGrid/State/types.d.ts +1 -1
- package/dist/components/DataGrid/index.d.ts +1 -1
- package/dist/components/DataGridSortHeader/DataGridSortHeader.svelte.d.ts +1 -1
- package/dist/components/DataGridSortHeader/index.d.ts +1 -1
- package/dist/components/DataGridSortHeader/types.d.ts +1 -1
- package/dist/components/DropdownMenu/CheckboxItem/CheckboxItem.svelte.d.ts +1 -1
- package/dist/components/DropdownMenu/Content/Content.svelte.d.ts +2 -2
- package/dist/components/DropdownMenu/Label/Label.svelte.d.ts +1 -1
- package/dist/components/DropdownMenu/Shortcut/Shortcut.svelte.d.ts +1 -1
- package/dist/components/DropdownMenu/index.d.ts +17 -17
- package/dist/components/Empty/Content/Content.svelte.d.ts +1 -1
- package/dist/components/Empty/Description/Description.svelte.d.ts +1 -1
- package/dist/components/Empty/Empty.svelte.d.ts +1 -1
- package/dist/components/Empty/Header/Header.svelte.d.ts +1 -1
- package/dist/components/Empty/Media/Media.svelte.d.ts +1 -1
- package/dist/components/Empty/Title/Title.svelte.d.ts +1 -1
- package/dist/components/Empty/index.d.ts +7 -7
- package/dist/components/Empty/styles.css.d.ts +1 -1
- package/dist/components/Empty/types.d.ts +1 -1
- package/dist/components/Field/Content/Content.svelte.d.ts +1 -1
- package/dist/components/Field/Description/Description.svelte.d.ts +1 -1
- package/dist/components/Field/Field.svelte.d.ts +2 -2
- package/dist/components/Field/FieldError/FieldError.svelte.d.ts +1 -1
- package/dist/components/Field/FieldSet/FieldSet.svelte.d.ts +1 -1
- package/dist/components/Field/Group/Group.svelte.d.ts +1 -1
- package/dist/components/Field/Label/Label.svelte.d.ts +1 -1
- package/dist/components/Field/Legend/Legend.svelte.d.ts +1 -1
- package/dist/components/Field/Separator/Separator.svelte.d.ts +2 -2
- package/dist/components/Field/Title/Title.svelte.d.ts +1 -1
- package/dist/components/Field/index.d.ts +7 -7
- package/dist/components/Field/styles.css.d.ts +2 -2
- package/dist/components/Input/Input.svelte.d.ts +1 -1
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Input/types.d.ts +1 -1
- package/dist/components/Item/Actions/Actions.svelte.d.ts +1 -1
- package/dist/components/Item/Content/Content.svelte.d.ts +1 -1
- package/dist/components/Item/Description/Description.svelte.d.ts +1 -1
- package/dist/components/Item/Footer/Footer.svelte.d.ts +1 -1
- package/dist/components/Item/Group/Group.svelte.d.ts +1 -1
- package/dist/components/Item/Header/Header.svelte.d.ts +1 -1
- package/dist/components/Item/Item.svelte.d.ts +1 -1
- package/dist/components/Item/Media/Media.svelte.d.ts +1 -1
- package/dist/components/Item/Separator/Separator.svelte.d.ts +1 -1
- package/dist/components/Item/Title/Title.svelte.d.ts +1 -1
- package/dist/components/Item/index.d.ts +10 -10
- package/dist/components/Item/styles.css.d.ts +1 -1
- package/dist/components/Item/types.d.ts +1 -1
- package/dist/components/Placeholder/Image/Image.svelte.d.ts +1 -1
- package/dist/components/Placeholder/Image/index.d.ts +1 -1
- package/dist/components/Placeholder/Image/styles.css.d.ts +1 -1
- package/dist/components/Placeholder/Image/types.d.ts +1 -1
- package/dist/components/Placeholder/Placeholder.js +1 -1
- package/dist/components/Placeholder/Placeholder.svelte.d.ts +1 -1
- package/dist/components/Placeholder/constants.d.ts +1 -1
- package/dist/components/Placeholder/index.d.ts +1 -1
- package/dist/components/Placeholder/styles.css.d.ts +1 -1
- package/dist/components/Popover/Content/PopoverContent.svelte.d.ts +1 -1
- package/dist/components/Popover/index.d.ts +2 -2
- package/dist/components/Popover/types.d.ts +1 -1
- package/dist/components/RangeInput/RangeInput.svelte.d.ts +1 -1
- package/dist/components/RangeInput/index.d.ts +1 -1
- package/dist/components/RangeInput/types.d.ts +1 -1
- package/dist/components/Select/Content/Content.svelte.d.ts +2 -2
- package/dist/components/Select/Label/Label.svelte.d.ts +1 -1
- package/dist/components/Select/Separator/Separator.js +2 -1
- package/dist/components/Select/Separator/Separator.svelte.d.ts +1 -1
- package/dist/components/Select/Trigger/Trigger.svelte.d.ts +1 -1
- package/dist/components/Select/index.d.ts +3 -3
- package/dist/components/Separator/index.d.ts +1 -1
- package/dist/components/Slider/Slider.svelte.d.ts +1 -1
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/styles.css.d.ts +1 -1
- package/dist/components/Slider/types.d.ts +1 -1
- package/dist/components/Spinner/Spinner.svelte.d.ts +1 -1
- package/dist/components/Spinner/index.d.ts +2 -2
- package/dist/components/Tabs/index.d.ts +1 -1
- package/dist/components/Tooltip/Content/Content.svelte.d.ts +2 -2
- package/dist/components/Tooltip/Tooltip.svelte.d.ts +1 -1
- package/dist/components/Tooltip/index.d.ts +1 -1
- package/dist/components/Typography/Typography.svelte.d.ts +1 -1
- package/dist/components/Typography/index.d.ts +1 -1
- package/dist/components/Typography/styles.css.d.ts +1 -1
- package/dist/components/index.d.ts +30 -30
- package/dist/components.d.ts +65 -0
- package/dist/components.js +33 -0
- package/dist/stories/Accordion.stories.svelte.d.ts +1 -1
- package/dist/stories/Alert.stories.svelte.d.ts +1 -1
- package/dist/stories/Badge.stories.svelte.d.ts +1 -1
- package/dist/stories/ButtonGroup.stories.svelte.d.ts +1 -1
- package/dist/stories/Calendar.stories.svelte.d.ts +1 -1
- package/dist/stories/Card.stories.svelte.d.ts +1 -1
- package/dist/stories/Carousel.stories.svelte.d.ts +1 -1
- package/dist/stories/CircularProgress.stories.svelte.d.ts +1 -1
- package/dist/stories/DataGrid.stories.svelte.d.ts +1 -1
- package/dist/stories/DropdownMenu.stories.svelte.d.ts +1 -1
- package/dist/stories/Empty.stories.svelte.d.ts +1 -1
- package/dist/stories/Field.stories.svelte.d.ts +1 -1
- package/dist/stories/Input.stories.svelte.d.ts +1 -1
- package/dist/stories/Item.stories.svelte.d.ts +1 -1
- package/dist/stories/Label.stories.svelte.d.ts +1 -1
- package/dist/stories/Popover.stories.svelte.d.ts +1 -1
- package/dist/stories/RangeInput.stories.svelte.d.ts +1 -1
- package/dist/stories/Select.stories.svelte.d.ts +1 -1
- package/dist/stories/Slider.stories.svelte.d.ts +1 -1
- package/dist/stories/Tabs.stories.svelte.d.ts +1 -1
- package/dist/stories/Tooltip.stories.svelte.d.ts +1 -1
- package/dist/stories/Typography.stories.svelte.d.ts +1 -1
- package/dist/utils.d.ts +1 -1
- package/package.json +6 -4
- package/dist/components/index.js +0 -33
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Shortcut: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLSpanElement>>, {}, "ref">;
|
|
4
4
|
type Shortcut = ReturnType<typeof Shortcut>;
|
|
5
5
|
export default Shortcut;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { CheckboxGroup } from './CheckboxGroup
|
|
2
|
-
import { CheckboxItem } from './CheckboxItem
|
|
3
|
-
import { Content } from './Content
|
|
1
|
+
import { CheckboxGroup } from './CheckboxGroup';
|
|
2
|
+
import { CheckboxItem } from './CheckboxItem';
|
|
3
|
+
import { Content } from './Content';
|
|
4
4
|
import Root from './DropdownMenu.svelte';
|
|
5
|
-
import { Group } from './Group
|
|
6
|
-
import { GroupHeading } from './GroupHeading
|
|
7
|
-
import { Item } from './Item
|
|
8
|
-
import { Label } from './Label
|
|
9
|
-
import { Portal } from './Portal
|
|
10
|
-
import { RadioGroup } from './RadioGroup
|
|
11
|
-
import { RadioItem } from './RadioItem
|
|
12
|
-
import { Separator } from './Separator
|
|
13
|
-
import { Shortcut } from './Shortcut
|
|
14
|
-
import { Sub } from './Sub
|
|
15
|
-
import { SubContent } from './SubContent
|
|
16
|
-
import { SubTrigger } from './SubTrigger
|
|
17
|
-
import { Trigger } from './Trigger
|
|
5
|
+
import { Group } from './Group';
|
|
6
|
+
import { GroupHeading } from './GroupHeading';
|
|
7
|
+
import { Item } from './Item';
|
|
8
|
+
import { Label } from './Label';
|
|
9
|
+
import { Portal } from './Portal';
|
|
10
|
+
import { RadioGroup } from './RadioGroup';
|
|
11
|
+
import { RadioItem } from './RadioItem';
|
|
12
|
+
import { Separator } from './Separator';
|
|
13
|
+
import { Shortcut } from './Shortcut';
|
|
14
|
+
import { Sub } from './Sub';
|
|
15
|
+
import { SubContent } from './SubContent';
|
|
16
|
+
import { SubTrigger } from './SubTrigger';
|
|
17
|
+
import { Trigger } from './Trigger';
|
|
18
18
|
export { CheckboxGroup, CheckboxItem, Content, Group, GroupHeading, Item, Label, Portal, RadioGroup, RadioItem, Root, Separator, Shortcut, Sub, SubContent, SubTrigger, Trigger, };
|
|
19
|
-
export type { DropdownMenuProps } from './types
|
|
19
|
+
export type { DropdownMenuProps } from './types';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Content: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Content = ReturnType<typeof Content>;
|
|
5
5
|
export default Content;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Description: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Description = ReturnType<typeof Description>;
|
|
5
5
|
export default Description;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Empty: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Empty = ReturnType<typeof Empty>;
|
|
5
5
|
export default Empty;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Header: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Header = ReturnType<typeof Header>;
|
|
5
5
|
export default Header;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Title: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Title = ReturnType<typeof Title>;
|
|
5
5
|
export default Title;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export declare const Empty: {
|
|
2
|
-
Root: import("svelte").Component<import("../../types
|
|
3
|
-
Header: import("svelte").Component<import("../../types
|
|
4
|
-
Media: import("svelte").Component<import("./types
|
|
5
|
-
Title: import("svelte").Component<import("../../types
|
|
6
|
-
Description: import("svelte").Component<import("../../types
|
|
7
|
-
Content: import("svelte").Component<import("../../types
|
|
2
|
+
Root: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
3
|
+
Header: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
|
+
Media: import("svelte").Component<import("./types").EmptyMediaProps, {}, "ref">;
|
|
5
|
+
Title: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
6
|
+
Description: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
7
|
+
Content: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
8
8
|
};
|
|
9
|
-
export type * from './types
|
|
9
|
+
export type * from './types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { WithElementRef } from '
|
|
1
|
+
import type { WithElementRef } from '~/types';
|
|
2
2
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
3
|
export type EmptyMediaVariant = 'default' | 'icon';
|
|
4
4
|
export interface EmptyMediaProps extends WithElementRef<HTMLAttributes<HTMLDivElement>> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Content: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Content = ReturnType<typeof Content>;
|
|
5
5
|
export default Content;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Description: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLParagraphElement>>, {}, "ref">;
|
|
4
4
|
type Description = ReturnType<typeof Description>;
|
|
5
5
|
export default Description;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
3
|
-
import type { FieldOrientation } from './types
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
|
+
import type { FieldOrientation } from './types';
|
|
4
4
|
type $$ComponentProps = WithElementRef<HTMLAttributes<HTMLDivElement>> & {
|
|
5
5
|
orientation?: FieldOrientation;
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Snippet } from 'svelte';
|
|
2
2
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
-
import type { WithElementRef } from '
|
|
3
|
+
import type { WithElementRef } from '~/types';
|
|
4
4
|
type $$ComponentProps = WithElementRef<HTMLAttributes<HTMLDivElement>> & {
|
|
5
5
|
children?: Snippet;
|
|
6
6
|
errors?: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLFieldsetAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const FieldSet: import("svelte").Component<WithElementRef<HTMLFieldsetAttributes>, {}, "ref">;
|
|
4
4
|
type FieldSet = ReturnType<typeof FieldSet>;
|
|
5
5
|
export default FieldSet;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Group: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Group = ReturnType<typeof Group>;
|
|
5
5
|
export default Group;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
type $$ComponentProps = WithElementRef<HTMLAttributes<HTMLLegendElement>> & {
|
|
4
4
|
variant?: 'legend' | 'label';
|
|
5
5
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Snippet } from 'svelte';
|
|
2
2
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
-
import type { WithElementRef } from '
|
|
4
|
-
import { Separator } from '../../Separator
|
|
3
|
+
import type { WithElementRef } from '~/types';
|
|
4
|
+
import { Separator } from '../../Separator';
|
|
5
5
|
type $$ComponentProps = WithElementRef<HTMLAttributes<HTMLDivElement>> & {
|
|
6
6
|
children?: Snippet;
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Title: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Title = ReturnType<typeof Title>;
|
|
5
5
|
export default Title;
|
|
@@ -2,10 +2,10 @@ declare const Field: {
|
|
|
2
2
|
Item: import("svelte").Component<import("svelte/elements").HTMLAttributes<HTMLDivElement> & {
|
|
3
3
|
ref?: HTMLElement | null | undefined;
|
|
4
4
|
} & {
|
|
5
|
-
orientation?: import("./types
|
|
5
|
+
orientation?: import("./types").FieldOrientation;
|
|
6
6
|
}, {}, "ref">;
|
|
7
|
-
Content: import("svelte").Component<import("../../types
|
|
8
|
-
Description: import("svelte").Component<import("../../types
|
|
7
|
+
Content: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
8
|
+
Description: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLParagraphElement>>, {}, "ref">;
|
|
9
9
|
Error: import("svelte").Component<import("svelte/elements").HTMLAttributes<HTMLDivElement> & {
|
|
10
10
|
ref?: HTMLElement | null | undefined;
|
|
11
11
|
} & {
|
|
@@ -14,7 +14,7 @@ declare const Field: {
|
|
|
14
14
|
message?: string;
|
|
15
15
|
}[];
|
|
16
16
|
}, {}, "ref">;
|
|
17
|
-
Group: import("svelte").Component<import("../../types
|
|
17
|
+
Group: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
18
18
|
Label: any;
|
|
19
19
|
Legend: import("svelte").Component<import("svelte/elements").HTMLAttributes<HTMLLegendElement> & {
|
|
20
20
|
ref?: HTMLElement | null | undefined;
|
|
@@ -26,8 +26,8 @@ declare const Field: {
|
|
|
26
26
|
} & {
|
|
27
27
|
children?: import("svelte").Snippet;
|
|
28
28
|
}, {}, "ref">;
|
|
29
|
-
Set: import("svelte").Component<import("../../types
|
|
30
|
-
Title: import("svelte").Component<import("../../types
|
|
29
|
+
Set: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLFieldsetAttributes>, {}, "ref">;
|
|
30
|
+
Title: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
31
31
|
};
|
|
32
32
|
export { Field };
|
|
33
|
-
export * from './types
|
|
33
|
+
export * from './types';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const fieldVariants: Record<import("./types
|
|
1
|
+
export declare const fieldVariants: Record<import("./types").FieldOrientation, string>;
|
|
2
2
|
declare const _default: {
|
|
3
|
-
fieldVariants: Record<import("./types
|
|
3
|
+
fieldVariants: Record<import("./types").FieldOrientation, string>;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default as Input } from './Input.svelte';
|
|
2
|
-
export type * from './types
|
|
2
|
+
export type * from './types';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLInputAttributes, HTMLInputTypeAttribute } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
export type InputType = Exclude<HTMLInputTypeAttribute, 'file'>;
|
|
4
4
|
export type InputProps = WithElementRef<Omit<HTMLInputAttributes, 'type' | 'size'> & ({
|
|
5
5
|
type: 'file';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Actions: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Actions = ReturnType<typeof Actions>;
|
|
5
5
|
export default Actions;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Content: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Content = ReturnType<typeof Content>;
|
|
5
5
|
export default Content;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Description: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLParagraphElement>>, {}, "ref">;
|
|
4
4
|
type Description = ReturnType<typeof Description>;
|
|
5
5
|
export default Description;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Footer: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Footer = ReturnType<typeof Footer>;
|
|
5
5
|
export default Footer;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Group: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Group = ReturnType<typeof Group>;
|
|
5
5
|
export default Group;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Header: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Header = ReturnType<typeof Header>;
|
|
5
5
|
export default Header;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Title: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Title = ReturnType<typeof Title>;
|
|
5
5
|
export default Title;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export declare const Item: {
|
|
2
|
-
Root: import("svelte").Component<import("./types
|
|
3
|
-
Group: import("svelte").Component<import("../../types
|
|
2
|
+
Root: import("svelte").Component<import("./types").ItemProps, {}, "ref">;
|
|
3
|
+
Group: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
Separator: any;
|
|
5
|
-
Header: import("svelte").Component<import("../../types
|
|
6
|
-
Footer: import("svelte").Component<import("../../types
|
|
7
|
-
Content: import("svelte").Component<import("../../types
|
|
8
|
-
Title: import("svelte").Component<import("../../types
|
|
9
|
-
Description: import("svelte").Component<import("../../types
|
|
10
|
-
Actions: import("svelte").Component<import("../../types
|
|
11
|
-
Media: import("svelte").Component<import("./types
|
|
5
|
+
Header: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
6
|
+
Footer: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
7
|
+
Content: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
8
|
+
Title: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
9
|
+
Description: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLParagraphElement>>, {}, "ref">;
|
|
10
|
+
Actions: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
11
|
+
Media: import("svelte").Component<import("./types").ItemMediaProps, {}, "ref">;
|
|
12
12
|
};
|
|
13
|
-
export type * from './types
|
|
13
|
+
export type * from './types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ItemMediaVariant, ItemSize, ItemVariant } from './types
|
|
1
|
+
import type { ItemMediaVariant, ItemSize, ItemVariant } from './types';
|
|
2
2
|
export declare const item: string;
|
|
3
3
|
export declare const itemVariants: Record<ItemVariant, string>;
|
|
4
4
|
export declare const itemSizes: Record<ItemSize, string>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Snippet } from 'svelte';
|
|
2
2
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
-
import type { WithElementRef } from '
|
|
3
|
+
import type { WithElementRef } from '~/types';
|
|
4
4
|
export type ItemVariant = 'default' | 'outline' | 'muted';
|
|
5
5
|
export type ItemSize = 'default' | 'small';
|
|
6
6
|
export interface ItemProps extends WithElementRef<HTMLAttributes<HTMLDivElement>> {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default as Placeholder } from './Placeholder.svelte';
|
|
2
|
-
export type { PlaceholderProps, PlaceholderSize } from './types
|
|
2
|
+
export type { PlaceholderProps, PlaceholderSize } from './types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PopoverContentProps } from '../types
|
|
1
|
+
import type { PopoverContentProps } from '../types';
|
|
2
2
|
declare const PopoverContent: import("svelte").Component<PopoverContentProps, {}, "ref">;
|
|
3
3
|
type PopoverContent = ReturnType<typeof PopoverContent>;
|
|
4
4
|
export default PopoverContent;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const Popover: {
|
|
2
2
|
Root: import("svelte").Component<import("bits-ui").PopoverRootPropsWithoutHTML, {}, "open">;
|
|
3
|
-
Content: import("svelte").Component<import("./types
|
|
3
|
+
Content: import("svelte").Component<import("./types").PopoverContentProps, {}, "ref">;
|
|
4
4
|
Trigger: import("svelte").Component<import("bits-ui").DatePickerTriggerProps, {}, "ref">;
|
|
5
5
|
Close: import("svelte").Component<import("bits-ui").DatePickerCloseProps, {}, "ref">;
|
|
6
6
|
Portal: import("svelte").Component<import("bits-ui").PortalProps, {}, "">;
|
|
7
7
|
};
|
|
8
|
-
export type * from './types
|
|
8
|
+
export type * from './types';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Popover as PopoverPrimitive } from 'bits-ui';
|
|
2
|
-
import type { WithoutChildrenOrChild } from '
|
|
2
|
+
import type { WithoutChildrenOrChild } from '~/types';
|
|
3
3
|
export type PopoverProps = PopoverPrimitive.RootProps;
|
|
4
4
|
export type PopoverTriggerProps = PopoverPrimitive.TriggerProps;
|
|
5
5
|
export type PopoverCloseProps = PopoverPrimitive.CloseProps;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { RangeInputProps } from './types
|
|
1
|
+
import type { RangeInputProps } from './types';
|
|
2
2
|
declare const RangeInput: import("svelte").Component<RangeInputProps, {}, "ref" | "minValue" | "maxValue" | "minInputRef" | "maxInputRef">;
|
|
3
3
|
type RangeInput = ReturnType<typeof RangeInput>;
|
|
4
4
|
export default RangeInput;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default as RangeInput } from './RangeInput.svelte';
|
|
2
|
-
export type * from './types
|
|
2
|
+
export type * from './types';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
export type RangeInputSize = 'small' | 'medium' | 'large';
|
|
4
4
|
export interface RangeInputProps extends WithElementRef<HTMLAttributes<HTMLDivElement>> {
|
|
5
5
|
minValue?: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Select as SelectPrimitive } from 'bits-ui';
|
|
2
2
|
import type { ComponentProps } from 'svelte';
|
|
3
|
-
import type { WithoutChild, WithoutChildrenOrChild } from '
|
|
4
|
-
import { Portal } from '../Portal
|
|
3
|
+
import type { WithoutChild, WithoutChildrenOrChild } from '~/types';
|
|
4
|
+
import { Portal } from '../Portal';
|
|
5
5
|
type $$ComponentProps = WithoutChild<SelectPrimitive.ContentProps> & {
|
|
6
6
|
portalProps?: WithoutChildrenOrChild<ComponentProps<typeof Portal>>;
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
-
import type { WithElementRef } from '
|
|
2
|
+
import type { WithElementRef } from '~/types';
|
|
3
3
|
declare const Label: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
4
|
type Label = ReturnType<typeof Label>;
|
|
5
5
|
export default Label;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import Separator from "../../Separator/Separator.js";
|
|
1
2
|
import __default__ from "./styles.css.js";
|
|
2
3
|
import "svelte/internal/disclose-version";
|
|
3
4
|
import * as $ from "svelte/internal/client";
|
|
@@ -14,7 +15,7 @@ function Separator_1($$anchor, $$props) {
|
|
|
14
15
|
]);
|
|
15
16
|
{
|
|
16
17
|
let $0 = $.derived(() => [__default__.separator, $$props.class]);
|
|
17
|
-
|
|
18
|
+
Separator($$anchor, $.spread_props({
|
|
18
19
|
"data-slot": "select-separator",
|
|
19
20
|
get class() {
|
|
20
21
|
return $.get($0);
|