@vuetify/v0 0.1.8 → 0.1.10

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 (119) hide show
  1. package/SKILL.md +95 -0
  2. package/dist/adapter-D3dUnE__.d.mts +17 -0
  3. package/dist/{adapter-DIx4Rntl.d.mts → adapter-hDuQ9aNN.d.mts} +4 -4
  4. package/dist/browser/index.js +2029 -704
  5. package/dist/components/index.d.mts +2 -2
  6. package/dist/components/index.mjs +23 -23
  7. package/dist/{components-BbxKYAXs.mjs → components-TiigKVsl.mjs} +816 -237
  8. package/dist/composables/index.d.mts +16 -15
  9. package/dist/composables/index.mjs +22 -22
  10. package/dist/{consola-BVzYzeLH.d.mts → consola-C1OjyZVf.d.mts} +1 -1
  11. package/dist/constants/index.d.mts +1 -1
  12. package/dist/constants/index.mjs +1 -1
  13. package/dist/{createDataTable-DZouEhvH.mjs → createDataTable-DoqbfLt0.mjs} +5 -5
  14. package/dist/{createGroup-BpJFi41X.mjs → createGroup-DpbGTwFy.mjs} +1 -1
  15. package/dist/{createPagination-Bu8vE0JW.mjs → createPagination-DZSJ8aO5.mjs} +5 -5
  16. package/dist/{createSelection-8MX0OHXR.mjs → createSelection-B6bQNyuF.mjs} +1 -1
  17. package/dist/{createSingle-CbuOBb-E.mjs → createSingle-fWHREEJO.mjs} +6 -6
  18. package/dist/{createTokens-CXlT0Vc6.mjs → createTokens-N8QIWw_D.mjs} +26 -5
  19. package/dist/data-table/adapters/client/index.d.mts +1 -1
  20. package/dist/data-table/adapters/client/index.mjs +3 -3
  21. package/dist/data-table/adapters/index.d.mts +4 -4
  22. package/dist/data-table/adapters/index.mjs +5 -5
  23. package/dist/data-table/adapters/server/index.d.mts +1 -1
  24. package/dist/data-table/adapters/server/index.mjs +3 -3
  25. package/dist/data-table/adapters/virtual/index.d.mts +1 -1
  26. package/dist/data-table/adapters/virtual/index.mjs +3 -3
  27. package/dist/data-table/index.d.mts +5 -5
  28. package/dist/data-table/index.mjs +14 -14
  29. package/dist/date/index.mjs +1 -1
  30. package/dist/features/adapters/posthog/index.mjs +2 -2
  31. package/dist/features/index.d.mts +1 -1
  32. package/dist/features/index.mjs +8 -8
  33. package/dist/{globals-ClSU6mqC.mjs → globals-F7fiJVG1.mjs} +1 -1
  34. package/dist/{index-CmCMrlt3.d.mts → index-CLDBngUs.d.mts} +1 -1
  35. package/dist/{index-MHkcqY_y.d.mts → index-Cv1XUHyA.d.mts} +1 -21
  36. package/dist/{index-B5NU2uB7.d.mts → index-DXdQb5BV.d.mts} +1057 -217
  37. package/dist/{index-63-0oJS8.d.mts → index-Dfa5Wb4T.d.mts} +430 -186
  38. package/dist/{index-CxW4itj1.d.mts → index-YyqYAay2.d.mts} +10 -2
  39. package/dist/index.d.mts +19 -18
  40. package/dist/index.mjs +24 -24
  41. package/dist/json/attributes.json +196 -0
  42. package/dist/json/importMap.json +52 -0
  43. package/dist/json/tags.json +104 -0
  44. package/dist/json/web-types.json +617 -1
  45. package/dist/locale/adapters/index.d.mts +3 -2
  46. package/dist/locale/adapters/index.mjs +2 -2
  47. package/dist/locale/adapters/v0/index.d.mts +1 -1
  48. package/dist/locale/adapters/v0/index.mjs +2 -2
  49. package/dist/locale/adapters/vue-i18n/index.d.mts +22 -0
  50. package/dist/locale/adapters/vue-i18n/index.mjs +26 -0
  51. package/dist/locale/index.d.mts +4 -3
  52. package/dist/locale/index.mjs +8 -9
  53. package/dist/logger/adapters/consola/index.d.mts +1 -1
  54. package/dist/logger/adapters/index.d.mts +4 -4
  55. package/dist/logger/adapters/index.mjs +2 -2
  56. package/dist/logger/adapters/pino/index.d.mts +1 -1
  57. package/dist/logger/adapters/pino/index.mjs +1 -1
  58. package/dist/logger/adapters/v0/index.d.mts +1 -1
  59. package/dist/logger/adapters/v0/index.mjs +2 -2
  60. package/dist/logger/index.d.mts +5 -5
  61. package/dist/logger/index.mjs +3 -3
  62. package/dist/notifications/index.d.mts +78 -0
  63. package/dist/notifications/index.mjs +215 -0
  64. package/dist/palettes/ant/index.d.mts +1 -1
  65. package/dist/palettes/index.d.mts +2 -2
  66. package/dist/palettes/material/index.d.mts +1 -1
  67. package/dist/palettes/md1/index.d.mts +1 -1
  68. package/dist/palettes/md2/index.d.mts +1 -1
  69. package/dist/palettes/radix/index.d.mts +1 -1
  70. package/dist/palettes/tailwind/index.d.mts +1 -1
  71. package/dist/permissions/adapters/index.d.mts +2 -2
  72. package/dist/permissions/adapters/index.mjs +1 -1
  73. package/dist/permissions/adapters/v0/index.d.mts +1 -1
  74. package/dist/permissions/adapters/v0/index.mjs +1 -1
  75. package/dist/permissions/index.d.mts +1 -1
  76. package/dist/permissions/index.mjs +5 -5
  77. package/dist/{pino-Bzighnkd.d.mts → pino-CM1iLXmi.d.mts} +1 -1
  78. package/dist/{posthog-BE7-t7cV.mjs → posthog-CdcdfMYS.mjs} +1 -1
  79. package/dist/rules/index.d.mts +1 -1
  80. package/dist/rules/index.mjs +9 -10
  81. package/dist/{server-Ch9J86tb.d.mts → server-Ct-h4-OA.d.mts} +1 -1
  82. package/dist/{server-CZ6ahbEH.mjs → server-DHET3KNW.mjs} +1 -1
  83. package/dist/storage/adapters/index.d.mts +2 -2
  84. package/dist/storage/adapters/memory/index.d.mts +1 -1
  85. package/dist/storage/index.d.mts +3 -3
  86. package/dist/storage/index.mjs +21 -21
  87. package/dist/theme/adapters/index.d.mts +1 -1
  88. package/dist/theme/adapters/index.mjs +2 -2
  89. package/dist/theme/adapters/v0/index.d.mts +1 -1
  90. package/dist/theme/adapters/v0/index.mjs +2 -2
  91. package/dist/theme/index.d.mts +1 -1
  92. package/dist/theme/index.mjs +8 -8
  93. package/dist/{useClickOutside-W0Sur1rC.mjs → useClickOutside-DNuJQ9EG.mjs} +860 -126
  94. package/dist/{useFeatures-CUicSI-E.mjs → useFeatures-CWNXTIXk.mjs} +3 -3
  95. package/dist/useLocale-Dzl6lCCF.mjs +75 -0
  96. package/dist/{useLogger-DY1Hbcy1.mjs → useLogger-Bw836Jbg.mjs} +2 -2
  97. package/dist/{usePermissions-BSW59R4q.mjs → usePermissions-DrRVDeVy.mjs} +2 -2
  98. package/dist/{useRules-BbA6_gvs.mjs → useRules-TMGuA8al.mjs} +2 -2
  99. package/dist/{useTheme-Bdx2Lj5c.mjs → useTheme-qMpg3Ti6.mjs} +9 -6
  100. package/dist/utilities/index.d.mts +2 -2
  101. package/dist/utilities/index.mjs +3 -32
  102. package/dist/v0-3zDdS4II.d.mts +19 -0
  103. package/dist/{v0-BZINNGoC.d.mts → v0-BBRwZ3at.d.mts} +1 -1
  104. package/dist/{v0-YAqbXudL.mjs → v0-BoWQ8RK0.mjs} +1 -1
  105. package/dist/{v0-BFseIsBi.mjs → v0-BsuBuBSa.mjs} +1 -1
  106. package/dist/{v0-2G2476h-.mjs → v0-CIEQpOK2.mjs} +1 -1
  107. package/dist/{v0-CdUL2eOn.d.mts → v0-CMeh39LQ.d.mts} +1 -1
  108. package/dist/v0-DgaVf3xM.mjs +62 -0
  109. package/dist/{v0-1xxC39wf.d.mts → v0-JPf99NKg.d.mts} +1 -1
  110. package/dist/{virtual-DwBiFA25.d.mts → virtual-B1lRbO7Q.d.mts} +1 -1
  111. package/dist/{virtual-eDNVH1fz.mjs → virtual-D0_D5gkh.mjs} +1 -1
  112. package/package.json +11 -4
  113. package/dist/useLocale-cQlPxbpV.mjs +0 -87
  114. package/dist/v0-CAKa6tzG.d.mts +0 -22
  115. package/dist/v0-CHBrvw49.mjs +0 -35
  116. /package/dist/{adapter-JTFG3Jn8.d.mts → adapter-CJQav2JB.d.mts} +0 -0
  117. /package/dist/{index-B5ZDDkXv.d.mts → index-BvTD7kU8.d.mts} +0 -0
  118. /package/dist/{index-NsE5nARK.d.mts → index-DSao7i57.d.mts} +0 -0
  119. /package/dist/{memory-BTtRdnNn.d.mts → memory-DyBabFV1.d.mts} +0 -0
@@ -1,15 +1,15 @@
1
1
  import { r as isSelfClosingTag } from "./htmlElements-DcYtv0hg.mjs";
2
- import { t as IN_BROWSER } from "./globals-ClSU6mqC.mjs";
3
- import { clamp, isArray, isNull, isNullOrUndefined, isObject, isString, isUndefined, useId as useId$1 } from "./utilities/index.mjs";
2
+ import { t as IN_BROWSER } from "./globals-F7fiJVG1.mjs";
3
+ import { clamp, isArray, isElement, isNull, isNullOrUndefined, isObject, isString, isUndefined, useId as useId$1 } from "./utilities/index.mjs";
4
4
  import { n as createContext, r as provideContext } from "./createTrinity-C_c8eedz.mjs";
5
- import { i as createRegistry } from "./createTokens-CXlT0Vc6.mjs";
6
- import { t as createSelection } from "./createSelection-8MX0OHXR.mjs";
7
- import { t as createSingle } from "./createSingle-CbuOBb-E.mjs";
8
- import { I as usePopover, T as createSlider, Z as createForm, a as useVirtualFocus, l as useToggleScope, lt as useProxyModel, n as useDocumentEventListener, q as useLazy, t as useClickOutside, u as createValidation, ut as createOverflow, v as createStep, w as useStack, xt as createBreadcrumbs } from "./useClickOutside-W0Sur1rC.mjs";
9
- import { t as createGroup } from "./createGroup-BpJFi41X.mjs";
5
+ import { a as createRegistry } from "./createTokens-N8QIWw_D.mjs";
6
+ import { t as createSelection } from "./createSelection-B6bQNyuF.mjs";
7
+ import { t as createSingle } from "./createSingle-fWHREEJO.mjs";
8
+ import { Dt as createBreadcrumbs, N as useRaf, P as usePopover, Q as useLazy, R as useNotifications, T as createSlider, a as useVirtualFocus, gt as createOverflow, ht as useProxyModel, l as useToggleScope, mt as useTimer, n as useDocumentEventListener, nt as createForm, t as useClickOutside, u as createValidation, v as createStep, w as useStack } from "./useClickOutside-DNuJQ9EG.mjs";
9
+ import { t as createGroup } from "./createGroup-DpbGTwFy.mjs";
10
10
  import { t as toArray } from "./toArray-VdROPpy-.mjs";
11
- import { a as useLocale } from "./useLocale-cQlPxbpV.mjs";
12
- import { t as createPagination } from "./createPagination-Bu8vE0JW.mjs";
11
+ import { a as useLocale } from "./useLocale-Dzl6lCCF.mjs";
12
+ import { t as createPagination } from "./createPagination-DZSJ8aO5.mjs";
13
13
  import { Fragment, Teleport, TransitionGroup, computed, createBlock, createCommentVNode, createElementBlock, createPropsRestProxy, createTextVNode, createVNode, defineComponent, guardReactiveProps, mergeModels, mergeProps, nextTick, normalizeProps, onBeforeUnmount, onMounted, onScopeDispose, onUnmounted, openBlock, renderList, renderSlot, resolveDynamicComponent, shallowRef, toDisplayString, toRef, toValue, unref, useAttrs, useId, useModel, useTemplateRef, vShow, watch, watchEffect, withCtx, withDirectives } from "vue";
14
14
  //#region src/components/Atom/Atom.vue
15
15
  /**
@@ -33,7 +33,7 @@ import { Fragment, Teleport, TransitionGroup, computed, createBlock, createComme
33
33
  * serving as the foundation for all other components that need polymorphic
34
34
  * rendering capabilities.
35
35
  */
