@icos-desktop/react-components 2.2.13 → 2.2.14
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
@@ -7620,16 +7620,11 @@ var VideoControl = function (props) {
|
|
7620
7620
|
if (res) {
|
7621
7621
|
messageApi.success('操作成功', 1);
|
7622
7622
|
}
|
7623
|
-
else {
|
7624
|
-
messageApi.error('操作失败,请检查配置', 1);
|
7625
|
-
}
|
7626
7623
|
return [2 /*return*/];
|
7627
7624
|
}
|
7628
7625
|
});
|
7629
7626
|
}); };
|
7630
7627
|
useEffect(function () {
|
7631
|
-
console.log('operationIconColor', operationIconColor);
|
7632
|
-
console.log('typeof operationIconColor !== "undefined"', typeof operationIconColor !== 'undefined');
|
7633
7628
|
document.documentElement.style.setProperty('--video-control-operate-icon-color', typeof operationIconColor !== 'undefined' ? operationIconColor : '#fff');
|
7634
7629
|
document.documentElement.style.setProperty('--video-control-operate-icon-border-color', typeof operateIconBorderColor !== 'undefined' ? operateIconBorderColor : '#18C7F2');
|
7635
7630
|
});
|
@@ -10514,11 +10509,14 @@ var SenseSearch = forwardRef(function (props, ref) {
|
|
10514
10509
|
if (timeSpaceParams) {
|
10515
10510
|
setTimeout(function () {
|
10516
10511
|
handleSetFieldsValue(timeSpaceParams);
|
10517
|
-
},
|
10512
|
+
}, 20);
|
10513
|
+
setTimeout(function () {
|
10514
|
+
handleSetFieldsValue(timeSpaceParams);
|
10515
|
+
}, 40);
|
10518
10516
|
}
|
10519
10517
|
setTimeout(function () {
|
10520
10518
|
handleSearch();
|
10521
|
-
},
|
10519
|
+
}, 60);
|
10522
10520
|
};
|
10523
10521
|
// 修改当前选中的分类
|
10524
10522
|
var handleChangeCategory = function (value) {
|
@@ -12979,11 +12977,11 @@ var CcosVideoPlayer = function (props) {
|
|
12979
12977
|
CcosVideoPlayer.settings = settings$1;
|
12980
12978
|
|
12981
12979
|
try {
|
12982
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.2.
|
12980
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.2.14","branch":"remotes/origin/release_v2.2.0","buildDate":"2025-09-04 16:32:04"}');
|
12983
12981
|
}
|
12984
12982
|
catch (err) {
|
12985
12983
|
console.warn(err);
|
12986
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.2.
|
12984
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.2.14","branch":"remotes/origin/release_v2.2.0","buildDate":"2025-09-04 16:32:04"}';
|
12987
12985
|
}
|
12988
12986
|
|
12989
12987
|
export { BookDetail, BookGroupImport, BookGroupTable, BookImport, BookInfo, BookSelect, BookTable, CcosBookDetail, CcosImportTable, CcosSenseContentTable, CcosSenseCreate, CcosSenseDetail, CcosSenseEdit, CcosSenseFullTable, CcosSenseManager, CcosSenseSearch, CcosSenseTree, CcosSenseView, CcosTagConfig, CcosVideoControl, 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 };
|