@zat-design/sisyphus-react 3.13.16-beta.5 → 3.13.16-beta.7
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.
@@ -1,5 +1,6 @@
|
|
1
1
|
import React, { FC } from 'react';
|
2
2
|
import { FormInstance } from 'antd';
|
3
|
+
import 'moment/locale/zh-cn';
|
3
4
|
import type { PropSelectType } from '../ProSelect/propsType';
|
4
5
|
import type { ProModalSelectType } from '../ProForm/components/combination/ProModalSelect/propsType';
|
5
6
|
import type { ProCascaderType } from '../ProForm/components/combination/ProCascader/propsType';
|
@@ -6,6 +6,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
6
|
import React, { useContext, useEffect, useReducer } from 'react';
|
7
7
|
import zhCN from 'antd/es/locale/zh_CN';
|
8
8
|
import enUS from 'antd/es/locale/en_US';
|
9
|
+
import 'moment/locale/zh-cn';
|
9
10
|
import merge from 'lodash/merge';
|
10
11
|
import useEnumRequest from '../ProEnum/hooks/useEnumRequest';
|
11
12
|
import { setLanguage } from '../locale';
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import React, { FC } from 'react';
|
2
2
|
import { FormInstance } from 'antd';
|
3
|
+
import 'moment/locale/zh-cn';
|
3
4
|
import type { PropSelectType } from '../ProSelect/propsType';
|
4
5
|
import type { ProModalSelectType } from '../ProForm/components/combination/ProModalSelect/propsType';
|
5
6
|
import type { ProCascaderType } from '../ProForm/components/combination/ProCascader/propsType';
|
@@ -15,6 +15,7 @@ var _jsxRuntime = require("react/jsx-runtime");
|
|
15
15
|
var _react = _interopRequireWildcard(require("react"));
|
16
16
|
var _zh_CN = _interopRequireDefault(require("antd/es/locale/zh_CN"));
|
17
17
|
var _en_US = _interopRequireDefault(require("antd/es/locale/en_US"));
|
18
|
+
require("moment/locale/zh-cn");
|
18
19
|
var _merge = _interopRequireDefault(require("lodash/merge"));
|
19
20
|
var _useEnumRequest = _interopRequireDefault(require("../ProEnum/hooks/useEnumRequest"));
|
20
21
|
var _locale = require("../locale");
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zat-design/sisyphus-react",
|
3
|
-
"version": "3.13.16-beta.
|
3
|
+
"version": "3.13.16-beta.7",
|
4
4
|
"license": "MIT",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"module": "es/index.js",
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"@dnd-kit/sortable": "^7.0.2",
|
68
68
|
"@dnd-kit/utilities": "^3.2.1",
|
69
69
|
"@pansy/react-watermark": "^3.1.13",
|
70
|
-
"@zat-design/utils": "1.1.
|
70
|
+
"@zat-design/utils": "1.1.42",
|
71
71
|
"ahooks": "3.8.4",
|
72
72
|
"antd": "4.24.16",
|
73
73
|
"big.js": "^6.2.1",
|