@accelint/design-toolkit 9.13.0 → 10.1.0
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/catalog-info.yaml +1 -1
- package/dist/components/accordion/group.d.ts +2 -2
- package/dist/components/accordion/index.d.ts +2 -2
- package/dist/components/accordion/panel.d.ts +2 -2
- package/dist/components/accordion/trigger.d.ts +2 -2
- package/dist/components/action-bar/index.d.ts +2 -2
- package/dist/components/audio/index.d.ts +2 -2
- package/dist/components/avatar/context.d.ts +2 -2
- package/dist/components/avatar/index.d.ts +2 -2
- package/dist/components/badge/context.d.ts +4 -4
- package/dist/components/breadcrumbs/index.d.ts +2 -2
- package/dist/components/breadcrumbs/item.d.ts +2 -2
- package/dist/components/button/context.d.ts +8 -8
- package/dist/components/button/index.d.ts +2 -2
- package/dist/components/button/link.d.ts +2 -2
- package/dist/components/button/toggle.d.ts +2 -2
- package/dist/components/carousel/context.d.ts +4 -4
- package/dist/components/carousel/gallery.d.ts +2 -2
- package/dist/components/carousel/index.d.ts +2 -2
- package/dist/components/carousel/navigation.d.ts +3 -3
- package/dist/components/carousel/position.d.ts +2 -2
- package/dist/components/carousel/select.d.ts +2 -2
- package/dist/components/carousel/viewer.d.ts +2 -2
- package/dist/components/checkbox/context.d.ts +3 -3
- package/dist/components/checkbox/group.d.ts +2 -2
- package/dist/components/checkbox/index.d.ts +2 -2
- package/dist/components/chip/context.d.ts +4 -4
- package/dist/components/chip/deletable.d.ts +2 -2
- package/dist/components/chip/index.d.ts +2 -2
- package/dist/components/chip/list.d.ts +4 -4
- package/dist/components/chip/selectable.d.ts +2 -2
- package/dist/components/classification-badge/context.d.ts +4 -4
- package/dist/components/classification-badge/index.d.ts +2 -2
- package/dist/components/classification-banner/context.d.ts +4 -4
- package/dist/components/classification-banner/index.d.ts +2 -2
- package/dist/components/clock/index.d.ts +2 -2
- package/dist/components/color-picker/index.d.ts +2 -2
- package/dist/components/combobox-field/context.d.ts +4 -4
- package/dist/components/combobox-field/index.d.ts +2 -2
- package/dist/components/coordinate-field/context.d.ts +6 -6
- package/dist/components/coordinate-field/index.d.ts +2 -2
- package/dist/components/coordinate-field/segment.d.ts +2 -2
- package/dist/components/date-field/index.d.ts +2 -2
- package/dist/components/date-field/index.js.map +1 -1
- package/dist/components/deferred-collection/index.d.ts +2 -2
- package/dist/components/details-list/context.d.ts +4 -4
- package/dist/components/details-list/index.d.ts +2 -2
- package/dist/components/details-list/label.d.ts +2 -2
- package/dist/components/details-list/value.d.ts +2 -2
- package/dist/components/dialog/content.d.ts +2 -2
- package/dist/components/dialog/context.d.ts +2 -2
- package/dist/components/dialog/footer.d.ts +2 -2
- package/dist/components/dialog/index.d.ts +2 -2
- package/dist/components/dialog/title.d.ts +2 -2
- package/dist/components/divider/context.d.ts +4 -4
- package/dist/components/divider/index.d.ts +2 -2
- package/dist/components/drawer/back.d.ts +2 -2
- package/dist/components/drawer/close.d.ts +2 -2
- package/dist/components/drawer/content.d.ts +2 -2
- package/dist/components/drawer/context.d.ts +2 -2
- package/dist/components/drawer/footer.d.ts +2 -2
- package/dist/components/drawer/header-title.d.ts +2 -2
- package/dist/components/drawer/header.d.ts +2 -2
- package/dist/components/drawer/index.d.ts +2 -2
- package/dist/components/drawer/layout-main.d.ts +2 -2
- package/dist/components/drawer/layout.d.ts +2 -2
- package/dist/components/drawer/menu-item.d.ts +2 -2
- package/dist/components/drawer/menu.d.ts +2 -2
- package/dist/components/drawer/panel.d.ts +2 -2
- package/dist/components/drawer/trigger.d.ts +2 -2
- package/dist/components/drawer/view.d.ts +2 -2
- package/dist/components/flashcard/index.d.ts +9 -9
- package/dist/components/floating-card/constants.d.ts +26 -0
- package/dist/components/floating-card/constants.js +40 -0
- package/dist/components/floating-card/constants.js.map +1 -0
- package/dist/components/floating-card/context.d.ts +38 -6
- package/dist/components/floating-card/context.js +24 -3
- package/dist/components/floating-card/context.js.map +1 -1
- package/dist/components/floating-card/hooks/use-card-layout.d.ts +36 -0
- package/dist/components/floating-card/hooks/use-card-layout.js +106 -0
- package/dist/components/floating-card/hooks/use-card-layout.js.map +1 -0
- package/dist/components/floating-card/hooks/use-drag.d.ts +62 -0
- package/dist/components/floating-card/hooks/use-drag.js +100 -0
- package/dist/components/floating-card/hooks/use-drag.js.map +1 -0
- package/dist/components/floating-card/hooks/use-mouse-interaction.d.ts +58 -0
- package/dist/components/floating-card/hooks/use-mouse-interaction.js +91 -0
- package/dist/components/floating-card/hooks/use-mouse-interaction.js.map +1 -0
- package/dist/components/floating-card/hooks/use-resize.d.ts +56 -0
- package/dist/components/floating-card/hooks/use-resize.js +98 -0
- package/dist/components/floating-card/hooks/use-resize.js.map +1 -0
- package/dist/components/floating-card/index.d.ts +6 -2
- package/dist/components/floating-card/index.js +24 -32
- package/dist/components/floating-card/index.js.map +1 -1
- package/dist/components/floating-card/panel.d.ts +69 -0
- package/dist/components/floating-card/panel.js +111 -0
- package/dist/components/floating-card/panel.js.map +1 -0
- package/dist/components/floating-card/provider.d.ts +10 -6
- package/dist/components/floating-card/provider.js +159 -153
- package/dist/components/floating-card/provider.js.map +1 -1
- package/dist/components/floating-card/styles.module.css +93 -39
- package/dist/components/floating-card/types.d.ts +51 -10
- package/dist/components/floating-card/utils.d.ts +8 -85
- package/dist/components/floating-card/utils.js +12 -38
- package/dist/components/floating-card/utils.js.map +1 -1
- package/dist/components/gantt/components/base-elements/range.d.ts +2 -2
- package/dist/components/gantt/components/containers/external/gantt-content-container/index.d.ts +2 -2
- package/dist/components/gantt/components/containers/external/gantt-panel-container/index.d.ts +2 -2
- package/dist/components/gantt/components/containers/internal/index.d.ts +2 -2
- package/dist/components/gantt/components/containers/internal/layout-container/index.d.ts +2 -2
- package/dist/components/gantt/components/containers/internal/virtualized-content-height-container/index.d.ts +2 -2
- package/dist/components/gantt/components/content-row/block.d.ts +2 -2
- package/dist/components/gantt/components/content-row/bracket.d.ts +3 -3
- package/dist/components/gantt/components/content-row/icon-marker.d.ts +2 -2
- package/dist/components/gantt/components/content-row/index.d.ts +2 -2
- package/dist/components/gantt/components/content-row/marker.d.ts +2 -2
- package/dist/components/gantt/components/content-row/spacer.d.ts +2 -2
- package/dist/components/gantt/components/current-time/index.d.ts +2 -2
- package/dist/components/gantt/components/header/index.d.ts +3 -3
- package/dist/components/gantt/components/panel-row/index.d.ts +2 -2
- package/dist/components/gantt/components/rows-virtualizer/index.d.ts +3 -3
- package/dist/components/gantt/components/timeline/index.d.ts +2 -2
- package/dist/components/gantt/components/timeline-chunk/index.d.ts +3 -3
- package/dist/components/gantt/context/index.d.ts +4 -4
- package/dist/components/gantt/context/store/index.d.ts +4 -4
- package/dist/components/gantt/context/temporal-data/index.d.ts +4 -4
- package/dist/components/gantt/hooks/use-layout-subscription/index.js +8 -8
- package/dist/components/gantt/hooks/use-layout-subscription/index.js.map +1 -1
- package/dist/components/hero/context.d.ts +2 -2
- package/dist/components/hero/index.d.ts +2 -2
- package/dist/components/hero/subtitle.d.ts +3 -3
- package/dist/components/hero/title.d.ts +2 -2
- package/dist/components/hotkey/context.d.ts +4 -4
- package/dist/components/hotkey/index.d.ts +2 -2
- package/dist/components/hotkey/set.d.ts +2 -2
- package/dist/components/icon/context.d.ts +4 -4
- package/dist/components/icon/index.d.ts +2 -2
- package/dist/components/input/index.d.ts +2 -2
- package/dist/components/kanban/card-body.d.ts +2 -2
- package/dist/components/kanban/card-header-actions.d.ts +2 -2
- package/dist/components/kanban/card-header-title.d.ts +2 -2
- package/dist/components/kanban/card-header.d.ts +2 -2
- package/dist/components/kanban/card.d.ts +2 -2
- package/dist/components/kanban/column-actions.d.ts +2 -2
- package/dist/components/kanban/column-container.d.ts +2 -2
- package/dist/components/kanban/column-content.d.ts +2 -2
- package/dist/components/kanban/column-header-actions.d.ts +2 -2
- package/dist/components/kanban/column-header-drag-handle.d.ts +2 -2
- package/dist/components/kanban/column-header-title.d.ts +2 -2
- package/dist/components/kanban/column-header.d.ts +2 -2
- package/dist/components/kanban/column.d.ts +2 -2
- package/dist/components/kanban/context.d.ts +2 -2
- package/dist/components/kanban/header-actions.d.ts +2 -2
- package/dist/components/kanban/header-search.d.ts +2 -2
- package/dist/components/kanban/header-title.d.ts +2 -2
- package/dist/components/kanban/header.d.ts +2 -2
- package/dist/components/kanban/kanban.d.ts +2 -2
- package/dist/components/label/context.d.ts +4 -4
- package/dist/components/label/index.d.ts +2 -2
- package/dist/components/lines/index.d.ts +2 -2
- package/dist/components/link/context.d.ts +2 -2
- package/dist/components/link/index.d.ts +2 -2
- package/dist/components/list/context.d.ts +2 -2
- package/dist/components/list/index.d.ts +2 -2
- package/dist/components/list/item-content.d.ts +2 -2
- package/dist/components/list/item-description.d.ts +2 -2
- package/dist/components/list/item-title.d.ts +2 -2
- package/dist/components/list/item.d.ts +2 -2
- package/dist/components/media-controls/context.d.ts +4 -4
- package/dist/components/media-controls/fullscreen-button.d.ts +2 -2
- package/dist/components/media-controls/index.d.ts +2 -2
- package/dist/components/media-controls/mute-button.d.ts +2 -2
- package/dist/components/media-controls/play-button.d.ts +2 -2
- package/dist/components/media-controls/playback-rate.d.ts +2 -2
- package/dist/components/media-controls/seek-button.d.ts +2 -2
- package/dist/components/media-controls/time-display.d.ts +2 -2
- package/dist/components/media-controls/time-range.d.ts +2 -2
- package/dist/components/media-controls/volume-slider.d.ts +2 -2
- package/dist/components/menu/context.d.ts +2 -2
- package/dist/components/menu/index.d.ts +2 -2
- package/dist/components/menu/item-description.d.ts +2 -2
- package/dist/components/menu/item-label.d.ts +2 -2
- package/dist/components/menu/item.d.ts +2 -2
- package/dist/components/menu/section.d.ts +2 -2
- package/dist/components/menu/separator.d.ts +2 -2
- package/dist/components/menu/submenu.d.ts +2 -2
- package/dist/components/notice/index.d.ts +2 -2
- package/dist/components/notice/list.d.ts +2 -2
- package/dist/components/notice/notice-icon.d.ts +2 -2
- package/dist/components/options/context.d.ts +2 -2
- package/dist/components/options/index.d.ts +2 -2
- package/dist/components/options/item-content.d.ts +2 -2
- package/dist/components/options/item-description.d.ts +2 -2
- package/dist/components/options/item-label.d.ts +2 -2
- package/dist/components/options/item.d.ts +2 -2
- package/dist/components/options/section.d.ts +2 -2
- package/dist/components/pagination/context.d.ts +2 -2
- package/dist/components/pagination/index.d.ts +2 -2
- package/dist/components/pagination/next.d.ts +2 -2
- package/dist/components/pagination/pages.d.ts +2 -2
- package/dist/components/pagination/prev.d.ts +2 -2
- package/dist/components/popover/content.d.ts +2 -2
- package/dist/components/popover/footer.d.ts +2 -2
- package/dist/components/popover/index.d.ts +2 -2
- package/dist/components/popover/title.d.ts +2 -2
- package/dist/components/popover/trigger.d.ts +2 -2
- package/dist/components/query-builder/action-element.d.ts +2 -2
- package/dist/components/query-builder/combinator-selector.d.ts +2 -2
- package/dist/components/query-builder/index.d.ts +2 -2
- package/dist/components/query-builder/rule-group.d.ts +4 -4
- package/dist/components/query-builder/rule.d.ts +2 -2
- package/dist/components/query-builder/value-editor.d.ts +2 -2
- package/dist/components/query-builder/value-selector.d.ts +2 -2
- package/dist/components/radio/context.d.ts +3 -3
- package/dist/components/radio/group.d.ts +2 -2
- package/dist/components/radio/index.d.ts +2 -2
- package/dist/components/search-field/context.d.ts +2 -2
- package/dist/components/search-field/index.d.ts +2 -2
- package/dist/components/select-field/context.d.ts +4 -4
- package/dist/components/select-field/index.d.ts +2 -2
- package/dist/components/sidenav/avatar.d.ts +2 -2
- package/dist/components/sidenav/content.d.ts +2 -2
- package/dist/components/sidenav/context.d.ts +2 -2
- package/dist/components/sidenav/footer.d.ts +2 -2
- package/dist/components/sidenav/header.d.ts +2 -2
- package/dist/components/sidenav/index.d.ts +2 -2
- package/dist/components/sidenav/item.d.ts +2 -2
- package/dist/components/sidenav/link.d.ts +2 -2
- package/dist/components/sidenav/menu-item.d.ts +2 -2
- package/dist/components/sidenav/menu.d.ts +2 -2
- package/dist/components/sidenav/trigger.d.ts +2 -2
- package/dist/components/skeleton/index.d.ts +2 -2
- package/dist/components/slider/index.d.ts +2 -2
- package/dist/components/status-indicator/index.d.ts +2 -2
- package/dist/components/stepper/back.d.ts +71 -0
- package/dist/components/stepper/back.js +82 -0
- package/dist/components/stepper/back.js.map +1 -0
- package/dist/components/stepper/context.d.ts +49 -0
- package/dist/components/stepper/context.js +56 -0
- package/dist/components/stepper/context.js.map +1 -0
- package/dist/components/stepper/index.d.ts +22 -0
- package/dist/components/stepper/index.js +23 -0
- package/dist/components/stepper/list.d.ts +65 -0
- package/dist/components/stepper/list.js +121 -0
- package/dist/components/stepper/list.js.map +1 -0
- package/dist/components/stepper/next.d.ts +80 -0
- package/dist/components/stepper/next.js +91 -0
- package/dist/components/stepper/next.js.map +1 -0
- package/dist/components/stepper/panel.d.ts +66 -0
- package/dist/components/stepper/panel.js +77 -0
- package/dist/components/stepper/panel.js.map +1 -0
- package/dist/components/stepper/step.d.ts +49 -0
- package/dist/components/stepper/step.js +89 -0
- package/dist/components/stepper/step.js.map +1 -0
- package/dist/components/stepper/stepper.d.ts +130 -0
- package/dist/components/stepper/stepper.js +154 -0
- package/dist/components/stepper/stepper.js.map +1 -0
- package/dist/components/stepper/styles.module.css +126 -0
- package/dist/components/stepper/types.d.ts +205 -0
- package/dist/components/stepper/types.js +12 -0
- package/dist/components/stepper/use-stepper-state.d.ts +175 -0
- package/dist/components/stepper/use-stepper-state.js +225 -0
- package/dist/components/stepper/use-stepper-state.js.map +1 -0
- package/dist/components/switch/context.d.ts +4 -4
- package/dist/components/switch/index.d.ts +2 -2
- package/dist/components/table/body.d.ts +4 -3
- package/dist/components/table/body.js.map +1 -1
- package/dist/components/table/cell.d.ts +4 -3
- package/dist/components/table/cell.js.map +1 -1
- package/dist/components/table/context.d.ts +2 -2
- package/dist/components/table/features.d.ts +80 -0
- package/dist/components/table/features.js +61 -0
- package/dist/components/table/features.js.map +1 -0
- package/dist/components/table/header-cell.d.ts +4 -3
- package/dist/components/table/header-cell.js.map +1 -1
- package/dist/components/table/header.d.ts +4 -3
- package/dist/components/table/header.js.map +1 -1
- package/dist/components/table/index.d.ts +2 -2
- package/dist/components/table/index.js +40 -49
- package/dist/components/table/index.js.map +1 -1
- package/dist/components/table/row-ordering-feature.d.ts +88 -0
- package/dist/components/table/row-ordering-feature.js +115 -0
- package/dist/components/table/row-ordering-feature.js.map +1 -0
- package/dist/components/table/row.d.ts +4 -3
- package/dist/components/table/row.js.map +1 -1
- package/dist/components/table/types.d.ts +15 -13
- package/dist/components/tabs/context.d.ts +6 -6
- package/dist/components/tabs/index.d.ts +2 -2
- package/dist/components/tabs/list.d.ts +2 -2
- package/dist/components/tabs/panel.d.ts +2 -2
- package/dist/components/tabs/tab.d.ts +2 -2
- package/dist/components/text-area-field/context.d.ts +4 -4
- package/dist/components/text-area-field/index.d.ts +2 -2
- package/dist/components/text-field/context.d.ts +4 -4
- package/dist/components/text-field/index.d.ts +2 -2
- package/dist/components/time-field/index.d.ts +2 -2
- package/dist/components/tooltip/context.d.ts +2 -2
- package/dist/components/tooltip/index.d.ts +2 -2
- package/dist/components/tooltip/trigger.d.ts +2 -2
- package/dist/components/tree/context.d.ts +3 -3
- package/dist/components/tree/index.d.ts +2 -2
- package/dist/components/tree/item-actions.d.ts +2 -2
- package/dist/components/tree/item-content.d.ts +2 -2
- package/dist/components/tree/item-description.d.ts +2 -2
- package/dist/components/tree/item-label.d.ts +2 -2
- package/dist/components/tree/item-prefix-icon.d.ts +2 -2
- package/dist/components/tree/item.d.ts +2 -2
- package/dist/components/tree/lines.d.ts +2 -2
- package/dist/components/video/index.d.ts +2 -2
- package/dist/components/view-stack/context.d.ts +2 -2
- package/dist/components/view-stack/index.d.ts +2 -2
- package/dist/components/view-stack/trigger.d.ts +2 -2
- package/dist/components/view-stack/view.d.ts +2 -2
- package/dist/index.d.ts +13 -2
- package/dist/index.js +11 -1
- package/dist/providers/portal.d.ts +2 -2
- package/dist/providers/theme-provider.d.ts +2 -2
- package/package.json +28 -12
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { RangeProps } from "../base-elements/range.js";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime150 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/gantt/components/content-row/block.d.ts
|
|
17
17
|
/** Time-range element rendered as a filled bar on the timeline. Supports elapsed-percentage styling and child content. */
|
|
@@ -21,7 +21,7 @@ declare function GanttBlock({
|
|
|
21
21
|
endTimeMs,
|
|
22
22
|
className,
|
|
23
23
|
...rest
|
|
24
|
-
}: RangeProps):
|
|
24
|
+
}: RangeProps): react_jsx_runtime150.JSX.Element;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { GanttBlock };
|
|
27
27
|
//# sourceMappingURL=block.d.ts.map
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { PointProps } from "../base-elements/point.js";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime151 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/gantt/components/content-row/bracket.d.ts
|
|
17
17
|
/** Opening bracket marker at a specific timestamp, indicating the start of a grouped range. */
|
|
18
|
-
declare function GanttBracketOpen(props: PointProps):
|
|
18
|
+
declare function GanttBracketOpen(props: PointProps): react_jsx_runtime151.JSX.Element;
|
|
19
19
|
/** Closing bracket marker at a specific timestamp, indicating the end of a grouped range. */
|
|
20
|
-
declare function GanttBracketClose(props: PointProps):
|
|
20
|
+
declare function GanttBracketClose(props: PointProps): react_jsx_runtime151.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { GanttBracketClose, GanttBracketOpen };
|
|
23
23
|
//# sourceMappingURL=bracket.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { PointProps } from "../base-elements/point.js";
|
|
14
14
|
import { PropsWithChildren } from "react";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime153 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/gantt/components/content-row/icon-marker.d.ts
|
|
18
18
|
type GanttIconMarkerProps = PropsWithChildren<PointProps>;
|
|
@@ -21,7 +21,7 @@ declare function GanttIconMarker({
|
|
|
21
21
|
children,
|
|
22
22
|
color,
|
|
23
23
|
...rest
|
|
24
|
-
}: GanttIconMarkerProps):
|
|
24
|
+
}: GanttIconMarkerProps): react_jsx_runtime153.JSX.Element;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { GanttIconMarker };
|
|
27
27
|
//# sourceMappingURL=icon-marker.d.ts.map
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { PropsWithChildren } from "react";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime154 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/gantt/components/content-row/index.d.ts
|
|
17
17
|
/** Row wrapper for content-side elements (blocks, markers, spacers, brackets). Paired 1:1 with `GanttPanelRow`. */
|
|
18
18
|
declare function GanttContentRow({
|
|
19
19
|
children,
|
|
20
20
|
...rest
|
|
21
|
-
}: PropsWithChildren):
|
|
21
|
+
}: PropsWithChildren): react_jsx_runtime154.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { GanttContentRow };
|
|
24
24
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { PointProps } from "../base-elements/point.js";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime155 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/gantt/components/content-row/marker.d.ts
|
|
17
17
|
/** Point marker rendered as a vertical line with a dot at a specific timestamp on the timeline. */
|
|
18
|
-
declare function GanttMarker(props: PointProps):
|
|
18
|
+
declare function GanttMarker(props: PointProps): react_jsx_runtime155.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { GanttMarker };
|
|
21
21
|
//# sourceMappingURL=marker.d.ts.map
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { RangeProps } from "../base-elements/range.js";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime156 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/gantt/components/content-row/spacer.d.ts
|
|
17
17
|
/** Props for the GanttSpacer component. Inherits RangeProps except className. */
|
|
18
18
|
type GanttSpacerProps = Omit<RangeProps, 'className'>;
|
|
19
19
|
/** Time-range connector line between visible elements on the timeline. */
|
|
20
|
-
declare function GanttSpacer(props: GanttSpacerProps):
|
|
20
|
+
declare function GanttSpacer(props: GanttSpacerProps): react_jsx_runtime156.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { GanttSpacer, GanttSpacerProps };
|
|
23
23
|
//# sourceMappingURL=spacer.d.ts.map
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
|
-
import * as
|
|
13
|
+
import * as react_jsx_runtime157 from "react/jsx-runtime";
|
|
14
14
|
|
|
15
15
|
//#region src/components/gantt/components/current-time/index.d.ts
|
|
16
16
|
/**
|
|
@@ -22,7 +22,7 @@ declare function CurrentTime({
|
|
|
22
22
|
currentTimeMs
|
|
23
23
|
}: {
|
|
24
24
|
currentTimeMs: number;
|
|
25
|
-
}):
|
|
25
|
+
}): react_jsx_runtime157.JSX.Element | null;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { CurrentTime };
|
|
28
28
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { PropsWithChildren } from "react";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime158 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/gantt/components/header/index.d.ts
|
|
17
17
|
declare function ContentHeader({
|
|
18
18
|
children
|
|
19
|
-
}: PropsWithChildren):
|
|
19
|
+
}: PropsWithChildren): react_jsx_runtime158.JSX.Element;
|
|
20
20
|
declare function PanelHeader({
|
|
21
21
|
children
|
|
22
|
-
}: PropsWithChildren):
|
|
22
|
+
}: PropsWithChildren): react_jsx_runtime158.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { ContentHeader, PanelHeader };
|
|
25
25
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { PropsWithChildren } from "react";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime160 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/gantt/components/panel-row/index.d.ts
|
|
17
17
|
/** Row wrapper for the panel side, typically containing a row label. Paired 1:1 with `GanttContentRow`. */
|
|
18
18
|
declare function GanttPanelRow({
|
|
19
19
|
children,
|
|
20
20
|
...rest
|
|
21
|
-
}: PropsWithChildren):
|
|
21
|
+
}: PropsWithChildren): react_jsx_runtime160.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { GanttPanelRow };
|
|
24
24
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { PropsWithChildren } from "react";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime161 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/gantt/components/rows-virtualizer/index.d.ts
|
|
17
17
|
declare function ContentRowsVirtualizer({
|
|
18
18
|
children
|
|
19
|
-
}: PropsWithChildren):
|
|
19
|
+
}: PropsWithChildren): react_jsx_runtime161.JSX.Element;
|
|
20
20
|
declare function PanelRowsVirtualizer({
|
|
21
21
|
children
|
|
22
|
-
}: PropsWithChildren):
|
|
22
|
+
}: PropsWithChildren): react_jsx_runtime161.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { ContentRowsVirtualizer, PanelRowsVirtualizer };
|
|
25
25
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
* governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
|
-
import * as
|
|
13
|
+
import * as react_jsx_runtime163 from "react/jsx-runtime";
|
|
14
14
|
|
|
15
15
|
//#region src/components/gantt/components/timeline/index.d.ts
|
|
16
|
-
declare function Timeline():
|
|
16
|
+
declare function Timeline(): react_jsx_runtime163.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { Timeline };
|
|
19
19
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
* governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
|
-
import * as
|
|
13
|
+
import * as react_jsx_runtime164 from "react/jsx-runtime";
|
|
14
14
|
|
|
15
15
|
//#region src/components/gantt/components/timeline-chunk/index.d.ts
|
|
16
|
-
declare function Tick():
|
|
16
|
+
declare function Tick(): react_jsx_runtime164.JSX.Element;
|
|
17
17
|
type TimelineChunkProps = {
|
|
18
18
|
timestampMs: number;
|
|
19
19
|
};
|
|
20
20
|
declare function TimelineChunk({
|
|
21
21
|
timestampMs
|
|
22
|
-
}: TimelineChunkProps):
|
|
22
|
+
}: TimelineChunkProps): react_jsx_runtime164.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { Tick, TimelineChunk };
|
|
25
25
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { GanttThresholdProps, GanttTimescale } from "../types.js";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react58 from "react";
|
|
15
15
|
import { PropsWithChildren } from "react";
|
|
16
|
-
import * as
|
|
16
|
+
import * as react_jsx_runtime240 from "react/jsx-runtime";
|
|
17
17
|
|
|
18
18
|
//#region src/components/gantt/context/index.d.ts
|
|
19
19
|
type GanttContextValue = {
|
|
@@ -29,7 +29,7 @@ type GanttContextValue = {
|
|
|
29
29
|
assignGanttContentElementRef: (node: HTMLDivElement | null) => void;
|
|
30
30
|
assignGanttPanelElementRef: (node: HTMLDivElement | null) => void;
|
|
31
31
|
};
|
|
32
|
-
declare const GanttContext:
|
|
32
|
+
declare const GanttContext: react58.Context<GanttContextValue | undefined>;
|
|
33
33
|
type GanttProviderProps = {
|
|
34
34
|
/** Start of the total timeline range in epoch milliseconds. */
|
|
35
35
|
startTimeMs: number;
|
|
@@ -52,7 +52,7 @@ declare function GanttProvider({
|
|
|
52
52
|
thresholdProps,
|
|
53
53
|
currentTimeMs,
|
|
54
54
|
rowHeightPx
|
|
55
|
-
}: PropsWithChildren<GanttProviderProps>):
|
|
55
|
+
}: PropsWithChildren<GanttProviderProps>): react_jsx_runtime240.JSX.Element;
|
|
56
56
|
/** @throws {Error} If called outside of a GanttProvider. */
|
|
57
57
|
declare function useGanttContext(): GanttContextValue;
|
|
58
58
|
//#endregion
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { GanttActions, GanttState, GanttStoreProps } from "../../store.js";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react39 from "react";
|
|
15
15
|
import { PropsWithChildren } from "react";
|
|
16
|
-
import * as
|
|
16
|
+
import * as react_jsx_runtime166 from "react/jsx-runtime";
|
|
17
17
|
import * as zustand0 from "zustand";
|
|
18
18
|
|
|
19
19
|
//#region src/components/gantt/context/store/index.d.ts
|
|
20
|
-
declare const GanttStoreContext:
|
|
20
|
+
declare const GanttStoreContext: react39.Context<(Omit<zustand0.StoreApi<GanttState & GanttActions>, "subscribe"> & {
|
|
21
21
|
subscribe: {
|
|
22
22
|
(listener: (selectedState: GanttState & GanttActions, previousSelectedState: GanttState & GanttActions) => void): () => void;
|
|
23
23
|
<U>(selector: (state: GanttState & GanttActions) => U, listener: (selectedState: U, previousSelectedState: U) => void, options?: {
|
|
@@ -29,7 +29,7 @@ declare const GanttStoreContext: react55.Context<(Omit<zustand0.StoreApi<GanttSt
|
|
|
29
29
|
declare function GanttStoreProvider({
|
|
30
30
|
children,
|
|
31
31
|
startTimeMs
|
|
32
|
-
}: PropsWithChildren<GanttStoreProps>):
|
|
32
|
+
}: PropsWithChildren<GanttStoreProps>): react_jsx_runtime166.JSX.Element;
|
|
33
33
|
declare function useGanttStore<T>(selector: (state: GanttState & GanttActions) => T): T;
|
|
34
34
|
declare function useGanttStoreApi(): Omit<zustand0.StoreApi<GanttState & GanttActions>, "subscribe"> & {
|
|
35
35
|
subscribe: {
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { GanttMetThresholdData, GanttThreshold, GanttTimeBounds, GanttTimelineChunkObject, GanttTimescale } from "../../types.js";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react40 from "react";
|
|
15
15
|
import { PropsWithChildren } from "react";
|
|
16
|
-
import * as
|
|
16
|
+
import * as react_jsx_runtime167 from "react/jsx-runtime";
|
|
17
17
|
|
|
18
18
|
//#region src/components/gantt/context/temporal-data/index.d.ts
|
|
19
19
|
type TemporalDataContextValue = {
|
|
@@ -26,7 +26,7 @@ type TemporalDataContextValue = {
|
|
|
26
26
|
currentTimeMs: number;
|
|
27
27
|
onThresholdMet?: (metThresholds: GanttMetThresholdData[]) => void;
|
|
28
28
|
};
|
|
29
|
-
declare const TemporalDataContext:
|
|
29
|
+
declare const TemporalDataContext: react40.Context<TemporalDataContextValue | undefined>;
|
|
30
30
|
type TemporalDataProviderProps = {
|
|
31
31
|
timescale: GanttTimescale;
|
|
32
32
|
totalBounds: GanttTimeBounds;
|
|
@@ -41,7 +41,7 @@ declare function TemporalDataProvider({
|
|
|
41
41
|
threshold,
|
|
42
42
|
currentTimeMs,
|
|
43
43
|
onThresholdMet
|
|
44
|
-
}: PropsWithChildren<TemporalDataProviderProps>):
|
|
44
|
+
}: PropsWithChildren<TemporalDataProviderProps>): react_jsx_runtime167.JSX.Element;
|
|
45
45
|
declare function useTemporalDataContext(): TemporalDataContextValue;
|
|
46
46
|
//#endregion
|
|
47
47
|
export { TemporalDataContext, TemporalDataContextValue, TemporalDataProvider, TemporalDataProviderProps, useTemporalDataContext };
|
|
@@ -12,22 +12,18 @@
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
import { useGanttStoreApi } from "../../context/store/index.js";
|
|
15
|
-
import { useEffect
|
|
15
|
+
import { useEffect } from "react";
|
|
16
16
|
import { shallow } from "zustand/shallow";
|
|
17
17
|
|
|
18
18
|
//#region src/components/gantt/hooks/use-layout-subscription/index.ts
|
|
19
19
|
function useLayoutSubscription({ callback, selector }) {
|
|
20
20
|
const store = useGanttStoreApi();
|
|
21
|
-
const callbackRef = useRef(callback);
|
|
22
|
-
callbackRef.current = callback;
|
|
23
|
-
const selectorRef = useRef(selector);
|
|
24
|
-
selectorRef.current = selector;
|
|
25
21
|
useEffect(() => {
|
|
26
22
|
let animationFrameId;
|
|
27
|
-
const unsubscribe = store.subscribe((state) =>
|
|
23
|
+
const unsubscribe = store.subscribe((state) => selector(state), (value) => {
|
|
28
24
|
cancelAnimationFrame(animationFrameId);
|
|
29
25
|
animationFrameId = requestAnimationFrame(() => {
|
|
30
|
-
|
|
26
|
+
callback(value);
|
|
31
27
|
});
|
|
32
28
|
}, {
|
|
33
29
|
fireImmediately: true,
|
|
@@ -37,7 +33,11 @@ function useLayoutSubscription({ callback, selector }) {
|
|
|
37
33
|
cancelAnimationFrame(animationFrameId);
|
|
38
34
|
unsubscribe();
|
|
39
35
|
};
|
|
40
|
-
}, [
|
|
36
|
+
}, [
|
|
37
|
+
store,
|
|
38
|
+
callback,
|
|
39
|
+
selector
|
|
40
|
+
]);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["animationFrameId: number"],"sources":["../../../../../src/components/gantt/hooks/use-layout-subscription/index.ts"],"sourcesContent":["// __private-exports\n/*\n * Copyright 2026 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport { useEffect
|
|
1
|
+
{"version":3,"file":"index.js","names":["animationFrameId: number"],"sources":["../../../../../src/components/gantt/hooks/use-layout-subscription/index.ts"],"sourcesContent":["// __private-exports\n/*\n * Copyright 2026 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport { useEffect } from 'react';\nimport { shallow } from 'zustand/shallow';\nimport { useGanttStoreApi } from '../../context/store';\nimport type { GanttState } from '../../store';\n\ntype UseLayoutSubscriptionProps<T> = {\n callback: (value: T) => void;\n selector: (state: GanttState) => T;\n};\n\nexport function useLayoutSubscription<T>({\n callback,\n selector,\n}: UseLayoutSubscriptionProps<T>) {\n const store = useGanttStoreApi();\n\n useEffect(() => {\n let animationFrameId: number;\n\n const unsubscribe = store.subscribe(\n (state) => selector(state),\n (value) => {\n cancelAnimationFrame(animationFrameId);\n animationFrameId = requestAnimationFrame(() => {\n callback(value);\n });\n },\n {\n // Invoke immediately on initial subscription. If a subscribed value\n // change causes a re-render to occur, we want to perform layout\n // calculations using the latest value in the store after a browser\n // paint occurs (when this effect runs). Prevents potential layout\n // flickers because of calculations against a stale rendered UI\n // (since the subscription in this effect runs outside of the React\n // render cycle).\n fireImmediately: true,\n equalityFn: shallow,\n },\n );\n\n return () => {\n cancelAnimationFrame(animationFrameId);\n unsubscribe();\n };\n }, [store, callback, selector]);\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAuBA,SAAgB,sBAAyB,EACvC,UACA,YACgC;CAChC,MAAM,QAAQ,kBAAkB;AAEhC,iBAAgB;EACd,IAAIA;EAEJ,MAAM,cAAc,MAAM,WACvB,UAAU,SAAS,MAAM,GACzB,UAAU;AACT,wBAAqB,iBAAiB;AACtC,sBAAmB,4BAA4B;AAC7C,aAAS,MAAM;KACf;KAEJ;GAQE,iBAAiB;GACjB,YAAY;GACb,CACF;AAED,eAAa;AACX,wBAAqB,iBAAiB;AACtC,gBAAa;;IAEd;EAAC;EAAO;EAAU;EAAS,CAAC"}
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
import { HeroProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react17 from "react";
|
|
16
16
|
import { ContextValue } from "react-aria-components/slots";
|
|
17
17
|
|
|
18
18
|
//#region src/components/hero/context.d.ts
|
|
19
19
|
/**
|
|
20
20
|
* Context for sharing Hero props across component tree.
|
|
21
21
|
*/
|
|
22
|
-
declare const HeroContext:
|
|
22
|
+
declare const HeroContext: react17.Context<ContextValue<HeroProps, HTMLElement>>;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { HeroContext };
|
|
25
25
|
//# sourceMappingURL=context.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { HeroProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime60 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/hero/index.d.ts
|
|
18
18
|
|
|
@@ -56,7 +56,7 @@ import * as react_jsx_runtime83 from "react/jsx-runtime";
|
|
|
56
56
|
declare function Hero({
|
|
57
57
|
ref,
|
|
58
58
|
...props
|
|
59
|
-
}: HeroProps):
|
|
59
|
+
}: HeroProps): react_jsx_runtime60.JSX.Element;
|
|
60
60
|
//#endregion
|
|
61
61
|
export { Hero };
|
|
62
62
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import "client-only";
|
|
14
|
-
import * as
|
|
15
|
-
import * as
|
|
14
|
+
import * as react18 from "react";
|
|
15
|
+
import * as react_aria_components_ListBox0 from "react-aria-components/ListBox";
|
|
16
16
|
|
|
17
17
|
//#region src/components/hero/subtitle.d.ts
|
|
18
18
|
/**
|
|
@@ -30,7 +30,7 @@ import * as react_aria_components_TextField0 from "react-aria-components/TextFie
|
|
|
30
30
|
* </Hero>
|
|
31
31
|
* ```
|
|
32
32
|
*/
|
|
33
|
-
declare const HeroSubtitle:
|
|
33
|
+
declare const HeroSubtitle: react18.ForwardRefExoticComponent<react_aria_components_ListBox0.TextProps & react18.RefAttributes<HTMLElement>>;
|
|
34
34
|
//#endregion
|
|
35
35
|
export { HeroSubtitle };
|
|
36
36
|
//# sourceMappingURL=subtitle.d.ts.map
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import "client-only";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react20 from "react";
|
|
15
15
|
import * as react_aria_components_Heading0 from "react-aria-components/Heading";
|
|
16
16
|
|
|
17
17
|
//#region src/components/hero/title.d.ts
|
|
@@ -28,7 +28,7 @@ import * as react_aria_components_Heading0 from "react-aria-components/Heading";
|
|
|
28
28
|
* </Hero>
|
|
29
29
|
* ```
|
|
30
30
|
*/
|
|
31
|
-
declare const HeroTitle:
|
|
31
|
+
declare const HeroTitle: react20.ForwardRefExoticComponent<react_aria_components_Heading0.HeadingProps & react20.RefAttributes<HTMLHeadingElement>>;
|
|
32
32
|
//#endregion
|
|
33
33
|
export { HeroTitle };
|
|
34
34
|
//# sourceMappingURL=title.d.ts.map
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
import { ProviderProps } from "../../lib/types.js";
|
|
14
14
|
import { HotkeyProps } from "./types.js";
|
|
15
15
|
import "client-only";
|
|
16
|
-
import * as
|
|
17
|
-
import * as
|
|
16
|
+
import * as react22 from "react";
|
|
17
|
+
import * as react_jsx_runtime61 from "react/jsx-runtime";
|
|
18
18
|
import { ContextValue } from "react-aria-components/slots";
|
|
19
19
|
|
|
20
20
|
//#region src/components/hotkey/context.d.ts
|
|
21
21
|
/**
|
|
22
22
|
* Context for sharing Hotkey props across component tree.
|
|
23
23
|
*/
|
|
24
|
-
declare const HotkeyContext:
|
|
24
|
+
declare const HotkeyContext: react22.Context<ContextValue<HotkeyProps, HTMLElement>>;
|
|
25
25
|
/**
|
|
26
26
|
* HotkeyProvider - Context provider for setting default Hotkey props.
|
|
27
27
|
*
|
|
@@ -42,7 +42,7 @@ declare const HotkeyContext: react29.Context<ContextValue<HotkeyProps, HTMLEleme
|
|
|
42
42
|
declare function HotkeyProvider({
|
|
43
43
|
children,
|
|
44
44
|
...props
|
|
45
|
-
}: ProviderProps<HotkeyProps>):
|
|
45
|
+
}: ProviderProps<HotkeyProps>): react_jsx_runtime61.JSX.Element;
|
|
46
46
|
//#endregion
|
|
47
47
|
export { HotkeyContext, HotkeyProvider };
|
|
48
48
|
//# sourceMappingURL=context.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { HotkeyProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime62 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/hotkey/index.d.ts
|
|
18
18
|
|
|
@@ -66,7 +66,7 @@ declare function Hotkey({
|
|
|
66
66
|
ref,
|
|
67
67
|
children,
|
|
68
68
|
...props
|
|
69
|
-
}: HotkeyProps):
|
|
69
|
+
}: HotkeyProps): react_jsx_runtime62.JSX.Element;
|
|
70
70
|
//#endregion
|
|
71
71
|
export { Hotkey };
|
|
72
72
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import "client-only";
|
|
14
14
|
import { ComponentPropsWithRef } from "react";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime63 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/hotkey/set.d.ts
|
|
18
18
|
|
|
@@ -37,7 +37,7 @@ import * as react_jsx_runtime85 from "react/jsx-runtime";
|
|
|
37
37
|
declare function HotkeySet({
|
|
38
38
|
className,
|
|
39
39
|
...rest
|
|
40
|
-
}: ComponentPropsWithRef<'div'>):
|
|
40
|
+
}: ComponentPropsWithRef<'div'>): react_jsx_runtime63.JSX.Element;
|
|
41
41
|
//#endregion
|
|
42
42
|
export { HotkeySet };
|
|
43
43
|
//# sourceMappingURL=set.d.ts.map
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
import { ProviderProps } from "../../lib/types.js";
|
|
14
14
|
import { IconProps } from "./types.js";
|
|
15
15
|
import "client-only";
|
|
16
|
-
import * as
|
|
17
|
-
import * as
|
|
16
|
+
import * as react29 from "react";
|
|
17
|
+
import * as react_jsx_runtime92 from "react/jsx-runtime";
|
|
18
18
|
import { ContextValue } from "react-aria-components/slots";
|
|
19
19
|
|
|
20
20
|
//#region src/components/icon/context.d.ts
|
|
21
21
|
/**
|
|
22
22
|
* Context for sharing Icon props across component tree.
|
|
23
23
|
*/
|
|
24
|
-
declare const IconContext:
|
|
24
|
+
declare const IconContext: react29.Context<ContextValue<IconProps, HTMLSpanElement>>;
|
|
25
25
|
/**
|
|
26
26
|
* IconProvider - Context provider for setting default Icon props.
|
|
27
27
|
*
|
|
@@ -42,7 +42,7 @@ declare const IconContext: react25.Context<ContextValue<IconProps, HTMLSpanEleme
|
|
|
42
42
|
declare function IconProvider({
|
|
43
43
|
children,
|
|
44
44
|
...props
|
|
45
|
-
}: ProviderProps<IconProps>):
|
|
45
|
+
}: ProviderProps<IconProps>): react_jsx_runtime92.JSX.Element;
|
|
46
46
|
//#endregion
|
|
47
47
|
export { IconContext, IconProvider };
|
|
48
48
|
//# sourceMappingURL=context.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { IconProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime94 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/icon/index.d.ts
|
|
18
18
|
|
|
@@ -61,7 +61,7 @@ import * as react_jsx_runtime106 from "react/jsx-runtime";
|
|
|
61
61
|
declare function Icon({
|
|
62
62
|
ref,
|
|
63
63
|
...props
|
|
64
|
-
}: IconProps):
|
|
64
|
+
}: IconProps): react_jsx_runtime94.JSX.Element;
|
|
65
65
|
//#endregion
|
|
66
66
|
export { Icon };
|
|
67
67
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { InputProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime98 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/input/index.d.ts
|
|
18
18
|
|
|
@@ -52,7 +52,7 @@ import * as react_jsx_runtime87 from "react/jsx-runtime";
|
|
|
52
52
|
declare function Input({
|
|
53
53
|
ref,
|
|
54
54
|
...props
|
|
55
|
-
}: InputProps):
|
|
55
|
+
}: InputProps): react_jsx_runtime98.JSX.Element;
|
|
56
56
|
//#endregion
|
|
57
57
|
export { Input };
|
|
58
58
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { KanbanComponentProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime101 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/kanban/card-body.d.ts
|
|
18
18
|
/**
|
|
@@ -27,7 +27,7 @@ declare function KanbanCardBody({
|
|
|
27
27
|
children,
|
|
28
28
|
className,
|
|
29
29
|
...rest
|
|
30
|
-
}: KanbanComponentProps):
|
|
30
|
+
}: KanbanComponentProps): react_jsx_runtime101.JSX.Element;
|
|
31
31
|
//#endregion
|
|
32
32
|
export { KanbanCardBody };
|
|
33
33
|
//# sourceMappingURL=card-body.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { KanbanComponentProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime102 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/kanban/card-header-actions.d.ts
|
|
18
18
|
/**
|
|
@@ -27,7 +27,7 @@ declare function KanbanCardHeaderActions({
|
|
|
27
27
|
children,
|
|
28
28
|
className,
|
|
29
29
|
...rest
|
|
30
|
-
}: KanbanComponentProps):
|
|
30
|
+
}: KanbanComponentProps): react_jsx_runtime102.JSX.Element;
|
|
31
31
|
//#endregion
|
|
32
32
|
export { KanbanCardHeaderActions };
|
|
33
33
|
//# sourceMappingURL=card-header-actions.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { KanbanComponentProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime83 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/kanban/card-header-title.d.ts
|
|
18
18
|
/**
|
|
@@ -27,7 +27,7 @@ declare function KanbanCardHeaderTitle({
|
|
|
27
27
|
className,
|
|
28
28
|
children,
|
|
29
29
|
...rest
|
|
30
|
-
}: KanbanComponentProps):
|
|
30
|
+
}: KanbanComponentProps): react_jsx_runtime83.JSX.Element;
|
|
31
31
|
//#endregion
|
|
32
32
|
export { KanbanCardHeaderTitle };
|
|
33
33
|
//# sourceMappingURL=card-header-title.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { KanbanComponentProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime104 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/kanban/card-header.d.ts
|
|
18
18
|
/**
|
|
@@ -29,7 +29,7 @@ declare function KanbanCardHeader({
|
|
|
29
29
|
className,
|
|
30
30
|
children,
|
|
31
31
|
...rest
|
|
32
|
-
}: KanbanComponentProps):
|
|
32
|
+
}: KanbanComponentProps): react_jsx_runtime104.JSX.Element;
|
|
33
33
|
//#endregion
|
|
34
34
|
export { KanbanCardHeader };
|
|
35
35
|
//# sourceMappingURL=card-header.d.ts.map
|