@realsee/dnalogel 2.3.9-alpha.7 → 2.4.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/PanoMeasurePlugin/Controller/BaseController.d.ts +5 -5
- package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +5 -6
- package/dist/PanoMeasurePlugin/Controller/MixedController.d.ts +7 -9
- package/dist/PanoMeasurePlugin/Controller/ViewController.d.ts +6 -10
- package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +3 -3
- package/dist/PanoMeasurePlugin/Controller/index.d.ts +27 -9
- package/dist/PanoMeasurePlugin/Model/index.d.ts +17 -17
- package/dist/PanoMeasurePlugin/Model/line.d.ts +6 -4
- package/dist/PanoMeasurePlugin/Model/point.d.ts +2 -4
- package/dist/PanoMeasurePlugin/Model/polyline.d.ts +37 -12
- package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +2 -0
- package/dist/PanoMeasurePlugin/Modules/Magnifier.d.ts +29 -16
- package/dist/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +3 -4
- package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -2
- package/dist/PanoMeasurePlugin/index.d.ts +6 -2
- package/dist/PanoMeasurePlugin/typings/data.d.ts +6 -16
- package/dist/PanoMeasurePlugin/typings/event.type.d.ts +18 -14
- package/dist/PanoMeasurePlugin/typings/index.d.ts +4 -2
- package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +5 -3
- 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 +14 -25
- package/dist/PanoTagPlugin/index.d.ts +1 -1
- package/dist/PanoTagPlugin/typings/controller.d.ts +17 -23
- package/dist/PanoTagPlugin/typings/index.d.ts +1 -5
- package/dist/PanoTagPlugin/typings/tag.d.ts +247 -0
- package/dist/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +0 -1
- package/dist/index.cjs.js +112 -110
- package/dist/index.js +7139 -8277
- package/dist/index.umd.js +108 -106
- 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 +90 -40
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoMeasurePluginLine.html +318 -0
- package/docs/classes/PanoMeasurePluginModel.html +275 -0
- package/docs/classes/PanoMeasurePluginPoint.html +160 -0
- package/docs/classes/PanoMeasurePluginPolyline.html +306 -0
- package/docs/classes/PanoTagPluginController.html +176 -223
- 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 +21 -42
- package/docs/functions/CameraMovementPlugin.html +21 -42
- package/docs/functions/CruisePlugin.html +21 -42
- package/docs/functions/GuideLinePlugin.html +22 -43
- package/docs/functions/ItemLabelPlugin.html +21 -42
- package/docs/functions/MapviewFloorplanPlugin.html +21 -42
- package/docs/functions/ModelChassisCompassPlugin.html +21 -42
- package/docs/functions/ModelEntryDoorGuidePlugin.html +21 -42
- package/docs/functions/ModelFloorplanPlugin.html +21 -42
- package/docs/functions/ModelItemLabelPlugin.html +21 -42
- package/docs/functions/ModelRoomLabelPlugin.html +21 -42
- package/docs/functions/ModelTVVideoPlugin.html +21 -42
- package/docs/functions/ModelViewPlugin.html +21 -42
- package/docs/functions/Object3DHelperPlugin.html +21 -42
- package/docs/functions/PanoCompassPlugin.html +21 -42
- package/docs/functions/PanoCursorRaycasterPlugin.html +21 -42
- package/docs/functions/PanoDoorLabelPlugin.html +21 -42
- package/docs/functions/PanoFloorplanRadarPlugin.html +21 -42
- package/docs/functions/PanoMeasurePlugin.html +21 -42
- package/docs/functions/PanoRulerPlugin.html +21 -42
- package/docs/functions/PanoRulerProPlugin.html +21 -42
- package/docs/functions/PanoSpatialTagPlugin.html +21 -42
- package/docs/functions/PanoTagPlugin.html +31 -48
- package/docs/functions/TopviewFloorplanPlugin.html +21 -42
- 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 +22 -43
- package/docs/index.html +21 -42
- 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/ModelChassisCompassPluginData.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
- package/docs/interfaces/ModelViewPluginExportType.html +11 -11
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/PaintBrushAction.html +12 -12
- package/docs/interfaces/PaintBrushConfigs.html +12 -12
- package/docs/interfaces/PaintBrushState.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +22 -43
- package/docs/interfaces/PanoMeasureParameterType.html +24 -14
- package/docs/interfaces/{PointJson.html → PanoMeasurePluginLineJson.html} +24 -24
- package/docs/interfaces/{OpenParameter.html → PanoMeasurePluginOpenParameter.html} +15 -15
- package/docs/interfaces/{LineJson.html → PanoMeasurePluginPointJson.html} +18 -18
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +80 -0
- 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 +22 -43
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +22 -43
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
- package/docs/interfaces/Point.html +8 -8
- package/docs/interfaces/Room.html +9 -9
- package/docs/interfaces/RoomInfo.html +7 -7
- package/docs/interfaces/RoomLabel.html +14 -14
- package/docs/interfaces/RoomRules.html +22 -43
- package/docs/interfaces/Rooms.html +22 -43
- 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 +37 -79
- package/docs/types/ArrayPosition.html +23 -44
- package/docs/types/CSS3DRenderExportType.html +22 -43
- package/docs/types/CSS3DRenderPluginExportType.html +22 -43
- package/docs/types/CSS3DRenderPluginParameterType.html +22 -43
- package/docs/types/Color.html +22 -43
- package/docs/types/ContentTypeConfigKey.html +23 -44
- package/docs/types/{PanoIndex.html → ContentTypeConfigKeyArray.html} +25 -46
- package/docs/types/Create3DDomContainerReturnType.html +22 -43
- package/docs/types/Create3DElementReturnType.html +22 -43
- package/docs/types/CruisePluginExportType.html +22 -43
- package/docs/types/Direction-1.html +22 -43
- package/docs/types/Direction4.html +22 -43
- package/docs/types/FloorplanRuleLabels.html +22 -43
- package/docs/types/FloorplanServerRuleLabels.html +22 -43
- package/docs/types/GuideLinePluginExportType.html +22 -43
- package/docs/types/HelperEventMap.html +22 -43
- package/docs/types/MapviewFloorplanPluginParameterType.html +22 -43
- package/docs/types/MapviewFloorplanPluginReturnType.html +22 -43
- package/docs/types/MediaData.html +22 -43
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +22 -43
- package/docs/types/ModelFloorplanPluginParameterType.html +22 -43
- package/docs/types/ModelFloorplanPluginReturnType.html +22 -43
- package/docs/types/ModelRoomLabelPluginParameters.html +22 -43
- package/docs/types/ModelRoomLabelPluginReturnType.html +22 -43
- package/docs/types/MoveArgs.html +22 -43
- package/docs/types/MoveOpts.html +22 -43
- package/docs/types/Object3DHelperEventMap.html +22 -43
- package/docs/types/ObjectFit.html +22 -43
- package/docs/types/PaintBrushEventMap.html +22 -43
- package/docs/types/PanoCompassPluginData.html +22 -43
- package/docs/types/PanoCompassPluginExportType.html +22 -43
- package/docs/types/PanoCompassPluginParameterType.html +22 -43
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +22 -43
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +22 -43
- package/docs/types/PanoMeasurePluginEvent.html +22 -43
- package/docs/types/PanoMeasureReturnType.html +22 -43
- package/docs/types/PanoSpatialTagPluginId.html +22 -43
- package/docs/types/PanoTagPluginExportInterface.html +22 -43
- package/docs/types/PanoTagPluginParamsInterface.html +22 -43
- package/docs/types/PlaneTag.html +27 -46
- package/docs/types/PointTag.html +31 -46
- package/docs/types/Position.html +22 -43
- package/docs/types/RotateArgs.html +22 -43
- package/docs/types/RotateOpts.html +22 -43
- package/docs/types/RuleLabelsKey.html +22 -43
- package/docs/types/RuleLabelsValue.html +22 -43
- package/docs/types/Tag.html +30 -47
- package/docs/types/Tag2D.html +28 -48
- package/docs/types/Tag3D.html +28 -48
- package/docs/types/TagId.html +22 -43
- package/docs/types/TopviewFloorplanPluginParameterType.html +22 -43
- package/docs/types/TopviewFloorplanPluginReturnType.html +22 -43
- package/docs/variables/FLOOR_TYPE_MAP.html +22 -43
- package/docs/variables/PLUGIN.html +22 -43
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +22 -43
- package/docs/variables/ROOM_TYPE_MAP.html +22 -43
- package/docs/variables/VERSION.html +22 -43
- package/docs/variables/itemLabelPluginServerParams.html +22 -43
- package/docs/variables/modelItemLabelPluginServerParams.html +22 -43
- package/docs/variables/modelRoomLabelPluginServerParams.html +22 -43
- 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 +2 -2
- 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/PanoCompassPlugin/Controller.js +3 -8
- package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +5 -5
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +18 -28
- package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +5 -6
- package/libs/PanoMeasurePlugin/Controller/EditController.js +57 -70
- package/libs/PanoMeasurePlugin/Controller/MixedController.d.ts +7 -9
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +43 -54
- package/libs/PanoMeasurePlugin/Controller/ViewController.d.ts +6 -10
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +43 -84
- package/libs/PanoMeasurePlugin/Controller/WatchController.d.ts +3 -3
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +51 -68
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +27 -9
- package/libs/PanoMeasurePlugin/Controller/index.js +118 -130
- package/libs/PanoMeasurePlugin/Model/index.d.ts +17 -17
- package/libs/PanoMeasurePlugin/Model/index.js +47 -77
- package/libs/PanoMeasurePlugin/Model/line.d.ts +6 -4
- package/libs/PanoMeasurePlugin/Model/line.js +29 -29
- package/libs/PanoMeasurePlugin/Model/point.d.ts +2 -4
- package/libs/PanoMeasurePlugin/Model/point.js +7 -7
- package/libs/PanoMeasurePlugin/Model/polyline.d.ts +37 -12
- package/libs/PanoMeasurePlugin/Model/polyline.js +90 -37
- 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 +5 -5
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/GuideController.d.ts +2 -0
- package/libs/PanoMeasurePlugin/Modules/GuideController.js +16 -11
- package/libs/PanoMeasurePlugin/Modules/Magnifier.d.ts +29 -16
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +114 -63
- package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +5 -4
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +3 -4
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +21 -21
- package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +24 -24
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +2 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +5 -4
- package/libs/PanoMeasurePlugin/Modules/UIController/style.js +18 -26
- package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +3 -4
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +5 -8
- package/libs/PanoMeasurePlugin/index.d.ts +6 -2
- package/libs/PanoMeasurePlugin/index.js +33 -29
- package/libs/PanoMeasurePlugin/typings/data.d.ts +6 -16
- package/libs/PanoMeasurePlugin/typings/event.type.d.ts +18 -14
- package/libs/PanoMeasurePlugin/typings/index.d.ts +4 -2
- package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -1
- package/libs/PanoMeasurePlugin/utils/constants.js +16 -15
- package/libs/PanoMeasurePlugin/utils/distanceDom.d.ts +5 -3
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +65 -41
- 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 +140 -103
- 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 +10 -11
- 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 +97 -75
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +143 -166
- 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 +157 -265
- package/libs/PanoTagPlugin/Components/TagContainer.js +109 -165
- 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 -186
- package/libs/PanoTagPlugin/controller/index.d.ts +14 -25
- package/libs/PanoTagPlugin/controller/index.js +170 -266
- package/libs/PanoTagPlugin/index.d.ts +1 -1
- package/libs/PanoTagPlugin/index.js +35 -52
- package/libs/PanoTagPlugin/tag.config.js +16 -31
- package/libs/PanoTagPlugin/typings/controller.d.ts +17 -23
- 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/actionAfterFiveModelLoad.d.ts +0 -1
- package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +1 -7
- package/libs/PanoTagPlugin/utils/constants.js +1 -2
- package/libs/PanoTagPlugin/utils/doUtil.js +6 -6
- package/libs/PanoTagPlugin/utils/index.js +0 -36
- 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 +120 -129
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +39 -29
- 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 -53
- package/dist/PanoTagPlugin/utils/audio/SharedAudio.d.ts +0 -16
- 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/dist/shared-utils/audio.d.ts +0 -31
- 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/AudioAppearance.html +0 -251
- package/docs/types/AudioTagTypeConfigKey.html +0 -251
- package/docs/types/ContentTypeConfigKeySplit.html +0 -251
- package/docs/types/ContentTypeMap.html +0 -251
- package/docs/types/LoadTagConfig.html +0 -251
- package/docs/types/MediaStore.html +0 -251
- package/docs/types/PlaneTagElement.html +0 -256
- package/docs/types/Point2DElement.html +0 -256
- package/docs/types/Point2DTag.html +0 -258
- package/docs/types/Point3DElement.html +0 -256
- package/docs/types/Point3DTag.html +0 -258
- package/docs/types/PointTagElement.html +0 -256
- package/docs/types/StickType.html +0 -251
- package/docs/types/TagContentType.html +0 -251
- package/docs/types/TagDimensionType.html +0 -251
- package/docs/types/TagElement.html +0 -258
- package/docs/types/TagEvents.html +0 -286
- package/docs/types/TagHooks.html +0 -251
- package/docs/types/TagIconSize.html +0 -254
- package/docs/types/TagPointType.html +0 -254
- package/docs/types/WorkCode.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 -198
- package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +0 -108
- 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 -195
- 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 -195
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +0 -223
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +0 -125
- 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 -254
- 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 -53
- package/libs/PanoTagPlugin/typings/tag/Utils.js +0 -5
- package/libs/PanoTagPlugin/utils/audio/SharedAudio.d.ts +0 -16
- package/libs/PanoTagPlugin/utils/audio/SharedAudio.js +0 -107
- 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
- package/libs/shared-utils/audio.d.ts +0 -31
- package/libs/shared-utils/audio.js +0 -81
|
@@ -1,164 +1,141 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
2
|
-
import "
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import "@tweenjs/tween.js";
|
|
6
|
-
import "../../../CSS3DRenderPlugin/CSS3DRender.js";
|
|
7
|
-
import "../../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
8
|
-
import { notNil as L } from "../../../shared-utils/isNil.js";
|
|
9
|
-
import "../../../shared-utils/animationFrame/BetterTween.js";
|
|
10
|
-
import ye from "../Common/Shadow.js";
|
|
11
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
12
|
-
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
13
|
-
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
14
|
-
import "../../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
15
|
-
import "../../../CSS3DRenderPlugin/utils/even.js";
|
|
16
|
-
import "../../../shared-utils/Subscribe.js";
|
|
17
|
-
import "../../../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
18
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
19
|
-
import "../../../CSS3DRenderPlugin/utils/centerPoint.js";
|
|
20
|
-
import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
21
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
22
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
23
|
-
import "../../../shared-utils/animationFrame/index.js";
|
|
24
|
-
import "../../../vendor/svelte/transition/index.js";
|
|
25
|
-
import "../../../vendor/svelte/easing/index.js";
|
|
26
|
-
function _e(l) {
|
|
27
|
-
pe(l, "svelte-8mby9k", ".svelte-8mby9k.svelte-8mby9k{box-sizing:border-box}.marketing.svelte-8mby9k.svelte-8mby9k{transform:translateY(-100%)}.content.svelte-8mby9k .headerImage.svelte-8mby9k{position:absolute;width:100%;top:0.25rem;transform:translateY(-100%);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.line.svelte-8mby9k.svelte-8mby9k{position:absolute;height:2.0625rem;width:0.0625rem;left:50%;transform:translateX(-50%);background-color:white;bottom:0;transform-origin:bottom;transition:all 500ms}.content.svelte-8mby9k.svelte-8mby9k{background-color:white;position:relative;display:flex;flex-direction:column;min-width:11.125rem;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;border-radius:0.25rem;top:-1.875rem;left:-1rem;padding:0.5rem 0rem 0.5625rem;transition:all 500ms}.title.svelte-8mby9k.svelte-8mby9k{position:absolute;background-color:white;border-radius:0.25rem;width:100%;top:0.5rem;padding-left:0.75rem;padding-right:0.75rem}.title.svelte-8mby9k .text.svelte-8mby9k{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.75rem;font-weight:bold;line-height:1.125rem;color:#000}.footer.svelte-8mby9k.svelte-8mby9k{position:relative;padding-left:0.75rem;padding-right:0.75rem;width:100%;height:1.375rem;display:flex;align-items:center}.footer.svelte-8mby9k .goto-button.svelte-8mby9k{flex-shrink:0;white-space:nowrap;background-image:linear-gradient(to right, rgba(87, 144, 253, 1) 0, rgba(42, 114, 254, 1) 100%);color:#fff;font-size:0.625rem;border-radius:0.875rem;font-weight:bold;padding-left:0.5rem;padding-right:0.5rem;height:1.25rem;margin-left:auto;display:flex;align-items:center}.footer.svelte-8mby9k .goto-icon.svelte-8mby9k::after{content:'';display:inline-block;width:0.75rem;height:0.75rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMAFNO2pYt4bErz8uP6ysawgVtBPDcR5C4s2L6ZmJBzZGJXUyEeDws/0G2zAAAAkklEQVQ4y+3TRw6DMBAF0OAeJ3QCpCe0uf8NwRILLBYfiS1/aT3JoymnI+sERZ5VCH0iVto3QDfBLmeSSMUTogRV9bBEpJAKaYpGijn13aTSLeraeG9D0NZFZv4/rRL5FDHnITlllqjv6tykWsmX4JHr05y7j6oFKq2P8He48B0tAM0EY0EDxquClw6vLz6EI35GmwwSZpe+WOgAAAAASUVORK5CYII=);background-size:100% auto;background-repeat:no-repeat}.price.svelte-8mby9k.svelte-8mby9k{flex-shrink:0;margin-right:0.75rem;white-space:nowrap;color:#ff6600;display:flex;align-items:baseline}.price.svelte-8mby9k .value.svelte-8mby9k{position:relative;top:0.0625rem;font-size:1.125rem;line-height:1.375rem;font-family:TG-TYPE, PingFangSC, Segoe UI, Rototo, sans-serif;letter-spacing:0rem}.price.svelte-8mby9k .unit.svelte-8mby9k{padding-left:0.125rem;font-size:0.625rem}.tag.svelte-8mby9k.svelte-8mby9k{position:relative;background-color:white;display:flex;width:-moz-max-content;width:max-content;padding-left:0.75rem;padding-right:0.75rem;min-height:1.75rem}.tag.svelte-8mby9k .base-tag.svelte-8mby9k{height:1rem;margin-top:1.375rem;margin-bottom:0.5rem;margin-right:0.25rem;font-size:0.625rem;line-height:0.875rem;padding:0.0625rem 0.25rem;border-radius:0.125rem;overflow:hidden}.tag.svelte-8mby9k .primary-tag.svelte-8mby9k{background:#e5eefe;color:#0055ff}.tag.svelte-8mby9k .secondary-tag.svelte-8mby9k{background:rgba(255, 102, 0, 0.08);color:rgba(255, 102, 0, 1)}.unfolded.svelte-8mby9k .line.svelte-8mby9k{transform:translateX(-50%) scale(1, 1)}.folded.svelte-8mby9k .line.svelte-8mby9k{transform:translateX(-50%) scale(1, 0);transition-timing-function:ease-in}.unfolded.svelte-8mby9k .content.svelte-8mby9k{opacity:1}.folded.svelte-8mby9k .content.svelte-8mby9k{opacity:0;transform:translateY(0.425rem);transition-timing-function:ease-in}");
|
|
1
|
+
import { SvelteComponent as fe, init as de, safe_not_equal as ce, append_styles as ge, element as p, create_component as ue, space as A, text as D, attr as g, set_style as R, src_url_equal as W, toggle_class as Y, insert as S, mount_component as be, append as f, set_data as E, transition_in as he, transition_out as ve, detach as T, destroy_component as pe, destroy_each as j, empty as me } from "../../../vendor/svelte/internal/index.js";
|
|
2
|
+
import { Shadow as ke } from "../Common/Shadow.js";
|
|
3
|
+
function ye(i) {
|
|
4
|
+
ge(i, "svelte-8mby9k", ".svelte-8mby9k.svelte-8mby9k{box-sizing:border-box}.marketing.svelte-8mby9k.svelte-8mby9k{transform:translateY(-100%)}.content.svelte-8mby9k .headerImage.svelte-8mby9k{position:absolute;width:100%;top:0.25rem;transform:translateY(-100%);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.line.svelte-8mby9k.svelte-8mby9k{position:absolute;height:2.0625rem;width:0.0625rem;left:50%;transform:translateX(-50%);background-color:white;bottom:0;transform-origin:bottom;transition:all 500ms}.content.svelte-8mby9k.svelte-8mby9k{background-color:white;position:relative;display:flex;flex-direction:column;min-width:11.125rem;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;border-radius:0.25rem;top:-1.875rem;left:-1rem;padding:0.5rem 0rem 0.5625rem;transition:all 500ms}.title.svelte-8mby9k.svelte-8mby9k{position:absolute;background-color:white;border-radius:0.25rem;width:100%;top:0.5rem;padding-left:0.75rem;padding-right:0.75rem}.title.svelte-8mby9k .text.svelte-8mby9k{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.75rem;font-weight:bold;line-height:1.125rem;color:#000}.footer.svelte-8mby9k.svelte-8mby9k{position:relative;padding-left:0.75rem;padding-right:0.75rem;width:100%;height:1.375rem;display:flex;align-items:center}.footer.svelte-8mby9k .goto-button.svelte-8mby9k{flex-shrink:0;white-space:nowrap;background-image:linear-gradient(to right, rgba(87, 144, 253, 1) 0, rgba(42, 114, 254, 1) 100%);color:#fff;font-size:0.625rem;border-radius:0.875rem;font-weight:bold;padding-left:0.5rem;padding-right:0.5rem;height:1.25rem;margin-left:auto;display:flex;align-items:center}.footer.svelte-8mby9k .goto-icon.svelte-8mby9k::after{content:'';display:inline-block;width:0.75rem;height:0.75rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMAFNO2pYt4bErz8uP6ysawgVtBPDcR5C4s2L6ZmJBzZGJXUyEeDws/0G2zAAAAkklEQVQ4y+3TRw6DMBAF0OAeJ3QCpCe0uf8NwRILLBYfiS1/aT3JoymnI+sERZ5VCH0iVto3QDfBLmeSSMUTogRV9bBEpJAKaYpGijn13aTSLeraeG9D0NZFZv4/rRL5FDHnITlllqjv6tykWsmX4JHr05y7j6oFKq2P8He48B0tAM0EY0EDxquClw6vLz6EI35GmwwSZpe+WOgAAAAASUVORK5CYII=);background-size:100% auto;background-repeat:no-repeat}.price.svelte-8mby9k.svelte-8mby9k{flex-shrink:0;margin-right:0.75rem;white-space:nowrap;color:#ff6600;display:flex;align-items:baseline}.price.svelte-8mby9k .value.svelte-8mby9k{position:relative;top:0.0625rem;font-size:1.125rem;line-height:1.375rem;font-family:TG-TYPE, PingFangSC, Segoe UI, Rototo, sans-serif;letter-spacing:0rem}.price.svelte-8mby9k .unit.svelte-8mby9k{padding-left:0.125rem;font-size:0.625rem}.tag.svelte-8mby9k.svelte-8mby9k{position:relative;background-color:white;display:flex;width:-moz-max-content;width:max-content;padding-left:0.75rem;padding-right:0.75rem;min-height:1.75rem}.tag.svelte-8mby9k .base-tag.svelte-8mby9k{height:1rem;margin-top:1.375rem;margin-bottom:0.5rem;margin-right:0.25rem;font-size:0.625rem;line-height:0.875rem;padding:0.0625rem 0.25rem;border-radius:0.125rem;overflow:hidden}.tag.svelte-8mby9k .primary-tag.svelte-8mby9k{background:#e5eefe;color:#0055ff}.tag.svelte-8mby9k .secondary-tag.svelte-8mby9k{background:rgba(255, 102, 0, 0.08);color:rgba(255, 102, 0, 1)}.unfolded.svelte-8mby9k .line.svelte-8mby9k{transform:translateX(-50%) scale(1, 1)}.folded.svelte-8mby9k .line.svelte-8mby9k{transform:translateX(-50%) scale(1, 0);transition-timing-function:ease-in}.unfolded.svelte-8mby9k .content.svelte-8mby9k{opacity:1}.folded.svelte-8mby9k .content.svelte-8mby9k{opacity:0;transform:translateY(0.425rem);transition-timing-function:ease-in}");
|
|
28
5
|
}
|
|
29
|
-
function
|
|
30
|
-
const
|
|
31
|
-
return
|
|
6
|
+
function $(i, t, e) {
|
|
7
|
+
const l = i.slice();
|
|
8
|
+
return l[0] = t[e], l;
|
|
32
9
|
}
|
|
33
|
-
function
|
|
34
|
-
const
|
|
35
|
-
return
|
|
10
|
+
function x(i, t, e) {
|
|
11
|
+
const l = i.slice();
|
|
12
|
+
return l[0] = t[e], l;
|
|
36
13
|
}
|
|
37
|
-
function
|
|
38
|
-
let t, e =
|
|
14
|
+
function ee(i) {
|
|
15
|
+
let t, e = i[0] + "", l;
|
|
39
16
|
return {
|
|
40
17
|
c() {
|
|
41
|
-
t =
|
|
18
|
+
t = p("div"), l = D(e), g(t, "class", "base-tag primary-tag svelte-8mby9k");
|
|
42
19
|
},
|
|
43
|
-
m(
|
|
44
|
-
S(
|
|
20
|
+
m(n, s) {
|
|
21
|
+
S(n, t, s), f(t, l);
|
|
45
22
|
},
|
|
46
|
-
p(
|
|
47
|
-
|
|
23
|
+
p(n, s) {
|
|
24
|
+
s & 4 && e !== (e = n[0] + "") && E(l, e);
|
|
48
25
|
},
|
|
49
|
-
d(
|
|
50
|
-
|
|
26
|
+
d(n) {
|
|
27
|
+
n && T(t);
|
|
51
28
|
}
|
|
52
29
|
};
|
|
53
30
|
}
|
|
54
|
-
function
|
|
55
|
-
let t, e =
|
|
31
|
+
function te(i) {
|
|
32
|
+
let t, e = i[0] && ee(i);
|
|
56
33
|
return {
|
|
57
34
|
c() {
|
|
58
|
-
e && e.c(), t =
|
|
35
|
+
e && e.c(), t = me();
|
|
59
36
|
},
|
|
60
|
-
m(
|
|
61
|
-
e && e.m(
|
|
37
|
+
m(l, n) {
|
|
38
|
+
e && e.m(l, n), S(l, t, n);
|
|
62
39
|
},
|
|
63
|
-
p(
|
|
64
|
-
|
|
40
|
+
p(l, n) {
|
|
41
|
+
l[0] ? e ? e.p(l, n) : (e = ee(l), e.c(), e.m(t.parentNode, t)) : e && (e.d(1), e = null);
|
|
65
42
|
},
|
|
66
|
-
d(
|
|
67
|
-
e && e.d(
|
|
43
|
+
d(l) {
|
|
44
|
+
e && e.d(l), l && T(t);
|
|
68
45
|
}
|
|
69
46
|
};
|
|
70
47
|
}
|
|
71
|
-
function le(
|
|
72
|
-
let t, e =
|
|
48
|
+
function le(i) {
|
|
49
|
+
let t, e = i[0] + "", l;
|
|
73
50
|
return {
|
|
74
51
|
c() {
|
|
75
|
-
t =
|
|
52
|
+
t = p("div"), l = D(e), g(t, "class", "base-tag secondary-tag svelte-8mby9k");
|
|
76
53
|
},
|
|
77
|
-
m(
|
|
78
|
-
S(
|
|
54
|
+
m(n, s) {
|
|
55
|
+
S(n, t, s), f(t, l);
|
|
79
56
|
},
|
|
80
|
-
p(
|
|
81
|
-
|
|
57
|
+
p(n, s) {
|
|
58
|
+
s & 4 && e !== (e = n[0] + "") && E(l, e);
|
|
82
59
|
},
|
|
83
|
-
d(
|
|
84
|
-
|
|
60
|
+
d(n) {
|
|
61
|
+
n && T(t);
|
|
85
62
|
}
|
|
86
63
|
};
|
|
87
64
|
}
|
|
88
|
-
function
|
|
89
|
-
let t, e =
|
|
65
|
+
function ie(i) {
|
|
66
|
+
let t, e = i[0] && le(i);
|
|
90
67
|
return {
|
|
91
68
|
c() {
|
|
92
|
-
e && e.c(), t =
|
|
69
|
+
e && e.c(), t = me();
|
|
93
70
|
},
|
|
94
|
-
m(
|
|
95
|
-
e && e.m(
|
|
71
|
+
m(l, n) {
|
|
72
|
+
e && e.m(l, n), S(l, t, n);
|
|
96
73
|
},
|
|
97
|
-
p(
|
|
98
|
-
|
|
74
|
+
p(l, n) {
|
|
75
|
+
l[0] ? e ? e.p(l, n) : (e = le(l), e.c(), e.m(t.parentNode, t)) : e && (e.d(1), e = null);
|
|
99
76
|
},
|
|
100
|
-
d(
|
|
101
|
-
e && e.d(
|
|
77
|
+
d(l) {
|
|
78
|
+
e && e.d(l), l && T(t);
|
|
102
79
|
}
|
|
103
80
|
};
|
|
104
81
|
}
|
|
105
|
-
function
|
|
106
|
-
let t, e,
|
|
82
|
+
function ne(i) {
|
|
83
|
+
let t, e, l = i[2].price.value + "", n, s, o = i[2].price.unit && re(i);
|
|
107
84
|
return {
|
|
108
85
|
c() {
|
|
109
|
-
t =
|
|
86
|
+
t = p("div"), e = p("span"), n = D(l), s = A(), o && o.c(), g(e, "class", "value svelte-8mby9k"), g(t, "class", "price svelte-8mby9k");
|
|
110
87
|
},
|
|
111
|
-
m(
|
|
112
|
-
S(
|
|
88
|
+
m(m, k) {
|
|
89
|
+
S(m, t, k), f(t, e), f(e, n), f(t, s), o && o.m(t, null);
|
|
113
90
|
},
|
|
114
|
-
p(
|
|
115
|
-
|
|
91
|
+
p(m, k) {
|
|
92
|
+
k & 4 && l !== (l = m[2].price.value + "") && E(n, l), m[2].price.unit ? o ? o.p(m, k) : (o = re(m), o.c(), o.m(t, null)) : o && (o.d(1), o = null);
|
|
116
93
|
},
|
|
117
|
-
d(
|
|
118
|
-
|
|
94
|
+
d(m) {
|
|
95
|
+
m && T(t), o && o.d();
|
|
119
96
|
}
|
|
120
97
|
};
|
|
121
98
|
}
|
|
122
|
-
function
|
|
123
|
-
let t, e =
|
|
99
|
+
function re(i) {
|
|
100
|
+
let t, e = i[2].price.unit + "", l;
|
|
124
101
|
return {
|
|
125
102
|
c() {
|
|
126
|
-
t =
|
|
103
|
+
t = p("span"), l = D(e), g(t, "class", "unit svelte-8mby9k");
|
|
127
104
|
},
|
|
128
|
-
m(
|
|
129
|
-
S(
|
|
105
|
+
m(n, s) {
|
|
106
|
+
S(n, t, s), f(t, l);
|
|
130
107
|
},
|
|
131
|
-
p(
|
|
132
|
-
|
|
108
|
+
p(n, s) {
|
|
109
|
+
s & 4 && e !== (e = n[2].price.unit + "") && E(l, e);
|
|
133
110
|
},
|
|
134
|
-
d(
|
|
135
|
-
|
|
111
|
+
d(n) {
|
|
112
|
+
n && T(t);
|
|
136
113
|
}
|
|
137
114
|
};
|
|
138
115
|
}
|
|
139
|
-
function
|
|
140
|
-
let t, e =
|
|
116
|
+
function oe(i) {
|
|
117
|
+
let t, e = i[2].highlightText + "", l;
|
|
141
118
|
return {
|
|
142
119
|
c() {
|
|
143
|
-
t =
|
|
120
|
+
t = p("div"), l = D(e), g(t, "class", "goto-button goto-icon svelte-8mby9k");
|
|
144
121
|
},
|
|
145
|
-
m(
|
|
146
|
-
S(
|
|
122
|
+
m(n, s) {
|
|
123
|
+
S(n, t, s), f(t, l);
|
|
147
124
|
},
|
|
148
|
-
p(
|
|
149
|
-
|
|
125
|
+
p(n, s) {
|
|
126
|
+
s & 4 && e !== (e = n[2].highlightText + "") && E(l, e);
|
|
150
127
|
},
|
|
151
|
-
d(
|
|
152
|
-
|
|
128
|
+
d(n) {
|
|
129
|
+
n && T(t);
|
|
153
130
|
}
|
|
154
131
|
};
|
|
155
132
|
}
|
|
156
|
-
function
|
|
157
|
-
var
|
|
158
|
-
let t, e,
|
|
159
|
-
e = new
|
|
133
|
+
function _e(i) {
|
|
134
|
+
var O, Z;
|
|
135
|
+
let t, e, l, n, s, o, m, k, M, _, q, P, B, I, U = i[2].title + "", F, N, y, J, w;
|
|
136
|
+
e = new ke({
|
|
160
137
|
props: {
|
|
161
|
-
visible:
|
|
138
|
+
visible: i[1],
|
|
162
139
|
outDelay: 500,
|
|
163
140
|
left: 61,
|
|
164
141
|
bottom: 87,
|
|
@@ -166,86 +143,86 @@ function we(l) {
|
|
|
166
143
|
spreadRadius: 75
|
|
167
144
|
}
|
|
168
145
|
});
|
|
169
|
-
let z =
|
|
170
|
-
for (let
|
|
171
|
-
|
|
172
|
-
let C =
|
|
173
|
-
for (let
|
|
174
|
-
|
|
175
|
-
let
|
|
146
|
+
let z = i[2].brandTags || [], u = [];
|
|
147
|
+
for (let r = 0; r < z.length; r += 1)
|
|
148
|
+
u[r] = te(x(i, z, r));
|
|
149
|
+
let C = i[2].tags || [], b = [];
|
|
150
|
+
for (let r = 0; r < C.length; r += 1)
|
|
151
|
+
b[r] = ie($(i, C, r));
|
|
152
|
+
let h = ((O = i[2].price) == null ? void 0 : O.value) !== void 0 && ((Z = i[2].price) == null ? void 0 : Z.value) !== null && ne(i), v = i[2].highlightText && oe(i);
|
|
176
153
|
return {
|
|
177
154
|
c() {
|
|
178
|
-
var
|
|
179
|
-
t =
|
|
180
|
-
for (let
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
for (let
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
},
|
|
187
|
-
m(
|
|
188
|
-
S(
|
|
189
|
-
for (let
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
for (let
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
},
|
|
196
|
-
p(
|
|
197
|
-
var H, K
|
|
198
|
-
const
|
|
199
|
-
if (
|
|
200
|
-
z =
|
|
201
|
-
let
|
|
202
|
-
for (
|
|
203
|
-
const G =
|
|
204
|
-
|
|
155
|
+
var r, d;
|
|
156
|
+
t = p("div"), ue(e.$$.fragment), l = A(), n = p("div"), s = A(), o = p("div"), m = p("img"), M = A(), _ = p("div");
|
|
157
|
+
for (let c = 0; c < u.length; c += 1)
|
|
158
|
+
u[c].c();
|
|
159
|
+
q = A();
|
|
160
|
+
for (let c = 0; c < b.length; c += 1)
|
|
161
|
+
b[c].c();
|
|
162
|
+
P = A(), B = p("div"), I = p("div"), F = D(U), N = A(), y = p("div"), h && h.c(), J = A(), v && v.c(), g(n, "class", "line svelte-8mby9k"), R(n, "transition-delay", i[1] ? L + "ms" : V + se - ae - 40 + "ms"), g(m, "class", "headerImage svelte-8mby9k"), W(m.src, k = i[2].headerPictureUrl) || g(m, "src", k), g(m, "alt", ""), g(_, "class", "tag svelte-8mby9k"), g(I, "class", "text svelte-8mby9k"), g(B, "class", "title svelte-8mby9k"), g(y, "class", "footer svelte-8mby9k"), R(y, "height", ((r = i[2].price) == null ? void 0 : r.value) !== void 0 && ((d = i[2].price) == null ? void 0 : d.value) !== null && i[2].highlightText ? void 0 : "1rem"), g(o, "class", "content svelte-8mby9k"), R(o, "transition-delay", i[1] ? L + V + "ms" : "0ms"), g(t, "class", "marketing svelte-8mby9k"), Y(t, "unfolded", i[1]), Y(t, "folded", i[3]);
|
|
163
|
+
},
|
|
164
|
+
m(r, d) {
|
|
165
|
+
S(r, t, d), be(e, t, null), f(t, l), f(t, n), f(t, s), f(t, o), f(o, m), f(o, M), f(o, _);
|
|
166
|
+
for (let c = 0; c < u.length; c += 1)
|
|
167
|
+
u[c].m(_, null);
|
|
168
|
+
f(_, q);
|
|
169
|
+
for (let c = 0; c < b.length; c += 1)
|
|
170
|
+
b[c].m(_, null);
|
|
171
|
+
f(o, P), f(o, B), f(B, I), f(I, F), f(o, N), f(o, y), h && h.m(y, null), f(y, J), v && v.m(y, null), w = !0;
|
|
172
|
+
},
|
|
173
|
+
p(r, [d]) {
|
|
174
|
+
var Q, X, H, K;
|
|
175
|
+
const c = {};
|
|
176
|
+
if (d & 2 && (c.visible = r[1]), e.$set(c), d & 2 && R(n, "transition-delay", r[1] ? L + "ms" : V + se - ae - 40 + "ms"), (!w || d & 4 && !W(m.src, k = r[2].headerPictureUrl)) && g(m, "src", k), d & 4) {
|
|
177
|
+
z = r[2].brandTags || [];
|
|
178
|
+
let a;
|
|
179
|
+
for (a = 0; a < z.length; a += 1) {
|
|
180
|
+
const G = x(r, z, a);
|
|
181
|
+
u[a] ? u[a].p(G, d) : (u[a] = te(G), u[a].c(), u[a].m(_, q));
|
|
205
182
|
}
|
|
206
|
-
for (;
|
|
207
|
-
|
|
208
|
-
|
|
183
|
+
for (; a < u.length; a += 1)
|
|
184
|
+
u[a].d(1);
|
|
185
|
+
u.length = z.length;
|
|
209
186
|
}
|
|
210
|
-
if (
|
|
211
|
-
C =
|
|
212
|
-
let
|
|
213
|
-
for (
|
|
214
|
-
const G =
|
|
215
|
-
|
|
187
|
+
if (d & 4) {
|
|
188
|
+
C = r[2].tags || [];
|
|
189
|
+
let a;
|
|
190
|
+
for (a = 0; a < C.length; a += 1) {
|
|
191
|
+
const G = $(r, C, a);
|
|
192
|
+
b[a] ? b[a].p(G, d) : (b[a] = ie(G), b[a].c(), b[a].m(_, null));
|
|
216
193
|
}
|
|
217
|
-
for (;
|
|
218
|
-
|
|
219
|
-
|
|
194
|
+
for (; a < b.length; a += 1)
|
|
195
|
+
b[a].d(1);
|
|
196
|
+
b.length = C.length;
|
|
220
197
|
}
|
|
221
|
-
(!w ||
|
|
198
|
+
(!w || d & 4) && U !== (U = r[2].title + "") && E(F, U), ((Q = r[2].price) == null ? void 0 : Q.value) !== void 0 && ((X = r[2].price) == null ? void 0 : X.value) !== null ? h ? h.p(r, d) : (h = ne(r), h.c(), h.m(y, J)) : h && (h.d(1), h = null), r[2].highlightText ? v ? v.p(r, d) : (v = oe(r), v.c(), v.m(y, null)) : v && (v.d(1), v = null), d & 4 && R(y, "height", ((H = r[2].price) == null ? void 0 : H.value) !== void 0 && ((K = r[2].price) == null ? void 0 : K.value) !== null && r[2].highlightText ? void 0 : "1rem"), d & 2 && R(o, "transition-delay", r[1] ? L + V + "ms" : "0ms"), (!w || d & 2) && Y(t, "unfolded", r[1]), (!w || d & 8) && Y(t, "folded", r[3]);
|
|
222
199
|
},
|
|
223
|
-
i(
|
|
224
|
-
w || (he(e.$$.fragment,
|
|
200
|
+
i(r) {
|
|
201
|
+
w || (he(e.$$.fragment, r), w = !0);
|
|
225
202
|
},
|
|
226
|
-
o(
|
|
227
|
-
ve(e.$$.fragment,
|
|
203
|
+
o(r) {
|
|
204
|
+
ve(e.$$.fragment, r), w = !1;
|
|
228
205
|
},
|
|
229
|
-
d(
|
|
230
|
-
|
|
206
|
+
d(r) {
|
|
207
|
+
r && T(t), pe(e), j(u, r), j(b, r), h && h.d(), v && v.d();
|
|
231
208
|
}
|
|
232
209
|
};
|
|
233
210
|
}
|
|
234
|
-
const
|
|
235
|
-
function
|
|
236
|
-
let
|
|
237
|
-
return
|
|
238
|
-
"tag" in
|
|
239
|
-
},
|
|
240
|
-
var
|
|
241
|
-
|
|
242
|
-
}, [
|
|
211
|
+
const L = 400, ae = 500, V = 180, se = 500;
|
|
212
|
+
function we(i, t, e) {
|
|
213
|
+
let l, n, s, { tag: o } = t;
|
|
214
|
+
return i.$$set = (m) => {
|
|
215
|
+
"tag" in m && e(0, o = m.tag);
|
|
216
|
+
}, i.$$.update = () => {
|
|
217
|
+
var m, k;
|
|
218
|
+
i.$$.dirty & 1 && e(1, l = (k = (m = o.state) == null ? void 0 : m.unfolded) != null ? k : !1), i.$$.dirty & 2 && e(3, n = !l), i.$$.dirty & 1 && e(2, s = o.data);
|
|
219
|
+
}, [o, l, s, n];
|
|
243
220
|
}
|
|
244
|
-
class
|
|
221
|
+
class Te extends fe {
|
|
245
222
|
constructor(t) {
|
|
246
|
-
super(),
|
|
223
|
+
super(), de(this, t, we, _e, ce, { tag: 0 }, ye);
|
|
247
224
|
}
|
|
248
225
|
}
|
|
249
226
|
export {
|
|
250
|
-
|
|
227
|
+
Te as MarketingTag
|
|
251
228
|
};
|
|
@@ -1,117 +1,87 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
import "../../../vendor/svelte/easing/index.js";
|
|
5
|
-
import "../../../vendor/swiper/svelte/swiper.js";
|
|
6
|
-
import "swiper";
|
|
7
|
-
import "../../../vendor/swiper/components-shared/get-params.js";
|
|
8
|
-
import "../../../vendor/swiper/components-shared/utils.js";
|
|
9
|
-
import "../../../vendor/swiper/components-shared/params-list.js";
|
|
10
|
-
import "../../../vendor/swiper/components-shared/mount-swiper.js";
|
|
11
|
-
import "../../../vendor/swiper/components-shared/get-changed-params.js";
|
|
12
|
-
import "../../../vendor/swiper/components-shared/update-swiper.js";
|
|
13
|
-
import "../../../vendor/swiper/svelte/swiper-slide.js";
|
|
14
|
-
import "swiper/css";
|
|
15
|
-
import "swiper/css/autoplay";
|
|
16
|
-
import "three";
|
|
17
|
-
import "../../utils/noTypecheck.js";
|
|
18
|
-
import "../Common/MediaItem.js";
|
|
19
|
-
import "../../Assets/Icon.js";
|
|
20
|
-
import "../../../shared-utils/isNil.js";
|
|
21
|
-
function M(a) {
|
|
1
|
+
import { SvelteComponent as g, init as y, safe_not_equal as b, append_styles as h, empty as w, insert as m, transition_in as f, group_outros as C, transition_out as d, check_outros as D, detach as _, element as j, create_component as k, attr as F, mount_component as M, destroy_component as v } from "../../../vendor/svelte/internal/index.js";
|
|
2
|
+
import { Media as N } from "../Common/Media.js";
|
|
3
|
+
function P(a) {
|
|
22
4
|
h(a, "svelte-10cw0el", ".media-wrapper.svelte-10cw0el{position:absolute;width:100%;height:100%}");
|
|
23
5
|
}
|
|
24
6
|
function c(a) {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
return o = new F({
|
|
7
|
+
let i, n, t;
|
|
8
|
+
return n = new N({
|
|
28
9
|
props: {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
playButtonIfNeed: (i = a[4]) != null ? i : "withText",
|
|
33
|
-
disableVideoIfHavePoster: !1,
|
|
34
|
-
objectFit: a[2]
|
|
35
|
-
},
|
|
36
|
-
unfolded: a[6],
|
|
37
|
-
mediaData: a[5],
|
|
10
|
+
unfolded: a[5],
|
|
11
|
+
mediaData: a[4],
|
|
12
|
+
objectFit: a[2],
|
|
38
13
|
enableCarousel: a[1],
|
|
39
14
|
autoplayConfig: a[3],
|
|
40
15
|
tag: a[0],
|
|
16
|
+
canPlay: !0,
|
|
17
|
+
playButtonIfNeed: "large",
|
|
41
18
|
inDelay: 500,
|
|
42
19
|
duration: 500
|
|
43
20
|
}
|
|
44
21
|
}), {
|
|
45
22
|
c() {
|
|
46
|
-
|
|
23
|
+
i = j("div"), k(n.$$.fragment), F(i, "class", "media-wrapper svelte-10cw0el");
|
|
47
24
|
},
|
|
48
|
-
m(e,
|
|
49
|
-
|
|
25
|
+
m(e, o) {
|
|
26
|
+
m(e, i, o), M(n, i, null), t = !0;
|
|
50
27
|
},
|
|
51
|
-
p(e,
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
n & 20 && (f.mediaItemConfig = {
|
|
55
|
-
canPlay: !0,
|
|
56
|
-
playButtonSizeIfNeed: "large",
|
|
57
|
-
playButtonIfNeed: (p = e[4]) != null ? p : "withText",
|
|
58
|
-
disableVideoIfHavePoster: !1,
|
|
59
|
-
objectFit: e[2]
|
|
60
|
-
}), n & 64 && (f.unfolded = e[6]), n & 32 && (f.mediaData = e[5]), n & 2 && (f.enableCarousel = e[1]), n & 8 && (f.autoplayConfig = e[3]), n & 1 && (f.tag = e[0]), o.$set(f);
|
|
28
|
+
p(e, o) {
|
|
29
|
+
const r = {};
|
|
30
|
+
o & 32 && (r.unfolded = e[5]), o & 16 && (r.mediaData = e[4]), o & 4 && (r.objectFit = e[2]), o & 2 && (r.enableCarousel = e[1]), o & 8 && (r.autoplayConfig = e[3]), o & 1 && (r.tag = e[0]), n.$set(r);
|
|
61
31
|
},
|
|
62
32
|
i(e) {
|
|
63
|
-
t || (
|
|
33
|
+
t || (f(n.$$.fragment, e), t = !0);
|
|
64
34
|
},
|
|
65
35
|
o(e) {
|
|
66
|
-
|
|
36
|
+
d(n.$$.fragment, e), t = !1;
|
|
67
37
|
},
|
|
68
38
|
d(e) {
|
|
69
|
-
e &&
|
|
39
|
+
e && _(i), v(n);
|
|
70
40
|
}
|
|
71
41
|
};
|
|
72
42
|
}
|
|
73
|
-
function
|
|
74
|
-
let
|
|
43
|
+
function q(a) {
|
|
44
|
+
let i, n, t = a[0].state && a[4] && c(a);
|
|
75
45
|
return {
|
|
76
46
|
c() {
|
|
77
|
-
t && t.c(),
|
|
47
|
+
t && t.c(), i = w();
|
|
78
48
|
},
|
|
79
|
-
m(
|
|
80
|
-
t && t.m(
|
|
49
|
+
m(e, o) {
|
|
50
|
+
t && t.m(e, o), m(e, i, o), n = !0;
|
|
81
51
|
},
|
|
82
|
-
p(
|
|
83
|
-
|
|
52
|
+
p(e, [o]) {
|
|
53
|
+
e[0].state && e[4] ? t ? (t.p(e, o), o & 17 && f(t, 1)) : (t = c(e), t.c(), f(t, 1), t.m(i.parentNode, i)) : t && (C(), d(t, 1, 1, () => {
|
|
84
54
|
t = null;
|
|
85
|
-
}),
|
|
55
|
+
}), D());
|
|
86
56
|
},
|
|
87
|
-
i(
|
|
88
|
-
|
|
57
|
+
i(e) {
|
|
58
|
+
n || (f(t), n = !0);
|
|
89
59
|
},
|
|
90
|
-
o(
|
|
91
|
-
|
|
60
|
+
o(e) {
|
|
61
|
+
d(t), n = !1;
|
|
92
62
|
},
|
|
93
|
-
d(
|
|
94
|
-
t && t.d(
|
|
63
|
+
d(e) {
|
|
64
|
+
t && t.d(e), e && _(i);
|
|
95
65
|
}
|
|
96
66
|
};
|
|
97
67
|
}
|
|
98
|
-
function
|
|
99
|
-
let t,
|
|
68
|
+
function B(a, i, n) {
|
|
69
|
+
let t, e, o, r, s, { tag: l } = i;
|
|
100
70
|
return a.$$set = (u) => {
|
|
101
|
-
"tag" in u &&
|
|
71
|
+
"tag" in u && n(0, l = u.tag);
|
|
102
72
|
}, a.$$.update = () => {
|
|
103
|
-
var u,
|
|
104
|
-
a.$$.dirty & 1 &&
|
|
105
|
-
autoplay:
|
|
73
|
+
var u, p;
|
|
74
|
+
a.$$.dirty & 1 && n(5, t = l.state ? l.state.unfolded : !1), a.$$.dirty & 1 && n(4, e = l.data.mediaData), a.$$.dirty & 1 && n(1, o = l.data.enableCarousel), a.$$.dirty & 3 && n(3, r = (u = l.data.autoplayConfig) != null ? u : {
|
|
75
|
+
autoplay: o != null ? o : !0,
|
|
106
76
|
autoplayVideo: !0
|
|
107
|
-
}), a.$$.dirty & 1 &&
|
|
108
|
-
}, [l,
|
|
77
|
+
}), a.$$.dirty & 1 && n(2, s = (p = l.data.objectFit) != null ? p : (() => l.data.adaptationMode === "stretch" ? "cover" : l.data.adaptationMode === "proportional" ? "contain" : void 0)());
|
|
78
|
+
}, [l, o, s, r, e, t];
|
|
109
79
|
}
|
|
110
|
-
class
|
|
111
|
-
constructor(
|
|
112
|
-
super(),
|
|
80
|
+
class V extends g {
|
|
81
|
+
constructor(i) {
|
|
82
|
+
super(), y(this, i, B, q, b, { tag: 0 }, P);
|
|
113
83
|
}
|
|
114
84
|
}
|
|
115
85
|
export {
|
|
116
|
-
|
|
86
|
+
V as MediaPlane
|
|
117
87
|
};
|