@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.
Files changed (2) hide show
  1. package/dist/index.d.mts +61 -61
  2. package/package.json +6 -1
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import * as vue199 from "vue";
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<{} & vue199.VNodeProps & vue199.AllowedComponentProps & vue199.ComponentCustomProps, never>, never> & AtomPrivateProps & Partial<{}>> & vue199.PublicProps;
25
- expose(exposed: vue199.ShallowUnwrapRef<AtomExpose>): void;
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
- }>) => vue199.VNode & {
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): vue199.ShallowReactive<{
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[]): vue199.CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {}, vue199.PublicProps, {}, true, {}, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, {}, any, vue199.ComponentProvideOptions, {
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
- } & vue199.ComponentOptionsBase<Readonly<{}> & Readonly<{}>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, vue199.ComponentProvideOptions> & vue199.VNodeProps & vue199.AllowedComponentProps & vue199.ComponentCustomProps & (new () => {
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[]): vue199.CreateComponentPublicInstanceWithMixins<Readonly<BreakpointsRootProps> & Readonly<{}>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {}, vue199.PublicProps, {}, false, {}, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, {}, any, vue199.ComponentProvideOptions, {
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
- } & vue199.ComponentOptionsBase<Readonly<BreakpointsRootProps> & Readonly<{}>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, vue199.ComponentProvideOptions> & vue199.VNodeProps & vue199.AllowedComponentProps & vue199.ComponentCustomProps & (new () => {
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 | vue199.InjectionKey<T> | undefined;
194
+ contextKey?: string | vue187.InjectionKey<T> | undefined;
195
195
  value?: T | undefined;
196
- } & vue199.PublicProps;
197
- expose(exposed: vue199.ShallowUnwrapRef<{}>): void;
196
+ } & vue187.PublicProps;
197
+ expose(exposed: vue187.ShallowUnwrapRef<{}>): void;
198
198
  attrs: any;
199
199
  slots: ContextSlots<T>;
200
200
  emit: {};
201
- }>) => vue199.VNode & {
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 | vue199.InjectionKey<T>;
210
+ contextKey: string | vue187.InjectionKey<T>;
211
211
  value: T;
212
- } & vue199.PublicProps;
213
- expose(exposed: vue199.ShallowUnwrapRef<{}>): void;
212
+ } & vue187.PublicProps;
213
+ expose(exposed: vue187.ShallowUnwrapRef<{}>): void;
214
214
  attrs: any;
215
215
  slots: ContextRootSlots;
216
216
  emit: {};
217
- }>) => vue199.VNode & {
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[]): vue199.CreateComponentPublicInstanceWithMixins<Readonly<GroupItemProps> & Readonly<{}>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {}, vue199.PublicProps, {}, false, {}, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, {}, any, vue199.ComponentProvideOptions, {
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
- } & vue199.ComponentOptionsBase<Readonly<GroupItemProps> & Readonly<{}>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, vue199.ComponentProvideOptions> & vue199.VNodeProps & vue199.AllowedComponentProps & vue199.ComponentCustomProps & (new () => {
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[]): vue199.CreateComponentPublicInstanceWithMixins<Readonly<GroupRootProps & {
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, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {
395
+ }>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
396
396
  "update:modelValue": (value: any) => any;
397
- }, vue199.PublicProps, {}, false, {}, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, {}, any, vue199.ComponentProvideOptions, {
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
- } & vue199.ComponentOptionsBase<Readonly<GroupRootProps & {
412
+ } & vue187.ComponentOptionsBase<Readonly<GroupRootProps & {
413
413
  modelValue?: any;
414
414
  }> & Readonly<{
415
415
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
416
- }>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {
416
+ }>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
417
417
  "update:modelValue": (value: any) => any;
418
- }, string, {}, {}, string, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, vue199.ComponentProvideOptions> & vue199.VNodeProps & vue199.AllowedComponentProps & vue199.ComponentCustomProps & (new () => {
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<vue199.DefineComponent<{}, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {}, string, vue199.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue199.ComponentProvideOptions, true, {}, any>, HydrationSlots>;
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<vue199.DefineComponent<{}, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {}, string, vue199.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue199.ComponentProvideOptions, true, {}, any>, HydrationRootSlots>;
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?: vue199.App) => PopoverContext;
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[]): vue199.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
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, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {
510
+ }>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
511
511
  "update:modelValue": (value: boolean) => any;
512
- }, vue199.PublicProps, {}, false, {}, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, {}, any, vue199.ComponentProvideOptions, {
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
- } & vue199.ComponentOptionsBase<Readonly<PopoverRootProps & {
527
+ } & vue187.ComponentOptionsBase<Readonly<PopoverRootProps & {
528
528
  modelValue?: boolean;
529
529
  }> & Readonly<{
530
530
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
531
- }>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {
531
+ }>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
532
532
  "update:modelValue": (value: boolean) => any;
