@chewel611/naive-ui-plus 0.0.25 → 0.0.27

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.
@@ -6995,6 +6995,7 @@ export declare const useLayoutStore: import('pinia').StoreDefinition<"p-layout",
6995
6995
  title: string;
6996
6996
  }[]) => void;
6997
6997
  setLogout: (logout: () => Promise<void>) => void;
6998
+ enableLanguage: (enable: boolean) => void;
6998
6999
  }, "state">, Pick<{
6999
7000
  state: {
7000
7001
  title: string;
@@ -13991,6 +13992,7 @@ export declare const useLayoutStore: import('pinia').StoreDefinition<"p-layout",
13991
13992
  title: string;
13992
13993
  }[]) => void;
13993
13994
  setLogout: (logout: () => Promise<void>) => void;
13995
+ enableLanguage: (enable: boolean) => void;
13994
13996
  }, never>, Pick<{
13995
13997
  state: {
13996
13998
  title: string;
@@ -20987,4 +20989,5 @@ export declare const useLayoutStore: import('pinia').StoreDefinition<"p-layout",
20987
20989
  title: string;
20988
20990
  }[]) => void;
20989
20991
  setLogout: (logout: () => Promise<void>) => void;
20990
- }, "initTabs" | "addTab" | "closeCurrentTab" | "closeAllTabs" | "closeOtherTabs" | "closeLeftTabs" | "closeRightTabs" | "collapse" | "setTitle" | "setLogo" | "setUser" | "setSettingPages" | "setLogout">>;
20992
+ enableLanguage: (enable: boolean) => void;
20993
+ }, "enableLanguage" | "initTabs" | "addTab" | "closeCurrentTab" | "closeAllTabs" | "closeOtherTabs" | "closeLeftTabs" | "closeRightTabs" | "collapse" | "setTitle" | "setLogo" | "setUser" | "setSettingPages" | "setLogout">>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chewel611/naive-ui-plus",
3
3
  "private": false,
4
- "version": "0.0.25",
4
+ "version": "0.0.27",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "sideEffects": false,