@realsee/dnalogel 2.30.3 → 3.0.0-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/Controller.d.ts +3 -2
- package/dist/CSS3DRenderPlugin/utils/three/CSS3DObject.d.ts +3 -1
- package/dist/CSS3DRenderPlugin/utils/three/CSS3DRender.d.ts +1 -0
- package/dist/PanoTagPlugin/controller/TagCache.d.ts +3 -3
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +6 -12
- package/dist/PanoTagPlugin/controller/TagRender.d.ts +5 -1
- package/dist/PanoTagPlugin/controller/TagUtil.d.ts +12 -6
- package/dist/PanoTagPlugin/controller/index.d.ts +2 -6
- package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +3 -2
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +66 -20
- package/dist/PanoTagPlugin/typings/tag/TagInstance.d.ts +7 -2
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +8 -3
- package/dist/PanoTagPlugin/utils/index.d.ts +0 -2
- package/dist/PanoTagPlugin/utils/planeNormal.d.ts +1 -1
- package/dist/PanoTagPlugin/utils/tag/adaptConfig.d.ts +2 -0
- package/dist/floorplan/utils/correctFiveState.d.ts +1 -1
- package/dist/index.cjs.js +57 -57
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4749 -4758
- package/dist/index.umd.js +48 -48
- package/dist/shared-utils/five/FiveDomEvents.d.ts +1 -3
- package/dist/shared-utils/five/adapt.d.ts +9 -0
- package/dist/shared-utils/five/fiveModelLoad.d.ts +9 -0
- package/dist/shared-utils/getPxmm.d.ts +1 -1
- package/dist/shared-utils/typescript/entries.d.ts +2 -0
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +120 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/classes/AreaMakerPluginType.AreaMakerController.html +725 -0
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +678 -0
- package/docs/classes/CSS3DRender.html +773 -0
- package/docs/classes/CruisePluginController.html +672 -0
- package/docs/classes/GuideLineItem.GuideLineItem.html +491 -0
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +792 -0
- package/docs/classes/Magnifier.html +480 -0
- package/docs/classes/ModelRoomLabelController.html +398 -0
- package/docs/classes/Object3DHelperController.html +640 -0
- package/docs/classes/PaintBrush.html +502 -0
- package/docs/classes/PanoMeasurePluginLine.html +522 -0
- package/docs/classes/PanoMeasurePluginModel.html +571 -0
- package/docs/classes/PanoMeasurePluginPoint.html +362 -0
- package/docs/classes/PanoMeasurePluginPolyline.html +567 -0
- package/docs/classes/PanoTagPluginController.html +1050 -0
- package/docs/classes/Util.BetterTween.html +416 -0
- package/docs/classes/Util.Interval.html +432 -0
- package/docs/classes/Util.LineSegments.html +384 -0
- package/docs/classes/Util.Magnifier.html +503 -0
- package/docs/classes/Util.Object3D.html +406 -0
- package/docs/classes/Util.PointDomHelper.html +407 -0
- package/docs/classes/Util.PointHelper.html +398 -0
- package/docs/classes/Util.PointSelectorHelper.html +454 -0
- package/docs/classes/Util.Rectangle.html +455 -0
- package/docs/enums/CameraMovementEffect.html +310 -0
- package/docs/enums/ContentType.html +446 -0
- package/docs/enums/DIRECTION.html +320 -0
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +320 -0
- package/docs/enums/DimensionType.html +310 -0
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +313 -0
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +320 -0
- package/docs/enums/PaintBrushTypeEnum.html +313 -0
- package/docs/enums/PointType.html +310 -0
- package/docs/enums/Rotation.html +317 -0
- package/docs/functions/AreaMakerPlugin.html +290 -0
- package/docs/functions/CSS3DRenderPlugin.html +288 -0
- package/docs/functions/CameraMovementPlugin.html +293 -0
- package/docs/functions/CruisePlugin.html +290 -0
- package/docs/functions/CurrentPanoImagePlugin.html +290 -0
- package/docs/functions/GuideLinePlugin.html +290 -0
- package/docs/functions/ItemLabelPlugin.html +290 -0
- package/docs/functions/MapviewFloorplanPlugin.html +290 -0
- package/docs/functions/ModelChassisCompassPlugin.html +293 -0
- package/docs/functions/ModelEntryDoorGuidePlugin.html +293 -0
- package/docs/functions/ModelFloorplanPlugin.html +290 -0
- package/docs/functions/ModelItemLabelPlugin.html +290 -0
- package/docs/functions/ModelRoomLabelPlugin.html +288 -0
- package/docs/functions/ModelTVVideoPlugin.html +290 -0
- package/docs/functions/ModelViewPlugin.html +293 -0
- package/docs/functions/Object3DHelperPlugin.html +288 -0
- package/docs/functions/PanoCompassPlugin.html +290 -0
- package/docs/functions/PanoCursorRaycasterPlugin.html +294 -0
- package/docs/functions/PanoDoorLabelPlugin.html +290 -0
- package/docs/functions/PanoFloorplanRadarPlugin.html +290 -0
- package/docs/functions/PanoMeasurePlugin.html +290 -0
- package/docs/functions/PanoRulerPlugin.html +293 -0
- package/docs/functions/PanoRulerProPlugin.html +293 -0
- package/docs/functions/PanoSpatialTagPlugin.html +293 -0
- package/docs/functions/PanoTagPlugin.html +295 -0
- package/docs/functions/PanoVideoPlugin.html +299 -0
- package/docs/functions/PipelinePlugin.html +288 -0
- package/docs/functions/TopviewFloorplanPlugin.html +290 -0
- package/docs/functions/Util.absoluteUrl.html +326 -0
- package/docs/functions/Util.checkFiveModelLoaded.html +329 -0
- package/docs/functions/Util.equal.html +338 -0
- package/docs/functions/Util.getCoordsFromClient.html +328 -0
- package/docs/functions/Util.getCoordsFromElement.html +328 -0
- package/docs/functions/Util.getFrameTime.html +320 -0
- package/docs/functions/Util.getIntersectFromRelativePosition.html +328 -0
- package/docs/functions/Util.getRaycasterFromFivePointer.html +328 -0
- package/docs/functions/Util.isAbsoluteURL.html +321 -0
- package/docs/functions/Util.isModelLike.html +321 -0
- package/docs/functions/Util.isNil.html +329 -0
- package/docs/functions/Util.isPanoramaLike.html +321 -0
- package/docs/functions/Util.nextFrame.html +334 -0
- package/docs/functions/Util.notNil.html +329 -0
- package/docs/functions/Util.requestAnimationFrameInterval.html +350 -0
- package/docs/functions/Util.tweenProgress.html +323 -0
- package/docs/functions/Util.uuid.html +319 -0
- package/docs/functions/pluginFlag.html +288 -0
- package/docs/index.html +354 -0
- package/docs/interfaces/AddTagConfig.html +303 -0
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +329 -0
- package/docs/interfaces/AreaMakerPluginType.Config.html +334 -0
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +620 -0
- package/docs/interfaces/AreaMakerPluginType.Params.html +333 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +383 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +368 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +333 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +326 -0
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +325 -0
- package/docs/interfaces/AreaMakerPluginType.State.html +354 -0
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +449 -0
- package/docs/interfaces/CSS3DRenderPluginState.html +325 -0
- package/docs/interfaces/CameraMovementPluginExportType.html +358 -0
- package/docs/interfaces/CruisePluginTypes.Config.html +359 -0
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +361 -0
- package/docs/interfaces/CruisePluginTypes.EventMap.html +696 -0
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +385 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +421 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +411 -0
- package/docs/interfaces/CruisePluginTypes.PluginData.html +351 -0
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +319 -0
- package/docs/interfaces/CruisePluginTypes.PluginState.html +408 -0
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +382 -0
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +521 -0
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +323 -0
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +315 -0
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +337 -0
- package/docs/interfaces/EventMap.html +542 -0
- package/docs/interfaces/FloorplanBounding.html +332 -0
- package/docs/interfaces/FloorplanData.html +335 -0
- package/docs/interfaces/FloorplanEntrance.html +360 -0
- package/docs/interfaces/FloorplanExtraObject.html +350 -0
- package/docs/interfaces/FloorplanExtraObject3D.html +339 -0
- package/docs/interfaces/FloorplanFloorData.html +328 -0
- package/docs/interfaces/FloorplanImagePosition.html +314 -0
- package/docs/interfaces/FloorplanObserver.html +332 -0
- package/docs/interfaces/FloorplanOutlineItem.html +328 -0
- package/docs/interfaces/FloorplanPosition.html +314 -0
- package/docs/interfaces/FloorplanRoomItem.html +379 -0
- package/docs/interfaces/FloorplanRoomLabelItem.html +320 -0
- package/docs/interfaces/FloorplanServerBounding.html +332 -0
- package/docs/interfaces/FloorplanServerComputedData.html +331 -0
- package/docs/interfaces/FloorplanServerData.html +314 -0
- package/docs/interfaces/FloorplanServerDoorItem.html +331 -0
- package/docs/interfaces/FloorplanServerDoorPosition.html +317 -0
- package/docs/interfaces/FloorplanServerEntrance.html +360 -0
- package/docs/interfaces/FloorplanServerFloorData.html +328 -0
- package/docs/interfaces/FloorplanServerImagePosition.html +314 -0
- package/docs/interfaces/FloorplanServerObserver.html +332 -0
- package/docs/interfaces/FloorplanServerOutlineItem.html +328 -0
- package/docs/interfaces/FloorplanServerPosition.html +314 -0
- package/docs/interfaces/FloorplanServerRoomItem.html +391 -0
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +320 -0
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +323 -0
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +361 -0
- package/docs/interfaces/GuideLinePluginType.EventMap.html +525 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +356 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +347 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +414 -0
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +346 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +471 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +343 -0
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +471 -0
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +308 -0
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +329 -0
- package/docs/interfaces/GuideLinePluginType.PluginState.html +354 -0
- package/docs/interfaces/GuideLinePluginType.Route.html +370 -0
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +352 -0
- package/docs/interfaces/HelperOffset.html +332 -0
- package/docs/interfaces/ImagePlaneGroup.html +306 -0
- package/docs/interfaces/ItemLabelPluginData.html +303 -0
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +388 -0
- package/docs/interfaces/ItemLabelPluginParametersType.html +324 -0
- package/docs/interfaces/MinMax.html +310 -0
- package/docs/interfaces/ModelChassisCompassPluginData.html +310 -0
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +346 -0
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +310 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +317 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +354 -0
- package/docs/interfaces/ModelItemLabelPluginData.html +303 -0
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +388 -0
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +310 -0
- package/docs/interfaces/ModelRoomLabelPluginData.html +303 -0
- package/docs/interfaces/ModelTVVideoPluginData.html +324 -0
- package/docs/interfaces/ModelTVVideoPluginExportType.html +348 -0
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +303 -0
- package/docs/interfaces/ModelViewPluginExportType.html +416 -0
- package/docs/interfaces/Object3DHelperState.html +317 -0
- package/docs/interfaces/ObjectHelperControllers.html +324 -0
- package/docs/interfaces/PaintBrushAction.html +363 -0
- package/docs/interfaces/PaintBrushConfigs.html +361 -0
- package/docs/interfaces/PaintBrushState.html +345 -0
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +425 -0
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +282 -0
- package/docs/interfaces/PanoMeasureParameterType.html +449 -0
- package/docs/interfaces/PanoMeasurePluginLineJson.html +317 -0
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +314 -0
- package/docs/interfaces/PanoMeasurePluginPointJson.html +310 -0
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +320 -0
- package/docs/interfaces/PanoRulerPluginExportType.html +377 -0
- package/docs/interfaces/PanoRulerPluginOptions.html +326 -0
- package/docs/interfaces/PanoRulerPluginParameterType.html +317 -0
- package/docs/interfaces/PanoRulerProPluginExportType.html +353 -0
- package/docs/interfaces/PanoRulerProPluginOptions.html +323 -0
- package/docs/interfaces/PanoRulerProPluginParameterType.html +310 -0
- package/docs/interfaces/PanoRulerProPluginState.html +317 -0
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +296 -0
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +285 -0
- package/docs/interfaces/PanoSpatialTagPluginData.html +353 -0
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +335 -0
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +431 -0
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +331 -0
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +352 -0
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +338 -0
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +331 -0
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +323 -0
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +341 -0
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +314 -0
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +420 -0
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +314 -0
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +349 -0
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +368 -0
- package/docs/interfaces/Point.html +317 -0
- package/docs/interfaces/Room.html +324 -0
- package/docs/interfaces/RoomInfo.html +310 -0
- package/docs/interfaces/RoomLabel.html +386 -0
- package/docs/interfaces/RoomRules.html +285 -0
- package/docs/interfaces/Rooms.html +285 -0
- package/docs/interfaces/Scissor.html +344 -0
- package/docs/interfaces/State.html +331 -0
- package/docs/interfaces/TagCacheInterface.html +362 -0
- package/docs/interfaces/TagConfig.html +565 -0
- package/docs/interfaces/TagGLTFObjectGroup.html +306 -0
- package/docs/interfaces/TagIconUrl.html +363 -0
- package/docs/interfaces/TagObjectGroup.html +306 -0
- package/docs/interfaces/TagStyle.html +316 -0
- package/docs/interfaces/Tags.html +2688 -0
- package/docs/interfaces/TemporaryState.html +303 -0
- package/docs/interfaces/Util.MagnifierParameter.html +391 -0
- package/docs/interfaces/Util.MouseGroupParameter.html +350 -0
- package/docs/interfaces/Util.PointIntersection.html +365 -0
- package/docs/modules/AreaMakerPluginType.html +323 -0
- package/docs/modules/CruisePluginTypes.html +328 -0
- package/docs/modules/CurrentPanoImagePluginType.html +297 -0
- package/docs/modules/GuideLineItem.html +289 -0
- package/docs/modules/GuideLineModeItem.html +294 -0
- package/docs/modules/GuideLinePluginType.html +348 -0
- package/docs/modules/PanoVideoPluginType.html +301 -0
- package/docs/modules/Util.html +351 -0
- package/docs/modules.html +540 -0
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +331 -0
- package/docs/types/AreaMakerPluginType.PluginData.html +301 -0
- package/docs/types/AreaMakerPluginType.ServerData.html +301 -0
- package/docs/types/ArrayPosition.html +279 -0
- package/docs/types/AudioAppearance.html +279 -0
- package/docs/types/AudioTagTypeConfigKey.html +279 -0
- package/docs/types/CSS3DRenderExportType.html +279 -0
- package/docs/types/CSS3DRenderPluginExportType.html +279 -0
- package/docs/types/CSS3DRenderPluginParameterType.html +279 -0
- package/docs/types/ClassFunctionParameters.html +286 -0
- package/docs/types/Color.html +279 -0
- package/docs/types/ContentTypeConfigKey.html +279 -0
- package/docs/types/ContentTypeConfigKeySplit.html +279 -0
- package/docs/types/ContentTypeMap.html +279 -0
- package/docs/types/Create3DDomContainerReturnType.html +279 -0
- package/docs/types/Create3DElementReturnType.html +279 -0
- package/docs/types/CruisePluginExportType.html +279 -0
- package/docs/types/CruisePluginTypes.CruiseData.html +318 -0
- package/docs/types/CruisePluginTypes.MoveEffect.html +295 -0
- package/docs/types/CurrentPanoImagePluginExportType.html +279 -0
- package/docs/types/DeprecatedMediaPlaneProperty.html +291 -0
- package/docs/types/DeprecatedTagProperty.html +294 -0
- package/docs/types/Direction-1.html +279 -0
- package/docs/types/Direction4.html +279 -0
- package/docs/types/ElementRenderer.html +303 -0
- package/docs/types/FloorplanRuleLabels.html +282 -0
- package/docs/types/FloorplanServerRuleLabels.html +279 -0
- package/docs/types/GuideLinePluginExportType.html +279 -0
- package/docs/types/GuideLinePluginType.GuideLineItem.html +351 -0
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +372 -0
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +305 -0
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +308 -0
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +308 -0
- package/docs/types/GuideLinePluginType.PathItem.html +308 -0
- package/docs/types/GuideLinePluginType.PluginData.html +317 -0
- package/docs/types/HelperEventMap.html +517 -0
- package/docs/types/LoadTagConfig.html +279 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +279 -0
- package/docs/types/MapviewFloorplanPluginReturnType.html +279 -0
- package/docs/types/MediaData.html +295 -0
- package/docs/types/MediaStore.html +284 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +286 -0
- package/docs/types/ModelFloorplanPluginParameterType.html +279 -0
- package/docs/types/ModelFloorplanPluginReturnType.html +279 -0
- package/docs/types/ModelId.html +279 -0
- package/docs/types/ModelRoomLabelPluginParameters.html +279 -0
- package/docs/types/ModelRoomLabelPluginReturnType.html +279 -0
- package/docs/types/MoveArgs.html +289 -0
- package/docs/types/MoveOpts.html +287 -0
- package/docs/types/Object3DHelperEventMap.html +372 -0
- package/docs/types/ObjectFit.html +279 -0
- package/docs/types/PaintBrushEventMap.html +310 -0
- package/docs/types/PanoCompassPluginData.html +279 -0
- package/docs/types/PanoCompassPluginExportType.html +279 -0
- package/docs/types/PanoCompassPluginParameterType.html +279 -0
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +279 -0
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +279 -0
- package/docs/types/PanoIndex.html +279 -0
- package/docs/types/PanoMeasurePluginEvent.html +279 -0
- package/docs/types/PanoMeasureReturnType.html +279 -0
- package/docs/types/PanoSpatialTagPluginId.html +279 -0
- package/docs/types/PanoTagPluginExportInterface.html +279 -0
- package/docs/types/PanoTagPluginParamsInterface.html +279 -0
- package/docs/types/PanoVideoPluginParameterType.html +279 -0
- package/docs/types/PanoVideoPluginReturnType.html +279 -0
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +287 -0
- package/docs/types/PipelinePluginParameterType.html +279 -0
- package/docs/types/PipelinePluginReturnType.html +279 -0
- package/docs/types/PlaneTag.html +287 -0
- package/docs/types/Point2DTag.html +287 -0
- package/docs/types/Point3DTag.html +287 -0
- package/docs/types/PointTag.html +284 -0
- package/docs/types/PointTagInstance.html +284 -0
- package/docs/types/Position.html +279 -0
- package/docs/types/RotateArgs.html +291 -0
- package/docs/types/RotateOpts.html +287 -0
- package/docs/types/RuleLabelsKey.html +279 -0
- package/docs/types/RuleLabelsValue.html +279 -0
- package/docs/types/StickType.html +279 -0
- package/docs/types/Tag.html +345 -0
- package/docs/types/Tag2D.html +287 -0
- package/docs/types/Tag3D.html +287 -0
- package/docs/types/TagConfigByKey.html +284 -0
- package/docs/types/TagContentType.html +279 -0
- package/docs/types/TagDimensionType.html +281 -0
- package/docs/types/TagElement.html +289 -0
- package/docs/types/TagEvents.html +332 -0
- package/docs/types/TagGLTFObject.html +302 -0
- package/docs/types/TagHooks.html +279 -0
- package/docs/types/TagId.html +279 -0
- package/docs/types/TagInstance.html +353 -0
- package/docs/types/TagPointType.html +282 -0
- package/docs/types/TagRendererMap.html +284 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +279 -0
- package/docs/types/TopviewFloorplanPluginReturnType.html +279 -0
- package/docs/types/WorkCode.html +279 -0
- package/docs/variables/FLOOR_TYPE_MAP.html +289 -0
- package/docs/variables/PLUGIN.html +279 -0
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +282 -0
- package/docs/variables/ROOM_TYPE_MAP.html +289 -0
- package/docs/variables/defaultGlobalConfig.html +279 -0
- package/docs/variables/itemLabelPluginServerParams.html +286 -0
- package/docs/variables/modelItemLabelPluginServerParams.html +286 -0
- package/docs/variables/modelRoomLabelPluginServerParams.html +286 -0
- package/libs/CSS3DRenderPlugin/Controller.d.ts +3 -2
- package/libs/CSS3DRenderPlugin/Controller.js +4 -3
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.d.ts +3 -1
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +11 -11
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.d.ts +1 -0
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +68 -66
- package/libs/CruisePlugin/Controller.js +5 -3
- package/libs/CruisePlugin/index.js +8 -6
- package/libs/CurrentPanoImagePlugin/Controller.js +21 -18
- package/libs/CurrentPanoImagePlugin/index.js +4 -3
- package/libs/GuideLinePlugin/Controller.js +7 -5
- package/libs/GuideLinePlugin/GuideLineItem.js +5 -3
- package/libs/GuideLinePlugin/GuideLineModeItem.js +5 -3
- package/libs/GuideLinePlugin/index.js +10 -8
- package/libs/PanoSpatialTagPlugin/Plugin.js +6 -18
- package/libs/PanoTagPlugin/Components/Tag/index.js +70 -71
- package/libs/PanoTagPlugin/Components/TagContainer.js +32 -33
- package/libs/PanoTagPlugin/Components/TagItem.js +115 -116
- package/libs/PanoTagPlugin/controller/TagCache.d.ts +3 -3
- package/libs/PanoTagPlugin/controller/TagCache.js +14 -14
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +6 -12
- package/libs/PanoTagPlugin/controller/TagComputer.js +168 -199
- package/libs/PanoTagPlugin/controller/TagRender.d.ts +5 -1
- package/libs/PanoTagPlugin/controller/TagRender.js +138 -117
- package/libs/PanoTagPlugin/controller/TagUtil.d.ts +12 -6
- package/libs/PanoTagPlugin/controller/TagUtil.js +178 -152
- package/libs/PanoTagPlugin/controller/index.d.ts +2 -6
- package/libs/PanoTagPlugin/controller/index.js +140 -148
- package/libs/PanoTagPlugin/index.js +16 -13
- package/libs/PanoTagPlugin/tag.config.js +11 -3
- package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +3 -2
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +66 -20
- package/libs/PanoTagPlugin/typings/tag/TagInstance.d.ts +7 -2
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +8 -3
- package/libs/PanoTagPlugin/utils/addDebugPoints.js +1 -1
- package/libs/PanoTagPlugin/utils/index.d.ts +0 -2
- package/libs/PanoTagPlugin/utils/index.js +23 -31
- package/libs/PanoTagPlugin/utils/planeNormal.d.ts +1 -1
- package/libs/PanoTagPlugin/utils/tag/adaptConfig.d.ts +2 -0
- package/libs/PanoTagPlugin/utils/tag/adaptConfig.js +7 -0
- package/libs/base/BasePlugin.js +1 -1
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -2
- package/libs/floorplan/utils/correctFiveState.d.ts +1 -1
- package/libs/floorplan/utils/correctFiveState.js +30 -29
- package/libs/index.d.ts +1 -0
- package/libs/index.js +120 -117
- package/libs/shared-utils/five/FiveDomEvents.d.ts +1 -3
- package/libs/shared-utils/five/FiveDomEvents.js +50 -56
- package/libs/shared-utils/five/adapt.d.ts +9 -0
- package/libs/shared-utils/five/adapt.js +16 -0
- package/libs/shared-utils/five/fiveModelLoad.d.ts +9 -0
- package/libs/shared-utils/five/fiveModelLoad.js +29 -0
- package/libs/shared-utils/five/mode.js +5 -5
- package/libs/shared-utils/getPxmm.d.ts +1 -1
- package/libs/shared-utils/getPxmm.js +1 -3
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/typescript/entries.d.ts +2 -0
- package/libs/shared-utils/typescript/entries.js +6 -0
- package/package.json +2 -6
- package/dist/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +0 -4
- package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +0 -4
- package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +0 -16
|
@@ -58,10 +58,7 @@ const D = 1e-3, v = 0.01, je = "https://vrlab-image4.ljcdn.com/release/web/PanoS
|
|
|
58
58
|
const p = r.longitude - n.state.longitude, t = n.camera.clone();
|
|
59
59
|
t.position.copy(r.offset), t.rotateOnWorldAxis(new a.Vector3(0, 1, 0), p), t.updateProjectionMatrix(), t.updateMatrixWorld(!0);
|
|
60
60
|
const g = new a.Frustum(), P = new a.Matrix4();
|
|
61
|
-
P.multiplyMatrices(
|
|
62
|
-
t.projectionMatrix,
|
|
63
|
-
t.matrixWorldInverse
|
|
64
|
-
), g.setFromProjectionMatrix(P), e.tags.forEach((i) => {
|
|
61
|
+
P.multiplyMatrices(t.projectionMatrix, t.matrixWorldInverse), g.setFromProjectionMatrix(P), e.tags.forEach((i) => {
|
|
65
62
|
const $ = t.position.clone().setY(y).distanceTo(i.position);
|
|
66
63
|
if ($ < A || $ > f || !g.containsPoint(i.position))
|
|
67
64
|
return i.destroying = !0;
|
|
@@ -109,13 +106,8 @@ const D = 1e-3, v = 0.01, je = "https://vrlab-image4.ljcdn.com/release/web/PanoS
|
|
|
109
106
|
}, ee));
|
|
110
107
|
}, ne = () => {
|
|
111
108
|
const { clientWidth: o, clientHeight: r } = n.getElement(), p = [], t = n.camera, g = new a.Frustum(), P = new a.Matrix4(), i = t.getWorldDirection(new a.Vector3());
|
|
112
|
-
P.multiplyMatrices(
|
|
113
|
-
|
|
114
|
-
t.matrixWorldInverse
|
|
115
|
-
), g.setFromProjectionMatrix(P);
|
|
116
|
-
const $ = e.tags.filter(
|
|
117
|
-
(d) => g.containsPoint(d.position) && !d.destroying
|
|
118
|
-
).length, x = e.points.reduce((d, m) => {
|
|
109
|
+
P.multiplyMatrices(t.projectionMatrix, t.matrixWorldInverse), g.setFromProjectionMatrix(P);
|
|
110
|
+
const $ = e.tags.filter((d) => g.containsPoint(d.position) && !d.destroying).length, x = e.points.reduce((d, m) => {
|
|
119
111
|
if (e.tags.find((l) => m.id === l.id && !l.destroying))
|
|
120
112
|
return d;
|
|
121
113
|
const u = t.position.clone().setY(y).distanceTo(m.position);
|
|
@@ -129,9 +121,7 @@ const D = 1e-3, v = 0.01, je = "https://vrlab-image4.ljcdn.com/release/web/PanoS
|
|
|
129
121
|
if (l.position.clone().sub(t.position).setY(0).angleTo(i.setY(0)) > Math.PI / 2)
|
|
130
122
|
return !0;
|
|
131
123
|
const b = l.position.clone().project(t);
|
|
132
|
-
return Math.sqrt(
|
|
133
|
-
Math.pow((w.x - b.x) / 2 * o, 2) + Math.pow((w.y - b.y) / 2 * r, 2)
|
|
134
|
-
) > L;
|
|
124
|
+
return Math.sqrt(Math.pow((w.x - b.x) / 2 * o, 2) + Math.pow((w.y - b.y) / 2 * r, 2)) > L;
|
|
135
125
|
}))
|
|
136
126
|
return d;
|
|
137
127
|
const h = {
|
|
@@ -165,9 +155,7 @@ const D = 1e-3, v = 0.01, je = "https://vrlab-image4.ljcdn.com/release/web/PanoS
|
|
|
165
155
|
if (c.position.clone().sub(t.position).setY(0).angleTo(i.setY(0)) > Math.PI / 2)
|
|
166
156
|
return !0;
|
|
167
157
|
const l = c.position.clone().project(t);
|
|
168
|
-
return Math.sqrt(
|
|
169
|
-
Math.pow((E.x - l.x) / 2 * o, 2) + Math.pow((E.y - l.y) / 2 * r, 2)
|
|
170
|
-
) > L;
|
|
158
|
+
return Math.sqrt(Math.pow((E.x - l.x) / 2 * o, 2) + Math.pow((E.y - l.y) / 2 * r, 2)) > L;
|
|
171
159
|
}))
|
|
172
160
|
continue;
|
|
173
161
|
const w = new a.Raycaster(
|
|
@@ -175,7 +163,7 @@ const D = 1e-3, v = 0.01, je = "https://vrlab-image4.ljcdn.com/release/web/PanoS
|
|
|
175
163
|
u.position.clone().sub(t.position.clone().setY(y)).normalize(),
|
|
176
164
|
0,
|
|
177
165
|
u.distance + v
|
|
178
|
-
), [h] = e.intersectObjects ? w.intersectObjects(e.intersectObjects, !0) : n.model.
|
|
166
|
+
), [h] = e.intersectObjects ? w.intersectObjects(e.intersectObjects, !0) : n.model.loaded ? n.model.intersectRaycaster(w) : w.intersectObjects(n.model.children, !0);
|
|
179
167
|
if (h && u.distance - h.distance < v) {
|
|
180
168
|
const { position: c, normal: l, id: b, replacement: O } = u, me = new a.Plane().setFromNormalAndCoplanarPoint(l, c), X = c.clone().sub(t.position).cross(new a.Vector3(0, 1, 0)).setLength(D), fe = [
|
|
181
169
|
c.clone(),
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
1
|
+
import { SvelteComponent as x, init as $, safe_not_equal as AA, append_styles as eA, empty as tA, insert as G, transition_out as v, check_outros as K, transition_in as w, detach as I, setContext as L, group_outros as N, element as E, attr as B, noop as V, toggle_class as u, null_to_empty as y, set_style as M, append as Z, listen as z, stop_propagation as iA, create_component as k, mount_component as b, destroy_component as D } from "../../../vendor/svelte/internal/index.js";
|
|
2
|
+
import nA from "./TextTag/index.js";
|
|
3
|
+
import oA from "./ImageTextTag.js";
|
|
4
|
+
import rA from "./MarketingTag.js";
|
|
5
5
|
import "three";
|
|
6
6
|
import { noTypecheck as d } from "../../utils/noTypecheck.js";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import { classnames as J } from "../../../vendor/classnames/index.js";
|
|
7
|
+
import aA from "./AudioTag/index.js";
|
|
8
|
+
import lA from "./MediaPlane.js";
|
|
9
|
+
import fA from "./LinkTag.js";
|
|
10
|
+
import sA from "./CustomTag.js";
|
|
11
|
+
import { classnames as T } from "../../../vendor/classnames/index.js";
|
|
13
12
|
import "./TextTag/TextTag.js";
|
|
14
13
|
import "../Common/Line/Straight.js";
|
|
15
14
|
import "../../../vendor/svelte/transition/index.js";
|
|
@@ -88,18 +87,18 @@ import "../Common/Icon/audioIcon.js";
|
|
|
88
87
|
import "./AudioTag/AudioPlaneTag.js";
|
|
89
88
|
import "../Common/Icon/Icon.js";
|
|
90
89
|
import "../../utils/getImageInfo.js";
|
|
91
|
-
function
|
|
92
|
-
|
|
90
|
+
function gA(n) {
|
|
91
|
+
eA(n, "svelte-1r4fqvg", '@font-face{font-family:"TG-TYPE";font-style:normal;font-weight:400;src:local("TG-TYPE-Bold"), url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-1r4fqvg{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-1r4fqvg{transition:opacity 0.3s linear}.content__container.unClickable.svelte-1r4fqvg{pointer-events:none !important}.content__container.unClickable.svelte-1r4fqvg *{pointer-events:none !important}.content__wrapper.svelte-1r4fqvg{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-1r4fqvg{opacity:0;pointer-events:none}.content__container.hide.svelte-1r4fqvg *{pointer-events:none !important}.content__container.disable.svelte-1r4fqvg{display:none}.content.svelte-1r4fqvg{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-1r4fqvg:not(.unfolded){pointer-events:none}.content.svelte-1r4fqvg:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-1r4fqvg{pointer-events:auto}');
|
|
93
92
|
}
|
|
94
|
-
function
|
|
93
|
+
function mA(n) {
|
|
95
94
|
let A, t;
|
|
96
95
|
return {
|
|
97
96
|
c() {
|
|
98
|
-
A =
|
|
97
|
+
A = E("div"), B(A, "data-info", "tag content is keep folded"), B(A, "data-id", t = /*tag*/
|
|
99
98
|
n[1].id);
|
|
100
99
|
},
|
|
101
100
|
m(e, i) {
|
|
102
|
-
|
|
101
|
+
G(e, A, i);
|
|
103
102
|
},
|
|
104
103
|
p(e, i) {
|
|
105
104
|
i & /*tag*/
|
|
@@ -109,19 +108,19 @@ function pA(n) {
|
|
|
109
108
|
i: V,
|
|
110
109
|
o: V,
|
|
111
110
|
d(e) {
|
|
112
|
-
e &&
|
|
111
|
+
e && I(A);
|
|
113
112
|
}
|
|
114
113
|
};
|
|
115
114
|
}
|
|
116
|
-
function
|
|
115
|
+
function cA(n) {
|
|
117
116
|
let A, t, e, i, o, c, g, f, l, a;
|
|
118
117
|
const p = [
|
|
119
|
-
_A,
|
|
120
|
-
CA,
|
|
121
118
|
wA,
|
|
122
119
|
vA,
|
|
123
120
|
QA,
|
|
124
|
-
BA
|
|
121
|
+
BA,
|
|
122
|
+
dA,
|
|
123
|
+
uA
|
|
125
124
|
], Q = [];
|
|
126
125
|
function C(r, m) {
|
|
127
126
|
return (
|
|
@@ -153,12 +152,12 @@ function uA(n) {
|
|
|
153
152
|
return ~(i = C(n)) && (o = Q[i] = p[i](n)), {
|
|
154
153
|
c() {
|
|
155
154
|
var r;
|
|
156
|
-
A =
|
|
155
|
+
A = E("div"), t = E("div"), e = E("div"), o && o.c(), B(e, "class", "content svelte-1r4fqvg"), u(
|
|
157
156
|
e,
|
|
158
157
|
"unfolded",
|
|
159
158
|
/*tag*/
|
|
160
159
|
(r = n[1].state) == null ? void 0 : r.unfolded
|
|
161
|
-
), B(t, "class", "content__wrapper svelte-1r4fqvg"), B(A, "class", c =
|
|
160
|
+
), B(t, "class", "content__wrapper svelte-1r4fqvg"), B(A, "class", c = y(T(
|
|
162
161
|
"content__container",
|
|
163
162
|
/*tag*/
|
|
164
163
|
n[1].className
|
|
@@ -183,13 +182,13 @@ function uA(n) {
|
|
|
183
182
|
"unClickable",
|
|
184
183
|
/*tag*/
|
|
185
184
|
n[1].config.clickable === !1
|
|
186
|
-
),
|
|
185
|
+
), M(
|
|
187
186
|
A,
|
|
188
187
|
"width",
|
|
189
188
|
/*tag*/
|
|
190
189
|
n[1].stickType === "Plane" || /*tag*/
|
|
191
190
|
n[1].contentType === "MediaModel" ? "100%" : 0
|
|
192
|
-
),
|
|
191
|
+
), M(
|
|
193
192
|
A,
|
|
194
193
|
"height",
|
|
195
194
|
/*tag*/
|
|
@@ -198,7 +197,7 @@ function uA(n) {
|
|
|
198
197
|
);
|
|
199
198
|
},
|
|
200
199
|
m(r, m) {
|
|
201
|
-
|
|
200
|
+
G(r, A, m), Z(A, t), Z(t, e), ~i && Q[i].m(e, null), f = !0, l || (a = z(A, "click", iA(
|
|
202
201
|
/*click_handler_1*/
|
|
203
202
|
n[15]
|
|
204
203
|
)), l = !0);
|
|
@@ -215,7 +214,7 @@ function uA(n) {
|
|
|
215
214
|
/*tag*/
|
|
216
215
|
(h = r[1].state) == null ? void 0 : h.unfolded
|
|
217
216
|
), (!f || m & /*tag*/
|
|
218
|
-
2 && c !== (c =
|
|
217
|
+
2 && c !== (c = y(T(
|
|
219
218
|
"content__container",
|
|
220
219
|
/*tag*/
|
|
221
220
|
r[1].className
|
|
@@ -246,14 +245,14 @@ function uA(n) {
|
|
|
246
245
|
/*tag*/
|
|
247
246
|
r[1].config.clickable === !1
|
|
248
247
|
), m & /*tag*/
|
|
249
|
-
2 &&
|
|
248
|
+
2 && M(
|
|
250
249
|
A,
|
|
251
250
|
"width",
|
|
252
251
|
/*tag*/
|
|
253
252
|
r[1].stickType === "Plane" || /*tag*/
|
|
254
253
|
r[1].contentType === "MediaModel" ? "100%" : 0
|
|
255
254
|
), m & /*tag*/
|
|
256
|
-
2 &&
|
|
255
|
+
2 && M(
|
|
257
256
|
A,
|
|
258
257
|
"height",
|
|
259
258
|
/*tag*/
|
|
@@ -268,13 +267,13 @@ function uA(n) {
|
|
|
268
267
|
v(o), f = !1;
|
|
269
268
|
},
|
|
270
269
|
d(r) {
|
|
271
|
-
r &&
|
|
270
|
+
r && I(A), ~i && Q[i].d(), l = !1, a();
|
|
272
271
|
}
|
|
273
272
|
};
|
|
274
273
|
}
|
|
275
|
-
function
|
|
274
|
+
function pA(n) {
|
|
276
275
|
let A, t, e, i, o, c, g;
|
|
277
|
-
return t = new
|
|
276
|
+
return t = new sA({
|
|
278
277
|
props: {
|
|
279
278
|
tag: d(
|
|
280
279
|
/*tag*/
|
|
@@ -287,7 +286,7 @@ function dA(n) {
|
|
|
287
286
|
}
|
|
288
287
|
}), {
|
|
289
288
|
c() {
|
|
290
|
-
A =
|
|
289
|
+
A = E("div"), k(t.$$.fragment), B(A, "class", e = y(T(
|
|
291
290
|
"content__container",
|
|
292
291
|
/*tag*/
|
|
293
292
|
n[1].className
|
|
@@ -305,7 +304,7 @@ function dA(n) {
|
|
|
305
304
|
);
|
|
306
305
|
},
|
|
307
306
|
m(f, l) {
|
|
308
|
-
|
|
307
|
+
G(f, A, l), b(t, A, null), o = !0, c || (g = z(
|
|
309
308
|
A,
|
|
310
309
|
"click",
|
|
311
310
|
/*click_handler*/
|
|
@@ -321,7 +320,7 @@ function dA(n) {
|
|
|
321
320
|
)), l & /*renderMap*/
|
|
322
321
|
8 && (a.renderMap = /*renderMap*/
|
|
323
322
|
f[3]), t.$set(a), (!o || l & /*tag*/
|
|
324
|
-
2 && e !== (e =
|
|
323
|
+
2 && e !== (e = y(T(
|
|
325
324
|
"content__container",
|
|
326
325
|
/*tag*/
|
|
327
326
|
f[1].className
|
|
@@ -348,13 +347,13 @@ function dA(n) {
|
|
|
348
347
|
v(t.$$.fragment, f), o = !1;
|
|
349
348
|
},
|
|
350
349
|
d(f) {
|
|
351
|
-
f &&
|
|
350
|
+
f && I(A), D(t), c = !1, g();
|
|
352
351
|
}
|
|
353
352
|
};
|
|
354
353
|
}
|
|
355
|
-
function
|
|
354
|
+
function uA(n) {
|
|
356
355
|
let A, t;
|
|
357
|
-
return A = new
|
|
356
|
+
return A = new lA({
|
|
358
357
|
props: { tag: d(
|
|
359
358
|
/*tag*/
|
|
360
359
|
n[1]
|
|
@@ -385,9 +384,9 @@ function BA(n) {
|
|
|
385
384
|
}
|
|
386
385
|
};
|
|
387
386
|
}
|
|
388
|
-
function
|
|
387
|
+
function dA(n) {
|
|
389
388
|
let A, t;
|
|
390
|
-
return A = new
|
|
389
|
+
return A = new fA({
|
|
391
390
|
props: { tag: d(
|
|
392
391
|
/*tag*/
|
|
393
392
|
n[1]
|
|
@@ -418,9 +417,9 @@ function QA(n) {
|
|
|
418
417
|
}
|
|
419
418
|
};
|
|
420
419
|
}
|
|
421
|
-
function
|
|
420
|
+
function BA(n) {
|
|
422
421
|
let A, t;
|
|
423
|
-
return A = new
|
|
422
|
+
return A = new rA({
|
|
424
423
|
props: { tag: d(
|
|
425
424
|
/*tag*/
|
|
426
425
|
n[1]
|
|
@@ -451,9 +450,9 @@ function vA(n) {
|
|
|
451
450
|
}
|
|
452
451
|
};
|
|
453
452
|
}
|
|
454
|
-
function
|
|
453
|
+
function QA(n) {
|
|
455
454
|
let A, t;
|
|
456
|
-
return A = new
|
|
455
|
+
return A = new aA({
|
|
457
456
|
props: { tag: d(
|
|
458
457
|
/*tag*/
|
|
459
458
|
n[1]
|
|
@@ -484,9 +483,9 @@ function wA(n) {
|
|
|
484
483
|
}
|
|
485
484
|
};
|
|
486
485
|
}
|
|
487
|
-
function
|
|
486
|
+
function vA(n) {
|
|
488
487
|
let A, t;
|
|
489
|
-
return A = new
|
|
488
|
+
return A = new oA({
|
|
490
489
|
props: { tag: d(
|
|
491
490
|
/*tag*/
|
|
492
491
|
n[1]
|
|
@@ -517,9 +516,9 @@ function CA(n) {
|
|
|
517
516
|
}
|
|
518
517
|
};
|
|
519
518
|
}
|
|
520
|
-
function
|
|
519
|
+
function wA(n) {
|
|
521
520
|
let A, t;
|
|
522
|
-
return A = new
|
|
521
|
+
return A = new nA({
|
|
523
522
|
props: { tag: d(
|
|
524
523
|
/*tag*/
|
|
525
524
|
n[1]
|
|
@@ -550,9 +549,9 @@ function _A(n) {
|
|
|
550
549
|
}
|
|
551
550
|
};
|
|
552
551
|
}
|
|
553
|
-
function
|
|
552
|
+
function CA(n) {
|
|
554
553
|
let A, t, e, i, o;
|
|
555
|
-
const c = [
|
|
554
|
+
const c = [pA, cA, mA], g = [];
|
|
556
555
|
function f(l, a) {
|
|
557
556
|
return a & /*tag, renderMap*/
|
|
558
557
|
10 && (A = null), A == null && (A = !!/*tag*/
|
|
@@ -567,10 +566,10 @@ function kA(n) {
|
|
|
567
566
|
}
|
|
568
567
|
return t = f(n, -1), e = g[t] = c[t](n), {
|
|
569
568
|
c() {
|
|
570
|
-
e.c(), i =
|
|
569
|
+
e.c(), i = tA();
|
|
571
570
|
},
|
|
572
571
|
m(l, a) {
|
|
573
|
-
g[t].m(l, a),
|
|
572
|
+
g[t].m(l, a), G(l, i, a), o = !0;
|
|
574
573
|
},
|
|
575
574
|
p(l, [a]) {
|
|
576
575
|
let p = t;
|
|
@@ -585,34 +584,34 @@ function kA(n) {
|
|
|
585
584
|
v(e), o = !1;
|
|
586
585
|
},
|
|
587
586
|
d(l) {
|
|
588
|
-
g[t].d(l), l &&
|
|
587
|
+
g[t].d(l), l && I(i);
|
|
589
588
|
}
|
|
590
589
|
};
|
|
591
590
|
}
|
|
592
|
-
function
|
|
591
|
+
function _A(n, A, t) {
|
|
592
|
+
var e, i;
|
|
593
|
+
return !(!A.visible || !A.enabled || !t.visible || !((e = n.state) != null && e.visible) || ((i = n.temporaryState) == null ? void 0 : i.visible) === !1 || n.loading);
|
|
594
|
+
}
|
|
595
|
+
function kA(n, A, t) {
|
|
593
596
|
let e, i, o, c, g, f, { withAnimation: l = !1 } = A, { tag: a } = A, { hooks: p } = A, { renderMap: Q = /* @__PURE__ */ new Map() } = A, { state: C } = A, { mediaStore: r } = A, { temporaryState: m } = A;
|
|
594
597
|
L("hooks", p), L("mediaStore", r);
|
|
595
598
|
let _, h;
|
|
596
599
|
function R(s) {
|
|
597
600
|
s ? p.emit("exposure", { id: c, type: "start" }) : p.emit("exposure", { id: c, type: "end" });
|
|
598
601
|
}
|
|
599
|
-
|
|
600
|
-
var M, y;
|
|
601
|
-
return !(!E.visible || !E.enabled || !G.visible || !((M = s.state) != null && M.visible) || ((y = s.temporaryState) == null ? void 0 : y.visible) === !1 || lA(s) && !s.mediaVisible);
|
|
602
|
-
}
|
|
603
|
-
const j = (s) => p.emit("click", { event: s, target: "TagContent", tag: a }), x = (s) => p.emit("click", { event: s, target: "TagContent", tag: a });
|
|
602
|
+
const X = (s) => p.emit("click", { event: s, target: "TagContent", tag: a }), j = (s) => p.emit("click", { event: s, target: "TagContent", tag: a });
|
|
604
603
|
return n.$$set = (s) => {
|
|
605
604
|
"withAnimation" in s && t(0, l = s.withAnimation), "tag" in s && t(1, a = s.tag), "hooks" in s && t(2, p = s.hooks), "renderMap" in s && t(3, Q = s.renderMap), "state" in s && t(6, C = s.state), "mediaStore" in s && t(7, r = s.mediaStore), "temporaryState" in s && t(8, m = s.temporaryState);
|
|
606
605
|
}, n.$$.update = () => {
|
|
607
|
-
var s,
|
|
606
|
+
var s, Y, J, H, P, U, W, S, F, O, q;
|
|
608
607
|
n.$$.dirty & /*tag*/
|
|
609
608
|
2 && t(12, e = (s = a.state) == null ? void 0 : s.unfolded), n.$$.dirty & /*tag*/
|
|
610
|
-
2 && t(11, i = (
|
|
611
|
-
322 && t(13, o = C.visible && m.visible && ((
|
|
609
|
+
2 && t(11, i = (Y = a.state) == null ? void 0 : Y.visible), n.$$.dirty & /*state, temporaryState, tag*/
|
|
610
|
+
322 && t(13, o = C.visible && m.visible && ((J = a.state) == null ? void 0 : J.visible)), n.$$.dirty & /*tag*/
|
|
612
611
|
2 && (c = a.id), n.$$.dirty & /*tag, state, temporaryState*/
|
|
613
|
-
322 && t(5, g = !
|
|
612
|
+
322 && t(5, g = !_A(a, C, m)), n.$$.dirty & /*isVisible*/
|
|
614
613
|
8192 && R(o), n.$$.dirty & /*tag, unfolded, lastUnfoldedState, visible, lastVisibleState*/
|
|
615
|
-
7682 && a.hooks && (e !== void 0 && e !== h && (t(10, h = e), e ? (
|
|
614
|
+
7682 && a.hooks && (e !== void 0 && e !== h && (t(10, h = e), e ? (P = (H = a.hooks).emit) == null || P.call(H, "unfolded") : (W = a == null ? void 0 : (U = a.hooks).emit) == null || W.call(U, "folded")), i !== void 0 && i !== _ && (t(9, _ = i), i ? (F = (S = a.hooks).emit) == null || F.call(S, "show") : (q = (O = a.hooks).emit) == null || q.call(O, "hide"))), n.$$.dirty & /*tag*/
|
|
616
615
|
2 && t(4, f = (() => !(typeof a.config.unfoldedConfig == "object" && a.config.unfoldedConfig.keep === "folded"))());
|
|
617
616
|
}, [
|
|
618
617
|
l,
|
|
@@ -629,18 +628,18 @@ function bA(n, A, t) {
|
|
|
629
628
|
i,
|
|
630
629
|
e,
|
|
631
630
|
o,
|
|
632
|
-
|
|
633
|
-
|
|
631
|
+
X,
|
|
632
|
+
j
|
|
634
633
|
];
|
|
635
634
|
}
|
|
636
|
-
class
|
|
635
|
+
class ot extends x {
|
|
637
636
|
constructor(A) {
|
|
638
|
-
super(),
|
|
637
|
+
super(), $(
|
|
639
638
|
this,
|
|
640
639
|
A,
|
|
641
|
-
bA,
|
|
642
640
|
kA,
|
|
643
|
-
|
|
641
|
+
CA,
|
|
642
|
+
AA,
|
|
644
643
|
{
|
|
645
644
|
withAnimation: 0,
|
|
646
645
|
tag: 1,
|
|
@@ -650,10 +649,10 @@ class at extends $ {
|
|
|
650
649
|
mediaStore: 7,
|
|
651
650
|
temporaryState: 8
|
|
652
651
|
},
|
|
653
|
-
|
|
652
|
+
gA
|
|
654
653
|
);
|
|
655
654
|
}
|
|
656
655
|
}
|
|
657
656
|
export {
|
|
658
|
-
|
|
657
|
+
ot as default
|
|
659
658
|
};
|
|
@@ -76,7 +76,6 @@ import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
|
76
76
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
77
77
|
import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
78
78
|
import "../utils/noTypecheck.js";
|
|
79
|
-
import "../utils/tag/tagCheck.js";
|
|
80
79
|
import "./Tag/AudioTag/index.js";
|
|
81
80
|
import "./Tag/AudioTag/AudioTag.js";
|
|
82
81
|
import "./Common/Audio.js";
|
|
@@ -91,24 +90,24 @@ import "../utils/getImageInfo.js";
|
|
|
91
90
|
import "./Tag/CustomTag.js";
|
|
92
91
|
import "../../vendor/classnames/index.js";
|
|
93
92
|
import "./Common/TagPoint.js";
|
|
94
|
-
function E(
|
|
95
|
-
q(
|
|
93
|
+
function E(a) {
|
|
94
|
+
q(a, "svelte-uq11d5", ".tag--container.svelte-uq11d5{box-sizing:border-box;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translate3d(0, 0, 0)}.withAnimation.svelte-uq11d5{transition:opacity 0.3s linear}.tag--container.hide.svelte-uq11d5{opacity:0;pointer-events:none}.tag--container.hide.svelte-uq11d5 *{pointer-events:none !important}");
|
|
96
95
|
}
|
|
97
|
-
function d(
|
|
98
|
-
const e =
|
|
96
|
+
function d(a, t, i) {
|
|
97
|
+
const e = a.slice();
|
|
99
98
|
return e[7] = t[i], e;
|
|
100
99
|
}
|
|
101
|
-
function g(
|
|
100
|
+
function g(a) {
|
|
102
101
|
let t, i = [], e = /* @__PURE__ */ new Map(), m, r = (
|
|
103
102
|
/*tags*/
|
|
104
|
-
|
|
103
|
+
a[1]
|
|
105
104
|
);
|
|
106
|
-
const
|
|
105
|
+
const p = (o) => (
|
|
107
106
|
/*tag*/
|
|
108
107
|
o[7].id
|
|
109
108
|
);
|
|
110
109
|
for (let o = 0; o < r.length; o += 1) {
|
|
111
|
-
let n = d(
|
|
110
|
+
let n = d(a, r, o), s = p(n);
|
|
112
111
|
e.set(s, i[o] = k(s, n));
|
|
113
112
|
}
|
|
114
113
|
return {
|
|
@@ -117,12 +116,12 @@ function g(p) {
|
|
|
117
116
|
for (let o = 0; o < i.length; o += 1)
|
|
118
117
|
i[o].c();
|
|
119
118
|
z(t, "class", "tag--container svelte-uq11d5"), u(t, "hide", !/*state*/
|
|
120
|
-
|
|
121
|
-
|
|
119
|
+
a[4].visible || !/*temporaryState*/
|
|
120
|
+
a[5].visible), u(
|
|
122
121
|
t,
|
|
123
122
|
"withAnimation",
|
|
124
123
|
/*withAnimation*/
|
|
125
|
-
|
|
124
|
+
a[0]
|
|
126
125
|
);
|
|
127
126
|
},
|
|
128
127
|
m(o, n) {
|
|
@@ -134,7 +133,7 @@ function g(p) {
|
|
|
134
133
|
p(o, n) {
|
|
135
134
|
n & /*state, temporaryState, withAnimation, tags, mediaStore, renderMap*/
|
|
136
135
|
63 && (r = /*tags*/
|
|
137
|
-
o[1], S(), i = T(i, n,
|
|
136
|
+
o[1], S(), i = T(i, n, p, 1, o, r, e, t, I, k, null, d), w()), (!m || n & /*state, temporaryState*/
|
|
138
137
|
48) && u(t, "hide", !/*state*/
|
|
139
138
|
o[4].visible || !/*temporaryState*/
|
|
140
139
|
o[5].visible), (!m || n & /*withAnimation*/
|
|
@@ -164,7 +163,7 @@ function g(p) {
|
|
|
164
163
|
}
|
|
165
164
|
};
|
|
166
165
|
}
|
|
167
|
-
function k(
|
|
166
|
+
function k(a, t) {
|
|
168
167
|
let i, e, m;
|
|
169
168
|
return e = new D({
|
|
170
169
|
props: {
|
|
@@ -194,28 +193,28 @@ function k(p, t) {
|
|
|
194
193
|
)
|
|
195
194
|
}
|
|
196
195
|
}), {
|
|
197
|
-
key:
|
|
196
|
+
key: a,
|
|
198
197
|
first: null,
|
|
199
198
|
c() {
|
|
200
199
|
i = b(), N(e.$$.fragment), this.first = i;
|
|
201
200
|
},
|
|
202
|
-
m(r,
|
|
203
|
-
h(r, i,
|
|
201
|
+
m(r, p) {
|
|
202
|
+
h(r, i, p), j(e, r, p), m = !0;
|
|
204
203
|
},
|
|
205
|
-
p(r,
|
|
204
|
+
p(r, p) {
|
|
206
205
|
t = r;
|
|
207
206
|
const o = {};
|
|
208
|
-
|
|
207
|
+
p & /*state*/
|
|
209
208
|
16 && (o.state = /*state*/
|
|
210
|
-
t[4]),
|
|
209
|
+
t[4]), p & /*temporaryState*/
|
|
211
210
|
32 && (o.temporaryState = /*temporaryState*/
|
|
212
|
-
t[5]),
|
|
211
|
+
t[5]), p & /*withAnimation*/
|
|
213
212
|
1 && (o.withAnimation = /*withAnimation*/
|
|
214
|
-
t[0]),
|
|
213
|
+
t[0]), p & /*tags*/
|
|
215
214
|
2 && (o.tag = /*tag*/
|
|
216
|
-
t[7]),
|
|
215
|
+
t[7]), p & /*mediaStore*/
|
|
217
216
|
4 && (o.mediaStore = /*mediaStore*/
|
|
218
|
-
t[2]),
|
|
217
|
+
t[2]), p & /*renderMap*/
|
|
219
218
|
8 && (o.renderMap = /*renderMap*/
|
|
220
219
|
t[3]), e.$set(o);
|
|
221
220
|
},
|
|
@@ -230,10 +229,10 @@ function k(p, t) {
|
|
|
230
229
|
}
|
|
231
230
|
};
|
|
232
231
|
}
|
|
233
|
-
function F(
|
|
232
|
+
function F(a) {
|
|
234
233
|
let t, i, e = (
|
|
235
234
|
/*state*/
|
|
236
|
-
|
|
235
|
+
a[4].enabled && g(a)
|
|
237
236
|
);
|
|
238
237
|
return {
|
|
239
238
|
c() {
|
|
@@ -260,13 +259,13 @@ function F(p) {
|
|
|
260
259
|
}
|
|
261
260
|
};
|
|
262
261
|
}
|
|
263
|
-
function G(
|
|
264
|
-
let { withAnimation: e = !1 } = t, { tags: m = [] } = t, { hooks: r } = t, { mediaStore:
|
|
265
|
-
return M("hooks", r),
|
|
266
|
-
"withAnimation" in l && i(0, e = l.withAnimation), "tags" in l && i(1, m = l.tags), "hooks" in l && i(6, r = l.hooks), "mediaStore" in l && i(2,
|
|
267
|
-
}, [e, m,
|
|
262
|
+
function G(a, t, i) {
|
|
263
|
+
let { withAnimation: e = !1 } = t, { tags: m = [] } = t, { hooks: r } = t, { mediaStore: p } = t, { renderMap: o } = t, { state: n } = t, { temporaryState: s } = t;
|
|
264
|
+
return M("hooks", r), a.$$set = (l) => {
|
|
265
|
+
"withAnimation" in l && i(0, e = l.withAnimation), "tags" in l && i(1, m = l.tags), "hooks" in l && i(6, r = l.hooks), "mediaStore" in l && i(2, p = l.mediaStore), "renderMap" in l && i(3, o = l.renderMap), "state" in l && i(4, n = l.state), "temporaryState" in l && i(5, s = l.temporaryState);
|
|
266
|
+
}, [e, m, p, o, n, s, r];
|
|
268
267
|
}
|
|
269
|
-
class
|
|
268
|
+
class ve extends v {
|
|
270
269
|
constructor(t) {
|
|
271
270
|
super(), A(
|
|
272
271
|
this,
|
|
@@ -288,5 +287,5 @@ class Ae extends v {
|
|
|
288
287
|
}
|
|
289
288
|
}
|
|
290
289
|
export {
|
|
291
|
-
|
|
290
|
+
ve as default
|
|
292
291
|
};
|