@skeletonlabs/skeleton-react 4.2.2 → 4.2.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/anatomy/item-content.d.ts +2 -2
- package/dist/components/accordion/anatomy/item-indicator.d.ts +2 -2
- package/dist/components/accordion/anatomy/item-trigger.d.ts +2 -2
- package/dist/components/accordion/anatomy/item.d.ts +2 -2
- package/dist/components/accordion/anatomy/root-provider.d.ts +2 -2
- package/dist/components/accordion/anatomy/root.d.ts +2 -2
- package/dist/components/accordion/index.d.ts +9 -0
- package/dist/components/app-bar/anatomy/headline.d.ts +2 -2
- package/dist/components/app-bar/anatomy/lead.d.ts +2 -2
- package/dist/components/app-bar/anatomy/root.d.ts +2 -2
- package/dist/components/app-bar/anatomy/toolbar.d.ts +2 -2
- package/dist/components/app-bar/anatomy/trail.d.ts +2 -2
- package/dist/components/app-bar/index.d.ts +6 -0
- package/dist/components/avatar/anatomy/fallback.d.ts +2 -2
- package/dist/components/avatar/anatomy/image.d.ts +2 -2
- package/dist/components/avatar/anatomy/root-provider.d.ts +2 -2
- package/dist/components/avatar/anatomy/root.d.ts +2 -2
- package/dist/components/avatar/index.d.ts +7 -0
- package/dist/components/collapsible/anatomy/content.d.ts +2 -2
- package/dist/components/collapsible/anatomy/indicator.d.ts +2 -2
- package/dist/components/collapsible/anatomy/root-provider.d.ts +2 -2
- package/dist/components/collapsible/anatomy/root.d.ts +2 -2
- package/dist/components/collapsible/anatomy/trigger.d.ts +2 -2
- package/dist/components/collapsible/index.d.ts +8 -0
- package/dist/components/combobox/anatomy/content.d.ts +2 -2
- package/dist/components/combobox/anatomy/control.d.ts +2 -2
- package/dist/components/combobox/anatomy/input.d.ts +2 -2
- package/dist/components/combobox/anatomy/item-group-label.d.ts +2 -2
- package/dist/components/combobox/anatomy/item-group.d.ts +2 -2
- package/dist/components/combobox/anatomy/item-indicator.d.ts +2 -2
- package/dist/components/combobox/anatomy/item-text.d.ts +2 -2
- package/dist/components/combobox/anatomy/item.d.ts +2 -2
- package/dist/components/combobox/anatomy/label.d.ts +2 -2
- package/dist/components/combobox/anatomy/positioner.d.ts +2 -2
- package/dist/components/combobox/anatomy/root-provider.d.ts +2 -2
- package/dist/components/combobox/anatomy/root.d.ts +2 -2
- package/dist/components/combobox/anatomy/trigger.d.ts +2 -2
- package/dist/components/combobox/index.d.ts +16 -0
- package/dist/components/date-picker/anatomy/content.d.ts +2 -2
- package/dist/components/date-picker/anatomy/control.d.ts +2 -2
- package/dist/components/date-picker/anatomy/input.d.ts +2 -2
- package/dist/components/date-picker/anatomy/label.d.ts +2 -2
- package/dist/components/date-picker/anatomy/month-select.d.ts +2 -2
- package/dist/components/date-picker/anatomy/next-trigger.d.ts +2 -2
- package/dist/components/date-picker/anatomy/positioner.d.ts +2 -2
- package/dist/components/date-picker/anatomy/preset-trigger.d.ts +2 -2
- package/dist/components/date-picker/anatomy/prev-trigger.d.ts +2 -2
- package/dist/components/date-picker/anatomy/range-text.d.ts +2 -2
- package/dist/components/date-picker/anatomy/root-provider.d.ts +2 -2
- package/dist/components/date-picker/anatomy/root.d.ts +2 -2
- package/dist/components/date-picker/anatomy/table-body.d.ts +2 -2
- package/dist/components/date-picker/anatomy/table-cell-trigger.d.ts +2 -2
- package/dist/components/date-picker/anatomy/table-cell.d.ts +2 -2
- package/dist/components/date-picker/anatomy/table-head.d.ts +2 -2
- package/dist/components/date-picker/anatomy/table-header.d.ts +2 -2
- package/dist/components/date-picker/anatomy/table-row.d.ts +2 -2
- package/dist/components/date-picker/anatomy/table.d.ts +2 -2
- package/dist/components/date-picker/anatomy/trigger.d.ts +2 -2
- package/dist/components/date-picker/anatomy/view-control.d.ts +2 -2
- package/dist/components/date-picker/anatomy/view-trigger.d.ts +2 -2
- package/dist/components/date-picker/anatomy/view.d.ts +2 -2
- package/dist/components/date-picker/anatomy/year-select.d.ts +2 -2
- package/dist/components/dialog/anatomy/backdrop.d.ts +2 -2
- package/dist/components/dialog/anatomy/close-trigger.d.ts +2 -2
- package/dist/components/dialog/anatomy/content.d.ts +2 -2
- package/dist/components/dialog/anatomy/description.d.ts +2 -2
- package/dist/components/dialog/anatomy/positioner.d.ts +2 -2
- package/dist/components/dialog/anatomy/root-provider.d.ts +2 -2
- package/dist/components/dialog/anatomy/root.d.ts +2 -2
- package/dist/components/dialog/anatomy/title.d.ts +2 -2
- package/dist/components/dialog/anatomy/trigger.d.ts +2 -2
- package/dist/components/dialog/index.d.ts +12 -0
- package/dist/components/file-upload/anatomy/dropzone.d.ts +2 -2
- package/dist/components/file-upload/anatomy/hidden-input.d.ts +2 -2
- package/dist/components/file-upload/anatomy/item-delete-trigger.d.ts +2 -2
- package/dist/components/file-upload/anatomy/item-group.d.ts +2 -2
- package/dist/components/file-upload/anatomy/item-name.d.ts +2 -2
- package/dist/components/file-upload/anatomy/item-size-text.d.ts +2 -2
- package/dist/components/file-upload/anatomy/item.d.ts +2 -2
- package/dist/components/file-upload/anatomy/label.d.ts +2 -2
- package/dist/components/file-upload/anatomy/root-provider.d.ts +2 -2
- package/dist/components/file-upload/anatomy/root.d.ts +2 -2
- package/dist/components/file-upload/anatomy/trigger.d.ts +2 -2
- package/dist/components/file-upload/index.d.ts +14 -0
- package/dist/components/listbox/anatomy/content.d.ts +2 -2
- package/dist/components/listbox/anatomy/input.d.ts +2 -2
- package/dist/components/listbox/anatomy/item-group-label.d.ts +2 -2
- package/dist/components/listbox/anatomy/item-group.d.ts +2 -2
- package/dist/components/listbox/anatomy/item-indicator.d.ts +2 -2
- package/dist/components/listbox/anatomy/item-text.d.ts +2 -2
- package/dist/components/listbox/anatomy/item.d.ts +2 -2
- package/dist/components/listbox/anatomy/label.d.ts +2 -2
- package/dist/components/listbox/anatomy/root-provider.d.ts +2 -2
- package/dist/components/listbox/anatomy/root.d.ts +2 -2
- package/dist/components/listbox/index.d.ts +13 -0
- package/dist/components/navigation/anatomy/content.d.ts +2 -2
- package/dist/components/navigation/anatomy/footer.d.ts +2 -2
- package/dist/components/navigation/anatomy/group.d.ts +2 -2
- package/dist/components/navigation/anatomy/header.d.ts +2 -2
- package/dist/components/navigation/anatomy/label.d.ts +2 -2
- package/dist/components/navigation/anatomy/menu.d.ts +2 -2
- package/dist/components/navigation/anatomy/root.d.ts +2 -2
- package/dist/components/navigation/index.d.ts +8 -0
- package/dist/components/pagination/anatomy/ellipsis.d.ts +2 -2
- package/dist/components/pagination/anatomy/first-trigger.d.ts +2 -2
- package/dist/components/pagination/anatomy/item.d.ts +2 -2
- package/dist/components/pagination/anatomy/last-trigger.d.ts +2 -2
- package/dist/components/pagination/anatomy/next-trigger.d.ts +2 -2
- package/dist/components/pagination/anatomy/prev-trigger.d.ts +2 -2
- package/dist/components/pagination/anatomy/root-provider.d.ts +2 -2
- package/dist/components/pagination/anatomy/root.d.ts +2 -2
- package/dist/components/pagination/index.d.ts +11 -0
- package/dist/components/popover/anatomy/arrow-tip.d.ts +2 -2
- package/dist/components/popover/anatomy/arrow.d.ts +2 -2
- package/dist/components/popover/anatomy/close-trigger.d.ts +2 -2
- package/dist/components/popover/anatomy/content.d.ts +2 -2
- package/dist/components/popover/anatomy/description.d.ts +2 -2
- package/dist/components/popover/anatomy/positioner.d.ts +2 -2
- package/dist/components/popover/anatomy/root-provider.d.ts +2 -2
- package/dist/components/popover/anatomy/root.d.ts +2 -2
- package/dist/components/popover/anatomy/title.d.ts +2 -2
- package/dist/components/popover/anatomy/trigger.d.ts +2 -2
- package/dist/components/popover/index.d.ts +13 -0
- package/dist/components/portal/anatomy/root.d.ts +2 -2
- package/dist/components/portal/index.d.ts +2 -0
- package/dist/components/progress/anatomy/circle-range.d.ts +2 -2
- package/dist/components/progress/anatomy/circle-track.d.ts +2 -2
- package/dist/components/progress/anatomy/circle.d.ts +2 -2
- package/dist/components/progress/anatomy/label.d.ts +2 -2
- package/dist/components/progress/anatomy/range.d.ts +2 -2
- package/dist/components/progress/anatomy/root-provider.d.ts +2 -2
- package/dist/components/progress/anatomy/root.d.ts +2 -2
- package/dist/components/progress/anatomy/track.d.ts +2 -2
- package/dist/components/progress/anatomy/value-text.d.ts +2 -2
- package/dist/components/progress/index.d.ts +12 -0
- package/dist/components/rating-group/anatomy/control.d.ts +2 -2
- package/dist/components/rating-group/anatomy/hidden-input.d.ts +2 -2
- package/dist/components/rating-group/anatomy/item.d.ts +2 -2
- package/dist/components/rating-group/anatomy/label.d.ts +2 -2
- package/dist/components/rating-group/anatomy/root-provider.d.ts +2 -2
- package/dist/components/rating-group/anatomy/root.d.ts +2 -2
- package/dist/components/rating-group/index.d.ts +9 -0
- package/dist/components/segmented-control/anatomy/control.d.ts +2 -2
- package/dist/components/segmented-control/anatomy/indicator.d.ts +2 -2
- package/dist/components/segmented-control/anatomy/item-hidden-input.d.ts +2 -2
- package/dist/components/segmented-control/anatomy/item-text.d.ts +2 -2
- package/dist/components/segmented-control/anatomy/item.d.ts +2 -2
- package/dist/components/segmented-control/anatomy/label.d.ts +2 -2
- package/dist/components/segmented-control/anatomy/root-provider.d.ts +2 -2
- package/dist/components/segmented-control/anatomy/root.d.ts +2 -2
- package/dist/components/segmented-control/index.d.ts +11 -0
- package/dist/components/slider/anatomy/control.d.ts +2 -2
- package/dist/components/slider/anatomy/hidden-input.d.ts +2 -2
- package/dist/components/slider/anatomy/label.d.ts +2 -2
- package/dist/components/slider/anatomy/marker-group.d.ts +2 -2
- package/dist/components/slider/anatomy/marker.d.ts +2 -2
- package/dist/components/slider/anatomy/range.d.ts +2 -2
- package/dist/components/slider/anatomy/root-provider.d.ts +2 -2
- package/dist/components/slider/anatomy/root.d.ts +2 -2
- package/dist/components/slider/anatomy/thumb.d.ts +2 -2
- package/dist/components/slider/anatomy/track.d.ts +2 -2
- package/dist/components/slider/anatomy/value-text.d.ts +2 -2
- package/dist/components/slider/index.d.ts +14 -0
- package/dist/components/switch/anatomy/control.d.ts +2 -2
- package/dist/components/switch/anatomy/hidden-input.d.ts +2 -2
- package/dist/components/switch/anatomy/label.d.ts +2 -2
- package/dist/components/switch/anatomy/root-provider.d.ts +2 -2
- package/dist/components/switch/anatomy/root.d.ts +2 -2
- package/dist/components/switch/anatomy/thumb.d.ts +2 -2
- package/dist/components/switch/index.d.ts +9 -0
- package/dist/components/tabs/anatomy/content.d.ts +2 -2
- package/dist/components/tabs/anatomy/indicator.d.ts +2 -2
- package/dist/components/tabs/anatomy/list.d.ts +2 -2
- package/dist/components/tabs/anatomy/root-provider.d.ts +2 -2
- package/dist/components/tabs/anatomy/root.d.ts +2 -2
- package/dist/components/tabs/anatomy/trigger.d.ts +2 -2
- package/dist/components/tabs/index.d.ts +9 -0
- package/dist/components/tags-input/anatomy/clear-trigger.d.ts +2 -2
- package/dist/components/tags-input/anatomy/control.d.ts +2 -2
- package/dist/components/tags-input/anatomy/hidden-input.d.ts +2 -2
- package/dist/components/tags-input/anatomy/input.d.ts +2 -2
- package/dist/components/tags-input/anatomy/item-delete-trigger.d.ts +2 -2
- package/dist/components/tags-input/anatomy/item-input.d.ts +2 -2
- package/dist/components/tags-input/anatomy/item-preview.d.ts +2 -2
- package/dist/components/tags-input/anatomy/item-text.d.ts +2 -2
- package/dist/components/tags-input/anatomy/item.d.ts +2 -2
- package/dist/components/tags-input/anatomy/label.d.ts +2 -2
- package/dist/components/tags-input/anatomy/root-provider.d.ts +2 -2
- package/dist/components/tags-input/anatomy/root.d.ts +2 -2
- package/dist/components/tags-input/index.d.ts +15 -0
- package/dist/components/toast/anatomy/action-trigger.d.ts +2 -2
- package/dist/components/toast/anatomy/close-trigger.d.ts +2 -2
- package/dist/components/toast/anatomy/description.d.ts +2 -2
- package/dist/components/toast/anatomy/group.d.ts +2 -2
- package/dist/components/toast/anatomy/message.d.ts +2 -2
- package/dist/components/toast/anatomy/root.d.ts +2 -2
- package/dist/components/toast/anatomy/title.d.ts +2 -2
- package/dist/components/toggle-group/anatomy/item.d.ts +2 -2
- package/dist/components/toggle-group/anatomy/root-provider.d.ts +2 -2
- package/dist/components/toggle-group/anatomy/root.d.ts +2 -2
- package/dist/components/toggle-group/index.d.ts +6 -0
- package/dist/components/tooltip/anatomy/arrow-tip.d.ts +2 -2
- package/dist/components/tooltip/anatomy/arrow.d.ts +2 -2
- package/dist/components/tooltip/anatomy/content.d.ts +2 -2
- package/dist/components/tooltip/anatomy/positioner.d.ts +2 -2
- package/dist/components/tooltip/anatomy/root-provider.d.ts +2 -2
- package/dist/components/tooltip/anatomy/root.d.ts +2 -2
- package/dist/components/tooltip/anatomy/trigger.d.ts +2 -2
- package/dist/components/tooltip/index.d.ts +10 -0
- package/dist/components/tree-view/anatomy/branch-content.d.ts +2 -2
- package/dist/components/tree-view/anatomy/branch-control.d.ts +2 -2
- package/dist/components/tree-view/anatomy/branch-indent-guide.d.ts +2 -2
- package/dist/components/tree-view/anatomy/branch-indicator.d.ts +2 -2
- package/dist/components/tree-view/anatomy/branch-text.d.ts +2 -2
- package/dist/components/tree-view/anatomy/branch.d.ts +2 -2
- package/dist/components/tree-view/anatomy/item.d.ts +2 -2
- package/dist/components/tree-view/anatomy/label.d.ts +2 -2
- package/dist/components/tree-view/anatomy/node-provider.d.ts +2 -2
- package/dist/components/tree-view/anatomy/root-provider.d.ts +2 -2
- package/dist/components/tree-view/anatomy/root.d.ts +2 -2
- package/dist/components/tree-view/anatomy/tree.d.ts +2 -2
- package/dist/index.d.ts +21 -0
- package/package.json +28 -28
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
+
import * as react0 from "react";
|
|
3
4
|
import { PropsWithChildren } from "react";
|
|
4
|
-
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/accordion/anatomy/item-content.d.ts
|
|
7
7
|
interface AccordionItemContentProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
8
|
-
declare function ItemContent(props: AccordionItemContentProps):
|
|
8
|
+
declare function ItemContent(props: AccordionItemContentProps): react0.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { AccordionItemContentProps, ItemContent };
|
|
11
11
|
//# sourceMappingURL=item-content.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
+
import * as react0 from "react";
|
|
3
4
|
import { PropsWithChildren } from "react";
|
|
4
|
-
import * as react_jsx_runtime21 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/accordion/anatomy/item-indicator.d.ts
|
|
7
7
|
interface AccordionItemIndicatorProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
8
|
-
declare function ItemIndicator(props: AccordionItemIndicatorProps):
|
|
8
|
+
declare function ItemIndicator(props: AccordionItemIndicatorProps): react0.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { AccordionItemIndicatorProps, ItemIndicator };
|
|
11
11
|
//# sourceMappingURL=item-indicator.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
+
import * as react1 from "react";
|
|
3
4
|
import { PropsWithChildren } from "react";
|
|
4
|
-
import * as react_jsx_runtime25 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/accordion/anatomy/item-trigger.d.ts
|
|
7
7
|
interface AccordionItemTriggerProps extends PropsWithChildren, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
8
|
-
declare function ItemTrigger(props: AccordionItemTriggerProps):
|
|
8
|
+
declare function ItemTrigger(props: AccordionItemTriggerProps): react1.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { AccordionItemTriggerProps, ItemTrigger };
|
|
11
11
|
//# sourceMappingURL=item-trigger.d.ts.map
|
|
@@ -2,11 +2,11 @@ import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
3
|
import { PropsWithChildren } from "react";
|
|
4
4
|
import { ItemProps } from "@zag-js/accordion";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/accordion/anatomy/item.d.ts
|
|
8
8
|
interface AccordionItemProps extends ItemProps, PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
9
|
-
declare function Item(props: AccordionItemProps):
|
|
9
|
+
declare function Item(props: AccordionItemProps): react_jsx_runtime0.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { AccordionItemProps, Item };
|
|
12
12
|
//# sourceMappingURL=item.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
3
|
import { useAccordion } from "../modules/provider.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/accordion/anatomy/root-provider.d.ts
|
|
7
7
|
interface AccordionRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
8
8
|
value: ReturnType<typeof useAccordion>;
|
|
9
9
|
}
|
|
10
|
-
declare function RootProvider(props: AccordionRootProviderProps):
|
|
10
|
+
declare function RootProvider(props: AccordionRootProviderProps): react_jsx_runtime1.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { AccordionRootProviderProps, RootProvider };
|
|
13
13
|
//# sourceMappingURL=root-provider.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
3
|
import { Props } from "@zag-js/accordion";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/accordion/anatomy/root.d.ts
|
|
7
7
|
interface AccordionRootProps extends Omit<Props, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
8
|
-
declare function Root(props: AccordionRootProps):
|
|
8
|
+
declare function Root(props: AccordionRootProps): react_jsx_runtime0.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { AccordionRootProps, Root };
|
|
11
11
|
//# sourceMappingURL=root.d.ts.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AccordionItemContentProps } from "./anatomy/item-content.js";
|
|
2
|
+
import { AccordionItemIndicatorProps } from "./anatomy/item-indicator.js";
|
|
3
|
+
import { AccordionItemProps } from "./anatomy/item.js";
|
|
4
|
+
import { AccordionRootProps } from "./anatomy/root.js";
|
|
5
|
+
import { useAccordion } from "./modules/provider.js";
|
|
6
|
+
import { AccordionRootContextProps } from "./anatomy/root-context.js";
|
|
7
|
+
import { AccordionRootProviderProps } from "./anatomy/root-provider.js";
|
|
8
|
+
import { AccordionItemTriggerProps } from "./anatomy/item-trigger.js";
|
|
9
|
+
import { Accordion } from "./modules/anatomy.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react5 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/app-bar/anatomy/headline.d.ts
|
|
6
6
|
interface AppBarHeadlineProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
7
|
-
declare function AppBarHeadline(props: AppBarHeadlineProps):
|
|
7
|
+
declare function AppBarHeadline(props: AppBarHeadlineProps): react5.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { AppBarHeadline, AppBarHeadlineProps };
|
|
10
10
|
//# sourceMappingURL=headline.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react4 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/app-bar/anatomy/lead.d.ts
|
|
6
6
|
interface AppBarLeadProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav'> {}
|
|
7
|
-
declare function AppBarLead(props: AppBarLeadProps):
|
|
7
|
+
declare function AppBarLead(props: AppBarLeadProps): react4.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { AppBarLead, AppBarLeadProps };
|
|
10
10
|
//# sourceMappingURL=lead.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react2 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/app-bar/anatomy/root.d.ts
|
|
6
6
|
interface AppBarRootProps extends PropsWithElement<'header'>, HTMLAttributes<'header'> {}
|
|
7
|
-
declare function AppBarRoot(props: AppBarRootProps):
|
|
7
|
+
declare function AppBarRoot(props: AppBarRootProps): react2.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { AppBarRoot, AppBarRootProps };
|
|
10
10
|
//# sourceMappingURL=root.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react3 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/app-bar/anatomy/toolbar.d.ts
|
|
6
6
|
interface AppBarToolbarProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
7
|
-
declare function AppBarToolbar(props: AppBarToolbarProps):
|
|
7
|
+
declare function AppBarToolbar(props: AppBarToolbarProps): react3.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { AppBarToolbar, AppBarToolbarProps };
|
|
10
10
|
//# sourceMappingURL=toolbar.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react6 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/app-bar/anatomy/trail.d.ts
|
|
6
6
|
interface AppBarTrailProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav'> {}
|
|
7
|
-
declare function AppBarTrail(props: AppBarTrailProps):
|
|
7
|
+
declare function AppBarTrail(props: AppBarTrailProps): react6.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { AppBarTrail, AppBarTrailProps };
|
|
10
10
|
//# sourceMappingURL=trail.d.ts.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { AppBarRootProps } from "./anatomy/root.js";
|
|
2
|
+
import { AppBarToolbarProps } from "./anatomy/toolbar.js";
|
|
3
|
+
import { AppBarLeadProps } from "./anatomy/lead.js";
|
|
4
|
+
import { AppBarHeadlineProps } from "./anatomy/headline.js";
|
|
5
|
+
import { AppBarTrailProps } from "./anatomy/trail.js";
|
|
6
|
+
import { AppBar } from "./modules/anatomy.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react45 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/avatar/anatomy/fallback.d.ts
|
|
6
6
|
interface AvatarFallbackProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
7
|
-
declare function Fallback(props: AvatarFallbackProps):
|
|
7
|
+
declare function Fallback(props: AvatarFallbackProps): react45.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { AvatarFallbackProps, Fallback };
|
|
10
10
|
//# sourceMappingURL=fallback.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react46 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/avatar/anatomy/image.d.ts
|
|
6
6
|
interface AvatarImageProps extends PropsWithElement<'img'>, HTMLAttributes<'img', 'children'> {}
|
|
7
|
-
declare function Image(props: AvatarImageProps):
|
|
7
|
+
declare function Image(props: AvatarImageProps): react46.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { AvatarImageProps, Image };
|
|
10
10
|
//# sourceMappingURL=image.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
3
|
import { useAvatar } from "../modules/provider.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime19 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/avatar/anatomy/root-provider.d.ts
|
|
7
7
|
interface AvatarRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
8
8
|
value: ReturnType<typeof useAvatar>;
|
|
9
9
|
}
|
|
10
|
-
declare function AvatarRootProvider(props: AvatarRootProviderProps):
|
|
10
|
+
declare function AvatarRootProvider(props: AvatarRootProviderProps): react_jsx_runtime19.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { AvatarRootProvider, AvatarRootProviderProps };
|
|
13
13
|
//# sourceMappingURL=root-provider.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime20 from "react/jsx-runtime";
|
|
4
4
|
import { Props } from "@zag-js/avatar";
|
|
5
5
|
|
|
6
6
|
//#region src/components/avatar/anatomy/root.d.ts
|
|
7
7
|
interface AvatarRootProps extends Omit<Props, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
8
|
-
declare function AvatarRoot(props: AvatarRootProps):
|
|
8
|
+
declare function AvatarRoot(props: AvatarRootProps): react_jsx_runtime20.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { AvatarRoot, AvatarRootProps };
|
|
11
11
|
//# sourceMappingURL=root.d.ts.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AvatarFallbackProps } from "./anatomy/fallback.js";
|
|
2
|
+
import { AvatarImageProps } from "./anatomy/image.js";
|
|
3
|
+
import { AvatarRootProps } from "./anatomy/root.js";
|
|
4
|
+
import { useAvatar } from "./modules/provider.js";
|
|
5
|
+
import { AvatarRootContextProps } from "./anatomy/root-context.js";
|
|
6
|
+
import { AvatarRootProviderProps } from "./anatomy/root-provider.js";
|
|
7
|
+
import { Avatar } from "./modules/anatomy.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react47 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/collapsible/anatomy/content.d.ts
|
|
6
6
|
interface CollapsibleContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
7
|
-
declare function Content(props: CollapsibleContentProps):
|
|
7
|
+
declare function Content(props: CollapsibleContentProps): react47.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { CollapsibleContentProps, Content };
|
|
10
10
|
//# sourceMappingURL=content.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react49 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/collapsible/anatomy/indicator.d.ts
|
|
6
6
|
interface CollapsibleIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
7
|
-
declare function Indicator(props: CollapsibleIndicatorProps):
|
|
7
|
+
declare function Indicator(props: CollapsibleIndicatorProps): react49.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { CollapsibleIndicatorProps, Indicator };
|
|
10
10
|
//# sourceMappingURL=indicator.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
3
|
import { useCollapsible } from "../modules/provider.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime22 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/collapsible/anatomy/root-provider.d.ts
|
|
7
7
|
interface CollapsibleRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
8
8
|
value: ReturnType<typeof useCollapsible>;
|
|
9
9
|
}
|
|
10
|
-
declare function CollapsibleRootProvider(props: CollapsibleRootProviderProps):
|
|
10
|
+
declare function CollapsibleRootProvider(props: CollapsibleRootProviderProps): react_jsx_runtime22.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { CollapsibleRootProvider, CollapsibleRootProviderProps };
|
|
13
13
|
//# sourceMappingURL=root-provider.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime21 from "react/jsx-runtime";
|
|
4
4
|
import { Props } from "@zag-js/collapsible";
|
|
5
5
|
|
|
6
6
|
//#region src/components/collapsible/anatomy/root.d.ts
|
|
7
7
|
interface CollapsibleRootProps extends Omit<Props, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
8
|
-
declare function CollapsibleRoot(props: CollapsibleRootProps):
|
|
8
|
+
declare function CollapsibleRoot(props: CollapsibleRootProps): react_jsx_runtime21.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { CollapsibleRoot, CollapsibleRootProps };
|
|
11
11
|
//# sourceMappingURL=root.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react48 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/collapsible/anatomy/trigger.d.ts
|
|
6
6
|
interface CollapsibleTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
7
|
-
declare function Trigger(props: CollapsibleTriggerProps):
|
|
7
|
+
declare function Trigger(props: CollapsibleTriggerProps): react48.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { CollapsibleTriggerProps, Trigger };
|
|
10
10
|
//# sourceMappingURL=trigger.d.ts.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CollapsibleContentProps } from "./anatomy/content.js";
|
|
2
|
+
import { CollapsibleRootProps } from "./anatomy/root.js";
|
|
3
|
+
import { useCollapsible } from "./modules/provider.js";
|
|
4
|
+
import { CollapsibleRootContextProps } from "./anatomy/root-context.js";
|
|
5
|
+
import { CollapsibleRootProviderProps } from "./anatomy/root-provider.js";
|
|
6
|
+
import { CollapsibleTriggerProps } from "./anatomy/trigger.js";
|
|
7
|
+
import { CollapsibleIndicatorProps } from "./anatomy/indicator.js";
|
|
8
|
+
import { Collapsible } from "./modules/anatomy.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react50 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/combobox/anatomy/content.d.ts
|
|
6
6
|
interface ComboboxContentProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
7
|
-
declare function Content(props: ComboboxContentProps):
|
|
7
|
+
declare function Content(props: ComboboxContentProps): react50.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { ComboboxContentProps, Content };
|
|
10
10
|
//# sourceMappingURL=content.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react51 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/combobox/anatomy/control.d.ts
|
|
6
6
|
interface ComboboxControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
7
|
-
declare function Control(props: ComboboxControlProps):
|
|
7
|
+
declare function Control(props: ComboboxControlProps): react51.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { ComboboxControlProps, Control };
|
|
10
10
|
//# sourceMappingURL=control.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react52 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/combobox/anatomy/input.d.ts
|
|
6
6
|
interface ComboboxInputProps extends PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
7
|
-
declare function Input(props: ComboboxInputProps):
|
|
7
|
+
declare function Input(props: ComboboxInputProps): react52.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { ComboboxInputProps, Input };
|
|
10
10
|
//# sourceMappingURL=input.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react53 from "react";
|
|
4
4
|
import { ItemGroupLabelProps } from "@zag-js/combobox";
|
|
5
5
|
|
|
6
6
|
//#region src/components/combobox/anatomy/item-group-label.d.ts
|
|
7
7
|
interface ComboboxItemGroupLabelProps extends Omit<ItemGroupLabelProps, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
8
|
-
declare function ItemGroupLabel(props: ComboboxItemGroupLabelProps):
|
|
8
|
+
declare function ItemGroupLabel(props: ComboboxItemGroupLabelProps): react53.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { ComboboxItemGroupLabelProps, ItemGroupLabel };
|
|
11
11
|
//# sourceMappingURL=item-group-label.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime24 from "react/jsx-runtime";
|
|
4
4
|
import { ItemGroupProps } from "@zag-js/combobox";
|
|
5
5
|
|
|
6
6
|
//#region src/components/combobox/anatomy/item-group.d.ts
|
|
7
7
|
interface ComboboxItemGroupProps extends Omit<ItemGroupProps, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id'> {}
|
|
8
|
-
declare function ItemGroup(props: ComboboxItemGroupProps):
|
|
8
|
+
declare function ItemGroup(props: ComboboxItemGroupProps): react_jsx_runtime24.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { ComboboxItemGroupProps, ItemGroup };
|
|
11
11
|
//# sourceMappingURL=item-group.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react54 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/combobox/anatomy/item-indicator.d.ts
|
|
6
6
|
interface ComboboxItemIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
7
|
-
declare function ItemIndicator(props: ComboboxItemIndicatorProps):
|
|
7
|
+
declare function ItemIndicator(props: ComboboxItemIndicatorProps): react54.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { ComboboxItemIndicatorProps, ItemIndicator };
|
|
10
10
|
//# sourceMappingURL=item-indicator.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react55 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/combobox/anatomy/item-text.d.ts
|
|
6
6
|
interface ComboboxItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
7
|
-
declare function ItemText(props: ComboboxItemTextProps):
|
|
7
|
+
declare function ItemText(props: ComboboxItemTextProps): react55.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { ComboboxItemTextProps, ItemText };
|
|
10
10
|
//# sourceMappingURL=item-text.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
4
4
|
import { ItemProps } from "@zag-js/combobox";
|
|
5
5
|
|
|
6
6
|
//#region src/components/combobox/anatomy/item.d.ts
|
|
7
7
|
interface ComboboxItemProps extends ItemProps, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
8
|
-
declare function Item(props: ComboboxItemProps):
|
|
8
|
+
declare function Item(props: ComboboxItemProps): react_jsx_runtime23.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { ComboboxItemProps, Item };
|
|
11
11
|
//# sourceMappingURL=item.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react56 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/combobox/anatomy/label.d.ts
|
|
6
6
|
interface ComboboxLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
7
|
-
declare function Label(props: ComboboxLabelProps):
|
|
7
|
+
declare function Label(props: ComboboxLabelProps): react56.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { ComboboxLabelProps, Label };
|
|
10
10
|
//# sourceMappingURL=label.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react57 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/combobox/anatomy/positioner.d.ts
|
|
6
6
|
interface ComboboxPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
7
|
-
declare function Positioner(props: ComboboxPositionerProps):
|
|
7
|
+
declare function Positioner(props: ComboboxPositionerProps): react57.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { ComboboxPositionerProps, Positioner };
|
|
10
10
|
//# sourceMappingURL=positioner.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
3
|
import { useCombobox } from "../modules/provider.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime26 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/combobox/anatomy/root-provider.d.ts
|
|
7
7
|
interface ComboboxRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {
|
|
8
8
|
value: ReturnType<typeof useCombobox>;
|
|
9
9
|
}
|
|
10
|
-
declare function RootProvider(props: ComboboxRootProviderProps):
|
|
10
|
+
declare function RootProvider(props: ComboboxRootProviderProps): react_jsx_runtime26.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ComboboxRootProviderProps, RootProvider };
|
|
13
13
|
//# sourceMappingURL=root-provider.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime25 from "react/jsx-runtime";
|
|
4
4
|
import { Props } from "@zag-js/combobox";
|
|
5
5
|
|
|
6
6
|
//#region src/components/combobox/anatomy/root.d.ts
|
|
7
7
|
interface ComboboxRootProps extends Omit<Props, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {}
|
|
8
|
-
declare function Root(props: ComboboxRootProps):
|
|
8
|
+
declare function Root(props: ComboboxRootProps): react_jsx_runtime25.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { ComboboxRootProps, Root };
|
|
11
11
|
//# sourceMappingURL=root.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react58 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/combobox/anatomy/trigger.d.ts
|
|
6
6
|
interface ComboboxTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
7
|
-
declare function Trigger(props: ComboboxTriggerProps):
|
|
7
|
+
declare function Trigger(props: ComboboxTriggerProps): react58.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { ComboboxTriggerProps, Trigger };
|
|
10
10
|
//# sourceMappingURL=trigger.d.ts.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ComboboxContentProps } from "./anatomy/content.js";
|
|
2
|
+
import { ComboboxControlProps } from "./anatomy/control.js";
|
|
3
|
+
import { ComboboxInputProps } from "./anatomy/input.js";
|
|
4
|
+
import { ComboboxItemProps } from "./anatomy/item.js";
|
|
5
|
+
import { ComboboxItemGroupProps } from "./anatomy/item-group.js";
|
|
6
|
+
import { ComboboxItemGroupLabelProps } from "./anatomy/item-group-label.js";
|
|
7
|
+
import { ComboboxItemIndicatorProps } from "./anatomy/item-indicator.js";
|
|
8
|
+
import { ComboboxItemTextProps } from "./anatomy/item-text.js";
|
|
9
|
+
import { ComboboxLabelProps } from "./anatomy/label.js";
|
|
10
|
+
import { ComboboxPositionerProps } from "./anatomy/positioner.js";
|
|
11
|
+
import { ComboboxRootProps } from "./anatomy/root.js";
|
|
12
|
+
import { useCombobox } from "./modules/provider.js";
|
|
13
|
+
import { ComboboxRootContextProps } from "./anatomy/root-context.js";
|
|
14
|
+
import { ComboboxRootProviderProps } from "./anatomy/root-provider.js";
|
|
15
|
+
import { ComboboxTriggerProps } from "./anatomy/trigger.js";
|
|
16
|
+
import { Combobox } from "./modules/anatomy.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react59 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/date-picker/anatomy/content.d.ts
|
|
6
6
|
interface DatePickerContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
7
|
-
declare function Content(props: DatePickerContentProps):
|
|
7
|
+
declare function Content(props: DatePickerContentProps): react59.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { Content, DatePickerContentProps };
|
|
10
10
|
//# sourceMappingURL=content.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react60 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/date-picker/anatomy/control.d.ts
|
|
6
6
|
interface DatePickerControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
7
|
-
declare function Control(props: DatePickerControlProps):
|
|
7
|
+
declare function Control(props: DatePickerControlProps): react60.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { Control, DatePickerControlProps };
|
|
10
10
|
//# sourceMappingURL=control.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react61 from "react";
|
|
4
4
|
import { InputProps } from "@zag-js/date-picker";
|
|
5
5
|
|
|
6
6
|
//#region src/components/date-picker/anatomy/input.d.ts
|
|
7
7
|
interface DatePickerInputProps extends InputProps, PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
8
|
-
declare function Input(props: DatePickerInputProps):
|
|
8
|
+
declare function Input(props: DatePickerInputProps): react61.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { DatePickerInputProps, Input };
|
|
11
11
|
//# sourceMappingURL=input.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { HTMLAttributes } from "../../../internal/html-attributes.js";
|
|
2
2
|
import { PropsWithElement } from "../../../internal/props-with-element.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react62 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/date-picker/anatomy/label.d.ts
|
|
6
6
|
interface DatePickerLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
7
|
-
declare function Label(props: DatePickerLabelProps):
|
|
7
|
+
declare function Label(props: DatePickerLabelProps): react62.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { DatePickerLabelProps, Label };
|
|
10
10
|
//# sourceMappingURL=label.d.ts.map
|