@icos-desktop/react-components 2.2.3 → 2.2.4
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
@@ -2800,7 +2800,7 @@ var Filter$1 = function (props) {
|
|
2800
2800
|
var isEmpty = isAllValuesEmpty(values);
|
2801
2801
|
onFilter(isEmpty ? null : values, filterConfig);
|
2802
2802
|
setOpen(false);
|
2803
|
-
},
|
2803
|
+
}, 10);
|
2804
2804
|
};
|
2805
2805
|
// 台账组
|
2806
2806
|
var renderBookGroup = function () {
|
@@ -12947,11 +12947,11 @@ var CcosVideoPlayer = function (props) {
|
|
12947
12947
|
CcosVideoPlayer.settings = settings$1;
|
12948
12948
|
|
12949
12949
|
try {
|
12950
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.2.
|
12950
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.2.4","branch":"release_v2.2.0","buildDate":"2025-06-17 13:58:18"}');
|
12951
12951
|
}
|
12952
12952
|
catch (err) {
|
12953
12953
|
console.warn(err);
|
12954
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.2.
|
12954
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.2.4","branch":"release_v2.2.0","buildDate":"2025-06-17 13:58:18"}';
|
12955
12955
|
}
|
12956
12956
|
|
12957
12957
|
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 };
|