@icos-desktop/react-components 2.0.31 → 2.0.32
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
@@ -12,6 +12,7 @@ import { Menu, Submenu, Item as Item$2, contextMenu, useContextMenu } from 'reac
|
|
12
12
|
import Highlighter from 'react-highlight-words';
|
13
13
|
import ResizeObserver from 'rc-resize-observer';
|
14
14
|
import { v4 } from 'uuid';
|
15
|
+
import ReactDOM from 'react-dom';
|
15
16
|
import RcOverflow from 'rc-overflow';
|
16
17
|
import { pinyin } from 'pinyin-pro';
|
17
18
|
import { useMergedState } from 'rc-util';
|
@@ -5551,7 +5552,8 @@ var renderContextMenu = function (id, menu, callback, menuProps) {
|
|
5551
5552
|
: renderItem(item);
|
5552
5553
|
});
|
5553
5554
|
};
|
5554
|
-
|
5555
|
+
var Element = (React__default.createElement(Menu, __assign({ id: id }, menuProps), renderMenu(menu)));
|
5556
|
+
return ReactDOM.createPortal(Element, document.body);
|
5555
5557
|
};
|
5556
5558
|
|
5557
5559
|
var id$4 = "BOOK_TABLE_MENU_BOOK_".concat(v4());
|
@@ -16275,11 +16277,11 @@ var CcosVideoPlayer = function (props) {
|
|
16275
16277
|
CcosVideoPlayer.settings = settings$1;
|
16276
16278
|
|
16277
16279
|
try {
|
16278
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.
|
16280
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.32","branch":"release_v2.0.0","buildDate":"2025-04-09 15:15:11"}');
|
16279
16281
|
}
|
16280
16282
|
catch (err) {
|
16281
16283
|
console.warn(err);
|
16282
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.
|
16284
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.32","branch":"release_v2.0.0","buildDate":"2025-04-09 15:15:11"}';
|
16283
16285
|
}
|
16284
16286
|
|
16285
16287
|
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, SenseContentTable, SenseCreate, SenseDetail, SenseEdit, SenseForm, SenseFullTable, SenseInfo, SenseManager, SenseSearch, SenseTable, SenseTree, SenseView, TagConfig, TagTreeSelect, VideoControl, VideoPlayer, setCconfig as config };
|