@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
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
2
|
-
import
|
|
1
|
+
import { SvelteComponent as L, init as W, safe_not_equal as z, append_styles as N, element as k, attr as w, set_style as _, insert as u, transition_out as p, check_outros as q, transition_in as b, detach as d, group_outros as C, create_slot as E, update_slot_base as M, get_all_dirty_from_scope as S, get_slot_changes as T, space as j, empty as A, noop as m, text as x, set_data as g, append as B } from "../../../../vendor/svelte/internal/index.js";
|
|
2
|
+
import h from "../../../utils/px2rem.js";
|
|
3
3
|
function D(o) {
|
|
4
|
-
|
|
4
|
+
N(o, "svelte-i9wdo4", ".text.svelte-i9wdo4{display:-webkit-box;display:-ms-box;display:-moz-box;position:relative;width:-moz-max-content;width:max-content;max-width:100%;-webkit-box-orient:vertical;-ms-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@keyframes svelte-i9wdo4-blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.caret.svelte-i9wdo4{position:absolute;width:0.0625rem;height:100%;background-color:#fff;animation:svelte-i9wdo4-blink 1.2s infinite}.placeholder.svelte-i9wdo4{opacity:0.5}");
|
|
5
5
|
}
|
|
6
6
|
function F(o) {
|
|
7
7
|
let t;
|
|
8
|
-
const
|
|
8
|
+
const i = o[6].default, e = E(i, o, o[5], null);
|
|
9
9
|
return {
|
|
10
10
|
c() {
|
|
11
11
|
e && e.c();
|
|
12
12
|
},
|
|
13
|
-
m(
|
|
14
|
-
e && e.m(
|
|
13
|
+
m(l, a) {
|
|
14
|
+
e && e.m(l, a), t = !0;
|
|
15
15
|
},
|
|
16
|
-
p(
|
|
16
|
+
p(l, a) {
|
|
17
17
|
e && e.p && (!t || a & 32) && M(
|
|
18
18
|
e,
|
|
19
|
-
l,
|
|
20
19
|
i,
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
l,
|
|
21
|
+
l[5],
|
|
22
|
+
t ? T(i, l[5], a, null) : S(l[5]),
|
|
23
23
|
null
|
|
24
24
|
);
|
|
25
25
|
},
|
|
26
|
-
i(
|
|
27
|
-
t || (
|
|
26
|
+
i(l) {
|
|
27
|
+
t || (b(e, l), t = !0);
|
|
28
28
|
},
|
|
29
|
-
o(
|
|
30
|
-
|
|
29
|
+
o(l) {
|
|
30
|
+
p(e, l), t = !1;
|
|
31
31
|
},
|
|
32
|
-
d(
|
|
33
|
-
e && e.d(
|
|
32
|
+
d(l) {
|
|
33
|
+
e && e.d(l);
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
36
|
}
|
|
37
37
|
function G(o) {
|
|
38
38
|
var a, c;
|
|
39
|
-
let t,
|
|
39
|
+
let t, i, e = ((a = o[3]) == null ? void 0 : a.inputting) && v(), l = ((c = o[3]) == null ? void 0 : c.placeholder) && y(o);
|
|
40
40
|
return {
|
|
41
41
|
c() {
|
|
42
|
-
e && e.c(), t = j(),
|
|
42
|
+
e && e.c(), t = j(), l && l.c(), i = A();
|
|
43
43
|
},
|
|
44
|
-
m(
|
|
45
|
-
e && e.m(
|
|
44
|
+
m(f, n) {
|
|
45
|
+
e && e.m(f, n), u(f, t, n), l && l.m(f, n), u(f, i, n);
|
|
46
46
|
},
|
|
47
|
-
p(
|
|
48
|
-
var
|
|
49
|
-
(
|
|
47
|
+
p(f, n) {
|
|
48
|
+
var s, r;
|
|
49
|
+
(s = f[3]) != null && s.inputting ? e || (e = v(), e.c(), e.m(t.parentNode, t)) : e && (e.d(1), e = null), (r = f[3]) != null && r.placeholder ? l ? l.p(f, n) : (l = y(f), l.c(), l.m(i.parentNode, i)) : l && (l.d(1), l = null);
|
|
50
50
|
},
|
|
51
51
|
i: m,
|
|
52
52
|
o: m,
|
|
53
|
-
d(
|
|
54
|
-
e && e.d(
|
|
53
|
+
d(f) {
|
|
54
|
+
e && e.d(f), f && d(t), l && l.d(f), f && d(i);
|
|
55
55
|
}
|
|
56
56
|
};
|
|
57
57
|
}
|
|
@@ -59,98 +59,98 @@ function H(o) {
|
|
|
59
59
|
let t;
|
|
60
60
|
return {
|
|
61
61
|
c() {
|
|
62
|
-
t =
|
|
62
|
+
t = x(o[2]);
|
|
63
63
|
},
|
|
64
|
-
m(
|
|
65
|
-
u(
|
|
64
|
+
m(i, e) {
|
|
65
|
+
u(i, t, e);
|
|
66
66
|
},
|
|
67
|
-
p(
|
|
68
|
-
e & 4 &&
|
|
67
|
+
p(i, e) {
|
|
68
|
+
e & 4 && g(t, i[2]);
|
|
69
69
|
},
|
|
70
70
|
i: m,
|
|
71
71
|
o: m,
|
|
72
|
-
d(
|
|
73
|
-
|
|
72
|
+
d(i) {
|
|
73
|
+
i && d(t);
|
|
74
74
|
}
|
|
75
75
|
};
|
|
76
76
|
}
|
|
77
|
-
function
|
|
77
|
+
function v(o) {
|
|
78
78
|
let t;
|
|
79
79
|
return {
|
|
80
80
|
c() {
|
|
81
|
-
t = k("div"),
|
|
81
|
+
t = k("div"), w(t, "class", "caret svelte-i9wdo4");
|
|
82
82
|
},
|
|
83
|
-
m(
|
|
84
|
-
u(
|
|
83
|
+
m(i, e) {
|
|
84
|
+
u(i, t, e);
|
|
85
85
|
},
|
|
86
|
-
d(
|
|
87
|
-
|
|
86
|
+
d(i) {
|
|
87
|
+
i && d(t);
|
|
88
88
|
}
|
|
89
89
|
};
|
|
90
90
|
}
|
|
91
|
-
function
|
|
92
|
-
let t,
|
|
91
|
+
function y(o) {
|
|
92
|
+
let t, i = o[3].placeholder + "", e;
|
|
93
93
|
return {
|
|
94
94
|
c() {
|
|
95
|
-
t = k("span"), e =
|
|
95
|
+
t = k("span"), e = x(i), w(t, "class", "placeholder svelte-i9wdo4");
|
|
96
96
|
},
|
|
97
|
-
m(
|
|
98
|
-
u(
|
|
97
|
+
m(l, a) {
|
|
98
|
+
u(l, t, a), B(t, e);
|
|
99
99
|
},
|
|
100
|
-
p(
|
|
101
|
-
a & 8 &&
|
|
100
|
+
p(l, a) {
|
|
101
|
+
a & 8 && i !== (i = l[3].placeholder + "") && g(e, i);
|
|
102
102
|
},
|
|
103
|
-
d(
|
|
104
|
-
|
|
103
|
+
d(l) {
|
|
104
|
+
l && d(t);
|
|
105
105
|
}
|
|
106
106
|
};
|
|
107
107
|
}
|
|
108
108
|
function I(o) {
|
|
109
|
-
let t,
|
|
109
|
+
let t, i, e, l;
|
|
110
110
|
const a = [H, G, F], c = [];
|
|
111
|
-
function
|
|
111
|
+
function f(n, s) {
|
|
112
112
|
return n[2] ? 0 : n[4] ? 1 : 2;
|
|
113
113
|
}
|
|
114
|
-
return
|
|
114
|
+
return i = f(o), e = c[i] = a[i](o), {
|
|
115
115
|
c() {
|
|
116
|
-
t = k("div"), e.c(),
|
|
116
|
+
t = k("div"), e.c(), w(t, "class", "text svelte-i9wdo4"), _(t, "max-width", typeof o[1] == "number" ? h(o[1]) : o[1]), _(t, "-webkit-line-clamp", o[0]);
|
|
117
117
|
},
|
|
118
|
-
m(n,
|
|
119
|
-
u(n, t,
|
|
118
|
+
m(n, s) {
|
|
119
|
+
u(n, t, s), c[i].m(t, null), l = !0;
|
|
120
120
|
},
|
|
121
|
-
p(n, [
|
|
122
|
-
let r =
|
|
123
|
-
|
|
121
|
+
p(n, [s]) {
|
|
122
|
+
let r = i;
|
|
123
|
+
i = f(n), i === r ? c[i].p(n, s) : (C(), p(c[r], 1, 1, () => {
|
|
124
124
|
c[r] = null;
|
|
125
|
-
}),
|
|
125
|
+
}), q(), e = c[i], e ? e.p(n, s) : (e = c[i] = a[i](n), e.c()), b(e, 1), e.m(t, null)), s & 2 && _(t, "max-width", typeof n[1] == "number" ? h(n[1]) : n[1]), s & 1 && _(t, "-webkit-line-clamp", n[0]);
|
|
126
126
|
},
|
|
127
127
|
i(n) {
|
|
128
|
-
|
|
128
|
+
l || (b(e), l = !0);
|
|
129
129
|
},
|
|
130
130
|
o(n) {
|
|
131
|
-
|
|
131
|
+
p(e), l = !1;
|
|
132
132
|
},
|
|
133
133
|
d(n) {
|
|
134
|
-
n &&
|
|
134
|
+
n && d(t), c[i].d();
|
|
135
135
|
}
|
|
136
136
|
};
|
|
137
137
|
}
|
|
138
|
-
function J(o, t,
|
|
139
|
-
let e, { $$slots:
|
|
138
|
+
function J(o, t, i) {
|
|
139
|
+
let e, { $$slots: l = {}, $$scope: a } = t, { maxLine: c = 1 } = t, { maxWidth: f = null } = t, { text: n = null } = t, { edit: s = null } = t;
|
|
140
140
|
return o.$$set = (r) => {
|
|
141
|
-
"maxLine" in r &&
|
|
141
|
+
"maxLine" in r && i(0, c = r.maxLine), "maxWidth" in r && i(1, f = r.maxWidth), "text" in r && i(2, n = r.text), "edit" in r && i(3, s = r.edit), "$$scope" in r && i(5, a = r.$$scope);
|
|
142
142
|
}, o.$$.update = () => {
|
|
143
|
-
o.$$.dirty & 8 &&
|
|
144
|
-
}, [c,
|
|
143
|
+
o.$$.dirty & 8 && i(4, e = (s == null ? void 0 : s.placeholder) || (s == null ? void 0 : s.inputting));
|
|
144
|
+
}, [c, f, n, s, e, a, l];
|
|
145
145
|
}
|
|
146
|
-
class P extends
|
|
146
|
+
class P extends L {
|
|
147
147
|
constructor(t) {
|
|
148
|
-
super(),
|
|
148
|
+
super(), W(
|
|
149
149
|
this,
|
|
150
150
|
t,
|
|
151
151
|
J,
|
|
152
152
|
I,
|
|
153
|
-
|
|
153
|
+
z,
|
|
154
154
|
{
|
|
155
155
|
maxLine: 0,
|
|
156
156
|
maxWidth: 1,
|
|
@@ -3,6 +3,7 @@ import J from "../../Common/Icon/audioIcon.js";
|
|
|
3
3
|
import K from "../../Common/Text/MText.js";
|
|
4
4
|
import L from "../../Common/Audio.js";
|
|
5
5
|
import "three";
|
|
6
|
+
import "@realsee/five/gltf-loader";
|
|
6
7
|
import { name2Rgba as O } from "../../../utils/color.js";
|
|
7
8
|
import "../../../utils/px2rem.js";
|
|
8
9
|
import "../../Common/Shadow.js";
|
|
@@ -162,11 +163,11 @@ function Z(o, r, t) {
|
|
|
162
163
|
R
|
|
163
164
|
];
|
|
164
165
|
}
|
|
165
|
-
class
|
|
166
|
+
class me extends q {
|
|
166
167
|
constructor(r) {
|
|
167
168
|
super(), D(this, r, Z, Y, E, { tag: 0 }, Q);
|
|
168
169
|
}
|
|
169
170
|
}
|
|
170
171
|
export {
|
|
171
|
-
|
|
172
|
+
me as default
|
|
172
173
|
};
|
|
@@ -13,6 +13,7 @@ import "../../Common/Text/FlyText.js";
|
|
|
13
13
|
import "animejs";
|
|
14
14
|
import "../../../../shared-utils/isNil.js";
|
|
15
15
|
import "three";
|
|
16
|
+
import "@realsee/five/gltf-loader";
|
|
16
17
|
import "../../../utils/search.js";
|
|
17
18
|
import "../../../utils/constants.js";
|
|
18
19
|
import "../../Common/Arrow.js";
|
|
@@ -213,11 +214,11 @@ function de(e, i, n) {
|
|
|
213
214
|
R
|
|
214
215
|
];
|
|
215
216
|
}
|
|
216
|
-
class
|
|
217
|
+
class Te extends K {
|
|
217
218
|
constructor(i) {
|
|
218
219
|
super(), P(this, i, de, fe, Q, { tag: 0 }, re);
|
|
219
220
|
}
|
|
220
221
|
}
|
|
221
222
|
export {
|
|
222
|
-
|
|
223
|
+
Te as default
|
|
223
224
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SvelteComponent as g, init as $, safe_not_equal as k, empty as b, insert as y, transition_out as
|
|
1
|
+
import { SvelteComponent as g, init as $, safe_not_equal as k, empty as b, insert as y, transition_out as m, check_outros as h, transition_in as l, detach as A, group_outros as R, create_component as s, mount_component as _, destroy_component as d } from "../../../../vendor/svelte/internal/index.js";
|
|
2
2
|
import T from "./AudioTag.js";
|
|
3
3
|
import w from "./AudioPlaneTag.js";
|
|
4
4
|
import "../../../../vendor/svelte/easing/index.js";
|
|
@@ -14,6 +14,7 @@ import "../../Common/Text/FlyText.js";
|
|
|
14
14
|
import "animejs";
|
|
15
15
|
import "../../../../shared-utils/isNil.js";
|
|
16
16
|
import "three";
|
|
17
|
+
import "@realsee/five/gltf-loader";
|
|
17
18
|
import "../../../utils/search.js";
|
|
18
19
|
import "../../../utils/constants.js";
|
|
19
20
|
import "../../Common/Arrow.js";
|
|
@@ -37,10 +38,10 @@ function q(n) {
|
|
|
37
38
|
r & 1 && (a.tag = e[0]), t.$set(a);
|
|
38
39
|
},
|
|
39
40
|
i(e) {
|
|
40
|
-
o || (
|
|
41
|
+
o || (l(t.$$.fragment, e), o = !0);
|
|
41
42
|
},
|
|
42
43
|
o(e) {
|
|
43
|
-
|
|
44
|
+
m(t.$$.fragment, e), o = !1;
|
|
44
45
|
},
|
|
45
46
|
d(e) {
|
|
46
47
|
d(t, e);
|
|
@@ -61,10 +62,10 @@ function v(n) {
|
|
|
61
62
|
r & 1 && (a.tag = e[0]), t.$set(a);
|
|
62
63
|
},
|
|
63
64
|
i(e) {
|
|
64
|
-
o || (
|
|
65
|
+
o || (l(t.$$.fragment, e), o = !0);
|
|
65
66
|
},
|
|
66
67
|
o(e) {
|
|
67
|
-
|
|
68
|
+
m(t.$$.fragment, e), o = !1;
|
|
68
69
|
},
|
|
69
70
|
d(e) {
|
|
70
71
|
d(t, e);
|
|
@@ -86,15 +87,15 @@ function C(n) {
|
|
|
86
87
|
},
|
|
87
88
|
p(i, [f]) {
|
|
88
89
|
let c = t;
|
|
89
|
-
t = u(i), t === c ? ~t && p[t].p(i, f) : (o && (R(),
|
|
90
|
+
t = u(i), t === c ? ~t && p[t].p(i, f) : (o && (R(), m(p[c], 1, 1, () => {
|
|
90
91
|
p[c] = null;
|
|
91
|
-
}), h()), ~t ? (o = p[t], o ? o.p(i, f) : (o = p[t] = a[t](i), o.c()),
|
|
92
|
+
}), h()), ~t ? (o = p[t], o ? o.p(i, f) : (o = p[t] = a[t](i), o.c()), l(o, 1), o.m(e.parentNode, e)) : o = null);
|
|
92
93
|
},
|
|
93
94
|
i(i) {
|
|
94
|
-
r || (
|
|
95
|
+
r || (l(o), r = !0);
|
|
95
96
|
},
|
|
96
97
|
o(i) {
|
|
97
|
-
|
|
98
|
+
m(o), r = !1;
|
|
98
99
|
},
|
|
99
100
|
d(i) {
|
|
100
101
|
~t && p[t].d(i), i && A(e);
|
|
@@ -113,11 +114,11 @@ function N(n, t, o) {
|
|
|
113
114
|
n.$$.dirty & 1 && o(1, e = (u = r.data.appearance) != null ? u : "line");
|
|
114
115
|
}, [r, e, p];
|
|
115
116
|
}
|
|
116
|
-
class
|
|
117
|
+
class ot extends g {
|
|
117
118
|
constructor(t) {
|
|
118
119
|
super(), $(this, t, N, C, k, { tag: 0 });
|
|
119
120
|
}
|
|
120
121
|
}
|
|
121
122
|
export {
|
|
122
|
-
|
|
123
|
+
ot as default
|
|
123
124
|
};
|
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
import { SvelteComponent as u, init as
|
|
2
|
-
function
|
|
1
|
+
import { SvelteComponent as u, init as _, safe_not_equal as d, append_styles as p, element as g, attr as v, insert as m, noop as f, detach as c, onMount as h, onDestroy as k, empty as b, binding_callbacks as y, HtmlTag as j } from "../../../vendor/svelte/internal/index.js";
|
|
2
|
+
function z(i) {
|
|
3
3
|
p(i, "svelte-kzl2aj", ".customElement__container.svelte-kzl2aj{position:relative}");
|
|
4
4
|
}
|
|
5
5
|
function a(i) {
|
|
6
|
-
let l, e = i[0].element + "",
|
|
6
|
+
let l, e = i[0].element + "", t;
|
|
7
7
|
return {
|
|
8
8
|
c() {
|
|
9
|
-
l = new
|
|
9
|
+
l = new j(!1), t = b(), l.a = t;
|
|
10
10
|
},
|
|
11
|
-
m(
|
|
12
|
-
l.m(e,
|
|
11
|
+
m(n, o) {
|
|
12
|
+
l.m(e, n, o), m(n, t, o);
|
|
13
13
|
},
|
|
14
|
-
p(
|
|
15
|
-
|
|
14
|
+
p(n, o) {
|
|
15
|
+
o & 1 && e !== (e = n[0].element + "") && l.p(e);
|
|
16
16
|
},
|
|
17
|
-
d(
|
|
18
|
-
|
|
17
|
+
d(n) {
|
|
18
|
+
n && c(t), n && l.d();
|
|
19
19
|
}
|
|
20
20
|
};
|
|
21
21
|
}
|
|
22
|
-
function
|
|
22
|
+
function C(i) {
|
|
23
23
|
let l, e = typeof i[0].element == "string" && a(i);
|
|
24
24
|
return {
|
|
25
25
|
c() {
|
|
26
26
|
l = g("div"), e && e.c(), v(l, "class", "customElement__container svelte-kzl2aj");
|
|
27
27
|
},
|
|
28
|
-
m(
|
|
29
|
-
m(
|
|
28
|
+
m(t, n) {
|
|
29
|
+
m(t, l, n), e && e.m(l, null), i[2](l);
|
|
30
30
|
},
|
|
31
|
-
p(
|
|
32
|
-
typeof
|
|
31
|
+
p(t, [n]) {
|
|
32
|
+
typeof t[0].element == "string" ? e ? e.p(t, n) : (e = a(t), e.c(), e.m(l, null)) : e && (e.d(1), e = null);
|
|
33
33
|
},
|
|
34
34
|
i: f,
|
|
35
35
|
o: f,
|
|
36
|
-
d(
|
|
37
|
-
|
|
36
|
+
d(t) {
|
|
37
|
+
t && c(l), e && e.d(), i[2](null);
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
41
|
function E(i, l, e) {
|
|
42
|
-
let { tag:
|
|
42
|
+
let { tag: t } = l, n, o;
|
|
43
43
|
h(() => {
|
|
44
|
-
if (
|
|
45
|
-
if (
|
|
46
|
-
const
|
|
47
|
-
|
|
48
|
-
} else if (typeof
|
|
49
|
-
const
|
|
50
|
-
|
|
44
|
+
if (n) {
|
|
45
|
+
if (t.element instanceof Element) {
|
|
46
|
+
const s = t.element;
|
|
47
|
+
n.appendChild(s), o = () => s.remove();
|
|
48
|
+
} else if (typeof t.element == "function") {
|
|
49
|
+
const s = t.element;
|
|
50
|
+
o = s(n);
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
}), k(() => {
|
|
54
|
-
|
|
54
|
+
o == null || o();
|
|
55
55
|
});
|
|
56
|
-
function
|
|
57
|
-
y[
|
|
58
|
-
|
|
56
|
+
function r(s) {
|
|
57
|
+
y[s ? "unshift" : "push"](() => {
|
|
58
|
+
n = s, e(1, n);
|
|
59
59
|
});
|
|
60
60
|
}
|
|
61
|
-
return i.$$set = (
|
|
62
|
-
"tag" in
|
|
63
|
-
}, [
|
|
61
|
+
return i.$$set = (s) => {
|
|
62
|
+
"tag" in s && e(0, t = s.tag);
|
|
63
|
+
}, [t, n, r];
|
|
64
64
|
}
|
|
65
65
|
class q extends u {
|
|
66
66
|
constructor(l) {
|
|
67
|
-
super(),
|
|
67
|
+
super(), _(this, l, E, C, d, { tag: 0 }, z);
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
export {
|
|
@@ -7,6 +7,7 @@ import "animejs";
|
|
|
7
7
|
import "../../../shared-utils/uuid.js";
|
|
8
8
|
import "../../../shared-utils/isNil.js";
|
|
9
9
|
import "three";
|
|
10
|
+
import "@realsee/five/gltf-loader";
|
|
10
11
|
import "../../utils/search.js";
|
|
11
12
|
import "../../utils/constants.js";
|
|
12
13
|
import "../../../vendor/svelte/transition/index.js";
|
|
@@ -177,11 +178,11 @@ function A(f, l, o) {
|
|
|
177
178
|
f.$$.dirty & 1 && o(3, t = p.state ? p.state.unfolded : !1), f.$$.dirty & 1 && o(4, e = (n = (d = p.data.title) != null ? d : p.data.text) != null ? n : ""), f.$$.dirty & 16 && o(2, r = ((m = e.length) != null ? m : 0) > 7 ? e.substring(0, 6) + "..." : e), f.$$.dirty & 1 && o(1, a = p.data.mediaData);
|
|
178
179
|
}, [p, a, r, t, e];
|
|
179
180
|
}
|
|
180
|
-
class
|
|
181
|
+
class $e extends T {
|
|
181
182
|
constructor(l) {
|
|
182
183
|
super(), R(this, l, A, Y, q, { tag: 0 }, V);
|
|
183
184
|
}
|
|
184
185
|
}
|
|
185
186
|
export {
|
|
186
|
-
|
|
187
|
+
$e as default
|
|
187
188
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { SvelteComponent as D, init as R, safe_not_equal as S, append_styles as q, element as g, create_component as x, space as
|
|
1
|
+
import { SvelteComponent as D, init as R, safe_not_equal as S, append_styles as q, element as g, create_component as x, space as k, attr as h, insert as j, mount_component as v, append as m, transition_in as p, transition_out as u, check_outros as C, detach as b, destroy_component as z, text as I, set_data as T, group_outros as A } from "../../../vendor/svelte/internal/index.js";
|
|
2
2
|
import B from "../Common/Shadow.js";
|
|
3
3
|
import E from "../Common/Icon/Icon.js";
|
|
4
4
|
import "../../../vendor/svelte/transition/index.js";
|
|
5
5
|
import "../../../vendor/svelte/easing/index.js";
|
|
6
6
|
import "../../utils/getImageInfo.js";
|
|
7
7
|
import "../../utils/px2rem.js";
|
|
8
|
-
function F(
|
|
9
|
-
q(
|
|
8
|
+
function F(i) {
|
|
9
|
+
q(i, "svelte-e58ijk", ".wrapper.svelte-e58ijk{font-weight:600;cursor:pointer;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:auto}.text-wrapper.svelte-e58ijk{position:relative;display:flex;align-items:center;justify-content:center}.text.svelte-e58ijk{position:absolute;top:0;font-size:0.875rem;color:#ffffff;letter-spacing:0;text-align:center;max-width:8.75rem;width:-moz-max-content;width:max-content;line-height:1.125rem;text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}");
|
|
10
10
|
}
|
|
11
|
-
function
|
|
12
|
-
let
|
|
11
|
+
function y(i) {
|
|
12
|
+
let o, e, l, a, t, n;
|
|
13
13
|
return e = new B({
|
|
14
14
|
props: {
|
|
15
15
|
outDelay: 0,
|
|
@@ -22,81 +22,81 @@ function w(o) {
|
|
|
22
22
|
}
|
|
23
23
|
}), {
|
|
24
24
|
c() {
|
|
25
|
-
|
|
25
|
+
o = g("div"), x(e.$$.fragment), l = k(), a = g("div"), t = I(i[1]), h(a, "class", "text svelte-e58ijk"), h(o, "class", "text-wrapper svelte-e58ijk");
|
|
26
26
|
},
|
|
27
|
-
m(
|
|
28
|
-
|
|
27
|
+
m(r, s) {
|
|
28
|
+
j(r, o, s), v(e, o, null), m(o, l), m(o, a), m(a, t), n = !0;
|
|
29
29
|
},
|
|
30
|
-
p(
|
|
31
|
-
(!n ||
|
|
30
|
+
p(r, s) {
|
|
31
|
+
(!n || s & 2) && T(t, r[1]);
|
|
32
32
|
},
|
|
33
|
-
i(
|
|
34
|
-
n || (
|
|
33
|
+
i(r) {
|
|
34
|
+
n || (p(e.$$.fragment, r), n = !0);
|
|
35
35
|
},
|
|
36
|
-
o(
|
|
37
|
-
u(e.$$.fragment,
|
|
36
|
+
o(r) {
|
|
37
|
+
u(e.$$.fragment, r), n = !1;
|
|
38
38
|
},
|
|
39
|
-
d(
|
|
40
|
-
|
|
39
|
+
d(r) {
|
|
40
|
+
r && b(o), z(e);
|
|
41
41
|
}
|
|
42
42
|
};
|
|
43
43
|
}
|
|
44
|
-
function G(
|
|
45
|
-
let
|
|
44
|
+
function G(i) {
|
|
45
|
+
let o, e, l, a;
|
|
46
46
|
e = new E({
|
|
47
|
-
props: { icon:
|
|
48
|
-
}), e.$on("iconLoaded",
|
|
49
|
-
let t =
|
|
47
|
+
props: { icon: i[0], shadow: !0 }
|
|
48
|
+
}), e.$on("iconLoaded", i[9]);
|
|
49
|
+
let t = i[1] && i[2] && y(i);
|
|
50
50
|
return {
|
|
51
51
|
c() {
|
|
52
|
-
|
|
52
|
+
o = g("div"), x(e.$$.fragment), l = k(), t && t.c(), h(o, "class", "wrapper svelte-e58ijk");
|
|
53
53
|
},
|
|
54
|
-
m(n,
|
|
55
|
-
|
|
54
|
+
m(n, r) {
|
|
55
|
+
j(n, o, r), v(e, o, null), m(o, l), t && t.m(o, null), a = !0;
|
|
56
56
|
},
|
|
57
|
-
p(n, [
|
|
58
|
-
const
|
|
59
|
-
|
|
57
|
+
p(n, [r]) {
|
|
58
|
+
const s = {};
|
|
59
|
+
r & 1 && (s.icon = n[0]), e.$set(s), n[1] && n[2] ? t ? (t.p(n, r), r & 6 && p(t, 1)) : (t = y(n), t.c(), p(t, 1), t.m(o, null)) : t && (A(), u(t, 1, 1, () => {
|
|
60
60
|
t = null;
|
|
61
61
|
}), C());
|
|
62
62
|
},
|
|
63
63
|
i(n) {
|
|
64
|
-
a || (
|
|
64
|
+
a || (p(e.$$.fragment, n), p(t), a = !0);
|
|
65
65
|
},
|
|
66
66
|
o(n) {
|
|
67
67
|
u(e.$$.fragment, n), u(t), a = !1;
|
|
68
68
|
},
|
|
69
69
|
d(n) {
|
|
70
|
-
n &&
|
|
70
|
+
n && b(o), z(e), t && t.d();
|
|
71
71
|
}
|
|
72
72
|
};
|
|
73
73
|
}
|
|
74
|
-
function H(
|
|
75
|
-
let
|
|
76
|
-
const
|
|
77
|
-
e(2,
|
|
74
|
+
function H(i, o, e) {
|
|
75
|
+
let l, a, t, n, r, s, d, _, { tag: c } = o;
|
|
76
|
+
const L = () => {
|
|
77
|
+
e(2, l = !0);
|
|
78
78
|
};
|
|
79
|
-
return
|
|
80
|
-
"tag" in
|
|
81
|
-
},
|
|
82
|
-
var
|
|
83
|
-
|
|
84
|
-
}, e(2,
|
|
85
|
-
|
|
79
|
+
return i.$$set = (f) => {
|
|
80
|
+
"tag" in f && e(3, c = f.tag);
|
|
81
|
+
}, i.$$.update = () => {
|
|
82
|
+
var f, w;
|
|
83
|
+
i.$$.dirty & 8 && e(1, a = (f = c.data.title) != null ? f : c.data.text), i.$$.dirty & 8 && e(8, t = (w = c.data.icon) != null ? w : c.style.point), i.$$.dirty & 256 && e(7, n = t.url), i.$$.dirty & 256 && e(6, r = t.steps), i.$$.dirty & 256 && e(5, s = t.fps), i.$$.dirty & 256 && e(4, d = t.ratio), i.$$.dirty & 240 && e(0, _ = { url: n, steps: r, fps: s, ratio: d });
|
|
84
|
+
}, e(2, l = !1), [
|
|
85
|
+
_,
|
|
86
86
|
a,
|
|
87
|
-
|
|
87
|
+
l,
|
|
88
88
|
c,
|
|
89
89
|
d,
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
s,
|
|
91
|
+
r,
|
|
92
92
|
n,
|
|
93
93
|
t,
|
|
94
|
-
|
|
94
|
+
L
|
|
95
95
|
];
|
|
96
96
|
}
|
|
97
97
|
class U extends D {
|
|
98
|
-
constructor(
|
|
99
|
-
super(), R(this,
|
|
98
|
+
constructor(o) {
|
|
99
|
+
super(), R(this, o, H, G, S, { tag: 3 }, F);
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
export {
|