valaxy 0.20.5 → 0.20.6

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 (59) hide show
  1. package/client/components/ValaxyApp.vue +10 -10
  2. package/client/components/ValaxyDecrypt.vue +1 -0
  3. package/client/components/ValaxyGalleryDecrypt.vue +1 -0
  4. package/client/components/ValaxyMd.vue +3 -3
  5. package/client/components/builtin/ValaxyMermaid.vue +40 -41
  6. package/client/composables/app/useValaxyHead.ts +3 -3
  7. package/client/composables/categories.ts +1 -1
  8. package/client/composables/codeGroups.ts +1 -1
  9. package/client/composables/collections.ts +1 -1
  10. package/client/composables/common.ts +3 -3
  11. package/client/composables/features/collapse-code.ts +1 -1
  12. package/client/composables/features/copy-code.ts +1 -0
  13. package/client/composables/features/index.ts +1 -1
  14. package/client/composables/helper/useInvisibleElement.ts +1 -1
  15. package/client/composables/index.ts +10 -10
  16. package/client/composables/locale.ts +4 -3
  17. package/client/composables/outline/anchor.ts +1 -1
  18. package/client/composables/outline/headers.ts +3 -3
  19. package/client/composables/outline/index.ts +1 -1
  20. package/client/composables/post/index.ts +3 -3
  21. package/client/composables/search/useFuseSearch.ts +4 -4
  22. package/client/composables/tags.ts +1 -1
  23. package/client/composables/widgets/aplayer.ts +1 -1
  24. package/client/config.ts +8 -8
  25. package/client/index.ts +5 -5
  26. package/client/main.ts +15 -15
  27. package/client/modules/devtools.ts +1 -1
  28. package/client/modules/floating-vue.ts +3 -3
  29. package/client/modules/mermaid.ts +3 -3
  30. package/client/modules/nprogress.ts +1 -1
  31. package/client/modules/pinia.ts +1 -1
  32. package/client/modules/schemaOrg.ts +1 -1
  33. package/client/modules/valaxy.ts +6 -6
  34. package/client/setup/main.ts +7 -7
  35. package/client/setup/mermaid.ts +1 -1
  36. package/client/setups.ts +1 -1
  37. package/client/stores/app.ts +1 -1
  38. package/client/stores/site.ts +2 -2
  39. package/client/types/index.ts +1 -1
  40. package/client/utils/index.ts +3 -3
  41. package/client/utils/time.ts +3 -4
  42. package/dist/chunk-BQRH2D76.mjs +162 -0
  43. package/dist/chunk-F3UFLKIV.cjs +161 -0
  44. package/dist/node/cli/index.cjs +1 -1
  45. package/dist/node/cli/index.mjs +1 -1
  46. package/dist/node/index.cjs +1 -1
  47. package/dist/node/index.d.cts +86 -86
  48. package/dist/node/index.d.ts +86 -86
  49. package/dist/node/index.mjs +1 -1
  50. package/dist/types/index.d.cts +3 -3
  51. package/dist/types/index.d.ts +3 -3
  52. package/package.json +11 -11
  53. package/shims.d.ts +2 -2
  54. package/types/config.ts +1 -1
  55. package/types/index.ts +3 -3
  56. package/dist/chunk-5CL433IL.mjs +0 -162
  57. package/dist/chunk-VDCJKFCV.cjs +0 -161
  58. package/dist/{config-DfXD9Gt_.d.cts → config-Dxu7i2Zs.d.cts} +1 -1
  59. package/dist/{config-DfXD9Gt_.d.ts → config-Dxu7i2Zs.d.ts} +1 -1
@@ -1,5 +1,5 @@
1
- import { ZoomOptions } from 'medium-zoom';
2
1
  import { FuseOptions } from '@vueuse/integrations/useFuse';
2
+ import { ZoomOptions } from 'medium-zoom';
3
3
  import { ILazyLoadOptions } from 'vanilla-lazyload';
4
4
  import { RouteRecordRaw } from 'vue-router';
5
5
  import { UseDarkOptions } from '@vueuse/core';
@@ -1,5 +1,5 @@
1
- import { ZoomOptions } from 'medium-zoom';
2
1
  import { FuseOptions } from '@vueuse/integrations/useFuse';
2
+ import { ZoomOptions } from 'medium-zoom';
3
3
  import { ILazyLoadOptions } from 'vanilla-lazyload';
4
4
  import { RouteRecordRaw } from 'vue-router';
5
5
  import { UseDarkOptions } from '@vueuse/core';