@falcondev-oss/nuxt-layers-base 0.1.0 → 0.2.2

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 (165) hide show
  1. package/LICENSE +21 -0
  2. package/app/assets/css/utilities.css +3 -0
  3. package/app/components/Define.vue +13 -0
  4. package/app/components/layout/LayoutDashboard.vue +1 -1
  5. package/app/components/u/UField.vue +17 -6
  6. package/app/components/u/UForm.vue +90 -0
  7. package/app/components/u/UInputDurationMinutes.vue +1 -1
  8. package/app/composables/useTableColumns.tsx +1 -1
  9. package/app/composables/useToast.ts +3 -3
  10. package/app/utils/debug.ts +48 -0
  11. package/app/utils/files.ts +22 -0
  12. package/app/utils/plugins.ts +45 -6
  13. package/package.json +19 -3
  14. package/server/plugins/error.ts +20 -0
  15. package/server/utils/error.ts +24 -0
  16. package/shared/types/helpers.ts +27 -0
  17. package/shared/utils/helpers.ts +3 -0
  18. package/.nuxt/app.config.mjs +0 -317
  19. package/.nuxt/components.d.ts +0 -332
  20. package/.nuxt/imports.d.ts +0 -61
  21. package/.nuxt/manifest/meta/24fb5e89-93fb-44cb-bbff-2a13f165c1e8.json +0 -1
  22. package/.nuxt/nuxt-icon-client-bundle.mjs +0 -1
  23. package/.nuxt/nuxt-icon-server-bundle.mjs +0 -14
  24. package/.nuxt/nuxt.d.ts +0 -24
  25. package/.nuxt/nuxt.node.d.ts +0 -14
  26. package/.nuxt/nuxt.shared.d.ts +0 -5
  27. package/.nuxt/schema/nuxt.schema.d.ts +0 -210
  28. package/.nuxt/schema/nuxt.schema.json +0 -263
  29. package/.nuxt/tsconfig.app.json +0 -217
  30. package/.nuxt/tsconfig.json +0 -219
  31. package/.nuxt/tsconfig.node.json +0 -114
  32. package/.nuxt/tsconfig.server.json +0 -140
  33. package/.nuxt/tsconfig.shared.json +0 -139
  34. package/.nuxt/types/app.config.d.ts +0 -331
  35. package/.nuxt/types/build.d.ts +0 -24
  36. package/.nuxt/types/builder-env.d.ts +0 -1
  37. package/.nuxt/types/components.d.ts +0 -337
  38. package/.nuxt/types/imports.d.ts +0 -906
  39. package/.nuxt/types/layouts.d.ts +0 -7
  40. package/.nuxt/types/middleware.d.ts +0 -7
  41. package/.nuxt/types/modules.d.ts +0 -159
  42. package/.nuxt/types/nitro-config.d.ts +0 -14
  43. package/.nuxt/types/nitro-imports.d.ts +0 -141
  44. package/.nuxt/types/nitro-middleware.d.ts +0 -11
  45. package/.nuxt/types/nitro-nuxt.d.ts +0 -61
  46. package/.nuxt/types/nitro-routes.d.ts +0 -17
  47. package/.nuxt/types/nitro.d.ts +0 -3
  48. package/.nuxt/types/plugins.d.ts +0 -35
  49. package/.nuxt/types/runtime-config.d.ts +0 -36
  50. package/.nuxt/types/ui.d.ts +0 -36
  51. package/.nuxt/types/vue-shim.d.ts +0 -0
  52. package/.nuxt/ui/accordion.ts +0 -20
  53. package/.nuxt/ui/alert.ts +0 -264
  54. package/.nuxt/ui/auth-form.ts +0 -20
  55. package/.nuxt/ui/avatar-group.ts +0 -52
  56. package/.nuxt/ui/avatar.ts +0 -54
  57. package/.nuxt/ui/badge.ts +0 -263
  58. package/.nuxt/ui/banner.ts +0 -108
  59. package/.nuxt/ui/blog-post.ts +0 -143
  60. package/.nuxt/ui/blog-posts.ts +0 -9
  61. package/.nuxt/ui/breadcrumb.ts +0 -45
  62. package/.nuxt/ui/button.ts +0 -378
  63. package/.nuxt/ui/calendar.ts +0 -315
  64. package/.nuxt/ui/card.ts +0 -34
  65. package/.nuxt/ui/carousel.ts +0 -38
  66. package/.nuxt/ui/changelog-version.ts +0 -45
  67. package/.nuxt/ui/changelog-versions.ts +0 -8
  68. package/.nuxt/ui/chat-message.ts +0 -136
  69. package/.nuxt/ui/chat-messages.ts +0 -14
  70. package/.nuxt/ui/chat-palette.ts +0 -8
  71. package/.nuxt/ui/chat-prompt-submit.ts +0 -5
  72. package/.nuxt/ui/chat-prompt.ts +0 -35
  73. package/.nuxt/ui/checkbox-group.ts +0 -207
  74. package/.nuxt/ui/checkbox.ts +0 -237
  75. package/.nuxt/ui/chip.ts +0 -96
  76. package/.nuxt/ui/collapsible.ts +0 -6
  77. package/.nuxt/ui/color-picker.ts +0 -47
  78. package/.nuxt/ui/command-palette.ts +0 -62
  79. package/.nuxt/ui/container.ts +0 -3
  80. package/.nuxt/ui/context-menu.ts +0 -219
  81. package/.nuxt/ui/dashboard-group.ts +0 -3
  82. package/.nuxt/ui/dashboard-navbar.ts +0 -21
  83. package/.nuxt/ui/dashboard-panel.ts +0 -17
  84. package/.nuxt/ui/dashboard-resize-handle.ts +0 -3
  85. package/.nuxt/ui/dashboard-search-button.ts +0 -15
  86. package/.nuxt/ui/dashboard-search.ts +0 -13
  87. package/.nuxt/ui/dashboard-sidebar-collapse.ts +0 -9
  88. package/.nuxt/ui/dashboard-sidebar-toggle.ts +0 -9
  89. package/.nuxt/ui/dashboard-sidebar.ts +0 -37
  90. package/.nuxt/ui/dashboard-toolbar.ts +0 -7
  91. package/.nuxt/ui/drawer.ts +0 -149
  92. package/.nuxt/ui/dropdown-menu.ts +0 -220
  93. package/.nuxt/ui/editor-drag-handle.ts +0 -6
  94. package/.nuxt/ui/editor-emoji-menu.ts +0 -35
  95. package/.nuxt/ui/editor-mention-menu.ts +0 -35
  96. package/.nuxt/ui/editor-suggestion-menu.ts +0 -35
  97. package/.nuxt/ui/editor-toolbar.ts +0 -21
  98. package/.nuxt/ui/editor.ts +0 -35
  99. package/.nuxt/ui/empty.ts +0 -83
  100. package/.nuxt/ui/error.ts +0 -9
  101. package/.nuxt/ui/field-group.ts +0 -16
  102. package/.nuxt/ui/file-upload.ts +0 -290
  103. package/.nuxt/ui/footer-columns.ts +0 -28
  104. package/.nuxt/ui/footer.ts +0 -11
  105. package/.nuxt/ui/form-field.ts +0 -62
  106. package/.nuxt/ui/form.ts +0 -3
  107. package/.nuxt/ui/header.ts +0 -25
  108. package/.nuxt/ui/index.ts +0 -109
  109. package/.nuxt/ui/input-date.ts +0 -337
  110. package/.nuxt/ui/input-menu.ts +0 -460
  111. package/.nuxt/ui/input-number.ts +0 -256
  112. package/.nuxt/ui/input-tags.ts +0 -310
  113. package/.nuxt/ui/input-time.ts +0 -336
  114. package/.nuxt/ui/input.ts +0 -289
  115. package/.nuxt/ui/kbd.ts +0 -195
  116. package/.nuxt/ui/link.ts +0 -22
  117. package/.nuxt/ui/main.ts +0 -3
  118. package/.nuxt/ui/marquee.ts +0 -66
  119. package/.nuxt/ui/modal.ts +0 -60
  120. package/.nuxt/ui/navigation-menu.ts +0 -512
  121. package/.nuxt/ui/page-anchors.ts +0 -30
  122. package/.nuxt/ui/page-aside.ts +0 -10
  123. package/.nuxt/ui/page-body.ts +0 -3
  124. package/.nuxt/ui/page-card.ts +0 -274
  125. package/.nuxt/ui/page-columns.ts +0 -3
  126. package/.nuxt/ui/page-cta.ts +0 -70
  127. package/.nuxt/ui/page-feature.ts +0 -34
  128. package/.nuxt/ui/page-grid.ts +0 -3
  129. package/.nuxt/ui/page-header.ts +0 -18
  130. package/.nuxt/ui/page-hero.ts +0 -44
  131. package/.nuxt/ui/page-links.ts +0 -25
  132. package/.nuxt/ui/page-list.ts +0 -8
  133. package/.nuxt/ui/page-logos.ts +0 -15
  134. package/.nuxt/ui/page-section.ts +0 -84
  135. package/.nuxt/ui/page.ts +0 -32
  136. package/.nuxt/ui/pagination.ts +0 -13
  137. package/.nuxt/ui/pin-input.ts +0 -171
  138. package/.nuxt/ui/popover.ts +0 -6
  139. package/.nuxt/ui/pricing-plan.ts +0 -101
  140. package/.nuxt/ui/pricing-plans.ts +0 -22
  141. package/.nuxt/ui/pricing-table.ts +0 -51
  142. package/.nuxt/ui/progress.ts +0 -297
  143. package/.nuxt/ui/radio-group.ts +0 -352
  144. package/.nuxt/ui/scroll-area.ts +0 -21
  145. package/.nuxt/ui/select-menu.ts +0 -361
  146. package/.nuxt/ui/select.ts +0 -348
  147. package/.nuxt/ui/separator.ts +0 -172
  148. package/.nuxt/ui/skeleton.ts +0 -3
  149. package/.nuxt/ui/slideover.ts +0 -132
  150. package/.nuxt/ui/slider.ts +0 -171
  151. package/.nuxt/ui/stepper.ts +0 -202
  152. package/.nuxt/ui/switch.ts +0 -132
  153. package/.nuxt/ui/table.ts +0 -162
  154. package/.nuxt/ui/tabs.ts +0 -258
  155. package/.nuxt/ui/textarea.ts +0 -294
  156. package/.nuxt/ui/timeline.ts +0 -321
  157. package/.nuxt/ui/toast.ts +0 -74
  158. package/.nuxt/ui/toaster.ts +0 -91
  159. package/.nuxt/ui/tooltip.ts +0 -9
  160. package/.nuxt/ui/tree.ts +0 -168
  161. package/.nuxt/ui/user.ts +0 -101
  162. package/.nuxt/ui-image-component.ts +0 -1
  163. package/.nuxt/ui.css +0 -154
  164. package/app/components/Var.vue +0 -13
  165. package/pnpm-workspace.yaml +0 -5
