@realsee/dnalogel 2.6.4 → 2.6.7-dev.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/Controller.d.ts +1 -1
- package/dist/Object3DHelperPlugin/Controller.d.ts +25 -10
- package/dist/Object3DHelperPlugin/FiveControllerWrapper.d.ts +6 -8
- package/dist/Object3DHelperPlugin/typings.d.ts +14 -0
- package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +1 -0
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +22 -6
- package/dist/PanoTagPlugin/controller/index.d.ts +32 -6
- package/dist/PanoTagPlugin/typings/controller.d.ts +17 -2
- package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +5 -2
- package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +19 -3
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +1 -1
- package/dist/PanoTagPlugin/utils/tag/index.d.ts +2 -0
- package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +2 -1
- package/dist/PanoTagPlugin/utils/tagPosition.d.ts +3 -1
- package/dist/index.cjs.js +43 -43
- package/dist/index.js +5078 -4667
- package/dist/index.umd.js +32 -32
- package/dist/shared-utils/Object3DHelper/Base/BaseController.d.ts +41 -15
- package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +27 -20
- package/dist/shared-utils/Object3DHelper/Controller/BoundingBoxController.d.ts +7 -0
- package/dist/shared-utils/Object3DHelper/Controller/CSS3DScaleController.d.ts +1 -0
- package/dist/shared-utils/Object3DHelper/Controller/MoveController.d.ts +24 -0
- package/dist/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +6 -1
- package/dist/shared-utils/Object3DHelper/Controller/RotateController.d.ts +14 -0
- package/dist/shared-utils/Object3DHelper/Controller/ScaleController.d.ts +12 -0
- package/dist/shared-utils/Object3DHelper/Helper/{OutlineHelper.d.ts → BoundingBoxHelper.d.ts} +3 -2
- package/{libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts → dist/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.d.ts} +3 -8
- package/dist/shared-utils/Object3DHelper/Helper/RotateHelper.d.ts +14 -11
- package/dist/shared-utils/Object3DHelper/Helper/ScaleHelper.d.ts +5 -0
- package/dist/shared-utils/Object3DHelper/Helper/index.d.ts +2 -2
- package/dist/shared-utils/Object3DHelper/index.d.ts +4 -27
- package/dist/shared-utils/Object3DHelper/typings/Hooks.d.ts +22 -12
- package/dist/shared-utils/Object3DHelper/typings/index.d.ts +22 -0
- package/dist/shared-utils/Object3DHelper/utils/boundingBox.d.ts +2 -0
- package/dist/shared-utils/three/GLTFLoader.d.ts +2 -0
- 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 +20 -20
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +40 -33
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoMeasurePluginLine.html +23 -23
- package/docs/classes/PanoMeasurePluginModel.html +22 -22
- package/docs/classes/PanoMeasurePluginPoint.html +14 -14
- package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
- package/docs/classes/PanoTagPluginController.html +205 -77
- 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 +34 -16
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +7 -7
- 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 +7 -7
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +10 -5
- package/docs/functions/CameraMovementPlugin.html +10 -5
- package/docs/functions/CruisePlugin.html +10 -5
- package/docs/functions/GuideLinePlugin.html +10 -5
- package/docs/functions/ItemLabelPlugin.html +10 -5
- package/docs/functions/MapviewFloorplanPlugin.html +10 -5
- package/docs/functions/ModelChassisCompassPlugin.html +10 -5
- package/docs/functions/ModelEntryDoorGuidePlugin.html +10 -5
- package/docs/functions/ModelFloorplanPlugin.html +10 -5
- package/docs/functions/ModelItemLabelPlugin.html +10 -5
- package/docs/functions/ModelRoomLabelPlugin.html +10 -5
- package/docs/functions/ModelTVVideoPlugin.html +10 -5
- package/docs/functions/ModelViewPlugin.html +10 -5
- package/docs/functions/Object3DHelperPlugin.html +10 -5
- package/docs/functions/PanoCompassPlugin.html +10 -5
- package/docs/functions/PanoCursorRaycasterPlugin.html +10 -5
- package/docs/functions/PanoDoorLabelPlugin.html +10 -5
- package/docs/functions/PanoFloorplanRadarPlugin.html +10 -5
- package/docs/functions/PanoMeasurePlugin.html +10 -5
- package/docs/functions/PanoRulerPlugin.html +10 -5
- package/docs/functions/PanoRulerProPlugin.html +10 -5
- package/docs/functions/PanoSpatialTagPlugin.html +10 -5
- package/docs/functions/PanoTagPlugin.html +15 -10
- package/docs/functions/TopviewFloorplanPlugin.html +10 -5
- 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 +10 -5
- package/docs/index.html +9 -4
- package/docs/interfaces/AddTagConfig.html +6 -6
- 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 +19 -19
- 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/HelperOffset.html +78 -0
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/MinMax.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
- package/docs/interfaces/ModelViewPluginExportType.html +11 -11
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/ObjectHelperControllers.html +85 -0
- 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 +10 -5
- package/docs/interfaces/PanoMeasureParameterType.html +12 -12
- package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
- package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
- 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 +10 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +10 -5
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
- package/docs/interfaces/Point.html +8 -8
- package/docs/interfaces/Room.html +9 -9
- package/docs/interfaces/RoomInfo.html +7 -7
- package/docs/interfaces/RoomLabel.html +14 -14
- package/docs/interfaces/RoomRules.html +10 -5
- package/docs/interfaces/Rooms.html +10 -5
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/State.html +8 -8
- package/docs/interfaces/TagCache.html +25 -16
- package/docs/interfaces/TagConfig.html +10 -10
- package/docs/interfaces/TagIconUrl.html +9 -9
- package/docs/interfaces/Tags.html +11 -11
- package/docs/interfaces/TemporaryState.html +6 -6
- 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 +14 -4
- package/docs/types/ArrayPosition.html +10 -5
- package/docs/types/AudioAppearance.html +10 -5
- package/docs/types/AudioTagTypeConfigKey.html +10 -5
- package/docs/types/CSS3DRenderExportType.html +10 -5
- package/docs/types/CSS3DRenderPluginExportType.html +10 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +10 -5
- package/docs/types/ClassFunctionParameters.html +268 -0
- package/docs/types/Color.html +10 -5
- package/docs/types/ContentTypeConfigKey.html +10 -5
- package/docs/types/ContentTypeConfigKeySplit.html +10 -5
- package/docs/types/ContentTypeMap.html +10 -5
- package/docs/types/Create3DDomContainerReturnType.html +10 -5
- package/docs/types/Create3DElementReturnType.html +10 -5
- package/docs/types/CruisePluginExportType.html +10 -5
- package/docs/types/Direction-1.html +10 -5
- package/docs/types/Direction4.html +10 -5
- package/docs/types/FloorplanRuleLabels.html +10 -5
- package/docs/types/FloorplanServerRuleLabels.html +10 -5
- package/docs/types/GuideLinePluginExportType.html +10 -5
- package/docs/types/HelperEventMap.html +174 -21
- package/docs/types/LoadTagConfig.html +10 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +10 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +10 -5
- package/docs/types/MediaData.html +10 -5
- package/docs/types/MediaStore.html +10 -5
- package/docs/types/ModelElement.html +266 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +10 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +10 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +10 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +10 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +10 -5
- package/docs/types/MoveArgs.html +10 -5
- package/docs/types/MoveOpts.html +10 -5
- package/docs/types/Object3DHelperEventMap.html +10 -5
- package/docs/types/ObjectFit.html +10 -5
- package/docs/types/PaintBrushEventMap.html +10 -5
- package/docs/types/PanoCompassPluginData.html +10 -5
- package/docs/types/PanoCompassPluginExportType.html +10 -5
- package/docs/types/PanoCompassPluginParameterType.html +10 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +10 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +10 -5
- package/docs/types/PanoIndex.html +10 -5
- package/docs/types/PanoMeasurePluginEvent.html +10 -5
- package/docs/types/PanoMeasureReturnType.html +10 -5
- package/docs/types/PanoSpatialTagPluginId.html +10 -5
- package/docs/types/PanoTagPluginExportInterface.html +10 -5
- package/docs/types/PanoTagPluginParamsInterface.html +10 -5
- package/docs/types/PlaneTag.html +10 -5
- package/docs/types/PlaneTagElement.html +10 -5
- package/docs/types/Point2DElement.html +10 -5
- package/docs/types/Point2DTag.html +10 -5
- package/docs/types/Point3DElement.html +10 -5
- package/docs/types/Point3DTag.html +10 -5
- package/docs/types/PointTag.html +10 -5
- package/docs/types/PointTagElement.html +10 -5
- package/docs/types/Position.html +10 -5
- package/docs/types/RotateArgs.html +10 -5
- package/docs/types/RotateOpts.html +10 -5
- package/docs/types/RuleLabelsKey.html +10 -5
- package/docs/types/RuleLabelsValue.html +10 -5
- package/docs/types/StickType.html +11 -6
- package/docs/types/Tag.html +11 -6
- package/docs/types/Tag2D.html +10 -5
- package/docs/types/Tag3D.html +10 -5
- package/docs/types/TagContentType.html +11 -6
- package/docs/types/TagDimensionType.html +10 -5
- package/docs/types/TagElement.html +11 -6
- package/docs/types/TagEvents.html +10 -5
- package/docs/types/TagGLTFObject.html +261 -0
- package/docs/types/TagHooks.html +10 -5
- package/docs/types/TagIconSize.html +10 -5
- package/docs/types/TagId.html +10 -5
- package/docs/types/TagPointType.html +10 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +10 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +10 -5
- package/docs/types/WorkCode.html +10 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +10 -5
- package/docs/variables/PLUGIN.html +10 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +10 -5
- package/docs/variables/ROOM_TYPE_MAP.html +10 -5
- package/docs/variables/VERSION.html +10 -5
- package/docs/variables/itemLabelPluginServerParams.html +10 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +10 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +10 -5
- package/libs/CSS3DRenderPlugin/CSS3DRender.js +43 -43
- package/libs/CSS3DRenderPlugin/Controller.d.ts +1 -1
- package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +16 -15
- package/libs/Object3DHelperPlugin/Controller.d.ts +25 -10
- package/libs/Object3DHelperPlugin/Controller.js +117 -97
- package/libs/Object3DHelperPlugin/FiveControllerWrapper.d.ts +6 -8
- package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +29 -22
- package/libs/Object3DHelperPlugin/index.js +16 -11
- package/libs/Object3DHelperPlugin/typings.d.ts +14 -0
- package/libs/PanoTagPlugin/Components/Common/Media.js +3 -2
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +1 -1
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +3 -2
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +3 -2
- package/libs/PanoTagPlugin/Components/Common/Text/MText.js +68 -68
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +12 -11
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +33 -33
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +46 -46
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +12 -11
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +26 -25
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +29 -28
- package/libs/PanoTagPlugin/Components/Tag/index.js +126 -119
- package/libs/PanoTagPlugin/Components/TagContainer.js +4 -2
- package/libs/PanoTagPlugin/Components/TagItem.js +67 -65
- package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +1 -0
- package/libs/PanoTagPlugin/controller/TagCacheController.js +14 -12
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +22 -6
- package/libs/PanoTagPlugin/controller/TagComputer.js +242 -176
- package/libs/PanoTagPlugin/controller/index.d.ts +32 -6
- package/libs/PanoTagPlugin/controller/index.js +176 -91
- package/libs/PanoTagPlugin/index.js +15 -12
- package/libs/PanoTagPlugin/tag.config.js +9 -0
- package/libs/PanoTagPlugin/typings/controller.d.ts +17 -2
- package/libs/PanoTagPlugin/typings/controller.js +1 -1
- package/libs/PanoTagPlugin/typings/index.js +6 -5
- package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +5 -2
- package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +19 -3
- package/libs/PanoTagPlugin/typings/tag/TagData.js +1 -1
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +1 -1
- package/libs/PanoTagPlugin/utils/addDebugPoints.js +5 -4
- package/libs/PanoTagPlugin/utils/color.js +5 -5
- package/libs/PanoTagPlugin/utils/index.js +37 -34
- package/libs/PanoTagPlugin/utils/planeNormal.js +3 -2
- package/libs/PanoTagPlugin/utils/tag/index.d.ts +2 -0
- package/libs/PanoTagPlugin/utils/tag/index.js +11 -0
- package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +2 -1
- package/libs/PanoTagPlugin/utils/tag/tagCheck.js +6 -2
- package/libs/PanoTagPlugin/utils/tagPosition.d.ts +3 -1
- package/libs/PanoTagPlugin/utils/tagPosition.js +20 -8
- package/libs/index.js +111 -104
- package/libs/shared-utils/Object3DHelper/Base/BaseController.d.ts +41 -15
- package/libs/shared-utils/Object3DHelper/Base/BaseController.js +112 -90
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +27 -20
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +55 -22
- package/libs/shared-utils/Object3DHelper/Controller/BoundingBoxController.d.ts +7 -0
- package/libs/shared-utils/Object3DHelper/Controller/BoundingBoxController.js +14 -0
- package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.d.ts +1 -0
- package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +14 -10
- package/libs/shared-utils/Object3DHelper/Controller/MoveController.d.ts +24 -0
- package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +80 -37
- package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +6 -1
- package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +44 -41
- package/libs/shared-utils/Object3DHelper/Controller/RotateController.d.ts +14 -0
- package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +95 -67
- package/libs/shared-utils/Object3DHelper/Controller/ScaleController.d.ts +12 -0
- package/libs/shared-utils/Object3DHelper/Controller/ScaleController.js +21 -0
- package/libs/shared-utils/Object3DHelper/Helper/{OutlineHelper.d.ts → BoundingBoxHelper.d.ts} +3 -2
- package/libs/shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js +87 -0
- package/{dist/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts → libs/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.d.ts} +3 -8
- package/libs/shared-utils/Object3DHelper/Helper/{RectangleScaleHelper.js → CSS3DScaleHelper.js} +5 -7
- package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +7 -9
- package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.d.ts +14 -11
- package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +72 -66
- package/libs/shared-utils/Object3DHelper/Helper/ScaleHelper.d.ts +5 -0
- package/libs/shared-utils/Object3DHelper/Helper/ScaleHelper.js +9 -0
- package/libs/shared-utils/Object3DHelper/Helper/index.d.ts +2 -2
- package/libs/shared-utils/Object3DHelper/Helper/index.js +0 -2
- package/libs/shared-utils/Object3DHelper/index.d.ts +4 -27
- package/libs/shared-utils/Object3DHelper/index.js +48 -96
- package/libs/shared-utils/Object3DHelper/typings/Hooks.d.ts +22 -12
- package/libs/shared-utils/Object3DHelper/typings/index.d.ts +22 -0
- package/libs/shared-utils/Object3DHelper/typings/index.js +2 -1
- package/libs/shared-utils/Object3DHelper/utils/boundingBox.d.ts +2 -0
- package/libs/shared-utils/Object3DHelper/utils/boundingBox.js +24 -0
- package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +2 -2
- package/libs/shared-utils/three/GLTFLoader.d.ts +2 -0
- package/libs/shared-utils/three/GLTFLoader.js +16 -0
- package/libs/typings/math.type.js +1 -0
- package/package.json +4 -4
- package/dist/shared-utils/Object3DHelper/utils/getPoint.d.ts +0 -3
- package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +0 -2
- package/libs/shared-utils/Object3DHelper/utils/getPoint.d.ts +0 -3
- package/libs/shared-utils/Object3DHelper/utils/getPoint.js +0 -1
|
@@ -15,6 +15,7 @@ import "swiper/css";
|
|
|
15
15
|
import "swiper/css/autoplay";
|
|
16
16
|
import "three";
|
|
17
17
|
import "../../utils/noTypecheck.js";
|
|
18
|
+
import "@realsee/five/gltf-loader";
|
|
18
19
|
import "../Common/MediaItem.js";
|
|
19
20
|
import "../../Assets/Icon.js";
|
|
20
21
|
import "../../../shared-utils/isNil.js";
|
|
@@ -49,15 +50,15 @@ function c(a) {
|
|
|
49
50
|
g(e, r, n), j(o, r, null), t = !0;
|
|
50
51
|
},
|
|
51
52
|
p(e, n) {
|
|
52
|
-
var
|
|
53
|
-
const
|
|
54
|
-
n & 20 && (
|
|
53
|
+
var f;
|
|
54
|
+
const p = {};
|
|
55
|
+
n & 20 && (p.mediaItemConfig = {
|
|
55
56
|
canPlay: !0,
|
|
56
57
|
playButtonSizeIfNeed: "large",
|
|
57
|
-
playButtonIfNeed: (
|
|
58
|
+
playButtonIfNeed: (f = e[4]) != null ? f : "withText",
|
|
58
59
|
disableVideoIfHavePoster: !1,
|
|
59
60
|
objectFit: e[2]
|
|
60
|
-
}), n & 64 && (
|
|
61
|
+
}), n & 64 && (p.unfolded = e[6]), n & 32 && (p.mediaData = e[5]), n & 2 && (p.enableCarousel = e[1]), n & 8 && (p.autoplayConfig = e[3]), n & 1 && (p.tag = e[0]), o.$set(p);
|
|
61
62
|
},
|
|
62
63
|
i(e) {
|
|
63
64
|
t || (d(o.$$.fragment, e), t = !0);
|
|
@@ -96,22 +97,22 @@ function v(a) {
|
|
|
96
97
|
};
|
|
97
98
|
}
|
|
98
99
|
function S(a, r, o) {
|
|
99
|
-
let t, i, e, n,
|
|
100
|
+
let t, i, e, n, p, f, { tag: l } = r;
|
|
100
101
|
return a.$$set = (u) => {
|
|
101
102
|
"tag" in u && o(0, l = u.tag);
|
|
102
103
|
}, a.$$.update = () => {
|
|
103
104
|
var u, s;
|
|
104
|
-
a.$$.dirty & 1 && o(6, t = l.state ? l.state.unfolded : !1), a.$$.dirty & 1 && o(5, i = l.data.mediaData), a.$$.dirty & 1 && o(1, e = l.data.enableCarousel), a.$$.dirty & 1 && o(4, n = l.data.playIcon), a.$$.dirty & 3 && o(3,
|
|
105
|
+
a.$$.dirty & 1 && o(6, t = l.state ? l.state.unfolded : !1), a.$$.dirty & 1 && o(5, i = l.data.mediaData), a.$$.dirty & 1 && o(1, e = l.data.enableCarousel), a.$$.dirty & 1 && o(4, n = l.data.playIcon), a.$$.dirty & 3 && o(3, p = (u = l.data.autoplayConfig) != null ? u : {
|
|
105
106
|
autoplay: e != null ? e : !0,
|
|
106
107
|
autoplayVideo: !0
|
|
107
|
-
}), a.$$.dirty & 1 && o(2,
|
|
108
|
-
}, [l, e,
|
|
108
|
+
}), a.$$.dirty & 1 && o(2, f = (s = l.data.objectFit) != null ? s : (() => l.data.adaptationMode === "stretch" ? "cover" : l.data.adaptationMode === "proportional" ? "contain" : void 0)());
|
|
109
|
+
}, [l, e, f, p, n, i, t];
|
|
109
110
|
}
|
|
110
|
-
class
|
|
111
|
+
class ee extends _ {
|
|
111
112
|
constructor(r) {
|
|
112
113
|
super(), b(this, r, S, v, I, { tag: 0 }, M);
|
|
113
114
|
}
|
|
114
115
|
}
|
|
115
116
|
export {
|
|
116
|
-
|
|
117
|
+
ee as default
|
|
117
118
|
};
|
|
@@ -9,6 +9,7 @@ import "../../Common/Text/FlyText.js";
|
|
|
9
9
|
import "animejs";
|
|
10
10
|
import "../../../../shared-utils/isNil.js";
|
|
11
11
|
import "three";
|
|
12
|
+
import "@realsee/five/gltf-loader";
|
|
12
13
|
import "../../../utils/search.js";
|
|
13
14
|
import "../../../utils/constants.js";
|
|
14
15
|
import "../../Common/Arrow.js";
|
|
@@ -19,8 +20,8 @@ function H(n) {
|
|
|
19
20
|
}
|
|
20
21
|
function M(n) {
|
|
21
22
|
var g, d;
|
|
22
|
-
let
|
|
23
|
-
return
|
|
23
|
+
let r, f, t, o, i, s, a, m, u, c;
|
|
24
|
+
return r = new E({
|
|
24
25
|
props: {
|
|
25
26
|
visible: n[2],
|
|
26
27
|
left: n[3] / 2 + "px",
|
|
@@ -44,42 +45,42 @@ function M(n) {
|
|
|
44
45
|
}
|
|
45
46
|
}), {
|
|
46
47
|
c() {
|
|
47
|
-
k(
|
|
48
|
+
k(r.$$.fragment), f = D(), k(t.$$.fragment), o = D(), i = I("div"), k(s.$$.fragment), L(i, "class", "content svelte-nlvd3x"), N(() => n[8].call(i));
|
|
48
49
|
},
|
|
49
|
-
m(e,
|
|
50
|
-
z(
|
|
50
|
+
m(e, l) {
|
|
51
|
+
z(r, e, l), w(e, f, l), z(t, e, l), w(e, o, l), w(e, i, l), z(s, i, null), a = j(i, n[8].bind(i)), m = !0, u || (c = x(i, "click", n[7]), u = !0);
|
|
51
52
|
},
|
|
52
|
-
p(e,
|
|
53
|
+
p(e, l) {
|
|
53
54
|
var y, U;
|
|
54
55
|
const $ = {};
|
|
55
|
-
|
|
56
|
+
l & 4 && ($.visible = e[2]), l & 8 && ($.left = e[3] / 2 + "px"), r.$set($);
|
|
56
57
|
const h = {};
|
|
57
|
-
|
|
58
|
+
l & 4 && (h.unfolded = e[2]), l & 8 && (h.length = e[3]), l & 16 && (h.outDelay = e[4] + 40 * Math.min((U = (y = e[6][0]) == null ? void 0 : y.content.length) != null ? U : 10, 15)), t.$set(h);
|
|
58
59
|
const b = {};
|
|
59
|
-
|
|
60
|
+
l & 4 && (b.visible = e[2]), l & 2 && (b.textUnfolded = e[1]), l & 32 && (b.content = e[5]), s.$set(b);
|
|
60
61
|
},
|
|
61
62
|
i(e) {
|
|
62
|
-
m || (p(
|
|
63
|
+
m || (p(r.$$.fragment, e), p(t.$$.fragment, e), p(s.$$.fragment, e), m = !0);
|
|
63
64
|
},
|
|
64
65
|
o(e) {
|
|
65
|
-
_(
|
|
66
|
+
_(r.$$.fragment, e), _(t.$$.fragment, e), _(s.$$.fragment, e), m = !1;
|
|
66
67
|
},
|
|
67
68
|
d(e) {
|
|
68
|
-
T(
|
|
69
|
+
T(r, e), e && v(f), T(t, e), e && v(o), e && v(i), T(s), a(), u = !1, c();
|
|
69
70
|
}
|
|
70
71
|
};
|
|
71
72
|
}
|
|
72
73
|
function J(n) {
|
|
73
|
-
let
|
|
74
|
+
let r, f, t = n[0].state && M(n);
|
|
74
75
|
return {
|
|
75
76
|
c() {
|
|
76
|
-
t && t.c(),
|
|
77
|
+
t && t.c(), r = q();
|
|
77
78
|
},
|
|
78
79
|
m(o, i) {
|
|
79
|
-
t && t.m(o, i), w(o,
|
|
80
|
+
t && t.m(o, i), w(o, r, i), f = !0;
|
|
80
81
|
},
|
|
81
82
|
p(o, [i]) {
|
|
82
|
-
o[0].state ? t ? (t.p(o, i), i & 1 && p(t, 1)) : (t = M(o), t.c(), p(t, 1), t.m(
|
|
83
|
+
o[0].state ? t ? (t.p(o, i), i & 1 && p(t, 1)) : (t = M(o), t.c(), p(t, 1), t.m(r.parentNode, r)) : t && (A(), _(t, 1, 1, () => {
|
|
83
84
|
t = null;
|
|
84
85
|
}), F());
|
|
85
86
|
},
|
|
@@ -90,12 +91,12 @@ function J(n) {
|
|
|
90
91
|
_(t), f = !1;
|
|
91
92
|
},
|
|
92
93
|
d(o) {
|
|
93
|
-
t && t.d(o), o && v(
|
|
94
|
+
t && t.d(o), o && v(r);
|
|
94
95
|
}
|
|
95
96
|
};
|
|
96
97
|
}
|
|
97
|
-
function K(n,
|
|
98
|
-
let t, o, i, { tag: s } =
|
|
98
|
+
function K(n, r, f) {
|
|
99
|
+
let t, o, i, { tag: s } = r, a, m = !1, u = [];
|
|
99
100
|
function c() {
|
|
100
101
|
f(1, m = !m);
|
|
101
102
|
}
|
|
@@ -105,8 +106,8 @@ function K(n, l, f) {
|
|
|
105
106
|
return n.$$set = (d) => {
|
|
106
107
|
"tag" in d && f(0, s = d.tag);
|
|
107
108
|
}, n.$$.update = () => {
|
|
108
|
-
var d, e,
|
|
109
|
-
n.$$.dirty & 1 && f(2, t = !!((d = s.state) != null && d.unfolded)), n.$$.dirty & 1 && f(5, o = (
|
|
109
|
+
var d, e, l;
|
|
110
|
+
n.$$.dirty & 1 && f(2, t = !!((d = s.state) != null && d.unfolded)), n.$$.dirty & 1 && f(5, o = (l = (e = s.data.title) != null ? e : s.data.text) != null ? l : ""), n.$$.dirty & 4 && (t || setTimeout(
|
|
110
111
|
() => {
|
|
111
112
|
f(1, m = !1);
|
|
112
113
|
},
|
|
@@ -124,11 +125,11 @@ function K(n, l, f) {
|
|
|
124
125
|
g
|
|
125
126
|
];
|
|
126
127
|
}
|
|
127
|
-
class
|
|
128
|
-
constructor(
|
|
129
|
-
super(), C(this,
|
|
128
|
+
class de extends S {
|
|
129
|
+
constructor(r) {
|
|
130
|
+
super(), C(this, r, K, J, R, { tag: 0 }, H);
|
|
130
131
|
}
|
|
131
132
|
}
|
|
132
133
|
export {
|
|
133
|
-
|
|
134
|
+
de as default
|
|
134
135
|
};
|
|
@@ -11,6 +11,7 @@ import "../../Common/Text/FlyText.js";
|
|
|
11
11
|
import "animejs";
|
|
12
12
|
import "../../../../shared-utils/isNil.js";
|
|
13
13
|
import "three";
|
|
14
|
+
import "@realsee/five/gltf-loader";
|
|
14
15
|
import "../../../utils/search.js";
|
|
15
16
|
import "../../../utils/constants.js";
|
|
16
17
|
import "../../Common/Arrow.js";
|
|
@@ -24,12 +25,12 @@ function v(a) {
|
|
|
24
25
|
c() {
|
|
25
26
|
s(t.$$.fragment);
|
|
26
27
|
},
|
|
27
|
-
m(e,
|
|
28
|
-
_(t, e,
|
|
28
|
+
m(e, o) {
|
|
29
|
+
_(t, e, o), r = !0;
|
|
29
30
|
},
|
|
30
|
-
p(e,
|
|
31
|
+
p(e, o) {
|
|
31
32
|
const i = {};
|
|
32
|
-
|
|
33
|
+
o & 1 && (i.tag = e[0]), t.$set(i);
|
|
33
34
|
},
|
|
34
35
|
i(e) {
|
|
35
36
|
r || (l(t.$$.fragment, e), r = !0);
|
|
@@ -48,12 +49,12 @@ function C(a) {
|
|
|
48
49
|
c() {
|
|
49
50
|
s(t.$$.fragment);
|
|
50
51
|
},
|
|
51
|
-
m(e,
|
|
52
|
-
_(t, e,
|
|
52
|
+
m(e, o) {
|
|
53
|
+
_(t, e, o), r = !0;
|
|
53
54
|
},
|
|
54
|
-
p(e,
|
|
55
|
+
p(e, o) {
|
|
55
56
|
const i = {};
|
|
56
|
-
|
|
57
|
+
o & 1 && (i.tag = e[0]), t.$set(i);
|
|
57
58
|
},
|
|
58
59
|
i(e) {
|
|
59
60
|
r || (l(t.$$.fragment, e), r = !0);
|
|
@@ -67,49 +68,49 @@ function C(a) {
|
|
|
67
68
|
};
|
|
68
69
|
}
|
|
69
70
|
function N(a) {
|
|
70
|
-
let t, r, e,
|
|
71
|
+
let t, r, e, o;
|
|
71
72
|
const i = [C, v], p = [];
|
|
72
|
-
function u(
|
|
73
|
-
return
|
|
73
|
+
function u(n, c) {
|
|
74
|
+
return n[1] === "line" ? 0 : n[1] === "plane" ? 1 : -1;
|
|
74
75
|
}
|
|
75
76
|
return ~(t = u(a)) && (r = p[t] = i[t](a)), {
|
|
76
77
|
c() {
|
|
77
78
|
r && r.c(), e = b();
|
|
78
79
|
},
|
|
79
|
-
m(
|
|
80
|
-
~t && p[t].m(
|
|
80
|
+
m(n, c) {
|
|
81
|
+
~t && p[t].m(n, c), x(n, e, c), o = !0;
|
|
81
82
|
},
|
|
82
|
-
p(
|
|
83
|
+
p(n, [c]) {
|
|
83
84
|
let m = t;
|
|
84
|
-
t = u(
|
|
85
|
+
t = u(n), t === m ? ~t && p[t].p(n, c) : (r && (h(), f(p[m], 1, 1, () => {
|
|
85
86
|
p[m] = null;
|
|
86
|
-
}), T()), ~t ? (r = p[t], r ? r.p(
|
|
87
|
+
}), T()), ~t ? (r = p[t], r ? r.p(n, c) : (r = p[t] = i[t](n), r.c()), l(r, 1), r.m(e.parentNode, e)) : r = null);
|
|
87
88
|
},
|
|
88
|
-
i(
|
|
89
|
-
|
|
89
|
+
i(n) {
|
|
90
|
+
o || (l(r), o = !0);
|
|
90
91
|
},
|
|
91
|
-
o(
|
|
92
|
-
f(r),
|
|
92
|
+
o(n) {
|
|
93
|
+
f(r), o = !1;
|
|
93
94
|
},
|
|
94
|
-
d(
|
|
95
|
-
~t && p[t].d(
|
|
95
|
+
d(n) {
|
|
96
|
+
~t && p[t].d(n), n && y(e);
|
|
96
97
|
}
|
|
97
98
|
};
|
|
98
99
|
}
|
|
99
100
|
function P(a, t, r) {
|
|
100
|
-
let e, { tag:
|
|
101
|
+
let e, { tag: o } = t;
|
|
101
102
|
return a.$$set = (i) => {
|
|
102
|
-
"tag" in i && r(0,
|
|
103
|
+
"tag" in i && r(0, o = i.tag);
|
|
103
104
|
}, a.$$.update = () => {
|
|
104
105
|
var i;
|
|
105
|
-
a.$$.dirty & 1 && r(1, e = (i =
|
|
106
|
-
}, [
|
|
106
|
+
a.$$.dirty & 1 && r(1, e = (i = o.data.appearance) != null ? i : "line");
|
|
107
|
+
}, [o, e];
|
|
107
108
|
}
|
|
108
|
-
class
|
|
109
|
+
class X extends d {
|
|
109
110
|
constructor(t) {
|
|
110
111
|
super(), $(this, t, P, N, k, { tag: 0 });
|
|
111
112
|
}
|
|
112
113
|
}
|
|
113
114
|
export {
|
|
114
|
-
|
|
115
|
+
X as default
|
|
115
116
|
};
|