From 6d71118231a77c9df719056903f4d691ee3788a8 Mon Sep 17 00:00:00 2001 From: Niceplugin Date: Fri, 27 Oct 2023 22:47:20 +0900 Subject: [PATCH] Update ko (#69) * fix(nuxt): use srcDir by default for storeDirs * docs: auto imports * chore: up vitepress * docs: api update * docs: Update nuxt.md `storeDirs` should be `storesDirs` (#2455) * chore: remove unused * docs: typos * docs: contrast problems with dark theme tip block in docs (#2459) * chore: defining default values for Props using withDefaults (#2256) * docs: fix hit active color * fixed: build --- .../theme/components/HomeSponsorsGroup.vue | 22 +- docs/.vitepress/theme/index.ts | 11 - docs/.vitepress/theme/styles/home-links.css | 1 + docs/.vitepress/theme/styles/vars.css | 170 +++--- .../pinia.DefineSetupStoreOptions.md | 4 +- .../interfaces/pinia.DefineStoreOptions.md | 8 +- .../pinia.DefineStoreOptionsBase.md | 2 +- .../pinia.DefineStoreOptionsInPlugin.md | 4 +- docs/api/interfaces/pinia.Pinia.md | 2 +- .../interfaces/pinia.PiniaCustomProperties.md | 6 +- .../pinia.PiniaCustomStateProperties.md | 2 +- docs/api/interfaces/pinia.PiniaPlugin.md | 6 +- .../interfaces/pinia.PiniaPluginContext.md | 8 +- docs/api/interfaces/pinia.StoreDefinition.md | 18 +- ...inia.SubscriptionCallbackMutationDirect.md | 2 +- ...bscriptionCallbackMutationPatchFunction.md | 4 +- ...SubscriptionCallbackMutationPatchObject.md | 6 +- .../pinia._StoreOnActionListenerContext.md | 8 +- docs/api/interfaces/pinia._StoreWithState.md | 10 +- .../interfaces/pinia_nuxt.ModuleOptions.md | 2 +- .../pinia_testing.TestingOptions.md | 2 +- .../interfaces/pinia_testing.TestingPinia.md | 2 +- docs/api/modules/pinia.md | 166 +++--- docs/cookbook/hot-module-replacement.md | 2 +- docs/ssr/nuxt.md | 23 +- package.json | 5 +- pnpm-lock.yaml | 517 +++++++++--------- vite.config.ts => vite.config.mts | 0 28 files changed, 511 insertions(+), 502 deletions(-) rename vite.config.ts => vite.config.mts (100%) diff --git a/docs/.vitepress/theme/components/HomeSponsorsGroup.vue b/docs/.vitepress/theme/components/HomeSponsorsGroup.vue index 8e876c6f67..b7a875bb6c 100644 --- a/docs/.vitepress/theme/components/HomeSponsorsGroup.vue +++ b/docs/.vitepress/theme/components/HomeSponsorsGroup.vue @@ -31,21 +31,19 @@