@realsee/dnalogel 2.28.5 → 2.29.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 (363) hide show
  1. package/dist/PanoTagPlugin/controller/index.d.ts +7 -0
  2. package/dist/PanoTagPlugin/typings/controller.d.ts +3 -0
  3. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +7 -4
  4. package/dist/index.cjs.js +48 -48
  5. package/dist/index.js +2677 -2682
  6. package/dist/index.umd.js +49 -49
  7. package/dist/shared-utils/five/FiveDomEvents.d.ts +49 -11
  8. package/dist/shared-utils/three/getObjectVisible.d.ts +5 -0
  9. package/docs/.nojekyll +1 -0
  10. package/docs/assets/highlight.css +120 -0
  11. package/docs/assets/main.js +58 -0
  12. package/docs/assets/search.js +1 -0
  13. package/docs/assets/style.css +1367 -0
  14. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +721 -0
  15. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +674 -0
  16. package/docs/classes/CSS3DRender.html +769 -0
  17. package/docs/classes/CruisePluginController.html +668 -0
  18. package/docs/classes/GuideLineItem.GuideLineItem.html +487 -0
  19. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +788 -0
  20. package/docs/classes/Magnifier.html +476 -0
  21. package/docs/classes/ModelRoomLabelController.html +394 -0
  22. package/docs/classes/Object3DHelperController.html +636 -0
  23. package/docs/classes/PaintBrush.html +498 -0
  24. package/docs/classes/PanoMeasurePluginLine.html +518 -0
  25. package/docs/classes/PanoMeasurePluginModel.html +567 -0
  26. package/docs/classes/PanoMeasurePluginPoint.html +358 -0
  27. package/docs/classes/PanoMeasurePluginPolyline.html +563 -0
  28. package/docs/classes/PanoTagPluginController.html +1101 -0
  29. package/docs/classes/Util.BetterTween.html +411 -0
  30. package/docs/classes/Util.Interval.html +427 -0
  31. package/docs/classes/Util.LineSegments.html +379 -0
  32. package/docs/classes/Util.Magnifier.html +498 -0
  33. package/docs/classes/Util.Object3D.html +401 -0
  34. package/docs/classes/Util.PointDomHelper.html +402 -0
  35. package/docs/classes/Util.PointHelper.html +393 -0
  36. package/docs/classes/Util.PointSelectorHelper.html +449 -0
  37. package/docs/classes/Util.Rectangle.html +450 -0
  38. package/docs/enums/CameraMovementEffect.html +306 -0
  39. package/docs/enums/ContentType.html +442 -0
  40. package/docs/enums/DIRECTION.html +316 -0
  41. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +316 -0
  42. package/docs/enums/DimensionType.html +306 -0
  43. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +309 -0
  44. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +316 -0
  45. package/docs/enums/PaintBrushTypeEnum.html +309 -0
  46. package/docs/enums/PointType.html +306 -0
  47. package/docs/enums/Rotation.html +313 -0
  48. package/docs/functions/AreaMakerPlugin.html +286 -0
  49. package/docs/functions/CSS3DRenderPlugin.html +284 -0
  50. package/docs/functions/CameraMovementPlugin.html +289 -0
  51. package/docs/functions/CruisePlugin.html +286 -0
  52. package/docs/functions/GuideLinePlugin.html +286 -0
  53. package/docs/functions/ItemLabelPlugin.html +286 -0
  54. package/docs/functions/MapviewFloorplanPlugin.html +286 -0
  55. package/docs/functions/ModelChassisCompassPlugin.html +289 -0
  56. package/docs/functions/ModelEntryDoorGuidePlugin.html +289 -0
  57. package/docs/functions/ModelFloorplanPlugin.html +286 -0
  58. package/docs/functions/ModelItemLabelPlugin.html +286 -0
  59. package/docs/functions/ModelRoomLabelPlugin.html +284 -0
  60. package/docs/functions/ModelTVVideoPlugin.html +286 -0
  61. package/docs/functions/ModelViewPlugin.html +289 -0
  62. package/docs/functions/Object3DHelperPlugin.html +284 -0
  63. package/docs/functions/PanoCompassPlugin.html +286 -0
  64. package/docs/functions/PanoCursorRaycasterPlugin.html +290 -0
  65. package/docs/functions/PanoDoorLabelPlugin.html +286 -0
  66. package/docs/functions/PanoFloorplanRadarPlugin.html +286 -0
  67. package/docs/functions/PanoMeasurePlugin.html +286 -0
  68. package/docs/functions/PanoRulerPlugin.html +289 -0
  69. package/docs/functions/PanoRulerProPlugin.html +289 -0
  70. package/docs/functions/PanoSpatialTagPlugin.html +289 -0
  71. package/docs/functions/PanoTagPlugin.html +291 -0
  72. package/docs/functions/PanoVideoPlugin.html +295 -0
  73. package/docs/functions/PipelinePlugin.html +284 -0
  74. package/docs/functions/TopviewFloorplanPlugin.html +286 -0
  75. package/docs/functions/Util.absoluteUrl.html +321 -0
  76. package/docs/functions/Util.equal.html +333 -0
  77. package/docs/functions/Util.getCoordsFromClient.html +323 -0
  78. package/docs/functions/Util.getCoordsFromElement.html +323 -0
  79. package/docs/functions/Util.getFrameTime.html +315 -0
  80. package/docs/functions/Util.getIntersectFromRelativePosition.html +323 -0
  81. package/docs/functions/Util.getRaycasterFromFivePointer.html +323 -0
  82. package/docs/functions/Util.isAbsoluteURL.html +316 -0
  83. package/docs/functions/Util.isModelLike.html +316 -0
  84. package/docs/functions/Util.isNil.html +324 -0
  85. package/docs/functions/Util.isPanoramaLike.html +316 -0
  86. package/docs/functions/Util.nextFrame.html +329 -0
  87. package/docs/functions/Util.notNil.html +324 -0
  88. package/docs/functions/Util.requestAnimationFrameInterval.html +345 -0
  89. package/docs/functions/Util.tweenProgress.html +318 -0
  90. package/docs/functions/Util.uuid.html +314 -0
  91. package/docs/functions/pluginFlag.html +284 -0
  92. package/docs/index.html +350 -0
  93. package/docs/interfaces/AddTagConfig.html +299 -0
  94. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +325 -0
  95. package/docs/interfaces/AreaMakerPluginType.Config.html +330 -0
  96. package/docs/interfaces/AreaMakerPluginType.EventMap.html +616 -0
  97. package/docs/interfaces/AreaMakerPluginType.Params.html +329 -0
  98. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +379 -0
  99. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +364 -0
  100. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +329 -0
  101. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +322 -0
  102. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +321 -0
  103. package/docs/interfaces/AreaMakerPluginType.State.html +350 -0
  104. package/docs/interfaces/CSS3DRenderPluginEventMap.html +445 -0
  105. package/docs/interfaces/CSS3DRenderPluginState.html +321 -0
  106. package/docs/interfaces/CameraMovementPluginExportType.html +354 -0
  107. package/docs/interfaces/CruisePluginTypes.Config.html +355 -0
  108. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +357 -0
  109. package/docs/interfaces/CruisePluginTypes.EventMap.html +692 -0
  110. package/docs/interfaces/CruisePluginTypes.MoveAction.html +381 -0
  111. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +417 -0
  112. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +407 -0
  113. package/docs/interfaces/CruisePluginTypes.PluginData.html +347 -0
  114. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +315 -0
  115. package/docs/interfaces/CruisePluginTypes.PluginState.html +404 -0
  116. package/docs/interfaces/EventMap.html +538 -0
  117. package/docs/interfaces/FloorplanBounding.html +328 -0
  118. package/docs/interfaces/FloorplanData.html +331 -0
  119. package/docs/interfaces/FloorplanEntrance.html +356 -0
  120. package/docs/interfaces/FloorplanExtraObject.html +346 -0
  121. package/docs/interfaces/FloorplanExtraObject3D.html +335 -0
  122. package/docs/interfaces/FloorplanFloorData.html +324 -0
  123. package/docs/interfaces/FloorplanImagePosition.html +310 -0
  124. package/docs/interfaces/FloorplanObserver.html +328 -0
  125. package/docs/interfaces/FloorplanOutlineItem.html +324 -0
  126. package/docs/interfaces/FloorplanPosition.html +310 -0
  127. package/docs/interfaces/FloorplanRoomItem.html +375 -0
  128. package/docs/interfaces/FloorplanRoomLabelItem.html +316 -0
  129. package/docs/interfaces/FloorplanServerBounding.html +328 -0
  130. package/docs/interfaces/FloorplanServerComputedData.html +327 -0
  131. package/docs/interfaces/FloorplanServerData.html +310 -0
  132. package/docs/interfaces/FloorplanServerDoorItem.html +327 -0
  133. package/docs/interfaces/FloorplanServerDoorPosition.html +313 -0
  134. package/docs/interfaces/FloorplanServerEntrance.html +356 -0
  135. package/docs/interfaces/FloorplanServerFloorData.html +324 -0
  136. package/docs/interfaces/FloorplanServerImagePosition.html +310 -0
  137. package/docs/interfaces/FloorplanServerObserver.html +328 -0
  138. package/docs/interfaces/FloorplanServerOutlineItem.html +324 -0
  139. package/docs/interfaces/FloorplanServerPosition.html +310 -0
  140. package/docs/interfaces/FloorplanServerRoomItem.html +387 -0
  141. package/docs/interfaces/FloorplanServerRoomLabelItem.html +316 -0
  142. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +319 -0
  143. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +357 -0
  144. package/docs/interfaces/GuideLinePluginType.EventMap.html +521 -0
  145. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +352 -0
  146. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +343 -0
  147. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +410 -0
  148. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +342 -0
  149. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +467 -0
  150. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +339 -0
  151. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +467 -0
  152. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +304 -0
  153. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +325 -0
  154. package/docs/interfaces/GuideLinePluginType.PluginState.html +350 -0
  155. package/docs/interfaces/GuideLinePluginType.Route.html +366 -0
  156. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +348 -0
  157. package/docs/interfaces/HelperOffset.html +328 -0
  158. package/docs/interfaces/ImagePlaneGroup.html +302 -0
  159. package/docs/interfaces/ItemLabelPluginData.html +299 -0
  160. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +384 -0
  161. package/docs/interfaces/ItemLabelPluginParametersType.html +320 -0
  162. package/docs/interfaces/MinMax.html +306 -0
  163. package/docs/interfaces/ModelChassisCompassPluginData.html +306 -0
  164. package/docs/interfaces/ModelChassisCompassPluginExportType.html +342 -0
  165. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +306 -0
  166. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +313 -0
  167. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +350 -0
  168. package/docs/interfaces/ModelItemLabelPluginData.html +299 -0
  169. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +384 -0
  170. package/docs/interfaces/ModelItemLabelPluginParametersType.html +306 -0
  171. package/docs/interfaces/ModelRoomLabelPluginData.html +299 -0
  172. package/docs/interfaces/ModelTVVideoPluginData.html +320 -0
  173. package/docs/interfaces/ModelTVVideoPluginExportType.html +344 -0
  174. package/docs/interfaces/ModelTVVideoPluginParameterType.html +299 -0
  175. package/docs/interfaces/ModelViewPluginExportType.html +412 -0
  176. package/docs/interfaces/Object3DHelperState.html +313 -0
  177. package/docs/interfaces/ObjectHelperControllers.html +320 -0
  178. package/docs/interfaces/PaintBrushAction.html +359 -0
  179. package/docs/interfaces/PaintBrushConfigs.html +357 -0
  180. package/docs/interfaces/PaintBrushState.html +341 -0
  181. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +421 -0
  182. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +278 -0
  183. package/docs/interfaces/PanoMeasureParameterType.html +445 -0
  184. package/docs/interfaces/PanoMeasurePluginLineJson.html +313 -0
  185. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +310 -0
  186. package/docs/interfaces/PanoMeasurePluginPointJson.html +306 -0
  187. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +316 -0
  188. package/docs/interfaces/PanoRulerPluginExportType.html +373 -0
  189. package/docs/interfaces/PanoRulerPluginOptions.html +322 -0
  190. package/docs/interfaces/PanoRulerPluginParameterType.html +313 -0
  191. package/docs/interfaces/PanoRulerProPluginExportType.html +349 -0
  192. package/docs/interfaces/PanoRulerProPluginOptions.html +319 -0
  193. package/docs/interfaces/PanoRulerProPluginParameterType.html +306 -0
  194. package/docs/interfaces/PanoRulerProPluginState.html +313 -0
  195. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +292 -0
  196. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +281 -0
  197. package/docs/interfaces/PanoSpatialTagPluginData.html +349 -0
  198. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +331 -0
  199. package/docs/interfaces/PanoSpatialTagPluginExportType.html +427 -0
  200. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +327 -0
  201. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +348 -0
  202. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +334 -0
  203. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +327 -0
  204. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +319 -0
  205. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +337 -0
  206. package/docs/interfaces/PanoVideoPluginType.PluginData.html +310 -0
  207. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +416 -0
  208. package/docs/interfaces/PanoVideoPluginType.PluginState.html +310 -0
  209. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +345 -0
  210. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +364 -0
  211. package/docs/interfaces/Point.html +313 -0
  212. package/docs/interfaces/Room.html +320 -0
  213. package/docs/interfaces/RoomInfo.html +306 -0
  214. package/docs/interfaces/RoomLabel.html +382 -0
  215. package/docs/interfaces/RoomRules.html +281 -0
  216. package/docs/interfaces/Rooms.html +281 -0
  217. package/docs/interfaces/Scissor.html +340 -0
  218. package/docs/interfaces/State.html +327 -0
  219. package/docs/interfaces/TagCacheInterface.html +358 -0
  220. package/docs/interfaces/TagConfig.html +544 -0
  221. package/docs/interfaces/TagGLTFObjectGroup.html +302 -0
  222. package/docs/interfaces/TagIconUrl.html +359 -0
  223. package/docs/interfaces/TagObjectGroup.html +302 -0
  224. package/docs/interfaces/TagStyle.html +312 -0
  225. package/docs/interfaces/Tags.html +542 -0
  226. package/docs/interfaces/TemporaryState.html +299 -0
  227. package/docs/interfaces/Util.MagnifierParameter.html +386 -0
  228. package/docs/interfaces/Util.MouseGroupParameter.html +345 -0
  229. package/docs/interfaces/Util.PointIntersection.html +360 -0
  230. package/docs/modules/AreaMakerPluginType.html +319 -0
  231. package/docs/modules/CruisePluginTypes.html +324 -0
  232. package/docs/modules/GuideLineItem.html +285 -0
  233. package/docs/modules/GuideLineModeItem.html +290 -0
  234. package/docs/modules/GuideLinePluginType.html +344 -0
  235. package/docs/modules/PanoVideoPluginType.html +297 -0
  236. package/docs/modules/Util.html +345 -0
  237. package/docs/modules.html +532 -0
  238. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +327 -0
  239. package/docs/types/AreaMakerPluginType.PluginData.html +297 -0
  240. package/docs/types/AreaMakerPluginType.ServerData.html +297 -0
  241. package/docs/types/ArrayPosition.html +275 -0
  242. package/docs/types/AudioAppearance.html +275 -0
  243. package/docs/types/AudioTagTypeConfigKey.html +275 -0
  244. package/docs/types/CSS3DRenderExportType.html +275 -0
  245. package/docs/types/CSS3DRenderPluginExportType.html +275 -0
  246. package/docs/types/CSS3DRenderPluginParameterType.html +275 -0
  247. package/docs/types/ClassFunctionParameters.html +282 -0
  248. package/docs/types/Color.html +275 -0
  249. package/docs/types/ContentTypeConfigKey.html +275 -0
  250. package/docs/types/ContentTypeConfigKeySplit.html +275 -0
  251. package/docs/types/ContentTypeMap.html +275 -0
  252. package/docs/types/Create3DDomContainerReturnType.html +275 -0
  253. package/docs/types/Create3DElementReturnType.html +275 -0
  254. package/docs/types/CruisePluginExportType.html +275 -0
  255. package/docs/types/CruisePluginTypes.CruiseData.html +314 -0
  256. package/docs/types/CruisePluginTypes.MoveEffect.html +291 -0
  257. package/docs/types/DeprecatedMediaPlaneProperty.html +287 -0
  258. package/docs/types/DeprecatedTagProperty.html +290 -0
  259. package/docs/types/Direction-1.html +275 -0
  260. package/docs/types/Direction4.html +275 -0
  261. package/docs/types/ElementRenderer.html +299 -0
  262. package/docs/types/FloorplanRuleLabels.html +278 -0
  263. package/docs/types/FloorplanServerRuleLabels.html +275 -0
  264. package/docs/types/GuideLinePluginExportType.html +275 -0
  265. package/docs/types/GuideLinePluginType.GuideLineItem.html +347 -0
  266. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +368 -0
  267. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +301 -0
  268. package/docs/types/GuideLinePluginType.GuideLineStyle.html +304 -0
  269. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +304 -0
  270. package/docs/types/GuideLinePluginType.PathItem.html +304 -0
  271. package/docs/types/GuideLinePluginType.PluginData.html +313 -0
  272. package/docs/types/HelperEventMap.html +513 -0
  273. package/docs/types/LoadTagConfig.html +275 -0
  274. package/docs/types/MapviewFloorplanPluginParameterType.html +275 -0
  275. package/docs/types/MapviewFloorplanPluginReturnType.html +275 -0
  276. package/docs/types/MediaData.html +291 -0
  277. package/docs/types/MediaStore.html +280 -0
  278. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +282 -0
  279. package/docs/types/ModelFloorplanPluginParameterType.html +275 -0
  280. package/docs/types/ModelFloorplanPluginReturnType.html +275 -0
  281. package/docs/types/ModelRoomLabelPluginParameters.html +275 -0
  282. package/docs/types/ModelRoomLabelPluginReturnType.html +275 -0
  283. package/docs/types/MoveArgs.html +285 -0
  284. package/docs/types/MoveOpts.html +283 -0
  285. package/docs/types/Object3DHelperEventMap.html +368 -0
  286. package/docs/types/ObjectFit.html +275 -0
  287. package/docs/types/PaintBrushEventMap.html +306 -0
  288. package/docs/types/PanoCompassPluginData.html +275 -0
  289. package/docs/types/PanoCompassPluginExportType.html +275 -0
  290. package/docs/types/PanoCompassPluginParameterType.html +275 -0
  291. package/docs/types/PanoFloorplanRadarPluginParameterType.html +275 -0
  292. package/docs/types/PanoFloorplanRadarPluginReturnType.html +275 -0
  293. package/docs/types/PanoIndex.html +275 -0
  294. package/docs/types/PanoMeasurePluginEvent.html +275 -0
  295. package/docs/types/PanoMeasureReturnType.html +275 -0
  296. package/docs/types/PanoSpatialTagPluginId.html +275 -0
  297. package/docs/types/PanoTagPluginExportInterface.html +275 -0
  298. package/docs/types/PanoTagPluginParamsInterface.html +275 -0
  299. package/docs/types/PanoVideoPluginParameterType.html +275 -0
  300. package/docs/types/PanoVideoPluginReturnType.html +275 -0
  301. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +283 -0
  302. package/docs/types/PipelinePluginParameterType.html +275 -0
  303. package/docs/types/PipelinePluginReturnType.html +275 -0
  304. package/docs/types/PlaneTag.html +283 -0
  305. package/docs/types/Point2DTag.html +283 -0
  306. package/docs/types/Point3DTag.html +283 -0
  307. package/docs/types/PointTag.html +280 -0
  308. package/docs/types/PointTagInstance.html +280 -0
  309. package/docs/types/Position.html +275 -0
  310. package/docs/types/RotateArgs.html +287 -0
  311. package/docs/types/RotateOpts.html +283 -0
  312. package/docs/types/RuleLabelsKey.html +275 -0
  313. package/docs/types/RuleLabelsValue.html +275 -0
  314. package/docs/types/StickType.html +275 -0
  315. package/docs/types/Tag.html +341 -0
  316. package/docs/types/Tag2D.html +283 -0
  317. package/docs/types/Tag3D.html +283 -0
  318. package/docs/types/TagConfigByKey.html +280 -0
  319. package/docs/types/TagContentType.html +275 -0
  320. package/docs/types/TagDimensionType.html +277 -0
  321. package/docs/types/TagElement.html +285 -0
  322. package/docs/types/TagEvents.html +328 -0
  323. package/docs/types/TagGLTFObject.html +298 -0
  324. package/docs/types/TagHooks.html +275 -0
  325. package/docs/types/TagId.html +275 -0
  326. package/docs/types/TagInstance.html +347 -0
  327. package/docs/types/TagPointType.html +278 -0
  328. package/docs/types/TagRendererMap.html +280 -0
  329. package/docs/types/TopviewFloorplanPluginParameterType.html +275 -0
  330. package/docs/types/TopviewFloorplanPluginReturnType.html +275 -0
  331. package/docs/types/WorkCode.html +275 -0
  332. package/docs/variables/FLOOR_TYPE_MAP.html +285 -0
  333. package/docs/variables/PLUGIN.html +275 -0
  334. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +278 -0
  335. package/docs/variables/ROOM_TYPE_MAP.html +285 -0
  336. package/docs/variables/defaultGlobalConfig.html +275 -0
  337. package/docs/variables/itemLabelPluginServerParams.html +282 -0
  338. package/docs/variables/modelItemLabelPluginServerParams.html +282 -0
  339. package/docs/variables/modelRoomLabelPluginServerParams.html +282 -0
  340. package/libs/CruisePlugin/Controller.js +94 -94
  341. package/libs/CruisePlugin/index.js +1 -1
  342. package/libs/GuideLinePlugin/Controller.js +1 -1
  343. package/libs/GuideLinePlugin/GuideLineItem.js +1 -1
  344. package/libs/GuideLinePlugin/GuideLineModeItem.js +1 -1
  345. package/libs/GuideLinePlugin/index.js +1 -1
  346. package/libs/PanoTagPlugin/controller/TagComputer.js +141 -135
  347. package/libs/PanoTagPlugin/controller/TagRender.js +1 -1
  348. package/libs/PanoTagPlugin/controller/TagUtil.js +76 -114
  349. package/libs/PanoTagPlugin/controller/index.d.ts +7 -0
  350. package/libs/PanoTagPlugin/controller/index.js +32 -15
  351. package/libs/PanoTagPlugin/index.js +1 -1
  352. package/libs/PanoTagPlugin/typings/controller.d.ts +3 -0
  353. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +7 -4
  354. package/libs/PanoTagPlugin/typings/tag/TagConfig.js +3 -1
  355. package/libs/PanoTagPlugin/utils/model/mediaPlane.js +3 -1
  356. package/libs/base/BasePlugin.js +1 -1
  357. package/libs/index.js +116 -115
  358. package/libs/shared-utils/five/FiveDomEvents.d.ts +49 -11
  359. package/libs/shared-utils/five/FiveDomEvents.js +93 -77
  360. package/libs/shared-utils/logger.js +1 -1
  361. package/libs/shared-utils/three/getObjectVisible.d.ts +5 -0
  362. package/libs/shared-utils/three/getObjectVisible.js +4 -0
  363. package/package.json +1 -1
