@icos-desktop/react-components 2.0.26 → 2.0.27

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.
@@ -15908,7 +15908,7 @@ var SenseList = function (_a) {
15908
15908
  React__default.createElement("div", { className: styles$3.header },
15909
15909
  React__default.createElement("div", { className: styles$3.title }, name),
15910
15910
  React__default.createElement("div", { className: styles$3.search },
15911
- bookId ? null : (React__default.createElement(Select, { style: { width: 260 }, placeholder: "\u8BF7\u9009\u62E9\u6240\u5C5E\u53F0\u8D26", options: bookOptions, onChange: handleChangeSelectBookIds, value: selectBookIds, fieldNames: { label: 'bookName', value: 'bookId' }, mode: "multiple", maxTagCount: "responsive", showSearch: true, filterOption: function (k, option) { return option.name.includes(k); } })),
15911
+ bookId ? null : (React__default.createElement(Select, { style: { width: 260 }, placeholder: "\u8BF7\u9009\u62E9\u6240\u5C5E\u53F0\u8D26", options: bookOptions, onChange: handleChangeSelectBookIds, value: selectBookIds, fieldNames: { label: 'bookName', value: 'bookId' }, mode: "multiple", maxTagCount: "responsive", showSearch: true, filterOption: function (k, option) { return option.bookName.includes(k); } })),
15912
15912
  React__default.createElement(Search$1, { style: { width: 200 }, placeholder: "\u8BF7\u8F93\u5165\u641C\u7D22\u5173\u952E\u8BCD", onSearch: handleSearch, allowClear: true }))),
15913
15913
  React__default.createElement("div", { className: styles$3.main },
15914
15914
  React__default.createElement(SenseTable, { ref: senseTableRef, bookId: bookId, bookIds: selectBookIds, keyword: keyword, templateId: templateId, viewCodes: viewCode ? [viewCode] : undefined, rowSelection: rowSelection, onRow: onRow, enableTag: "edit", customColumns: customColumns })),
@@ -16205,11 +16205,11 @@ var CcosVideoPlayer = function (props) {
16205
16205
  CcosVideoPlayer.settings = settings$1;
16206
16206
 
16207
16207
  try {
16208
- window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.26","branch":"remotes/origin/release_v2.0.0","buildDate":"2025-04-03 19:06:14"}');
16208
+ window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.27","branch":"release_v2.0.0","buildDate":"2025-04-07 10:24:38"}');
16209
16209
  }
16210
16210
  catch (err) {
16211
16211
  console.warn(err);
16212
- window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.26","branch":"remotes/origin/release_v2.0.0","buildDate":"2025-04-03 19:06:14"}';
16212
+ window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.27","branch":"release_v2.0.0","buildDate":"2025-04-07 10:24:38"}';
16213
16213
  }
16214
16214
 
16215
16215
  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 };