@sprawlify/vue 0.0.110 → 0.0.111
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-CbhNBPw8.d.ts → alert-dialog-anatomy-Cmbo81mV.d.ts} +1 -1
- package/dist/{carousel-anatomy-DQ-njC4w.d.ts → carousel-anatomy-CYo6B4BR.d.ts} +1 -1
- package/dist/{checkbox-anatomy-D_EEk_7M.d.ts → checkbox-anatomy-Bkxq8P4k.d.ts} +1 -1
- package/dist/{collapsible-CU8jdmsD.js → collapsible-BO89DMDT.js} +1 -1
- package/dist/color-picker-anatomy-09BXGqLT.d.ts +6 -0
- package/dist/combobox-anatomy-fBVJeObj.d.ts +6 -0
- package/dist/components/accordion/index.d.ts +1 -1
- package/dist/components/accordion/index.js +2 -2
- package/dist/components/alert-dialog/index.d.ts +5 -5
- package/dist/components/alert-dialog/index.js +2 -2
- package/dist/components/anatomy.d.ts +12 -12
- package/dist/components/angle-slider/index.d.ts +1 -1
- package/dist/components/angle-slider/index.js +1 -1
- package/dist/components/aspect-ratio/index.js +1 -1
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/carousel/index.d.ts +1 -1
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/checkbox/index.d.ts +5 -5
- package/dist/components/checkbox/index.js +3 -3
- package/dist/components/clipboard/index.js +1 -1
- package/dist/components/collapsible/index.d.ts +2 -2
- package/dist/components/collapsible/index.js +2 -2
- package/dist/components/color-picker/index.d.ts +11 -11
- package/dist/components/color-picker/index.js +3 -3
- package/dist/components/combobox/index.d.ts +7 -7
- package/dist/components/combobox/index.js +3 -3
- package/dist/components/date-picker/index.d.ts +13 -13
- package/dist/components/date-picker/index.js +2 -2
- package/dist/components/dialog/index.d.ts +4 -4
- package/dist/components/dialog/index.js +2 -2
- package/dist/components/download-trigger/index.js +1 -1
- package/dist/components/drawer/index.d.ts +145 -44
- package/dist/components/drawer/index.js +157 -13
- package/dist/components/dropdown-menu/index.d.ts +6 -6
- package/dist/components/dropdown-menu/index.js +2 -2
- package/dist/components/editable/index.d.ts +5 -5
- package/dist/components/editable/index.js +2 -2
- package/dist/components/field/index.d.ts +3 -3
- package/dist/components/field/index.js +2 -2
- package/dist/components/fieldset/index.d.ts +1 -1
- package/dist/components/fieldset/index.js +2 -2
- package/dist/components/file-upload/index.d.ts +3 -3
- package/dist/components/file-upload/index.js +2 -2
- package/dist/components/floating-panel/index.d.ts +4 -4
- package/dist/components/floating-panel/index.js +2 -2
- package/dist/components/focus-trap/index.js +1 -1
- package/dist/components/hover-card/index.d.ts +1 -1
- package/dist/components/hover-card/index.js +2 -2
- package/dist/components/image-cropper/index.d.ts +1 -1
- package/dist/components/image-cropper/index.js +1 -1
- package/dist/components/json-tree-view/index.d.ts +2 -2
- package/dist/components/json-tree-view/index.js +3 -3
- package/dist/components/listbox/index.d.ts +1 -1
- package/dist/components/listbox/index.js +1 -1
- package/dist/components/marquee/index.js +1 -1
- package/dist/components/navigation-menu/index.js +2 -2
- package/dist/components/number-input/index.d.ts +3 -3
- package/dist/components/number-input/index.js +2 -2
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/password-input/index.d.ts +2 -2
- package/dist/components/password-input/index.js +2 -2
- package/dist/components/pin-input/index.d.ts +3 -3
- package/dist/components/pin-input/index.js +2 -2
- package/dist/components/popover/index.d.ts +3 -3
- package/dist/components/popover/index.js +2 -2
- package/dist/components/presence/index.js +2 -2
- package/dist/components/progress/index.js +1 -1
- package/dist/components/qr-code/index.js +1 -1
- package/dist/components/radio-group/index.d.ts +2 -2
- package/dist/components/radio-group/index.js +2 -2
- package/dist/components/rating-group/index.d.ts +2 -2
- package/dist/components/rating-group/index.js +2 -2
- package/dist/components/scroll-area/index.js +1 -1
- package/dist/components/segment-group/index.d.ts +1 -1
- package/dist/components/segment-group/index.js +1 -1
- package/dist/components/select/index.d.ts +4 -4
- package/dist/components/select/index.js +3 -3
- package/dist/components/separator/index.js +1 -1
- package/dist/components/signature-pad/index.d.ts +1 -1
- package/dist/components/signature-pad/index.js +2 -2
- package/dist/components/slider/index.d.ts +1 -1
- package/dist/components/slider/index.js +1 -1
- package/dist/components/splitter/index.d.ts +2 -2
- package/dist/components/splitter/index.js +1 -1
- package/dist/components/steps/index.js +1 -1
- package/dist/components/switch/index.d.ts +3 -3
- package/dist/components/switch/index.js +2 -2
- package/dist/components/tabs/index.d.ts +1 -1
- package/dist/components/tabs/index.js +2 -2
- package/dist/components/tags-input/index.d.ts +8 -8
- package/dist/components/tags-input/index.js +2 -2
- package/dist/components/timer/index.js +1 -1
- package/dist/components/toast/index.js +1 -1
- package/dist/components/toggle/index.js +1 -1
- package/dist/components/toggle-group/index.d.ts +1 -1
- package/dist/components/toggle-group/index.js +1 -1
- package/dist/components/tooltip/index.d.ts +2 -2
- package/dist/components/tooltip/index.js +2 -2
- package/dist/components/tour/index.d.ts +3 -3
- package/dist/components/tour/index.js +2 -2
- package/dist/components/tree-view/index.d.ts +1 -1
- package/dist/components/tree-view/index.js +3 -3
- package/dist/{date-picker-anatomy-Bgths9Xv.d.ts → date-picker-anatomy-CTaSCl_Q.d.ts} +1 -1
- package/dist/{factory-Bd0Y5x-7.js → factory-pEq4L11-.js} +2 -2
- package/dist/{field-CzfgOnwc.js → field-COxjRzcf.js} +1 -1
- package/dist/{field-anatomy-Bzlix6O4.d.ts → field-anatomy-BWikn-kn.d.ts} +1 -1
- package/dist/{fieldset-D2ag4AsT.js → fieldset-DwMrmSml.js} +1 -1
- package/dist/{fieldset-anatomy-CcZfEnO-.d.ts → fieldset-anatomy-pWRVtwyO.d.ts} +1 -1
- package/dist/{image-cropper-anatomy-D1LB8g2f.d.ts → image-cropper-anatomy-ChVWjuvl.d.ts} +1 -1
- package/dist/{index-k-glCuDH.d.ts → index-C7sz_n_w.d.ts} +2 -2
- package/dist/index.js +1 -1
- package/dist/{listbox-anatomy-BzFtsc8d.d.ts → listbox-anatomy-BIheOi8j.d.ts} +1 -1
- package/dist/{presence-B5YFZspA.js → presence-C1Yo35j8.js} +1 -1
- package/dist/{segment-group-anatomy-C2h5VcC1.d.ts → segment-group-anatomy-8sdDQVPl.d.ts} +1 -1
- package/dist/{tour-anatomy-DC21O2lL.d.ts → tour-anatomy-DltwPG-R.d.ts} +1 -1
- package/dist/{tree-view-BMIatAXN.js → tree-view-CV0sK_Ab.js} +2 -2
- package/package.json +2 -2
- package/dist/color-picker-anatomy-BuTyyjuo.d.ts +0 -6
- package/dist/combobox-anatomy-CV2xHL9g.d.ts +0 -6
|
@@ -207,32 +207,32 @@ 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
|
+
editChange: (details: editable.EditChangeDetails) => any;
|
|
210
211
|
focusOutside: (event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any;
|
|
211
212
|
interactOutside: (event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any;
|
|
212
213
|
pointerDownOutside: (event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any;
|
|
213
|
-
editChange: (details: editable.EditChangeDetails) => any;
|
|
214
214
|
valueCommit: (details: editable.ValueChangeDetails) => any;
|
|
215
215
|
valueRevert: (details: editable.ValueChangeDetails) => any;
|
|
216
216
|
"update:edit": (edit: boolean) => any;
|
|
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
|
+
onEditChange?: ((details: editable.EditChangeDetails) => any) | undefined;
|
|
220
221
|
onFocusOutside?: ((event: _sprawlify_primitives_machines_dialog0.FocusOutsideEvent) => any) | undefined;
|
|
221
222
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
222
223
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
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
|
-
disabled: boolean;
|
|
229
|
-
invalid: boolean;
|
|
230
228
|
required: boolean;
|
|
229
|
+
disabled: boolean;
|
|
231
230
|
readOnly: boolean;
|
|
232
|
-
|
|
231
|
+
invalid: boolean;
|
|
233
232
|
autoResize: boolean;
|
|
234
233
|
defaultEdit: boolean;
|
|
235
234
|
edit: boolean;
|
|
235
|
+
selectOnFocus: boolean;
|
|
236
236
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
237
237
|
default?: (props: {}) => any;
|
|
238
238
|
}>;
|
|
@@ -2,11 +2,11 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import { t as editableAnatomy } from "../../editable-anatomy-xpYIbclJ.js";
|
|
7
7
|
import "../../field-anatomy-BloFzq7T.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
9
|
-
import { p as useFieldContext } from "../../field-
|
|
9
|
+
import { p as useFieldContext } from "../../field-COxjRzcf.js";
|
|
10
10
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
11
11
|
import * as editable from "@sprawlify/primitives/machines/editable";
|
|
12
12
|
//#region src/components/editable/use-editable-context.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-Go0oxO3B.js";
|
|
2
|
-
import { t as fieldAnatomy } from "../../field-anatomy-
|
|
2
|
+
import { t as fieldAnatomy } from "../../field-anatomy-BWikn-kn.js";
|
|
3
3
|
import * as vue from "vue";
|
|
4
4
|
import { HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, TextareaHTMLAttributes, UnwrapRef } from "vue";
|
|
5
5
|
|
|
@@ -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
|
-
disabled: boolean;
|
|
256
|
-
invalid: boolean;
|
|
257
255
|
required: boolean;
|
|
256
|
+
disabled: boolean;
|
|
258
257
|
readOnly: boolean;
|
|
258
|
+
invalid: boolean;
|
|
259
259
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
260
260
|
default?: (props: {}) => any;
|
|
261
261
|
}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../core-DFdl8jS7.js";
|
|
2
2
|
import "../../providers-CicBbUXG.js";
|
|
3
3
|
import "../../create-context-BqbKqBMN.js";
|
|
4
|
-
import "../../factory-
|
|
4
|
+
import "../../factory-pEq4L11-.js";
|
|
5
5
|
import { t as fieldAnatomy } from "../../field-anatomy-BloFzq7T.js";
|
|
6
|
-
import { a as useField, c as field_label_default, d as field_error_text_default, f as field_context_default, i as field_root_default, l as field_input_default, n as field_textarea_default, o as field_root_provider_default, p as useFieldContext, r as field_select_default, s as field_required_indicator_default, t as field_exports, u as field_helper_text_default } from "../../field-
|
|
6
|
+
import { a as useField, c as field_label_default, d as field_error_text_default, f as field_context_default, i as field_root_default, l as field_input_default, n as field_textarea_default, o as field_root_provider_default, p as useFieldContext, r as field_select_default, s as field_required_indicator_default, t as field_exports, u as field_helper_text_default } from "../../field-COxjRzcf.js";
|
|
7
7
|
export { field_exports as Field, field_context_default as FieldContext, field_error_text_default as FieldErrorText, field_helper_text_default as FieldHelperText, field_input_default as FieldInput, field_label_default as FieldLabel, field_required_indicator_default as FieldRequiredIndicator, field_root_default as FieldRoot, field_root_provider_default as FieldRootProvider, field_select_default as FieldSelect, field_textarea_default as FieldTextarea, fieldAnatomy, useField, useFieldContext };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-Go0oxO3B.js";
|
|
2
|
-
import { t as fieldsetAnatomy } from "../../fieldset-anatomy-
|
|
2
|
+
import { t as fieldsetAnatomy } from "../../fieldset-anatomy-pWRVtwyO.js";
|
|
3
3
|
import * as vue from "vue";
|
|
4
4
|
import { FieldsetHTMLAttributes, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
5
5
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../core-DFdl8jS7.js";
|
|
2
2
|
import "../../providers-CicBbUXG.js";
|
|
3
3
|
import "../../create-context-BqbKqBMN.js";
|
|
4
|
-
import "../../factory-
|
|
4
|
+
import "../../factory-pEq4L11-.js";
|
|
5
5
|
import { t as fieldsetAnatomy } from "../../fieldset-anatomy-DBAg0hLg.js";
|
|
6
|
-
import { a as fieldset_legend_default, c as fieldset_context_default, i as fieldset_root_provider_default, l as useFieldsetContext, n as fieldset_root_default, o as fieldset_helper_text_default, r as useFieldset, s as fieldset_error_text_default, t as fieldset_exports } from "../../fieldset-
|
|
6
|
+
import { a as fieldset_legend_default, c as fieldset_context_default, i as fieldset_root_provider_default, l as useFieldsetContext, n as fieldset_root_default, o as fieldset_helper_text_default, r as useFieldset, s as fieldset_error_text_default, t as fieldset_exports } from "../../fieldset-DwMrmSml.js";
|
|
7
7
|
export { fieldset_exports as Fieldset, fieldset_context_default as FieldsetContext, fieldset_error_text_default as FieldsetErrorText, fieldset_helper_text_default as FieldsetHelperText, fieldset_legend_default as FieldsetLegend, fieldset_root_default as FieldsetRoot, fieldset_root_provider_default as FieldsetRootProvider, fieldsetAnatomy, useFieldset, useFieldsetContext };
|
|
@@ -269,13 +269,13 @@ 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
|
-
disabled: boolean;
|
|
273
|
-
invalid: boolean;
|
|
274
272
|
required: boolean;
|
|
273
|
+
disabled: boolean;
|
|
275
274
|
readOnly: boolean;
|
|
275
|
+
invalid: boolean;
|
|
276
276
|
allowDrop: boolean;
|
|
277
|
-
directory: boolean;
|
|
278
277
|
preventDocumentDrop: boolean;
|
|
278
|
+
directory: boolean;
|
|
279
279
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
280
280
|
default?: (props: {}) => any;
|
|
281
281
|
}>;
|
|
@@ -2,11 +2,11 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import "../../field-anatomy-BloFzq7T.js";
|
|
7
7
|
import { t as fileUploadAnatomy } from "../../file-upload-anatomy-vzjeLbps.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
9
|
-
import { p as useFieldContext } from "../../field-
|
|
9
|
+
import { p as useFieldContext } from "../../field-COxjRzcf.js";
|
|
10
10
|
import { pick } from "@sprawlify/primitives/utils";
|
|
11
11
|
import { computed, createBlock, createCommentVNode, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, ref, renderSlot, toDisplayString, toValue, unref, useId, useSlots, watchEffect, withCtx } from "vue";
|
|
12
12
|
import * as fileUpload from "@sprawlify/primitives/machines/file-upload";
|
|
@@ -222,30 +222,30 @@ declare const __VLS_export$4: __VLS_WithSlots$4<vue.DefineComponent<FloatingPane
|
|
|
222
222
|
exitComplete: () => any;
|
|
223
223
|
openChange: (details: floatingPanel.OpenChangeDetails) => any;
|
|
224
224
|
"update:open": (open: boolean) => any;
|
|
225
|
+
"update:size": (details: floatingPanel.Size) => any;
|
|
225
226
|
positionChange: (details: floatingPanel.PositionChangeDetails) => any;
|
|
226
227
|
"update:position": (details: floatingPanel.Point) => any;
|
|
227
228
|
positionChangeEnd: (details: floatingPanel.PositionChangeDetails) => any;
|
|
228
229
|
sizeChange: (details: floatingPanel.SizeChangeDetails) => any;
|
|
229
|
-
"update:size": (details: floatingPanel.Size) => any;
|
|
230
230
|
sizeChangeEnd: (details: floatingPanel.SizeChangeDetails) => any;
|
|
231
231
|
stageChange: (details: floatingPanel.StageChangeDetails) => any;
|
|
232
232
|
}, string, vue.PublicProps, Readonly<FloatingPanelRootProps> & Readonly<{
|
|
233
233
|
onExitComplete?: (() => any) | undefined;
|
|
234
234
|
onOpenChange?: ((details: floatingPanel.OpenChangeDetails) => any) | undefined;
|
|
235
235
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
236
|
+
"onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
|
|
236
237
|
onPositionChange?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
237
238
|
"onUpdate:position"?: ((details: floatingPanel.Point) => any) | undefined;
|
|
238
239
|
onPositionChangeEnd?: ((details: floatingPanel.PositionChangeDetails) => any) | undefined;
|
|
239
240
|
onSizeChange?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
|
|
240
|
-
"onUpdate:size"?: ((details: floatingPanel.Size) => any) | undefined;
|
|
241
241
|
onSizeChangeEnd?: ((details: floatingPanel.SizeChangeDetails) => any) | undefined;
|
|
242
242
|
onStageChange?: ((details: floatingPanel.StageChangeDetails) => any) | undefined;
|
|
243
243
|
}>, {
|
|
244
244
|
draggable: boolean;
|
|
245
|
-
disabled: boolean;
|
|
246
|
-
open: boolean;
|
|
247
245
|
closeOnEscape: boolean;
|
|
248
246
|
defaultOpen: boolean;
|
|
247
|
+
disabled: boolean;
|
|
248
|
+
open: boolean;
|
|
249
249
|
allowOverflow: boolean;
|
|
250
250
|
lockAspectRatio: boolean;
|
|
251
251
|
persistRect: boolean;
|
|
@@ -2,10 +2,10 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import { t as floatingPanelAnatomy } from "../../floating-panel-anatomy-BgEeNv0z.js";
|
|
7
7
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
8
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
8
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-C1Yo35j8.js";
|
|
9
9
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
10
|
import * as floatingPanel from "@sprawlify/primitives/machines/floating-panel";
|
|
11
11
|
//#region src/components/floating-panel/use-floating-panel-context.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../core-DFdl8jS7.js";
|
|
2
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
2
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
3
3
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
4
4
|
import { createBlock, defineComponent, onBeforeUnmount, onWatcherCleanup, openBlock, ref, renderSlot, unref, watchEffect, withCtx } from "vue";
|
|
5
5
|
import { trapFocus } from "@sprawlify/primitives/focus-trap";
|
|
@@ -166,9 +166,9 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<HoverCardRoo
|
|
|
166
166
|
onInteractOutside?: ((event: _sprawlify_primitives_machines_dialog0.InteractOutsideEvent) => any) | undefined;
|
|
167
167
|
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_dialog0.PointerDownOutsideEvent) => any) | undefined;
|
|
168
168
|
}>, {
|
|
169
|
+
defaultOpen: boolean;
|
|
169
170
|
disabled: boolean;
|
|
170
171
|
open: boolean;
|
|
171
|
-
defaultOpen: boolean;
|
|
172
172
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
173
173
|
default?: (props: {}) => any;
|
|
174
174
|
}>;
|
|
@@ -2,11 +2,11 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import { t as hoverCardAnatomy } from "../../hover-card-anatomy-BiBVumql.js";
|
|
7
7
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
8
8
|
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-QgtvU85q.js";
|
|
9
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
9
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-C1Yo35j8.js";
|
|
10
10
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
11
11
|
import * as hoverCard from "@sprawlify/primitives/machines/hover-card";
|
|
12
12
|
//#region src/components/hover-card/use-hover-card-context.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-Go0oxO3B.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 imageCropperAnatomy } from "../../image-cropper-anatomy-
|
|
4
|
+
import { t as imageCropperAnatomy } from "../../image-cropper-anatomy-ChVWjuvl.js";
|
|
5
5
|
import * as _sprawlify_primitives_types0 from "@sprawlify/primitives/types";
|
|
6
6
|
import { Rect } from "@sprawlify/primitives/types";
|
|
7
7
|
import * as vue from "vue";
|
|
@@ -2,7 +2,7 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import { t as imageCropperAnatomy } from "../../image-cropper-anatomy-D3tfc-sw.js";
|
|
7
7
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
8
8
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
@@ -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-C7sz_n_w.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";
|
|
@@ -22,9 +22,9 @@ interface JsonTreeViewRootProps extends JsonTreeViewRootBaseProps,
|
|
|
22
22
|
HTMLAttributes {}
|
|
23
23
|
declare const _default: typeof __VLS_export$2;
|
|
24
24
|
declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<JsonTreeViewRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<JsonTreeViewRootProps> & Readonly<{}>, {
|
|
25
|
-
asChild: boolean;
|
|
26
25
|
lazyMount: boolean;
|
|
27
26
|
unmountOnExit: boolean;
|
|
27
|
+
asChild: boolean;
|
|
28
28
|
showNonenumerable: boolean;
|
|
29
29
|
expandOnClick: boolean;
|
|
30
30
|
typeahead: boolean;
|
|
@@ -2,12 +2,12 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import "../../core-DFdl8jS7.js";
|
|
3
3
|
import "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import "../../factory-
|
|
6
|
-
import "../../collapsible-
|
|
5
|
+
import "../../factory-pEq4L11-.js";
|
|
6
|
+
import "../../collapsible-BO89DMDT.js";
|
|
7
7
|
import { t as createSplitProps } from "../../create-split-props-D32I38aE.js";
|
|
8
8
|
import "../../use-render-strategy-QgtvU85q.js";
|
|
9
9
|
import { a as createTreeCollection } from "../../collection-CMkl1XB0.js";
|
|
10
|
-
import { C as tree_view_branch_content_default, S as tree_view_branch_control_default, a as tree_view_root_provider_default, b as tree_view_branch_indicator_default, f as tree_view_item_default, g as tree_view_branch_default, i as useTreeView, n as tree_view_tree_default, o as tree_view_node_provider_default, p as tree_view_item_text_default, t as tree_view_exports, w as useTreeViewContext, x as tree_view_branch_indent_guide_default, y as tree_view_branch_text_default } from "../../tree-view-
|
|
10
|
+
import { C as tree_view_branch_content_default, S as tree_view_branch_control_default, a as tree_view_root_provider_default, b as tree_view_branch_indicator_default, f as tree_view_item_default, g as tree_view_branch_default, i as useTreeView, n as tree_view_tree_default, o as tree_view_node_provider_default, p as tree_view_item_text_default, t as tree_view_exports, w as useTreeViewContext, x as tree_view_branch_indent_guide_default, y as tree_view_branch_text_default } from "../../tree-view-CV0sK_Ab.js";
|
|
11
11
|
import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, createVNode, defineComponent, mergeDefaults, mergeProps, openBlock, renderList, renderSlot, resolveComponent, resolveDynamicComponent, toDisplayString, toValue, unref, withCtx } from "vue";
|
|
12
12
|
import { getAccessibleDescription, getRootNode, jsonNodeToElement, keyPathToKey, nodeToString, nodeToValue } from "@sprawlify/primitives/json-tree-utils";
|
|
13
13
|
//#region src/components/json-tree-view/get-branch-value.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-Go0oxO3B.js";
|
|
2
2
|
import { a as Optional, r as EmitFn$1, t as Assign } from "../../types-CcpL2F4P.js";
|
|
3
3
|
import { r as PropTypes } from "../../index-ga2m_BD2.js";
|
|
4
|
-
import { t as listboxAnatomy } from "../../listbox-anatomy-
|
|
4
|
+
import { t as listboxAnatomy } from "../../listbox-anatomy-BIheOi8j.js";
|
|
5
5
|
import { _ as CollectionItem, b as createListCollection, y as ListCollection } from "../../index-DK-1mwjg.js";
|
|
6
6
|
import * as vue from "vue";
|
|
7
7
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
@@ -2,7 +2,7 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import { t as listboxAnatomy } from "../../listbox-anatomy-BTXGGkHn.js";
|
|
7
7
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
8
8
|
import { o as createListCollection } from "../../collection-CMkl1XB0.js";
|
|
@@ -2,7 +2,7 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import { t as marqueeAnatomy } from "../../marquee-anatomy-CuY5-sxQ.js";
|
|
7
7
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
8
8
|
import { hasProp, isString } from "@sprawlify/primitives/utils";
|
|
@@ -2,11 +2,11 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import { t as navigationMenuAnatomy } from "../../navigation-menu-anatomy-C8G7WCQT.js";
|
|
7
7
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
8
8
|
import { n as useRenderStrategyProps, t as RenderStrategyPropsProvider } from "../../use-render-strategy-QgtvU85q.js";
|
|
9
|
-
import { i as usePresence } from "../../presence-
|
|
9
|
+
import { i as usePresence } from "../../presence-C1Yo35j8.js";
|
|
10
10
|
import { ensure } from "@sprawlify/primitives/utils";
|
|
11
11
|
import { Fragment, Teleport, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useAttrs, useId, withCtx } from "vue";
|
|
12
12
|
import * as navigationMenu from "@sprawlify/primitives/machines/navigation-menu";
|
|
@@ -196,12 +196,12 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<NumberInputR
|
|
|
196
196
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
197
197
|
onValueInvalid?: ((details: numberInput.ValueInvalidDetails) => any) | undefined;
|
|
198
198
|
}>, {
|
|
199
|
-
disabled: boolean;
|
|
200
|
-
invalid: boolean;
|
|
201
199
|
required: boolean;
|
|
200
|
+
disabled: boolean;
|
|
202
201
|
readOnly: boolean;
|
|
203
|
-
|
|
202
|
+
invalid: boolean;
|
|
204
203
|
allowMouseWheel: boolean;
|
|
204
|
+
allowOverflow: boolean;
|
|
205
205
|
clampValueOnBlur: boolean;
|
|
206
206
|
focusInputOnChange: boolean;
|
|
207
207
|
spinOnPress: boolean;
|
|
@@ -2,11 +2,11 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import "../../field-anatomy-BloFzq7T.js";
|
|
7
7
|
import { t as numberInputAnatomy } from "../../number-input-anatomy-BnIfIxWe.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
9
|
-
import { p as useFieldContext } from "../../field-
|
|
9
|
+
import { p as useFieldContext } from "../../field-COxjRzcf.js";
|
|
10
10
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
11
11
|
import * as numberInput from "@sprawlify/primitives/machines/number-input";
|
|
12
12
|
//#region src/components/number-input/use-number-input-context.ts
|
|
@@ -2,7 +2,7 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import { t as paginationAnatomy } from "../../pagination-anatomy-GDzxsFmi.js";
|
|
7
7
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
8
8
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
@@ -153,12 +153,12 @@ 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
|
-
disabled: boolean;
|
|
157
|
-
invalid: boolean;
|
|
158
156
|
required: boolean;
|
|
157
|
+
disabled: boolean;
|
|
159
158
|
readOnly: boolean;
|
|
160
159
|
defaultVisible: boolean;
|
|
161
160
|
ignorePasswordManagers: boolean;
|
|
161
|
+
invalid: boolean;
|
|
162
162
|
visible: boolean;
|
|
163
163
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
164
164
|
default?: (props: {}) => any;
|
|
@@ -2,11 +2,11 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import "../../field-anatomy-BloFzq7T.js";
|
|
7
7
|
import { t as passwordInputAnatomy } from "../../password-input-anatomy-DnfxaJJb.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
9
|
-
import { p as useFieldContext } from "../../field-
|
|
9
|
+
import { p as useFieldContext } from "../../field-COxjRzcf.js";
|
|
10
10
|
import { computed, createBlock, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toDisplayString, toValue, unref, useId, withCtx } from "vue";
|
|
11
11
|
import * as passwordInput from "@sprawlify/primitives/machines/password-input";
|
|
12
12
|
//#region src/components/password-input/use-password-input-context.ts
|
|
@@ -152,14 +152,14 @@ declare const __VLS_export$1: __VLS_WithSlots$1<vue.DefineComponent<PinInputRoot
|
|
|
152
152
|
onValueInvalid?: ((details: pinInput.ValueInvalidDetails) => any) | undefined;
|
|
153
153
|
}>, {
|
|
154
154
|
mask: boolean;
|
|
155
|
-
disabled: boolean;
|
|
156
|
-
invalid: boolean;
|
|
157
155
|
required: boolean;
|
|
156
|
+
disabled: boolean;
|
|
158
157
|
readOnly: boolean;
|
|
158
|
+
invalid: boolean;
|
|
159
|
+
selectOnFocus: boolean;
|
|
159
160
|
autoFocus: boolean;
|
|
160
161
|
blurOnComplete: boolean;
|
|
161
162
|
otp: boolean;
|
|
162
|
-
selectOnFocus: boolean;
|
|
163
163
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
164
164
|
default?: (props: {}) => any;
|
|
165
165
|
}>;
|
|
@@ -2,11 +2,11 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import "../../field-anatomy-BloFzq7T.js";
|
|
7
7
|
import { t as pinInputAnatomy } from "../../pin-input-anatomy-BIMEBnI2.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
9
|
-
import { p as useFieldContext } from "../../field-
|
|
9
|
+
import { p as useFieldContext } from "../../field-COxjRzcf.js";
|
|
10
10
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
11
11
|
import * as pinInput from "@sprawlify/primitives/machines/pin-input";
|
|
12
12
|
//#region src/components/pin-input/use-pin-input-context.ts
|
|
@@ -263,12 +263,12 @@ declare const __VLS_export$2: __VLS_WithSlots$2<vue.DefineComponent<PopoverRootP
|
|
|
263
263
|
targetIndex: number;
|
|
264
264
|
}>) => any) | undefined;
|
|
265
265
|
}>, {
|
|
266
|
-
autoFocus: boolean;
|
|
267
|
-
open: boolean;
|
|
268
266
|
closeOnEscape: boolean;
|
|
269
267
|
defaultOpen: boolean;
|
|
270
|
-
|
|
268
|
+
open: boolean;
|
|
271
269
|
modal: boolean;
|
|
270
|
+
closeOnInteractOutside: boolean;
|
|
271
|
+
autoFocus: boolean;
|
|
272
272
|
portalled: boolean;
|
|
273
273
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
274
274
|
default?: (props: {}) => any;
|
|
@@ -2,11 +2,11 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1, t as mergeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import { t as popoverAnatomy } from "../../popover-anatomy-DE5hgrvL.js";
|
|
7
7
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
8
8
|
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-QgtvU85q.js";
|
|
9
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
9
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-C1Yo35j8.js";
|
|
10
10
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
11
11
|
import * as popover from "@sprawlify/primitives/machines/popover";
|
|
12
12
|
//#region src/components/popover/use-popover-context.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../core-DFdl8jS7.js";
|
|
2
2
|
import "../../create-context-BqbKqBMN.js";
|
|
3
|
-
import "../../factory-
|
|
4
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext, t as presence_default } from "../../presence-
|
|
3
|
+
import "../../factory-pEq4L11-.js";
|
|
4
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext, t as presence_default } from "../../presence-C1Yo35j8.js";
|
|
5
5
|
export { presence_default as Presence, PresenceProvider, usePresence, usePresenceContext };
|
|
@@ -2,7 +2,7 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import { t as progressAnatomy } from "../../progress-anatomy-B-Zd5hLA.js";
|
|
7
7
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
8
8
|
import { computed, createBlock, createTextVNode, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toDisplayString, toValue, unref, useId, useSlots, withCtx } from "vue";
|
|
@@ -2,7 +2,7 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import { t as qrCodeAnatomy } from "../../qr-code-anatomy-CRPLhSvp.js";
|
|
7
7
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
8
8
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
@@ -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
|
-
disabled: boolean;
|
|
217
|
-
invalid: boolean;
|
|
218
216
|
required: boolean;
|
|
217
|
+
disabled: boolean;
|
|
219
218
|
readOnly: boolean;
|
|
219
|
+
invalid: boolean;
|
|
220
220
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
221
221
|
default?: (props: {}) => any;
|
|
222
222
|
}>;
|
|
@@ -2,12 +2,12 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import "../../fieldset-anatomy-DBAg0hLg.js";
|
|
7
7
|
import { t as radioGroupAnatomy } from "../../radio-group-anatomy-MQ77y9Ly.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
9
9
|
import { t as toBooleanValue } from "../../boolean-D3BnFnrK.js";
|
|
10
|
-
import { l as useFieldsetContext } from "../../fieldset-
|
|
10
|
+
import { l as useFieldsetContext } from "../../fieldset-DwMrmSml.js";
|
|
11
11
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
12
12
|
import * as radioGroup from "@sprawlify/primitives/machines/radio-group";
|
|
13
13
|
//#region src/components/radio-group/use-radio-group-context.ts
|
|
@@ -158,11 +158,11 @@ 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
|
-
disabled: boolean;
|
|
162
161
|
required: boolean;
|
|
162
|
+
disabled: boolean;
|
|
163
163
|
readOnly: boolean;
|
|
164
|
-
autoFocus: boolean;
|
|
165
164
|
allowHalf: boolean;
|
|
165
|
+
autoFocus: boolean;
|
|
166
166
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
|
|
167
167
|
default?: (props: {}) => any;
|
|
168
168
|
}>;
|
|
@@ -2,11 +2,11 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import "../../field-anatomy-BloFzq7T.js";
|
|
7
7
|
import { t as ratingGroupAnatomy } from "../../rating-group-anatomy-DFCmCaAm.js";
|
|
8
8
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
9
|
-
import { p as useFieldContext } from "../../field-
|
|
9
|
+
import { p as useFieldContext } from "../../field-COxjRzcf.js";
|
|
10
10
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
11
11
|
import * as ratingGroup from "@sprawlify/primitives/machines/rating-group";
|
|
12
12
|
//#region src/components/rating-group/use-rating-group-context.ts
|
|
@@ -2,7 +2,7 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import { t as scrollAreaAnatomy } from "../../scroll-area-anatomy-12L_PN6-.js";
|
|
7
7
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
8
8
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as PolymorphicProps } from "../../factory-Go0oxO3B.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 segmentGroupAnatomy } from "../../segment-group-anatomy-
|
|
4
|
+
import { t as segmentGroupAnatomy } from "../../segment-group-anatomy-8sdDQVPl.js";
|
|
5
5
|
import * as vue from "vue";
|
|
6
6
|
import { ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
7
7
|
import * as segmentGroup from "@sprawlify/primitives/machines/radio-group";
|
|
@@ -2,7 +2,7 @@ import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
|
2
2
|
import { n as useMachine, r as normalizeProps$1 } from "../../core-DFdl8jS7.js";
|
|
3
3
|
import { a as DEFAULT_LOCALE, c as DEFAULT_ENVIRONMENT, l as useEnvironmentContext, o as useLocaleContext } from "../../providers-CicBbUXG.js";
|
|
4
4
|
import { t as createContext } from "../../create-context-BqbKqBMN.js";
|
|
5
|
-
import { n as sprawlify, r as useForwardExpose } from "../../factory-
|
|
5
|
+
import { n as sprawlify, r as useForwardExpose } from "../../factory-pEq4L11-.js";
|
|
6
6
|
import { n as segmentGroupAnatomy, t as parts } from "../../segment-group-anatomy-CfDAqJG5.js";
|
|
7
7
|
import { t as cleanProps } from "../../clean-props-C5aydRx_.js";
|
|
8
8
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|