@vuetify/v0 1.0.0-beta.5 → 1.0.0-rc.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.d.ts +98 -98
- package/dist/browser/index.js +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/{components-Uq92vRyo.mjs → components-aNG-L8hk.mjs} +11 -11
- package/dist/composables/index.mjs +21 -21
- package/dist/{composables-CzjEAc-O.mjs → composables-BQaa5hFV.mjs} +9 -9
- package/dist/constants/index.mjs +1 -1
- package/dist/{createDataTable-BT9WcHvw.mjs → createDataTable-CG6BWB_u.mjs} +3 -3
- package/dist/{createGroup-CJt-oMxs.mjs → createGroup-BlILHkT6.mjs} +1 -1
- package/dist/{createRegistry-C-izE3Un.mjs → createRegistry-DR7aTCxG.mjs} +1 -1
- package/dist/{createSelection-rmz4G5IG.mjs → createSelection-sPv1j6DV.mjs} +1 -1
- package/dist/{createSingle-DDri2UEO.mjs → createSingle-BWN73zob.mjs} +1 -1
- package/dist/{createTokens-D_EYIf_-.mjs → createTokens-DqtwpqYn.mjs} +2 -2
- package/dist/data-table/index.mjs +1 -1
- package/dist/date/index.mjs +1 -1
- package/dist/features/adapters/posthog/index.mjs +1 -1
- package/dist/features/index.mjs +1 -1
- package/dist/{globals-od-0-rj0.mjs → globals-DhDj6Ko1.mjs} +1 -1
- package/dist/index.mjs +23 -23
- package/dist/json/web-types.json +1 -1
- package/dist/locale/adapters/index.mjs +1 -1
- package/dist/locale/adapters/v0/index.mjs +1 -1
- package/dist/locale/index.mjs +2 -2
- package/dist/logger/adapters/index.mjs +1 -1
- package/dist/logger/adapters/v0/index.mjs +1 -1
- package/dist/logger/index.mjs +2 -2
- package/dist/notifications/index.mjs +2 -2
- package/dist/permissions/index.mjs +1 -1
- package/dist/rules/index.mjs +1 -1
- package/dist/storage/index.mjs +1 -1
- package/dist/theme/adapters/index.mjs +2 -2
- package/dist/theme/adapters/unhead/index.mjs +1 -1
- package/dist/theme/adapters/v0/index.mjs +1 -1
- package/dist/theme/index.mjs +3 -3
- package/dist/{unhead-BnxPl6sY.mjs → unhead-Cw_jAvJL.mjs} +1 -1
- package/dist/{useEventListener-CfEGMcjz.mjs → useEventListener--vhbyU45.mjs} +1 -1
- package/dist/{useFeatures-B_u-9E7R.mjs → useFeatures-DjGN0KJd.mjs} +3 -3
- package/dist/{useLocale-BXtMJeow.mjs → useLocale-C7I4BsIS.mjs} +4 -4
- package/dist/{useLogger-DX5_7Oxx.mjs → useLogger-DCvIu_Mj.mjs} +2 -2
- package/dist/{useNotifications-DeNMmeZF.mjs → useNotifications-Ckm0MqnJ.mjs} +3 -3
- package/dist/{usePermissions-DPIFes9l.mjs → usePermissions-ygx2OSjo.mjs} +2 -2
- package/dist/{useRovingFocus-BLPMBFFW.mjs → useRovingFocus-dH3LTiJ8.mjs} +9 -9
- package/dist/{useRules-2M0JbQHv.mjs → useRules-DlnpIwp8.mjs} +2 -2
- package/dist/{useStorage-CHx6ZSjw.mjs → useStorage-D_enJrep.mjs} +3 -3
- package/dist/{useTheme-DqtxOIDJ.mjs → useTheme-DdmexROE.mjs} +4 -4
- package/dist/utilities/index.mjs +1 -1
- package/dist/{v0-DXr8lzQK.mjs → v0-BbCNqIZ1.mjs} +1 -1
- package/dist/{v0-D4InK1of.mjs → v0-DFRA_hwF.mjs} +1 -1
- package/dist/{v0-KsDsXr6T.mjs → v0-QF9ZrOlB.mjs} +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isArray, isBoolean, isFunction, isObject } from "./utilities/index.mjs";
|
|
2
|
-
import { o as createPluginContext } from "./useLogger-
|
|
3
|
-
import { t as createTokens } from "./createTokens-
|
|
4
|
-
import { t as createGroup } from "./createGroup-
|
|
2
|
+
import { o as createPluginContext } from "./useLogger-DCvIu_Mj.mjs";
|
|
3
|
+
import { t as createTokens } from "./createTokens-DqtwpqYn.mjs";
|
|
4
|
+
import { t as createGroup } from "./createGroup-BlILHkT6.mjs";
|
|
5
5
|
//#region src/composables/useFeatures/index.ts
|
|
6
6
|
/**
|
|
7
7
|
* @module useFeatures
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { o as createPluginContext } from "./useLogger-
|
|
2
|
-
import { t as createSingle } from "./createSingle-
|
|
3
|
-
import { r as flatten, t as createTokens } from "./createTokens-
|
|
4
|
-
import { t as V0LocaleAdapter } from "./v0-
|
|
1
|
+
import { o as createPluginContext } from "./useLogger-DCvIu_Mj.mjs";
|
|
2
|
+
import { t as createSingle } from "./createSingle-BWN73zob.mjs";
|
|
3
|
+
import { r as flatten, t as createTokens } from "./createTokens-DqtwpqYn.mjs";
|
|
4
|
+
import { t as V0LocaleAdapter } from "./v0-DFRA_hwF.mjs";
|
|
5
5
|
//#region src/composables/useLocale/index.ts
|
|
6
6
|
/**
|
|
7
7
|
* @module useLocale
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { s as __LOGGER_ENABLED__, t as IN_BROWSER } from "./globals-
|
|
1
|
+
import { s as __LOGGER_ENABLED__, t as IN_BROWSER } from "./globals-DhDj6Ko1.mjs";
|
|
2
2
|
import { isNullOrUndefined, isUndefined } from "./utilities/index.mjs";
|
|
3
3
|
import { i as useContext, t as createTrinity } from "./createTrinity-z-3q9QWR.mjs";
|
|
4
|
-
import { t as V0LoggerAdapter } from "./v0-
|
|
4
|
+
import { t as V0LoggerAdapter } from "./v0-BbCNqIZ1.mjs";
|
|
5
5
|
import { hasInjectionContext, inject, watch } from "vue";
|
|
6
6
|
//#region src/composables/createPlugin/index.ts
|
|
7
7
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as IN_BROWSER } from "./globals-
|
|
1
|
+
import { t as IN_BROWSER } from "./globals-DhDj6Ko1.mjs";
|
|
2
2
|
import { isFunction, isNull, isUndefined, useId as useId$1 } from "./utilities/index.mjs";
|
|
3
3
|
import { i as useContext, t as createTrinity } from "./createTrinity-z-3q9QWR.mjs";
|
|
4
|
-
import { o as createPluginContext } from "./useLogger-
|
|
5
|
-
import { t as createRegistry } from "./createRegistry-
|
|
4
|
+
import { o as createPluginContext } from "./useLogger-DCvIu_Mj.mjs";
|
|
5
|
+
import { t as createRegistry } from "./createRegistry-DR7aTCxG.mjs";
|
|
6
6
|
import { onScopeDispose, shallowRef, toValue } from "vue";
|
|
7
7
|
//#region src/composables/useTimer/index.ts
|
|
8
8
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UNSAFE_KEYS } from "./utilities/index.mjs";
|
|
2
|
-
import { o as createPluginContext } from "./useLogger-
|
|
3
|
-
import { t as createTokens } from "./createTokens-
|
|
2
|
+
import { o as createPluginContext } from "./useLogger-DCvIu_Mj.mjs";
|
|
3
|
+
import { t as createTokens } from "./createTokens-DqtwpqYn.mjs";
|
|
4
4
|
import { t as toArray } from "./toArray-C89ZaEuF.mjs";
|
|
5
5
|
import { t as V0PermissionsAdapter } from "./v0-UNyykD27.mjs";
|
|
6
6
|
//#region src/composables/usePermissions/index.ts
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { a as SUPPORTS_OBSERVER, n as SUPPORTS_INTERSECTION_OBSERVER, t as IN_BROWSER } from "./globals-
|
|
1
|
+
import { a as SUPPORTS_OBSERVER, n as SUPPORTS_INTERSECTION_OBSERVER, t as IN_BROWSER } from "./globals-DhDj6Ko1.mjs";
|
|
2
2
|
import { clamp, instanceExists, isArray, isElement, isFunction, isNull, isNullOrUndefined, isObject, isString, isUndefined, range, resolveIds, resolveIndexes, useId as useId$1 } from "./utilities/index.mjs";
|
|
3
3
|
import { i as useContext, t as createTrinity } from "./createTrinity-z-3q9QWR.mjs";
|
|
4
|
-
import { a as createPlugin, i as useLogger, o as createPluginContext } from "./useLogger-
|
|
5
|
-
import { t as createRegistry } from "./createRegistry-
|
|
6
|
-
import { i as createModel, t as createSelection } from "./createSelection-
|
|
7
|
-
import { t as createSingle } from "./createSingle-
|
|
4
|
+
import { a as createPlugin, i as useLogger, o as createPluginContext } from "./useLogger-DCvIu_Mj.mjs";
|
|
5
|
+
import { t as createRegistry } from "./createRegistry-DR7aTCxG.mjs";
|
|
6
|
+
import { i as createModel, t as createSelection } from "./createSelection-sPv1j6DV.mjs";
|
|
7
|
+
import { t as createSingle } from "./createSingle-BWN73zob.mjs";
|
|
8
8
|
import { t as toArray } from "./toArray-C89ZaEuF.mjs";
|
|
9
|
-
import { n as useEventListener, r as useWindowEventListener, t as useDocumentEventListener } from "./useEventListener
|
|
10
|
-
import { t as createGroup } from "./createGroup-
|
|
11
|
-
import { c as useTimer } from "./useNotifications-
|
|
9
|
+
import { n as useEventListener, r as useWindowEventListener, t as useDocumentEventListener } from "./useEventListener--vhbyU45.mjs";
|
|
10
|
+
import { t as createGroup } from "./createGroup-BlILHkT6.mjs";
|
|
11
|
+
import { c as useTimer } from "./useNotifications-Ckm0MqnJ.mjs";
|
|
12
12
|
import { i as createFilter } from "./createPagination-B5dfqY-a.mjs";
|
|
13
|
-
import { a as useRules, o as isStandardSchema } from "./useRules-
|
|
13
|
+
import { a as useRules, o as isStandardSchema } from "./useRules-DlnpIwp8.mjs";
|
|
14
14
|
import { computed, effectScope, hasInjectionContext, isReadonly, isRef, nextTick, onMounted, onScopeDispose, ref, shallowReactive, shallowReadonly, shallowRef, toRef, toValue, watch } from "vue";
|
|
15
15
|
//#region src/composables/useClickOutside/index.ts
|
|
16
16
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { instanceExists, isFunction, isObject } from "./utilities/index.mjs";
|
|
2
|
-
import { i as useLogger, o as createPluginContext } from "./useLogger-
|
|
3
|
-
import { a as useLocale } from "./useLocale-
|
|
2
|
+
import { i as useLogger, o as createPluginContext } from "./useLogger-DCvIu_Mj.mjs";
|
|
3
|
+
import { a as useLocale } from "./useLocale-C7I4BsIS.mjs";
|
|
4
4
|
//#region src/composables/useRules/adapters/standard.ts
|
|
5
5
|
/**
|
|
6
6
|
* Type guard for Standard Schema objects.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as IN_BROWSER } from "./globals-
|
|
1
|
+
import { t as IN_BROWSER } from "./globals-DhDj6Ko1.mjs";
|
|
2
2
|
import { isArray, isNullOrUndefined, isObject } from "./utilities/index.mjs";
|
|
3
|
-
import { i as useLogger, o as createPluginContext } from "./useLogger-
|
|
4
|
-
import { r as useWindowEventListener } from "./useEventListener
|
|
3
|
+
import { i as useLogger, o as createPluginContext } from "./useLogger-DCvIu_Mj.mjs";
|
|
4
|
+
import { r as useWindowEventListener } from "./useEventListener--vhbyU45.mjs";
|
|
5
5
|
import { t as MemoryStorageAdapter } from "./memory-BJjkQzxs.mjs";
|
|
6
6
|
import { ref, watch } from "vue";
|
|
7
7
|
//#region src/composables/useStorage/index.ts
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { foreground } from "./utilities/index.mjs";
|
|
2
|
-
import { o as createPluginContext } from "./useLogger-
|
|
3
|
-
import { t as createSingle } from "./createSingle-
|
|
4
|
-
import { r as flatten, t as createTokens } from "./createTokens-
|
|
5
|
-
import { t as V0StyleSheetThemeAdapter } from "./v0-
|
|
2
|
+
import { o as createPluginContext } from "./useLogger-DCvIu_Mj.mjs";
|
|
3
|
+
import { t as createSingle } from "./createSingle-BWN73zob.mjs";
|
|
4
|
+
import { r as flatten, t as createTokens } from "./createTokens-DqtwpqYn.mjs";
|
|
5
|
+
import { t as V0StyleSheetThemeAdapter } from "./v0-QF9ZrOlB.mjs";
|
|
6
6
|
import { computed, shallowRef, toRef } from "vue";
|
|
7
7
|
//#region src/composables/useTheme/index.ts
|
|
8
8
|
/**
|
package/dist/utilities/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as IN_BROWSER } from "./globals-
|
|
1
|
+
import { t as IN_BROWSER } from "./globals-DhDj6Ko1.mjs";
|
|
2
2
|
import { isFunction } from "./utilities/index.mjs";
|
|
3
3
|
import { t as LoggerAdapter } from "./adapter-Chznb9Ju.mjs";
|
|
4
4
|
//#region src/composables/useLogger/adapters/v0.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as IN_BROWSER } from "./globals-
|
|
1
|
+
import { t as IN_BROWSER } from "./globals-DhDj6Ko1.mjs";
|
|
2
2
|
import { isObject, isString, isUndefined } from "./utilities/index.mjs";
|
|
3
3
|
import { t as LocaleAdapter } from "./adapter-bwZo7b5p.mjs";
|
|
4
4
|
//#region src/composables/useLocale/adapters/v0.ts
|