stacks 0.49.3 → 0.51.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 (293) hide show
  1. package/README.md +2 -2
  2. package/auto-imports.d.ts +474 -50
  3. package/buddy/README.md +2 -2
  4. package/buddy/node_modules/.bin/tsc +2 -2
  5. package/buddy/node_modules/.bin/tsserver +2 -2
  6. package/buddy/package.json +5 -5
  7. package/buddy/src/cli.ts +1 -1
  8. package/buddy/src/commands/add.ts +4 -0
  9. package/buddy/src/commands/build.ts +13 -1
  10. package/buddy/src/commands/changelog.ts +2 -0
  11. package/buddy/src/commands/clean.ts +2 -0
  12. package/buddy/src/commands/commit.ts +2 -0
  13. package/buddy/src/commands/create.ts +2 -0
  14. package/buddy/src/commands/dev.ts +9 -3
  15. package/buddy/src/commands/example.ts +6 -2
  16. package/buddy/src/commands/fresh.ts +2 -0
  17. package/buddy/src/commands/generate.ts +9 -0
  18. package/buddy/src/commands/index.ts +2 -0
  19. package/buddy/src/commands/key.ts +2 -0
  20. package/buddy/src/commands/lint.ts +3 -0
  21. package/buddy/src/commands/make.ts +11 -0
  22. package/buddy/src/commands/onboarding.ts +28 -0
  23. package/buddy/src/commands/preinstall.ts +2 -0
  24. package/buddy/src/commands/prepublish.ts +2 -0
  25. package/buddy/src/commands/release.ts +2 -2
  26. package/buddy/src/commands/setting.ts +28 -0
  27. package/buddy/src/commands/setup.ts +3 -0
  28. package/buddy/src/commands/test.ts +13 -8
  29. package/buddy/src/commands/types.ts +3 -0
  30. package/buddy/src/commands/update.ts +12 -5
  31. package/components/vue/package.json +1 -1
  32. package/components/web/package.json +1 -1
  33. package/core/actions/node_modules/.bin/mkdist +2 -2
  34. package/core/actions/node_modules/.bin/tsc +2 -2
  35. package/core/actions/node_modules/.bin/tsserver +2 -2
  36. package/core/actions/package.json +6 -5
  37. package/core/actions/src/build-component-libs.ts +1 -1
  38. package/core/actions/src/build-core.ts +1 -1
  39. package/core/actions/src/build-stacks.ts +1 -1
  40. package/core/actions/src/bump.ts +1 -1
  41. package/core/actions/src/changelog.ts +1 -1
  42. package/core/actions/src/dev-components.ts +1 -1
  43. package/core/actions/src/fix-lint-issues.ts +1 -1
  44. package/core/actions/src/fresh.ts +1 -1
  45. package/core/actions/src/generate-onboarding.ts +3 -0
  46. package/core/actions/src/generate-settings.ts +4 -0
  47. package/core/actions/src/generate.ts +4 -4
  48. package/core/actions/src/lint.ts +1 -1
  49. package/core/actions/src/prepublish.ts +1 -1
  50. package/core/actions/src/release.ts +1 -1
  51. package/core/actions/src/test-coverage.ts +1 -1
  52. package/core/actions/src/test-feature.ts +1 -1
  53. package/core/actions/src/test-ui.ts +1 -1
  54. package/core/actions/src/test-unit.ts +1 -1
  55. package/core/actions/src/test.ts +1 -1
  56. package/core/actions/src/typecheck.ts +1 -1
  57. package/core/ai/node_modules/.bin/mkdist +2 -2
  58. package/core/ai/node_modules/.bin/tsc +2 -2
  59. package/core/ai/node_modules/.bin/tsserver +2 -2
  60. package/core/ai/package.json +5 -5
  61. package/core/alias/node_modules/.bin/mkdist +2 -2
  62. package/core/alias/node_modules/.bin/tsc +2 -2
  63. package/core/alias/node_modules/.bin/tsserver +2 -2
  64. package/core/alias/package.json +5 -5
  65. package/core/alias/src/index.ts +4 -4
  66. package/core/arrays/node_modules/.bin/mkdist +2 -2
  67. package/core/arrays/node_modules/.bin/tsc +2 -2
  68. package/core/arrays/node_modules/.bin/tsserver +2 -2
  69. package/core/arrays/package.json +5 -5
  70. package/core/auth/node_modules/.bin/mkdist +2 -2
  71. package/core/auth/node_modules/.bin/tsc +2 -2
  72. package/core/auth/node_modules/.bin/tsserver +2 -2
  73. package/core/auth/package.json +5 -5
  74. package/core/build/node_modules/.bin/mkdist +2 -2
  75. package/core/build/node_modules/.bin/tsc +2 -2
  76. package/core/build/node_modules/.bin/tsserver +2 -2
  77. package/core/build/node_modules/.bin/vite +2 -2
  78. package/core/build/node_modules/.bin/vite-ssg +2 -2
  79. package/core/build/node_modules/.bin/vue-docgen-web-types +2 -2
  80. package/core/build/package.json +9 -9
  81. package/core/build/src/stacks.ts +45 -22
  82. package/core/build/src/vue-components.ts +4 -10
  83. package/core/cache/node_modules/.bin/mkdist +2 -2
  84. package/core/cache/node_modules/.bin/tsc +2 -2
  85. package/core/cache/node_modules/.bin/tsserver +2 -2
  86. package/core/cache/package.json +8 -8
  87. package/core/chat/node_modules/.bin/mkdist +2 -2
  88. package/core/chat/node_modules/.bin/tsc +2 -2
  89. package/core/chat/node_modules/.bin/tsserver +2 -2
  90. package/core/chat/package.json +9 -9
  91. package/core/cli/package.json +4 -4
  92. package/core/cli/src/actions/index.ts +0 -1
  93. package/core/cli/src/index.ts +1 -0
  94. package/core/cli/src/{actions/run.ts → run.ts} +3 -3
  95. package/core/cloud/node_modules/.bin/mkdist +2 -2
  96. package/core/cloud/node_modules/.bin/tsc +2 -2
  97. package/core/cloud/node_modules/.bin/tsserver +2 -2
  98. package/core/cloud/package.json +5 -5
  99. package/core/collections/node_modules/.bin/mkdist +2 -2
  100. package/core/collections/node_modules/.bin/tsc +2 -2
  101. package/core/collections/node_modules/.bin/tsserver +2 -2
  102. package/core/collections/package.json +5 -5
  103. package/core/config/node_modules/.bin/mkdist +2 -2
  104. package/core/config/node_modules/.bin/tsc +2 -2
  105. package/core/config/node_modules/.bin/tsserver +2 -2
  106. package/core/config/package.json +5 -5
  107. package/core/config/src/helpers.ts +1 -1
  108. package/core/config/src/index.ts +17 -14
  109. package/core/dashboard/package.json +4 -4
  110. package/core/database/node_modules/.bin/mkdist +2 -2
  111. package/core/database/node_modules/.bin/tsc +2 -2
  112. package/core/database/node_modules/.bin/tsserver +2 -2
  113. package/core/database/package.json +5 -5
  114. package/core/datetime/node_modules/.bin/mkdist +2 -2
  115. package/core/datetime/node_modules/.bin/tsc +2 -2
  116. package/core/datetime/node_modules/.bin/tsserver +2 -2
  117. package/core/datetime/package.json +5 -5
  118. package/core/desktop/node_modules/.bin/mkdist +2 -2
  119. package/core/desktop/node_modules/.bin/tsc +2 -2
  120. package/core/desktop/node_modules/.bin/tsserver +2 -2
  121. package/core/desktop/package.json +7 -7
  122. package/core/docs/node_modules/.bin/mkdist +2 -2
  123. package/core/docs/node_modules/.bin/tsc +2 -2
  124. package/core/docs/node_modules/.bin/tsserver +2 -2
  125. package/core/docs/node_modules/.bin/vitepress +2 -2
  126. package/core/docs/package.json +6 -6
  127. package/core/domains/node_modules/.bin/mkdist +2 -2
  128. package/core/domains/node_modules/.bin/tsc +2 -2
  129. package/core/domains/node_modules/.bin/tsserver +2 -2
  130. package/core/domains/package.json +5 -5
  131. package/core/drivers/node_modules/.bin/mkdist +2 -2
  132. package/core/drivers/node_modules/.bin/tsc +2 -2
  133. package/core/drivers/node_modules/.bin/tsserver +2 -2
  134. package/core/drivers/package.json +5 -5
  135. package/core/email/node_modules/.bin/mkdist +2 -2
  136. package/core/email/node_modules/.bin/tsc +2 -2
  137. package/core/email/node_modules/.bin/tsserver +2 -2
  138. package/core/email/package.json +16 -16
  139. package/core/email/src/drivers/sendgrid.ts +6 -6
  140. package/core/error-handling/node_modules/.bin/mkdist +2 -2
  141. package/core/error-handling/node_modules/.bin/tsc +2 -2
  142. package/core/error-handling/node_modules/.bin/tsserver +2 -2
  143. package/core/error-handling/package.json +5 -5
  144. package/core/events/node_modules/.bin/mkdist +2 -2
  145. package/core/events/node_modules/.bin/tsc +2 -2
  146. package/core/events/node_modules/.bin/tsserver +2 -2
  147. package/core/events/package.json +5 -5
  148. package/core/git/node_modules/.bin/changelogen +2 -2
  149. package/core/git/node_modules/.bin/mkdist +2 -2
  150. package/core/git/node_modules/.bin/tsc +2 -2
  151. package/core/git/node_modules/.bin/tsserver +2 -2
  152. package/core/git/package.json +7 -7
  153. package/core/health/node_modules/.bin/mkdist +2 -2
  154. package/core/health/node_modules/.bin/tsc +2 -2
  155. package/core/health/node_modules/.bin/tsserver +2 -2
  156. package/core/health/package.json +5 -5
  157. package/core/lint/node_modules/.bin/eslint +2 -2
  158. package/core/lint/node_modules/.bin/mkdist +2 -2
  159. package/core/lint/node_modules/.bin/tsc +2 -2
  160. package/core/lint/node_modules/.bin/tsserver +2 -2
  161. package/core/lint/package.json +7 -7
  162. package/core/logging/node_modules/.bin/mkdist +2 -2
  163. package/core/logging/node_modules/.bin/tsc +2 -2
  164. package/core/logging/node_modules/.bin/tsserver +2 -2
  165. package/core/logging/package.json +5 -5
  166. package/core/modules/node_modules/.bin/mkdist +2 -2
  167. package/core/modules/node_modules/.bin/tsc +2 -2
  168. package/core/modules/node_modules/.bin/tsserver +2 -2
  169. package/core/modules/package.json +5 -5
  170. package/core/notifications/node_modules/.bin/mkdist +2 -2
  171. package/core/notifications/node_modules/.bin/tsc +2 -2
  172. package/core/notifications/node_modules/.bin/tsserver +2 -2
  173. package/core/notifications/package.json +26 -26
  174. package/core/objects/node_modules/.bin/mkdist +2 -2
  175. package/core/objects/node_modules/.bin/tsc +2 -2
  176. package/core/objects/node_modules/.bin/tsserver +2 -2
  177. package/core/objects/package.json +5 -5
  178. package/core/pages/node_modules/.bin/mkdist +17 -0
  179. package/core/pages/node_modules/.bin/tsc +17 -0
  180. package/core/pages/node_modules/.bin/tsserver +17 -0
  181. package/core/pages/package.json +55 -0
  182. package/core/pages/src/index.ts +19 -0
  183. package/core/pages/tests/example.test.ts +7 -0
  184. package/core/path/node_modules/.bin/mkdist +2 -2
  185. package/core/path/node_modules/.bin/tsc +2 -2
  186. package/core/path/node_modules/.bin/tsserver +2 -2
  187. package/core/path/package.json +6 -6
  188. package/core/path/src/index.ts +48 -3
  189. package/core/payments/node_modules/.bin/mkdist +2 -2
  190. package/core/payments/node_modules/.bin/tsc +2 -2
  191. package/core/payments/node_modules/.bin/tsserver +2 -2
  192. package/core/payments/package.json +5 -5
  193. package/core/push/node_modules/.bin/mkdist +2 -2
  194. package/core/push/node_modules/.bin/tsc +2 -2
  195. package/core/push/node_modules/.bin/tsserver +2 -2
  196. package/core/push/package.json +7 -7
  197. package/core/queue/node_modules/.bin/mkdist +2 -2
  198. package/core/queue/node_modules/.bin/tsc +2 -2
  199. package/core/queue/node_modules/.bin/tsserver +2 -2
  200. package/core/queue/package.json +5 -5
  201. package/core/realtime/node_modules/.bin/mkdist +2 -2
  202. package/core/realtime/node_modules/.bin/tsc +2 -2
  203. package/core/realtime/node_modules/.bin/tsserver +2 -2
  204. package/core/realtime/package.json +5 -5
  205. package/core/router/node_modules/.bin/mkdist +2 -2
  206. package/core/router/node_modules/.bin/tsc +2 -2
  207. package/core/router/node_modules/.bin/tsserver +2 -2
  208. package/core/router/package.json +5 -5
  209. package/core/search-engine/node_modules/.bin/mkdist +2 -2
  210. package/core/search-engine/node_modules/.bin/tsc +2 -2
  211. package/core/search-engine/node_modules/.bin/tsserver +2 -2
  212. package/core/search-engine/package.json +7 -7
  213. package/core/security/node_modules/.bin/mkdist +2 -2
  214. package/core/security/node_modules/.bin/tsc +2 -2
  215. package/core/security/node_modules/.bin/tsserver +2 -2
  216. package/core/security/package.json +5 -5
  217. package/core/security/src/crypt.ts +2 -2
  218. package/core/server/node_modules/.bin/mkdist +2 -2
  219. package/core/server/node_modules/.bin/nitro +2 -2
  220. package/core/server/node_modules/.bin/nitropack +2 -2
  221. package/core/server/node_modules/.bin/tsc +2 -2
  222. package/core/server/node_modules/.bin/tsserver +2 -2
  223. package/core/server/node_modules/.bin/vite +2 -2
  224. package/core/server/package.json +7 -7
  225. package/core/sms/node_modules/.bin/mkdist +2 -2
  226. package/core/sms/node_modules/.bin/tsc +2 -2
  227. package/core/sms/node_modules/.bin/tsserver +2 -2
  228. package/core/sms/package.json +15 -15
  229. package/core/storage/node_modules/.bin/mkdist +2 -2
  230. package/core/storage/node_modules/.bin/tsc +2 -2
  231. package/core/storage/node_modules/.bin/tsserver +2 -2
  232. package/core/storage/package.json +5 -5
  233. package/core/storage/src/index.ts +15 -0
  234. package/core/strings/node_modules/.bin/mkdist +2 -2
  235. package/core/strings/node_modules/.bin/tsc +2 -2
  236. package/core/strings/node_modules/.bin/tsserver +2 -2
  237. package/core/strings/package.json +7 -7
  238. package/core/tables/node_modules/.bin/mkdist +2 -2
  239. package/core/tables/node_modules/.bin/tsc +2 -2
  240. package/core/tables/node_modules/.bin/tsserver +2 -2
  241. package/core/tables/node_modules/.bin/vite +2 -2
  242. package/core/tables/package.json +5 -5
  243. package/core/testing/node_modules/.bin/mkdist +2 -2
  244. package/core/testing/node_modules/.bin/playwright +2 -2
  245. package/core/testing/node_modules/.bin/tsc +2 -2
  246. package/core/testing/node_modules/.bin/tsserver +2 -2
  247. package/core/testing/node_modules/.bin/vitest +2 -2
  248. package/core/testing/package.json +9 -9
  249. package/core/types/node_modules/.bin/mkdist +2 -2
  250. package/core/types/node_modules/.bin/tsc +2 -2
  251. package/core/types/node_modules/.bin/tsserver +2 -2
  252. package/core/types/node_modules/.bin/vite-ssg +2 -2
  253. package/core/types/node_modules/.bin/vitepress +2 -2
  254. package/core/types/package.json +10 -10
  255. package/core/types/src/cli.ts +13 -0
  256. package/core/types/src/library.ts +1 -1
  257. package/core/types/src/pages.ts +10 -8
  258. package/core/ui/node_modules/.bin/mkdist +2 -2
  259. package/core/ui/node_modules/.bin/tsc +2 -2
  260. package/core/ui/node_modules/.bin/tsserver +2 -2
  261. package/core/ui/node_modules/.bin/vue-tsc +2 -2
  262. package/core/ui/package.json +9 -9
  263. package/core/ui/src/index.ts +1 -1
  264. package/core/ui/src/unocss.ts +1 -1
  265. package/core/utils/node_modules/.bin/mkdist +2 -2
  266. package/core/utils/node_modules/.bin/rimraf +2 -2
  267. package/core/utils/node_modules/.bin/tsc +2 -2
  268. package/core/utils/node_modules/.bin/tsserver +2 -2
  269. package/core/utils/package.json +11 -11
  270. package/core/utils/src/helpers.ts +4 -2
  271. package/core/validation/README.md +53 -0
  272. package/core/validation/node_modules/.bin/mkdist +17 -0
  273. package/core/validation/node_modules/.bin/tsc +17 -0
  274. package/core/validation/node_modules/.bin/tsserver +17 -0
  275. package/core/validation/package.json +55 -0
  276. package/core/validation/src/index.ts +3 -0
  277. package/core/validation/tests/example.test.ts +7 -0
  278. package/core/x-ray/node_modules/.bin/mkdist +2 -2
  279. package/core/x-ray/node_modules/.bin/tsc +2 -2
  280. package/core/x-ray/node_modules/.bin/tsserver +2 -2
  281. package/core/x-ray/package.json +5 -5
  282. package/functions/package.json +1 -1
  283. package/package.json +5 -5
  284. package/pages/node_modules/.bin/mkdist +17 -0
  285. package/pages/node_modules/.bin/tsc +17 -0
  286. package/pages/node_modules/.bin/tsserver +17 -0
  287. package/pages/package.json +55 -0
  288. package/pages/src/index.ts +19 -0
  289. package/pages/tests/example.test.ts +7 -0
  290. package/shims.d.ts +0 -12
  291. package/tsconfig.json +2 -0
  292. package/core/tables/dist/index.html +0 -15
  293. package/core/tables/old.vite.config.ts +0 -97
