@icos-desktop/react-components 2.0.15 → 2.0.16
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.
package/dist/icos-desktop.js
CHANGED
@@ -10793,7 +10793,7 @@ var CustomList = function (_a) {
|
|
10793
10793
|
return data ? (React__default.createElement(List, { itemLayout: "vertical", dataSource: header, renderItem: function (item) { return React__default.createElement(Item, { data: data, item: item }); } })) : (React__default.createElement(Empty, null));
|
10794
10794
|
};
|
10795
10795
|
|
10796
|
-
var css_248z$h = ".index-module_container__Cb5QN {\n padding-top: 8px;\n}\n.index-module_container__Cb5QN .index-module_top-line__UZwLs {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.index-module_container__Cb5QN .index-module_content__I5AU1 {\n max-height: 300px;\n margin: 8px 0;\n overflow-x: hidden;\n overflow-y: auto;\n}\n.index-module_container__Cb5QN .index-module_bottom-line__GAqVc {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.index-module_container__Cb5QN .index-module_time-range-line__dXp-d {\n display: flex;\n flex-direction: column;\n row-gap: 8px;\n margin-top: 8px;\n}\n.index-module_container__Cb5QN .index-module_time-range-line__dXp-d .index-module_time-range__sQLEt {\n display: flex;\n align-items: center;\n}\n.index-module_container__Cb5QN .index-module_time-range-line__dXp-d .index-module_btns__JekmU {\n align-self: flex-end;\n}\n";
|
10796
|
+
var css_248z$h = ":root {\n --select-text-color: #000;\n}\n.index-module_container__Cb5QN {\n padding-top: 8px;\n}\n.index-module_container__Cb5QN .ant-select-single .ant-select-selector {\n color: var(--select-text-color);\n}\n.index-module_container__Cb5QN .index-module_top-line__UZwLs {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.index-module_container__Cb5QN .index-module_content__I5AU1 {\n max-height: 300px;\n margin: 8px 0;\n overflow-x: hidden;\n overflow-y: auto;\n}\n.index-module_container__Cb5QN .index-module_bottom-line__GAqVc {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.index-module_container__Cb5QN .index-module_time-range-line__dXp-d {\n display: flex;\n flex-direction: column;\n row-gap: 8px;\n margin-top: 8px;\n}\n.index-module_container__Cb5QN .index-module_time-range-line__dXp-d .index-module_time-range__sQLEt {\n display: flex;\n align-items: center;\n}\n.index-module_container__Cb5QN .index-module_time-range-line__dXp-d .index-module_btns__JekmU {\n align-self: flex-end;\n}\n";
|
10797
10797
|
var styles$h = {"container":"index-module_container__Cb5QN","top-line":"index-module_top-line__UZwLs","content":"index-module_content__I5AU1","bottom-line":"index-module_bottom-line__GAqVc"};
|
10798
10798
|
styleInject(css_248z$h);
|
10799
10799
|
|
@@ -10877,6 +10877,9 @@ var Content = function (props) {
|
|
10877
10877
|
var _a;
|
10878
10878
|
setTableCode((_a = config === null || config === void 0 ? void 0 : config[0]) === null || _a === void 0 ? void 0 : _a.tableCode);
|
10879
10879
|
}, []);
|
10880
|
+
useEffect(function () {
|
10881
|
+
document.documentElement.style.setProperty('--select-text-color', token.colorText);
|
10882
|
+
}, [token.colorText]);
|
10880
10883
|
return (React__default.createElement("div", { className: styles$h.container },
|
10881
10884
|
React__default.createElement("div", { className: styles$h['top-line'] },
|
10882
10885
|
React__default.createElement("div", null,
|
@@ -15534,11 +15537,11 @@ var CcosVideoPlayer = function (props) {
|
|
15534
15537
|
CcosVideoPlayer.settings = settings$1;
|
15535
15538
|
|
15536
15539
|
try {
|
15537
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.
|
15540
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.16","branch":"remotes/origin/release_v2.0.0","buildDate":"2025-03-24 18:59:44"}');
|
15538
15541
|
}
|
15539
15542
|
catch (err) {
|
15540
15543
|
console.warn(err);
|
15541
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.
|
15544
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.16","branch":"remotes/origin/release_v2.0.0","buildDate":"2025-03-24 18:59:44"}';
|
15542
15545
|
}
|
15543
15546
|
|
15544
15547
|
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, SenseCreate, SenseDetail, SenseEdit, SenseForm, SenseFullTable, SenseInfo, SenseManager, SenseSearch, SenseTable, SenseTree, SenseView, TagConfig, TagTreeSelect, VideoControl, VideoPlayer, setCconfig as config };
|