@falcondev-oss/nuxt-layers-base 0.2.0 → 0.3.0

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