@vuetify/v0 0.0.11 → 0.0.13

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.
@@ -677,8 +677,8 @@ const SUPPORTS_MATCH_MEDIA = IN_BROWSER && "matchMedia" in window && typeof wind
677
677
  const SUPPORTS_OBSERVER = IN_BROWSER && "ResizeObserver" in window;
678
678
  const SUPPORTS_INTERSECTION_OBSERVER = IN_BROWSER && "IntersectionObserver" in window;
679
679
  const SUPPORTS_MUTATION_OBSERVER = IN_BROWSER && "MutationObserver" in window;
680
- const version = __VERSION__;
681
- const __LOGGER_ENABLED__ = __DEV__ || __VITE_LOGGER_ENABLED__ === "true";
680
+ const version = "0.0.13";
681
+ const __LOGGER_ENABLED__ = false;
682
682
 
683
683
  //#endregion
684
684
  //#region src/composables/useBreakpoints/index.ts
@@ -1372,9 +1372,7 @@ function createLoggerPlugin(_options = {}) {
1372
1372
  provide: (app) => {
1373
1373
  provideLoggerContext(context, app);
1374
1374
  },
1375
- setup: (_app) => {
1376
- if (__DEV__ && IN_BROWSER) window.__v0Logger__ = context;
1377
- }
1375
+ setup: (_app) => {}
1378
1376
  });
1379
1377
  }
