@icos-desktop/react-components 2.1.10 → 2.1.11
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
@@ -9692,6 +9692,7 @@ styleInject(css_248z$F);
|
|
9692
9692
|
|
9693
9693
|
var Graph = function (_a) {
|
9694
9694
|
var data = _a.data;
|
9695
|
+
var token = theme.useToken().token;
|
9695
9696
|
// 画布容器
|
9696
9697
|
var graphEl = useRef();
|
9697
9698
|
// 画布对象
|
@@ -9748,7 +9749,8 @@ var Graph = function (_a) {
|
|
9748
9749
|
group.addShape('text', {
|
9749
9750
|
attrs: {
|
9750
9751
|
text: cfg.label,
|
9751
|
-
fill: '#fff',
|
9752
|
+
// fill: '#fff',
|
9753
|
+
fill: token.colorText,
|
9752
9754
|
textAlign: 'center',
|
9753
9755
|
fontSize: 10,
|
9754
9756
|
x: 0,
|
@@ -13246,7 +13248,7 @@ var FORM_ITEM_BUTTON_RESET = filterFormItemList([
|
|
13246
13248
|
FORM_ITEMS.SEARCH_MODE,
|
13247
13249
|
]);
|
13248
13250
|
|
13249
|
-
var css_248z$a = ":root {\n --custom-tabs-item-color: #262626;\n --custom-tabs-item-active-color-type: #3768fa;\n}\n.index-module_container__WXMlD {\n flex-shrink: 0;\n width: 100%;\n height: 32px;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz {\n display: flex;\n justify-content: space-between;\n width: 100%;\n height: 100%;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n color: #262626;\n cursor: pointer;\n user-select: none;\n opacity: 0.8;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz[data-dot='true']::after {\n position: absolute;\n top: -4px;\n right: -4px;\n width: 8px;\n height: 8px;\n content: '';\n border-radius: 50%;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz.index-module_tab-1__NZdHF {\n display: flex;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz.index-module_tab-1__NZdHF svg path {\n fill: var(--custom-tabs-item-color);\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz.index-module_tab-1__NZdHF[data-active='true'] {\n
|
13251
|
+
var css_248z$a = ":root {\n --custom-tabs-item-color: #262626;\n --custom-tabs-item-active-color-type: #3768fa;\n}\n.index-module_container__WXMlD {\n flex-shrink: 0;\n width: 100%;\n height: 32px;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz {\n display: flex;\n justify-content: space-between;\n width: 100%;\n height: 100%;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n color: #262626;\n cursor: pointer;\n user-select: none;\n opacity: 0.8;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz[data-dot='true']::after {\n position: absolute;\n top: -4px;\n right: -4px;\n width: 8px;\n height: 8px;\n content: '';\n border-radius: 50%;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz.index-module_tab-1__NZdHF {\n display: flex;\n margin: 2px;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz.index-module_tab-1__NZdHF svg path {\n fill: var(--custom-tabs-item-color);\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz.index-module_tab-1__NZdHF[data-active='true'] {\n color: var(--custom-tabs-item-active-color);\n background: var(--custom-tabs-item-active-color-type);\n border-radius: 4px;\n opacity: 1;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz.index-module_tab-1__NZdHF[data-active='true'] svg path {\n fill: var(--custom-tabs-item-active-color);\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz.index-module_tab-2__cp51j {\n display: flex;\n margin: 2px;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz.index-module_tab-2__cp51j svg path {\n fill: var(--custom-tabs-item-color);\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz.index-module_tab-2__cp51j[data-active='true'] {\n color: var(--custom-tabs-item-active-color);\n background: var(--custom-tabs-item-active-color-type);\n border-radius: 4px;\n opacity: 1;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz.index-module_tab-2__cp51j[data-active='true'] svg path {\n fill: var(--custom-tabs-item-active-color);\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz.index-module_tab-3__LOGJI {\n border: 1px solid #00c2ff;\n border-image: linear-gradient(to bottom, rgba(0, 194, 255, 0.65), rgba(0, 194, 255, 0.325)) 1;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz.index-module_tab-3__LOGJI[data-active='true'] {\n border-image: linear-gradient(to bottom, #00c2ff, rgba(0, 194, 255, 0.5)) 1;\n opacity: 1;\n}\n.index-module_container__WXMlD .index-module_nav__XVUlz .index-module_tab__5nNzz.index-module_tab-block__XLMZi {\n flex: 1;\n}\n";
|
13250
13252
|
var styles$a = {"container":"index-module_container__WXMlD","nav":"index-module_nav__XVUlz","tab":"index-module_tab__5nNzz","tab-1":"index-module_tab-1__NZdHF","tab-2":"index-module_tab-2__cp51j","tab-3":"index-module_tab-3__LOGJI","tab-block":"index-module_tab-block__XLMZi"};
|
13251
13253
|
styleInject(css_248z$a);
|
13252
13254
|
|
@@ -13281,7 +13283,6 @@ var Tabs = function (props) {
|
|
13281
13283
|
_a));
|
13282
13284
|
useEffect(function () {
|
13283
13285
|
var _a;
|
13284
|
-
console.log('token', token);
|
13285
13286
|
document.documentElement.style.setProperty('--custom-tabs-item-color', (_a = token.Tabs) === null || _a === void 0 ? void 0 : _a.cardBg);
|
13286
13287
|
document.documentElement.style.setProperty('--custom-tabs-item-active-color-type', token.colorFill);
|
13287
13288
|
}, [token]);
|
@@ -14178,7 +14179,7 @@ var SenseSearch = forwardRef(function (props, ref) {
|
|
14178
14179
|
display: 'flex',
|
14179
14180
|
} },
|
14180
14181
|
React__default.createElement("img", { src: item.icon, alt: "", width: 16, height: 16, style: {
|
14181
|
-
filter: "".concat(token.colorText === 'rgba(255, 255, 255, 1)' ? 'brightness(100) contrast(100%)' : ''),
|
14182
|
+
filter: "".concat(token.colorText === 'rgba(255, 255, 255, 1)' ? 'brightness(100) contrast(100%)' : 'invert(1)'),
|
14182
14183
|
} })))),
|
14183
14184
|
}); });
|
14184
14185
|
setCategories(_categories);
|
@@ -16529,11 +16530,11 @@ var CcosVideoPlayer = function (props) {
|
|
16529
16530
|
CcosVideoPlayer.settings = settings$1;
|
16530
16531
|
|
16531
16532
|
try {
|
16532
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.1.
|
16533
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.1.11","branch":"release_v2.1.0","buildDate":"2025-06-04 16:40:52"}');
|
16533
16534
|
}
|
16534
16535
|
catch (err) {
|
16535
16536
|
console.warn(err);
|
16536
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.1.
|
16537
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.1.11","branch":"release_v2.1.0","buildDate":"2025-06-04 16:40:52"}';
|
16537
16538
|
}
|
16538
16539
|
|
16539
16540
|
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, 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 };
|