@realsee/dnalogel 3.32.0-dev.0 → 3.32.1

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.
Files changed (544) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/PanoSpatialTagPlugin/store.d.ts +0 -1
  3. package/dist/PanoTagPlugin/typings/controller.d.ts +0 -1
  4. package/dist/index.cjs.js +61 -61
  5. package/dist/index.js +5219 -5396
  6. package/dist/index.umd.js +57 -57
  7. package/docs/assets/search.js +1 -1
  8. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +44 -34
  9. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +44 -34
  10. package/docs/classes/CSS3DRender.html +43 -33
  11. package/docs/classes/GuideLineItem.GuideLineItem.html +31 -21
  12. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +55 -45
  13. package/docs/classes/{Magnifier.html → ModelMakerPluginInstance.html} +200 -113
  14. package/docs/classes/ModelRoomLabelController.html +23 -13
  15. package/docs/classes/MoveController.html +43 -33
  16. package/docs/classes/Object3DHelperController.html +39 -47
  17. package/docs/classes/PaintBrush.html +27 -17
  18. package/docs/classes/PanoMeasurePluginLine.html +56 -36
  19. package/docs/classes/PanoMeasurePluginModel.html +42 -32
  20. package/docs/classes/PanoMeasurePluginPoint.html +23 -13
  21. package/docs/classes/PanoMeasurePluginPolyline.html +54 -34
  22. package/docs/classes/PanoTagPluginController.html +229 -123
  23. package/docs/classes/Sculpt.html +852 -0
  24. package/docs/classes/Util.BetterTween.html +27 -13
  25. package/docs/classes/Util.Interval.html +29 -15
  26. package/docs/classes/Util.LineSegments.html +25 -11
  27. package/docs/classes/Util.Magnifier.html +93 -60
  28. package/docs/classes/Util.Object3D.html +26 -12
  29. package/docs/classes/Util.PointDomHelper.html +28 -14
  30. package/docs/classes/Util.PointHelper.html +28 -14
  31. package/docs/classes/Util.PointSelectorHelper.html +34 -20
  32. package/docs/classes/Util.Rectangle.html +30 -16
  33. package/docs/classes/WalkController.html +39 -29
  34. package/docs/enums/CameraMovementEffect.html +19 -9
  35. package/docs/enums/ContentType.html +33 -23
  36. package/docs/enums/DIRECTION.html +21 -11
  37. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +21 -11
  38. package/docs/enums/DimensionType.html +19 -9
  39. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +20 -10
  40. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +21 -11
  41. package/docs/enums/PaintBrushTypeEnum.html +20 -10
  42. package/docs/enums/PointType.html +19 -9
  43. package/docs/enums/Rotation.html +20 -10
  44. package/docs/functions/AreaMakerPlugin.html +17 -7
  45. package/docs/functions/CSS3DRenderPlugin.html +17 -7
  46. package/docs/functions/CameraMovementPlugin.html +17 -7
  47. package/docs/functions/CruisePlugin.html +17 -7
  48. package/docs/functions/CurrentPanoImagePlugin.html +17 -7
  49. package/docs/functions/GuideLinePlugin.html +17 -7
  50. package/docs/functions/ItemLabelPlugin.html +17 -7
  51. package/docs/functions/MapviewFloorplanPlugin.html +17 -7
  52. package/docs/functions/ModelChassisCompassPlugin.html +17 -7
  53. package/docs/functions/ModelEntryDoorGuidePlugin.html +17 -7
  54. package/docs/functions/ModelFloorplanPlugin.html +17 -7
  55. package/docs/functions/ModelItemLabelPlugin.html +17 -7
  56. package/docs/functions/ModelMakerPlugin.html +303 -0
  57. package/docs/functions/ModelRoomLabelPlugin.html +17 -7
  58. package/docs/functions/ModelTVVideoPlugin.html +17 -7
  59. package/docs/functions/ModelViewPlugin.html +17 -7
  60. package/docs/functions/MovePlugin.html +18 -8
  61. package/docs/functions/Object3DHelperPlugin.html +17 -7
  62. package/docs/functions/PanoCompassPlugin.html +17 -7
  63. package/docs/functions/PanoCursorRaycasterPlugin.html +17 -7
  64. package/docs/functions/PanoDoorLabelPlugin.html +17 -7
  65. package/docs/functions/PanoFloorplanRadarPlugin.html +17 -7
  66. package/docs/functions/PanoMeasurePlugin.html +17 -7
  67. package/docs/functions/PanoRulerPlugin.html +17 -7
  68. package/docs/functions/PanoRulerProPlugin.html +17 -7
  69. package/docs/functions/PanoSpatialTagPlugin.html +17 -7
  70. package/docs/functions/PanoTagPlugin.html +17 -7
  71. package/docs/functions/PanoVideoPlugin.html +17 -7
  72. package/docs/functions/PipelinePlugin.html +17 -7
  73. package/docs/functions/SculptPlugin.html +306 -0
  74. package/docs/functions/TopviewFloorplanPlugin.html +17 -7
  75. package/docs/functions/Util.absoluteUrl.html +22 -8
  76. package/docs/functions/Util.blink.html +351 -0
  77. package/docs/functions/Util.checkFiveModelLoaded.html +22 -8
  78. package/docs/functions/Util.equal.html +22 -8
  79. package/docs/functions/Util.getCoordsFromClient.html +22 -8
  80. package/docs/functions/Util.getCoordsFromElement.html +22 -8
  81. package/docs/functions/Util.getFrameTime.html +22 -8
  82. package/docs/functions/Util.getIntersectFromRelativePosition.html +29 -10
  83. package/docs/functions/Util.getRaycasterFromFivePointer.html +22 -8
  84. package/docs/functions/Util.isAbsoluteURL.html +22 -8
  85. package/docs/functions/Util.isModelLike.html +22 -8
  86. package/docs/functions/Util.isNil.html +22 -8
  87. package/docs/functions/Util.isPanoramaLike.html +22 -8
  88. package/docs/functions/Util.nextFrame.html +22 -8
  89. package/docs/functions/Util.notNil.html +22 -8
  90. package/docs/functions/Util.reblink.html +349 -0
  91. package/docs/functions/Util.requestAnimationFrameInterval.html +22 -8
  92. package/docs/functions/Util.tweenProgress.html +22 -8
  93. package/docs/functions/Util.uuid.html +22 -8
  94. package/docs/functions/pluginFlag.html +17 -7
  95. package/docs/index.html +18 -7
  96. package/docs/interfaces/AddTagConfig.html +18 -8
  97. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +17 -7
  98. package/docs/interfaces/AreaMakerPluginType.Config.html +17 -7
  99. package/docs/interfaces/AreaMakerPluginType.EventMap.html +30 -20
  100. package/docs/interfaces/AreaMakerPluginType.Params.html +18 -8
  101. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +20 -10
  102. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +19 -9
  103. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +17 -7
  104. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +17 -7
  105. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +17 -7
  106. package/docs/interfaces/AreaMakerPluginType.State.html +19 -9
  107. package/docs/interfaces/CSS3DRenderPluginEventMap.html +23 -13
  108. package/docs/interfaces/CSS3DRenderPluginState.html +20 -10
  109. package/docs/interfaces/CameraMovementPluginExportType.html +19 -9
  110. package/docs/interfaces/ContentTypeMapInterface.html +773 -0
  111. package/docs/interfaces/CruisePluginTypes.Config.html +21 -10
  112. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +24 -13
  113. package/docs/interfaces/CruisePluginTypes.EventMap.html +33 -22
  114. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +352 -0
  115. package/docs/interfaces/CruisePluginTypes.MoveAction.html +39 -23
  116. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +30 -18
  117. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +30 -18
  118. package/docs/interfaces/CruisePluginTypes.PluginData.html +41 -30
  119. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +18 -7
  120. package/docs/interfaces/CruisePluginTypes.PluginState.html +25 -14
  121. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +23 -13
  122. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +24 -14
  123. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +19 -9
  124. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +18 -8
  125. package/docs/interfaces/CurrentPanoImagePluginType.State.html +20 -10
  126. package/docs/interfaces/EventMap.html +27 -17
  127. package/docs/interfaces/FloorplanBounding.html +20 -10
  128. package/docs/interfaces/FloorplanData.html +22 -12
  129. package/docs/interfaces/FloorplanEntrance.html +23 -13
  130. package/docs/interfaces/FloorplanExtraObject.html +22 -12
  131. package/docs/interfaces/FloorplanExtraObject3D.html +20 -10
  132. package/docs/interfaces/FloorplanFloorData.html +21 -11
  133. package/docs/interfaces/FloorplanImagePosition.html +19 -9
  134. package/docs/interfaces/FloorplanObserver.html +21 -11
  135. package/docs/interfaces/FloorplanOutlineItem.html +21 -11
  136. package/docs/interfaces/FloorplanPosition.html +19 -9
  137. package/docs/interfaces/FloorplanRoomItem.html +26 -16
  138. package/docs/interfaces/FloorplanRoomLabelItem.html +19 -9
  139. package/docs/interfaces/FloorplanServerBounding.html +20 -10
  140. package/docs/interfaces/FloorplanServerComputedData.html +22 -12
  141. package/docs/interfaces/FloorplanServerData.html +19 -9
  142. package/docs/interfaces/FloorplanServerDoorItem.html +22 -12
  143. package/docs/interfaces/FloorplanServerDoorPosition.html +20 -10
  144. package/docs/interfaces/FloorplanServerEntrance.html +23 -13
  145. package/docs/interfaces/FloorplanServerFloorData.html +21 -11
  146. package/docs/interfaces/FloorplanServerImagePosition.html +19 -9
  147. package/docs/interfaces/FloorplanServerObserver.html +21 -11
  148. package/docs/interfaces/FloorplanServerOutlineItem.html +21 -11
  149. package/docs/interfaces/FloorplanServerPosition.html +19 -9
  150. package/docs/interfaces/FloorplanServerRoomItem.html +27 -17
  151. package/docs/interfaces/FloorplanServerRoomLabelItem.html +19 -9
  152. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +20 -10
  153. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +21 -11
  154. package/docs/interfaces/GuideLinePluginType.EventMap.html +24 -14
  155. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +19 -9
  156. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +17 -7
  157. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +26 -16
  158. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +17 -7
  159. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +19 -9
  160. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +32 -22
  161. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +18 -8
  162. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +33 -23
  163. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +16 -6
  164. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +17 -7
  165. package/docs/interfaces/GuideLinePluginType.PluginState.html +19 -9
  166. package/docs/interfaces/GuideLinePluginType.Route.html +22 -12
  167. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +20 -10
  168. package/docs/interfaces/HelperOffset.html +20 -10
  169. package/docs/interfaces/ImagePlaneGroup.html +18 -8
  170. package/docs/interfaces/ItemLabelPluginData.html +18 -8
  171. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +23 -13
  172. package/docs/interfaces/ItemLabelPluginParametersType.html +21 -11
  173. package/docs/interfaces/MinMax.html +19 -9
  174. package/docs/interfaces/ModelChassisCompassPluginData.html +19 -9
  175. package/docs/interfaces/ModelChassisCompassPluginExportType.html +20 -10
  176. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +19 -9
  177. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +20 -10
  178. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +20 -10
  179. package/docs/interfaces/ModelItemLabelPluginData.html +18 -8
  180. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +23 -13
  181. package/docs/interfaces/ModelItemLabelPluginParametersType.html +19 -9
  182. package/docs/interfaces/ModelMakerPluginType.EventMap.html +556 -0
  183. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +349 -0
  184. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +391 -0
  185. package/docs/interfaces/ModelMakerPluginType.ServerData.html +332 -0
  186. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +401 -0
  187. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +381 -0
  188. package/docs/interfaces/ModelMakerPluginType.State.html +364 -0
  189. package/docs/interfaces/ModelRoomLabelPluginData.html +18 -8
  190. package/docs/interfaces/ModelTVVideoPluginData.html +21 -11
  191. package/docs/interfaces/ModelTVVideoPluginExportType.html +20 -10
  192. package/docs/interfaces/ModelTVVideoPluginParameterType.html +18 -8
  193. package/docs/interfaces/ModelViewPluginExportType.html +23 -13
  194. package/docs/interfaces/Object3DHelperState.html +20 -10
  195. package/docs/interfaces/ObjectHelperControllers.html +22 -12
  196. package/docs/interfaces/PaintBrushAction.html +24 -14
  197. package/docs/interfaces/PaintBrushConfigs.html +24 -14
  198. package/docs/interfaces/PaintBrushState.html +22 -12
  199. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +22 -12
  200. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +17 -7
  201. package/docs/interfaces/PanoMeasureParameterType.html +28 -18
  202. package/docs/interfaces/PanoMeasurePluginLineJson.html +20 -10
  203. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +19 -9
  204. package/docs/interfaces/PanoMeasurePluginPointJson.html +19 -9
  205. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +20 -10
  206. package/docs/interfaces/PanoRulerPluginExportType.html +22 -12
  207. package/docs/interfaces/PanoRulerPluginOptions.html +19 -9
  208. package/docs/interfaces/PanoRulerPluginParameterType.html +20 -10
  209. package/docs/interfaces/PanoRulerProPluginExportType.html +21 -11
  210. package/docs/interfaces/PanoRulerProPluginOptions.html +19 -9
  211. package/docs/interfaces/PanoRulerProPluginParameterType.html +19 -9
  212. package/docs/interfaces/PanoRulerProPluginState.html +20 -10
  213. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +17 -7
  214. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +17 -7
  215. package/docs/interfaces/PanoSpatialTagPluginData.html +23 -13
  216. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +22 -12
  217. package/docs/interfaces/PanoSpatialTagPluginExportType.html +25 -15
  218. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +22 -12
  219. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +25 -15
  220. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +23 -13
  221. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +22 -12
  222. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +18 -8
  223. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +20 -10
  224. package/docs/interfaces/PanoVideoPluginType.PluginData.html +18 -8
  225. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +21 -11
  226. package/docs/interfaces/PanoVideoPluginType.PluginState.html +18 -8
  227. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +20 -10
  228. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +22 -12
  229. package/docs/interfaces/Point.html +20 -10
  230. package/docs/interfaces/Room.html +21 -11
  231. package/docs/interfaces/RoomInfo.html +19 -9
  232. package/docs/interfaces/RoomLabel.html +26 -16
  233. package/docs/interfaces/RoomRules.html +17 -7
  234. package/docs/interfaces/Rooms.html +17 -7
  235. package/docs/interfaces/Scissor.html +21 -11
  236. package/docs/interfaces/State.html +20 -10
  237. package/docs/interfaces/TagCacheInterface.html +24 -14
  238. package/docs/interfaces/TagConfig.html +65 -49
  239. package/docs/interfaces/TagGLTFObjectGroup.html +18 -8
  240. package/docs/interfaces/TagIconUrl.html +24 -14
  241. package/docs/interfaces/TagObjectGroup.html +18 -8
  242. package/docs/interfaces/TagStyle.html +18 -8
  243. package/docs/interfaces/Tags.html +61 -437
  244. package/docs/interfaces/TemporaryState.html +18 -8
  245. package/docs/interfaces/Util.BlinkAnimeOptions.html +380 -0
  246. package/docs/interfaces/Util.MagnifierParameter.html +43 -24
  247. package/docs/interfaces/Util.MouseGroupParameter.html +25 -11
  248. package/docs/interfaces/Util.PointIntersection.html +33 -12
  249. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +387 -0
  250. package/docs/modules/AreaMakerPluginType.html +16 -6
  251. package/docs/modules/CruisePluginTypes.html +18 -6
  252. package/docs/modules/CurrentPanoImagePluginType.html +17 -7
  253. package/docs/modules/GuideLineItem.html +17 -7
  254. package/docs/modules/GuideLineModeItem.html +17 -7
  255. package/docs/modules/GuideLinePluginType.html +16 -6
  256. package/docs/modules/ModelMakerPluginType.html +339 -0
  257. package/docs/modules/PanoVideoPluginType.html +17 -7
  258. package/docs/modules/SculptData.html +318 -0
  259. package/docs/modules/Util.html +26 -8
  260. package/docs/modules.html +34 -11
  261. package/docs/types/AddObject3DHelperConfig.html +315 -0
  262. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +16 -6
  263. package/docs/types/AreaMakerPluginType.ItemRenderer.html +16 -6
  264. package/docs/types/AreaMakerPluginType.PluginData.html +16 -6
  265. package/docs/types/AreaMakerPluginType.ServerData.html +16 -6
  266. package/docs/types/ArrayPosition.html +17 -7
  267. package/docs/types/AudioAppearance.html +17 -7
  268. package/docs/types/CSS3DRenderExportType.html +17 -7
  269. package/docs/types/CSS3DRenderPluginExportType.html +17 -7
  270. package/docs/types/CSS3DRenderPluginParameterType.html +17 -7
  271. package/docs/types/ClassFunctionParameters.html +17 -7
  272. package/docs/types/Color.html +17 -7
  273. package/docs/types/ContentTypeConfigKey.html +17 -7
  274. package/docs/types/ContentTypeConfigKeySplit.html +18 -8
  275. package/docs/types/ContentTypeMap.html +17 -7
  276. package/docs/types/Create3DDomContainerReturnType.html +17 -7
  277. package/docs/types/Create3DElementReturnType.html +17 -7
  278. package/docs/types/CruisePluginExportType.html +17 -7
  279. package/docs/types/CruisePluginTypes.CruiseData.html +17 -6
  280. package/docs/types/CruisePluginTypes.MoveEffect.html +17 -6
  281. package/docs/types/CurrentPanoImagePluginExportType.html +17 -7
  282. package/docs/types/DeprecatedMediaPlaneProperty.html +17 -7
  283. package/docs/types/DeprecatedTagProperty.html +17 -7
  284. package/docs/types/Direction-1.html +17 -7
  285. package/docs/types/Direction4.html +17 -7
  286. package/docs/types/ElementRenderer.html +17 -7
  287. package/docs/types/FloorplanRuleLabels.html +17 -7
  288. package/docs/types/FloorplanServerRuleLabels.html +17 -7
  289. package/docs/types/GuideLinePluginExportType.html +17 -7
  290. package/docs/types/GuideLinePluginType.GuideLineItem.html +18 -8
  291. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +16 -6
  292. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +16 -6
  293. package/docs/types/GuideLinePluginType.GuideLineStyle.html +16 -6
  294. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +16 -6
  295. package/docs/types/GuideLinePluginType.PathItem.html +16 -6
  296. package/docs/types/GuideLinePluginType.PluginData.html +16 -6
  297. package/docs/types/HelperEventMap.html +17 -7
  298. package/docs/types/InternalHelperEventMap.html +29 -11
  299. package/docs/types/LoadTagConfig.html +17 -7
  300. package/docs/types/MapviewFloorplanPluginParameterType.html +17 -7
  301. package/docs/types/MapviewFloorplanPluginReturnType.html +17 -7
  302. package/docs/types/MediaData.html +20 -10
  303. package/docs/types/MediaStore.html +17 -7
  304. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +17 -7
  305. package/docs/types/ModelFloorplanPluginParameterType.html +17 -7
  306. package/docs/types/ModelFloorplanPluginReturnType.html +17 -7
  307. package/docs/types/ModelId.html +17 -7
  308. package/docs/types/ModelMakerPluginType.ElementRenderer.html +329 -0
  309. package/docs/types/ModelMakerPluginType.ItemType.html +308 -0
  310. package/docs/types/ModelRoomLabelPluginParameters.html +17 -7
  311. package/docs/types/ModelRoomLabelPluginReturnType.html +17 -7
  312. package/docs/types/MoveArgs.html +17 -7
  313. package/docs/types/MoveOpts.html +17 -7
  314. package/docs/types/Object3DHelperEventMap.html +17 -7
  315. package/docs/types/ObjectFit.html +17 -7
  316. package/docs/types/PaintBrushEventMap.html +17 -7
  317. package/docs/types/PanoCompassPluginData.html +17 -7
  318. package/docs/types/PanoCompassPluginExportType.html +17 -7
  319. package/docs/types/PanoCompassPluginParameterType.html +17 -7
  320. package/docs/types/PanoFloorplanRadarPluginParameterType.html +17 -7
  321. package/docs/types/PanoFloorplanRadarPluginReturnType.html +17 -7
  322. package/docs/types/PanoIndex.html +17 -7
  323. package/docs/types/PanoMeasurePluginEvent.html +17 -7
  324. package/docs/types/PanoMeasureReturnType.html +17 -7
  325. package/docs/types/PanoSpatialTagPluginId.html +17 -7
  326. package/docs/types/PanoTagPluginExportInterface.html +17 -7
  327. package/docs/types/PanoTagPluginParamsInterface.html +17 -7
  328. package/docs/types/PanoVideoPluginParameterType.html +17 -7
  329. package/docs/types/PanoVideoPluginReturnType.html +17 -7
  330. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +22 -12
  331. package/docs/types/PipelinePluginParameterType.html +17 -7
  332. package/docs/types/PipelinePluginReturnType.html +17 -7
  333. package/docs/types/PlaneTag.html +17 -7
  334. package/docs/types/Point2DTag.html +17 -7
  335. package/docs/types/Point3DTag.html +17 -7
  336. package/docs/types/PointTag.html +17 -7
  337. package/docs/types/PointTagInstance.html +17 -7
  338. package/docs/types/Position.html +17 -7
  339. package/docs/types/{AudioTagTypeConfigKey.html → PositionFrom.html} +28 -10
  340. package/docs/types/RotateArgs.html +17 -7
  341. package/docs/types/RotateOpts.html +17 -7
  342. package/docs/types/RuleLabelsKey.html +17 -7
  343. package/docs/types/RuleLabelsValue.html +17 -7
  344. package/docs/types/ScaleCallback.html +314 -0
  345. package/docs/types/ScalePosition.html +303 -0
  346. package/docs/types/SculptData.BoxData.html +306 -0
  347. package/docs/types/SculptData.CircleData.html +306 -0
  348. package/docs/types/SculptData.CylinderData.html +306 -0
  349. package/docs/types/SculptData.PointData.html +306 -0
  350. package/docs/types/SculptData.PolygonData.html +306 -0
  351. package/docs/types/SculptData.PolylineData.html +306 -0
  352. package/docs/types/SculptData.PrismData.html +306 -0
  353. package/docs/types/SculptData.RectangleData.html +306 -0
  354. package/docs/types/StickType.html +17 -7
  355. package/docs/types/Tag.html +35 -13
  356. package/docs/types/Tag2D.html +17 -7
  357. package/docs/types/Tag3D.html +17 -7
  358. package/docs/types/TagConfigByKey.html +18 -8
  359. package/docs/types/TagContentType.html +17 -7
  360. package/docs/types/TagContentTypeMapping.html +17 -7
  361. package/docs/types/TagDimensionType.html +17 -7
  362. package/docs/types/TagElement.html +17 -7
  363. package/docs/types/TagEvents.html +38 -12
  364. package/docs/types/TagGLTFObject.html +17 -7
  365. package/docs/types/TagHooks.html +17 -7
  366. package/docs/types/TagId.html +17 -7
  367. package/docs/types/TagInstance.html +44 -8
  368. package/docs/types/TagPointType.html +17 -7
  369. package/docs/types/TagRendererMap.html +17 -7
  370. package/docs/types/TopviewFloorplanPluginParameterType.html +17 -7
  371. package/docs/types/TopviewFloorplanPluginReturnType.html +17 -7
  372. package/docs/types/WorkCode.html +17 -7
  373. package/docs/variables/FLOOR_TYPE_MAP.html +17 -7
  374. package/docs/variables/PLUGIN.html +17 -7
  375. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +17 -7
  376. package/docs/variables/ROOM_TYPE_MAP.html +17 -7
  377. package/docs/variables/defaultGlobalConfig.html +17 -7
  378. package/docs/variables/itemLabelPluginServerParams.html +17 -7
  379. package/docs/variables/modelItemLabelPluginServerParams.html +17 -7
  380. package/docs/variables/modelRoomLabelPluginServerParams.html +17 -7
  381. package/libs/AreaMakerPlugin/Controller.js +44 -54
  382. package/libs/AreaMakerPlugin/index.js +3 -13
  383. package/libs/AreaMakerPlugin/utils/Item.js +3 -13
  384. package/libs/CSS3DRenderPlugin/Controller.js +9 -9
  385. package/libs/CSS3DRenderPlugin/index.js +1 -1
  386. package/libs/CruisePlugin/Move.js +38 -52
  387. package/libs/CruisePlugin/Work.js +7 -21
  388. package/libs/CruisePlugin/index.js +11 -25
  389. package/libs/GuideLinePlugin/Components/Tag.js +48 -58
  390. package/libs/GuideLinePlugin/Controller.js +34 -48
  391. package/libs/GuideLinePlugin/GuideLineItem.js +7 -21
  392. package/libs/GuideLinePlugin/GuideLineModeItem.js +7 -21
  393. package/libs/GuideLinePlugin/index.js +11 -25
  394. package/libs/ItemLabelPlugin/ItemLabelComponent.js +139 -152
  395. package/libs/ItemLabelPlugin/ItemLabelItem.js +57 -67
  396. package/libs/ItemLabelPlugin/Plugin.js +26 -37
  397. package/libs/ItemLabelPlugin/index.js +5 -16
  398. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +103 -116
  399. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +35 -45
  400. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +24 -35
  401. package/libs/ModelItemLabelPlugin/index.js +5 -16
  402. package/libs/ModelMakerPlugin/Controller.js +23 -33
  403. package/libs/ModelMakerPlugin/index.js +3 -13
  404. package/libs/ModelMakerPlugin/utils/Text.js +33 -43
  405. package/libs/ModelMakerPlugin/utils/tagRenderer.js +18 -28
  406. package/libs/ModelRoomLabelPlugin/Controller.js +8 -20
  407. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +42 -52
  408. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +61 -75
  409. package/libs/ModelRoomLabelPlugin/index.js +5 -17
  410. package/libs/ModelTVVideoPlugin/Plugin.js +1 -1
  411. package/libs/ModelTVVideoPlugin/index.js +1 -1
  412. package/libs/Object3DHelperPlugin/Controller.js +9 -9
  413. package/libs/Object3DHelperPlugin/index.js +1 -1
  414. package/libs/PanoCompassPlugin/Controller.js +1 -1
  415. package/libs/PanoCompassPlugin/index.js +1 -1
  416. package/libs/PanoDoorLabelPlugin/Controller.js +28 -38
  417. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +45 -55
  418. package/libs/PanoDoorLabelPlugin/index.js +4 -14
  419. package/libs/PanoMeasurePlugin/Components/Common/CircleButton.js +60 -70
  420. package/libs/PanoMeasurePlugin/Components/Common/Exit.js +22 -32
  421. package/libs/PanoMeasurePlugin/Components/Common/Switcher0.js +62 -75
  422. package/libs/PanoMeasurePlugin/Components/Common/Switcher1.js +97 -110
  423. package/libs/PanoMeasurePlugin/Components/Controller0.js +62 -73
  424. package/libs/PanoMeasurePlugin/Components/Controller1.js +23 -34
  425. package/libs/PanoMeasurePlugin/Components/Tip.js +66 -76
  426. package/libs/PanoMeasurePlugin/Controller/EditController.js +1 -1
  427. package/libs/PanoMeasurePlugin/Controller/index.js +18 -29
  428. package/libs/PanoMeasurePlugin/Modules/GuideController.js +16 -26
  429. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +24 -35
  430. package/libs/PanoMeasurePlugin/index.js +17 -28
  431. package/libs/PanoRulerProPlugin/Controller.js +27 -38
  432. package/libs/PanoRulerProPlugin/RulerItem.js +79 -94
  433. package/libs/PanoRulerProPlugin/RulerItems.js +82 -95
  434. package/libs/PanoRulerProPlugin/index.js +4 -15
  435. package/libs/PanoSpatialTagPlugin/Components/origins.js +38 -51
  436. package/libs/PanoSpatialTagPlugin/Components/tag.js +22 -32
  437. package/libs/PanoSpatialTagPlugin/Plugin.js +105 -116
  438. package/libs/PanoSpatialTagPlugin/index.js +3 -14
  439. package/libs/PanoSpatialTagPlugin/store.d.ts +0 -1
  440. package/libs/PanoSpatialTagPlugin/store.js +2 -2
  441. package/libs/PanoTagPlugin/Components/Common/Arrow.js +34 -44
  442. package/libs/PanoTagPlugin/Components/Common/Audio.js +89 -99
  443. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +112 -123
  444. package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +45 -55
  445. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +49 -59
  446. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +69 -79
  447. package/libs/PanoTagPlugin/Components/Common/Media.js +131 -145
  448. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +25 -35
  449. package/libs/PanoTagPlugin/Components/Common/Shadow.js +48 -58
  450. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +24 -35
  451. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +86 -97
  452. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +96 -109
  453. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +118 -128
  454. package/libs/PanoTagPlugin/Components/Common/TextItem.js +49 -59
  455. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +90 -100
  456. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +81 -92
  457. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +57 -68
  458. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +35 -45
  459. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +110 -122
  460. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +42 -53
  461. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +115 -130
  462. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +54 -66
  463. package/libs/PanoTagPlugin/Components/Tag/PanoramaTag.js +66 -76
  464. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +56 -66
  465. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +98 -109
  466. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +43 -54
  467. package/libs/PanoTagPlugin/Components/Tag/index.js +148 -161
  468. package/libs/PanoTagPlugin/Components/TagContainer.js +62 -77
  469. package/libs/PanoTagPlugin/Components/TagItem.js +169 -182
  470. package/libs/PanoTagPlugin/controller/TagComputer.js +2 -2
  471. package/libs/PanoTagPlugin/controller/TagRender.js +42 -52
  472. package/libs/PanoTagPlugin/controller/TagUtil.js +2 -2
  473. package/libs/PanoTagPlugin/controller/index.js +49 -63
  474. package/libs/PanoTagPlugin/index.js +16 -30
  475. package/libs/PanoTagPlugin/typings/controller.d.ts +0 -1
  476. package/libs/base/BasePlugin.js +3 -3
  477. package/libs/components/AreaLabel/LabelItem.js +51 -56
  478. package/libs/floorplan/Components/BaseImage.js +39 -43
  479. package/libs/floorplan/Components/Camera.js +32 -41
  480. package/libs/floorplan/Components/Compass.js +24 -27
  481. package/libs/floorplan/Components/CurrentFloor.js +162 -167
  482. package/libs/floorplan/Components/Main.js +76 -85
  483. package/libs/floorplan/Components/MissingFloor.js +21 -24
  484. package/libs/floorplan/Components/Normalmage.js +22 -25
  485. package/libs/floorplan/Components/RoomHighlight/Room.js +25 -28
  486. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +61 -69
  487. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +101 -104
  488. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +57 -65
  489. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +118 -125
  490. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +22 -25
  491. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +40 -43
  492. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +29 -32
  493. package/libs/floorplan/Components/RuleLabels/RuleItem.js +41 -49
  494. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +94 -102
  495. package/libs/floorplan/Components/SvgImage.js +27 -30
  496. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +6 -18
  497. package/libs/floorplan/MapviewFloorplanPlugin/index.js +7 -19
  498. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +46 -58
  499. package/libs/floorplan/ModelFloorplanPlugin/index.js +7 -19
  500. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +65 -77
  501. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +83 -95
  502. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +53 -70
  503. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +100 -112
  504. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +28 -40
  505. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +4 -16
  506. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +18 -30
  507. package/libs/floorplan/TopviewFloorplanPlugin/index.js +7 -19
  508. package/libs/floorplan/index.js +0 -1
  509. package/libs/index.js +130 -145
  510. package/libs/shared-utils/logger.js +1 -1
  511. package/libs/vendor/svelte/internal/index.js +749 -0
  512. package/libs/vendor/svelte/{src/runtime/store → store}/index.js +5 -5
  513. package/libs/vendor/svelte/{src/runtime/transition → transition}/index.js +1 -1
  514. package/libs/vendor/svelte-carousel/src/components/Arrow/Arrow.js +25 -29
  515. package/libs/vendor/svelte-carousel/src/components/Carousel/Carousel.js +225 -197
  516. package/libs/vendor/svelte-carousel/src/components/Dot/Dot.js +12 -16
  517. package/libs/vendor/svelte-carousel/src/components/Dots/Dots.js +59 -65
  518. package/libs/vendor/svelte-carousel/src/components/Progress/Progress.js +29 -32
  519. package/package.json +6 -5
  520. package/dist/CSS3DRenderPlugin/utils/waitFiveModelLoaded.d.ts +0 -2
  521. package/libs/vendor/svelte/src/runtime/internal/Component.js +0 -122
  522. package/libs/vendor/svelte/src/runtime/internal/ResizeObserverSingleton.js +0 -1
  523. package/libs/vendor/svelte/src/runtime/internal/animations.js +0 -1
  524. package/libs/vendor/svelte/src/runtime/internal/await_block.js +0 -47
  525. package/libs/vendor/svelte/src/runtime/internal/dev.js +0 -1
  526. package/libs/vendor/svelte/src/runtime/internal/disclose-version/index.js +0 -2
  527. package/libs/vendor/svelte/src/runtime/internal/dom.js +0 -214
  528. package/libs/vendor/svelte/src/runtime/internal/each.js +0 -46
  529. package/libs/vendor/svelte/src/runtime/internal/environment.js +0 -7
  530. package/libs/vendor/svelte/src/runtime/internal/globals.js +0 -7
  531. package/libs/vendor/svelte/src/runtime/internal/index.js +0 -1
  532. package/libs/vendor/svelte/src/runtime/internal/lifecycle.js +0 -63
  533. package/libs/vendor/svelte/src/runtime/internal/loop.js +0 -21
  534. package/libs/vendor/svelte/src/runtime/internal/scheduler.js +0 -66
  535. package/libs/vendor/svelte/src/runtime/internal/spread.js +0 -26
  536. package/libs/vendor/svelte/src/runtime/internal/ssr.js +0 -1
  537. package/libs/vendor/svelte/src/runtime/internal/style_manager.js +0 -48
  538. package/libs/vendor/svelte/src/runtime/internal/transitions.js +0 -192
  539. package/libs/vendor/svelte/src/runtime/internal/utils.js +0 -110
  540. package/libs/vendor/svelte/src/shared/boolean_attributes.js +0 -1
  541. package/libs/vendor/svelte/src/shared/utils/names.js +0 -1
  542. package/libs/vendor/svelte/src/shared/version.js +0 -4
  543. /package/libs/vendor/svelte/{src/runtime/easing → easing}/index.js +0 -0
  544. /package/libs/vendor/svelte/{src/runtime/index.js → index.js} +0 -0
