@vuetify/v0 0.0.10 → 0.0.11
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../index-DY7-T630.mjs";
|
|
2
|
-
import { A as AtomSlots, C as AvatarContext, D as AvatarFallbackProps, E as AvatarImageProps, O as AtomExpose, S as Avatar, T as AvatarImageEmits, _ as ExpansionPanelActivatorSlotProps, a as PopoverContentEmits, b as ExpansionPanelRootProps, c as PopoverContext, d as usePopoverContext, f as Group, g as ExpansionPanelActivatorProps, h as ExpansionPanelContentSlotProps, i as Popover, j as _default, k as AtomProps, l as PopoverRootProps, m as ExpansionPanelContentProps, n as Single, o as PopoverContentProps, p as ExpansionPanel, r as Selection, s as PopoverAnchorProps, t as Step, u as providePopoverContext, v as ExpansionPanelItemContext, w as AvatarRootProps, x as ExpansionPanelRootSlotProps, y as ExpansionPanelItemProps } from "../index-
|
|
2
|
+
import { A as AtomSlots, C as AvatarContext, D as AvatarFallbackProps, E as AvatarImageProps, O as AtomExpose, S as Avatar, T as AvatarImageEmits, _ as ExpansionPanelActivatorSlotProps, a as PopoverContentEmits, b as ExpansionPanelRootProps, c as PopoverContext, d as usePopoverContext, f as Group, g as ExpansionPanelActivatorProps, h as ExpansionPanelContentSlotProps, i as Popover, j as _default, k as AtomProps, l as PopoverRootProps, m as ExpansionPanelContentProps, n as Single, o as PopoverContentProps, p as ExpansionPanel, r as Selection, s as PopoverAnchorProps, t as Step, u as providePopoverContext, v as ExpansionPanelItemContext, w as AvatarRootProps, x as ExpansionPanelRootSlotProps, y as ExpansionPanelItemProps } from "../index-DbBHGczA.mjs";
|
|
3
3
|
import "../index-D-EP6KrS.mjs";
|
|
4
4
|
export { _default as Atom, AtomExpose, AtomProps, AtomSlots, Avatar, AvatarContext, AvatarFallbackProps, AvatarImageEmits, AvatarImageProps, AvatarRootProps, ExpansionPanel, ExpansionPanelActivatorProps, ExpansionPanelActivatorSlotProps, ExpansionPanelContentProps, ExpansionPanelContentSlotProps, ExpansionPanelItemContext, ExpansionPanelItemProps, ExpansionPanelRootProps, ExpansionPanelRootSlotProps, Group, Popover, PopoverAnchorProps, PopoverContentEmits, PopoverContentProps, PopoverContext, PopoverRootProps, Selection, Single, Step, providePopoverContext, usePopoverContext };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as ID, t as DOMElement } from "./index-DY7-T630.mjs";
|
|
2
2
|
import { a as SelectionContext, c as SelectionTicket, t as ContextKey } from "./index-D-EP6KrS.mjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue233 from "vue";
|
|
4
4
|
import { MaybeRef, Ref, ShallowRef, TemplateRef } from "vue";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Atom/Atom.vue.d.ts
|
|
@@ -40,12 +40,12 @@ interface AtomExpose {
|
|
|
40
40
|
}
|
|
41
41
|
interface AtomPrivateProps extends AtomProps {}
|
|
42
42
|
declare const __VLS_export: <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<{
|
|
43
|
-
props: __VLS_PrettifyLocal<AtomPrivateProps> &
|
|
44
|
-
expose: (exposed:
|
|
43
|
+
props: __VLS_PrettifyLocal<AtomPrivateProps> & vue233.PublicProps;
|
|
44
|
+
expose: (exposed: vue233.ShallowUnwrapRef<AtomExpose>) => void;
|
|
45
45
|
attrs: any;
|
|
46
46
|
slots: AtomSlots<T>;
|
|
47
47
|
emit: {};
|
|
48
|
-
}>) =>
|
|
48
|
+
}>) => vue233.VNode & {
|
|
49
49
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
50
50
|
};
|
|
51
51
|
declare const _default: typeof __VLS_export;
|
|
@@ -80,7 +80,7 @@ interface AvatarContext extends SelectionContext<AvatarTicket> {}
|
|
|
80
80
|
//#region src/components/Avatar/index.d.ts
|
|
81
81
|
declare const Avatar: {
|
|
82
82
|
Fallback: {
|
|
83
|
-
new (...args: any[]):
|
|
83
|
+
new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
|
|
84
84
|
P: {};
|
|
85
85
|
B: {};
|
|
86
86
|
D: {};
|
|
@@ -91,19 +91,19 @@ declare const Avatar: {
|
|
|
91
91
|
__isFragment?: never;
|
|
92
92
|
__isTeleport?: never;
|
|
93
93
|
__isSuspense?: never;
|
|
94
|
-
} &
|
|
94
|
+
} & vue233.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
|
|
95
95
|
$slots: {
|
|
96
96
|
default?: (props: {}) => any;
|
|
97
97
|
};
|
|
98
98
|
});
|
|
99
99
|
Image: {
|
|
100
|
-
new (...args: any[]):
|
|
100
|
+
new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
|
|
101
101
|
onLoad?: ((e: Event) => any) | undefined;
|
|
102
102
|
onError?: ((e: Event) => any) | undefined;
|
|
103
|
-
}>, {}, {}, {}, {},
|
|
103
|
+
}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {
|
|
104
104
|
load: (e: Event) => any;
|
|
105
105
|
error: (e: Event) => any;
|
|
106
|
-
},
|
|
106
|
+
}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
|
|
107
107
|
P: {};
|
|
108
108
|
B: {};
|
|
109
109
|
D: {};
|
|
@@ -117,13 +117,13 @@ declare const Avatar: {
|
|
|
117
117
|
__isFragment?: never;
|
|
118
118
|
__isTeleport?: never;
|
|
119
119
|
__isSuspense?: never;
|
|
120
|
-
} &
|
|
120
|
+
} & vue233.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
|
|
121
121
|
onLoad?: ((e: Event) => any) | undefined;
|
|
122
122
|
onError?: ((e: Event) => any) | undefined;
|
|
123
|
-
}>, {}, {}, {}, {},
|
|
123
|
+
}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {
|
|
124
124
|
load: (e: Event) => any;
|
|
125
125
|
error: (e: Event) => any;
|
|
126
|
-
}, string, {}, {}, string, {},
|
|
126
|
+
}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
|
|
127
127
|
$slots: {
|
|
128
128
|
default: (props: {
|
|
129
129
|
src: string;
|
|
@@ -134,7 +134,7 @@ declare const Avatar: {
|
|
|
134
134
|
};
|
|
135
135
|
});
|
|
136
136
|
Root: {
|
|
137
|
-
new (...args: any[]):
|
|
137
|
+
new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
|
|
138
138
|
P: {};
|
|
139
139
|
B: {};
|
|
140
140
|
D: {};
|
|
@@ -145,7 +145,7 @@ declare const Avatar: {
|
|
|
145
145
|
__isFragment?: never;
|
|
146
146
|
__isTeleport?: never;
|
|
147
147
|
__isSuspense?: never;
|
|
148
|
-
} &
|
|
148
|
+
} & vue233.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
|
|
149
149
|
$slots: {
|
|
150
150
|
default?: (props: {}) => any;
|
|
151
151
|
};
|
|
@@ -281,18 +281,18 @@ declare const ExpansionPanel: {
|
|
|
281
281
|
as?: (DOMElement | null) | undefined;
|
|
282
282
|
renderless?: boolean | undefined;
|
|
283
283
|
modelValue?: (T | T[]) | undefined;
|
|
284
|
-
} &
|
|
284
|
+
} & vue233.PublicProps;
|
|
285
285
|
expose: (exposed: {}) => void;
|
|
286
286
|
attrs: any;
|
|
287
287
|
slots: {
|
|
288
288
|
default: (props: ExpansionPanelRootSlotProps) => any;
|
|
289
289
|
};
|
|
290
290
|
emit: ((evt: "update:model-value", ...args: T | T[]) => void) & ((evt: "update:modelValue", value: T | T[] | undefined) => void);
|
|
291
|
-
}>) =>
|
|
291
|
+
}>) => vue233.VNode & {
|
|
292
292
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
293
293
|
};
|
|
294
294
|
Item: {
|
|
295
|
-
new (...args: any[]):
|
|
295
|
+
new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelItemProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
|
|
296
296
|
P: {};
|
|
297
297
|
B: {};
|
|
298
298
|
D: {};
|
|
@@ -303,13 +303,13 @@ declare const ExpansionPanel: {
|
|
|
303
303
|
__isFragment?: never;
|
|
304
304
|
__isTeleport?: never;
|
|
305
305
|
__isSuspense?: never;
|
|
306
|
-
} &
|
|
306
|
+
} & vue233.ComponentOptionsBase<Readonly<ExpansionPanelItemProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
|
|
307
307
|
$slots: {
|
|
308
308
|
default: () => any;
|
|
309
309
|
};
|
|
310
310
|
});
|
|
311
311
|
Activator: {
|
|
312
|
-
new (...args: any[]):
|
|
312
|
+
new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
|
|
313
313
|
P: {};
|
|
314
314
|
B: {};
|
|
315
315
|
D: {};
|
|
@@ -320,13 +320,13 @@ declare const ExpansionPanel: {
|
|
|
320
320
|
__isFragment?: never;
|
|
321
321
|
__isTeleport?: never;
|
|
322
322
|
__isSuspense?: never;
|
|
323
|
-
} &
|
|
323
|
+
} & vue233.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
|
|
324
324
|
$slots: {
|
|
325
325
|
default: (props: ExpansionPanelActivatorSlotProps) => any;
|
|
326
326
|
};
|
|
327
327
|
});
|
|
328
328
|
Content: {
|
|
329
|
-
new (...args: any[]):
|
|
329
|
+
new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
|
|
330
330
|
P: {};
|
|
331
331
|
B: {};
|
|
332
332
|
D: {};
|
|
@@ -337,7 +337,7 @@ declare const ExpansionPanel: {
|
|
|
337
337
|
__isFragment?: never;
|
|
338
338
|
__isTeleport?: never;
|
|
339
339
|
__isSuspense?: never;
|
|
340
|
-
} &
|
|
340
|
+
} & vue233.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
|
|
341
341
|
$slots: {
|
|
342
342
|
default: (props: ExpansionPanelContentSlotProps) => any;
|
|
343
343
|
};
|
|
@@ -366,7 +366,7 @@ declare const Group: {
|
|
|
366
366
|
mandatory?: boolean | "force" | undefined;
|
|
367
367
|
modelValue?: (T | T[]) | undefined;
|
|
368
368
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
369
|
-
} &
|
|
369
|
+
} & vue233.PublicProps;
|
|
370
370
|
expose: (exposed: {}) => void;
|
|
371
371
|
attrs: any;
|
|
372
372
|
slots: {
|
|
@@ -379,17 +379,17 @@ declare const Group: {
|
|
|
379
379
|
}) => any;
|
|
380
380
|
};
|
|
381
381
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
382
|
-
}>) =>
|
|
382
|
+
}>) => vue233.VNode & {
|
|
383
383
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
384
384
|
};
|
|
385
385
|
Item: {
|
|
386
|
-
new (...args: any[]):
|
|
386
|
+
new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
387
387
|
label?: string;
|
|
388
388
|
id?: string;
|
|
389
|
-
disabled?:
|
|
389
|
+
disabled?: vue233.MaybeRef<boolean>;
|
|
390
390
|
value?: any;
|
|
391
391
|
namespace?: string;
|
|
392
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
392
|
+
}> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
|
|
393
393
|
P: {};
|
|
394
394
|
B: {};
|
|
395
395
|
D: {};
|
|
@@ -399,20 +399,20 @@ declare const Group: {
|
|
|
399
399
|
}, Readonly<{
|
|
400
400
|
label?: string;
|
|
401
401
|
id?: string;
|
|
402
|
-
disabled?:
|
|
402
|
+
disabled?: vue233.MaybeRef<boolean>;
|
|
403
403
|
value?: any;
|
|
404
404
|
namespace?: string;
|
|
405
405
|
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
406
406
|
__isFragment?: never;
|
|
407
407
|
__isTeleport?: never;
|
|
408
408
|
__isSuspense?: never;
|
|
409
|
-
} &
|
|
409
|
+
} & vue233.ComponentOptionsBase<Readonly<{
|
|
410
410
|
label?: string;
|
|
411
411
|
id?: string;
|
|
412
|
-
disabled?:
|
|
412
|
+
disabled?: vue233.MaybeRef<boolean>;
|
|
413
413
|
value?: any;
|
|
414
414
|
namespace?: string;
|
|
415
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
415
|
+
}> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
|
|
416
416
|
$slots: {
|
|
417
417
|
default: (props: {
|
|
418
418
|
id: string;
|
|
@@ -439,7 +439,7 @@ interface PopoverContext {
|
|
|
439
439
|
interface PopoverRootProps extends AtomProps {
|
|
440
440
|
id?: string;
|
|
441
441
|
}
|
|
442
|
-
declare const usePopoverContext: (key?: ContextKey<PopoverContext>) => PopoverContext, providePopoverContext: (context: PopoverContext, app?:
|
|
442
|
+
declare const usePopoverContext: (key?: ContextKey<PopoverContext>) => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue233.App) => PopoverContext;
|
|
443
443
|
//#endregion
|
|
444
444
|
//#region src/components/Popover/PopoverAnchor.vue.d.ts
|
|
445
445
|
interface PopoverAnchorProps extends AtomProps {
|
|
@@ -459,13 +459,13 @@ interface PopoverContentEmits {
|
|
|
459
459
|
//#region src/components/Popover/index.d.ts
|
|
460
460
|
declare const Popover: {
|
|
461
461
|
Root: {
|
|
462
|
-
new (...args: any[]):
|
|
462
|
+
new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
|
|
463
463
|
modelValue?: boolean;
|
|
464
464
|
}> & Readonly<{
|
|
465
465
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
466
|
-
}>, {}, {}, {}, {},
|
|
466
|
+
}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {
|
|
467
467
|
"update:modelValue": (value: boolean) => any;
|
|
468
|
-
},
|
|
468
|
+
}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
|
|
469
469
|
P: {};
|
|
470
470
|
B: {};
|
|
471
471
|
D: {};
|
|
@@ -480,23 +480,23 @@ declare const Popover: {
|
|
|
480
480
|
__isFragment?: never;
|
|
481
481
|
__isTeleport?: never;
|
|
482
482
|
__isSuspense?: never;
|
|
483
|
-
} &
|
|
483
|
+
} & vue233.ComponentOptionsBase<Readonly<PopoverRootProps & {
|
|
484
484
|
modelValue?: boolean;
|
|
485
485
|
}> & Readonly<{
|
|
486
486
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
487
|
-
}>, {}, {}, {}, {},
|
|
487
|
+
}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {
|
|
488
488
|
"update:modelValue": (value: boolean) => any;
|
|
489
|
-
}, string, {}, {}, string, {},
|
|
489
|
+
}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
|
|
490
490
|
$slots: {
|
|
491
491
|
default: (props: {
|
|
492
|
-
id: Readonly<
|
|
493
|
-
isSelected:
|
|
492
|
+
id: Readonly<vue233.Ref<string, string>>;
|
|
493
|
+
isSelected: vue233.ModelRef<boolean, string, boolean, boolean>;
|
|
494
494
|
toggle: () => void;
|
|
495
495
|
}) => any;
|
|
496
496
|
};
|
|
497
497
|
});
|
|
498
498
|
Anchor: {
|
|
499
|
-
new (...args: any[]):
|
|
499
|
+
new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
|
|
500
500
|
P: {};
|
|
501
501
|
B: {};
|
|
502
502
|
D: {};
|
|
@@ -507,17 +507,17 @@ declare const Popover: {
|
|
|
507
507
|
__isFragment?: never;
|
|
508
508
|
__isTeleport?: never;
|
|
509
509
|
__isSuspense?: never;
|
|
510
|
-
} &
|
|
510
|
+
} & vue233.ComponentOptionsBase<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
|
|
511
511
|
$slots: {
|
|
512
512
|
default?: (props: {}) => any;
|
|
513
513
|
};
|
|
514
514
|
});
|
|
515
515
|
Content: {
|
|
516
|
-
new (...args: any[]):
|
|
516
|
+
new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
|
|
517
517
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
518
|
-
}>, {}, {}, {}, {},
|
|
518
|
+
}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {
|
|
519
519
|
beforetoggle: (e: ToggleEvent) => any;
|
|
520
|
-
},
|
|
520
|
+
}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
|
|
521
521
|
P: {};
|
|
522
522
|
B: {};
|
|
523
523
|
D: {};
|
|
@@ -530,11 +530,11 @@ declare const Popover: {
|
|
|
530
530
|
__isFragment?: never;
|
|
531
531
|
__isTeleport?: never;
|
|
532
532
|
__isSuspense?: never;
|
|
533
|
-
} &
|
|
533
|
+
} & vue233.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
|
|
534
534
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
535
|
-
}>, {}, {}, {}, {},
|
|
535
|
+
}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {
|
|
536
536
|
beforetoggle: (e: ToggleEvent) => any;
|
|
537
|
-
}, string, {}, {}, string, {},
|
|
537
|
+
}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
|
|
538
538
|
$slots: {
|
|
539
539
|
default?: (props: {}) => any;
|
|
540
540
|
};
|
|
@@ -565,7 +565,7 @@ declare const Selection: {
|
|
|
565
565
|
multiple?: boolean | undefined;
|
|
566
566
|
modelValue?: (T | T[]) | undefined;
|
|
567
567
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
568
|
-
} &
|
|
568
|
+
} & vue233.PublicProps;
|
|
569
569
|
expose: (exposed: {}) => void;
|
|
570
570
|
attrs: any;
|
|
571
571
|
slots: {
|
|
@@ -579,17 +579,17 @@ declare const Selection: {
|
|
|
579
579
|
}) => any;
|
|
580
580
|
};
|
|
581
581
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
582
|
-
}>) =>
|
|
582
|
+
}>) => vue233.VNode & {
|
|
583
583
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
584
584
|
};
|
|
585
585
|
Item: {
|
|
586
|
-
new (...args: any[]):
|
|
586
|
+
new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
587
587
|
label?: string;
|
|
588
588
|
id?: string;
|
|
589
|
-
disabled?:
|
|
589
|
+
disabled?: vue233.MaybeRef<boolean>;
|
|
590
590
|
value?: any;
|
|
591
591
|
namespace?: string;
|
|
592
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
592
|
+
}> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
|
|
593
593
|
P: {};
|
|
594
594
|
B: {};
|
|
595
595
|
D: {};
|
|
@@ -599,20 +599,20 @@ declare const Selection: {
|
|
|
599
599
|
}, Readonly<{
|
|
600
600
|
label?: string;
|
|
601
601
|
id?: string;
|
|
602
|
-
disabled?:
|
|
602
|
+
disabled?: vue233.MaybeRef<boolean>;
|
|
603
603
|
value?: any;
|
|
604
604
|
namespace?: string;
|
|
605
605
|
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
606
606
|
__isFragment?: never;
|
|
607
607
|
__isTeleport?: never;
|
|
608
608
|
__isSuspense?: never;
|
|
609
|
-
} &
|
|
609
|
+
} & vue233.ComponentOptionsBase<Readonly<{
|
|
610
610
|
label?: string;
|
|
611
611
|
id?: string;
|
|
612
|
-
disabled?:
|
|
612
|
+
disabled?: vue233.MaybeRef<boolean>;
|
|
613
613
|
value?: any;
|
|
614
614
|
namespace?: string;
|
|
615
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
615
|
+
}> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
|
|
616
616
|
$slots: {
|
|
617
617
|
default: (props: {
|
|
618
618
|
id: string;
|
|
@@ -652,7 +652,7 @@ declare const Single: {
|
|
|
652
652
|
mandatory?: boolean | "force" | undefined;
|
|
653
653
|
modelValue?: (T | T[]) | undefined;
|
|
654
654
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
655
|
-
} &
|
|
655
|
+
} & vue233.PublicProps;
|
|
656
656
|
expose: (exposed: {}) => void;
|
|
657
657
|
attrs: any;
|
|
658
658
|
slots: {
|
|
@@ -665,17 +665,17 @@ declare const Single: {
|
|
|
665
665
|
}) => any;
|
|
666
666
|
};
|
|
667
667
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
668
|
-
}>) =>
|
|
668
|
+
}>) => vue233.VNode & {
|
|
669
669
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
670
670
|
};
|
|
671
671
|
Item: {
|
|
672
|
-
new (...args: any[]):
|
|
672
|
+
new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
673
673
|
label?: string;
|
|
674
674
|
id?: string;
|
|
675
|
-
disabled?:
|
|
675
|
+
disabled?: vue233.MaybeRef<boolean>;
|
|
676
676
|
value?: any;
|
|
677
677
|
namespace?: string;
|
|
678
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
678
|
+
}> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
|
|
679
679
|
P: {};
|
|
680
680
|
B: {};
|
|
681
681
|
D: {};
|
|
@@ -685,20 +685,20 @@ declare const Single: {
|
|
|
685
685
|
}, Readonly<{
|
|
686
686
|
label?: string;
|
|
687
687
|
id?: string;
|
|
688
|
-
disabled?:
|
|
688
|
+
disabled?: vue233.MaybeRef<boolean>;
|
|
689
689
|
value?: any;
|
|
690
690
|
namespace?: string;
|
|
691
691
|
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
692
692
|
__isFragment?: never;
|
|
693
693
|
__isTeleport?: never;
|
|
694
694
|
__isSuspense?: never;
|
|
695
|
-
} &
|
|
695
|
+
} & vue233.ComponentOptionsBase<Readonly<{
|
|
696
696
|
label?: string;
|
|
697
697
|
id?: string;
|
|
698
|
-
disabled?:
|
|
698
|
+
disabled?: vue233.MaybeRef<boolean>;
|
|
699
699
|
value?: any;
|
|
700
700
|
namespace?: string;
|
|
701
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
701
|
+
}> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
|
|
702
702
|
$slots: {
|
|
703
703
|
default: (props: {
|
|
704
704
|
id: string;
|
|
@@ -743,7 +743,7 @@ declare const Step: {
|
|
|
743
743
|
mandatory?: boolean | "force" | undefined;
|
|
744
744
|
modelValue?: (T | T[]) | undefined;
|
|
745
745
|
"onUpdate:modelValue"?: ((value: T | T[] | undefined) => any) | undefined;
|
|
746
|
-
} &
|
|
746
|
+
} & vue233.PublicProps;
|
|
747
747
|
expose: (exposed: {}) => void;
|
|
748
748
|
attrs: any;
|
|
749
749
|
slots: {
|
|
@@ -761,17 +761,17 @@ declare const Step: {
|
|
|
761
761
|
}) => any;
|
|
762
762
|
};
|
|
763
763
|
emit: (evt: "update:modelValue", value: T | T[] | undefined) => void;
|
|
764
|
-
}>) =>
|
|
764
|
+
}>) => vue233.VNode & {
|
|
765
765
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
766
766
|
};
|
|
767
767
|
Item: {
|
|
768
|
-
new (...args: any[]):
|
|
768
|
+
new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
769
769
|
label?: string;
|
|
770
770
|
id?: string;
|
|
771
|
-
disabled?:
|
|
771
|
+
disabled?: vue233.MaybeRef<boolean>;
|
|
772
772
|
value?: any;
|
|
773
773
|
namespace?: string;
|
|
774
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
774
|
+
}> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
|
|
775
775
|
P: {};
|
|
776
776
|
B: {};
|
|
777
777
|
D: {};
|
|
@@ -781,20 +781,20 @@ declare const Step: {
|
|
|
781
781
|
}, Readonly<{
|
|
782
782
|
label?: string;
|
|
783
783
|
id?: string;
|
|
784
|
-
disabled?:
|
|
784
|
+
disabled?: vue233.MaybeRef<boolean>;
|
|
785
785
|
value?: any;
|
|
786
786
|
namespace?: string;
|
|
787
787
|
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
788
788
|
__isFragment?: never;
|
|
789
789
|
__isTeleport?: never;
|
|
790
790
|
__isSuspense?: never;
|
|
791
|
-
} &
|
|
791
|
+
} & vue233.ComponentOptionsBase<Readonly<{
|
|
792
792
|
label?: string;
|
|
793
793
|
id?: string;
|
|
794
|
-
disabled?:
|
|
794
|
+
disabled?: vue233.MaybeRef<boolean>;
|
|
795
795
|
value?: any;
|
|
796
796
|
namespace?: string;
|
|
797
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
797
|
+
}> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
|
|
798
798
|
$slots: {
|
|
799
799
|
default: (props: {
|
|
800
800
|
id: string;
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./index-DY7-T630.mjs";
|
|
2
|
-
import { A as AtomSlots, C as AvatarContext, D as AvatarFallbackProps, E as AvatarImageProps, O as AtomExpose, S as Avatar, T as AvatarImageEmits, _ as ExpansionPanelActivatorSlotProps, a as PopoverContentEmits, b as ExpansionPanelRootProps, c as PopoverContext, d as usePopoverContext, f as Group, g as ExpansionPanelActivatorProps, h as ExpansionPanelContentSlotProps, i as Popover, j as _default, k as AtomProps, l as PopoverRootProps, m as ExpansionPanelContentProps, n as Single, o as PopoverContentProps, p as ExpansionPanel, r as Selection, s as PopoverAnchorProps, t as Step, u as providePopoverContext, v as ExpansionPanelItemContext, w as AvatarRootProps, x as ExpansionPanelRootSlotProps, y as ExpansionPanelItemProps } from "./index-
|
|
2
|
+
import { A as AtomSlots, C as AvatarContext, D as AvatarFallbackProps, E as AvatarImageProps, O as AtomExpose, S as Avatar, T as AvatarImageEmits, _ as ExpansionPanelActivatorSlotProps, a as PopoverContentEmits, b as ExpansionPanelRootProps, c as PopoverContext, d as usePopoverContext, f as Group, g as ExpansionPanelActivatorProps, h as ExpansionPanelContentSlotProps, i as Popover, j as _default, k as AtomProps, l as PopoverRootProps, m as ExpansionPanelContentProps, n as Single, o as PopoverContentProps, p as ExpansionPanel, r as Selection, s as PopoverAnchorProps, t as Step, u as providePopoverContext, v as ExpansionPanelItemContext, w as AvatarRootProps, x as ExpansionPanelRootSlotProps, y as ExpansionPanelItemProps } from "./index-DbBHGczA.mjs";
|
|
3
3
|
import { _ as useRegistry, a as SelectionContext, c as SelectionTicket, d as useSelection, f as RegistryContext, g as createRegistryContext, h as RegistryTicket, i as useContext, l as createSelection, m as RegistryOptions, n as createContext, o as SelectionContextOptions, p as RegistryContextOptions, r as provideContext, s as SelectionOptions, t as ContextKey, u as createSelectionContext, v as ContextTrinity, y as createTrinity } from "./index-D-EP6KrS.mjs";
|
|
4
4
|
import { $ as ProxyRegistryContext, $n as createGroup, $t as IntersectionObserverOptions, A as useStorage, An as FeatureOptions, At as LoggerAdapter, B as createStepContext, Bn as TokenContext, Bt as useLocale, C as StorageContextOptions, Cn as FilterQuery, Ct as createLoggerContext, D as createStorageContext, Dn as useFilter, Dt as Vuetify0LoggerAdapter, E as createStorage, En as UseFilterResult, Et as LogLevel, F as StepContext, Fn as createFeaturesPlugin, Ft as LocaleRecord, G as useResizeObserver, Gn as TokenValue, Gt as SingleOptions, H as ResizeObserverEntry, Hn as TokenOptions, Ht as LocaleAdapter, I as StepContextOptions, In as useFeatures, It as LocaleTicket, J as QueueOptions, Jn as useTokens, Jt as createSingleContext, K as QueueContext, Kn as createTokens, Kt as SingleTicket, L as StepOptions, Ln as FlatTokenCollection, Lt as createLocale, M as StorageAdapter, Mn as FeatureTicket, Mt as LocaleContextOptions, N as StorageType, Nn as createFeatures, Nt as LocaleOptions, O as createStoragePlugin, On as FeatureContext, Ot as PinoLoggerAdapter, P as MemoryAdapter, Pn as createFeaturesContext, Pt as LocalePluginOptions, Q as useQueue, Qn as GroupTicket, Qt as IntersectionObserverEntry, R as StepTicket, Rn as TokenAlias, Rt as createLocaleContext, S as StorageContext, Sn as FilterMode, St as createLogger, T as StoragePluginOptions, Tn as UseFilterOptions, Tt as useLogger, U as ResizeObserverOptions, Un as TokenPrimitive, Ut as SingleContext, V as useStep, Vn as TokenContextOptions, Vt as Vuetify0LocaleAdapter, W as useElementSize, Wn as TokenTicket, Wt as SingleContextOptions, X as createQueue, Xn as GroupContextOptions, Xt as KeyHandler, Y as QueueTicket, Yn as GroupContext, Yt as useSingle, Z as createQueueContext, Zn as GroupOptions, Zt as useKeydown, _ as createThemeContext, _n as createForm, _r as toArray, _t as useMutationObserver, a as createTimeline, an as HydrationPluginOptions, ar as useEventListener, at as PermissionContextOptions, b as Vuetify0ThemeAdapter, bn as FilterFunction, br as createPlugin, bt as LoggerOptions, c as Colors, cn as createHydrationPlugin, cr as BreakpointsContext, ct as PermissionTicket, d as ThemeContextOptions, dn as FormContextOptions, dr as BreakpointsPluginOptions, dt as createPermissionsPlugin, en as useElementIntersection, er as createGroupContext, et as ProxyRegistryOptions, f as ThemeOptions, fn as FormOptions, fr as createBreakpoints, ft as usePermissions, g as createTheme, gn as FormValue, gr as toReactive, gt as UseMutationObserverOptions, h as ThemeTicket, hn as FormValidationRule, hr as useBreakpoints, ht as MutationObserverRecord, i as TimelineTicket, in as HydrationOptions, ir as useDocumentEventListener, it as PermissionContext, j as useStorageContext, jn as FeaturePluginOptions, jt as LocaleContext, k as provideStorageContext, kn as FeatureContextOptions, kt as ConsolaLoggerAdapter, l as ThemeColors, ln as useHydration, lr as BreakpointsContextOptions, lt as createPermissions, m as ThemeRecord, mn as FormValidationResult, mr as createBreakpointsPlugin, mt as PermissionAdapterInterface, n as TimelineContextOptions, nn as HydrationContext, nr as CleanupFunction, nt as ProxyModelOptions, o as createTimelineContext, on as createHydration, or as useWindowEventListener, ot as PermissionOptions, p as ThemePluginOptions, pn as FormTicket, pr as createBreakpointsContext, pt as PermissionAdapter, q as QueueContextOptions, qn as createTokensContext, qt as createSingle, r as TimelineOptions, rn as HydrationContextOptions, rr as EventHandler, rt as useProxyModel, s as useTimeline, sn as createHydrationContext, sr as BreakpointName, st as PermissionPluginOptions, t as TimelineContext, tn as useIntersectionObserver, tr as useGroup, tt as useProxyRegistry, u as ThemeContext, un as FormContext, ur as BreakpointsOptions, ut as createPermissionsContext, v as createThemePlugin, vn as createFormContext, vr as Plugin, vt as LoggerContext, w as StorageOptions, wn as Primitive, wt as createLoggerPlugin, x as ThemeAdapter, xn as FilterItem, xt as LoggerPluginOptions, y as useTheme, yn as useForm, yr as PluginOptions, yt as LoggerContextOptions, z as createStep, zn as TokenCollection, zt as createLocalePlugin } from "./index-CQjOW_w5.mjs";
|
|
5
5
|
import { a as isSelfClosingTag, c as SUPPORTS_MATCH_MEDIA, d as SUPPORTS_TOUCH, f as __LOGGER_ENABLED__, i as SelfClosingElement, l as SUPPORTS_MUTATION_OBSERVER, n as HTMLElementName, o as IN_BROWSER, p as version, r as SELF_CLOSING_TAGS, s as SUPPORTS_INTERSECTION_OBSERVER, t as COMMON_ELEMENTS, u as SUPPORTS_OBSERVER } from "./index-8AIxAM2d.mjs";
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuetify/v0",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"description": "Vuetify0",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"main": "./dist/index.
|
|
7
|
-
"module": "./dist/index.
|
|
8
|
-
"types": "./dist/index.d.
|
|
6
|
+
"main": "./dist/index.mjs",
|
|
7
|
+
"module": "./dist/index.mjs",
|
|
8
|
+
"types": "./dist/index.d.mts",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"files": [
|
|
11
11
|
"dist"
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"directory": "packages/0"
|
|
17
17
|
},
|
|
18
18
|
"exports": {
|
|
19
|
-
".": "./dist/index.
|
|
19
|
+
".": "./dist/index.mjs",
|
|
20
20
|
"./browser": {
|
|
21
|
-
"types": "./dist/index.d.
|
|
21
|
+
"types": "./dist/index.d.mts",
|
|
22
22
|
"import": "./dist/browser/index.js"
|
|
23
23
|
},
|
|
24
|
-
"./components": "./dist/components/index.
|
|
25
|
-
"./composables": "./dist/composables/index.
|
|
26
|
-
"./constants": "./dist/constants/index.
|
|
27
|
-
"./types": "./dist/types/index.
|
|
28
|
-
"./utilities": "./dist/utilities/index.
|
|
24
|
+
"./components": "./dist/components/index.mjs",
|
|
25
|
+
"./composables": "./dist/composables/index.mjs",
|
|
26
|
+
"./constants": "./dist/constants/index.mjs",
|
|
27
|
+
"./types": "./dist/types/index.mjs",
|
|
28
|
+
"./utilities": "./dist/utilities/index.mjs"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"markdown": "^0.5.0",
|