@realsee/dnalogel 2.3.9-alpha.8 → 2.5.0
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 +7 -9
- package/dist/PanoMeasurePlugin/Controller/ViewController.d.ts +6 -10
- 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/Magnifier.d.ts +29 -16
- 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 +102 -102
- package/dist/index.js +3715 -3594
- 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 +90 -40
- 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 +41 -41
- 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 +16 -16
- 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/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/AddTagConfig.html +6 -6
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/EventMap.html +15 -15
- 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/MinMax.html +7 -7
- 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/{PointJson.html → PanoMeasurePluginLineJson.html} +24 -24
- package/docs/interfaces/{OpenParameter.html → PanoMeasurePluginOpenParameter.html} +15 -15
- package/docs/interfaces/{LineJson.html → PanoMeasurePluginPointJson.html} +18 -18
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +80 -0
- 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/State.html +8 -8
- package/docs/interfaces/TagCache.html +10 -10
- package/docs/interfaces/TagConfig.html +10 -10
- package/docs/interfaces/TagIconUrl.html +9 -9
- package/docs/interfaces/Tags.html +9 -9
- package/docs/interfaces/TemporaryState.html +6 -6
- 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/AudioAppearance.html +13 -8
- package/docs/types/AudioTagTypeConfigKey.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/ContentTypeConfigKeySplit.html +13 -8
- package/docs/types/ContentTypeMap.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/LoadTagConfig.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/MediaStore.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/PanoIndex.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/PlaneTagElement.html +13 -8
- package/docs/types/Point2DElement.html +13 -8
- package/docs/types/Point2DTag.html +13 -8
- package/docs/types/Point3DElement.html +13 -8
- package/docs/types/Point3DTag.html +13 -8
- package/docs/types/PointTag.html +13 -8
- package/docs/types/PointTagElement.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/StickType.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/TagContentType.html +13 -8
- package/docs/types/TagDimensionType.html +13 -8
- package/docs/types/TagElement.html +13 -8
- package/docs/types/TagEvents.html +13 -8
- package/docs/types/TagHooks.html +13 -8
- package/docs/types/TagIconSize.html +13 -8
- package/docs/types/TagId.html +13 -8
- package/docs/types/TagPointType.html +13 -8
- package/docs/types/TopviewFloorplanPluginParameterType.html +13 -8
- package/docs/types/TopviewFloorplanPluginReturnType.html +13 -8
- package/docs/types/WorkCode.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 +17 -18
- package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +5 -6
- package/libs/PanoMeasurePlugin/Controller/EditController.js +59 -61
- package/libs/PanoMeasurePlugin/Controller/MixedController.d.ts +7 -9
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +54 -46
- package/libs/PanoMeasurePlugin/Controller/ViewController.d.ts +6 -10
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +47 -80
- package/libs/PanoMeasurePlugin/Controller/WatchController.d.ts +3 -3
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +48 -54
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +27 -9
- package/libs/PanoMeasurePlugin/Controller/index.js +126 -102
- 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 +28 -25
- package/libs/PanoMeasurePlugin/Model/point.d.ts +2 -4
- package/libs/PanoMeasurePlugin/Model/point.js +6 -6
- package/libs/PanoMeasurePlugin/Model/polyline.d.ts +37 -12
- package/libs/PanoMeasurePlugin/Model/polyline.js +97 -37
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/GuideController.d.ts +2 -0
- package/libs/PanoMeasurePlugin/Modules/GuideController.js +16 -11
- package/libs/PanoMeasurePlugin/Modules/Magnifier.d.ts +29 -16
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +113 -62
- 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 +15 -14
- 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 +5 -5
- package/libs/PanoMeasurePlugin/index.d.ts +6 -2
- package/libs/PanoMeasurePlugin/index.js +28 -24
- package/libs/PanoMeasurePlugin/typings/data.d.ts +6 -16
- package/libs/PanoMeasurePlugin/typings/event.type.d.ts +18 -14
- package/libs/PanoMeasurePlugin/typings/event.type.js +4 -1
- package/libs/PanoMeasurePlugin/typings/index.d.ts +4 -2
- package/libs/PanoMeasurePlugin/utils/distanceDom.d.ts +5 -3
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +65 -41
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +83 -55
- package/libs/index.js +108 -104
- package/package.json +1 -1
|
@@ -1,31 +1,30 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var s = (
|
|
1
|
+
var k = Object.defineProperty;
|
|
2
|
+
var w = (r, h, e) => h in r ? k(r, h, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[h] = e;
|
|
3
|
+
var s = (r, h, e) => (w(r, typeof h != "symbol" ? h + "" : h, e), e);
|
|
4
4
|
import E from "hammerjs";
|
|
5
5
|
import G from "../Modules/DeleteDom/index.js";
|
|
6
|
-
import
|
|
6
|
+
import P from "../utils/isNDCPointInScreen.js";
|
|
7
7
|
import R from "./BaseController.js";
|
|
8
|
-
import { Raycaster as
|
|
9
|
-
import { closestPointOnLine as
|
|
10
|
-
import { findClosestPoint as
|
|
8
|
+
import { Raycaster as I, Vector2 as f } from "three";
|
|
9
|
+
import { closestPointOnLine as A } from "../utils/math.js";
|
|
10
|
+
import { findClosestPoint as T } from "../utils/findClosestPoint.js";
|
|
11
11
|
import { findAssociatedLines as v } from "../utils/findAssociatedLines.js";
|
|
12
|
-
import { getPointFromHammerEvent as
|
|
12
|
+
import { getPointFromHammerEvent as S } from "../utils/getPointFromHammerEvent.js";
|
|
13
|
+
import "@realsee/five/line";
|
|
14
|
+
import "../utils/constants.js";
|
|
15
|
+
import "@realsee/five";
|
|
13
16
|
import "../Modules/DeleteDom/_Assets/delete.svg.js";
|
|
14
17
|
import "../Modules/DeleteDom/_Assets/delete_bg.png.js";
|
|
15
18
|
import "../Modules/DeleteDom/_Assets/delete_hover_bg.png.js";
|
|
16
19
|
import "../Model/line.js";
|
|
17
20
|
import "../../shared-utils/uuid.js";
|
|
18
|
-
import "../Model/polyline.js";
|
|
19
21
|
import "../utils/line.js";
|
|
20
|
-
import "@realsee/five/line";
|
|
21
|
-
import "../utils/constants.js";
|
|
22
|
-
import "@realsee/five";
|
|
23
22
|
import "../utils/distanceDom.js";
|
|
24
23
|
import "../Model/point.js";
|
|
25
24
|
import "../../shared-utils/removeArrayItem.js";
|
|
26
25
|
import "../utils/ironbox.js";
|
|
27
26
|
import "../utils/ndc2Screen.js";
|
|
28
|
-
class
|
|
27
|
+
class se extends R {
|
|
29
28
|
constructor(e) {
|
|
30
29
|
super(e);
|
|
31
30
|
s(this, "type", "watch");
|
|
@@ -35,10 +34,10 @@ class oe extends R {
|
|
|
35
34
|
s(this, "editPointState");
|
|
36
35
|
s(this, "hammer");
|
|
37
36
|
s(this, "onPanStart", (e) => {
|
|
38
|
-
var
|
|
39
|
-
if (this.model.
|
|
37
|
+
var a;
|
|
38
|
+
if (this.model.getAllLines().length === 0 || !this.fiveElement)
|
|
40
39
|
return;
|
|
41
|
-
const i =
|
|
40
|
+
const i = S(e).point, t = (a = T(this.five, this.model.getAllPoints(), i, 20)) == null ? void 0 : a.point;
|
|
42
41
|
if (!t) {
|
|
43
42
|
this.editPointState = void 0;
|
|
44
43
|
return;
|
|
@@ -49,16 +48,16 @@ class oe extends R {
|
|
|
49
48
|
};
|
|
50
49
|
this.hook.emit("wantsDragLine", {
|
|
51
50
|
point: t.id,
|
|
52
|
-
lines: o.associatedLines.map(({ id:
|
|
53
|
-
}) || (this.editPointState = o, this.magnifier.appendTo(this.container), this.group.add(this.mouseGroup));
|
|
51
|
+
lines: o.associatedLines.map(({ id: d }) => d)
|
|
52
|
+
}) || (this.editPointState = o, this.magnifier.appendTo(this.container), this.magnifier.enable(), this.group.add(this.mouseGroup));
|
|
54
53
|
});
|
|
55
54
|
s(this, "onPanEnd", () => {
|
|
56
|
-
!this.editPointState || (this.editPointState.point.lines.forEach((e) => e.mesh.setMaterial({ dashed: !1 })), this.highlightLines(this.editPointState.associatedLines), this.editPointState = void 0, this.magnifier.
|
|
55
|
+
!this.editPointState || (this.editPointState.point.lines.forEach((e) => e.mesh.setMaterial({ dashed: !1 })), this.highlightLines(this.editPointState.associatedLines), this.editPointState = void 0, this.magnifier.disable(), this.group.remove(this.mouseGroup));
|
|
57
56
|
});
|
|
58
57
|
s(this, "onPan", (e) => {
|
|
59
58
|
if (!this.editPointState || !this.fiveElement)
|
|
60
59
|
return;
|
|
61
|
-
const i =
|
|
60
|
+
const i = S(e).ndcPoint, t = new I();
|
|
62
61
|
t.setFromCamera(i, this.five.camera);
|
|
63
62
|
const [o] = this.five.model.intersectRaycaster(t);
|
|
64
63
|
!o || this.onIntersectionUpdate(o);
|
|
@@ -70,12 +69,12 @@ class oe extends R {
|
|
|
70
69
|
}), this.updateDistanceUI(), this.magnifier.renderWithPoint(e.point), this.mouseGroup.position.copy(e.point), i)
|
|
71
70
|
this.mouseGroup.quaternion.copy(i.quaternion);
|
|
72
71
|
else if (e.face) {
|
|
73
|
-
const o = e.face.normal.clone().multiplyScalar(0.05),
|
|
74
|
-
this.mouseGroup.lookAt(
|
|
72
|
+
const o = e.face.normal.clone().multiplyScalar(0.05), a = e.point.clone().add(o).clone().add(o);
|
|
73
|
+
this.mouseGroup.lookAt(a);
|
|
75
74
|
}
|
|
76
75
|
this.five.needsRender = !0, this.hook.emit(
|
|
77
76
|
"selectedChange",
|
|
78
|
-
this.editPointState.associatedLines.map((t) => t
|
|
77
|
+
this.editPointState.associatedLines.map((t) => t)
|
|
79
78
|
);
|
|
80
79
|
}
|
|
81
80
|
});
|
|
@@ -87,49 +86,44 @@ class oe extends R {
|
|
|
87
86
|
const [i] = this.five.model.intersectRaycaster(e);
|
|
88
87
|
if (!i)
|
|
89
88
|
return;
|
|
90
|
-
const t = this.five.camera, o = i.point.clone().project(t), c = this.container.clientWidth,
|
|
91
|
-
const [
|
|
92
|
-
if (!
|
|
89
|
+
const t = this.five.camera, o = i.point.clone().project(t), c = this.container.clientWidth, a = this.container.clientHeight, d = new f(o.x * c, o.y * a), g = this.model.getAllLines().map((n) => {
|
|
90
|
+
const [l, y] = n.points, m = l.position.clone().project(t), p = y.position.clone().project(t);
|
|
91
|
+
if (!P(m) && !P(p))
|
|
93
92
|
return null;
|
|
94
|
-
const
|
|
95
|
-
|
|
96
|
-
m.y * r
|
|
97
|
-
), D = new f(
|
|
98
|
-
p.x * c,
|
|
99
|
-
p.y * r
|
|
100
|
-
);
|
|
101
|
-
return { id: n.id, points: [k, D] };
|
|
93
|
+
const C = new f(m.x * c, m.y * a), D = new f(p.x * c, p.y * a);
|
|
94
|
+
return { id: n.id, points: [C, D] };
|
|
102
95
|
}).filter((n) => !!n);
|
|
103
|
-
if (
|
|
96
|
+
if (g.length === 0)
|
|
104
97
|
return;
|
|
105
|
-
const
|
|
106
|
-
const
|
|
107
|
-
return { id: n.id, distance:
|
|
108
|
-
}).sort((n,
|
|
109
|
-
if (
|
|
98
|
+
const u = g.map((n) => {
|
|
99
|
+
const l = A(d, n.points);
|
|
100
|
+
return { id: n.id, distance: l.distanceTo(d) };
|
|
101
|
+
}).sort((n, l) => n.distance - l.distance)[0];
|
|
102
|
+
if (u.distance > 20)
|
|
110
103
|
return;
|
|
111
|
-
const
|
|
112
|
-
if (!!
|
|
113
|
-
return this.chooseLine(
|
|
104
|
+
const L = this.model.getAllLines().find(({ id: n }) => n === u.id);
|
|
105
|
+
if (!!L)
|
|
106
|
+
return this.chooseLine(L), !1;
|
|
114
107
|
});
|
|
115
108
|
s(this, "chooseLine", (e) => {
|
|
116
109
|
const i = v(e);
|
|
117
110
|
this.highlightLines(i), this.five.needsRender = !0, this.hook.emit(
|
|
118
111
|
"selectedChange",
|
|
119
|
-
i.map((t) => t
|
|
112
|
+
i.map((t) => t)
|
|
120
113
|
);
|
|
121
114
|
});
|
|
122
|
-
s(this, "
|
|
123
|
-
this.removeLine(
|
|
115
|
+
s(this, "polylineRemoved", (e) => {
|
|
116
|
+
e.lines.forEach((i) => this.removeLine(i)), this.hook.emit(
|
|
124
117
|
"selectedChange",
|
|
125
|
-
this.model.
|
|
118
|
+
this.model.getAllLines().filter((i) => i.selected).map((i) => i)
|
|
126
119
|
);
|
|
127
120
|
});
|
|
128
121
|
s(this, "onCameraUpdate", () => {
|
|
129
122
|
this.updateDistanceUI(), this.highlightedLines.length > 0 && this.deleteDom.updatePosition();
|
|
130
123
|
});
|
|
131
124
|
s(this, "deleteDomClickCallback", () => {
|
|
132
|
-
this.highlightedLines[0]
|
|
125
|
+
const e = this.highlightedLines[0], i = this.model.getPolylineByLine(e);
|
|
126
|
+
!i || (this.model.removePolyline(i), this.highlightedLines = [], this.deleteDom.setLines([]).hide());
|
|
133
127
|
});
|
|
134
128
|
s(this, "cancelDeleteClickCallback", () => {
|
|
135
129
|
this.clearHighlightLines();
|
|
@@ -137,8 +131,8 @@ class oe extends R {
|
|
|
137
131
|
this.deleteDom = new G(this.five, {
|
|
138
132
|
onClick: this.deleteDomClickCallback,
|
|
139
133
|
cancelDelete: this.cancelDeleteClickCallback
|
|
140
|
-
}).appendTo(this.container), this.model.
|
|
141
|
-
t.distanceItem.appendTo(this.container), t.distanceItem.update(this.five), t.hook.on("selected", this.chooseLine), this.group.add(t.mesh);
|
|
134
|
+
}).appendTo(this.container), this.model.getAllLines().forEach((t) => {
|
|
135
|
+
t.distanceItem.appendTo(this.container), t.distanceItem.update(this.five), t.hook.on("selected", this.chooseLine), t.distanceItem.setItemSelectable(!0), this.group.add(t.mesh);
|
|
142
136
|
});
|
|
143
137
|
const i = this.five.getElement();
|
|
144
138
|
if (i) {
|
|
@@ -146,17 +140,17 @@ class oe extends R {
|
|
|
146
140
|
const t = new E(i);
|
|
147
141
|
this.hammer = t, t.on("pan", this.onPan), t.on("panstart", this.onPanStart), t.on("panend", this.onPanEnd);
|
|
148
142
|
}
|
|
149
|
-
this.
|
|
143
|
+
this.updateDistanceUI(), this.five.needsRender = !0, this.five.on("cameraUpdate", this.onCameraUpdate), this.five.on("wantsTapGesture", this.wantsTapGesture), this.five.on("wantsPanGesture", this.wantsPanGesture), this.model.hook.on("polylineRemoved", this.polylineRemoved);
|
|
150
144
|
}
|
|
151
145
|
dispose() {
|
|
152
146
|
var e;
|
|
153
|
-
super.dispose(), this.deleteDom.dispose(), this.model.hook.off("
|
|
147
|
+
super.dispose(), this.deleteDom.dispose(), this.model.hook.off("polylineRemoved", this.polylineRemoved), this.model.getAllLines().forEach((i) => i.hook.off("selected", this.chooseLine)), this.five.off("cameraUpdate", this.onCameraUpdate), this.five.off("wantsPanGesture", this.wantsPanGesture), this.five.off("wantsTapGesture", this.wantsTapGesture), this.five.needsRender = !0, this.hook.emit("selectedChange", []), (e = this.hammer) == null || e.destroy();
|
|
154
148
|
}
|
|
155
149
|
highlightLine(e) {
|
|
156
150
|
e.selected || (e.selected = !0, this.group.add(e.lightMesh), e.distanceItem.highlight(), this.five.needsRender = !0);
|
|
157
151
|
}
|
|
158
152
|
clearHighlightLines() {
|
|
159
|
-
this.group.children.length !== 0 && (this.deleteDom.setLines([]).hide(), this.model.
|
|
153
|
+
this.group.children.length !== 0 && (this.deleteDom.setLines([]).hide(), this.model.getAllLines().forEach((e) => {
|
|
160
154
|
e.selected = !1, e.distanceItem.unHighlight(), this.group.remove(e.lightMesh);
|
|
161
155
|
}), this.highlightedLines = [], this.five.needsRender = !0);
|
|
162
156
|
}
|
|
@@ -165,5 +159,5 @@ class oe extends R {
|
|
|
165
159
|
}
|
|
166
160
|
}
|
|
167
161
|
export {
|
|
168
|
-
|
|
162
|
+
se as default
|
|
169
163
|
};
|
|
@@ -6,6 +6,7 @@ import Magnifier, { MagnifierParameter } from '../Modules/Magnifier';
|
|
|
6
6
|
import { Five, Subscribe } from '@realsee/five';
|
|
7
7
|
import { UIControllerParams } from '../Modules/UIController';
|
|
8
8
|
import { GuideControllerParams } from '../Modules/GuideController';
|
|
9
|
+
import { Polyline } from '../Model/polyline';
|
|
9
10
|
export declare type Mode = 'Watch' | 'Edit' | 'Mixed' | 'View';
|
|
10
11
|
export interface PanoMeasureParameterType extends Partial<Config> {
|
|
11
12
|
openParams?: OpenParameter;
|
|
@@ -22,15 +23,14 @@ export default class MeasureController {
|
|
|
22
23
|
private model;
|
|
23
24
|
private group;
|
|
24
25
|
private config;
|
|
26
|
+
private isMobile;
|
|
25
27
|
private fiveHelper;
|
|
26
28
|
private useUIController?;
|
|
27
29
|
private params;
|
|
28
30
|
private useGuideController?;
|
|
29
|
-
private rangePieceController?;
|
|
30
31
|
private container;
|
|
31
32
|
private shortcutKeyController?;
|
|
32
33
|
private controller;
|
|
33
|
-
private controllerParams;
|
|
34
34
|
constructor(five: Five, params: PanoMeasureParameterType);
|
|
35
35
|
appendTo(parent: HTMLElement): void;
|
|
36
36
|
dispose(): void;
|
|
@@ -43,7 +43,9 @@ export default class MeasureController {
|
|
|
43
43
|
* @description 会隐藏鼠标的默认聚焦环
|
|
44
44
|
* @description 会隐藏当前 VR 内的点位展示
|
|
45
45
|
*/
|
|
46
|
-
enable(
|
|
46
|
+
enable(config?: {
|
|
47
|
+
mode: Mode;
|
|
48
|
+
}): void;
|
|
47
49
|
/** 关闭插件功能
|
|
48
50
|
* @description 清除标尺线条
|
|
49
51
|
* @description 还原点位展示和默认鼠标 UI
|
|
@@ -53,23 +55,39 @@ export default class MeasureController {
|
|
|
53
55
|
/** 变更场景
|
|
54
56
|
* @description 如果从编辑场景改变到观看场景,不会自动保存,默认丢弃所有改动
|
|
55
57
|
*/
|
|
56
|
-
changeMode: (mode: Mode) =>
|
|
58
|
+
changeMode: (mode: Mode) => void;
|
|
59
|
+
/** 进入编辑模式 */
|
|
60
|
+
edit(): void;
|
|
57
61
|
/** 撤销编辑 */
|
|
58
62
|
revoke(): void;
|
|
59
|
-
|
|
63
|
+
removePolyline(polyline: Polyline): void;
|
|
64
|
+
removePolylineByID(id: string): void;
|
|
65
|
+
getPolylineByID(id: string): Polyline;
|
|
66
|
+
getEditedPolyline(): void;
|
|
60
67
|
/**
|
|
61
68
|
* 高亮当前线段
|
|
62
69
|
*/
|
|
63
70
|
highlightLine(lineID: string): boolean;
|
|
64
71
|
clearHighlightLines(): boolean;
|
|
65
|
-
/** 保存编辑
|
|
66
|
-
|
|
67
|
-
|
|
72
|
+
/** 保存编辑
|
|
73
|
+
* @description 以下情况可能报错
|
|
74
|
+
*/
|
|
75
|
+
save(config?: {
|
|
76
|
+
mode?: Mode;
|
|
77
|
+
}): this;
|
|
78
|
+
/** Mixed 模式才有用,添加起点 */
|
|
79
|
+
addStartPoint(): void;
|
|
80
|
+
/** Mixed 模式才有用,添加终点 */
|
|
81
|
+
addEndPoint(): void;
|
|
82
|
+
/** 导出数据 */
|
|
68
83
|
toJson(): PluginData;
|
|
69
84
|
/**
|
|
70
85
|
* @description 改变插件的模式(pc端模式或移动端模式)
|
|
71
86
|
* @param isMobile true为移动端模式,false为pc端
|
|
72
87
|
*/
|
|
73
88
|
changeIsMobile(isMobile: boolean): void;
|
|
74
|
-
changeConfigs(config:
|
|
89
|
+
changeConfigs(config: Config): void;
|
|
90
|
+
/** 设置线段的文本 */
|
|
91
|
+
setCustomText(lineID: string, text: string): void;
|
|
92
|
+
private createControllerParams;
|
|
75
93
|
}
|
|
@@ -1,37 +1,35 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var m = (
|
|
1
|
+
var y = Object.defineProperty;
|
|
2
|
+
var d = Object.getOwnPropertySymbols;
|
|
3
|
+
var M = Object.prototype.hasOwnProperty, P = Object.prototype.propertyIsEnumerable;
|
|
4
|
+
var m = (s, e, t) => e in s ? y(s, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[e] = t, n = (s, e) => {
|
|
5
5
|
for (var t in e || (e = {}))
|
|
6
|
-
|
|
7
|
-
if (
|
|
8
|
-
for (var t of
|
|
9
|
-
P.call(e, t) && m(
|
|
10
|
-
return
|
|
6
|
+
M.call(e, t) && m(s, t, e[t]);
|
|
7
|
+
if (d)
|
|
8
|
+
for (var t of d(e))
|
|
9
|
+
P.call(e, t) && m(s, t, e[t]);
|
|
10
|
+
return s;
|
|
11
11
|
};
|
|
12
|
-
var
|
|
12
|
+
var i = (s, e, t) => (m(s, typeof e != "symbol" ? e + "" : e, t), t);
|
|
13
13
|
import v from "../Modules/Magnifier.js";
|
|
14
|
-
import
|
|
14
|
+
import w from "../Modules/FiveHelper.js";
|
|
15
15
|
import h from "./EditController.js";
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
16
|
+
import f from "./ViewController.js";
|
|
17
|
+
import g from "./WatchController.js";
|
|
18
|
+
import l from "./MixedController.js";
|
|
19
19
|
import { omit as I } from "../../shared-utils/filter.js";
|
|
20
|
-
import { Group as
|
|
21
|
-
import { Model as
|
|
22
|
-
import { Subscribe as
|
|
23
|
-
import { getMouseGroup as
|
|
24
|
-
import { UIController as
|
|
25
|
-
import { GuideController as
|
|
26
|
-
import { ShortcutKeyController as
|
|
27
|
-
import
|
|
20
|
+
import { Group as b } from "three";
|
|
21
|
+
import { Model as U } from "../Model/index.js";
|
|
22
|
+
import { Subscribe as E } from "@realsee/five";
|
|
23
|
+
import { getMouseGroup as D } from "../utils/mouseGroup.js";
|
|
24
|
+
import { UIController as C } from "../Modules/UIController/index.js";
|
|
25
|
+
import { GuideController as B } from "../Modules/GuideController.js";
|
|
26
|
+
import { ShortcutKeyController as k } from "./ShortcutKeyController.js";
|
|
27
|
+
import "@realsee/five/line";
|
|
28
|
+
import "../utils/constants.js";
|
|
28
29
|
import "hammerjs";
|
|
29
30
|
import "../Model/line.js";
|
|
30
31
|
import "../../shared-utils/uuid.js";
|
|
31
|
-
import "../Model/polyline.js";
|
|
32
32
|
import "../utils/line.js";
|
|
33
|
-
import "@realsee/five/line";
|
|
34
|
-
import "../utils/constants.js";
|
|
35
33
|
import "../utils/distanceDom.js";
|
|
36
34
|
import "../utils/isNDCPointInScreen.js";
|
|
37
35
|
import "../Model/point.js";
|
|
@@ -41,14 +39,22 @@ import "./BaseController.js";
|
|
|
41
39
|
import "../utils/ironbox.js";
|
|
42
40
|
import "../utils/getIntersectionFromEvent.js";
|
|
43
41
|
import "../utils/getPointFromHammerEvent.js";
|
|
44
|
-
import "../
|
|
45
|
-
import "../utils/findAssociatedLines.js";
|
|
42
|
+
import "../Model/polyline.js";
|
|
46
43
|
import "../Modules/DeleteDom/index.js";
|
|
47
44
|
import "../Modules/DeleteDom/_Assets/delete.svg.js";
|
|
48
45
|
import "../Modules/DeleteDom/_Assets/delete_bg.png.js";
|
|
49
46
|
import "../Modules/DeleteDom/_Assets/delete_hover_bg.png.js";
|
|
47
|
+
import "../utils/math.js";
|
|
50
48
|
import "../utils/findClosestPoint.js";
|
|
51
49
|
import "../utils/ndc2Screen.js";
|
|
50
|
+
import "../utils/findAssociatedLines.js";
|
|
51
|
+
import "../Modules/rangePiece/index.js";
|
|
52
|
+
import "@tweenjs/tween.js";
|
|
53
|
+
import "../Modules/rangePiece/html.js";
|
|
54
|
+
import "../../shared-utils/animationFrame/index.js";
|
|
55
|
+
import "../../shared-utils/animationFrame/BetterTween.js";
|
|
56
|
+
import "../../shared-utils/noop.js";
|
|
57
|
+
import "../utils/calculateThreeMouse.js";
|
|
52
58
|
import "../../shared-utils/tap.js";
|
|
53
59
|
import "../Modules/UIController/HTML.js";
|
|
54
60
|
import "../Modules/UIController/mobileHTML.js";
|
|
@@ -56,81 +62,55 @@ import "../Modules/UIController/style.js";
|
|
|
56
62
|
import "../Modules/UIController/MainBtnController.js";
|
|
57
63
|
import "../Modules/UIController/mobileMainBtnController.js";
|
|
58
64
|
import "../Modules/UIController/Revoke/index.js";
|
|
59
|
-
import "@tweenjs/tween.js";
|
|
60
|
-
import "../Modules/rangePiece/html.js";
|
|
61
|
-
import "../../shared-utils/animationFrame/index.js";
|
|
62
|
-
import "../../shared-utils/animationFrame/BetterTween.js";
|
|
63
|
-
import "../../shared-utils/noop.js";
|
|
64
|
-
import "../utils/calculateThreeMouse.js";
|
|
65
65
|
class ke {
|
|
66
66
|
constructor(e, t) {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
r(this, "changeMode", (e) => {
|
|
67
|
+
i(this, "hasOpen", !1);
|
|
68
|
+
i(this, "hook", new E());
|
|
69
|
+
i(this, "magnifier");
|
|
70
|
+
i(this, "five");
|
|
71
|
+
i(this, "model");
|
|
72
|
+
i(this, "group");
|
|
73
|
+
i(this, "config");
|
|
74
|
+
i(this, "isMobile");
|
|
75
|
+
i(this, "fiveHelper");
|
|
76
|
+
i(this, "useUIController");
|
|
77
|
+
i(this, "params");
|
|
78
|
+
i(this, "useGuideController");
|
|
79
|
+
i(this, "container", document.createElement("div"));
|
|
80
|
+
i(this, "shortcutKeyController");
|
|
81
|
+
i(this, "controller", null);
|
|
82
|
+
i(this, "getCurrentMode", () => this.controller instanceof h ? "Edit" : this.controller instanceof g ? "Watch" : this.controller instanceof l ? "Mixed" : this.controller instanceof f ? "View" : null);
|
|
83
|
+
i(this, "changeMode", (e) => {
|
|
85
84
|
var o;
|
|
86
85
|
if (!this.hasOpen || this.getCurrentMode() === e)
|
|
87
86
|
return;
|
|
88
|
-
if (this.getCurrentMode() === "Mixed" || e === "Mixed")
|
|
89
|
-
return new Error("\u4E0D\u652F\u6301\u5207\u6362\u7684Mode");
|
|
90
87
|
(o = this.controller) == null || o.dispose();
|
|
91
88
|
const t = {
|
|
92
|
-
View:
|
|
93
|
-
Watch:
|
|
94
|
-
Edit: h
|
|
89
|
+
View: f,
|
|
90
|
+
Watch: g,
|
|
91
|
+
Edit: h,
|
|
92
|
+
Mixed: l
|
|
95
93
|
};
|
|
96
94
|
if (!t[e])
|
|
97
95
|
throw new Error("\u4E0D\u5B58\u5728\u7684 Mode");
|
|
98
|
-
|
|
96
|
+
const r = this.createControllerParams();
|
|
97
|
+
this.controller = new t[e](r), this.hook.emit("modeChange", e);
|
|
99
98
|
});
|
|
100
|
-
var
|
|
101
|
-
this.five = e, this.params = t;
|
|
102
|
-
const
|
|
103
|
-
|
|
104
|
-
getDistanceText(a) {
|
|
105
|
-
return a.toFixed(2) + "m";
|
|
106
|
-
}
|
|
107
|
-
};
|
|
108
|
-
this.config = n(n({}, o), I(t, ["openParams", "magnifierParams"])), this.model = new b(this.config), this.fiveHelper = new y(e), this.magnifier = new v(e, (l = t.magnifierParams) != null ? l : { width: 190, height: 190, scale: 2 }), this.group = new M(), this.group.name = "plugin-measure-group", this.container.classList.add("five-plugin-measure-container"), this.container.style.position = "absolute", this.container.style.left = "0", this.container.style.top = "0", this.container.style.pointerEvents = "none", this.container.style.width = "100%", this.container.style.height = "100%", this.container.style.opacity = "0", this.container.style.background = "rgba(0, 0, 0, 0.15)";
|
|
109
|
-
const s = (c = this.params.openParams) != null ? c : {};
|
|
110
|
-
if (this.controllerParams = {
|
|
111
|
-
five: this.five,
|
|
112
|
-
hook: this.hook,
|
|
113
|
-
group: this.group,
|
|
114
|
-
model: this.model,
|
|
115
|
-
config: this.config,
|
|
116
|
-
magnifier: this.magnifier,
|
|
117
|
-
container: this.container,
|
|
118
|
-
fiveHelper: this.fiveHelper,
|
|
119
|
-
openParams: s,
|
|
120
|
-
mouseGroup: U(n({}, s.crossHairParameter)),
|
|
121
|
-
userDistanceItemCreator: this.params.userDistanceItemCreator
|
|
122
|
-
}, this.params.useUIController !== !1) {
|
|
99
|
+
var o, p, c, u;
|
|
100
|
+
this.five = e, this.params = t, this.config = I(t, ["openParams", "magnifierParams"]), this.model = new U(this.config), this.fiveHelper = new w(e), this.isMobile = (p = (o = t == null ? void 0 : t.openParams) == null ? void 0 : o.isMobile) != null ? p : !1, this.magnifier = new v(e, (c = t.magnifierParams) != null ? c : { width: 190, height: 190, scale: 2 }), this.group = new b(), this.group.name = "plugin-measure-group", this.container.classList.add("five-plugin-measure-container"), this.container.style.position = "absolute", this.container.style.left = "0", this.container.style.top = "0", this.container.style.pointerEvents = "none", this.container.style.width = "100%", this.container.style.height = "100%", this.container.style.opacity = "0";
|
|
101
|
+
const r = (u = this.params.openParams) != null ? u : {};
|
|
102
|
+
if (this.params.useUIController !== !1) {
|
|
123
103
|
const a = n({
|
|
124
104
|
container: this.container,
|
|
125
|
-
openParams:
|
|
105
|
+
openParams: r
|
|
126
106
|
}, typeof this.params.useUIController == "object" ? this.params.useUIController : {});
|
|
127
|
-
this.useUIController = new
|
|
107
|
+
this.useUIController = new C(this, a);
|
|
128
108
|
}
|
|
129
109
|
if (this.params.useGuideController !== !1) {
|
|
130
110
|
const a = n({
|
|
131
111
|
container: this.container
|
|
132
112
|
}, typeof this.params.useGuideController == "object" ? this.params.useGuideController : {});
|
|
133
|
-
this.useGuideController = new
|
|
113
|
+
this.useGuideController = new B(this, a);
|
|
134
114
|
}
|
|
135
115
|
}
|
|
136
116
|
appendTo(e) {
|
|
@@ -143,19 +123,32 @@ class ke {
|
|
|
143
123
|
load(e) {
|
|
144
124
|
this.model.parse(e), this.save();
|
|
145
125
|
}
|
|
146
|
-
enable() {
|
|
147
|
-
var
|
|
148
|
-
this.hasOpen || (this.hasOpen = !0, this.five.scene.add(this.group), this.container.style.opacity = "1",
|
|
126
|
+
enable(e) {
|
|
127
|
+
var t;
|
|
128
|
+
this.hasOpen || (this.hasOpen = !0, this.five.scene.add(this.group), this.container.style.opacity = "1", e != null && e.mode ? this.changeMode(e.mode) : this.isMobile ? this.changeMode("Mixed") : this.changeMode("Watch"), (t = this.useUIController) == null || t.show(), this.shortcutKeyController = new k(this, this.five), this.hook.emit("enable", !0));
|
|
149
129
|
}
|
|
150
130
|
disable() {
|
|
151
|
-
var e, t,
|
|
152
|
-
this.hasOpen = !1, this.container.style.opacity = "0", (e = this.controller) == null || e.dispose(), (t = this.
|
|
131
|
+
var e, t, r, o;
|
|
132
|
+
this.hasOpen = !1, this.container.style.opacity = "0", (e = this.controller) == null || e.dispose(), (t = this.useUIController) == null || t.hide(), (r = this.useGuideController) == null || r.hide(), (o = this.shortcutKeyController) == null || o.dispose(), this.controller = null, this.five.helperVisible = !0, this.five.scene.remove(this.group), this.five.needsRender = !0, this.hook.emit("disable", !0);
|
|
133
|
+
}
|
|
134
|
+
edit() {
|
|
135
|
+
const e = this.isMobile ? "Mixed" : "Edit";
|
|
136
|
+
this.changeMode(e);
|
|
153
137
|
}
|
|
154
138
|
revoke() {
|
|
155
139
|
this.controller instanceof h && this.controller.revoke();
|
|
156
140
|
}
|
|
157
|
-
|
|
158
|
-
this.model.
|
|
141
|
+
removePolyline(e) {
|
|
142
|
+
this.model.removePolyline(e);
|
|
143
|
+
}
|
|
144
|
+
removePolylineByID(e) {
|
|
145
|
+
const t = this.model.getPolylineByID(e);
|
|
146
|
+
t && this.model.removePolyline(t);
|
|
147
|
+
}
|
|
148
|
+
getPolylineByID(e) {
|
|
149
|
+
return this.model.getPolylineByID(e);
|
|
150
|
+
}
|
|
151
|
+
getEditedPolyline() {
|
|
159
152
|
}
|
|
160
153
|
highlightLine(e) {
|
|
161
154
|
if (this.getCurrentMode() !== "Watch")
|
|
@@ -166,29 +159,60 @@ class ke {
|
|
|
166
159
|
clearHighlightLines() {
|
|
167
160
|
return this.getCurrentMode() !== "Watch" ? !1 : (this.controller.clearHighlightLines(), !0);
|
|
168
161
|
}
|
|
169
|
-
save() {
|
|
170
|
-
|
|
162
|
+
save(e) {
|
|
163
|
+
var o;
|
|
164
|
+
if (!(this.controller instanceof h) && !(this.controller instanceof l))
|
|
165
|
+
return this;
|
|
166
|
+
const t = (o = e == null ? void 0 : e.mode) != null ? o : "View", r = this.controller.polyline;
|
|
167
|
+
return this.model.addPolyline(r), this.changeMode(t), this;
|
|
168
|
+
}
|
|
169
|
+
addStartPoint() {
|
|
170
|
+
this.controller instanceof l && this.hook.emit("willChangeState", "watching", "editing");
|
|
171
|
+
}
|
|
172
|
+
addEndPoint() {
|
|
173
|
+
this.controller instanceof l && this.hook.emit("willChangeState", "editing", "watching");
|
|
171
174
|
}
|
|
172
175
|
toJson() {
|
|
173
176
|
return this.model.toJson();
|
|
174
177
|
}
|
|
175
178
|
changeIsMobile(e) {
|
|
176
|
-
var t
|
|
177
|
-
if (
|
|
178
|
-
(
|
|
179
|
-
const
|
|
179
|
+
var t;
|
|
180
|
+
if (this.isMobile = e, this.params.useUIController !== !1) {
|
|
181
|
+
(t = this.useUIController) == null || t.dispose();
|
|
182
|
+
const r = n({
|
|
180
183
|
container: this.container,
|
|
181
|
-
|
|
184
|
+
mode: this.isMobile ? "mobile" : "pc"
|
|
182
185
|
}, typeof this.params.useUIController == "object" ? this.params.useUIController : {});
|
|
183
|
-
this.useUIController = new
|
|
186
|
+
this.useUIController = new C(this, r);
|
|
184
187
|
}
|
|
185
188
|
}
|
|
186
189
|
changeConfigs(e) {
|
|
187
190
|
var t;
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
191
|
+
Object.assign(this.config, e), (t = this.controller) == null || t.updateDistanceUI();
|
|
192
|
+
}
|
|
193
|
+
setCustomText(e, t) {
|
|
194
|
+
var o;
|
|
195
|
+
const r = this.model.getLineByID(e);
|
|
196
|
+
if (!r)
|
|
197
|
+
throw new Error("\u4E0D\u5B58\u5728\u7684\u7EBF\u6BB5");
|
|
198
|
+
r.setText(t), (o = this.controller) == null || o.updateDistanceUI();
|
|
199
|
+
}
|
|
200
|
+
createControllerParams() {
|
|
201
|
+
var t;
|
|
202
|
+
const e = (t = this.params.openParams) != null ? t : {};
|
|
203
|
+
return e.isMobile = this.isMobile, {
|
|
204
|
+
five: this.five,
|
|
205
|
+
hook: this.hook,
|
|
206
|
+
group: this.group,
|
|
207
|
+
model: this.model,
|
|
208
|
+
config: this.config,
|
|
209
|
+
magnifier: this.magnifier,
|
|
210
|
+
container: this.container,
|
|
211
|
+
fiveHelper: this.fiveHelper,
|
|
212
|
+
openParams: e,
|
|
213
|
+
mouseGroup: D(n({}, e.crossHairParameter)),
|
|
214
|
+
userDistanceItemCreator: this.params.userDistanceItemCreator
|
|
215
|
+
};
|
|
192
216
|
}
|
|
193
217
|
}
|
|
194
218
|
export {
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import type { Config } from '../typings';
|
|
2
2
|
import type { PluginData } from '../typings/data';
|
|
3
3
|
import Line from './line';
|
|
4
|
-
import Point from './point';
|
|
5
|
-
import { Subscribe, SubscribeEventMap } from '@realsee/five';
|
|
6
4
|
import { Polyline } from './polyline';
|
|
7
|
-
|
|
5
|
+
import { Subscribe } from '@realsee/five';
|
|
6
|
+
declare type IModelEvent = {
|
|
8
7
|
/** 新增线条
|
|
9
8
|
* @param line 被创建的线条
|
|
10
9
|
*/
|
|
11
|
-
|
|
10
|
+
polylineAdded: (line: Polyline) => void;
|
|
12
11
|
/** 删除线条
|
|
13
12
|
* @param lines 被删除的线条数组
|
|
14
13
|
*/
|
|
15
|
-
|
|
16
|
-
}
|
|
14
|
+
polylineRemoved: (lines: Polyline) => void;
|
|
15
|
+
};
|
|
17
16
|
export declare class Model {
|
|
18
|
-
readonly
|
|
19
|
-
readonly points: Point[];
|
|
20
|
-
readonly params: Config;
|
|
17
|
+
readonly config?: Config;
|
|
21
18
|
readonly polylines: Polyline[];
|
|
22
19
|
readonly hook: Subscribe<IModelEvent>;
|
|
23
|
-
constructor(
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
getPointByID(id: string): Point;
|
|
20
|
+
constructor(config?: Config);
|
|
21
|
+
addPolyline(polyline: Polyline): void;
|
|
22
|
+
replacePolylineByID(id: string, polyline: Polyline): void;
|
|
23
|
+
removePolyline(polyline: Polyline): void;
|
|
24
|
+
getPolylineByID(id: string): Polyline;
|
|
25
|
+
getPolylineByLine(line: Line): Polyline;
|
|
30
26
|
getLineByID(id: string): Line;
|
|
27
|
+
getAllLines(): Line[];
|
|
28
|
+
getAllPoints(): import("./point").default[];
|
|
29
|
+
includes(item: Polyline): boolean;
|
|
30
|
+
clear(): void;
|
|
31
31
|
getClosestPoint(): void;
|
|
32
|
-
parse(data: PluginData):
|
|
32
|
+
parse(data: PluginData): void;
|
|
33
33
|
toJson(): PluginData;
|
|
34
34
|
}
|
|
35
35
|
export {};
|