reka-ui 2.5.0 → 2.5.1
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/Calendar/CalendarCellTrigger.cjs +14 -0
- package/dist/Calendar/CalendarCellTrigger.cjs.map +1 -1
- package/dist/Calendar/CalendarCellTrigger.js +15 -1
- package/dist/Calendar/CalendarCellTrigger.js.map +1 -1
- package/dist/Calendar/CalendarRoot.cjs +3 -1
- package/dist/Calendar/CalendarRoot.cjs.map +1 -1
- package/dist/Calendar/CalendarRoot.js +3 -1
- package/dist/Calendar/CalendarRoot.js.map +1 -1
- package/dist/Combobox/ComboboxInput.cjs +1 -1
- package/dist/Combobox/ComboboxInput.cjs.map +1 -1
- package/dist/Combobox/ComboboxInput.js +1 -1
- package/dist/Combobox/ComboboxInput.js.map +1 -1
- package/dist/Listbox/ListboxContent.cjs +4 -2
- package/dist/Listbox/ListboxContent.cjs.map +1 -1
- package/dist/Listbox/ListboxContent.js +4 -2
- package/dist/Listbox/ListboxContent.js.map +1 -1
- package/dist/Menu/MenuCheckboxItem.cjs +4 -1
- package/dist/Menu/MenuCheckboxItem.cjs.map +1 -1
- package/dist/Menu/MenuCheckboxItem.js +5 -2
- package/dist/Menu/MenuCheckboxItem.js.map +1 -1
- package/dist/Menu/MenuRadioGroup.cjs +4 -1
- package/dist/Menu/MenuRadioGroup.cjs.map +1 -1
- package/dist/Menu/MenuRadioGroup.js +5 -2
- package/dist/Menu/MenuRadioGroup.js.map +1 -1
- package/dist/Menu/MenuRadioItem.cjs +5 -1
- package/dist/Menu/MenuRadioItem.cjs.map +1 -1
- package/dist/Menu/MenuRadioItem.js +5 -1
- package/dist/Menu/MenuRadioItem.js.map +1 -1
- package/dist/NavigationMenu/NavigationMenuViewport.cjs +7 -8
- package/dist/NavigationMenu/NavigationMenuViewport.cjs.map +1 -1
- package/dist/NavigationMenu/NavigationMenuViewport.js +8 -9
- package/dist/NavigationMenu/NavigationMenuViewport.js.map +1 -1
- package/dist/Presence/usePresence.cjs +1 -1
- package/dist/Presence/usePresence.cjs.map +1 -1
- package/dist/Presence/usePresence.js +1 -1
- package/dist/Presence/usePresence.js.map +1 -1
- package/dist/RangeCalendar/RangeCalendarCellTrigger.cjs +22 -5
- package/dist/RangeCalendar/RangeCalendarCellTrigger.cjs.map +1 -1
- package/dist/RangeCalendar/RangeCalendarCellTrigger.js +24 -7
- package/dist/RangeCalendar/RangeCalendarCellTrigger.js.map +1 -1
- package/dist/RangeCalendar/RangeCalendarNext.cjs +7 -3
- package/dist/RangeCalendar/RangeCalendarNext.cjs.map +1 -1
- package/dist/RangeCalendar/RangeCalendarNext.js +8 -4
- package/dist/RangeCalendar/RangeCalendarNext.js.map +1 -1
- package/dist/RangeCalendar/RangeCalendarPrev.cjs +7 -3
- package/dist/RangeCalendar/RangeCalendarPrev.cjs.map +1 -1
- package/dist/RangeCalendar/RangeCalendarPrev.js +8 -4
- package/dist/RangeCalendar/RangeCalendarPrev.js.map +1 -1
- package/dist/RangeCalendar/RangeCalendarRoot.cjs +3 -1
- package/dist/RangeCalendar/RangeCalendarRoot.cjs.map +1 -1
- package/dist/RangeCalendar/RangeCalendarRoot.js +3 -1
- package/dist/RangeCalendar/RangeCalendarRoot.js.map +1 -1
- package/dist/Splitter/SplitterPanel.cjs +4 -5
- package/dist/Splitter/SplitterPanel.cjs.map +1 -1
- package/dist/Splitter/SplitterPanel.js +4 -5
- package/dist/Splitter/SplitterPanel.js.map +1 -1
- package/dist/TagsInput/TagsInputInput.cjs +4 -0
- package/dist/TagsInput/TagsInputInput.cjs.map +1 -1
- package/dist/TagsInput/TagsInputInput.js +4 -0
- package/dist/TagsInput/TagsInputInput.js.map +1 -1
- package/dist/ToggleGroup/ToggleGroupItem.cjs +3 -4
- package/dist/ToggleGroup/ToggleGroupItem.cjs.map +1 -1
- package/dist/ToggleGroup/ToggleGroupItem.js +3 -4
- package/dist/ToggleGroup/ToggleGroupItem.js.map +1 -1
- package/dist/VisuallyHidden/VisuallyHidden.cjs +3 -1
- package/dist/VisuallyHidden/VisuallyHidden.cjs.map +1 -1
- package/dist/VisuallyHidden/VisuallyHidden.js +3 -1
- package/dist/VisuallyHidden/VisuallyHidden.js.map +1 -1
- package/dist/index.d.cts +797 -793
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.ts +814 -810
- package/dist/index.d.ts.map +1 -1
- package/dist/index2.d.cts.map +1 -1
- package/package.json +2 -2
- package/src/Calendar/CalendarCellTrigger.vue +19 -1
- package/src/Calendar/CalendarRoot.vue +4 -0
- package/src/Combobox/ComboboxInput.vue +3 -2
- package/src/Listbox/ListboxContent.vue +17 -1
- package/src/Menu/MenuCheckboxItem.vue +6 -2
- package/src/Menu/MenuRadioGroup.vue +6 -3
- package/src/Menu/MenuRadioItem.vue +6 -1
- package/src/NavigationMenu/NavigationMenuViewport.vue +10 -8
- package/src/Presence/usePresence.ts +2 -2
- package/src/RangeCalendar/RangeCalendarCellTrigger.vue +19 -2
- package/src/RangeCalendar/RangeCalendarNext.vue +2 -1
- package/src/RangeCalendar/RangeCalendarPrev.vue +2 -1
- package/src/RangeCalendar/RangeCalendarRoot.vue +4 -0
- package/src/Splitter/SplitterPanel.vue +5 -5
- package/src/TagsInput/TagsInputInput.vue +5 -0
- package/src/ToggleGroup/ToggleGroupItem.vue +1 -2
- package/src/VisuallyHidden/VisuallyHidden.vue +6 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DateRange, DateStep, DateValue, Grid, HourCycle, Matcher, SegmentPart, SegmentValueObj, WeekDayFormat } from "./index2.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as vue32 from "vue";
|
|
3
3
|
import { CSSProperties, Component, ComponentPublicInstance, ComputedRef, DefineComponent, HTMLAttributes, ImgHTMLAttributes, MaybeRef, MaybeRefOrGetter, PropType, Ref, SlotsType, UnwrapNestedRefs, VNode, VNodeProps, VNodeRef } from "vue";
|
|
4
4
|
import { EventHook, EventHookOn } from "@vueuse/core";
|
|
5
|
-
import * as
|
|
5
|
+
import * as _internationalized_date807 from "@internationalized/date";
|
|
6
6
|
import { CalendarDateTime, DateValue as DateValue$1, Time, ZonedDateTime } from "@internationalized/date";
|
|
7
7
|
import { ReferenceElement, ReferenceElement as ReferenceElement$1 } from "@floating-ui/vue";
|
|
8
8
|
import { VirtualItem, Virtualizer } from "@tanstack/vue-virtual";
|
|
@@ -71,7 +71,7 @@ interface FormFieldProps {
|
|
|
71
71
|
}
|
|
72
72
|
//#endregion
|
|
73
73
|
//#region src/shared/useBodyScrollLock.d.ts
|
|
74
|
-
declare function useBodyScrollLock(initialState?: boolean | undefined):
|
|
74
|
+
declare function useBodyScrollLock(initialState?: boolean | undefined): vue32.WritableComputedRef<boolean, boolean>;
|
|
75
75
|
//# sourceMappingURL=useBodyScrollLock.d.ts.map
|
|
76
76
|
//#endregion
|
|
77
77
|
//#region src/shared/useDateFormatter.d.ts
|
|
@@ -146,8 +146,8 @@ declare function useFilter(options?: MaybeRef<Intl.CollatorOptions>): {
|
|
|
146
146
|
//#region src/shared/useForwardExpose.d.ts
|
|
147
147
|
declare function useForwardExpose<T extends ComponentPublicInstance>(): {
|
|
148
148
|
forwardRef: (ref: Element | T | null) => void;
|
|
149
|
-
currentRef:
|
|
150
|
-
currentElement:
|
|
149
|
+
currentRef: vue32.Ref<Element | T | null | undefined, Element | T | null | undefined>;
|
|
150
|
+
currentElement: vue32.ComputedRef<HTMLElement>;
|
|
151
151
|
};
|
|
152
152
|
//# sourceMappingURL=useForwardExpose.d.ts.map
|
|
153
153
|
|
|
@@ -160,7 +160,7 @@ declare function useForwardExpose<T extends ComponentPublicInstance>(): {
|
|
|
160
160
|
* component.
|
|
161
161
|
* @returns computed value that combines the default props, preserved props, and assigned props.
|
|
162
162
|
*/
|
|
163
|
-
declare function useForwardProps<T extends Record<string, any>>(props: MaybeRefOrGetter<T>):
|
|
163
|
+
declare function useForwardProps<T extends Record<string, any>>(props: MaybeRefOrGetter<T>): vue32.ComputedRef<T>;
|
|
164
164
|
//# sourceMappingURL=useForwardProps.d.ts.map
|
|
165
165
|
|
|
166
166
|
//#endregion
|
|
@@ -177,7 +177,7 @@ declare function useForwardProps<T extends Record<string, any>>(props: MaybeRefO
|
|
|
177
177
|
* @returns a computed property that combines the parsed
|
|
178
178
|
* props and emits as props.
|
|
179
179
|
*/
|
|
180
|
-
declare function useForwardPropsEmits<T extends Record<string, any>, Name extends string>(props: MaybeRefOrGetter<T>, emit?: (name: Name, ...args: any[]) => void):
|
|
180
|
+
declare function useForwardPropsEmits<T extends Record<string, any>, Name extends string>(props: MaybeRefOrGetter<T>, emit?: (name: Name, ...args: any[]) => void): vue32.ComputedRef<T & Record<string, any>>;
|
|
181
181
|
//# sourceMappingURL=useForwardPropsEmits.d.ts.map
|
|
182
182
|
//#endregion
|
|
183
183
|
//#region src/shared/useId.d.ts
|
|
@@ -265,7 +265,7 @@ interface PrimitiveProps {
|
|
|
265
265
|
*/
|
|
266
266
|
as?: AsTag | Component;
|
|
267
267
|
}
|
|
268
|
-
declare const Primitive:
|
|
268
|
+
declare const Primitive: vue32.DefineComponent<vue32.ExtractPropTypes<{
|
|
269
269
|
asChild: {
|
|
270
270
|
type: BooleanConstructor;
|
|
271
271
|
default: boolean;
|
|
@@ -274,9 +274,9 @@ declare const Primitive: vue37.DefineComponent<vue37.ExtractPropTypes<{
|
|
|
274
274
|
type: PropType<AsTag | Component>;
|
|
275
275
|
default: string;
|
|
276
276
|
};
|
|
277
|
-
}>, () =>
|
|
277
|
+
}>, () => vue32.VNode<vue32.RendererNode, vue32.RendererElement, {
|
|
278
278
|
[key: string]: any;
|
|
279
|
-
}>, {}, {}, {},
|
|
279
|
+
}>, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<vue32.ExtractPropTypes<{
|
|
280
280
|
asChild: {
|
|
281
281
|
type: BooleanConstructor;
|
|
282
282
|
default: boolean;
|
|
@@ -288,15 +288,15 @@ declare const Primitive: vue37.DefineComponent<vue37.ExtractPropTypes<{
|
|
|
288
288
|
}>> & Readonly<{}>, {
|
|
289
289
|
asChild: boolean;
|
|
290
290
|
as: AsTag | Component;
|
|
291
|
-
}, {}, {}, {}, string,
|
|
291
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, true, {}, any>;
|
|
292
292
|
//# sourceMappingURL=Primitive.d.ts.map
|
|
293
293
|
//#endregion
|
|
294
294
|
//#region src/Primitive/Slot.d.ts
|
|
295
|
-
declare const Slot:
|
|
295
|
+
declare const Slot: vue32.DefineComponent<{}, () => vue32.VNode<vue32.RendererNode, vue32.RendererElement, {
|
|
296
296
|
[key: string]: any;
|
|
297
|
-
}> |
|
|
297
|
+
}> | vue32.VNode<vue32.RendererNode, vue32.RendererElement, {
|
|
298
298
|
[key: string]: any;
|
|
299
|
-
}>[] | null, {}, {}, {},
|
|
299
|
+
}>[] | null, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, true, {}, any>;
|
|
300
300
|
//# sourceMappingURL=Slot.d.ts.map
|
|
301
301
|
//#endregion
|
|
302
302
|
//#region src/Collapsible/CollapsibleContent.vue.d.ts
|
|
@@ -310,11 +310,11 @@ interface CollapsibleContentProps extends PrimitiveProps {
|
|
|
310
310
|
type CollapsibleContentEmits = {
|
|
311
311
|
contentFound: [void];
|
|
312
312
|
};
|
|
313
|
-
declare const _default$33: __VLS_WithSlots$288<
|
|
313
|
+
declare const _default$33: __VLS_WithSlots$288<vue32.DefineComponent<CollapsibleContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
314
314
|
contentFound: (args_0: void) => any;
|
|
315
|
-
}, string,
|
|
315
|
+
}, string, vue32.PublicProps, Readonly<CollapsibleContentProps> & Readonly<{
|
|
316
316
|
onContentFound?: ((args_0?: void | undefined) => any) | undefined;
|
|
317
|
-
}>, {}, {}, {}, {}, string,
|
|
317
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
318
318
|
default?: (props: {}) => any;
|
|
319
319
|
}>;
|
|
320
320
|
type __VLS_WithSlots$288<T, S> = T & {
|
|
@@ -347,17 +347,17 @@ interface CollapsibleRootContext {
|
|
|
347
347
|
onOpenToggle: () => void;
|
|
348
348
|
}
|
|
349
349
|
declare const injectCollapsibleRootContext: <T extends CollapsibleRootContext | null | undefined = CollapsibleRootContext>(fallback?: T | undefined) => T extends null ? CollapsibleRootContext | null : CollapsibleRootContext, provideCollapsibleRootContext: (contextValue: CollapsibleRootContext) => CollapsibleRootContext;
|
|
350
|
-
declare const _default$34: __VLS_WithSlots$287<
|
|
350
|
+
declare const _default$34: __VLS_WithSlots$287<vue32.DefineComponent<CollapsibleRootProps, {
|
|
351
351
|
open: Ref<boolean, boolean>;
|
|
352
|
-
}, {}, {}, {},
|
|
352
|
+
}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
353
353
|
"update:open": (value: boolean) => any;
|
|
354
|
-
}, string,
|
|
354
|
+
}, string, vue32.PublicProps, Readonly<CollapsibleRootProps> & Readonly<{
|
|
355
355
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
356
356
|
}>, {
|
|
357
|
-
open: boolean;
|
|
358
357
|
defaultOpen: boolean;
|
|
358
|
+
open: boolean;
|
|
359
359
|
unmountOnHide: boolean;
|
|
360
|
-
}, {}, {}, {}, string,
|
|
360
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
361
361
|
default?: (props: {
|
|
362
362
|
/** Current open state */
|
|
363
363
|
open: boolean;
|
|
@@ -372,9 +372,9 @@ type __VLS_WithSlots$287<T, S> = T & {
|
|
|
372
372
|
//#endregion
|
|
373
373
|
//#region src/Collapsible/CollapsibleTrigger.vue.d.ts
|
|
374
374
|
interface CollapsibleTriggerProps extends PrimitiveProps {}
|
|
375
|
-
declare const _default$35: __VLS_WithSlots$286<
|
|
376
|
-
as: AsTag |
|
|
377
|
-
}, {}, {}, {}, string,
|
|
375
|
+
declare const _default$35: __VLS_WithSlots$286<vue32.DefineComponent<CollapsibleTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<CollapsibleTriggerProps> & Readonly<{}>, {
|
|
376
|
+
as: AsTag | vue32.Component;
|
|
377
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
378
378
|
default?: (props: {}) => any;
|
|
379
379
|
}>;
|
|
380
380
|
type __VLS_WithSlots$286<T, S> = T & {
|
|
@@ -386,7 +386,7 @@ type __VLS_WithSlots$286<T, S> = T & {
|
|
|
386
386
|
//#endregion
|
|
387
387
|
//#region src/Accordion/AccordionContent.vue.d.ts
|
|
388
388
|
interface AccordionContentProps extends CollapsibleContentProps {}
|
|
389
|
-
declare const _default: __VLS_WithSlots$285<
|
|
389
|
+
declare const _default: __VLS_WithSlots$285<vue32.DefineComponent<AccordionContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
390
390
|
default?: (props: {}) => any;
|
|
391
391
|
}>;
|
|
392
392
|
type __VLS_WithSlots$285<T, S> = T & {
|
|
@@ -397,9 +397,9 @@ type __VLS_WithSlots$285<T, S> = T & {
|
|
|
397
397
|
//#endregion
|
|
398
398
|
//#region src/Accordion/AccordionHeader.vue.d.ts
|
|
399
399
|
interface AccordionHeaderProps extends PrimitiveProps {}
|
|
400
|
-
declare const _default$1: __VLS_WithSlots$284<
|
|
401
|
-
as: AsTag |
|
|
402
|
-
}, {}, {}, {}, string,
|
|
400
|
+
declare const _default$1: __VLS_WithSlots$284<vue32.DefineComponent<AccordionHeaderProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<AccordionHeaderProps> & Readonly<{}>, {
|
|
401
|
+
as: AsTag | vue32.Component;
|
|
402
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
403
403
|
default?: (props: {}) => any;
|
|
404
404
|
}>;
|
|
405
405
|
type __VLS_WithSlots$284<T, S> = T & {
|
|
@@ -438,10 +438,10 @@ interface AccordionItemContext {
|
|
|
438
438
|
value: ComputedRef<string>;
|
|
439
439
|
}
|
|
440
440
|
declare const injectAccordionItemContext: <T extends AccordionItemContext | null | undefined = AccordionItemContext>(fallback?: T | undefined) => T extends null ? AccordionItemContext | null : AccordionItemContext, provideAccordionItemContext: (contextValue: AccordionItemContext) => AccordionItemContext;
|
|
441
|
-
declare const _default$2: __VLS_WithSlots$283<
|
|
441
|
+
declare const _default$2: __VLS_WithSlots$283<vue32.DefineComponent<AccordionItemProps, {
|
|
442
442
|
open: ComputedRef<boolean>;
|
|
443
443
|
dataDisabled: ComputedRef<"" | undefined>;
|
|
444
|
-
}, {}, {}, {},
|
|
444
|
+
}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
445
445
|
default?: (props: {
|
|
446
446
|
/** Current open state */
|
|
447
447
|
open: boolean;
|
|
@@ -509,8 +509,8 @@ declare const injectAccordionRootContext: <T extends AccordionRootContext<Accord
|
|
|
509
509
|
declare const _default$3: <T extends (string | string[]), ExplicitType extends SingleOrMultipleType>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$14<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
510
510
|
props: __VLS_PrettifyLocal$14<Pick<Partial<{}> & Omit<{
|
|
511
511
|
readonly "onUpdate:modelValue"?: ((value: (ExplicitType extends "single" ? string : string[]) | undefined) => any) | undefined;
|
|
512
|
-
} &
|
|
513
|
-
expose(exposed:
|
|
512
|
+
} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, "onUpdate:modelValue"> & AccordionRootProps<T> & Partial<{}>> & vue32.PublicProps;
|
|
513
|
+
expose(exposed: vue32.ShallowUnwrapRef<{}>): void;
|
|
514
514
|
attrs: any;
|
|
515
515
|
slots: {
|
|
516
516
|
default?: (props: {
|
|
@@ -519,7 +519,7 @@ declare const _default$3: <T extends (string | string[]), ExplicitType extends S
|
|
|
519
519
|
}) => any;
|
|
520
520
|
};
|
|
521
521
|
emit: (evt: "update:modelValue", value: (ExplicitType extends "single" ? string : string[]) | undefined) => void;
|
|
522
|
-
}>) =>
|
|
522
|
+
}>) => vue32.VNode & {
|
|
523
523
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
524
524
|
};
|
|
525
525
|
type __VLS_PrettifyLocal$14<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -527,7 +527,7 @@ type __VLS_PrettifyLocal$14<T> = { [K in keyof T]: T[K] } & {};
|
|
|
527
527
|
//#endregion
|
|
528
528
|
//#region src/Accordion/AccordionTrigger.vue.d.ts
|
|
529
529
|
interface AccordionTriggerProps extends PrimitiveProps {}
|
|
530
|
-
declare const _default$4: __VLS_WithSlots$282<
|
|
530
|
+
declare const _default$4: __VLS_WithSlots$282<vue32.DefineComponent<AccordionTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<AccordionTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
531
531
|
default?: (props: {}) => any;
|
|
532
532
|
}>;
|
|
533
533
|
type __VLS_WithSlots$282<T, S> = T & {
|
|
@@ -539,9 +539,9 @@ type __VLS_WithSlots$282<T, S> = T & {
|
|
|
539
539
|
//#endregion
|
|
540
540
|
//#region src/Dialog/DialogClose.vue.d.ts
|
|
541
541
|
interface DialogCloseProps extends PrimitiveProps {}
|
|
542
|
-
declare const _default$113: __VLS_WithSlots$281<
|
|
543
|
-
as: AsTag |
|
|
544
|
-
}, {}, {}, {}, string,
|
|
542
|
+
declare const _default$113: __VLS_WithSlots$281<vue32.DefineComponent<DialogCloseProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DialogCloseProps> & Readonly<{}>, {
|
|
543
|
+
as: AsTag | vue32.Component;
|
|
544
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
545
545
|
default?: (props: {}) => any;
|
|
546
546
|
}>;
|
|
547
547
|
type __VLS_WithSlots$281<T, S> = T & {
|
|
@@ -628,21 +628,21 @@ interface DialogContentProps extends Omit<DialogContentImplProps, 'trapFocus'> {
|
|
|
628
628
|
*/
|
|
629
629
|
forceMount?: boolean;
|
|
630
630
|
}
|
|
631
|
-
declare const _default$114: __VLS_WithSlots$280<
|
|
631
|
+
declare const _default$114: __VLS_WithSlots$280<vue32.DefineComponent<DialogContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
632
632
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
633
633
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
634
634
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
635
635
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
636
636
|
openAutoFocus: (event: Event) => any;
|
|
637
637
|
closeAutoFocus: (event: Event) => any;
|
|
638
|
-
}, string,
|
|
638
|
+
}, string, vue32.PublicProps, Readonly<DialogContentProps> & Readonly<{
|
|
639
639
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
640
640
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
641
641
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
642
642
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
643
643
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
644
644
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
645
|
-
}>, {}, {}, {}, {}, string,
|
|
645
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
646
646
|
default?: (props: {}) => any;
|
|
647
647
|
} & {
|
|
648
648
|
default?: (props: {}) => any;
|
|
@@ -656,9 +656,9 @@ type __VLS_WithSlots$280<T, S> = T & {
|
|
|
656
656
|
//#endregion
|
|
657
657
|
//#region src/Dialog/DialogDescription.vue.d.ts
|
|
658
658
|
interface DialogDescriptionProps extends PrimitiveProps {}
|
|
659
|
-
declare const _default$115: __VLS_WithSlots$279<
|
|
660
|
-
as: AsTag |
|
|
661
|
-
}, {}, {}, {}, string,
|
|
659
|
+
declare const _default$115: __VLS_WithSlots$279<vue32.DefineComponent<DialogDescriptionProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DialogDescriptionProps> & Readonly<{}>, {
|
|
660
|
+
as: AsTag | vue32.Component;
|
|
661
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
662
662
|
default?: (props: {}) => any;
|
|
663
663
|
}>;
|
|
664
664
|
type __VLS_WithSlots$279<T, S> = T & {
|
|
@@ -679,7 +679,7 @@ interface DialogOverlayProps extends DialogOverlayImplProps {
|
|
|
679
679
|
*/
|
|
680
680
|
forceMount?: boolean;
|
|
681
681
|
}
|
|
682
|
-
declare const _default$116: __VLS_WithSlots$278<
|
|
682
|
+
declare const _default$116: __VLS_WithSlots$278<vue32.DefineComponent<DialogOverlayProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
683
683
|
default?: (props: {}) => any;
|
|
684
684
|
}>;
|
|
685
685
|
type __VLS_WithSlots$278<T, S> = T & {
|
|
@@ -719,7 +719,7 @@ interface TeleportProps {
|
|
|
719
719
|
//#endregion
|
|
720
720
|
//#region src/Dialog/DialogPortal.vue.d.ts
|
|
721
721
|
interface DialogPortalProps extends TeleportProps {}
|
|
722
|
-
declare const _default$117: __VLS_WithSlots$277<
|
|
722
|
+
declare const _default$117: __VLS_WithSlots$277<vue32.DefineComponent<DialogPortalProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DialogPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
723
723
|
default?: (props: {}) => any;
|
|
724
724
|
}>;
|
|
725
725
|
type __VLS_WithSlots$277<T, S> = T & {
|
|
@@ -758,15 +758,15 @@ interface DialogRootContext {
|
|
|
758
758
|
descriptionId: string;
|
|
759
759
|
}
|
|
760
760
|
declare const injectDialogRootContext: <T extends DialogRootContext | null | undefined = DialogRootContext>(fallback?: T | undefined) => T extends null ? DialogRootContext | null : DialogRootContext, provideDialogRootContext: (contextValue: DialogRootContext) => DialogRootContext;
|
|
761
|
-
declare const _default$118: __VLS_WithSlots$276<
|
|
761
|
+
declare const _default$118: __VLS_WithSlots$276<vue32.DefineComponent<DialogRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
762
762
|
"update:open": (value: boolean) => any;
|
|
763
|
-
}, string,
|
|
763
|
+
}, string, vue32.PublicProps, Readonly<DialogRootProps> & Readonly<{
|
|
764
764
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
765
765
|
}>, {
|
|
766
|
-
open: boolean;
|
|
767
766
|
defaultOpen: boolean;
|
|
767
|
+
open: boolean;
|
|
768
768
|
modal: boolean;
|
|
769
|
-
}, {}, {}, {}, string,
|
|
769
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
770
770
|
default?: (props: {
|
|
771
771
|
/** Current open state */
|
|
772
772
|
open: boolean;
|
|
@@ -783,9 +783,9 @@ type __VLS_WithSlots$276<T, S> = T & {
|
|
|
783
783
|
//#endregion
|
|
784
784
|
//#region src/Dialog/DialogTitle.vue.d.ts
|
|
785
785
|
interface DialogTitleProps extends PrimitiveProps {}
|
|
786
|
-
declare const _default$119: __VLS_WithSlots$275<
|
|
787
|
-
as: AsTag |
|
|
788
|
-
}, {}, {}, {}, string,
|
|
786
|
+
declare const _default$119: __VLS_WithSlots$275<vue32.DefineComponent<DialogTitleProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DialogTitleProps> & Readonly<{}>, {
|
|
787
|
+
as: AsTag | vue32.Component;
|
|
788
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
789
789
|
default?: (props: {}) => any;
|
|
790
790
|
}>;
|
|
791
791
|
type __VLS_WithSlots$275<T, S> = T & {
|
|
@@ -797,9 +797,9 @@ type __VLS_WithSlots$275<T, S> = T & {
|
|
|
797
797
|
//#endregion
|
|
798
798
|
//#region src/Dialog/DialogTrigger.vue.d.ts
|
|
799
799
|
interface DialogTriggerProps extends PrimitiveProps {}
|
|
800
|
-
declare const _default$120: __VLS_WithSlots$274<
|
|
801
|
-
as: AsTag |
|
|
802
|
-
}, {}, {}, {}, string,
|
|
800
|
+
declare const _default$120: __VLS_WithSlots$274<vue32.DefineComponent<DialogTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DialogTriggerProps> & Readonly<{}>, {
|
|
801
|
+
as: AsTag | vue32.Component;
|
|
802
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
803
803
|
default?: (props: {}) => any;
|
|
804
804
|
}>;
|
|
805
805
|
type __VLS_WithSlots$274<T, S> = T & {
|
|
@@ -811,9 +811,9 @@ type __VLS_WithSlots$274<T, S> = T & {
|
|
|
811
811
|
//#endregion
|
|
812
812
|
//#region src/AlertDialog/AlertDialogAction.vue.d.ts
|
|
813
813
|
interface AlertDialogActionProps extends DialogCloseProps {}
|
|
814
|
-
declare const _default$5: __VLS_WithSlots$273<
|
|
815
|
-
as: AsTag |
|
|
816
|
-
}, {}, {}, {}, string,
|
|
814
|
+
declare const _default$5: __VLS_WithSlots$273<vue32.DefineComponent<AlertDialogActionProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<AlertDialogActionProps> & Readonly<{}>, {
|
|
815
|
+
as: AsTag | vue32.Component;
|
|
816
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
817
817
|
default?: (props: {}) => any;
|
|
818
818
|
}>;
|
|
819
819
|
type __VLS_WithSlots$273<T, S> = T & {
|
|
@@ -825,9 +825,9 @@ type __VLS_WithSlots$273<T, S> = T & {
|
|
|
825
825
|
//#endregion
|
|
826
826
|
//#region src/AlertDialog/AlertDialogCancel.vue.d.ts
|
|
827
827
|
interface AlertDialogCancelProps extends DialogCloseProps {}
|
|
828
|
-
declare const _default$6: __VLS_WithSlots$272<
|
|
829
|
-
as: AsTag |
|
|
830
|
-
}, {}, {}, {}, string,
|
|
828
|
+
declare const _default$6: __VLS_WithSlots$272<vue32.DefineComponent<AlertDialogCancelProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<AlertDialogCancelProps> & Readonly<{}>, {
|
|
829
|
+
as: AsTag | vue32.Component;
|
|
830
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
831
831
|
default?: (props: {}) => any;
|
|
832
832
|
}>;
|
|
833
833
|
type __VLS_WithSlots$272<T, S> = T & {
|
|
@@ -844,21 +844,21 @@ interface AlertDialogContentContext {
|
|
|
844
844
|
declare const injectAlertDialogContentContext: <T extends AlertDialogContentContext | null | undefined = AlertDialogContentContext>(fallback?: T | undefined) => T extends null ? AlertDialogContentContext | null : AlertDialogContentContext, provideAlertDialogContentContext: (contextValue: AlertDialogContentContext) => AlertDialogContentContext;
|
|
845
845
|
type AlertDialogContentEmits = DialogContentEmits;
|
|
846
846
|
interface AlertDialogContentProps extends DialogContentProps {}
|
|
847
|
-
declare const _default$7: __VLS_WithSlots$271<
|
|
847
|
+
declare const _default$7: __VLS_WithSlots$271<vue32.DefineComponent<AlertDialogContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
848
848
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
849
849
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
850
850
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
851
851
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
852
852
|
openAutoFocus: (event: Event) => any;
|
|
853
853
|
closeAutoFocus: (event: Event) => any;
|
|
854
|
-
}, string,
|
|
854
|
+
}, string, vue32.PublicProps, Readonly<AlertDialogContentProps> & Readonly<{
|
|
855
855
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
856
856
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
857
857
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
858
858
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
859
859
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
860
860
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
861
|
-
}>, {}, {}, {}, {}, string,
|
|
861
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
862
862
|
default?: (props: {}) => any;
|
|
863
863
|
}>;
|
|
864
864
|
type __VLS_WithSlots$271<T, S> = T & {
|
|
@@ -870,9 +870,9 @@ type __VLS_WithSlots$271<T, S> = T & {
|
|
|
870
870
|
//#endregion
|
|
871
871
|
//#region src/AlertDialog/AlertDialogDescription.vue.d.ts
|
|
872
872
|
interface AlertDialogDescriptionProps extends DialogDescriptionProps {}
|
|
873
|
-
declare const _default$8: __VLS_WithSlots$270<
|
|
874
|
-
as: AsTag |
|
|
875
|
-
}, {}, {}, {}, string,
|
|
873
|
+
declare const _default$8: __VLS_WithSlots$270<vue32.DefineComponent<AlertDialogDescriptionProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<AlertDialogDescriptionProps> & Readonly<{}>, {
|
|
874
|
+
as: AsTag | vue32.Component;
|
|
875
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
876
876
|
default?: (props: {}) => any;
|
|
877
877
|
}>;
|
|
878
878
|
type __VLS_WithSlots$270<T, S> = T & {
|
|
@@ -884,7 +884,7 @@ type __VLS_WithSlots$270<T, S> = T & {
|
|
|
884
884
|
//#endregion
|
|
885
885
|
//#region src/AlertDialog/AlertDialogOverlay.vue.d.ts
|
|
886
886
|
interface AlertDialogOverlayProps extends DialogOverlayProps {}
|
|
887
|
-
declare const _default$9: __VLS_WithSlots$269<
|
|
887
|
+
declare const _default$9: __VLS_WithSlots$269<vue32.DefineComponent<AlertDialogOverlayProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<AlertDialogOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
888
888
|
default?: (props: {}) => any;
|
|
889
889
|
}>;
|
|
890
890
|
type __VLS_WithSlots$269<T, S> = T & {
|
|
@@ -896,7 +896,7 @@ type __VLS_WithSlots$269<T, S> = T & {
|
|
|
896
896
|
//#endregion
|
|
897
897
|
//#region src/AlertDialog/AlertDialogPortal.vue.d.ts
|
|
898
898
|
interface AlertDialogPortalProps extends TeleportProps {}
|
|
899
|
-
declare const _default$10: __VLS_WithSlots$268<
|
|
899
|
+
declare const _default$10: __VLS_WithSlots$268<vue32.DefineComponent<AlertDialogPortalProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<AlertDialogPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
900
900
|
default?: (props: {}) => any;
|
|
901
901
|
}>;
|
|
902
902
|
type __VLS_WithSlots$268<T, S> = T & {
|
|
@@ -909,11 +909,11 @@ type __VLS_WithSlots$268<T, S> = T & {
|
|
|
909
909
|
//#region src/AlertDialog/AlertDialogRoot.vue.d.ts
|
|
910
910
|
type AlertDialogEmits = DialogRootEmits;
|
|
911
911
|
interface AlertDialogProps extends Omit<DialogRootProps, 'modal'> {}
|
|
912
|
-
declare const _default$11: __VLS_WithSlots$267<
|
|
912
|
+
declare const _default$11: __VLS_WithSlots$267<vue32.DefineComponent<AlertDialogProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
913
913
|
"update:open": (value: boolean) => any;
|
|
914
|
-
}, string,
|
|
914
|
+
}, string, vue32.PublicProps, Readonly<AlertDialogProps> & Readonly<{
|
|
915
915
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
916
|
-
}>, {}, {}, {}, {}, string,
|
|
916
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
917
917
|
default?: (props: {
|
|
918
918
|
open: boolean;
|
|
919
919
|
close: () => void;
|
|
@@ -928,9 +928,9 @@ type __VLS_WithSlots$267<T, S> = T & {
|
|
|
928
928
|
//#endregion
|
|
929
929
|
//#region src/AlertDialog/AlertDialogTitle.vue.d.ts
|
|
930
930
|
interface AlertDialogTitleProps extends DialogTitleProps {}
|
|
931
|
-
declare const _default$12: __VLS_WithSlots$266<
|
|
932
|
-
as: AsTag |
|
|
933
|
-
}, {}, {}, {}, string,
|
|
931
|
+
declare const _default$12: __VLS_WithSlots$266<vue32.DefineComponent<AlertDialogTitleProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<AlertDialogTitleProps> & Readonly<{}>, {
|
|
932
|
+
as: AsTag | vue32.Component;
|
|
933
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
934
934
|
default?: (props: {}) => any;
|
|
935
935
|
}>;
|
|
936
936
|
type __VLS_WithSlots$266<T, S> = T & {
|
|
@@ -942,9 +942,9 @@ type __VLS_WithSlots$266<T, S> = T & {
|
|
|
942
942
|
//#endregion
|
|
943
943
|
//#region src/AlertDialog/AlertDialogTrigger.vue.d.ts
|
|
944
944
|
interface AlertDialogTriggerProps extends DialogTriggerProps {}
|
|
945
|
-
declare const _default$13: __VLS_WithSlots$265<
|
|
946
|
-
as: AsTag |
|
|
947
|
-
}, {}, {}, {}, string,
|
|
945
|
+
declare const _default$13: __VLS_WithSlots$265<vue32.DefineComponent<AlertDialogTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<AlertDialogTriggerProps> & Readonly<{}>, {
|
|
946
|
+
as: AsTag | vue32.Component;
|
|
947
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
948
948
|
default?: (props: {}) => any;
|
|
949
949
|
}>;
|
|
950
950
|
type __VLS_WithSlots$265<T, S> = T & {
|
|
@@ -962,9 +962,9 @@ interface AspectRatioProps extends PrimitiveProps {
|
|
|
962
962
|
*/
|
|
963
963
|
ratio?: number;
|
|
964
964
|
}
|
|
965
|
-
declare const _default$14: __VLS_WithSlots$264<
|
|
965
|
+
declare const _default$14: __VLS_WithSlots$264<vue32.DefineComponent<AspectRatioProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<AspectRatioProps> & Readonly<{}>, {
|
|
966
966
|
ratio: number;
|
|
967
|
-
}, {}, {}, {}, string,
|
|
967
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
968
968
|
default?: (props: {
|
|
969
969
|
/** Current aspect ratio (in %) */
|
|
970
970
|
aspect: number;
|
|
@@ -982,9 +982,9 @@ interface AvatarFallbackProps extends PrimitiveProps {
|
|
|
982
982
|
/** Useful for delaying rendering so it only appears for those with slower connections. */
|
|
983
983
|
delayMs?: number;
|
|
984
984
|
}
|
|
985
|
-
declare const _default$15: __VLS_WithSlots$263<
|
|
986
|
-
as: AsTag |
|
|
987
|
-
}, {}, {}, {}, string,
|
|
985
|
+
declare const _default$15: __VLS_WithSlots$263<vue32.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {
|
|
986
|
+
as: AsTag | vue32.Component;
|
|
987
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
988
988
|
default?: (props: {}) => any;
|
|
989
989
|
}>;
|
|
990
990
|
type __VLS_WithSlots$263<T, S> = T & {
|
|
@@ -1010,13 +1010,13 @@ interface AvatarImageProps extends PrimitiveProps {
|
|
|
1010
1010
|
referrerPolicy?: ImgHTMLAttributes['referrerpolicy'];
|
|
1011
1011
|
crossOrigin?: ImgHTMLAttributes['crossorigin'];
|
|
1012
1012
|
}
|
|
1013
|
-
declare const _default$16: __VLS_WithSlots$262<
|
|
1013
|
+
declare const _default$16: __VLS_WithSlots$262<vue32.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
1014
1014
|
loadingStatusChange: (value: ImageLoadingStatus) => any;
|
|
1015
|
-
}, string,
|
|
1015
|
+
}, string, vue32.PublicProps, Readonly<AvatarImageProps> & Readonly<{
|
|
1016
1016
|
onLoadingStatusChange?: ((value: ImageLoadingStatus) => any) | undefined;
|
|
1017
1017
|
}>, {
|
|
1018
|
-
as: AsTag |
|
|
1019
|
-
}, {}, {}, {}, string,
|
|
1018
|
+
as: AsTag | vue32.Component;
|
|
1019
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1020
1020
|
default?: (props: {}) => any;
|
|
1021
1021
|
}>;
|
|
1022
1022
|
type __VLS_WithSlots$262<T, S> = T & {
|
|
@@ -1032,9 +1032,9 @@ type AvatarRootContext = {
|
|
|
1032
1032
|
imageLoadingStatus: Ref<ImageLoadingStatus>;
|
|
1033
1033
|
};
|
|
1034
1034
|
declare const injectAvatarRootContext: <T extends AvatarRootContext | null | undefined = AvatarRootContext>(fallback?: T | undefined) => T extends null ? AvatarRootContext | null : AvatarRootContext, provideAvatarRootContext: (contextValue: AvatarRootContext) => AvatarRootContext;
|
|
1035
|
-
declare const _default$17: __VLS_WithSlots$261<
|
|
1036
|
-
as: AsTag |
|
|
1037
|
-
}, {}, {}, {}, string,
|
|
1035
|
+
declare const _default$17: __VLS_WithSlots$261<vue32.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {
|
|
1036
|
+
as: AsTag | vue32.Component;
|
|
1037
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1038
1038
|
default?: (props: {}) => any;
|
|
1039
1039
|
}>;
|
|
1040
1040
|
type __VLS_WithSlots$261<T, S> = T & {
|
|
@@ -1049,9 +1049,9 @@ interface CalendarCellProps extends PrimitiveProps {
|
|
|
1049
1049
|
/** The date value for the cell */
|
|
1050
1050
|
date: DateValue$1;
|
|
1051
1051
|
}
|
|
1052
|
-
declare const _default$18: __VLS_WithSlots$260<
|
|
1053
|
-
as: AsTag |
|
|
1054
|
-
}, {}, {}, {}, string,
|
|
1052
|
+
declare const _default$18: __VLS_WithSlots$260<vue32.DefineComponent<CalendarCellProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<CalendarCellProps> & Readonly<{}>, {
|
|
1053
|
+
as: AsTag | vue32.Component;
|
|
1054
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1055
1055
|
default?: (props: {}) => any;
|
|
1056
1056
|
}>;
|
|
1057
1057
|
type __VLS_WithSlots$260<T, S> = T & {
|
|
@@ -1086,9 +1086,9 @@ interface CalendarCellTriggerSlot {
|
|
|
1086
1086
|
unavailable: boolean;
|
|
1087
1087
|
}) => any;
|
|
1088
1088
|
}
|
|
1089
|
-
declare const _default$19: __VLS_WithSlots$259<
|
|
1090
|
-
as: AsTag |
|
|
1091
|
-
}, {}, {}, {}, string,
|
|
1089
|
+
declare const _default$19: __VLS_WithSlots$259<vue32.DefineComponent<CalendarCellTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<CalendarCellTriggerProps> & Readonly<{}>, {
|
|
1090
|
+
as: AsTag | vue32.Component;
|
|
1091
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, CalendarCellTriggerSlot>;
|
|
1092
1092
|
type __VLS_WithSlots$259<T, S> = T & {
|
|
1093
1093
|
new (): {
|
|
1094
1094
|
$slots: S;
|
|
@@ -1098,9 +1098,9 @@ type __VLS_WithSlots$259<T, S> = T & {
|
|
|
1098
1098
|
//#endregion
|
|
1099
1099
|
//#region src/Calendar/CalendarGrid.vue.d.ts
|
|
1100
1100
|
interface CalendarGridProps extends PrimitiveProps {}
|
|
1101
|
-
declare const _default$20: __VLS_WithSlots$258<
|
|
1102
|
-
as: AsTag |
|
|
1103
|
-
}, {}, {}, {}, string,
|
|
1101
|
+
declare const _default$20: __VLS_WithSlots$258<vue32.DefineComponent<CalendarGridProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<CalendarGridProps> & Readonly<{}>, {
|
|
1102
|
+
as: AsTag | vue32.Component;
|
|
1103
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1104
1104
|
default?: (props: {}) => any;
|
|
1105
1105
|
}>;
|
|
1106
1106
|
type __VLS_WithSlots$258<T, S> = T & {
|
|
@@ -1112,9 +1112,9 @@ type __VLS_WithSlots$258<T, S> = T & {
|
|
|
1112
1112
|
//#endregion
|
|
1113
1113
|
//#region src/Calendar/CalendarGridBody.vue.d.ts
|
|
1114
1114
|
interface CalendarGridBodyProps extends PrimitiveProps {}
|
|
1115
|
-
declare const _default$21: __VLS_WithSlots$257<
|
|
1116
|
-
as: AsTag |
|
|
1117
|
-
}, {}, {}, {}, string,
|
|
1115
|
+
declare const _default$21: __VLS_WithSlots$257<vue32.DefineComponent<CalendarGridBodyProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<CalendarGridBodyProps> & Readonly<{}>, {
|
|
1116
|
+
as: AsTag | vue32.Component;
|
|
1117
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1118
1118
|
default?: (props: {}) => any;
|
|
1119
1119
|
}>;
|
|
1120
1120
|
type __VLS_WithSlots$257<T, S> = T & {
|
|
@@ -1126,9 +1126,9 @@ type __VLS_WithSlots$257<T, S> = T & {
|
|
|
1126
1126
|
//#endregion
|
|
1127
1127
|
//#region src/Calendar/CalendarGridHead.vue.d.ts
|
|
1128
1128
|
interface CalendarGridHeadProps extends PrimitiveProps {}
|
|
1129
|
-
declare const _default$22: __VLS_WithSlots$256<
|
|
1130
|
-
as: AsTag |
|
|
1131
|
-
}, {}, {}, {}, string,
|
|
1129
|
+
declare const _default$22: __VLS_WithSlots$256<vue32.DefineComponent<CalendarGridHeadProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<CalendarGridHeadProps> & Readonly<{}>, {
|
|
1130
|
+
as: AsTag | vue32.Component;
|
|
1131
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1132
1132
|
default?: (props: {}) => any;
|
|
1133
1133
|
}>;
|
|
1134
1134
|
type __VLS_WithSlots$256<T, S> = T & {
|
|
@@ -1140,9 +1140,9 @@ type __VLS_WithSlots$256<T, S> = T & {
|
|
|
1140
1140
|
//#endregion
|
|
1141
1141
|
//#region src/Calendar/CalendarGridRow.vue.d.ts
|
|
1142
1142
|
interface CalendarGridRowProps extends PrimitiveProps {}
|
|
1143
|
-
declare const _default$23: __VLS_WithSlots$255<
|
|
1144
|
-
as: AsTag |
|
|
1145
|
-
}, {}, {}, {}, string,
|
|
1143
|
+
declare const _default$23: __VLS_WithSlots$255<vue32.DefineComponent<CalendarGridRowProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<CalendarGridRowProps> & Readonly<{}>, {
|
|
1144
|
+
as: AsTag | vue32.Component;
|
|
1145
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1146
1146
|
default?: (props: {}) => any;
|
|
1147
1147
|
}>;
|
|
1148
1148
|
type __VLS_WithSlots$255<T, S> = T & {
|
|
@@ -1154,9 +1154,9 @@ type __VLS_WithSlots$255<T, S> = T & {
|
|
|
1154
1154
|
//#endregion
|
|
1155
1155
|
//#region src/Calendar/CalendarHeadCell.vue.d.ts
|
|
1156
1156
|
interface CalendarHeadCellProps extends PrimitiveProps {}
|
|
1157
|
-
declare const _default$24: __VLS_WithSlots$254<
|
|
1158
|
-
as: AsTag |
|
|
1159
|
-
}, {}, {}, {}, string,
|
|
1157
|
+
declare const _default$24: __VLS_WithSlots$254<vue32.DefineComponent<CalendarHeadCellProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<CalendarHeadCellProps> & Readonly<{}>, {
|
|
1158
|
+
as: AsTag | vue32.Component;
|
|
1159
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1160
1160
|
default?: (props: {}) => any;
|
|
1161
1161
|
}>;
|
|
1162
1162
|
type __VLS_WithSlots$254<T, S> = T & {
|
|
@@ -1168,9 +1168,9 @@ type __VLS_WithSlots$254<T, S> = T & {
|
|
|
1168
1168
|
//#endregion
|
|
1169
1169
|
//#region src/Calendar/CalendarHeader.vue.d.ts
|
|
1170
1170
|
interface CalendarHeaderProps extends PrimitiveProps {}
|
|
1171
|
-
declare const _default$25: __VLS_WithSlots$253<
|
|
1172
|
-
as: AsTag |
|
|
1173
|
-
}, {}, {}, {}, string,
|
|
1171
|
+
declare const _default$25: __VLS_WithSlots$253<vue32.DefineComponent<CalendarHeaderProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<CalendarHeaderProps> & Readonly<{}>, {
|
|
1172
|
+
as: AsTag | vue32.Component;
|
|
1173
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1174
1174
|
default?: (props: {}) => any;
|
|
1175
1175
|
}>;
|
|
1176
1176
|
type __VLS_WithSlots$253<T, S> = T & {
|
|
@@ -1182,9 +1182,9 @@ type __VLS_WithSlots$253<T, S> = T & {
|
|
|
1182
1182
|
//#endregion
|
|
1183
1183
|
//#region src/Calendar/CalendarHeading.vue.d.ts
|
|
1184
1184
|
interface CalendarHeadingProps extends PrimitiveProps {}
|
|
1185
|
-
declare const _default$26: __VLS_WithSlots$252<
|
|
1186
|
-
as: AsTag |
|
|
1187
|
-
}, {}, {}, {}, string,
|
|
1185
|
+
declare const _default$26: __VLS_WithSlots$252<vue32.DefineComponent<CalendarHeadingProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<CalendarHeadingProps> & Readonly<{}>, {
|
|
1186
|
+
as: AsTag | vue32.Component;
|
|
1187
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1188
1188
|
default?: (props: {
|
|
1189
1189
|
/** Current month and year */
|
|
1190
1190
|
headingValue: string;
|
|
@@ -1208,9 +1208,9 @@ interface CalendarNextSlot {
|
|
|
1208
1208
|
disabled: boolean;
|
|
1209
1209
|
}) => any;
|
|
1210
1210
|
}
|
|
1211
|
-
declare const _default$27: __VLS_WithSlots$251<
|
|
1212
|
-
as: AsTag |
|
|
1213
|
-
}, {}, {}, {}, string,
|
|
1211
|
+
declare const _default$27: __VLS_WithSlots$251<vue32.DefineComponent<CalendarNextProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<CalendarNextProps> & Readonly<{}>, {
|
|
1212
|
+
as: AsTag | vue32.Component;
|
|
1213
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, CalendarNextSlot>;
|
|
1214
1214
|
type __VLS_WithSlots$251<T, S> = T & {
|
|
1215
1215
|
new (): {
|
|
1216
1216
|
$slots: S;
|
|
@@ -1229,9 +1229,9 @@ interface CalendarPrevSlot {
|
|
|
1229
1229
|
disabled: boolean;
|
|
1230
1230
|
}) => any;
|
|
1231
1231
|
}
|
|
1232
|
-
declare const _default$28: __VLS_WithSlots$250<
|
|
1233
|
-
as: AsTag |
|
|
1234
|
-
}, {}, {}, {}, string,
|
|
1232
|
+
declare const _default$28: __VLS_WithSlots$250<vue32.DefineComponent<CalendarPrevProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<CalendarPrevProps> & Readonly<{}>, {
|
|
1233
|
+
as: AsTag | vue32.Component;
|
|
1234
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, CalendarPrevSlot>;
|
|
1235
1235
|
type __VLS_WithSlots$250<T, S> = T & {
|
|
1236
1236
|
new (): {
|
|
1237
1237
|
$slots: S;
|
|
@@ -1273,6 +1273,8 @@ type CalendarRootContext = {
|
|
|
1273
1273
|
formatter: Formatter;
|
|
1274
1274
|
dir: Ref<Direction>;
|
|
1275
1275
|
disableDaysOutsideCurrentView: Ref<boolean>;
|
|
1276
|
+
minValue: Ref<DateValue$1 | undefined>;
|
|
1277
|
+
maxValue: Ref<DateValue$1 | undefined>;
|
|
1276
1278
|
};
|
|
1277
1279
|
interface CalendarRootProps extends PrimitiveProps {
|
|
1278
1280
|
/** The default value for the calendar */
|
|
@@ -1331,30 +1333,30 @@ type CalendarRootEmits = {
|
|
|
1331
1333
|
'update:placeholder': [date: DateValue$1];
|
|
1332
1334
|
};
|
|
1333
1335
|
declare const injectCalendarRootContext: <T extends CalendarRootContext | null | undefined = CalendarRootContext>(fallback?: T | undefined) => T extends null ? CalendarRootContext | null : CalendarRootContext, provideCalendarRootContext: (contextValue: CalendarRootContext) => CalendarRootContext;
|
|
1334
|
-
declare const _default$29: __VLS_WithSlots$249<
|
|
1336
|
+
declare const _default$29: __VLS_WithSlots$249<vue32.DefineComponent<CalendarRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
1335
1337
|
"update:modelValue": (date: DateValue$1 | undefined) => any;
|
|
1336
1338
|
"update:placeholder": (date: DateValue$1) => any;
|
|
1337
|
-
}, string,
|
|
1339
|
+
}, string, vue32.PublicProps, Readonly<CalendarRootProps> & Readonly<{
|
|
1338
1340
|
"onUpdate:modelValue"?: ((date: DateValue$1 | undefined) => any) | undefined;
|
|
1339
1341
|
"onUpdate:placeholder"?: ((date: DateValue$1) => any) | undefined;
|
|
1340
1342
|
}>, {
|
|
1341
|
-
as: AsTag |
|
|
1343
|
+
as: AsTag | vue32.Component;
|
|
1342
1344
|
placeholder: DateValue$1;
|
|
1343
|
-
disabled: boolean;
|
|
1344
1345
|
defaultValue: DateValue$1;
|
|
1346
|
+
disabled: boolean;
|
|
1345
1347
|
multiple: boolean;
|
|
1348
|
+
readonly: boolean;
|
|
1349
|
+
isDateUnavailable: Matcher;
|
|
1350
|
+
weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
1351
|
+
fixedWeeks: boolean;
|
|
1346
1352
|
pagedNavigation: boolean;
|
|
1347
1353
|
preventDeselect: boolean;
|
|
1348
|
-
weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
1349
1354
|
weekdayFormat: WeekDayFormat;
|
|
1350
|
-
fixedWeeks: boolean;
|
|
1351
1355
|
numberOfMonths: number;
|
|
1352
|
-
readonly: boolean;
|
|
1353
1356
|
initialFocus: boolean;
|
|
1354
1357
|
isDateDisabled: Matcher;
|
|
1355
|
-
isDateUnavailable: Matcher;
|
|
1356
1358
|
disableDaysOutsideCurrentView: boolean;
|
|
1357
|
-
}, {}, {}, {}, string,
|
|
1359
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1358
1360
|
default?: (props: {
|
|
1359
1361
|
/** The current date of the placeholder */
|
|
1360
1362
|
date: DateValue$1;
|
|
@@ -1416,22 +1418,22 @@ type RovingFocusGroupEmits = {
|
|
|
1416
1418
|
'entryFocus': [event: Event];
|
|
1417
1419
|
'update:currentTabStopId': [value: string | null | undefined];
|
|
1418
1420
|
};
|
|
1419
|
-
declare const _default$224: __VLS_WithSlots$248<
|
|
1421
|
+
declare const _default$224: __VLS_WithSlots$248<vue32.DefineComponent<RovingFocusGroupProps, {
|
|
1420
1422
|
getItems: (includeDisabledItem?: boolean) => {
|
|
1421
1423
|
ref: HTMLElement;
|
|
1422
1424
|
value?: any;
|
|
1423
1425
|
}[];
|
|
1424
|
-
}, {}, {}, {},
|
|
1425
|
-
entryFocus: (event: Event) => any;
|
|
1426
|
+
}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
1426
1427
|
"update:currentTabStopId": (value: string | null | undefined) => any;
|
|
1427
|
-
|
|
1428
|
-
|
|
1428
|
+
entryFocus: (event: Event) => any;
|
|
1429
|
+
}, string, vue32.PublicProps, Readonly<RovingFocusGroupProps> & Readonly<{
|
|
1429
1430
|
"onUpdate:currentTabStopId"?: ((value: string | null | undefined) => any) | undefined;
|
|
1431
|
+
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
1430
1432
|
}>, {
|
|
1431
1433
|
orientation: Orientation$1;
|
|
1432
1434
|
loop: boolean;
|
|
1433
1435
|
preventScrollOnEntryFocus: boolean;
|
|
1434
|
-
}, {}, {}, {}, string,
|
|
1436
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1435
1437
|
default?: (props: {}) => any;
|
|
1436
1438
|
}>;
|
|
1437
1439
|
type __VLS_WithSlots$248<T, S> = T & {
|
|
@@ -1454,10 +1456,10 @@ interface RovingFocusItemProps extends PrimitiveProps {
|
|
|
1454
1456
|
/** When `true`, shift + arrow key will allow focusing on next/previous item. */
|
|
1455
1457
|
allowShiftKey?: boolean;
|
|
1456
1458
|
}
|
|
1457
|
-
declare const _default$225: __VLS_WithSlots$247<
|
|
1458
|
-
as: AsTag |
|
|
1459
|
+
declare const _default$225: __VLS_WithSlots$247<vue32.DefineComponent<RovingFocusItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<RovingFocusItemProps> & Readonly<{}>, {
|
|
1460
|
+
as: AsTag | vue32.Component;
|
|
1459
1461
|
focusable: boolean;
|
|
1460
|
-
}, {}, {}, {}, string,
|
|
1462
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1461
1463
|
default?: (props: {}) => any;
|
|
1462
1464
|
}>;
|
|
1463
1465
|
type __VLS_WithSlots$247<T, S> = T & {
|
|
@@ -1491,14 +1493,14 @@ declare const injectCheckboxGroupRootContext: <T extends CheckboxGroupRootContex
|
|
|
1491
1493
|
declare const _default$30: <T extends AcceptableValue = AcceptableValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$13<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1492
1494
|
props: __VLS_PrettifyLocal$13<Pick<Partial<{}> & Omit<{
|
|
1493
1495
|
readonly "onUpdate:modelValue"?: ((value: T[]) => any) | undefined;
|
|
1494
|
-
} &
|
|
1495
|
-
expose(exposed:
|
|
1496
|
+
} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, "onUpdate:modelValue"> & CheckboxGroupRootProps<T> & Partial<{}>> & vue32.PublicProps;
|
|
1497
|
+
expose(exposed: vue32.ShallowUnwrapRef<{}>): void;
|
|
1496
1498
|
attrs: any;
|
|
1497
1499
|
slots: {
|
|
1498
1500
|
default?: (props: {}) => any;
|
|
1499
1501
|
};
|
|
1500
1502
|
emit: (evt: "update:modelValue", value: T[]) => void;
|
|
1501
|
-
}>) =>
|
|
1503
|
+
}>) => vue32.VNode & {
|
|
1502
1504
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1503
1505
|
};
|
|
1504
1506
|
type __VLS_PrettifyLocal$13<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -1512,9 +1514,9 @@ interface CheckboxIndicatorProps extends PrimitiveProps {
|
|
|
1512
1514
|
*/
|
|
1513
1515
|
forceMount?: boolean;
|
|
1514
1516
|
}
|
|
1515
|
-
declare const _default$31: __VLS_WithSlots$246<
|
|
1516
|
-
as: AsTag |
|
|
1517
|
-
}, {}, {}, {}, string,
|
|
1517
|
+
declare const _default$31: __VLS_WithSlots$246<vue32.DefineComponent<CheckboxIndicatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<CheckboxIndicatorProps> & Readonly<{}>, {
|
|
1518
|
+
as: AsTag | vue32.Component;
|
|
1519
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1518
1520
|
default?: (props: {}) => any;
|
|
1519
1521
|
}>;
|
|
1520
1522
|
type __VLS_WithSlots$246<T, S> = T & {
|
|
@@ -1552,15 +1554,15 @@ interface CheckboxRootContext {
|
|
|
1552
1554
|
state: Ref<CheckedState>;
|
|
1553
1555
|
}
|
|
1554
1556
|
declare const injectCheckboxRootContext: <T extends CheckboxRootContext | null | undefined = CheckboxRootContext>(fallback?: T | undefined) => T extends null ? CheckboxRootContext | null : CheckboxRootContext, provideCheckboxRootContext: (contextValue: CheckboxRootContext) => CheckboxRootContext;
|
|
1555
|
-
declare const _default$32: __VLS_WithSlots$245<
|
|
1557
|
+
declare const _default$32: __VLS_WithSlots$245<vue32.DefineComponent<CheckboxRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
1556
1558
|
"update:modelValue": (value: boolean | "indeterminate") => any;
|
|
1557
|
-
}, string,
|
|
1559
|
+
}, string, vue32.PublicProps, Readonly<CheckboxRootProps> & Readonly<{
|
|
1558
1560
|
"onUpdate:modelValue"?: ((value: boolean | "indeterminate") => any) | undefined;
|
|
1559
1561
|
}>, {
|
|
1560
|
-
as: AsTag |
|
|
1562
|
+
as: AsTag | vue32.Component;
|
|
1561
1563
|
value: AcceptableValue;
|
|
1562
1564
|
modelValue: boolean | "indeterminate" | null;
|
|
1563
|
-
}, {}, {}, {}, string,
|
|
1565
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1564
1566
|
default?: (props: {
|
|
1565
1567
|
/** Current value */
|
|
1566
1568
|
modelValue: CheckedState;
|
|
@@ -1739,7 +1741,7 @@ interface PopperContentProps extends PrimitiveProps {
|
|
|
1739
1741
|
//#endregion
|
|
1740
1742
|
//#region src/Combobox/ComboboxAnchor.vue.d.ts
|
|
1741
1743
|
interface ComboboxAnchorProps extends PopperAnchorProps {}
|
|
1742
|
-
declare const _default$36: __VLS_WithSlots$244<
|
|
1744
|
+
declare const _default$36: __VLS_WithSlots$244<vue32.DefineComponent<ComboboxAnchorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ComboboxAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1743
1745
|
default?: (props: {}) => any;
|
|
1744
1746
|
}>;
|
|
1745
1747
|
type __VLS_WithSlots$244<T, S> = T & {
|
|
@@ -1751,11 +1753,11 @@ type __VLS_WithSlots$244<T, S> = T & {
|
|
|
1751
1753
|
//#endregion
|
|
1752
1754
|
//#region src/Combobox/ComboboxArrow.vue.d.ts
|
|
1753
1755
|
interface ComboboxArrowProps extends PopperArrowProps {}
|
|
1754
|
-
declare const _default$37: __VLS_WithSlots$243<
|
|
1755
|
-
as: AsTag |
|
|
1756
|
+
declare const _default$37: __VLS_WithSlots$243<vue32.DefineComponent<ComboboxArrowProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ComboboxArrowProps> & Readonly<{}>, {
|
|
1757
|
+
as: AsTag | vue32.Component;
|
|
1756
1758
|
width: number;
|
|
1757
1759
|
height: number;
|
|
1758
|
-
}, {}, {}, {}, string,
|
|
1760
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1759
1761
|
default?: (props: {}) => any;
|
|
1760
1762
|
}>;
|
|
1761
1763
|
type __VLS_WithSlots$243<T, S> = T & {
|
|
@@ -1767,9 +1769,9 @@ type __VLS_WithSlots$243<T, S> = T & {
|
|
|
1767
1769
|
//#endregion
|
|
1768
1770
|
//#region src/Combobox/ComboboxCancel.vue.d.ts
|
|
1769
1771
|
interface ComboboxCancelProps extends PrimitiveProps {}
|
|
1770
|
-
declare const _default$38: __VLS_WithSlots$242<
|
|
1771
|
-
as: AsTag |
|
|
1772
|
-
}, {}, {}, {}, string,
|
|
1772
|
+
declare const _default$38: __VLS_WithSlots$242<vue32.DefineComponent<ComboboxCancelProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ComboboxCancelProps> & Readonly<{}>, {
|
|
1773
|
+
as: AsTag | vue32.Component;
|
|
1774
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1773
1775
|
default?: (props: {}) => any;
|
|
1774
1776
|
}>;
|
|
1775
1777
|
type __VLS_WithSlots$242<T, S> = T & {
|
|
@@ -1801,17 +1803,17 @@ interface ComboboxContentProps extends ComboboxContentImplProps {
|
|
|
1801
1803
|
*/
|
|
1802
1804
|
forceMount?: boolean;
|
|
1803
1805
|
}
|
|
1804
|
-
declare const _default$39: __VLS_WithSlots$241<
|
|
1806
|
+
declare const _default$39: __VLS_WithSlots$241<vue32.DefineComponent<ComboboxContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
1805
1807
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
1806
1808
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
1807
1809
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
1808
1810
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
1809
|
-
}, string,
|
|
1811
|
+
}, string, vue32.PublicProps, Readonly<ComboboxContentProps> & Readonly<{
|
|
1810
1812
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
1811
1813
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
1812
1814
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
1813
1815
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
1814
|
-
}>, {}, {}, {}, {}, string,
|
|
1816
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1815
1817
|
default?: (props: {}) => any;
|
|
1816
1818
|
}>;
|
|
1817
1819
|
type __VLS_WithSlots$241<T, S> = T & {
|
|
@@ -1823,7 +1825,7 @@ type __VLS_WithSlots$241<T, S> = T & {
|
|
|
1823
1825
|
//#endregion
|
|
1824
1826
|
//#region src/Combobox/ComboboxEmpty.vue.d.ts
|
|
1825
1827
|
interface ComboboxEmptyProps extends PrimitiveProps {}
|
|
1826
|
-
declare const _default$40: __VLS_WithSlots$240<
|
|
1828
|
+
declare const _default$40: __VLS_WithSlots$240<vue32.DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1827
1829
|
default?: (props: {}) => any;
|
|
1828
1830
|
}>;
|
|
1829
1831
|
type __VLS_WithSlots$240<T, S> = T & {
|
|
@@ -1835,7 +1837,7 @@ type __VLS_WithSlots$240<T, S> = T & {
|
|
|
1835
1837
|
//#endregion
|
|
1836
1838
|
//#region src/Listbox/ListboxContent.vue.d.ts
|
|
1837
1839
|
interface ListboxContentProps extends PrimitiveProps {}
|
|
1838
|
-
declare const _default$151: __VLS_WithSlots$239<
|
|
1840
|
+
declare const _default$151: __VLS_WithSlots$239<vue32.DefineComponent<ListboxContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ListboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1839
1841
|
default?: (props: {}) => any;
|
|
1840
1842
|
}>;
|
|
1841
1843
|
type __VLS_WithSlots$239<T, S> = T & {
|
|
@@ -1857,13 +1859,13 @@ interface ListboxFilterProps extends PrimitiveProps {
|
|
|
1857
1859
|
type ListboxFilterEmits = {
|
|
1858
1860
|
'update:modelValue': [string];
|
|
1859
1861
|
};
|
|
1860
|
-
declare const _default$152: __VLS_WithSlots$238<
|
|
1862
|
+
declare const _default$152: __VLS_WithSlots$238<vue32.DefineComponent<ListboxFilterProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
1861
1863
|
"update:modelValue": (args_0: string) => any;
|
|
1862
|
-
}, string,
|
|
1864
|
+
}, string, vue32.PublicProps, Readonly<ListboxFilterProps> & Readonly<{
|
|
1863
1865
|
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
1864
1866
|
}>, {
|
|
1865
|
-
as: AsTag |
|
|
1866
|
-
}, {}, {}, {}, string,
|
|
1867
|
+
as: AsTag | vue32.Component;
|
|
1868
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1867
1869
|
default?: (props: {
|
|
1868
1870
|
/** Current input values */
|
|
1869
1871
|
modelValue: string | undefined;
|
|
@@ -1882,7 +1884,7 @@ interface ListboxGroupContext {
|
|
|
1882
1884
|
id: string;
|
|
1883
1885
|
}
|
|
1884
1886
|
declare const injectListboxGroupContext: <T extends ListboxGroupContext | null | undefined = ListboxGroupContext>(fallback?: T | undefined) => T extends null ? ListboxGroupContext | null : ListboxGroupContext, provideListboxGroupContext: (contextValue: ListboxGroupContext) => ListboxGroupContext;
|
|
1885
|
-
declare const _default$153: __VLS_WithSlots$237<
|
|
1887
|
+
declare const _default$153: __VLS_WithSlots$237<vue32.DefineComponent<ListboxGroupProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ListboxGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1886
1888
|
default?: (props: {}) => any;
|
|
1887
1889
|
}>;
|
|
1888
1890
|
type __VLS_WithSlots$237<T, S> = T & {
|
|
@@ -1896,9 +1898,9 @@ type __VLS_WithSlots$237<T, S> = T & {
|
|
|
1896
1898
|
interface ListboxGroupLabelProps extends PrimitiveProps {
|
|
1897
1899
|
for?: string;
|
|
1898
1900
|
}
|
|
1899
|
-
declare const _default$154: __VLS_WithSlots$236<
|
|
1900
|
-
as: AsTag |
|
|
1901
|
-
}, {}, {}, {}, string,
|
|
1901
|
+
declare const _default$154: __VLS_WithSlots$236<vue32.DefineComponent<ListboxGroupLabelProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ListboxGroupLabelProps> & Readonly<{}>, {
|
|
1902
|
+
as: AsTag | vue32.Component;
|
|
1903
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1902
1904
|
default?: (props: {}) => any;
|
|
1903
1905
|
}>;
|
|
1904
1906
|
type __VLS_WithSlots$236<T, S> = T & {
|
|
@@ -1930,14 +1932,14 @@ declare const injectListboxItemContext: <T extends ListboxItemContext | null | u
|
|
|
1930
1932
|
declare const _default$155: <T extends AcceptableValue = AcceptableValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$12<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
1931
1933
|
props: __VLS_PrettifyLocal$12<Pick<Partial<{}> & Omit<{
|
|
1932
1934
|
readonly onSelect?: ((event: SelectEvent<T>) => any) | undefined;
|
|
1933
|
-
} &
|
|
1934
|
-
expose(exposed:
|
|
1935
|
+
} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, "onSelect"> & ListboxItemProps<T> & Partial<{}>> & vue32.PublicProps;
|
|
1936
|
+
expose(exposed: vue32.ShallowUnwrapRef<{}>): void;
|
|
1935
1937
|
attrs: any;
|
|
1936
1938
|
slots: {
|
|
1937
1939
|
default?: (props: {}) => any;
|
|
1938
1940
|
};
|
|
1939
1941
|
emit: (evt: "select", event: SelectEvent<T>) => void;
|
|
1940
|
-
}>) =>
|
|
1942
|
+
}>) => vue32.VNode & {
|
|
1941
1943
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1942
1944
|
};
|
|
1943
1945
|
type __VLS_PrettifyLocal$12<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -1945,9 +1947,9 @@ type __VLS_PrettifyLocal$12<T> = { [K in keyof T]: T[K] } & {};
|
|
|
1945
1947
|
//#endregion
|
|
1946
1948
|
//#region src/Listbox/ListboxItemIndicator.vue.d.ts
|
|
1947
1949
|
interface ListboxItemIndicatorProps extends PrimitiveProps {}
|
|
1948
|
-
declare const _default$156: __VLS_WithSlots$235<
|
|
1949
|
-
as: AsTag |
|
|
1950
|
-
}, {}, {}, {}, string,
|
|
1950
|
+
declare const _default$156: __VLS_WithSlots$235<vue32.DefineComponent<ListboxItemIndicatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ListboxItemIndicatorProps> & Readonly<{}>, {
|
|
1951
|
+
as: AsTag | vue32.Component;
|
|
1952
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
1951
1953
|
default?: (props: {}) => any;
|
|
1952
1954
|
}>;
|
|
1953
1955
|
type __VLS_WithSlots$235<T, S> = T & {
|
|
@@ -2024,15 +2026,15 @@ type ListboxRootEmits<T = AcceptableValue> = {
|
|
|
2024
2026
|
};
|
|
2025
2027
|
declare const _default$157: <T extends AcceptableValue = AcceptableValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$11<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2026
2028
|
props: __VLS_PrettifyLocal$11<Pick<Partial<{}> & Omit<{
|
|
2027
|
-
readonly onEntryFocus?: ((event: CustomEvent<any>) => any) | undefined;
|
|
2028
2029
|
readonly "onUpdate:modelValue"?: ((value: AcceptableValue) => any) | undefined;
|
|
2030
|
+
readonly onEntryFocus?: ((event: CustomEvent<any>) => any) | undefined;
|
|
2029
2031
|
readonly onHighlight?: ((payload: {
|
|
2030
2032
|
ref: HTMLElement;
|
|
2031
2033
|
value: AcceptableValue;
|
|
2032
2034
|
} | undefined) => any) | undefined;
|
|
2033
2035
|
readonly onLeave?: ((event: Event) => any) | undefined;
|
|
2034
|
-
} &
|
|
2035
|
-
expose(exposed:
|
|
2036
|
+
} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, "onUpdate:modelValue" | "onEntryFocus" | "onHighlight" | "onLeave"> & ListboxRootProps<AcceptableValue> & Partial<{}>> & vue32.PublicProps;
|
|
2037
|
+
expose(exposed: vue32.ShallowUnwrapRef<{
|
|
2036
2038
|
highlightedElement: Ref<HTMLElement | null, HTMLElement | null>;
|
|
2037
2039
|
highlightItem: (value: T) => void;
|
|
2038
2040
|
highlightFirstItem: () => void;
|
|
@@ -2051,11 +2053,11 @@ declare const _default$157: <T extends AcceptableValue = AcceptableValue>(__VLS_
|
|
|
2051
2053
|
modelValue: T | T[] | undefined;
|
|
2052
2054
|
}) => any;
|
|
2053
2055
|
};
|
|
2054
|
-
emit: ((evt: "
|
|
2056
|
+
emit: ((evt: "update:modelValue", value: AcceptableValue) => void) & ((evt: "entryFocus", event: CustomEvent<any>) => void) & ((evt: "highlight", payload: {
|
|
2055
2057
|
ref: HTMLElement;
|
|
2056
2058
|
value: AcceptableValue;
|
|
2057
2059
|
} | undefined) => void) & ((evt: "leave", event: Event) => void);
|
|
2058
|
-
}>) =>
|
|
2060
|
+
}>) => vue32.VNode & {
|
|
2059
2061
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2060
2062
|
};
|
|
2061
2063
|
type __VLS_PrettifyLocal$11<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -2073,8 +2075,8 @@ interface ListboxVirtualizerProps<T extends AcceptableValue = AcceptableValue> {
|
|
|
2073
2075
|
textContent?: (option: T) => string;
|
|
2074
2076
|
}
|
|
2075
2077
|
declare const _default$158: <T extends AcceptableValue = AcceptableValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$10<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2076
|
-
props: __VLS_PrettifyLocal$10<Pick<Partial<{}> & Omit<{} &
|
|
2077
|
-
expose(exposed:
|
|
2078
|
+
props: __VLS_PrettifyLocal$10<Pick<Partial<{}> & Omit<{} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, never> & ListboxVirtualizerProps<T> & Partial<{}>> & vue32.PublicProps;
|
|
2079
|
+
expose(exposed: vue32.ShallowUnwrapRef<{}>): void;
|
|
2078
2080
|
attrs: any;
|
|
2079
2081
|
slots: {
|
|
2080
2082
|
default?: (props: {
|
|
@@ -2084,7 +2086,7 @@ declare const _default$158: <T extends AcceptableValue = AcceptableValue>(__VLS_
|
|
|
2084
2086
|
}) => any;
|
|
2085
2087
|
};
|
|
2086
2088
|
emit: {};
|
|
2087
|
-
}>) =>
|
|
2089
|
+
}>) => vue32.VNode & {
|
|
2088
2090
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2089
2091
|
};
|
|
2090
2092
|
type __VLS_PrettifyLocal$10<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -2097,7 +2099,7 @@ type ComboboxGroupContext = {
|
|
|
2097
2099
|
labelId: string;
|
|
2098
2100
|
};
|
|
2099
2101
|
declare const injectComboboxGroupContext: <T extends ComboboxGroupContext | null | undefined = ComboboxGroupContext>(fallback?: T | undefined) => T extends null ? ComboboxGroupContext | null : ComboboxGroupContext, provideComboboxGroupContext: (contextValue: ComboboxGroupContext) => ComboboxGroupContext;
|
|
2100
|
-
declare const _default$41: __VLS_WithSlots$234<
|
|
2102
|
+
declare const _default$41: __VLS_WithSlots$234<vue32.DefineComponent<ComboboxGroupProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ComboboxGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2101
2103
|
default?: (props: {}) => any;
|
|
2102
2104
|
}>;
|
|
2103
2105
|
type __VLS_WithSlots$234<T, S> = T & {
|
|
@@ -2113,13 +2115,13 @@ interface ComboboxInputProps extends ListboxFilterProps {
|
|
|
2113
2115
|
/** The display value of input for selected item. Does not work with `multiple`. */
|
|
2114
2116
|
displayValue?: (val: any) => string;
|
|
2115
2117
|
}
|
|
2116
|
-
declare const _default$42: __VLS_WithSlots$233<
|
|
2118
|
+
declare const _default$42: __VLS_WithSlots$233<vue32.DefineComponent<ComboboxInputProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
2117
2119
|
"update:modelValue": (args_0: string) => any;
|
|
2118
|
-
}, string,
|
|
2120
|
+
}, string, vue32.PublicProps, Readonly<ComboboxInputProps> & Readonly<{
|
|
2119
2121
|
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
2120
2122
|
}>, {
|
|
2121
|
-
as: AsTag |
|
|
2122
|
-
}, {}, {}, {}, string,
|
|
2123
|
+
as: AsTag | vue32.Component;
|
|
2124
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2123
2125
|
default?: (props: {}) => any;
|
|
2124
2126
|
}>;
|
|
2125
2127
|
type __VLS_WithSlots$233<T, S> = T & {
|
|
@@ -2142,14 +2144,14 @@ interface ComboboxItemProps<T = AcceptableValue> extends ListboxItemProps<T> {
|
|
|
2142
2144
|
declare const _default$43: <T extends AcceptableValue = AcceptableValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$9<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2143
2145
|
props: __VLS_PrettifyLocal$9<Pick<Partial<{}> & Omit<{
|
|
2144
2146
|
readonly onSelect?: ((event: SelectEvent<T>) => any) | undefined;
|
|
2145
|
-
} &
|
|
2146
|
-
expose(exposed:
|
|
2147
|
+
} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, "onSelect"> & ComboboxItemProps<T> & Partial<{}>> & vue32.PublicProps;
|
|
2148
|
+
expose(exposed: vue32.ShallowUnwrapRef<{}>): void;
|
|
2147
2149
|
attrs: any;
|
|
2148
2150
|
slots: {
|
|
2149
2151
|
default?: (props: {}) => any;
|
|
2150
2152
|
};
|
|
2151
2153
|
emit: (evt: "select", event: SelectEvent<T>) => void;
|
|
2152
|
-
}>) =>
|
|
2154
|
+
}>) => vue32.VNode & {
|
|
2153
2155
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2154
2156
|
};
|
|
2155
2157
|
type __VLS_PrettifyLocal$9<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -2157,9 +2159,9 @@ type __VLS_PrettifyLocal$9<T> = { [K in keyof T]: T[K] } & {};
|
|
|
2157
2159
|
//#endregion
|
|
2158
2160
|
//#region src/Combobox/ComboboxItemIndicator.vue.d.ts
|
|
2159
2161
|
interface ComboboxItemIndicatorProps extends ListboxItemIndicatorProps {}
|
|
2160
|
-
declare const _default$44: __VLS_WithSlots$232<
|
|
2161
|
-
as: AsTag |
|
|
2162
|
-
}, {}, {}, {}, string,
|
|
2162
|
+
declare const _default$44: __VLS_WithSlots$232<vue32.DefineComponent<ComboboxItemIndicatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ComboboxItemIndicatorProps> & Readonly<{}>, {
|
|
2163
|
+
as: AsTag | vue32.Component;
|
|
2164
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2163
2165
|
default?: (props: {}) => any;
|
|
2164
2166
|
}>;
|
|
2165
2167
|
type __VLS_WithSlots$232<T, S> = T & {
|
|
@@ -2173,9 +2175,9 @@ type __VLS_WithSlots$232<T, S> = T & {
|
|
|
2173
2175
|
interface ComboboxLabelProps extends PrimitiveProps {
|
|
2174
2176
|
for?: string;
|
|
2175
2177
|
}
|
|
2176
|
-
declare const _default$45: __VLS_WithSlots$231<
|
|
2177
|
-
as: AsTag |
|
|
2178
|
-
}, {}, {}, {}, string,
|
|
2178
|
+
declare const _default$45: __VLS_WithSlots$231<vue32.DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {
|
|
2179
|
+
as: AsTag | vue32.Component;
|
|
2180
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2179
2181
|
default?: (props: {}) => any;
|
|
2180
2182
|
}>;
|
|
2181
2183
|
type __VLS_WithSlots$231<T, S> = T & {
|
|
@@ -2187,7 +2189,7 @@ type __VLS_WithSlots$231<T, S> = T & {
|
|
|
2187
2189
|
//#endregion
|
|
2188
2190
|
//#region src/Combobox/ComboboxPortal.vue.d.ts
|
|
2189
2191
|
interface ComboboxPortalProps extends TeleportProps {}
|
|
2190
|
-
declare const _default$46: __VLS_WithSlots$230<
|
|
2192
|
+
declare const _default$46: __VLS_WithSlots$230<vue32.DefineComponent<ComboboxPortalProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ComboboxPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2191
2193
|
default?: (props: {}) => any;
|
|
2192
2194
|
}>;
|
|
2193
2195
|
type __VLS_WithSlots$230<T, S> = T & {
|
|
@@ -2277,8 +2279,8 @@ declare const _default$47: <T extends AcceptableValue = AcceptableValue>(__VLS_p
|
|
|
2277
2279
|
ref: HTMLElement;
|
|
2278
2280
|
value: T;
|
|
2279
2281
|
} | undefined) => any) | undefined;
|
|
2280
|
-
} &
|
|
2281
|
-
expose(exposed:
|
|
2282
|
+
} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:open" | "onHighlight"> & ComboboxRootProps<T> & Partial<{}>> & vue32.PublicProps;
|
|
2283
|
+
expose(exposed: vue32.ShallowUnwrapRef<{
|
|
2282
2284
|
filtered: ComputedRef<{
|
|
2283
2285
|
count: number;
|
|
2284
2286
|
items: Map<string, number>;
|
|
@@ -2302,7 +2304,7 @@ declare const _default$47: <T extends AcceptableValue = AcceptableValue>(__VLS_p
|
|
|
2302
2304
|
ref: HTMLElement;
|
|
2303
2305
|
value: T;
|
|
2304
2306
|
} | undefined) => void);
|
|
2305
|
-
}>) =>
|
|
2307
|
+
}>) => vue32.VNode & {
|
|
2306
2308
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2307
2309
|
};
|
|
2308
2310
|
type __VLS_PrettifyLocal$8<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -2310,7 +2312,7 @@ type __VLS_PrettifyLocal$8<T> = { [K in keyof T]: T[K] } & {};
|
|
|
2310
2312
|
//#endregion
|
|
2311
2313
|
//#region src/Combobox/ComboboxSeparator.vue.d.ts
|
|
2312
2314
|
interface ComboboxSeparatorProps extends PrimitiveProps {}
|
|
2313
|
-
declare const _default$48: __VLS_WithSlots$229<
|
|
2315
|
+
declare const _default$48: __VLS_WithSlots$229<vue32.DefineComponent<ComboboxSeparatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ComboboxSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2314
2316
|
default?: (props: {}) => any;
|
|
2315
2317
|
}>;
|
|
2316
2318
|
type __VLS_WithSlots$229<T, S> = T & {
|
|
@@ -2325,9 +2327,9 @@ interface ComboboxTriggerProps extends PrimitiveProps {
|
|
|
2325
2327
|
/** When `true`, prevents the user from interacting with item */
|
|
2326
2328
|
disabled?: boolean;
|
|
2327
2329
|
}
|
|
2328
|
-
declare const _default$49: __VLS_WithSlots$228<
|
|
2329
|
-
as: AsTag |
|
|
2330
|
-
}, {}, {}, {}, string,
|
|
2330
|
+
declare const _default$49: __VLS_WithSlots$228<vue32.DefineComponent<ComboboxTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ComboboxTriggerProps> & Readonly<{}>, {
|
|
2331
|
+
as: AsTag | vue32.Component;
|
|
2332
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2331
2333
|
default?: (props: {}) => any;
|
|
2332
2334
|
}>;
|
|
2333
2335
|
type __VLS_WithSlots$228<T, S> = T & {
|
|
@@ -2344,7 +2346,7 @@ interface ComboboxViewportProps extends PrimitiveProps {
|
|
|
2344
2346
|
*/
|
|
2345
2347
|
nonce?: string;
|
|
2346
2348
|
}
|
|
2347
|
-
declare const _default$50: __VLS_WithSlots$227<
|
|
2349
|
+
declare const _default$50: __VLS_WithSlots$227<vue32.DefineComponent<ComboboxViewportProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ComboboxViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2348
2350
|
default?: (props: {}) => any;
|
|
2349
2351
|
}>;
|
|
2350
2352
|
type __VLS_WithSlots$227<T, S> = T & {
|
|
@@ -2357,8 +2359,8 @@ type __VLS_WithSlots$227<T, S> = T & {
|
|
|
2357
2359
|
//#region src/Combobox/ComboboxVirtualizer.vue.d.ts
|
|
2358
2360
|
interface ComboboxVirtualizerProps<T extends AcceptableValue = AcceptableValue> extends ListboxVirtualizerProps<T> {}
|
|
2359
2361
|
declare const _default$51: <T extends AcceptableValue = AcceptableValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$7<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2360
|
-
props: __VLS_PrettifyLocal$7<Pick<Partial<{}> & Omit<{} &
|
|
2361
|
-
expose(exposed:
|
|
2362
|
+
props: __VLS_PrettifyLocal$7<Pick<Partial<{}> & Omit<{} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, never> & ComboboxVirtualizerProps<T> & Partial<{}>> & vue32.PublicProps;
|
|
2363
|
+
expose(exposed: vue32.ShallowUnwrapRef<{}>): void;
|
|
2362
2364
|
attrs: any;
|
|
2363
2365
|
slots: {
|
|
2364
2366
|
default?: (props: {
|
|
@@ -2368,7 +2370,7 @@ declare const _default$51: <T extends AcceptableValue = AcceptableValue>(__VLS_p
|
|
|
2368
2370
|
}) => any;
|
|
2369
2371
|
};
|
|
2370
2372
|
emit: {};
|
|
2371
|
-
}>) =>
|
|
2373
|
+
}>) => vue32.VNode & {
|
|
2372
2374
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
2373
2375
|
};
|
|
2374
2376
|
type __VLS_PrettifyLocal$7<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -2409,13 +2411,13 @@ interface ConfigProviderProps {
|
|
|
2409
2411
|
*/
|
|
2410
2412
|
useId?: () => string;
|
|
2411
2413
|
}
|
|
2412
|
-
declare const _default$52: __VLS_WithSlots$226<
|
|
2414
|
+
declare const _default$52: __VLS_WithSlots$226<vue32.DefineComponent<ConfigProviderProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ConfigProviderProps> & Readonly<{}>, {
|
|
2413
2415
|
useId: () => string;
|
|
2414
2416
|
dir: Direction;
|
|
2415
2417
|
nonce: string;
|
|
2416
2418
|
locale: string;
|
|
2417
2419
|
scrollBody: boolean | ScrollBodyOption;
|
|
2418
|
-
}, {}, {}, {}, string,
|
|
2420
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2419
2421
|
default?: (props: {}) => any;
|
|
2420
2422
|
}>;
|
|
2421
2423
|
type __VLS_WithSlots$226<T, S> = T & {
|
|
@@ -2490,16 +2492,16 @@ interface FocusScopeProps extends PrimitiveProps {
|
|
|
2490
2492
|
*/
|
|
2491
2493
|
trapped?: boolean;
|
|
2492
2494
|
}
|
|
2493
|
-
declare const _default$144: __VLS_WithSlots$225<
|
|
2495
|
+
declare const _default$144: __VLS_WithSlots$225<vue32.DefineComponent<FocusScopeProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
2494
2496
|
mountAutoFocus: (event: Event) => any;
|
|
2495
2497
|
unmountAutoFocus: (event: Event) => any;
|
|
2496
|
-
}, string,
|
|
2498
|
+
}, string, vue32.PublicProps, Readonly<FocusScopeProps> & Readonly<{
|
|
2497
2499
|
onMountAutoFocus?: ((event: Event) => any) | undefined;
|
|
2498
2500
|
onUnmountAutoFocus?: ((event: Event) => any) | undefined;
|
|
2499
2501
|
}>, {
|
|
2500
2502
|
loop: boolean;
|
|
2501
2503
|
trapped: boolean;
|
|
2502
|
-
}, {}, {}, {}, string,
|
|
2504
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2503
2505
|
default?: (props: {}) => any;
|
|
2504
2506
|
}>;
|
|
2505
2507
|
type __VLS_WithSlots$225<T, S> = T & {
|
|
@@ -2639,11 +2641,11 @@ interface MenuSubTriggerProps extends MenuItemImplProps {}
|
|
|
2639
2641
|
//#endregion
|
|
2640
2642
|
//#region src/ContextMenu/ContextMenuArrow.vue.d.ts
|
|
2641
2643
|
interface ContextMenuArrowProps extends MenuArrowProps {}
|
|
2642
|
-
declare const _default$53: __VLS_WithSlots$224<
|
|
2643
|
-
as: AsTag |
|
|
2644
|
+
declare const _default$53: __VLS_WithSlots$224<vue32.DefineComponent<ContextMenuArrowProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ContextMenuArrowProps> & Readonly<{}>, {
|
|
2645
|
+
as: AsTag | vue32.Component;
|
|
2644
2646
|
width: number;
|
|
2645
2647
|
height: number;
|
|
2646
|
-
}, {}, {}, {}, string,
|
|
2648
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2647
2649
|
default?: (props: {}) => any;
|
|
2648
2650
|
}>;
|
|
2649
2651
|
type __VLS_WithSlots$224<T, S> = T & {
|
|
@@ -2656,13 +2658,13 @@ type __VLS_WithSlots$224<T, S> = T & {
|
|
|
2656
2658
|
//#region src/ContextMenu/ContextMenuCheckboxItem.vue.d.ts
|
|
2657
2659
|
type ContextMenuCheckboxItemEmits = MenuCheckboxItemEmits;
|
|
2658
2660
|
interface ContextMenuCheckboxItemProps extends MenuCheckboxItemProps {}
|
|
2659
|
-
declare const _default$54: __VLS_WithSlots$223<
|
|
2661
|
+
declare const _default$54: __VLS_WithSlots$223<vue32.DefineComponent<ContextMenuCheckboxItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
2660
2662
|
select: (event: Event) => any;
|
|
2661
2663
|
"update:modelValue": (payload: boolean) => any;
|
|
2662
|
-
}, string,
|
|
2664
|
+
}, string, vue32.PublicProps, Readonly<ContextMenuCheckboxItemProps> & Readonly<{
|
|
2663
2665
|
onSelect?: ((event: Event) => any) | undefined;
|
|
2664
2666
|
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
|
2665
|
-
}>, {}, {}, {}, {}, string,
|
|
2667
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2666
2668
|
default?: (props: {}) => any;
|
|
2667
2669
|
}>;
|
|
2668
2670
|
type __VLS_WithSlots$223<T, S> = T & {
|
|
@@ -2675,13 +2677,13 @@ type __VLS_WithSlots$223<T, S> = T & {
|
|
|
2675
2677
|
//#region src/ContextMenu/ContextMenuContent.vue.d.ts
|
|
2676
2678
|
type ContextMenuContentEmits = MenuContentEmits;
|
|
2677
2679
|
interface ContextMenuContentProps extends Omit<MenuContentProps, 'side' | 'sideOffset' | 'align' | 'arrowPadding' | 'updatePositionStrategy'> {}
|
|
2678
|
-
declare const _default$55: __VLS_WithSlots$222<
|
|
2680
|
+
declare const _default$55: __VLS_WithSlots$222<vue32.DefineComponent<ContextMenuContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
2679
2681
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
2680
2682
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
2681
2683
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
2682
2684
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
2683
2685
|
closeAutoFocus: (event: Event) => any;
|
|
2684
|
-
}, string,
|
|
2686
|
+
}, string, vue32.PublicProps, Readonly<ContextMenuContentProps> & Readonly<{
|
|
2685
2687
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
2686
2688
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
2687
2689
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
@@ -2694,7 +2696,7 @@ declare const _default$55: __VLS_WithSlots$222<vue37.DefineComponent<ContextMenu
|
|
|
2694
2696
|
collisionPadding: number | Partial<Record<Side, number>>;
|
|
2695
2697
|
sticky: "partial" | "always";
|
|
2696
2698
|
hideWhenDetached: boolean;
|
|
2697
|
-
}, {}, {}, {}, string,
|
|
2699
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2698
2700
|
default?: (props: {}) => any;
|
|
2699
2701
|
}>;
|
|
2700
2702
|
type __VLS_WithSlots$222<T, S> = T & {
|
|
@@ -2706,7 +2708,7 @@ type __VLS_WithSlots$222<T, S> = T & {
|
|
|
2706
2708
|
//#endregion
|
|
2707
2709
|
//#region src/ContextMenu/ContextMenuGroup.vue.d.ts
|
|
2708
2710
|
interface ContextMenuGroupProps extends MenuGroupProps {}
|
|
2709
|
-
declare const _default$56: __VLS_WithSlots$221<
|
|
2711
|
+
declare const _default$56: __VLS_WithSlots$221<vue32.DefineComponent<ContextMenuGroupProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ContextMenuGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2710
2712
|
default?: (props: {}) => any;
|
|
2711
2713
|
}>;
|
|
2712
2714
|
type __VLS_WithSlots$221<T, S> = T & {
|
|
@@ -2719,11 +2721,11 @@ type __VLS_WithSlots$221<T, S> = T & {
|
|
|
2719
2721
|
//#region src/ContextMenu/ContextMenuItem.vue.d.ts
|
|
2720
2722
|
type ContextMenuItemEmits = MenuItemEmits;
|
|
2721
2723
|
interface ContextMenuItemProps extends MenuItemProps {}
|
|
2722
|
-
declare const _default$57: __VLS_WithSlots$220<
|
|
2724
|
+
declare const _default$57: __VLS_WithSlots$220<vue32.DefineComponent<MenuItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
2723
2725
|
select: (event: Event) => any;
|
|
2724
|
-
}, string,
|
|
2726
|
+
}, string, vue32.PublicProps, Readonly<MenuItemProps> & Readonly<{
|
|
2725
2727
|
onSelect?: ((event: Event) => any) | undefined;
|
|
2726
|
-
}>, {}, {}, {}, {}, string,
|
|
2728
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2727
2729
|
default?: (props: {}) => any;
|
|
2728
2730
|
}>;
|
|
2729
2731
|
type __VLS_WithSlots$220<T, S> = T & {
|
|
@@ -2735,7 +2737,7 @@ type __VLS_WithSlots$220<T, S> = T & {
|
|
|
2735
2737
|
//#endregion
|
|
2736
2738
|
//#region src/ContextMenu/ContextMenuItemIndicator.vue.d.ts
|
|
2737
2739
|
interface ContextMenuItemIndicatorProps extends MenuItemIndicatorProps {}
|
|
2738
|
-
declare const _default$58: __VLS_WithSlots$219<
|
|
2740
|
+
declare const _default$58: __VLS_WithSlots$219<vue32.DefineComponent<ContextMenuItemIndicatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ContextMenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2739
2741
|
default?: (props: {}) => any;
|
|
2740
2742
|
}>;
|
|
2741
2743
|
type __VLS_WithSlots$219<T, S> = T & {
|
|
@@ -2747,7 +2749,7 @@ type __VLS_WithSlots$219<T, S> = T & {
|
|
|
2747
2749
|
//#endregion
|
|
2748
2750
|
//#region src/ContextMenu/ContextMenuLabel.vue.d.ts
|
|
2749
2751
|
interface ContextMenuLabelProps extends MenuLabelProps {}
|
|
2750
|
-
declare const _default$59: __VLS_WithSlots$218<
|
|
2752
|
+
declare const _default$59: __VLS_WithSlots$218<vue32.DefineComponent<ContextMenuLabelProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ContextMenuLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2751
2753
|
default?: (props: {}) => any;
|
|
2752
2754
|
}>;
|
|
2753
2755
|
type __VLS_WithSlots$218<T, S> = T & {
|
|
@@ -2763,7 +2765,7 @@ declare var __VLS_6: {};
|
|
|
2763
2765
|
type __VLS_Slots = {} & {
|
|
2764
2766
|
default?: (props: typeof __VLS_6) => any;
|
|
2765
2767
|
};
|
|
2766
|
-
declare const __VLS_component:
|
|
2768
|
+
declare const __VLS_component: vue32.DefineComponent<ContextMenuPortalProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ContextMenuPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>;
|
|
2767
2769
|
declare const _default$60: __VLS_WithSlots$217<typeof __VLS_component, __VLS_Slots>;
|
|
2768
2770
|
type __VLS_WithSlots$217<T, S> = T & {
|
|
2769
2771
|
new (): {
|
|
@@ -2775,11 +2777,11 @@ type __VLS_WithSlots$217<T, S> = T & {
|
|
|
2775
2777
|
//#region src/ContextMenu/ContextMenuRadioGroup.vue.d.ts
|
|
2776
2778
|
type ContextMenuRadioGroupEmits = MenuRadioGroupEmits;
|
|
2777
2779
|
interface ContextMenuRadioGroupProps extends MenuRadioGroupProps {}
|
|
2778
|
-
declare const _default$61: __VLS_WithSlots$216<
|
|
2780
|
+
declare const _default$61: __VLS_WithSlots$216<vue32.DefineComponent<ContextMenuRadioGroupProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
2779
2781
|
"update:modelValue": (payload: string) => any;
|
|
2780
|
-
}, string,
|
|
2782
|
+
}, string, vue32.PublicProps, Readonly<ContextMenuRadioGroupProps> & Readonly<{
|
|
2781
2783
|
"onUpdate:modelValue"?: ((payload: string) => any) | undefined;
|
|
2782
|
-
}>, {}, {}, {}, {}, string,
|
|
2784
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2783
2785
|
default?: (props: {}) => any;
|
|
2784
2786
|
}>;
|
|
2785
2787
|
type __VLS_WithSlots$216<T, S> = T & {
|
|
@@ -2792,11 +2794,11 @@ type __VLS_WithSlots$216<T, S> = T & {
|
|
|
2792
2794
|
//#region src/ContextMenu/ContextMenuRadioItem.vue.d.ts
|
|
2793
2795
|
type ContextMenuRadioItemEmits = MenuItemEmits;
|
|
2794
2796
|
interface ContextMenuRadioItemProps extends MenuRadioItemProps {}
|
|
2795
|
-
declare const _default$62: __VLS_WithSlots$215<
|
|
2797
|
+
declare const _default$62: __VLS_WithSlots$215<vue32.DefineComponent<ContextMenuRadioItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
2796
2798
|
select: (event: Event) => any;
|
|
2797
|
-
}, string,
|
|
2799
|
+
}, string, vue32.PublicProps, Readonly<ContextMenuRadioItemProps> & Readonly<{
|
|
2798
2800
|
onSelect?: ((event: Event) => any) | undefined;
|
|
2799
|
-
}>, {}, {}, {}, {}, string,
|
|
2801
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2800
2802
|
default?: (props: {}) => any;
|
|
2801
2803
|
}>;
|
|
2802
2804
|
type __VLS_WithSlots$215<T, S> = T & {
|
|
@@ -2825,14 +2827,14 @@ interface ContextMenuRootProps extends Omit<MenuProps, 'open'> {
|
|
|
2825
2827
|
}
|
|
2826
2828
|
type ContextMenuRootEmits = MenuEmits;
|
|
2827
2829
|
declare const injectContextMenuRootContext: <T extends ContextMenuRootContext | null | undefined = ContextMenuRootContext>(fallback?: T | undefined) => T extends null ? ContextMenuRootContext | null : ContextMenuRootContext, provideContextMenuRootContext: (contextValue: ContextMenuRootContext) => ContextMenuRootContext;
|
|
2828
|
-
declare const _default$63: __VLS_WithSlots$214<
|
|
2830
|
+
declare const _default$63: __VLS_WithSlots$214<vue32.DefineComponent<ContextMenuRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
2829
2831
|
"update:open": (payload: boolean) => any;
|
|
2830
|
-
}, string,
|
|
2832
|
+
}, string, vue32.PublicProps, Readonly<ContextMenuRootProps> & Readonly<{
|
|
2831
2833
|
"onUpdate:open"?: ((payload: boolean) => any) | undefined;
|
|
2832
2834
|
}>, {
|
|
2833
2835
|
modal: boolean;
|
|
2834
2836
|
pressOpenDelay: number;
|
|
2835
|
-
}, {}, {}, {}, string,
|
|
2837
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2836
2838
|
default?: (props: {}) => any;
|
|
2837
2839
|
}>;
|
|
2838
2840
|
type __VLS_WithSlots$214<T, S> = T & {
|
|
@@ -2844,7 +2846,7 @@ type __VLS_WithSlots$214<T, S> = T & {
|
|
|
2844
2846
|
//#endregion
|
|
2845
2847
|
//#region src/ContextMenu/ContextMenuSeparator.vue.d.ts
|
|
2846
2848
|
interface ContextMenuSeparatorProps extends MenuSeparatorProps {}
|
|
2847
|
-
declare const _default$64: __VLS_WithSlots$213<
|
|
2849
|
+
declare const _default$64: __VLS_WithSlots$213<vue32.DefineComponent<ContextMenuSeparatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ContextMenuSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2848
2850
|
default?: (props: {}) => any;
|
|
2849
2851
|
}>;
|
|
2850
2852
|
type __VLS_WithSlots$213<T, S> = T & {
|
|
@@ -2860,13 +2862,13 @@ interface ContextMenuSubProps extends MenuSubProps {
|
|
|
2860
2862
|
/** The open state of the submenu when it is initially rendered. Use when you do not need to control its open state. */
|
|
2861
2863
|
defaultOpen?: boolean;
|
|
2862
2864
|
}
|
|
2863
|
-
declare const _default$65: __VLS_WithSlots$212<
|
|
2865
|
+
declare const _default$65: __VLS_WithSlots$212<vue32.DefineComponent<ContextMenuSubProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
2864
2866
|
"update:open": (payload: boolean) => any;
|
|
2865
|
-
}, string,
|
|
2867
|
+
}, string, vue32.PublicProps, Readonly<ContextMenuSubProps> & Readonly<{
|
|
2866
2868
|
"onUpdate:open"?: ((payload: boolean) => any) | undefined;
|
|
2867
2869
|
}>, {
|
|
2868
2870
|
open: boolean;
|
|
2869
|
-
}, {}, {}, {}, string,
|
|
2871
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2870
2872
|
default?: (props: {
|
|
2871
2873
|
/** Current open state */
|
|
2872
2874
|
open: boolean;
|
|
@@ -2882,23 +2884,23 @@ type __VLS_WithSlots$212<T, S> = T & {
|
|
|
2882
2884
|
//#region src/ContextMenu/ContextMenuSubContent.vue.d.ts
|
|
2883
2885
|
type ContextMenuSubContentEmits = MenuSubContentEmits;
|
|
2884
2886
|
interface ContextMenuSubContentProps extends MenuSubContentProps {}
|
|
2885
|
-
declare const _default$66: __VLS_WithSlots$211<
|
|
2886
|
-
entryFocus: (event: Event) => any;
|
|
2887
|
+
declare const _default$66: __VLS_WithSlots$211<vue32.DefineComponent<ContextMenuSubContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
2887
2888
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
2888
2889
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
2889
2890
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
2890
2891
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
2891
2892
|
openAutoFocus: (event: Event) => any;
|
|
2892
2893
|
closeAutoFocus: (event: Event) => any;
|
|
2893
|
-
|
|
2894
|
-
|
|
2894
|
+
entryFocus: (event: Event) => any;
|
|
2895
|
+
}, string, vue32.PublicProps, Readonly<ContextMenuSubContentProps> & Readonly<{
|
|
2895
2896
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
2896
2897
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
2897
2898
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
2898
2899
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
2899
2900
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
2900
2901
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
2901
|
-
|
|
2902
|
+
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
2903
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2902
2904
|
default?: (props: {}) => any;
|
|
2903
2905
|
}>;
|
|
2904
2906
|
type __VLS_WithSlots$211<T, S> = T & {
|
|
@@ -2910,7 +2912,7 @@ type __VLS_WithSlots$211<T, S> = T & {
|
|
|
2910
2912
|
//#endregion
|
|
2911
2913
|
//#region src/ContextMenu/ContextMenuSubTrigger.vue.d.ts
|
|
2912
2914
|
interface ContextMenuSubTriggerProps extends MenuSubTriggerProps {}
|
|
2913
|
-
declare const _default$67: __VLS_WithSlots$210<
|
|
2915
|
+
declare const _default$67: __VLS_WithSlots$210<vue32.DefineComponent<ContextMenuSubTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ContextMenuSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2914
2916
|
default?: (props: {}) => any;
|
|
2915
2917
|
}>;
|
|
2916
2918
|
type __VLS_WithSlots$210<T, S> = T & {
|
|
@@ -2929,10 +2931,10 @@ interface ContextMenuTriggerProps extends PrimitiveProps {
|
|
|
2929
2931
|
*/
|
|
2930
2932
|
disabled?: boolean;
|
|
2931
2933
|
}
|
|
2932
|
-
declare const _default$68: __VLS_WithSlots$209<
|
|
2933
|
-
as: AsTag |
|
|
2934
|
+
declare const _default$68: __VLS_WithSlots$209<vue32.DefineComponent<ContextMenuTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ContextMenuTriggerProps> & Readonly<{}>, {
|
|
2935
|
+
as: AsTag | vue32.Component;
|
|
2934
2936
|
disabled: boolean;
|
|
2935
|
-
}, {}, {}, {}, string,
|
|
2937
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2936
2938
|
default?: (props: {}) => any;
|
|
2937
2939
|
}>;
|
|
2938
2940
|
type __VLS_WithSlots$209<T, S> = T & {
|
|
@@ -2947,7 +2949,7 @@ interface DateFieldInputProps extends PrimitiveProps {
|
|
|
2947
2949
|
/** The part of the date to render */
|
|
2948
2950
|
part: SegmentPart;
|
|
2949
2951
|
}
|
|
2950
|
-
declare const _default$69: __VLS_WithSlots$208<
|
|
2952
|
+
declare const _default$69: __VLS_WithSlots$208<vue32.DefineComponent<DateFieldInputProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateFieldInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
2951
2953
|
default?: (props: {}) => any;
|
|
2952
2954
|
}>;
|
|
2953
2955
|
type __VLS_WithSlots$208<T, S> = T & {
|
|
@@ -3019,22 +3021,22 @@ type DateFieldRootEmits = {
|
|
|
3019
3021
|
'update:placeholder': [date: DateValue$1];
|
|
3020
3022
|
};
|
|
3021
3023
|
declare const injectDateFieldRootContext: <T extends DateFieldRootContext | null | undefined = DateFieldRootContext>(fallback?: T | undefined) => T extends null ? DateFieldRootContext | null : DateFieldRootContext, provideDateFieldRootContext: (contextValue: DateFieldRootContext) => DateFieldRootContext;
|
|
3022
|
-
declare const _default$70: __VLS_WithSlots$207<
|
|
3024
|
+
declare const _default$70: __VLS_WithSlots$207<vue32.DefineComponent<DateFieldRootProps, {
|
|
3023
3025
|
/** Helper to set the focused element inside the DateField */
|
|
3024
3026
|
setFocusedElement: (el: HTMLElement) => void;
|
|
3025
|
-
}, {}, {}, {},
|
|
3027
|
+
}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
3026
3028
|
"update:modelValue": (date: DateValue$1 | undefined) => any;
|
|
3027
3029
|
"update:placeholder": (date: DateValue$1) => any;
|
|
3028
|
-
}, string,
|
|
3030
|
+
}, string, vue32.PublicProps, Readonly<DateFieldRootProps> & Readonly<{
|
|
3029
3031
|
"onUpdate:modelValue"?: ((date: DateValue$1 | undefined) => any) | undefined;
|
|
3030
3032
|
"onUpdate:placeholder"?: ((date: DateValue$1) => any) | undefined;
|
|
3031
3033
|
}>, {
|
|
3032
3034
|
placeholder: DateValue$1;
|
|
3033
|
-
disabled: boolean;
|
|
3034
3035
|
defaultValue: DateValue$1;
|
|
3036
|
+
disabled: boolean;
|
|
3035
3037
|
readonly: boolean;
|
|
3036
3038
|
isDateUnavailable: Matcher;
|
|
3037
|
-
}, {}, {}, {}, string,
|
|
3039
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3038
3040
|
default?: (props: {
|
|
3039
3041
|
/** The current date of the field */
|
|
3040
3042
|
modelValue: DateValue$1 | undefined;
|
|
@@ -3056,7 +3058,7 @@ type __VLS_WithSlots$207<T, S> = T & {
|
|
|
3056
3058
|
//#endregion
|
|
3057
3059
|
//#region src/DatePicker/DatePickerAnchor.vue.d.ts
|
|
3058
3060
|
interface DatePickerAnchorProps extends PopoverAnchorProps {}
|
|
3059
|
-
declare const _default$71: __VLS_WithSlots$206<
|
|
3061
|
+
declare const _default$71: __VLS_WithSlots$206<vue32.DefineComponent<DatePickerAnchorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3060
3062
|
default?: (props: {}) => any;
|
|
3061
3063
|
}>;
|
|
3062
3064
|
type __VLS_WithSlots$206<T, S> = T & {
|
|
@@ -3068,7 +3070,7 @@ type __VLS_WithSlots$206<T, S> = T & {
|
|
|
3068
3070
|
//#endregion
|
|
3069
3071
|
//#region src/DatePicker/DatePickerArrow.vue.d.ts
|
|
3070
3072
|
interface DatePickerArrowProps extends PopoverArrowProps {}
|
|
3071
|
-
declare const _default$72: __VLS_WithSlots$205<
|
|
3073
|
+
declare const _default$72: __VLS_WithSlots$205<vue32.DefineComponent<DatePickerArrowProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3072
3074
|
default?: (props: {}) => any;
|
|
3073
3075
|
}>;
|
|
3074
3076
|
type __VLS_WithSlots$205<T, S> = T & {
|
|
@@ -3079,7 +3081,7 @@ type __VLS_WithSlots$205<T, S> = T & {
|
|
|
3079
3081
|
//# sourceMappingURL=DatePickerArrow.vue.d.ts.map
|
|
3080
3082
|
//#endregion
|
|
3081
3083
|
//#region src/DatePicker/DatePickerCalendar.vue.d.ts
|
|
3082
|
-
declare const _default$73: __VLS_WithSlots$204<
|
|
3084
|
+
declare const _default$73: __VLS_WithSlots$204<vue32.DefineComponent<{}, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, true, {}, any>, {
|
|
3083
3085
|
default?: (props: {
|
|
3084
3086
|
date: DateValue$1;
|
|
3085
3087
|
grid: Grid<DateValue$1>[];
|
|
@@ -3098,7 +3100,7 @@ type __VLS_WithSlots$204<T, S> = T & {
|
|
|
3098
3100
|
//#endregion
|
|
3099
3101
|
//#region src/DatePicker/DatePickerCell.vue.d.ts
|
|
3100
3102
|
interface DatePickerCellProps extends CalendarCellProps {}
|
|
3101
|
-
declare const _default$74: __VLS_WithSlots$203<
|
|
3103
|
+
declare const _default$74: __VLS_WithSlots$203<vue32.DefineComponent<DatePickerCellProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerCellProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3102
3104
|
default?: (props: {}) => any;
|
|
3103
3105
|
}>;
|
|
3104
3106
|
type __VLS_WithSlots$203<T, S> = T & {
|
|
@@ -3110,7 +3112,7 @@ type __VLS_WithSlots$203<T, S> = T & {
|
|
|
3110
3112
|
//#endregion
|
|
3111
3113
|
//#region src/DatePicker/DatePickerCellTrigger.vue.d.ts
|
|
3112
3114
|
interface DatePickerCellTriggerProps extends CalendarCellTriggerProps {}
|
|
3113
|
-
declare const _default$75: __VLS_WithSlots$202<
|
|
3115
|
+
declare const _default$75: __VLS_WithSlots$202<vue32.DefineComponent<DatePickerCellTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, CalendarCellTriggerSlot>;
|
|
3114
3116
|
type __VLS_WithSlots$202<T, S> = T & {
|
|
3115
3117
|
new (): {
|
|
3116
3118
|
$slots: S;
|
|
@@ -3120,7 +3122,7 @@ type __VLS_WithSlots$202<T, S> = T & {
|
|
|
3120
3122
|
//#endregion
|
|
3121
3123
|
//#region src/DatePicker/DatePickerClose.vue.d.ts
|
|
3122
3124
|
interface DatePickerCloseProps extends PopoverCloseProps {}
|
|
3123
|
-
declare const _default$76: __VLS_WithSlots$201<
|
|
3125
|
+
declare const _default$76: __VLS_WithSlots$201<vue32.DefineComponent<DatePickerCloseProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3124
3126
|
default?: (props: {}) => any;
|
|
3125
3127
|
}>;
|
|
3126
3128
|
type __VLS_WithSlots$201<T, S> = T & {
|
|
@@ -3137,21 +3139,21 @@ interface DatePickerContentProps extends PopoverContentProps {
|
|
|
3137
3139
|
*/
|
|
3138
3140
|
portal?: PopoverPortalProps;
|
|
3139
3141
|
}
|
|
3140
|
-
declare const _default$77: __VLS_WithSlots$200<
|
|
3142
|
+
declare const _default$77: __VLS_WithSlots$200<vue32.DefineComponent<DatePickerContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
3141
3143
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
3142
3144
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
3143
3145
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
3144
3146
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
3145
3147
|
openAutoFocus: (event: Event) => any;
|
|
3146
3148
|
closeAutoFocus: (event: Event) => any;
|
|
3147
|
-
}, string,
|
|
3149
|
+
}, string, vue32.PublicProps, Readonly<DatePickerContentProps> & Readonly<{
|
|
3148
3150
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
3149
3151
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
3150
3152
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
3151
3153
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
3152
3154
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
3153
3155
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
3154
|
-
}>, {}, {}, {}, {}, string,
|
|
3156
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3155
3157
|
default?: (props: {}) => any;
|
|
3156
3158
|
}>;
|
|
3157
3159
|
type __VLS_WithSlots$200<T, S> = T & {
|
|
@@ -3162,7 +3164,7 @@ type __VLS_WithSlots$200<T, S> = T & {
|
|
|
3162
3164
|
//# sourceMappingURL=DatePickerContent.vue.d.ts.map
|
|
3163
3165
|
//#endregion
|
|
3164
3166
|
//#region src/DatePicker/DatePickerField.vue.d.ts
|
|
3165
|
-
declare const _default$78: __VLS_WithSlots$199<
|
|
3167
|
+
declare const _default$78: __VLS_WithSlots$199<vue32.DefineComponent<{}, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, true, {}, any>, {
|
|
3166
3168
|
default?: (props: {
|
|
3167
3169
|
segments: {
|
|
3168
3170
|
part: SegmentPart;
|
|
@@ -3180,7 +3182,7 @@ type __VLS_WithSlots$199<T, S> = T & {
|
|
|
3180
3182
|
//#endregion
|
|
3181
3183
|
//#region src/DatePicker/DatePickerGrid.vue.d.ts
|
|
3182
3184
|
interface DatePickerGridProps extends CalendarGridProps {}
|
|
3183
|
-
declare const _default$79: __VLS_WithSlots$198<
|
|
3185
|
+
declare const _default$79: __VLS_WithSlots$198<vue32.DefineComponent<DatePickerGridProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerGridProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3184
3186
|
default?: (props: {}) => any;
|
|
3185
3187
|
}>;
|
|
3186
3188
|
type __VLS_WithSlots$198<T, S> = T & {
|
|
@@ -3192,7 +3194,7 @@ type __VLS_WithSlots$198<T, S> = T & {
|
|
|
3192
3194
|
//#endregion
|
|
3193
3195
|
//#region src/DatePicker/DatePickerGridBody.vue.d.ts
|
|
3194
3196
|
interface DatePickerGridBodyProps extends CalendarGridBodyProps {}
|
|
3195
|
-
declare const _default$80: __VLS_WithSlots$197<
|
|
3197
|
+
declare const _default$80: __VLS_WithSlots$197<vue32.DefineComponent<DatePickerGridBodyProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3196
3198
|
default?: (props: {}) => any;
|
|
3197
3199
|
}>;
|
|
3198
3200
|
type __VLS_WithSlots$197<T, S> = T & {
|
|
@@ -3204,7 +3206,7 @@ type __VLS_WithSlots$197<T, S> = T & {
|
|
|
3204
3206
|
//#endregion
|
|
3205
3207
|
//#region src/DatePicker/DatePickerGridHead.vue.d.ts
|
|
3206
3208
|
interface DatePickerGridHeadProps extends CalendarGridHeadProps {}
|
|
3207
|
-
declare const _default$81: __VLS_WithSlots$196<
|
|
3209
|
+
declare const _default$81: __VLS_WithSlots$196<vue32.DefineComponent<DatePickerGridHeadProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerGridHeadProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3208
3210
|
default?: (props: {}) => any;
|
|
3209
3211
|
}>;
|
|
3210
3212
|
type __VLS_WithSlots$196<T, S> = T & {
|
|
@@ -3216,7 +3218,7 @@ type __VLS_WithSlots$196<T, S> = T & {
|
|
|
3216
3218
|
//#endregion
|
|
3217
3219
|
//#region src/DatePicker/DatePickerGridRow.vue.d.ts
|
|
3218
3220
|
interface DatePickerGridRowProps extends CalendarGridRowProps {}
|
|
3219
|
-
declare const _default$82: __VLS_WithSlots$195<
|
|
3221
|
+
declare const _default$82: __VLS_WithSlots$195<vue32.DefineComponent<DatePickerGridRowProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3220
3222
|
default?: (props: {}) => any;
|
|
3221
3223
|
}>;
|
|
3222
3224
|
type __VLS_WithSlots$195<T, S> = T & {
|
|
@@ -3228,7 +3230,7 @@ type __VLS_WithSlots$195<T, S> = T & {
|
|
|
3228
3230
|
//#endregion
|
|
3229
3231
|
//#region src/DatePicker/DatePickerHeadCell.vue.d.ts
|
|
3230
3232
|
interface DatePickerHeadCellProps extends CalendarHeadCellProps {}
|
|
3231
|
-
declare const _default$83: __VLS_WithSlots$194<
|
|
3233
|
+
declare const _default$83: __VLS_WithSlots$194<vue32.DefineComponent<DatePickerHeadCellProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3232
3234
|
default?: (props: {}) => any;
|
|
3233
3235
|
}>;
|
|
3234
3236
|
type __VLS_WithSlots$194<T, S> = T & {
|
|
@@ -3240,7 +3242,7 @@ type __VLS_WithSlots$194<T, S> = T & {
|
|
|
3240
3242
|
//#endregion
|
|
3241
3243
|
//#region src/DatePicker/DatePickerHeader.vue.d.ts
|
|
3242
3244
|
interface DatePickerHeaderProps extends CalendarHeaderProps {}
|
|
3243
|
-
declare const _default$84: __VLS_WithSlots$193<
|
|
3245
|
+
declare const _default$84: __VLS_WithSlots$193<vue32.DefineComponent<DatePickerHeaderProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3244
3246
|
default?: (props: {}) => any;
|
|
3245
3247
|
}>;
|
|
3246
3248
|
type __VLS_WithSlots$193<T, S> = T & {
|
|
@@ -3252,7 +3254,7 @@ type __VLS_WithSlots$193<T, S> = T & {
|
|
|
3252
3254
|
//#endregion
|
|
3253
3255
|
//#region src/DatePicker/DatePickerHeading.vue.d.ts
|
|
3254
3256
|
interface DatePickerHeadingProps extends CalendarHeadingProps {}
|
|
3255
|
-
declare const _default$85: __VLS_WithSlots$192<
|
|
3257
|
+
declare const _default$85: __VLS_WithSlots$192<vue32.DefineComponent<DatePickerHeadingProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3256
3258
|
default?: (props: {
|
|
3257
3259
|
/** Current month and year */
|
|
3258
3260
|
headingValue: string;
|
|
@@ -3267,7 +3269,7 @@ type __VLS_WithSlots$192<T, S> = T & {
|
|
|
3267
3269
|
//#endregion
|
|
3268
3270
|
//#region src/DatePicker/DatePickerInput.vue.d.ts
|
|
3269
3271
|
interface DatePickerInputProps extends DateFieldInputProps {}
|
|
3270
|
-
declare const _default$86: __VLS_WithSlots$191<
|
|
3272
|
+
declare const _default$86: __VLS_WithSlots$191<vue32.DefineComponent<DatePickerInputProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3271
3273
|
default?: (props: {}) => any;
|
|
3272
3274
|
}>;
|
|
3273
3275
|
type __VLS_WithSlots$191<T, S> = T & {
|
|
@@ -3279,7 +3281,7 @@ type __VLS_WithSlots$191<T, S> = T & {
|
|
|
3279
3281
|
//#endregion
|
|
3280
3282
|
//#region src/DatePicker/DatePickerNext.vue.d.ts
|
|
3281
3283
|
interface DatePickerNextProps extends CalendarNextProps {}
|
|
3282
|
-
declare const _default$87: __VLS_WithSlots$190<
|
|
3284
|
+
declare const _default$87: __VLS_WithSlots$190<vue32.DefineComponent<DatePickerNextProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, CalendarNextSlot>;
|
|
3283
3285
|
type __VLS_WithSlots$190<T, S> = T & {
|
|
3284
3286
|
new (): {
|
|
3285
3287
|
$slots: S;
|
|
@@ -3289,7 +3291,7 @@ type __VLS_WithSlots$190<T, S> = T & {
|
|
|
3289
3291
|
//#endregion
|
|
3290
3292
|
//#region src/DatePicker/DatePickerPrev.vue.d.ts
|
|
3291
3293
|
interface DatePickerPrevProps extends CalendarPrevProps {}
|
|
3292
|
-
declare const _default$88: __VLS_WithSlots$189<
|
|
3294
|
+
declare const _default$88: __VLS_WithSlots$189<vue32.DefineComponent<DatePickerPrevProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, CalendarPrevSlot>;
|
|
3293
3295
|
type __VLS_WithSlots$189<T, S> = T & {
|
|
3294
3296
|
new (): {
|
|
3295
3297
|
$slots: S;
|
|
@@ -3341,33 +3343,33 @@ type DatePickerRootEmits = {
|
|
|
3341
3343
|
'update:placeholder': [date: DateValue$1];
|
|
3342
3344
|
};
|
|
3343
3345
|
declare const injectDatePickerRootContext: <T extends DatePickerRootContext | null | undefined = DatePickerRootContext>(fallback?: T | undefined) => T extends null ? DatePickerRootContext | null : DatePickerRootContext, provideDatePickerRootContext: (contextValue: DatePickerRootContext) => DatePickerRootContext;
|
|
3344
|
-
declare const _default$89: __VLS_WithSlots$188<
|
|
3346
|
+
declare const _default$89: __VLS_WithSlots$188<vue32.DefineComponent<DatePickerRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
3345
3347
|
"update:modelValue": (date: DateValue$1 | undefined) => any;
|
|
3346
3348
|
"update:open": (value: boolean) => any;
|
|
3347
3349
|
"update:placeholder": (date: DateValue$1) => any;
|
|
3348
|
-
}, string,
|
|
3350
|
+
}, string, vue32.PublicProps, Readonly<DatePickerRootProps> & Readonly<{
|
|
3349
3351
|
"onUpdate:modelValue"?: ((date: DateValue$1 | undefined) => any) | undefined;
|
|
3350
3352
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
3351
3353
|
"onUpdate:placeholder"?: ((date: DateValue$1) => any) | undefined;
|
|
3352
3354
|
}>, {
|
|
3353
3355
|
placeholder: DateValue$1;
|
|
3354
|
-
locale: string;
|
|
3355
|
-
disabled: boolean;
|
|
3356
3356
|
defaultValue: DateValue$1;
|
|
3357
|
-
|
|
3357
|
+
disabled: boolean;
|
|
3358
3358
|
defaultOpen: boolean;
|
|
3359
|
+
open: boolean;
|
|
3360
|
+
locale: string;
|
|
3361
|
+
modal: boolean;
|
|
3362
|
+
readonly: boolean;
|
|
3363
|
+
isDateUnavailable: Matcher;
|
|
3364
|
+
weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
3365
|
+
fixedWeeks: boolean;
|
|
3359
3366
|
pagedNavigation: boolean;
|
|
3360
3367
|
preventDeselect: boolean;
|
|
3361
|
-
weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
3362
3368
|
weekdayFormat: WeekDayFormat;
|
|
3363
|
-
fixedWeeks: boolean;
|
|
3364
3369
|
numberOfMonths: number;
|
|
3365
|
-
readonly: boolean;
|
|
3366
3370
|
isDateDisabled: Matcher;
|
|
3367
|
-
isDateUnavailable: Matcher;
|
|
3368
|
-
modal: boolean;
|
|
3369
3371
|
closeOnSelect: boolean;
|
|
3370
|
-
}, {}, {}, {}, string,
|
|
3372
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3371
3373
|
default?: (props: {}) => any;
|
|
3372
3374
|
}>;
|
|
3373
3375
|
type __VLS_WithSlots$188<T, S> = T & {
|
|
@@ -3379,7 +3381,7 @@ type __VLS_WithSlots$188<T, S> = T & {
|
|
|
3379
3381
|
//#endregion
|
|
3380
3382
|
//#region src/DatePicker/DatePickerTrigger.vue.d.ts
|
|
3381
3383
|
interface DatePickerTriggerProps extends PopoverTriggerProps {}
|
|
3382
|
-
declare const _default$90: __VLS_WithSlots$187<
|
|
3384
|
+
declare const _default$90: __VLS_WithSlots$187<vue32.DefineComponent<DatePickerTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DatePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3383
3385
|
default?: (props: {}) => any;
|
|
3384
3386
|
}>;
|
|
3385
3387
|
type __VLS_WithSlots$187<T, S> = T & {
|
|
@@ -3459,21 +3461,21 @@ type DateRangeFieldRootEmits = {
|
|
|
3459
3461
|
'update:placeholder': [date: DateValue$1];
|
|
3460
3462
|
};
|
|
3461
3463
|
declare const injectDateRangeFieldRootContext: <T extends DateRangeFieldRootContext | null | undefined = DateRangeFieldRootContext>(fallback?: T | undefined) => T extends null ? DateRangeFieldRootContext | null : DateRangeFieldRootContext, provideDateRangeFieldRootContext: (contextValue: DateRangeFieldRootContext) => DateRangeFieldRootContext;
|
|
3462
|
-
declare const _default$92: __VLS_WithSlots$186<
|
|
3464
|
+
declare const _default$92: __VLS_WithSlots$186<vue32.DefineComponent<DateRangeFieldRootProps, {
|
|
3463
3465
|
setFocusedElement: (el: HTMLElement) => void;
|
|
3464
|
-
}, {}, {}, {},
|
|
3466
|
+
}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
3465
3467
|
"update:modelValue": (args_0: DateRange) => any;
|
|
3466
3468
|
"update:placeholder": (date: DateValue$1) => any;
|
|
3467
|
-
}, string,
|
|
3469
|
+
}, string, vue32.PublicProps, Readonly<DateRangeFieldRootProps> & Readonly<{
|
|
3468
3470
|
"onUpdate:modelValue"?: ((args_0: DateRange) => any) | undefined;
|
|
3469
3471
|
"onUpdate:placeholder"?: ((date: DateValue$1) => any) | undefined;
|
|
3470
3472
|
}>, {
|
|
3471
3473
|
placeholder: DateValue$1;
|
|
3472
|
-
disabled: boolean;
|
|
3473
3474
|
defaultValue: DateRange;
|
|
3475
|
+
disabled: boolean;
|
|
3474
3476
|
readonly: boolean;
|
|
3475
3477
|
isDateUnavailable: Matcher;
|
|
3476
|
-
}, {}, {}, {}, string,
|
|
3478
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3477
3479
|
default?: (props: {
|
|
3478
3480
|
modelValue: DateRange | null;
|
|
3479
3481
|
segments: {
|
|
@@ -3502,7 +3504,7 @@ interface DateRangeFieldInputProps extends PrimitiveProps {
|
|
|
3502
3504
|
/** The type of field to render (start or end) */
|
|
3503
3505
|
type: DateRangeType;
|
|
3504
3506
|
}
|
|
3505
|
-
declare const _default$91: __VLS_WithSlots$185<
|
|
3507
|
+
declare const _default$91: __VLS_WithSlots$185<vue32.DefineComponent<DateRangeFieldInputProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangeFieldInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3506
3508
|
default?: (props: {}) => any;
|
|
3507
3509
|
}>;
|
|
3508
3510
|
type __VLS_WithSlots$185<T, S> = T & {
|
|
@@ -3514,7 +3516,7 @@ type __VLS_WithSlots$185<T, S> = T & {
|
|
|
3514
3516
|
//#endregion
|
|
3515
3517
|
//#region src/DateRangePicker/DateRangePickerAnchor.vue.d.ts
|
|
3516
3518
|
interface DateRangePickerAnchorProps extends PopoverAnchorProps {}
|
|
3517
|
-
declare const _default$93: __VLS_WithSlots$184<
|
|
3519
|
+
declare const _default$93: __VLS_WithSlots$184<vue32.DefineComponent<DateRangePickerAnchorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3518
3520
|
default?: (props: {}) => any;
|
|
3519
3521
|
}>;
|
|
3520
3522
|
type __VLS_WithSlots$184<T, S> = T & {
|
|
@@ -3526,7 +3528,7 @@ type __VLS_WithSlots$184<T, S> = T & {
|
|
|
3526
3528
|
//#endregion
|
|
3527
3529
|
//#region src/DateRangePicker/DateRangePickerArrow.vue.d.ts
|
|
3528
3530
|
interface DateRangePickerArrowProps extends PopoverArrowProps {}
|
|
3529
|
-
declare const _default$94: __VLS_WithSlots$183<
|
|
3531
|
+
declare const _default$94: __VLS_WithSlots$183<vue32.DefineComponent<DateRangePickerArrowProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerArrowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3530
3532
|
default?: (props: {}) => any;
|
|
3531
3533
|
}>;
|
|
3532
3534
|
type __VLS_WithSlots$183<T, S> = T & {
|
|
@@ -3537,10 +3539,10 @@ type __VLS_WithSlots$183<T, S> = T & {
|
|
|
3537
3539
|
//# sourceMappingURL=DateRangePickerArrow.vue.d.ts.map
|
|
3538
3540
|
//#endregion
|
|
3539
3541
|
//#region src/DateRangePicker/DateRangePickerCalendar.vue.d.ts
|
|
3540
|
-
declare const _default$95: __VLS_WithSlots$182<
|
|
3542
|
+
declare const _default$95: __VLS_WithSlots$182<vue32.DefineComponent<{}, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, true, {}, any>, {
|
|
3541
3543
|
default?: (props: {
|
|
3542
|
-
date:
|
|
3543
|
-
grid: Grid<
|
|
3544
|
+
date: _internationalized_date807.DateValue;
|
|
3545
|
+
grid: Grid<_internationalized_date807.DateValue>[];
|
|
3544
3546
|
weekDays: string[];
|
|
3545
3547
|
weekStartsOn: 0 | 5 | 1 | 3 | 2 | 4 | 6;
|
|
3546
3548
|
locale: string;
|
|
@@ -3556,7 +3558,7 @@ type __VLS_WithSlots$182<T, S> = T & {
|
|
|
3556
3558
|
//#endregion
|
|
3557
3559
|
//#region src/DateRangePicker/DateRangePickerCell.vue.d.ts
|
|
3558
3560
|
interface DateRangePickerCellProps extends RangeCalendarCellProps {}
|
|
3559
|
-
declare const _default$96: __VLS_WithSlots$181<
|
|
3561
|
+
declare const _default$96: __VLS_WithSlots$181<vue32.DefineComponent<DateRangePickerCellProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerCellProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3560
3562
|
default?: (props: {}) => any;
|
|
3561
3563
|
}>;
|
|
3562
3564
|
type __VLS_WithSlots$181<T, S> = T & {
|
|
@@ -3599,9 +3601,9 @@ interface RangeCalendarCellTriggerSlot {
|
|
|
3599
3601
|
selectionEnd: boolean;
|
|
3600
3602
|
}) => any;
|
|
3601
3603
|
}
|
|
3602
|
-
declare const _default$213: __VLS_WithSlots$180<
|
|
3603
|
-
as: AsTag |
|
|
3604
|
-
}, {}, {}, {}, string,
|
|
3604
|
+
declare const _default$213: __VLS_WithSlots$180<vue32.DefineComponent<RangeCalendarCellTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<RangeCalendarCellTriggerProps> & Readonly<{}>, {
|
|
3605
|
+
as: AsTag | vue32.Component;
|
|
3606
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, RangeCalendarCellTriggerSlot>;
|
|
3605
3607
|
type __VLS_WithSlots$180<T, S> = T & {
|
|
3606
3608
|
new (): {
|
|
3607
3609
|
$slots: S;
|
|
@@ -3611,7 +3613,7 @@ type __VLS_WithSlots$180<T, S> = T & {
|
|
|
3611
3613
|
//#endregion
|
|
3612
3614
|
//#region src/DateRangePicker/DateRangePickerCellTrigger.vue.d.ts
|
|
3613
3615
|
interface DateRangePickerCellTriggerProps extends RangeCalendarCellTriggerProps {}
|
|
3614
|
-
declare const _default$97: __VLS_WithSlots$179<
|
|
3616
|
+
declare const _default$97: __VLS_WithSlots$179<vue32.DefineComponent<DateRangePickerCellTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerCellTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, RangeCalendarCellTriggerSlot>;
|
|
3615
3617
|
type __VLS_WithSlots$179<T, S> = T & {
|
|
3616
3618
|
new (): {
|
|
3617
3619
|
$slots: S;
|
|
@@ -3621,7 +3623,7 @@ type __VLS_WithSlots$179<T, S> = T & {
|
|
|
3621
3623
|
//#endregion
|
|
3622
3624
|
//#region src/DateRangePicker/DateRangePickerClose.vue.d.ts
|
|
3623
3625
|
interface DateRangePickerCloseProps extends PopoverCloseProps {}
|
|
3624
|
-
declare const _default$98: __VLS_WithSlots$178<
|
|
3626
|
+
declare const _default$98: __VLS_WithSlots$178<vue32.DefineComponent<DateRangePickerCloseProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerCloseProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3625
3627
|
default?: (props: {}) => any;
|
|
3626
3628
|
}>;
|
|
3627
3629
|
type __VLS_WithSlots$178<T, S> = T & {
|
|
@@ -3638,21 +3640,21 @@ interface DateRangePickerContentProps extends PopoverContentProps {
|
|
|
3638
3640
|
*/
|
|
3639
3641
|
portal?: PopoverPortalProps;
|
|
3640
3642
|
}
|
|
3641
|
-
declare const _default$99: __VLS_WithSlots$177<
|
|
3643
|
+
declare const _default$99: __VLS_WithSlots$177<vue32.DefineComponent<DateRangePickerContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
3642
3644
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
3643
3645
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
3644
3646
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
3645
3647
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
3646
3648
|
openAutoFocus: (event: Event) => any;
|
|
3647
3649
|
closeAutoFocus: (event: Event) => any;
|
|
3648
|
-
}, string,
|
|
3650
|
+
}, string, vue32.PublicProps, Readonly<DateRangePickerContentProps> & Readonly<{
|
|
3649
3651
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
3650
3652
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
3651
3653
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
3652
3654
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
3653
3655
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
3654
3656
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
3655
|
-
}>, {}, {}, {}, {}, string,
|
|
3657
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3656
3658
|
default?: (props: {}) => any;
|
|
3657
3659
|
}>;
|
|
3658
3660
|
type __VLS_WithSlots$177<T, S> = T & {
|
|
@@ -3663,7 +3665,7 @@ type __VLS_WithSlots$177<T, S> = T & {
|
|
|
3663
3665
|
//# sourceMappingURL=DateRangePickerContent.vue.d.ts.map
|
|
3664
3666
|
//#endregion
|
|
3665
3667
|
//#region src/DateRangePicker/DateRangePickerField.vue.d.ts
|
|
3666
|
-
declare const _default$100: __VLS_WithSlots$176<
|
|
3668
|
+
declare const _default$100: __VLS_WithSlots$176<vue32.DefineComponent<{}, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, true, {}, any>, {
|
|
3667
3669
|
default?: (props: {
|
|
3668
3670
|
segments: {
|
|
3669
3671
|
start: {
|
|
@@ -3687,7 +3689,7 @@ type __VLS_WithSlots$176<T, S> = T & {
|
|
|
3687
3689
|
//#endregion
|
|
3688
3690
|
//#region src/DateRangePicker/DateRangePickerGrid.vue.d.ts
|
|
3689
3691
|
interface DateRangePickerGridProps extends RangeCalendarGridProps {}
|
|
3690
|
-
declare const _default$101: __VLS_WithSlots$175<
|
|
3692
|
+
declare const _default$101: __VLS_WithSlots$175<vue32.DefineComponent<DateRangePickerGridProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerGridProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3691
3693
|
default?: (props: {}) => any;
|
|
3692
3694
|
}>;
|
|
3693
3695
|
type __VLS_WithSlots$175<T, S> = T & {
|
|
@@ -3699,7 +3701,7 @@ type __VLS_WithSlots$175<T, S> = T & {
|
|
|
3699
3701
|
//#endregion
|
|
3700
3702
|
//#region src/DateRangePicker/DateRangePickerGridBody.vue.d.ts
|
|
3701
3703
|
interface DateRangePickerGridBodyProps extends RangeCalendarGridBodyProps {}
|
|
3702
|
-
declare const _default$102: __VLS_WithSlots$174<
|
|
3704
|
+
declare const _default$102: __VLS_WithSlots$174<vue32.DefineComponent<DateRangePickerGridBodyProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerGridBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3703
3705
|
default?: (props: {}) => any;
|
|
3704
3706
|
}>;
|
|
3705
3707
|
type __VLS_WithSlots$174<T, S> = T & {
|
|
@@ -3711,7 +3713,7 @@ type __VLS_WithSlots$174<T, S> = T & {
|
|
|
3711
3713
|
//#endregion
|
|
3712
3714
|
//#region src/DateRangePicker/DateRangePickerGridHead.vue.d.ts
|
|
3713
3715
|
interface DateRangePickerGridHeadProps extends RangeCalendarGridHeadProps {}
|
|
3714
|
-
declare const _default$103: __VLS_WithSlots$173<
|
|
3716
|
+
declare const _default$103: __VLS_WithSlots$173<vue32.DefineComponent<DateRangePickerGridHeadProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerGridHeadProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3715
3717
|
default?: (props: {}) => any;
|
|
3716
3718
|
}>;
|
|
3717
3719
|
type __VLS_WithSlots$173<T, S> = T & {
|
|
@@ -3723,7 +3725,7 @@ type __VLS_WithSlots$173<T, S> = T & {
|
|
|
3723
3725
|
//#endregion
|
|
3724
3726
|
//#region src/DateRangePicker/DateRangePickerGridRow.vue.d.ts
|
|
3725
3727
|
interface DateRangePickerGridRowProps extends RangeCalendarGridRowProps {}
|
|
3726
|
-
declare const _default$104: __VLS_WithSlots$172<
|
|
3728
|
+
declare const _default$104: __VLS_WithSlots$172<vue32.DefineComponent<DateRangePickerGridRowProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerGridRowProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3727
3729
|
default?: (props: {}) => any;
|
|
3728
3730
|
}>;
|
|
3729
3731
|
type __VLS_WithSlots$172<T, S> = T & {
|
|
@@ -3735,7 +3737,7 @@ type __VLS_WithSlots$172<T, S> = T & {
|
|
|
3735
3737
|
//#endregion
|
|
3736
3738
|
//#region src/DateRangePicker/DateRangePickerHeadCell.vue.d.ts
|
|
3737
3739
|
interface DateRangePickerHeadCellProps extends RangeCalendarHeadCellProps {}
|
|
3738
|
-
declare const _default$105: __VLS_WithSlots$171<
|
|
3740
|
+
declare const _default$105: __VLS_WithSlots$171<vue32.DefineComponent<DateRangePickerHeadCellProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerHeadCellProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3739
3741
|
default?: (props: {}) => any;
|
|
3740
3742
|
}>;
|
|
3741
3743
|
type __VLS_WithSlots$171<T, S> = T & {
|
|
@@ -3747,7 +3749,7 @@ type __VLS_WithSlots$171<T, S> = T & {
|
|
|
3747
3749
|
//#endregion
|
|
3748
3750
|
//#region src/DateRangePicker/DateRangePickerHeader.vue.d.ts
|
|
3749
3751
|
interface DateRangePickerHeaderProps extends RangeCalendarHeaderProps {}
|
|
3750
|
-
declare const _default$106: __VLS_WithSlots$170<
|
|
3752
|
+
declare const _default$106: __VLS_WithSlots$170<vue32.DefineComponent<DateRangePickerHeaderProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerHeaderProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3751
3753
|
default?: (props: {}) => any;
|
|
3752
3754
|
}>;
|
|
3753
3755
|
type __VLS_WithSlots$170<T, S> = T & {
|
|
@@ -3759,7 +3761,7 @@ type __VLS_WithSlots$170<T, S> = T & {
|
|
|
3759
3761
|
//#endregion
|
|
3760
3762
|
//#region src/DateRangePicker/DateRangePickerHeading.vue.d.ts
|
|
3761
3763
|
interface DateRangePickerHeadingProps extends RangeCalendarHeadingProps {}
|
|
3762
|
-
declare const _default$107: __VLS_WithSlots$169<
|
|
3764
|
+
declare const _default$107: __VLS_WithSlots$169<vue32.DefineComponent<DateRangePickerHeadingProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3763
3765
|
default?: (props: {
|
|
3764
3766
|
/** Current month and year */
|
|
3765
3767
|
headingValue: string;
|
|
@@ -3774,7 +3776,7 @@ type __VLS_WithSlots$169<T, S> = T & {
|
|
|
3774
3776
|
//#endregion
|
|
3775
3777
|
//#region src/DateRangePicker/DateRangePickerInput.vue.d.ts
|
|
3776
3778
|
interface DateRangePickerInputProps extends DateRangeFieldInputProps {}
|
|
3777
|
-
declare const _default$108: __VLS_WithSlots$168<
|
|
3779
|
+
declare const _default$108: __VLS_WithSlots$168<vue32.DefineComponent<DateRangePickerInputProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3778
3780
|
default?: (props: {}) => any;
|
|
3779
3781
|
}>;
|
|
3780
3782
|
type __VLS_WithSlots$168<T, S> = T & {
|
|
@@ -3795,9 +3797,9 @@ interface RangeCalendarNextSlot {
|
|
|
3795
3797
|
disabled: boolean;
|
|
3796
3798
|
}) => any;
|
|
3797
3799
|
}
|
|
3798
|
-
declare const _default$221: __VLS_WithSlots$167<
|
|
3799
|
-
as: AsTag |
|
|
3800
|
-
}, {}, {}, {}, string,
|
|
3800
|
+
declare const _default$221: __VLS_WithSlots$167<vue32.DefineComponent<RangeCalendarNextProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<RangeCalendarNextProps> & Readonly<{}>, {
|
|
3801
|
+
as: AsTag | vue32.Component;
|
|
3802
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, RangeCalendarNextSlot>;
|
|
3801
3803
|
type __VLS_WithSlots$167<T, S> = T & {
|
|
3802
3804
|
new (): {
|
|
3803
3805
|
$slots: S;
|
|
@@ -3807,7 +3809,7 @@ type __VLS_WithSlots$167<T, S> = T & {
|
|
|
3807
3809
|
//#endregion
|
|
3808
3810
|
//#region src/DateRangePicker/DateRangePickerNext.vue.d.ts
|
|
3809
3811
|
interface DateRangePickerNextProps extends RangeCalendarNextProps {}
|
|
3810
|
-
declare const _default$109: __VLS_WithSlots$166<
|
|
3812
|
+
declare const _default$109: __VLS_WithSlots$166<vue32.DefineComponent<DateRangePickerNextProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerNextProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, RangeCalendarNextSlot>;
|
|
3811
3813
|
type __VLS_WithSlots$166<T, S> = T & {
|
|
3812
3814
|
new (): {
|
|
3813
3815
|
$slots: S;
|
|
@@ -3826,9 +3828,9 @@ interface RangeCalendarPrevSlot {
|
|
|
3826
3828
|
disabled: boolean;
|
|
3827
3829
|
}) => any;
|
|
3828
3830
|
}
|
|
3829
|
-
declare const _default$222: __VLS_WithSlots$165<
|
|
3830
|
-
as: AsTag |
|
|
3831
|
-
}, {}, {}, {}, string,
|
|
3831
|
+
declare const _default$222: __VLS_WithSlots$165<vue32.DefineComponent<RangeCalendarPrevProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<RangeCalendarPrevProps> & Readonly<{}>, {
|
|
3832
|
+
as: AsTag | vue32.Component;
|
|
3833
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, RangeCalendarPrevSlot>;
|
|
3832
3834
|
type __VLS_WithSlots$165<T, S> = T & {
|
|
3833
3835
|
new (): {
|
|
3834
3836
|
$slots: S;
|
|
@@ -3838,7 +3840,7 @@ type __VLS_WithSlots$165<T, S> = T & {
|
|
|
3838
3840
|
//#endregion
|
|
3839
3841
|
//#region src/DateRangePicker/DateRangePickerPrev.vue.d.ts
|
|
3840
3842
|
interface DateRangePickerPrevProps extends RangeCalendarPrevProps {}
|
|
3841
|
-
declare const _default$110: __VLS_WithSlots$164<
|
|
3843
|
+
declare const _default$110: __VLS_WithSlots$164<vue32.DefineComponent<DateRangePickerPrevProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerPrevProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, RangeCalendarPrevSlot>;
|
|
3842
3844
|
type __VLS_WithSlots$164<T, S> = T & {
|
|
3843
3845
|
new (): {
|
|
3844
3846
|
$slots: S;
|
|
@@ -3900,38 +3902,38 @@ type DateRangePickerRootEmits = {
|
|
|
3900
3902
|
'update:startValue': [date: DateValue$1 | undefined];
|
|
3901
3903
|
};
|
|
3902
3904
|
declare const injectDateRangePickerRootContext: <T extends DateRangePickerRootContext | null | undefined = DateRangePickerRootContext>(fallback?: T | undefined) => T extends null ? DateRangePickerRootContext | null : DateRangePickerRootContext, provideDateRangePickerRootContext: (contextValue: DateRangePickerRootContext) => DateRangePickerRootContext;
|
|
3903
|
-
declare const _default$111: __VLS_WithSlots$163<
|
|
3905
|
+
declare const _default$111: __VLS_WithSlots$163<vue32.DefineComponent<DateRangePickerRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
3904
3906
|
"update:modelValue": (date: DateRange) => any;
|
|
3905
3907
|
"update:open": (value: boolean) => any;
|
|
3906
3908
|
"update:placeholder": (date: DateValue$1) => any;
|
|
3907
3909
|
"update:startValue": (date: DateValue$1 | undefined) => any;
|
|
3908
|
-
}, string,
|
|
3910
|
+
}, string, vue32.PublicProps, Readonly<DateRangePickerRootProps> & Readonly<{
|
|
3909
3911
|
"onUpdate:modelValue"?: ((date: DateRange) => any) | undefined;
|
|
3910
3912
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
3911
3913
|
"onUpdate:placeholder"?: ((date: DateValue$1) => any) | undefined;
|
|
3912
3914
|
"onUpdate:startValue"?: ((date: DateValue$1 | undefined) => any) | undefined;
|
|
3913
3915
|
}>, {
|
|
3914
3916
|
placeholder: DateValue$1;
|
|
3915
|
-
locale: string;
|
|
3916
|
-
disabled: boolean;
|
|
3917
3917
|
defaultValue: DateRange;
|
|
3918
|
-
|
|
3918
|
+
disabled: boolean;
|
|
3919
3919
|
defaultOpen: boolean;
|
|
3920
|
+
open: boolean;
|
|
3921
|
+
locale: string;
|
|
3922
|
+
modal: boolean;
|
|
3923
|
+
readonly: boolean;
|
|
3924
|
+
isDateUnavailable: Matcher;
|
|
3925
|
+
weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
3926
|
+
fixedWeeks: boolean;
|
|
3927
|
+
allowNonContiguousRanges: boolean;
|
|
3920
3928
|
pagedNavigation: boolean;
|
|
3921
3929
|
preventDeselect: boolean;
|
|
3922
|
-
|
|
3930
|
+
maximumDays: number;
|
|
3923
3931
|
weekdayFormat: WeekDayFormat;
|
|
3924
|
-
fixedWeeks: boolean;
|
|
3925
3932
|
numberOfMonths: number;
|
|
3926
|
-
readonly: boolean;
|
|
3927
3933
|
isDateDisabled: Matcher;
|
|
3928
|
-
isDateUnavailable: Matcher;
|
|
3929
|
-
allowNonContiguousRanges: boolean;
|
|
3930
|
-
maximumDays: number;
|
|
3931
3934
|
isDateHighlightable: Matcher;
|
|
3932
|
-
modal: boolean;
|
|
3933
3935
|
closeOnSelect: boolean;
|
|
3934
|
-
}, {}, {}, {}, string,
|
|
3936
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3935
3937
|
default?: (props: {
|
|
3936
3938
|
modelValue: DateRange;
|
|
3937
3939
|
open: boolean;
|
|
@@ -3946,7 +3948,7 @@ type __VLS_WithSlots$163<T, S> = T & {
|
|
|
3946
3948
|
//#endregion
|
|
3947
3949
|
//#region src/DateRangePicker/DateRangePickerTrigger.vue.d.ts
|
|
3948
3950
|
interface DateRangePickerTriggerProps extends PopoverTriggerProps {}
|
|
3949
|
-
declare const _default$112: __VLS_WithSlots$162<
|
|
3951
|
+
declare const _default$112: __VLS_WithSlots$162<vue32.DefineComponent<DateRangePickerTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DateRangePickerTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3950
3952
|
default?: (props: {}) => any;
|
|
3951
3953
|
}>;
|
|
3952
3954
|
type __VLS_WithSlots$162<T, S> = T & {
|
|
@@ -3958,11 +3960,11 @@ type __VLS_WithSlots$162<T, S> = T & {
|
|
|
3958
3960
|
//#endregion
|
|
3959
3961
|
//#region src/DropdownMenu/DropdownMenuArrow.vue.d.ts
|
|
3960
3962
|
interface DropdownMenuArrowProps extends MenuArrowProps {}
|
|
3961
|
-
declare const _default$121: __VLS_WithSlots$161<
|
|
3962
|
-
as: AsTag |
|
|
3963
|
+
declare const _default$121: __VLS_WithSlots$161<vue32.DefineComponent<DropdownMenuArrowProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DropdownMenuArrowProps> & Readonly<{}>, {
|
|
3964
|
+
as: AsTag | vue32.Component;
|
|
3963
3965
|
width: number;
|
|
3964
3966
|
height: number;
|
|
3965
|
-
}, {}, {}, {}, string,
|
|
3967
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3966
3968
|
default?: (props: {}) => any;
|
|
3967
3969
|
}>;
|
|
3968
3970
|
type __VLS_WithSlots$161<T, S> = T & {
|
|
@@ -3975,13 +3977,13 @@ type __VLS_WithSlots$161<T, S> = T & {
|
|
|
3975
3977
|
//#region src/DropdownMenu/DropdownMenuCheckboxItem.vue.d.ts
|
|
3976
3978
|
type DropdownMenuCheckboxItemEmits = MenuCheckboxItemEmits;
|
|
3977
3979
|
interface DropdownMenuCheckboxItemProps extends MenuCheckboxItemProps {}
|
|
3978
|
-
declare const _default$122: __VLS_WithSlots$160<
|
|
3980
|
+
declare const _default$122: __VLS_WithSlots$160<vue32.DefineComponent<DropdownMenuCheckboxItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
3979
3981
|
select: (event: Event) => any;
|
|
3980
3982
|
"update:modelValue": (payload: boolean) => any;
|
|
3981
|
-
}, string,
|
|
3983
|
+
}, string, vue32.PublicProps, Readonly<DropdownMenuCheckboxItemProps> & Readonly<{
|
|
3982
3984
|
onSelect?: ((event: Event) => any) | undefined;
|
|
3983
3985
|
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
|
3984
|
-
}>, {}, {}, {}, {}, string,
|
|
3986
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
3985
3987
|
default?: (props: {}) => any;
|
|
3986
3988
|
}>;
|
|
3987
3989
|
type __VLS_WithSlots$160<T, S> = T & {
|
|
@@ -3994,19 +3996,19 @@ type __VLS_WithSlots$160<T, S> = T & {
|
|
|
3994
3996
|
//#region src/DropdownMenu/DropdownMenuContent.vue.d.ts
|
|
3995
3997
|
type DropdownMenuContentEmits = MenuContentEmits;
|
|
3996
3998
|
interface DropdownMenuContentProps extends MenuContentProps {}
|
|
3997
|
-
declare const _default$123: __VLS_WithSlots$159<
|
|
3999
|
+
declare const _default$123: __VLS_WithSlots$159<vue32.DefineComponent<DropdownMenuContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
3998
4000
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
3999
4001
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
4000
4002
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
4001
4003
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
4002
4004
|
closeAutoFocus: (event: Event) => any;
|
|
4003
|
-
}, string,
|
|
4005
|
+
}, string, vue32.PublicProps, Readonly<DropdownMenuContentProps> & Readonly<{
|
|
4004
4006
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
4005
4007
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
4006
4008
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
4007
4009
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
4008
4010
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
4009
|
-
}>, {}, {}, {}, {}, string,
|
|
4011
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4010
4012
|
default?: (props: {}) => any;
|
|
4011
4013
|
}>;
|
|
4012
4014
|
type __VLS_WithSlots$159<T, S> = T & {
|
|
@@ -4018,7 +4020,7 @@ type __VLS_WithSlots$159<T, S> = T & {
|
|
|
4018
4020
|
//#endregion
|
|
4019
4021
|
//#region src/DropdownMenu/DropdownMenuGroup.vue.d.ts
|
|
4020
4022
|
interface DropdownMenuGroupProps extends MenuGroupProps {}
|
|
4021
|
-
declare const _default$124: __VLS_WithSlots$158<
|
|
4023
|
+
declare const _default$124: __VLS_WithSlots$158<vue32.DefineComponent<DropdownMenuGroupProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DropdownMenuGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4022
4024
|
default?: (props: {}) => any;
|
|
4023
4025
|
}>;
|
|
4024
4026
|
type __VLS_WithSlots$158<T, S> = T & {
|
|
@@ -4031,11 +4033,11 @@ type __VLS_WithSlots$158<T, S> = T & {
|
|
|
4031
4033
|
//#region src/DropdownMenu/DropdownMenuItem.vue.d.ts
|
|
4032
4034
|
type DropdownMenuItemEmits = MenuItemEmits;
|
|
4033
4035
|
interface DropdownMenuItemProps extends MenuItemProps {}
|
|
4034
|
-
declare const _default$125: __VLS_WithSlots$157<
|
|
4036
|
+
declare const _default$125: __VLS_WithSlots$157<vue32.DefineComponent<DropdownMenuItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4035
4037
|
select: (event: Event) => any;
|
|
4036
|
-
}, string,
|
|
4038
|
+
}, string, vue32.PublicProps, Readonly<DropdownMenuItemProps> & Readonly<{
|
|
4037
4039
|
onSelect?: ((event: Event) => any) | undefined;
|
|
4038
|
-
}>, {}, {}, {}, {}, string,
|
|
4040
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4039
4041
|
default?: (props: {}) => any;
|
|
4040
4042
|
}>;
|
|
4041
4043
|
type __VLS_WithSlots$157<T, S> = T & {
|
|
@@ -4047,7 +4049,7 @@ type __VLS_WithSlots$157<T, S> = T & {
|
|
|
4047
4049
|
//#endregion
|
|
4048
4050
|
//#region src/DropdownMenu/DropdownMenuItemIndicator.vue.d.ts
|
|
4049
4051
|
interface DropdownMenuItemIndicatorProps extends MenuItemIndicatorProps {}
|
|
4050
|
-
declare const _default$126: __VLS_WithSlots$156<
|
|
4052
|
+
declare const _default$126: __VLS_WithSlots$156<vue32.DefineComponent<DropdownMenuItemIndicatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DropdownMenuItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4051
4053
|
default?: (props: {}) => any;
|
|
4052
4054
|
}>;
|
|
4053
4055
|
type __VLS_WithSlots$156<T, S> = T & {
|
|
@@ -4059,7 +4061,7 @@ type __VLS_WithSlots$156<T, S> = T & {
|
|
|
4059
4061
|
//#endregion
|
|
4060
4062
|
//#region src/DropdownMenu/DropdownMenuLabel.vue.d.ts
|
|
4061
4063
|
interface DropdownMenuLabelProps extends MenuLabelProps {}
|
|
4062
|
-
declare const _default$127: __VLS_WithSlots$155<
|
|
4064
|
+
declare const _default$127: __VLS_WithSlots$155<vue32.DefineComponent<DropdownMenuLabelProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DropdownMenuLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4063
4065
|
default?: (props: {}) => any;
|
|
4064
4066
|
}>;
|
|
4065
4067
|
type __VLS_WithSlots$155<T, S> = T & {
|
|
@@ -4071,7 +4073,7 @@ type __VLS_WithSlots$155<T, S> = T & {
|
|
|
4071
4073
|
//#endregion
|
|
4072
4074
|
//#region src/DropdownMenu/DropdownMenuPortal.vue.d.ts
|
|
4073
4075
|
interface DropdownMenuPortalProps extends MenuPortalProps {}
|
|
4074
|
-
declare const _default$128: __VLS_WithSlots$154<
|
|
4076
|
+
declare const _default$128: __VLS_WithSlots$154<vue32.DefineComponent<DropdownMenuPortalProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DropdownMenuPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4075
4077
|
default?: (props: {}) => any;
|
|
4076
4078
|
}>;
|
|
4077
4079
|
type __VLS_WithSlots$154<T, S> = T & {
|
|
@@ -4084,11 +4086,11 @@ type __VLS_WithSlots$154<T, S> = T & {
|
|
|
4084
4086
|
//#region src/DropdownMenu/DropdownMenuRadioGroup.vue.d.ts
|
|
4085
4087
|
type DropdownMenuRadioGroupEmits = MenuRadioGroupEmits;
|
|
4086
4088
|
interface DropdownMenuRadioGroupProps extends MenuRadioGroupProps {}
|
|
4087
|
-
declare const _default$129: __VLS_WithSlots$153<
|
|
4089
|
+
declare const _default$129: __VLS_WithSlots$153<vue32.DefineComponent<MenuRadioGroupProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4088
4090
|
"update:modelValue": (payload: string) => any;
|
|
4089
|
-
}, string,
|
|
4091
|
+
}, string, vue32.PublicProps, Readonly<MenuRadioGroupProps> & Readonly<{
|
|
4090
4092
|
"onUpdate:modelValue"?: ((payload: string) => any) | undefined;
|
|
4091
|
-
}>, {}, {}, {}, {}, string,
|
|
4093
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4092
4094
|
default?: (props: {}) => any;
|
|
4093
4095
|
}>;
|
|
4094
4096
|
type __VLS_WithSlots$153<T, S> = T & {
|
|
@@ -4101,11 +4103,11 @@ type __VLS_WithSlots$153<T, S> = T & {
|
|
|
4101
4103
|
//#region src/DropdownMenu/DropdownMenuRadioItem.vue.d.ts
|
|
4102
4104
|
type DropdownMenuRadioItemEmits = MenuRadioItemEmits;
|
|
4103
4105
|
interface DropdownMenuRadioItemProps extends MenuRadioItemProps {}
|
|
4104
|
-
declare const _default$130: __VLS_WithSlots$152<
|
|
4106
|
+
declare const _default$130: __VLS_WithSlots$152<vue32.DefineComponent<DropdownMenuRadioItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4105
4107
|
select: (event: Event) => any;
|
|
4106
|
-
}, string,
|
|
4108
|
+
}, string, vue32.PublicProps, Readonly<DropdownMenuRadioItemProps> & Readonly<{
|
|
4107
4109
|
onSelect?: ((event: Event) => any) | undefined;
|
|
4108
|
-
}>, {}, {}, {}, {}, string,
|
|
4110
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4109
4111
|
default?: (props: {}) => any;
|
|
4110
4112
|
}>;
|
|
4111
4113
|
type __VLS_WithSlots$152<T, S> = T & {
|
|
@@ -4132,14 +4134,14 @@ interface DropdownMenuRootContext {
|
|
|
4132
4134
|
dir: Ref<Direction>;
|
|
4133
4135
|
}
|
|
4134
4136
|
declare const injectDropdownMenuRootContext: <T extends DropdownMenuRootContext | null | undefined = DropdownMenuRootContext>(fallback?: T | undefined) => T extends null ? DropdownMenuRootContext | null : DropdownMenuRootContext, provideDropdownMenuRootContext: (contextValue: DropdownMenuRootContext) => DropdownMenuRootContext;
|
|
4135
|
-
declare const _default$131: __VLS_WithSlots$151<
|
|
4137
|
+
declare const _default$131: __VLS_WithSlots$151<vue32.DefineComponent<DropdownMenuRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4136
4138
|
"update:open": (payload: boolean) => any;
|
|
4137
|
-
}, string,
|
|
4139
|
+
}, string, vue32.PublicProps, Readonly<DropdownMenuRootProps> & Readonly<{
|
|
4138
4140
|
"onUpdate:open"?: ((payload: boolean) => any) | undefined;
|
|
4139
4141
|
}>, {
|
|
4140
4142
|
open: boolean;
|
|
4141
4143
|
modal: boolean;
|
|
4142
|
-
}, {}, {}, {}, string,
|
|
4144
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4143
4145
|
default?: (props: {
|
|
4144
4146
|
/** Current open state */
|
|
4145
4147
|
open: boolean;
|
|
@@ -4154,7 +4156,7 @@ type __VLS_WithSlots$151<T, S> = T & {
|
|
|
4154
4156
|
//#endregion
|
|
4155
4157
|
//#region src/DropdownMenu/DropdownMenuSeparator.vue.d.ts
|
|
4156
4158
|
interface DropdownMenuSeparatorProps extends MenuSeparatorProps {}
|
|
4157
|
-
declare const _default$132: __VLS_WithSlots$150<
|
|
4159
|
+
declare const _default$132: __VLS_WithSlots$150<vue32.DefineComponent<DropdownMenuSeparatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DropdownMenuSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4158
4160
|
default?: (props: {}) => any;
|
|
4159
4161
|
}>;
|
|
4160
4162
|
type __VLS_WithSlots$150<T, S> = T & {
|
|
@@ -4170,13 +4172,13 @@ interface DropdownMenuSubProps extends MenuSubProps {
|
|
|
4170
4172
|
/** The open state of the dropdown menu when it is initially rendered. Use when you do not need to control its open state. */
|
|
4171
4173
|
defaultOpen?: boolean;
|
|
4172
4174
|
}
|
|
4173
|
-
declare const _default$133: __VLS_WithSlots$149<
|
|
4175
|
+
declare const _default$133: __VLS_WithSlots$149<vue32.DefineComponent<DropdownMenuSubProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4174
4176
|
"update:open": (payload: boolean) => any;
|
|
4175
|
-
}, string,
|
|
4177
|
+
}, string, vue32.PublicProps, Readonly<DropdownMenuSubProps> & Readonly<{
|
|
4176
4178
|
"onUpdate:open"?: ((payload: boolean) => any) | undefined;
|
|
4177
4179
|
}>, {
|
|
4178
4180
|
open: boolean;
|
|
4179
|
-
}, {}, {}, {}, string,
|
|
4181
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4180
4182
|
default?: (props: {
|
|
4181
4183
|
/** Current open state */
|
|
4182
4184
|
open: boolean;
|
|
@@ -4192,23 +4194,23 @@ type __VLS_WithSlots$149<T, S> = T & {
|
|
|
4192
4194
|
//#region src/DropdownMenu/DropdownMenuSubContent.vue.d.ts
|
|
4193
4195
|
type DropdownMenuSubContentEmits = MenuSubContentEmits;
|
|
4194
4196
|
interface DropdownMenuSubContentProps extends MenuSubContentProps {}
|
|
4195
|
-
declare const _default$134: __VLS_WithSlots$148<
|
|
4196
|
-
entryFocus: (event: Event) => any;
|
|
4197
|
+
declare const _default$134: __VLS_WithSlots$148<vue32.DefineComponent<DropdownMenuSubContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4197
4198
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
4198
4199
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
4199
4200
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
4200
4201
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
4201
4202
|
openAutoFocus: (event: Event) => any;
|
|
4202
4203
|
closeAutoFocus: (event: Event) => any;
|
|
4203
|
-
|
|
4204
|
-
|
|
4204
|
+
entryFocus: (event: Event) => any;
|
|
4205
|
+
}, string, vue32.PublicProps, Readonly<DropdownMenuSubContentProps> & Readonly<{
|
|
4205
4206
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
4206
4207
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
4207
4208
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
4208
4209
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
4209
4210
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
4210
4211
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
4211
|
-
|
|
4212
|
+
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
4213
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4212
4214
|
default?: (props: {}) => any;
|
|
4213
4215
|
}>;
|
|
4214
4216
|
type __VLS_WithSlots$148<T, S> = T & {
|
|
@@ -4220,7 +4222,7 @@ type __VLS_WithSlots$148<T, S> = T & {
|
|
|
4220
4222
|
//#endregion
|
|
4221
4223
|
//#region src/DropdownMenu/DropdownMenuSubTrigger.vue.d.ts
|
|
4222
4224
|
interface DropdownMenuSubTriggerProps extends MenuSubTriggerProps {}
|
|
4223
|
-
declare const _default$135: __VLS_WithSlots$147<
|
|
4225
|
+
declare const _default$135: __VLS_WithSlots$147<vue32.DefineComponent<DropdownMenuSubTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DropdownMenuSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4224
4226
|
default?: (props: {}) => any;
|
|
4225
4227
|
}>;
|
|
4226
4228
|
type __VLS_WithSlots$147<T, S> = T & {
|
|
@@ -4235,9 +4237,9 @@ interface DropdownMenuTriggerProps extends PrimitiveProps {
|
|
|
4235
4237
|
/** When `true`, prevents the user from interacting with item */
|
|
4236
4238
|
disabled?: boolean;
|
|
4237
4239
|
}
|
|
4238
|
-
declare const _default$136: __VLS_WithSlots$146<
|
|
4239
|
-
as: AsTag |
|
|
4240
|
-
}, {}, {}, {}, string,
|
|
4240
|
+
declare const _default$136: __VLS_WithSlots$146<vue32.DefineComponent<DropdownMenuTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<DropdownMenuTriggerProps> & Readonly<{}>, {
|
|
4241
|
+
as: AsTag | vue32.Component;
|
|
4242
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4241
4243
|
default?: (props: {}) => any;
|
|
4242
4244
|
}>;
|
|
4243
4245
|
type __VLS_WithSlots$146<T, S> = T & {
|
|
@@ -4249,9 +4251,9 @@ type __VLS_WithSlots$146<T, S> = T & {
|
|
|
4249
4251
|
//#endregion
|
|
4250
4252
|
//#region src/Editable/EditableArea.vue.d.ts
|
|
4251
4253
|
interface EditableAreaProps extends PrimitiveProps {}
|
|
4252
|
-
declare const _default$137: __VLS_WithSlots$145<
|
|
4253
|
-
as: AsTag |
|
|
4254
|
-
}, {}, {}, {}, string,
|
|
4254
|
+
declare const _default$137: __VLS_WithSlots$145<vue32.DefineComponent<EditableAreaProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<EditableAreaProps> & Readonly<{}>, {
|
|
4255
|
+
as: AsTag | vue32.Component;
|
|
4256
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4255
4257
|
default?: (props: {}) => any;
|
|
4256
4258
|
}>;
|
|
4257
4259
|
type __VLS_WithSlots$145<T, S> = T & {
|
|
@@ -4263,9 +4265,9 @@ type __VLS_WithSlots$145<T, S> = T & {
|
|
|
4263
4265
|
//#endregion
|
|
4264
4266
|
//#region src/Editable/EditableCancelTrigger.vue.d.ts
|
|
4265
4267
|
interface EditableCancelTriggerProps extends PrimitiveProps {}
|
|
4266
|
-
declare const _default$138: __VLS_WithSlots$144<
|
|
4267
|
-
as: AsTag |
|
|
4268
|
-
}, {}, {}, {}, string,
|
|
4268
|
+
declare const _default$138: __VLS_WithSlots$144<vue32.DefineComponent<EditableCancelTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<EditableCancelTriggerProps> & Readonly<{}>, {
|
|
4269
|
+
as: AsTag | vue32.Component;
|
|
4270
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4269
4271
|
default?: (props: {}) => any;
|
|
4270
4272
|
}>;
|
|
4271
4273
|
type __VLS_WithSlots$144<T, S> = T & {
|
|
@@ -4277,9 +4279,9 @@ type __VLS_WithSlots$144<T, S> = T & {
|
|
|
4277
4279
|
//#endregion
|
|
4278
4280
|
//#region src/Editable/EditableEditTrigger.vue.d.ts
|
|
4279
4281
|
interface EditableEditTriggerProps extends PrimitiveProps {}
|
|
4280
|
-
declare const _default$139: __VLS_WithSlots$143<
|
|
4281
|
-
as: AsTag |
|
|
4282
|
-
}, {}, {}, {}, string,
|
|
4282
|
+
declare const _default$139: __VLS_WithSlots$143<vue32.DefineComponent<EditableEditTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<EditableEditTriggerProps> & Readonly<{}>, {
|
|
4283
|
+
as: AsTag | vue32.Component;
|
|
4284
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4283
4285
|
default?: (props: {}) => any;
|
|
4284
4286
|
}>;
|
|
4285
4287
|
type __VLS_WithSlots$143<T, S> = T & {
|
|
@@ -4291,9 +4293,9 @@ type __VLS_WithSlots$143<T, S> = T & {
|
|
|
4291
4293
|
//#endregion
|
|
4292
4294
|
//#region src/Editable/EditableInput.vue.d.ts
|
|
4293
4295
|
interface EditableInputProps extends PrimitiveProps {}
|
|
4294
|
-
declare const _default$140: __VLS_WithSlots$142<
|
|
4295
|
-
as: AsTag |
|
|
4296
|
-
}, {}, {}, {}, string,
|
|
4296
|
+
declare const _default$140: __VLS_WithSlots$142<vue32.DefineComponent<EditableInputProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<EditableInputProps> & Readonly<{}>, {
|
|
4297
|
+
as: AsTag | vue32.Component;
|
|
4298
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4297
4299
|
default?: (props: {}) => any;
|
|
4298
4300
|
}>;
|
|
4299
4301
|
type __VLS_WithSlots$142<T, S> = T & {
|
|
@@ -4305,9 +4307,9 @@ type __VLS_WithSlots$142<T, S> = T & {
|
|
|
4305
4307
|
//#endregion
|
|
4306
4308
|
//#region src/Editable/EditablePreview.vue.d.ts
|
|
4307
4309
|
interface EditablePreviewProps extends PrimitiveProps {}
|
|
4308
|
-
declare const _default$141: __VLS_WithSlots$141<
|
|
4309
|
-
as: AsTag |
|
|
4310
|
-
}, {}, {}, {}, string,
|
|
4310
|
+
declare const _default$141: __VLS_WithSlots$141<vue32.DefineComponent<EditablePreviewProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<EditablePreviewProps> & Readonly<{}>, {
|
|
4311
|
+
as: AsTag | vue32.Component;
|
|
4312
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4311
4313
|
default?: (props: {}) => any;
|
|
4312
4314
|
}>;
|
|
4313
4315
|
type __VLS_WithSlots$141<T, S> = T & {
|
|
@@ -4384,24 +4386,24 @@ type EditableRootEmits = {
|
|
|
4384
4386
|
'update:state': [state: 'edit' | 'submit' | 'cancel'];
|
|
4385
4387
|
};
|
|
4386
4388
|
declare const injectEditableRootContext: <T extends EditableRootContext | null | undefined = EditableRootContext>(fallback?: T | undefined) => T extends null ? EditableRootContext | null : EditableRootContext, provideEditableRootContext: (contextValue: EditableRootContext) => EditableRootContext;
|
|
4387
|
-
declare const _default$142: __VLS_WithSlots$140<
|
|
4389
|
+
declare const _default$142: __VLS_WithSlots$140<vue32.DefineComponent<EditableRootProps, {
|
|
4388
4390
|
/** Function to submit the value of the editable */
|
|
4389
4391
|
submit: () => void;
|
|
4390
4392
|
/** Function to cancel the value of the editable */
|
|
4391
4393
|
cancel: () => void;
|
|
4392
4394
|
/** Function to set the editable in edit mode */
|
|
4393
4395
|
edit: () => void;
|
|
4394
|
-
}, {}, {}, {},
|
|
4396
|
+
}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4395
4397
|
submit: (value: string | null | undefined) => any;
|
|
4396
4398
|
"update:modelValue": (value: string) => any;
|
|
4397
4399
|
"update:state": (state: "cancel" | "submit" | "edit") => any;
|
|
4398
|
-
}, string,
|
|
4400
|
+
}, string, vue32.PublicProps, Readonly<EditableRootProps> & Readonly<{
|
|
4399
4401
|
onSubmit?: ((value: string | null | undefined) => any) | undefined;
|
|
4400
4402
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4401
4403
|
"onUpdate:state"?: ((state: "cancel" | "submit" | "edit") => any) | undefined;
|
|
4402
4404
|
}>, {
|
|
4403
4405
|
required: boolean;
|
|
4404
|
-
as: AsTag |
|
|
4406
|
+
as: AsTag | vue32.Component;
|
|
4405
4407
|
placeholder: string | {
|
|
4406
4408
|
edit: string;
|
|
4407
4409
|
preview: string;
|
|
@@ -4411,7 +4413,7 @@ declare const _default$142: __VLS_WithSlots$140<vue37.DefineComponent<EditableRo
|
|
|
4411
4413
|
selectOnFocus: boolean;
|
|
4412
4414
|
submitMode: SubmitMode;
|
|
4413
4415
|
autoResize: boolean;
|
|
4414
|
-
}, {}, {}, {}, string,
|
|
4416
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4415
4417
|
default?: (props: {
|
|
4416
4418
|
/** Whether the editable field is in edit mode */
|
|
4417
4419
|
isEditing: boolean;
|
|
@@ -4436,9 +4438,9 @@ type __VLS_WithSlots$140<T, S> = T & {
|
|
|
4436
4438
|
//#endregion
|
|
4437
4439
|
//#region src/Editable/EditableSubmitTrigger.vue.d.ts
|
|
4438
4440
|
interface EditableSubmitTriggerProps extends PrimitiveProps {}
|
|
4439
|
-
declare const _default$143: __VLS_WithSlots$139<
|
|
4440
|
-
as: AsTag |
|
|
4441
|
-
}, {}, {}, {}, string,
|
|
4441
|
+
declare const _default$143: __VLS_WithSlots$139<vue32.DefineComponent<EditableSubmitTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<EditableSubmitTriggerProps> & Readonly<{}>, {
|
|
4442
|
+
as: AsTag | vue32.Component;
|
|
4443
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4442
4444
|
default?: (props: {}) => any;
|
|
4443
4445
|
}>;
|
|
4444
4446
|
type __VLS_WithSlots$139<T, S> = T & {
|
|
@@ -4450,11 +4452,11 @@ type __VLS_WithSlots$139<T, S> = T & {
|
|
|
4450
4452
|
//#endregion
|
|
4451
4453
|
//#region src/HoverCard/HoverCardArrow.vue.d.ts
|
|
4452
4454
|
interface HoverCardArrowProps extends PopperArrowProps {}
|
|
4453
|
-
declare const _default$145: __VLS_WithSlots$138<
|
|
4454
|
-
as: AsTag |
|
|
4455
|
+
declare const _default$145: __VLS_WithSlots$138<vue32.DefineComponent<HoverCardArrowProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<HoverCardArrowProps> & Readonly<{}>, {
|
|
4456
|
+
as: AsTag | vue32.Component;
|
|
4455
4457
|
width: number;
|
|
4456
4458
|
height: number;
|
|
4457
|
-
}, {}, {}, {}, string,
|
|
4459
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4458
4460
|
default?: (props: {}) => any;
|
|
4459
4461
|
}>;
|
|
4460
4462
|
type __VLS_WithSlots$138<T, S> = T & {
|
|
@@ -4475,17 +4477,17 @@ interface HoverCardContentProps extends HoverCardContentImplProps {
|
|
|
4475
4477
|
*/
|
|
4476
4478
|
forceMount?: boolean;
|
|
4477
4479
|
}
|
|
4478
|
-
declare const _default$146: __VLS_WithSlots$137<
|
|
4480
|
+
declare const _default$146: __VLS_WithSlots$137<vue32.DefineComponent<HoverCardContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4479
4481
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
4480
4482
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
4481
4483
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
4482
4484
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
4483
|
-
}, string,
|
|
4485
|
+
}, string, vue32.PublicProps, Readonly<HoverCardContentProps> & Readonly<{
|
|
4484
4486
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
4485
4487
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
4486
4488
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
4487
4489
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
4488
|
-
}>, {}, {}, {}, {}, string,
|
|
4490
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4489
4491
|
default?: (props: {}) => any;
|
|
4490
4492
|
}>;
|
|
4491
4493
|
type __VLS_WithSlots$137<T, S> = T & {
|
|
@@ -4497,7 +4499,7 @@ type __VLS_WithSlots$137<T, S> = T & {
|
|
|
4497
4499
|
//#endregion
|
|
4498
4500
|
//#region src/HoverCard/HoverCardPortal.vue.d.ts
|
|
4499
4501
|
interface HoverCardPortalProps extends TeleportProps {}
|
|
4500
|
-
declare const _default$147: __VLS_WithSlots$136<
|
|
4502
|
+
declare const _default$147: __VLS_WithSlots$136<vue32.DefineComponent<HoverCardPortalProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<HoverCardPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4501
4503
|
default?: (props: {}) => any;
|
|
4502
4504
|
}>;
|
|
4503
4505
|
type __VLS_WithSlots$136<T, S> = T & {
|
|
@@ -4534,16 +4536,16 @@ interface HoverCardRootContext {
|
|
|
4534
4536
|
triggerElement: Ref<HTMLElement | undefined>;
|
|
4535
4537
|
}
|
|
4536
4538
|
declare const injectHoverCardRootContext: <T extends HoverCardRootContext | null | undefined = HoverCardRootContext>(fallback?: T | undefined) => T extends null ? HoverCardRootContext | null : HoverCardRootContext, provideHoverCardRootContext: (contextValue: HoverCardRootContext) => HoverCardRootContext;
|
|
4537
|
-
declare const _default$148: __VLS_WithSlots$135<
|
|
4539
|
+
declare const _default$148: __VLS_WithSlots$135<vue32.DefineComponent<HoverCardRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4538
4540
|
"update:open": (value: boolean) => any;
|
|
4539
|
-
}, string,
|
|
4541
|
+
}, string, vue32.PublicProps, Readonly<HoverCardRootProps> & Readonly<{
|
|
4540
4542
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
4541
4543
|
}>, {
|
|
4542
|
-
open: boolean;
|
|
4543
4544
|
defaultOpen: boolean;
|
|
4545
|
+
open: boolean;
|
|
4544
4546
|
openDelay: number;
|
|
4545
4547
|
closeDelay: number;
|
|
4546
|
-
}, {}, {}, {}, string,
|
|
4548
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4547
4549
|
default?: (props: {
|
|
4548
4550
|
/** Current open state */
|
|
4549
4551
|
open: boolean;
|
|
@@ -4558,9 +4560,9 @@ type __VLS_WithSlots$135<T, S> = T & {
|
|
|
4558
4560
|
//#endregion
|
|
4559
4561
|
//#region src/HoverCard/HoverCardTrigger.vue.d.ts
|
|
4560
4562
|
interface HoverCardTriggerProps extends PopperAnchorProps {}
|
|
4561
|
-
declare const _default$149: __VLS_WithSlots$134<
|
|
4562
|
-
as: AsTag |
|
|
4563
|
-
}, {}, {}, {}, string,
|
|
4563
|
+
declare const _default$149: __VLS_WithSlots$134<vue32.DefineComponent<HoverCardTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<HoverCardTriggerProps> & Readonly<{}>, {
|
|
4564
|
+
as: AsTag | vue32.Component;
|
|
4565
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4564
4566
|
default?: (props: {}) => any;
|
|
4565
4567
|
}>;
|
|
4566
4568
|
type __VLS_WithSlots$134<T, S> = T & {
|
|
@@ -4575,9 +4577,9 @@ interface LabelProps extends PrimitiveProps {
|
|
|
4575
4577
|
/** The id of the element the label is associated with. */
|
|
4576
4578
|
for?: string;
|
|
4577
4579
|
}
|
|
4578
|
-
declare const _default$150: __VLS_WithSlots$133<
|
|
4579
|
-
as: AsTag |
|
|
4580
|
-
}, {}, {}, {}, string,
|
|
4580
|
+
declare const _default$150: __VLS_WithSlots$133<vue32.DefineComponent<LabelProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<LabelProps> & Readonly<{}>, {
|
|
4581
|
+
as: AsTag | vue32.Component;
|
|
4582
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4581
4583
|
default?: (props: {}) => any;
|
|
4582
4584
|
}>;
|
|
4583
4585
|
type __VLS_WithSlots$133<T, S> = T & {
|
|
@@ -4589,11 +4591,11 @@ type __VLS_WithSlots$133<T, S> = T & {
|
|
|
4589
4591
|
//#endregion
|
|
4590
4592
|
//#region src/Menubar/MenubarArrow.vue.d.ts
|
|
4591
4593
|
interface MenubarArrowProps extends MenuArrowProps {}
|
|
4592
|
-
declare const _default$159: __VLS_WithSlots$132<
|
|
4593
|
-
as: AsTag |
|
|
4594
|
+
declare const _default$159: __VLS_WithSlots$132<vue32.DefineComponent<MenubarArrowProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<MenubarArrowProps> & Readonly<{}>, {
|
|
4595
|
+
as: AsTag | vue32.Component;
|
|
4594
4596
|
width: number;
|
|
4595
4597
|
height: number;
|
|
4596
|
-
}, {}, {}, {}, string,
|
|
4598
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4597
4599
|
default?: (props: {}) => any;
|
|
4598
4600
|
}>;
|
|
4599
4601
|
type __VLS_WithSlots$132<T, S> = T & {
|
|
@@ -4606,13 +4608,13 @@ type __VLS_WithSlots$132<T, S> = T & {
|
|
|
4606
4608
|
//#region src/Menubar/MenubarCheckboxItem.vue.d.ts
|
|
4607
4609
|
type MenubarCheckboxItemEmits = MenuCheckboxItemEmits;
|
|
4608
4610
|
interface MenubarCheckboxItemProps extends MenuCheckboxItemProps {}
|
|
4609
|
-
declare const _default$160: __VLS_WithSlots$131<
|
|
4611
|
+
declare const _default$160: __VLS_WithSlots$131<vue32.DefineComponent<MenubarCheckboxItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4610
4612
|
select: (event: Event) => any;
|
|
4611
4613
|
"update:modelValue": (payload: boolean) => any;
|
|
4612
|
-
}, string,
|
|
4614
|
+
}, string, vue32.PublicProps, Readonly<MenubarCheckboxItemProps> & Readonly<{
|
|
4613
4615
|
onSelect?: ((event: Event) => any) | undefined;
|
|
4614
4616
|
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
|
4615
|
-
}>, {}, {}, {}, {}, string,
|
|
4617
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4616
4618
|
default?: (props: {}) => any;
|
|
4617
4619
|
}>;
|
|
4618
4620
|
type __VLS_WithSlots$131<T, S> = T & {
|
|
@@ -4624,13 +4626,13 @@ type __VLS_WithSlots$131<T, S> = T & {
|
|
|
4624
4626
|
//#endregion
|
|
4625
4627
|
//#region src/Menubar/MenubarContent.vue.d.ts
|
|
4626
4628
|
interface MenubarContentProps extends MenuContentProps {}
|
|
4627
|
-
declare const _default$161: __VLS_WithSlots$130<
|
|
4629
|
+
declare const _default$161: __VLS_WithSlots$130<vue32.DefineComponent<MenubarContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4628
4630
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
4629
4631
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
4630
4632
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
4631
4633
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
4632
4634
|
closeAutoFocus: (event: Event) => any;
|
|
4633
|
-
}, string,
|
|
4635
|
+
}, string, vue32.PublicProps, Readonly<MenubarContentProps> & Readonly<{
|
|
4634
4636
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
4635
4637
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
4636
4638
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
@@ -4638,7 +4640,7 @@ declare const _default$161: __VLS_WithSlots$130<vue37.DefineComponent<MenubarCon
|
|
|
4638
4640
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
4639
4641
|
}>, {
|
|
4640
4642
|
align: Align;
|
|
4641
|
-
}, {}, {}, {}, string,
|
|
4643
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4642
4644
|
default?: (props: {}) => any;
|
|
4643
4645
|
}>;
|
|
4644
4646
|
type __VLS_WithSlots$130<T, S> = T & {
|
|
@@ -4650,7 +4652,7 @@ type __VLS_WithSlots$130<T, S> = T & {
|
|
|
4650
4652
|
//#endregion
|
|
4651
4653
|
//#region src/Menubar/MenubarGroup.vue.d.ts
|
|
4652
4654
|
interface MenubarGroupProps extends MenuGroupProps {}
|
|
4653
|
-
declare const _default$162: __VLS_WithSlots$129<
|
|
4655
|
+
declare const _default$162: __VLS_WithSlots$129<vue32.DefineComponent<MenubarGroupProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<MenubarGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4654
4656
|
default?: (props: {}) => any;
|
|
4655
4657
|
}>;
|
|
4656
4658
|
type __VLS_WithSlots$129<T, S> = T & {
|
|
@@ -4663,11 +4665,11 @@ type __VLS_WithSlots$129<T, S> = T & {
|
|
|
4663
4665
|
//#region src/Menubar/MenubarItem.vue.d.ts
|
|
4664
4666
|
type MenubarItemEmits = MenuItemEmits;
|
|
4665
4667
|
interface MenubarItemProps extends MenuItemProps {}
|
|
4666
|
-
declare const _default$163: __VLS_WithSlots$128<
|
|
4668
|
+
declare const _default$163: __VLS_WithSlots$128<vue32.DefineComponent<MenubarItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4667
4669
|
select: (event: Event) => any;
|
|
4668
|
-
}, string,
|
|
4670
|
+
}, string, vue32.PublicProps, Readonly<MenubarItemProps> & Readonly<{
|
|
4669
4671
|
onSelect?: ((event: Event) => any) | undefined;
|
|
4670
|
-
}>, {}, {}, {}, {}, string,
|
|
4672
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4671
4673
|
default?: (props: {}) => any;
|
|
4672
4674
|
}>;
|
|
4673
4675
|
type __VLS_WithSlots$128<T, S> = T & {
|
|
@@ -4679,7 +4681,7 @@ type __VLS_WithSlots$128<T, S> = T & {
|
|
|
4679
4681
|
//#endregion
|
|
4680
4682
|
//#region src/Menubar/MenubarItemIndicator.vue.d.ts
|
|
4681
4683
|
interface MenubarItemIndicatorProps extends MenuItemIndicatorProps {}
|
|
4682
|
-
declare const _default$164: __VLS_WithSlots$127<
|
|
4684
|
+
declare const _default$164: __VLS_WithSlots$127<vue32.DefineComponent<MenubarItemIndicatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<MenubarItemIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4683
4685
|
default?: (props: {}) => any;
|
|
4684
4686
|
}>;
|
|
4685
4687
|
type __VLS_WithSlots$127<T, S> = T & {
|
|
@@ -4691,7 +4693,7 @@ type __VLS_WithSlots$127<T, S> = T & {
|
|
|
4691
4693
|
//#endregion
|
|
4692
4694
|
//#region src/Menubar/MenubarLabel.vue.d.ts
|
|
4693
4695
|
interface MenubarLabelProps extends MenuLabelProps {}
|
|
4694
|
-
declare const _default$165: __VLS_WithSlots$126<
|
|
4696
|
+
declare const _default$165: __VLS_WithSlots$126<vue32.DefineComponent<MenubarLabelProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<MenubarLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4695
4697
|
default?: (props: {}) => any;
|
|
4696
4698
|
}>;
|
|
4697
4699
|
type __VLS_WithSlots$126<T, S> = T & {
|
|
@@ -4718,7 +4720,7 @@ type MenubarMenuContext = {
|
|
|
4718
4720
|
wasKeyboardTriggerOpenRef: Ref<boolean>;
|
|
4719
4721
|
};
|
|
4720
4722
|
declare const injectMenubarMenuContext: <T extends MenubarMenuContext | null | undefined = MenubarMenuContext>(fallback?: T | undefined) => T extends null ? MenubarMenuContext | null : MenubarMenuContext, provideMenubarMenuContext: (contextValue: MenubarMenuContext) => MenubarMenuContext;
|
|
4721
|
-
declare const _default$166: __VLS_WithSlots$125<
|
|
4723
|
+
declare const _default$166: __VLS_WithSlots$125<vue32.DefineComponent<MenubarMenuProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<MenubarMenuProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4722
4724
|
default?: (props: {}) => any;
|
|
4723
4725
|
}>;
|
|
4724
4726
|
type __VLS_WithSlots$125<T, S> = T & {
|
|
@@ -4730,7 +4732,7 @@ type __VLS_WithSlots$125<T, S> = T & {
|
|
|
4730
4732
|
//#endregion
|
|
4731
4733
|
//#region src/Menubar/MenubarPortal.vue.d.ts
|
|
4732
4734
|
interface MenubarPortalProps extends MenuPortalProps {}
|
|
4733
|
-
declare const _default$167: __VLS_WithSlots$124<
|
|
4735
|
+
declare const _default$167: __VLS_WithSlots$124<vue32.DefineComponent<MenubarPortalProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<MenubarPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4734
4736
|
default?: (props: {}) => any;
|
|
4735
4737
|
}>;
|
|
4736
4738
|
type __VLS_WithSlots$124<T, S> = T & {
|
|
@@ -4743,11 +4745,11 @@ type __VLS_WithSlots$124<T, S> = T & {
|
|
|
4743
4745
|
//#region src/Menubar/MenubarRadioGroup.vue.d.ts
|
|
4744
4746
|
type MenubarRadioGroupEmits = MenuRadioGroupEmits;
|
|
4745
4747
|
interface MenubarRadioGroupProps extends MenuRadioGroupProps {}
|
|
4746
|
-
declare const _default$168: __VLS_WithSlots$123<
|
|
4748
|
+
declare const _default$168: __VLS_WithSlots$123<vue32.DefineComponent<MenubarRadioGroupProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4747
4749
|
"update:modelValue": (payload: string) => any;
|
|
4748
|
-
}, string,
|
|
4750
|
+
}, string, vue32.PublicProps, Readonly<MenubarRadioGroupProps> & Readonly<{
|
|
4749
4751
|
"onUpdate:modelValue"?: ((payload: string) => any) | undefined;
|
|
4750
|
-
}>, {}, {}, {}, {}, string,
|
|
4752
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4751
4753
|
default?: (props: {}) => any;
|
|
4752
4754
|
}>;
|
|
4753
4755
|
type __VLS_WithSlots$123<T, S> = T & {
|
|
@@ -4760,11 +4762,11 @@ type __VLS_WithSlots$123<T, S> = T & {
|
|
|
4760
4762
|
//#region src/Menubar/MenubarRadioItem.vue.d.ts
|
|
4761
4763
|
type MenubarRadioItemEmits = MenuRadioItemEmits;
|
|
4762
4764
|
interface MenubarRadioItemProps extends MenuRadioItemProps {}
|
|
4763
|
-
declare const _default$169: __VLS_WithSlots$122<
|
|
4765
|
+
declare const _default$169: __VLS_WithSlots$122<vue32.DefineComponent<MenuRadioItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4764
4766
|
select: (event: Event) => any;
|
|
4765
|
-
}, string,
|
|
4767
|
+
}, string, vue32.PublicProps, Readonly<MenuRadioItemProps> & Readonly<{
|
|
4766
4768
|
onSelect?: ((event: Event) => any) | undefined;
|
|
4767
|
-
}>, {}, {}, {}, {}, string,
|
|
4769
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4768
4770
|
default?: (props: {}) => any;
|
|
4769
4771
|
}>;
|
|
4770
4772
|
type __VLS_WithSlots$122<T, S> = T & {
|
|
@@ -4802,13 +4804,13 @@ interface MenubarRootContext {
|
|
|
4802
4804
|
onMenuToggle: (value: string) => void;
|
|
4803
4805
|
}
|
|
4804
4806
|
declare const injectMenubarRootContext: <T extends MenubarRootContext | null | undefined = MenubarRootContext>(fallback?: T | undefined) => T extends null ? MenubarRootContext | null : MenubarRootContext, provideMenubarRootContext: (contextValue: MenubarRootContext) => MenubarRootContext;
|
|
4805
|
-
declare const _default$170: __VLS_WithSlots$121<
|
|
4807
|
+
declare const _default$170: __VLS_WithSlots$121<vue32.DefineComponent<MenubarRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4806
4808
|
"update:modelValue": (value: boolean) => any;
|
|
4807
|
-
}, string,
|
|
4809
|
+
}, string, vue32.PublicProps, Readonly<MenubarRootProps> & Readonly<{
|
|
4808
4810
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4809
4811
|
}>, {
|
|
4810
4812
|
loop: boolean;
|
|
4811
|
-
}, {}, {}, {}, string,
|
|
4813
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4812
4814
|
default?: (props: {
|
|
4813
4815
|
/** Current input values */
|
|
4814
4816
|
modelValue: string;
|
|
@@ -4823,7 +4825,7 @@ type __VLS_WithSlots$121<T, S> = T & {
|
|
|
4823
4825
|
//#endregion
|
|
4824
4826
|
//#region src/Menubar/MenubarSeparator.vue.d.ts
|
|
4825
4827
|
interface MenubarSeparatorProps extends MenuSeparatorProps {}
|
|
4826
|
-
declare const _default$171: __VLS_WithSlots$120<
|
|
4828
|
+
declare const _default$171: __VLS_WithSlots$120<vue32.DefineComponent<MenubarSeparatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<MenubarSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4827
4829
|
default?: (props: {}) => any;
|
|
4828
4830
|
}>;
|
|
4829
4831
|
type __VLS_WithSlots$120<T, S> = T & {
|
|
@@ -4839,13 +4841,13 @@ interface MenubarSubProps extends MenuSubProps {
|
|
|
4839
4841
|
/** The open state of the submenu when it is initially rendered. Use when you do not need to control its open state. */
|
|
4840
4842
|
defaultOpen?: boolean;
|
|
4841
4843
|
}
|
|
4842
|
-
declare const _default$172: __VLS_WithSlots$119<
|
|
4844
|
+
declare const _default$172: __VLS_WithSlots$119<vue32.DefineComponent<MenubarSubProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4843
4845
|
"update:open": (payload: boolean) => any;
|
|
4844
|
-
}, string,
|
|
4846
|
+
}, string, vue32.PublicProps, Readonly<MenubarSubProps> & Readonly<{
|
|
4845
4847
|
"onUpdate:open"?: ((payload: boolean) => any) | undefined;
|
|
4846
4848
|
}>, {
|
|
4847
4849
|
open: boolean;
|
|
4848
|
-
}, {}, {}, {}, string,
|
|
4850
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4849
4851
|
default?: (props: {
|
|
4850
4852
|
/** Current open state */
|
|
4851
4853
|
open: boolean;
|
|
@@ -4861,23 +4863,23 @@ type __VLS_WithSlots$119<T, S> = T & {
|
|
|
4861
4863
|
//#region src/Menubar/MenubarSubContent.vue.d.ts
|
|
4862
4864
|
type MenubarSubContentEmits = MenuSubContentEmits;
|
|
4863
4865
|
interface MenubarSubContentProps extends MenuSubContentProps {}
|
|
4864
|
-
declare const _default$173: __VLS_WithSlots$118<
|
|
4865
|
-
entryFocus: (event: Event) => any;
|
|
4866
|
+
declare const _default$173: __VLS_WithSlots$118<vue32.DefineComponent<MenubarSubContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4866
4867
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
4867
4868
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
4868
4869
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
4869
4870
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
4870
4871
|
openAutoFocus: (event: Event) => any;
|
|
4871
4872
|
closeAutoFocus: (event: Event) => any;
|
|
4872
|
-
|
|
4873
|
-
|
|
4873
|
+
entryFocus: (event: Event) => any;
|
|
4874
|
+
}, string, vue32.PublicProps, Readonly<MenubarSubContentProps> & Readonly<{
|
|
4874
4875
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
4875
4876
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
4876
4877
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
4877
4878
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
4878
4879
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
4879
4880
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
4880
|
-
|
|
4881
|
+
onEntryFocus?: ((event: Event) => any) | undefined;
|
|
4882
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4881
4883
|
default?: (props: {}) => any;
|
|
4882
4884
|
}>;
|
|
4883
4885
|
type __VLS_WithSlots$118<T, S> = T & {
|
|
@@ -4889,7 +4891,7 @@ type __VLS_WithSlots$118<T, S> = T & {
|
|
|
4889
4891
|
//#endregion
|
|
4890
4892
|
//#region src/Menubar/MenubarSubTrigger.vue.d.ts
|
|
4891
4893
|
interface MenubarSubTriggerProps extends MenuSubTriggerProps {}
|
|
4892
|
-
declare const _default$174: __VLS_WithSlots$117<
|
|
4894
|
+
declare const _default$174: __VLS_WithSlots$117<vue32.DefineComponent<MenubarSubTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<MenubarSubTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4893
4895
|
default?: (props: {}) => any;
|
|
4894
4896
|
}>;
|
|
4895
4897
|
type __VLS_WithSlots$117<T, S> = T & {
|
|
@@ -4904,9 +4906,9 @@ interface MenubarTriggerProps extends PrimitiveProps {
|
|
|
4904
4906
|
/** When `true`, prevents the user from interacting with item */
|
|
4905
4907
|
disabled?: boolean;
|
|
4906
4908
|
}
|
|
4907
|
-
declare const _default$175: __VLS_WithSlots$116<
|
|
4908
|
-
as: AsTag |
|
|
4909
|
-
}, {}, {}, {}, string,
|
|
4909
|
+
declare const _default$175: __VLS_WithSlots$116<vue32.DefineComponent<MenubarTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<MenubarTriggerProps> & Readonly<{}>, {
|
|
4910
|
+
as: AsTag | vue32.Component;
|
|
4911
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4910
4912
|
default?: (props: {}) => any;
|
|
4911
4913
|
}>;
|
|
4912
4914
|
type __VLS_WithSlots$116<T, S> = T & {
|
|
@@ -4929,17 +4931,17 @@ interface NavigationMenuContentProps extends NavigationMenuContentImplProps {
|
|
|
4929
4931
|
*/
|
|
4930
4932
|
forceMount?: boolean;
|
|
4931
4933
|
}
|
|
4932
|
-
declare const _default$176: __VLS_WithSlots$115<
|
|
4934
|
+
declare const _default$176: __VLS_WithSlots$115<vue32.DefineComponent<NavigationMenuContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
4933
4935
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
4934
4936
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
4935
4937
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
4936
4938
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
4937
|
-
}, string,
|
|
4939
|
+
}, string, vue32.PublicProps, Readonly<NavigationMenuContentProps> & Readonly<{
|
|
4938
4940
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
4939
4941
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
4940
4942
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
4941
4943
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
4942
|
-
}>, {}, {}, {}, {}, string,
|
|
4944
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4943
4945
|
default?: (props: {}) => any;
|
|
4944
4946
|
}>;
|
|
4945
4947
|
type __VLS_WithSlots$115<T, S> = T & {
|
|
@@ -4957,7 +4959,7 @@ interface NavigationMenuIndicatorProps extends PrimitiveProps {
|
|
|
4957
4959
|
*/
|
|
4958
4960
|
forceMount?: boolean;
|
|
4959
4961
|
}
|
|
4960
|
-
declare const _default$177: __VLS_WithSlots$114<
|
|
4962
|
+
declare const _default$177: __VLS_WithSlots$114<vue32.DefineComponent<NavigationMenuIndicatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<NavigationMenuIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4961
4963
|
default?: (props: {}) => any;
|
|
4962
4964
|
}>;
|
|
4963
4965
|
type __VLS_WithSlots$114<T, S> = T & {
|
|
@@ -4988,9 +4990,9 @@ type NavigationMenuItemContext = {
|
|
|
4988
4990
|
onRootContentClose: () => void;
|
|
4989
4991
|
};
|
|
4990
4992
|
declare const injectNavigationMenuItemContext: <T extends NavigationMenuItemContext | null | undefined = NavigationMenuItemContext>(fallback?: T | undefined) => T extends null ? NavigationMenuItemContext | null : NavigationMenuItemContext, provideNavigationMenuItemContext: (contextValue: NavigationMenuItemContext) => NavigationMenuItemContext;
|
|
4991
|
-
declare const _default$178: __VLS_WithSlots$113<
|
|
4992
|
-
as: AsTag |
|
|
4993
|
-
}, {}, {}, {}, string,
|
|
4993
|
+
declare const _default$178: __VLS_WithSlots$113<vue32.DefineComponent<NavigationMenuItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<NavigationMenuItemProps> & Readonly<{}>, {
|
|
4994
|
+
as: AsTag | vue32.Component;
|
|
4995
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
4994
4996
|
default?: (props: {}) => any;
|
|
4995
4997
|
}>;
|
|
4996
4998
|
type __VLS_WithSlots$113<T, S> = T & {
|
|
@@ -5015,17 +5017,17 @@ interface NavigationMenuLinkProps extends PrimitiveProps {
|
|
|
5015
5017
|
/** Used to identify the link as the currently active page. */
|
|
5016
5018
|
active?: boolean;
|
|
5017
5019
|
}
|
|
5018
|
-
declare const _default$179: __VLS_WithSlots$112<
|
|
5020
|
+
declare const _default$179: __VLS_WithSlots$112<vue32.DefineComponent<NavigationMenuLinkProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
5019
5021
|
select: (payload: CustomEvent<{
|
|
5020
5022
|
originalEvent: Event;
|
|
5021
5023
|
}>) => any;
|
|
5022
|
-
}, string,
|
|
5024
|
+
}, string, vue32.PublicProps, Readonly<NavigationMenuLinkProps> & Readonly<{
|
|
5023
5025
|
onSelect?: ((payload: CustomEvent<{
|
|
5024
5026
|
originalEvent: Event;
|
|
5025
5027
|
}>) => any) | undefined;
|
|
5026
5028
|
}>, {
|
|
5027
|
-
as: AsTag |
|
|
5028
|
-
}, {}, {}, {}, string,
|
|
5029
|
+
as: AsTag | vue32.Component;
|
|
5030
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5029
5031
|
default?: (props: {}) => any;
|
|
5030
5032
|
}>;
|
|
5031
5033
|
type __VLS_WithSlots$112<T, S> = T & {
|
|
@@ -5037,9 +5039,9 @@ type __VLS_WithSlots$112<T, S> = T & {
|
|
|
5037
5039
|
//#endregion
|
|
5038
5040
|
//#region src/NavigationMenu/NavigationMenuList.vue.d.ts
|
|
5039
5041
|
interface NavigationMenuListProps extends PrimitiveProps {}
|
|
5040
|
-
declare const _default$180: __VLS_WithSlots$111<
|
|
5041
|
-
as: AsTag |
|
|
5042
|
-
}, {}, {}, {}, string,
|
|
5042
|
+
declare const _default$180: __VLS_WithSlots$111<vue32.DefineComponent<NavigationMenuListProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<NavigationMenuListProps> & Readonly<{}>, {
|
|
5043
|
+
as: AsTag | vue32.Component;
|
|
5044
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5043
5045
|
default?: (props: {}) => any;
|
|
5044
5046
|
}>;
|
|
5045
5047
|
type __VLS_WithSlots$111<T, S> = T & {
|
|
@@ -5131,12 +5133,12 @@ interface NavigationMenuContext {
|
|
|
5131
5133
|
onItemDismiss: () => void;
|
|
5132
5134
|
}
|
|
5133
5135
|
declare const injectNavigationMenuContext: <T extends NavigationMenuContext | null | undefined = NavigationMenuContext>(fallback?: T | undefined) => T extends null ? NavigationMenuContext | null : NavigationMenuContext, provideNavigationMenuContext: (contextValue: NavigationMenuContext) => NavigationMenuContext;
|
|
5134
|
-
declare const _default$181: __VLS_WithSlots$110<
|
|
5136
|
+
declare const _default$181: __VLS_WithSlots$110<vue32.DefineComponent<NavigationMenuRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
5135
5137
|
"update:modelValue": (value: string) => any;
|
|
5136
|
-
}, string,
|
|
5138
|
+
}, string, vue32.PublicProps, Readonly<NavigationMenuRootProps> & Readonly<{
|
|
5137
5139
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
5138
5140
|
}>, {
|
|
5139
|
-
as: AsTag |
|
|
5141
|
+
as: AsTag | vue32.Component;
|
|
5140
5142
|
orientation: Orientation;
|
|
5141
5143
|
modelValue: string;
|
|
5142
5144
|
unmountOnHide: boolean;
|
|
@@ -5144,7 +5146,7 @@ declare const _default$181: __VLS_WithSlots$110<vue37.DefineComponent<Navigation
|
|
|
5144
5146
|
skipDelayDuration: number;
|
|
5145
5147
|
disableClickTrigger: boolean;
|
|
5146
5148
|
disableHoverTrigger: boolean;
|
|
5147
|
-
}, {}, {}, {}, string,
|
|
5149
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5148
5150
|
default?: (props: {
|
|
5149
5151
|
/** Current input values */
|
|
5150
5152
|
modelValue: string;
|
|
@@ -5174,13 +5176,13 @@ interface NavigationMenuSubProps extends PrimitiveProps {
|
|
|
5174
5176
|
/** The orientation of the menu. */
|
|
5175
5177
|
orientation?: Orientation;
|
|
5176
5178
|
}
|
|
5177
|
-
declare const _default$182: __VLS_WithSlots$109<
|
|
5179
|
+
declare const _default$182: __VLS_WithSlots$109<vue32.DefineComponent<NavigationMenuSubProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
5178
5180
|
"update:modelValue": (value: string) => any;
|
|
5179
|
-
}, string,
|
|
5181
|
+
}, string, vue32.PublicProps, Readonly<NavigationMenuSubProps> & Readonly<{
|
|
5180
5182
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
5181
5183
|
}>, {
|
|
5182
5184
|
orientation: Orientation;
|
|
5183
|
-
}, {}, {}, {}, string,
|
|
5185
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5184
5186
|
default?: (props: {
|
|
5185
5187
|
/** Current input values */
|
|
5186
5188
|
modelValue: string;
|
|
@@ -5198,9 +5200,9 @@ interface NavigationMenuTriggerProps extends PrimitiveProps {
|
|
|
5198
5200
|
/** When `true`, prevents the user from interacting with item */
|
|
5199
5201
|
disabled?: boolean;
|
|
5200
5202
|
}
|
|
5201
|
-
declare const _default$183: __VLS_WithSlots$108<
|
|
5202
|
-
as: AsTag |
|
|
5203
|
-
}, {}, {}, {}, string,
|
|
5203
|
+
declare const _default$183: __VLS_WithSlots$108<vue32.DefineComponent<NavigationMenuTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<NavigationMenuTriggerProps> & Readonly<{}>, {
|
|
5204
|
+
as: AsTag | vue32.Component;
|
|
5205
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5204
5206
|
default?: (props: {}) => any;
|
|
5205
5207
|
}>;
|
|
5206
5208
|
type __VLS_WithSlots$108<T, S> = T & {
|
|
@@ -5223,9 +5225,9 @@ interface NavigationMenuViewportProps extends PrimitiveProps {
|
|
|
5223
5225
|
*/
|
|
5224
5226
|
align?: 'start' | 'center' | 'end';
|
|
5225
5227
|
}
|
|
5226
|
-
declare const _default$184: __VLS_WithSlots$107<
|
|
5228
|
+
declare const _default$184: __VLS_WithSlots$107<vue32.DefineComponent<NavigationMenuViewportProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<NavigationMenuViewportProps> & Readonly<{}>, {
|
|
5227
5229
|
align: "start" | "center" | "end";
|
|
5228
|
-
}, {}, {}, {}, string,
|
|
5230
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5229
5231
|
default?: (props: {}) => any;
|
|
5230
5232
|
}>;
|
|
5231
5233
|
type __VLS_WithSlots$107<T, S> = T & {
|
|
@@ -5239,9 +5241,9 @@ type __VLS_WithSlots$107<T, S> = T & {
|
|
|
5239
5241
|
interface NumberFieldDecrementProps extends PrimitiveProps {
|
|
5240
5242
|
disabled?: boolean;
|
|
5241
5243
|
}
|
|
5242
|
-
declare const _default$185: __VLS_WithSlots$106<
|
|
5243
|
-
as: AsTag |
|
|
5244
|
-
}, {}, {}, {}, string,
|
|
5244
|
+
declare const _default$185: __VLS_WithSlots$106<vue32.DefineComponent<NumberFieldDecrementProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<NumberFieldDecrementProps> & Readonly<{}>, {
|
|
5245
|
+
as: AsTag | vue32.Component;
|
|
5246
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5245
5247
|
default?: (props: {}) => any;
|
|
5246
5248
|
}>;
|
|
5247
5249
|
type __VLS_WithSlots$106<T, S> = T & {
|
|
@@ -5255,9 +5257,9 @@ type __VLS_WithSlots$106<T, S> = T & {
|
|
|
5255
5257
|
interface NumberFieldIncrementProps extends PrimitiveProps {
|
|
5256
5258
|
disabled?: boolean;
|
|
5257
5259
|
}
|
|
5258
|
-
declare const _default$186: __VLS_WithSlots$105<
|
|
5259
|
-
as: AsTag |
|
|
5260
|
-
}, {}, {}, {}, string,
|
|
5260
|
+
declare const _default$186: __VLS_WithSlots$105<vue32.DefineComponent<NumberFieldIncrementProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<NumberFieldIncrementProps> & Readonly<{}>, {
|
|
5261
|
+
as: AsTag | vue32.Component;
|
|
5262
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5261
5263
|
default?: (props: {}) => any;
|
|
5262
5264
|
}>;
|
|
5263
5265
|
type __VLS_WithSlots$105<T, S> = T & {
|
|
@@ -5269,9 +5271,9 @@ type __VLS_WithSlots$105<T, S> = T & {
|
|
|
5269
5271
|
//#endregion
|
|
5270
5272
|
//#region src/NumberField/NumberFieldInput.vue.d.ts
|
|
5271
5273
|
interface NumberFieldInputProps extends PrimitiveProps {}
|
|
5272
|
-
declare const _default$187: __VLS_WithSlots$104<
|
|
5273
|
-
as: AsTag |
|
|
5274
|
-
}, {}, {}, {}, string,
|
|
5274
|
+
declare const _default$187: __VLS_WithSlots$104<vue32.DefineComponent<NumberFieldInputProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<NumberFieldInputProps> & Readonly<{}>, {
|
|
5275
|
+
as: AsTag | vue32.Component;
|
|
5276
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5275
5277
|
default?: (props: {}) => any;
|
|
5276
5278
|
}>;
|
|
5277
5279
|
type __VLS_WithSlots$104<T, S> = T & {
|
|
@@ -5333,16 +5335,16 @@ interface NumberFieldRootContext {
|
|
|
5333
5335
|
id: Ref<string | undefined>;
|
|
5334
5336
|
}
|
|
5335
5337
|
declare const injectNumberFieldRootContext: <T extends NumberFieldRootContext | null | undefined = NumberFieldRootContext>(fallback?: T | undefined) => T extends null ? NumberFieldRootContext | null : NumberFieldRootContext, provideNumberFieldRootContext: (contextValue: NumberFieldRootContext) => NumberFieldRootContext;
|
|
5336
|
-
declare const _default$188: __VLS_WithSlots$103<
|
|
5338
|
+
declare const _default$188: __VLS_WithSlots$103<vue32.DefineComponent<NumberFieldRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
5337
5339
|
"update:modelValue": (val: number) => any;
|
|
5338
|
-
}, string,
|
|
5340
|
+
}, string, vue32.PublicProps, Readonly<NumberFieldRootProps> & Readonly<{
|
|
5339
5341
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
|
5340
5342
|
}>, {
|
|
5341
|
-
as: AsTag |
|
|
5343
|
+
as: AsTag | vue32.Component;
|
|
5342
5344
|
defaultValue: number;
|
|
5343
5345
|
step: number;
|
|
5344
5346
|
stepSnapping: boolean;
|
|
5345
|
-
}, {}, {}, {}, string,
|
|
5347
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5346
5348
|
default?: (props: {
|
|
5347
5349
|
modelValue: number | undefined;
|
|
5348
5350
|
textValue: string;
|
|
@@ -5357,7 +5359,7 @@ type __VLS_WithSlots$103<T, S> = T & {
|
|
|
5357
5359
|
//#endregion
|
|
5358
5360
|
//#region src/Pagination/PaginationEllipsis.vue.d.ts
|
|
5359
5361
|
interface PaginationEllipsisProps extends PrimitiveProps {}
|
|
5360
|
-
declare const _default$189: __VLS_WithSlots$102<
|
|
5362
|
+
declare const _default$189: __VLS_WithSlots$102<vue32.DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5361
5363
|
default?: (props: {}) => any;
|
|
5362
5364
|
}>;
|
|
5363
5365
|
type __VLS_WithSlots$102<T, S> = T & {
|
|
@@ -5369,9 +5371,9 @@ type __VLS_WithSlots$102<T, S> = T & {
|
|
|
5369
5371
|
//#endregion
|
|
5370
5372
|
//#region src/Pagination/PaginationFirst.vue.d.ts
|
|
5371
5373
|
interface PaginationFirstProps extends PrimitiveProps {}
|
|
5372
|
-
declare const _default$190: __VLS_WithSlots$101<
|
|
5373
|
-
as: AsTag |
|
|
5374
|
-
}, {}, {}, {}, string,
|
|
5374
|
+
declare const _default$190: __VLS_WithSlots$101<vue32.DefineComponent<PaginationFirstProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<PaginationFirstProps> & Readonly<{}>, {
|
|
5375
|
+
as: AsTag | vue32.Component;
|
|
5376
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5375
5377
|
default?: (props: {}) => any;
|
|
5376
5378
|
}>;
|
|
5377
5379
|
type __VLS_WithSlots$101<T, S> = T & {
|
|
@@ -5383,9 +5385,9 @@ type __VLS_WithSlots$101<T, S> = T & {
|
|
|
5383
5385
|
//#endregion
|
|
5384
5386
|
//#region src/Pagination/PaginationLast.vue.d.ts
|
|
5385
5387
|
interface PaginationLastProps extends PrimitiveProps {}
|
|
5386
|
-
declare const _default$191: __VLS_WithSlots$100<
|
|
5387
|
-
as: AsTag |
|
|
5388
|
-
}, {}, {}, {}, string,
|
|
5388
|
+
declare const _default$191: __VLS_WithSlots$100<vue32.DefineComponent<PaginationLastProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<PaginationLastProps> & Readonly<{}>, {
|
|
5389
|
+
as: AsTag | vue32.Component;
|
|
5390
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5389
5391
|
default?: (props: {}) => any;
|
|
5390
5392
|
}>;
|
|
5391
5393
|
type __VLS_WithSlots$100<T, S> = T & {
|
|
@@ -5397,7 +5399,7 @@ type __VLS_WithSlots$100<T, S> = T & {
|
|
|
5397
5399
|
//#endregion
|
|
5398
5400
|
//#region src/Pagination/PaginationList.vue.d.ts
|
|
5399
5401
|
interface PaginationListProps extends PrimitiveProps {}
|
|
5400
|
-
declare const _default$192: __VLS_WithSlots$99<
|
|
5402
|
+
declare const _default$192: __VLS_WithSlots$99<vue32.DefineComponent<PaginationListProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5401
5403
|
default?: (props: {
|
|
5402
5404
|
/** Pages item */
|
|
5403
5405
|
items: ({
|
|
@@ -5420,9 +5422,9 @@ interface PaginationListItemProps extends PrimitiveProps {
|
|
|
5420
5422
|
/** Value for the page */
|
|
5421
5423
|
value: number;
|
|
5422
5424
|
}
|
|
5423
|
-
declare const _default$193: __VLS_WithSlots$98<
|
|
5424
|
-
as: AsTag |
|
|
5425
|
-
}, {}, {}, {}, string,
|
|
5425
|
+
declare const _default$193: __VLS_WithSlots$98<vue32.DefineComponent<PaginationListItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {
|
|
5426
|
+
as: AsTag | vue32.Component;
|
|
5427
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5426
5428
|
default?: (props: {}) => any;
|
|
5427
5429
|
}>;
|
|
5428
5430
|
type __VLS_WithSlots$98<T, S> = T & {
|
|
@@ -5434,9 +5436,9 @@ type __VLS_WithSlots$98<T, S> = T & {
|
|
|
5434
5436
|
//#endregion
|
|
5435
5437
|
//#region src/Pagination/PaginationNext.vue.d.ts
|
|
5436
5438
|
interface PaginationNextProps extends PrimitiveProps {}
|
|
5437
|
-
declare const _default$194: __VLS_WithSlots$97<
|
|
5438
|
-
as: AsTag |
|
|
5439
|
-
}, {}, {}, {}, string,
|
|
5439
|
+
declare const _default$194: __VLS_WithSlots$97<vue32.DefineComponent<PaginationNextProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<PaginationNextProps> & Readonly<{}>, {
|
|
5440
|
+
as: AsTag | vue32.Component;
|
|
5441
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5440
5442
|
default?: (props: {}) => any;
|
|
5441
5443
|
}>;
|
|
5442
5444
|
type __VLS_WithSlots$97<T, S> = T & {
|
|
@@ -5448,9 +5450,9 @@ type __VLS_WithSlots$97<T, S> = T & {
|
|
|
5448
5450
|
//#endregion
|
|
5449
5451
|
//#region src/Pagination/PaginationPrev.vue.d.ts
|
|
5450
5452
|
interface PaginationPrevProps extends PrimitiveProps {}
|
|
5451
|
-
declare const _default$195: __VLS_WithSlots$96<
|
|
5452
|
-
as: AsTag |
|
|
5453
|
-
}, {}, {}, {}, string,
|
|
5453
|
+
declare const _default$195: __VLS_WithSlots$96<vue32.DefineComponent<PaginationPrevProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<PaginationPrevProps> & Readonly<{}>, {
|
|
5454
|
+
as: AsTag | vue32.Component;
|
|
5455
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5454
5456
|
default?: (props: {}) => any;
|
|
5455
5457
|
}>;
|
|
5456
5458
|
type __VLS_WithSlots$96<T, S> = T & {
|
|
@@ -5494,17 +5496,17 @@ type PaginationRootEmits = {
|
|
|
5494
5496
|
'update:page': [value: number];
|
|
5495
5497
|
};
|
|
5496
5498
|
declare const injectPaginationRootContext: <T extends PaginationRootContext | null | undefined = PaginationRootContext>(fallback?: T | undefined) => T extends null ? PaginationRootContext | null : PaginationRootContext, providePaginationRootContext: (contextValue: PaginationRootContext) => PaginationRootContext;
|
|
5497
|
-
declare const _default$196: __VLS_WithSlots$95<
|
|
5499
|
+
declare const _default$196: __VLS_WithSlots$95<vue32.DefineComponent<PaginationRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
5498
5500
|
"update:page": (value: number) => any;
|
|
5499
|
-
}, string,
|
|
5501
|
+
}, string, vue32.PublicProps, Readonly<PaginationRootProps> & Readonly<{
|
|
5500
5502
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
5501
5503
|
}>, {
|
|
5502
|
-
as: AsTag |
|
|
5504
|
+
as: AsTag | vue32.Component;
|
|
5503
5505
|
defaultPage: number;
|
|
5504
5506
|
total: number;
|
|
5505
5507
|
siblingCount: number;
|
|
5506
5508
|
showEdges: boolean;
|
|
5507
|
-
}, {}, {}, {}, string,
|
|
5509
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5508
5510
|
default?: (props: {
|
|
5509
5511
|
/** Current page state */
|
|
5510
5512
|
page: number;
|
|
@@ -5526,9 +5528,9 @@ interface PinInputInputProps extends PrimitiveProps {
|
|
|
5526
5528
|
/** When `true`, prevents the user from interacting with the pin input */
|
|
5527
5529
|
disabled?: boolean;
|
|
5528
5530
|
}
|
|
5529
|
-
declare const _default$197: __VLS_WithSlots$94<
|
|
5530
|
-
as: AsTag |
|
|
5531
|
-
}, {}, {}, {}, string,
|
|
5531
|
+
declare const _default$197: __VLS_WithSlots$94<vue32.DefineComponent<PinInputInputProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<PinInputInputProps> & Readonly<{}>, {
|
|
5532
|
+
as: AsTag | vue32.Component;
|
|
5533
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5532
5534
|
default?: (props: {}) => any;
|
|
5533
5535
|
}>;
|
|
5534
5536
|
type __VLS_WithSlots$94<T, S> = T & {
|
|
@@ -5585,8 +5587,8 @@ declare const _default$198: <Type extends PinInputType>(__VLS_props: NonNullable
|
|
|
5585
5587
|
props: __VLS_PrettifyLocal$6<Pick<Partial<{}> & Omit<{
|
|
5586
5588
|
readonly "onUpdate:modelValue"?: ((value: PinInputValue<Type>) => any) | undefined;
|
|
5587
5589
|
readonly onComplete?: ((value: PinInputValue<Type>) => any) | undefined;
|
|
5588
|
-
} &
|
|
5589
|
-
expose(exposed:
|
|
5590
|
+
} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, "onUpdate:modelValue" | "onComplete"> & PinInputRootProps<Type> & Partial<{}>> & vue32.PublicProps;
|
|
5591
|
+
expose(exposed: vue32.ShallowUnwrapRef<{}>): void;
|
|
5590
5592
|
attrs: any;
|
|
5591
5593
|
slots: {
|
|
5592
5594
|
default?: (props: {
|
|
@@ -5595,7 +5597,7 @@ declare const _default$198: <Type extends PinInputType>(__VLS_props: NonNullable
|
|
|
5595
5597
|
}) => any;
|
|
5596
5598
|
};
|
|
5597
5599
|
emit: ((evt: "update:modelValue", value: PinInputValue<Type>) => void) & ((evt: "complete", value: PinInputValue<Type>) => void);
|
|
5598
|
-
}>) =>
|
|
5600
|
+
}>) => vue32.VNode & {
|
|
5599
5601
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
5600
5602
|
};
|
|
5601
5603
|
type __VLS_PrettifyLocal$6<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -5603,7 +5605,7 @@ type __VLS_PrettifyLocal$6<T> = { [K in keyof T]: T[K] } & {};
|
|
|
5603
5605
|
//#endregion
|
|
5604
5606
|
//#region src/Popover/PopoverAnchor.vue.d.ts
|
|
5605
5607
|
interface PopoverAnchorProps extends PopperAnchorProps {}
|
|
5606
|
-
declare const _default$199: __VLS_WithSlots$93<
|
|
5608
|
+
declare const _default$199: __VLS_WithSlots$93<vue32.DefineComponent<PopoverAnchorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5607
5609
|
default?: (props: {}) => any;
|
|
5608
5610
|
}>;
|
|
5609
5611
|
type __VLS_WithSlots$93<T, S> = T & {
|
|
@@ -5615,11 +5617,11 @@ type __VLS_WithSlots$93<T, S> = T & {
|
|
|
5615
5617
|
//#endregion
|
|
5616
5618
|
//#region src/Popover/PopoverArrow.vue.d.ts
|
|
5617
5619
|
interface PopoverArrowProps extends PopperArrowProps {}
|
|
5618
|
-
declare const _default$200: __VLS_WithSlots$92<
|
|
5619
|
-
as: AsTag |
|
|
5620
|
+
declare const _default$200: __VLS_WithSlots$92<vue32.DefineComponent<PopoverArrowProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<PopoverArrowProps> & Readonly<{}>, {
|
|
5621
|
+
as: AsTag | vue32.Component;
|
|
5620
5622
|
width: number;
|
|
5621
5623
|
height: number;
|
|
5622
|
-
}, {}, {}, {}, string,
|
|
5624
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5623
5625
|
default?: (props: {}) => any;
|
|
5624
5626
|
}>;
|
|
5625
5627
|
type __VLS_WithSlots$92<T, S> = T & {
|
|
@@ -5631,9 +5633,9 @@ type __VLS_WithSlots$92<T, S> = T & {
|
|
|
5631
5633
|
//#endregion
|
|
5632
5634
|
//#region src/Popover/PopoverClose.vue.d.ts
|
|
5633
5635
|
interface PopoverCloseProps extends PrimitiveProps {}
|
|
5634
|
-
declare const _default$201: __VLS_WithSlots$91<
|
|
5635
|
-
as: AsTag |
|
|
5636
|
-
}, {}, {}, {}, string,
|
|
5636
|
+
declare const _default$201: __VLS_WithSlots$91<vue32.DefineComponent<PopoverCloseProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<PopoverCloseProps> & Readonly<{}>, {
|
|
5637
|
+
as: AsTag | vue32.Component;
|
|
5638
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5637
5639
|
default?: (props: {}) => any;
|
|
5638
5640
|
}>;
|
|
5639
5641
|
type __VLS_WithSlots$91<T, S> = T & {
|
|
@@ -5667,21 +5669,21 @@ interface PopoverContentProps extends PopoverContentImplProps {
|
|
|
5667
5669
|
*/
|
|
5668
5670
|
forceMount?: boolean;
|
|
5669
5671
|
}
|
|
5670
|
-
declare const _default$202: __VLS_WithSlots$90<
|
|
5672
|
+
declare const _default$202: __VLS_WithSlots$90<vue32.DefineComponent<PopoverContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
5671
5673
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
5672
5674
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
5673
5675
|
focusOutside: (event: FocusOutsideEvent) => any;
|
|
5674
5676
|
interactOutside: (event: PointerDownOutsideEvent | FocusOutsideEvent) => any;
|
|
5675
5677
|
openAutoFocus: (event: Event) => any;
|
|
5676
5678
|
closeAutoFocus: (event: Event) => any;
|
|
5677
|
-
}, string,
|
|
5679
|
+
}, string, vue32.PublicProps, Readonly<PopoverContentProps> & Readonly<{
|
|
5678
5680
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
5679
5681
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
5680
5682
|
onFocusOutside?: ((event: FocusOutsideEvent) => any) | undefined;
|
|
5681
5683
|
onInteractOutside?: ((event: PointerDownOutsideEvent | FocusOutsideEvent) => any) | undefined;
|
|
5682
5684
|
onOpenAutoFocus?: ((event: Event) => any) | undefined;
|
|
5683
5685
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
5684
|
-
}>, {}, {}, {}, {}, string,
|
|
5686
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5685
5687
|
default?: (props: {}) => any;
|
|
5686
5688
|
} & {
|
|
5687
5689
|
default?: (props: {}) => any;
|
|
@@ -5695,7 +5697,7 @@ type __VLS_WithSlots$90<T, S> = T & {
|
|
|
5695
5697
|
//#endregion
|
|
5696
5698
|
//#region src/Popover/PopoverPortal.vue.d.ts
|
|
5697
5699
|
interface PopoverPortalProps extends TeleportProps {}
|
|
5698
|
-
declare const _default$203: __VLS_WithSlots$89<
|
|
5700
|
+
declare const _default$203: __VLS_WithSlots$89<vue32.DefineComponent<PopoverPortalProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<PopoverPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5699
5701
|
default?: (props: {}) => any;
|
|
5700
5702
|
}>;
|
|
5701
5703
|
type __VLS_WithSlots$89<T, S> = T & {
|
|
@@ -5739,15 +5741,15 @@ interface PopoverRootContext {
|
|
|
5739
5741
|
hasCustomAnchor: Ref<boolean>;
|
|
5740
5742
|
}
|
|
5741
5743
|
declare const injectPopoverRootContext: <T extends PopoverRootContext | null | undefined = PopoverRootContext>(fallback?: T | undefined) => T extends null ? PopoverRootContext | null : PopoverRootContext, providePopoverRootContext: (contextValue: PopoverRootContext) => PopoverRootContext;
|
|
5742
|
-
declare const _default$204: __VLS_WithSlots$88<
|
|
5744
|
+
declare const _default$204: __VLS_WithSlots$88<vue32.DefineComponent<PopoverRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
5743
5745
|
"update:open": (value: boolean) => any;
|
|
5744
|
-
}, string,
|
|
5746
|
+
}, string, vue32.PublicProps, Readonly<PopoverRootProps> & Readonly<{
|
|
5745
5747
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
5746
5748
|
}>, {
|
|
5747
|
-
open: boolean;
|
|
5748
5749
|
defaultOpen: boolean;
|
|
5750
|
+
open: boolean;
|
|
5749
5751
|
modal: boolean;
|
|
5750
|
-
}, {}, {}, {}, string,
|
|
5752
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5751
5753
|
default?: (props: {
|
|
5752
5754
|
/** Current open state */
|
|
5753
5755
|
open: boolean;
|
|
@@ -5764,9 +5766,9 @@ type __VLS_WithSlots$88<T, S> = T & {
|
|
|
5764
5766
|
//#endregion
|
|
5765
5767
|
//#region src/Popover/PopoverTrigger.vue.d.ts
|
|
5766
5768
|
interface PopoverTriggerProps extends PrimitiveProps {}
|
|
5767
|
-
declare const _default$205: __VLS_WithSlots$87<
|
|
5768
|
-
as: AsTag |
|
|
5769
|
-
}, {}, {}, {}, string,
|
|
5769
|
+
declare const _default$205: __VLS_WithSlots$87<vue32.DefineComponent<PopoverTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<PopoverTriggerProps> & Readonly<{}>, {
|
|
5770
|
+
as: AsTag | vue32.Component;
|
|
5771
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5770
5772
|
default?: (props: {}) => any;
|
|
5771
5773
|
}>;
|
|
5772
5774
|
type __VLS_WithSlots$87<T, S> = T & {
|
|
@@ -5793,7 +5795,7 @@ interface PresenceProps {
|
|
|
5793
5795
|
*/
|
|
5794
5796
|
forceMount?: boolean;
|
|
5795
5797
|
}
|
|
5796
|
-
declare const _default$206:
|
|
5798
|
+
declare const _default$206: vue32.DefineComponent<vue32.ExtractPropTypes<{
|
|
5797
5799
|
present: {
|
|
5798
5800
|
type: BooleanConstructor;
|
|
5799
5801
|
required: true;
|
|
@@ -5801,9 +5803,9 @@ declare const _default$206: vue37.DefineComponent<vue37.ExtractPropTypes<{
|
|
|
5801
5803
|
forceMount: {
|
|
5802
5804
|
type: BooleanConstructor;
|
|
5803
5805
|
};
|
|
5804
|
-
}>, () => VNode<
|
|
5806
|
+
}>, () => VNode<vue32.RendererNode, vue32.RendererElement, {
|
|
5805
5807
|
[key: string]: any;
|
|
5806
|
-
}> | null, {}, {}, {},
|
|
5808
|
+
}> | null, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<vue32.ExtractPropTypes<{
|
|
5807
5809
|
present: {
|
|
5808
5810
|
type: BooleanConstructor;
|
|
5809
5811
|
required: true;
|
|
@@ -5817,11 +5819,11 @@ declare const _default$206: vue37.DefineComponent<vue37.ExtractPropTypes<{
|
|
|
5817
5819
|
default: (opts: {
|
|
5818
5820
|
present: boolean;
|
|
5819
5821
|
}) => any;
|
|
5820
|
-
}>, {}, {}, string,
|
|
5822
|
+
}>, {}, {}, string, vue32.ComponentProvideOptions, true, {}, any>;
|
|
5821
5823
|
//#endregion
|
|
5822
5824
|
//#region src/Progress/ProgressIndicator.vue.d.ts
|
|
5823
5825
|
interface ProgressIndicatorProps extends PrimitiveProps {}
|
|
5824
|
-
declare const _default$207: __VLS_WithSlots$86<
|
|
5826
|
+
declare const _default$207: __VLS_WithSlots$86<vue32.DefineComponent<ProgressIndicatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ProgressIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5825
5827
|
default?: (props: {}) => any;
|
|
5826
5828
|
}>;
|
|
5827
5829
|
type __VLS_WithSlots$86<T, S> = T & {
|
|
@@ -5861,16 +5863,16 @@ interface ProgressRootContext {
|
|
|
5861
5863
|
}
|
|
5862
5864
|
declare const injectProgressRootContext: <T extends ProgressRootContext | null | undefined = ProgressRootContext>(fallback?: T | undefined) => T extends null ? ProgressRootContext | null : ProgressRootContext, provideProgressRootContext: (contextValue: ProgressRootContext) => ProgressRootContext;
|
|
5863
5865
|
type ProgressState = 'indeterminate' | 'loading' | 'complete';
|
|
5864
|
-
declare const _default$208: __VLS_WithSlots$85<
|
|
5866
|
+
declare const _default$208: __VLS_WithSlots$85<vue32.DefineComponent<ProgressRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
5865
5867
|
"update:modelValue": (value: string[] | undefined) => any;
|
|
5866
5868
|
"update:max": (value: number) => any;
|
|
5867
|
-
}, string,
|
|
5869
|
+
}, string, vue32.PublicProps, Readonly<ProgressRootProps> & Readonly<{
|
|
5868
5870
|
"onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined;
|
|
5869
5871
|
"onUpdate:max"?: ((value: number) => any) | undefined;
|
|
5870
5872
|
}>, {
|
|
5871
5873
|
max: number;
|
|
5872
5874
|
getValueLabel: (value: number | null | undefined, max: number) => string | undefined;
|
|
5873
|
-
}, {}, {}, {}, string,
|
|
5875
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5874
5876
|
default?: (props: {
|
|
5875
5877
|
/** Current input values */
|
|
5876
5878
|
modelValue: number | null | undefined;
|
|
@@ -5891,9 +5893,9 @@ interface RadioGroupIndicatorProps extends PrimitiveProps {
|
|
|
5891
5893
|
*/
|
|
5892
5894
|
forceMount?: boolean;
|
|
5893
5895
|
}
|
|
5894
|
-
declare const _default$209: __VLS_WithSlots$84<
|
|
5895
|
-
as: AsTag |
|
|
5896
|
-
}, {}, {}, {}, string,
|
|
5896
|
+
declare const _default$209: __VLS_WithSlots$84<vue32.DefineComponent<RadioGroupIndicatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<RadioGroupIndicatorProps> & Readonly<{}>, {
|
|
5897
|
+
as: AsTag | vue32.Component;
|
|
5898
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5897
5899
|
default?: (props: {}) => any;
|
|
5898
5900
|
}>;
|
|
5899
5901
|
type __VLS_WithSlots$84<T, S> = T & {
|
|
@@ -5929,14 +5931,14 @@ interface RadioGroupItemContext {
|
|
|
5929
5931
|
checked: ComputedRef<boolean>;
|
|
5930
5932
|
}
|
|
5931
5933
|
declare const injectRadioGroupItemContext: <T extends RadioGroupItemContext | null | undefined = RadioGroupItemContext>(fallback?: T | undefined) => T extends null ? RadioGroupItemContext | null : RadioGroupItemContext, provideRadiogroupItemContext: (contextValue: RadioGroupItemContext) => RadioGroupItemContext;
|
|
5932
|
-
declare const _default$210: __VLS_WithSlots$83<
|
|
5934
|
+
declare const _default$210: __VLS_WithSlots$83<vue32.DefineComponent<RadioGroupItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
5933
5935
|
select: (event: SelectEvent$1) => any;
|
|
5934
|
-
}, string,
|
|
5936
|
+
}, string, vue32.PublicProps, Readonly<RadioGroupItemProps> & Readonly<{
|
|
5935
5937
|
onSelect?: ((event: SelectEvent$1) => any) | undefined;
|
|
5936
5938
|
}>, {
|
|
5937
|
-
as: AsTag |
|
|
5939
|
+
as: AsTag | vue32.Component;
|
|
5938
5940
|
disabled: boolean;
|
|
5939
|
-
}, {}, {}, {}, string,
|
|
5941
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5940
5942
|
default?: (props: {
|
|
5941
5943
|
/** Current checked state */
|
|
5942
5944
|
checked: boolean;
|
|
@@ -5986,16 +5988,16 @@ interface RadioGroupRootContext {
|
|
|
5986
5988
|
required: Ref<boolean>;
|
|
5987
5989
|
}
|
|
5988
5990
|
declare const injectRadioGroupRootContext: <T extends RadioGroupRootContext | null | undefined = RadioGroupRootContext>(fallback?: T | undefined) => T extends null ? RadioGroupRootContext | null : RadioGroupRootContext, provideRadioGroupRootContext: (contextValue: RadioGroupRootContext) => RadioGroupRootContext;
|
|
5989
|
-
declare const _default$211: __VLS_WithSlots$82<
|
|
5991
|
+
declare const _default$211: __VLS_WithSlots$82<vue32.DefineComponent<RadioGroupRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
5990
5992
|
"update:modelValue": (payload: string) => any;
|
|
5991
|
-
}, string,
|
|
5993
|
+
}, string, vue32.PublicProps, Readonly<RadioGroupRootProps> & Readonly<{
|
|
5992
5994
|
"onUpdate:modelValue"?: ((payload: string) => any) | undefined;
|
|
5993
5995
|
}>, {
|
|
5994
5996
|
required: boolean;
|
|
5995
5997
|
orientation: DataOrientation;
|
|
5996
5998
|
loop: boolean;
|
|
5997
5999
|
disabled: boolean;
|
|
5998
|
-
}, {}, {}, {}, string,
|
|
6000
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
5999
6001
|
default?: (props: {
|
|
6000
6002
|
/** Current input values */
|
|
6001
6003
|
modelValue: AcceptableValue | undefined;
|
|
@@ -6012,9 +6014,9 @@ type __VLS_WithSlots$82<T, S> = T & {
|
|
|
6012
6014
|
interface RangeCalendarCellProps extends PrimitiveProps {
|
|
6013
6015
|
date: DateValue$1;
|
|
6014
6016
|
}
|
|
6015
|
-
declare const _default$212: __VLS_WithSlots$81<
|
|
6016
|
-
as: AsTag |
|
|
6017
|
-
}, {}, {}, {}, string,
|
|
6017
|
+
declare const _default$212: __VLS_WithSlots$81<vue32.DefineComponent<RangeCalendarCellProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<RangeCalendarCellProps> & Readonly<{}>, {
|
|
6018
|
+
as: AsTag | vue32.Component;
|
|
6019
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6018
6020
|
default?: (props: {}) => any;
|
|
6019
6021
|
}>;
|
|
6020
6022
|
type __VLS_WithSlots$81<T, S> = T & {
|
|
@@ -6026,9 +6028,9 @@ type __VLS_WithSlots$81<T, S> = T & {
|
|
|
6026
6028
|
//#endregion
|
|
6027
6029
|
//#region src/RangeCalendar/RangeCalendarGrid.vue.d.ts
|
|
6028
6030
|
interface RangeCalendarGridProps extends PrimitiveProps {}
|
|
6029
|
-
declare const _default$214: __VLS_WithSlots$80<
|
|
6030
|
-
as: AsTag |
|
|
6031
|
-
}, {}, {}, {}, string,
|
|
6031
|
+
declare const _default$214: __VLS_WithSlots$80<vue32.DefineComponent<RangeCalendarGridProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<RangeCalendarGridProps> & Readonly<{}>, {
|
|
6032
|
+
as: AsTag | vue32.Component;
|
|
6033
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6032
6034
|
default?: (props: {}) => any;
|
|
6033
6035
|
}>;
|
|
6034
6036
|
type __VLS_WithSlots$80<T, S> = T & {
|
|
@@ -6040,9 +6042,9 @@ type __VLS_WithSlots$80<T, S> = T & {
|
|
|
6040
6042
|
//#endregion
|
|
6041
6043
|
//#region src/RangeCalendar/RangeCalendarGridBody.vue.d.ts
|
|
6042
6044
|
interface RangeCalendarGridBodyProps extends PrimitiveProps {}
|
|
6043
|
-
declare const _default$215: __VLS_WithSlots$79<
|
|
6044
|
-
as: AsTag |
|
|
6045
|
-
}, {}, {}, {}, string,
|
|
6045
|
+
declare const _default$215: __VLS_WithSlots$79<vue32.DefineComponent<RangeCalendarGridBodyProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<RangeCalendarGridBodyProps> & Readonly<{}>, {
|
|
6046
|
+
as: AsTag | vue32.Component;
|
|
6047
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6046
6048
|
default?: (props: {}) => any;
|
|
6047
6049
|
}>;
|
|
6048
6050
|
type __VLS_WithSlots$79<T, S> = T & {
|
|
@@ -6054,9 +6056,9 @@ type __VLS_WithSlots$79<T, S> = T & {
|
|
|
6054
6056
|
//#endregion
|
|
6055
6057
|
//#region src/RangeCalendar/RangeCalendarGridHead.vue.d.ts
|
|
6056
6058
|
interface RangeCalendarGridHeadProps extends PrimitiveProps {}
|
|
6057
|
-
declare const _default$216: __VLS_WithSlots$78<
|
|
6058
|
-
as: AsTag |
|
|
6059
|
-
}, {}, {}, {}, string,
|
|
6059
|
+
declare const _default$216: __VLS_WithSlots$78<vue32.DefineComponent<RangeCalendarGridHeadProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<RangeCalendarGridHeadProps> & Readonly<{}>, {
|
|
6060
|
+
as: AsTag | vue32.Component;
|
|
6061
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6060
6062
|
default?: (props: {}) => any;
|
|
6061
6063
|
}>;
|
|
6062
6064
|
type __VLS_WithSlots$78<T, S> = T & {
|
|
@@ -6068,9 +6070,9 @@ type __VLS_WithSlots$78<T, S> = T & {
|
|
|
6068
6070
|
//#endregion
|
|
6069
6071
|
//#region src/RangeCalendar/RangeCalendarGridRow.vue.d.ts
|
|
6070
6072
|
interface RangeCalendarGridRowProps extends PrimitiveProps {}
|
|
6071
|
-
declare const _default$217: __VLS_WithSlots$77<
|
|
6072
|
-
as: AsTag |
|
|
6073
|
-
}, {}, {}, {}, string,
|
|
6073
|
+
declare const _default$217: __VLS_WithSlots$77<vue32.DefineComponent<RangeCalendarGridRowProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<RangeCalendarGridRowProps> & Readonly<{}>, {
|
|
6074
|
+
as: AsTag | vue32.Component;
|
|
6075
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6074
6076
|
default?: (props: {}) => any;
|
|
6075
6077
|
}>;
|
|
6076
6078
|
type __VLS_WithSlots$77<T, S> = T & {
|
|
@@ -6082,9 +6084,9 @@ type __VLS_WithSlots$77<T, S> = T & {
|
|
|
6082
6084
|
//#endregion
|
|
6083
6085
|
//#region src/RangeCalendar/RangeCalendarHeadCell.vue.d.ts
|
|
6084
6086
|
interface RangeCalendarHeadCellProps extends PrimitiveProps {}
|
|
6085
|
-
declare const _default$218: __VLS_WithSlots$76<
|
|
6086
|
-
as: AsTag |
|
|
6087
|
-
}, {}, {}, {}, string,
|
|
6087
|
+
declare const _default$218: __VLS_WithSlots$76<vue32.DefineComponent<RangeCalendarHeadCellProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<RangeCalendarHeadCellProps> & Readonly<{}>, {
|
|
6088
|
+
as: AsTag | vue32.Component;
|
|
6089
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6088
6090
|
default?: (props: {}) => any;
|
|
6089
6091
|
}>;
|
|
6090
6092
|
type __VLS_WithSlots$76<T, S> = T & {
|
|
@@ -6096,9 +6098,9 @@ type __VLS_WithSlots$76<T, S> = T & {
|
|
|
6096
6098
|
//#endregion
|
|
6097
6099
|
//#region src/RangeCalendar/RangeCalendarHeader.vue.d.ts
|
|
6098
6100
|
interface RangeCalendarHeaderProps extends PrimitiveProps {}
|
|
6099
|
-
declare const _default$219: __VLS_WithSlots$75<
|
|
6100
|
-
as: AsTag |
|
|
6101
|
-
}, {}, {}, {}, string,
|
|
6101
|
+
declare const _default$219: __VLS_WithSlots$75<vue32.DefineComponent<RangeCalendarHeaderProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<RangeCalendarHeaderProps> & Readonly<{}>, {
|
|
6102
|
+
as: AsTag | vue32.Component;
|
|
6103
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6102
6104
|
default?: (props: {}) => any;
|
|
6103
6105
|
}>;
|
|
6104
6106
|
type __VLS_WithSlots$75<T, S> = T & {
|
|
@@ -6110,9 +6112,9 @@ type __VLS_WithSlots$75<T, S> = T & {
|
|
|
6110
6112
|
//#endregion
|
|
6111
6113
|
//#region src/RangeCalendar/RangeCalendarHeading.vue.d.ts
|
|
6112
6114
|
interface RangeCalendarHeadingProps extends PrimitiveProps {}
|
|
6113
|
-
declare const _default$220: __VLS_WithSlots$74<
|
|
6114
|
-
as: AsTag |
|
|
6115
|
-
}, {}, {}, {}, string,
|
|
6115
|
+
declare const _default$220: __VLS_WithSlots$74<vue32.DefineComponent<RangeCalendarHeadingProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<RangeCalendarHeadingProps> & Readonly<{}>, {
|
|
6116
|
+
as: AsTag | vue32.Component;
|
|
6117
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6116
6118
|
default?: (props: {
|
|
6117
6119
|
/** Current month and year */
|
|
6118
6120
|
headingValue: string;
|
|
@@ -6173,6 +6175,8 @@ type RangeCalendarRootContext = {
|
|
|
6173
6175
|
disableDaysOutsideCurrentView: Ref<boolean>;
|
|
6174
6176
|
fixedDate: Ref<'start' | 'end' | undefined>;
|
|
6175
6177
|
maximumDays: Ref<number | undefined>;
|
|
6178
|
+
minValue: Ref<DateValue$1 | undefined>;
|
|
6179
|
+
maxValue: Ref<DateValue$1 | undefined>;
|
|
6176
6180
|
};
|
|
6177
6181
|
interface RangeCalendarRootProps extends PrimitiveProps {
|
|
6178
6182
|
/** The default placeholder date */
|
|
@@ -6241,36 +6245,36 @@ type RangeCalendarRootEmits = {
|
|
|
6241
6245
|
'update:startValue': [date: DateValue$1 | undefined];
|
|
6242
6246
|
};
|
|
6243
6247
|
declare const injectRangeCalendarRootContext: <T extends RangeCalendarRootContext | null | undefined = RangeCalendarRootContext>(fallback?: T | undefined) => T extends null ? RangeCalendarRootContext | null : RangeCalendarRootContext, provideRangeCalendarRootContext: (contextValue: RangeCalendarRootContext) => RangeCalendarRootContext;
|
|
6244
|
-
declare const _default$223: __VLS_WithSlots$73<
|
|
6248
|
+
declare const _default$223: __VLS_WithSlots$73<vue32.DefineComponent<RangeCalendarRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
6245
6249
|
"update:modelValue": (date: DateRange) => any;
|
|
6246
6250
|
"update:placeholder": (date: DateValue$1) => any;
|
|
6247
6251
|
"update:validModelValue": (date: DateRange) => any;
|
|
6248
6252
|
"update:startValue": (date: DateValue$1 | undefined) => any;
|
|
6249
|
-
}, string,
|
|
6253
|
+
}, string, vue32.PublicProps, Readonly<RangeCalendarRootProps> & Readonly<{
|
|
6250
6254
|
"onUpdate:modelValue"?: ((date: DateRange) => any) | undefined;
|
|
6251
6255
|
"onUpdate:placeholder"?: ((date: DateValue$1) => any) | undefined;
|
|
6252
6256
|
"onUpdate:validModelValue"?: ((date: DateRange) => any) | undefined;
|
|
6253
6257
|
"onUpdate:startValue"?: ((date: DateValue$1 | undefined) => any) | undefined;
|
|
6254
6258
|
}>, {
|
|
6255
|
-
as: AsTag |
|
|
6259
|
+
as: AsTag | vue32.Component;
|
|
6256
6260
|
placeholder: DateValue$1;
|
|
6257
|
-
disabled: boolean;
|
|
6258
6261
|
defaultValue: DateRange;
|
|
6262
|
+
disabled: boolean;
|
|
6263
|
+
readonly: boolean;
|
|
6264
|
+
isDateUnavailable: Matcher;
|
|
6265
|
+
weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
6266
|
+
fixedWeeks: boolean;
|
|
6267
|
+
allowNonContiguousRanges: boolean;
|
|
6259
6268
|
pagedNavigation: boolean;
|
|
6260
6269
|
preventDeselect: boolean;
|
|
6261
|
-
|
|
6270
|
+
maximumDays: number;
|
|
6262
6271
|
weekdayFormat: WeekDayFormat;
|
|
6263
|
-
fixedWeeks: boolean;
|
|
6264
6272
|
numberOfMonths: number;
|
|
6265
|
-
readonly: boolean;
|
|
6266
6273
|
initialFocus: boolean;
|
|
6267
6274
|
isDateDisabled: Matcher;
|
|
6268
|
-
isDateUnavailable: Matcher;
|
|
6269
|
-
disableDaysOutsideCurrentView: boolean;
|
|
6270
|
-
allowNonContiguousRanges: boolean;
|
|
6271
|
-
maximumDays: number;
|
|
6272
6275
|
isDateHighlightable: Matcher;
|
|
6273
|
-
|
|
6276
|
+
disableDaysOutsideCurrentView: boolean;
|
|
6277
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6274
6278
|
default?: (props: {
|
|
6275
6279
|
/** The current date of the placeholder */
|
|
6276
6280
|
date: DateValue$1;
|
|
@@ -6297,7 +6301,7 @@ type __VLS_WithSlots$73<T, S> = T & {
|
|
|
6297
6301
|
//#endregion
|
|
6298
6302
|
//#region src/ScrollArea/ScrollAreaCorner.vue.d.ts
|
|
6299
6303
|
interface ScrollAreaCornerProps extends PrimitiveProps {}
|
|
6300
|
-
declare const _default$226: __VLS_WithSlots$72<
|
|
6304
|
+
declare const _default$226: __VLS_WithSlots$72<vue32.DefineComponent<ScrollAreaCornerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ScrollAreaCornerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6301
6305
|
default?: (props: {}) => any;
|
|
6302
6306
|
}>;
|
|
6303
6307
|
type __VLS_WithSlots$72<T, S> = T & {
|
|
@@ -6349,17 +6353,17 @@ interface ScrollAreaRootProps extends PrimitiveProps {
|
|
|
6349
6353
|
/** If type is set to either `scroll` or `hover`, this prop determines the length of time, in milliseconds, <br> before the scrollbars are hidden after the user stops interacting with scrollbars. */
|
|
6350
6354
|
scrollHideDelay?: number;
|
|
6351
6355
|
}
|
|
6352
|
-
declare const _default$227: __VLS_WithSlots$71<
|
|
6356
|
+
declare const _default$227: __VLS_WithSlots$71<vue32.DefineComponent<ScrollAreaRootProps, {
|
|
6353
6357
|
/** Viewport element within ScrollArea */
|
|
6354
6358
|
viewport: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
6355
6359
|
/** Scroll viewport to top */
|
|
6356
6360
|
scrollTop: () => void;
|
|
6357
6361
|
/** Scroll viewport to top-left */
|
|
6358
6362
|
scrollTopLeft: () => void;
|
|
6359
|
-
}, {}, {}, {},
|
|
6363
|
+
}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ScrollAreaRootProps> & Readonly<{}>, {
|
|
6360
6364
|
type: ScrollType;
|
|
6361
6365
|
scrollHideDelay: number;
|
|
6362
|
-
}, {}, {}, {}, string,
|
|
6366
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6363
6367
|
default?: (props: {}) => any;
|
|
6364
6368
|
}>;
|
|
6365
6369
|
type __VLS_WithSlots$71<T, S> = T & {
|
|
@@ -6387,10 +6391,10 @@ interface ScrollAreaScollbarContext {
|
|
|
6387
6391
|
asChild: Ref<boolean>;
|
|
6388
6392
|
}
|
|
6389
6393
|
declare const injectScrollAreaScrollbarContext: <T extends ScrollAreaScollbarContext | null | undefined = ScrollAreaScollbarContext>(fallback?: T | undefined) => T extends null ? ScrollAreaScollbarContext | null : ScrollAreaScollbarContext, provideScrollAreaScrollbarContext: (contextValue: ScrollAreaScollbarContext) => ScrollAreaScollbarContext;
|
|
6390
|
-
declare const _default$228: __VLS_WithSlots$70<
|
|
6391
|
-
as: AsTag |
|
|
6394
|
+
declare const _default$228: __VLS_WithSlots$70<vue32.DefineComponent<ScrollAreaScrollbarProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ScrollAreaScrollbarProps> & Readonly<{}>, {
|
|
6395
|
+
as: AsTag | vue32.Component;
|
|
6392
6396
|
orientation: "vertical" | "horizontal";
|
|
6393
|
-
}, {}, {}, {}, string,
|
|
6397
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6394
6398
|
default?: (props: {}) => any;
|
|
6395
6399
|
} & {
|
|
6396
6400
|
default?: (props: {}) => any;
|
|
@@ -6408,7 +6412,7 @@ type __VLS_WithSlots$70<T, S> = T & {
|
|
|
6408
6412
|
//#endregion
|
|
6409
6413
|
//#region src/ScrollArea/ScrollAreaThumb.vue.d.ts
|
|
6410
6414
|
interface ScrollAreaThumbProps extends PrimitiveProps {}
|
|
6411
|
-
declare const _default$229: __VLS_WithSlots$69<
|
|
6415
|
+
declare const _default$229: __VLS_WithSlots$69<vue32.DefineComponent<ScrollAreaThumbProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ScrollAreaThumbProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6412
6416
|
default?: (props: {}) => any;
|
|
6413
6417
|
}>;
|
|
6414
6418
|
type __VLS_WithSlots$69<T, S> = T & {
|
|
@@ -6425,9 +6429,9 @@ interface ScrollAreaViewportProps extends PrimitiveProps {
|
|
|
6425
6429
|
*/
|
|
6426
6430
|
nonce?: string;
|
|
6427
6431
|
}
|
|
6428
|
-
declare const _default$230: __VLS_WithSlots$68<
|
|
6429
|
-
viewportElement:
|
|
6430
|
-
}, {}, {}, {},
|
|
6432
|
+
declare const _default$230: __VLS_WithSlots$68<vue32.DefineComponent<ScrollAreaViewportProps, {
|
|
6433
|
+
viewportElement: vue32.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
6434
|
+
}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ScrollAreaViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6431
6435
|
default?: (props: {}) => any;
|
|
6432
6436
|
}>;
|
|
6433
6437
|
type __VLS_WithSlots$68<T, S> = T & {
|
|
@@ -6439,11 +6443,11 @@ type __VLS_WithSlots$68<T, S> = T & {
|
|
|
6439
6443
|
//#endregion
|
|
6440
6444
|
//#region src/Select/SelectArrow.vue.d.ts
|
|
6441
6445
|
interface SelectArrowProps extends PopperArrowProps {}
|
|
6442
|
-
declare const _default$231: __VLS_WithSlots$67<
|
|
6443
|
-
as: AsTag |
|
|
6446
|
+
declare const _default$231: __VLS_WithSlots$67<vue32.DefineComponent<SelectArrowProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SelectArrowProps> & Readonly<{}>, {
|
|
6447
|
+
as: AsTag | vue32.Component;
|
|
6444
6448
|
width: number;
|
|
6445
6449
|
height: number;
|
|
6446
|
-
}, {}, {}, {}, string,
|
|
6450
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6447
6451
|
default?: (props: {}) => any;
|
|
6448
6452
|
}>;
|
|
6449
6453
|
type __VLS_WithSlots$67<T, S> = T & {
|
|
@@ -6493,15 +6497,15 @@ interface SelectContentProps extends SelectContentImplProps {
|
|
|
6493
6497
|
*/
|
|
6494
6498
|
forceMount?: boolean;
|
|
6495
6499
|
}
|
|
6496
|
-
declare const _default$232: __VLS_WithSlots$66<
|
|
6500
|
+
declare const _default$232: __VLS_WithSlots$66<vue32.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
6497
6501
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
6498
6502
|
pointerDownOutside: (event: PointerDownOutsideEvent) => any;
|
|
6499
6503
|
closeAutoFocus: (event: Event) => any;
|
|
6500
|
-
}, string,
|
|
6504
|
+
}, string, vue32.PublicProps, Readonly<SelectContentProps> & Readonly<{
|
|
6501
6505
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
6502
6506
|
onPointerDownOutside?: ((event: PointerDownOutsideEvent) => any) | undefined;
|
|
6503
6507
|
onCloseAutoFocus?: ((event: Event) => any) | undefined;
|
|
6504
|
-
}>, {}, {}, {}, {}, string,
|
|
6508
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6505
6509
|
default?: (props: {}) => any;
|
|
6506
6510
|
} & {
|
|
6507
6511
|
default?: (props: {}) => any;
|
|
@@ -6519,7 +6523,7 @@ interface SelectGroupContext {
|
|
|
6519
6523
|
id: string;
|
|
6520
6524
|
}
|
|
6521
6525
|
declare const injectSelectGroupContext: <T extends SelectGroupContext | null | undefined = SelectGroupContext>(fallback?: T | undefined) => T extends null ? SelectGroupContext | null : SelectGroupContext, provideSelectGroupContext: (contextValue: SelectGroupContext) => SelectGroupContext;
|
|
6522
|
-
declare const _default$233: __VLS_WithSlots$65<
|
|
6526
|
+
declare const _default$233: __VLS_WithSlots$65<vue32.DefineComponent<SelectGroupProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SelectGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6523
6527
|
default?: (props: {}) => any;
|
|
6524
6528
|
}>;
|
|
6525
6529
|
type __VLS_WithSlots$65<T, S> = T & {
|
|
@@ -6531,9 +6535,9 @@ type __VLS_WithSlots$65<T, S> = T & {
|
|
|
6531
6535
|
//#endregion
|
|
6532
6536
|
//#region src/Select/SelectIcon.vue.d.ts
|
|
6533
6537
|
interface SelectIconProps extends PrimitiveProps {}
|
|
6534
|
-
declare const _default$234: __VLS_WithSlots$64<
|
|
6535
|
-
as: AsTag |
|
|
6536
|
-
}, {}, {}, {}, string,
|
|
6538
|
+
declare const _default$234: __VLS_WithSlots$64<vue32.DefineComponent<SelectIconProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SelectIconProps> & Readonly<{}>, {
|
|
6539
|
+
as: AsTag | vue32.Component;
|
|
6540
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6537
6541
|
default?: (props: {}) => any;
|
|
6538
6542
|
}>;
|
|
6539
6543
|
type __VLS_WithSlots$64<T, S> = T & {
|
|
@@ -6573,14 +6577,14 @@ interface SelectItemProps<T = AcceptableValue> extends PrimitiveProps {
|
|
|
6573
6577
|
declare const _default$235: <T extends AcceptableValue = AcceptableValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$5<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
6574
6578
|
props: __VLS_PrettifyLocal$5<Pick<Partial<{}> & Omit<{
|
|
6575
6579
|
readonly onSelect?: ((event: SelectEvent$2<T>) => any) | undefined;
|
|
6576
|
-
} &
|
|
6577
|
-
expose(exposed:
|
|
6580
|
+
} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, "onSelect"> & SelectItemProps<AcceptableValue> & Partial<{}>> & vue32.PublicProps;
|
|
6581
|
+
expose(exposed: vue32.ShallowUnwrapRef<{}>): void;
|
|
6578
6582
|
attrs: any;
|
|
6579
6583
|
slots: {
|
|
6580
6584
|
default?: (props: {}) => any;
|
|
6581
6585
|
};
|
|
6582
6586
|
emit: (evt: "select", event: SelectEvent$2<T>) => void;
|
|
6583
|
-
}>) =>
|
|
6587
|
+
}>) => vue32.VNode & {
|
|
6584
6588
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
6585
6589
|
};
|
|
6586
6590
|
type __VLS_PrettifyLocal$5<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -6588,9 +6592,9 @@ type __VLS_PrettifyLocal$5<T> = { [K in keyof T]: T[K] } & {};
|
|
|
6588
6592
|
//#endregion
|
|
6589
6593
|
//#region src/Select/SelectItemIndicator.vue.d.ts
|
|
6590
6594
|
interface SelectItemIndicatorProps extends PrimitiveProps {}
|
|
6591
|
-
declare const _default$236: __VLS_WithSlots$63<
|
|
6592
|
-
as: AsTag |
|
|
6593
|
-
}, {}, {}, {}, string,
|
|
6595
|
+
declare const _default$236: __VLS_WithSlots$63<vue32.DefineComponent<SelectItemIndicatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SelectItemIndicatorProps> & Readonly<{}>, {
|
|
6596
|
+
as: AsTag | vue32.Component;
|
|
6597
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6594
6598
|
default?: (props: {}) => any;
|
|
6595
6599
|
}>;
|
|
6596
6600
|
type __VLS_WithSlots$63<T, S> = T & {
|
|
@@ -6602,9 +6606,9 @@ type __VLS_WithSlots$63<T, S> = T & {
|
|
|
6602
6606
|
//#endregion
|
|
6603
6607
|
//#region src/Select/SelectItemText.vue.d.ts
|
|
6604
6608
|
interface SelectItemTextProps extends PrimitiveProps {}
|
|
6605
|
-
declare const _default$237: __VLS_WithSlots$62<
|
|
6606
|
-
as: AsTag |
|
|
6607
|
-
}, {}, {}, {}, string,
|
|
6609
|
+
declare const _default$237: __VLS_WithSlots$62<vue32.DefineComponent<SelectItemTextProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SelectItemTextProps> & Readonly<{}>, {
|
|
6610
|
+
as: AsTag | vue32.Component;
|
|
6611
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6608
6612
|
default?: (props: {}) => any;
|
|
6609
6613
|
}>;
|
|
6610
6614
|
type __VLS_WithSlots$62<T, S> = T & {
|
|
@@ -6618,9 +6622,9 @@ type __VLS_WithSlots$62<T, S> = T & {
|
|
|
6618
6622
|
interface SelectLabelProps extends PrimitiveProps {
|
|
6619
6623
|
for?: string;
|
|
6620
6624
|
}
|
|
6621
|
-
declare const _default$238: __VLS_WithSlots$61<
|
|
6622
|
-
as: AsTag |
|
|
6623
|
-
}, {}, {}, {}, string,
|
|
6625
|
+
declare const _default$238: __VLS_WithSlots$61<vue32.DefineComponent<SelectLabelProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SelectLabelProps> & Readonly<{}>, {
|
|
6626
|
+
as: AsTag | vue32.Component;
|
|
6627
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6624
6628
|
default?: (props: {}) => any;
|
|
6625
6629
|
}>;
|
|
6626
6630
|
type __VLS_WithSlots$61<T, S> = T & {
|
|
@@ -6632,7 +6636,7 @@ type __VLS_WithSlots$61<T, S> = T & {
|
|
|
6632
6636
|
//#endregion
|
|
6633
6637
|
//#region src/Select/SelectPortal.vue.d.ts
|
|
6634
6638
|
interface SelectPortalProps extends TeleportProps {}
|
|
6635
|
-
declare const _default$239: __VLS_WithSlots$60<
|
|
6639
|
+
declare const _default$239: __VLS_WithSlots$60<vue32.DefineComponent<SelectPortalProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SelectPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6636
6640
|
default?: (props: {}) => any;
|
|
6637
6641
|
}>;
|
|
6638
6642
|
type __VLS_WithSlots$60<T, S> = T & {
|
|
@@ -6703,8 +6707,8 @@ declare const _default$240: <T extends AcceptableValue = AcceptableValue>(__VLS_
|
|
|
6703
6707
|
props: __VLS_PrettifyLocal$4<Pick<Partial<{}> & Omit<{
|
|
6704
6708
|
readonly "onUpdate:modelValue"?: ((value: T) => any) | undefined;
|
|
6705
6709
|
readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
6706
|
-
} &
|
|
6707
|
-
expose(exposed:
|
|
6710
|
+
} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:open"> & SelectRootProps<T> & Partial<{}>> & vue32.PublicProps;
|
|
6711
|
+
expose(exposed: vue32.ShallowUnwrapRef<{}>): void;
|
|
6708
6712
|
attrs: any;
|
|
6709
6713
|
slots: {
|
|
6710
6714
|
default?: (props: {
|
|
@@ -6715,7 +6719,7 @@ declare const _default$240: <T extends AcceptableValue = AcceptableValue>(__VLS_
|
|
|
6715
6719
|
}) => any;
|
|
6716
6720
|
};
|
|
6717
6721
|
emit: ((evt: "update:modelValue", value: T) => void) & ((evt: "update:open", value: boolean) => void);
|
|
6718
|
-
}>) =>
|
|
6722
|
+
}>) => vue32.VNode & {
|
|
6719
6723
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
6720
6724
|
};
|
|
6721
6725
|
type __VLS_PrettifyLocal$4<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -6723,7 +6727,7 @@ type __VLS_PrettifyLocal$4<T> = { [K in keyof T]: T[K] } & {};
|
|
|
6723
6727
|
//#endregion
|
|
6724
6728
|
//#region src/Select/SelectScrollDownButton.vue.d.ts
|
|
6725
6729
|
interface SelectScrollDownButtonProps extends PrimitiveProps {}
|
|
6726
|
-
declare const _default$241: __VLS_WithSlots$59<
|
|
6730
|
+
declare const _default$241: __VLS_WithSlots$59<vue32.DefineComponent<SelectScrollDownButtonProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SelectScrollDownButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6727
6731
|
default?: (props: {}) => any;
|
|
6728
6732
|
}>;
|
|
6729
6733
|
type __VLS_WithSlots$59<T, S> = T & {
|
|
@@ -6735,7 +6739,7 @@ type __VLS_WithSlots$59<T, S> = T & {
|
|
|
6735
6739
|
//#endregion
|
|
6736
6740
|
//#region src/Select/SelectScrollUpButton.vue.d.ts
|
|
6737
6741
|
interface SelectScrollUpButtonProps extends PrimitiveProps {}
|
|
6738
|
-
declare const _default$242: __VLS_WithSlots$58<
|
|
6742
|
+
declare const _default$242: __VLS_WithSlots$58<vue32.DefineComponent<SelectScrollUpButtonProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SelectScrollUpButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6739
6743
|
default?: (props: {}) => any;
|
|
6740
6744
|
}>;
|
|
6741
6745
|
type __VLS_WithSlots$58<T, S> = T & {
|
|
@@ -6747,7 +6751,7 @@ type __VLS_WithSlots$58<T, S> = T & {
|
|
|
6747
6751
|
//#endregion
|
|
6748
6752
|
//#region src/Select/SelectSeparator.vue.d.ts
|
|
6749
6753
|
interface SelectSeparatorProps extends PrimitiveProps {}
|
|
6750
|
-
declare const _default$243: __VLS_WithSlots$57<
|
|
6754
|
+
declare const _default$243: __VLS_WithSlots$57<vue32.DefineComponent<SelectSeparatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SelectSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6751
6755
|
default?: (props: {}) => any;
|
|
6752
6756
|
}>;
|
|
6753
6757
|
type __VLS_WithSlots$57<T, S> = T & {
|
|
@@ -6761,9 +6765,9 @@ type __VLS_WithSlots$57<T, S> = T & {
|
|
|
6761
6765
|
interface SelectTriggerProps extends PopperAnchorProps {
|
|
6762
6766
|
disabled?: boolean;
|
|
6763
6767
|
}
|
|
6764
|
-
declare const _default$244: __VLS_WithSlots$56<
|
|
6765
|
-
as: AsTag |
|
|
6766
|
-
}, {}, {}, {}, string,
|
|
6768
|
+
declare const _default$244: __VLS_WithSlots$56<vue32.DefineComponent<SelectTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SelectTriggerProps> & Readonly<{}>, {
|
|
6769
|
+
as: AsTag | vue32.Component;
|
|
6770
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6767
6771
|
default?: (props: {}) => any;
|
|
6768
6772
|
}>;
|
|
6769
6773
|
type __VLS_WithSlots$56<T, S> = T & {
|
|
@@ -6778,10 +6782,10 @@ interface SelectValueProps extends PrimitiveProps {
|
|
|
6778
6782
|
/** The content that will be rendered inside the `SelectValue` when no `value` or `defaultValue` is set. */
|
|
6779
6783
|
placeholder?: string;
|
|
6780
6784
|
}
|
|
6781
|
-
declare const _default$245: __VLS_WithSlots$55<
|
|
6782
|
-
as: AsTag |
|
|
6785
|
+
declare const _default$245: __VLS_WithSlots$55<vue32.DefineComponent<SelectValueProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SelectValueProps> & Readonly<{}>, {
|
|
6786
|
+
as: AsTag | vue32.Component;
|
|
6783
6787
|
placeholder: string;
|
|
6784
|
-
}, {}, {}, {}, string,
|
|
6788
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6785
6789
|
default?: (props: {
|
|
6786
6790
|
selectedLabel: string[];
|
|
6787
6791
|
modelValue: AcceptableValue | AcceptableValue[] | undefined;
|
|
@@ -6801,7 +6805,7 @@ interface SelectViewportProps extends PrimitiveProps {
|
|
|
6801
6805
|
*/
|
|
6802
6806
|
nonce?: string;
|
|
6803
6807
|
}
|
|
6804
|
-
declare const _default$246: __VLS_WithSlots$54<
|
|
6808
|
+
declare const _default$246: __VLS_WithSlots$54<vue32.DefineComponent<SelectViewportProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SelectViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6805
6809
|
default?: (props: {}) => any;
|
|
6806
6810
|
}>;
|
|
6807
6811
|
type __VLS_WithSlots$54<T, S> = T & {
|
|
@@ -6828,9 +6832,9 @@ interface BaseSeparatorProps extends PrimitiveProps {
|
|
|
6828
6832
|
//#endregion
|
|
6829
6833
|
//#region src/Separator/Separator.vue.d.ts
|
|
6830
6834
|
interface SeparatorProps extends BaseSeparatorProps {}
|
|
6831
|
-
declare const _default$247: __VLS_WithSlots$53<
|
|
6835
|
+
declare const _default$247: __VLS_WithSlots$53<vue32.DefineComponent<SeparatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SeparatorProps> & Readonly<{}>, {
|
|
6832
6836
|
orientation: DataOrientation;
|
|
6833
|
-
}, {}, {}, {}, string,
|
|
6837
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6834
6838
|
default?: (props: {}) => any;
|
|
6835
6839
|
}>;
|
|
6836
6840
|
type __VLS_WithSlots$53<T, S> = T & {
|
|
@@ -6842,9 +6846,9 @@ type __VLS_WithSlots$53<T, S> = T & {
|
|
|
6842
6846
|
//#endregion
|
|
6843
6847
|
//#region src/Slider/SliderRange.vue.d.ts
|
|
6844
6848
|
interface SliderRangeProps extends PrimitiveProps {}
|
|
6845
|
-
declare const _default$248: __VLS_WithSlots$52<
|
|
6846
|
-
as: AsTag |
|
|
6847
|
-
}, {}, {}, {}, string,
|
|
6849
|
+
declare const _default$248: __VLS_WithSlots$52<vue32.DefineComponent<SliderRangeProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SliderRangeProps> & Readonly<{}>, {
|
|
6850
|
+
as: AsTag | vue32.Component;
|
|
6851
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6848
6852
|
default?: (props: {}) => any;
|
|
6849
6853
|
}>;
|
|
6850
6854
|
type __VLS_WithSlots$52<T, S> = T & {
|
|
@@ -6909,24 +6913,24 @@ interface SliderRootContext {
|
|
|
6909
6913
|
thumbAlignment: Ref<ThumbAlignment>;
|
|
6910
6914
|
}
|
|
6911
6915
|
declare const injectSliderRootContext: <T extends SliderRootContext | null | undefined = SliderRootContext>(fallback?: T | undefined) => T extends null ? SliderRootContext | null : SliderRootContext, provideSliderRootContext: (contextValue: SliderRootContext) => SliderRootContext;
|
|
6912
|
-
declare const _default$249: __VLS_WithSlots$51<
|
|
6916
|
+
declare const _default$249: __VLS_WithSlots$51<vue32.DefineComponent<SliderRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
6913
6917
|
"update:modelValue": (payload: number[] | undefined) => any;
|
|
6914
6918
|
valueCommit: (payload: number[]) => any;
|
|
6915
|
-
}, string,
|
|
6919
|
+
}, string, vue32.PublicProps, Readonly<SliderRootProps> & Readonly<{
|
|
6916
6920
|
"onUpdate:modelValue"?: ((payload: number[] | undefined) => any) | undefined;
|
|
6917
6921
|
onValueCommit?: ((payload: number[]) => any) | undefined;
|
|
6918
6922
|
}>, {
|
|
6919
|
-
as: AsTag |
|
|
6923
|
+
as: AsTag | vue32.Component;
|
|
6920
6924
|
orientation: DataOrientation;
|
|
6921
|
-
disabled: boolean;
|
|
6922
6925
|
defaultValue: number[];
|
|
6923
|
-
|
|
6924
|
-
max: number;
|
|
6926
|
+
disabled: boolean;
|
|
6925
6927
|
min: number;
|
|
6928
|
+
max: number;
|
|
6929
|
+
step: number;
|
|
6926
6930
|
inverted: boolean;
|
|
6927
6931
|
minStepsBetweenThumbs: number;
|
|
6928
6932
|
thumbAlignment: ThumbAlignment;
|
|
6929
|
-
}, {}, {}, {}, string,
|
|
6933
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6930
6934
|
default?: (props: {
|
|
6931
6935
|
/** Current slider values */
|
|
6932
6936
|
modelValue: number[] | null;
|
|
@@ -6941,9 +6945,9 @@ type __VLS_WithSlots$51<T, S> = T & {
|
|
|
6941
6945
|
//#endregion
|
|
6942
6946
|
//#region src/Slider/SliderThumb.vue.d.ts
|
|
6943
6947
|
interface SliderThumbProps extends PrimitiveProps {}
|
|
6944
|
-
declare const _default$250: __VLS_WithSlots$50<
|
|
6945
|
-
as: AsTag |
|
|
6946
|
-
}, {}, {}, {}, string,
|
|
6948
|
+
declare const _default$250: __VLS_WithSlots$50<vue32.DefineComponent<SliderThumbProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SliderThumbProps> & Readonly<{}>, {
|
|
6949
|
+
as: AsTag | vue32.Component;
|
|
6950
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6947
6951
|
default?: (props: {}) => any;
|
|
6948
6952
|
}>;
|
|
6949
6953
|
type __VLS_WithSlots$50<T, S> = T & {
|
|
@@ -6955,9 +6959,9 @@ type __VLS_WithSlots$50<T, S> = T & {
|
|
|
6955
6959
|
//#endregion
|
|
6956
6960
|
//#region src/Slider/SliderTrack.vue.d.ts
|
|
6957
6961
|
interface SliderTrackProps extends PrimitiveProps {}
|
|
6958
|
-
declare const _default$251: __VLS_WithSlots$49<
|
|
6959
|
-
as: AsTag |
|
|
6960
|
-
}, {}, {}, {}, string,
|
|
6962
|
+
declare const _default$251: __VLS_WithSlots$49<vue32.DefineComponent<SliderTrackProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SliderTrackProps> & Readonly<{}>, {
|
|
6963
|
+
as: AsTag | vue32.Component;
|
|
6964
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
6961
6965
|
default?: (props: {}) => any;
|
|
6962
6966
|
}>;
|
|
6963
6967
|
type __VLS_WithSlots$49<T, S> = T & {
|
|
@@ -7015,7 +7019,7 @@ type PanelData = {
|
|
|
7015
7019
|
idIsFromProps: boolean;
|
|
7016
7020
|
order: number | undefined;
|
|
7017
7021
|
};
|
|
7018
|
-
declare const _default$253: __VLS_WithSlots$48<
|
|
7022
|
+
declare const _default$253: __VLS_WithSlots$48<vue32.DefineComponent<SplitterPanelProps, {
|
|
7019
7023
|
/** If panel is `collapsible`, collapse it fully. */
|
|
7020
7024
|
collapse: () => void;
|
|
7021
7025
|
/** If panel is currently collapsed, expand it to its most recent size. */
|
|
@@ -7025,18 +7029,18 @@ declare const _default$253: __VLS_WithSlots$48<vue37.DefineComponent<SplitterPan
|
|
|
7025
7029
|
/** Resize panel to the specified percentage (1 - 100). */
|
|
7026
7030
|
resize: (size: number) => void;
|
|
7027
7031
|
/** Returns `true` if the panel is currently collapsed */
|
|
7028
|
-
isCollapsed:
|
|
7032
|
+
isCollapsed: vue32.ComputedRef<boolean>;
|
|
7029
7033
|
/** Returns `true` if the panel is currently not collapsed */
|
|
7030
|
-
isExpanded:
|
|
7031
|
-
}, {}, {}, {},
|
|
7034
|
+
isExpanded: vue32.ComputedRef<boolean>;
|
|
7035
|
+
}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
7032
7036
|
resize: (size: number, prevSize: number | undefined) => any;
|
|
7033
7037
|
collapse: () => any;
|
|
7034
7038
|
expand: () => any;
|
|
7035
|
-
}, string,
|
|
7039
|
+
}, string, vue32.PublicProps, Readonly<SplitterPanelProps> & Readonly<{
|
|
7036
7040
|
onResize?: ((size: number, prevSize: number | undefined) => any) | undefined;
|
|
7037
7041
|
onCollapse?: (() => any) | undefined;
|
|
7038
7042
|
onExpand?: (() => any) | undefined;
|
|
7039
|
-
}>, {}, {}, {}, {}, string,
|
|
7043
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7040
7044
|
default?: (props: {
|
|
7041
7045
|
/** Is the panel collapsed */
|
|
7042
7046
|
isCollapsed: boolean;
|
|
@@ -7110,15 +7114,15 @@ type PanelGroupContext = {
|
|
|
7110
7114
|
getPanelStyle: (panelData: PanelData, defaultSize: number | undefined) => CSSProperties;
|
|
7111
7115
|
};
|
|
7112
7116
|
declare const injectPanelGroupContext: <T extends PanelGroupContext | null | undefined = PanelGroupContext>(fallback?: T | undefined) => T extends null ? PanelGroupContext | null : PanelGroupContext, providePanelGroupContext: (contextValue: PanelGroupContext) => PanelGroupContext;
|
|
7113
|
-
declare const _default$252: __VLS_WithSlots$47<
|
|
7117
|
+
declare const _default$252: __VLS_WithSlots$47<vue32.DefineComponent<SplitterGroupProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
7114
7118
|
layout: (val: number[]) => any;
|
|
7115
|
-
}, string,
|
|
7119
|
+
}, string, vue32.PublicProps, Readonly<SplitterGroupProps> & Readonly<{
|
|
7116
7120
|
onLayout?: ((val: number[]) => any) | undefined;
|
|
7117
7121
|
}>, {
|
|
7118
7122
|
autoSaveId: string | null;
|
|
7119
7123
|
keyboardResizeBy: number | null;
|
|
7120
7124
|
storage: PanelGroupStorage;
|
|
7121
|
-
}, {}, {}, {}, string,
|
|
7125
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7122
7126
|
default?: (props: {
|
|
7123
7127
|
/** Current size of layout */
|
|
7124
7128
|
layout: number[];
|
|
@@ -7156,13 +7160,13 @@ type SplitterResizeHandleEmits = {
|
|
|
7156
7160
|
/** Event handler called when dragging the handler. */
|
|
7157
7161
|
dragging: [isDragging: boolean];
|
|
7158
7162
|
};
|
|
7159
|
-
declare const _default$254: __VLS_WithSlots$46<
|
|
7163
|
+
declare const _default$254: __VLS_WithSlots$46<vue32.DefineComponent<SplitterResizeHandleProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
7160
7164
|
dragging: (isDragging: boolean) => any;
|
|
7161
|
-
}, string,
|
|
7165
|
+
}, string, vue32.PublicProps, Readonly<SplitterResizeHandleProps> & Readonly<{
|
|
7162
7166
|
onDragging?: ((isDragging: boolean) => any) | undefined;
|
|
7163
7167
|
}>, {
|
|
7164
7168
|
tabindex: number;
|
|
7165
|
-
}, {}, {}, {}, string,
|
|
7169
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7166
7170
|
default?: (props: {}) => any;
|
|
7167
7171
|
}>;
|
|
7168
7172
|
type __VLS_WithSlots$46<T, S> = T & {
|
|
@@ -7174,9 +7178,9 @@ type __VLS_WithSlots$46<T, S> = T & {
|
|
|
7174
7178
|
//#endregion
|
|
7175
7179
|
//#region src/Stepper/StepperDescription.vue.d.ts
|
|
7176
7180
|
interface StepperDescriptionProps extends PrimitiveProps {}
|
|
7177
|
-
declare const _default$255: __VLS_WithSlots$45<
|
|
7178
|
-
as: AsTag |
|
|
7179
|
-
}, {}, {}, {}, string,
|
|
7181
|
+
declare const _default$255: __VLS_WithSlots$45<vue32.DefineComponent<StepperDescriptionProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<StepperDescriptionProps> & Readonly<{}>, {
|
|
7182
|
+
as: AsTag | vue32.Component;
|
|
7183
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7180
7184
|
default?: (props: {}) => any;
|
|
7181
7185
|
}>;
|
|
7182
7186
|
type __VLS_WithSlots$45<T, S> = T & {
|
|
@@ -7188,7 +7192,7 @@ type __VLS_WithSlots$45<T, S> = T & {
|
|
|
7188
7192
|
//#endregion
|
|
7189
7193
|
//#region src/Stepper/StepperIndicator.vue.d.ts
|
|
7190
7194
|
interface StepperIndicatorProps extends PrimitiveProps {}
|
|
7191
|
-
declare const _default$256: __VLS_WithSlots$44<
|
|
7195
|
+
declare const _default$256: __VLS_WithSlots$44<vue32.DefineComponent<StepperIndicatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<StepperIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7192
7196
|
default?: (props: {
|
|
7193
7197
|
/** Current step */
|
|
7194
7198
|
step: number;
|
|
@@ -7220,10 +7224,10 @@ interface StepperItemProps extends PrimitiveProps {
|
|
|
7220
7224
|
/** Shows whether the step is completed. */
|
|
7221
7225
|
completed?: boolean;
|
|
7222
7226
|
}
|
|
7223
|
-
declare const _default$257: __VLS_WithSlots$43<
|
|
7227
|
+
declare const _default$257: __VLS_WithSlots$43<vue32.DefineComponent<StepperItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<StepperItemProps> & Readonly<{}>, {
|
|
7224
7228
|
disabled: boolean;
|
|
7225
7229
|
completed: boolean;
|
|
7226
|
-
}, {}, {}, {}, string,
|
|
7230
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7227
7231
|
default?: (props: {
|
|
7228
7232
|
/** The current state of the stepper item */
|
|
7229
7233
|
state: StepperState;
|
|
@@ -7270,27 +7274,27 @@ type StepperRootEmits = {
|
|
|
7270
7274
|
'update:modelValue': [payload: number | undefined];
|
|
7271
7275
|
};
|
|
7272
7276
|
declare const injectStepperRootContext: <T extends StepperRootContext | null | undefined = StepperRootContext>(fallback?: T | undefined) => T extends null ? StepperRootContext | null : StepperRootContext, provideStepperRootContext: (contextValue: StepperRootContext) => StepperRootContext;
|
|
7273
|
-
declare const _default$258: __VLS_WithSlots$42<
|
|
7277
|
+
declare const _default$258: __VLS_WithSlots$42<vue32.DefineComponent<StepperRootProps, {
|
|
7274
7278
|
goToStep: (step: number) => void;
|
|
7275
7279
|
nextStep: () => void;
|
|
7276
7280
|
prevStep: () => void;
|
|
7277
|
-
modelValue:
|
|
7278
|
-
totalSteps:
|
|
7279
|
-
isNextDisabled:
|
|
7280
|
-
isPrevDisabled:
|
|
7281
|
-
isFirstStep:
|
|
7282
|
-
isLastStep:
|
|
7281
|
+
modelValue: vue32.WritableComputedRef<number | undefined, number | undefined>;
|
|
7282
|
+
totalSteps: vue32.ComputedRef<number>;
|
|
7283
|
+
isNextDisabled: vue32.ComputedRef<boolean>;
|
|
7284
|
+
isPrevDisabled: vue32.ComputedRef<boolean>;
|
|
7285
|
+
isFirstStep: vue32.ComputedRef<boolean>;
|
|
7286
|
+
isLastStep: vue32.ComputedRef<boolean>;
|
|
7283
7287
|
hasNext: () => boolean;
|
|
7284
7288
|
hasPrev: () => boolean;
|
|
7285
|
-
}, {}, {}, {},
|
|
7289
|
+
}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
7286
7290
|
"update:modelValue": (payload: number | undefined) => any;
|
|
7287
|
-
}, string,
|
|
7291
|
+
}, string, vue32.PublicProps, Readonly<StepperRootProps> & Readonly<{
|
|
7288
7292
|
"onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
|
|
7289
7293
|
}>, {
|
|
7290
7294
|
orientation: DataOrientation;
|
|
7291
7295
|
defaultValue: number;
|
|
7292
7296
|
linear: boolean;
|
|
7293
|
-
}, {}, {}, {}, string,
|
|
7297
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7294
7298
|
default?: (props: {
|
|
7295
7299
|
/** Current step */
|
|
7296
7300
|
modelValue: number | undefined;
|
|
@@ -7325,7 +7329,7 @@ type __VLS_WithSlots$42<T, S> = T & {
|
|
|
7325
7329
|
//#endregion
|
|
7326
7330
|
//#region src/Stepper/StepperSeparator.vue.d.ts
|
|
7327
7331
|
interface StepperSeparatorProps extends SeparatorProps {}
|
|
7328
|
-
declare const _default$259: __VLS_WithSlots$41<
|
|
7332
|
+
declare const _default$259: __VLS_WithSlots$41<vue32.DefineComponent<StepperSeparatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<StepperSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7329
7333
|
default?: (props: {}) => any;
|
|
7330
7334
|
}>;
|
|
7331
7335
|
type __VLS_WithSlots$41<T, S> = T & {
|
|
@@ -7337,9 +7341,9 @@ type __VLS_WithSlots$41<T, S> = T & {
|
|
|
7337
7341
|
//#endregion
|
|
7338
7342
|
//#region src/Stepper/StepperTitle.vue.d.ts
|
|
7339
7343
|
interface StepperTitleProps extends PrimitiveProps {}
|
|
7340
|
-
declare const _default$260: __VLS_WithSlots$40<
|
|
7341
|
-
as: AsTag |
|
|
7342
|
-
}, {}, {}, {}, string,
|
|
7344
|
+
declare const _default$260: __VLS_WithSlots$40<vue32.DefineComponent<StepperTitleProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<StepperTitleProps> & Readonly<{}>, {
|
|
7345
|
+
as: AsTag | vue32.Component;
|
|
7346
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7343
7347
|
default?: (props: {}) => any;
|
|
7344
7348
|
}>;
|
|
7345
7349
|
type __VLS_WithSlots$40<T, S> = T & {
|
|
@@ -7351,9 +7355,9 @@ type __VLS_WithSlots$40<T, S> = T & {
|
|
|
7351
7355
|
//#endregion
|
|
7352
7356
|
//#region src/Stepper/StepperTrigger.vue.d.ts
|
|
7353
7357
|
interface StepperTriggerProps extends PrimitiveProps {}
|
|
7354
|
-
declare const _default$261: __VLS_WithSlots$39<
|
|
7355
|
-
as: AsTag |
|
|
7356
|
-
}, {}, {}, {}, string,
|
|
7358
|
+
declare const _default$261: __VLS_WithSlots$39<vue32.DefineComponent<StepperTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<StepperTriggerProps> & Readonly<{}>, {
|
|
7359
|
+
as: AsTag | vue32.Component;
|
|
7360
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7357
7361
|
default?: (props: {}) => any;
|
|
7358
7362
|
}>;
|
|
7359
7363
|
type __VLS_WithSlots$39<T, S> = T & {
|
|
@@ -7385,15 +7389,15 @@ interface SwitchRootContext {
|
|
|
7385
7389
|
disabled: Ref<boolean>;
|
|
7386
7390
|
}
|
|
7387
7391
|
declare const injectSwitchRootContext: <T extends SwitchRootContext | null | undefined = SwitchRootContext>(fallback?: T | undefined) => T extends null ? SwitchRootContext | null : SwitchRootContext, provideSwitchRootContext: (contextValue: SwitchRootContext) => SwitchRootContext;
|
|
7388
|
-
declare const _default$262: __VLS_WithSlots$38<
|
|
7392
|
+
declare const _default$262: __VLS_WithSlots$38<vue32.DefineComponent<SwitchRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
7389
7393
|
"update:modelValue": (payload: boolean) => any;
|
|
7390
|
-
}, string,
|
|
7394
|
+
}, string, vue32.PublicProps, Readonly<SwitchRootProps> & Readonly<{
|
|
7391
7395
|
"onUpdate:modelValue"?: ((payload: boolean) => any) | undefined;
|
|
7392
7396
|
}>, {
|
|
7393
|
-
as: AsTag |
|
|
7397
|
+
as: AsTag | vue32.Component;
|
|
7394
7398
|
value: string;
|
|
7395
7399
|
modelValue: boolean | null;
|
|
7396
|
-
}, {}, {}, {}, string,
|
|
7400
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7397
7401
|
default?: (props: {
|
|
7398
7402
|
/** Current value */
|
|
7399
7403
|
modelValue: boolean;
|
|
@@ -7408,9 +7412,9 @@ type __VLS_WithSlots$38<T, S> = T & {
|
|
|
7408
7412
|
//#endregion
|
|
7409
7413
|
//#region src/Switch/SwitchThumb.vue.d.ts
|
|
7410
7414
|
interface SwitchThumbProps extends PrimitiveProps {}
|
|
7411
|
-
declare const _default$263: __VLS_WithSlots$37<
|
|
7412
|
-
as: AsTag |
|
|
7413
|
-
}, {}, {}, {}, string,
|
|
7415
|
+
declare const _default$263: __VLS_WithSlots$37<vue32.DefineComponent<SwitchThumbProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<SwitchThumbProps> & Readonly<{}>, {
|
|
7416
|
+
as: AsTag | vue32.Component;
|
|
7417
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7414
7418
|
default?: (props: {}) => any;
|
|
7415
7419
|
}>;
|
|
7416
7420
|
type __VLS_WithSlots$37<T, S> = T & {
|
|
@@ -7430,7 +7434,7 @@ interface TabsContentProps extends PrimitiveProps {
|
|
|
7430
7434
|
*/
|
|
7431
7435
|
forceMount?: boolean;
|
|
7432
7436
|
}
|
|
7433
|
-
declare const _default$264: __VLS_WithSlots$36<
|
|
7437
|
+
declare const _default$264: __VLS_WithSlots$36<vue32.DefineComponent<TabsContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TabsContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7434
7438
|
default?: (props: {}) => any;
|
|
7435
7439
|
}>;
|
|
7436
7440
|
type __VLS_WithSlots$36<T, S> = T & {
|
|
@@ -7442,7 +7446,7 @@ type __VLS_WithSlots$36<T, S> = T & {
|
|
|
7442
7446
|
//#endregion
|
|
7443
7447
|
//#region src/Tabs/TabsIndicator.vue.d.ts
|
|
7444
7448
|
interface TabsIndicatorProps extends PrimitiveProps {}
|
|
7445
|
-
declare const _default$265: __VLS_WithSlots$35<
|
|
7449
|
+
declare const _default$265: __VLS_WithSlots$35<vue32.DefineComponent<TabsIndicatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TabsIndicatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7446
7450
|
default?: (props: {}) => any;
|
|
7447
7451
|
}>;
|
|
7448
7452
|
type __VLS_WithSlots$35<T, S> = T & {
|
|
@@ -7457,9 +7461,9 @@ interface TabsListProps extends PrimitiveProps {
|
|
|
7457
7461
|
/** When `true`, keyboard navigation will loop from last tab to first, and vice versa. */
|
|
7458
7462
|
loop?: boolean;
|
|
7459
7463
|
}
|
|
7460
|
-
declare const _default$266: __VLS_WithSlots$34<
|
|
7464
|
+
declare const _default$266: __VLS_WithSlots$34<vue32.DefineComponent<TabsListProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TabsListProps> & Readonly<{}>, {
|
|
7461
7465
|
loop: boolean;
|
|
7462
|
-
}, {}, {}, {}, string,
|
|
7466
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7463
7467
|
default?: (props: {}) => any;
|
|
7464
7468
|
}>;
|
|
7465
7469
|
type __VLS_WithSlots$34<T, S> = T & {
|
|
@@ -7517,8 +7521,8 @@ declare const injectTabsRootContext: <T extends TabsRootContext | null | undefin
|
|
|
7517
7521
|
declare const _default$267: <T extends StringOrNumber = StringOrNumber>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$3<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
7518
7522
|
props: __VLS_PrettifyLocal$3<Pick<Partial<{}> & Omit<{
|
|
7519
7523
|
readonly "onUpdate:modelValue"?: ((payload: T) => any) | undefined;
|
|
7520
|
-
} &
|
|
7521
|
-
expose(exposed:
|
|
7524
|
+
} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, "onUpdate:modelValue"> & TabsRootProps<T> & Partial<{}>> & vue32.PublicProps;
|
|
7525
|
+
expose(exposed: vue32.ShallowUnwrapRef<{}>): void;
|
|
7522
7526
|
attrs: any;
|
|
7523
7527
|
slots: {
|
|
7524
7528
|
default?: (props: {
|
|
@@ -7527,7 +7531,7 @@ declare const _default$267: <T extends StringOrNumber = StringOrNumber>(__VLS_pr
|
|
|
7527
7531
|
}) => any;
|
|
7528
7532
|
};
|
|
7529
7533
|
emit: (evt: "update:modelValue", payload: T) => void;
|
|
7530
|
-
}>) =>
|
|
7534
|
+
}>) => vue32.VNode & {
|
|
7531
7535
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
7532
7536
|
};
|
|
7533
7537
|
type __VLS_PrettifyLocal$3<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -7540,10 +7544,10 @@ interface TabsTriggerProps extends PrimitiveProps {
|
|
|
7540
7544
|
/** When `true`, prevents the user from interacting with the tab. */
|
|
7541
7545
|
disabled?: boolean;
|
|
7542
7546
|
}
|
|
7543
|
-
declare const _default$268: __VLS_WithSlots$33<
|
|
7544
|
-
as: AsTag |
|
|
7547
|
+
declare const _default$268: __VLS_WithSlots$33<vue32.DefineComponent<TabsTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {
|
|
7548
|
+
as: AsTag | vue32.Component;
|
|
7545
7549
|
disabled: boolean;
|
|
7546
|
-
}, {}, {}, {}, string,
|
|
7550
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7547
7551
|
default?: (props: {}) => any;
|
|
7548
7552
|
}>;
|
|
7549
7553
|
type __VLS_WithSlots$33<T, S> = T & {
|
|
@@ -7555,9 +7559,9 @@ type __VLS_WithSlots$33<T, S> = T & {
|
|
|
7555
7559
|
//#endregion
|
|
7556
7560
|
//#region src/TagsInput/TagsInputClear.vue.d.ts
|
|
7557
7561
|
interface TagsInputClearProps extends PrimitiveProps {}
|
|
7558
|
-
declare const _default$269: __VLS_WithSlots$32<
|
|
7559
|
-
as: AsTag |
|
|
7560
|
-
}, {}, {}, {}, string,
|
|
7562
|
+
declare const _default$269: __VLS_WithSlots$32<vue32.DefineComponent<TagsInputClearProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TagsInputClearProps> & Readonly<{}>, {
|
|
7563
|
+
as: AsTag | vue32.Component;
|
|
7564
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7561
7565
|
default?: (props: {}) => any;
|
|
7562
7566
|
}>;
|
|
7563
7567
|
type __VLS_WithSlots$32<T, S> = T & {
|
|
@@ -7576,9 +7580,9 @@ interface TagsInputInputProps extends PrimitiveProps {
|
|
|
7576
7580
|
/** Maximum number of character allowed. */
|
|
7577
7581
|
maxLength?: number;
|
|
7578
7582
|
}
|
|
7579
|
-
declare const _default$270: __VLS_WithSlots$31<
|
|
7580
|
-
as: AsTag |
|
|
7581
|
-
}, {}, {}, {}, string,
|
|
7583
|
+
declare const _default$270: __VLS_WithSlots$31<vue32.DefineComponent<TagsInputInputProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TagsInputInputProps> & Readonly<{}>, {
|
|
7584
|
+
as: AsTag | vue32.Component;
|
|
7585
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7582
7586
|
default?: (props: {}) => any;
|
|
7583
7587
|
}>;
|
|
7584
7588
|
type __VLS_WithSlots$31<T, S> = T & {
|
|
@@ -7651,8 +7655,8 @@ declare const _default$274: <T extends AcceptableInputValue = string>(__VLS_prop
|
|
|
7651
7655
|
readonly "onUpdate:modelValue"?: ((payload: T[]) => any) | undefined;
|
|
7652
7656
|
readonly onAddTag?: ((payload: T) => any) | undefined;
|
|
7653
7657
|
readonly onRemoveTag?: ((payload: T) => any) | undefined;
|
|
7654
|
-
} &
|
|
7655
|
-
expose(exposed:
|
|
7658
|
+
} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, "onInvalid" | "onUpdate:modelValue" | "onAddTag" | "onRemoveTag"> & TagsInputRootProps<T> & Partial<{}>> & vue32.PublicProps;
|
|
7659
|
+
expose(exposed: vue32.ShallowUnwrapRef<{}>): void;
|
|
7656
7660
|
attrs: any;
|
|
7657
7661
|
slots: {
|
|
7658
7662
|
default?: (props: {
|
|
@@ -7661,7 +7665,7 @@ declare const _default$274: <T extends AcceptableInputValue = string>(__VLS_prop
|
|
|
7661
7665
|
}) => any;
|
|
7662
7666
|
};
|
|
7663
7667
|
emit: ((evt: "invalid", payload: T) => void) & ((evt: "update:modelValue", payload: T[]) => void) & ((evt: "addTag", payload: T) => void) & ((evt: "removeTag", payload: T) => void);
|
|
7664
|
-
}>) =>
|
|
7668
|
+
}>) => vue32.VNode & {
|
|
7665
7669
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
7666
7670
|
};
|
|
7667
7671
|
type __VLS_PrettifyLocal$2<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -7682,7 +7686,7 @@ interface TagsInputItemContext {
|
|
|
7682
7686
|
textId: string;
|
|
7683
7687
|
}
|
|
7684
7688
|
declare const injectTagsInputItemContext: <T extends TagsInputItemContext | null | undefined = TagsInputItemContext>(fallback?: T | undefined) => T extends null ? TagsInputItemContext | null : TagsInputItemContext, provideTagsInputItemContext: (contextValue: TagsInputItemContext) => TagsInputItemContext;
|
|
7685
|
-
declare const _default$271: __VLS_WithSlots$30<
|
|
7689
|
+
declare const _default$271: __VLS_WithSlots$30<vue32.DefineComponent<TagsInputItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TagsInputItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7686
7690
|
default?: (props: {}) => any;
|
|
7687
7691
|
}>;
|
|
7688
7692
|
type __VLS_WithSlots$30<T, S> = T & {
|
|
@@ -7694,9 +7698,9 @@ type __VLS_WithSlots$30<T, S> = T & {
|
|
|
7694
7698
|
//#endregion
|
|
7695
7699
|
//#region src/TagsInput/TagsInputItemDelete.vue.d.ts
|
|
7696
7700
|
interface TagsInputItemDeleteProps extends PrimitiveProps {}
|
|
7697
|
-
declare const _default$272: __VLS_WithSlots$29<
|
|
7698
|
-
as: AsTag |
|
|
7699
|
-
}, {}, {}, {}, string,
|
|
7701
|
+
declare const _default$272: __VLS_WithSlots$29<vue32.DefineComponent<TagsInputItemDeleteProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TagsInputItemDeleteProps> & Readonly<{}>, {
|
|
7702
|
+
as: AsTag | vue32.Component;
|
|
7703
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7700
7704
|
default?: (props: {}) => any;
|
|
7701
7705
|
}>;
|
|
7702
7706
|
type __VLS_WithSlots$29<T, S> = T & {
|
|
@@ -7708,9 +7712,9 @@ type __VLS_WithSlots$29<T, S> = T & {
|
|
|
7708
7712
|
//#endregion
|
|
7709
7713
|
//#region src/TagsInput/TagsInputItemText.vue.d.ts
|
|
7710
7714
|
interface TagsInputItemTextProps extends PrimitiveProps {}
|
|
7711
|
-
declare const _default$273: __VLS_WithSlots$28<
|
|
7712
|
-
as: AsTag |
|
|
7713
|
-
}, {}, {}, {}, string,
|
|
7715
|
+
declare const _default$273: __VLS_WithSlots$28<vue32.DefineComponent<TagsInputItemTextProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TagsInputItemTextProps> & Readonly<{}>, {
|
|
7716
|
+
as: AsTag | vue32.Component;
|
|
7717
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7714
7718
|
default?: (props: {}) => any;
|
|
7715
7719
|
}>;
|
|
7716
7720
|
type __VLS_WithSlots$28<T, S> = T & {
|
|
@@ -7725,7 +7729,7 @@ interface TimeFieldInputProps extends PrimitiveProps {
|
|
|
7725
7729
|
/** The part of the date to render */
|
|
7726
7730
|
part: SegmentPart;
|
|
7727
7731
|
}
|
|
7728
|
-
declare const _default$275: __VLS_WithSlots$27<
|
|
7732
|
+
declare const _default$275: __VLS_WithSlots$27<vue32.DefineComponent<TimeFieldInputProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TimeFieldInputProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7729
7733
|
default?: (props: {}) => any;
|
|
7730
7734
|
}>;
|
|
7731
7735
|
type __VLS_WithSlots$27<T, S> = T & {
|
|
@@ -7794,21 +7798,21 @@ type TimeFieldRootEmits = {
|
|
|
7794
7798
|
'update:placeholder': [date: TimeValue];
|
|
7795
7799
|
};
|
|
7796
7800
|
declare const injectTimeFieldRootContext: <T extends TimeFieldRootContext | null | undefined = TimeFieldRootContext>(fallback?: T | undefined) => T extends null ? TimeFieldRootContext | null : TimeFieldRootContext, provideTimeFieldRootContext: (contextValue: TimeFieldRootContext) => TimeFieldRootContext;
|
|
7797
|
-
declare const _default$276: __VLS_WithSlots$26<
|
|
7801
|
+
declare const _default$276: __VLS_WithSlots$26<vue32.DefineComponent<TimeFieldRootProps, {
|
|
7798
7802
|
/** Helper to set the focused element inside the DateField */
|
|
7799
7803
|
setFocusedElement: (el: HTMLElement) => void;
|
|
7800
|
-
}, {}, {}, {},
|
|
7804
|
+
}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
7801
7805
|
"update:modelValue": (date: TimeValue | undefined) => any;
|
|
7802
7806
|
"update:placeholder": (date: TimeValue) => any;
|
|
7803
|
-
}, string,
|
|
7807
|
+
}, string, vue32.PublicProps, Readonly<TimeFieldRootProps> & Readonly<{
|
|
7804
7808
|
"onUpdate:modelValue"?: ((date: TimeValue | undefined) => any) | undefined;
|
|
7805
7809
|
"onUpdate:placeholder"?: ((date: TimeValue) => any) | undefined;
|
|
7806
7810
|
}>, {
|
|
7807
7811
|
placeholder: TimeValue;
|
|
7808
|
-
disabled: boolean;
|
|
7809
7812
|
defaultValue: TimeValue;
|
|
7813
|
+
disabled: boolean;
|
|
7810
7814
|
readonly: boolean;
|
|
7811
|
-
}, {}, {}, {}, string,
|
|
7815
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7812
7816
|
default?: (props: {
|
|
7813
7817
|
/** The current time of the field */
|
|
7814
7818
|
modelValue: TimeValue | undefined;
|
|
@@ -7830,9 +7834,9 @@ type __VLS_WithSlots$26<T, S> = T & {
|
|
|
7830
7834
|
//#endregion
|
|
7831
7835
|
//#region src/Toast/ToastClose.vue.d.ts
|
|
7832
7836
|
interface ToastCloseProps extends PrimitiveProps {}
|
|
7833
|
-
declare const _default$278: __VLS_WithSlots$25<
|
|
7834
|
-
as: AsTag |
|
|
7835
|
-
}, {}, {}, {}, string,
|
|
7837
|
+
declare const _default$278: __VLS_WithSlots$25<vue32.DefineComponent<ToastCloseProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ToastCloseProps> & Readonly<{}>, {
|
|
7838
|
+
as: AsTag | vue32.Component;
|
|
7839
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7836
7840
|
default?: (props: {}) => any;
|
|
7837
7841
|
}>;
|
|
7838
7842
|
type __VLS_WithSlots$25<T, S> = T & {
|
|
@@ -7852,7 +7856,7 @@ interface ToastActionProps extends ToastCloseProps {
|
|
|
7852
7856
|
*/
|
|
7853
7857
|
altText: string;
|
|
7854
7858
|
}
|
|
7855
|
-
declare const _default$277: __VLS_WithSlots$24<
|
|
7859
|
+
declare const _default$277: __VLS_WithSlots$24<vue32.DefineComponent<ToastActionProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ToastActionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7856
7860
|
default?: (props: {}) => any;
|
|
7857
7861
|
}>;
|
|
7858
7862
|
type __VLS_WithSlots$24<T, S> = T & {
|
|
@@ -7864,7 +7868,7 @@ type __VLS_WithSlots$24<T, S> = T & {
|
|
|
7864
7868
|
//#endregion
|
|
7865
7869
|
//#region src/Toast/ToastDescription.vue.d.ts
|
|
7866
7870
|
interface ToastDescriptionProps extends PrimitiveProps {}
|
|
7867
|
-
declare const _default$279: __VLS_WithSlots$23<
|
|
7871
|
+
declare const _default$279: __VLS_WithSlots$23<vue32.DefineComponent<ToastDescriptionProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ToastDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7868
7872
|
default?: (props: {}) => any;
|
|
7869
7873
|
}>;
|
|
7870
7874
|
type __VLS_WithSlots$23<T, S> = T & {
|
|
@@ -7876,7 +7880,7 @@ type __VLS_WithSlots$23<T, S> = T & {
|
|
|
7876
7880
|
//#endregion
|
|
7877
7881
|
//#region src/Toast/ToastPortal.vue.d.ts
|
|
7878
7882
|
interface ToastPortalProps extends TeleportProps {}
|
|
7879
|
-
declare const _default$280: __VLS_WithSlots$22<
|
|
7883
|
+
declare const _default$280: __VLS_WithSlots$22<vue32.DefineComponent<ToastPortalProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ToastPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7880
7884
|
default?: (props: {}) => any;
|
|
7881
7885
|
}>;
|
|
7882
7886
|
type __VLS_WithSlots$22<T, S> = T & {
|
|
@@ -7936,12 +7940,12 @@ interface ToastProviderProps {
|
|
|
7936
7940
|
swipeThreshold?: number;
|
|
7937
7941
|
}
|
|
7938
7942
|
declare const injectToastProviderContext: <T extends ToastProviderContext | null | undefined = ToastProviderContext>(fallback?: T | undefined) => T extends null ? ToastProviderContext | null : ToastProviderContext, provideToastProviderContext: (contextValue: ToastProviderContext) => ToastProviderContext;
|
|
7939
|
-
declare const _default$281: __VLS_WithSlots$21<
|
|
7943
|
+
declare const _default$281: __VLS_WithSlots$21<vue32.DefineComponent<ToastProviderProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ToastProviderProps> & Readonly<{}>, {
|
|
7940
7944
|
label: string;
|
|
7941
7945
|
duration: number;
|
|
7942
7946
|
swipeDirection: SwipeDirection;
|
|
7943
7947
|
swipeThreshold: number;
|
|
7944
|
-
}, {}, {}, {}, string,
|
|
7948
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
7945
7949
|
default?: (props: {}) => any;
|
|
7946
7950
|
}>;
|
|
7947
7951
|
type __VLS_WithSlots$21<T, S> = T & {
|
|
@@ -8001,7 +8005,7 @@ interface ToastRootProps extends ToastRootImplProps {
|
|
|
8001
8005
|
*/
|
|
8002
8006
|
forceMount?: boolean;
|
|
8003
8007
|
}
|
|
8004
|
-
declare const _default$282: __VLS_WithSlots$20<
|
|
8008
|
+
declare const _default$282: __VLS_WithSlots$20<vue32.DefineComponent<ToastRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
8005
8009
|
pause: () => any;
|
|
8006
8010
|
"update:open": (value: boolean) => any;
|
|
8007
8011
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
@@ -8010,7 +8014,7 @@ declare const _default$282: __VLS_WithSlots$20<vue37.DefineComponent<ToastRootPr
|
|
|
8010
8014
|
swipeMove: (event: SwipeEvent) => any;
|
|
8011
8015
|
swipeCancel: (event: SwipeEvent) => any;
|
|
8012
8016
|
swipeEnd: (event: SwipeEvent) => any;
|
|
8013
|
-
}, string,
|
|
8017
|
+
}, string, vue32.PublicProps, Readonly<ToastRootProps> & Readonly<{
|
|
8014
8018
|
onPause?: (() => any) | undefined;
|
|
8015
8019
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
8016
8020
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
@@ -8021,10 +8025,10 @@ declare const _default$282: __VLS_WithSlots$20<vue37.DefineComponent<ToastRootPr
|
|
|
8021
8025
|
onSwipeEnd?: ((event: SwipeEvent) => any) | undefined;
|
|
8022
8026
|
}>, {
|
|
8023
8027
|
type: "foreground" | "background";
|
|
8024
|
-
as: AsTag |
|
|
8025
|
-
open: boolean;
|
|
8028
|
+
as: AsTag | vue32.Component;
|
|
8026
8029
|
defaultOpen: boolean;
|
|
8027
|
-
|
|
8030
|
+
open: boolean;
|
|
8031
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8028
8032
|
default?: (props: {
|
|
8029
8033
|
/** Current open state */
|
|
8030
8034
|
open: boolean;
|
|
@@ -8043,7 +8047,7 @@ type __VLS_WithSlots$20<T, S> = T & {
|
|
|
8043
8047
|
//#endregion
|
|
8044
8048
|
//#region src/Toast/ToastTitle.vue.d.ts
|
|
8045
8049
|
interface ToastTitleProps extends PrimitiveProps {}
|
|
8046
|
-
declare const _default$283: __VLS_WithSlots$19<
|
|
8050
|
+
declare const _default$283: __VLS_WithSlots$19<vue32.DefineComponent<ToastTitleProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ToastTitleProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8047
8051
|
default?: (props: {}) => any;
|
|
8048
8052
|
}>;
|
|
8049
8053
|
type __VLS_WithSlots$19<T, S> = T & {
|
|
@@ -8068,11 +8072,11 @@ interface ToastViewportProps extends PrimitiveProps {
|
|
|
8068
8072
|
*/
|
|
8069
8073
|
label?: string | ((hotkey: string) => string);
|
|
8070
8074
|
}
|
|
8071
|
-
declare const _default$284: __VLS_WithSlots$18<
|
|
8075
|
+
declare const _default$284: __VLS_WithSlots$18<vue32.DefineComponent<ToastViewportProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ToastViewportProps> & Readonly<{}>, {
|
|
8072
8076
|
label: string | ((hotkey: string) => string);
|
|
8073
|
-
as: AsTag |
|
|
8077
|
+
as: AsTag | vue32.Component;
|
|
8074
8078
|
hotkey: string[];
|
|
8075
|
-
}, {}, {}, {}, string,
|
|
8079
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8076
8080
|
default?: (props: {}) => any;
|
|
8077
8081
|
}>;
|
|
8078
8082
|
type __VLS_WithSlots$18<T, S> = T & {
|
|
@@ -8102,15 +8106,15 @@ interface ToggleProps extends PrimitiveProps, FormFieldProps {
|
|
|
8102
8106
|
*/
|
|
8103
8107
|
disabled?: boolean;
|
|
8104
8108
|
}
|
|
8105
|
-
declare const _default$285: __VLS_WithSlots$17<
|
|
8109
|
+
declare const _default$285: __VLS_WithSlots$17<vue32.DefineComponent<ToggleProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
8106
8110
|
"update:modelValue": (value: boolean) => any;
|
|
8107
|
-
}, string,
|
|
8111
|
+
}, string, vue32.PublicProps, Readonly<ToggleProps> & Readonly<{
|
|
8108
8112
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8109
8113
|
}>, {
|
|
8110
|
-
as: AsTag |
|
|
8111
|
-
disabled: boolean;
|
|
8114
|
+
as: AsTag | vue32.Component;
|
|
8112
8115
|
modelValue: boolean | null;
|
|
8113
|
-
|
|
8116
|
+
disabled: boolean;
|
|
8117
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8114
8118
|
default?: (props: {
|
|
8115
8119
|
/** Current value */
|
|
8116
8120
|
modelValue: boolean;
|
|
@@ -8136,9 +8140,9 @@ interface ToggleGroupItemProps extends Omit<ToggleProps, 'name' | 'required' | '
|
|
|
8136
8140
|
*/
|
|
8137
8141
|
value: AcceptableValue;
|
|
8138
8142
|
}
|
|
8139
|
-
declare const _default$286: __VLS_WithSlots$16<
|
|
8140
|
-
as: AsTag |
|
|
8141
|
-
}, {}, {}, {}, string,
|
|
8143
|
+
declare const _default$286: __VLS_WithSlots$16<vue32.DefineComponent<ToggleGroupItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ToggleGroupItemProps> & Readonly<{}>, {
|
|
8144
|
+
as: AsTag | vue32.Component;
|
|
8145
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8142
8146
|
default?: (props: {
|
|
8143
8147
|
modelValue: boolean;
|
|
8144
8148
|
state: DataState;
|
|
@@ -8181,15 +8185,15 @@ interface ToggleGroupRootContext {
|
|
|
8181
8185
|
disabled?: Ref<boolean>;
|
|
8182
8186
|
}
|
|
8183
8187
|
declare const injectToggleGroupRootContext: <T extends ToggleGroupRootContext | null | undefined = ToggleGroupRootContext>(fallback?: T | undefined) => T extends null ? ToggleGroupRootContext | null : ToggleGroupRootContext, provideToggleGroupRootContext: (contextValue: ToggleGroupRootContext) => ToggleGroupRootContext;
|
|
8184
|
-
declare const _default$287: __VLS_WithSlots$15<
|
|
8188
|
+
declare const _default$287: __VLS_WithSlots$15<vue32.DefineComponent<ToggleGroupRootProps<AcceptableValue | AcceptableValue[]>, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
8185
8189
|
"update:modelValue": (payload: AcceptableValue | AcceptableValue[]) => any;
|
|
8186
|
-
}, string,
|
|
8190
|
+
}, string, vue32.PublicProps, Readonly<ToggleGroupRootProps<AcceptableValue | AcceptableValue[]>> & Readonly<{
|
|
8187
8191
|
"onUpdate:modelValue"?: ((payload: AcceptableValue | AcceptableValue[]) => any) | undefined;
|
|
8188
8192
|
}>, {
|
|
8189
8193
|
loop: boolean;
|
|
8190
|
-
disabled: boolean;
|
|
8191
8194
|
rovingFocus: boolean;
|
|
8192
|
-
|
|
8195
|
+
disabled: boolean;
|
|
8196
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8193
8197
|
default?: (props: {
|
|
8194
8198
|
/** Current toggle values */
|
|
8195
8199
|
modelValue: AcceptableValue | AcceptableValue[] | undefined;
|
|
@@ -8206,9 +8210,9 @@ type __VLS_WithSlots$15<T, S> = T & {
|
|
|
8206
8210
|
interface ToolbarButtonProps extends PrimitiveProps {
|
|
8207
8211
|
disabled?: boolean;
|
|
8208
8212
|
}
|
|
8209
|
-
declare const _default$288: __VLS_WithSlots$14<
|
|
8210
|
-
as: AsTag |
|
|
8211
|
-
}, {}, {}, {}, string,
|
|
8213
|
+
declare const _default$288: __VLS_WithSlots$14<vue32.DefineComponent<ToolbarButtonProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ToolbarButtonProps> & Readonly<{}>, {
|
|
8214
|
+
as: AsTag | vue32.Component;
|
|
8215
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8212
8216
|
default?: (props: {}) => any;
|
|
8213
8217
|
}>;
|
|
8214
8218
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
@@ -8220,9 +8224,9 @@ type __VLS_WithSlots$14<T, S> = T & {
|
|
|
8220
8224
|
//#endregion
|
|
8221
8225
|
//#region src/Toolbar/ToolbarLink.vue.d.ts
|
|
8222
8226
|
interface ToolbarLinkProps extends PrimitiveProps {}
|
|
8223
|
-
declare const _default$289: __VLS_WithSlots$13<
|
|
8224
|
-
as: AsTag |
|
|
8225
|
-
}, {}, {}, {}, string,
|
|
8227
|
+
declare const _default$289: __VLS_WithSlots$13<vue32.DefineComponent<ToolbarLinkProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ToolbarLinkProps> & Readonly<{}>, {
|
|
8228
|
+
as: AsTag | vue32.Component;
|
|
8229
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8226
8230
|
default?: (props: {}) => any;
|
|
8227
8231
|
}>;
|
|
8228
8232
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
@@ -8246,9 +8250,9 @@ interface ToolbarRootContext {
|
|
|
8246
8250
|
dir: Ref<Direction>;
|
|
8247
8251
|
}
|
|
8248
8252
|
declare const injectToolbarRootContext: <T extends ToolbarRootContext | null | undefined = ToolbarRootContext>(fallback?: T | undefined) => T extends null ? ToolbarRootContext | null : ToolbarRootContext, provideToolbarRootContext: (contextValue: ToolbarRootContext) => ToolbarRootContext;
|
|
8249
|
-
declare const _default$290: __VLS_WithSlots$12<
|
|
8253
|
+
declare const _default$290: __VLS_WithSlots$12<vue32.DefineComponent<ToolbarRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ToolbarRootProps> & Readonly<{}>, {
|
|
8250
8254
|
orientation: DataOrientation;
|
|
8251
|
-
}, {}, {}, {}, string,
|
|
8255
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8252
8256
|
default?: (props: {}) => any;
|
|
8253
8257
|
}>;
|
|
8254
8258
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
@@ -8260,7 +8264,7 @@ type __VLS_WithSlots$12<T, S> = T & {
|
|
|
8260
8264
|
//#endregion
|
|
8261
8265
|
//#region src/Toolbar/ToolbarSeparator.vue.d.ts
|
|
8262
8266
|
interface ToolbarSeparatorProps extends PrimitiveProps {}
|
|
8263
|
-
declare const _default$291: __VLS_WithSlots$11<
|
|
8267
|
+
declare const _default$291: __VLS_WithSlots$11<vue32.DefineComponent<ToolbarSeparatorProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ToolbarSeparatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8264
8268
|
default?: (props: {}) => any;
|
|
8265
8269
|
}>;
|
|
8266
8270
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
@@ -8273,11 +8277,11 @@ type __VLS_WithSlots$11<T, S> = T & {
|
|
|
8273
8277
|
//#region src/Toolbar/ToolbarToggleGroup.vue.d.ts
|
|
8274
8278
|
type ToolbarToggleGroupEmits = ToggleGroupRootEmits;
|
|
8275
8279
|
interface ToolbarToggleGroupProps extends ToggleGroupRootProps {}
|
|
8276
|
-
declare const _default$292: __VLS_WithSlots$10<
|
|
8280
|
+
declare const _default$292: __VLS_WithSlots$10<vue32.DefineComponent<ToolbarToggleGroupProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
8277
8281
|
"update:modelValue": (payload: AcceptableValue | AcceptableValue[]) => any;
|
|
8278
|
-
}, string,
|
|
8282
|
+
}, string, vue32.PublicProps, Readonly<ToolbarToggleGroupProps> & Readonly<{
|
|
8279
8283
|
"onUpdate:modelValue"?: ((payload: AcceptableValue | AcceptableValue[]) => any) | undefined;
|
|
8280
|
-
}>, {}, {}, {}, {}, string,
|
|
8284
|
+
}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8281
8285
|
default?: (props: {}) => any;
|
|
8282
8286
|
}>;
|
|
8283
8287
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
@@ -8289,7 +8293,7 @@ type __VLS_WithSlots$10<T, S> = T & {
|
|
|
8289
8293
|
//#endregion
|
|
8290
8294
|
//#region src/Toolbar/ToolbarToggleItem.vue.d.ts
|
|
8291
8295
|
interface ToolbarToggleItemProps extends ToggleGroupItemProps {}
|
|
8292
|
-
declare const _default$293: __VLS_WithSlots$9<
|
|
8296
|
+
declare const _default$293: __VLS_WithSlots$9<vue32.DefineComponent<ToolbarToggleItemProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ToolbarToggleItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8293
8297
|
default?: (props: {}) => any;
|
|
8294
8298
|
}>;
|
|
8295
8299
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
@@ -8314,11 +8318,11 @@ interface TooltipArrowProps extends PrimitiveProps {
|
|
|
8314
8318
|
*/
|
|
8315
8319
|
height?: number;
|
|
8316
8320
|
}
|
|
8317
|
-
declare const _default$294: __VLS_WithSlots$8<
|
|
8318
|
-
as: AsTag |
|
|
8321
|
+
declare const _default$294: __VLS_WithSlots$8<vue32.DefineComponent<TooltipArrowProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TooltipArrowProps> & Readonly<{}>, {
|
|
8322
|
+
as: AsTag | vue32.Component;
|
|
8319
8323
|
width: number;
|
|
8320
8324
|
height: number;
|
|
8321
|
-
}, {}, {}, {}, string,
|
|
8325
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8322
8326
|
default?: (props: {}) => any;
|
|
8323
8327
|
}>;
|
|
8324
8328
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
@@ -8356,15 +8360,15 @@ interface TooltipContentProps extends TooltipContentImplProps {
|
|
|
8356
8360
|
*/
|
|
8357
8361
|
forceMount?: boolean;
|
|
8358
8362
|
}
|
|
8359
|
-
declare const _default$295: __VLS_WithSlots$7<
|
|
8363
|
+
declare const _default$295: __VLS_WithSlots$7<vue32.DefineComponent<TooltipContentProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
8360
8364
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
8361
8365
|
pointerDownOutside: (event: Event) => any;
|
|
8362
|
-
}, string,
|
|
8366
|
+
}, string, vue32.PublicProps, Readonly<TooltipContentProps> & Readonly<{
|
|
8363
8367
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
8364
8368
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
8365
8369
|
}>, {
|
|
8366
8370
|
side: Side;
|
|
8367
|
-
}, {}, {}, {}, string,
|
|
8371
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8368
8372
|
default?: (props: {}) => any;
|
|
8369
8373
|
}>;
|
|
8370
8374
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
@@ -8376,7 +8380,7 @@ type __VLS_WithSlots$7<T, S> = T & {
|
|
|
8376
8380
|
//#endregion
|
|
8377
8381
|
//#region src/Tooltip/TooltipPortal.vue.d.ts
|
|
8378
8382
|
interface TooltipPortalProps extends TeleportProps {}
|
|
8379
|
-
declare const _default$296: __VLS_WithSlots$6<
|
|
8383
|
+
declare const _default$296: __VLS_WithSlots$6<vue32.DefineComponent<TooltipPortalProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TooltipPortalProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8380
8384
|
default?: (props: {}) => any;
|
|
8381
8385
|
}>;
|
|
8382
8386
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
@@ -8434,12 +8438,12 @@ interface TooltipProviderProps {
|
|
|
8434
8438
|
*/
|
|
8435
8439
|
ignoreNonKeyboardFocus?: boolean;
|
|
8436
8440
|
}
|
|
8437
|
-
declare const _default$297: __VLS_WithSlots$5<
|
|
8441
|
+
declare const _default$297: __VLS_WithSlots$5<vue32.DefineComponent<TooltipProviderProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TooltipProviderProps> & Readonly<{}>, {
|
|
8438
8442
|
delayDuration: number;
|
|
8439
8443
|
skipDelayDuration: number;
|
|
8440
8444
|
disableHoverableContent: boolean;
|
|
8441
8445
|
ignoreNonKeyboardFocus: boolean;
|
|
8442
|
-
}, {}, {}, {}, string,
|
|
8446
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8443
8447
|
default?: (props: {}) => any;
|
|
8444
8448
|
}>;
|
|
8445
8449
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
@@ -8512,19 +8516,19 @@ interface TooltipContext {
|
|
|
8512
8516
|
ignoreNonKeyboardFocus: Ref<boolean>;
|
|
8513
8517
|
}
|
|
8514
8518
|
declare const injectTooltipRootContext: <T extends TooltipContext | null | undefined = TooltipContext>(fallback?: T | undefined) => T extends null ? TooltipContext | null : TooltipContext, provideTooltipRootContext: (contextValue: TooltipContext) => TooltipContext;
|
|
8515
|
-
declare const _default$298: __VLS_WithSlots$4<
|
|
8519
|
+
declare const _default$298: __VLS_WithSlots$4<vue32.DefineComponent<TooltipRootProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {
|
|
8516
8520
|
"update:open": (value: boolean) => any;
|
|
8517
|
-
}, string,
|
|
8521
|
+
}, string, vue32.PublicProps, Readonly<TooltipRootProps> & Readonly<{
|
|
8518
8522
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
8519
8523
|
}>, {
|
|
8520
8524
|
disabled: boolean;
|
|
8521
|
-
open: boolean;
|
|
8522
8525
|
defaultOpen: boolean;
|
|
8526
|
+
open: boolean;
|
|
8523
8527
|
delayDuration: number;
|
|
8524
8528
|
disableHoverableContent: boolean;
|
|
8525
8529
|
disableClosingTrigger: boolean;
|
|
8526
8530
|
ignoreNonKeyboardFocus: boolean;
|
|
8527
|
-
}, {}, {}, {}, string,
|
|
8531
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8528
8532
|
default?: (props: {
|
|
8529
8533
|
/** Current open state */
|
|
8530
8534
|
open: boolean;
|
|
@@ -8539,9 +8543,9 @@ type __VLS_WithSlots$4<T, S> = T & {
|
|
|
8539
8543
|
//#endregion
|
|
8540
8544
|
//#region src/Tooltip/TooltipTrigger.vue.d.ts
|
|
8541
8545
|
interface TooltipTriggerProps extends PopperAnchorProps {}
|
|
8542
|
-
declare const _default$299: __VLS_WithSlots$3<
|
|
8543
|
-
as: AsTag |
|
|
8544
|
-
}, {}, {}, {}, string,
|
|
8546
|
+
declare const _default$299: __VLS_WithSlots$3<vue32.DefineComponent<TooltipTriggerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TooltipTriggerProps> & Readonly<{}>, {
|
|
8547
|
+
as: AsTag | vue32.Component;
|
|
8548
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8545
8549
|
default?: (props: {}) => any;
|
|
8546
8550
|
}>;
|
|
8547
8551
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
@@ -8580,11 +8584,11 @@ declare const _default$300: <T extends Record<string, any>>(__VLS_props: NonNull
|
|
|
8580
8584
|
props: __VLS_PrettifyLocal$1<Pick<Partial<{}> & Omit<{
|
|
8581
8585
|
readonly onSelect?: ((event: SelectEvent$3<T>) => any) | undefined;
|
|
8582
8586
|
readonly onToggle?: ((event: ToggleEvent<T>) => any) | undefined;
|
|
8583
|
-
} &
|
|
8584
|
-
expose(exposed:
|
|
8585
|
-
isExpanded:
|
|
8586
|
-
isSelected:
|
|
8587
|
-
isIndeterminate:
|
|
8587
|
+
} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, "onToggle" | "onSelect"> & TreeItemProps<T> & Partial<{}>> & vue32.PublicProps;
|
|
8588
|
+
expose(exposed: vue32.ShallowUnwrapRef<{
|
|
8589
|
+
isExpanded: vue32.ComputedRef<boolean>;
|
|
8590
|
+
isSelected: vue32.ComputedRef<boolean>;
|
|
8591
|
+
isIndeterminate: vue32.ComputedRef<boolean | undefined>;
|
|
8588
8592
|
handleToggle: () => void;
|
|
8589
8593
|
handleSelect: () => void;
|
|
8590
8594
|
}>): void;
|
|
@@ -8599,7 +8603,7 @@ declare const _default$300: <T extends Record<string, any>>(__VLS_props: NonNull
|
|
|
8599
8603
|
}) => any;
|
|
8600
8604
|
};
|
|
8601
8605
|
emit: ((evt: "select", event: SelectEvent$3<T>) => void) & ((evt: "toggle", event: ToggleEvent<T>) => void);
|
|
8602
|
-
}>) =>
|
|
8606
|
+
}>) => vue32.VNode & {
|
|
8603
8607
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
8604
8608
|
};
|
|
8605
8609
|
type __VLS_PrettifyLocal$1<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -8675,8 +8679,8 @@ declare const _default$301: <T extends Record<string, any>, U extends Record<str
|
|
|
8675
8679
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
8676
8680
|
readonly "onUpdate:modelValue"?: ((val: M extends true ? U[] : U) => any) | undefined;
|
|
8677
8681
|
readonly "onUpdate:expanded"?: ((val: string[]) => any) | undefined;
|
|
8678
|
-
} &
|
|
8679
|
-
expose(exposed:
|
|
8682
|
+
} & vue32.VNodeProps & vue32.AllowedComponentProps & vue32.ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:expanded"> & TreeRootProps<T, U, M> & Partial<{}>> & vue32.PublicProps;
|
|
8683
|
+
expose(exposed: vue32.ShallowUnwrapRef<{}>): void;
|
|
8680
8684
|
attrs: any;
|
|
8681
8685
|
slots: {
|
|
8682
8686
|
default?: (props: {
|
|
@@ -8686,7 +8690,7 @@ declare const _default$301: <T extends Record<string, any>, U extends Record<str
|
|
|
8686
8690
|
}) => any;
|
|
8687
8691
|
};
|
|
8688
8692
|
emit: ((evt: "update:modelValue", val: M extends true ? U[] : U) => void) & ((evt: "update:expanded", val: string[]) => void);
|
|
8689
|
-
}>) =>
|
|
8693
|
+
}>) => vue32.VNode & {
|
|
8690
8694
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
8691
8695
|
};
|
|
8692
8696
|
type __VLS_PrettifyLocal<T> = { [K in keyof T]: T[K] } & {};
|
|
@@ -8701,7 +8705,7 @@ interface TreeVirtualizerProps {
|
|
|
8701
8705
|
/** Text content for each item to achieve type-ahead feature */
|
|
8702
8706
|
textContent?: (item: Record<string, any>) => string;
|
|
8703
8707
|
}
|
|
8704
|
-
declare const _default$302: __VLS_WithSlots$2<
|
|
8708
|
+
declare const _default$302: __VLS_WithSlots$2<vue32.DefineComponent<TreeVirtualizerProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<TreeVirtualizerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8705
8709
|
default?: (props: {
|
|
8706
8710
|
item: FlattenedItem<Record<string, any>>;
|
|
8707
8711
|
virtualizer: Virtualizer<Element | Window, Element>;
|
|
@@ -8722,7 +8726,7 @@ interface ViewportProps extends PrimitiveProps {
|
|
|
8722
8726
|
*/
|
|
8723
8727
|
nonce?: string;
|
|
8724
8728
|
}
|
|
8725
|
-
declare const _default$303: __VLS_WithSlots$1<
|
|
8729
|
+
declare const _default$303: __VLS_WithSlots$1<vue32.DefineComponent<ViewportProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<ViewportProps> & Readonly<{}>, {}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8726
8730
|
default?: (props: {}) => any;
|
|
8727
8731
|
}>;
|
|
8728
8732
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
@@ -8736,10 +8740,10 @@ type __VLS_WithSlots$1<T, S> = T & {
|
|
|
8736
8740
|
interface VisuallyHiddenProps extends PrimitiveProps {
|
|
8737
8741
|
feature?: 'focusable' | 'fully-hidden';
|
|
8738
8742
|
}
|
|
8739
|
-
declare const _default$304: __VLS_WithSlots<
|
|
8740
|
-
as: AsTag |
|
|
8743
|
+
declare const _default$304: __VLS_WithSlots<vue32.DefineComponent<VisuallyHiddenProps, {}, {}, {}, {}, vue32.ComponentOptionsMixin, vue32.ComponentOptionsMixin, {}, string, vue32.PublicProps, Readonly<VisuallyHiddenProps> & Readonly<{}>, {
|
|
8744
|
+
as: AsTag | vue32.Component;
|
|
8741
8745
|
feature: "focusable" | "fully-hidden";
|
|
8742
|
-
}, {}, {}, {}, string,
|
|
8746
|
+
}, {}, {}, {}, string, vue32.ComponentProvideOptions, false, {}, any>, {
|
|
8743
8747
|
default?: (props: {}) => any;
|
|
8744
8748
|
}>;
|
|
8745
8749
|
type __VLS_WithSlots<T, S> = T & {
|