@vuetify/v0 0.1.7 → 0.1.9
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/SKILL.md +95 -0
- package/dist/adapter-CWp5eQ6R.d.mts +17 -0
- package/dist/{adapter-DIx4Rntl.d.mts → adapter-hDuQ9aNN.d.mts} +4 -4
- package/dist/browser/index.js +3168 -929
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.mjs +23 -23
- package/dist/{components-CACff-Lt.mjs → components-mSy9az8x.mjs} +1358 -242
- package/dist/composables/index.d.mts +16 -15
- package/dist/composables/index.mjs +22 -22
- package/dist/{consola-BVzYzeLH.d.mts → consola-C1OjyZVf.d.mts} +1 -1
- package/dist/constants/index.d.mts +1 -1
- package/dist/constants/index.mjs +1 -1
- package/dist/{createDataTable-CLI4TALE.mjs → createDataTable-DIl09siC.mjs} +5 -5
- package/dist/{createGroup-Cf6lK9BR.mjs → createGroup-PvzsLu9E.mjs} +1 -1
- package/dist/{createPagination-Bu8vE0JW.mjs → createPagination-DZSJ8aO5.mjs} +5 -5
- package/dist/{createSelection-DvOR2tKk.mjs → createSelection-DbWP6c7H.mjs} +1 -1
- package/dist/{createSingle-Bbcwcq4R.mjs → createSingle-CeAJpbXs.mjs} +6 -6
- package/dist/{createTokens-CMRBDlzN.mjs → createTokens-C1gIuKCK.mjs} +27 -5
- package/dist/data-table/adapters/client/index.d.mts +1 -1
- package/dist/data-table/adapters/client/index.mjs +3 -3
- package/dist/data-table/adapters/index.d.mts +4 -4
- package/dist/data-table/adapters/index.mjs +5 -5
- package/dist/data-table/adapters/server/index.d.mts +1 -1
- package/dist/data-table/adapters/server/index.mjs +3 -3
- package/dist/data-table/adapters/virtual/index.d.mts +1 -1
- package/dist/data-table/adapters/virtual/index.mjs +3 -3
- package/dist/data-table/index.d.mts +5 -5
- package/dist/data-table/index.mjs +14 -14
- package/dist/date/index.mjs +1 -1
- package/dist/features/adapters/posthog/index.mjs +2 -2
- package/dist/features/index.d.mts +1 -1
- package/dist/features/index.mjs +8 -8
- package/dist/{globals-BqRH_jdr.mjs → globals-3i9umzyz.mjs} +1 -1
- package/dist/{index-8sflFIN8.d.mts → index-BoK8Ln2f.d.mts} +3 -1
- package/dist/{index-CKbxWC4t.d.mts → index-C5XZRWlO.d.mts} +2691 -1303
- package/dist/{index-CmCMrlt3.d.mts → index-CLDBngUs.d.mts} +1 -1
- package/dist/{index-BE848tZ2.d.mts → index-D0qnkRbl.d.mts} +505 -197
- package/dist/index.d.mts +19 -18
- package/dist/index.mjs +23 -23
- package/dist/json/attributes.json +312 -0
- package/dist/json/importMap.json +84 -0
- package/dist/json/tags.json +168 -0
- package/dist/json/web-types.json +1147 -132
- package/dist/locale/adapters/index.d.mts +3 -2
- package/dist/locale/adapters/index.mjs +2 -2
- package/dist/locale/adapters/v0/index.d.mts +1 -1
- package/dist/locale/adapters/v0/index.mjs +2 -2
- package/dist/locale/adapters/vue-i18n/index.d.mts +22 -0
- package/dist/locale/adapters/vue-i18n/index.mjs +26 -0
- package/dist/locale/index.d.mts +4 -3
- package/dist/locale/index.mjs +8 -9
- package/dist/logger/adapters/consola/index.d.mts +1 -1
- package/dist/logger/adapters/index.d.mts +4 -4
- package/dist/logger/adapters/index.mjs +2 -2
- package/dist/logger/adapters/pino/index.d.mts +1 -1
- package/dist/logger/adapters/pino/index.mjs +1 -1
- package/dist/logger/adapters/v0/index.d.mts +1 -1
- package/dist/logger/adapters/v0/index.mjs +2 -2
- package/dist/logger/index.d.mts +5 -5
- package/dist/logger/index.mjs +3 -3
- package/dist/notifications/index.d.mts +78 -0
- package/dist/notifications/index.mjs +215 -0
- package/dist/palettes/ant/index.d.mts +1 -1
- package/dist/palettes/index.d.mts +2 -2
- package/dist/palettes/material/index.d.mts +1 -1
- package/dist/palettes/md1/index.d.mts +1 -1
- package/dist/palettes/md2/index.d.mts +1 -1
- package/dist/palettes/radix/index.d.mts +1 -1
- package/dist/palettes/tailwind/index.d.mts +1 -1
- package/dist/permissions/adapters/index.d.mts +2 -2
- package/dist/permissions/adapters/index.mjs +1 -1
- package/dist/permissions/adapters/v0/index.d.mts +1 -1
- package/dist/permissions/adapters/v0/index.mjs +1 -1
- package/dist/permissions/index.d.mts +1 -1
- package/dist/permissions/index.mjs +5 -5
- package/dist/{pino-Bzighnkd.d.mts → pino-CM1iLXmi.d.mts} +1 -1
- package/dist/{posthog-DbPqmaAp.mjs → posthog-CCQFQ5XD.mjs} +1 -1
- package/dist/rules/index.d.mts +1 -1
- package/dist/rules/index.mjs +9 -10
- package/dist/{server-Ch9J86tb.d.mts → server-Ct-h4-OA.d.mts} +1 -1
- package/dist/{server-CZ6ahbEH.mjs → server-DHET3KNW.mjs} +1 -1
- package/dist/storage/adapters/index.d.mts +2 -2
- package/dist/storage/adapters/memory/index.d.mts +1 -1
- package/dist/storage/index.d.mts +3 -3
- package/dist/storage/index.mjs +21 -21
- package/dist/theme/adapters/index.d.mts +1 -1
- package/dist/theme/adapters/index.mjs +2 -2
- package/dist/theme/adapters/v0/index.d.mts +1 -1
- package/dist/theme/adapters/v0/index.mjs +2 -2
- package/dist/theme/index.d.mts +1 -1
- package/dist/theme/index.mjs +8 -8
- package/dist/{useClickOutside-YOGwKo7v.mjs → useClickOutside-hOhNk4eS.mjs} +1251 -165
- package/dist/{useFeatures-BGDgUrdr.mjs → useFeatures-CXRQvucQ.mjs} +3 -3
- package/dist/{useLocale-C8I_fNAS.mjs → useLocale-BaufqE5Z.mjs} +16 -30
- package/dist/{useLogger-B70T4SgK.mjs → useLogger-cGK00Ywd.mjs} +2 -2
- package/dist/{usePermissions-afVt2qR7.mjs → usePermissions-CR0HkjsF.mjs} +2 -2
- package/dist/{useRules-7C92Xzyt.mjs → useRules-LD-_-Hxt.mjs} +3 -3
- package/dist/{useTheme-jp2wL2FJ.mjs → useTheme-Cs79AFNR.mjs} +5 -5
- package/dist/utilities/index.d.mts +1 -1
- package/dist/utilities/index.mjs +2 -1
- package/dist/{v0-V-cQsuZD.mjs → v0-BJYwZgtp.mjs} +1 -1
- package/dist/v0-BdD1F6JK.d.mts +19 -0
- package/dist/{v0-YAqbXudL.mjs → v0-BoWQ8RK0.mjs} +1 -1
- package/dist/{v0-CdUL2eOn.d.mts → v0-CMeh39LQ.d.mts} +1 -1
- package/dist/v0-CehUknHv.mjs +62 -0
- package/dist/{v0-1bfmyZ5_.d.mts → v0-DFAgNbvC.d.mts} +1 -1
- package/dist/{v0-1xxC39wf.d.mts → v0-JPf99NKg.d.mts} +1 -1
- package/dist/{v0-CGlkn5u7.mjs → v0-Zu7neOYg.mjs} +1 -1
- package/dist/{virtual-DwBiFA25.d.mts → virtual-B1lRbO7Q.d.mts} +1 -1
- package/dist/{virtual-eDNVH1fz.mjs → virtual-D0_D5gkh.mjs} +1 -1
- package/package.json +12 -4
- package/dist/v0-CAKa6tzG.d.mts +0 -22
- package/dist/v0-CHvU3jQE.mjs +0 -35
- /package/dist/{adapter-JTFG3Jn8.d.mts → adapter-CJQav2JB.d.mts} +0 -0
- /package/dist/{index-MHkcqY_y.d.mts → index-BL4uTXWQ.d.mts} +0 -0
- /package/dist/{index-B5ZDDkXv.d.mts → index-BvTD7kU8.d.mts} +0 -0
- /package/dist/{index-NsE5nARK.d.mts → index-DSao7i57.d.mts} +0 -0
- /package/dist/{memory-BTtRdnNn.d.mts → memory-DyBabFV1.d.mts} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { o as ID, s as MaybeArray } from "./index-Dor6eAEc.mjs";
|
|
1
|
+
import { i as Extensible, o as ID, s as MaybeArray } from "./index-Dor6eAEc.mjs";
|
|
2
2
|
import { t as ContextTrinity } from "./index-CeNfBYuo.mjs";
|
|
3
|
-
import { b as RegistryTicketInput, c as TokenTicket, i as TokenContext, o as TokenOptions, p as RegistryContext, r as TokenCollection, v as RegistryOptions, y as RegistryTicket } from "./index-
|
|
3
|
+
import { b as RegistryTicketInput, c as TokenTicket, i as TokenContext, o as TokenOptions, p as RegistryContext, r as TokenCollection, v as RegistryOptions, y as RegistryTicket } from "./index-BoK8Ln2f.mjs";
|
|
4
4
|
import { t as DateAdapter } from "./adapter-CqP9Z4JU.mjs";
|
|
5
5
|
import { n as FeaturesAdapterFlags, r as FeaturesAdapterInterface } from "./index-dJKXAO5D.mjs";
|
|
6
|
-
import {
|
|
7
|
-
import { t as LoggerAdapter } from "./adapter-
|
|
8
|
-
import { t as StorageAdapter } from "./index-
|
|
6
|
+
import { t as LocaleAdapter } from "./adapter-CWp5eQ6R.mjs";
|
|
7
|
+
import { t as LoggerAdapter } from "./adapter-CJQav2JB.mjs";
|
|
8
|
+
import { t as StorageAdapter } from "./index-DSao7i57.mjs";
|
|
9
9
|
import { App, ComponentPublicInstance, ComputedRef, InjectionKey, MaybeRef, MaybeRefOrGetter, Reactive, Ref, ShallowRef, UnwrapNestedRefs, WatchSource } from "vue";
|
|
10
10
|
|
|
11
11
|
//#region src/composables/createModel/index.d.ts
|
|
@@ -1388,6 +1388,7 @@ declare function toReactive<Z extends object>(objectRef: MaybeRef<Z>): UnwrapNes
|
|
|
1388
1388
|
type BreakpointName = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
1389
1389
|
interface BreakpointsContext {
|
|
1390
1390
|
breakpoints: Readonly<Record<BreakpointName, number>>;
|
|
1391
|
+
mobileBreakpoint: BreakpointName | number;
|
|
1391
1392
|
name: Readonly<ShallowRef<BreakpointName>>;
|
|
1392
1393
|
width: Readonly<ShallowRef<number>>;
|
|
1393
1394
|
height: Readonly<ShallowRef<number>>;
|
|
@@ -1402,12 +1403,10 @@ interface BreakpointsContext {
|
|
|
1402
1403
|
mdAndUp: Readonly<ShallowRef<boolean>>;
|
|
1403
1404
|
lgAndUp: Readonly<ShallowRef<boolean>>;
|
|
1404
1405
|
xlAndUp: Readonly<ShallowRef<boolean>>;
|
|
1405
|
-
xxlAndUp: Readonly<ShallowRef<boolean>>;
|
|
1406
1406
|
smAndDown: Readonly<ShallowRef<boolean>>;
|
|
1407
1407
|
mdAndDown: Readonly<ShallowRef<boolean>>;
|
|
1408
1408
|
lgAndDown: Readonly<ShallowRef<boolean>>;
|
|
1409
1409
|
xlAndDown: Readonly<ShallowRef<boolean>>;
|
|
1410
|
-
xxlAndDown: Readonly<ShallowRef<boolean>>;
|
|
1411
1410
|
ssr: boolean;
|
|
1412
1411
|
update: () => void;
|
|
1413
1412
|
}
|
|
@@ -1959,51 +1958,50 @@ declare const createRulesContext: <_E extends RulesContext = RulesContext>(_opti
|
|
|
1959
1958
|
//#endregion
|
|
1960
1959
|
//#region src/composables/createValidation/index.d.ts
|
|
1961
1960
|
/**
|
|
1962
|
-
* Input type for validation tickets
|
|
1963
|
-
*
|
|
1964
|
-
* @template V The type of the field value.
|
|
1961
|
+
* Input type for validation tickets.
|
|
1962
|
+
* Each ticket represents a single validation rule.
|
|
1965
1963
|
*/
|
|
1966
|
-
interface ValidationTicketInput
|
|
1967
|
-
/** Validation rules: functions, alias strings, or Standard Schema objects. */
|
|
1968
|
-
rules?: (FormValidationRule | RuleAlias | StandardSchemaV1)[];
|
|
1969
|
-
/** Whether this field is disabled. */
|
|
1970
|
-
disabled?: boolean;
|
|
1971
|
-
}
|
|
1964
|
+
interface ValidationTicketInput extends GroupTicketInput<FormValidationRule> {}
|
|
1972
1965
|
/**
|
|
1973
|
-
* Output type for validation tickets
|
|
1974
|
-
*
|
|
1975
|
-
* @template Z The input ticket type.
|
|
1966
|
+
* Output type for validation tickets.
|
|
1967
|
+
* Includes selection methods from GroupTicket for enabling/disabling rules.
|
|
1976
1968
|
*/
|
|
1977
|
-
type ValidationTicket<Z extends ValidationTicketInput = ValidationTicketInput> =
|
|
1978
|
-
/** Run validation. Pass silent=true to check without updating state. */validate: (silent?: boolean) => Promise<boolean>; /** Reset value, errors, and validation state. */
|
|
1979
|
-
reset: () => void; /** Whether this field is disabled. */
|
|
1980
|
-
disabled: boolean; /** Current validation error messages. */
|
|
1981
|
-
errors: ShallowRef<string[]>; /** Resolved validation rules (FormValidationRule[]). */
|
|
1982
|
-
rules: FormValidationRule[]; /** Whether the field value has not been modified since registration or last reset. */
|
|
1983
|
-
isPristine: ShallowRef<boolean>; /** Tri-state: null (not validated), true (valid), false (invalid). */
|
|
1984
|
-
isValid: ShallowRef<boolean | null>; /** Whether async validation is in progress. */
|
|
1985
|
-
isValidating: ShallowRef<boolean>;
|
|
1986
|
-
};
|
|
1969
|
+
type ValidationTicket<Z extends ValidationTicketInput = ValidationTicketInput> = GroupTicket<Z>;
|
|
1987
1970
|
/**
|
|
1988
|
-
* Context for managing
|
|
1971
|
+
* Context for managing validation rules for a single input.
|
|
1989
1972
|
*
|
|
1990
1973
|
* @template Z The input ticket type.
|
|
1991
1974
|
* @template E The output ticket type.
|
|
1992
1975
|
*/
|
|
1993
|
-
interface ValidationContext<Z extends ValidationTicketInput = ValidationTicketInput, E extends ValidationTicket<Z> = ValidationTicket<Z>> extends Omit<
|
|
1994
|
-
register: (
|
|
1995
|
-
onboard: (
|
|
1996
|
-
/**
|
|
1997
|
-
|
|
1998
|
-
/**
|
|
1999
|
-
|
|
1976
|
+
interface ValidationContext<Z extends ValidationTicketInput = ValidationTicketInput, E extends ValidationTicket<Z> = ValidationTicket<Z>> extends Omit<GroupContext<Z, E>, 'register' | 'onboard' | 'reset'> {
|
|
1977
|
+
register: (rule: RuleInput | Partial<Z>) => E;
|
|
1978
|
+
onboard: (rules: (RuleInput | Partial<Z>)[]) => E[];
|
|
1979
|
+
/** Run validation against all active (selected) rules. */
|
|
1980
|
+
validate: (value?: unknown, silent?: boolean) => Promise<boolean>;
|
|
1981
|
+
/** Reset errors and validation state. Does not affect rule selection. */
|
|
1982
|
+
reset: () => void;
|
|
1983
|
+
/** Current validation error messages. */
|
|
1984
|
+
errors: ShallowRef<string[]>;
|
|
1985
|
+
/** Tri-state: null (not validated), true (valid), false (invalid). */
|
|
1986
|
+
isValid: ShallowRef<boolean | null>;
|
|
1987
|
+
/** Whether async validation is in progress. */
|
|
1988
|
+
isValidating: ShallowRef<boolean>;
|
|
1989
|
+
}
|
|
1990
|
+
interface ValidationOptions extends GroupOptions {
|
|
1991
|
+
/** Initial rules to register. */
|
|
1992
|
+
rules?: RuleInput[];
|
|
1993
|
+
/** Value source for validate() when called without arguments. */
|
|
1994
|
+
value?: MaybeRefOrGetter<unknown>;
|
|
2000
1995
|
}
|
|
2001
|
-
interface ValidationOptions extends RegistryOptions {}
|
|
2002
1996
|
/**
|
|
2003
|
-
* Creates a
|
|
1997
|
+
* Creates a per-input validation instance.
|
|
1998
|
+
*
|
|
1999
|
+
* Built on `createGroup` — each registered rule becomes a ticket that can be
|
|
2000
|
+
* enabled/disabled via selection methods (`select`, `unselect`, `toggle`).
|
|
2001
|
+
* Only selected (active) rules run during validation.
|
|
2004
2002
|
*
|
|
2005
2003
|
* @param options The options for the validation instance.
|
|
2006
|
-
* @returns A new validation context
|
|
2004
|
+
* @returns A new validation context.
|
|
2007
2005
|
*
|
|
2008
2006
|
* @see https://0.vuetifyjs.com/composables/forms/create-validation
|
|
2009
2007
|
*
|
|
@@ -2011,22 +2009,21 @@ interface ValidationOptions extends RegistryOptions {}
|
|
|
2011
2009
|
* ```ts
|
|
2012
2010
|
* import { createValidation } from '@vuetify/v0'
|
|
2013
2011
|
*
|
|
2014
|
-
* const validation = createValidation(
|
|
2015
|
-
*
|
|
2016
|
-
*
|
|
2017
|
-
*
|
|
2018
|
-
*
|
|
2019
|
-
* rules: [(v) => !!v || 'Required'],
|
|
2012
|
+
* const validation = createValidation({
|
|
2013
|
+
* rules: [
|
|
2014
|
+
* v => !!v || 'Required',
|
|
2015
|
+
* v => /^.+@\S+\.\S+$/.test(String(v)) || 'Invalid email',
|
|
2016
|
+
* ],
|
|
2020
2017
|
* })
|
|
2021
2018
|
*
|
|
2022
|
-
* await
|
|
2019
|
+
* await validation.validate('')
|
|
2023
2020
|
*
|
|
2024
|
-
* console.log(
|
|
2021
|
+
* console.log(validation.errors.value) // ['Required', 'Invalid email']
|
|
2025
2022
|
*
|
|
2026
|
-
*
|
|
2023
|
+
* validation.reset()
|
|
2027
2024
|
* ```
|
|
2028
2025
|
*/
|
|
2029
|
-
declare function createValidation<Z extends ValidationTicketInput = ValidationTicketInput, E extends ValidationTicket<Z> = ValidationTicket<Z>, R extends ValidationContext<Z, E> = ValidationContext<Z, E>>(
|
|
2026
|
+
declare function createValidation<Z extends ValidationTicketInput = ValidationTicketInput, E extends ValidationTicket<Z> = ValidationTicket<Z>, R extends ValidationContext<Z, E> = ValidationContext<Z, E>>(_options?: ValidationOptions): R;
|
|
2030
2027
|
//#endregion
|
|
2031
2028
|
//#region src/composables/createForm/index.d.ts
|
|
2032
2029
|
type FormValidationResult = string | boolean | Promise<string | boolean>;
|
|
@@ -2058,9 +2055,9 @@ interface FormContext<Z extends FormTicketInput = FormTicketInput, E extends For
|
|
|
2058
2055
|
/** Reset all registered validations. */
|
|
2059
2056
|
reset: () => void;
|
|
2060
2057
|
/** Whether the form is disabled. Components can read this to conditionally disable inputs. */
|
|
2061
|
-
disabled:
|
|
2058
|
+
disabled: MaybeRefOrGetter<boolean>;
|
|
2062
2059
|
/** Whether the form is readonly. Components can read this to conditionally disable inputs. */
|
|
2063
|
-
readonly:
|
|
2060
|
+
readonly: MaybeRefOrGetter<boolean>;
|
|
2064
2061
|
/** Aggregate: true if all validations valid, false if any invalid, null if any unvalidated. */
|
|
2065
2062
|
isValid: ComputedRef<boolean | null>;
|
|
2066
2063
|
/** Aggregate: true if any validation is in progress. */
|
|
@@ -2090,14 +2087,14 @@ interface FormContextOptions extends FormOptions {
|
|
|
2090
2087
|
* @example
|
|
2091
2088
|
* ```ts
|
|
2092
2089
|
* import { createForm, createValidation } from '@vuetify/v0'
|
|
2090
|
+
* import { shallowRef } from 'vue'
|
|
2093
2091
|
*
|
|
2094
2092
|
* const form = createForm()
|
|
2095
2093
|
*
|
|
2096
|
-
* //
|
|
2097
|
-
* const
|
|
2098
|
-
* const
|
|
2099
|
-
*
|
|
2100
|
-
* value: '',
|
|
2094
|
+
* // Each validation is one input — form is just the coordinator
|
|
2095
|
+
* const email = shallowRef('')
|
|
2096
|
+
* const validation = createValidation({
|
|
2097
|
+
* value: email,
|
|
2101
2098
|
* rules: ['required', 'email'],
|
|
2102
2099
|
* })
|
|
2103
2100
|
*
|
|
@@ -2418,6 +2415,13 @@ interface LazyOptions {
|
|
|
2418
2415
|
* @default false
|
|
2419
2416
|
*/
|
|
2420
2417
|
eager?: MaybeRefOrGetter<boolean>;
|
|
2418
|
+
/**
|
|
2419
|
+
* Delay in milliseconds before activation. Prevents flash on quick
|
|
2420
|
+
* hover-throughs by requiring the active state to persist for this
|
|
2421
|
+
* duration before booting content.
|
|
2422
|
+
* @default 0
|
|
2423
|
+
*/
|
|
2424
|
+
delay?: number;
|
|
2421
2425
|
}
|
|
2422
2426
|
interface LazyContext {
|
|
2423
2427
|
/**
|
|
@@ -2495,11 +2499,10 @@ interface LocaleTicketInput extends SingleTicketInput {}
|
|
|
2495
2499
|
type LocaleTicket<Z extends LocaleTicketInput = LocaleTicketInput> = SingleTicket<Z>;
|
|
2496
2500
|
interface LocaleContext<Z extends LocaleTicketInput = LocaleTicketInput, E extends LocaleTicket<Z> = LocaleTicket<Z>> extends Omit<SingleContext<Z, E>, 'register'> {
|
|
2497
2501
|
/**
|
|
2498
|
-
* Translate a message key with optional parameters
|
|
2502
|
+
* Translate a message key with optional parameters.
|
|
2499
2503
|
*
|
|
2500
2504
|
* @param key - The message key to look up
|
|
2501
|
-
* @param params - Optional object
|
|
2502
|
-
* @param fallback - Optional fallback string if key not found in messages
|
|
2505
|
+
* @param params - Optional named params object, followed by positional params
|
|
2503
2506
|
* @returns The translated and interpolated message
|
|
2504
2507
|
*
|
|
2505
2508
|
* @example
|
|
@@ -2507,16 +2510,14 @@ interface LocaleContext<Z extends LocaleTicketInput = LocaleTicketInput, E exten
|
|
|
2507
2510
|
* // Simple key lookup
|
|
2508
2511
|
* locale.t('hello') // Returns message for 'hello' or 'hello' if not found
|
|
2509
2512
|
*
|
|
2510
|
-
* // With parameters
|
|
2513
|
+
* // With named parameters
|
|
2511
2514
|
* locale.t('greeting', { name: 'World' }) // 'Hello {name}' → 'Hello World'
|
|
2512
2515
|
*
|
|
2513
|
-
* // With
|
|
2514
|
-
* locale.t('
|
|
2515
|
-
* // If 'pagination.goToPage' exists: uses that message with {page} replaced
|
|
2516
|
-
* // If not found: returns 'Go to page 5'
|
|
2516
|
+
* // With positional parameters
|
|
2517
|
+
* locale.t('sum', 1, 2, 3) // 'Sum: {0} + {1} = {2}' → 'Sum: 1 + 2 = 3'
|
|
2517
2518
|
* ```
|
|
2518
2519
|
*/
|
|
2519
|
-
t: (key: string, params
|
|
2520
|
+
t: (key: string, ...params: unknown[]) => string;
|
|
2520
2521
|
n: (value: number) => string;
|
|
2521
2522
|
/** Register a locale (accepts input type, returns output type) */
|
|
2522
2523
|
register: (registration?: Partial<Z>) => E;
|
|
@@ -2623,7 +2624,7 @@ interface MediaQueryContext {
|
|
|
2623
2624
|
/** Whether the media query currently matches */
|
|
2624
2625
|
readonly matches: Readonly<ShallowRef<boolean>>;
|
|
2625
2626
|
/** The current media query string */
|
|
2626
|
-
readonly query:
|
|
2627
|
+
readonly query: Readonly<Ref<string>>;
|
|
2627
2628
|
/** The underlying MediaQueryList (null on server) */
|
|
2628
2629
|
readonly mediaQueryList: Readonly<ShallowRef<MediaQueryList | null>>;
|
|
2629
2630
|
/** Stop listening and clean up */
|
|
@@ -3139,135 +3140,6 @@ declare function createNestedContext<Z extends NestedTicketInput = NestedTicketI
|
|
|
3139
3140
|
*/
|
|
3140
3141
|
declare function useNested<Z extends NestedTicketInput = NestedTicketInput, E extends NestedTicket<Z> = NestedTicket<Z>, R extends NestedContext<Z, E> = NestedContext<Z, E>>(namespace?: string): R;
|
|
3141
3142
|
//#endregion
|
|
3142
|
-
//#region src/composables/usePermissions/adapters/adapter.d.ts
|
|
3143
|
-
interface PermissionAdapterInterface {
|
|
3144
|
-
can: <Z extends PermissionTicket = PermissionTicket>(role: ID, action: string, subject: string, context: Record<string, any>, permissions: PermissionContext<Z>) => boolean;
|
|
3145
|
-
}
|
|
3146
|
-
declare abstract class PermissionAdapter implements PermissionAdapterInterface {
|
|
3147
|
-
abstract can<Z extends PermissionTicket = PermissionTicket>(role: ID, action: string, subject: string, context: Record<string, any>, permissions: PermissionContext<Z>): boolean;
|
|
3148
|
-
}
|
|
3149
|
-
//#endregion
|
|
3150
|
-
//#region src/composables/usePermissions/index.d.ts
|
|
3151
|
-
interface PermissionTicket extends TokenTicket<boolean | ((context: Record<string, any>) => boolean)> {}
|
|
3152
|
-
interface PermissionContext<Z extends PermissionTicket = PermissionTicket> extends TokenContext<Z> {
|
|
3153
|
-
can: (id: ID, action: string, subject: string, context?: Record<string, any>) => boolean;
|
|
3154
|
-
}
|
|
3155
|
-
interface PermissionOptions extends TokenOptions {
|
|
3156
|
-
adapter?: PermissionAdapter;
|
|
3157
|
-
permissions?: Record<ID, any>;
|
|
3158
|
-
}
|
|
3159
|
-
interface PermissionContextOptions extends PermissionOptions {
|
|
3160
|
-
namespace?: string;
|
|
3161
|
-
}
|
|
3162
|
-
interface PermissionPluginOptions extends PermissionContextOptions {}
|
|
3163
|
-
/**
|
|
3164
|
-
* Creates a new permissions instance.
|
|
3165
|
-
*
|
|
3166
|
-
* @param options The options for the permissions instance.
|
|
3167
|
-
* @template Z The type of the permission ticket.
|
|
3168
|
-
* @template E The type of the permission context.
|
|
3169
|
-
* @returns A new permissions instance.
|
|
3170
|
-
*
|
|
3171
|
-
* @see https://0.vuetifyjs.com/composables/plugins/use-permissions
|
|
3172
|
-
*
|
|
3173
|
-
* @example
|
|
3174
|
-
* ```ts
|
|
3175
|
-
* import { createPermissions } from '@vuetify/v0'
|
|
3176
|
-
*
|
|
3177
|
-
* const [usePermissions, providePermissions] = createPermissions({
|
|
3178
|
-
* namespace: 'v0:permissions',
|
|
3179
|
-
* permissions: {
|
|
3180
|
-
* admin: [['read', 'users']],
|
|
3181
|
-
* editor: [['edit', 'posts']],
|
|
3182
|
-
* },
|
|
3183
|
-
* })
|
|
3184
|
-
* ```
|
|
3185
|
-
*/
|
|
3186
|
-
declare function createPermissions<Z extends PermissionTicket = PermissionTicket, E extends PermissionContext<Z> = PermissionContext<Z>>(_options?: PermissionOptions): E;
|
|
3187
|
-
declare const createPermissionsContext: <_E extends PermissionContext<PermissionTicket> = PermissionContext<PermissionTicket>>(_options?: PermissionContextOptions | undefined) => ContextTrinity<_E>, createPermissionsPlugin: (_options?: PermissionContextOptions | undefined) => Plugin, usePermissions: <_E extends PermissionContext<PermissionTicket> = PermissionContext<PermissionTicket>>(namespace?: string) => _E;
|
|
3188
|
-
//#endregion
|
|
3189
|
-
//#region src/composables/useProxyModel/index.d.ts
|
|
3190
|
-
interface ProxyModelOptions {
|
|
3191
|
-
multiple?: MaybeRefOrGetter<boolean>;
|
|
3192
|
-
transformIn?: (val: unknown) => unknown;
|
|
3193
|
-
transformOut?: (val: unknown) => unknown;
|
|
3194
|
-
}
|
|
3195
|
-
/**
|
|
3196
|
-
* Minimal interface for useProxyModel's context parameter.
|
|
3197
|
-
* Both ModelContext (Set-based) and SliderContext (Array-based) satisfy this.
|
|
3198
|
-
*/
|
|
3199
|
-
interface ProxyModelTarget {
|
|
3200
|
-
selectedValues: {
|
|
3201
|
-
readonly value: Iterable<unknown>;
|
|
3202
|
-
};
|
|
3203
|
-
apply: (values: unknown[], options?: {
|
|
3204
|
-
multiple?: boolean;
|
|
3205
|
-
}) => void;
|
|
3206
|
-
select?: (id: string | number) => void;
|
|
3207
|
-
multiple?: MaybeRefOrGetter<boolean>;
|
|
3208
|
-
on?: (event: string, cb: (data: unknown) => void) => void;
|
|
3209
|
-
off?: (event: string, cb: (data: unknown) => void) => void;
|
|
3210
|
-
}
|
|
3211
|
-
/**
|
|
3212
|
-
* Syncs a ref with a model context bidirectionally.
|
|
3213
|
-
*
|
|
3214
|
-
* @param context The model context to bind to.
|
|
3215
|
-
* @param model The ref to sync.
|
|
3216
|
-
* @param options The options for the proxy model.
|
|
3217
|
-
* @returns A function to stop the sync.
|
|
3218
|
-
*
|
|
3219
|
-
* @see https://0.vuetifyjs.com/composables/forms/use-proxy-model
|
|
3220
|
-
*
|
|
3221
|
-
* @example
|
|
3222
|
-
* ```ts
|
|
3223
|
-
* import { createSelection, useProxyModel } from '@vuetify/v0'
|
|
3224
|
-
*
|
|
3225
|
-
* const model = ref()
|
|
3226
|
-
* const registry = createSelection({ events: true })
|
|
3227
|
-
* registry.onboard([
|
|
3228
|
-
* { id: 'item-1', value: 'Item 1' },
|
|
3229
|
-
* { id: 'item-2', value: 'Item 2' },
|
|
3230
|
-
* ])
|
|
3231
|
-
*
|
|
3232
|
-
* const stop = useProxyModel(registry, model)
|
|
3233
|
-
* ```
|
|
3234
|
-
*/
|
|
3235
|
-
declare function useProxyModel(context: ProxyModelTarget, model: Ref<unknown>, options?: ProxyModelOptions): () => void;
|
|
3236
|
-
//#endregion
|
|
3237
|
-
//#region src/composables/useProxyRegistry/index.d.ts
|
|
3238
|
-
interface ProxyRegistryOptions {
|
|
3239
|
-
deep?: boolean;
|
|
3240
|
-
}
|
|
3241
|
-
interface ProxyRegistryContext<Z extends RegistryTicket = RegistryTicket> {
|
|
3242
|
-
keys: ID[];
|
|
3243
|
-
values: Z[];
|
|
3244
|
-
entries: [ID, Z][];
|
|
3245
|
-
size: number;
|
|
3246
|
-
}
|
|
3247
|
-
/**
|
|
3248
|
-
* Creates a proxy registry that provides reactive objects for registry data.
|
|
3249
|
-
*
|
|
3250
|
-
* @param registry The registry instance to proxy.
|
|
3251
|
-
* @param options The options for the proxy registry.
|
|
3252
|
-
* @template Z The input ticket type (what users provide to register).
|
|
3253
|
-
* @template E The output ticket type (what users receive from get/values).
|
|
3254
|
-
* @returns A proxy registry with reactive objects.
|
|
3255
|
-
*
|
|
3256
|
-
* @see https://0.vuetifyjs.com/composables/registration/use-proxy-registry
|
|
3257
|
-
*
|
|
3258
|
-
* @example
|
|
3259
|
-
* ```ts
|
|
3260
|
-
* import { createRegistry, useProxyRegistry } from '@vuetify/v0'
|
|
3261
|
-
*
|
|
3262
|
-
* const registry = createRegistry({ events: true })
|
|
3263
|
-
* const proxy = useProxyRegistry(registry)
|
|
3264
|
-
*
|
|
3265
|
-
* registry.register({ value: 'Item 1' })
|
|
3266
|
-
* console.log(proxy.size) // 1
|
|
3267
|
-
* ```
|
|
3268
|
-
*/
|
|
3269
|
-
declare function useProxyRegistry<Z extends RegistryTicketInput = RegistryTicketInput, E extends RegistryTicket & Z = RegistryTicket & Z>(registry: RegistryContext<Z, E>, options?: ProxyRegistryOptions): ProxyRegistryContext<E>;
|
|
3270
|
-
//#endregion
|
|
3271
3143
|
//#region src/composables/createQueue/index.d.ts
|
|
3272
3144
|
/**
|
|
3273
3145
|
* Input type for queue tickets - what users provide to register().
|
|
@@ -3574,6 +3446,325 @@ declare function createQueueContext<Z extends QueueTicketInput = QueueTicketInpu
|
|
|
3574
3446
|
*/
|
|
3575
3447
|
declare function useQueue<Z extends QueueTicketInput = QueueTicketInput, E extends QueueTicket<Z> = QueueTicket<Z>, R extends QueueContext<Z, E> = QueueContext<Z, E>>(namespace?: string): R;
|
|
3576
3448
|
//#endregion
|
|
3449
|
+
//#region src/composables/useNotifications/index.d.ts
|
|
3450
|
+
/** Notification urgency level. Maps to ARIA roles: `'error'`/`'warning'` → `role="alert"`, `'info'`/`'success'` → `role="status"`. Extensible — custom values like `'critical'` are allowed with autocomplete for defaults. */
|
|
3451
|
+
type NotificationSeverity = Extensible<'info' | 'warning' | 'error' | 'success'>;
|
|
3452
|
+
/** Input shape for creating a notification via {@link send} or {@link register}. */
|
|
3453
|
+
interface NotificationInput extends RegistryTicketInput {
|
|
3454
|
+
/** Notification headline. */
|
|
3455
|
+
subject?: string;
|
|
3456
|
+
/** Extended message body. */
|
|
3457
|
+
body?: string;
|
|
3458
|
+
/** Urgency level for styling and ARIA role selection. */
|
|
3459
|
+
severity?: NotificationSeverity;
|
|
3460
|
+
/** Arbitrary payload for routing, filtering, or rendering. */
|
|
3461
|
+
data?: Record<string, unknown>;
|
|
3462
|
+
/** Auto-dismiss duration in ms. Overrides the global default. `undefined` uses the global timeout. */
|
|
3463
|
+
timeout?: number;
|
|
3464
|
+
}
|
|
3465
|
+
/**
|
|
3466
|
+
* Hydrated notification with lifecycle state and convenience methods.
|
|
3467
|
+
* Returned by {@link send}, {@link register}, and {@link onboard}.
|
|
3468
|
+
*/
|
|
3469
|
+
type NotificationTicket<Z extends NotificationInput = NotificationInput> = RegistryTicket & Z & {
|
|
3470
|
+
/** When the notification was created. */createdAt: Date; /** When the notification was marked as read, or `null` if unread. */
|
|
3471
|
+
readAt: Date | null; /** When the notification was seen in the viewport, or `null` if unseen. */
|
|
3472
|
+
seenAt: Date | null; /** When the notification was archived, or `null` if active. */
|
|
3473
|
+
archivedAt: Date | null; /** Snooze expiry, or `null` if not snoozed. */
|
|
3474
|
+
snoozedUntil: Date | null; /** Mark as read. Sets `readAt` to now. */
|
|
3475
|
+
read: () => void; /** Mark as unread. Clears `readAt`. */
|
|
3476
|
+
unread: () => void; /** Mark as seen. Sets `seenAt` to now. */
|
|
3477
|
+
seen: () => void; /** Archive. Sets `archivedAt` to now. */
|
|
3478
|
+
archive: () => void; /** Restore from archive. Clears `archivedAt`. */
|
|
3479
|
+
unarchive: () => void; /** Snooze until the given time. */
|
|
3480
|
+
snooze: (until: Date) => void; /** Cancel snooze. Clears `snoozedUntil`. */
|
|
3481
|
+
wake: () => void; /** Remove from the display queue only. Registry entry is preserved for inbox/history. Use `ticket.unregister()` for full removal. */
|
|
3482
|
+
dismiss: () => void;
|
|
3483
|
+
};
|
|
3484
|
+
/**
|
|
3485
|
+
* Context passed to adapter `setup()`. Provides methods for inbound
|
|
3486
|
+
* notification creation and event subscription for outbound sync.
|
|
3487
|
+
*/
|
|
3488
|
+
interface NotificationsAdapterContext<Z extends NotificationInput = NotificationInput, E extends NotificationTicket<Z> = NotificationTicket<Z>> {
|
|
3489
|
+
/** Create a notification and enqueue for toast display. Use for real-time inbound items. */
|
|
3490
|
+
send: (input: Z) => E;
|
|
3491
|
+
/** Create a notification in registry only (no toast). Use for initial/historical items. */
|
|
3492
|
+
register: (input: Z) => E;
|
|
3493
|
+
/** Subscribe to notification lifecycle events (e.g., `'notification:read'`). */
|
|
3494
|
+
on: (event: string, handler: (data: unknown) => void) => void;
|
|
3495
|
+
/** Unsubscribe from a lifecycle event. */
|
|
3496
|
+
off: (event: string, handler: (data: unknown) => void) => void;
|
|
3497
|
+
}
|
|
3498
|
+
/**
|
|
3499
|
+
* Adapter interface for bridging external notification services.
|
|
3500
|
+
* Adapters receive an {@link NotificationsAdapterContext} on setup
|
|
3501
|
+
* and optionally clean up on dispose.
|
|
3502
|
+
*/
|
|
3503
|
+
interface NotificationsAdapterInterface<Z extends NotificationInput = NotificationInput, E extends NotificationTicket<Z> = NotificationTicket<Z>> {
|
|
3504
|
+
/** Called once when the plugin installs. Wire inbound/outbound sync here. */
|
|
3505
|
+
setup: (context: NotificationsAdapterContext<Z, E>) => void;
|
|
3506
|
+
/** Called on app unmount. Tear down listeners and connections. */
|
|
3507
|
+
dispose?: () => void;
|
|
3508
|
+
}
|
|
3509
|
+
/** Options for {@link createNotifications}. */
|
|
3510
|
+
interface NotificationsOptions extends RegistryOptions {
|
|
3511
|
+
/** Default auto-dismiss timeout in ms for the toast queue. @default 3000 */
|
|
3512
|
+
timeout?: number;
|
|
3513
|
+
}
|
|
3514
|
+
/** Full notification context returned by {@link createNotifications} and {@link useNotifications}. */
|
|
3515
|
+
interface NotificationsContext<Z extends NotificationInput = NotificationInput, E extends NotificationTicket<Z> = NotificationTicket<Z>> extends RegistryContext<E> {
|
|
3516
|
+
/** Create a notification and enqueue for toast display. */
|
|
3517
|
+
send: (input: Z) => E;
|
|
3518
|
+
/** The toast display queue. Access `queue.values()`, `queue.pause()`, `queue.resume()`. */
|
|
3519
|
+
queue: QueueContext;
|
|
3520
|
+
/** Mark as read. Emits `notification:read`. */
|
|
3521
|
+
read: (id: ID) => void;
|
|
3522
|
+
/** Mark as unread. Emits `notification:unread`. */
|
|
3523
|
+
unread: (id: ID) => void;
|
|
3524
|
+
/** Mark as seen. Emits `notification:seen`. */
|
|
3525
|
+
seen: (id: ID) => void;
|
|
3526
|
+
/** Archive. Emits `notification:archived`. */
|
|
3527
|
+
archive: (id: ID) => void;
|
|
3528
|
+
/** Restore from archive. Emits `notification:unarchived`. */
|
|
3529
|
+
unarchive: (id: ID) => void;
|
|
3530
|
+
/** Snooze until the given time. Emits `notification:snoozed`. */
|
|
3531
|
+
snooze: (id: ID, until: Date) => void;
|
|
3532
|
+
/** Cancel snooze. Emits `notification:unsnoozed`. */
|
|
3533
|
+
wake: (id: ID) => void;
|
|
3534
|
+
/** Mark all unread notifications as read. */
|
|
3535
|
+
readAll: () => void;
|
|
3536
|
+
/** Archive all unarchived notifications. */
|
|
3537
|
+
archiveAll: () => void;
|
|
3538
|
+
}
|
|
3539
|
+
declare function createNotifications<Z extends NotificationInput = NotificationInput, E extends NotificationTicket<Z> = NotificationTicket<Z>, R extends NotificationsContext<Z, E> = NotificationsContext<Z, E>>(options?: NotificationsOptions): R;
|
|
3540
|
+
interface NotificationsPluginOptions extends NotificationsOptions {
|
|
3541
|
+
namespace?: string;
|
|
3542
|
+
adapter?: NotificationsAdapterInterface;
|
|
3543
|
+
}
|
|
3544
|
+
/**
|
|
3545
|
+
* Notification management with registry, event system, and optional adapters.
|
|
3546
|
+
*
|
|
3547
|
+
* @see https://0.vuetifyjs.com/composables/plugins/use-notifications
|
|
3548
|
+
*
|
|
3549
|
+
* @example
|
|
3550
|
+
* ```ts
|
|
3551
|
+
* import { createNotificationsPlugin, useNotifications } from '@vuetify/v0'
|
|
3552
|
+
*
|
|
3553
|
+
* // Install as plugin
|
|
3554
|
+
* app.use(createNotificationsPlugin())
|
|
3555
|
+
*
|
|
3556
|
+
* // Use in components
|
|
3557
|
+
* const notifications = useNotifications()
|
|
3558
|
+
* notifications.send({ subject: 'Saved', severity: 'success' })
|
|
3559
|
+
* ```
|
|
3560
|
+
*/
|
|
3561
|
+
declare const createNotificationsContext: <_E extends NotificationsContext<NotificationInput, NotificationTicket<NotificationInput>> = NotificationsContext<NotificationInput, NotificationTicket<NotificationInput>>>(_options?: NotificationsPluginOptions | undefined) => ContextTrinity<_E>, createNotificationsPlugin: (_options?: NotificationsPluginOptions | undefined) => Plugin, useNotifications: <_E extends NotificationsContext<NotificationInput, NotificationTicket<NotificationInput>> = NotificationsContext<NotificationInput, NotificationTicket<NotificationInput>>>(namespace?: string) => _E;
|
|
3562
|
+
//#endregion
|
|
3563
|
+
//#region src/composables/usePermissions/adapters/adapter.d.ts
|
|
3564
|
+
interface PermissionAdapterInterface {
|
|
3565
|
+
can: <Z extends PermissionTicket = PermissionTicket>(role: ID, action: string, subject: string, context: Record<string, any>, permissions: PermissionContext<Z>) => boolean;
|
|
3566
|
+
}
|
|
3567
|
+
declare abstract class PermissionAdapter implements PermissionAdapterInterface {
|
|
3568
|
+
abstract can<Z extends PermissionTicket = PermissionTicket>(role: ID, action: string, subject: string, context: Record<string, any>, permissions: PermissionContext<Z>): boolean;
|
|
3569
|
+
}
|
|
3570
|
+
//#endregion
|
|
3571
|
+
//#region src/composables/usePermissions/index.d.ts
|
|
3572
|
+
interface PermissionTicket extends TokenTicket<boolean | ((context: Record<string, any>) => boolean)> {}
|
|
3573
|
+
interface PermissionContext<Z extends PermissionTicket = PermissionTicket> extends TokenContext<Z> {
|
|
3574
|
+
can: (id: ID, action: string, subject: string, context?: Record<string, any>) => boolean;
|
|
3575
|
+
}
|
|
3576
|
+
interface PermissionOptions extends TokenOptions {
|
|
3577
|
+
adapter?: PermissionAdapter;
|
|
3578
|
+
permissions?: Record<ID, any>;
|
|
3579
|
+
}
|
|
3580
|
+
interface PermissionContextOptions extends PermissionOptions {
|
|
3581
|
+
namespace?: string;
|
|
3582
|
+
}
|
|
3583
|
+
interface PermissionPluginOptions extends PermissionContextOptions {}
|
|
3584
|
+
/**
|
|
3585
|
+
* Creates a new permissions instance.
|
|
3586
|
+
*
|
|
3587
|
+
* @param options The options for the permissions instance.
|
|
3588
|
+
* @template Z The type of the permission ticket.
|
|
3589
|
+
* @template E The type of the permission context.
|
|
3590
|
+
* @returns A new permissions instance.
|
|
3591
|
+
*
|
|
3592
|
+
* @see https://0.vuetifyjs.com/composables/plugins/use-permissions
|
|
3593
|
+
*
|
|
3594
|
+
* @example
|
|
3595
|
+
* ```ts
|
|
3596
|
+
* import { createPermissions } from '@vuetify/v0'
|
|
3597
|
+
*
|
|
3598
|
+
* const [usePermissions, providePermissions] = createPermissions({
|
|
3599
|
+
* namespace: 'v0:permissions',
|
|
3600
|
+
* permissions: {
|
|
3601
|
+
* admin: [['read', 'users']],
|
|
3602
|
+
* editor: [['edit', 'posts']],
|
|
3603
|
+
* },
|
|
3604
|
+
* })
|
|
3605
|
+
* ```
|
|
3606
|
+
*/
|
|
3607
|
+
declare function createPermissions<Z extends PermissionTicket = PermissionTicket, E extends PermissionContext<Z> = PermissionContext<Z>>(_options?: PermissionOptions): E;
|
|
3608
|
+
declare const createPermissionsContext: <_E extends PermissionContext<PermissionTicket> = PermissionContext<PermissionTicket>>(_options?: PermissionContextOptions | undefined) => ContextTrinity<_E>, createPermissionsPlugin: (_options?: PermissionContextOptions | undefined) => Plugin, usePermissions: <_E extends PermissionContext<PermissionTicket> = PermissionContext<PermissionTicket>>(namespace?: string) => _E;
|
|
3609
|
+
//#endregion
|
|
3610
|
+
//#region src/composables/usePopover/index.d.ts
|
|
3611
|
+
interface PopoverOptions {
|
|
3612
|
+
/** Auto-generated if not provided */
|
|
3613
|
+
id?: string;
|
|
3614
|
+
/** CSS position-area value @default 'bottom' */
|
|
3615
|
+
positionArea?: string;
|
|
3616
|
+
/** CSS position-try-fallbacks value @default 'most-width bottom' */
|
|
3617
|
+
positionTry?: string;
|
|
3618
|
+
/** External ref for bidirectional open state (e.g., from defineModel) */
|
|
3619
|
+
isOpen?: Ref<boolean>;
|
|
3620
|
+
/** Delay in ms before showing the popover. @default 0 */
|
|
3621
|
+
showDelay?: number;
|
|
3622
|
+
/** Delay in ms before hiding the popover. @default 0 */
|
|
3623
|
+
hideDelay?: number;
|
|
3624
|
+
}
|
|
3625
|
+
interface PopoverReturn {
|
|
3626
|
+
/** Whether the popover is open */
|
|
3627
|
+
isOpen: Ref<boolean>;
|
|
3628
|
+
/** Unique ID for the popover */
|
|
3629
|
+
id: string;
|
|
3630
|
+
/** Open the popover */
|
|
3631
|
+
open: () => void;
|
|
3632
|
+
/** Close the popover */
|
|
3633
|
+
close: () => void;
|
|
3634
|
+
/** Toggle open/close */
|
|
3635
|
+
toggle: () => void;
|
|
3636
|
+
/** Styles to spread on the activator element (anchor-name) */
|
|
3637
|
+
anchorStyles: Readonly<Ref<Record<string, string>>>;
|
|
3638
|
+
/** Attrs to spread on the content element (id, popover) */
|
|
3639
|
+
contentAttrs: Readonly<Ref<{
|
|
3640
|
+
id: string;
|
|
3641
|
+
popover: '';
|
|
3642
|
+
}>>;
|
|
3643
|
+
/** Styles to spread on the content element (positioning) */
|
|
3644
|
+
contentStyles: Readonly<Ref<Record<string, string>>>;
|
|
3645
|
+
/** Attach to a content element — wires show/hide watch + toggle event sync */
|
|
3646
|
+
attach: (el: MaybeRefOrGetter<HTMLElement | null | undefined>) => void;
|
|
3647
|
+
}
|
|
3648
|
+
declare function usePopover(options?: PopoverOptions): PopoverReturn;
|
|
3649
|
+
//#endregion
|
|
3650
|
+
//#region src/composables/useProxyModel/index.d.ts
|
|
3651
|
+
interface ProxyModelOptions {
|
|
3652
|
+
multiple?: MaybeRefOrGetter<boolean>;
|
|
3653
|
+
transformIn?: (val: unknown) => unknown;
|
|
3654
|
+
transformOut?: (val: unknown) => unknown;
|
|
3655
|
+
}
|
|
3656
|
+
/**
|
|
3657
|
+
* Minimal interface for useProxyModel's context parameter.
|
|
3658
|
+
* Both ModelContext (Set-based) and SliderContext (Array-based) satisfy this.
|
|
3659
|
+
*/
|
|
3660
|
+
interface ProxyModelTarget {
|
|
3661
|
+
selectedValues: {
|
|
3662
|
+
readonly value: Iterable<unknown>;
|
|
3663
|
+
};
|
|
3664
|
+
apply: (values: unknown[], options?: {
|
|
3665
|
+
multiple?: boolean;
|
|
3666
|
+
}) => void;
|
|
3667
|
+
select?: (id: string | number) => void;
|
|
3668
|
+
multiple?: MaybeRefOrGetter<boolean>;
|
|
3669
|
+
on?: (event: string, cb: (data: unknown) => void) => void;
|
|
3670
|
+
off?: (event: string, cb: (data: unknown) => void) => void;
|
|
3671
|
+
}
|
|
3672
|
+
/**
|
|
3673
|
+
* Syncs a ref with a model context bidirectionally.
|
|
3674
|
+
*
|
|
3675
|
+
* @param context The model context to bind to.
|
|
3676
|
+
* @param model The ref to sync.
|
|
3677
|
+
* @param options The options for the proxy model.
|
|
3678
|
+
* @returns A function to stop the sync.
|
|
3679
|
+
*
|
|
3680
|
+
* @see https://0.vuetifyjs.com/composables/forms/use-proxy-model
|
|
3681
|
+
*
|
|
3682
|
+
* @example
|
|
3683
|
+
* ```ts
|
|
3684
|
+
* import { createSelection, useProxyModel } from '@vuetify/v0'
|
|
3685
|
+
*
|
|
3686
|
+
* const model = ref()
|
|
3687
|
+
* const registry = createSelection({ events: true })
|
|
3688
|
+
* registry.onboard([
|
|
3689
|
+
* { id: 'item-1', value: 'Item 1' },
|
|
3690
|
+
* { id: 'item-2', value: 'Item 2' },
|
|
3691
|
+
* ])
|
|
3692
|
+
*
|
|
3693
|
+
* const stop = useProxyModel(registry, model)
|
|
3694
|
+
* ```
|
|
3695
|
+
*/
|
|
3696
|
+
declare function useProxyModel(context: ProxyModelTarget, model: Ref<unknown>, options?: ProxyModelOptions): () => void;
|
|
3697
|
+
//#endregion
|
|
3698
|
+
//#region src/composables/useProxyRegistry/index.d.ts
|
|
3699
|
+
interface ProxyRegistryOptions {
|
|
3700
|
+
deep?: boolean;
|
|
3701
|
+
}
|
|
3702
|
+
interface ProxyRegistryContext<Z extends RegistryTicket = RegistryTicket> {
|
|
3703
|
+
keys: ID[];
|
|
3704
|
+
values: Z[];
|
|
3705
|
+
entries: [ID, Z][];
|
|
3706
|
+
size: number;
|
|
3707
|
+
}
|
|
3708
|
+
/**
|
|
3709
|
+
* Creates a proxy registry that provides reactive objects for registry data.
|
|
3710
|
+
*
|
|
3711
|
+
* @param registry The registry instance to proxy.
|
|
3712
|
+
* @param options The options for the proxy registry.
|
|
3713
|
+
* @template Z The input ticket type (what users provide to register).
|
|
3714
|
+
* @template E The output ticket type (what users receive from get/values).
|
|
3715
|
+
* @returns A proxy registry with reactive objects.
|
|
3716
|
+
*
|
|
3717
|
+
* @see https://0.vuetifyjs.com/composables/registration/use-proxy-registry
|
|
3718
|
+
*
|
|
3719
|
+
* @example
|
|
3720
|
+
* ```ts
|
|
3721
|
+
* import { createRegistry, useProxyRegistry } from '@vuetify/v0'
|
|
3722
|
+
*
|
|
3723
|
+
* const registry = createRegistry({ events: true })
|
|
3724
|
+
* const proxy = useProxyRegistry(registry)
|
|
3725
|
+
*
|
|
3726
|
+
* registry.register({ value: 'Item 1' })
|
|
3727
|
+
* console.log(proxy.size) // 1
|
|
3728
|
+
* ```
|
|
3729
|
+
*/
|
|
3730
|
+
declare function useProxyRegistry<Z extends RegistryTicketInput = RegistryTicketInput, E extends RegistryTicket & Z = RegistryTicket & Z>(registry: RegistryContext<Z, E>, options?: ProxyRegistryOptions): ProxyRegistryContext<E>;
|
|
3731
|
+
//#endregion
|
|
3732
|
+
//#region src/composables/useRaf/index.d.ts
|
|
3733
|
+
interface UseRafReturn {
|
|
3734
|
+
/** Request animation frame (cancels pending) */
|
|
3735
|
+
(): void;
|
|
3736
|
+
/** Cancel pending animation frame */
|
|
3737
|
+
cancel: () => void;
|
|
3738
|
+
/** Whether an animation frame is pending */
|
|
3739
|
+
readonly isActive: Readonly<Ref<boolean>>;
|
|
3740
|
+
}
|
|
3741
|
+
/**
|
|
3742
|
+
* Scope-disposed safe requestAnimationFrame.
|
|
3743
|
+
*
|
|
3744
|
+
* @param callback Function to call on animation frame.
|
|
3745
|
+
* @returns Callable that requests frame (canceling pending), with cancel method.
|
|
3746
|
+
*
|
|
3747
|
+
* @see https://0.vuetifyjs.com/composables/system/use-raf
|
|
3748
|
+
*
|
|
3749
|
+
* @example
|
|
3750
|
+
* ```ts
|
|
3751
|
+
* // Basic usage
|
|
3752
|
+
* const update = useRaf((timestamp) => {
|
|
3753
|
+
* // Runs on next animation frame
|
|
3754
|
+
* })
|
|
3755
|
+
*
|
|
3756
|
+
* update() // Request frame
|
|
3757
|
+
* update() // Cancels previous, requests new (deduplicated)
|
|
3758
|
+
*
|
|
3759
|
+
* // Manual cancel
|
|
3760
|
+
* update.cancel()
|
|
3761
|
+
*
|
|
3762
|
+
* // Check if pending
|
|
3763
|
+
* if (update.isActive.value) { ... }
|
|
3764
|
+
* ```
|
|
3765
|
+
*/
|
|
3766
|
+
declare function useRaf(callback: (timestamp: DOMHighResTimeStamp) => void): UseRafReturn;
|
|
3767
|
+
//#endregion
|
|
3577
3768
|
//#region src/composables/useResizeObserver/index.d.ts
|
|
3578
3769
|
interface ResizeObserverEntry {
|
|
3579
3770
|
contentRect: {
|
|
@@ -3667,6 +3858,41 @@ interface UseElementSizeReturn extends UseResizeObserverReturn {
|
|
|
3667
3858
|
*/
|
|
3668
3859
|
declare function useElementSize(target: MaybeElementRef): UseElementSizeReturn;
|
|
3669
3860
|
//#endregion
|
|
3861
|
+
//#region src/composables/createFocusTraversal/index.d.ts
|
|
3862
|
+
interface TraversalItem {
|
|
3863
|
+
id: ID;
|
|
3864
|
+
disabled?: MaybeRefOrGetter<boolean>;
|
|
3865
|
+
}
|
|
3866
|
+
//#endregion
|
|
3867
|
+
//#region src/composables/useRovingFocus/index.d.ts
|
|
3868
|
+
interface RovingItem extends TraversalItem {
|
|
3869
|
+
el?: MaybeRefOrGetter<HTMLElement | null | undefined>;
|
|
3870
|
+
}
|
|
3871
|
+
interface RovingFocusOptions {
|
|
3872
|
+
target?: MaybeRefOrGetter<HTMLElement | null | undefined>;
|
|
3873
|
+
/** Arrow key mapping. Ignored when `columns` is set (grid uses all 4 arrows). */
|
|
3874
|
+
orientation?: 'horizontal' | 'vertical' | 'both';
|
|
3875
|
+
circular?: boolean;
|
|
3876
|
+
/**
|
|
3877
|
+
* Column count for grid navigation. When set, items are treated as a 2D grid
|
|
3878
|
+
* in row-major order: Left/Right step ±1, Up/Down step ±columns,
|
|
3879
|
+
* Home/End go to row start/end, Ctrl+Home/End go to first/last overall.
|
|
3880
|
+
*/
|
|
3881
|
+
columns?: MaybeRefOrGetter<number>;
|
|
3882
|
+
onFocus?: (id: ID) => void;
|
|
3883
|
+
}
|
|
3884
|
+
interface RovingFocusReturn {
|
|
3885
|
+
focusedId: ShallowRef<ID | undefined>;
|
|
3886
|
+
isTabbable: (id: ID) => boolean;
|
|
3887
|
+
focus: (id: ID) => void;
|
|
3888
|
+
next: () => void;
|
|
3889
|
+
prev: () => void;
|
|
3890
|
+
first: () => void;
|
|
3891
|
+
last: () => void;
|
|
3892
|
+
onKeydown: (e: KeyboardEvent) => void;
|
|
3893
|
+
}
|
|
3894
|
+
declare function useRovingFocus(items: () => RovingItem[], options?: RovingFocusOptions): RovingFocusReturn;
|
|
3895
|
+
//#endregion
|
|
3670
3896
|
//#region src/composables/useRtl/adapters/adapter.d.ts
|
|
3671
3897
|
interface RtlAdapterSetupContext {
|
|
3672
3898
|
isRtl: Ref<boolean>;
|
|
@@ -4792,6 +5018,56 @@ interface ThemePluginOptions extends ThemeContextOptions {}
|
|
|
4792
5018
|
declare function createTheme<Z extends ThemeTicketInput = ThemeTicketInput, E extends ThemeTicket<Z> = ThemeTicket<Z>, R extends ThemeContext<Z, E> = ThemeContext<Z, E>>(_options?: ThemeOptions): R;
|
|
4793
5019
|
declare const createThemeContext: <_E extends ThemeContext<ThemeTicketInput, ThemeTicket<ThemeTicketInput>> = ThemeContext<ThemeTicketInput, ThemeTicket<ThemeTicketInput>>>(_options?: ThemePluginOptions | undefined) => ContextTrinity<_E>, createThemePlugin: (_options?: ThemePluginOptions | undefined) => Plugin, useTheme: <_E extends ThemeContext<ThemeTicketInput, ThemeTicket<ThemeTicketInput>> = ThemeContext<ThemeTicketInput, ThemeTicket<ThemeTicketInput>>>(namespace?: string) => _E;
|
|
4794
5020
|
//#endregion
|
|
5021
|
+
//#region src/composables/useTimer/index.d.ts
|
|
5022
|
+
interface TimerOptions {
|
|
5023
|
+
/**
|
|
5024
|
+
* Duration in milliseconds.
|
|
5025
|
+
* @default 1000
|
|
5026
|
+
*/
|
|
5027
|
+
duration?: number;
|
|
5028
|
+
/**
|
|
5029
|
+
* Whether the timer repeats after firing.
|
|
5030
|
+
* @default false
|
|
5031
|
+
*/
|
|
5032
|
+
repeat?: boolean;
|
|
5033
|
+
}
|
|
5034
|
+
interface TimerContext {
|
|
5035
|
+
/** Start the timer. Restarts if already running. */
|
|
5036
|
+
start: () => void;
|
|
5037
|
+
/** Stop the timer and reset remaining to full duration. */
|
|
5038
|
+
stop: () => void;
|
|
5039
|
+
/** Pause the timer, preserving remaining time. No-op if not running. */
|
|
5040
|
+
pause: () => void;
|
|
5041
|
+
/** Resume from where pause left off. No-op if not paused. */
|
|
5042
|
+
resume: () => void;
|
|
5043
|
+
/** Milliseconds left until next fire. */
|
|
5044
|
+
remaining: ShallowRef<number>;
|
|
5045
|
+
/** Whether the timer is currently active (started and not stopped). */
|
|
5046
|
+
isActive: ShallowRef<boolean>;
|
|
5047
|
+
/** Whether the timer is currently paused. */
|
|
5048
|
+
isPaused: ShallowRef<boolean>;
|
|
5049
|
+
}
|
|
5050
|
+
/**
|
|
5051
|
+
* Creates a reactive timer with pause/resume support.
|
|
5052
|
+
*
|
|
5053
|
+
* @param handler Callback invoked when the timer fires.
|
|
5054
|
+
* @param options Timer configuration.
|
|
5055
|
+
* @returns Timer controls and reactive state.
|
|
5056
|
+
*
|
|
5057
|
+
* @see https://0.vuetifyjs.com/composables/system/use-timer
|
|
5058
|
+
*
|
|
5059
|
+
* @example
|
|
5060
|
+
* ```ts
|
|
5061
|
+
* const timer = useTimer(() => console.log('fired'), { duration: 5000 })
|
|
5062
|
+
*
|
|
5063
|
+
* timer.start()
|
|
5064
|
+
* timer.pause()
|
|
5065
|
+
* timer.resume()
|
|
5066
|
+
* timer.stop()
|
|
5067
|
+
* ```
|
|
5068
|
+
*/
|
|
5069
|
+
declare function useTimer(handler: () => void, options?: TimerOptions): TimerContext;
|
|
5070
|
+
//#endregion
|
|
4795
5071
|
//#region src/composables/createTimeline/index.d.ts
|
|
4796
5072
|
interface TimelineContext<Z extends TimelineTicket> extends RegistryContext<Z> {
|
|
4797
5073
|
/**
|
|
@@ -5369,4 +5645,36 @@ declare function createVirtualContext<T = unknown>(items: Ref<readonly T[]>, _op
|
|
|
5369
5645
|
*/
|
|
5370
5646
|
declare function useVirtual<T = unknown>(namespace?: string): VirtualContext<T>;
|
|
5371
5647
|
//#endregion
|
|
5372
|
-
|
|
5648
|
+
//#region src/composables/useVirtualFocus/index.d.ts
|
|
5649
|
+
interface VirtualFocusItem extends TraversalItem {
|
|
5650
|
+
el?: MaybeRefOrGetter<HTMLElement | null | undefined>;
|
|
5651
|
+
}
|
|
5652
|
+
interface VirtualFocusOptions {
|
|
5653
|
+
/** Element that retains DOM focus and receives aria-activedescendant */
|
|
5654
|
+
control: MaybeRefOrGetter<HTMLElement | null | undefined>;
|
|
5655
|
+
/** Element to attach keydown listener to (defaults to control) */
|
|
5656
|
+
target?: MaybeRefOrGetter<HTMLElement | null | undefined>;
|
|
5657
|
+
/** Arrow key mapping. Ignored when `columns` is set (grid uses all 4 arrows). */
|
|
5658
|
+
orientation?: 'horizontal' | 'vertical' | 'both';
|
|
5659
|
+
circular?: boolean;
|
|
5660
|
+
/**
|
|
5661
|
+
* Column count for grid navigation. When set, items are treated as a 2D grid
|
|
5662
|
+
* in row-major order: Left/Right step +/-1, Up/Down step +/-columns,
|
|
5663
|
+
* Home/End go to row start/end, Ctrl+Home/End go to first/last overall.
|
|
5664
|
+
*/
|
|
5665
|
+
columns?: MaybeRefOrGetter<number>;
|
|
5666
|
+
onHighlight?: (id: ID) => void;
|
|
5667
|
+
}
|
|
5668
|
+
interface VirtualFocusReturn {
|
|
5669
|
+
highlightedId: ShallowRef<ID | undefined>;
|
|
5670
|
+
highlight: (id: ID) => void;
|
|
5671
|
+
clear: () => void;
|
|
5672
|
+
next: () => void;
|
|
5673
|
+
prev: () => void;
|
|
5674
|
+
first: () => void;
|
|
5675
|
+
last: () => void;
|
|
5676
|
+
onKeydown: (e: KeyboardEvent) => void;
|
|
5677
|
+
}
|
|
5678
|
+
declare function useVirtualFocus(items: () => VirtualFocusItem[], options: VirtualFocusOptions): VirtualFocusReturn;
|
|
5679
|
+
//#endregion
|
|
5680
|
+
export { StepContext as $, SelectionTicketInput as $a, BreakpointsOptions as $i, useMediaQuery as $n, FormValue as $r, usePopover as $t, ThemeContext as A, createGroup as Aa, useFeatures as Ai, useQueue as An, UseIntersectionObserverReturn as Ar, Vuetify0RtlAdapter as At, useTheme as B, useBreadcrumbs as Ba, createDate as Bi, NestedOptions as Bn, createHydrationPlugin as Br, UseResizeObserverReturn as Bt, createTimelineContext as C, createOverflowContext as Ca, FeatureOptions as Ci, QueueContext as Cn, useLocale as Cr, RtlOptions as Ct, useTimer as D, GroupOptions as Da, createFeatures as Di, QueueTicketInput as Dn, IntersectionObserverEntry as Dr, createRtlFallback as Dt, TimerOptions as E, GroupContextOptions as Ea, FeatureTicketInput as Ei, QueueTicket as En, useLazy as Er, createRtlContext as Et, ThemeTicket as F, BreadcrumbsContext as Fa, useWindowEventListener as Fi, singleOpenStrategy as Fn, HydrationOptions as Fr, RovingItem as Ft, StorageContext as G, SingleTicketInput as Ga, ClickOutsideIgnoreTarget as Gi, OpenStrategy as Gn, useHotkey as Gr, ProxyRegistryContext as Gt, Vuetify0ThemeOptions as H, SingleContextOptions as Ha, createDatePlugin as Hi, NestedSelectionMode as Hn, PlatformContext as Hr, useResizeObserver as Ht, ThemeTicketInput as I, BreadcrumbsContextOptions as Ia, DateContext as Ii, NestedActiveMode as In, HydrationPluginOptions as Ir, useRovingFocus as It, StoragePluginOptions as J, useSingle as Ja, UseClickOutsideReturn as Ji, ObservableNodeList as Jn, FormOptions as Jr, ProxyModelOptions as Jt, StorageContextOptions as K, createSingle as Ka, ClickOutsideTarget as Ki, OpenStrategyContext as Kn, FormContext as Kr, ProxyRegistryOptions as Kt, createTheme as L, BreadcrumbsOptions as La, DateContextOptions as Li, NestedContext as Ln, createFallbackHydration as Lr, ResizeObserverEntry as Lt, ThemeOptions as M, useGroup as Ma, EventHandler as Mi, createNestedContext as Mn, useIntersectionObserver as Mr, RtlAdapterSetupContext as Mt, ThemePluginOptions as N, BreadcrumbTicket as Na, useDocumentEventListener as Ni, useNested as Nn, HydrationContext as Nr, RovingFocusOptions as Nt, Colors as O, GroupTicket as Oa, createFeaturesContext as Oi, createQueue as On, IntersectionObserverOptions as Or, createRtlPlugin as Ot, ThemeRecord as P, BreadcrumbTicketInput as Pa, useEventListener as Pi, multipleOpenStrategy as Pn, HydrationContextOptions as Pr, RovingFocusReturn as Pt, useStorage as Q, SelectionTicket as Qa, BreakpointsContextOptions as Qi, MediaQueryContext as Qn, FormValidationRule as Qr, PopoverReturn as Qt, createThemeContext as R, createBreadcrumbs as Ra, DateOptions as Ri, NestedContextOptions as Rn, createHydration as Rr, ResizeObserverOptions as Rt, createTimeline as S, createOverflow as Sa, FeatureContextOptions as Si, useNotifications as Sn, createLocalePlugin as Sr, RtlContextOptions as St, TimerContext as T, GroupContext as Ta, FeatureTicket as Ti, QueueOptions as Tn, LazyOptions as Tr, createRtl as Tt, ThemeAdapter as U, SingleOptions as Ua, useDate as Ui, NestedTicket as Un, UseHotkeyOptions as Ur, UseRafReturn as Ut, Vuetify0ThemeAdapter as V, SingleContext as Va, createDateContext as Vi, NestedRegistration as Vn, useHydration as Vr, useElementSize as Vt, ThemeAdapterInterface as W, SingleTicket as Wa, ClickOutsideElement as Wi, NestedTicketInput as Wn, UseHotkeyReturn as Wr, useRaf as Wt, createStorageContext as X, SelectionContextOptions as Xa, BreakpointName as Xi, UseMutationObserverReturn as Xn, FormTicketInput as Xr, useProxyModel as Xt, createStorage as Y, SelectionContext as Ya, useClickOutside as Yi, UseMutationObserverOptions as Yn, FormTicket as Yr, ProxyModelTarget as Yt, createStoragePlugin as Z, SelectionOptions as Za, BreakpointsContext as Zi, useMutationObserver as Zn, FormValidationResult as Zr, PopoverOptions as Zt, useToggleScope as _, provideContext as _a, createRulesPlugin as _i, NotificationsOptions as _n, LocaleTicket as _r, SliderContext as _t, ScrollToOptions as a, toReactive as aa, ValidationTicket as ai, createPermissions as an, ModelTicket as ao, LoggerOptions as ar, createStepContext as at, TimelineOptions as b, OverflowContextOptions as ba, isStandardSchema as bi, createNotificationsContext as bn, createLocaleContext as br, createSlider as bt, VirtualContextOptions as c, toArray as ca, RuleAlias as ci, usePermissions as cn, createLoggerContext as cr, StackContextOptions as ct, VirtualOptions as d, PluginOptions as da, RulesContext as di, NotificationInput as dn, LogLevel as dr, StackTicket as dt, BreakpointsPluginOptions as ea, createForm as ei, PermissionContext as en, createSelection as eo, usePrefersContrast as er, StepContextOptions as et, VirtualState as f, createPlugin as fa, RulesContextOptions as fi, NotificationSeverity as fn, LocaleContext as fr, StackTicketInput as ft, ToggleScopeControls as g, createContext as ga, createRulesFallback as gi, NotificationsContext as gn, LocaleRecord as gr, useStack as gt, useVirtual as h, CreateContextOptions as ha, createRulesContext as hi, NotificationsAdapterInterface as hn, LocalePluginOptions as hr, createStackPlugin as ht, useVirtualFocus as i, useBreakpoints as ia, ValidationOptions as ii, PermissionTicket as in, ModelOptions as io, LoggerContextOptions as ir, createStep as it, ThemeContextOptions as j, createGroupContext as ja, CleanupFunction as ji, createNested as jn, useElementIntersection as jr, RtlAdapter as jt, ThemeColors as k, GroupTicketInput as ka, createFeaturesPlugin as ki, createQueueContext as kn, UseElementIntersectionReturn as kr, useRtl as kt, VirtualDirection as l, Plugin as la, RuleAliases as li, PermissionAdapter as ln, createLoggerPlugin as lr, StackOptions as lt, createVirtualContext as m, ContextKey as ma, createRules as mi, NotificationsAdapterContext as mn, LocaleOptions as mr, createStackContext as mt, VirtualFocusOptions as n, createBreakpointsContext as na, useForm as ni, PermissionOptions as nn, useSelection as no, usePrefersReducedMotion as nr, StepTicket as nt, VirtualAnchor as o, MaybeElementRef as oa, ValidationTicketInput as oi, createPermissionsContext as on, ModelTicketInput as oo, LoggerPluginOptions as or, useStep as ot, createVirtual as p, createPluginContext as pa, RulesOptions as pi, NotificationTicket as pn, LocaleContextOptions as pr, createStack as pt, StorageOptions as q, createSingleContext as qa, UseClickOutsideOptions as qi, MutationObserverRecord as qn, FormContextOptions as qr, useProxyRegistry as qt, VirtualFocusReturn as r, createBreakpointsPlugin as ra, ValidationContext as ri, PermissionPluginOptions as rn, ModelContext as ro, LoggerContext as rr, StepTicketInput as rt, VirtualContext as s, toElement as sa, createValidation as si, createPermissionsPlugin as sn, createModel as so, createLogger as sr, StackContext as st, VirtualFocusItem as t, createBreakpoints as ta, createFormContext as ti, PermissionContextOptions as tn, createSelectionContext as to, usePrefersDark as tr, StepOptions as tt, VirtualItem as u, PluginContextConfig as ua, RuleInput as ui, PermissionAdapterInterface as un, useLogger as ur, StackPluginOptions as ut, TimelineContext as v, useContext as va, useRules as vi, NotificationsPluginOptions as vn, LocaleTicketInput as vr, SliderOptions as vt, useTimeline as w, useOverflow as wa, FeaturePluginOptions as wi, QueueContextOptions as wn, LazyContext as wr, RtlPluginOptions as wt, TimelineTicket as x, OverflowOptions as xa, FeatureContext as xi, createNotificationsPlugin as xn, createLocaleFallback as xr, RtlContext as xt, TimelineContextOptions as y, OverflowContext as ya, StandardSchemaV1 as yi, createNotifications as yn, createLocale as yr, SliderTicketInput as yt, createThemePlugin as z, createBreadcrumbsContext as za, DatePluginOptions as zi, NestedOpenMode as zn, createHydrationContext as zr, UseElementSizeReturn as zt };
|