@sprawlify/vue 0.0.70 → 0.0.72
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/boolean-CpMsIRK4.js +7 -0
- package/dist/{collapsible-D1Mx4C0H.js → collapsible-jX9S7WYj.js} +1 -1
- package/dist/{collection-DiwGNCAy.js → collection-DGKjEgOz.js} +1 -1
- package/dist/components/accordion/index.d.ts +19 -19
- package/dist/components/accordion/index.js +4 -4
- package/dist/components/angle-slider/index.d.ts +19 -19
- package/dist/components/angle-slider/index.js +1 -1
- package/dist/components/avatar/index.d.ts +11 -11
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/bottom-sheet/index.d.ts +23 -23
- package/dist/components/bottom-sheet/index.js +4 -4
- package/dist/components/carousel/index.d.ts +21 -21
- package/dist/components/carousel/index.js +1 -1
- package/dist/components/checkbox/index.d.ts +24 -24
- package/dist/components/checkbox/index.js +2 -7
- package/dist/components/client-only/index.d.ts +2 -2
- package/dist/components/clipboard/index.d.ts +17 -17
- package/dist/components/clipboard/index.js +1 -1
- package/dist/components/collapsible/index.d.ts +17 -17
- package/dist/components/collapsible/index.js +1 -1
- package/dist/components/collection/index.d.ts +1 -1
- package/dist/components/collection/index.js +1 -1
- package/dist/components/color-picker/index.d.ts +59 -59
- package/dist/components/color-picker/index.js +3 -3
- package/dist/components/combobox/index.d.ts +38 -38
- package/dist/components/combobox/index.js +4 -4
- package/dist/components/date-picker/index.d.ts +52 -52
- package/dist/components/date-picker/index.js +3 -3
- package/dist/components/dialog/index.d.ts +36 -36
- package/dist/components/dialog/index.js +3 -3
- package/dist/components/download-trigger/index.d.ts +4 -4
- package/dist/components/editable/index.d.ts +28 -28
- package/dist/components/editable/index.js +1 -1
- package/dist/components/field/index.d.ts +24 -24
- package/dist/components/fieldset/index.d.ts +13 -13
- package/dist/components/file-upload/index.d.ts +25 -25
- package/dist/components/file-upload/index.js +1 -1
- package/dist/components/floating-panel/index.d.ts +26 -27
- package/dist/components/floating-panel/index.js +2 -2
- package/dist/components/focus-trap/index.d.ts +5 -5
- package/dist/components/focus-trap/index.js +1 -1
- package/dist/components/format/index.d.ts +4 -4
- package/dist/components/frame/index.d.ts +6 -6
- package/dist/components/highlight/index.d.ts +5 -5
- package/dist/components/highlight/index.js +1 -1
- package/dist/components/hover-card/index.d.ts +28 -28
- package/dist/components/hover-card/index.js +3 -3
- package/dist/components/image-cropper/index.d.ts +14 -14
- package/dist/components/image-cropper/index.js +1 -1
- package/dist/components/json-tree-view/index.d.ts +13 -13
- package/dist/components/json-tree-view/index.js +5 -5
- package/dist/components/listbox/index.d.ts +23 -23
- package/dist/components/listbox/index.js +2 -2
- package/dist/components/marquee/index.d.ts +23 -23
- package/dist/components/marquee/index.js +1 -1
- package/dist/components/menu/index.d.ts +51 -52
- package/dist/components/menu/index.js +3 -3
- package/dist/components/navigation-menu/index.d.ts +20 -20
- package/dist/components/navigation-menu/index.js +3 -3
- package/dist/components/number-input/index.d.ts +22 -22
- package/dist/components/number-input/index.js +1 -1
- package/dist/components/pagination/index.d.ts +15 -15
- package/dist/components/pagination/index.js +1 -1
- package/dist/components/password-input/index.d.ts +25 -25
- package/dist/components/password-input/index.js +1 -1
- package/dist/components/pin-input/index.d.ts +21 -21
- package/dist/components/pin-input/index.js +1 -1
- package/dist/components/popover/index.d.ts +38 -38
- package/dist/components/popover/index.js +3 -3
- package/dist/components/presence/index.d.ts +2 -2
- package/dist/components/presence/index.js +1 -1
- package/dist/components/progress/index.d.ts +231 -0
- package/dist/components/progress/index.js +372 -0
- package/dist/components/qr-code/index.d.ts +159 -0
- package/dist/components/qr-code/index.js +263 -0
- package/dist/components/radio-group/index.d.ts +231 -0
- package/dist/components/radio-group/index.js +378 -0
- package/dist/components/rating-group/index.d.ts +201 -0
- package/dist/components/rating-group/index.js +330 -0
- package/dist/components/scroll-area/index.d.ts +171 -0
- package/dist/components/scroll-area/index.js +264 -0
- package/dist/components/segment-group/index.d.ts +231 -0
- package/dist/components/segment-group/index.js +422 -0
- package/dist/components/select/index.d.ts +39 -39
- package/dist/components/select/index.js +4 -4
- package/dist/components/signature-pad/index.d.ts +202 -0
- package/dist/components/signature-pad/index.js +345 -0
- package/dist/components/slider/index.d.ts +300 -0
- package/dist/components/slider/index.js +511 -0
- package/dist/components/splitter/index.d.ts +162 -0
- package/dist/components/splitter/index.js +280 -0
- package/dist/components/steps/index.d.ts +290 -0
- package/dist/components/steps/index.js +469 -0
- package/dist/components/switch/index.d.ts +179 -0
- package/dist/components/switch/index.js +290 -0
- package/dist/components/tabs/index.d.ts +181 -0
- package/dist/components/tabs/index.js +335 -0
- package/dist/components/tags-input/index.d.ts +339 -0
- package/dist/components/tags-input/index.js +569 -0
- package/dist/components/timer/index.d.ts +177 -0
- package/dist/components/timer/index.js +295 -0
- package/dist/components/tree-view/index.d.ts +5 -5
- package/dist/components/tree-view/index.js +4 -4
- package/dist/{index-Cjk1WhUx.d.ts → index-B_UiXhk3.d.ts} +11 -11
- package/dist/{index-ByYmM8LZ.d.ts → index-DwWFWpls.d.ts} +34 -34
- package/dist/{index-D0_ID5xv.d.ts → index-xb1q4_02.d.ts} +7 -7
- package/dist/index.d.ts +3 -3
- package/dist/{tree-view-CzfDgztL.js → tree-view-Ctpu5RjE.js} +4 -4
- package/package.json +58 -2
- /package/dist/{clean-props-ChPEW0vT.js → clean-props-D2R4tz5e.js} +0 -0
- /package/dist/{create-split-props-BDJ_VWs3.js → create-split-props-0RD5_O4P.js} +0 -0
- /package/dist/{factory-Dg6Whljf.d.ts → factory-B5zr8_kk.d.ts} +0 -0
- /package/dist/{index-DI09ccnU.d.ts → index-CCRVRFFQ.d.ts} +0 -0
- /package/dist/{index-ECeveDvH.d.ts → index-DhFoJHfp.d.ts} +0 -0
- /package/dist/{presence-BK6rPXK7.js → presence-B4-UhJY9.js} +0 -0
- /package/dist/{presence-types-BaQ7PILD.d.ts → presence-types-BJRr8tqd.d.ts} +0 -0
- /package/dist/{types-BkS9kMJ5.d.ts → types-DIEO6uP3.d.ts} +0 -0
- /package/dist/{use-render-strategy-DMa_QmB6.js → use-render-strategy-DA33j31C.js} +0 -0
- /package/dist/{use-render-strategy-bdLKqL57.d.ts → use-render-strategy-U5NxU252.d.ts} +0 -0
|
@@ -4,9 +4,9 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { t as sprawlify } from "../../factory-Co08Aw8u.js";
|
|
7
|
-
import { t as cleanProps } from "../../clean-props-
|
|
8
|
-
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-
|
|
9
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
8
|
+
import { t as RenderStrategyPropsProvider } from "../../use-render-strategy-DA33j31C.js";
|
|
9
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-B4-UhJY9.js";
|
|
10
10
|
import { uniq } from "@sprawlify/primitives/utils";
|
|
11
11
|
import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createTextVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderList, renderSlot, toDisplayString, toValue, unref, useId, withCtx } from "vue";
|
|
12
12
|
import * as datePicker from "@sprawlify/primitives/machines/date-picker";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { t as RootEmits$1 } from "../../presence-types-
|
|
3
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
4
|
-
import { r as PropTypes } from "../../index-
|
|
5
|
-
import { t as RenderStrategyProps } from "../../use-render-strategy-
|
|
6
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import { t as RootEmits$1 } from "../../presence-types-BJRr8tqd.js";
|
|
3
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
|
|
4
|
+
import { r as PropTypes } from "../../index-CCRVRFFQ.js";
|
|
5
|
+
import { t as RenderStrategyProps } from "../../use-render-strategy-U5NxU252.js";
|
|
6
|
+
import * as vue1577 from "vue";
|
|
7
7
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
8
|
-
import * as _sprawlify_primitives_machines_bottom_sheet1 from "@sprawlify/primitives/machines/bottom-sheet";
|
|
9
8
|
import * as dialog from "@sprawlify/primitives/machines/dialog";
|
|
10
9
|
import { FocusOutsideEvent, FocusOutsideEvent as DialogFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as DialogInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as DialogOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as DialogPointerDownOutsideEvent, anatomy as dialogAnatomy } from "@sprawlify/primitives/machines/dialog";
|
|
10
|
+
import * as _sprawlify_primitives_machines_menu38 from "@sprawlify/primitives/machines/menu";
|
|
11
11
|
|
|
12
12
|
//#region src/components/dialog/dialog-backdrop.vue.d.ts
|
|
13
13
|
interface DialogBackdropBaseProps extends PolymorphicProps {}
|
|
@@ -17,7 +17,7 @@ interface DialogBackdropProps extends DialogBackdropBaseProps,
|
|
|
17
17
|
*/
|
|
18
18
|
HTMLAttributes {}
|
|
19
19
|
declare const _default: typeof __VLS_export$9;
|
|
20
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
20
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue1577.DefineComponent<DialogBackdropProps, {}, {}, {}, {}, vue1577.ComponentOptionsMixin, vue1577.ComponentOptionsMixin, {}, string, vue1577.PublicProps, Readonly<DialogBackdropProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1577.ComponentProvideOptions, false, {}, any>, {
|
|
21
21
|
default?: (props: {}) => any;
|
|
22
22
|
}>;
|
|
23
23
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -34,7 +34,7 @@ interface DialogCloseTriggerProps extends DialogCloseTriggerBaseProps,
|
|
|
34
34
|
*/
|
|
35
35
|
ButtonHTMLAttributes {}
|
|
36
36
|
declare const _default$1: typeof __VLS_export$8;
|
|
37
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
37
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue1577.DefineComponent<DialogCloseTriggerProps, {}, {}, {}, {}, vue1577.ComponentOptionsMixin, vue1577.ComponentOptionsMixin, {}, string, vue1577.PublicProps, Readonly<DialogCloseTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1577.ComponentProvideOptions, false, {}, any>, {
|
|
38
38
|
default?: (props: {}) => any;
|
|
39
39
|
}>;
|
|
40
40
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -51,7 +51,7 @@ interface DialogContentProps extends DialogContentBaseProps,
|
|
|
51
51
|
*/
|
|
52
52
|
HTMLAttributes {}
|
|
53
53
|
declare const _default$2: typeof __VLS_export$7;
|
|
54
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
54
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1577.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue1577.ComponentOptionsMixin, vue1577.ComponentOptionsMixin, {}, string, vue1577.PublicProps, Readonly<DialogContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1577.ComponentProvideOptions, false, {}, any>, {
|
|
55
55
|
default?: (props: {}) => any;
|
|
56
56
|
}>;
|
|
57
57
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -68,7 +68,7 @@ interface DialogDescriptionProps extends DialogDescriptionBaseProps,
|
|
|
68
68
|
*/
|
|
69
69
|
HTMLAttributes {}
|
|
70
70
|
declare const _default$4: typeof __VLS_export$6;
|
|
71
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
71
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1577.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue1577.ComponentOptionsMixin, vue1577.ComponentOptionsMixin, {}, string, vue1577.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1577.ComponentProvideOptions, false, {}, any>, {
|
|
72
72
|
default?: (props: {}) => any;
|
|
73
73
|
}>;
|
|
74
74
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -85,7 +85,7 @@ interface DialogPositionerProps extends DialogPositionerBaseProps,
|
|
|
85
85
|
*/
|
|
86
86
|
HTMLAttributes {}
|
|
87
87
|
declare const _default$5: typeof __VLS_export$5;
|
|
88
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
88
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1577.DefineComponent<DialogPositionerProps, {}, {}, {}, {}, vue1577.ComponentOptionsMixin, vue1577.ComponentOptionsMixin, {}, string, vue1577.PublicProps, Readonly<DialogPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1577.ComponentProvideOptions, false, {}, any>, {
|
|
89
89
|
default?: (props: {}) => any;
|
|
90
90
|
}>;
|
|
91
91
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -102,11 +102,11 @@ interface DialogRootProviderBaseProps extends RootProviderProps, RenderStrategyP
|
|
|
102
102
|
interface DialogRootProviderProps extends DialogRootProviderBaseProps {}
|
|
103
103
|
interface DialogRootProviderEmits extends RootEmits$1 {}
|
|
104
104
|
declare const _default$7: typeof __VLS_export$4;
|
|
105
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
105
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1577.DefineComponent<DialogRootProviderProps, {}, {}, {}, {}, vue1577.ComponentOptionsMixin, vue1577.ComponentOptionsMixin, {
|
|
106
106
|
exitComplete: () => any;
|
|
107
|
-
}, string,
|
|
107
|
+
}, string, vue1577.PublicProps, Readonly<DialogRootProviderProps> & Readonly<{
|
|
108
108
|
onExitComplete?: (() => any) | undefined;
|
|
109
|
-
}>, {}, {}, {}, {}, string,
|
|
109
|
+
}>, {}, {}, {}, {}, string, vue1577.ComponentProvideOptions, false, {}, any>, {
|
|
110
110
|
default?: (props: {}) => any;
|
|
111
111
|
}>;
|
|
112
112
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -162,44 +162,44 @@ interface DialogRootBaseProps extends RootProps, RenderStrategyProps {}
|
|
|
162
162
|
interface DialogRootProps extends DialogRootBaseProps {}
|
|
163
163
|
interface DialogRootEmits extends RootEmits {}
|
|
164
164
|
declare const _default$6: typeof __VLS_export$3;
|
|
165
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
166
|
-
openChange: (details: dialog.OpenChangeDetails) => any;
|
|
165
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1577.DefineComponent<DialogRootProps, {}, {}, {}, {}, vue1577.ComponentOptionsMixin, vue1577.ComponentOptionsMixin, {
|
|
167
166
|
exitComplete: () => any;
|
|
168
|
-
"update:open": (open: boolean) => any;
|
|
169
167
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
170
|
-
focusOutside: (event:
|
|
171
|
-
interactOutside: (event:
|
|
172
|
-
|
|
168
|
+
focusOutside: (event: _sprawlify_primitives_machines_menu38.FocusOutsideEvent) => any;
|
|
169
|
+
interactOutside: (event: _sprawlify_primitives_machines_menu38.InteractOutsideEvent) => any;
|
|
170
|
+
openChange: (details: dialog.OpenChangeDetails) => any;
|
|
171
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_menu38.PointerDownOutsideEvent) => any;
|
|
173
172
|
requestDismiss: (event: CustomEvent<{
|
|
174
173
|
originalLayer: HTMLElement;
|
|
175
174
|
targetLayer: HTMLElement | undefined;
|
|
176
175
|
originalIndex: number;
|
|
177
176
|
targetIndex: number;
|
|
178
177
|
}>) => any;
|
|
179
|
-
|
|
180
|
-
|
|
178
|
+
"update:open": (open: boolean) => any;
|
|
179
|
+
}, string, vue1577.PublicProps, Readonly<DialogRootProps> & Readonly<{
|
|
181
180
|
onExitComplete?: (() => any) | undefined;
|
|
182
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
183
181
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
184
|
-
onFocusOutside?: ((event:
|
|
185
|
-
onInteractOutside?: ((event:
|
|
186
|
-
|
|
182
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_menu38.FocusOutsideEvent) => any) | undefined;
|
|
183
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_menu38.InteractOutsideEvent) => any) | undefined;
|
|
184
|
+
onOpenChange?: ((details: dialog.OpenChangeDetails) => any) | undefined;
|
|
185
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_menu38.PointerDownOutsideEvent) => any) | undefined;
|
|
187
186
|
onRequestDismiss?: ((event: CustomEvent<{
|
|
188
187
|
originalLayer: HTMLElement;
|
|
189
188
|
targetLayer: HTMLElement | undefined;
|
|
190
189
|
originalIndex: number;
|
|
191
190
|
targetIndex: number;
|
|
192
191
|
}>) => any) | undefined;
|
|
192
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
193
193
|
}>, {
|
|
194
|
+
open: boolean;
|
|
195
|
+
closeOnEscape: boolean;
|
|
196
|
+
closeOnInteractOutside: boolean;
|
|
197
|
+
defaultOpen: boolean;
|
|
198
|
+
modal: boolean;
|
|
194
199
|
trapFocus: boolean;
|
|
195
200
|
preventScroll: boolean;
|
|
196
|
-
modal: boolean;
|
|
197
201
|
restoreFocus: boolean;
|
|
198
|
-
|
|
199
|
-
defaultOpen: boolean;
|
|
200
|
-
closeOnInteractOutside: boolean;
|
|
201
|
-
closeOnEscape: boolean;
|
|
202
|
-
}, {}, {}, {}, string, vue342.ComponentProvideOptions, false, {}, any>, {
|
|
202
|
+
}, {}, {}, {}, string, vue1577.ComponentProvideOptions, false, {}, any>, {
|
|
203
203
|
default?: (props: {}) => any;
|
|
204
204
|
}>;
|
|
205
205
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -216,7 +216,7 @@ interface DialogTitleProps extends DialogTitleBaseProps,
|
|
|
216
216
|
*/
|
|
217
217
|
HTMLAttributes {}
|
|
218
218
|
declare const _default$8: typeof __VLS_export$2;
|
|
219
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
219
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1577.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue1577.ComponentOptionsMixin, vue1577.ComponentOptionsMixin, {}, string, vue1577.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1577.ComponentProvideOptions, false, {}, any>, {
|
|
220
220
|
default?: (props: {}) => any;
|
|
221
221
|
}>;
|
|
222
222
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -233,7 +233,7 @@ interface DialogTriggerProps extends DialogTriggerBaseProps,
|
|
|
233
233
|
*/
|
|
234
234
|
ButtonHTMLAttributes {}
|
|
235
235
|
declare const _default$9: typeof __VLS_export$1;
|
|
236
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
236
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1577.DefineComponent<DialogTriggerProps, {}, {}, {}, {}, vue1577.ComponentOptionsMixin, vue1577.ComponentOptionsMixin, {}, string, vue1577.PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1577.ComponentProvideOptions, false, {}, any>, {
|
|
237
237
|
default?: (props: {}) => any;
|
|
238
238
|
}>;
|
|
239
239
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -258,7 +258,7 @@ interface DialogContextProps extends SlotsType<{
|
|
|
258
258
|
default: UnwrapRef<UseDialogContext>;
|
|
259
259
|
}> {}
|
|
260
260
|
declare const _default$3: typeof __VLS_export;
|
|
261
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
261
|
+
declare const __VLS_export: __VLS_WithSlots<vue1577.DefineComponent<{}, {}, {}, {}, {}, vue1577.ComponentOptionsMixin, vue1577.ComponentOptionsMixin, {}, string, vue1577.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1577.ComponentProvideOptions, true, {}, any>, {
|
|
262
262
|
default(dialog: UnwrapRef<UseDialogContext>): unknown;
|
|
263
263
|
}>;
|
|
264
264
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,9 +4,9 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { t as sprawlify } from "../../factory-Co08Aw8u.js";
|
|
7
|
-
import { t as cleanProps } from "../../clean-props-
|
|
8
|
-
import { n as useRenderStrategyProps, t as RenderStrategyPropsProvider } from "../../use-render-strategy-
|
|
9
|
-
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
8
|
+
import { n as useRenderStrategyProps, t as RenderStrategyPropsProvider } from "../../use-render-strategy-DA33j31C.js";
|
|
9
|
+
import { i as usePresence, n as PresenceProvider, r as usePresenceContext } from "../../presence-B4-UhJY9.js";
|
|
10
10
|
import { computed, createBlock, createCommentVNode, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
11
11
|
import * as dialog from "@sprawlify/primitives/machines/dialog";
|
|
12
12
|
import { anatomy as dialogAnatomy } from "@sprawlify/primitives/machines/dialog";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { i as MaybePromise } from "../../types-
|
|
3
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import { i as MaybePromise } from "../../types-DIEO6uP3.js";
|
|
3
|
+
import * as vue1622 from "vue";
|
|
4
4
|
import { ButtonHTMLAttributes } from "vue";
|
|
5
5
|
import { FileMimeType } from "@sprawlify/primitives/file-utils";
|
|
6
6
|
|
|
@@ -17,7 +17,7 @@ interface DownloadTriggerProps extends DownloadTriggerBaseProps,
|
|
|
17
17
|
*/
|
|
18
18
|
ButtonHTMLAttributes {}
|
|
19
19
|
declare const _default: typeof __VLS_export;
|
|
20
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
20
|
+
declare const __VLS_export: __VLS_WithSlots<vue1622.DefineComponent<DownloadTriggerProps, {}, {}, {}, {}, vue1622.ComponentOptionsMixin, vue1622.ComponentOptionsMixin, {}, string, vue1622.PublicProps, Readonly<DownloadTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1622.ComponentProvideOptions, false, {}, any>, {
|
|
21
21
|
default?: (props: {}) => any;
|
|
22
22
|
}>;
|
|
23
23
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import { a as Optional, r as EmitFn$1 } from "../../types-
|
|
3
|
-
import { r as PropTypes } from "../../index-
|
|
4
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import { a as Optional, r as EmitFn$1 } from "../../types-DIEO6uP3.js";
|
|
3
|
+
import { r as PropTypes } from "../../index-CCRVRFFQ.js";
|
|
4
|
+
import * as vue2158 from "vue";
|
|
5
5
|
import { ButtonHTMLAttributes, ComputedRef, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SlotsType, UnwrapRef } from "vue";
|
|
6
|
-
import * as _sprawlify_primitives_machines_bottom_sheet7 from "@sprawlify/primitives/machines/bottom-sheet";
|
|
7
6
|
import * as editable from "@sprawlify/primitives/machines/editable";
|
|
8
7
|
import { EditChangeDetails as EditableEditChangeDetails, FocusOutsideEvent, FocusOutsideEvent as EditableFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as EditableInteractOutsideEvent, PointerDownOutsideEvent, PointerDownOutsideEvent as EditablePointerDownOutsideEvent, ValueChangeDetails, ValueChangeDetails as EditableValueChangeDetails, anatomy as editableAnatomy } from "@sprawlify/primitives/machines/editable";
|
|
8
|
+
import * as _sprawlify_primitives_machines_menu50 from "@sprawlify/primitives/machines/menu";
|
|
9
9
|
|
|
10
10
|
//#region src/components/editable/editable-area.vue.d.ts
|
|
11
11
|
interface EditableAreaBaseProps extends PolymorphicProps {}
|
|
@@ -15,7 +15,7 @@ interface EditableAreaProps extends EditableAreaBaseProps,
|
|
|
15
15
|
*/
|
|
16
16
|
HTMLAttributes {}
|
|
17
17
|
declare const _default: typeof __VLS_export$10;
|
|
18
|
-
declare const __VLS_export$10: __VLS_WithSlots$10<
|
|
18
|
+
declare const __VLS_export$10: __VLS_WithSlots$10<vue2158.DefineComponent<EditableAreaProps, {}, {}, {}, {}, vue2158.ComponentOptionsMixin, vue2158.ComponentOptionsMixin, {}, string, vue2158.PublicProps, Readonly<EditableAreaProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2158.ComponentProvideOptions, false, {}, any>, {
|
|
19
19
|
default?: (props: {}) => any;
|
|
20
20
|
}>;
|
|
21
21
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -32,7 +32,7 @@ interface EditableCancelTriggerProps extends EditableCancelTriggerBaseProps,
|
|
|
32
32
|
*/
|
|
33
33
|
ButtonHTMLAttributes {}
|
|
34
34
|
declare const _default$1: typeof __VLS_export$9;
|
|
35
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
35
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue2158.DefineComponent<EditableCancelTriggerProps, {}, {}, {}, {}, vue2158.ComponentOptionsMixin, vue2158.ComponentOptionsMixin, {}, string, vue2158.PublicProps, Readonly<EditableCancelTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2158.ComponentProvideOptions, false, {}, any>, {
|
|
36
36
|
default?: (props: {}) => any;
|
|
37
37
|
}>;
|
|
38
38
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -49,7 +49,7 @@ interface EditableControlProps extends EditableControlBaseProps,
|
|
|
49
49
|
*/
|
|
50
50
|
HTMLAttributes {}
|
|
51
51
|
declare const _default$3: typeof __VLS_export$8;
|
|
52
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
52
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue2158.DefineComponent<EditableControlProps, {}, {}, {}, {}, vue2158.ComponentOptionsMixin, vue2158.ComponentOptionsMixin, {}, string, vue2158.PublicProps, Readonly<EditableControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2158.ComponentProvideOptions, false, {}, any>, {
|
|
53
53
|
default?: (props: {}) => any;
|
|
54
54
|
}>;
|
|
55
55
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -66,7 +66,7 @@ interface EditableEditTriggerProps extends EditableEditTriggerBaseProps,
|
|
|
66
66
|
*/
|
|
67
67
|
ButtonHTMLAttributes {}
|
|
68
68
|
declare const _default$4: typeof __VLS_export$7;
|
|
69
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
69
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue2158.DefineComponent<EditableEditTriggerProps, {}, {}, {}, {}, vue2158.ComponentOptionsMixin, vue2158.ComponentOptionsMixin, {}, string, vue2158.PublicProps, Readonly<EditableEditTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2158.ComponentProvideOptions, false, {}, any>, {
|
|
70
70
|
default?: (props: {}) => any;
|
|
71
71
|
}>;
|
|
72
72
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -83,7 +83,7 @@ interface EditableInputProps extends EditableInputBaseProps,
|
|
|
83
83
|
*/
|
|
84
84
|
InputHTMLAttributes {}
|
|
85
85
|
declare const _default$5: typeof __VLS_export$6;
|
|
86
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
86
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue2158.DefineComponent<EditableInputProps, {}, {}, {}, {}, vue2158.ComponentOptionsMixin, vue2158.ComponentOptionsMixin, {}, string, vue2158.PublicProps, Readonly<EditableInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2158.ComponentProvideOptions, false, {}, any>, {
|
|
87
87
|
default?: (props: {}) => any;
|
|
88
88
|
}>;
|
|
89
89
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -100,7 +100,7 @@ interface EditableLabelProps extends EditableLabelBaseProps,
|
|
|
100
100
|
*/
|
|
101
101
|
LabelHTMLAttributes {}
|
|
102
102
|
declare const _default$6: typeof __VLS_export$5;
|
|
103
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
103
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue2158.DefineComponent<EditableLabelProps, {}, {}, {}, {}, vue2158.ComponentOptionsMixin, vue2158.ComponentOptionsMixin, {}, string, vue2158.PublicProps, Readonly<EditableLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2158.ComponentProvideOptions, false, {}, any>, {
|
|
104
104
|
default?: (props: {}) => any;
|
|
105
105
|
}>;
|
|
106
106
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -117,7 +117,7 @@ interface EditablePreviewProps extends EditablePreviewBaseProps,
|
|
|
117
117
|
*/
|
|
118
118
|
HTMLAttributes {}
|
|
119
119
|
declare const _default$7: typeof __VLS_export$4;
|
|
120
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
120
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue2158.DefineComponent<EditablePreviewProps, {}, {}, {}, {}, vue2158.ComponentOptionsMixin, vue2158.ComponentOptionsMixin, {}, string, vue2158.PublicProps, Readonly<EditablePreviewProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2158.ComponentProvideOptions, false, {}, any>, {
|
|
121
121
|
default?: (props: {}) => any;
|
|
122
122
|
}>;
|
|
123
123
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
@@ -137,7 +137,7 @@ interface EditableRootProviderProps extends EditableRootProviderBaseProps,
|
|
|
137
137
|
*/
|
|
138
138
|
Omit<HTMLAttributes, 'placeholder'> {}
|
|
139
139
|
declare const _default$9: typeof __VLS_export$3;
|
|
140
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
140
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue2158.DefineComponent<EditableRootProviderProps, {}, {}, {}, {}, vue2158.ComponentOptionsMixin, vue2158.ComponentOptionsMixin, {}, string, vue2158.PublicProps, Readonly<EditableRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2158.ComponentProvideOptions, false, {}, any>, {
|
|
141
141
|
default?: (props: {}) => any;
|
|
142
142
|
}>;
|
|
143
143
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -203,36 +203,36 @@ interface EditableRootProps extends EditableRootBaseProps,
|
|
|
203
203
|
Omit<HTMLAttributes, 'placeholder'> {}
|
|
204
204
|
interface EditableRootEmits extends RootEmits {}
|
|
205
205
|
declare const _default$8: typeof __VLS_export$2;
|
|
206
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
206
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue2158.DefineComponent<EditableRootProps, {}, {}, {}, {}, vue2158.ComponentOptionsMixin, vue2158.ComponentOptionsMixin, {
|
|
207
207
|
valueChange: (details: editable.ValueChangeDetails) => any;
|
|
208
208
|
"update:modelValue": (value: string) => any;
|
|
209
|
-
focusOutside: (event:
|
|
210
|
-
interactOutside: (event:
|
|
211
|
-
pointerDownOutside: (event:
|
|
209
|
+
focusOutside: (event: _sprawlify_primitives_machines_menu50.FocusOutsideEvent) => any;
|
|
210
|
+
interactOutside: (event: _sprawlify_primitives_machines_menu50.InteractOutsideEvent) => any;
|
|
211
|
+
pointerDownOutside: (event: _sprawlify_primitives_machines_menu50.PointerDownOutsideEvent) => any;
|
|
212
212
|
editChange: (details: editable.EditChangeDetails) => any;
|
|
213
213
|
valueCommit: (details: editable.ValueChangeDetails) => any;
|
|
214
214
|
valueRevert: (details: editable.ValueChangeDetails) => any;
|
|
215
215
|
"update:edit": (edit: boolean) => any;
|
|
216
|
-
}, string,
|
|
216
|
+
}, string, vue2158.PublicProps, Readonly<EditableRootProps> & Readonly<{
|
|
217
217
|
onValueChange?: ((details: editable.ValueChangeDetails) => any) | undefined;
|
|
218
218
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
219
|
-
onFocusOutside?: ((event:
|
|
220
|
-
onInteractOutside?: ((event:
|
|
221
|
-
onPointerDownOutside?: ((event:
|
|
219
|
+
onFocusOutside?: ((event: _sprawlify_primitives_machines_menu50.FocusOutsideEvent) => any) | undefined;
|
|
220
|
+
onInteractOutside?: ((event: _sprawlify_primitives_machines_menu50.InteractOutsideEvent) => any) | undefined;
|
|
221
|
+
onPointerDownOutside?: ((event: _sprawlify_primitives_machines_menu50.PointerDownOutsideEvent) => any) | undefined;
|
|
222
222
|
onEditChange?: ((details: editable.EditChangeDetails) => any) | undefined;
|
|
223
223
|
onValueCommit?: ((details: editable.ValueChangeDetails) => any) | undefined;
|
|
224
224
|
onValueRevert?: ((details: editable.ValueChangeDetails) => any) | undefined;
|
|
225
225
|
"onUpdate:edit"?: ((edit: boolean) => any) | undefined;
|
|
226
226
|
}>, {
|
|
227
|
-
disabled: boolean;
|
|
228
227
|
required: boolean;
|
|
229
|
-
|
|
228
|
+
disabled: boolean;
|
|
230
229
|
invalid: boolean;
|
|
230
|
+
readOnly: boolean;
|
|
231
|
+
selectOnFocus: boolean;
|
|
231
232
|
autoResize: boolean;
|
|
232
|
-
defaultEdit: boolean;
|
|
233
233
|
edit: boolean;
|
|
234
|
-
|
|
235
|
-
}, {}, {}, {}, string,
|
|
234
|
+
defaultEdit: boolean;
|
|
235
|
+
}, {}, {}, {}, string, vue2158.ComponentProvideOptions, false, {}, any>, {
|
|
236
236
|
default?: (props: {}) => any;
|
|
237
237
|
}>;
|
|
238
238
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -249,7 +249,7 @@ interface EditableSubmitTriggerProps extends EditableSubmitTriggerBaseProps,
|
|
|
249
249
|
*/
|
|
250
250
|
ButtonHTMLAttributes {}
|
|
251
251
|
declare const _default$10: typeof __VLS_export$1;
|
|
252
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
252
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue2158.DefineComponent<EditableSubmitTriggerProps, {}, {}, {}, {}, vue2158.ComponentOptionsMixin, vue2158.ComponentOptionsMixin, {}, string, vue2158.PublicProps, Readonly<EditableSubmitTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue2158.ComponentProvideOptions, false, {}, any>, {
|
|
253
253
|
default?: (props: {}) => any;
|
|
254
254
|
}>;
|
|
255
255
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -276,7 +276,7 @@ interface EditableContextProps extends SlotsType<{
|
|
|
276
276
|
default: UnwrapRef<UseEditableContext>;
|
|
277
277
|
}> {}
|
|
278
278
|
declare const _default$2: typeof __VLS_export;
|
|
279
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
279
|
+
declare const __VLS_export: __VLS_WithSlots<vue2158.DefineComponent<{}, {}, {}, {}, {}, vue2158.ComponentOptionsMixin, vue2158.ComponentOptionsMixin, {}, string, vue2158.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue2158.ComponentProvideOptions, true, {}, any>, {
|
|
280
280
|
default(editable: UnwrapRef<UseEditableContext>): unknown;
|
|
281
281
|
}>;
|
|
282
282
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,7 +4,7 @@ import { a as useLocaleContext, c as useEnvironmentContext, i as DEFAULT_LOCALE,
|
|
|
4
4
|
import { t as createContext } from "../../create-context-Ds1GbsVc.js";
|
|
5
5
|
import { t as useForwardExpose } from "../../use-forward-expose-CCAmHTUB.js";
|
|
6
6
|
import { t as sprawlify } from "../../factory-Co08Aw8u.js";
|
|
7
|
-
import { t as cleanProps } from "../../clean-props-
|
|
7
|
+
import { t as cleanProps } from "../../clean-props-D2R4tz5e.js";
|
|
8
8
|
import { m as useFieldContext } from "../../field-CtPR24u6.js";
|
|
9
9
|
import { computed, createBlock, defineComponent, guardReactiveProps, mergeDefaults, mergeProps, normalizeProps, openBlock, renderSlot, toValue, unref, useId, withCtx } from "vue";
|
|
10
10
|
import * as editable from "@sprawlify/primitives/machines/editable";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as PolymorphicProps } from "../../factory-
|
|
2
|
-
import * as
|
|
1
|
+
import { t as PolymorphicProps } from "../../factory-B5zr8_kk.js";
|
|
2
|
+
import * as vue1313 from "vue";
|
|
3
3
|
import { HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, MaybeRef, SelectHTMLAttributes, SlotsType, TextareaHTMLAttributes, UnwrapRef } from "vue";
|
|
4
4
|
import * as _sprawlify_primitives_anatomy4 from "@sprawlify/primitives/anatomy";
|
|
5
5
|
|
|
@@ -30,7 +30,7 @@ interface UseFieldProps {
|
|
|
30
30
|
readOnly?: boolean;
|
|
31
31
|
}
|
|
32
32
|
type UseFieldReturn = ReturnType<typeof useField>;
|
|
33
|
-
declare const useField: (props?: MaybeRef<UseFieldProps>) =>
|
|
33
|
+
declare const useField: (props?: MaybeRef<UseFieldProps>) => vue1313.ComputedRef<{
|
|
34
34
|
ariaDescribedby: string | undefined;
|
|
35
35
|
ids: {
|
|
36
36
|
control: string;
|
|
@@ -39,7 +39,7 @@ declare const useField: (props?: MaybeRef<UseFieldProps>) => vue1167.ComputedRef
|
|
|
39
39
|
helperText: string;
|
|
40
40
|
};
|
|
41
41
|
refs: {
|
|
42
|
-
rootRef:
|
|
42
|
+
rootRef: vue1313.Ref<null, null>;
|
|
43
43
|
};
|
|
44
44
|
disabled: boolean | undefined;
|
|
45
45
|
invalid: boolean | undefined;
|
|
@@ -121,7 +121,7 @@ interface FieldContextProps extends SlotsType<{
|
|
|
121
121
|
default: UnwrapRef<UseFieldContext>;
|
|
122
122
|
}> {}
|
|
123
123
|
declare const _default: typeof __VLS_export$9;
|
|
124
|
-
declare const __VLS_export$9: __VLS_WithSlots$9<
|
|
124
|
+
declare const __VLS_export$9: __VLS_WithSlots$9<vue1313.DefineComponent<{}, {}, {}, {}, {}, vue1313.ComponentOptionsMixin, vue1313.ComponentOptionsMixin, {}, string, vue1313.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue1313.ComponentProvideOptions, true, {}, any>, {
|
|
125
125
|
default(field: UnwrapRef<UseFieldContext>): unknown;
|
|
126
126
|
}>;
|
|
127
127
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -138,7 +138,7 @@ interface FieldErrorTextProps extends FieldErrorTextBaseProps,
|
|
|
138
138
|
*/
|
|
139
139
|
HTMLAttributes {}
|
|
140
140
|
declare const _default$1: typeof __VLS_export$8;
|
|
141
|
-
declare const __VLS_export$8: __VLS_WithSlots$8<
|
|
141
|
+
declare const __VLS_export$8: __VLS_WithSlots$8<vue1313.DefineComponent<FieldErrorTextProps, {}, {}, {}, {}, vue1313.ComponentOptionsMixin, vue1313.ComponentOptionsMixin, {}, string, vue1313.PublicProps, Readonly<FieldErrorTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1313.ComponentProvideOptions, false, {}, any>, {
|
|
142
142
|
default?: (props: {}) => any;
|
|
143
143
|
}>;
|
|
144
144
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -155,7 +155,7 @@ interface FieldHelperTextProps extends FieldHelperTextBaseProps,
|
|
|
155
155
|
*/
|
|
156
156
|
HTMLAttributes {}
|
|
157
157
|
declare const _default$2: typeof __VLS_export$7;
|
|
158
|
-
declare const __VLS_export$7: __VLS_WithSlots$7<
|
|
158
|
+
declare const __VLS_export$7: __VLS_WithSlots$7<vue1313.DefineComponent<FieldHelperTextProps, {}, {}, {}, {}, vue1313.ComponentOptionsMixin, vue1313.ComponentOptionsMixin, {}, string, vue1313.PublicProps, Readonly<FieldHelperTextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1313.ComponentProvideOptions, false, {}, any>, {
|
|
159
159
|
default?: (props: {}) => any;
|
|
160
160
|
}>;
|
|
161
161
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -174,11 +174,11 @@ Omit<InputHTMLAttributes, 'value'> {
|
|
|
174
174
|
modelValue?: InputHTMLAttributes['value'];
|
|
175
175
|
}
|
|
176
176
|
declare const _default$3: typeof __VLS_export$6;
|
|
177
|
-
declare const __VLS_export$6: __VLS_WithSlots$6<
|
|
177
|
+
declare const __VLS_export$6: __VLS_WithSlots$6<vue1313.DefineComponent<FieldInputProps, {}, {}, {}, {}, vue1313.ComponentOptionsMixin, vue1313.ComponentOptionsMixin, {
|
|
178
178
|
"update:modelValue": (...args: any[]) => void;
|
|
179
|
-
}, string,
|
|
179
|
+
}, string, vue1313.PublicProps, Readonly<FieldInputProps> & Readonly<{
|
|
180
180
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
181
|
-
}>, {}, {}, {}, {}, string,
|
|
181
|
+
}>, {}, {}, {}, {}, string, vue1313.ComponentProvideOptions, false, {}, any>, {
|
|
182
182
|
default?: (props: {}) => any;
|
|
183
183
|
}>;
|
|
184
184
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -195,7 +195,7 @@ interface FieldLabelProps extends FieldLabelBaseProps,
|
|
|
195
195
|
*/
|
|
196
196
|
LabelHTMLAttributes {}
|
|
197
197
|
declare const _default$4: typeof __VLS_export$5;
|
|
198
|
-
declare const __VLS_export$5: __VLS_WithSlots$5<
|
|
198
|
+
declare const __VLS_export$5: __VLS_WithSlots$5<vue1313.DefineComponent<FieldLabelProps, {}, {}, {}, {}, vue1313.ComponentOptionsMixin, vue1313.ComponentOptionsMixin, {}, string, vue1313.PublicProps, Readonly<FieldLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1313.ComponentProvideOptions, false, {}, any>, {
|
|
199
199
|
default?: (props: {}) => any;
|
|
200
200
|
}>;
|
|
201
201
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -212,7 +212,7 @@ interface FieldRequiredIndicatorProps extends FieldRequiredIndicatorBaseProps,
|
|
|
212
212
|
*/
|
|
213
213
|
HTMLAttributes {}
|
|
214
214
|
declare const _default$5: typeof __VLS_export$4;
|
|
215
|
-
declare const __VLS_export$4: __VLS_WithSlots$4<
|
|
215
|
+
declare const __VLS_export$4: __VLS_WithSlots$4<vue1313.DefineComponent<FieldRequiredIndicatorProps, {}, {}, {}, {}, vue1313.ComponentOptionsMixin, vue1313.ComponentOptionsMixin, {}, string, vue1313.PublicProps, Readonly<FieldRequiredIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1313.ComponentProvideOptions, false, {}, any>, {
|
|
216
216
|
default?: (props: {}) => any;
|
|
217
217
|
} & {
|
|
218
218
|
fallback?: (props: {}) => any;
|
|
@@ -234,7 +234,7 @@ interface FieldRootProviderProps extends FieldRootProviderBaseProps,
|
|
|
234
234
|
*/
|
|
235
235
|
HTMLAttributes {}
|
|
236
236
|
declare const _default$7: typeof __VLS_export$3;
|
|
237
|
-
declare const __VLS_export$3: __VLS_WithSlots$3<
|
|
237
|
+
declare const __VLS_export$3: __VLS_WithSlots$3<vue1313.DefineComponent<FieldRootProviderProps, {}, {}, {}, {}, vue1313.ComponentOptionsMixin, vue1313.ComponentOptionsMixin, {}, string, vue1313.PublicProps, Readonly<FieldRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue1313.ComponentProvideOptions, false, {}, any>, {
|
|
238
238
|
default?: (props: {}) => any;
|
|
239
239
|
}>;
|
|
240
240
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -251,12 +251,12 @@ interface FieldRootProps extends FieldRootBaseProps,
|
|
|
251
251
|
*/
|
|
252
252
|
HTMLAttributes {}
|
|
253
253
|
declare const _default$6: typeof __VLS_export$2;
|
|
254
|
-
declare const __VLS_export$2: __VLS_WithSlots$2<
|
|
255
|
-
disabled: boolean;
|
|
254
|
+
declare const __VLS_export$2: __VLS_WithSlots$2<vue1313.DefineComponent<FieldRootProps, {}, {}, {}, {}, vue1313.ComponentOptionsMixin, vue1313.ComponentOptionsMixin, {}, string, vue1313.PublicProps, Readonly<FieldRootProps> & Readonly<{}>, {
|
|
256
255
|
required: boolean;
|
|
257
|
-
|
|
256
|
+
disabled: boolean;
|
|
258
257
|
invalid: boolean;
|
|
259
|
-
|
|
258
|
+
readOnly: boolean;
|
|
259
|
+
}, {}, {}, {}, string, vue1313.ComponentProvideOptions, false, {}, any>, {
|
|
260
260
|
default?: (props: {}) => any;
|
|
261
261
|
}>;
|
|
262
262
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
@@ -275,15 +275,15 @@ Omit<SelectHTMLAttributes, 'value'> {
|
|
|
275
275
|
modelValue?: SelectHTMLAttributes['value'];
|
|
276
276
|
}
|
|
277
277
|
declare const _default$8: typeof __VLS_export$1;
|
|
278
|
-
declare const __VLS_export$1: __VLS_WithSlots$1<
|
|
278
|
+
declare const __VLS_export$1: __VLS_WithSlots$1<vue1313.DefineComponent<FieldSelectProps & {
|
|
279
279
|
modelValue?: string;
|
|
280
|
-
}, {}, {}, {}, {},
|
|
280
|
+
}, {}, {}, {}, {}, vue1313.ComponentOptionsMixin, vue1313.ComponentOptionsMixin, {
|
|
281
281
|
"update:modelValue": (...args: any[]) => void;
|
|
282
|
-
}, string,
|
|
282
|
+
}, string, vue1313.PublicProps, Readonly<FieldSelectProps & {
|
|
283
283
|
modelValue?: string;
|
|
284
284
|
}> & Readonly<{
|
|
285
285
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
286
|
-
}>, {}, {}, {}, {}, string,
|
|
286
|
+
}>, {}, {}, {}, {}, string, vue1313.ComponentProvideOptions, false, {}, any>, {
|
|
287
287
|
default?: (props: {}) => any;
|
|
288
288
|
}>;
|
|
289
289
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -304,11 +304,11 @@ Omit<TextareaHTMLAttributes, 'value'> {
|
|
|
304
304
|
modelValue?: TextareaHTMLAttributes['value'];
|
|
305
305
|
}
|
|
306
306
|
declare const _default$9: typeof __VLS_export;
|
|
307
|
-
declare const __VLS_export: __VLS_WithSlots<
|
|
307
|
+
declare const __VLS_export: __VLS_WithSlots<vue1313.DefineComponent<FieldTextareaProps, {}, {}, {}, {}, vue1313.ComponentOptionsMixin, vue1313.ComponentOptionsMixin, {
|
|
308
308
|
"update:modelValue": (...args: any[]) => void;
|
|
309
|
-
}, string,
|
|
309
|
+
}, string, vue1313.PublicProps, Readonly<FieldTextareaProps> & Readonly<{
|
|
310
310
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
311
|
-
}>, {}, {}, {}, {}, string,
|
|
311
|
+
}>, {}, {}, {}, {}, string, vue1313.ComponentProvideOptions, false, {}, any>, {
|
|
312
312
|
default?: (props: {}) => any;
|
|
313
313
|
}>;
|
|
314
314
|
type __VLS_WithSlots<T, S> = T & {
|