36
- const _sfc_main$81 = /* @__PURE__ */ defineComponent({
36
+ const _sfc_main$92 = /* @__PURE__ */ defineComponent({
37
37
  name: "Atom",
38
38
  __name: "Atom",
39
39
  props: {
@@ -67,7 +67,7 @@ const _sfc_main$81 = /* @__PURE__ */ defineComponent({
67
67
  //#endregion
68
68
  //#region src/components/Avatar/AvatarRoot.vue
69
69
  const [useAvatarRoot, provideAvatarRoot] = createContext();
70
- const _sfc_main$80 = /* @__PURE__ */ defineComponent({
70
+ const _sfc_main$91 = /* @__PURE__ */ defineComponent({
71
71
  name: "AvatarRoot",
72
72
  __name: "AvatarRoot",
73
73
  props: {
@@ -82,7 +82,7 @@ const _sfc_main$80 = /* @__PURE__ */ defineComponent({
82
82
  });
83
83
  provideAvatarRoot(__props.namespace, selection);
84
84
  return (_ctx, _cache) => {
85
- return openBlock(), createBlock(unref(_sfc_main$81), {
85
+ return openBlock(), createBlock(unref(_sfc_main$92), {
86
86
  as: __props.as,
87
87
  renderless: __props.renderless
88
88
  }, {
@@ -94,7 +94,7 @@ const _sfc_main$80 = /* @__PURE__ */ defineComponent({
94
94
  });
95
95
  //#endregion
96
96
  //#region src/components/Avatar/AvatarFallback.vue
97
- const _sfc_main$79 = /* @__PURE__ */ defineComponent({
97
+ const _sfc_main$90 = /* @__PURE__ */ defineComponent({
98
98
  name: "AvatarFallback",
99
99
  __name: "AvatarFallback",
100
100
  props: {
@@ -108,7 +108,7 @@ const _sfc_main$79 = /* @__PURE__ */ defineComponent({
108
108
  const slotProps = toRef(() => ({ isSelected: ticket.isSelected.value }));
109
109
  onUnmounted(() => context.unregister(ticket.id));
110
110
  return (_ctx, _cache) => {
111
- return unref(ticket).isSelected.value ? (openBlock(), createBlock(unref(_sfc_main$81), {
111
+ return unref(ticket).isSelected.value ? (openBlock(), createBlock(unref(_sfc_main$92), {
112
112
  key: 0,
113
113
  as: __props.as,
114
114
  renderless: __props.renderless
@@ -121,7 +121,7 @@ const _sfc_main$79 = /* @__PURE__ */ defineComponent({
121
121
  });
122
122
  //#endregion
123
123
  //#region src/components/Avatar/AvatarImage.vue
124
- const _sfc_main$78 = /* @__PURE__ */ defineComponent({
124
+ const _sfc_main$89 = /* @__PURE__ */ defineComponent({
125
125
  name: "AvatarImage",
126
126
  inheritAttrs: false,
127
127
  __name: "AvatarImage",
@@ -171,7 +171,7 @@ const _sfc_main$78 = /* @__PURE__ */ defineComponent({
171
171
  }
172
172
  }));
173
173
  return (_ctx, _cache) => {
174
- return withDirectives((openBlock(), createBlock(unref(_sfc_main$81), mergeProps(slotProps.value.attrs, {
174
+ return withDirectives((openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
175
175
  as: __props.as,
176
176
  renderless: __props.renderless
177
177
  }), {
@@ -189,14 +189,14 @@ const _sfc_main$78 = /* @__PURE__ */ defineComponent({
189
189
  * @see https://0.vuetifyjs.com/components/avatar
190
190
  */
191
191
  const Avatar = {
192
- Root: _sfc_main$80,
193
- Image: _sfc_main$78,
194
- Fallback: _sfc_main$79
192
+ Root: _sfc_main$91,
193
+ Image: _sfc_main$89,
194
+ Fallback: _sfc_main$90
195
195
  };
196
196
  //#endregion
197
197
  //#region src/components/Breadcrumbs/BreadcrumbsRoot.vue
198
198
  const [useBreadcrumbsRoot, provideBreadcrumbsRoot] = createContext();
199
- const _sfc_main$77 = /* @__PURE__ */ defineComponent({
199
+ const _sfc_main$88 = /* @__PURE__ */ defineComponent({
200
200
  name: "BreadcrumbsRoot",
201
201
  __name: "BreadcrumbsRoot",
202
202
  props: {
@@ -319,12 +319,12 @@ const _sfc_main$77 = /* @__PURE__ */ defineComponent({
319
319
  prev: breadcrumbs.prev,
320
320
  select: breadcrumbs.select,
321
321
  attrs: {
322
- "aria-label": __props.label ?? locale.t("Breadcrumbs.label", void 0, "Breadcrumb"),
322
+ "aria-label": __props.label ?? locale.t("Breadcrumbs.label"),
323
323
  "role": __props.as === "nav" ? void 0 : "navigation"
324
324
  }
325
325
  }));
326
326
  return (_ctx, _cache) => {
327
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
327
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
328
328
  ref: "container",
329
329
  as: __props.as,
330
330
  renderless: __props.renderless
@@ -337,7 +337,7 @@ const _sfc_main$77 = /* @__PURE__ */ defineComponent({
337
337
  });
338
338
  //#endregion
339
339
  //#region src/components/Breadcrumbs/BreadcrumbsDivider.vue
340
- const _sfc_main$76 = /* @__PURE__ */ defineComponent({
340
+ const _sfc_main$87 = /* @__PURE__ */ defineComponent({
341
341
  name: "BreadcrumbsDivider",
342
342
  __name: "BreadcrumbsDivider",
343
343
  props: {
@@ -373,7 +373,7 @@ const _sfc_main$76 = /* @__PURE__ */ defineComponent({
373
373
  }
374
374
  }));
375
375
  return (_ctx, _cache) => {
376
- return withDirectives((openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
376
+ return withDirectives((openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
377
377
  ref: "el",
378
378
  as: __props.as,
379
379
  renderless: __props.renderless
@@ -386,7 +386,7 @@ const _sfc_main$76 = /* @__PURE__ */ defineComponent({
386
386
  });
387
387
  //#endregion
388
388
  //#region src/components/Breadcrumbs/BreadcrumbsEllipsis.vue
389
- const _sfc_main$75 = /* @__PURE__ */ defineComponent({
389
+ const _sfc_main$86 = /* @__PURE__ */ defineComponent({
390
390
  name: "BreadcrumbsEllipsis",
391
391
  __name: "BreadcrumbsEllipsis",
392
392
  props: {
@@ -429,7 +429,7 @@ const _sfc_main$75 = /* @__PURE__ */ defineComponent({
429
429
  }
430
430
  }));
431
431
  return (_ctx, _cache) => {
432
- return withDirectives((openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
432
+ return withDirectives((openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
433
433
  ref: "el",
434
434
  as: __props.as,
435
435
  renderless: __props.renderless
@@ -442,7 +442,7 @@ const _sfc_main$75 = /* @__PURE__ */ defineComponent({
442
442
  });
443
443
  //#endregion
444
444
  //#region src/components/Breadcrumbs/BreadcrumbsItem.vue
445
- const _sfc_main$74 = /* @__PURE__ */ defineComponent({
445
+ const _sfc_main$85 = /* @__PURE__ */ defineComponent({
446
446
  name: "BreadcrumbsItem",
447
447
  __name: "BreadcrumbsItem",
448
448
  props: {
@@ -481,7 +481,7 @@ const _sfc_main$74 = /* @__PURE__ */ defineComponent({
481
481
  attrs: { "data-selected": isSelected.value || void 0 }
482
482
  }));
483
483
  return (_ctx, _cache) => {
484
- return withDirectives((openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
484
+ return withDirectives((openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
485
485
  ref: "el",
486
486
  as: __props.as,
487
487
  renderless: __props.renderless
@@ -494,7 +494,7 @@ const _sfc_main$74 = /* @__PURE__ */ defineComponent({
494
494
  });
495
495
  //#endregion
496
496
  //#region src/components/Breadcrumbs/BreadcrumbsLink.vue
497
- const _sfc_main$73 = /* @__PURE__ */ defineComponent({
497
+ const _sfc_main$84 = /* @__PURE__ */ defineComponent({
498
498
  name: "BreadcrumbsLink",
499
499
  __name: "BreadcrumbsLink",
500
500
  props: {
@@ -503,7 +503,7 @@ const _sfc_main$73 = /* @__PURE__ */ defineComponent({
503
503
  },
504
504
  setup(__props) {
505
505
  return (_ctx, _cache) => {
506
- return openBlock(), createBlock(unref(_sfc_main$81), {
506
+ return openBlock(), createBlock(unref(_sfc_main$92), {
507
507
  as: __props.as,
508
508
  renderless: __props.renderless
509
509
  }, {
@@ -515,7 +515,7 @@ const _sfc_main$73 = /* @__PURE__ */ defineComponent({
515
515
  });
516
516
  //#endregion
517
517
  //#region src/components/Breadcrumbs/BreadcrumbsList.vue
518
- const _sfc_main$72 = /* @__PURE__ */ defineComponent({
518
+ const _sfc_main$83 = /* @__PURE__ */ defineComponent({
519
519
  name: "BreadcrumbsList",
520
520
  __name: "BreadcrumbsList",
521
521
  props: {
@@ -525,7 +525,7 @@ const _sfc_main$72 = /* @__PURE__ */ defineComponent({
525
525
  setup(__props) {
526
526
  const slotProps = toRef(() => ({ attrs: { role: "list" } }));
527
527
  return (_ctx, _cache) => {
528
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
528
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
529
529
  as: __props.as,
530
530
  renderless: __props.renderless
531
531
  }, slotProps.value.attrs), {
@@ -537,7 +537,7 @@ const _sfc_main$72 = /* @__PURE__ */ defineComponent({
537
537
  });
538
538
  //#endregion
539
539
  //#region src/components/Breadcrumbs/BreadcrumbsPage.vue
540
- const _sfc_main$71 = /* @__PURE__ */ defineComponent({
540
+ const _sfc_main$82 = /* @__PURE__ */ defineComponent({
541
541
  name: "BreadcrumbsPage",
542
542
  __name: "BreadcrumbsPage",
543
543
  props: {
@@ -547,7 +547,7 @@ const _sfc_main$71 = /* @__PURE__ */ defineComponent({
547
547
  setup(__props) {
548
548
  const slotProps = toRef(() => ({ attrs: { "aria-current": "page" } }));
549
549
  return (_ctx, _cache) => {
550
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
550
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
551
551
  as: __props.as,
552
552
  renderless: __props.renderless
553
553
  }, slotProps.value.attrs), {
@@ -565,18 +565,364 @@ const _sfc_main$71 = /* @__PURE__ */ defineComponent({
565
565
  * @see https://0.vuetifyjs.com/components/breadcrumbs
566
566
  */
567
567
  const Breadcrumbs = {
568
- Root: _sfc_main$77,
569
- List: _sfc_main$72,
570
- Item: _sfc_main$74,
571
- Link: _sfc_main$73,
572
- Page: _sfc_main$71,
573
- Divider: _sfc_main$76,
574
- Ellipsis: _sfc_main$75
568
+ Root: _sfc_main$88,
569
+ List: _sfc_main$83,
570
+ Item: _sfc_main$85,
571
+ Link: _sfc_main$84,
572
+ Page: _sfc_main$82,
573
+ Divider: _sfc_main$87,
574
+ Ellipsis: _sfc_main$86
575
+ };
576
+ //#endregion
577
+ //#region src/components/Button/ButtonGroup.vue
578
+ const [useButtonGroup, provideButtonGroup] = createContext();
579
+ const _sfc_main$81 = /* @__PURE__ */ defineComponent({
580
+ name: "ButtonGroup",
581
+ __name: "ButtonGroup",
582
+ props: /* @__PURE__ */ mergeModels({
583
+ namespace: { default: "v0:button:group" },
584
+ disabled: {
585
+ type: Boolean,
586
+ default: false
587
+ },
588
+ multiple: {
589
+ type: Boolean,
590
+ default: false
591
+ },
592
+ mandatory: {
593
+ type: [Boolean, String],
594
+ default: false
595
+ },
596
+ label: {},
597
+ ariaLabelledby: {},
598
+ ariaDescribedby: {},
599
+ as: { default: "div" },
600
+ renderless: { type: Boolean }
601
+ }, {
602
+ "modelValue": {},
603
+ "modelModifiers": {}
604
+ }),
605
+ emits: /* @__PURE__ */ mergeModels(["update:model-value"], ["update:modelValue"]),
606
+ setup(__props) {
607
+ const model = useModel(__props, "modelValue");
608
+ const selection = createSelection({
609
+ disabled: toRef(() => __props.disabled),
610
+ multiple: toRef(() => __props.multiple),
611
+ mandatory: __props.mandatory,
612
+ events: true
613
+ });
614
+ useProxyModel(selection, model, { multiple: toRef(() => __props.multiple) });
615
+ provideButtonGroup(__props.namespace, selection);
616
+ const slotProps = toRef(() => ({
617
+ isDisabled: toValue(selection.disabled),
618
+ attrs: {
619
+ "role": "group",
620
+ "aria-label": __props.label || void 0,
621
+ "aria-labelledby": __props.ariaLabelledby || void 0,
622
+ "aria-describedby": __props.ariaDescribedby || void 0
623
+ }
624
+ }));
625
+ return (_ctx, _cache) => {
626
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
627
+ as: __props.as,
628
+ renderless: __props.renderless
629
+ }), {
630
+ default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
631
+ _: 3
632
+ }, 16, ["as", "renderless"]);
633
+ };
634
+ }
635
+ });
636
+ //#endregion
637
+ //#region src/components/Button/ButtonHiddenInput.vue
638
+ const _hoisted_1$5 = [
639
+ "checked",
640
+ "disabled",
641
+ "form",
642
+ "name",
643
+ "value"
644
+ ];
645
+ const visuallyHiddenStyle$4 = {
646
+ position: "absolute",
647
+ width: "1px",
648
+ height: "1px",
649
+ padding: "0",
650
+ margin: "-1px",
651
+ overflow: "hidden",
652
+ clip: "rect(0, 0, 0, 0)",
653
+ whiteSpace: "nowrap",
654
+ border: "0"
655
+ };
656
+ const _sfc_main$80 = /* @__PURE__ */ defineComponent({
657
+ name: "ButtonHiddenInput",
658
+ __name: "ButtonHiddenInput",
659
+ props: {
660
+ namespace: { default: "v0:button:root" },
661
+ name: {},
662
+ value: {},
663
+ form: {}
664
+ },
665
+ setup(__props) {
666
+ const root = useButtonRoot(__props.namespace);
667
+ const name = toRef(() => __props.name ?? root.name);
668
+ const form = toRef(() => __props.form ?? root.form);
669
+ const value = toRef(() => {
670
+ const v = __props.value ?? root.value ?? "on";
671
+ if (/* @__PURE__ */ isObject(v)) return JSON.stringify(v);
672
+ return String(v);
673
+ });
674
+ const isSelected = root.isSelected;
675
+ const isDisabled = root.isDisabled;
676
+ return (_ctx, _cache) => {
677
+ return openBlock(), createElementBlock("input", {
678
+ checked: unref(isSelected),
679
+ disabled: unref(isDisabled),
680
+ form: form.value,
681
+ inert: "",
682
+ name: name.value,
683
+ style: visuallyHiddenStyle$4,
684
+ tabindex: "-1",
685
+ type: "checkbox",
686
+ value: value.value
687
+ }, null, 8, _hoisted_1$5);
688
+ };
689
+ }
690
+ });
691
+ //#endregion
692
+ //#region src/components/Button/ButtonRoot.vue
693
+ const [useButtonRoot, provideButtonRoot] = createContext();
694
+ const _sfc_main$79 = /* @__PURE__ */ defineComponent({
695
+ name: "ButtonRoot",
696
+ inheritAttrs: false,
697
+ __name: "ButtonRoot",
698
+ props: {
699
+ disabled: {
700
+ type: Boolean,
701
+ default: false
702
+ },
703
+ readonly: {
704
+ type: Boolean,
705
+ default: false
706
+ },
707
+ passive: {
708
+ type: Boolean,
709
+ default: false
710
+ },
711
+ loading: {
712
+ type: Boolean,
713
+ default: false
714
+ },
715
+ grace: { default: 0 },
716
+ value: {},
717
+ namespace: { default: "v0:button:root" },
718
+ groupNamespace: { default: "v0:button:group" },
719
+ name: {},
720
+ form: {},
721
+ ariaLabel: {},
722
+ as: { default: "button" },
723
+ renderless: { type: Boolean }
724
+ },
725
+ setup(__props) {
726
+ const attrs = useAttrs();
727
+ let group = null;
728
+ try {
729
+ group = useButtonGroup(__props.groupNamespace);
730
+ } catch {}
731
+ const ticket = group?.register({
732
+ value: __props.value,
733
+ disabled: __props.disabled
734
+ });
735
+ const isDisabled = toRef(() => group && ticket ? toValue(ticket.disabled) || toValue(group.disabled) : __props.disabled);
736
+ const isReadonly = toRef(() => __props.readonly);
737
+ const isPassive = toRef(() => __props.passive);
738
+ const isSelected = toRef(() => ticket ? toValue(ticket.isSelected) : false);
739
+ const isLoading = shallowRef(false);
740
+ const timer = useTimer(() => {
741
+ isLoading.value = true;
742
+ }, { duration: __props.grace });
743
+ watch(() => __props.loading, (active) => {
744
+ if (!active) {
745
+ timer.stop();
746
+ isLoading.value = false;
747
+ } else if (__props.grace > 0) timer.start();
748
+ else isLoading.value = true;
749
+ }, { immediate: true });
750
+ const single = createSingle({ mandatory: "force" });
751
+ const isSolo = shallowRef(false);
752
+ const locale = useLocale();
753
+ function onClick() {
754
+ if (isDisabled.value || isReadonly.value || isPassive.value || __props.loading || !ticket) return;
755
+ ticket.toggle();
756
+ }
757
+ onUnmounted(() => {
758
+ timer.stop();
759
+ ticket?.unregister();
760
+ });
761
+ const context = {
762
+ value: __props.value,
763
+ name: __props.name,
764
+ form: __props.form,
765
+ isLoading: toRef(() => isLoading.value),
766
+ isDisabled,
767
+ isReadonly,
768
+ isPassive,
769
+ isSelected,
770
+ isSolo,
771
+ single
772
+ };
773
+ provideButtonRoot(__props.namespace, context);
774
+ const elementAttrs = toRef(() => ({
775
+ "type": __props.as === "button" ? "button" : void 0,
776
+ "role": "button",
777
+ "disabled": isDisabled.value ? true : void 0,
778
+ "aria-disabled": isPassive.value ? true : void 0,
779
+ "aria-busy": isLoading.value ? true : void 0,
780
+ "aria-pressed": group ? isSelected.value : void 0,
781
+ "aria-label": __props.ariaLabel || (isSolo.value ? locale.t("Button.label") : void 0),
782
+ "tabindex": isDisabled.value ? -1 : 0,
783
+ "data-loading": isLoading.value ? true : void 0,
784
+ "data-passive": isPassive.value ? true : void 0,
785
+ "data-readonly": isReadonly.value ? true : void 0,
786
+ "data-disabled": isDisabled.value ? true : void 0,
787
+ "data-selected": group && isSelected.value ? true : void 0,
788
+ "data-solo": isSolo.value ? true : void 0,
789
+ "onClick": onClick
790
+ }));
791
+ const slotProps = toRef(() => ({
792
+ isLoading: isLoading.value,
793
+ isDisabled: isDisabled.value,
794
+ isReadonly: isReadonly.value,
795
+ isPassive: isPassive.value,
796
+ isSelected: isSelected.value,
797
+ attrs: elementAttrs.value
798
+ }));
799
+ return (_ctx, _cache) => {
800
+ return openBlock(), createElementBlock(Fragment, null, [createVNode(unref(_sfc_main$92), mergeProps({
801
+ ...unref(attrs),
802
+ ...slotProps.value.attrs
803
+ }, {
804
+ as: __props.as,
805
+ renderless: __props.renderless
806
+ }), {
807
+ default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
808
+ _: 3
809
+ }, 16, ["as", "renderless"]), __props.name ? (openBlock(), createBlock(_sfc_main$80, { key: 0 })) : createCommentVNode("v-if", true)], 64);
810
+ };
811
+ }
812
+ });
813
+ //#endregion
814
+ //#region src/components/Button/ButtonContent.vue
815
+ const _sfc_main$78 = /* @__PURE__ */ defineComponent({
816
+ name: "ButtonContent",
817
+ __name: "ButtonContent",
818
+ props: {
819
+ id: { default: () => useId() },
820
+ namespace: { default: "v0:button:root" }
821
+ },
822
+ setup(__props) {
823
+ const ticket = useButtonRoot(__props.namespace).single.register({ id: __props.id });
824
+ onUnmounted(() => ticket.unregister());
825
+ const slotProps = toRef(() => ({ isSelected: ticket.isSelected.value }));
826
+ return (_ctx, _cache) => {
827
+ return renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)));
828
+ };
829
+ }
830
+ });
831
+ //#endregion
832
+ //#region src/components/Button/ButtonIcon.vue
833
+ const _sfc_main$77 = /* @__PURE__ */ defineComponent({
834
+ name: "ButtonIcon",
835
+ __name: "ButtonIcon",
836
+ props: {
837
+ namespace: { default: "v0:button:root" },
838
+ as: { default: "span" },
839
+ renderless: { type: Boolean }
840
+ },
841
+ setup(__props) {
842
+ const root = useButtonRoot(__props.namespace);
843
+ onMounted(() => {
844
+ if (root.single.size > 0) return;
845
+ root.isSolo.value = true;
846
+ });
847
+ const slotProps = toRef(() => ({
848
+ isSolo: root.isSolo.value,
849
+ attrs: { "aria-hidden": true }
850
+ }));
851
+ return (_ctx, _cache) => {
852
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
853
+ as: __props.as,
854
+ renderless: __props.renderless
855
+ }), {
856
+ default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
857
+ _: 3
858
+ }, 16, ["as", "renderless"]);
859
+ };
860
+ }
861
+ });
862
+ //#endregion
863
+ //#region src/components/Button/ButtonLoading.vue
864
+ const _sfc_main$76 = /* @__PURE__ */ defineComponent({
865
+ name: "ButtonLoading",
866
+ __name: "ButtonLoading",
867
+ props: {
868
+ id: { default: () => useId() },
869
+ namespace: { default: "v0:button:root" }
870
+ },
871
+ setup(__props) {
872
+ const root = useButtonRoot(__props.namespace);
873
+ const ticket = root.single.register({
874
+ id: __props.id,
875
+ disabled: true
876
+ });
877
+ watch(root.isLoading, (active) => {
878
+ if (active) {
879
+ ticket.disabled = false;
880
+ ticket.select();
881
+ } else {
882
+ ticket.disabled = true;
883
+ const fallback = root.single.seek("first");
884
+ if (fallback) fallback.select();
885
+ }
886
+ }, { immediate: true });
887
+ onUnmounted(() => ticket.unregister());
888
+ const slotProps = toRef(() => ({ isSelected: ticket.isSelected.value }));
889
+ return (_ctx, _cache) => {
890
+ return renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)));
891
+ };
892
+ }
893
+ });
894
+ //#endregion
895
+ //#region src/components/Button/index.ts
896
+ /**
897
+ * Button component with sub-components for interactive button controls.
898
+ *
899
+ * @see https://0.vuetifyjs.com/components/actions/button
900
+ *
901
+ * @example
902
+ * ```vue
903
+ * <script setup lang="ts">
904
+ * import { Button } from '@vuetify/v0'
905
+ * <\/script>
906
+ *
907
+ * <template>
908
+ * <Button.Root>
909
+ * <Button.Content>Click me</Button.Content>
910
+ * </Button.Root>
911
+ * </template>
912
+ * ```
913
+ */
914
+ const Button = {
915
+ Content: _sfc_main$78,
916
+ Group: _sfc_main$81,
917
+ HiddenInput: _sfc_main$80,
918
+ Icon: _sfc_main$77,
919
+ Loading: _sfc_main$76,
920
+ Root: _sfc_main$79
575
921
  };
576
922
  //#endregion
577
923
  //#region src/components/Checkbox/CheckboxGroup.vue
578
924
  const [useCheckboxGroup, provideCheckboxGroup] = createContext();
579
- const _sfc_main$70 = /* @__PURE__ */ defineComponent({
925
+ const _sfc_main$75 = /* @__PURE__ */ defineComponent({
580
926
  name: "CheckboxGroup",
581
927
  __name: "CheckboxGroup",
582
928
  props: /* @__PURE__ */ mergeModels({
@@ -632,7 +978,7 @@ const _sfc_main$70 = /* @__PURE__ */ defineComponent({
632
978
  }
633
979
  }));
634
980
  return (_ctx, _cache) => {
635
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps(slotProps.value.attrs, {
981
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
636
982
  as: __props.as,
637
983
  renderless: __props.renderless
638
984
  }), {
@@ -645,7 +991,7 @@ const _sfc_main$70 = /* @__PURE__ */ defineComponent({
645
991
  //#endregion
646
992
  //#region src/components/Checkbox/CheckboxRoot.vue
647
993
  const [useCheckboxRoot, provideCheckboxRoot] = createContext();
648
- const _sfc_main$69 = /* @__PURE__ */ defineComponent({
994
+ const _sfc_main$74 = /* @__PURE__ */ defineComponent({
649
995
  name: "CheckboxRoot",
650
996
  inheritAttrs: false,
651
997
  __name: "CheckboxRoot",
@@ -764,7 +1110,7 @@ const _sfc_main$69 = /* @__PURE__ */ defineComponent({
764
1110
  }
765
1111
  }));
766
1112
  return (_ctx, _cache) => {
767
- return openBlock(), createElementBlock(Fragment, null, [createVNode(unref(_sfc_main$81), mergeProps({
1113
+ return openBlock(), createElementBlock(Fragment, null, [createVNode(unref(_sfc_main$92), mergeProps({
768
1114
  ...unref(attrs),
769
1115
  ...slotProps.value.attrs
770
1116
  }, {
@@ -775,7 +1121,7 @@ const _sfc_main$69 = /* @__PURE__ */ defineComponent({
775
1121
  }), {
776
1122
  default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
777
1123
  _: 3
778
- }, 16, ["as", "renderless"]), __props.name ? (openBlock(), createBlock(_sfc_main$68, { key: 0 })) : createCommentVNode("v-if", true)], 64);
1124
+ }, 16, ["as", "renderless"]), __props.name ? (openBlock(), createBlock(_sfc_main$73, { key: 0 })) : createCommentVNode("v-if", true)], 64);
779
1125
  };
780
1126
  }
781
1127
  });
@@ -799,7 +1145,7 @@ const visuallyHiddenStyle$3 = {
799
1145
  whiteSpace: "nowrap",
800
1146
  border: "0"
801
1147
  };
802
- const _sfc_main$68 = /* @__PURE__ */ defineComponent({
1148
+ const _sfc_main$73 = /* @__PURE__ */ defineComponent({
803
1149
  name: "CheckboxHiddenInput",
804
1150
  __name: "CheckboxHiddenInput",
805
1151
  props: {
@@ -837,7 +1183,7 @@ const _sfc_main$68 = /* @__PURE__ */ defineComponent({
837
1183
  });
838
1184
  //#endregion
839
1185
  //#region src/components/Checkbox/CheckboxIndicator.vue
840
- const _sfc_main$67 = /* @__PURE__ */ defineComponent({
1186
+ const _sfc_main$72 = /* @__PURE__ */ defineComponent({
841
1187
  name: "CheckboxIndicator",
842
1188
  __name: "CheckboxIndicator",
843
1189
  props: {
@@ -860,7 +1206,7 @@ const _sfc_main$67 = /* @__PURE__ */ defineComponent({
860
1206
  }
861
1207
  }));
862
1208
  return (_ctx, _cache) => {
863
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps(slotProps.value.attrs, {
1209
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
864
1210
  as: __props.as,
865
1211
  renderless: __props.renderless
866
1212
  }), {
@@ -872,7 +1218,7 @@ const _sfc_main$67 = /* @__PURE__ */ defineComponent({
872
1218
  });
873
1219
  //#endregion
874
1220
  //#region src/components/Checkbox/CheckboxSelectAll.vue
875
- const _sfc_main$66 = /* @__PURE__ */ defineComponent({
1221
+ const _sfc_main$71 = /* @__PURE__ */ defineComponent({
876
1222
  name: "CheckboxSelectAll",
877
1223
  inheritAttrs: false,
878
1224
  __name: "CheckboxSelectAll",
@@ -943,7 +1289,7 @@ const _sfc_main$66 = /* @__PURE__ */ defineComponent({
943
1289
  }
944
1290
  }));
945
1291
  return (_ctx, _cache) => {
946
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
1292
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
947
1293
  ...unref(attrs),
948
1294
  ...slotProps.value.attrs
949
1295
  }, {
@@ -982,16 +1328,16 @@ const _sfc_main$66 = /* @__PURE__ */ defineComponent({
982
1328
  * ```
983
1329
  */
984
1330
  const Checkbox = {
985
- Group: _sfc_main$70,
986
- HiddenInput: _sfc_main$68,
987
- Indicator: _sfc_main$67,
988
- Root: _sfc_main$69,
989
- SelectAll: _sfc_main$66
1331
+ Group: _sfc_main$75,
1332
+ HiddenInput: _sfc_main$73,
1333
+ Indicator: _sfc_main$72,
1334
+ Root: _sfc_main$74,
1335
+ SelectAll: _sfc_main$71
990
1336
  };
991
1337
  //#endregion
992
1338
  //#region src/components/Dialog/DialogRoot.vue
993
1339
  const [useDialogContext, provideDialogContext] = createContext();
994
- const _sfc_main$65 = /* @__PURE__ */ defineComponent({
1340
+ const _sfc_main$70 = /* @__PURE__ */ defineComponent({
995
1341
  name: "DialogRoot",
996
1342
  __name: "DialogRoot",
997
1343
  props: /* @__PURE__ */ mergeModels({
@@ -1033,7 +1379,7 @@ const _sfc_main$65 = /* @__PURE__ */ defineComponent({
1033
1379
  close
1034
1380
  }));
1035
1381
  return (_ctx, _cache) => {
1036
- return openBlock(), createBlock(unref(_sfc_main$81), {
1382
+ return openBlock(), createBlock(unref(_sfc_main$92), {
1037
1383
  as: __props.as,
1038
1384
  renderless: ""
1039
1385
  }, {
@@ -1045,7 +1391,7 @@ const _sfc_main$65 = /* @__PURE__ */ defineComponent({
1045
1391
  });
1046
1392
  //#endregion
1047
1393
  //#region src/components/Dialog/DialogClose.vue
1048
- const _sfc_main$64 = /* @__PURE__ */ defineComponent({
1394
+ const _sfc_main$69 = /* @__PURE__ */ defineComponent({
1049
1395
  name: "DialogClose",
1050
1396
  __name: "DialogClose",
1051
1397
  props: {
@@ -1066,7 +1412,7 @@ const _sfc_main$64 = /* @__PURE__ */ defineComponent({
1066
1412
  }
1067
1413
  }));
1068
1414
  return (_ctx, _cache) => {
1069
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({ as: __props.as }, slotProps.value.attrs, { onClick }), {
1415
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({ as: __props.as }, slotProps.value.attrs, { onClick }), {
1070
1416
  default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
1071
1417
  _: 3
1072
1418
  }, 16, ["as"]);
@@ -1075,7 +1421,7 @@ const _sfc_main$64 = /* @__PURE__ */ defineComponent({
1075
1421
  });
1076
1422
  //#endregion
1077
1423
  //#region src/components/Dialog/DialogContent.vue
1078
- const _sfc_main$63 = /* @__PURE__ */ defineComponent({
1424
+ const _sfc_main$68 = /* @__PURE__ */ defineComponent({
1079
1425
  name: "DialogContent",
1080
1426
  __name: "DialogContent",
1081
1427
  props: {
@@ -1143,7 +1489,7 @@ const _sfc_main$63 = /* @__PURE__ */ defineComponent({
1143
1489
  }
1144
1490
  }));
1145
1491
  return (_ctx, _cache) => {
1146
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
1492
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
1147
1493
  ref: "content",
1148
1494
  as: __props.as,
1149
1495
  style: styles.value
@@ -1159,7 +1505,7 @@ const _sfc_main$63 = /* @__PURE__ */ defineComponent({
1159
1505
  });
1160
1506
  //#endregion
1161
1507
  //#region src/components/Dialog/DialogDescription.vue
1162
- const _sfc_main$62 = /* @__PURE__ */ defineComponent({
1508
+ const _sfc_main$67 = /* @__PURE__ */ defineComponent({
1163
1509
  name: "DialogDescription",
1164
1510
  __name: "DialogDescription",
1165
1511
  props: {
@@ -1171,7 +1517,7 @@ const _sfc_main$62 = /* @__PURE__ */ defineComponent({
1171
1517
  const context = useDialogContext(__props.namespace);
1172
1518
  const slotProps = toRef(() => ({ attrs: { id: context.descriptionId } }));
1173
1519
  return (_ctx, _cache) => {
1174
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({ as: __props.as }, slotProps.value.attrs), {
1520
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({ as: __props.as }, slotProps.value.attrs), {
1175
1521
  default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
1176
1522
  _: 3
1177
1523
  }, 16, ["as"]);
@@ -1180,7 +1526,7 @@ const _sfc_main$62 = /* @__PURE__ */ defineComponent({
1180
1526
  });
1181
1527
  //#endregion
1182
1528
  //#region src/components/Dialog/DialogTitle.vue
1183
- const _sfc_main$61 = /* @__PURE__ */ defineComponent({
1529
+ const _sfc_main$66 = /* @__PURE__ */ defineComponent({
1184
1530
  name: "DialogTitle",
1185
1531
  __name: "DialogTitle",
1186
1532
  props: {
@@ -1192,7 +1538,7 @@ const _sfc_main$61 = /* @__PURE__ */ defineComponent({
1192
1538
  const context = useDialogContext(__props.namespace);
1193
1539
  const slotProps = toRef(() => ({ attrs: { id: context.titleId } }));
1194
1540
  return (_ctx, _cache) => {
1195
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({ as: __props.as }, slotProps.value.attrs), {
1541
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({ as: __props.as }, slotProps.value.attrs), {
1196
1542
  default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
1197
1543
  _: 3
1198
1544
  }, 16, ["as"]);
@@ -1201,7 +1547,7 @@ const _sfc_main$61 = /* @__PURE__ */ defineComponent({
1201
1547
  });
1202
1548
  //#endregion
1203
1549
  //#region src/components/Dialog/DialogActivator.vue
1204
- const _sfc_main$60 = /* @__PURE__ */ defineComponent({
1550
+ const _sfc_main$65 = /* @__PURE__ */ defineComponent({
1205
1551
  name: "DialogActivator",
1206
1552
  __name: "DialogActivator",
1207
1553
  props: {
@@ -1224,7 +1570,7 @@ const _sfc_main$60 = /* @__PURE__ */ defineComponent({
1224
1570
  }
1225
1571
  }));
1226
1572
  return (_ctx, _cache) => {
1227
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({ as: __props.as }, slotProps.value.attrs, { onClick }), {
1573
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({ as: __props.as }, slotProps.value.attrs, { onClick }), {
1228
1574
  default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
1229
1575
  _: 3
1230
1576
  }, 16, ["as"]);
@@ -1263,17 +1609,17 @@ const _sfc_main$60 = /* @__PURE__ */ defineComponent({
1263
1609
  * ```
1264
1610
  */
1265
1611
  const Dialog = {
1266
- Root: _sfc_main$65,
1267
- Activator: _sfc_main$60,
1268
- Content: _sfc_main$63,
1269
- Title: _sfc_main$61,
1270
- Description: _sfc_main$62,
1271
- Close: _sfc_main$64
1612
+ Root: _sfc_main$70,
1613
+ Activator: _sfc_main$65,
1614
+ Content: _sfc_main$68,
1615
+ Title: _sfc_main$66,
1616
+ Description: _sfc_main$67,
1617
+ Close: _sfc_main$69
1272
1618
  };
1273
1619
  //#endregion
1274
1620
  //#region src/components/ExpansionPanel/ExpansionPanelRoot.vue
1275
1621
  const [useExpansionPanelRoot, provideExpansionPanelRoot] = createContext();
1276
- const _sfc_main$59 = /* @__PURE__ */ defineComponent({
1622
+ const _sfc_main$64 = /* @__PURE__ */ defineComponent({
1277
1623
  name: "ExpansionPanelRoot",
1278
1624
  __name: "ExpansionPanelRoot",
1279
1625
  props: /* @__PURE__ */ mergeModels({
@@ -1320,7 +1666,7 @@ const _sfc_main$59 = /* @__PURE__ */ defineComponent({
1320
1666
  }));
1321
1667
  provideExpansionPanelRoot(__props.namespace, selection);
1322
1668
  return (_ctx, _cache) => {
1323
- return openBlock(), createBlock(unref(_sfc_main$81), {
1669
+ return openBlock(), createBlock(unref(_sfc_main$92), {
1324
1670
  as: __props.as,
1325
1671
  renderless: __props.renderless
1326
1672
  }, {
@@ -1333,7 +1679,7 @@ const _sfc_main$59 = /* @__PURE__ */ defineComponent({
1333
1679
  //#endregion
1334
1680
  //#region src/components/ExpansionPanel/ExpansionPanelItem.vue
1335
1681
  const [useExpansionPanelItem, provideExpansionPanelItem] = createContext({ suffix: "item" });
1336
- const _sfc_main$58 = /* @__PURE__ */ defineComponent({
1682
+ const _sfc_main$63 = /* @__PURE__ */ defineComponent({
1337
1683
  name: "ExpansionPanelItem",
1338
1684
  __name: "ExpansionPanelItem",
1339
1685
  props: {
@@ -1367,7 +1713,7 @@ const _sfc_main$58 = /* @__PURE__ */ defineComponent({
1367
1713
  isDisabled
1368
1714
  });
1369
1715
  return (_ctx, _cache) => {
1370
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps(slotProps.value.attrs, {
1716
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
1371
1717
  as: __props.as,
1372
1718
  renderless: __props.renderless
1373
1719
  }), {
@@ -1379,7 +1725,7 @@ const _sfc_main$58 = /* @__PURE__ */ defineComponent({
1379
1725
  });
1380
1726
  //#endregion
1381
1727
  //#region src/components/ExpansionPanel/ExpansionPanelActivator.vue
1382
- const _sfc_main$57 = /* @__PURE__ */ defineComponent({
1728
+ const _sfc_main$62 = /* @__PURE__ */ defineComponent({
1383
1729
  name: "ExpansionPanelActivator",
1384
1730
  __name: "ExpansionPanelActivator",
1385
1731
  props: {
@@ -1415,7 +1761,7 @@ const _sfc_main$57 = /* @__PURE__ */ defineComponent({
1415
1761
  }
1416
1762
  }));
1417
1763
  return (_ctx, _cache) => {
1418
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps(slotProps.value.attrs, {
1764
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
1419
1765
  as: __props.as,
1420
1766
  renderless: __props.renderless
1421
1767
  }), {
@@ -1427,7 +1773,7 @@ const _sfc_main$57 = /* @__PURE__ */ defineComponent({
1427
1773
  });
1428
1774
  //#endregion
1429
1775
  //#region src/components/ExpansionPanel/ExpansionPanelContent.vue
1430
- const _sfc_main$56 = /* @__PURE__ */ defineComponent({
1776
+ const _sfc_main$61 = /* @__PURE__ */ defineComponent({
1431
1777
  name: "ExpansionPanelContent",
1432
1778
  __name: "ExpansionPanelContent",
1433
1779
  props: {
@@ -1448,7 +1794,7 @@ const _sfc_main$56 = /* @__PURE__ */ defineComponent({
1448
1794
  }
1449
1795
  }));
1450
1796
  return (_ctx, _cache) => {
1451
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps(slotProps.value.attrs, {
1797
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
1452
1798
  as: __props.as,
1453
1799
  renderless: __props.renderless
1454
1800
  }), {
@@ -1460,7 +1806,7 @@ const _sfc_main$56 = /* @__PURE__ */ defineComponent({
1460
1806
  });
1461
1807
  //#endregion
1462
1808
  //#region src/components/ExpansionPanel/ExpansionPanelHeader.vue
1463
- const _sfc_main$55 = /* @__PURE__ */ defineComponent({
1809
+ const _sfc_main$60 = /* @__PURE__ */ defineComponent({
1464
1810
  name: "ExpansionPanelHeader",
1465
1811
  __name: "ExpansionPanelHeader",
1466
1812
  props: {
@@ -1475,7 +1821,7 @@ const _sfc_main$55 = /* @__PURE__ */ defineComponent({
1475
1821
  attrs: { "data-selected": item.ticket.isSelected.value || void 0 }
1476
1822
  }));
1477
1823
  return (_ctx, _cache) => {
1478
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps(slotProps.value.attrs, {
1824
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
1479
1825
  as: __props.as,
1480
1826
  renderless: __props.renderless
1481
1827
  }), {
@@ -1493,15 +1839,15 @@ const _sfc_main$55 = /* @__PURE__ */ defineComponent({
1493
1839
  * @see https://0.vuetifyjs.com/components/expansion-panels
1494
1840
  */
1495
1841
  const ExpansionPanel = {
1496
- Root: _sfc_main$59,
1497
- Item: _sfc_main$58,
1498
- Header: _sfc_main$55,
1499
- Activator: _sfc_main$57,
1500
- Content: _sfc_main$56
1842
+ Root: _sfc_main$64,
1843
+ Item: _sfc_main$63,
1844
+ Header: _sfc_main$60,
1845
+ Activator: _sfc_main$62,
1846
+ Content: _sfc_main$61
1501
1847
  };
1502
1848
  //#endregion
1503
1849
  //#region src/components/Form/Form.vue
1504
- const _sfc_main$54 = /* @__PURE__ */ defineComponent({
1850
+ const _sfc_main$59 = /* @__PURE__ */ defineComponent({
1505
1851
  name: "Form",
1506
1852
  inheritAttrs: false,
1507
1853
  __name: "Form",
@@ -1559,7 +1905,7 @@ const _sfc_main$54 = /* @__PURE__ */ defineComponent({
1559
1905
  reset: form.reset
1560
1906
  }));
1561
1907
  return (_ctx, _cache) => {
1562
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({ as: __props.as }, unref(attrs), {
1908
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({ as: __props.as }, unref(attrs), {
1563
1909
  onReset,
1564
1910
  onSubmit
1565
1911
  }), {
@@ -1572,7 +1918,7 @@ const _sfc_main$54 = /* @__PURE__ */ defineComponent({
1572
1918
  //#endregion
1573
1919
  //#region src/components/Group/GroupRoot.vue
1574
1920
  const [useGroupRoot, provideGroupRoot] = createContext();
1575
- const _sfc_main$53 = /* @__PURE__ */ defineComponent({
1921
+ const _sfc_main$58 = /* @__PURE__ */ defineComponent({
1576
1922
  name: "GroupRoot",
1577
1923
  __name: "GroupRoot",
1578
1924
  props: /* @__PURE__ */ mergeModels({
@@ -1624,7 +1970,7 @@ const _sfc_main$53 = /* @__PURE__ */ defineComponent({
1624
1970
  });
1625
1971
  //#endregion
1626
1972
  //#region src/components/Group/GroupItem.vue
1627
- const _sfc_main$52 = /* @__PURE__ */ defineComponent({
1973
+ const _sfc_main$57 = /* @__PURE__ */ defineComponent({
1628
1974
  name: "GroupItem",
1629
1975
  __name: "GroupItem",
1630
1976
  props: {
@@ -1681,8 +2027,8 @@ const _sfc_main$52 = /* @__PURE__ */ defineComponent({
1681
2027
  * @see https://0.vuetifyjs.com/components/group
1682
2028
  */
1683
2029
  const Group = {
1684
- Root: _sfc_main$53,
1685
- Item: _sfc_main$52
2030
+ Root: _sfc_main$58,
2031
+ Item: _sfc_main$57
1686
2032
  };
1687
2033
  //#endregion
1688
2034
  //#region src/components/Input/InputRoot.vue
@@ -1698,7 +2044,7 @@ function parseValidateOn(value) {
1698
2044
  modifier
1699
2045
  };
1700
2046
  }
1701
- const _sfc_main$51 = /* @__PURE__ */ defineComponent({
2047
+ const _sfc_main$56 = /* @__PURE__ */ defineComponent({
1702
2048
  name: "InputRoot",
1703
2049
  inheritAttrs: false,
1704
2050
  __name: "InputRoot",
@@ -1830,7 +2176,7 @@ const _sfc_main$51 = /* @__PURE__ */ defineComponent({
1830
2176
  }
1831
2177
  }));
1832
2178
  return (_ctx, _cache) => {
1833
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
2179
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
1834
2180
  ...unref(attrs),
1835
2181
  ...slotProps.value.attrs
1836
2182
  }, {
@@ -1845,7 +2191,7 @@ const _sfc_main$51 = /* @__PURE__ */ defineComponent({
1845
2191
  });
1846
2192
  //#endregion
1847
2193
  //#region src/components/Input/InputControl.vue
1848
- const _sfc_main$50 = /* @__PURE__ */ defineComponent({
2194
+ const _sfc_main$55 = /* @__PURE__ */ defineComponent({
1849
2195
  name: "InputControl",
1850
2196
  inheritAttrs: false,
1851
2197
  __name: "InputControl",
@@ -1903,7 +2249,7 @@ const _sfc_main$50 = /* @__PURE__ */ defineComponent({
1903
2249
  attrs: controlAttrs.value
1904
2250
  }));
1905
2251
  return (_ctx, _cache) => {
1906
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
2252
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
1907
2253
  ...unref(attrs),
1908
2254
  ...controlAttrs.value
1909
2255
  }, {
@@ -1921,7 +2267,7 @@ const _sfc_main$50 = /* @__PURE__ */ defineComponent({
1921
2267
  });
1922
2268
  //#endregion
1923
2269
  //#region src/components/Input/InputDescription.vue
1924
- const _sfc_main$49 = /* @__PURE__ */ defineComponent({
2270
+ const _sfc_main$54 = /* @__PURE__ */ defineComponent({
1925
2271
  name: "InputDescription",
1926
2272
  inheritAttrs: false,
1927
2273
  __name: "InputDescription",
@@ -1940,7 +2286,7 @@ const _sfc_main$49 = /* @__PURE__ */ defineComponent({
1940
2286
  root.hasDescription.value = false;
1941
2287
  });
1942
2288
  return (_ctx, _cache) => {
1943
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps(unref(attrs), {
2289
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(unref(attrs), {
1944
2290
  id: unref(root).descriptionId,
1945
2291
  as: __props.as,
1946
2292
  renderless: __props.renderless
@@ -1957,7 +2303,7 @@ const _sfc_main$49 = /* @__PURE__ */ defineComponent({
1957
2303
  });
1958
2304
  //#endregion
1959
2305
  //#region src/components/Input/InputError.vue
1960
- const _sfc_main$48 = /* @__PURE__ */ defineComponent({
2306
+ const _sfc_main$53 = /* @__PURE__ */ defineComponent({
1961
2307
  name: "InputError",
1962
2308
  inheritAttrs: false,
1963
2309
  __name: "InputError",
@@ -1986,7 +2332,7 @@ const _sfc_main$48 = /* @__PURE__ */ defineComponent({
1986
2332
  }
1987
2333
  }));
1988
2334
  return (_ctx, _cache) => {
1989
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
2335
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
1990
2336
  ...unref(attrs),
1991
2337
  ...slotProps.value.attrs
1992
2338
  }, {
@@ -2031,17 +2377,17 @@ const _sfc_main$48 = /* @__PURE__ */ defineComponent({
2031
2377
  * ```
2032
2378
  */
2033
2379
  const Input = {
2034
- Control: _sfc_main$50,
2035
- Description: _sfc_main$49,
2036
- Error: _sfc_main$48,
2037
- Root: _sfc_main$51
2380
+ Control: _sfc_main$55,
2381
+ Description: _sfc_main$54,
2382
+ Error: _sfc_main$53,
2383
+ Root: _sfc_main$56
2038
2384
  };
2039
2385
  //#endregion
2040
2386
  //#region src/components/Pagination/PaginationRoot.vue
2041
2387
  const [usePaginationRoot, providePaginationRoot] = createContext();
2042
2388
  const [usePaginationControls, providePaginationControls] = createContext({ suffix: "controls" });
2043
2389
  const [usePaginationItems, providePaginationItems] = createContext({ suffix: "items" });
2044
- const _sfc_main$47 = /* @__PURE__ */ defineComponent({
2390
+ const _sfc_main$52 = /* @__PURE__ */ defineComponent({
2045
2391
  name: "PaginationRoot",
2046
2392
  __name: "PaginationRoot",
2047
2393
  props: /* @__PURE__ */ mergeModels({
@@ -2120,7 +2466,7 @@ const _sfc_main$47 = /* @__PURE__ */ defineComponent({
2120
2466
  prev: pagination.prev,
2121
2467
  select: pagination.select,
2122
2468
  attrs: {
2123
- "aria-label": locale.t("Pagination.label", void 0, "Pagination"),
2469
+ "aria-label": locale.t("Pagination.label"),
2124
2470
  "role": __props.as === "nav" ? void 0 : "navigation"
2125
2471
  }
2126
2472
  }));
@@ -2128,7 +2474,7 @@ const _sfc_main$47 = /* @__PURE__ */ defineComponent({
2128
2474
  providePaginationControls(__props.namespace, controls);
2129
2475
  providePaginationItems(__props.namespace, items);
2130
2476
  return (_ctx, _cache) => {
2131
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
2477
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
2132
2478
  ref_key: "atom",
2133
2479
  ref: atom
2134
2480
  }, slotProps.value.attrs, {
@@ -2143,7 +2489,7 @@ const _sfc_main$47 = /* @__PURE__ */ defineComponent({
2143
2489
  });
2144
2490
  //#endregion
2145
2491
  //#region src/components/Pagination/PaginationEllipsis.vue
2146
- const _sfc_main$46 = /* @__PURE__ */ defineComponent({
2492
+ const _sfc_main$51 = /* @__PURE__ */ defineComponent({
2147
2493
  name: "PaginationEllipsis",
2148
2494
  __name: "PaginationEllipsis",
2149
2495
  props: {
@@ -2171,7 +2517,7 @@ const _sfc_main$46 = /* @__PURE__ */ defineComponent({
2171
2517
  }));
2172
2518
  onBeforeUnmount(() => items.unregister(__props.id));
2173
2519
  return (_ctx, _cache) => {
2174
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
2520
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
2175
2521
  ref_key: "atom",
2176
2522
  ref: atom
2177
2523
  }, slotProps.value.attrs, {
@@ -2186,7 +2532,7 @@ const _sfc_main$46 = /* @__PURE__ */ defineComponent({
2186
2532
  });
2187
2533
  //#endregion
2188
2534
  //#region src/components/Pagination/PaginationFirst.vue
2189
- const _sfc_main$45 = /* @__PURE__ */ defineComponent({
2535
+ const _sfc_main$50 = /* @__PURE__ */ defineComponent({
2190
2536
  name: "PaginationFirst",
2191
2537
  __name: "PaginationFirst",
2192
2538
  props: {
@@ -2217,7 +2563,7 @@ const _sfc_main$45 = /* @__PURE__ */ defineComponent({
2217
2563
  isDisabled: isDisabled.value,
2218
2564
  first,
2219
2565
  attrs: {
2220
- "aria-label": locale.t("Pagination.first", void 0, "Go to first page"),
2566
+ "aria-label": locale.t("Pagination.first"),
2221
2567
  "aria-disabled": isDisabled.value,
2222
2568
  "data-disabled": isDisabled.value || void 0,
2223
2569
  "disabled": __props.as === "button" ? isDisabled.value : void 0,
@@ -2228,7 +2574,7 @@ const _sfc_main$45 = /* @__PURE__ */ defineComponent({
2228
2574
  }));
2229
2575
  onBeforeUnmount(() => controls.unregister(__props.id));
2230
2576
  return (_ctx, _cache) => {
2231
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
2577
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
2232
2578
  ref_key: "atom",
2233
2579
  ref: atom
2234
2580
  }, slotProps.value.attrs, {
@@ -2243,7 +2589,7 @@ const _sfc_main$45 = /* @__PURE__ */ defineComponent({
2243
2589
  });
2244
2590
  //#endregion
2245
2591
  //#region src/components/Pagination/PaginationItem.vue
2246
- const _sfc_main$44 = /* @__PURE__ */ defineComponent({
2592
+ const _sfc_main$49 = /* @__PURE__ */ defineComponent({
2247
2593
  name: "PaginationItem",
2248
2594
  __name: "PaginationItem",
2249
2595
  props: {
@@ -2271,7 +2617,7 @@ const _sfc_main$44 = /* @__PURE__ */ defineComponent({
2271
2617
  }, { immediate: true });
2272
2618
  const isSelected = toRef(() => pagination.page.value === __props.value);
2273
2619
  const ariaLabel = toRef(() => {
2274
- return isSelected.value ? locale.t("Pagination.currentPage", { page: __props.value }, `Page ${__props.value}, current page`) : locale.t("Pagination.goToPage", { page: __props.value }, `Go to page ${__props.value}`);
2620
+ return isSelected.value ? locale.t("Pagination.currentPage", { page: __props.value }) : locale.t("Pagination.goToPage", { page: __props.value });
2275
2621
  });
2276
2622
  function select() {
2277
2623
  if (__props.disabled) return;
@@ -2296,7 +2642,7 @@ const _sfc_main$44 = /* @__PURE__ */ defineComponent({
2296
2642
  }));
2297
2643
  onBeforeUnmount(() => items.unregister(__props.id));
2298
2644
  return (_ctx, _cache) => {
2299
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
2645
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
2300
2646
  ref_key: "atom",
2301
2647
  ref: atom
2302
2648
  }, slotProps.value.attrs, {
@@ -2311,7 +2657,7 @@ const _sfc_main$44 = /* @__PURE__ */ defineComponent({
2311
2657
  });
2312
2658
  //#endregion
2313
2659
  //#region src/components/Pagination/PaginationLast.vue
2314
- const _sfc_main$43 = /* @__PURE__ */ defineComponent({
2660
+ const _sfc_main$48 = /* @__PURE__ */ defineComponent({
2315
2661
  name: "PaginationLast",
2316
2662
  __name: "PaginationLast",
2317
2663
  props: {
@@ -2342,7 +2688,7 @@ const _sfc_main$43 = /* @__PURE__ */ defineComponent({
2342
2688
  isDisabled: isDisabled.value,
2343
2689
  last,
2344
2690
  attrs: {
2345
- "aria-label": locale.t("Pagination.last", void 0, "Go to last page"),
2691
+ "aria-label": locale.t("Pagination.last"),
2346
2692
  "aria-disabled": isDisabled.value,
2347
2693
  "data-disabled": isDisabled.value || void 0,
2348
2694
  "disabled": __props.as === "button" ? isDisabled.value : void 0,
@@ -2353,7 +2699,7 @@ const _sfc_main$43 = /* @__PURE__ */ defineComponent({
2353
2699
  }));
2354
2700
  onBeforeUnmount(() => controls.unregister(__props.id));
2355
2701
  return (_ctx, _cache) => {
2356
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
2702
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
2357
2703
  ref_key: "atom",
2358
2704
  ref: atom
2359
2705
  }, slotProps.value.attrs, {
@@ -2368,7 +2714,7 @@ const _sfc_main$43 = /* @__PURE__ */ defineComponent({
2368
2714
  });
2369
2715
  //#endregion
2370
2716
  //#region src/components/Pagination/PaginationNext.vue
2371
- const _sfc_main$42 = /* @__PURE__ */ defineComponent({
2717
+ const _sfc_main$47 = /* @__PURE__ */ defineComponent({
2372
2718
  name: "PaginationNext",
2373
2719
  __name: "PaginationNext",
2374
2720
  props: {
@@ -2399,7 +2745,7 @@ const _sfc_main$42 = /* @__PURE__ */ defineComponent({
2399
2745
  isDisabled: isDisabled.value,
2400
2746
  next,
2401
2747
  attrs: {
2402
- "aria-label": locale.t("Pagination.next", void 0, "Go to next page"),
2748
+ "aria-label": locale.t("Pagination.next"),
2403
2749
  "aria-disabled": isDisabled.value,
2404
2750
  "data-disabled": isDisabled.value || void 0,
2405
2751
  "disabled": __props.as === "button" ? isDisabled.value : void 0,
@@ -2410,7 +2756,7 @@ const _sfc_main$42 = /* @__PURE__ */ defineComponent({
2410
2756
  }));
2411
2757
  onBeforeUnmount(() => controls.unregister(__props.id));
2412
2758
  return (_ctx, _cache) => {
2413
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
2759
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
2414
2760
  ref_key: "atom",
2415
2761
  ref: atom
2416
2762
  }, slotProps.value.attrs, {
@@ -2425,7 +2771,7 @@ const _sfc_main$42 = /* @__PURE__ */ defineComponent({
2425
2771
  });
2426
2772
  //#endregion
2427
2773
  //#region src/components/Pagination/PaginationPrev.vue
2428
- const _sfc_main$41 = /* @__PURE__ */ defineComponent({
2774
+ const _sfc_main$46 = /* @__PURE__ */ defineComponent({
2429
2775
  name: "PaginationPrev",
2430
2776
  __name: "PaginationPrev",
2431
2777
  props: {
@@ -2456,7 +2802,7 @@ const _sfc_main$41 = /* @__PURE__ */ defineComponent({
2456
2802
  isDisabled: isDisabled.value,
2457
2803
  prev,
2458
2804
  attrs: {
2459
- "aria-label": locale.t("Pagination.prev", void 0, "Go to previous page"),
2805
+ "aria-label": locale.t("Pagination.prev"),
2460
2806
  "aria-disabled": isDisabled.value,
2461
2807
  "data-disabled": isDisabled.value || void 0,
2462
2808
  "disabled": __props.as === "button" ? isDisabled.value : void 0,
@@ -2467,7 +2813,7 @@ const _sfc_main$41 = /* @__PURE__ */ defineComponent({
2467
2813
  }));
2468
2814
  onBeforeUnmount(() => controls.unregister(__props.id));
2469
2815
  return (_ctx, _cache) => {
2470
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
2816
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
2471
2817
  ref_key: "atom",
2472
2818
  ref: atom
2473
2819
  }, slotProps.value.attrs, {
@@ -2482,7 +2828,7 @@ const _sfc_main$41 = /* @__PURE__ */ defineComponent({
2482
2828
  });
2483
2829
  //#endregion
2484
2830
  //#region src/components/Pagination/PaginationStatus.vue
2485
- const _sfc_main$40 = /* @__PURE__ */ defineComponent({
2831
+ const _sfc_main$45 = /* @__PURE__ */ defineComponent({
2486
2832
  name: "PaginationStatus",
2487
2833
  __name: "PaginationStatus",
2488
2834
  props: {
@@ -2501,7 +2847,7 @@ const _sfc_main$40 = /* @__PURE__ */ defineComponent({
2501
2847
  text.value = locale.t("Pagination.status", {
2502
2848
  page,
2503
2849
  pages: pagination.pages
2504
- }, `Page ${page} of ${pagination.pages}`);
2850
+ });
2505
2851
  }, 100);
2506
2852
  });
2507
2853
  /* v8 ignore stop */
@@ -2516,7 +2862,7 @@ const _sfc_main$40 = /* @__PURE__ */ defineComponent({
2516
2862
  }
2517
2863
  }));
2518
2864
  return (_ctx, _cache) => {
2519
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps(slotProps.value.attrs, {
2865
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
2520
2866
  as: __props.as,
2521
2867
  renderless: __props.renderless
2522
2868
  }), {
@@ -2534,19 +2880,19 @@ const _sfc_main$40 = /* @__PURE__ */ defineComponent({
2534
2880
  * @see https://0.vuetifyjs.com/components/pagination
2535
2881
  */
2536
2882
  const Pagination = {
2537
- Root: _sfc_main$47,
2538
- Item: _sfc_main$44,
2539
- First: _sfc_main$45,
2540
- Prev: _sfc_main$41,
2541
- Ellipsis: _sfc_main$46,
2542
- Next: _sfc_main$42,
2543
- Last: _sfc_main$43,
2544
- Status: _sfc_main$40
2883
+ Root: _sfc_main$52,
2884
+ Item: _sfc_main$49,
2885
+ First: _sfc_main$50,
2886
+ Prev: _sfc_main$46,
2887
+ Ellipsis: _sfc_main$51,
2888
+ Next: _sfc_main$47,
2889
+ Last: _sfc_main$48,
2890
+ Status: _sfc_main$45
2545
2891
  };
2546
2892
  //#endregion
2547
2893
  //#region src/components/Popover/PopoverRoot.vue
2548
2894
  const [usePopoverContext, providePopoverContext] = createContext("Popover");
2549
- const _sfc_main$39 = /* @__PURE__ */ defineComponent({
2895
+ const _sfc_main$44 = /* @__PURE__ */ defineComponent({
2550
2896
  name: "PopoverRoot",
2551
2897
  __name: "PopoverRoot",
2552
2898
  props: /* @__PURE__ */ mergeModels({
@@ -2577,7 +2923,7 @@ const _sfc_main$39 = /* @__PURE__ */ defineComponent({
2577
2923
  toggle: popover.toggle
2578
2924
  }));
2579
2925
  return (_ctx, _cache) => {
2580
- return openBlock(), createBlock(unref(_sfc_main$81), {
2926
+ return openBlock(), createBlock(unref(_sfc_main$92), {
2581
2927
  as: __props.as,
2582
2928
  renderless: ""
2583
2929
  }, {
@@ -2589,7 +2935,7 @@ const _sfc_main$39 = /* @__PURE__ */ defineComponent({
2589
2935
  });
2590
2936
  //#endregion
2591
2937
  //#region src/components/Popover/PopoverActivator.vue
2592
- const _sfc_main$38 = /* @__PURE__ */ defineComponent({
2938
+ const _sfc_main$43 = /* @__PURE__ */ defineComponent({
2593
2939
  name: "PopoverActivator",
2594
2940
  __name: "PopoverActivator",
2595
2941
  props: {
@@ -2614,7 +2960,7 @@ const _sfc_main$38 = /* @__PURE__ */ defineComponent({
2614
2960
  }
2615
2961
  }));
2616
2962
  return (_ctx, _cache) => {
2617
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
2963
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
2618
2964
  as: __props.as,
2619
2965
  style: style.value
2620
2966
  }, slotProps.value.attrs), {
@@ -2626,7 +2972,7 @@ const _sfc_main$38 = /* @__PURE__ */ defineComponent({
2626
2972
  });
2627
2973
  //#endregion
2628
2974
  //#region src/components/Popover/PopoverContent.vue
2629
- const _sfc_main$37 = /* @__PURE__ */ defineComponent({
2975
+ const _sfc_main$42 = /* @__PURE__ */ defineComponent({
2630
2976
  name: "PopoverContent",
2631
2977
  __name: "PopoverContent",
2632
2978
  props: {
@@ -2666,7 +3012,7 @@ const _sfc_main$37 = /* @__PURE__ */ defineComponent({
2666
3012
  }
2667
3013
  }));
2668
3014
  return (_ctx, _cache) => {
2669
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
3015
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
2670
3016
  ref_key: "ref",
2671
3017
  ref,
2672
3018
  as: props.as,
@@ -2686,14 +3032,14 @@ const _sfc_main$37 = /* @__PURE__ */ defineComponent({
2686
3032
  * @see https://0.vuetifyjs.com/components/popover
2687
3033
  */
2688
3034
  const Popover = {
2689
- Root: _sfc_main$39,
2690
- Activator: _sfc_main$38,
2691
- Content: _sfc_main$37
3035
+ Root: _sfc_main$44,
3036
+ Activator: _sfc_main$43,
3037
+ Content: _sfc_main$42
2692
3038
  };
2693
3039
  //#endregion
2694
3040
  //#region src/components/Radio/RadioGroup.vue
2695
3041
  const [useRadioGroup, provideRadioGroup] = createContext();
2696
- const _sfc_main$36 = /* @__PURE__ */ defineComponent({
3042
+ const _sfc_main$41 = /* @__PURE__ */ defineComponent({
2697
3043
  name: "RadioGroup",
2698
3044
  __name: "RadioGroup",
2699
3045
  props: /* @__PURE__ */ mergeModels({
@@ -2745,7 +3091,7 @@ const _sfc_main$36 = /* @__PURE__ */ defineComponent({
2745
3091
  }
2746
3092
  }));
2747
3093
  return (_ctx, _cache) => {
2748
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps(slotProps.value.attrs, {
3094
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
2749
3095
  as: __props.as,
2750
3096
  renderless: __props.renderless
2751
3097
  }), {
@@ -2758,7 +3104,7 @@ const _sfc_main$36 = /* @__PURE__ */ defineComponent({
2758
3104
  //#endregion
2759
3105
  //#region src/components/Radio/RadioRoot.vue
2760
3106
  const [useRadioRoot, provideRadioRoot] = createContext();
2761
- const _sfc_main$35 = /* @__PURE__ */ defineComponent({
3107
+ const _sfc_main$40 = /* @__PURE__ */ defineComponent({
2762
3108
  name: "RadioRoot",
2763
3109
  inheritAttrs: false,
2764
3110
  __name: "RadioRoot",
@@ -2868,7 +3214,7 @@ const _sfc_main$35 = /* @__PURE__ */ defineComponent({
2868
3214
  }
2869
3215
  }));
2870
3216
  return (_ctx, _cache) => {
2871
- return openBlock(), createElementBlock(Fragment, null, [createVNode(unref(_sfc_main$81), mergeProps({ ref: "root" }, {
3217
+ return openBlock(), createElementBlock(Fragment, null, [createVNode(unref(_sfc_main$92), mergeProps({ ref: "root" }, {
2872
3218
  ...unref(attrs),
2873
3219
  ...slotProps.value.attrs
2874
3220
  }, {
@@ -2879,7 +3225,7 @@ const _sfc_main$35 = /* @__PURE__ */ defineComponent({
2879
3225
  }), {
2880
3226
  default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
2881
3227
  _: 3
2882
- }, 16, ["as", "renderless"]), unref(name) ? (openBlock(), createBlock(_sfc_main$34, { key: 0 })) : createCommentVNode("v-if", true)], 64);
3228
+ }, 16, ["as", "renderless"]), unref(name) ? (openBlock(), createBlock(_sfc_main$39, { key: 0 })) : createCommentVNode("v-if", true)], 64);
2883
3229
  };
2884
3230
  }
2885
3231
  });
@@ -2903,7 +3249,7 @@ const visuallyHiddenStyle$2 = {
2903
3249
  whiteSpace: "nowrap",
2904
3250
  border: "0"
2905
3251
  };
2906
- const _sfc_main$34 = /* @__PURE__ */ defineComponent({
3252
+ const _sfc_main$39 = /* @__PURE__ */ defineComponent({
2907
3253
  name: "RadioHiddenInput",
2908
3254
  __name: "RadioHiddenInput",
2909
3255
  props: {
@@ -2940,7 +3286,7 @@ const _sfc_main$34 = /* @__PURE__ */ defineComponent({
2940
3286
  });
2941
3287
  //#endregion
2942
3288
  //#region src/components/Radio/RadioIndicator.vue
2943
- const _sfc_main$33 = /* @__PURE__ */ defineComponent({
3289
+ const _sfc_main$38 = /* @__PURE__ */ defineComponent({
2944
3290
  name: "RadioIndicator",
2945
3291
  __name: "RadioIndicator",
2946
3292
  props: {
@@ -2960,7 +3306,7 @@ const _sfc_main$33 = /* @__PURE__ */ defineComponent({
2960
3306
  }
2961
3307
  }));
2962
3308
  return (_ctx, _cache) => {
2963
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps(slotProps.value.attrs, {
3309
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
2964
3310
  as: __props.as,
2965
3311
  renderless: __props.renderless
2966
3312
  }), {
@@ -3005,14 +3351,14 @@ const _sfc_main$33 = /* @__PURE__ */ defineComponent({
3005
3351
  * ```
3006
3352
  */
3007
3353
  const Radio = {
3008
- Group: _sfc_main$36,
3009
- HiddenInput: _sfc_main$34,
3010
- Indicator: _sfc_main$33,
3011
- Root: _sfc_main$35
3354
+ Group: _sfc_main$41,
3355
+ HiddenInput: _sfc_main$39,
3356
+ Indicator: _sfc_main$38,
3357
+ Root: _sfc_main$40
3012
3358
  };
3013
3359
  //#endregion
3014
3360
  //#region src/components/Scrim/Scrim.vue
3015
- const _sfc_main$32 = /* @__PURE__ */ defineComponent({
3361
+ const _sfc_main$37 = /* @__PURE__ */ defineComponent({
3016
3362
  name: "Scrim",
3017
3363
  inheritAttrs: false,
3018
3364
  __name: "Scrim",
@@ -3050,7 +3396,7 @@ const _sfc_main$32 = /* @__PURE__ */ defineComponent({
3050
3396
  to: __props.teleportTo
3051
3397
  }, [createVNode(TransitionGroup, { name: __props.transition }, {
3052
3398
  default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(tickets.value, (ticket) => {
3053
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
3399
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
3054
3400
  key: ticket.id,
3055
3401
  as: __props.as,
3056
3402
  style: getStyle(ticket)
@@ -3069,7 +3415,7 @@ const _sfc_main$32 = /* @__PURE__ */ defineComponent({
3069
3415
  name: __props.transition
3070
3416
  }, {
3071
3417
  default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(tickets.value, (ticket) => {
3072
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
3418
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
3073
3419
  key: ticket.id,
3074
3420
  as: __props.as,
3075
3421
  style: getStyle(ticket)
@@ -3106,7 +3452,7 @@ const visuallyHiddenStyle$1 = {
3106
3452
  whiteSpace: "nowrap",
3107
3453
  border: "0"
3108
3454
  };
3109
- const _sfc_main$31 = /* @__PURE__ */ defineComponent({
3455
+ const _sfc_main$36 = /* @__PURE__ */ defineComponent({
3110
3456
  name: "SelectHiddenInput",
3111
3457
  __name: "SelectHiddenInput",
3112
3458
  props: { namespace: { default: "v0:select" } },
@@ -3140,7 +3486,7 @@ const _sfc_main$31 = /* @__PURE__ */ defineComponent({
3140
3486
  //#endregion
3141
3487
  //#region src/components/Select/SelectRoot.vue
3142
3488
  const [useSelectContext, provideSelectContext] = createContext();
3143
- const _sfc_main$30 = /* @__PURE__ */ defineComponent({
3489
+ const _sfc_main$35 = /* @__PURE__ */ defineComponent({
3144
3490
  name: "SelectRoot",
3145
3491
  __name: "SelectRoot",
3146
3492
  props: /* @__PURE__ */ mergeModels({
@@ -3179,10 +3525,7 @@ const _sfc_main$30 = /* @__PURE__ */ defineComponent({
3179
3525
  events: true
3180
3526
  });
3181
3527
  useProxyModel(selection, model, { multiple: __props.multiple });
3182
- const selectedId = toRef(() => {
3183
- const ids = Array.from(selection.selectedIds);
3184
- return ids.length > 0 ? ids[0] : void 0;
3185
- });
3528
+ const selectedId = toRef(() => selection.selectedIds.values().next().value);
3186
3529
  const popover = usePopover({ id });
3187
3530
  const isOpen = popover.isOpen;
3188
3531
  const activatorEl = shallowRef(null);
@@ -3249,19 +3592,19 @@ const _sfc_main$30 = /* @__PURE__ */ defineComponent({
3249
3592
  toggle
3250
3593
  }));
3251
3594
  return (_ctx, _cache) => {
3252
- return openBlock(), createElementBlock(Fragment, null, [createVNode(unref(_sfc_main$81), {
3595
+ return openBlock(), createElementBlock(Fragment, null, [createVNode(unref(_sfc_main$92), {
3253
3596
  as: __props.as,
3254
3597
  renderless: ""
3255
3598
  }, {
3256
3599
  default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
3257
3600
  _: 3
3258
- }, 8, ["as"]), __props.name ? (openBlock(), createBlock(_sfc_main$31, { key: 0 })) : createCommentVNode("v-if", true)], 64);
3601
+ }, 8, ["as"]), __props.name ? (openBlock(), createBlock(_sfc_main$36, { key: 0 })) : createCommentVNode("v-if", true)], 64);
3259
3602
  };
3260
3603
  }
3261
3604
  });
3262
3605
  //#endregion
3263
3606
  //#region src/components/Select/SelectActivator.vue
3264
- const _sfc_main$29 = /* @__PURE__ */ defineComponent({
3607
+ const _sfc_main$34 = /* @__PURE__ */ defineComponent({
3265
3608
  name: "SelectActivator",
3266
3609
  __name: "SelectActivator",
3267
3610
  props: {
@@ -3323,7 +3666,7 @@ const _sfc_main$29 = /* @__PURE__ */ defineComponent({
3323
3666
  }
3324
3667
  }));
3325
3668
  return (_ctx, _cache) => {
3326
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
3669
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
3327
3670
  ref: "activator",
3328
3671
  as: __props.as,
3329
3672
  style: style.value
@@ -3339,7 +3682,7 @@ const _sfc_main$29 = /* @__PURE__ */ defineComponent({
3339
3682
  });
3340
3683
  //#endregion
3341
3684
  //#region src/components/Select/SelectContent.vue
3342
- const _sfc_main$28 = /* @__PURE__ */ defineComponent({
3685
+ const _sfc_main$33 = /* @__PURE__ */ defineComponent({
3343
3686
  name: "SelectContent",
3344
3687
  __name: "SelectContent",
3345
3688
  props: {
@@ -3362,7 +3705,7 @@ const _sfc_main$28 = /* @__PURE__ */ defineComponent({
3362
3705
  }));
3363
3706
  const style = toRef(() => context.popover.contentStyles.value);
3364
3707
  return (_ctx, _cache) => {
3365
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
3708
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
3366
3709
  ref_key: "content",
3367
3710
  ref: content,
3368
3711
  as: __props.as,
@@ -3376,7 +3719,7 @@ const _sfc_main$28 = /* @__PURE__ */ defineComponent({
3376
3719
  });
3377
3720
  //#endregion
3378
3721
  //#region src/components/Select/SelectCue.vue
3379
- const _sfc_main$27 = /* @__PURE__ */ defineComponent({
3722
+ const _sfc_main$32 = /* @__PURE__ */ defineComponent({
3380
3723
  name: "SelectCue",
3381
3724
  __name: "SelectCue",
3382
3725
  props: {
@@ -3394,7 +3737,7 @@ const _sfc_main$27 = /* @__PURE__ */ defineComponent({
3394
3737
  }
3395
3738
  }));
3396
3739
  return (_ctx, _cache) => {
3397
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({ as: __props.as }, slotProps.value.attrs), {
3740
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({ as: __props.as }, slotProps.value.attrs), {
3398
3741
  default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
3399
3742
  _: 3
3400
3743
  }, 16, ["as"]);
@@ -3403,7 +3746,7 @@ const _sfc_main$27 = /* @__PURE__ */ defineComponent({
3403
3746
  });
3404
3747
  //#endregion
3405
3748
  //#region src/components/Select/SelectItem.vue
3406
- const _sfc_main$26 = /* @__PURE__ */ defineComponent({
3749
+ const _sfc_main$31 = /* @__PURE__ */ defineComponent({
3407
3750
  name: "SelectItem",
3408
3751
  __name: "SelectItem",
3409
3752
  props: {
@@ -3449,7 +3792,7 @@ const _sfc_main$26 = /* @__PURE__ */ defineComponent({
3449
3792
  }
3450
3793
  }));
3451
3794
  return (_ctx, _cache) => {
3452
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({ as: __props.as }, slotProps.value.attrs, { onClick }), {
3795
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({ as: __props.as }, slotProps.value.attrs, { onClick }), {
3453
3796
  default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
3454
3797
  _: 3
3455
3798
  }, 16, ["as"]);
@@ -3458,7 +3801,7 @@ const _sfc_main$26 = /* @__PURE__ */ defineComponent({
3458
3801
  });
3459
3802
  //#endregion
3460
3803
  //#region src/components/Select/SelectPlaceholder.vue
3461
- const _sfc_main$25 = /* @__PURE__ */ defineComponent({
3804
+ const _sfc_main$30 = /* @__PURE__ */ defineComponent({
3462
3805
  name: "SelectPlaceholder",
3463
3806
  __name: "SelectPlaceholder",
3464
3807
  props: {
@@ -3470,7 +3813,7 @@ const _sfc_main$25 = /* @__PURE__ */ defineComponent({
3470
3813
  const context = useSelectContext(__props.namespace);
3471
3814
  const hasValue = toRef(() => context.selection.selectedIds.size > 0);
3472
3815
  return (_ctx, _cache) => {
3473
- return !hasValue.value ? (openBlock(), createBlock(unref(_sfc_main$81), {
3816
+ return !hasValue.value ? (openBlock(), createBlock(unref(_sfc_main$92), {
3474
3817
  key: 0,
3475
3818
  as: __props.as
3476
3819
  }, {
@@ -3482,7 +3825,7 @@ const _sfc_main$25 = /* @__PURE__ */ defineComponent({
3482
3825
  });
3483
3826
  //#endregion
3484
3827
  //#region src/components/Select/SelectValue.vue
3485
- const _sfc_main$24 = /* @__PURE__ */ defineComponent({
3828
+ const _sfc_main$29 = /* @__PURE__ */ defineComponent({
3486
3829
  name: "SelectValue",
3487
3830
  __name: "SelectValue",
3488
3831
  props: {
@@ -3504,7 +3847,7 @@ const _sfc_main$24 = /* @__PURE__ */ defineComponent({
3504
3847
  attrs: {}
3505
3848
  }));
3506
3849
  return (_ctx, _cache) => {
3507
- return hasValue.value ? (openBlock(), createBlock(unref(_sfc_main$81), {
3850
+ return hasValue.value ? (openBlock(), createBlock(unref(_sfc_main$92), {
3508
3851
  key: 0,
3509
3852
  as: __props.as
3510
3853
  }, {
@@ -3560,18 +3903,18 @@ const _sfc_main$24 = /* @__PURE__ */ defineComponent({
3560
3903
  * ```
3561
3904
  */
3562
3905
  const Select = {
3563
- Root: _sfc_main$30,
3564
- Activator: _sfc_main$29,
3565
- Value: _sfc_main$24,
3566
- Content: _sfc_main$28,
3567
- Cue: _sfc_main$27,
3568
- Item: _sfc_main$26,
3569
- Placeholder: _sfc_main$25
3906
+ Root: _sfc_main$35,
3907
+ Activator: _sfc_main$34,
3908
+ Value: _sfc_main$29,
3909
+ Content: _sfc_main$33,
3910
+ Cue: _sfc_main$32,
3911
+ Item: _sfc_main$31,
3912
+ Placeholder: _sfc_main$30
3570
3913
  };
3571
3914
  //#endregion
3572
3915
  //#region src/components/Selection/SelectionRoot.vue
3573
3916
  const [useSelectionRoot, provideSelectionRoot] = createContext();
3574
- const _sfc_main$23 = /* @__PURE__ */ defineComponent({
3917
+ const _sfc_main$28 = /* @__PURE__ */ defineComponent({
3575
3918
  name: "SelectionRoot",
3576
3919
  __name: "SelectionRoot",
3577
3920
  props: /* @__PURE__ */ mergeModels({
@@ -3623,7 +3966,7 @@ const _sfc_main$23 = /* @__PURE__ */ defineComponent({
3623
3966
  });
3624
3967
  //#endregion
3625
3968
  //#region src/components/Selection/SelectionItem.vue
3626
- const _sfc_main$22 = /* @__PURE__ */ defineComponent({
3969
+ const _sfc_main$27 = /* @__PURE__ */ defineComponent({
3627
3970
  name: "SelectionItem",
3628
3971
  __name: "SelectionItem",
3629
3972
  props: {
@@ -3673,8 +4016,233 @@ const _sfc_main$22 = /* @__PURE__ */ defineComponent({
3673
4016
  * @see https://0.vuetifyjs.com/components/selection
3674
4017
  */
3675
4018
  const Selection = {
3676
- Root: _sfc_main$23,
3677
- Item: _sfc_main$22
4019
+ Root: _sfc_main$28,
4020
+ Item: _sfc_main$27
4021
+ };
4022
+ //#endregion
4023
+ //#region src/components/Snackbar/SnackbarPortal.vue
4024
+ const _sfc_main$26 = /* @__PURE__ */ defineComponent({
4025
+ name: "SnackbarPortal",
4026
+ inheritAttrs: false,
4027
+ __name: "SnackbarPortal",
4028
+ props: {
4029
+ teleport: {
4030
+ type: [String, Boolean],
4031
+ default: "body"
4032
+ },
4033
+ as: { default: "div" },
4034
+ renderless: { type: Boolean }
4035
+ },
4036
+ setup(__props) {
4037
+ const ticket = useStack().register();
4038
+ onUnmounted(() => ticket.unregister());
4039
+ const styles = toRef(() => ({ zIndex: ticket.zIndex.value }));
4040
+ const slotProps = toRef(() => ({ zIndex: ticket.zIndex.value }));
4041
+ return (_ctx, _cache) => {
4042
+ return __props.teleport ? (openBlock(), createBlock(Teleport, {
4043
+ key: 0,
4044
+ to: __props.teleport
4045
+ }, [createVNode(unref(_sfc_main$92), mergeProps({
4046
+ as: __props.as,
4047
+ style: styles.value
4048
+ }, _ctx.$attrs), {
4049
+ default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
4050
+ _: 3
4051
+ }, 16, ["as", "style"])], 8, ["to"])) : (openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
4052
+ key: 1,
4053
+ as: __props.as,
4054
+ style: styles.value
4055
+ }, _ctx.$attrs), {
4056
+ default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
4057
+ _: 3
4058
+ }, 16, ["as", "style"]));
4059
+ };
4060
+ }
4061
+ });
4062
+ //#endregion
4063
+ //#region src/components/Snackbar/SnackbarQueue.vue
4064
+ const [useSnackbarQueueContext, provideSnackbarQueueContext] = createContext({ suffix: "queue" });
4065
+ const _sfc_main$25 = /* @__PURE__ */ defineComponent({
4066
+ name: "SnackbarQueue",
4067
+ __name: "SnackbarQueue",
4068
+ props: {
4069
+ namespace: { default: "v0:notifications" },
4070
+ as: { default: "div" },
4071
+ renderless: { type: Boolean }
4072
+ },
4073
+ setup(__props) {
4074
+ const notifications = useNotifications(__props.namespace);
4075
+ function dismiss(id) {
4076
+ notifications.unregister(id);
4077
+ if (reasons.size > 0) notifications.queue.pause();
4078
+ }
4079
+ provideSnackbarQueueContext(__props.namespace, { dismiss });
4080
+ const items = computed(() => notifications.queue.values().map((q) => notifications.get(q.id)).filter((n) => !/* @__PURE__ */ isUndefined(n)).toReversed());
4081
+ const container = useTemplateRef("container");
4082
+ const reasons = /* @__PURE__ */ new Set();
4083
+ function pause(reason) {
4084
+ reasons.add(reason);
4085
+ notifications.queue.pause();
4086
+ }
4087
+ function resume(reason) {
4088
+ reasons.delete(reason);
4089
+ if (reasons.size === 0) notifications.queue.resume();
4090
+ }
4091
+ function onEnter() {
4092
+ pause("hover");
4093
+ }
4094
+ function onLeave() {
4095
+ resume("hover");
4096
+ }
4097
+ function onFocusin() {
4098
+ pause("focus");
4099
+ }
4100
+ function onFocusout(e) {
4101
+ const el = container.value?.element ?? null;
4102
+ if (/* @__PURE__ */ isElement(el) && /* @__PURE__ */ isElement(e.relatedTarget) && el.contains(e.relatedTarget)) return;
4103
+ resume("focus");
4104
+ }
4105
+ onUnmounted(() => {
4106
+ if (reasons.size > 0) {
4107
+ reasons.clear();
4108
+ notifications.queue.resume();
4109
+ }
4110
+ });
4111
+ const slotProps = toRef(() => ({
4112
+ items: items.value,
4113
+ attrs: {
4114
+ onMouseenter: onEnter,
4115
+ onMouseleave: onLeave,
4116
+ onFocusin,
4117
+ onFocusout
4118
+ }
4119
+ }));
4120
+ return (_ctx, _cache) => {
4121
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
4122
+ ref_key: "container",
4123
+ ref: container
4124
+ }, slotProps.value.attrs, { as: __props.as }), {
4125
+ default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
4126
+ _: 3
4127
+ }, 16, ["as"]);
4128
+ };
4129
+ }
4130
+ });
4131
+ //#endregion
4132
+ //#region src/components/Snackbar/SnackbarRoot.vue
4133
+ const [useSnackbarRootContext, provideSnackbarRootContext] = createContext({ suffix: "root" });
4134
+ const _sfc_main$24 = /* @__PURE__ */ defineComponent({
4135
+ name: "SnackbarRoot",
4136
+ __name: "SnackbarRoot",
4137
+ props: {
4138
+ namespace: { default: "v0:notifications" },
4139
+ id: { default: () => /* @__PURE__ */ useId$1() },
4140
+ as: { default: "div" },
4141
+ renderless: { type: Boolean }
4142
+ },
4143
+ emits: ["dismiss"],
4144
+ setup(__props, { emit: __emit }) {
4145
+ const emit = __emit;
4146
+ const queue = useSnackbarQueueContext(__props.namespace, null);
4147
+ function onDismiss() {
4148
+ if (queue) queue.dismiss(__props.id);
4149
+ else emit("dismiss", __props.id);
4150
+ }
4151
+ provideSnackbarRootContext(__props.namespace, {
4152
+ id: __props.id,
4153
+ onDismiss
4154
+ });
4155
+ const slotProps = toRef(() => ({
4156
+ id: __props.id,
4157
+ attrs: { role: "status" }
4158
+ }));
4159
+ return (_ctx, _cache) => {
4160
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, { as: __props.as }), {
4161
+ default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
4162
+ _: 3
4163
+ }, 16, ["as"]);
4164
+ };
4165
+ }
4166
+ });
4167
+ //#endregion
4168
+ //#region src/components/Snackbar/SnackbarContent.vue
4169
+ const _sfc_main$23 = /* @__PURE__ */ defineComponent({
4170
+ name: "SnackbarContent",
4171
+ __name: "SnackbarContent",
4172
+ props: {
4173
+ as: { default: "div" },
4174
+ renderless: { type: Boolean }
4175
+ },
4176
+ setup(__props) {
4177
+ return (_ctx, _cache) => {
4178
+ return openBlock(), createBlock(unref(_sfc_main$92), { as: __props.as }, {
4179
+ default: withCtx(() => [renderSlot(_ctx.$slots, "default")]),
4180
+ _: 3
4181
+ }, 8, ["as"]);
4182
+ };
4183
+ }
4184
+ });
4185
+ //#endregion
4186
+ //#region src/components/Snackbar/SnackbarClose.vue
4187
+ const _sfc_main$22 = /* @__PURE__ */ defineComponent({
4188
+ name: "SnackbarClose",
4189
+ __name: "SnackbarClose",
4190
+ props: {
4191
+ namespace: { default: "v0:notifications" },
4192
+ as: { default: "button" },
4193
+ renderless: { type: Boolean }
4194
+ },
4195
+ setup(__props) {
4196
+ const context = useSnackbarRootContext(__props.namespace);
4197
+ function onClick() {
4198
+ context.onDismiss();
4199
+ }
4200
+ const slotProps = toRef(() => ({ attrs: {
4201
+ "type": __props.as === "button" ? "button" : void 0,
4202
+ "aria-label": "Close",
4203
+ "onClick": onClick
4204
+ } }));
4205
+ return (_ctx, _cache) => {
4206
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, { as: __props.as }), {
4207
+ default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
4208
+ _: 3
4209
+ }, 16, ["as"]);
4210
+ };
4211
+ }
4212
+ });
4213
+ //#endregion
4214
+ //#region src/components/Snackbar/index.ts
4215
+ /**
4216
+ * Snackbar component with sub-components for building toast notifications.
4217
+ *
4218
+ * @see https://0.vuetifyjs.com/components/snackbar
4219
+ *
4220
+ * @example
4221
+ * ```vue
4222
+ * <script setup lang="ts">
4223
+ * import { Snackbar } from '@vuetify/v0'
4224
+ * <\/script>
4225
+ *
4226
+ * <template>
4227
+ * <Snackbar.Portal>
4228
+ * <Snackbar.Queue v-slot="{ items }">
4229
+ * <template v-for="item in items" :key="item.id">
4230
+ * <Snackbar.Root :id="item.id">
4231
+ * <Snackbar.Content>{{ item.subject }}</Snackbar.Content>
4232
+ * <Snackbar.Close />
4233
+ * </Snackbar.Root>
4234
+ * </template>
4235
+ * </Snackbar.Queue>
4236
+ * </Snackbar.Portal>
4237
+ * </template>
4238
+ * ```
4239
+ */
4240
+ const Snackbar = {
4241
+ Portal: _sfc_main$26,
4242
+ Queue: _sfc_main$25,
4243
+ Root: _sfc_main$24,
4244
+ Content: _sfc_main$23,
4245
+ Close: _sfc_main$22
3678
4246
  };
3679
4247
  //#endregion
3680
4248
  //#region src/components/Slider/SliderRoot.vue
@@ -3801,7 +4369,7 @@ const _sfc_main$21 = /* @__PURE__ */ defineComponent({
3801
4369
  }
3802
4370
  }));
3803
4371
  return (_ctx, _cache) => {
3804
- return openBlock(), createElementBlock(Fragment, null, [createVNode(unref(_sfc_main$81), mergeProps({
4372
+ return openBlock(), createElementBlock(Fragment, null, [createVNode(unref(_sfc_main$92), mergeProps({
3805
4373
  ...unref(attrs),
3806
4374
  ...slotProps.value.attrs
3807
4375
  }, {
@@ -3893,7 +4461,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
3893
4461
  }
3894
4462
  }));
3895
4463
  return (_ctx, _cache) => {
3896
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
4464
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
3897
4465
  ...unref(attrs),
3898
4466
  ...slotProps.value.attrs
3899
4467
  }, {
@@ -4007,7 +4575,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
4007
4575
  }
4008
4576
  }));
4009
4577
  return (_ctx, _cache) => {
4010
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({ ref: "thumb" }, {
4578
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({ ref: "thumb" }, {
4011
4579
  ...unref(attrs),
4012
4580
  ...slotProps.value.attrs
4013
4581
  }, {
@@ -4076,7 +4644,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
4076
4644
  "onPointerdown": onPointerdown
4077
4645
  } }));
4078
4646
  return (_ctx, _cache) => {
4079
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({ ref: "track" }, {
4647
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({ ref: "track" }, {
4080
4648
  ...unref(attrs),
4081
4649
  ...slotProps.value.attrs
4082
4650
  }, {
@@ -4289,16 +4857,20 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
4289
4857
  }
4290
4858
  }));
4291
4859
  return (_ctx, _cache) => {
4292
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({ ref: "root" }, {
4860
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({ ref: "root" }, {
4293
4861
  ...unref(attrs),
4294
4862
  ...slotProps.value.attrs
4295
4863
  }, {
4296
4864
  as: __props.as,
4297
4865
  renderless: __props.renderless,
4298
- style: {
4299
- display: "flex",
4300
- flexDirection: __props.orientation === "horizontal" ? "row" : "column"
4301
- }
4866
+ style: [
4867
+ unref(attrs).style,
4868
+ slotProps.value.attrs.style,
4869
+ {
4870
+ display: "flex",
4871
+ flexDirection: __props.orientation === "horizontal" ? "row" : "column"
4872
+ }
4873
+ ]
4302
4874
  }), {
4303
4875
  default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
4304
4876
  _: 3
@@ -4400,18 +4972,22 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
4400
4972
  }
4401
4973
  }));
4402
4974
  return (_ctx, _cache) => {
4403
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
4975
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
4404
4976
  ...unref(attrs),
4405
4977
  ...slotProps.value.attrs
4406
4978
  }, {
4407
4979
  as: __props.as,
4408
4980
  renderless: __props.renderless,
4409
- style: {
4410
- flexGrow: 0,
4411
- flexShrink: 0,
4412
- flexBasis: `${size.value}%`,
4413
- overflow: "hidden"
4414
- }
4981
+ style: [
4982
+ unref(attrs).style,
4983
+ slotProps.value.attrs.style,
4984
+ {
4985
+ flexGrow: 0,
4986
+ flexShrink: 0,
4987
+ flexBasis: `${size.value}%`,
4988
+ overflow: "hidden"
4989
+ }
4990
+ ]
4415
4991
  }), {
4416
4992
  default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
4417
4993
  _: 3
@@ -4449,7 +5025,6 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
4449
5025
  });
4450
5026
  const hovering = shallowRef(false);
4451
5027
  const startPosition = shallowRef(0);
4452
- let rafId = 0;
4453
5028
  let latestPos = 0;
4454
5029
  const isDisabled = toRef(() => __props.disabled || splitter.disabled.value);
4455
5030
  const isHorizontal = toRef(() => splitter.orientation.value === "horizontal");
@@ -4482,23 +5057,21 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
4482
5057
  splitter.onStartDrag(ticket.index);
4483
5058
  }
4484
5059
  useToggleScope(() => splitter.draggingHandle.value === ticket.index, () => {
5060
+ const update = useRaf(() => {
5061
+ const root = splitter.rootEl.value;
5062
+ if (!root) return;
5063
+ const rootSize = isHorizontal.value ? root.offsetWidth : root.offsetHeight;
5064
+ if (!rootSize) return;
5065
+ const delta = (latestPos - startPosition.value) / rootSize * 100;
5066
+ startPosition.value = latestPos;
5067
+ splitter.resize(ticket.index, delta);
5068
+ });
4485
5069
  useDocumentEventListener("pointermove", (e) => {
4486
5070
  latestPos = isHorizontal.value ? e.clientX : e.clientY;
4487
- if (rafId) return;
4488
- rafId = requestAnimationFrame(() => {
4489
- const root = splitter.rootEl.value;
4490
- if (!root) return;
4491
- const rootSize = isHorizontal.value ? root.offsetWidth : root.offsetHeight;
4492
- if (!rootSize) return;
4493
- const delta = (latestPos - startPosition.value) / rootSize * 100;
4494
- startPosition.value = latestPos;
4495
- splitter.resize(ticket.index, delta);
4496
- rafId = 0;
4497
- });
5071
+ update();
4498
5072
  });
4499
5073
  useDocumentEventListener("pointerup", () => {
4500
- if (rafId) cancelAnimationFrame(rafId);
4501
- rafId = 0;
5074
+ update.cancel();
4502
5075
  if (IN_BROWSER) {
4503
5076
  document.documentElement.style.userSelect = "";
4504
5077
  document.documentElement.style.touchAction = "";
@@ -4506,8 +5079,6 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
4506
5079
  splitter.onEndDrag();
4507
5080
  });
4508
5081
  onScopeDispose(() => {
4509
- if (rafId) cancelAnimationFrame(rafId);
4510
- rafId = 0;
4511
5082
  splitter.onEndDrag();
4512
5083
  if (IN_BROWSER) {
4513
5084
  document.documentElement.style.userSelect = "";
@@ -4602,17 +5173,25 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
4602
5173
  }
4603
5174
  }));
4604
5175
  return (_ctx, _cache) => {
4605
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
5176
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
4606
5177
  ...unref(attrs),
4607
5178
  ...slotProps.value.attrs
4608
5179
  }, {
4609
5180
  as: __props.as,
4610
5181
  renderless: __props.renderless,
4611
- style: { flexShrink: 0 }
5182
+ style: [
5183
+ unref(attrs).style,
5184
+ slotProps.value.attrs.style,
5185
+ { flexShrink: 0 }
5186
+ ]
4612
5187
  }), {
4613
5188
  default: withCtx(() => [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps.value)))]),
4614
5189
  _: 3
4615
- }, 16, ["as", "renderless"]);
5190
+ }, 16, [
5191
+ "as",
5192
+ "renderless",
5193
+ "style"
5194
+ ]);
4616
5195
  };
4617
5196
  }
4618
5197
  });
@@ -4708,7 +5287,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
4708
5287
  }
4709
5288
  }));
4710
5289
  return (_ctx, _cache) => {
4711
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps(slotProps.value.attrs, {
5290
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
4712
5291
  as: __props.as,
4713
5292
  renderless: __props.renderless
4714
5293
  }), {
@@ -4840,7 +5419,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
4840
5419
  }
4841
5420
  }));
4842
5421
  return (_ctx, _cache) => {
4843
- return openBlock(), createElementBlock(Fragment, null, [createVNode(unref(_sfc_main$81), mergeProps({
5422
+ return openBlock(), createElementBlock(Fragment, null, [createVNode(unref(_sfc_main$92), mergeProps({
4844
5423
  ...unref(attrs),
4845
5424
  ...slotProps.value.attrs
4846
5425
  }, {
@@ -4984,7 +5563,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
4984
5563
  }
4985
5564
  }));
4986
5565
  return (_ctx, _cache) => {
4987
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
5566
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
4988
5567
  ...unref(attrs),
4989
5568
  ...slotProps.value.attrs
4990
5569
  }, {
@@ -5024,7 +5603,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
5024
5603
  }
5025
5604
  }));
5026
5605
  return (_ctx, _cache) => {
5027
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps(slotProps.value.attrs, {
5606
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
5028
5607
  as: __props.as,
5029
5608
  renderless: __props.renderless
5030
5609
  }), {
@@ -5055,7 +5634,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
5055
5634
  attrs: { "data-state": dataState.value }
5056
5635
  }));
5057
5636
  return (_ctx, _cache) => {
5058
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps(slotProps.value.attrs, {
5637
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps(slotProps.value.attrs, {
5059
5638
  as: __props.as,
5060
5639
  dir: "ltr",
5061
5640
  renderless: __props.renderless
@@ -5408,7 +5987,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
5408
5987
  }
5409
5988
  }));
5410
5989
  return (_ctx, _cache) => {
5411
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
5990
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
5412
5991
  ...unref(attrs),
5413
5992
  ...slotProps.value.attrs
5414
5993
  }, {
@@ -5523,7 +6102,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
5523
6102
  }
5524
6103
  }));
5525
6104
  return (_ctx, _cache) => {
5526
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({ ref: "root" }, {
6105
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({ ref: "root" }, {
5527
6106
  ...unref(attrs),
5528
6107
  ...slotProps.value.attrs
5529
6108
  }, {
@@ -5575,7 +6154,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
5575
6154
  }
5576
6155
  }));
5577
6156
  return (_ctx, _cache) => {
5578
- return openBlock(), createBlock(unref(_sfc_main$81), mergeProps({
6157
+ return openBlock(), createBlock(unref(_sfc_main$92), mergeProps({
5579
6158
  ...unref(attrs),
5580
6159
  ...slotProps.value.attrs
5581
6160
  }, {
@@ -5625,4 +6204,4 @@ const Tabs = {
5625
6204
  Panel: _sfc_main
5626
6205
  };
5627
6206
  //#endregion
5628
- export { _sfc_main$28 as $, provideExpansionPanelItem as $t, _sfc_main$14 as A, _sfc_main$77 as An, providePaginationItems as At, _sfc_main$21 as B, provideInputRoot as Bt, _sfc_main$12 as C, Breadcrumbs as Cn, _sfc_main$42 as Ct, provideSwitchGroup as D, _sfc_main$74 as Dn, _sfc_main$46 as Dt, _sfc_main$13 as E, _sfc_main$73 as En, _sfc_main$45 as Et, Slider as F, _sfc_main$79 as Fn, Input as Ft, _sfc_main$23 as G, provideGroupRoot as Gt, useSliderRoot as H, Group as Ht, _sfc_main$17 as I, _sfc_main$80 as In, _sfc_main$48 as It, Select as J, ExpansionPanel as Jt, provideSelectionRoot as K, useGroupRoot as Kt, _sfc_main$18 as L, provideAvatarRoot as Ln, _sfc_main$49 as Lt, _sfc_main$16 as M, useBreadcrumbsRoot as Mn, usePaginationControls as Mt, provideSplitterRoot as N, Avatar as Nn, usePaginationItems as Nt, useSwitchGroup as O, _sfc_main$75 as On, _sfc_main$47 as Ot, useSplitterRoot as P, _sfc_main$78 as Pn, usePaginationRoot as Pt, _sfc_main$27 as Q, _sfc_main$58 as Qt, _sfc_main$19 as R, useAvatarRoot as Rn, _sfc_main$50 as Rt, _sfc_main$11 as S, useCheckboxGroup as Sn, _sfc_main$41 as St, useSwitchRoot as T, _sfc_main$72 as Tn, _sfc_main$44 as Tt, Selection as U, _sfc_main$52 as Ut, provideSliderRoot as V, useInputRoot as Vt, _sfc_main$22 as W, _sfc_main$53 as Wt, _sfc_main$25 as X, _sfc_main$56 as Xt, _sfc_main$24 as Y, _sfc_main$55 as Yt, _sfc_main$26 as Z, _sfc_main$57 as Zt, useSingleRoot as _, _sfc_main$69 as _n, _sfc_main$39 as _t, _sfc_main$3 as a, _sfc_main$60 as an, Radio as at, _sfc_main$9 as b, _sfc_main$70 as bn, Pagination as bt, Step as c, _sfc_main$63 as cn, _sfc_main$35 as ct, provideStepRoot as d, provideDialogContext as dn, _sfc_main$36 as dt, useExpansionPanelItem as en, _sfc_main$29 as et, useStepRoot as f, useDialogContext as fn, provideRadioGroup as ft, provideSingleRoot as g, _sfc_main$68 as gn, _sfc_main$38 as gt, _sfc_main$7 as h, _sfc_main$67 as hn, _sfc_main$37 as ht, _sfc_main$2 as i, Dialog as in, _sfc_main$32 as it, _sfc_main$15 as j, provideBreadcrumbsRoot as jn, providePaginationRoot as jt, Splitter as k, _sfc_main$76 as kn, providePaginationControls as kt, _sfc_main$4 as l, _sfc_main$64 as ln, provideRadioRoot as lt, _sfc_main$6 as m, _sfc_main$66 as mn, Popover as mt, _sfc_main as n, provideExpansionPanelRoot as nn, provideSelectContext as nt, provideTabsRoot as o, _sfc_main$61 as on, _sfc_main$33 as ot, Single as p, Checkbox as pn, useRadioGroup as pt, useSelectionRoot as q, _sfc_main$54 as qt, _sfc_main$1 as r, useExpansionPanelRoot as rn, useSelectContext as rt, useTabsRoot as s, _sfc_main$62 as sn, _sfc_main$34 as st, Tabs as t, _sfc_main$59 as tn, _sfc_main$30 as tt, _sfc_main$5 as u, _sfc_main$65 as un, useRadioRoot as ut, Switch as v, provideCheckboxRoot as vn, providePopoverContext as vt, provideSwitchRoot as w, _sfc_main$71 as wn, _sfc_main$43 as wt, _sfc_main$10 as x, provideCheckboxGroup as xn, _sfc_main$40 as xt, _sfc_main$8 as y, useCheckboxRoot as yn, usePopoverContext as yt, _sfc_main$20 as z, _sfc_main$81 as zn, _sfc_main$51 as zt };
6207
+ export { Selection as $, useBreadcrumbsRoot as $n, _sfc_main$57 as $t, _sfc_main$14 as A, _sfc_main$75 as An, Pagination as At, _sfc_main$21 as B, _sfc_main$80 as Bn, providePaginationItems as Bt, _sfc_main$12 as C, Checkbox as Cn, useRadioGroup as Ct, provideSwitchGroup as D, _sfc_main$74 as Dn, _sfc_main$44 as Dt, _sfc_main$13 as E, _sfc_main$73 as En, _sfc_main$43 as Et, Slider as F, _sfc_main$77 as Fn, _sfc_main$49 as Ft, _sfc_main$23 as G, _sfc_main$82 as Gn, Input as Gt, useSliderRoot as H, provideButtonGroup as Hn, usePaginationControls as Ht, _sfc_main$17 as I, _sfc_main$78 as In, _sfc_main$50 as It, useSnackbarRootContext as J, _sfc_main$85 as Jn, _sfc_main$55 as Jt, _sfc_main$24 as K, _sfc_main$83 as Kn, _sfc_main$53 as Kt, _sfc_main$18 as L, _sfc_main$79 as Ln, _sfc_main$51 as Lt, _sfc_main$16 as M, useCheckboxGroup as Mn, _sfc_main$46 as Mt, provideSplitterRoot as N, Button as Nn, _sfc_main$47 as Nt, useSwitchGroup as O, provideCheckboxRoot as On, providePopoverContext as Ot, useSplitterRoot as P, _sfc_main$76 as Pn, _sfc_main$48 as Pt, _sfc_main$26 as Q, provideBreadcrumbsRoot as Qn, Group as Qt, _sfc_main$19 as R, provideButtonRoot as Rn, _sfc_main$52 as Rt, _sfc_main$11 as S, useDialogContext as Sn, provideRadioGroup as St, useSwitchRoot as T, _sfc_main$72 as Tn, _sfc_main$42 as Tt, Snackbar as U, useButtonGroup as Un, usePaginationItems as Ut, provideSliderRoot as V, _sfc_main$81 as Vn, providePaginationRoot as Vt, _sfc_main$22 as W, Breadcrumbs as Wn, usePaginationRoot as Wt, provideSnackbarQueueContext as X, _sfc_main$87 as Xn, provideInputRoot as Xt, _sfc_main$25 as Y, _sfc_main$86 as Yn, _sfc_main$56 as Yt, useSnackbarQueueContext as Z, _sfc_main$88 as Zn, useInputRoot as Zt, useSingleRoot as _, _sfc_main$67 as _n, _sfc_main$39 as _t, _sfc_main$3 as a, _sfc_main$60 as an, useAvatarRoot as ar, _sfc_main$29 as at, _sfc_main$9 as b, _sfc_main$70 as bn, useRadioRoot as bt, Step as c, _sfc_main$63 as cn, _sfc_main$32 as ct, provideStepRoot as d, _sfc_main$64 as dn, _sfc_main$35 as dt, _sfc_main$58 as en, Avatar as er, _sfc_main$27 as et, useStepRoot as f, provideExpansionPanelRoot as fn, provideSelectContext as ft, provideSingleRoot as g, _sfc_main$66 as gn, _sfc_main$38 as gt, _sfc_main$7 as h, _sfc_main$65 as hn, Radio as ht, _sfc_main$2 as i, ExpansionPanel as in, provideAvatarRoot as ir, Select as it, _sfc_main$15 as j, provideCheckboxGroup as jn, _sfc_main$45 as jt, Splitter as k, useCheckboxRoot as kn, usePopoverContext as kt, _sfc_main$4 as l, provideExpansionPanelItem as ln, _sfc_main$33 as lt, _sfc_main$6 as m, Dialog as mn, _sfc_main$37 as mt, _sfc_main as n, useGroupRoot as nn, _sfc_main$90 as nr, provideSelectionRoot as nt, provideTabsRoot as o, _sfc_main$61 as on, _sfc_main$92 as or, _sfc_main$30 as ot, Single as p, useExpansionPanelRoot as pn, useSelectContext as pt, provideSnackbarRootContext as q, _sfc_main$84 as qn, _sfc_main$54 as qt, _sfc_main$1 as r, _sfc_main$59 as rn, _sfc_main$91 as rr, useSelectionRoot as rt, useTabsRoot as s, _sfc_main$62 as sn, _sfc_main$31 as st, Tabs as t, provideGroupRoot as tn, _sfc_main$89 as tr, _sfc_main$28 as tt, _sfc_main$5 as u, useExpansionPanelItem as un, _sfc_main$34 as ut, Switch as v, _sfc_main$68 as vn, _sfc_main$40 as vt, provideSwitchRoot as w, _sfc_main$71 as wn, Popover as wt, _sfc_main$10 as x, provideDialogContext as xn, _sfc_main$41 as xt, _sfc_main$8 as y, _sfc_main$69 as yn, provideRadioRoot as yt, _sfc_main$20 as z, useButtonRoot as zn, providePaginationControls as zt };