@vuetify/v0 0.0.2-beta.1 → 0.0.2-beta.3
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/index.d.mts +61 -61
- package/package.json +6 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue187 from "vue";
|
|
2
2
|
import { App, ComputedRef, InjectionKey, MaybeRef, MaybeRefOrGetter, ModelRef, Reactive, Ref, ShallowReactive, ShallowRef, TemplateRef, UnwrapNestedRefs, h } from "vue";
|
|
3
3
|
import { AnyARecord } from "node:dns";
|
|
4
4
|
|
|
@@ -21,12 +21,12 @@ interface AtomExpose {
|
|
|
21
21
|
}
|
|
22
22
|
interface AtomPrivateProps extends AtomProps {}
|
|
23
23
|
declare const _default: <T extends Record<string, any> = {}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
24
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} &
|
|
25
|
-
expose(exposed:
|
|
24
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & vue187.VNodeProps & vue187.AllowedComponentProps & vue187.ComponentCustomProps, never>, never> & AtomPrivateProps & Partial<{}>> & vue187.PublicProps;
|
|
25
|
+
expose(exposed: vue187.ShallowUnwrapRef<AtomExpose>): void;
|
|
26
26
|
attrs: any;
|
|
27
27
|
slots: AtomSlots<T>;
|
|
28
28
|
emit: {};
|
|
29
|
-
}>) =>
|
|
29
|
+
}>) => vue187.VNode & {
|
|
30
30
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
31
31
|
};
|
|
32
32
|
type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
|
|
@@ -79,7 +79,7 @@ declare function useBreakpoints(): BreakpointsContext;
|
|
|
79
79
|
* @param options Optional configuration for breakpoint thresholds and mobile breakpoint.
|
|
80
80
|
* @returns A breakpoints context object with reactive state and utility methods.
|
|
81
81
|
*/
|
|
82
|
-
declare function createBreakpoints(options?: BreakpointsOptions):
|
|
82
|
+
declare function createBreakpoints(options?: BreakpointsOptions): vue187.ShallowReactive<{
|
|
83
83
|
breakpoints: {
|
|
84
84
|
readonly xs: 0;
|
|
85
85
|
readonly sm: 600;
|
|
@@ -140,7 +140,7 @@ interface BreakpointsRootSlots {
|
|
|
140
140
|
//#region src/components/Breakpoints/index.d.ts
|
|
141
141
|
declare const Breakpoints: {
|
|
142
142
|
Item: {
|
|
143
|
-
new (...args: any[]):
|
|
143
|
+
new (...args: any[]): vue187.CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, vue187.PublicProps, {}, true, {}, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, {}, any, vue187.ComponentProvideOptions, {
|
|
144
144
|
P: {};
|
|
145
145
|
B: {};
|
|
146
146
|
D: {};
|
|
@@ -151,11 +151,11 @@ declare const Breakpoints: {
|
|
|
151
151
|
__isFragment?: never;
|
|
152
152
|
__isTeleport?: never;
|
|
153
153
|
__isSuspense?: never;
|
|
154
|
-
} &
|
|
154
|
+
} & vue187.ComponentOptionsBase<Readonly<{}> & Readonly<{}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, vue187.ComponentProvideOptions> & vue187.VNodeProps & vue187.AllowedComponentProps & vue187.ComponentCustomProps & (new () => {
|
|
155
155
|
$slots: BreakpointsSlots;
|
|
156
156
|
});
|
|
157
157
|
Root: {
|
|
158
|
-
new (...args: any[]):
|
|
158
|
+
new (...args: any[]): vue187.CreateComponentPublicInstanceWithMixins<Readonly<BreakpointsRootProps> & Readonly<{}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, vue187.PublicProps, {}, false, {}, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, {}, any, vue187.ComponentProvideOptions, {
|
|
159
159
|
P: {};
|
|
160
160
|
B: {};
|
|
161
161
|
D: {};
|
|
@@ -166,7 +166,7 @@ declare const Breakpoints: {
|
|
|
166
166
|
__isFragment?: never;
|
|
167
167
|
__isTeleport?: never;
|
|
168
168
|
__isSuspense?: never;
|
|
169
|
-
} &
|
|
169
|
+
} & vue187.ComponentOptionsBase<Readonly<BreakpointsRootProps> & Readonly<{}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, vue187.ComponentProvideOptions> & vue187.VNodeProps & vue187.AllowedComponentProps & vue187.ComponentCustomProps & (new () => {
|
|
170
170
|
$slots: BreakpointsRootSlots;
|
|
171
171
|
});
|
|
172
172
|
};
|
|
@@ -191,14 +191,14 @@ declare const Context: {
|
|
|
191
191
|
slots: ContextSlots<T>;
|
|
192
192
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
193
193
|
props: {
|
|
194
|
-
contextKey?: string |
|
|
194
|
+
contextKey?: string | vue187.InjectionKey<T> | undefined;
|
|
195
195
|
value?: T | undefined;
|
|
196
|
-
} &
|
|
197
|
-
expose(exposed:
|
|
196
|
+
} & vue187.PublicProps;
|
|
197
|
+
expose(exposed: vue187.ShallowUnwrapRef<{}>): void;
|
|
198
198
|
attrs: any;
|
|
199
199
|
slots: ContextSlots<T>;
|
|
200
200
|
emit: {};
|
|
201
|
-
}>) =>
|
|
201
|
+
}>) => vue187.VNode & {
|
|
202
202
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
203
203
|
};
|
|
204
204
|
Root: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
|
|
@@ -207,14 +207,14 @@ declare const Context: {
|
|
|
207
207
|
slots: ContextRootSlots;
|
|
208
208
|
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
209
209
|
props: {
|
|
210
|
-
contextKey: string |
|
|
210
|
+
contextKey: string | vue187.InjectionKey<T>;
|
|
211
211
|
value: T;
|
|
212
|
-
} &
|
|
213
|
-
expose(exposed:
|
|
212
|
+
} & vue187.PublicProps;
|
|
213
|
+
expose(exposed: vue187.ShallowUnwrapRef<{}>): void;
|
|
214
214
|
attrs: any;
|
|
215
215
|
slots: ContextRootSlots;
|
|
216
216
|
emit: {};
|
|
217
|
-
}>) =>
|
|
217
|
+
}>) => vue187.VNode & {
|
|
218
218
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
219
219
|
};
|
|
220
220
|
};
|
|
@@ -373,7 +373,7 @@ interface GroupRootSlots {
|
|
|
373
373
|
//#region src/components/Group/index.d.ts
|
|
374
374
|
declare const Group: {
|
|
375
375
|
Item: {
|
|
376
|
-
new (...args: any[]):
|
|
376
|
+
new (...args: any[]): vue187.CreateComponentPublicInstanceWithMixins<Readonly<GroupItemProps> & Readonly<{}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, vue187.PublicProps, {}, false, {}, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, {}, any, vue187.ComponentProvideOptions, {
|
|
377
377
|
P: {};
|
|
378
378
|
B: {};
|
|
379
379
|
D: {};
|
|
@@ -384,17 +384,17 @@ declare const Group: {
|
|
|
384
384
|
__isFragment?: never;
|
|
385
385
|
__isTeleport?: never;
|
|
386
386
|
__isSuspense?: never;
|
|
387
|
-
} &
|
|
387
|
+
} & vue187.ComponentOptionsBase<Readonly<GroupItemProps> & Readonly<{}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, vue187.ComponentProvideOptions> & vue187.VNodeProps & vue187.AllowedComponentProps & vue187.ComponentCustomProps & (new () => {
|
|
388
388
|
$slots: GroupItemSlots;
|
|
389
389
|
});
|
|
390
390
|
Root: {
|
|
391
|
-
new (...args: any[]):
|
|
391
|
+
new (...args: any[]): vue187.CreateComponentPublicInstanceWithMixins<Readonly<GroupRootProps & {
|
|
392
392
|
modelValue?: any;
|
|
393
393
|
}> & Readonly<{
|
|
394
394
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
395
|
-
}>, void, {}, {}, {},
|
|
395
|
+
}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
|
|
396
396
|
"update:modelValue": (value: any) => any;
|
|
397
|
-
},
|
|
397
|
+
}, vue187.PublicProps, {}, false, {}, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, {}, any, vue187.ComponentProvideOptions, {
|
|
398
398
|
P: {};
|
|
399
399
|
B: {};
|
|
400
400
|
D: {};
|
|
@@ -409,13 +409,13 @@ declare const Group: {
|
|
|
409
409
|
__isFragment?: never;
|
|
410
410
|
__isTeleport?: never;
|
|
411
411
|
__isSuspense?: never;
|
|
412
|
-
} &
|
|
412
|
+
} & vue187.ComponentOptionsBase<Readonly<GroupRootProps & {
|
|
413
413
|
modelValue?: any;
|
|
414
414
|
}> & Readonly<{
|
|
415
415
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
416
|
-
}>, void, {}, {}, {},
|
|
416
|
+
}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
|
|
417
417
|
"update:modelValue": (value: any) => any;
|
|
418
|
-
}, string, {}, {}, string, {},
|
|
418
|
+
}, string, {}, {}, string, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, vue187.ComponentProvideOptions> & vue187.VNodeProps & vue187.AllowedComponentProps & vue187.ComponentCustomProps & (new () => {
|
|
419
419
|
$slots: GroupRootSlots;
|
|
420
420
|
});
|
|
421
421
|
};
|
|
@@ -456,7 +456,7 @@ declare function createHydrationPlugin(): HydrationPlugin;
|
|
|
456
456
|
interface HydrationSlots {
|
|
457
457
|
default: (scope: HydrationContext) => any;
|
|
458
458
|
}
|
|
459
|
-
declare const _default$1: __VLS_WithSlots$1<
|
|
459
|
+
declare const _default$1: __VLS_WithSlots$1<vue187.DefineComponent<{}, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, string, vue187.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue187.ComponentProvideOptions, true, {}, any>, HydrationSlots>;
|
|
460
460
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
461
461
|
new (): {
|
|
462
462
|
$slots: S;
|
|
@@ -467,7 +467,7 @@ type __VLS_WithSlots$1<T, S> = T & {
|
|
|
467
467
|
interface HydrationRootSlots {
|
|
468
468
|
default: (scope: HydrationContext) => any;
|
|
469
469
|
}
|
|
470
|
-
declare const _default$2: __VLS_WithSlots<
|
|
470
|
+
declare const _default$2: __VLS_WithSlots<vue187.DefineComponent<{}, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, string, vue187.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue187.ComponentProvideOptions, true, {}, any>, HydrationRootSlots>;
|
|
471
471
|
type __VLS_WithSlots<T, S> = T & {
|
|
472
472
|
new (): {
|
|
473
473
|
$slots: S;
|
|
@@ -483,7 +483,7 @@ interface PopoverContext {
|
|
|
483
483
|
interface PopoverRootProps extends AtomProps {
|
|
484
484
|
id?: string;
|
|
485
485
|
}
|
|
486
|
-
declare const usePopoverContext: (namespace?: string) => PopoverContext, providePopoverContext: (context: PopoverContext, app?:
|
|
486
|
+
declare const usePopoverContext: (namespace?: string) => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue187.App) => PopoverContext;
|
|
487
487
|
//#endregion
|
|
488
488
|
//#region src/components/Popover/PopoverAnchor.vue.d.ts
|
|
489
489
|
interface PopoverAnchorProps extends AtomProps {
|
|
@@ -503,13 +503,13 @@ interface PopoverContentEmits {
|
|
|
503
503
|
//#region src/components/Popover/index.d.ts
|
|
504
504
|
declare const Popover: {
|
|
505
505
|
Root: {
|
|
506
|
-
new (...args: any[]):
|
|
506
|
+
new (...args: any[]): vue187.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
|
|
507
507
|
modelValue?: boolean;
|
|
508
508
|
}> & Readonly<{
|
|
509
509
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
510
|
-
}>, void, {}, {}, {},
|
|
510
|
+
}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
|
|
511
511
|
"update:modelValue": (value: boolean) => any;
|
|
512
|
-
},
|
|
512
|
+
}, vue187.PublicProps, {}, false, {}, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, {}, any, vue187.ComponentProvideOptions, {
|
|
513
513
|
P: {};
|
|
514
514
|
B: {};
|
|
515
515
|
D: {};
|
|
@@ -524,23 +524,23 @@ declare const Popover: {
|
|
|
524
524
|
__isFragment?: never;
|
|
525
525
|
__isTeleport?: never;
|
|
526
526
|
__isSuspense?: never;
|
|
527
|
-
} &
|
|
527
|
+
} & vue187.ComponentOptionsBase<Readonly<PopoverRootProps & {
|
|
528
528
|
modelValue?: boolean;
|
|
529
529
|
}> & Readonly<{
|
|
530
530
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
531
|
-
}>, void, {}, {}, {},
|
|
531
|
+
}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
|
|
532
532
|
"update:modelValue": (value: boolean) => any;
|
|
533
|
-
}, string, {}, {}, string, {},
|
|
533
|
+
}, string, {}, {}, string, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, vue187.ComponentProvideOptions> & vue187.VNodeProps & vue187.AllowedComponentProps & vue187.ComponentCustomProps & (new () => {
|
|
534
534
|
$slots: {
|
|
535
535
|
default: (props: {
|
|
536
|
-
id: Readonly<
|
|
537
|
-
isActive:
|
|
536
|
+
id: Readonly<vue187.Ref<string, string>>;
|
|
537
|
+
isActive: vue187.ModelRef<boolean, string, boolean, boolean>;
|
|
538
538
|
toggle: () => void;
|
|
539
539
|
}) => any;
|
|
540
540
|
};
|
|
541
541
|
});
|
|
542
542
|
Anchor: {
|
|
543
|
-
new (...args: any[]):
|
|
543
|
+
new (...args: any[]): vue187.CreateComponentPublicInstanceWithMixins<Readonly<PopoverAnchorProps> & Readonly<{}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, vue187.PublicProps, {}, false, {}, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, {}, any, vue187.ComponentProvideOptions, {
|
|
544
544
|
P: {};
|
|
545
545
|
B: {};
|
|
546
546
|
D: {};
|
|
@@ -551,17 +551,17 @@ declare const Popover: {
|
|
|
551
551
|
__isFragment?: never;
|
|
552
552
|
__isTeleport?: never;
|
|
553
553
|
__isSuspense?: never;
|
|
554
|
-
} &
|
|
554
|
+
} & vue187.ComponentOptionsBase<Readonly<PopoverAnchorProps> & Readonly<{}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, vue187.ComponentProvideOptions> & vue187.VNodeProps & vue187.AllowedComponentProps & vue187.ComponentCustomProps & (new () => {
|
|
555
555
|
$slots: {
|
|
556
556
|
default?: (props: {}) => any;
|
|
557
557
|
};
|
|
558
558
|
});
|
|
559
559
|
Content: {
|
|
560
|
-
new (...args: any[]):
|
|
560
|
+
new (...args: any[]): vue187.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
|
|
561
561
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
562
|
-
}>, void, {}, {}, {},
|
|
562
|
+
}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
|
|
563
563
|
beforetoggle: (e: ToggleEvent) => any;
|
|
564
|
-
},
|
|
564
|
+
}, vue187.PublicProps, {}, false, {}, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, {}, any, vue187.ComponentProvideOptions, {
|
|
565
565
|
P: {};
|
|
566
566
|
B: {};
|
|
567
567
|
D: {};
|
|
@@ -574,11 +574,11 @@ declare const Popover: {
|
|
|
574
574
|
__isFragment?: never;
|
|
575
575
|
__isTeleport?: never;
|
|
576
576
|
__isSuspense?: never;
|
|
577
|
-
} &
|
|
577
|
+
} & vue187.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
|
|
578
578
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
579
|
-
}>, void, {}, {}, {},
|
|
579
|
+
}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
|
|
580
580
|
beforetoggle: (e: ToggleEvent) => any;
|
|
581
|
-
}, string, {}, {}, string, {},
|
|
581
|
+
}, string, {}, {}, string, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, vue187.ComponentProvideOptions> & vue187.VNodeProps & vue187.AllowedComponentProps & vue187.ComponentCustomProps & (new () => {
|
|
582
582
|
$slots: {
|
|
583
583
|
default?: (props: {}) => any;
|
|
584
584
|
};
|
|
@@ -655,7 +655,7 @@ interface StepRootSlots {
|
|
|
655
655
|
//#region src/components/Step/index.d.ts
|
|
656
656
|
declare const Step: {
|
|
657
657
|
Item: {
|
|
658
|
-
new (...args: any[]):
|
|
658
|
+
new (...args: any[]): vue187.CreateComponentPublicInstanceWithMixins<Readonly<StepItemProps> & Readonly<{}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, vue187.PublicProps, {}, false, {}, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, {}, any, vue187.ComponentProvideOptions, {
|
|
659
659
|
P: {};
|
|
660
660
|
B: {};
|
|
661
661
|
D: {};
|
|
@@ -666,17 +666,17 @@ declare const Step: {
|
|
|
666
666
|
__isFragment?: never;
|
|
667
667
|
__isTeleport?: never;
|
|
668
668
|
__isSuspense?: never;
|
|
669
|
-
} &
|
|
669
|
+
} & vue187.ComponentOptionsBase<Readonly<StepItemProps> & Readonly<{}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, vue187.ComponentProvideOptions> & vue187.VNodeProps & vue187.AllowedComponentProps & vue187.ComponentCustomProps & (new () => {
|
|
670
670
|
$slots: StepItemSlots;
|
|
671
671
|
});
|
|
672
672
|
Root: {
|
|
673
|
-
new (...args: any[]):
|
|
673
|
+
new (...args: any[]): vue187.CreateComponentPublicInstanceWithMixins<Readonly<StepRootProps & {
|
|
674
674
|
modelValue?: any;
|
|
675
675
|
}> & Readonly<{
|
|
676
676
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
677
|
-
}>, void, {}, {}, {},
|
|
677
|
+
}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
|
|
678
678
|
"update:modelValue": (value: any) => any;
|
|
679
|
-
},
|
|
679
|
+
}, vue187.PublicProps, {}, false, {}, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, {}, any, vue187.ComponentProvideOptions, {
|
|
680
680
|
P: {};
|
|
681
681
|
B: {};
|
|
682
682
|
D: {};
|
|
@@ -691,13 +691,13 @@ declare const Step: {
|
|
|
691
691
|
__isFragment?: never;
|
|
692
692
|
__isTeleport?: never;
|
|
693
693
|
__isSuspense?: never;
|
|
694
|
-
} &
|
|
694
|
+
} & vue187.ComponentOptionsBase<Readonly<StepRootProps & {
|
|
695
695
|
modelValue?: any;
|
|
696
696
|
}> & Readonly<{
|
|
697
697
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
698
|
-
}>, void, {}, {}, {},
|
|
698
|
+
}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
|
|
699
699
|
"update:modelValue": (value: any) => any;
|
|
700
|
-
}, string, {}, {}, string, {},
|
|
700
|
+
}, string, {}, {}, string, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, vue187.ComponentProvideOptions> & vue187.VNodeProps & vue187.AllowedComponentProps & vue187.ComponentCustomProps & (new () => {
|
|
701
701
|
$slots: StepRootSlots;
|
|
702
702
|
});
|
|
703
703
|
};
|
|
@@ -848,7 +848,7 @@ interface ThemeRootSlots {
|
|
|
848
848
|
//#region src/components/Theme/index.d.ts
|
|
849
849
|
declare const Theme: {
|
|
850
850
|
Item: {
|
|
851
|
-
new (...args: any[]):
|
|
851
|
+
new (...args: any[]): vue187.CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, vue187.PublicProps, {}, true, {}, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, {}, any, vue187.ComponentProvideOptions, {
|
|
852
852
|
P: {};
|
|
853
853
|
B: {};
|
|
854
854
|
D: {};
|
|
@@ -859,17 +859,17 @@ declare const Theme: {
|
|
|
859
859
|
__isFragment?: never;
|
|
860
860
|
__isTeleport?: never;
|
|
861
861
|
__isSuspense?: never;
|
|
862
|
-
} &
|
|
862
|
+
} & vue187.ComponentOptionsBase<Readonly<{}> & Readonly<{}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, vue187.ComponentProvideOptions> & vue187.VNodeProps & vue187.AllowedComponentProps & vue187.ComponentCustomProps & (new () => {
|
|
863
863
|
$slots: ThemeSlots;
|
|
864
864
|
});
|
|
865
865
|
Root: {
|
|
866
|
-
new (...args: any[]):
|
|
866
|
+
new (...args: any[]): vue187.CreateComponentPublicInstanceWithMixins<Readonly<ThemeRootProps & {
|
|
867
867
|
modelValue?: ID;
|
|
868
868
|
}> & Readonly<{
|
|
869
869
|
"onUpdate:modelValue"?: ((value: ID) => any) | undefined;
|
|
870
|
-
}>, void, {}, {}, {},
|
|
870
|
+
}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
|
|
871
871
|
"update:modelValue": (value: ID) => any;
|
|
872
|
-
},
|
|
872
|
+
}, vue187.PublicProps, {}, false, {}, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, {}, any, vue187.ComponentProvideOptions, {
|
|
873
873
|
P: {};
|
|
874
874
|
B: {};
|
|
875
875
|
D: {};
|
|
@@ -884,13 +884,13 @@ declare const Theme: {
|
|
|
884
884
|
__isFragment?: never;
|
|
885
885
|
__isTeleport?: never;
|
|
886
886
|
__isSuspense?: never;
|
|
887
|
-
} &
|
|
887
|
+
} & vue187.ComponentOptionsBase<Readonly<ThemeRootProps & {
|
|
888
888
|
modelValue?: ID;
|
|
889
889
|
}> & Readonly<{
|
|
890
890
|
"onUpdate:modelValue"?: ((value: ID) => any) | undefined;
|
|
891
|
-
}>, void, {}, {}, {},
|
|
891
|
+
}>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
|
|
892
892
|
"update:modelValue": (value: ID) => any;
|
|
893
|
-
}, string, {}, {}, string, {},
|
|
893
|
+
}, string, {}, {}, string, {}, vue187.GlobalComponents, vue187.GlobalDirectives, string, vue187.ComponentProvideOptions> & vue187.VNodeProps & vue187.AllowedComponentProps & vue187.ComponentCustomProps & (new () => {
|
|
894
894
|
$slots: ThemeRootSlots;
|
|
895
895
|
});
|
|
896
896
|
};
|
|
@@ -1244,7 +1244,7 @@ interface ProxyModelOptions {
|
|
|
1244
1244
|
* @template E The type of the selection context.
|
|
1245
1245
|
* @returns The proxy model for two-way binding with the selection context.
|
|
1246
1246
|
*/
|
|
1247
|
-
declare function useProxyModel<Z extends SelectionTicket>(registry: SelectionContext<Z>, initial?: Z | Z[], options?: ProxyModelOptions, _transformIn?: (val: Z[] | Z) => Z[], _transformOut?: (val: Z[]) => Z | Z[]):
|
|
1247
|
+
declare function useProxyModel<Z extends SelectionTicket>(registry: SelectionContext<Z>, initial?: Z | Z[], options?: ProxyModelOptions, _transformIn?: (val: Z[] | Z) => Z[], _transformOut?: (val: Z[]) => Z | Z[]): vue187.WritableComputedRef<Z | Z[] | undefined, Z[]>;
|
|
1248
1248
|
//#endregion
|
|
1249
1249
|
//#region src/composables/useStorage/adapters/index.d.ts
|
|
1250
1250
|
interface StorageAdapter {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuetify/v0",
|
|
3
|
-
"version": "0.0.2-beta.
|
|
3
|
+
"version": "0.0.2-beta.3",
|
|
4
4
|
"description": "Vuetify0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.mjs",
|
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
11
11
|
],
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git+https://github.com/vuetifyjs/0.git",
|
|
15
|
+
"directory": "packages/0"
|
|
16
|
+
},
|
|
12
17
|
"exports": {
|
|
13
18
|
".": {
|
|
14
19
|
"types": "./dist/index.d.ts",
|