duck-vue-components 0.3.16 → 0.3.17

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.
@@ -3,6 +3,7 @@ import * as _$pinia from "pinia";
3
3
  import { StateTree } from "pinia";
4
4
  import * as _$_vueuse_core0 from "@vueuse/core";
5
5
  import { ComponentPublicInstance } from "vue";
6
+ import piniaPluginPersistedstate$1 from "pinia-plugin-persistedstate";
6
7
 
7
8
  //#region src/packages/stores/columnsSetting.d.ts
8
9
  interface columnsI {
@@ -801,4 +802,4 @@ declare const useErrorStore: _$pinia.StoreDefinition<"error", errorStateI, {}, {
801
802
  //#region src/packages/stores/index.d.ts
802
803
  declare const store: _$pinia.Pinia;
803
804
  //#endregion
804
- export { appConfigI as a, layoutI as c, mapI as d, mapTypeT as f, useLocalSettingStore as i, layoutT as l, useColumnsSettingStore as m, useErrorStore as n, chalkT as o, useAppConfigStore as p, LocalSettingState as r, expiresI as s, store as t, loginT as u };
805
+ export { useLocalSettingStore as a, expiresI as c, loginT as d, mapI as f, useColumnsSettingStore as h, LocalSettingState as i, layoutI as l, useAppConfigStore as m, store as n, appConfigI as o, mapTypeT as p, useErrorStore as r, chalkT as s, piniaPluginPersistedstate$1 as t, layoutT as u };
@@ -3,6 +3,7 @@ import { ComponentPublicInstance } from "vue";
3
3
  import * as _$pinia from "pinia";
4
4
  import { StateTree } from "pinia";
5
5
  import * as _$_vueuse_core0 from "@vueuse/core";
6
+ import piniaPluginPersistedstate from "pinia-plugin-persistedstate";
6
7
 
7
8
  //#region src/packages/stores/columnsSetting.d.ts
8
9
  interface columnsI {
@@ -801,4 +802,4 @@ declare const useErrorStore: _$pinia.StoreDefinition<"error", errorStateI, {}, {
801
802
  //#region src/packages/stores/index.d.ts
802
803
  declare const store: _$pinia.Pinia;
803
804
  //#endregion
804
- export { appConfigI as a, layoutI as c, mapI as d, mapTypeT as f, useLocalSettingStore as i, layoutT as l, useColumnsSettingStore as m, useErrorStore as n, chalkT as o, useAppConfigStore as p, LocalSettingState as r, expiresI as s, store as t, loginT as u };
805
+ export { useLocalSettingStore as a, expiresI as c, loginT as d, mapI as f, useColumnsSettingStore as h, LocalSettingState as i, layoutI as l, useAppConfigStore as m, store as n, appConfigI as o, mapTypeT as p, useErrorStore as r, chalkT as s, piniaPluginPersistedstate as t, layoutT as u };
package/dist/stores.cjs CHANGED
@@ -322,6 +322,7 @@ const useErrorStore = (0, pinia.defineStore)("error", { state: () => ({
322
322
  //#region src/packages/stores/index.ts
323
323
  const store = (0, pinia.createPinia)().use(pinia_plugin_persistedstate.default);
324
324
  //#endregion
325
+ exports.piniaPluginPersistedstate = pinia_plugin_persistedstate.default;
325
326
  exports.store = store;
326
327
  exports.useAppConfigStore = require_utils.useAppConfigStore;
327
328
  exports.useColumnsSettingStore = useColumnsSettingStore;
package/dist/stores.d.cts CHANGED
@@ -1,3 +1,3 @@
1
- import { a as appConfigI, c as layoutI, d as mapI, f as mapTypeT, i as useLocalSettingStore, l as layoutT, m as useColumnsSettingStore, n as useErrorStore, o as chalkT, p as useAppConfigStore, r as LocalSettingState, s as expiresI, t as store, u as loginT } from "./index-C0lZ7BXx.cjs";
1
+ import { a as useLocalSettingStore, c as expiresI, d as loginT, f as mapI, h as useColumnsSettingStore, i as LocalSettingState, l as layoutI, m as useAppConfigStore, n as store, o as appConfigI, p as mapTypeT, r as useErrorStore, s as chalkT, t as piniaPluginPersistedstate, u as layoutT } from "./index-CeWzlR8W.cjs";
2
2
  export * from "pinia";
3
- export { LocalSettingState, appConfigI, chalkT, expiresI, layoutI, layoutT, loginT, mapI, mapTypeT, store, useAppConfigStore, useColumnsSettingStore, useErrorStore, useLocalSettingStore };
3
+ export { LocalSettingState, appConfigI, chalkT, expiresI, layoutI, layoutT, loginT, mapI, mapTypeT, piniaPluginPersistedstate, store, useAppConfigStore, useColumnsSettingStore, useErrorStore, useLocalSettingStore };
package/dist/stores.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import { a as appConfigI, c as layoutI, d as mapI, f as mapTypeT, i as useLocalSettingStore, l as layoutT, m as useColumnsSettingStore, n as useErrorStore, o as chalkT, p as useAppConfigStore, r as LocalSettingState, s as expiresI, t as store, u as loginT } from "./index-DwN9SFk4.js";
1
+ import { a as useLocalSettingStore, c as expiresI, d as loginT, f as mapI, h as useColumnsSettingStore, i as LocalSettingState, l as layoutI, m as useAppConfigStore, n as store, o as appConfigI, p as mapTypeT, r as useErrorStore, s as chalkT, t as piniaPluginPersistedstate, u as layoutT } from "./index-BCbfj4H_.js";
2
2
  export * from "pinia";
3
- export { LocalSettingState, appConfigI, chalkT, expiresI, layoutI, layoutT, loginT, mapI, mapTypeT, store, useAppConfigStore, useColumnsSettingStore, useErrorStore, useLocalSettingStore };
3
+ export { LocalSettingState, appConfigI, chalkT, expiresI, layoutI, layoutT, loginT, mapI, mapTypeT, piniaPluginPersistedstate, store, useAppConfigStore, useColumnsSettingStore, useErrorStore, useLocalSettingStore };
package/dist/stores.js CHANGED
@@ -317,4 +317,4 @@ const useErrorStore = defineStore("error", { state: () => ({
317
317
  //#region src/packages/stores/index.ts
318
318
  const store = createPinia().use(piniaPluginPersistedstate);
319
319
  //#endregion
320
- export { store, useAppConfigStore, useColumnsSettingStore, useErrorStore, useLocalSettingStore };
320
+ export { piniaPluginPersistedstate, store, useAppConfigStore, useColumnsSettingStore, useErrorStore, useLocalSettingStore };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "duck-vue-components",
3
3
  "type": "module",
4
- "version": "0.3.16",
4
+ "version": "0.3.17",
5
5
  "description": "A Vue 3 component library with controls, utils, stores and more.",
6
6
  "author": "Your Name <your.email@mail.com>",
7
7
  "license": "MIT",