@icos-desktop/react-components 2.1.12 → 2.1.14
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
@@ -14890,6 +14890,11 @@ var getTreeChecked = function (_a) {
|
|
14890
14890
|
if (senseRegions.length) {
|
14891
14891
|
judgeRegion(senseRegions);
|
14892
14892
|
}
|
14893
|
+
// 筛选实体记录
|
14894
|
+
var sense = item.children.filter(function (child) { return child.type === 'sense'; });
|
14895
|
+
if (sense.length) {
|
14896
|
+
judgeSense(sense, item);
|
14897
|
+
}
|
14893
14898
|
}
|
14894
14899
|
}
|
14895
14900
|
else {
|
@@ -16530,11 +16535,11 @@ var CcosVideoPlayer = function (props) {
|
|
16530
16535
|
CcosVideoPlayer.settings = settings$1;
|
16531
16536
|
|
16532
16537
|
try {
|
16533
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.1.
|
16538
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.1.14","branch":"release_v2.1.0","buildDate":"2025-06-09 11:21:20"}');
|
16534
16539
|
}
|
16535
16540
|
catch (err) {
|
16536
16541
|
console.warn(err);
|
16537
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.1.
|
16542
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.1.14","branch":"release_v2.1.0","buildDate":"2025-06-09 11:21:20"}';
|
16538
16543
|
}
|
16539
16544
|
|
16540
16545
|
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 };
|