@icos-desktop/react-components 2.0.19 → 2.0.20

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.
@@ -756,6 +756,8 @@ interface SenseFullTableProps {
756
756
  customButtons?: (data: {
757
757
  activeViewCode: string;
758
758
  activeTable: '' | 'bookGroup' | 'book' | 'sense';
759
+ bookGroup: any;
760
+ book: any;
759
761
  }) => CustomButtonConfig[];
760
762
  /**
761
763
  * 显示导出数据按钮
@@ -12191,7 +12191,7 @@ var SenseFullTable = forwardRef(function (props, ref) {
12191
12191
  // 显示按钮
12192
12192
  var showButtons = function () {
12193
12193
  if (customButtons) {
12194
- var buttons = customButtons({ activeViewCode: activeViewCode, activeTable: activeTable });
12194
+ var buttons = customButtons({ activeViewCode: activeViewCode, activeTable: activeTable, bookGroup: bookGroup, book: book });
12195
12195
  return buttons === null || buttons === void 0 ? void 0 : buttons.map(function (item) { return React__default.createElement(Button, __assign({}, item), item.title); });
12196
12196
  }
12197
12197
  return null;
@@ -16181,11 +16181,11 @@ var CcosVideoPlayer = function (props) {
16181
16181
  CcosVideoPlayer.settings = settings$1;
16182
16182
 
16183
16183
  try {
16184
- window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.19","branch":"release_v2.0.0","buildDate":"2025-03-31 16:01:12"}');
16184
+ window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.20","branch":"release_v2.0.0","buildDate":"2025-04-01 09:59:33"}');
16185
16185
  }
16186
16186
  catch (err) {
16187
16187
  console.warn(err);
16188
- window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.19","branch":"release_v2.0.0","buildDate":"2025-03-31 16:01:12"}';
16188
+ window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.20","branch":"release_v2.0.0","buildDate":"2025-04-01 09:59:33"}';
16189
16189
  }
16190
16190
 
16191
16191
  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 };