@moneko/core 2.0.50 → 2.0.51
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.
- package/lib/localizable.d.ts +1 -1
- package/lib/menu.d.ts +1 -1
- package/package.json +2 -2
package/lib/localizable.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ declare const localizable: {
|
|
|
33
33
|
t: Record<string, string>;
|
|
34
34
|
/** 本地化支持列表 */
|
|
35
35
|
locales: Pick<Locale, "language" | "icon" | "title">[];
|
|
36
|
-
}[K]) => void) & VoidFunction;
|
|
36
|
+
}[K]) => void) & import("shared-store-object").PrivateSSOConfig & VoidFunction;
|
|
37
37
|
/** 设置使用的语言
|
|
38
38
|
* @param {LocaleName} lang 语言
|
|
39
39
|
* @constructor
|
package/lib/menu.d.ts
CHANGED
|
@@ -51,7 +51,7 @@ declare const menu: {
|
|
|
51
51
|
kv: Record<string, MenuItem>;
|
|
52
52
|
/** 选项卡数据 */
|
|
53
53
|
tabs: TabItem[];
|
|
54
|
-
}[K]) => void) & VoidFunction;
|
|
54
|
+
}[K]) => void) & import("shared-store-object").PrivateSSOConfig & VoidFunction;
|
|
55
55
|
/** 设置菜单列表
|
|
56
56
|
* @param {MenuItem[]} data 菜单数据
|
|
57
57
|
* @constructor
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moneko/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.51",
|
|
4
4
|
"description": "core",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"react-router-dom": "6.9.0",
|
|
46
46
|
"rehype-accessible-emojis": "0.3.2",
|
|
47
47
|
"rehype-figure": "1.0.1",
|
|
48
|
-
"shared-store-object": "1.0.
|
|
48
|
+
"shared-store-object": "1.0.4",
|
|
49
49
|
"style-loader": "3.3.1",
|
|
50
50
|
"style-resources-loader": "1.5.0",
|
|
51
51
|
"swc-loader": "0.2.3",
|