@lark-apaas/client-toolkit 1.2.0-alpha.7 → 1.2.0

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.
@@ -2,6 +2,7 @@ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
2
2
  import { useEffect, useRef, useState } from "react";
3
3
  import { ConfigProvider } from "antd";
4
4
  import { MiaodaInspector } from "@lark-apaas/miaoda-inspector";
5
+ import zh_CN from "antd/locale/zh_CN";
5
6
  import IframeBridge from "./IframeBridge.js";
6
7
  import { defaultUIConfig } from "../theme/ui-config.js";
7
8
  import { Toaster } from "./sonner.js";
@@ -236,6 +237,7 @@ const AppContainer_AppContainer = (props)=>{
236
237
  /*#__PURE__*/ jsx(safety, {}),
237
238
  /*#__PURE__*/ jsx(QueryProvider, {
238
239
  children: /*#__PURE__*/ jsx(ConfigProvider, {
240
+ locale: zh_CN,
239
241
  theme: {
240
242
  token: antdThemeToken,
241
243
  components: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/client-toolkit",
3
- "version": "1.2.0-alpha.7",
3
+ "version": "1.2.0",
4
4
  "types": "./lib/index.d.ts",
5
5
  "main": "./lib/index.js",
6
6
  "files": [
@@ -81,7 +81,7 @@
81
81
  "@ant-design/colors": "^7.2.1",
82
82
  "@ant-design/cssinjs": "^1.24.0",
83
83
  "@data-loom/js": "^0.4.3",
84
- "@lark-apaas/client-capability": "^0.1.0",
84
+ "@lark-apaas/client-capability": "^0.1.1",
85
85
  "@lark-apaas/miaoda-inspector": "^1.0.8",
86
86
  "@lark-apaas/observable-web": "^1.0.0",
87
87
  "@radix-ui/react-avatar": "^1.1.10",