@realsee/dnalogel 2.21.0-dev.6 → 2.21.0-dev.8
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/components/index.js +329 -329
- package/dist/CSS3DRenderPlugin/Controller.d.ts +4 -1
- package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +13 -13
- package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +1 -1
- package/dist/PanoMeasurePlugin/Controller/index.d.ts +3 -0
- package/dist/PanoMeasurePlugin/Model/area.d.ts +9 -1
- package/dist/PanoMeasurePlugin/Model/index.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Model/line.d.ts +2 -0
- package/dist/PanoMeasurePlugin/Model/polygon.d.ts +4 -0
- package/dist/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +7 -3
- package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/style.d.ts +0 -8
- package/dist/PanoMeasurePlugin/typings/data.d.ts +2 -1
- package/dist/PanoMeasurePlugin/typings/event.type.d.ts +3 -0
- package/dist/PanoMeasurePlugin/utils/dom/base.d.ts +4 -0
- package/dist/PanoMeasurePlugin/utils/geometryUtil.d.ts +1 -1
- package/dist/PanoMeasurePlugin/utils/ndc2Screen.d.ts +2 -1
- package/dist/base/BasePlugin.d.ts +4 -1
- package/dist/components/PaintBrush/style.d.ts +1 -1
- package/dist/index.cjs.js +62 -62
- package/dist/index.js +6708 -6414
- package/dist/index.umd.js +55 -55
- package/dist/shared-utils/absoluteUrl.d.ts +5 -0
- package/dist/{PanoMeasurePlugin/utils → shared-utils}/getPointFromHammerEvent.d.ts +1 -1
- package/dist/shared-utils/index.d.ts +1 -1
- package/dist/shared-utils/three/PointSelector.d.ts +37 -3
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +32 -31
- package/docs/classes/CruisePluginController.html +46 -43
- package/docs/classes/GuideLineItem.GuideLineItem.html +21 -20
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +36 -35
- package/docs/classes/Magnifier.html +21 -20
- package/docs/classes/ModelRoomLabelController.html +12 -11
- package/docs/classes/Object3DHelperController.html +45 -42
- package/docs/classes/PaintBrush.html +16 -15
- package/docs/classes/PanoMeasurePluginLine.html +46 -25
- package/docs/classes/PanoMeasurePluginModel.html +42 -26
- package/docs/classes/PanoMeasurePluginPoint.html +15 -14
- package/docs/classes/PanoMeasurePluginPolyline.html +28 -27
- package/docs/classes/PanoTagPluginController.html +67 -64
- package/docs/classes/Util.BetterTween.html +10 -9
- package/docs/classes/Util.Interval.html +13 -12
- package/docs/classes/Util.Magnifier.html +19 -18
- package/docs/classes/Util.PointDomHelper.html +12 -11
- package/docs/classes/Util.PointHelper.html +12 -11
- package/docs/classes/Util.PointSelectorHelper.html +18 -17
- package/docs/classes/Util.Rectangle.html +14 -13
- package/docs/enums/CameraMovementEffect.html +8 -7
- package/docs/enums/ContentType.html +21 -20
- package/docs/enums/DIRECTION.html +10 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +10 -9
- package/docs/enums/DimensionType.html +8 -7
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +9 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +10 -9
- package/docs/enums/PaintBrushTypeEnum.html +9 -8
- package/docs/enums/PointType.html +8 -7
- package/docs/enums/Rotation.html +9 -8
- package/docs/functions/CSS3DRenderPlugin.html +5 -4
- package/docs/functions/CameraMovementPlugin.html +5 -4
- package/docs/functions/CruisePlugin.html +5 -4
- package/docs/functions/GuideLinePlugin.html +6 -5
- package/docs/functions/ItemLabelPlugin.html +5 -4
- package/docs/functions/MapviewFloorplanPlugin.html +5 -4
- package/docs/functions/ModelChassisCompassPlugin.html +5 -4
- package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -4
- package/docs/functions/ModelFloorplanPlugin.html +5 -4
- package/docs/functions/ModelItemLabelPlugin.html +5 -4
- package/docs/functions/ModelRoomLabelPlugin.html +5 -4
- package/docs/functions/ModelTVVideoPlugin.html +5 -4
- package/docs/functions/ModelViewPlugin.html +5 -4
- package/docs/functions/Object3DHelperPlugin.html +5 -4
- package/docs/functions/PanoCompassPlugin.html +5 -4
- package/docs/functions/PanoCursorRaycasterPlugin.html +5 -4
- package/docs/functions/PanoDoorLabelPlugin.html +5 -4
- package/docs/functions/PanoFloorplanRadarPlugin.html +5 -4
- package/docs/functions/PanoMeasurePlugin.html +5 -4
- package/docs/functions/PanoRulerPlugin.html +5 -4
- package/docs/functions/PanoRulerProPlugin.html +5 -4
- package/docs/functions/PanoSpatialTagPlugin.html +5 -4
- package/docs/functions/PanoTagPlugin.html +5 -4
- package/docs/functions/PanoVideoPlugin.html +5 -4
- package/docs/functions/TopviewFloorplanPlugin.html +5 -4
- package/docs/functions/Util.absoluteUrl.html +370 -0
- package/docs/functions/Util.getCoordsFromClient.html +6 -5
- package/docs/functions/Util.getCoordsFromElement.html +6 -5
- package/docs/functions/Util.getFrameTime.html +6 -5
- package/docs/functions/Util.getIntersectFromRelativePosition.html +6 -5
- package/docs/functions/Util.getRaycasterFromFivePointer.html +6 -5
- package/docs/functions/Util.isAbsoluteURL.html +6 -5
- package/docs/functions/Util.isModelLike.html +6 -5
- package/docs/functions/Util.isNil.html +6 -5
- package/docs/functions/Util.isPanoramaLike.html +6 -5
- package/docs/functions/Util.nextFrame.html +6 -5
- package/docs/functions/Util.notNil.html +6 -5
- package/docs/functions/Util.requestAnimationFrameInterval.html +6 -5
- package/docs/functions/Util.tweenProgress.html +6 -5
- package/docs/functions/Util.uuid.html +6 -5
- package/docs/functions/pluginFlag.html +6 -5
- package/docs/index.html +6 -5
- package/docs/interfaces/AddTagConfig.html +7 -6
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +12 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +9 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +8 -7
- package/docs/interfaces/CruisePluginTypes.Config.html +9 -8
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +13 -12
- package/docs/interfaces/CruisePluginTypes.EventMap.html +21 -20
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +13 -12
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +15 -14
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +15 -14
- package/docs/interfaces/CruisePluginTypes.PluginData.html +10 -9
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +8 -7
- package/docs/interfaces/CruisePluginTypes.PluginState.html +12 -11
- package/docs/interfaces/EventMap.html +16 -15
- package/docs/interfaces/FloorplanBounding.html +9 -8
- package/docs/interfaces/FloorplanData.html +11 -10
- package/docs/interfaces/FloorplanEntrance.html +12 -11
- package/docs/interfaces/FloorplanExtraObject.html +11 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +9 -8
- package/docs/interfaces/FloorplanFloorData.html +10 -9
- package/docs/interfaces/FloorplanImagePosition.html +8 -7
- package/docs/interfaces/FloorplanObserver.html +10 -9
- package/docs/interfaces/FloorplanOutlineItem.html +10 -9
- package/docs/interfaces/FloorplanPosition.html +8 -7
- package/docs/interfaces/FloorplanRoomItem.html +14 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +8 -7
- package/docs/interfaces/FloorplanServerBounding.html +9 -8
- package/docs/interfaces/FloorplanServerComputedData.html +11 -10
- package/docs/interfaces/FloorplanServerData.html +8 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +11 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +9 -8
- package/docs/interfaces/FloorplanServerEntrance.html +12 -11
- package/docs/interfaces/FloorplanServerFloorData.html +10 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +8 -7
- package/docs/interfaces/FloorplanServerObserver.html +10 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +10 -9
- package/docs/interfaces/FloorplanServerPosition.html +8 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +15 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +8 -7
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +9 -8
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +11 -10
- package/docs/interfaces/GuideLinePluginType.EventMap.html +14 -13
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +9 -8
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +7 -6
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +14 -13
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +9 -8
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +19 -18
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +8 -7
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +19 -18
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +6 -5
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +8 -7
- package/docs/interfaces/GuideLinePluginType.PluginState.html +9 -8
- package/docs/interfaces/GuideLinePluginType.Route.html +12 -11
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +10 -9
- package/docs/interfaces/HelperOffset.html +9 -8
- package/docs/interfaces/ImagePlaneGroup.html +7 -6
- package/docs/interfaces/ItemLabelPluginData.html +7 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +12 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +10 -9
- package/docs/interfaces/MinMax.html +8 -7
- package/docs/interfaces/ModelChassisCompassPluginData.html +8 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +9 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +8 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +9 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +9 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +7 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +12 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +8 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +7 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +10 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +9 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +7 -6
- package/docs/interfaces/ModelViewPluginExportType.html +12 -11
- package/docs/interfaces/Object3DHelperState.html +9 -8
- package/docs/interfaces/ObjectHelperControllers.html +10 -9
- package/docs/interfaces/PaintBrushAction.html +13 -12
- package/docs/interfaces/PaintBrushConfigs.html +13 -12
- package/docs/interfaces/PaintBrushState.html +11 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +11 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +6 -5
- package/docs/interfaces/PanoMeasureParameterType.html +16 -15
- package/docs/interfaces/PanoMeasurePluginLineJson.html +9 -8
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +8 -7
- package/docs/interfaces/PanoMeasurePluginPointJson.html +8 -7
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +9 -8
- package/docs/interfaces/PanoRulerPluginExportType.html +11 -10
- package/docs/interfaces/PanoRulerPluginOptions.html +8 -7
- package/docs/interfaces/PanoRulerPluginParameterType.html +9 -8
- package/docs/interfaces/PanoRulerProPluginExportType.html +10 -9
- package/docs/interfaces/PanoRulerProPluginOptions.html +8 -7
- package/docs/interfaces/PanoRulerProPluginParameterType.html +8 -7
- package/docs/interfaces/PanoRulerProPluginState.html +9 -8
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +6 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +6 -5
- package/docs/interfaces/PanoSpatialTagPluginData.html +12 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +11 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +14 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +11 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +14 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +12 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +11 -10
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +7 -6
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +9 -8
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +7 -6
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +10 -9
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +7 -6
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +9 -8
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +11 -10
- package/docs/interfaces/Point.html +9 -8
- package/docs/interfaces/Room.html +10 -9
- package/docs/interfaces/RoomInfo.html +8 -7
- package/docs/interfaces/RoomLabel.html +15 -14
- package/docs/interfaces/RoomRules.html +6 -5
- package/docs/interfaces/Rooms.html +6 -5
- package/docs/interfaces/Scissor.html +10 -9
- package/docs/interfaces/State.html +9 -8
- package/docs/interfaces/TagCacheInterface.html +13 -12
- package/docs/interfaces/TagConfig.html +14 -13
- package/docs/interfaces/TagGLTFObjectGroup.html +7 -6
- package/docs/interfaces/TagIconUrl.html +13 -12
- package/docs/interfaces/TagObjectGroup.html +7 -6
- package/docs/interfaces/TagStyle.html +7 -6
- package/docs/interfaces/Tags.html +10 -9
- package/docs/interfaces/TemporaryState.html +7 -6
- package/docs/interfaces/Util.MagnifierParameter.html +12 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +9 -8
- package/docs/interfaces/Util.PointIntersection.html +9 -8
- package/docs/modules/CruisePluginTypes.html +6 -5
- package/docs/modules/GuideLineItem.html +6 -5
- package/docs/modules/GuideLineModeItem.html +6 -5
- package/docs/modules/GuideLinePluginType.html +6 -5
- package/docs/modules/PanoVideoPluginType.html +6 -5
- package/docs/modules/Util.html +7 -5
- package/docs/modules.html +5 -4
- package/docs/types/ArrayPosition.html +6 -5
- package/docs/types/AudioAppearance.html +6 -5
- package/docs/types/AudioTagTypeConfigKey.html +6 -5
- package/docs/types/CSS3DRenderExportType.html +6 -5
- package/docs/types/CSS3DRenderPluginExportType.html +6 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +6 -5
- package/docs/types/ClassFunctionParameters.html +6 -5
- package/docs/types/Color.html +6 -5
- package/docs/types/ContentTypeConfigKey.html +6 -5
- package/docs/types/ContentTypeConfigKeySplit.html +6 -5
- package/docs/types/ContentTypeMap.html +6 -5
- package/docs/types/Create3DDomContainerReturnType.html +6 -5
- package/docs/types/Create3DElementReturnType.html +6 -5
- package/docs/types/CruisePluginExportType.html +6 -5
- package/docs/types/CruisePluginTypes.CruiseData.html +6 -5
- package/docs/types/CruisePluginTypes.MoveEffect.html +6 -5
- package/docs/types/DeprecatedMediaPlaneProperty.html +6 -5
- package/docs/types/DeprecatedTagProperty.html +6 -5
- package/docs/types/Direction-1.html +6 -5
- package/docs/types/Direction4.html +6 -5
- package/docs/types/ElementRenderer.html +6 -5
- package/docs/types/FloorplanRuleLabels.html +6 -5
- package/docs/types/FloorplanServerRuleLabels.html +6 -5
- package/docs/types/GuideLinePluginExportType.html +6 -5
- package/docs/types/GuideLinePluginType.GuideLineItem.html +6 -5
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +6 -5
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +6 -5
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +6 -5
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +6 -5
- package/docs/types/GuideLinePluginType.PathItem.html +6 -5
- package/docs/types/GuideLinePluginType.PluginData.html +6 -5
- package/docs/types/HelperEventMap.html +6 -5
- package/docs/types/LoadTagConfig.html +6 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +6 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +6 -5
- package/docs/types/MediaData.html +6 -5
- package/docs/types/MediaStore.html +6 -5
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +6 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +6 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +6 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +6 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +6 -5
- package/docs/types/MoveArgs.html +6 -5
- package/docs/types/MoveOpts.html +6 -5
- package/docs/types/Object3DHelperEventMap.html +6 -5
- package/docs/types/ObjectFit.html +6 -5
- package/docs/types/PaintBrushEventMap.html +6 -5
- package/docs/types/PanoCompassPluginData.html +6 -5
- package/docs/types/PanoCompassPluginExportType.html +6 -5
- package/docs/types/PanoCompassPluginParameterType.html +6 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +6 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +6 -5
- package/docs/types/PanoIndex.html +6 -5
- package/docs/types/PanoMeasurePluginEvent.html +6 -5
- package/docs/types/PanoMeasureReturnType.html +6 -5
- package/docs/types/PanoSpatialTagPluginId.html +6 -5
- package/docs/types/PanoTagPluginExportInterface.html +6 -5
- package/docs/types/PanoTagPluginParamsInterface.html +6 -5
- package/docs/types/PanoVideoPluginParameterType.html +6 -5
- package/docs/types/PanoVideoPluginReturnType.html +6 -5
- package/docs/types/PartialObjectDeep.html +6 -5
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +6 -5
- package/docs/types/PlaneTag.html +6 -5
- package/docs/types/Point2DTag.html +6 -5
- package/docs/types/Point3DTag.html +6 -5
- package/docs/types/PointTag.html +6 -5
- package/docs/types/PointTagInstance.html +6 -5
- package/docs/types/Position.html +6 -5
- package/docs/types/RotateArgs.html +6 -5
- package/docs/types/RotateOpts.html +6 -5
- package/docs/types/RuleLabelsKey.html +6 -5
- package/docs/types/RuleLabelsValue.html +6 -5
- package/docs/types/StickType.html +6 -5
- package/docs/types/Tag.html +6 -5
- package/docs/types/Tag2D.html +6 -5
- package/docs/types/Tag3D.html +6 -5
- package/docs/types/TagContentType.html +6 -5
- package/docs/types/TagDimensionType.html +6 -5
- package/docs/types/TagElement.html +6 -5
- package/docs/types/TagEvents.html +6 -5
- package/docs/types/TagGLTFObject.html +6 -5
- package/docs/types/TagHooks.html +6 -5
- package/docs/types/TagId.html +6 -5
- package/docs/types/TagInstance.html +6 -5
- package/docs/types/TagPointType.html +6 -5
- package/docs/types/TagRendererMap.html +6 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +6 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +6 -5
- package/docs/types/WorkCode.html +6 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +6 -5
- package/docs/variables/PLUGIN.html +6 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +6 -5
- package/docs/variables/ROOM_TYPE_MAP.html +6 -5
- package/docs/variables/itemLabelPluginServerParams.html +6 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +6 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +6 -5
- package/libs/CSS3DRenderPlugin/Controller.d.ts +4 -1
- package/libs/CSS3DRenderPlugin/Controller.js +31 -28
- package/libs/CSS3DRenderPlugin/index.js +1 -1
- package/libs/CruisePlugin/Controller.js +1 -1
- package/libs/CruisePlugin/index.js +1 -1
- package/libs/GuideLinePlugin/Components/Tag.js +68 -68
- package/libs/GuideLinePlugin/Controller.js +1 -1
- package/libs/GuideLinePlugin/GuideLineItem.js +1 -1
- package/libs/GuideLinePlugin/GuideLineModeItem.js +1 -1
- package/libs/GuideLinePlugin/index.js +1 -1
- package/libs/ItemLabelPlugin/ItemLabelItem.js +82 -82
- package/libs/ModelTVVideoPlugin/Plugin.js +30 -29
- package/libs/ModelTVVideoPlugin/index.js +4 -3
- package/libs/Object3DHelperPlugin/Controller.js +1 -1
- package/libs/Object3DHelperPlugin/index.js +1 -1
- package/libs/PanoCompassPlugin/Controller.js +20 -20
- package/libs/PanoCompassPlugin/index.js +1 -1
- package/libs/PanoDoorLabelPlugin/BaseController.js +1 -1
- package/libs/PanoDoorLabelPlugin/Controller.js +1 -1
- package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +60 -60
- package/libs/PanoDoorLabelPlugin/index.js +1 -1
- package/libs/PanoMeasurePlugin/Components/Controller0.js +131 -64
- package/libs/PanoMeasurePlugin/Components/Controller1.js +228 -153
- package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +13 -13
- package/libs/PanoMeasurePlugin/Controller/EditController.js +181 -112
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +5 -5
- package/libs/PanoMeasurePlugin/Controller/WatchController.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +13 -12
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +3 -0
- package/libs/PanoMeasurePlugin/Controller/index.js +64 -67
- package/libs/PanoMeasurePlugin/Model/area.d.ts +9 -1
- package/libs/PanoMeasurePlugin/Model/area.js +23 -11
- package/libs/PanoMeasurePlugin/Model/index.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Model/index.js +47 -39
- package/libs/PanoMeasurePlugin/Model/line.d.ts +2 -0
- package/libs/PanoMeasurePlugin/Model/line.js +6 -0
- package/libs/PanoMeasurePlugin/Model/polygon.d.ts +4 -0
- package/libs/PanoMeasurePlugin/Model/polygon.js +18 -13
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +7 -3
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +34 -24
- package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -0
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +23 -15
- package/libs/PanoMeasurePlugin/Modules/UIController/style.d.ts +0 -8
- package/libs/PanoMeasurePlugin/Modules/UIController/style.js +16 -24
- package/libs/PanoMeasurePlugin/index.js +22 -20
- package/libs/PanoMeasurePlugin/typings/data.d.ts +2 -1
- package/libs/PanoMeasurePlugin/typings/event.type.d.ts +3 -0
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +36 -15
- package/libs/PanoMeasurePlugin/utils/dom/base.d.ts +4 -0
- package/libs/PanoMeasurePlugin/utils/dom/base.js +37 -31
- package/libs/PanoMeasurePlugin/utils/dom/distanceItem.js +38 -23
- package/libs/PanoMeasurePlugin/utils/generatePolygonGeometry.js +3 -3
- package/libs/PanoMeasurePlugin/utils/geometryUtil.d.ts +1 -1
- package/libs/PanoMeasurePlugin/utils/geometryUtil.js +15 -13
- package/libs/PanoMeasurePlugin/utils/ndc2Screen.d.ts +2 -1
- package/libs/PanoSpatialTagPlugin/Plugin.js +1 -1
- package/libs/PanoSpatialTagPlugin/index.js +1 -1
- package/libs/PanoTagPlugin/controller/TagCache.js +1 -1
- package/libs/PanoTagPlugin/controller/TagComputer.js +1 -1
- package/libs/PanoTagPlugin/controller/TagRender.js +1 -1
- package/libs/PanoTagPlugin/controller/TagUtil.js +1 -1
- package/libs/PanoTagPlugin/controller/index.js +1 -1
- package/libs/PanoTagPlugin/index.js +1 -1
- package/libs/PanoVideoPlugin/Controller.js +1 -1
- package/libs/PanoVideoPlugin/index.js +1 -1
- package/libs/base/BasePlugin.d.ts +4 -1
- package/libs/base/BasePlugin.js +14 -11
- package/libs/components/PaintBrush/style.d.ts +1 -1
- package/libs/components/PaintBrush/style.js +4 -4
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -1
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +1 -1
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +1 -1
- package/libs/floorplan/ModelFloorplanPlugin/index.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +1 -1
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +1 -1
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +1 -1
- package/libs/index.js +7 -7
- package/libs/shared-utils/absoluteUrl.d.ts +5 -0
- package/libs/shared-utils/absoluteUrl.js +10 -0
- package/libs/{PanoMeasurePlugin/utils → shared-utils}/getPointFromHammerEvent.d.ts +1 -1
- package/libs/shared-utils/index.d.ts +1 -1
- package/libs/shared-utils/index.js +17 -16
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/three/Magnifier.js +6 -5
- package/libs/shared-utils/three/PointSelector.d.ts +37 -3
- package/libs/shared-utils/three/PointSelector.js +84 -36
- package/libs/shared-utils/three/PointSelectorHelper.js +7 -7
- package/libs/vendor/svelte/internal/index.js +392 -345
- package/package.json +1 -1
- package/dist/shared-utils/isAbsoluteURL.d.ts +0 -1
- package/libs/shared-utils/isAbsoluteURL.d.ts +0 -1
- package/libs/shared-utils/isAbsoluteURL.js +0 -6
- /package/dist/{PanoMeasurePlugin/utils → shared-utils}/getIntersectionFromEvent.d.ts +0 -0
- /package/libs/{PanoMeasurePlugin/utils → shared-utils}/getIntersectionFromEvent.d.ts +0 -0
- /package/libs/{PanoMeasurePlugin/utils → shared-utils}/getIntersectionFromEvent.js +0 -0
- /package/libs/{PanoMeasurePlugin/utils → shared-utils}/getPointFromHammerEvent.js +0 -0
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
var
|
|
1
|
+
var C = Object.defineProperty, R = Object.defineProperties;
|
|
2
2
|
var F = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var b = Object.getOwnPropertySymbols;
|
|
4
4
|
var D = Object.prototype.hasOwnProperty, S = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var m = (
|
|
5
|
+
var m = (r, t, e) => t in r ? C(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e, p = (r, t) => {
|
|
6
6
|
for (var e in t || (t = {}))
|
|
7
|
-
D.call(t, e) && m(
|
|
7
|
+
D.call(t, e) && m(r, e, t[e]);
|
|
8
8
|
if (b)
|
|
9
9
|
for (var e of b(t))
|
|
10
|
-
S.call(t, e) && m(
|
|
11
|
-
return
|
|
12
|
-
}, l = (
|
|
13
|
-
var o = (
|
|
14
|
-
import { CSS3DRender as
|
|
15
|
-
import
|
|
16
|
-
import
|
|
10
|
+
S.call(t, e) && m(r, e, t[e]);
|
|
11
|
+
return r;
|
|
12
|
+
}, l = (r, t) => R(r, F(t));
|
|
13
|
+
var o = (r, t, e) => (m(r, typeof t != "symbol" ? t + "" : t, e), e);
|
|
14
|
+
import { CSS3DRender as x } from "./utils/three/CSS3DRender.js";
|
|
15
|
+
import O from "./utils/waitFiveModelLoaded.js";
|
|
16
|
+
import P from "./utils/generateBehindFiveElement.js";
|
|
17
17
|
import "hammerjs";
|
|
18
18
|
import "three";
|
|
19
19
|
import "@realsee/five";
|
|
20
20
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
21
|
-
import {
|
|
21
|
+
import { absoluteUrl as $ } from "../shared-utils/absoluteUrl.js";
|
|
22
22
|
import "./utils/three/CSS3DRenderer.js";
|
|
23
23
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
24
24
|
import "./utils/getAllCSS3DObject.js";
|
|
@@ -31,14 +31,14 @@ import "./utils/three/OpacityMesh.js";
|
|
|
31
31
|
import "../shared-utils/three/centerPoint.js";
|
|
32
32
|
import "./utils/three/CSS3DScene.js";
|
|
33
33
|
import "./utils/three/CSS3DGroup.js";
|
|
34
|
-
const
|
|
35
|
-
class W extends
|
|
34
|
+
const E = "v2.0.1", h = `CSS3DRenderPlugin@${E}`;
|
|
35
|
+
class W extends x {
|
|
36
36
|
constructor(e) {
|
|
37
37
|
super();
|
|
38
38
|
o(this, "five");
|
|
39
39
|
o(this, "behindFiveContainer");
|
|
40
|
-
o(this, "VERSION",
|
|
41
|
-
o(this, "staticPrefix", "//
|
|
40
|
+
o(this, "VERSION", E);
|
|
41
|
+
o(this, "staticPrefix", "//vr-image-4.realsee-cdn.cn");
|
|
42
42
|
/**
|
|
43
43
|
* @description 根据传入的四个点位创建一个 3d dom容器,可以通过ReactDom.render()的方式将react组件放到容器中
|
|
44
44
|
* @param { Vector3Position[] } points 矩形四个点坐标
|
|
@@ -74,19 +74,19 @@ class W extends $ {
|
|
|
74
74
|
* } | void
|
|
75
75
|
* ```
|
|
76
76
|
*/
|
|
77
|
-
o(this, "create3DDomContainer", (e,
|
|
77
|
+
o(this, "create3DDomContainer", (e, i) => {
|
|
78
78
|
if (this.state.disposed)
|
|
79
79
|
return;
|
|
80
80
|
const s = (() => {
|
|
81
81
|
var f;
|
|
82
|
-
(
|
|
82
|
+
(i == null ? void 0 : i.dpr) !== void 0 && console.warn(`${h}: please use "config.devicePixelRatio" replace "config.dpr"`);
|
|
83
83
|
const d = {
|
|
84
84
|
ratio: 216e-5,
|
|
85
|
-
devicePixelRatio: (f =
|
|
85
|
+
devicePixelRatio: (f = i == null ? void 0 : i.dpr) != null ? f : 1,
|
|
86
86
|
mode: "front",
|
|
87
87
|
autoRender: !0
|
|
88
88
|
};
|
|
89
|
-
return Object.assign(d,
|
|
89
|
+
return Object.assign(d, i, (i == null ? void 0 : i.mode) === "behind" ? { scene: this.five.scene } : void 0);
|
|
90
90
|
})(), a = this.five.getElement();
|
|
91
91
|
if (!a) {
|
|
92
92
|
console.error(`${h}: five.getElement() is ${a}`);
|
|
@@ -97,15 +97,15 @@ class W extends $ {
|
|
|
97
97
|
const n = this.create3DElement(this.five.camera, e, l(p({}, s), { autoRender: !1 }));
|
|
98
98
|
if (!n)
|
|
99
99
|
return;
|
|
100
|
-
const
|
|
100
|
+
const u = () => {
|
|
101
101
|
const d = n.css3DObject.mode === "front" ? a.parentElement : this.getBehindFiveElement();
|
|
102
102
|
if (!d)
|
|
103
103
|
return console.error(`${h}: wrapper is ${d}`);
|
|
104
104
|
n.appendToElement(d), n.render();
|
|
105
|
-
},
|
|
106
|
-
n.css3DObject.mode === "front" &&
|
|
105
|
+
}, c = () => {
|
|
106
|
+
n.css3DObject.mode === "front" && u(), n.css3DObject.mode === "behind" && O(this.five).then(() => u());
|
|
107
107
|
};
|
|
108
|
-
return v &&
|
|
108
|
+
return v && c(), l(p({}, n), { render: v ? void 0 : c });
|
|
109
109
|
});
|
|
110
110
|
this.five = e;
|
|
111
111
|
}
|
|
@@ -114,14 +114,17 @@ class W extends $ {
|
|
|
114
114
|
return this.dispose();
|
|
115
115
|
}
|
|
116
116
|
setState(...e) {
|
|
117
|
-
const
|
|
118
|
-
return this.five.needsRender = !0,
|
|
117
|
+
const i = super.setState(...e);
|
|
118
|
+
return this.five.needsRender = !0, i;
|
|
119
119
|
}
|
|
120
120
|
getBehindFiveElement() {
|
|
121
|
-
return this.behindFiveContainer ? this.behindFiveContainer : (this.behindFiveContainer =
|
|
121
|
+
return this.behindFiveContainer ? this.behindFiveContainer : (this.behindFiveContainer = P(this.five), this.behindFiveContainer);
|
|
122
122
|
}
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
/**
|
|
124
|
+
* @description: 获取静态资源的url
|
|
125
|
+
*/
|
|
126
|
+
absoluteUrl(e) {
|
|
127
|
+
return $(this.staticPrefix, e);
|
|
125
128
|
}
|
|
126
129
|
}
|
|
127
130
|
export {
|
|
@@ -6,7 +6,7 @@ import "hammerjs";
|
|
|
6
6
|
import "three";
|
|
7
7
|
import "@realsee/five";
|
|
8
8
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
9
|
-
import "../shared-utils/
|
|
9
|
+
import "../shared-utils/absoluteUrl.js";
|
|
10
10
|
import "./utils/three/CSS3DRenderer.js";
|
|
11
11
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
12
12
|
import "./utils/getAllCSS3DObject.js";
|
|
@@ -55,7 +55,7 @@ import "../shared-utils/three/centerPoint.js";
|
|
|
55
55
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
56
56
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
57
57
|
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
58
|
-
import "../shared-utils/
|
|
58
|
+
import "../shared-utils/absoluteUrl.js";
|
|
59
59
|
import "../GuideLinePlugin/Controller.js";
|
|
60
60
|
import "../GuideLinePlugin/GuideLineItem/index.js";
|
|
61
61
|
import "../GuideLinePlugin/GuideLineModeItem/index.js";
|
|
@@ -20,7 +20,7 @@ import "../shared-utils/three/centerPoint.js";
|
|
|
20
20
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
21
21
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
22
22
|
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
23
|
-
import "../shared-utils/
|
|
23
|
+
import "../shared-utils/absoluteUrl.js";
|
|
24
24
|
import "../GuideLinePlugin/index.js";
|
|
25
25
|
import "../GuideLinePlugin/Controller.js";
|
|
26
26
|
import "../shared-utils/equal.js";
|
|
@@ -1,134 +1,134 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
2
|
-
function
|
|
3
|
-
|
|
1
|
+
import { SvelteComponent as D, init as G, safe_not_equal as X, append_styles as x, element as u, space as p, attr as c, set_style as k, insert as T, append as a, noop as y, detach as z, text as h, set_data as j } from "../../vendor/svelte/internal/index.js";
|
|
2
|
+
function P(i) {
|
|
3
|
+
x(i, "svelte-4qjwer", ".guide-line__tag.svelte-4qjwer.svelte-4qjwer{position:relative}.text-with-distance.svelte-4qjwer.svelte-4qjwer{display:flex;flex-direction:column;position:relative;padding:0.125rem 0.25rem;border-radius:0.125rem;background:linear-gradient(to top, rgba(147, 147, 147, 0.3), rgba(74, 74, 74, 0.3));box-shadow:0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.2)}.text-with-distance.svelte-4qjwer .border.svelte-4qjwer{position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;padding:0.0625rem;border-radius:0.25rem;background:linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;transform:scale(0.5)}.distance-and-name.svelte-4qjwer.svelte-4qjwer{display:flex;gap:0.1875rem}.distance.svelte-4qjwer.svelte-4qjwer{white-space:nowrap;font-size:0.625rem;line-height:0.875rem;color:#66afff}.name.svelte-4qjwer.svelte-4qjwer{opacity:0.6;font-size:0.625rem;line-height:0.875rem;white-space:nowrap;color:#ffffff}.line-name.svelte-4qjwer.svelte-4qjwer{color:#fff;white-space:nowrap;font-size:0.625rem;line-height:0.875rem}.guide-line__tag-point.svelte-4qjwer.svelte-4qjwer{position:absolute;left:50%;bottom:0.0625rem;width:0.4375rem;height:0.125rem;transform:translateX(-50%);background:#fff;border-radius:50%;opacity:0.5}.guide-line__tag-line.svelte-4qjwer.svelte-4qjwer{position:absolute;left:50%;bottom:0.0625rem;width:0.0625rem;height:1.875rem;transform:translateX(-50%);background:linear-gradient(to top, #fff, rgba(255, 255, 255, 0))}.guide-line__tag-content.svelte-4qjwer.svelte-4qjwer{position:absolute;left:-0.9375rem;bottom:1.9375rem;display:flex}.guide-line__tag-icon.svelte-4qjwer.svelte-4qjwer{width:1.875rem;height:1.875rem;background-size:100%}.guide-line__tag-text.svelte-4qjwer.svelte-4qjwer{box-sizing:content-box;height:0.875rem;width:-moz-max-content;width:max-content;margin-top:0.3125rem;transform:translateX(-0.1875rem);white-space:nowrap;font-size:0.625rem;line-height:0.875rem;border:solid transparent;border-width:0.125rem 0.5rem 0.125rem 0.375rem;border-image-slice:6 25 6 18 fill;color:#fff}");
|
|
4
4
|
}
|
|
5
|
-
function
|
|
6
|
-
let e,
|
|
5
|
+
function E(i) {
|
|
6
|
+
let e, r;
|
|
7
7
|
return {
|
|
8
8
|
c() {
|
|
9
|
-
e =
|
|
9
|
+
e = u("div"), r = h(
|
|
10
10
|
/*text*/
|
|
11
11
|
i[0]
|
|
12
|
-
),
|
|
12
|
+
), c(e, "class", "guide-line__tag-text svelte-4qjwer"), k(e, "border-image-source", `url(${/*text_background_url*/
|
|
13
13
|
i[6]})`);
|
|
14
14
|
},
|
|
15
15
|
m(l, n) {
|
|
16
|
-
T(l, e, n),
|
|
16
|
+
T(l, e, n), a(e, r);
|
|
17
17
|
},
|
|
18
18
|
p(l, n) {
|
|
19
19
|
n & /*text*/
|
|
20
|
-
1 &&
|
|
21
|
-
|
|
20
|
+
1 && j(
|
|
21
|
+
r,
|
|
22
22
|
/*text*/
|
|
23
23
|
l[0]
|
|
24
24
|
);
|
|
25
25
|
},
|
|
26
26
|
d(l) {
|
|
27
|
-
l &&
|
|
27
|
+
l && z(e);
|
|
28
28
|
}
|
|
29
29
|
};
|
|
30
30
|
}
|
|
31
|
-
function
|
|
32
|
-
let e,
|
|
31
|
+
function I(i) {
|
|
32
|
+
let e, r, l, n, v = (
|
|
33
33
|
/*i18n*/
|
|
34
34
|
i[5]("全程") + ""
|
|
35
|
-
), o, d,
|
|
35
|
+
), o, d, q = (
|
|
36
36
|
/*i18n*/
|
|
37
37
|
i[5]("米") + ""
|
|
38
|
-
),
|
|
38
|
+
), b, t, s, f, w, N, m = (
|
|
39
39
|
/*name*/
|
|
40
|
-
i[4] &&
|
|
40
|
+
i[4] && _(i)
|
|
41
41
|
);
|
|
42
42
|
return {
|
|
43
43
|
c() {
|
|
44
|
-
e =
|
|
44
|
+
e = u("div"), m && m.c(), r = p(), l = u("div"), n = u("span"), o = h(v), d = h(
|
|
45
45
|
/*distance*/
|
|
46
46
|
i[2]
|
|
47
|
-
),
|
|
47
|
+
), b = h(q), t = p(), s = u("span"), f = h(
|
|
48
48
|
/*text*/
|
|
49
49
|
i[0]
|
|
50
|
-
),
|
|
50
|
+
), w = p(), N = u("div"), c(n, "class", "distance svelte-4qjwer"), c(s, "class", "name svelte-4qjwer"), c(l, "class", "distance-and-name svelte-4qjwer"), c(N, "class", "border svelte-4qjwer"), c(e, "class", "text-with-distance svelte-4qjwer");
|
|
51
51
|
},
|
|
52
|
-
m(
|
|
53
|
-
T(
|
|
52
|
+
m(g, A) {
|
|
53
|
+
T(g, e, A), m && m.m(e, null), a(e, r), a(e, l), a(l, n), a(n, o), a(n, d), a(n, b), a(l, t), a(l, s), a(s, f), a(e, w), a(e, N);
|
|
54
54
|
},
|
|
55
|
-
p(
|
|
55
|
+
p(g, A) {
|
|
56
56
|
/*name*/
|
|
57
|
-
|
|
58
|
-
32 &&
|
|
59
|
-
|
|
60
|
-
4 &&
|
|
57
|
+
g[4] ? m ? m.p(g, A) : (m = _(g), m.c(), m.m(e, r)) : m && (m.d(1), m = null), A & /*i18n*/
|
|
58
|
+
32 && v !== (v = /*i18n*/
|
|
59
|
+
g[5]("全程") + "") && j(o, v), A & /*distance*/
|
|
60
|
+
4 && j(
|
|
61
61
|
d,
|
|
62
62
|
/*distance*/
|
|
63
|
-
|
|
64
|
-
),
|
|
65
|
-
32 &&
|
|
66
|
-
|
|
67
|
-
1 &&
|
|
63
|
+
g[2]
|
|
64
|
+
), A & /*i18n*/
|
|
65
|
+
32 && q !== (q = /*i18n*/
|
|
66
|
+
g[5]("米") + "") && j(b, q), A & /*text*/
|
|
67
|
+
1 && j(
|
|
68
68
|
f,
|
|
69
69
|
/*text*/
|
|
70
|
-
|
|
70
|
+
g[0]
|
|
71
71
|
);
|
|
72
72
|
},
|
|
73
|
-
d(
|
|
74
|
-
|
|
73
|
+
d(g) {
|
|
74
|
+
g && z(e), m && m.d();
|
|
75
75
|
}
|
|
76
76
|
};
|
|
77
77
|
}
|
|
78
|
-
function
|
|
79
|
-
let e,
|
|
78
|
+
function _(i) {
|
|
79
|
+
let e, r;
|
|
80
80
|
return {
|
|
81
81
|
c() {
|
|
82
|
-
e =
|
|
82
|
+
e = u("span"), r = h(
|
|
83
83
|
/*name*/
|
|
84
84
|
i[4]
|
|
85
|
-
),
|
|
85
|
+
), c(e, "class", "line-name svelte-4qjwer");
|
|
86
86
|
},
|
|
87
87
|
m(l, n) {
|
|
88
|
-
T(l, e, n),
|
|
88
|
+
T(l, e, n), a(e, r);
|
|
89
89
|
},
|
|
90
90
|
p(l, n) {
|
|
91
91
|
n & /*name*/
|
|
92
|
-
16 &&
|
|
93
|
-
|
|
92
|
+
16 && j(
|
|
93
|
+
r,
|
|
94
94
|
/*name*/
|
|
95
95
|
l[4]
|
|
96
96
|
);
|
|
97
97
|
},
|
|
98
98
|
d(l) {
|
|
99
|
-
l &&
|
|
99
|
+
l && z(e);
|
|
100
100
|
}
|
|
101
101
|
};
|
|
102
102
|
}
|
|
103
|
-
function
|
|
104
|
-
let e,
|
|
103
|
+
function Z(i) {
|
|
104
|
+
let e, r, l, n, v, o, d, q, b, t = (
|
|
105
105
|
/*text*/
|
|
106
106
|
i[0] && !/*distance*/
|
|
107
|
-
i[2] &&
|
|
107
|
+
i[2] && E(i)
|
|
108
108
|
), s = (
|
|
109
109
|
/*distance*/
|
|
110
|
-
i[2] &&
|
|
110
|
+
i[2] && I(i)
|
|
111
111
|
);
|
|
112
112
|
return {
|
|
113
113
|
c() {
|
|
114
|
-
e =
|
|
115
|
-
i[1]})`),
|
|
114
|
+
e = u("div"), r = u("div"), l = p(), n = u("div"), v = p(), o = u("div"), d = u("div"), q = p(), t && t.c(), b = p(), s && s.c(), c(r, "class", "guide-line__tag-point svelte-4qjwer"), c(n, "class", "guide-line__tag-line svelte-4qjwer"), c(d, "class", "guide-line__tag-icon svelte-4qjwer"), k(d, "background-image", `url(${/*icon_url*/
|
|
115
|
+
i[1]})`), c(o, "class", "guide-line__tag-content svelte-4qjwer"), c(e, "class", "guide-line__tag svelte-4qjwer"), k(
|
|
116
116
|
e,
|
|
117
117
|
"opacity",
|
|
118
118
|
/*opacity*/
|
|
119
119
|
i[3]
|
|
120
120
|
);
|
|
121
121
|
},
|
|
122
|
-
m(f,
|
|
123
|
-
T(f, e,
|
|
122
|
+
m(f, w) {
|
|
123
|
+
T(f, e, w), a(e, r), a(e, l), a(e, n), a(e, v), a(e, o), a(o, d), a(o, q), t && t.m(o, null), a(o, b), s && s.m(o, null);
|
|
124
124
|
},
|
|
125
|
-
p(f, [
|
|
126
|
-
|
|
125
|
+
p(f, [w]) {
|
|
126
|
+
w & /*icon_url*/
|
|
127
127
|
2 && k(d, "background-image", `url(${/*icon_url*/
|
|
128
128
|
f[1]})`), /*text*/
|
|
129
129
|
f[0] && !/*distance*/
|
|
130
|
-
f[2] ? t ? t.p(f,
|
|
131
|
-
f[2] ? s ? s.p(f,
|
|
130
|
+
f[2] ? t ? t.p(f, w) : (t = E(f), t.c(), t.m(o, b)) : t && (t.d(1), t = null), /*distance*/
|
|
131
|
+
f[2] ? s ? s.p(f, w) : (s = I(f), s.c(), s.m(o, null)) : s && (s.d(1), s = null), w & /*opacity*/
|
|
132
132
|
8 && k(
|
|
133
133
|
e,
|
|
134
134
|
"opacity",
|
|
@@ -136,28 +136,28 @@ function K(i) {
|
|
|
136
136
|
f[3]
|
|
137
137
|
);
|
|
138
138
|
},
|
|
139
|
-
i:
|
|
140
|
-
o:
|
|
139
|
+
i: y,
|
|
140
|
+
o: y,
|
|
141
141
|
d(f) {
|
|
142
|
-
f &&
|
|
142
|
+
f && z(e), t && t.d(), s && s.d();
|
|
143
143
|
}
|
|
144
144
|
};
|
|
145
145
|
}
|
|
146
|
-
function
|
|
147
|
-
let { text: l = "" } = e, { icon_url: n = "" } = e, { distance:
|
|
148
|
-
const
|
|
146
|
+
function K(i, e, r) {
|
|
147
|
+
let { text: l = "" } = e, { icon_url: n = "" } = e, { distance: v = 0 } = e, { opacity: o = 1 } = e, { name: d = "" } = e, { i18n: q = (t) => t } = e;
|
|
148
|
+
const b = "data:image/png;base64,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";
|
|
149
149
|
return i.$$set = (t) => {
|
|
150
|
-
"text" in t &&
|
|
151
|
-
}, [l, n,
|
|
150
|
+
"text" in t && r(0, l = t.text), "icon_url" in t && r(1, n = t.icon_url), "distance" in t && r(2, v = t.distance), "opacity" in t && r(3, o = t.opacity), "name" in t && r(4, d = t.name), "i18n" in t && r(5, q = t.i18n);
|
|
151
|
+
}, [l, n, v, o, d, q, b];
|
|
152
152
|
}
|
|
153
|
-
class
|
|
153
|
+
class F extends D {
|
|
154
154
|
constructor(e) {
|
|
155
|
-
super(),
|
|
155
|
+
super(), G(
|
|
156
156
|
this,
|
|
157
157
|
e,
|
|
158
|
-
B,
|
|
159
158
|
K,
|
|
160
|
-
|
|
159
|
+
Z,
|
|
160
|
+
X,
|
|
161
161
|
{
|
|
162
162
|
text: 0,
|
|
163
163
|
icon_url: 1,
|
|
@@ -166,10 +166,10 @@ class O extends G {
|
|
|
166
166
|
name: 4,
|
|
167
167
|
i18n: 5
|
|
168
168
|
},
|
|
169
|
-
|
|
169
|
+
P
|
|
170
170
|
);
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
173
|
export {
|
|
174
|
-
|
|
174
|
+
F as default
|
|
175
175
|
};
|
|
@@ -50,7 +50,7 @@ import "../shared-utils/three/centerPoint.js";
|
|
|
50
50
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
51
51
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
52
52
|
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
53
|
-
import "../shared-utils/
|
|
53
|
+
import "../shared-utils/absoluteUrl.js";
|
|
54
54
|
import "../shared-utils/isTruelyObject.js";
|
|
55
55
|
import "./GuideLineModeItem/index.js";
|
|
56
56
|
import "../shared-utils/log.js";
|
|
@@ -55,7 +55,7 @@ import "../PanoTagPlugin/utils/planeNormal.js";
|
|
|
55
55
|
import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
56
56
|
import "../PanoTagPlugin/controller/TagCache.js";
|
|
57
57
|
import "../base/BasePlugin.js";
|
|
58
|
-
import "../shared-utils/
|
|
58
|
+
import "../shared-utils/absoluteUrl.js";
|
|
59
59
|
import "../vendor/svelte/store/index.js";
|
|
60
60
|
import "../vendor/svelte/internal/index.js";
|
|
61
61
|
import "../shared-utils/device.js";
|
|
@@ -53,7 +53,7 @@ import "../PanoTagPlugin/utils/planeNormal.js";
|
|
|
53
53
|
import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
54
54
|
import "../PanoTagPlugin/controller/TagCache.js";
|
|
55
55
|
import "../base/BasePlugin.js";
|
|
56
|
-
import "../shared-utils/
|
|
56
|
+
import "../shared-utils/absoluteUrl.js";
|
|
57
57
|
import "../vendor/svelte/store/index.js";
|
|
58
58
|
import "../vendor/svelte/internal/index.js";
|
|
59
59
|
import "../shared-utils/device.js";
|
|
@@ -21,7 +21,7 @@ import "../shared-utils/three/centerPoint.js";
|
|
|
21
21
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
22
22
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
23
23
|
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
24
|
-
import "../shared-utils/
|
|
24
|
+
import "../shared-utils/absoluteUrl.js";
|
|
25
25
|
import "../shared-utils/equal.js";
|
|
26
26
|
import "../shared-utils/isTruelyObject.js";
|
|
27
27
|
import "../CruisePlugin/Controller.js";
|