@realsee/dnalogel 2.1.2-alpha.0 → 2.1.2-alpha.10
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/README.md +3 -12
- package/dist/CSS3DRenderPlugin/index..js +88 -0
- package/dist/CSS3DRenderPlugin/index.cjs.js +1 -0
- package/dist/CameraMovementPlugin/index..js +11 -0
- package/dist/CameraMovementPlugin/index.cjs.js +1 -0
- package/dist/CruisePlugin/index..js +527 -0
- package/dist/CruisePlugin/index.cjs.js +1 -0
- package/dist/GuideLinePlugin/index..js +214 -0
- package/dist/GuideLinePlugin/index.cjs.js +1 -0
- package/dist/ItemLabelPlugin/index..js +508 -0
- package/dist/ItemLabelPlugin/index.cjs.js +10 -0
- package/dist/ModelChassisCompassPlugin/index..js +9 -0
- package/dist/ModelChassisCompassPlugin/index.cjs.js +1 -0
- package/dist/ModelEntryDoorGuidePlugin/index..js +9 -0
- package/dist/ModelEntryDoorGuidePlugin/index.cjs.js +1 -0
- package/dist/ModelItemLabelPlugin/index..js +334 -0
- package/dist/ModelItemLabelPlugin/index.cjs.js +10 -0
- package/dist/ModelRoomLabelPlugin/index..js +274 -0
- package/dist/ModelRoomLabelPlugin/index.cjs.js +1 -0
- package/dist/ModelTVVideoPlugin/index..js +12 -0
- package/dist/ModelTVVideoPlugin/index.cjs.js +1 -0
- package/dist/ModelViewPlugin/index..js +8 -0
- package/dist/ModelViewPlugin/index.cjs.js +1 -0
- package/dist/Object3DHelperPlugin/index..js +1414 -0
- package/dist/Object3DHelperPlugin/index.cjs.js +1 -0
- package/dist/PanoCompassPlugin/index..js +258 -0
- package/dist/PanoCompassPlugin/index.cjs.js +1 -0
- package/dist/PanoCursorRaycasterPlugin/index..js +63 -0
- package/dist/PanoCursorRaycasterPlugin/index.cjs.js +1 -0
- package/dist/PanoDoorLabelPlugin/index..js +340 -0
- package/dist/PanoDoorLabelPlugin/index.cjs.js +1 -0
- package/dist/PanoMeasurePlugin/index..js +15 -0
- package/dist/PanoMeasurePlugin/index.cjs.js +1 -0
- package/dist/PanoRulerPlugin/index..js +9 -0
- package/dist/PanoRulerPlugin/index.cjs.js +1 -0
- package/dist/PanoRulerProPlugin/index..js +395 -0
- package/dist/PanoRulerProPlugin/index.cjs.js +1 -0
- package/dist/PanoSpatialTagPlugin/index..js +15 -0
- package/dist/PanoSpatialTagPlugin/index.cjs.js +1 -0
- package/dist/PanoTagPlugin/index..js +4522 -0
- package/dist/PanoTagPlugin/index.cjs.js +17 -0
- package/dist/chunks/cjs/BasePlugin.57e5204f.cjs.js +1 -0
- package/dist/chunks/cjs/BasePluginWithData.0a28882d.cjs.js +1 -0
- package/dist/chunks/cjs/CSS3DRender.15349564.cjs.js +1 -0
- package/dist/chunks/cjs/CameraMovementPlugin.2b342576.cjs.js +1 -0
- package/dist/chunks/cjs/Plugin.5f616fb3.cjs.js +1 -0
- package/dist/chunks/cjs/Plugin.609da4aa.cjs.js +94 -0
- package/dist/chunks/cjs/Plugin.67936d0e.cjs.js +16 -0
- package/dist/chunks/cjs/Plugin.8a110c53.cjs.js +1 -0
- package/dist/chunks/cjs/Plugin.9971108a.cjs.js +1 -0
- package/dist/chunks/cjs/Plugin.fd42bf8a.cjs.js +1 -0
- package/dist/chunks/cjs/Subscribe.5398d5c6.cjs.js +1 -0
- package/dist/chunks/cjs/changeModelCanvasOpacity.8d84f111.cjs.js +1 -0
- package/dist/chunks/cjs/correctFiveState.4c8472bd.cjs.js +1 -0
- package/dist/chunks/cjs/debounce.93dfb637.cjs.js +1 -0
- package/dist/chunks/cjs/equal.e9fcbd4e.cjs.js +1 -0
- package/dist/chunks/cjs/filter.cf9ebbb3.cjs.js +1 -0
- package/dist/chunks/cjs/formatData.81e95011.cjs.js +10 -0
- package/dist/chunks/cjs/index.30b7baeb.cjs.js +101 -0
- package/dist/chunks/cjs/index.686e84d1.cjs.js +290 -0
- package/dist/chunks/cjs/index.7d2010ce.cjs.js +1 -0
- package/dist/chunks/cjs/isNil.b3a58990.cjs.js +1 -0
- package/dist/chunks/cjs/planimetry.7fce816a.cjs.js +1 -0
- package/dist/chunks/cjs/throttle.86c209eb.cjs.js +1 -0
- package/dist/chunks/cjs/transfromToMeshBasicMaterial.9db6d46a.cjs.js +1 -0
- package/dist/chunks/cjs/uuid.29ed9c88.cjs.js +1 -0
- package/dist/chunks/es/BasePlugin.813e25f7.es.js +18 -0
- package/dist/chunks/es/BasePluginWithData.4bf4e649.es.js +6 -0
- package/dist/chunks/es/CSS3DRender.5652510e.es.js +393 -0
- package/dist/chunks/es/CameraMovementPlugin.4a7c3e46.es.js +120 -0
- package/dist/chunks/es/Plugin.26c2df05.es.js +106 -0
- package/dist/chunks/es/Plugin.435485ed.es.js +584 -0
- package/dist/chunks/es/Plugin.a98418f0.es.js +82 -0
- package/dist/chunks/es/Plugin.ae4ee6f8.es.js +82 -0
- package/dist/chunks/es/Plugin.dd11e0ad.es.js +180 -0
- package/dist/chunks/es/Plugin.f4cf895f.es.js +355 -0
- package/dist/chunks/es/Subscribe.c73e0f91.es.js +50 -0
- package/dist/chunks/es/changeModelCanvasOpacity.45ef9fd6.es.js +1551 -0
- package/dist/chunks/es/correctFiveState.e7feab9f.es.js +66 -0
- package/dist/chunks/es/debounce.ef83f417.es.js +11 -0
- package/dist/chunks/es/equal.7db4a6f7.es.js +56 -0
- package/dist/chunks/es/filter.97ec06c4.es.js +12 -0
- package/dist/chunks/es/formatData.a2b39ef9.es.js +483 -0
- package/dist/chunks/es/index.a273f06e.es.js +532 -0
- package/dist/chunks/es/index.b8fdb59b.es.js +50 -0
- package/dist/chunks/es/index.f74f4851.es.js +1787 -0
- package/dist/chunks/es/isNil.212842d9.es.js +10 -0
- package/dist/chunks/es/planimetry.b0b4a28d.es.js +43 -0
- package/dist/chunks/es/throttle.db66bac3.es.js +11 -0
- package/dist/chunks/es/transfromToMeshBasicMaterial.849ee069.es.js +24 -0
- package/dist/chunks/es/uuid.676cb2c8.es.js +9 -0
- package/dist/components/PaintBrush/index..js +6 -0
- package/dist/components/PaintBrush/index.cjs.js +1 -0
- package/dist/components/index..js +7 -0
- package/dist/components/index.cjs.js +1 -0
- package/dist/floorplan/MapviewFloorplanPlugin/index..js +324 -0
- package/dist/floorplan/MapviewFloorplanPlugin/index.cjs.js +1 -0
- package/dist/floorplan/ModelFloorplanPlugin/index..js +320 -0
- package/dist/floorplan/ModelFloorplanPlugin/index.cjs.js +1 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/index..js +613 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/index.cjs.js +1 -0
- package/dist/floorplan/TopviewFloorplanPlugin/index..js +277 -0
- package/dist/floorplan/TopviewFloorplanPlugin/index.cjs.js +1 -0
- package/dist/index..js +530 -0
- package/dist/index.cjs.js +3 -543
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +16 -16
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoTagPluginController.html +39 -39
- 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 +12 -12
- 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/LinkType.html +7 -7
- 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 +4 -4
- package/docs/functions/CameraMovementPlugin.html +4 -4
- package/docs/functions/CruisePlugin.html +4 -4
- package/docs/functions/GuideLinePlugin.html +5 -5
- package/docs/functions/ItemLabelPlugin.html +4 -4
- package/docs/functions/MapviewFloorplanPlugin.html +4 -4
- package/docs/functions/ModelChassisCompassPlugin.html +4 -4
- package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
- package/docs/functions/ModelFloorplanPlugin.html +4 -4
- package/docs/functions/ModelItemLabelPlugin.html +4 -4
- package/docs/functions/ModelRoomLabelPlugin.html +4 -4
- package/docs/functions/ModelTVVideoPlugin.html +4 -4
- package/docs/functions/ModelViewPlugin.html +4 -4
- package/docs/functions/Object3DHelperPlugin.html +4 -4
- package/docs/functions/PanoCompassPlugin.html +4 -4
- package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
- package/docs/functions/PanoDoorLabelPlugin.html +4 -4
- package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
- package/docs/functions/PanoMeasurePlugin.html +4 -4
- package/docs/functions/PanoRulerPlugin.html +4 -4
- package/docs/functions/PanoRulerProPlugin.html +4 -4
- package/docs/functions/PanoSpatialTagPlugin.html +4 -4
- package/docs/functions/PanoTagPlugin.html +4 -4
- package/docs/functions/TopviewFloorplanPlugin.html +4 -4
- 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 +5 -5
- package/docs/index.html +6 -11
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/ContentTypeMap.html +12 -12
- 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/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/LineJson.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 +8 -8
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/OpenParameter.html +7 -7
- 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 +5 -5
- package/docs/interfaces/PanoMeasureParameterType.html +11 -11
- 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 +5 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
- package/docs/interfaces/Point.html +8 -8
- package/docs/interfaces/PointJson.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 +5 -5
- package/docs/interfaces/Rooms.html +5 -5
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/TagConfig.html +10 -10
- package/docs/interfaces/Tags.html +9 -9
- package/docs/interfaces/Util.MagnifierParameter.html +11 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
- package/docs/modules/Util.html +5 -5
- package/docs/modules.html +4 -4
- package/docs/types/ArrayPosition.html +5 -5
- package/docs/types/CSS3DRenderExportType.html +5 -5
- package/docs/types/CSS3DRenderPluginExportType.html +5 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
- package/docs/types/Color.html +5 -5
- package/docs/types/ContentTypeConfigKey.html +5 -5
- package/docs/types/ContentTypeConfigKeyArray.html +5 -5
- package/docs/types/Create3DDomContainerReturnType.html +5 -5
- package/docs/types/Create3DElementReturnType.html +5 -5
- package/docs/types/CruisePluginExportType.html +5 -5
- package/docs/types/Direction-1.html +5 -5
- package/docs/types/Direction4.html +5 -5
- package/docs/types/FloorplanRuleLabels.html +5 -5
- package/docs/types/FloorplanServerRuleLabels.html +5 -5
- package/docs/types/GuideLinePluginExportType.html +5 -5
- package/docs/types/HelperEventMap.html +5 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
- package/docs/types/MediaData.html +5 -5
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
- package/docs/types/MoveArgs.html +5 -5
- package/docs/types/MoveOpts.html +5 -5
- package/docs/types/Object3DHelperEventMap.html +5 -5
- package/docs/types/ObjectFit.html +5 -5
- package/docs/types/PaintBrushEventMap.html +5 -5
- package/docs/types/PanoCompassPluginData.html +5 -5
- package/docs/types/PanoCompassPluginExportType.html +5 -5
- package/docs/types/PanoCompassPluginParameterType.html +5 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
- package/docs/types/PanoMeasurePluginEvent.html +5 -5
- package/docs/types/PanoMeasureReturnType.html +5 -5
- package/docs/types/PanoSpatialTagPluginId.html +5 -5
- package/docs/types/PanoTagPluginExportInterface.html +5 -5
- package/docs/types/PanoTagPluginParamsInterface.html +5 -5
- package/docs/types/PlaneTag.html +5 -5
- package/docs/types/PointTag.html +5 -5
- package/docs/types/Position.html +5 -5
- package/docs/types/RotateArgs.html +5 -5
- package/docs/types/RotateOpts.html +5 -5
- package/docs/types/RuleLabelsKey.html +5 -5
- package/docs/types/RuleLabelsValue.html +5 -5
- package/docs/types/Tag.html +5 -5
- package/docs/types/Tag2D.html +5 -5
- package/docs/types/Tag3D.html +5 -5
- package/docs/types/TagId.html +5 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
- package/docs/variables/PLUGIN.html +5 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
- package/docs/variables/ROOM_TYPE_MAP.html +5 -5
- package/docs/variables/VERSION.html +5 -5
- package/docs/variables/itemLabelPluginServerParams.html +5 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
- package/libs/CSS3DRenderPlugin/CSS3DRender.js +1 -5
- package/libs/CSS3DRenderPlugin/Controller.js +6 -7
- package/libs/CSS3DRenderPlugin/index.js +3 -4
- package/libs/CSS3DRenderPlugin/typing.js +1 -0
- package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +1 -3
- package/libs/CSS3DRenderPlugin/utils/index.js +1 -0
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +1 -2
- package/libs/CSS3DRenderPlugin/utils/random.js +1 -0
- package/libs/CameraMovementPlugin/CameraMovementPlugin.js +16 -17
- package/libs/CameraMovementPlugin/index.js +3 -0
- package/libs/CruisePlugin/Controller.js +4 -4
- package/libs/CruisePlugin/index.js +3 -6
- package/libs/CruisePlugin/utils/linerValue.js +4 -4
- package/libs/GuideLinePlugin/Controller.js +3 -4
- package/libs/GuideLinePlugin/index.js +3 -4
- package/libs/GuideLinePlugin/utils/getLineGeometries.js +1 -1
- package/libs/ItemLabelPlugin/ItemLabelComponent.js +34 -32
- package/libs/ItemLabelPlugin/Plugin.js +5 -6
- package/libs/ModelChassisCompassPlugin/Plugin.js +3 -4
- package/libs/ModelChassisCompassPlugin/index.js +2 -0
- package/libs/ModelEntryDoorGuidePlugin/Plugin.js +22 -23
- package/libs/ModelEntryDoorGuidePlugin/index.js +2 -0
- package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +4 -3
- package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +5 -6
- package/libs/ModelItemLabelPlugin/events.type.js +1 -0
- package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +11 -10
- package/libs/ModelRoomLabelPlugin/index.js +0 -1
- package/libs/ModelTVVideoPlugin/Plugin.js +1 -2
- package/libs/ModelTVVideoPlugin/index.js +2 -0
- package/libs/ModelViewPlugin/Plugin.js +1 -2
- package/libs/ModelViewPlugin/index.js +2 -0
- package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +6 -7
- package/libs/Object3DHelperPlugin/index.js +1 -6
- package/libs/PanoCompassPlugin/index.js +3 -4
- package/libs/PanoCursorRaycasterPlugin/index.js +7 -8
- package/libs/PanoDoorLabelPlugin/index.js +1 -2
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +3 -3
- package/libs/PanoMeasurePlugin/Controller/EditController.js +5 -5
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +17 -17
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +3 -3
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +9 -9
- package/libs/PanoMeasurePlugin/Controller/index.js +8 -8
- package/libs/PanoMeasurePlugin/Model/index.js +3 -3
- package/libs/PanoMeasurePlugin/Model/line.js +11 -11
- package/libs/PanoMeasurePlugin/Model/point.js +7 -7
- package/libs/PanoMeasurePlugin/Model/polyline.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +4 -4
- package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +30 -30
- package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +2 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +2 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +3 -3
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +3 -4
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +5 -5
- package/libs/PanoMeasurePlugin/index.js +3 -4
- package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -1
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +1 -1
- package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +2 -2
- package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +3 -3
- package/libs/PanoMeasurePlugin/utils/line.js +0 -1
- package/libs/PanoMeasurePlugin/utils/math.js +1 -2
- package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +2 -2
- package/libs/PanoRulerPlugin/Plugin.js +2 -3
- package/libs/PanoRulerPlugin/index.js +2 -0
- package/libs/PanoRulerPlugin/style.js +1 -1
- package/libs/PanoRulerProPlugin/Controller.js +15 -15
- package/libs/PanoRulerProPlugin/RulerItems.js +7 -4
- package/libs/PanoRulerProPlugin/index.js +3 -4
- package/libs/PanoSpatialTagPlugin/Components/origins.js +3 -2
- package/libs/PanoSpatialTagPlugin/Components/tag.js +3 -2
- package/libs/PanoSpatialTagPlugin/Plugin.js +2 -3
- package/libs/PanoSpatialTagPlugin/index.js +6 -0
- package/libs/PanoSpatialTagPlugin/typings.js +1 -0
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +1 -1
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +1 -1
- package/libs/PanoTagPlugin/Components/Common/Media.js +43 -36
- package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +88 -78
- package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +5 -4
- package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +3 -2
- package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +30 -27
- package/libs/PanoTagPlugin/Components/Common/TextItem.js +106 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +20 -14
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +114 -92
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +71 -52
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +62 -50
- package/libs/PanoTagPlugin/Components/Tag/index.js +92 -63
- package/libs/PanoTagPlugin/Components/TagContainer.js +108 -64
- package/libs/PanoTagPlugin/Components/TagWrapper.js +113 -75
- package/libs/PanoTagPlugin/controller/index.js +0 -1
- package/libs/PanoTagPlugin/index.js +3 -7
- package/libs/PanoTagPlugin/tag.config.js +1 -2
- package/libs/PanoTagPlugin/typings/controller.js +1 -0
- package/libs/PanoTagPlugin/typings/index.js +1 -0
- package/libs/PanoTagPlugin/utils/constants.js +1 -2
- package/libs/PanoTagPlugin/utils/doUtil.js +6 -6
- package/libs/PanoTagPlugin/utils/index.js +1 -0
- package/libs/components/PaintBrush/Controller.js +3 -3
- package/libs/components/PaintBrush/style.js +1 -1
- package/libs/components/PaintBrush/tween.js +4 -4
- package/libs/components/index.js +2 -0
- package/libs/floorplan/Components/Camera.js +1 -1
- package/libs/floorplan/Components/CurrentFloor.js +51 -41
- package/libs/floorplan/Components/Main.js +41 -22
- package/libs/floorplan/Components/RoomHighlight/Room.js +3 -3
- package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +3 -2
- package/libs/floorplan/Components/RoomLabels/RoomLabels.js +37 -36
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +1 -1
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +7 -7
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +3 -4
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +7 -7
- package/libs/floorplan/ModelFloorplanPlugin/index.js +2 -3
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +6 -2
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +74 -65
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +2 -2
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +2 -3
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +5 -5
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +3 -4
- package/libs/floorplan/index.js +6 -0
- package/libs/floorplan/typings/floorplanData.js +1 -0
- package/libs/floorplan/utils/correctFiveState.js +19 -19
- package/libs/floorplan/utils/formatData.js +16 -16
- package/libs/floorplan/utils/formatPosition.js +7 -7
- package/libs/index.js +344 -90
- package/libs/shared-utils/Object3DHelper/Base/BaseController.js +2 -3
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +1 -3
- package/libs/shared-utils/Object3DHelper/Constants/color.js +0 -1
- package/libs/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js +1 -2
- package/libs/shared-utils/Object3DHelper/Helper/index.js +3 -0
- package/libs/shared-utils/Object3DHelper/typings/Direction.js +1 -0
- package/libs/shared-utils/Object3DHelper/typings/Hooks.js +1 -0
- package/libs/shared-utils/Object3DHelper/typings/Scissor.js +1 -0
- package/libs/shared-utils/Object3DHelper/typings/index.js +1 -0
- package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +1 -0
- package/libs/shared-utils/Object3DHelper/utils/getPoint.js +1 -0
- package/libs/shared-utils/Object3DHelper/utils/index.js +1 -0
- package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +1 -0
- package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +1 -0
- package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +1 -1
- package/libs/shared-utils/animationFrame/index.js +13 -16
- package/libs/shared-utils/animationFrame/tween.js +0 -2
- package/libs/shared-utils/changeModelCanvasOpacity.js +1 -1
- package/libs/shared-utils/createCanvasTextTexture.js +6 -6
- package/libs/shared-utils/createLine/index.js +3 -3
- package/libs/shared-utils/debounce.js +5 -5
- package/libs/shared-utils/equal.js +16 -16
- package/libs/shared-utils/filter.js +1 -1
- package/libs/shared-utils/five/changeMode.js +14 -14
- package/libs/shared-utils/getPxmm.js +7 -8
- package/libs/shared-utils/index.js +33 -29
- package/libs/shared-utils/isTruelyObject.js +1 -1
- package/libs/shared-utils/math/index.js +1 -0
- package/libs/shared-utils/math/planimetry.js +1 -6
- package/libs/shared-utils/math/rad2Deg.js +3 -3
- package/libs/shared-utils/nearlyEqual.js +3 -3
- package/libs/shared-utils/noop.js +1 -1
- package/libs/shared-utils/object3d2LocalMatrix.js +6 -7
- package/libs/shared-utils/removeArrayItem.js +5 -5
- package/libs/shared-utils/tap.js +3 -3
- package/libs/shared-utils/three/index.js +6 -0
- package/libs/shared-utils/three/transformPositionToVector3.js +2 -2
- package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +12 -12
- package/libs/shared-utils/throttle.js +2 -2
- package/libs/shared-utils/tinyEJSrender.js +7 -7
- package/libs/shared-utils/to.js +14 -15
- package/libs/shared-utils/uuid.js +0 -1
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/components-shared/get-changed-params.js +0 -0
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/components-shared/get-params.js +0 -0
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/components-shared/mount-swiper.js +0 -0
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/components-shared/params-list.js +0 -0
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/components-shared/update-swiper.js +0 -0
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/components-shared/utils.js +0 -0
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/svelte/swiper-slide.js +1 -1
- package/libs/vendor/swiper/svelte/swiper-svelte.js +3 -0
- package/libs/{node_modules/.pnpm/swiper@8.4.4/node_modules → vendor}/swiper/svelte/swiper.js +1 -1
- package/package.json +19 -17
- package/dist/index.es.js +0 -16650
- package/dist/index.js +0 -16650
- package/dist/index.umd.js +0 -556
|
@@ -1,16 +1,26 @@
|
|
|
1
|
-
import { SvelteComponent as S, init as j, safe_not_equal as G, append_styles as J, assign as v, element as K, create_component as L, space as z, attr as C, null_to_empty as V, insert as N, mount_component as D, append as k, get_spread_update as I, transition_in as b, group_outros as w, transition_out as
|
|
1
|
+
import { SvelteComponent as S, init as j, safe_not_equal as G, append_styles as J, assign as v, element as K, create_component as L, space as z, attr as C, null_to_empty as V, insert as N, mount_component as D, append as k, get_spread_update as I, transition_in as b, group_outros as w, transition_out as p, check_outros as A, detach as O, destroy_component as T } from "svelte/internal";
|
|
2
2
|
import { writable as P } from "svelte/store";
|
|
3
3
|
import Q from "./BaseImage.js";
|
|
4
4
|
import U from "./RoomLabels/RoomLabels.js";
|
|
5
5
|
import W from "./RuleLabels/RuleLabels.js";
|
|
6
6
|
import X from "./RoomMaterials/RoomMaterial.js";
|
|
7
7
|
import Y from "./RoomHighlight/RoomHighlight.js";
|
|
8
|
+
import "./Normalmage.js";
|
|
9
|
+
import "./SvgImage.js";
|
|
10
|
+
import "./RoomLabels/RoomLabel.js";
|
|
11
|
+
import "svelte";
|
|
12
|
+
import "./RuleLabels/RuleItem.js";
|
|
13
|
+
import "../utils/formatPosition.js";
|
|
14
|
+
import "./RoomMaterials/RoomMaterial_0.js";
|
|
15
|
+
import "./RoomMaterials/RoomMaterial_1.js";
|
|
16
|
+
import "./RoomMaterials/RoomMaterial_2.js";
|
|
17
|
+
import "./RoomHighlight/Room.js";
|
|
8
18
|
function Z(n) {
|
|
9
19
|
J(n, "svelte-bl8zrz", ".floorplan-plugin__floor.svelte-bl8zrz{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;pointer-events:none}.floorplan-plugin__floor--is-current.svelte-bl8zrz{opacity:1;pointer-events:auto}");
|
|
10
20
|
}
|
|
11
21
|
function q(n) {
|
|
12
22
|
let l, o;
|
|
13
|
-
const
|
|
23
|
+
const s = [
|
|
14
24
|
{
|
|
15
25
|
floorIndex: n[1],
|
|
16
26
|
floorplanData: n[5],
|
|
@@ -18,8 +28,8 @@ function q(n) {
|
|
|
18
28
|
}
|
|
19
29
|
];
|
|
20
30
|
let i = {};
|
|
21
|
-
for (let e = 0; e <
|
|
22
|
-
i = v(i,
|
|
31
|
+
for (let e = 0; e < s.length; e += 1)
|
|
32
|
+
i = v(i, s[e]);
|
|
23
33
|
return l = new Y({ props: i }), {
|
|
24
34
|
c() {
|
|
25
35
|
L(l.$$.fragment);
|
|
@@ -28,7 +38,7 @@ function q(n) {
|
|
|
28
38
|
D(l, e, u), o = !0;
|
|
29
39
|
},
|
|
30
40
|
p(e, u) {
|
|
31
|
-
const g = u & 1058 ? I(
|
|
41
|
+
const g = u & 1058 ? I(s, [
|
|
32
42
|
{
|
|
33
43
|
floorIndex: e[1],
|
|
34
44
|
floorplanData: e[5],
|
|
@@ -41,7 +51,7 @@ function q(n) {
|
|
|
41
51
|
o || (b(l.$$.fragment, e), o = !0);
|
|
42
52
|
},
|
|
43
53
|
o(e) {
|
|
44
|
-
|
|
54
|
+
p(l.$$.fragment, e), o = !1;
|
|
45
55
|
},
|
|
46
56
|
d(e) {
|
|
47
57
|
T(l, e);
|
|
@@ -50,7 +60,7 @@ function q(n) {
|
|
|
50
60
|
}
|
|
51
61
|
function B(n) {
|
|
52
62
|
let l, o;
|
|
53
|
-
const
|
|
63
|
+
const s = [
|
|
54
64
|
{
|
|
55
65
|
floorplanData: n[5],
|
|
56
66
|
floorIndex: n[1],
|
|
@@ -61,8 +71,8 @@ function B(n) {
|
|
|
61
71
|
}
|
|
62
72
|
];
|
|
63
73
|
let i = {};
|
|
64
|
-
for (let e = 0; e <
|
|
65
|
-
i = v(i,
|
|
74
|
+
for (let e = 0; e < s.length; e += 1)
|
|
75
|
+
i = v(i, s[e]);
|
|
66
76
|
return l = new U({ props: i }), {
|
|
67
77
|
c() {
|
|
68
78
|
L(l.$$.fragment);
|
|
@@ -71,7 +81,7 @@ function B(n) {
|
|
|
71
81
|
D(l, e, u), o = !0;
|
|
72
82
|
},
|
|
73
83
|
p(e, u) {
|
|
74
|
-
const g = u & 1762 ? I(
|
|
84
|
+
const g = u & 1762 ? I(s, [
|
|
75
85
|
{
|
|
76
86
|
floorplanData: e[5],
|
|
77
87
|
floorIndex: e[1],
|
|
@@ -87,7 +97,7 @@ function B(n) {
|
|
|
87
97
|
o || (b(l.$$.fragment, e), o = !0);
|
|
88
98
|
},
|
|
89
99
|
o(e) {
|
|
90
|
-
|
|
100
|
+
p(l.$$.fragment, e), o = !1;
|
|
91
101
|
},
|
|
92
102
|
d(e) {
|
|
93
103
|
T(l, e);
|
|
@@ -96,7 +106,7 @@ function B(n) {
|
|
|
96
106
|
}
|
|
97
107
|
function F(n) {
|
|
98
108
|
let l, o;
|
|
99
|
-
const
|
|
109
|
+
const s = [
|
|
100
110
|
{
|
|
101
111
|
floorplanData: n[5],
|
|
102
112
|
floorIndex: n[1],
|
|
@@ -104,8 +114,8 @@ function F(n) {
|
|
|
104
114
|
}
|
|
105
115
|
];
|
|
106
116
|
let i = {};
|
|
107
|
-
for (let e = 0; e <
|
|
108
|
-
i = v(i,
|
|
117
|
+
for (let e = 0; e < s.length; e += 1)
|
|
118
|
+
i = v(i, s[e]);
|
|
109
119
|
return l = new W({ props: i }), {
|
|
110
120
|
c() {
|
|
111
121
|
L(l.$$.fragment);
|
|
@@ -114,7 +124,7 @@ function F(n) {
|
|
|
114
124
|
D(l, e, u), o = !0;
|
|
115
125
|
},
|
|
116
126
|
p(e, u) {
|
|
117
|
-
const g = u & 290 ? I(
|
|
127
|
+
const g = u & 290 ? I(s, [
|
|
118
128
|
{
|
|
119
129
|
floorplanData: e[5],
|
|
120
130
|
floorIndex: e[1],
|
|
@@ -127,7 +137,7 @@ function F(n) {
|
|
|
127
137
|
o || (b(l.$$.fragment, e), o = !0);
|
|
128
138
|
},
|
|
129
139
|
o(e) {
|
|
130
|
-
|
|
140
|
+
p(l.$$.fragment, e), o = !1;
|
|
131
141
|
},
|
|
132
142
|
d(e) {
|
|
133
143
|
T(l, e);
|
|
@@ -135,7 +145,7 @@ function F(n) {
|
|
|
135
145
|
};
|
|
136
146
|
}
|
|
137
147
|
function y(n) {
|
|
138
|
-
let l, o,
|
|
148
|
+
let l, o, s, i, e, u, g, d, h;
|
|
139
149
|
const c = [
|
|
140
150
|
{
|
|
141
151
|
floorIndex: n[1],
|
|
@@ -146,24 +156,24 @@ function y(n) {
|
|
|
146
156
|
for (let t = 0; t < c.length; t += 1)
|
|
147
157
|
R = v(R, c[t]);
|
|
148
158
|
o = new X({ props: R });
|
|
149
|
-
let
|
|
159
|
+
let a = n[2] && q(n);
|
|
150
160
|
const E = [
|
|
151
161
|
{
|
|
152
162
|
floorplanData: n[5],
|
|
153
163
|
floorIndex: n[1]
|
|
154
164
|
}
|
|
155
165
|
];
|
|
156
|
-
let
|
|
166
|
+
let r = {};
|
|
157
167
|
for (let t = 0; t < E.length; t += 1)
|
|
158
|
-
|
|
159
|
-
e = new Q({ props:
|
|
160
|
-
let f = n[3] && B(n),
|
|
168
|
+
r = v(r, E[t]);
|
|
169
|
+
e = new Q({ props: r });
|
|
170
|
+
let f = n[3] && B(n), m = n[4] && F(n);
|
|
161
171
|
return {
|
|
162
172
|
c() {
|
|
163
|
-
l = K("div"), L(o.$$.fragment),
|
|
173
|
+
l = K("div"), L(o.$$.fragment), s = z(), a && a.c(), i = z(), L(e.$$.fragment), u = z(), f && f.c(), g = z(), m && m.c(), C(l, "class", d = V(`floorplan-plugin__floor${n[0] ? " floorplan-plugin__floor--is-current" : ""}`) + " svelte-bl8zrz");
|
|
164
174
|
},
|
|
165
175
|
m(t, _) {
|
|
166
|
-
N(t, l, _), D(o, l, null), k(l,
|
|
176
|
+
N(t, l, _), D(o, l, null), k(l, s), a && a.m(l, null), k(l, i), D(e, l, null), k(l, u), f && f.m(l, null), k(l, g), m && m.m(l, null), h = !0;
|
|
167
177
|
},
|
|
168
178
|
p(t, [_]) {
|
|
169
179
|
const H = _ & 34 ? I(c, [
|
|
@@ -172,8 +182,8 @@ function y(n) {
|
|
|
172
182
|
floorplanData: t[5]
|
|
173
183
|
}
|
|
174
184
|
]) : {};
|
|
175
|
-
o.$set(H), t[2] ?
|
|
176
|
-
|
|
185
|
+
o.$set(H), t[2] ? a ? (a.p(t, _), _ & 4 && b(a, 1)) : (a = q(t), a.c(), b(a, 1), a.m(l, i)) : a && (w(), p(a, 1, 1, () => {
|
|
186
|
+
a = null;
|
|
177
187
|
}), A());
|
|
178
188
|
const M = _ & 34 ? I(E, [
|
|
179
189
|
{
|
|
@@ -181,43 +191,43 @@ function y(n) {
|
|
|
181
191
|
floorIndex: t[1]
|
|
182
192
|
}
|
|
183
193
|
]) : {};
|
|
184
|
-
e.$set(M), t[3] ? f ? (f.p(t, _), _ & 8 && b(f, 1)) : (f = B(t), f.c(), b(f, 1), f.m(l, g)) : f && (w(),
|
|
194
|
+
e.$set(M), t[3] ? f ? (f.p(t, _), _ & 8 && b(f, 1)) : (f = B(t), f.c(), b(f, 1), f.m(l, g)) : f && (w(), p(f, 1, 1, () => {
|
|
185
195
|
f = null;
|
|
186
|
-
}), A()), t[4] ?
|
|
187
|
-
|
|
188
|
-
}), A()), (!
|
|
196
|
+
}), A()), t[4] ? m ? (m.p(t, _), _ & 16 && b(m, 1)) : (m = F(t), m.c(), b(m, 1), m.m(l, null)) : m && (w(), p(m, 1, 1, () => {
|
|
197
|
+
m = null;
|
|
198
|
+
}), A()), (!h || _ & 1 && d !== (d = V(`floorplan-plugin__floor${t[0] ? " floorplan-plugin__floor--is-current" : ""}`) + " svelte-bl8zrz")) && C(l, "class", d);
|
|
189
199
|
},
|
|
190
200
|
i(t) {
|
|
191
|
-
|
|
201
|
+
h || (b(o.$$.fragment, t), b(a), b(e.$$.fragment, t), b(f), b(m), h = !0);
|
|
192
202
|
},
|
|
193
203
|
o(t) {
|
|
194
|
-
|
|
204
|
+
p(o.$$.fragment, t), p(a), p(e.$$.fragment, t), p(f), p(m), h = !1;
|
|
195
205
|
},
|
|
196
206
|
d(t) {
|
|
197
|
-
t && O(l), T(o),
|
|
207
|
+
t && O(l), T(o), a && a.d(), T(e), f && f.d(), m && m.d();
|
|
198
208
|
}
|
|
199
209
|
};
|
|
200
210
|
}
|
|
201
211
|
function x(n, l, o) {
|
|
202
|
-
let { isCurrent:
|
|
212
|
+
let { isCurrent: s } = l, { floorIndex: i } = l, { hoverEnable: e } = l, { roomLabelsEnable: u } = l, { ruleLabelsEnable: g } = l, { floorplanData: d } = l, { getRoomAreaText: h } = l, { getLabelElement: c } = l, { getRuleDistanceText: R } = l, { adaptiveRoomLabelVisibleEnable: a } = l;
|
|
203
213
|
const E = P(void 0);
|
|
204
|
-
return n.$$set = (
|
|
205
|
-
"isCurrent" in
|
|
214
|
+
return n.$$set = (r) => {
|
|
215
|
+
"isCurrent" in r && o(0, s = r.isCurrent), "floorIndex" in r && o(1, i = r.floorIndex), "hoverEnable" in r && o(2, e = r.hoverEnable), "roomLabelsEnable" in r && o(3, u = r.roomLabelsEnable), "ruleLabelsEnable" in r && o(4, g = r.ruleLabelsEnable), "floorplanData" in r && o(5, d = r.floorplanData), "getRoomAreaText" in r && o(6, h = r.getRoomAreaText), "getLabelElement" in r && o(7, c = r.getLabelElement), "getRuleDistanceText" in r && o(8, R = r.getRuleDistanceText), "adaptiveRoomLabelVisibleEnable" in r && o(9, a = r.adaptiveRoomLabelVisibleEnable);
|
|
206
216
|
}, [
|
|
207
|
-
|
|
217
|
+
s,
|
|
208
218
|
i,
|
|
209
219
|
e,
|
|
210
220
|
u,
|
|
211
221
|
g,
|
|
212
|
-
p,
|
|
213
222
|
d,
|
|
223
|
+
h,
|
|
214
224
|
c,
|
|
215
225
|
R,
|
|
216
|
-
|
|
226
|
+
a,
|
|
217
227
|
E
|
|
218
228
|
];
|
|
219
229
|
}
|
|
220
|
-
class
|
|
230
|
+
class he extends S {
|
|
221
231
|
constructor(l) {
|
|
222
232
|
super(), j(
|
|
223
233
|
this,
|
|
@@ -242,5 +252,5 @@ class re extends S {
|
|
|
242
252
|
}
|
|
243
253
|
}
|
|
244
254
|
export {
|
|
245
|
-
|
|
255
|
+
he as default
|
|
246
256
|
};
|
|
@@ -1,11 +1,30 @@
|
|
|
1
|
-
import { SvelteComponent as S, init as j, safe_not_equal as
|
|
2
|
-
import { linear as
|
|
3
|
-
import { fade as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { SvelteComponent as S, init as j, safe_not_equal as p, append_styles as z, empty as G, insert as B, transition_in as g, group_outros as I, transition_out as _, check_outros as R, detach as F, assign as M, element as H, space as C, create_component as v, attr as J, append as P, mount_component as T, get_spread_update as N, add_render_callback as K, create_in_transition as O, destroy_each as Q, destroy_component as k } from "svelte/internal";
|
|
2
|
+
import { linear as W } from "svelte/easing";
|
|
3
|
+
import { fade as X } from "svelte/transition";
|
|
4
|
+
import Y from "./Camera.js";
|
|
5
|
+
import Z from "./Compass.js";
|
|
6
|
+
import y from "./CurrentFloor.js";
|
|
7
|
+
import "../Assets/camera.js";
|
|
8
|
+
import "../../shared-utils/math/rad2Deg.js";
|
|
9
|
+
import "../Assets/compass.js";
|
|
10
|
+
import "svelte/store";
|
|
11
|
+
import "./BaseImage.js";
|
|
12
|
+
import "./Normalmage.js";
|
|
13
|
+
import "./SvgImage.js";
|
|
14
|
+
import "./RoomLabels/RoomLabels.js";
|
|
15
|
+
import "./RoomLabels/RoomLabel.js";
|
|
16
|
+
import "svelte";
|
|
17
|
+
import "./RuleLabels/RuleLabels.js";
|
|
18
|
+
import "./RuleLabels/RuleItem.js";
|
|
19
|
+
import "./RoomMaterials/RoomMaterial.js";
|
|
20
|
+
import "../utils/formatPosition.js";
|
|
21
|
+
import "./RoomMaterials/RoomMaterial_0.js";
|
|
22
|
+
import "./RoomMaterials/RoomMaterial_1.js";
|
|
23
|
+
import "./RoomMaterials/RoomMaterial_2.js";
|
|
24
|
+
import "./RoomHighlight/RoomHighlight.js";
|
|
25
|
+
import "./RoomHighlight/Room.js";
|
|
26
|
+
function x(a) {
|
|
27
|
+
z(a, "svelte-86bqav", ".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}");
|
|
9
28
|
}
|
|
10
29
|
function U(a, e, t) {
|
|
11
30
|
const l = a.slice();
|
|
@@ -28,14 +47,14 @@ function V(a) {
|
|
|
28
47
|
let E = {};
|
|
29
48
|
for (let r = 0; r < h.length; r += 1)
|
|
30
49
|
E = M(E, h[r]);
|
|
31
|
-
l = new
|
|
50
|
+
l = new Y({ props: E });
|
|
32
51
|
let m = a[6] && w(a);
|
|
33
52
|
return {
|
|
34
53
|
c() {
|
|
35
|
-
e =
|
|
54
|
+
e = H("div");
|
|
36
55
|
for (let r = 0; r < f.length; r += 1)
|
|
37
56
|
f[r].c();
|
|
38
|
-
t = C(), v(l.$$.fragment), i = C(), m && m.c(),
|
|
57
|
+
t = C(), v(l.$$.fragment), i = C(), m && m.c(), J(e, "class", "floorplan-main svelte-86bqav");
|
|
39
58
|
},
|
|
40
59
|
m(r, s) {
|
|
41
60
|
B(r, e, s);
|
|
@@ -71,10 +90,10 @@ function V(a) {
|
|
|
71
90
|
if (!b) {
|
|
72
91
|
for (let s = 0; s < c.length; s += 1)
|
|
73
92
|
g(f[s]);
|
|
74
|
-
g(l.$$.fragment, r), g(m), n ||
|
|
75
|
-
n =
|
|
93
|
+
g(l.$$.fragment, r), g(m), n || K(() => {
|
|
94
|
+
n = O(e, X, {
|
|
76
95
|
duration: a[0],
|
|
77
|
-
easing:
|
|
96
|
+
easing: W
|
|
78
97
|
}), n.start();
|
|
79
98
|
}), b = !0;
|
|
80
99
|
}
|
|
@@ -86,7 +105,7 @@ function V(a) {
|
|
|
86
105
|
_(l.$$.fragment, r), _(m), b = !1;
|
|
87
106
|
},
|
|
88
107
|
d(r) {
|
|
89
|
-
r && F(e),
|
|
108
|
+
r && F(e), Q(f, r), k(l), m && m.d();
|
|
90
109
|
}
|
|
91
110
|
};
|
|
92
111
|
}
|
|
@@ -113,7 +132,7 @@ function q(a) {
|
|
|
113
132
|
let i = {};
|
|
114
133
|
for (let n = 0; n < l.length; n += 1)
|
|
115
134
|
i = M(i, l[n]);
|
|
116
|
-
return e = new
|
|
135
|
+
return e = new y({ props: i }), {
|
|
117
136
|
c() {
|
|
118
137
|
v(e.$$.fragment);
|
|
119
138
|
},
|
|
@@ -154,7 +173,7 @@ function q(a) {
|
|
|
154
173
|
}
|
|
155
174
|
function w(a) {
|
|
156
175
|
let e, t;
|
|
157
|
-
return e = new
|
|
176
|
+
return e = new Z({
|
|
158
177
|
props: {
|
|
159
178
|
floorplanData: a[9],
|
|
160
179
|
northDesc: a[2]
|
|
@@ -185,7 +204,7 @@ function $(a) {
|
|
|
185
204
|
let e, t, l = a[1] && V(a);
|
|
186
205
|
return {
|
|
187
206
|
c() {
|
|
188
|
-
l && l.c(), e =
|
|
207
|
+
l && l.c(), e = G();
|
|
189
208
|
},
|
|
190
209
|
m(i, n) {
|
|
191
210
|
l && l.m(i, n), B(i, e, n), t = !0;
|
|
@@ -229,14 +248,14 @@ function ee(a, e, t) {
|
|
|
229
248
|
A
|
|
230
249
|
];
|
|
231
250
|
}
|
|
232
|
-
class
|
|
251
|
+
class Ae extends S {
|
|
233
252
|
constructor(e) {
|
|
234
253
|
super(), j(
|
|
235
254
|
this,
|
|
236
255
|
e,
|
|
237
256
|
ee,
|
|
238
257
|
$,
|
|
239
|
-
|
|
258
|
+
p,
|
|
240
259
|
{
|
|
241
260
|
duration: 0,
|
|
242
261
|
visible: 1,
|
|
@@ -255,10 +274,10 @@ class ie extends S {
|
|
|
255
274
|
getRuleDistanceText: 14,
|
|
256
275
|
adaptiveRoomLabelVisibleEnable: 15
|
|
257
276
|
},
|
|
258
|
-
|
|
277
|
+
x
|
|
259
278
|
);
|
|
260
279
|
}
|
|
261
280
|
}
|
|
262
281
|
export {
|
|
263
|
-
|
|
282
|
+
Ae as default
|
|
264
283
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SvelteComponent as d, init as h, safe_not_equal as p, append_styles as _, svg_element as D, attr as r, insert as R, listen as i, noop as f, detach as g, run_all as y } from "svelte/internal";
|
|
2
|
-
import
|
|
2
|
+
import { pathD as M, formatFloorplanPoint as b } from "../../utils/formatPosition.js";
|
|
3
3
|
function q(t) {
|
|
4
4
|
_(t, "svelte-19uvvss", "path.svelte-19uvvss{opacity:0}path.svelte-19uvvss:hover{opacity:0.1}");
|
|
5
5
|
}
|
|
@@ -31,9 +31,9 @@ function E(t, e, n) {
|
|
|
31
31
|
function m() {
|
|
32
32
|
l.set(void 0);
|
|
33
33
|
}
|
|
34
|
-
const { bounding: v } = s, c =
|
|
34
|
+
const { bounding: v } = s, c = M(a.path, {
|
|
35
35
|
needZ: !0,
|
|
36
|
-
format: (o) =>
|
|
36
|
+
format: (o) => b(o, v)
|
|
37
37
|
});
|
|
38
38
|
return t.$$set = (o) => {
|
|
39
39
|
"room" in o && n(3, a = o.room), "floorplanData" in o && n(4, s = o.floorplanData), "hoveredRoom" in o && n(5, l = o.hoveredRoom);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SvelteComponent as v, init as k, safe_not_equal as b, append_styles as y, element as D, svg_element as R, attr as u, insert as _, append as w, group_outros as q, update_keyed_each as I, outro_and_destroy_block as x, check_outros as H, transition_in as g, transition_out as c, detach as p, assign as B, empty as C, create_component as M, mount_component as S, get_spread_update as W, destroy_component as j } from "svelte/internal";
|
|
2
2
|
import z from "./Room.js";
|
|
3
|
+
import "../../utils/formatPosition.js";
|
|
3
4
|
function A(i) {
|
|
4
5
|
y(i, "svelte-1kqo6e4", ".floorplan-plugin__room-highlight.svelte-1kqo6e4{position:absolute;width:100%;height:100%}svg.svelte-1kqo6e4{width:100%;height:100%;overflow:visible}");
|
|
5
6
|
}
|
|
@@ -99,7 +100,7 @@ function F(i, t, r) {
|
|
|
99
100
|
"floorIndex" in e && r(0, o = e.floorIndex), "floorplanData" in e && r(1, a = e.floorplanData), "hoveredRoom" in e && r(2, s = e.hoveredRoom);
|
|
100
101
|
}, [o, a, s, f, l];
|
|
101
102
|
}
|
|
102
|
-
class
|
|
103
|
+
class L extends v {
|
|
103
104
|
constructor(t) {
|
|
104
105
|
super(), k(
|
|
105
106
|
this,
|
|
@@ -117,5 +118,5 @@ class K extends v {
|
|
|
117
118
|
}
|
|
118
119
|
}
|
|
119
120
|
export {
|
|
120
|
-
|
|
121
|
+
L as default
|
|
121
122
|
};
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import { SvelteComponent as A, init as T, safe_not_equal as V, append_styles as D, empty as v, insert as b, transition_in as _, group_outros as L, transition_out as d, check_outros as k, detach as c, element as z, attr as I, add_render_callback as w, add_resize_listener as W, update_keyed_each as q, outro_and_destroy_block as C, assign as M, create_component as N, mount_component as S, get_spread_update as j, destroy_component as B } from "svelte/internal";
|
|
2
2
|
import F from "./RoomLabel.js";
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import "svelte";
|
|
4
|
+
function G(a) {
|
|
5
|
+
D(a, "svelte-13xux0b", ".floorplan-plugin__room-labels.svelte-13xux0b{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;pointer-events:none}");
|
|
5
6
|
}
|
|
6
|
-
function g(
|
|
7
|
-
const t =
|
|
7
|
+
function g(a, e, o) {
|
|
8
|
+
const t = a.slice();
|
|
8
9
|
return t[10] = e[o], t;
|
|
9
10
|
}
|
|
10
|
-
function R(
|
|
11
|
-
let e, o = [], t = /* @__PURE__ */ new Map(), i, m, s =
|
|
12
|
-
const
|
|
11
|
+
function R(a) {
|
|
12
|
+
let e, o = [], t = /* @__PURE__ */ new Map(), i, m, s = a[6];
|
|
13
|
+
const r = (l) => l[10].id;
|
|
13
14
|
for (let l = 0; l < s.length; l += 1) {
|
|
14
|
-
let n = g(
|
|
15
|
+
let n = g(a, s, l), u = r(n);
|
|
15
16
|
t.set(u, o[l] = p(u, n));
|
|
16
17
|
}
|
|
17
18
|
return {
|
|
@@ -19,16 +20,16 @@ function R(r) {
|
|
|
19
20
|
e = z("div");
|
|
20
21
|
for (let l = 0; l < o.length; l += 1)
|
|
21
22
|
o[l].c();
|
|
22
|
-
I(e, "class", "floorplan-plugin__room-labels svelte-13xux0b"), w(() =>
|
|
23
|
+
I(e, "class", "floorplan-plugin__room-labels svelte-13xux0b"), w(() => a[9].call(e));
|
|
23
24
|
},
|
|
24
25
|
m(l, n) {
|
|
25
26
|
b(l, e, n);
|
|
26
27
|
for (let u = 0; u < o.length; u += 1)
|
|
27
28
|
o[u].m(e, null);
|
|
28
|
-
i = W(e,
|
|
29
|
+
i = W(e, a[9].bind(e)), m = !0;
|
|
29
30
|
},
|
|
30
31
|
p(l, n) {
|
|
31
|
-
n & 111 && (s = l[6], L(), o = q(o, n,
|
|
32
|
+
n & 111 && (s = l[6], L(), o = q(o, n, r, 1, l, s, t, e, C, p, null, g), k());
|
|
32
33
|
},
|
|
33
34
|
i(l) {
|
|
34
35
|
if (!m) {
|
|
@@ -50,7 +51,7 @@ function R(r) {
|
|
|
50
51
|
}
|
|
51
52
|
};
|
|
52
53
|
}
|
|
53
|
-
function p(
|
|
54
|
+
function p(a, e) {
|
|
54
55
|
let o, t, i;
|
|
55
56
|
const m = [
|
|
56
57
|
{
|
|
@@ -63,19 +64,19 @@ function p(r, e) {
|
|
|
63
64
|
}
|
|
64
65
|
];
|
|
65
66
|
let s = {};
|
|
66
|
-
for (let
|
|
67
|
-
s = M(s, m[
|
|
67
|
+
for (let r = 0; r < m.length; r += 1)
|
|
68
|
+
s = M(s, m[r]);
|
|
68
69
|
return t = new F({ props: s }), {
|
|
69
|
-
key:
|
|
70
|
+
key: a,
|
|
70
71
|
first: null,
|
|
71
72
|
c() {
|
|
72
73
|
o = v(), N(t.$$.fragment), this.first = o;
|
|
73
74
|
},
|
|
74
|
-
m(
|
|
75
|
-
b(
|
|
75
|
+
m(r, l) {
|
|
76
|
+
b(r, o, l), S(t, r, l), i = !0;
|
|
76
77
|
},
|
|
77
|
-
p(
|
|
78
|
-
e =
|
|
78
|
+
p(r, l) {
|
|
79
|
+
e = r;
|
|
79
80
|
const n = l & 111 ? j(m, [
|
|
80
81
|
{
|
|
81
82
|
pxmm: e[5],
|
|
@@ -88,19 +89,19 @@ function p(r, e) {
|
|
|
88
89
|
]) : {};
|
|
89
90
|
t.$set(n);
|
|
90
91
|
},
|
|
91
|
-
i(
|
|
92
|
-
i || (_(t.$$.fragment,
|
|
92
|
+
i(r) {
|
|
93
|
+
i || (_(t.$$.fragment, r), i = !0);
|
|
93
94
|
},
|
|
94
|
-
o(
|
|
95
|
-
d(t.$$.fragment,
|
|
95
|
+
o(r) {
|
|
96
|
+
d(t.$$.fragment, r), i = !1;
|
|
96
97
|
},
|
|
97
|
-
d(
|
|
98
|
-
|
|
98
|
+
d(r) {
|
|
99
|
+
r && c(o), B(t, r);
|
|
99
100
|
}
|
|
100
101
|
};
|
|
101
102
|
}
|
|
102
|
-
function H(
|
|
103
|
-
let e, o, t =
|
|
103
|
+
function H(a) {
|
|
104
|
+
let e, o, t = a[6] && R(a);
|
|
104
105
|
return {
|
|
105
106
|
c() {
|
|
106
107
|
t && t.c(), e = v();
|
|
@@ -124,21 +125,21 @@ function H(r) {
|
|
|
124
125
|
}
|
|
125
126
|
};
|
|
126
127
|
}
|
|
127
|
-
function J(
|
|
128
|
-
let t, { floorIndex: i } = e, { floorplanData: m } = e, { hoveredRoom: s } = e, { getRoomAreaText:
|
|
128
|
+
function J(a, e, o) {
|
|
129
|
+
let t, { floorIndex: i } = e, { floorplanData: m } = e, { hoveredRoom: s } = e, { getRoomAreaText: r } = e, { getLabelElement: l } = e, { adaptiveRoomLabelVisibleEnable: n } = e, u = 0, h = 0;
|
|
129
130
|
function E() {
|
|
130
131
|
u = this.clientWidth, o(4, u);
|
|
131
132
|
}
|
|
132
|
-
return
|
|
133
|
-
"floorIndex" in f && o(7, i = f.floorIndex), "floorplanData" in f && o(8, m = f.floorplanData), "hoveredRoom" in f && o(0, s = f.hoveredRoom), "getRoomAreaText" in f && o(1,
|
|
134
|
-
},
|
|
135
|
-
if (
|
|
133
|
+
return a.$$set = (f) => {
|
|
134
|
+
"floorIndex" in f && o(7, i = f.floorIndex), "floorplanData" in f && o(8, m = f.floorplanData), "hoveredRoom" in f && o(0, s = f.hoveredRoom), "getRoomAreaText" in f && o(1, r = f.getRoomAreaText), "getLabelElement" in f && o(2, l = f.getLabelElement), "adaptiveRoomLabelVisibleEnable" in f && o(3, n = f.adaptiveRoomLabelVisibleEnable);
|
|
135
|
+
}, a.$$.update = () => {
|
|
136
|
+
if (a.$$.dirty & 384 && o(6, t = m.floorDatas[i].rooms), a.$$.dirty & 272) {
|
|
136
137
|
const { max: f, min: x } = m.bounding, y = f.x - x.x;
|
|
137
138
|
o(5, h = u / y);
|
|
138
139
|
}
|
|
139
140
|
}, [
|
|
140
141
|
s,
|
|
141
|
-
|
|
142
|
+
r,
|
|
142
143
|
l,
|
|
143
144
|
n,
|
|
144
145
|
u,
|
|
@@ -149,7 +150,7 @@ function J(r, e, o) {
|
|
|
149
150
|
E
|
|
150
151
|
];
|
|
151
152
|
}
|
|
152
|
-
class
|
|
153
|
+
class Q extends A {
|
|
153
154
|
constructor(e) {
|
|
154
155
|
super(), T(
|
|
155
156
|
this,
|
|
@@ -170,5 +171,5 @@ class P extends A {
|
|
|
170
171
|
}
|
|
171
172
|
}
|
|
172
173
|
export {
|
|
173
|
-
|
|
174
|
+
Q as default
|
|
174
175
|
};
|
|
@@ -11,7 +11,7 @@ var b = (l, e, o) => e in l ? M(l, e, { enumerable: !0, configurable: !0, writab
|
|
|
11
11
|
return l;
|
|
12
12
|
}, v = (l, e) => R(l, B(e));
|
|
13
13
|
import { SvelteComponent as C, init as F, safe_not_equal as H, append_styles as P, element as S, attr as m, insert as x, transition_in as c, group_outros as w, check_outros as D, transition_out as s, detach as I, destroy_each as W, svg_element as j, create_component as p, mount_component as h, destroy_component as g } from "svelte/internal";
|
|
14
|
-
import z from "../../utils/formatPosition.js";
|
|
14
|
+
import { formatFloorplanPoint as z } from "../../utils/formatPosition.js";
|
|
15
15
|
import A from "./RoomMaterial_0.js";
|
|
16
16
|
import E from "./RoomMaterial_1.js";
|
|
17
17
|
import G from "./RoomMaterial_2.js";
|
|
@@ -29,16 +29,16 @@ var c = (h, n, t) => new Promise((e, i) => {
|
|
|
29
29
|
});
|
|
30
30
|
import * as x from "three";
|
|
31
31
|
import { to as I } from "../../shared-utils/to.js";
|
|
32
|
-
import M from "../../shared-utils/equal.js";
|
|
32
|
+
import { equal as M } from "../../shared-utils/equal.js";
|
|
33
33
|
import L from "../Components/Main.js";
|
|
34
|
-
import g from "../utils/formatData.js";
|
|
34
|
+
import { formatData as g } from "../utils/formatData.js";
|
|
35
35
|
import { CAMERA_IMAGE as _ } from "../Assets/camera.js";
|
|
36
36
|
import { omit as D } from "../../shared-utils/filter.js";
|
|
37
37
|
import { FLOOR_PLAN_ATTACHED_TO as O } from "../constant.js";
|
|
38
38
|
import { Controller as T } from "../../base/BasePluginWithData.js";
|
|
39
|
-
import k,
|
|
40
|
-
import
|
|
41
|
-
import S from "../../shared-utils/changeModelCanvasOpacity.js";
|
|
39
|
+
import { getPxmm as k, getAttachedY as B } from "../../shared-utils/getPxmm.js";
|
|
40
|
+
import { checkShowState as H, correctFiveState as R } from "../utils/correctFiveState.js";
|
|
41
|
+
import { changeModelCanvasOpacity as S } from "../../shared-utils/changeModelCanvasOpacity.js";
|
|
42
42
|
import { FloorplanErrorType as f, SHOW_ANIME_DURATION as G } from "../utils/constant.js";
|
|
43
43
|
function W(h) {
|
|
44
44
|
const { latitude: n, longitude: t } = h, e = Math.abs(n - Math.PI / 2) > 5 * Math.PI / 180, i = t > 5 * (Math.PI / 180) && t < 355 * (Math.PI / 180);
|
|
@@ -81,7 +81,7 @@ class et extends T {
|
|
|
81
81
|
!this.state.enabled || (this.isHiddenByHideFunc = !0, this.state.visible !== !1 && (this.updateState({ visible: !1 }, t.userAction || !0), this._hide(t)));
|
|
82
82
|
}));
|
|
83
83
|
s(this, "updateSize", () => {
|
|
84
|
-
if (!this.data || !
|
|
84
|
+
if (!this.data || !H(this.five, this.showState) || !this.container || !this.wrapper)
|
|
85
85
|
return;
|
|
86
86
|
const { min: t, max: e } = this.data.bounding, i = e.x - t.x, o = e.y - t.y, r = this.state.config.attachedTo ? { attachedTo: this.state.config.attachedTo } : void 0, a = k(this.five, this.wrapper, this.floorIndex, r), d = Math.ceil(i * a), u = Math.ceil(o * a);
|
|
87
87
|
this.size.width === d && this.size.height === u || (this.container.style.width = d + "px", this.container.style.height = u + "px", this.size = { width: d, height: u });
|
|
@@ -116,7 +116,7 @@ class et extends T {
|
|
|
116
116
|
this.showRejection = (A) => {
|
|
117
117
|
a = !0, d = A;
|
|
118
118
|
};
|
|
119
|
-
const [u] = yield I(
|
|
119
|
+
const [u] = yield I(R(this.five, this.showState, i.userAction));
|
|
120
120
|
if (u)
|
|
121
121
|
throw u;
|
|
122
122
|
if (a)
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { Controller as
|
|
2
|
-
const
|
|
1
|
+
import { Controller as n } from "./Controller.js";
|
|
2
|
+
const l = (o, r) => new n(o, r);
|
|
3
3
|
export {
|
|
4
|
-
|
|
5
|
-
n as default
|
|
4
|
+
l as MapviewFloorplanPlugin
|
|
6
5
|
};
|