@realsee/dnalogel 2.3.6 → 2.3.7-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 +50 -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 +56 -56
- package/dist/index.js +7157 -6155
- package/dist/index.umd.js +49 -49
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +16 -16
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoTagPluginController.html +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 +36 -13
- package/docs/functions/CameraMovementPlugin.html +36 -13
- package/docs/functions/CruisePlugin.html +36 -13
- package/docs/functions/GuideLinePlugin.html +37 -14
- package/docs/functions/ItemLabelPlugin.html +36 -13
- package/docs/functions/MapviewFloorplanPlugin.html +36 -13
- package/docs/functions/ModelChassisCompassPlugin.html +36 -13
- package/docs/functions/ModelEntryDoorGuidePlugin.html +36 -13
- package/docs/functions/ModelFloorplanPlugin.html +36 -13
- package/docs/functions/ModelItemLabelPlugin.html +36 -13
- package/docs/functions/ModelRoomLabelPlugin.html +36 -13
- package/docs/functions/ModelTVVideoPlugin.html +36 -13
- package/docs/functions/ModelViewPlugin.html +36 -13
- package/docs/functions/Object3DHelperPlugin.html +36 -13
- package/docs/functions/PanoCompassPlugin.html +36 -13
- package/docs/functions/PanoCursorRaycasterPlugin.html +36 -13
- package/docs/functions/PanoDoorLabelPlugin.html +36 -13
- package/docs/functions/PanoFloorplanRadarPlugin.html +36 -13
- package/docs/functions/PanoMeasurePlugin.html +36 -13
- package/docs/functions/PanoRulerPlugin.html +36 -13
- package/docs/functions/PanoRulerProPlugin.html +36 -13
- package/docs/functions/PanoSpatialTagPlugin.html +36 -13
- package/docs/functions/PanoTagPlugin.html +42 -23
- package/docs/functions/TopviewFloorplanPlugin.html +36 -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 +37 -14
- package/docs/index.html +36 -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 +37 -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 +37 -14
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +37 -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 +37 -14
- package/docs/interfaces/Rooms.html +37 -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 +67 -21
- package/docs/types/ArrayPosition.html +38 -15
- package/docs/types/CSS3DRenderExportType.html +37 -14
- package/docs/types/CSS3DRenderPluginExportType.html +37 -14
- package/docs/types/CSS3DRenderPluginParameterType.html +37 -14
- package/docs/types/Color.html +37 -14
- package/docs/types/ContentTypeConfigKey.html +38 -15
- package/docs/types/ContentTypeMap.html +248 -0
- package/docs/types/Create3DDomContainerReturnType.html +37 -14
- package/docs/types/Create3DElementReturnType.html +37 -14
- package/docs/types/CruisePluginExportType.html +37 -14
- package/docs/types/Direction-1.html +37 -14
- package/docs/types/Direction4.html +37 -14
- package/docs/types/FloorplanRuleLabels.html +37 -14
- package/docs/types/FloorplanServerRuleLabels.html +37 -14
- package/docs/types/GuideLinePluginExportType.html +37 -14
- package/docs/types/HelperEventMap.html +37 -14
- package/docs/types/LoadTagConfig.html +248 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +37 -14
- package/docs/types/MapviewFloorplanPluginReturnType.html +37 -14
- package/docs/types/MediaData.html +37 -14
- package/docs/types/MediaStore.html +248 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +37 -14
- package/docs/types/ModelFloorplanPluginParameterType.html +37 -14
- package/docs/types/ModelFloorplanPluginReturnType.html +37 -14
- package/docs/types/ModelRoomLabelPluginParameters.html +37 -14
- package/docs/types/ModelRoomLabelPluginReturnType.html +37 -14
- package/docs/types/MoveArgs.html +37 -14
- package/docs/types/MoveOpts.html +37 -14
- package/docs/types/Object3DHelperEventMap.html +37 -14
- package/docs/types/ObjectFit.html +37 -14
- package/docs/types/PaintBrushEventMap.html +37 -14
- package/docs/types/PanoCompassPluginData.html +37 -14
- package/docs/types/PanoCompassPluginExportType.html +37 -14
- package/docs/types/PanoCompassPluginParameterType.html +37 -14
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +37 -14
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +37 -14
- package/docs/types/{ContentTypeConfigKeyArray.html → PanoIndex.html} +40 -17
- package/docs/types/PanoMeasurePluginEvent.html +37 -14
- package/docs/types/PanoMeasureReturnType.html +37 -14
- package/docs/types/PanoSpatialTagPluginId.html +37 -14
- package/docs/types/PanoTagPluginExportInterface.html +37 -14
- package/docs/types/PanoTagPluginParamsInterface.html +37 -14
- package/docs/types/PlaneTag.html +40 -19
- package/docs/types/PlaneTagElement.html +253 -0
- package/docs/types/Point2DElement.html +253 -0
- package/docs/types/Point2DTag.html +255 -0
- package/docs/types/Point3DElement.html +253 -0
- package/docs/types/Point3DTag.html +255 -0
- package/docs/types/PointTag.html +40 -23
- package/docs/types/PointTagElement.html +253 -0
- package/docs/types/Position.html +37 -14
- package/docs/types/RotateArgs.html +37 -14
- package/docs/types/RotateOpts.html +37 -14
- package/docs/types/RuleLabelsKey.html +37 -14
- package/docs/types/RuleLabelsValue.html +37 -14
- package/docs/types/StickType.html +248 -0
- package/docs/types/Tag.html +41 -22
- package/docs/types/Tag2D.html +42 -20
- package/docs/types/Tag3D.html +42 -20
- package/docs/types/TagContentType.html +248 -0
- package/docs/types/TagDimensionType.html +248 -0
- package/docs/types/TagElement.html +255 -0
- package/docs/types/TagEvents.html +283 -0
- package/docs/types/TagHooks.html +248 -0
- package/docs/types/TagIconSize.html +251 -0
- package/docs/types/TagId.html +37 -14
- package/docs/types/TagPointType.html +251 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +37 -14
- package/docs/types/TopviewFloorplanPluginReturnType.html +37 -14
- package/docs/types/WorkCode.html +248 -0
- package/docs/variables/FLOOR_TYPE_MAP.html +37 -14
- package/docs/variables/PLUGIN.html +37 -14
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +37 -14
- package/docs/variables/ROOM_TYPE_MAP.html +37 -14
- package/docs/variables/VERSION.html +37 -14
- package/docs/variables/itemLabelPluginServerParams.html +37 -14
- package/docs/variables/modelItemLabelPluginServerParams.html +37 -14
- package/docs/variables/modelRoomLabelPluginServerParams.html +37 -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 +110 -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 +81 -0
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +145 -0
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +147 -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 +233 -148
- package/libs/PanoTagPlugin/Components/TagContainer.js +144 -109
- package/libs/PanoTagPlugin/Components/TagItem.js +185 -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 +174 -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 +23 -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 +50 -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,374 @@
|
|
|
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 G, transition_out as B, check_outros as Z, transition_in as d, detach as I, setContext as L, group_outros as K, element as y, attr as E, noop as M, toggle_class as w, set_style as _, append as x, listen as X, stop_propagation as j, create_component as C, mount_component as b, destroy_component as k } 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;
|
|
56
|
+
return {
|
|
57
|
+
c() {
|
|
58
|
+
A = y("div"), E(A, "data-info", "tag content is disable");
|
|
59
|
+
},
|
|
60
|
+
m(t, e) {
|
|
61
|
+
G(t, A, e);
|
|
62
|
+
},
|
|
63
|
+
p: M,
|
|
64
|
+
i: M,
|
|
65
|
+
o: M,
|
|
66
|
+
d(t) {
|
|
67
|
+
t && I(A);
|
|
68
|
+
}
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
function lA(i) {
|
|
72
|
+
let A, t, e, n, o, g, u, f, a;
|
|
73
|
+
const c = [
|
|
74
|
+
pA,
|
|
75
|
+
cA,
|
|
76
|
+
mA,
|
|
77
|
+
uA,
|
|
78
|
+
gA,
|
|
79
|
+
sA,
|
|
80
|
+
fA
|
|
81
|
+
], p = [];
|
|
82
|
+
function D(r, s) {
|
|
83
|
+
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;
|
|
84
|
+
}
|
|
85
|
+
return ~(n = D(i)) && (o = p[n] = c[n](i)), {
|
|
86
|
+
c() {
|
|
87
|
+
var r, s, Q;
|
|
88
|
+
A = y("div"), t = y("div"), e = y("div"), o && o.c(), E(e, "class", "content svelte-ofx2uu"), w(e, "unfolded", (r = i[1].state) == null ? void 0 : r.unfolded), E(t, "class", "content__wrapper svelte-ofx2uu"), E(A, "class", "content__container svelte-ofx2uu"), E(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), _(A, "width", i[1].stickType === "Plane" ? "100%" : 0), _(A, "height", i[1].stickType === "Plane" ? "100%" : 0);
|
|
89
|
+
},
|
|
90
|
+
m(r, s) {
|
|
91
|
+
G(r, A, s), x(A, t), x(t, e), ~n && p[n].m(e, null), u = !0, f || (a = X(A, "click", j(i[12])), f = !0);
|
|
92
|
+
},
|
|
93
|
+
p(r, s) {
|
|
94
|
+
var h, v, l;
|
|
95
|
+
let Q = n;
|
|
96
|
+
n = D(r), n === Q ? ~n && p[n].p(r, s) : (o && (K(), B(p[Q], 1, 1, () => {
|
|
97
|
+
p[Q] = null;
|
|
98
|
+
}), Z()), ~n ? (o = p[n], o ? o.p(r, s) : (o = p[n] = c[n](r), o.c()), d(o, 1), o.m(e, null)) : o = null), (!u || s & 2) && w(e, "unfolded", (h = r[1].state) == null ? void 0 : h.unfolded), (!u || s & 2 && g !== (g = r[1].id)) && E(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 || !((v = r[1].state) != null && v.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 && _(A, "width", r[1].stickType === "Plane" ? "100%" : 0), s & 2 && _(A, "height", r[1].stickType === "Plane" ? "100%" : 0);
|
|
99
|
+
},
|
|
100
|
+
i(r) {
|
|
101
|
+
u || (d(o), u = !0);
|
|
102
|
+
},
|
|
103
|
+
o(r) {
|
|
104
|
+
B(o), u = !1;
|
|
105
|
+
},
|
|
106
|
+
d(r) {
|
|
107
|
+
r && I(A), ~n && p[n].d(), f = !1, a();
|
|
108
|
+
}
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
function fA(i) {
|
|
112
|
+
let A, t;
|
|
113
|
+
return A = new nA({
|
|
114
|
+
props: { tag: m(i[1]) }
|
|
21
115
|
}), {
|
|
22
116
|
c() {
|
|
23
117
|
C(A.$$.fragment);
|
|
24
118
|
},
|
|
25
|
-
m(e,
|
|
26
|
-
|
|
119
|
+
m(e, n) {
|
|
120
|
+
b(A, e, n), t = !0;
|
|
27
121
|
},
|
|
28
|
-
p(e,
|
|
122
|
+
p(e, n) {
|
|
29
123
|
const o = {};
|
|
30
|
-
|
|
124
|
+
n & 2 && (o.tag = m(e[1])), A.$set(o);
|
|
31
125
|
},
|
|
32
126
|
i(e) {
|
|
33
|
-
|
|
127
|
+
t || (d(A.$$.fragment, e), t = !0);
|
|
34
128
|
},
|
|
35
129
|
o(e) {
|
|
36
|
-
|
|
130
|
+
B(A.$$.fragment, e), t = !1;
|
|
37
131
|
},
|
|
38
132
|
d(e) {
|
|
39
|
-
|
|
133
|
+
k(A, e);
|
|
40
134
|
}
|
|
41
135
|
};
|
|
42
136
|
}
|
|
43
|
-
function
|
|
44
|
-
let A,
|
|
45
|
-
return A = new
|
|
46
|
-
props: { tag:
|
|
137
|
+
function sA(i) {
|
|
138
|
+
let A, t;
|
|
139
|
+
return A = new iA({
|
|
140
|
+
props: { tag: m(i[1]) }
|
|
47
141
|
}), {
|
|
48
142
|
c() {
|
|
49
143
|
C(A.$$.fragment);
|
|
50
144
|
},
|
|
51
|
-
m(e,
|
|
52
|
-
|
|
145
|
+
m(e, n) {
|
|
146
|
+
b(A, e, n), t = !0;
|
|
53
147
|
},
|
|
54
|
-
p(e,
|
|
148
|
+
p(e, n) {
|
|
55
149
|
const o = {};
|
|
56
|
-
|
|
150
|
+
n & 2 && (o.tag = m(e[1])), A.$set(o);
|
|
57
151
|
},
|
|
58
152
|
i(e) {
|
|
59
|
-
|
|
153
|
+
t || (d(A.$$.fragment, e), t = !0);
|
|
60
154
|
},
|
|
61
155
|
o(e) {
|
|
62
|
-
|
|
156
|
+
B(A.$$.fragment, e), t = !1;
|
|
63
157
|
},
|
|
64
158
|
d(e) {
|
|
65
|
-
|
|
159
|
+
k(A, e);
|
|
66
160
|
}
|
|
67
161
|
};
|
|
68
162
|
}
|
|
69
|
-
function
|
|
70
|
-
let A,
|
|
71
|
-
return A = new
|
|
72
|
-
props: { tag:
|
|
163
|
+
function gA(i) {
|
|
164
|
+
let A, t;
|
|
165
|
+
return A = new eA({
|
|
166
|
+
props: { tag: m(i[1]) }
|
|
73
167
|
}), {
|
|
74
168
|
c() {
|
|
75
169
|
C(A.$$.fragment);
|
|
76
170
|
},
|
|
77
|
-
m(e,
|
|
78
|
-
|
|
171
|
+
m(e, n) {
|
|
172
|
+
b(A, e, n), t = !0;
|
|
79
173
|
},
|
|
80
|
-
p(e,
|
|
174
|
+
p(e, n) {
|
|
81
175
|
const o = {};
|
|
82
|
-
|
|
176
|
+
n & 2 && (o.tag = m(e[1])), A.$set(o);
|
|
83
177
|
},
|
|
84
178
|
i(e) {
|
|
85
|
-
|
|
179
|
+
t || (d(A.$$.fragment, e), t = !0);
|
|
86
180
|
},
|
|
87
181
|
o(e) {
|
|
88
|
-
|
|
182
|
+
B(A.$$.fragment, e), t = !1;
|
|
89
183
|
},
|
|
90
184
|
d(e) {
|
|
91
|
-
|
|
185
|
+
k(A, e);
|
|
92
186
|
}
|
|
93
187
|
};
|
|
94
188
|
}
|
|
95
|
-
function
|
|
96
|
-
let A,
|
|
97
|
-
return A = new
|
|
98
|
-
props: { tag:
|
|
189
|
+
function uA(i) {
|
|
190
|
+
let A, t;
|
|
191
|
+
return A = new tA({
|
|
192
|
+
props: { tag: m(i[1]) }
|
|
99
193
|
}), {
|
|
100
194
|
c() {
|
|
101
195
|
C(A.$$.fragment);
|
|
102
196
|
},
|
|
103
|
-
m(e,
|
|
104
|
-
|
|
197
|
+
m(e, n) {
|
|
198
|
+
b(A, e, n), t = !0;
|
|
105
199
|
},
|
|
106
|
-
p(e,
|
|
200
|
+
p(e, n) {
|
|
107
201
|
const o = {};
|
|
108
|
-
|
|
202
|
+
n & 2 && (o.tag = m(e[1])), A.$set(o);
|
|
109
203
|
},
|
|
110
204
|
i(e) {
|
|
111
|
-
|
|
205
|
+
t || (d(A.$$.fragment, e), t = !0);
|
|
112
206
|
},
|
|
113
207
|
o(e) {
|
|
114
|
-
|
|
208
|
+
B(A.$$.fragment, e), t = !1;
|
|
115
209
|
},
|
|
116
210
|
d(e) {
|
|
117
|
-
|
|
211
|
+
k(A, e);
|
|
118
212
|
}
|
|
119
213
|
};
|
|
120
214
|
}
|
|
121
|
-
function
|
|
122
|
-
let A,
|
|
123
|
-
return A = new
|
|
124
|
-
props: { tag:
|
|
215
|
+
function mA(i) {
|
|
216
|
+
let A, t;
|
|
217
|
+
return A = new AA({
|
|
218
|
+
props: { tag: m(i[1]) }
|
|
125
219
|
}), {
|
|
126
220
|
c() {
|
|
127
221
|
C(A.$$.fragment);
|
|
128
222
|
},
|
|
129
|
-
m(e,
|
|
130
|
-
|
|
223
|
+
m(e, n) {
|
|
224
|
+
b(A, e, n), t = !0;
|
|
131
225
|
},
|
|
132
|
-
p(e,
|
|
226
|
+
p(e, n) {
|
|
133
227
|
const o = {};
|
|
134
|
-
|
|
228
|
+
n & 2 && (o.tag = m(e[1])), A.$set(o);
|
|
135
229
|
},
|
|
136
230
|
i(e) {
|
|
137
|
-
|
|
231
|
+
t || (d(A.$$.fragment, e), t = !0);
|
|
138
232
|
},
|
|
139
233
|
o(e) {
|
|
140
|
-
|
|
234
|
+
B(A.$$.fragment, e), t = !1;
|
|
141
235
|
},
|
|
142
236
|
d(e) {
|
|
143
|
-
|
|
237
|
+
k(A, e);
|
|
144
238
|
}
|
|
145
239
|
};
|
|
146
240
|
}
|
|
147
|
-
function
|
|
148
|
-
let A,
|
|
149
|
-
return A = new
|
|
150
|
-
props: { tag:
|
|
241
|
+
function cA(i) {
|
|
242
|
+
let A, t;
|
|
243
|
+
return A = new $({
|
|
244
|
+
props: { tag: m(i[1]) }
|
|
151
245
|
}), {
|
|
152
246
|
c() {
|
|
153
247
|
C(A.$$.fragment);
|
|
154
248
|
},
|
|
155
|
-
m(e,
|
|
156
|
-
|
|
249
|
+
m(e, n) {
|
|
250
|
+
b(A, e, n), t = !0;
|
|
157
251
|
},
|
|
158
|
-
p(e,
|
|
252
|
+
p(e, n) {
|
|
159
253
|
const o = {};
|
|
160
|
-
|
|
254
|
+
n & 2 && (o.tag = m(e[1])), A.$set(o);
|
|
161
255
|
},
|
|
162
256
|
i(e) {
|
|
163
|
-
|
|
257
|
+
t || (d(A.$$.fragment, e), t = !0);
|
|
164
258
|
},
|
|
165
259
|
o(e) {
|
|
166
|
-
|
|
260
|
+
B(A.$$.fragment, e), t = !1;
|
|
167
261
|
},
|
|
168
262
|
d(e) {
|
|
169
|
-
|
|
263
|
+
k(A, e);
|
|
170
264
|
}
|
|
171
265
|
};
|
|
172
266
|
}
|
|
173
|
-
function
|
|
174
|
-
let A,
|
|
175
|
-
return A = new
|
|
176
|
-
props: { tag:
|
|
267
|
+
function pA(i) {
|
|
268
|
+
let A, t;
|
|
269
|
+
return A = new oA({
|
|
270
|
+
props: { tag: m(i[1]) }
|
|
177
271
|
}), {
|
|
178
272
|
c() {
|
|
179
273
|
C(A.$$.fragment);
|
|
180
274
|
},
|
|
181
|
-
m(e,
|
|
182
|
-
|
|
275
|
+
m(e, n) {
|
|
276
|
+
b(A, e, n), t = !0;
|
|
183
277
|
},
|
|
184
|
-
p(e,
|
|
278
|
+
p(e, n) {
|
|
185
279
|
const o = {};
|
|
186
|
-
|
|
280
|
+
n & 2 && (o.tag = m(e[1])), A.$set(o);
|
|
187
281
|
},
|
|
188
282
|
i(e) {
|
|
189
|
-
|
|
283
|
+
t || (d(A.$$.fragment, e), t = !0);
|
|
190
284
|
},
|
|
191
285
|
o(e) {
|
|
192
|
-
|
|
286
|
+
B(A.$$.fragment, e), t = !1;
|
|
193
287
|
},
|
|
194
288
|
d(e) {
|
|
195
|
-
|
|
289
|
+
k(A, e);
|
|
196
290
|
}
|
|
197
291
|
};
|
|
198
292
|
}
|
|
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;
|
|
293
|
+
function BA(i) {
|
|
294
|
+
let A, t, e, n;
|
|
295
|
+
const o = [lA, aA], g = [];
|
|
296
|
+
function u(f, a) {
|
|
297
|
+
return f[5] ? 0 : 1;
|
|
212
298
|
}
|
|
213
|
-
return
|
|
299
|
+
return A = u(i), t = g[A] = o[A](i), {
|
|
214
300
|
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%");
|
|
301
|
+
t.c(), e = q();
|
|
217
302
|
},
|
|
218
|
-
m(
|
|
219
|
-
|
|
303
|
+
m(f, a) {
|
|
304
|
+
g[A].m(f, a), G(f, e, a), n = !0;
|
|
220
305
|
},
|
|
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%");
|
|
306
|
+
p(f, [a]) {
|
|
307
|
+
let c = A;
|
|
308
|
+
A = u(f), A === c ? g[A].p(f, a) : (K(), B(g[c], 1, 1, () => {
|
|
309
|
+
g[c] = null;
|
|
310
|
+
}), Z(), t = g[A], t ? t.p(f, a) : (t = g[A] = o[A](f), t.c()), d(t, 1), t.m(e.parentNode, e));
|
|
227
311
|
},
|
|
228
|
-
i(
|
|
229
|
-
|
|
312
|
+
i(f) {
|
|
313
|
+
n || (d(t), n = !0);
|
|
230
314
|
},
|
|
231
|
-
o(
|
|
232
|
-
|
|
315
|
+
o(f) {
|
|
316
|
+
B(t), n = !1;
|
|
233
317
|
},
|
|
234
|
-
d(
|
|
235
|
-
|
|
318
|
+
d(f) {
|
|
319
|
+
g[A].d(f), f && I(e);
|
|
236
320
|
}
|
|
237
321
|
};
|
|
238
322
|
}
|
|
239
|
-
function
|
|
240
|
-
let e,
|
|
241
|
-
|
|
242
|
-
let
|
|
243
|
-
function
|
|
244
|
-
|
|
323
|
+
function dA(i, A, t) {
|
|
324
|
+
let e, n, o, g, u, { withAnimation: f = !1 } = A, { tag: a } = A, { hooks: c } = A, { state: p } = A, { mediaStore: D } = A, { temporaryState: r } = A;
|
|
325
|
+
L("hooks", c), L("mediaStore", D);
|
|
326
|
+
let s, Q;
|
|
327
|
+
function h(l) {
|
|
328
|
+
l ? c.emit("exposure", { id: g, type: "start" }) : c.emit("exposure", { id: g, type: "end" });
|
|
245
329
|
}
|
|
246
|
-
const
|
|
247
|
-
return i.$$set = (
|
|
248
|
-
"withAnimation" in
|
|
330
|
+
const v = (l) => c.emit("click", { event: l, target: "TagContent", tag: a });
|
|
331
|
+
return i.$$set = (l) => {
|
|
332
|
+
"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, D = l.mediaStore), "temporaryState" in l && t(4, r = l.temporaryState);
|
|
249
333
|
}, i.$$.update = () => {
|
|
250
|
-
var
|
|
251
|
-
i.$$.dirty & 2 &&
|
|
334
|
+
var l, T, Y, J, P, U, W, H, S, F, O;
|
|
335
|
+
i.$$.dirty & 2 && t(10, e = (l = a.state) == null ? void 0 : l.unfolded), i.$$.dirty & 2 && t(9, n = (T = a.state) == null ? void 0 : T.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 && h(o), i.$$.dirty & 1922 && a.hooks && (e !== void 0 && e !== Q && (t(8, Q = e), e ? (P = (J = a.hooks).emit) == null || P.call(J, "unfolded") : (W = a == null ? void 0 : (U = a.hooks).emit) == null || W.call(U, "folded")), n !== void 0 && n !== s && (t(7, s = n), n ? (S = (H = a.hooks).emit) == null || S.call(H, "show") : (O = (F = a.hooks).emit) == null || O.call(F, "hide"))), i.$$.dirty & 2 && t(5, u = (() => !(a.stickType !== "2DPoint" || typeof a.mergedConfig.unfoldedConfig == "object" && a.mergedConfig.unfoldedConfig.keep === "folded"))());
|
|
252
336
|
}, [
|
|
253
337
|
f,
|
|
254
|
-
l,
|
|
255
|
-
B,
|
|
256
|
-
E,
|
|
257
|
-
b,
|
|
258
|
-
u,
|
|
259
338
|
a,
|
|
260
|
-
|
|
261
|
-
|
|
339
|
+
c,
|
|
340
|
+
p,
|
|
341
|
+
r,
|
|
342
|
+
u,
|
|
343
|
+
D,
|
|
344
|
+
s,
|
|
345
|
+
Q,
|
|
346
|
+
n,
|
|
262
347
|
e,
|
|
263
348
|
o,
|
|
264
|
-
|
|
349
|
+
v
|
|
265
350
|
];
|
|
266
351
|
}
|
|
267
|
-
class
|
|
352
|
+
class ce extends V {
|
|
268
353
|
constructor(A) {
|
|
269
|
-
super(),
|
|
354
|
+
super(), N(
|
|
270
355
|
this,
|
|
271
356
|
A,
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
357
|
+
dA,
|
|
358
|
+
BA,
|
|
359
|
+
z,
|
|
275
360
|
{
|
|
276
361
|
withAnimation: 0,
|
|
277
362
|
tag: 1,
|
|
278
363
|
hooks: 2,
|
|
279
364
|
state: 3,
|
|
280
|
-
mediaStore:
|
|
365
|
+
mediaStore: 6,
|
|
281
366
|
temporaryState: 4
|
|
282
367
|
},
|
|
283
|
-
|
|
368
|
+
rA
|
|
284
369
|
);
|
|
285
370
|
}
|
|
286
371
|
}
|
|
287
372
|
export {
|
|
288
|
-
|
|
373
|
+
ce as default
|
|
289
374
|
};
|