@realsee/dnalogel 2.3.5-dev.7 → 2.3.6-alpha.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/CruisePlugin/typing.d.ts +4 -0
- 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 +14 -16
- package/dist/PanoTagPlugin/controller/index.d.ts +13 -16
- package/dist/PanoTagPlugin/index.d.ts +1 -1
- package/dist/PanoTagPlugin/typings/controller.d.ts +11 -13
- package/dist/PanoTagPlugin/typings/index.d.ts +1 -5
- package/dist/PanoTagPlugin/typings/tag.d.ts +247 -0
- package/dist/index.cjs.js +51 -51
- package/dist/index.js +6419 -7315
- 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 +26 -26
- 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 +164 -213
- 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/{interfaces/AddTagConfig.html → enums/LinkType.html} +23 -20
- 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/{WorkCode.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 +146 -143
- package/libs/CruisePlugin/typing.d.ts +4 -0
- 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 +205 -231
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +80 -109
- 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 +130 -122
- 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 +54 -75
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +122 -0
- package/libs/PanoTagPlugin/Components/Tag/index.js +145 -182
- 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 +14 -16
- package/libs/PanoTagPlugin/controller/TagComputer.js +150 -173
- package/libs/PanoTagPlugin/controller/index.d.ts +13 -16
- package/libs/PanoTagPlugin/controller/index.js +165 -238
- 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 +11 -13
- 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 +341 -381
- 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/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/PanoIndex.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/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 -187
- 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/mocks/v2/mock1.d.ts +0 -128
- package/libs/PanoTagPlugin/mocks/v2/mock1.js +0 -114
- 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,129 +1,119 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var z = (a, n, i) => new Promise((e, t) => {
|
|
2
|
+
var o = (r) => {
|
|
3
3
|
try {
|
|
4
|
-
u(i.next(
|
|
4
|
+
u(i.next(r));
|
|
5
5
|
} catch (m) {
|
|
6
6
|
t(m);
|
|
7
7
|
}
|
|
8
|
-
},
|
|
8
|
+
}, l = (r) => {
|
|
9
9
|
try {
|
|
10
|
-
u(i.throw(
|
|
10
|
+
u(i.throw(r));
|
|
11
11
|
} catch (m) {
|
|
12
12
|
t(m);
|
|
13
13
|
}
|
|
14
|
-
}, u = (
|
|
14
|
+
}, u = (r) => r.done ? e(r.value) : Promise.resolve(r.value).then(o, l);
|
|
15
15
|
u((i = i.apply(a, n)).next());
|
|
16
16
|
});
|
|
17
|
-
import { SvelteComponent as
|
|
18
|
-
import { fly as
|
|
19
|
-
import { Swiper_1 as
|
|
20
|
-
import { Swiper_slide as
|
|
21
|
-
import { Autoplay as
|
|
17
|
+
import { SvelteComponent as te, init as ne, safe_not_equal as ie, append_styles as ae, empty as Z, insert as w, transition_in as _, group_outros as D, transition_out as g, check_outros as j, detach as I, getContext as G, element as le, attr as oe, toggle_class as J, add_render_callback as re, create_in_transition as fe, identity as K, create_out_transition as ue, create_component as C, mount_component as L, destroy_component as P, destroy_each as se, space as ce } from "../../../vendor/svelte/internal/index.js";
|
|
18
|
+
import { fly as Q } from "../../../vendor/svelte/transition/index.js";
|
|
19
|
+
import { Swiper_1 as de } from "../../../vendor/swiper/svelte/swiper.js";
|
|
20
|
+
import { Swiper_slide as me } from "../../../vendor/swiper/svelte/swiper-slide.js";
|
|
21
|
+
import { Autoplay as _e } from "swiper";
|
|
22
22
|
import "swiper/css";
|
|
23
23
|
import "swiper/css/autoplay";
|
|
24
24
|
import "three";
|
|
25
|
-
import { noTypecheck as
|
|
26
|
-
import
|
|
27
|
-
import { notNil as
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import "../../../vendor/swiper/components-shared/utils.js";
|
|
31
|
-
import "../../../vendor/swiper/components-shared/params-list.js";
|
|
32
|
-
import "../../../vendor/swiper/components-shared/mount-swiper.js";
|
|
33
|
-
import "../../../vendor/swiper/components-shared/get-changed-params.js";
|
|
34
|
-
import "../../../vendor/swiper/components-shared/update-swiper.js";
|
|
35
|
-
import "../../Assets/Icon.js";
|
|
36
|
-
function be(a) {
|
|
37
|
-
re(a, "svelte-ai0lv9", ".media.svelte-ai0lv9{width:100%;height:100%;position:relative;overflow:hidden;border-radius:0.125rem}");
|
|
25
|
+
import { noTypecheck as R } from "../../utils/noTypecheck.js";
|
|
26
|
+
import { MediaItem as x } from "./MediaItem.js";
|
|
27
|
+
import { notNil as ye } from "../../../shared-utils/isNil.js";
|
|
28
|
+
function ge(a) {
|
|
29
|
+
ae(a, "svelte-ai0lv9", ".media.svelte-ai0lv9{width:100%;height:100%;position:relative;overflow:hidden;border-radius:0.125rem}");
|
|
38
30
|
}
|
|
39
|
-
function
|
|
31
|
+
function W(a, n, i) {
|
|
40
32
|
const e = a.slice();
|
|
41
|
-
return e[
|
|
33
|
+
return e[23] = n[i], e;
|
|
42
34
|
}
|
|
43
|
-
function
|
|
44
|
-
let n, i, e, t,
|
|
45
|
-
const u = [
|
|
46
|
-
function m(
|
|
47
|
-
return
|
|
35
|
+
function X(a) {
|
|
36
|
+
let n, i, e, t, o, l;
|
|
37
|
+
const u = [pe, he], r = [];
|
|
38
|
+
function m(s, h) {
|
|
39
|
+
return s[13] ? 0 : 1;
|
|
48
40
|
}
|
|
49
|
-
return i = m(a), e =
|
|
41
|
+
return i = m(a), e = r[i] = u[i](a), {
|
|
50
42
|
c() {
|
|
51
|
-
n =
|
|
43
|
+
n = le("div"), e.c(), oe(n, "class", "media svelte-ai0lv9"), J(n, "unfolded", a[4]);
|
|
52
44
|
},
|
|
53
|
-
m(
|
|
54
|
-
w(
|
|
45
|
+
m(s, h) {
|
|
46
|
+
w(s, n, h), r[i].m(n, null), l = !0;
|
|
55
47
|
},
|
|
56
|
-
p(
|
|
57
|
-
a =
|
|
48
|
+
p(s, h) {
|
|
49
|
+
a = s;
|
|
58
50
|
let b = i;
|
|
59
|
-
i = m(a), i === b ?
|
|
60
|
-
|
|
61
|
-
}),
|
|
51
|
+
i = m(a), i === b ? r[i].p(a, h) : (D(), g(r[b], 1, 1, () => {
|
|
52
|
+
r[b] = null;
|
|
53
|
+
}), j(), e = r[i], e ? e.p(a, h) : (e = r[i] = u[i](a), e.c()), _(e, 1), e.m(n, null)), (!l || h & 16) && J(n, "unfolded", a[4]);
|
|
62
54
|
},
|
|
63
|
-
i(
|
|
64
|
-
|
|
65
|
-
|
|
55
|
+
i(s) {
|
|
56
|
+
l || (_(e), s && re(() => {
|
|
57
|
+
o && o.end(1), t = fe(n, Q, a[5] ? {
|
|
66
58
|
y: 4,
|
|
67
|
-
duration: a[
|
|
68
|
-
delay: a[
|
|
69
|
-
easing:
|
|
59
|
+
duration: a[3],
|
|
60
|
+
delay: a[1],
|
|
61
|
+
easing: K
|
|
70
62
|
} : void 0), t.start();
|
|
71
|
-
}),
|
|
63
|
+
}), l = !0);
|
|
72
64
|
},
|
|
73
|
-
o(
|
|
74
|
-
|
|
65
|
+
o(s) {
|
|
66
|
+
g(e), t && t.invalidate(), s && (o = ue(n, Q, a[5] ? {
|
|
75
67
|
y: 4,
|
|
76
|
-
duration: a[
|
|
77
|
-
delay: a[
|
|
78
|
-
easing:
|
|
79
|
-
} : void 0)),
|
|
68
|
+
duration: a[3],
|
|
69
|
+
delay: a[2],
|
|
70
|
+
easing: K
|
|
71
|
+
} : void 0)), l = !1;
|
|
80
72
|
},
|
|
81
|
-
d(
|
|
82
|
-
|
|
73
|
+
d(s) {
|
|
74
|
+
s && I(n), r[i].d(), s && o && o.end();
|
|
83
75
|
}
|
|
84
76
|
};
|
|
85
77
|
}
|
|
86
|
-
function
|
|
78
|
+
function he(a) {
|
|
87
79
|
let n, i;
|
|
88
|
-
return n = new
|
|
80
|
+
return n = new x({
|
|
89
81
|
props: {
|
|
90
|
-
media: a[
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
playButtonSizeIfNeed: a[8],
|
|
95
|
-
canPlay: a[9]
|
|
82
|
+
media: a[0][0],
|
|
83
|
+
objectFit: a[8],
|
|
84
|
+
playButtonIfNeed: a[6],
|
|
85
|
+
canPlay: a[7]
|
|
96
86
|
}
|
|
97
87
|
}), {
|
|
98
88
|
c() {
|
|
99
|
-
|
|
89
|
+
C(n.$$.fragment);
|
|
100
90
|
},
|
|
101
91
|
m(e, t) {
|
|
102
|
-
|
|
92
|
+
L(n, e, t), i = !0;
|
|
103
93
|
},
|
|
104
94
|
p(e, t) {
|
|
105
|
-
const
|
|
106
|
-
t &
|
|
95
|
+
const o = {};
|
|
96
|
+
t & 1 && (o.media = e[0][0]), t & 256 && (o.objectFit = e[8]), t & 64 && (o.playButtonIfNeed = e[6]), t & 128 && (o.canPlay = e[7]), n.$set(o);
|
|
107
97
|
},
|
|
108
98
|
i(e) {
|
|
109
|
-
i || (
|
|
99
|
+
i || (_(n.$$.fragment, e), i = !0);
|
|
110
100
|
},
|
|
111
101
|
o(e) {
|
|
112
|
-
|
|
102
|
+
g(n.$$.fragment, e), i = !1;
|
|
113
103
|
},
|
|
114
104
|
d(e) {
|
|
115
|
-
|
|
105
|
+
P(n, e);
|
|
116
106
|
}
|
|
117
107
|
};
|
|
118
108
|
}
|
|
119
|
-
function
|
|
109
|
+
function pe(a) {
|
|
120
110
|
let n, i;
|
|
121
|
-
return n = new
|
|
111
|
+
return n = new de({
|
|
122
112
|
props: {
|
|
123
113
|
style: "height: 100%",
|
|
124
|
-
modules: [
|
|
114
|
+
modules: [_e],
|
|
125
115
|
spaceBetween: 30,
|
|
126
|
-
autoplay: a[
|
|
116
|
+
autoplay: a[14] ? R({
|
|
127
117
|
delay: 4e3,
|
|
128
118
|
stopOnLastSlide: !1,
|
|
129
119
|
disableOnInteraction: !1
|
|
@@ -132,286 +122,270 @@ function ke(a) {
|
|
|
132
122
|
$$slots: { default: [ve] },
|
|
133
123
|
$$scope: { ctx: a }
|
|
134
124
|
}
|
|
135
|
-
}), n.$on("init", a[
|
|
125
|
+
}), n.$on("init", a[19]), n.$on("slideChange", a[20]), {
|
|
136
126
|
c() {
|
|
137
|
-
|
|
127
|
+
C(n.$$.fragment);
|
|
138
128
|
},
|
|
139
129
|
m(e, t) {
|
|
140
|
-
|
|
130
|
+
L(n, e, t), i = !0;
|
|
141
131
|
},
|
|
142
132
|
p(e, t) {
|
|
143
|
-
const
|
|
144
|
-
t &
|
|
133
|
+
const o = {};
|
|
134
|
+
t & 16384 && (o.autoplay = e[14] ? R({
|
|
145
135
|
delay: 4e3,
|
|
146
136
|
stopOnLastSlide: !1,
|
|
147
137
|
disableOnInteraction: !1
|
|
148
|
-
}) : !1), t &
|
|
138
|
+
}) : !1), t & 67111360 && (o.$$scope = { dirty: t, ctx: e }), n.$set(o);
|
|
149
139
|
},
|
|
150
140
|
i(e) {
|
|
151
|
-
i || (
|
|
141
|
+
i || (_(n.$$.fragment, e), i = !0);
|
|
152
142
|
},
|
|
153
143
|
o(e) {
|
|
154
|
-
|
|
144
|
+
g(n.$$.fragment, e), i = !1;
|
|
155
145
|
},
|
|
156
146
|
d(e) {
|
|
157
|
-
|
|
147
|
+
P(n, e);
|
|
158
148
|
}
|
|
159
149
|
};
|
|
160
150
|
}
|
|
161
|
-
function
|
|
151
|
+
function be(a) {
|
|
162
152
|
let n, i, e;
|
|
163
|
-
return n = new
|
|
153
|
+
return n = new x({
|
|
164
154
|
props: {
|
|
165
|
-
media: a[
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
playButtonSizeIfNeed: a[8],
|
|
170
|
-
canPlay: a[9]
|
|
155
|
+
media: a[23],
|
|
156
|
+
objectFit: a[8],
|
|
157
|
+
playButtonIfNeed: a[6],
|
|
158
|
+
canPlay: a[7]
|
|
171
159
|
}
|
|
172
160
|
}), {
|
|
173
161
|
c() {
|
|
174
|
-
|
|
162
|
+
C(n.$$.fragment), i = ce();
|
|
175
163
|
},
|
|
176
|
-
m(t,
|
|
177
|
-
|
|
164
|
+
m(t, o) {
|
|
165
|
+
L(n, t, o), w(t, i, o), e = !0;
|
|
178
166
|
},
|
|
179
|
-
p(t,
|
|
180
|
-
const
|
|
181
|
-
|
|
167
|
+
p(t, o) {
|
|
168
|
+
const l = {};
|
|
169
|
+
o & 2048 && (l.media = t[23]), o & 256 && (l.objectFit = t[8]), o & 64 && (l.playButtonIfNeed = t[6]), o & 128 && (l.canPlay = t[7]), n.$set(l);
|
|
182
170
|
},
|
|
183
171
|
i(t) {
|
|
184
|
-
e || (
|
|
172
|
+
e || (_(n.$$.fragment, t), e = !0);
|
|
185
173
|
},
|
|
186
174
|
o(t) {
|
|
187
|
-
|
|
175
|
+
g(n.$$.fragment, t), e = !1;
|
|
188
176
|
},
|
|
189
177
|
d(t) {
|
|
190
|
-
|
|
178
|
+
P(n, t), t && I(i);
|
|
191
179
|
}
|
|
192
180
|
};
|
|
193
181
|
}
|
|
194
|
-
function
|
|
182
|
+
function Y(a) {
|
|
195
183
|
let n, i;
|
|
196
|
-
return n = new
|
|
184
|
+
return n = new me({
|
|
197
185
|
props: {
|
|
198
|
-
$$slots: { default: [
|
|
186
|
+
$$slots: { default: [be] },
|
|
199
187
|
$$scope: { ctx: a }
|
|
200
188
|
}
|
|
201
189
|
}), {
|
|
202
190
|
c() {
|
|
203
|
-
|
|
191
|
+
C(n.$$.fragment);
|
|
204
192
|
},
|
|
205
193
|
m(e, t) {
|
|
206
|
-
|
|
194
|
+
L(n, e, t), i = !0;
|
|
207
195
|
},
|
|
208
196
|
p(e, t) {
|
|
209
|
-
const
|
|
210
|
-
t &
|
|
197
|
+
const o = {};
|
|
198
|
+
t & 67111360 && (o.$$scope = { dirty: t, ctx: e }), n.$set(o);
|
|
211
199
|
},
|
|
212
200
|
i(e) {
|
|
213
|
-
i || (
|
|
201
|
+
i || (_(n.$$.fragment, e), i = !0);
|
|
214
202
|
},
|
|
215
203
|
o(e) {
|
|
216
|
-
|
|
204
|
+
g(n.$$.fragment, e), i = !1;
|
|
217
205
|
},
|
|
218
206
|
d(e) {
|
|
219
|
-
|
|
207
|
+
P(n, e);
|
|
220
208
|
}
|
|
221
209
|
};
|
|
222
210
|
}
|
|
223
211
|
function ve(a) {
|
|
224
|
-
let n, i, e = a[
|
|
225
|
-
for (let
|
|
226
|
-
t[
|
|
227
|
-
const
|
|
228
|
-
t[
|
|
212
|
+
let n, i, e = a[11], t = [];
|
|
213
|
+
for (let l = 0; l < e.length; l += 1)
|
|
214
|
+
t[l] = Y(W(a, e, l));
|
|
215
|
+
const o = (l) => g(t[l], 1, 1, () => {
|
|
216
|
+
t[l] = null;
|
|
229
217
|
});
|
|
230
218
|
return {
|
|
231
219
|
c() {
|
|
220
|
+
for (let l = 0; l < t.length; l += 1)
|
|
221
|
+
t[l].c();
|
|
222
|
+
n = Z();
|
|
223
|
+
},
|
|
224
|
+
m(l, u) {
|
|
232
225
|
for (let r = 0; r < t.length; r += 1)
|
|
233
|
-
t[r].
|
|
234
|
-
n =
|
|
235
|
-
},
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
e = r[13];
|
|
244
|
-
let o;
|
|
245
|
-
for (o = 0; o < e.length; o += 1) {
|
|
246
|
-
const m = Y(r, e, o);
|
|
247
|
-
t[o] ? (t[o].p(m, u), y(t[o], 1)) : (t[o] = x(m), t[o].c(), y(t[o], 1), t[o].m(n.parentNode, n));
|
|
226
|
+
t[r].m(l, u);
|
|
227
|
+
w(l, n, u), i = !0;
|
|
228
|
+
},
|
|
229
|
+
p(l, u) {
|
|
230
|
+
if (u & 2496) {
|
|
231
|
+
e = l[11];
|
|
232
|
+
let r;
|
|
233
|
+
for (r = 0; r < e.length; r += 1) {
|
|
234
|
+
const m = W(l, e, r);
|
|
235
|
+
t[r] ? (t[r].p(m, u), _(t[r], 1)) : (t[r] = Y(m), t[r].c(), _(t[r], 1), t[r].m(n.parentNode, n));
|
|
248
236
|
}
|
|
249
|
-
for (
|
|
250
|
-
|
|
251
|
-
|
|
237
|
+
for (D(), r = e.length; r < t.length; r += 1)
|
|
238
|
+
o(r);
|
|
239
|
+
j();
|
|
252
240
|
}
|
|
253
241
|
},
|
|
254
|
-
i(
|
|
242
|
+
i(l) {
|
|
255
243
|
if (!i) {
|
|
256
244
|
for (let u = 0; u < e.length; u += 1)
|
|
257
|
-
|
|
245
|
+
_(t[u]);
|
|
258
246
|
i = !0;
|
|
259
247
|
}
|
|
260
248
|
},
|
|
261
|
-
o(
|
|
249
|
+
o(l) {
|
|
262
250
|
t = t.filter(Boolean);
|
|
263
251
|
for (let u = 0; u < t.length; u += 1)
|
|
264
|
-
|
|
252
|
+
g(t[u]);
|
|
265
253
|
i = !1;
|
|
266
254
|
},
|
|
267
|
-
d(
|
|
268
|
-
|
|
255
|
+
d(l) {
|
|
256
|
+
se(t, l), l && I(n);
|
|
269
257
|
}
|
|
270
258
|
};
|
|
271
259
|
}
|
|
272
|
-
function
|
|
273
|
-
let n, i, e = a[
|
|
260
|
+
function ke(a) {
|
|
261
|
+
let n, i, e = a[4] && X(a);
|
|
274
262
|
return {
|
|
275
263
|
c() {
|
|
276
|
-
e && e.c(), n =
|
|
264
|
+
e && e.c(), n = Z();
|
|
277
265
|
},
|
|
278
|
-
m(t,
|
|
279
|
-
e && e.m(t,
|
|
266
|
+
m(t, o) {
|
|
267
|
+
e && e.m(t, o), w(t, n, o), i = !0;
|
|
280
268
|
},
|
|
281
|
-
p(t, [
|
|
282
|
-
t[
|
|
269
|
+
p(t, [o]) {
|
|
270
|
+
t[4] ? e ? (e.p(t, o), o & 16 && _(e, 1)) : (e = X(t), e.c(), _(e, 1), e.m(n.parentNode, n)) : e && (D(), g(e, 1, 1, () => {
|
|
283
271
|
e = null;
|
|
284
|
-
}),
|
|
272
|
+
}), j());
|
|
285
273
|
},
|
|
286
274
|
i(t) {
|
|
287
|
-
i || (
|
|
275
|
+
i || (_(e), i = !0);
|
|
288
276
|
},
|
|
289
277
|
o(t) {
|
|
290
|
-
|
|
278
|
+
g(e), i = !1;
|
|
291
279
|
},
|
|
292
280
|
d(t) {
|
|
293
|
-
e && e.d(t), t &&
|
|
281
|
+
e && e.d(t), t && I(n);
|
|
294
282
|
}
|
|
295
283
|
};
|
|
296
284
|
}
|
|
297
|
-
function
|
|
298
|
-
let e, t, l;
|
|
299
|
-
const
|
|
300
|
-
let
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
function P(f) {
|
|
304
|
-
!e || !h || (S.set({ currentMediaElement: this }), v.emit("playStateChange", {
|
|
285
|
+
function we(a, n, i) {
|
|
286
|
+
let e, t, o, { tag: l } = n, { mediaData: u } = n, { inDelay: r = 0 } = n, { outDelay: m = 0 } = n, { duration: s = 0 } = n, { unfolded: h = !0 } = n, { animation: b = !0 } = n, { playButtonIfNeed: F = "small" } = n, { canPlay: V = !0 } = n, { objectFit: q = "cover" } = n, { enableCarousel: E = !0 } = n, { autoplayConfig: k = { autoplay: !0, autoplayVideo: !1 } } = n;
|
|
287
|
+
const O = G("mediaStore"), M = G("hooks");
|
|
288
|
+
let p;
|
|
289
|
+
function B(f) {
|
|
290
|
+
!e || !p || (O.set({ currentMediaUrl: this.src }), M.emit("playStateChange", {
|
|
305
291
|
event: f,
|
|
306
292
|
state: "playing",
|
|
307
|
-
tag:
|
|
293
|
+
tag: l,
|
|
308
294
|
mediaInstance: this
|
|
309
|
-
}),
|
|
295
|
+
}), p.autoplay.stop());
|
|
310
296
|
}
|
|
311
|
-
function
|
|
312
|
-
!e || !
|
|
297
|
+
function N(f) {
|
|
298
|
+
!e || !p || (M.emit("playStateChange", {
|
|
313
299
|
event: f,
|
|
314
300
|
state: "paused",
|
|
315
|
-
tag:
|
|
301
|
+
tag: l,
|
|
316
302
|
mediaInstance: this
|
|
317
|
-
}),
|
|
303
|
+
}), p.autoplay.running || p.autoplay.start());
|
|
318
304
|
}
|
|
319
|
-
let
|
|
320
|
-
const
|
|
321
|
-
i(
|
|
322
|
-
},
|
|
323
|
-
var
|
|
324
|
-
if (!
|
|
305
|
+
let S = null;
|
|
306
|
+
const $ = (f) => {
|
|
307
|
+
i(10, p = f.detail[0]);
|
|
308
|
+
}, ee = (f) => z(this, null, function* () {
|
|
309
|
+
var H, T, U;
|
|
310
|
+
if (!o || !k.autoplayVideo)
|
|
325
311
|
return;
|
|
326
|
-
const
|
|
327
|
-
if (!
|
|
312
|
+
const y = f.detail[0];
|
|
313
|
+
if (!y)
|
|
328
314
|
return;
|
|
329
|
-
const
|
|
330
|
-
if (
|
|
315
|
+
const v = y.realIndex;
|
|
316
|
+
if (v === S)
|
|
331
317
|
return;
|
|
332
|
-
i(
|
|
333
|
-
const
|
|
334
|
-
if (!
|
|
318
|
+
i(12, S = v);
|
|
319
|
+
const A = t[v];
|
|
320
|
+
if (!A || A.type !== "Video")
|
|
335
321
|
return;
|
|
336
|
-
|
|
337
|
-
const
|
|
338
|
-
if (
|
|
339
|
-
|
|
340
|
-
const c = (
|
|
341
|
-
|
|
342
|
-
s.muted = !1, s.play(), S.set({ currentMediaElement: s }), v.emit("playStateChange", {
|
|
343
|
-
event: ie,
|
|
344
|
-
state: "playing",
|
|
345
|
-
tag: u,
|
|
346
|
-
mediaInstance: s
|
|
347
|
-
});
|
|
348
|
-
}));
|
|
322
|
+
y.autoplay.stop(), y.slides.map((c) => c.querySelector("video")).filter(ye).forEach((c) => c.pause());
|
|
323
|
+
const d = (H = y.slides[y.activeIndex]) == null ? void 0 : H.querySelector("video");
|
|
324
|
+
if (d && (d.removeEventListener("play", B), d.removeEventListener("pause", N), d.addEventListener("play", B), d.addEventListener("pause", N)), d) {
|
|
325
|
+
d.addEventListener("click", () => d.pause());
|
|
326
|
+
const c = (U = (T = d.parentElement) == null ? void 0 : T.getElementsByClassName("video-play-button-container")) == null ? void 0 : U[0];
|
|
327
|
+
d.addEventListener("play", () => c == null ? void 0 : c.classList.remove("showPlayButton")), d.addEventListener("pause", () => c == null ? void 0 : c.classList.add("showPlayButton")), c && (d.paused ? c.classList.add("showPlayButton") : c.classList.remove("showPlayButton"), c.addEventListener("click", () => d.play()));
|
|
349
328
|
}
|
|
350
329
|
});
|
|
351
330
|
return a.$$set = (f) => {
|
|
352
|
-
"tag" in f && i(
|
|
331
|
+
"tag" in f && i(17, l = f.tag), "mediaData" in f && i(0, u = f.mediaData), "inDelay" in f && i(1, r = f.inDelay), "outDelay" in f && i(2, m = f.outDelay), "duration" in f && i(3, s = f.duration), "unfolded" in f && i(4, h = f.unfolded), "animation" in f && i(5, b = f.animation), "playButtonIfNeed" in f && i(6, F = f.playButtonIfNeed), "canPlay" in f && i(7, V = f.canPlay), "objectFit" in f && i(8, q = f.objectFit), "enableCarousel" in f && i(18, E = f.enableCarousel), "autoplayConfig" in f && i(9, k = f.autoplayConfig);
|
|
353
332
|
}, a.$$.update = () => {
|
|
354
|
-
a.$$.dirty &
|
|
355
|
-
const
|
|
356
|
-
|
|
357
|
-
|
|
333
|
+
a.$$.dirty & 262145 && i(13, e = E && (u == null ? void 0 : u.length) > 1), a.$$.dirty & 1 && i(11, t = u), a.$$.dirty & 2560 && i(14, o = t.length > 1 && k.autoplay), a.$$.dirty & 1024 && p && p.slides.forEach((f) => {
|
|
334
|
+
const y = f.querySelector("video");
|
|
335
|
+
y && O.subscribe(({ currentMediaUrl: v }) => {
|
|
336
|
+
v !== y.src && y.pause();
|
|
358
337
|
});
|
|
359
338
|
});
|
|
360
339
|
}, [
|
|
361
340
|
u,
|
|
362
|
-
|
|
341
|
+
r,
|
|
363
342
|
m,
|
|
364
|
-
|
|
365
|
-
|
|
343
|
+
s,
|
|
344
|
+
h,
|
|
366
345
|
b,
|
|
346
|
+
F,
|
|
347
|
+
V,
|
|
367
348
|
q,
|
|
368
|
-
M,
|
|
369
|
-
O,
|
|
370
|
-
T,
|
|
371
|
-
A,
|
|
372
349
|
k,
|
|
373
|
-
|
|
350
|
+
p,
|
|
374
351
|
t,
|
|
375
|
-
|
|
352
|
+
S,
|
|
376
353
|
e,
|
|
354
|
+
o,
|
|
355
|
+
B,
|
|
356
|
+
N,
|
|
377
357
|
l,
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
P,
|
|
382
|
-
D,
|
|
383
|
-
L,
|
|
384
|
-
te,
|
|
385
|
-
ne
|
|
358
|
+
E,
|
|
359
|
+
$,
|
|
360
|
+
ee
|
|
386
361
|
];
|
|
387
362
|
}
|
|
388
|
-
class
|
|
363
|
+
class Oe extends te {
|
|
389
364
|
constructor(n) {
|
|
390
|
-
super(),
|
|
365
|
+
super(), ne(
|
|
391
366
|
this,
|
|
392
367
|
n,
|
|
393
|
-
Be,
|
|
394
368
|
we,
|
|
395
|
-
|
|
369
|
+
ke,
|
|
370
|
+
ie,
|
|
396
371
|
{
|
|
397
|
-
tag:
|
|
398
|
-
mediaData:
|
|
399
|
-
inDelay:
|
|
400
|
-
outDelay:
|
|
401
|
-
duration:
|
|
402
|
-
unfolded:
|
|
403
|
-
animation:
|
|
404
|
-
playButtonIfNeed:
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
autoplayConfig: 11
|
|
372
|
+
tag: 17,
|
|
373
|
+
mediaData: 0,
|
|
374
|
+
inDelay: 1,
|
|
375
|
+
outDelay: 2,
|
|
376
|
+
duration: 3,
|
|
377
|
+
unfolded: 4,
|
|
378
|
+
animation: 5,
|
|
379
|
+
playButtonIfNeed: 6,
|
|
380
|
+
canPlay: 7,
|
|
381
|
+
objectFit: 8,
|
|
382
|
+
enableCarousel: 18,
|
|
383
|
+
autoplayConfig: 9
|
|
410
384
|
},
|
|
411
|
-
|
|
385
|
+
ge
|
|
412
386
|
);
|
|
413
387
|
}
|
|
414
388
|
}
|
|
415
389
|
export {
|
|
416
|
-
|
|
390
|
+
Oe as Media
|
|
417
391
|
};
|