@icos-desktop/react-components 2.0.33 → 2.0.34

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.
@@ -6356,7 +6356,7 @@ var Filter$1 = function (props) {
6356
6356
  return (React__default.createElement(React__default.Fragment, null, (_a = filterConfig === null || filterConfig === void 0 ? void 0 : filterConfig.filterItems) === null || _a === void 0 ? void 0 :
6357
6357
  _a.map(function (item) {
6358
6358
  var _a;
6359
- return (React__default.createElement(FormItem, { key: item.filterId, name: item.fieldId, label: item.fieldName, type: item.targetFilter, placeholder: item.filterName, options: item.options, regionId: (_a = item.startRegion) === null || _a === void 0 ? void 0 : _a.regionId }));
6359
+ return (React__default.createElement(FormItem, { key: item.filterId, name: item.fieldId, label: item.filterName, type: item.targetFilter, placeholder: item.filterName, options: item.options, regionId: (_a = item.startRegion) === null || _a === void 0 ? void 0 : _a.regionId }));
6360
6360
  }),
6361
6361
  ((_b = filterConfig === null || filterConfig === void 0 ? void 0 : filterConfig.tagValues) === null || _b === void 0 ? void 0 : _b.length) && enableTag ? (React__default.createElement(FormItem, { name: "tagCodes", label: "\u6807\u7B7E", type: "CustomSelect", options: filterConfig.tagValues.map(function (item) { return ({
6362
6362
  label: item.tagValue,
@@ -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.33","branch":"release_v2.0.0","buildDate":"2025-04-09 15:45:59"}');
16280
+ window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.34","branch":"release_v2.0.0","buildDate":"2025-04-09 22:04:15"}');
16281
16281
  }
16282
16282
  catch (err) {
16283
16283
  console.warn(err);
16284
- window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.33","branch":"release_v2.0.0","buildDate":"2025-04-09 15:45:59"}';
16284
+ window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.34","branch":"release_v2.0.0","buildDate":"2025-04-09 22:04:15"}';
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 };