1380
1378
  /**
@@ -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-DbBHGczA.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-CHMeCyP_.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,7 +1,7 @@
1
1
  import "../htmlElements-BYo-fMlZ.mjs";
2
2
  import "../utilities-C26nB74O.mjs";
3
- import { a as providePopoverContext, c as ExpansionPanel, i as Popover, l as Avatar, n as Single, o as usePopoverContext, r as Selection, s as Group, t as Step, u as Atom_default } from "../components-DFGu8N2g.mjs";
4
- import "../composables-TCjvMHyU.mjs";
5
- import "../globals-y0mJ6Eg7.mjs";
3
+ import { a as providePopoverContext, c as ExpansionPanel, i as Popover, l as Avatar, n as Single, o as usePopoverContext, r as Selection, s as Group, t as Step, u as Atom_default } from "../components-z-JwOlZj.mjs";
4
+ import "../composables-BbLwk7s2.mjs";
5
+ import "../globals-Dh0BVnN0.mjs";
6
6
 
7
7
  export { Atom_default as Atom, Avatar, ExpansionPanel, Group, Popover, Selection, Single, Step, providePopoverContext, usePopoverContext };
@@ -1,6 +1,6 @@
1
1
  import { r as isSelfClosingTag } from "./htmlElements-BYo-fMlZ.mjs";
2
2
  import { a as isNull, u as isString } from "./utilities-C26nB74O.mjs";
3
- import { At as createContext, Mt as useContext, R as createSingleContext, T as useProxyModel, _ as createStepContext, at as useSelection, it as createSelectionContext, nt as useGroup, tt as createGroupContext, v as useStep, z as useSingle } from "./composables-TCjvMHyU.mjs";
3
+ import { At as createContext, Mt as useContext, R as createSingleContext, T as useProxyModel, _ as createStepContext, at as useSelection, it as createSelectionContext, nt as useGroup, tt as createGroupContext, v as useStep, z as useSingle } from "./composables-BbLwk7s2.mjs";
4
4
  import { computed, createBlock, createCommentVNode, createPropsRestProxy, defineComponent, guardReactiveProps, mergeModels, mergeProps, normalizeProps, normalizeStyle, onMounted, onUnmounted, openBlock, renderSlot, resolveDynamicComponent, toRef, toValue, unref, useAttrs, useId, useModel, useTemplateRef, vShow, watch, withCtx, withDirectives } from "vue";
5
5
 
6
6
  //#region src/components/Atom/Atom.vue
@@ -1,5 +1,5 @@
1
1
  import "../utilities-C26nB74O.mjs";
2
- import { $ as useTokens, A as PermissionAdapter, At as createContext, B as useKeydown, C as useQueue, Ct as createHydrationContext, D as createPermissionsContext, Dt as toArray, E as createPermissions, Et as toReactive, F as useLocale, G as useForm, H as useIntersectionObserver, I as Vuetify0LocaleAdapter, J as createFeaturesContext, K as useFilter, L as createSingle, M as createLocale, Mt as useContext, N as createLocaleContext, O as createPermissionsPlugin, Ot as createTrinity, P as createLocalePlugin, Q as createTokensContext, R as createSingleContext, S as createQueueContext, St as createHydration, T as useProxyModel, Tt as useHydration, U as createForm, V as useElementIntersection, W as createFormContext, X as useFeatures, Y as createFeaturesPlugin, Z as createTokens, _ as createStepContext, _t as useWindowEventListener, a as createThemeContext, at as useSelection, b as useResizeObserver, bt as createBreakpointsPlugin, c as Vuetify0ThemeAdapter, ct as createLogger, d as createStoragePlugin, dt as useLogger, et as createGroup, f as provideStorageContext, ft as Vuetify0LoggerAdapter, g as createStep, gt as useEventListener, h as MemoryAdapter, ht as useDocumentEventListener, i as createTheme, it as createSelectionContext, j as useMutationObserver, jt as provideContext, k as usePermissions, kt as createPlugin, l as createStorage, lt as createLoggerContext, m as useStorageContext, mt as ConsolaLoggerAdapter, n as createTimelineContext, nt as useGroup, o as createThemePlugin, ot as createRegistryContext, p as useStorage, pt as PinoLoggerAdapter, q as createFeatures, r as useTimeline, rt as createSelection, s as useTheme, st as useRegistry, t as createTimeline, tt as createGroupContext, u as createStorageContext, ut as createLoggerPlugin, v as useStep, vt as createBreakpoints, w as useProxyRegistry, wt as createHydrationPlugin, x as createQueue, xt as useBreakpoints, y as useElementSize, yt as createBreakpointsContext, z as useSingle } from "../composables-TCjvMHyU.mjs";
3
- import "../globals-y0mJ6Eg7.mjs";
2
+ import { $ as useTokens, A as PermissionAdapter, At as createContext, B as useKeydown, C as useQueue, Ct as createHydrationContext, D as createPermissionsContext, Dt as toArray, E as createPermissions, Et as toReactive, F as useLocale, G as useForm, H as useIntersectionObserver, I as Vuetify0LocaleAdapter, J as createFeaturesContext, K as useFilter, L as createSingle, M as createLocale, Mt as useContext, N as createLocaleContext, O as createPermissionsPlugin, Ot as createTrinity, P as createLocalePlugin, Q as createTokensContext, R as createSingleContext, S as createQueueContext, St as createHydration, T as useProxyModel, Tt as useHydration, U as createForm, V as useElementIntersection, W as createFormContext, X as useFeatures, Y as createFeaturesPlugin, Z as createTokens, _ as createStepContext, _t as useWindowEventListener, a as createThemeContext, at as useSelection, b as useResizeObserver, bt as createBreakpointsPlugin, c as Vuetify0ThemeAdapter, ct as createLogger, d as createStoragePlugin, dt as useLogger, et as createGroup, f as provideStorageContext, ft as Vuetify0LoggerAdapter, g as createStep, gt as useEventListener, h as MemoryAdapter, ht as useDocumentEventListener, i as createTheme, it as createSelectionContext, j as useMutationObserver, jt as provideContext, k as usePermissions, kt as createPlugin, l as createStorage, lt as createLoggerContext, m as useStorageContext, mt as ConsolaLoggerAdapter, n as createTimelineContext, nt as useGroup, o as createThemePlugin, ot as createRegistryContext, p as useStorage, pt as PinoLoggerAdapter, q as createFeatures, r as useTimeline, rt as createSelection, s as useTheme, st as useRegistry, t as createTimeline, tt as createGroupContext, u as createStorageContext, ut as createLoggerPlugin, v as useStep, vt as createBreakpoints, w as useProxyRegistry, wt as createHydrationPlugin, x as createQueue, xt as useBreakpoints, y as useElementSize, yt as createBreakpointsContext, z as useSingle } from "../composables-BbLwk7s2.mjs";
3
+ import "../globals-Dh0BVnN0.mjs";
4
4
 
5
5
  export { ConsolaLoggerAdapter, MemoryAdapter, PermissionAdapter, PinoLoggerAdapter, Vuetify0LocaleAdapter, Vuetify0LoggerAdapter, Vuetify0ThemeAdapter, createBreakpoints, createBreakpointsContext, createBreakpointsPlugin, createContext, createFeatures, createFeaturesContext, createFeaturesPlugin, createForm, createFormContext, createGroup, createGroupContext, createHydration, createHydrationContext, createHydrationPlugin, createLocale, createLocaleContext, createLocalePlugin, createLogger, createLoggerContext, createLoggerPlugin, createPermissions, createPermissionsContext, createPermissionsPlugin, createPlugin, createQueue, createQueueContext, createRegistryContext, createSelection, createSelectionContext, createSingle, createSingleContext, createStep, createStepContext, createStorage, createStorageContext, createStoragePlugin, createTheme, createThemeContext, createThemePlugin, createTimeline, createTimelineContext, createTokens, createTokensContext, createTrinity, provideContext, provideStorageContext, toArray, toReactive, useBreakpoints, useContext, useDocumentEventListener, useElementIntersection, useElementSize, useEventListener, useFeatures, useFilter, useForm, useGroup, useHydration, useIntersectionObserver, useKeydown, useLocale, useLogger, useMutationObserver, usePermissions, useProxyModel, useProxyRegistry, useQueue, useRegistry, useResizeObserver, useSelection, useSingle, useStep, useStorage, useStorageContext, useTheme, useTimeline, useTokens, useWindowEventListener };
@@ -1,5 +1,5 @@
1
1
  import { a as isNull, c as isObject, d as isUndefined, f as mergeDeep, i as isFunction, n as isArray, o as isNullOrUndefined, r as isBoolean, s as isNumber, t as genId, u as isString } from "./utilities-C26nB74O.mjs";
2
- import { a as SUPPORTS_OBSERVER, i as SUPPORTS_MUTATION_OBSERVER, n as SUPPORTS_INTERSECTION_OBSERVER, s as __LOGGER_ENABLED__, t as IN_BROWSER } from "./globals-y0mJ6Eg7.mjs";
2
+ import { a as SUPPORTS_OBSERVER, i as SUPPORTS_MUTATION_OBSERVER, n as SUPPORTS_INTERSECTION_OBSERVER, s as __LOGGER_ENABLED__, t as IN_BROWSER } from "./globals-Dh0BVnN0.mjs";
3
3
  import { computed, getCurrentInstance, getCurrentScope, inject, isRef, onMounted, onScopeDispose, onUnmounted, provide, reactive, readonly, ref, shallowReactive, shallowReadonly, shallowRef, toRef, toValue, unref, watch } from "vue";
4
4
 
5
5
  //#region src/composables/createContext/index.ts
@@ -1190,7 +1190,7 @@ function createLoggerPlugin(_options = {}) {
1190
1190
  provideLoggerContext(context, app);
1191
1191
  },
1192
1192
  setup: (_app) => {
1193
- if (__DEV__ && IN_BROWSER) window.__v0Logger__ = context;
1193
+ if (process.env.NODE_ENV !== "production" && IN_BROWSER) window.__v0Logger__ = context;
1194
1194
  }
1195
1195
  });
1196
1196
  }
@@ -1,5 +1,5 @@
1
1
  import { n as SELF_CLOSING_TAGS, r as isSelfClosingTag, t as COMMON_ELEMENTS } from "../htmlElements-BYo-fMlZ.mjs";
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-y0mJ6Eg7.mjs";
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-Dh0BVnN0.mjs";
3
3
  import "../constants-Xfszzyok.mjs";
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 = __VERSION__;
9
- const __LOGGER_ENABLED__ = __DEV__ || __VITE_LOGGER_ENABLED__ === "true";
8
+ const version = "0.0.13";
9
+ const __LOGGER_ENABLED__ = process.env.NODE_ENV !== "production" || process.env.VITE_LOGGER_ENABLED === "true";
10
10
 
11
11
  //#endregion
12
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 };
@@ -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 vue233 from "vue";
3
+ import * as vue255 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> & vue233.PublicProps;
44
- expose: (exposed: vue233.ShallowUnwrapRef<AtomExpose>) => void;
43
+ props: __VLS_PrettifyLocal<AtomPrivateProps> & vue255.PublicProps;
44
+ expose: (exposed: vue255.ShallowUnwrapRef<AtomExpose>) => void;
45
45
  attrs: any;
46
46
  slots: AtomSlots<T>;
47
47
  emit: {};
48
- }>) => vue233.VNode & {
48
+ }>) => vue255.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[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
83
+ new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, vue255.PublicProps, {}, false, {}, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, {}, any, vue255.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
- } & 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 () => {
94
+ } & vue255.ComponentOptionsBase<Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, vue255.ComponentProvideOptions> & vue255.VNodeProps & vue255.AllowedComponentProps & vue255.ComponentCustomProps & (new () => {
95
95
  $slots: {
96
96
  default?: (props: {}) => any;
97
97
  };
98
98
  });
99
99
  Image: {
100
- new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
100
+ new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
101
101
  onLoad?: ((e: Event) => any) | undefined;
102
102
  onError?: ((e: Event) => any) | undefined;
103
- }>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {
103
+ }>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {
104
104
  load: (e: Event) => any;
105
105
  error: (e: Event) => any;
106
- }, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
106
+ }, vue255.PublicProps, {}, false, {}, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, {}, any, vue255.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
- } & vue233.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
120
+ } & vue255.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
121
121
  onLoad?: ((e: Event) => any) | undefined;
122
122
  onError?: ((e: Event) => any) | undefined;
123
- }>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {
123
+ }>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {
124
124
  load: (e: Event) => any;
125
125
  error: (e: Event) => any;
126
- }, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
126
+ }, string, {}, {}, string, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, vue255.ComponentProvideOptions> & vue255.VNodeProps & vue255.AllowedComponentProps & vue255.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[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
137
+ new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, vue255.PublicProps, {}, false, {}, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, {}, any, vue255.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
- } & 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 () => {
148
+ } & vue255.ComponentOptionsBase<Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, vue255.ComponentProvideOptions> & vue255.VNodeProps & vue255.AllowedComponentProps & vue255.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
- } & vue233.PublicProps;
284
+ } & vue255.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
- }>) => vue233.VNode & {
291
+ }>) => vue255.VNode & {
292
292
  __ctx?: Awaited<typeof __VLS_setup>;
293
293
  };
294
294
  Item: {
295
- new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelItemProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
295
+ new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelItemProps> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, vue255.PublicProps, {}, false, {}, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, {}, any, vue255.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
- } & 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 () => {
306
+ } & vue255.ComponentOptionsBase<Readonly<ExpansionPanelItemProps> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, vue255.ComponentProvideOptions> & vue255.VNodeProps & vue255.AllowedComponentProps & vue255.ComponentCustomProps & (new () => {
307
307
  $slots: {
308
308
  default: () => any;
309
309
  };
310
310
  });
311
311
  Activator: {
312
- new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
312
+ new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, vue255.PublicProps, {}, false, {}, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, {}, any, vue255.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
- } & 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 () => {
323
+ } & vue255.ComponentOptionsBase<Readonly<ExpansionPanelActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, vue255.ComponentProvideOptions> & vue255.VNodeProps & vue255.AllowedComponentProps & vue255.ComponentCustomProps & (new () => {
324
324
  $slots: {
325
325
  default: (props: ExpansionPanelActivatorSlotProps) => any;
326
326
  };
327
327
  });
328
328
  Content: {
329
- new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
329
+ new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, vue255.PublicProps, {}, false, {}, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, {}, any, vue255.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
- } & 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 () => {
340
+ } & vue255.ComponentOptionsBase<Readonly<ExpansionPanelContentProps> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, vue255.ComponentProvideOptions> & vue255.VNodeProps & vue255.AllowedComponentProps & vue255.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
- } & vue233.PublicProps;
369
+ } & vue255.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
- }>) => vue233.VNode & {
382
+ }>) => vue255.VNode & {
383
383
  __ctx?: Awaited<typeof __VLS_setup>;
384
384
  };
385
385
  Item: {
386
- new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<{
386
+ new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<{
387
387
  label?: string;
388
388
  id?: string;
389
- disabled?: vue233.MaybeRef<boolean>;
389
+ disabled?: vue255.MaybeRef<boolean>;
390
390
  value?: any;
391
391
  namespace?: string;
392
- }> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
392
+ }> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, vue255.PublicProps, {}, false, {}, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, {}, any, vue255.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?: vue233.MaybeRef<boolean>;
402
+ disabled?: vue255.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
- } & vue233.ComponentOptionsBase<Readonly<{
409
+ } & vue255.ComponentOptionsBase<Readonly<{
410
410
  label?: string;
411
411
  id?: string;
412
- disabled?: vue233.MaybeRef<boolean>;
412
+ disabled?: vue255.MaybeRef<boolean>;
413
413
  value?: any;
414
414
  namespace?: string;
415
- }> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
415
+ }> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, vue255.ComponentProvideOptions> & vue255.VNodeProps & vue255.AllowedComponentProps & vue255.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?: vue233.App) => PopoverContext;
442
+ declare const usePopoverContext: (key?: ContextKey<PopoverContext>) => PopoverContext, providePopoverContext: (context: PopoverContext, app?: vue255.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[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
462
+ new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
463
463
  modelValue?: boolean;
464
464
  }> & Readonly<{
465
465
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
466
- }>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {
466
+ }>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {
467
467
  "update:modelValue": (value: boolean) => any;
468
- }, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
468
+ }, vue255.PublicProps, {}, false, {}, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, {}, any, vue255.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
- } & vue233.ComponentOptionsBase<Readonly<PopoverRootProps & {
483
+ } & vue255.ComponentOptionsBase<Readonly<PopoverRootProps & {
484
484
  modelValue?: boolean;
485
485
  }> & Readonly<{
486
486
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
487
- }>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {
487
+ }>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {
488
488
  "update:modelValue": (value: boolean) => any;
489
- }, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
489
+ }, string, {}, {}, string, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, vue255.ComponentProvideOptions> & vue255.VNodeProps & vue255.AllowedComponentProps & vue255.ComponentCustomProps & (new () => {
490
490
  $slots: {
491
491
  default: (props: {
492
- id: Readonly<vue233.Ref<string, string>>;
493
- isSelected: vue233.ModelRef<boolean, string, boolean, boolean>;
492
+ id: Readonly<vue255.Ref<string, string>>;
493
+ isSelected: vue255.ModelRef<boolean, string, boolean, boolean>;
494
494
  toggle: () => void;
495
495
  }) => any;
496
496
  };
497
497
  });
498
498
  Anchor: {
499
- new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
499
+ new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, vue255.PublicProps, {}, false, {}, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, {}, any, vue255.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
- } & 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 () => {
510
+ } & vue255.ComponentOptionsBase<Readonly<PopoverAnchorProps> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, vue255.ComponentProvideOptions> & vue255.VNodeProps & vue255.AllowedComponentProps & vue255.ComponentCustomProps & (new () => {
511
511
  $slots: {
512
512
  default?: (props: {}) => any;
513
513
  };
514
514
  });
515
515
  Content: {
516
- new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
516
+ new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
517
517
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
518
- }>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {
518
+ }>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {
519
519
  beforetoggle: (e: ToggleEvent) => any;
520
- }, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
520
+ }, vue255.PublicProps, {}, false, {}, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, {}, any, vue255.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
- } & vue233.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
533
+ } & vue255.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
534
534
  onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
535
- }>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {
535
+ }>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {
536
536
  beforetoggle: (e: ToggleEvent) => any;
537
- }, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
537
+ }, string, {}, {}, string, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, vue255.ComponentProvideOptions> & vue255.VNodeProps & vue255.AllowedComponentProps & vue255.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
- } & vue233.PublicProps;
568
+ } & vue255.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
- }>) => vue233.VNode & {
582
+ }>) => vue255.VNode & {
583
583
  __ctx?: Awaited<typeof __VLS_setup>;
584
584
  };
585
585
  Item: {
586
- new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<{
586
+ new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<{
587
587
  label?: string;
588
588
  id?: string;
589
- disabled?: vue233.MaybeRef<boolean>;
589
+ disabled?: vue255.MaybeRef<boolean>;
590
590
  value?: any;
591
591
  namespace?: string;
592
- }> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
592
+ }> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, vue255.PublicProps, {}, false, {}, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, {}, any, vue255.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?: vue233.MaybeRef<boolean>;
602
+ disabled?: vue255.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
- } & vue233.ComponentOptionsBase<Readonly<{
609
+ } & vue255.ComponentOptionsBase<Readonly<{
610
610
  label?: string;
611
611
  id?: string;
612
- disabled?: vue233.MaybeRef<boolean>;
612
+ disabled?: vue255.MaybeRef<boolean>;
613
613
  value?: any;
614
614
  namespace?: string;
615
- }> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
615
+ }> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, vue255.ComponentProvideOptions> & vue255.VNodeProps & vue255.AllowedComponentProps & vue255.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
- } & vue233.PublicProps;
655
+ } & vue255.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
- }>) => vue233.VNode & {
668
+ }>) => vue255.VNode & {
669
669
  __ctx?: Awaited<typeof __VLS_setup>;
670
670
  };
671
671
  Item: {
672
- new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<{
672
+ new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<{
673
673
  label?: string;
674
674
  id?: string;
675
- disabled?: vue233.MaybeRef<boolean>;
675
+ disabled?: vue255.MaybeRef<boolean>;
676
676
  value?: any;
677
677
  namespace?: string;
678
- }> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
678
+ }> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, vue255.PublicProps, {}, false, {}, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, {}, any, vue255.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?: vue233.MaybeRef<boolean>;
688
+ disabled?: vue255.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
- } & vue233.ComponentOptionsBase<Readonly<{
695
+ } & vue255.ComponentOptionsBase<Readonly<{
696
696
  label?: string;
697
697
  id?: string;
698
- disabled?: vue233.MaybeRef<boolean>;
698
+ disabled?: vue255.MaybeRef<boolean>;
699
699
  value?: any;
700
700
  namespace?: string;
701
- }> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
701
+ }> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, vue255.ComponentProvideOptions> & vue255.VNodeProps & vue255.AllowedComponentProps & vue255.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
- } & vue233.PublicProps;
746
+ } & vue255.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
- }>) => vue233.VNode & {
764
+ }>) => vue255.VNode & {
765
765
  __ctx?: Awaited<typeof __VLS_setup>;
766
766
  };
767
767
  Item: {
768
- new (...args: any[]): vue233.CreateComponentPublicInstanceWithMixins<Readonly<{
768
+ new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<{
769
769
  label?: string;
770
770
  id?: string;
771
- disabled?: vue233.MaybeRef<boolean>;
771
+ disabled?: vue255.MaybeRef<boolean>;
772
772
  value?: any;
773
773
  namespace?: string;
774
- }> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, vue233.PublicProps, {}, false, {}, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, {}, any, vue233.ComponentProvideOptions, {
774
+ }> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, vue255.PublicProps, {}, false, {}, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, {}, any, vue255.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?: vue233.MaybeRef<boolean>;
784
+ disabled?: vue255.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
- } & vue233.ComponentOptionsBase<Readonly<{
791
+ } & vue255.ComponentOptionsBase<Readonly<{
792
792
  label?: string;
793
793
  id?: string;
794
- disabled?: vue233.MaybeRef<boolean>;
794
+ disabled?: vue255.MaybeRef<boolean>;
795
795
  value?: any;
796
796
  namespace?: string;
797
- }> & Readonly<{}>, {}, {}, {}, {}, vue233.ComponentOptionsMixin, vue233.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue233.GlobalComponents, vue233.GlobalDirectives, string, vue233.ComponentProvideOptions> & vue233.VNodeProps & vue233.AllowedComponentProps & vue233.ComponentCustomProps & (new () => {
797
+ }> & Readonly<{}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, vue255.ComponentProvideOptions> & vue255.VNodeProps & vue255.AllowedComponentProps & vue255.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-DbBHGczA.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-CHMeCyP_.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/dist/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import { n as SELF_CLOSING_TAGS, r as isSelfClosingTag, t as COMMON_ELEMENTS } from "./htmlElements-BYo-fMlZ.mjs";
2
2
  import { a as isNull, c as isObject, d as isUndefined, f as mergeDeep, i as isFunction, l as isPrimitive, n as isArray, o as isNullOrUndefined, r as isBoolean, s as isNumber, t as genId, u as isString } from "./utilities-C26nB74O.mjs";
3
- import { a as providePopoverContext, c as ExpansionPanel, i as Popover, l as Avatar, n as Single, o as usePopoverContext, r as Selection, s as Group, t as Step, u as Atom_default } from "./components-DFGu8N2g.mjs";
4
- import { $ as useTokens, A as PermissionAdapter, At as createContext, B as useKeydown, C as useQueue, Ct as createHydrationContext, D as createPermissionsContext, Dt as toArray, E as createPermissions, Et as toReactive, F as useLocale, G as useForm, H as useIntersectionObserver, I as Vuetify0LocaleAdapter, J as createFeaturesContext, K as useFilter, L as createSingle, M as createLocale, Mt as useContext, N as createLocaleContext, O as createPermissionsPlugin, Ot as createTrinity, P as createLocalePlugin, Q as createTokensContext, R as createSingleContext, S as createQueueContext, St as createHydration, T as useProxyModel, Tt as useHydration, U as createForm, V as useElementIntersection, W as createFormContext, X as useFeatures, Y as createFeaturesPlugin, Z as createTokens, _ as createStepContext, _t as useWindowEventListener, a as createThemeContext, at as useSelection, b as useResizeObserver, bt as createBreakpointsPlugin, c as Vuetify0ThemeAdapter, ct as createLogger, d as createStoragePlugin, dt as useLogger, et as createGroup, f as provideStorageContext, ft as Vuetify0LoggerAdapter, g as createStep, gt as useEventListener, h as MemoryAdapter, ht as useDocumentEventListener, i as createTheme, it as createSelectionContext, j as useMutationObserver, jt as provideContext, k as usePermissions, kt as createPlugin, l as createStorage, lt as createLoggerContext, m as useStorageContext, mt as ConsolaLoggerAdapter, n as createTimelineContext, nt as useGroup, o as createThemePlugin, ot as createRegistryContext, p as useStorage, pt as PinoLoggerAdapter, q as createFeatures, r as useTimeline, rt as createSelection, s as useTheme, st as useRegistry, t as createTimeline, tt as createGroupContext, u as createStorageContext, ut as createLoggerPlugin, v as useStep, vt as createBreakpoints, w as useProxyRegistry, wt as createHydrationPlugin, x as createQueue, xt as useBreakpoints, y as useElementSize, yt as createBreakpointsContext, z as useSingle } from "./composables-TCjvMHyU.mjs";
5
- 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-y0mJ6Eg7.mjs";
3
+ import { a as providePopoverContext, c as ExpansionPanel, i as Popover, l as Avatar, n as Single, o as usePopoverContext, r as Selection, s as Group, t as Step, u as Atom_default } from "./components-z-JwOlZj.mjs";
4
+ import { $ as useTokens, A as PermissionAdapter, At as createContext, B as useKeydown, C as useQueue, Ct as createHydrationContext, D as createPermissionsContext, Dt as toArray, E as createPermissions, Et as toReactive, F as useLocale, G as useForm, H as useIntersectionObserver, I as Vuetify0LocaleAdapter, J as createFeaturesContext, K as useFilter, L as createSingle, M as createLocale, Mt as useContext, N as createLocaleContext, O as createPermissionsPlugin, Ot as createTrinity, P as createLocalePlugin, Q as createTokensContext, R as createSingleContext, S as createQueueContext, St as createHydration, T as useProxyModel, Tt as useHydration, U as createForm, V as useElementIntersection, W as createFormContext, X as useFeatures, Y as createFeaturesPlugin, Z as createTokens, _ as createStepContext, _t as useWindowEventListener, a as createThemeContext, at as useSelection, b as useResizeObserver, bt as createBreakpointsPlugin, c as Vuetify0ThemeAdapter, ct as createLogger, d as createStoragePlugin, dt as useLogger, et as createGroup, f as provideStorageContext, ft as Vuetify0LoggerAdapter, g as createStep, gt as useEventListener, h as MemoryAdapter, ht as useDocumentEventListener, i as createTheme, it as createSelectionContext, j as useMutationObserver, jt as provideContext, k as usePermissions, kt as createPlugin, l as createStorage, lt as createLoggerContext, m as useStorageContext, mt as ConsolaLoggerAdapter, n as createTimelineContext, nt as useGroup, o as createThemePlugin, ot as createRegistryContext, p as useStorage, pt as PinoLoggerAdapter, q as createFeatures, r as useTimeline, rt as createSelection, s as useTheme, st as useRegistry, t as createTimeline, tt as createGroupContext, u as createStorageContext, ut as createLoggerPlugin, v as useStep, vt as createBreakpoints, w as useProxyRegistry, wt as createHydrationPlugin, x as createQueue, xt as useBreakpoints, y as useElementSize, yt as createBreakpointsContext, z as useSingle } from "./composables-BbLwk7s2.mjs";
5
+ 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-Dh0BVnN0.mjs";
6
6
  import "./constants-Xfszzyok.mjs";
7
7
 
8
8
  export { Atom_default as Atom, Avatar, COMMON_ELEMENTS, ConsolaLoggerAdapter, ExpansionPanel, Group, IN_BROWSER, MemoryAdapter, PermissionAdapter, PinoLoggerAdapter, Popover, SELF_CLOSING_TAGS, SUPPORTS_INTERSECTION_OBSERVER, SUPPORTS_MATCH_MEDIA, SUPPORTS_MUTATION_OBSERVER, SUPPORTS_OBSERVER, SUPPORTS_TOUCH, Selection, Single, Step, Vuetify0LocaleAdapter, Vuetify0LoggerAdapter, Vuetify0ThemeAdapter, __LOGGER_ENABLED__, createBreakpoints, createBreakpointsContext, createBreakpointsPlugin, createContext, createFeatures, createFeaturesContext, createFeaturesPlugin, createForm, createFormContext, createGroup, createGroupContext, createHydration, createHydrationContext, createHydrationPlugin, createLocale, createLocaleContext, createLocalePlugin, createLogger, createLoggerContext, createLoggerPlugin, createPermissions, createPermissionsContext, createPermissionsPlugin, createPlugin, createQueue, createQueueContext, createRegistryContext, createSelection, createSelectionContext, createSingle, createSingleContext, createStep, createStepContext, createStorage, createStorageContext, createStoragePlugin, createTheme, createThemeContext, createThemePlugin, createTimeline, createTimelineContext, createTokens, createTokensContext, createTrinity, genId, isArray, isBoolean, isFunction, isNull, isNullOrUndefined, isNumber, isObject, isPrimitive, isSelfClosingTag, isString, isUndefined, mergeDeep, provideContext, providePopoverContext, provideStorageContext, toArray, toReactive, useBreakpoints, useContext, useDocumentEventListener, useElementIntersection, useElementSize, useEventListener, useFeatures, useFilter, useForm, useGroup, useHydration, useIntersectionObserver, useKeydown, useLocale, useLogger, useMutationObserver, usePermissions, usePopoverContext, useProxyModel, useProxyRegistry, useQueue, useRegistry, useResizeObserver, useSelection, useSingle, useStep, useStorage, useStorageContext, useTheme, useTimeline, useTokens, useWindowEventListener, version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/v0",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "Vuetify0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.mjs",