@realsee/dnalogel 2.30.3 → 3.0.0-2
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/getAllCSS3DObject.d.ts +1 -1
- package/dist/CSS3DRenderPlugin/utils/three/CSS3DGroup.d.ts +0 -4
- package/dist/CSS3DRenderPlugin/utils/three/CSS3DObject.d.ts +5 -7
- 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 +61 -61
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5316 -5318
- 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/index.d.ts +1 -1
- package/dist/shared-utils/nearlyEqual.d.ts +7 -0
- package/dist/shared-utils/three/getNormal.d.ts +2 -0
- package/dist/shared-utils/typescript/entries.d.ts +2 -0
- package/dist/shared-utils/url/getUrl.d.ts +4 -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/AreaMakerPlugin/Controller.js +5 -3
- package/libs/AreaMakerPlugin/index.js +5 -3
- package/libs/AreaMakerPlugin/utils/Item.js +9 -7
- package/libs/CSS3DRenderPlugin/Controller.d.ts +3 -2
- package/libs/CSS3DRenderPlugin/Controller.js +9 -6
- package/libs/CSS3DRenderPlugin/index.js +8 -6
- package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.d.ts +1 -1
- package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.js +9 -6
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.d.ts +0 -4
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.js +23 -22
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.d.ts +5 -7
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +43 -53
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.d.ts +1 -0
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +70 -66
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +4 -3
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.js +11 -10
- package/libs/CruisePlugin/Controller.js +42 -38
- package/libs/CruisePlugin/index.js +13 -9
- package/libs/CurrentPanoImagePlugin/Controller.js +27 -22
- package/libs/CurrentPanoImagePlugin/index.js +7 -4
- package/libs/GuideLinePlugin/Controller.js +29 -25
- package/libs/GuideLinePlugin/GuideLineItem.js +10 -6
- package/libs/GuideLinePlugin/GuideLineModeItem.js +10 -6
- package/libs/GuideLinePlugin/index.js +15 -11
- package/libs/ModelTVVideoPlugin/Plugin.js +6 -4
- package/libs/ModelTVVideoPlugin/index.js +5 -3
- package/libs/Object3DHelperPlugin/Controller.js +5 -3
- package/libs/Object3DHelperPlugin/index.js +8 -6
- package/libs/PanoCompassPlugin/Controller.js +5 -3
- package/libs/PanoCompassPlugin/index.js +6 -4
- package/libs/PanoDoorLabelPlugin/BaseController.js +9 -7
- package/libs/PanoDoorLabelPlugin/Controller.js +5 -3
- package/libs/PanoDoorLabelPlugin/index.js +6 -4
- package/libs/PanoMeasurePlugin/Components/Controller0.js +5 -3
- package/libs/PanoMeasurePlugin/Components/Controller1.js +55 -53
- package/libs/PanoMeasurePlugin/Controller/EditController.js +5 -3
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +4 -2
- package/libs/PanoMeasurePlugin/Controller/index.js +5 -3
- package/libs/PanoMeasurePlugin/Model/area.js +4 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +25 -23
- package/libs/PanoMeasurePlugin/index.js +16 -14
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +14 -12
- package/libs/PanoSpatialTagPlugin/Plugin.js +12 -22
- package/libs/PanoSpatialTagPlugin/index.js +3 -1
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +4 -2
- package/libs/PanoTagPlugin/Components/Tag/index.js +206 -205
- package/libs/PanoTagPlugin/Components/TagContainer.js +12 -11
- package/libs/PanoTagPlugin/Components/TagItem.js +129 -128
- package/libs/PanoTagPlugin/controller/TagCache.d.ts +3 -3
- package/libs/PanoTagPlugin/controller/TagCache.js +17 -15
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +6 -12
- package/libs/PanoTagPlugin/controller/TagComputer.js +172 -201
- package/libs/PanoTagPlugin/controller/TagRender.d.ts +5 -1
- package/libs/PanoTagPlugin/controller/TagRender.js +143 -120
- package/libs/PanoTagPlugin/controller/TagUtil.d.ts +12 -6
- package/libs/PanoTagPlugin/controller/TagUtil.js +186 -153
- package/libs/PanoTagPlugin/controller/index.d.ts +2 -6
- package/libs/PanoTagPlugin/controller/index.js +145 -151
- package/libs/PanoTagPlugin/index.js +21 -16
- 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/model/mediaPlane.js +97 -99
- 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/PanoVideoPlugin/Controller.js +5 -3
- package/libs/PanoVideoPlugin/VideoMeshController.js +4 -2
- package/libs/PanoVideoPlugin/index.js +8 -6
- package/libs/PipelinePlugin/Controller.js +5 -3
- package/libs/PipelinePlugin/index.js +6 -4
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +4 -2
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +14 -12
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +2 -0
- package/libs/base/BasePlugin.js +2 -2
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +6 -5
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +6 -4
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +5 -3
- package/libs/floorplan/ModelFloorplanPlugin/index.js +6 -4
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +5 -3
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +6 -4
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +33 -31
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +6 -4
- package/libs/floorplan/index.js +1 -0
- 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 +125 -120
- 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/changeMode.js +11 -11
- 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/index.d.ts +1 -1
- package/libs/shared-utils/index.js +1 -1
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/nearlyEqual.d.ts +7 -0
- package/libs/shared-utils/nearlyEqual.js +9 -3
- package/libs/shared-utils/three/getNormal.d.ts +2 -0
- package/libs/shared-utils/three/getNormal.js +10 -0
- package/libs/shared-utils/typescript/entries.d.ts +2 -0
- package/libs/shared-utils/typescript/entries.js +6 -0
- package/libs/shared-utils/url/getUrl.d.ts +4 -0
- package/libs/shared-utils/url/getUrl.js +7 -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
- /package/dist/shared-utils/{absoluteUrl.d.ts → url/absoluteUrl.d.ts} +0 -0
- /package/libs/shared-utils/{absoluteUrl.d.ts → url/absoluteUrl.d.ts} +0 -0
- /package/libs/shared-utils/{absoluteUrl.js → url/absoluteUrl.js} +0 -0
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
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 Q, check_outros as Z, transition_in as C, detach as I, setContext as q, group_outros as K, element as E, attr as B, noop as L, toggle_class as u, null_to_empty as y, set_style as M, append as V, listen as N, stop_propagation as iA, create_component as b, mount_component as v, destroy_component as D } from "../../../vendor/svelte/internal/index.js";
|
|
2
2
|
import oA from "./TextTag/index.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
3
|
+
import nA 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 sA from "./
|
|
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 sA from "./LinkTag.js";
|
|
10
|
+
import fA 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";
|
|
@@ -71,12 +70,14 @@ import "../../../shared-utils/positionToVector3.js";
|
|
|
71
70
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
72
71
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
73
72
|
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
73
|
+
import "../../../shared-utils/util.js";
|
|
74
74
|
import "../../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
75
75
|
import "../../../CSS3DRenderPlugin/utils/even.js";
|
|
76
76
|
import "../../../shared-utils/Subscribe.js";
|
|
77
77
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
78
78
|
import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
79
79
|
import "../../../shared-utils/three/centerPoint.js";
|
|
80
|
+
import "../../../shared-utils/three/getObjectVisible.js";
|
|
80
81
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
81
82
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
82
83
|
import "../../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
@@ -88,42 +89,42 @@ import "../Common/Icon/audioIcon.js";
|
|
|
88
89
|
import "./AudioTag/AudioPlaneTag.js";
|
|
89
90
|
import "../Common/Icon/Icon.js";
|
|
90
91
|
import "../../utils/getImageInfo.js";
|
|
91
|
-
function
|
|
92
|
-
|
|
92
|
+
function mA(o) {
|
|
93
|
+
eA(o, "svelte-qz1wo5", '@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-qz1wo5{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-qz1wo5{transition:opacity 0.2s linear}.content__container.unClickable.svelte-qz1wo5{pointer-events:none !important}.content__container.unClickable.svelte-qz1wo5 *{pointer-events:none !important}.content__wrapper.svelte-qz1wo5{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-qz1wo5{opacity:0;pointer-events:none}.content__container.hide.svelte-qz1wo5 *{pointer-events:none !important}.content__container.disable.svelte-qz1wo5{display:none}.content.svelte-qz1wo5{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-qz1wo5:not(.unfolded){pointer-events:none}.content.svelte-qz1wo5:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-qz1wo5{pointer-events:auto}');
|
|
93
94
|
}
|
|
94
|
-
function
|
|
95
|
+
function gA(o) {
|
|
95
96
|
let A, t;
|
|
96
97
|
return {
|
|
97
98
|
c() {
|
|
98
|
-
A =
|
|
99
|
-
|
|
99
|
+
A = E("div"), B(A, "data-info", "tag content is keep folded"), B(A, "data-id", t = /*tag*/
|
|
100
|
+
o[1].id);
|
|
100
101
|
},
|
|
101
102
|
m(e, i) {
|
|
102
|
-
|
|
103
|
+
G(e, A, i);
|
|
103
104
|
},
|
|
104
105
|
p(e, i) {
|
|
105
106
|
i & /*tag*/
|
|
106
107
|
2 && t !== (t = /*tag*/
|
|
107
108
|
e[1].id) && B(A, "data-id", t);
|
|
108
109
|
},
|
|
109
|
-
i:
|
|
110
|
-
o:
|
|
110
|
+
i: L,
|
|
111
|
+
o: L,
|
|
111
112
|
d(e) {
|
|
112
|
-
e &&
|
|
113
|
+
e && I(A);
|
|
113
114
|
}
|
|
114
115
|
};
|
|
115
116
|
}
|
|
116
|
-
function
|
|
117
|
-
let A, t, e, i,
|
|
117
|
+
function cA(o) {
|
|
118
|
+
let A, t, e, i, n, c, m, s, l, a;
|
|
118
119
|
const p = [
|
|
119
|
-
_A,
|
|
120
120
|
CA,
|
|
121
|
-
wA,
|
|
122
|
-
vA,
|
|
123
121
|
QA,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
122
|
+
wA,
|
|
123
|
+
BA,
|
|
124
|
+
dA,
|
|
125
|
+
uA
|
|
126
|
+
], w = [];
|
|
127
|
+
function _(r, g) {
|
|
127
128
|
return (
|
|
128
129
|
/*tag*/
|
|
129
130
|
r[1].contentType === "Text" ? 0 : (
|
|
@@ -150,110 +151,110 @@ function uA(n) {
|
|
|
150
151
|
)
|
|
151
152
|
);
|
|
152
153
|
}
|
|
153
|
-
return ~(i =
|
|
154
|
+
return ~(i = _(o)) && (n = w[i] = p[i](o)), {
|
|
154
155
|
c() {
|
|
155
156
|
var r;
|
|
156
|
-
A =
|
|
157
|
+
A = E("div"), t = E("div"), e = E("div"), n && n.c(), B(e, "class", "content svelte-qz1wo5"), u(
|
|
157
158
|
e,
|
|
158
159
|
"unfolded",
|
|
159
160
|
/*tag*/
|
|
160
|
-
(r =
|
|
161
|
-
), B(t, "class", "content__wrapper svelte-
|
|
161
|
+
(r = o[1].state) == null ? void 0 : r.unfolded
|
|
162
|
+
), B(t, "class", "content__wrapper svelte-qz1wo5"), B(A, "class", c = y(T(
|
|
162
163
|
"content__container",
|
|
163
164
|
/*tag*/
|
|
164
|
-
|
|
165
|
-
)) + " svelte-
|
|
166
|
-
|
|
165
|
+
o[1].className
|
|
166
|
+
)) + " svelte-qz1wo5"), B(A, "data-id", m = /*tag*/
|
|
167
|
+
o[1].id), u(
|
|
167
168
|
A,
|
|
168
169
|
"disable",
|
|
169
170
|
/*tag*/
|
|
170
|
-
|
|
171
|
+
o[1].enabled === !1
|
|
171
172
|
), u(
|
|
172
173
|
A,
|
|
173
174
|
"hide",
|
|
174
175
|
/*isHide*/
|
|
175
|
-
|
|
176
|
+
o[5]
|
|
176
177
|
), u(
|
|
177
178
|
A,
|
|
178
179
|
"withAnimation",
|
|
179
180
|
/*withAnimation*/
|
|
180
|
-
|
|
181
|
+
o[0]
|
|
181
182
|
), u(
|
|
182
183
|
A,
|
|
183
184
|
"unClickable",
|
|
184
185
|
/*tag*/
|
|
185
|
-
|
|
186
|
-
),
|
|
186
|
+
o[1].config.clickable === !1
|
|
187
|
+
), M(
|
|
187
188
|
A,
|
|
188
189
|
"width",
|
|
189
190
|
/*tag*/
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
),
|
|
191
|
+
o[1].stickType === "Plane" || /*tag*/
|
|
192
|
+
o[1].contentType === "MediaModel" ? "100%" : 0
|
|
193
|
+
), M(
|
|
193
194
|
A,
|
|
194
195
|
"height",
|
|
195
196
|
/*tag*/
|
|
196
|
-
|
|
197
|
-
|
|
197
|
+
o[1].stickType === "Plane" || /*tag*/
|
|
198
|
+
o[1].contentType === "MediaModel" ? "100%" : 0
|
|
198
199
|
);
|
|
199
200
|
},
|
|
200
|
-
m(r,
|
|
201
|
-
|
|
201
|
+
m(r, g) {
|
|
202
|
+
G(r, A, g), V(A, t), V(t, e), ~i && w[i].m(e, null), s = !0, l || (a = N(A, "click", iA(
|
|
202
203
|
/*click_handler_1*/
|
|
203
|
-
|
|
204
|
+
o[15]
|
|
204
205
|
)), l = !0);
|
|
205
206
|
},
|
|
206
|
-
p(r,
|
|
207
|
+
p(r, g) {
|
|
207
208
|
var h;
|
|
208
|
-
let
|
|
209
|
-
i =
|
|
210
|
-
|
|
211
|
-
}),
|
|
209
|
+
let k = i;
|
|
210
|
+
i = _(r), i === k ? ~i && w[i].p(r, g) : (n && (K(), Q(w[k], 1, 1, () => {
|
|
211
|
+
w[k] = null;
|
|
212
|
+
}), Z()), ~i ? (n = w[i], n ? n.p(r, g) : (n = w[i] = p[i](r), n.c()), C(n, 1), n.m(e, null)) : n = null), (!s || g & /*tag*/
|
|
212
213
|
2) && u(
|
|
213
214
|
e,
|
|
214
215
|
"unfolded",
|
|
215
216
|
/*tag*/
|
|
216
217
|
(h = r[1].state) == null ? void 0 : h.unfolded
|
|
217
|
-
), (!
|
|
218
|
-
2 && c !== (c =
|
|
218
|
+
), (!s || g & /*tag*/
|
|
219
|
+
2 && c !== (c = y(T(
|
|
219
220
|
"content__container",
|
|
220
221
|
/*tag*/
|
|
221
222
|
r[1].className
|
|
222
|
-
)) + " svelte-
|
|
223
|
-
2 &&
|
|
224
|
-
r[1].id)) && B(A, "data-id",
|
|
223
|
+
)) + " svelte-qz1wo5")) && B(A, "class", c), (!s || g & /*tag*/
|
|
224
|
+
2 && m !== (m = /*tag*/
|
|
225
|
+
r[1].id)) && B(A, "data-id", m), (!s || g & /*tag, tag*/
|
|
225
226
|
2) && u(
|
|
226
227
|
A,
|
|
227
228
|
"disable",
|
|
228
229
|
/*tag*/
|
|
229
230
|
r[1].enabled === !1
|
|
230
|
-
), (!
|
|
231
|
+
), (!s || g & /*tag, isHide*/
|
|
231
232
|
34) && u(
|
|
232
233
|
A,
|
|
233
234
|
"hide",
|
|
234
235
|
/*isHide*/
|
|
235
236
|
r[5]
|
|
236
|
-
), (!
|
|
237
|
+
), (!s || g & /*tag, withAnimation*/
|
|
237
238
|
3) && u(
|
|
238
239
|
A,
|
|
239
240
|
"withAnimation",
|
|
240
241
|
/*withAnimation*/
|
|
241
242
|
r[0]
|
|
242
|
-
), (!
|
|
243
|
+
), (!s || g & /*tag, tag*/
|
|
243
244
|
2) && u(
|
|
244
245
|
A,
|
|
245
246
|
"unClickable",
|
|
246
247
|
/*tag*/
|
|
247
248
|
r[1].config.clickable === !1
|
|
248
|
-
),
|
|
249
|
-
2 &&
|
|
249
|
+
), g & /*tag*/
|
|
250
|
+
2 && M(
|
|
250
251
|
A,
|
|
251
252
|
"width",
|
|
252
253
|
/*tag*/
|
|
253
254
|
r[1].stickType === "Plane" || /*tag*/
|
|
254
255
|
r[1].contentType === "MediaModel" ? "100%" : 0
|
|
255
|
-
),
|
|
256
|
-
2 &&
|
|
256
|
+
), g & /*tag*/
|
|
257
|
+
2 && M(
|
|
257
258
|
A,
|
|
258
259
|
"height",
|
|
259
260
|
/*tag*/
|
|
@@ -262,298 +263,298 @@ function uA(n) {
|
|
|
262
263
|
);
|
|
263
264
|
},
|
|
264
265
|
i(r) {
|
|
265
|
-
|
|
266
|
+
s || (C(n), s = !0);
|
|
266
267
|
},
|
|
267
268
|
o(r) {
|
|
268
|
-
|
|
269
|
+
Q(n), s = !1;
|
|
269
270
|
},
|
|
270
271
|
d(r) {
|
|
271
|
-
r &&
|
|
272
|
+
r && I(A), ~i && w[i].d(), l = !1, a();
|
|
272
273
|
}
|
|
273
274
|
};
|
|
274
275
|
}
|
|
275
|
-
function
|
|
276
|
-
let A, t, e, i,
|
|
277
|
-
return t = new
|
|
276
|
+
function pA(o) {
|
|
277
|
+
let A, t, e, i, n, c, m;
|
|
278
|
+
return t = new fA({
|
|
278
279
|
props: {
|
|
279
280
|
tag: d(
|
|
280
281
|
/*tag*/
|
|
281
|
-
|
|
282
|
+
o[1]
|
|
282
283
|
),
|
|
283
284
|
renderMap: (
|
|
284
285
|
/*renderMap*/
|
|
285
|
-
|
|
286
|
+
o[3]
|
|
286
287
|
)
|
|
287
288
|
}
|
|
288
289
|
}), {
|
|
289
290
|
c() {
|
|
290
|
-
A =
|
|
291
|
+
A = E("div"), b(t.$$.fragment), B(A, "class", e = y(T(
|
|
291
292
|
"content__container",
|
|
292
293
|
/*tag*/
|
|
293
|
-
|
|
294
|
-
)) + " svelte-
|
|
295
|
-
|
|
294
|
+
o[1].className
|
|
295
|
+
)) + " svelte-qz1wo5"), B(A, "data-id", i = /*tag*/
|
|
296
|
+
o[1].id), u(
|
|
296
297
|
A,
|
|
297
298
|
"custom-tag-disable",
|
|
298
299
|
/*tag*/
|
|
299
|
-
|
|
300
|
+
o[1].enabled === !1
|
|
300
301
|
), u(
|
|
301
302
|
A,
|
|
302
303
|
"custom-tag-hide",
|
|
303
304
|
/*isHide*/
|
|
304
|
-
|
|
305
|
+
o[5]
|
|
305
306
|
);
|
|
306
307
|
},
|
|
307
|
-
m(
|
|
308
|
-
|
|
308
|
+
m(s, l) {
|
|
309
|
+
G(s, A, l), v(t, A, null), n = !0, c || (m = N(
|
|
309
310
|
A,
|
|
310
311
|
"click",
|
|
311
312
|
/*click_handler*/
|
|
312
|
-
|
|
313
|
+
o[14]
|
|
313
314
|
), c = !0);
|
|
314
315
|
},
|
|
315
|
-
p(
|
|
316
|
+
p(s, l) {
|
|
316
317
|
const a = {};
|
|
317
318
|
l & /*tag*/
|
|
318
319
|
2 && (a.tag = d(
|
|
319
320
|
/*tag*/
|
|
320
|
-
|
|
321
|
+
s[1]
|
|
321
322
|
)), l & /*renderMap*/
|
|
322
323
|
8 && (a.renderMap = /*renderMap*/
|
|
323
|
-
|
|
324
|
-
2 && e !== (e =
|
|
324
|
+
s[3]), t.$set(a), (!n || l & /*tag*/
|
|
325
|
+
2 && e !== (e = y(T(
|
|
325
326
|
"content__container",
|
|
326
327
|
/*tag*/
|
|
327
|
-
|
|
328
|
-
)) + " svelte-
|
|
328
|
+
s[1].className
|
|
329
|
+
)) + " svelte-qz1wo5")) && B(A, "class", e), (!n || l & /*tag*/
|
|
329
330
|
2 && i !== (i = /*tag*/
|
|
330
|
-
|
|
331
|
+
s[1].id)) && B(A, "data-id", i), (!n || l & /*tag, tag*/
|
|
331
332
|
2) && u(
|
|
332
333
|
A,
|
|
333
334
|
"custom-tag-disable",
|
|
334
335
|
/*tag*/
|
|
335
|
-
|
|
336
|
-
), (!
|
|
336
|
+
s[1].enabled === !1
|
|
337
|
+
), (!n || l & /*tag, isHide*/
|
|
337
338
|
34) && u(
|
|
338
339
|
A,
|
|
339
340
|
"custom-tag-hide",
|
|
340
341
|
/*isHide*/
|
|
341
|
-
|
|
342
|
+
s[5]
|
|
342
343
|
);
|
|
343
344
|
},
|
|
344
|
-
i(
|
|
345
|
-
|
|
345
|
+
i(s) {
|
|
346
|
+
n || (C(t.$$.fragment, s), n = !0);
|
|
346
347
|
},
|
|
347
|
-
o(
|
|
348
|
-
|
|
348
|
+
o(s) {
|
|
349
|
+
Q(t.$$.fragment, s), n = !1;
|
|
349
350
|
},
|
|
350
|
-
d(
|
|
351
|
-
|
|
351
|
+
d(s) {
|
|
352
|
+
s && I(A), D(t), c = !1, m();
|
|
352
353
|
}
|
|
353
354
|
};
|
|
354
355
|
}
|
|
355
|
-
function
|
|
356
|
+
function uA(o) {
|
|
356
357
|
let A, t;
|
|
357
|
-
return A = new
|
|
358
|
+
return A = new lA({
|
|
358
359
|
props: { tag: d(
|
|
359
360
|
/*tag*/
|
|
360
|
-
|
|
361
|
+
o[1]
|
|
361
362
|
) }
|
|
362
363
|
}), {
|
|
363
364
|
c() {
|
|
364
|
-
|
|
365
|
+
b(A.$$.fragment);
|
|
365
366
|
},
|
|
366
367
|
m(e, i) {
|
|
367
|
-
|
|
368
|
+
v(A, e, i), t = !0;
|
|
368
369
|
},
|
|
369
370
|
p(e, i) {
|
|
370
|
-
const
|
|
371
|
+
const n = {};
|
|
371
372
|
i & /*tag*/
|
|
372
|
-
2 && (
|
|
373
|
+
2 && (n.tag = d(
|
|
373
374
|
/*tag*/
|
|
374
375
|
e[1]
|
|
375
|
-
)), A.$set(
|
|
376
|
+
)), A.$set(n);
|
|
376
377
|
},
|
|
377
378
|
i(e) {
|
|
378
|
-
t || (
|
|
379
|
+
t || (C(A.$$.fragment, e), t = !0);
|
|
379
380
|
},
|
|
380
381
|
o(e) {
|
|
381
|
-
|
|
382
|
+
Q(A.$$.fragment, e), t = !1;
|
|
382
383
|
},
|
|
383
384
|
d(e) {
|
|
384
385
|
D(A, e);
|
|
385
386
|
}
|
|
386
387
|
};
|
|
387
388
|
}
|
|
388
|
-
function
|
|
389
|
+
function dA(o) {
|
|
389
390
|
let A, t;
|
|
390
|
-
return A = new
|
|
391
|
+
return A = new sA({
|
|
391
392
|
props: { tag: d(
|
|
392
393
|
/*tag*/
|
|
393
|
-
|
|
394
|
+
o[1]
|
|
394
395
|
) }
|
|
395
396
|
}), {
|
|
396
397
|
c() {
|
|
397
|
-
|
|
398
|
+
b(A.$$.fragment);
|
|
398
399
|
},
|
|
399
400
|
m(e, i) {
|
|
400
|
-
|
|
401
|
+
v(A, e, i), t = !0;
|
|
401
402
|
},
|
|
402
403
|
p(e, i) {
|
|
403
|
-
const
|
|
404
|
+
const n = {};
|
|
404
405
|
i & /*tag*/
|
|
405
|
-
2 && (
|
|
406
|
+
2 && (n.tag = d(
|
|
406
407
|
/*tag*/
|
|
407
408
|
e[1]
|
|
408
|
-
)), A.$set(
|
|
409
|
+
)), A.$set(n);
|
|
409
410
|
},
|
|
410
411
|
i(e) {
|
|
411
|
-
t || (
|
|
412
|
+
t || (C(A.$$.fragment, e), t = !0);
|
|
412
413
|
},
|
|
413
414
|
o(e) {
|
|
414
|
-
|
|
415
|
+
Q(A.$$.fragment, e), t = !1;
|
|
415
416
|
},
|
|
416
417
|
d(e) {
|
|
417
418
|
D(A, e);
|
|
418
419
|
}
|
|
419
420
|
};
|
|
420
421
|
}
|
|
421
|
-
function
|
|
422
|
+
function BA(o) {
|
|
422
423
|
let A, t;
|
|
423
|
-
return A = new
|
|
424
|
+
return A = new rA({
|
|
424
425
|
props: { tag: d(
|
|
425
426
|
/*tag*/
|
|
426
|
-
|
|
427
|
+
o[1]
|
|
427
428
|
) }
|
|
428
429
|
}), {
|
|
429
430
|
c() {
|
|
430
|
-
|
|
431
|
+
b(A.$$.fragment);
|
|
431
432
|
},
|
|
432
433
|
m(e, i) {
|
|
433
|
-
|
|
434
|
+
v(A, e, i), t = !0;
|
|
434
435
|
},
|
|
435
436
|
p(e, i) {
|
|
436
|
-
const
|
|
437
|
+
const n = {};
|
|
437
438
|
i & /*tag*/
|
|
438
|
-
2 && (
|
|
439
|
+
2 && (n.tag = d(
|
|
439
440
|
/*tag*/
|
|
440
441
|
e[1]
|
|
441
|
-
)), A.$set(
|
|
442
|
+
)), A.$set(n);
|
|
442
443
|
},
|
|
443
444
|
i(e) {
|
|
444
|
-
t || (
|
|
445
|
+
t || (C(A.$$.fragment, e), t = !0);
|
|
445
446
|
},
|
|
446
447
|
o(e) {
|
|
447
|
-
|
|
448
|
+
Q(A.$$.fragment, e), t = !1;
|
|
448
449
|
},
|
|
449
450
|
d(e) {
|
|
450
451
|
D(A, e);
|
|
451
452
|
}
|
|
452
453
|
};
|
|
453
454
|
}
|
|
454
|
-
function wA(
|
|
455
|
+
function wA(o) {
|
|
455
456
|
let A, t;
|
|
456
|
-
return A = new
|
|
457
|
+
return A = new aA({
|
|
457
458
|
props: { tag: d(
|
|
458
459
|
/*tag*/
|
|
459
|
-
|
|
460
|
+
o[1]
|
|
460
461
|
) }
|
|
461
462
|
}), {
|
|
462
463
|
c() {
|
|
463
|
-
|
|
464
|
+
b(A.$$.fragment);
|
|
464
465
|
},
|
|
465
466
|
m(e, i) {
|
|
466
|
-
|
|
467
|
+
v(A, e, i), t = !0;
|
|
467
468
|
},
|
|
468
469
|
p(e, i) {
|
|
469
|
-
const
|
|
470
|
+
const n = {};
|
|
470
471
|
i & /*tag*/
|
|
471
|
-
2 && (
|
|
472
|
+
2 && (n.tag = d(
|
|
472
473
|
/*tag*/
|
|
473
474
|
e[1]
|
|
474
|
-
)), A.$set(
|
|
475
|
+
)), A.$set(n);
|
|
475
476
|
},
|
|
476
477
|
i(e) {
|
|
477
|
-
t || (
|
|
478
|
+
t || (C(A.$$.fragment, e), t = !0);
|
|
478
479
|
},
|
|
479
480
|
o(e) {
|
|
480
|
-
|
|
481
|
+
Q(A.$$.fragment, e), t = !1;
|
|
481
482
|
},
|
|
482
483
|
d(e) {
|
|
483
484
|
D(A, e);
|
|
484
485
|
}
|
|
485
486
|
};
|
|
486
487
|
}
|
|
487
|
-
function
|
|
488
|
+
function QA(o) {
|
|
488
489
|
let A, t;
|
|
489
|
-
return A = new
|
|
490
|
+
return A = new nA({
|
|
490
491
|
props: { tag: d(
|
|
491
492
|
/*tag*/
|
|
492
|
-
|
|
493
|
+
o[1]
|
|
493
494
|
) }
|
|
494
495
|
}), {
|
|
495
496
|
c() {
|
|
496
|
-
|
|
497
|
+
b(A.$$.fragment);
|
|
497
498
|
},
|
|
498
499
|
m(e, i) {
|
|
499
|
-
|
|
500
|
+
v(A, e, i), t = !0;
|
|
500
501
|
},
|
|
501
502
|
p(e, i) {
|
|
502
|
-
const
|
|
503
|
+
const n = {};
|
|
503
504
|
i & /*tag*/
|
|
504
|
-
2 && (
|
|
505
|
+
2 && (n.tag = d(
|
|
505
506
|
/*tag*/
|
|
506
507
|
e[1]
|
|
507
|
-
)), A.$set(
|
|
508
|
+
)), A.$set(n);
|
|
508
509
|
},
|
|
509
510
|
i(e) {
|
|
510
|
-
t || (
|
|
511
|
+
t || (C(A.$$.fragment, e), t = !0);
|
|
511
512
|
},
|
|
512
513
|
o(e) {
|
|
513
|
-
|
|
514
|
+
Q(A.$$.fragment, e), t = !1;
|
|
514
515
|
},
|
|
515
516
|
d(e) {
|
|
516
517
|
D(A, e);
|
|
517
518
|
}
|
|
518
519
|
};
|
|
519
520
|
}
|
|
520
|
-
function
|
|
521
|
+
function CA(o) {
|
|
521
522
|
let A, t;
|
|
522
523
|
return A = new oA({
|
|
523
524
|
props: { tag: d(
|
|
524
525
|
/*tag*/
|
|
525
|
-
|
|
526
|
+
o[1]
|
|
526
527
|
) }
|
|
527
528
|
}), {
|
|
528
529
|
c() {
|
|
529
|
-
|
|
530
|
+
b(A.$$.fragment);
|
|
530
531
|
},
|
|
531
532
|
m(e, i) {
|
|
532
|
-
|
|
533
|
+
v(A, e, i), t = !0;
|
|
533
534
|
},
|
|
534
535
|
p(e, i) {
|
|
535
|
-
const
|
|
536
|
+
const n = {};
|
|
536
537
|
i & /*tag*/
|
|
537
|
-
2 && (
|
|
538
|
+
2 && (n.tag = d(
|
|
538
539
|
/*tag*/
|
|
539
540
|
e[1]
|
|
540
|
-
)), A.$set(
|
|
541
|
+
)), A.$set(n);
|
|
541
542
|
},
|
|
542
543
|
i(e) {
|
|
543
|
-
t || (
|
|
544
|
+
t || (C(A.$$.fragment, e), t = !0);
|
|
544
545
|
},
|
|
545
546
|
o(e) {
|
|
546
|
-
|
|
547
|
+
Q(A.$$.fragment, e), t = !1;
|
|
547
548
|
},
|
|
548
549
|
d(e) {
|
|
549
550
|
D(A, e);
|
|
550
551
|
}
|
|
551
552
|
};
|
|
552
553
|
}
|
|
553
|
-
function
|
|
554
|
-
let A, t, e, i,
|
|
555
|
-
const c = [
|
|
556
|
-
function
|
|
554
|
+
function _A(o) {
|
|
555
|
+
let A, t, e, i, n;
|
|
556
|
+
const c = [pA, cA, gA], m = [];
|
|
557
|
+
function s(l, a) {
|
|
557
558
|
return a & /*tag, renderMap*/
|
|
558
559
|
10 && (A = null), A == null && (A = !!/*tag*/
|
|
559
560
|
(l[1].element || /*renderMap*/
|
|
@@ -565,82 +566,82 @@ function kA(n) {
|
|
|
565
566
|
l[4] ? 1 : 2
|
|
566
567
|
);
|
|
567
568
|
}
|
|
568
|
-
return t =
|
|
569
|
+
return t = s(o, -1), e = m[t] = c[t](o), {
|
|
569
570
|
c() {
|
|
570
|
-
e.c(), i =
|
|
571
|
+
e.c(), i = tA();
|
|
571
572
|
},
|
|
572
573
|
m(l, a) {
|
|
573
|
-
|
|
574
|
+
m[t].m(l, a), G(l, i, a), n = !0;
|
|
574
575
|
},
|
|
575
576
|
p(l, [a]) {
|
|
576
577
|
let p = t;
|
|
577
|
-
t =
|
|
578
|
-
|
|
579
|
-
}),
|
|
578
|
+
t = s(l, a), t === p ? m[t].p(l, a) : (K(), Q(m[p], 1, 1, () => {
|
|
579
|
+
m[p] = null;
|
|
580
|
+
}), Z(), e = m[t], e ? e.p(l, a) : (e = m[t] = c[t](l), e.c()), C(e, 1), e.m(i.parentNode, i));
|
|
580
581
|
},
|
|
581
582
|
i(l) {
|
|
582
|
-
|
|
583
|
+
n || (C(e), n = !0);
|
|
583
584
|
},
|
|
584
585
|
o(l) {
|
|
585
|
-
|
|
586
|
+
Q(e), n = !1;
|
|
586
587
|
},
|
|
587
588
|
d(l) {
|
|
588
|
-
|
|
589
|
+
m[t].d(l), l && I(i);
|
|
589
590
|
}
|
|
590
591
|
};
|
|
591
592
|
}
|
|
592
|
-
function
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
593
|
+
function kA(o, A, t) {
|
|
594
|
+
var e, i;
|
|
595
|
+
return !(!A.visible || !A.enabled || !t.visible || !((e = o.state) != null && e.visible) || ((i = o.temporaryState) == null ? void 0 : i.visible) === !1 || o.loading);
|
|
596
|
+
}
|
|
597
|
+
function bA(o, A, t) {
|
|
598
|
+
let e, i, n, c, m, s, { withAnimation: l = !1 } = A, { tag: a } = A, { hooks: p } = A, { renderMap: w = /* @__PURE__ */ new Map() } = A, { state: _ } = A, { mediaStore: r } = A, { temporaryState: g } = A;
|
|
599
|
+
q("hooks", p), q("mediaStore", r);
|
|
600
|
+
let k, h;
|
|
601
|
+
function R(f) {
|
|
602
|
+
f ? p.emit("exposure", { id: c, type: "start" }) : p.emit("exposure", { id: c, type: "end" });
|
|
602
603
|
}
|
|
603
|
-
const
|
|
604
|
-
return
|
|
605
|
-
"withAnimation" in
|
|
606
|
-
},
|
|
607
|
-
var
|
|
608
|
-
|
|
609
|
-
2 && t(12, e = (
|
|
610
|
-
2 && t(11, i = (
|
|
611
|
-
322 && t(13,
|
|
612
|
-
2 && (c = a.id),
|
|
613
|
-
322 && t(5,
|
|
614
|
-
8192 && R(
|
|
615
|
-
7682 && a.hooks && (e !== void 0 && e !== h && (t(10, h = e), e ? (
|
|
616
|
-
2 && t(4,
|
|
604
|
+
const X = (f) => p.emit("click", { event: f, target: "TagContent", tag: a }), j = (f) => p.emit("click", { event: f, target: "TagContent", tag: a });
|
|
605
|
+
return o.$$set = (f) => {
|
|
606
|
+
"withAnimation" in f && t(0, l = f.withAnimation), "tag" in f && t(1, a = f.tag), "hooks" in f && t(2, p = f.hooks), "renderMap" in f && t(3, w = f.renderMap), "state" in f && t(6, _ = f.state), "mediaStore" in f && t(7, r = f.mediaStore), "temporaryState" in f && t(8, g = f.temporaryState);
|
|
607
|
+
}, o.$$.update = () => {
|
|
608
|
+
var f, Y, J, H, P, U, W, z, S, F, O;
|
|
609
|
+
o.$$.dirty & /*tag*/
|
|
610
|
+
2 && t(12, e = (f = a.state) == null ? void 0 : f.unfolded), o.$$.dirty & /*tag*/
|
|
611
|
+
2 && t(11, i = (Y = a.state) == null ? void 0 : Y.visible), o.$$.dirty & /*state, temporaryState, tag*/
|
|
612
|
+
322 && t(13, n = _.visible && g.visible && ((J = a.state) == null ? void 0 : J.visible)), o.$$.dirty & /*tag*/
|
|
613
|
+
2 && (c = a.id), o.$$.dirty & /*tag, state, temporaryState*/
|
|
614
|
+
322 && t(5, m = !kA(a, _, g)), o.$$.dirty & /*isVisible*/
|
|
615
|
+
8192 && R(n), o.$$.dirty & /*tag, unfolded, lastUnfoldedState, visible, lastVisibleState*/
|
|
616
|
+
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 !== k && (t(9, k = i), i ? (S = (z = a.hooks).emit) == null || S.call(z, "show") : (O = (F = a.hooks).emit) == null || O.call(F, "hide"))), o.$$.dirty & /*tag*/
|
|
617
|
+
2 && t(4, s = (() => !(typeof a.config.unfoldedConfig == "object" && a.config.unfoldedConfig.keep === "folded"))());
|
|
617
618
|
}, [
|
|
618
619
|
l,
|
|
619
620
|
a,
|
|
620
621
|
p,
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
g,
|
|
624
|
-
C,
|
|
625
|
-
r,
|
|
622
|
+
w,
|
|
623
|
+
s,
|
|
626
624
|
m,
|
|
627
625
|
_,
|
|
626
|
+
r,
|
|
627
|
+
g,
|
|
628
|
+
k,
|
|
628
629
|
h,
|
|
629
630
|
i,
|
|
630
631
|
e,
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
632
|
+
n,
|
|
633
|
+
X,
|
|
634
|
+
j
|
|
634
635
|
];
|
|
635
636
|
}
|
|
636
|
-
class at extends
|
|
637
|
+
class at extends x {
|
|
637
638
|
constructor(A) {
|
|
638
|
-
super(),
|
|
639
|
+
super(), $(
|
|
639
640
|
this,
|
|
640
641
|
A,
|
|
641
642
|
bA,
|
|
642
|
-
|
|
643
|
-
|
|
643
|
+
_A,
|
|
644
|
+
AA,
|
|
644
645
|
{
|
|
645
646
|
withAnimation: 0,
|
|
646
647
|
tag: 1,
|
|
@@ -650,7 +651,7 @@ class at extends $ {
|
|
|
650
651
|
mediaStore: 7,
|
|
651
652
|
temporaryState: 8
|
|
652
653
|
},
|
|
653
|
-
|
|
654
|
+
mA
|
|
654
655
|
);
|
|
655
656
|
}
|
|
656
657
|
}
|