@vuetify/v0 0.1.13 → 0.2.0

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.
Files changed (125) hide show
  1. package/dist/{adapter-DvT8lTup.d.mts → adapter-DIZk5xrU.d.mts} +1 -1
  2. package/dist/adapter-Drq1v5wV.mjs +27 -0
  3. package/dist/{adapter-D3dUnE__.d.mts → adapter-MT5TiIjj.d.mts} +2 -2
  4. package/dist/browser/index.js +3912 -2932
  5. package/dist/components/index.d.mts +3 -2
  6. package/dist/components/index.mjs +22 -20
  7. package/dist/{components-C6stt5NV.mjs → components-lme-T9bN.mjs} +771 -177
  8. package/dist/composables/index.d.mts +19 -19
  9. package/dist/composables/index.mjs +22 -20
  10. package/dist/{consola-C1OjyZVf.d.mts → consola-bPHDMwrK.d.mts} +1 -1
  11. package/dist/constants/index.d.mts +1 -1
  12. package/dist/constants/index.mjs +1 -1
  13. package/dist/{useClickOutside-CBsF7hh4.mjs → createCombobox-DgFUWLKw.mjs} +1091 -790
  14. package/dist/{createDataTable-DHxv--aj.mjs → createDataTable-DGG3Kgau.mjs} +2 -2
  15. package/dist/{createGroup-BqN4Ve83.mjs → createGroup-C38Mc-se.mjs} +1 -1
  16. package/dist/{createSelection-BsHsL_qW.mjs → createSelection-GS1yfwki.mjs} +1 -1
  17. package/dist/{createSingle-BBwE5j_k.mjs → createSingle-Dh2gp4kv.mjs} +1 -1
  18. package/dist/{createTokens-CpapxkYX.mjs → createTokens-Ckczb95n.mjs} +1 -1
  19. package/dist/data-table/adapters/client/index.d.mts +1 -1
  20. package/dist/data-table/adapters/client/index.mjs +1 -1
  21. package/dist/data-table/adapters/index.d.mts +4 -4
  22. package/dist/data-table/adapters/index.mjs +1 -1
  23. package/dist/data-table/adapters/server/index.d.mts +1 -1
  24. package/dist/data-table/adapters/server/index.mjs +1 -1
  25. package/dist/data-table/adapters/virtual/index.d.mts +1 -1
  26. package/dist/data-table/adapters/virtual/index.mjs +1 -1
  27. package/dist/data-table/index.d.mts +5 -5
  28. package/dist/data-table/index.mjs +10 -10
  29. package/dist/date/index.d.mts +1 -1
  30. package/dist/date/index.mjs +15 -3
  31. package/dist/features/adapters/flagsmith/index.d.mts +1 -1
  32. package/dist/features/adapters/launchdarkly/index.d.mts +1 -1
  33. package/dist/features/adapters/posthog/index.d.mts +1 -1
  34. package/dist/features/adapters/posthog/index.mjs +2 -2
  35. package/dist/features/index.d.mts +2 -2
  36. package/dist/features/index.mjs +8 -8
  37. package/dist/{globals-DCznFHqN.mjs → globals-B6VQTLVM.mjs} +1 -1
  38. package/dist/{index-B_pScNDG.d.mts → index-A6Vo3pb6.d.mts} +28 -1
  39. package/dist/{index-CBER-Sxt.d.mts → index-BAix61Ke.d.mts} +275 -98
  40. package/dist/{index-vcUKp9YE.d.mts → index-CuUuJj3-.d.mts} +884 -205
  41. package/dist/{index-CdUIc68E.d.mts → index-D5ehwqoP.d.mts} +3 -3
  42. package/dist/{index-YyqYAay2.d.mts → index-Y0Bo7jx-.d.mts} +2 -2
  43. package/dist/{index-dJKXAO5D.d.mts → index-pwVD-IDb.d.mts} +1 -1
  44. package/dist/index.d.mts +23 -23
  45. package/dist/index.mjs +23 -21
  46. package/dist/json/attributes.json +199 -7
  47. package/dist/json/importMap.json +44 -0
  48. package/dist/json/tags.json +100 -2
  49. package/dist/json/web-types.json +592 -10
  50. package/dist/locale/adapters/index.d.mts +2 -2
  51. package/dist/locale/adapters/index.mjs +2 -2
  52. package/dist/locale/adapters/v0/index.d.mts +1 -1
  53. package/dist/locale/adapters/v0/index.mjs +2 -2
  54. package/dist/locale/adapters/vue-i18n/index.d.mts +1 -1
  55. package/dist/locale/adapters/vue-i18n/index.mjs +1 -1
  56. package/dist/locale/index.d.mts +3 -3
  57. package/dist/locale/index.mjs +8 -8
  58. package/dist/logger/adapters/consola/index.d.mts +1 -1
  59. package/dist/logger/adapters/index.d.mts +4 -4
  60. package/dist/logger/adapters/index.mjs +2 -2
  61. package/dist/logger/adapters/pino/index.d.mts +1 -1
  62. package/dist/logger/adapters/pino/index.mjs +1 -1
  63. package/dist/logger/adapters/v0/index.d.mts +1 -1
  64. package/dist/logger/adapters/v0/index.mjs +2 -2
  65. package/dist/logger/index.d.mts +5 -5
  66. package/dist/logger/index.mjs +3 -3
  67. package/dist/notifications/index.d.mts +1 -1
  68. package/dist/notifications/index.mjs +1 -1
  69. package/dist/palettes/ant/index.d.mts +1 -1
  70. package/dist/palettes/index.d.mts +3 -3
  71. package/dist/palettes/material/index.d.mts +1 -1
  72. package/dist/palettes/md1/index.d.mts +1 -1
  73. package/dist/palettes/md2/index.d.mts +1 -1
  74. package/dist/palettes/radix/index.d.mts +1 -1
  75. package/dist/palettes/tailwind/index.d.mts +1 -1
  76. package/dist/permissions/adapters/index.d.mts +2 -2
  77. package/dist/permissions/adapters/index.mjs +1 -1
  78. package/dist/permissions/adapters/v0/index.d.mts +1 -1
  79. package/dist/permissions/adapters/v0/index.mjs +1 -1
  80. package/dist/permissions/index.d.mts +1 -1
  81. package/dist/permissions/index.mjs +5 -5
  82. package/dist/{pino-CM1iLXmi.d.mts → pino-BUGULcfS.d.mts} +1 -1
  83. package/dist/{posthog-BugD9w3g.mjs → posthog-BUVv9Rky.mjs} +1 -1
  84. package/dist/rules/index.d.mts +1 -1
  85. package/dist/rules/index.mjs +9 -9
  86. package/dist/{server-CSLVeyyI.d.mts → server-Ciw0ZhhL.d.mts} +1 -1
  87. package/dist/storage/adapters/index.d.mts +2 -2
  88. package/dist/storage/adapters/memory/index.d.mts +1 -1
  89. package/dist/storage/index.d.mts +3 -3
  90. package/dist/storage/index.mjs +20 -18
  91. package/dist/theme/adapters/index.d.mts +2 -2
  92. package/dist/theme/adapters/index.mjs +6 -4
  93. package/dist/theme/adapters/unhead/index.d.mts +2 -0
  94. package/dist/theme/adapters/unhead/index.mjs +4 -0
  95. package/dist/theme/adapters/v0/index.d.mts +2 -2
  96. package/dist/theme/adapters/v0/index.mjs +4 -3
  97. package/dist/theme/index.d.mts +2 -2
  98. package/dist/theme/index.mjs +12 -10
  99. package/dist/types/index.d.mts +1 -1
  100. package/dist/unhead-CMUN7pv4.mjs +63 -0
  101. package/dist/{useFeatures-CkIfpj7l.mjs → useFeatures-_uwRwuBy.mjs} +3 -3
  102. package/dist/{useLocale-D3btFSZv.mjs → useLocale-BNecStw9.mjs} +9 -5
  103. package/dist/{useLogger-C3crtWEd.mjs → useLogger-B3ijAgn0.mjs} +29 -7
  104. package/dist/{usePermissions-DmaYLhw5.mjs → usePermissions-5g7JSb3-.mjs} +2 -2
  105. package/dist/{useRules-Dkj_-0ay.mjs → useRules-BnQZP8n2.mjs} +2 -2
  106. package/dist/{useTheme-MJA1p7YK.mjs → useTheme-CKcE6z3t.mjs} +10 -7
  107. package/dist/utilities/index.d.mts +1 -1
  108. package/dist/utilities/index.mjs +11 -11
  109. package/dist/{v0-pzmWhctY.mjs → v0-3e8B6fd8.mjs} +7 -32
  110. package/dist/{v0-B6ILFiMN.d.mts → v0-BRnEUnx1.d.mts} +2 -2
  111. package/dist/{v0-CQ2qHo5-.d.mts → v0-B_8xEDpf.d.mts} +1 -1
  112. package/dist/{v0-JPf99NKg.d.mts → v0-C3cGdshz.d.mts} +1 -1
  113. package/dist/{v0-2IcFDTW5.mjs → v0-C64RQgkl.mjs} +1 -1
  114. package/dist/{v0-CB-GCB-s.mjs → v0-Dab-mQua.mjs} +1 -1
  115. package/dist/{v0-3zDdS4II.d.mts → v0-WOPq3YTM.d.mts} +1 -1
  116. package/dist/{virtual-Dg0Cm5Hn.d.mts → virtual-By1prSSj.d.mts} +1 -1
  117. package/package.json +2 -1
  118. /package/dist/{adapter-CJQav2JB.d.mts → adapter-CST7kApg.d.mts} +0 -0
  119. /package/dist/{adapter-BWMm0JAQ.d.mts → adapter-cc0r4Pfu.d.mts} +0 -0
  120. /package/dist/{adapters-C66XaKkw.mjs → adapters-BvwLemDt.mjs} +0 -0
  121. /package/dist/{index-CeNfBYuo.d.mts → index-BsNeOyXe.d.mts} +0 -0
  122. /package/dist/{index-BvTD7kU8.d.mts → index-BvlxDVXg.d.mts} +0 -0
  123. /package/dist/{index-DSao7i57.d.mts → index-C9Wj_it8.d.mts} +0 -0
  124. /package/dist/{index-Dor6eAEc.d.mts → index-D7Yh-7yN.d.mts} +0 -0
  125. /package/dist/{memory-DyBabFV1.d.mts → memory-CC5pKIAp.d.mts} +0 -0
@@ -1,7 +1,7 @@
1
- import { n as DOMElement, o as ID, s as MaybeArray, t as Activation } from "./index-Dor6eAEc.mjs";
2
- import { b as RegistryTicket, m as RegistryContext, x as RegistryTicketInput } from "./index-YyqYAay2.mjs";
3
- import { $ as StepContext, $a as SelectionTicketInput, Fa as BreadcrumbsContext, Hn as NestedSelectionMode, In as NestedActiveMode, Ln as NestedContext, Oa as GroupTicket, Pt as RovingFocusReturn, Qa as SelectionTicket, Qr as FormValidationRule, Qt as PopoverReturn, Ta as GroupContext, Un as NestedTicket, Va as SingleContext, Wa as SingleTicket, Ya as SelectionContext, _t as SliderContext, ci as RuleAlias, dt as StackTicket, nt as StepTicket, pn as NotificationTicket, r as VirtualFocusReturn, ya as OverflowContext, yi as StandardSchemaV1, zn as NestedOpenMode } from "./index-CBER-Sxt.mjs";
4
- import { s as PaginationContext, u as PaginationTicket } from "./adapter-DvT8lTup.mjs";
1
+ import { n as DOMElement, o as ID, s as MaybeArray, t as Activation } from "./index-D7Yh-7yN.mjs";
2
+ import { b as RegistryTicket, m as RegistryContext, x as RegistryTicketInput } from "./index-Y0Bo7jx-.mjs";
3
+ import { Aa as PopoverReturn, Ca as ComboboxAdapterInterface, Da as VirtualFocusReturn, Ja as BreadcrumbsContext, Ln as NestedSelectionMode, Ma as OverflowContext, Mn as NestedContext, Mt as RovingFocusReturn, Pn as NestedOpenMode, Ra as GroupContext, Rn as NestedTicket, Va as GroupTicket, Z as StepContext, cn as NotificationTicket, co as SelectionContext, do as SelectionTicket, eo as SingleContext, et as StepTicket, fo as SelectionTicketInput, ht as SliderContext, jn as NestedActiveMode, lt as StackTicket, ma as ComboboxContext, mi as StandardSchemaV1, qr as FormValidationRule, ri as RuleAlias, ro as SingleTicket } from "./index-BAix61Ke.mjs";
4
+ import { s as PaginationContext, u as PaginationTicket } from "./adapter-DIZk5xrU.mjs";
5
5
  import * as vue from "vue";
6
6
  import { MaybeRefOrGetter, Ref, ShallowRef, TemplateRef } from "vue";
7
7
 
@@ -41,9 +41,9 @@ interface AtomExpose {
41
41
  element: TemplateRef<HTMLElement | null>;
42
42
  }
43
43
  interface AtomPrivateProps extends AtomProps {}
