@realsee/dnalogel 2.3.8 → 2.3.9-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/PanoTagPlugin/Assets/Icon.d.ts +3 -2
- package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +19 -22
- package/dist/PanoTagPlugin/controller/index.d.ts +24 -13
- package/dist/PanoTagPlugin/index.d.ts +1 -1
- package/dist/PanoTagPlugin/typings/controller.d.ts +21 -17
- package/dist/PanoTagPlugin/typings/index.d.ts +5 -1
- package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
- package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +53 -0
- package/dist/PanoTagPlugin/utils/color.d.ts +7 -0
- package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
- package/dist/PanoTagPlugin/utils/px2rem.d.ts +1 -0
- package/dist/PanoTagPlugin/utils/tag/format.d.ts +2 -0
- package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
- package/dist/PanoTagPlugin/utils/timeToString.d.ts +1 -0
- package/dist/index.cjs.js +54 -56
- package/dist/index.js +7446 -6329
- package/dist/index.umd.js +47 -49
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +16 -16
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoTagPluginController.html +221 -174
- package/docs/classes/Util.BetterTween.html +8 -8
- package/docs/classes/Util.FivePointSelector.html +12 -12
- package/docs/classes/Util.Interval.html +12 -12
- package/docs/classes/Util.Magnifier.html +17 -17
- package/docs/classes/Util.PointDomHelper.html +11 -11
- package/docs/classes/Util.PointHelper.html +11 -11
- package/docs/classes/Util.Rectangle.html +13 -13
- package/docs/enums/CameraMovementEffect.html +7 -7
- package/docs/enums/ContentType.html +75 -35
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +19 -15
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +19 -15
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +39 -13
- package/docs/functions/CameraMovementPlugin.html +39 -13
- package/docs/functions/CruisePlugin.html +39 -13
- package/docs/functions/GuideLinePlugin.html +40 -14
- package/docs/functions/ItemLabelPlugin.html +39 -13
- package/docs/functions/MapviewFloorplanPlugin.html +39 -13
- package/docs/functions/ModelChassisCompassPlugin.html +39 -13
- package/docs/functions/ModelEntryDoorGuidePlugin.html +39 -13
- package/docs/functions/ModelFloorplanPlugin.html +39 -13
- package/docs/functions/ModelItemLabelPlugin.html +39 -13
- package/docs/functions/ModelRoomLabelPlugin.html +39 -13
- package/docs/functions/ModelTVVideoPlugin.html +39 -13
- package/docs/functions/ModelViewPlugin.html +39 -13
- package/docs/functions/Object3DHelperPlugin.html +39 -13
- package/docs/functions/PanoCompassPlugin.html +39 -13
- package/docs/functions/PanoCursorRaycasterPlugin.html +39 -13
- package/docs/functions/PanoDoorLabelPlugin.html +39 -13
- package/docs/functions/PanoFloorplanRadarPlugin.html +39 -13
- package/docs/functions/PanoMeasurePlugin.html +39 -13
- package/docs/functions/PanoRulerPlugin.html +39 -13
- package/docs/functions/PanoRulerProPlugin.html +39 -13
- package/docs/functions/PanoSpatialTagPlugin.html +39 -13
- package/docs/functions/PanoTagPlugin.html +45 -23
- package/docs/functions/TopviewFloorplanPlugin.html +39 -13
- package/docs/functions/Util.getCoordsFromClient.html +5 -5
- package/docs/functions/Util.getCoordsFromElement.html +5 -5
- package/docs/functions/Util.getFrameTime.html +5 -5
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
- package/docs/functions/Util.isNil.html +5 -5
- package/docs/functions/Util.nextFrame.html +5 -5
- package/docs/functions/Util.notNil.html +5 -5
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
- package/docs/functions/Util.tweenProgress.html +5 -5
- package/docs/functions/pluginFlag.html +40 -14
- package/docs/index.html +39 -13
- package/docs/interfaces/AddTagConfig.html +64 -0
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/EventMap.html +298 -0
- package/docs/interfaces/FloorplanBounding.html +8 -8
- package/docs/interfaces/FloorplanData.html +10 -10
- package/docs/interfaces/FloorplanEntrance.html +11 -11
- package/docs/interfaces/FloorplanExtraObject.html +10 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
- package/docs/interfaces/FloorplanFloorData.html +9 -9
- package/docs/interfaces/FloorplanImagePosition.html +7 -7
- package/docs/interfaces/FloorplanObserver.html +9 -9
- package/docs/interfaces/FloorplanOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanPosition.html +7 -7
- package/docs/interfaces/FloorplanRoomItem.html +13 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
- package/docs/interfaces/FloorplanServerBounding.html +8 -8
- package/docs/interfaces/FloorplanServerComputedData.html +10 -10
- package/docs/interfaces/FloorplanServerData.html +7 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
- package/docs/interfaces/FloorplanServerEntrance.html +11 -11
- package/docs/interfaces/FloorplanServerFloorData.html +9 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
- package/docs/interfaces/FloorplanServerObserver.html +9 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanServerPosition.html +7 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/LineJson.html +7 -7
- package/docs/interfaces/MinMax.html +71 -0
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
- package/docs/interfaces/ModelViewPluginExportType.html +11 -11
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/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 +40 -14
- 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 +40 -14
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +40 -14
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
- package/docs/interfaces/Point.html +8 -8
- package/docs/interfaces/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 +40 -14
- package/docs/interfaces/Rooms.html +40 -14
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/State.html +89 -0
- package/docs/interfaces/TagCache.html +92 -0
- package/docs/interfaces/TagConfig.html +15 -19
- package/docs/interfaces/TagIconUrl.html +91 -0
- package/docs/interfaces/Tags.html +14 -12
- package/docs/interfaces/TemporaryState.html +64 -0
- package/docs/interfaces/Util.MagnifierParameter.html +11 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
- package/docs/modules/Util.html +5 -5
- package/docs/modules.html +73 -21
- package/docs/types/ArrayPosition.html +41 -15
- package/docs/types/AudioAppearance.html +251 -0
- package/docs/types/AudioTagTypeConfigKey.html +251 -0
- package/docs/types/CSS3DRenderExportType.html +40 -14
- package/docs/types/CSS3DRenderPluginExportType.html +40 -14
- package/docs/types/CSS3DRenderPluginParameterType.html +40 -14
- package/docs/types/Color.html +40 -14
- package/docs/types/ContentTypeConfigKey.html +41 -15
- package/docs/types/ContentTypeConfigKeySplit.html +251 -0
- package/docs/types/ContentTypeMap.html +251 -0
- package/docs/types/Create3DDomContainerReturnType.html +40 -14
- package/docs/types/Create3DElementReturnType.html +40 -14
- package/docs/types/CruisePluginExportType.html +40 -14
- package/docs/types/Direction-1.html +40 -14
- package/docs/types/Direction4.html +40 -14
- package/docs/types/FloorplanRuleLabels.html +40 -14
- package/docs/types/FloorplanServerRuleLabels.html +40 -14
- package/docs/types/GuideLinePluginExportType.html +40 -14
- package/docs/types/HelperEventMap.html +40 -14
- package/docs/types/LoadTagConfig.html +251 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +40 -14
- package/docs/types/MapviewFloorplanPluginReturnType.html +40 -14
- package/docs/types/MediaData.html +40 -14
- package/docs/types/MediaStore.html +251 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +40 -14
- package/docs/types/ModelFloorplanPluginParameterType.html +40 -14
- package/docs/types/ModelFloorplanPluginReturnType.html +40 -14
- package/docs/types/ModelRoomLabelPluginParameters.html +40 -14
- package/docs/types/ModelRoomLabelPluginReturnType.html +40 -14
- package/docs/types/MoveArgs.html +40 -14
- package/docs/types/MoveOpts.html +40 -14
- package/docs/types/Object3DHelperEventMap.html +40 -14
- package/docs/types/ObjectFit.html +40 -14
- package/docs/types/PaintBrushEventMap.html +40 -14
- package/docs/types/PanoCompassPluginData.html +40 -14
- package/docs/types/PanoCompassPluginExportType.html +40 -14
- package/docs/types/PanoCompassPluginParameterType.html +40 -14
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +40 -14
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +40 -14
- package/docs/types/{ContentTypeConfigKeyArray.html → PanoIndex.html} +43 -17
- package/docs/types/PanoMeasurePluginEvent.html +40 -14
- package/docs/types/PanoMeasureReturnType.html +40 -14
- package/docs/types/PanoSpatialTagPluginId.html +40 -14
- package/docs/types/PanoTagPluginExportInterface.html +40 -14
- package/docs/types/PanoTagPluginParamsInterface.html +40 -14
- package/docs/types/PlaneTag.html +43 -19
- package/docs/types/PlaneTagElement.html +256 -0
- package/docs/types/Point2DElement.html +256 -0
- package/docs/types/Point2DTag.html +258 -0
- package/docs/types/Point3DElement.html +256 -0
- package/docs/types/Point3DTag.html +258 -0
- package/docs/types/PointTag.html +43 -23
- package/docs/types/PointTagElement.html +256 -0
- package/docs/types/Position.html +40 -14
- package/docs/types/RotateArgs.html +40 -14
- package/docs/types/RotateOpts.html +40 -14
- package/docs/types/RuleLabelsKey.html +40 -14
- package/docs/types/RuleLabelsValue.html +40 -14
- package/docs/types/StickType.html +251 -0
- package/docs/types/Tag.html +44 -22
- package/docs/types/Tag2D.html +45 -20
- package/docs/types/Tag3D.html +45 -20
- package/docs/types/TagContentType.html +251 -0
- package/docs/types/TagDimensionType.html +251 -0
- package/docs/types/TagElement.html +258 -0
- package/docs/types/TagEvents.html +286 -0
- package/docs/types/TagHooks.html +251 -0
- package/docs/types/TagIconSize.html +254 -0
- package/docs/types/TagId.html +40 -14
- package/docs/types/TagPointType.html +254 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +40 -14
- package/docs/types/TopviewFloorplanPluginReturnType.html +40 -14
- package/docs/types/WorkCode.html +251 -0
- package/docs/variables/FLOOR_TYPE_MAP.html +40 -14
- package/docs/variables/PLUGIN.html +40 -14
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +40 -14
- package/docs/variables/ROOM_TYPE_MAP.html +40 -14
- package/docs/variables/VERSION.html +40 -14
- package/docs/variables/itemLabelPluginServerParams.html +40 -14
- package/docs/variables/modelItemLabelPluginServerParams.html +40 -14
- package/docs/variables/modelRoomLabelPluginServerParams.html +40 -14
- package/libs/CSS3DRenderPlugin/CSS3DRender.js +1 -1
- package/libs/CSS3DRenderPlugin/Controller.js +2 -2
- package/libs/CSS3DRenderPlugin/utils/createResizeObserver.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.js +4 -4
- package/libs/CSS3DRenderPlugin/utils/index.js +12 -0
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +4 -3
- package/libs/CSS3DRenderPlugin/utils/random.js +6 -1
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.js +3 -2
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +2 -1
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +6 -4
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/three/OpacityMesh.js +6 -6
- package/libs/CSS3DRenderPlugin/utils/waitFiveModelLoaded.js +13 -13
- package/libs/CruisePlugin/Controller.js +1 -1
- package/libs/CruisePlugin/utils/coordinatesAngle.js +3 -2
- package/libs/CruisePlugin/utils/linerValue.js +4 -4
- package/libs/GuideLinePlugin/Controller.js +1 -1
- package/libs/GuideLinePlugin/utils/getLineGeometries.js +1 -1
- package/libs/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/libs/GuideLinePlugin/utils/getPoint.js +18 -0
- package/libs/Object3DHelperPlugin/Controller.js +38 -36
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +25 -15
- package/libs/PanoMeasurePlugin/Controller/EditController.js +21 -9
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +23 -10
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +25 -14
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +44 -29
- package/libs/PanoMeasurePlugin/Controller/index.js +58 -21
- package/libs/PanoMeasurePlugin/Model/index.js +47 -40
- package/libs/PanoMeasurePlugin/Model/line.js +15 -11
- 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 +24 -16
- package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +4 -3
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +8 -5
- package/libs/PanoMeasurePlugin/index.js +2 -2
- package/libs/PanoMeasurePlugin/typings/data.js +1 -0
- package/libs/PanoMeasurePlugin/typings/event.type.js +1 -0
- package/libs/PanoMeasurePlugin/typings/index.js +1 -0
- package/libs/PanoMeasurePlugin/typings/utils.type.d.ts +1 -0
- package/libs/PanoMeasurePlugin/typings/utils.type.js +1 -0
- package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -1
- package/libs/PanoMeasurePlugin/utils/clearGroup.d.ts +2 -0
- package/libs/PanoMeasurePlugin/utils/clearGroup.js +6 -0
- package/libs/PanoMeasurePlugin/utils/constants.js +15 -16
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +1 -1
- package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +7 -6
- package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +3 -3
- package/libs/PanoMeasurePlugin/utils/line.js +1 -0
- package/libs/PanoMeasurePlugin/utils/math.js +2 -1
- package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +2 -2
- package/libs/PanoSpatialTagPlugin/Components/origins.js +3 -2
- package/libs/PanoSpatialTagPlugin/Components/tag.js +3 -2
- package/libs/PanoSpatialTagPlugin/Plugin.js +2 -2
- package/libs/PanoTagPlugin/Assets/Icon.d.ts +3 -2
- package/libs/PanoTagPlugin/Assets/Icon.js +4 -3
- package/libs/PanoTagPlugin/Components/Common/Arrow.js +11 -11
- package/libs/PanoTagPlugin/Components/Common/Audio.js +137 -132
- package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +175 -0
- package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +108 -0
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +30 -30
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +95 -59
- package/libs/PanoTagPlugin/Components/Common/Media.js +275 -249
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +143 -79
- package/libs/PanoTagPlugin/Components/Common/Shadow.js +10 -9
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +80 -0
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +145 -0
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +195 -0
- package/libs/PanoTagPlugin/Components/Common/Text/MText.js +166 -0
- package/libs/PanoTagPlugin/Components/Common/TextItem.js +106 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +213 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +215 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +120 -0
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +22 -22
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +126 -131
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +58 -96
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +5 -3
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +75 -45
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +102 -0
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +134 -0
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +115 -0
- package/libs/PanoTagPlugin/Components/Tag/index.js +235 -148
- package/libs/PanoTagPlugin/Components/TagContainer.js +144 -109
- package/libs/PanoTagPlugin/Components/TagItem.js +233 -0
- package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
- package/libs/PanoTagPlugin/controller/TagCacheController.js +3 -2
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +19 -22
- package/libs/PanoTagPlugin/controller/TagComputer.js +186 -151
- package/libs/PanoTagPlugin/controller/index.d.ts +24 -13
- package/libs/PanoTagPlugin/controller/index.js +245 -165
- package/libs/PanoTagPlugin/index.d.ts +1 -1
- package/libs/PanoTagPlugin/index.js +32 -21
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +4 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +6 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +93 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +5622 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +1325 -0
- package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +173 -0
- package/libs/PanoTagPlugin/mocks/v1/mock1.js +122 -0
- package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +233 -0
- package/libs/PanoTagPlugin/mocks/v1/mock2.js +296 -0
- package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +22 -0
- package/libs/PanoTagPlugin/mocks/v1/mock3.js +32 -0
- package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +56 -0
- package/libs/PanoTagPlugin/mocks/v1/mock4.js +60 -0
- package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +13 -0
- package/libs/PanoTagPlugin/mocks/v1/mock5.js +17 -0
- package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +16 -0
- package/libs/PanoTagPlugin/mocks/v1/mock6.js +27 -0
- package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +22 -0
- package/libs/PanoTagPlugin/mocks/v1/mock7.js +228 -0
- package/libs/PanoTagPlugin/tag.config.js +31 -16
- package/libs/PanoTagPlugin/typings/controller.d.ts +21 -17
- package/libs/PanoTagPlugin/typings/index.d.ts +5 -1
- package/libs/PanoTagPlugin/typings/index.js +7 -1
- package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
- package/libs/PanoTagPlugin/typings/tag/Tag.js +4 -0
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
- package/libs/PanoTagPlugin/typings/tag/TagConfig.js +1 -0
- package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
- package/libs/PanoTagPlugin/typings/tag/TagData.js +4 -0
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +53 -0
- package/libs/PanoTagPlugin/typings/tag/Utils.js +5 -0
- package/libs/PanoTagPlugin/utils/color.d.ts +7 -0
- package/libs/PanoTagPlugin/utils/color.js +17 -0
- package/libs/PanoTagPlugin/utils/constants.js +2 -1
- package/libs/PanoTagPlugin/utils/doUtil.js +6 -6
- package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
- package/libs/PanoTagPlugin/utils/getImageInfo.js +51 -0
- package/libs/PanoTagPlugin/utils/index.js +35 -0
- package/libs/PanoTagPlugin/utils/px2rem.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/px2rem.js +6 -0
- package/libs/PanoTagPlugin/utils/search.js +27 -9
- package/libs/PanoTagPlugin/utils/tag/format.d.ts +2 -0
- package/libs/PanoTagPlugin/utils/tag/format.js +18 -0
- package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
- package/libs/PanoTagPlugin/utils/tag/tagCheck.js +26 -0
- package/libs/PanoTagPlugin/utils/tagPosition.js +2 -2
- package/libs/PanoTagPlugin/utils/timeToString.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/timeToString.js +7 -0
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +10 -6
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +20 -20
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +83 -74
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -1
- package/libs/index.js +112 -101
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +17 -20
- package/libs/vendor/svelte/internal/index.js +382 -338
- package/package.json +3 -3
- package/dist/PanoTagPlugin/typings/tag.d.ts +0 -247
- package/docs/enums/LinkType.html +0 -67
- package/docs/interfaces/ContentTypeMap.html +0 -212
- package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +0 -170
- package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +0 -50
- package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +0 -50
- package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +0 -166
- package/libs/PanoTagPlugin/Components/Common/Text.js +0 -130
- package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +0 -131
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +0 -122
- package/libs/PanoTagPlugin/Components/TagWrapper.js +0 -152
- package/libs/PanoTagPlugin/typings/tag.d.ts +0 -247
- package/libs/PanoTagPlugin/typings/tag.js +0 -7
|
@@ -1,289 +1,376 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { MarketingTag as Z } from "./MarketingTag.js";
|
|
1
|
+
import { SvelteComponent as V, init as N, safe_not_equal as z, append_styles as R, empty as q, insert as M, transition_out as d, check_outros as x, transition_in as B, detach as G, setContext as O, group_outros as K, element as y, attr as C, noop as L, toggle_class as w, set_style as h, append as Z, listen as X, stop_propagation as j, create_component as b, mount_component as k, destroy_component as D } from "../../../vendor/svelte/internal/index.js";
|
|
2
|
+
import $ from "./TextTag/index.js";
|
|
3
|
+
import AA from "./ImageTextTag.js";
|
|
4
|
+
import eA from "./MarketingTag.js";
|
|
6
5
|
import "three";
|
|
7
|
-
import { noTypecheck as
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
6
|
+
import { noTypecheck as m } from "../../utils/noTypecheck.js";
|
|
7
|
+
import tA from "./AudioTag/index.js";
|
|
8
|
+
import nA from "./MediaPlane.js";
|
|
9
|
+
import iA from "./LinkTag.js";
|
|
10
|
+
import oA from "./CustomTag.js";
|
|
11
|
+
import "./TextTag/TextTag.js";
|
|
12
|
+
import "../Common/Line/Straight.js";
|
|
13
|
+
import "../../../vendor/svelte/transition/index.js";
|
|
14
|
+
import "../../../vendor/svelte/easing/index.js";
|
|
15
|
+
import "../../../shared-utils/uuid.js";
|
|
16
|
+
import "../Common/Shadow.js";
|
|
17
|
+
import "../Common/Text/FlyMText.js";
|
|
18
|
+
import "../Common/Text/FlyText.js";
|
|
19
|
+
import "animejs";
|
|
20
|
+
import "../../../shared-utils/isNil.js";
|
|
21
|
+
import "../../utils/search.js";
|
|
22
|
+
import "../../utils/constants.js";
|
|
23
|
+
import "../Common/Arrow.js";
|
|
24
|
+
import "../../Assets/Icon.js";
|
|
25
|
+
import "../../utils/doUtil.js";
|
|
26
|
+
import "./TextTag/TextPlaneTag.js";
|
|
27
|
+
import "../Common/Text/MText.js";
|
|
28
|
+
import "../../utils/px2rem.js";
|
|
29
|
+
import "../Common/Line/Polyline.js";
|
|
30
|
+
import "../Common/Media.js";
|
|
31
|
+
import "../../../vendor/swiper/svelte/swiper.js";
|
|
32
|
+
import "swiper";
|
|
33
|
+
import "../../../vendor/swiper/components-shared/get-params.js";
|
|
34
|
+
import "../../../vendor/swiper/components-shared/utils.js";
|
|
35
|
+
import "../../../vendor/swiper/components-shared/params-list.js";
|
|
36
|
+
import "../../../vendor/swiper/components-shared/mount-swiper.js";
|
|
37
|
+
import "../../../vendor/swiper/components-shared/get-changed-params.js";
|
|
38
|
+
import "../../../vendor/swiper/components-shared/update-swiper.js";
|
|
39
|
+
import "../../../vendor/swiper/svelte/swiper-slide.js";
|
|
40
|
+
import "swiper/css";
|
|
41
|
+
import "swiper/css/autoplay";
|
|
42
|
+
import "../Common/MediaItem.js";
|
|
43
|
+
import "./AudioTag/AudioTag.js";
|
|
44
|
+
import "../Common/Audio.js";
|
|
45
|
+
import "../Common/Icon/audioIcon.js";
|
|
46
|
+
import "./AudioTag/AudioPlaneTag.js";
|
|
47
|
+
import "../../utils/timeToString.js";
|
|
48
|
+
import "../../utils/color.js";
|
|
49
|
+
import "../Common/Icon/Icon.js";
|
|
50
|
+
import "../../utils/getImageInfo.js";
|
|
51
|
+
function rA(i) {
|
|
52
|
+
R(i, "svelte-ofx2uu", '@font-face{font-family:"TG-TYPE";font-style:normal;font-weight:400;src:local("TG-TYPE-Bold"), url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-ofx2uu{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-ofx2uu{transition:opacity 0.3s linear}.content__container.unClickable.svelte-ofx2uu{pointer-events:none !important}.content__container.unClickable.svelte-ofx2uu *{pointer-events:none !important}.content__wrapper.svelte-ofx2uu{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-ofx2uu{opacity:0;pointer-events:none}.content__container.hide.svelte-ofx2uu *{pointer-events:none !important}.content__container.disable.svelte-ofx2uu{display:none}.content.svelte-ofx2uu{position:relative;width:100%;height:100%;font-size:0.75rem;line-height:1.125rem;color:#fff}.content.svelte-ofx2uu:not(.unfolded){pointer-events:none}.content.svelte-ofx2uu:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-ofx2uu{pointer-events:auto}');
|
|
16
53
|
}
|
|
17
|
-
function
|
|
18
|
-
let A,
|
|
19
|
-
return
|
|
20
|
-
|
|
54
|
+
function aA(i) {
|
|
55
|
+
let A, t;
|
|
56
|
+
return {
|
|
57
|
+
c() {
|
|
58
|
+
A = y("div"), C(A, "data-info", "tag content is keep folded"), C(A, "data-id", t = i[1].id);
|
|
59
|
+
},
|
|
60
|
+
m(e, n) {
|
|
61
|
+
M(e, A, n);
|
|
62
|
+
},
|
|
63
|
+
p(e, n) {
|
|
64
|
+
n & 2 && t !== (t = e[1].id) && C(A, "data-id", t);
|
|
65
|
+
},
|
|
66
|
+
i: L,
|
|
67
|
+
o: L,
|
|
68
|
+
d(e) {
|
|
69
|
+
e && G(A);
|
|
70
|
+
}
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
function lA(i) {
|
|
74
|
+
let A, t, e, n, o, g, u, f, a;
|
|
75
|
+
const c = [
|
|
76
|
+
pA,
|
|
77
|
+
cA,
|
|
78
|
+
mA,
|
|
79
|
+
uA,
|
|
80
|
+
gA,
|
|
81
|
+
sA,
|
|
82
|
+
fA
|
|
83
|
+
], p = [];
|
|
84
|
+
function _(r, s) {
|
|
85
|
+
return r[1].element ? 0 : r[1].contentType === "Text" ? 1 : r[1].contentType === "ImageText" || r[1].contentType === "Image" || r[1].contentType === "Video" ? 2 : r[1].contentType === "Audio" ? 3 : r[1].contentType === "Marketing" ? 4 : r[1].contentType === "Link" || r[1].contentType === "VRLink" || r[1].contentType === "PanoLink" ? 5 : r[1].contentType === "MediaPlane" ? 6 : -1;
|
|
86
|
+
}
|
|
87
|
+
return ~(n = _(i)) && (o = p[n] = c[n](i)), {
|
|
88
|
+
c() {
|
|
89
|
+
var r, s, Q;
|
|
90
|
+
A = y("div"), t = y("div"), e = y("div"), o && o.c(), C(e, "class", "content svelte-ofx2uu"), w(e, "unfolded", (r = i[1].state) == null ? void 0 : r.unfolded), C(t, "class", "content__wrapper svelte-ofx2uu"), C(A, "class", "content__container svelte-ofx2uu"), C(A, "data-id", g = i[1].id), w(A, "disable", i[1].enabled === !1), w(A, "hide", !i[3].visible || !i[3].enabled || !i[4].visible || !((s = i[1].state) != null && s.visible) || ((Q = i[1].temporaryState) == null ? void 0 : Q.visible) === !1), w(A, "withAnimation", i[0]), w(A, "unClickable", i[1].clickable === !1), h(A, "width", i[1].stickType === "Plane" ? "100%" : 0), h(A, "height", i[1].stickType === "Plane" ? "100%" : 0);
|
|
91
|
+
},
|
|
92
|
+
m(r, s) {
|
|
93
|
+
M(r, A, s), Z(A, t), Z(t, e), ~n && p[n].m(e, null), u = !0, f || (a = X(A, "click", j(i[12])), f = !0);
|
|
94
|
+
},
|
|
95
|
+
p(r, s) {
|
|
96
|
+
var v, E, l;
|
|
97
|
+
let Q = n;
|
|
98
|
+
n = _(r), n === Q ? ~n && p[n].p(r, s) : (o && (K(), d(p[Q], 1, 1, () => {
|
|
99
|
+
p[Q] = null;
|
|
100
|
+
}), x()), ~n ? (o = p[n], o ? o.p(r, s) : (o = p[n] = c[n](r), o.c()), B(o, 1), o.m(e, null)) : o = null), (!u || s & 2) && w(e, "unfolded", (v = r[1].state) == null ? void 0 : v.unfolded), (!u || s & 2 && g !== (g = r[1].id)) && C(A, "data-id", g), (!u || s & 2) && w(A, "disable", r[1].enabled === !1), (!u || s & 26) && w(A, "hide", !r[3].visible || !r[3].enabled || !r[4].visible || !((E = r[1].state) != null && E.visible) || ((l = r[1].temporaryState) == null ? void 0 : l.visible) === !1), (!u || s & 1) && w(A, "withAnimation", r[0]), (!u || s & 2) && w(A, "unClickable", r[1].clickable === !1), s & 2 && h(A, "width", r[1].stickType === "Plane" ? "100%" : 0), s & 2 && h(A, "height", r[1].stickType === "Plane" ? "100%" : 0);
|
|
101
|
+
},
|
|
102
|
+
i(r) {
|
|
103
|
+
u || (B(o), u = !0);
|
|
104
|
+
},
|
|
105
|
+
o(r) {
|
|
106
|
+
d(o), u = !1;
|
|
107
|
+
},
|
|
108
|
+
d(r) {
|
|
109
|
+
r && G(A), ~n && p[n].d(), f = !1, a();
|
|
110
|
+
}
|
|
111
|
+
};
|
|
112
|
+
}
|
|
113
|
+
function fA(i) {
|
|
114
|
+
let A, t;
|
|
115
|
+
return A = new nA({
|
|
116
|
+
props: { tag: m(i[1]) }
|
|
21
117
|
}), {
|
|
22
118
|
c() {
|
|
23
|
-
|
|
119
|
+
b(A.$$.fragment);
|
|
24
120
|
},
|
|
25
|
-
m(e,
|
|
26
|
-
|
|
121
|
+
m(e, n) {
|
|
122
|
+
k(A, e, n), t = !0;
|
|
27
123
|
},
|
|
28
|
-
p(e,
|
|
124
|
+
p(e, n) {
|
|
29
125
|
const o = {};
|
|
30
|
-
|
|
126
|
+
n & 2 && (o.tag = m(e[1])), A.$set(o);
|
|
31
127
|
},
|
|
32
128
|
i(e) {
|
|
33
|
-
|
|
129
|
+
t || (B(A.$$.fragment, e), t = !0);
|
|
34
130
|
},
|
|
35
131
|
o(e) {
|
|
36
|
-
|
|
132
|
+
d(A.$$.fragment, e), t = !1;
|
|
37
133
|
},
|
|
38
134
|
d(e) {
|
|
39
135
|
D(A, e);
|
|
40
136
|
}
|
|
41
137
|
};
|
|
42
138
|
}
|
|
43
|
-
function
|
|
44
|
-
let A,
|
|
45
|
-
return A = new
|
|
46
|
-
props: { tag:
|
|
139
|
+
function sA(i) {
|
|
140
|
+
let A, t;
|
|
141
|
+
return A = new iA({
|
|
142
|
+
props: { tag: m(i[1]) }
|
|
47
143
|
}), {
|
|
48
144
|
c() {
|
|
49
|
-
|
|
145
|
+
b(A.$$.fragment);
|
|
50
146
|
},
|
|
51
|
-
m(e,
|
|
52
|
-
|
|
147
|
+
m(e, n) {
|
|
148
|
+
k(A, e, n), t = !0;
|
|
53
149
|
},
|
|
54
|
-
p(e,
|
|
150
|
+
p(e, n) {
|
|
55
151
|
const o = {};
|
|
56
|
-
|
|
152
|
+
n & 2 && (o.tag = m(e[1])), A.$set(o);
|
|
57
153
|
},
|
|
58
154
|
i(e) {
|
|
59
|
-
|
|
155
|
+
t || (B(A.$$.fragment, e), t = !0);
|
|
60
156
|
},
|
|
61
157
|
o(e) {
|
|
62
|
-
|
|
158
|
+
d(A.$$.fragment, e), t = !1;
|
|
63
159
|
},
|
|
64
160
|
d(e) {
|
|
65
161
|
D(A, e);
|
|
66
162
|
}
|
|
67
163
|
};
|
|
68
164
|
}
|
|
69
|
-
function
|
|
70
|
-
let A,
|
|
71
|
-
return A = new
|
|
72
|
-
props: { tag:
|
|
165
|
+
function gA(i) {
|
|
166
|
+
let A, t;
|
|
167
|
+
return A = new eA({
|
|
168
|
+
props: { tag: m(i[1]) }
|
|
73
169
|
}), {
|
|
74
170
|
c() {
|
|
75
|
-
|
|
171
|
+
b(A.$$.fragment);
|
|
76
172
|
},
|
|
77
|
-
m(e,
|
|
78
|
-
|
|
173
|
+
m(e, n) {
|
|
174
|
+
k(A, e, n), t = !0;
|
|
79
175
|
},
|
|
80
|
-
p(e,
|
|
176
|
+
p(e, n) {
|
|
81
177
|
const o = {};
|
|
82
|
-
|
|
178
|
+
n & 2 && (o.tag = m(e[1])), A.$set(o);
|
|
83
179
|
},
|
|
84
180
|
i(e) {
|
|
85
|
-
|
|
181
|
+
t || (B(A.$$.fragment, e), t = !0);
|
|
86
182
|
},
|
|
87
183
|
o(e) {
|
|
88
|
-
|
|
184
|
+
d(A.$$.fragment, e), t = !1;
|
|
89
185
|
},
|
|
90
186
|
d(e) {
|
|
91
187
|
D(A, e);
|
|
92
188
|
}
|
|
93
189
|
};
|
|
94
190
|
}
|
|
95
|
-
function
|
|
96
|
-
let A,
|
|
97
|
-
return A = new
|
|
98
|
-
props: { tag:
|
|
191
|
+
function uA(i) {
|
|
192
|
+
let A, t;
|
|
193
|
+
return A = new tA({
|
|
194
|
+
props: { tag: m(i[1]) }
|
|
99
195
|
}), {
|
|
100
196
|
c() {
|
|
101
|
-
|
|
197
|
+
b(A.$$.fragment);
|
|
102
198
|
},
|
|
103
|
-
m(e,
|
|
104
|
-
|
|
199
|
+
m(e, n) {
|
|
200
|
+
k(A, e, n), t = !0;
|
|
105
201
|
},
|
|
106
|
-
p(e,
|
|
202
|
+
p(e, n) {
|
|
107
203
|
const o = {};
|
|
108
|
-
|
|
204
|
+
n & 2 && (o.tag = m(e[1])), A.$set(o);
|
|
109
205
|
},
|
|
110
206
|
i(e) {
|
|
111
|
-
|
|
207
|
+
t || (B(A.$$.fragment, e), t = !0);
|
|
112
208
|
},
|
|
113
209
|
o(e) {
|
|
114
|
-
|
|
210
|
+
d(A.$$.fragment, e), t = !1;
|
|
115
211
|
},
|
|
116
212
|
d(e) {
|
|
117
213
|
D(A, e);
|
|
118
214
|
}
|
|
119
215
|
};
|
|
120
216
|
}
|
|
121
|
-
function
|
|
122
|
-
let A,
|
|
123
|
-
return A = new
|
|
124
|
-
props: { tag:
|
|
217
|
+
function mA(i) {
|
|
218
|
+
let A, t;
|
|
219
|
+
return A = new AA({
|
|
220
|
+
props: { tag: m(i[1]) }
|
|
125
221
|
}), {
|
|
126
222
|
c() {
|
|
127
|
-
|
|
223
|
+
b(A.$$.fragment);
|
|
128
224
|
},
|
|
129
|
-
m(e,
|
|
130
|
-
|
|
225
|
+
m(e, n) {
|
|
226
|
+
k(A, e, n), t = !0;
|
|
131
227
|
},
|
|
132
|
-
p(e,
|
|
228
|
+
p(e, n) {
|
|
133
229
|
const o = {};
|
|
134
|
-
|
|
230
|
+
n & 2 && (o.tag = m(e[1])), A.$set(o);
|
|
135
231
|
},
|
|
136
232
|
i(e) {
|
|
137
|
-
|
|
233
|
+
t || (B(A.$$.fragment, e), t = !0);
|
|
138
234
|
},
|
|
139
235
|
o(e) {
|
|
140
|
-
|
|
236
|
+
d(A.$$.fragment, e), t = !1;
|
|
141
237
|
},
|
|
142
238
|
d(e) {
|
|
143
239
|
D(A, e);
|
|
144
240
|
}
|
|
145
241
|
};
|
|
146
242
|
}
|
|
147
|
-
function
|
|
148
|
-
let A,
|
|
149
|
-
return A = new
|
|
150
|
-
props: { tag:
|
|
243
|
+
function cA(i) {
|
|
244
|
+
let A, t;
|
|
245
|
+
return A = new $({
|
|
246
|
+
props: { tag: m(i[1]) }
|
|
151
247
|
}), {
|
|
152
248
|
c() {
|
|
153
|
-
|
|
249
|
+
b(A.$$.fragment);
|
|
154
250
|
},
|
|
155
|
-
m(e,
|
|
156
|
-
|
|
251
|
+
m(e, n) {
|
|
252
|
+
k(A, e, n), t = !0;
|
|
157
253
|
},
|
|
158
|
-
p(e,
|
|
254
|
+
p(e, n) {
|
|
159
255
|
const o = {};
|
|
160
|
-
|
|
256
|
+
n & 2 && (o.tag = m(e[1])), A.$set(o);
|
|
161
257
|
},
|
|
162
258
|
i(e) {
|
|
163
|
-
|
|
259
|
+
t || (B(A.$$.fragment, e), t = !0);
|
|
164
260
|
},
|
|
165
261
|
o(e) {
|
|
166
|
-
|
|
262
|
+
d(A.$$.fragment, e), t = !1;
|
|
167
263
|
},
|
|
168
264
|
d(e) {
|
|
169
265
|
D(A, e);
|
|
170
266
|
}
|
|
171
267
|
};
|
|
172
268
|
}
|
|
173
|
-
function
|
|
174
|
-
let A,
|
|
175
|
-
return A = new
|
|
176
|
-
props: { tag:
|
|
269
|
+
function pA(i) {
|
|
270
|
+
let A, t;
|
|
271
|
+
return A = new oA({
|
|
272
|
+
props: { tag: m(i[1]) }
|
|
177
273
|
}), {
|
|
178
274
|
c() {
|
|
179
|
-
|
|
275
|
+
b(A.$$.fragment);
|
|
180
276
|
},
|
|
181
|
-
m(e,
|
|
182
|
-
|
|
277
|
+
m(e, n) {
|
|
278
|
+
k(A, e, n), t = !0;
|
|
183
279
|
},
|
|
184
|
-
p(e,
|
|
280
|
+
p(e, n) {
|
|
185
281
|
const o = {};
|
|
186
|
-
|
|
282
|
+
n & 2 && (o.tag = m(e[1])), A.$set(o);
|
|
187
283
|
},
|
|
188
284
|
i(e) {
|
|
189
|
-
|
|
285
|
+
t || (B(A.$$.fragment, e), t = !0);
|
|
190
286
|
},
|
|
191
287
|
o(e) {
|
|
192
|
-
|
|
288
|
+
d(A.$$.fragment, e), t = !1;
|
|
193
289
|
},
|
|
194
290
|
d(e) {
|
|
195
291
|
D(A, e);
|
|
196
292
|
}
|
|
197
293
|
};
|
|
198
294
|
}
|
|
199
|
-
function
|
|
200
|
-
let A,
|
|
201
|
-
const
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
AA,
|
|
205
|
-
$,
|
|
206
|
-
j,
|
|
207
|
-
X,
|
|
208
|
-
q
|
|
209
|
-
], u = [];
|
|
210
|
-
function b(a, g) {
|
|
211
|
-
return a[1].element ? 0 : a[1].contentType === h.Text ? 1 : a[1].contentType === h.ImageText ? 2 : a[1].contentType === h.Audio ? 3 : a[1].contentType === h.Marketing ? 4 : a[1].contentType === h.Link ? 5 : a[1].contentType === h.MediaPlane ? 6 : -1;
|
|
295
|
+
function dA(i) {
|
|
296
|
+
let A, t, e, n;
|
|
297
|
+
const o = [lA, aA], g = [];
|
|
298
|
+
function u(f, a) {
|
|
299
|
+
return f[5] ? 0 : 1;
|
|
212
300
|
}
|
|
213
|
-
return
|
|
301
|
+
return A = u(i), t = g[A] = o[A](i), {
|
|
214
302
|
c() {
|
|
215
|
-
|
|
216
|
-
A = G("div"), n = G("div"), e = G("div"), o && o.c(), k(e, "class", "content svelte-95x526"), c(e, "unfolded", (a = i[1].state) == null ? void 0 : a.unfolded), k(n, "class", "content__wrapper svelte-95x526"), k(A, "class", "content__container svelte-95x526"), k(A, "data-id", Q = i[1].id), c(A, "disable", i[1].enabled === !1 || ((g = i[1].temporaryState) == null ? void 0 : g.visible) === !1), c(A, "hide", !i[3].visible || !i[3].enabled || !i[4].visible || !((w = i[1].state) != null && w.visible)), c(A, "withAnimation", i[0]), c(A, "unClickable", i[1].clickable === !1), M(A, "width", i[1].pointType === "PointTag" ? 0 : "100%"), M(A, "height", i[1].pointType === "PointTag" ? 0 : "100%");
|
|
303
|
+
t.c(), e = q();
|
|
217
304
|
},
|
|
218
|
-
m(
|
|
219
|
-
|
|
305
|
+
m(f, a) {
|
|
306
|
+
g[A].m(f, a), M(f, e, a), n = !0;
|
|
220
307
|
},
|
|
221
|
-
p(
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
}), S()), ~t ? (o = u[t], o ? o.p(a, g) : (o = u[t] = E[t](a), o.c()), d(o, 1), o.m(e, null)) : o = null), (!f || g & 2) && c(e, "unfolded", (_ = a[1].state) == null ? void 0 : _.unfolded), (!f || g & 2 && Q !== (Q = a[1].id)) && k(A, "data-id", Q), (!f || g & 2) && c(A, "disable", a[1].enabled === !1 || ((r = a[1].temporaryState) == null ? void 0 : r.visible) === !1), (!f || g & 26) && c(A, "hide", !a[3].visible || !a[3].enabled || !a[4].visible || !((v = a[1].state) != null && v.visible)), (!f || g & 1) && c(A, "withAnimation", a[0]), (!f || g & 2) && c(A, "unClickable", a[1].clickable === !1), g & 2 && M(A, "width", a[1].pointType === "PointTag" ? 0 : "100%"), g & 2 && M(A, "height", a[1].pointType === "PointTag" ? 0 : "100%");
|
|
308
|
+
p(f, [a]) {
|
|
309
|
+
let c = A;
|
|
310
|
+
A = u(f), A === c ? g[A].p(f, a) : (K(), d(g[c], 1, 1, () => {
|
|
311
|
+
g[c] = null;
|
|
312
|
+
}), x(), t = g[A], t ? t.p(f, a) : (t = g[A] = o[A](f), t.c()), B(t, 1), t.m(e.parentNode, e));
|
|
227
313
|
},
|
|
228
|
-
i(
|
|
229
|
-
|
|
314
|
+
i(f) {
|
|
315
|
+
n || (B(t), n = !0);
|
|
230
316
|
},
|
|
231
|
-
o(
|
|
232
|
-
|
|
317
|
+
o(f) {
|
|
318
|
+
d(t), n = !1;
|
|
233
319
|
},
|
|
234
|
-
d(
|
|
235
|
-
|
|
320
|
+
d(f) {
|
|
321
|
+
g[A].d(f), f && G(e);
|
|
236
322
|
}
|
|
237
323
|
};
|
|
238
324
|
}
|
|
239
|
-
function
|
|
240
|
-
let e,
|
|
241
|
-
|
|
242
|
-
let
|
|
243
|
-
function
|
|
244
|
-
|
|
325
|
+
function BA(i, A, t) {
|
|
326
|
+
let e, n, o, g, u, { withAnimation: f = !1 } = A, { tag: a } = A, { hooks: c } = A, { state: p } = A, { mediaStore: _ } = A, { temporaryState: r } = A;
|
|
327
|
+
O("hooks", c), O("mediaStore", _);
|
|
328
|
+
let s, Q;
|
|
329
|
+
function v(l) {
|
|
330
|
+
l ? c.emit("exposure", { id: g, type: "start" }) : c.emit("exposure", { id: g, type: "end" });
|
|
245
331
|
}
|
|
246
|
-
const
|
|
247
|
-
return i.$$set = (
|
|
248
|
-
"withAnimation" in
|
|
332
|
+
const E = (l) => c.emit("click", { event: l, target: "TagContent", tag: a });
|
|
333
|
+
return i.$$set = (l) => {
|
|
334
|
+
"withAnimation" in l && t(0, f = l.withAnimation), "tag" in l && t(1, a = l.tag), "hooks" in l && t(2, c = l.hooks), "state" in l && t(3, p = l.state), "mediaStore" in l && t(6, _ = l.mediaStore), "temporaryState" in l && t(4, r = l.temporaryState);
|
|
249
335
|
}, i.$$.update = () => {
|
|
250
|
-
var
|
|
251
|
-
i.$$.dirty & 2 &&
|
|
336
|
+
var l, I, Y, T, J, P, U, W, H, S, F;
|
|
337
|
+
i.$$.dirty & 2 && t(10, e = (l = a.state) == null ? void 0 : l.unfolded), i.$$.dirty & 2 && t(9, n = (I = a.state) == null ? void 0 : I.visible), i.$$.dirty & 26 && t(11, o = p.visible && r.visible && ((Y = a.state) == null ? void 0 : Y.visible)), i.$$.dirty & 2 && (g = a.id), i.$$.dirty & 2048 && v(o), i.$$.dirty & 1922 && a.hooks && (e !== void 0 && e !== Q && (t(8, Q = e), e ? (J = (T = a.hooks).emit) == null || J.call(T, "unfolded") : (U = a == null ? void 0 : (P = a.hooks).emit) == null || U.call(P, "folded")), n !== void 0 && n !== s && (t(7, s = n), n ? (H = (W = a.hooks).emit) == null || H.call(W, "show") : (F = (S = a.hooks).emit) == null || F.call(S, "hide"))), i.$$.dirty & 2 && t(5, u = (() => !(typeof a.mergedConfig.unfoldedConfig == "object" && a.mergedConfig.unfoldedConfig.keep === "folded"))());
|
|
252
338
|
}, [
|
|
253
339
|
f,
|
|
254
|
-
l,
|
|
255
|
-
B,
|
|
256
|
-
E,
|
|
257
|
-
b,
|
|
258
|
-
u,
|
|
259
340
|
a,
|
|
260
|
-
|
|
261
|
-
|
|
341
|
+
c,
|
|
342
|
+
p,
|
|
343
|
+
r,
|
|
344
|
+
u,
|
|
345
|
+
_,
|
|
346
|
+
s,
|
|
347
|
+
Q,
|
|
348
|
+
n,
|
|
262
349
|
e,
|
|
263
350
|
o,
|
|
264
|
-
|
|
351
|
+
E
|
|
265
352
|
];
|
|
266
353
|
}
|
|
267
|
-
class
|
|
354
|
+
class ce extends V {
|
|
268
355
|
constructor(A) {
|
|
269
|
-
super(),
|
|
356
|
+
super(), N(
|
|
270
357
|
this,
|
|
271
358
|
A,
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
359
|
+
BA,
|
|
360
|
+
dA,
|
|
361
|
+
z,
|
|
275
362
|
{
|
|
276
363
|
withAnimation: 0,
|
|
277
364
|
tag: 1,
|
|
278
365
|
hooks: 2,
|
|
279
366
|
state: 3,
|
|
280
|
-
mediaStore:
|
|
367
|
+
mediaStore: 6,
|
|
281
368
|
temporaryState: 4
|
|
282
369
|
},
|
|
283
|
-
|
|
370
|
+
rA
|
|
284
371
|
);
|
|
285
372
|
}
|
|
286
373
|
}
|
|
287
374
|
export {
|
|
288
|
-
|
|
375
|
+
ce as default
|
|
289
376
|
};
|