@vuetify/v0 0.0.3 → 0.0.6
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 +2698 -1483
- package/dist/components/index.d.ts +4 -7
- package/dist/components/index.js +6 -7
- package/dist/{components-DVuB4lnH.js → components-B5k361i-.js} +164 -8
- package/dist/composables/index.d.ts +3 -7
- package/dist/composables/index.js +4 -7
- package/dist/composables-CAbYjAkR.js +3746 -0
- package/dist/constants/index.d.ts +1 -1
- package/dist/constants/index.js +3 -3
- package/dist/{globals-DZvNEOB4.js → globals-CHVv7nNV.js} +2 -2
- package/dist/{htmlElements-SjqYu0am.js → htmlElements-lF7PGahL.js} +1 -1
- package/dist/{index-DVKeyWc5.d.ts → index-BKc0YiL1.d.ts} +2 -2
- package/dist/index-BQfe0WBZ.d.ts +410 -0
- package/dist/index-BhPlroXd.d.ts +2764 -0
- package/dist/{index-LBy5OPMu.d.ts → index-C_lAPFXS.d.ts} +1 -1
- package/dist/{index-BozA2pze.d.ts → index-DIX3zaZG.d.ts} +3 -10
- package/dist/index.d.ts +6 -7
- package/dist/index.js +7 -10
- package/dist/types/index.d.ts +1 -1
- package/dist/utilities/index.d.ts +3 -3
- package/dist/utilities/index.js +2 -2
- package/dist/{utilities-D9rWEgQK.js → utilities-rsKHgU2m.js} +5 -32
- package/package.json +1 -3
- package/dist/composables-yeVk-ULz.js +0 -1270
- package/dist/factories/index.d.ts +0 -2
- package/dist/factories/index.js +0 -3
- package/dist/factories-BEpawPUw.js +0 -96
- package/dist/index-Ckt12ON6.d.ts +0 -75
- package/dist/index-D0L_ydyW.d.ts +0 -1396
- package/dist/index-tUyghL98.d.ts +0 -19
- package/dist/transformers/index.d.ts +0 -2
- package/dist/transformers/index.js +0 -4
- package/dist/transformers-CWrxLIkw.js +0 -122
- package/dist/useTheme-DCXkw_kv.js +0 -1208
- /package/dist/{constants-DiTCgvMU.js → constants-De5c3_aB.js} +0 -0
|
@@ -8,4 +8,4 @@ type ID = string | number;
|
|
|
8
8
|
type DeepPartial<T> = T extends object ? { [P in keyof T]?: DeepPartial<T[P]> } : T;
|
|
9
9
|
type MaybeArray<T> = T | T[];
|
|
10
10
|
//#endregion
|
|
11
|
-
export {
|
|
11
|
+
export { MaybeArray as a, ID as i, DeepPartial as n, UnknownObject as o, GenericObject as r, DOMElement as t };
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
import { DeepPartial } from "./index-
|
|
1
|
+
import { n as DeepPartial } from "./index-C_lAPFXS.js";
|
|
2
2
|
|
|
3
|
-
//#region src/utilities/benchmark.d.ts
|
|
4
|
-
interface BenchmarkResult {
|
|
5
|
-
readonly name: string;
|
|
6
|
-
readonly duration: number;
|
|
7
|
-
readonly ops: number;
|
|
8
|
-
}
|
|
9
|
-
declare function run(name: string, fn: () => void, samples?: number): Promise<BenchmarkResult>;
|
|
10
|
-
//#endregion
|
|
11
3
|
//#region src/utilities/helpers.d.ts
|
|
12
4
|
declare function isFunction(item: unknown): item is Function;
|
|
13
5
|
declare function isString(item: unknown): item is string;
|
|
@@ -16,8 +8,9 @@ declare function isBoolean(item: unknown): item is boolean;
|
|
|
16
8
|
declare function isObject(item: unknown): item is Record<string, unknown>;
|
|
17
9
|
declare function isArray(item: unknown): item is unknown[];
|
|
18
10
|
declare function isNullOrUndefined(item: unknown): item is null;
|
|
11
|
+
declare function isUndefined(item: unknown): item is undefined;
|
|
19
12
|
declare function isPrimitive(item: unknown): item is string | number | boolean;
|
|
20
13
|
declare function mergeDeep<T extends object>(target: T, ...sources: DeepPartial<T>[]): T;
|
|
21
14
|
declare function genId(): string;
|
|
22
15
|
//#endregion
|
|
23
|
-
export {
|
|
16
|
+
export { isNullOrUndefined as a, isPrimitive as c, mergeDeep as d, isFunction as i, isString as l, isArray as n, isNumber as o, isBoolean as r, isObject as s, genId as t, isUndefined as u };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import "./index-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
export { _default as Atom, AtomExpose, AtomProps, AtomSlots, BreakpointName, Breakpoints, BreakpointsContext, BreakpointsOptions, COMMON_ELEMENTS, CleanupFunction, Colors, ConsolaLoggerAdapter, Context, ContextKey, ContextTrinity, EventHandler, FeatureContext, FeatureOptions, FeaturePluginOptions, FeatureTicket, FilterFunction, FilterItem, FilterMode, FilterQuery, FlatTokenCollection, FormContext, FormOptions, FormTicket, FormValidationResult, FormValidationRule, FormValue, GroupContext, GroupOptions, GroupTicket, HTMLElementName, _default$1 as Hydration, HydrationContext, _default$2 as HydrationRoot, IN_BROWSER, IntersectionObserverEntry, IntersectionObserverOptions, KeyHandler, LocaleContext, LocaleOptions, LocalePluginOptions, LocaleTicket, LogLevel, LoggerAdapter, LoggerContext, LoggerOptions, MutationObserverRecord, PermissionContext, PermissionOptions, PermissionPluginOptions, PermissionTicket, PinoLoggerAdapter, Plugin, PluginOptions, Popover, PopoverAnchorProps, PopoverContentEmits, PopoverContentProps, PopoverContext, PopoverRootProps, Primitive, ProxyModelOptions, RegistryContext, RegistryOptions, RegistryTicket, ResizeObserverEntry, ResizeObserverOptions, SELF_CLOSING_TAGS, SUPPORTS_INTERSECTION_OBSERVER, SUPPORTS_MATCH_MEDIA, SUPPORTS_MUTATION_OBSERVER, SUPPORTS_OBSERVER, SUPPORTS_TOUCH, SelectionContext, SelectionOptions, SelectionTicket, SelfClosingElement, SingleContext, SingleOptions, SingleTicket, StepContext, StepOptions, StepTicket, StorageContext, StorageOptions, Theme, ThemeColors, ThemeContext, ThemeOptions, ThemePluginOptions, ThemeRecord, ThemeRootProps, ThemeRootSlots, ThemeSlots, ThemeTicket, TimelineContext, TimelineOptions, TimelineTicket, TokenAlias, TokenCollection, TokenContext, TokenOptions, TokenPrimitive, TokenTicket, TokenValue, UseFilterOptions, UseFilterResult, UseMutationObserverOptions, Vuetify0LoggerAdapter, __LOGGER_ENABLED__, createBreakpoints, createBreakpointsPlugin, createContext, createFeatures, createFeaturesPlugin, createGroupContext, createHydration, createHydrationPlugin, createLocale, createLocalePlugin, createLogger, createLoggerPlugin, createPermissions, createPermissionsPlugin, createPlugin, createRegistryContext, createSelectionContext, createSingleContext, createStepContext, createStorage, createStoragePlugin, createTheme, createThemePlugin, createTokensContext, createTrinity, genId, isArray, isBoolean, isFunction, isNullOrUndefined, isNumber, isObject, isPrimitive, isSelfClosingTag, isString, mergeDeep, provideBreakpointsContext, provideContext, provideHydrationContext, providePopoverContext, provideStorageContext, run, toArray, toReactive, useBreakpoints, useBreakpointsContext, useContext, useDocumentEventListener, useElementIntersection, useElementSize, useEventListener, useFeatures, useFilter, useForm, useGroup, useHydration, useHydrationContext, useIntersectionObserver, useKeydown, useLocale, useLogger, useMutationObserver, usePermissions, usePopoverContext, useProxyModel, useRegistry, useResizeObserver, useSelection, useSingle, useStep, useStorage, useStorageContext, useTheme, useTimeline, useTokens, useWindowEventListener, version };
|
|
1
|
+
import "./index-C_lAPFXS.js";
|
|
2
|
+
import { C as AvatarImageEmits, D as AtomProps, E as AtomExpose, O as AtomSlots, S as useAvatarContext, T as AvatarFallbackProps, _ as Avatar, a as Popover, b as provideAvatarContext, c as PopoverAnchorProps, d as providePopoverContext, f as usePopoverContext, g as Breakpoints, h as Context, i as ThemeSlots, k as _default, l as PopoverContext, m as _default$1, n as ThemeRootProps, o as PopoverContentEmits, p as _default$2, r as ThemeRootSlots, s as PopoverContentProps, t as Theme, u as PopoverRootProps, v as AvatarContext, w as AvatarImageProps, x as registry, y as AvatarRootProps } from "./index-BQfe0WBZ.js";
|
|
3
|
+
import { $ as PermissionAdapterInterface, $n as provideContext, $t as useFilter, A as createStepContext, An as createRegistryContext, At as IntersectionObserverOptions, B as ProxyRegistryContext, Bn as BreakpointsPluginOptions, Bt as FormOptions, C as useStorageContext, Cn as SelectionOptions, Ct as SingleOptions, D as StepContext, Dn as RegistryContext, Dt as KeyHandler, E as MemoryAdapter, En as useSelection, Et as useSingle, F as useResizeObserver, Fn as useEventListener, Ft as createHydrationPlugin, G as PermissionContext, Gn as toArray, Gt as useForm, H as useProxyRegistry, Hn as createBreakpointsPlugin, Ht as FormValidationResult, I as QueueContext, In as useWindowEventListener, It as provideHydrationContext, J as PermissionTicket, Jn as Plugin, Jt as FilterMode, K as PermissionOptions, Kn as ContextTrinity, Kt as FilterFunction, L as QueueOptions, Ln as BreakpointName, Lt as useHydration, M as ResizeObserverEntry, Mn as CleanupFunction, Mt as useIntersectionObserver, N as ResizeObserverOptions, Nn as EventHandler, Nt as HydrationContext, O as StepOptions, On as RegistryOptions, Ot as useKeydown, P as useElementSize, Pn as useDocumentEventListener, Pt as createHydration, Q as PermissionAdapter, Qn as createContext, Qt as UseFilterResult, R as QueueTicket, Rn as BreakpointsContext, Rt as useHydrationContext, S as useStorage, Sn as SelectionContext, St as SingleContext, T as StorageType, Tn as createSelectionContext, Tt as createSingleContext, U as ProxyModelOptions, Un as useBreakpoints, Ut as FormValidationRule, V as ProxyRegistryOptions, Vn as createBreakpoints, Vt as FormTicket, W as useProxyModel, Wn as toReactive, Wt as FormValue, X as createPermissionsPlugin, Xn as createPlugin, Xt as Primitive, Y as createPermissions, Yn as PluginOptions, Yt as FilterQuery, Z as usePermissions, Zn as ContextKey, Zt as UseFilterOptions, _ as StorageContext, _n as GroupContext, _t as createLocale, a as Colors, an as createFeaturesPlugin, at as createLogger, b as createStoragePlugin, bn as createGroupContext, bt as Vuetify0LocaleAdapter, c as ThemeOptions, cn as TokenAlias, ct as LogLevel, d as ThemeTicket, dn as TokenOptions, dt as ConsolaLoggerAdapter, en as FeatureContext, er as useContext, et as MutationObserverRecord, f as createTheme, fn as TokenPrimitive, ft as LoggerAdapter, g as ThemeAdapter, gn as useTokens, gt as LocaleTicket, h as Vuetify0ThemeAdapter, hn as createTokensContext, ht as LocalePluginOptions, i as useTimeline, in as createFeatures, it as LoggerOptions, j as useStep, jn as useRegistry, jt as useElementIntersection, k as StepTicket, kn as RegistryTicket, kt as IntersectionObserverEntry, l as ThemePluginOptions, ln as TokenCollection, lt as Vuetify0LoggerAdapter, m as useTheme, mn as TokenValue, mt as LocaleOptions, n as TimelineOptions, nn as FeaturePluginOptions, nt as useMutationObserver, o as ThemeColors, on as useFeatures, ot as createLoggerPlugin, p as createThemePlugin, pn as TokenTicket, pt as LocaleContext, q as PermissionPluginOptions, qn as createTrinity, qt as FilterItem, r as TimelineTicket, rn as FeatureTicket, rt as LoggerContext, s as ThemeContext, sn as FlatTokenCollection, st as useLogger, t as TimelineContext, tn as FeatureOptions, tt as UseMutationObserverOptions, u as ThemeRecord, un as TokenContext, ut as PinoLoggerAdapter, v as StorageOptions, vn as GroupOptions, vt as createLocalePlugin, w as StorageAdapter, wn as SelectionTicket, wt as SingleTicket, x as provideStorageContext, xn as useGroup, xt as LocaleAdapter, y as createStorage, yn as GroupTicket, yt as useLocale, z as useQueue, zn as BreakpointsOptions, zt as FormContext } from "./index-BhPlroXd.js";
|
|
4
|
+
import { a as isSelfClosingTag, c as SUPPORTS_MATCH_MEDIA, d as SUPPORTS_TOUCH, f as __LOGGER_ENABLED__, i as SelfClosingElement, l as SUPPORTS_MUTATION_OBSERVER, n as HTMLElementName, o as IN_BROWSER, p as version, r as SELF_CLOSING_TAGS, s as SUPPORTS_INTERSECTION_OBSERVER, t as COMMON_ELEMENTS, u as SUPPORTS_OBSERVER } from "./index-BKc0YiL1.js";
|
|
5
|
+
import { a as isNullOrUndefined, c as isPrimitive, d as mergeDeep, i as isFunction, l as isString, n as isArray, o as isNumber, r as isBoolean, s as isObject, t as genId, u as isUndefined } from "./index-DIX3zaZG.js";
|
|
6
|
+
export { _default as Atom, AtomExpose, AtomProps, AtomSlots, Avatar, AvatarContext, AvatarFallbackProps, AvatarImageEmits, AvatarImageProps, AvatarRootProps, BreakpointName, Breakpoints, BreakpointsContext, BreakpointsOptions, BreakpointsPluginOptions, COMMON_ELEMENTS, CleanupFunction, Colors, ConsolaLoggerAdapter, Context, ContextKey, ContextTrinity, EventHandler, FeatureContext, FeatureOptions, FeaturePluginOptions, FeatureTicket, FilterFunction, FilterItem, FilterMode, FilterQuery, FlatTokenCollection, FormContext, FormOptions, FormTicket, FormValidationResult, FormValidationRule, FormValue, GroupContext, GroupOptions, GroupTicket, HTMLElementName, _default$1 as Hydration, HydrationContext, _default$2 as HydrationRoot, IN_BROWSER, IntersectionObserverEntry, IntersectionObserverOptions, KeyHandler, LocaleAdapter, LocaleContext, LocaleOptions, LocalePluginOptions, LocaleTicket, LogLevel, LoggerAdapter, LoggerContext, LoggerOptions, MemoryAdapter, MutationObserverRecord, PermissionAdapter, PermissionAdapterInterface, PermissionContext, PermissionOptions, PermissionPluginOptions, PermissionTicket, PinoLoggerAdapter, Plugin, PluginOptions, Popover, PopoverAnchorProps, PopoverContentEmits, PopoverContentProps, PopoverContext, PopoverRootProps, Primitive, ProxyModelOptions, ProxyRegistryContext, ProxyRegistryOptions, QueueContext, QueueOptions, QueueTicket, RegistryContext, RegistryOptions, RegistryTicket, ResizeObserverEntry, ResizeObserverOptions, SELF_CLOSING_TAGS, SUPPORTS_INTERSECTION_OBSERVER, SUPPORTS_MATCH_MEDIA, SUPPORTS_MUTATION_OBSERVER, SUPPORTS_OBSERVER, SUPPORTS_TOUCH, SelectionContext, SelectionOptions, SelectionTicket, SelfClosingElement, SingleContext, SingleOptions, SingleTicket, StepContext, StepOptions, StepTicket, StorageAdapter, StorageContext, StorageOptions, StorageType, Theme, ThemeAdapter, ThemeColors, ThemeContext, ThemeOptions, ThemePluginOptions, ThemeRecord, ThemeRootProps, ThemeRootSlots, ThemeSlots, ThemeTicket, TimelineContext, TimelineOptions, TimelineTicket, TokenAlias, TokenCollection, TokenContext, TokenOptions, TokenPrimitive, TokenTicket, TokenValue, UseFilterOptions, UseFilterResult, UseMutationObserverOptions, Vuetify0LocaleAdapter, Vuetify0LoggerAdapter, Vuetify0ThemeAdapter, __LOGGER_ENABLED__, createBreakpoints, createBreakpointsPlugin, createContext, createFeatures, createFeaturesPlugin, createGroupContext, createHydration, createHydrationPlugin, createLocale, createLocalePlugin, createLogger, createLoggerPlugin, createPermissions, createPermissionsPlugin, createPlugin, createRegistryContext, createSelectionContext, createSingleContext, createStepContext, createStorage, createStoragePlugin, createTheme, createThemePlugin, createTokensContext, createTrinity, genId, isArray, isBoolean, isFunction, isNullOrUndefined, isNumber, isObject, isPrimitive, isSelfClosingTag, isString, isUndefined, mergeDeep, provideAvatarContext, provideContext, provideHydrationContext, providePopoverContext, provideStorageContext, registry, toArray, toReactive, useAvatarContext, useBreakpoints, useContext, useDocumentEventListener, useElementIntersection, useElementSize, useEventListener, useFeatures, useFilter, useForm, useGroup, useHydration, useHydrationContext, 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.js
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import { toArray, toReactive } from "./transformers-CWrxLIkw.js";
|
|
8
|
-
import { createFeatures, createFeaturesPlugin, createGroupContext, createLocale, createLocalePlugin, createPermissions, createPermissionsPlugin, createStepContext, createStorage, createStoragePlugin, provideStorageContext, useDocumentEventListener, useElementIntersection, useElementSize, useEventListener, useFeatures, useFilter, useForm, useGroup, useIntersectionObserver, useKeydown, useLocale, useMutationObserver, usePermissions, useProxyModel, useResizeObserver, useStep, useStorage, useStorageContext, useTimeline, useWindowEventListener } from "./composables-yeVk-ULz.js";
|
|
9
|
-
import "./constants-DiTCgvMU.js";
|
|
1
|
+
import { n as SELF_CLOSING_TAGS, r as isSelfClosingTag, t as COMMON_ELEMENTS } from "./htmlElements-lF7PGahL.js";
|
|
2
|
+
import { a as HydrationRoot_default, c as Breakpoints, d as registry, f as useAvatarContext, i as usePopoverContext, l as Avatar, n as Popover, o as Hydration_default, p as Atom_default, r as providePopoverContext, s as Context, t as Theme, u as provideAvatarContext } from "./components-B5k361i-.js";
|
|
3
|
+
import { $ as useEventListener, A as useKeydown, B as createGroupContext, C as useMutationObserver, D as Vuetify0LocaleAdapter, E as useLocale, F as createFeatures, G as useRegistry, H as createSelectionContext, I as createFeaturesPlugin, J as useLogger, K as createLogger, L as useFeatures, M as useIntersectionObserver, N as useForm, O as createSingleContext, P as useFilter, Q as useDocumentEventListener, R as createTokensContext, S as PermissionAdapter, T as createLocalePlugin, U as useSelection, V as useGroup, W as createRegistryContext, X as PinoLoggerAdapter, Y as Vuetify0LoggerAdapter, Z as ConsolaLoggerAdapter, _ as useProxyRegistry, a as Vuetify0ThemeAdapter, at as createHydrationPlugin, b as createPermissionsPlugin, c as provideStorageContext, ct as useHydrationContext, d as MemoryAdapter, dt as createTrinity, et as useWindowEventListener, f as createStepContext, ft as createPlugin, g as useQueue, h as useResizeObserver, ht as useContext, i as useTheme, it as createHydration, j as useElementIntersection, k as useSingle, l as useStorage, lt as toReactive, m as useElementSize, mt as provideContext, n as createTheme, nt as createBreakpointsPlugin, o as createStorage, ot as provideHydrationContext, p as useStep, pt as createContext, q as createLoggerPlugin, r as createThemePlugin, rt as useBreakpoints, s as createStoragePlugin, st as useHydration, t as useTimeline, tt as createBreakpoints, u as useStorageContext, ut as toArray, v as useProxyModel, w as createLocale, x as usePermissions, y as createPermissions, z as useTokens } from "./composables-CAbYjAkR.js";
|
|
4
|
+
import { a as isNullOrUndefined, c as isPrimitive, d as mergeDeep, i as isFunction, l as isString, n as isArray, o as isNumber, r as isBoolean, s as isObject, t as genId, u as isUndefined } from "./utilities-rsKHgU2m.js";
|
|
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-CHVv7nNV.js";
|
|
6
|
+
import "./constants-De5c3_aB.js";
|
|
10
7
|
|
|
11
|
-
export { Atom_default as Atom, Breakpoints, COMMON_ELEMENTS, ConsolaLoggerAdapter, Context, Hydration_default as Hydration, HydrationRoot_default as HydrationRoot, IN_BROWSER, PinoLoggerAdapter, Popover, SELF_CLOSING_TAGS, SUPPORTS_INTERSECTION_OBSERVER, SUPPORTS_MATCH_MEDIA, SUPPORTS_MUTATION_OBSERVER, SUPPORTS_OBSERVER, SUPPORTS_TOUCH, Theme, Vuetify0LoggerAdapter, __LOGGER_ENABLED__, createBreakpoints, createBreakpointsPlugin, createContext, createFeatures, createFeaturesPlugin, createGroupContext, createHydration, createHydrationPlugin, createLocale, createLocalePlugin, createLogger, createLoggerPlugin, createPermissions, createPermissionsPlugin, createPlugin, createRegistryContext, createSelectionContext, createSingleContext, createStepContext, createStorage, createStoragePlugin, createTheme, createThemePlugin, createTokensContext, createTrinity, genId, isArray, isBoolean, isFunction, isNullOrUndefined, isNumber, isObject, isPrimitive, isSelfClosingTag, isString, mergeDeep,
|
|
8
|
+
export { Atom_default as Atom, Avatar, Breakpoints, COMMON_ELEMENTS, ConsolaLoggerAdapter, Context, Hydration_default as Hydration, HydrationRoot_default as HydrationRoot, IN_BROWSER, MemoryAdapter, PermissionAdapter, PinoLoggerAdapter, Popover, SELF_CLOSING_TAGS, SUPPORTS_INTERSECTION_OBSERVER, SUPPORTS_MATCH_MEDIA, SUPPORTS_MUTATION_OBSERVER, SUPPORTS_OBSERVER, SUPPORTS_TOUCH, Theme, Vuetify0LocaleAdapter, Vuetify0LoggerAdapter, Vuetify0ThemeAdapter, __LOGGER_ENABLED__, createBreakpoints, createBreakpointsPlugin, createContext, createFeatures, createFeaturesPlugin, createGroupContext, createHydration, createHydrationPlugin, createLocale, createLocalePlugin, createLogger, createLoggerPlugin, createPermissions, createPermissionsPlugin, createPlugin, createRegistryContext, createSelectionContext, createSingleContext, createStepContext, createStorage, createStoragePlugin, createTheme, createThemePlugin, createTokensContext, createTrinity, genId, isArray, isBoolean, isFunction, isNullOrUndefined, isNumber, isObject, isPrimitive, isSelfClosingTag, isString, isUndefined, mergeDeep, provideAvatarContext, provideContext, provideHydrationContext, providePopoverContext, provideStorageContext, registry, toArray, toReactive, useAvatarContext, useBreakpoints, useContext, useDocumentEventListener, useElementIntersection, useElementSize, useEventListener, useFeatures, useFilter, useForm, useGroup, useHydration, useHydrationContext, useIntersectionObserver, useKeydown, useLocale, useLogger, useMutationObserver, usePermissions, usePopoverContext, useProxyModel, useProxyRegistry, useQueue, useRegistry, useResizeObserver, useSelection, useSingle, useStep, useStorage, useStorageContext, useTheme, useTimeline, useTokens, useWindowEventListener, version };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as MaybeArray, i as ID, n as DeepPartial, o as UnknownObject, r as GenericObject, t as DOMElement } from "../index-C_lAPFXS.js";
|
|
2
2
|
export { DOMElement, DeepPartial, GenericObject, ID, MaybeArray, UnknownObject };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../index-
|
|
2
|
-
import {
|
|
3
|
-
export { genId, isArray, isBoolean, isFunction, isNullOrUndefined, isNumber, isObject, isPrimitive, isString,
|
|
1
|
+
import "../index-C_lAPFXS.js";
|
|
2
|
+
import { a as isNullOrUndefined, c as isPrimitive, d as mergeDeep, i as isFunction, l as isString, n as isArray, o as isNumber, r as isBoolean, s as isObject, t as genId, u as isUndefined } from "../index-DIX3zaZG.js";
|
|
3
|
+
export { genId, isArray, isBoolean, isFunction, isNullOrUndefined, isNumber, isObject, isPrimitive, isString, isUndefined, mergeDeep };
|
package/dist/utilities/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as isNullOrUndefined, c as isPrimitive, d as mergeDeep, i as isFunction, l as isString, n as isArray, o as isNumber, r as isBoolean, s as isObject, t as genId, u as isUndefined } from "../utilities-rsKHgU2m.js";
|
|
2
2
|
|
|
3
|
-
export { genId, isArray, isBoolean, isFunction, isNullOrUndefined, isNumber, isObject, isPrimitive, isString,
|
|
3
|
+
export { genId, isArray, isBoolean, isFunction, isNullOrUndefined, isNumber, isObject, isPrimitive, isString, isUndefined, mergeDeep };
|
|
@@ -28,6 +28,10 @@ function isNullOrUndefined(item) {
|
|
|
28
28
|
return item == null;
|
|
29
29
|
}
|
|
30
30
|
/* @__NO_SIDE_EFFECTS__ */
|
|
31
|
+
function isUndefined(item) {
|
|
32
|
+
return item === void 0;
|
|
33
|
+
}
|
|
34
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
31
35
|
function isPrimitive(item) {
|
|
32
36
|
return typeof item === "string" || typeof item === "number" || typeof item === "boolean";
|
|
33
37
|
}
|
|
@@ -52,35 +56,4 @@ function genId() {
|
|
|
52
56
|
}
|
|
53
57
|
|
|
54
58
|
//#endregion
|
|
55
|
-
|
|
56
|
-
function now() {
|
|
57
|
-
if (typeof performance !== "undefined") return performance.now();
|
|
58
|
-
return Date.now();
|
|
59
|
-
}
|
|
60
|
-
async function run(name, fn, samples = 100) {
|
|
61
|
-
if (!(process.env.NODE_ENV !== "production")) {
|
|
62
|
-
fn();
|
|
63
|
-
return {
|
|
64
|
-
name,
|
|
65
|
-
duration: 0,
|
|
66
|
-
ops: Infinity
|
|
67
|
-
};
|
|
68
|
-
}
|
|
69
|
-
const times = [];
|
|
70
|
-
for (let i = 0; i < 5; i++) fn();
|
|
71
|
-
for (let i = 0; i < samples; i++) {
|
|
72
|
-
const start = now();
|
|
73
|
-
fn();
|
|
74
|
-
times.push(now() - start);
|
|
75
|
-
}
|
|
76
|
-
const duration = times.reduce((a, b) => a + b, 0) / times.length;
|
|
77
|
-
const ops = Math.round(1e3 / duration);
|
|
78
|
-
return {
|
|
79
|
-
name,
|
|
80
|
-
duration,
|
|
81
|
-
ops
|
|
82
|
-
};
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
//#endregion
|
|
86
|
-
export { genId, isArray, isBoolean, isFunction, isNullOrUndefined, isNumber, isObject, isPrimitive, isString, mergeDeep, run };
|
|
59
|
+
export { isNullOrUndefined as a, isPrimitive as c, mergeDeep as d, isFunction as i, isString as l, isArray as n, isNumber as o, isBoolean as r, isObject as s, genId as t, isUndefined as u };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuetify/v0",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "Vuetify0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
},
|
|
24
24
|
"./components": "./dist/components/index.js",
|
|
25
25
|
"./composables": "./dist/composables/index.js",
|
|
26
|
-
"./factories": "./dist/factories/index.js",
|
|
27
|
-
"./transformers": "./dist/transformers/index.js",
|
|
28
26
|
"./constants": "./dist/constants/index.js",
|
|
29
27
|
"./types": "./dist/types/index.js",
|
|
30
28
|
"./utilities": "./dist/utilities/index.js"
|