44
- declare const _default$103: typeof __VLS_export$103;
45
- declare const __VLS_export$103: <T extends Record<string, any> = {}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$25<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
46
- props: vue.PublicProps & __VLS_PrettifyLocal$25<AtomPrivateProps> & (typeof globalThis extends {
44
+ declare const _default$112: typeof __VLS_export$112;
45
+ declare const __VLS_export$112: <T extends Record<string, any> = {}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$26<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
46
+ props: vue.PublicProps & __VLS_PrettifyLocal$26<AtomPrivateProps> & (typeof globalThis extends {
47
47
  __VLS_PROPS_FALLBACK: infer P;
48
48
  } ? P : {});
49
49
  expose: (exposed: vue.ShallowUnwrapRef<AtomExpose>) => void;
@@ -53,7 +53,7 @@ declare const __VLS_export$103: <T extends Record<string, any> = {}>(__VLS_props
53
53
  }>) => vue.VNode & {
54
54
  __ctx?: Awaited<typeof __VLS_setup>;
55
55
  };
56
- type __VLS_PrettifyLocal$25<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
56
+ type __VLS_PrettifyLocal$26<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
57
57
  //#endregion
58
58
  //#region src/components/Avatar/AvatarRoot.vue.d.ts
59
59
  interface AvatarRootProps extends AtomProps {
@@ -66,11 +66,11 @@ interface AvatarTicket extends SelectionTicket {
66
66
  }
67
67
  interface AvatarContext extends SelectionContext<AvatarTicket> {}
68
68
  declare const useAvatarRoot: (key: string, defaultValue?: AvatarContext | undefined) => AvatarContext, provideAvatarRoot: (key: string, context: AvatarContext, app?: vue.App) => AvatarContext;
69
- declare const _default$102: typeof __VLS_export$102;
70
- declare const __VLS_export$102: __VLS_WithSlots$72<vue.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
69
+ declare const _default$111: typeof __VLS_export$111;
70
+ declare const __VLS_export$111: __VLS_WithSlots$80<vue.DefineComponent<AvatarRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AvatarRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
71
71
  default?: (props: {}) => any;
72
72
  }>;
73
- type __VLS_WithSlots$72<T, S> = T & {
73
+ type __VLS_WithSlots$80<T, S> = T & {
74
74
  new (): {
75
75
  $slots: S;
76
76
  };
@@ -100,8 +100,8 @@ interface AvatarImageSlotProps {
100
100
  onError: (e: Event) => void;
101
101
  };
102
102
  }
103
- declare const _default$101: typeof __VLS_export$101;
104
- declare const __VLS_export$101: __VLS_WithSlots$71<vue.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
103
+ declare const _default$110: typeof __VLS_export$110;
104
+ declare const __VLS_export$110: __VLS_WithSlots$79<vue.DefineComponent<AvatarImageProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
105
105
  error: (e: Event) => any;
106
106
  load: (e: Event) => any;
107
107
  }, string, vue.PublicProps, Readonly<AvatarImageProps> & Readonly<{
@@ -110,7 +110,7 @@ declare const __VLS_export$101: __VLS_WithSlots$71<vue.DefineComponent<AvatarIma
110
110
  }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
111
111
  default: (props: AvatarImageSlotProps) => any;
112
112
  }>;
