@vuetify/v0 0.0.12 → 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.
- package/dist/browser/index.js +3 -9
- package/dist/components/index.d.mts +1 -1
- package/dist/components/index.mjs +3 -3
- package/dist/{components-DVrokfRV.mjs → components-z-JwOlZj.mjs} +1 -1
- package/dist/composables/index.mjs +2 -2
- package/dist/{composables-DPGcU5DA.mjs → composables-BbLwk7s2.mjs} +2 -2
- package/dist/constants/index.d.mts +1 -1
- package/dist/constants/index.mjs +1 -1
- package/dist/{globals-Biv6d4se.mjs → globals-Dh0BVnN0.mjs} +2 -6
- package/dist/{index-DAJpY4Lp.d.mts → index-8AIxAM2d.d.mts} +1 -1
- package/dist/{index-CmnXGXYp.d.mts → index-CHMeCyP_.d.mts} +80 -80
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/browser/index.js
CHANGED
|
@@ -669,10 +669,6 @@ function useHydration(namespace = "v0:hydration") {
|
|
|
669
669
|
return useContext(namespace);
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
-
//#endregion
|
|
673
|
-
//#region package.json
|
|
674
|
-
var version$1 = "0.0.12";
|
|
675
|
-
|
|
676
672
|
//#endregion
|
|
677
673
|
//#region src/constants/globals.ts
|
|
678
674
|
const IN_BROWSER = typeof window !== "undefined";
|
|
@@ -681,8 +677,8 @@ const SUPPORTS_MATCH_MEDIA = IN_BROWSER && "matchMedia" in window && typeof wind
|
|
|
681
677
|
const SUPPORTS_OBSERVER = IN_BROWSER && "ResizeObserver" in window;
|
|
682
678
|
const SUPPORTS_INTERSECTION_OBSERVER = IN_BROWSER && "IntersectionObserver" in window;
|
|
683
679
|
const SUPPORTS_MUTATION_OBSERVER = IN_BROWSER && "MutationObserver" in window;
|
|
684
|
-
const version =
|
|
685
|
-
const __LOGGER_ENABLED__ =
|
|
680
|
+
const version = "0.0.13";
|
|
681
|
+
const __LOGGER_ENABLED__ = false;
|
|
686
682
|
|
|
687
683
|
//#endregion
|
|
688
684
|
//#region src/composables/useBreakpoints/index.ts
|
|
@@ -1376,9 +1372,7 @@ function createLoggerPlugin(_options = {}) {
|
|
|
1376
1372
|
provide: (app) => {
|
|
1377
1373
|
provideLoggerContext(context, app);
|
|
1378
1374
|
},
|
|
1379
|
-
setup: (_app) => {
|
|
1380
|
-
if (__DEV__ && IN_BROWSER) window.__v0Logger__ = context;
|
|
1381
|
-
}
|
|
1375
|
+
setup: (_app) => {}
|
|
1382
1376
|
});
|
|
1383
1377
|
}
|
|
1384
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-
|
|
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-
|
|
4
|
-
import "../composables-
|
|
5
|
-
import "../globals-
|
|
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-
|
|
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-
|
|
3
|
-
import "../globals-
|
|
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-
|
|
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 (
|
|
1193
|
+
if (process.env.NODE_ENV !== "production" && IN_BROWSER) window.__v0Logger__ = context;
|
|
1194
1194
|
}
|
|
1195
1195
|
});
|
|
1196
1196
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
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-
|
|
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-8AIxAM2d.mjs";
|
|
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 };
|
package/dist/constants/index.mjs
CHANGED
|
@@ -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-
|
|
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 };
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
//#region package.json
|
|
2
|
-
var version$1 = "0.0.12";
|
|
3
|
-
|
|
4
|
-
//#endregion
|
|
5
1
|
//#region src/constants/globals.ts
|
|
6
2
|
const IN_BROWSER = typeof window !== "undefined";
|
|
7
3
|
const SUPPORTS_TOUCH = IN_BROWSER && ("ontouchstart" in window || window.navigator.maxTouchPoints > 0);
|
|
@@ -9,8 +5,8 @@ const SUPPORTS_MATCH_MEDIA = IN_BROWSER && "matchMedia" in window && typeof wind
|
|
|
9
5
|
const SUPPORTS_OBSERVER = IN_BROWSER && "ResizeObserver" in window;
|
|
10
6
|
const SUPPORTS_INTERSECTION_OBSERVER = IN_BROWSER && "IntersectionObserver" in window;
|
|
11
7
|
const SUPPORTS_MUTATION_OBSERVER = IN_BROWSER && "MutationObserver" in window;
|
|
12
|
-
const version =
|
|
13
|
-
const __LOGGER_ENABLED__ =
|
|
8
|
+
const version = "0.0.13";
|
|
9
|
+
const __LOGGER_ENABLED__ = process.env.NODE_ENV !== "production" || process.env.VITE_LOGGER_ENABLED === "true";
|
|
14
10
|
|
|
15
11
|
//#endregion
|
|
16
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 };
|
|
@@ -5,7 +5,7 @@ declare const SUPPORTS_MATCH_MEDIA: boolean;
|
|
|
5
5
|
declare const SUPPORTS_OBSERVER: boolean;
|
|
6
6
|
declare const SUPPORTS_INTERSECTION_OBSERVER: boolean;
|
|
7
7
|
declare const SUPPORTS_MUTATION_OBSERVER: boolean;
|
|
8
|
-
declare const version:
|
|
8
|
+
declare const version: any;
|
|
9
9
|
declare const __LOGGER_ENABLED__: any;
|
|
10
10
|
//#endregion
|
|
11
11
|
//#region src/constants/htmlElements.d.ts
|
|
@@ -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 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> &
|
|
44
|
-
expose: (exposed:
|
|
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
|
-
}>) =>
|
|
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[]):
|
|
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
|
-
} &
|
|
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[]):
|
|
101
|
-
onError?: ((e: Event) => any) | undefined;
|
|
100
|
+
new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<AvatarImageProps> & Readonly<{
|
|
102
101
|
onLoad?: ((e: Event) => any) | undefined;
|
|
103
|
-
|
|
104
|
-
|
|
102
|
+
onError?: ((e: Event) => any) | undefined;
|
|
103
|
+
}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {
|
|
105
104
|
load: (e: Event) => any;
|
|
106
|
-
|
|
105
|
+
error: (e: Event) => any;
|
|
106
|
+
}, vue255.PublicProps, {}, false, {}, {}, vue255.GlobalComponents, vue255.GlobalDirectives, string, {}, any, vue255.ComponentProvideOptions, {
|
|
107
107
|
P: {};
|
|
108
108
|
B: {};
|
|
109
109
|
D: {};
|
|
@@ -111,19 +111,19 @@ declare const Avatar: {
|
|
|
111
111
|
M: {};
|
|
112
112
|
Defaults: {};
|
|
113
113
|
}, Readonly<AvatarImageProps> & Readonly<{
|
|
114
|
-
onError?: ((e: Event) => any) | undefined;
|
|
115
114
|
onLoad?: ((e: Event) => any) | undefined;
|
|
115
|
+
onError?: ((e: Event) => any) | undefined;
|
|
116
116
|
}>, {}, {}, {}, {}, {}>;
|
|
117
117
|
__isFragment?: never;
|
|
118
118
|
__isTeleport?: never;
|
|
119
119
|
__isSuspense?: never;
|
|
120
|
-
} &
|
|
121
|
-
onError?: ((e: Event) => any) | undefined;
|
|
120
|
+
} & vue255.ComponentOptionsBase<Readonly<AvatarImageProps> & Readonly<{
|
|
122
121
|
onLoad?: ((e: Event) => any) | undefined;
|
|
123
|
-
|
|
124
|
-
|
|
122
|
+
onError?: ((e: Event) => any) | undefined;
|
|
123
|
+
}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {
|
|
125
124
|
load: (e: Event) => any;
|
|
126
|
-
|
|
125
|
+
error: (e: Event) => any;
|
|
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[]):
|
|
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
|
-
} &
|
|
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
|
-
} &
|
|
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
|
-
}>) =>
|
|
291
|
+
}>) => vue255.VNode & {
|
|
292
292
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
293
293
|
};
|
|
294
294
|
Item: {
|
|
295
|
-
new (...args: any[]):
|
|
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
|
-
} &
|
|
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[]):
|
|
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
|
-
} &
|
|
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[]):
|
|
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
|
-
} &
|
|
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
|
-
} &
|
|
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
|
-
}>) =>
|
|
382
|
+
}>) => vue255.VNode & {
|
|
383
383
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
384
384
|
};
|
|
385
385
|
Item: {
|
|
386
|
-
new (...args: any[]):
|
|
386
|
+
new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
387
387
|
label?: string;
|
|
388
388
|
id?: string;
|
|
389
|
-
disabled?:
|
|
389
|
+
disabled?: vue255.MaybeRef<boolean>;
|
|
390
390
|
value?: any;
|
|
391
391
|
namespace?: string;
|
|
392
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
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?:
|
|
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
|
-
} &
|
|
409
|
+
} & vue255.ComponentOptionsBase<Readonly<{
|
|
410
410
|
label?: string;
|
|
411
411
|
id?: string;
|
|
412
|
-
disabled?:
|
|
412
|
+
disabled?: vue255.MaybeRef<boolean>;
|
|
413
413
|
value?: any;
|
|
414
414
|
namespace?: string;
|
|
415
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
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?:
|
|
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[]):
|
|
462
|
+
new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<PopoverRootProps & {
|
|
463
463
|
modelValue?: boolean;
|
|
464
464
|
}> & Readonly<{
|
|
465
465
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
466
|
-
}>, {}, {}, {}, {},
|
|
466
|
+
}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {
|
|
467
467
|
"update:modelValue": (value: boolean) => any;
|
|
468
|
-
},
|
|
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
|
-
} &
|
|
483
|
+
} & vue255.ComponentOptionsBase<Readonly<PopoverRootProps & {
|
|
484
484
|
modelValue?: boolean;
|
|
485
485
|
}> & Readonly<{
|
|
486
486
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
487
|
-
}>, {}, {}, {}, {},
|
|
487
|
+
}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {
|
|
488
488
|
"update:modelValue": (value: boolean) => any;
|
|
489
|
-
}, string, {}, {}, string, {},
|
|
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<
|
|
493
|
-
isSelected:
|
|
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[]):
|
|
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
|
-
} &
|
|
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[]):
|
|
516
|
+
new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<PopoverContentProps> & Readonly<{
|
|
517
517
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
518
|
-
}>, {}, {}, {}, {},
|
|
518
|
+
}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {
|
|
519
519
|
beforetoggle: (e: ToggleEvent) => any;
|
|
520
|
-
},
|
|
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
|
-
} &
|
|
533
|
+
} & vue255.ComponentOptionsBase<Readonly<PopoverContentProps> & Readonly<{
|
|
534
534
|
onBeforetoggle?: ((e: ToggleEvent) => any) | undefined;
|
|
535
|
-
}>, {}, {}, {}, {},
|
|
535
|
+
}>, {}, {}, {}, {}, vue255.ComponentOptionsMixin, vue255.ComponentOptionsMixin, {
|
|
536
536
|
beforetoggle: (e: ToggleEvent) => any;
|
|
537
|
-
}, string, {}, {}, string, {},
|
|
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
|
-
} &
|
|
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
|
-
}>) =>
|
|
582
|
+
}>) => vue255.VNode & {
|
|
583
583
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
584
584
|
};
|
|
585
585
|
Item: {
|
|
586
|
-
new (...args: any[]):
|
|
586
|
+
new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
587
587
|
label?: string;
|
|
588
588
|
id?: string;
|
|
589
|
-
disabled?:
|
|
589
|
+
disabled?: vue255.MaybeRef<boolean>;
|
|
590
590
|
value?: any;
|
|
591
591
|
namespace?: string;
|
|
592
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
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?:
|
|
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
|
-
} &
|
|
609
|
+
} & vue255.ComponentOptionsBase<Readonly<{
|
|
610
610
|
label?: string;
|
|
611
611
|
id?: string;
|
|
612
|
-
disabled?:
|
|
612
|
+
disabled?: vue255.MaybeRef<boolean>;
|
|
613
613
|
value?: any;
|
|
614
614
|
namespace?: string;
|
|
615
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
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
|
-
} &
|
|
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
|
-
}>) =>
|
|
668
|
+
}>) => vue255.VNode & {
|
|
669
669
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
670
670
|
};
|
|
671
671
|
Item: {
|
|
672
|
-
new (...args: any[]):
|
|
672
|
+
new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
673
673
|
label?: string;
|
|
674
674
|
id?: string;
|
|
675
|
-
disabled?:
|
|
675
|
+
disabled?: vue255.MaybeRef<boolean>;
|
|
676
676
|
value?: any;
|
|
677
677
|
namespace?: string;
|
|
678
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
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?:
|
|
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
|
-
} &
|
|
695
|
+
} & vue255.ComponentOptionsBase<Readonly<{
|
|
696
696
|
label?: string;
|
|
697
697
|
id?: string;
|
|
698
|
-
disabled?:
|
|
698
|
+
disabled?: vue255.MaybeRef<boolean>;
|
|
699
699
|
value?: any;
|
|
700
700
|
namespace?: string;
|
|
701
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
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
|
-
} &
|
|
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
|
-
}>) =>
|
|
764
|
+
}>) => vue255.VNode & {
|
|
765
765
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
766
766
|
};
|
|
767
767
|
Item: {
|
|
768
|
-
new (...args: any[]):
|
|
768
|
+
new (...args: any[]): vue255.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
769
769
|
label?: string;
|
|
770
770
|
id?: string;
|
|
771
|
-
disabled?:
|
|
771
|
+
disabled?: vue255.MaybeRef<boolean>;
|
|
772
772
|
value?: any;
|
|
773
773
|
namespace?: string;
|
|
774
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
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?:
|
|
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
|
-
} &
|
|
791
|
+
} & vue255.ComponentOptionsBase<Readonly<{
|
|
792
792
|
label?: string;
|
|
793
793
|
id?: string;
|
|
794
|
-
disabled?:
|
|
794
|
+
disabled?: vue255.MaybeRef<boolean>;
|
|
795
795
|
value?: any;
|
|
796
796
|
namespace?: string;
|
|
797
|
-
}> & Readonly<{}>, {}, {}, {}, {},
|
|
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,7 +1,7 @@
|
|
|
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-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
|
-
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-
|
|
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";
|
|
6
6
|
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 "./index-CSdGoUCI.mjs";
|
|
7
7
|
export { _default as Atom, AtomExpose, AtomProps, AtomSlots, Avatar, AvatarContext, AvatarFallbackProps, AvatarImageEmits, AvatarImageProps, AvatarRootProps, BreakpointName, BreakpointsContext, BreakpointsContextOptions, BreakpointsOptions, BreakpointsPluginOptions, COMMON_ELEMENTS, CleanupFunction, Colors, ConsolaLoggerAdapter, ContextKey, ContextTrinity, EventHandler, ExpansionPanel, ExpansionPanelActivatorProps, ExpansionPanelActivatorSlotProps, ExpansionPanelContentProps, ExpansionPanelContentSlotProps, ExpansionPanelItemContext, ExpansionPanelItemProps, ExpansionPanelRootProps, ExpansionPanelRootSlotProps, FeatureContext, FeatureContextOptions, FeatureOptions, FeaturePluginOptions, FeatureTicket, FilterFunction, FilterItem, FilterMode, FilterQuery, FlatTokenCollection, FormContext, FormContextOptions, FormOptions, FormTicket, FormValidationResult, FormValidationRule, FormValue, Group, GroupContext, GroupContextOptions, GroupOptions, GroupTicket, HTMLElementName, HydrationContext, HydrationContextOptions, HydrationOptions, HydrationPluginOptions, IN_BROWSER, IntersectionObserverEntry, IntersectionObserverOptions, KeyHandler, LocaleAdapter, LocaleContext, LocaleContextOptions, LocaleOptions, LocalePluginOptions, LocaleRecord, LocaleTicket, LogLevel, LoggerAdapter, LoggerContext, LoggerContextOptions, LoggerOptions, LoggerPluginOptions, MemoryAdapter, MutationObserverRecord, PermissionAdapter, PermissionAdapterInterface, PermissionContext, PermissionContextOptions, PermissionOptions, PermissionPluginOptions, PermissionTicket, PinoLoggerAdapter, Plugin, PluginOptions, Popover, PopoverAnchorProps, PopoverContentEmits, PopoverContentProps, PopoverContext, PopoverRootProps, Primitive, ProxyModelOptions, ProxyRegistryContext, ProxyRegistryOptions, QueueContext, QueueContextOptions, QueueOptions, QueueTicket, RegistryContext, RegistryContextOptions, RegistryOptions, RegistryTicket, ResizeObserverEntry, ResizeObserverOptions, SELF_CLOSING_TAGS, SUPPORTS_INTERSECTION_OBSERVER, SUPPORTS_MATCH_MEDIA, SUPPORTS_MUTATION_OBSERVER, SUPPORTS_OBSERVER, SUPPORTS_TOUCH, Selection, SelectionContext, SelectionContextOptions, SelectionOptions, SelectionTicket, SelfClosingElement, Single, SingleContext, SingleContextOptions, SingleOptions, SingleTicket, Step, StepContext, StepContextOptions, StepOptions, StepTicket, StorageAdapter, StorageContext, StorageContextOptions, StorageOptions, StoragePluginOptions, StorageType, ThemeAdapter, ThemeColors, ThemeContext, ThemeContextOptions, ThemeOptions, ThemePluginOptions, ThemeRecord, ThemeTicket, TimelineContext, TimelineContextOptions, TimelineOptions, TimelineTicket, TokenAlias, TokenCollection, TokenContext, TokenContextOptions, TokenOptions, TokenPrimitive, TokenTicket, TokenValue, UseFilterOptions, UseFilterResult, UseMutationObserverOptions, 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/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-
|
|
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-
|
|
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-
|
|
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 };
|