@realsee/dnalogel 3.3.5 → 3.4.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (390) hide show
  1. package/dist/CruisePlugin/CruiseController.d.ts +146 -0
  2. package/dist/CruisePlugin/Move.d.ts +25 -0
  3. package/dist/CruisePlugin/{Controller.d.ts → Work.d.ts} +1 -8
  4. package/dist/CruisePlugin/index.d.ts +4 -3
  5. package/dist/CruisePlugin/typing.d.ts +2 -2
  6. package/dist/CruisePlugin/utils/getFiveStateOnCurve.d.ts +11 -0
  7. package/dist/GuideLinePlugin/Controller.d.ts +1 -6
  8. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +4 -0
  9. package/dist/PanoTagPlugin/controller/TagRender.d.ts +0 -4
  10. package/dist/index.cjs.js +53 -53
  11. package/dist/index.js +4420 -4234
  12. package/dist/index.umd.js +48 -48
  13. package/dist/shared-utils/five/fiveLoaded.d.ts +2 -0
  14. package/docs/.nojekyll +1 -0
  15. package/docs/assets/highlight.css +120 -0
  16. package/docs/assets/main.js +58 -0
  17. package/docs/assets/search.js +1 -0
  18. package/docs/assets/style.css +1367 -0
  19. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +726 -0
  20. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +679 -0
  21. package/docs/classes/CSS3DRender.html +774 -0
  22. package/docs/classes/GuideLineItem.GuideLineItem.html +477 -0
  23. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +857 -0
  24. package/docs/classes/Magnifier.html +481 -0
  25. package/docs/classes/ModelRoomLabelController.html +399 -0
  26. package/docs/classes/MoveController.html +640 -0
  27. package/docs/classes/Object3DHelperController.html +641 -0
  28. package/docs/classes/PaintBrush.html +503 -0
  29. package/docs/classes/PanoMeasurePluginLine.html +523 -0
  30. package/docs/classes/PanoMeasurePluginModel.html +572 -0
  31. package/docs/classes/PanoMeasurePluginPoint.html +363 -0
  32. package/docs/classes/PanoMeasurePluginPolyline.html +568 -0
  33. package/docs/classes/PanoTagPluginController.html +1078 -0
  34. package/docs/classes/Util.BetterTween.html +417 -0
  35. package/docs/classes/Util.Interval.html +433 -0
  36. package/docs/classes/Util.LineSegments.html +385 -0
  37. package/docs/classes/Util.Magnifier.html +504 -0
  38. package/docs/classes/Util.Object3D.html +407 -0
  39. package/docs/classes/Util.PointDomHelper.html +408 -0
  40. package/docs/classes/Util.PointHelper.html +399 -0
  41. package/docs/classes/Util.PointSelectorHelper.html +455 -0
  42. package/docs/classes/Util.Rectangle.html +456 -0
  43. package/docs/classes/WalkController.html +666 -0
  44. package/docs/enums/CameraMovementEffect.html +311 -0
  45. package/docs/enums/ContentType.html +447 -0
  46. package/docs/enums/DIRECTION.html +321 -0
  47. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +321 -0
  48. package/docs/enums/DimensionType.html +311 -0
  49. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +314 -0
  50. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +321 -0
  51. package/docs/enums/PaintBrushTypeEnum.html +314 -0
  52. package/docs/enums/PointType.html +311 -0
  53. package/docs/enums/Rotation.html +318 -0
  54. package/docs/functions/AreaMakerPlugin.html +291 -0
  55. package/docs/functions/CSS3DRenderPlugin.html +289 -0
  56. package/docs/functions/CameraMovementPlugin.html +294 -0
  57. package/docs/functions/CruisePlugin.html +291 -0
  58. package/docs/functions/CurrentPanoImagePlugin.html +291 -0
  59. package/docs/functions/GuideLinePlugin.html +291 -0
  60. package/docs/functions/ItemLabelPlugin.html +291 -0
  61. package/docs/functions/MapviewFloorplanPlugin.html +291 -0
  62. package/docs/functions/ModelChassisCompassPlugin.html +294 -0
  63. package/docs/functions/ModelEntryDoorGuidePlugin.html +294 -0
  64. package/docs/functions/ModelFloorplanPlugin.html +291 -0
  65. package/docs/functions/ModelItemLabelPlugin.html +291 -0
  66. package/docs/functions/ModelRoomLabelPlugin.html +289 -0
  67. package/docs/functions/ModelTVVideoPlugin.html +291 -0
  68. package/docs/functions/ModelViewPlugin.html +294 -0
  69. package/docs/functions/Object3DHelperPlugin.html +289 -0
  70. package/docs/functions/PanoCompassPlugin.html +291 -0
  71. package/docs/functions/PanoCursorRaycasterPlugin.html +295 -0
  72. package/docs/functions/PanoDoorLabelPlugin.html +291 -0
  73. package/docs/functions/PanoFloorplanRadarPlugin.html +291 -0
  74. package/docs/functions/PanoMeasurePlugin.html +291 -0
  75. package/docs/functions/PanoRulerPlugin.html +294 -0
  76. package/docs/functions/PanoRulerProPlugin.html +294 -0
  77. package/docs/functions/PanoSpatialTagPlugin.html +294 -0
  78. package/docs/functions/PanoTagPlugin.html +296 -0
  79. package/docs/functions/PanoVideoPlugin.html +300 -0
  80. package/docs/functions/PipelinePlugin.html +289 -0
  81. package/docs/functions/TopviewFloorplanPlugin.html +291 -0
  82. package/docs/functions/Util.absoluteUrl.html +327 -0
  83. package/docs/functions/Util.checkFiveModelLoaded.html +330 -0
  84. package/docs/functions/Util.equal.html +339 -0
  85. package/docs/functions/Util.getCoordsFromClient.html +329 -0
  86. package/docs/functions/Util.getCoordsFromElement.html +329 -0
  87. package/docs/functions/Util.getFrameTime.html +321 -0
  88. package/docs/functions/Util.getIntersectFromRelativePosition.html +329 -0
  89. package/docs/functions/Util.getRaycasterFromFivePointer.html +329 -0
  90. package/docs/functions/Util.isAbsoluteURL.html +322 -0
  91. package/docs/functions/Util.isModelLike.html +322 -0
  92. package/docs/functions/Util.isNil.html +330 -0
  93. package/docs/functions/Util.isPanoramaLike.html +322 -0
  94. package/docs/functions/Util.nextFrame.html +335 -0
  95. package/docs/functions/Util.notNil.html +330 -0
  96. package/docs/functions/Util.requestAnimationFrameInterval.html +351 -0
  97. package/docs/functions/Util.tweenProgress.html +324 -0
  98. package/docs/functions/Util.uuid.html +320 -0
  99. package/docs/functions/pluginFlag.html +289 -0
  100. package/docs/index.html +355 -0
  101. package/docs/interfaces/AddTagConfig.html +304 -0
  102. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +330 -0
  103. package/docs/interfaces/AreaMakerPluginType.Config.html +335 -0
  104. package/docs/interfaces/AreaMakerPluginType.EventMap.html +621 -0
  105. package/docs/interfaces/AreaMakerPluginType.Params.html +334 -0
  106. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +384 -0
  107. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +369 -0
  108. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +334 -0
  109. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +327 -0
  110. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +326 -0
  111. package/docs/interfaces/AreaMakerPluginType.State.html +355 -0
  112. package/docs/interfaces/CSS3DRenderPluginEventMap.html +450 -0
  113. package/docs/interfaces/CSS3DRenderPluginState.html +326 -0
  114. package/docs/interfaces/CameraMovementPluginExportType.html +359 -0
  115. package/docs/interfaces/CruisePluginTypes.Config.html +360 -0
  116. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +362 -0
  117. package/docs/interfaces/CruisePluginTypes.EventMap.html +697 -0
  118. package/docs/interfaces/CruisePluginTypes.MoveAction.html +386 -0
  119. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +422 -0
  120. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +412 -0
  121. package/docs/interfaces/CruisePluginTypes.PluginData.html +352 -0
  122. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +320 -0
  123. package/docs/interfaces/CruisePluginTypes.PluginState.html +388 -0
  124. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +383 -0
  125. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +522 -0
  126. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +324 -0
  127. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +316 -0
  128. package/docs/interfaces/CurrentPanoImagePluginType.State.html +338 -0
  129. package/docs/interfaces/EventMap.html +543 -0
  130. package/docs/interfaces/FloorplanBounding.html +333 -0
  131. package/docs/interfaces/FloorplanData.html +336 -0
  132. package/docs/interfaces/FloorplanEntrance.html +361 -0
  133. package/docs/interfaces/FloorplanExtraObject.html +351 -0
  134. package/docs/interfaces/FloorplanExtraObject3D.html +340 -0
  135. package/docs/interfaces/FloorplanFloorData.html +329 -0
  136. package/docs/interfaces/FloorplanImagePosition.html +315 -0
  137. package/docs/interfaces/FloorplanObserver.html +333 -0
  138. package/docs/interfaces/FloorplanOutlineItem.html +329 -0
  139. package/docs/interfaces/FloorplanPosition.html +315 -0
  140. package/docs/interfaces/FloorplanRoomItem.html +380 -0
  141. package/docs/interfaces/FloorplanRoomLabelItem.html +321 -0
  142. package/docs/interfaces/FloorplanServerBounding.html +333 -0
  143. package/docs/interfaces/FloorplanServerComputedData.html +332 -0
  144. package/docs/interfaces/FloorplanServerData.html +315 -0
  145. package/docs/interfaces/FloorplanServerDoorItem.html +332 -0
  146. package/docs/interfaces/FloorplanServerDoorPosition.html +318 -0
  147. package/docs/interfaces/FloorplanServerEntrance.html +361 -0
  148. package/docs/interfaces/FloorplanServerFloorData.html +329 -0
  149. package/docs/interfaces/FloorplanServerImagePosition.html +315 -0
  150. package/docs/interfaces/FloorplanServerObserver.html +333 -0
  151. package/docs/interfaces/FloorplanServerOutlineItem.html +329 -0
  152. package/docs/interfaces/FloorplanServerPosition.html +315 -0
  153. package/docs/interfaces/FloorplanServerRoomItem.html +392 -0
  154. package/docs/interfaces/FloorplanServerRoomLabelItem.html +321 -0
  155. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +324 -0
  156. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +363 -0
  157. package/docs/interfaces/GuideLinePluginType.EventMap.html +527 -0
  158. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +358 -0
  159. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +349 -0
  160. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +416 -0
  161. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +338 -0
  162. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +348 -0
  163. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +484 -0
  164. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +345 -0
  165. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +484 -0
  166. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +310 -0
  167. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +331 -0
  168. package/docs/interfaces/GuideLinePluginType.PluginState.html +356 -0
  169. package/docs/interfaces/GuideLinePluginType.Route.html +372 -0
  170. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +354 -0
  171. package/docs/interfaces/HelperOffset.html +333 -0
  172. package/docs/interfaces/ImagePlaneGroup.html +307 -0
  173. package/docs/interfaces/ItemLabelPluginData.html +304 -0
  174. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +389 -0
  175. package/docs/interfaces/ItemLabelPluginParametersType.html +325 -0
  176. package/docs/interfaces/MinMax.html +311 -0
  177. package/docs/interfaces/ModelChassisCompassPluginData.html +311 -0
  178. package/docs/interfaces/ModelChassisCompassPluginExportType.html +347 -0
  179. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +311 -0
  180. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +318 -0
  181. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +355 -0
  182. package/docs/interfaces/ModelItemLabelPluginData.html +304 -0
  183. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +389 -0
  184. package/docs/interfaces/ModelItemLabelPluginParametersType.html +311 -0
  185. package/docs/interfaces/ModelRoomLabelPluginData.html +304 -0
  186. package/docs/interfaces/ModelTVVideoPluginData.html +325 -0
  187. package/docs/interfaces/ModelTVVideoPluginExportType.html +349 -0
  188. package/docs/interfaces/ModelTVVideoPluginParameterType.html +304 -0
  189. package/docs/interfaces/ModelViewPluginExportType.html +417 -0
  190. package/docs/interfaces/Object3DHelperState.html +318 -0
  191. package/docs/interfaces/ObjectHelperControllers.html +325 -0
  192. package/docs/interfaces/PaintBrushAction.html +364 -0
  193. package/docs/interfaces/PaintBrushConfigs.html +362 -0
  194. package/docs/interfaces/PaintBrushState.html +346 -0
  195. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +426 -0
  196. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +283 -0
  197. package/docs/interfaces/PanoMeasureParameterType.html +450 -0
  198. package/docs/interfaces/PanoMeasurePluginLineJson.html +318 -0
  199. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +315 -0
  200. package/docs/interfaces/PanoMeasurePluginPointJson.html +311 -0
  201. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +321 -0
  202. package/docs/interfaces/PanoRulerPluginExportType.html +378 -0
  203. package/docs/interfaces/PanoRulerPluginOptions.html +327 -0
  204. package/docs/interfaces/PanoRulerPluginParameterType.html +318 -0
  205. package/docs/interfaces/PanoRulerProPluginExportType.html +354 -0
  206. package/docs/interfaces/PanoRulerProPluginOptions.html +324 -0
  207. package/docs/interfaces/PanoRulerProPluginParameterType.html +311 -0
  208. package/docs/interfaces/PanoRulerProPluginState.html +318 -0
  209. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +297 -0
  210. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +286 -0
  211. package/docs/interfaces/PanoSpatialTagPluginData.html +354 -0
  212. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +336 -0
  213. package/docs/interfaces/PanoSpatialTagPluginExportType.html +432 -0
  214. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +332 -0
  215. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +353 -0
  216. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +339 -0
  217. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +332 -0
  218. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +324 -0
  219. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +342 -0
  220. package/docs/interfaces/PanoVideoPluginType.PluginData.html +315 -0
  221. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +421 -0
  222. package/docs/interfaces/PanoVideoPluginType.PluginState.html +315 -0
  223. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +350 -0
  224. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +369 -0
  225. package/docs/interfaces/Point.html +318 -0
  226. package/docs/interfaces/Room.html +325 -0
  227. package/docs/interfaces/RoomInfo.html +311 -0
  228. package/docs/interfaces/RoomLabel.html +387 -0
  229. package/docs/interfaces/RoomRules.html +286 -0
  230. package/docs/interfaces/Rooms.html +286 -0
  231. package/docs/interfaces/Scissor.html +345 -0
  232. package/docs/interfaces/State.html +332 -0
  233. package/docs/interfaces/TagCacheInterface.html +363 -0
  234. package/docs/interfaces/TagConfig.html +566 -0
  235. package/docs/interfaces/TagGLTFObjectGroup.html +307 -0
  236. package/docs/interfaces/TagIconUrl.html +364 -0
  237. package/docs/interfaces/TagObjectGroup.html +307 -0
  238. package/docs/interfaces/TagStyle.html +317 -0
  239. package/docs/interfaces/Tags.html +2689 -0
  240. package/docs/interfaces/TemporaryState.html +304 -0
  241. package/docs/interfaces/Util.MagnifierParameter.html +392 -0
  242. package/docs/interfaces/Util.MouseGroupParameter.html +351 -0
  243. package/docs/interfaces/Util.PointIntersection.html +366 -0
  244. package/docs/modules/AreaMakerPluginType.html +324 -0
  245. package/docs/modules/CruisePluginTypes.html +329 -0
  246. package/docs/modules/CurrentPanoImagePluginType.html +298 -0
  247. package/docs/modules/GuideLineItem.html +290 -0
  248. package/docs/modules/GuideLineModeItem.html +295 -0
  249. package/docs/modules/GuideLinePluginType.html +351 -0
  250. package/docs/modules/PanoVideoPluginType.html +302 -0
  251. package/docs/modules/Util.html +352 -0
  252. package/docs/modules.html +542 -0
  253. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +332 -0
  254. package/docs/types/AreaMakerPluginType.PluginData.html +302 -0
  255. package/docs/types/AreaMakerPluginType.ServerData.html +302 -0
  256. package/docs/types/ArrayPosition.html +280 -0
  257. package/docs/types/AudioAppearance.html +280 -0
  258. package/docs/types/AudioTagTypeConfigKey.html +280 -0
  259. package/docs/types/CSS3DRenderExportType.html +280 -0
  260. package/docs/types/CSS3DRenderPluginExportType.html +280 -0
  261. package/docs/types/CSS3DRenderPluginParameterType.html +280 -0
  262. package/docs/types/ClassFunctionParameters.html +287 -0
  263. package/docs/types/Color.html +280 -0
  264. package/docs/types/ContentTypeConfigKey.html +280 -0
  265. package/docs/types/ContentTypeConfigKeySplit.html +280 -0
  266. package/docs/types/ContentTypeMap.html +280 -0
  267. package/docs/types/Create3DDomContainerReturnType.html +280 -0
  268. package/docs/types/Create3DElementReturnType.html +280 -0
  269. package/docs/types/CruisePluginExportType.html +280 -0
  270. package/docs/types/CruisePluginTypes.CruiseData.html +319 -0
  271. package/docs/types/CruisePluginTypes.MoveEffect.html +296 -0
  272. package/docs/types/CurrentPanoImagePluginExportType.html +280 -0
  273. package/docs/types/DeprecatedMediaPlaneProperty.html +292 -0
  274. package/docs/types/DeprecatedTagProperty.html +295 -0
  275. package/docs/types/Direction-1.html +280 -0
  276. package/docs/types/Direction4.html +280 -0
  277. package/docs/types/ElementRenderer.html +304 -0
  278. package/docs/types/FloorplanRuleLabels.html +283 -0
  279. package/docs/types/FloorplanServerRuleLabels.html +280 -0
  280. package/docs/types/GuideLinePluginExportType.html +280 -0
  281. package/docs/types/GuideLinePluginType.GuideLineItem.html +353 -0
  282. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +374 -0
  283. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +307 -0
  284. package/docs/types/GuideLinePluginType.GuideLineStyle.html +310 -0
  285. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +310 -0
  286. package/docs/types/GuideLinePluginType.PathItem.html +310 -0
  287. package/docs/types/GuideLinePluginType.PluginData.html +319 -0
  288. package/docs/types/HelperEventMap.html +518 -0
  289. package/docs/types/LoadTagConfig.html +280 -0
  290. package/docs/types/MapviewFloorplanPluginParameterType.html +280 -0
  291. package/docs/types/MapviewFloorplanPluginReturnType.html +280 -0
  292. package/docs/types/MediaData.html +296 -0
  293. package/docs/types/MediaStore.html +285 -0
  294. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +287 -0
  295. package/docs/types/ModelFloorplanPluginParameterType.html +280 -0
  296. package/docs/types/ModelFloorplanPluginReturnType.html +280 -0
  297. package/docs/types/ModelId.html +280 -0
  298. package/docs/types/ModelRoomLabelPluginParameters.html +280 -0
  299. package/docs/types/ModelRoomLabelPluginReturnType.html +280 -0
  300. package/docs/types/MoveArgs.html +290 -0
  301. package/docs/types/MoveOpts.html +288 -0
  302. package/docs/types/Object3DHelperEventMap.html +373 -0
  303. package/docs/types/ObjectFit.html +280 -0
  304. package/docs/types/PaintBrushEventMap.html +311 -0
  305. package/docs/types/PanoCompassPluginData.html +280 -0
  306. package/docs/types/PanoCompassPluginExportType.html +280 -0
  307. package/docs/types/PanoCompassPluginParameterType.html +280 -0
  308. package/docs/types/PanoFloorplanRadarPluginParameterType.html +280 -0
  309. package/docs/types/PanoFloorplanRadarPluginReturnType.html +280 -0
  310. package/docs/types/PanoIndex.html +280 -0
  311. package/docs/types/PanoMeasurePluginEvent.html +280 -0
  312. package/docs/types/PanoMeasureReturnType.html +280 -0
  313. package/docs/types/PanoSpatialTagPluginId.html +280 -0
  314. package/docs/types/PanoTagPluginExportInterface.html +280 -0
  315. package/docs/types/PanoTagPluginParamsInterface.html +280 -0
  316. package/docs/types/PanoVideoPluginParameterType.html +280 -0
  317. package/docs/types/PanoVideoPluginReturnType.html +280 -0
  318. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +288 -0
  319. package/docs/types/PipelinePluginParameterType.html +280 -0
  320. package/docs/types/PipelinePluginReturnType.html +280 -0
  321. package/docs/types/PlaneTag.html +288 -0
  322. package/docs/types/Point2DTag.html +288 -0
  323. package/docs/types/Point3DTag.html +288 -0
  324. package/docs/types/PointTag.html +285 -0
  325. package/docs/types/PointTagInstance.html +285 -0
  326. package/docs/types/Position.html +280 -0
  327. package/docs/types/RotateArgs.html +292 -0
  328. package/docs/types/RotateOpts.html +288 -0
  329. package/docs/types/RuleLabelsKey.html +280 -0
  330. package/docs/types/RuleLabelsValue.html +280 -0
  331. package/docs/types/StickType.html +280 -0
  332. package/docs/types/Tag.html +346 -0
  333. package/docs/types/Tag2D.html +288 -0
  334. package/docs/types/Tag3D.html +288 -0
  335. package/docs/types/TagConfigByKey.html +285 -0
  336. package/docs/types/TagContentType.html +280 -0
  337. package/docs/types/TagDimensionType.html +282 -0
  338. package/docs/types/TagElement.html +290 -0
  339. package/docs/types/TagEvents.html +333 -0
  340. package/docs/types/TagGLTFObject.html +303 -0
  341. package/docs/types/TagHooks.html +280 -0
  342. package/docs/types/TagId.html +280 -0
  343. package/docs/types/TagInstance.html +356 -0
  344. package/docs/types/TagPointType.html +283 -0
  345. package/docs/types/TagRendererMap.html +285 -0
  346. package/docs/types/TopviewFloorplanPluginParameterType.html +280 -0
  347. package/docs/types/TopviewFloorplanPluginReturnType.html +280 -0
  348. package/docs/types/WorkCode.html +280 -0
  349. package/docs/variables/FLOOR_TYPE_MAP.html +290 -0
  350. package/docs/variables/PLUGIN.html +280 -0
  351. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +283 -0
  352. package/docs/variables/ROOM_TYPE_MAP.html +290 -0
  353. package/docs/variables/defaultGlobalConfig.html +280 -0
  354. package/docs/variables/itemLabelPluginServerParams.html +287 -0
  355. package/docs/variables/modelItemLabelPluginServerParams.html +287 -0
  356. package/docs/variables/modelRoomLabelPluginServerParams.html +287 -0
  357. package/libs/CruisePlugin/CruiseController.d.ts +146 -0
  358. package/libs/CruisePlugin/CruiseController.js +235 -0
  359. package/libs/CruisePlugin/Move.d.ts +25 -0
  360. package/libs/CruisePlugin/Move.js +111 -0
  361. package/libs/CruisePlugin/{Controller.d.ts → Work.d.ts} +1 -8
  362. package/libs/CruisePlugin/{Controller.js → Work.js} +149 -177
  363. package/libs/CruisePlugin/index.d.ts +4 -3
  364. package/libs/CruisePlugin/index.js +14 -10
  365. package/libs/CruisePlugin/typing.d.ts +2 -2
  366. package/libs/CruisePlugin/utils/getFiveStateOnCurve.d.ts +11 -0
  367. package/libs/CruisePlugin/utils/getFiveStateOnCurve.js +11 -0
  368. package/libs/GuideLinePlugin/Controller.d.ts +1 -6
  369. package/libs/GuideLinePlugin/Controller.js +60 -74
  370. package/libs/GuideLinePlugin/GuideLineItem/index.js +53 -43
  371. package/libs/GuideLinePlugin/GuideLineItem.js +12 -9
  372. package/libs/GuideLinePlugin/index.js +20 -17
  373. package/libs/PanoTagPlugin/Components/TagItem.js +255 -287
  374. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +4 -0
  375. package/libs/PanoTagPlugin/controller/TagComputer.js +135 -116
  376. package/libs/PanoTagPlugin/controller/TagRender.d.ts +0 -4
  377. package/libs/PanoTagPlugin/controller/TagRender.js +71 -90
  378. package/libs/base/BasePlugin.js +1 -1
  379. package/libs/index.js +123 -119
  380. package/libs/shared-utils/five/fiveLoaded.d.ts +2 -0
  381. package/libs/shared-utils/five/fiveLoaded.js +30 -0
  382. package/libs/shared-utils/formatRad.d.ts +7 -0
  383. package/libs/shared-utils/formatRad.js +7 -0
  384. package/libs/shared-utils/logger.js +1 -1
  385. package/package.json +2 -2
  386. package/dist/CruisePlugin/utils/linerValue.d.ts +0 -1
  387. /package/dist/{CruisePlugin/utils → shared-utils}/formatRad.d.ts +0 -0
  388. /package/dist/{CruisePlugin/utils/vectorToCoordinates.d.ts → shared-utils/vectorToCoordinate.d.ts} +0 -0
  389. /package/libs/{CruisePlugin/utils/vectorToCoordinates.d.ts → shared-utils/vectorToCoordinate.d.ts} +0 -0
  390. /package/libs/{CruisePlugin/utils/vectorToCoordinates.js → shared-utils/vectorToCoordinate.js} +0 -0
