@fleet-frontend/mower-maps 0.2.5-beta.14 → 0.2.5-beta.16
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/config/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/config/constants.ts"],"names":[],"mappings":"AAAA;;GAEG;AAMH,eAAO,MAAM,mBAAmB;;;CAG/B,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,YAAY,KAAK,CAAC;AAE/B;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;CAUtB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;CAOpB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;CAMhB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;CAUf,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;CAYrB,CAAC;AAGX,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEjF,eAAO,MAAM,qBAAqB,sqUAqB3B,CAAC;AAER;;GAEG;AACH,eAAO,MAAM,WAAW,IAAI,CAAC;AAC7B;;GAEG;AACH,eAAO,MAAM,mBAAmB,IAAI,CAAC;AACrC;;GAEG;AACH,eAAO,MAAM,eAAe,IAAI,CAAC;AACjC;;GAEG;AACH,eAAO,MAAM,4BAA4B,IAAI,CAAC;AAC9C;;GAEG;AACH,eAAO,MAAM,uBAAuB,IAAI,CAAC;AACzC;;GAEG;AACH,eAAO,MAAM,kBAAkB,IAAI,CAAC;AACpC;;GAEG;AACH,eAAO,MAAM,qBAAqB,IAAI,CAAC;AACvC;;GAEG;AACH,eAAO,MAAM,8BAA8B,IAAI,CAAC;AAChD;;GAEG;AACH,eAAO,MAAM,oBAAoB,IAAI,CAAC;AACtC;;GAEG;AACH,eAAO,MAAM,UAAU,KAAK,CAAC;AAE7B,eAAO,MAAM,eAAe,4BAA4B,CAAC;AAEzD,eAAO,MAAM,sBAAsB,KAAK,CAAC;AACzC,eAAO,MAAM,mBAAmB,MAAM,CAAC;AACvC,eAAO,MAAM,mBAAmB,KAAK,CAAC;AAGtC,eAAO,MAAM,wBAAwB,WAAW,CAAC"}
|
package/dist/index.esm.js
CHANGED
|
@@ -10613,9 +10613,13 @@ var SvgMapOpacity;
|
|
|
10613
10613
|
* 地图渲染相关常量配置
|
|
10614
10614
|
*/
|
|
10615
10615
|
// 默认坐标
|
|
10616
|
+
// export const DEFAULT_COORDINATES = {
|
|
10617
|
+
// sw: [116.071044, 40.102099],
|
|
10618
|
+
// ne: [116.0734, 40.103901],
|
|
10619
|
+
// };
|
|
10616
10620
|
const DEFAULT_COORDINATES = {
|
|
10617
|
-
sw: [
|
|
10618
|
-
ne: [
|
|
10621
|
+
sw: [-1178e-6, -901e-6],
|
|
10622
|
+
ne: [0.001178, 0.000901],
|
|
10619
10623
|
};
|
|
10620
10624
|
/**
|
|
10621
10625
|
* 缩放因子 - 将米转换为像素
|
|
@@ -18582,10 +18586,10 @@ function estimateGpsFromMapBounds(mapData) {
|
|
|
18582
18586
|
const mapWidthMeters = maxXMeters - minXMeters;
|
|
18583
18587
|
const mapHeightMeters = maxYMeters - minYMeters;
|
|
18584
18588
|
// 凤凰岭的GPS坐标作为地图中心点
|
|
18585
|
-
const centerLat = 40.103;
|
|
18586
|
-
const centerLng = 116.072222;
|
|
18587
|
-
|
|
18588
|
-
|
|
18589
|
+
// const centerLat = 40.103;
|
|
18590
|
+
// const centerLng = 116.072222;
|
|
18591
|
+
const centerLat = 0;
|
|
18592
|
+
const centerLng = 0;
|
|
18589
18593
|
// 精确的坐标转换常数
|
|
18590
18594
|
// 1度纬度 = 约111,320米(在地球上任何地方都基本相同)
|
|
18591
18595
|
// 1度经度 = 约111,320 * cos(纬度) 米(随纬度变化)
|
|
@@ -24020,7 +24024,7 @@ const useCheckElement = () => {
|
|
|
24020
24024
|
};
|
|
24021
24025
|
};
|
|
24022
24026
|
|
|
24023
|
-
var css_248z$6 = ".Tooltip-module_tooltip__Wexlk {\n position: fixed;\n background-color: #fff;\n border-radius: 4px;\n height: 20px;\n line-height: 20px;\n font-size: 12px;\n color: #211F1F;\n padding: 0 4px;\n white-space: nowrap;\n z-index: 9999;\n cursor: pointer;\n user-select: none;\n}\n.Tooltip-module_tooltip__Wexlk.Tooltip-module_tooltipHover__Tfqme {\n height: 30px;\n padding: 5px 12px;\n}\n.Tooltip-module_tooltip__Wexlk.Tooltip-module_tooltipHover__Tfqme:hover {\n background-color: #FFEFE6;\n}";
|
|
24027
|
+
var css_248z$6 = ".Tooltip-module_tooltip__Wexlk {\n position: fixed;\n background-color: #fff;\n border-radius: 4px;\n height: 20px;\n line-height: 20px;\n font-size: 12px;\n color: #211F1F;\n padding: 0 4px;\n white-space: nowrap;\n z-index: 9999;\n cursor: pointer;\n user-select: none;\n}\n.Tooltip-module_tooltip__Wexlk.Tooltip-module_tooltipHover__Tfqme {\n height: 30px;\n padding: 5px 12px;\n}\n.Tooltip-module_tooltip__Wexlk.Tooltip-module_tooltipHover__Tfqme:hover {\n background-color: #FFEFE6;\n color: #FF5A00;\n}";
|
|
24024
24028
|
var styles$6 = {"tooltip":"Tooltip-module_tooltip__Wexlk","tooltipHover":"Tooltip-module_tooltipHover__Tfqme"};
|
|
24025
24029
|
styleInject(css_248z$6);
|
|
24026
24030
|
|
|
@@ -26719,6 +26723,13 @@ const DoodleTransform = ({ data, isSelected: _isSelected, isHover, onSelect }) =
|
|
|
26719
26723
|
}
|
|
26720
26724
|
};
|
|
26721
26725
|
|
|
26726
|
+
var HoverType;
|
|
26727
|
+
(function (HoverType) {
|
|
26728
|
+
HoverType["Translate"] = "translate";
|
|
26729
|
+
HoverType["Scale"] = "scale";
|
|
26730
|
+
HoverType["Rotate"] = "rotate";
|
|
26731
|
+
HoverType["Delete"] = "delete";
|
|
26732
|
+
})(HoverType || (HoverType = {}));
|
|
26722
26733
|
const DoodleTransformWrapper = ({ data, isSelected = false, isSelectedWithoutOperation = false, isHover = false, onSelect, onCancel, onTransformChange, disabled = false, className = '', minScale, onMinScaleReached, onDragMove, onDragEnd, showInfo = true, onClickInfo, }) => {
|
|
26723
26734
|
const { platform, overlayScale, unitType } = useCommonContext();
|
|
26724
26735
|
// 使用自定义hook管理所有变换逻辑
|
|
@@ -26726,6 +26737,7 @@ const DoodleTransformWrapper = ({ data, isSelected = false, isSelectedWithoutOpe
|
|
|
26726
26737
|
minScale,
|
|
26727
26738
|
onMinScaleReached,
|
|
26728
26739
|
});
|
|
26740
|
+
const [hoverType, setHoverType] = useState(null);
|
|
26729
26741
|
// 创建变换后的数据对象 - 需要将转换后的坐标转换回原始格式
|
|
26730
26742
|
const transformedData = useMemo(() => {
|
|
26731
26743
|
// 将转换后的坐标转换回原始格式(除以 SCALE_FACTOR 并翻转 Y 轴)
|
|
@@ -26965,7 +26977,7 @@ const DoodleTransformWrapper = ({ data, isSelected = false, isSelectedWithoutOpe
|
|
|
26965
26977
|
}
|
|
26966
26978
|
: {
|
|
26967
26979
|
onMouseDown: handleCancel,
|
|
26968
|
-
}), transform: `translate(${selectionBoxPoints[0].x}, ${selectionBoxPoints[0].y})`, children: jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale})`, children: jsx(SvgTransformDelete, {}) }) })), jsx("g", { className: "control-point rotate-point", ...(platform === PlatformType.H5
|
|
26980
|
+
}), transform: `translate(${selectionBoxPoints[0].x}, ${selectionBoxPoints[0].y})`, children: jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale * (hoverType === HoverType.Delete ? 1.2 : 1)})`, onMouseEnter: () => setHoverType(HoverType.Delete), onMouseLeave: () => setHoverType(null), children: jsx(SvgTransformDelete, {}) }) })), jsx("g", { className: "control-point rotate-point", ...(platform === PlatformType.H5
|
|
26969
26981
|
? {
|
|
26970
26982
|
onTouchStart: createReactEventHandler((e) => {
|
|
26971
26983
|
handleRotateStartWithDisabled(e);
|
|
@@ -26973,7 +26985,7 @@ const DoodleTransformWrapper = ({ data, isSelected = false, isSelectedWithoutOpe
|
|
|
26973
26985
|
}
|
|
26974
26986
|
: {
|
|
26975
26987
|
onMouseDown: handleRotateStartWithDisabled,
|
|
26976
|
-
}), transform: `translate(${selectionBoxPoints[3].x}, ${selectionBoxPoints[3].y})`, children: jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale})`, children: jsx(SvgTransformRotate, {}) }) }), jsx("g", { className: "control-point move-point", ...(platform === PlatformType.H5
|
|
26988
|
+
}), transform: `translate(${selectionBoxPoints[3].x}, ${selectionBoxPoints[3].y})`, children: jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale * (hoverType === HoverType.Rotate ? 1.2 : 1)})`, onMouseEnter: () => setHoverType(HoverType.Rotate), onMouseLeave: () => setHoverType(null), children: jsx(SvgTransformRotate, {}) }) }), jsx("g", { className: "control-point move-point", ...(platform === PlatformType.H5
|
|
26977
26989
|
? {
|
|
26978
26990
|
onTouchStart: createReactEventHandler((e) => {
|
|
26979
26991
|
handleMouseDownWithDisabled(e);
|
|
@@ -26981,7 +26993,7 @@ const DoodleTransformWrapper = ({ data, isSelected = false, isSelectedWithoutOpe
|
|
|
26981
26993
|
}
|
|
26982
26994
|
: {
|
|
26983
26995
|
onMouseDown: handleMouseDownWithDisabled,
|
|
26984
|
-
}), transform: `translate(${selectionBoxPoints[1].x}, ${selectionBoxPoints[1].y})`, children: jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale})`, children: jsx(SvgTransformTranslate, {}) }) }), jsx("g", { className: "control-point scale-point", ...(platform === PlatformType.H5
|
|
26996
|
+
}), transform: `translate(${selectionBoxPoints[1].x}, ${selectionBoxPoints[1].y})`, children: jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale * (hoverType === HoverType.Translate ? 1.2 : 1)})`, onMouseEnter: () => setHoverType(HoverType.Translate), onMouseLeave: () => setHoverType(null), children: jsx(SvgTransformTranslate, {}) }) }), jsx("g", { className: "control-point scale-point", ...(platform === PlatformType.H5
|
|
26985
26997
|
? {
|
|
26986
26998
|
onTouchStart: createReactEventHandler((e) => {
|
|
26987
26999
|
handleScaleStartWithDisabled(e);
|
|
@@ -26989,7 +27001,7 @@ const DoodleTransformWrapper = ({ data, isSelected = false, isSelectedWithoutOpe
|
|
|
26989
27001
|
}
|
|
26990
27002
|
: {
|
|
26991
27003
|
onMouseDown: handleScaleStartWithDisabled,
|
|
26992
|
-
}), transform: `translate(${selectionBoxPoints[2].x}, ${selectionBoxPoints[2].y})`, children: jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale})`, children: jsx(SvgTransformScale, {}) }) })] }));
|
|
27004
|
+
}), transform: `translate(${selectionBoxPoints[2].x}, ${selectionBoxPoints[2].y})`, children: jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale * (hoverType === HoverType.Scale ? 1.2 : 1)})`, onMouseEnter: () => setHoverType(HoverType.Scale), onMouseLeave: () => setHoverType(null), children: jsx(SvgTransformScale, {}) }) })] }));
|
|
26993
27005
|
})()] }));
|
|
26994
27006
|
};
|
|
26995
27007
|
|
|
@@ -29155,7 +29167,7 @@ const useCreateVisionOffElement = () => {
|
|
|
29155
29167
|
[maxX, minY],
|
|
29156
29168
|
];
|
|
29157
29169
|
return elementPoints;
|
|
29158
|
-
}, [centerPoint, elementWidth, editMapInfo.allVisionOffPoints]);
|
|
29170
|
+
}, [centerPoint, elementWidth, editMapInfo.allVisionOffPoints, svgViewBox]);
|
|
29159
29171
|
return {
|
|
29160
29172
|
centerPoint,
|
|
29161
29173
|
getVisionOffPoints,
|
|
@@ -29821,7 +29833,7 @@ modelType, showStraddleBoundaryBorder = true, mapRef, mapJson, pathJson, realTim
|
|
|
29821
29833
|
* 这里做了一个配置,以防以后如果有多种不同的类型的情况,需要展示不同的元素
|
|
29822
29834
|
*/
|
|
29823
29835
|
const mapHasElements = useMemo(() => {
|
|
29824
|
-
//
|
|
29836
|
+
// 地理围栏地图,有充电桩,没有天线,没有割草机位置,没有分区名称气泡
|
|
29825
29837
|
if (mapType === MapType.GEO_FENCE) {
|
|
29826
29838
|
return {
|
|
29827
29839
|
hasChargingPile: true,
|
package/dist/index.js
CHANGED
|
@@ -10633,9 +10633,13 @@ var SvgMapOpacity;
|
|
|
10633
10633
|
* 地图渲染相关常量配置
|
|
10634
10634
|
*/
|
|
10635
10635
|
// 默认坐标
|
|
10636
|
+
// export const DEFAULT_COORDINATES = {
|
|
10637
|
+
// sw: [116.071044, 40.102099],
|
|
10638
|
+
// ne: [116.0734, 40.103901],
|
|
10639
|
+
// };
|
|
10636
10640
|
const DEFAULT_COORDINATES = {
|
|
10637
|
-
sw: [
|
|
10638
|
-
ne: [
|
|
10641
|
+
sw: [-1178e-6, -901e-6],
|
|
10642
|
+
ne: [0.001178, 0.000901],
|
|
10639
10643
|
};
|
|
10640
10644
|
/**
|
|
10641
10645
|
* 缩放因子 - 将米转换为像素
|
|
@@ -18602,10 +18606,10 @@ function estimateGpsFromMapBounds(mapData) {
|
|
|
18602
18606
|
const mapWidthMeters = maxXMeters - minXMeters;
|
|
18603
18607
|
const mapHeightMeters = maxYMeters - minYMeters;
|
|
18604
18608
|
// 凤凰岭的GPS坐标作为地图中心点
|
|
18605
|
-
const centerLat = 40.103;
|
|
18606
|
-
const centerLng = 116.072222;
|
|
18607
|
-
|
|
18608
|
-
|
|
18609
|
+
// const centerLat = 40.103;
|
|
18610
|
+
// const centerLng = 116.072222;
|
|
18611
|
+
const centerLat = 0;
|
|
18612
|
+
const centerLng = 0;
|
|
18609
18613
|
// 精确的坐标转换常数
|
|
18610
18614
|
// 1度纬度 = 约111,320米(在地球上任何地方都基本相同)
|
|
18611
18615
|
// 1度经度 = 约111,320 * cos(纬度) 米(随纬度变化)
|
|
@@ -24040,7 +24044,7 @@ const useCheckElement = () => {
|
|
|
24040
24044
|
};
|
|
24041
24045
|
};
|
|
24042
24046
|
|
|
24043
|
-
var css_248z$6 = ".Tooltip-module_tooltip__Wexlk {\n position: fixed;\n background-color: #fff;\n border-radius: 4px;\n height: 20px;\n line-height: 20px;\n font-size: 12px;\n color: #211F1F;\n padding: 0 4px;\n white-space: nowrap;\n z-index: 9999;\n cursor: pointer;\n user-select: none;\n}\n.Tooltip-module_tooltip__Wexlk.Tooltip-module_tooltipHover__Tfqme {\n height: 30px;\n padding: 5px 12px;\n}\n.Tooltip-module_tooltip__Wexlk.Tooltip-module_tooltipHover__Tfqme:hover {\n background-color: #FFEFE6;\n}";
|
|
24047
|
+
var css_248z$6 = ".Tooltip-module_tooltip__Wexlk {\n position: fixed;\n background-color: #fff;\n border-radius: 4px;\n height: 20px;\n line-height: 20px;\n font-size: 12px;\n color: #211F1F;\n padding: 0 4px;\n white-space: nowrap;\n z-index: 9999;\n cursor: pointer;\n user-select: none;\n}\n.Tooltip-module_tooltip__Wexlk.Tooltip-module_tooltipHover__Tfqme {\n height: 30px;\n padding: 5px 12px;\n}\n.Tooltip-module_tooltip__Wexlk.Tooltip-module_tooltipHover__Tfqme:hover {\n background-color: #FFEFE6;\n color: #FF5A00;\n}";
|
|
24044
24048
|
var styles$6 = {"tooltip":"Tooltip-module_tooltip__Wexlk","tooltipHover":"Tooltip-module_tooltipHover__Tfqme"};
|
|
24045
24049
|
styleInject(css_248z$6);
|
|
24046
24050
|
|
|
@@ -26739,6 +26743,13 @@ const DoodleTransform = ({ data, isSelected: _isSelected, isHover, onSelect }) =
|
|
|
26739
26743
|
}
|
|
26740
26744
|
};
|
|
26741
26745
|
|
|
26746
|
+
var HoverType;
|
|
26747
|
+
(function (HoverType) {
|
|
26748
|
+
HoverType["Translate"] = "translate";
|
|
26749
|
+
HoverType["Scale"] = "scale";
|
|
26750
|
+
HoverType["Rotate"] = "rotate";
|
|
26751
|
+
HoverType["Delete"] = "delete";
|
|
26752
|
+
})(HoverType || (HoverType = {}));
|
|
26742
26753
|
const DoodleTransformWrapper = ({ data, isSelected = false, isSelectedWithoutOperation = false, isHover = false, onSelect, onCancel, onTransformChange, disabled = false, className = '', minScale, onMinScaleReached, onDragMove, onDragEnd, showInfo = true, onClickInfo, }) => {
|
|
26743
26754
|
const { platform, overlayScale, unitType } = useCommonContext();
|
|
26744
26755
|
// 使用自定义hook管理所有变换逻辑
|
|
@@ -26746,6 +26757,7 @@ const DoodleTransformWrapper = ({ data, isSelected = false, isSelectedWithoutOpe
|
|
|
26746
26757
|
minScale,
|
|
26747
26758
|
onMinScaleReached,
|
|
26748
26759
|
});
|
|
26760
|
+
const [hoverType, setHoverType] = React.useState(null);
|
|
26749
26761
|
// 创建变换后的数据对象 - 需要将转换后的坐标转换回原始格式
|
|
26750
26762
|
const transformedData = React.useMemo(() => {
|
|
26751
26763
|
// 将转换后的坐标转换回原始格式(除以 SCALE_FACTOR 并翻转 Y 轴)
|
|
@@ -26985,7 +26997,7 @@ const DoodleTransformWrapper = ({ data, isSelected = false, isSelectedWithoutOpe
|
|
|
26985
26997
|
}
|
|
26986
26998
|
: {
|
|
26987
26999
|
onMouseDown: handleCancel,
|
|
26988
|
-
}), transform: `translate(${selectionBoxPoints[0].x}, ${selectionBoxPoints[0].y})`, children: jsxRuntime.jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale})`, children: jsxRuntime.jsx(SvgTransformDelete, {}) }) })), jsxRuntime.jsx("g", { className: "control-point rotate-point", ...(platform === exports.PlatformType.H5
|
|
27000
|
+
}), transform: `translate(${selectionBoxPoints[0].x}, ${selectionBoxPoints[0].y})`, children: jsxRuntime.jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale * (hoverType === HoverType.Delete ? 1.2 : 1)})`, onMouseEnter: () => setHoverType(HoverType.Delete), onMouseLeave: () => setHoverType(null), children: jsxRuntime.jsx(SvgTransformDelete, {}) }) })), jsxRuntime.jsx("g", { className: "control-point rotate-point", ...(platform === exports.PlatformType.H5
|
|
26989
27001
|
? {
|
|
26990
27002
|
onTouchStart: createReactEventHandler((e) => {
|
|
26991
27003
|
handleRotateStartWithDisabled(e);
|
|
@@ -26993,7 +27005,7 @@ const DoodleTransformWrapper = ({ data, isSelected = false, isSelectedWithoutOpe
|
|
|
26993
27005
|
}
|
|
26994
27006
|
: {
|
|
26995
27007
|
onMouseDown: handleRotateStartWithDisabled,
|
|
26996
|
-
}), transform: `translate(${selectionBoxPoints[3].x}, ${selectionBoxPoints[3].y})`, children: jsxRuntime.jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale})`, children: jsxRuntime.jsx(SvgTransformRotate, {}) }) }), jsxRuntime.jsx("g", { className: "control-point move-point", ...(platform === exports.PlatformType.H5
|
|
27008
|
+
}), transform: `translate(${selectionBoxPoints[3].x}, ${selectionBoxPoints[3].y})`, children: jsxRuntime.jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale * (hoverType === HoverType.Rotate ? 1.2 : 1)})`, onMouseEnter: () => setHoverType(HoverType.Rotate), onMouseLeave: () => setHoverType(null), children: jsxRuntime.jsx(SvgTransformRotate, {}) }) }), jsxRuntime.jsx("g", { className: "control-point move-point", ...(platform === exports.PlatformType.H5
|
|
26997
27009
|
? {
|
|
26998
27010
|
onTouchStart: createReactEventHandler((e) => {
|
|
26999
27011
|
handleMouseDownWithDisabled(e);
|
|
@@ -27001,7 +27013,7 @@ const DoodleTransformWrapper = ({ data, isSelected = false, isSelectedWithoutOpe
|
|
|
27001
27013
|
}
|
|
27002
27014
|
: {
|
|
27003
27015
|
onMouseDown: handleMouseDownWithDisabled,
|
|
27004
|
-
}), transform: `translate(${selectionBoxPoints[1].x}, ${selectionBoxPoints[1].y})`, children: jsxRuntime.jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale})`, children: jsxRuntime.jsx(SvgTransformTranslate, {}) }) }), jsxRuntime.jsx("g", { className: "control-point scale-point", ...(platform === exports.PlatformType.H5
|
|
27016
|
+
}), transform: `translate(${selectionBoxPoints[1].x}, ${selectionBoxPoints[1].y})`, children: jsxRuntime.jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale * (hoverType === HoverType.Translate ? 1.2 : 1)})`, onMouseEnter: () => setHoverType(HoverType.Translate), onMouseLeave: () => setHoverType(null), children: jsxRuntime.jsx(SvgTransformTranslate, {}) }) }), jsxRuntime.jsx("g", { className: "control-point scale-point", ...(platform === exports.PlatformType.H5
|
|
27005
27017
|
? {
|
|
27006
27018
|
onTouchStart: createReactEventHandler((e) => {
|
|
27007
27019
|
handleScaleStartWithDisabled(e);
|
|
@@ -27009,7 +27021,7 @@ const DoodleTransformWrapper = ({ data, isSelected = false, isSelectedWithoutOpe
|
|
|
27009
27021
|
}
|
|
27010
27022
|
: {
|
|
27011
27023
|
onMouseDown: handleScaleStartWithDisabled,
|
|
27012
|
-
}), transform: `translate(${selectionBoxPoints[2].x}, ${selectionBoxPoints[2].y})`, children: jsxRuntime.jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale})`, children: jsxRuntime.jsx(SvgTransformScale, {}) }) })] }));
|
|
27024
|
+
}), transform: `translate(${selectionBoxPoints[2].x}, ${selectionBoxPoints[2].y})`, children: jsxRuntime.jsx("g", { style: { cursor: 'pointer' }, transformOrigin: "center", transform: `translate(-${offsetLeft}, -${offsetLeft}) scale(${scale * (hoverType === HoverType.Scale ? 1.2 : 1)})`, onMouseEnter: () => setHoverType(HoverType.Scale), onMouseLeave: () => setHoverType(null), children: jsxRuntime.jsx(SvgTransformScale, {}) }) })] }));
|
|
27013
27025
|
})()] }));
|
|
27014
27026
|
};
|
|
27015
27027
|
|
|
@@ -29175,7 +29187,7 @@ const useCreateVisionOffElement = () => {
|
|
|
29175
29187
|
[maxX, minY],
|
|
29176
29188
|
];
|
|
29177
29189
|
return elementPoints;
|
|
29178
|
-
}, [centerPoint, elementWidth, editMapInfo.allVisionOffPoints]);
|
|
29190
|
+
}, [centerPoint, elementWidth, editMapInfo.allVisionOffPoints, svgViewBox]);
|
|
29179
29191
|
return {
|
|
29180
29192
|
centerPoint,
|
|
29181
29193
|
getVisionOffPoints,
|
|
@@ -29841,7 +29853,7 @@ modelType, showStraddleBoundaryBorder = true, mapRef, mapJson, pathJson, realTim
|
|
|
29841
29853
|
* 这里做了一个配置,以防以后如果有多种不同的类型的情况,需要展示不同的元素
|
|
29842
29854
|
*/
|
|
29843
29855
|
const mapHasElements = React.useMemo(() => {
|
|
29844
|
-
//
|
|
29856
|
+
// 地理围栏地图,有充电桩,没有天线,没有割草机位置,没有分区名称气泡
|
|
29845
29857
|
if (mapType === exports.MapType.GEO_FENCE) {
|
|
29846
29858
|
return {
|
|
29847
29859
|
hasChargingPile: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DoodleTransformWrapper.d.ts","sourceRoot":"","sources":["../../../../../src/render/svgElement/TransformWrapper/DoodleTransformWrapper/DoodleTransformWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"DoodleTransformWrapper.d.ts","sourceRoot":"","sources":["../../../../../src/render/svgElement/TransformWrapper/DoodleTransformWrapper/DoodleTransformWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAyBjD,UAAU,2BAA2B;IACnC,IAAI,EAAE,UAAU,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,iBAAiB,CAAC,EAAE,CAAC,SAAS,EAAE;QAC9B,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;KACf,KAAK,IAAI,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;IACvC,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B;AAED,QAAA,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,CAmjBjE,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|