533
- }, string, {}, {}, string, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, vue199.ComponentProvideOptions> & vue199.VNodeProps & vue199.AllowedComponentProps & vue199.ComponentCustomProps & (new () => {
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<vue199.Ref<string, string>>;
537
- isActive: vue199.ModelRef<boolean, string, boolean, boolean>;
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[]): vue199.CreateComponentPublicInstanceWithMixins<Readonly<PopoverAnchorProps> & Readonly<{}>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {}, vue199.PublicProps, {}, false, {}, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, {}, any, vue199.ComponentProvideOptions, {
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
- } & vue199.ComponentOptionsBase<Readonly<PopoverAnchorProps> & Readonly<{}>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, vue199.ComponentProvideOptions> & vue199.VNodeProps & vue199.AllowedComponentProps & vue199.ComponentCustomProps & (new () => {
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[]): vue199.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
560
+ new (...args: any[]): vue187.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
561
561
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
562
- }>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {
562
+ }>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
563
563
  beforetoggle: (e: ToggleEvent) => any;
564
- }, vue199.PublicProps, {}, false, {}, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, {}, any, vue199.ComponentProvideOptions, {
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
- } & vue199.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
577
+ } & vue187.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
578
578
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
579
- }>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {
579
+ }>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
580
580
  beforetoggle: (e: ToggleEvent) => any;
581
- }, string, {}, {}, string, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, vue199.ComponentProvideOptions> & vue199.VNodeProps & vue199.AllowedComponentProps & vue199.ComponentCustomProps & (new () => {
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[]): vue199.CreateComponentPublicInstanceWithMixins<Readonly<StepItemProps> & Readonly<{}>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {}, vue199.PublicProps, {}, false, {}, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, {}, any, vue199.ComponentProvideOptions, {
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
- } & vue199.ComponentOptionsBase<Readonly<StepItemProps> & Readonly<{}>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, vue199.ComponentProvideOptions> & vue199.VNodeProps & vue199.AllowedComponentProps & vue199.ComponentCustomProps & (new () => {
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[]): vue199.CreateComponentPublicInstanceWithMixins<Readonly<StepRootProps & {
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, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {
677
+ }>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
678
678
  "update:modelValue": (value: any) => any;
679
- }, vue199.PublicProps, {}, false, {}, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, {}, any, vue199.ComponentProvideOptions, {
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
- } & vue199.ComponentOptionsBase<Readonly<StepRootProps & {
694
+ } & vue187.ComponentOptionsBase<Readonly<StepRootProps & {
695
695
  modelValue?: any;
696
696
  }> & Readonly<{
697
697
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
698
- }>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {
698
+ }>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
699
699
  "update:modelValue": (value: any) => any;
700
- }, string, {}, {}, string, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, vue199.ComponentProvideOptions> & vue199.VNodeProps & vue199.AllowedComponentProps & vue199.ComponentCustomProps & (new () => {
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[]): vue199.CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {}, vue199.PublicProps, {}, true, {}, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, {}, any, vue199.ComponentProvideOptions, {
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
- } & vue199.ComponentOptionsBase<Readonly<{}> & Readonly<{}>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, vue199.ComponentProvideOptions> & vue199.VNodeProps & vue199.AllowedComponentProps & vue199.ComponentCustomProps & (new () => {
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[]): vue199.CreateComponentPublicInstanceWithMixins<Readonly<ThemeRootProps & {
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, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {
870
+ }>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
871
871
  "update:modelValue": (value: ID) => any;
872
- }, vue199.PublicProps, {}, false, {}, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, {}, any, vue199.ComponentProvideOptions, {
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
- } & vue199.ComponentOptionsBase<Readonly<ThemeRootProps & {
887
+ } & vue187.ComponentOptionsBase<Readonly<ThemeRootProps & {
888
888
  modelValue?: ID;
889
889
  }> & Readonly<{
890
890
  "onUpdate:modelValue"?: ((value: ID) => any) | undefined;
891
- }>, void, {}, {}, {}, vue199.ComponentOptionsMixin, vue199.ComponentOptionsMixin, {
891
+ }>, void, {}, {}, {}, vue187.ComponentOptionsMixin, vue187.ComponentOptionsMixin, {
892
892
  "update:modelValue": (value: ID) => any;
893
- }, string, {}, {}, string, {}, vue199.GlobalComponents, vue199.GlobalDirectives, string, vue199.ComponentProvideOptions> & vue199.VNodeProps & vue199.AllowedComponentProps & vue199.ComponentCustomProps & (new () => {
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[]): vue199.WritableComputedRef<Z | Z[] | undefined, 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.1",
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",