@@ -1,906 +0,0 @@
1
- // Generated by auto imports
2
- export {}
3
- declare global {
4
- const abortNavigation: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/router').abortNavigation
5
- const addRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/router').addRouteMiddleware
6
- const asyncComputed: typeof import('@vueuse/core').asyncComputed
7
- const autoResetRef: typeof import('@vueuse/core').autoResetRef
8
- const avatarGroupInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup').avatarGroupInjectionKey
9
- const callOnce: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/once').callOnce
10
- const cancelIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/compat/idle-callback').cancelIdleCallback
11
- const clearError: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/error').clearError
12
- const clearNuxtData: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/asyncData').clearNuxtData
13
- const clearNuxtState: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/state').clearNuxtState
14
- const computed: typeof import('vue').computed
15
- const computedAsync: typeof import('@vueuse/core').computedAsync
16
- const computedEager: typeof import('@vueuse/core').computedEager
17
- const computedInject: typeof import('@vueuse/core').computedInject
18
- const computedWithControl: typeof import('@vueuse/core').computedWithControl
19
- const controlledComputed: typeof import('@vueuse/core').controlledComputed
20
- const controlledRef: typeof import('@vueuse/core').controlledRef
21
- const createError: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/error').createError
22
- const createEventHook: typeof import('@vueuse/core').createEventHook
23
- const createGlobalState: typeof import('@vueuse/core').createGlobalState
24
- const createInjectionState: typeof import('@vueuse/core').createInjectionState
25
- const createReactiveFn: typeof import('@vueuse/core').createReactiveFn
26
- const createRef: typeof import('@vueuse/core').createRef
27
- const createReusableTemplate: typeof import('@vueuse/core').createReusableTemplate
28
- const createSharedComposable: typeof import('@vueuse/core').createSharedComposable
29
- const createTemplatePromise: typeof import('@vueuse/core').createTemplatePromise
30
- const createUnrefFn: typeof import('@vueuse/core').createUnrefFn
31
- const customRef: typeof import('vue').customRef
32
- const dateValueIsoTranslator: typeof import('../../app/utils/form-field-translators').dateValueIsoTranslator
33
- const debouncedRef: typeof import('@vueuse/core').debouncedRef
34
- const debouncedWatch: typeof import('@vueuse/core').debouncedWatch
35
- const defineAppConfig: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/nuxt').defineAppConfig
36
- const defineAsyncComponent: typeof import('vue').defineAsyncComponent
37
- const defineComponent: typeof import('vue').defineComponent
38
- const defineLazyHydrationComponent: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/lazy-hydration').defineLazyHydrationComponent
39
- const defineLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/defineLocale').defineLocale
40
- const defineNuxtComponent: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/component').defineNuxtComponent
41
- const defineNuxtLink: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/components/nuxt-link').defineNuxtLink
42
- const defineNuxtPlugin: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/nuxt').defineNuxtPlugin
43
- const defineNuxtRouteMiddleware: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/router').defineNuxtRouteMiddleware
44
- const definePageMeta: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/pages/runtime/composables').definePageMeta
45
- const definePayloadPlugin: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/nuxt').definePayloadPlugin
46
- const definePayloadReducer: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/payload').definePayloadReducer
47
- const definePayloadReviver: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/payload').definePayloadReviver
48
- const defineShortcuts: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts').defineShortcuts
49
- const eagerComputed: typeof import('@vueuse/core').eagerComputed
50
- const effect: typeof import('vue').effect
51
- const effectScope: typeof import('vue').effectScope
52
- const extendLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/defineLocale').extendLocale
53
- const extendRef: typeof import('@vueuse/core').extendRef
54
- const extractShortcuts: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts').extractShortcuts
55
- const fieldGroupInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFieldGroup').fieldGroupInjectionKey
56
- const formBusInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').formBusInjectionKey
57
- const formErrorsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').formErrorsInjectionKey
58
- const formFieldInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').formFieldInjectionKey
59
- const formInputsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').formInputsInjectionKey
60
- const formLoadingInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').formLoadingInjectionKey
61
- const formOptionsInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').formOptionsInjectionKey
62
- const formStateInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').formStateInjectionKey
63
- const getAppManifest: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/manifest').getAppManifest
64
- const getCurrentInstance: typeof import('vue').getCurrentInstance
65
- const getCurrentScope: typeof import('vue').getCurrentScope
66
- const getRouteRules: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/manifest').getRouteRules
67
- const h: typeof import('vue').h
68
- const hasInjectionContext: typeof import('vue').hasInjectionContext
69
- const ignorableWatch: typeof import('@vueuse/core').ignorableWatch
70
- const indeterminateFalseTranslator: typeof import('../../app/utils/form-field-translators').indeterminateFalseTranslator
71
- const inject: typeof import('vue').inject
72
- const injectHead: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/head').injectHead
73
- const injectLocal: typeof import('@vueuse/core').injectLocal
74
- const inputIdInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').inputIdInjectionKey
75
- const isDefined: typeof import('@vueuse/core').isDefined
76
- const isNuxtError: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/error').isNuxtError
77
- const isPrerendered: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/payload').isPrerendered
78
- const isProxy: typeof import('vue').isProxy
79
- const isReactive: typeof import('vue').isReactive
80
- const isReadonly: typeof import('vue').isReadonly
81
- const isRef: typeof import('vue').isRef
82
- const isShallow: typeof import('vue').isShallow
83
- const isVue2: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/compat/vue-demi').isVue2
84
- const isVue3: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/compat/vue-demi').isVue3
85
- const kbdKeysMap: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useKbd').kbdKeysMap
86
- const loadPayload: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/payload').loadPayload
87
- const localeContextInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useLocale').localeContextInjectionKey
88
- const makeDestructurable: typeof import('@vueuse/core').makeDestructurable
89
- const markRaw: typeof import('vue').markRaw
90
- const navigateTo: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/router').navigateTo
91
- const nextTick: typeof import('vue').nextTick
92
- const nullIndeterminateTranslator: typeof import('../../app/utils/form-field-translators').nullIndeterminateTranslator
93
- const nullUndefinedTranslator: typeof import('../../app/utils/form-field-translators').nullUndefinedTranslator
94
- const onActivated: typeof import('vue').onActivated
95
- const onBeforeMount: typeof import('vue').onBeforeMount
96
- const onBeforeRouteLeave: typeof import('vue-router').onBeforeRouteLeave
97
- const onBeforeRouteUpdate: typeof import('vue-router').onBeforeRouteUpdate
98
- const onBeforeUnmount: typeof import('vue').onBeforeUnmount
99
- const onBeforeUpdate: typeof import('vue').onBeforeUpdate
100
- const onClickOutside: typeof import('@vueuse/core').onClickOutside
101
- const onDeactivated: typeof import('vue').onDeactivated
102
- const onElementRemoval: typeof import('@vueuse/core').onElementRemoval
103
- const onErrorCaptured: typeof import('vue').onErrorCaptured
104
- const onKeyStroke: typeof import('@vueuse/core').onKeyStroke
105
- const onLongPress: typeof import('@vueuse/core').onLongPress
106
- const onMounted: typeof import('vue').onMounted
107
- const onNuxtReady: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ready').onNuxtReady
108
- const onPrehydrate: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr').onPrehydrate
109
- const onRenderTracked: typeof import('vue').onRenderTracked
110
- const onRenderTriggered: typeof import('vue').onRenderTriggered
111
- const onScopeDispose: typeof import('vue').onScopeDispose
112
- const onServerPrefetch: typeof import('vue').onServerPrefetch
113
- const onStartTyping: typeof import('@vueuse/core').onStartTyping
114
- const onUnmounted: typeof import('vue').onUnmounted
115
- const onUpdated: typeof import('vue').onUpdated
116
- const onWatcherCleanup: typeof import('vue').onWatcherCleanup
117
- const pausableWatch: typeof import('@vueuse/core').pausableWatch
118
- const portalTargetInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/usePortal').portalTargetInjectionKey
119
- const prefetchComponents: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/preload').prefetchComponents
120
- const preloadComponents: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/preload').preloadComponents
121
- const preloadPayload: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/payload').preloadPayload
122
- const preloadRouteComponents: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/preload').preloadRouteComponents
123
- const prerenderRoutes: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr').prerenderRoutes
124
- const provide: typeof import('vue').provide
125
- const provideLocal: typeof import('@vueuse/core').provideLocal
126
- const proxyRefs: typeof import('vue').proxyRefs
127
- const reactify: typeof import('@vueuse/core').reactify
128
- const reactifyObject: typeof import('@vueuse/core').reactifyObject
129
- const reactive: typeof import('vue').reactive
130
- const reactiveComputed: typeof import('@vueuse/core').reactiveComputed
131
- const reactiveOmit: typeof import('@vueuse/core').reactiveOmit
132
- const reactivePick: typeof import('@vueuse/core').reactivePick
133
- const readonly: typeof import('vue').readonly
134
- const ref: typeof import('vue').ref
135
- const refAutoReset: typeof import('@vueuse/core').refAutoReset
136
- const refDebounced: typeof import('@vueuse/core').refDebounced
137
- const refDefault: typeof import('@vueuse/core').refDefault
138
- const refEffect: typeof import('../../app/utils/reactivity').refEffect
139
- const refManualReset: typeof import('@vueuse/core').refManualReset
140
- const refThrottled: typeof import('@vueuse/core').refThrottled
141
- const refWithControl: typeof import('@vueuse/core').refWithControl
142
- const refreshCookie: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/cookie').refreshCookie
143
- const refreshNuxtData: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/asyncData').refreshNuxtData
144
- const reloadNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/chunk').reloadNuxtApp
145
- const requestIdleCallback: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/compat/idle-callback').requestIdleCallback
146
- const resolveComponent: typeof import('vue').resolveComponent
147
- const resolveRef: typeof import('@vueuse/core').resolveRef
148
- const setInterval: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/compat/interval').setInterval
149
- const setPageLayout: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/router').setPageLayout
150
- const setResponseStatus: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr').setResponseStatus
151
- const shallowReactive: typeof import('vue').shallowReactive
152
- const shallowReadonly: typeof import('vue').shallowReadonly
153
- const shallowRef: typeof import('vue').shallowRef
154
- const showError: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/error').showError
155
- const syncRef: typeof import('@vueuse/core').syncRef
156
- const syncRefs: typeof import('@vueuse/core').syncRefs
157
- const templateRef: typeof import('@vueuse/core').templateRef
158
- const throttledRef: typeof import('@vueuse/core').throttledRef
159
- const throttledWatch: typeof import('@vueuse/core').throttledWatch
160
- const toRaw: typeof import('vue').toRaw
161
- const toReactive: typeof import('@vueuse/core').toReactive
162
- const toRef: typeof import('vue').toRef
163
- const toRefs: typeof import('vue').toRefs
164
- const toValue: typeof import('vue').toValue
165
- const toastMaxInjectionKey: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useToast').toastMaxInjectionKey
166
- const triggerRef: typeof import('vue').triggerRef
167
- const trpcPlugin: typeof import('../../app/utils/plugins').trpcPlugin
168
- const tryOnBeforeMount: typeof import('@vueuse/core').tryOnBeforeMount
169
- const tryOnBeforeUnmount: typeof import('@vueuse/core').tryOnBeforeUnmount
170
- const tryOnMounted: typeof import('@vueuse/core').tryOnMounted
171
- const tryOnScopeDispose: typeof import('@vueuse/core').tryOnScopeDispose
172
- const tryOnUnmounted: typeof import('@vueuse/core').tryOnUnmounted
173
- const tryUseNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/nuxt').tryUseNuxtApp
174
- const unref: typeof import('vue').unref
175
- const unrefElement: typeof import('@vueuse/core').unrefElement
176
- const until: typeof import('@vueuse/core').until
177
- const updateAppConfig: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/config').updateAppConfig
178
- const useActiveElement: typeof import('@vueuse/core').useActiveElement
179
- const useAnimate: typeof import('@vueuse/core').useAnimate
180
- const useAppConfig: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/config').useAppConfig
181
- const useArrayDifference: typeof import('@vueuse/core').useArrayDifference
182
- const useArrayEvery: typeof import('@vueuse/core').useArrayEvery
183
- const useArrayFilter: typeof import('@vueuse/core').useArrayFilter
184
- const useArrayFind: typeof import('@vueuse/core').useArrayFind
185
- const useArrayFindIndex: typeof import('@vueuse/core').useArrayFindIndex
186
- const useArrayFindLast: typeof import('@vueuse/core').useArrayFindLast
187
- const useArrayIncludes: typeof import('@vueuse/core').useArrayIncludes
188
- const useArrayJoin: typeof import('@vueuse/core').useArrayJoin
189
- const useArrayMap: typeof import('@vueuse/core').useArrayMap
190
- const useArrayReduce: typeof import('@vueuse/core').useArrayReduce
191
- const useArraySome: typeof import('@vueuse/core').useArraySome
192
- const useArrayUnique: typeof import('@vueuse/core').useArrayUnique
193
- const useAsyncData: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/asyncData').useAsyncData
194
- const useAsyncQueue: typeof import('@vueuse/core').useAsyncQueue
195
- const useAsyncState: typeof import('@vueuse/core').useAsyncState
196
- const useAttrs: typeof import('vue').useAttrs
197
- const useAvatarGroup: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup').useAvatarGroup
198
- const useBase64: typeof import('@vueuse/core').useBase64
199
- const useBattery: typeof import('@vueuse/core').useBattery
200
- const useBluetooth: typeof import('@vueuse/core').useBluetooth
201
- const useBreakpoints: typeof import('@vueuse/core').useBreakpoints
202
- const useBroadcastChannel: typeof import('@vueuse/core').useBroadcastChannel
203
- const useBrowserLocation: typeof import('@vueuse/core').useBrowserLocation
204
- const useCached: typeof import('@vueuse/core').useCached
205
- const useClipboard: typeof import('@vueuse/core').useClipboard
206
- const useClipboardItems: typeof import('@vueuse/core').useClipboardItems
207
- const useCloned: typeof import('@vueuse/core').useCloned
208
- const useColorMode: typeof import('../../node_modules/.pnpm/@nuxtjs+color-mode@4.0.0_magicast@0.5.1/node_modules/@nuxtjs/color-mode/dist/runtime/composables').useColorMode
209
- const useComponentIcons: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useComponentIcons').useComponentIcons
210
- const useConfirm: typeof import('../../app/composables/useConfirm').useConfirm
211
- const useConfirmDialog: typeof import('@vueuse/core').useConfirmDialog
212
- const useContentSearch: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useContentSearch').useContentSearch
213
- const useCookie: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/cookie').useCookie
214
- const useCountdown: typeof import('@vueuse/core').useCountdown
215
- const useCounter: typeof import('@vueuse/core').useCounter
216
- const useCssModule: typeof import('vue').useCssModule
217
- const useCssVar: typeof import('@vueuse/core').useCssVar
218
- const useCssVars: typeof import('vue').useCssVars
219
- const useCurrentElement: typeof import('@vueuse/core').useCurrentElement
220
- const useCycleList: typeof import('@vueuse/core').useCycleList
221
- const useDark: typeof import('@vueuse/core').useDark
222
- const useDateFormat: typeof import('@vueuse/core').useDateFormat
223
- const useDebounce: typeof import('@vueuse/core').useDebounce
224
- const useDebounceFn: typeof import('@vueuse/core').useDebounceFn
225
- const useDebouncedRefHistory: typeof import('@vueuse/core').useDebouncedRefHistory
226
- const useDeviceMotion: typeof import('@vueuse/core').useDeviceMotion
227
- const useDeviceOrientation: typeof import('@vueuse/core').useDeviceOrientation
228
- const useDevicePixelRatio: typeof import('@vueuse/core').useDevicePixelRatio
229
- const useDevicesList: typeof import('@vueuse/core').useDevicesList
230
- const useDisplayMedia: typeof import('@vueuse/core').useDisplayMedia
231
- const useDocumentVisibility: typeof import('@vueuse/core').useDocumentVisibility
232
- const useDraggable: typeof import('@vueuse/core').useDraggable
233
- const useDropZone: typeof import('@vueuse/core').useDropZone
234
- const useEditorMenu: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useEditorMenu').useEditorMenu
235
- const useElementBounding: typeof import('@vueuse/core').useElementBounding
236
- const useElementByPoint: typeof import('@vueuse/core').useElementByPoint
237
- const useElementHover: typeof import('@vueuse/core').useElementHover
238
- const useElementSize: typeof import('@vueuse/core').useElementSize
239
- const useElementVisibility: typeof import('@vueuse/core').useElementVisibility
240
- const useError: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/error').useError
241
- const useEventBus: typeof import('@vueuse/core').useEventBus
242
- const useEventListener: typeof import('@vueuse/core').useEventListener
243
- const useEventSource: typeof import('@vueuse/core').useEventSource
244
- const useEyeDropper: typeof import('@vueuse/core').useEyeDropper
245
- const useFavicon: typeof import('@vueuse/core').useFavicon
246
- const useFetch: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/fetch').useFetch
247
- const useFieldGroup: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFieldGroup').useFieldGroup
248
- const useFileDialog: typeof import('@vueuse/core').useFileDialog
249
- const useFileSystemAccess: typeof import('@vueuse/core').useFileSystemAccess
250
- const useFileUpload: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFileUpload').useFileUpload
251
- const useFocus: typeof import('@vueuse/core').useFocus
252
- const useFocusWithin: typeof import('@vueuse/core').useFocusWithin
253
- const useForm: typeof import('@falcondev-oss/form-vue').useForm
254
- const useFormField: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField').useFormField
255
- const useFps: typeof import('@vueuse/core').useFps
256
- const useFullscreen: typeof import('@vueuse/core').useFullscreen
257
- const useGamepad: typeof import('@vueuse/core').useGamepad
258
- const useGeolocation: typeof import('@vueuse/core').useGeolocation
259
- const useHead: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/head').useHead
260
- const useHeadSafe: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/head').useHeadSafe
261
- const useHydration: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/hydrate').useHydration
262
- const useId: typeof import('vue').useId
263
- const useIdle: typeof import('@vueuse/core').useIdle
264
- const useInfiniteScroll: typeof import('@vueuse/core').useInfiniteScroll
265
- const useIntersectionObserver: typeof import('@vueuse/core').useIntersectionObserver
266
- const useInterval: typeof import('@vueuse/core').useInterval
267
- const useIntervalFn: typeof import('@vueuse/core').useIntervalFn
268
- const useKbd: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useKbd').useKbd
269
- const useKeyModifier: typeof import('@vueuse/core').useKeyModifier
270
- const useLastChanged: typeof import('@vueuse/core').useLastChanged
271
- const useLazyAsyncData: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/asyncData').useLazyAsyncData
272
- const useLazyFetch: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/fetch').useLazyFetch
273
- const useLink: typeof import('vue-router').useLink
274
- const useLoadingIndicator: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/loading-indicator').useLoadingIndicator
275
- const useLocalStorage: typeof import('@vueuse/core').useLocalStorage
276
- const useLocale: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useLocale').useLocale
277
- const useMagicKeys: typeof import('@vueuse/core').useMagicKeys
278
- const useManualRefHistory: typeof import('@vueuse/core').useManualRefHistory
279
- const useMediaControls: typeof import('@vueuse/core').useMediaControls
280
- const useMediaQuery: typeof import('@vueuse/core').useMediaQuery
281
- const useMemoize: typeof import('@vueuse/core').useMemoize
282
- const useMemory: typeof import('@vueuse/core').useMemory
283
- const useModel: typeof import('vue').useModel
284
- const useMounted: typeof import('@vueuse/core').useMounted
285
- const useMouse: typeof import('@vueuse/core').useMouse
286
- const useMouseInElement: typeof import('@vueuse/core').useMouseInElement
287
- const useMousePressed: typeof import('@vueuse/core').useMousePressed
288
- const useMutationObserver: typeof import('@vueuse/core').useMutationObserver
289
- const useNavigatorLanguage: typeof import('@vueuse/core').useNavigatorLanguage
290
- const useNetwork: typeof import('@vueuse/core').useNetwork
291
- const useNow: typeof import('@vueuse/core').useNow
292
- const useNuxtApp: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/nuxt').useNuxtApp
293
- const useNuxtData: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/asyncData').useNuxtData
294
- const useObjectUrl: typeof import('@vueuse/core').useObjectUrl
295
- const useOffsetPagination: typeof import('@vueuse/core').useOffsetPagination
296
- const useOnline: typeof import('@vueuse/core').useOnline
297
- const useOverlay: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useOverlay').useOverlay
298
- const usePageLeave: typeof import('@vueuse/core').usePageLeave
299
- const useParallax: typeof import('@vueuse/core').useParallax
300
- const useParentElement: typeof import('@vueuse/core').useParentElement
301
- const usePerformanceObserver: typeof import('@vueuse/core').usePerformanceObserver
302
- const usePermission: typeof import('@vueuse/core').usePermission
303
- const usePointer: typeof import('@vueuse/core').usePointer
304
- const usePointerLock: typeof import('@vueuse/core').usePointerLock
305
- const usePointerSwipe: typeof import('@vueuse/core').usePointerSwipe
306
- const usePortal: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/usePortal').usePortal
307
- const usePreferredColorScheme: typeof import('@vueuse/core').usePreferredColorScheme
308
- const usePreferredContrast: typeof import('@vueuse/core').usePreferredContrast
309
- const usePreferredDark: typeof import('@vueuse/core').usePreferredDark
310
- const usePreferredLanguages: typeof import('@vueuse/core').usePreferredLanguages
311
- const usePreferredReducedMotion: typeof import('@vueuse/core').usePreferredReducedMotion
312
- const usePreferredReducedTransparency: typeof import('@vueuse/core').usePreferredReducedTransparency
313
- const usePreventPageLeave: typeof import('../../app/composables/usePreventPageLeave').usePreventPageLeave
314
- const usePreviewMode: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/preview').usePreviewMode
315
- const usePrevious: typeof import('@vueuse/core').usePrevious
316
- const useRafFn: typeof import('@vueuse/core').useRafFn
317
- const useRefHistory: typeof import('@vueuse/core').useRefHistory
318
- const useRequestEvent: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr').useRequestEvent
319
- const useRequestFetch: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr').useRequestFetch
320
- const useRequestHeader: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr').useRequestHeader
321
- const useRequestHeaders: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr').useRequestHeaders
322
- const useRequestURL: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/url').useRequestURL
323
- const useResizable: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useResizable').useResizable
324
- const useResizeObserver: typeof import('@vueuse/core').useResizeObserver
325
- const useResponseHeader: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr').useResponseHeader
326
- const useRoute: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/router').useRoute
327
- const useRouteAnnouncer: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/route-announcer').useRouteAnnouncer
328
- const useRouteHash: typeof import('@vueuse/router').useRouteHash
329
- const useRouteParamString: typeof import('../../app/composables/useRouteParamString').useRouteParamString
330
- const useRouteParams: typeof import('@vueuse/router').useRouteParams
331
- const useRouteQuery: typeof import('@vueuse/router').useRouteQuery
332
- const useRouter: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/router').useRouter
333
- const useRuntimeConfig: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/nuxt').useRuntimeConfig
334
- const useRuntimeHook: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/runtime-hook').useRuntimeHook
335
- const useSSRWidth: typeof import('@vueuse/core').useSSRWidth
336
- const useScreenOrientation: typeof import('@vueuse/core').useScreenOrientation
337
- const useScreenSafeArea: typeof import('@vueuse/core').useScreenSafeArea
338
- const useScript: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScript
339
- const useScriptClarity: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptClarity
340
- const useScriptCloudflareWebAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptCloudflareWebAnalytics
341
- const useScriptCrisp: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptCrisp
342
- const useScriptDatabuddyAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptDatabuddyAnalytics
343
- const useScriptEventPage: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptEventPage
344
- const useScriptFathomAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptFathomAnalytics
345
- const useScriptGoogleAdsense: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleAdsense
346
- const useScriptGoogleAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleAnalytics
347
- const useScriptGoogleMaps: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleMaps
348
- const useScriptGoogleTagManager: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptGoogleTagManager
349
- const useScriptHotjar: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptHotjar
350
- const useScriptIntercom: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptIntercom
351
- const useScriptLemonSqueezy: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptLemonSqueezy
352
- const useScriptMatomoAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptMatomoAnalytics
353
- const useScriptMetaPixel: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptMetaPixel
354
- const useScriptNpm: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptNpm
355
- const useScriptPayPal: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptPayPal
356
- const useScriptPlausibleAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptPlausibleAnalytics
357
- const useScriptRedditPixel: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptRedditPixel
358
- const useScriptRybbitAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptRybbitAnalytics
359
- const useScriptSegment: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptSegment
360
- const useScriptSnapchatPixel: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptSnapchatPixel
361
- const useScriptStripe: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptStripe
362
- const useScriptTag: typeof import('@vueuse/core').useScriptTag
363
- const useScriptTriggerConsent: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptTriggerConsent
364
- const useScriptTriggerElement: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptTriggerElement
365
- const useScriptUmamiAnalytics: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptUmamiAnalytics
366
- const useScriptVimeoPlayer: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptVimeoPlayer
367
- const useScriptXPixel: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptXPixel
368
- const useScriptYouTubePlayer: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs').useScriptYouTubePlayer
369
- const useScroll: typeof import('@vueuse/core').useScroll
370
- const useScrollLock: typeof import('@vueuse/core').useScrollLock
371
- const useScrollspy: typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useScrollspy').useScrollspy
372
- const useSeoMeta: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/head').useSeoMeta
373
- const useServerHead: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/head').useServerHead
374
- const useServerHeadSafe: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/head').useServerHeadSafe
375
- const useServerSeoMeta: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/head').useServerSeoMeta
376
- const useSessionStorage: typeof import('@vueuse/core').useSessionStorage
377
- const useShadowRoot: typeof import('vue').useShadowRoot
378
- const useShare: typeof import('@vueuse/core').useShare
379
- const useSlots: typeof import('vue').useSlots
380
- const useSorted: typeof import('@vueuse/core').useSorted
381
- const useSpeechRecognition: typeof import('@vueuse/core').useSpeechRecognition
382
- const useSpeechSynthesis: typeof import('@vueuse/core').useSpeechSynthesis
383
- const useState: typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/state').useState
384
- const useStepper: typeof import('@vueuse/core').useStepper
385
- const useStorageAsync: typeof import('@vueuse/core').useStorageAsync
386
- const useStyleTag: typeof import('@vueuse/core').useStyleTag
387
- const useSupported: typeof import('@vueuse/core').useSupported
388
- const useSwipe: typeof import('@vueuse/core').useSwipe
389
- const useTableColumns: typeof import('../../app/composables/useTableColumns').useTableColumns
390
- const useTemplateRef: typeof import('vue').useTemplateRef
391
- const useTemplateRefsList: typeof import('@vueuse/core').useTemplateRefsList
392
- const useTextDirection: typeof import('@vueuse/core').useTextDirection
393
- const useTextSelection: typeof import('@vueuse/core').useTextSelection
394
- const useTextareaAutosize: typeof import('@vueuse/core').useTextareaAutosize
395
- const useThrottle: typeof import('@vueuse/core').useThrottle
396
- const useThrottleFn: typeof import('@vueuse/core').useThrottleFn
397
- const useThrottledRefHistory: typeof import('@vueuse/core').useThrottledRefHistory
398
- const useTimeAgo: typeof import('@vueuse/core').useTimeAgo
399
- const useTimeAgoIntl: typeof import('@vueuse/core').useTimeAgoIntl
400
- const useTimeout: typeof import('@vueuse/core').useTimeout
401
- const useTimeoutFn: typeof import('@vueuse/core').useTimeoutFn
402
- const useTimeoutPoll: typeof import('@vueuse/core').useTimeoutPoll
403
- const useTimestamp: typeof import('@vueuse/core').useTimestamp
404
- const useTitle: typeof import('@vueuse/core').useTitle
405
- const useToNumber: typeof import('@vueuse/core').useToNumber
406
- const useToString: typeof import('@vueuse/core').useToString
407
- const useToast: typeof import('../../app/composables/useToast').useToast
408
- const useToggle: typeof import('@vueuse/core').useToggle
409
- const useTransition: typeof import('@vueuse/core').useTransition
410
- const useTransitionState: typeof import('vue').useTransitionState
411
- const useTrpc: typeof import('../../app/composables/useTrpc').useTrpc
412
- const useUrlSearchParams: typeof import('@vueuse/core').useUrlSearchParams
413
- const useUserMedia: typeof import('@vueuse/core').useUserMedia
414
- const useVModel: typeof import('@vueuse/core').useVModel
415
- const useVModels: typeof import('@vueuse/core').useVModels
416
- const useVibrate: typeof import('@vueuse/core').useVibrate
417
- const useVirtualList: typeof import('@vueuse/core').useVirtualList
418
- const useWakeLock: typeof import('@vueuse/core').useWakeLock
419
- const useWebNotification: typeof import('@vueuse/core').useWebNotification
420
- const useWebSocket: typeof import('@vueuse/core').useWebSocket
421
- const useWebWorker: typeof import('@vueuse/core').useWebWorker
422
- const useWebWorkerFn: typeof import('@vueuse/core').useWebWorkerFn
423
- const useWindowFocus: typeof import('@vueuse/core').useWindowFocus
424
- const useWindowScroll: typeof import('@vueuse/core').useWindowScroll
425
- const useWindowSize: typeof import('@vueuse/core').useWindowSize
426
- const vueQueryPlugin: typeof import('../../app/utils/plugins').vueQueryPlugin
427
- const watch: typeof import('vue').watch
428
- const watchArray: typeof import('@vueuse/core').watchArray
429
- const watchAtMost: typeof import('@vueuse/core').watchAtMost
430
- const watchDebounced: typeof import('@vueuse/core').watchDebounced
431
- const watchDeep: typeof import('@vueuse/core').watchDeep
432
- const watchEffect: typeof import('vue').watchEffect
433
- const watchIgnorable: typeof import('@vueuse/core').watchIgnorable
434
- const watchImmediate: typeof import('@vueuse/core').watchImmediate
435
- const watchOnce: typeof import('@vueuse/core').watchOnce
436
- const watchPausable: typeof import('@vueuse/core').watchPausable
437
- const watchPostEffect: typeof import('vue').watchPostEffect
438
- const watchSyncEffect: typeof import('vue').watchSyncEffect
439
- const watchThrottled: typeof import('@vueuse/core').watchThrottled
440
- const watchTriggerable: typeof import('@vueuse/core').watchTriggerable
441
- const watchWithFilter: typeof import('@vueuse/core').watchWithFilter
442
- const whenever: typeof import('@vueuse/core').whenever
443
- const withCtx: typeof import('vue').withCtx
444
- const withDirectives: typeof import('vue').withDirectives
445
- const withKeys: typeof import('vue').withKeys
446
- const withMemo: typeof import('vue').withMemo
447
- const withModifiers: typeof import('vue').withModifiers
448
- const withScopeId: typeof import('vue').withScopeId
449
- }
450
- // for type re-export
451
- declare global {
452
- // @ts-ignore
453
- export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
454
- import('vue')
455
- }
456
- // for vue template auto import
457
- import { UnwrapRef } from 'vue'
458
- declare module 'vue' {
459
- interface ComponentCustomProperties {
460
- readonly abortNavigation: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/router')['abortNavigation']>
461
- readonly addRouteMiddleware: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/router')['addRouteMiddleware']>
462
- readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
463
- readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
464
- readonly avatarGroupInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup')['avatarGroupInjectionKey']>
465
- readonly callOnce: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/once')['callOnce']>
466
- readonly cancelIdleCallback: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/compat/idle-callback')['cancelIdleCallback']>
467
- readonly clearError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/error')['clearError']>
468
- readonly clearNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/asyncData')['clearNuxtData']>
469
- readonly clearNuxtState: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/state')['clearNuxtState']>
470
- readonly computed: UnwrapRef<typeof import('vue')['computed']>
471
- readonly computedAsync: UnwrapRef<typeof import('@vueuse/core')['computedAsync']>
472
- readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
473
- readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
474
- readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
475
- readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
476
- readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
477
- readonly createError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/error')['createError']>
478
- readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
479
- readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
480
- readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
481
- readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
482
- readonly createRef: UnwrapRef<typeof import('@vueuse/core')['createRef']>
483
- readonly createReusableTemplate: UnwrapRef<typeof import('@vueuse/core')['createReusableTemplate']>
484
- readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
485
- readonly createTemplatePromise: UnwrapRef<typeof import('@vueuse/core')['createTemplatePromise']>
486
- readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
487
- readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
488
- readonly dateValueIsoTranslator: UnwrapRef<typeof import('../../app/utils/form-field-translators')['dateValueIsoTranslator']>
489
- readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
490
- readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
491
- readonly defineAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/nuxt')['defineAppConfig']>
492
- readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
493
- readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
494
- readonly defineLazyHydrationComponent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/lazy-hydration')['defineLazyHydrationComponent']>
495
- readonly defineLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/defineLocale')['defineLocale']>
496
- readonly defineNuxtComponent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/component')['defineNuxtComponent']>
497
- readonly defineNuxtLink: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/components/nuxt-link')['defineNuxtLink']>
498
- readonly defineNuxtPlugin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/nuxt')['defineNuxtPlugin']>
499
- readonly defineNuxtRouteMiddleware: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/router')['defineNuxtRouteMiddleware']>
500
- readonly definePageMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/pages/runtime/composables')['definePageMeta']>
501
- readonly definePayloadPlugin: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/nuxt')['definePayloadPlugin']>
502
- readonly definePayloadReducer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/payload')['definePayloadReducer']>
503
- readonly definePayloadReviver: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/payload')['definePayloadReviver']>
504
- readonly defineShortcuts: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts')['defineShortcuts']>
505
- readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
506
- readonly effect: UnwrapRef<typeof import('vue')['effect']>
507
- readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
508
- readonly extendLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/defineLocale')['extendLocale']>
509
- readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
510
- readonly extractShortcuts: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/defineShortcuts')['extractShortcuts']>
511
- readonly fieldGroupInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFieldGroup')['fieldGroupInjectionKey']>
512
- readonly formBusInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formBusInjectionKey']>
513
- readonly formErrorsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formErrorsInjectionKey']>
514
- readonly formFieldInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formFieldInjectionKey']>
515
- readonly formInputsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formInputsInjectionKey']>
516
- readonly formLoadingInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formLoadingInjectionKey']>
517
- readonly formOptionsInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formOptionsInjectionKey']>
518
- readonly formStateInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['formStateInjectionKey']>
519
- readonly getAppManifest: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/manifest')['getAppManifest']>
520
- readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
521
- readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
522
- readonly getRouteRules: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/manifest')['getRouteRules']>
523
- readonly h: UnwrapRef<typeof import('vue')['h']>
524
- readonly hasInjectionContext: UnwrapRef<typeof import('vue')['hasInjectionContext']>
525
- readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
526
- readonly indeterminateFalseTranslator: UnwrapRef<typeof import('../../app/utils/form-field-translators')['indeterminateFalseTranslator']>
527
- readonly inject: UnwrapRef<typeof import('vue')['inject']>
528
- readonly injectHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/head')['injectHead']>
529
- readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']>
530
- readonly inputIdInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['inputIdInjectionKey']>
531
- readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
532
- readonly isNuxtError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/error')['isNuxtError']>
533
- readonly isPrerendered: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/payload')['isPrerendered']>
534
- readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
535
- readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
536
- readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
537
- readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
538
- readonly isShallow: UnwrapRef<typeof import('vue')['isShallow']>
539
- readonly isVue2: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/compat/vue-demi')['isVue2']>
540
- readonly isVue3: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/compat/vue-demi')['isVue3']>
541
- readonly kbdKeysMap: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useKbd')['kbdKeysMap']>
542
- readonly loadPayload: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/payload')['loadPayload']>
543
- readonly localeContextInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useLocale')['localeContextInjectionKey']>
544
- readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
545
- readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
546
- readonly navigateTo: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/router')['navigateTo']>
547
- readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
548
- readonly nullIndeterminateTranslator: UnwrapRef<typeof import('../../app/utils/form-field-translators')['nullIndeterminateTranslator']>
549
- readonly nullUndefinedTranslator: UnwrapRef<typeof import('../../app/utils/form-field-translators')['nullUndefinedTranslator']>
550
- readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
551
- readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
552
- readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
553
- readonly onBeforeRouteUpdate: UnwrapRef<typeof import('vue-router')['onBeforeRouteUpdate']>
554
- readonly onBeforeUnmount: UnwrapRef<typeof import('vue')['onBeforeUnmount']>
555
- readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
556
- readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
557
- readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
558
- readonly onElementRemoval: UnwrapRef<typeof import('@vueuse/core')['onElementRemoval']>
559
- readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
560
- readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
561
- readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
562
- readonly onMounted: UnwrapRef<typeof import('vue')['onMounted']>
563
- readonly onNuxtReady: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ready')['onNuxtReady']>
564
- readonly onPrehydrate: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr')['onPrehydrate']>
565
- readonly onRenderTracked: UnwrapRef<typeof import('vue')['onRenderTracked']>
566
- readonly onRenderTriggered: UnwrapRef<typeof import('vue')['onRenderTriggered']>
567
- readonly onScopeDispose: UnwrapRef<typeof import('vue')['onScopeDispose']>
568
- readonly onServerPrefetch: UnwrapRef<typeof import('vue')['onServerPrefetch']>
569
- readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
570
- readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
571
- readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
572
- readonly onWatcherCleanup: UnwrapRef<typeof import('vue')['onWatcherCleanup']>
573
- readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
574
- readonly portalTargetInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/usePortal')['portalTargetInjectionKey']>
575
- readonly prefetchComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/preload')['prefetchComponents']>
576
- readonly preloadComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/preload')['preloadComponents']>
577
- readonly preloadPayload: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/payload')['preloadPayload']>
578
- readonly preloadRouteComponents: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/preload')['preloadRouteComponents']>
579
- readonly prerenderRoutes: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr')['prerenderRoutes']>
580
- readonly provide: UnwrapRef<typeof import('vue')['provide']>
581
- readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
582
- readonly proxyRefs: UnwrapRef<typeof import('vue')['proxyRefs']>
583
- readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
584
- readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
585
- readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
586
- readonly reactiveComputed: UnwrapRef<typeof import('@vueuse/core')['reactiveComputed']>
587
- readonly reactiveOmit: UnwrapRef<typeof import('@vueuse/core')['reactiveOmit']>
588
- readonly reactivePick: UnwrapRef<typeof import('@vueuse/core')['reactivePick']>
589
- readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
590
- readonly ref: UnwrapRef<typeof import('vue')['ref']>
591
- readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
592
- readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
593
- readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
594
- readonly refEffect: UnwrapRef<typeof import('../../app/utils/reactivity')['refEffect']>
595
- readonly refManualReset: UnwrapRef<typeof import('@vueuse/core')['refManualReset']>
596
- readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
597
- readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
598
- readonly refreshCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/cookie')['refreshCookie']>
599
- readonly refreshNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/asyncData')['refreshNuxtData']>
600
- readonly reloadNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/chunk')['reloadNuxtApp']>
601
- readonly requestIdleCallback: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/compat/idle-callback')['requestIdleCallback']>
602
- readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
603
- readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
604
- readonly setInterval: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/compat/interval')['setInterval']>
605
- readonly setPageLayout: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/router')['setPageLayout']>
606
- readonly setResponseStatus: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr')['setResponseStatus']>
607
- readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
608
- readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
609
- readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
610
- readonly showError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/error')['showError']>
611
- readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
612
- readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
613
- readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
614
- readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
615
- readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
616
- readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
617
- readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
618
- readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
619
- readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
620
- readonly toValue: UnwrapRef<typeof import('vue')['toValue']>
621
- readonly toastMaxInjectionKey: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useToast')['toastMaxInjectionKey']>
622
- readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
623
- readonly trpcPlugin: UnwrapRef<typeof import('../../app/utils/plugins')['trpcPlugin']>
624
- readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
625
- readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
626
- readonly tryOnMounted: UnwrapRef<typeof import('@vueuse/core')['tryOnMounted']>
627
- readonly tryOnScopeDispose: UnwrapRef<typeof import('@vueuse/core')['tryOnScopeDispose']>
628
- readonly tryOnUnmounted: UnwrapRef<typeof import('@vueuse/core')['tryOnUnmounted']>
629
- readonly tryUseNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/nuxt')['tryUseNuxtApp']>
630
- readonly unref: UnwrapRef<typeof import('vue')['unref']>
631
- readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
632
- readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
633
- readonly updateAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/config')['updateAppConfig']>
634
- readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
635
- readonly useAnimate: UnwrapRef<typeof import('@vueuse/core')['useAnimate']>
636
- readonly useAppConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/config')['useAppConfig']>
637
- readonly useArrayDifference: UnwrapRef<typeof import('@vueuse/core')['useArrayDifference']>
638
- readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
639
- readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
640
- readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
641
- readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
642
- readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']>
643
- readonly useArrayIncludes: UnwrapRef<typeof import('@vueuse/core')['useArrayIncludes']>
644
- readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
645
- readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
646
- readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
647
- readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
648
- readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
649
- readonly useAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/asyncData')['useAsyncData']>
650
- readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
651
- readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
652
- readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
653
- readonly useAvatarGroup: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useAvatarGroup')['useAvatarGroup']>
654
- readonly useBase64: UnwrapRef<typeof import('@vueuse/core')['useBase64']>
655
- readonly useBattery: UnwrapRef<typeof import('@vueuse/core')['useBattery']>
656
- readonly useBluetooth: UnwrapRef<typeof import('@vueuse/core')['useBluetooth']>
657
- readonly useBreakpoints: UnwrapRef<typeof import('@vueuse/core')['useBreakpoints']>
658
- readonly useBroadcastChannel: UnwrapRef<typeof import('@vueuse/core')['useBroadcastChannel']>
659
- readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
660
- readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
661
- readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
662
- readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']>
663
- readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
664
- readonly useColorMode: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxtjs+color-mode@4.0.0_magicast@0.5.1/node_modules/@nuxtjs/color-mode/dist/runtime/composables')['useColorMode']>
665
- readonly useComponentIcons: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useComponentIcons')['useComponentIcons']>
666
- readonly useConfirm: UnwrapRef<typeof import('../../app/composables/useConfirm')['useConfirm']>
667
- readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
668
- readonly useContentSearch: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useContentSearch')['useContentSearch']>
669
- readonly useCookie: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/cookie')['useCookie']>
670
- readonly useCountdown: UnwrapRef<typeof import('@vueuse/core')['useCountdown']>
671
- readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
672
- readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
673
- readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
674
- readonly useCssVars: UnwrapRef<typeof import('vue')['useCssVars']>
675
- readonly useCurrentElement: UnwrapRef<typeof import('@vueuse/core')['useCurrentElement']>
676
- readonly useCycleList: UnwrapRef<typeof import('@vueuse/core')['useCycleList']>
677
- readonly useDark: UnwrapRef<typeof import('@vueuse/core')['useDark']>
678
- readonly useDateFormat: UnwrapRef<typeof import('@vueuse/core')['useDateFormat']>
679
- readonly useDebounce: UnwrapRef<typeof import('@vueuse/core')['useDebounce']>
680
- readonly useDebounceFn: UnwrapRef<typeof import('@vueuse/core')['useDebounceFn']>
681
- readonly useDebouncedRefHistory: UnwrapRef<typeof import('@vueuse/core')['useDebouncedRefHistory']>
682
- readonly useDeviceMotion: UnwrapRef<typeof import('@vueuse/core')['useDeviceMotion']>
683
- readonly useDeviceOrientation: UnwrapRef<typeof import('@vueuse/core')['useDeviceOrientation']>
684
- readonly useDevicePixelRatio: UnwrapRef<typeof import('@vueuse/core')['useDevicePixelRatio']>
685
- readonly useDevicesList: UnwrapRef<typeof import('@vueuse/core')['useDevicesList']>
686
- readonly useDisplayMedia: UnwrapRef<typeof import('@vueuse/core')['useDisplayMedia']>
687
- readonly useDocumentVisibility: UnwrapRef<typeof import('@vueuse/core')['useDocumentVisibility']>
688
- readonly useDraggable: UnwrapRef<typeof import('@vueuse/core')['useDraggable']>
689
- readonly useDropZone: UnwrapRef<typeof import('@vueuse/core')['useDropZone']>
690
- readonly useEditorMenu: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useEditorMenu')['useEditorMenu']>
691
- readonly useElementBounding: UnwrapRef<typeof import('@vueuse/core')['useElementBounding']>
692
- readonly useElementByPoint: UnwrapRef<typeof import('@vueuse/core')['useElementByPoint']>
693
- readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
694
- readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
695
- readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
696
- readonly useError: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/error')['useError']>
697
- readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
698
- readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
699
- readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
700
- readonly useEyeDropper: UnwrapRef<typeof import('@vueuse/core')['useEyeDropper']>
701
- readonly useFavicon: UnwrapRef<typeof import('@vueuse/core')['useFavicon']>
702
- readonly useFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/fetch')['useFetch']>
703
- readonly useFieldGroup: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFieldGroup')['useFieldGroup']>
704
- readonly useFileDialog: UnwrapRef<typeof import('@vueuse/core')['useFileDialog']>
705
- readonly useFileSystemAccess: UnwrapRef<typeof import('@vueuse/core')['useFileSystemAccess']>
706
- readonly useFileUpload: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFileUpload')['useFileUpload']>
707
- readonly useFocus: UnwrapRef<typeof import('@vueuse/core')['useFocus']>
708
- readonly useFocusWithin: UnwrapRef<typeof import('@vueuse/core')['useFocusWithin']>
709
- readonly useForm: UnwrapRef<typeof import('@falcondev-oss/form-vue')['useForm']>
710
- readonly useFormField: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useFormField')['useFormField']>
711
- readonly useFps: UnwrapRef<typeof import('@vueuse/core')['useFps']>
712
- readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
713
- readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
714
- readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
715
- readonly useHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/head')['useHead']>
716
- readonly useHeadSafe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/head')['useHeadSafe']>
717
- readonly useHydration: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/hydrate')['useHydration']>
718
- readonly useId: UnwrapRef<typeof import('vue')['useId']>
719
- readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
720
- readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
721
- readonly useIntersectionObserver: UnwrapRef<typeof import('@vueuse/core')['useIntersectionObserver']>
722
- readonly useInterval: UnwrapRef<typeof import('@vueuse/core')['useInterval']>
723
- readonly useIntervalFn: UnwrapRef<typeof import('@vueuse/core')['useIntervalFn']>
724
- readonly useKbd: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useKbd')['useKbd']>
725
- readonly useKeyModifier: UnwrapRef<typeof import('@vueuse/core')['useKeyModifier']>
726
- readonly useLastChanged: UnwrapRef<typeof import('@vueuse/core')['useLastChanged']>
727
- readonly useLazyAsyncData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/asyncData')['useLazyAsyncData']>
728
- readonly useLazyFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/fetch')['useLazyFetch']>
729
- readonly useLink: UnwrapRef<typeof import('vue-router')['useLink']>
730
- readonly useLoadingIndicator: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/loading-indicator')['useLoadingIndicator']>
731
- readonly useLocalStorage: UnwrapRef<typeof import('@vueuse/core')['useLocalStorage']>
732
- readonly useLocale: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useLocale')['useLocale']>
733
- readonly useMagicKeys: UnwrapRef<typeof import('@vueuse/core')['useMagicKeys']>
734
- readonly useManualRefHistory: UnwrapRef<typeof import('@vueuse/core')['useManualRefHistory']>
735
- readonly useMediaControls: UnwrapRef<typeof import('@vueuse/core')['useMediaControls']>
736
- readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
737
- readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
738
- readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
739
- readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
740
- readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
741
- readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
742
- readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
743
- readonly useMousePressed: UnwrapRef<typeof import('@vueuse/core')['useMousePressed']>
744
- readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
745
- readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
746
- readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
747
- readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
748
- readonly useNuxtApp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/nuxt')['useNuxtApp']>
749
- readonly useNuxtData: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/asyncData')['useNuxtData']>
750
- readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
751
- readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
752
- readonly useOnline: UnwrapRef<typeof import('@vueuse/core')['useOnline']>
753
- readonly useOverlay: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useOverlay')['useOverlay']>
754
- readonly usePageLeave: UnwrapRef<typeof import('@vueuse/core')['usePageLeave']>
755
- readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
756
- readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']>
757
- readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']>
758
- readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
759
- readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
760
- readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
761
- readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
762
- readonly usePortal: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/usePortal')['usePortal']>
763
- readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
764
- readonly usePreferredContrast: UnwrapRef<typeof import('@vueuse/core')['usePreferredContrast']>
765
- readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
766
- readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
767
- readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
768
- readonly usePreferredReducedTransparency: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedTransparency']>
769
- readonly usePreventPageLeave: UnwrapRef<typeof import('../../app/composables/usePreventPageLeave')['usePreventPageLeave']>
770
- readonly usePreviewMode: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/preview')['usePreviewMode']>
771
- readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
772
- readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
773
- readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
774
- readonly useRequestEvent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr')['useRequestEvent']>
775
- readonly useRequestFetch: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr')['useRequestFetch']>
776
- readonly useRequestHeader: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeader']>
777
- readonly useRequestHeaders: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr')['useRequestHeaders']>
778
- readonly useRequestURL: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/url')['useRequestURL']>
779
- readonly useResizable: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useResizable')['useResizable']>
780
- readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
781
- readonly useResponseHeader: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/ssr')['useResponseHeader']>
782
- readonly useRoute: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/router')['useRoute']>
783
- readonly useRouteAnnouncer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/route-announcer')['useRouteAnnouncer']>
784
- readonly useRouteHash: UnwrapRef<typeof import('@vueuse/router')['useRouteHash']>
785
- readonly useRouteParamString: UnwrapRef<typeof import('../../app/composables/useRouteParamString')['useRouteParamString']>
786
- readonly useRouteParams: UnwrapRef<typeof import('@vueuse/router')['useRouteParams']>
787
- readonly useRouteQuery: UnwrapRef<typeof import('@vueuse/router')['useRouteQuery']>
788
- readonly useRouter: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/router')['useRouter']>
789
- readonly useRuntimeConfig: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/nuxt')['useRuntimeConfig']>
790
- readonly useRuntimeHook: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/runtime-hook')['useRuntimeHook']>
791
- readonly useSSRWidth: UnwrapRef<typeof import('@vueuse/core')['useSSRWidth']>
792
- readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
793
- readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
794
- readonly useScript: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScript']>
795
- readonly useScriptClarity: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptClarity']>
796
- readonly useScriptCloudflareWebAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCloudflareWebAnalytics']>
797
- readonly useScriptCrisp: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptCrisp']>
798
- readonly useScriptDatabuddyAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptDatabuddyAnalytics']>
799
- readonly useScriptEventPage: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptEventPage']>
800
- readonly useScriptFathomAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptFathomAnalytics']>
801
- readonly useScriptGoogleAdsense: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAdsense']>
802
- readonly useScriptGoogleAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleAnalytics']>
803
- readonly useScriptGoogleMaps: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleMaps']>
804
- readonly useScriptGoogleTagManager: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptGoogleTagManager']>
805
- readonly useScriptHotjar: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptHotjar']>
806
- readonly useScriptIntercom: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptIntercom']>
807
- readonly useScriptLemonSqueezy: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptLemonSqueezy']>
808
- readonly useScriptMatomoAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMatomoAnalytics']>
809
- readonly useScriptMetaPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptMetaPixel']>
810
- readonly useScriptNpm: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptNpm']>
811
- readonly useScriptPayPal: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptPayPal']>
812
- readonly useScriptPlausibleAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptPlausibleAnalytics']>
813
- readonly useScriptRedditPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptRedditPixel']>
814
- readonly useScriptRybbitAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptRybbitAnalytics']>
815
- readonly useScriptSegment: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptSegment']>
816
- readonly useScriptSnapchatPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptSnapchatPixel']>
817
- readonly useScriptStripe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptStripe']>
818
- readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
819
- readonly useScriptTriggerConsent: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerConsent']>
820
- readonly useScriptTriggerElement: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptTriggerElement']>
821
- readonly useScriptUmamiAnalytics: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptUmamiAnalytics']>
822
- readonly useScriptVimeoPlayer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptVimeoPlayer']>
823
- readonly useScriptXPixel: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptXPixel']>
824
- readonly useScriptYouTubePlayer: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/script-stubs')['useScriptYouTubePlayer']>
825
- readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
826
- readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
827
- readonly useScrollspy: UnwrapRef<typeof import('../../node_modules/.pnpm/@nuxt+ui@4.3.0_acd7e9902344ed04281e7d85198cbb74/node_modules/@nuxt/ui/dist/runtime/composables/useScrollspy')['useScrollspy']>
828
- readonly useSeoMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/head')['useSeoMeta']>
829
- readonly useServerHead: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/head')['useServerHead']>
830
- readonly useServerHeadSafe: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/head')['useServerHeadSafe']>
831
- readonly useServerSeoMeta: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/head')['useServerSeoMeta']>
832
- readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
833
- readonly useShadowRoot: UnwrapRef<typeof import('vue')['useShadowRoot']>
834
- readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
835
- readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
836
- readonly useSorted: UnwrapRef<typeof import('@vueuse/core')['useSorted']>
837
- readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
838
- readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
839
- readonly useState: UnwrapRef<typeof import('../../node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_cac@6.7.14_796f8e1fb75d1abd575506ed75b3e79b/node_modules/nuxt/dist/app/composables/state')['useState']>
840
- readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
841
- readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
842
- readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
843
- readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
844
- readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
845
- readonly useTableColumns: UnwrapRef<typeof import('../../app/composables/useTableColumns')['useTableColumns']>
846
- readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
847
- readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
848
- readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
849
- readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
850
- readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
851
- readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
852
- readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
853
- readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
854
- readonly useTimeAgo: UnwrapRef<typeof import('@vueuse/core')['useTimeAgo']>
855
- readonly useTimeAgoIntl: UnwrapRef<typeof import('@vueuse/core')['useTimeAgoIntl']>
856
- readonly useTimeout: UnwrapRef<typeof import('@vueuse/core')['useTimeout']>
857
- readonly useTimeoutFn: UnwrapRef<typeof import('@vueuse/core')['useTimeoutFn']>
858
- readonly useTimeoutPoll: UnwrapRef<typeof import('@vueuse/core')['useTimeoutPoll']>
859
- readonly useTimestamp: UnwrapRef<typeof import('@vueuse/core')['useTimestamp']>
860
- readonly useTitle: UnwrapRef<typeof import('@vueuse/core')['useTitle']>
861
- readonly useToNumber: UnwrapRef<typeof import('@vueuse/core')['useToNumber']>
862
- readonly useToString: UnwrapRef<typeof import('@vueuse/core')['useToString']>
863
- readonly useToast: UnwrapRef<typeof import('../../app/composables/useToast')['useToast']>
864
- readonly useToggle: UnwrapRef<typeof import('@vueuse/core')['useToggle']>
865
- readonly useTransition: UnwrapRef<typeof import('@vueuse/core')['useTransition']>
866
- readonly useTransitionState: UnwrapRef<typeof import('vue')['useTransitionState']>
867
- readonly useTrpc: UnwrapRef<typeof import('../../app/composables/useTrpc')['useTrpc']>
868
- readonly useUrlSearchParams: UnwrapRef<typeof import('@vueuse/core')['useUrlSearchParams']>
869
- readonly useUserMedia: UnwrapRef<typeof import('@vueuse/core')['useUserMedia']>
870
- readonly useVModel: UnwrapRef<typeof import('@vueuse/core')['useVModel']>
871
- readonly useVModels: UnwrapRef<typeof import('@vueuse/core')['useVModels']>
872
- readonly useVibrate: UnwrapRef<typeof import('@vueuse/core')['useVibrate']>
873
- readonly useVirtualList: UnwrapRef<typeof import('@vueuse/core')['useVirtualList']>
874
- readonly useWakeLock: UnwrapRef<typeof import('@vueuse/core')['useWakeLock']>
875
- readonly useWebNotification: UnwrapRef<typeof import('@vueuse/core')['useWebNotification']>
876
- readonly useWebSocket: UnwrapRef<typeof import('@vueuse/core')['useWebSocket']>
877
- readonly useWebWorker: UnwrapRef<typeof import('@vueuse/core')['useWebWorker']>
878
- readonly useWebWorkerFn: UnwrapRef<typeof import('@vueuse/core')['useWebWorkerFn']>
879
- readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
880
- readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
881
- readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
882
- readonly vueQueryPlugin: UnwrapRef<typeof import('../../app/utils/plugins')['vueQueryPlugin']>
883
- readonly watch: UnwrapRef<typeof import('vue')['watch']>
884
- readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
885
- readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
886
- readonly watchDebounced: UnwrapRef<typeof import('@vueuse/core')['watchDebounced']>
887
- readonly watchDeep: UnwrapRef<typeof import('@vueuse/core')['watchDeep']>
888
- readonly watchEffect: UnwrapRef<typeof import('vue')['watchEffect']>
889
- readonly watchIgnorable: UnwrapRef<typeof import('@vueuse/core')['watchIgnorable']>
890
- readonly watchImmediate: UnwrapRef<typeof import('@vueuse/core')['watchImmediate']>
891
- readonly watchOnce: UnwrapRef<typeof import('@vueuse/core')['watchOnce']>
892
- readonly watchPausable: UnwrapRef<typeof import('@vueuse/core')['watchPausable']>
893
- readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
894
- readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
895
- readonly watchThrottled: UnwrapRef<typeof import('@vueuse/core')['watchThrottled']>
896
- readonly watchTriggerable: UnwrapRef<typeof import('@vueuse/core')['watchTriggerable']>
897
- readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
898
- readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
899
- readonly withCtx: UnwrapRef<typeof import('vue')['withCtx']>
900
- readonly withDirectives: UnwrapRef<typeof import('vue')['withDirectives']>
901
- readonly withKeys: UnwrapRef<typeof import('vue')['withKeys']>
902
- readonly withMemo: UnwrapRef<typeof import('vue')['withMemo']>
903
- readonly withModifiers: UnwrapRef<typeof import('vue')['withModifiers']>
904
- readonly withScopeId: UnwrapRef<typeof import('vue')['withScopeId']>
905
- }
906
- }