@@ -1,31 +1,31 @@
1
1
  var T = Object.defineProperty, K = Object.defineProperties;
2
- var O = Object.getOwnPropertyDescriptors;
2
+ var A = Object.getOwnPropertyDescriptors;
3
3
  var F = Object.getOwnPropertySymbols;
4
- var U = Object.prototype.hasOwnProperty, A = Object.prototype.propertyIsEnumerable;
5
- var L = (c, u, e) => u in c ? T(c, u, { enumerable: !0, configurable: !0, writable: !0, value: e }) : c[u] = e, g = (c, u) => {
6
- for (var e in u || (u = {}))
7
- U.call(u, e) && L(c, e, u[e]);
4
+ var O = Object.prototype.hasOwnProperty, U = Object.prototype.propertyIsEnumerable;
5
+ var L = (c, l, e) => l in c ? T(c, l, { enumerable: !0, configurable: !0, writable: !0, value: e }) : c[l] = e, g = (c, l) => {
6
+ for (var e in l || (l = {}))
7
+ O.call(l, e) && L(c, e, l[e]);
8
8
  if (F)
9
- for (var e of F(u))
10
- A.call(u, e) && L(c, e, u[e]);
9
+ for (var e of F(l))
10
+ U.call(l, e) && L(c, e, l[e]);
11
11
  return c;
12
- }, C = (c, u) => K(c, O(u));
13
- var I = (c, u, e) => (L(c, typeof u != "symbol" ? u + "" : u, e), e);
14
- var v = (c, u, e) => new Promise((t, i) => {
12
+ }, C = (c, l) => K(c, A(l));
13
+ var I = (c, l, e) => (L(c, typeof l != "symbol" ? l + "" : l, e), e);
14
+ var v = (c, l, e) => new Promise((t, i) => {
15
15
  var r = (d) => {
16
16
  try {
17
17
  s(e.next(d));
18
- } catch (o) {
19
- i(o);
18
+ } catch (a) {
19
+ i(a);
20
20
  }
21
21
  }, n = (d) => {
22
22
  try {
23
23
  s(e.throw(d));
24
- } catch (o) {
25
- i(o);
24
+ } catch (a) {
25
+ i(a);
26
26
  }
27
27
  }, s = (d) => d.done ? t(d.value) : Promise.resolve(d.value).then(r, n);
28
- s((e = e.apply(c, u)).next());
28
+ s((e = e.apply(c, l)).next());
29
29
  });
30
30
  import { Controller as V } from "../base/BasePluginWithData.js";
31
31
  import { GuideLinePlugin as $ } from "../GuideLinePlugin/index.js";
@@ -104,7 +104,7 @@ import "../PanoTagPlugin/Assets/Icon.js";
104
104
  import "../shared-utils/three/getPositionsByObjectFit.js";
105
105
  import "../shared-utils/three/FragmentTransparencyMaterial.js";
106
106
  import "../shared-utils/five/FiveDomEvents.js";
107
- import "../shared-utils/threex/domevents/index.js";
107
+ import "../shared-utils/three/getObjectVisible.js";
108
108
  import "../shared-utils/five/getFloorIndex.js";
109
109
  import "../shared-utils/safeObj.js";
110
110
  import "../shared-utils/util.js";
@@ -239,30 +239,30 @@ class z extends V {
239
239
  */
240
240
  load(e, t, i) {
241
241
  return v(this, null, function* () {
242
- var a, m, f, l, h, P;
242
+ var o, m, p, u, h, P;
243
243
  if (this.state.disposed)
244
244
  return D();
245
- this.privateState.fiveOriginGetProgress || (m = (a = this.five.controller) == null ? void 0 : a.cameraMotion) != null && m.getProgress || (yield this.waitFiveLoaded(), this.privateState.fiveOriginGetProgress = (l = (f = this.five.controller) == null ? void 0 : f.cameraMotion) == null ? void 0 : l.getProgress), this.clear();
245
+ this.privateState.fiveOriginGetProgress || (m = (o = this.five.controller) == null ? void 0 : o.cameraMotion) != null && m.getProgress || (yield this.waitFiveLoaded(), this.privateState.fiveOriginGetProgress = (u = (p = this.five.controller) == null ? void 0 : p.cameraMotion) == null ? void 0 : u.getProgress), this.clear();
246
246
  const r = this.data ? JSON.parse(JSON.stringify(this.data)) : void 0, n = yield this.formatData(e);
247
247
  this.data = n, this.hooks.emit("dataChange", n, r);
248
248
  let s = [], d;
249
- const o = this.data.keyframes.filter((p) => p.data.panoIndex !== void 0);
250
- o.filter((p, y) => {
249
+ const a = this.data.keyframes.filter((f) => f.data.panoIndex !== void 0);
250
+ a.filter((f, y) => {
251
251
  var S;
252
- return p.data.panoIndex !== ((S = o[y - 1]) == null ? void 0 : S.data.panoIndex);
253
- }).map((p) => p.data.panoIndex).forEach((p) => {
252
+ return f.data.panoIndex !== ((S = a[y - 1]) == null ? void 0 : S.data.panoIndex);
253
+ }).map((f) => f.data.panoIndex).forEach((f) => {
254
254
  var S, k;
255
- const y = (S = this.five.work.observers[p]) == null ? void 0 : S.floorIndex;
255
+ const y = (S = this.five.work.observers[f]) == null ? void 0 : S.floorIndex;
256
256
  if (y !== void 0)
257
257
  if (d === y) {
258
258
  const b = s.length - 1;
259
- s[b] = [...(k = s[b]) != null ? k : [], p];
259
+ s[b] = [...(k = s[b]) != null ? k : [], f];
260
260
  } else {
261
261
  d = y;
262
262
  const b = s.length;
263
- s[b] = [p];
263
+ s[b] = [f];
264
264
  }
265
- }), !this.GuideLine && ((h = this.config) == null ? void 0 : h.useGuideLine) !== !1 && n.useGuildLine !== !1 && (this.GuideLine = $(this.five, this.config)), (P = this.GuideLine) == null || P.load({ routes: s.map((p) => ({ panoIndexList: p })), config: n.guildPluginOptions }), this.setState({ playing: !1 }), this.handleVisible(this.state.visible), this.handleEnable(this.state.enabled), this.changePlayState(this.state.playing), this.changeSpeed(this.state.speed), t && this.setState(t, { userAction: i }), console.debug(`${x} loaded`, n), this.hooks.emit("dataLoaded", n);
265
+ }), !this.GuideLine && ((h = this.config) == null ? void 0 : h.useGuideLine) !== !1 && n.useGuildLine !== !1 && (this.GuideLine = $(this.five, this.config)), (P = this.GuideLine) == null || P.load({ routes: s.map((f) => ({ panoIndexList: f })), config: n.guildPluginOptions }), t ? this.setState(t, { userAction: i }) : (this.setState({ playing: !1 }, { userAction: !1 }), this.handleVisible(this.state.visible), this.handleEnable(this.state.enabled), this.changePlayState(this.state.playing, { userAction: !1 }), this.changeSpeed(this.state.speed)), this.clearPauseData(), console.debug(`${x} loaded`, n), this.hooks.emit("dataLoaded", n);
266
266
  });
267
267
  }
268
268
  /**
@@ -352,34 +352,34 @@ class z extends V {
352
352
  return {
353
353
  keyframesId: w(),
354
354
  keyframes: i.keyframes.map((r, n) => {
355
- var o;
355
+ var a;
356
356
  const s = i.keyframes[n + 1], d = (() => !s || s.start === void 0 || r.end === void 0 ? 0 : s.start - r.end)();
357
- return C(g({ id: (o = r.uuid) != null ? o : w(), moveIndex: n, stay: d, index: n }, r), { guildPluginOptions: i.guildPluginOptions });
357
+ return C(g({ id: (a = r.uuid) != null ? a : w(), moveIndex: n, stay: d, index: n }, r), { guildPluginOptions: i.guildPluginOptions });
358
358
  })
359
359
  };
360
360
  if (i.panoIndexList) {
361
361
  let r = [];
362
362
  const { moveEffect: n, moveToFirstPanoEffect: s, moveToFirstPanoDuration: d } = i;
363
- return this.privateState.moveToFirstPanoEffect = s, this.privateState.moveToFirstPanoDuration = d, i.panoIndexList.forEach((o, a) => {
363
+ return this.privateState.moveToFirstPanoEffect = s, this.privateState.moveToFirstPanoDuration = d, i.panoIndexList.forEach((a, o) => {
364
364
  const m = (() => {
365
- var p, y, S, k;
366
- const f = i.panoIndexList.slice(a).find((b) => b !== o);
367
- if (f === void 0)
365
+ var f, y, S, k;
366
+ const p = i.panoIndexList.slice(o).find((b) => b !== a);
367
+ if (p === void 0)
368
368
  return;
369
- const l = (p = t[o]) == null ? void 0 : p.position, h = (y = t[f]) == null ? void 0 : y.position;
370
- if (!h || !l || ((S = t[o]) == null ? void 0 : S.floorIndex) !== ((k = t[f]) == null ? void 0 : k.floorIndex))
369
+ const u = (f = t[a]) == null ? void 0 : f.position, h = (y = t[p]) == null ? void 0 : y.position;
370
+ if (!h || !u || ((S = t[a]) == null ? void 0 : S.floorIndex) !== ((k = t[p]) == null ? void 0 : k.floorIndex))
371
371
  return;
372
- const P = new j.Vector3().subVectors(h, l);
372
+ const P = new j.Vector3().subVectors(h, u);
373
373
  return N(P.normalize());
374
374
  })();
375
375
  i.moveType === void 0 || i.moveType === "justMove" ? r.push({
376
- moveIndex: a,
376
+ moveIndex: o,
377
377
  stay: i.stay,
378
- data: g({ effect: "Move", panoIndex: o, moveEffect: n }, m != null ? m : {})
379
- }) : i.moveType === "moveAndRotate" && (r.push({ moveIndex: a, stay: i.stay, data: { effect: "Move", panoIndex: o, moveEffect: n } }), m && r.push({ moveIndex: a, stay: i.stay, data: g({ effect: "Rotate", panoIndex: o }, m) }));
378
+ data: g({ effect: "Move", panoIndex: a, moveEffect: n }, m != null ? m : {})
379
+ }) : i.moveType === "moveAndRotate" && (r.push({ moveIndex: o, stay: i.stay, data: { effect: "Move", panoIndex: a, moveEffect: n } }), m && r.push({ moveIndex: o, stay: i.stay, data: g({ effect: "Rotate", panoIndex: a }, m) }));
380
380
  }), {
381
381
  keyframesId: w(),
382
- keyframes: r.map((o, a) => g({ id: w(), index: a }, o)),
382
+ keyframes: r.map((a, o) => g({ id: w(), index: o }, a)),
383
383
  guildPluginOptions: i.guildPluginOptions,
384
384
  useGuildLine: i.useGuildLine
385
385
  };
@@ -411,32 +411,32 @@ class z extends V {
411
411
  // eslint-disable-next-line complexity
412
412
  handlePlay(e) {
413
413
  return v(this, null, function* () {
414
- var l;
414
+ var u;
415
415
  const { data: t, state: i, privateState: r, hooks: n } = this;
416
416
  if (r.playing || !(t != null && t.keyframes) || (t == null ? void 0 : t.keyframes.length) === 0)
417
417
  return;
418
418
  const s = w();
419
419
  r.playId = s, r.playing = !0, r.broke = !1;
420
- const d = t.keyframes, o = this.getPauseData();
421
- (e == null ? void 0 : e.notEmitEvent) !== !0 && n.emit("play", { userAction: (l = e == null ? void 0 : e.userAction) != null ? l : !0 });
422
- let a = !1;
423
- const f = yield (() => v(this, null, function* () {
420
+ const d = t.keyframes, a = this.getPauseData();
421
+ (e == null ? void 0 : e.notEmitEvent) !== !0 && n.emit("play", { userAction: (u = e == null ? void 0 : e.userAction) != null ? u : !0 });
422
+ let o = !1;
423
+ const p = yield (() => v(this, null, function* () {
424
424
  var h, P;
425
425
  if ((e == null ? void 0 : e.playFromIndex) !== void 0)
426
426
  return e.playFromIndex;
427
427
  if ((e == null ? void 0 : e.playFromId) !== void 0)
428
- return (h = this.data) == null ? void 0 : h.keyframes.findIndex((p) => p.id === e.playFromId);
429
- if (o != null && o.keyframeId) {
430
- const p = (P = this.data) == null ? void 0 : P.keyframes.find((y) => y.id === o.keyframeId);
431
- if (o != null && o.fiveState && (yield this.move(o.fiveState, {
428
+ return (h = this.data) == null ? void 0 : h.keyframes.findIndex((f) => f.id === e.playFromId);
429
+ if (a != null && a.keyframeId) {
430
+ const f = (P = this.data) == null ? void 0 : P.keyframes.find((y) => y.id === a.keyframeId);
431
+ if (a != null && a.fiveState && (yield this.move(a.fiveState, {
432
432
  moveEffect: r.moveToFirstPanoEffect,
433
433
  duration: r.moveToFirstPanoDuration
434
- })), p) {
435
- if (p.data.effect === "Move")
436
- return p.index;
437
- if (p.data.effect === "Rotate") {
438
- const y = o.duration !== void 0 ? o.duration * (1 - o.playedProgress) : void 0;
439
- return yield this.playKeyframe(p, { duration: y }), a = !0, p.index + 1;
434
+ })), f) {
435
+ if (f.data.effect === "Move")
436
+ return f.index;
437
+ if (f.data.effect === "Rotate") {
438
+ const y = a.duration !== void 0 ? a.duration * (1 - a.playedProgress) : void 0;
439
+ return yield this.playKeyframe(f, { duration: y }), o = !0, f.index + 1;
440
440
  }
441
441
  }
442
442
  }
@@ -445,12 +445,12 @@ class z extends V {
445
445
  for (const h of d) {
446
446
  if (r.broke || !i.playing || !r.playing || s !== r.playId)
447
447
  return;
448
- if (!(f !== void 0 && h.index < f))
448
+ if (!(p !== void 0 && h.index < p))
449
449
  try {
450
450
  n.emit("playIndexChange", h.index, h), yield this.playKeyframe(h, {
451
- moveEffect: a === !1 ? r.moveToFirstPanoEffect : void 0,
452
- duration: a === !1 && typeof r.moveToFirstPanoDuration == "number" ? r.moveToFirstPanoDuration : void 0
453
- }), h.stay && (yield J(h.stay)), a === !1 && (a = !0);
451
+ moveEffect: o === !1 ? r.moveToFirstPanoEffect : void 0,
452
+ duration: o === !1 && typeof r.moveToFirstPanoDuration == "number" ? r.moveToFirstPanoDuration : void 0
453
+ }), h.stay && (yield J(h.stay)), o === !1 && (o = !0);
454
454
  } catch (P) {
455
455
  return Promise.resolve("broke");
456
456
  }
@@ -464,7 +464,7 @@ class z extends V {
464
464
  handlePause(e) {
465
465
  var n;
466
466
  const { state: t, privateState: i, hooks: r } = this;
467
- t.playing = !1, i.playing !== !1 && (i.playing = !1, this.setPauseData(), i.broke || this.forceInteruptUpdateCamera(), (e == null ? void 0 : e.notEmitEvent) !== !0 && r.emit("pause", { userAction: (n = e == null ? void 0 : e.userAction) != null ? n : !0 }));
467
+ t.playing = !1, i.playing !== !1 && (i.playing = !1, (e == null ? void 0 : e.userAction) !== !1 && this.setPauseData(), i.broke || this.forceInteruptUpdateCamera(), (e == null ? void 0 : e.notEmitEvent) !== !0 && r.emit("pause", { userAction: (n = e == null ? void 0 : e.userAction) != null ? n : !0 }));
468
468
  }
469
469
  /**
470
470
  * @description Play single keyframe
@@ -496,28 +496,28 @@ class z extends V {
496
496
  const r = e.data;
497
497
  if (t.duration = (n = t.duration) != null ? n : e.start !== void 0 && e.end !== void 0 ? e.end - e.start : void 0, !!r)
498
498
  return new Promise((s, d) => {
499
- let o = !1;
499
+ let a = !1;
500
500
  this.addInterruptListener(() => {
501
- if (!o)
502
- return this.hooks.emit("broke"), this.privateState.broke = !0, this.setState({ playing: !1 }), o = !0, d(new Error("play is interupted"));
501
+ if (!a)
502
+ return this.hooks.emit("broke"), this.privateState.broke = !0, this.setState({ playing: !1 }), a = !0, d(new Error("play is interupted"));
503
503
  });
504
504
  try {
505
- if (o)
505
+ if (a)
506
506
  return;
507
- const a = () => {
508
- s(), o = !0;
507
+ const o = () => {
508
+ s(), a = !0;
509
509
  };
510
510
  switch (r.effect) {
511
511
  case "Move":
512
- this.move(r, t).then(a);
512
+ this.move(r, t).then(o);
513
513
  break;
514
514
  case "Rotate":
515
- this.rotate(r, t).then(a);
515
+ this.rotate(r, t).then(o);
516
516
  break;
517
517
  default:
518
- this.rotate(r, t).then(a);
518
+ this.rotate(r, t).then(o);
519
519
  }
520
- } catch (a) {
520
+ } catch (o) {
521
521
  }
522
522
  });
523
523
  });
@@ -573,13 +573,13 @@ class z extends V {
573
573
  updateCamera(i) {
574
574
  return v(this, arguments, function* (e, t = {}) {
575
575
  const { five: r, privateState: n, state: s } = this, d = (() => {
576
- var l, h;
577
- const m = (l = s.config) == null ? void 0 : l.speedConfig, f = (h = e.rotateSpeed) != null ? h : m == null ? void 0 : m.rotateSpeed;
576
+ var u, h;
577
+ const m = (u = s.config) == null ? void 0 : u.speedConfig, p = (h = e.rotateSpeed) != null ? h : m == null ? void 0 : m.rotateSpeed;
578
578
  if ((m == null ? void 0 : m.rotateSpeedUnit) === void 0)
579
- return f;
580
- if (f !== void 0)
581
- return m.rotateSpeedUnit === "rad/ms" ? f : f / 1e3;
582
- })(), o = (() => {
579
+ return p;
580
+ if (p !== void 0)
581
+ return m.rotateSpeedUnit === "rad/ms" ? p : p / 1e3;
582
+ })(), a = (() => {
583
583
  if (t.duration)
584
584
  return t.duration;
585
585
  if (d) {
@@ -588,10 +588,10 @@ class z extends V {
588
588
  }
589
589
  return 800;
590
590
  })();
591
- n.currentPlayKeyframe && (n.currentPlayKeyframe.originDuration = o);
592
- const a = this.getSpeededDuration(o);
591
+ n.currentPlayKeyframe && (n.currentPlayKeyframe.originDuration = a);
592
+ const o = this.getSpeededDuration(a);
593
593
  return new Promise((m) => {
594
- _(() => r.updateCamera(e, a)), setTimeout(() => m(), a);
594
+ _(() => r.updateCamera(e, o)), setTimeout(() => m(), o);
595
595
  });
596
596
  });
597
597
  }
@@ -606,32 +606,32 @@ class z extends V {
606
606
  const s = i.getCurrentState().mode !== "Panorama";
607
607
  s && (this.privateState.modeChanging = !0);
608
608
  const d = (() => {
609
- var f, l;
610
- const a = (f = n.config) == null ? void 0 : f.speedConfig, m = (l = e.moveSpeed) != null ? l : a == null ? void 0 : a.moveSpeed;
611
- if ((a == null ? void 0 : a.moveSpeedUnit) === void 0)
609
+ var p, u;
610
+ const o = (p = n.config) == null ? void 0 : p.speedConfig, m = (u = e.moveSpeed) != null ? u : o == null ? void 0 : o.moveSpeed;
611
+ if ((o == null ? void 0 : o.moveSpeedUnit) === void 0)
612
612
  return m;
613
613
  if (m !== void 0)
614
- return a.moveSpeedUnit === "m/ms" ? m : m / 1e3;
615
- })(), o = (() => {
614
+ return o.moveSpeedUnit === "m/ms" ? m : m / 1e3;
615
+ })(), a = (() => {
616
616
  if (t != null && t.duration)
617
617
  return t.duration;
618
618
  if (d && typeof i.panoIndex == "number" && typeof e.panoIndex == "number") {
619
- const a = i.work.observers[i.panoIndex].position, m = i.work.observers[e.panoIndex].position;
620
- return a.distanceTo(m) / d;
619
+ const o = i.work.observers[i.panoIndex].position, m = i.work.observers[e.panoIndex].position;
620
+ return o.distanceTo(m) / d;
621
621
  }
622
622
  return 800;
623
623
  })();
624
- r.currentPlayKeyframe && (r.currentPlayKeyframe.originDuration = o), yield new Promise((a) => {
625
- var m, f, l;
624
+ r.currentPlayKeyframe && (r.currentPlayKeyframe.originDuration = a), yield new Promise((o) => {
625
+ var m, p, u;
626
626
  i.moveToPano(e.panoIndex, {
627
627
  latitude: e.latitude,
628
628
  longitude: e.longitude,
629
629
  fov: e.fov,
630
- duration: this.getSpeededDuration(o),
631
- effect: (l = (f = t == null ? void 0 : t.moveEffect) != null ? f : (m = this.state.config) == null ? void 0 : m.moveEffect) != null ? l : e.moveEffect,
632
- moveCancelCallback: () => a(),
633
- moveEndCallback: () => a()
634
- }), s && i.once("panoArrived", () => a());
630
+ duration: this.getSpeededDuration(a),
631
+ effect: (u = (p = t == null ? void 0 : t.moveEffect) != null ? p : (m = this.state.config) == null ? void 0 : m.moveEffect) != null ? u : e.moveEffect,
632
+ moveCancelCallback: () => o(),
633
+ moveEndCallback: () => o()
634
+ }), s && i.once("panoArrived", () => o());
635
635
  }), s && (this.privateState.modeChanging = !1);
636
636
  });
637
637
  }
@@ -642,8 +642,8 @@ class z extends V {
642
642
  const { state: i, privateState: r, hooks: n } = this, { currentPlayKeyframe: s } = r;
643
643
  if (n.emit("speedChange", e, { userAction: t }), i.playing && s)
644
644
  try {
645
- const d = s.originDuration !== void 0 ? s.originDuration * (1 - this.getProgress()) : void 0, o = this.playKeyframe(s.keyframe, { duration: d });
646
- r.currentPlayQueue.push(o);
645
+ const d = s.originDuration !== void 0 ? s.originDuration * (1 - this.getProgress()) : void 0, a = this.playKeyframe(s.keyframe, { duration: d });
646
+ r.currentPlayQueue.push(a);
647
647
  } catch (d) {
648
648
  }
649
649
  }
@@ -72,7 +72,7 @@ import "../PanoTagPlugin/Assets/Icon.js";
72
72
  import "../shared-utils/three/getPositionsByObjectFit.js";
73
73
  import "../shared-utils/three/FragmentTransparencyMaterial.js";
74
74
  import "../shared-utils/five/FiveDomEvents.js";
75
- import "../shared-utils/threex/domevents/index.js";
75
+ import "../shared-utils/three/getObjectVisible.js";
76
76
  import "../shared-utils/five/getFloorIndex.js";
77
77
  import "../shared-utils/safeObj.js";
78
78
  import "../shared-utils/util.js";
@@ -97,7 +97,7 @@ import "../PanoTagPlugin/Assets/Icon.js";
97
97
  import "../shared-utils/three/getPositionsByObjectFit.js";
98
98
  import "../shared-utils/three/FragmentTransparencyMaterial.js";
99
99
  import "../shared-utils/five/FiveDomEvents.js";
100
- import "../shared-utils/threex/domevents/index.js";
100
+ import "../shared-utils/three/getObjectVisible.js";
101
101
  import "../shared-utils/five/getFloorIndex.js";
102
102
  import "../shared-utils/safeObj.js";
103
103
  import "../shared-utils/util.js";
@@ -68,7 +68,7 @@ import "../PanoTagPlugin/Assets/Icon.js";
68
68
  import "../shared-utils/three/getPositionsByObjectFit.js";
69
69
  import "../shared-utils/three/FragmentTransparencyMaterial.js";
70
70
  import "../shared-utils/five/FiveDomEvents.js";
71
- import "../shared-utils/threex/domevents/index.js";
71
+ import "../shared-utils/three/getObjectVisible.js";
72
72
  import "../shared-utils/five/getFloorIndex.js";
73
73
  import "../shared-utils/safeObj.js";
74
74
  import "../shared-utils/util.js";
@@ -66,7 +66,7 @@ import "../PanoTagPlugin/Assets/Icon.js";
66
66
  import "../shared-utils/three/getPositionsByObjectFit.js";
67
67
  import "../shared-utils/three/FragmentTransparencyMaterial.js";
68
68
  import "../shared-utils/five/FiveDomEvents.js";
69
- import "../shared-utils/threex/domevents/index.js";
69
+ import "../shared-utils/three/getObjectVisible.js";
70
70
  import "../shared-utils/five/getFloorIndex.js";
71
71
  import "../shared-utils/safeObj.js";
72
72
  import "../shared-utils/util.js";
@@ -79,7 +79,7 @@ import "../PanoTagPlugin/Assets/Icon.js";
79
79
  import "../shared-utils/three/getPositionsByObjectFit.js";
80
80
  import "../shared-utils/three/FragmentTransparencyMaterial.js";
81
81
  import "../shared-utils/five/FiveDomEvents.js";
82
- import "../shared-utils/threex/domevents/index.js";
82
+ import "../shared-utils/three/getObjectVisible.js";
83
83
  import "../shared-utils/five/getFloorIndex.js";
84
84
  import "../shared-utils/safeObj.js";
85
85
  import "../shared-utils/util.js";