@@ -0,0 +1,235 @@
1
+ var v = Object.defineProperty;
2
+ var c = Object.getOwnPropertySymbols;
3
+ var S = Object.prototype.hasOwnProperty, y = Object.prototype.propertyIsEnumerable;
4
+ var p = (a, s, e) => s in a ? v(a, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[s] = e, n = (a, s) => {
5
+ for (var e in s || (s = {}))
6
+ S.call(s, e) && p(a, e, s[e]);
7
+ if (c)
8
+ for (var e of c(s))
9
+ y.call(s, e) && p(a, e, s[e]);
10
+ return a;
11
+ };
12
+ var h = (a, s, e) => (p(a, typeof s != "symbol" ? s + "" : s, e), e);
13
+ var l = (a, s, e) => new Promise((t, i) => {
14
+ var r = (d) => {
15
+ try {
16
+ u(e.next(d));
17
+ } catch (f) {
18
+ i(f);
19
+ }
20
+ }, b = (d) => {
21
+ try {
22
+ u(e.throw(d));
23
+ } catch (f) {
24
+ i(f);
25
+ }
26
+ }, u = (d) => d.done ? t(d.value) : Promise.resolve(d.value).then(r, b);
27
+ u((e = e.apply(a, s)).next());
28
+ });
29
+ import { Controller as C } from "../base/BasePlugin.js";
30
+ import { equal as P } from "../shared-utils/equal.js";
31
+ import "../shared-utils/Subscribe.js";
32
+ import "hammerjs";
33
+ import "three";
34
+ import "@realsee/five";
35
+ import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
36
+ import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
37
+ import "../shared-utils/positionToVector3.js";
38
+ import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
39
+ import "three/examples/jsm/renderers/CSS3DRenderer";
40
+ import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
41
+ import "../shared-utils/util.js";
42
+ import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
43
+ import "../CSS3DRenderPlugin/utils/even.js";
44
+ import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
45
+ import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
46
+ import "../shared-utils/three/centerPoint.js";
47
+ import "../shared-utils/three/getObjectVisible.js";
48
+ import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
49
+ import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
50
+ import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
51
+ import "../shared-utils/url/absoluteUrl.js";
52
+ import "../shared-utils/isTruelyObject.js";
53
+ const m = "CruisePlugin", o = `${m}`, X = (a) => `${o}--${a}`, L = () => {
54
+ console.error(`${o} is disposed`);
55
+ }, w = () => {
56
+ console.warn(`${o} is disabled`);
57
+ }, I = () => {
58
+ console.error(`${o} is disabled`);
59
+ }, g = /* @__PURE__ */ new Map();
60
+ class Y extends C {
61
+ constructor(e, t) {
62
+ super(e, t);
63
+ h(this, "state", {
64
+ visible: !0,
65
+ enabled: !0,
66
+ disposed: !1,
67
+ playing: !1,
68
+ speed: 1
69
+ });
70
+ h(this, "data");
71
+ h(this, "config");
72
+ h(this, "privateState", {
73
+ playing: !1,
74
+ broke: !1,
75
+ modeChanging: !1
76
+ });
77
+ h(this, "GuideLine");
78
+ this.config = t, Object.assign(window, { [`__${m}_DEBUG__`]: this });
79
+ }
80
+ /**
81
+ * @description Play | Continue play. if have been paused, continue play from the pause position; if playing, do nothing
82
+ */
83
+ play(e) {
84
+ this.setState({ playing: !0 }, e);
85
+ }
86
+ /**
87
+ * @description Pause
88
+ */
89
+ pause(e) {
90
+ this.setState({ playing: !1 }, e);
91
+ }
92
+ /**
93
+ * @description Show guide line
94
+ */
95
+ show(e) {
96
+ return l(this, null, function* () {
97
+ this.setState({ visible: !0 }, e);
98
+ });
99
+ }
100
+ /**
101
+ * @description Hide guide line
102
+ */
103
+ hide(e) {
104
+ return l(this, null, function* () {
105
+ this.setState({ visible: !1 }, e);
106
+ });
107
+ }
108
+ /**
109
+ * @description Enable
110
+ */
111
+ enable(e) {
112
+ this.setState({ enabled: !0 }, e);
113
+ }
114
+ /**
115
+ * @description Disable
116
+ */
117
+ disable(e) {
118
+ this.setState({ enabled: !1 }, e);
119
+ }
120
+ /**
121
+ * @description Dispose
122
+ */
123
+ dispose() {
124
+ this.setState({ disposed: !0 });
125
+ }
126
+ /**
127
+ * @description Set state
128
+ */
129
+ setState(e, t) {
130
+ var r;
131
+ if (this.state.disposed)
132
+ return L();
133
+ if (!this.state.enabled && e.enabled !== !0 && e.disposed !== !0)
134
+ return I();
135
+ const i = n({}, this.state);
136
+ this.state = n(n({}, this.state), e), e.disposed !== void 0 && e.disposed !== i.disposed && e.disposed && this.handleDispose(), e.visible !== void 0 && e.visible !== i.visible && this.handleVisible(e.visible, t == null ? void 0 : t.userAction), e.enabled !== void 0 && e.enabled !== i.enabled && this.handleEnable(e.enabled, t == null ? void 0 : t.userAction), e.playing !== void 0 && e.playing !== i.playing && this.changePlayState(e.playing, t), e.speed !== void 0 && e.speed !== i.speed && this.changeSpeed(e.speed), P(i, this.state, { deep: !0 }) || this.hooks.emit("stateChange", { state: this.state, prevState: i, userAction: (r = t == null ? void 0 : t.userAction) != null ? r : !0 });
137
+ }
138
+ /**
139
+ * @description Clear pause data
140
+ */
141
+ clearPauseData() {
142
+ var e, t;
143
+ if ((e = this.data) != null && e.id)
144
+ return g.delete((t = this.data) == null ? void 0 : t.id);
145
+ }
146
+ changePlayState(e, t) {
147
+ this.actionIfStateIsEnabled(
148
+ () => {
149
+ var i;
150
+ return this.hooks.emit("playStateChange", e ? "playing" : "pause", { userAction: (i = t == null ? void 0 : t.userAction) != null ? i : !0 });
151
+ }
152
+ ), e ? this.handlePlay(t) : this.handlePause(t), this.state.playing = e;
153
+ }
154
+ handleEnable(e, t = !0) {
155
+ var i, r;
156
+ e ? ((i = this.GuideLine) == null || i.enable(), this.hooks.emit("enable", { userAction: t })) : ((r = this.GuideLine) == null || r.disable(), this.changePlayState(!1, { userAction: t }), this.hooks.emit("disable", { userAction: t })), this.state.enabled = e;
157
+ }
158
+ handleVisible(e, t = !0) {
159
+ var i, r;
160
+ e ? ((i = this.GuideLine) == null || i.show(), this.actionIfStateIsEnabled(() => this.hooks.emit("show", { userAction: t }))) : ((r = this.GuideLine) == null || r.hide(), this.actionIfStateIsEnabled(() => this.hooks.emit("hide", { userAction: t }))), this.state.visible = e;
161
+ }
162
+ /**
163
+ * @description: listen interupted by five gesture
164
+ */
165
+ addInterruptListener(e) {
166
+ const t = () => {
167
+ this.privateState.modeChanging || e();
168
+ }, i = (r) => {
169
+ r !== "mouseMove" && (e(), this.five.off("gesture", i));
170
+ };
171
+ return this.five.on("gesture", i), this.five.once("wantsChangeMode", t), () => {
172
+ this.five.off("gesture", i), this.five.off("wantsChangeMode", t);
173
+ };
174
+ }
175
+ /**
176
+ * @description Get duration by speed
177
+ */
178
+ getSpeededDuration(e) {
179
+ return e / this.state.speed;
180
+ }
181
+ /**
182
+ * @description Change five mode
183
+ */
184
+ changeMode(e, t) {
185
+ return l(this, null, function* () {
186
+ e.mode && e.mode !== this.five.currentMode && (this.privateState.modeChanging = !0, yield this.five.changeMode(e.mode, e, t), this.privateState.modeChanging = !1);
187
+ });
188
+ }
189
+ /**
190
+ * @description Force interupt five updateCamera
191
+ */
192
+ forceInteruptUpdateCamera() {
193
+ this.five.updateCamera({}, 0);
194
+ }
195
+ getPauseData() {
196
+ var e;
197
+ if ((e = this.data) != null && e.id)
198
+ return g.get(this.data.id);
199
+ }
200
+ /**
201
+ * @description Set pause data
202
+ */
203
+ setPauseData() {
204
+ var t;
205
+ const e = (t = this.data) == null ? void 0 : t.id;
206
+ if (e)
207
+ return g.set(e, {
208
+ fiveState: this.five.getCurrentState(),
209
+ playedProgress: this.getProgress()
210
+ });
211
+ }
212
+ /**
213
+ * @description: Restore state that before loaded
214
+ */
215
+ clear() {
216
+ this.clearPauseData();
217
+ }
218
+ // TODO
219
+ handleDispose() {
220
+ var e;
221
+ this.setState({ playing: !1 }), this.clearPauseData(), this.clear(), (e = this.GuideLine) == null || e.dispose(), this.GuideLine = void 0;
222
+ }
223
+ /**
224
+ * @description Action function if plugin is enable
225
+ */
226
+ actionIfStateIsEnabled(e, t) {
227
+ if (this.state.enabled)
228
+ return e();
229
+ t != null && t.warnLog && w();
230
+ }
231
+ }
232
+ export {
233
+ Y as default,
234
+ X as pluginFlag
235
+ };
@@ -0,0 +1,25 @@
1
+ import type { Five } from '@realsee/five';
2
+ import CruiseController from './CruiseController';
3
+ import type { PluginState } from './typing';
4
+ import type * as THREE from 'three';
5
+ type Data = {
6
+ path: THREE.CurvePath<THREE.Vector3>;
7
+ };
8
+ type Config = {
9
+ allowBreak?: boolean;
10
+ };
11
+ export default class MoveController extends CruiseController<Data, Config> {
12
+ private curve;
13
+ private curveOffset;
14
+ private playStartedTime;
15
+ private duration;
16
+ constructor(five: Five, config?: Config);
17
+ load(data: Data, state?: PluginState): Promise<void>;
18
+ changeSpeed: (speed: number, userAction?: boolean) => void;
19
+ playFromStart(): void;
20
+ protected getDuration(): number;
21
+ protected getProgress(): number;
22
+ protected handlePlay(): Promise<string>;
23
+ protected handlePause(): void;
24
+ }
25
+ export {};
@@ -0,0 +1,111 @@
1
+ var g = Object.defineProperty;
2
+ var c = Object.getOwnPropertySymbols;
3
+ var v = Object.prototype.hasOwnProperty, S = Object.prototype.propertyIsEnumerable;
4
+ var m = (s, e, t) => e in s ? g(s, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[e] = t, d = (s, e) => {
5
+ for (var t in e || (e = {}))
6
+ v.call(e, t) && m(s, t, e[t]);
7
+ if (c)
8
+ for (var t of c(e))
9
+ S.call(e, t) && m(s, t, e[t]);
10
+ return s;
11
+ };
12
+ var a = (s, e, t) => (m(s, typeof e != "symbol" ? e + "" : e, t), t);
13
+ import P from "./CruiseController.js";
14
+ import { objectAssignDeepExports as l } from "../vendor/object-assign-deep/objectAssignDeep.js";
15
+ import "hammerjs";
16
+ import "three";
17
+ import "@realsee/five";
18
+ import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
19
+ import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
20
+ import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
21
+ import { uuid as y } from "../shared-utils/uuid.js";
22
+ import { getFiveStateOnCurve as u } from "./utils/getFiveStateOnCurve.js";
23
+ import "../base/BasePlugin.js";
24
+ import "../shared-utils/Subscribe.js";
25
+ import "../shared-utils/url/absoluteUrl.js";
26
+ import "../shared-utils/equal.js";
27
+ import "../shared-utils/isTruelyObject.js";
28
+ import "../shared-utils/positionToVector3.js";
29
+ import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
30
+ import "three/examples/jsm/renderers/CSS3DRenderer";
31
+ import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
32
+ import "../shared-utils/util.js";
33
+ import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
34
+ import "../CSS3DRenderPlugin/utils/even.js";
35
+ import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
36
+ import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
37
+ import "../shared-utils/three/centerPoint.js";
38
+ import "../shared-utils/three/getObjectVisible.js";
39
+ import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
40
+ import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
41
+ import "../shared-utils/vectorToCoordinate.js";
42
+ import "../shared-utils/formatRad.js";
43
+ class _ extends P {
44
+ constructor(t, i) {
45
+ super(t, i);
46
+ a(this, "curve");
47
+ a(this, "curveOffset", { y: 2 });
48
+ a(this, "playStartedTime", performance.now());
49
+ a(this, "duration");
50
+ a(this, "changeSpeed", (t, i = !0) => {
51
+ this.state.speed = t, this.hooks.emit("speedChange", t, { userAction: i });
52
+ });
53
+ const r = {
54
+ config: {
55
+ speedConfig: {
56
+ moveSpeed: 2,
57
+ moveSpeedUnit: "m/s"
58
+ }
59
+ }
60
+ }, o = {
61
+ allowBreak: !0
62
+ };
63
+ this.state = l({}, r, this.state), this.config = l({}, o, this.config);
64
+ }
65
+ load(t, i) {
66
+ if (this.clearPauseData(), this.data = d({ id: y() }, t), this.curve = this.data.path.curves[0], !this.curve)
67
+ throw new Error("curve is not defined");
68
+ const r = this.curve.getLength(), o = this.state.config.speedConfig.moveSpeedUnit === "m/ms" ? 1 : 1e3;
69
+ return this.duration = r / (this.state.config.speedConfig.moveSpeed / o), i ? this.setState(i) : (this.setState({ playing: !1 }), this.handleVisible(this.state.visible), this.handleEnable(this.state.enabled), this.changePlayState(this.state.playing), this.changeSpeed(this.state.speed)), Promise.resolve();
70
+ }
71
+ playFromStart() {
72
+ this.clearPauseData(), this.setState({ playing: !0 });
73
+ }
74
+ getDuration() {
75
+ return this.getSpeededDuration(this.duration);
76
+ }
77
+ getProgress() {
78
+ var h;
79
+ const t = this.getPauseData(), i = 1 - ((h = t == null ? void 0 : t.playedProgress) != null ? h : 0), r = this.getDuration(), n = (performance.now() - this.playStartedTime) / r;
80
+ return 1 - i + n;
81
+ }
82
+ handlePlay() {
83
+ return new Promise((t, i) => {
84
+ var h;
85
+ const r = this.getPauseData(), o = u(this.curve, (h = r == null ? void 0 : r.playedProgress) != null ? h : 0, this.curveOffset);
86
+ if (this.five.setState(o), this.playStartedTime = performance.now(), this.config.allowBreak) {
87
+ const p = this.addInterruptListener(() => {
88
+ this.hooks.emit("broke"), this.handlePause(), p();
89
+ });
90
+ }
91
+ const n = () => {
92
+ const p = this.getProgress();
93
+ if (p >= 1)
94
+ this.five.off("renderFrame", n), t("end");
95
+ else if (this.state.playing === !1)
96
+ this.five.off("renderFrame", n);
97
+ else if (p >= 0) {
98
+ const f = u(this.curve, p, this.curveOffset);
99
+ this.five.setState(f);
100
+ }
101
+ };
102
+ this.five.on("renderFrame", n);
103
+ });
104
+ }
105
+ handlePause() {
106
+ this.state.playing = !1, this.hooks.emit("playStateChange", "pause", { userAction: !0 }), this.setPauseData();
107
+ }
108
+ }
109
+ export {
110
+ _ as default
111
+ };
@@ -3,8 +3,7 @@ import type { BaseOptions } from '../base/BasePlugin';
3
3
  import * as BasePluginWithData from '../base/BasePluginWithData';
4
4
  import type { PluginState, EventMap, PluginServerData, PluginData, Config } from './typing';
5
5
  export declare const pluginFlag: (name: string) => string;
6
- export default class CruisePluginController extends BasePluginWithData.Controller<PluginState, EventMap, PluginServerData, PluginData> {
7
- static PluginVersion: string;
6
+ export default class WalkController extends BasePluginWithData.Controller<PluginState, EventMap, PluginServerData, PluginData> {
8
7
  state: PluginState;
9
8
  protected data?: PluginData;
10
9
  private config?;
@@ -162,10 +161,4 @@ export default class CruisePluginController extends BasePluginWithData.Controlle
162
161
  * @description Action function if plugin is enable
163
162
  */
164
163
  private actionIfStateIsEnabled;
165
- /**
166
- * @description: Wait for five work ready
167
- */
168
- private waitFiveLoaded;
169
- private setFiveLinearUpdateCamera;
170
- private setFiveOriginUpdateCamera;
171
164
  }