package/auto-imports.d.ts CHANGED
@@ -8,21 +8,35 @@ declare global {
8
8
  const $ref: typeof import('vue/macros')['$ref']
9
9
  const $shallowRef: typeof import('vue/macros')['$shallowRef']
10
10
  const $toRef: typeof import('vue/macros')['$toRef']
11
- const Collection: typeof import('./core/collections/src/index')['Collection']
11
+ const // wip: typeof import('./core/realtime/src/index')['// wip']
12
+ const Collection: typeof import('./core/objects/src/index')['Collection']
12
13
  const EffectScope: typeof import('vue')['EffectScope']
14
+ const Err: typeof import('./core/error-handling/src/index')['Err']
15
+ const Ok: typeof import('./core/error-handling/src/index')['Ok']
16
+ const Result: typeof import('./core/error-handling/src/index')['Result']
17
+ const ResultAsync: typeof import('./core/error-handling/src/index')['ResultAsync']
13
18
  const _dirname: typeof import('./core/storage/src/index')['_dirname']
14
19
  const actionsPath: typeof import('./core/path/src/index')['actionsPath']
20
+ const addIrregularRule: typeof import('./core/strings/src/pluralize')['addIrregularRule']
21
+ const addPluralRule: typeof import('./core/strings/src/pluralize')['addPluralRule']
22
+ const addSingularRule: typeof import('./core/strings/src/pluralize')['addSingularRule']
23
+ const addUncountableRule: typeof import('./core/strings/src/pluralize')['addUncountableRule']
15
24
  const afterAll: typeof import('vitest')['afterAll']
16
25
  const afterEach: typeof import('vitest')['afterEach']
26
+ const aiPath: typeof import('./core/path/src/index')['aiPath']
17
27
  const aliasPath: typeof import('./core/path/src/index')['aliasPath']
28
+ const all: typeof import('./core/events/src/index')['all']
18
29
  const app: typeof import('../config/app')['app']
19
30
  const arraysPath: typeof import('./core/path/src/index')['arraysPath']
20
- const assert: typeof import('vitest')['assert']
31
+ const assert: typeof import('./core/utils/src/index')['assert']
21
32
  const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
33
+ const at: typeof import('./core/arrays/src/index')['at']
34
+ const authPath: typeof import('./core/path/src/index')['authPath']
22
35
  const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
23
36
  const base64Encode: typeof import('./core/security/src/hash')['base64Encode']
24
37
  const base64Verify: typeof import('./core/security/src/hash')['base64Verify']
25
38
  const basename: typeof import('./core/path/src/index')['basename']
39
+ const batchInvoke: typeof import('./core/utils/src/function')['batchInvoke']
26
40
  const bcryptEncode: typeof import('./core/security/src/hash')['bcryptEncode']
27
41
  const bcryptVerify: typeof import('./core/security/src/hash')['bcryptVerify']
28
42
  const beforeAll: typeof import('vitest')['beforeAll']
@@ -30,12 +44,21 @@ declare global {
30
44
  const buildEnginePath: typeof import('./core/path/src/index')['buildEnginePath']
31
45
  const buildEntriesPath: typeof import('./core/path/src/index')['buildEntriesPath']
32
46
  const buildPath: typeof import('./core/path/src/index')['buildPath']
33
- const camelCase: typeof import('./core/strings/src/index')['camelCase']
34
- const capitalCase: typeof import('./core/strings/src/index')['capitalCase']
47
+ const cache: typeof import('../config/cache')['cache']
48
+ const cachePath: typeof import('./core/path/src/index')['cachePath']
49
+ const calculatePagination: typeof import('./core/search-engine/src/index')['calculatePagination']
50
+ const camelCase: typeof import('./core/strings/src/case')['camelCase']
51
+ const capitalCase: typeof import('./core/strings/src/case')['capitalCase']
52
+ const capitalize: typeof import('./core/strings/src/utils')['capitalize']
35
53
  const chai: typeof import('vitest')['chai']
54
+ const chat: typeof import('./core/notifications/src/index')['chat']
55
+ const chatPath: typeof import('./core/path/src/index')['chatPath']
36
56
  const clamp: typeof import('@vueuse/shared')['clamp']
57
+ const clampArrayRange: typeof import('./core/arrays/src/index')['clampArrayRange']
58
+ const clearUndefined: typeof import('./core/objects/src/index')['clearUndefined']
37
59
  const cliPath: typeof import('./core/path/src/index')['cliPath']
38
- const collect: typeof import('./core/collections/src/index')['collect']
60
+ const client: typeof import('./core/search-engine/src/index')['client']
61
+ const collect: typeof import('./core/objects/src/index')['collect']
39
62
  const collectionsPath: typeof import('./core/path/src/index')['collectionsPath']
40
63
  const componentsPath: typeof import('./core/path/src/index')['componentsPath']
41
64
  const computed: typeof import('vue')['computed']
@@ -43,28 +66,45 @@ declare global {
43
66
  const computedEager: typeof import('@vueuse/core')['computedEager']
44
67
  const computedInject: typeof import('@vueuse/core')['computedInject']
45
68
  const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
69
+ const config: typeof import('./core/utils/src/helpers')['config']
46
70
  const configPath: typeof import('./core/path/src/index')['configPath']
47
- const constantCase: typeof import('./core/strings/src/index')['constantCase']
71
+ const constantCase: typeof import('./core/strings/src/case')['constantCase']
48
72
  const contains: typeof import('./core/arrays/src/index')['contains']
73
+ const containsAll: typeof import('./core/arrays/src/index')['containsAll']
74
+ const containsAny: typeof import('./core/arrays/src/index')['containsAny']
75
+ const containsNone: typeof import('./core/arrays/src/index')['containsNone']
76
+ const containsOnly: typeof import('./core/arrays/src/index')['containsOnly']
49
77
  const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
50
78
  const controlledRef: typeof import('@vueuse/core')['controlledRef']
51
79
  const copyFolder: typeof import('./core/storage/src/index')['copyFolder']
52
80
  const corePath: typeof import('./core/path/src/index')['corePath']
53
81
  const count: typeof import('../functions/counter')['count']
54
82
  const createApp: typeof import('vue')['createApp']
83
+ const createControlledPromise: typeof import('./core/utils/src/promise')['createControlledPromise']
55
84
  const createEventHook: typeof import('@vueuse/core')['createEventHook']
85
+ const createFolder: typeof import('./core/storage/src/index')['createFolder']
56
86
  const createGenericProjection: typeof import('@vueuse/math')['createGenericProjection']
57
87
  const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
58
88
  const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
59
89
  const createProjection: typeof import('@vueuse/math')['createProjection']
90
+ const createPromiseLock: typeof import('./core/utils/src/promise')['createPromiseLock']
60
91
  const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
61
92
  const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
93
+ const createSingletonPromise: typeof import('./core/utils/src/promise')['createSingletonPromise']
62
94
  const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
95
+ const currentPage: typeof import('./core/search-engine/src/index')['currentPage']
63
96
  const customElementsDataPath: typeof import('./core/path/src/index')['customElementsDataPath']
64
97
  const customRef: typeof import('vue')['customRef']
98
+ const dashboardPath: typeof import('./core/path/src/index')['dashboardPath']
99
+ const database: typeof import('../config/database')['database']
100
+ const databasePath: typeof import('./core/path/src/index')['databasePath']
101
+ const dd: typeof import('./core/logging/src/index')['dd']
102
+ const debounce: typeof import('./core/utils/src/vendor')['debounce']
65
103
  const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
66
104
  const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
105
+ const debug: typeof import('./core/logging/src/index')['debug']
67
106
  const decrypt: typeof import('./core/security/src/crypt')['decrypt']
107
+ const deepMerge: typeof import('./core/objects/src/index')['deepMerge']
68
108
  const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
69
109
  const defineComponent: typeof import('vue')['defineComponent']
70
110
  const deleteEmptyFolders: typeof import('./core/storage/src/index')['deleteEmptyFolders']
@@ -73,78 +113,190 @@ declare global {
73
113
  const delimiter: typeof import('./core/path/src/index')['delimiter']
74
114
  const deploy: typeof import('../config/deploy')['deploy']
75
115
  const describe: typeof import('vitest')['describe']
116
+ const desktopPath: typeof import('./core/path/src/index')['desktopPath']
117
+ const detectIndent: typeof import('./core/utils/src/helpers')['detectIndent']
118
+ const detectNewline: typeof import('./core/utils/src/helpers')['detectNewline']
119
+ const determineResetPreset: typeof import('./core/utils/src/helpers')['determineResetPreset']
120
+ const determineState: typeof import('./core/search-engine/src/helpers')['determineState']
76
121
  const dirname: typeof import('./core/path/src/index')['dirname']
122
+ const dispatch: typeof import('./core/events/src/index')['dispatch']
77
123
  const docs: typeof import('../config/docs')['default']
78
124
  const docsPath: typeof import('./core/path/src/index')['docsPath']
79
125
  const doesFolderExist: typeof import('./core/storage/src/index')['doesFolderExist']
80
- const dotCase: typeof import('./core/strings/src/index')['dotCase']
126
+ const domainsPath: typeof import('./core/path/src/index')['domainsPath']
127
+ const dotCase: typeof import('./core/strings/src/case')['dotCase']
128
+ const driversPath: typeof import('./core/path/src/index')['driversPath']
129
+ const dump: typeof import('./core/logging/src/index')['dump']
81
130
  const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
82
131
  const effectScope: typeof import('vue')['effectScope']
132
+ const email: typeof import('./core/notifications/src/index')['email']
133
+ const emailPath: typeof import('./core/path/src/index')['emailPath']
83
134
  const encrypt: typeof import('./core/security/src/crypt')['encrypt']
135
+ const ensurePrefix: typeof import('./core/strings/src/utils')['ensurePrefix']
136
+ const ensureSuffix: typeof import('./core/strings/src/utils')['ensureSuffix']
137
+ const env: typeof import('./core/utils/src/helpers')['env']
138
+ const err: typeof import('./core/error-handling/src/index')['err']
139
+ const errAsync: typeof import('./core/error-handling/src/index')['errAsync']
140
+ const errorHandlingPath: typeof import('./core/path/src/index')['errorHandlingPath']
141
+ const events: typeof import('./core/events/src/index')['events']
142
+ const eventsPath: typeof import('./core/path/src/index')['eventsPath']
84
143
  const examplesPath: typeof import('./core/path/src/index')['examplesPath']
85
144
  const expect: typeof import('vitest')['expect']
86
145
  const extendRef: typeof import('@vueuse/core')['extendRef']
87
146
  const extname: typeof import('./core/path/src/index')['extname']
88
147
  const filesystem: typeof import('./core/storage/src/index')['filesystem']
148
+ const filterName: typeof import('./core/search-engine/src/index')['filterName']
149
+ const filters: typeof import('./core/search-engine/src/index')['filters']
150
+ const flattenArrayable: typeof import('./core/arrays/src/index')['flattenArrayable']
89
151
  const format: typeof import('./core/path/src/index')['format']
90
152
  const frameworkPath: typeof import('./core/path/src/index')['frameworkPath']
91
- const fsPath: typeof import('./core/path/src/index')['fsPath']
153
+ const frameworkVersion: typeof import('./core/utils/src/helpers')['frameworkVersion']
154
+ const fromPromise: typeof import('./core/error-handling/src/index')['fromPromise']
155
+ const fromSafePromise: typeof import('./core/error-handling/src/index')['fromSafePromise']
156
+ const fromThrowable: typeof import('./core/error-handling/src/index')['fromThrowable']
92
157
  const functionsPath: typeof import('./core/path/src/index')['functionsPath']
93
158
  const generateAppKey: typeof import('./core/security/src/key')['generateAppKey']
94
159
  const getCurrentInstance: typeof import('vue')['getCurrentInstance']
95
160
  const getCurrentScope: typeof import('vue')['getCurrentScope']
161
+ const getTypeName: typeof import('./core/utils/src/index')['getTypeName']
96
162
  const git: typeof import('../config/git')['git']
97
163
  const gitPath: typeof import('./core/path/src/index')['gitPath']
164
+ const goToNextPage: typeof import('./core/search-engine/src/index')['goToNextPage']
165
+ const goToPage: typeof import('./core/search-engine/src/index')['goToPage']
166
+ const goToPrevPage: typeof import('./core/search-engine/src/index')['goToPrevPage']
98
167
  const h: typeof import('vue')['h']
99
168
  const hasComponents: typeof import('./core/storage/src/index')['hasComponents']
100
169
  const hasFiles: typeof import('./core/storage/src/index')['hasFiles']
101
170
  const hasFunctions: typeof import('./core/storage/src/index')['hasFunctions']
102
171
  const hasOwn: typeof import('@vueuse/shared')['hasOwn']
172
+ const hasOwnProperty: typeof import('./core/objects/src/index')['hasOwnProperty']
173
+ const hasScript: typeof import('./core/utils/src/helpers')['hasScript']
103
174
  const hashing: typeof import('../config/hashing')['hashing']
104
- const headerCase: typeof import('./core/strings/src/index')['headerCase']
175
+ const headerCase: typeof import('./core/strings/src/case')['headerCase']
176
+ const healthPath: typeof import('./core/path/src/index')['healthPath']
177
+ const hits: typeof import('./core/search-engine/src/index')['hits']
105
178
  const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
106
179
  const increment: typeof import('../functions/counter')['increment']
180
+ const index: typeof import('./core/search-engine/src/index')['index']
107
181
  const inject: typeof import('vue')['inject']
108
182
  const isAbsolute: typeof import('./core/path/src/index')['isAbsolute']
109
- const isBoolean: typeof import('@vueuse/shared')['isBoolean']
183
+ const isAlpha: typeof import('./core/strings/src/validation')['isAlpha']
184
+ const isAlphanumeric: typeof import('./core/strings/src/validation')['isAlphanumeric']
185
+ const isAppKeySet: typeof import('./core/utils/src/helpers')['isAppKeySet']
186
+ const isAscii: typeof import('./core/strings/src/validation')['isAscii']
187
+ const isBase32: typeof import('./core/strings/src/validation')['isBase32']
188
+ const isBase64: typeof import('./core/strings/src/validation')['isBase64']
189
+ const isBoolean: typeof import('./core/utils/src/is')['isBoolean']
190
+ const isBrowser: typeof import('./core/utils/src/is')['isBrowser']
191
+ const isByteLength: typeof import('./core/strings/src/validation')['isByteLength']
110
192
  const isClient: typeof import('@vueuse/shared')['isClient']
193
+ const isCreditCard: typeof import('./core/strings/src/validation')['isCreditCard']
194
+ const isCurrency: typeof import('./core/strings/src/validation')['isCurrency']
111
195
  const isDark: typeof import('../functions/dark')['isDark']
112
- const isDef: typeof import('@vueuse/shared')['isDef']
196
+ const isDataURI: typeof import('./core/strings/src/validation')['isDataURI']
197
+ const isDate: typeof import('./core/strings/src/validation')['isDate']
198
+ const isDeepEqual: typeof import('./core/utils/src/equal')['isDeepEqual']
199
+ const isDef: typeof import('./core/utils/src/is')['isDef']
113
200
  const isDefined: typeof import('@vueuse/core')['isDefined']
201
+ const isEmail: typeof import('./core/strings/src/validation')['isEmail']
202
+ const isFQDN: typeof import('./core/strings/src/validation')['isFQDN']
114
203
  const isFile: typeof import('./core/storage/src/index')['isFile']
115
204
  const isFolder: typeof import('./core/storage/src/index')['isFolder']
116
- const isFunction: typeof import('@vueuse/shared')['isFunction']
205
+ const isFullWidth: typeof import('./core/strings/src/validation')['isFullWidth']
206
+ const isFunction: typeof import('./core/utils/src/is')['isFunction']
207
+ const isHSL: typeof import('./core/strings/src/validation')['isHSL']
208
+ const isHalfWidth: typeof import('./core/strings/src/validation')['isHalfWidth']
209
+ const isHash: typeof import('./core/strings/src/validation')['isHash']
210
+ const isHexColor: typeof import('./core/strings/src/validation')['isHexColor']
211
+ const isHexadecimal: typeof import('./core/strings/src/validation')['isHexadecimal']
212
+ const isIBAN: typeof import('./core/strings/src/validation')['isIBAN']
117
213
  const isIOS: typeof import('@vueuse/shared')['isIOS']
118
- const isNumber: typeof import('@vueuse/shared')['isNumber']
119
- const isObject: typeof import('@vueuse/shared')['isObject']
214
+ const isIP: typeof import('./core/strings/src/validation')['isIP']
215
+ const isIPRange: typeof import('./core/strings/src/validation')['isIPRange']
216
+ const isISBN: typeof import('./core/strings/src/validation')['isISBN']
217
+ const isISIN: typeof import('./core/strings/src/validation')['isISIN']
218
+ const isISO31661Alpha2: typeof import('./core/strings/src/validation')['isISO31661Alpha2']
219
+ const isISO31661Alpha3: typeof import('./core/strings/src/validation')['isISO31661Alpha3']
220
+ const isISO8601: typeof import('./core/strings/src/validation')['isISO8601']
221
+ const isISRC: typeof import('./core/strings/src/validation')['isISRC']
222
+ const isISSN: typeof import('./core/strings/src/validation')['isISSN']
223
+ const isIdentityCard: typeof import('./core/strings/src/validation')['isIdentityCard']
224
+ const isJSON: typeof import('./core/strings/src/validation')['isJSON']
225
+ const isJWT: typeof import('./core/strings/src/validation')['isJWT']
226
+ const isKeyOf: typeof import('./core/objects/src/index')['isKeyOf']
227
+ const isLatLong: typeof import('./core/strings/src/validation')['isLatLong']
228
+ const isLatitude: typeof import('./core/strings/src/validation')['isLatitude']
229
+ const isLongitude: typeof import('./core/strings/src/validation')['isLongitude']
230
+ const isMACAddress: typeof import('./core/strings/src/validation')['isMACAddress']
231
+ const isManifest: typeof import('./core/utils/src/helpers')['isManifest']
232
+ const isMap: typeof import('./core/utils/src/is')['isMap']
233
+ const isMimeType: typeof import('./core/strings/src/validation')['isMimeType']
234
+ const isMobilePhone: typeof import('./core/strings/src/validation')['isMobilePhone']
235
+ const isMongoId: typeof import('./core/strings/src/validation')['isMongoId']
236
+ const isNumber: typeof import('./core/utils/src/is')['isNumber']
237
+ const isNumeric: typeof import('./core/strings/src/validation')['isNumeric']
238
+ const isObject: typeof import('./core/utils/src/is')['isObject']
239
+ const isOptionalString: typeof import('./core/utils/src/helpers')['isOptionalString']
240
+ const isPlural: typeof import('./core/strings/src/pluralize')['isPlural']
241
+ const isPostalCode: typeof import('./core/strings/src/validation')['isPostalCode']
242
+ const isProjectCreated: typeof import('./core/utils/src/helpers')['isProjectCreated']
243
+ const isPromise: typeof import('./core/utils/src/is')['isPromise']
120
244
  const isProxy: typeof import('vue')['isProxy']
121
245
  const isReactive: typeof import('vue')['isReactive']
122
246
  const isReadonly: typeof import('vue')['isReadonly']
123
247
  const isRef: typeof import('vue')['isRef']
124
- const isString: typeof import('@vueuse/shared')['isString']
125
- const isWindow: typeof import('@vueuse/shared')['isWindow']
248
+ const isServer: typeof import('./core/utils/src/is')['isServer']
249
+ const isSet: typeof import('./core/utils/src/is')['isSet']
250
+ const isSingular: typeof import('./core/strings/src/pluralize')['isSingular']
251
+ const isString: typeof import('./core/utils/src/is')['isString']
252
+ const isStrongPassword: typeof import('./core/strings/src/validation')['isStrongPassword']
253
+ const isTruthy: typeof import('./core/utils/src/guards')['isTruthy']
254
+ const isURL: typeof import('./core/strings/src/validation')['isURL']
255
+ const isUUID: typeof import('./core/strings/src/validation')['isUUID']
256
+ const isWindow: typeof import('./core/utils/src/is')['isWindow']
126
257
  const it: typeof import('vitest')['it']
127
258
  const join: typeof import('./core/path/src/index')['join']
128
- const kebabCase: typeof import('./core/strings/src/index')['kebabCase']
259
+ const kebabCase: typeof import('./core/strings/src/case')['kebabCase']
129
260
  const langPath: typeof import('./core/path/src/index')['langPath']
261
+ const last: typeof import('./core/arrays/src/index')['last']
262
+ const lastPageNumber: typeof import('./core/search-engine/src/index')['lastPageNumber']
130
263
  const library: typeof import('../config/library')['library']
131
264
  const libraryEntryPath: typeof import('./core/path/src/index')['libraryEntryPath']
132
265
  const lintPath: typeof import('./core/path/src/index')['lintPath']
266
+ const listen: typeof import('./core/events/src/index')['listen']
267
+ const log: typeof import('./core/logging/src/index')['log']
268
+ const loggingPath: typeof import('./core/path/src/index')['loggingPath']
133
269
  const logicAnd: typeof import('@vueuse/math')['logicAnd']
134
270
  const logicNot: typeof import('@vueuse/math')['logicNot']
135
271
  const logicOr: typeof import('@vueuse/math')['logicOr']
272
+ const loop: typeof import('./core/utils/src/index')['loop']
136
273
  const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
137
274
  const makeHash: typeof import('./core/security/src/hash')['makeHash']
138
275
  const markRaw: typeof import('vue')['markRaw']
139
276
  const md5Encode: typeof import('./core/security/src/hash')['md5Encode']
277
+ const mergeArrayable: typeof import('./core/arrays/src/index')['mergeArrayable']
278
+ const mitt: typeof import('./core/events/src/index')['mitt']
140
279
  const modulesPath: typeof import('./core/path/src/index')['modulesPath']
280
+ const move: typeof import('./core/arrays/src/index')['move']
141
281
  const nextTick: typeof import('vue')['nextTick']
142
- const noCase: typeof import('./core/strings/src/index')['noCase']
143
- const noop: typeof import('@vueuse/shared')['noop']
282
+ const noCase: typeof import('./core/strings/src/case')['noCase']
283
+ const noNull: typeof import('./core/utils/src/guards')['noNull']
284
+ const noop: typeof import('./core/utils/src/index')['noop']
144
285
  const normalize: typeof import('./core/path/src/index')['normalize']
145
286
  const normalizeString: typeof import('./core/path/src/index')['normalizeString']
287
+ const notNullish: typeof import('./core/utils/src/guards')['notNullish']
288
+ const notUndefined: typeof import('./core/utils/src/guards')['notUndefined']
289
+ const notification: typeof import('./core/notifications/src/index')['notification']
290
+ const notificationsPath: typeof import('./core/path/src/index')['notificationsPath']
146
291
  const now: typeof import('@vueuse/shared')['now']
292
+ const objectEntries: typeof import('./core/objects/src/index')['objectEntries']
293
+ const objectKeys: typeof import('./core/objects/src/index')['objectKeys']
294
+ const objectMap: typeof import('./core/objects/src/index')['objectMap']
295
+ const objectPick: typeof import('./core/objects/src/index')['objectPick']
147
296
  const objectsPath: typeof import('./core/path/src/index')['objectsPath']
297
+ const off: typeof import('./core/events/src/index')['off']
298
+ const ok: typeof import('./core/error-handling/src/index')['ok']
299
+ const okAsync: typeof import('./core/error-handling/src/index')['okAsync']
148
300
  const onActivated: typeof import('vue')['onActivated']
149
301
  const onBeforeMount: typeof import('vue')['onBeforeMount']
150
302
  const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
@@ -164,19 +316,30 @@ declare global {
164
316
  const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
165
317
  const onUnmounted: typeof import('vue')['onUnmounted']
166
318
  const onUpdated: typeof import('vue')['onUpdated']
319
+ const p: typeof import('./core/utils/src/p')['p']
167
320
  const packageJsonPath: typeof import('./core/path/src/index')['packageJsonPath']
168
321
  const pagesPath: typeof import('./core/path/src/index')['pagesPath']
169
- const paramCase: typeof import('./core/strings/src/index')['paramCase']
322
+ const paramCase: typeof import('./core/strings/src/case')['paramCase']
170
323
  const parse: typeof import('./core/path/src/index')['parse']
171
- const pascalCase: typeof import('./core/strings/src/index')['pascalCase']
324
+ const partition: typeof import('./core/arrays/src/index')['partition']
325
+ const pascalCase: typeof import('./core/strings/src/case')['pascalCase']
172
326
  const path: typeof import('./core/path/src/index')['path']
173
- const pathCase: typeof import('./core/strings/src/index')['pathCase']
327
+ const pathCase: typeof import('./core/strings/src/case')['pathCase']
174
328
  const pathPath: typeof import('./core/path/src/index')['pathPath']
175
329
  const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
330
+ const paymentsPath: typeof import('./core/path/src/index')['paymentsPath']
331
+ const perPage: typeof import('./core/search-engine/src/index')['perPage']
332
+ const plural: typeof import('./core/strings/src/pluralize')['plural']
176
333
  const preferredDark: typeof import('../functions/dark')['preferredDark']
177
334
  const projectPath: typeof import('./core/path/src/index')['projectPath']
178
335
  const provide: typeof import('vue')['provide']
336
+ const pushPath: typeof import('./core/path/src/index')['pushPath']
337
+ const query: typeof import('./core/search-engine/src/index')['query']
338
+ const queuePath: typeof import('./core/path/src/index')['queuePath']
179
339
  const rand: typeof import('@vueuse/shared')['rand']
340
+ const randomStr: typeof import('./core/strings/src/utils')['randomStr']
341
+ const range: typeof import('./core/arrays/src/index')['range']
342
+ const ray: typeof import('./core/logging/src/index')['ray']
180
343
  const reactify: typeof import('@vueuse/core')['reactify']
181
344
  const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
182
345
  const reactive: typeof import('vue')['reactive']
@@ -186,6 +349,7 @@ declare global {
186
349
  const readJsonFile: typeof import('./core/storage/src/index')['readJsonFile']
187
350
  const readTextFile: typeof import('./core/storage/src/index')['readTextFile']
188
351
  const readonly: typeof import('vue')['readonly']
352
+ const realtimePath: typeof import('./core/path/src/index')['realtimePath']
189
353
  const ref: typeof import('vue')['ref']
190
354
  const refAutoReset: typeof import('@vueuse/core')['refAutoReset']
191
355
  const refDebounced: typeof import('@vueuse/core')['refDebounced']
@@ -193,42 +357,72 @@ declare global {
193
357
  const refThrottled: typeof import('@vueuse/core')['refThrottled']
194
358
  const refWithControl: typeof import('@vueuse/core')['refWithControl']
195
359
  const relative: typeof import('./core/path/src/index')['relative']
360
+ const remove: typeof import('./core/arrays/src/index')['remove']
196
361
  const resolve: typeof import('./core/path/src/index')['resolve']
197
362
  const resolveComponent: typeof import('vue')['resolveComponent']
198
363
  const resolveDirective: typeof import('vue')['resolveDirective']
199
364
  const resolveRef: typeof import('@vueuse/core')['resolveRef']
200
365
  const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
366
+ const results: typeof import('./core/search-engine/src/index')['results']
367
+ const router: typeof import('./core/router/src/index')['router']
201
368
  const routerPath: typeof import('./core/path/src/index')['routerPath']
202
369
  const routesPath: typeof import('./core/path/src/index')['routesPath']
370
+ const runNpmScript: typeof import('./core/utils/src/helpers')['runNpmScript']
371
+ const runtimePath: typeof import('./core/path/src/index')['runtimePath']
372
+ const sample: typeof import('./core/arrays/src/index')['sample']
203
373
  const scriptsPath: typeof import('./core/path/src/index')['scriptsPath']
374
+ const searchEngine: typeof import('../config/search-engine')['searchEngine']
375
+ const searchEnginePath: typeof import('./core/path/src/index')['searchEnginePath']
376
+ const searchFilters: typeof import('./core/search-engine/src/index')['searchFilters']
377
+ const searchParams: typeof import('./core/search-engine/src/index')['searchParams']
204
378
  const securityPath: typeof import('./core/path/src/index')['securityPath']
205
- const sentenceCase: typeof import('./core/strings/src/index')['sentenceCase']
379
+ const sentenceCase: typeof import('./core/strings/src/case')['sentenceCase']
206
380
  const sep: typeof import('./core/path/src/index')['sep']
207
381
  const serverPath: typeof import('./core/path/src/index')['serverPath']
208
382
  const serverlessPath: typeof import('./core/path/src/index')['serverlessPath']
209
383
  const services: typeof import('../config/services')['services']
384
+ const setEnvValue: typeof import('./core/utils/src/helpers')['setEnvValue']
385
+ const setTotalHits: typeof import('./core/search-engine/src/index')['setTotalHits']
210
386
  const shallowReactive: typeof import('vue')['shallowReactive']
211
387
  const shallowReadonly: typeof import('vue')['shallowReadonly']
212
388
  const shallowRef: typeof import('vue')['shallowRef']
213
- const snakeCase: typeof import('./core/strings/src/index')['snakeCase']
214
- const src: typeof import('./core/storage/src/index')['default']
389
+ const shuffle: typeof import('./core/arrays/src/index')['shuffle']
390
+ const singular: typeof import('./core/strings/src/pluralize')['singular']
391
+ const slash: typeof import('./core/strings/src/utils')['slash']
392
+ const sleep: typeof import('./core/utils/src/promise')['sleep']
393
+ const sms: typeof import('./core/notifications/src/index')['sms']
394
+ const smsPath: typeof import('./core/path/src/index')['smsPath']
395
+ const snakeCase: typeof import('./core/strings/src/case')['snakeCase']
396
+ const sort: typeof import('./core/search-engine/src/index')['sort']
397
+ const sorts: typeof import('./core/search-engine/src/index')['sorts']
398
+ const src: typeof import('./core/ui/src/index')['default']
215
399
  const stacksPath: typeof import('./core/path/src/index')['stacksPath']
400
+ const storage: typeof import('../config/storage')['storage']
401
+ const storagePath: typeof import('./core/path/src/index')['storagePath']
216
402
  const stringsPath: typeof import('./core/path/src/index')['stringsPath']
217
403
  const suite: typeof import('vitest')['suite']
218
404
  const syncRef: typeof import('@vueuse/core')['syncRef']
219
405
  const syncRefs: typeof import('@vueuse/core')['syncRefs']
406
+ const tablesPath: typeof import('./core/path/src/index')['tablesPath']
407
+ const tap: typeof import('./core/utils/src/function')['tap']
408
+ const template: typeof import('./core/strings/src/utils')['template']
220
409
  const templateRef: typeof import('@vueuse/core')['templateRef']
221
410
  const test: typeof import('vitest')['test']
222
411
  const testingPath: typeof import('./core/path/src/index')['testingPath']
412
+ const testsPath: typeof import('./core/path/src/index')['testsPath']
413
+ const throttle: typeof import('./core/utils/src/vendor')['throttle']
223
414
  const throttledRef: typeof import('@vueuse/core')['throttledRef']
224
415
  const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
225
416
  const timestamp: typeof import('@vueuse/shared')['timestamp']
417
+ const toArray: typeof import('./core/arrays/src/index')['toArray']
226
418
  const toNamespacedPath: typeof import('./core/path/src/index')['toNamespacedPath']
227
419
  const toRaw: typeof import('vue')['toRaw']
228
420
  const toReactive: typeof import('@vueuse/core')['toReactive']
229
421
  const toRef: typeof import('vue')['toRef']
230
422
  const toRefs: typeof import('vue')['toRefs']
423
+ const toString: typeof import('./core/utils/src/index')['toString']
231
424
  const toggleDark: typeof import('../functions/dark')['toggleDark']
425
+ const totalPages: typeof import('./core/search-engine/src/index')['totalPages']
232
426
  const triggerRef: typeof import('vue')['triggerRef']
233
427
  const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
234
428
  const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
@@ -238,9 +432,13 @@ declare global {
238
432
  const typesPath: typeof import('./core/path/src/index')['typesPath']
239
433
  const ui: typeof import('../config/ui')['ui']
240
434
  const uiPath: typeof import('./core/path/src/index')['uiPath']
435
+ const uniq: typeof import('./core/arrays/src/index')['uniq']
436
+ const uniqueBy: typeof import('./core/arrays/src/index')['uniqueBy']
437
+ const unocss: typeof import('./core/ui/src/unocss')['default']
241
438
  const unref: typeof import('vue')['unref']
242
439
  const unrefElement: typeof import('@vueuse/core')['unrefElement']
243
440
  const until: typeof import('@vueuse/core')['until']
441
+ const updateConfigFile: typeof import('./core/storage/src/index')['updateConfigFile']
244
442
  const useAbs: typeof import('@vueuse/math')['useAbs']
245
443
  const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
246
444
  const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
@@ -251,6 +449,7 @@ declare global {
251
449
  const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
252
450
  const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
253
451
  const useArraySome: typeof import('@vueuse/core')['useArraySome']
452
+ const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
254
453
  const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
255
454
  const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
256
455
  const useAttrs: typeof import('vue')['useAttrs']
@@ -263,6 +462,7 @@ declare global {
263
462
  const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
264
463
  const useCached: typeof import('@vueuse/core')['useCached']
265
464
  const useCeil: typeof import('@vueuse/math')['useCeil']
465
+ const useChat: typeof import('./core/notifications/src/index')['useChat']
266
466
  const useClamp: typeof import('@vueuse/math')['useClamp']
267
467
  const useClipboard: typeof import('@vueuse/core')['useClipboard']
268
468
  const useCloned: typeof import('@vueuse/core')['useCloned']
@@ -292,6 +492,8 @@ declare global {
292
492
  const useElementHover: typeof import('@vueuse/core')['useElementHover']
293
493
  const useElementSize: typeof import('@vueuse/core')['useElementSize']
294
494
  const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
495
+ const useEmail: typeof import('./core/notifications/src/index')['useEmail']
496
+ const useEvent: typeof import('./core/events/src/index')['useEvent']
295
497
  const useEventBus: typeof import('@vueuse/core')['useEventBus']
296
498
  const useEventListener: typeof import('@vueuse/core')['useEventListener']
297
499
  const useEventSource: typeof import('@vueuse/core')['useEventSource']
@@ -334,6 +536,7 @@ declare global {
334
536
  const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
335
537
  const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
336
538
  const useNetwork: typeof import('@vueuse/core')['useNetwork']
539
+ const useNotification: typeof import('./core/notifications/src/index')['useNotification']
337
540
  const useNow: typeof import('@vueuse/core')['useNow']
338
541
  const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
339
542
  const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
@@ -342,6 +545,7 @@ declare global {
342
545
  const useParallax: typeof import('@vueuse/core')['useParallax']
343
546
  const usePermission: typeof import('@vueuse/core')['usePermission']
344
547
  const usePointer: typeof import('@vueuse/core')['usePointer']
548
+ const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
345
549
  const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
346
550
  const usePrecision: typeof import('@vueuse/math')['usePrecision']
347
551
  const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
@@ -349,6 +553,7 @@ declare global {
349
553
  const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
350
554
  const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
351
555
  const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
556
+ const usePrevious: typeof import('@vueuse/core')['usePrevious']
352
557
  const useProjection: typeof import('@vueuse/math')['useProjection']
353
558
  const useRafFn: typeof import('@vueuse/core')['useRafFn']
354
559
  const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
@@ -356,11 +561,13 @@ declare global {
356
561
  const useRound: typeof import('@vueuse/math')['useRound']
357
562
  const useRoute: typeof import('vue-router')['useRoute']
358
563
  const useRouter: typeof import('vue-router')['useRouter']
564
+ const useSMS: typeof import('./core/notifications/src/index')['useSMS']
359
565
  const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
360
566
  const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
361
567
  const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
362
568
  const useScroll: typeof import('@vueuse/core')['useScroll']
363
569
  const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
570
+ const useSearchEngine: typeof import('./core/search-engine/src/index')['useSearchEngine']
364
571
  const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
365
572
  const useShare: typeof import('@vueuse/core')['useShare']
366
573
  const useSlots: typeof import('vue')['useSlots']
@@ -408,6 +615,9 @@ declare global {
408
615
  const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
409
616
  const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
410
617
  const utilsPath: typeof import('./core/path/src/index')['utilsPath']
618
+ const validate: typeof import('./core/validation/src/index')['validate']
619
+ const validateUsername: typeof import('./core/strings/src/validation')['validateUsername']
620
+ const validationPath: typeof import('./core/path/src/index')['validationPath']
411
621
  const verifyHash: typeof import('./core/security/src/hash')['verifyHash']
412
622
  const vi: typeof import('vitest')['vi']
413
623
  const vitest: typeof import('vitest')['vitest']
@@ -427,6 +637,8 @@ declare global {
427
637
  const whenever: typeof import('@vueuse/core')['whenever']
428
638
  const writeJsonFile: typeof import('./core/storage/src/index')['writeJsonFile']
429
639
  const writeTextFile: typeof import('./core/storage/src/index')['writeTextFile']
640
+ const xRayPath: typeof import('./core/path/src/index')['xRayPath']
641
+ const z: typeof import('./core/validation/src/index')['z']
430
642
  }
431
643
  // for vue template auto import
432
644
  import { UnwrapRef } from 'vue'
@@ -439,21 +651,35 @@ declare module 'vue' {
439
651
  readonly $ref: UnwrapRef<typeof import('vue/macros')['$ref']>
440
652
  readonly $shallowRef: UnwrapRef<typeof import('vue/macros')['$shallowRef']>
441
653
  readonly $toRef: UnwrapRef<typeof import('vue/macros')['$toRef']>
442
- readonly Collection: UnwrapRef<typeof import('./core/collections/src/index')['Collection']>
654
+ readonly // wip: UnwrapRef<typeof import('./core/realtime/src/index')['// wip']>
655
+ readonly Collection: UnwrapRef<typeof import('./core/objects/src/index')['Collection']>
443
656
  readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
657
+ readonly Err: UnwrapRef<typeof import('./core/error-handling/src/index')['Err']>
658
+ readonly Ok: UnwrapRef<typeof import('./core/error-handling/src/index')['Ok']>
659
+ readonly Result: UnwrapRef<typeof import('./core/error-handling/src/index')['Result']>
660
+ readonly ResultAsync: UnwrapRef<typeof import('./core/error-handling/src/index')['ResultAsync']>
444
661
  readonly _dirname: UnwrapRef<typeof import('./core/storage/src/index')['_dirname']>
445
662
  readonly actionsPath: UnwrapRef<typeof import('./core/path/src/index')['actionsPath']>
663
+ readonly addIrregularRule: UnwrapRef<typeof import('./core/strings/src/pluralize')['addIrregularRule']>
664
+ readonly addPluralRule: UnwrapRef<typeof import('./core/strings/src/pluralize')['addPluralRule']>
665
+ readonly addSingularRule: UnwrapRef<typeof import('./core/strings/src/pluralize')['addSingularRule']>
666
+ readonly addUncountableRule: UnwrapRef<typeof import('./core/strings/src/pluralize')['addUncountableRule']>
446
667
  readonly afterAll: UnwrapRef<typeof import('vitest')['afterAll']>
447
668
  readonly afterEach: UnwrapRef<typeof import('vitest')['afterEach']>
669
+ readonly aiPath: UnwrapRef<typeof import('./core/path/src/index')['aiPath']>
448
670
  readonly aliasPath: UnwrapRef<typeof import('./core/path/src/index')['aliasPath']>
671
+ readonly all: UnwrapRef<typeof import('./core/events/src/index')['all']>
449
672
  readonly app: UnwrapRef<typeof import('../config/app')['app']>
450
673
  readonly arraysPath: UnwrapRef<typeof import('./core/path/src/index')['arraysPath']>
451
- readonly assert: UnwrapRef<typeof import('vitest')['assert']>
674
+ readonly assert: UnwrapRef<typeof import('./core/utils/src/index')['assert']>
452
675
  readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
676
+ readonly at: UnwrapRef<typeof import('./core/arrays/src/index')['at']>
677
+ readonly authPath: UnwrapRef<typeof import('./core/path/src/index')['authPath']>
453
678
  readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
454
679
  readonly base64Encode: UnwrapRef<typeof import('./core/security/src/hash')['base64Encode']>
455
680
  readonly base64Verify: UnwrapRef<typeof import('./core/security/src/hash')['base64Verify']>
456
681
  readonly basename: UnwrapRef<typeof import('./core/path/src/index')['basename']>
682
+ readonly batchInvoke: UnwrapRef<typeof import('./core/utils/src/function')['batchInvoke']>
457
683
  readonly bcryptEncode: UnwrapRef<typeof import('./core/security/src/hash')['bcryptEncode']>
458
684
  readonly bcryptVerify: UnwrapRef<typeof import('./core/security/src/hash')['bcryptVerify']>
459
685
  readonly beforeAll: UnwrapRef<typeof import('vitest')['beforeAll']>
@@ -461,12 +687,21 @@ declare module 'vue' {
461
687
  readonly buildEnginePath: UnwrapRef<typeof import('./core/path/src/index')['buildEnginePath']>
462
688
  readonly buildEntriesPath: UnwrapRef<typeof import('./core/path/src/index')['buildEntriesPath']>
463
689
  readonly buildPath: UnwrapRef<typeof import('./core/path/src/index')['buildPath']>
464
- readonly camelCase: UnwrapRef<typeof import('./core/strings/src/index')['camelCase']>
465
- readonly capitalCase: UnwrapRef<typeof import('./core/strings/src/index')['capitalCase']>
690
+ readonly cache: UnwrapRef<typeof import('../config/cache')['cache']>
691
+ readonly cachePath: UnwrapRef<typeof import('./core/path/src/index')['cachePath']>
692
+ readonly calculatePagination: UnwrapRef<typeof import('./core/search-engine/src/index')['calculatePagination']>
693
+ readonly camelCase: UnwrapRef<typeof import('./core/strings/src/case')['camelCase']>
694
+ readonly capitalCase: UnwrapRef<typeof import('./core/strings/src/case')['capitalCase']>
695
+ readonly capitalize: UnwrapRef<typeof import('./core/strings/src/utils')['capitalize']>
466
696
  readonly chai: UnwrapRef<typeof import('vitest')['chai']>
697
+ readonly chat: UnwrapRef<typeof import('./core/notifications/src/index')['chat']>
698
+ readonly chatPath: UnwrapRef<typeof import('./core/path/src/index')['chatPath']>
467
699
  readonly clamp: UnwrapRef<typeof import('@vueuse/shared')['clamp']>
700
+ readonly clampArrayRange: UnwrapRef<typeof import('./core/arrays/src/index')['clampArrayRange']>
701
+ readonly clearUndefined: UnwrapRef<typeof import('./core/objects/src/index')['clearUndefined']>
468
702
  readonly cliPath: UnwrapRef<typeof import('./core/path/src/index')['cliPath']>
469
- readonly collect: UnwrapRef<typeof import('./core/collections/src/index')['collect']>
703
+ readonly client: UnwrapRef<typeof import('./core/search-engine/src/index')['client']>
704
+ readonly collect: UnwrapRef<typeof import('./core/objects/src/index')['collect']>
470
705
  readonly collectionsPath: UnwrapRef<typeof import('./core/path/src/index')['collectionsPath']>
471
706
  readonly componentsPath: UnwrapRef<typeof import('./core/path/src/index')['componentsPath']>
472
707
  readonly computed: UnwrapRef<typeof import('vue')['computed']>
@@ -474,28 +709,45 @@ declare module 'vue' {
474
709
  readonly computedEager: UnwrapRef<typeof import('@vueuse/core')['computedEager']>
475
710
  readonly computedInject: UnwrapRef<typeof import('@vueuse/core')['computedInject']>
476
711
  readonly computedWithControl: UnwrapRef<typeof import('@vueuse/core')['computedWithControl']>
712
+ readonly config: UnwrapRef<typeof import('./core/utils/src/helpers')['config']>
477
713
  readonly configPath: UnwrapRef<typeof import('./core/path/src/index')['configPath']>
478
- readonly constantCase: UnwrapRef<typeof import('./core/strings/src/index')['constantCase']>
714
+ readonly constantCase: UnwrapRef<typeof import('./core/strings/src/case')['constantCase']>
479
715
  readonly contains: UnwrapRef<typeof import('./core/arrays/src/index')['contains']>
716
+ readonly containsAll: UnwrapRef<typeof import('./core/arrays/src/index')['containsAll']>
717
+ readonly containsAny: UnwrapRef<typeof import('./core/arrays/src/index')['containsAny']>
718
+ readonly containsNone: UnwrapRef<typeof import('./core/arrays/src/index')['containsNone']>
719
+ readonly containsOnly: UnwrapRef<typeof import('./core/arrays/src/index')['containsOnly']>
480
720
  readonly controlledComputed: UnwrapRef<typeof import('@vueuse/core')['controlledComputed']>
481
721
  readonly controlledRef: UnwrapRef<typeof import('@vueuse/core')['controlledRef']>
482
722
  readonly copyFolder: UnwrapRef<typeof import('./core/storage/src/index')['copyFolder']>
483
723
  readonly corePath: UnwrapRef<typeof import('./core/path/src/index')['corePath']>
484
724
  readonly count: UnwrapRef<typeof import('../functions/counter')['count']>
485
725
  readonly createApp: UnwrapRef<typeof import('vue')['createApp']>
726
+ readonly createControlledPromise: UnwrapRef<typeof import('./core/utils/src/promise')['createControlledPromise']>
486
727
  readonly createEventHook: UnwrapRef<typeof import('@vueuse/core')['createEventHook']>
728
+ readonly createFolder: UnwrapRef<typeof import('./core/storage/src/index')['createFolder']>
487
729
  readonly createGenericProjection: UnwrapRef<typeof import('@vueuse/math')['createGenericProjection']>
488
730
  readonly createGlobalState: UnwrapRef<typeof import('@vueuse/core')['createGlobalState']>
489
731
  readonly createInjectionState: UnwrapRef<typeof import('@vueuse/core')['createInjectionState']>
490
732
  readonly createProjection: UnwrapRef<typeof import('@vueuse/math')['createProjection']>
733
+ readonly createPromiseLock: UnwrapRef<typeof import('./core/utils/src/promise')['createPromiseLock']>
491
734
  readonly createReactiveFn: UnwrapRef<typeof import('@vueuse/core')['createReactiveFn']>
492
735
  readonly createSharedComposable: UnwrapRef<typeof import('@vueuse/core')['createSharedComposable']>
736
+ readonly createSingletonPromise: UnwrapRef<typeof import('./core/utils/src/promise')['createSingletonPromise']>
493
737
  readonly createUnrefFn: UnwrapRef<typeof import('@vueuse/core')['createUnrefFn']>
738
+ readonly currentPage: UnwrapRef<typeof import('./core/search-engine/src/index')['currentPage']>
494
739
  readonly customElementsDataPath: UnwrapRef<typeof import('./core/path/src/index')['customElementsDataPath']>
495
740
  readonly customRef: UnwrapRef<typeof import('vue')['customRef']>
741
+ readonly dashboardPath: UnwrapRef<typeof import('./core/path/src/index')['dashboardPath']>
742
+ readonly database: UnwrapRef<typeof import('../config/database')['database']>
743
+ readonly databasePath: UnwrapRef<typeof import('./core/path/src/index')['databasePath']>
744
+ readonly dd: UnwrapRef<typeof import('./core/logging/src/index')['dd']>
745
+ readonly debounce: UnwrapRef<typeof import('./core/utils/src/vendor')['debounce']>
496
746
  readonly debouncedRef: UnwrapRef<typeof import('@vueuse/core')['debouncedRef']>
497
747
  readonly debouncedWatch: UnwrapRef<typeof import('@vueuse/core')['debouncedWatch']>
748
+ readonly debug: UnwrapRef<typeof import('./core/logging/src/index')['debug']>
498
749
  readonly decrypt: UnwrapRef<typeof import('./core/security/src/crypt')['decrypt']>
750
+ readonly deepMerge: UnwrapRef<typeof import('./core/objects/src/index')['deepMerge']>
499
751
  readonly defineAsyncComponent: UnwrapRef<typeof import('vue')['defineAsyncComponent']>
500
752
  readonly defineComponent: UnwrapRef<typeof import('vue')['defineComponent']>
501
753
  readonly deleteEmptyFolders: UnwrapRef<typeof import('./core/storage/src/index')['deleteEmptyFolders']>
@@ -504,78 +756,190 @@ declare module 'vue' {
504
756
  readonly delimiter: UnwrapRef<typeof import('./core/path/src/index')['delimiter']>
505
757
  readonly deploy: UnwrapRef<typeof import('../config/deploy')['deploy']>
506
758
  readonly describe: UnwrapRef<typeof import('vitest')['describe']>
759
+ readonly desktopPath: UnwrapRef<typeof import('./core/path/src/index')['desktopPath']>
760
+ readonly detectIndent: UnwrapRef<typeof import('./core/utils/src/helpers')['detectIndent']>
761
+ readonly detectNewline: UnwrapRef<typeof import('./core/utils/src/helpers')['detectNewline']>
762
+ readonly determineResetPreset: UnwrapRef<typeof import('./core/utils/src/helpers')['determineResetPreset']>
763
+ readonly determineState: UnwrapRef<typeof import('./core/search-engine/src/helpers')['determineState']>
507
764
  readonly dirname: UnwrapRef<typeof import('./core/path/src/index')['dirname']>
765
+ readonly dispatch: UnwrapRef<typeof import('./core/events/src/index')['dispatch']>
508
766
  readonly docs: UnwrapRef<typeof import('../config/docs')['default']>
509
767
  readonly docsPath: UnwrapRef<typeof import('./core/path/src/index')['docsPath']>
510
768
  readonly doesFolderExist: UnwrapRef<typeof import('./core/storage/src/index')['doesFolderExist']>
511
- readonly dotCase: UnwrapRef<typeof import('./core/strings/src/index')['dotCase']>
769
+ readonly domainsPath: UnwrapRef<typeof import('./core/path/src/index')['domainsPath']>
770
+ readonly dotCase: UnwrapRef<typeof import('./core/strings/src/case')['dotCase']>
771
+ readonly driversPath: UnwrapRef<typeof import('./core/path/src/index')['driversPath']>
772
+ readonly dump: UnwrapRef<typeof import('./core/logging/src/index')['dump']>
512
773
  readonly eagerComputed: UnwrapRef<typeof import('@vueuse/core')['eagerComputed']>
513
774
  readonly effectScope: UnwrapRef<typeof import('vue')['effectScope']>
775
+ readonly email: UnwrapRef<typeof import('./core/notifications/src/index')['email']>
776
+ readonly emailPath: UnwrapRef<typeof import('./core/path/src/index')['emailPath']>
514
777
  readonly encrypt: UnwrapRef<typeof import('./core/security/src/crypt')['encrypt']>
778
+ readonly ensurePrefix: UnwrapRef<typeof import('./core/strings/src/utils')['ensurePrefix']>
779
+ readonly ensureSuffix: UnwrapRef<typeof import('./core/strings/src/utils')['ensureSuffix']>
780
+ readonly env: UnwrapRef<typeof import('./core/utils/src/helpers')['env']>
781
+ readonly err: UnwrapRef<typeof import('./core/error-handling/src/index')['err']>
782
+ readonly errAsync: UnwrapRef<typeof import('./core/error-handling/src/index')['errAsync']>
783
+ readonly errorHandlingPath: UnwrapRef<typeof import('./core/path/src/index')['errorHandlingPath']>
784
+ readonly events: UnwrapRef<typeof import('./core/events/src/index')['events']>
785
+ readonly eventsPath: UnwrapRef<typeof import('./core/path/src/index')['eventsPath']>
515
786
  readonly examplesPath: UnwrapRef<typeof import('./core/path/src/index')['examplesPath']>
516
787
  readonly expect: UnwrapRef<typeof import('vitest')['expect']>
517
788
  readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
518
789
  readonly extname: UnwrapRef<typeof import('./core/path/src/index')['extname']>
519
790
  readonly filesystem: UnwrapRef<typeof import('./core/storage/src/index')['filesystem']>
791
+ readonly filterName: UnwrapRef<typeof import('./core/search-engine/src/index')['filterName']>
792
+ readonly filters: UnwrapRef<typeof import('./core/search-engine/src/index')['filters']>
793
+ readonly flattenArrayable: UnwrapRef<typeof import('./core/arrays/src/index')['flattenArrayable']>
520
794
  readonly format: UnwrapRef<typeof import('./core/path/src/index')['format']>
521
795
  readonly frameworkPath: UnwrapRef<typeof import('./core/path/src/index')['frameworkPath']>
522
- readonly fsPath: UnwrapRef<typeof import('./core/path/src/index')['fsPath']>
796
+ readonly frameworkVersion: UnwrapRef<typeof import('./core/utils/src/helpers')['frameworkVersion']>
797
+ readonly fromPromise: UnwrapRef<typeof import('./core/error-handling/src/index')['fromPromise']>
798
+ readonly fromSafePromise: UnwrapRef<typeof import('./core/error-handling/src/index')['fromSafePromise']>
799
+ readonly fromThrowable: UnwrapRef<typeof import('./core/error-handling/src/index')['fromThrowable']>
523
800
  readonly functionsPath: UnwrapRef<typeof import('./core/path/src/index')['functionsPath']>
524
801
  readonly generateAppKey: UnwrapRef<typeof import('./core/security/src/key')['generateAppKey']>
525
802
  readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
526
803
  readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
804
+ readonly getTypeName: UnwrapRef<typeof import('./core/utils/src/index')['getTypeName']>
527
805
  readonly git: UnwrapRef<typeof import('../config/git')['git']>
528
806
  readonly gitPath: UnwrapRef<typeof import('./core/path/src/index')['gitPath']>
807
+ readonly goToNextPage: UnwrapRef<typeof import('./core/search-engine/src/index')['goToNextPage']>
808
+ readonly goToPage: UnwrapRef<typeof import('./core/search-engine/src/index')['goToPage']>
809
+ readonly goToPrevPage: UnwrapRef<typeof import('./core/search-engine/src/index')['goToPrevPage']>
529
810
  readonly h: UnwrapRef<typeof import('vue')['h']>
530
811
  readonly hasComponents: UnwrapRef<typeof import('./core/storage/src/index')['hasComponents']>
531
812
  readonly hasFiles: UnwrapRef<typeof import('./core/storage/src/index')['hasFiles']>
532
813
  readonly hasFunctions: UnwrapRef<typeof import('./core/storage/src/index')['hasFunctions']>
533
814
  readonly hasOwn: UnwrapRef<typeof import('@vueuse/shared')['hasOwn']>
815
+ readonly hasOwnProperty: UnwrapRef<typeof import('./core/objects/src/index')['hasOwnProperty']>
816
+ readonly hasScript: UnwrapRef<typeof import('./core/utils/src/helpers')['hasScript']>
534
817
  readonly hashing: UnwrapRef<typeof import('../config/hashing')['hashing']>
535
- readonly headerCase: UnwrapRef<typeof import('./core/strings/src/index')['headerCase']>
818
+ readonly headerCase: UnwrapRef<typeof import('./core/strings/src/case')['headerCase']>
819
+ readonly healthPath: UnwrapRef<typeof import('./core/path/src/index')['healthPath']>
820
+ readonly hits: UnwrapRef<typeof import('./core/search-engine/src/index')['hits']>
536
821
  readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
537
822
  readonly increment: UnwrapRef<typeof import('../functions/counter')['increment']>
823
+ readonly index: UnwrapRef<typeof import('./core/search-engine/src/index')['index']>
538
824
  readonly inject: UnwrapRef<typeof import('vue')['inject']>
539
825
  readonly isAbsolute: UnwrapRef<typeof import('./core/path/src/index')['isAbsolute']>
540
- readonly isBoolean: UnwrapRef<typeof import('@vueuse/shared')['isBoolean']>
826
+ readonly isAlpha: UnwrapRef<typeof import('./core/strings/src/validation')['isAlpha']>
827
+ readonly isAlphanumeric: UnwrapRef<typeof import('./core/strings/src/validation')['isAlphanumeric']>
828
+ readonly isAppKeySet: UnwrapRef<typeof import('./core/utils/src/helpers')['isAppKeySet']>
829
+ readonly isAscii: UnwrapRef<typeof import('./core/strings/src/validation')['isAscii']>
830
+ readonly isBase32: UnwrapRef<typeof import('./core/strings/src/validation')['isBase32']>
831
+ readonly isBase64: UnwrapRef<typeof import('./core/strings/src/validation')['isBase64']>
832
+ readonly isBoolean: UnwrapRef<typeof import('./core/utils/src/is')['isBoolean']>
833
+ readonly isBrowser: UnwrapRef<typeof import('./core/utils/src/is')['isBrowser']>
834
+ readonly isByteLength: UnwrapRef<typeof import('./core/strings/src/validation')['isByteLength']>
541
835
  readonly isClient: UnwrapRef<typeof import('@vueuse/shared')['isClient']>
836
+ readonly isCreditCard: UnwrapRef<typeof import('./core/strings/src/validation')['isCreditCard']>
837
+ readonly isCurrency: UnwrapRef<typeof import('./core/strings/src/validation')['isCurrency']>
542
838
  readonly isDark: UnwrapRef<typeof import('../functions/dark')['isDark']>
543
- readonly isDef: UnwrapRef<typeof import('@vueuse/shared')['isDef']>
839
+ readonly isDataURI: UnwrapRef<typeof import('./core/strings/src/validation')['isDataURI']>
840
+ readonly isDate: UnwrapRef<typeof import('./core/strings/src/validation')['isDate']>
841
+ readonly isDeepEqual: UnwrapRef<typeof import('./core/utils/src/equal')['isDeepEqual']>
842
+ readonly isDef: UnwrapRef<typeof import('./core/utils/src/is')['isDef']>
544
843
  readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
844
+ readonly isEmail: UnwrapRef<typeof import('./core/strings/src/validation')['isEmail']>
845
+ readonly isFQDN: UnwrapRef<typeof import('./core/strings/src/validation')['isFQDN']>
545
846
  readonly isFile: UnwrapRef<typeof import('./core/storage/src/index')['isFile']>
546
847
  readonly isFolder: UnwrapRef<typeof import('./core/storage/src/index')['isFolder']>
547
- readonly isFunction: UnwrapRef<typeof import('@vueuse/shared')['isFunction']>
848
+ readonly isFullWidth: UnwrapRef<typeof import('./core/strings/src/validation')['isFullWidth']>
849
+ readonly isFunction: UnwrapRef<typeof import('./core/utils/src/is')['isFunction']>
850
+ readonly isHSL: UnwrapRef<typeof import('./core/strings/src/validation')['isHSL']>
851
+ readonly isHalfWidth: UnwrapRef<typeof import('./core/strings/src/validation')['isHalfWidth']>
852
+ readonly isHash: UnwrapRef<typeof import('./core/strings/src/validation')['isHash']>
853
+ readonly isHexColor: UnwrapRef<typeof import('./core/strings/src/validation')['isHexColor']>
854
+ readonly isHexadecimal: UnwrapRef<typeof import('./core/strings/src/validation')['isHexadecimal']>
855
+ readonly isIBAN: UnwrapRef<typeof import('./core/strings/src/validation')['isIBAN']>
548
856
  readonly isIOS: UnwrapRef<typeof import('@vueuse/shared')['isIOS']>
549
- readonly isNumber: UnwrapRef<typeof import('@vueuse/shared')['isNumber']>
550
- readonly isObject: UnwrapRef<typeof import('@vueuse/shared')['isObject']>
857
+ readonly isIP: UnwrapRef<typeof import('./core/strings/src/validation')['isIP']>
858
+ readonly isIPRange: UnwrapRef<typeof import('./core/strings/src/validation')['isIPRange']>
859
+ readonly isISBN: UnwrapRef<typeof import('./core/strings/src/validation')['isISBN']>
860
+ readonly isISIN: UnwrapRef<typeof import('./core/strings/src/validation')['isISIN']>
861
+ readonly isISO31661Alpha2: UnwrapRef<typeof import('./core/strings/src/validation')['isISO31661Alpha2']>
862
+ readonly isISO31661Alpha3: UnwrapRef<typeof import('./core/strings/src/validation')['isISO31661Alpha3']>
863
+ readonly isISO8601: UnwrapRef<typeof import('./core/strings/src/validation')['isISO8601']>
864
+ readonly isISRC: UnwrapRef<typeof import('./core/strings/src/validation')['isISRC']>
865
+ readonly isISSN: UnwrapRef<typeof import('./core/strings/src/validation')['isISSN']>
866
+ readonly isIdentityCard: UnwrapRef<typeof import('./core/strings/src/validation')['isIdentityCard']>
867
+ readonly isJSON: UnwrapRef<typeof import('./core/strings/src/validation')['isJSON']>
868
+ readonly isJWT: UnwrapRef<typeof import('./core/strings/src/validation')['isJWT']>
869
+ readonly isKeyOf: UnwrapRef<typeof import('./core/objects/src/index')['isKeyOf']>
870
+ readonly isLatLong: UnwrapRef<typeof import('./core/strings/src/validation')['isLatLong']>
871
+ readonly isLatitude: UnwrapRef<typeof import('./core/strings/src/validation')['isLatitude']>
872
+ readonly isLongitude: UnwrapRef<typeof import('./core/strings/src/validation')['isLongitude']>
873
+ readonly isMACAddress: UnwrapRef<typeof import('./core/strings/src/validation')['isMACAddress']>
874
+ readonly isManifest: UnwrapRef<typeof import('./core/utils/src/helpers')['isManifest']>
875
+ readonly isMap: UnwrapRef<typeof import('./core/utils/src/is')['isMap']>
876
+ readonly isMimeType: UnwrapRef<typeof import('./core/strings/src/validation')['isMimeType']>
877
+ readonly isMobilePhone: UnwrapRef<typeof import('./core/strings/src/validation')['isMobilePhone']>
878
+ readonly isMongoId: UnwrapRef<typeof import('./core/strings/src/validation')['isMongoId']>
879
+ readonly isNumber: UnwrapRef<typeof import('./core/utils/src/is')['isNumber']>
880
+ readonly isNumeric: UnwrapRef<typeof import('./core/strings/src/validation')['isNumeric']>
881
+ readonly isObject: UnwrapRef<typeof import('./core/utils/src/is')['isObject']>
882
+ readonly isOptionalString: UnwrapRef<typeof import('./core/utils/src/helpers')['isOptionalString']>
883
+ readonly isPlural: UnwrapRef<typeof import('./core/strings/src/pluralize')['isPlural']>
884
+ readonly isPostalCode: UnwrapRef<typeof import('./core/strings/src/validation')['isPostalCode']>
885
+ readonly isProjectCreated: UnwrapRef<typeof import('./core/utils/src/helpers')['isProjectCreated']>
886
+ readonly isPromise: UnwrapRef<typeof import('./core/utils/src/is')['isPromise']>
551
887
  readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
552
888
  readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
553
889
  readonly isReadonly: UnwrapRef<typeof import('vue')['isReadonly']>
554
890
  readonly isRef: UnwrapRef<typeof import('vue')['isRef']>
555
- readonly isString: UnwrapRef<typeof import('@vueuse/shared')['isString']>
556
- readonly isWindow: UnwrapRef<typeof import('@vueuse/shared')['isWindow']>
891
+ readonly isServer: UnwrapRef<typeof import('./core/utils/src/is')['isServer']>
892
+ readonly isSet: UnwrapRef<typeof import('./core/utils/src/is')['isSet']>
893
+ readonly isSingular: UnwrapRef<typeof import('./core/strings/src/pluralize')['isSingular']>
894
+ readonly isString: UnwrapRef<typeof import('./core/utils/src/is')['isString']>
895
+ readonly isStrongPassword: UnwrapRef<typeof import('./core/strings/src/validation')['isStrongPassword']>
896
+ readonly isTruthy: UnwrapRef<typeof import('./core/utils/src/guards')['isTruthy']>
897
+ readonly isURL: UnwrapRef<typeof import('./core/strings/src/validation')['isURL']>
898
+ readonly isUUID: UnwrapRef<typeof import('./core/strings/src/validation')['isUUID']>
899
+ readonly isWindow: UnwrapRef<typeof import('./core/utils/src/is')['isWindow']>
557
900
  readonly it: UnwrapRef<typeof import('vitest')['it']>
558
901
  readonly join: UnwrapRef<typeof import('./core/path/src/index')['join']>
559
- readonly kebabCase: UnwrapRef<typeof import('./core/strings/src/index')['kebabCase']>
902
+ readonly kebabCase: UnwrapRef<typeof import('./core/strings/src/case')['kebabCase']>
560
903
  readonly langPath: UnwrapRef<typeof import('./core/path/src/index')['langPath']>
904
+ readonly last: UnwrapRef<typeof import('./core/arrays/src/index')['last']>
905
+ readonly lastPageNumber: UnwrapRef<typeof import('./core/search-engine/src/index')['lastPageNumber']>
561
906
  readonly library: UnwrapRef<typeof import('../config/library')['library']>
562
907
  readonly libraryEntryPath: UnwrapRef<typeof import('./core/path/src/index')['libraryEntryPath']>
563
908
  readonly lintPath: UnwrapRef<typeof import('./core/path/src/index')['lintPath']>
909
+ readonly listen: UnwrapRef<typeof import('./core/events/src/index')['listen']>
910
+ readonly log: UnwrapRef<typeof import('./core/logging/src/index')['log']>
911
+ readonly loggingPath: UnwrapRef<typeof import('./core/path/src/index')['loggingPath']>
564
912
  readonly logicAnd: UnwrapRef<typeof import('@vueuse/math')['logicAnd']>
565
913
  readonly logicNot: UnwrapRef<typeof import('@vueuse/math')['logicNot']>
566
914
  readonly logicOr: UnwrapRef<typeof import('@vueuse/math')['logicOr']>
915
+ readonly loop: UnwrapRef<typeof import('./core/utils/src/index')['loop']>
567
916
  readonly makeDestructurable: UnwrapRef<typeof import('@vueuse/core')['makeDestructurable']>
568
917
  readonly makeHash: UnwrapRef<typeof import('./core/security/src/hash')['makeHash']>
569
918
  readonly markRaw: UnwrapRef<typeof import('vue')['markRaw']>
570
919
  readonly md5Encode: UnwrapRef<typeof import('./core/security/src/hash')['md5Encode']>
920
+ readonly mergeArrayable: UnwrapRef<typeof import('./core/arrays/src/index')['mergeArrayable']>
921
+ readonly mitt: UnwrapRef<typeof import('./core/events/src/index')['mitt']>
571
922
  readonly modulesPath: UnwrapRef<typeof import('./core/path/src/index')['modulesPath']>
923
+ readonly move: UnwrapRef<typeof import('./core/arrays/src/index')['move']>
572
924
  readonly nextTick: UnwrapRef<typeof import('vue')['nextTick']>
573
- readonly noCase: UnwrapRef<typeof import('./core/strings/src/index')['noCase']>
574
- readonly noop: UnwrapRef<typeof import('@vueuse/shared')['noop']>
925
+ readonly noCase: UnwrapRef<typeof import('./core/strings/src/case')['noCase']>
926
+ readonly noNull: UnwrapRef<typeof import('./core/utils/src/guards')['noNull']>
927
+ readonly noop: UnwrapRef<typeof import('./core/utils/src/index')['noop']>
575
928
  readonly normalize: UnwrapRef<typeof import('./core/path/src/index')['normalize']>
576
929
  readonly normalizeString: UnwrapRef<typeof import('./core/path/src/index')['normalizeString']>
930
+ readonly notNullish: UnwrapRef<typeof import('./core/utils/src/guards')['notNullish']>
931
+ readonly notUndefined: UnwrapRef<typeof import('./core/utils/src/guards')['notUndefined']>
932
+ readonly notification: UnwrapRef<typeof import('./core/notifications/src/index')['notification']>
933
+ readonly notificationsPath: UnwrapRef<typeof import('./core/path/src/index')['notificationsPath']>
577
934
  readonly now: UnwrapRef<typeof import('@vueuse/shared')['now']>
935
+ readonly objectEntries: UnwrapRef<typeof import('./core/objects/src/index')['objectEntries']>
936
+ readonly objectKeys: UnwrapRef<typeof import('./core/objects/src/index')['objectKeys']>
937
+ readonly objectMap: UnwrapRef<typeof import('./core/objects/src/index')['objectMap']>
938
+ readonly objectPick: UnwrapRef<typeof import('./core/objects/src/index')['objectPick']>
578
939
  readonly objectsPath: UnwrapRef<typeof import('./core/path/src/index')['objectsPath']>
940
+ readonly off: UnwrapRef<typeof import('./core/events/src/index')['off']>
941
+ readonly ok: UnwrapRef<typeof import('./core/error-handling/src/index')['ok']>
942
+ readonly okAsync: UnwrapRef<typeof import('./core/error-handling/src/index')['okAsync']>
579
943
  readonly onActivated: UnwrapRef<typeof import('vue')['onActivated']>
580
944
  readonly onBeforeMount: UnwrapRef<typeof import('vue')['onBeforeMount']>
581
945
  readonly onBeforeRouteLeave: UnwrapRef<typeof import('vue-router')['onBeforeRouteLeave']>
@@ -595,19 +959,30 @@ declare module 'vue' {
595
959
  readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
596
960
  readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
597
961
  readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
962
+ readonly p: UnwrapRef<typeof import('./core/utils/src/p')['p']>
598
963
  readonly packageJsonPath: UnwrapRef<typeof import('./core/path/src/index')['packageJsonPath']>
599
964
  readonly pagesPath: UnwrapRef<typeof import('./core/path/src/index')['pagesPath']>
600
- readonly paramCase: UnwrapRef<typeof import('./core/strings/src/index')['paramCase']>
965
+ readonly paramCase: UnwrapRef<typeof import('./core/strings/src/case')['paramCase']>
601
966
  readonly parse: UnwrapRef<typeof import('./core/path/src/index')['parse']>
602
- readonly pascalCase: UnwrapRef<typeof import('./core/strings/src/index')['pascalCase']>
967
+ readonly partition: UnwrapRef<typeof import('./core/arrays/src/index')['partition']>
968
+ readonly pascalCase: UnwrapRef<typeof import('./core/strings/src/case')['pascalCase']>
603
969
  readonly path: UnwrapRef<typeof import('./core/path/src/index')['path']>
604
- readonly pathCase: UnwrapRef<typeof import('./core/strings/src/index')['pathCase']>
970
+ readonly pathCase: UnwrapRef<typeof import('./core/strings/src/case')['pathCase']>
605
971
  readonly pathPath: UnwrapRef<typeof import('./core/path/src/index')['pathPath']>
606
972
  readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
973
+ readonly paymentsPath: UnwrapRef<typeof import('./core/path/src/index')['paymentsPath']>
974
+ readonly perPage: UnwrapRef<typeof import('./core/search-engine/src/index')['perPage']>
975
+ readonly plural: UnwrapRef<typeof import('./core/strings/src/pluralize')['plural']>
607
976
  readonly preferredDark: UnwrapRef<typeof import('../functions/dark')['preferredDark']>
608
977
  readonly projectPath: UnwrapRef<typeof import('./core/path/src/index')['projectPath']>
609
978
  readonly provide: UnwrapRef<typeof import('vue')['provide']>
979
+ readonly pushPath: UnwrapRef<typeof import('./core/path/src/index')['pushPath']>
980
+ readonly query: UnwrapRef<typeof import('./core/search-engine/src/index')['query']>
981
+ readonly queuePath: UnwrapRef<typeof import('./core/path/src/index')['queuePath']>
610
982
  readonly rand: UnwrapRef<typeof import('@vueuse/shared')['rand']>
983
+ readonly randomStr: UnwrapRef<typeof import('./core/strings/src/utils')['randomStr']>
984
+ readonly range: UnwrapRef<typeof import('./core/arrays/src/index')['range']>
985
+ readonly ray: UnwrapRef<typeof import('./core/logging/src/index')['ray']>
611
986
  readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
612
987
  readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
613
988
  readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
@@ -617,6 +992,7 @@ declare module 'vue' {
617
992
  readonly readJsonFile: UnwrapRef<typeof import('./core/storage/src/index')['readJsonFile']>
618
993
  readonly readTextFile: UnwrapRef<typeof import('./core/storage/src/index')['readTextFile']>
619
994
  readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
995
+ readonly realtimePath: UnwrapRef<typeof import('./core/path/src/index')['realtimePath']>
620
996
  readonly ref: UnwrapRef<typeof import('vue')['ref']>
621
997
  readonly refAutoReset: UnwrapRef<typeof import('@vueuse/core')['refAutoReset']>
622
998
  readonly refDebounced: UnwrapRef<typeof import('@vueuse/core')['refDebounced']>
@@ -624,42 +1000,72 @@ declare module 'vue' {
624
1000
  readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
625
1001
  readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
626
1002
  readonly relative: UnwrapRef<typeof import('./core/path/src/index')['relative']>
1003
+ readonly remove: UnwrapRef<typeof import('./core/arrays/src/index')['remove']>
627
1004
  readonly resolve: UnwrapRef<typeof import('./core/path/src/index')['resolve']>
628
1005
  readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
629
1006
  readonly resolveDirective: UnwrapRef<typeof import('vue')['resolveDirective']>
630
1007
  readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
631
1008
  readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
1009
+ readonly results: UnwrapRef<typeof import('./core/search-engine/src/index')['results']>
1010
+ readonly router: UnwrapRef<typeof import('./core/router/src/index')['router']>
632
1011
  readonly routerPath: UnwrapRef<typeof import('./core/path/src/index')['routerPath']>
633
1012
  readonly routesPath: UnwrapRef<typeof import('./core/path/src/index')['routesPath']>
1013
+ readonly runNpmScript: UnwrapRef<typeof import('./core/utils/src/helpers')['runNpmScript']>
1014
+ readonly runtimePath: UnwrapRef<typeof import('./core/path/src/index')['runtimePath']>
1015
+ readonly sample: UnwrapRef<typeof import('./core/arrays/src/index')['sample']>
634
1016
  readonly scriptsPath: UnwrapRef<typeof import('./core/path/src/index')['scriptsPath']>
1017
+ readonly searchEngine: UnwrapRef<typeof import('../config/search-engine')['searchEngine']>
1018
+ readonly searchEnginePath: UnwrapRef<typeof import('./core/path/src/index')['searchEnginePath']>
1019
+ readonly searchFilters: UnwrapRef<typeof import('./core/search-engine/src/index')['searchFilters']>
1020
+ readonly searchParams: UnwrapRef<typeof import('./core/search-engine/src/index')['searchParams']>
635
1021
  readonly securityPath: UnwrapRef<typeof import('./core/path/src/index')['securityPath']>
636
- readonly sentenceCase: UnwrapRef<typeof import('./core/strings/src/index')['sentenceCase']>
1022
+ readonly sentenceCase: UnwrapRef<typeof import('./core/strings/src/case')['sentenceCase']>
637
1023
  readonly sep: UnwrapRef<typeof import('./core/path/src/index')['sep']>
638
1024
  readonly serverPath: UnwrapRef<typeof import('./core/path/src/index')['serverPath']>
639
1025
  readonly serverlessPath: UnwrapRef<typeof import('./core/path/src/index')['serverlessPath']>
640
1026
  readonly services: UnwrapRef<typeof import('../config/services')['services']>
1027
+ readonly setEnvValue: UnwrapRef<typeof import('./core/utils/src/helpers')['setEnvValue']>
1028
+ readonly setTotalHits: UnwrapRef<typeof import('./core/search-engine/src/index')['setTotalHits']>
641
1029
  readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
642
1030
  readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
643
1031
  readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
644
- readonly snakeCase: UnwrapRef<typeof import('./core/strings/src/index')['snakeCase']>
645
- readonly src: UnwrapRef<typeof import('./core/storage/src/index')['default']>
1032
+ readonly shuffle: UnwrapRef<typeof import('./core/arrays/src/index')['shuffle']>
1033
+ readonly singular: UnwrapRef<typeof import('./core/strings/src/pluralize')['singular']>
1034
+ readonly slash: UnwrapRef<typeof import('./core/strings/src/utils')['slash']>
1035
+ readonly sleep: UnwrapRef<typeof import('./core/utils/src/promise')['sleep']>
1036
+ readonly sms: UnwrapRef<typeof import('./core/notifications/src/index')['sms']>
1037
+ readonly smsPath: UnwrapRef<typeof import('./core/path/src/index')['smsPath']>
1038
+ readonly snakeCase: UnwrapRef<typeof import('./core/strings/src/case')['snakeCase']>
1039
+ readonly sort: UnwrapRef<typeof import('./core/search-engine/src/index')['sort']>
1040
+ readonly sorts: UnwrapRef<typeof import('./core/search-engine/src/index')['sorts']>
1041
+ readonly src: UnwrapRef<typeof import('./core/ui/src/index')['default']>
646
1042
  readonly stacksPath: UnwrapRef<typeof import('./core/path/src/index')['stacksPath']>
1043
+ readonly storage: UnwrapRef<typeof import('../config/storage')['storage']>
1044
+ readonly storagePath: UnwrapRef<typeof import('./core/path/src/index')['storagePath']>
647
1045
  readonly stringsPath: UnwrapRef<typeof import('./core/path/src/index')['stringsPath']>
648
1046
  readonly suite: UnwrapRef<typeof import('vitest')['suite']>
649
1047
  readonly syncRef: UnwrapRef<typeof import('@vueuse/core')['syncRef']>
650
1048
  readonly syncRefs: UnwrapRef<typeof import('@vueuse/core')['syncRefs']>
1049
+ readonly tablesPath: UnwrapRef<typeof import('./core/path/src/index')['tablesPath']>
1050
+ readonly tap: UnwrapRef<typeof import('./core/utils/src/function')['tap']>
1051
+ readonly template: UnwrapRef<typeof import('./core/strings/src/utils')['template']>
651
1052
  readonly templateRef: UnwrapRef<typeof import('@vueuse/core')['templateRef']>
652
1053
  readonly test: UnwrapRef<typeof import('vitest')['test']>
653
1054
  readonly testingPath: UnwrapRef<typeof import('./core/path/src/index')['testingPath']>
1055
+ readonly testsPath: UnwrapRef<typeof import('./core/path/src/index')['testsPath']>
1056
+ readonly throttle: UnwrapRef<typeof import('./core/utils/src/vendor')['throttle']>
654
1057
  readonly throttledRef: UnwrapRef<typeof import('@vueuse/core')['throttledRef']>
655
1058
  readonly throttledWatch: UnwrapRef<typeof import('@vueuse/core')['throttledWatch']>
656
1059
  readonly timestamp: UnwrapRef<typeof import('@vueuse/shared')['timestamp']>
1060
+ readonly toArray: UnwrapRef<typeof import('./core/arrays/src/index')['toArray']>
657
1061
  readonly toNamespacedPath: UnwrapRef<typeof import('./core/path/src/index')['toNamespacedPath']>
658
1062
  readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
659
1063
  readonly toReactive: UnwrapRef<typeof import('@vueuse/core')['toReactive']>
660
1064
  readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
661
1065
  readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
1066
+ readonly toString: UnwrapRef<typeof import('./core/utils/src/index')['toString']>
662
1067
  readonly toggleDark: UnwrapRef<typeof import('../functions/dark')['toggleDark']>
1068
+ readonly totalPages: UnwrapRef<typeof import('./core/search-engine/src/index')['totalPages']>
663
1069
  readonly triggerRef: UnwrapRef<typeof import('vue')['triggerRef']>
664
1070
  readonly tryOnBeforeMount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeMount']>
665
1071
  readonly tryOnBeforeUnmount: UnwrapRef<typeof import('@vueuse/core')['tryOnBeforeUnmount']>
@@ -669,9 +1075,13 @@ declare module 'vue' {
669
1075
  readonly typesPath: UnwrapRef<typeof import('./core/path/src/index')['typesPath']>
670
1076
  readonly ui: UnwrapRef<typeof import('../config/ui')['ui']>
671
1077
  readonly uiPath: UnwrapRef<typeof import('./core/path/src/index')['uiPath']>
1078
+ readonly uniq: UnwrapRef<typeof import('./core/arrays/src/index')['uniq']>
1079
+ readonly uniqueBy: UnwrapRef<typeof import('./core/arrays/src/index')['uniqueBy']>
1080
+ readonly unocss: UnwrapRef<typeof import('./core/ui/src/unocss')['default']>
672
1081
  readonly unref: UnwrapRef<typeof import('vue')['unref']>
673
1082
  readonly unrefElement: UnwrapRef<typeof import('@vueuse/core')['unrefElement']>
674
1083
  readonly until: UnwrapRef<typeof import('@vueuse/core')['until']>
1084
+ readonly updateConfigFile: UnwrapRef<typeof import('./core/storage/src/index')['updateConfigFile']>
675
1085
  readonly useAbs: UnwrapRef<typeof import('@vueuse/math')['useAbs']>
676
1086
  readonly useActiveElement: UnwrapRef<typeof import('@vueuse/core')['useActiveElement']>
677
1087
  readonly useArrayEvery: UnwrapRef<typeof import('@vueuse/core')['useArrayEvery']>
@@ -682,6 +1092,7 @@ declare module 'vue' {
682
1092
  readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
683
1093
  readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
684
1094
  readonly useArraySome: UnwrapRef<typeof import('@vueuse/core')['useArraySome']>
1095
+ readonly useArrayUnique: UnwrapRef<typeof import('@vueuse/core')['useArrayUnique']>
685
1096
  readonly useAsyncQueue: UnwrapRef<typeof import('@vueuse/core')['useAsyncQueue']>
686
1097
  readonly useAsyncState: UnwrapRef<typeof import('@vueuse/core')['useAsyncState']>
687
1098
  readonly useAttrs: UnwrapRef<typeof import('vue')['useAttrs']>
@@ -694,6 +1105,7 @@ declare module 'vue' {
694
1105
  readonly useBrowserLocation: UnwrapRef<typeof import('@vueuse/core')['useBrowserLocation']>
695
1106
  readonly useCached: UnwrapRef<typeof import('@vueuse/core')['useCached']>
696
1107
  readonly useCeil: UnwrapRef<typeof import('@vueuse/math')['useCeil']>
1108
+ readonly useChat: UnwrapRef<typeof import('./core/notifications/src/index')['useChat']>
697
1109
  readonly useClamp: UnwrapRef<typeof import('@vueuse/math')['useClamp']>
698
1110
  readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
699
1111
  readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
@@ -723,6 +1135,8 @@ declare module 'vue' {
723
1135
  readonly useElementHover: UnwrapRef<typeof import('@vueuse/core')['useElementHover']>
724
1136
  readonly useElementSize: UnwrapRef<typeof import('@vueuse/core')['useElementSize']>
725
1137
  readonly useElementVisibility: UnwrapRef<typeof import('@vueuse/core')['useElementVisibility']>
1138
+ readonly useEmail: UnwrapRef<typeof import('./core/notifications/src/index')['useEmail']>
1139
+ readonly useEvent: UnwrapRef<typeof import('./core/events/src/index')['useEvent']>
726
1140
  readonly useEventBus: UnwrapRef<typeof import('@vueuse/core')['useEventBus']>
727
1141
  readonly useEventListener: UnwrapRef<typeof import('@vueuse/core')['useEventListener']>
728
1142
  readonly useEventSource: UnwrapRef<typeof import('@vueuse/core')['useEventSource']>
@@ -765,6 +1179,7 @@ declare module 'vue' {
765
1179
  readonly useMutationObserver: UnwrapRef<typeof import('@vueuse/core')['useMutationObserver']>
766
1180
  readonly useNavigatorLanguage: UnwrapRef<typeof import('@vueuse/core')['useNavigatorLanguage']>
767
1181
  readonly useNetwork: UnwrapRef<typeof import('@vueuse/core')['useNetwork']>
1182
+ readonly useNotification: UnwrapRef<typeof import('./core/notifications/src/index')['useNotification']>
768
1183
  readonly useNow: UnwrapRef<typeof import('@vueuse/core')['useNow']>
769
1184
  readonly useObjectUrl: UnwrapRef<typeof import('@vueuse/core')['useObjectUrl']>
770
1185
  readonly useOffsetPagination: UnwrapRef<typeof import('@vueuse/core')['useOffsetPagination']>
@@ -773,6 +1188,7 @@ declare module 'vue' {
773
1188
  readonly useParallax: UnwrapRef<typeof import('@vueuse/core')['useParallax']>
774
1189
  readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']>
775
1190
  readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']>
1191
+ readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']>
776
1192
  readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']>
777
1193
  readonly usePrecision: UnwrapRef<typeof import('@vueuse/math')['usePrecision']>
778
1194
  readonly usePreferredColorScheme: UnwrapRef<typeof import('@vueuse/core')['usePreferredColorScheme']>
@@ -780,6 +1196,7 @@ declare module 'vue' {
780
1196
  readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
781
1197
  readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
782
1198
  readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
1199
+ readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
783
1200
  readonly useProjection: UnwrapRef<typeof import('@vueuse/math')['useProjection']>
784
1201
  readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
785
1202
  readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
@@ -787,11 +1204,13 @@ declare module 'vue' {
787
1204
  readonly useRound: UnwrapRef<typeof import('@vueuse/math')['useRound']>
788
1205
  readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
789
1206
  readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
1207
+ readonly useSMS: UnwrapRef<typeof import('./core/notifications/src/index')['useSMS']>
790
1208
  readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
791
1209
  readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
792
1210
  readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>
793
1211
  readonly useScroll: UnwrapRef<typeof import('@vueuse/core')['useScroll']>
794
1212
  readonly useScrollLock: UnwrapRef<typeof import('@vueuse/core')['useScrollLock']>
1213
+ readonly useSearchEngine: UnwrapRef<typeof import('./core/search-engine/src/index')['useSearchEngine']>
795
1214
  readonly useSessionStorage: UnwrapRef<typeof import('@vueuse/core')['useSessionStorage']>
796
1215
  readonly useShare: UnwrapRef<typeof import('@vueuse/core')['useShare']>
797
1216
  readonly useSlots: UnwrapRef<typeof import('vue')['useSlots']>
@@ -839,6 +1258,9 @@ declare module 'vue' {
839
1258
  readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
840
1259
  readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
841
1260
  readonly utilsPath: UnwrapRef<typeof import('./core/path/src/index')['utilsPath']>
1261
+ readonly validate: UnwrapRef<typeof import('./core/validation/src/index')['validate']>
1262
+ readonly validateUsername: UnwrapRef<typeof import('./core/strings/src/validation')['validateUsername']>
1263
+ readonly validationPath: UnwrapRef<typeof import('./core/path/src/index')['validationPath']>
842
1264
  readonly verifyHash: UnwrapRef<typeof import('./core/security/src/hash')['verifyHash']>
843
1265
  readonly vi: UnwrapRef<typeof import('vitest')['vi']>
844
1266
  readonly vitest: UnwrapRef<typeof import('vitest')['vitest']>
@@ -858,5 +1280,7 @@ declare module 'vue' {
858
1280
  readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
859
1281
  readonly writeJsonFile: UnwrapRef<typeof import('./core/storage/src/index')['writeJsonFile']>
860
1282
  readonly writeTextFile: UnwrapRef<typeof import('./core/storage/src/index')['writeTextFile']>
1283
+ readonly xRayPath: UnwrapRef<typeof import('./core/path/src/index')['xRayPath']>
1284
+ readonly z: UnwrapRef<typeof import('./core/validation/src/index')['z']>
861
1285
  }
862
1286
  }