@icos-desktop/react-components 2.0.58 → 2.0.59

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.
@@ -12143,7 +12143,7 @@ var SideBar = function (props) {
12143
12143
  React__default.createElement(Tabs$1, { items: viewCodeItems, activeKey: activeViewCode, onChange: handleTabsChange, tabPosition: "left", type: "card", destroyInactiveTabPane: true })));
12144
12144
  };
12145
12145
 
12146
- var css_248z$c = ":root {\n --sense-manager-row-highlight-color: 'rgba(0, 255, 255, 0.3)';\n}\n.SenseFullTable-module_container__QB8iR {\n display: flex;\n width: 100%;\n height: 100%;\n column-gap: 8px;\n}\n.SenseFullTable-module_container__QB8iR .SenseFullTable-module_main__wYHgh {\n display: flex;\n flex-direction: column;\n flex: 1;\n width: 0;\n}\n.SenseFullTable-module_container__QB8iR .SenseFullTable-module_main__wYHgh .SenseFullTable-module_header__WnbBz {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 20px;\n}\n.SenseFullTable-module_container__QB8iR .SenseFullTable-module_main__wYHgh .SenseFullTable-module_header__WnbBz .SenseFullTable-module_breadcrumb__lUIH5 {\n display: flex;\n gap: 8px;\n flex: 1;\n margin-left: 8px;\n}\n.SenseFullTable-module_container__QB8iR .SenseFullTable-module_main__wYHgh .SenseFullTable-module_header__WnbBz .SenseFullTable-module_breadcrumb__lUIH5.SenseFullTable-module_full__JELiZ {\n flex-basis: 100%;\n}\n.SenseFullTable-module_container__QB8iR .SenseFullTable-module_main__wYHgh .SenseFullTable-module_header__WnbBz .SenseFullTable-module_breadcrumb__lUIH5.SenseFullTable-module_top__pY-rk {\n margin-bottom: 8px;\n}\n.SenseFullTable-module_container__QB8iR .SenseFullTable-module_main__wYHgh .SenseFullTable-module_header__WnbBz .SenseFullTable-module_filter__PCI9n {\n display: flex;\n align-items: center;\n gap: 8px;\n}\n.SenseFullTable-module_container__QB8iR .SenseFullTable-module_main__wYHgh .SenseFullTable-module_header__WnbBz .ant-breadcrumb {\n font-weight: 600;\n font-size: 16px;\n}\n";
12146
+ var css_248z$c = ":root {\n --sense-manager-row-highlight-color: 'rgba(0, 43, 91, 1)';\n}\n.SenseFullTable-module_container__QB8iR {\n display: flex;\n width: 100%;\n height: 100%;\n column-gap: 8px;\n}\n.SenseFullTable-module_container__QB8iR .SenseFullTable-module_main__wYHgh {\n display: flex;\n flex-direction: column;\n flex: 1;\n width: 0;\n}\n.SenseFullTable-module_container__QB8iR .SenseFullTable-module_main__wYHgh .SenseFullTable-module_header__WnbBz {\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 20px;\n}\n.SenseFullTable-module_container__QB8iR .SenseFullTable-module_main__wYHgh .SenseFullTable-module_header__WnbBz .SenseFullTable-module_breadcrumb__lUIH5 {\n display: flex;\n gap: 8px;\n flex: 1;\n margin-left: 8px;\n}\n.SenseFullTable-module_container__QB8iR .SenseFullTable-module_main__wYHgh .SenseFullTable-module_header__WnbBz .SenseFullTable-module_breadcrumb__lUIH5.SenseFullTable-module_full__JELiZ {\n flex-basis: 100%;\n}\n.SenseFullTable-module_container__QB8iR .SenseFullTable-module_main__wYHgh .SenseFullTable-module_header__WnbBz .SenseFullTable-module_breadcrumb__lUIH5.SenseFullTable-module_top__pY-rk {\n margin-bottom: 8px;\n}\n.SenseFullTable-module_container__QB8iR .SenseFullTable-module_main__wYHgh .SenseFullTable-module_header__WnbBz .SenseFullTable-module_filter__PCI9n {\n display: flex;\n align-items: center;\n gap: 8px;\n}\n.SenseFullTable-module_container__QB8iR .SenseFullTable-module_main__wYHgh .SenseFullTable-module_header__WnbBz .ant-breadcrumb {\n font-weight: 600;\n font-size: 16px;\n}\n";
12147
12147
  var styles$c = {"container":"SenseFullTable-module_container__QB8iR","main":"SenseFullTable-module_main__wYHgh","header":"SenseFullTable-module_header__WnbBz","breadcrumb":"SenseFullTable-module_breadcrumb__lUIH5","full":"SenseFullTable-module_full__JELiZ","top":"SenseFullTable-module_top__pY-rk","filter":"SenseFullTable-module_filter__PCI9n"};
12148
12148
  styleInject(css_248z$c);
12149
12149
 
@@ -12429,7 +12429,7 @@ var SenseFullTable = forwardRef(function (props, ref) {
12429
12429
  }); });
12430
12430
  useEffect(function () {
12431
12431
  document.documentElement.style.setProperty('--sense-manager-filter-icon-color', token.colorText ? token.colorText : '#fff');
12432
- document.documentElement.style.setProperty('--sense-manager-row-highlight-color', token.colorPrimaryActive ? token.colorPrimaryActive : 'rgba(0, 255, 255, 0.3)');
12432
+ document.documentElement.style.setProperty('--sense-manager-row-highlight-color', token.colorPrimaryActive ? token.colorPrimaryActive : 'rgba(0, 43, 91, 1)');
12433
12433
  }, [token.colorPrimaryActive, token.colorText]);
12434
12434
  return (React__default.createElement("div", { className: styles$c.container },
12435
12435
  React__default.createElement(SideBar, { viewType: viewType, views: views, showView: showView, activeViewCode: activeViewCode, onViewCodeChange: handleChangeActiveViewCode }),
@@ -16363,11 +16363,11 @@ var CcosVideoPlayer = function (props) {
16363
16363
  CcosVideoPlayer.settings = settings$1;
16364
16364
 
16365
16365
  try {
16366
- window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.58","branch":"remotes/origin/release_v2.0.0","buildDate":"2025-06-13 18:01:40"}');
16366
+ window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.59","branch":"release_v2.0.0","buildDate":"2025-06-13 18:40:51"}');
16367
16367
  }
16368
16368
  catch (err) {
16369
16369
  console.warn(err);
16370
- window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.58","branch":"remotes/origin/release_v2.0.0","buildDate":"2025-06-13 18:01:40"}';
16370
+ window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.59","branch":"release_v2.0.0","buildDate":"2025-06-13 18:40:51"}';
16371
16371
  }
16372
16372
 
16373
16373
  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 };