@realsee/dnalogel 2.3.7-alpha.0 → 2.3.7
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 +2 -3
- package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +2 -1
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +22 -19
- package/dist/PanoTagPlugin/controller/index.d.ts +13 -24
- package/dist/PanoTagPlugin/index.d.ts +1 -1
- package/dist/PanoTagPlugin/typings/controller.d.ts +17 -21
- package/dist/PanoTagPlugin/typings/index.d.ts +1 -5
- package/dist/PanoTagPlugin/typings/tag.d.ts +247 -0
- package/dist/index.cjs.js +56 -56
- package/dist/index.js +6120 -7122
- package/dist/index.umd.js +49 -49
- 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 +16 -16
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoTagPluginController.html +174 -221
- 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 +35 -75
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +15 -19
- 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/LinkType.html +67 -0
- package/docs/enums/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +15 -19
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +13 -36
- package/docs/functions/CameraMovementPlugin.html +13 -36
- package/docs/functions/CruisePlugin.html +13 -36
- package/docs/functions/GuideLinePlugin.html +14 -37
- package/docs/functions/ItemLabelPlugin.html +13 -36
- package/docs/functions/MapviewFloorplanPlugin.html +13 -36
- package/docs/functions/ModelChassisCompassPlugin.html +13 -36
- package/docs/functions/ModelEntryDoorGuidePlugin.html +13 -36
- package/docs/functions/ModelFloorplanPlugin.html +13 -36
- package/docs/functions/ModelItemLabelPlugin.html +13 -36
- package/docs/functions/ModelRoomLabelPlugin.html +13 -36
- package/docs/functions/ModelTVVideoPlugin.html +13 -36
- package/docs/functions/ModelViewPlugin.html +13 -36
- package/docs/functions/Object3DHelperPlugin.html +13 -36
- package/docs/functions/PanoCompassPlugin.html +13 -36
- package/docs/functions/PanoCursorRaycasterPlugin.html +13 -36
- package/docs/functions/PanoDoorLabelPlugin.html +13 -36
- package/docs/functions/PanoFloorplanRadarPlugin.html +13 -36
- package/docs/functions/PanoMeasurePlugin.html +13 -36
- package/docs/functions/PanoRulerPlugin.html +13 -36
- package/docs/functions/PanoRulerProPlugin.html +13 -36
- package/docs/functions/PanoSpatialTagPlugin.html +13 -36
- package/docs/functions/PanoTagPlugin.html +23 -42
- package/docs/functions/TopviewFloorplanPlugin.html +13 -36
- 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 +14 -37
- package/docs/index.html +13 -36
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/ContentTypeMap.html +212 -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/LineJson.html +7 -7
- 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/OpenParameter.html +7 -7
- 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 +14 -37
- package/docs/interfaces/PanoMeasureParameterType.html +11 -11
- 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 +14 -37
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +14 -37
- 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/PointJson.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 +14 -37
- package/docs/interfaces/Rooms.html +14 -37
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/TagConfig.html +19 -15
- package/docs/interfaces/Tags.html +12 -14
- 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 +21 -67
- package/docs/types/ArrayPosition.html +15 -38
- package/docs/types/CSS3DRenderExportType.html +14 -37
- package/docs/types/CSS3DRenderPluginExportType.html +14 -37
- package/docs/types/CSS3DRenderPluginParameterType.html +14 -37
- package/docs/types/Color.html +14 -37
- package/docs/types/ContentTypeConfigKey.html +15 -38
- package/docs/types/{PanoIndex.html → ContentTypeConfigKeyArray.html} +17 -40
- package/docs/types/Create3DDomContainerReturnType.html +14 -37
- package/docs/types/Create3DElementReturnType.html +14 -37
- package/docs/types/CruisePluginExportType.html +14 -37
- package/docs/types/Direction-1.html +14 -37
- package/docs/types/Direction4.html +14 -37
- package/docs/types/FloorplanRuleLabels.html +14 -37
- package/docs/types/FloorplanServerRuleLabels.html +14 -37
- package/docs/types/GuideLinePluginExportType.html +14 -37
- package/docs/types/HelperEventMap.html +14 -37
- package/docs/types/MapviewFloorplanPluginParameterType.html +14 -37
- package/docs/types/MapviewFloorplanPluginReturnType.html +14 -37
- package/docs/types/MediaData.html +14 -37
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +14 -37
- package/docs/types/ModelFloorplanPluginParameterType.html +14 -37
- package/docs/types/ModelFloorplanPluginReturnType.html +14 -37
- package/docs/types/ModelRoomLabelPluginParameters.html +14 -37
- package/docs/types/ModelRoomLabelPluginReturnType.html +14 -37
- package/docs/types/MoveArgs.html +14 -37
- package/docs/types/MoveOpts.html +14 -37
- package/docs/types/Object3DHelperEventMap.html +14 -37
- package/docs/types/ObjectFit.html +14 -37
- package/docs/types/PaintBrushEventMap.html +14 -37
- package/docs/types/PanoCompassPluginData.html +14 -37
- package/docs/types/PanoCompassPluginExportType.html +14 -37
- package/docs/types/PanoCompassPluginParameterType.html +14 -37
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +14 -37
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +14 -37
- package/docs/types/PanoMeasurePluginEvent.html +14 -37
- package/docs/types/PanoMeasureReturnType.html +14 -37
- package/docs/types/PanoSpatialTagPluginId.html +14 -37
- package/docs/types/PanoTagPluginExportInterface.html +14 -37
- package/docs/types/PanoTagPluginParamsInterface.html +14 -37
- package/docs/types/PlaneTag.html +19 -40
- package/docs/types/PointTag.html +23 -40
- package/docs/types/Position.html +14 -37
- package/docs/types/RotateArgs.html +14 -37
- package/docs/types/RotateOpts.html +14 -37
- package/docs/types/RuleLabelsKey.html +14 -37
- package/docs/types/RuleLabelsValue.html +14 -37
- package/docs/types/Tag.html +22 -41
- package/docs/types/Tag2D.html +20 -42
- package/docs/types/Tag3D.html +20 -42
- package/docs/types/TagId.html +14 -37
- package/docs/types/TopviewFloorplanPluginParameterType.html +14 -37
- package/docs/types/TopviewFloorplanPluginReturnType.html +14 -37
- package/docs/variables/FLOOR_TYPE_MAP.html +14 -37
- package/docs/variables/PLUGIN.html +14 -37
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +14 -37
- package/docs/variables/ROOM_TYPE_MAP.html +14 -37
- package/docs/variables/VERSION.html +14 -37
- package/docs/variables/itemLabelPluginServerParams.html +14 -37
- package/docs/variables/modelItemLabelPluginServerParams.html +14 -37
- package/docs/variables/modelRoomLabelPluginServerParams.html +14 -37
- 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 +0 -12
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +3 -4
- package/libs/CSS3DRenderPlugin/utils/random.js +1 -6
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.js +2 -3
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +1 -2
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +4 -6
- 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 +1 -1
- package/libs/CruisePlugin/utils/coordinatesAngle.js +2 -3
- 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/Object3DHelperPlugin/Controller.js +36 -38
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +15 -25
- package/libs/PanoMeasurePlugin/Controller/EditController.js +9 -21
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +10 -23
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +14 -25
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +29 -44
- package/libs/PanoMeasurePlugin/Controller/index.js +21 -58
- package/libs/PanoMeasurePlugin/Model/index.js +40 -47
- package/libs/PanoMeasurePlugin/Model/line.js +11 -15
- package/libs/PanoMeasurePlugin/Model/point.js +5 -5
- 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 +30 -30
- package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +2 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +2 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/style.js +16 -24
- package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +3 -4
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +5 -8
- package/libs/PanoMeasurePlugin/index.js +2 -2
- package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -1
- package/libs/PanoMeasurePlugin/utils/constants.js +16 -15
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +1 -1
- package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +6 -7
- package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +3 -3
- package/libs/PanoMeasurePlugin/utils/line.js +0 -1
- package/libs/PanoMeasurePlugin/utils/math.js +1 -2
- package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +2 -2
- package/libs/PanoSpatialTagPlugin/Components/origins.js +2 -3
- package/libs/PanoSpatialTagPlugin/Components/tag.js +2 -3
- package/libs/PanoSpatialTagPlugin/Plugin.js +2 -2
- package/libs/PanoTagPlugin/Assets/Icon.d.ts +2 -3
- package/libs/PanoTagPlugin/Assets/Icon.js +3 -4
- package/libs/PanoTagPlugin/Components/Common/Arrow.js +11 -11
- package/libs/PanoTagPlugin/Components/Common/Audio.js +132 -137
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +30 -30
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +59 -95
- package/libs/PanoTagPlugin/Components/Common/Media.js +249 -275
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +79 -143
- package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +170 -0
- package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +50 -0
- package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +50 -0
- package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +166 -0
- package/libs/PanoTagPlugin/Components/Common/Shadow.js +9 -10
- package/libs/PanoTagPlugin/Components/Common/Text.js +130 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +131 -0
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +22 -22
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +131 -126
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +96 -58
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +3 -5
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +45 -75
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +122 -0
- package/libs/PanoTagPlugin/Components/Tag/index.js +148 -233
- package/libs/PanoTagPlugin/Components/TagContainer.js +109 -144
- package/libs/PanoTagPlugin/Components/TagWrapper.js +152 -0
- package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +2 -1
- package/libs/PanoTagPlugin/controller/TagCacheController.js +2 -3
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +22 -19
- package/libs/PanoTagPlugin/controller/TagComputer.js +151 -174
- package/libs/PanoTagPlugin/controller/index.d.ts +13 -24
- package/libs/PanoTagPlugin/controller/index.js +165 -245
- package/libs/PanoTagPlugin/index.d.ts +1 -1
- package/libs/PanoTagPlugin/index.js +21 -32
- package/libs/PanoTagPlugin/tag.config.js +16 -23
- package/libs/PanoTagPlugin/typings/controller.d.ts +17 -21
- package/libs/PanoTagPlugin/typings/index.d.ts +1 -5
- package/libs/PanoTagPlugin/typings/index.js +1 -7
- package/libs/PanoTagPlugin/typings/tag.d.ts +247 -0
- package/libs/PanoTagPlugin/typings/tag.js +7 -0
- package/libs/PanoTagPlugin/utils/constants.js +1 -2
- package/libs/PanoTagPlugin/utils/doUtil.js +6 -6
- package/libs/PanoTagPlugin/utils/index.js +0 -35
- package/libs/PanoTagPlugin/utils/search.js +9 -27
- package/libs/PanoTagPlugin/utils/tagPosition.js +2 -2
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +6 -10
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +20 -20
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +74 -83
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -1
- package/libs/index.js +101 -112
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +20 -17
- package/libs/vendor/svelte/internal/index.js +338 -382
- package/package.json +3 -3
- package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +0 -53
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +0 -88
- package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +0 -155
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +0 -50
- package/dist/PanoTagPlugin/utils/color.d.ts +0 -7
- package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +0 -16
- package/dist/PanoTagPlugin/utils/px2rem.d.ts +0 -1
- package/dist/PanoTagPlugin/utils/tag/format.d.ts +0 -2
- package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +0 -7
- package/dist/PanoTagPlugin/utils/timeToString.d.ts +0 -1
- package/docs/interfaces/AddTagConfig.html +0 -64
- package/docs/interfaces/EventMap.html +0 -298
- package/docs/interfaces/MinMax.html +0 -71
- package/docs/interfaces/State.html +0 -89
- package/docs/interfaces/TagCache.html +0 -92
- package/docs/interfaces/TagIconUrl.html +0 -91
- package/docs/interfaces/TemporaryState.html +0 -64
- package/docs/types/ContentTypeMap.html +0 -248
- package/docs/types/LoadTagConfig.html +0 -248
- package/docs/types/MediaStore.html +0 -248
- package/docs/types/PlaneTagElement.html +0 -253
- package/docs/types/Point2DElement.html +0 -253
- package/docs/types/Point2DTag.html +0 -255
- package/docs/types/Point3DElement.html +0 -253
- package/docs/types/Point3DTag.html +0 -255
- package/docs/types/PointTagElement.html +0 -253
- package/docs/types/StickType.html +0 -248
- package/docs/types/TagContentType.html +0 -248
- package/docs/types/TagDimensionType.html +0 -248
- package/docs/types/TagElement.html +0 -255
- package/docs/types/TagEvents.html +0 -283
- package/docs/types/TagHooks.html +0 -248
- package/docs/types/TagIconSize.html +0 -251
- package/docs/types/TagPointType.html +0 -251
- package/docs/types/WorkCode.html +0 -248
- package/libs/GuideLinePlugin/utils/getPoint.d.ts +0 -3
- package/libs/GuideLinePlugin/utils/getPoint.js +0 -18
- package/libs/PanoMeasurePlugin/typings/data.js +0 -1
- package/libs/PanoMeasurePlugin/typings/event.type.js +0 -1
- package/libs/PanoMeasurePlugin/typings/index.js +0 -1
- package/libs/PanoMeasurePlugin/typings/utils.type.d.ts +0 -1
- package/libs/PanoMeasurePlugin/typings/utils.type.js +0 -1
- package/libs/PanoMeasurePlugin/utils/clearGroup.d.ts +0 -2
- package/libs/PanoMeasurePlugin/utils/clearGroup.js +0 -6
- package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +0 -175
- package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +0 -110
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +0 -81
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +0 -145
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +0 -147
- package/libs/PanoTagPlugin/Components/Common/Text/MText.js +0 -166
- package/libs/PanoTagPlugin/Components/Common/TextItem.js +0 -106
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +0 -213
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +0 -215
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +0 -120
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +0 -102
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +0 -134
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +0 -115
- package/libs/PanoTagPlugin/Components/TagItem.js +0 -185
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +0 -4
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +0 -6
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +0 -93
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +0 -5622
- package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +0 -1325
- package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +0 -173
- package/libs/PanoTagPlugin/mocks/v1/mock1.js +0 -122
- package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +0 -233
- package/libs/PanoTagPlugin/mocks/v1/mock2.js +0 -296
- package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +0 -22
- package/libs/PanoTagPlugin/mocks/v1/mock3.js +0 -32
- package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +0 -56
- package/libs/PanoTagPlugin/mocks/v1/mock4.js +0 -60
- package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +0 -13
- package/libs/PanoTagPlugin/mocks/v1/mock5.js +0 -17
- package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +0 -16
- package/libs/PanoTagPlugin/mocks/v1/mock6.js +0 -27
- package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +0 -22
- package/libs/PanoTagPlugin/mocks/v1/mock7.js +0 -228
- package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +0 -53
- package/libs/PanoTagPlugin/typings/tag/Tag.js +0 -4
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +0 -88
- package/libs/PanoTagPlugin/typings/tag/TagConfig.js +0 -1
- package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +0 -155
- package/libs/PanoTagPlugin/typings/tag/TagData.js +0 -4
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +0 -50
- package/libs/PanoTagPlugin/typings/tag/Utils.js +0 -5
- package/libs/PanoTagPlugin/utils/color.d.ts +0 -7
- package/libs/PanoTagPlugin/utils/color.js +0 -17
- package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +0 -16
- package/libs/PanoTagPlugin/utils/getImageInfo.js +0 -51
- package/libs/PanoTagPlugin/utils/px2rem.d.ts +0 -1
- package/libs/PanoTagPlugin/utils/px2rem.js +0 -6
- package/libs/PanoTagPlugin/utils/tag/format.d.ts +0 -2
- package/libs/PanoTagPlugin/utils/tag/format.js +0 -18
- package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +0 -7
- package/libs/PanoTagPlugin/utils/tag/tagCheck.js +0 -26
- package/libs/PanoTagPlugin/utils/timeToString.d.ts +0 -1
- package/libs/PanoTagPlugin/utils/timeToString.js +0 -7
|
@@ -1,175 +0,0 @@
|
|
|
1
|
-
import { SvelteComponent as N, init as R, safe_not_equal as S, append_styles as W, empty as H, insert as k, transition_in as _, transition_out as h, check_outros as I, detach as b, element as p, space as z, attr as u, set_style as f, append as g, group_outros as K, create_component as X, mount_component as A, destroy_component as B, src_url_equal as w, handle_promise as y, update_await_block_branch as D, noop as d } from "../../../../vendor/svelte/internal/index.js";
|
|
2
|
-
import { getKeyframeInfo as v } from "../../../utils/getImageInfo.js";
|
|
3
|
-
import s from "../../../utils/px2rem.js";
|
|
4
|
-
import E from "../Shadow.js";
|
|
5
|
-
import "../../../../vendor/svelte/transition/index.js";
|
|
6
|
-
import "../../../../vendor/svelte/easing/index.js";
|
|
7
|
-
function F(n) {
|
|
8
|
-
W(n, "svelte-mhs8j5", "@keyframes svelte-mhs8j5-sprites-animation{0%{background-position:0 0}100%{background-position:var(--keyframe_offset_x) 0}}.icon-image.svelte-mhs8j5{display:block;width:100%}.icon-keyframe-container.svelte-mhs8j5{overflow:hidden}.icon-keyframe-wrapper.svelte-mhs8j5{transform-origin:0 0}.icon-keyframe.svelte-mhs8j5{background-repeat:no-repeat;animation-direction:normal;animation-iteration-count:infinite;animation-name:svelte-mhs8j5-sprites-animation}");
|
|
9
|
-
}
|
|
10
|
-
function j(n) {
|
|
11
|
-
n[4] = n[12].url, n[5] = n[12].keyframesWidth, n[6] = n[12].keyframesHeight, n[7] = n[12].wrapperWidth, n[8] = n[12].wrapperHeight, n[9] = n[12].steps, n[10] = n[12].duration, n[11] = n[12].offsetX;
|
|
12
|
-
}
|
|
13
|
-
function q(n) {
|
|
14
|
-
let i, r, e, o = n[2] && C();
|
|
15
|
-
function l(m, c) {
|
|
16
|
-
return m[3] ? J : G;
|
|
17
|
-
}
|
|
18
|
-
let t = l(n), a = t(n);
|
|
19
|
-
return {
|
|
20
|
-
c() {
|
|
21
|
-
i = p("div"), o && o.c(), r = z(), a.c(), u(i, "class", "icon"), f(i, "width", typeof n[0] == "number" ? s(n[0]) : n[0]);
|
|
22
|
-
},
|
|
23
|
-
m(m, c) {
|
|
24
|
-
k(m, i, c), o && o.m(i, null), g(i, r), a.m(i, null), e = !0;
|
|
25
|
-
},
|
|
26
|
-
p(m, c) {
|
|
27
|
-
m[2] ? o ? c & 4 && _(o, 1) : (o = C(), o.c(), _(o, 1), o.m(i, r)) : o && (K(), h(o, 1, 1, () => {
|
|
28
|
-
o = null;
|
|
29
|
-
}), I()), t === (t = l(m)) && a ? a.p(m, c) : (a.d(1), a = t(m), a && (a.c(), a.m(i, null))), c & 1 && f(i, "width", typeof m[0] == "number" ? s(m[0]) : m[0]);
|
|
30
|
-
},
|
|
31
|
-
i(m) {
|
|
32
|
-
e || (_(o), e = !0);
|
|
33
|
-
},
|
|
34
|
-
o(m) {
|
|
35
|
-
h(o), e = !1;
|
|
36
|
-
},
|
|
37
|
-
d(m) {
|
|
38
|
-
m && b(i), o && o.d(), a.d();
|
|
39
|
-
}
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
function C(n) {
|
|
43
|
-
let i, r;
|
|
44
|
-
return i = new E({
|
|
45
|
-
props: {
|
|
46
|
-
center: !0,
|
|
47
|
-
blurRadius: 12,
|
|
48
|
-
spreadRadius: 5
|
|
49
|
-
}
|
|
50
|
-
}), {
|
|
51
|
-
c() {
|
|
52
|
-
X(i.$$.fragment);
|
|
53
|
-
},
|
|
54
|
-
m(e, o) {
|
|
55
|
-
A(i, e, o), r = !0;
|
|
56
|
-
},
|
|
57
|
-
i(e) {
|
|
58
|
-
r || (_(i.$$.fragment, e), r = !0);
|
|
59
|
-
},
|
|
60
|
-
o(e) {
|
|
61
|
-
h(i.$$.fragment, e), r = !1;
|
|
62
|
-
},
|
|
63
|
-
d(e) {
|
|
64
|
-
B(i, e);
|
|
65
|
-
}
|
|
66
|
-
};
|
|
67
|
-
}
|
|
68
|
-
function G(n) {
|
|
69
|
-
let i, r;
|
|
70
|
-
return {
|
|
71
|
-
c() {
|
|
72
|
-
i = p("img"), u(i, "class", "icon-image svelte-mhs8j5"), w(i.src, r = n[1].url) || u(i, "src", r), u(i, "alt", "icon");
|
|
73
|
-
},
|
|
74
|
-
m(e, o) {
|
|
75
|
-
k(e, i, o);
|
|
76
|
-
},
|
|
77
|
-
p(e, o) {
|
|
78
|
-
o & 2 && !w(i.src, r = e[1].url) && u(i, "src", r);
|
|
79
|
-
},
|
|
80
|
-
d(e) {
|
|
81
|
-
e && b(i);
|
|
82
|
-
}
|
|
83
|
-
};
|
|
84
|
-
}
|
|
85
|
-
function J(n) {
|
|
86
|
-
let i, r, e = {
|
|
87
|
-
ctx: n,
|
|
88
|
-
current: null,
|
|
89
|
-
token: null,
|
|
90
|
-
hasCatch: !1,
|
|
91
|
-
pending: O,
|
|
92
|
-
then: M,
|
|
93
|
-
catch: L,
|
|
94
|
-
value: 12
|
|
95
|
-
};
|
|
96
|
-
return y(r = v(n[1]), e), {
|
|
97
|
-
c() {
|
|
98
|
-
i = H(), e.block.c();
|
|
99
|
-
},
|
|
100
|
-
m(o, l) {
|
|
101
|
-
k(o, i, l), e.block.m(o, e.anchor = l), e.mount = () => i.parentNode, e.anchor = i;
|
|
102
|
-
},
|
|
103
|
-
p(o, l) {
|
|
104
|
-
n = o, e.ctx = n, l & 2 && r !== (r = v(n[1])) && y(r, e) || D(e, n, l);
|
|
105
|
-
},
|
|
106
|
-
d(o) {
|
|
107
|
-
o && b(i), e.block.d(o), e.token = null, e = null;
|
|
108
|
-
}
|
|
109
|
-
};
|
|
110
|
-
}
|
|
111
|
-
function L(n) {
|
|
112
|
-
return { c: d, m: d, p: d, d };
|
|
113
|
-
}
|
|
114
|
-
function M(n) {
|
|
115
|
-
j(n);
|
|
116
|
-
let i, r, e, o = `url(${n[4]})`, l = `steps(${n[9] - 1})`;
|
|
117
|
-
return {
|
|
118
|
-
c() {
|
|
119
|
-
i = p("div"), r = p("div"), e = p("div"), u(e, "class", "icon-keyframe svelte-mhs8j5"), f(e, "width", s(n[5])), f(e, "height", s(n[6])), f(e, "background-image", o), f(e, "animation-duration", n[10]), f(e, "animation-timing-function", l), f(e, "animation-delay", 0), f(e, "background-size", "100% 100%"), f(e, "--keyframe_offset_x", s(n[11])), u(r, "class", "icon-keyframe-wrapper svelte-mhs8j5"), f(r, "transform", typeof n[0] == "number" ? `scale(${n[0] / n[7]})` : void 0), u(i, "class", "icon-keyframe-container svelte-mhs8j5"), f(i, "width", typeof n[0] == "number" ? s(n[0]) : s(n[7])), f(i, "height", typeof n[0] == "number" ? s(n[8] * (n[0] / n[7])) : s(n[8]));
|
|
120
|
-
},
|
|
121
|
-
m(t, a) {
|
|
122
|
-
k(t, i, a), g(i, r), g(r, e);
|
|
123
|
-
},
|
|
124
|
-
p(t, a) {
|
|
125
|
-
j(t), a & 2 && f(e, "width", s(t[5])), a & 2 && f(e, "height", s(t[6])), a & 2 && o !== (o = `url(${t[4]})`) && f(e, "background-image", o), a & 2 && f(e, "animation-duration", t[10]), a & 2 && l !== (l = `steps(${t[9] - 1})`) && f(e, "animation-timing-function", l), a & 2 && f(e, "--keyframe_offset_x", s(t[11])), a & 3 && f(r, "transform", typeof t[0] == "number" ? `scale(${t[0] / t[7]})` : void 0), a & 3 && f(i, "width", typeof t[0] == "number" ? s(t[0]) : s(t[7])), a & 3 && f(i, "height", typeof t[0] == "number" ? s(t[8] * (t[0] / t[7])) : s(t[8]));
|
|
126
|
-
},
|
|
127
|
-
d(t) {
|
|
128
|
-
t && b(i);
|
|
129
|
-
}
|
|
130
|
-
};
|
|
131
|
-
}
|
|
132
|
-
function O(n) {
|
|
133
|
-
return { c: d, m: d, p: d, d };
|
|
134
|
-
}
|
|
135
|
-
function P(n) {
|
|
136
|
-
let i, r, e = n[1] && q(n);
|
|
137
|
-
return {
|
|
138
|
-
c() {
|
|
139
|
-
e && e.c(), i = H();
|
|
140
|
-
},
|
|
141
|
-
m(o, l) {
|
|
142
|
-
e && e.m(o, l), k(o, i, l), r = !0;
|
|
143
|
-
},
|
|
144
|
-
p(o, [l]) {
|
|
145
|
-
o[1] ? e ? (e.p(o, l), l & 2 && _(e, 1)) : (e = q(o), e.c(), _(e, 1), e.m(i.parentNode, i)) : e && (K(), h(e, 1, 1, () => {
|
|
146
|
-
e = null;
|
|
147
|
-
}), I());
|
|
148
|
-
},
|
|
149
|
-
i(o) {
|
|
150
|
-
r || (_(e), r = !0);
|
|
151
|
-
},
|
|
152
|
-
o(o) {
|
|
153
|
-
h(e), r = !1;
|
|
154
|
-
},
|
|
155
|
-
d(o) {
|
|
156
|
-
e && e.d(o), o && b(i);
|
|
157
|
-
}
|
|
158
|
-
};
|
|
159
|
-
}
|
|
160
|
-
function Q(n, i, r) {
|
|
161
|
-
let e, { width: o = null } = i, { icon: l = null } = i, { shadow: t = !1 } = i;
|
|
162
|
-
return n.$$set = (a) => {
|
|
163
|
-
"width" in a && r(0, o = a.width), "icon" in a && r(1, l = a.icon), "shadow" in a && r(2, t = a.shadow);
|
|
164
|
-
}, n.$$.update = () => {
|
|
165
|
-
n.$$.dirty & 2 && r(3, e = (l == null ? void 0 : l.steps) >= 2);
|
|
166
|
-
}, [o, l, t, e];
|
|
167
|
-
}
|
|
168
|
-
class x extends N {
|
|
169
|
-
constructor(i) {
|
|
170
|
-
super(), R(this, i, Q, P, S, { width: 0, icon: 1, shadow: 2 }, F);
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
export {
|
|
174
|
-
x as default
|
|
175
|
-
};
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { SvelteComponent as g, init as b, safe_not_equal as j, append_styles as R, element as m, space as S, attr as f, toggle_class as k, set_style as u, insert as W, append as _, transition_in as v, transition_out as w, check_outros as A, detach as C, create_component as H, mount_component as I, destroy_component as L, group_outros as M, binding_callbacks as h } from "../../../../vendor/svelte/internal/index.js";
|
|
2
|
-
import T from "../../../utils/px2rem.js";
|
|
3
|
-
import X from "../Shadow.js";
|
|
4
|
-
import "../../../../vendor/svelte/transition/index.js";
|
|
5
|
-
import "../../../../vendor/svelte/easing/index.js";
|
|
6
|
-
function z(i) {
|
|
7
|
-
R(i, "svelte-qf1c2k", ".audio-icon__wrapper.svelte-qf1c2k.svelte-qf1c2k{display:inline-block}.audio-icon.svelte-qf1c2k.svelte-qf1c2k{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:100%;border-radius:50%;background-color:rgba(255, 255, 255, 0.8)}.audio-icon.svelte-qf1c2k .sound-wave__container.svelte-qf1c2k{position:absolute;pointer-events:none;display:flex;justify-content:center;align-items:center;width:1.375rem;height:1.375rem}.audio-icon.svelte-qf1c2k .sound-wave__container .sound-wave__wrapper.svelte-qf1c2k{display:flex;justify-content:center;align-items:center;width:100%;height:100%;transform:translateX(-25%)}.audio-icon.svelte-qf1c2k .sound-wave__container .sound-wave__wrapper .sound-wave.svelte-qf1c2k{flex-shrink:0;flex-grow:0;border-radius:50%;border-color:transparent;border-style:solid;border-bottom-color:rgba(0, 0, 0, 0.6);transform:rotate(-90deg)}.sound-wave-1.svelte-qf1c2k.svelte-qf1c2k{position:absolute;width:0rem;height:0rem;border-width:0.125rem}.sound-wave-2.svelte-qf1c2k.svelte-qf1c2k{position:absolute;width:0.4375rem;height:0.4375rem;border-width:0.09375rem}.sound-wave-3.svelte-qf1c2k.svelte-qf1c2k{position:relative;width:0.875rem;height:0.875rem;border-width:0.09375rem}.sound-wave.svelte-qf1c2k.svelte-qf1c2k{animation-duration:2s;animation-iteration-count:infinite;animation-play-state:paused;transition:opacity 0}.playing.svelte-qf1c2k .sound-wave.svelte-qf1c2k{animation-play-state:running}.playing.svelte-qf1c2k .sound-wave-1.svelte-qf1c2k{animation-name:svelte-qf1c2k-sound_wave_1_animation}.playing.svelte-qf1c2k .sound-wave-2.svelte-qf1c2k{animation-name:svelte-qf1c2k-sound_wave_2_animation}.playing.svelte-qf1c2k .sound-wave-3.svelte-qf1c2k{animation-name:svelte-qf1c2k-sound_wave_3_animation}@keyframes svelte-qf1c2k-sound_wave_1_animation{0%,10%{opacity:0}25%,100%{opacity:1}}@keyframes svelte-qf1c2k-sound_wave_2_animation{0%,35%{opacity:0}50%,100%{opacity:1}}@keyframes svelte-qf1c2k-sound_wave_3_animation{0%,60%{opacity:0}75%,100%{opacity:1}}");
|
|
8
|
-
}
|
|
9
|
-
function p(i) {
|
|
10
|
-
let e, n;
|
|
11
|
-
return e = new X({
|
|
12
|
-
props: {
|
|
13
|
-
center: !0,
|
|
14
|
-
blurRadius: 12,
|
|
15
|
-
spreadRadius: 5
|
|
16
|
-
}
|
|
17
|
-
}), {
|
|
18
|
-
c() {
|
|
19
|
-
H(e.$$.fragment);
|
|
20
|
-
},
|
|
21
|
-
m(s, r) {
|
|
22
|
-
I(e, s, r), n = !0;
|
|
23
|
-
},
|
|
24
|
-
i(s) {
|
|
25
|
-
n || (v(e.$$.fragment, s), n = !0);
|
|
26
|
-
},
|
|
27
|
-
o(s) {
|
|
28
|
-
w(e.$$.fragment, s), n = !1;
|
|
29
|
-
},
|
|
30
|
-
d(s) {
|
|
31
|
-
L(e, s);
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
function B(i) {
|
|
36
|
-
let e, n, s, r, c, t = i[1] && p();
|
|
37
|
-
return {
|
|
38
|
-
c() {
|
|
39
|
-
e = m("div"), t && t.c(), n = S(), s = m("div"), r = m("div"), r.innerHTML = `<div class="sound-wave__wrapper svelte-qf1c2k"><div class="sound-wave sound-wave-1 svelte-qf1c2k"></div>
|
|
40
|
-
<div class="sound-wave sound-wave-2 svelte-qf1c2k"></div>
|
|
41
|
-
<div class="sound-wave sound-wave-3 svelte-qf1c2k"></div></div>`, f(r, "class", "sound-wave__container svelte-qf1c2k"), f(s, "class", "audio-icon svelte-qf1c2k"), k(s, "playing", i[0]), f(e, "class", "audio-icon__wrapper svelte-qf1c2k"), f(e, "style", i[2]), u(e, "width", i[5]), u(e, "height", i[5]);
|
|
42
|
-
},
|
|
43
|
-
m(o, a) {
|
|
44
|
-
W(o, e, a), t && t.m(e, null), _(e, n), _(e, s), _(s, r), i[7](r), i[8](e), c = !0;
|
|
45
|
-
},
|
|
46
|
-
p(o, [a]) {
|
|
47
|
-
o[1] ? t ? a & 2 && v(t, 1) : (t = p(), t.c(), v(t, 1), t.m(e, n)) : t && (M(), w(t, 1, 1, () => {
|
|
48
|
-
t = null;
|
|
49
|
-
}), A()), (!c || a & 1) && k(s, "playing", o[0]), (!c || a & 4) && f(e, "style", o[2]), a & 32 && u(e, "width", o[5]), a & 32 && u(e, "height", o[5]);
|
|
50
|
-
},
|
|
51
|
-
i(o) {
|
|
52
|
-
c || (v(t), c = !0);
|
|
53
|
-
},
|
|
54
|
-
o(o) {
|
|
55
|
-
w(t), c = !1;
|
|
56
|
-
},
|
|
57
|
-
d(o) {
|
|
58
|
-
o && C(e), t && t.d(), i[7](null), i[8](null);
|
|
59
|
-
}
|
|
60
|
-
};
|
|
61
|
-
}
|
|
62
|
-
function D(i, e, n) {
|
|
63
|
-
let s, { playing: r } = e, { shadow: c = !1 } = e, { style: t = null } = e, { width: o = "100%" } = e, a, d;
|
|
64
|
-
function q(l) {
|
|
65
|
-
h[l ? "unshift" : "push"](() => {
|
|
66
|
-
d = l, n(4, d), n(3, a);
|
|
67
|
-
});
|
|
68
|
-
}
|
|
69
|
-
function y(l) {
|
|
70
|
-
h[l ? "unshift" : "push"](() => {
|
|
71
|
-
a = l, n(3, a);
|
|
72
|
-
});
|
|
73
|
-
}
|
|
74
|
-
return i.$$set = (l) => {
|
|
75
|
-
"playing" in l && n(0, r = l.playing), "shadow" in l && n(1, c = l.shadow), "style" in l && n(2, t = l.style), "width" in l && n(6, o = l.width);
|
|
76
|
-
}, i.$$.update = () => {
|
|
77
|
-
i.$$.dirty & 64 && n(5, s = typeof o == "number" ? T(o) : o), i.$$.dirty & 8 && a != null && a.clientWidth && n(4, d.style.transform = `scale(${a.clientWidth / 22})`, d);
|
|
78
|
-
}, [
|
|
79
|
-
r,
|
|
80
|
-
c,
|
|
81
|
-
t,
|
|
82
|
-
a,
|
|
83
|
-
d,
|
|
84
|
-
s,
|
|
85
|
-
o,
|
|
86
|
-
q,
|
|
87
|
-
y
|
|
88
|
-
];
|
|
89
|
-
}
|
|
90
|
-
class N extends g {
|
|
91
|
-
constructor(e) {
|
|
92
|
-
super(), b(
|
|
93
|
-
this,
|
|
94
|
-
e,
|
|
95
|
-
D,
|
|
96
|
-
B,
|
|
97
|
-
j,
|
|
98
|
-
{
|
|
99
|
-
playing: 0,
|
|
100
|
-
shadow: 1,
|
|
101
|
-
style: 2,
|
|
102
|
-
width: 6
|
|
103
|
-
},
|
|
104
|
-
z
|
|
105
|
-
);
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
export {
|
|
109
|
-
N as default
|
|
110
|
-
};
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import { SvelteComponent as M, init as U, safe_not_equal as B, append_styles as E, element as j, space as T, create_component as I, attr as w, set_style as g, toggle_class as y, insert as $, mount_component as R, append as _, listen as G, transition_in as q, transition_out as A, detach as P, destroy_component as F, getContext as H } from "../../../vendor/svelte/internal/index.js";
|
|
2
|
-
import J from "./Shadow.js";
|
|
3
|
-
import K from "./Icon/Icon.js";
|
|
4
|
-
import { Image_Default_Point as L } from "../../Assets/Icon.js";
|
|
5
|
-
import b from "../../utils/px2rem.js";
|
|
6
|
-
import "../../../vendor/svelte/transition/index.js";
|
|
7
|
-
import "../../../vendor/svelte/easing/index.js";
|
|
8
|
-
import "../../utils/getImageInfo.js";
|
|
9
|
-
function N(n) {
|
|
10
|
-
E(n, "svelte-gna22j", '@charset "UTF-8";.tag-point-click-helper.svelte-gna22j.svelte-gna22j{position:absolute;pointer-events:auto;cursor:pointer;width:2.5rem;height:2.5rem;left:50%;top:50%;transform:translate(-50%, -50%)}.tag-point-wrapper.svelte-gna22j.svelte-gna22j{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:-1}.tag-folded-point.svelte-gna22j.svelte-gna22j,.tag-unfolded-point.svelte-gna22j.svelte-gna22j{transition:all 0.5s}.tag-point-wrapper.svelte-gna22j .tag-unfolded-point.svelte-gna22j{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;border-radius:50%}.tag-point-wrapper.svelte-gna22j .tag-unfolded-point.svelte-gna22j:after{content:"";position:absolute;width:0.3125rem;height:0.3125rem;border-radius:50%;background-color:white}.tag-point-wrapper.svelte-gna22j .tag-unfolded-point.svelte-gna22j: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-gna22j .tag-folded-point.svelte-gna22j{opacity:1}.tag-point-wrapper.folded.svelte-gna22j .tag-unfolded-point.svelte-gna22j{opacity:0}.tag-point-wrapper.unfolded.svelte-gna22j .tag-folded-point.svelte-gna22j{opacity:0;scale:0.2}.tag-point-wrapper.unfolded.svelte-gna22j .tag-unfolded-point.svelte-gna22j{opacity:1;scale:1}');
|
|
11
|
-
}
|
|
12
|
-
function O(n) {
|
|
13
|
-
let s, l, t, d, u, p, c, i, a, r, m, v;
|
|
14
|
-
return d = new J({
|
|
15
|
-
props: {
|
|
16
|
-
center: !0,
|
|
17
|
-
blurRadius: 12,
|
|
18
|
-
spreadRadius: 5
|
|
19
|
-
}
|
|
20
|
-
}), a = new K({
|
|
21
|
-
props: {
|
|
22
|
-
icon: n[2],
|
|
23
|
-
width: n[1]
|
|
24
|
-
}
|
|
25
|
-
}), {
|
|
26
|
-
c() {
|
|
27
|
-
s = j("div"), l = T(), t = j("div"), I(d.$$.fragment), u = T(), p = j("div"), c = T(), i = j("div"), I(a.$$.fragment), w(s, "class", "tag-point-click-helper svelte-gna22j"), w(p, "class", "tag-unfolded-point svelte-gna22j"), g(p, "transition-delay", (n[3] ? k : 0) + "ms"), w(i, "class", "tag-folded-point svelte-gna22j"), g(i, "transition-delay", (n[3] ? k : 0) + "ms"), w(t, "class", "tag-point-wrapper svelte-gna22j"), y(t, "unfolded", n[0]), y(t, "folded", n[3]), g(t, "width", b(n[1])), g(t, "height", b(n[1]));
|
|
28
|
-
},
|
|
29
|
-
m(e, o) {
|
|
30
|
-
$(e, s, o), $(e, l, o), $(e, t, o), R(d, t, null), _(t, u), _(t, p), _(t, c), _(t, i), R(a, i, null), r = !0, m || (v = G(s, "click", n[4]), m = !0);
|
|
31
|
-
},
|
|
32
|
-
p(e, [o]) {
|
|
33
|
-
o & 8 && g(p, "transition-delay", (e[3] ? k : 0) + "ms");
|
|
34
|
-
const f = {};
|
|
35
|
-
o & 4 && (f.icon = e[2]), o & 2 && (f.width = e[1]), a.$set(f), o & 8 && g(i, "transition-delay", (e[3] ? k : 0) + "ms"), (!r || o & 1) && y(t, "unfolded", e[0]), (!r || o & 8) && y(t, "folded", e[3]), o & 2 && g(t, "width", b(e[1])), o & 2 && g(t, "height", b(e[1]));
|
|
36
|
-
},
|
|
37
|
-
i(e) {
|
|
38
|
-
r || (q(d.$$.fragment, e), q(a.$$.fragment, e), r = !0);
|
|
39
|
-
},
|
|
40
|
-
o(e) {
|
|
41
|
-
A(d.$$.fragment, e), A(a.$$.fragment, e), r = !1;
|
|
42
|
-
},
|
|
43
|
-
d(e) {
|
|
44
|
-
e && P(s), e && P(l), e && P(t), F(d), F(a), m = !1, v();
|
|
45
|
-
}
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
const k = 800;
|
|
49
|
-
function Q(n, s, l) {
|
|
50
|
-
let t, d, u, p;
|
|
51
|
-
const c = H("hooks");
|
|
52
|
-
let { tag: i } = s, a, r = !1;
|
|
53
|
-
const m = () => {
|
|
54
|
-
a !== void 0 && clearTimeout(a), r = !0, a = setTimeout(
|
|
55
|
-
() => {
|
|
56
|
-
r = !1;
|
|
57
|
-
},
|
|
58
|
-
800
|
|
59
|
-
);
|
|
60
|
-
}, v = (e) => {
|
|
61
|
-
r || c.emit("click", { event: e, target: "TagPoint", tag: i });
|
|
62
|
-
};
|
|
63
|
-
return n.$$set = (e) => {
|
|
64
|
-
"tag" in e && l(5, i = e.tag);
|
|
65
|
-
}, n.$$.update = () => {
|
|
66
|
-
var e, o, f, S;
|
|
67
|
-
n.$$.dirty & 32 && l(0, t = (e = i.state) == null ? void 0 : e.unfolded), n.$$.dirty & 1 && l(3, d = !t), n.$$.dirty & 32 && l(2, u = (f = (o = i.style) == null ? void 0 : o.point) != null && f.url ? (S = i.style) == null ? void 0 : S.point : { url: L }), n.$$.dirty & 32 && l(1, p = (() => {
|
|
68
|
-
var z, C, D;
|
|
69
|
-
const h = (D = (C = (z = i.style) == null ? void 0 : z.point) == null ? void 0 : C.size) != null ? D : "S";
|
|
70
|
-
return typeof h == "number" ? h : h === "S" ? 20 : h === "M" ? 24 : 20;
|
|
71
|
-
})());
|
|
72
|
-
}, m(), [t, p, u, d, v, i];
|
|
73
|
-
}
|
|
74
|
-
class ne extends M {
|
|
75
|
-
constructor(s) {
|
|
76
|
-
super(), U(this, s, Q, O, B, { tag: 5 }, N);
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
export {
|
|
80
|
-
ne as default
|
|
81
|
-
};
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
import { SvelteComponent as T, init as C, safe_not_equal as F, append_styles as Y, space as q, empty as A, insert as p, transition_in as u, transition_out as a, check_outros as h, detach as d, element as z, create_component as H, attr as D, set_style as v, mount_component as U, destroy_component as N, group_outros as y, binding_callbacks as B } from "../../../../vendor/svelte/internal/index.js";
|
|
2
|
-
import M from "./FlyText.js";
|
|
3
|
-
import j from "../Arrow.js";
|
|
4
|
-
import G from "../../../utils/doUtil.js";
|
|
5
|
-
import "animejs";
|
|
6
|
-
import "../../../../shared-utils/uuid.js";
|
|
7
|
-
import "../../../../shared-utils/isNil.js";
|
|
8
|
-
import "three";
|
|
9
|
-
import "../../../utils/search.js";
|
|
10
|
-
import "../../../utils/constants.js";
|
|
11
|
-
import "../../../../vendor/svelte/transition/index.js";
|
|
12
|
-
import "../../../../vendor/svelte/easing/index.js";
|
|
13
|
-
import "../../../Assets/Icon.js";
|
|
14
|
-
import "../Shadow.js";
|
|
15
|
-
function I(o) {
|
|
16
|
-
Y(o, "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}");
|
|
17
|
-
}
|
|
18
|
-
function w(o) {
|
|
19
|
-
let r, t, l;
|
|
20
|
-
return t = new M({
|
|
21
|
-
props: {
|
|
22
|
-
unfolded: o[0],
|
|
23
|
-
content: o[1],
|
|
24
|
-
inDelay: 500,
|
|
25
|
-
outDelay: o[5]
|
|
26
|
-
}
|
|
27
|
-
}), {
|
|
28
|
-
c() {
|
|
29
|
-
r = z("div"), H(t.$$.fragment), D(r, "class", "text svelte-1fuzm7v"), v(r, "transform", o[7]);
|
|
30
|
-
},
|
|
31
|
-
m(e, i) {
|
|
32
|
-
p(e, r, i), U(t, r, null), o[10](r), l = !0;
|
|
33
|
-
},
|
|
34
|
-
p(e, i) {
|
|
35
|
-
const n = {};
|
|
36
|
-
i & 1 && (n.unfolded = e[0]), i & 2 && (n.content = e[1]), i & 32 && (n.outDelay = e[5]), t.$set(n), i & 128 && v(r, "transform", e[7]);
|
|
37
|
-
},
|
|
38
|
-
i(e) {
|
|
39
|
-
l || (u(t.$$.fragment, e), l = !0);
|
|
40
|
-
},
|
|
41
|
-
o(e) {
|
|
42
|
-
a(t.$$.fragment, e), l = !1;
|
|
43
|
-
},
|
|
44
|
-
d(e) {
|
|
45
|
-
e && d(r), N(t), o[10](null);
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
function k(o) {
|
|
50
|
-
let r, t, l;
|
|
51
|
-
return t = new j({
|
|
52
|
-
props: {
|
|
53
|
-
direction: o[6],
|
|
54
|
-
visible: o[0],
|
|
55
|
-
inDelay: 600,
|
|
56
|
-
duration: 1e3
|
|
57
|
-
}
|
|
58
|
-
}), {
|
|
59
|
-
c() {
|
|
60
|
-
r = z("div"), H(t.$$.fragment), D(r, "class", "arrow svelte-1fuzm7v");
|
|
61
|
-
},
|
|
62
|
-
m(e, i) {
|
|
63
|
-
p(e, r, i), U(t, r, null), l = !0;
|
|
64
|
-
},
|
|
65
|
-
p(e, i) {
|
|
66
|
-
const n = {};
|
|
67
|
-
i & 64 && (n.direction = e[6]), i & 1 && (n.visible = e[0]), t.$set(n);
|
|
68
|
-
},
|
|
69
|
-
i(e) {
|
|
70
|
-
l || (u(t.$$.fragment, e), l = !0);
|
|
71
|
-
},
|
|
72
|
-
o(e) {
|
|
73
|
-
a(t.$$.fragment, e), l = !1;
|
|
74
|
-
},
|
|
75
|
-
d(e) {
|
|
76
|
-
e && d(r), N(t);
|
|
77
|
-
}
|
|
78
|
-
};
|
|
79
|
-
}
|
|
80
|
-
function J(o) {
|
|
81
|
-
let r, t, l, e = o[1] && w(o), i = o[3] < o[4] && k(o);
|
|
82
|
-
return {
|
|
83
|
-
c() {
|
|
84
|
-
e && e.c(), r = q(), i && i.c(), t = A();
|
|
85
|
-
},
|
|
86
|
-
m(n, f) {
|
|
87
|
-
e && e.m(n, f), p(n, r, f), i && i.m(n, f), p(n, t, f), l = !0;
|
|
88
|
-
},
|
|
89
|
-
p(n, [f]) {
|
|
90
|
-
n[1] ? e ? (e.p(n, f), f & 2 && u(e, 1)) : (e = w(n), e.c(), u(e, 1), e.m(r.parentNode, r)) : e && (y(), a(e, 1, 1, () => {
|
|
91
|
-
e = null;
|
|
92
|
-
}), h()), n[3] < n[4] ? i ? (i.p(n, f), f & 24 && u(i, 1)) : (i = k(n), i.c(), u(i, 1), i.m(t.parentNode, t)) : i && (y(), a(i, 1, 1, () => {
|
|
93
|
-
i = null;
|
|
94
|
-
}), h());
|
|
95
|
-
},
|
|
96
|
-
i(n) {
|
|
97
|
-
l || (u(e), u(i), l = !0);
|
|
98
|
-
},
|
|
99
|
-
o(n) {
|
|
100
|
-
a(e), a(i), l = !1;
|
|
101
|
-
},
|
|
102
|
-
d(n) {
|
|
103
|
-
e && e.d(n), n && d(r), i && i.d(n), n && d(t);
|
|
104
|
-
}
|
|
105
|
-
};
|
|
106
|
-
}
|
|
107
|
-
function K(o, r, t) {
|
|
108
|
-
let l, e, i, { visible: n = !1 } = r, { textUnfolded: f = !1 } = r, { content: _ } = r, m, g = 0, b = 0, c = 0;
|
|
109
|
-
function S(s) {
|
|
110
|
-
B[s ? "unshift" : "push"](() => {
|
|
111
|
-
m = s, t(2, m);
|
|
112
|
-
});
|
|
113
|
-
}
|
|
114
|
-
return o.$$set = (s) => {
|
|
115
|
-
"visible" in s && t(0, n = s.visible), "textUnfolded" in s && t(8, f = s.textUnfolded), "content" in s && t(1, _ = s.content);
|
|
116
|
-
}, o.$$.update = () => {
|
|
117
|
-
if (o.$$.dirty & 7 && m && n && _) {
|
|
118
|
-
const { lineHeight: s } = getComputedStyle(m);
|
|
119
|
-
t(4, c = m.offsetHeight), G(() => m == null ? void 0 : m.offsetHeight, Boolean).then(() => {
|
|
120
|
-
t(4, c = m.offsetHeight);
|
|
121
|
-
}), t(3, b = Number(s.replace("px", "")));
|
|
122
|
-
}
|
|
123
|
-
o.$$.dirty & 280 && t(9, g = f ? b - c : 0), o.$$.dirty & 512 && t(7, l = `translateY(${g}px)`), o.$$.dirty & 256 && t(6, e = f ? "left" : "right"), o.$$.dirty & 256 && t(5, i = f ? 450 : 0);
|
|
124
|
-
}, [
|
|
125
|
-
n,
|
|
126
|
-
_,
|
|
127
|
-
m,
|
|
128
|
-
b,
|
|
129
|
-
c,
|
|
130
|
-
i,
|
|
131
|
-
e,
|
|
132
|
-
l,
|
|
133
|
-
f,
|
|
134
|
-
g,
|
|
135
|
-
S
|
|
136
|
-
];
|
|
137
|
-
}
|
|
138
|
-
class ie extends T {
|
|
139
|
-
constructor(r) {
|
|
140
|
-
super(), C(this, r, K, J, F, { visible: 0, textUnfolded: 8, content: 1 }, I);
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
export {
|
|
144
|
-
ie as default
|
|
145
|
-
};
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
import { SvelteComponent as N, init as S, safe_not_equal as C, append_styles as L, empty as O, insert as I, update_keyed_each as w, noop as y, detach as U, element as z, text as J, attr as P, append as V, set_data as q, destroy_block as v, binding_callbacks as B } from "../../../../vendor/svelte/internal/index.js";
|
|
2
|
-
import E from "animejs";
|
|
3
|
-
import { uuid as F } from "../../../../shared-utils/uuid.js";
|
|
4
|
-
import { notNil as G } from "../../../../shared-utils/isNil.js";
|
|
5
|
-
import "three";
|
|
6
|
-
import { searchFirstValueSmallThanLastValue as W } from "../../../utils/search.js";
|
|
7
|
-
import { RANDON_STRING as k } from "../../../utils/constants.js";
|
|
8
|
-
function X(s) {
|
|
9
|
-
L(s, "svelte-zgfkts", ".text-char.svelte-zgfkts{text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}");
|
|
10
|
-
}
|
|
11
|
-
function j(s, e, i) {
|
|
12
|
-
const l = s.slice();
|
|
13
|
-
return l[14] = e[i].id, l[0] = e[i].content, l[15] = e, l[16] = i, l;
|
|
14
|
-
}
|
|
15
|
-
function D(s, e) {
|
|
16
|
-
let i, l = e[0] + "", r, u = e[16];
|
|
17
|
-
const t = () => e[7](i, u), o = () => e[7](null, u);
|
|
18
|
-
return {
|
|
19
|
-
key: s,
|
|
20
|
-
first: null,
|
|
21
|
-
c() {
|
|
22
|
-
i = z("span"), r = J(l), P(i, "class", "text-char svelte-zgfkts"), this.first = i;
|
|
23
|
-
},
|
|
24
|
-
m(a, d) {
|
|
25
|
-
I(a, i, d), V(i, r), t();
|
|
26
|
-
},
|
|
27
|
-
p(a, d) {
|
|
28
|
-
e = a, d & 4 && l !== (l = e[0] + "") && q(r, l), u !== e[16] && (o(), u = e[16], t());
|
|
29
|
-
},
|
|
30
|
-
d(a) {
|
|
31
|
-
a && U(i), o();
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
function Y(s) {
|
|
36
|
-
let e = [], i = /* @__PURE__ */ new Map(), l, r = s[2];
|
|
37
|
-
const u = (t) => t[14];
|
|
38
|
-
for (let t = 0; t < r.length; t += 1) {
|
|
39
|
-
let o = j(s, r, t), a = u(o);
|
|
40
|
-
i.set(a, e[t] = D(a, o));
|
|
41
|
-
}
|
|
42
|
-
return {
|
|
43
|
-
c() {
|
|
44
|
-
for (let t = 0; t < e.length; t += 1)
|
|
45
|
-
e[t].c();
|
|
46
|
-
l = O();
|
|
47
|
-
},
|
|
48
|
-
m(t, o) {
|
|
49
|
-
for (let a = 0; a < e.length; a += 1)
|
|
50
|
-
e[a].m(t, o);
|
|
51
|
-
I(t, l, o);
|
|
52
|
-
},
|
|
53
|
-
p(t, [o]) {
|
|
54
|
-
o & 6 && (r = t[2], e = w(e, o, u, 1, t, r, i, l.parentNode, v, D, l, j));
|
|
55
|
-
},
|
|
56
|
-
i: y,
|
|
57
|
-
o: y,
|
|
58
|
-
d(t) {
|
|
59
|
-
for (let o = 0; o < e.length; o += 1)
|
|
60
|
-
e[o].d(t);
|
|
61
|
-
t && U(l);
|
|
62
|
-
}
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
function H(s, e, i) {
|
|
66
|
-
let l, { inDelay: r = 0 } = e, { outDelay: u = 0 } = e, { content: t } = e, { unfolded: o } = e, { isFistUnfoldedUpdate: a = !0 } = e, d, c, h = [];
|
|
67
|
-
function M(n) {
|
|
68
|
-
const f = [], g = new RegExp(new RegExp("\\p{Regional_Indicator}\\p{Regional_Indicator}|\\p{Emoji}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)?(\\u200D\\p{Emoji}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)?)+|\\p{Emoji_Presentation}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)?|\\p{Emoji}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)", "gu")), _ = `__EMOJI_SPLIT_${k}__`, p = `__EMOJI_${k}__`;
|
|
69
|
-
return n.slice().replace(g, (m) => `${_}${p}${m}${_}`).split(_).forEach((m) => m.startsWith(p) ? f.push({
|
|
70
|
-
id: F(),
|
|
71
|
-
content: m.slice(p.length)
|
|
72
|
-
}) : f.push(...m.split("").map((A) => ({ id: F(), content: A })))), f;
|
|
73
|
-
}
|
|
74
|
-
function b() {
|
|
75
|
-
if (!c)
|
|
76
|
-
return;
|
|
77
|
-
const n = !o;
|
|
78
|
-
c.reversed !== n && c.reverse(), c.play();
|
|
79
|
-
}
|
|
80
|
-
function R(n) {
|
|
81
|
-
if (a) {
|
|
82
|
-
i(3, a = !1);
|
|
83
|
-
return;
|
|
84
|
-
}
|
|
85
|
-
clearTimeout(d), d = setTimeout(b, n ? r : u);
|
|
86
|
-
}
|
|
87
|
-
function x(n) {
|
|
88
|
-
const f = function() {
|
|
89
|
-
const g = W((_) => n[_].getBoundingClientRect().x, [Math.min(n.length - 1, 10), Math.min(n.length - 1, 30)]);
|
|
90
|
-
if (g > 0)
|
|
91
|
-
return g;
|
|
92
|
-
}();
|
|
93
|
-
c = E({
|
|
94
|
-
targets: n.slice(0, f).filter(G),
|
|
95
|
-
autoplay: !1,
|
|
96
|
-
duration: 400,
|
|
97
|
-
scale: [0.7, 1],
|
|
98
|
-
rotate: [20, 0],
|
|
99
|
-
opacity: [0, 1],
|
|
100
|
-
translateX: [4, 0],
|
|
101
|
-
translateY: [10, 0],
|
|
102
|
-
delay: E.stagger(50),
|
|
103
|
-
easing: "easeInOutCubic"
|
|
104
|
-
}), o && c.seek(c.duration);
|
|
105
|
-
}
|
|
106
|
-
function T(n, f) {
|
|
107
|
-
B[n ? "unshift" : "push"](() => {
|
|
108
|
-
h[f] = n, i(1, h);
|
|
109
|
-
});
|
|
110
|
-
}
|
|
111
|
-
return s.$$set = (n) => {
|
|
112
|
-
"inDelay" in n && i(4, r = n.inDelay), "outDelay" in n && i(5, u = n.outDelay), "content" in n && i(0, t = n.content), "unfolded" in n && i(6, o = n.unfolded), "isFistUnfoldedUpdate" in n && i(3, a = n.isFistUnfoldedUpdate);
|
|
113
|
-
}, s.$$.update = () => {
|
|
114
|
-
s.$$.dirty & 1 && i(2, l = M(t)), s.$$.dirty & 64 && R(o), s.$$.dirty & 2 && x(h.filter((n) => !!n));
|
|
115
|
-
}, [
|
|
116
|
-
t,
|
|
117
|
-
h,
|
|
118
|
-
l,
|
|
119
|
-
a,
|
|
120
|
-
r,
|
|
121
|
-
u,
|
|
122
|
-
o,
|
|
123
|
-
T
|
|
124
|
-
];
|
|
125
|
-
}
|
|
126
|
-
class ie extends N {
|
|
127
|
-
constructor(e) {
|
|
128
|
-
super(), S(
|
|
129
|
-
this,
|
|
130
|
-
e,
|
|
131
|
-
H,
|
|
132
|
-
Y,
|
|
133
|
-
C,
|
|
134
|
-
{
|
|
135
|
-
inDelay: 4,
|
|
136
|
-
outDelay: 5,
|
|
137
|
-
content: 0,
|
|
138
|
-
unfolded: 6,
|
|
139
|
-
isFistUnfoldedUpdate: 3
|
|
140
|
-
},
|
|
141
|
-
X
|
|
142
|
-
);
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
export {
|
|
146
|
-
ie as default
|
|
147
|
-
};
|