@realsee/dnalogel 2.30.2 → 2.30.4-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/index.cjs.js +37 -37
- package/dist/index.js +928 -928
- package/dist/index.umd.js +29 -29
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +120 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/classes/AreaMakerPluginType.AreaMakerController.html +724 -0
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +677 -0
- package/docs/classes/CSS3DRender.html +772 -0
- package/docs/classes/CruisePluginController.html +671 -0
- package/docs/classes/GuideLineItem.GuideLineItem.html +490 -0
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +791 -0
- package/docs/classes/Magnifier.html +479 -0
- package/docs/classes/ModelRoomLabelController.html +397 -0
- package/docs/classes/Object3DHelperController.html +639 -0
- package/docs/classes/PaintBrush.html +501 -0
- package/docs/classes/PanoMeasurePluginLine.html +521 -0
- package/docs/classes/PanoMeasurePluginModel.html +570 -0
- package/docs/classes/PanoMeasurePluginPoint.html +361 -0
- package/docs/classes/PanoMeasurePluginPolyline.html +566 -0
- package/docs/classes/PanoTagPluginController.html +1104 -0
- package/docs/classes/Util.BetterTween.html +415 -0
- package/docs/classes/Util.Interval.html +431 -0
- package/docs/classes/Util.LineSegments.html +383 -0
- package/docs/classes/Util.Magnifier.html +502 -0
- package/docs/classes/Util.Object3D.html +405 -0
- package/docs/classes/Util.PointDomHelper.html +406 -0
- package/docs/classes/Util.PointHelper.html +397 -0
- package/docs/classes/Util.PointSelectorHelper.html +453 -0
- package/docs/classes/Util.Rectangle.html +454 -0
- package/docs/enums/CameraMovementEffect.html +309 -0
- package/docs/enums/ContentType.html +445 -0
- package/docs/enums/DIRECTION.html +319 -0
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +319 -0
- package/docs/enums/DimensionType.html +309 -0
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +312 -0
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +319 -0
- package/docs/enums/PaintBrushTypeEnum.html +312 -0
- package/docs/enums/PointType.html +309 -0
- package/docs/enums/Rotation.html +316 -0
- package/docs/functions/AreaMakerPlugin.html +289 -0
- package/docs/functions/CSS3DRenderPlugin.html +287 -0
- package/docs/functions/CameraMovementPlugin.html +292 -0
- package/docs/functions/CruisePlugin.html +289 -0
- package/docs/functions/CurrentPanoImagePlugin.html +289 -0
- package/docs/functions/GuideLinePlugin.html +289 -0
- package/docs/functions/ItemLabelPlugin.html +289 -0
- package/docs/functions/MapviewFloorplanPlugin.html +289 -0
- package/docs/functions/ModelChassisCompassPlugin.html +292 -0
- package/docs/functions/ModelEntryDoorGuidePlugin.html +292 -0
- package/docs/functions/ModelFloorplanPlugin.html +289 -0
- package/docs/functions/ModelItemLabelPlugin.html +289 -0
- package/docs/functions/ModelRoomLabelPlugin.html +287 -0
- package/docs/functions/ModelTVVideoPlugin.html +289 -0
- package/docs/functions/ModelViewPlugin.html +292 -0
- package/docs/functions/Object3DHelperPlugin.html +287 -0
- package/docs/functions/PanoCompassPlugin.html +289 -0
- package/docs/functions/PanoCursorRaycasterPlugin.html +293 -0
- package/docs/functions/PanoDoorLabelPlugin.html +289 -0
- package/docs/functions/PanoFloorplanRadarPlugin.html +289 -0
- package/docs/functions/PanoMeasurePlugin.html +289 -0
- package/docs/functions/PanoRulerPlugin.html +292 -0
- package/docs/functions/PanoRulerProPlugin.html +292 -0
- package/docs/functions/PanoSpatialTagPlugin.html +292 -0
- package/docs/functions/PanoTagPlugin.html +294 -0
- package/docs/functions/PanoVideoPlugin.html +298 -0
- package/docs/functions/PipelinePlugin.html +287 -0
- package/docs/functions/TopviewFloorplanPlugin.html +289 -0
- package/docs/functions/Util.absoluteUrl.html +325 -0
- package/docs/functions/Util.checkFiveModelLoaded.html +328 -0
- package/docs/functions/Util.equal.html +337 -0
- package/docs/functions/Util.getCoordsFromClient.html +327 -0
- package/docs/functions/Util.getCoordsFromElement.html +327 -0
- package/docs/functions/Util.getFrameTime.html +319 -0
- package/docs/functions/Util.getIntersectFromRelativePosition.html +327 -0
- package/docs/functions/Util.getRaycasterFromFivePointer.html +327 -0
- package/docs/functions/Util.isAbsoluteURL.html +320 -0
- package/docs/functions/Util.isModelLike.html +320 -0
- package/docs/functions/Util.isNil.html +328 -0
- package/docs/functions/Util.isPanoramaLike.html +320 -0
- package/docs/functions/Util.nextFrame.html +333 -0
- package/docs/functions/Util.notNil.html +328 -0
- package/docs/functions/Util.requestAnimationFrameInterval.html +349 -0
- package/docs/functions/Util.tweenProgress.html +322 -0
- package/docs/functions/Util.uuid.html +318 -0
- package/docs/functions/pluginFlag.html +287 -0
- package/docs/index.html +353 -0
- package/docs/interfaces/AddTagConfig.html +302 -0
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +328 -0
- package/docs/interfaces/AreaMakerPluginType.Config.html +333 -0
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +619 -0
- package/docs/interfaces/AreaMakerPluginType.Params.html +332 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +382 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +367 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +332 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +325 -0
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +324 -0
- package/docs/interfaces/AreaMakerPluginType.State.html +353 -0
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +448 -0
- package/docs/interfaces/CSS3DRenderPluginState.html +324 -0
- package/docs/interfaces/CameraMovementPluginExportType.html +357 -0
- package/docs/interfaces/CruisePluginTypes.Config.html +358 -0
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +360 -0
- package/docs/interfaces/CruisePluginTypes.EventMap.html +695 -0
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +384 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +420 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +410 -0
- package/docs/interfaces/CruisePluginTypes.PluginData.html +350 -0
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +318 -0
- package/docs/interfaces/CruisePluginTypes.PluginState.html +407 -0
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +381 -0
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +520 -0
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +322 -0
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +314 -0
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +336 -0
- package/docs/interfaces/EventMap.html +541 -0
- package/docs/interfaces/FloorplanBounding.html +331 -0
- package/docs/interfaces/FloorplanData.html +334 -0
- package/docs/interfaces/FloorplanEntrance.html +359 -0
- package/docs/interfaces/FloorplanExtraObject.html +349 -0
- package/docs/interfaces/FloorplanExtraObject3D.html +338 -0
- package/docs/interfaces/FloorplanFloorData.html +327 -0
- package/docs/interfaces/FloorplanImagePosition.html +313 -0
- package/docs/interfaces/FloorplanObserver.html +331 -0
- package/docs/interfaces/FloorplanOutlineItem.html +327 -0
- package/docs/interfaces/FloorplanPosition.html +313 -0
- package/docs/interfaces/FloorplanRoomItem.html +378 -0
- package/docs/interfaces/FloorplanRoomLabelItem.html +319 -0
- package/docs/interfaces/FloorplanServerBounding.html +331 -0
- package/docs/interfaces/FloorplanServerComputedData.html +330 -0
- package/docs/interfaces/FloorplanServerData.html +313 -0
- package/docs/interfaces/FloorplanServerDoorItem.html +330 -0
- package/docs/interfaces/FloorplanServerDoorPosition.html +316 -0
- package/docs/interfaces/FloorplanServerEntrance.html +359 -0
- package/docs/interfaces/FloorplanServerFloorData.html +327 -0
- package/docs/interfaces/FloorplanServerImagePosition.html +313 -0
- package/docs/interfaces/FloorplanServerObserver.html +331 -0
- package/docs/interfaces/FloorplanServerOutlineItem.html +327 -0
- package/docs/interfaces/FloorplanServerPosition.html +313 -0
- package/docs/interfaces/FloorplanServerRoomItem.html +390 -0
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +319 -0
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +322 -0
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +360 -0
- package/docs/interfaces/GuideLinePluginType.EventMap.html +524 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +355 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +346 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +413 -0
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +345 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +470 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +342 -0
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +470 -0
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +307 -0
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +328 -0
- package/docs/interfaces/GuideLinePluginType.PluginState.html +353 -0
- package/docs/interfaces/GuideLinePluginType.Route.html +369 -0
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +351 -0
- package/docs/interfaces/HelperOffset.html +331 -0
- package/docs/interfaces/ImagePlaneGroup.html +305 -0
- package/docs/interfaces/ItemLabelPluginData.html +302 -0
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +387 -0
- package/docs/interfaces/ItemLabelPluginParametersType.html +323 -0
- package/docs/interfaces/MinMax.html +309 -0
- package/docs/interfaces/ModelChassisCompassPluginData.html +309 -0
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +345 -0
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +309 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +316 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +353 -0
- package/docs/interfaces/ModelItemLabelPluginData.html +302 -0
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +387 -0
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +309 -0
- package/docs/interfaces/ModelRoomLabelPluginData.html +302 -0
- package/docs/interfaces/ModelTVVideoPluginData.html +323 -0
- package/docs/interfaces/ModelTVVideoPluginExportType.html +347 -0
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +302 -0
- package/docs/interfaces/ModelViewPluginExportType.html +415 -0
- package/docs/interfaces/Object3DHelperState.html +316 -0
- package/docs/interfaces/ObjectHelperControllers.html +323 -0
- package/docs/interfaces/PaintBrushAction.html +362 -0
- package/docs/interfaces/PaintBrushConfigs.html +360 -0
- package/docs/interfaces/PaintBrushState.html +344 -0
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +424 -0
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +281 -0
- package/docs/interfaces/PanoMeasureParameterType.html +448 -0
- package/docs/interfaces/PanoMeasurePluginLineJson.html +316 -0
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +313 -0
- package/docs/interfaces/PanoMeasurePluginPointJson.html +309 -0
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +319 -0
- package/docs/interfaces/PanoRulerPluginExportType.html +376 -0
- package/docs/interfaces/PanoRulerPluginOptions.html +325 -0
- package/docs/interfaces/PanoRulerPluginParameterType.html +316 -0
- package/docs/interfaces/PanoRulerProPluginExportType.html +352 -0
- package/docs/interfaces/PanoRulerProPluginOptions.html +322 -0
- package/docs/interfaces/PanoRulerProPluginParameterType.html +309 -0
- package/docs/interfaces/PanoRulerProPluginState.html +316 -0
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +295 -0
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +284 -0
- package/docs/interfaces/PanoSpatialTagPluginData.html +352 -0
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +334 -0
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +430 -0
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +330 -0
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +351 -0
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +337 -0
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +330 -0
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +322 -0
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +340 -0
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +313 -0
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +419 -0
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +313 -0
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +348 -0
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +367 -0
- package/docs/interfaces/Point.html +316 -0
- package/docs/interfaces/Room.html +323 -0
- package/docs/interfaces/RoomInfo.html +309 -0
- package/docs/interfaces/RoomLabel.html +385 -0
- package/docs/interfaces/RoomRules.html +284 -0
- package/docs/interfaces/Rooms.html +284 -0
- package/docs/interfaces/Scissor.html +343 -0
- package/docs/interfaces/State.html +330 -0
- package/docs/interfaces/TagCacheInterface.html +361 -0
- package/docs/interfaces/TagConfig.html +547 -0
- package/docs/interfaces/TagGLTFObjectGroup.html +305 -0
- package/docs/interfaces/TagIconUrl.html +362 -0
- package/docs/interfaces/TagObjectGroup.html +305 -0
- package/docs/interfaces/TagStyle.html +315 -0
- package/docs/interfaces/Tags.html +545 -0
- package/docs/interfaces/TemporaryState.html +302 -0
- package/docs/interfaces/Util.MagnifierParameter.html +390 -0
- package/docs/interfaces/Util.MouseGroupParameter.html +349 -0
- package/docs/interfaces/Util.PointIntersection.html +364 -0
- package/docs/modules/AreaMakerPluginType.html +322 -0
- package/docs/modules/CruisePluginTypes.html +327 -0
- package/docs/modules/CurrentPanoImagePluginType.html +296 -0
- package/docs/modules/GuideLineItem.html +288 -0
- package/docs/modules/GuideLineModeItem.html +293 -0
- package/docs/modules/GuideLinePluginType.html +347 -0
- package/docs/modules/PanoVideoPluginType.html +300 -0
- package/docs/modules/Util.html +350 -0
- package/docs/modules.html +538 -0
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +330 -0
- package/docs/types/AreaMakerPluginType.PluginData.html +300 -0
- package/docs/types/AreaMakerPluginType.ServerData.html +300 -0
- package/docs/types/ArrayPosition.html +278 -0
- package/docs/types/AudioAppearance.html +278 -0
- package/docs/types/AudioTagTypeConfigKey.html +278 -0
- package/docs/types/CSS3DRenderExportType.html +278 -0
- package/docs/types/CSS3DRenderPluginExportType.html +278 -0
- package/docs/types/CSS3DRenderPluginParameterType.html +278 -0
- package/docs/types/ClassFunctionParameters.html +285 -0
- package/docs/types/Color.html +278 -0
- package/docs/types/ContentTypeConfigKey.html +278 -0
- package/docs/types/ContentTypeConfigKeySplit.html +278 -0
- package/docs/types/ContentTypeMap.html +278 -0
- package/docs/types/Create3DDomContainerReturnType.html +278 -0
- package/docs/types/Create3DElementReturnType.html +278 -0
- package/docs/types/CruisePluginExportType.html +278 -0
- package/docs/types/CruisePluginTypes.CruiseData.html +317 -0
- package/docs/types/CruisePluginTypes.MoveEffect.html +294 -0
- package/docs/types/CurrentPanoImagePluginExportType.html +278 -0
- package/docs/types/DeprecatedMediaPlaneProperty.html +290 -0
- package/docs/types/DeprecatedTagProperty.html +293 -0
- package/docs/types/Direction-1.html +278 -0
- package/docs/types/Direction4.html +278 -0
- package/docs/types/ElementRenderer.html +302 -0
- package/docs/types/FloorplanRuleLabels.html +281 -0
- package/docs/types/FloorplanServerRuleLabels.html +278 -0
- package/docs/types/GuideLinePluginExportType.html +278 -0
- package/docs/types/GuideLinePluginType.GuideLineItem.html +350 -0
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +371 -0
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +304 -0
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +307 -0
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +307 -0
- package/docs/types/GuideLinePluginType.PathItem.html +307 -0
- package/docs/types/GuideLinePluginType.PluginData.html +316 -0
- package/docs/types/HelperEventMap.html +516 -0
- package/docs/types/LoadTagConfig.html +278 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +278 -0
- package/docs/types/MapviewFloorplanPluginReturnType.html +278 -0
- package/docs/types/MediaData.html +294 -0
- package/docs/types/MediaStore.html +283 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +285 -0
- package/docs/types/ModelFloorplanPluginParameterType.html +278 -0
- package/docs/types/ModelFloorplanPluginReturnType.html +278 -0
- package/docs/types/ModelRoomLabelPluginParameters.html +278 -0
- package/docs/types/ModelRoomLabelPluginReturnType.html +278 -0
- package/docs/types/MoveArgs.html +288 -0
- package/docs/types/MoveOpts.html +286 -0
- package/docs/types/Object3DHelperEventMap.html +371 -0
- package/docs/types/ObjectFit.html +278 -0
- package/docs/types/PaintBrushEventMap.html +309 -0
- package/docs/types/PanoCompassPluginData.html +278 -0
- package/docs/types/PanoCompassPluginExportType.html +278 -0
- package/docs/types/PanoCompassPluginParameterType.html +278 -0
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +278 -0
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +278 -0
- package/docs/types/PanoIndex.html +278 -0
- package/docs/types/PanoMeasurePluginEvent.html +278 -0
- package/docs/types/PanoMeasureReturnType.html +278 -0
- package/docs/types/PanoSpatialTagPluginId.html +278 -0
- package/docs/types/PanoTagPluginExportInterface.html +278 -0
- package/docs/types/PanoTagPluginParamsInterface.html +278 -0
- package/docs/types/PanoVideoPluginParameterType.html +278 -0
- package/docs/types/PanoVideoPluginReturnType.html +278 -0
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +286 -0
- package/docs/types/PipelinePluginParameterType.html +278 -0
- package/docs/types/PipelinePluginReturnType.html +278 -0
- package/docs/types/PlaneTag.html +286 -0
- package/docs/types/Point2DTag.html +286 -0
- package/docs/types/Point3DTag.html +286 -0
- package/docs/types/PointTag.html +283 -0
- package/docs/types/PointTagInstance.html +283 -0
- package/docs/types/Position.html +278 -0
- package/docs/types/RotateArgs.html +290 -0
- package/docs/types/RotateOpts.html +286 -0
- package/docs/types/RuleLabelsKey.html +278 -0
- package/docs/types/RuleLabelsValue.html +278 -0
- package/docs/types/StickType.html +278 -0
- package/docs/types/Tag.html +344 -0
- package/docs/types/Tag2D.html +286 -0
- package/docs/types/Tag3D.html +286 -0
- package/docs/types/TagConfigByKey.html +283 -0
- package/docs/types/TagContentType.html +278 -0
- package/docs/types/TagDimensionType.html +280 -0
- package/docs/types/TagElement.html +288 -0
- package/docs/types/TagEvents.html +331 -0
- package/docs/types/TagGLTFObject.html +301 -0
- package/docs/types/TagHooks.html +278 -0
- package/docs/types/TagId.html +278 -0
- package/docs/types/TagInstance.html +350 -0
- package/docs/types/TagPointType.html +281 -0
- package/docs/types/TagRendererMap.html +283 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +278 -0
- package/docs/types/TopviewFloorplanPluginReturnType.html +278 -0
- package/docs/types/WorkCode.html +278 -0
- package/docs/variables/FLOOR_TYPE_MAP.html +288 -0
- package/docs/variables/PLUGIN.html +278 -0
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +281 -0
- package/docs/variables/ROOM_TYPE_MAP.html +288 -0
- package/docs/variables/defaultGlobalConfig.html +278 -0
- package/docs/variables/itemLabelPluginServerParams.html +285 -0
- package/docs/variables/modelItemLabelPluginServerParams.html +285 -0
- package/docs/variables/modelRoomLabelPluginServerParams.html +285 -0
- package/libs/PanoVideoPlugin/VideoMeshController.js +6 -6
- package/libs/base/BasePlugin.js +1 -1
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +31 -31
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var P = Object.defineProperty, E = Object.defineProperties;
|
|
2
|
+
var C = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var g = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var m = (d, r, t) => r in d ?
|
|
4
|
+
var I = Object.prototype.hasOwnProperty, y = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var m = (d, r, t) => r in d ? P(d, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : d[r] = t, c = (d, r) => {
|
|
6
6
|
for (var t in r || (r = {}))
|
|
7
|
-
|
|
7
|
+
I.call(r, t) && m(d, t, r[t]);
|
|
8
8
|
if (g)
|
|
9
9
|
for (var t of g(r))
|
|
10
|
-
|
|
10
|
+
y.call(r, t) && m(d, t, r[t]);
|
|
11
11
|
return d;
|
|
12
|
-
}, v = (d, r) =>
|
|
12
|
+
}, v = (d, r) => E(d, C(r));
|
|
13
13
|
var o = (d, r, t) => (m(d, typeof r != "symbol" ? r + "" : r, t), t);
|
|
14
14
|
var u = (d, r, t) => new Promise((e, i) => {
|
|
15
15
|
var n = (a) => {
|
|
@@ -28,18 +28,18 @@ var u = (d, r, t) => new Promise((e, i) => {
|
|
|
28
28
|
s((t = t.apply(d, r)).next());
|
|
29
29
|
});
|
|
30
30
|
import * as w from "three";
|
|
31
|
-
import { to as
|
|
32
|
-
import { equal as
|
|
33
|
-
import { Main as
|
|
31
|
+
import { to as F } from "../../shared-utils/to.js";
|
|
32
|
+
import { equal as x } from "../../shared-utils/equal.js";
|
|
33
|
+
import { Main as M } from "../Components/Main.js";
|
|
34
34
|
import { formatData as b } from "../utils/formatData.js";
|
|
35
|
-
import { CAMERA_IMAGE as
|
|
36
|
-
import { omit as
|
|
35
|
+
import { CAMERA_IMAGE as _ } from "../Assets/camera.js";
|
|
36
|
+
import { omit as S } from "../../shared-utils/filter.js";
|
|
37
37
|
import { FLOOR_PLAN_ATTACHED_TO as L } from "../constant.js";
|
|
38
38
|
import { Controller as O } from "../../base/BasePluginWithData.js";
|
|
39
39
|
import { getPxmm as D, getAttachedY as T } from "../../shared-utils/getPxmm.js";
|
|
40
|
-
import {
|
|
41
|
-
import { changeModelCanvasOpacity as
|
|
42
|
-
import { FloorplanErrorType as f, SHOW_ANIME_DURATION as
|
|
40
|
+
import { correctFiveState as k } from "../utils/correctFiveState.js";
|
|
41
|
+
import { changeModelCanvasOpacity as A } from "../../shared-utils/changeModelCanvasOpacity.js";
|
|
42
|
+
import { FloorplanErrorType as f, SHOW_ANIME_DURATION as H } from "../utils/constant.js";
|
|
43
43
|
import "../../shared-utils/isTruelyObject.js";
|
|
44
44
|
import "../../vendor/svelte/internal/index.js";
|
|
45
45
|
import "../../vendor/svelte/transition/index.js";
|
|
@@ -89,15 +89,15 @@ import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
|
89
89
|
import "../../shared-utils/absoluteUrl.js";
|
|
90
90
|
import "../../shared-utils/nearlyEqual.js";
|
|
91
91
|
import "../../shared-utils/five/changeMode.js";
|
|
92
|
-
function
|
|
92
|
+
function R(d) {
|
|
93
93
|
const { latitude: r, longitude: t } = d, e = Math.abs(r - Math.PI / 2) > 5 * Math.PI / 180, i = t > 5 * (Math.PI / 180) && t < 355 * (Math.PI / 180);
|
|
94
94
|
return e || i;
|
|
95
95
|
}
|
|
96
|
-
function
|
|
96
|
+
function G(d) {
|
|
97
97
|
const { latitude: r, longitude: t } = d, e = Math.abs(r - Math.PI / 2) < 10 * Math.PI / 180, i = t < 30 * (Math.PI / 180) || t > 330 * (Math.PI / 180);
|
|
98
98
|
return e && i;
|
|
99
99
|
}
|
|
100
|
-
class
|
|
100
|
+
class qt extends O {
|
|
101
101
|
constructor(t, e) {
|
|
102
102
|
super(t);
|
|
103
103
|
// =============== public properties =================
|
|
@@ -158,7 +158,7 @@ class Jt extends O {
|
|
|
158
158
|
}));
|
|
159
159
|
/** 更新户型图大小 */
|
|
160
160
|
o(this, "updateSize", () => {
|
|
161
|
-
if (!this.data || !
|
|
161
|
+
if (!this.data || !this.container || !this.wrapper)
|
|
162
162
|
return;
|
|
163
163
|
const { min: t, max: e } = this.data.bounding, i = e.x - t.x, n = e.y - t.y, h = this.state.config.attachedTo ? { attachedTo: this.state.config.attachedTo } : void 0, s = D(this.five, this.wrapper, this.floorIndex, h), a = Math.ceil(i * s), l = Math.ceil(n * s);
|
|
164
164
|
this.size.width === a && this.size.height === l || (this.container.style.width = a + "px", this.container.style.height = l + "px", this.size = { width: a, height: l });
|
|
@@ -200,7 +200,7 @@ class Jt extends O {
|
|
|
200
200
|
this.showRejection = (p) => {
|
|
201
201
|
s = !0, a = p;
|
|
202
202
|
};
|
|
203
|
-
const [l] = yield
|
|
203
|
+
const [l] = yield F(k(this.five, this.showState, i.userAction));
|
|
204
204
|
if (l)
|
|
205
205
|
throw l;
|
|
206
206
|
if (s)
|
|
@@ -209,8 +209,8 @@ class Jt extends O {
|
|
|
209
209
|
});
|
|
210
210
|
return this.isHiddenByHideFunc = !1, this.showPromise = n().then(() => {
|
|
211
211
|
this.showPromise = void 0, this.showRejection = void 0;
|
|
212
|
-
const s = i.modelOpacity, a = i.immediately ? 0 :
|
|
213
|
-
|
|
212
|
+
const s = i.modelOpacity, a = i.immediately ? 0 : H;
|
|
213
|
+
A(this.five, s, a), this.render(a), this.hooks.emit("showAnimationEnded", {
|
|
214
214
|
auto: i.isAutoShow,
|
|
215
215
|
userAction: i.userAction
|
|
216
216
|
});
|
|
@@ -226,7 +226,7 @@ class Jt extends O {
|
|
|
226
226
|
userAction: !0,
|
|
227
227
|
isAutoHide: !1
|
|
228
228
|
}), t);
|
|
229
|
-
|
|
229
|
+
A(this.five, 1, 0), this.hooks.emit("hide", { auto: i.isAutoHide, userAction: i.userAction }), this.render();
|
|
230
230
|
});
|
|
231
231
|
o(this, "handleClick", () => {
|
|
232
232
|
if (!this.state.visible)
|
|
@@ -253,7 +253,7 @@ class Jt extends O {
|
|
|
253
253
|
if (!e || this.state.visible || this.state.config.autoShowEnable === !1 || this.isHiddenByHideFunc)
|
|
254
254
|
return;
|
|
255
255
|
const i = this.five.getCurrentState();
|
|
256
|
-
i.mode === this.showState.mode &&
|
|
256
|
+
i.mode === this.showState.mode && G(i) && (this.updateState({ visible: !0 }, !0), this._show({ isAutoShow: !0 }));
|
|
257
257
|
});
|
|
258
258
|
/** panoIndex 改变时,更新 floorIndex */
|
|
259
259
|
o(this, "onFivePanoArrived", (t) => {
|
|
@@ -265,12 +265,12 @@ class Jt extends O {
|
|
|
265
265
|
if (!this.state.visible || this.showPromise)
|
|
266
266
|
return;
|
|
267
267
|
const i = this.five.getCurrentState();
|
|
268
|
-
this.updatePosition(), this.updateSize(),
|
|
268
|
+
this.updatePosition(), this.updateSize(), R(i) && (this.updateState({ visible: !1 }, e), this._hide({ userAction: e }));
|
|
269
269
|
});
|
|
270
270
|
/** 户型图展示中,转动三维模型,结束时应该自动修复模型状态 */
|
|
271
271
|
o(this, "onFiveWantsPanGesture", (t, e) => {
|
|
272
272
|
if (this.five.getCurrentState().mode === this.showState.mode && this.state.config.autoShowEnable !== !1 && e && this.state.visible)
|
|
273
|
-
return this.five.updateCamera(this.showState, 0), !1;
|
|
273
|
+
return this.five.updateCamera(S(this.showState, ["offset"]), 0), !1;
|
|
274
274
|
});
|
|
275
275
|
/** 阻止点击分间走点 */
|
|
276
276
|
o(this, "onFiveWantsTapGesture", () => this.handleClick());
|
|
@@ -307,13 +307,13 @@ class Jt extends O {
|
|
|
307
307
|
roomLabelsEnable: !0,
|
|
308
308
|
roomAreaEnable: !0,
|
|
309
309
|
roomNameEnable: !0,
|
|
310
|
-
cameraImageUrl:
|
|
310
|
+
cameraImageUrl: _,
|
|
311
311
|
attachedTo: L.BOUNDING_CENTER,
|
|
312
312
|
getLabelElement: void 0,
|
|
313
313
|
adaptiveRoomLabelVisibleEnable: !0,
|
|
314
314
|
getRoomAreaText: (s) => (s / 1e6).toFixed(1) + "㎡",
|
|
315
315
|
getRuleDistanceText: (s) => s.toString()
|
|
316
|
-
}, n = e ?
|
|
316
|
+
}, n = e ? S(e, ["selector", "scale"]) : {}, h = c(c({}, i), n);
|
|
317
317
|
this.state = {
|
|
318
318
|
enabled: !0,
|
|
319
319
|
visible: !1,
|
|
@@ -377,7 +377,7 @@ class Jt extends O {
|
|
|
377
377
|
}
|
|
378
378
|
updateState(t, e) {
|
|
379
379
|
const i = this.state, n = t.config ? c(c({}, i.config), t.config) : i.config;
|
|
380
|
-
this.state = v(c(c({}, this.state), t), { config: n }), !
|
|
380
|
+
this.state = v(c(c({}, this.state), t), { config: n }), !x(this.state, i, { deep: !0 }) && this.hooks.emit("stateChange", { state: this.state, prevState: i, userAction: e });
|
|
381
381
|
}
|
|
382
382
|
/** 如果用户是通过 selector 设置父容器,需要在 modelLoaded 之后把 container 自动放到父容器里
|
|
383
383
|
*
|
|
@@ -417,9 +417,9 @@ class Jt extends O {
|
|
|
417
417
|
});
|
|
418
418
|
if (this.app)
|
|
419
419
|
return this.app.$set(e);
|
|
420
|
-
this.app = new
|
|
420
|
+
this.app = new M({ target: this.container, intro: !0, props: e });
|
|
421
421
|
}
|
|
422
422
|
}
|
|
423
423
|
export {
|
|
424
|
-
|
|
424
|
+
qt as Controller
|
|
425
425
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function A() {
|
|
2
2
|
console.debug(
|
|
3
|
-
"%c %c@realsee/dnalogel %cv2.30.
|
|
3
|
+
"%c %c@realsee/dnalogel %cv2.30.4-0",
|
|
4
4
|
[
|
|
5
5
|
"background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')",
|
|
6
6
|
"background-repeat: no-repeat",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"repository": "https://github.com/realsee-developer/dnalogel.git",
|
|
8
8
|
"description": "如视 VR 看房插件合集",
|
|
9
9
|
"private": false,
|
|
10
|
-
"version": "2.30.
|
|
10
|
+
"version": "2.30.4-0",
|
|
11
11
|
"license": "SEE LICENSE IN TERMS.txt",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"clean": "rm -rf components dist docs libs types ./vite.config.js.timestamp*",
|