@icos-desktop/react-components 2.0.34 → 2.0.35

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.
@@ -8574,7 +8574,7 @@ var BookImport = function (props) {
8574
8574
  switch (_a.label) {
8575
8575
  case 0:
8576
8576
  if (result) {
8577
- // modal.close();
8577
+ onCancel === null || onCancel === void 0 ? void 0 : onCancel();
8578
8578
  return [2 /*return*/];
8579
8579
  }
8580
8580
  if (!file) {
@@ -12404,7 +12404,7 @@ var SenseFullTable = forwardRef(function (props, ref) {
12404
12404
  React__default.createElement(BookGroupImport, { viewCode: activeViewCode, bookGroupId: bookGroup === null || bookGroup === void 0 ? void 0 : bookGroup.bookGroupId, onCancel: handleCloseBookGroupImportModal, onSuccess: handleCloseBookGroupImportModal, hiddenGeolevel: hiddenGeolevel }))),
12405
12405
  React__default.createElement(Modal, { title: "\u5BFC\u5165\u6570\u636E", width: 600, open: openBookImportModal, onCancel: handleCloseBookImportModal, footer: null, destroyOnClose: true },
12406
12406
  React__default.createElement("div", { style: { height: 600, marginBottom: 8 } },
12407
- React__default.createElement(BookImport, { bookId: (book === null || book === void 0 ? void 0 : book.bookId) || importBookId, onCancel: handleCloseBookImportModal, onSuccess: handleCloseBookImportModal })))));
12407
+ React__default.createElement(BookImport, { bookId: (book === null || book === void 0 ? void 0 : book.bookId) || importBookId, onCancel: handleCloseBookImportModal })))));
12408
12408
  });
12409
12409
 
12410
12410
  var settings$c = {
@@ -16277,11 +16277,11 @@ var CcosVideoPlayer = function (props) {
16277
16277
  CcosVideoPlayer.settings = settings$1;
16278
16278
 
16279
16279
  try {
16280
- window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.34","branch":"release_v2.0.0","buildDate":"2025-04-09 22:04:15"}');
16280
+ window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.35","branch":"release_v2.0.0","buildDate":"2025-04-10 10:37:26"}');
16281
16281
  }
16282
16282
  catch (err) {
16283
16283
  console.warn(err);
16284
- window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.34","branch":"release_v2.0.0","buildDate":"2025-04-09 22:04:15"}';
16284
+ window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.35","branch":"release_v2.0.0","buildDate":"2025-04-10 10:37:26"}';
16285
16285
  }
16286
16286
 
16287
16287
  export { BookDetail, BookGroupImport, BookGroupTable, BookImport, BookInfo, BookSelect, BookTable, CcosBookDetail, CcosImportTable, CcosSenseCreate, CcosSenseDetail, CcosSenseEdit, CcosSenseFullTable, CcosSenseManager, CcosSenseSearch, CcosSenseTree, CcosSenseView, CcosTagConfig, CcosVideoPlayer, EntityClassFilter, EntityClassTreeSelect, ImportTable, Modal, OrgTreeSelect, PersonSelector, ProSearch, ProTable$1 as ProTable, RegionCascader, RegionTreeSelect, RelationGraph, SenseContentTable, SenseCreate, SenseDetail, SenseEdit, SenseForm, SenseFullTable, SenseInfo, SenseManager, SenseSearch, SenseTable, SenseTree, SenseView, TagConfig, TagTreeSelect, VideoControl, VideoPlayer, setCconfig as config };