@lemon-fe/kits 1.2.2 → 1.2.3

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.
@@ -686,7 +686,6 @@ export default function useBatchOperate(options) {
686
686
  render( /*#__PURE__*/_jsx(ConfigProvider, {
687
687
  prefixCls: getPrefixCls(),
688
688
  iconPrefixCls: iconPrefixCls,
689
- locale: locale,
690
689
  children: /*#__PURE__*/_jsx(ComponentConfigureContext.Provider, {
691
690
  value: componentCtx,
692
691
  children: /*#__PURE__*/_jsx(BatchOperate, _objectSpread(_objectSpread(_objectSpread({
@@ -5,7 +5,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
5
5
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
6
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7
7
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
- import { Modal } from 'antd';
8
+ import { Modal } from '@lemon-fe/kits';
9
9
  /**
10
10
  * 为了简化,只会阻止最后一个且当前路由下的history blocker;
11
11
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/kits",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@ant-design/icons": "^4.7.0",
27
- "@lemon-fe/components": "^1.2.2",
27
+ "@lemon-fe/components": "^1.2.3",
28
28
  "@lemon-fe/hooks": "^1.2.0",
29
29
  "@lemon-fe/utils": "^1.1.0",
30
30
  "antd": "4.24.8",
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "registry": "https://registry.npmjs.org"
47
47
  },
48
- "gitHead": "8c059ebf163ebc08134ec596a5d1233cef74e620"
48
+ "gitHead": "831556422221ead3da6a017b786192be272de57e"
49
49
  }