@vuetify/v0 0.0.15 → 0.0.16
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 +5867 -5897
- package/dist/components/index.d.mts +4 -4
- package/dist/components/index.mjs +5 -5
- package/dist/{components-Cf1h368z.mjs → components-Dk00OFL2.mjs} +611 -639
- package/dist/composables/index.d.mts +4 -3
- package/dist/composables/index.mjs +4 -3
- package/dist/composables-YOUVfUsn.mjs +2765 -0
- package/dist/constants/index.d.mts +1 -1
- package/dist/constants/index.mjs +2 -2
- package/dist/{globals-CqryJ9G3.mjs → globals-Rnihe4SF.mjs} +1 -1
- package/dist/{index-BPAr2atm.d.mts → index-BXN7M6o_.d.mts} +3 -2
- package/dist/index-BeJMYhId.d.mts +1726 -0
- package/dist/index-BulceeMA.d.mts +1331 -0
- package/dist/{index-CkmnMjE3.d.mts → index-BzW68rBC.d.mts} +28 -1337
- package/dist/index.d.mts +7 -6
- package/dist/index.mjs +7 -6
- package/dist/types/index.d.mts +1 -1
- package/dist/{composables-CrW3IMUM.mjs → useStep-Bqhi_DDs.mjs} +2305 -5069
- package/dist/utilities/index.d.mts +3 -3
- package/dist/utilities/index.mjs +2 -2
- package/dist/{utilities-C6o-keMm.mjs → utilities-DQWf_4V_.mjs} +5 -1
- package/package.json +1 -1
- package/dist/index-CQcSUYj_.d.mts +0 -1120
- /package/dist/{constants-Xfszzyok.mjs → constants-BWV0uYsM.mjs} +0 -0
- /package/dist/{index-BmxOG13-.d.mts → index-B6lIRI3i.d.mts} +0 -0
- /package/dist/{index-DY7-T630.d.mts → index-Bd3J4RNS.d.mts} +0 -0
|
@@ -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-B6lIRI3i.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-
|
|
3
|
-
import "../constants-
|
|
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-Rnihe4SF.mjs";
|
|
3
|
+
import "../constants-BWV0uYsM.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,7 +5,7 @@ const SUPPORTS_MATCH_MEDIA = IN_BROWSER && "matchMedia" in window && typeof wind
|
|
|
5
5
|
const SUPPORTS_OBSERVER = IN_BROWSER && "ResizeObserver" in window;
|
|
6
6
|
const SUPPORTS_INTERSECTION_OBSERVER = IN_BROWSER && "IntersectionObserver" in window;
|
|
7
7
|
const SUPPORTS_MUTATION_OBSERVER = IN_BROWSER && "MutationObserver" in window;
|
|
8
|
-
const version = "0.0.
|
|
8
|
+
const version = "0.0.16";
|
|
9
9
|
const __LOGGER_ENABLED__ = process.env.NODE_ENV !== "production" || process.env.VITE_LOGGER_ENABLED === "true";
|
|
10
10
|
|
|
11
11
|
//#endregion
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as DeepPartial } from "./index-
|
|
1
|
+
import { n as DeepPartial } from "./index-Bd3J4RNS.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/utilities/helpers.d.ts
|
|
4
4
|
declare function isFunction(item: unknown): item is Function;
|
|
@@ -11,6 +11,7 @@ declare function isNull(item: unknown): item is null;
|
|
|
11
11
|
declare function isNullOrUndefined(item: unknown): item is null | undefined;
|
|
12
12
|
declare function isUndefined(item: unknown): item is undefined;
|
|
13
13
|
declare function isPrimitive(item: unknown): item is string | number | boolean;
|
|
14
|
+
declare function isSymbol(item: unknown): item is symbol;
|
|
14
15
|
declare function isNaN(item: unknown): item is number;
|
|
15
16
|
declare function mergeDeep<T extends object>(target: T, ...sources: DeepPartial<T>[]): T;
|
|
16
17
|
declare function genId(): string;
|
|
@@ -67,4 +68,4 @@ declare function debounce<T extends (...args: any[]) => any>(fn: T, delay: numbe
|
|
|
67
68
|
immediate(...args: Parameters<T>): void;
|
|
68
69
|
};
|
|
69
70
|
//#endregion
|
|
70
|
-
export { isBoolean as a, isNull as c, isObject as d, isPrimitive as f,
|
|
71
|
+
export { range as _, isBoolean as a, isNull as c, isObject as d, isPrimitive as f, mergeDeep as g, isUndefined as h, isArray as i, isNullOrUndefined as l, isSymbol as m, debounce as n, isFunction as o, isString as p, genId as r, isNaN as s, clamp as t, isNumber as u };
|