@realsee/dnalogel 2.27.1 → 2.28.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/floorplan/FloorplanRoomsPlugin/BasePlugin.d.ts +114 -0
- package/dist/floorplan/FloorplanRoomsPlugin/BasePluginWithData.d.ts +23 -0
- package/dist/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/CurrentFloor.svelte.d.ts +1 -0
- package/dist/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/ExtraObjects.svelte.d.ts +1 -0
- package/dist/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/Room.svelte.d.ts +1 -0
- package/dist/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/RoomHighlight.svelte.d.ts +1 -0
- package/dist/floorplan/FloorplanRoomsPlugin/Components/Main.svelte.d.ts +1 -0
- package/dist/floorplan/FloorplanRoomsPlugin/Controller.d.ts +40 -0
- package/dist/floorplan/FloorplanRoomsPlugin/index.d.ts +6 -0
- package/dist/floorplan/FloorplanRoomsPlugin/typing.d.ts +60 -0
- package/dist/floorplan/index.d.ts +1 -0
- package/dist/index.cjs.js +67 -67
- package/dist/index.js +6888 -5937
- package/dist/index.umd.js +60 -60
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +33 -30
- package/docs/classes/CruisePluginController.html +28 -25
- package/docs/classes/GuideLineItem.GuideLineItem.html +22 -19
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +37 -34
- package/docs/classes/Magnifier.html +22 -19
- package/docs/classes/ModelRoomLabelController.html +13 -10
- package/docs/classes/Object3DHelperController.html +27 -24
- package/docs/classes/PaintBrush.html +17 -14
- package/docs/classes/PanoMeasurePluginLine.html +29 -26
- package/docs/classes/PanoMeasurePluginModel.html +29 -26
- package/docs/classes/PanoMeasurePluginPoint.html +13 -10
- package/docs/classes/PanoMeasurePluginPolyline.html +29 -26
- package/docs/classes/PanoTagPluginController.html +49 -46
- package/docs/classes/Util.BetterTween.html +11 -8
- package/docs/classes/Util.Interval.html +14 -11
- package/docs/classes/Util.Magnifier.html +22 -19
- package/docs/classes/Util.PointDomHelper.html +13 -10
- package/docs/classes/Util.PointHelper.html +13 -10
- package/docs/classes/Util.PointSelectorHelper.html +18 -15
- package/docs/classes/Util.Rectangle.html +15 -12
- package/docs/enums/CameraMovementEffect.html +9 -6
- package/docs/enums/ContentType.html +22 -19
- package/docs/enums/DIRECTION.html +11 -8
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +11 -8
- package/docs/enums/DimensionType.html +9 -6
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +10 -7
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +11 -8
- package/docs/enums/PaintBrushTypeEnum.html +10 -7
- package/docs/enums/PointType.html +9 -6
- package/docs/enums/Rotation.html +10 -7
- package/docs/functions/CSS3DRenderPlugin.html +6 -3
- package/docs/functions/CameraMovementPlugin.html +6 -3
- package/docs/functions/CruisePlugin.html +6 -3
- package/docs/functions/FloorplanRoomsPlugin.html +285 -0
- package/docs/functions/GuideLinePlugin.html +7 -4
- package/docs/functions/ItemLabelPlugin.html +6 -3
- package/docs/functions/MapviewFloorplanPlugin.html +6 -3
- package/docs/functions/ModelChassisCompassPlugin.html +6 -3
- package/docs/functions/ModelEntryDoorGuidePlugin.html +6 -3
- package/docs/functions/ModelFloorplanPlugin.html +6 -3
- package/docs/functions/ModelItemLabelPlugin.html +6 -3
- package/docs/functions/ModelRoomLabelPlugin.html +6 -3
- package/docs/functions/ModelTVVideoPlugin.html +6 -3
- package/docs/functions/ModelViewPlugin.html +6 -3
- package/docs/functions/Object3DHelperPlugin.html +6 -3
- package/docs/functions/PanoCompassPlugin.html +6 -3
- package/docs/functions/PanoCursorRaycasterPlugin.html +6 -3
- package/docs/functions/PanoDoorLabelPlugin.html +6 -3
- package/docs/functions/PanoFloorplanRadarPlugin.html +6 -3
- package/docs/functions/PanoMeasurePlugin.html +6 -3
- package/docs/functions/PanoRulerPlugin.html +6 -3
- package/docs/functions/PanoRulerProPlugin.html +6 -3
- package/docs/functions/PanoSpatialTagPlugin.html +6 -3
- package/docs/functions/PanoTagPlugin.html +6 -3
- package/docs/functions/PanoVideoPlugin.html +6 -3
- package/docs/functions/PipelinePlugin.html +6 -3
- package/docs/functions/TopviewFloorplanPlugin.html +6 -3
- package/docs/functions/Util.absoluteUrl.html +7 -4
- package/docs/functions/Util.getCoordsFromClient.html +7 -4
- package/docs/functions/Util.getCoordsFromElement.html +7 -4
- package/docs/functions/Util.getFrameTime.html +7 -4
- package/docs/functions/Util.getIntersectFromRelativePosition.html +7 -4
- package/docs/functions/Util.getRaycasterFromFivePointer.html +7 -4
- package/docs/functions/Util.isAbsoluteURL.html +7 -4
- package/docs/functions/Util.isModelLike.html +7 -4
- package/docs/functions/Util.isNil.html +7 -4
- package/docs/functions/Util.isPanoramaLike.html +7 -4
- package/docs/functions/Util.nextFrame.html +7 -4
- package/docs/functions/Util.notNil.html +7 -4
- package/docs/functions/Util.requestAnimationFrameInterval.html +7 -4
- package/docs/functions/Util.tweenProgress.html +7 -4
- package/docs/functions/Util.uuid.html +7 -4
- package/docs/functions/pluginFlag.html +7 -4
- package/docs/index.html +7 -4
- package/docs/interfaces/AddTagConfig.html +8 -5
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +13 -10
- package/docs/interfaces/CSS3DRenderPluginState.html +10 -7
- package/docs/interfaces/CameraMovementPluginExportType.html +9 -6
- package/docs/interfaces/CruisePluginTypes.Config.html +10 -7
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +14 -11
- package/docs/interfaces/CruisePluginTypes.EventMap.html +22 -19
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +14 -11
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +16 -13
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +16 -13
- package/docs/interfaces/CruisePluginTypes.PluginData.html +11 -8
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +8 -5
- package/docs/interfaces/CruisePluginTypes.PluginState.html +13 -10
- package/docs/interfaces/EventMap.html +17 -14
- package/docs/interfaces/FloorplanBounding.html +10 -7
- package/docs/interfaces/FloorplanData.html +12 -9
- package/docs/interfaces/FloorplanEntrance.html +13 -10
- package/docs/interfaces/FloorplanExtraObject.html +12 -9
- package/docs/interfaces/FloorplanExtraObject3D.html +10 -7
- package/docs/interfaces/FloorplanFloorData.html +11 -8
- package/docs/interfaces/FloorplanImagePosition.html +9 -6
- package/docs/interfaces/FloorplanObserver.html +11 -8
- package/docs/interfaces/FloorplanOutlineItem.html +11 -8
- package/docs/interfaces/FloorplanPosition.html +9 -6
- package/docs/interfaces/FloorplanRoomItem.html +15 -12
- package/docs/interfaces/FloorplanRoomLabelItem.html +9 -6
- package/docs/interfaces/FloorplanServerBounding.html +10 -7
- package/docs/interfaces/FloorplanServerComputedData.html +12 -9
- package/docs/interfaces/FloorplanServerData.html +9 -6
- package/docs/interfaces/FloorplanServerDoorItem.html +12 -9
- package/docs/interfaces/FloorplanServerDoorPosition.html +10 -7
- package/docs/interfaces/FloorplanServerEntrance.html +13 -10
- package/docs/interfaces/FloorplanServerFloorData.html +11 -8
- package/docs/interfaces/FloorplanServerImagePosition.html +9 -6
- package/docs/interfaces/FloorplanServerObserver.html +11 -8
- package/docs/interfaces/FloorplanServerOutlineItem.html +11 -8
- package/docs/interfaces/FloorplanServerPosition.html +9 -6
- package/docs/interfaces/FloorplanServerRoomItem.html +16 -13
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +9 -6
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +10 -7
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +12 -9
- package/docs/interfaces/GuideLinePluginType.EventMap.html +15 -12
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +10 -7
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +8 -5
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +15 -12
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +10 -7
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +20 -17
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +9 -6
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +20 -17
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +7 -4
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +8 -5
- package/docs/interfaces/GuideLinePluginType.PluginState.html +10 -7
- package/docs/interfaces/GuideLinePluginType.Route.html +13 -10
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +11 -8
- package/docs/interfaces/HelperOffset.html +10 -7
- package/docs/interfaces/ImagePlaneGroup.html +8 -5
- package/docs/interfaces/ItemLabelPluginData.html +8 -5
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +13 -10
- package/docs/interfaces/ItemLabelPluginParametersType.html +11 -8
- package/docs/interfaces/MinMax.html +9 -6
- package/docs/interfaces/ModelChassisCompassPluginData.html +9 -6
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +10 -7
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +9 -6
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +10 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +10 -7
- package/docs/interfaces/ModelItemLabelPluginData.html +8 -5
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +13 -10
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +9 -6
- package/docs/interfaces/ModelRoomLabelPluginData.html +8 -5
- package/docs/interfaces/ModelTVVideoPluginData.html +11 -8
- package/docs/interfaces/ModelTVVideoPluginExportType.html +10 -7
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +8 -5
- package/docs/interfaces/ModelViewPluginExportType.html +13 -10
- package/docs/interfaces/Object3DHelperState.html +10 -7
- package/docs/interfaces/ObjectHelperControllers.html +11 -8
- package/docs/interfaces/PaintBrushAction.html +14 -11
- package/docs/interfaces/PaintBrushConfigs.html +14 -11
- package/docs/interfaces/PaintBrushState.html +12 -9
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +12 -9
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +7 -4
- package/docs/interfaces/PanoMeasureParameterType.html +18 -15
- package/docs/interfaces/PanoMeasurePluginLineJson.html +10 -7
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +9 -6
- package/docs/interfaces/PanoMeasurePluginPointJson.html +9 -6
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +10 -7
- package/docs/interfaces/PanoRulerPluginExportType.html +12 -9
- package/docs/interfaces/PanoRulerPluginOptions.html +9 -6
- package/docs/interfaces/PanoRulerPluginParameterType.html +10 -7
- package/docs/interfaces/PanoRulerProPluginExportType.html +11 -8
- package/docs/interfaces/PanoRulerProPluginOptions.html +9 -6
- package/docs/interfaces/PanoRulerProPluginParameterType.html +9 -6
- package/docs/interfaces/PanoRulerProPluginState.html +10 -7
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +7 -4
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +7 -4
- package/docs/interfaces/PanoSpatialTagPluginData.html +13 -10
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +12 -9
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +15 -12
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +12 -9
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +15 -12
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +13 -10
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +12 -9
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +8 -5
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +10 -7
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +8 -5
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +11 -8
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +8 -5
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +10 -7
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +12 -9
- package/docs/interfaces/Point.html +10 -7
- package/docs/interfaces/Room.html +11 -8
- package/docs/interfaces/RoomInfo.html +9 -6
- package/docs/interfaces/RoomLabel.html +16 -13
- package/docs/interfaces/RoomRules.html +7 -4
- package/docs/interfaces/Rooms.html +7 -4
- package/docs/interfaces/Scissor.html +11 -8
- package/docs/interfaces/State.html +10 -7
- package/docs/interfaces/TagCacheInterface.html +14 -11
- package/docs/interfaces/TagConfig.html +16 -13
- package/docs/interfaces/TagGLTFObjectGroup.html +8 -5
- package/docs/interfaces/TagIconUrl.html +14 -11
- package/docs/interfaces/TagObjectGroup.html +8 -5
- package/docs/interfaces/TagStyle.html +8 -5
- package/docs/interfaces/Tags.html +11 -8
- package/docs/interfaces/TemporaryState.html +8 -5
- package/docs/interfaces/Util.MagnifierParameter.html +13 -10
- package/docs/interfaces/Util.MouseGroupParameter.html +10 -7
- package/docs/interfaces/Util.PointIntersection.html +10 -7
- package/docs/modules/CruisePluginTypes.html +7 -4
- package/docs/modules/GuideLineItem.html +7 -4
- package/docs/modules/GuideLineModeItem.html +7 -4
- package/docs/modules/GuideLinePluginType.html +7 -4
- package/docs/modules/PanoVideoPluginType.html +7 -4
- package/docs/modules/Util.html +7 -4
- package/docs/modules.html +10 -4
- package/docs/types/ArrayPosition.html +7 -4
- package/docs/types/AudioAppearance.html +7 -4
- package/docs/types/AudioTagTypeConfigKey.html +7 -4
- package/docs/types/CSS3DRenderExportType.html +7 -4
- package/docs/types/CSS3DRenderPluginExportType.html +7 -4
- package/docs/types/CSS3DRenderPluginParameterType.html +7 -4
- package/docs/types/ClassFunctionParameters.html +7 -4
- package/docs/types/Color.html +7 -4
- package/docs/types/ContentTypeConfigKey.html +7 -4
- package/docs/types/ContentTypeConfigKeySplit.html +7 -4
- package/docs/types/ContentTypeMap.html +7 -4
- package/docs/types/Create3DDomContainerReturnType.html +7 -4
- package/docs/types/Create3DElementReturnType.html +7 -4
- package/docs/types/CruisePluginExportType.html +7 -4
- package/docs/types/CruisePluginTypes.CruiseData.html +7 -4
- package/docs/types/CruisePluginTypes.MoveEffect.html +7 -4
- package/docs/types/DeprecatedMediaPlaneProperty.html +7 -4
- package/docs/types/DeprecatedTagProperty.html +7 -4
- package/docs/types/Direction-1.html +7 -4
- package/docs/types/Direction4.html +7 -4
- package/docs/types/ElementRenderer.html +7 -4
- package/docs/types/FloorplanRoomsPluginParameterType.html +276 -0
- package/docs/types/FloorplanRoomsPluginReturnType.html +276 -0
- package/docs/types/FloorplanRuleLabels.html +7 -4
- package/docs/types/FloorplanServerRuleLabels.html +7 -4
- package/docs/types/GuideLinePluginExportType.html +7 -4
- package/docs/types/GuideLinePluginType.GuideLineItem.html +7 -4
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +7 -4
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +7 -4
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +7 -4
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +7 -4
- package/docs/types/GuideLinePluginType.PathItem.html +7 -4
- package/docs/types/GuideLinePluginType.PluginData.html +7 -4
- package/docs/types/HelperEventMap.html +7 -4
- package/docs/types/LoadTagConfig.html +7 -4
- package/docs/types/MapviewFloorplanPluginParameterType.html +7 -4
- package/docs/types/MapviewFloorplanPluginReturnType.html +7 -4
- package/docs/types/MediaData.html +7 -4
- package/docs/types/MediaStore.html +7 -4
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +7 -4
- package/docs/types/ModelFloorplanPluginParameterType.html +7 -4
- package/docs/types/ModelFloorplanPluginReturnType.html +7 -4
- package/docs/types/ModelRoomLabelPluginParameters.html +7 -4
- package/docs/types/ModelRoomLabelPluginReturnType.html +7 -4
- package/docs/types/MoveArgs.html +7 -4
- package/docs/types/MoveOpts.html +7 -4
- package/docs/types/Object3DHelperEventMap.html +7 -4
- package/docs/types/ObjectFit.html +7 -4
- package/docs/types/PaintBrushEventMap.html +7 -4
- package/docs/types/PanoCompassPluginData.html +7 -4
- package/docs/types/PanoCompassPluginExportType.html +7 -4
- package/docs/types/PanoCompassPluginParameterType.html +7 -4
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +7 -4
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +7 -4
- package/docs/types/PanoIndex.html +7 -4
- package/docs/types/PanoMeasurePluginEvent.html +7 -4
- package/docs/types/PanoMeasureReturnType.html +7 -4
- package/docs/types/PanoSpatialTagPluginId.html +7 -4
- package/docs/types/PanoTagPluginExportInterface.html +7 -4
- package/docs/types/PanoTagPluginParamsInterface.html +7 -4
- package/docs/types/PanoVideoPluginParameterType.html +7 -4
- package/docs/types/PanoVideoPluginReturnType.html +7 -4
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +7 -4
- package/docs/types/PipelinePluginParameterType.html +7 -4
- package/docs/types/PipelinePluginReturnType.html +7 -4
- package/docs/types/PlaneTag.html +7 -4
- package/docs/types/Point2DTag.html +7 -4
- package/docs/types/Point3DTag.html +7 -4
- package/docs/types/PointTag.html +7 -4
- package/docs/types/PointTagInstance.html +7 -4
- package/docs/types/Position.html +7 -4
- package/docs/types/RotateArgs.html +7 -4
- package/docs/types/RotateOpts.html +7 -4
- package/docs/types/RuleLabelsKey.html +7 -4
- package/docs/types/RuleLabelsValue.html +7 -4
- package/docs/types/StickType.html +7 -4
- package/docs/types/Tag.html +7 -4
- package/docs/types/Tag2D.html +7 -4
- package/docs/types/Tag3D.html +7 -4
- package/docs/types/TagConfigByKey.html +7 -4
- package/docs/types/TagContentType.html +7 -4
- package/docs/types/TagDimensionType.html +7 -4
- package/docs/types/TagElement.html +7 -4
- package/docs/types/TagEvents.html +7 -4
- package/docs/types/TagGLTFObject.html +7 -4
- package/docs/types/TagHooks.html +7 -4
- package/docs/types/TagId.html +7 -4
- package/docs/types/TagInstance.html +7 -4
- package/docs/types/TagPointType.html +7 -4
- package/docs/types/TagRendererMap.html +7 -4
- package/docs/types/TopviewFloorplanPluginParameterType.html +7 -4
- package/docs/types/TopviewFloorplanPluginReturnType.html +7 -4
- package/docs/types/WorkCode.html +7 -4
- package/docs/variables/FLOOR_TYPE_MAP.html +7 -4
- package/docs/variables/PLUGIN.html +7 -4
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +7 -4
- package/docs/variables/ROOM_TYPE_MAP.html +7 -4
- package/docs/variables/defaultGlobalConfig.html +7 -4
- package/docs/variables/itemLabelPluginServerParams.html +7 -4
- package/docs/variables/modelItemLabelPluginServerParams.html +7 -4
- package/docs/variables/modelRoomLabelPluginServerParams.html +7 -4
- package/libs/base/BasePlugin.js +1 -1
- package/libs/floorplan/FloorplanRoomsPlugin/BasePlugin.d.ts +114 -0
- package/libs/floorplan/FloorplanRoomsPlugin/BasePlugin.js +51 -0
- package/libs/floorplan/FloorplanRoomsPlugin/BasePluginWithData.d.ts +23 -0
- package/libs/floorplan/FloorplanRoomsPlugin/BasePluginWithData.js +25 -0
- package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/CurrentFloor.js +188 -0
- package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/CurrentFloor.svelte.d.ts +1 -0
- package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/ExtraObjects.js +94 -0
- package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/ExtraObjects.svelte.d.ts +1 -0
- package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/Room.js +111 -0
- package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/Room.svelte.d.ts +1 -0
- package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/RoomHighlight.js +191 -0
- package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/RoomHighlight.svelte.d.ts +1 -0
- package/libs/floorplan/FloorplanRoomsPlugin/Components/Main.js +237 -0
- package/libs/floorplan/FloorplanRoomsPlugin/Components/Main.svelte.d.ts +1 -0
- package/libs/floorplan/FloorplanRoomsPlugin/Controller.d.ts +40 -0
- package/libs/floorplan/FloorplanRoomsPlugin/Controller.js +207 -0
- package/libs/floorplan/FloorplanRoomsPlugin/index.d.ts +6 -0
- package/libs/floorplan/FloorplanRoomsPlugin/index.js +43 -0
- package/libs/floorplan/FloorplanRoomsPlugin/typing.d.ts +60 -0
- package/libs/floorplan/FloorplanRoomsPlugin/typing.js +1 -0
- package/libs/floorplan/index.d.ts +1 -0
- package/libs/index.js +122 -112
- package/libs/shared-utils/logger.js +1 -1
- package/libs/vendor/svelte/internal/index.js +85 -79
- package/package.json +1 -1
package/libs/index.js
CHANGED
|
@@ -1,57 +1,58 @@
|
|
|
1
1
|
import { consoleVersion as o } from "./shared-utils/logger.js";
|
|
2
2
|
import { autoFixOffscreenCanvas as r } from "./shared-utils/offscreenCanvas.js";
|
|
3
|
-
import { PaintBrush as
|
|
4
|
-
import { PaintBrushTypeEnum as
|
|
5
|
-
import { ModelViewPlugin as
|
|
6
|
-
import { CSS3DRenderPlugin as
|
|
7
|
-
import { PanoCursorRaycasterPlugin as
|
|
8
|
-
import { ModelRoomLabelPlugin as
|
|
9
|
-
import { FLOOR_PLAN_ATTACHED_TO as
|
|
10
|
-
import { ModelFloorplanPlugin as
|
|
11
|
-
import { MapviewFloorplanPlugin as
|
|
12
|
-
import { TopviewFloorplanPlugin as
|
|
13
|
-
import { PanoFloorplanRadarPlugin as
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import { default as
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
3
|
+
import { PaintBrush as Np } from "./components/PaintBrush/index.js";
|
|
4
|
+
import { PaintBrushTypeEnum as wp } from "./components/PaintBrush/typings.js";
|
|
5
|
+
import { ModelViewPlugin as Hp } from "./ModelViewPlugin/Plugin.js";
|
|
6
|
+
import { CSS3DRenderPlugin as jp } from "./CSS3DRenderPlugin/index.js";
|
|
7
|
+
import { PanoCursorRaycasterPlugin as kp } from "./PanoCursorRaycasterPlugin/index.js";
|
|
8
|
+
import { ModelRoomLabelPlugin as zp, modelRoomLabelPluginServerParams as Jp } from "./ModelRoomLabelPlugin/index.js";
|
|
9
|
+
import { FLOOR_PLAN_ATTACHED_TO as Qp } from "./floorplan/constant.js";
|
|
10
|
+
import { ModelFloorplanPlugin as Xp } from "./floorplan/ModelFloorplanPlugin/index.js";
|
|
11
|
+
import { MapviewFloorplanPlugin as oe } from "./floorplan/MapviewFloorplanPlugin/index.js";
|
|
12
|
+
import { TopviewFloorplanPlugin as te } from "./floorplan/TopviewFloorplanPlugin/index.js";
|
|
13
|
+
import { PanoFloorplanRadarPlugin as me } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
|
|
14
|
+
import { FloorplanRoomsPlugin as ee } from "./floorplan/FloorplanRoomsPlugin/index.js";
|
|
15
|
+
import { FLOOR_TYPE_MAP as le, ROOM_FETILE_TYPE_MAP as ae, ROOM_TYPE_MAP as Pe } from "./floorplan/typings/floorplanServerData.js";
|
|
16
|
+
import { ModelChassisCompassPlugin as ue } from "./ModelChassisCompassPlugin/Plugin.js";
|
|
17
|
+
import { ModelEntryDoorGuidePlugin as ge } from "./ModelEntryDoorGuidePlugin/Plugin.js";
|
|
18
|
+
import { CameraMovementPlugin as de } from "./CameraMovementPlugin/CameraMovementPlugin.js";
|
|
19
|
+
import { CameraMovementEffect as Te, Rotation as Le } from "./CameraMovementPlugin/typing.js";
|
|
20
|
+
import { PanoRulerPlugin as Re } from "./PanoRulerPlugin/Plugin.js";
|
|
21
|
+
import { PanoRulerProPlugin as Ee } from "./PanoRulerProPlugin/index.js";
|
|
22
|
+
import { PanoCompassPlugin as Oe } from "./PanoCompassPlugin/index.js";
|
|
23
|
+
import { PanoMeasurePlugin as Se } from "./PanoMeasurePlugin/index.js";
|
|
24
|
+
import { PanoSpatialTagPlugin as De } from "./PanoSpatialTagPlugin/Plugin.js";
|
|
25
|
+
import { modelItemLabelPluginServerParams as be } from "./ModelItemLabelPlugin/index.js";
|
|
26
|
+
import { ModelTVVideoPlugin as Ye } from "./ModelTVVideoPlugin/Plugin.js";
|
|
27
|
+
import { DIRECTION as ce } from "./ModelTVVideoPlugin/typings.js";
|
|
28
|
+
import { itemLabelPluginServerParams as Ne } from "./ItemLabelPlugin/index.js";
|
|
29
|
+
import { PanoDoorLabelPlugin as we } from "./PanoDoorLabelPlugin/index.js";
|
|
30
|
+
import { GuideLinePlugin as He } from "./GuideLinePlugin/index.js";
|
|
31
|
+
import { CruisePlugin as je } from "./CruisePlugin/index.js";
|
|
32
|
+
import { PanoTagPlugin as ke } from "./PanoTagPlugin/index.js";
|
|
33
|
+
import { Object3DHelperPlugin as ze } from "./Object3DHelperPlugin/index.js";
|
|
34
|
+
import { PanoVideoPlugin as Ke } from "./PanoVideoPlugin/index.js";
|
|
35
|
+
import { PipelinePlugin as We } from "./PipelinePlugin/index.js";
|
|
36
|
+
import { index as Ze } from "./shared-utils/index.js";
|
|
37
|
+
import { CSS3DRender as rn } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
38
|
+
import { Model as mn } from "./PanoMeasurePlugin/Model/index.js";
|
|
39
|
+
import { default as en } from "./PanoMeasurePlugin/Model/point.js";
|
|
40
|
+
import { default as ln } from "./PanoMeasurePlugin/Model/line.js";
|
|
41
|
+
import { Polyline as Pn } from "./PanoMeasurePlugin/Model/polyline.js";
|
|
42
|
+
import { default as un } from "./PanoMeasurePlugin/Modules/Magnifier.js";
|
|
43
|
+
import { DISPLAY_STRATEGY_TYPE as gn } from "./ModelItemLabelPlugin/typings.js";
|
|
44
|
+
import { ModelItemLabelPlugin as dn } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
|
|
45
|
+
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as Tn } from "./ItemLabelPlugin/typings.js";
|
|
46
|
+
import { Plugin as Cn } from "./ItemLabelPlugin/Plugin.js";
|
|
47
|
+
import { GuideLineItem$1 as _n } from "./GuideLinePlugin/GuideLineItem/index.js";
|
|
48
|
+
import { GuideLineModeItem$1 as In } from "./GuideLinePlugin/GuideLineModeItem/index.js";
|
|
49
|
+
import { default as yn } from "./CruisePlugin/Controller.js";
|
|
50
|
+
import { typing as An } from "./CruisePlugin/typing/index.js";
|
|
51
|
+
import { default as Gn, pluginFlag as bn } from "./PanoTagPlugin/controller/index.js";
|
|
52
|
+
import { defaultGlobalConfig as Yn } from "./PanoTagPlugin/typings/tag/TagConfig.js";
|
|
53
|
+
import { ContentType as cn, DimensionType as Vn, PointType as Nn } from "./PanoTagPlugin/Archive/deprecated.js";
|
|
54
|
+
import { Object3DHelperController as wn, PLUGIN as Bn } from "./Object3DHelperPlugin/Controller.js";
|
|
55
|
+
import { typings as Un } from "./PanoVideoPlugin/typings/index.js";
|
|
55
56
|
import "./components/PaintBrush/Controller.js";
|
|
56
57
|
import "./components/PaintBrush/utils.js";
|
|
57
58
|
import "./components/PaintBrush/tween.js";
|
|
@@ -136,6 +137,14 @@ import "./floorplan/PanoFloorplanRadarPlugin/Components/Camera.js";
|
|
|
136
137
|
import "./shared-utils/throttle.js";
|
|
137
138
|
import "./floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js";
|
|
138
139
|
import "./floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js";
|
|
140
|
+
import "./floorplan/FloorplanRoomsPlugin/Controller.js";
|
|
141
|
+
import "./floorplan/FloorplanRoomsPlugin/Components/Main.js";
|
|
142
|
+
import "./floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/CurrentFloor.js";
|
|
143
|
+
import "./floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/ExtraObjects.js";
|
|
144
|
+
import "./floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/RoomHighlight.js";
|
|
145
|
+
import "./floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/Room.js";
|
|
146
|
+
import "./floorplan/FloorplanRoomsPlugin/BasePluginWithData.js";
|
|
147
|
+
import "./floorplan/FloorplanRoomsPlugin/BasePlugin.js";
|
|
139
148
|
import "three/examples/jsm/loaders/FBXLoader";
|
|
140
149
|
import "./shared-utils/object3d2LocalMatrix.js";
|
|
141
150
|
import "./shared-utils/three/transformToMeshBasicMaterial.js";
|
|
@@ -401,64 +410,65 @@ import "./shared-utils/three/getRaycaster.js";
|
|
|
401
410
|
r();
|
|
402
411
|
o();
|
|
403
412
|
export {
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
413
|
+
rn as CSS3DRender,
|
|
414
|
+
jp as CSS3DRenderPlugin,
|
|
415
|
+
Te as CameraMovementEffect,
|
|
416
|
+
de as CameraMovementPlugin,
|
|
417
|
+
cn as ContentType,
|
|
418
|
+
je as CruisePlugin,
|
|
419
|
+
yn as CruisePluginController,
|
|
420
|
+
An as CruisePluginTypes,
|
|
421
|
+
ce as DIRECTION,
|
|
422
|
+
gn as DISPLAY_STRATEGY_TYPE,
|
|
423
|
+
Vn as DimensionType,
|
|
424
|
+
Qp as FLOOR_PLAN_ATTACHED_TO,
|
|
425
|
+
le as FLOOR_TYPE_MAP,
|
|
426
|
+
ee as FloorplanRoomsPlugin,
|
|
427
|
+
_n as GuideLineItem,
|
|
428
|
+
In as GuideLineModeItem,
|
|
429
|
+
He as GuideLinePlugin,
|
|
430
|
+
Tn as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
|
|
431
|
+
Cn as ItemLabelPlugin,
|
|
432
|
+
un as Magnifier,
|
|
433
|
+
oe as MapviewFloorplanPlugin,
|
|
434
|
+
ue as ModelChassisCompassPlugin,
|
|
435
|
+
ge as ModelEntryDoorGuidePlugin,
|
|
436
|
+
Xp as ModelFloorplanPlugin,
|
|
437
|
+
dn as ModelItemLabelPlugin,
|
|
438
|
+
zp as ModelRoomLabelPlugin,
|
|
439
|
+
Ye as ModelTVVideoPlugin,
|
|
440
|
+
Hp as ModelViewPlugin,
|
|
441
|
+
wn as Object3DHelperController,
|
|
442
|
+
ze as Object3DHelperPlugin,
|
|
443
|
+
Bn as PLUGIN,
|
|
444
|
+
Np as PaintBrush,
|
|
445
|
+
wp as PaintBrushTypeEnum,
|
|
446
|
+
Oe as PanoCompassPlugin,
|
|
447
|
+
kp as PanoCursorRaycasterPlugin,
|
|
448
|
+
we as PanoDoorLabelPlugin,
|
|
449
|
+
me as PanoFloorplanRadarPlugin,
|
|
450
|
+
Se as PanoMeasurePlugin,
|
|
451
|
+
ln as PanoMeasurePluginLine,
|
|
452
|
+
mn as PanoMeasurePluginModel,
|
|
453
|
+
en as PanoMeasurePluginPoint,
|
|
454
|
+
Pn as PanoMeasurePluginPolyline,
|
|
455
|
+
Re as PanoRulerPlugin,
|
|
456
|
+
Ee as PanoRulerProPlugin,
|
|
457
|
+
De as PanoSpatialTagPlugin,
|
|
458
|
+
ke as PanoTagPlugin,
|
|
459
|
+
Gn as PanoTagPluginController,
|
|
460
|
+
Ke as PanoVideoPlugin,
|
|
461
|
+
Un as PanoVideoPluginType,
|
|
462
|
+
We as PipelinePlugin,
|
|
463
|
+
Nn as PointType,
|
|
464
|
+
ae as ROOM_FETILE_TYPE_MAP,
|
|
465
|
+
Pe as ROOM_TYPE_MAP,
|
|
466
|
+
Le as Rotation,
|
|
467
|
+
te as TopviewFloorplanPlugin,
|
|
468
|
+
Ze as Util,
|
|
469
|
+
Yn as defaultGlobalConfig,
|
|
470
|
+
Ne as itemLabelPluginServerParams,
|
|
471
|
+
be as modelItemLabelPluginServerParams,
|
|
472
|
+
Jp as modelRoomLabelPluginServerParams,
|
|
473
|
+
bn as pluginFlag
|
|
464
474
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function A() {
|
|
2
2
|
console.debug(
|
|
3
|
-
"%c %c@realsee/dnalogel %cv2.
|
|
3
|
+
"%c %c@realsee/dnalogel %cv2.28.0-dev.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",
|
|
@@ -151,20 +151,25 @@ function lt(t, e, n, i) {
|
|
|
151
151
|
return t.addEventListener(e, n, i), () => t.removeEventListener(e, n, i);
|
|
152
152
|
}
|
|
153
153
|
function Zt(t) {
|
|
154
|
+
return function(e) {
|
|
155
|
+
return e.preventDefault(), t.call(this, e);
|
|
156
|
+
};
|
|
157
|
+
}
|
|
158
|
+
function te(t) {
|
|
154
159
|
return function(e) {
|
|
155
160
|
return e.stopPropagation(), t.call(this, e);
|
|
156
161
|
};
|
|
157
162
|
}
|
|
158
|
-
function
|
|
163
|
+
function ee(t, e, n) {
|
|
159
164
|
n == null ? t.removeAttribute(e) : t.getAttribute(e) !== n && t.setAttribute(e, n);
|
|
160
165
|
}
|
|
161
166
|
function At(t) {
|
|
162
167
|
return Array.from(t.childNodes);
|
|
163
168
|
}
|
|
164
|
-
function
|
|
169
|
+
function ne(t, e) {
|
|
165
170
|
e = "" + e, t.data !== e && (t.data = e);
|
|
166
171
|
}
|
|
167
|
-
function
|
|
172
|
+
function ie(t, e, n, i) {
|
|
168
173
|
n === null ? t.style.removeProperty(e) : t.style.setProperty(e, n, i ? "important" : "");
|
|
169
174
|
}
|
|
170
175
|
let W;
|
|
@@ -179,7 +184,7 @@ function Tt() {
|
|
|
179
184
|
}
|
|
180
185
|
return W;
|
|
181
186
|
}
|
|
182
|
-
function
|
|
187
|
+
function re(t, e) {
|
|
183
188
|
getComputedStyle(t).position === "static" && (t.style.position = "relative");
|
|
184
189
|
const i = K("iframe");
|
|
185
190
|
i.setAttribute("style", "display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"), i.setAttribute("aria-hidden", "true"), i.tabIndex = -1;
|
|
@@ -193,14 +198,14 @@ function ie(t, e) {
|
|
|
193
198
|
(r || s && i.contentWindow) && s(), J(i);
|
|
194
199
|
};
|
|
195
200
|
}
|
|
196
|
-
function
|
|
201
|
+
function se(t, e, n) {
|
|
197
202
|
t.classList[n ? "add" : "remove"](e);
|
|
198
203
|
}
|
|
199
204
|
function yt(t, e, { bubbles: n = !1, cancelable: i = !1 } = {}) {
|
|
200
205
|
const r = document.createEvent("CustomEvent");
|
|
201
206
|
return r.initCustomEvent(t, n, i, e), r;
|
|
202
207
|
}
|
|
203
|
-
class
|
|
208
|
+
class oe {
|
|
204
209
|
constructor(e = !1) {
|
|
205
210
|
this.is_svg = !1, this.is_svg = e, this.e = this.n = null;
|
|
206
211
|
}
|
|
@@ -266,28 +271,28 @@ function jt() {
|
|
|
266
271
|
}), H.clear());
|
|
267
272
|
});
|
|
268
273
|
}
|
|
269
|
-
let
|
|
274
|
+
let O;
|
|
270
275
|
function v(t) {
|
|
271
|
-
|
|
276
|
+
O = t;
|
|
272
277
|
}
|
|
273
278
|
function A() {
|
|
274
|
-
if (!
|
|
279
|
+
if (!O)
|
|
275
280
|
throw new Error("Function called outside component initialization");
|
|
276
|
-
return
|
|
281
|
+
return O;
|
|
277
282
|
}
|
|
278
|
-
function
|
|
283
|
+
function ce(t) {
|
|
279
284
|
A().$$.before_update.push(t);
|
|
280
285
|
}
|
|
281
|
-
function
|
|
286
|
+
function ue(t) {
|
|
282
287
|
A().$$.on_mount.push(t);
|
|
283
288
|
}
|
|
284
|
-
function
|
|
289
|
+
function le(t) {
|
|
285
290
|
A().$$.after_update.push(t);
|
|
286
291
|
}
|
|
287
|
-
function
|
|
292
|
+
function fe(t) {
|
|
288
293
|
A().$$.on_destroy.push(t);
|
|
289
294
|
}
|
|
290
|
-
function
|
|
295
|
+
function ae() {
|
|
291
296
|
const t = A();
|
|
292
297
|
return (e, n, { cancelable: i = !1 } = {}) => {
|
|
293
298
|
const r = t.$$.callbacks[e];
|
|
@@ -300,13 +305,13 @@ function fe() {
|
|
|
300
305
|
return !0;
|
|
301
306
|
};
|
|
302
307
|
}
|
|
303
|
-
function
|
|
308
|
+
function de(t, e) {
|
|
304
309
|
return A().$$.context.set(t, e), e;
|
|
305
310
|
}
|
|
306
|
-
function
|
|
311
|
+
function he(t) {
|
|
307
312
|
return A().$$.context.get(t);
|
|
308
313
|
}
|
|
309
|
-
function
|
|
314
|
+
function _e(t, e) {
|
|
310
315
|
const n = t.$$.callbacks[e.type];
|
|
311
316
|
n && n.slice().forEach((i) => i.call(this, e));
|
|
312
317
|
}
|
|
@@ -317,13 +322,13 @@ let Y = !1;
|
|
|
317
322
|
function wt() {
|
|
318
323
|
Y || (Y = !0, bt.then(rt));
|
|
319
324
|
}
|
|
320
|
-
function
|
|
325
|
+
function pe() {
|
|
321
326
|
return wt(), bt;
|
|
322
327
|
}
|
|
323
328
|
function z(t) {
|
|
324
329
|
S.push(t);
|
|
325
330
|
}
|
|
326
|
-
function
|
|
331
|
+
function me(t) {
|
|
327
332
|
X.push(t);
|
|
328
333
|
}
|
|
329
334
|
const V = /* @__PURE__ */ new Set();
|
|
@@ -331,7 +336,7 @@ let C = 0;
|
|
|
331
336
|
function rt() {
|
|
332
337
|
if (C !== 0)
|
|
333
338
|
return;
|
|
334
|
-
const t =
|
|
339
|
+
const t = O;
|
|
335
340
|
do {
|
|
336
341
|
try {
|
|
337
342
|
for (; C < P.length; ) {
|
|
@@ -364,11 +369,11 @@ function zt(t) {
|
|
|
364
369
|
const e = [], n = [];
|
|
365
370
|
S.forEach((i) => t.indexOf(i) === -1 ? e.push(i) : n.push(i)), n.forEach((i) => i()), S = e;
|
|
366
371
|
}
|
|
367
|
-
let
|
|
372
|
+
let D;
|
|
368
373
|
function st() {
|
|
369
|
-
return
|
|
370
|
-
|
|
371
|
-
})),
|
|
374
|
+
return D || (D = Promise.resolve(), D.then(() => {
|
|
375
|
+
D = null;
|
|
376
|
+
})), D;
|
|
372
377
|
}
|
|
373
378
|
function T(t, e, n) {
|
|
374
379
|
t.dispatchEvent(yt(`${e ? "intro" : "outro"}${n}`));
|
|
@@ -383,7 +388,7 @@ function Lt() {
|
|
|
383
388
|
// parent group
|
|
384
389
|
};
|
|
385
390
|
}
|
|
386
|
-
function
|
|
391
|
+
function Dt() {
|
|
387
392
|
x.r || M(x.c), x = x.p;
|
|
388
393
|
}
|
|
389
394
|
function ot(t, e) {
|
|
@@ -400,7 +405,7 @@ function $t(t, e, n, i) {
|
|
|
400
405
|
i && i();
|
|
401
406
|
}
|
|
402
407
|
const ct = { duration: 0 };
|
|
403
|
-
function
|
|
408
|
+
function ge(t, e, n) {
|
|
404
409
|
const i = { direction: "in" };
|
|
405
410
|
let r = e(t, n, i), s = !1, c, o, l = 0;
|
|
406
411
|
function u() {
|
|
@@ -435,7 +440,7 @@ function me(t, e, n) {
|
|
|
435
440
|
}
|
|
436
441
|
};
|
|
437
442
|
}
|
|
438
|
-
function
|
|
443
|
+
function ye(t, e, n) {
|
|
439
444
|
const i = { direction: "out" };
|
|
440
445
|
let r = e(t, n, i), s = !0, c;
|
|
441
446
|
const o = x;
|
|
@@ -464,7 +469,7 @@ function ge(t, e, n) {
|
|
|
464
469
|
}
|
|
465
470
|
};
|
|
466
471
|
}
|
|
467
|
-
function
|
|
472
|
+
function be(t, e, n, i) {
|
|
468
473
|
const r = { direction: "both" };
|
|
469
474
|
let s = e(t, n, r), c = i ? 0 : 1, o = null, l = null, u = null;
|
|
470
475
|
function _() {
|
|
@@ -510,7 +515,7 @@ function ye(t, e, n, i) {
|
|
|
510
515
|
}
|
|
511
516
|
};
|
|
512
517
|
}
|
|
513
|
-
function
|
|
518
|
+
function we(t, e) {
|
|
514
519
|
const n = e.token = {};
|
|
515
520
|
function i(r, s, c, o) {
|
|
516
521
|
if (e.token !== n)
|
|
@@ -523,7 +528,7 @@ function be(t, e) {
|
|
|
523
528
|
e.block && (e.blocks ? e.blocks.forEach((a, d) => {
|
|
524
529
|
d !== s && a && (Lt(), $t(a, 1, 1, () => {
|
|
525
530
|
e.blocks[d] === a && (e.blocks[d] = null);
|
|
526
|
-
}),
|
|
531
|
+
}), Dt());
|
|
527
532
|
}) : e.block.d(1), u.c(), ot(u, 1), u.m(e.mount(), e.anchor), _ = !0), e.block = u, e.blocks && (e.blocks[s] = u), _ && rt();
|
|
528
533
|
}
|
|
529
534
|
if (xt(t)) {
|
|
@@ -541,20 +546,20 @@ function be(t, e) {
|
|
|
541
546
|
e.resolved = t;
|
|
542
547
|
}
|
|
543
548
|
}
|
|
544
|
-
function
|
|
549
|
+
function $e(t, e, n) {
|
|
545
550
|
const i = e.slice(), { resolved: r } = t;
|
|
546
551
|
t.current === t.then && (i[t.value] = r), t.current === t.catch && (i[t.error] = r), t.block.p(i, n);
|
|
547
552
|
}
|
|
548
|
-
const
|
|
549
|
-
function
|
|
553
|
+
const ke = typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : global;
|
|
554
|
+
function xe(t, e) {
|
|
550
555
|
t.d(1), e.delete(t.key);
|
|
551
556
|
}
|
|
552
|
-
function
|
|
557
|
+
function Ee(t, e) {
|
|
553
558
|
$t(t, 1, 1, () => {
|
|
554
559
|
e.delete(t.key);
|
|
555
560
|
});
|
|
556
561
|
}
|
|
557
|
-
function
|
|
562
|
+
function ve(t, e, n, i, r, s, c, o, l, u, _, a) {
|
|
558
563
|
let d = t.length, f = s.length, h = d;
|
|
559
564
|
const m = {};
|
|
560
565
|
for (; h--; )
|
|
@@ -581,7 +586,7 @@ function Ee(t, e, n, i, r, s, c, o, l, u, _, a) {
|
|
|
581
586
|
Q(p[f - 1]);
|
|
582
587
|
return M(b), p;
|
|
583
588
|
}
|
|
584
|
-
function
|
|
589
|
+
function Ne(t, e) {
|
|
585
590
|
const n = {}, i = {}, r = { $$scope: 1 };
|
|
586
591
|
let s = t.length;
|
|
587
592
|
for (; s--; ) {
|
|
@@ -600,17 +605,17 @@ function ve(t, e) {
|
|
|
600
605
|
c in n || (n[c] = void 0);
|
|
601
606
|
return n;
|
|
602
607
|
}
|
|
603
|
-
function
|
|
608
|
+
function Me(t) {
|
|
604
609
|
return typeof t == "object" && t !== null ? t : {};
|
|
605
610
|
}
|
|
606
|
-
function
|
|
611
|
+
function Ae(t, e, n) {
|
|
607
612
|
const i = t.$$.props[e];
|
|
608
613
|
i !== void 0 && (t.$$.bound[i] = n, n(t.$$.ctx[i]));
|
|
609
614
|
}
|
|
610
|
-
function
|
|
615
|
+
function Te(t) {
|
|
611
616
|
t && t.c();
|
|
612
617
|
}
|
|
613
|
-
function
|
|
618
|
+
function Ot(t, e, n, i) {
|
|
614
619
|
const { fragment: r, after_update: s } = t.$$;
|
|
615
620
|
r && r.m(e, n), i || z(() => {
|
|
616
621
|
const c = t.$$.on_mount.map(at).filter(L);
|
|
@@ -624,8 +629,8 @@ function Rt(t, e) {
|
|
|
624
629
|
function qt(t, e) {
|
|
625
630
|
t.$$.dirty[0] === -1 && (P.push(t), wt(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
|
|
626
631
|
}
|
|
627
|
-
function
|
|
628
|
-
const l =
|
|
632
|
+
function Ce(t, e, n, i, r, s, c, o = [-1]) {
|
|
633
|
+
const l = O;
|
|
629
634
|
v(t);
|
|
630
635
|
const u = t.$$ = {
|
|
631
636
|
fragment: null,
|
|
@@ -659,11 +664,11 @@ function Te(t, e, n, i, r, s, c, o = [-1]) {
|
|
|
659
664
|
u.fragment && u.fragment.l(a), a.forEach(J);
|
|
660
665
|
} else
|
|
661
666
|
u.fragment && u.fragment.c();
|
|
662
|
-
e.intro && ot(t.$$.fragment),
|
|
667
|
+
e.intro && ot(t.$$.fragment), Ot(t, e.target, e.anchor, e.customElement), rt();
|
|
663
668
|
}
|
|
664
669
|
v(l);
|
|
665
670
|
}
|
|
666
|
-
class
|
|
671
|
+
class Pe {
|
|
667
672
|
$destroy() {
|
|
668
673
|
Rt(this, 1), this.$destroy = N;
|
|
669
674
|
}
|
|
@@ -681,69 +686,70 @@ class Ce {
|
|
|
681
686
|
}
|
|
682
687
|
}
|
|
683
688
|
export {
|
|
684
|
-
|
|
685
|
-
|
|
689
|
+
oe as HtmlTag,
|
|
690
|
+
Pe as SvelteComponent,
|
|
686
691
|
Jt as action_destroyer,
|
|
687
|
-
|
|
692
|
+
me as add_flush_callback,
|
|
688
693
|
z as add_render_callback,
|
|
689
|
-
|
|
690
|
-
|
|
694
|
+
re as add_resize_listener,
|
|
695
|
+
le as afterUpdate,
|
|
691
696
|
pt as append,
|
|
692
697
|
Qt as append_styles,
|
|
693
698
|
kt as assign,
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
699
|
+
ee as attr,
|
|
700
|
+
ce as beforeUpdate,
|
|
701
|
+
Ae as bind,
|
|
697
702
|
ft as binding_callbacks,
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
703
|
+
_e as bubble,
|
|
704
|
+
Dt as check_outros,
|
|
705
|
+
ae as createEventDispatcher,
|
|
706
|
+
be as create_bidirectional_transition,
|
|
707
|
+
Te as create_component,
|
|
708
|
+
ge as create_in_transition,
|
|
709
|
+
ye as create_out_transition,
|
|
705
710
|
Bt as create_slot,
|
|
706
|
-
|
|
711
|
+
xe as destroy_block,
|
|
707
712
|
Rt as destroy_component,
|
|
708
713
|
Vt as destroy_each,
|
|
709
714
|
J as detach,
|
|
710
715
|
K as element,
|
|
711
716
|
Yt as empty,
|
|
712
|
-
|
|
717
|
+
he as getContext,
|
|
713
718
|
Ut as get_all_dirty_from_scope,
|
|
714
719
|
Ht as get_slot_changes,
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
720
|
+
Me as get_spread_object,
|
|
721
|
+
Ne as get_spread_update,
|
|
722
|
+
ke as globals,
|
|
718
723
|
Lt as group_outros,
|
|
719
|
-
|
|
724
|
+
we as handle_promise,
|
|
720
725
|
Z as identity,
|
|
721
|
-
|
|
726
|
+
Ce as init,
|
|
722
727
|
Nt as insert,
|
|
723
728
|
L as is_function,
|
|
724
729
|
lt as listen,
|
|
725
|
-
|
|
730
|
+
Ot as mount_component,
|
|
726
731
|
N as noop,
|
|
727
732
|
Gt as null_to_empty,
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
733
|
+
fe as onDestroy,
|
|
734
|
+
ue as onMount,
|
|
735
|
+
Ee as outro_and_destroy_block,
|
|
736
|
+
Zt as prevent_default,
|
|
731
737
|
M as run_all,
|
|
732
738
|
Ft as safe_not_equal,
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
739
|
+
de as setContext,
|
|
740
|
+
ne as set_data,
|
|
741
|
+
ie as set_style,
|
|
736
742
|
Xt as space,
|
|
737
743
|
Kt as split_css_unit,
|
|
738
744
|
Wt as src_url_equal,
|
|
739
|
-
|
|
745
|
+
te as stop_propagation,
|
|
740
746
|
Mt as svg_element,
|
|
741
747
|
gt as text,
|
|
742
|
-
|
|
743
|
-
|
|
748
|
+
pe as tick,
|
|
749
|
+
se as toggle_class,
|
|
744
750
|
ot as transition_in,
|
|
745
751
|
$t as transition_out,
|
|
746
|
-
|
|
747
|
-
|
|
752
|
+
$e as update_await_block_branch,
|
|
753
|
+
ve as update_keyed_each,
|
|
748
754
|
It as update_slot_base
|
|
749
755
|
};
|
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.
|
|
10
|
+
"version": "2.28.0-dev.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*",
|