@icos-desktop/react-components 2.0.32 → 2.0.33

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.
@@ -12296,9 +12296,9 @@ var SenseFullTable = forwardRef(function (props, ref) {
12296
12296
  };
12297
12297
  useAsyncEffect(function () { return __awaiter(void 0, void 0, void 0, function () {
12298
12298
  var res, curBook;
12299
- var _a, _b, _c, _d, _e;
12300
- return __generator(this, function (_f) {
12301
- switch (_f.label) {
12299
+ var _a, _b, _c, _d, _e, _f;
12300
+ return __generator(this, function (_g) {
12301
+ switch (_g.label) {
12302
12302
  case 0:
12303
12303
  if (book && showSenseTable) {
12304
12304
  setActiveTable('sense');
@@ -12324,7 +12324,7 @@ var SenseFullTable = forwardRef(function (props, ref) {
12324
12324
  viewCodes: [activeViewCode],
12325
12325
  })];
12326
12326
  case 2:
12327
- res = _f.sent();
12327
+ res = _g.sent();
12328
12328
  setBookGroup((_b = (_a = res[0]) === null || _a === void 0 ? void 0 : _a.bookGroupItemList) === null || _b === void 0 ? void 0 : _b[0]);
12329
12329
  if (!(((_d = (_c = res[0]) === null || _c === void 0 ? void 0 : _c.bookGroupItemList) === null || _d === void 0 ? void 0 : _d[0]) &&
12330
12330
  !showBookTable &&
@@ -12337,9 +12337,9 @@ var SenseFullTable = forwardRef(function (props, ref) {
12337
12337
  viewCode: activeViewCode,
12338
12338
  })];
12339
12339
  case 3:
12340
- curBook = _f.sent();
12341
- setImportBookId((_e = curBook === null || curBook === void 0 ? void 0 : curBook[0]) === null || _e === void 0 ? void 0 : _e.bookId);
12342
- _f.label = 4;
12340
+ curBook = _g.sent();
12341
+ setImportBookId((_f = (_e = curBook === null || curBook === void 0 ? void 0 : curBook.list) === null || _e === void 0 ? void 0 : _e[0]) === null || _f === void 0 ? void 0 : _f.bookId);
12342
+ _g.label = 4;
12343
12343
  case 4: return [2 /*return*/];
12344
12344
  case 5: return [2 /*return*/];
12345
12345
  }
@@ -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.32","branch":"release_v2.0.0","buildDate":"2025-04-09 15:15:11"}');
16280
+ window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.33","branch":"release_v2.0.0","buildDate":"2025-04-09 15:45:59"}');
16281
16281
  }
16282
16282
  catch (err) {
16283
16283
  console.warn(err);
16284
- window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.32","branch":"release_v2.0.0","buildDate":"2025-04-09 15:15:11"}';
16284
+ window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.33","branch":"release_v2.0.0","buildDate":"2025-04-09 15:45:59"}';
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 };