@jiaozhiye/qm-design-react 1.12.13 → 1.12.14
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/config-provider/src/config-provider.d.ts +2 -0
- package/lib/form/src/utils.d.ts +0 -1
- package/lib/form/style/index.less +392 -391
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/index.d.ts +0 -1
- package/lib/locale/index.js +5 -6
- package/lib/pivot-grid/style/grid-layout.less +503 -501
- package/lib/style/index.css +19 -10
- package/lib/style/index.min.css +1 -1
- package/lib/style/mixins/reset.less +43 -34
- package/lib/table/src/table/props.d.ts +1 -2
- package/lib/table/src/table/types.d.ts +3 -3
- package/lib/table/style/header.less +303 -303
- package/package.json +1 -1
package/lib/locale/index.d.ts
CHANGED
package/lib/locale/index.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Author: 焦质晔
|
|
3
|
-
* @Date: 2021-02-08 16:48:18
|
|
4
|
-
* @Last Modified by: 焦质晔
|
|
5
|
-
* @Last Modified time: 2021-08-14 13:42:21
|
|
1
|
+
/*
|
|
2
|
+
* @Author: 焦质晔
|
|
3
|
+
* @Date: 2021-02-08 16:48:18
|
|
4
|
+
* @Last Modified by: 焦质晔
|
|
5
|
+
* @Last Modified time: 2021-08-14 13:42:21
|
|
6
6
|
*/
|
|
7
7
|
import dayjs from 'dayjs';
|
|
8
8
|
import defaultLang from './lang/zh-cn';
|
|
9
|
-
import 'dayjs/locale/zh-cn';
|
|
10
9
|
let lang = defaultLang;
|
|
11
10
|
let i18nHandler = null;
|
|
12
11
|
export const i18n = fn => {
|