@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,99 +1,76 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { Subscribe as B } from "@realsee/five";
|
|
7
|
-
import { removeArrayItem as c } from "../../shared-utils/removeArrayItem.js";
|
|
8
|
-
import { Polyline as d } from "./polyline.js";
|
|
9
|
-
import "../../shared-utils/uuid.js";
|
|
10
|
-
import "../utils/line.js";
|
|
1
|
+
var n = Object.defineProperty;
|
|
2
|
+
var s = (o, i, e) => i in o ? n(o, i, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[i] = e;
|
|
3
|
+
var t = (o, i, e) => (s(o, typeof i != "symbol" ? i + "" : i, e), e);
|
|
4
|
+
import "three";
|
|
5
|
+
import { Polyline as r } from "./polyline.js";
|
|
11
6
|
import "@realsee/five/line";
|
|
12
7
|
import "../utils/constants.js";
|
|
13
|
-
import "
|
|
8
|
+
import { Subscribe as p } from "@realsee/five";
|
|
9
|
+
import "./line.js";
|
|
10
|
+
import "../../shared-utils/uuid.js";
|
|
11
|
+
import "../utils/line.js";
|
|
14
12
|
import "../utils/distanceDom.js";
|
|
15
13
|
import "../utils/isNDCPointInScreen.js";
|
|
16
|
-
|
|
14
|
+
import "./point.js";
|
|
15
|
+
import "../../shared-utils/removeArrayItem.js";
|
|
16
|
+
class E {
|
|
17
17
|
constructor(i) {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
r(this, "hook", new B());
|
|
23
|
-
this.params = i;
|
|
18
|
+
t(this, "config");
|
|
19
|
+
t(this, "polylines", []);
|
|
20
|
+
t(this, "hook", new p());
|
|
21
|
+
this.config = i;
|
|
24
22
|
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
return
|
|
29
|
-
this.includes(t) || this.points.push(t), this.includes(s) || this.points.push(s), this.lines.push(i);
|
|
30
|
-
const o = this.polylines.find((n) => !!n.getNext(i));
|
|
31
|
-
if (o)
|
|
32
|
-
o.push(i);
|
|
33
|
-
else {
|
|
34
|
-
const n = new d();
|
|
35
|
-
n.push(i), this.polylines.push(n);
|
|
23
|
+
addPolyline(i) {
|
|
24
|
+
if (this.includes(i)) {
|
|
25
|
+
console.error(new Error("\u4E0D\u80FD\u91CD\u590D\u6DFB\u52A0 polyline"));
|
|
26
|
+
return;
|
|
36
27
|
}
|
|
37
|
-
this.hook.emit("
|
|
28
|
+
this.polylines.push(i), this.hook.emit("polylineAdded", i);
|
|
38
29
|
}
|
|
39
|
-
|
|
40
|
-
const
|
|
41
|
-
|
|
30
|
+
replacePolylineByID(i, e) {
|
|
31
|
+
const l = this.getPolylineByID(i);
|
|
32
|
+
l == null || l.replace(e);
|
|
42
33
|
}
|
|
43
|
-
|
|
44
|
-
const
|
|
45
|
-
if (
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
t.pop(), t.lines.length === 0 && c(t, this.polylines);
|
|
34
|
+
removePolyline(i) {
|
|
35
|
+
const e = this.polylines.findIndex(({ id: l }) => l === i.id);
|
|
36
|
+
if (e === -1) {
|
|
37
|
+
console.error(new Error("polyline \u4E0D\u5B58\u5728"));
|
|
38
|
+
return;
|
|
49
39
|
}
|
|
50
|
-
|
|
51
|
-
return s.lines.length === 0 && c(s, this.points), o.lines.length === 0 && c(o, this.points), c(i, this.lines), i.clear(), this.hook.emit("lineRemoved", i), this;
|
|
40
|
+
this.polylines.splice(e, 1), this.hook.emit("polylineRemoved", i);
|
|
52
41
|
}
|
|
53
|
-
|
|
54
|
-
|
|
42
|
+
getPolylineByID(i) {
|
|
43
|
+
return this.polylines.find((e) => e.id === i);
|
|
55
44
|
}
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
return this.points.find(({ id: t }) => t === i.id) !== void 0;
|
|
59
|
-
if (i.type === "line")
|
|
60
|
-
return this.lines.find(({ id: t }) => t === i.id) !== void 0;
|
|
61
|
-
}
|
|
62
|
-
getPointByID(i) {
|
|
63
|
-
return this.points.find(({ id: t }) => t === i);
|
|
45
|
+
getPolylineByLine(i) {
|
|
46
|
+
return this.polylines.find((e) => e.includes(i));
|
|
64
47
|
}
|
|
65
48
|
getLineByID(i) {
|
|
66
|
-
return this.
|
|
49
|
+
return this.getAllLines().find((e) => e.id === i);
|
|
50
|
+
}
|
|
51
|
+
getAllLines() {
|
|
52
|
+
return this.polylines.map((i) => i.lines).flat(1);
|
|
53
|
+
}
|
|
54
|
+
getAllPoints() {
|
|
55
|
+
return this.polylines.map((i) => i.points).flat(1);
|
|
56
|
+
}
|
|
57
|
+
includes(i) {
|
|
58
|
+
return this.polylines.find(({ id: e }) => e === i.id) !== void 0;
|
|
59
|
+
}
|
|
60
|
+
clear() {
|
|
61
|
+
this.polylines.forEach((i) => this.hook.emit("polylineRemoved", i)), this.polylines.splice(0, this.polylines.length);
|
|
67
62
|
}
|
|
68
63
|
getClosestPoint() {
|
|
69
64
|
}
|
|
70
65
|
parse(i) {
|
|
71
|
-
|
|
72
|
-
const p = new g(l);
|
|
73
|
-
return p.id = n, p;
|
|
74
|
-
}), s = i.lines.map((n) => {
|
|
75
|
-
const [l, p] = n.points, h = this.getPointByID.call({ points: t }, l), u = this.getPointByID.call({ points: t }, p);
|
|
76
|
-
if (!h || !u)
|
|
77
|
-
throw new Error("\u7EBF\u4E0A\u7684\u70B9\u4E0D\u5B58\u5728");
|
|
78
|
-
const m = new a(h, u, this);
|
|
79
|
-
return m.id = n.id, m;
|
|
80
|
-
}), o = i.polylines.map((n) => {
|
|
81
|
-
const l = new d();
|
|
82
|
-
return n.lines.forEach((p) => {
|
|
83
|
-
const h = s.find(({ id: u }) => u === p);
|
|
84
|
-
h && l.push(h);
|
|
85
|
-
}), l;
|
|
86
|
-
});
|
|
87
|
-
return this.points.splice(0, this.points.length, ...t), this.lines.splice(0, this.lines.length, ...s), this.polylines.splice(0, this.polylines.length, ...o), this;
|
|
66
|
+
this.clear(), this.polylines.push(...i.polylines.map((e) => new r({ model: this }).fromJson(e))), this.polylines.forEach((e) => this.hook.emit("polylineAdded", e));
|
|
88
67
|
}
|
|
89
68
|
toJson() {
|
|
90
69
|
return {
|
|
91
|
-
points: this.points.map((i) => i.toJson()),
|
|
92
|
-
lines: this.lines.map((i) => i.toJson()),
|
|
93
70
|
polylines: this.polylines.map((i) => i.toJson()).filter((i) => i.lines.length > 0)
|
|
94
71
|
};
|
|
95
72
|
}
|
|
96
73
|
}
|
|
97
74
|
export {
|
|
98
|
-
|
|
75
|
+
E as Model
|
|
99
76
|
};
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import type { Model } from '.';
|
|
2
|
-
import
|
|
3
|
-
import type { LineJson } from '
|
|
4
|
-
import type { LineCompletelyJson } from '../typings/data';
|
|
2
|
+
import Point from './point';
|
|
3
|
+
import type { LineJson } from '../typings/data';
|
|
5
4
|
import type { Line as FiveLine } from '@realsee/five/line';
|
|
6
5
|
import { Polyline } from './polyline';
|
|
7
6
|
import { Subscribe, SubscribeEventMap } from '@realsee/five';
|
|
8
7
|
import { DistanceItem } from '../utils/distanceDom';
|
|
9
8
|
export interface ILineHook extends SubscribeEventMap {
|
|
10
9
|
selected: (line: Line) => void;
|
|
10
|
+
textChanged: (text: string | undefined) => void;
|
|
11
11
|
}
|
|
12
12
|
export default class Line {
|
|
13
13
|
id: string;
|
|
14
14
|
selected: boolean;
|
|
15
|
+
text?: string;
|
|
15
16
|
readonly type = "line";
|
|
16
17
|
readonly model: Model;
|
|
17
18
|
readonly mesh: FiveLine;
|
|
@@ -22,9 +23,10 @@ export default class Line {
|
|
|
22
23
|
private polyline?;
|
|
23
24
|
constructor(point: Point, anotherPoint: Point, model: Model);
|
|
24
25
|
clear(): void;
|
|
26
|
+
isEmpty(): boolean;
|
|
25
27
|
getPolyline(): Polyline;
|
|
26
28
|
findAnotherPoint(point: Point): Point;
|
|
29
|
+
setText(text: string | null): void;
|
|
27
30
|
toJson(): LineJson;
|
|
28
|
-
toCompletelyJson(): LineCompletelyJson;
|
|
29
31
|
clone(): Line;
|
|
30
32
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
var r = Object.defineProperty;
|
|
2
|
-
var
|
|
3
|
-
var e = (s,
|
|
2
|
+
var u = (s, t, i) => t in s ? r(s, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : s[t] = i;
|
|
3
|
+
var e = (s, t, i) => (u(s, typeof t != "symbol" ? t + "" : t, i), i);
|
|
4
|
+
import "three";
|
|
4
5
|
import { uuid as m } from "../../shared-utils/uuid.js";
|
|
5
|
-
import {
|
|
6
|
-
import { createLineMesh as
|
|
7
|
-
import { Subscribe as u } from "@realsee/five";
|
|
6
|
+
import { Subscribe as c } from "@realsee/five";
|
|
7
|
+
import { createLineMesh as h } from "../utils/line.js";
|
|
8
8
|
import { createDistanceItem as d } from "../utils/distanceDom.js";
|
|
9
9
|
import "@realsee/five/line";
|
|
10
10
|
import "../utils/constants.js";
|
|
11
|
-
import "three";
|
|
12
11
|
import "../utils/isNDCPointInScreen.js";
|
|
13
|
-
class
|
|
14
|
-
constructor(
|
|
12
|
+
class l {
|
|
13
|
+
constructor(t, i, o) {
|
|
15
14
|
e(this, "id");
|
|
16
15
|
e(this, "selected", !1);
|
|
16
|
+
e(this, "text");
|
|
17
17
|
e(this, "type", "line");
|
|
18
18
|
e(this, "model");
|
|
19
19
|
e(this, "mesh");
|
|
@@ -22,39 +22,42 @@ class n {
|
|
|
22
22
|
e(this, "hook");
|
|
23
23
|
e(this, "distanceItem");
|
|
24
24
|
e(this, "polyline");
|
|
25
|
-
|
|
25
|
+
var n;
|
|
26
|
+
if (this.id = m(), this.model = o, t.id === i.id)
|
|
26
27
|
throw new Error("\u65E0\u6548\u7684\u7EBF\u6BB5, \u4E00\u4E2A\u70B9\u65E0\u6CD5\u6784\u6210\u7EBF\u6BB5");
|
|
27
|
-
this.hook = new
|
|
28
|
+
typeof o.config.defaultText == "string" && (this.text = o.config.defaultText), this.hook = new c(), this.points = [t, i], this.mesh = h(this, "normal"), this.lightMesh = h(this, "light"), this.distanceItem = d({
|
|
28
29
|
line: this,
|
|
29
30
|
clickCallback: () => this.hook.emit("selected", this),
|
|
30
|
-
userDistanceItem: this.model.
|
|
31
|
-
}),
|
|
31
|
+
userDistanceItem: (n = this.model.config) != null && n.userDistanceItemCreator ? this.model.config.userDistanceItemCreator() : void 0
|
|
32
|
+
}), t.lines.push(this), i.lines.push(this);
|
|
32
33
|
}
|
|
33
34
|
clear() {
|
|
34
35
|
this.selected = !1, this.polyline = void 0;
|
|
35
36
|
}
|
|
37
|
+
isEmpty() {
|
|
38
|
+
return this.points.length === 0;
|
|
39
|
+
}
|
|
36
40
|
getPolyline() {
|
|
37
41
|
if (this.polyline)
|
|
38
42
|
return this.polyline;
|
|
39
|
-
const
|
|
40
|
-
if (
|
|
41
|
-
return
|
|
42
|
-
const t = new p();
|
|
43
|
-
return t.push(this), t;
|
|
43
|
+
const t = this.model.polylines.find((i) => i.lines.includes(this));
|
|
44
|
+
if (t)
|
|
45
|
+
return this.polyline = t, t;
|
|
44
46
|
}
|
|
45
|
-
findAnotherPoint(
|
|
46
|
-
return this.points.find(({ id:
|
|
47
|
+
findAnotherPoint(t) {
|
|
48
|
+
return this.points.find(({ id: i }) => i !== t.id);
|
|
47
49
|
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
+
setText(t) {
|
|
51
|
+
this.text = t, this.hook.emit("textChanged", t);
|
|
50
52
|
}
|
|
51
|
-
|
|
52
|
-
return { id: this.id, points: this.points.map((
|
|
53
|
+
toJson() {
|
|
54
|
+
return { id: this.id, points: this.points.map((t) => t.toJson()), text: this.text };
|
|
53
55
|
}
|
|
54
56
|
clone() {
|
|
55
|
-
|
|
57
|
+
const t = new l(this.points[0].clone(), this.points[1].clone(), this.model);
|
|
58
|
+
return t.text = this.text, t;
|
|
56
59
|
}
|
|
57
60
|
}
|
|
58
61
|
export {
|
|
59
|
-
|
|
62
|
+
l as default
|
|
60
63
|
};
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import type Line from './line';
|
|
2
|
-
import type {
|
|
2
|
+
import type { PointJson } from '../typings/data';
|
|
3
3
|
import { Vector3 } from 'three';
|
|
4
|
-
declare type IPointData = PluginData['points'][0];
|
|
5
4
|
export default class Point {
|
|
6
5
|
id: string;
|
|
7
6
|
lines: Line[];
|
|
8
7
|
position: Vector3;
|
|
9
8
|
readonly type = "point";
|
|
10
9
|
constructor(position: Vector3 | number[]);
|
|
11
|
-
toJson():
|
|
10
|
+
toJson(): PointJson;
|
|
12
11
|
addLine(line: Line): void;
|
|
13
12
|
removeLine(line: Line): void;
|
|
14
13
|
clone(): Point;
|
|
15
14
|
}
|
|
16
|
-
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
var
|
|
2
|
-
var p = (t, i, o) => i in t ?
|
|
1
|
+
var e = Object.defineProperty;
|
|
2
|
+
var p = (t, i, o) => i in t ? e(t, i, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[i] = o;
|
|
3
3
|
var s = (t, i, o) => (p(t, typeof i != "symbol" ? i + "" : i, o), o);
|
|
4
4
|
import { Vector3 as n } from "three";
|
|
5
5
|
import { uuid as h } from "../../shared-utils/uuid.js";
|
|
6
6
|
import { removeArrayItem as m } from "../../shared-utils/removeArrayItem.js";
|
|
7
|
-
class
|
|
7
|
+
class r {
|
|
8
8
|
constructor(i) {
|
|
9
9
|
s(this, "id");
|
|
10
10
|
s(this, "lines");
|
|
@@ -13,7 +13,7 @@ class e {
|
|
|
13
13
|
this.id = h(), this.lines = [], this.position = new n(), i instanceof n ? this.position.copy(i) : this.position.fromArray(i);
|
|
14
14
|
}
|
|
15
15
|
toJson() {
|
|
16
|
-
return { id: this.id,
|
|
16
|
+
return { id: this.id, position: this.position.toArray() };
|
|
17
17
|
}
|
|
18
18
|
addLine(i) {
|
|
19
19
|
this.lines.push(i);
|
|
@@ -22,9 +22,9 @@ class e {
|
|
|
22
22
|
m(i, this.lines);
|
|
23
23
|
}
|
|
24
24
|
clone() {
|
|
25
|
-
return new
|
|
25
|
+
return new r(this.position);
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
r as default
|
|
30
30
|
};
|
|
@@ -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,107 @@
|
|
|
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 m = (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) => (m(r, typeof i != "symbol" ? i + "" : i, t), t);
|
|
4
|
+
import P from "./line.js";
|
|
5
|
+
import E from "./point.js";
|
|
6
|
+
import { uuid as B } from "../../shared-utils/uuid.js";
|
|
7
|
+
import { Subscribe as g } from "@realsee/five";
|
|
8
|
+
import "three";
|
|
9
|
+
import "../utils/line.js";
|
|
10
|
+
import "@realsee/five/line";
|
|
11
|
+
import "../utils/constants.js";
|
|
12
|
+
import "../utils/distanceDom.js";
|
|
13
|
+
import "../utils/isNDCPointInScreen.js";
|
|
14
|
+
import "../../shared-utils/removeArrayItem.js";
|
|
15
|
+
class J {
|
|
16
|
+
constructor(i) {
|
|
17
|
+
s(this, "id", B());
|
|
18
|
+
s(this, "lines", []);
|
|
19
|
+
s(this, "points", []);
|
|
20
|
+
s(this, "visiblePanoIndexes");
|
|
21
|
+
s(this, "model");
|
|
22
|
+
s(this, "type", "polyline");
|
|
23
|
+
s(this, "hook", new g());
|
|
24
|
+
this.model = i.model;
|
|
25
|
+
}
|
|
26
|
+
addLine(i) {
|
|
27
|
+
if (this.includes(i)) {
|
|
28
|
+
console.error(new Error("\u4E0D\u80FD\u91CD\u590D\u6DFB\u52A0\u7EBF\u6BB5"));
|
|
29
|
+
return;
|
|
30
|
+
}
|
|
31
|
+
const t = this.getLastPoint(), h = t && i.findAnotherPoint(t);
|
|
32
|
+
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));
|
|
33
|
+
}
|
|
34
|
+
removeLine(i) {
|
|
35
|
+
if (this.lines.length !== 0) {
|
|
36
|
+
if (!this.isLastLine(i)) {
|
|
37
|
+
console.error(new Error("\u4F20\u5165\u7EBF\u6BB5\u4E0D\u662F\u5F53\u524D\u6298\u7EBF\u7684\u6700\u540E\u4E00\u6BB5"));
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
this.lines.pop(), this.lines.length === 0 ? this.points.slice(0, this.points.length) : this.points.pop(), this.hook.emit("lineRemoved", i);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
isLastLine(i) {
|
|
44
|
+
const t = this.getLastLine();
|
|
45
|
+
return t ? i.id === t.id : !1;
|
|
46
|
+
}
|
|
47
|
+
getLastLine() {
|
|
48
|
+
return this.lines.slice(-1)[0];
|
|
49
|
+
}
|
|
50
|
+
clear() {
|
|
51
|
+
this.lines.slice(0, this.lines.length), this.points.slice(0, this.points.length);
|
|
52
|
+
}
|
|
53
|
+
overlapWith(i) {
|
|
54
|
+
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;
|
|
55
|
+
}
|
|
56
|
+
includes(i) {
|
|
57
|
+
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;
|
|
58
|
+
}
|
|
59
|
+
isEmpty() {
|
|
60
|
+
return this.points.length === 0;
|
|
61
|
+
}
|
|
62
|
+
getLastPoint() {
|
|
63
|
+
return this.points.slice(-1)[0];
|
|
29
64
|
}
|
|
30
65
|
toJson() {
|
|
31
66
|
return {
|
|
32
67
|
id: this.id,
|
|
33
|
-
lines: this.lines.map((
|
|
34
|
-
|
|
68
|
+
lines: this.lines.map((i) => i.toJson()),
|
|
69
|
+
visiblePanoIndexes: this.visiblePanoIndexes
|
|
35
70
|
};
|
|
36
71
|
}
|
|
37
|
-
|
|
38
|
-
return {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
72
|
+
getPointByID(i) {
|
|
73
|
+
return this.points.find(({ id: t }) => t === i);
|
|
74
|
+
}
|
|
75
|
+
fromJson(i) {
|
|
76
|
+
this.clear(), this.id = i.id;
|
|
77
|
+
const { getPoint: t, getAllPoints: h } = f(), d = i.lines.map((e) => {
|
|
78
|
+
const [l, p] = e.points, n = t(l), u = t(p);
|
|
79
|
+
if (!n || !u)
|
|
80
|
+
throw new Error("\u7EBF\u4E0A\u7684\u70B9\u4E0D\u5B58\u5728");
|
|
81
|
+
const o = new P(n, u, this.model);
|
|
82
|
+
return o.id = e.id, o.text = e.text, o;
|
|
83
|
+
}), c = h();
|
|
84
|
+
this.points.push(...c), this.lines.push(...d), this.visiblePanoIndexes = i.visiblePanoIndexes;
|
|
85
|
+
function f() {
|
|
86
|
+
const e = /* @__PURE__ */ new Map();
|
|
87
|
+
function l(n) {
|
|
88
|
+
const u = e.get(n.id);
|
|
89
|
+
if (u)
|
|
90
|
+
return u;
|
|
91
|
+
const o = new E(n.position);
|
|
92
|
+
return o.id = n.id, e.set(n.id, o), o;
|
|
93
|
+
}
|
|
94
|
+
function p() {
|
|
95
|
+
return Array.from(e.values());
|
|
96
|
+
}
|
|
97
|
+
return { getPoint: l, getAllPoints: p };
|
|
98
|
+
}
|
|
99
|
+
return this;
|
|
100
|
+
}
|
|
101
|
+
replace(i) {
|
|
102
|
+
this.id = i.id, this.clear(), this.lines.push(...i.lines), this.points.push(...i.points);
|
|
43
103
|
}
|
|
44
104
|
}
|
|
45
105
|
export {
|
|
46
|
-
|
|
106
|
+
J as Polyline
|
|
47
107
|
};
|
|
@@ -60,7 +60,7 @@ class D {
|
|
|
60
60
|
return this.visible = !1, this.masking.style.pointerEvents = "none", this.container.style.opacity = "0", this.container.style.top = "10px", this.container.style.pointerEvents = "none", this;
|
|
61
61
|
}
|
|
62
62
|
show() {
|
|
63
|
-
return this.visible = !0, this.masking.style.pointerEvents = "auto", this.container.style.opacity = "1", this.container.style.top = "0", this.container.style.pointerEvents = "auto", this;
|
|
63
|
+
return console.trace("\u{1F436} ~ show"), this.visible = !0, this.masking.style.pointerEvents = "auto", this.container.style.opacity = "1", this.container.style.top = "0", this.container.style.pointerEvents = "auto", this;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
export {
|
|
@@ -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 {
|