@vuetify/v0 0.0.3 → 0.0.7

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 (35) hide show
  1. package/dist/browser/index.js +2718 -1496
  2. package/dist/components/index.d.ts +4 -7
  3. package/dist/components/index.js +6 -7
  4. package/dist/{components-DVuB4lnH.js → components-ClYPFhaF.js} +164 -8
  5. package/dist/composables/index.d.ts +3 -7
  6. package/dist/composables/index.js +4 -7
  7. package/dist/composables-DkRocfS_.js +3753 -0
  8. package/dist/constants/index.d.ts +1 -1
  9. package/dist/constants/index.js +3 -3
  10. package/dist/{globals-DZvNEOB4.js → globals-BQnaatWT.js} +2 -2
  11. package/dist/{htmlElements-SjqYu0am.js → htmlElements-lF7PGahL.js} +1 -1
  12. package/dist/{index-DVKeyWc5.d.ts → index-BKc0YiL1.d.ts} +2 -2
  13. package/dist/index-BVouO8cc.d.ts +410 -0
  14. package/dist/index-BoDCUSPn.d.ts +2765 -0
  15. package/dist/{index-LBy5OPMu.d.ts → index-C_lAPFXS.d.ts} +1 -1
  16. package/dist/{index-BozA2pze.d.ts → index-DIX3zaZG.d.ts} +3 -10
  17. package/dist/index.d.ts +6 -7
  18. package/dist/index.js +7 -10
  19. package/dist/types/index.d.ts +1 -1
  20. package/dist/utilities/index.d.ts +3 -3
  21. package/dist/utilities/index.js +2 -2
  22. package/dist/{utilities-D9rWEgQK.js → utilities-rsKHgU2m.js} +5 -32
  23. package/package.json +1 -3
  24. package/dist/composables-yeVk-ULz.js +0 -1270
  25. package/dist/factories/index.d.ts +0 -2
  26. package/dist/factories/index.js +0 -3
  27. package/dist/factories-BEpawPUw.js +0 -96
  28. package/dist/index-Ckt12ON6.d.ts +0 -75
  29. package/dist/index-D0L_ydyW.d.ts +0 -1396
  30. package/dist/index-tUyghL98.d.ts +0 -19
  31. package/dist/transformers/index.d.ts +0 -2
  32. package/dist/transformers/index.js +0 -4
  33. package/dist/transformers-CWrxLIkw.js +0 -122
  34. package/dist/useTheme-DCXkw_kv.js +0 -1208
  35. /package/dist/{constants-DiTCgvMU.js → constants-De5c3_aB.js} +0 -0
@@ -1,2 +1,2 @@
1
- import { COMMON_ELEMENTS, HTMLElementName, IN_BROWSER, SELF_CLOSING_TAGS, SUPPORTS_INTERSECTION_OBSERVER, SUPPORTS_MATCH_MEDIA, SUPPORTS_MUTATION_OBSERVER, SUPPORTS_OBSERVER, SUPPORTS_TOUCH, SelfClosingElement, __LOGGER_ENABLED__, isSelfClosingTag, version } from "../index-DVKeyWc5.js";
1
+ 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-BKc0YiL1.js";
2
2
  export { COMMON_ELEMENTS, HTMLElementName, IN_BROWSER, SELF_CLOSING_TAGS, SUPPORTS_INTERSECTION_OBSERVER, SUPPORTS_MATCH_MEDIA, SUPPORTS_MUTATION_OBSERVER, SUPPORTS_OBSERVER, SUPPORTS_TOUCH, SelfClosingElement, __LOGGER_ENABLED__, isSelfClosingTag, version };
