@realsee/dnalogel 2.4.0 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
- package/dist/PanoTagPlugin/Assets/Icon.d.ts +3 -2
- package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +19 -22
- package/dist/PanoTagPlugin/controller/index.d.ts +25 -14
- package/dist/PanoTagPlugin/index.d.ts +1 -1
- package/dist/PanoTagPlugin/typings/controller.d.ts +23 -17
- package/dist/PanoTagPlugin/typings/index.d.ts +5 -1
- package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
- package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +53 -0
- package/dist/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +1 -0
- package/dist/PanoTagPlugin/utils/audio/SharedAudio.d.ts +16 -0
- package/dist/PanoTagPlugin/utils/color.d.ts +7 -0
- package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
- package/dist/PanoTagPlugin/utils/px2rem.d.ts +1 -0
- package/dist/PanoTagPlugin/utils/tag/format.d.ts +2 -0
- package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
- package/dist/PanoTagPlugin/utils/timeToString.d.ts +1 -0
- package/dist/index.cjs.js +52 -54
- package/dist/index.js +7771 -6537
- package/dist/index.umd.js +44 -46
- package/dist/shared-utils/audio.d.ts +31 -0
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +20 -20
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoMeasurePluginLine.html +23 -23
- package/docs/classes/PanoMeasurePluginModel.html +22 -22
- package/docs/classes/PanoMeasurePluginPoint.html +14 -14
- package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
- package/docs/classes/PanoTagPluginController.html +223 -176
- package/docs/classes/Util.BetterTween.html +8 -8
- package/docs/classes/Util.FivePointSelector.html +12 -12
- package/docs/classes/Util.Interval.html +12 -12
- package/docs/classes/Util.Magnifier.html +17 -17
- package/docs/classes/Util.PointDomHelper.html +11 -11
- package/docs/classes/Util.PointHelper.html +11 -11
- package/docs/classes/Util.Rectangle.html +13 -13
- package/docs/enums/CameraMovementEffect.html +7 -7
- package/docs/enums/ContentType.html +75 -35
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +19 -15
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +19 -15
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +39 -13
- package/docs/functions/CameraMovementPlugin.html +39 -13
- package/docs/functions/CruisePlugin.html +39 -13
- package/docs/functions/GuideLinePlugin.html +40 -14
- package/docs/functions/ItemLabelPlugin.html +39 -13
- package/docs/functions/MapviewFloorplanPlugin.html +39 -13
- package/docs/functions/ModelChassisCompassPlugin.html +39 -13
- package/docs/functions/ModelEntryDoorGuidePlugin.html +39 -13
- package/docs/functions/ModelFloorplanPlugin.html +39 -13
- package/docs/functions/ModelItemLabelPlugin.html +39 -13
- package/docs/functions/ModelRoomLabelPlugin.html +39 -13
- package/docs/functions/ModelTVVideoPlugin.html +39 -13
- package/docs/functions/ModelViewPlugin.html +39 -13
- package/docs/functions/Object3DHelperPlugin.html +39 -13
- package/docs/functions/PanoCompassPlugin.html +39 -13
- package/docs/functions/PanoCursorRaycasterPlugin.html +39 -13
- package/docs/functions/PanoDoorLabelPlugin.html +39 -13
- package/docs/functions/PanoFloorplanRadarPlugin.html +39 -13
- package/docs/functions/PanoMeasurePlugin.html +39 -13
- package/docs/functions/PanoRulerPlugin.html +39 -13
- package/docs/functions/PanoRulerProPlugin.html +39 -13
- package/docs/functions/PanoSpatialTagPlugin.html +39 -13
- package/docs/functions/PanoTagPlugin.html +45 -23
- package/docs/functions/TopviewFloorplanPlugin.html +39 -13
- package/docs/functions/Util.getCoordsFromClient.html +5 -5
- package/docs/functions/Util.getCoordsFromElement.html +5 -5
- package/docs/functions/Util.getFrameTime.html +5 -5
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
- package/docs/functions/Util.isNil.html +5 -5
- package/docs/functions/Util.nextFrame.html +5 -5
- package/docs/functions/Util.notNil.html +5 -5
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
- package/docs/functions/Util.tweenProgress.html +5 -5
- package/docs/functions/pluginFlag.html +40 -14
- package/docs/index.html +39 -13
- package/docs/interfaces/AddTagConfig.html +64 -0
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/EventMap.html +298 -0
- package/docs/interfaces/FloorplanBounding.html +8 -8
- package/docs/interfaces/FloorplanData.html +10 -10
- package/docs/interfaces/FloorplanEntrance.html +11 -11
- package/docs/interfaces/FloorplanExtraObject.html +10 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
- package/docs/interfaces/FloorplanFloorData.html +9 -9
- package/docs/interfaces/FloorplanImagePosition.html +7 -7
- package/docs/interfaces/FloorplanObserver.html +9 -9
- package/docs/interfaces/FloorplanOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanPosition.html +7 -7
- package/docs/interfaces/FloorplanRoomItem.html +13 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
- package/docs/interfaces/FloorplanServerBounding.html +8 -8
- package/docs/interfaces/FloorplanServerComputedData.html +10 -10
- package/docs/interfaces/FloorplanServerData.html +7 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
- package/docs/interfaces/FloorplanServerEntrance.html +11 -11
- package/docs/interfaces/FloorplanServerFloorData.html +9 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
- package/docs/interfaces/FloorplanServerObserver.html +9 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanServerPosition.html +7 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/MinMax.html +71 -0
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
- package/docs/interfaces/ModelViewPluginExportType.html +11 -11
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/PaintBrushAction.html +12 -12
- package/docs/interfaces/PaintBrushConfigs.html +12 -12
- package/docs/interfaces/PaintBrushState.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +40 -14
- package/docs/interfaces/PanoMeasureParameterType.html +12 -12
- package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
- package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
- package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
- package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
- package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
- package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
- package/docs/interfaces/PanoRulerProPluginState.html +8 -8
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +40 -14
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +40 -14
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
- package/docs/interfaces/Point.html +8 -8
- package/docs/interfaces/Room.html +9 -9
- package/docs/interfaces/RoomInfo.html +7 -7
- package/docs/interfaces/RoomLabel.html +14 -14
- package/docs/interfaces/RoomRules.html +40 -14
- package/docs/interfaces/Rooms.html +40 -14
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/State.html +89 -0
- package/docs/interfaces/TagCache.html +92 -0
- package/docs/interfaces/TagConfig.html +15 -19
- package/docs/interfaces/TagIconUrl.html +91 -0
- package/docs/interfaces/Tags.html +14 -12
- package/docs/interfaces/TemporaryState.html +64 -0
- package/docs/interfaces/Util.MagnifierParameter.html +11 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
- package/docs/modules/Util.html +5 -5
- package/docs/modules.html +73 -21
- package/docs/types/ArrayPosition.html +41 -15
- package/docs/types/AudioAppearance.html +256 -0
- package/docs/types/AudioTagTypeConfigKey.html +256 -0
- package/docs/types/CSS3DRenderExportType.html +40 -14
- package/docs/types/CSS3DRenderPluginExportType.html +40 -14
- package/docs/types/CSS3DRenderPluginParameterType.html +40 -14
- package/docs/types/Color.html +40 -14
- package/docs/types/ContentTypeConfigKey.html +41 -15
- package/docs/types/ContentTypeConfigKeySplit.html +256 -0
- package/docs/types/ContentTypeMap.html +256 -0
- package/docs/types/Create3DDomContainerReturnType.html +40 -14
- package/docs/types/Create3DElementReturnType.html +40 -14
- package/docs/types/CruisePluginExportType.html +40 -14
- package/docs/types/Direction-1.html +40 -14
- package/docs/types/Direction4.html +40 -14
- package/docs/types/FloorplanRuleLabels.html +40 -14
- package/docs/types/FloorplanServerRuleLabels.html +40 -14
- package/docs/types/GuideLinePluginExportType.html +40 -14
- package/docs/types/HelperEventMap.html +40 -14
- package/docs/types/LoadTagConfig.html +256 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +40 -14
- package/docs/types/MapviewFloorplanPluginReturnType.html +40 -14
- package/docs/types/MediaData.html +40 -14
- package/docs/types/MediaStore.html +256 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +40 -14
- package/docs/types/ModelFloorplanPluginParameterType.html +40 -14
- package/docs/types/ModelFloorplanPluginReturnType.html +40 -14
- package/docs/types/ModelRoomLabelPluginParameters.html +40 -14
- package/docs/types/ModelRoomLabelPluginReturnType.html +40 -14
- package/docs/types/MoveArgs.html +40 -14
- package/docs/types/MoveOpts.html +40 -14
- package/docs/types/Object3DHelperEventMap.html +40 -14
- package/docs/types/ObjectFit.html +40 -14
- package/docs/types/PaintBrushEventMap.html +40 -14
- package/docs/types/PanoCompassPluginData.html +40 -14
- package/docs/types/PanoCompassPluginExportType.html +40 -14
- package/docs/types/PanoCompassPluginParameterType.html +40 -14
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +40 -14
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +40 -14
- package/docs/types/PanoIndex.html +256 -0
- package/docs/types/PanoMeasurePluginEvent.html +40 -14
- package/docs/types/PanoMeasureReturnType.html +40 -14
- package/docs/types/PanoSpatialTagPluginId.html +40 -14
- package/docs/types/PanoTagPluginExportInterface.html +40 -14
- package/docs/types/PanoTagPluginParamsInterface.html +40 -14
- package/docs/types/PlaneTag.html +43 -19
- package/docs/types/PlaneTagElement.html +261 -0
- package/docs/types/Point2DElement.html +261 -0
- package/docs/types/Point2DTag.html +263 -0
- package/docs/types/Point3DElement.html +261 -0
- package/docs/types/Point3DTag.html +263 -0
- package/docs/types/PointTag.html +43 -23
- package/docs/types/PointTagElement.html +261 -0
- package/docs/types/Position.html +40 -14
- package/docs/types/RotateArgs.html +40 -14
- package/docs/types/RotateOpts.html +40 -14
- package/docs/types/RuleLabelsKey.html +40 -14
- package/docs/types/RuleLabelsValue.html +40 -14
- package/docs/types/StickType.html +256 -0
- package/docs/types/Tag.html +44 -22
- package/docs/types/Tag2D.html +45 -20
- package/docs/types/Tag3D.html +45 -20
- package/docs/types/TagContentType.html +256 -0
- package/docs/types/TagDimensionType.html +256 -0
- package/docs/types/TagElement.html +263 -0
- package/docs/types/TagEvents.html +291 -0
- package/docs/types/TagHooks.html +256 -0
- package/docs/types/TagIconSize.html +259 -0
- package/docs/types/TagId.html +40 -14
- package/docs/types/TagPointType.html +259 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +40 -14
- package/docs/types/TopviewFloorplanPluginReturnType.html +40 -14
- package/docs/types/{ContentTypeConfigKeyArray.html → WorkCode.html} +43 -17
- package/docs/variables/FLOOR_TYPE_MAP.html +40 -14
- package/docs/variables/PLUGIN.html +40 -14
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +40 -14
- package/docs/variables/ROOM_TYPE_MAP.html +40 -14
- package/docs/variables/VERSION.html +40 -14
- package/docs/variables/itemLabelPluginServerParams.html +40 -14
- package/docs/variables/modelItemLabelPluginServerParams.html +40 -14
- package/docs/variables/modelRoomLabelPluginServerParams.html +40 -14
- package/libs/CSS3DRenderPlugin/CSS3DRender.js +1 -1
- package/libs/CSS3DRenderPlugin/Controller.js +2 -2
- package/libs/CSS3DRenderPlugin/utils/createResizeObserver.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.js +4 -4
- package/libs/CSS3DRenderPlugin/utils/index.js +12 -0
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +4 -3
- package/libs/CSS3DRenderPlugin/utils/random.js +6 -1
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.js +3 -2
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +2 -1
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +6 -4
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/three/OpacityMesh.js +6 -6
- package/libs/CSS3DRenderPlugin/utils/waitFiveModelLoaded.js +13 -13
- package/libs/CruisePlugin/Controller.js +2 -2
- package/libs/CruisePlugin/utils/coordinatesAngle.js +3 -2
- package/libs/CruisePlugin/utils/linerValue.js +4 -4
- package/libs/GuideLinePlugin/Controller.js +1 -1
- package/libs/GuideLinePlugin/utils/getLineGeometries.js +1 -1
- package/libs/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/libs/GuideLinePlugin/utils/getPoint.js +18 -0
- package/libs/Object3DHelperPlugin/Controller.js +38 -36
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +18 -9
- package/libs/PanoMeasurePlugin/Controller/EditController.js +16 -5
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +38 -19
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +13 -5
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +31 -20
- package/libs/PanoMeasurePlugin/Controller/index.js +54 -18
- package/libs/PanoMeasurePlugin/Model/index.js +41 -34
- package/libs/PanoMeasurePlugin/Model/line.js +9 -6
- package/libs/PanoMeasurePlugin/Model/point.js +3 -3
- package/libs/PanoMeasurePlugin/Model/polyline.js +19 -12
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +4 -4
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +24 -24
- package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +2 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +16 -15
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/style.js +24 -16
- package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +4 -3
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +8 -5
- package/libs/PanoMeasurePlugin/index.js +16 -16
- package/libs/PanoMeasurePlugin/typings/data.js +1 -0
- package/libs/PanoMeasurePlugin/typings/event.type.js +4 -0
- package/libs/PanoMeasurePlugin/typings/index.js +1 -0
- package/libs/PanoMeasurePlugin/typings/utils.type.d.ts +1 -0
- package/libs/PanoMeasurePlugin/typings/utils.type.js +1 -0
- package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -1
- package/libs/PanoMeasurePlugin/utils/clearGroup.d.ts +2 -0
- package/libs/PanoMeasurePlugin/utils/clearGroup.js +6 -0
- package/libs/PanoMeasurePlugin/utils/constants.js +15 -16
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +1 -1
- package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +7 -6
- package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +3 -3
- package/libs/PanoMeasurePlugin/utils/line.js +1 -0
- package/libs/PanoMeasurePlugin/utils/math.js +2 -1
- package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +2 -2
- package/libs/PanoSpatialTagPlugin/Components/origins.js +3 -2
- package/libs/PanoSpatialTagPlugin/Components/tag.js +3 -2
- package/libs/PanoSpatialTagPlugin/Plugin.js +2 -2
- package/libs/PanoTagPlugin/Assets/Icon.d.ts +3 -2
- package/libs/PanoTagPlugin/Assets/Icon.js +4 -3
- package/libs/PanoTagPlugin/Components/Common/Arrow.js +11 -11
- package/libs/PanoTagPlugin/Components/Common/Audio.js +103 -140
- package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +198 -0
- package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +108 -0
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +30 -30
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +95 -59
- package/libs/PanoTagPlugin/Components/Common/Media.js +275 -249
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +143 -79
- package/libs/PanoTagPlugin/Components/Common/Shadow.js +11 -10
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +81 -0
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +145 -0
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +195 -0
- package/libs/PanoTagPlugin/Components/Common/Text/MText.js +166 -0
- package/libs/PanoTagPlugin/Components/Common/TextItem.js +106 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +172 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +223 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +123 -0
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +22 -22
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +126 -131
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +75 -97
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +166 -143
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +75 -45
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +130 -0
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +134 -0
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +115 -0
- package/libs/PanoTagPlugin/Components/Tag/index.js +264 -157
- package/libs/PanoTagPlugin/Components/TagContainer.js +164 -109
- package/libs/PanoTagPlugin/Components/TagItem.js +253 -0
- package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
- package/libs/PanoTagPlugin/controller/TagCacheController.js +3 -2
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +19 -22
- package/libs/PanoTagPlugin/controller/TagComputer.js +186 -151
- package/libs/PanoTagPlugin/controller/index.d.ts +25 -14
- package/libs/PanoTagPlugin/controller/index.js +265 -170
- package/libs/PanoTagPlugin/index.d.ts +1 -1
- package/libs/PanoTagPlugin/index.js +51 -35
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +4 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +6 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +93 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +5622 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +1325 -0
- package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +173 -0
- package/libs/PanoTagPlugin/mocks/v1/mock1.js +122 -0
- package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +233 -0
- package/libs/PanoTagPlugin/mocks/v1/mock2.js +296 -0
- package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +22 -0
- package/libs/PanoTagPlugin/mocks/v1/mock3.js +32 -0
- package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +56 -0
- package/libs/PanoTagPlugin/mocks/v1/mock4.js +60 -0
- package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +13 -0
- package/libs/PanoTagPlugin/mocks/v1/mock5.js +17 -0
- package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +16 -0
- package/libs/PanoTagPlugin/mocks/v1/mock6.js +27 -0
- package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +22 -0
- package/libs/PanoTagPlugin/mocks/v1/mock7.js +228 -0
- package/libs/PanoTagPlugin/tag.config.js +31 -16
- package/libs/PanoTagPlugin/typings/controller.d.ts +23 -17
- package/libs/PanoTagPlugin/typings/index.d.ts +5 -1
- package/libs/PanoTagPlugin/typings/index.js +7 -1
- package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
- package/libs/PanoTagPlugin/typings/tag/Tag.js +4 -0
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
- package/libs/PanoTagPlugin/typings/tag/TagConfig.js +1 -0
- package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
- package/libs/PanoTagPlugin/typings/tag/TagData.js +4 -0
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +53 -0
- package/libs/PanoTagPlugin/typings/tag/Utils.js +5 -0
- package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +7 -1
- package/libs/PanoTagPlugin/utils/audio/SharedAudio.d.ts +16 -0
- package/libs/PanoTagPlugin/utils/audio/SharedAudio.js +107 -0
- package/libs/PanoTagPlugin/utils/color.d.ts +7 -0
- package/libs/PanoTagPlugin/utils/color.js +17 -0
- package/libs/PanoTagPlugin/utils/constants.js +2 -1
- package/libs/PanoTagPlugin/utils/doUtil.js +6 -6
- package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
- package/libs/PanoTagPlugin/utils/getImageInfo.js +51 -0
- package/libs/PanoTagPlugin/utils/index.js +36 -0
- package/libs/PanoTagPlugin/utils/px2rem.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/px2rem.js +6 -0
- package/libs/PanoTagPlugin/utils/search.js +27 -9
- package/libs/PanoTagPlugin/utils/tag/format.d.ts +2 -0
- package/libs/PanoTagPlugin/utils/tag/format.js +18 -0
- package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
- package/libs/PanoTagPlugin/utils/tag/tagCheck.js +26 -0
- package/libs/PanoTagPlugin/utils/tagPosition.js +2 -2
- package/libs/PanoTagPlugin/utils/timeToString.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/timeToString.js +7 -0
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +10 -6
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +20 -20
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +83 -74
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -1
- package/libs/index.js +126 -114
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +29 -39
- package/libs/shared-utils/audio.d.ts +31 -0
- package/libs/shared-utils/audio.js +81 -0
- package/libs/vendor/svelte/internal/index.js +382 -338
- package/package.json +3 -3
- package/dist/PanoTagPlugin/typings/tag.d.ts +0 -247
- package/docs/enums/LinkType.html +0 -67
- package/docs/interfaces/ContentTypeMap.html +0 -212
- package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +0 -170
- package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +0 -50
- package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +0 -50
- package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +0 -166
- package/libs/PanoTagPlugin/Components/Common/Text.js +0 -130
- package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +0 -131
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +0 -122
- package/libs/PanoTagPlugin/Components/TagWrapper.js +0 -152
- package/libs/PanoTagPlugin/typings/tag.d.ts +0 -247
- package/libs/PanoTagPlugin/typings/tag.js +0 -7
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ContentTypeMap | 如视看房插件合集 - v2.4.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.4.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
-
<div class="tsd-toolbar-contents container">
|
|
3
|
-
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
-
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
-
<div class="field">
|
|
6
|
-
<div id="tsd-toolbar-links"></div></div>
|
|
7
|
-
<ul class="results">
|
|
8
|
-
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.4.0</a></div>
|
|
10
|
-
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
|
-
<div class="container container-main">
|
|
12
|
-
<div class="col-8 col-content">
|
|
13
|
-
<div class="tsd-page-title">
|
|
14
|
-
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.4.0</a></li>
|
|
16
|
-
<li><a href="ContentTypeMap.html">ContentTypeMap</a></li></ul>
|
|
17
|
-
<h1>Interface ContentTypeMap</h1></div>
|
|
18
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
19
|
-
<h4>Hierarchy</h4>
|
|
20
|
-
<ul class="tsd-hierarchy">
|
|
21
|
-
<li><span class="target">ContentTypeMap</span></li></ul></section><aside class="tsd-sources">
|
|
22
|
-
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/41a5e12/plugins/src/PanoTagPlugin/typings/tag.ts#L197">plugins/src/PanoTagPlugin/typings/tag.ts:197</a></li></ul></aside>
|
|
24
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
25
|
-
<section class="tsd-panel tsd-index-panel">
|
|
26
|
-
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
27
|
-
<h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></svg> Index</h5></summary>
|
|
28
|
-
<div class="tsd-accordion-details">
|
|
29
|
-
<section class="tsd-index-section">
|
|
30
|
-
<h3 class="tsd-index-heading">Properties</h3>
|
|
31
|
-
<div class="tsd-index-list"><a href="ContentTypeMap.html#Audio" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>Audio</span></a>
|
|
32
|
-
<a href="ContentTypeMap.html#Custom" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>Custom</span></a>
|
|
33
|
-
<a href="ContentTypeMap.html#ImageText" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>Image<wbr/>Text</span></a>
|
|
34
|
-
<a href="ContentTypeMap.html#Link" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>Link</span></a>
|
|
35
|
-
<a href="ContentTypeMap.html#Marketing" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>Marketing</span></a>
|
|
36
|
-
<a href="ContentTypeMap.html#MediaPlane" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>Media<wbr/>Plane</span></a>
|
|
37
|
-
<a href="ContentTypeMap.html#Text-3" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>Text</span></a>
|
|
38
|
-
</div></section></div></details></section></section>
|
|
39
|
-
<section class="tsd-panel-group tsd-member-group">
|
|
40
|
-
<h2>Properties</h2>
|
|
41
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="Audio" class="tsd-anchor"></a>
|
|
42
|
-
<h3 class="tsd-anchor-link"><span>Audio</span><a href="#Audio" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
43
|
-
<div class="tsd-signature">Audio<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>audioUrl<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>extraData<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">; </span><br/><span> </span>text<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
|
|
44
|
-
<div class="tsd-type-declaration">
|
|
45
|
-
<h4>Type declaration</h4>
|
|
46
|
-
<ul class="tsd-parameters">
|
|
47
|
-
<li class="tsd-parameter">
|
|
48
|
-
<h5>audio<wbr/>Url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li>
|
|
49
|
-
<li class="tsd-parameter">
|
|
50
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> extra<wbr/>Data<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Object</span></h5></li>
|
|
51
|
-
<li class="tsd-parameter">
|
|
52
|
-
<h5>text<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></div><aside class="tsd-sources">
|
|
53
|
-
<ul>
|
|
54
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/41a5e12/plugins/src/PanoTagPlugin/typings/tag.ts#L198">plugins/src/PanoTagPlugin/typings/tag.ts:198</a></li></ul></aside></section>
|
|
55
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="Custom" class="tsd-anchor"></a>
|
|
56
|
-
<h3 class="tsd-anchor-link"><span>Custom</span><a href="#Custom" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
57
|
-
<div class="tsd-signature">Custom<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">unknown</span></div><aside class="tsd-sources">
|
|
58
|
-
<ul>
|
|
59
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/41a5e12/plugins/src/PanoTagPlugin/typings/tag.ts#L256">plugins/src/PanoTagPlugin/typings/tag.ts:256</a></li></ul></aside></section>
|
|
60
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="ImageText" class="tsd-anchor"></a>
|
|
61
|
-
<h3 class="tsd-anchor-link"><span>Image<wbr/>Text</span><a href="#ImageText" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
62
|
-
<div class="tsd-signature">Image<wbr/>Text<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>extraData<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">; </span><br/><span> </span>mediaData<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span>text<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
|
|
63
|
-
<div class="tsd-type-declaration">
|
|
64
|
-
<h4>Type declaration</h4>
|
|
65
|
-
<ul class="tsd-parameters">
|
|
66
|
-
<li class="tsd-parameter">
|
|
67
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> extra<wbr/>Data<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Object</span></h5></li>
|
|
68
|
-
<li class="tsd-parameter">
|
|
69
|
-
<h5>media<wbr/>Data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">[]</span></h5></li>
|
|
70
|
-
<li class="tsd-parameter">
|
|
71
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> text<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5></li></ul></div><aside class="tsd-sources">
|
|
72
|
-
<ul>
|
|
73
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/41a5e12/plugins/src/PanoTagPlugin/typings/tag.ts#L203">plugins/src/PanoTagPlugin/typings/tag.ts:203</a></li></ul></aside></section>
|
|
74
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="Link" class="tsd-anchor"></a>
|
|
75
|
-
<h3 class="tsd-anchor-link"><span>Link</span><a href="#Link" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
76
|
-
<div class="tsd-signature">Link<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>extraData<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">; </span><br/><span> </span>linkType<span class="tsd-signature-symbol">: </span><a href="../enums/LinkType.html" class="tsd-signature-type" data-tsd-kind="Enumeration">LinkType</a><span class="tsd-signature-symbol">; </span><br/><span> </span>text<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
|
|
77
|
-
<div class="tsd-type-declaration">
|
|
78
|
-
<h4>Type declaration</h4>
|
|
79
|
-
<ul class="tsd-parameters">
|
|
80
|
-
<li class="tsd-parameter">
|
|
81
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> extra<wbr/>Data<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Object</span></h5></li>
|
|
82
|
-
<li class="tsd-parameter">
|
|
83
|
-
<h5>link<wbr/>Type<span class="tsd-signature-symbol">: </span><a href="../enums/LinkType.html" class="tsd-signature-type" data-tsd-kind="Enumeration">LinkType</a></h5></li>
|
|
84
|
-
<li class="tsd-parameter">
|
|
85
|
-
<h5>text<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></div><aside class="tsd-sources">
|
|
86
|
-
<ul>
|
|
87
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/41a5e12/plugins/src/PanoTagPlugin/typings/tag.ts#L212">plugins/src/PanoTagPlugin/typings/tag.ts:212</a></li></ul></aside></section>
|
|
88
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="Marketing" class="tsd-anchor"></a>
|
|
89
|
-
<h3 class="tsd-anchor-link"><span>Marketing</span><a href="#Marketing" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
90
|
-
<div class="tsd-signature">Marketing<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>brandTags<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span>extraData<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">; </span><br/><span> </span>headerPictureUrl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>highlightText<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>price<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>unit<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span>tags<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span>title<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
|
|
91
|
-
<div class="tsd-type-declaration">
|
|
92
|
-
<h4>Type declaration</h4>
|
|
93
|
-
<ul class="tsd-parameters">
|
|
94
|
-
<li class="tsd-parameter">
|
|
95
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> brand<wbr/>Tags<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
96
|
-
<div class="tsd-comment tsd-typography"><p>高亮的标签</p>
|
|
97
|
-
</div></li>
|
|
98
|
-
<li class="tsd-parameter">
|
|
99
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> extra<wbr/>Data<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Object</span></h5></li>
|
|
100
|
-
<li class="tsd-parameter">
|
|
101
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> header<wbr/>Picture<wbr/>Url<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
102
|
-
<div class="tsd-comment tsd-typography"><p>头部宣传图</p>
|
|
103
|
-
</div></li>
|
|
104
|
-
<li class="tsd-parameter">
|
|
105
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> highlight<wbr/>Text<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
106
|
-
<div class="tsd-comment tsd-typography"><p>跳转文字</p>
|
|
107
|
-
</div></li>
|
|
108
|
-
<li class="tsd-parameter">
|
|
109
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> price<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>unit<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
110
|
-
<div class="tsd-comment tsd-typography"><p>价格</p>
|
|
111
|
-
</div>
|
|
112
|
-
<ul class="tsd-parameters">
|
|
113
|
-
<li class="tsd-parameter">
|
|
114
|
-
<h5>unit<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
115
|
-
<div class="tsd-comment tsd-typography"><p>单位</p>
|
|
116
|
-
</div></li>
|
|
117
|
-
<li class="tsd-parameter">
|
|
118
|
-
<h5>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></li>
|
|
119
|
-
<li class="tsd-parameter">
|
|
120
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> tags<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
121
|
-
<div class="tsd-comment tsd-typography"><p>普通标签</p>
|
|
122
|
-
</div></li>
|
|
123
|
-
<li class="tsd-parameter">
|
|
124
|
-
<h5>title<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
125
|
-
<div class="tsd-comment tsd-typography"><p>标题</p>
|
|
126
|
-
</div></li></ul></div><aside class="tsd-sources">
|
|
127
|
-
<ul>
|
|
128
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/41a5e12/plugins/src/PanoTagPlugin/typings/tag.ts#L218">plugins/src/PanoTagPlugin/typings/tag.ts:218</a></li></ul></aside></section>
|
|
129
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="MediaPlane" class="tsd-anchor"></a>
|
|
130
|
-
<h3 class="tsd-anchor-link"><span>Media<wbr/>Plane</span><a href="#MediaPlane" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
131
|
-
<div class="tsd-signature">Media<wbr/>Plane<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>adaptationMode<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"stretch"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"proportional"</span><span class="tsd-signature-symbol">; </span><br/><span> </span>autoplayConfig<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>autoplay<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span>autoplayVideo<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span>enableCarousel<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span>extraData<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">; </span><br/><span> </span>mediaData<span class="tsd-signature-symbol">: </span><a href="../types/MediaData.html" class="tsd-signature-type" data-tsd-kind="Type alias">MediaData</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span> </span>objectFit<span class="tsd-signature-symbol">?: </span><a href="../types/ObjectFit.html" class="tsd-signature-type" data-tsd-kind="Type alias">ObjectFit</a><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
|
|
132
|
-
<div class="tsd-type-declaration">
|
|
133
|
-
<h4>Type declaration</h4>
|
|
134
|
-
<ul class="tsd-parameters">
|
|
135
|
-
<li class="tsd-parameter">
|
|
136
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> adaptation<wbr/>Mode<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"stretch"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"proportional"</span></h5>
|
|
137
|
-
<div class="tsd-comment tsd-typography">
|
|
138
|
-
<h3>Description</h3><p>stretch: 拉伸适配, proportional: 等比适配,默认值 'proportional'</p>
|
|
139
|
-
|
|
140
|
-
<h3>Deprecated</h3><p>replaced by objectFit</p>
|
|
141
|
-
</div></li>
|
|
142
|
-
<li class="tsd-parameter">
|
|
143
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> autoplay<wbr/>Config<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span>autoplay<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span>autoplayVideo<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
144
|
-
<div class="tsd-comment tsd-typography">
|
|
145
|
-
<h3>Description</h3><p>是否开启自动轮播</p>
|
|
146
|
-
|
|
147
|
-
<h3>Param</h3><p>true: 开启自动轮播, false: 关闭自动播放</p>
|
|
148
|
-
|
|
149
|
-
<h3>Param</h3><p>自动轮播时,如果是视频, 则自动播放视频</p>
|
|
150
|
-
|
|
151
|
-
<h3>Default</h3><p>默认值 { autoplay: true, autoplayVideo: false }</p>
|
|
152
|
-
</div>
|
|
153
|
-
<ul class="tsd-parameters">
|
|
154
|
-
<li class="tsd-parameter">
|
|
155
|
-
<h5>autoplay<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
156
|
-
<li class="tsd-parameter">
|
|
157
|
-
<h5>autoplay<wbr/>Video<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li></ul></li>
|
|
158
|
-
<li class="tsd-parameter">
|
|
159
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> enable<wbr/>Carousel<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
160
|
-
<li class="tsd-parameter">
|
|
161
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> extra<wbr/>Data<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Object</span></h5></li>
|
|
162
|
-
<li class="tsd-parameter">
|
|
163
|
-
<h5>media<wbr/>Data<span class="tsd-signature-symbol">: </span><a href="../types/MediaData.html" class="tsd-signature-type" data-tsd-kind="Type alias">MediaData</a><span class="tsd-signature-symbol">[]</span></h5></li>
|
|
164
|
-
<li class="tsd-parameter">
|
|
165
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> object<wbr/>Fit<span class="tsd-signature-symbol">?: </span><a href="../types/ObjectFit.html" class="tsd-signature-type" data-tsd-kind="Type alias">ObjectFit</a></h5>
|
|
166
|
-
<div class="tsd-comment tsd-typography"><p>object-fit doc <a href="https://developer.mozilla.org/zh-CN/docs/Web/CSS/object-fit">https://developer.mozilla.org/zh-CN/docs/Web/CSS/object-fit</a></p>
|
|
167
|
-
</div></li></ul></div><aside class="tsd-sources">
|
|
168
|
-
<ul>
|
|
169
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/41a5e12/plugins/src/PanoTagPlugin/typings/tag.ts#L237">plugins/src/PanoTagPlugin/typings/tag.ts:237</a></li></ul></aside></section>
|
|
170
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="Text-3" class="tsd-anchor"></a>
|
|
171
|
-
<h3 class="tsd-anchor-link"><span>Text</span><a href="#Text-3" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
172
|
-
<div class="tsd-signature">Text<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>extraData<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">; </span><br/><span> </span>text<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
|
|
173
|
-
<div class="tsd-type-declaration">
|
|
174
|
-
<h4>Type declaration</h4>
|
|
175
|
-
<ul class="tsd-parameters">
|
|
176
|
-
<li class="tsd-parameter">
|
|
177
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> extra<wbr/>Data<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Object</span></h5></li>
|
|
178
|
-
<li class="tsd-parameter">
|
|
179
|
-
<h5>text<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></div><aside class="tsd-sources">
|
|
180
|
-
<ul>
|
|
181
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/41a5e12/plugins/src/PanoTagPlugin/typings/tag.ts#L208">plugins/src/PanoTagPlugin/typings/tag.ts:208</a></li></ul></aside></section></section></div>
|
|
182
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
183
|
-
<div class="tsd-navigation settings">
|
|
184
|
-
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
185
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
186
|
-
<div class="tsd-accordion-details">
|
|
187
|
-
<div class="tsd-filter-visibility">
|
|
188
|
-
<h4 class="uppercase">Member Visibility</h4><form>
|
|
189
|
-
<ul id="tsd-filter-options">
|
|
190
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
|
|
191
|
-
<div class="tsd-theme-toggle">
|
|
192
|
-
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
193
|
-
<nav class="tsd-navigation primary">
|
|
194
|
-
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
195
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
196
|
-
<div class="tsd-accordion-details">
|
|
197
|
-
<ul>
|
|
198
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.4.0</a>
|
|
199
|
-
<ul>
|
|
200
|
-
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
201
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
202
|
-
<ul>
|
|
203
|
-
<li class="current tsd-kind-interface"><a href="ContentTypeMap.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Content<wbr/>Type<wbr/>Map</span></a>
|
|
204
|
-
<ul>
|
|
205
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ContentTypeMap.html#Audio" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>Audio</a></li>
|
|
206
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ContentTypeMap.html#Custom" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>Custom</a></li>
|
|
207
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ContentTypeMap.html#ImageText" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>Image<wbr/>Text</a></li>
|
|
208
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ContentTypeMap.html#Link" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>Link</a></li>
|
|
209
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ContentTypeMap.html#Marketing" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>Marketing</a></li>
|
|
210
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ContentTypeMap.html#MediaPlane" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>Media<wbr/>Plane</a></li>
|
|
211
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ContentTypeMap.html#Text-3" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>Text</a></li></ul></li></ul></nav></div></div>
|
|
212
|
-
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -1,170 +0,0 @@
|
|
|
1
|
-
import { SvelteComponent as S, init as T, safe_not_equal as C, append_styles as M, space as Y, empty as q, insert as g, group_outros as b, update_keyed_each as A, outro_and_destroy_block as B, check_outros as k, transition_in as _, transition_out as d, detach as p, element as H, create_component as D, attr as U, set_style as v, mount_component as x, destroy_component as I, binding_callbacks as L } from "../../../vendor/svelte/internal/index.js";
|
|
2
|
-
import { Text as j } from "./Text.js";
|
|
3
|
-
import { Arrow as F } from "./Arrow.js";
|
|
4
|
-
import { doUtil as G } from "../../utils/doUtil.js";
|
|
5
|
-
function J(l) {
|
|
6
|
-
M(l, "svelte-1fuzm7v", ".text.svelte-1fuzm7v{pointer-events:auto;box-sizing:border-box;display:inline-block;max-width:7.5rem;transition:transform 400ms ease-in-out;font-size:0.75rem;line-height:1.125rem;white-space:initial;cursor:pointer}.arrow.svelte-1fuzm7v{pointer-events:auto;display:inline-block;vertical-align:top;width:0.875rem;height:0.875rem;margin-left:0.125rem;margin-top:0.125rem}");
|
|
7
|
-
}
|
|
8
|
-
function y(l, t, n) {
|
|
9
|
-
const o = l.slice();
|
|
10
|
-
return o[11] = t[n].id, o[12] = t[n].content, o;
|
|
11
|
-
}
|
|
12
|
-
function w(l, t) {
|
|
13
|
-
let n, o, r;
|
|
14
|
-
return o = new j({
|
|
15
|
-
props: {
|
|
16
|
-
unfolded: t[0],
|
|
17
|
-
content: t[12],
|
|
18
|
-
inDelay: 500,
|
|
19
|
-
outDelay: t[5]
|
|
20
|
-
}
|
|
21
|
-
}), {
|
|
22
|
-
key: l,
|
|
23
|
-
first: null,
|
|
24
|
-
c() {
|
|
25
|
-
n = H("div"), D(o.$$.fragment), U(n, "class", "text svelte-1fuzm7v"), v(n, "transform", t[7]), this.first = n;
|
|
26
|
-
},
|
|
27
|
-
m(f, u) {
|
|
28
|
-
g(f, n, u), x(o, n, null), t[10](n), r = !0;
|
|
29
|
-
},
|
|
30
|
-
p(f, u) {
|
|
31
|
-
t = f;
|
|
32
|
-
const a = {};
|
|
33
|
-
u & 1 && (a.unfolded = t[0]), u & 2 && (a.content = t[12]), u & 32 && (a.outDelay = t[5]), o.$set(a), u & 128 && v(n, "transform", t[7]);
|
|
34
|
-
},
|
|
35
|
-
i(f) {
|
|
36
|
-
r || (_(o.$$.fragment, f), r = !0);
|
|
37
|
-
},
|
|
38
|
-
o(f) {
|
|
39
|
-
d(o.$$.fragment, f), r = !1;
|
|
40
|
-
},
|
|
41
|
-
d(f) {
|
|
42
|
-
f && p(n), I(o), t[10](null);
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
function z(l) {
|
|
47
|
-
let t, n, o;
|
|
48
|
-
return n = new F({
|
|
49
|
-
props: {
|
|
50
|
-
direction: l[6],
|
|
51
|
-
visible: l[0],
|
|
52
|
-
inDelay: 600,
|
|
53
|
-
duration: 1e3
|
|
54
|
-
}
|
|
55
|
-
}), {
|
|
56
|
-
c() {
|
|
57
|
-
t = H("div"), D(n.$$.fragment), U(t, "class", "arrow svelte-1fuzm7v");
|
|
58
|
-
},
|
|
59
|
-
m(r, f) {
|
|
60
|
-
g(r, t, f), x(n, t, null), o = !0;
|
|
61
|
-
},
|
|
62
|
-
p(r, f) {
|
|
63
|
-
const u = {};
|
|
64
|
-
f & 64 && (u.direction = r[6]), f & 1 && (u.visible = r[0]), n.$set(u);
|
|
65
|
-
},
|
|
66
|
-
i(r) {
|
|
67
|
-
o || (_(n.$$.fragment, r), o = !0);
|
|
68
|
-
},
|
|
69
|
-
o(r) {
|
|
70
|
-
d(n.$$.fragment, r), o = !1;
|
|
71
|
-
},
|
|
72
|
-
d(r) {
|
|
73
|
-
r && p(t), I(n);
|
|
74
|
-
}
|
|
75
|
-
};
|
|
76
|
-
}
|
|
77
|
-
function K(l) {
|
|
78
|
-
let t = [], n = /* @__PURE__ */ new Map(), o, r, f, u = l[1];
|
|
79
|
-
const a = (e) => e[11];
|
|
80
|
-
for (let e = 0; e < u.length; e += 1) {
|
|
81
|
-
let i = y(l, u, e), c = a(i);
|
|
82
|
-
n.set(c, t[e] = w(c, i));
|
|
83
|
-
}
|
|
84
|
-
let s = l[3] < l[4] && z(l);
|
|
85
|
-
return {
|
|
86
|
-
c() {
|
|
87
|
-
for (let e = 0; e < t.length; e += 1)
|
|
88
|
-
t[e].c();
|
|
89
|
-
o = Y(), s && s.c(), r = q();
|
|
90
|
-
},
|
|
91
|
-
m(e, i) {
|
|
92
|
-
for (let c = 0; c < t.length; c += 1)
|
|
93
|
-
t[c].m(e, i);
|
|
94
|
-
g(e, o, i), s && s.m(e, i), g(e, r, i), f = !0;
|
|
95
|
-
},
|
|
96
|
-
p(e, [i]) {
|
|
97
|
-
i & 167 && (u = e[1], b(), t = A(t, i, a, 1, e, u, n, o.parentNode, B, w, o, y), k()), e[3] < e[4] ? s ? (s.p(e, i), i & 24 && _(s, 1)) : (s = z(e), s.c(), _(s, 1), s.m(r.parentNode, r)) : s && (b(), d(s, 1, 1, () => {
|
|
98
|
-
s = null;
|
|
99
|
-
}), k());
|
|
100
|
-
},
|
|
101
|
-
i(e) {
|
|
102
|
-
if (!f) {
|
|
103
|
-
for (let i = 0; i < u.length; i += 1)
|
|
104
|
-
_(t[i]);
|
|
105
|
-
_(s), f = !0;
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
o(e) {
|
|
109
|
-
for (let i = 0; i < t.length; i += 1)
|
|
110
|
-
d(t[i]);
|
|
111
|
-
d(s), f = !1;
|
|
112
|
-
},
|
|
113
|
-
d(e) {
|
|
114
|
-
for (let i = 0; i < t.length; i += 1)
|
|
115
|
-
t[i].d(e);
|
|
116
|
-
e && p(o), s && s.d(e), e && p(r);
|
|
117
|
-
}
|
|
118
|
-
};
|
|
119
|
-
}
|
|
120
|
-
function O(l, t, n) {
|
|
121
|
-
let o, r, f, { visible: u = !1 } = t, { textUnfolded: a = !1 } = t, { textItems: s } = t, e, i = 0, c = 0, h = 0;
|
|
122
|
-
function N(m) {
|
|
123
|
-
L[m ? "unshift" : "push"](() => {
|
|
124
|
-
e = m, n(2, e);
|
|
125
|
-
});
|
|
126
|
-
}
|
|
127
|
-
return l.$$set = (m) => {
|
|
128
|
-
"visible" in m && n(0, u = m.visible), "textUnfolded" in m && n(8, a = m.textUnfolded), "textItems" in m && n(1, s = m.textItems);
|
|
129
|
-
}, l.$$.update = () => {
|
|
130
|
-
if (l.$$.dirty & 5 && e && u) {
|
|
131
|
-
const { lineHeight: m } = getComputedStyle(e);
|
|
132
|
-
n(4, h = e.offsetHeight), G(() => e == null ? void 0 : e.offsetHeight, Boolean).then(() => {
|
|
133
|
-
n(4, h = e.offsetHeight);
|
|
134
|
-
}), n(3, c = Number(m.replace("px", "")));
|
|
135
|
-
}
|
|
136
|
-
l.$$.dirty & 280 && n(9, i = a ? c - h : 0), l.$$.dirty & 512 && n(7, o = `translateY(${i}px)`), l.$$.dirty & 256 && n(6, r = a ? "left" : "right"), l.$$.dirty & 256 && n(5, f = a ? 450 : 0);
|
|
137
|
-
}, [
|
|
138
|
-
u,
|
|
139
|
-
s,
|
|
140
|
-
e,
|
|
141
|
-
c,
|
|
142
|
-
h,
|
|
143
|
-
f,
|
|
144
|
-
r,
|
|
145
|
-
o,
|
|
146
|
-
a,
|
|
147
|
-
i,
|
|
148
|
-
N
|
|
149
|
-
];
|
|
150
|
-
}
|
|
151
|
-
class W extends S {
|
|
152
|
-
constructor(t) {
|
|
153
|
-
super(), T(
|
|
154
|
-
this,
|
|
155
|
-
t,
|
|
156
|
-
O,
|
|
157
|
-
K,
|
|
158
|
-
C,
|
|
159
|
-
{
|
|
160
|
-
visible: 0,
|
|
161
|
-
textUnfolded: 8,
|
|
162
|
-
textItems: 1
|
|
163
|
-
},
|
|
164
|
-
J
|
|
165
|
-
);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
export {
|
|
169
|
-
W as MultiLineText
|
|
170
|
-
};
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { SvelteComponent as g, init as p, safe_not_equal as b, append_styles as h, element as w, create_component as A, space as v, attr as c, set_style as f, toggle_class as m, insert as y, mount_component as k, append as d, transition_in as U, transition_out as z, detach as N, destroy_component as R } from "../../../../vendor/svelte/internal/index.js";
|
|
2
|
-
import { Shadow as B } from "../Shadow.js";
|
|
3
|
-
function I(t) {
|
|
4
|
-
h(t, "svelte-fuismw", ".point.svelte-fuismw.svelte-fuismw{pointer-events:none;width:1.5rem;height:1.5rem}.small-point.svelte-fuismw.svelte-fuismw,.big-point.svelte-fuismw.svelte-fuismw{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 500ms}.big-point.svelte-fuismw.svelte-fuismw{background-color:rgba(0, 0, 0, 0.1)}.folded.point.svelte-fuismw.svelte-fuismw{animation:svelte-fuismw-breathing 2s linear infinite}.big-point.svelte-fuismw.svelte-fuismw::before,.big-point.svelte-fuismw.svelte-fuismw::after{content:'';display:block;position:absolute;background-size:contain;background-repeat:no-repeat;pointer-events:none}.big-point.svelte-fuismw.svelte-fuismw::before{width:100%;height:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAOHRSTlMABgoNFBsYIhEmHyksMoJ6RZ5aXzpnU03AtqaZjLuGN+zcifnW0cjEqnA+lOZzbWLhkH6i8rGuagnOwPMAAAQOSURBVFjDrZiHctpAEIYXYzvGOvXeUe+IYuD93ywrJAIhFJX8M8zoBHzz757utHvwTETJHJPfGQZfWJXILWCMPuqNbuu6vj+khrHjed40TWvFfQ2jvCl8nGha6lQCl7s07UqcUlfOZrOxVtKsN2a+0uJYK+ScEIqiFifhBSGSsnJ8f8u99cLMVnEUHTKXIOMX6vuk5gpphFYyhmHzHpzcDqNUJGgEER+oz5OaK8ShNcIdt+zx1ys7lhdqiDlRkPF+JaSdWIhasaz6lLPQ1qFDIwYpDeTr62veCS8bGLIQRSsVK78/5nDeOlYIYhovHeOtU0dDXw2KSGiKesQRyjJ10Q66QcyZMTvpTEMUumpMieyWvs9ZLZcmodAOYlorsysBflpjiEJTFBEY5+7sicul34T1iak5U25momN9Ya4wPCT57r8cteW0dk4YuKMTqjXVkgjciFr+8B3ngnmM6kii5X/efB0F+jUHnuiatLJY+Et84EnUNacfiaKZjQhX4oJAwPlqOB3mJaoh4dxxG5Nc3Q8DkywunP6kBalN53J7G3g0JqiNC3qpjQ7TRPvmn2U3L3/kU4JaTn/SKU0qb76dDf0kGNjHJbD+wX1gcMxO6fZVrzXUcQaROkvt3+pljIYugQ0LDi1ZBgeN9JK9MjTCkmgwgPou19I5QzBI5yy5RvqOw6xMMbKzoeGWmnQfBBwa6woj6wyNsYSx7R0chWuOwsjOqR6aboyNyvcpgOsl3ZzNhoNm3bztdAK1x5NuzmCwunkjjq4AEzKXFI1NUmVnwIfydJBoW7CPVAR1uR6XbVwlmgF2xF1yPTbbubYHLZamgyTNhiSmp4PoJIEk+R+gOAFb+x+hxRoctHw6iItsMLT/Mf3RHixbnP5AyhEPmZ1NB+E6A0V3pi9aPqyB6Pz0bSTxXID0kE/d2DgvxBFzEKdutdXawJGSMlM3/3Sd4fA93bnTXkfSuvwGFGOI016QbKm3VdbOn/bKjpd1e6Pg1SlFhPzjdXWNwjNTyprkhz33i4Wpji600FA5h05q4Ywv/bxge7mNRe7YYtQMwqt/kMLixpXHQhBwcCXBYukxBbvkBTv4S5V/HNNC6EF089tPxxGHNzV8sKTgRhSzVYa2Wf5yeadHphlWGdb4IUeEO5K2SHrUiqJuW9GiLFdwVzRbCXTf5tg11mvhYdufZbLUr11XEi/k4KHexUxWSY8DBCby7AU8E3eUhfzVkYZgR6H/agF8C3KNqCeHLIIRR7oEr0XXsixy9P1jH/doJLF2nPXbIlw5y1aC6t4eROW1pduaLs/7b6NEqFiWrWpBzaXuaOy4Nfe6bRfqGwzSXBJZhnF8y9oUhcnzOyM9pI7wCWP0LSkyy1iFWWwsFp8LeKLfd4doRyTLRacAAAAASUVORK5CYII=)}.folded.svelte-fuismw .big-point.svelte-fuismw::before{animation:svelte-fuismw-rotate 2s linear infinite}.big-point.svelte-fuismw.svelte-fuismw::after{position:absolute;width:1rem;height:1rem;background-image:var(--iconUrl)}.small-point.svelte-fuismw.svelte-fuismw::before{content:'';display:block;position:absolute;pointer-events:none;width:0.25rem;height:0.25rem;border-radius:100%;background-color:white}.folded.svelte-fuismw .big-point.svelte-fuismw{opacity:1;scale:1}.unfolded.svelte-fuismw .big-point.svelte-fuismw{opacity:0;scale:0}.folded.svelte-fuismw .small-point.svelte-fuismw{opacity:0;scale:6}.unfolded.svelte-fuismw .small-point.svelte-fuismw{opacity:1;scale:1}@keyframes svelte-fuismw-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes svelte-fuismw-breathing{0%{transform:scale(1)}25%{transform:scale(0.9)}50%{transform:scale(1)}}");
|
|
5
|
-
}
|
|
6
|
-
function E(t) {
|
|
7
|
-
let e, n, u, l, r, o, s;
|
|
8
|
-
return n = new B({
|
|
9
|
-
props: {
|
|
10
|
-
center: !0,
|
|
11
|
-
blurRadius: 12,
|
|
12
|
-
spreadRadius: 5
|
|
13
|
-
}
|
|
14
|
-
}), {
|
|
15
|
-
c() {
|
|
16
|
-
e = w("div"), A(n.$$.fragment), u = v(), l = w("div"), r = v(), o = w("div"), c(l, "class", "small-point svelte-fuismw"), f(l, "transition-delay", t[3] ? t[2] + "ms" : "0ms"), c(o, "class", "big-point svelte-fuismw"), f(o, "--iconUrl", "url(" + t[1] + ")"), f(o, "transition-delay", t[3] ? t[2] + "ms" : "0ms"), c(e, "class", "point svelte-fuismw"), m(e, "folded", t[3]), m(e, "unfolded", t[0]);
|
|
17
|
-
},
|
|
18
|
-
m(i, a) {
|
|
19
|
-
y(i, e, a), k(n, e, null), d(e, u), d(e, l), d(e, r), d(e, o), s = !0;
|
|
20
|
-
},
|
|
21
|
-
p(i, [a]) {
|
|
22
|
-
a & 12 && f(l, "transition-delay", i[3] ? i[2] + "ms" : "0ms"), (!s || a & 2) && f(o, "--iconUrl", "url(" + i[1] + ")"), a & 12 && f(o, "transition-delay", i[3] ? i[2] + "ms" : "0ms"), (!s || a & 8) && m(e, "folded", i[3]), (!s || a & 1) && m(e, "unfolded", i[0]);
|
|
23
|
-
},
|
|
24
|
-
i(i) {
|
|
25
|
-
s || (U(n.$$.fragment, i), s = !0);
|
|
26
|
-
},
|
|
27
|
-
o(i) {
|
|
28
|
-
z(n.$$.fragment, i), s = !1;
|
|
29
|
-
},
|
|
30
|
-
d(i) {
|
|
31
|
-
i && N(e), R(n);
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
function F(t, e, n) {
|
|
36
|
-
let u, { unfolded: l } = e, { iconUrl: r } = e, { foldDelay: o = 800 } = e;
|
|
37
|
-
return t.$$set = (s) => {
|
|
38
|
-
"unfolded" in s && n(0, l = s.unfolded), "iconUrl" in s && n(1, r = s.iconUrl), "foldDelay" in s && n(2, o = s.foldDelay);
|
|
39
|
-
}, t.$$.update = () => {
|
|
40
|
-
t.$$.dirty & 1 && n(3, u = !l);
|
|
41
|
-
}, [l, r, o, u];
|
|
42
|
-
}
|
|
43
|
-
class X extends g {
|
|
44
|
-
constructor(e) {
|
|
45
|
-
super(), p(this, e, F, E, b, { unfolded: 0, iconUrl: 1, foldDelay: 2 }, I);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
export {
|
|
49
|
-
X as CustomPoint
|
|
50
|
-
};
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { SvelteComponent as z, init as b, safe_not_equal as g, append_styles as j, element as f, create_component as A, space as m, attr as p, set_style as c, toggle_class as v, insert as h, mount_component as y, append as u, transition_in as w, transition_out as k, detach as N, destroy_component as R } from "../../../../vendor/svelte/internal/index.js";
|
|
2
|
-
import { Shadow as B } from "../Shadow.js";
|
|
3
|
-
function I(t) {
|
|
4
|
-
j(t, "svelte-jzvcn0", ".point.svelte-jzvcn0.svelte-jzvcn0{pointer-events:none;width:1rem;height:1rem}.small-point.svelte-jzvcn0.svelte-jzvcn0,.big-point.svelte-jzvcn0.svelte-jzvcn0{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 500ms}.big-point.svelte-jzvcn0.svelte-jzvcn0::before,.big-point.svelte-jzvcn0.svelte-jzvcn0::after{content:'';display:block;position:absolute;background-size:contain;background-repeat:no-repeat;pointer-events:none}.big-point.svelte-jzvcn0.svelte-jzvcn0::before{width:100%;height:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAOHRSTlMABgoNFBsYIhEmHyksMoJ6RZ5aXzpnU03AtqaZjLuGN+zcifnW0cjEqnA+lOZzbWLhkH6i8rGuagnOwPMAAAQOSURBVFjDrZiHctpAEIYXYzvGOvXeUe+IYuD93ywrJAIhFJX8M8zoBHzz757utHvwTETJHJPfGQZfWJXILWCMPuqNbuu6vj+khrHjed40TWvFfQ2jvCl8nGha6lQCl7s07UqcUlfOZrOxVtKsN2a+0uJYK+ScEIqiFifhBSGSsnJ8f8u99cLMVnEUHTKXIOMX6vuk5gpphFYyhmHzHpzcDqNUJGgEER+oz5OaK8ShNcIdt+zx1ys7lhdqiDlRkPF+JaSdWIhasaz6lLPQ1qFDIwYpDeTr62veCS8bGLIQRSsVK78/5nDeOlYIYhovHeOtU0dDXw2KSGiKesQRyjJ10Q66QcyZMTvpTEMUumpMieyWvs9ZLZcmodAOYlorsysBflpjiEJTFBEY5+7sicul34T1iak5U25momN9Ya4wPCT57r8cteW0dk4YuKMTqjXVkgjciFr+8B3ngnmM6kii5X/efB0F+jUHnuiatLJY+Et84EnUNacfiaKZjQhX4oJAwPlqOB3mJaoh4dxxG5Nc3Q8DkywunP6kBalN53J7G3g0JqiNC3qpjQ7TRPvmn2U3L3/kU4JaTn/SKU0qb76dDf0kGNjHJbD+wX1gcMxO6fZVrzXUcQaROkvt3+pljIYugQ0LDi1ZBgeN9JK9MjTCkmgwgPou19I5QzBI5yy5RvqOw6xMMbKzoeGWmnQfBBwa6woj6wyNsYSx7R0chWuOwsjOqR6aboyNyvcpgOsl3ZzNhoNm3bztdAK1x5NuzmCwunkjjq4AEzKXFI1NUmVnwIfydJBoW7CPVAR1uR6XbVwlmgF2xF1yPTbbubYHLZamgyTNhiSmp4PoJIEk+R+gOAFb+x+hxRoctHw6iItsMLT/Mf3RHixbnP5AyhEPmZ1NB+E6A0V3pi9aPqyB6Pz0bSTxXID0kE/d2DgvxBFzEKdutdXawJGSMlM3/3Sd4fA93bnTXkfSuvwGFGOI016QbKm3VdbOn/bKjpd1e6Pg1SlFhPzjdXWNwjNTyprkhz33i4Wpji600FA5h05q4Ywv/bxge7mNRe7YYtQMwqt/kMLixpXHQhBwcCXBYukxBbvkBTv4S5V/HNNC6EF089tPxxGHNzV8sKTgRhSzVYa2Wf5yeadHphlWGdb4IUeEO5K2SHrUiqJuW9GiLFdwVzRbCXTf5tg11mvhYdufZbLUr11XEi/k4KHexUxWSY8DBCby7AU8E3eUhfzVkYZgR6H/agF8C3KNqCeHLIIRR7oEr0XXsixy9P1jH/doJLF2nPXbIlw5y1aC6t4eROW1pduaLs/7b6NEqFiWrWpBzaXuaOy4Nfe6bRfqGwzSXBJZhnF8y9oUhcnzOyM9pI7wCWP0LSkyy1iFWWwsFp8LeKLfd4doRyTLRacAAAAASUVORK5CYII=);background-size:contain;background-repeat:no-repeat}.small-point.svelte-jzvcn0.svelte-jzvcn0::before{content:'';display:block;position:absolute;pointer-events:none;width:0.375rem;height:0.375rem;border-radius:100%;background-color:white}.unfolded.svelte-jzvcn0 .big-point.svelte-jzvcn0{opacity:0;transform:scale(0)}.folded.svelte-jzvcn0 .big-point.svelte-jzvcn0{opacity:1;transform:scale(1)}.unfolded.svelte-jzvcn0 .small-point.svelte-jzvcn0{transform:scale(0.6)}.folded.svelte-jzvcn0 .small-point.svelte-jzvcn0{transform:scale(1)}");
|
|
5
|
-
}
|
|
6
|
-
function E(t) {
|
|
7
|
-
let e, i, d, l, r, o, s;
|
|
8
|
-
return i = new B({
|
|
9
|
-
props: {
|
|
10
|
-
center: !0,
|
|
11
|
-
blurRadius: 12,
|
|
12
|
-
spreadRadius: 5
|
|
13
|
-
}
|
|
14
|
-
}), {
|
|
15
|
-
c() {
|
|
16
|
-
e = f("div"), A(i.$$.fragment), d = m(), l = f("div"), r = m(), o = f("div"), p(l, "class", "small-point svelte-jzvcn0"), c(l, "transition-delay", t[2] ? t[1] + "ms" : "0ms"), p(o, "class", "big-point svelte-jzvcn0"), c(o, "transition-delay", t[2] ? t[1] + "ms" : "0ms"), p(e, "class", "point svelte-jzvcn0"), v(e, "unfolded", t[0]), v(e, "folded", t[2]);
|
|
17
|
-
},
|
|
18
|
-
m(n, a) {
|
|
19
|
-
h(n, e, a), y(i, e, null), u(e, d), u(e, l), u(e, r), u(e, o), s = !0;
|
|
20
|
-
},
|
|
21
|
-
p(n, [a]) {
|
|
22
|
-
a & 6 && c(l, "transition-delay", n[2] ? n[1] + "ms" : "0ms"), a & 6 && c(o, "transition-delay", n[2] ? n[1] + "ms" : "0ms"), (!s || a & 1) && v(e, "unfolded", n[0]), (!s || a & 4) && v(e, "folded", n[2]);
|
|
23
|
-
},
|
|
24
|
-
i(n) {
|
|
25
|
-
s || (w(i.$$.fragment, n), s = !0);
|
|
26
|
-
},
|
|
27
|
-
o(n) {
|
|
28
|
-
k(i.$$.fragment, n), s = !1;
|
|
29
|
-
},
|
|
30
|
-
d(n) {
|
|
31
|
-
n && N(e), R(i);
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
function F(t, e, i) {
|
|
36
|
-
let d, { unfolded: l } = e, { foldDelay: r = 800 } = e;
|
|
37
|
-
return t.$$set = (o) => {
|
|
38
|
-
"unfolded" in o && i(0, l = o.unfolded), "foldDelay" in o && i(1, r = o.foldDelay);
|
|
39
|
-
}, t.$$.update = () => {
|
|
40
|
-
t.$$.dirty & 1 && i(2, d = !l);
|
|
41
|
-
}, [l, r, d];
|
|
42
|
-
}
|
|
43
|
-
class U extends z {
|
|
44
|
-
constructor(e) {
|
|
45
|
-
super(), b(this, e, F, E, g, { unfolded: 0, foldDelay: 1 }, I);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
export {
|
|
49
|
-
U as DefaultPoint
|
|
50
|
-
};
|