@icos-desktop/react-components 2.2.15 → 2.2.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
|
@@ -4370,6 +4370,7 @@ var Upload = forwardRef(function (props, ref) {
|
|
|
4370
4370
|
case 5: return [2 /*return*/];
|
|
4371
4371
|
case 6:
|
|
4372
4372
|
if (!res_1) {
|
|
4373
|
+
setLoading(false);
|
|
4373
4374
|
return [2 /*return*/];
|
|
4374
4375
|
}
|
|
4375
4376
|
setTaskBatchId(res_1);
|
|
@@ -12995,11 +12996,11 @@ var CcosVideoPlayer = function (props) {
|
|
|
12995
12996
|
CcosVideoPlayer.settings = settings$1;
|
|
12996
12997
|
|
|
12997
12998
|
try {
|
|
12998
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.2.
|
|
12999
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.2.16","branch":"release_v2.2.0","buildDate":"2025-11-28 16:38:31"}');
|
|
12999
13000
|
}
|
|
13000
13001
|
catch (err) {
|
|
13001
13002
|
console.warn(err);
|
|
13002
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.2.
|
|
13003
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.2.16","branch":"release_v2.2.0","buildDate":"2025-11-28 16:38:31"}';
|
|
13003
13004
|
}
|
|
13004
13005
|
|
|
13005
13006
|
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 };
|