@para-ui/core 4.0.9 → 4.0.10

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.
@@ -35,7 +35,7 @@ const ParauiProvider = props => {
35
35
  const lang = props.language || GetLanguage();
36
36
  const locale = props.locale || {};
37
37
  const i18nData = locale[lang] || {};
38
- changeConfirmLocale === null || changeConfirmLocale === void 0 ? void 0 : changeConfirmLocale(i18nData);
38
+ changeConfirmLocale === null || changeConfirmLocale === void 0 ? void 0 : changeConfirmLocale(i18nData, lang);
39
39
  }, [props.language, props.locale]);
40
40
  return jsx(GlobalContext.Provider, Object.assign({
41
41
  value: Object.assign(Object.assign({}, props), {
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
+ ## 版本: 4.0.10
2
+ para-ui/core@4.0.10 发布
3
+ 【ParauiProvider】修复confirm国际化问题
4
+
1
5
  ## 版本: 4.0.9
2
- para-ui/core@4.0.8 发布
6
+ para-ui/core@4.0.9 发布
3
7
  【confirmLocale】支持国际化语言传入
4
8
 
5
9
  ## 版本: 4.0.8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@para-ui/core",
3
3
  "private": false,
4
- "version": "4.0.9",
4
+ "version": "4.0.10",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",
7
7
  "description": "Powered by Para FED",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@monaco-editor/react": "^4.6.0",
31
31
  "monaco-editor": "^0.44.0",
32
- "@para-ui/core": "4.0.0-alpha",
32
+ "@para-ui/core": "4.0.9",
33
33
  "@paraview/lib": "^2.0.3",
34
34
  "@wangeditor/editor": "^5.1.15",
35
35
  "@wangeditor/editor-for-react": "^1.0.5",