@sprawlify/primitives 0.0.84 → 0.0.86
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/dom-query.d.cts +1 -1
- package/dist/dom-query.d.mts +1 -1
- package/dist/{index-GlgzuLzw.d.mts → index-BhEktN_V.d.mts} +1 -1
- package/dist/machines/angle-slider/index.d.cts +1 -1
- package/dist/machines/angle-slider/index.d.mts +1 -1
- package/dist/machines/bottom-sheet/index.d.cts +1 -1
- package/dist/machines/bottom-sheet/index.d.mts +1 -1
- package/dist/machines/carousel/index.d.cts +1 -1
- package/dist/machines/carousel/index.d.mts +1 -1
- package/dist/machines/clipboard/index.d.cts +1 -1
- package/dist/machines/clipboard/index.d.mts +1 -1
- package/dist/machines/collapsible/index.d.cts +1 -1
- package/dist/machines/collapsible/index.d.mts +1 -1
- package/dist/machines/color-picker/index.d.cts +1 -1
- package/dist/machines/color-picker/index.d.mts +2 -2
- package/dist/machines/combobox/index.d.cts +1 -1
- package/dist/machines/combobox/index.d.mts +2 -2
- package/dist/machines/date-picker/index.d.cts +1 -1
- package/dist/machines/date-picker/index.d.mts +2 -2
- package/dist/machines/dialog/index.d.cts +1 -1
- package/dist/machines/dialog/index.d.mts +1 -1
- package/dist/machines/dropdown-menu/index.cjs +4 -4
- package/dist/machines/dropdown-menu/index.d.cts +18 -18
- package/dist/machines/dropdown-menu/index.d.mts +19 -19
- package/dist/machines/dropdown-menu/index.mjs +4 -4
- package/dist/machines/editable/index.d.cts +1 -1
- package/dist/machines/editable/index.d.mts +1 -1
- package/dist/machines/file-upload/index.d.cts +1 -1
- package/dist/machines/file-upload/index.d.mts +1 -1
- package/dist/machines/floating-panel/index.d.cts +1 -1
- package/dist/machines/floating-panel/index.d.mts +1 -1
- package/dist/machines/hover-card/index.d.cts +1 -1
- package/dist/machines/hover-card/index.d.mts +2 -2
- package/dist/machines/listbox/index.d.cts +1 -1
- package/dist/machines/listbox/index.d.mts +1 -1
- package/dist/machines/marquee/index.d.cts +3 -3
- package/dist/machines/marquee/index.d.mts +3 -3
- package/dist/machines/navigation-menu/index.d.cts +1 -1
- package/dist/machines/navigation-menu/index.d.mts +1 -1
- package/dist/machines/number-input/index.d.cts +1 -1
- package/dist/machines/number-input/index.d.mts +1 -1
- package/dist/machines/pagination/index.d.cts +1 -1
- package/dist/machines/pagination/index.d.mts +1 -1
- package/dist/machines/popover/index.d.cts +1 -1
- package/dist/machines/popover/index.d.mts +2 -2
- package/dist/machines/progress/index.d.cts +1 -1
- package/dist/machines/progress/index.d.mts +1 -1
- package/dist/machines/radio-group/index.d.cts +1 -1
- package/dist/machines/radio-group/index.d.mts +1 -1
- package/dist/machines/rating-group/index.d.cts +1 -1
- package/dist/machines/rating-group/index.d.mts +1 -1
- package/dist/machines/scroll-area/index.d.cts +1 -1
- package/dist/machines/scroll-area/index.d.mts +1 -1
- package/dist/machines/select/index.d.cts +1 -1
- package/dist/machines/select/index.d.mts +2 -2
- package/dist/machines/separator/index.cjs +2 -2
- package/dist/machines/separator/index.mjs +2 -2
- package/dist/machines/signature-pad/index.d.cts +1 -1
- package/dist/machines/signature-pad/index.d.mts +1 -1
- package/dist/machines/slider/index.d.cts +1 -1
- package/dist/machines/slider/index.d.mts +1 -1
- package/dist/machines/splitter/index.d.cts +1 -1
- package/dist/machines/splitter/index.d.mts +1 -1
- package/dist/machines/steps/index.d.cts +1 -1
- package/dist/machines/steps/index.d.mts +1 -1
- package/dist/machines/tabs/index.d.cts +1 -1
- package/dist/machines/tabs/index.d.mts +1 -1
- package/dist/machines/tags-input/index.d.cts +1 -1
- package/dist/machines/tags-input/index.d.mts +1 -1
- package/dist/machines/timer/index.d.cts +1 -1
- package/dist/machines/timer/index.d.mts +1 -1
- package/dist/machines/toast/index.d.cts +1 -1
- package/dist/machines/toast/index.d.mts +1 -1
- package/dist/machines/tooltip/index.d.cts +1 -1
- package/dist/machines/tooltip/index.d.mts +2 -2
- package/dist/machines/tour/index.d.cts +1 -1
- package/dist/machines/tour/index.d.mts +2 -2
- package/dist/machines/tree-view/index.d.cts +1 -1
- package/dist/machines/tree-view/index.d.mts +1 -1
- package/dist/popper.d.cts +1 -1
- package/dist/popper.d.mts +1 -1
- package/package.json +1 -1
package/dist/dom-query.d.cts
CHANGED
|
@@ -57,7 +57,7 @@ declare const isModifierKey: (e: Pick<KeyboardEvent, "ctrlKey" | "metaKey" | "al
|
|
|
57
57
|
declare const isTouchEvent: (event: AnyPointerEvent) => event is TouchEvent;
|
|
58
58
|
declare function getEventKey(event: Pick<KeyboardEvent, "key">, options?: EventKeyOptions): string;
|
|
59
59
|
declare function getNativeEvent<E>(event: E): NativeEvent<E>;
|
|
60
|
-
declare function getEventStep(event: Pick<KeyboardEvent, "ctrlKey" | "metaKey" | "key" | "shiftKey">): 1 |
|
|
60
|
+
declare function getEventStep(event: Pick<KeyboardEvent, "ctrlKey" | "metaKey" | "key" | "shiftKey">): 1 | 0.1 | 10;
|
|
61
61
|
declare function getEventPoint(event: any, type?: "page" | "client"): {
|
|
62
62
|
x: number;
|
|
63
63
|
y: number;
|
package/dist/dom-query.d.mts
CHANGED
|
@@ -57,7 +57,7 @@ declare const isModifierKey: (e: Pick<KeyboardEvent, "ctrlKey" | "metaKey" | "al
|
|
|
57
57
|
declare const isTouchEvent: (event: AnyPointerEvent) => event is TouchEvent;
|
|
58
58
|
declare function getEventKey(event: Pick<KeyboardEvent, "key">, options?: EventKeyOptions): string;
|
|
59
59
|
declare function getNativeEvent<E>(event: E): NativeEvent<E>;
|
|
60
|
-
declare function getEventStep(event: Pick<KeyboardEvent, "ctrlKey" | "metaKey" | "key" | "shiftKey">): 1 |
|
|
60
|
+
declare function getEventStep(event: Pick<KeyboardEvent, "ctrlKey" | "metaKey" | "key" | "shiftKey">): 1 | 0.1 | 10;
|
|
61
61
|
declare function getEventPoint(event: any, type?: "page" | "client"): {
|
|
62
62
|
x: number;
|
|
63
63
|
y: number;
|
|
@@ -95,7 +95,7 @@ declare function getPlacementStyles(options?: Pick<PositioningOptions, "placemen
|
|
|
95
95
|
readonly zIndex: "inherit";
|
|
96
96
|
};
|
|
97
97
|
floating: {
|
|
98
|
-
readonly position: "
|
|
98
|
+
readonly position: "absolute" | "fixed";
|
|
99
99
|
readonly isolation: "isolate";
|
|
100
100
|
readonly minWidth: "max-content" | undefined;
|
|
101
101
|
readonly width: "var(--reference-width)" | undefined;
|
|
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-fB7F7B
|
|
|
3
3
|
import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-D1U_WMQ9.cjs";
|
|
4
4
|
|
|
5
5
|
//#region src/machines/angle-slider/angle-slider.anatomy.d.ts
|
|
6
|
-
declare const anatomy: AnatomyInstance<"root" | "
|
|
6
|
+
declare const anatomy: AnatomyInstance<"root" | "track" | "label" | "control" | "thumb" | "valueText" | "markerGroup" | "marker">;
|
|
7
7
|
//#endregion
|
|
8
8
|
//#region src/machines/angle-slider/angle-slider.types.d.ts
|
|
9
9
|
interface ValueChangeDetails {
|
|
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-BM4oVv
|
|
|
3
3
|
import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CafmAesU.mjs";
|
|
4
4
|
|
|
5
5
|
//#region src/machines/angle-slider/angle-slider.anatomy.d.ts
|
|
6
|
-
declare const anatomy: AnatomyInstance<"root" | "
|
|
6
|
+
declare const anatomy: AnatomyInstance<"root" | "track" | "label" | "control" | "thumb" | "valueText" | "markerGroup" | "marker">;
|
|
7
7
|
//#endregion
|
|
8
8
|
//#region src/machines/angle-slider/angle-slider.types.d.ts
|
|
9
9
|
interface ValueChangeDetails {
|
|
@@ -5,7 +5,7 @@ import { c as PointerDownOutsideEvent, n as FocusOutsideEvent, r as InteractOuts
|
|
|
5
5
|
import { t as DismissableElementHandlers } from "../../dismissable-layer-B2bSyA07.cjs";
|
|
6
6
|
|
|
7
7
|
//#region src/machines/bottom-sheet/bottom-sheet.anatomy.d.ts
|
|
8
|
-
declare const anatomy: AnatomyInstance<"
|
|
8
|
+
declare const anatomy: AnatomyInstance<"content" | "trigger" | "title" | "closeTrigger" | "backdrop" | "grabber" | "grabberIndicator">;
|
|
9
9
|
//#endregion
|
|
10
10
|
//#region src/machines/bottom-sheet/utils/drag-manager.d.ts
|
|
11
11
|
declare class DragManager {
|
|
@@ -5,7 +5,7 @@ import { c as PointerDownOutsideEvent, n as FocusOutsideEvent, r as InteractOuts
|
|
|
5
5
|
import { t as DismissableElementHandlers } from "../../dismissable-layer-CpUMMV1f.mjs";
|
|
6
6
|
|
|
7
7
|
//#region src/machines/bottom-sheet/bottom-sheet.anatomy.d.ts
|
|
8
|
-
declare const anatomy: AnatomyInstance<"
|
|
8
|
+
declare const anatomy: AnatomyInstance<"content" | "trigger" | "title" | "closeTrigger" | "backdrop" | "grabber" | "grabberIndicator">;
|
|
9
9
|
//#endregion
|
|
10
10
|
//#region src/machines/bottom-sheet/utils/drag-manager.d.ts
|
|
11
11
|
declare class DragManager {
|
|
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-fB7F7B
|
|
|
3
3
|
import { b as NormalizeProps, d as Orientation, f as OrientationProperty, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-D1U_WMQ9.cjs";
|
|
4
4
|
|
|
5
5
|
//#region src/machines/carousel/carousel.anatomy.d.ts
|
|
6
|
-
declare const anatomy: AnatomyInstance<"root" | "item" | "
|
|
6
|
+
declare const anatomy: AnatomyInstance<"root" | "item" | "control" | "indicator" | "itemGroup" | "prevTrigger" | "nextTrigger" | "indicatorGroup" | "autoplayTrigger" | "progressText">;
|
|
7
7
|
//#endregion
|
|
8
8
|
//#region src/machines/carousel/carousel.types.d.ts
|
|
9
9
|
interface PageChangeDetails {
|
|
@@ -3,7 +3,7 @@ import { p as Machine, u as EventObject, y as Service } from "../../types-BM4oVv
|
|
|
3
3
|
import { b as NormalizeProps, d as Orientation, f as OrientationProperty, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CafmAesU.mjs";
|
|
4
4
|
|
|
5
5
|
//#region src/machines/carousel/carousel.anatomy.d.ts
|
|
6
|
-
declare const anatomy: AnatomyInstance<"root" | "item" | "
|
|
6
|
+
declare const anatomy: AnatomyInstance<"root" | "item" | "control" | "indicator" | "itemGroup" | "prevTrigger" | "nextTrigger" | "indicatorGroup" | "autoplayTrigger" | "progressText">;
|
|
7
7
|
//#endregion
|
|
8
8
|
//#region src/machines/carousel/carousel.types.d.ts
|
|
9
9
|
interface PageChangeDetails {
|
|
@@ -3,7 +3,7 @@ import { p as Machine, y as Service } from "../../types-fB7F7BBP.cjs";
|
|
|
3
3
|
import { b as NormalizeProps, g as RequiredBy, t as CommonProperties, x as PropTypes } from "../../index-D1U_WMQ9.cjs";
|
|
4
4
|
|
|
5
5
|
//#region src/machines/clipboard/clipboard.anatomy.d.ts
|
|
6
|
-
declare const anatomy: AnatomyInstance<"root" | "
|
|
6
|
+
declare const anatomy: AnatomyInstance<"root" | "label" | "input" | "control" | "trigger" | "indicator">;
|
|
7
7
|
//#endregion
|
|
8
8
|
//#region src/machines/clipboard/clipboard.types.d.ts
|
|
9
9
|
interface CopyStatusDetails {
|
|
@@ -3,7 +3,7 @@ import { p as Machine, y as Service } from "../../types-BM4oVvZZ.mjs";
|
|
|
3
3
|
import { b as NormalizeProps, g as RequiredBy, t as CommonProperties, x as PropTypes } from "../../index-CafmAesU.mjs";
|
|
4
4
|
|
|
5
5
|
//#region src/machines/clipboard/clipboard.anatomy.d.ts
|
|
6
|
-
declare const anatomy: AnatomyInstance<"root" | "
|
|
6
|
+
declare const anatomy: AnatomyInstance<"root" | "label" | "input" | "control" | "trigger" | "indicator">;
|
|
7
7
|
//#endregion
|
|
8
8
|
//#region src/machines/clipboard/clipboard.types.d.ts
|
|
9
9
|
interface CopyStatusDetails {
|
|
@@ -3,7 +3,7 @@ import { p as Machine, y as Service } from "../../types-fB7F7BBP.cjs";
|
|
|
3
3
|
import { b as NormalizeProps, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-D1U_WMQ9.cjs";
|
|
4
4
|
|
|
5
5
|
//#region src/machines/collapsible/collapsible.anatomy.d.ts
|
|
6
|
-
declare const anatomy: AnatomyInstance<"root" | "
|
|
6
|
+
declare const anatomy: AnatomyInstance<"root" | "content" | "trigger" | "indicator">;
|
|
7
7
|
//#endregion
|
|
8
8
|
//#region src/machines/collapsible/collapsible.types.d.ts
|
|
9
9
|
interface OpenChangeDetails {
|
|
@@ -3,7 +3,7 @@ import { p as Machine, y as Service } from "../../types-BM4oVvZZ.mjs";
|
|
|
3
3
|
import { b as NormalizeProps, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CafmAesU.mjs";
|
|
4
4
|
|
|
5
5
|
//#region src/machines/collapsible/collapsible.anatomy.d.ts
|
|
6
|
-
declare const anatomy: AnatomyInstance<"root" | "
|
|
6
|
+
declare const anatomy: AnatomyInstance<"root" | "content" | "trigger" | "indicator">;
|
|
7
7
|
//#endregion
|
|
8
8
|
//#region src/machines/collapsible/collapsible.types.d.ts
|
|
9
9
|
interface OpenChangeDetails {
|
|
@@ -6,7 +6,7 @@ import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusO
|
|
|
6
6
|
import { d as PositioningOptions } from "../../types-DE9w-zbc.cjs";
|
|
7
7
|
|
|
8
8
|
//#region src/machines/color-picker/color-picker.anatomy.d.ts
|
|
9
|
-
declare const anatomy: Anatomy<"root" | "
|
|
9
|
+
declare const anatomy: Anatomy<"root" | "content" | "label" | "control" | "trigger" | "valueText" | "area" | "positioner" | "areaThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect">;
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region src/machines/color-picker/color-picker.types.d.ts
|
|
12
12
|
type ExtendedColorChannel = ColorChannel | "hex" | "css";
|
|
@@ -3,10 +3,10 @@ import { a as ColorFormat, n as ColorAxes, r as ColorChannel, s as ColorType, t
|
|
|
3
3
|
import { p as Machine, u as EventObject, y as Service } from "../../types-BM4oVvZZ.mjs";
|
|
4
4
|
import { b as NormalizeProps, d as Orientation, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CafmAesU.mjs";
|
|
5
5
|
import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusOutsideEvent, r as InteractOutsideEvent } from "../../index-CXu0elLS.mjs";
|
|
6
|
-
import { p as PositioningOptions } from "../../index-
|
|
6
|
+
import { p as PositioningOptions } from "../../index-BhEktN_V.mjs";
|
|
7
7
|
|
|
8
8
|
//#region src/machines/color-picker/color-picker.anatomy.d.ts
|
|
9
|
-
declare const anatomy: Anatomy<"root" | "
|
|
9
|
+
declare const anatomy: Anatomy<"root" | "content" | "label" | "control" | "trigger" | "valueText" | "area" | "positioner" | "areaThumb" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect">;
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region src/machines/color-picker/color-picker.types.d.ts
|
|
12
12
|
type ExtendedColorChannel = ColorChannel | "hex" | "css";
|
|
@@ -7,7 +7,7 @@ import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusO
|
|
|
7
7
|
import { c as Placement, d as PositioningOptions } from "../../types-DE9w-zbc.cjs";
|
|
8
8
|
|
|
9
9
|
//#region src/machines/combobox/combobox.anatomy.d.ts
|
|
10
|
-
declare const anatomy: AnatomyInstance<"root" | "
|
|
10
|
+
declare const anatomy: AnatomyInstance<"root" | "content" | "item" | "label" | "input" | "control" | "trigger" | "itemGroup" | "clearTrigger" | "list" | "itemIndicator" | "itemText" | "positioner" | "itemGroupLabel">;
|
|
11
11
|
//#endregion
|
|
12
12
|
//#region src/machines/combobox/combobox.collection.d.ts
|
|
13
13
|
declare const collection: {
|
|
@@ -4,10 +4,10 @@ import { t as ListCollection } from "../../list-collection-C9XUe75n.mjs";
|
|
|
4
4
|
import { p as Machine, u as EventObject, y as Service } from "../../types-BM4oVvZZ.mjs";
|
|
5
5
|
import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CafmAesU.mjs";
|
|
6
6
|
import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusOutsideEvent, r as InteractOutsideEvent } from "../../index-CXu0elLS.mjs";
|
|
7
|
-
import { p as PositioningOptions, u as Placement } from "../../index-
|
|
7
|
+
import { p as PositioningOptions, u as Placement } from "../../index-BhEktN_V.mjs";
|
|
8
8
|
|
|
9
9
|
//#region src/machines/combobox/combobox.anatomy.d.ts
|
|
10
|
-
declare const anatomy: AnatomyInstance<"root" | "
|
|
10
|
+
declare const anatomy: AnatomyInstance<"root" | "content" | "item" | "label" | "input" | "control" | "trigger" | "itemGroup" | "clearTrigger" | "list" | "itemIndicator" | "itemText" | "positioner" | "itemGroupLabel">;
|
|
11
11
|
//#endregion
|
|
12
12
|
//#region src/machines/combobox/combobox.collection.d.ts
|
|
13
13
|
declare const collection: {
|
|
@@ -8,7 +8,7 @@ import { c as Placement, d as PositioningOptions } from "../../types-DE9w-zbc.cj
|
|
|
8
8
|
import { Calendar, CalendarDate, CalendarDateTime, DateDuration, DateFormatter, DateValue, DateValue as DateValue$1, ZonedDateTime } from "@internationalized/date";
|
|
9
9
|
|
|
10
10
|
//#region src/machines/date-picker/date-picker.anatomy.d.ts
|
|
11
|
-
declare const anatomy: AnatomyInstance<"root" | "
|
|
11
|
+
declare const anatomy: AnatomyInstance<"root" | "content" | "label" | "input" | "control" | "trigger" | "clearTrigger" | "table" | "view" | "prevTrigger" | "nextTrigger" | "positioner" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect">;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/machines/date-picker/date-picker.types.d.ts
|
|
14
14
|
type DateView = "day" | "month" | "year";
|
|
@@ -4,11 +4,11 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
|
|
|
4
4
|
import { X as DateRangePreset } from "../../index-DLbWwJUT.mjs";
|
|
5
5
|
import { c as PointerDownOutsideEvent, n as FocusOutsideEvent, r as InteractOutsideEvent } from "../../index-CXu0elLS.mjs";
|
|
6
6
|
import { t as LiveRegion } from "../../index-DIJJrhP_.mjs";
|
|
7
|
-
import { p as PositioningOptions, u as Placement } from "../../index-
|
|
7
|
+
import { p as PositioningOptions, u as Placement } from "../../index-BhEktN_V.mjs";
|
|
8
8
|
import { Calendar, CalendarDate, CalendarDateTime, DateDuration, DateFormatter, DateValue, DateValue as DateValue$1, ZonedDateTime } from "@internationalized/date";
|
|
9
9
|
|
|
10
10
|
//#region src/machines/date-picker/date-picker.anatomy.d.ts
|
|
11
|
-
declare const anatomy: AnatomyInstance<"root" | "
|
|
11
|
+
declare const anatomy: AnatomyInstance<"root" | "content" | "label" | "input" | "control" | "trigger" | "clearTrigger" | "table" | "view" | "prevTrigger" | "nextTrigger" | "positioner" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect">;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/machines/date-picker/date-picker.types.d.ts
|
|
14
14
|
type DateView = "day" | "month" | "year";
|
|
@@ -5,7 +5,7 @@ import { c as PointerDownOutsideEvent, n as FocusOutsideEvent, r as InteractOuts
|
|
|
5
5
|
import { r as PersistentElementOptions, t as DismissableElementHandlers } from "../../dismissable-layer-B2bSyA07.cjs";
|
|
6
6
|
|
|
7
7
|
//#region src/machines/dialog/dialog.anatomy.d.ts
|
|
8
|
-
declare const anatomy: AnatomyInstance<"
|
|
8
|
+
declare const anatomy: AnatomyInstance<"content" | "trigger" | "title" | "positioner" | "description" | "closeTrigger" | "backdrop">;
|
|
9
9
|
//#endregion
|
|
10
10
|
//#region src/machines/dialog/dialog.types.d.ts
|
|
11
11
|
interface OpenChangeDetails {
|
|
@@ -5,7 +5,7 @@ import { c as PointerDownOutsideEvent, n as FocusOutsideEvent, r as InteractOuts
|
|
|
5
5
|
import { r as PersistentElementOptions, t as DismissableElementHandlers } from "../../dismissable-layer-CpUMMV1f.mjs";
|
|
6
6
|
|
|
7
7
|
//#region src/machines/dialog/dialog.anatomy.d.ts
|
|
8
|
-
declare const anatomy: AnatomyInstance<"
|
|
8
|
+
declare const anatomy: AnatomyInstance<"content" | "trigger" | "title" | "positioner" | "description" | "closeTrigger" | "backdrop">;
|
|
9
9
|
//#endregion
|
|
10
10
|
//#region src/machines/dialog/dialog.types.d.ts
|
|
11
11
|
interface OpenChangeDetails {
|
|
@@ -858,8 +858,8 @@ const machine = require_core.createMachine({
|
|
|
858
858
|
...refs.get("positioningOverride")
|
|
859
859
|
};
|
|
860
860
|
context.set("currentPlacement", positioning.placement);
|
|
861
|
-
const getPositionerEl$
|
|
862
|
-
return require_popper.getPlacement(getTriggerEl(scope), getPositionerEl$
|
|
861
|
+
const getPositionerEl$1 = () => getPositionerEl(scope);
|
|
862
|
+
return require_popper.getPlacement(getTriggerEl(scope), getPositionerEl$1, {
|
|
863
863
|
...positioning,
|
|
864
864
|
defer: true,
|
|
865
865
|
onComplete(data) {
|
|
@@ -942,7 +942,7 @@ const machine = require_core.createMachine({
|
|
|
942
942
|
});
|
|
943
943
|
},
|
|
944
944
|
reposition({ context, scope, prop, event, refs }) {
|
|
945
|
-
const getPositionerEl$
|
|
945
|
+
const getPositionerEl$2 = () => getPositionerEl(scope);
|
|
946
946
|
const anchorPoint = context.get("anchorPoint");
|
|
947
947
|
const getAnchorRect = anchorPoint ? () => ({
|
|
948
948
|
width: 0,
|
|
@@ -953,7 +953,7 @@ const machine = require_core.createMachine({
|
|
|
953
953
|
...prop("positioning"),
|
|
954
954
|
...refs.get("positioningOverride")
|
|
955
955
|
};
|
|
956
|
-
require_popper.getPlacement(getTriggerEl(scope), getPositionerEl$
|
|
956
|
+
require_popper.getPlacement(getTriggerEl(scope), getPositionerEl$2, {
|
|
957
957
|
...positioning,
|
|
958
958
|
defer: true,
|
|
959
959
|
getAnchorRect,
|
|
@@ -8,7 +8,7 @@ import { c as Placement, d as PositioningOptions } from "../../types-DE9w-zbc.cj
|
|
|
8
8
|
import { a as Point } from "../../types-Ct9amXkj.cjs";
|
|
9
9
|
|
|
10
10
|
//#region src/machines/dropdown-menu/dropdown-menu.anatomy.d.ts
|
|
11
|
-
declare const anatomy: AnatomyInstance<"
|
|
11
|
+
declare const anatomy: AnatomyInstance<"content" | "item" | "trigger" | "indicator" | "itemGroup" | "itemIndicator" | "arrow" | "itemText" | "separator" | "arrowTip" | "positioner" | "itemGroupLabel" | "triggerItem">;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/machines/dropdown-menu/dropdown-menu.types.d.ts
|
|
14
14
|
interface OpenChangeDetails {
|
|
@@ -33,7 +33,7 @@ type ElementIds = Partial<{
|
|
|
33
33
|
positioner: string;
|
|
34
34
|
arrow: string;
|
|
35
35
|
}>;
|
|
36
|
-
interface
|
|
36
|
+
interface DropdownMenuProps extends DirectionProperty, CommonProperties, DismissableElementHandlers {
|
|
37
37
|
ids?: ElementIds | undefined;
|
|
38
38
|
defaultHighlightedValue?: string | null | undefined;
|
|
39
39
|
highlightedValue?: string | null | undefined;
|
|
@@ -52,8 +52,8 @@ interface MenuProps extends DirectionProperty, CommonProperties, DismissableElem
|
|
|
52
52
|
navigate?: ((details: NavigateDetails) => void) | null | undefined;
|
|
53
53
|
}
|
|
54
54
|
type PropsWithDefault = "closeOnSelect" | "typeahead" | "composite" | "positioning" | "loopFocus";
|
|
55
|
-
interface
|
|
56
|
-
props: RequiredBy<
|
|
55
|
+
interface DropdownMenuSchema {
|
|
56
|
+
props: RequiredBy<DropdownMenuProps, PropsWithDefault>;
|
|
57
57
|
context: {
|
|
58
58
|
highlightedValue: string | null;
|
|
59
59
|
lastHighlightedValue: string | null;
|
|
@@ -69,8 +69,8 @@ interface MenuSchema {
|
|
|
69
69
|
highlightedId: string | null;
|
|
70
70
|
};
|
|
71
71
|
refs: {
|
|
72
|
-
parent:
|
|
73
|
-
children: Record<string,
|
|
72
|
+
parent: ParentDropdownMenuService | null;
|
|
73
|
+
children: Record<string, ChildDropdownMenuService>;
|
|
74
74
|
typeaheadState: TypeaheadState;
|
|
75
75
|
positioningOverride: Partial<PositioningOptions>;
|
|
76
76
|
};
|
|
@@ -81,10 +81,10 @@ interface MenuSchema {
|
|
|
81
81
|
state: "idle" | "open" | "closed" | "opening" | "closing";
|
|
82
82
|
tag: "open" | "closed";
|
|
83
83
|
}
|
|
84
|
-
type
|
|
85
|
-
type
|
|
86
|
-
type
|
|
87
|
-
type
|
|
84
|
+
type DropdownMenuService = Service<DropdownMenuSchema>;
|
|
85
|
+
type DropdownMenuMachine = Machine<DropdownMenuSchema>;
|
|
86
|
+
type ChildDropdownMenuService = Pick<DropdownMenuService, "prop" | "send" | "scope" | "context">;
|
|
87
|
+
type ParentDropdownMenuService = Pick<DropdownMenuService, "prop" | "send" | "refs" | "context">;
|
|
88
88
|
interface Api {
|
|
89
89
|
getItemProps: (props: ItemProps) => Record<string, any>;
|
|
90
90
|
getTriggerProps: () => Record<string, any>;
|
|
@@ -125,13 +125,13 @@ interface ItemBaseProps {
|
|
|
125
125
|
checked?: boolean | undefined;
|
|
126
126
|
valueText?: string | undefined;
|
|
127
127
|
}
|
|
128
|
-
interface
|
|
128
|
+
interface DropdownMenuApi<T extends PropTypes = PropTypes> {
|
|
129
129
|
open: boolean;
|
|
130
130
|
setOpen: (open: boolean) => void;
|
|
131
131
|
highlightedValue: string | null;
|
|
132
132
|
setHighlightedValue: (value: string) => void;
|
|
133
|
-
setParent: (parent:
|
|
134
|
-
setChild: (child:
|
|
133
|
+
setParent: (parent: ParentDropdownMenuService) => void;
|
|
134
|
+
setChild: (child: ChildDropdownMenuService) => void;
|
|
135
135
|
reposition: (options?: Partial<PositioningOptions>) => void;
|
|
136
136
|
getOptionItemState: (props: OptionItemProps) => OptionItemState;
|
|
137
137
|
getItemState: (props: ItemProps) => ItemState;
|
|
@@ -153,14 +153,14 @@ interface MenuApi<T extends PropTypes = PropTypes> {
|
|
|
153
153
|
}
|
|
154
154
|
//#endregion
|
|
155
155
|
//#region src/machines/dropdown-menu/dropdown-menu.connect.d.ts
|
|
156
|
-
declare function connect<T extends PropTypes>(service: Service<
|
|
156
|
+
declare function connect<T extends PropTypes>(service: Service<DropdownMenuSchema>, normalize: NormalizeProps<T>): DropdownMenuApi<T>;
|
|
157
157
|
//#endregion
|
|
158
158
|
//#region src/machines/dropdown-menu/dropdown-menu.machine.d.ts
|
|
159
|
-
declare const machine: Machine<
|
|
159
|
+
declare const machine: Machine<DropdownMenuSchema>;
|
|
160
160
|
//#endregion
|
|
161
161
|
//#region src/machines/dropdown-menu/dropdown-menu.props.d.ts
|
|
162
|
-
declare const props: (keyof
|
|
163
|
-
declare const splitProps: <Props extends Partial<
|
|
162
|
+
declare const props: (keyof DropdownMenuProps)[];
|
|
163
|
+
declare const splitProps: <Props extends Partial<DropdownMenuProps>>(props: Props) => [Partial<DropdownMenuProps>, Omit<Props, keyof DropdownMenuProps>];
|
|
164
164
|
declare const itemProps: (keyof ItemProps)[];
|
|
165
165
|
declare const splitItemProps: <Props extends ItemProps>(props: Props) => [ItemProps, Omit<Props, keyof ItemProps>];
|
|
166
166
|
declare const itemGroupLabelProps: "htmlFor"[];
|
|
@@ -170,4 +170,4 @@ declare const splitItemGroupProps: <Props extends ItemGroupProps>(props: Props)
|
|
|
170
170
|
declare const optionItemProps: (keyof OptionItemProps)[];
|
|
171
171
|
declare const splitOptionItemProps: <Props extends OptionItemProps>(props: Props) => [OptionItemProps, Omit<Props, keyof OptionItemProps>];
|
|
172
172
|
//#endregion
|
|
173
|
-
export { type
|
|
173
|
+
export { type DropdownMenuApi as Api, type ElementIds, type FocusOutsideEvent, type HighlightChangeDetails, type InteractOutsideEvent, type ItemBaseProps, type ItemGroupLabelProps, type ItemGroupProps, type ItemListenerProps, type ItemProps, type ItemState, type DropdownMenuMachine as Machine, type NavigateDetails, type OpenChangeDetails, type OptionItemProps, type OptionItemState, type Point, type PointerDownOutsideEvent, type PositioningOptions, type DropdownMenuProps as Props, type SelectionDetails, type DropdownMenuService as Service, anatomy, connect, itemGroupLabelProps, itemGroupProps, itemProps, machine, optionItemProps, props, splitItemGroupLabelProps, splitItemGroupProps, splitItemProps, splitOptionItemProps, splitProps };
|
|
@@ -4,11 +4,11 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
|
|
|
4
4
|
import { n as TypeaheadState } from "../../typeahead-D4TUCBly.mjs";
|
|
5
5
|
import { c as PointerDownOutsideEvent, n as FocusOutsideEvent, r as InteractOutsideEvent } from "../../index-CXu0elLS.mjs";
|
|
6
6
|
import { t as DismissableElementHandlers } from "../../dismissable-layer-CpUMMV1f.mjs";
|
|
7
|
-
import { p as PositioningOptions, u as Placement } from "../../index-
|
|
7
|
+
import { p as PositioningOptions, u as Placement } from "../../index-BhEktN_V.mjs";
|
|
8
8
|
import { a as Point } from "../../types-BI1JrN1V.mjs";
|
|
9
9
|
|
|
10
10
|
//#region src/machines/dropdown-menu/dropdown-menu.anatomy.d.ts
|
|
11
|
-
declare const anatomy: AnatomyInstance<"
|
|
11
|
+
declare const anatomy: AnatomyInstance<"content" | "item" | "trigger" | "indicator" | "itemGroup" | "itemIndicator" | "arrow" | "itemText" | "separator" | "arrowTip" | "positioner" | "itemGroupLabel" | "triggerItem">;
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/machines/dropdown-menu/dropdown-menu.types.d.ts
|
|
14
14
|
interface OpenChangeDetails {
|
|
@@ -33,7 +33,7 @@ type ElementIds = Partial<{
|
|
|
33
33
|
positioner: string;
|
|
34
34
|
arrow: string;
|
|
35
35
|
}>;
|
|
36
|
-
interface
|
|
36
|
+
interface DropdownMenuProps extends DirectionProperty, CommonProperties, DismissableElementHandlers {
|
|
37
37
|
ids?: ElementIds | undefined;
|
|
38
38
|
defaultHighlightedValue?: string | null | undefined;
|
|
39
39
|
highlightedValue?: string | null | undefined;
|
|
@@ -52,8 +52,8 @@ interface MenuProps extends DirectionProperty, CommonProperties, DismissableElem
|
|
|
52
52
|
navigate?: ((details: NavigateDetails) => void) | null | undefined;
|
|
53
53
|
}
|
|
54
54
|
type PropsWithDefault = "closeOnSelect" | "typeahead" | "composite" | "positioning" | "loopFocus";
|
|
55
|
-
interface
|
|
56
|
-
props: RequiredBy<
|
|
55
|
+
interface DropdownMenuSchema {
|
|
56
|
+
props: RequiredBy<DropdownMenuProps, PropsWithDefault>;
|
|
57
57
|
context: {
|
|
58
58
|
highlightedValue: string | null;
|
|
59
59
|
lastHighlightedValue: string | null;
|
|
@@ -69,8 +69,8 @@ interface MenuSchema {
|
|
|
69
69
|
highlightedId: string | null;
|
|
70
70
|
};
|
|
71
71
|
refs: {
|
|
72
|
-
parent:
|
|
73
|
-
children: Record<string,
|
|
72
|
+
parent: ParentDropdownMenuService | null;
|
|
73
|
+
children: Record<string, ChildDropdownMenuService>;
|
|
74
74
|
typeaheadState: TypeaheadState;
|
|
75
75
|
positioningOverride: Partial<PositioningOptions>;
|
|
76
76
|
};
|
|
@@ -81,10 +81,10 @@ interface MenuSchema {
|
|
|
81
81
|
state: "idle" | "open" | "closed" | "opening" | "closing";
|
|
82
82
|
tag: "open" | "closed";
|
|
83
83
|
}
|
|
84
|
-
type
|
|
85
|
-
type
|
|
86
|
-
type
|
|
87
|
-
type
|
|
84
|
+
type DropdownMenuService = Service<DropdownMenuSchema>;
|
|
85
|
+
type DropdownMenuMachine = Machine<DropdownMenuSchema>;
|
|
86
|
+
type ChildDropdownMenuService = Pick<DropdownMenuService, "prop" | "send" | "scope" | "context">;
|
|
87
|
+
type ParentDropdownMenuService = Pick<DropdownMenuService, "prop" | "send" | "refs" | "context">;
|
|
88
88
|
interface Api {
|
|
89
89
|
getItemProps: (props: ItemProps) => Record<string, any>;
|
|
90
90
|
getTriggerProps: () => Record<string, any>;
|
|
@@ -125,13 +125,13 @@ interface ItemBaseProps {
|
|
|
125
125
|
checked?: boolean | undefined;
|
|
126
126
|
valueText?: string | undefined;
|
|
127
127
|
}
|
|
128
|
-
interface
|
|
128
|
+
interface DropdownMenuApi<T extends PropTypes = PropTypes> {
|
|
129
129
|
open: boolean;
|
|
130
130
|
setOpen: (open: boolean) => void;
|
|
131
131
|
highlightedValue: string | null;
|
|
132
132
|
setHighlightedValue: (value: string) => void;
|
|
133
|
-
setParent: (parent:
|
|
134
|
-
setChild: (child:
|
|
133
|
+
setParent: (parent: ParentDropdownMenuService) => void;
|
|
134
|
+
setChild: (child: ChildDropdownMenuService) => void;
|
|
135
135
|
reposition: (options?: Partial<PositioningOptions>) => void;
|
|
136
136
|
getOptionItemState: (props: OptionItemProps) => OptionItemState;
|
|
137
137
|
getItemState: (props: ItemProps) => ItemState;
|
|
@@ -153,14 +153,14 @@ interface MenuApi<T extends PropTypes = PropTypes> {
|
|
|
153
153
|
}
|
|
154
154
|
//#endregion
|
|
155
155
|
//#region src/machines/dropdown-menu/dropdown-menu.connect.d.ts
|
|
156
|
-
declare function connect<T extends PropTypes>(service: Service<
|
|
156
|
+
declare function connect<T extends PropTypes>(service: Service<DropdownMenuSchema>, normalize: NormalizeProps<T>): DropdownMenuApi<T>;
|
|
157
157
|
//#endregion
|
|
158
158
|
//#region src/machines/dropdown-menu/dropdown-menu.machine.d.ts
|
|
159
|
-
declare const machine: Machine<
|
|
159
|
+
declare const machine: Machine<DropdownMenuSchema>;
|
|
160
160
|
//#endregion
|
|
161
161
|
//#region src/machines/dropdown-menu/dropdown-menu.props.d.ts
|
|
162
|
-
declare const props: (keyof
|
|
163
|
-
declare const splitProps: <Props extends Partial<
|
|
162
|
+
declare const props: (keyof DropdownMenuProps)[];
|
|
163
|
+
declare const splitProps: <Props extends Partial<DropdownMenuProps>>(props: Props) => [Partial<DropdownMenuProps>, Omit<Props, keyof DropdownMenuProps>];
|
|
164
164
|
declare const itemProps: (keyof ItemProps)[];
|
|
165
165
|
declare const splitItemProps: <Props extends ItemProps>(props: Props) => [ItemProps, Omit<Props, keyof ItemProps>];
|
|
166
166
|
declare const itemGroupLabelProps: "htmlFor"[];
|
|
@@ -170,4 +170,4 @@ declare const splitItemGroupProps: <Props extends ItemGroupProps>(props: Props)
|
|
|
170
170
|
declare const optionItemProps: (keyof OptionItemProps)[];
|
|
171
171
|
declare const splitOptionItemProps: <Props extends OptionItemProps>(props: Props) => [OptionItemProps, Omit<Props, keyof OptionItemProps>];
|
|
172
172
|
//#endregion
|
|
173
|
-
export { type
|
|
173
|
+
export { type DropdownMenuApi as Api, type ElementIds, type FocusOutsideEvent, type HighlightChangeDetails, type InteractOutsideEvent, type ItemBaseProps, type ItemGroupLabelProps, type ItemGroupProps, type ItemListenerProps, type ItemProps, type ItemState, type DropdownMenuMachine as Machine, type NavigateDetails, type OpenChangeDetails, type OptionItemProps, type OptionItemState, type Point, type PointerDownOutsideEvent, type PositioningOptions, type DropdownMenuProps as Props, type SelectionDetails, type DropdownMenuService as Service, anatomy, connect, itemGroupLabelProps, itemGroupProps, itemProps, machine, optionItemProps, props, splitItemGroupLabelProps, splitItemGroupProps, splitItemProps, splitOptionItemProps, splitProps };
|
|
@@ -858,8 +858,8 @@ const machine = createMachine({
|
|
|
858
858
|
...refs.get("positioningOverride")
|
|
859
859
|
};
|
|
860
860
|
context.set("currentPlacement", positioning.placement);
|
|
861
|
-
const getPositionerEl$
|
|
862
|
-
return getPlacement(getTriggerEl(scope), getPositionerEl$
|
|
861
|
+
const getPositionerEl$1 = () => getPositionerEl(scope);
|
|
862
|
+
return getPlacement(getTriggerEl(scope), getPositionerEl$1, {
|
|
863
863
|
...positioning,
|
|
864
864
|
defer: true,
|
|
865
865
|
onComplete(data) {
|
|
@@ -942,7 +942,7 @@ const machine = createMachine({
|
|
|
942
942
|
});
|
|
943
943
|
},
|
|
944
944
|
reposition({ context, scope, prop, event, refs }) {
|
|
945
|
-
const getPositionerEl$
|
|
945
|
+
const getPositionerEl$2 = () => getPositionerEl(scope);
|
|
946
946
|
const anchorPoint = context.get("anchorPoint");
|
|
947
947
|
const getAnchorRect = anchorPoint ? () => ({
|
|
948
948
|
width: 0,
|
|
@@ -953,7 +953,7 @@ const machine = createMachine({
|
|
|
953
953
|
...prop("positioning"),
|
|
954
954
|
...refs.get("positioningOverride")
|
|
955
955
|
};
|
|
956
|
-
getPlacement(getTriggerEl(scope), getPositionerEl$
|
|
956
|
+
getPlacement(getTriggerEl(scope), getPositionerEl$2, {
|
|
957
957
|
...positioning,
|
|
958
958
|
defer: true,
|
|
959
959
|
getAnchorRect,
|
|
@@ -4,7 +4,7 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
|
|
|
4
4
|
import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusOutsideEvent, r as InteractOutsideEvent } from "../../index-Cf0hysnI.cjs";
|
|
5
5
|
|
|
6
6
|
//#region src/machines/editable/editable.anatomy.d.ts
|
|
7
|
-
declare const anatomy: AnatomyInstance<"root" | "label" | "input" | "
|
|
7
|
+
declare const anatomy: AnatomyInstance<"root" | "label" | "input" | "control" | "area" | "preview" | "editTrigger" | "submitTrigger" | "cancelTrigger">;
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/machines/editable/editable.types.d.ts
|
|
10
10
|
interface ValueChangeDetails {
|
|
@@ -4,7 +4,7 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
|
|
|
4
4
|
import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusOutsideEvent, r as InteractOutsideEvent } from "../../index-CXu0elLS.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/machines/editable/editable.anatomy.d.ts
|
|
7
|
-
declare const anatomy: AnatomyInstance<"root" | "label" | "input" | "
|
|
7
|
+
declare const anatomy: AnatomyInstance<"root" | "label" | "input" | "control" | "area" | "preview" | "editTrigger" | "submitTrigger" | "cancelTrigger">;
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/machines/editable/editable.types.d.ts
|
|
10
10
|
interface ValueChangeDetails {
|
|
@@ -4,7 +4,7 @@ import { b as NormalizeProps, g as RequiredBy, o as LocaleProperties, t as Commo
|
|
|
4
4
|
import { i as FileMimeType, r as FileError } from "../../types-oR0sELNB.cjs";
|
|
5
5
|
|
|
6
6
|
//#region src/machines/file-upload/file-upload.anatomy.d.ts
|
|
7
|
-
declare const anatomy: AnatomyInstance<"root" | "
|
|
7
|
+
declare const anatomy: AnatomyInstance<"root" | "item" | "label" | "trigger" | "dropzone" | "itemName" | "itemSizeText" | "itemPreview" | "itemDeleteTrigger" | "itemGroup" | "itemPreviewImage" | "clearTrigger">;
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/machines/file-upload/file-upload.types.d.ts
|
|
10
10
|
interface FileRejection {
|
|
@@ -4,7 +4,7 @@ import { b as NormalizeProps, g as RequiredBy, o as LocaleProperties, t as Commo
|
|
|
4
4
|
import { i as FileMimeType, r as FileError } from "../../types-CW-uU8Nz.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/machines/file-upload/file-upload.anatomy.d.ts
|
|
7
|
-
declare const anatomy: AnatomyInstance<"root" | "
|
|
7
|
+
declare const anatomy: AnatomyInstance<"root" | "item" | "label" | "trigger" | "dropzone" | "itemName" | "itemSizeText" | "itemPreview" | "itemDeleteTrigger" | "itemGroup" | "itemPreviewImage" | "clearTrigger">;
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/machines/file-upload/file-upload.types.d.ts
|
|
10
10
|
interface FileRejection {
|
|
@@ -4,7 +4,7 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
|
|
|
4
4
|
import { a as Point, o as Rect, y as Size } from "../../types-Ct9amXkj.cjs";
|
|
5
5
|
|
|
6
6
|
//#region src/machines/floating-panel/floating-panel.anatomy.d.ts
|
|
7
|
-
declare const anatomy: AnatomyInstance<"
|
|
7
|
+
declare const anatomy: AnatomyInstance<"content" | "control" | "trigger" | "body" | "header" | "title" | "resizeTrigger" | "positioner" | "closeTrigger" | "dragTrigger" | "stageTrigger">;
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/machines/floating-panel/floating-panel.types.d.ts
|
|
10
10
|
interface PositionChangeDetails {
|
|
@@ -4,7 +4,7 @@ import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as Comm
|
|
|
4
4
|
import { a as Point, o as Rect, y as Size } from "../../types-BI1JrN1V.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/machines/floating-panel/floating-panel.anatomy.d.ts
|
|
7
|
-
declare const anatomy: AnatomyInstance<"
|
|
7
|
+
declare const anatomy: AnatomyInstance<"content" | "control" | "trigger" | "body" | "header" | "title" | "resizeTrigger" | "positioner" | "closeTrigger" | "dragTrigger" | "stageTrigger">;
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/machines/floating-panel/floating-panel.types.d.ts
|
|
10
10
|
interface PositionChangeDetails {
|
|
@@ -5,7 +5,7 @@ import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusO
|
|
|
5
5
|
import { c as Placement, d as PositioningOptions } from "../../types-DE9w-zbc.cjs";
|
|
6
6
|
|
|
7
7
|
//#region src/machines/hover-card/hover-card.anatomy.d.ts
|
|
8
|
-
declare const anatomy: AnatomyInstance<"
|
|
8
|
+
declare const anatomy: AnatomyInstance<"content" | "trigger" | "arrow" | "arrowTip" | "positioner">;
|
|
9
9
|
//#endregion
|
|
10
10
|
//#region src/machines/hover-card/hover-card.types.d.ts
|
|
11
11
|
interface OpenChangeDetails {
|
|
@@ -2,10 +2,10 @@ import { n as AnatomyInstance } from "../../create-anatomy-UNZ__hxH.mjs";
|
|
|
2
2
|
import { p as Machine, u as EventObject, y as Service } from "../../types-BM4oVvZZ.mjs";
|
|
3
3
|
import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-CafmAesU.mjs";
|
|
4
4
|
import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusOutsideEvent, r as InteractOutsideEvent } from "../../index-CXu0elLS.mjs";
|
|
5
|
-
import { p as PositioningOptions, u as Placement } from "../../index-
|
|
5
|
+
import { p as PositioningOptions, u as Placement } from "../../index-BhEktN_V.mjs";
|
|
6
6
|
|
|
7
7
|
//#region src/machines/hover-card/hover-card.anatomy.d.ts
|
|
8
|
-
declare const anatomy: AnatomyInstance<"
|
|
8
|
+
declare const anatomy: AnatomyInstance<"content" | "trigger" | "arrow" | "arrowTip" | "positioner">;
|
|
9
9
|
//#endregion
|
|
10
10
|
//#region src/machines/hover-card/hover-card.types.d.ts
|
|
11
11
|
interface OpenChangeDetails {
|