@realsee/dnalogel 2.3.7-alpha.1 → 2.3.7
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/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 +13 -24
- package/dist/PanoTagPlugin/index.d.ts +1 -1
- package/dist/PanoTagPlugin/typings/controller.d.ts +17 -21
- package/dist/PanoTagPlugin/typings/index.d.ts +1 -5
- package/dist/PanoTagPlugin/typings/tag.d.ts +247 -0
- package/dist/index.cjs.js +56 -56
- package/dist/index.js +6020 -7072
- package/dist/index.umd.js +49 -49
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +16 -16
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoTagPluginController.html +174 -221
- 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 +13 -36
- package/docs/functions/CameraMovementPlugin.html +13 -36
- package/docs/functions/CruisePlugin.html +13 -36
- package/docs/functions/GuideLinePlugin.html +14 -37
- package/docs/functions/ItemLabelPlugin.html +13 -36
- package/docs/functions/MapviewFloorplanPlugin.html +13 -36
- package/docs/functions/ModelChassisCompassPlugin.html +13 -36
- package/docs/functions/ModelEntryDoorGuidePlugin.html +13 -36
- package/docs/functions/ModelFloorplanPlugin.html +13 -36
- package/docs/functions/ModelItemLabelPlugin.html +13 -36
- package/docs/functions/ModelRoomLabelPlugin.html +13 -36
- package/docs/functions/ModelTVVideoPlugin.html +13 -36
- package/docs/functions/ModelViewPlugin.html +13 -36
- package/docs/functions/Object3DHelperPlugin.html +13 -36
- package/docs/functions/PanoCompassPlugin.html +13 -36
- package/docs/functions/PanoCursorRaycasterPlugin.html +13 -36
- package/docs/functions/PanoDoorLabelPlugin.html +13 -36
- package/docs/functions/PanoFloorplanRadarPlugin.html +13 -36
- package/docs/functions/PanoMeasurePlugin.html +13 -36
- package/docs/functions/PanoRulerPlugin.html +13 -36
- package/docs/functions/PanoRulerProPlugin.html +13 -36
- package/docs/functions/PanoSpatialTagPlugin.html +13 -36
- package/docs/functions/PanoTagPlugin.html +23 -42
- package/docs/functions/TopviewFloorplanPlugin.html +13 -36
- 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 +14 -37
- package/docs/index.html +13 -36
- 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/LineJson.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/OpenParameter.html +7 -7
- 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 +14 -37
- package/docs/interfaces/PanoMeasureParameterType.html +11 -11
- 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 +14 -37
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +14 -37
- 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/PointJson.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 +14 -37
- package/docs/interfaces/Rooms.html +14 -37
- 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 +21 -67
- package/docs/types/ArrayPosition.html +15 -38
- package/docs/types/CSS3DRenderExportType.html +14 -37
- package/docs/types/CSS3DRenderPluginExportType.html +14 -37
- package/docs/types/CSS3DRenderPluginParameterType.html +14 -37
- package/docs/types/Color.html +14 -37
- package/docs/types/ContentTypeConfigKey.html +15 -38
- package/docs/types/{PanoIndex.html → ContentTypeConfigKeyArray.html} +17 -40
- package/docs/types/Create3DDomContainerReturnType.html +14 -37
- package/docs/types/Create3DElementReturnType.html +14 -37
- package/docs/types/CruisePluginExportType.html +14 -37
- package/docs/types/Direction-1.html +14 -37
- package/docs/types/Direction4.html +14 -37
- package/docs/types/FloorplanRuleLabels.html +14 -37
- package/docs/types/FloorplanServerRuleLabels.html +14 -37
- package/docs/types/GuideLinePluginExportType.html +14 -37
- package/docs/types/HelperEventMap.html +14 -37
- package/docs/types/MapviewFloorplanPluginParameterType.html +14 -37
- package/docs/types/MapviewFloorplanPluginReturnType.html +14 -37
- package/docs/types/MediaData.html +14 -37
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +14 -37
- package/docs/types/ModelFloorplanPluginParameterType.html +14 -37
- package/docs/types/ModelFloorplanPluginReturnType.html +14 -37
- package/docs/types/ModelRoomLabelPluginParameters.html +14 -37
- package/docs/types/ModelRoomLabelPluginReturnType.html +14 -37
- package/docs/types/MoveArgs.html +14 -37
- package/docs/types/MoveOpts.html +14 -37
- package/docs/types/Object3DHelperEventMap.html +14 -37
- package/docs/types/ObjectFit.html +14 -37
- package/docs/types/PaintBrushEventMap.html +14 -37
- package/docs/types/PanoCompassPluginData.html +14 -37
- package/docs/types/PanoCompassPluginExportType.html +14 -37
- package/docs/types/PanoCompassPluginParameterType.html +14 -37
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +14 -37
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +14 -37
- package/docs/types/PanoMeasurePluginEvent.html +14 -37
- package/docs/types/PanoMeasureReturnType.html +14 -37
- package/docs/types/PanoSpatialTagPluginId.html +14 -37
- package/docs/types/PanoTagPluginExportInterface.html +14 -37
- package/docs/types/PanoTagPluginParamsInterface.html +14 -37
- package/docs/types/PlaneTag.html +19 -40
- package/docs/types/PointTag.html +23 -40
- package/docs/types/Position.html +14 -37
- package/docs/types/RotateArgs.html +14 -37
- package/docs/types/RotateOpts.html +14 -37
- package/docs/types/RuleLabelsKey.html +14 -37
- package/docs/types/RuleLabelsValue.html +14 -37
- package/docs/types/Tag.html +22 -41
- package/docs/types/Tag2D.html +20 -42
- package/docs/types/Tag3D.html +20 -42
- package/docs/types/TagId.html +14 -37
- package/docs/types/TopviewFloorplanPluginParameterType.html +14 -37
- package/docs/types/TopviewFloorplanPluginReturnType.html +14 -37
- package/docs/variables/FLOOR_TYPE_MAP.html +14 -37
- package/docs/variables/PLUGIN.html +14 -37
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +14 -37
- package/docs/variables/ROOM_TYPE_MAP.html +14 -37
- package/docs/variables/VERSION.html +14 -37
- package/docs/variables/itemLabelPluginServerParams.html +14 -37
- package/docs/variables/modelItemLabelPluginServerParams.html +14 -37
- package/docs/variables/modelRoomLabelPluginServerParams.html +14 -37
- 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 +1 -1
- 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/PanoMeasurePlugin/Controller/BaseController.js +15 -25
- package/libs/PanoMeasurePlugin/Controller/EditController.js +9 -21
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +10 -23
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +14 -25
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +29 -44
- package/libs/PanoMeasurePlugin/Controller/index.js +21 -58
- package/libs/PanoMeasurePlugin/Model/index.js +40 -47
- package/libs/PanoMeasurePlugin/Model/line.js +11 -15
- package/libs/PanoMeasurePlugin/Model/point.js +5 -5
- 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 +4 -4
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +30 -30
- package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +2 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +2 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/style.js +16 -24
- package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +3 -4
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +5 -8
- package/libs/PanoMeasurePlugin/index.js +2 -2
- package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -1
- package/libs/PanoMeasurePlugin/utils/constants.js +16 -15
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +1 -1
- 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 +132 -137
- 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 +9 -10
- 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 +96 -58
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +3 -5
- 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 +148 -235
- package/libs/PanoTagPlugin/Components/TagContainer.js +109 -144
- 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 -174
- package/libs/PanoTagPlugin/controller/index.d.ts +13 -24
- package/libs/PanoTagPlugin/controller/index.js +165 -245
- package/libs/PanoTagPlugin/index.d.ts +1 -1
- package/libs/PanoTagPlugin/index.js +21 -32
- package/libs/PanoTagPlugin/tag.config.js +16 -23
- package/libs/PanoTagPlugin/typings/controller.d.ts +17 -21
- 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/constants.js +1 -2
- package/libs/PanoTagPlugin/utils/doUtil.js +6 -6
- package/libs/PanoTagPlugin/utils/index.js +0 -35
- 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 +101 -112
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +20 -17
- 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 -50
- 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/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/ContentTypeMap.html +0 -248
- package/docs/types/LoadTagConfig.html +0 -248
- package/docs/types/MediaStore.html +0 -248
- package/docs/types/PlaneTagElement.html +0 -253
- package/docs/types/Point2DElement.html +0 -253
- package/docs/types/Point2DTag.html +0 -255
- package/docs/types/Point3DElement.html +0 -253
- package/docs/types/Point3DTag.html +0 -255
- package/docs/types/PointTagElement.html +0 -253
- package/docs/types/StickType.html +0 -248
- package/docs/types/TagContentType.html +0 -248
- package/docs/types/TagDimensionType.html +0 -248
- package/docs/types/TagElement.html +0 -255
- package/docs/types/TagEvents.html +0 -283
- package/docs/types/TagHooks.html +0 -248
- package/docs/types/TagIconSize.html +0 -251
- package/docs/types/TagPointType.html +0 -251
- package/docs/types/WorkCode.html +0 -248
- 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 -175
- package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +0 -110
- 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 -147
- 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 -213
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +0 -215
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +0 -120
- 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 -233
- 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 -50
- package/libs/PanoTagPlugin/typings/tag/Utils.js +0 -5
- 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
|
@@ -1,233 +0,0 @@
|
|
|
1
|
-
import { SvelteComponent as K, init as M, safe_not_equal as N, append_styles as O, element as A, space as Q, attr as c, set_style as _, toggle_class as g, insert as P, append as j, transition_out as b, check_outros as B, transition_in as h, detach as z, getContext as U, group_outros as E, noop as k, 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 "./Tag/AudioTag/index.js";
|
|
42
|
-
import "./Tag/AudioTag/AudioTag.js";
|
|
43
|
-
import "./Common/Audio.js";
|
|
44
|
-
import "./Common/Icon/audioIcon.js";
|
|
45
|
-
import "./Tag/AudioTag/AudioPlaneTag.js";
|
|
46
|
-
import "../utils/timeToString.js";
|
|
47
|
-
import "../utils/color.js";
|
|
48
|
-
import "./Tag/MediaPlane.js";
|
|
49
|
-
import "./Tag/LinkTag.js";
|
|
50
|
-
import "./Common/Icon/Icon.js";
|
|
51
|
-
import "../utils/getImageInfo.js";
|
|
52
|
-
import "./Tag/CustomTag.js";
|
|
53
|
-
function Y(o) {
|
|
54
|
-
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}");
|
|
55
|
-
}
|
|
56
|
-
function Z(o) {
|
|
57
|
-
let t;
|
|
58
|
-
return {
|
|
59
|
-
c() {
|
|
60
|
-
t = A("div"), c(t, "data-info", "tag content is disable");
|
|
61
|
-
},
|
|
62
|
-
m(e, i) {
|
|
63
|
-
P(e, t, i);
|
|
64
|
-
},
|
|
65
|
-
p: k,
|
|
66
|
-
i: k,
|
|
67
|
-
o: k,
|
|
68
|
-
d(e) {
|
|
69
|
-
e && z(t);
|
|
70
|
-
}
|
|
71
|
-
};
|
|
72
|
-
}
|
|
73
|
-
function x(o) {
|
|
74
|
-
let t, e;
|
|
75
|
-
return t = new W({
|
|
76
|
-
props: {
|
|
77
|
-
mediaStore: o[2],
|
|
78
|
-
withAnimation: o[0],
|
|
79
|
-
tag: F(o[1]),
|
|
80
|
-
hooks: o[14],
|
|
81
|
-
state: o[3],
|
|
82
|
-
temporaryState: o[4]
|
|
83
|
-
}
|
|
84
|
-
}), {
|
|
85
|
-
c() {
|
|
86
|
-
G(t.$$.fragment);
|
|
87
|
-
},
|
|
88
|
-
m(i, a) {
|
|
89
|
-
H(t, i, a), e = !0;
|
|
90
|
-
},
|
|
91
|
-
p(i, a) {
|
|
92
|
-
const p = {};
|
|
93
|
-
a & 4 && (p.mediaStore = i[2]), a & 1 && (p.withAnimation = i[0]), a & 2 && (p.tag = F(i[1])), a & 8 && (p.state = i[3]), a & 16 && (p.temporaryState = i[4]), t.$set(p);
|
|
94
|
-
},
|
|
95
|
-
i(i) {
|
|
96
|
-
e || (h(t.$$.fragment, i), e = !0);
|
|
97
|
-
},
|
|
98
|
-
o(i) {
|
|
99
|
-
b(t.$$.fragment, i), e = !1;
|
|
100
|
-
},
|
|
101
|
-
d(i) {
|
|
102
|
-
J(t, i);
|
|
103
|
-
}
|
|
104
|
-
};
|
|
105
|
-
}
|
|
106
|
-
function $(o) {
|
|
107
|
-
let t;
|
|
108
|
-
return {
|
|
109
|
-
c() {
|
|
110
|
-
t = A("div"), c(t, "data-info", "tag point is disable");
|
|
111
|
-
},
|
|
112
|
-
m(e, i) {
|
|
113
|
-
P(e, t, i);
|
|
114
|
-
},
|
|
115
|
-
p: k,
|
|
116
|
-
i: k,
|
|
117
|
-
o: k,
|
|
118
|
-
d(e) {
|
|
119
|
-
e && z(t);
|
|
120
|
-
}
|
|
121
|
-
};
|
|
122
|
-
}
|
|
123
|
-
function tt(o) {
|
|
124
|
-
let t, e;
|
|
125
|
-
return t = new X({ props: { tag: o[1] } }), {
|
|
126
|
-
c() {
|
|
127
|
-
G(t.$$.fragment);
|
|
128
|
-
},
|
|
129
|
-
m(i, a) {
|
|
130
|
-
H(t, i, a), e = !0;
|
|
131
|
-
},
|
|
132
|
-
p(i, a) {
|
|
133
|
-
const p = {};
|
|
134
|
-
a & 2 && (p.tag = i[1]), t.$set(p);
|
|
135
|
-
},
|
|
136
|
-
i(i) {
|
|
137
|
-
e || (h(t.$$.fragment, i), e = !0);
|
|
138
|
-
},
|
|
139
|
-
o(i) {
|
|
140
|
-
b(t.$$.fragment, i), e = !1;
|
|
141
|
-
},
|
|
142
|
-
d(i) {
|
|
143
|
-
J(t, i);
|
|
144
|
-
}
|
|
145
|
-
};
|
|
146
|
-
}
|
|
147
|
-
function et(o) {
|
|
148
|
-
let t, e, i, a, p, f, s, u;
|
|
149
|
-
const y = [x, Z], d = [];
|
|
150
|
-
function v(n, l) {
|
|
151
|
-
return n[12] ? 0 : 1;
|
|
152
|
-
}
|
|
153
|
-
i = v(o), a = d[i] = y[i](o);
|
|
154
|
-
const S = [tt, $], r = [];
|
|
155
|
-
function w(n, l) {
|
|
156
|
-
return n[13] ? 0 : 1;
|
|
157
|
-
}
|
|
158
|
-
return f = w(o), s = r[f] = S[f](o), {
|
|
159
|
-
c() {
|
|
160
|
-
t = A("div"), e = A("div"), a.c(), p = Q(), s.c(), c(e, "class", "wrapper svelte-bdubcv"), c(e, "data-tag-id", o[11]), _(e, "left", o[7]), _(e, "top", o[6]), _(e, "z-index", o[5]), c(t, "class", "tag svelte-bdubcv"), c(t, "data-tag-id", o[11]), c(t, "data-tag-unfolded", o[8]), g(t, "disable", o[10]), g(t, "hide", o[9]), g(t, "withAnimation", o[0]);
|
|
161
|
-
},
|
|
162
|
-
m(n, l) {
|
|
163
|
-
P(n, t, l), j(t, e), d[i].m(e, null), j(e, p), r[f].m(e, null), u = !0;
|
|
164
|
-
},
|
|
165
|
-
p(n, [l]) {
|
|
166
|
-
let T = i;
|
|
167
|
-
i = v(n), i === T ? d[i].p(n, l) : (E(), b(d[T], 1, 1, () => {
|
|
168
|
-
d[T] = null;
|
|
169
|
-
}), B(), a = d[i], a ? a.p(n, l) : (a = d[i] = y[i](n), a.c()), h(a, 1), a.m(e, p));
|
|
170
|
-
let m = f;
|
|
171
|
-
f = w(n), f === m ? r[f].p(n, l) : (E(), b(r[m], 1, 1, () => {
|
|
172
|
-
r[m] = null;
|
|
173
|
-
}), B(), s = r[f], s ? s.p(n, l) : (s = r[f] = S[f](n), s.c()), h(s, 1), s.m(e, null)), (!u || l & 2048) && c(e, "data-tag-id", n[11]), l & 128 && _(e, "left", n[7]), l & 64 && _(e, "top", n[6]), l & 32 && _(e, "z-index", n[5]), (!u || l & 2048) && c(t, "data-tag-id", n[11]), (!u || l & 256) && c(t, "data-tag-unfolded", n[8]), (!u || l & 1024) && g(t, "disable", n[10]), (!u || l & 512) && g(t, "hide", n[9]), (!u || l & 1) && g(t, "withAnimation", n[0]);
|
|
174
|
-
},
|
|
175
|
-
i(n) {
|
|
176
|
-
u || (h(a), h(s), u = !0);
|
|
177
|
-
},
|
|
178
|
-
o(n) {
|
|
179
|
-
b(a), b(s), u = !1;
|
|
180
|
-
},
|
|
181
|
-
d(n) {
|
|
182
|
-
n && z(t), d[i].d(), r[f].d();
|
|
183
|
-
}
|
|
184
|
-
};
|
|
185
|
-
}
|
|
186
|
-
function it(o, t, e) {
|
|
187
|
-
let i, a, p, f, s, u, y, d, v, { withAnimation: S = !1 } = t, { tag: r } = t, { mediaStore: w } = t, { state: n } = t, { temporaryState: l } = t;
|
|
188
|
-
const T = U("hooks");
|
|
189
|
-
return o.$$set = (m) => {
|
|
190
|
-
"withAnimation" in m && e(0, S = m.withAnimation), "tag" in m && e(1, r = m.tag), "mediaStore" in m && e(2, w = m.mediaStore), "state" in m && e(3, n = m.state), "temporaryState" in m && e(4, l = m.temporaryState);
|
|
191
|
-
}, o.$$.update = () => {
|
|
192
|
-
var m, C, L, I, q, D, R, V;
|
|
193
|
-
o.$$.dirty & 2 && e(13, i = (() => !(r.contentType === "Link" || r.contentType === "VRLink" || r.contentType === "PanoLink" || r.contentType === "Audio" && r.data.appearance === "plane"))()), o.$$.dirty & 2 && e(12, a = (() => r.stickType === "2DPoint")()), o.$$.dirty & 2 && e(11, p = r.id), o.$$.dirty & 2 && e(10, f = !((m = r.pointTagStyle) != null && m.leftPercent) || !((C = r.pointTagStyle) != null && C.topPercent) || r.enabled === !1 || !r.state), o.$$.dirty & 2 && e(9, s = !((L = r.state) != null && L.visible) || ((I = r.temporaryState) == null ? void 0 : I.visible) === !1), o.$$.dirty & 2 && e(8, u = (q = r.state) == null ? void 0 : q.unfolded), o.$$.dirty & 2 && e(7, y = ((D = r.pointTagStyle) == null ? void 0 : D.leftPercent) + "%"), o.$$.dirty & 2 && e(6, d = ((R = r.pointTagStyle) == null ? void 0 : R.topPercent) + "%"), o.$$.dirty & 2 && e(5, v = (V = r.state) != null && V.unfolded ? 1 : 0);
|
|
194
|
-
}, [
|
|
195
|
-
S,
|
|
196
|
-
r,
|
|
197
|
-
w,
|
|
198
|
-
n,
|
|
199
|
-
l,
|
|
200
|
-
v,
|
|
201
|
-
d,
|
|
202
|
-
y,
|
|
203
|
-
u,
|
|
204
|
-
s,
|
|
205
|
-
f,
|
|
206
|
-
p,
|
|
207
|
-
a,
|
|
208
|
-
i,
|
|
209
|
-
T
|
|
210
|
-
];
|
|
211
|
-
}
|
|
212
|
-
class ee extends K {
|
|
213
|
-
constructor(t) {
|
|
214
|
-
super(), M(
|
|
215
|
-
this,
|
|
216
|
-
t,
|
|
217
|
-
it,
|
|
218
|
-
et,
|
|
219
|
-
N,
|
|
220
|
-
{
|
|
221
|
-
withAnimation: 0,
|
|
222
|
-
tag: 1,
|
|
223
|
-
mediaStore: 2,
|
|
224
|
-
state: 3,
|
|
225
|
-
temporaryState: 4
|
|
226
|
-
},
|
|
227
|
-
Y
|
|
228
|
-
);
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
export {
|
|
232
|
-
ee as default
|
|
233
|
-
};
|
|
@@ -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;
|