Skip to content

Commit 30d8154

Browse files
committed
docs: Update docs build
1 parent ae336a8 commit 30d8154

File tree

4 files changed

+2906
-2880
lines changed

4 files changed

+2906
-2880
lines changed

docs/.vitepress/theme/lib/dist/index.d.ts

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { ComponentPublicInstance } from 'vue';
99
import { ComputedRef } from 'vue';
1010
import { DebuggerEvent } from 'vue';
1111
import { DefineComponent } from 'vue';
12+
import { FlipOptions } from '@floating-ui/vue';
1213
import { GlobalComponents } from 'vue';
1314
import { GlobalDirectives } from 'vue';
1415
import { Locale } from 'date-fns';
@@ -21,6 +22,7 @@ import { PublicProps } from 'vue';
2122
import { RoundingMethod } from 'date-fns';
2223
import { ShallowRef } from 'vue';
2324
import { ShallowUnwrapRef } from 'vue';
25+
import { ShiftOptions } from '@floating-ui/vue';
2426
import { Slot } from 'vue';
2527
import { Strategy } from '@floating-ui/vue';
2628
import { TZDate } from '@date-fns/tz';
@@ -40,6 +42,9 @@ parseModel: () => void;
4042
switchView: (view: MenuView, instance?: number) => void;
4143
handleFlow: () => void;
4244
toggleMenu: () => void;
45+
dpMenuRef: () => Readonly<ShallowRef<any>>;
46+
dpWrapMenuRef: () => any;
47+
inputRef: () => any;
4348
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4449
blur: () => any;
4550
focus: () => any;
@@ -167,6 +172,9 @@ switchView: (view: MenuView, instance?: number) => void;
167172
toggleMenu: () => void;
168173
handleFlow: (skipStep?: number) => void;
169174
getDpWrapMenuRef: () => any;
175+
dpMenuRef: () => Readonly<ShallowRef<any>>;
176+
dpWrapMenuRef: () => any;
177+
inputRef: () => any;
170178
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
171179
beforeCreate?: (() => void) | (() => void)[];
172180
created?: (() => void) | (() => void)[];
@@ -187,7 +195,7 @@ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info:
187195
$forceUpdate: () => void;
188196
$nextTick: nextTick;
189197
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
190-
} & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "onScroll" | "openMenu" | "handleFlow" | "switchView" | "formatInputValue" | "closeMenu" | "selectDate" | "clearValue" | "updateInternalModelValue" | "setMonthYear" | "parseModel" | "toggleMenu" | "getDpWrapMenuRef"> & ShallowUnwrapRef< {
198+
} & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "onScroll" | "openMenu" | "handleFlow" | "switchView" | "formatInputValue" | "closeMenu" | "selectDate" | "clearValue" | "updateInternalModelValue" | "setMonthYear" | "parseModel" | "toggleMenu" | "getDpWrapMenuRef" | "dpMenuRef" | "dpWrapMenuRef" | "inputRef"> & ShallowUnwrapRef< {
191199
closeMenu: (fromClickAway?: boolean) => void;
192200
selectDate: () => void;
193201
clearValue: () => void;
@@ -201,6 +209,9 @@ switchView: (view: MenuView, instance?: number) => void;
201209
toggleMenu: () => void;
202210
handleFlow: (skipStep?: number) => void;
203211
getDpWrapMenuRef: () => any;
212+
dpMenuRef: () => Readonly<ShallowRef<any>>;
213+
dpWrapMenuRef: () => any;
214+
inputRef: () => any;
204215
}> & {} & ComponentCustomProperties & {} & {
205216
$slots: any;
206217
}) | null;
@@ -240,6 +251,9 @@ declare function __VLS_template(): {
240251
toggleMenu: () => void;
241252
handleFlow: (skipStep?: number) => void;
242253
getDpWrapMenuRef: () => any;
254+
dpMenuRef: () => Readonly<ShallowRef<any>>;
255+
dpWrapMenuRef: () => any;
256+
inputRef: () => any;
243257
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
244258
beforeCreate?: (() => void) | (() => void)[];
245259
created?: (() => void) | (() => void)[];
@@ -260,7 +274,7 @@ declare function __VLS_template(): {
260274
$forceUpdate: () => void;
261275
$nextTick: nextTick;
262276
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
263-
} & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "onScroll" | "openMenu" | "handleFlow" | "switchView" | "formatInputValue" | "closeMenu" | "selectDate" | "clearValue" | "updateInternalModelValue" | "setMonthYear" | "parseModel" | "toggleMenu" | "getDpWrapMenuRef"> & ShallowUnwrapRef< {
277+
} & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "onScroll" | "openMenu" | "handleFlow" | "switchView" | "formatInputValue" | "closeMenu" | "selectDate" | "clearValue" | "updateInternalModelValue" | "setMonthYear" | "parseModel" | "toggleMenu" | "getDpWrapMenuRef" | "dpMenuRef" | "dpWrapMenuRef" | "inputRef"> & ShallowUnwrapRef< {
264278
closeMenu: (fromClickAway?: boolean) => void;
265279
selectDate: () => void;
266280
clearValue: () => void;
@@ -274,6 +288,9 @@ declare function __VLS_template(): {
274288
toggleMenu: () => void;
275289
handleFlow: (skipStep?: number) => void;
276290
getDpWrapMenuRef: () => any;
291+
dpMenuRef: () => Readonly<ShallowRef<any>>;
292+
dpWrapMenuRef: () => any;
293+
inputRef: () => any;
277294
}> & {} & ComponentCustomProperties & {} & {
278295
$slots: any;
279296
}) | null;
@@ -461,6 +478,8 @@ export declare interface FloatingConfig {
461478
arrow: Readonly<ShallowRef<HTMLDivElement | null>> | boolean;
462479
strategy?: Strategy;
463480
placement?: Placement;
481+
flip?: boolean | FlipOptions;
482+
shift?: boolean | ShiftOptions;
464483
}
465484

466485
export declare interface FlowConfig {
@@ -675,6 +694,7 @@ export declare interface RangeConfig {
675694
maxRange?: string | number;
676695
minRange?: string | number;
677696
autoRange?: string | number;
697+
autoSwitchStartEnd: boolean;
678698
}
679699

680700
export declare interface RootEmits {
@@ -858,6 +878,8 @@ export declare interface RootSlots {
858878
}): any;
859879
'action-buttons'(props: {
860880
value: InternalModelValue;
881+
selectDate: () => void;
882+
selectionDisabled: boolean;
861883
}): any;
862884
'action-preview'(props: {
863885
value: InternalModelValue;
@@ -930,6 +952,7 @@ export declare interface TextInputConfig {
930952
format: string | string[] | ((value: string) => Date | null);
931953
maskFormat: string;
932954
applyOnBlur: boolean;
955+
separators: string[];
933956
}
934957

935958
export declare interface TimeConfig {

0 commit comments

Comments
 (0)