xshell 1.3.20 → 1.3.21

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.
@@ -19928,10 +19928,10 @@ class FormStore {
19928
19928
  const changedValues = (0,_utils_valueUtil__WEBPACK_IMPORTED_MODULE_8__.cloneByNamePathList)(this.store, [namePath]);
19929
19929
  const allValues = this.getFieldsValue();
19930
19930
  // Merge changedValues into allValues to ensure allValues contains the latest changes
19931
- const mergedAllValues = (0,_rc_component_util__WEBPACK_IMPORTED_MODULE_1__.mergeWith)([allValues, changedValues], {
19932
- // When value is array, it means trigger by Form.List which should replace directly
19933
- prepareArray: current => fieldEntity?.isList() ? [] : [...(current || [])]
19934
- });
19931
+ let mergedAllValues = allValues;
19932
+ if (fieldEntity?.isList()) {
19933
+ mergedAllValues = (0,_rc_component_util__WEBPACK_IMPORTED_MODULE_1__.mergeWith)([allValues, changedValues]);
19934
+ }
19935
19935
  onValuesChange(changedValues, mergedAllValues);
19936
19936
  }
19937
19937
  this.triggerOnFieldsChange([namePath, ...childrenFields]);
@@ -85201,8 +85201,8 @@ __webpack_require__.r(__webpack_exports__);
85201
85201
  /* harmony import */ var _locale__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../locale */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/locale/index.js");
85202
85202
  /* harmony import */ var _locale_context__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../locale/context */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/locale/context.js");
85203
85203
  /* harmony import */ var _locale_en_US__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../locale/en_US */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/locale/en_US.js");
85204
- /* harmony import */ var _theme_context__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../theme/context */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/theme/themes/default/theme.js");
85205
- /* harmony import */ var _theme_context__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../theme/context */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/theme/context.js");
85204
+ /* harmony import */ var _theme_context__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../theme/context */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/theme/context.js");
85205
+ /* harmony import */ var _theme_context__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../theme/context */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/theme/themes/default/theme.js");
85206
85206
  /* harmony import */ var _theme_themes_seed__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../theme/themes/seed */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/theme/themes/seed.js");
85207
85207
  /* harmony import */ var _tooltip_UniqueProvider__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../tooltip/UniqueProvider */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/tooltip/UniqueProvider/index.js");
85208
85208
  /* harmony import */ var _context__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./context */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/config-provider/context.js");
@@ -85573,7 +85573,7 @@ const ProviderChildren = props => {
85573
85573
  cssVar,
85574
85574
  ...rest
85575
85575
  } = mergedTheme || {};
85576
- const themeObj = algorithm && (!Array.isArray(algorithm) || algorithm.length > 0) ? (0,_ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_1__.createTheme)(algorithm) : _theme_context__WEBPACK_IMPORTED_MODULE_10__["default"];
85576
+ const themeObj = algorithm && (!Array.isArray(algorithm) || algorithm.length > 0) ? (0,_ant_design_cssinjs__WEBPACK_IMPORTED_MODULE_1__.createTheme)(algorithm) : _theme_context__WEBPACK_IMPORTED_MODULE_11__["default"];
85577
85577
  const parsedComponents = {};
85578
85578
  Object.entries(components || {}).forEach(([componentName, componentToken]) => {
85579
85579
  const parsedToken = {
@@ -85606,7 +85606,7 @@ const ProviderChildren = props => {
85606
85606
  };
85607
85607
  }, [mergedTheme]);
85608
85608
  if (theme) {
85609
- childNode = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_theme_context__WEBPACK_IMPORTED_MODULE_11__.DesignTokenContext.Provider, {
85609
+ childNode = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_theme_context__WEBPACK_IMPORTED_MODULE_10__.DesignTokenContext.Provider, {
85610
85610
  value: memoTheme
85611
85611
  }, childNode);
85612
85612
  }
@@ -103995,8 +103995,8 @@ __webpack_require__.r(__webpack_exports__);
103995
103995
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
103996
103996
  /* harmony import */ var _rc_component_util_es_React_render__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @rc-component/util/es/React/render */ "./node_modules/.pnpm/@rc-component+util@1.6.0_re_b0382fac9221426de8b9538126082336/node_modules/@rc-component/util/es/React/render.js");
