@realsee/dnalogel 2.12.0 → 2.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CSS3DRenderPlugin/utils/index.d.ts +0 -1
- package/{libs/PanoTagPlugin/controller/TagCacheController.d.ts → dist/PanoTagPlugin/controller/TagCache.d.ts} +7 -7
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +3 -36
- package/dist/PanoTagPlugin/controller/TagRender.d.ts +58 -0
- package/dist/PanoTagPlugin/controller/TagUtil.d.ts +56 -0
- package/dist/PanoTagPlugin/controller/index.d.ts +16 -72
- package/dist/PanoTagPlugin/typings/controller.d.ts +15 -16
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +2 -0
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +16 -0
- package/dist/PanoTagPlugin/utils/device.d.ts +1 -0
- package/dist/PanoTagPlugin/utils/model/imageModel.d.ts +8 -0
- package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -7
- package/dist/index.cjs.js +46 -46
- package/dist/index.js +3854 -3790
- package/dist/index.umd.js +46 -46
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +25 -25
- package/docs/classes/Magnifier.html +20 -20
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +25 -25
- 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 +112 -229
- 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 +19 -19
- 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 +9 -6
- package/docs/functions/CameraMovementPlugin.html +9 -6
- package/docs/functions/CruisePlugin.html +9 -6
- package/docs/functions/GuideLinePlugin.html +9 -6
- package/docs/functions/ItemLabelPlugin.html +9 -6
- package/docs/functions/MapviewFloorplanPlugin.html +9 -6
- package/docs/functions/ModelChassisCompassPlugin.html +9 -6
- package/docs/functions/ModelEntryDoorGuidePlugin.html +9 -6
- package/docs/functions/ModelFloorplanPlugin.html +9 -6
- package/docs/functions/ModelItemLabelPlugin.html +9 -6
- package/docs/functions/ModelRoomLabelPlugin.html +9 -6
- package/docs/functions/ModelTVVideoPlugin.html +9 -6
- package/docs/functions/ModelViewPlugin.html +9 -6
- package/docs/functions/Object3DHelperPlugin.html +9 -6
- package/docs/functions/PanoCompassPlugin.html +9 -6
- package/docs/functions/PanoCursorRaycasterPlugin.html +9 -6
- package/docs/functions/PanoDoorLabelPlugin.html +9 -6
- package/docs/functions/PanoFloorplanRadarPlugin.html +9 -6
- package/docs/functions/PanoMeasurePlugin.html +9 -6
- package/docs/functions/PanoRulerPlugin.html +9 -6
- package/docs/functions/PanoRulerProPlugin.html +9 -6
- package/docs/functions/PanoSpatialTagPlugin.html +9 -6
- package/docs/functions/PanoTagPlugin.html +12 -14
- package/docs/functions/PanoVideoPlugin.html +9 -6
- package/docs/functions/TopviewFloorplanPlugin.html +9 -6
- 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 +9 -6
- package/docs/index.html +8 -5
- 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 +15 -15
- 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 +8 -8
- package/docs/interfaces/ImagePlaneGroup.html +68 -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 +9 -9
- 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 +9 -6
- package/docs/interfaces/PanoMeasureParameterType.html +14 -14
- 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 +9 -6
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +9 -6
- 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/PanoVideoPluginType.LoadParams.html +6 -6
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -8
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +6 -6
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +9 -9
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +6 -6
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +8 -8
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.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 +9 -6
- package/docs/interfaces/Rooms.html +9 -6
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/State.html +8 -8
- package/docs/interfaces/{TagCache.html → TagCacheInterface.html} +30 -30
- package/docs/interfaces/TagConfig.html +19 -10
- package/docs/interfaces/TagGLTFObjectGroup.html +68 -0
- package/docs/interfaces/TagIconUrl.html +11 -11
- package/docs/interfaces/TagObjectGroup.html +68 -0
- package/docs/interfaces/TagStyle.html +6 -6
- package/docs/interfaces/Tags.html +9 -9
- 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/PanoVideoPluginType.html +5 -5
- package/docs/modules/Util.html +5 -5
- package/docs/modules.html +12 -6
- package/docs/types/ArrayPosition.html +9 -6
- package/docs/types/AudioAppearance.html +9 -6
- package/docs/types/AudioTagTypeConfigKey.html +9 -6
- package/docs/types/CSS3DRenderExportType.html +9 -6
- package/docs/types/CSS3DRenderPluginExportType.html +9 -6
- package/docs/types/CSS3DRenderPluginParameterType.html +9 -6
- package/docs/types/ClassFunctionParameters.html +9 -6
- package/docs/types/Color.html +9 -6
- package/docs/types/ContentTypeConfigKey.html +9 -6
- package/docs/types/ContentTypeConfigKeySplit.html +9 -6
- package/docs/types/ContentTypeMap.html +9 -6
- package/docs/types/Create3DDomContainerReturnType.html +9 -6
- package/docs/types/Create3DElementReturnType.html +9 -6
- package/docs/types/CruisePluginExportType.html +9 -6
- package/docs/types/Direction-1.html +9 -6
- package/docs/types/Direction4.html +9 -6
- package/docs/types/FloorplanRuleLabels.html +9 -6
- package/docs/types/FloorplanServerRuleLabels.html +9 -6
- package/docs/types/GuideLinePluginExportType.html +9 -6
- package/docs/types/HelperEventMap.html +9 -6
- package/docs/types/LoadTagConfig.html +9 -6
- package/docs/types/MapviewFloorplanPluginParameterType.html +9 -6
- package/docs/types/MapviewFloorplanPluginReturnType.html +9 -6
- package/docs/types/MediaData.html +9 -6
- package/docs/types/MediaStore.html +9 -6
- package/docs/types/ModelElement.html +9 -6
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +9 -6
- package/docs/types/ModelFloorplanPluginParameterType.html +9 -6
- package/docs/types/ModelFloorplanPluginReturnType.html +9 -6
- package/docs/types/ModelRoomLabelPluginParameters.html +9 -6
- package/docs/types/ModelRoomLabelPluginReturnType.html +9 -6
- package/docs/types/MoveArgs.html +9 -6
- package/docs/types/MoveOpts.html +9 -6
- package/docs/types/Object3DHelperEventMap.html +9 -6
- package/docs/types/ObjectFit.html +9 -6
- package/docs/types/PaintBrushEventMap.html +9 -6
- package/docs/types/PanoCompassPluginData.html +9 -6
- package/docs/types/PanoCompassPluginExportType.html +9 -6
- package/docs/types/PanoCompassPluginParameterType.html +9 -6
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +9 -6
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +9 -6
- package/docs/types/PanoIndex.html +9 -6
- package/docs/types/PanoMeasurePluginEvent.html +9 -6
- package/docs/types/PanoMeasureReturnType.html +9 -6
- package/docs/types/PanoSpatialTagPluginId.html +9 -6
- package/docs/types/PanoTagPluginExportInterface.html +9 -6
- package/docs/types/PanoTagPluginParamsInterface.html +9 -6
- package/docs/types/PanoVideoPluginParameterType.html +9 -6
- package/docs/types/PanoVideoPluginReturnType.html +9 -6
- package/docs/types/PlaneTag.html +9 -6
- package/docs/types/PlaneTagElement.html +9 -6
- package/docs/types/Point2DElement.html +9 -6
- package/docs/types/Point2DTag.html +9 -6
- package/docs/types/Point3DElement.html +9 -6
- package/docs/types/Point3DTag.html +9 -6
- package/docs/types/PointTag.html +9 -6
- package/docs/types/PointTagElement.html +9 -6
- package/docs/types/Position.html +9 -6
- package/docs/types/RotateArgs.html +9 -6
- package/docs/types/RotateOpts.html +9 -6
- package/docs/types/RuleLabelsKey.html +9 -6
- package/docs/types/RuleLabelsValue.html +9 -6
- package/docs/types/StickType.html +9 -6
- package/docs/types/Tag.html +9 -6
- package/docs/types/Tag2D.html +9 -6
- package/docs/types/Tag3D.html +9 -6
- package/docs/types/TagContentType.html +9 -6
- package/docs/types/TagDimensionType.html +9 -6
- package/docs/types/TagElement.html +10 -7
- package/docs/types/TagEvents.html +9 -6
- package/docs/types/TagGLTFObject.html +9 -6
- package/docs/types/TagHooks.html +9 -6
- package/docs/types/TagIconSize.html +9 -6
- package/docs/types/TagId.html +9 -6
- package/docs/types/TagPointType.html +9 -6
- package/docs/types/TopviewFloorplanPluginParameterType.html +9 -6
- package/docs/types/TopviewFloorplanPluginReturnType.html +9 -6
- package/docs/types/WorkCode.html +9 -6
- package/docs/variables/FLOOR_TYPE_MAP.html +9 -6
- package/docs/variables/PLUGIN.html +9 -6
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +9 -6
- package/docs/variables/ROOM_TYPE_MAP.html +9 -6
- package/docs/variables/VERSION.html +9 -6
- package/docs/variables/itemLabelPluginServerParams.html +9 -6
- package/docs/variables/modelItemLabelPluginServerParams.html +9 -6
- package/docs/variables/modelRoomLabelPluginServerParams.html +9 -6
- package/libs/CSS3DRenderPlugin/CSS3DRender.js +2 -2
- package/libs/CSS3DRenderPlugin/Controller.js +2 -2
- package/libs/CSS3DRenderPlugin/index.js +2 -2
- package/libs/CSS3DRenderPlugin/utils/index.d.ts +0 -1
- package/libs/CSS3DRenderPlugin/utils/index.js +8 -10
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +6 -6
- package/libs/ModelTVVideoPlugin/Plugin.js +1 -1
- package/libs/ModelTVVideoPlugin/index.js +1 -1
- package/libs/Object3DHelperPlugin/Controller.js +1 -1
- package/libs/Object3DHelperPlugin/index.js +1 -1
- package/libs/PanoCompassPlugin/Controller.js +1 -1
- package/libs/PanoCompassPlugin/index.js +1 -1
- package/libs/PanoSpatialTagPlugin/Plugin.js +1 -1
- package/libs/PanoSpatialTagPlugin/index.js +1 -1
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +1 -1
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +1 -1
- package/libs/PanoTagPlugin/Components/Tag/index.js +16 -16
- package/libs/PanoTagPlugin/Components/TagContainer.js +1 -1
- package/libs/PanoTagPlugin/Components/TagItem.js +20 -20
- package/{dist/PanoTagPlugin/controller/TagCacheController.d.ts → libs/PanoTagPlugin/controller/TagCache.d.ts} +7 -7
- package/libs/PanoTagPlugin/controller/{TagCacheController.js → TagCache.js} +11 -11
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +3 -36
- package/libs/PanoTagPlugin/controller/TagComputer.js +168 -289
- package/libs/PanoTagPlugin/controller/TagRender.d.ts +58 -0
- package/libs/PanoTagPlugin/controller/TagRender.js +314 -0
- package/libs/PanoTagPlugin/controller/TagUtil.d.ts +56 -0
- package/libs/PanoTagPlugin/controller/TagUtil.js +172 -0
- package/libs/PanoTagPlugin/controller/index.d.ts +16 -72
- package/libs/PanoTagPlugin/controller/index.js +170 -330
- package/libs/PanoTagPlugin/index.js +51 -46
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +4 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +6 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +93 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +5622 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +1325 -0
- package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +173 -0
- package/libs/PanoTagPlugin/mocks/v1/mock1.js +121 -0
- package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +233 -0
- package/libs/PanoTagPlugin/mocks/v1/mock2.js +296 -0
- package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +22 -0
- package/libs/PanoTagPlugin/mocks/v1/mock3.js +32 -0
- package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +56 -0
- package/libs/PanoTagPlugin/mocks/v1/mock4.js +60 -0
- package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +13 -0
- package/libs/PanoTagPlugin/mocks/v1/mock5.js +17 -0
- package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +16 -0
- package/libs/PanoTagPlugin/mocks/v1/mock6.js +27 -0
- package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +22 -0
- package/libs/PanoTagPlugin/mocks/v1/mock7.js +228 -0
- package/libs/PanoTagPlugin/typings/controller.d.ts +15 -16
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +2 -0
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +16 -0
- package/libs/PanoTagPlugin/utils/addDebugPoints.js +1 -1
- package/libs/PanoTagPlugin/utils/device.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/device.js +4 -0
- package/libs/PanoTagPlugin/utils/index.js +32 -33
- package/libs/PanoTagPlugin/utils/model/imageModel.d.ts +8 -0
- package/libs/PanoTagPlugin/utils/model/imageModel.js +31 -0
- package/libs/PanoTagPlugin/utils/planeNormal.js +1 -1
- package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -7
- package/libs/PanoTagPlugin/utils/tagPosition.js +1 -1
- package/libs/PanoVideoPlugin/Controller.js +1 -1
- package/libs/PanoVideoPlugin/VideoMeshController.js +1 -1
- package/libs/PanoVideoPlugin/index.js +1 -1
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +123 -119
- package/libs/shared-utils/three/loadTexture.js +19 -19
- package/package.json +1 -1
- /package/dist/{CSS3DRenderPlugin/utils → shared-utils/three}/centerPoint.d.ts +0 -0
- /package/libs/{CSS3DRenderPlugin/utils → shared-utils/three}/centerPoint.d.ts +0 -0
- /package/libs/{CSS3DRenderPlugin/utils → shared-utils/three}/centerPoint.js +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelItemLabelPluginServerParams | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelItemLabelPluginServerParams | 如视看房插件合集 - v2.13.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.13.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.13.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.13.0</a></li>
|
|
16
16
|
<li><a href="modelItemLabelPluginServerParams.html">modelItemLabelPluginServerParams</a></li></ul>
|
|
17
17
|
<h1>Variable modelItemLabelPluginServerParams<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
|
|
18
18
|
<div class="tsd-signature">model<wbr/>Item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<li class="tsd-parameter">
|
|
25
25
|
<h5>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
|
|
26
26
|
<ul>
|
|
27
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
27
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/c0bcfae/plugins/src/ModelItemLabelPlugin/index.ts#L7">plugins/src/ModelItemLabelPlugin/index.ts:7</a></li></ul></aside></div>
|
|
28
28
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
29
29
|
<div class="tsd-navigation settings">
|
|
30
30
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
42
42
|
<div class="tsd-accordion-details">
|
|
43
43
|
<ul>
|
|
44
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.
|
|
44
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.13.0</a>
|
|
45
45
|
<ul>
|
|
46
46
|
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
47
47
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
<li class="tsd-kind-interface"><a href="../interfaces/FloorplanServerRoomItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Floorplan<wbr/>Server<wbr/>Room<wbr/>Item</a></li>
|
|
100
100
|
<li class="tsd-kind-interface"><a href="../interfaces/FloorplanServerRoomLabelItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Floorplan<wbr/>Server<wbr/>Room<wbr/>Label<wbr/>Item</a></li>
|
|
101
101
|
<li class="tsd-kind-interface"><a href="../interfaces/HelperOffset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Helper<wbr/>Offset</a></li>
|
|
102
|
+
<li class="tsd-kind-interface"><a href="../interfaces/ImagePlaneGroup.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Image<wbr/>Plane<wbr/>Group</a></li>
|
|
102
103
|
<li class="tsd-kind-interface"><a href="../interfaces/ItemLabelPluginData.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Item<wbr/>Label<wbr/>Plugin<wbr/>Data</a></li>
|
|
103
104
|
<li class="tsd-kind-interface"><a href="../interfaces/ItemLabelPluginExportReturnsType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Item<wbr/>Label<wbr/>Plugin<wbr/>Export<wbr/>Returns<wbr/>Type</a></li>
|
|
104
105
|
<li class="tsd-kind-interface"><a href="../interfaces/ItemLabelPluginParametersType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Item<wbr/>Label<wbr/>Plugin<wbr/>Parameters<wbr/>Type</a></li>
|
|
@@ -152,9 +153,11 @@
|
|
|
152
153
|
<li class="tsd-kind-interface"><a href="../interfaces/Rooms.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Rooms</a></li>
|
|
153
154
|
<li class="tsd-kind-interface"><a href="../interfaces/Scissor.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Scissor</a></li>
|
|
154
155
|
<li class="tsd-kind-interface"><a href="../interfaces/State.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>State</a></li>
|
|
155
|
-
<li class="tsd-kind-interface"><a href="../interfaces/
|
|
156
|
+
<li class="tsd-kind-interface"><a href="../interfaces/TagCacheInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Tag<wbr/>Cache<wbr/>Interface</a></li>
|
|
156
157
|
<li class="tsd-kind-interface"><a href="../interfaces/TagConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Tag<wbr/>Config</a></li>
|
|
158
|
+
<li class="tsd-kind-interface"><a href="../interfaces/TagGLTFObjectGroup.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>TagGLTFObject<wbr/>Group</a></li>
|
|
157
159
|
<li class="tsd-kind-interface"><a href="../interfaces/TagIconUrl.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Tag<wbr/>Icon<wbr/>Url</a></li>
|
|
160
|
+
<li class="tsd-kind-interface"><a href="../interfaces/TagObjectGroup.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Tag<wbr/>Object<wbr/>Group</a></li>
|
|
158
161
|
<li class="tsd-kind-interface"><a href="../interfaces/TagStyle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Tag<wbr/>Style</a></li>
|
|
159
162
|
<li class="tsd-kind-interface"><a href="../interfaces/Tags.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Tags</a></li>
|
|
160
163
|
<li class="tsd-kind-interface"><a href="../interfaces/TemporaryState.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Temporary<wbr/>State</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视看房插件合集 - v2.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视看房插件合集 - v2.13.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.13.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.13.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">如视看房插件合集 - v2.
|
|
15
|
+
<li><a href="../modules.html">如视看房插件合集 - v2.13.0</a></li>
|
|
16
16
|
<li><a href="modelRoomLabelPluginServerParams.html">modelRoomLabelPluginServerParams</a></li></ul>
|
|
17
17
|
<h1>Variable modelRoomLabelPluginServerParams<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
|
|
18
18
|
<div class="tsd-signature">model<wbr/>Room<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<li class="tsd-parameter">
|
|
25
25
|
<h5>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
|
|
26
26
|
<ul>
|
|
27
|
-
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/
|
|
27
|
+
<li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/c0bcfae/plugins/src/ModelRoomLabelPlugin/index.ts#L9">plugins/src/ModelRoomLabelPlugin/index.ts:9</a></li></ul></aside></div>
|
|
28
28
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
29
29
|
<div class="tsd-navigation settings">
|
|
30
30
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
42
42
|
<div class="tsd-accordion-details">
|
|
43
43
|
<ul>
|
|
44
|
-
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.
|
|
44
|
+
<li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.13.0</a>
|
|
45
45
|
<ul>
|
|
46
46
|
<li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
|
|
47
47
|
<li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
<li class="tsd-kind-interface"><a href="../interfaces/FloorplanServerRoomItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Floorplan<wbr/>Server<wbr/>Room<wbr/>Item</a></li>
|
|
100
100
|
<li class="tsd-kind-interface"><a href="../interfaces/FloorplanServerRoomLabelItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Floorplan<wbr/>Server<wbr/>Room<wbr/>Label<wbr/>Item</a></li>
|
|
101
101
|
<li class="tsd-kind-interface"><a href="../interfaces/HelperOffset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Helper<wbr/>Offset</a></li>
|
|
102
|
+
<li class="tsd-kind-interface"><a href="../interfaces/ImagePlaneGroup.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Image<wbr/>Plane<wbr/>Group</a></li>
|
|
102
103
|
<li class="tsd-kind-interface"><a href="../interfaces/ItemLabelPluginData.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Item<wbr/>Label<wbr/>Plugin<wbr/>Data</a></li>
|
|
103
104
|
<li class="tsd-kind-interface"><a href="../interfaces/ItemLabelPluginExportReturnsType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Item<wbr/>Label<wbr/>Plugin<wbr/>Export<wbr/>Returns<wbr/>Type</a></li>
|
|
104
105
|
<li class="tsd-kind-interface"><a href="../interfaces/ItemLabelPluginParametersType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Item<wbr/>Label<wbr/>Plugin<wbr/>Parameters<wbr/>Type</a></li>
|
|
@@ -152,9 +153,11 @@
|
|
|
152
153
|
<li class="tsd-kind-interface"><a href="../interfaces/Rooms.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Rooms</a></li>
|
|
153
154
|
<li class="tsd-kind-interface"><a href="../interfaces/Scissor.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Scissor</a></li>
|
|
154
155
|
<li class="tsd-kind-interface"><a href="../interfaces/State.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>State</a></li>
|
|
155
|
-
<li class="tsd-kind-interface"><a href="../interfaces/
|
|
156
|
+
<li class="tsd-kind-interface"><a href="../interfaces/TagCacheInterface.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Tag<wbr/>Cache<wbr/>Interface</a></li>
|
|
156
157
|
<li class="tsd-kind-interface"><a href="../interfaces/TagConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Tag<wbr/>Config</a></li>
|
|
158
|
+
<li class="tsd-kind-interface"><a href="../interfaces/TagGLTFObjectGroup.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>TagGLTFObject<wbr/>Group</a></li>
|
|
157
159
|
<li class="tsd-kind-interface"><a href="../interfaces/TagIconUrl.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Tag<wbr/>Icon<wbr/>Url</a></li>
|
|
160
|
+
<li class="tsd-kind-interface"><a href="../interfaces/TagObjectGroup.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Tag<wbr/>Object<wbr/>Group</a></li>
|
|
158
161
|
<li class="tsd-kind-interface"><a href="../interfaces/TagStyle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Tag<wbr/>Style</a></li>
|
|
159
162
|
<li class="tsd-kind-interface"><a href="../interfaces/Tags.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Tags</a></li>
|
|
160
163
|
<li class="tsd-kind-interface"><a href="../interfaces/TemporaryState.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Temporary<wbr/>State</a></li>
|
|
@@ -28,7 +28,6 @@ var p = (o, e, t) => new Promise((s, r) => {
|
|
|
28
28
|
});
|
|
29
29
|
import v from "./utils/three/CSS3DRenderer.js";
|
|
30
30
|
import { Subscribe as _ } from "../shared-utils/Subscribe.js";
|
|
31
|
-
import "three";
|
|
32
31
|
import { anyPositionToVector3 as k } from "./utils/positionToVector3.js";
|
|
33
32
|
import { CSS3DObjectPlus as P } from "./utils/three/CSS3DObject.js";
|
|
34
33
|
import { MinRatio as he } from "./utils/three/CSS3DObject.js";
|
|
@@ -38,8 +37,9 @@ import { CSS3DObject as B } from "three/examples/jsm/renderers/CSS3DRenderer";
|
|
|
38
37
|
import "./utils/getAllCSS3DObject.js";
|
|
39
38
|
import "./utils/createResizeObserver.js";
|
|
40
39
|
import "./utils/even.js";
|
|
41
|
-
import "
|
|
40
|
+
import "three";
|
|
42
41
|
import "./utils/three/OpacityMesh.js";
|
|
42
|
+
import "../shared-utils/three/centerPoint.js";
|
|
43
43
|
const H = 3, G = "CSS3DRenderer", b = `${G}@${H}`, u = () => {
|
|
44
44
|
console.error(`${b} is disposed`);
|
|
45
45
|
}, n = {
|
|
@@ -20,11 +20,11 @@ import "./utils/getAllCSS3DObject.js";
|
|
|
20
20
|
import "./utils/createResizeObserver.js";
|
|
21
21
|
import "./utils/even.js";
|
|
22
22
|
import "../shared-utils/Subscribe.js";
|
|
23
|
-
import "three";
|
|
24
23
|
import "./utils/positionToVector3.js";
|
|
24
|
+
import "three";
|
|
25
25
|
import "./utils/three/CSS3DObject.js";
|
|
26
|
-
import "./utils/centerPoint.js";
|
|
27
26
|
import "./utils/three/OpacityMesh.js";
|
|
27
|
+
import "../shared-utils/three/centerPoint.js";
|
|
28
28
|
import "./utils/three/CSS3DScene.js";
|
|
29
29
|
import "./utils/three/CSS3DGroup.js";
|
|
30
30
|
const E = "v2.0.1", v = `CSS3DRenderPlugin@${E}`;
|
|
@@ -8,11 +8,11 @@ import "./utils/getAllCSS3DObject.js";
|
|
|
8
8
|
import "./utils/createResizeObserver.js";
|
|
9
9
|
import "./utils/even.js";
|
|
10
10
|
import "../shared-utils/Subscribe.js";
|
|
11
|
-
import "three";
|
|
12
11
|
import "./utils/positionToVector3.js";
|
|
12
|
+
import "three";
|
|
13
13
|
import "./utils/three/CSS3DObject.js";
|
|
14
|
-
import "./utils/centerPoint.js";
|
|
15
14
|
import "./utils/three/OpacityMesh.js";
|
|
15
|
+
import "../shared-utils/three/centerPoint.js";
|
|
16
16
|
import "./utils/three/CSS3DScene.js";
|
|
17
17
|
import "./utils/three/CSS3DGroup.js";
|
|
18
18
|
const R = (r) => new o(r);
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { anyPositionToVector3 as c, arrayPositionToVector3 as f, positionToVector3 as x } from "./positionToVector3.js";
|
|
1
|
+
import { even as e } from "./even.js";
|
|
2
|
+
import { random as n } from "./random.js";
|
|
3
|
+
import { anyPositionToVector3 as p, arrayPositionToVector3 as a, positionToVector3 as c } from "./positionToVector3.js";
|
|
5
4
|
import "three";
|
|
6
5
|
export {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
e as
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
p as random
|
|
6
|
+
p as anyPositionToVector3,
|
|
7
|
+
a as arrayPositionToVector3,
|
|
8
|
+
e as even,
|
|
9
|
+
c as positionToVector3,
|
|
10
|
+
n as random
|
|
13
11
|
};
|
|
@@ -4,14 +4,14 @@ var i = (a, r, t) => (D(a, typeof r != "symbol" ? r + "" : r, t), t);
|
|
|
4
4
|
import { CSS3DObject as F } from "three/examples/jsm/renderers/CSS3DRenderer";
|
|
5
5
|
import { Vector3 as l } from "three";
|
|
6
6
|
import { even as S } from "../even.js";
|
|
7
|
-
import {
|
|
8
|
-
import
|
|
9
|
-
import k from "
|
|
7
|
+
import { Subscribe as W } from "../../../shared-utils/Subscribe.js";
|
|
8
|
+
import H from "./OpacityMesh.js";
|
|
9
|
+
import { centerPoint as k } from "../../../shared-utils/three/centerPoint.js";
|
|
10
10
|
const w = 1, A = `CSS3DObjectPlus@${w}`, Q = 216e-5, R = 3e-3;
|
|
11
11
|
class U extends F {
|
|
12
12
|
constructor(t) {
|
|
13
13
|
var v, x, V;
|
|
14
|
-
const e = t.container, s = t.cornerPoints, n = (v = t.ratio) != null ? v : R, P = (x = t.dpr) != null ? x : 1, E = (V = t.pointerEvents) != null ? V : "auto", h = Math.max(Q, n), d = s[0].distanceTo(s[1]), m = s[1].distanceTo(s[2]), c = S(d / n * P), p = S(m / n * P), y =
|
|
14
|
+
const e = t.container, s = t.cornerPoints, n = (v = t.ratio) != null ? v : R, P = (x = t.dpr) != null ? x : 1, E = (V = t.pointerEvents) != null ? V : "auto", h = Math.max(Q, n), d = s[0].distanceTo(s[1]), m = s[1].distanceTo(s[2]), c = S(d / n * P), p = S(m / n * P), y = k(...s);
|
|
15
15
|
let u;
|
|
16
16
|
if (h === n)
|
|
17
17
|
e.style.width = `${c}px`, e.style.height = `${p}px`, u = e;
|
|
@@ -33,12 +33,12 @@ class U extends F {
|
|
|
33
33
|
i(this, "centerPosition");
|
|
34
34
|
i(this, "ratio");
|
|
35
35
|
i(this, "mode", "front");
|
|
36
|
-
i(this, "hooks", new
|
|
36
|
+
i(this, "hooks", new W());
|
|
37
37
|
i(this, "opacityMesh");
|
|
38
38
|
i(this, "selfVisible", !0);
|
|
39
39
|
i(this, "parentVisibleListenerDisposer");
|
|
40
40
|
i(this, "createOpacityMesh", (t) => {
|
|
41
|
-
const { domWidthPx: e, domHeightPx: s } = t, n = new
|
|
41
|
+
const { domWidthPx: e, domHeightPx: s } = t, n = new H(e, s);
|
|
42
42
|
return n.position.copy(t.position), n.rotation.copy(t.rotation), n.scale.copy(t.scale), n;
|
|
43
43
|
});
|
|
44
44
|
i(this, "addParentVisibleListener", () => {
|
|
@@ -28,8 +28,8 @@ import "../CSS3DRenderPlugin/utils/even.js";
|
|
|
28
28
|
import "../shared-utils/Subscribe.js";
|
|
29
29
|
import "../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
30
30
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
31
|
-
import "../CSS3DRenderPlugin/utils/centerPoint.js";
|
|
32
31
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
32
|
+
import "../shared-utils/three/centerPoint.js";
|
|
33
33
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
34
34
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
35
35
|
import "../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
|
|
@@ -14,8 +14,8 @@ import "../CSS3DRenderPlugin/utils/even.js";
|
|
|
14
14
|
import "../shared-utils/Subscribe.js";
|
|
15
15
|
import "../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
16
16
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
17
|
-
import "../CSS3DRenderPlugin/utils/centerPoint.js";
|
|
18
17
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
18
|
+
import "../shared-utils/three/centerPoint.js";
|
|
19
19
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
20
20
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
21
21
|
import "../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
|
|
@@ -70,8 +70,8 @@ import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
70
70
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
71
71
|
import "../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
72
72
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
73
|
-
import "../CSS3DRenderPlugin/utils/centerPoint.js";
|
|
74
73
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
74
|
+
import "../shared-utils/three/centerPoint.js";
|
|
75
75
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
76
76
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
77
77
|
const O = "v1.0.0", S = "Object3DHelperPlugin", w = `${S}@${O}`, K = () => {
|
|
@@ -19,8 +19,8 @@ import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
19
19
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
20
20
|
import "../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
21
21
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
22
|
-
import "../CSS3DRenderPlugin/utils/centerPoint.js";
|
|
23
22
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
23
|
+
import "../shared-utils/three/centerPoint.js";
|
|
24
24
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
25
25
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
26
26
|
import "../shared-utils/Object3DHelper/Helper/RotateHelper.js";
|
|
@@ -45,8 +45,8 @@ import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
45
45
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
46
46
|
import "../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
47
47
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
48
|
-
import "../CSS3DRenderPlugin/utils/centerPoint.js";
|
|
49
48
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
49
|
+
import "../shared-utils/three/centerPoint.js";
|
|
50
50
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
51
51
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
52
52
|
import "../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
|
|
@@ -17,8 +17,8 @@ import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
17
17
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
18
18
|
import "../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
19
19
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
20
|
-
import "../CSS3DRenderPlugin/utils/centerPoint.js";
|
|
21
20
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
21
|
+
import "../shared-utils/three/centerPoint.js";
|
|
22
22
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
23
23
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
24
24
|
import "../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
|
|
@@ -15,8 +15,8 @@ import "../CSS3DRenderPlugin/utils/even.js";
|
|
|
15
15
|
import "../shared-utils/Subscribe.js";
|
|
16
16
|
import "../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
17
17
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
18
|
-
import "../CSS3DRenderPlugin/utils/centerPoint.js";
|
|
19
18
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
19
|
+
import "../shared-utils/three/centerPoint.js";
|
|
20
20
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
21
21
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
22
22
|
import "../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
|
|
@@ -13,8 +13,8 @@ import "../CSS3DRenderPlugin/utils/even.js";
|
|
|
13
13
|
import "../shared-utils/Subscribe.js";
|
|
14
14
|
import "../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
15
15
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
16
|
-
import "../CSS3DRenderPlugin/utils/centerPoint.js";
|
|
17
16
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
17
|
+
import "../shared-utils/three/centerPoint.js";
|
|
18
18
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
19
19
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
20
20
|
import "../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
|
|
@@ -136,7 +136,7 @@ function ie(l, e, t) {
|
|
|
136
136
|
});
|
|
137
137
|
});
|
|
138
138
|
const V = (r) => {
|
|
139
|
-
t(9, I = !1), t(0, i.paused = !1, i), B.set({ currentMediaElement: d }), P.emit("playStateChange", {
|
|
139
|
+
t(9, I = !1), t(0, i.paused = !1, i), d && B.set({ currentMediaElement: d }), P.emit("playStateChange", {
|
|
140
140
|
event: r,
|
|
141
141
|
state: "playing",
|
|
142
142
|
tag: n,
|
|
@@ -17,8 +17,8 @@ import "../../../CSS3DRenderPlugin/utils/even.js";
|
|
|
17
17
|
import "../../../shared-utils/Subscribe.js";
|
|
18
18
|
import "../../../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
19
19
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
20
|
-
import "../../../CSS3DRenderPlugin/utils/centerPoint.js";
|
|
21
20
|
import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
21
|
+
import "../../../shared-utils/three/centerPoint.js";
|
|
22
22
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
23
23
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
24
24
|
import "../../../shared-utils/animationFrame/index.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SvelteComponent as $, init as AA, safe_not_equal as eA, append_styles as tA, empty as iA, insert as F, transition_out as B, check_outros as N, transition_in as Q, detach as O, setContext as V, group_outros as z, element as Y, attr as
|
|
1
|
+
import { SvelteComponent as $, init as AA, safe_not_equal as eA, append_styles as tA, empty as iA, insert as F, transition_out as B, check_outros as N, transition_in as Q, detach as O, setContext as V, group_outros as z, element as Y, attr as w, noop as Z, toggle_class as C, set_style as I, append as K, listen as oA, stop_propagation as rA, create_component as _, mount_component as k, destroy_component as b } from "../../../vendor/svelte/internal/index.js";
|
|
2
2
|
import nA from "./TextTag/index.js";
|
|
3
3
|
import lA from "./ImageTextTag.js";
|
|
4
4
|
import aA from "./MarketingTag.js";
|
|
@@ -71,8 +71,8 @@ import "../../../CSS3DRenderPlugin/utils/even.js";
|
|
|
71
71
|
import "../../../shared-utils/Subscribe.js";
|
|
72
72
|
import "../../../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
73
73
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
74
|
-
import "../../../CSS3DRenderPlugin/utils/centerPoint.js";
|
|
75
74
|
import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
75
|
+
import "../../../shared-utils/three/centerPoint.js";
|
|
76
76
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
77
77
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
78
78
|
import "../../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
@@ -93,13 +93,13 @@ function cA(o) {
|
|
|
93
93
|
let A, t;
|
|
94
94
|
return {
|
|
95
95
|
c() {
|
|
96
|
-
A = Y("div"),
|
|
96
|
+
A = Y("div"), w(A, "data-info", "tag content is keep folded"), w(A, "data-id", t = o[1].id);
|
|
97
97
|
},
|
|
98
98
|
m(e, i) {
|
|
99
99
|
F(e, A, i);
|
|
100
100
|
},
|
|
101
101
|
p(e, i) {
|
|
102
|
-
i & 2 && t !== (t = e[1].id) &&
|
|
102
|
+
i & 2 && t !== (t = e[1].id) && w(A, "data-id", t);
|
|
103
103
|
},
|
|
104
104
|
i: Z,
|
|
105
105
|
o: Z,
|
|
@@ -113,9 +113,9 @@ function dA(o) {
|
|
|
113
113
|
const d = [
|
|
114
114
|
kA,
|
|
115
115
|
_A,
|
|
116
|
-
CA,
|
|
117
116
|
wA,
|
|
118
117
|
vA,
|
|
118
|
+
CA,
|
|
119
119
|
QA,
|
|
120
120
|
BA
|
|
121
121
|
], c = [];
|
|
@@ -125,17 +125,17 @@ function dA(o) {
|
|
|
125
125
|
return ~(i = D(o)) && (r = c[i] = d[i](o)), {
|
|
126
126
|
c() {
|
|
127
127
|
var n;
|
|
128
|
-
A = Y("div"), t = Y("div"), e = Y("div"), r && r.c(),
|
|
128
|
+
A = Y("div"), t = Y("div"), e = Y("div"), r && r.c(), w(e, "class", "content svelte-1r4fqvg"), C(e, "unfolded", (n = o[1].state) == null ? void 0 : n.unfolded), w(t, "class", "content__wrapper svelte-1r4fqvg"), w(A, "class", "content__container svelte-1r4fqvg"), w(A, "data-id", f = o[1].id), C(A, "disable", o[1].enabled === !1), C(A, "hide", o[4]), C(A, "withAnimation", o[0]), C(A, "unClickable", o[1].mergedConfig.clickable === !1), I(A, "width", o[1].stickType === "Plane" || o[1].contentType === "MediaModel" ? "100%" : 0), I(A, "height", o[1].stickType === "Plane" || o[1].contentType === "MediaModel" ? "100%" : 0);
|
|
129
129
|
},
|
|
130
130
|
m(n, g) {
|
|
131
131
|
F(n, A, g), K(A, t), K(t, e), ~i && c[i].m(e, null), m = !0, l || (p = oA(A, "click", rA(o[24])), l = !0);
|
|
132
132
|
},
|
|
133
133
|
p(n, g) {
|
|
134
134
|
var E;
|
|
135
|
-
let
|
|
136
|
-
i = D(n), i ===
|
|
137
|
-
c[
|
|
138
|
-
}), N()), ~i ? (r = c[i], r ? r.p(n, g) : (r = c[i] = d[i](n), r.c()), Q(r, 1), r.m(e, null)) : r = null), (!m || g & 2) &&
|
|
135
|
+
let v = i;
|
|
136
|
+
i = D(n), i === v ? ~i && c[i].p(n, g) : (r && (z(), B(c[v], 1, 1, () => {
|
|
137
|
+
c[v] = null;
|
|
138
|
+
}), N()), ~i ? (r = c[i], r ? r.p(n, g) : (r = c[i] = d[i](n), r.c()), Q(r, 1), r.m(e, null)) : r = null), (!m || g & 2) && C(e, "unfolded", (E = n[1].state) == null ? void 0 : E.unfolded), (!m || g & 2 && f !== (f = n[1].id)) && w(A, "data-id", f), (!m || g & 2) && C(A, "disable", n[1].enabled === !1), (!m || g & 16) && C(A, "hide", n[4]), (!m || g & 1) && C(A, "withAnimation", n[0]), (!m || g & 2) && C(A, "unClickable", n[1].mergedConfig.clickable === !1), g & 2 && I(A, "width", n[1].stickType === "Plane" || n[1].contentType === "MediaModel" ? "100%" : 0), g & 2 && I(A, "height", n[1].stickType === "Plane" || n[1].contentType === "MediaModel" ? "100%" : 0);
|
|
139
139
|
},
|
|
140
140
|
i(n) {
|
|
141
141
|
m || (Q(r), m = !0);
|
|
@@ -200,7 +200,7 @@ function QA(o) {
|
|
|
200
200
|
}
|
|
201
201
|
};
|
|
202
202
|
}
|
|
203
|
-
function
|
|
203
|
+
function CA(o) {
|
|
204
204
|
let A, t;
|
|
205
205
|
return A = new aA({
|
|
206
206
|
props: { tag: u(o[1]) }
|
|
@@ -226,7 +226,7 @@ function vA(o) {
|
|
|
226
226
|
}
|
|
227
227
|
};
|
|
228
228
|
}
|
|
229
|
-
function
|
|
229
|
+
function vA(o) {
|
|
230
230
|
let A, t;
|
|
231
231
|
return A = new gA({
|
|
232
232
|
props: { tag: u(o[1]) }
|
|
@@ -252,7 +252,7 @@ function wA(o) {
|
|
|
252
252
|
}
|
|
253
253
|
};
|
|
254
254
|
}
|
|
255
|
-
function
|
|
255
|
+
function wA(o) {
|
|
256
256
|
let A, t;
|
|
257
257
|
return A = new lA({
|
|
258
258
|
props: { tag: u(o[1]) }
|
|
@@ -362,7 +362,7 @@ function bA(o) {
|
|
|
362
362
|
}
|
|
363
363
|
function DA(o, A, t) {
|
|
364
364
|
let e, i, r, f, m, l;
|
|
365
|
-
var p, d, c, D, n, g,
|
|
365
|
+
var p, d, c, D, n, g, v, E, M, J, y;
|
|
366
366
|
let { withAnimation: L = !1 } = A, { tag: s } = A, { hooks: h } = A, { state: G } = A, { mediaStore: H } = A, { temporaryState: T } = A;
|
|
367
367
|
V("hooks", h), V("mediaStore", H);
|
|
368
368
|
let P, U;
|
|
@@ -377,7 +377,7 @@ function DA(o, A, t) {
|
|
|
377
377
|
return o.$$set = (a) => {
|
|
378
378
|
"withAnimation" in a && t(0, L = a.withAnimation), "tag" in a && t(1, s = a.tag), "hooks" in a && t(2, h = a.hooks), "state" in a && t(5, G = a.state), "mediaStore" in a && t(6, H = a.mediaStore), "temporaryState" in a && t(7, T = a.temporaryState);
|
|
379
379
|
}, o.$$.update = () => {
|
|
380
|
-
o.$$.dirty & 258 && t(22, e = t(8, p = s.state) === null || p === void 0 ? void 0 : p.unfolded), o.$$.dirty & 514 && t(21, i = t(9, d = s.state) === null || d === void 0 ? void 0 : d.visible), o.$$.dirty & 1186 && t(23, r = G.visible && T.visible && (t(10, c = s.state) === null || c === void 0 ? void 0 : c.visible)), o.$$.dirty & 2 && (f = s.id), o.$$.dirty & 162 && t(4, m = !X(s, G, T)), o.$$.dirty & 8388608 && R(r), o.$$.dirty & 8386562 && s.hooks && (e !== void 0 && e !== U && (t(20, U = e), e ? t(12, n = t(11, D = s.hooks).emit) === null || n === void 0 || n.call(D, "unfolded") : t(14,
|
|
380
|
+
o.$$.dirty & 258 && t(22, e = t(8, p = s.state) === null || p === void 0 ? void 0 : p.unfolded), o.$$.dirty & 514 && t(21, i = t(9, d = s.state) === null || d === void 0 ? void 0 : d.visible), o.$$.dirty & 1186 && t(23, r = G.visible && T.visible && (t(10, c = s.state) === null || c === void 0 ? void 0 : c.visible)), o.$$.dirty & 2 && (f = s.id), o.$$.dirty & 162 && t(4, m = !X(s, G, T)), o.$$.dirty & 8388608 && R(r), o.$$.dirty & 8386562 && s.hooks && (e !== void 0 && e !== U && (t(20, U = e), e ? t(12, n = t(11, D = s.hooks).emit) === null || n === void 0 || n.call(D, "unfolded") : t(14, v = s == null ? void 0 : t(13, g = s.hooks).emit) === null || v === void 0 || v.call(g, "folded")), i !== void 0 && i !== P && (t(19, P = i), i ? t(16, M = t(15, E = s.hooks).emit) === null || M === void 0 || M.call(E, "show") : t(18, y = t(17, J = s.hooks).emit) === null || y === void 0 || y.call(J, "hide"))), o.$$.dirty & 2 && t(3, l = (() => !(typeof s.mergedConfig.unfoldedConfig == "object" && s.mergedConfig.unfoldedConfig.keep === "folded"))());
|
|
381
381
|
}, [
|
|
382
382
|
L,
|
|
383
383
|
s,
|
|
@@ -393,7 +393,7 @@ function DA(o, A, t) {
|
|
|
393
393
|
D,
|
|
394
394
|
n,
|
|
395
395
|
g,
|
|
396
|
-
|
|
396
|
+
v,
|
|
397
397
|
E,
|
|
398
398
|
M,
|
|
399
399
|
J,
|
|
@@ -67,8 +67,8 @@ import "../../CSS3DRenderPlugin/utils/even.js";
|
|
|
67
67
|
import "../../shared-utils/Subscribe.js";
|
|
68
68
|
import "../../CSS3DRenderPlugin/utils/positionToVector3.js";
|
|
69
69
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
70
|
-
import "../../CSS3DRenderPlugin/utils/centerPoint.js";
|
|
71
70
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
71
|
+
import "../../shared-utils/three/centerPoint.js";
|
|
72
72
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
73
73
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
74
74
|
import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|