@realsee/dnalogel 3.65.6 → 3.66.0-alpha.10
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 +4 -0
- package/dist/PanoTagPlugin/Components/Common/TagPopover/ArrowRightIcon.svelte.d.ts +1 -0
- package/dist/PanoTagPlugin/Components/Common/TagPopover/PanoramaIcon.svelte.d.ts +1 -0
- package/dist/PanoTagPlugin/Components/Common/TagPopover/PopoverContent.svelte.d.ts +1 -0
- package/dist/PanoTagPlugin/Components/Common/TagPopover/ShareIcon.svelte.d.ts +1 -0
- package/dist/PanoTagPlugin/Components/Common/TagPopover/TagPopoverArrow.svelte.d.ts +1 -0
- package/dist/PanoTagPlugin/Components/Common/TagPopover/TagPopoverToolBar.svelte.d.ts +1 -0
- package/dist/PanoTagPlugin/Components/Common/TagPopover/TagPopup.svelte.d.ts +1 -0
- package/dist/PanoTagPlugin/Components/Common/TagPopover/index.svelte.d.ts +1 -0
- package/dist/PanoTagPlugin/Components/Common/VideoIcon.svelte.d.ts +1 -0
- package/dist/PanoTagPlugin/controller/Tag/BaseTag.d.ts +3 -0
- package/dist/PanoTagPlugin/controller/Tag/PointTag.d.ts +3 -0
- package/dist/PanoTagPlugin/typings/controller.d.ts +16 -0
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +89 -0
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +5 -0
- package/dist/index.cjs.js +82 -79
- package/dist/index.js +15490 -13337
- package/dist/index.umd.js +73 -70
- 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 +2 -2
- 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 +2 -2
- 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 +4 -4
- 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 +4 -3
- package/docs/interfaces/TagConfig.html +87 -36
- 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 +4 -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 +4 -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 +2 -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 +5 -0
- 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 +11 -2
- package/libs/CruisePlugin/Work.js +11 -2
- package/libs/CruisePlugin/index.js +15 -6
- package/libs/GuideLinePlugin/Controller.js +13 -4
- package/libs/GuideLinePlugin/GuideLineItem.js +11 -2
- package/libs/GuideLinePlugin/GuideLineModeItem.js +11 -2
- package/libs/GuideLinePlugin/index.js +15 -6
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +164 -105
- package/libs/PanoTagPlugin/Components/Common/TagPopover/ArrowRightIcon.js +123 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/ArrowRightIcon.svelte.d.ts +1 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/PanoramaIcon.js +70 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/PanoramaIcon.svelte.d.ts +1 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/PopoverContent.js +260 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/PopoverContent.svelte.d.ts +1 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/ShareIcon.js +123 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/ShareIcon.svelte.d.ts +1 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverArrow.js +63 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverArrow.svelte.d.ts +1 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverToolBar.js +270 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverToolBar.svelte.d.ts +1 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopup.js +524 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopup.svelte.d.ts +1 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/index.js +523 -0
- package/libs/PanoTagPlugin/Components/Common/TagPopover/index.svelte.d.ts +1 -0
- package/libs/PanoTagPlugin/Components/Common/VideoIcon.js +114 -0
- package/libs/PanoTagPlugin/Components/Common/VideoIcon.svelte.d.ts +1 -0
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +253 -232
- package/libs/PanoTagPlugin/Components/Tag/index.js +136 -123
- package/libs/PanoTagPlugin/Components/TagContainer.js +138 -114
- package/libs/PanoTagPlugin/Components/TagItem.js +451 -230
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.d.ts +3 -0
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +187 -168
- package/libs/PanoTagPlugin/controller/Tag/PointTag.d.ts +3 -0
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +38 -26
- package/libs/PanoTagPlugin/controller/index.js +49 -40
- package/libs/PanoTagPlugin/index.js +20 -11
- package/libs/PanoTagPlugin/tag.config.js +14 -7
- package/libs/PanoTagPlugin/typings/controller.d.ts +16 -0
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +89 -0
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +5 -0
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +154 -145
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import { Image_Default_Point as
|
|
1
|
+
import { SvelteComponent as J, init as K, safe_not_equal as N, append_styles as Q, element as _, space as M, create_component as R, attr as k, set_style as C, toggle_class as h, insert as V, append as g, mount_component as j, listen as T, transition_in as q, transition_out as O, detach as Y, destroy_component as U, run_all as Z, getContext as x, is_function as W, binding_callbacks as $, bubble as tt } from "../../../vendor/svelte/internal/index.js";
|
|
2
|
+
import et from "./Shadow.js";
|
|
3
|
+
import it from "./Icon/Icon.js";
|
|
4
|
+
import { Image_Default_Point as ot } from "../../Assets/Icon.js";
|
|
5
5
|
import "../../../shared-utils/tag.js";
|
|
6
|
-
import { isModelLike as
|
|
6
|
+
import { isModelLike as nt } from "../../../shared-utils/five/mode.js";
|
|
7
7
|
import "three";
|
|
8
8
|
import "../../../vendor/hammerjs/hammer.js";
|
|
9
9
|
import "../../../shared-utils/three/PointSelector/index.js";
|
|
@@ -72,179 +72,238 @@ import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
|
72
72
|
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
73
73
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
74
74
|
import "@realsee/five";
|
|
75
|
-
function
|
|
76
|
-
|
|
75
|
+
function rt(t) {
|
|
76
|
+
Q(t, "svelte-18ithb3", '@charset "UTF-8";.tag-point-click-helper.svelte-18ithb3.svelte-18ithb3{position:absolute;pointer-events:auto;cursor:pointer;width:141%;height:141%;left:50%;top:50%;transform:translate(-50%, -50%);z-index:1000000}.tag-point-wrapper.svelte-18ithb3.svelte-18ithb3{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);cursor:pointer;z-index:1040}.tag-folded-point.svelte-18ithb3.svelte-18ithb3,.tag-unfolded-point.svelte-18ithb3.svelte-18ithb3{transition:all 0.5s}.tag-point-wrapper.svelte-18ithb3 .tag-unfolded-point.svelte-18ithb3{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;border-radius:50%}.tag-point-wrapper.svelte-18ithb3 .tag-unfolded-point.svelte-18ithb3:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0.3125rem;height:0.3125rem;border-radius:50%;background-color:white}.tag-point-wrapper.svelte-18ithb3 .tag-unfolded-point.svelte-18ithb3:before{content:"";position:absolute;width:0.875rem;height:0.875rem;border-radius:50%;background-color:rgba(0, 0, 0, 0.2)}.tag-point-wrapper.folded.svelte-18ithb3 .tag-folded-point.svelte-18ithb3{opacity:1;scale:1}.tag-point-wrapper.folded.svelte-18ithb3 .tag-unfolded-point.svelte-18ithb3{opacity:0;scale:1}.tag-point-wrapper.unfolded.svelte-18ithb3 .tag-folded-point.svelte-18ithb3{opacity:0;scale:0.2}.tag-point-wrapper.unfolded.svelte-18ithb3 .tag-unfolded-point.svelte-18ithb3{opacity:1;scale:1}.tag-point-wrapper.disable-unfold.svelte-18ithb3 .tag-folded-point.svelte-18ithb3{opacity:1 !important;scale:1 !important}.tag-point-wrapper.disable-unfold.svelte-18ithb3 .tag-unfolded-point.svelte-18ithb3{opacity:0 !important;scale:1 !important}');
|
|
77
77
|
}
|
|
78
|
-
function
|
|
79
|
-
let
|
|
80
|
-
return s = new
|
|
78
|
+
function lt(t) {
|
|
79
|
+
let e, n, m, s, c, d, w, o, a, p, b, v;
|
|
80
|
+
return s = new et({
|
|
81
81
|
props: {
|
|
82
82
|
center: !0,
|
|
83
83
|
blurRadius: 15,
|
|
84
84
|
spreadRadius: 5,
|
|
85
85
|
opacity: 0.3
|
|
86
86
|
}
|
|
87
|
-
}),
|
|
87
|
+
}), a = new it({
|
|
88
88
|
props: {
|
|
89
89
|
icon: (
|
|
90
90
|
/*url*/
|
|
91
|
-
t[
|
|
91
|
+
t[7]
|
|
92
92
|
),
|
|
93
93
|
width: (
|
|
94
94
|
/*width*/
|
|
95
|
-
t[
|
|
95
|
+
t[6]
|
|
96
96
|
)
|
|
97
97
|
}
|
|
98
|
-
}),
|
|
98
|
+
}), a.$on(
|
|
99
99
|
"iconLoaded",
|
|
100
100
|
/*iconLoaded_handler*/
|
|
101
|
-
t[
|
|
101
|
+
t[13]
|
|
102
102
|
), {
|
|
103
103
|
c() {
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
var r;
|
|
105
|
+
e = _("div"), n = _("div"), m = M(), R(s.$$.fragment), c = M(), d = _("div"), w = M(), o = _("div"), R(a.$$.fragment), k(n, "class", "tag-point-click-helper svelte-18ithb3"), k(d, "class", "tag-unfolded-point svelte-18ithb3"), C(
|
|
106
|
+
d,
|
|
106
107
|
"transition-delay",
|
|
107
108
|
/*folded*/
|
|
108
|
-
(t[
|
|
109
|
+
(t[8] ? (
|
|
109
110
|
/*foldDelay*/
|
|
110
|
-
t[
|
|
111
|
+
t[10]
|
|
111
112
|
) : 0) + "ms"
|
|
112
|
-
),
|
|
113
|
-
|
|
113
|
+
), k(o, "class", "tag-folded-point svelte-18ithb3"), C(
|
|
114
|
+
o,
|
|
114
115
|
"transition-delay",
|
|
115
116
|
/*folded*/
|
|
116
|
-
(t[
|
|
117
|
+
(t[8] ? (
|
|
117
118
|
/*foldDelay*/
|
|
118
|
-
t[
|
|
119
|
+
t[10]
|
|
119
120
|
) : 0) + "ms"
|
|
120
|
-
),
|
|
121
|
-
|
|
121
|
+
), k(e, "class", "tag-point-wrapper svelte-18ithb3"), h(
|
|
122
|
+
e,
|
|
122
123
|
"unfolded",
|
|
123
124
|
/*unfolded*/
|
|
124
|
-
t[
|
|
125
|
-
),
|
|
126
|
-
|
|
125
|
+
t[5]
|
|
126
|
+
), h(
|
|
127
|
+
e,
|
|
127
128
|
"folded",
|
|
128
129
|
/*folded*/
|
|
129
|
-
t[
|
|
130
|
+
t[8]
|
|
131
|
+
), h(
|
|
132
|
+
e,
|
|
133
|
+
"disable-unfold",
|
|
134
|
+
/*tag*/
|
|
135
|
+
(r = t[1].config.popoverConfig) == null ? void 0 : r.enabled
|
|
130
136
|
);
|
|
131
137
|
},
|
|
132
|
-
m(
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
138
|
+
m(r, l) {
|
|
139
|
+
V(r, e, l), g(e, n), t[12](n), g(e, m), j(s, e, null), g(e, c), g(e, d), g(e, w), g(e, o), j(a, o, null), p = !0, b || (v = [
|
|
140
|
+
T(
|
|
141
|
+
n,
|
|
142
|
+
"click",
|
|
143
|
+
/*click_handler*/
|
|
144
|
+
t[11]
|
|
145
|
+
),
|
|
146
|
+
T(n, "mouseenter", function() {
|
|
147
|
+
W(
|
|
148
|
+
/*handleMouseEnter*/
|
|
149
|
+
t[2]
|
|
150
|
+
) && t[2].apply(this, arguments);
|
|
151
|
+
}),
|
|
152
|
+
T(n, "mouseleave", function() {
|
|
153
|
+
W(
|
|
154
|
+
/*handleMouseLeave*/
|
|
155
|
+
t[3]
|
|
156
|
+
) && t[3].apply(this, arguments);
|
|
157
|
+
})
|
|
158
|
+
], b = !0);
|
|
139
159
|
},
|
|
140
|
-
p(
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
160
|
+
p(r, [l]) {
|
|
161
|
+
var y;
|
|
162
|
+
t = r, l & /*folded*/
|
|
163
|
+
256 && C(
|
|
164
|
+
d,
|
|
144
165
|
"transition-delay",
|
|
145
166
|
/*folded*/
|
|
146
|
-
(
|
|
167
|
+
(t[8] ? (
|
|
147
168
|
/*foldDelay*/
|
|
148
|
-
|
|
169
|
+
t[10]
|
|
149
170
|
) : 0) + "ms"
|
|
150
171
|
);
|
|
151
|
-
const
|
|
172
|
+
const f = {};
|
|
152
173
|
l & /*url*/
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
174
|
+
128 && (f.icon = /*url*/
|
|
175
|
+
t[7]), l & /*width*/
|
|
176
|
+
64 && (f.width = /*width*/
|
|
177
|
+
t[6]), a.$set(f), l & /*folded*/
|
|
178
|
+
256 && C(
|
|
179
|
+
o,
|
|
159
180
|
"transition-delay",
|
|
160
181
|
/*folded*/
|
|
161
|
-
(
|
|
182
|
+
(t[8] ? (
|
|
162
183
|
/*foldDelay*/
|
|
163
|
-
|
|
184
|
+
t[10]
|
|
164
185
|
) : 0) + "ms"
|
|
165
|
-
), (!
|
|
166
|
-
|
|
167
|
-
|
|
186
|
+
), (!p || l & /*unfolded*/
|
|
187
|
+
32) && h(
|
|
188
|
+
e,
|
|
168
189
|
"unfolded",
|
|
169
190
|
/*unfolded*/
|
|
170
|
-
|
|
171
|
-
), (!
|
|
172
|
-
|
|
173
|
-
|
|
191
|
+
t[5]
|
|
192
|
+
), (!p || l & /*folded*/
|
|
193
|
+
256) && h(
|
|
194
|
+
e,
|
|
174
195
|
"folded",
|
|
175
196
|
/*folded*/
|
|
176
|
-
|
|
197
|
+
t[8]
|
|
198
|
+
), (!p || l & /*tag*/
|
|
199
|
+
2) && h(
|
|
200
|
+
e,
|
|
201
|
+
"disable-unfold",
|
|
202
|
+
/*tag*/
|
|
203
|
+
(y = t[1].config.popoverConfig) == null ? void 0 : y.enabled
|
|
177
204
|
);
|
|
178
205
|
},
|
|
179
|
-
i(
|
|
180
|
-
|
|
206
|
+
i(r) {
|
|
207
|
+
p || (q(s.$$.fragment, r), q(a.$$.fragment, r), p = !0);
|
|
181
208
|
},
|
|
182
|
-
o(
|
|
183
|
-
|
|
209
|
+
o(r) {
|
|
210
|
+
O(s.$$.fragment, r), O(a.$$.fragment, r), p = !1;
|
|
184
211
|
},
|
|
185
|
-
d(
|
|
186
|
-
|
|
212
|
+
d(r) {
|
|
213
|
+
r && Y(e), t[12](null), U(s), U(a), b = !1, Z(v);
|
|
187
214
|
}
|
|
188
215
|
};
|
|
189
216
|
}
|
|
190
|
-
function
|
|
191
|
-
let
|
|
192
|
-
const
|
|
193
|
-
let { tag:
|
|
194
|
-
const
|
|
195
|
-
|
|
217
|
+
function at(t, e, n) {
|
|
218
|
+
let m, s, c, d;
|
|
219
|
+
const w = x("hooks");
|
|
220
|
+
let { tag: o } = e, a, p = !1;
|
|
221
|
+
const b = () => {
|
|
222
|
+
a !== void 0 && clearTimeout(a), p = !0, a = setTimeout(
|
|
196
223
|
() => {
|
|
197
|
-
|
|
224
|
+
p = !1;
|
|
198
225
|
},
|
|
199
226
|
800
|
|
200
227
|
);
|
|
201
|
-
},
|
|
202
|
-
|
|
203
|
-
},
|
|
204
|
-
|
|
205
|
-
|
|
228
|
+
}, v = (i) => {
|
|
229
|
+
p || (o.entryFromModel && nt(o.five.state.mode) ? o.find({ targetMode: "Panorama" }).then(() => o.unfoldAndFoldOthers()) : w.emit("click", { event: i, target: "TagPoint", tag: o }));
|
|
230
|
+
}, r = (() => o.contentType === "Text" && o.data.appearance === "plane" ? 500 : 800)();
|
|
231
|
+
let { tagPointClickHelper: l = null } = e, { handleMouseEnter: f = () => {
|
|
232
|
+
} } = e, { handleMouseLeave: y = () => {
|
|
233
|
+
} } = e, { handleTagPointClick: P = () => {
|
|
234
|
+
} } = e;
|
|
235
|
+
const X = (i) => {
|
|
236
|
+
P(i), v(i);
|
|
237
|
+
};
|
|
238
|
+
function B(i) {
|
|
239
|
+
$[i ? "unshift" : "push"](() => {
|
|
240
|
+
l = i, n(0, l);
|
|
241
|
+
});
|
|
242
|
+
}
|
|
243
|
+
function G(i) {
|
|
244
|
+
tt.call(this, t, i);
|
|
206
245
|
}
|
|
207
|
-
return t.$$set = (
|
|
208
|
-
"tag" in
|
|
246
|
+
return t.$$set = (i) => {
|
|
247
|
+
"tag" in i && n(1, o = i.tag), "tagPointClickHelper" in i && n(0, l = i.tagPointClickHelper), "handleMouseEnter" in i && n(2, f = i.handleMouseEnter), "handleMouseLeave" in i && n(3, y = i.handleMouseLeave), "handleTagPointClick" in i && n(4, P = i.handleTagPointClick);
|
|
209
248
|
}, t.$$.update = () => {
|
|
210
|
-
var
|
|
249
|
+
var i, L, z, E, H;
|
|
211
250
|
t.$$.dirty & /*tag*/
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
var
|
|
217
|
-
const
|
|
218
|
-
if (typeof
|
|
219
|
-
return
|
|
220
|
-
const
|
|
221
|
-
if (typeof
|
|
222
|
-
return
|
|
223
|
-
if (
|
|
251
|
+
2 && n(5, m = ((i = o.state) == null ? void 0 : i.unfolded) && !((L = o.config.popoverConfig) != null && L.enabled)), t.$$.dirty & /*unfolded*/
|
|
252
|
+
32 && n(8, s = !m), t.$$.dirty & /*tag*/
|
|
253
|
+
2 && n(7, c = (E = (z = o.style) == null ? void 0 : z.point) != null && E.url ? (H = o.style) == null ? void 0 : H.point : { url: ot }), t.$$.dirty & /*tag*/
|
|
254
|
+
2 && n(6, d = (() => {
|
|
255
|
+
var S, A, D, I;
|
|
256
|
+
const F = (A = (S = o.style) == null ? void 0 : S.point) == null ? void 0 : A.width;
|
|
257
|
+
if (typeof F == "number")
|
|
258
|
+
return F;
|
|
259
|
+
const u = (I = (D = o.style) == null ? void 0 : D.point) == null ? void 0 : I.size;
|
|
260
|
+
if (typeof u == "number")
|
|
261
|
+
return u;
|
|
262
|
+
if (u === "S")
|
|
224
263
|
return 18;
|
|
225
|
-
if (
|
|
264
|
+
if (u === "M")
|
|
226
265
|
return 20;
|
|
227
|
-
if (
|
|
266
|
+
if (u === "L")
|
|
228
267
|
return 24;
|
|
229
|
-
if (
|
|
268
|
+
if (u === "XL")
|
|
230
269
|
return 28;
|
|
231
270
|
})());
|
|
232
|
-
},
|
|
271
|
+
}, b(), [
|
|
272
|
+
l,
|
|
273
|
+
o,
|
|
233
274
|
f,
|
|
275
|
+
y,
|
|
276
|
+
P,
|
|
234
277
|
m,
|
|
235
|
-
|
|
236
|
-
s,
|
|
278
|
+
d,
|
|
237
279
|
c,
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
280
|
+
s,
|
|
281
|
+
v,
|
|
282
|
+
r,
|
|
283
|
+
X,
|
|
284
|
+
B,
|
|
285
|
+
G
|
|
241
286
|
];
|
|
242
287
|
}
|
|
243
|
-
class
|
|
244
|
-
constructor(
|
|
245
|
-
super(),
|
|
288
|
+
class ze extends J {
|
|
289
|
+
constructor(e) {
|
|
290
|
+
super(), K(
|
|
291
|
+
this,
|
|
292
|
+
e,
|
|
293
|
+
at,
|
|
294
|
+
lt,
|
|
295
|
+
N,
|
|
296
|
+
{
|
|
297
|
+
tag: 1,
|
|
298
|
+
tagPointClickHelper: 0,
|
|
299
|
+
handleMouseEnter: 2,
|
|
300
|
+
handleMouseLeave: 3,
|
|
301
|
+
handleTagPointClick: 4
|
|
302
|
+
},
|
|
303
|
+
rt
|
|
304
|
+
);
|
|
246
305
|
}
|
|
247
306
|
}
|
|
248
307
|
export {
|
|
249
|
-
|
|
308
|
+
ze as default
|
|
250
309
|
};
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { SvelteComponent as m, init as G, safe_not_equal as z, svg_element as p, attr as o, set_style as k, insert as L, append as c, noop as v, detach as y } from "../../../../vendor/svelte/internal/index.js";
|
|
2
|
+
function q(i) {
|
|
3
|
+
let e, h, r, g, s, n, a, w, u, d, f, _, C;
|
|
4
|
+
return {
|
|
5
|
+
c() {
|
|
6
|
+
e = p("svg"), h = p("defs"), r = p("linearGradient"), g = p("stop"), s = p("stop"), a = p("linearGradient"), w = p("stop"), u = p("stop"), f = p("path"), o(
|
|
7
|
+
g,
|
|
8
|
+
"stop-color",
|
|
9
|
+
/*color*/
|
|
10
|
+
i[1]
|
|
11
|
+
), o(g, "offset", "0%"), o(
|
|
12
|
+
s,
|
|
13
|
+
"stop-color",
|
|
14
|
+
/*color*/
|
|
15
|
+
i[1]
|
|
16
|
+
), o(s, "stop-opacity", ".5"), o(s, "offset", "100%"), o(r, "id", n = "arrow-right-icon-gradient-" + /*color*/
|
|
17
|
+
i[1]), o(r, "x1", "96.2%"), o(r, "y1", "50%"), o(r, "x2", "0%"), o(r, "y2", "50%"), o(
|
|
18
|
+
w,
|
|
19
|
+
"stop-color",
|
|
20
|
+
/*color*/
|
|
21
|
+
i[1]
|
|
22
|
+
), o(w, "offset", "0%"), o(
|
|
23
|
+
u,
|
|
24
|
+
"stop-color",
|
|
25
|
+
/*color*/
|
|
26
|
+
i[1]
|
|
27
|
+
), o(u, "stop-opacity", "0"), o(u, "offset", "100%"), o(a, "id", d = "arrow-right-icon-stroke-" + /*color*/
|
|
28
|
+
i[1]), o(a, "x1", "50%"), o(a, "y1", "9.83%"), o(a, "x2", "41.99%"), o(a, "y2", "24.46%"), o(f, "d", "M4.84572153,2.14166669 C4.94036186,2.14170036 5.03490004,2.17870347 5.10676798,2.25203341 L9.39516942,6.66308361 C9.48635681,6.75687897 9.53195051,6.87843949 9.53195051,7 C9.53195051,7.12156051 9.48635681,7.24312103 9.39516942,7.33691639 L5.11673708,11.7390017 C5.02118573,11.813978 4.92122439,11.8514005 4.82705048,11.851434 C4.73517505,11.8514667 4.65029153,11.8150862 4.59276829,11.7576692 C4.51856427,11.6593496 4.48179951,11.5564146 4.48176638,11.4595899 C4.48173399,11.3649536 4.51747117,11.2773335 4.58937836,11.2035272 L7.74273899,7.43877755 C7.84906128,7.31184097 7.90222243,7.15592048 7.90222243,7 C7.90222243,6.84407952 7.84906128,6.68815903 7.74273449,6.56121708 L4.54804918,2.74803934 C4.65338339,2.20863952 4.74441906,2.14163065 4.84572153,2.14166669 Z"), o(f, "fill", _ = `url(#arrow-right-icon-gradient-${/*color*/
|
|
29
|
+
i[1]})`), o(f, "fill-rule", "nonzero"), o(f, "stroke", C = `url(#arrow-right-icon-stroke-${/*color*/
|
|
30
|
+
i[1]})`), o(f, "stroke-width", ".2"), o(e, "xmlns", "http://www.w3.org/2000/svg"), o(e, "viewBox", "0 0 14 14"), o(
|
|
31
|
+
e,
|
|
32
|
+
"width",
|
|
33
|
+
/*size*/
|
|
34
|
+
i[0]
|
|
35
|
+
), o(
|
|
36
|
+
e,
|
|
37
|
+
"height",
|
|
38
|
+
/*size*/
|
|
39
|
+
i[0]
|
|
40
|
+
), k(
|
|
41
|
+
e,
|
|
42
|
+
"opacity",
|
|
43
|
+
/*opacity*/
|
|
44
|
+
i[2]
|
|
45
|
+
);
|
|
46
|
+
},
|
|
47
|
+
m(t, l) {
|
|
48
|
+
L(t, e, l), c(e, h), c(h, r), c(r, g), c(r, s), c(h, a), c(a, w), c(a, u), c(e, f);
|
|
49
|
+
},
|
|
50
|
+
p(t, [l]) {
|
|
51
|
+
l & /*color*/
|
|
52
|
+
2 && o(
|
|
53
|
+
g,
|
|
54
|
+
"stop-color",
|
|
55
|
+
/*color*/
|
|
56
|
+
t[1]
|
|
57
|
+
), l & /*color*/
|
|
58
|
+
2 && o(
|
|
59
|
+
s,
|
|
60
|
+
"stop-color",
|
|
61
|
+
/*color*/
|
|
62
|
+
t[1]
|
|
63
|
+
), l & /*color*/
|
|
64
|
+
2 && n !== (n = "arrow-right-icon-gradient-" + /*color*/
|
|
65
|
+
t[1]) && o(r, "id", n), l & /*color*/
|
|
66
|
+
2 && o(
|
|
67
|
+
w,
|
|
68
|
+
"stop-color",
|
|
69
|
+
/*color*/
|
|
70
|
+
t[1]
|
|
71
|
+
), l & /*color*/
|
|
72
|
+
2 && o(
|
|
73
|
+
u,
|
|
74
|
+
"stop-color",
|
|
75
|
+
/*color*/
|
|
76
|
+
t[1]
|
|
77
|
+
), l & /*color*/
|
|
78
|
+
2 && d !== (d = "arrow-right-icon-stroke-" + /*color*/
|
|
79
|
+
t[1]) && o(a, "id", d), l & /*color*/
|
|
80
|
+
2 && _ !== (_ = `url(#arrow-right-icon-gradient-${/*color*/
|
|
81
|
+
t[1]})`) && o(f, "fill", _), l & /*color*/
|
|
82
|
+
2 && C !== (C = `url(#arrow-right-icon-stroke-${/*color*/
|
|
83
|
+
t[1]})`) && o(f, "stroke", C), l & /*size*/
|
|
84
|
+
1 && o(
|
|
85
|
+
e,
|
|
86
|
+
"width",
|
|
87
|
+
/*size*/
|
|
88
|
+
t[0]
|
|
89
|
+
), l & /*size*/
|
|
90
|
+
1 && o(
|
|
91
|
+
e,
|
|
92
|
+
"height",
|
|
93
|
+
/*size*/
|
|
94
|
+
t[0]
|
|
95
|
+
), l & /*opacity*/
|
|
96
|
+
4 && k(
|
|
97
|
+
e,
|
|
98
|
+
"opacity",
|
|
99
|
+
/*opacity*/
|
|
100
|
+
t[2]
|
|
101
|
+
);
|
|
102
|
+
},
|
|
103
|
+
i: v,
|
|
104
|
+
o: v,
|
|
105
|
+
d(t) {
|
|
106
|
+
t && y(e);
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
function A(i, e, h) {
|
|
111
|
+
let { size: r = "14" } = e, { color: g = "#ffffff" } = e, { opacity: s = 1 } = e;
|
|
112
|
+
return i.$$set = (n) => {
|
|
113
|
+
"size" in n && h(0, r = n.size), "color" in n && h(1, g = n.color), "opacity" in n && h(2, s = n.opacity);
|
|
114
|
+
}, [r, g, s];
|
|
115
|
+
}
|
|
116
|
+
class I extends m {
|
|
117
|
+
constructor(e) {
|
|
118
|
+
super(), G(this, e, A, q, z, { size: 0, color: 1, opacity: 2 });
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
export {
|
|
122
|
+
I as default
|
|
123
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SvelteComponentTyped as default } from 'svelte/internal';
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { SvelteComponent as u, init as v, safe_not_equal as b, append_styles as z, element as w, svg_element as t, attr as C, set_style as F, insert as G, append as e, noop as y, detach as k } from "../../../../vendor/svelte/internal/index.js";
|
|
2
|
+
function j(r) {
|
|
3
|
+
z(r, "svelte-1d6rvbz", ".icon-container.svelte-1d6rvbz{width:3.25rem;height:3.25rem;background-color:var(--bg-color);border-radius:100%;display:flex;align-items:center;justify-content:center;z-index:2}");
|
|
4
|
+
}
|
|
5
|
+
function q(r) {
|
|
6
|
+
let L, o, a, l, f, s, i, _, d, n, x, M, c, Z, m, g;
|
|
7
|
+
return {
|
|
8
|
+
c() {
|
|
9
|
+
L = w("div"), o = t("svg"), a = t("defs"), l = t("linearGradient"), f = t("stop"), s = t("stop"), i = t("linearGradient"), _ = t("stop"), d = t("stop"), n = t("linearGradient"), x = t("stop"), M = t("stop"), c = t("g"), Z = t("path"), m = t("path"), g = t("path"), C(f, "stop-color", "#FFF"), C(f, "offset", "0%"), C(s, "stop-color", "#FFF"), C(s, "stop-opacity", ".5"), C(s, "offset", "100%"), C(l, "x1", "54.417371%"), C(l, "y1", "106.742364%"), C(l, "x2", "72.619444%"), C(l, "y2", "8.15444328%"), C(l, "id", "xmfpi7cnc__sgsykm5x9a"), C(_, "stop-color", "#FFF"), C(_, "offset", "0%"), C(d, "stop-color", "#FFF"), C(d, "stop-opacity", "0"), C(d, "offset", "100%"), C(i, "x1", "50%"), C(i, "y1", ".73169217%"), C(i, "x2", "66.0966077%"), C(i, "y2", "34.1694374%"), C(i, "id", "xmfpi7cnc__tjqs3iy6kb"), C(x, "stop-color", "#FFF"), C(x, "offset", "0%"), C(M, "stop-color", "#FFF"), C(M, "stop-opacity", ".5"), C(M, "offset", "100%"), C(n, "x1", "55.1256353%"), C(n, "y1", "273.650936%"), C(n, "x2", "55.1256353%"), C(n, "y2", "81.7206937%"), C(n, "id", "xmfpi7cnc__rs5hxavsyc"), C(Z, "d", "M18,5.4 L18,13.4 C18,15.3329966 13.9705627,16.9 9,16.9 C4.02943725,16.9 0,15.3329966 0,13.4 L0,5.4 C0,7.33299662 4.02943725,8.9 9,8.9 C13.8670094,8.9 17.8316983,7.39760831 17.9947813,5.52032488 L18,5.4 Z M4.9603418,4.9 C5.2193418,4.9 5.4643418,4.837 5.6883418,4.704 C6.1293418,4.445 6.4093418,3.976 6.4093418,3.444 C6.4093418,3.003 6.2203418,2.611 5.9053418,2.359 C6.1643418,2.1 6.3393418,1.729 6.3393418,1.337 C6.3393418,1.092 6.2763418,0.861 6.1573418,0.658 C5.9053418,0.245 5.4643418,0 4.9603418,0 C4.7223418,0 4.4983418,0.056 4.2953418,0.175 C3.8753418,0.413 3.6163418,0.84 3.6163418,1.337 L3.6163418,1.372 L4.3373418,1.372 L4.3373418,1.337 C4.3373418,1.022 4.6313418,0.721 4.9603418,0.721 C5.3173418,0.721 5.6113418,1.008 5.6113418,1.337 C5.6113418,1.708 5.3243418,1.995 4.9603418,1.995 L4.8203418,1.995 L4.8203418,2.723 L4.9603418,2.723 C5.3593418,2.723 5.6883418,3.045 5.6883418,3.444 C5.6883418,3.843 5.3593418,4.179 4.9603418,4.179 C4.5613418,4.179 4.2323418,3.843 4.2323418,3.444 L4.2323418,3.339 L3.5043418,3.339 L3.5043418,3.444 C3.5043418,3.71 3.5673418,3.955 3.7003418,4.172 C3.9593418,4.62 4.4283418,4.9 4.9603418,4.9 Z M8.6073418,4.9 C8.8803418,4.9 9.1253418,4.83 9.3563418,4.697 C9.8043418,4.424 10.0983418,3.934 10.0983418,3.395 C10.0983418,3.122 10.0283418,2.877 9.8953418,2.646 C9.6223418,2.198 9.1463418,1.904 8.6073418,1.904 C8.5303418,1.904 8.4743418,1.904 8.4393418,1.911 L9.3143418,0 L8.5093418,0 L7.2353418,2.793 C7.1443418,2.982 7.1023418,3.185 7.1023418,3.395 C7.1023418,3.668 7.1723418,3.92 7.3053418,4.151 C7.5783418,4.606 8.0543418,4.9 8.6073418,4.9 Z M8.6073418,4.158 C8.1803418,4.158 7.8443418,3.822 7.8443418,3.395 C7.8443418,2.975 8.1873418,2.625 8.6073418,2.625 C9.0273418,2.625 9.3773418,2.975 9.3773418,3.395 C9.3773418,3.815 9.0273418,4.158 8.6073418,4.158 Z M12.2613418,4.907 C12.7653418,4.907 13.2133418,4.634 13.4653418,4.207 C13.5913418,3.997 13.6543418,3.766 13.6543418,3.514 L13.6543418,3.514 L13.6543418,1.428 C13.6543418,0.917 13.3813418,0.448 12.9613418,0.189 C12.7443418,0.063 12.5133418,0 12.2613418,0 C11.7503418,0 11.2813418,0.273 11.0293418,0.714 C10.8963418,0.931 10.8333418,1.169 10.8333418,1.428 L10.8333418,1.428 L10.8333418,3.514 C10.8333418,4.018 11.1063418,4.466 11.5473418,4.718 C11.7643418,4.844 12.0023418,4.907 12.2613418,4.907 Z M12.2613418,4.186 C11.8903418,4.186 11.5683418,3.885 11.5683418,3.514 L11.5683418,3.514 L11.5683418,1.428 C11.5683418,1.029 11.8763418,0.735 12.2613418,0.735 C12.6323418,0.735 12.9123418,1.029 12.9123418,1.428 L12.9123418,1.428 L12.9123418,3.514 C12.9123418,3.899 12.6323418,4.186 12.2613418,4.186 Z M15.4753809,2.07333984 C15.7488184,2.07333984 15.9886458,1.97478841 16.1948633,1.77768555 C16.4010807,1.58058268 16.5041895,1.33391927 16.5041895,1.03769531 C16.5041895,0.750585938 16.4050684,0.507340495 16.2068262,0.307958984 C16.008584,0.108577474 15.7647689,0.00888671875 15.4753809,0.00888671875 C15.1928288,0.00888671875 14.9495833,0.109147135 14.7456445,0.309667969 C14.5417057,0.510188802 14.4397363,0.756282552 14.4397363,1.04794922 C14.4397363,1.32138672 14.5365788,1.56064453 14.7302637,1.76572266 C14.9239486,1.97080078 15.172321,2.07333984 15.4753809,2.07333984 Z M15.4753809,1.70078125 C15.2930892,1.70078125 15.137002,1.63583984 15.0071191,1.50595703 C14.8772363,1.37607422 14.8122949,1.22226563 14.8122949,1.04453125 C14.8122949,0.859960938 14.877806,0.703304036 15.0088281,0.574560547 C15.1398503,0.445817057 15.2953678,0.381445313 15.4753809,0.381445313 C15.6553939,0.381445313 15.8097721,0.446386719 15.9385156,0.576269531 C16.0672591,0.706152344 16.1316309,0.859960938 16.1316309,1.03769531 C16.1316309,1.22226563 16.0661198,1.37892253 15.9350977,1.50766602 C15.8040755,1.63640951 15.6508366,1.70078125 15.4753809,1.70078125 Z"), C(Z, "fill", "url(#xmfpi7cnc__sgsykm5x9a)"), C(Z, "transform", "translate(3 3.1)"), C(m, "d", "M18,5.4 L18,13.4 C18,15.3329966 13.9705627,16.9 9,16.9 C4.02943725,16.9 0,15.3329966 0,13.4 L0,5.4 C0,7.33299662 4.02943725,8.9 9,8.9 C13.8670094,8.9 17.8316983,7.39760831 17.9947813,5.52032488 L18,5.4 Z M17.8,6.499 L17.7806846,6.52607583 C16.6077599,8.0452893 13.108676,9.1 9,9.1 C4.87821133,9.1 1.38089175,8.04047836 0.214303539,6.51942435 L0.2,6.5 L0.2,13.4 C0.2,15.1332693 3.96631253,16.6348245 8.69056715,16.6979358 L9,16.7 C13.8681548,16.7 17.8,15.1709491 17.8,13.4 L17.8,6.499 Z M12.2613418,0 C12.5133418,0 12.7443418,0.063 12.9613418,0.189 C13.3813418,0.448 13.6543418,0.917 13.6543418,1.428 L13.6543418,3.514 L13.6467818,3.66268 C13.6266218,3.85756 13.5661418,4.039 13.4653418,4.207 C13.2133418,4.634 12.7653418,4.907 12.2613418,4.907 C12.0023418,4.907 11.7643418,4.844 11.5473418,4.718 C11.1063418,4.466 10.8333418,4.018 10.8333418,3.514 L10.8333418,1.428 L10.8409578,1.27512 C10.8613418,1.07464 10.9229418,0.8876 11.0293418,0.714 C11.2813418,0.273 11.7503418,0 12.2613418,0 Z M9.3143418,0 L8.4393418,1.911 C8.4743418,1.904 8.5303418,1.904 8.6073418,1.904 C9.1463418,1.904 9.6223418,2.198 9.8953418,2.646 C10.0283418,2.877 10.0983418,3.122 10.0983418,3.395 C10.0983418,3.934 9.8043418,4.424 9.3563418,4.697 C9.1253418,4.83 8.8803418,4.9 8.6073418,4.9 C8.0543418,4.9 7.5783418,4.606 7.3053418,4.151 C7.1723418,3.92 7.1023418,3.668 7.1023418,3.395 C7.1023418,3.185 7.1443418,2.982 7.2353418,2.793 L8.5093418,0 L9.3143418,0 Z M4.9603418,0 C5.4643418,0 5.9053418,0.245 6.1573418,0.658 C6.2763418,0.861 6.3393418,1.092 6.3393418,1.337 C6.3393418,1.729 6.1643418,2.1 5.9053418,2.359 C6.2203418,2.611 6.4093418,3.003 6.4093418,3.444 C6.4093418,3.976 6.1293418,4.445 5.6883418,4.704 C5.4643418,4.837 5.2193418,4.9 4.9603418,4.9 C4.4283418,4.9 3.9593418,4.62 3.7003418,4.172 C3.5673418,3.955 3.5043418,3.71 3.5043418,3.444 L3.5043418,3.339 L4.2323418,3.339 L4.2323418,3.444 C4.2323418,3.843 4.5613418,4.179 4.9603418,4.179 C5.3593418,4.179 5.6883418,3.843 5.6883418,3.444 C5.6883418,3.045 5.3593418,2.723 4.9603418,2.723 L4.8203418,2.723 L4.8203418,1.995 L4.9603418,1.995 C5.3243418,1.995 5.6113418,1.708 5.6113418,1.337 C5.6113418,1.008 5.3173418,0.721 4.9603418,0.721 C4.6313418,0.721 4.3373418,1.022 4.3373418,1.337 L4.3373418,1.372 L3.6163418,1.372 L3.6163418,1.337 C3.6163418,0.84 3.8753418,0.413 4.2953418,0.175 C4.4983418,0.056 4.7223418,0 4.9603418,0 Z M12.2613418,0.2 C11.8228535,0.2 11.4197491,0.433900098 11.199862,0.818512412 C11.0880596,1.00092699 11.0333418,1.20205175 11.0333418,1.428 L11.0333418,3.514 C11.0333418,3.94076817 11.2630074,4.32517296 11.6477689,4.54504221 C11.8340054,4.65317955 12.0373271,4.707 12.2613418,4.707 C12.685768,4.707 13.0724302,4.4792625 13.2938432,4.10410085 C13.4010506,3.92542185 13.4543418,3.73002084 13.4543418,3.514 L13.4543418,1.428 C13.4543418,0.993663172 13.2236099,0.585702454 12.8609147,0.361957789 C12.673578,0.253181671 12.4771013,0.2 12.2613418,0.2 Z M4.9603418,0.2 C4.75293536,0.2 4.56476024,0.248895899 4.39394431,0.349004437 C4.11167513,0.508956972 3.91907748,0.764507622 3.84741774,1.06716925 L3.829,1.171 L4.157,1.171 L4.1635929,1.14325273 C4.24904453,0.829489942 4.53273472,0.571946496 4.86075855,0.527713496 L4.9603418,0.521 C5.42264158,0.521 5.8113418,0.89242465 5.8113418,1.337 C5.8113418,1.78012728 5.4916909,2.13625035 5.06824166,2.18841646 L5.02,2.191 L5.02,2.526 L5.06813812,2.52919506 C5.49271718,2.57829524 5.83232975,2.91371045 5.88206553,3.33657664 L5.8883418,3.444 C5.8883418,3.95419336 5.46908818,4.379 4.9603418,4.379 C4.48793444,4.379 4.09269177,4.01271264 4.03863877,3.55189651 L4.037,3.539 L3.709,3.539 L3.71100539,3.58140766 C3.72435814,3.71571552 3.75785509,3.84083114 3.8121867,3.95771875 L3.87348876,4.07189941 C4.09978468,4.46333019 4.50573915,4.7 4.9603418,4.7 C5.18808795,4.7 5.39698916,4.6443932 5.58705743,4.53154283 C5.97364119,4.30450157 6.2093418,3.89738234 6.2093418,3.444 C6.2093418,3.06849319 6.05147644,2.73203269 5.78040279,2.51517376 L5.60591531,2.37558378 L5.76392044,2.21757864 C5.99772857,1.98377051 6.1393418,1.65985061 6.1393418,1.337 C6.1393418,1.12891147 6.08649325,0.932616859 5.98661394,0.762172929 C5.77036899,0.407771483 5.39348118,0.2 4.9603418,0.2 Z M9.002,0.2 L8.638,0.2 L7.41554213,2.87976312 C7.3587619,2.9976913 7.32347683,3.1241874 7.30938306,3.25833536 L7.3023418,3.395 C7.3023418,3.62951354 7.36137928,3.8474981 7.47684038,4.04810085 C7.72111603,4.45522692 8.1383802,4.7 8.6073418,4.7 C8.83989632,4.7 9.05100342,4.64201988 9.25226776,4.52621184 C9.649754,4.28399367 9.8983418,3.85400396 9.8983418,3.395 C9.8983418,3.16244548 9.84036168,2.95133838 9.72455364,2.75007403 C9.48026964,2.34919774 9.06277079,2.104 8.6073418,2.104 L8.51445661,2.10475811 C8.49442789,2.10527049 8.48389809,2.10604952 8.47856502,2.10711614 L8.0943966,2.18394982 L8.25749731,1.82773787 L9.002,0.2 Z M12.2613418,0.535 C12.7468356,0.535 13.1123418,0.922491584 13.1123418,1.428 L13.1123418,3.514 C13.1123418,4.00744192 12.7448365,4.386 12.2613418,4.386 C11.7777279,4.386 11.3683418,3.99355405 11.3683418,3.514 L11.3683418,1.428 C11.3683418,0.922753743 11.7615956,0.535 12.2613418,0.535 Z M8.6073418,2.425 C9.13779875,2.425 9.5773418,2.86454305 9.5773418,3.395 C9.5773418,3.92471151 9.13856864,4.358 8.6073418,4.358 C8.06988485,4.358 7.6443418,3.93245695 7.6443418,3.395 C7.6443418,2.86377316 8.07763029,2.425 8.6073418,2.425 Z M12.2613418,0.735 C11.8763418,0.735 11.5683418,1.029 11.5683418,1.428 L11.5683418,3.514 L11.5761202,3.61327273 C11.6272922,3.93723967 11.9240691,4.186 12.2613418,4.186 C12.6323418,4.186 12.9123418,3.899 12.9123418,3.514 L12.9123418,1.428 L12.9055416,1.32192712 C12.8606806,0.977975207 12.5986145,0.735 12.2613418,0.735 Z M8.6073418,2.625 C8.1873418,2.625 7.8443418,2.975 7.8443418,3.395 C7.8443418,3.822 8.1803418,4.158 8.6073418,4.158 C9.0273418,4.158 9.3773418,3.815 9.3773418,3.395 C9.3773418,2.975 9.0273418,2.625 8.6073418,2.625 Z M15.4753809,0.00888671875 C15.7647689,0.00888671875 16.008584,0.108577474 16.2068262,0.307958984 C16.4050684,0.507340495 16.5041895,0.750585938 16.5041895,1.03769531 C16.5041895,1.33391927 16.4010807,1.58058268 16.1948633,1.77768555 C15.9886458,1.97478841 15.7488184,2.07333984 15.4753809,2.07333984 C15.172321,2.07333984 14.9239486,1.97080078 14.7302637,1.76572266 C14.5365788,1.56064453 14.4397363,1.32138672 14.4397363,1.04794922 C14.4397363,0.756282552 14.5417057,0.510188802 14.7456445,0.309667969 C14.9495833,0.109147135 15.1928288,0.00888671875 15.4753809,0.00888671875 Z M15.4753809,0.381445313 C15.2953678,0.381445313 15.1398503,0.445817057 15.0088281,0.574560547 C14.877806,0.703304036 14.8122949,0.859960938 14.8122949,1.04453125 C14.8122949,1.22226563 14.8772363,1.37607422 15.0071191,1.50595703 C15.137002,1.63583984 15.2930892,1.70078125 15.4753809,1.70078125 C15.6508366,1.70078125 15.8040755,1.63640951 15.9350977,1.50766602 C16.0661198,1.37892253 16.1316309,1.22226563 16.1316309,1.03769531 C16.1316309,0.859960938 16.0672591,0.706152344 15.9385156,0.576269531 C15.8097721,0.446386719 15.6553939,0.381445313 15.4753809,0.381445313 Z"), C(m, "fill", "url(#xmfpi7cnc__tjqs3iy6kb)"), C(m, "transform", "translate(3 3.1)"), C(g, "d", "M3.00030998,2.79110119 L3.00030998,8.00889881 C1.15888197,7.36802147 0,6.43664128 0,5.4 C0,4.36335872 1.15888197,3.43197853 3.00030998,2.79110119 Z M15.0006975,2.79145187 C16.8415407,3.43231826 18,4.36354778 18,5.4 C18,6.43645222 16.8415407,7.36768174 15.0006975,8.00854813 Z"), C(g, "fill", "url(#xmfpi7cnc__rs5hxavsyc)"), C(g, "transform", "translate(3 3.1)"), C(c, "fill-rule", "nonzero"), C(c, "fill", "none"), C(o, "xmlns", "http://www.w3.org/2000/svg"), C(o, "viewBox", "0 0 24 24"), C(
|
|
10
|
+
o,
|
|
11
|
+
"width",
|
|
12
|
+
/*size*/
|
|
13
|
+
r[0]
|
|
14
|
+
), C(
|
|
15
|
+
o,
|
|
16
|
+
"height",
|
|
17
|
+
/*size*/
|
|
18
|
+
r[0]
|
|
19
|
+
), C(L, "class", "icon-container svelte-1d6rvbz"), F(
|
|
20
|
+
L,
|
|
21
|
+
"--bg-color",
|
|
22
|
+
/*bgColor*/
|
|
23
|
+
r[1]
|
|
24
|
+
);
|
|
25
|
+
},
|
|
26
|
+
m(p, h) {
|
|
27
|
+
G(p, L, h), e(L, o), e(o, a), e(a, l), e(l, f), e(l, s), e(a, i), e(i, _), e(i, d), e(a, n), e(n, x), e(n, M), e(o, c), e(c, Z), e(c, m), e(c, g);
|
|
28
|
+
},
|
|
29
|
+
p(p, [h]) {
|
|
30
|
+
h & /*size*/
|
|
31
|
+
1 && C(
|
|
32
|
+
o,
|
|
33
|
+
"width",
|
|
34
|
+
/*size*/
|
|
35
|
+
p[0]
|
|
36
|
+
), h & /*size*/
|
|
37
|
+
1 && C(
|
|
38
|
+
o,
|
|
39
|
+
"height",
|
|
40
|
+
/*size*/
|
|
41
|
+
p[0]
|
|
42
|
+
), h & /*bgColor*/
|
|
43
|
+
2 && F(
|
|
44
|
+
L,
|
|
45
|
+
"--bg-color",
|
|
46
|
+
/*bgColor*/
|
|
47
|
+
p[1]
|
|
48
|
+
);
|
|
49
|
+
},
|
|
50
|
+
i: y,
|
|
51
|
+
o: y,
|
|
52
|
+
d(p) {
|
|
53
|
+
p && k(L);
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
function B(r, L, o) {
|
|
58
|
+
let { size: a = "28" } = L, { color: l = "#ffffff" } = L, { bgColor: f = "#0000004d" } = L;
|
|
59
|
+
return r.$$set = (s) => {
|
|
60
|
+
"size" in s && o(0, a = s.size), "color" in s && o(2, l = s.color), "bgColor" in s && o(1, f = s.bgColor);
|
|
61
|
+
}, [a, f, l];
|
|
62
|
+
}
|
|
63
|
+
class P extends u {
|
|
64
|
+
constructor(L) {
|
|
65
|
+
super(), v(this, L, B, q, b, { size: 0, color: 2, bgColor: 1 }, j);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
export {
|
|
69
|
+
P as default
|
|
70
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SvelteComponentTyped as default } from 'svelte/internal';
|