103997
103997
  /* harmony import */ var _app_context__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../app/context */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/app/context.js");
103998
- /* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../config-provider */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/config-provider/context.js");
103999
- /* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../config-provider */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/config-provider/index.js");
103998
+ /* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../config-provider */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/config-provider/index.js");
103999
+ /* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../config-provider */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/config-provider/context.js");
104000
104000
  /* harmony import */ var _PurePanel__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./PurePanel */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/message/PurePanel.js");
104001
104001
  /* harmony import */ var _useMessage__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./useMessage */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/message/useMessage.js");
104002
104002
  /* harmony import */ var _util__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./util */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/message/util.js");
@@ -104038,7 +104038,7 @@ const GlobalHolder = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().f
104038
104038
  } = props;
104039
104039
  const {
104040
104040
  getPrefixCls
104041
- } = (0,react__WEBPACK_IMPORTED_MODULE_1__.useContext)(_config_provider__WEBPACK_IMPORTED_MODULE_4__.ConfigContext);
104041
+ } = (0,react__WEBPACK_IMPORTED_MODULE_1__.useContext)(_config_provider__WEBPACK_IMPORTED_MODULE_5__.ConfigContext);
104042
104042
  const prefixCls = defaultGlobalConfig.prefixCls || getPrefixCls('message');
104043
104043
  const appConfig = (0,react__WEBPACK_IMPORTED_MODULE_1__.useContext)(_app_context__WEBPACK_IMPORTED_MODULE_3__.AppConfigContext);
104044
104044
  const [api, holder] = (0,_useMessage__WEBPACK_IMPORTED_MODULE_7__.useInternalMessage)({
@@ -104069,7 +104069,7 @@ const GlobalHolderWrapper = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___defa
104069
104069
  setMessageConfig(getGlobalContext);
104070
104070
  };
104071
104071
  react__WEBPACK_IMPORTED_MODULE_1___default().useEffect(sync, []);
104072
- const global = (0,_config_provider__WEBPACK_IMPORTED_MODULE_5__.globalConfig)();
104072
+ const global = (0,_config_provider__WEBPACK_IMPORTED_MODULE_4__.globalConfig)();
104073
104073
  const rootPrefixCls = global.getRootPrefixCls();
104074
104074
  const rootIconPrefixCls = global.getIconPrefixCls();
104075
104075
  const theme = global.getTheme();
@@ -104078,7 +104078,7 @@ const GlobalHolderWrapper = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___defa
104078
104078
  sync: sync,
104079
104079
  messageConfig: messageConfig
104080
104080
  });
