@realsee/dnalogel 2.3.9-alpha.7 → 2.4.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/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
- 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/PanoTagPlugin/Assets/Icon.d.ts +2 -3
- package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +2 -1
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +22 -19
- package/dist/PanoTagPlugin/controller/index.d.ts +14 -25
- package/dist/PanoTagPlugin/index.d.ts +1 -1
- package/dist/PanoTagPlugin/typings/controller.d.ts +17 -23
- package/dist/PanoTagPlugin/typings/index.d.ts +1 -5
- package/dist/PanoTagPlugin/typings/tag.d.ts +247 -0
- package/dist/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +0 -1
- package/dist/index.cjs.js +112 -110
- package/dist/index.js +7139 -8277
- package/dist/index.umd.js +108 -106
- 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 +176 -223
- 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 +35 -75
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +15 -19
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/LinkType.html +67 -0
- package/docs/enums/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +15 -19
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +21 -42
- package/docs/functions/CameraMovementPlugin.html +21 -42
- package/docs/functions/CruisePlugin.html +21 -42
- package/docs/functions/GuideLinePlugin.html +22 -43
- package/docs/functions/ItemLabelPlugin.html +21 -42
- package/docs/functions/MapviewFloorplanPlugin.html +21 -42
- package/docs/functions/ModelChassisCompassPlugin.html +21 -42
- package/docs/functions/ModelEntryDoorGuidePlugin.html +21 -42
- package/docs/functions/ModelFloorplanPlugin.html +21 -42
- package/docs/functions/ModelItemLabelPlugin.html +21 -42
- package/docs/functions/ModelRoomLabelPlugin.html +21 -42
- package/docs/functions/ModelTVVideoPlugin.html +21 -42
- package/docs/functions/ModelViewPlugin.html +21 -42
- package/docs/functions/Object3DHelperPlugin.html +21 -42
- package/docs/functions/PanoCompassPlugin.html +21 -42
- package/docs/functions/PanoCursorRaycasterPlugin.html +21 -42
- package/docs/functions/PanoDoorLabelPlugin.html +21 -42
- package/docs/functions/PanoFloorplanRadarPlugin.html +21 -42
- package/docs/functions/PanoMeasurePlugin.html +21 -42
- package/docs/functions/PanoRulerPlugin.html +21 -42
- package/docs/functions/PanoRulerProPlugin.html +21 -42
- package/docs/functions/PanoSpatialTagPlugin.html +21 -42
- package/docs/functions/PanoTagPlugin.html +31 -48
- package/docs/functions/TopviewFloorplanPlugin.html +21 -42
- 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 +22 -43
- package/docs/index.html +21 -42
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/ContentTypeMap.html +212 -0
- package/docs/interfaces/FloorplanBounding.html +8 -8
- package/docs/interfaces/FloorplanData.html +10 -10
- package/docs/interfaces/FloorplanEntrance.html +11 -11
- package/docs/interfaces/FloorplanExtraObject.html +10 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
- package/docs/interfaces/FloorplanFloorData.html +9 -9
- package/docs/interfaces/FloorplanImagePosition.html +7 -7
- package/docs/interfaces/FloorplanObserver.html +9 -9
- package/docs/interfaces/FloorplanOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanPosition.html +7 -7
- package/docs/interfaces/FloorplanRoomItem.html +13 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
- package/docs/interfaces/FloorplanServerBounding.html +8 -8
- package/docs/interfaces/FloorplanServerComputedData.html +10 -10
- package/docs/interfaces/FloorplanServerData.html +7 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
- package/docs/interfaces/FloorplanServerEntrance.html +11 -11
- package/docs/interfaces/FloorplanServerFloorData.html +9 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
- package/docs/interfaces/FloorplanServerObserver.html +9 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanServerPosition.html +7 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
- package/docs/interfaces/ModelViewPluginExportType.html +11 -11
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/PaintBrushAction.html +12 -12
- package/docs/interfaces/PaintBrushConfigs.html +12 -12
- package/docs/interfaces/PaintBrushState.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +22 -43
- 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 +22 -43
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +22 -43
- 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 +22 -43
- package/docs/interfaces/Rooms.html +22 -43
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/TagConfig.html +19 -15
- package/docs/interfaces/Tags.html +12 -14
- 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 +37 -79
- package/docs/types/ArrayPosition.html +23 -44
- package/docs/types/CSS3DRenderExportType.html +22 -43
- package/docs/types/CSS3DRenderPluginExportType.html +22 -43
- package/docs/types/CSS3DRenderPluginParameterType.html +22 -43
- package/docs/types/Color.html +22 -43
- package/docs/types/ContentTypeConfigKey.html +23 -44
- package/docs/types/{PanoIndex.html → ContentTypeConfigKeyArray.html} +25 -46
- package/docs/types/Create3DDomContainerReturnType.html +22 -43
- package/docs/types/Create3DElementReturnType.html +22 -43
- package/docs/types/CruisePluginExportType.html +22 -43
- package/docs/types/Direction-1.html +22 -43
- package/docs/types/Direction4.html +22 -43
- package/docs/types/FloorplanRuleLabels.html +22 -43
- package/docs/types/FloorplanServerRuleLabels.html +22 -43
- package/docs/types/GuideLinePluginExportType.html +22 -43
- package/docs/types/HelperEventMap.html +22 -43
- package/docs/types/MapviewFloorplanPluginParameterType.html +22 -43
- package/docs/types/MapviewFloorplanPluginReturnType.html +22 -43
- package/docs/types/MediaData.html +22 -43
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +22 -43
- package/docs/types/ModelFloorplanPluginParameterType.html +22 -43
- package/docs/types/ModelFloorplanPluginReturnType.html +22 -43
- package/docs/types/ModelRoomLabelPluginParameters.html +22 -43
- package/docs/types/ModelRoomLabelPluginReturnType.html +22 -43
- package/docs/types/MoveArgs.html +22 -43
- package/docs/types/MoveOpts.html +22 -43
- package/docs/types/Object3DHelperEventMap.html +22 -43
- package/docs/types/ObjectFit.html +22 -43
- package/docs/types/PaintBrushEventMap.html +22 -43
- package/docs/types/PanoCompassPluginData.html +22 -43
- package/docs/types/PanoCompassPluginExportType.html +22 -43
- package/docs/types/PanoCompassPluginParameterType.html +22 -43
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +22 -43
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +22 -43
- package/docs/types/PanoMeasurePluginEvent.html +22 -43
- package/docs/types/PanoMeasureReturnType.html +22 -43
- package/docs/types/PanoSpatialTagPluginId.html +22 -43
- package/docs/types/PanoTagPluginExportInterface.html +22 -43
- package/docs/types/PanoTagPluginParamsInterface.html +22 -43
- package/docs/types/PlaneTag.html +27 -46
- package/docs/types/PointTag.html +31 -46
- package/docs/types/Position.html +22 -43
- package/docs/types/RotateArgs.html +22 -43
- package/docs/types/RotateOpts.html +22 -43
- package/docs/types/RuleLabelsKey.html +22 -43
- package/docs/types/RuleLabelsValue.html +22 -43
- package/docs/types/Tag.html +30 -47
- package/docs/types/Tag2D.html +28 -48
- package/docs/types/Tag3D.html +28 -48
- package/docs/types/TagId.html +22 -43
- package/docs/types/TopviewFloorplanPluginParameterType.html +22 -43
- package/docs/types/TopviewFloorplanPluginReturnType.html +22 -43
- package/docs/variables/FLOOR_TYPE_MAP.html +22 -43
- package/docs/variables/PLUGIN.html +22 -43
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +22 -43
- package/docs/variables/ROOM_TYPE_MAP.html +22 -43
- package/docs/variables/VERSION.html +22 -43
- package/docs/variables/itemLabelPluginServerParams.html +22 -43
- package/docs/variables/modelItemLabelPluginServerParams.html +22 -43
- package/docs/variables/modelRoomLabelPluginServerParams.html +22 -43
- package/libs/CSS3DRenderPlugin/CSS3DRender.js +1 -1
- package/libs/CSS3DRenderPlugin/Controller.js +2 -2
- package/libs/CSS3DRenderPlugin/utils/createResizeObserver.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.js +4 -4
- package/libs/CSS3DRenderPlugin/utils/index.js +0 -12
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +3 -4
- package/libs/CSS3DRenderPlugin/utils/random.js +1 -6
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.js +2 -3
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +1 -2
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +4 -6
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/three/OpacityMesh.js +6 -6
- package/libs/CSS3DRenderPlugin/utils/waitFiveModelLoaded.js +13 -13
- package/libs/CruisePlugin/Controller.js +2 -2
- package/libs/CruisePlugin/utils/coordinatesAngle.js +2 -3
- package/libs/CruisePlugin/utils/linerValue.js +4 -4
- package/libs/GuideLinePlugin/Controller.js +1 -1
- package/libs/GuideLinePlugin/utils/getLineGeometries.js +1 -1
- package/libs/Object3DHelperPlugin/Controller.js +36 -38
- package/libs/PanoCompassPlugin/Controller.js +3 -8
- package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +5 -5
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +18 -28
- package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +5 -6
- package/libs/PanoMeasurePlugin/Controller/EditController.js +57 -70
- package/libs/PanoMeasurePlugin/Controller/MixedController.d.ts +7 -9
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +43 -54
- package/libs/PanoMeasurePlugin/Controller/ViewController.d.ts +6 -10
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +43 -84
- package/libs/PanoMeasurePlugin/Controller/WatchController.d.ts +3 -3
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +51 -68
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +27 -9
- package/libs/PanoMeasurePlugin/Controller/index.js +118 -130
- package/libs/PanoMeasurePlugin/Model/index.d.ts +17 -17
- package/libs/PanoMeasurePlugin/Model/index.js +47 -77
- package/libs/PanoMeasurePlugin/Model/line.d.ts +6 -4
- package/libs/PanoMeasurePlugin/Model/line.js +29 -29
- package/libs/PanoMeasurePlugin/Model/point.d.ts +2 -4
- package/libs/PanoMeasurePlugin/Model/point.js +7 -7
- package/libs/PanoMeasurePlugin/Model/polyline.d.ts +37 -12
- package/libs/PanoMeasurePlugin/Model/polyline.js +90 -37
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +5 -5
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +3 -3
- 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 +114 -63
- package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +3 -3
- 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 +24 -24
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +2 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +5 -4
- package/libs/PanoMeasurePlugin/Modules/UIController/style.js +18 -26
- package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +3 -4
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +5 -8
- package/libs/PanoMeasurePlugin/index.d.ts +6 -2
- package/libs/PanoMeasurePlugin/index.js +33 -29
- package/libs/PanoMeasurePlugin/typings/data.d.ts +6 -16
- package/libs/PanoMeasurePlugin/typings/event.type.d.ts +18 -14
- package/libs/PanoMeasurePlugin/typings/index.d.ts +4 -2
- package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -1
- package/libs/PanoMeasurePlugin/utils/constants.js +16 -15
- package/libs/PanoMeasurePlugin/utils/distanceDom.d.ts +5 -3
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +65 -41
- package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +6 -7
- package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +3 -3
- package/libs/PanoMeasurePlugin/utils/line.js +0 -1
- package/libs/PanoMeasurePlugin/utils/math.js +1 -2
- package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +2 -2
- package/libs/PanoSpatialTagPlugin/Components/origins.js +2 -3
- package/libs/PanoSpatialTagPlugin/Components/tag.js +2 -3
- package/libs/PanoSpatialTagPlugin/Plugin.js +2 -2
- package/libs/PanoTagPlugin/Assets/Icon.d.ts +2 -3
- package/libs/PanoTagPlugin/Assets/Icon.js +3 -4
- package/libs/PanoTagPlugin/Components/Common/Arrow.js +11 -11
- package/libs/PanoTagPlugin/Components/Common/Audio.js +140 -103
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +30 -30
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +59 -95
- package/libs/PanoTagPlugin/Components/Common/Media.js +249 -275
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +79 -143
- package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +170 -0
- package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +50 -0
- package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +50 -0
- package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +166 -0
- package/libs/PanoTagPlugin/Components/Common/Shadow.js +10 -11
- package/libs/PanoTagPlugin/Components/Common/Text.js +130 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +131 -0
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +22 -22
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +131 -126
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +97 -75
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +143 -166
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +45 -75
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +122 -0
- package/libs/PanoTagPlugin/Components/Tag/index.js +157 -265
- package/libs/PanoTagPlugin/Components/TagContainer.js +109 -165
- package/libs/PanoTagPlugin/Components/TagWrapper.js +152 -0
- package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +2 -1
- package/libs/PanoTagPlugin/controller/TagCacheController.js +2 -3
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +22 -19
- package/libs/PanoTagPlugin/controller/TagComputer.js +151 -186
- package/libs/PanoTagPlugin/controller/index.d.ts +14 -25
- package/libs/PanoTagPlugin/controller/index.js +170 -266
- package/libs/PanoTagPlugin/index.d.ts +1 -1
- package/libs/PanoTagPlugin/index.js +35 -52
- package/libs/PanoTagPlugin/tag.config.js +16 -31
- package/libs/PanoTagPlugin/typings/controller.d.ts +17 -23
- package/libs/PanoTagPlugin/typings/index.d.ts +1 -5
- package/libs/PanoTagPlugin/typings/index.js +1 -7
- package/libs/PanoTagPlugin/typings/tag.d.ts +247 -0
- package/libs/PanoTagPlugin/typings/tag.js +7 -0
- package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +0 -1
- package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +1 -7
- package/libs/PanoTagPlugin/utils/constants.js +1 -2
- package/libs/PanoTagPlugin/utils/doUtil.js +6 -6
- package/libs/PanoTagPlugin/utils/index.js +0 -36
- package/libs/PanoTagPlugin/utils/search.js +9 -27
- package/libs/PanoTagPlugin/utils/tagPosition.js +2 -2
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +6 -10
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +20 -20
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +74 -83
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -1
- package/libs/index.js +120 -129
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +39 -29
- package/libs/vendor/svelte/internal/index.js +338 -382
- package/package.json +3 -3
- package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +0 -53
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +0 -88
- package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +0 -155
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +0 -53
- package/dist/PanoTagPlugin/utils/audio/SharedAudio.d.ts +0 -16
- package/dist/PanoTagPlugin/utils/color.d.ts +0 -7
- package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +0 -16
- package/dist/PanoTagPlugin/utils/px2rem.d.ts +0 -1
- package/dist/PanoTagPlugin/utils/tag/format.d.ts +0 -2
- package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +0 -7
- package/dist/PanoTagPlugin/utils/timeToString.d.ts +0 -1
- package/dist/shared-utils/audio.d.ts +0 -31
- package/docs/interfaces/AddTagConfig.html +0 -64
- package/docs/interfaces/EventMap.html +0 -298
- package/docs/interfaces/MinMax.html +0 -71
- package/docs/interfaces/State.html +0 -89
- package/docs/interfaces/TagCache.html +0 -92
- package/docs/interfaces/TagIconUrl.html +0 -91
- package/docs/interfaces/TemporaryState.html +0 -64
- package/docs/types/AudioAppearance.html +0 -251
- package/docs/types/AudioTagTypeConfigKey.html +0 -251
- package/docs/types/ContentTypeConfigKeySplit.html +0 -251
- package/docs/types/ContentTypeMap.html +0 -251
- package/docs/types/LoadTagConfig.html +0 -251
- package/docs/types/MediaStore.html +0 -251
- package/docs/types/PlaneTagElement.html +0 -256
- package/docs/types/Point2DElement.html +0 -256
- package/docs/types/Point2DTag.html +0 -258
- package/docs/types/Point3DElement.html +0 -256
- package/docs/types/Point3DTag.html +0 -258
- package/docs/types/PointTagElement.html +0 -256
- package/docs/types/StickType.html +0 -251
- package/docs/types/TagContentType.html +0 -251
- package/docs/types/TagDimensionType.html +0 -251
- package/docs/types/TagElement.html +0 -258
- package/docs/types/TagEvents.html +0 -286
- package/docs/types/TagHooks.html +0 -251
- package/docs/types/TagIconSize.html +0 -254
- package/docs/types/TagPointType.html +0 -254
- package/docs/types/WorkCode.html +0 -251
- package/libs/GuideLinePlugin/utils/getPoint.d.ts +0 -3
- package/libs/GuideLinePlugin/utils/getPoint.js +0 -18
- package/libs/PanoMeasurePlugin/typings/data.js +0 -1
- package/libs/PanoMeasurePlugin/typings/event.type.js +0 -1
- package/libs/PanoMeasurePlugin/typings/index.js +0 -1
- package/libs/PanoMeasurePlugin/typings/utils.type.d.ts +0 -1
- package/libs/PanoMeasurePlugin/typings/utils.type.js +0 -1
- package/libs/PanoMeasurePlugin/utils/clearGroup.d.ts +0 -2
- package/libs/PanoMeasurePlugin/utils/clearGroup.js +0 -6
- package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +0 -198
- package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +0 -108
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +0 -81
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +0 -145
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +0 -195
- package/libs/PanoTagPlugin/Components/Common/Text/MText.js +0 -166
- package/libs/PanoTagPlugin/Components/Common/TextItem.js +0 -106
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +0 -195
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +0 -223
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +0 -125
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +0 -102
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +0 -134
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +0 -115
- package/libs/PanoTagPlugin/Components/TagItem.js +0 -254
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +0 -4
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +0 -6
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +0 -93
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +0 -5622
- package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +0 -1325
- package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +0 -173
- package/libs/PanoTagPlugin/mocks/v1/mock1.js +0 -122
- package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +0 -233
- package/libs/PanoTagPlugin/mocks/v1/mock2.js +0 -296
- package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +0 -22
- package/libs/PanoTagPlugin/mocks/v1/mock3.js +0 -32
- package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +0 -56
- package/libs/PanoTagPlugin/mocks/v1/mock4.js +0 -60
- package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +0 -13
- package/libs/PanoTagPlugin/mocks/v1/mock5.js +0 -17
- package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +0 -16
- package/libs/PanoTagPlugin/mocks/v1/mock6.js +0 -27
- package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +0 -22
- package/libs/PanoTagPlugin/mocks/v1/mock7.js +0 -228
- package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +0 -53
- package/libs/PanoTagPlugin/typings/tag/Tag.js +0 -4
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +0 -88
- package/libs/PanoTagPlugin/typings/tag/TagConfig.js +0 -1
- package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +0 -155
- package/libs/PanoTagPlugin/typings/tag/TagData.js +0 -4
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +0 -53
- package/libs/PanoTagPlugin/typings/tag/Utils.js +0 -5
- package/libs/PanoTagPlugin/utils/audio/SharedAudio.d.ts +0 -16
- package/libs/PanoTagPlugin/utils/audio/SharedAudio.js +0 -107
- package/libs/PanoTagPlugin/utils/color.d.ts +0 -7
- package/libs/PanoTagPlugin/utils/color.js +0 -17
- package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +0 -16
- package/libs/PanoTagPlugin/utils/getImageInfo.js +0 -51
- package/libs/PanoTagPlugin/utils/px2rem.d.ts +0 -1
- package/libs/PanoTagPlugin/utils/px2rem.js +0 -6
- package/libs/PanoTagPlugin/utils/tag/format.d.ts +0 -2
- package/libs/PanoTagPlugin/utils/tag/format.js +0 -18
- package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +0 -7
- package/libs/PanoTagPlugin/utils/tag/tagCheck.js +0 -26
- package/libs/PanoTagPlugin/utils/timeToString.d.ts +0 -1
- package/libs/PanoTagPlugin/utils/timeToString.js +0 -7
- package/libs/shared-utils/audio.d.ts +0 -31
- package/libs/shared-utils/audio.js +0 -81
|
@@ -1,254 +0,0 @@
|
|
|
1
|
-
import { SvelteComponent as K, init as M, safe_not_equal as N, append_styles as O, element as P, space as Q, attr as d, set_style as h, toggle_class as y, insert as z, append as j, transition_out as k, check_outros as B, transition_in as v, detach as C, getContext as U, group_outros as E, noop as S, create_component as G, mount_component as H, destroy_component as J } from "../../vendor/svelte/internal/index.js";
|
|
2
|
-
import W from "./Tag/index.js";
|
|
3
|
-
import "three";
|
|
4
|
-
import { noTypecheck as F } from "../utils/noTypecheck.js";
|
|
5
|
-
import X from "./Common/TagPoint.js";
|
|
6
|
-
import "./Tag/TextTag/index.js";
|
|
7
|
-
import "./Tag/TextTag/TextTag.js";
|
|
8
|
-
import "./Common/Line/Straight.js";
|
|
9
|
-
import "../../vendor/svelte/transition/index.js";
|
|
10
|
-
import "../../vendor/svelte/easing/index.js";
|
|
11
|
-
import "../../shared-utils/uuid.js";
|
|
12
|
-
import "./Common/Shadow.js";
|
|
13
|
-
import "./Common/Text/FlyMText.js";
|
|
14
|
-
import "./Common/Text/FlyText.js";
|
|
15
|
-
import "animejs";
|
|
16
|
-
import "../../shared-utils/isNil.js";
|
|
17
|
-
import "../utils/search.js";
|
|
18
|
-
import "../utils/constants.js";
|
|
19
|
-
import "./Common/Arrow.js";
|
|
20
|
-
import "../Assets/Icon.js";
|
|
21
|
-
import "../utils/doUtil.js";
|
|
22
|
-
import "./Tag/TextTag/TextPlaneTag.js";
|
|
23
|
-
import "./Common/Text/MText.js";
|
|
24
|
-
import "../utils/px2rem.js";
|
|
25
|
-
import "./Tag/ImageTextTag.js";
|
|
26
|
-
import "./Common/Line/Polyline.js";
|
|
27
|
-
import "./Common/Media.js";
|
|
28
|
-
import "../../vendor/swiper/svelte/swiper.js";
|
|
29
|
-
import "swiper";
|
|
30
|
-
import "../../vendor/swiper/components-shared/get-params.js";
|
|
31
|
-
import "../../vendor/swiper/components-shared/utils.js";
|
|
32
|
-
import "../../vendor/swiper/components-shared/params-list.js";
|
|
33
|
-
import "../../vendor/swiper/components-shared/mount-swiper.js";
|
|
34
|
-
import "../../vendor/swiper/components-shared/get-changed-params.js";
|
|
35
|
-
import "../../vendor/swiper/components-shared/update-swiper.js";
|
|
36
|
-
import "../../vendor/swiper/svelte/swiper-slide.js";
|
|
37
|
-
import "swiper/css";
|
|
38
|
-
import "swiper/css/autoplay";
|
|
39
|
-
import "./Common/MediaItem.js";
|
|
40
|
-
import "./Tag/MarketingTag.js";
|
|
41
|
-
import "hammerjs";
|
|
42
|
-
import "@realsee/five";
|
|
43
|
-
import "@tweenjs/tween.js";
|
|
44
|
-
import "../../CSS3DRenderPlugin/CSS3DRender.js";
|
|
45
|
-
import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
46
|
-
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
47
|
-
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
48
|
-
import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
49
|
-
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
50
|
-
import "../../shared-utils/Subscribe.js";
|
|
51
|
-
import "../../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
52
|
-
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
53
|
-
import "../../CSS3DRenderPlugin/utils/centerPoint.js";
|
|
54
|
-
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
55
|
-
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
56
|
-
import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
57
|
-
import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
58
|
-
import "../../shared-utils/animationFrame/BetterTween.js";
|
|
59
|
-
import "../../shared-utils/animationFrame/index.js";
|
|
60
|
-
import "./Tag/AudioTag/index.js";
|
|
61
|
-
import "./Tag/AudioTag/AudioTag.js";
|
|
62
|
-
import "./Common/Audio.js";
|
|
63
|
-
import "../../shared-utils/audio.js";
|
|
64
|
-
import "../utils/audio/SharedAudio.js";
|
|
65
|
-
import "./Common/Icon/audioIcon.js";
|
|
66
|
-
import "./Tag/AudioTag/AudioPlaneTag.js";
|
|
67
|
-
import "../utils/timeToString.js";
|
|
68
|
-
import "../utils/color.js";
|
|
69
|
-
import "./Tag/MediaPlane.js";
|
|
70
|
-
import "./Tag/LinkTag.js";
|
|
71
|
-
import "./Common/Icon/Icon.js";
|
|
72
|
-
import "../utils/getImageInfo.js";
|
|
73
|
-
import "./Tag/CustomTag.js";
|
|
74
|
-
function Y(o) {
|
|
75
|
-
O(o, "svelte-bdubcv", ".tag.hide.svelte-bdubcv{opacity:0;pointer-events:none}.tag.disable.svelte-bdubcv{display:none}.tag.withAnimation.svelte-bdubcv{transition:opacity 0.3s linear}.wrapper.svelte-bdubcv{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto}");
|
|
76
|
-
}
|
|
77
|
-
function Z(o) {
|
|
78
|
-
let e;
|
|
79
|
-
return {
|
|
80
|
-
c() {
|
|
81
|
-
e = P("div"), d(e, "data-info", "tag content is disable");
|
|
82
|
-
},
|
|
83
|
-
m(t, i) {
|
|
84
|
-
z(t, e, i);
|
|
85
|
-
},
|
|
86
|
-
p: S,
|
|
87
|
-
i: S,
|
|
88
|
-
o: S,
|
|
89
|
-
d(t) {
|
|
90
|
-
t && C(e);
|
|
91
|
-
}
|
|
92
|
-
};
|
|
93
|
-
}
|
|
94
|
-
function x(o) {
|
|
95
|
-
let e, t;
|
|
96
|
-
return e = new W({
|
|
97
|
-
props: {
|
|
98
|
-
mediaStore: o[2],
|
|
99
|
-
withAnimation: o[0],
|
|
100
|
-
tag: F(o[1]),
|
|
101
|
-
hooks: o[14],
|
|
102
|
-
state: o[3],
|
|
103
|
-
temporaryState: o[4]
|
|
104
|
-
}
|
|
105
|
-
}), {
|
|
106
|
-
c() {
|
|
107
|
-
G(e.$$.fragment);
|
|
108
|
-
},
|
|
109
|
-
m(i, n) {
|
|
110
|
-
H(e, i, n), t = !0;
|
|
111
|
-
},
|
|
112
|
-
p(i, n) {
|
|
113
|
-
const l = {};
|
|
114
|
-
n & 4 && (l.mediaStore = i[2]), n & 1 && (l.withAnimation = i[0]), n & 2 && (l.tag = F(i[1])), n & 8 && (l.state = i[3]), n & 16 && (l.temporaryState = i[4]), e.$set(l);
|
|
115
|
-
},
|
|
116
|
-
i(i) {
|
|
117
|
-
t || (v(e.$$.fragment, i), t = !0);
|
|
118
|
-
},
|
|
119
|
-
o(i) {
|
|
120
|
-
k(e.$$.fragment, i), t = !1;
|
|
121
|
-
},
|
|
122
|
-
d(i) {
|
|
123
|
-
J(e, i);
|
|
124
|
-
}
|
|
125
|
-
};
|
|
126
|
-
}
|
|
127
|
-
function $(o) {
|
|
128
|
-
let e;
|
|
129
|
-
return {
|
|
130
|
-
c() {
|
|
131
|
-
e = P("div"), d(e, "data-info", "tag point is disable");
|
|
132
|
-
},
|
|
133
|
-
m(t, i) {
|
|
134
|
-
z(t, e, i);
|
|
135
|
-
},
|
|
136
|
-
p: S,
|
|
137
|
-
i: S,
|
|
138
|
-
o: S,
|
|
139
|
-
d(t) {
|
|
140
|
-
t && C(e);
|
|
141
|
-
}
|
|
142
|
-
};
|
|
143
|
-
}
|
|
144
|
-
function tt(o) {
|
|
145
|
-
let e, t;
|
|
146
|
-
return e = new X({ props: { tag: o[1] } }), {
|
|
147
|
-
c() {
|
|
148
|
-
G(e.$$.fragment);
|
|
149
|
-
},
|
|
150
|
-
m(i, n) {
|
|
151
|
-
H(e, i, n), t = !0;
|
|
152
|
-
},
|
|
153
|
-
p(i, n) {
|
|
154
|
-
const l = {};
|
|
155
|
-
n & 2 && (l.tag = i[1]), e.$set(l);
|
|
156
|
-
},
|
|
157
|
-
i(i) {
|
|
158
|
-
t || (v(e.$$.fragment, i), t = !0);
|
|
159
|
-
},
|
|
160
|
-
o(i) {
|
|
161
|
-
k(e.$$.fragment, i), t = !1;
|
|
162
|
-
},
|
|
163
|
-
d(i) {
|
|
164
|
-
J(e, i);
|
|
165
|
-
}
|
|
166
|
-
};
|
|
167
|
-
}
|
|
168
|
-
function et(o) {
|
|
169
|
-
let e, t, i, n, l, f, s, g, u;
|
|
170
|
-
const w = [x, Z], c = [];
|
|
171
|
-
function T(r, m) {
|
|
172
|
-
return r[12] ? 0 : 1;
|
|
173
|
-
}
|
|
174
|
-
i = T(o), n = c[i] = w[i](o);
|
|
175
|
-
const a = [tt, $], _ = [];
|
|
176
|
-
function A(r, m) {
|
|
177
|
-
return r[13] ? 0 : 1;
|
|
178
|
-
}
|
|
179
|
-
return f = A(o), s = _[f] = a[f](o), {
|
|
180
|
-
c() {
|
|
181
|
-
e = P("div"), t = P("div"), n.c(), l = Q(), s.c(), d(t, "class", "wrapper svelte-bdubcv"), d(t, "data-tag-unfolded", o[8]), d(t, "data-tag-id", o[11]), d(t, "data-content-type", g = o[1].contentType), h(t, "left", o[7]), h(t, "top", o[6]), h(t, "z-index", o[5]), d(e, "class", "tag svelte-bdubcv"), d(e, "data-tag-id", o[11]), y(e, "disable", o[10]), y(e, "hide", o[9]), y(e, "withAnimation", o[0]);
|
|
182
|
-
},
|
|
183
|
-
m(r, m) {
|
|
184
|
-
z(r, e, m), j(e, t), c[i].m(t, null), j(t, l), _[f].m(t, null), u = !0;
|
|
185
|
-
},
|
|
186
|
-
p(r, [m]) {
|
|
187
|
-
let p = i;
|
|
188
|
-
i = T(r), i === p ? c[i].p(r, m) : (E(), k(c[p], 1, 1, () => {
|
|
189
|
-
c[p] = null;
|
|
190
|
-
}), B(), n = c[i], n ? n.p(r, m) : (n = c[i] = w[i](r), n.c()), v(n, 1), n.m(t, l));
|
|
191
|
-
let b = f;
|
|
192
|
-
f = A(r), f === b ? _[f].p(r, m) : (E(), k(_[b], 1, 1, () => {
|
|
193
|
-
_[b] = null;
|
|
194
|
-
}), B(), s = _[f], s ? s.p(r, m) : (s = _[f] = a[f](r), s.c()), v(s, 1), s.m(t, null)), (!u || m & 256) && d(t, "data-tag-unfolded", r[8]), (!u || m & 2048) && d(t, "data-tag-id", r[11]), (!u || m & 2 && g !== (g = r[1].contentType)) && d(t, "data-content-type", g), m & 128 && h(t, "left", r[7]), m & 64 && h(t, "top", r[6]), m & 32 && h(t, "z-index", r[5]), (!u || m & 2048) && d(e, "data-tag-id", r[11]), (!u || m & 1024) && y(e, "disable", r[10]), (!u || m & 512) && y(e, "hide", r[9]), (!u || m & 1) && y(e, "withAnimation", r[0]);
|
|
195
|
-
},
|
|
196
|
-
i(r) {
|
|
197
|
-
u || (v(n), v(s), u = !0);
|
|
198
|
-
},
|
|
199
|
-
o(r) {
|
|
200
|
-
k(n), k(s), u = !1;
|
|
201
|
-
},
|
|
202
|
-
d(r) {
|
|
203
|
-
r && C(e), c[i].d(), _[f].d();
|
|
204
|
-
}
|
|
205
|
-
};
|
|
206
|
-
}
|
|
207
|
-
function it(o, e, t) {
|
|
208
|
-
let i, n, l, f, s, g, u, w, c, { withAnimation: T = !1 } = e, { tag: a } = e, { mediaStore: _ } = e, { state: A } = e, { temporaryState: r } = e;
|
|
209
|
-
const m = U("hooks");
|
|
210
|
-
return o.$$set = (p) => {
|
|
211
|
-
"withAnimation" in p && t(0, T = p.withAnimation), "tag" in p && t(1, a = p.tag), "mediaStore" in p && t(2, _ = p.mediaStore), "state" in p && t(3, A = p.state), "temporaryState" in p && t(4, r = p.temporaryState);
|
|
212
|
-
}, o.$$.update = () => {
|
|
213
|
-
var p, b, L, I, q, D, R, V;
|
|
214
|
-
o.$$.dirty & 2 && t(13, i = (() => !(a.contentType === "Link" || a.contentType === "VRLink" || a.contentType === "PanoLink" || a.contentType === "Audio" && a.data.appearance === "plane"))()), o.$$.dirty & 2 && t(12, n = (() => a.stickType === "2DPoint")()), o.$$.dirty & 2 && t(11, l = a.id), o.$$.dirty & 2 && t(10, f = !((p = a.pointTagStyle) != null && p.leftPercent) || !((b = a.pointTagStyle) != null && b.topPercent) || a.enabled === !1 || !a.state), o.$$.dirty & 2 && t(9, s = !((L = a.state) != null && L.visible) || ((I = a.temporaryState) == null ? void 0 : I.visible) === !1), o.$$.dirty & 2 && t(8, g = (q = a.state) == null ? void 0 : q.unfolded), o.$$.dirty & 2 && t(7, u = ((D = a.pointTagStyle) == null ? void 0 : D.leftPercent) + "%"), o.$$.dirty & 2 && t(6, w = ((R = a.pointTagStyle) == null ? void 0 : R.topPercent) + "%"), o.$$.dirty & 2 && t(5, c = (V = a.state) != null && V.unfolded ? 1 : 0);
|
|
215
|
-
}, [
|
|
216
|
-
T,
|
|
217
|
-
a,
|
|
218
|
-
_,
|
|
219
|
-
A,
|
|
220
|
-
r,
|
|
221
|
-
c,
|
|
222
|
-
w,
|
|
223
|
-
u,
|
|
224
|
-
g,
|
|
225
|
-
s,
|
|
226
|
-
f,
|
|
227
|
-
l,
|
|
228
|
-
n,
|
|
229
|
-
i,
|
|
230
|
-
m
|
|
231
|
-
];
|
|
232
|
-
}
|
|
233
|
-
class Se extends K {
|
|
234
|
-
constructor(e) {
|
|
235
|
-
super(), M(
|
|
236
|
-
this,
|
|
237
|
-
e,
|
|
238
|
-
it,
|
|
239
|
-
et,
|
|
240
|
-
N,
|
|
241
|
-
{
|
|
242
|
-
withAnimation: 0,
|
|
243
|
-
tag: 1,
|
|
244
|
-
mediaStore: 2,
|
|
245
|
-
state: 3,
|
|
246
|
-
temporaryState: 4
|
|
247
|
-
},
|
|
248
|
-
Y
|
|
249
|
-
);
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
export {
|
|
253
|
-
Se as default
|
|
254
|
-
};
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
declare const _default: ({
|
|
2
|
-
id: number;
|
|
3
|
-
pointType: string;
|
|
4
|
-
dimensionType: string;
|
|
5
|
-
position: number[];
|
|
6
|
-
normal: number[];
|
|
7
|
-
style: {
|
|
8
|
-
point: {
|
|
9
|
-
iconUrl: string;
|
|
10
|
-
style: string;
|
|
11
|
-
};
|
|
12
|
-
style: string;
|
|
13
|
-
};
|
|
14
|
-
contentType: string;
|
|
15
|
-
data: {
|
|
16
|
-
text: string;
|
|
17
|
-
extraData: {
|
|
18
|
-
baseNormal: number[];
|
|
19
|
-
fiveState: {
|
|
20
|
-
distance: number;
|
|
21
|
-
fov: number;
|
|
22
|
-
latitude: number;
|
|
23
|
-
longitude: number;
|
|
24
|
-
mode: string;
|
|
25
|
-
offset: {
|
|
26
|
-
x: number;
|
|
27
|
-
y: number;
|
|
28
|
-
z: number;
|
|
29
|
-
};
|
|
30
|
-
panoIndex: number;
|
|
31
|
-
};
|
|
32
|
-
style: {
|
|
33
|
-
point: {
|
|
34
|
-
iconUrl: string;
|
|
35
|
-
style: string;
|
|
36
|
-
};
|
|
37
|
-
style: string;
|
|
38
|
-
};
|
|
39
|
-
tagClosedStyle: string;
|
|
40
|
-
tagIconUrl: string;
|
|
41
|
-
};
|
|
42
|
-
mediaData?: undefined;
|
|
43
|
-
};
|
|
44
|
-
} | {
|
|
45
|
-
id: number;
|
|
46
|
-
pointType: string;
|
|
47
|
-
dimensionType: string;
|
|
48
|
-
position: number[];
|
|
49
|
-
normal: number[];
|
|
50
|
-
style: {
|
|
51
|
-
point: {
|
|
52
|
-
iconUrl: string;
|
|
53
|
-
style: string;
|
|
54
|
-
};
|
|
55
|
-
style?: undefined;
|
|
56
|
-
};
|
|
57
|
-
contentType: string;
|
|
58
|
-
data: {
|
|
59
|
-
text: string;
|
|
60
|
-
mediaData: {
|
|
61
|
-
type: string;
|
|
62
|
-
url: string;
|
|
63
|
-
videoCoverUrl: string;
|
|
64
|
-
name: string;
|
|
65
|
-
}[];
|
|
66
|
-
extraData: {
|
|
67
|
-
baseNormal: number[];
|
|
68
|
-
fiveState: {
|
|
69
|
-
distance: number;
|
|
70
|
-
fov: number;
|
|
71
|
-
latitude: number;
|
|
72
|
-
longitude: number;
|
|
73
|
-
mode: string;
|
|
74
|
-
offset: {
|
|
75
|
-
x: number;
|
|
76
|
-
y: number;
|
|
77
|
-
z: number;
|
|
78
|
-
};
|
|
79
|
-
panoIndex: number;
|
|
80
|
-
};
|
|
81
|
-
style: {
|
|
82
|
-
point: {
|
|
83
|
-
iconUrl: string;
|
|
84
|
-
style: string;
|
|
85
|
-
};
|
|
86
|
-
style?: undefined;
|
|
87
|
-
};
|
|
88
|
-
tagClosedStyle: string;
|
|
89
|
-
tagIconUrl: string;
|
|
90
|
-
};
|
|
91
|
-
};
|
|
92
|
-
})[];
|
|
93
|
-
export default _default;
|