@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,13 +1,15 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
1
|
+
import { SvelteComponent as z, init as R, safe_not_equal as q, append_styles as X, empty as j, insert as I, transition_out as d, check_outros as x, transition_in as B, detach as Y, setContext as F, group_outros as V, element as T, attr as w, noop as O, toggle_class as Q, set_style as G, append as L, listen as $, stop_propagation as AA, create_component as b, mount_component as D, destroy_component as _ } from "../../../vendor/svelte/internal/index.js";
|
|
2
|
+
import eA from "./TextTag/index.js";
|
|
3
|
+
import tA from "./ImageTextTag.js";
|
|
4
|
+
import iA from "./MarketingTag.js";
|
|
5
5
|
import "three";
|
|
6
|
-
import { noTypecheck as
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
6
|
+
import { noTypecheck as c } from "../../utils/noTypecheck.js";
|
|
7
|
+
import "@realsee/five/gltf-loader";
|
|
8
|
+
import { isMediaModelTag as oA } from "../../utils/tag/tagCheck.js";
|
|
9
|
+
import nA from "./AudioTag/index.js";
|
|
10
|
+
import rA from "./MediaPlane.js";
|
|
11
|
+
import aA from "./LinkTag.js";
|
|
12
|
+
import lA from "./CustomTag.js";
|
|
11
13
|
import "./TextTag/TextTag.js";
|
|
12
14
|
import "../Common/Line/Straight.js";
|
|
13
15
|
import "../../../vendor/svelte/transition/index.js";
|
|
@@ -68,56 +70,56 @@ import "./AudioTag/AudioPlaneTag.js";
|
|
|
68
70
|
import "../../utils/color.js";
|
|
69
71
|
import "../Common/Icon/Icon.js";
|
|
70
72
|
import "../../utils/getImageInfo.js";
|
|
71
|
-
function
|
|
72
|
-
|
|
73
|
+
function fA(o) {
|
|
74
|
+
X(o, "svelte-ofx2uu", '@font-face{font-family:"TG-TYPE";font-style:normal;font-weight:400;src:local("TG-TYPE-Bold"), url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-ofx2uu{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-ofx2uu{transition:opacity 0.3s linear}.content__container.unClickable.svelte-ofx2uu{pointer-events:none !important}.content__container.unClickable.svelte-ofx2uu *{pointer-events:none !important}.content__wrapper.svelte-ofx2uu{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-ofx2uu{opacity:0;pointer-events:none}.content__container.hide.svelte-ofx2uu *{pointer-events:none !important}.content__container.disable.svelte-ofx2uu{display:none}.content.svelte-ofx2uu{position:relative;width:100%;height:100%;font-size:0.75rem;line-height:1.125rem;color:#fff}.content.svelte-ofx2uu:not(.unfolded){pointer-events:none}.content.svelte-ofx2uu:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-ofx2uu{pointer-events:auto}');
|
|
73
75
|
}
|
|
74
|
-
function
|
|
76
|
+
function sA(o) {
|
|
75
77
|
let A, t;
|
|
76
78
|
return {
|
|
77
79
|
c() {
|
|
78
|
-
A =
|
|
80
|
+
A = T("div"), w(A, "data-info", "tag content is keep folded"), w(A, "data-id", t = o[1].id);
|
|
79
81
|
},
|
|
80
82
|
m(e, i) {
|
|
81
|
-
|
|
83
|
+
I(e, A, i);
|
|
82
84
|
},
|
|
83
85
|
p(e, i) {
|
|
84
|
-
i & 2 && t !== (t = e[1].id) &&
|
|
86
|
+
i & 2 && t !== (t = e[1].id) && w(A, "data-id", t);
|
|
85
87
|
},
|
|
86
|
-
i:
|
|
87
|
-
o:
|
|
88
|
+
i: O,
|
|
89
|
+
o: O,
|
|
88
90
|
d(e) {
|
|
89
|
-
e &&
|
|
91
|
+
e && Y(A);
|
|
90
92
|
}
|
|
91
93
|
};
|
|
92
94
|
}
|
|
93
|
-
function
|
|
94
|
-
let A, t, e, i, n, g, u, f,
|
|
95
|
-
const
|
|
95
|
+
function gA(o) {
|
|
96
|
+
let A, t, e, i, n, g, u, f, p;
|
|
97
|
+
const a = [
|
|
98
|
+
QA,
|
|
99
|
+
BA,
|
|
100
|
+
dA,
|
|
96
101
|
pA,
|
|
97
102
|
cA,
|
|
98
103
|
mA,
|
|
99
|
-
uA
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
], p = [];
|
|
104
|
-
function _(r, s) {
|
|
105
|
-
return r[1].element ? 0 : r[1].contentType === "Text" ? 1 : r[1].contentType === "ImageText" || r[1].contentType === "Image" || r[1].contentType === "Video" ? 2 : r[1].contentType === "Audio" ? 3 : r[1].contentType === "Marketing" ? 4 : r[1].contentType === "Link" || r[1].contentType === "VRLink" || r[1].contentType === "PanoLink" ? 5 : r[1].contentType === "MediaPlane" ? 6 : -1;
|
|
104
|
+
uA
|
|
105
|
+
], m = [];
|
|
106
|
+
function C(r, s) {
|
|
107
|
+
return r[1].element ? 0 : r[1].contentType === "Text" ? 1 : r[1].contentType === "ImageText" || r[1].contentType === "Image" || r[1].contentType === "Video" ? 2 : r[1].contentType === "Audio" ? 3 : r[1].contentType === "Marketing" ? 4 : r[1].contentType === "Link" || r[1].contentType === "VRLink" || r[1].contentType === "PanoLink" ? 5 : r[1].contentType === "MediaPlane" || r[1].contentType === "MediaModel" ? 6 : -1;
|
|
106
108
|
}
|
|
107
|
-
return ~(i =
|
|
109
|
+
return ~(i = C(o)) && (n = m[i] = a[i](o)), {
|
|
108
110
|
c() {
|
|
109
|
-
var r
|
|
110
|
-
A =
|
|
111
|
+
var r;
|
|
112
|
+
A = T("div"), t = T("div"), e = T("div"), n && n.c(), w(e, "class", "content svelte-ofx2uu"), Q(e, "unfolded", (r = o[1].state) == null ? void 0 : r.unfolded), w(t, "class", "content__wrapper svelte-ofx2uu"), w(A, "class", "content__container svelte-ofx2uu"), w(A, "data-id", g = o[1].id), Q(A, "disable", o[1].enabled === !1), Q(A, "hide", o[4]), Q(A, "withAnimation", o[0]), Q(A, "unClickable", o[1].clickable === !1), G(A, "width", o[1].stickType === "Plane" || o[1].contentType === "MediaModel" ? "100%" : 0), G(A, "height", o[1].stickType === "Plane" || o[1].contentType === "MediaModel" ? "100%" : 0);
|
|
111
113
|
},
|
|
112
114
|
m(r, s) {
|
|
113
|
-
|
|
115
|
+
I(r, A, s), L(A, t), L(t, e), ~i && m[i].m(e, null), u = !0, f || (p = $(A, "click", AA(o[13])), f = !0);
|
|
114
116
|
},
|
|
115
117
|
p(r, s) {
|
|
116
|
-
var
|
|
117
|
-
let
|
|
118
|
-
i =
|
|
119
|
-
|
|
120
|
-
}), x()), ~i ? (n =
|
|
118
|
+
var E;
|
|
119
|
+
let k = i;
|
|
120
|
+
i = C(r), i === k ? ~i && m[i].p(r, s) : (n && (V(), d(m[k], 1, 1, () => {
|
|
121
|
+
m[k] = null;
|
|
122
|
+
}), x()), ~i ? (n = m[i], n ? n.p(r, s) : (n = m[i] = a[i](r), n.c()), B(n, 1), n.m(e, null)) : n = null), (!u || s & 2) && Q(e, "unfolded", (E = r[1].state) == null ? void 0 : E.unfolded), (!u || s & 2 && g !== (g = r[1].id)) && w(A, "data-id", g), (!u || s & 2) && Q(A, "disable", r[1].enabled === !1), (!u || s & 16) && Q(A, "hide", r[4]), (!u || s & 1) && Q(A, "withAnimation", r[0]), (!u || s & 2) && Q(A, "unClickable", r[1].clickable === !1), s & 2 && G(A, "width", r[1].stickType === "Plane" || r[1].contentType === "MediaModel" ? "100%" : 0), s & 2 && G(A, "height", r[1].stickType === "Plane" || r[1].contentType === "MediaModel" ? "100%" : 0);
|
|
121
123
|
},
|
|
122
124
|
i(r) {
|
|
123
125
|
u || (B(n), u = !0);
|
|
@@ -126,24 +128,24 @@ function lA(o) {
|
|
|
126
128
|
d(n), u = !1;
|
|
127
129
|
},
|
|
128
130
|
d(r) {
|
|
129
|
-
r &&
|
|
131
|
+
r && Y(A), ~i && m[i].d(), f = !1, p();
|
|
130
132
|
}
|
|
131
133
|
};
|
|
132
134
|
}
|
|
133
|
-
function
|
|
135
|
+
function uA(o) {
|
|
134
136
|
let A, t;
|
|
135
|
-
return A = new
|
|
136
|
-
props: { tag:
|
|
137
|
+
return A = new rA({
|
|
138
|
+
props: { tag: c(o[1]) }
|
|
137
139
|
}), {
|
|
138
140
|
c() {
|
|
139
141
|
b(A.$$.fragment);
|
|
140
142
|
},
|
|
141
143
|
m(e, i) {
|
|
142
|
-
|
|
144
|
+
D(A, e, i), t = !0;
|
|
143
145
|
},
|
|
144
146
|
p(e, i) {
|
|
145
147
|
const n = {};
|
|
146
|
-
i & 2 && (n.tag =
|
|
148
|
+
i & 2 && (n.tag = c(e[1])), A.$set(n);
|
|
147
149
|
},
|
|
148
150
|
i(e) {
|
|
149
151
|
t || (B(A.$$.fragment, e), t = !0);
|
|
@@ -152,24 +154,24 @@ function fA(o) {
|
|
|
152
154
|
d(A.$$.fragment, e), t = !1;
|
|
153
155
|
},
|
|
154
156
|
d(e) {
|
|
155
|
-
|
|
157
|
+
_(A, e);
|
|
156
158
|
}
|
|
157
159
|
};
|
|
158
160
|
}
|
|
159
|
-
function
|
|
161
|
+
function mA(o) {
|
|
160
162
|
let A, t;
|
|
161
|
-
return A = new
|
|
162
|
-
props: { tag:
|
|
163
|
+
return A = new aA({
|
|
164
|
+
props: { tag: c(o[1]) }
|
|
163
165
|
}), {
|
|
164
166
|
c() {
|
|
165
167
|
b(A.$$.fragment);
|
|
166
168
|
},
|
|
167
169
|
m(e, i) {
|
|
168
|
-
|
|
170
|
+
D(A, e, i), t = !0;
|
|
169
171
|
},
|
|
170
172
|
p(e, i) {
|
|
171
173
|
const n = {};
|
|
172
|
-
i & 2 && (n.tag =
|
|
174
|
+
i & 2 && (n.tag = c(e[1])), A.$set(n);
|
|
173
175
|
},
|
|
174
176
|
i(e) {
|
|
175
177
|
t || (B(A.$$.fragment, e), t = !0);
|
|
@@ -178,24 +180,24 @@ function sA(o) {
|
|
|
178
180
|
d(A.$$.fragment, e), t = !1;
|
|
179
181
|
},
|
|
180
182
|
d(e) {
|
|
181
|
-
|
|
183
|
+
_(A, e);
|
|
182
184
|
}
|
|
183
185
|
};
|
|
184
186
|
}
|
|
185
|
-
function
|
|
187
|
+
function cA(o) {
|
|
186
188
|
let A, t;
|
|
187
|
-
return A = new
|
|
188
|
-
props: { tag:
|
|
189
|
+
return A = new iA({
|
|
190
|
+
props: { tag: c(o[1]) }
|
|
189
191
|
}), {
|
|
190
192
|
c() {
|
|
191
193
|
b(A.$$.fragment);
|
|
192
194
|
},
|
|
193
195
|
m(e, i) {
|
|
194
|
-
|
|
196
|
+
D(A, e, i), t = !0;
|
|
195
197
|
},
|
|
196
198
|
p(e, i) {
|
|
197
199
|
const n = {};
|
|
198
|
-
i & 2 && (n.tag =
|
|
200
|
+
i & 2 && (n.tag = c(e[1])), A.$set(n);
|
|
199
201
|
},
|
|
200
202
|
i(e) {
|
|
201
203
|
t || (B(A.$$.fragment, e), t = !0);
|
|
@@ -204,24 +206,24 @@ function gA(o) {
|
|
|
204
206
|
d(A.$$.fragment, e), t = !1;
|
|
205
207
|
},
|
|
206
208
|
d(e) {
|
|
207
|
-
|
|
209
|
+
_(A, e);
|
|
208
210
|
}
|
|
209
211
|
};
|
|
210
212
|
}
|
|
211
|
-
function
|
|
213
|
+
function pA(o) {
|
|
212
214
|
let A, t;
|
|
213
|
-
return A = new
|
|
214
|
-
props: { tag:
|
|
215
|
+
return A = new nA({
|
|
216
|
+
props: { tag: c(o[1]) }
|
|
215
217
|
}), {
|
|
216
218
|
c() {
|
|
217
219
|
b(A.$$.fragment);
|
|
218
220
|
},
|
|
219
221
|
m(e, i) {
|
|
220
|
-
|
|
222
|
+
D(A, e, i), t = !0;
|
|
221
223
|
},
|
|
222
224
|
p(e, i) {
|
|
223
225
|
const n = {};
|
|
224
|
-
i & 2 && (n.tag =
|
|
226
|
+
i & 2 && (n.tag = c(e[1])), A.$set(n);
|
|
225
227
|
},
|
|
226
228
|
i(e) {
|
|
227
229
|
t || (B(A.$$.fragment, e), t = !0);
|
|
@@ -230,24 +232,24 @@ function uA(o) {
|
|
|
230
232
|
d(A.$$.fragment, e), t = !1;
|
|
231
233
|
},
|
|
232
234
|
d(e) {
|
|
233
|
-
|
|
235
|
+
_(A, e);
|
|
234
236
|
}
|
|
235
237
|
};
|
|
236
238
|
}
|
|
237
|
-
function
|
|
239
|
+
function dA(o) {
|
|
238
240
|
let A, t;
|
|
239
|
-
return A = new
|
|
240
|
-
props: { tag:
|
|
241
|
+
return A = new tA({
|
|
242
|
+
props: { tag: c(o[1]) }
|
|
241
243
|
}), {
|
|
242
244
|
c() {
|
|
243
245
|
b(A.$$.fragment);
|
|
244
246
|
},
|
|
245
247
|
m(e, i) {
|
|
246
|
-
|
|
248
|
+
D(A, e, i), t = !0;
|
|
247
249
|
},
|
|
248
250
|
p(e, i) {
|
|
249
251
|
const n = {};
|
|
250
|
-
i & 2 && (n.tag =
|
|
252
|
+
i & 2 && (n.tag = c(e[1])), A.$set(n);
|
|
251
253
|
},
|
|
252
254
|
i(e) {
|
|
253
255
|
t || (B(A.$$.fragment, e), t = !0);
|
|
@@ -256,24 +258,24 @@ function mA(o) {
|
|
|
256
258
|
d(A.$$.fragment, e), t = !1;
|
|
257
259
|
},
|
|
258
260
|
d(e) {
|
|
259
|
-
|
|
261
|
+
_(A, e);
|
|
260
262
|
}
|
|
261
263
|
};
|
|
262
264
|
}
|
|
263
|
-
function
|
|
265
|
+
function BA(o) {
|
|
264
266
|
let A, t;
|
|
265
|
-
return A = new
|
|
266
|
-
props: { tag:
|
|
267
|
+
return A = new eA({
|
|
268
|
+
props: { tag: c(o[1]) }
|
|
267
269
|
}), {
|
|
268
270
|
c() {
|
|
269
271
|
b(A.$$.fragment);
|
|
270
272
|
},
|
|
271
273
|
m(e, i) {
|
|
272
|
-
|
|
274
|
+
D(A, e, i), t = !0;
|
|
273
275
|
},
|
|
274
276
|
p(e, i) {
|
|
275
277
|
const n = {};
|
|
276
|
-
i & 2 && (n.tag =
|
|
278
|
+
i & 2 && (n.tag = c(e[1])), A.$set(n);
|
|
277
279
|
},
|
|
278
280
|
i(e) {
|
|
279
281
|
t || (B(A.$$.fragment, e), t = !0);
|
|
@@ -282,24 +284,24 @@ function cA(o) {
|
|
|
282
284
|
d(A.$$.fragment, e), t = !1;
|
|
283
285
|
},
|
|
284
286
|
d(e) {
|
|
285
|
-
|
|
287
|
+
_(A, e);
|
|
286
288
|
}
|
|
287
289
|
};
|
|
288
290
|
}
|
|
289
|
-
function
|
|
291
|
+
function QA(o) {
|
|
290
292
|
let A, t;
|
|
291
|
-
return A = new
|
|
292
|
-
props: { tag:
|
|
293
|
+
return A = new lA({
|
|
294
|
+
props: { tag: c(o[1]) }
|
|
293
295
|
}), {
|
|
294
296
|
c() {
|
|
295
297
|
b(A.$$.fragment);
|
|
296
298
|
},
|
|
297
299
|
m(e, i) {
|
|
298
|
-
|
|
300
|
+
D(A, e, i), t = !0;
|
|
299
301
|
},
|
|
300
302
|
p(e, i) {
|
|
301
303
|
const n = {};
|
|
302
|
-
i & 2 && (n.tag =
|
|
304
|
+
i & 2 && (n.tag = c(e[1])), A.$set(n);
|
|
303
305
|
},
|
|
304
306
|
i(e) {
|
|
305
307
|
t || (B(A.$$.fragment, e), t = !0);
|
|
@@ -308,28 +310,28 @@ function pA(o) {
|
|
|
308
310
|
d(A.$$.fragment, e), t = !1;
|
|
309
311
|
},
|
|
310
312
|
d(e) {
|
|
311
|
-
|
|
313
|
+
_(A, e);
|
|
312
314
|
}
|
|
313
315
|
};
|
|
314
316
|
}
|
|
315
|
-
function
|
|
317
|
+
function wA(o) {
|
|
316
318
|
let A, t, e, i;
|
|
317
|
-
const n = [
|
|
318
|
-
function u(f,
|
|
319
|
-
return f[
|
|
319
|
+
const n = [gA, sA], g = [];
|
|
320
|
+
function u(f, p) {
|
|
321
|
+
return f[3] ? 0 : 1;
|
|
320
322
|
}
|
|
321
323
|
return A = u(o), t = g[A] = n[A](o), {
|
|
322
324
|
c() {
|
|
323
|
-
t.c(), e =
|
|
325
|
+
t.c(), e = j();
|
|
324
326
|
},
|
|
325
|
-
m(f,
|
|
326
|
-
g[A].m(f,
|
|
327
|
+
m(f, p) {
|
|
328
|
+
g[A].m(f, p), I(f, e, p), i = !0;
|
|
327
329
|
},
|
|
328
|
-
p(f, [
|
|
329
|
-
let
|
|
330
|
-
A = u(f), A ===
|
|
331
|
-
g[
|
|
332
|
-
}), x(), t = g[A], t ? t.p(f,
|
|
330
|
+
p(f, [p]) {
|
|
331
|
+
let a = A;
|
|
332
|
+
A = u(f), A === a ? g[A].p(f, p) : (V(), d(g[a], 1, 1, () => {
|
|
333
|
+
g[a] = null;
|
|
334
|
+
}), x(), t = g[A], t ? t.p(f, p) : (t = g[A] = n[A](f), t.c()), B(t, 1), t.m(e.parentNode, e));
|
|
333
335
|
},
|
|
334
336
|
i(f) {
|
|
335
337
|
i || (B(t), i = !0);
|
|
@@ -338,59 +340,64 @@ function dA(o) {
|
|
|
338
340
|
d(t), i = !1;
|
|
339
341
|
},
|
|
340
342
|
d(f) {
|
|
341
|
-
g[A].d(f), f &&
|
|
343
|
+
g[A].d(f), f && Y(e);
|
|
342
344
|
}
|
|
343
345
|
};
|
|
344
346
|
}
|
|
345
|
-
function
|
|
346
|
-
let e, i, n, g, u, { withAnimation:
|
|
347
|
-
|
|
348
|
-
let
|
|
349
|
-
function
|
|
350
|
-
l ?
|
|
347
|
+
function CA(o, A, t) {
|
|
348
|
+
let e, i, n, g, u, f, { withAnimation: p = !1 } = A, { tag: a } = A, { hooks: m } = A, { state: C } = A, { mediaStore: r } = A, { temporaryState: s } = A;
|
|
349
|
+
F("hooks", m), F("mediaStore", r);
|
|
350
|
+
let k, E;
|
|
351
|
+
function Z(l) {
|
|
352
|
+
l ? m.emit("exposure", { id: g, type: "start" }) : m.emit("exposure", { id: g, type: "end" });
|
|
351
353
|
}
|
|
352
|
-
|
|
354
|
+
function K(l, h, y) {
|
|
355
|
+
var v, M;
|
|
356
|
+
return !(!h.visible || !h.enabled || !y.visible || !((v = l.state) != null && v.visible) || ((M = l.temporaryState) == null ? void 0 : M.visible) === !1 || oA(l) && l.mediaVisible === !1);
|
|
357
|
+
}
|
|
358
|
+
const N = (l) => m.emit("click", { event: l, target: "TagContent", tag: a });
|
|
353
359
|
return o.$$set = (l) => {
|
|
354
|
-
"withAnimation" in l && t(0,
|
|
360
|
+
"withAnimation" in l && t(0, p = l.withAnimation), "tag" in l && t(1, a = l.tag), "hooks" in l && t(2, m = l.hooks), "state" in l && t(5, C = l.state), "mediaStore" in l && t(6, r = l.mediaStore), "temporaryState" in l && t(7, s = l.temporaryState);
|
|
355
361
|
}, o.$$.update = () => {
|
|
356
|
-
var l,
|
|
357
|
-
o.$$.dirty & 2 && t(
|
|
362
|
+
var l, h, y, v, M, J, H, P, U, W, S;
|
|
363
|
+
o.$$.dirty & 2 && t(11, e = (l = a.state) == null ? void 0 : l.unfolded), o.$$.dirty & 2 && t(10, i = (h = a.state) == null ? void 0 : h.visible), o.$$.dirty & 162 && t(12, n = C.visible && s.visible && ((y = a.state) == null ? void 0 : y.visible)), o.$$.dirty & 2 && (g = a.id), o.$$.dirty & 162 && t(4, u = !K(a, C, s)), o.$$.dirty & 4096 && Z(n), o.$$.dirty & 3842 && a.hooks && (e !== void 0 && e !== E && (t(9, E = e), e ? (M = (v = a.hooks).emit) == null || M.call(v, "unfolded") : (H = a == null ? void 0 : (J = a.hooks).emit) == null || H.call(J, "folded")), i !== void 0 && i !== k && (t(8, k = i), i ? (U = (P = a.hooks).emit) == null || U.call(P, "show") : (S = (W = a.hooks).emit) == null || S.call(W, "hide"))), o.$$.dirty & 2 && t(3, f = (() => !(typeof a.mergedConfig.unfoldedConfig == "object" && a.mergedConfig.unfoldedConfig.keep === "folded"))());
|
|
358
364
|
}, [
|
|
359
|
-
f,
|
|
360
|
-
a,
|
|
361
|
-
c,
|
|
362
365
|
p,
|
|
363
|
-
|
|
366
|
+
a,
|
|
367
|
+
m,
|
|
368
|
+
f,
|
|
364
369
|
u,
|
|
365
|
-
|
|
370
|
+
C,
|
|
371
|
+
r,
|
|
366
372
|
s,
|
|
367
|
-
|
|
373
|
+
k,
|
|
374
|
+
E,
|
|
368
375
|
i,
|
|
369
376
|
e,
|
|
370
377
|
n,
|
|
371
|
-
|
|
378
|
+
N
|
|
372
379
|
];
|
|
373
380
|
}
|
|
374
|
-
class
|
|
381
|
+
class Se extends z {
|
|
375
382
|
constructor(A) {
|
|
376
|
-
super(),
|
|
383
|
+
super(), R(
|
|
377
384
|
this,
|
|
378
385
|
A,
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
386
|
+
CA,
|
|
387
|
+
wA,
|
|
388
|
+
q,
|
|
382
389
|
{
|
|
383
390
|
withAnimation: 0,
|
|
384
391
|
tag: 1,
|
|
385
392
|
hooks: 2,
|
|
386
|
-
state:
|
|
393
|
+
state: 5,
|
|
387
394
|
mediaStore: 6,
|
|
388
|
-
temporaryState:
|
|
395
|
+
temporaryState: 7
|
|
389
396
|
},
|
|
390
|
-
|
|
397
|
+
fA
|
|
391
398
|
);
|
|
392
399
|
}
|
|
393
400
|
}
|
|
394
401
|
export {
|
|
395
|
-
|
|
402
|
+
Se as default
|
|
396
403
|
};
|
|
@@ -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";
|
|
@@ -57,6 +58,7 @@ import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
|
57
58
|
import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
58
59
|
import "../../shared-utils/animationFrame/BetterTween.js";
|
|
59
60
|
import "../../shared-utils/animationFrame/index.js";
|
|
61
|
+
import "../utils/tag/tagCheck.js";
|
|
60
62
|
import "./Tag/AudioTag/index.js";
|
|
61
63
|
import "./Tag/AudioTag/AudioTag.js";
|
|
62
64
|
import "./Common/Audio.js";
|
|
@@ -186,7 +188,7 @@ function F(l, t, o) {
|
|
|
186
188
|
"withAnimation" in a && o(0, e = a.withAnimation), "tags" in a && o(1, n = a.tags), "hooks" in a && o(5, r = a.hooks), "mediaStore" in a && o(2, p = a.mediaStore), "state" in a && o(3, i = a.state), "temporaryState" in a && o(4, m = a.temporaryState);
|
|
187
189
|
}, [e, n, p, i, m, r];
|
|
188
190
|
}
|
|
189
|
-
class
|
|
191
|
+
class re extends S {
|
|
190
192
|
constructor(t) {
|
|
191
193
|
super(), v(
|
|
192
194
|
this,
|
|
@@ -207,5 +209,5 @@ class ie extends S {
|
|
|
207
209
|
}
|
|
208
210
|
}
|
|
209
211
|
export {
|
|
210
|
-
|
|
212
|
+
re as default
|
|
211
213
|
};
|