@realsee/dnalogel 2.1.1 → 2.1.2-alpha.1
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/README.md +3 -12
- package/components/index.js +242 -569
- package/dist/index.cjs.js +58 -73
- package/dist/index.es.js +7842 -12958
- package/dist/index.js +7842 -12958
- package/dist/index.umd.js +46 -61
- package/docs/assets/highlight.css +3 -3
- package/docs/assets/main.js +4 -2
- package/docs/assets/search.js +1 -1
- package/docs/assets/style.css +462 -619
- package/docs/classes/CruisePluginController.html +397 -23
- package/docs/classes/Magnifier.html +187 -9
- package/docs/classes/ModelRoomLabelController.html +149 -11
- package/docs/classes/Object3DHelperController.html +356 -0
- package/docs/classes/PaintBrush.html +260 -0
- package/docs/classes/PanoTagPluginController.html +940 -0
- package/docs/classes/Util.BetterTween.html +134 -0
- package/docs/classes/Util.FivePointSelector.html +144 -0
- package/docs/classes/Util.Interval.html +158 -0
- package/docs/classes/Util.Magnifier.html +196 -0
- package/docs/classes/Util.PointDomHelper.html +135 -0
- package/docs/classes/Util.PointHelper.html +127 -0
- package/docs/classes/Util.Rectangle.html +181 -0
- package/docs/enums/CameraMovementEffect.html +70 -3
- package/docs/enums/ContentType.html +116 -0
- package/docs/enums/DIRECTION.html +81 -1
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +81 -1
- package/docs/enums/DimensionType.html +67 -0
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +74 -1
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +81 -1
- package/docs/enums/LinkType.html +67 -0
- package/docs/enums/PaintBrushTypeEnum.html +74 -0
- package/docs/enums/PointType.html +67 -0
- package/docs/enums/Rotation.html +77 -3
- package/docs/functions/CSS3DRenderPlugin.html +233 -0
- package/docs/functions/CameraMovementPlugin.html +237 -0
- package/docs/functions/CruisePlugin.html +233 -0
- package/docs/functions/GuideLinePlugin.html +235 -0
- package/docs/functions/ItemLabelPlugin.html +235 -0
- package/docs/functions/MapviewFloorplanPlugin.html +235 -0
- package/docs/functions/ModelChassisCompassPlugin.html +237 -0
- package/docs/functions/ModelEntryDoorGuidePlugin.html +237 -0
- package/docs/functions/ModelFloorplanPlugin.html +235 -0
- package/docs/functions/ModelItemLabelPlugin.html +235 -0
- package/docs/functions/ModelRoomLabelPlugin.html +233 -0
- package/docs/functions/ModelTVVideoPlugin.html +235 -0
- package/docs/functions/ModelViewPlugin.html +237 -0
- package/docs/functions/Object3DHelperPlugin.html +233 -0
- package/docs/functions/PanoCompassPlugin.html +235 -0
- package/docs/functions/PanoCursorRaycasterPlugin.html +238 -0
- package/docs/functions/PanoDoorLabelPlugin.html +235 -0
- package/docs/functions/PanoFloorplanRadarPlugin.html +235 -0
- package/docs/functions/PanoMeasurePlugin.html +235 -0
- package/docs/functions/PanoRulerPlugin.html +237 -0
- package/docs/functions/PanoRulerProPlugin.html +237 -0
- package/docs/functions/PanoSpatialTagPlugin.html +237 -0
- package/docs/functions/PanoTagPlugin.html +249 -0
- package/docs/functions/TopviewFloorplanPlugin.html +235 -0
- package/docs/functions/Util.getCoordsFromClient.html +78 -0
- package/docs/functions/Util.getCoordsFromElement.html +78 -0
- package/docs/functions/Util.getFrameTime.html +70 -0
- package/docs/functions/Util.getIntersectFromRelativePosition.html +78 -0
- package/docs/functions/Util.getRaycasterFromFivePointer.html +78 -0
- package/docs/functions/Util.isNil.html +79 -0
- package/docs/functions/Util.nextFrame.html +73 -0
- package/docs/functions/Util.notNil.html +78 -0
- package/docs/functions/Util.requestAnimationFrameInterval.html +98 -0
- package/docs/functions/Util.tweenProgress.html +84 -0
- package/docs/functions/pluginFlag.html +233 -0
- package/docs/index.html +222 -9
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +205 -0
- package/docs/interfaces/CSS3DRenderPluginState.html +85 -0
- package/docs/interfaces/CameraMovementPluginExportType.html +111 -17
- package/docs/interfaces/ContentTypeMap.html +212 -0
- package/docs/interfaces/FloorplanBounding.html +89 -10
- package/docs/interfaces/FloorplanData.html +95 -3
- package/docs/interfaces/FloorplanEntrance.html +114 -15
- package/docs/interfaces/FloorplanExtraObject.html +108 -7
- package/docs/interfaces/FloorplanExtraObject3D.html +99 -3
- package/docs/interfaces/FloorplanFloorData.html +88 -3
- package/docs/interfaces/FloorplanImagePosition.html +74 -3
- package/docs/interfaces/FloorplanObserver.html +92 -5
- package/docs/interfaces/FloorplanOutlineItem.html +88 -3
- package/docs/interfaces/FloorplanPosition.html +74 -3
- package/docs/interfaces/FloorplanRoomItem.html +134 -17
- package/docs/interfaces/FloorplanRoomLabelItem.html +78 -7
- package/docs/interfaces/FloorplanServerBounding.html +89 -10
- package/docs/interfaces/FloorplanServerComputedData.html +92 -1
- package/docs/interfaces/FloorplanServerData.html +74 -3
- package/docs/interfaces/FloorplanServerDoorItem.html +92 -1
- package/docs/interfaces/FloorplanServerDoorPosition.html +78 -1
- package/docs/interfaces/FloorplanServerEntrance.html +114 -15
- package/docs/interfaces/FloorplanServerFloorData.html +88 -3
- package/docs/interfaces/FloorplanServerImagePosition.html +74 -3
- package/docs/interfaces/FloorplanServerObserver.html +92 -5
- package/docs/interfaces/FloorplanServerOutlineItem.html +88 -3
- package/docs/interfaces/FloorplanServerPosition.html +74 -3
- package/docs/interfaces/FloorplanServerRoomItem.html +145 -20
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +78 -7
- package/docs/interfaces/ItemLabelPluginData.html +64 -1
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +149 -1
- package/docs/interfaces/ItemLabelPluginParametersType.html +85 -1
- package/docs/interfaces/LineJson.html +71 -1
- package/docs/interfaces/ModelChassisCompassPluginData.html +71 -1
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +107 -1
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +71 -1
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +78 -1
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +115 -1
- package/docs/interfaces/ModelItemLabelPluginData.html +64 -1
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +149 -1
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +71 -1
- package/docs/interfaces/ModelRoomLabelPluginData.html +64 -1
- package/docs/interfaces/ModelTVVideoPluginData.html +85 -1
- package/docs/interfaces/ModelTVVideoPluginExportType.html +109 -1
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +64 -1
- package/docs/interfaces/ModelViewPluginExportType.html +129 -1
- package/docs/interfaces/Object3DHelperState.html +78 -0
- package/docs/interfaces/OpenParameter.html +74 -3
- package/docs/interfaces/PaintBrushAction.html +118 -0
- package/docs/interfaces/PaintBrushConfigs.html +122 -0
- package/docs/interfaces/PaintBrushState.html +99 -0
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +186 -11
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +227 -1
- package/docs/interfaces/PanoMeasureParameterType.html +128 -5
- package/docs/interfaces/PanoRulerPluginExportType.html +138 -1
- package/docs/interfaces/PanoRulerPluginOptions.html +87 -1
- package/docs/interfaces/PanoRulerPluginParameterType.html +78 -1
- package/docs/interfaces/PanoRulerProPluginExportType.html +114 -1
- package/docs/interfaces/PanoRulerProPluginOptions.html +84 -1
- package/docs/interfaces/PanoRulerProPluginParameterType.html +71 -1
- package/docs/interfaces/PanoRulerProPluginState.html +78 -1
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +241 -1
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +230 -1
- package/docs/interfaces/PanoSpatialTagPluginData.html +114 -1
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +96 -1
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +192 -1
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +92 -1
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +113 -1
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +99 -1
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +92 -1
- package/docs/interfaces/Point.html +78 -1
- package/docs/interfaces/PointJson.html +78 -1
- package/docs/interfaces/Room.html +85 -1
- package/docs/interfaces/RoomInfo.html +71 -1
- package/docs/interfaces/RoomLabel.html +141 -13
- package/docs/interfaces/RoomRules.html +230 -1
- package/docs/interfaces/Rooms.html +230 -1
- package/docs/interfaces/Scissor.html +100 -0
- package/docs/interfaces/TagConfig.html +120 -0
- package/docs/interfaces/Tags.html +89 -0
- package/docs/interfaces/Util.MagnifierParameter.html +116 -0
- package/docs/interfaces/Util.MouseGroupParameter.html +79 -0
- package/docs/modules/Util.html +91 -0
- package/docs/modules.html +425 -36
- package/docs/types/ArrayPosition.html +224 -0
- package/docs/types/CSS3DRenderExportType.html +224 -0
- package/docs/types/CSS3DRenderPluginExportType.html +224 -0
- package/docs/types/CSS3DRenderPluginParameterType.html +224 -0
- package/docs/types/Color.html +224 -0
- package/docs/types/ContentTypeConfigKey.html +224 -0
- package/docs/types/ContentTypeConfigKeyArray.html +224 -0
- package/docs/types/Create3DDomContainerReturnType.html +224 -0
- package/docs/types/Create3DElementReturnType.html +224 -0
- package/docs/types/CruisePluginExportType.html +224 -0
- package/docs/types/Direction-1.html +224 -0
- package/docs/types/Direction4.html +224 -0
- package/docs/types/FloorplanRuleLabels.html +226 -0
- package/docs/types/FloorplanServerRuleLabels.html +224 -0
- package/docs/types/GuideLinePluginExportType.html +224 -0
- package/docs/types/HelperEventMap.html +314 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +224 -0
- package/docs/types/MapviewFloorplanPluginReturnType.html +224 -0
- package/docs/types/MediaData.html +224 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +224 -0
- package/docs/types/ModelFloorplanPluginParameterType.html +224 -0
- package/docs/types/ModelFloorplanPluginReturnType.html +224 -0
- package/docs/types/ModelRoomLabelPluginParameters.html +224 -0
- package/docs/types/ModelRoomLabelPluginReturnType.html +224 -0
- package/docs/types/MoveArgs.html +226 -0
- package/docs/types/MoveOpts.html +226 -0
- package/docs/types/Object3DHelperEventMap.html +317 -0
- package/docs/types/ObjectFit.html +224 -0
- package/docs/types/PaintBrushEventMap.html +255 -0
- package/docs/types/PanoCompassPluginData.html +224 -0
- package/docs/types/PanoCompassPluginExportType.html +224 -0
- package/docs/types/PanoCompassPluginParameterType.html +224 -0
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +224 -0
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +224 -0
- package/docs/types/PanoMeasurePluginEvent.html +224 -0
- package/docs/types/PanoMeasureReturnType.html +224 -0
- package/docs/types/PanoSpatialTagPluginId.html +224 -0
- package/docs/types/PanoTagPluginExportInterface.html +224 -0
- package/docs/types/PanoTagPluginParamsInterface.html +224 -0
- package/docs/types/PlaneTag.html +233 -0
- package/docs/types/PointTag.html +235 -0
- package/docs/types/Position.html +224 -0
- package/docs/types/RotateArgs.html +226 -0
- package/docs/types/RotateOpts.html +226 -0
- package/docs/types/RuleLabelsKey.html +224 -0
- package/docs/types/RuleLabelsValue.html +224 -0
- package/docs/types/Tag.html +235 -0
- package/docs/types/Tag2D.html +233 -0
- package/docs/types/Tag3D.html +233 -0
- package/docs/types/TagId.html +224 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +224 -0
- package/docs/types/TopviewFloorplanPluginReturnType.html +224 -0
- package/docs/variables/FLOOR_TYPE_MAP.html +226 -0
- package/docs/variables/PLUGIN.html +224 -0
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +226 -0
- package/docs/variables/ROOM_TYPE_MAP.html +226 -0
- package/docs/variables/VERSION.html +224 -0
- package/docs/variables/itemLabelPluginServerParams.html +231 -0
- package/docs/variables/modelItemLabelPluginServerParams.html +231 -0
- package/docs/variables/modelRoomLabelPluginServerParams.html +231 -0
- package/libs/CSS3DRenderPlugin/CSS3DRender.d.ts +2 -2
- package/libs/CSS3DRenderPlugin/CSS3DRender.js +1 -300
- package/libs/CSS3DRenderPlugin/Controller.d.ts +3 -3
- package/libs/CSS3DRenderPlugin/Controller.js +1 -81
- package/libs/CSS3DRenderPlugin/index.js +1 -14
- package/libs/CSS3DRenderPlugin/typing.js +1 -1
- package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +1 -67
- package/libs/CSS3DRenderPlugin/utils/centerPoint.js +1 -10
- package/libs/CSS3DRenderPlugin/utils/evenNumber.js +1 -7
- package/libs/CSS3DRenderPlugin/utils/index.js +1 -13
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +1 -7
- package/libs/CSS3DRenderPlugin/utils/random.js +1 -6
- package/libs/CameraMovementPlugin/CameraMovementPlugin.js +1 -71
- package/libs/CameraMovementPlugin/index.js +1 -15
- package/libs/CameraMovementPlugin/typing.js +1 -5
- package/libs/CruisePlugin/Controller.js +1 -440
- package/libs/CruisePlugin/index.js +1 -27
- package/libs/CruisePlugin/utils/coordinatesAngle.js +1 -9
- package/libs/CruisePlugin/utils/coordinatesToVector.js +1 -12
- package/libs/CruisePlugin/utils/formatRad.js +1 -7
- package/libs/CruisePlugin/utils/linerValue.js +1 -7
- package/libs/CruisePlugin/utils/safeCall.js +1 -12
- package/libs/CruisePlugin/utils/sleep.js +1 -10
- package/libs/CruisePlugin/utils/vectorToCoordinates.js +1 -10
- package/libs/GuideLinePlugin/Controller.js +1 -112
- package/libs/GuideLinePlugin/index.js +1 -15
- package/libs/GuideLinePlugin/utils/getArrowMaterial.js +1 -13
- package/libs/GuideLinePlugin/utils/getLineGeometries.js +1 -118
- package/libs/GuideLinePlugin/utils/polyline-normals.d.ts +3 -0
- package/libs/ItemLabelPlugin/ItemLabelComponent.js +1 -254
- package/libs/ItemLabelPlugin/ItemLabelItem.js +2 -133
- package/libs/ItemLabelPlugin/Plugin.js +2 -85
- package/libs/ItemLabelPlugin/index.js +1 -25
- package/libs/ItemLabelPlugin/typings.js +1 -4
- package/libs/ItemLabelPlugin/utils/getLabelTransform.js +1 -4
- package/libs/ItemLabelPlugin/utils/getStrokeLength.js +1 -16
- package/libs/ItemLabelPlugin/utils/isImpacted.js +1 -10
- package/libs/ItemLabelPlugin/utils/parseData.js +1 -10
- package/libs/ItemLabelPlugin/utils/transform2RenderData.js +1 -11
- package/libs/ModelChassisCompassPlugin/Plugin.js +1 -55
- package/libs/ModelChassisCompassPlugin/index.js +1 -10
- package/libs/ModelEntryDoorGuidePlugin/Plugin.js +1 -66
- package/libs/ModelEntryDoorGuidePlugin/index.js +1 -11
- package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +1 -196
- package/libs/ModelItemLabelPlugin/ItemLabelItem.js +2 -42
- package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +2 -79
- package/libs/ModelItemLabelPlugin/events.type.js +1 -1
- package/libs/ModelItemLabelPlugin/index.js +1 -21
- package/libs/ModelItemLabelPlugin/typings.js +1 -4
- package/libs/ModelItemLabelPlugin/utils/parseData.js +1 -9
- package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.js +1 -4
- package/libs/ModelRoomLabelPlugin/Controller.js +1 -64
- package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +1 -45
- package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +1 -151
- package/libs/ModelRoomLabelPlugin/index.js +1 -16
- package/libs/ModelRoomLabelPlugin/utils/parseData.js +1 -16
- package/libs/ModelTVVideoPlugin/Plugin.js +1 -157
- package/libs/ModelTVVideoPlugin/index.js +1 -19
- package/libs/ModelTVVideoPlugin/typings.js +1 -4
- package/libs/ModelTVVideoPlugin/utils/parseData.js +1 -20
- package/libs/ModelViewPlugin/Plugin.js +1 -96
- package/libs/ModelViewPlugin/index.js +1 -8
- package/libs/Object3DHelperPlugin/Controller.d.ts +1 -1
- package/libs/Object3DHelperPlugin/Controller.js +1 -137
- package/libs/Object3DHelperPlugin/FiveControllerWrapper.d.ts +1 -1
- package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +1 -35
- package/libs/Object3DHelperPlugin/index.js +1 -42
- package/libs/PanoCompassPlugin/Assets/roomInfoIcon.js +1 -4
- package/libs/PanoCompassPlugin/Controller.js +1 -205
- package/libs/PanoCompassPlugin/getRoomInfoInstance.js +1 -24
- package/libs/PanoCompassPlugin/index.js +1 -24
- package/libs/PanoCursorRaycasterPlugin/index.js +1 -60
- package/libs/PanoDoorLabelPlugin/BaseController.js +1 -50
- package/libs/PanoDoorLabelPlugin/Controller.js +1 -215
- package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +1 -65
- package/libs/PanoDoorLabelPlugin/index.d.ts +1 -1
- package/libs/PanoDoorLabelPlugin/index.js +1 -15
- package/libs/PanoDoorLabelPlugin/utils.d.ts +2 -2
- package/libs/PanoDoorLabelPlugin/utils.js +1 -23
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +1 -63
- package/libs/PanoMeasurePlugin/Controller/EditController.js +1 -114
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +1 -138
- package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +1 -33
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +1 -101
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +1 -169
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Controller/index.js +1 -167
- package/libs/PanoMeasurePlugin/Model/index.d.ts +4 -4
- package/libs/PanoMeasurePlugin/Model/index.js +1 -99
- package/libs/PanoMeasurePlugin/Model/line.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Model/line.js +1 -60
- package/libs/PanoMeasurePlugin/Model/point.js +1 -30
- package/libs/PanoMeasurePlugin/Model/polyline.d.ts +2 -2
- package/libs/PanoMeasurePlugin/Model/polyline.js +1 -47
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +2 -5
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +1 -4
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +1 -4
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +3 -67
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +1 -28
- package/libs/PanoMeasurePlugin/Modules/GuideController.js +1 -41
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +1 -103
- package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +8 -12
- package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +1 -50
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +1 -36
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +1 -48
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +3 -8
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +1 -39
- package/libs/PanoMeasurePlugin/Modules/UIController/style.js +1 -70
- package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +2 -7
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +1 -123
- package/libs/PanoMeasurePlugin/index.js +1 -60
- package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -12
- package/libs/PanoMeasurePlugin/utils/constants.js +1 -23
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +1 -62
- package/libs/PanoMeasurePlugin/utils/findAssociatedLines.js +1 -13
- package/libs/PanoMeasurePlugin/utils/findClosestPoint.d.ts +1 -1
- package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +1 -16
- package/libs/PanoMeasurePlugin/utils/getIntersectionFromEvent.js +1 -9
- package/libs/PanoMeasurePlugin/utils/getPointFromHammerEvent.js +1 -8
- package/libs/PanoMeasurePlugin/utils/ironbox.js +1 -4
- package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +1 -7
- package/libs/PanoMeasurePlugin/utils/line.js +1 -18
- package/libs/PanoMeasurePlugin/utils/math.js +1 -13
- package/libs/PanoMeasurePlugin/utils/mouseGroup.js +3 -33
- package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +1 -8
- package/libs/PanoRulerPlugin/Plugin.js +3 -241
- package/libs/PanoRulerPlugin/index.js +1 -11
- package/libs/PanoRulerPlugin/style.js +2 -5
- package/libs/PanoRulerProPlugin/Controller.js +1 -74
- package/libs/PanoRulerProPlugin/RulerItem.js +1 -118
- package/libs/PanoRulerProPlugin/RulerItems.js +1 -181
- package/libs/PanoRulerProPlugin/index.js +1 -17
- package/libs/PanoSpatialTagPlugin/Components/origins.js +1 -82
- package/libs/PanoSpatialTagPlugin/Components/tag.js +1 -124
- package/libs/PanoSpatialTagPlugin/Plugin.js +1 -258
- package/libs/PanoSpatialTagPlugin/index.js +1 -24
- package/libs/PanoSpatialTagPlugin/store.d.ts +1 -1
- package/libs/PanoSpatialTagPlugin/store.js +1 -6
- package/libs/PanoSpatialTagPlugin/style.js +1 -11
- package/libs/PanoSpatialTagPlugin/typings.js +1 -1
- package/libs/PanoTagPlugin/Assets/Icon.js +1 -6
- package/libs/PanoTagPlugin/Components/Common/Arrow.js +1 -103
- package/libs/PanoTagPlugin/Components/Common/Audio.js +1 -163
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +1 -93
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +1 -91
- package/libs/PanoTagPlugin/Components/Common/Media.js +1 -3438
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +1 -139
- package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +1 -181
- package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +1 -52
- package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +1 -52
- package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +1 -170
- package/libs/PanoTagPlugin/Components/Common/Shadow.js +15 -125
- package/libs/PanoTagPlugin/Components/Common/Text.js +1 -984
- package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +1 -140
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +1 -72
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +1 -202
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +1 -128
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +1 -231
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +1 -95
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +1 -134
- package/libs/PanoTagPlugin/Components/Tag/index.js +2 -308
- package/libs/PanoTagPlugin/Components/TagContainer.js +1 -187
- package/libs/PanoTagPlugin/Components/TagWrapper.js +1 -183
- package/libs/PanoTagPlugin/controller/TagCacheController.js +1 -32
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +5 -5
- package/libs/PanoTagPlugin/controller/TagComputer.js +1 -15
- package/libs/PanoTagPlugin/controller/index.js +1 -386
- package/libs/PanoTagPlugin/index.js +1 -71
- package/libs/PanoTagPlugin/tag.config.js +1 -44
- package/libs/PanoTagPlugin/typings/controller.js +1 -1
- package/libs/PanoTagPlugin/typings/index.js +1 -7
- package/libs/PanoTagPlugin/typings/tag.js +1 -7
- package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +1 -6
- package/libs/PanoTagPlugin/utils/addDebugPoints.js +1 -27
- package/libs/PanoTagPlugin/utils/checkRange.d.ts +1 -1
- package/libs/PanoTagPlugin/utils/checkRange.js +1 -10
- package/libs/PanoTagPlugin/utils/constants.js +1 -8
- package/libs/PanoTagPlugin/utils/debounce.js +1 -12
- package/libs/PanoTagPlugin/utils/doUtil.js +1 -12
- package/libs/PanoTagPlugin/utils/index.js +1 -36
- package/libs/PanoTagPlugin/utils/noTypecheck.js +1 -4
- package/libs/PanoTagPlugin/utils/normalPositionToPositions.js +1 -13
- package/libs/PanoTagPlugin/utils/planeNormal.js +1 -11
- package/libs/PanoTagPlugin/utils/resizeObserver.js +1 -17
- package/libs/PanoTagPlugin/utils/search.js +1 -33
- package/libs/PanoTagPlugin/utils/tagPosition.js +1 -13
- package/libs/PanoTagPlugin/utils/throttle.js +1 -11
- package/libs/base/BasePlugin.js +1 -18
- package/libs/base/BasePluginWithData.js +1 -7
- package/libs/components/PaintBrush/Controller.d.ts +2 -2
- package/libs/components/PaintBrush/Controller.js +1 -309
- package/libs/components/PaintBrush/Subscribe.js +1 -47
- package/libs/components/PaintBrush/index.js +1 -52
- package/libs/components/PaintBrush/style.js +2 -5
- package/libs/components/PaintBrush/tween.js +1 -15
- package/libs/components/PaintBrush/typings.js +1 -4
- package/libs/components/PaintBrush/utils.d.ts +1 -1
- package/libs/components/PaintBrush/utils.js +1 -45
- package/libs/components/index.js +1 -13
- package/libs/env.d.ts +1 -0
- package/libs/floorplan/Assets/camera.js +1 -4
- package/libs/floorplan/Assets/compass.js +1 -4
- package/libs/floorplan/Assets/floorplanExtraObject.js +1 -4
- package/libs/floorplan/Components/BaseImage.js +1 -104
- package/libs/floorplan/Components/Camera.js +1 -62
- package/libs/floorplan/Components/Compass.js +1 -60
- package/libs/floorplan/Components/CurrentFloor.js +1 -255
- package/libs/floorplan/Components/Main.js +1 -282
- package/libs/floorplan/Components/Normalmage.js +1 -37
- package/libs/floorplan/Components/RoomHighlight/Room.js +1 -61
- package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +1 -122
- package/libs/floorplan/Components/RoomLabels/RoomLabel.js +1 -152
- package/libs/floorplan/Components/RoomLabels/RoomLabels.js +1 -174
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +1 -184
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +1 -37
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +1 -39
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +1 -37
- package/libs/floorplan/Components/RuleLabels/RuleItem.js +1 -134
- package/libs/floorplan/Components/RuleLabels/RuleLabels.js +1 -139
- package/libs/floorplan/Components/SvgImage.js +2 -39
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.d.ts +1 -1
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -322
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +1 -49
- package/libs/floorplan/ModelFloorplanPlugin/Controller.d.ts +1 -1
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +1 -318
- package/libs/floorplan/ModelFloorplanPlugin/index.js +1 -49
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -84
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +1 -133
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +1 -72
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +1 -191
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -146
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +1 -26
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.d.ts +1 -1
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +1 -265
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +1 -46
- package/libs/floorplan/constant.js +1 -4
- package/libs/floorplan/index.js +1 -67
- package/libs/floorplan/typings/floorplanData.js +1 -1
- package/libs/floorplan/typings/floorplanServerData.js +1 -101
- package/libs/floorplan/utils/constant.js +1 -8
- package/libs/floorplan/utils/correctFiveState.js +1 -36
- package/libs/floorplan/utils/formatData.js +1 -82
- package/libs/floorplan/utils/formatPosition.js +1 -35
- package/libs/index.js +1 -330
- package/libs/shared-utils/Object3DHelper/Base/BaseController.js +1 -155
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +1 -53
- package/libs/shared-utils/Object3DHelper/Constants/color.js +1 -21
- package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +1 -29
- package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +1 -74
- package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +1 -1
- package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +1 -117
- package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +1 -142
- package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +1 -81
- package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +1 -31
- package/libs/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js +1 -14
- package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +1 -31
- package/libs/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js +1 -35
- package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +1 -103
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +1 -143
- package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +1 -137
- package/libs/shared-utils/Object3DHelper/Helper/index.js +1 -30
- package/libs/shared-utils/Object3DHelper/index.js +1 -140
- package/libs/shared-utils/Object3DHelper/typings/Direction.js +1 -1
- package/libs/shared-utils/Object3DHelper/typings/Hooks.js +1 -1
- package/libs/shared-utils/Object3DHelper/typings/Scissor.js +1 -1
- package/libs/shared-utils/Object3DHelper/typings/index.js +1 -1
- package/libs/shared-utils/Object3DHelper/utils/calculateThreeMouse.js +1 -11
- package/libs/shared-utils/Object3DHelper/utils/direction.js +1 -30
- package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +1 -18
- package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.d.ts +1 -1
- package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.js +1 -14
- package/libs/shared-utils/Object3DHelper/utils/getPoint.js +1 -18
- package/libs/shared-utils/Object3DHelper/utils/index.js +1 -29
- package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +1 -13
- package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +1 -5
- package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.d.ts +34 -0
- package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +1 -191
- package/libs/shared-utils/Object3DHelper/utils/vectorIsEqual.js +1 -6
- package/libs/shared-utils/Subscribe.js +1 -50
- package/libs/shared-utils/animationFrame/BetterTween.js +1 -6
- package/libs/shared-utils/animationFrame/calculateProgress.js +1 -12
- package/libs/shared-utils/animationFrame/formatRad.js +1 -13
- package/libs/shared-utils/animationFrame/index.js +1 -51
- package/libs/shared-utils/animationFrame/tween.js +1 -30
- package/libs/shared-utils/changeModelCanvasOpacity.js +1 -12
- package/libs/shared-utils/createCanvasTextTexture.js +1 -11
- package/libs/shared-utils/createLine/index.js +1 -9
- package/libs/shared-utils/debounce.js +1 -11
- package/libs/shared-utils/equal.js +1 -54
- package/libs/shared-utils/filter.js +1 -30
- package/libs/shared-utils/five/changeMode.js +1 -21
- package/libs/shared-utils/getPxmm.js +1 -21
- package/libs/shared-utils/index.js +1 -45
- package/libs/shared-utils/isNil.js +1 -10
- package/libs/shared-utils/isTruelyObject.js +1 -6
- package/libs/shared-utils/math/Interval.js +1 -23
- package/libs/shared-utils/math/Rectangle.js +1 -23
- package/libs/shared-utils/math/index.js +1 -6
- package/libs/shared-utils/math/planimetry.d.ts +5 -5
- package/libs/shared-utils/math/planimetry.js +1 -135
- package/libs/shared-utils/math/rad2Deg.js +1 -6
- package/libs/shared-utils/nearlyEqual.js +1 -6
- package/libs/shared-utils/nextFrame.js +1 -6
- package/libs/shared-utils/noop.js +1 -5
- package/libs/shared-utils/object3d2LocalMatrix.js +1 -19
- package/libs/shared-utils/removeArrayItem.d.ts +1 -1
- package/libs/shared-utils/removeArrayItem.js +1 -8
- package/libs/shared-utils/tap.js +1 -6
- package/libs/shared-utils/three/Assets/index.js +1 -5
- package/libs/shared-utils/three/FivePointSelector.d.ts +1 -1
- package/libs/shared-utils/three/FivePointSelector.js +1 -63
- package/libs/shared-utils/three/Magnifier.d.ts +2 -2
- package/libs/shared-utils/three/Magnifier.js +1 -104
- package/libs/shared-utils/three/PointDomHelper.js +1 -68
- package/libs/shared-utils/three/PointHelper.js +3 -60
- package/libs/shared-utils/three/getCoords.js +1 -13
- package/libs/shared-utils/three/getIntersect.d.ts +1 -1
- package/libs/shared-utils/three/getIntersect.js +1 -8
- package/libs/shared-utils/three/getRaycaster.d.ts +1 -1
- package/libs/shared-utils/three/getRaycaster.js +1 -12
- package/libs/shared-utils/three/index.js +1 -33
- package/libs/shared-utils/three/loadTexture.js +1 -10
- package/libs/shared-utils/three/transformPositionToVector3.js +1 -5
- package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +1 -13
- package/libs/shared-utils/throttle.js +1 -11
- package/libs/shared-utils/tinyEJSrender.js +14 -138
- package/libs/shared-utils/to.js +1 -11
- package/libs/shared-utils/uuid.js +1 -10
- package/libs/vendor/swiper/components-shared/get-changed-params.js +1 -0
- package/libs/vendor/swiper/components-shared/get-params.js +1 -0
- package/libs/vendor/swiper/components-shared/mount-swiper.js +1 -0
- package/libs/vendor/swiper/components-shared/params-list.js +1 -0
- package/libs/vendor/swiper/components-shared/update-swiper.js +1 -0
- package/libs/vendor/swiper/components-shared/utils.js +1 -0
- package/libs/vendor/swiper/svelte/swiper-slide.js +1 -0
- package/libs/vendor/swiper/svelte/swiper-svelte.js +1 -0
- package/libs/vendor/swiper/svelte/swiper.js +1 -0
- package/package.json +218 -31
- package/dist/style.css +0 -1
- package/docs/assets/icons.css +0 -1043
- package/docs/assets/icons.png +0 -0
- package/docs/assets/icons@2x.png +0 -0
- package/docs/assets/widgets.png +0 -0
- package/docs/assets/widgets@2x.png +0 -0
- package/docs/interfaces/CSS3DRenderPluginExportType.html +0 -4
- package/libs/CruisePlugin/typing.js +0 -1
- package/libs/GuideLinePlugin/typing.js +0 -1
- package/libs/GuideLinePlugin/utils/getPoint.d.ts +0 -3
- package/libs/GuideLinePlugin/utils/getPoint.js +0 -18
- package/libs/GuideLinePlugin/utils/polyline-normals.d.js +0 -1
- package/libs/ItemLabelPlugin/events.type.js +0 -1
- package/libs/ModelRoomLabelPlugin/typings.js +0 -1
- package/libs/Object3DHelperPlugin/mocks/addObject3D.d.ts +0 -2
- package/libs/Object3DHelperPlugin/mocks/addObject3D.js +0 -1377
- package/libs/Object3DHelperPlugin/mocks/objects.d.ts +0 -7
- package/libs/Object3DHelperPlugin/mocks/objects.js +0 -47
- package/libs/Object3DHelperPlugin/typings.js +0 -1
- package/libs/PanoCompassPlugin/typings.js +0 -1
- package/libs/PanoDoorLabelPlugin/typings.js +0 -1
- 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/PanoRulerPlugin/typings.js +0 -1
- package/libs/PanoRulerProPlugin/typings.js +0 -1
- package/libs/PanoTagPlugin/Components/Common/TextItem.js +0 -106
- package/libs/TagComputer.2bc444dc.js +0 -315
- package/libs/floorplan/MapviewFloorplanPlugin/typing.js +0 -1
- package/libs/floorplan/ModelFloorplanPlugin/typing.js +0 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/typing.js +0 -1
- package/libs/floorplan/TopviewFloorplanPlugin/style.d.ts +0 -1
- package/libs/floorplan/TopviewFloorplanPlugin/style.js +0 -11
- package/libs/floorplan/TopviewFloorplanPlugin/typing.js +0 -1
- package/libs/floorplan/typings/index.js +0 -1
- package/libs/floorplan/typings/utility.js +0 -1
- package/libs/hammer.b5b6115e.js +0 -882
- package/libs/index.164f1850.js +0 -641
- package/libs/index.5d5d1089.js +0 -34
- package/libs/index.6a0eead1.js +0 -12
- package/libs/index.ad783a2f.js +0 -31
- package/libs/index.dca207cb.js +0 -37
- package/libs/index.f2f85d71.js +0 -40
- package/libs/shared-utils/Object3DHelper/utils/finiteNumber.d.ts +0 -1
- package/libs/shared-utils/Object3DHelper/utils/finiteNumber.js +0 -6
- package/libs/shared-utils/Object3DHelper/utils/negateScale.d.ts +0 -2
- package/libs/shared-utils/Object3DHelper/utils/negateScale.js +0 -7
- package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.d.js +0 -4
- package/libs/shared-utils/Preloader.d.ts +0 -6
- package/libs/shared-utils/Preloader.js +0 -18
- package/libs/shared-utils/formatRad.d.ts +0 -7
- package/libs/shared-utils/formatRad.js +0 -7
- package/libs/shared-utils/getRandomColor.d.ts +0 -1
- package/libs/shared-utils/getRandomColor.js +0 -6
- package/libs/shared-utils/logger.d.ts +0 -16
- package/libs/shared-utils/logger.js +0 -27
- package/libs/shared-utils/math/evenNumber.d.ts +0 -3
- package/libs/shared-utils/math/evenNumber.js +0 -7
- package/libs/shared-utils/px2rem.d.ts +0 -1
- package/libs/shared-utils/px2rem.js +0 -6
- package/libs/shared-utils/three/getExtraModelLoader.d.ts +0 -6
- package/libs/shared-utils/three/getExtraModelLoader.js +0 -18
- package/libs/shared-utils/three/getNormal.d.ts +0 -2
- package/libs/shared-utils/three/getNormal.js +0 -7
- package/libs/shared-utils/three/getTextureLoader.d.ts +0 -6
- package/libs/shared-utils/three/getTextureLoader.js +0 -16
- package/libs/shared-utils/three/loadFbxObj.d.ts +0 -2
- package/libs/shared-utils/three/loadFbxObj.js +0 -16
- package/libs/shared-utils/vectorTocoordinates.d.ts +0 -7
- package/libs/shared-utils/vectorTocoordinates.js +0 -10
- package/libs/style.css +0 -1
- package/libs/tween.esm.bad2b2b4.js +0 -340
- package/libs/typings/math.type.js +0 -1
- package/libs/typings/utils.type.d.ts +0 -2
- package/libs/typings/utils.type.js +0 -1
|
@@ -1,309 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
import { ContentType as E } from "../../typings/tag.js";
|
|
3
|
-
import L from "./TextTag.js";
|
|
4
|
-
import K from "./ImageTextTag.js";
|
|
5
|
-
import Z from "./MarketingTag.js";
|
|
6
|
-
import "three";
|
|
7
|
-
import { noTypecheck as u } from "../../utils/noTypecheck.js";
|
|
8
|
-
import V from "./AudioTag.js";
|
|
9
|
-
import z from "./MediaPlane.js";
|
|
10
|
-
import N from "./LinkTag.js";
|
|
11
|
-
import q from "./CustomTag.js";
|
|
12
|
-
import "../Common/Line/Straight.js";
|
|
13
|
-
import "../../../index.dca207cb.js";
|
|
14
|
-
import "../../../index.6a0eead1.js";
|
|
15
|
-
import "../../../shared-utils/uuid.js";
|
|
16
|
-
import "../Common/Shadow.js";
|
|
17
|
-
import "../Common/MultiLineText.js";
|
|
18
|
-
import "../Common/Text.js";
|
|
19
|
-
import "../../../shared-utils/isNil.js";
|
|
20
|
-
import "../../utils/search.js";
|
|
21
|
-
import "../../utils/constants.js";
|
|
22
|
-
import "../Common/Arrow.js";
|
|
23
|
-
import "../../Assets/Icon.js";
|
|
24
|
-
import "../../utils/doUtil.js";
|
|
25
|
-
import "../Common/Line/Polyline.js";
|
|
26
|
-
import "../Common/Media.js";
|
|
27
|
-
import "../Common/MediaItem.js";
|
|
28
|
-
import "../Common/Audio.js";
|
|
29
|
-
function R(i) {
|
|
30
|
-
U(i, "svelte-95x526", `@font-face{font-family:'TG-TYPE';font-style:normal;font-weight:400;src:local('TG-TYPE-Bold'),
|
|
1
|
+
"use strict";const t=require("svelte/internal"),C=require("../../typings/tag.js"),h=require("./TextTag.js"),k=require("./ImageTextTag.js"),D=require("./MarketingTag.js");require("three");const c=require("../../utils/noTypecheck.js"),T=require("svelte"),y=require("./AudioTag.js"),E=require("./MediaPlane.js"),b=require("./LinkTag.js"),v=require("./CustomTag.js");function P(i){t.append_styles(i,"svelte-95x526",`@font-face{font-family:'TG-TYPE';font-style:normal;font-weight:400;src:local('TG-TYPE-Bold'),
|
|
31
2
|
url(data:application/font-woff2;charset=utf-8;base64,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)
|
|
32
|
-
format('woff2')}.content__container.svelte-95x526{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.unClickable.svelte-95x526{pointer-events:none !important}.content__container.unClickable.svelte-95x526 *{pointer-events:none !important}*{-webkit-tap-highlight-color:transparent}.content__wrapper.svelte-95x526{pointer-events:none;width:100%;height:100%}.withAnimation.svelte-95x526{transition:opacity 0.3s linear}.content__container.hide.svelte-95x526{opacity:0;pointer-events:none}.content__container.hide.svelte-95x526 *{pointer-events:none !important}.content__container.disable.svelte-95x526{display:none}.content__container.hide.svelte-95x526 *{pointer-events:none}.content.svelte-95x526{position:relative;width:100%;height:100%;font-size:0.75rem;line-height:1.125rem;color:#fff}.content.svelte-95x526:not(.unfolded){pointer-events:none}.content.svelte-95x526:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-95x526{pointer-events:auto}`);
|
|
33
|
-
}
|
|
34
|
-
function X(i) {
|
|
35
|
-
let A, t;
|
|
36
|
-
return A = new z({
|
|
37
|
-
props: { tag: u(i[1]) }
|
|
38
|
-
}), {
|
|
39
|
-
c() {
|
|
40
|
-
w(A.$$.fragment);
|
|
41
|
-
},
|
|
42
|
-
m(e, n) {
|
|
43
|
-
C(A, e, n), t = !0;
|
|
44
|
-
},
|
|
45
|
-
p(e, n) {
|
|
46
|
-
const o = {};
|
|
47
|
-
n & 2 && (o.tag = u(e[1])), A.$set(o);
|
|
48
|
-
},
|
|
49
|
-
i(e) {
|
|
50
|
-
t || (d(A.$$.fragment, e), t = !0);
|
|
51
|
-
},
|
|
52
|
-
o(e) {
|
|
53
|
-
B(A.$$.fragment, e), t = !1;
|
|
54
|
-
},
|
|
55
|
-
d(e) {
|
|
56
|
-
D(A, e);
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
function j(i) {
|
|
61
|
-
let A, t;
|
|
62
|
-
return A = new N({
|
|
63
|
-
props: { tag: u(i[1]) }
|
|
64
|
-
}), {
|
|
65
|
-
c() {
|
|
66
|
-
w(A.$$.fragment);
|
|
67
|
-
},
|
|
68
|
-
m(e, n) {
|
|
69
|
-
C(A, e, n), t = !0;
|
|
70
|
-
},
|
|
71
|
-
p(e, n) {
|
|
72
|
-
const o = {};
|
|
73
|
-
n & 2 && (o.tag = u(e[1])), A.$set(o);
|
|
74
|
-
},
|
|
75
|
-
i(e) {
|
|
76
|
-
t || (d(A.$$.fragment, e), t = !0);
|
|
77
|
-
},
|
|
78
|
-
o(e) {
|
|
79
|
-
B(A.$$.fragment, e), t = !1;
|
|
80
|
-
},
|
|
81
|
-
d(e) {
|
|
82
|
-
D(A, e);
|
|
83
|
-
}
|
|
84
|
-
};
|
|
85
|
-
}
|
|
86
|
-
function $(i) {
|
|
87
|
-
let A, t;
|
|
88
|
-
return A = new Z({
|
|
89
|
-
props: { tag: u(i[1]) }
|
|
90
|
-
}), {
|
|
91
|
-
c() {
|
|
92
|
-
w(A.$$.fragment);
|
|
93
|
-
},
|
|
94
|
-
m(e, n) {
|
|
95
|
-
C(A, e, n), t = !0;
|
|
96
|
-
},
|
|
97
|
-
p(e, n) {
|
|
98
|
-
const o = {};
|
|
99
|
-
n & 2 && (o.tag = u(e[1])), A.$set(o);
|
|
100
|
-
},
|
|
101
|
-
i(e) {
|
|
102
|
-
t || (d(A.$$.fragment, e), t = !0);
|
|
103
|
-
},
|
|
104
|
-
o(e) {
|
|
105
|
-
B(A.$$.fragment, e), t = !1;
|
|
106
|
-
},
|
|
107
|
-
d(e) {
|
|
108
|
-
D(A, e);
|
|
109
|
-
}
|
|
110
|
-
};
|
|
111
|
-
}
|
|
112
|
-
function AA(i) {
|
|
113
|
-
let A, t;
|
|
114
|
-
return A = new V({
|
|
115
|
-
props: { tag: u(i[1]) }
|
|
116
|
-
}), {
|
|
117
|
-
c() {
|
|
118
|
-
w(A.$$.fragment);
|
|
119
|
-
},
|
|
120
|
-
m(e, n) {
|
|
121
|
-
C(A, e, n), t = !0;
|
|
122
|
-
},
|
|
123
|
-
p(e, n) {
|
|
124
|
-
const o = {};
|
|
125
|
-
n & 2 && (o.tag = u(e[1])), A.$set(o);
|
|
126
|
-
},
|
|
127
|
-
i(e) {
|
|
128
|
-
t || (d(A.$$.fragment, e), t = !0);
|
|
129
|
-
},
|
|
130
|
-
o(e) {
|
|
131
|
-
B(A.$$.fragment, e), t = !1;
|
|
132
|
-
},
|
|
133
|
-
d(e) {
|
|
134
|
-
D(A, e);
|
|
135
|
-
}
|
|
136
|
-
};
|
|
137
|
-
}
|
|
138
|
-
function eA(i) {
|
|
139
|
-
let A, t;
|
|
140
|
-
return A = new K({
|
|
141
|
-
props: { tag: u(i[1]) }
|
|
142
|
-
}), {
|
|
143
|
-
c() {
|
|
144
|
-
w(A.$$.fragment);
|
|
145
|
-
},
|
|
146
|
-
m(e, n) {
|
|
147
|
-
C(A, e, n), t = !0;
|
|
148
|
-
},
|
|
149
|
-
p(e, n) {
|
|
150
|
-
const o = {};
|
|
151
|
-
n & 2 && (o.tag = u(e[1])), A.$set(o);
|
|
152
|
-
},
|
|
153
|
-
i(e) {
|
|
154
|
-
t || (d(A.$$.fragment, e), t = !0);
|
|
155
|
-
},
|
|
156
|
-
o(e) {
|
|
157
|
-
B(A.$$.fragment, e), t = !1;
|
|
158
|
-
},
|
|
159
|
-
d(e) {
|
|
160
|
-
D(A, e);
|
|
161
|
-
}
|
|
162
|
-
};
|
|
163
|
-
}
|
|
164
|
-
function tA(i) {
|
|
165
|
-
let A, t;
|
|
166
|
-
return A = new L({
|
|
167
|
-
props: { tag: u(i[1]) }
|
|
168
|
-
}), {
|
|
169
|
-
c() {
|
|
170
|
-
w(A.$$.fragment);
|
|
171
|
-
},
|
|
172
|
-
m(e, n) {
|
|
173
|
-
C(A, e, n), t = !0;
|
|
174
|
-
},
|
|
175
|
-
p(e, n) {
|
|
176
|
-
const o = {};
|
|
177
|
-
n & 2 && (o.tag = u(e[1])), A.$set(o);
|
|
178
|
-
},
|
|
179
|
-
i(e) {
|
|
180
|
-
t || (d(A.$$.fragment, e), t = !0);
|
|
181
|
-
},
|
|
182
|
-
o(e) {
|
|
183
|
-
B(A.$$.fragment, e), t = !1;
|
|
184
|
-
},
|
|
185
|
-
d(e) {
|
|
186
|
-
D(A, e);
|
|
187
|
-
}
|
|
188
|
-
};
|
|
189
|
-
}
|
|
190
|
-
function nA(i) {
|
|
191
|
-
let A, t;
|
|
192
|
-
return A = new q({
|
|
193
|
-
props: { tag: u(i[1]) }
|
|
194
|
-
}), {
|
|
195
|
-
c() {
|
|
196
|
-
w(A.$$.fragment);
|
|
197
|
-
},
|
|
198
|
-
m(e, n) {
|
|
199
|
-
C(A, e, n), t = !0;
|
|
200
|
-
},
|
|
201
|
-
p(e, n) {
|
|
202
|
-
const o = {};
|
|
203
|
-
n & 2 && (o.tag = u(e[1])), A.$set(o);
|
|
204
|
-
},
|
|
205
|
-
i(e) {
|
|
206
|
-
t || (d(A.$$.fragment, e), t = !0);
|
|
207
|
-
},
|
|
208
|
-
o(e) {
|
|
209
|
-
B(A.$$.fragment, e), t = !1;
|
|
210
|
-
},
|
|
211
|
-
d(e) {
|
|
212
|
-
D(A, e);
|
|
213
|
-
}
|
|
214
|
-
};
|
|
215
|
-
}
|
|
216
|
-
function iA(i) {
|
|
217
|
-
let A, t, e, n, o, p, l, Q, v;
|
|
218
|
-
const f = [
|
|
219
|
-
nA,
|
|
220
|
-
tA,
|
|
221
|
-
eA,
|
|
222
|
-
AA,
|
|
223
|
-
$,
|
|
224
|
-
j,
|
|
225
|
-
X
|
|
226
|
-
], g = [];
|
|
227
|
-
function b(a, r) {
|
|
228
|
-
return a[1].element ? 0 : a[1].contentType === E.Text ? 1 : a[1].contentType === E.ImageText ? 2 : a[1].contentType === E.Audio ? 3 : a[1].contentType === E.Marketing ? 4 : a[1].contentType === E.Link ? 5 : a[1].contentType === E.MediaPlane ? 6 : -1;
|
|
229
|
-
}
|
|
230
|
-
return ~(n = b(i)) && (o = g[n] = f[n](i)), {
|
|
231
|
-
c() {
|
|
232
|
-
var a, r, m;
|
|
233
|
-
A = y("div"), t = y("div"), e = y("div"), o && o.c(), k(e, "class", "content svelte-95x526"), c(e, "unfolded", (a = i[1].state) == null ? void 0 : a.unfolded), k(t, "class", "content__wrapper svelte-95x526"), k(A, "class", "content__container svelte-95x526"), k(A, "data-id", p = i[1].id), c(A, "disable", i[1].enabled === !1 || ((r = i[1].temporaryState) == null ? void 0 : r.visible) === !1), c(A, "hide", !i[3].visible || !i[3].enabled || !i[4].visible || !((m = i[1].state) != null && m.visible)), c(A, "withAnimation", i[0]), c(A, "unClickable", i[1].clickable === !1), G(A, "width", i[1].pointType === "PointTag" ? 0 : "100%"), G(A, "height", i[1].pointType === "PointTag" ? 0 : "100%");
|
|
234
|
-
},
|
|
235
|
-
m(a, r) {
|
|
236
|
-
H(a, A, r), I(A, t), I(t, e), ~n && g[n].m(e, null), l = !0, Q || (v = P(A, "click", S(i[13])), Q = !0);
|
|
237
|
-
},
|
|
238
|
-
p(a, [r]) {
|
|
239
|
-
var h, _, M;
|
|
240
|
-
let m = n;
|
|
241
|
-
n = b(a), n === m ? ~n && g[n].p(a, r) : (o && (x(), B(g[m], 1, 1, () => {
|
|
242
|
-
g[m] = null;
|
|
243
|
-
}), F()), ~n ? (o = g[n], o ? o.p(a, r) : (o = g[n] = f[n](a), o.c()), d(o, 1), o.m(e, null)) : o = null), (!l || r & 2) && c(e, "unfolded", (h = a[1].state) == null ? void 0 : h.unfolded), (!l || r & 2 && p !== (p = a[1].id)) && k(A, "data-id", p), (!l || r & 2) && c(A, "disable", a[1].enabled === !1 || ((_ = a[1].temporaryState) == null ? void 0 : _.visible) === !1), (!l || r & 26) && c(A, "hide", !a[3].visible || !a[3].enabled || !a[4].visible || !((M = a[1].state) != null && M.visible)), (!l || r & 1) && c(A, "withAnimation", a[0]), (!l || r & 2) && c(A, "unClickable", a[1].clickable === !1), r & 2 && G(A, "width", a[1].pointType === "PointTag" ? 0 : "100%"), r & 2 && G(A, "height", a[1].pointType === "PointTag" ? 0 : "100%");
|
|
244
|
-
},
|
|
245
|
-
i(a) {
|
|
246
|
-
l || (d(o), l = !0);
|
|
247
|
-
},
|
|
248
|
-
o(a) {
|
|
249
|
-
B(o), l = !1;
|
|
250
|
-
},
|
|
251
|
-
d(a) {
|
|
252
|
-
a && O(A), ~n && g[n].d(), Q = !1, v();
|
|
253
|
-
}
|
|
254
|
-
};
|
|
255
|
-
}
|
|
256
|
-
function oA(i, A, t) {
|
|
257
|
-
let e, n, o, p;
|
|
258
|
-
var l, Q;
|
|
259
|
-
let { withAnimation: v = !1 } = A, { tag: f } = A, { hooks: g } = A, { state: b } = A, { mediaStore: a } = A, { temporaryState: r } = A;
|
|
260
|
-
T("hooks", g), T("mediaStore", a);
|
|
261
|
-
let m, h;
|
|
262
|
-
function _(s) {
|
|
263
|
-
s ? g.emit("exposure", { id: p, type: "start" }) : g.emit("exposure", { id: p, type: "end" });
|
|
264
|
-
}
|
|
265
|
-
const M = (s) => g.emit("click", { event: s, target: "TagContent", tag: f });
|
|
266
|
-
return i.$$set = (s) => {
|
|
267
|
-
"withAnimation" in s && t(0, v = s.withAnimation), "tag" in s && t(1, f = s.tag), "hooks" in s && t(2, g = s.hooks), "state" in s && t(3, b = s.state), "mediaStore" in s && t(5, a = s.mediaStore), "temporaryState" in s && t(4, r = s.temporaryState);
|
|
268
|
-
}, i.$$.update = () => {
|
|
269
|
-
i.$$.dirty & 66 && t(11, e = t(6, l = f.state) === null || l === void 0 ? void 0 : l.unfolded), i.$$.dirty & 130 && t(10, n = t(7, Q = f.state) === null || Q === void 0 ? void 0 : Q.visible), i.$$.dirty & 1048 && t(12, o = b.visible && r.visible && n), i.$$.dirty & 2 && (p = f.id), i.$$.dirty & 4096 && _(o), i.$$.dirty & 3842 && f.hooks && (e !== void 0 && e !== h && (t(9, h = e), e ? f.hooks.emit("unfolded") : f.hooks.emit("folded")), n !== void 0 && n !== m && (t(8, m = n), n ? f.hooks.emit("show") : f.hooks.emit("hide")));
|
|
270
|
-
}, [
|
|
271
|
-
v,
|
|
272
|
-
f,
|
|
273
|
-
g,
|
|
274
|
-
b,
|
|
275
|
-
r,
|
|
276
|
-
a,
|
|
277
|
-
l,
|
|
278
|
-
Q,
|
|
279
|
-
m,
|
|
280
|
-
h,
|
|
281
|
-
n,
|
|
282
|
-
e,
|
|
283
|
-
o,
|
|
284
|
-
M
|
|
285
|
-
];
|
|
286
|
-
}
|
|
287
|
-
class JA extends Y {
|
|
288
|
-
constructor(A) {
|
|
289
|
-
super(), J(
|
|
290
|
-
this,
|
|
291
|
-
A,
|
|
292
|
-
oA,
|
|
293
|
-
iA,
|
|
294
|
-
W,
|
|
295
|
-
{
|
|
296
|
-
withAnimation: 0,
|
|
297
|
-
tag: 1,
|
|
298
|
-
hooks: 2,
|
|
299
|
-
state: 3,
|
|
300
|
-
mediaStore: 5,
|
|
301
|
-
temporaryState: 4
|
|
302
|
-
},
|
|
303
|
-
R
|
|
304
|
-
);
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
export {
|
|
308
|
-
JA as default
|
|
309
|
-
};
|
|
3
|
+
format('woff2')}.content__container.svelte-95x526{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.unClickable.svelte-95x526{pointer-events:none !important}.content__container.unClickable.svelte-95x526 *{pointer-events:none !important}*{-webkit-tap-highlight-color:transparent}.content__wrapper.svelte-95x526{pointer-events:none;width:100%;height:100%}.withAnimation.svelte-95x526{transition:opacity 0.3s linear}.content__container.hide.svelte-95x526{opacity:0;pointer-events:none}.content__container.hide.svelte-95x526 *{pointer-events:none !important}.content__container.disable.svelte-95x526{display:none}.content__container.hide.svelte-95x526 *{pointer-events:none}.content.svelte-95x526{position:relative;width:100%;height:100%;font-size:0.75rem;line-height:1.125rem;color:#fff}.content.svelte-95x526:not(.unfolded){pointer-events:none}.content.svelte-95x526:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-95x526{pointer-events:auto}`)}function M(i){let A,o;return A=new E.MediaPlane({props:{tag:c.noTypecheck(i[1])}}),{c(){t.create_component(A.$$.fragment)},m(e,n){t.mount_component(A,e,n),o=!0},p(e,n){const a={};n&2&&(a.tag=c.noTypecheck(e[1])),A.$set(a)},i(e){o||(t.transition_in(A.$$.fragment,e),o=!0)},o(e){t.transition_out(A.$$.fragment,e),o=!1},d(e){t.destroy_component(A,e)}}}function G(i){let A,o;return A=new b.LinkTag({props:{tag:c.noTypecheck(i[1])}}),{c(){t.create_component(A.$$.fragment)},m(e,n){t.mount_component(A,e,n),o=!0},p(e,n){const a={};n&2&&(a.tag=c.noTypecheck(e[1])),A.$set(a)},i(e){o||(t.transition_in(A.$$.fragment,e),o=!0)},o(e){t.transition_out(A.$$.fragment,e),o=!1},d(e){t.destroy_component(A,e)}}}function I(i){let A,o;return A=new D.MarketingTag({props:{tag:c.noTypecheck(i[1])}}),{c(){t.create_component(A.$$.fragment)},m(e,n){t.mount_component(A,e,n),o=!0},p(e,n){const a={};n&2&&(a.tag=c.noTypecheck(e[1])),A.$set(a)},i(e){o||(t.transition_in(A.$$.fragment,e),o=!0)},o(e){t.transition_out(A.$$.fragment,e),o=!1},d(e){t.destroy_component(A,e)}}}function Y(i){let A,o;return A=new y.AudioTag({props:{tag:c.noTypecheck(i[1])}}),{c(){t.create_component(A.$$.fragment)},m(e,n){t.mount_component(A,e,n),o=!0},p(e,n){const a={};n&2&&(a.tag=c.noTypecheck(e[1])),A.$set(a)},i(e){o||(t.transition_in(A.$$.fragment,e),o=!0)},o(e){t.transition_out(A.$$.fragment,e),o=!1},d(e){t.destroy_component(A,e)}}}function J(i){let A,o;return A=new k.ImageTextTag({props:{tag:c.noTypecheck(i[1])}}),{c(){t.create_component(A.$$.fragment)},m(e,n){t.mount_component(A,e,n),o=!0},p(e,n){const a={};n&2&&(a.tag=c.noTypecheck(e[1])),A.$set(a)},i(e){o||(t.transition_in(A.$$.fragment,e),o=!0)},o(e){t.transition_out(A.$$.fragment,e),o=!1},d(e){t.destroy_component(A,e)}}}function U(i){let A,o;return A=new h.TextTag({props:{tag:c.noTypecheck(i[1])}}),{c(){t.create_component(A.$$.fragment)},m(e,n){t.mount_component(A,e,n),o=!0},p(e,n){const a={};n&2&&(a.tag=c.noTypecheck(e[1])),A.$set(a)},i(e){o||(t.transition_in(A.$$.fragment,e),o=!0)},o(e){t.transition_out(A.$$.fragment,e),o=!1},d(e){t.destroy_component(A,e)}}}function W(i){let A,o;return A=new v.CustomTag({props:{tag:c.noTypecheck(i[1])}}),{c(){t.create_component(A.$$.fragment)},m(e,n){t.mount_component(A,e,n),o=!0},p(e,n){const a={};n&2&&(a.tag=c.noTypecheck(e[1])),A.$set(a)},i(e){o||(t.transition_in(A.$$.fragment,e),o=!0)},o(e){t.transition_out(A.$$.fragment,e),o=!1},d(e){t.destroy_component(A,e)}}}function H(i){let A,o,e,n,a,m,B,l,f;const p=[W,U,J,Y,I,G,M],u=[];function d(r,g){return r[1].element?0:r[1].contentType===C.ContentType.Text?1:r[1].contentType===C.ContentType.ImageText?2:r[1].contentType===C.ContentType.Audio?3:r[1].contentType===C.ContentType.Marketing?4:r[1].contentType===C.ContentType.Link?5:r[1].contentType===C.ContentType.MediaPlane?6:-1}return~(n=d(i))&&(a=u[n]=p[n](i)),{c(){var r,g,_;A=t.element("div"),o=t.element("div"),e=t.element("div"),a&&a.c(),t.attr(e,"class","content svelte-95x526"),t.toggle_class(e,"unfolded",(r=i[1].state)==null?void 0:r.unfolded),t.attr(o,"class","content__wrapper svelte-95x526"),t.attr(A,"class","content__container svelte-95x526"),t.attr(A,"data-id",m=i[1].id),t.toggle_class(A,"disable",i[1].enabled===!1||((g=i[1].temporaryState)==null?void 0:g.visible)===!1),t.toggle_class(A,"hide",!i[3].visible||!i[3].enabled||!i[4].visible||!((_=i[1].state)!=null&&_.visible)),t.toggle_class(A,"withAnimation",i[0]),t.toggle_class(A,"unClickable",i[1].clickable===!1),t.set_style(A,"width",i[1].pointType==="PointTag"?0:"100%",!1),t.set_style(A,"height",i[1].pointType==="PointTag"?0:"100%",!1)},m(r,g){t.insert(r,A,g),t.append(A,o),t.append(o,e),~n&&u[n].m(e,null),B=!0,l||(f=t.listen(A,"click",t.stop_propagation(i[11])),l=!0)},p(r,[g]){var w,s,Q;let _=n;n=d(r),n===_?~n&&u[n].p(r,g):(a&&(t.group_outros(),t.transition_out(u[_],1,1,()=>{u[_]=null}),t.check_outros()),~n?(a=u[n],a?a.p(r,g):(a=u[n]=p[n](r),a.c()),t.transition_in(a,1),a.m(e,null)):a=null),g&2&&t.toggle_class(e,"unfolded",(w=r[1].state)==null?void 0:w.unfolded),(!B||g&2&&m!==(m=r[1].id))&&t.attr(A,"data-id",m),g&2&&t.toggle_class(A,"disable",r[1].enabled===!1||((s=r[1].temporaryState)==null?void 0:s.visible)===!1),g&26&&t.toggle_class(A,"hide",!r[3].visible||!r[3].enabled||!r[4].visible||!((Q=r[1].state)!=null&&Q.visible)),g&1&&t.toggle_class(A,"withAnimation",r[0]),g&2&&t.toggle_class(A,"unClickable",r[1].clickable===!1),g&2&&t.set_style(A,"width",r[1].pointType==="PointTag"?0:"100%",!1),g&2&&t.set_style(A,"height",r[1].pointType==="PointTag"?0:"100%",!1)},i(r){B||(t.transition_in(a),B=!0)},o(r){t.transition_out(a),B=!1},d(r){r&&t.detach(A),~n&&u[n].d(),l=!1,f()}}}function S(i,A,o){let e,n,a,m,{withAnimation:B=!1}=A,{tag:l}=A,{hooks:f}=A,{state:p}=A,{mediaStore:u}=A,{temporaryState:d}=A;T.setContext("hooks",f),T.setContext("mediaStore",u);let r,g;function _(s){s?f.emit("exposure",{id:m,type:"start"}):f.emit("exposure",{id:m,type:"end"})}const w=s=>f.emit("click",{event:s,target:"TagContent",tag:l});return i.$$set=s=>{"withAnimation"in s&&o(0,B=s.withAnimation),"tag"in s&&o(1,l=s.tag),"hooks"in s&&o(2,f=s.hooks),"state"in s&&o(3,p=s.state),"mediaStore"in s&&o(5,u=s.mediaStore),"temporaryState"in s&&o(4,d=s.temporaryState)},i.$$.update=()=>{var s,Q;i.$$.dirty&2&&o(9,e=(s=l.state)==null?void 0:s.unfolded),i.$$.dirty&2&&o(8,n=(Q=l.state)==null?void 0:Q.visible),i.$$.dirty&280&&o(10,a=p.visible&&d.visible&&n),i.$$.dirty&2&&(m=l.id),i.$$.dirty&1024&&_(a),i.$$.dirty&962&&l.hooks&&(e!==void 0&&e!==g&&(o(7,g=e),e?l.hooks.emit("unfolded"):l.hooks.emit("folded")),n!==void 0&&n!==r&&(o(6,r=n),n?l.hooks.emit("show"):l.hooks.emit("hide")))},[B,l,f,p,d,u,r,g,n,e,a,w]}class F extends t.SvelteComponent{constructor(A){super(),t.init(this,A,S,H,t.safe_not_equal,{withAnimation:0,tag:1,hooks:2,state:3,mediaStore:5,temporaryState:4},P)}}exports.Tag=F;
|
|
@@ -1,187 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import H from "./TagWrapper.js";
|
|
3
|
-
import "three";
|
|
4
|
-
import "../utils/noTypecheck.js";
|
|
5
|
-
import "../typings/tag.js";
|
|
6
|
-
import "./Tag/index.js";
|
|
7
|
-
import "./Tag/TextTag.js";
|
|
8
|
-
import "./Common/Line/Straight.js";
|
|
9
|
-
import "../../index.dca207cb.js";
|
|
10
|
-
import "../../index.6a0eead1.js";
|
|
11
|
-
import "../../shared-utils/uuid.js";
|
|
12
|
-
import "./Common/Shadow.js";
|
|
13
|
-
import "./Common/MultiLineText.js";
|
|
14
|
-
import "./Common/Text.js";
|
|
15
|
-
import "../../shared-utils/isNil.js";
|
|
16
|
-
import "../utils/search.js";
|
|
17
|
-
import "../utils/constants.js";
|
|
18
|
-
import "./Common/Arrow.js";
|
|
19
|
-
import "../Assets/Icon.js";
|
|
20
|
-
import "../utils/doUtil.js";
|
|
21
|
-
import "./Tag/ImageTextTag.js";
|
|
22
|
-
import "./Common/Line/Polyline.js";
|
|
23
|
-
import "./Common/Media.js";
|
|
24
|
-
import "./Common/MediaItem.js";
|
|
25
|
-
import "./Tag/MarketingTag.js";
|
|
26
|
-
import "./Tag/AudioTag.js";
|
|
27
|
-
import "./Common/Audio.js";
|
|
28
|
-
import "./Tag/MediaPlane.js";
|
|
29
|
-
import "./Tag/LinkTag.js";
|
|
30
|
-
import "./Tag/CustomTag.js";
|
|
31
|
-
import "./Common/Point/PointSwitch.js";
|
|
32
|
-
import "./Common/Point/CustomPoint.js";
|
|
33
|
-
import "./Common/Point/DefaultPoint.js";
|
|
34
|
-
function J(l) {
|
|
35
|
-
j(l, "svelte-1eci49s", ".tag--container.svelte-1eci49s{box-sizing:border-box;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tag.hide.svelte-1eci49s{display:none}.withAnimation.svelte-1eci49s{transition:opacity 0.3s linear}.tag--container.hide.svelte-1eci49s{opacity:0;pointer-events:none}.tag--container.hide.svelte-1eci49s *{pointer-events:none}");
|
|
36
|
-
}
|
|
37
|
-
function k(l, e, i) {
|
|
38
|
-
const o = l.slice();
|
|
39
|
-
return o[6] = e[i], o;
|
|
40
|
-
}
|
|
41
|
-
function y(l) {
|
|
42
|
-
let e, i = [], o = /* @__PURE__ */ new Map(), r, s = l[1];
|
|
43
|
-
const m = (a) => a[6].id;
|
|
44
|
-
for (let a = 0; a < s.length; a += 1) {
|
|
45
|
-
let t = k(l, s, a), n = m(t);
|
|
46
|
-
o.set(n, i[a] = S(n, t));
|
|
47
|
-
}
|
|
48
|
-
return {
|
|
49
|
-
c() {
|
|
50
|
-
e = w("div");
|
|
51
|
-
for (let a = 0; a < i.length; a += 1)
|
|
52
|
-
i[a].c();
|
|
53
|
-
A(e, "class", "tag--container svelte-1eci49s"), p(e, "hide", !l[3].visible || !l[5].visible), p(e, "withAnimation", l[0]);
|
|
54
|
-
},
|
|
55
|
-
m(a, t) {
|
|
56
|
-
h(a, e, t);
|
|
57
|
-
for (let n = 0; n < i.length; n += 1)
|
|
58
|
-
i[n].m(e, null);
|
|
59
|
-
r = !0;
|
|
60
|
-
},
|
|
61
|
-
p(a, t) {
|
|
62
|
-
t & 63 && (s = a[1], T(), i = B(i, t, m, 1, a, s, o, e, I, S, null, k), v()), (!r || t & 40) && p(e, "hide", !a[3].visible || !a[5].visible), (!r || t & 1) && p(e, "withAnimation", a[0]);
|
|
63
|
-
},
|
|
64
|
-
i(a) {
|
|
65
|
-
if (!r) {
|
|
66
|
-
for (let t = 0; t < s.length; t += 1)
|
|
67
|
-
f(i[t]);
|
|
68
|
-
r = !0;
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
o(a) {
|
|
72
|
-
for (let t = 0; t < i.length; t += 1)
|
|
73
|
-
u(i[t]);
|
|
74
|
-
r = !1;
|
|
75
|
-
},
|
|
76
|
-
d(a) {
|
|
77
|
-
a && g(e);
|
|
78
|
-
for (let t = 0; t < i.length; t += 1)
|
|
79
|
-
i[t].d();
|
|
80
|
-
}
|
|
81
|
-
};
|
|
82
|
-
}
|
|
83
|
-
function S(l, e) {
|
|
84
|
-
let i, o, r, s;
|
|
85
|
-
const m = [
|
|
86
|
-
{
|
|
87
|
-
tag: e[6],
|
|
88
|
-
hooks: e[2],
|
|
89
|
-
state: e[3],
|
|
90
|
-
mediaStore: e[4],
|
|
91
|
-
temporaryState: e[5],
|
|
92
|
-
withAnimation: e[0]
|
|
93
|
-
}
|
|
94
|
-
];
|
|
95
|
-
let a = {};
|
|
96
|
-
for (let t = 0; t < m.length; t += 1)
|
|
97
|
-
a = M(a, m[t]);
|
|
98
|
-
return o = new H({ props: a }), {
|
|
99
|
-
key: l,
|
|
100
|
-
first: null,
|
|
101
|
-
c() {
|
|
102
|
-
var t, n, c;
|
|
103
|
-
i = w("div"), N(o.$$.fragment), r = W(), A(i, "class", "tag svelte-1eci49s"), p(i, "hide", !((t = e[6].pointTagStyle) != null && t.leftPercent) || !((n = e[6].pointTagStyle) != null && n.topPercent) || e[6].enabled === !1 || !e[6].state || ((c = e[6].temporaryState) == null ? void 0 : c.visible) === !1), this.first = i;
|
|
104
|
-
},
|
|
105
|
-
m(t, n) {
|
|
106
|
-
h(t, i, n), D(o, i, null), E(i, r), s = !0;
|
|
107
|
-
},
|
|
108
|
-
p(t, n) {
|
|
109
|
-
var _, d, b;
|
|
110
|
-
e = t;
|
|
111
|
-
const c = n & 63 ? F(m, [
|
|
112
|
-
{
|
|
113
|
-
tag: e[6],
|
|
114
|
-
hooks: e[2],
|
|
115
|
-
state: e[3],
|
|
116
|
-
mediaStore: e[4],
|
|
117
|
-
temporaryState: e[5],
|
|
118
|
-
withAnimation: e[0]
|
|
119
|
-
}
|
|
120
|
-
]) : {};
|
|
121
|
-
o.$set(c), (!s || n & 2) && p(i, "hide", !((_ = e[6].pointTagStyle) != null && _.leftPercent) || !((d = e[6].pointTagStyle) != null && d.topPercent) || e[6].enabled === !1 || !e[6].state || ((b = e[6].temporaryState) == null ? void 0 : b.visible) === !1);
|
|
122
|
-
},
|
|
123
|
-
i(t) {
|
|
124
|
-
s || (f(o.$$.fragment, t), s = !0);
|
|
125
|
-
},
|
|
126
|
-
o(t) {
|
|
127
|
-
u(o.$$.fragment, t), s = !1;
|
|
128
|
-
},
|
|
129
|
-
d(t) {
|
|
130
|
-
t && g(i), G(o);
|
|
131
|
-
}
|
|
132
|
-
};
|
|
133
|
-
}
|
|
134
|
-
function K(l) {
|
|
135
|
-
let e, i, o = l[3].enabled && y(l);
|
|
136
|
-
return {
|
|
137
|
-
c() {
|
|
138
|
-
o && o.c(), e = q();
|
|
139
|
-
},
|
|
140
|
-
m(r, s) {
|
|
141
|
-
o && o.m(r, s), h(r, e, s), i = !0;
|
|
142
|
-
},
|
|
143
|
-
p(r, [s]) {
|
|
144
|
-
r[3].enabled ? o ? (o.p(r, s), s & 8 && f(o, 1)) : (o = y(r), o.c(), f(o, 1), o.m(e.parentNode, e)) : o && (T(), u(o, 1, 1, () => {
|
|
145
|
-
o = null;
|
|
146
|
-
}), v());
|
|
147
|
-
},
|
|
148
|
-
i(r) {
|
|
149
|
-
i || (f(o), i = !0);
|
|
150
|
-
},
|
|
151
|
-
o(r) {
|
|
152
|
-
u(o), i = !1;
|
|
153
|
-
},
|
|
154
|
-
d(r) {
|
|
155
|
-
o && o.d(r), r && g(e);
|
|
156
|
-
}
|
|
157
|
-
};
|
|
158
|
-
}
|
|
159
|
-
function L(l, e, i) {
|
|
160
|
-
let { withAnimation: o = !1 } = e, { tags: r = [] } = e, { hooks: s } = e, { state: m } = e, { mediaStore: a } = e, { temporaryState: t } = e;
|
|
161
|
-
return l.$$set = (n) => {
|
|
162
|
-
"withAnimation" in n && i(0, o = n.withAnimation), "tags" in n && i(1, r = n.tags), "hooks" in n && i(2, s = n.hooks), "state" in n && i(3, m = n.state), "mediaStore" in n && i(4, a = n.mediaStore), "temporaryState" in n && i(5, t = n.temporaryState);
|
|
163
|
-
}, [o, r, s, m, a, t];
|
|
164
|
-
}
|
|
165
|
-
class we extends P {
|
|
166
|
-
constructor(e) {
|
|
167
|
-
super(), C(
|
|
168
|
-
this,
|
|
169
|
-
e,
|
|
170
|
-
L,
|
|
171
|
-
K,
|
|
172
|
-
z,
|
|
173
|
-
{
|
|
174
|
-
withAnimation: 0,
|
|
175
|
-
tags: 1,
|
|
176
|
-
hooks: 2,
|
|
177
|
-
state: 3,
|
|
178
|
-
mediaStore: 4,
|
|
179
|
-
temporaryState: 5
|
|
180
|
-
},
|
|
181
|
-
J
|
|
182
|
-
);
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
export {
|
|
186
|
-
we as default
|
|
187
|
-
};
|
|
1
|
+
"use strict";const t=require("svelte/internal"),b=require("./TagWrapper.js");function k(c){t.append_styles(c,"svelte-1eci49s",".tag--container.svelte-1eci49s{box-sizing:border-box;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tag.hide.svelte-1eci49s{display:none}.withAnimation.svelte-1eci49s{transition:opacity 0.3s linear}.tag--container.hide.svelte-1eci49s{opacity:0;pointer-events:none}.tag--container.hide.svelte-1eci49s *{pointer-events:none}")}function m(c,e,i){const a=c.slice();return a[6]=e[i],a}function d(c){let e,i=[],a=new Map,s,r=c[1];const f=o=>o[6].id;for(let o=0;o<r.length;o+=1){let n=m(c,r,o),l=f(n);a.set(l,i[o]=p(l,n))}return{c(){e=t.element("div");for(let o=0;o<i.length;o+=1)i[o].c();t.attr(e,"class","tag--container svelte-1eci49s"),t.toggle_class(e,"hide",!c[3].visible||!c[5].visible),t.toggle_class(e,"withAnimation",c[0])},m(o,n){t.insert(o,e,n);for(let l=0;l<i.length;l+=1)i[l].m(e,null);s=!0},p(o,n){n&63&&(r=o[1],t.group_outros(),i=t.update_keyed_each(i,n,f,1,o,r,a,e,t.outro_and_destroy_block,p,null,m),t.check_outros()),n&40&&t.toggle_class(e,"hide",!o[3].visible||!o[5].visible),n&1&&t.toggle_class(e,"withAnimation",o[0])},i(o){if(!s){for(let n=0;n<r.length;n+=1)t.transition_in(i[n]);s=!0}},o(o){for(let n=0;n<i.length;n+=1)t.transition_out(i[n]);s=!1},d(o){o&&t.detach(e);for(let n=0;n<i.length;n+=1)i[n].d()}}}function p(c,e){let i,a,s,r;const f=[{tag:e[6],hooks:e[2],state:e[3],mediaStore:e[4],temporaryState:e[5],withAnimation:e[0]}];let o={};for(let n=0;n<f.length;n+=1)o=t.assign(o,f[n]);return a=new b.TagWrapper({props:o}),{key:c,first:null,c(){var n,l,g;i=t.element("div"),t.create_component(a.$$.fragment),s=t.space(),t.attr(i,"class","tag svelte-1eci49s"),t.toggle_class(i,"hide",!((n=e[6].pointTagStyle)!=null&&n.leftPercent)||!((l=e[6].pointTagStyle)!=null&&l.topPercent)||e[6].enabled===!1||!e[6].state||((g=e[6].temporaryState)==null?void 0:g.visible)===!1),this.first=i},m(n,l){t.insert(n,i,l),t.mount_component(a,i,null),t.append(i,s),r=!0},p(n,l){var _,u,h;e=n;const g=l&63?t.get_spread_update(f,[{tag:e[6],hooks:e[2],state:e[3],mediaStore:e[4],temporaryState:e[5],withAnimation:e[0]}]):{};a.$set(g),l&2&&t.toggle_class(i,"hide",!((_=e[6].pointTagStyle)!=null&&_.leftPercent)||!((u=e[6].pointTagStyle)!=null&&u.topPercent)||e[6].enabled===!1||!e[6].state||((h=e[6].temporaryState)==null?void 0:h.visible)===!1)},i(n){r||(t.transition_in(a.$$.fragment,n),r=!0)},o(n){t.transition_out(a.$$.fragment,n),r=!1},d(n){n&&t.detach(i),t.destroy_component(a)}}}function v(c){let e,i,a=c[3].enabled&&d(c);return{c(){a&&a.c(),e=t.empty()},m(s,r){a&&a.m(s,r),t.insert(s,e,r),i=!0},p(s,[r]){s[3].enabled?a?(a.p(s,r),r&8&&t.transition_in(a,1)):(a=d(s),a.c(),t.transition_in(a,1),a.m(e.parentNode,e)):a&&(t.group_outros(),t.transition_out(a,1,1,()=>{a=null}),t.check_outros())},i(s){i||(t.transition_in(a),i=!0)},o(s){t.transition_out(a),i=!1},d(s){a&&a.d(s),s&&t.detach(e)}}}function y(c,e,i){let{withAnimation:a=!1}=e,{tags:s=[]}=e,{hooks:r}=e,{state:f}=e,{mediaStore:o}=e,{temporaryState:n}=e;return c.$$set=l=>{"withAnimation"in l&&i(0,a=l.withAnimation),"tags"in l&&i(1,s=l.tags),"hooks"in l&&i(2,r=l.hooks),"state"in l&&i(3,f=l.state),"mediaStore"in l&&i(4,o=l.mediaStore),"temporaryState"in l&&i(5,n=l.temporaryState)},[a,s,r,f,o,n]}class S extends t.SvelteComponent{constructor(e){super(),t.init(this,e,y,v,t.safe_not_equal,{withAnimation:0,tags:1,hooks:2,state:3,mediaStore:4,temporaryState:5},k)}}exports.TagContainer=S;
|