@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
|
@@ -3,11 +3,7 @@ import Hammer from 'hammerjs';
|
|
|
3
3
|
import * as THREE from 'three';
|
|
4
4
|
import { Subscribe, SubscribeEventMap } from '@realsee/five';
|
|
5
5
|
interface MagnifierEvent extends SubscribeEventMap {
|
|
6
|
-
wantsPanGesture: (
|
|
7
|
-
deltaX: number;
|
|
8
|
-
deltaY: number;
|
|
9
|
-
srcEvent: typeof Hammer['Input'];
|
|
10
|
-
}) => boolean;
|
|
6
|
+
wantsPanGesture: (event: typeof Hammer['Input']) => boolean;
|
|
11
7
|
}
|
|
12
8
|
/** 放大镜配置参数 */
|
|
13
9
|
export interface MagnifierParameter {
|
|
@@ -24,36 +20,53 @@ export interface MagnifierParameter {
|
|
|
24
20
|
top: string;
|
|
25
21
|
};
|
|
26
22
|
}
|
|
23
|
+
export interface MagnifierState {
|
|
24
|
+
enabled: boolean;
|
|
25
|
+
}
|
|
27
26
|
export default class Magnifier {
|
|
28
27
|
width: number;
|
|
29
28
|
height: number;
|
|
30
|
-
|
|
29
|
+
containerDom?: Element;
|
|
31
30
|
hooks: Subscribe<MagnifierEvent>;
|
|
32
|
-
|
|
31
|
+
canvas: HTMLCanvasElement;
|
|
33
32
|
private five;
|
|
34
33
|
private scale;
|
|
35
|
-
private wrapper?;
|
|
36
34
|
private config;
|
|
37
35
|
private offset;
|
|
38
|
-
private canvas;
|
|
39
36
|
private context;
|
|
40
37
|
private renderCenter;
|
|
41
|
-
private lastPanEvent?;
|
|
42
38
|
private hammer?;
|
|
39
|
+
private state;
|
|
40
|
+
private offsetRange?;
|
|
41
|
+
private isPanning;
|
|
43
42
|
constructor(five: Five, options: MagnifierParameter);
|
|
44
43
|
dispose(): void;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
/** 清除放大镜渲染内容 */
|
|
48
|
-
clear(): void;
|
|
44
|
+
enable(): this;
|
|
45
|
+
disable(): this;
|
|
49
46
|
/** 把放大镜放到某一个容器中 */
|
|
50
|
-
appendTo(element: Element):
|
|
47
|
+
appendTo(element: Element): this;
|
|
48
|
+
/** 清除放大镜渲染内容 */
|
|
49
|
+
clear(): this;
|
|
51
50
|
/** 放大传入点位周围的内容 */
|
|
52
51
|
renderWithPoint(point: THREE.Vector3): void;
|
|
52
|
+
/** 放大传入点位周围的内容 */
|
|
53
|
+
renderWithScreenPoint(point: {
|
|
54
|
+
x: number;
|
|
55
|
+
y: number;
|
|
56
|
+
}): void;
|
|
57
|
+
resetOffset(): void;
|
|
58
|
+
getCurrentState(): MagnifierState;
|
|
59
|
+
protected getRenderCenter(): THREE.Vector3 | {
|
|
60
|
+
x: number;
|
|
61
|
+
y: number;
|
|
62
|
+
};
|
|
63
|
+
private _appendTo;
|
|
53
64
|
private autoFixPCPosition;
|
|
54
65
|
private render;
|
|
55
66
|
private initStyle;
|
|
67
|
+
private getPanOffset;
|
|
68
|
+
private onPanstart;
|
|
56
69
|
private onPan;
|
|
57
|
-
private
|
|
70
|
+
private onPanend;
|
|
58
71
|
}
|
|
59
72
|
export {};
|
|
@@ -1,95 +1,139 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import
|
|
5
|
-
import * as
|
|
6
|
-
import { Subscribe as
|
|
7
|
-
function
|
|
8
|
-
const
|
|
9
|
-
|
|
1
|
+
var p = Object.defineProperty;
|
|
2
|
+
var C = (r, t, e) => t in r ? p(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e;
|
|
3
|
+
var n = (r, t, e) => (C(r, typeof t != "symbol" ? t + "" : t, e), e);
|
|
4
|
+
import b from "hammerjs";
|
|
5
|
+
import * as l from "three";
|
|
6
|
+
import { Subscribe as w } from "@realsee/five";
|
|
7
|
+
function d(r, t, e) {
|
|
8
|
+
const s = r[t], i = r[e];
|
|
9
|
+
s === void 0 || i === void 0 || (r[t] = i, r[e] = s);
|
|
10
10
|
}
|
|
11
|
-
function
|
|
12
|
-
const
|
|
13
|
-
for (let i = 1; i <=
|
|
11
|
+
function R(r, t, e) {
|
|
12
|
+
const s = e / 2;
|
|
13
|
+
for (let i = 1; i <= s; i++) {
|
|
14
14
|
const h = e - (i - 1);
|
|
15
|
-
for (let
|
|
16
|
-
const
|
|
17
|
-
|
|
15
|
+
for (let a = 1; a <= t; a++) {
|
|
16
|
+
const o = (i - 1) * t + a - 1, f = (h - 1) * t + a - 1;
|
|
17
|
+
d(r, o * 4 + 0, f * 4 + 0), d(r, o * 4 + 1, f * 4 + 1), d(r, o * 4 + 2, f * 4 + 2), d(r, o * 4 + 3, f * 4 + 3);
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
class
|
|
21
|
+
class S {
|
|
22
22
|
constructor(t, e) {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
if (this.lastPanEvent = t, this.hooks.emit("wantsPanGesture", { srcEvent: t, deltaX: i, deltaY: h }))
|
|
23
|
+
n(this, "width");
|
|
24
|
+
n(this, "height");
|
|
25
|
+
n(this, "containerDom");
|
|
26
|
+
n(this, "hooks", new w());
|
|
27
|
+
n(this, "canvas", document.createElement("canvas"));
|
|
28
|
+
n(this, "five");
|
|
29
|
+
n(this, "scale");
|
|
30
|
+
n(this, "config");
|
|
31
|
+
n(this, "offset", { x: 0, y: 0 });
|
|
32
|
+
n(this, "context");
|
|
33
|
+
n(this, "renderCenter", new l.Vector3());
|
|
34
|
+
n(this, "hammer");
|
|
35
|
+
n(this, "state", { enabled: !1 });
|
|
36
|
+
n(this, "offsetRange");
|
|
37
|
+
n(this, "isPanning", !1);
|
|
38
|
+
n(this, "onPanstart", () => {
|
|
39
|
+
this.isPanning = !0, this.canvas.style.boxShadow = "0 2px 30px 0 rgba(0,0,0,0.20)";
|
|
40
|
+
});
|
|
41
|
+
n(this, "onPan", (t) => {
|
|
42
|
+
if (!this.isPanning || !this.offsetRange || this.hooks.emit("wantsPanGesture", t))
|
|
44
43
|
return;
|
|
45
|
-
const
|
|
46
|
-
this.
|
|
44
|
+
const { translateX: s, translateY: i } = this.getPanOffset(t, this.offsetRange);
|
|
45
|
+
this.canvas.style.transform = `translate3d(${s}px, ${i}px, 100px)`;
|
|
47
46
|
});
|
|
48
|
-
|
|
49
|
-
this.
|
|
47
|
+
n(this, "onPanend", (t) => {
|
|
48
|
+
if (this.isPanning = !1, this.canvas.style.boxShadow = "none", !this.offsetRange)
|
|
49
|
+
return;
|
|
50
|
+
const { translateX: e, translateY: s } = this.getPanOffset(t, this.offsetRange);
|
|
51
|
+
this.canvas.style.transform = `translate3d(${e}px, ${s}px, 100px)`, this.offset = { x: e, y: s };
|
|
50
52
|
});
|
|
51
|
-
var i, h,
|
|
53
|
+
var i, h, a;
|
|
52
54
|
if (!t.renderer)
|
|
53
55
|
throw new Error("Five Render \u672A\u521D\u59CB\u5316");
|
|
54
|
-
this.five = t, this.scale = (i = e == null ? void 0 : e.scale) != null ? i : 2, this.width = (h = e == null ? void 0 : e.width) != null ? h : 190, this.height = (
|
|
56
|
+
this.five = t, this.scale = (i = e == null ? void 0 : e.scale) != null ? i : 2, this.width = (h = e == null ? void 0 : e.width) != null ? h : 190, this.height = (a = e == null ? void 0 : e.height) != null ? a : 190, this.config = {
|
|
55
57
|
dragEnabled: (e == null ? void 0 : e.dragEnabled) || !1,
|
|
56
58
|
autoFixPCPosition: (e == null ? void 0 : e.autoFixPCPosition) || !1,
|
|
57
59
|
initialPosition: (e == null ? void 0 : e.initialPosition) || { left: "0", top: "0" }
|
|
58
60
|
};
|
|
59
|
-
const
|
|
60
|
-
if (!
|
|
61
|
+
const s = this.canvas.getContext("2d");
|
|
62
|
+
if (!s)
|
|
61
63
|
throw new Error("CANNOT CREATE CONTEXT2D");
|
|
62
|
-
this.context =
|
|
64
|
+
this.context = s, this.config.dragEnabled && (this.hammer = new b(this.canvas), this.hammer.on("pan", this.onPan), this.hammer.on("panstart", this.onPanstart), this.hammer.on("panend", this.onPanend)), this.initStyle();
|
|
63
65
|
}
|
|
64
66
|
dispose() {
|
|
65
67
|
var t;
|
|
66
|
-
this.clear(), this.
|
|
68
|
+
this.clear(), this.disable(), (t = this.hammer) == null || t.destroy();
|
|
67
69
|
}
|
|
68
|
-
|
|
69
|
-
this.
|
|
70
|
+
enable() {
|
|
71
|
+
if (!this.state.enabled)
|
|
72
|
+
return this.state.enabled = !0, this.containerDom && this._appendTo(this.containerDom), this;
|
|
70
73
|
}
|
|
71
|
-
|
|
72
|
-
|
|
74
|
+
disable() {
|
|
75
|
+
if (!!this.state.enabled)
|
|
76
|
+
return this.state.enabled = !1, this.canvas.remove(), this;
|
|
73
77
|
}
|
|
74
78
|
appendTo(t) {
|
|
75
|
-
this.
|
|
79
|
+
return this.containerDom = t, this.state.enabled && this._appendTo(t), this;
|
|
80
|
+
}
|
|
81
|
+
clear() {
|
|
82
|
+
return this.context.clearRect(0, 0, this.canvas.width, this.canvas.height), this;
|
|
76
83
|
}
|
|
77
84
|
renderWithPoint(t) {
|
|
78
|
-
!this.
|
|
85
|
+
!this.containerDom || !this.state.enabled || (this.renderCenter = t, this.render(), this.config.autoFixPCPosition && this.autoFixPCPosition());
|
|
86
|
+
}
|
|
87
|
+
renderWithScreenPoint(t) {
|
|
88
|
+
!this.containerDom || !this.state.enabled || (this.renderCenter = t, this.render(), this.config.autoFixPCPosition && this.autoFixPCPosition());
|
|
89
|
+
}
|
|
90
|
+
resetOffset() {
|
|
91
|
+
this.offset = { x: 0, y: 0 }, this.canvas.style.transform = `translate3d(${0}px, ${0}px, 100px)`;
|
|
92
|
+
}
|
|
93
|
+
getCurrentState() {
|
|
94
|
+
return { enabled: this.state.enabled };
|
|
95
|
+
}
|
|
96
|
+
getRenderCenter() {
|
|
97
|
+
return this.renderCenter;
|
|
98
|
+
}
|
|
99
|
+
_appendTo(t) {
|
|
100
|
+
if (this.resetOffset(), t.appendChild(this.canvas), !this.offsetRange) {
|
|
101
|
+
const e = this.canvas.getBoundingClientRect(), s = t.getBoundingClientRect(), i = s.right - e.right, h = s.bottom - e.bottom, a = s.left - e.left, o = s.top - e.top;
|
|
102
|
+
this.offsetRange = {
|
|
103
|
+
min: { x: a, y: o },
|
|
104
|
+
max: { x: i, y: h }
|
|
105
|
+
};
|
|
106
|
+
}
|
|
79
107
|
}
|
|
80
108
|
autoFixPCPosition() {
|
|
81
|
-
if (!this.
|
|
109
|
+
if (!this.containerDom)
|
|
82
110
|
return;
|
|
83
|
-
const { width: t, height: e } = this,
|
|
84
|
-
|
|
111
|
+
const { width: t, height: e } = this, [s, i, h] = (() => {
|
|
112
|
+
if (this.renderCenter instanceof l.Vector3) {
|
|
113
|
+
const a = this.renderCenter.clone().project(this.five.camera);
|
|
114
|
+
return [
|
|
115
|
+
(a.x + 1) / 2 * this.containerDom.clientWidth,
|
|
116
|
+
-(a.x - 1) / 2 * this.containerDom.clientWidth,
|
|
117
|
+
-(a.y - 1) / 2 * this.containerDom.clientHeight
|
|
118
|
+
];
|
|
119
|
+
} else
|
|
120
|
+
return [this.renderCenter.x, this.containerDom.clientWidth - this.renderCenter.x, this.renderCenter.y];
|
|
121
|
+
})();
|
|
122
|
+
s < 183 ? (this.canvas.style.top = -e / 2 + "px", this.canvas.style.left = 90 + "px") : h < 183 ? (this.canvas.style.top = 90 + "px", this.canvas.style.left = -t / 2 + "px") : i < 183 ? (this.canvas.style.top = -e / 2 + "px", this.canvas.style.left = -t - 90 + "px") : (this.canvas.style.left = -t / 2 + "px", this.canvas.style.top = -e - 90 + "px"), this.canvas.style.transform = `translate3d(${s}px, ${h}px, 10px)`, this.offset = { x: s, y: h };
|
|
85
123
|
}
|
|
86
124
|
render() {
|
|
87
|
-
if (!this.five.renderer || !this.
|
|
125
|
+
if (!this.five.renderer || !this.containerDom)
|
|
88
126
|
return;
|
|
89
|
-
const { scale: t, context: e, width:
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
127
|
+
const { scale: t, context: e, width: s, height: i } = this, h = this.five.renderer.getSize(new l.Vector2()), [a, o] = (() => {
|
|
128
|
+
if (this.renderCenter instanceof l.Vector3) {
|
|
129
|
+
const y = this.renderCenter.clone().project(this.five.camera);
|
|
130
|
+
return [(y.x + 1) / 2 * h.x, (y.y + 1) / 2 * h.y];
|
|
131
|
+
} else
|
|
132
|
+
return [this.renderCenter.x, h.y - this.renderCenter.y];
|
|
133
|
+
})(), f = 1, c = s / t, x = i / t, P = f * t, g = this.five.getPixels(a - c / 2, o - c / 2, c, x, P), m = Math.floor(s * f), u = Math.floor(i * f);
|
|
134
|
+
R(g, m, u);
|
|
135
|
+
const v = new ImageData(m, u);
|
|
136
|
+
v.data.set(g), e.putImageData(v, 0, 0);
|
|
93
137
|
}
|
|
94
138
|
initStyle() {
|
|
95
139
|
const t = this.canvas;
|
|
@@ -97,7 +141,14 @@ class H {
|
|
|
97
141
|
const e = 1;
|
|
98
142
|
t.setAttribute("width", (this.width * e).toString()), t.setAttribute("height", (this.height * e).toString()), t.style.border = "2px solid rgba(255,255,255,0.20)", t.style.width = this.width + "px", t.style.height = this.height + "px", t.style.top = this.config.initialPosition.top, t.style.left = this.config.initialPosition.left, t.style.transform = "translate(0,0,100px)", this.config.dragEnabled && (this.canvas.style.cursor = "pointer");
|
|
99
143
|
}
|
|
144
|
+
getPanOffset(t, e) {
|
|
145
|
+
const {
|
|
146
|
+
min: { x: s, y: i },
|
|
147
|
+
max: { x: h, y: a }
|
|
148
|
+
} = e, o = this.offset.x + t.deltaX, f = this.offset.y + t.deltaY, c = Math.min(Math.max(o, s), h), x = Math.min(Math.max(f, i), a);
|
|
149
|
+
return { translateX: c, translateY: x };
|
|
150
|
+
}
|
|
100
151
|
}
|
|
101
152
|
export {
|
|
102
|
-
|
|
153
|
+
S as default
|
|
103
154
|
};
|
|
@@ -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 default
|
|
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,12 +1,13 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var i = (s, t, e) => (
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { controllerBackgroundStyle as
|
|
7
|
-
import { MainBtnController as
|
|
8
|
-
import { MobileMainBtnController as
|
|
9
|
-
import
|
|
1
|
+
var c = Object.defineProperty;
|
|
2
|
+
var h = (s, t, e) => t in s ? c(s, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : s[t] = e;
|
|
3
|
+
var i = (s, t, e) => (h(s, typeof t != "symbol" ? t + "" : t, e), e);
|
|
4
|
+
import m from "./HTML.js";
|
|
5
|
+
import 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
|
+
import { MobileMainBtnController as b } from "./mobileMainBtnController.js";
|
|
9
|
+
import E from "./Revoke/index.js";
|
|
10
|
+
import "three";
|
|
10
11
|
class O {
|
|
11
12
|
constructor(t, e) {
|
|
12
13
|
i(this, "revoke");
|
|
@@ -20,7 +21,7 @@ class O {
|
|
|
20
21
|
const t = this.container.querySelector(".fpm__exit-icon"), e = this.container.querySelector(".fpm__exit");
|
|
21
22
|
if (!e || !t)
|
|
22
23
|
throw new Error("cannot find dom");
|
|
23
|
-
this.mode === "pc" && (Object.assign(e.style,
|
|
24
|
+
this.mode === "pc" && (Object.assign(e.style, v), Object.assign(t == null ? void 0 : t.style, C));
|
|
24
25
|
const o = () => {
|
|
25
26
|
e.style.opacity = "1";
|
|
26
27
|
}, r = () => {
|
|
@@ -32,16 +33,16 @@ class O {
|
|
|
32
33
|
e.removeEventListener("click", n), e.removeEventListener("mouseenter", o), e.removeEventListener("mouseleave", r);
|
|
33
34
|
};
|
|
34
35
|
});
|
|
35
|
-
var
|
|
36
|
-
this._params = e, this.measureController = t, this.mode = (
|
|
36
|
+
var a;
|
|
37
|
+
this._params = e, this.measureController = t, this.mode = (a = e.mode) != null ? a : "pc", this.container = document.createElement("div"), this.container.innerHTML = this.mode === "mobile" ? p : m, this.container.classList.add("fpm__ui-controller", this.mode), this.container.style.background = "rgba(0, 0, 0, 0.15)", e.container.appendChild(this.container);
|
|
37
38
|
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,
|
|
39
|
+
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((l) => Object.assign(l.style, f));
|
|
39
40
|
}
|
|
40
41
|
dispose() {
|
|
41
42
|
this.hide(), this.container.remove();
|
|
42
43
|
}
|
|
43
44
|
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
|
|
45
|
+
return this.container.style.display = "block", this.container.style.opacity = "1", this.container.style.transform = "translate(0, 0)", this.mode === "pc" ? (this.revoke = new E(this.measureController, this.container), this.mainController = new _(this.measureController, this.container, this._params)) : this.mainController = new b(this.measureController, this.container, this._params), this.disposers.push(this.handleExit()), this;
|
|
45
46
|
}
|
|
46
47
|
hide() {
|
|
47
48
|
var t, e;
|
|
@@ -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 p {
|
|
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(), this.mainElement.mainIcon.setAttribute("style", "-webkit-tap-highlight-color: rgba(0,0,0,0);"), 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
|
+
p as MobileMainBtnController
|
|
53
54
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "//vrlab-static.ljcdn.com/release/web/measure/add-hover.944fffad.png", t = "//vrlab-static.ljcdn.com/release/web/measure/add-normal.39e967e9.png", a = "//vrlab-static.ljcdn.com/release/web/measure/canale-hover.74b37e24.png",
|
|
1
|
+
const e = "//vrlab-static.ljcdn.com/release/web/measure/add-hover.944fffad.png", t = "//vrlab-static.ljcdn.com/release/web/measure/add-normal.39e967e9.png", a = "//vrlab-static.ljcdn.com/release/web/measure/canale-hover.74b37e24.png", n = "//vrlab-static.ljcdn.com/release/web/measure/cancle-normal.77bb326c.png", o = "//vrlab-static.ljcdn.com/release/web/measure/done-hover.9e09438b.png", r = "//vrlab-static.ljcdn.com/release/web/measure/done-normal.4fcddd73.png", s = "//vrlab-static.ljcdn.com/release/web/measure/exit.6693ad51.png", c = "//vrlab-static.ljcdn.com/release/web/measure/revoke.3e424843.png", l = {
|
|
2
2
|
display: "none",
|
|
3
3
|
position: "absolute",
|
|
4
4
|
top: "0",
|
|
@@ -47,16 +47,16 @@ const e = "//vrlab-static.ljcdn.com/release/web/measure/add-hover.944fffad.png",
|
|
|
47
47
|
backgroundSize: "100%",
|
|
48
48
|
cursor: "pointer"
|
|
49
49
|
}, u = {
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
userSelect: "none",
|
|
51
|
+
pointerEvents: "none"
|
|
52
52
|
};
|
|
53
53
|
export {
|
|
54
54
|
e as addHoverImage,
|
|
55
55
|
t as addNormalImage,
|
|
56
56
|
a as cancelHoverImage,
|
|
57
|
-
|
|
57
|
+
n as cancelNormalImage,
|
|
58
58
|
m as controllerBackgroundStyle,
|
|
59
|
-
|
|
59
|
+
o as doneHoverImage,
|
|
60
60
|
r as doneNormalImage,
|
|
61
61
|
b as exitIconStyle,
|
|
62
62
|
s as exitImage,
|
|
@@ -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 };
|