113
- type __VLS_WithSlots$71<T, S> = T & {
113
+ type __VLS_WithSlots$79<T, S> = T & {
114
114
  new (): {
115
115
  $slots: S;
116
116
  };
@@ -125,11 +125,11 @@ interface AvatarFallbackSlotProps {
125
125
  /** Whether this fallback is currently visible */
126
126
  isSelected: boolean;
127
127
  }
128
- declare const _default$100: typeof __VLS_export$100;
129
- declare const __VLS_export$100: __VLS_WithSlots$70<vue.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
128
+ declare const _default$109: typeof __VLS_export$109;
129
+ declare const __VLS_export$109: __VLS_WithSlots$78<vue.DefineComponent<AvatarFallbackProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AvatarFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
130
130
  default: (props: AvatarFallbackSlotProps) => any;
131
131
  }>;
132
- type __VLS_WithSlots$70<T, S> = T & {
132
+ type __VLS_WithSlots$78<T, S> = T & {
133
133
  new (): {
134
134
  $slots: S;
135
135
  };
@@ -326,11 +326,11 @@ interface BreadcrumbsRootSlotProps {
326
326
  };
327
327
  }
328
328
  declare const useBreadcrumbsRoot: (key: string, defaultValue?: BreadcrumbsRootContext | undefined) => BreadcrumbsRootContext, provideBreadcrumbsRoot: (key: string, context: BreadcrumbsRootContext, app?: vue.App) => BreadcrumbsRootContext;
329
- declare const _default$99: typeof __VLS_export$99;
330
- declare const __VLS_export$99: __VLS_WithSlots$69<vue.DefineComponent<BreadcrumbsRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
329
+ declare const _default$108: typeof __VLS_export$108;
330
+ declare const __VLS_export$108: __VLS_WithSlots$77<vue.DefineComponent<BreadcrumbsRootProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsRootProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
331
331
  default: (props: BreadcrumbsRootSlotProps) => unknown;
332
332
  }>;
333
- type __VLS_WithSlots$69<T, S> = T & {
333
+ type __VLS_WithSlots$77<T, S> = T & {
334
334
  new (): {
335
335
  $slots: S;
336
336
  };
@@ -343,11 +343,11 @@ interface BreadcrumbsListSlotProps {
343
343
  role: 'list';
344
344
  };
345
345
  }
346
- declare const _default$98: typeof __VLS_export$98;
347
- declare const __VLS_export$98: __VLS_WithSlots$68<vue.DefineComponent<BreadcrumbsListProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
346
+ declare const _default$107: typeof __VLS_export$107;
347
+ declare const __VLS_export$107: __VLS_WithSlots$76<vue.DefineComponent<BreadcrumbsListProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsListProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
348
348
  default: (props: BreadcrumbsListSlotProps) => unknown;
349
349
  }>;
350
- type __VLS_WithSlots$68<T, S> = T & {
350
+ type __VLS_WithSlots$76<T, S> = T & {
351
351
  new (): {
352
352
  $slots: S;
353
353
  };
@@ -374,11 +374,11 @@ interface BreadcrumbsItemSlotProps {
374
374
  'data-selected': true | undefined;
375
375
  };
376
376
  }
377
- declare const _default$97: typeof __VLS_export$97;
378
- declare const __VLS_export$97: __VLS_WithSlots$67<vue.DefineComponent<BreadcrumbsItemProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
377
+ declare const _default$106: typeof __VLS_export$106;
378
+ declare const __VLS_export$106: __VLS_WithSlots$75<vue.DefineComponent<BreadcrumbsItemProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
379
379
  default: (props: BreadcrumbsItemSlotProps) => unknown;
380
380
  }>;
381
- type __VLS_WithSlots$67<T, S> = T & {
381
+ type __VLS_WithSlots$75<T, S> = T & {
382
382
  new (): {
383
383
  $slots: S;
384
384
  };
@@ -392,11 +392,11 @@ interface BreadcrumbsPageSlotProps {
392
392
  'aria-current': 'page';
393
393
  };
394
394
  }
395
- declare const _default$96: typeof __VLS_export$96;
396
- declare const __VLS_export$96: __VLS_WithSlots$66<vue.DefineComponent<BreadcrumbsPageProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
395
+ declare const _default$105: typeof __VLS_export$105;
396
+ declare const __VLS_export$105: __VLS_WithSlots$74<vue.DefineComponent<BreadcrumbsPageProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
397
397
  default: (props: BreadcrumbsPageSlotProps) => unknown;
398
398
  }>;
399
- type __VLS_WithSlots$66<T, S> = T & {
399
+ type __VLS_WithSlots$74<T, S> = T & {
400
400
  new (): {
401
401
  $slots: S;
402
402
  };
@@ -424,11 +424,11 @@ interface BreadcrumbsDividerSlotProps {
424
424
  'data-selected': true | undefined;
425
425
  };
426
426
  }
427
- declare const _default$95: typeof __VLS_export$95;
428
- declare const __VLS_export$95: __VLS_WithSlots$65<vue.DefineComponent<BreadcrumbsDividerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
427
+ declare const _default$104: typeof __VLS_export$104;
428
+ declare const __VLS_export$104: __VLS_WithSlots$73<vue.DefineComponent<BreadcrumbsDividerProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
429
429
  default: (props: BreadcrumbsDividerSlotProps) => unknown;
430
430
  }>;
431
- type __VLS_WithSlots$65<T, S> = T & {
431
+ type __VLS_WithSlots$73<T, S> = T & {
432
432
  new (): {
433
433
  $slots: S;
434
434
  };
@@ -456,11 +456,11 @@ interface BreadcrumbsEllipsisSlotProps {
456
456
  'data-selected': true | undefined;
457
457
  };
458
458
  }
459
- declare const _default$94: typeof __VLS_export$94;
460
- declare const __VLS_export$94: __VLS_WithSlots$64<vue.DefineComponent<BreadcrumbsEllipsisProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
459
+ declare const _default$103: typeof __VLS_export$103;
460
+ declare const __VLS_export$103: __VLS_WithSlots$72<vue.DefineComponent<BreadcrumbsEllipsisProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
461
461
  default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
462
462
  }>;
463
- type __VLS_WithSlots$64<T, S> = T & {
463
+ type __VLS_WithSlots$72<T, S> = T & {
464
464
  new (): {
465
465
  $slots: S;
466
466
  };
@@ -468,11 +468,11 @@ type __VLS_WithSlots$64<T, S> = T & {
468
468
  //#endregion
469
469
  //#region src/components/Breadcrumbs/BreadcrumbsLink.vue.d.ts
470
470
  type BreadcrumbsLinkProps = AtomProps;
471
- declare const _default$93: typeof __VLS_export$93;
472
- declare const __VLS_export$93: __VLS_WithSlots$63<vue.DefineComponent<AtomProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
471
+ declare const _default$102: typeof __VLS_export$102;
472
+ declare const __VLS_export$102: __VLS_WithSlots$71<vue.DefineComponent<AtomProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
473
473
  default?: (props: {}) => any;
474
474
  }>;
475
- type __VLS_WithSlots$63<T, S> = T & {
475
+ type __VLS_WithSlots$71<T, S> = T & {
476
476
  new (): {
477
477
  $slots: S;
478
478
  };
@@ -575,196 +575,881 @@ declare const Breadcrumbs: {
575
575
  * Individual breadcrumb item. Registers with root and
576
576
  * self-measures for overflow visibility.
577
577
  *
578
- * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbsitem
578
+ * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbsitem
579
+ *
580
+ * @example
581
+ * ```vue
582
+ * <template>
583
+ * <!-- With a link -->
584
+ * <Breadcrumbs.Item text="Products">
585
+ * <Breadcrumbs.Link href="/products">Products</Breadcrumbs.Link>
586
+ * </Breadcrumbs.Item>
587
+ *
588
+ * <!-- Current page (no link) -->
589
+ * <Breadcrumbs.Item text="Shoes">
590
+ * <Breadcrumbs.Page>Shoes</Breadcrumbs.Page>
591
+ * </Breadcrumbs.Item>
592
+ *
593
+ * <!-- With slot props -->
594
+ * <Breadcrumbs.Item text="Home" v-slot="{ isSelected }">
595
+ * <span v-show="isSelected">Home</span>
596
+ * </Breadcrumbs.Item>
597
+ * </template>
598
+ * ```
599
+ */
600
+ Item: {
601
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
602
+ P: {};
603
+ B: {};
604
+ D: {};
605
+ C: {};
606
+ M: {};
607
+ Defaults: {};
608
+ }, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
609
+ __isFragment?: never;
610
+ __isTeleport?: never;
611
+ __isSuspense?: never;
612
+ } & vue.ComponentOptionsBase<Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
613
+ $slots: {
614
+ default: (props: BreadcrumbsItemSlotProps) => unknown;
615
+ };
616
+ });
617
+ /**
618
+ * Navigable breadcrumb link. Renders as an anchor by default.
619
+ * All attributes (href, to, etc.) fall through to the underlying element.
620
+ *
621
+ * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbslink
622
+ *
623
+ * @example
624
+ * ```vue
625
+ * <template>
626
+ * <!-- Standard anchor -->
627
+ * <Breadcrumbs.Link href="/products">
628
+ * Products
629
+ * </Breadcrumbs.Link>
630
+ *
631
+ * <!-- With RouterLink via :as -->
632
+ * <Breadcrumbs.Link :as="RouterLink" to="/products">
633
+ * Products
634
+ * </Breadcrumbs.Link>
635
+ *
636
+ * <!-- Custom element -->
637
+ * <Breadcrumbs.Link as="button" @click="navigate">
638
+ * Products
639
+ * </Breadcrumbs.Link>
640
+ * </template>
641
+ * ```
642
+ */
643
+ Link: {
644
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
645
+ P: {};
646
+ B: {};
647
+ D: {};
648
+ C: {};
649
+ M: {};
650
+ Defaults: {};
651
+ }, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
652
+ __isFragment?: never;
653
+ __isTeleport?: never;
654
+ __isSuspense?: never;
655
+ } & vue.ComponentOptionsBase<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
656
+ $slots: {
657
+ default?: (props: {}) => any;
658
+ };
659
+ });
660
+ /**
661
+ * Current page indicator. Renders as a span with
662
+ * aria-current="page".
663
+ *
664
+ * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbspage
665
+ *
666
+ * @example
667
+ * ```vue
668
+ * <template>
669
+ * <Breadcrumbs.Page>Current Page</Breadcrumbs.Page>
670
+ *
671
+ * <!-- With custom element -->
672
+ * <Breadcrumbs.Page as="strong">Current Page</Breadcrumbs.Page>
673
+ * </template>
674
+ * ```
675
+ */
676
+ Page: {
677
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
678
+ P: {};
679
+ B: {};
680
+ D: {};
681
+ C: {};
682
+ M: {};
683
+ Defaults: {};
684
+ }, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
685
+ __isFragment?: never;
686
+ __isTeleport?: never;
687
+ __isSuspense?: never;
688
+ } & vue.ComponentOptionsBase<Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
689
+ $slots: {
690
+ default: (props: BreadcrumbsPageSlotProps) => unknown;
691
+ };
692
+ });
693
+ /**
694
+ * Visual separator between breadcrumb items. Renders as a list
695
+ * item with aria-hidden="true". Uses divider character from Root
696
+ * by default, or override via prop or slot content.
697
+ *
698
+ * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbsdivider
699
+ *
700
+ * @example
701
+ * ```vue
702
+ * <template>
703
+ * <!-- Uses default divider from Root -->
704
+ * <Breadcrumbs.Divider />
705
+ *
706
+ * <!-- Override divider character -->
707
+ * <Breadcrumbs.Divider divider=">" />
708
+ *
709
+ * <!-- Custom slot content (e.g., SVG chevron) -->
710
+ * <Breadcrumbs.Divider>
711
+ * <svg class="size-3.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
712
+ * <path d="M9 5l7 7-7 7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
713
+ * </svg>
714
+ * </Breadcrumbs.Divider>
715
+ * </template>
716
+ * ```
717
+ */
718
+ Divider: {
719
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
720
+ P: {};
721
+ B: {};
722
+ D: {};
723
+ C: {};
724
+ M: {};
725
+ Defaults: {};
726
+ }, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
727
+ __isFragment?: never;
728
+ __isTeleport?: never;
729
+ __isSuspense?: never;
730
+ } & vue.ComponentOptionsBase<Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
731
+ $slots: {
732
+ default: (props: BreadcrumbsDividerSlotProps) => unknown;
733
+ };
734
+ });
735
+ /**
736
+ * Ellipsis indicator shown when items are truncated by overflow.
737
+ * Auto-hidden until overflow is detected. Renders with
738
+ * aria-hidden="true".
739
+ *
740
+ * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbsellipsis
741
+ *
742
+ * @example
743
+ * ```vue
744
+ * <template>
745
+ * <!-- Uses default "..." from Root -->
746
+ * <Breadcrumbs.Ellipsis />
747
+ *
748
+ * <!-- Override ellipsis character -->
749
+ * <Breadcrumbs.Ellipsis ellipsis="…" />
750
+ * </template>
751
+ * ```
752
+ */
753
+ Ellipsis: {
754
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
755
+ P: {};
756
+ B: {};
757
+ D: {};
758
+ C: {};
759
+ M: {};
760
+ Defaults: {};
761
+ }, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
762
+ __isFragment?: never;
763
+ __isTeleport?: never;
764
+ __isSuspense?: never;
765
+ } & vue.ComponentOptionsBase<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
766
+ $slots: {
767
+ default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
768
+ };
769
+ });
770
+ };
771
+ //#endregion
772
+ //#region src/components/Combobox/ComboboxRoot.vue.d.ts
773
+ interface ComboboxRootProps extends AtomProps {
774
+ /** Namespace for dependency injection */
775
+ namespace?: string;
776
+ /** Unique identifier (auto-generated if not provided) */
777
+ id?: string;
778
+ /** Form field name — auto-renders hidden input when provided */
779
+ name?: string;
780
+ /** Associate with a form by ID */
781
+ form?: string;
782
+ /** Disables the entire combobox */
783
+ disabled?: boolean;
784
+ /** Enable multi-selection mode */
785
+ multiple?: boolean;
786
+ /**
787
+ * Controls mandatory selection behavior:
788
+ * - false (default): No mandatory selection enforcement
789
+ * - true: Prevents deselecting the last selected item
790
+ */
791
+ mandatory?: boolean;
792
+ /** Strict mode: reverts query to selected value on close if no match */
793
+ strict?: boolean;
794
+ /** Manual error state override — forces invalid regardless of error messages */
795
+ error?: boolean;
796
+ /** Manual error messages */
797
+ errorMessages?: MaybeArray<string>;
798
+ /** Filtering/loading adapter (client-side or server-side) */
799
+ adapter?: ComboboxAdapterInterface;
800
+ /** Maps selected value to input display text. Defaults to String(value). */
801
+ displayValue?: (value: unknown) => string;
802
+ }
803
+ interface ComboboxRootSlotProps {
804
+ /** Root identifier */
805
+ id: string;
806
+ /** Current query string */
807
+ query: string;
808
+ /** Whether the dropdown is open */
809
+ isOpen: boolean;
810
+ /** Whether filtered results are empty */
811
+ isEmpty: boolean;
812
+ /** Whether async loading is in progress */
813
+ isLoading: boolean;
814
+ /** Whether the combobox is disabled */
815
+ isDisabled: boolean;
816
+ /** Validation error messages */
817
+ errors: string[];
818
+ /** Whether the combobox is valid (null = no opinion) */
819
+ isValid: boolean | null;
820
+ /** Open the dropdown */
821
+ open: () => void;
822
+ /** Close the dropdown */
823
+ close: () => void;
824
+ /** Toggle the dropdown */
825
+ toggle: () => void;
826
+ /** Clear query and selection */
827
+ clear: () => void;
828
+ }
829
+ declare const useComboboxContext: (key: string, defaultValue?: ComboboxContext | undefined) => ComboboxContext, provideComboboxContext: (key: string, context: ComboboxContext, app?: vue.App) => ComboboxContext;
830
+ declare const _default$101: typeof __VLS_export$101;
831
+ declare const __VLS_export$101: __VLS_WithSlots$70<vue.DefineComponent<ComboboxRootProps & {
832
+ modelValue?: ID | ID[];
833
+ }, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
834
+ "update:model-value": (value: ID | ID[]) => any;
835
+ "update:modelValue": (value: ID | ID[] | undefined) => any;
836
+ }, string, vue.PublicProps, Readonly<ComboboxRootProps & {
837
+ modelValue?: ID | ID[];
838
+ }> & Readonly<{
839
+ "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
840
+ "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
841
+ }>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
842
+ default: (props: ComboboxRootSlotProps) => any;
843
+ }>;
844
+ type __VLS_WithSlots$70<T, S> = T & {
845
+ new (): {
846
+ $slots: S;
847
+ };
848
+ };
849
+ //#endregion
850
+ //#region src/components/Combobox/ComboboxActivator.vue.d.ts
851
+ interface ComboboxActivatorProps extends AtomProps {
852
+ /** Namespace for dependency injection */
853
+ namespace?: string;
854
+ }
855
+ interface ComboboxActivatorSlotProps {
856
+ /** Whether the dropdown is open */
857
+ isOpen: boolean;
858
+ /** Attributes to bind to the activator element */
859
+ attrs: {
860
+ 'data-state': 'open' | 'closed';
861
+ };
862
+ }
863
+ declare const _default$100: typeof __VLS_export$100;
864
+ declare const __VLS_export$100: __VLS_WithSlots$69<vue.DefineComponent<ComboboxActivatorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ComboboxActivatorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
865
+ default: (props: ComboboxActivatorSlotProps) => any;
866
+ }>;
867
+ type __VLS_WithSlots$69<T, S> = T & {
868
+ new (): {
869
+ $slots: S;
870
+ };
871
+ };
872
+ //#endregion
873
+ //#region src/components/Combobox/ComboboxControl.vue.d.ts
874
+ interface ComboboxControlProps extends AtomProps {
875
+ /** Namespace for dependency injection */
876
+ namespace?: string;
877
+ /** When to open the dropdown */
878
+ openOn?: 'focus' | 'input';
879
+ /** Placeholder text */
880
+ placeholder?: string;
881
+ }
882
+ interface ComboboxControlSlotProps {
883
+ /** Current query value */
884
+ query: string;
885
+ /** Whether the dropdown is open */
886
+ isOpen: boolean;
887
+ /** Attributes to bind to the input element */
888
+ attrs: {
889
+ 'id': string;
890
+ 'role': 'combobox';
891
+ 'aria-autocomplete': 'list' | 'both';
892
+ 'aria-expanded': boolean;
893
+ 'aria-haspopup': 'listbox';
894
+ 'aria-controls': string;
895
+ 'aria-describedby': string | undefined;
896
+ 'aria-errormessage': string | undefined;
897
+ 'aria-invalid': boolean | undefined;
898
+ 'aria-disabled': boolean | undefined;
899
+ 'disabled': boolean | undefined;
900
+ 'onInput': (e: Event) => void;
901
+ 'onFocus': () => void;
902
+ 'onKeydown': (e: KeyboardEvent) => void;
903
+ };
904
+ }
905
+ declare const _default$99: typeof __VLS_export$99;
906
+ declare const __VLS_export$99: __VLS_WithSlots$68<vue.DefineComponent<ComboboxControlProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ComboboxControlProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
907
+ default: (props: ComboboxControlSlotProps) => any;
908
+ }>;
909
+ type __VLS_WithSlots$68<T, S> = T & {
910
+ new (): {
911
+ $slots: S;
912
+ };
913
+ };
914
+ //#endregion
915
+ //#region src/components/Combobox/ComboboxCue.vue.d.ts
916
+ interface ComboboxCueProps extends AtomProps {
917
+ namespace?: string;
918
+ }
919
+ interface ComboboxCueSlotProps {
920
+ isOpen: boolean;
921
+ attrs: {
922
+ 'aria-hidden': true;
923
+ 'data-state': 'open' | 'closed';
924
+ 'onClick': () => void;
925
+ };
926
+ }
927
+ declare const _default$98: typeof __VLS_export$98;
928
+ declare const __VLS_export$98: __VLS_WithSlots$67<vue.DefineComponent<ComboboxCueProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ComboboxCueProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
929
+ default: (props: ComboboxCueSlotProps) => any;
930
+ }>;
931
+ type __VLS_WithSlots$67<T, S> = T & {
932
+ new (): {
933
+ $slots: S;
934
+ };
935
+ };
936
+ //#endregion
937
+ //#region src/components/Combobox/ComboboxContent.vue.d.ts
938
+ interface ComboboxContentProps extends AtomProps {
939
+ /** Namespace for dependency injection */
940
+ namespace?: string;
941
+ /** Render content immediately without waiting for first open */
942
+ eager?: boolean;
943
+ }
944
+ interface ComboboxContentSlotProps {
945
+ /** Whether the dropdown is open */
946
+ isOpen: boolean;
947
+ /** Attributes to bind to the content element */
948
+ attrs: Record<string, unknown>;
949
+ }
950
+ declare const _default$97: typeof __VLS_export$97;
951
+ declare const __VLS_export$97: __VLS_WithSlots$66<vue.DefineComponent<ComboboxContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
952
+ default: (props: ComboboxContentSlotProps) => any;
953
+ }>;
954
+ type __VLS_WithSlots$66<T, S> = T & {
955
+ new (): {
956
+ $slots: S;
957
+ };
958
+ };
959
+ //#endregion
960
+ //#region src/components/Combobox/ComboboxItem.vue.d.ts
961
+ interface ComboboxItemProps<V = unknown> extends AtomProps {
962
+ /** Namespace for dependency injection */
963
+ namespace?: string;
964
+ /** Unique identifier (auto-generated if not provided) */
965
+ id?: string;
966
+ /** Value associated with this option */
967
+ value?: V;
968
+ /** Disables this specific option */
969
+ disabled?: MaybeRefOrGetter<boolean>;
970
+ }
971
+ interface ComboboxItemSlotProps<V = unknown> {
972
+ /** Value associated with this option */
973
+ value: V | undefined;
974
+ /** Whether this option is currently selected */
975
+ isSelected: boolean;
976
+ /** Whether this option is currently highlighted via virtual focus */
977
+ isHighlighted: boolean;
978
+ /** Whether this option is disabled */
979
+ isDisabled: boolean;
980
+ /** Whether this option passes the current filter */
981
+ isFiltered: boolean;
982
+ /** Select this option */
983
+ select: () => void;
984
+ /** Attributes to bind to the option element */
985
+ attrs: {
986
+ 'id': string;
987
+ 'role': 'option';
988
+ 'aria-selected': boolean;
989
+ 'aria-disabled': boolean | undefined;
990
+ 'data-selected': true | undefined;
991
+ 'data-highlighted': '' | undefined;
992
+ 'data-disabled': true | undefined;
993
+ 'data-id': string;
994
+ };
995
+ }
996
+ declare const _default$96: typeof __VLS_export$96;
997
+ declare const __VLS_export$96: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal$25<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
998
+ props: vue.PublicProps & __VLS_PrettifyLocal$25<ComboboxItemProps<V>> & (typeof globalThis extends {
999
+ __VLS_PROPS_FALLBACK: infer P;
1000
+ } ? P : {});
1001
+ expose: (exposed: {}) => void;
1002
+ attrs: any;
1003
+ slots: {
1004
+ default: (props: ComboboxItemSlotProps<V>) => any;
1005
+ };
1006
+ emit: {};
1007
+ }>) => vue.VNode & {
1008
+ __ctx?: Awaited<typeof __VLS_setup>;
1009
+ };
1010
+ type __VLS_PrettifyLocal$25<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
1011
+ //#endregion
1012
+ //#region src/components/Combobox/ComboboxEmpty.vue.d.ts
1013
+ interface ComboboxEmptyProps extends AtomProps {
1014
+ /** Namespace for dependency injection */
1015
+ namespace?: string;
1016
+ }
1017
+ interface ComboboxEmptySlotProps {
1018
+ /** Current query string */
1019
+ query: string;
1020
+ }
1021
+ declare const _default$95: typeof __VLS_export$95;
1022
+ declare const __VLS_export$95: __VLS_WithSlots$65<vue.DefineComponent<ComboboxEmptyProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1023
+ default: (props: ComboboxEmptySlotProps) => any;
1024
+ }>;
1025
+ type __VLS_WithSlots$65<T, S> = T & {
1026
+ new (): {
1027
+ $slots: S;
1028
+ };
1029
+ };
1030
+ //#endregion
1031
+ //#region src/components/Combobox/ComboboxDescription.vue.d.ts
1032
+ interface ComboboxDescriptionProps extends AtomProps {
1033
+ /** Namespace for connecting to parent Combobox.Root */
1034
+ namespace?: string;
1035
+ }
1036
+ interface ComboboxDescriptionSlotProps {
1037
+ /** ID for this description element */
1038
+ id: string;
1039
+ }
1040
+ declare const _default$94: typeof __VLS_export$94;
1041
+ declare const __VLS_export$94: __VLS_WithSlots$64<vue.DefineComponent<ComboboxDescriptionProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ComboboxDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1042
+ default: (props: ComboboxDescriptionSlotProps) => any;
1043
+ }>;
1044
+ type __VLS_WithSlots$64<T, S> = T & {
1045
+ new (): {
1046
+ $slots: S;
1047
+ };
1048
+ };
1049
+ //#endregion
1050
+ //#region src/components/Combobox/ComboboxError.vue.d.ts
1051
+ interface ComboboxErrorProps extends AtomProps {
1052
+ /** Namespace for connecting to parent Combobox.Root */
1053
+ namespace?: string;
1054
+ }
1055
+ interface ComboboxErrorSlotProps {
1056
+ /** ID for this error element */
1057
+ id: string;
1058
+ /** Current error messages */
1059
+ errors: string[];
1060
+ /** Pre-computed attributes for the error element */
1061
+ attrs: {
1062
+ 'id': string;
1063
+ 'aria-live': 'polite';
1064
+ 'data-state': 'visible' | 'hidden';
1065
+ };
1066
+ }
1067
+ declare const _default$93: typeof __VLS_export$93;
1068
+ declare const __VLS_export$93: __VLS_WithSlots$63<vue.DefineComponent<ComboboxErrorProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ComboboxErrorProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
1069
+ default: (props: ComboboxErrorSlotProps) => any;
1070
+ }>;
1071
+ type __VLS_WithSlots$63<T, S> = T & {
1072
+ new (): {
1073
+ $slots: S;
1074
+ };
1075
+ };
1076
+ //#endregion
1077
+ //#region src/components/Combobox/index.d.ts
1078
+ /**
1079
+ * Combobox component with sub-components for building autocomplete inputs.
1080
+ *
1081
+ * @see https://0.vuetifyjs.com/components/combobox
1082
+ *
1083
+ * @example
1084
+ * ```vue
1085
+ * <script lang="ts" setup>
1086
+ * import { Combobox } from '@vuetify/v0'
1087
+ * import { ref } from 'vue'
1088
+ *
1089
+ * const selected = ref()
1090
+ * const items = [
1091
+ * { id: 'apple', label: 'Apple' },
1092
+ * { id: 'banana', label: 'Banana' },
1093
+ * { id: 'cherry', label: 'Cherry' },
1094
+ * ]
1095
+ * </script>
1096
+ *
1097
+ * <template>
1098
+ * <Combobox.Root v-model="selected">
1099
+ * <Combobox.Activator>
1100
+ * <Combobox.Control placeholder="Search..." />
1101
+ * <Combobox.Cue />
1102
+ * </Combobox.Activator>
1103
+ *
1104
+ * <Combobox.Content>
1105
+ * <Combobox.Item
1106
+ * v-for="item in items"
1107
+ * :key="item.id"
1108
+ * :id="item.id"
1109
+ * :value="item.label"
1110
+ * v-slot="{ isSelected, attrs }"
1111
+ * >
1112
+ * <div v-bind="attrs">{{ item.label }}</div>
1113
+ * </Combobox.Item>
1114
+ * <Combobox.Empty>No results found</Combobox.Empty>
1115
+ * </Combobox.Content>
1116
+ * </Combobox.Root>
1117
+ * </template>
1118
+ * ```
1119
+ */
1120
+ declare const Combobox: {
1121
+ /**
1122
+ * Root component for comboboxes. Creates selection, virtual focus, popover,
1123
+ * and adapter contexts. Bridges v-model to the internal selection state.
1124
+ *
1125
+ * @see https://0.vuetifyjs.com/components/combobox
1126
+ *
1127
+ * @example
1128
+ * ```vue
1129
+ * <script lang="ts" setup>
1130
+ * import { Combobox } from '@vuetify/v0'
1131
+ * import { ref } from 'vue'
1132
+ *
1133
+ * const selected = ref()
1134
+ * </script>
1135
+ *
1136
+ * <template>
1137
+ * <Combobox.Root v-model="selected" strict>
1138
+ * <Combobox.Activator>
1139
+ * <Combobox.Control placeholder="Search..." />
1140
+ * <Combobox.Cue />
1141
+ * </Combobox.Activator>
1142
+ * <Combobox.Content>
1143
+ * <Combobox.Item id="a" value="A">Option A</Combobox.Item>
1144
+ * </Combobox.Content>
1145
+ * </Combobox.Root>
1146
+ * </template>
1147
+ * ```
1148
+ */
1149
+ Root: {
1150
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<ComboboxRootProps & {
1151
+ modelValue?: ID | ID[];
1152
+ }> & Readonly<{
1153
+ "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
1154
+ "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
1155
+ }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1156
+ "update:model-value": (value: ID | ID[]) => any;
1157
+ "update:modelValue": (value: ID | ID[] | undefined) => any;
1158
+ }, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
1159
+ P: {};
1160
+ B: {};
1161
+ D: {};
1162
+ C: {};
1163
+ M: {};
1164
+ Defaults: {};
1165
+ }, Readonly<ComboboxRootProps & {
1166
+ modelValue?: ID | ID[];
1167
+ }> & Readonly<{
1168
+ "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
1169
+ "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
1170
+ }>, {}, {}, {}, {}, {}>;
1171
+ __isFragment?: never;
1172
+ __isTeleport?: never;
1173
+ __isSuspense?: never;
1174
+ } & vue.ComponentOptionsBase<Readonly<ComboboxRootProps & {
1175
+ modelValue?: ID | ID[];
1176
+ }> & Readonly<{
1177
+ "onUpdate:model-value"?: ((value: ID | ID[]) => any) | undefined;
1178
+ "onUpdate:modelValue"?: ((value: ID | ID[] | undefined) => any) | undefined;
1179
+ }>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1180
+ "update:model-value": (value: ID | ID[]) => any;
1181
+ "update:modelValue": (value: ID | ID[] | undefined) => any;
1182
+ }, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1183
+ $slots: {
1184
+ default: (props: ComboboxRootSlotProps) => any;
1185
+ };
1186
+ });
1187
+ /**
1188
+ * Wrapper for the control and cue. Sets CSS anchor-name so the dropdown
1189
+ * positions relative to this element.
1190
+ *
1191
+ * @see https://0.vuetifyjs.com/components/combobox#comboboxactivator
1192
+ *
1193
+ * @example
1194
+ * ```vue
1195
+ * <Combobox.Activator>
1196
+ * <Combobox.Control placeholder="Type to search..." />
1197
+ * <Combobox.Cue />
1198
+ * </Combobox.Activator>
1199
+ * ```
1200
+ */
1201
+ Activator: {
1202
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<ComboboxActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
1203
+ P: {};
1204
+ B: {};
1205
+ D: {};
1206
+ C: {};
1207
+ M: {};
1208
+ Defaults: {};
1209
+ }, Readonly<ComboboxActivatorProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
1210
+ __isFragment?: never;
1211
+ __isTeleport?: never;
1212
+ __isSuspense?: never;
1213
+ } & vue.ComponentOptionsBase<Readonly<ComboboxActivatorProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1214
+ $slots: {
1215
+ default: (props: ComboboxActivatorSlotProps) => any;
1216
+ };
1217
+ });
1218
+ /**
1219
+ * Text input that drives the query string and keyboard navigation.
1220
+ * Binds `role="combobox"` and manages `aria-activedescendant` via virtual focus.
1221
+ *
1222
+ * @see https://0.vuetifyjs.com/components/combobox#comboboxcontrol
1223
+ *
1224
+ * @example
1225
+ * ```vue
1226
+ * <!-- Opens on focus (default) -->
1227
+ * <Combobox.Control placeholder="Search fruits..." />
1228
+ *
1229
+ * <!-- Opens only when the user starts typing -->
1230
+ * <Combobox.Control open-on="input" placeholder="Start typing..." />
1231
+ * ```
1232
+ */
1233
+ Control: {
1234
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<ComboboxControlProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
1235
+ P: {};
1236
+ B: {};
1237
+ D: {};
1238
+ C: {};
1239
+ M: {};
1240
+ Defaults: {};
1241
+ }, Readonly<ComboboxControlProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
1242
+ __isFragment?: never;
1243
+ __isTeleport?: never;
1244
+ __isSuspense?: never;
1245
+ } & vue.ComponentOptionsBase<Readonly<ComboboxControlProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1246
+ $slots: {
1247
+ default: (props: ComboboxControlSlotProps) => any;
1248
+ };
1249
+ });
1250
+ /**
1251
+ * Visual cue for open/close state. Exposes `data-state="open|closed"` for
1252
+ * CSS-driven styling. Clicking toggles the dropdown.
1253
+ *
1254
+ * @see https://0.vuetifyjs.com/components/combobox#comboboxcue
579
1255
  *
580
1256
  * @example
581
1257
  * ```vue
582
- * <template>
583
- * <!-- With a link -->
584
- * <Breadcrumbs.Item text="Products">
585
- * <Breadcrumbs.Link href="/products">Products</Breadcrumbs.Link>
586
- * </Breadcrumbs.Item>
587
- *
588
- * <!-- Current page (no link) -->
589
- * <Breadcrumbs.Item text="Shoes">
590
- * <Breadcrumbs.Page>Shoes</Breadcrumbs.Page>
591
- * </Breadcrumbs.Item>
592
- *
593
- * <!-- With slot props -->
594
- * <Breadcrumbs.Item text="Home" v-slot="{ isSelected }">
595
- * <span v-show="isSelected">Home</span>
596
- * </Breadcrumbs.Item>
597
- * </template>
1258
+ * <Combobox.Cue v-slot="{ isOpen }">
1259
+ * {{ isOpen ? '▲' : '▼' }}
1260
+ * </Combobox.Cue>
598
1261
  * ```
599
1262
  */
