@icos-desktop/react-components 2.1.11 → 2.1.12
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
@@ -15613,7 +15613,7 @@ var SenseTree = function (props) {
|
|
15613
15613
|
}, [token.colorText]);
|
15614
15614
|
return (React__default.createElement(Spin, { wrapperClassName: styles$5.container, spinning: loading, delay: 500 },
|
15615
15615
|
React__default.createElement("div", { className: styles$5.tree },
|
15616
|
-
React__default.createElement(Tree, { treeData: treeData, titleRender: titleRender, loadData: loadData, selectedKeys: [], expandedKeys: expandedKeys, checkedKeys: checkedKeys, onSelect: handleSelect, onExpand: handleExpand, onCheck: handleCheck, onClick: handleClick, onDoubleClick: handleDoubleClick, onRightClick: handleRightClick, checkable: true, blockNode: true })),
|
15616
|
+
React__default.createElement(Tree, { key: JSON.stringify(searchParams), treeData: treeData, titleRender: titleRender, loadData: loadData, selectedKeys: [], expandedKeys: expandedKeys, checkedKeys: checkedKeys, onSelect: handleSelect, onExpand: handleExpand, onCheck: handleCheck, onClick: handleClick, onDoubleClick: handleDoubleClick, onRightClick: handleRightClick, checkable: true, blockNode: true })),
|
15617
15617
|
React__default.createElement("div", { className: styles$5.footer },
|
15618
15618
|
React__default.createElement("div", { className: styles$5.statistics, style: {
|
15619
15619
|
color: "".concat(token.colorPrimaryHover),
|
@@ -16530,11 +16530,11 @@ var CcosVideoPlayer = function (props) {
|
|
16530
16530
|
CcosVideoPlayer.settings = settings$1;
|
16531
16531
|
|
16532
16532
|
try {
|
16533
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.1.
|
16533
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.1.12","branch":"release_v2.1.0","buildDate":"2025-06-04 18:40:02"}');
|
16534
16534
|
}
|
16535
16535
|
catch (err) {
|
16536
16536
|
console.warn(err);
|
16537
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.1.
|
16537
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.1.12","branch":"release_v2.1.0","buildDate":"2025-06-04 18:40:02"}';
|
16538
16538
|
}
|
16539
16539
|
|
16540
16540
|
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, 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 };
|