104081
- return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_config_provider__WEBPACK_IMPORTED_MODULE_5__["default"], {
104081
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_config_provider__WEBPACK_IMPORTED_MODULE_4__["default"], {
104082
104082
  prefixCls: rootPrefixCls,
104083
104083
  iconPrefixCls: rootIconPrefixCls,
104084
104084
  theme: theme
@@ -104198,9 +104198,9 @@ function open(config) {
104198
104198
  return result;
104199
104199
  }
104200
104200
  function typeOpen(type, args) {
104201
- const global = (0,_config_provider__WEBPACK_IMPORTED_MODULE_5__.globalConfig)();
104201
+ const global = (0,_config_provider__WEBPACK_IMPORTED_MODULE_4__.globalConfig)();
104202
104202
  if ( true && !global.holderRender) {
104203
- (0,_config_provider__WEBPACK_IMPORTED_MODULE_5__.warnContext)('message');
104203
+ (0,_config_provider__WEBPACK_IMPORTED_MODULE_4__.warnContext)('message');
104204
104204
  }
104205
104205
  const result = (0,_util__WEBPACK_IMPORTED_MODULE_8__.wrapPromiseFn)(resolve => {
104206
104206
  let closeFn;
@@ -105560,8 +105560,8 @@ __webpack_require__.r(__webpack_exports__);
105560
105560
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
105561
105561
  /* harmony import */ var _rc_component_util_es_React_render__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @rc-component/util/es/React/render */ "./node_modules/.pnpm/@rc-component+util@1.6.0_re_b0382fac9221426de8b9538126082336/node_modules/@rc-component/util/es/React/render.js");
105562
105562
  /* harmony import */ var _util_warning__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../_util/warning */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/_util/warning.js");
105563
- /* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../config-provider */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/config-provider/context.js");
105564
- /* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../config-provider */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/config-provider/index.js");
105563
+ /* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../config-provider */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/config-provider/index.js");
105564
+ /* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../config-provider */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/config-provider/context.js");
105565
105565
  /* harmony import */ var _ConfirmDialog__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./ConfirmDialog */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/modal/ConfirmDialog.js");
105566
105566
  /* harmony import */ var _destroyFns__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./destroyFns */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/modal/destroyFns.js");
105567
105567
  /* harmony import */ var _locale__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./locale */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/modal/locale.js");
@@ -105585,7 +105585,7 @@ const ConfirmDialogWrapper = props => {
105585
105585
  direction
105586
105586
  } = props;
105587
105587
  const runtimeLocale = (0,_locale__WEBPACK_IMPORTED_MODULE_7__.getConfirmLocale)();
105588
- const config = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_config_provider__WEBPACK_IMPORTED_MODULE_3__.ConfigContext);
105588
+ const config = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_config_provider__WEBPACK_IMPORTED_MODULE_4__.ConfigContext);
105589
105589
  const rootPrefixCls = getRootPrefixCls() || config.getPrefixCls();
105590
105590
  // because Modal.config set rootPrefixCls, which is different from other components
105591
105591
  const prefixCls = customizePrefixCls || `${rootPrefixCls}-modal`;
@@ -105608,9 +105608,9 @@ const ConfirmDialogWrapper = props => {
105608
105608
  });
105609
105609
  };
105610
105610
  function confirm(config) {
105611
- const global = (0,_config_provider__WEBPACK_IMPORTED_MODULE_4__.globalConfig)();
105611
+ const global = (0,_config_provider__WEBPACK_IMPORTED_MODULE_3__.globalConfig)();
105612
105612
  if ( true && !global.holderRender) {
105613
- (0,_config_provider__WEBPACK_IMPORTED_MODULE_4__.warnContext)('Modal');
105613
+ (0,_config_provider__WEBPACK_IMPORTED_MODULE_3__.warnContext)('Modal');
105614
105614
  }
105615
105615
  const container = document.createDocumentFragment();
105616
105616
  let currentConfig = {
@@ -105649,7 +105649,7 @@ function confirm(config) {
105649
105649
  const dom = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(ConfirmDialogWrapper, {
105650
105650
  ...props
105651
105651
  });
105652
- (0,_rc_component_util_es_React_render__WEBPACK_IMPORTED_MODULE_1__.render)(/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_config_provider__WEBPACK_IMPORTED_MODULE_4__["default"], {
105652
+ (0,_rc_component_util_es_React_render__WEBPACK_IMPORTED_MODULE_1__.render)(/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_config_provider__WEBPACK_IMPORTED_MODULE_3__["default"], {
105653
105653
  prefixCls: rootPrefixCls,
105654
105654
  iconPrefixCls: iconPrefixCls,
105655
105655
  theme: theme
@@ -106831,8 +106831,8 @@ __webpack_require__.r(__webpack_exports__);
106831
106831
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
106832
106832
  /* harmony import */ var _rc_component_util_es_React_render__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @rc-component/util/es/React/render */ "./node_modules/.pnpm/@rc-component+util@1.6.0_re_b0382fac9221426de8b9538126082336/node_modules/@rc-component/util/es/React/render.js");
106833
106833
  /* harmony import */ var _app_context__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../app/context */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/app/context.js");
106834
- /* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../config-provider */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/config-provider/context.js");
106835
- /* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../config-provider */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/config-provider/index.js");
106834
+ /* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../config-provider */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/config-provider/index.js");
106835
+ /* harmony import */ var _config_provider__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../config-provider */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/config-provider/context.js");
106836
106836
  /* harmony import */ var _PurePanel__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./PurePanel */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/notification/PurePanel.js");
106837
106837
  /* harmony import */ var _useNotification__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./useNotification */ "./node_modules/.pnpm/antd@6.1.1_moment@2.30.1_re_7763836c7b901d0fc3901b5c061a88e6/node_modules/antd/es/notification/useNotification.js");
106838
106838
  "use client";
@@ -106875,7 +106875,7 @@ const GlobalHolder = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().f
106875
106875
  } = props;
106876
106876
  const {
106877
106877
  getPrefixCls
106878
- } = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_config_provider__WEBPACK_IMPORTED_MODULE_3__.ConfigContext);
106878
+ } = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_config_provider__WEBPACK_IMPORTED_MODULE_4__.ConfigContext);
106879
106879
  const prefixCls = defaultGlobalConfig.prefixCls || getPrefixCls('notification');
106880
106880
  const appConfig = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_app_context__WEBPACK_IMPORTED_MODULE_2__.AppConfigContext);