600
- Item: {
601
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
1263
+ Cue: {
1264
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<ComboboxCueProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
602
1265
  P: {};
603
1266
  B: {};
604
1267
  D: {};
605
1268
  C: {};
606
1269
  M: {};
607
1270
  Defaults: {};
608
- }, Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
1271
+ }, Readonly<ComboboxCueProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
609
1272
  __isFragment?: never;
610
1273
  __isTeleport?: never;
611
1274
  __isSuspense?: never;
612
- } & vue.ComponentOptionsBase<Readonly<BreadcrumbsItemProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1275
+ } & vue.ComponentOptionsBase<Readonly<ComboboxCueProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
613
1276
  $slots: {
614
- default: (props: BreadcrumbsItemSlotProps) => unknown;
1277
+ default: (props: ComboboxCueSlotProps) => any;
615
1278
  };
616
1279
  });
617
1280
  /**
618
- * Navigable breadcrumb link. Renders as an anchor by default.
619
- * All attributes (href, to, etc.) fall through to the underlying element.
1281
+ * Dropdown content container using native popover API with CSS anchor
1282
+ * positioning. Renders `role="listbox"` with lazy mounting.
620
1283
  *
621
- * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbslink
1284
+ * @see https://0.vuetifyjs.com/components/combobox#comboboxcontent
622
1285
  *
623
1286
  * @example
624
1287
  * ```vue
625
- * <template>
626
- * <!-- Standard anchor -->
627
- * <Breadcrumbs.Link href="/products">
628
- * Products
629
- * </Breadcrumbs.Link>
630
- *
631
- * <!-- With RouterLink via :as -->
632
- * <Breadcrumbs.Link :as="RouterLink" to="/products">
633
- * Products
634
- * </Breadcrumbs.Link>
635
- *
636
- * <!-- Custom element -->
637
- * <Breadcrumbs.Link as="button" @click="navigate">
638
- * Products
639
- * </Breadcrumbs.Link>
640
- * </template>
1288
+ * <Combobox.Content>
1289
+ * <Combobox.Item id="a" value="A">Option A</Combobox.Item>
1290
+ * <Combobox.Item id="b" value="B">Option B</Combobox.Item>
1291
+ * <Combobox.Empty>No results found</Combobox.Empty>
1292
+ * </Combobox.Content>
641
1293
  * ```
642
1294
  */