@@ -10,12 +10,12 @@ import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
10
10
  import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
11
11
  import "animejs";
12
12
  import { absoluteUrl as l } from "../shared-utils/url/absoluteUrl.js";
13
- let v = class {
13
+ let C = class {
14
14
  constructor(t, r) {
15
15
  /**
16
16
  * @realsee/dnalogel 版本号
17
17
  */
18
- i(this, "VERSION", "3.32.0-dev.0");
18
+ i(this, "VERSION", "3.32.1");
19
19
  i(this, "five");
20
20
  /**
21
21
  * @description: 插件事件钩子
@@ -38,5 +38,5 @@ let v = class {
38
38
  }
39
39
  };
40
40
  export {
41
- v as Controller
41
+ C as Controller
42
42
  };
@@ -1,87 +1,82 @@
1
- import { safe_not_equal as w, noop as y, is_function as C } from "../../vendor/svelte/src/runtime/internal/utils.js";
2
- import { append_styles as D, element as v, attr as h, set_style as f, insert as b, detach as _, text as N, space as L, toggle_class as z, append as p, listen as B, set_data as M } from "../../vendor/svelte/src/runtime/internal/dom.js";
3
- import { binding_callbacks as O } from "../../vendor/svelte/src/runtime/internal/scheduler.js";
4
- import { onMount as q, onDestroy as A } from "../../vendor/svelte/src/runtime/internal/lifecycle.js";
5
- import { SvelteComponent as E, init as G } from "../../vendor/svelte/src/runtime/internal/Component.js";
6
- import "../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
7
- import { ROOM_LABEL_BG as R } from "./Assets/roomLabelBg.js";
8
- function S(n) {
9
- D(n, "svelte-1s88cj8", ".room-label-item.svelte-1s88cj8{position:absolute;font-size:0.5rem;transform:none;cursor:pointer;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff}.room-label-item__text.svelte-1s88cj8{position:absolute;left:0;top:-4rem;transform:translate(-50%, 0);display:flex;justify-content:center;align-items:center;height:1.25rem;min-width:2rem;padding:0 0.375rem;pointer-events:all;background-size:100% 100%;background-repeat:no-repeat;white-space:nowrap}.room-label-item__bar.svelte-1s88cj8{position:absolute;top:-2.75rem;height:3rem;width:0.0625rem;background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))}.wide.svelte-1s88cj8{font-size:0.625rem}");
1
+ import { SvelteComponent as w, init as C, safe_not_equal as D, append_styles as N, element as v, attr as k, set_style as f, insert as b, noop as y, detach as _, onMount as L, onDestroy as B, text as M, space as O, toggle_class as z, append as q, listen as A, is_function as E, set_data as G, binding_callbacks as R } from "../../vendor/svelte/internal/index.js";
2
+ import { ROOM_LABEL_BG as S } from "./Assets/roomLabelBg.js";
3
+ function F(i) {
4
+ N(i, "svelte-1s88cj8", ".room-label-item.svelte-1s88cj8{position:absolute;font-size:0.5rem;transform:none;cursor:pointer;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff}.room-label-item__text.svelte-1s88cj8{position:absolute;left:0;top:-4rem;transform:translate(-50%, 0);display:flex;justify-content:center;align-items:center;height:1.25rem;min-width:2rem;padding:0 0.375rem;pointer-events:all;background-size:100% 100%;background-repeat:no-repeat;white-space:nowrap}.room-label-item__bar.svelte-1s88cj8{position:absolute;top:-2.75rem;height:3rem;width:0.0625rem;background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))}.wide.svelte-1s88cj8{font-size:0.625rem}");
10
5
  }
11
- function j(n) {
12
- let e, t, l, o, a, m;
6
+ function j(i) {
7
+ let e, n, l, o, a, m;
13
8
  return {
14
9
  c() {
15
- e = v("span"), t = N(
10
+ e = v("span"), n = M(
16
11
  /*content*/
17
- n[0]
18
- ), l = L(), o = v("div"), h(e, "class", "room-label-item__text svelte-1s88cj8"), f(e, "background-image", "url(" + R + ")"), z(
12
+ i[0]
13
+ ), l = O(), o = v("div"), k(e, "class", "room-label-item__text svelte-1s88cj8"), f(e, "background-image", "url(" + S + ")"), z(
19
14
  e,
20
15
  "wide",
21
16
  /*content*/
22
- n[0].length > 3
23
- ), h(o, "class", "room-label-item__bar svelte-1s88cj8");
17
+ i[0].length > 3
18
+ ), k(o, "class", "room-label-item__bar svelte-1s88cj8");
24
19
  },