@@ -1,5 +1,5 @@
1
- import { COMMON_ELEMENTS, SELF_CLOSING_TAGS, isSelfClosingTag } from "../htmlElements-SjqYu0am.js";
2
- import { IN_BROWSER, SUPPORTS_INTERSECTION_OBSERVER, SUPPORTS_MATCH_MEDIA, SUPPORTS_MUTATION_OBSERVER, SUPPORTS_OBSERVER, SUPPORTS_TOUCH, __LOGGER_ENABLED__, version } from "../globals-DZvNEOB4.js";
3
- import "../constants-DiTCgvMU.js";
1
+ import { n as SELF_CLOSING_TAGS, r as isSelfClosingTag, t as COMMON_ELEMENTS } from "../htmlElements-lF7PGahL.js";
2
+ import { a as SUPPORTS_OBSERVER, c as version, i as SUPPORTS_MUTATION_OBSERVER, n as SUPPORTS_INTERSECTION_OBSERVER, o as SUPPORTS_TOUCH, r as SUPPORTS_MATCH_MEDIA, s as __LOGGER_ENABLED__, t as IN_BROWSER } from "../globals-BQnaatWT.js";
3
+ import "../constants-De5c3_aB.js";
4
4
 
5
5
  export { COMMON_ELEMENTS, IN_BROWSER, SELF_CLOSING_TAGS, SUPPORTS_INTERSECTION_OBSERVER, SUPPORTS_MATCH_MEDIA, SUPPORTS_MUTATION_OBSERVER, SUPPORTS_OBSERVER, SUPPORTS_TOUCH, __LOGGER_ENABLED__, isSelfClosingTag, version };
@@ -5,8 +5,8 @@ const SUPPORTS_MATCH_MEDIA = IN_BROWSER && "matchMedia" in window && typeof wind
5
5
  const SUPPORTS_OBSERVER = IN_BROWSER && "ResizeObserver" in window;
6
6
  const SUPPORTS_INTERSECTION_OBSERVER = IN_BROWSER && "IntersectionObserver" in window;
7
7
  const SUPPORTS_MUTATION_OBSERVER = IN_BROWSER && "MutationObserver" in window;
8
- const version = "0.0.3";
8
+ const version = "0.0.7";
9
9
  const __LOGGER_ENABLED__ = process.env.NODE_ENV !== "production" || process.env.VITE_LOGGER_ENABLED === "true";
10
10
 
11
11
  //#endregion
12
- export { IN_BROWSER, SUPPORTS_INTERSECTION_OBSERVER, SUPPORTS_MATCH_MEDIA, SUPPORTS_MUTATION_OBSERVER, SUPPORTS_OBSERVER, SUPPORTS_TOUCH, __LOGGER_ENABLED__, version };
12
+ export { SUPPORTS_OBSERVER as a, version as c, SUPPORTS_MUTATION_OBSERVER as i, SUPPORTS_INTERSECTION_OBSERVER as n, SUPPORTS_TOUCH as o, SUPPORTS_MATCH_MEDIA as r, __LOGGER_ENABLED__ as s, IN_BROWSER as t };
@@ -75,4 +75,4 @@ function isSelfClosingTag(tag) {
75
75
  }
76
76
 
77
77
  //#endregion
