@sprawlify/vue 0.0.103 → 0.0.104
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/{alert-dialog-anatomy-CxUYPzIq.d.ts → alert-dialog-anatomy-CD-YO5c2.d.ts} +1 -1
- package/dist/{carousel-anatomy-DGhWF5Kt.d.ts → carousel-anatomy-pJorXt5M.d.ts} +1 -1
- package/dist/{color-picker-anatomy-DYoNbWSo.d.ts → color-picker-anatomy-JnpM9way.d.ts} +1 -1
- package/dist/{combobox-anatomy-CMdVsilp.d.ts → combobox-anatomy-BgE2KMyL.d.ts} +1 -1
- package/dist/components/accordion/index.js +1 -0
- package/dist/components/alert-dialog/index.d.ts +13 -14
- package/dist/components/anatomy.d.ts +6 -6
- package/dist/components/bottom-sheet/index.d.ts +2 -2
- package/dist/components/carousel/index.d.ts +5 -5
- package/dist/components/checkbox/index.d.ts +1 -1
- package/dist/components/clipboard/index.d.ts +2 -2
- package/dist/components/collapsible/index.d.ts +2 -2
- package/dist/components/color-picker/index.d.ts +10 -10
- package/dist/components/combobox/index.d.ts +6 -6
- package/dist/components/date-picker/index.d.ts +7 -7
- package/dist/components/dialog/index.d.ts +12 -13
- package/dist/components/dropdown-menu/index.d.ts +12 -12
- package/dist/components/editable/index.d.ts +9 -9
- package/dist/components/field/index.d.ts +1 -1
- package/dist/components/file-upload/index.d.ts +1 -1
- package/dist/components/floating-panel/index.d.ts +2 -2
- package/dist/components/highlight/index.d.ts +1 -1
- package/dist/components/hover-card/index.d.ts +7 -7
- package/dist/components/json-tree-view/index.d.ts +1 -1
- package/dist/components/json-tree-view/index.js +2 -0
- package/dist/components/number-input/index.d.ts +2 -2
- package/dist/components/pagination/index.d.ts +2 -2
- package/dist/components/password-input/index.d.ts +1 -1
- package/dist/components/pin-input/index.d.ts +4 -4
- package/dist/components/popover/index.d.ts +13 -13
- package/dist/components/radio-group/index.d.ts +1 -1
- package/dist/components/rating-group/index.d.ts +1 -1
- package/dist/components/select/index.d.ts +5 -5
- package/dist/components/signature-pad/index.d.ts +1 -1
- package/dist/components/switch/index.d.ts +1 -1
- package/dist/components/tags-input/index.d.ts +11 -11
- package/dist/components/tooltip/index.d.ts +2 -2
- package/dist/components/tour/index.d.ts +10 -10
- package/dist/components/tree-view/index.d.ts +1 -1
- package/dist/components/tree-view/index.js +1 -0
- package/dist/date-picker-anatomy-CEDpFgbs.d.ts +6 -0
- package/dist/{index-CzQ0cHc4.d.ts → index-BbSg4qcW.d.ts} +2 -2
- package/dist/{tour-anatomy-pOO107BG.d.ts → tour-anatomy-D56wibsA.d.ts} +1 -1
- package/package.json +2 -2
- package/dist/date-picker-anatomy-DIqoUAQx.d.ts +0 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/alert-dialog/alert-dialog-anatomy.d.ts
|
|
4
|
-
declare const alertDialogAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"title" | "
|
|
4
|
+
declare const alertDialogAnatomy: _sprawlify_primitives_anatomy0.Anatomy<"title" | "content" | "trigger" | "backdrop" | "closeTrigger" | "positioner" | "description">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { alertDialogAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/carousel/carousel-anatomy.d.ts
|
|
4
|
-
declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "indicator" | "item" | "
|
|
4
|
+
declare const carouselAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"root" | "control" | "indicator" | "item" | "prevTrigger" | "nextTrigger" | "itemGroup" | "indicatorGroup" | "autoplayTrigger" | "progressText" | "autoplayIndicator">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { carouselAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/color-picker/color-picker-anatomy.d.ts
|
|
4
|
-
declare const colorPickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"area" | "label" | "view" | "
|
|
4
|
+
declare const colorPickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"area" | "label" | "view" | "content" | "trigger" | "positioner" | "root" | "control" | "areaThumb" | "valueText" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { colorPickerAnatomy as t };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/combobox/combobox-anatomy.d.ts
|
|
4
|
-
declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "
|
|
4
|
+
declare const comboboxAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "content" | "trigger" | "positioner" | "root" | "control" | "item" | "itemGroup" | "itemIndicator" | "itemText" | "clearTrigger" | "list" | "itemGroupLabel" | "empty">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { comboboxAnatomy as t };
|
|
@@ -4,6 +4,7 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
5
|
import { n as sprawlify, r as useForwardExpose } from "../../factory-DNG1el63.js";
|
|
6
6
|
import { t as accordionAnatomy } from "../../accordion-anatomy-Die9efSm.js";
|
|
7
|
+
import "../../collapsible-anatomy-BIdE3Swa.js";
|
|
7
8
|
import { l as useCollapsibleContext, t as collapsible_exports } from "../../collapsible-nSsGHMUx.js";
|
|
8
9
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
9
10
|
import { t as createSplitProps } from "../../create-split-props-D32I38aE.js";
|
|
@@ -3,12 +3,11 @@ import { t as RootEmits$1 } from "../../presence-types-D-XuGmDH.js";
|
|
|
3
3
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
4
4
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
5
5
|
import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js";
|
|
6
|
-
import { t as alertDialogAnatomy } from "../../alert-dialog-anatomy-
|
|
6
|
+
import { t as alertDialogAnatomy } from "../../alert-dialog-anatomy-CD-YO5c2.js";
|
|
7
7
|
import * as vue from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
9
|
import * as dialog from "@sprawlify/primitives/machines/dialog";
|
|
10
10
|
import { FocusOutsideEvent, FocusOutsideEvent as DialogFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as DialogInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as DialogOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as DialogPointerDownOutsideEvent } from "@sprawlify/primitives/machines/dialog";
|
|
11
|
-
import * as _sprawlify_primitives_machines_bottom_sheet0 from "@sprawlify/primitives/machines/bottom-sheet";
|
|
12
11
|
|
|
13
12
|
//#region src/components/alert-dialog/alert-dialog-backdrop.vue.d.ts
|
|
14
13
|
interface AlertDialogBackdropBaseProps extends PolymorphicProps {}
|
|
@@ -164,38 +163,38 @@ interface AlertDialogRootEmits extends RootEmits {}
|
|
|
164
163
|
declare const _default$6: typeof __VLS_export$3;
|
|
165
164
|
declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<AlertDialogRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
166
165
|
exitComplete: () => any;
|
|
167
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
168
|
-
focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any;
|
|
169
|
-
interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any;
|
|
170
166
|
openChange: (details: dialog.OpenChangeDetails) => any;
|
|
171
|
-
|
|
167
|
+
"update:open": (open: boolean) => any;
|
|
168
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
169
|
+
focusOutside: (event: dialog.FocusOutsideEvent) => any;
|
|
170
|
+
interactOutside: (event: dialog.InteractOutsideEvent) => any;
|
|
171
|
+
pointerDownOutside: (event: dialog.PointerDownOutsideEvent) => any;
|
|
172
172
|
requestDismiss: (event: CustomEvent<{
|
|
173
173
|
originalLayer: HTMLElement;
|
|
174
174
|
targetLayer: HTMLElement | undefined;
|
|
175
175
|
originalIndex: number;
|
|
176
176
|
targetIndex: number;
|
|
177
177
|
}>) => any;
|
|
178
|
-
"update:open": (open: boolean) => any;
|
|
179
178
|
}, string, vue.PublicProps, Readonly<AlertDialogRootProps> & Readonly<{
|
|
180
179
|
onExitComplete?: (() => any) | undefined;
|
|
181
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
182
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any) | undefined;
|
|
183
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any) | undefined;
|
|
184
180
|
onOpenChange?: ((details: dialog.OpenChangeDetails) => any) | undefined;
|
|
185
|
-
|
|
181
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
182
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
183
|
+
onFocusOutside?: ((event: dialog.FocusOutsideEvent) => any) | undefined;
|
|
184
|
+
onInteractOutside?: ((event: dialog.InteractOutsideEvent) => any) | undefined;
|
|
185
|
+
onPointerDownOutside?: ((event: dialog.PointerDownOutsideEvent) => any) | undefined;
|
|
186
186
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
187
187
|
originalLayer: HTMLElement;
|
|
188
188
|
targetLayer: HTMLElement | undefined;
|
|
189
189
|
originalIndex: number;
|
|
190
190
|
targetIndex: number;
|
|
191
191
|
}>) => any) | undefined;
|
|
192
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
193
192
|
}>, {
|
|
193
|
+
defaultOpen: boolean;
|
|
194
|
+
open: boolean;
|
|
194
195
|
closeOnEscape: boolean;
|
|
195
196
|
closeOnInteractOutside: boolean;
|
|
196
|
-
defaultOpen: boolean;
|
|
197
197
|
modal: boolean;
|
|
198
|
-
open: boolean;
|
|
199
198
|
preventScroll: boolean;
|
|
200
199
|
restoreFocus: boolean;
|
|
201
200
|
trapFocus: boolean;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { t as accordionAnatomy } from "../accordion-anatomy-DH1HE1RK.js";
|
|
2
|
-
import { t as alertDialogAnatomy } from "../alert-dialog-anatomy-
|
|
2
|
+
import { t as alertDialogAnatomy } from "../alert-dialog-anatomy-CD-YO5c2.js";
|
|
3
3
|
import { t as angleSliderAnatomy } from "../angle-slider-anatomy-CPWlz22O.js";
|
|
4
4
|
import { t as avatarAnatomy } from "../avatar-anatomy-C15IaG7l.js";
|
|
5
5
|
import { t as bottomSheetAnatomy } from "../bottom-sheet-anatomy-DoteJlEZ.js";
|
|
6
|
-
import { t as carouselAnatomy } from "../carousel-anatomy-
|
|
6
|
+
import { t as carouselAnatomy } from "../carousel-anatomy-pJorXt5M.js";
|
|
7
7
|
import { t as checkboxAnatomy } from "../checkbox-anatomy-Bkxq8P4k.js";
|
|
8
8
|
import { t as clipboardAnatomy } from "../clipboard-anatomy-dy6XNAbY.js";
|
|
9
9
|
import { t as collapsibleAnatomy } from "../collapsible-anatomy-DUZOe3-a.js";
|
|
10
|
-
import { t as colorPickerAnatomy } from "../color-picker-anatomy-
|
|
11
|
-
import { t as comboboxAnatomy } from "../combobox-anatomy-
|
|
12
|
-
import { t as datePickerAnatomy } from "../date-picker-anatomy-
|
|
10
|
+
import { t as colorPickerAnatomy } from "../color-picker-anatomy-JnpM9way.js";
|
|
11
|
+
import { t as comboboxAnatomy } from "../combobox-anatomy-BgE2KMyL.js";
|
|
12
|
+
import { t as datePickerAnatomy } from "../date-picker-anatomy-CEDpFgbs.js";
|
|
13
13
|
import { t as dialogAnatomy } from "../dialog-anatomy-DJDXF2AU.js";
|
|
14
14
|
import { t as editableAnatomy } from "../editable-anatomy-CH0QFbjb.js";
|
|
15
15
|
import { t as fieldAnatomy } from "../field-anatomy-BWikn-kn.js";
|
|
@@ -47,7 +47,7 @@ import { t as toastAnatomy } from "../toast-anatomy-C611urcE.js";
|
|
|
47
47
|
import { t as toggleGroupAnatomy } from "../toggle-group-anatomy-BMEHxthU.js";
|
|
48
48
|
import { t as toggleAnatomy } from "../toggle-anatomy-CAfJOViG.js";
|
|
49
49
|
import { t as tooltipAnatomy } from "../tooltip-anatomy-B2EMlOzF.js";
|
|
50
|
-
import { t as tourAnatomy } from "../tour-anatomy-
|
|
50
|
+
import { t as tourAnatomy } from "../tour-anatomy-D56wibsA.js";
|
|
51
51
|
import { t as treeViewAnatomy } from "../tree-view-anatomy-DiA9oPpn.js";
|
|
52
52
|
import { anatomy as aspectRatioAnatomy } from "@sprawlify/primitives/machines/aspect-ratio";
|
|
53
53
|
export * from "@sprawlify/primitives/anatomy";
|
|
@@ -168,11 +168,11 @@ declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<BottomSheetR
|
|
|
168
168
|
snapPoint: number | string;
|
|
169
169
|
}) => any) | undefined;
|
|
170
170
|
}>, {
|
|
171
|
+
defaultOpen: boolean;
|
|
172
|
+
open: boolean;
|
|
171
173
|
closeOnEscape: boolean;
|
|
172
174
|
closeOnInteractOutside: boolean;
|
|
173
|
-
defaultOpen: boolean;
|
|
174
175
|
modal: boolean;
|
|
175
|
-
open: boolean;
|
|
176
176
|
preventScroll: boolean;
|
|
177
177
|
restoreFocus: boolean;
|
|
178
178
|
trapFocus: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
2
2
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
3
3
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
|
-
import { t as carouselAnatomy } from "../../carousel-anatomy-
|
|
4
|
+
import { t as carouselAnatomy } from "../../carousel-anatomy-pJorXt5M.js";
|
|
5
5
|
import * as vue from "vue";
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as carousel from "@sprawlify/primitives/machines/carousel";
|
|
@@ -272,15 +272,15 @@ HTMLAttributes {}
|
|
|
272
272
|
interface CarouselRootEmits extends RootEmits {}
|
|
273
273
|
declare const _default$11: typeof __VLS_export;
|
|
274
274
|
declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<CarouselRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
275
|
-
autoplayStatusChange: (details: carousel.AutoplayStatusDetails) => any;
|
|
276
|
-
dragStatusChange: (details: carousel.DragStatusDetails) => any;
|
|
277
275
|
pageChange: (details: carousel.PageChangeDetails) => any;
|
|
278
276
|
"update:page": (page: number) => any;
|
|
277
|
+
autoplayStatusChange: (details: carousel.AutoplayStatusDetails) => any;
|
|
278
|
+
dragStatusChange: (details: carousel.DragStatusDetails) => any;
|
|
279
279
|
}, string, vue.PublicProps, Readonly<CarouselRootProps> & Readonly<{
|
|
280
|
-
onAutoplayStatusChange?: ((details: carousel.AutoplayStatusDetails) => any) | undefined;
|
|
281
|
-
onDragStatusChange?: ((details: carousel.DragStatusDetails) => any) | undefined;
|
|
282
280
|
onPageChange?: ((details: carousel.PageChangeDetails) => any) | undefined;
|
|
283
281
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
282
|
+
onAutoplayStatusChange?: ((details: carousel.AutoplayStatusDetails) => any) | undefined;
|
|
283
|
+
onDragStatusChange?: ((details: carousel.DragStatusDetails) => any) | undefined;
|
|
284
284
|
}>, {
|
|
285
285
|
allowMouseDrag: boolean;
|
|
286
286
|
autoplay: boolean | {
|
|
@@ -221,11 +221,11 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<CheckboxRoot
|
|
|
221
221
|
onCheckedChange?: ((details: checkbox.CheckedChangeDetails) => any) | undefined;
|
|
222
222
|
"onUpdate:checked"?: ((checked: checkbox.CheckedState) => any) | undefined;
|
|
223
223
|
}>, {
|
|
224
|
-
required: boolean;
|
|
225
224
|
disabled: boolean;
|
|
226
225
|
readOnly: boolean;
|
|
227
226
|
invalid: boolean;
|
|
228
227
|
checked: checkbox.CheckedState;
|
|
228
|
+
required: boolean;
|
|
229
229
|
defaultChecked: checkbox.CheckedState;
|
|
230
230
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
231
231
|
default?: (props: {}) => any;
|
|
@@ -149,13 +149,13 @@ HTMLAttributes {}
|
|
|
149
149
|
interface ClipboardRootEmits extends RootEmits {}
|
|
150
150
|
declare const _default$5: typeof __VLS_export$2;
|
|
151
151
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<ClipboardRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
152
|
+
statusChange: (details: clipboard.CopyStatusDetails) => any;
|
|
152
153
|
valueChange: (details: clipboard.ValueChangeDetails) => any;
|
|
153
154
|
"update:modelValue": (value: string) => any;
|
|
154
|
-
statusChange: (details: clipboard.CopyStatusDetails) => any;
|
|
155
155
|
}, string, vue.PublicProps, Readonly<ClipboardRootProps> & Readonly<{
|
|
156
|
+
onStatusChange?: ((details: clipboard.CopyStatusDetails) => any) | undefined;
|
|
156
157
|
onValueChange?: ((details: clipboard.ValueChangeDetails) => any) | undefined;
|
|
157
158
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
158
|
-
onStatusChange?: ((details: clipboard.CopyStatusDetails) => any) | undefined;
|
|
159
159
|
}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
160
160
|
default?: (props: {}) => any;
|
|
161
161
|
}>;
|
|
@@ -111,10 +111,10 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<CollapsibleR
|
|
|
111
111
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
112
112
|
}>, {
|
|
113
113
|
disabled: boolean;
|
|
114
|
-
lazyMount: boolean;
|
|
115
|
-
unmountOnExit: boolean;
|
|
116
114
|
defaultOpen: boolean;
|
|
115
|
+
lazyMount: boolean;
|
|
117
116
|
open: boolean;
|
|
117
|
+
unmountOnExit: boolean;
|
|
118
118
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
119
119
|
default?: (props: {}) => any;
|
|
120
120
|
}>;
|
|
@@ -4,10 +4,10 @@ import { c as PresenceProps } from "../../index-B4l20i3i.js";
|
|
|
4
4
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
5
5
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
6
6
|
import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js";
|
|
7
|
-
import { t as colorPickerAnatomy } from "../../color-picker-anatomy-
|
|
7
|
+
import { t as colorPickerAnatomy } from "../../color-picker-anatomy-JnpM9way.js";
|
|
8
8
|
import * as vue from "vue";
|
|
9
9
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, UnwrapRef } from "vue";
|
|
10
|
-
import * as
|
|
10
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
11
11
|
import * as colorPicker from "@sprawlify/primitives/machines/color-picker";
|
|
12
12
|
import { AreaProps, ChannelInputProps, ChannelProps, Color, Color as Color$1, ColorFormat, ColorFormat as ColorFormat$1, ColorFormat as ColorPickerColorFormat, FocusOutsideEvent, FocusOutsideEvent as ColorPickerFocusOutsideEvent, FormatChangeDetails, FormatChangeDetails as ColorPickerFormatChangeDetails, InteractOutsideEvent, InteractOutsideEvent as ColorPickerInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as ColorPickerOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as ColorPickerPointerDownOutsideEvent, SwatchProps, SwatchTriggerProps, TransparencyGridProps, ValueChangeDetails, ValueChangeDetails as ColorPickerValueChangeDetails, parse as parseColor } from "@sprawlify/primitives/machines/color-picker";
|
|
13
13
|
import * as _sprawlify_primitives_color_utils0 from "@sprawlify/primitives/color-utils";
|
|
@@ -406,11 +406,11 @@ declare const __VLS_export$9: __VLS_WithSlots$9<vue.DefineComponent<ColorPickerR
|
|
|
406
406
|
valueChange: (details: colorPicker.ValueChangeDetails) => any;
|
|
407
407
|
"update:modelValue": (value: _sprawlify_primitives_color_utils0.Color) => any;
|
|
408
408
|
exitComplete: () => any;
|
|
409
|
-
focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any;
|
|
410
|
-
interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any;
|
|
411
409
|
openChange: (details: colorPicker.OpenChangeDetails) => any;
|
|
412
|
-
pointerDownOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.PointerDownOutsideEvent) => any;
|
|
413
410
|
"update:open": (open: boolean) => any;
|
|
411
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
412
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
413
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
414
414
|
valueChangeEnd: (details: colorPicker.ValueChangeDetails) => any;
|
|
415
415
|
formatChange: (details: colorPicker.FormatChangeDetails) => any;
|
|
416
416
|
"update:format": (format: _sprawlify_primitives_color_utils0.ColorFormat) => any;
|
|
@@ -418,20 +418,20 @@ declare const __VLS_export$9: __VLS_WithSlots$9<vue.DefineComponent<ColorPickerR
|
|
|
418
418
|
onValueChange?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
|
|
419
419
|
"onUpdate:modelValue"?: ((value: _sprawlify_primitives_color_utils0.Color) => any) | undefined;
|
|
420
420
|
onExitComplete?: (() => any) | undefined;
|
|
421
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any) | undefined;
|
|
422
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any) | undefined;
|
|
423
421
|
onOpenChange?: ((details: colorPicker.OpenChangeDetails) => any) | undefined;
|
|
424
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.PointerDownOutsideEvent) => any) | undefined;
|
|
425
422
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
423
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
424
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
425
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
426
426
|
onValueChangeEnd?: ((details: colorPicker.ValueChangeDetails) => any) | undefined;
|
|
427
427
|
onFormatChange?: ((details: colorPicker.FormatChangeDetails) => any) | undefined;
|
|
428
428
|
"onUpdate:format"?: ((format: _sprawlify_primitives_color_utils0.ColorFormat) => any) | undefined;
|
|
429
429
|
}>, {
|
|
430
|
-
inline: boolean;
|
|
431
|
-
required: boolean;
|
|
432
430
|
disabled: boolean;
|
|
433
431
|
readOnly: boolean;
|
|
434
432
|
invalid: boolean;
|
|
433
|
+
inline: boolean;
|
|
434
|
+
required: boolean;
|
|
435
435
|
defaultOpen: boolean;
|
|
436
436
|
open: boolean;
|
|
437
437
|
closeOnSelect: boolean;
|
|
@@ -4,11 +4,11 @@ import { i as UsePresenceProps } from "../../index-B4l20i3i.js";
|
|
|
4
4
|
import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-CcpL2F4P.js";
|
|
5
5
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
6
6
|
import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js";
|
|
7
|
-
import { t as comboboxAnatomy } from "../../combobox-anatomy-
|
|
7
|
+
import { t as comboboxAnatomy } from "../../combobox-anatomy-BgE2KMyL.js";
|
|
8
8
|
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-DuD8fQUF.js";
|
|
9
9
|
import * as vue from "vue";
|
|
10
10
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
11
|
-
import * as
|
|
11
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
12
12
|
import * as combobox from "@sprawlify/primitives/machines/combobox";
|
|
13
13
|
import { FocusOutsideEvent, FocusOutsideEvent as ComboboxFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as ComboboxHighlightChangeDetails, InputValueChangeDetails, InputValueChangeDetails as ComboboxInputValueChangeDetails, InteractOutsideEvent, InteractOutsideEvent as ComboboxInteractOutsideEvent, ItemGroupProps, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as ComboboxOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as ComboboxPointerDownOutsideEvent, SelectionDetails, SelectionDetails as ComboboxSelectionDetails, TriggerProps, ValueChangeDetails, ValueChangeDetails as ComboboxValueChangeDetails } from "@sprawlify/primitives/machines/combobox";
|
|
14
14
|
|
|
@@ -542,11 +542,11 @@ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
542
542
|
onValueChange?: ((details: combobox.ValueChangeDetails<T>) => any) | undefined;
|
|
543
543
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
544
544
|
onExitComplete?: (() => any) | undefined;
|
|
545
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any) | undefined;
|
|
546
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any) | undefined;
|
|
547
545
|
onOpenChange?: ((details: combobox.OpenChangeDetails) => any) | undefined;
|
|
548
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.PointerDownOutsideEvent) => any) | undefined;
|
|
549
546
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
547
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
548
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
549
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
550
550
|
onHighlightChange?: ((details: combobox.HighlightChangeDetails<T>) => any) | undefined;
|
|
551
551
|
onInputValueChange?: ((details: combobox.InputValueChangeDetails) => any) | undefined;
|
|
552
552
|
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
@@ -562,7 +562,7 @@ declare const __VLS_export$2: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
562
562
|
emit: ((evt: "select", details: {
|
|
563
563
|
value: string[];
|
|
564
564
|
itemValue: string;
|
|
565
|
-
}) => void) & ((evt: "valueChange", details: combobox.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "exitComplete") => void) & ((evt: "
|
|
565
|
+
}) => void) & ((evt: "valueChange", details: combobox.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "exitComplete") => void) & ((evt: "openChange", details: combobox.OpenChangeDetails) => void) & ((evt: "update:open", value: boolean) => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => void) & ((evt: "highlightChange", details: combobox.HighlightChangeDetails<T>) => void) & ((evt: "inputValueChange", details: combobox.InputValueChangeDetails) => void) & ((evt: "update:highlightedValue", value: string | null) => void) & ((evt: "update:inputValue", value: string) => void);
|
|
566
566
|
}>) => vue.VNode & {
|
|
567
567
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
568
568
|
};
|
|
@@ -3,7 +3,7 @@ import { t as RootEmits$1 } from "../../presence-types-D-XuGmDH.js";
|
|
|
3
3
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
4
4
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
5
5
|
import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js";
|
|
6
|
-
import { t as datePickerAnatomy } from "../../date-picker-anatomy-
|
|
6
|
+
import { t as datePickerAnatomy } from "../../date-picker-anatomy-CEDpFgbs.js";
|
|
7
7
|
import * as vue from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, Reactive, SelectHTMLAttributes, SlotsType, TableHTMLAttributes, TdHTMLAttributes, ThHTMLAttributes, UnwrapRef } from "vue";
|
|
9
9
|
import * as datePicker from "@sprawlify/primitives/machines/date-picker";
|
|
@@ -346,31 +346,31 @@ declare const _default$12: typeof __VLS_export$12;
|
|
|
346
346
|
declare const __VLS_export$12: __VLS_WithSlots$11<vue.DefineComponent<DatePickerRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
347
347
|
valueChange: (details: datePicker.ValueChangeDetails) => any;
|
|
348
348
|
"update:modelValue": (value: datePicker.DateValue[]) => any;
|
|
349
|
-
focusChange: (details: datePicker.FocusChangeDetails) => any;
|
|
350
349
|
exitComplete: () => any;
|
|
351
350
|
openChange: (details: datePicker.OpenChangeDetails) => any;
|
|
352
351
|
"update:open": (open: boolean) => any;
|
|
353
|
-
|
|
352
|
+
focusChange: (details: datePicker.FocusChangeDetails) => any;
|
|
354
353
|
viewChange: (details: datePicker.ViewChangeDetails) => any;
|
|
355
354
|
visibleRangeChange: (details: datePicker.VisibleRangeChangeDetails) => any;
|
|
356
355
|
"update:view": (view: datePicker.DateView) => any;
|
|
356
|
+
"update:focusedValue": (focusedValue: datePicker.DateValue) => any;
|
|
357
357
|
}, string, vue.PublicProps, Readonly<DatePickerRootProps> & Readonly<{
|
|
358
358
|
onValueChange?: ((details: datePicker.ValueChangeDetails) => any) | undefined;
|
|
359
359
|
"onUpdate:modelValue"?: ((value: datePicker.DateValue[]) => any) | undefined;
|
|
360
|
-
onFocusChange?: ((details: datePicker.FocusChangeDetails) => any) | undefined;
|
|
361
360
|
onExitComplete?: (() => any) | undefined;
|
|
362
361
|
onOpenChange?: ((details: datePicker.OpenChangeDetails) => any) | undefined;
|
|
363
362
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
364
|
-
|
|
363
|
+
onFocusChange?: ((details: datePicker.FocusChangeDetails) => any) | undefined;
|
|
365
364
|
onViewChange?: ((details: datePicker.ViewChangeDetails) => any) | undefined;
|
|
366
365
|
onVisibleRangeChange?: ((details: datePicker.VisibleRangeChangeDetails) => any) | undefined;
|
|
367
366
|
"onUpdate:view"?: ((view: datePicker.DateView) => any) | undefined;
|
|
367
|
+
"onUpdate:focusedValue"?: ((focusedValue: datePicker.DateValue) => any) | undefined;
|
|
368
368
|
}>, {
|
|
369
|
-
inline: boolean;
|
|
370
|
-
required: boolean;
|
|
371
369
|
disabled: boolean;
|
|
372
370
|
readOnly: boolean;
|
|
373
371
|
invalid: boolean;
|
|
372
|
+
inline: boolean;
|
|
373
|
+
required: boolean;
|
|
374
374
|
defaultOpen: boolean;
|
|
375
375
|
open: boolean;
|
|
376
376
|
closeOnSelect: boolean;
|
|
@@ -8,7 +8,6 @@ import * as vue from "vue";
|
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
9
|
import * as dialog from "@sprawlify/primitives/machines/dialog";
|
|
10
10
|
import { FocusOutsideEvent, FocusOutsideEvent as DialogFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as DialogInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as DialogOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as DialogPointerDownOutsideEvent } from "@sprawlify/primitives/machines/dialog";
|
|
11
|
-
import * as _sprawlify_primitives_machines_bottom_sheet0 from "@sprawlify/primitives/machines/bottom-sheet";
|
|
12
11
|
|
|
13
12
|
//#region src/components/dialog/dialog-backdrop.vue.d.ts
|
|
14
13
|
interface DialogBackdropBaseProps extends PolymorphicProps {}
|
|
@@ -165,38 +164,38 @@ interface DialogRootEmits extends RootEmits {}
|
|
|
165
164
|
declare const _default$6: typeof __VLS_export$3;
|
|
166
165
|
declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<DialogRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
167
166
|
exitComplete: () => any;
|
|
168
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
169
|
-
focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any;
|
|
170
|
-
interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any;
|
|
171
167
|
openChange: (details: dialog.OpenChangeDetails) => any;
|
|
172
|
-
|
|
168
|
+
"update:open": (open: boolean) => any;
|
|
169
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
170
|
+
focusOutside: (event: dialog.FocusOutsideEvent) => any;
|
|
171
|
+
interactOutside: (event: dialog.InteractOutsideEvent) => any;
|
|
172
|
+
pointerDownOutside: (event: dialog.PointerDownOutsideEvent) => any;
|
|
173
173
|
requestDismiss: (event: CustomEvent<{
|
|
174
174
|
originalLayer: HTMLElement;
|
|
175
175
|
targetLayer: HTMLElement | undefined;
|
|
176
176
|
originalIndex: number;
|
|
177
177
|
targetIndex: number;
|
|
178
178
|
}>) => any;
|
|
179
|
-
"update:open": (open: boolean) => any;
|
|
180
179
|
}, string, vue.PublicProps, Readonly<DialogRootProps> & Readonly<{
|
|
181
180
|
onExitComplete?: (() => any) | undefined;
|
|
182
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
183
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any) | undefined;
|
|
184
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any) | undefined;
|
|
185
181
|
onOpenChange?: ((details: dialog.OpenChangeDetails) => any) | undefined;
|
|
186
|
-
|
|
182
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
183
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
184
|
+
onFocusOutside?: ((event: dialog.FocusOutsideEvent) => any) | undefined;
|
|
185
|
+
onInteractOutside?: ((event: dialog.InteractOutsideEvent) => any) | undefined;
|
|
186
|
+
onPointerDownOutside?: ((event: dialog.PointerDownOutsideEvent) => any) | undefined;
|
|
187
187
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
188
188
|
originalLayer: HTMLElement;
|
|
189
189
|
targetLayer: HTMLElement | undefined;
|
|
190
190
|
originalIndex: number;
|
|
191
191
|
targetIndex: number;
|
|
192
192
|
}>) => any) | undefined;
|
|
193
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
194
193
|
}>, {
|
|
194
|
+
defaultOpen: boolean;
|
|
195
|
+
open: boolean;
|
|
195
196
|
closeOnEscape: boolean;
|
|
196
197
|
closeOnInteractOutside: boolean;
|
|
197
|
-
defaultOpen: boolean;
|
|
198
198
|
modal: boolean;
|
|
199
|
-
open: boolean;
|
|
200
199
|
preventScroll: boolean;
|
|
201
200
|
restoreFocus: boolean;
|
|
202
201
|
trapFocus: boolean;
|
|
@@ -6,7 +6,7 @@ import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js"
|
|
|
6
6
|
import { t as dropdownMenuAnatomy } from "../../dropdown-menu-anatomy-Bv4vy6dU.js";
|
|
7
7
|
import * as vue from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
10
10
|
import * as dropdownMenu from "@sprawlify/primitives/machines/dropdown-menu";
|
|
11
11
|
import { FocusOutsideEvent, FocusOutsideEvent as DropdownMenuFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as DropdownMenuHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as DropdownMenuInteractOutsideEvent, ItemGroupProps, ItemProps, OpenChangeDetails, OpenChangeDetails as DropdownMenuOpenChangeDetails, OptionItemProps, OptionItemState, PointerDownOutsideEvent, PointerDownOutsideEvent as DropdownMenuPointerDownOutsideEvent, SelectionDetails, SelectionDetails as DropdownMenuSelectionDetails } from "@sprawlify/primitives/machines/dropdown-menu";
|
|
12
12
|
|
|
@@ -354,44 +354,44 @@ declare const _default$15: typeof __VLS_export$4;
|
|
|
354
354
|
declare const __VLS_export$4: __VLS_WithSlots$3<vue.DefineComponent<DropdownMenuRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
355
355
|
select: (details: dropdownMenu.SelectionDetails) => any;
|
|
356
356
|
exitComplete: () => any;
|
|
357
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
358
|
-
focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any;
|
|
359
|
-
interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any;
|
|
360
357
|
openChange: (details: dropdownMenu.OpenChangeDetails) => any;
|
|
361
|
-
|
|
358
|
+
"update:open": (open: boolean) => any;
|
|
359
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
360
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
361
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
362
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
362
363
|
requestDismiss: (event: CustomEvent<{
|
|
363
364
|
originalLayer: HTMLElement;
|
|
364
365
|
targetLayer: HTMLElement | undefined;
|
|
365
366
|
originalIndex: number;
|
|
366
367
|
targetIndex: number;
|
|
367
368
|
}>) => any;
|
|
368
|
-
"update:open": (open: boolean) => any;
|
|
369
369
|
highlightChange: (details: dropdownMenu.HighlightChangeDetails) => any;
|
|
370
370
|
"update:highlightedValue": (highlightedValue: string | null) => any;
|
|
371
371
|
}, string, vue.PublicProps, Readonly<DropdownMenuRootProps> & Readonly<{
|
|
372
372
|
onSelect?: ((details: dropdownMenu.SelectionDetails) => any) | undefined;
|
|
373
373
|
onExitComplete?: (() => any) | undefined;
|
|
374
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
375
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any) | undefined;
|
|
376
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any) | undefined;
|
|
377
374
|
onOpenChange?: ((details: dropdownMenu.OpenChangeDetails) => any) | undefined;
|
|
378
|
-
|
|
375
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
376
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
377
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
378
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
379
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
379
380
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
380
381
|
originalLayer: HTMLElement;
|
|
381
382
|
targetLayer: HTMLElement | undefined;
|
|
382
383
|
originalIndex: number;
|
|
383
384
|
targetIndex: number;
|
|
384
385
|
}>) => any) | undefined;
|
|
385
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
386
386
|
onHighlightChange?: ((details: dropdownMenu.HighlightChangeDetails) => any) | undefined;
|
|
387
387
|
"onUpdate:highlightedValue"?: ((highlightedValue: string | null) => any) | undefined;
|
|
388
388
|
}>, {
|
|
389
389
|
defaultOpen: boolean;
|
|
390
390
|
open: boolean;
|
|
391
|
+
typeahead: boolean;
|
|
391
392
|
closeOnSelect: boolean;
|
|
392
393
|
composite: boolean;
|
|
393
394
|
loopFocus: boolean;
|
|
394
|
-
typeahead: boolean;
|
|
395
395
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
396
396
|
default?: (props: {}) => any;
|
|
397
397
|
}>;
|
|
@@ -4,7 +4,7 @@ import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
|
4
4
|
import { t as editableAnatomy } from "../../editable-anatomy-CH0QFbjb.js";
|
|
5
5
|
import * as vue from "vue";
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
|
-
import * as
|
|
7
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
8
8
|
import * as editable from "@sprawlify/primitives/machines/editable";
|
|
9
9
|
import { EditChangeDetails as EditableEditChangeDetails, FocusOutsideEvent, FocusOutsideEvent as EditableFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as EditableInteractOutsideEvent, PointerDownOutsideEvent, PointerDownOutsideEvent as EditablePointerDownOutsideEvent, ValueChangeDetails, ValueChangeDetails as EditableValueChangeDetails } from "@sprawlify/primitives/machines/editable";
|
|
10
10
|
|
|
@@ -207,9 +207,9 @@ declare const _default$8: typeof __VLS_export$2;
|
|
|
207
207
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<EditableRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
208
208
|
valueChange: (details: editable.ValueChangeDetails) => any;
|
|
209
209
|
"update:modelValue": (value: string) => any;
|
|
210
|
-
focusOutside: (event:
|
|
211
|
-
interactOutside: (event:
|
|
212
|
-
pointerDownOutside: (event:
|
|
210
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
211
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
212
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
213
213
|
editChange: (details: editable.EditChangeDetails) => any;
|
|
214
214
|
valueCommit: (details: editable.ValueChangeDetails) => any;
|
|
215
215
|
valueRevert: (details: editable.ValueChangeDetails) => any;
|
|
@@ -217,22 +217,22 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<EditableRoot
|
|
|
217
217
|
}, string, vue.PublicProps, Readonly<EditableRootProps> & Readonly<{
|
|
218
218
|
onValueChange?: ((details: editable.ValueChangeDetails) => any) | undefined;
|
|
219
219
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
220
|
-
onFocusOutside?: ((event:
|
|
221
|
-
onInteractOutside?: ((event:
|
|
222
|
-
onPointerDownOutside?: ((event:
|
|
220
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
221
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
222
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
223
223
|
onEditChange?: ((details: editable.EditChangeDetails) => any) | undefined;
|
|
224
224
|
onValueCommit?: ((details: editable.ValueChangeDetails) => any) | undefined;
|
|
225
225
|
onValueRevert?: ((details: editable.ValueChangeDetails) => any) | undefined;
|
|
226
226
|
"onUpdate:edit"?: ((edit: boolean) => any) | undefined;
|
|
227
227
|
}>, {
|
|
228
|
-
required: boolean;
|
|
229
228
|
disabled: boolean;
|
|
230
229
|
readOnly: boolean;
|
|
231
230
|
invalid: boolean;
|
|
231
|
+
required: boolean;
|
|
232
|
+
selectOnFocus: boolean;
|
|
232
233
|
autoResize: boolean;
|
|
233
234
|
defaultEdit: boolean;
|
|
234
235
|
edit: boolean;
|
|
235
|
-
selectOnFocus: boolean;
|
|
236
236
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
237
237
|
default?: (props: {}) => any;
|
|
238
238
|
}>;
|
|
@@ -252,10 +252,10 @@ interface FieldRootProps extends FieldRootBaseProps,
|
|
|
252
252
|
HTMLAttributes {}
|
|
253
253
|
declare const _default$6: typeof __VLS_export$2;
|
|
254
254
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<FieldRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<FieldRootProps> & Readonly<{}>, {
|
|
255
|
-
required: boolean;
|
|
256
255
|
disabled: boolean;
|
|
257
256
|
readOnly: boolean;
|
|
258
257
|
invalid: boolean;
|
|
258
|
+
required: boolean;
|
|
259
259
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
260
260
|
default?: (props: {}) => any;
|
|
261
261
|
}>;
|
|
@@ -269,10 +269,10 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<FileUploadRo
|
|
|
269
269
|
onFileChange?: ((details: fileUpload.FileChangeDetails) => any) | undefined;
|
|
270
270
|
onFileReject?: ((details: fileUpload.FileRejectDetails) => any) | undefined;
|
|
271
271
|
}>, {
|
|
272
|
-
required: boolean;
|
|
273
272
|
disabled: boolean;
|
|
274
273
|
readOnly: boolean;
|
|
275
274
|
invalid: boolean;
|
|
275
|
+
required: boolean;
|
|
276
276
|
allowDrop: boolean;
|
|
277
277
|
directory: boolean;
|
|
278
278
|
preventDocumentDrop: boolean;
|
|
@@ -238,10 +238,10 @@ declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<FloatingPane
|
|
|
238
238
|
}>, {
|
|
239
239
|
draggable: boolean;
|
|
240
240
|
disabled: boolean;
|
|
241
|
-
allowOverflow: boolean;
|
|
242
|
-
closeOnEscape: boolean;
|
|
243
241
|
defaultOpen: boolean;
|
|
244
242
|
open: boolean;
|
|
243
|
+
closeOnEscape: boolean;
|
|
244
|
+
allowOverflow: boolean;
|
|
245
245
|
lockAspectRatio: boolean;
|
|
246
246
|
persistRect: boolean;
|
|
247
247
|
resizable: boolean;
|
|
@@ -27,8 +27,8 @@ interface HighlightProps extends HighlightBaseProps,
|
|
|
27
27
|
HTMLAttributes {}
|
|
28
28
|
declare const _default: typeof __VLS_export;
|
|
29
29
|
declare const __VLS_export: vue.DefineComponent<HighlightProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<HighlightProps> & Readonly<{}>, {
|
|
30
|
-
ignoreCase: boolean;
|
|
31
30
|
matchAll: boolean;
|
|
31
|
+
ignoreCase: boolean;
|
|
32
32
|
exactMatch: boolean;
|
|
33
33
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>;
|
|
34
34
|
//#endregion
|
|
@@ -6,7 +6,7 @@ import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js"
|
|
|
6
6
|
import { t as hoverCardAnatomy } from "../../hover-card-anatomy-LsFwl5DS.js";
|
|
7
7
|
import * as vue from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
10
10
|
import * as hoverCard from "@sprawlify/primitives/machines/hover-card";
|
|
11
11
|
import { FocusOutsideEvent, FocusOutsideEvent as HoverCardFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as HoverCardInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as HoverCardOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as HoverCardPointerDownOutsideEvent } from "@sprawlify/primitives/machines/hover-card";
|
|
12
12
|
|
|
@@ -153,18 +153,18 @@ interface HoverCardRootEmits extends RootEmits {}
|
|
|
153
153
|
declare const _default$5: typeof __VLS_export$1;
|
|
154
154
|
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<HoverCardRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
155
155
|
exitComplete: () => any;
|
|
156
|
-
focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any;
|
|
157
|
-
interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any;
|
|
158
156
|
openChange: (details: hoverCard.OpenChangeDetails) => any;
|
|
159
|
-
pointerDownOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.PointerDownOutsideEvent) => any;
|
|
160
157
|
"update:open": (open: boolean) => any;
|
|
158
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
159
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
160
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
161
161
|
}, string, vue.PublicProps, Readonly<HoverCardRootProps> & Readonly<{
|
|
162
162
|
onExitComplete?: (() => any) | undefined;
|
|
163
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any) | undefined;
|
|
164
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any) | undefined;
|
|
165
163
|
onOpenChange?: ((details: hoverCard.OpenChangeDetails) => any) | undefined;
|
|
166
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.PointerDownOutsideEvent) => any) | undefined;
|
|
167
164
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
165
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
166
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
167
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
168
168
|
}>, {
|
|
169
169
|
disabled: boolean;
|
|
170
170
|
defaultOpen: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
2
|
-
import { C as TreeViewRootProviderProps, g as TreeViewRootBaseProps, m as TreeViewTreeProps, rt as UseTreeViewProps } from "../../index-
|
|
2
|
+
import { C as TreeViewRootProviderProps, g as TreeViewRootBaseProps, m as TreeViewTreeProps, rt as UseTreeViewProps } from "../../index-BbSg4qcW.js";
|
|
3
3
|
import * as vue from "vue";
|
|
4
4
|
import { ComputedRef, HTMLAttributes, MaybeRef } from "vue";
|
|
5
5
|
import * as treeView from "@sprawlify/primitives/machines/tree-view";
|
|
@@ -3,6 +3,8 @@ import "../../core-BW88ya4i.js";
|
|
|
3
3
|
import "../../providers-Cm-xBdVY.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
5
|
import "../../factory-DNG1el63.js";
|
|
6
|
+
import "../../collapsible-anatomy-BIdE3Swa.js";
|
|
7
|
+
import "../../tree-view-anatomy-BK8OR6TX.js";
|
|
6
8
|
import "../../collapsible-nSsGHMUx.js";
|
|
7
9
|
import { t as createSplitProps } from "../../create-split-props-D32I38aE.js";
|
|
8
10
|
import "../../use-render-strategy-QgtvU85q.js";
|
|
@@ -196,12 +196,12 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<NumberInputR
|
|
|
196
196
|
onFocusChange?: ((details: numberInput.FocusChangeDetails) => any) | undefined;
|
|
197
197
|
onValueInvalid?: ((details: numberInput.ValueInvalidDetails) => any) | undefined;
|
|
198
198
|
}>, {
|
|
199
|
-
required: boolean;
|
|
200
199
|
disabled: boolean;
|
|
201
200
|
readOnly: boolean;
|
|
202
201
|
invalid: boolean;
|
|
203
|
-
|
|
202
|
+
required: boolean;
|
|
204
203
|
allowOverflow: boolean;
|
|
204
|
+
allowMouseWheel: boolean;
|
|
205
205
|
clampValueOnBlur: boolean;
|
|
206
206
|
focusInputOnChange: boolean;
|
|
207
207
|
spinOnPress: boolean;
|
|
@@ -167,13 +167,13 @@ interface PaginationRootEmits extends RootEmits {}
|
|
|
167
167
|
declare const _default$7: typeof __VLS_export$1;
|
|
168
168
|
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<PaginationRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
169
169
|
pageChange: (details: pagination.PageChangeDetails) => any;
|
|
170
|
-
"update:page": (page: number) => any;
|
|
171
170
|
pageSizeChange: (details: pagination.PageSizeChangeDetails) => any;
|
|
171
|
+
"update:page": (page: number) => any;
|
|
172
172
|
"update:pageSize": (pageSize: number) => any;
|
|
173
173
|
}, string, vue.PublicProps, Readonly<PaginationRootProps> & Readonly<{
|
|
174
174
|
onPageChange?: ((details: pagination.PageChangeDetails) => any) | undefined;
|
|
175
|
-
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
176
175
|
onPageSizeChange?: ((details: pagination.PageSizeChangeDetails) => any) | undefined;
|
|
176
|
+
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
177
177
|
"onUpdate:pageSize"?: ((pageSize: number) => any) | undefined;
|
|
178
178
|
}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
179
179
|
default?: (props: {}) => any;
|
|
@@ -153,10 +153,10 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PasswordInpu
|
|
|
153
153
|
onVisibilityChange?: ((details: passwordInput.VisibilityChangeDetails) => any) | undefined;
|
|
154
154
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
155
155
|
}>, {
|
|
156
|
-
required: boolean;
|
|
157
156
|
disabled: boolean;
|
|
158
157
|
readOnly: boolean;
|
|
159
158
|
invalid: boolean;
|
|
159
|
+
required: boolean;
|
|
160
160
|
defaultVisible: boolean;
|
|
161
161
|
ignorePasswordManagers: boolean;
|
|
162
162
|
visible: boolean;
|
|
@@ -143,23 +143,23 @@ declare const _default$5: typeof __VLS_export$1;
|
|
|
143
143
|
declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<PinInputRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
144
144
|
valueChange: (details: pinInput.ValueChangeDetails) => any;
|
|
145
145
|
"update:modelValue": (value: string[]) => any;
|
|
146
|
-
valueInvalid: (details: pinInput.ValueInvalidDetails) => any;
|
|
147
146
|
valueComplete: (details: pinInput.ValueChangeDetails) => any;
|
|
147
|
+
valueInvalid: (details: pinInput.ValueInvalidDetails) => any;
|
|
148
148
|
}, string, vue.PublicProps, Readonly<PinInputRootProps> & Readonly<{
|
|
149
149
|
onValueChange?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
150
150
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
151
|
-
onValueInvalid?: ((details: pinInput.ValueInvalidDetails) => any) | undefined;
|
|
152
151
|
onValueComplete?: ((details: pinInput.ValueChangeDetails) => any) | undefined;
|
|
152
|
+
onValueInvalid?: ((details: pinInput.ValueInvalidDetails) => any) | undefined;
|
|
153
153
|
}>, {
|
|
154
154
|
mask: boolean;
|
|
155
|
-
required: boolean;
|
|
156
155
|
disabled: boolean;
|
|
157
156
|
readOnly: boolean;
|
|
158
157
|
invalid: boolean;
|
|
158
|
+
required: boolean;
|
|
159
159
|
autoFocus: boolean;
|
|
160
|
-
selectOnFocus: boolean;
|
|
161
160
|
blurOnComplete: boolean;
|
|
162
161
|
otp: boolean;
|
|
162
|
+
selectOnFocus: boolean;
|
|
163
163
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
164
164
|
default?: (props: {}) => any;
|
|
165
165
|
}>;
|
|
@@ -6,7 +6,7 @@ import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js"
|
|
|
6
6
|
import { t as popoverAnatomy } from "../../popover-anatomy-BzXcxwHH.js";
|
|
7
7
|
import * as vue from "vue";
|
|
8
8
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
10
10
|
import * as popover from "@sprawlify/primitives/machines/popover";
|
|
11
11
|
import { FocusOutsideEvent, FocusOutsideEvent as PopoverFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as PopoverInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as PopoverOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as PopoverPointerDownOutsideEvent } from "@sprawlify/primitives/machines/popover";
|
|
12
12
|
|
|
@@ -236,38 +236,38 @@ interface PopoverRootEmits extends RootEmits {}
|
|
|
236
236
|
declare const _default$9: typeof __VLS_export$2;
|
|
237
237
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PopoverRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
238
238
|
exitComplete: () => any;
|
|
239
|
-
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
240
|
-
focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any;
|
|
241
|
-
interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any;
|
|
242
239
|
openChange: (details: popover.OpenChangeDetails) => any;
|
|
243
|
-
|
|
240
|
+
"update:open": (open: boolean) => any;
|
|
241
|
+
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
242
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
243
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
244
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
244
245
|
requestDismiss: (event: CustomEvent<{
|
|
245
246
|
originalLayer: HTMLElement;
|
|
246
247
|
targetLayer: HTMLElement | undefined;
|
|
247
248
|
originalIndex: number;
|
|
248
249
|
targetIndex: number;
|
|
249
250
|
}>) => any;
|
|
250
|
-
"update:open": (open: boolean) => any;
|
|
251
251
|
}, string, vue.PublicProps, Readonly<PopoverRootProps> & Readonly<{
|
|
252
252
|
onExitComplete?: (() => any) | undefined;
|
|
253
|
-
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
254
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any) | undefined;
|
|
255
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any) | undefined;
|
|
256
253
|
onOpenChange?: ((details: popover.OpenChangeDetails) => any) | undefined;
|
|
257
|
-
|
|
254
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
255
|
+
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
256
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
257
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
258
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
258
259
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
259
260
|
originalLayer: HTMLElement;
|
|
260
261
|
targetLayer: HTMLElement | undefined;
|
|
261
262
|
originalIndex: number;
|
|
262
263
|
targetIndex: number;
|
|
263
264
|
}>) => any) | undefined;
|
|
264
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
265
265
|
}>, {
|
|
266
|
+
defaultOpen: boolean;
|
|
267
|
+
open: boolean;
|
|
266
268
|
closeOnEscape: boolean;
|
|
267
269
|
closeOnInteractOutside: boolean;
|
|
268
|
-
defaultOpen: boolean;
|
|
269
270
|
modal: boolean;
|
|
270
|
-
open: boolean;
|
|
271
271
|
autoFocus: boolean;
|
|
272
272
|
portalled: boolean;
|
|
273
273
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
@@ -213,10 +213,10 @@ declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<RadioGroupRootPr
|
|
|
213
213
|
onValueChange?: ((details: radioGroup.ValueChangeDetails) => any) | undefined;
|
|
214
214
|
"onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
|
|
215
215
|
}>, {
|
|
216
|
-
required: boolean;
|
|
217
216
|
disabled: boolean;
|
|
218
217
|
readOnly: boolean;
|
|
219
218
|
invalid: boolean;
|
|
219
|
+
required: boolean;
|
|
220
220
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
221
221
|
default?: (props: {}) => any;
|
|
222
222
|
}>;
|
|
@@ -158,9 +158,9 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<RatingGroupR
|
|
|
158
158
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
159
159
|
onHoverChange?: ((details: ratingGroup.HoverChangeDetails) => any) | undefined;
|
|
160
160
|
}>, {
|
|
161
|
-
required: boolean;
|
|
162
161
|
disabled: boolean;
|
|
163
162
|
readOnly: boolean;
|
|
163
|
+
required: boolean;
|
|
164
164
|
autoFocus: boolean;
|
|
165
165
|
allowHalf: boolean;
|
|
166
166
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
@@ -7,7 +7,7 @@ import { t as selectAnatomy } from "../../select-anatomy-6e2EwWE7.js";
|
|
|
7
7
|
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-DuD8fQUF.js";
|
|
8
8
|
import * as vue from "vue";
|
|
9
9
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, UnwrapRef } from "vue";
|
|
10
|
-
import * as
|
|
10
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
11
11
|
import * as select from "@sprawlify/primitives/machines/select";
|
|
12
12
|
import { FocusOutsideEvent, FocusOutsideEvent as SelectFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as SelectHighlightChangeDetails, InteractOutsideEvent, InteractOutsideEvent as SelectInteractOutsideEvent, ItemGroupProps, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as SelectOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as SelectPointerDownOutsideEvent, ValueChangeDetails, ValueChangeDetails as SelectValueChangeDetails } from "@sprawlify/primitives/machines/select";
|
|
13
13
|
|
|
@@ -340,11 +340,11 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
340
340
|
onValueChange?: ((details: select.ValueChangeDetails<T>) => any) | undefined;
|
|
341
341
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
342
342
|
onExitComplete?: (() => any) | undefined;
|
|
343
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any) | undefined;
|
|
344
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any) | undefined;
|
|
345
343
|
onOpenChange?: ((details: select.OpenChangeDetails) => any) | undefined;
|
|
346
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.PointerDownOutsideEvent) => any) | undefined;
|
|
347
344
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
345
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
346
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
347
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
348
348
|
onHighlightChange?: ((details: select.HighlightChangeDetails<T>) => any) | undefined;
|
|
349
349
|
"onUpdate:highlightedValue"?: ((value: string | null) => any) | undefined;
|
|
350
350
|
}> & (typeof globalThis extends {
|
|
@@ -355,7 +355,7 @@ declare const __VLS_export$3: <T extends CollectionItem>(__VLS_props: NonNullabl
|
|
|
355
355
|
slots: {
|
|
356
356
|
default?: (props: {}) => any;
|
|
357
357
|
};
|
|
358
|
-
emit: ((evt: "select", details: select.SelectionDetails) => void) & ((evt: "valueChange", details: select.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "exitComplete") => void) & ((evt: "
|
|
358
|
+
emit: ((evt: "select", details: select.SelectionDetails) => void) & ((evt: "valueChange", details: select.ValueChangeDetails<T>) => void) & ((evt: "update:modelValue", value: string[]) => void) & ((evt: "exitComplete") => void) & ((evt: "openChange", details: select.OpenChangeDetails) => void) & ((evt: "update:open", open: boolean) => void) & ((evt: "focusOutside", event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => void) & ((evt: "interactOutside", event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => void) & ((evt: "pointerDownOutside", event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => void) & ((evt: "highlightChange", details: select.HighlightChangeDetails<T>) => void) & ((evt: "update:highlightedValue", value: string | null) => void);
|
|
359
359
|
}>) => vue.VNode & {
|
|
360
360
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
361
361
|
};
|
|
@@ -175,9 +175,9 @@ declare const __VLS_export$1: __VLS_WithSlots<vue.DefineComponent<SignaturePadRo
|
|
|
175
175
|
onDraw?: ((details: signaturePad.DrawDetails) => any) | undefined;
|
|
176
176
|
onDrawEnd?: ((details: signaturePad.DrawEndDetails) => any) | undefined;
|
|
177
177
|
}>, {
|
|
178
|
-
required: boolean;
|
|
179
178
|
disabled: boolean;
|
|
180
179
|
readOnly: boolean;
|
|
180
|
+
required: boolean;
|
|
181
181
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
182
182
|
default?: (props: {}) => any;
|
|
183
183
|
}>;
|
|
@@ -120,11 +120,11 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<SwitchRootPr
|
|
|
120
120
|
onCheckedChange?: ((details: sprawlifySwitch.CheckedChangeDetails) => any) | undefined;
|
|
121
121
|
"onUpdate:checked"?: ((checked: boolean) => any) | undefined;
|
|
122
122
|
}>, {
|
|
123
|
-
required: boolean;
|
|
124
123
|
disabled: boolean;
|
|
125
124
|
readOnly: boolean;
|
|
126
125
|
invalid: boolean;
|
|
127
126
|
checked: boolean;
|
|
127
|
+
required: boolean;
|
|
128
128
|
defaultChecked: boolean;
|
|
129
129
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
130
130
|
default?: (props: {}) => any;
|
|
@@ -4,7 +4,7 @@ import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
|
4
4
|
import { t as tagsInputAnatomy } from "../../tags-input-anatomy-Cj7pt60P.js";
|
|
5
5
|
import * as vue from "vue";
|
|
6
6
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
|
-
import * as
|
|
7
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
8
8
|
import * as tagsInput from "@sprawlify/primitives/machines/tags-input";
|
|
9
9
|
import { FocusOutsideEvent, FocusOutsideEvent as TagsInputFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as TagsInputHighlightChangeDetails, InputValueChangeDetails, InputValueChangeDetails as TagsInputInputValueChangeDetails, InteractOutsideEvent, InteractOutsideEvent as TagsInputInteractOutsideEvent, ItemProps, ItemState, PointerDownOutsideEvent, PointerDownOutsideEvent as TagsInputPointerDownOutsideEvent, ValidityChangeDetails, ValidityChangeDetails as TagsInputValidityChangeDetails, ValueChangeDetails, ValueChangeDetails as TagsInputValueChangeDetails } from "@sprawlify/primitives/machines/tags-input";
|
|
10
10
|
|
|
@@ -299,30 +299,30 @@ declare const _default$12: typeof __VLS_export;
|
|
|
299
299
|
declare const __VLS_export: __VLS_WithSlots<vue.DefineComponent<TagsInputRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
300
300
|
valueChange: (details: tagsInput.ValueChangeDetails) => any;
|
|
301
301
|
"update:modelValue": (value: string[]) => any;
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
pointerDownOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.PointerDownOutsideEvent) => any;
|
|
302
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
303
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
304
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
306
305
|
highlightChange: (details: tagsInput.HighlightChangeDetails) => any;
|
|
307
306
|
inputValueChange: (details: tagsInput.InputValueChangeDetails) => any;
|
|
308
307
|
"update:inputValue": (value: string) => any;
|
|
308
|
+
valueInvalid: (details: tagsInput.ValidityChangeDetails) => any;
|
|
309
309
|
}, string, vue.PublicProps, Readonly<TagsInputRootProps> & Readonly<{
|
|
310
310
|
onValueChange?: ((details: tagsInput.ValueChangeDetails) => any) | undefined;
|
|
311
311
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.PointerDownOutsideEvent) => any) | undefined;
|
|
312
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
313
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
314
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
316
315
|
onHighlightChange?: ((details: tagsInput.HighlightChangeDetails) => any) | undefined;
|
|
317
316
|
onInputValueChange?: ((details: tagsInput.InputValueChangeDetails) => any) | undefined;
|
|
318
317
|
"onUpdate:inputValue"?: ((value: string) => any) | undefined;
|
|
318
|
+
onValueInvalid?: ((details: tagsInput.ValidityChangeDetails) => any) | undefined;
|
|
319
319
|
}>, {
|
|
320
|
-
required: boolean;
|
|
321
320
|
disabled: boolean;
|
|
322
321
|
readOnly: boolean;
|
|
323
322
|
invalid: boolean;
|
|
324
|
-
|
|
323
|
+
required: boolean;
|
|
325
324
|
autoFocus: boolean;
|
|
325
|
+
allowOverflow: boolean;
|
|
326
326
|
addOnPaste: boolean;
|
|
327
327
|
editable: boolean;
|
|
328
328
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
@@ -163,12 +163,12 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<TooltipRootP
|
|
|
163
163
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
164
164
|
}>, {
|
|
165
165
|
disabled: boolean;
|
|
166
|
-
closeOnEscape: boolean;
|
|
167
166
|
defaultOpen: boolean;
|
|
168
167
|
open: boolean;
|
|
168
|
+
closeOnEscape: boolean;
|
|
169
|
+
closeOnClick: boolean;
|
|
169
170
|
closeOnPointerDown: boolean;
|
|
170
171
|
closeOnScroll: boolean;
|
|
171
|
-
closeOnClick: boolean;
|
|
172
172
|
interactive: boolean;
|
|
173
173
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
174
174
|
default?: (props: {}) => any;
|
|
@@ -2,11 +2,11 @@ import { a as PolymorphicProps } from "../../factory-bfEpUaB3.js";
|
|
|
2
2
|
import { a as Optional, r as EmitFn$1 } from "../../types-CcpL2F4P.js";
|
|
3
3
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
4
|
import { t as RenderStrategyProps } from "../../use-render-strategy-CIHTgh6L.js";
|
|
5
|
-
import { t as tourAnatomy } from "../../tour-anatomy-
|
|
5
|
+
import { t as tourAnatomy } from "../../tour-anatomy-D56wibsA.js";
|
|
6
6
|
import * as vue from "vue";
|
|
7
7
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
8
8
|
import { WaitForOptions as WaitOptions$1 } from "@sprawlify/primitives/dom-query";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _sprawlify_primitives_machines_dialog0 from "@sprawlify/primitives/machines/dialog";
|
|
10
10
|
import * as tour from "@sprawlify/primitives/machines/tour";
|
|
11
11
|
import { FocusOutsideEvent, FocusOutsideEvent as TourFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as TourInteractOutsideEvent, Point, PointerDownOutsideEvent, PointerDownOutsideEvent as TourPointerDownOutsideEvent, ProgressTextDetails, StatusChangeDetails, StepAction, StepAction as StepAction$1, StepActionMap, StepActionTriggerProps, StepActionTriggerProps as StepActionTriggerProps$1, StepBaseDetails, StepChangeDetails, StepDetails, StepDetails as TourStepDetails, StepEffectArgs, StepEffectArgs as TourStepEffectArgs, StepPlacement, StepStatus, StepType, WaitOptions, waitForElement, waitForElementValue, waitForPromise } from "@sprawlify/primitives/machines/tour";
|
|
12
12
|
|
|
@@ -217,21 +217,21 @@ interface TourRootProps extends TourRootBaseProps {}
|
|
|
217
217
|
interface TourRootEmits extends RootEmits {}
|
|
218
218
|
declare const _default$12: typeof __VLS_export$3;
|
|
219
219
|
declare const __VLS_export$3: __VLS_WithSlots$3<vue.DefineComponent<TourRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
220
|
-
exitComplete: () => any;
|
|
221
|
-
focusOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any;
|
|
222
|
-
interactOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any;
|
|
223
|
-
pointerDownOutside: (event: _sprawlify_primitives_machines_bottom_sheet0.PointerDownOutsideEvent) => any;
|
|
224
220
|
statusChange: (details: tour.StatusChangeDetails) => any;
|
|
221
|
+
exitComplete: () => any;
|
|
222
|
+
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
223
|
+
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
224
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
225
225
|
stepChange: (details: tour.StepChangeDetails) => any;
|
|
226
226
|
stepsChange: (details: {
|
|
227
227
|
steps: tour.StepDetails[];
|
|
228
228
|
}) => any;
|
|
229
229
|
}, string, vue.PublicProps, Readonly<TourRootProps> & Readonly<{
|
|
230
|
-
onExitComplete?: (() => any) | undefined;
|
|
231
|
-
onFocusOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.FocusOutsideEvent) => any) | undefined;
|
|
232
|
-
onInteractOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.InteractOutsideEvent) => any) | undefined;
|
|
233
|
-
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_bottom_sheet0.PointerDownOutsideEvent) => any) | undefined;
|
|
234
230
|
onStatusChange?: ((details: tour.StatusChangeDetails) => any) | undefined;
|
|
231
|
+
onExitComplete?: (() => any) | undefined;
|
|
232
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
233
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
234
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
235
235
|
onStepChange?: ((details: tour.StepChangeDetails) => any) | undefined;
|
|
236
236
|
onStepsChange?: ((details: {
|
|
237
237
|
steps: tour.StepDetails[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { t as treeViewAnatomy } from "../../tree-view-anatomy-DiA9oPpn.js";
|
|
2
2
|
import { f as TreeCollection, g as createTreeCollection, h as createFileTreeCollection, m as TreeNode } from "../../index-DuD8fQUF.js";
|
|
3
|
-
import { $ as TreeViewContextProps, A as UseTreeViewNodeContext, B as _default$12, C as TreeViewRootProviderProps, Ct as _default$2, D as _default$15, E as TreeViewNodeProviderProps, Et as _default$1, F as TreeViewNodeCheckboxIndicatorBaseProps, G as TreeViewItemProps, H as TreeViewLabelProps, I as TreeViewNodeCheckboxIndicatorProps, J as TreeViewItemTextProps, K as _default$8, L as _default$13, M as TreeViewNodeRenameInputBaseProps, N as TreeViewNodeRenameInputProps, O as TreeViewNodeContextProps, P as _default$16, Q as _default$9, R as TreeViewNodeCheckboxBaseProps, S as TreeViewRootProviderComponent, St as TreeViewBranchControlProps, T as TreeViewNodeProviderBaseProps, Tt as TreeViewBranchContentProps, U as _default$11, V as TreeViewLabelBaseProps, W as TreeViewItemBaseProps, X as TreeViewItemIndicatorBaseProps, Y as _default$10, Z as TreeViewItemIndicatorProps, _ as TreeViewRootComponent, _t as _default$4, a as TreeViewLoadChildrenDetails, at as useTreeView, b as _default$17, bt as _default$3, c as TreeViewNodeState, ct as _default, d as TreeViewSelectionChangeDetails, dt as _default$6, et as _default$7, f as tree_view_d_exports, ft as TreeViewBranchTextBaseProps, g as TreeViewRootBaseProps, gt as TreeViewBranchIndicatorProps, h as _default$19, ht as TreeViewBranchIndicatorBaseProps, i as TreeViewLoadChildrenCompleteDetails, it as UseTreeViewReturn, j as useTreeViewNodeContext, k as _default$14, l as TreeViewRenameCompleteDetails, lt as TreeViewBranchTriggerBaseProps, m as TreeViewTreeProps, mt as _default$5, n as TreeViewExpandedChangeDetails, nt as useTreeViewContext, o as TreeViewLoadChildrenErrorDetails, ot as TreeViewBranchBaseProps, p as TreeViewTreeBaseProps, pt as TreeViewBranchTextProps, q as TreeViewItemTextBaseProps, r as TreeViewFocusChangeDetails, rt as UseTreeViewProps, s as TreeViewNodeProps, st as TreeViewBranchProps, t as TreeViewCheckedChangeDetails, tt as UseTreeViewContext, u as TreeViewRenameStartDetails, ut as TreeViewBranchTriggerProps, v as TreeViewRootComponentProps, vt as TreeViewBranchIndentGuideBaseProps, w as _default$18, wt as TreeViewBranchContentBaseProps, x as TreeViewRootProviderBaseProps, xt as TreeViewBranchControlBaseProps, y as TreeViewRootProps, yt as TreeViewBranchIndentGuideProps, z as TreeViewNodeCheckboxProps } from "../../index-
|
|
3
|
+
import { $ as TreeViewContextProps, A as UseTreeViewNodeContext, B as _default$12, C as TreeViewRootProviderProps, Ct as _default$2, D as _default$15, E as TreeViewNodeProviderProps, Et as _default$1, F as TreeViewNodeCheckboxIndicatorBaseProps, G as TreeViewItemProps, H as TreeViewLabelProps, I as TreeViewNodeCheckboxIndicatorProps, J as TreeViewItemTextProps, K as _default$8, L as _default$13, M as TreeViewNodeRenameInputBaseProps, N as TreeViewNodeRenameInputProps, O as TreeViewNodeContextProps, P as _default$16, Q as _default$9, R as TreeViewNodeCheckboxBaseProps, S as TreeViewRootProviderComponent, St as TreeViewBranchControlProps, T as TreeViewNodeProviderBaseProps, Tt as TreeViewBranchContentProps, U as _default$11, V as TreeViewLabelBaseProps, W as TreeViewItemBaseProps, X as TreeViewItemIndicatorBaseProps, Y as _default$10, Z as TreeViewItemIndicatorProps, _ as TreeViewRootComponent, _t as _default$4, a as TreeViewLoadChildrenDetails, at as useTreeView, b as _default$17, bt as _default$3, c as TreeViewNodeState, ct as _default, d as TreeViewSelectionChangeDetails, dt as _default$6, et as _default$7, f as tree_view_d_exports, ft as TreeViewBranchTextBaseProps, g as TreeViewRootBaseProps, gt as TreeViewBranchIndicatorProps, h as _default$19, ht as TreeViewBranchIndicatorBaseProps, i as TreeViewLoadChildrenCompleteDetails, it as UseTreeViewReturn, j as useTreeViewNodeContext, k as _default$14, l as TreeViewRenameCompleteDetails, lt as TreeViewBranchTriggerBaseProps, m as TreeViewTreeProps, mt as _default$5, n as TreeViewExpandedChangeDetails, nt as useTreeViewContext, o as TreeViewLoadChildrenErrorDetails, ot as TreeViewBranchBaseProps, p as TreeViewTreeBaseProps, pt as TreeViewBranchTextProps, q as TreeViewItemTextBaseProps, r as TreeViewFocusChangeDetails, rt as UseTreeViewProps, s as TreeViewNodeProps, st as TreeViewBranchProps, t as TreeViewCheckedChangeDetails, tt as UseTreeViewContext, u as TreeViewRenameStartDetails, ut as TreeViewBranchTriggerProps, v as TreeViewRootComponentProps, vt as TreeViewBranchIndentGuideBaseProps, w as _default$18, wt as TreeViewBranchContentBaseProps, x as TreeViewRootProviderBaseProps, xt as TreeViewBranchControlBaseProps, y as TreeViewRootProps, yt as TreeViewBranchIndentGuideProps, z as TreeViewNodeCheckboxProps } from "../../index-BbSg4qcW.js";
|
|
4
4
|
export { TreeCollection, TreeNode, tree_view_d_exports as TreeView, _default as TreeViewBranch, TreeViewBranchBaseProps, _default$1 as TreeViewBranchContent, TreeViewBranchContentBaseProps, TreeViewBranchContentProps, _default$2 as TreeViewBranchControl, TreeViewBranchControlBaseProps, TreeViewBranchControlProps, _default$3 as TreeViewBranchIndentGuide, TreeViewBranchIndentGuideBaseProps, TreeViewBranchIndentGuideProps, _default$4 as TreeViewBranchIndicator, TreeViewBranchIndicatorBaseProps, TreeViewBranchIndicatorProps, TreeViewBranchProps, _default$5 as TreeViewBranchText, TreeViewBranchTextBaseProps, TreeViewBranchTextProps, _default$6 as TreeViewBranchTrigger, TreeViewBranchTriggerBaseProps, TreeViewBranchTriggerProps, TreeViewCheckedChangeDetails, _default$7 as TreeViewContext, TreeViewContextProps, TreeViewExpandedChangeDetails, TreeViewFocusChangeDetails, _default$8 as TreeViewItem, TreeViewItemBaseProps, _default$9 as TreeViewItemIndicator, TreeViewItemIndicatorBaseProps, TreeViewItemIndicatorProps, TreeViewItemProps, _default$10 as TreeViewItemText, TreeViewItemTextBaseProps, TreeViewItemTextProps, _default$11 as TreeViewLabel, TreeViewLabelBaseProps, TreeViewLabelProps, TreeViewLoadChildrenCompleteDetails, TreeViewLoadChildrenDetails, TreeViewLoadChildrenErrorDetails, _default$12 as TreeViewNodeCheckbox, TreeViewNodeCheckboxBaseProps, _default$13 as TreeViewNodeCheckboxIndicator, TreeViewNodeCheckboxIndicatorBaseProps, TreeViewNodeCheckboxIndicatorProps, TreeViewNodeCheckboxProps, _default$14 as TreeViewNodeContext, TreeViewNodeContextProps, TreeViewNodeProps, _default$15 as TreeViewNodeProvider, TreeViewNodeProviderBaseProps, TreeViewNodeProviderProps, _default$16 as TreeViewNodeRenameInput, TreeViewNodeRenameInputBaseProps, TreeViewNodeRenameInputProps, TreeViewNodeState, TreeViewRenameCompleteDetails, TreeViewRenameStartDetails, _default$17 as TreeViewRoot, TreeViewRootBaseProps, TreeViewRootComponent, TreeViewRootComponentProps, TreeViewRootProps, _default$18 as TreeViewRootProvider, TreeViewRootProviderBaseProps, TreeViewRootProviderComponent, TreeViewRootProviderProps, TreeViewSelectionChangeDetails, _default$19 as TreeViewTree, TreeViewTreeBaseProps, TreeViewTreeProps, UseTreeViewContext, UseTreeViewNodeContext, UseTreeViewProps, UseTreeViewReturn, createFileTreeCollection, createTreeCollection, treeViewAnatomy, useTreeView, useTreeViewContext, useTreeViewNodeContext };
|
|
@@ -2,6 +2,7 @@ import "../../core-BW88ya4i.js";
|
|
|
2
2
|
import "../../providers-Cm-xBdVY.js";
|
|
3
3
|
import "../../create-context-BqbKqBMN.js";
|
|
4
4
|
import "../../factory-DNG1el63.js";
|
|
5
|
+
import "../../collapsible-anatomy-BIdE3Swa.js";
|
|
5
6
|
import { t as treeViewAnatomy } from "../../tree-view-anatomy-BK8OR6TX.js";
|
|
6
7
|
import "../../collapsible-nSsGHMUx.js";
|
|
7
8
|
import "../../use-render-strategy-QgtvU85q.js";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
|
+
|
|
3
|
+
//#region src/components/date-picker/date-picker-anatomy.d.ts
|
|
4
|
+
declare const datePickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "table" | "view" | "content" | "trigger" | "positioner" | "root" | "control" | "prevTrigger" | "nextTrigger" | "valueText" | "clearTrigger" | "monthSelect" | "presetTrigger" | "rangeText" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "viewControl" | "viewTrigger" | "yearSelect">;
|
|
5
|
+
//#endregion
|
|
6
|
+
export { datePickerAnatomy as t };
|
|
@@ -399,6 +399,7 @@ declare const __VLS_export$1: <T extends TreeNode>(__VLS_props: NonNullable<Awai
|
|
|
399
399
|
props: vue.PublicProps & __VLS_PrettifyLocal<TreeViewRootProps<T> & {
|
|
400
400
|
onCheckedChange?: ((details: treeView.CheckedChangeDetails) => any) | undefined;
|
|
401
401
|
onFocusChange?: ((details: treeView.FocusChangeDetails<any>) => any) | undefined;
|
|
402
|
+
"onUpdate:focusedValue"?: ((value: string | null) => any) | undefined;
|
|
402
403
|
onExpandedChange?: ((details: treeView.ExpandedChangeDetails<any>) => any) | undefined;
|
|
403
404
|
onSelectionChange?: ((details: treeView.SelectionChangeDetails<any>) => any) | undefined;
|
|
404
405
|
onLoadChildrenComplete?: ((details: treeView.LoadChildrenCompleteDetails<T>) => any) | undefined;
|
|
@@ -407,7 +408,6 @@ declare const __VLS_export$1: <T extends TreeNode>(__VLS_props: NonNullable<Awai
|
|
|
407
408
|
onBeforeRename?: ((details: treeView.RenameCompleteDetails) => any) | undefined;
|
|
408
409
|
onRenameComplete?: ((details: treeView.RenameCompleteDetails) => any) | undefined;
|
|
409
410
|
"onUpdate:expandedValue"?: ((value: string[]) => any) | undefined;
|
|
410
|
-
"onUpdate:focusedValue"?: ((value: string | null) => any) | undefined;
|
|
411
411
|
"onUpdate:selectedValue"?: ((value: string[]) => any) | undefined;
|
|
412
412
|
"onUpdate:checkedValue"?: ((value: string[]) => any) | undefined;
|
|
413
413
|
}> & (typeof globalThis extends {
|
|
@@ -418,7 +418,7 @@ declare const __VLS_export$1: <T extends TreeNode>(__VLS_props: NonNullable<Awai
|
|
|
418
418
|
slots: {
|
|
419
419
|
default?: (props: {}) => any;
|
|
420
420
|
};
|
|
421
|
-
emit: ((evt: "checkedChange", details: treeView.CheckedChangeDetails) => void) & ((evt: "focusChange", details: treeView.FocusChangeDetails<any>) => void) & ((evt: "expandedChange", details: treeView.ExpandedChangeDetails<any>) => void) & ((evt: "selectionChange", details: treeView.SelectionChangeDetails<any>) => void) & ((evt: "loadChildrenComplete", details: treeView.LoadChildrenCompleteDetails<T>) => void) & ((evt: "loadChildrenError", details: treeView.LoadChildrenErrorDetails<T>) => void) & ((evt: "renameStart", details: treeView.RenameStartDetails<T>) => void) & ((evt: "beforeRename", details: treeView.RenameCompleteDetails) => void) & ((evt: "renameComplete", details: treeView.RenameCompleteDetails) => void) & ((evt: "update:expandedValue", value: string[]) => void) & ((evt: "update:
|
|
421
|
+
emit: ((evt: "checkedChange", details: treeView.CheckedChangeDetails) => void) & ((evt: "focusChange", details: treeView.FocusChangeDetails<any>) => void) & ((evt: "update:focusedValue", value: string | null) => void) & ((evt: "expandedChange", details: treeView.ExpandedChangeDetails<any>) => void) & ((evt: "selectionChange", details: treeView.SelectionChangeDetails<any>) => void) & ((evt: "loadChildrenComplete", details: treeView.LoadChildrenCompleteDetails<T>) => void) & ((evt: "loadChildrenError", details: treeView.LoadChildrenErrorDetails<T>) => void) & ((evt: "renameStart", details: treeView.RenameStartDetails<T>) => void) & ((evt: "beforeRename", details: treeView.RenameCompleteDetails) => void) & ((evt: "renameComplete", details: treeView.RenameCompleteDetails) => void) & ((evt: "update:expandedValue", value: string[]) => void) & ((evt: "update:selectedValue", value: string[]) => void) & ((evt: "update:checkedValue", value: string[]) => void);
|
|
422
422
|
}>) => vue.VNode & {
|
|
423
423
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
424
424
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
2
|
|
|
3
3
|
//#region src/components/tour/tour-anatomy.d.ts
|
|
4
|
-
declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"title" | "
|
|
4
|
+
declare const tourAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"title" | "content" | "backdrop" | "closeTrigger" | "positioner" | "description" | "control" | "progressText" | "arrow" | "arrowTip" | "actionTrigger" | "spotlight">;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { tourAnatomy as t };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sprawlify/vue",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.104",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Vue wrapper for primitives.",
|
|
6
6
|
"author": "sprawlify <npm@sprawlify.com>",
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"access": "public"
|
|
269
269
|
},
|
|
270
270
|
"dependencies": {
|
|
271
|
-
"@sprawlify/primitives": "0.0.
|
|
271
|
+
"@sprawlify/primitives": "0.0.104"
|
|
272
272
|
},
|
|
273
273
|
"peerDependencies": {
|
|
274
274
|
"vue": ">=3.0.0"
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as _sprawlify_primitives_anatomy0 from "@sprawlify/primitives/anatomy";
|
|
2
|
-
|
|
3
|
-
//#region src/components/date-picker/date-picker-anatomy.d.ts
|
|
4
|
-
declare const datePickerAnatomy: _sprawlify_primitives_anatomy0.AnatomyInstance<"input" | "label" | "table" | "view" | "trigger" | "positioner" | "content" | "root" | "control" | "nextTrigger" | "prevTrigger" | "valueText" | "clearTrigger" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl">;
|
|
5
|
-
//#endregion
|
|
6
|
-
export { datePickerAnatomy as t };
|