643
- Link: {
644
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
1295
+ Content: {
1296
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
645
1297
  P: {};
646
1298
  B: {};
647
1299
  D: {};
648
1300
  C: {};
649
1301
  M: {};
650
1302
  Defaults: {};
651
- }, Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
1303
+ }, Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
652
1304
  __isFragment?: never;
653
1305
  __isTeleport?: never;
654
1306
  __isSuspense?: never;
655
- } & vue.ComponentOptionsBase<Readonly<AtomProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1307
+ } & vue.ComponentOptionsBase<Readonly<ComboboxContentProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
656
1308
  $slots: {
657
- default?: (props: {}) => any;
1309
+ default: (props: ComboboxContentSlotProps) => any;
658
1310
  };
659
1311
  });
660
1312
  /**
661
- * Current page indicator. Renders as a span with
662
- * aria-current="page".
1313
+ * Option item within the combobox dropdown. Registers with selection and
1314
+ * virtual focus. Hidden via `v-show` when filtered out so selection state
1315
+ * is preserved.
663
1316
  *
664
- * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbspage
1317
+ * @see https://0.vuetifyjs.com/components/combobox#comboboxitem
665
1318
  *
666
1319
  * @example
667
1320
  * ```vue
668
- * <template>
669
- * <Breadcrumbs.Page>Current Page</Breadcrumbs.Page>
1321
+ * <Combobox.Item id="apple" value="Apple" v-slot="{ isSelected, isHighlighted, attrs }">
1322
+ * <div v-bind="attrs" :class="{ highlighted: isHighlighted }">
1323
+ * Apple {{ isSelected ? '✓' : '' }}
1324
+ * </div>
1325
+ * </Combobox.Item>
1326
+ * ```
1327
+ */
1328
+ Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1329
+ attrs: any;
1330
+ emit: {};
1331
+ slots: {
1332
+ default: (props: ComboboxItemSlotProps<V>) => any;
1333
+ };
1334
+ }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1335
+ props: vue.PublicProps & {
1336
+ namespace?: string | undefined;
1337
+ id?: string | undefined;
1338
+ value?: V | undefined;
1339
+ disabled?: vue.MaybeRefOrGetter<boolean> | undefined;
1340
+ as?: (DOMElement | null) | undefined;
1341
+ renderless?: boolean | undefined;
1342
+ } & (typeof globalThis extends {
1343
+ __VLS_PROPS_FALLBACK: infer P;
1344
+ } ? P : {});
1345
+ expose: (exposed: {}) => void;
1346
+ attrs: any;
1347
+ slots: {
1348
+ default: (props: ComboboxItemSlotProps<V>) => any;
1349
+ };
1350
+ emit: {};
1351
+ }>) => vue.VNode & {
1352
+ __ctx?: Awaited<typeof __VLS_setup>;
1353
+ };
1354
+ /**
1355
+ * Empty state shown when no items match the current query. Exposes the
1356
+ * query string via slot props for contextual messaging.
670
1357
  *
671
- * <!-- With custom element -->
672
- * <Breadcrumbs.Page as="strong">Current Page</Breadcrumbs.Page>
673
- * </template>
1358
+ * @see https://0.vuetifyjs.com/components/combobox#comboboxempty
1359
+ *
1360
+ * @example
1361
+ * ```vue
1362
+ * <Combobox.Empty v-slot="{ query }">
1363
+ * No results for "{{ query }}"
1364
+ * </Combobox.Empty>
674
1365
  * ```
675
1366
  */
676
- Page: {
677
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
1367
+ Empty: {
1368
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
678
1369
  P: {};
679
1370
  B: {};
680
1371
  D: {};
681
1372
  C: {};
682
1373
  M: {};
683
1374
  Defaults: {};
684
- }, Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
1375
+ }, Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
685
1376
  __isFragment?: never;
686
1377
  __isTeleport?: never;
687
1378
  __isSuspense?: never;
688
- } & vue.ComponentOptionsBase<Readonly<BreadcrumbsPageProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1379
+ } & vue.ComponentOptionsBase<Readonly<ComboboxEmptyProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
689
1380
  $slots: {
690
- default: (props: BreadcrumbsPageSlotProps) => unknown;
1381
+ default: (props: ComboboxEmptySlotProps) => any;
691
1382
  };
692
1383
  });
693
1384
  /**
694
- * Visual separator between breadcrumb items. Renders as a list
695
- * item with aria-hidden="true". Uses divider character from Root
696
- * by default, or override via prop or slot content.
1385
+ * Help text component connected via aria-describedby.
1386
+ * Auto-generates an ID that Combobox.Control references in its
1387
+ * aria-describedby attribute for accessibility.
697
1388
  *
698
- * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbsdivider
1389
+ * @see https://0.vuetifyjs.com/components/combobox#comboboxdescription
699
1390
  *
700
1391
  * @example
701
1392
  * ```vue
702
- * <template>
703
- * <!-- Uses default divider from Root -->
704
- * <Breadcrumbs.Divider />
705
- *
706
- * <!-- Override divider character -->
707
- * <Breadcrumbs.Divider divider=">" />
708
- *
709
- * <!-- Custom slot content (e.g., SVG chevron) -->
710
- * <Breadcrumbs.Divider>
711
- * <svg class="size-3.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
712
- * <path d="M9 5l7 7-7 7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" />
713
- * </svg>
714
- * </Breadcrumbs.Divider>
715
- * </template>
1393
+ * <Combobox.Root v-model="selected">
1394
+ * <Combobox.Activator>
1395
+ * <Combobox.Control placeholder="Search..." />
1396
+ * </Combobox.Activator>
1397
+ * <Combobox.Description>Select a fruit from the list.</Combobox.Description>
1398
+ * </Combobox.Root>
716
1399
  * ```
717
1400
  */
718
- Divider: {
719
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
1401
+ Description: {
1402
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<ComboboxDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
720
1403
  P: {};
721
1404
  B: {};
722
1405
  D: {};
723
1406
  C: {};
724
1407
  M: {};
725
1408
  Defaults: {};
726
- }, Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
1409
+ }, Readonly<ComboboxDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
727
1410
  __isFragment?: never;
728
1411
  __isTeleport?: never;
729
1412
  __isSuspense?: never;
730
- } & vue.ComponentOptionsBase<Readonly<BreadcrumbsDividerProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1413
+ } & vue.ComponentOptionsBase<Readonly<ComboboxDescriptionProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
731
1414
  $slots: {
732
- default: (props: BreadcrumbsDividerSlotProps) => unknown;
1415
+ default: (props: ComboboxDescriptionSlotProps) => any;
733
1416
  };
734
1417
  });
735
1418
  /**
736
- * Ellipsis indicator shown when items are truncated by overflow.
737
- * Auto-hidden until overflow is detected. Renders with
738
- * aria-hidden="true".
1419
+ * Error message component with aria-live announcements.
1420
+ * Renders error messages from Root's errorMessages prop.
1421
+ * Connected to Control via aria-errormessage. Uses aria-live="polite"
1422
+ * for screen reader announcements when errors appear.
739
1423
  *
740
- * @see https://0.vuetifyjs.com/components/breadcrumbs#breadcrumbsellipsis
1424
+ * @see https://0.vuetifyjs.com/components/combobox#comboboxerror
741
1425
  *
742
1426
  * @example
743
1427
  * ```vue
744
- * <template>
745
- * <!-- Uses default "..." from Root -->
746
- * <Breadcrumbs.Ellipsis />
747
- *
748
- * <!-- Override ellipsis character -->
749
- * <Breadcrumbs.Ellipsis ellipsis="" />
750
- * </template>
1428
+ * <Combobox.Root v-model="selected" :error-messages="['Selection required']">
1429
+ * <Combobox.Activator>
1430
+ * <Combobox.Control placeholder="Search..." />
1431
+ * </Combobox.Activator>
1432
+ * <Combobox.Error v-slot="{ errors }">
1433
+ * <span v-for="error in errors" :key="error">{{ error }}</span>
1434
+ * </Combobox.Error>
1435
+ * </Combobox.Root>
751
1436
  * ```
752
1437
  */
753
- Ellipsis: {
754
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
1438
+ Error: {
1439
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<ComboboxErrorProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, false, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
755
1440
  P: {};
756
1441
  B: {};
757
1442
  D: {};
758
1443
  C: {};
759
1444
  M: {};
760
1445
  Defaults: {};
761
- }, Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
1446
+ }, Readonly<ComboboxErrorProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
762
1447
  __isFragment?: never;
763
1448
  __isTeleport?: never;
764
1449
  __isSuspense?: never;
765
- } & vue.ComponentOptionsBase<Readonly<BreadcrumbsEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1450
+ } & vue.ComponentOptionsBase<Readonly<ComboboxErrorProps> & Readonly<{}>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
766
1451
  $slots: {
767
- default: (props: BreadcrumbsEllipsisSlotProps) => unknown;
1452
+ default: (props: ComboboxErrorSlotProps) => any;
768
1453
  };
769
1454
  });
770
1455
  };
