@icos-desktop/react-components 2.0.9 → 2.0.10
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
@@ -14572,9 +14572,12 @@ var SenseTree = function (props) {
|
|
14572
14572
|
}, [viewCodes, treeType]);
|
14573
14573
|
// 撒点
|
14574
14574
|
useDebounceEffect(function () {
|
14575
|
+
if (!onScatterAggregation) {
|
14576
|
+
return;
|
14577
|
+
}
|
14575
14578
|
var isGovUser = viewCodes.includes('system-icos_gov_user');
|
14576
14579
|
if ((checkedInfo === null || checkedInfo === void 0 ? void 0 : checkedInfo.total) === 0) {
|
14577
|
-
onScatterAggregation({
|
14580
|
+
onScatterAggregation === null || onScatterAggregation === void 0 ? void 0 : onScatterAggregation({
|
14578
14581
|
aggregationList: [],
|
14579
14582
|
senseList: [],
|
14580
14583
|
});
|
@@ -14591,7 +14594,7 @@ var SenseTree = function (props) {
|
|
14591
14594
|
var params = __assign(__assign(__assign(__assign({}, searchParams), { zoom: zoom, geom: _geom, searchGeom: searchParams === null || searchParams === void 0 ? void 0 : searchParams.geom, aggregateType: aggregateType }), checkedInfo.info), { viewCodes: viewCodes });
|
14592
14595
|
if (zoom && _geom && viewCodes.length && !isGovUser) {
|
14593
14596
|
getSenseScatterAggregation(params).then(function (res) {
|
14594
|
-
onScatterAggregation(res);
|
14597
|
+
onScatterAggregation === null || onScatterAggregation === void 0 ? void 0 : onScatterAggregation(res);
|
14595
14598
|
});
|
14596
14599
|
}
|
14597
14600
|
}
|
@@ -15510,11 +15513,11 @@ var CcosVideoPlayer = function (props) {
|
|
15510
15513
|
CcosVideoPlayer.settings = settings$1;
|
15511
15514
|
|
15512
15515
|
try {
|
15513
|
-
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.
|
15516
|
+
window._ICOS_DESKTOP_VERSION_ = JSON.parse('{"version":"2.0.10","branch":"release_v2.0.0","buildDate":"2025-03-24 11:30:35"}');
|
15514
15517
|
}
|
15515
15518
|
catch (err) {
|
15516
15519
|
console.warn(err);
|
15517
|
-
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.
|
15520
|
+
window._ICOS_DESKTOP_VERSION_ = '{"version":"2.0.10","branch":"release_v2.0.0","buildDate":"2025-03-24 11:30:35"}';
|
15518
15521
|
}
|
15519
15522
|
|
15520
15523
|
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 };
|