78
- export { COMMON_ELEMENTS, SELF_CLOSING_TAGS, isSelfClosingTag };
78
+ export { SELF_CLOSING_TAGS as n, isSelfClosingTag as r, COMMON_ELEMENTS as t };
@@ -14,7 +14,7 @@ declare const selfClosingTags: ["area", "base", "br", "col", "embed", "hr", "img
14
14
  * Set of HTML elements that are self-closing (void elements)
15
15
  * These elements cannot have children and don't need closing tags
16
16
  */
17
- declare const SELF_CLOSING_TAGS: Set<"input" | "area" | "base" | "br" | "col" | "embed" | "hr" | "img" | "link" | "meta" | "source" | "track" | "wbr">;
17
+ declare const SELF_CLOSING_TAGS: Set<"area" | "base" | "br" | "col" | "embed" | "hr" | "img" | "input" | "link" | "meta" | "source" | "track" | "wbr">;
18
18
  /**
19
19
  * Common HTML element types for polymorphic components
20
20
  */
@@ -76,4 +76,4 @@ type HTMLElementName = keyof HTMLElementTagNameMap;
76
76
  */
77
77
  type SelfClosingElement = keyof typeof selfClosingTags;
78
78
  //#endregion
79
- export { COMMON_ELEMENTS, HTMLElementName, IN_BROWSER, SELF_CLOSING_TAGS, SUPPORTS_INTERSECTION_OBSERVER, SUPPORTS_MATCH_MEDIA, SUPPORTS_MUTATION_OBSERVER, SUPPORTS_OBSERVER, SUPPORTS_TOUCH, SelfClosingElement, __LOGGER_ENABLED__, isSelfClosingTag, version };
79
+ export { isSelfClosingTag as a, SUPPORTS_MATCH_MEDIA as c, SUPPORTS_TOUCH as d, __LOGGER_ENABLED__ as f, SelfClosingElement as i, SUPPORTS_MUTATION_OBSERVER as l, HTMLElementName as n, IN_BROWSER as o, version as p, SELF_CLOSING_TAGS as r, SUPPORTS_INTERSECTION_OBSERVER as s, COMMON_ELEMENTS as t, SUPPORTS_OBSERVER as u };
@@ -0,0 +1,410 @@
1
+ import { t as DOMElement } from "./index-C_lAPFXS.js";
2
+ import { An as RegistryTicket, Bn as BreakpointsOptions, On as RegistryContext, Pt as HydrationContext, Qn as ContextKey, d as ThemeTicket, s as ThemeContext, zn as BreakpointsContext } from "./index-BoDCUSPn.js";
3
+ import * as vue182 from "vue";
4
+ import { ComputedGetter, InjectionKey, ShallowRef, TemplateRef } from "vue";
5
+
6
+ //#region src/components/Atom/Atom.vue.d.ts
7
+ interface AtomProps {
8
+ as?: DOMElement | null;
9
+ renderless?: boolean;
10
+ }
11
+ interface AtomSlots<T> {
12
+ default: (props: T) => any;
13
+ }
14
+ interface AtomExpose {
15
+ element: TemplateRef<HTMLElement | null>;
16
+ }
17
+ interface AtomPrivateProps extends AtomProps {}
18
+ declare const _default$2: <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<{
19
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & vue182.VNodeProps & vue182.AllowedComponentProps & vue182.ComponentCustomProps, never>, never> & AtomPrivateProps & {}> & vue182.PublicProps;
20
+ expose(exposed: vue182.ShallowUnwrapRef<AtomExpose>): void;
21
+ attrs: any;
22
+ slots: AtomSlots<T>;
23
+ emit: {};
24
+ }>) => vue182.VNode & {
25
+ __ctx?: Awaited<typeof __VLS_setup>;
26
+ };
27
+ type __VLS_PrettifyLocal<T> = { [K in keyof T as K]: T[K] } & {};
28
+ //#endregion
29
+ //#region src/components/Avatar/AvatarFallback.vue.d.ts
30
+ interface AvatarFallbackProps extends AtomProps {}
31
+ //#endregion
32
+ //#region src/components/Avatar/AvatarImage.vue.d.ts
33
+ interface AvatarImageProps extends AtomProps {
34
+ src?: string;
35
+ priority?: number;
36
+ }
37
+ interface AvatarImageEmits {
38
+ load: [e: Event];
39
+ error: [e: Event];
40
+ }
41
+ //#endregion
42
+ //#region src/components/Avatar/AvatarRoot.vue.d.ts
43
+ interface AvatarRootProps extends AtomProps {}
44
+ interface AvatarTicket extends RegistryTicket {
45
+ type: 'image' | 'fallback';
46
+ priority: number;
47
+ status: 'idle' | 'loading' | 'loaded' | 'error';
48
+ isVisible: Readonly<ComputedGetter<boolean>>;
49
+ }
50
+ interface AvatarContext extends RegistryContext<AvatarTicket> {
51
+ reset: () => void;
52
+ }
53
+ declare const useAvatarContext: () => AvatarContext, provideAvatarContext: (context?: AvatarContext | undefined, app?: vue182.App) => AvatarContext, registry: AvatarContext;
54
+ //#endregion
55
+ //#region src/components/Avatar/index.d.ts
56
+ declare const Avatar: {
57
+ Fallback: {
58
+ new (...args: any[]): vue182.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, vue182.PublicProps, {}, false, {}, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, {}, any, vue182.ComponentProvideOptions, {
59
+ P: {};
60
+ B: {};
61
+ D: {};
62
+ C: {};
63
+ M: {};
64
+ Defaults: {};
65
+ }, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
66
+ __isFragment?: never;
67
+ __isTeleport?: never;
68
+ __isSuspense?: never;
69
+ } & vue182.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, vue182.ComponentProvideOptions> & vue182.VNodeProps & vue182.AllowedComponentProps & vue182.ComponentCustomProps & (new () => {
70
+ $slots: {
71
+ default?: (props: {}) => any;
72
+ };
73
+ });
74
+ Image: {
75
+ new (...args: any[]): vue182.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
76
+ onLoad?: ((e: Event) => any) | undefined;
77
+ onError?: ((e: Event) => any) | undefined;
78
+ }>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {
79
+ load: (e: Event) => any;
80
+ error: (e: Event) => any;
81
+ }, vue182.PublicProps, {}, false, {}, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, {}, any, vue182.ComponentProvideOptions, {
82
+ P: {};
83
+ B: {};
84
+ D: {};
85
+ C: {};
86
+ M: {};
87
+ Defaults: {};
88
+ }, Readonly<AvatarImageProps> & Readonly<{
89
+ onLoad?: ((e: Event) => any) | undefined;
90
+ onError?: ((e: Event) => any) | undefined;
91
+ }>, {}, {}, {}, {}, {}>;
92
+ __isFragment?: never;
93
+ __isTeleport?: never;
94
+ __isSuspense?: never;
95
+ } & vue182.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
96
+ onLoad?: ((e: Event) => any) | undefined;
97
+ onError?: ((e: Event) => any) | undefined;
98
+ }>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {
99
+ load: (e: Event) => any;
100
+ error: (e: Event) => any;
101
+ }, string, {}, {}, string, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, vue182.ComponentProvideOptions> & vue182.VNodeProps & vue182.AllowedComponentProps & vue182.ComponentCustomProps & (new () => {
102
+ $slots: {
103
+ default: (props: {
104
+ src: string;
105
+ onError: (e: Event) => void;
106
+ onLoad: (e: Event) => void;
107
+ role: string;
108
+ }) => any;
109
+ };
110
+ });
111
+ Root: {
112
+ new (...args: any[]): vue182.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, vue182.PublicProps, {}, false, {}, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, {}, any, vue182.ComponentProvideOptions, {
113
+ P: {};
114
+ B: {};
115
+ D: {};
116
+ C: {};
117
+ M: {};
118
+ Defaults: {};
119
+ }, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
120
+ __isFragment?: never;
121
+ __isTeleport?: never;
122
+ __isSuspense?: never;
123
+ } & vue182.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, vue182.ComponentProvideOptions> & vue182.VNodeProps & vue182.AllowedComponentProps & vue182.ComponentCustomProps & (new () => {
124
+ $slots: {
125
+ default?: (props: {}) => any;
126
+ };
127
+ });
128
+ };
129
+ //#endregion
130
+ //#region src/components/Breakpoints/BreakpointsItem.vue.d.ts
131
+ interface BreakpointsSlots {
132
+ default: (scope: BreakpointsContext) => any;
133
+ xs?: (scope: BreakpointsContext) => any;
134
+ sm?: (scope: BreakpointsContext) => any;
135
+ md?: (scope: BreakpointsContext) => any;
136
+ lg?: (scope: BreakpointsContext) => any;
137
+ xl?: (scope: BreakpointsContext) => any;
138
+ xxl?: (scope: BreakpointsContext) => any;
139
+ }
140
+ //#endregion
141
+ //#region src/components/Breakpoints/BreakpointsRoot.vue.d.ts
142
+ interface BreakpointsRootProps extends BreakpointsOptions {}
143
+ interface BreakpointsRootSlots {
144
+ default: (scope: BreakpointsContext) => any;
145
+ }
146
+ //#endregion
147
+ //#region src/components/Breakpoints/index.d.ts
148
+ declare const Breakpoints: {
149
+ Item: {
150
+ new (...args: any[]): vue182.CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, vue182.PublicProps, {}, true, {}, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, {}, any, vue182.ComponentProvideOptions, {
151
+ P: {};
152
+ B: {};
153
+ D: {};
154
+ C: {};
155
+ M: {};
156
+ Defaults: {};
157
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
158
+ __isFragment?: never;
159
+ __isTeleport?: never;
160
+ __isSuspense?: never;
161
+ } & vue182.ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, vue182.ComponentProvideOptions> & vue182.VNodeProps & vue182.AllowedComponentProps & vue182.ComponentCustomProps & (new () => {
162
+ $slots: BreakpointsSlots;
163
+ });
164
+ Root: {
165
+ new (...args: any[]): vue182.CreateComponentPublicInstanceWithMixins<Readonly<BreakpointsRootProps> & Readonly<{}>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, vue182.PublicProps, {}, false, {}, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, {}, any, vue182.ComponentProvideOptions, {
166
+ P: {};
167
+ B: {};
168
+ D: {};
169
+ C: {};
170
+ M: {};
171
+ Defaults: {};
172
+ }, Readonly<BreakpointsRootProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
173
+ __isFragment?: never;
174
+ __isTeleport?: never;
175
+ __isSuspense?: never;
176
+ } & vue182.ComponentOptionsBase<Readonly<BreakpointsRootProps> & Readonly<{}>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, vue182.ComponentProvideOptions> & vue182.VNodeProps & vue182.AllowedComponentProps & vue182.ComponentCustomProps & (new () => {
177
+ $slots: BreakpointsRootSlots;
178
+ });
179
+ };
180
+ //#endregion
181
+ //#region src/components/Context/ContextItem.vue.d.ts
182
+ interface ContextSlots<T> {
183
+ default: (props: {
184
+ value: T;
185
+ }) => any;
186
+ }
187
+ //#endregion
188
+ //#region src/components/Context/ContextRoot.vue.d.ts
189
+ interface ContextRootSlots {
190
+ default: () => any;
191
+ }
192
+ //#endregion
193
+ //#region src/components/Context/index.d.ts
194
+ declare const Context: {
195
+ Item: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
196
+ attrs: any;
197
+ emit: {};
198
+ slots: ContextSlots<T>;
199
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
200
+ props: {
201
+ contextKey?: string | vue182.InjectionKey<T> | undefined;
202
+ value?: T | undefined;
203
+ } & vue182.PublicProps;
204
+ expose(exposed: vue182.ShallowUnwrapRef<{}>): void;
205
+ attrs: any;
206
+ slots: ContextSlots<T>;
207
+ emit: {};
208
+ }>) => vue182.VNode & {
209
+ __ctx?: Awaited<typeof __VLS_setup>;
210
+ };
211
+ Root: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
212
+ attrs: any;
213
+ emit: {};
214
+ slots: ContextRootSlots;
215
+ }, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
216
+ props: {
217
+ contextKey: string | vue182.InjectionKey<T>;
218
+ value: T;
219
+ } & vue182.PublicProps;
220
+ expose(exposed: vue182.ShallowUnwrapRef<{}>): void;
221
+ attrs: any;
222
+ slots: ContextRootSlots;
223
+ emit: {};
224
+ }>) => vue182.VNode & {
225
+ __ctx?: Awaited<typeof __VLS_setup>;
226
+ };
227
+ };
228
+ //#endregion
229
+ //#region src/components/Hydration/Hydration.vue.d.ts
230
+ interface HydrationSlots {
231
+ default: (scope: HydrationContext) => any;
232
+ }
233
+ declare const _default$1: __VLS_WithSlots$1<vue182.DefineComponent<{}, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, string, vue182.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue182.ComponentProvideOptions, true, {}, any>, HydrationSlots>;
234
+ type __VLS_WithSlots$1<T, S> = T & {
235
+ new (): {
236
+ $slots: S;
237
+ };
238
+ };
239
+ //#endregion
240
+ //#region src/components/Hydration/HydrationRoot.vue.d.ts
241
+ interface HydrationRootSlots {
242
+ default: (scope: HydrationContext) => any;
243
+ }
244
+ declare const _default: __VLS_WithSlots<vue182.DefineComponent<{}, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, string, vue182.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue182.ComponentProvideOptions, true, {}, any>, HydrationRootSlots>;
245
+ type __VLS_WithSlots<T, S> = T & {
246
+ new (): {
247
+ $slots: S;
248
+ };
249
+ };
250
+ //#endregion
251
+ //#region src/components/Popover/PopoverRoot.vue.d.ts
252
+ interface PopoverContext {
253
+ isSelected: ShallowRef<boolean>;
254
+ id: string;
255
+ toggle: () => void;
256
+ }
257
+ interface PopoverRootProps extends AtomProps {
258
+ id?: string;
259
+ }
260
+ declare const usePopoverContext: (key?: ContextKey<PopoverContext>) => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue182.App) => PopoverContext;
261
+ //#endregion
262
+ //#region src/components/Popover/PopoverAnchor.vue.d.ts
263
+ interface PopoverAnchorProps extends AtomProps {
264
+ target?: string;
265
+ }
266
+ //#endregion
267
+ //#region src/components/Popover/PopoverContent.vue.d.ts
268
+ interface PopoverContentProps extends AtomProps {
269
+ id?: string;
270
+ positionArea?: string;
271
+ positionTry?: string;
272
+ }
273
+ interface PopoverContentEmits {
274
+ beforetoggle: [e: ToggleEvent];
275
+ }
276
+ //#endregion
277
+ //#region src/components/Popover/index.d.ts
278
+ declare const Popover: {
279
+ Root: {
280
+ new (...args: any[]): vue182.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
281
+ modelValue?: boolean;
282
+ }> & Readonly<{
283
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
284
+ }>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {
285
+ "update:modelValue": (value: boolean) => any;
286
+ }, vue182.PublicProps, {}, false, {}, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, {}, any, vue182.ComponentProvideOptions, {
287
+ P: {};
288
+ B: {};
289
+ D: {};
290
+ C: {};
291
+ M: {};
292
+ Defaults: {};
293
+ }, Readonly<PopoverRootProps & {
294
+ modelValue?: boolean;
295
+ }> & Readonly<{
296
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
297
+ }>, {}, {}, {}, {}, {}>;
298
+ __isFragment?: never;
299
+ __isTeleport?: never;
300
+ __isSuspense?: never;
301
+ } & vue182.ComponentOptionsBase<Readonly<PopoverRootProps & {
302
+ modelValue?: boolean;
303
+ }> & Readonly<{
304
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
305
+ }>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {
306
+ "update:modelValue": (value: boolean) => any;
307
+ }, string, {}, {}, string, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, vue182.ComponentProvideOptions> & vue182.VNodeProps & vue182.AllowedComponentProps & vue182.ComponentCustomProps & (new () => {
308
+ $slots: {
309
+ default: (props: {
310
+ id: Readonly<vue182.Ref<string, string>>;
311
+ isSelected: vue182.ModelRef<boolean, string, boolean, boolean>;
312
+ toggle: () => void;
313
+ }) => any;
314
+ };
315
+ });
316
+ Anchor: {
317
+ new (...args: any[]): vue182.CreateComponentPublicInstanceWithMixins<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, vue182.PublicProps, {}, false, {}, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, {}, any, vue182.ComponentProvideOptions, {
318
+ P: {};
319
+ B: {};
320
+ D: {};
321
+ C: {};
322
+ M: {};
323
+ Defaults: {};
324
+ }, Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
325
+ __isFragment?: never;
326
+ __isTeleport?: never;
327
+ __isSuspense?: never;
328
+ } & vue182.ComponentOptionsBase<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, vue182.ComponentProvideOptions> & vue182.VNodeProps & vue182.AllowedComponentProps & vue182.ComponentCustomProps & (new () => {
329
+ $slots: {
330
+ default?: (props: {}) => any;
331
+ };
332
+ });
333
+ Content: {
334
+ new (...args: any[]): vue182.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
335
+ onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
336
+ }>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {
337
+ beforetoggle: (e: ToggleEvent) => any;
338
+ }, vue182.PublicProps, {}, false, {}, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, {}, any, vue182.ComponentProvideOptions, {
339
+ P: {};
340
+ B: {};
341
+ D: {};
342
+ C: {};
343
+ M: {};
344
+ Defaults: {};
345
+ }, Readonly<PopoverContentProps> & Readonly<{
346
+ onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
347
+ }>, {}, {}, {}, {}, {}>;
348
+ __isFragment?: never;
349
+ __isTeleport?: never;
350
+ __isSuspense?: never;
351
+ } & vue182.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
352
+ onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
353
+ }>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {
354
+ beforetoggle: (e: ToggleEvent) => any;
355
+ }, string, {}, {}, string, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, vue182.ComponentProvideOptions> & vue182.VNodeProps & vue182.AllowedComponentProps & vue182.ComponentCustomProps & (new () => {
356
+ $slots: {
357
+ default?: (props: {}) => any;
358
+ };
359
+ });
360
+ };
361
+ //#endregion
362
+ //#region src/components/Theme/ThemeItem.vue.d.ts
363
+ interface ThemeSlots {
364
+ default: (scope: ThemeContext<ThemeTicket>) => any;
365
+ }
366
+ //#endregion
367
+ //#region src/components/Theme/ThemeRoot.vue.d.ts
368
+ interface ThemeRootProps {
369
+ namespace?: string;
370
+ themes?: ThemeTicket[];
371
+ }
372
+ interface ThemeRootSlots {
373
+ default: (scope: ThemeContext<ThemeTicket>) => any;
374
+ }
375
+ //#endregion
376
+ //#region src/components/Theme/index.d.ts
377
+ declare const Theme: {
378
+ Item: {
379
+ new (...args: any[]): vue182.CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, vue182.PublicProps, {}, true, {}, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, {}, any, vue182.ComponentProvideOptions, {
380
+ P: {};
381
+ B: {};
382
+ D: {};
383
+ C: {};
384
+ M: {};
385
+ Defaults: {};
386
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
387
+ __isFragment?: never;
388
+ __isTeleport?: never;
389
+ __isSuspense?: never;
390
+ } & vue182.ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, vue182.ComponentProvideOptions> & vue182.VNodeProps & vue182.AllowedComponentProps & vue182.ComponentCustomProps & (new () => {
391
+ $slots: ThemeSlots;
392
+ });
393
+ Root: {
394
+ new (...args: any[]): vue182.CreateComponentPublicInstanceWithMixins<Readonly<ThemeRootProps> & Readonly<{}>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, vue182.PublicProps, {}, false, {}, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, {}, any, vue182.ComponentProvideOptions, {
395
+ P: {};
396
+ B: {};
397
+ D: {};
398
+ C: {};
399
+ M: {};
400
+ Defaults: {};
401
+ }, Readonly<ThemeRootProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
402
+ __isFragment?: never;
403
+ __isTeleport?: never;
404
+ __isSuspense?: never;
405
+ } & vue182.ComponentOptionsBase<Readonly<ThemeRootProps> & Readonly<{}>, {}, {}, {}, {}, vue182.ComponentOptionsMixin, vue182.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue182.GlobalComponents, vue182.GlobalDirectives, string, vue182.ComponentProvideOptions> & vue182.VNodeProps & vue182.AllowedComponentProps & vue182.ComponentCustomProps & (new () => {
406
+ $slots: ThemeRootSlots;
407
+ });
408
+ };
409
+ //#endregion
410
+ export { AvatarImageEmits as C, AtomProps as D, AtomExpose as E, AtomSlots as O, useAvatarContext as S, AvatarFallbackProps as T, Avatar as _, Popover as a, provideAvatarContext as b, PopoverAnchorProps as c, providePopoverContext as d, usePopoverContext as f, Breakpoints as g, Context as h, ThemeSlots as i, _default$2 as k, PopoverContext as l, _default$1 as m, ThemeRootProps as n, PopoverContentEmits as o, _default as p, ThemeRootSlots as r, PopoverContentProps as s, Theme as t, PopoverRootProps as u, AvatarContext as v, AvatarImageProps as w, registry as x, AvatarRootProps as y };