@@ -1077,11 +1762,11 @@ declare const Button: {
1077
1762
  * ```
1078
1763
  */
1079
1764
  Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1765
+ attrs: any;
1766
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
1080
1767
  slots: {
1081
1768
  default: (props: ButtonGroupSlotProps) => any;
1082
1769
  };
1083
- attrs: any;
1084
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
1085
1770
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1086
1771
  props: vue.PublicProps & {
1087
1772
  namespace?: string | undefined;
@@ -1233,11 +1918,11 @@ declare const Button: {
1233
1918
  * ```
1234
1919
  */
1235
1920
  Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
1921
+ attrs: any;
1922
+ emit: {};
1236
1923
  slots: {
1237
1924
  default: (props: ButtonRootSlotProps) => any;
1238
1925
  };
1239
- attrs: any;
1240
- emit: {};
1241
1926
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1242
1927
  props: vue.PublicProps & {
1243
1928
  disabled?: boolean | undefined;
@@ -1605,11 +2290,11 @@ declare const Checkbox: {
1605
2290
  * ```
1606
2291
  */
1607
2292
  Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
2293
+ attrs: any;
2294
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
1608
2295
  slots: {
1609
2296
  default: (props: CheckboxGroupSlotProps) => any;
1610
2297
  };
1611
- attrs: any;
1612
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
1613
2298
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1614
2299
  props: vue.PublicProps & {
1615
2300
  namespace?: string | undefined;
@@ -1731,11 +2416,11 @@ declare const Checkbox: {
1731
2416
  * ```
1732
2417
  */
1733
2418
  Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
2419
+ attrs: any;
2420
+ emit: ((evt: "update:model-value", value: boolean) => void) & ((event: "update:modelValue", value: boolean | undefined) => void);
1734
2421
  slots: {
1735
2422
  default: (props: CheckboxRootSlotProps<V>) => any;
1736
2423
  };
1737
- attrs: any;
1738
- emit: ((evt: "update:model-value", value: boolean) => void) & ((event: "update:modelValue", value: boolean | undefined) => void);
1739
2424
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1740
2425
  props: vue.PublicProps & {
1741
2426
  id?: ID | undefined;
@@ -2525,11 +3210,11 @@ declare const ExpansionPanel: {
2525
3210
  * ```
2526
3211
  */
2527
3212
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
3213
+ attrs: any;
3214
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
2528
3215
  slots: {
2529
3216
  default: (props: ExpansionPanelRootSlotProps) => any;
2530
3217
  };
2531
- attrs: any;
2532
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
2533
3218
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2534
3219
  props: vue.PublicProps & {
2535
3220
  namespace?: string | undefined;
@@ -2581,11 +3266,11 @@ declare const ExpansionPanel: {
2581
3266
  * ```
2582
3267
  */
2583
3268
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
3269
+ attrs: any;
3270
+ emit: {};
2584
3271
  slots: {
2585
3272
  default: (props: ExpansionPanelItemSlotProps) => any;
2586
3273
  };
2587
- attrs: any;
2588
- emit: {};
2589
3274
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2590
3275
  props: vue.PublicProps & {
2591
3276
  id?: string | undefined;
@@ -2922,11 +3607,11 @@ declare const Group: {
2922
3607
  * ```
2923
3608
  */
2924
3609
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
3610
+ attrs: any;
3611
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
2925
3612
  slots: {
2926
3613
  default: (props: GroupRootSlotProps) => any;
2927
3614
  };
2928
- attrs: any;
2929
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
2930
3615
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2931
3616
  props: vue.PublicProps & {
2932
3617
  namespace?: string | undefined;
@@ -2967,11 +3652,11 @@ declare const Group: {
2967
3652
  * ```
2968
3653
  */
2969
3654
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
3655
+ attrs: any;
3656
+ emit: {};
2970
3657
  slots: {
2971
3658
  default: (props: GroupItemSlotProps<V>) => unknown;
2972
3659
  };
2973
- attrs: any;
2974
- emit: {};
2975
3660
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
2976
3661
  props: vue.PublicProps & {
2977
3662
  id?: string | undefined;
@@ -3794,11 +4479,11 @@ declare const Pagination: {
3794
4479
  * ```
3795
4480
  */
3796
4481
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4482
+ attrs: any;
4483
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: number) => void);
3797
4484
  slots: {
3798
4485
  default: (props: PaginationRootSlotProps) => any;
3799
4486
  };
3800
- attrs: any;
3801
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: number) => void);
3802
4487
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3803
4488
  props: vue.PublicProps & {
3804
4489
  namespace?: string | undefined;
@@ -4809,11 +5494,11 @@ declare const Radio: {
4809
5494
  * ```
4810
5495
  */
4811
5496
  Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
5497
+ attrs: any;
5498
+ emit: ((evt: "update:model-value", value: T) => void) & ((event: "update:modelValue", value: T | undefined) => void);
4812
5499
  slots: {
4813
5500
  default: (props: RadioGroupSlotProps) => any;
4814
5501
  };
4815
- attrs: any;
4816
- emit: ((evt: "update:model-value", value: T) => void) & ((event: "update:modelValue", value: T | undefined) => void);
4817
5502
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4818
5503
  props: vue.PublicProps & {
4819
5504
  namespace?: string | undefined;
@@ -4938,11 +5623,11 @@ declare const Radio: {
4938
5623
  * ```
4939
5624
  */
4940
5625
  Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
5626
+ attrs: any;
5627
+ emit: {};
4941
5628
  slots: {
4942
5629
  default: (props: RadioRootSlotProps<V>) => any;
4943
5630
  };
4944
- attrs: any;
4945
- emit: {};
4946
5631
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4947
5632
  props: vue.PublicProps & {
4948
5633
  id?: ID | undefined;
@@ -5047,6 +5732,8 @@ interface SelectContext {
5047
5732
  toggle: () => void;
5048
5733
  /** Select an item by ID, closing dropdown in single-select mode */
5049
5734
  select: (id: ID) => void;
5735
+ /** Raw model value for fallback display before items register */
5736
+ modelValue: Ref<ID | ID[] | undefined>;
5050
5737
  }
5051
5738
  interface SelectRootProps extends AtomProps {
5052
5739
  /** Namespace for dependency injection */
@@ -5166,10 +5853,14 @@ type __VLS_WithSlots$28<T, S> = T & {
5166
5853
  interface SelectContentProps extends AtomProps {
5167
5854
  /** Namespace for dependency injection */
5168
5855
  namespace?: string;
5856
+ /** Render content immediately without waiting for first open */
5857
+ eager?: boolean;
5169
5858
  }
5170
5859
  interface SelectContentSlotProps {
5171
5860
  /** Whether the dropdown is open */
5172
5861
  isOpen: boolean;
5862
+ /** Attributes to bind to the content element */
5863
+ attrs: Record<string, unknown>;
5173
5864
  }
5174
5865
  declare const _default$43: typeof __VLS_export$43;
5175
5866
  declare const __VLS_export$43: __VLS_WithSlots$27<vue.DefineComponent<SelectContentProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<SelectContentProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
@@ -5538,11 +6229,11 @@ declare const Select: {
5538
6229
  * ```
5539
6230
  */
5540
6231
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
6232
+ attrs: any;
6233
+ emit: {};
5541
6234
  slots: {
5542
6235
  default: (props: SelectItemSlotProps<V>) => any;
5543
6236
  };
5544
- attrs: any;
5545
- emit: {};
5546
6237
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5547
6238
  props: vue.PublicProps & {
5548
6239
  namespace?: string | undefined;
@@ -5738,11 +6429,11 @@ declare const Selection: {
5738
6429
  * ```
5739
6430
  */
5740
6431
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
6432
+ attrs: any;
6433
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
5741
6434
  slots: {
5742
6435
  default: (props: SelectionRootSlotProps) => any;
5743
6436
  };
5744
- attrs: any;
5745
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
5746
6437
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5747
6438
  props: vue.PublicProps & {
5748
6439
  namespace?: string | undefined;
@@ -5784,11 +6475,11 @@ declare const Selection: {
5784
6475
  * ```
5785
6476
  */
5786
6477
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
6478
+ attrs: any;
6479
+ emit: {};
5787
6480
  slots: {
5788
6481
  default: (props: SelectionItemSlotProps<V>) => unknown;
5789
6482
  };
5790
- attrs: any;
5791
- emit: {};
5792
6483
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5793
6484
  props: vue.PublicProps & {
5794
6485
  id?: string | undefined;
@@ -6625,6 +7316,7 @@ interface SplitterContext {
6625
7316
  }
6626
7317
  interface SplitterRootExpose {
6627
7318
  distribute: (sizes: number[]) => void;
7319
+ dragging: Readonly<Ref<boolean>>;
6628
7320
  }
6629
7321
  interface SplitterRootProps extends AtomProps {
6630
7322
  orientation?: SplitterOrientation;
@@ -7271,11 +7963,11 @@ declare const Switch: {
7271
7963
  * ```
7272
7964
  */
7273
7965
  Group: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
7966
+ attrs: any;
7967
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
7274
7968
  slots: {
7275
7969
  default: (props: SwitchGroupSlotProps) => any;
7276
7970
  };
7277
- attrs: any;
7278
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
7279
7971
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7280
7972
  props: vue.PublicProps & {
7281
7973
  namespace?: string | undefined;
@@ -7357,11 +8049,11 @@ declare const Switch: {
7357
8049
  * ```
7358
8050
  */
7359
8051
  Root: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
8052
+ attrs: any;
8053
+ emit: ((evt: "update:model-value", value: boolean) => void) & ((event: "update:modelValue", value: boolean | undefined) => void);
7360
8054
  slots: {
7361
8055
  default: (props: SwitchRootSlotProps<V>) => any;
7362
8056
  };
7363
- attrs: any;
7364
- emit: ((evt: "update:model-value", value: boolean) => void) & ((event: "update:modelValue", value: boolean | undefined) => void);
7365
8057
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7366
8058
  props: vue.PublicProps & {
7367
8059
  id?: ID | undefined;
@@ -7655,11 +8347,11 @@ declare const Single: {
7655
8347
  * ```
7656
8348
  */
7657
8349
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
8350
+ attrs: any;
8351
+ emit: (event: "update:modelValue", value: T | T[] | undefined) => void;
7658
8352
  slots: {
7659
8353
  default: (props: SingleRootSlotProps) => any;
7660
8354
  };
7661
- attrs: any;
7662
- emit: (event: "update:modelValue", value: T | T[] | undefined) => void;
7663
8355
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7664
8356
  props: vue.PublicProps & {
7665
8357
  namespace?: string | undefined;
@@ -7701,11 +8393,11 @@ declare const Single: {
7701
8393
  * ```
7702
8394
  */
7703
8395
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
8396
+ attrs: any;
8397
+ emit: {};
7704
8398
  slots: {
7705
8399
  default: (props: SingleItemSlotProps<V>) => unknown;
7706
8400
  };
7707
- attrs: any;
7708
- emit: {};
7709
8401
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7710
8402
  props: vue.PublicProps & {
7711
8403
  id?: string | undefined;
@@ -7872,11 +8564,11 @@ declare const Step: {
7872
8564
  * ```
7873
8565
  */
7874
8566
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
8567
+ attrs: any;
8568
+ emit: (event: "update:modelValue", value: T | T[] | undefined) => void;
7875
8569
  slots: {
7876
8570
  default: (props: StepRootSlotProps) => any;
7877
8571
  };
7878
- attrs: any;
7879
- emit: (event: "update:modelValue", value: T | T[] | undefined) => void;
7880
8572
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7881
8573
  props: vue.PublicProps & {
7882
8574
  namespace?: string | undefined;
@@ -7916,11 +8608,11 @@ declare const Step: {
7916
8608
  * ```
7917
8609
  */
7918
8610
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
8611
+ attrs: any;
8612
+ emit: {};
7919
8613
  slots: {
7920
8614
  default: (props: StepItemSlotProps<V>) => unknown;
7921
8615
  };
7922
- attrs: any;
7923
- emit: {};
7924
8616
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7925
8617
  props: vue.PublicProps & {
7926
8618
  id?: string | undefined;
@@ -8201,11 +8893,11 @@ declare const Tabs: {
8201
8893
  * @see https://0.vuetifyjs.com/components/tabs
8202
8894
  */
8203
8895
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
8896
+ attrs: any;
8897
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
8204
8898
  slots: {
8205
8899
  default: (props: TabsRootSlotProps) => any;
8206
8900
  };
8207
- attrs: any;
8208
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
8209
8901
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8210
8902
  props: vue.PublicProps & {
8211
8903
  namespace?: string | undefined;
@@ -8258,11 +8950,11 @@ declare const Tabs: {
8258
8950
  * @see https://0.vuetifyjs.com/components/tabs#tabsitem
8259
8951
  */
8260
8952
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
8953
+ attrs: any;
8954
+ emit: {};
8261
8955
  slots: {
8262
8956
  default: (props: TabsItemSlotProps) => any;
8263
8957
  };
8264
- attrs: any;
8265
- emit: {};
8266
8958
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8267
8959
  props: vue.PublicProps & {
8268
8960
  id?: ID | undefined;
@@ -8292,11 +8984,11 @@ declare const Tabs: {
8292
8984
  * @see https://0.vuetifyjs.com/components/tabs#tabspanel
8293
8985
  */
8294
8986
  Panel: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
8987
+ attrs: any;
8988
+ emit: {};
8295
8989
  slots: {
8296
8990
  default: (props: TabsPanelSlotProps) => any;
8297
8991
  };
8298
- attrs: any;
8299
- emit: {};
8300
8992
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8301
8993
  props: vue.PublicProps & {
8302
8994
  value: V;
@@ -8318,27 +9010,14 @@ declare const Tabs: {
8318
9010
  };
8319
9011
  //#endregion
8320
9012
  //#region src/components/Theme/Theme.vue.d.ts
8321
- interface ThemeProps {
8322
- /**
8323
- * Theme ID to scope to
8324
- */
8325
- theme: string;
8326
- /**
8327
- * Skip wrapper element, pass attrs via slot
8328
- *
8329
- * @default false
8330
- */
8331
- renderless?: boolean;
8332
- /**
8333
- * Wrapper element tag
8334
- *
8335
- * @default 'div'
8336
- */
8337
- as?: DOMElement;
9013
+ interface ThemeProps extends AtomProps {
9014
+ theme?: ID;
9015
+ namespace?: string;
8338
9016
  }
8339
9017
  interface ThemeSlotProps {
8340
- /** Attributes including data-theme for binding */
8341
9018
  attrs: Record<string, unknown>;
9019
+ theme: ID | null | undefined;
9020
+ isDark: boolean;
8342
9021
  }
8343
9022
  declare const _default$10: typeof __VLS_export$10;
8344
9023
  declare const __VLS_export$10: __VLS_WithSlots$8<vue.DefineComponent<ThemeProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<ThemeProps> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>, {
@@ -8973,11 +9652,11 @@ declare const Treeview: {
8973
9652
  * ```
8974
9653
  */
8975
9654
  Root: <T = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
9655
+ attrs: any;
9656
+ emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
8976
9657
  slots: {
8977
9658
  default: (props: TreeviewRootSlotProps) => any;
8978
9659
  };
8979
- attrs: any;
8980
- emit: ((evt: "update:model-value", value: T | T[]) => void) & ((event: "update:modelValue", value: T | T[] | undefined) => void);
8981
9660
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
8982
9661
  props: vue.PublicProps & {
8983
9662
  namespace?: string | undefined;
@@ -9055,11 +9734,11 @@ declare const Treeview: {
9055
9734
  * ```
9056
9735
  */
9057
9736
  Item: <V = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
9737
+ attrs: any;
9738
+ emit: {};
9058
9739
  slots: {
9059
9740
  default: (props: TreeviewItemSlotProps<V>) => any;
9060
9741
  };
9061
- attrs: any;
9062
- emit: {};
9063
9742
  }, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
9064
9743
  props: vue.PublicProps & {
9065
9744
  id?: ID | undefined;
@@ -9299,4 +9978,4 @@ declare const Treeview: {
9299
9978
  });
9300
9979
  };
9301
9980
  //#endregion
9302
- export { _default$13 as $, Dialog as $a, _default$63 as $i, SnackbarPortalProps as $n, ButtonIconProps as $o, RadioGroupContext as $r, AtomProps as $s, SplitterHandleSlotProps as $t, TreeviewGroupSlotProps as A, _default$70 as Aa, PaginationEllipsisProps as Ai, SliderRootProps as An, CheckboxRootProps as Ao, SelectContext as Ar, BreadcrumbsRootProps as As, _default$19 as At, TreeviewSelectAllSlotProps as B, _default$73 as Ba, PaginationItemSlotProps as Bi, _default$34 as Bn, _default$86 as Bo, RadioIndicatorProps as Br, AvatarFallbackSlotProps as Bs, SwitchState as Bt, TreeviewCheckboxProps as C, GroupRootProps as Ca, _default$55 as Ci, SliderRangeProps as Cn, CheckboxSelectAllProps as Co, _default$43 as Cr, _default$96 as Cs, SingleRootSlotProps as Ct, TreeviewCueProps as D, useGroupRoot as Da, PaginationNextProps as Di, SliderTrackSlotProps as Dn, CheckboxIndicatorSlotProps as Do, SelectActivatorProps as Dr, BreadcrumbsListProps as Ds, Switch as Dt, TreeviewContentSlotProps as E, provideGroupRoot as Ea, _default$56 as Ei, SliderTrackProps as En, CheckboxIndicatorProps as Eo, _default$44 as Er, _default$97 as Es, useSingleRoot as Et, TreeviewListProps as F, ExpansionPanelActivatorProps as Fa, _default$59 as Fi, Snackbar as Fn, useCheckboxRoot as Fo, useSelectContext as Fr, BreadcrumbsRootContext as Fs, SwitchSelectAllSlotProps as Ft, TabsPanelProps as G, provideExpansionPanelItem as Ga, providePaginationControls as Gi, provideSnackbarRootContext as Gn, ButtonRootProps as Go, RadioRootSlotProps as Gr, _default$101 as Gs, _default$23 as Gt, ThemeSlotProps as H, ExpansionPanelItemProps as Ha, PaginationRootProps as Hi, SnackbarRootProps as Hn, useCheckboxGroup as Ho, _default$48 as Hr, AvatarImageEmits as Hs, provideSwitchRoot as Ht, TreeviewListSlotProps as I, ExpansionPanelActivatorSlotProps as Ia, PaginationFirstProps as Ii, SnackbarContentProps as In, CheckboxHiddenInputProps as Io, ScrimProps as Ir, BreadcrumbsTicket as Is, _default$21 as It, TabsItemProps as J, ExpansionPanelRootProps as Ja, usePaginationControls as Ji, SnackbarQueueProps as Jn, provideButtonRoot as Jo, provideRadioRoot as Jr, AvatarTicket as Js, _default$24 as Jt, TabsPanelSlotProps as K, useExpansionPanelItem as Ka, providePaginationItems as Ki, useSnackbarRootContext as Kn, ButtonRootSlotProps as Ko, RadioState as Kr, AvatarContext as Ks, SwitchGroupProps as Kt, TreeviewRootProps as L, _default$72 as La, PaginationFirstSlotProps as Li, _default$33 as Ln, _default$85 as Lo, ScrimSlotProps as Lr, BreadcrumbsTicketType as Ls, SwitchRootContext as Lt, TreeviewIndicatorSlotProps as M, ExpansionPanelContentProps as Ma, _default$58 as Mi, _default$32 as Mn, CheckboxState as Mo, SelectRootSlotProps as Mr, _default$99 as Ms, SwitchThumbSlotProps as Mt, TreeviewItemProps as N, ExpansionPanelContentSlotProps as Na, PaginationPrevProps as Ni, provideSliderRoot as Nn, _default$84 as No, _default$46 as Nr, provideBreadcrumbsRoot as Ns, _default$20 as Nt, TreeviewCueSlotProps as O, FormProps as Oa, PaginationNextSlotProps as Oi, _default$31 as On, _default$83 as Oo, SelectActivatorSlotProps as Or, BreadcrumbsListSlotProps as Os, SwitchTrackProps as Ot, TreeviewItemSlotProps as P, _default$71 as Pa, PaginationPrevSlotProps as Pi, useSliderRoot as Pn, provideCheckboxRoot as Po, provideSelectContext as Pr, useBreadcrumbsRoot as Ps, SwitchSelectAllProps as Pt, TabsListSlotProps as Q, useExpansionPanelRoot as Qa, LocaleSlotProps as Qi, useSnackbarQueueContext as Qn, _default$88 as Qo, RadioActivation as Qr, AtomExpose as Qs, SplitterHandleProps as Qt, TreeviewRootSlotProps as R, ExpansionPanelHeaderProps as Ra, _default$60 as Ri, SnackbarCloseProps as Rn, CheckboxGroupProps as Ro, _default$47 as Rr, Avatar as Rs, SwitchRootProps as Rt, TreeviewActivatorSlotProps as S, _default$68 as Sa, PaginationStatusSlotProps as Si, _default$29 as Sn, Checkbox as So, SelectContentSlotProps as Sr, BreadcrumbsPageSlotProps as Ss, SingleRootProps as St, TreeviewContentProps as T, _default$69 as Ta, PaginationLastSlotProps as Ti, _default$30 as Tn, _default$82 as To, SelectValueSlotProps as Tr, BreadcrumbsItemSlotProps as Ts, provideSingleRoot as Tt, _default$10 as U, ExpansionPanelItemSlotProps as Ua, PaginationRootSlotProps as Ui, SnackbarRootSlotProps as Un, Button as Uo, RadioRootContext as Ur, AvatarImageProps as Us, useSwitchRoot as Ut, ThemeProps as V, ExpansionPanelItemContext as Va, _default$61 as Vi, SnackbarRootContext as Vn, provideCheckboxGroup as Vo, RadioIndicatorSlotProps as Vr, _default$100 as Vs, _default$22 as Vt, Tabs as W, _default$74 as Wa, _default$62 as Wi, _default$35 as Wn, ButtonRootContext as Wo, RadioRootProps as Wr, AvatarImageSlotProps as Ws, SwitchHiddenInputProps as Wt, _default$12 as X, _default$75 as Xa, usePaginationRoot as Xi, _default$36 as Xn, ButtonLoadingProps as Xo, RadioHiddenInputProps as Xr, provideAvatarRoot as Xs, useSwitchGroup as Xt, TabsItemSlotProps as Y, ExpansionPanelRootSlotProps as Ya, usePaginationItems as Yi, SnackbarQueueSlotProps as Yn, useButtonRoot as Yo, useRadioRoot as Yr, _default$102 as Ys, provideSwitchGroup as Yt, TabsListProps as Z, provideExpansionPanelRoot as Za, LocaleProps as Zi, provideSnackbarQueueContext as Zn, ButtonLoadingSlotProps as Zo, _default$50 as Zr, useAvatarRoot as Zs, Splitter as Zt, _default$6 as _, InputControlSlotProps as _a, _default$54 as _i, SliderHiddenInputProps as _n, DialogRootProps as _o, _default$41 as _r, _default$94 as _s, useStepRoot as _t, provideTreeviewRoot as a, ValidateEvent as aa, useRadioGroup as ai, _default$26 as an, _default$77 as ao, _default$38 as ar, ButtonGroupSlotProps as as, TabsTicket as at, _default$9 as b, GroupItemProps as ba, Pagination as bi, SliderThumbSlotProps as bn, provideDialogContext as bo, _default$42 as br, _default$95 as bs, SingleItemSlotProps as bt, _default$2 as c, provideInputRoot as ca, PopoverContentProps as ci, SplitterPanelInput as cn, _default$78 as co, _default$39 as cr, useButtonGroup as cs, useTabsRoot as ct, TreeviewItemContext as d, InputErrorSlotProps as da, PopoverActivatorProps as di, SplitterRootProps as dn, DialogContentSlotProps as do, Select as dr, _default$92 as ds, StepItemSlotProps as dt, Input as ea, AtomSlots as ec, RadioGroupProps as ei, SplitterHandleState as en, DialogCloseProps as eo, SnackbarPortalSlotProps as er, ButtonIconSlotProps as es, TabsActivation as et, _default$3 as f, _default$65 as fa, PopoverActivatorSlotProps as fi, SplitterRootSlotProps as fn, _default$79 as fo, SelectPlaceholderProps as fr, Breadcrumbs as fs, _default$15 as ft, _default$5 as g, InputControlProps as ga, PopoverRootSlotProps as gi, Slider as gn, DialogContext as go, SelectItemSlotProps as gr, BreadcrumbsEllipsisSlotProps as gs, provideStepRoot as gt, _default$4 as h, _default$66 as ha, PopoverRootProps as hi, useSplitterRoot as hn, _default$80 as ho, SelectItemProps as hr, BreadcrumbsEllipsisProps as hs, _default$16 as ht, _default$1 as i, InputState as ia, provideRadioGroup as ii, SplitterPanelSlotProps as in, DialogDescriptionSlotProps as io, SelectionItemSlotProps as ir, ButtonGroupProps as is, TabsRootSlotProps as it, TreeviewIndicatorProps as j, ExpansionPanel as ja, PaginationEllipsisSlotProps as ji, SliderRootSlotProps as jn, CheckboxRootSlotProps as jo, SelectRootProps as jr, BreadcrumbsRootSlotProps as js, SwitchThumbProps as jt, TreeviewGroupProps as k, FormSlotProps as ka, _default$57 as ki, SliderRootContext as kn, CheckboxRootContext as ko, _default$45 as kr, _default$98 as ks, SwitchTrackSlotProps as kt, provideTreeviewList as l, useInputRoot as la, PopoverContentSlotProps as li, SplitterPanelTicket as ln, DialogContentEmits as lo, provideSelectionRoot as lr, ButtonContentProps as ls, Step as lt, useTreeviewItem as m, InputDescriptionSlotProps as ma, PopoverContext as mi, provideSplitterRoot as mn, DialogActivatorSlotProps as mo, _default$40 as mr, _default$93 as ms, StepRootSlotProps as mt, _default as n, InputRootProps as na, RadioTicket as ni, SplitterPanelExpose as nn, _default$76 as no, Selection as nr, ButtonHiddenInputProps as ns, TabsOrientation as nt, useTreeviewRoot as o, ValidateOn as oa, Popover as oi, SplitterContext as on, DialogTitleProps as oo, SelectionRootProps as or, _default$91 as os, _default$14 as ot, provideTreeviewItem as p, InputDescriptionProps as pa, _default$53 as pi, _default$27 as pn, DialogActivatorProps as po, SelectPlaceholderSlotProps as pr, BreadcrumbsLinkProps as ps, StepRootProps as pt, _default$11 as q, ExpansionPanelOptionsContext as qa, providePaginationRoot as qi, SnackbarQueueContext as qn, _default$87 as qo, _default$49 as qr, AvatarRootProps as qs, SwitchGroupSlotProps as qt, TreeviewRootContext as r, InputRootSlotProps as ra, _default$51 as ri, SplitterPanelProps as rn, DialogDescriptionProps as ro, SelectionItemProps as rr, _default$90 as rs, TabsRootProps as rt, TreeviewListContext as s, _default$64 as sa, PopoverContentEmits as si, SplitterOrientation as sn, DialogTitleSlotProps as so, SelectionRootSlotProps as sr, provideButtonGroup as ss, provideTabsRoot as st, Treeview as t, InputRootContext as ta, _default$103 as tc, RadioGroupSlotProps as ti, _default$25 as tn, DialogCloseSlotProps as to, _default$37 as tr, _default$89 as ts, TabsContext as tt, useTreeviewList as u, InputErrorProps as ua, _default$52 as ui, SplitterRootExpose as un, DialogContentProps as uo, useSelectionRoot as ur, ButtonContentSlotProps as us, StepItemProps as ut, _default$7 as v, _default$67 as va, providePopoverContext as vi, _default$28 as vn, DialogRootSlotProps as vo, SelectCueProps as vr, BreadcrumbsDividerProps as vs, Single as vt, TreeviewCheckboxSlotProps as w, GroupRootSlotProps as wa, PaginationLastProps as wi, SliderRangeSlotProps as wn, CheckboxSelectAllSlotProps as wo, SelectValueProps as wr, BreadcrumbsItemProps as ws, _default$18 as wt, TreeviewActivatorProps as x, GroupItemSlotProps as xa, PaginationStatusProps as xi, SliderThumbState as xn, useDialogContext as xo, SelectContentProps as xr, BreadcrumbsPageProps as xs, _default$17 as xt, _default$8 as y, Group as ya, usePopoverContext as yi, SliderThumbProps as yn, _default$81 as yo, SelectCueSlotProps as yr, BreadcrumbsDividerSlotProps as ys, SingleItemProps as yt, TreeviewSelectAllProps as z, ExpansionPanelHeaderSlotProps as za, PaginationItemProps as zi, SnackbarCloseSlotProps as zn, CheckboxGroupSlotProps as zo, Radio as zr, AvatarFallbackProps as zs, SwitchRootSlotProps as zt };
9981
+ export { _default$13 as $, Dialog as $a, _default$63 as $i, SnackbarPortalProps as $n, ButtonIconProps as $o, RadioGroupContext as $r, _default$105 as $s, SplitterHandleSlotProps as $t, TreeviewGroupSlotProps as A, _default$70 as Aa, AtomSlots as Ac, PaginationEllipsisProps as Ai, SliderRootProps as An, CheckboxRootProps as Ao, SelectContext as Ar, _default$98 as As, _default$19 as At, TreeviewSelectAllSlotProps as B, _default$73 as Ba, PaginationItemSlotProps as Bi, _default$34 as Bn, _default$86 as Bo, RadioIndicatorProps as Br, provideComboboxContext as Bs, SwitchState as Bt, TreeviewCheckboxProps as C, GroupRootProps as Ca, AvatarRootProps as Cc, _default$55 as Ci, SliderRangeProps as Cn, CheckboxSelectAllProps as Co, _default$43 as Cr, ComboboxItemSlotProps as Cs, SingleRootSlotProps as Ct, TreeviewCueProps as D, useGroupRoot as Da, useAvatarRoot as Dc, PaginationNextProps as Di, SliderTrackSlotProps as Dn, CheckboxIndicatorSlotProps as Do, SelectActivatorProps as Dr, _default$97 as Ds, Switch as Dt, TreeviewContentSlotProps as E, provideGroupRoot as Ea, provideAvatarRoot as Ec, _default$56 as Ei, SliderTrackProps as En, CheckboxIndicatorProps as Eo, _default$44 as Er, ComboboxContentSlotProps as Es, useSingleRoot as Et, TreeviewListProps as F, ExpansionPanelActivatorProps as Fa, _default$59 as Fi, Snackbar as Fn, useCheckboxRoot as Fo, useSelectContext as Fr, ComboboxActivatorSlotProps as Fs, SwitchSelectAllSlotProps as Ft, TabsPanelProps as G, provideExpansionPanelItem as Ga, providePaginationControls as Gi, provideSnackbarRootContext as Gn, ButtonRootProps as Go, RadioRootSlotProps as Gr, BreadcrumbsEllipsisProps as Gs, _default$23 as Gt, ThemeSlotProps as H, ExpansionPanelItemProps as Ha, PaginationRootProps as Hi, SnackbarRootProps as Hn, useCheckboxGroup as Ho, _default$48 as Hr, Breadcrumbs as Hs, provideSwitchRoot as Ht, TreeviewListSlotProps as I, ExpansionPanelActivatorSlotProps as Ia, PaginationFirstProps as Ii, SnackbarContentProps as In, CheckboxHiddenInputProps as Io, ScrimProps as Ir, _default$100 as Is, _default$21 as It, TabsItemProps as J, ExpansionPanelRootProps as Ja, usePaginationControls as Ji, SnackbarQueueProps as Jn, provideButtonRoot as Jo, provideRadioRoot as Jr, BreadcrumbsDividerProps as Js, _default$24 as Jt, TabsPanelSlotProps as K, useExpansionPanelItem as Ka, providePaginationItems as Ki, useSnackbarRootContext as Kn, ButtonRootSlotProps as Ko, RadioState as Kr, BreadcrumbsEllipsisSlotProps as Ks, SwitchGroupProps as Kt, TreeviewRootProps as L, _default$72 as La, PaginationFirstSlotProps as Li, _default$33 as Ln, _default$85 as Lo, ScrimSlotProps as Lr, ComboboxRootProps as Ls, SwitchRootContext as Lt, TreeviewIndicatorSlotProps as M, ExpansionPanelContentProps as Ma, _default$58 as Mi, _default$32 as Mn, CheckboxState as Mo, SelectRootSlotProps as Mr, ComboboxControlSlotProps as Ms, SwitchThumbSlotProps as Mt, TreeviewItemProps as N, ExpansionPanelContentSlotProps as Na, PaginationPrevProps as Ni, provideSliderRoot as Nn, _default$84 as No, _default$46 as Nr, _default$99 as Ns, _default$20 as Nt, TreeviewCueSlotProps as O, FormProps as Oa, AtomExpose as Oc, PaginationNextSlotProps as Oi, _default$31 as On, _default$83 as Oo, SelectActivatorSlotProps as Or, ComboboxCueProps as Os, SwitchTrackProps as Ot, TreeviewItemSlotProps as P, _default$71 as Pa, PaginationPrevSlotProps as Pi, useSliderRoot as Pn, provideCheckboxRoot as Po, provideSelectContext as Pr, ComboboxActivatorProps as Ps, SwitchSelectAllProps as Pt, TabsListSlotProps as Q, useExpansionPanelRoot as Qa, LocaleSlotProps as Qi, useSnackbarQueueContext as Qn, _default$88 as Qo, RadioActivation as Qr, BreadcrumbsPageSlotProps as Qs, SplitterHandleProps as Qt, TreeviewRootSlotProps as R, ExpansionPanelHeaderProps as Ra, _default$60 as Ri, SnackbarCloseProps as Rn, CheckboxGroupProps as Ro, _default$47 as Rr, ComboboxRootSlotProps as Rs, SwitchRootProps as Rt, TreeviewActivatorSlotProps as S, _default$68 as Sa, AvatarContext as Sc, PaginationStatusSlotProps as Si, _default$29 as Sn, Checkbox as So, SelectContentSlotProps as Sr, ComboboxItemProps as Ss, SingleRootProps as St, TreeviewContentProps as T, _default$69 as Ta, _default$111 as Tc, PaginationLastSlotProps as Ti, _default$30 as Tn, _default$82 as To, SelectValueSlotProps as Tr, ComboboxContentProps as Ts, provideSingleRoot as Tt, _default$10 as U, ExpansionPanelItemSlotProps as Ua, PaginationRootSlotProps as Ui, SnackbarRootSlotProps as Un, Button as Uo, RadioRootContext as Ur, BreadcrumbsLinkProps as Us, useSwitchRoot as Ut, ThemeProps as V, ExpansionPanelItemContext as Va, _default$61 as Vi, SnackbarRootContext as Vn, provideCheckboxGroup as Vo, RadioIndicatorSlotProps as Vr, useComboboxContext as Vs, _default$22 as Vt, Tabs as W, _default$74 as Wa, _default$62 as Wi, _default$35 as Wn, ButtonRootContext as Wo, RadioRootProps as Wr, _default$102 as Ws, SwitchHiddenInputProps as Wt, _default$12 as X, _default$75 as Xa, usePaginationRoot as Xi, _default$36 as Xn, ButtonLoadingProps as Xo, RadioHiddenInputProps as Xr, _default$104 as Xs, useSwitchGroup as Xt, TabsItemSlotProps as Y, ExpansionPanelRootSlotProps as Ya, usePaginationItems as Yi, SnackbarQueueSlotProps as Yn, useButtonRoot as Yo, useRadioRoot as Yr, BreadcrumbsDividerSlotProps as Ys, provideSwitchGroup as Yt, TabsListProps as Z, provideExpansionPanelRoot as Za, LocaleProps as Zi, provideSnackbarQueueContext as Zn, ButtonLoadingSlotProps as Zo, _default$50 as Zr, BreadcrumbsPageProps as Zs, Splitter as Zt, _default$6 as _, InputControlSlotProps as _a, _default$109 as _c, _default$54 as _i, SliderHiddenInputProps as _n, DialogRootProps as _o, _default$41 as _r, ComboboxDescriptionSlotProps as _s, useStepRoot as _t, provideTreeviewRoot as a, ValidateEvent as aa, _default$107 as ac, useRadioGroup as ai, _default$26 as an, _default$77 as ao, _default$38 as ar, ButtonGroupSlotProps as as, TabsTicket as at, _default$9 as b, GroupItemProps as ba, AvatarImageSlotProps as bc, Pagination as bi, SliderThumbSlotProps as bn, provideDialogContext as bo, _default$42 as br, ComboboxEmptySlotProps as bs, SingleItemSlotProps as bt, _default$2 as c, provideInputRoot as ca, _default$108 as cc, PopoverContentProps as ci, SplitterPanelInput as cn, _default$78 as co, _default$39 as cr, useButtonGroup as cs, useTabsRoot as ct, TreeviewItemContext as d, InputErrorSlotProps as da, BreadcrumbsRootContext as dc, PopoverActivatorProps as di, SplitterRootProps as dn, DialogContentSlotProps as do, Select as dr, _default$92 as ds, StepItemSlotProps as dt, Input as ea, BreadcrumbsItemProps as ec, RadioGroupProps as ei, SplitterHandleState as en, DialogCloseProps as eo, SnackbarPortalSlotProps as er, ButtonIconSlotProps as es, TabsActivation as et, _default$3 as f, _default$65 as fa, BreadcrumbsTicket as fc, PopoverActivatorSlotProps as fi, SplitterRootSlotProps as fn, _default$79 as fo, SelectPlaceholderProps as fr, Combobox as fs, _default$15 as ft, _default$5 as g, InputControlProps as ga, AvatarFallbackSlotProps as gc, PopoverRootSlotProps as gi, Slider as gn, DialogContext as go, SelectItemSlotProps as gr, ComboboxDescriptionProps as gs, provideStepRoot as gt, _default$4 as h, _default$66 as ha, AvatarFallbackProps as hc, PopoverRootProps as hi, useSplitterRoot as hn, _default$80 as ho, SelectItemProps as hr, _default$93 as hs, _default$16 as ht, _default$1 as i, InputState as ia, BreadcrumbsListSlotProps as ic, provideRadioGroup as ii, SplitterPanelSlotProps as in, DialogDescriptionSlotProps as io, SelectionItemSlotProps as ir, ButtonGroupProps as is, TabsRootSlotProps as it, TreeviewIndicatorProps as j, ExpansionPanel as ja, _default$112 as jc, PaginationEllipsisSlotProps as ji, SliderRootSlotProps as jn, CheckboxRootSlotProps as jo, SelectRootProps as jr, ComboboxControlProps as js, SwitchThumbProps as jt, TreeviewGroupProps as k, FormSlotProps as ka, AtomProps as kc, _default$57 as ki, SliderRootContext as kn, CheckboxRootContext as ko, _default$45 as kr, ComboboxCueSlotProps as ks, SwitchTrackSlotProps as kt, provideTreeviewList as l, useInputRoot as la, provideBreadcrumbsRoot as lc, PopoverContentSlotProps as li, SplitterPanelTicket as ln, DialogContentEmits as lo, provideSelectionRoot as lr, ButtonContentProps as ls, Step as lt, useTreeviewItem as m, InputDescriptionSlotProps as ma, Avatar as mc, PopoverContext as mi, provideSplitterRoot as mn, DialogActivatorSlotProps as mo, _default$40 as mr, ComboboxErrorSlotProps as ms, StepRootSlotProps as mt, _default as n, InputRootProps as na, _default$106 as nc, RadioTicket as ni, SplitterPanelExpose as nn, _default$76 as no, Selection as nr, ButtonHiddenInputProps as ns, TabsOrientation as nt, useTreeviewRoot as o, ValidateOn as oa, BreadcrumbsRootProps as oc, Popover as oi, SplitterContext as on, DialogTitleProps as oo, SelectionRootProps as or, _default$91 as os, _default$14 as ot, provideTreeviewItem as p, InputDescriptionProps as pa, BreadcrumbsTicketType as pc, _default$53 as pi, _default$27 as pn, DialogActivatorProps as po, SelectPlaceholderSlotProps as pr, ComboboxErrorProps as ps, StepRootProps as pt, _default$11 as q, ExpansionPanelOptionsContext as qa, providePaginationRoot as qi, SnackbarQueueContext as qn, _default$87 as qo, _default$49 as qr, _default$103 as qs, SwitchGroupSlotProps as qt, TreeviewRootContext as r, InputRootSlotProps as ra, BreadcrumbsListProps as rc, _default$51 as ri, SplitterPanelProps as rn, DialogDescriptionProps as ro, SelectionItemProps as rr, _default$90 as rs, TabsRootProps as rt, TreeviewListContext as s, _default$64 as sa, BreadcrumbsRootSlotProps as sc, PopoverContentEmits as si, SplitterOrientation as sn, DialogTitleSlotProps as so, SelectionRootSlotProps as sr, provideButtonGroup as ss, provideTabsRoot as st, Treeview as t, InputRootContext as ta, BreadcrumbsItemSlotProps as tc, RadioGroupSlotProps as ti, _default$25 as tn, DialogCloseSlotProps as to, _default$37 as tr, _default$89 as ts, TabsContext as tt, useTreeviewList as u, InputErrorProps as ua, useBreadcrumbsRoot as uc, _default$52 as ui, SplitterRootExpose as un, DialogContentProps as uo, useSelectionRoot as ur, ButtonContentSlotProps as us, StepItemProps as ut, _default$7 as v, _default$67 as va, AvatarImageEmits as vc, providePopoverContext as vi, _default$28 as vn, DialogRootSlotProps as vo, SelectCueProps as vr, _default$94 as vs, Single as vt, TreeviewCheckboxSlotProps as w, GroupRootSlotProps as wa, AvatarTicket as wc, PaginationLastProps as wi, SliderRangeSlotProps as wn, CheckboxSelectAllSlotProps as wo, SelectValueProps as wr, _default$96 as ws, _default$18 as wt, TreeviewActivatorProps as x, GroupItemSlotProps as xa, _default$110 as xc, PaginationStatusProps as xi, SliderThumbState as xn, useDialogContext as xo, SelectContentProps as xr, _default$95 as xs, _default$17 as xt, _default$8 as y, Group as ya, AvatarImageProps as yc, usePopoverContext as yi, SliderThumbProps as yn, _default$81 as yo, SelectCueSlotProps as yr, ComboboxEmptyProps as ys, SingleItemProps as yt, TreeviewSelectAllProps as z, ExpansionPanelHeaderSlotProps as za, PaginationItemProps as zi, SnackbarCloseSlotProps as zn, CheckboxGroupSlotProps as zo, Radio as zr, _default$101 as zs, SwitchRootSlotProps as zt };