@icos-desktop/react-components 2.0.4 → 2.0.6
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
@@ -15451,11 +15451,11 @@ var CcosVideoPlayer = function (props) {
|
|
15451
15451
|
CcosVideoPlayer.settings = settings$1;
|
15452
15452
|
|
15453
15453
|
try {
|
15454
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.
|
15454
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.6","branch":"remotes/origin/release_v2.0.0","buildDate":"2025-03-20 22:01:55"}');
|
15455
15455
|
}
|
15456
15456
|
catch (err) {
|
15457
15457
|
console.warn(err);
|
15458
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.
|
15458
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.6","branch":"remotes/origin/release_v2.0.0","buildDate":"2025-03-20 22:01:55"}';
|
15459
15459
|
}
|
15460
15460
|
|
15461
15461
|
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 };
|