25
20
  m(r, s) {
26
- b(r, e, s), p(e, t), b(r, l, s), b(r, o, s), a || (m = B(e, "click", function() {
27
- C(
21
+ b(r, e, s), q(e, n), b(r, l, s), b(r, o, s), a || (m = A(e, "click", function() {
22
+ E(
28
23
  /*onClick*/
29
- n[4]
30
- ) && n[4].apply(this, arguments);
24
+ i[4]
25
+ ) && i[4].apply(this, arguments);
31
26
  }), a = !0);
32
27
  },
33
28
  p(r, s) {
34
- n = r, s & /*content*/
35
- 1 && M(
36
- t,
29
+ i = r, s & /*content*/
30
+ 1 && G(
31
+ n,
37
32
  /*content*/
38
- n[0]
33
+ i[0]
39
34
  ), s & /*content*/
40
35
  1 && z(
41
36
  e,
42
37
  "wide",
43
38
  /*content*/
44
- n[0].length > 3
39
+ i[0].length > 3
45
40
  );
46
41
  },
47
42
  d(r) {
48
- r && (_(e), _(l), _(o)), a = !1, m();
43
+ r && _(e), r && _(l), r && _(o), a = !1, m();
49
44
  }
50
45
  };
51
46
  }
52
- function F(n) {
53
- let e, t = !/*rendererIfNeed*/
54
- n[5] && j(n);
47
+ function H(i) {
48
+ let e, n = !/*rendererIfNeed*/
49
+ i[5] && j(i);
55
50
  return {
56
51
  c() {
57
- e = v("div"), t && t.c(), h(e, "class", "room-label-item svelte-1s88cj8"), f(
52
+ e = v("div"), n && n.c(), k(e, "class", "room-label-item svelte-1s88cj8"), f(
58
53
  e,
59
54
  "z-index",
60
55
  /*zIndex*/
61
- n[2]
56
+ i[2]
62
57
  ), f(
63
58
  e,
64
59
  "transform",
65
60
  /*transform*/
66
- n[3]
61
+ i[3]
67
62
  ), f(
68
63
  e,
69
64
  "opacity",
70
65
  /*opacity*/
71
- n[1]
66
+ i[1]
72
67
  ), f(
73
68
  e,
74
69
  "visibility",
75
70
  /*visibility*/
76
- n[7]
71
+ i[7]
77
72
  );
78
73
  },
79
74
  m(l, o) {
80
- b(l, e, o), t && t.m(e, null), n[10](e);
75
+ b(l, e, o), n && n.m(e, null), i[10](e);
81
76
  },
82
77
  p(l, [o]) {
83
78
  /*rendererIfNeed*/
84
- l[5] ? t && (t.d(1), t = null) : t ? t.p(l, o) : (t = j(l), t.c(), t.m(e, null)), o & /*zIndex*/
79
+ l[5] ? n && (n.d(1), n = null) : n ? n.p(l, o) : (n = j(l), n.c(), n.m(e, null)), o & /*zIndex*/
85
80
  4 && f(
86
81
  e,
87
82
  "z-index",
@@ -110,34 +105,34 @@ function F(n) {
110
105
  i: y,
111
106
  o: y,
112
107
  d(l) {
113
- l && _(e), t && t.d(), n[10](null);
108
+ l && _(e), n && n.d(), i[10](null);
114
109
  }
115
110
  };
116
111
  }
117
- function H(n, e, t) {
118
- let l, { content: o } = e, { visible: a = !0 } = e, { opacity: m = 1 } = e, { zIndex: r = 0 } = e, { transform: s = void 0 } = e, { onClick: k = () => {
112
+ function J(i, e, n) {
113
+ let l, { content: o } = e, { visible: a = !0 } = e, { opacity: m = 1 } = e, { zIndex: r = 0 } = e, { transform: s = void 0 } = e, { onClick: h = () => {
119
114
  } } = e, { rendererIfNeed: c = void 0 } = e, { rendererData: g = void 0 } = e, d, u;
120
- q(() => {
115
+ L(() => {
121
116
  d && typeof c == "function" && (u = c(d, g));
122
- }), A(() => {
117
+ }), B(() => {
123
118
  u == null || u();
124
119
  });
125
- function I(i) {
126
- O[i ? "unshift" : "push"](() => {
127
- d = i, t(6, d);
120
+ function I(t) {
121
+ R[t ? "unshift" : "push"](() => {
122
+ d = t, n(6, d);
128
123
  });
129
124
  }
130
- return n.$$set = (i) => {
131
- "content" in i && t(0, o = i.content), "visible" in i && t(8, a = i.visible), "opacity" in i && t(1, m = i.opacity), "zIndex" in i && t(2, r = i.zIndex), "transform" in i && t(3, s = i.transform), "onClick" in i && t(4, k = i.onClick), "rendererIfNeed" in i && t(5, c = i.rendererIfNeed), "rendererData" in i && t(9, g = i.rendererData);
132
- }, n.$$.update = () => {
133
- n.$$.dirty & /*visible*/
134
- 256 && t(7, l = a ? "visible" : "hidden");
125
+ return i.$$set = (t) => {
126
+ "content" in t && n(0, o = t.content), "visible" in t && n(8, a = t.visible), "opacity" in t && n(1, m = t.opacity), "zIndex" in t && n(2, r = t.zIndex), "transform" in t && n(3, s = t.transform), "onClick" in t && n(4, h = t.onClick), "rendererIfNeed" in t && n(5, c = t.rendererIfNeed), "rendererData" in t && n(9, g = t.rendererData);
127
+ }, i.$$.update = () => {
128
+ i.$$.dirty & /*visible*/
129
+ 256 && n(7, l = a ? "visible" : "hidden");
135
130
  }, [
136
131
  o,
137
132
  m,
138
133
  r,
139
134
  s,
140
- k,
135
+ h,
141
136
  c,
142
137
  d,
143
138
  l,
@@ -146,14 +141,14 @@ function H(n, e, t) {
146
141
  I
147
142
  ];
148
143
  }
149
- class X extends E {
144
+ class Q extends w {
150
145
  constructor(e) {
151
- super(), G(
146
+ super(), C(
152
147
  this,
153
148
  e,
149
+ J,
154
150
  H,
155
- F,
156
- w,
151
+ D,
157
152
  {
158
153
  content: 0,
159
154
  visible: 8,
@@ -164,10 +159,10 @@ class X extends E {
164
159
  rendererIfNeed: 5,
165
160
  rendererData: 9
166
161
  },
167
- S
162
+ F
168
163
  );
169
164
  }
170
165
  }
171
166
  export {
172
- X as LabelItem
167
+ Q as LabelItem
173
168
  };
@@ -1,30 +1,26 @@
1
- import { safe_not_equal as d } from "../../vendor/svelte/src/runtime/internal/utils.js";
2
- import { append_styles as b, element as v, attr as k, insert as h, detach as y } from "../../vendor/svelte/src/runtime/internal/dom.js";
3
- import { group_outros as I, transition_out as u, check_outros as D, transition_in as c } from "../../vendor/svelte/src/runtime/internal/transitions.js";
4
- import { SvelteComponent as x, init as z, create_component as p, mount_component as _, destroy_component as g } from "../../vendor/svelte/src/runtime/internal/Component.js";
5
- import "../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
1
+ import { SvelteComponent as d, init as b, safe_not_equal as v, append_styles as k, element as h, attr as y, insert as I, group_outros as D, transition_out as u, check_outros as x, transition_in as c, detach as z, create_component as _, mount_component as g, destroy_component as p } from "../../vendor/svelte/internal/index.js";
6
2
  import { Normalmage as w } from "./Normalmage.js";
7
3
  import { SvgImage as C } from "./SvgImage.js";
8
- function S(i) {
9
- b(i, "svelte-ozpg4a", ".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}");
4
+ function S(l) {
5
+ k(l, "svelte-ozpg4a", ".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}");
10
6
  }
11
- function $(i) {
7
+ function $(l) {
12
8
  let n, t;
13
9
  return n = new w({ props: { url: (
14
10
  /*imageData*/
15
- i[1].url
11
+ l[1].url
16
12
  ) } }), {
17
13
  c() {
18
- p(n.$$.fragment);
14
+ _(n.$$.fragment);
19
15
  },
20
16
  m(e, r) {
21
- _(n, e, r), t = !0;
17
+ g(n, e, r), t = !0;
22
18
  },
23
19
  p(e, r) {
24
- const l = {};
20
+ const i = {};
25
21
  r & /*imageData*/
26
- 2 && (l.url = /*imageData*/
27
- e[1].url), n.$set(l);
22
+ 2 && (i.url = /*imageData*/
23
+ e[1].url), n.$set(i);
28
24
  },
29
25
  i(e) {
30
26
  t || (c(n.$$.fragment, e), t = !0);
@@ -33,29 +29,29 @@ function $(i) {
33
29
  u(n.$$.fragment, e), t = !1;
34
30
  },
35
31
  d(e) {
36
- g(n, e);
32
+ p(n, e);
37
33
  }
38
34
  };
39
35
  }
40
- function q(i) {
36
+ function q(l) {
41
37
  let n, t;
42
38
  return n = new C({
43
39
  props: { content: (
44
40
  /*svgContent*/
45
- i[0]
41
+ l[0]
46
42
  ) }
47
43
  }), {
48
44
  c() {
49
- p(n.$$.fragment);
45
+ _(n.$$.fragment);
50
46
  },
51
47
  m(e, r) {
52
- _(n, e, r), t = !0;
48
+ g(n, e, r), t = !0;
53
49
  },
54
50
  p(e, r) {
55
- const l = {};
51
+ const i = {};
56
52
  r & /*svgContent*/
57
- 1 && (l.content = /*svgContent*/
58
- e[0]), n.$set(l);
53
+ 1 && (i.content = /*svgContent*/
54
+ e[0]), n.$set(i);
59
55
  },
60
56
  i(e) {
61
57
  t || (c(n.$$.fragment, e), t = !0);
@@ -64,13 +60,13 @@ function q(i) {
64
60
  u(n.$$.fragment, e), t = !1;
65
61
  },
66
62
  d(e) {
67
- g(n, e);
63
+ p(n, e);
68
64
  }
69
65
  };
70
66
  }
71
- function B(i) {
67
+ function B(l) {
72
68
  let n, t, e, r;
73
- const l = [q, $], a = [];
69
+ const i = [q, $], a = [];
74
70
  function f(o, s) {
75
71
  return (
76
72
  /*svgContent*/
@@ -80,18 +76,18 @@ function B(i) {
80
76
  )
81
77
  );
82
78
  }
83
- return ~(t = f(i)) && (e = a[t] = l[t](i)), {
79
+ return ~(t = f(l)) && (e = a[t] = i[t](l)), {
84
80
  c() {
85
- n = v("div"), e && e.c(), k(n, "class", "floorplan-plugin__base-image svelte-ozpg4a");
81
+ n = h("div"), e && e.c(), y(n, "class", "floorplan-plugin__base-image svelte-ozpg4a");
86
82
  },
87
83
  m(o, s) {
88
- h(o, n, s), ~t && a[t].m(n, null), r = !0;
84
+ I(o, n, s), ~t && a[t].m(n, null), r = !0;
89
85
  },
90
86
  p(o, [s]) {
91
87
  let m = t;
92
- t = f(o), t === m ? ~t && a[t].p(o, s) : (e && (I(), u(a[m], 1, 1, () => {
88
+ t = f(o), t === m ? ~t && a[t].p(o, s) : (e && (D(), u(a[m], 1, 1, () => {
93
89
  a[m] = null;
94
- }), D()), ~t ? (e = a[t], e ? e.p(o, s) : (e = a[t] = l[t](o), e.c()), c(e, 1), e.m(n, null)) : e = null);
90
+ }), x()), ~t ? (e = a[t], e ? e.p(o, s) : (e = a[t] = i[t](o), e.c()), c(e, 1), e.m(n, null)) : e = null);
95
91
  },
96
92
  i(o) {
97
93
  r || (c(e), r = !0);
@@ -100,26 +96,26 @@ function B(i) {
100
96
  u(e), r = !1;
101
97
  },
102
98
  d(o) {
103
- o && y(n), ~t && a[t].d();
99
+ o && z(n), ~t && a[t].d();
104
100
  }
105
101
  };
106
102
  }
107
- function N(i, n, t) {
108
- let e, r, { floorIndex: l } = n, { floorplanData: a } = n;
109
- return i.$$set = (f) => {
110
- "floorIndex" in f && t(2, l = f.floorIndex), "floorplanData" in f && t(3, a = f.floorplanData);
111
- }, i.$$.update = () => {
103
+ function N(l, n, t) {
104
+ let e, r, { floorIndex: i } = n, { floorplanData: a } = n;
105
+ return l.$$set = (f) => {
106
+ "floorIndex" in f && t(2, i = f.floorIndex), "floorplanData" in f && t(3, a = f.floorplanData);
107
+ }, l.$$.update = () => {
112
108
  var f, o;
113
- i.$$.dirty & /*floorplanData, floorIndex*/
114
- 12 && t(1, e = a.outlines[l]), i.$$.dirty & /*floorplanData, floorIndex*/
115
- 12 && t(0, r = (o = (f = a.outlines) == null ? void 0 : f[l]) == null ? void 0 : o.svgContent);
116
- }, [r, e, l, a];
109
+ l.$$.dirty & /*floorplanData, floorIndex*/
110
+ 12 && t(1, e = a.outlines[i]), l.$$.dirty & /*floorplanData, floorIndex*/
111
+ 12 && t(0, r = (o = (f = a.outlines) == null ? void 0 : f[i]) == null ? void 0 : o.svgContent);
112
+ }, [r, e, i, a];
117
113
  }
118
- class K extends x {
114
+ class F extends d {
119
115
  constructor(n) {
120
- super(), z(this, n, N, B, d, { floorIndex: 2, floorplanData: 3 }, S);
116
+ super(), b(this, n, N, B, v, { floorIndex: 2, floorplanData: 3 }, S);
121
117
  }
122
118
  }
123
119
  export {
124
- K as BaseImage
120
+ F as BaseImage
125
121
  };
@@ -1,17 +1,14 @@
1
- import { safe_not_equal as k, noop as f } from "../../vendor/svelte/src/runtime/internal/utils.js";
2
- import { append_styles as z, element as c, attr as d, set_style as t, insert as P, append as U, detach as w } from "../../vendor/svelte/src/runtime/internal/dom.js";
3
- import { SvelteComponent as A, init as C } from "../../vendor/svelte/src/runtime/internal/Component.js";
4
- import "../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
1
+ import { SvelteComponent as L, init as k, safe_not_equal as z, append_styles as P, element as f, attr as d, set_style as t, insert as U, append as w, noop as c, detach as A } from "../../vendor/svelte/internal/index.js";
5
2
  import { CAMERA_IMAGE as g } from "../Assets/camera.js";
6
- import { rad2Deg as R } from "../../shared-utils/math/rad2Deg.js";
7
- function S(a) {
8
- z(a, "svelte-17cl35n", ".floorplan__camera-position.svelte-17cl35n{position:absolute;width:0;height:0}.floorplan__camera-rotate.svelte-17cl35n{position:absolute;background-repeat:no-repeat;background-size:100%}");
3
+ import { rad2Deg as C } from "../../shared-utils/math/rad2Deg.js";
4
+ function R(a) {
5
+ P(a, "svelte-17cl35n", ".floorplan__camera-position.svelte-17cl35n{position:absolute;width:0;height:0}.floorplan__camera-rotate.svelte-17cl35n{position:absolute;background-repeat:no-repeat;background-size:100%}");
9
6
  }
10
- function y(a) {
7
+ function S(a) {
11
8
  let n, e;
12
9
  return {
13
10
  c() {
14
- n = c("div"), e = c("div"), d(e, "class", "floorplan__camera-rotate svelte-17cl35n"), t(e, "background-image", `url(${/*cameraImageUrl*/
11
+ n = f("div"), e = f("div"), d(e, "class", "floorplan__camera-rotate svelte-17cl35n"), t(e, "background-image", `url(${/*cameraImageUrl*/
15
12
  a[0] || g})`), t(
16
13
  e,
17
14
  "width",
@@ -39,79 +36,73 @@ function y(a) {
39
36
  a[2]
40
37
  );
41
38
  },
42
- m(o, i) {
43
- P(o, n, i), U(n, e);
39
+ m(o, r) {
40
+ U(o, n, r), w(n, e);
44
41
  },
45
- p(o, [i]) {
46
- i & /*cameraImageUrl*/
42
+ p(o, [r]) {
43
+ r & /*cameraImageUrl*/
47
44
  1 && t(e, "background-image", `url(${/*cameraImageUrl*/
48
45
  o[0] || g})`);
49
- const r = i & /*cameraImageUrl*/
46
+ const i = r & /*cameraImageUrl*/
50
47
  1;
51
- (i & /*cameraImageUrl*/
52
- 1 || r) && t(
48
+ i && t(
53
49
  e,
54
50
  "width",
55
51
  /*domSizeStyle*/
56
52
  o[4]
57
- ), (i & /*cameraImageUrl*/
58
- 1 || r) && t(
53
+ ), i && t(
59
54
  e,
60
55
  "height",
61
56
  /*domSizeStyle*/
62
57
  o[4]
63
- ), (i & /*cameraImageUrl*/
64
- 1 || r) && t(e, "left", "-" + /*domSizeStyle*/
65
- o[4]), (i & /*cameraImageUrl*/
66
- 1 || r) && t(e, "top", "-" + /*domSizeStyle*/
67
- o[4]), (i & /*cameraImageUrl*/
68
- 1 || r) && t(e, "transform", `rotate(${/*rotate*/
69
- o[3]}deg)`), (i & /*cameraImageUrl*/
70
- 1 || r) && t(e, "transform-origin", `${/*domSizeStyle*/
58
+ ), i && t(e, "left", "-" + /*domSizeStyle*/
59
+ o[4]), i && t(e, "top", "-" + /*domSizeStyle*/
60
+ o[4]), i && t(e, "transform", `rotate(${/*rotate*/
61
+ o[3]}deg)`), i && t(e, "transform-origin", `${/*domSizeStyle*/
71
62
  o[4]} ${/*domSizeStyle*/
72
63
  o[4]}`);
73
64
  },
74
- i: f,
75
- o: f,
65
+ i: c,
66
+ o: c,
76
67
  d(o) {
77
- o && w(n);
68
+ o && A(n);
78
69
  }
79
70
  };
80
71
  }
81
72
  function E(a, n, e) {
82
- let { panoIndex: o } = n, { floorplanData: i } = n, { lastPanoramaLongitude: r } = n, { cameraImageUrl: s } = n;
83
- const { observers: p } = i, m = p[o], u = m.positionInImage.x, h = m.positionInImage.y, _ = u * 100 + "%", I = h * 100 + "%", b = -R(r) + 45, v = document.body.clientWidth, D = document.body.clientHeight, L = `${(v < 500 || D < 500 ? 17 : 37) / 16}rem`;
73
+ let { panoIndex: o } = n, { floorplanData: r } = n, { lastPanoramaLongitude: i } = n, { cameraImageUrl: s } = n;
74
+ const { observers: u } = r, m = u[o], p = m.positionInImage.x, h = m.positionInImage.y, _ = p * 100 + "%", I = h * 100 + "%", b = -C(i) + 45, v = document.body.clientWidth, y = document.body.clientHeight, D = `${(v < 500 || y < 500 ? 17 : 37) / 16}rem`;
84
75
  return a.$$set = (l) => {
85
- "panoIndex" in l && e(5, o = l.panoIndex), "floorplanData" in l && e(6, i = l.floorplanData), "lastPanoramaLongitude" in l && e(7, r = l.lastPanoramaLongitude), "cameraImageUrl" in l && e(0, s = l.cameraImageUrl);
76
+ "panoIndex" in l && e(5, o = l.panoIndex), "floorplanData" in l && e(6, r = l.floorplanData), "lastPanoramaLongitude" in l && e(7, i = l.lastPanoramaLongitude), "cameraImageUrl" in l && e(0, s = l.cameraImageUrl);
86
77
  }, [
87
78
  s,
88
79
  _,
89
80
  I,
90
81
  b,
91
- L,
82
+ D,
92
83
  o,
93
- i,
94
- r
84
+ r,
85
+ i
95
86
  ];
96
87
  }
97
- class B extends A {
88
+ class G extends L {
98
89
  constructor(n) {
99
- super(), C(
90
+ super(), k(
100
91
  this,
101
92
  n,
102
93
  E,
103
- y,
104
- k,
94
+ S,
95
+ z,
105
96
  {
106
97
  panoIndex: 5,
107
98
  floorplanData: 6,
108
99
  lastPanoramaLongitude: 7,
109
100
  cameraImageUrl: 0
110
101
  },
111
- S
102
+ R
112
103
  );
113
104
  }
114
105
  }
115
106
  export {
116
- B as Camera
107
+ G as Camera
117
108
  };
@@ -1,19 +1,16 @@
1
- import { safe_not_equal as k, noop as u } from "../../vendor/svelte/src/runtime/internal/utils.js";
2
- import { append_styles as b, empty as v, insert as d, detach as g, element as f, space as D, text as y, attr as c, set_style as _, append as p, set_data as w } from "../../vendor/svelte/src/runtime/internal/dom.js";
3
- import { SvelteComponent as S, init as C } from "../../vendor/svelte/src/runtime/internal/Component.js";
4
- import "../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
1
+ import { SvelteComponent as k, init as b, safe_not_equal as v, append_styles as D, empty as y, insert as d, noop as u, detach as g, element as c, space as w, text as S, attr as f, set_style as _, append as p, set_data as C } from "../../vendor/svelte/internal/index.js";
5
2
  import { COMPASS_IMAGE as x } from "../Assets/compass.js";
6
3
  function M(a) {
7
- b(a, "svelte-rpkaro", ".floorplan-plugin__compass.svelte-rpkaro{position:absolute;left:50%;top:-2.875rem;width:14.4375rem;height:2.5625rem;will-change:opacity;transform-origin:center 11.5rem}.floorplan-plugin__compass-image.svelte-rpkaro{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0.1;background-repeat:no-repeat;background-size:100% 100%}.floorplan-plugin__compass-text.svelte-rpkaro{position:absolute;left:50%;top:0.9375rem;transform:translateX(-50%);opacity:0.2;font-weight:bold;font-size:0.625rem;color:#fff}");
4
+ D(a, "svelte-rpkaro", ".floorplan-plugin__compass.svelte-rpkaro{position:absolute;left:50%;top:-2.875rem;width:14.4375rem;height:2.5625rem;will-change:opacity;transform-origin:center 11.5rem}.floorplan-plugin__compass-image.svelte-rpkaro{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0.1;background-repeat:no-repeat;background-size:100% 100%}.floorplan-plugin__compass-text.svelte-rpkaro{position:absolute;left:50%;top:0.9375rem;transform:translateX(-50%);opacity:0.2;font-weight:bold;font-size:0.625rem;color:#fff}");
8
5
  }
9
6
  function z(a) {
10
- let t, o, e, r, n;
7
+ let t, e, o, n, r;
11
8
  return {
12
9
  c() {
13
- t = f("div"), o = f("div"), e = D(), r = f("span"), n = y(
10
+ t = c("div"), e = c("div"), o = w(), n = c("span"), r = S(
14
11
  /*northDesc*/
15
12
  a[0]
16
- ), c(o, "class", "floorplan-plugin__compass-image svelte-rpkaro"), _(o, "background-image", `url(${x})`), c(r, "class", "floorplan-plugin__compass-text svelte-rpkaro"), c(t, "class", "floorplan-plugin__compass svelte-rpkaro"), _(
13
+ ), f(e, "class", "floorplan-plugin__compass-image svelte-rpkaro"), _(e, "background-image", `url(${x})`), f(n, "class", "floorplan-plugin__compass-text svelte-rpkaro"), f(t, "class", "floorplan-plugin__compass svelte-rpkaro"), _(
17
14
  t,
18
15
  "transform",
19
16
  /*compassTransformStyle*/
@@ -21,12 +18,12 @@ function z(a) {
21
18
  );
22
19
  },
23
20
  m(s, l) {
24
- d(s, t, l), p(t, o), p(t, e), p(t, r), p(r, n);
21
+ d(s, t, l), p(t, e), p(t, o), p(t, n), p(n, r);
25
22
  },
26
23
  p(s, l) {
27
24
  l & /*northDesc*/
28
- 1 && w(
29
- n,
25
+ 1 && C(
26
+ r,
30
27
  /*northDesc*/
31
28
  s[0]
32
29
  );
@@ -37,44 +34,44 @@ function z(a) {
37
34
  };
38
35
  }
39
36
  function A(a) {
40
- let t, o = (
37
+ let t, e = (
41
38
  /*canCompassShow*/
42
39
  a[1] && z(a)
43
40
  );
44
41
  return {
45
42
  c() {
46
- o && o.c(), t = v();
43
+ e && e.c(), t = y();
47
44
  },
48
- m(e, r) {
49
- o && o.m(e, r), d(e, t, r);
45
+ m(o, n) {
46
+ e && e.m(o, n), d(o, t, n);
50
47
  },
51
- p(e, [r]) {
48
+ p(o, [n]) {
52
49
  /*canCompassShow*/
53
- e[1] && o.p(e, r);
50
+ o[1] && e.p(o, n);
54
51
  },
55
52
  i: u,
56
53
  o: u,
57
- d(e) {
58
- e && g(t), o && o.d(e);
54
+ d(o) {
55
+ e && e.d(o), o && g(t);
59
56
  }
60
57
  };
61
58
  }
62
59
  function I(a) {
63
60
  return a / Math.PI * 180;
64
61
  }
65
- function P(a, t, o) {
62
+ function P(a, t, e) {
66
63
  var m;
67
- let { floorplanData: e } = t, { northDesc: r } = t;
68
- const n = (m = e.entrance) == null ? void 0 : m.northRad, s = typeof n == "number", h = `translateX(-50%) translateZ(10px) rotate(${-(n ? I(n) : 0) + 90}deg)`;
64
+ let { floorplanData: o } = t, { northDesc: n } = t;
65
+ const r = (m = o.entrance) == null ? void 0 : m.northRad, s = typeof r == "number", h = `translateX(-50%) translateZ(10px) rotate(${-(r ? I(r) : 0) + 90}deg)`;
69
66
  return a.$$set = (i) => {
70
- "floorplanData" in i && o(3, e = i.floorplanData), "northDesc" in i && o(0, r = i.northDesc);
71
- }, [r, s, h, e];
67
+ "floorplanData" in i && e(3, o = i.floorplanData), "northDesc" in i && e(0, n = i.northDesc);
68
+ }, [n, s, h, o];
72
69
  }
73
- class O extends S {
70
+ class q extends k {
74
71
  constructor(t) {
75
- super(), C(this, t, P, A, k, { floorplanData: 3, northDesc: 0 }, M);
72
+ super(), b(this, t, P, A, v, { floorplanData: 3, northDesc: 0 }, M);
76
73
  }
77
74
  }
78
75
  export {
79
- O as Compass
76
+ q as Compass
80
77
  };