@realsee/dnalogel 3.66.0-alpha.8 → 3.66.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/CHANGELOG.md +14 -2
- package/dist/MeasurePlugin/Controller.d.ts +10 -0
- package/dist/MeasurePlugin/index.d.ts +1 -0
- package/dist/PanoMeasurePlugin/utils/dom/base.d.ts +1 -1
- package/dist/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +8 -1
- package/dist/PanoTagPlugin/Components/Common/Icon/tag-popover-arrow-base64.d.ts +8 -0
- package/dist/PanoTagPlugin/controller/Tag/BaseTag.d.ts +12 -0
- package/dist/PanoTagPlugin/controller/Tag/PointTag.d.ts +0 -3
- package/dist/PanoTagPlugin/controller/index.d.ts +18 -0
- package/dist/PanoTagPlugin/typings/controller.d.ts +2 -0
- package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +2 -0
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +26 -0
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +4 -0
- package/dist/PanoTagPlugin/utils/index.d.ts +1 -0
- package/dist/PanoTagPlugin/utils/popoverContainer.d.ts +1 -0
- package/dist/PanoTagPlugin/utils/videoHelper.d.ts +45 -0
- package/dist/Sculpt/Meshes/Line.d.ts +3 -0
- package/dist/Sculpt/utils/Meshes/getLengthHTML.d.ts +1 -0
- package/dist/index.cjs.js +164 -93
- package/dist/index.js +13456 -12833
- package/dist/index.umd.js +163 -92
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/AreaMakerPluginType.AreaMakerController.html +2 -2
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +2 -2
- package/docs/classes/CSS3DRender.html +2 -2
- package/docs/classes/GuideLineItem.GuideLineItem.html +2 -2
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +2 -2
- package/docs/classes/ModelMakerPluginInstance.html +2 -2
- package/docs/classes/ModelMakerPluginType.ModelMakerBoxItem.html +2 -2
- package/docs/classes/ModelMakerPluginType.ModelMakerPolygonItem.html +2 -2
- package/docs/classes/ModelMakerPluginType.ModelMakerPrismItem.html +2 -2
- package/docs/classes/ModelRoomLabelController.html +2 -2
- package/docs/classes/MoveController.html +2 -2
- package/docs/classes/Object3DHelperController.html +2 -2
- package/docs/classes/PaintBrush.html +2 -2
- package/docs/classes/PanoMeasurePluginLine.html +2 -2
- package/docs/classes/PanoMeasurePluginModel.html +2 -2
- package/docs/classes/PanoMeasurePluginPoint.html +2 -2
- package/docs/classes/PanoMeasurePluginPolyline.html +2 -2
- package/docs/classes/PanoTagPluginController.html +39 -29
- package/docs/classes/Sculpt.html +2 -2
- package/docs/classes/Util.BetterTween.html +2 -2
- package/docs/classes/Util.FiveDomEvents.html +2 -2
- package/docs/classes/Util.FivePuppet.html +2 -2
- package/docs/classes/Util.Interval.html +2 -2
- package/docs/classes/Util.LegacyPointHelper.html +2 -2
- package/docs/classes/Util.LightTag.html +2 -2
- package/docs/classes/Util.LineSegments.html +2 -2
- package/docs/classes/Util.Magnifier.html +2 -2
- package/docs/classes/Util.Object3D.html +2 -2
- package/docs/classes/Util.PointDomHelper.html +2 -2
- package/docs/classes/Util.PointHelper.html +2 -2
- package/docs/classes/Util.PointSelector.html +2 -2
- package/docs/classes/Util.PointSelectorHelper.html +2 -2
- package/docs/classes/Util.Rectangle.html +2 -2
- package/docs/classes/Util.sculpt.BaseEditor.html +2 -2
- package/docs/classes/Util.sculpt.BoxMesh.html +2 -2
- package/docs/classes/Util.sculpt.BoxMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.CircleMesh.html +2 -2
- package/docs/classes/Util.sculpt.CircleMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +2 -2
- package/docs/classes/Util.sculpt.CylinderMesh.html +2 -2
- package/docs/classes/Util.sculpt.CylinderMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.LineMesh.html +5 -5
- package/docs/classes/Util.sculpt.PointMesh.html +2 -2
- package/docs/classes/Util.sculpt.PolygonMesh.html +2 -2
- package/docs/classes/Util.sculpt.PrismMesh.html +2 -2
- package/docs/classes/Util.sculpt.PrismMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.RectangleMesh.html +2 -2
- package/docs/classes/Util.sculpt.RectangleMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +2 -2
- package/docs/classes/WalkController.html +2 -2
- package/docs/enums/CameraMovementEffect.html +2 -2
- package/docs/enums/ContentType.html +2 -2
- package/docs/enums/DIRECTION.html +2 -2
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +2 -2
- package/docs/enums/DimensionType.html +2 -2
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +2 -2
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +2 -2
- package/docs/enums/PaintBrushTypeEnum.html +2 -2
- package/docs/enums/PointType.html +2 -2
- package/docs/enums/Rotation.html +2 -2
- package/docs/functions/AreaMakerPlugin.html +1 -1
- package/docs/functions/CSS3DRenderPlugin.html +1 -1
- package/docs/functions/CameraMovementPlugin.html +2 -2
- package/docs/functions/CruisePlugin.html +1 -1
- package/docs/functions/CurrentPanoImagePlugin.html +1 -1
- package/docs/functions/GuideLinePlugin.html +1 -1
- package/docs/functions/ItemLabelPlugin.html +1 -1
- package/docs/functions/MapviewFloorplanPlugin.html +1 -1
- package/docs/functions/MeasurePlugin.html +1 -1
- package/docs/functions/ModelChassisCompassPlugin.html +2 -2
- package/docs/functions/ModelEntryDoorGuidePlugin.html +2 -2
- package/docs/functions/ModelFloorplanPlugin.html +1 -1
- package/docs/functions/ModelItemLabelPlugin.html +1 -1
- package/docs/functions/ModelMakerPlugin.html +1 -1
- package/docs/functions/ModelRoomLabelPlugin.html +1 -1
- package/docs/functions/ModelTVVideoPlugin.html +1 -1
- package/docs/functions/ModelViewPlugin.html +2 -2
- package/docs/functions/MovePlugin.html +1 -1
- package/docs/functions/Object3DHelperPlugin.html +1 -1
- package/docs/functions/PanoCompassPlugin.html +1 -1
- package/docs/functions/PanoCursorRaycasterPlugin.html +2 -2
- package/docs/functions/PanoDoorLabelPlugin.html +1 -1
- package/docs/functions/PanoFloorplanRadarPlugin.html +1 -1
- package/docs/functions/PanoMeasurePlugin.html +1 -1
- package/docs/functions/PanoRulerPlugin.html +2 -2
- package/docs/functions/PanoRulerProPlugin.html +2 -2
- package/docs/functions/PanoSpatialTagPlugin.html +2 -2
- package/docs/functions/PanoTagPlugin.html +1 -1
- package/docs/functions/PanoVideoPlugin.html +2 -2
- package/docs/functions/PipelinePlugin.html +1 -1
- package/docs/functions/SculptPlugin.html +2 -2
- package/docs/functions/TopviewFloorplanPlugin.html +1 -1
- package/docs/functions/Util.absoluteUrl.html +2 -2
- package/docs/functions/Util.awaitNextFrame.html +1 -1
- package/docs/functions/Util.blink.html +2 -2
- package/docs/functions/Util.bounding.html +1 -1
- package/docs/functions/Util.boundingBox.html +1 -1
- package/docs/functions/Util.boundingSphere.html +1 -1
- package/docs/functions/Util.boxVertex.html +2 -2
- package/docs/functions/Util.boxVertexes.html +1 -1
- package/docs/functions/Util.checkFiveModelLoaded.html +2 -2
- package/docs/functions/Util.convexHull.html +2 -2
- package/docs/functions/Util.equal.html +2 -2
- package/docs/functions/Util.fiveModelIsLoaded.html +2 -2
- package/docs/functions/Util.getCoordsFromClient.html +1 -1
- package/docs/functions/Util.getCoordsFromElement.html +1 -1
- package/docs/functions/Util.getFrameTime.html +2 -2
- package/docs/functions/Util.getIntersectFromRelativePosition.html +1 -1
- package/docs/functions/Util.getRaycasterFromFivePointer.html +1 -1
- package/docs/functions/Util.initialCSS3DRender.html +1 -1
- package/docs/functions/Util.inside.html +1 -1
- package/docs/functions/Util.isAbsoluteURL.html +1 -1
- package/docs/functions/Util.isModelLike.html +1 -1
- package/docs/functions/Util.isNil.html +2 -2
- package/docs/functions/Util.isPanoramaLike.html +1 -1
- package/docs/functions/Util.lookObject.html +2 -2
- package/docs/functions/Util.lookPoint.html +2 -2
- package/docs/functions/Util.nextFrame.html +1 -1
- package/docs/functions/Util.notNil.html +2 -2
- package/docs/functions/Util.reblink.html +2 -2
- package/docs/functions/Util.requestAnimationFrameInterval.html +2 -2
- package/docs/functions/Util.sculpt.createBox.html +1 -1
- package/docs/functions/Util.sculpt.createCircle.html +1 -1
- package/docs/functions/Util.sculpt.createCylinder.html +1 -1
- package/docs/functions/Util.sculpt.createLine.html +2 -2
- package/docs/functions/Util.sculpt.createPoint.html +1 -1
- package/docs/functions/Util.sculpt.createPolygon.html +1 -1
- package/docs/functions/Util.sculpt.createPrism.html +1 -1
- package/docs/functions/Util.sculpt.createRectangle.html +2 -2
- package/docs/functions/Util.tag.html +1 -1
- package/docs/functions/Util.tweenProgress.html +1 -1
- package/docs/functions/Util.uuid.html +2 -2
- package/docs/functions/Util.waitFiveModelLoaded.html +2 -2
- package/docs/functions/Util.worldBounding.html +1 -1
- package/docs/functions/Util.worldBoundingBox.html +1 -1
- package/docs/functions/Util.worldBoundingSphere.html +1 -1
- package/docs/functions/createPolyline.html +2 -2
- package/docs/functions/pluginFlag.html +1 -1
- package/docs/hierarchy.html +1 -1
- package/docs/index.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.Config.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.Params.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.State.html +2 -2
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +2 -2
- package/docs/interfaces/CSS3DRenderPluginState.html +2 -2
- package/docs/interfaces/CameraMovementPluginExportType.html +2 -2
- package/docs/interfaces/ContentTypeMapInterface.html +2 -2
- package/docs/interfaces/CruisePluginTypes.Config.html +2 -2
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +2 -2
- package/docs/interfaces/CruisePluginTypes.EventMap.html +2 -2
- package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +2 -2
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +2 -2
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +2 -2
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +2 -2
- package/docs/interfaces/CruisePluginTypes.PluginData.html +2 -2
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +2 -2
- package/docs/interfaces/CruisePluginTypes.PluginState.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +2 -2
- package/docs/interfaces/FloorplanBounding.html +2 -2
- package/docs/interfaces/FloorplanData.html +2 -2
- package/docs/interfaces/FloorplanEntrance.html +2 -2
- package/docs/interfaces/FloorplanExtraObject.html +2 -2
- package/docs/interfaces/FloorplanExtraObject3D.html +2 -2
- package/docs/interfaces/FloorplanFloorData.html +2 -2
- package/docs/interfaces/FloorplanImagePosition.html +2 -2
- package/docs/interfaces/FloorplanObserver.html +2 -2
- package/docs/interfaces/FloorplanOutlineItem.html +2 -2
- package/docs/interfaces/FloorplanPosition.html +2 -2
- package/docs/interfaces/FloorplanRoomItem.html +2 -2
- package/docs/interfaces/FloorplanRoomLabelItem.html +2 -2
- package/docs/interfaces/FloorplanServerBounding.html +2 -2
- package/docs/interfaces/FloorplanServerComputedData.html +2 -2
- package/docs/interfaces/FloorplanServerData.html +2 -2
- package/docs/interfaces/FloorplanServerDoorItem.html +2 -2
- package/docs/interfaces/FloorplanServerDoorPosition.html +2 -2
- package/docs/interfaces/FloorplanServerEntrance.html +2 -2
- package/docs/interfaces/FloorplanServerFloorData.html +2 -2
- package/docs/interfaces/FloorplanServerImagePosition.html +2 -2
- package/docs/interfaces/FloorplanServerObserver.html +2 -2
- package/docs/interfaces/FloorplanServerOutlineItem.html +2 -2
- package/docs/interfaces/FloorplanServerPosition.html +2 -2
- package/docs/interfaces/FloorplanServerRoomItem.html +2 -2
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +2 -2
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +2 -2
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +2 -2
- package/docs/interfaces/GuideLinePluginType.EventMap.html +2 -2
- package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +2 -2
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +2 -2
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +2 -2
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +2 -2
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +1 -1
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +2 -2
- package/docs/interfaces/GuideLinePluginType.PluginState.html +2 -2
- package/docs/interfaces/GuideLinePluginType.Route.html +2 -2
- package/docs/interfaces/HelperOffset.html +2 -2
- package/docs/interfaces/ImagePlaneGroup.html +2 -2
- package/docs/interfaces/ItemLabelPluginData.html +2 -2
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +2 -2
- package/docs/interfaces/ItemLabelPluginParametersType.html +2 -2
- package/docs/interfaces/MinMax.html +2 -2
- package/docs/interfaces/ModelChassisCompassPluginData.html +2 -2
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +2 -2
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +2 -2
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +2 -2
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +2 -2
- package/docs/interfaces/ModelItemLabelPluginData.html +2 -2
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +2 -2
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.BoxItemObjectData.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.EventMap.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.PrismItemObjectData.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerData.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.State.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.TrianglesItemObjectData.html +2 -2
- package/docs/interfaces/ModelRoomLabelPluginData.html +2 -2
- package/docs/interfaces/ModelTVVideoPluginData.html +2 -2
- package/docs/interfaces/ModelTVVideoPluginExportType.html +2 -2
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +2 -2
- package/docs/interfaces/ModelViewPluginExportType.html +2 -2
- package/docs/interfaces/Object3DHelperState.html +2 -2
- package/docs/interfaces/ObjectHelperControllers.html +2 -2
- package/docs/interfaces/PaintBrushAction.html +2 -2
- package/docs/interfaces/PaintBrushConfigs.html +2 -2
- package/docs/interfaces/PaintBrushState.html +2 -2
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +2 -2
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +1 -1
- package/docs/interfaces/PanoMeasureParameterType.html +2 -2
- package/docs/interfaces/PanoMeasurePluginLineJson.html +2 -2
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +2 -2
- package/docs/interfaces/PanoMeasurePluginPointJson.html +2 -2
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +2 -2
- package/docs/interfaces/PanoRulerPluginExportType.html +2 -2
- package/docs/interfaces/PanoRulerPluginOptions.html +2 -2
- package/docs/interfaces/PanoRulerPluginParameterType.html +2 -2
- package/docs/interfaces/PanoRulerProPluginExportType.html +2 -2
- package/docs/interfaces/PanoRulerProPluginOptions.html +2 -2
- package/docs/interfaces/PanoRulerProPluginParameterType.html +2 -2
- package/docs/interfaces/PanoRulerProPluginState.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginData.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +2 -2
- package/docs/interfaces/PluginEventMap.html +2 -2
- package/docs/interfaces/Point.html +2 -2
- package/docs/interfaces/Room.html +2 -2
- package/docs/interfaces/RoomInfo.html +2 -2
- package/docs/interfaces/RoomLabel.html +2 -2
- package/docs/interfaces/RoomRules.html +1 -1
- package/docs/interfaces/Rooms.html +1 -1
- package/docs/interfaces/Scissor.html +2 -2
- package/docs/interfaces/State.html +2 -2
- package/docs/interfaces/TagCacheInterface.html +3 -3
- package/docs/interfaces/TagConfig.html +71 -61
- package/docs/interfaces/TagGLTFObjectGroup.html +2 -2
- package/docs/interfaces/TagIconUrl.html +2 -2
- package/docs/interfaces/TagObjectGroup.html +2 -2
- package/docs/interfaces/TagState.html +3 -0
- package/docs/interfaces/TagStyle.html +2 -2
- package/docs/interfaces/Tags.html +2 -2
- package/docs/interfaces/TemporaryState.html +2 -2
- package/docs/interfaces/Util.AnimeInstance.html +2 -2
- package/docs/interfaces/Util.BlinkAnimeOptions.html +2 -2
- package/docs/interfaces/Util.EventHandlerConfig.html +2 -2
- package/docs/interfaces/Util.FiveDomEvent.html +2 -2
- package/docs/interfaces/Util.FiveDomEventMap.html +2 -2
- package/docs/interfaces/Util.LegacyMouseGroupParameter.html +2 -2
- package/docs/interfaces/Util.MagnifierParameter.html +2 -2
- package/docs/interfaces/Util.MouseGroupParameter.html +2 -2
- package/docs/interfaces/Util.PointIntersection.html +2 -2
- package/docs/interfaces/Util.PointSelectorHelperConfig.html +2 -2
- package/docs/interfaces/Util.ReBlinkAnimeOptions.html +2 -2
- package/docs/modules/AreaMakerPluginType.html +2 -2
- package/docs/modules/CruisePluginTypes.html +2 -2
- package/docs/modules/CurrentPanoImagePluginType.html +2 -2
- package/docs/modules/GuideLineItem.html +2 -2
- package/docs/modules/GuideLineModeItem.html +2 -2
- package/docs/modules/GuideLinePluginType.html +2 -2
- package/docs/modules/ModelMakerPluginType.html +2 -2
- package/docs/modules/PanoVideoPluginType.html +2 -2
- package/docs/modules/SculptData.html +2 -2
- package/docs/modules/SculptType.html +2 -2
- package/docs/modules/Util.html +2 -2
- package/docs/modules/Util.sculpt.html +2 -2
- package/docs/modules.html +3 -2
- package/docs/types/AddObject3DHelperConfig.html +2 -2
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +2 -2
- package/docs/types/AreaMakerPluginType.ItemRenderer.html +1 -1
- package/docs/types/AreaMakerPluginType.PluginData.html +2 -2
- package/docs/types/AreaMakerPluginType.ServerData.html +2 -2
- package/docs/types/ArrayPosition.html +1 -1
- package/docs/types/AudioAppearance.html +1 -1
- package/docs/types/CSS3DRenderExportType.html +1 -1
- package/docs/types/CSS3DRenderPluginExportType.html +1 -1
- package/docs/types/CSS3DRenderPluginParameterType.html +1 -1
- package/docs/types/ClassFunctionParameters.html +1 -1
- package/docs/types/Color.html +1 -1
- package/docs/types/ContentTypeConfigKey.html +1 -1
- package/docs/types/ContentTypeConfigKeySplit.html +1 -1
- package/docs/types/ContentTypeMap.html +1 -1
- package/docs/types/Create3DDomContainerReturnType.html +1 -1
- package/docs/types/Create3DElementReturnType.html +1 -1
- package/docs/types/CruisePluginExportType.html +1 -1
- package/docs/types/CruisePluginTypes.CruiseData.html +2 -2
- package/docs/types/CruisePluginTypes.MoveEffect.html +1 -1
- package/docs/types/CurrentPanoImagePluginExportType.html +1 -1
- package/docs/types/DeprecatedMediaPlaneProperty.html +2 -2
- package/docs/types/DeprecatedTagProperty.html +2 -2
- package/docs/types/Direction-1.html +1 -1
- package/docs/types/Direction4.html +1 -1
- package/docs/types/ElementRenderer.html +2 -2
- package/docs/types/FloorplanRuleLabels.html +2 -2
- package/docs/types/FloorplanServerRuleLabels.html +1 -1
- package/docs/types/GuideLinePluginExportType.html +1 -1
- package/docs/types/GuideLinePluginType.GuideLineItem.html +2 -2
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +1 -1
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +1 -1
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +2 -2
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +2 -2
- package/docs/types/GuideLinePluginType.PathItem.html +2 -2
- package/docs/types/GuideLinePluginType.PluginData.html +2 -2
- package/docs/types/GuideLinePluginType.RouteConfig.html +2 -2
- package/docs/types/HelperEventMap.html +1 -1
- package/docs/types/InternalHelperEventMap.html +1 -1
- package/docs/types/MapviewFloorplanPluginParameterType.html +1 -1
- package/docs/types/MapviewFloorplanPluginReturnType.html +1 -1
- package/docs/types/MeasurePluginConfig.html +1 -1
- package/docs/types/MediaData.html +2 -2
- package/docs/types/MediaStore.html +1 -1
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +1 -1
- package/docs/types/ModelFloorplanPluginParameterType.html +1 -1
- package/docs/types/ModelFloorplanPluginReturnType.html +1 -1
- package/docs/types/ModelId.html +1 -1
- package/docs/types/ModelMakerPluginType.ElementRenderer.html +1 -1
- package/docs/types/ModelMakerPluginType.ItemType.html +2 -2
- package/docs/types/ModelMakerPluginType.MarkerItem.html +1 -1
- package/docs/types/ModelMakerPluginType.ServerItem.html +2 -2
- package/docs/types/ModelRoomLabelPluginParameters.html +1 -1
- package/docs/types/ModelRoomLabelPluginReturnType.html +1 -1
- package/docs/types/MoveArgs.html +2 -2
- package/docs/types/MoveOpts.html +2 -2
- package/docs/types/Object3DHelperEventMap.html +1 -1
- package/docs/types/ObjectFit.html +1 -1
- package/docs/types/PaintBrushEventMap.html +1 -1
- package/docs/types/PanoCompassPluginData.html +1 -1
- package/docs/types/PanoCompassPluginExportType.html +1 -1
- package/docs/types/PanoCompassPluginParameterType.html +1 -1
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +1 -1
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +1 -1
- package/docs/types/PanoIndex.html +1 -1
- package/docs/types/PanoMeasurePluginEvent.html +1 -1
- package/docs/types/PanoMeasureReturnType.html +1 -1
- package/docs/types/PanoSpatialTagPluginId.html +1 -1
- package/docs/types/PanoTagPluginExportInterface.html +1 -1
- package/docs/types/PanoTagPluginParamsInterface.html +1 -1
- package/docs/types/PanoVideoPluginParameterType.html +1 -1
- package/docs/types/PanoVideoPluginReturnType.html +1 -1
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +2 -2
- package/docs/types/PipelinePluginParameterType.html +1 -1
- package/docs/types/PipelinePluginReturnType.html +1 -1
- package/docs/types/PlaneTag.html +2 -2
- package/docs/types/Point2DTag.html +2 -2
- package/docs/types/Point3DTag.html +2 -2
- package/docs/types/PointTagInstance.html +1 -1
- package/docs/types/Position.html +1 -1
- package/docs/types/PositionFrom.html +1 -1
- package/docs/types/RotateArgs.html +2 -2
- package/docs/types/RotateOpts.html +2 -2
- package/docs/types/RuleLabelsKey.html +1 -1
- package/docs/types/RuleLabelsValue.html +1 -1
- package/docs/types/ScaleCallback.html +1 -1
- package/docs/types/ScalePosition.html +2 -2
- package/docs/types/SculptData.BoxData.html +1 -1
- package/docs/types/SculptData.CircleData.html +1 -1
- package/docs/types/SculptData.CylinderData.html +1 -1
- package/docs/types/SculptData.PointData.html +1 -1
- package/docs/types/SculptData.PolygonData.html +1 -1
- package/docs/types/SculptData.PolylineData.html +1 -1
- package/docs/types/SculptData.PrismData.html +1 -1
- package/docs/types/SculptData.RectangleData.html +1 -1
- package/docs/types/SculptType.Theme.html +2 -2
- package/docs/types/StickType.html +1 -1
- package/docs/types/Tag.html +3 -2
- package/docs/types/Tag2D.html +2 -2
- package/docs/types/Tag3D.html +2 -2
- package/docs/types/TagClickParams.html +1 -1
- package/docs/types/TagConfigByKey.html +1 -1
- package/docs/types/TagContentType.html +1 -1
- package/docs/types/TagContentTypeMapping.html +1 -1
- package/docs/types/TagDimensionType.html +1 -1
- package/docs/types/TagElement.html +2 -2
- package/docs/types/TagEvents.html +1 -1
- package/docs/types/TagGLTFObject.html +1 -1
- package/docs/types/TagHooks.html +1 -1
- package/docs/types/TagId.html +1 -1
- package/docs/types/TagInstance.html +1 -1
- package/docs/types/TagPlacement.html +2 -2
- package/docs/types/TagPointType.html +2 -2
- package/docs/types/TagRendererMap.html +1 -1
- package/docs/types/TopviewFloorplanPluginParameterType.html +1 -1
- package/docs/types/TopviewFloorplanPluginReturnType.html +1 -1
- package/docs/types/Util.ActionIfNoIntersection.html +1 -1
- package/docs/types/Util.AdherePoint.html +2 -2
- package/docs/types/Util.PointSelectorConfig.html +1 -1
- package/docs/types/WorkCode.html +1 -1
- package/docs/variables/FLOOR_TYPE_MAP.html +2 -2
- package/docs/variables/PLUGIN.html +1 -1
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +2 -2
- package/docs/variables/ROOM_TYPE_MAP.html +2 -2
- package/docs/variables/Util.animeMap.html +1 -1
- package/docs/variables/defaultGlobalConfig.html +1 -1
- package/docs/variables/itemLabelPluginServerParams.html +1 -1
- package/docs/variables/modelItemLabelPluginServerParams.html +1 -1
- package/docs/variables/modelRoomLabelPluginServerParams.html +1 -1
- package/libs/CruisePlugin/Move.js +5 -2
- package/libs/CruisePlugin/Work.js +5 -2
- package/libs/CruisePlugin/index.js +9 -6
- package/libs/GuideLinePlugin/Controller.js +7 -4
- package/libs/GuideLinePlugin/GuideLineItem.js +5 -2
- package/libs/GuideLinePlugin/GuideLineModeItem.js +5 -2
- package/libs/GuideLinePlugin/index.js +9 -6
- package/libs/MeasurePlugin/Controller.d.ts +10 -0
- package/libs/MeasurePlugin/Controller.js +175 -126
- package/libs/MeasurePlugin/index.d.ts +1 -0
- package/libs/PanoMeasurePlugin/utils/dom/base.d.ts +1 -1
- package/libs/PanoMeasurePlugin/utils/dom/base.js +3 -3
- package/libs/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +8 -1
- package/libs/PanoMeasurePlugin/utils/dom/distanceItem.js +128 -44
- package/libs/PanoTagPlugin/Components/Common/Icon/tag-popover-arrow-base64.d.ts +8 -0
- package/libs/PanoTagPlugin/Components/Common/Icon/tag-popover-arrow-base64.js +11 -0
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +91 -88
- package/libs/PanoTagPlugin/Components/Common/TagPopover/ArrowRightIcon.js +73 -61
- package/libs/PanoTagPlugin/Components/Common/TagPopover/PopoverContent.js +153 -90
- package/libs/PanoTagPlugin/Components/Common/TagPopover/ShareIcon.js +76 -64
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverArrow.js +62 -30
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverToolBar.js +199 -107
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopup.js +565 -362
- package/libs/PanoTagPlugin/Components/Common/TagPopover/index.js +272 -251
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +161 -161
- package/libs/PanoTagPlugin/Components/Tag/index.js +241 -254
- package/libs/PanoTagPlugin/Components/TagContainer.js +107 -91
- package/libs/PanoTagPlugin/Components/TagItem.js +300 -337
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.d.ts +12 -0
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +174 -158
- package/libs/PanoTagPlugin/controller/Tag/PointTag.d.ts +0 -3
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +31 -37
- package/libs/PanoTagPlugin/controller/index.d.ts +18 -0
- package/libs/PanoTagPlugin/controller/index.js +163 -132
- package/libs/PanoTagPlugin/index.js +14 -11
- package/libs/PanoTagPlugin/tag.config.js +26 -3
- package/libs/PanoTagPlugin/typings/controller.d.ts +2 -0
- package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +2 -0
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +26 -0
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +4 -0
- package/libs/PanoTagPlugin/utils/index.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/index.js +22 -15
- package/libs/PanoTagPlugin/utils/popoverContainer.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/popoverContainer.js +16 -0
- package/libs/PanoTagPlugin/utils/videoHelper.d.ts +45 -0
- package/libs/PanoTagPlugin/utils/videoHelper.js +88 -0
- package/libs/Sculpt/Meshes/Line.d.ts +3 -0
- package/libs/Sculpt/Meshes/Line.js +142 -103
- package/libs/Sculpt/Meshes/Point.js +35 -36
- package/libs/Sculpt/Meshes/Polygon.js +32 -44
- package/libs/Sculpt/utils/Meshes/getLengthHTML.d.ts +1 -0
- package/libs/Sculpt/utils/Meshes/getLengthHTML.js +55 -21
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +148 -145
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +5 -6
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { SvelteComponent as tA, init as iA, safe_not_equal as oA, append_styles as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import { SvelteComponent as tA, init as iA, safe_not_equal as oA, append_styles as rA, empty as nA, insert as L, transition_out as w, check_outros as $, transition_in as k, detach as O, setContext as q, group_outros as AA, binding_callbacks as X, element as Y, attr as _, noop as j, toggle_class as Q, null_to_empty as S, set_style as W, append as x, listen as eA, create_component as h, mount_component as D, destroy_component as M } from "../../../vendor/svelte/internal/index.js";
|
|
2
|
+
import aA from "./TextTag/index.js";
|
|
3
|
+
import lA from "./ImageTextTag.js";
|
|
4
4
|
import mA from "./MarketingTag.js";
|
|
5
5
|
import "three";
|
|
6
6
|
import { noTypecheck as c } from "../../utils/noTypecheck.js";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
7
|
+
import fA from "./AudioTag/index.js";
|
|
8
|
+
import pA from "./MediaPlane.js";
|
|
9
9
|
import sA from "./LinkTag.js";
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import { classnames as
|
|
10
|
+
import uA from "./PanoramaTag.js";
|
|
11
|
+
import gA from "./CustomTag.js";
|
|
12
|
+
import { classnames as F } from "../../../vendor/classnames/index.js";
|
|
13
13
|
import { ModelTag as cA } from "../../controller/Tag/ModelTag.js";
|
|
14
14
|
import "../../../shared-utils/tag.js";
|
|
15
15
|
import { isModelLike as dA } from "../../../shared-utils/five/mode.js";
|
|
@@ -170,149 +170,149 @@ import "../../../shared-utils/safeObj.js";
|
|
|
170
170
|
import "../../utils/Cache.js";
|
|
171
171
|
import "../../../shared-utils/promise/withResolvers.js";
|
|
172
172
|
function BA(i) {
|
|
173
|
-
|
|
173
|
+
rA(i, "svelte-1fy4duy", '@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-1fy4duy{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif;transition:opacity 0.2s linear}.content__container.unClickable.svelte-1fy4duy{pointer-events:none !important}.content__container.unClickable.svelte-1fy4duy *{pointer-events:none !important}.content__wrapper.svelte-1fy4duy{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-1fy4duy{opacity:0;pointer-events:none}.content__container.hide.svelte-1fy4duy *{pointer-events:none !important}.content__container.disable.svelte-1fy4duy{display:none}.content.svelte-1fy4duy{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-1fy4duy:not(.unfolded){pointer-events:none}.content.svelte-1fy4duy:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-1fy4duy{pointer-events:auto;cursor:pointer}');
|
|
174
174
|
}
|
|
175
175
|
function _A(i) {
|
|
176
176
|
let A, t;
|
|
177
177
|
return {
|
|
178
178
|
c() {
|
|
179
|
-
A =
|
|
179
|
+
A = Y("div"), _(A, "data-info", "tag content is keep folded"), _(A, "data-id", t = /*tag*/
|
|
180
180
|
i[0].id);
|
|
181
181
|
},
|
|
182
|
-
m(e,
|
|
183
|
-
|
|
182
|
+
m(e, r) {
|
|
183
|
+
L(e, A, r);
|
|
184
184
|
},
|
|
185
|
-
p(e,
|
|
186
|
-
|
|
185
|
+
p(e, r) {
|
|
186
|
+
r & /*tag*/
|
|
187
187
|
1 && t !== (t = /*tag*/
|
|
188
|
-
e[0].id) &&
|
|
188
|
+
e[0].id) && _(A, "data-id", t);
|
|
189
189
|
},
|
|
190
190
|
i: j,
|
|
191
191
|
o: j,
|
|
192
192
|
d(e) {
|
|
193
|
-
e &&
|
|
193
|
+
e && O(A);
|
|
194
194
|
}
|
|
195
195
|
};
|
|
196
196
|
}
|
|
197
197
|
function QA(i) {
|
|
198
|
-
let A, t, e,
|
|
199
|
-
const
|
|
198
|
+
let A, t, e, r, a, d, u, m, o, f, p, g, b, y, B, v, E;
|
|
199
|
+
const J = [
|
|
200
200
|
MA,
|
|
201
201
|
DA,
|
|
202
|
-
vA,
|
|
203
202
|
hA,
|
|
204
|
-
|
|
203
|
+
yA,
|
|
205
204
|
bA,
|
|
206
|
-
CA
|
|
207
|
-
|
|
208
|
-
|
|
205
|
+
CA,
|
|
206
|
+
kA
|
|
207
|
+
], C = [];
|
|
208
|
+
function H(n, s) {
|
|
209
209
|
return s & /*tag, contentTypeMap*/
|
|
210
|
-
9 && (
|
|
211
|
-
9 && (
|
|
210
|
+
9 && (r = null), s & /*tag, contentTypeMap*/
|
|
211
|
+
9 && (a = null), s & /*tag, contentTypeMap*/
|
|
212
212
|
9 && (d = null), s & /*tag, contentTypeMap*/
|
|
213
|
-
9 && (
|
|
213
|
+
9 && (u = null), s & /*tag, contentTypeMap*/
|
|
214
214
|
9 && (m = null), s & /*tag, contentTypeMap*/
|
|
215
215
|
9 && (o = null), s & /*tag, contentTypeMap*/
|
|
216
|
-
9 && (f = null),
|
|
216
|
+
9 && (f = null), r == null && (r = !!(["Text"].includes(
|
|
217
217
|
/*tag*/
|
|
218
|
-
|
|
218
|
+
n[0].contentType
|
|
219
219
|
) || ["Text"].includes(
|
|
220
220
|
/*contentTypeMap*/
|
|
221
|
-
|
|
221
|
+
n[3].get(
|
|
222
222
|
/*tag*/
|
|
223
|
-
|
|
223
|
+
n[0].contentType
|
|
224
224
|
)
|
|
225
|
-
))),
|
|
225
|
+
))), r ? 0 : (a == null && (a = !!(["ImageText", "Image", "Video"].includes(
|
|
226
226
|
/*tag*/
|
|
227
|
-
|
|
227
|
+
n[0].contentType
|
|
228
228
|
) || ["ImageText", "Image", "Video"].includes(
|
|
229
229
|
/*contentTypeMap*/
|
|
230
|
-
|
|
230
|
+
n[3].get(
|
|
231
231
|
/*tag*/
|
|
232
|
-
|
|
232
|
+
n[0].contentType
|
|
233
233
|
)
|
|
234
|
-
))),
|
|
234
|
+
))), a ? 1 : (d == null && (d = !!(["Audio"].includes(
|
|
235
235
|
/*tag*/
|
|
236
|
-
|
|
236
|
+
n[0].contentType
|
|
237
237
|
) || ["Audio"].includes(
|
|
238
238
|
/*contentTypeMap*/
|
|
239
|
-
|
|
239
|
+
n[3].get(
|
|
240
240
|
/*tag*/
|
|
241
|
-
|
|
241
|
+
n[0].contentType
|
|
242
242
|
)
|
|
243
|
-
))), d ? 2 : (
|
|
243
|
+
))), d ? 2 : (u == null && (u = !!(["Marketing"].includes(
|
|
244
244
|
/*tag*/
|
|
245
|
-
|
|
245
|
+
n[0].contentType
|
|
246
246
|
) || ["Marketing"].includes(
|
|
247
247
|
/*contentTypeMap*/
|
|
248
|
-
|
|
248
|
+
n[3].get(
|
|
249
249
|
/*tag*/
|
|
250
|
-
|
|
250
|
+
n[0].contentType
|
|
251
251
|
)
|
|
252
|
-
))),
|
|
252
|
+
))), u ? 3 : (m == null && (m = !!(["Link", "VRLink", "PanoLink", "Sticker"].includes(
|
|
253
253
|
/*tag*/
|
|
254
|
-
|
|
254
|
+
n[0].contentType
|
|
255
255
|
) || ["Link", "VRLink", "PanoLink", "Sticker"].includes(
|
|
256
256
|
/*contentTypeMap*/
|
|
257
|
-
|
|
257
|
+
n[3].get(
|
|
258
258
|
/*tag*/
|
|
259
|
-
|
|
259
|
+
n[0].contentType
|
|
260
260
|
)
|
|
261
261
|
))), m ? 4 : (o == null && (o = !!(["MediaPlane", "MediaModel"].includes(
|
|
262
262
|
/*tag*/
|
|
263
|
-
|
|
263
|
+
n[0].contentType
|
|
264
264
|
) || ["MediaPlane", "MediaModel"].includes(
|
|
265
265
|
/*contentTypeMap*/
|
|
266
|
-
|
|
266
|
+
n[3].get(
|
|
267
267
|
/*tag*/
|
|
268
|
-
|
|
268
|
+
n[0].contentType
|
|
269
269
|
)
|
|
270
270
|
))), o ? 5 : (f == null && (f = !!(["Panorama"].includes(
|
|
271
271
|
/*tag*/
|
|
272
|
-
|
|
272
|
+
n[0].contentType
|
|
273
273
|
) || ["Panorama"].includes(
|
|
274
274
|
/*contentTypeMap*/
|
|
275
|
-
|
|
275
|
+
n[3].get(
|
|
276
276
|
/*tag*/
|
|
277
|
-
|
|
277
|
+
n[0].contentType
|
|
278
278
|
)
|
|
279
279
|
))), f ? 6 : -1))))));
|
|
280
280
|
}
|
|
281
|
-
return ~(p =
|
|
281
|
+
return ~(p = H(i, -1)) && (g = C[p] = J[p](i)), {
|
|
282
282
|
c() {
|
|
283
|
-
var
|
|
284
|
-
A =
|
|
283
|
+
var n;
|
|
284
|
+
A = Y("div"), t = Y("div"), e = Y("div"), g && g.c(), _(e, "class", "content svelte-1fy4duy"), Q(
|
|
285
285
|
e,
|
|
286
286
|
"unfolded",
|
|
287
287
|
/*tag*/
|
|
288
|
-
(
|
|
289
|
-
),
|
|
288
|
+
(n = i[0].state) == null ? void 0 : n.unfolded
|
|
289
|
+
), _(t, "class", "content__wrapper svelte-1fy4duy"), _(A, "class", b = S(F(
|
|
290
290
|
"content__container",
|
|
291
291
|
/*tag*/
|
|
292
292
|
i[0].className
|
|
293
|
-
)) + " svelte-
|
|
294
|
-
i[0].id),
|
|
293
|
+
)) + " svelte-1fy4duy"), _(A, "data-id", y = /*tag*/
|
|
294
|
+
i[0].id), Q(
|
|
295
295
|
A,
|
|
296
296
|
"disable",
|
|
297
297
|
/*tag*/
|
|
298
298
|
i[0].enabled === !1
|
|
299
|
-
),
|
|
299
|
+
), Q(
|
|
300
300
|
A,
|
|
301
301
|
"hide",
|
|
302
302
|
/*isHide*/
|
|
303
303
|
i[5]
|
|
304
|
-
),
|
|
304
|
+
), Q(
|
|
305
305
|
A,
|
|
306
306
|
"unClickable",
|
|
307
307
|
/*tag*/
|
|
308
308
|
i[0].config.clickable === !1
|
|
309
|
-
),
|
|
309
|
+
), W(
|
|
310
310
|
A,
|
|
311
311
|
"width",
|
|
312
312
|
/*tag*/
|
|
313
313
|
i[0].stickType === "Plane" || /*tag*/
|
|
314
314
|
i[0].contentType === "MediaModel" ? "100%" : 0
|
|
315
|
-
),
|
|
315
|
+
), W(
|
|
316
316
|
A,
|
|
317
317
|
"height",
|
|
318
318
|
/*tag*/
|
|
@@ -320,81 +320,81 @@ function QA(i) {
|
|
|
320
320
|
i[0].contentType === "MediaModel" ? "100%" : 0
|
|
321
321
|
);
|
|
322
322
|
},
|
|
323
|
-
m(
|
|
324
|
-
|
|
323
|
+
m(n, s) {
|
|
324
|
+
L(n, A, s), x(A, t), x(t, e), ~p && C[p].m(e, null), i[16](A), B = !0, v || (E = eA(
|
|
325
325
|
A,
|
|
326
326
|
"click",
|
|
327
327
|
/*click_handler_1*/
|
|
328
328
|
i[17],
|
|
329
329
|
!0
|
|
330
|
-
),
|
|
331
|
-
},
|
|
332
|
-
p(
|
|
333
|
-
var
|
|
334
|
-
let
|
|
335
|
-
p =
|
|
336
|
-
|
|
337
|
-
}), $()), ~p ? (
|
|
338
|
-
1) &&
|
|
330
|
+
), v = !0);
|
|
331
|
+
},
|
|
332
|
+
p(n, s) {
|
|
333
|
+
var l;
|
|
334
|
+
let T = p;
|
|
335
|
+
p = H(n, s), p === T ? ~p && C[p].p(n, s) : (g && (AA(), w(C[T], 1, 1, () => {
|
|
336
|
+
C[T] = null;
|
|
337
|
+
}), $()), ~p ? (g = C[p], g ? g.p(n, s) : (g = C[p] = J[p](n), g.c()), k(g, 1), g.m(e, null)) : g = null), (!B || s & /*tag*/
|
|
338
|
+
1) && Q(
|
|
339
339
|
e,
|
|
340
340
|
"unfolded",
|
|
341
341
|
/*tag*/
|
|
342
|
-
(
|
|
342
|
+
(l = n[0].state) == null ? void 0 : l.unfolded
|
|
343
343
|
), (!B || s & /*tag*/
|
|
344
|
-
1 &&
|
|
344
|
+
1 && b !== (b = S(F(
|
|
345
345
|
"content__container",
|
|
346
346
|
/*tag*/
|
|
347
|
-
|
|
348
|
-
)) + " svelte-
|
|
349
|
-
1 &&
|
|
350
|
-
|
|
351
|
-
1) &&
|
|
347
|
+
n[0].className
|
|
348
|
+
)) + " svelte-1fy4duy")) && _(A, "class", b), (!B || s & /*tag*/
|
|
349
|
+
1 && y !== (y = /*tag*/
|
|
350
|
+
n[0].id)) && _(A, "data-id", y), (!B || s & /*tag, tag*/
|
|
351
|
+
1) && Q(
|
|
352
352
|
A,
|
|
353
353
|
"disable",
|
|
354
354
|
/*tag*/
|
|
355
|
-
|
|
355
|
+
n[0].enabled === !1
|
|
356
356
|
), (!B || s & /*tag, isHide*/
|
|
357
|
-
33) &&
|
|
357
|
+
33) && Q(
|
|
358
358
|
A,
|
|
359
359
|
"hide",
|
|
360
360
|
/*isHide*/
|
|
361
|
-
|
|
361
|
+
n[5]
|
|
362
362
|
), (!B || s & /*tag, tag*/
|
|
363
|
-
1) &&
|
|
363
|
+
1) && Q(
|
|
364
364
|
A,
|
|
365
365
|
"unClickable",
|
|
366
366
|
/*tag*/
|
|
367
|
-
|
|
367
|
+
n[0].config.clickable === !1
|
|
368
368
|
), s & /*tag*/
|
|
369
|
-
1 &&
|
|
369
|
+
1 && W(
|
|
370
370
|
A,
|
|
371
371
|
"width",
|
|
372
372
|
/*tag*/
|
|
373
|
-
|
|
374
|
-
|
|
373
|
+
n[0].stickType === "Plane" || /*tag*/
|
|
374
|
+
n[0].contentType === "MediaModel" ? "100%" : 0
|
|
375
375
|
), s & /*tag*/
|
|
376
|
-
1 &&
|
|
376
|
+
1 && W(
|
|
377
377
|
A,
|
|
378
378
|
"height",
|
|
379
379
|
/*tag*/
|
|
380
|
-
|
|
381
|
-
|
|
380
|
+
n[0].stickType === "Plane" || /*tag*/
|
|
381
|
+
n[0].contentType === "MediaModel" ? "100%" : 0
|
|
382
382
|
);
|
|
383
383
|
},
|
|
384
|
-
i(
|
|
385
|
-
B || (
|
|
384
|
+
i(n) {
|
|
385
|
+
B || (k(g), B = !0);
|
|
386
386
|
},
|
|
387
|
-
o(
|
|
388
|
-
w(
|
|
387
|
+
o(n) {
|
|
388
|
+
w(g), B = !1;
|
|
389
389
|
},
|
|
390
|
-
d(
|
|
391
|
-
|
|
390
|
+
d(n) {
|
|
391
|
+
n && O(A), ~p && C[p].d(), i[16](null), v = !1, E();
|
|
392
392
|
}
|
|
393
393
|
};
|
|
394
394
|
}
|
|
395
395
|
function wA(i) {
|
|
396
|
-
let A, t, e,
|
|
397
|
-
return t = new
|
|
396
|
+
let A, t, e, r, a, d, u;
|
|
397
|
+
return t = new gA({
|
|
398
398
|
props: {
|
|
399
399
|
tag: c(
|
|
400
400
|
/*tag*/
|
|
@@ -407,31 +407,25 @@ function wA(i) {
|
|
|
407
407
|
}
|
|
408
408
|
}), {
|
|
409
409
|
c() {
|
|
410
|
-
|
|
411
|
-
A = P("div"), v(t.$$.fragment), Q(A, "class", e = W(S(
|
|
410
|
+
A = Y("div"), h(t.$$.fragment), _(A, "class", e = S(F(
|
|
412
411
|
"content__container",
|
|
413
412
|
/*tag*/
|
|
414
413
|
i[0].className
|
|
415
|
-
)) + " svelte-
|
|
416
|
-
i[0].id),
|
|
414
|
+
)) + " svelte-1fy4duy"), _(A, "data-id", r = /*tag*/
|
|
415
|
+
i[0].id), Q(
|
|
417
416
|
A,
|
|
418
417
|
"custom-tag-disable",
|
|
419
418
|
/*tag*/
|
|
420
419
|
i[0].enabled === !1
|
|
421
|
-
),
|
|
420
|
+
), Q(
|
|
422
421
|
A,
|
|
423
422
|
"custom-tag-hide",
|
|
424
423
|
/*isHide*/
|
|
425
424
|
i[5]
|
|
426
|
-
), _(
|
|
427
|
-
A,
|
|
428
|
-
"hover-mode-enabled",
|
|
429
|
-
/*tag*/
|
|
430
|
-
(m = i[0].config.popoverConfig) == null ? void 0 : m.enabled
|
|
431
425
|
);
|
|
432
426
|
},
|
|
433
427
|
m(m, o) {
|
|
434
|
-
|
|
428
|
+
L(m, A, o), D(t, A, null), i[14](A), a = !0, d || (u = eA(
|
|
435
429
|
A,
|
|
436
430
|
"click",
|
|
437
431
|
/*click_handler*/
|
|
@@ -439,7 +433,6 @@ function wA(i) {
|
|
|
439
433
|
), d = !0);
|
|
440
434
|
},
|
|
441
435
|
p(m, o) {
|
|
442
|
-
var p;
|
|
443
436
|
const f = {};
|
|
444
437
|
o & /*tag*/
|
|
445
438
|
1 && (f.tag = c(
|
|
@@ -447,68 +440,62 @@ function wA(i) {
|
|
|
447
440
|
m[0]
|
|
448
441
|
)), o & /*rendererMap*/
|
|
449
442
|
4 && (f.rendererMap = /*rendererMap*/
|
|
450
|
-
m[2]), t.$set(f), (!
|
|
451
|
-
1 && e !== (e =
|
|
443
|
+
m[2]), t.$set(f), (!a || o & /*tag*/
|
|
444
|
+
1 && e !== (e = S(F(
|
|
452
445
|
"content__container",
|
|
453
446
|
/*tag*/
|
|
454
447
|
m[0].className
|
|
455
|
-
)) + " svelte-
|
|
456
|
-
1 &&
|
|
457
|
-
m[0].id)) &&
|
|
458
|
-
1) &&
|
|
448
|
+
)) + " svelte-1fy4duy")) && _(A, "class", e), (!a || o & /*tag*/
|
|
449
|
+
1 && r !== (r = /*tag*/
|
|
450
|
+
m[0].id)) && _(A, "data-id", r), (!a || o & /*tag, tag*/
|
|
451
|
+
1) && Q(
|
|
459
452
|
A,
|
|
460
453
|
"custom-tag-disable",
|
|
461
454
|
/*tag*/
|
|
462
455
|
m[0].enabled === !1
|
|
463
|
-
), (!
|
|
464
|
-
33) &&
|
|
456
|
+
), (!a || o & /*tag, isHide*/
|
|
457
|
+
33) && Q(
|
|
465
458
|
A,
|
|
466
459
|
"custom-tag-hide",
|
|
467
460
|
/*isHide*/
|
|
468
461
|
m[5]
|
|
469
|
-
), (!l || o & /*tag, tag*/
|
|
470
|
-
1) && _(
|
|
471
|
-
A,
|
|
472
|
-
"hover-mode-enabled",
|
|
473
|
-
/*tag*/
|
|
474
|
-
(p = m[0].config.popoverConfig) == null ? void 0 : p.enabled
|
|
475
462
|
);
|
|
476
463
|
},
|
|
477
464
|
i(m) {
|
|
478
|
-
|
|
465
|
+
a || (k(t.$$.fragment, m), a = !0);
|
|
479
466
|
},
|
|
480
467
|
o(m) {
|
|
481
|
-
w(t.$$.fragment, m),
|
|
468
|
+
w(t.$$.fragment, m), a = !1;
|
|
482
469
|
},
|
|
483
470
|
d(m) {
|
|
484
|
-
m &&
|
|
471
|
+
m && O(A), M(t), i[14](null), d = !1, u();
|
|
485
472
|
}
|
|
486
473
|
};
|
|
487
474
|
}
|
|
488
|
-
function
|
|
475
|
+
function kA(i) {
|
|
489
476
|
let A, t;
|
|
490
|
-
return A = new
|
|
477
|
+
return A = new uA({
|
|
491
478
|
props: { tag: c(
|
|
492
479
|
/*tag*/
|
|
493
480
|
i[0]
|
|
494
481
|
) }
|
|
495
482
|
}), {
|
|
496
483
|
c() {
|
|
497
|
-
|
|
484
|
+
h(A.$$.fragment);
|
|
498
485
|
},
|
|
499
|
-
m(e,
|
|
500
|
-
D(A, e,
|
|
486
|
+
m(e, r) {
|
|
487
|
+
D(A, e, r), t = !0;
|
|
501
488
|
},
|
|
502
|
-
p(e,
|
|
503
|
-
const
|
|
504
|
-
|
|
505
|
-
1 && (
|
|
489
|
+
p(e, r) {
|
|
490
|
+
const a = {};
|
|
491
|
+
r & /*tag*/
|
|
492
|
+
1 && (a.tag = c(
|
|
506
493
|
/*tag*/
|
|
507
494
|
e[0]
|
|
508
|
-
)), A.$set(
|
|
495
|
+
)), A.$set(a);
|
|
509
496
|
},
|
|
510
497
|
i(e) {
|
|
511
|
-
t || (
|
|
498
|
+
t || (k(A.$$.fragment, e), t = !0);
|
|
512
499
|
},
|
|
513
500
|
o(e) {
|
|
514
501
|
w(A.$$.fragment, e), t = !1;
|
|
@@ -518,30 +505,30 @@ function CA(i) {
|
|
|
518
505
|
}
|
|
519
506
|
};
|
|
520
507
|
}
|
|
521
|
-
function
|
|
508
|
+
function CA(i) {
|
|
522
509
|
let A, t;
|
|
523
|
-
return A = new
|
|
510
|
+
return A = new pA({
|
|
524
511
|
props: { tag: c(
|
|
525
512
|
/*tag*/
|
|
526
513
|
i[0]
|
|
527
514
|
) }
|
|
528
515
|
}), {
|
|
529
516
|
c() {
|
|
530
|
-
|
|
517
|
+
h(A.$$.fragment);
|
|
531
518
|
},
|
|
532
|
-
m(e,
|
|
533
|
-
D(A, e,
|
|
519
|
+
m(e, r) {
|
|
520
|
+
D(A, e, r), t = !0;
|
|
534
521
|
},
|
|
535
|
-
p(e,
|
|
536
|
-
const
|
|
537
|
-
|
|
538
|
-
1 && (
|
|
522
|
+
p(e, r) {
|
|
523
|
+
const a = {};
|
|
524
|
+
r & /*tag*/
|
|
525
|
+
1 && (a.tag = c(
|
|
539
526
|
/*tag*/
|
|
540
527
|
e[0]
|
|
541
|
-
)), A.$set(
|
|
528
|
+
)), A.$set(a);
|
|
542
529
|
},
|
|
543
530
|
i(e) {
|
|
544
|
-
t || (
|
|
531
|
+
t || (k(A.$$.fragment, e), t = !0);
|
|
545
532
|
},
|
|
546
533
|
o(e) {
|
|
547
534
|
w(A.$$.fragment, e), t = !1;
|
|
@@ -551,7 +538,7 @@ function bA(i) {
|
|
|
551
538
|
}
|
|
552
539
|
};
|
|
553
540
|
}
|
|
554
|
-
function
|
|
541
|
+
function bA(i) {
|
|
555
542
|
let A, t;
|
|
556
543
|
return A = new sA({
|
|
557
544
|
props: { tag: c(
|
|
@@ -560,21 +547,21 @@ function kA(i) {
|
|
|
560
547
|
) }
|
|
561
548
|
}), {
|
|
562
549
|
c() {
|
|
563
|
-
|
|
550
|
+
h(A.$$.fragment);
|
|
564
551
|
},
|
|
565
|
-
m(e,
|
|
566
|
-
D(A, e,
|
|
552
|
+
m(e, r) {
|
|
553
|
+
D(A, e, r), t = !0;
|
|
567
554
|
},
|
|
568
|
-
p(e,
|
|
569
|
-
const
|
|
570
|
-
|
|
571
|
-
1 && (
|
|
555
|
+
p(e, r) {
|
|
556
|
+
const a = {};
|
|
557
|
+
r & /*tag*/
|
|
558
|
+
1 && (a.tag = c(
|
|
572
559
|
/*tag*/
|
|
573
560
|
e[0]
|
|
574
|
-
)), A.$set(
|
|
561
|
+
)), A.$set(a);
|
|
575
562
|
},
|
|
576
563
|
i(e) {
|
|
577
|
-
t || (
|
|
564
|
+
t || (k(A.$$.fragment, e), t = !0);
|
|
578
565
|
},
|
|
579
566
|
o(e) {
|
|
580
567
|
w(A.$$.fragment, e), t = !1;
|
|
@@ -584,7 +571,7 @@ function kA(i) {
|
|
|
584
571
|
}
|
|
585
572
|
};
|
|
586
573
|
}
|
|
587
|
-
function
|
|
574
|
+
function yA(i) {
|
|
588
575
|
let A, t;
|
|
589
576
|
return A = new mA({
|
|
590
577
|
props: { tag: c(
|
|
@@ -593,21 +580,21 @@ function hA(i) {
|
|
|
593
580
|
) }
|
|
594
581
|
}), {
|
|
595
582
|
c() {
|
|
596
|
-
|
|
583
|
+
h(A.$$.fragment);
|
|
597
584
|
},
|
|
598
|
-
m(e,
|
|
599
|
-
D(A, e,
|
|
585
|
+
m(e, r) {
|
|
586
|
+
D(A, e, r), t = !0;
|
|
600
587
|
},
|
|
601
|
-
p(e,
|
|
602
|
-
const
|
|
603
|
-
|
|
604
|
-
1 && (
|
|
588
|
+
p(e, r) {
|
|
589
|
+
const a = {};
|
|
590
|
+
r & /*tag*/
|
|
591
|
+
1 && (a.tag = c(
|
|
605
592
|
/*tag*/
|
|
606
593
|
e[0]
|
|
607
|
-
)), A.$set(
|
|
594
|
+
)), A.$set(a);
|
|
608
595
|
},
|
|
609
596
|
i(e) {
|
|
610
|
-
t || (
|
|
597
|
+
t || (k(A.$$.fragment, e), t = !0);
|
|
611
598
|
},
|
|
612
599
|
o(e) {
|
|
613
600
|
w(A.$$.fragment, e), t = !1;
|
|
@@ -617,30 +604,30 @@ function hA(i) {
|
|
|
617
604
|
}
|
|
618
605
|
};
|
|
619
606
|
}
|
|
620
|
-
function
|
|
607
|
+
function hA(i) {
|
|
621
608
|
let A, t;
|
|
622
|
-
return A = new
|
|
609
|
+
return A = new fA({
|
|
623
610
|
props: { tag: c(
|
|
624
611
|
/*tag*/
|
|
625
612
|
i[0]
|
|
626
613
|
) }
|
|
627
614
|
}), {
|
|
628
615
|
c() {
|
|
629
|
-
|
|
616
|
+
h(A.$$.fragment);
|
|
630
617
|
},
|
|
631
|
-
m(e,
|
|
632
|
-
D(A, e,
|
|
618
|
+
m(e, r) {
|
|
619
|
+
D(A, e, r), t = !0;
|
|
633
620
|
},
|
|
634
|
-
p(e,
|
|
635
|
-
const
|
|
636
|
-
|
|
637
|
-
1 && (
|
|
621
|
+
p(e, r) {
|
|
622
|
+
const a = {};
|
|
623
|
+
r & /*tag*/
|
|
624
|
+
1 && (a.tag = c(
|
|
638
625
|
/*tag*/
|
|
639
626
|
e[0]
|
|
640
|
-
)), A.$set(
|
|
627
|
+
)), A.$set(a);
|
|
641
628
|
},
|
|
642
629
|
i(e) {
|
|
643
|
-
t || (
|
|
630
|
+
t || (k(A.$$.fragment, e), t = !0);
|
|
644
631
|
},
|
|
645
632
|
o(e) {
|
|
646
633
|
w(A.$$.fragment, e), t = !1;
|
|
@@ -652,28 +639,28 @@ function vA(i) {
|
|
|
652
639
|
}
|
|
653
640
|
function DA(i) {
|
|
654
641
|
let A, t;
|
|
655
|
-
return A = new
|
|
642
|
+
return A = new lA({
|
|
656
643
|
props: { tag: c(
|
|
657
644
|
/*tag*/
|
|
658
645
|
i[0]
|
|
659
646
|
) }
|
|
660
647
|
}), {
|
|
661
648
|
c() {
|
|
662
|
-
|
|
649
|
+
h(A.$$.fragment);
|
|
663
650
|
},
|
|
664
|
-
m(e,
|
|
665
|
-
D(A, e,
|
|
651
|
+
m(e, r) {
|
|
652
|
+
D(A, e, r), t = !0;
|
|
666
653
|
},
|
|
667
|
-
p(e,
|
|
668
|
-
const
|
|
669
|
-
|
|
670
|
-
1 && (
|
|
654
|
+
p(e, r) {
|
|
655
|
+
const a = {};
|
|
656
|
+
r & /*tag*/
|
|
657
|
+
1 && (a.tag = c(
|
|
671
658
|
/*tag*/
|
|
672
659
|
e[0]
|
|
673
|
-
)), A.$set(
|
|
660
|
+
)), A.$set(a);
|
|
674
661
|
},
|
|
675
662
|
i(e) {
|
|
676
|
-
t || (
|
|
663
|
+
t || (k(A.$$.fragment, e), t = !0);
|
|
677
664
|
},
|
|
678
665
|
o(e) {
|
|
679
666
|
w(A.$$.fragment, e), t = !1;
|
|
@@ -685,28 +672,28 @@ function DA(i) {
|
|
|
685
672
|
}
|
|
686
673
|
function MA(i) {
|
|
687
674
|
let A, t;
|
|
688
|
-
return A = new
|
|
675
|
+
return A = new aA({
|
|
689
676
|
props: { tag: c(
|
|
690
677
|
/*tag*/
|
|
691
678
|
i[0]
|
|
692
679
|
) }
|
|
693
680
|
}), {
|
|
694
681
|
c() {
|
|
695
|
-
|
|
682
|
+
h(A.$$.fragment);
|
|
696
683
|
},
|
|
697
|
-
m(e,
|
|
698
|
-
D(A, e,
|
|
684
|
+
m(e, r) {
|
|
685
|
+
D(A, e, r), t = !0;
|
|
699
686
|
},
|
|
700
|
-
p(e,
|
|
701
|
-
const
|
|
702
|
-
|
|
703
|
-
1 && (
|
|
687
|
+
p(e, r) {
|
|
688
|
+
const a = {};
|
|
689
|
+
r & /*tag*/
|
|
690
|
+
1 && (a.tag = c(
|
|
704
691
|
/*tag*/
|
|
705
692
|
e[0]
|
|
706
|
-
)), A.$set(
|
|
693
|
+
)), A.$set(a);
|
|
707
694
|
},
|
|
708
695
|
i(e) {
|
|
709
|
-
t || (
|
|
696
|
+
t || (k(A.$$.fragment, e), t = !0);
|
|
710
697
|
},
|
|
711
698
|
o(e) {
|
|
712
699
|
w(A.$$.fragment, e), t = !1;
|
|
@@ -716,9 +703,9 @@ function MA(i) {
|
|
|
716
703
|
}
|
|
717
704
|
};
|
|
718
705
|
}
|
|
719
|
-
function
|
|
720
|
-
let A, t, e,
|
|
721
|
-
const d = [wA, QA, _A],
|
|
706
|
+
function vA(i) {
|
|
707
|
+
let A, t, e, r, a;
|
|
708
|
+
const d = [wA, QA, _A], u = [];
|
|
722
709
|
function m(o, f) {
|
|
723
710
|
return f & /*tag, rendererMap*/
|
|
724
711
|
5 && (A = null), A == null && (A = !!/*tag*/
|
|
@@ -731,96 +718,96 @@ function EA(i) {
|
|
|
731
718
|
o[4] ? 1 : 2
|
|
732
719
|
);
|
|
733
720
|
}
|
|
734
|
-
return t = m(i, -1), e =
|
|
721
|
+
return t = m(i, -1), e = u[t] = d[t](i), {
|
|
735
722
|
c() {
|
|
736
|
-
e.c(),
|
|
723
|
+
e.c(), r = nA();
|
|
737
724
|
},
|
|
738
725
|
m(o, f) {
|
|
739
|
-
|
|
726
|
+
u[t].m(o, f), L(o, r, f), a = !0;
|
|
740
727
|
},
|
|
741
728
|
p(o, [f]) {
|
|
742
729
|
let p = t;
|
|
743
|
-
t = m(o, f), t === p ?
|
|
744
|
-
|
|
745
|
-
}), $(), e =
|
|
730
|
+
t = m(o, f), t === p ? u[t].p(o, f) : (AA(), w(u[p], 1, 1, () => {
|
|
731
|
+
u[p] = null;
|
|
732
|
+
}), $(), e = u[t], e ? e.p(o, f) : (e = u[t] = d[t](o), e.c()), k(e, 1), e.m(r.parentNode, r));
|
|
746
733
|
},
|
|
747
734
|
i(o) {
|
|
748
|
-
|
|
735
|
+
a || (k(e), a = !0);
|
|
749
736
|
},
|
|
750
737
|
o(o) {
|
|
751
|
-
w(e),
|
|
738
|
+
w(e), a = !1;
|
|
752
739
|
},
|
|
753
740
|
d(o) {
|
|
754
|
-
|
|
741
|
+
u[t].d(o), o && O(r);
|
|
755
742
|
}
|
|
756
743
|
};
|
|
757
744
|
}
|
|
758
|
-
function
|
|
759
|
-
let e,
|
|
760
|
-
q("hooks", f), q("mediaStore",
|
|
761
|
-
let
|
|
762
|
-
function
|
|
763
|
-
|
|
745
|
+
function EA(i, A, t) {
|
|
746
|
+
let e, r, a, d, u, m, { tag: o } = A, { hooks: f } = A, { rendererMap: p = /* @__PURE__ */ new Map() } = A, { contentTypeMap: g = /* @__PURE__ */ new Map() } = A, { state: b } = A, { mediaStore: y } = A, { temporaryState: B } = A;
|
|
747
|
+
q("hooks", f), q("mediaStore", y);
|
|
748
|
+
let v, E;
|
|
749
|
+
function J(l) {
|
|
750
|
+
l ? f.emit("exposure", { id: d, type: "start" }) : f.emit("exposure", { id: d, type: "end" });
|
|
764
751
|
}
|
|
765
|
-
function
|
|
766
|
-
var
|
|
767
|
-
return !(!
|
|
752
|
+
function C(l, G, U) {
|
|
753
|
+
var I, P;
|
|
754
|
+
return !(!l.enabled || !G.visible || !G.enabled || !U.visible || !((I = l.state) != null && I.visible) || ((P = l.temporaryState) == null ? void 0 : P.visible) === !1 || l instanceof cA && l.loading);
|
|
768
755
|
}
|
|
769
|
-
function
|
|
770
|
-
X[
|
|
771
|
-
o.contentDom =
|
|
756
|
+
function H(l) {
|
|
757
|
+
X[l ? "unshift" : "push"](() => {
|
|
758
|
+
o.contentDom = l, t(0, o);
|
|
772
759
|
});
|
|
773
760
|
}
|
|
774
|
-
const
|
|
775
|
-
function s(
|
|
776
|
-
X[
|
|
777
|
-
o.contentDom =
|
|
761
|
+
const n = (l) => f.emit("click", { event: l, target: "TagContent", tag: o });
|
|
762
|
+
function s(l) {
|
|
763
|
+
X[l ? "unshift" : "push"](() => {
|
|
764
|
+
o.contentDom = l, t(0, o);
|
|
778
765
|
});
|
|
779
766
|
}
|
|
780
|
-
const
|
|
781
|
-
o.entryFromModel && dA(o.five.state.mode) ? (
|
|
767
|
+
const T = (l) => {
|
|
768
|
+
o.entryFromModel && dA(o.five.state.mode) ? (l.stopPropagation(), o.find({ targetMode: "Panorama" })) : f.emit("click", { event: l, target: "TagContent", tag: o });
|
|
782
769
|
};
|
|
783
|
-
return i.$$set = (
|
|
784
|
-
"tag" in
|
|
770
|
+
return i.$$set = (l) => {
|
|
771
|
+
"tag" in l && t(0, o = l.tag), "hooks" in l && t(1, f = l.hooks), "rendererMap" in l && t(2, p = l.rendererMap), "contentTypeMap" in l && t(3, g = l.contentTypeMap), "state" in l && t(6, b = l.state), "mediaStore" in l && t(7, y = l.mediaStore), "temporaryState" in l && t(8, B = l.temporaryState);
|
|
785
772
|
}, i.$$.update = () => {
|
|
786
|
-
var
|
|
773
|
+
var l, G, U, I, P, V, Z, K, N, z, R;
|
|
787
774
|
i.$$.dirty & /*tag*/
|
|
788
|
-
1 && t(12, e = (
|
|
789
|
-
1 && t(11,
|
|
790
|
-
321 && t(13,
|
|
775
|
+
1 && t(12, e = (l = o.state) == null ? void 0 : l.unfolded), i.$$.dirty & /*tag*/
|
|
776
|
+
1 && t(11, r = (G = o.state) == null ? void 0 : G.visible), i.$$.dirty & /*state, temporaryState, tag*/
|
|
777
|
+
321 && t(13, a = b.visible && B.visible && ((U = o.state) == null ? void 0 : U.visible)), i.$$.dirty & /*tag*/
|
|
791
778
|
1 && (d = o.id), i.$$.dirty & /*tag, state, temporaryState*/
|
|
792
|
-
321 && t(5,
|
|
793
|
-
8192 &&
|
|
794
|
-
7681 && o.hooks && (e !== void 0 && e !==
|
|
779
|
+
321 && t(5, u = !C(o, b, B)), i.$$.dirty & /*isVisible*/
|
|
780
|
+
8192 && J(a), i.$$.dirty & /*tag, unfolded, lastUnfoldedState, visible, lastVisibleState*/
|
|
781
|
+
7681 && o.hooks && (e !== void 0 && e !== E && (t(10, E = e), e ? (P = (I = o.hooks).emit) == null || P.call(I, "unfolded") : (Z = o == null ? void 0 : (V = o.hooks).emit) == null || Z.call(V, "folded")), r !== void 0 && r !== v && (t(9, v = r), r ? (N = (K = o.hooks).emit) == null || N.call(K, "show") : (R = (z = o.hooks).emit) == null || R.call(z, "hide"))), i.$$.dirty & /*tag*/
|
|
795
782
|
1 && t(4, m = (() => !(typeof o.config.unfoldedConfig == "object" && o.config.unfoldedConfig.keep === "folded"))());
|
|
796
783
|
}, [
|
|
797
784
|
o,
|
|
798
785
|
f,
|
|
799
786
|
p,
|
|
800
|
-
u,
|
|
801
|
-
m,
|
|
802
787
|
g,
|
|
803
|
-
|
|
804
|
-
|
|
788
|
+
m,
|
|
789
|
+
u,
|
|
790
|
+
b,
|
|
791
|
+
y,
|
|
805
792
|
B,
|
|
793
|
+
v,
|
|
806
794
|
E,
|
|
807
|
-
T,
|
|
808
|
-
n,
|
|
809
|
-
e,
|
|
810
|
-
l,
|
|
811
|
-
J,
|
|
812
795
|
r,
|
|
796
|
+
e,
|
|
797
|
+
a,
|
|
798
|
+
H,
|
|
799
|
+
n,
|
|
813
800
|
s,
|
|
814
|
-
|
|
801
|
+
T
|
|
815
802
|
];
|
|
816
803
|
}
|
|
817
|
-
class
|
|
804
|
+
class Si extends tA {
|
|
818
805
|
constructor(A) {
|
|
819
806
|
super(), iA(
|
|
820
807
|
this,
|
|
821
808
|
A,
|
|
822
|
-
TA,
|
|
823
809
|
EA,
|
|
810
|
+
vA,
|
|
824
811
|
oA,
|
|
825
812
|
{
|
|
826
813
|
tag: 0,
|
|
@@ -836,5 +823,5 @@ class Wi extends tA {
|
|
|
836
823
|
}
|
|
837
824
|
}
|
|
838
825
|
export {
|
|
839
|
-
|
|
826
|
+
Si as default
|
|
840
827
|
};
|