@realsee/dnalogel 2.30.2 → 2.30.4-0

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