ronds-metadata 1.0.81 → 1.0.82
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.
@@ -5,7 +5,7 @@ import _Button from "antd/es/button";
|
|
5
5
|
import React from 'react';
|
6
6
|
import { EditableContext } from '../interface';
|
7
7
|
import { isFreeEditRow } from '../utils';
|
8
|
-
import { tr } from '
|
8
|
+
import { tr } from '../../../framework/locale';
|
9
9
|
|
10
10
|
var EditableAction = function EditableAction(props) {
|
11
11
|
var _editConfig$editCellK;
|
package/es/config.js
CHANGED
@@ -3,7 +3,7 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
3
3
|
/*
|
4
4
|
* @Author: wangxian
|
5
5
|
* @Date: 2021-09-18 14:15:04
|
6
|
-
* @LastEditTime: 2022-05-09
|
6
|
+
* @LastEditTime: 2022-05-09 15:26:10
|
7
7
|
*/
|
8
8
|
import { BehaviorSubject } from 'rxjs/internal/BehaviorSubject';
|
9
9
|
import { distinctUntilChanged } from 'rxjs/internal/operators/distinctUntilChanged';
|
@@ -13,7 +13,7 @@ import * as jq from './framework/libs/jquery.min.js';
|
|
13
13
|
import { setLocale } from './framework/locale/index';
|
14
14
|
window.jQuery = window.jQuery || jq;
|
15
15
|
var defaultConfig = {
|
16
|
-
locale: '
|
16
|
+
locale: 'zh-CN',
|
17
17
|
theme: 'normal',
|
18
18
|
msgpack: false,
|
19
19
|
openLoading: true,
|