@moneko/core 2.0.48 → 2.0.50

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.
@@ -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);
36
+ }[K]) => void) & 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);
54
+ }[K]) => void) & 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.48",
3
+ "version": "2.0.50",
4
4
  "description": "core",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -18,7 +18,7 @@
18
18
  "@emotion/css": "11.10.6",
19
19
  "@mapbox/rehype-prism": "0.8.0",
20
20
  "@mdx-js/loader": "2.3.0",
21
- "@moneko/common": "1.0.30",
21
+ "@moneko/common": "1.0.31",
22
22
  "@parcel/css": "1.14.0",
23
23
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
24
24
  "@soda/friendly-errors-webpack-plugin": "1.8.1",
@@ -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.1",
48
+ "shared-store-object": "1.0.2",
49
49
  "style-loader": "3.3.1",
50
50
  "style-resources-loader": "1.5.0",
51
51
  "swc-loader": "0.2.3",