@kdcloudjs/kdesign 1.8.53-stable.4 → 1.8.53-stable.5

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/dist/kdesign.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @kdcloudjs/kdesign v1.8.53-stable.3
3
+ * @kdcloudjs/kdesign v1.8.53-stable.4
4
4
  *
5
5
  * Copyright 2020-present, Kingdee, Inc.
6
6
  * All rights reserved.
@@ -28840,7 +28840,7 @@ __webpack_require__.r(__webpack_exports__);
28840
28840
  /* harmony import */ var _button__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../button */ "./components/button/index.tsx");
28841
28841
  /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../_utils */ "./components/_utils/index.ts");
28842
28842
  /* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../config-provider */ "./components/config-provider/index.tsx");
28843
- /* harmony import */ var _utils_usePopper__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../_utils/usePopper */ "./components/_utils/usePopper.tsx");
28843
+ /* harmony import */ var _popper__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../popper */ "./components/popper/index.tsx");
28844
28844
 
28845
28845
 
28846
28846
 
@@ -28934,7 +28934,9 @@ var Popconfirm = function Popconfirm(props) {
28934
28934
  arrow: true,
28935
28935
  onVisibleChange: handleVisibleChange
28936
28936
  });
28937
- return Object(_utils_usePopper__WEBPACK_IMPORTED_MODULE_16__["default"])(confirmLocator, confirmPopper, popperProps);
28937
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_11__["createElement"](_popper__WEBPACK_IMPORTED_MODULE_16__["default"], _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_1___default()({
28938
+ tip: confirmPopper
28939
+ }, popperProps), confirmLocator);
28938
28940
  };
28939
28941
  Popconfirm.displayName = 'Popconfirm';
28940
28942
  /* harmony default export */ __webpack_exports__["default"] = (Popconfirm);