106881
106881
  const [api, holder] = (0,_useNotification__WEBPACK_IMPORTED_MODULE_6__.useInternalNotification)({
@@ -106907,7 +106907,7 @@ const GlobalHolderWrapper = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___defa
106907
106907
  setNotificationConfig(getGlobalContext);
106908
106908
  };
106909
106909
  react__WEBPACK_IMPORTED_MODULE_0___default().useEffect(sync, []);
106910
- const global = (0,_config_provider__WEBPACK_IMPORTED_MODULE_4__.globalConfig)();
106910
+ const global = (0,_config_provider__WEBPACK_IMPORTED_MODULE_3__.globalConfig)();
106911
106911
  const rootPrefixCls = global.getRootPrefixCls();
106912
106912
  const rootIconPrefixCls = global.getIconPrefixCls();
106913
106913
  const theme = global.getTheme();
@@ -106916,7 +106916,7 @@ const GlobalHolderWrapper = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___defa
106916
106916
  sync: sync,
106917
106917
  notificationConfig: notificationConfig
106918
106918
  });
106919
- return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_config_provider__WEBPACK_IMPORTED_MODULE_4__["default"], {
106919
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_config_provider__WEBPACK_IMPORTED_MODULE_3__["default"], {
106920
106920
  prefixCls: rootPrefixCls,
106921
106921
  iconPrefixCls: rootIconPrefixCls,
106922
106922
  theme: theme
@@ -106990,9 +106990,9 @@ function setNotificationGlobalConfig(config) {
106990
106990
  });
106991
106991
  }
106992
106992
  function open(config) {
106993
- const global = (0,_config_provider__WEBPACK_IMPORTED_MODULE_4__.globalConfig)();
106993
+ const global = (0,_config_provider__WEBPACK_IMPORTED_MODULE_3__.globalConfig)();
106994
106994
  if ( true && !global.holderRender) {
106995
- (0,_config_provider__WEBPACK_IMPORTED_MODULE_4__.warnContext)('notification');
106995
+ (0,_config_provider__WEBPACK_IMPORTED_MODULE_3__.warnContext)('notification');
106996
106996
  }
106997
106997
  taskQueue.push({
106998
106998
  type: 'open',
@@ -142441,6 +142441,12 @@ module.exports = globalThis["ReactDOMClient"];
142441
142441
  /******/ if (cachedModule !== undefined) {
142442
142442
  /******/ return cachedModule.exports;
142443
142443
  /******/ }
142444
+ /******/ // Check if module exists (development only)
142445
+ /******/ if (__webpack_modules__[moduleId] === undefined) {
142446
+ /******/ var e = new Error("Cannot find module '" + moduleId + "'");
142447
+ /******/ e.code = 'MODULE_NOT_FOUND';
142448
+ /******/ throw e;
142449
+ /******/ }
142444
142450
  /******/ // Create a new module (and put it into the cache)
142445
142451
  /******/ var module = __webpack_module_cache__[moduleId] = {
142446
142452
  /******/ id: moduleId,