@icos-desktop/react-components 2.1.2 → 2.1.3

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.
@@ -14000,6 +14000,8 @@ var SenseSearch = forwardRef(function (props, ref) {
14000
14000
  keyword: res.keyword || '',
14001
14001
  senseObjCodes: res.senseObjCodes || [],
14002
14002
  tagCodes: res.tagCodes || [],
14003
+ // 透传参数
14004
+ customFieldParams: res.customFieldParams,
14003
14005
  };
14004
14006
  // 时空搜索参数
14005
14007
  var timeSpaceParams = {};
@@ -16506,11 +16508,11 @@ var CcosVideoPlayer = function (props) {
16506
16508
  CcosVideoPlayer.settings = settings$1;
16507
16509
 
16508
16510
  try {
16509
- window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.1.2","branch":"release_v2.1.0","buildDate":"2025-05-13 16:07:07"}');
16511
+ window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.1.3","branch":"release_v2.1.0","buildDate":"2025-05-14 18:55:18"}');
16510
16512
  }
16511
16513
  catch (err) {
16512
16514
  console.warn(err);
16513
- window._ICOS_DESKTOP_VERSION_ = '{"version":"2.1.2","branch":"release_v2.1.0","buildDate":"2025-05-13 16:07:07"}';
16515
+ window._ICOS_DESKTOP_VERSION_ = '{"version":"2.1.3","branch":"release_v2.1.0","buildDate":"2025-05-14 18:55:18"}';
16514
16516
  }
16515
16517
 
16516
16518
  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 };