@realsee/dnalogel 2.3.6 → 2.3.7-1
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/PanoMeasurePlugin/Controller/BaseController.d.ts +5 -5
- package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +5 -6
- package/dist/PanoMeasurePlugin/Controller/MixedController.d.ts +6 -9
- package/dist/PanoMeasurePlugin/Controller/ViewController.d.ts +6 -3
- package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +3 -3
- package/dist/PanoMeasurePlugin/Controller/index.d.ts +27 -9
- package/dist/PanoMeasurePlugin/Model/index.d.ts +17 -17
- package/dist/PanoMeasurePlugin/Model/line.d.ts +6 -4
- package/dist/PanoMeasurePlugin/Model/point.d.ts +2 -4
- package/dist/PanoMeasurePlugin/Model/polyline.d.ts +37 -12
- package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +2 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +3 -4
- package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -2
- package/dist/PanoMeasurePlugin/index.d.ts +6 -2
- package/dist/PanoMeasurePlugin/typings/data.d.ts +6 -16
- package/dist/PanoMeasurePlugin/typings/event.type.d.ts +18 -14
- package/dist/PanoMeasurePlugin/typings/index.d.ts +4 -2
- package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +5 -3
- package/dist/index.cjs.js +97 -97
- package/dist/index.js +2609 -2528
- package/dist/index.umd.js +91 -91
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +16 -16
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoMeasurePluginLine.html +318 -0
- package/docs/classes/PanoMeasurePluginModel.html +275 -0
- package/docs/classes/PanoMeasurePluginPoint.html +160 -0
- package/docs/classes/PanoMeasurePluginPolyline.html +306 -0
- package/docs/classes/PanoTagPluginController.html +39 -39
- package/docs/classes/Util.BetterTween.html +8 -8
- package/docs/classes/Util.FivePointSelector.html +12 -12
- package/docs/classes/Util.Interval.html +12 -12
- package/docs/classes/Util.Magnifier.html +17 -17
- package/docs/classes/Util.PointDomHelper.html +11 -11
- package/docs/classes/Util.PointHelper.html +11 -11
- package/docs/classes/Util.Rectangle.html +13 -13
- package/docs/enums/CameraMovementEffect.html +7 -7
- package/docs/enums/ContentType.html +12 -12
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +7 -7
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/LinkType.html +7 -7
- package/docs/enums/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +7 -7
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +12 -7
- package/docs/functions/CameraMovementPlugin.html +12 -7
- package/docs/functions/CruisePlugin.html +12 -7
- package/docs/functions/GuideLinePlugin.html +13 -8
- package/docs/functions/ItemLabelPlugin.html +12 -7
- package/docs/functions/MapviewFloorplanPlugin.html +12 -7
- package/docs/functions/ModelChassisCompassPlugin.html +12 -7
- package/docs/functions/ModelEntryDoorGuidePlugin.html +12 -7
- package/docs/functions/ModelFloorplanPlugin.html +12 -7
- package/docs/functions/ModelItemLabelPlugin.html +12 -7
- package/docs/functions/ModelRoomLabelPlugin.html +12 -7
- package/docs/functions/ModelTVVideoPlugin.html +12 -7
- package/docs/functions/ModelViewPlugin.html +12 -7
- package/docs/functions/Object3DHelperPlugin.html +12 -7
- package/docs/functions/PanoCompassPlugin.html +12 -7
- package/docs/functions/PanoCursorRaycasterPlugin.html +12 -7
- package/docs/functions/PanoDoorLabelPlugin.html +12 -7
- package/docs/functions/PanoFloorplanRadarPlugin.html +12 -7
- package/docs/functions/PanoMeasurePlugin.html +12 -7
- package/docs/functions/PanoRulerPlugin.html +12 -7
- package/docs/functions/PanoRulerProPlugin.html +12 -7
- package/docs/functions/PanoSpatialTagPlugin.html +12 -7
- package/docs/functions/PanoTagPlugin.html +12 -7
- package/docs/functions/TopviewFloorplanPlugin.html +12 -7
- package/docs/functions/Util.getCoordsFromClient.html +5 -5
- package/docs/functions/Util.getCoordsFromElement.html +5 -5
- package/docs/functions/Util.getFrameTime.html +5 -5
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
- package/docs/functions/Util.isNil.html +5 -5
- package/docs/functions/Util.nextFrame.html +5 -5
- package/docs/functions/Util.notNil.html +5 -5
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
- package/docs/functions/Util.tweenProgress.html +5 -5
- package/docs/functions/pluginFlag.html +13 -8
- package/docs/index.html +12 -7
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/ContentTypeMap.html +12 -12
- package/docs/interfaces/FloorplanBounding.html +8 -8
- package/docs/interfaces/FloorplanData.html +10 -10
- package/docs/interfaces/FloorplanEntrance.html +11 -11
- package/docs/interfaces/FloorplanExtraObject.html +10 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
- package/docs/interfaces/FloorplanFloorData.html +9 -9
- package/docs/interfaces/FloorplanImagePosition.html +7 -7
- package/docs/interfaces/FloorplanObserver.html +9 -9
- package/docs/interfaces/FloorplanOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanPosition.html +7 -7
- package/docs/interfaces/FloorplanRoomItem.html +13 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
- package/docs/interfaces/FloorplanServerBounding.html +8 -8
- package/docs/interfaces/FloorplanServerComputedData.html +10 -10
- package/docs/interfaces/FloorplanServerData.html +7 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
- package/docs/interfaces/FloorplanServerEntrance.html +11 -11
- package/docs/interfaces/FloorplanServerFloorData.html +9 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
- package/docs/interfaces/FloorplanServerObserver.html +9 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanServerPosition.html +7 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
- package/docs/interfaces/ModelViewPluginExportType.html +11 -11
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/PaintBrushAction.html +12 -12
- package/docs/interfaces/PaintBrushConfigs.html +12 -12
- package/docs/interfaces/PaintBrushState.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +13 -8
- package/docs/interfaces/PanoMeasureParameterType.html +24 -14
- package/docs/interfaces/PanoMeasurePluginLineJson.html +78 -0
- package/docs/interfaces/{OpenParameter.html → PanoMeasurePluginOpenParameter.html} +15 -15
- package/docs/interfaces/{LineJson.html → PanoMeasurePluginPointJson.html} +18 -18
- package/docs/interfaces/{PointJson.html → PanoMeasurePluginPolylineJson.html} +24 -22
- package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
- package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
- package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
- package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
- package/docs/interfaces/PanoRulerProPluginState.html +8 -8
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +13 -8
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +13 -8
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
- package/docs/interfaces/Point.html +8 -8
- package/docs/interfaces/Room.html +9 -9
- package/docs/interfaces/RoomInfo.html +7 -7
- package/docs/interfaces/RoomLabel.html +14 -14
- package/docs/interfaces/RoomRules.html +13 -8
- package/docs/interfaces/Rooms.html +13 -8
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/TagConfig.html +10 -10
- package/docs/interfaces/Tags.html +9 -9
- package/docs/interfaces/Util.MagnifierParameter.html +11 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
- package/docs/modules/Util.html +5 -5
- package/docs/modules.html +20 -10
- package/docs/types/ArrayPosition.html +13 -8
- package/docs/types/CSS3DRenderExportType.html +13 -8
- package/docs/types/CSS3DRenderPluginExportType.html +13 -8
- package/docs/types/CSS3DRenderPluginParameterType.html +13 -8
- package/docs/types/Color.html +13 -8
- package/docs/types/ContentTypeConfigKey.html +13 -8
- package/docs/types/ContentTypeConfigKeyArray.html +13 -8
- package/docs/types/Create3DDomContainerReturnType.html +13 -8
- package/docs/types/Create3DElementReturnType.html +13 -8
- package/docs/types/CruisePluginExportType.html +13 -8
- package/docs/types/Direction-1.html +13 -8
- package/docs/types/Direction4.html +13 -8
- package/docs/types/FloorplanRuleLabels.html +13 -8
- package/docs/types/FloorplanServerRuleLabels.html +13 -8
- package/docs/types/GuideLinePluginExportType.html +13 -8
- package/docs/types/HelperEventMap.html +13 -8
- package/docs/types/MapviewFloorplanPluginParameterType.html +13 -8
- package/docs/types/MapviewFloorplanPluginReturnType.html +13 -8
- package/docs/types/MediaData.html +13 -8
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +13 -8
- package/docs/types/ModelFloorplanPluginParameterType.html +13 -8
- package/docs/types/ModelFloorplanPluginReturnType.html +13 -8
- package/docs/types/ModelRoomLabelPluginParameters.html +13 -8
- package/docs/types/ModelRoomLabelPluginReturnType.html +13 -8
- package/docs/types/MoveArgs.html +13 -8
- package/docs/types/MoveOpts.html +13 -8
- package/docs/types/Object3DHelperEventMap.html +13 -8
- package/docs/types/ObjectFit.html +13 -8
- package/docs/types/PaintBrushEventMap.html +13 -8
- package/docs/types/PanoCompassPluginData.html +13 -8
- package/docs/types/PanoCompassPluginExportType.html +13 -8
- package/docs/types/PanoCompassPluginParameterType.html +13 -8
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +13 -8
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +13 -8
- package/docs/types/PanoMeasurePluginEvent.html +13 -8
- package/docs/types/PanoMeasureReturnType.html +13 -8
- package/docs/types/PanoSpatialTagPluginId.html +13 -8
- package/docs/types/PanoTagPluginExportInterface.html +13 -8
- package/docs/types/PanoTagPluginParamsInterface.html +13 -8
- package/docs/types/PlaneTag.html +13 -8
- package/docs/types/PointTag.html +13 -8
- package/docs/types/Position.html +13 -8
- package/docs/types/RotateArgs.html +13 -8
- package/docs/types/RotateOpts.html +13 -8
- package/docs/types/RuleLabelsKey.html +13 -8
- package/docs/types/RuleLabelsValue.html +13 -8
- package/docs/types/Tag.html +13 -8
- package/docs/types/Tag2D.html +13 -8
- package/docs/types/Tag3D.html +13 -8
- package/docs/types/TagId.html +13 -8
- package/docs/types/TopviewFloorplanPluginParameterType.html +13 -8
- package/docs/types/TopviewFloorplanPluginReturnType.html +13 -8
- package/docs/variables/FLOOR_TYPE_MAP.html +13 -8
- package/docs/variables/PLUGIN.html +13 -8
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +13 -8
- package/docs/variables/ROOM_TYPE_MAP.html +13 -8
- package/docs/variables/VERSION.html +13 -8
- package/docs/variables/itemLabelPluginServerParams.html +13 -8
- package/docs/variables/modelItemLabelPluginServerParams.html +13 -8
- package/docs/variables/modelRoomLabelPluginServerParams.html +13 -8
- package/libs/PanoCompassPlugin/Controller.js +3 -8
- package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +5 -5
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +10 -10
- package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +5 -6
- package/libs/PanoMeasurePlugin/Controller/EditController.js +55 -56
- package/libs/PanoMeasurePlugin/Controller/MixedController.d.ts +6 -9
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +38 -37
- package/libs/PanoMeasurePlugin/Controller/ViewController.d.ts +6 -3
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +68 -52
- package/libs/PanoMeasurePlugin/Controller/WatchController.d.ts +3 -3
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +40 -42
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +27 -9
- package/libs/PanoMeasurePlugin/Controller/index.js +117 -92
- package/libs/PanoMeasurePlugin/Model/index.d.ts +17 -17
- package/libs/PanoMeasurePlugin/Model/index.js +49 -72
- package/libs/PanoMeasurePlugin/Model/line.d.ts +6 -4
- package/libs/PanoMeasurePlugin/Model/line.js +29 -25
- package/libs/PanoMeasurePlugin/Model/point.d.ts +2 -4
- package/libs/PanoMeasurePlugin/Model/point.js +3 -3
- package/libs/PanoMeasurePlugin/Model/polyline.d.ts +37 -12
- package/libs/PanoMeasurePlugin/Model/polyline.js +90 -37
- package/libs/PanoMeasurePlugin/Modules/GuideController.d.ts +2 -0
- package/libs/PanoMeasurePlugin/Modules/GuideController.js +16 -11
- package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +5 -4
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +3 -4
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +21 -21
- package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +22 -22
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +5 -4
- package/libs/PanoMeasurePlugin/Modules/UIController/style.js +10 -10
- package/libs/PanoMeasurePlugin/index.d.ts +6 -2
- package/libs/PanoMeasurePlugin/index.js +31 -27
- package/libs/PanoMeasurePlugin/typings/data.d.ts +6 -16
- package/libs/PanoMeasurePlugin/typings/event.type.d.ts +18 -14
- package/libs/PanoMeasurePlugin/typings/index.d.ts +4 -2
- package/libs/PanoMeasurePlugin/utils/distanceDom.d.ts +5 -3
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +62 -41
- package/libs/index.js +109 -105
- package/package.json +1 -1
|
@@ -1,16 +1,41 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import type { PolylineJson } from '../typings/data';
|
|
2
|
+
import Line from './line';
|
|
3
|
+
import Point from './point';
|
|
4
|
+
import { Subscribe } from '@realsee/five';
|
|
5
|
+
import { Model } from '.';
|
|
6
|
+
export declare type PolylineEventMap = {
|
|
7
|
+
/** 新增线条
|
|
8
|
+
* @param line 被创建的线条
|
|
9
|
+
*/
|
|
10
|
+
lineAdded: (line: Line) => void;
|
|
11
|
+
/** 删除线条
|
|
12
|
+
* @param lines 被删除的线条数组
|
|
13
|
+
*/
|
|
14
|
+
lineRemoved: (lines: Line) => void;
|
|
15
|
+
};
|
|
4
16
|
export declare class Polyline {
|
|
5
|
-
|
|
17
|
+
id: string;
|
|
18
|
+
lines: Line[];
|
|
6
19
|
points: Point[];
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
};
|
|
20
|
+
visiblePanoIndexes?: number[];
|
|
21
|
+
readonly model: Model;
|
|
22
|
+
readonly type = "polyline";
|
|
23
|
+
readonly hook: Subscribe<PolylineEventMap>;
|
|
24
|
+
constructor(config: {
|
|
25
|
+
model: Model;
|
|
26
|
+
});
|
|
27
|
+
addLine(line: Line): void;
|
|
28
|
+
removeLine(line: Line): void;
|
|
29
|
+
isLastLine(line: Line): boolean;
|
|
30
|
+
getLastLine(): Line;
|
|
31
|
+
clear(): void;
|
|
32
|
+
/** 是否产生重叠 */
|
|
33
|
+
overlapWith(item: Point | Line | Polyline): boolean;
|
|
34
|
+
includes(item: Point | Line): boolean;
|
|
35
|
+
isEmpty(): boolean;
|
|
36
|
+
getLastPoint(): Point;
|
|
14
37
|
toJson(): PolylineJson;
|
|
15
|
-
|
|
38
|
+
getPointByID(id: string): Point;
|
|
39
|
+
fromJson(data: PolylineJson): this;
|
|
40
|
+
replace(polyline: Polyline): void;
|
|
16
41
|
}
|
|
@@ -1,47 +1,100 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
1
|
+
var a = Object.defineProperty;
|
|
2
|
+
var P = (r, i, t) => i in r ? a(r, i, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[i] = t;
|
|
3
|
+
var s = (r, i, t) => (P(r, typeof i != "symbol" ? i + "" : i, t), t);
|
|
4
|
+
import { Line as E } from "./line.js";
|
|
5
|
+
import { Point as B } from "./point.js";
|
|
6
|
+
import { uuid as g } from "../../shared-utils/uuid.js";
|
|
7
|
+
import { Subscribe as m } from "@realsee/five";
|
|
8
|
+
class A {
|
|
9
|
+
constructor(i) {
|
|
10
|
+
s(this, "id", g());
|
|
11
|
+
s(this, "lines", []);
|
|
12
|
+
s(this, "points", []);
|
|
13
|
+
s(this, "visiblePanoIndexes");
|
|
14
|
+
s(this, "model");
|
|
15
|
+
s(this, "type", "polyline");
|
|
16
|
+
s(this, "hook", new m());
|
|
17
|
+
this.model = i.model;
|
|
18
|
+
}
|
|
19
|
+
addLine(i) {
|
|
20
|
+
if (this.includes(i)) {
|
|
21
|
+
console.error(new Error("\u4E0D\u80FD\u91CD\u590D\u6DFB\u52A0\u7EBF\u6BB5"));
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
const t = this.getLastPoint(), h = t && i.findAnotherPoint(t);
|
|
25
|
+
t ? t && h ? (this.lines.push(i), this.points.push(...i.points), this.hook.emit("lineAdded", i)) : console.error(new Error("\u4F20\u5165\u7EBF\u6BB5\u65E0\u6CD5\u4E0E\u5F53\u524D\u6298\u7EBF\u8FDB\u884C\u8FDE\u63A5")) : (this.lines.push(i), this.points.push(...i.points), this.hook.emit("lineAdded", i));
|
|
26
|
+
}
|
|
27
|
+
removeLine(i) {
|
|
28
|
+
if (this.lines.length !== 0) {
|
|
29
|
+
if (!this.isLastLine(i)) {
|
|
30
|
+
console.error(new Error("\u4F20\u5165\u7EBF\u6BB5\u4E0D\u662F\u5F53\u524D\u6298\u7EBF\u7684\u6700\u540E\u4E00\u6BB5"));
|
|
31
|
+
return;
|
|
32
|
+
}
|
|
33
|
+
this.lines.pop(), this.lines.length === 0 ? this.points.slice(0, this.points.length) : this.points.pop(), this.hook.emit("lineRemoved", i);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
isLastLine(i) {
|
|
37
|
+
const t = this.getLastLine();
|
|
38
|
+
return t ? i.id === t.id : !1;
|
|
39
|
+
}
|
|
40
|
+
getLastLine() {
|
|
41
|
+
return this.lines.slice(-1)[0];
|
|
42
|
+
}
|
|
43
|
+
clear() {
|
|
44
|
+
this.lines.slice(0, this.lines.length), this.points.slice(0, this.points.length);
|
|
45
|
+
}
|
|
46
|
+
overlapWith(i) {
|
|
47
|
+
return i.type === "point" ? this.includes(i) : i.type === "line" ? i.points.some((t) => this.includes(t)) : i.type === "polyline" ? i.points.some((t) => this.includes(t)) : !0;
|
|
48
|
+
}
|
|
49
|
+
includes(i) {
|
|
50
|
+
return i.type === "point" ? this.points.find(({ id: t }) => t === i.id) !== void 0 : i.type === "line" ? this.lines.find(({ id: t }) => t === i.id) !== void 0 : !1;
|
|
51
|
+
}
|
|
52
|
+
isEmpty() {
|
|
53
|
+
return this.points.length === 0;
|
|
54
|
+
}
|
|
55
|
+
getLastPoint() {
|
|
56
|
+
return this.points.slice(-1)[0];
|
|
29
57
|
}
|
|
30
58
|
toJson() {
|
|
31
59
|
return {
|
|
32
60
|
id: this.id,
|
|
33
|
-
lines: this.lines.map((
|
|
34
|
-
|
|
61
|
+
lines: this.lines.map((i) => i.toJson()),
|
|
62
|
+
visiblePanoIndexes: this.visiblePanoIndexes
|
|
35
63
|
};
|
|
36
64
|
}
|
|
37
|
-
|
|
38
|
-
return {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
65
|
+
getPointByID(i) {
|
|
66
|
+
return this.points.find(({ id: t }) => t === i);
|
|
67
|
+
}
|
|
68
|
+
fromJson(i) {
|
|
69
|
+
this.clear(), this.id = i.id;
|
|
70
|
+
const { getPoint: t, getAllPoints: h } = f(), d = i.lines.map((e) => {
|
|
71
|
+
const [l, p] = e.points, n = t(l), u = t(p);
|
|
72
|
+
if (!n || !u)
|
|
73
|
+
throw new Error("\u7EBF\u4E0A\u7684\u70B9\u4E0D\u5B58\u5728");
|
|
74
|
+
const o = new E(n, u, this.model);
|
|
75
|
+
return o.id = e.id, o.text = e.text, o;
|
|
76
|
+
}), c = h();
|
|
77
|
+
this.points.push(...c), this.lines.push(...d), this.visiblePanoIndexes = i.visiblePanoIndexes;
|
|
78
|
+
function f() {
|
|
79
|
+
const e = /* @__PURE__ */ new Map();
|
|
80
|
+
function l(n) {
|
|
81
|
+
const u = e.get(n.id);
|
|
82
|
+
if (u)
|
|
83
|
+
return u;
|
|
84
|
+
const o = new B(n.position);
|
|
85
|
+
return o.id = n.id, e.set(n.id, o), o;
|
|
86
|
+
}
|
|
87
|
+
function p() {
|
|
88
|
+
return Array.from(e.values());
|
|
89
|
+
}
|
|
90
|
+
return { getPoint: l, getAllPoints: p };
|
|
91
|
+
}
|
|
92
|
+
return this;
|
|
93
|
+
}
|
|
94
|
+
replace(i) {
|
|
95
|
+
this.id = i.id, this.clear(), this.lines.push(...i.lines), this.points.push(...i.points);
|
|
43
96
|
}
|
|
44
97
|
}
|
|
45
98
|
export {
|
|
46
|
-
|
|
99
|
+
A as Polyline
|
|
47
100
|
};
|
|
@@ -11,6 +11,8 @@ export declare class GuideController {
|
|
|
11
11
|
private textDom;
|
|
12
12
|
private container;
|
|
13
13
|
private hasAnchor;
|
|
14
|
+
/** 是否曾经切换到 Watch 模式过 */
|
|
15
|
+
private hasChangedToWatch;
|
|
14
16
|
private _params;
|
|
15
17
|
constructor(measureController: MeasureController, params: GuideControllerParams);
|
|
16
18
|
dispose(): void;
|
|
@@ -1,30 +1,35 @@
|
|
|
1
1
|
var s = Object.defineProperty;
|
|
2
|
-
var o = (
|
|
3
|
-
var u = (
|
|
2
|
+
var o = (i, t, e) => t in i ? s(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
|
|
3
|
+
var u = (i, t, e) => (o(i, typeof t != "symbol" ? t + "" : t, e), e);
|
|
4
4
|
class h {
|
|
5
5
|
constructor(t, e) {
|
|
6
6
|
u(this, "measureController");
|
|
7
7
|
u(this, "textDom", document.createElement("span"));
|
|
8
8
|
u(this, "container", document.createElement("div"));
|
|
9
9
|
u(this, "hasAnchor", !1);
|
|
10
|
+
u(this, "hasChangedToWatch", !1);
|
|
10
11
|
u(this, "_params");
|
|
11
12
|
u(this, "onModelChange", (t) => {
|
|
12
13
|
var e;
|
|
14
|
+
if (t === "View") {
|
|
15
|
+
this.hide();
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
13
18
|
if (t === "Watch") {
|
|
14
|
-
this.textDom.innerText = "";
|
|
19
|
+
this.hasChangedToWatch ? (this.textDom.innerText = "", this.hide()) : (this.show(), this.hasChangedToWatch = !0);
|
|
15
20
|
return;
|
|
16
21
|
}
|
|
17
|
-
this.textDom.innerText = (e = this._params.firstPointTip) != null ? e : "\u8BF7\u9009\u62E9\u7B2C\u4E00\u4E2A\u6D4B\u91CF\u70B9\uFF0CEsc\u6216\u5355\u51FB\u9F20\u6807\u53F3\u952E\u53EF\u53D6\u6D88\u9009\u62E9";
|
|
22
|
+
t === "Edit" && (this.textDom.innerText = (e = this._params.firstPointTip) != null ? e : "\u8BF7\u9009\u62E9\u7B2C\u4E00\u4E2A\u6D4B\u91CF\u70B9\uFF0CEsc\u6216\u5355\u51FB\u9F20\u6807\u53F3\u952E\u53EF\u53D6\u6D88\u9009\u62E9", this.show());
|
|
18
23
|
});
|
|
19
24
|
u(this, "anchorChange", (t) => {
|
|
20
|
-
var e,
|
|
21
|
-
!this.hasAnchor && !!t ? (this.hasAnchor = !0, this.textDom.innerText = (e = this._params.nextPointTip) != null ? e : "\u9009\u62E9\u4E0B\u4E00\u4E2A\u6D4B\u91CF\u70B9\uFF0CEsc\u6216\u5355\u51FB\u9F20\u6807\u53F3\u952E\u53D6\u6D88\u9009\u62E9") : t || (this.hasAnchor = !1, this.textDom.innerText = (
|
|
25
|
+
var e, n;
|
|
26
|
+
!this.hasAnchor && !!t ? (this.hasAnchor = !0, this.textDom.innerText = (e = this._params.nextPointTip) != null ? e : "\u9009\u62E9\u4E0B\u4E00\u4E2A\u6D4B\u91CF\u70B9\uFF0CEsc\u6216\u5355\u51FB\u9F20\u6807\u53F3\u952E\u53D6\u6D88\u9009\u62E9") : t || (this.hasAnchor = !1, this.textDom.innerText = (n = this._params.firstPointTip) != null ? n : "\u8BF7\u9009\u62E9\u7B2C\u4E00\u4E2A\u6D4B\u91CF\u70B9\uFF0CEsc\u6216\u5355\u51FB\u9F20\u6807\u53F3\u952E\u53EF\u53D6\u6D88\u9009\u62E9");
|
|
22
27
|
});
|
|
23
28
|
u(this, "onEditedLineChange", (t) => {
|
|
24
29
|
var e;
|
|
25
|
-
t.length === 1 && (this.textDom.innerText = (e = this._params.endTip) != null ? e : "\u53EF\u4EE5\u8FDE\u7EED\u9009\u62E9\u6D4B\u91CF\u70B9\uFF0C\u6216\u70B9\u51FB\u4E0B\u65B9\u201C\u7ED3\u675F\u201D\u6309\u94AE\u5B8C\u6210\u6D4B\u91CF\uFF08Esc\u53D6\u6D88\uFF0CCommand+S\u4FDD\u5B58\uFF09");
|
|
30
|
+
t.lines.length === 1 && (this.textDom.innerText = (e = this._params.endTip) != null ? e : "\u53EF\u4EE5\u8FDE\u7EED\u9009\u62E9\u6D4B\u91CF\u70B9\uFF0C\u6216\u70B9\u51FB\u4E0B\u65B9\u201C\u7ED3\u675F\u201D\u6309\u94AE\u5B8C\u6210\u6D4B\u91CF\uFF08Esc\u53D6\u6D88\uFF0CCommand+S\u4FDD\u5B58\uFF09");
|
|
26
31
|
});
|
|
27
|
-
this._params = e, this.initDom(), e.container.append(this.container), this.measureController = t, t.hook.on("modeChange", this.onModelChange), t.hook.on("anchorChange", this.anchorChange), t.hook.on("
|
|
32
|
+
this._params = e, this.initDom(), e.container.append(this.container), this.measureController = t, t.hook.on("modeChange", this.onModelChange), t.hook.on("anchorChange", this.anchorChange), t.hook.on("editedPolylineChange", this.onEditedLineChange);
|
|
28
33
|
}
|
|
29
34
|
dispose() {
|
|
30
35
|
this.hide(), this.container.remove();
|
|
@@ -33,12 +38,12 @@ class h {
|
|
|
33
38
|
return this.container.style.opacity = "1", this.container.style.transform = "translate(0, 0)", this;
|
|
34
39
|
}
|
|
35
40
|
hide() {
|
|
36
|
-
return this.container.style.opacity = "0", this.container.style.transform = "translate(0, -10px)", this.measureController.hook.off("modeChange", this.onModelChange), this.measureController.hook.off("anchorChange", this.anchorChange), this.measureController.hook.off("
|
|
41
|
+
return this.container.style.opacity = "0", this.container.style.transform = "translate(0, -10px)", this.measureController.hook.off("modeChange", this.onModelChange), this.measureController.hook.off("anchorChange", this.anchorChange), this.measureController.hook.off("editedPolylineChange", this.onEditedLineChange), this;
|
|
37
42
|
}
|
|
38
43
|
initDom() {
|
|
39
|
-
var
|
|
44
|
+
var n;
|
|
40
45
|
const t = this.container, e = this.textDom;
|
|
41
|
-
t.classList.add("fpm__guide-container"), t.style.position = "absolute", t.style.top = "0px", t.style.left = "0px", t.style.width = "100%", t.style.height = "110px", t.style.display = "flex", t.style.alignItems = "center", t.style.justifyContent = "center", t.style.transform = "translate(0, -10px)", t.style.background = "linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.00) 100%)", t.style.transition = "opacity 500ms ease-in-out, transform 500ms ease-in-out", t.style.opacity = "0", e.classList.add("fpm__guide-text"), e.style.color = "#fff", e.style.fontSize = "20px", e.innerText = (
|
|
46
|
+
t.classList.add("fpm__guide-container"), t.style.position = "absolute", t.style.top = "0px", t.style.left = "0px", t.style.width = "100%", t.style.height = "110px", t.style.display = "flex", t.style.alignItems = "center", t.style.justifyContent = "center", t.style.transform = "translate(0, -10px)", t.style.background = "linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.00) 100%)", t.style.transition = "opacity 500ms ease-in-out, transform 500ms ease-in-out", t.style.opacity = "0", e.classList.add("fpm__guide-text"), e.style.color = "#fff", e.style.fontSize = "20px", e.innerText = (n = this._params.startTip) != null ? n : "\u70B9\u51FB\u4E0B\u65B9\u201C\u5F00\u59CB\u201D\u6309\u94AE\u5F00\u59CB\u6D4B\u8DDD", t.appendChild(e);
|
|
42
47
|
}
|
|
43
48
|
}
|
|
44
49
|
export {
|
|
@@ -114,7 +114,7 @@ const o = `
|
|
|
114
114
|
</div>
|
|
115
115
|
<div class="fpm__main fpm__main-btn">
|
|
116
116
|
<div class="fpm__main-icon fpm__main__start"></div>
|
|
117
|
-
<div class="fpm__main-text fpm__main-btn-text"></div>
|
|
117
|
+
<div class="fpm__text fpm__main-text fpm__main-btn-text"></div>
|
|
118
118
|
</div>
|
|
119
119
|
<div class="fpm__other-btn">
|
|
120
120
|
<div class="fpm__other-content fpm__exit">
|
|
@@ -2,7 +2,8 @@ var c = Object.defineProperty;
|
|
|
2
2
|
var h = (s, e, t) => e in s ? c(s, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[e] = t;
|
|
3
3
|
var n = (s, e, t) => (h(s, typeof e != "symbol" ? e + "" : e, t), t);
|
|
4
4
|
import { mainIconStyle as d, mainItemStyle as x } from "./style.js";
|
|
5
|
-
|
|
5
|
+
import "three";
|
|
6
|
+
class T {
|
|
6
7
|
constructor(e, t, i) {
|
|
7
8
|
n(this, "container");
|
|
8
9
|
n(this, "measureController");
|
|
@@ -23,10 +24,10 @@ class p {
|
|
|
23
24
|
e.style.opacity = "0.85";
|
|
24
25
|
});
|
|
25
26
|
n(this, "onClick", () => {
|
|
26
|
-
this.measureController.getCurrentMode()
|
|
27
|
+
this.measureController.getCurrentMode() !== "Edit" ? this.measureController.changeMode("Edit") : this.measureController.save().changeMode("Watch");
|
|
27
28
|
});
|
|
28
29
|
n(this, "modeChangeHandler", (e) => {
|
|
29
|
-
e === "
|
|
30
|
+
e === "Edit" ? this.change2Done() : this.change2Add();
|
|
30
31
|
});
|
|
31
32
|
var o, r, _, l;
|
|
32
33
|
this._params = i, this._btnTexts = {
|
|
@@ -69,5 +70,5 @@ class p {
|
|
|
69
70
|
}
|
|
70
71
|
}
|
|
71
72
|
export {
|
|
72
|
-
|
|
73
|
+
T as MainBtnController
|
|
73
74
|
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { Mode } from '../../../Controller';
|
|
2
1
|
import type MeasureController from '../../../Controller';
|
|
3
2
|
export default class Revoke {
|
|
4
3
|
private container;
|
|
@@ -7,7 +6,7 @@ export default class Revoke {
|
|
|
7
6
|
private measureController;
|
|
8
7
|
constructor(measureController: MeasureController, container: Element);
|
|
9
8
|
dispose(): void;
|
|
10
|
-
onClick
|
|
11
|
-
onModeChange
|
|
12
|
-
|
|
9
|
+
private onClick;
|
|
10
|
+
private onModeChange;
|
|
11
|
+
private onAnchorChange;
|
|
13
12
|
}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
var h = Object.defineProperty;
|
|
2
|
+
var i = (r, e, n) => e in r ? h(r, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : r[e] = n;
|
|
3
|
+
var o = (r, e, n) => (i(r, typeof e != "symbol" ? e + "" : e, n), n);
|
|
4
|
+
import "three";
|
|
5
|
+
class l {
|
|
6
|
+
constructor(e, n) {
|
|
7
|
+
o(this, "container");
|
|
8
|
+
o(this, "revokeIcon");
|
|
9
|
+
o(this, "revokeItem");
|
|
10
|
+
o(this, "measureController");
|
|
11
|
+
o(this, "onClick", () => {
|
|
11
12
|
this.measureController.revoke();
|
|
12
13
|
});
|
|
13
|
-
|
|
14
|
+
o(this, "onModeChange", (e) => {
|
|
14
15
|
if (e !== "Edit" && this.revokeItem.className.includes("enabled")) {
|
|
15
|
-
this.revokeItem.classList.remove("enabled");
|
|
16
|
+
this.revokeItem.classList.remove("enabled"), this.measureController.hook.off("anchorChange", this.onAnchorChange);
|
|
16
17
|
return;
|
|
17
18
|
}
|
|
18
|
-
this.measureController.hook.on("anchorChange",
|
|
19
|
-
o && this.revokeItem.classList.add("enabled");
|
|
20
|
-
});
|
|
19
|
+
this.measureController.hook.on("anchorChange", this.onAnchorChange);
|
|
21
20
|
});
|
|
22
|
-
|
|
21
|
+
o(this, "onAnchorChange", (e) => {
|
|
22
|
+
e && this.revokeItem.classList.add("enabled");
|
|
23
23
|
});
|
|
24
|
-
this.measureController = e, this.container =
|
|
25
|
-
const
|
|
26
|
-
if (!
|
|
24
|
+
this.measureController = e, this.container = n;
|
|
25
|
+
const t = this.container.querySelector(".fpm__revoke-icon"), s = this.container.querySelector(".fpm__revoke");
|
|
26
|
+
if (!t || !s)
|
|
27
27
|
throw new Error("\u4E0D\u6B63\u786E\u7684\u9009\u62E9\u5668");
|
|
28
|
-
this.revokeIcon =
|
|
28
|
+
this.revokeIcon = t, this.revokeItem = s, this.revokeItem.addEventListener("click", this.onClick), e.hook.on("modeChange", this.onModeChange);
|
|
29
29
|
}
|
|
30
30
|
dispose() {
|
|
31
31
|
this.revokeItem.removeEventListener("click", this.onClick), this.measureController.hook.off("modeChange", this.onModeChange);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
export {
|
|
35
|
-
|
|
35
|
+
l as Revoke
|
|
36
36
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type MeasureController from '../../Controller';
|
|
2
|
-
import type { OpenParameter } from '../../typings/data';
|
|
3
2
|
export interface UIControllerParams {
|
|
4
3
|
container: Element;
|
|
5
|
-
|
|
4
|
+
mode?: 'pc' | 'mobile';
|
|
6
5
|
startButtonText?: string;
|
|
7
6
|
endButtonText?: string;
|
|
8
7
|
revokeButtonText?: string;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { htmlString as
|
|
5
|
-
import { mobileHTMLString as
|
|
6
|
-
import { controllerBackgroundStyle as
|
|
7
|
-
import { MainBtnController as
|
|
1
|
+
var c = Object.defineProperty;
|
|
2
|
+
var h = (i, t, e) => t in i ? c(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
|
|
3
|
+
var s = (i, t, e) => (h(i, typeof t != "symbol" ? t + "" : t, e), e);
|
|
4
|
+
import { htmlString as m } from "./HTML.js";
|
|
5
|
+
import { mobileHTMLString as p } from "./mobileHTML.js";
|
|
6
|
+
import { controllerBackgroundStyle as d, operatingSpaceStyle as y, uiWrapperStyle as u, textStyle as f, exitItemStyle as v, exitIconStyle as C } from "./style.js";
|
|
7
|
+
import { MainBtnController as _ } from "./MainBtnController.js";
|
|
8
8
|
import { MobileMainBtnController as E } from "./mobileMainBtnController.js";
|
|
9
9
|
import { Revoke as S } from "./Revoke/index.js";
|
|
10
|
-
class
|
|
10
|
+
class w {
|
|
11
11
|
constructor(t, e) {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
12
|
+
s(this, "revoke");
|
|
13
|
+
s(this, "container");
|
|
14
|
+
s(this, "mainController");
|
|
15
|
+
s(this, "disposers", []);
|
|
16
|
+
s(this, "measureController");
|
|
17
|
+
s(this, "mode");
|
|
18
|
+
s(this, "_params");
|
|
19
|
+
s(this, "handleExit", () => {
|
|
20
20
|
const t = this.container.querySelector(".fpm__exit-icon"), e = this.container.querySelector(".fpm__exit");
|
|
21
21
|
if (!e || !t)
|
|
22
22
|
throw new Error("cannot find dom");
|
|
23
|
-
this.mode === "pc" && (Object.assign(e.style,
|
|
23
|
+
this.mode === "pc" && (Object.assign(e.style, v), Object.assign(t == null ? void 0 : t.style, C));
|
|
24
24
|
const o = () => {
|
|
25
25
|
e.style.opacity = "1";
|
|
26
26
|
}, r = () => {
|
|
@@ -32,16 +32,16 @@ class O {
|
|
|
32
32
|
e.removeEventListener("click", n), e.removeEventListener("mouseenter", o), e.removeEventListener("mouseleave", r);
|
|
33
33
|
};
|
|
34
34
|
});
|
|
35
|
-
var l
|
|
36
|
-
this._params = e, this.measureController = t, this.mode = (l = e.
|
|
35
|
+
var l;
|
|
36
|
+
this._params = e, this.measureController = t, this.mode = (l = e.mode) != null ? l : "pc", this.container = document.createElement("div"), this.container.innerHTML = this.mode === "mobile" ? p : m, this.container.classList.add("fpm__ui-controller", this.mode), e.container.appendChild(this.container);
|
|
37
37
|
const o = this.container.querySelectorAll(".fpm__text"), r = this.container.querySelector(".fpm_ui-bg"), n = this.container.querySelector(".fpm_operating-space");
|
|
38
|
-
Object.assign(r == null ? void 0 : r.style,
|
|
38
|
+
Object.assign(r == null ? void 0 : r.style, d), Object.assign(n == null ? void 0 : n.style, y), Object.assign(this.container.style, u), o.forEach((a) => Object.assign(a.style, f));
|
|
39
39
|
}
|
|
40
40
|
dispose() {
|
|
41
41
|
this.hide(), this.container.remove();
|
|
42
42
|
}
|
|
43
43
|
show() {
|
|
44
|
-
return this.container.style.display = "block", this.container.style.opacity = "1", this.container.style.transform = "translate(0, 0)", this.mode === "pc" ? (this.revoke = new S(this.measureController, this.container), this.mainController = new
|
|
44
|
+
return this.container.style.display = "block", this.container.style.opacity = "1", this.container.style.transform = "translate(0, 0)", this.mode === "pc" ? (this.revoke = new S(this.measureController, this.container), this.mainController = new _(this.measureController, this.container, this._params)) : this.mainController = new E(this.measureController, this.container, this._params), this.disposers.push(this.handleExit()), this;
|
|
45
45
|
}
|
|
46
46
|
hide() {
|
|
47
47
|
var t, e;
|
|
@@ -49,5 +49,5 @@ class O {
|
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
export {
|
|
52
|
-
|
|
52
|
+
w as UIController
|
|
53
53
|
};
|
|
@@ -71,7 +71,7 @@ const I = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNzIiIHhtbG5
|
|
|
71
71
|
<div class="fpm_operating-space fpm_operating--mobile">
|
|
72
72
|
<div class="fpm__main fpm__main-btn">
|
|
73
73
|
<div class="fpm__main-icon fpm__main__start"></div>
|
|
74
|
-
<div class="fpm__main-text fpm__main-btn-text"></div>
|
|
74
|
+
<div class="fpm__text fpm__main-text fpm__main-btn-text"></div>
|
|
75
75
|
</div>
|
|
76
76
|
</div>
|
|
77
77
|
`;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
var _ = Object.defineProperty;
|
|
2
2
|
var r = (i, t, e) => t in i ? _(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
|
|
3
3
|
var n = (i, t, e) => (r(i, typeof t != "symbol" ? t + "" : t, e), e);
|
|
4
|
-
import { mainIconStyle as l, mainItemStyle as
|
|
5
|
-
|
|
4
|
+
import { mainIconStyle as l, mainItemStyle as o } from "./style.js";
|
|
5
|
+
import "three";
|
|
6
|
+
class f {
|
|
6
7
|
constructor(t, e, s) {
|
|
7
8
|
n(this, "container");
|
|
8
9
|
n(this, "measureController");
|
|
@@ -20,7 +21,7 @@ class d {
|
|
|
20
21
|
this._params = s, this._btnTexts = {
|
|
21
22
|
start: (a = this._params.startButtonText) != null ? a : this._btnTexts.start,
|
|
22
23
|
end: (m = this._params.endButtonText) != null ? m : this._btnTexts.end
|
|
23
|
-
}, this.measureController = t, this.container = e, this.mainElement = this.getMainElement(), Object.assign(this.mainElement.mainIcon.style, l), Object.assign(this.mainElement.mainItem.style,
|
|
24
|
+
}, this.measureController = t, this.container = e, this.mainElement = this.getMainElement(), Object.assign(this.mainElement.mainIcon.style, l), Object.assign(this.mainElement.mainItem.style, o), this.change2Add(), this.mainElement.mainItem.addEventListener("click", this.onClick);
|
|
24
25
|
}
|
|
25
26
|
dispose() {
|
|
26
27
|
this.mainElement.mainItem.removeEventListener("click", this.onClick);
|
|
@@ -49,5 +50,5 @@ class d {
|
|
|
49
50
|
}
|
|
50
51
|
}
|
|
51
52
|
export {
|
|
52
|
-
|
|
53
|
+
f as MobileMainBtnController
|
|
53
54
|
};
|
|
@@ -21,7 +21,7 @@ const t = {
|
|
|
21
21
|
pointerEvents: "all",
|
|
22
22
|
color: "#fff",
|
|
23
23
|
zIndex: "10"
|
|
24
|
-
},
|
|
24
|
+
}, n = {
|
|
25
25
|
position: "absolute",
|
|
26
26
|
bottom: "0",
|
|
27
27
|
left: "0",
|
|
@@ -30,7 +30,7 @@ const t = {
|
|
|
30
30
|
height: "184px",
|
|
31
31
|
background: "linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 100%)",
|
|
32
32
|
zIndex: "0"
|
|
33
|
-
},
|
|
33
|
+
}, o = {
|
|
34
34
|
margin: "0 64px"
|
|
35
35
|
}, i = {
|
|
36
36
|
opacity: "0.85"
|
|
@@ -40,23 +40,23 @@ const t = {
|
|
|
40
40
|
backgroundSize: "100%",
|
|
41
41
|
cursor: "pointer",
|
|
42
42
|
transition: "all 200ms ease-in-out"
|
|
43
|
-
},
|
|
43
|
+
}, s = {
|
|
44
44
|
width: "24px",
|
|
45
45
|
height: "24px",
|
|
46
46
|
marginRight: "4px",
|
|
47
47
|
backgroundSize: "100%",
|
|
48
48
|
cursor: "pointer"
|
|
49
|
-
},
|
|
50
|
-
|
|
51
|
-
|
|
49
|
+
}, r = {
|
|
50
|
+
userSelect: "none",
|
|
51
|
+
pointerEvents: "none"
|
|
52
52
|
};
|
|
53
53
|
export {
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
n as controllerBackgroundStyle,
|
|
55
|
+
s as exitIconStyle,
|
|
56
56
|
i as exitItemStyle,
|
|
57
57
|
a as mainIconStyle,
|
|
58
|
-
|
|
58
|
+
o as mainItemStyle,
|
|
59
59
|
e as operatingSpaceStyle,
|
|
60
|
-
|
|
60
|
+
r as textStyle,
|
|
61
61
|
t as uiWrapperStyle
|
|
62
62
|
};
|
|
@@ -3,8 +3,12 @@ import MeasureController, { PanoMeasureParameterType } from './Controller';
|
|
|
3
3
|
import Magnifier from './Modules/Magnifier';
|
|
4
4
|
export declare const PanoMeasurePlugin: FivePlugin<PanoMeasureParameterType, PanoMeasureReturnType>;
|
|
5
5
|
export default PanoMeasurePlugin;
|
|
6
|
+
export { Magnifier };
|
|
7
|
+
export { Model as PanoMeasurePluginModel } from './Model';
|
|
8
|
+
export { default as PanoMeasurePluginPoint } from './Model/point';
|
|
9
|
+
export { default as PanoMeasurePluginLine } from './Model/line';
|
|
10
|
+
export { Polyline as PanoMeasurePluginPolyline } from './Model/polyline';
|
|
6
11
|
export declare type PanoMeasureReturnType = MeasureController;
|
|
7
12
|
export type { PanoMeasurePluginEvent } from './typings/event.type';
|
|
8
|
-
export type { LineJson, PointJson, OpenParameter } from './typings/data';
|
|
13
|
+
export type { LineJson as PanoMeasurePluginLineJson, PointJson as PanoMeasurePluginPointJson, PolylineJson as PanoMeasurePluginPolylineJson, OpenParameter as PanoMeasurePluginOpenParameter, } from './typings/data';
|
|
9
14
|
export type { PanoMeasureParameterType } from './Controller';
|
|
10
|
-
export { Magnifier };
|