@realsee/dnalogel 2.1.2-alpha.1 → 2.1.2-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (620) hide show
  1. package/dist/CSS3DRenderPlugin/index..js +88 -0
  2. package/dist/CSS3DRenderPlugin/index.cjs.js +1 -0
  3. package/dist/CameraMovementPlugin/index..js +11 -0
  4. package/dist/CameraMovementPlugin/index.cjs.js +1 -0
  5. package/dist/CruisePlugin/index..js +527 -0
  6. package/dist/CruisePlugin/index.cjs.js +1 -0
  7. package/dist/GuideLinePlugin/index..js +214 -0
  8. package/dist/GuideLinePlugin/index.cjs.js +1 -0
  9. package/dist/ItemLabelPlugin/index..js +508 -0
  10. package/dist/ItemLabelPlugin/index.cjs.js +10 -0
  11. package/dist/ModelChassisCompassPlugin/index..js +9 -0
  12. package/dist/ModelChassisCompassPlugin/index.cjs.js +1 -0
  13. package/dist/ModelEntryDoorGuidePlugin/index..js +9 -0
  14. package/dist/ModelEntryDoorGuidePlugin/index.cjs.js +1 -0
  15. package/dist/ModelItemLabelPlugin/index..js +334 -0
  16. package/dist/ModelItemLabelPlugin/index.cjs.js +10 -0
  17. package/dist/ModelRoomLabelPlugin/index..js +274 -0
  18. package/dist/ModelRoomLabelPlugin/index.cjs.js +1 -0
  19. package/dist/ModelTVVideoPlugin/index..js +12 -0
  20. package/dist/ModelTVVideoPlugin/index.cjs.js +1 -0
  21. package/dist/ModelViewPlugin/index..js +8 -0
  22. package/dist/ModelViewPlugin/index.cjs.js +1 -0
  23. package/dist/Object3DHelperPlugin/index..js +1414 -0
  24. package/dist/Object3DHelperPlugin/index.cjs.js +1 -0
  25. package/dist/PanoCompassPlugin/index..js +258 -0
  26. package/dist/PanoCompassPlugin/index.cjs.js +1 -0
  27. package/dist/PanoCursorRaycasterPlugin/index..js +63 -0
  28. package/dist/PanoCursorRaycasterPlugin/index.cjs.js +1 -0
  29. package/dist/PanoDoorLabelPlugin/index..js +340 -0
  30. package/dist/PanoDoorLabelPlugin/index.cjs.js +1 -0
  31. package/dist/PanoMeasurePlugin/index..js +15 -0
  32. package/dist/PanoMeasurePlugin/index.cjs.js +1 -0
  33. package/dist/PanoRulerPlugin/index..js +9 -0
  34. package/dist/PanoRulerPlugin/index.cjs.js +1 -0
  35. package/dist/PanoRulerProPlugin/index..js +395 -0
  36. package/dist/PanoRulerProPlugin/index.cjs.js +1 -0
  37. package/dist/PanoSpatialTagPlugin/index..js +15 -0
  38. package/dist/PanoSpatialTagPlugin/index.cjs.js +1 -0
  39. package/dist/PanoTagPlugin/index..js +4522 -0
  40. package/dist/PanoTagPlugin/index.cjs.js +17 -0
  41. package/dist/chunks/cjs/BasePlugin.57e5204f.cjs.js +1 -0
  42. package/dist/chunks/cjs/BasePluginWithData.0a28882d.cjs.js +1 -0
  43. package/dist/chunks/cjs/CSS3DRender.15349564.cjs.js +1 -0
  44. package/dist/chunks/cjs/CameraMovementPlugin.2b342576.cjs.js +1 -0
  45. package/dist/chunks/cjs/Plugin.5f616fb3.cjs.js +1 -0
  46. package/dist/chunks/cjs/Plugin.609da4aa.cjs.js +94 -0
  47. package/dist/chunks/cjs/Plugin.67936d0e.cjs.js +16 -0
  48. package/dist/chunks/cjs/Plugin.8a110c53.cjs.js +1 -0
  49. package/dist/chunks/cjs/Plugin.9971108a.cjs.js +1 -0
  50. package/dist/chunks/cjs/Plugin.fd42bf8a.cjs.js +1 -0
  51. package/dist/chunks/cjs/Subscribe.5398d5c6.cjs.js +1 -0
  52. package/dist/chunks/cjs/changeModelCanvasOpacity.8d84f111.cjs.js +1 -0
  53. package/dist/chunks/cjs/correctFiveState.4c8472bd.cjs.js +1 -0
  54. package/dist/chunks/cjs/debounce.93dfb637.cjs.js +1 -0
  55. package/dist/chunks/cjs/equal.e9fcbd4e.cjs.js +1 -0
  56. package/dist/chunks/cjs/filter.cf9ebbb3.cjs.js +1 -0
  57. package/dist/chunks/cjs/formatData.81e95011.cjs.js +10 -0
  58. package/dist/chunks/cjs/index.30b7baeb.cjs.js +101 -0
  59. package/dist/chunks/cjs/index.686e84d1.cjs.js +290 -0
  60. package/dist/chunks/cjs/index.7d2010ce.cjs.js +1 -0
  61. package/dist/chunks/cjs/isNil.b3a58990.cjs.js +1 -0
  62. package/dist/chunks/cjs/planimetry.7fce816a.cjs.js +1 -0
  63. package/dist/chunks/cjs/throttle.86c209eb.cjs.js +1 -0
  64. package/dist/chunks/cjs/transfromToMeshBasicMaterial.9db6d46a.cjs.js +1 -0
  65. package/dist/chunks/cjs/uuid.29ed9c88.cjs.js +1 -0
  66. package/dist/chunks/es/BasePlugin.813e25f7.es.js +18 -0
  67. package/dist/chunks/es/BasePluginWithData.4bf4e649.es.js +6 -0
  68. package/dist/chunks/es/CSS3DRender.5652510e.es.js +393 -0
  69. package/dist/chunks/es/CameraMovementPlugin.4a7c3e46.es.js +120 -0
  70. package/dist/chunks/es/Plugin.26c2df05.es.js +106 -0
  71. package/dist/chunks/es/Plugin.435485ed.es.js +584 -0
  72. package/dist/chunks/es/Plugin.a98418f0.es.js +82 -0
  73. package/dist/chunks/es/Plugin.ae4ee6f8.es.js +82 -0
  74. package/dist/chunks/es/Plugin.dd11e0ad.es.js +180 -0
  75. package/dist/chunks/es/Plugin.f4cf895f.es.js +355 -0
  76. package/dist/chunks/es/Subscribe.c73e0f91.es.js +50 -0
  77. package/dist/chunks/es/changeModelCanvasOpacity.45ef9fd6.es.js +1551 -0
  78. package/dist/chunks/es/correctFiveState.e7feab9f.es.js +66 -0
  79. package/dist/chunks/es/debounce.ef83f417.es.js +11 -0
  80. package/dist/chunks/es/equal.7db4a6f7.es.js +56 -0
  81. package/dist/chunks/es/filter.97ec06c4.es.js +12 -0
  82. package/dist/chunks/es/formatData.a2b39ef9.es.js +483 -0
  83. package/dist/chunks/es/index.a273f06e.es.js +532 -0
  84. package/dist/chunks/es/index.b8fdb59b.es.js +50 -0
  85. package/dist/chunks/es/index.f74f4851.es.js +1787 -0
  86. package/dist/chunks/es/isNil.212842d9.es.js +10 -0
  87. package/dist/chunks/es/planimetry.b0b4a28d.es.js +43 -0
  88. package/dist/chunks/es/throttle.db66bac3.es.js +11 -0
  89. package/dist/chunks/es/transfromToMeshBasicMaterial.849ee069.es.js +24 -0
  90. package/dist/chunks/es/uuid.676cb2c8.es.js +9 -0
  91. package/dist/components/PaintBrush/index..js +6 -0
  92. package/dist/components/PaintBrush/index.cjs.js +1 -0
  93. package/dist/components/index..js +7 -0
  94. package/dist/components/index.cjs.js +1 -0
  95. package/dist/floorplan/MapviewFloorplanPlugin/index..js +324 -0
  96. package/dist/floorplan/MapviewFloorplanPlugin/index.cjs.js +1 -0
  97. package/dist/floorplan/ModelFloorplanPlugin/index..js +320 -0
  98. package/dist/floorplan/ModelFloorplanPlugin/index.cjs.js +1 -0
  99. package/dist/floorplan/PanoFloorplanRadarPlugin/index..js +613 -0
  100. package/dist/floorplan/PanoFloorplanRadarPlugin/index.cjs.js +1 -0
  101. package/dist/floorplan/TopviewFloorplanPlugin/index..js +277 -0
  102. package/dist/floorplan/TopviewFloorplanPlugin/index.cjs.js +1 -0
  103. package/dist/index..js +530 -0
  104. package/dist/index.cjs.js +3 -543
  105. package/docs/classes/CruisePluginController.html +24 -24
  106. package/docs/classes/Magnifier.html +16 -16
  107. package/docs/classes/ModelRoomLabelController.html +11 -11
  108. package/docs/classes/Object3DHelperController.html +24 -24
  109. package/docs/classes/PaintBrush.html +15 -15
  110. package/docs/classes/PanoTagPluginController.html +39 -39
  111. package/docs/classes/Util.BetterTween.html +8 -8
  112. package/docs/classes/Util.FivePointSelector.html +12 -12
  113. package/docs/classes/Util.Interval.html +12 -12
  114. package/docs/classes/Util.Magnifier.html +17 -17
  115. package/docs/classes/Util.PointDomHelper.html +11 -11
  116. package/docs/classes/Util.PointHelper.html +11 -11
  117. package/docs/classes/Util.Rectangle.html +13 -13
  118. package/docs/enums/CameraMovementEffect.html +7 -7
  119. package/docs/enums/ContentType.html +12 -12
  120. package/docs/enums/DIRECTION.html +9 -9
  121. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  122. package/docs/enums/DimensionType.html +7 -7
  123. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  124. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  125. package/docs/enums/LinkType.html +7 -7
  126. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  127. package/docs/enums/PointType.html +7 -7
  128. package/docs/enums/Rotation.html +8 -8
  129. package/docs/functions/CSS3DRenderPlugin.html +4 -4
  130. package/docs/functions/CameraMovementPlugin.html +4 -4
  131. package/docs/functions/CruisePlugin.html +4 -4
  132. package/docs/functions/GuideLinePlugin.html +5 -5
  133. package/docs/functions/ItemLabelPlugin.html +4 -4
  134. package/docs/functions/MapviewFloorplanPlugin.html +4 -4
  135. package/docs/functions/ModelChassisCompassPlugin.html +4 -4
  136. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
  137. package/docs/functions/ModelFloorplanPlugin.html +4 -4
  138. package/docs/functions/ModelItemLabelPlugin.html +4 -4
  139. package/docs/functions/ModelRoomLabelPlugin.html +4 -4
  140. package/docs/functions/ModelTVVideoPlugin.html +4 -4
  141. package/docs/functions/ModelViewPlugin.html +4 -4
  142. package/docs/functions/Object3DHelperPlugin.html +4 -4
  143. package/docs/functions/PanoCompassPlugin.html +4 -4
  144. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
  145. package/docs/functions/PanoDoorLabelPlugin.html +4 -4
  146. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
  147. package/docs/functions/PanoMeasurePlugin.html +4 -4
  148. package/docs/functions/PanoRulerPlugin.html +4 -4
  149. package/docs/functions/PanoRulerProPlugin.html +4 -4
  150. package/docs/functions/PanoSpatialTagPlugin.html +4 -4
  151. package/docs/functions/PanoTagPlugin.html +4 -4
  152. package/docs/functions/TopviewFloorplanPlugin.html +4 -4
  153. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  154. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  155. package/docs/functions/Util.getFrameTime.html +5 -5
  156. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  157. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  158. package/docs/functions/Util.isNil.html +5 -5
  159. package/docs/functions/Util.nextFrame.html +5 -5
  160. package/docs/functions/Util.notNil.html +5 -5
  161. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  162. package/docs/functions/Util.tweenProgress.html +5 -5
  163. package/docs/functions/pluginFlag.html +5 -5
  164. package/docs/index.html +4 -4
  165. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  166. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  167. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  168. package/docs/interfaces/ContentTypeMap.html +12 -12
  169. package/docs/interfaces/FloorplanBounding.html +8 -8
  170. package/docs/interfaces/FloorplanData.html +10 -10
  171. package/docs/interfaces/FloorplanEntrance.html +11 -11
  172. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  173. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  174. package/docs/interfaces/FloorplanFloorData.html +9 -9
  175. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  176. package/docs/interfaces/FloorplanObserver.html +9 -9
  177. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  178. package/docs/interfaces/FloorplanPosition.html +7 -7
  179. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  180. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  181. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  182. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  183. package/docs/interfaces/FloorplanServerData.html +7 -7
  184. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  185. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  186. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  187. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  188. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  189. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  190. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  191. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  192. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  193. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  194. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  195. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  196. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  197. package/docs/interfaces/LineJson.html +7 -7
  198. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  199. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  200. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  201. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  202. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  203. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  204. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  205. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  206. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  207. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  208. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  209. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  210. package/docs/interfaces/ModelViewPluginExportType.html +8 -8
  211. package/docs/interfaces/Object3DHelperState.html +8 -8
  212. package/docs/interfaces/OpenParameter.html +7 -7
  213. package/docs/interfaces/PaintBrushAction.html +12 -12
  214. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  215. package/docs/interfaces/PaintBrushState.html +10 -10
  216. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  217. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  218. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  219. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  220. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  221. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  222. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  223. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  224. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  225. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  226. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  227. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  228. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  229. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  230. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  231. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  232. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  233. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  234. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  235. package/docs/interfaces/Point.html +8 -8
  236. package/docs/interfaces/PointJson.html +8 -8
  237. package/docs/interfaces/Room.html +9 -9
  238. package/docs/interfaces/RoomInfo.html +7 -7
  239. package/docs/interfaces/RoomLabel.html +14 -14
  240. package/docs/interfaces/RoomRules.html +5 -5
  241. package/docs/interfaces/Rooms.html +5 -5
  242. package/docs/interfaces/Scissor.html +9 -9
  243. package/docs/interfaces/TagConfig.html +10 -10
  244. package/docs/interfaces/Tags.html +9 -9
  245. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  246. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  247. package/docs/modules/Util.html +5 -5
  248. package/docs/modules.html +4 -4
  249. package/docs/types/ArrayPosition.html +5 -5
  250. package/docs/types/CSS3DRenderExportType.html +5 -5
  251. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  252. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  253. package/docs/types/Color.html +5 -5
  254. package/docs/types/ContentTypeConfigKey.html +5 -5
  255. package/docs/types/ContentTypeConfigKeyArray.html +5 -5
  256. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  257. package/docs/types/Create3DElementReturnType.html +5 -5
  258. package/docs/types/CruisePluginExportType.html +5 -5
  259. package/docs/types/Direction-1.html +5 -5
  260. package/docs/types/Direction4.html +5 -5
  261. package/docs/types/FloorplanRuleLabels.html +5 -5
  262. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  263. package/docs/types/GuideLinePluginExportType.html +5 -5
  264. package/docs/types/HelperEventMap.html +5 -5
  265. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  266. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  267. package/docs/types/MediaData.html +5 -5
  268. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  269. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  270. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  271. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  272. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  273. package/docs/types/MoveArgs.html +5 -5
  274. package/docs/types/MoveOpts.html +5 -5
  275. package/docs/types/Object3DHelperEventMap.html +5 -5
  276. package/docs/types/ObjectFit.html +5 -5
  277. package/docs/types/PaintBrushEventMap.html +5 -5
  278. package/docs/types/PanoCompassPluginData.html +5 -5
  279. package/docs/types/PanoCompassPluginExportType.html +5 -5
  280. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  281. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  282. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  283. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  284. package/docs/types/PanoMeasureReturnType.html +5 -5
  285. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  286. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  287. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  288. package/docs/types/PlaneTag.html +5 -5
  289. package/docs/types/PointTag.html +5 -5
  290. package/docs/types/Position.html +5 -5
  291. package/docs/types/RotateArgs.html +5 -5
  292. package/docs/types/RotateOpts.html +5 -5
  293. package/docs/types/RuleLabelsKey.html +5 -5
  294. package/docs/types/RuleLabelsValue.html +5 -5
  295. package/docs/types/Tag.html +5 -5
  296. package/docs/types/Tag2D.html +5 -5
  297. package/docs/types/Tag3D.html +5 -5
  298. package/docs/types/TagId.html +5 -5
  299. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  300. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  301. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  302. package/docs/variables/PLUGIN.html +5 -5
  303. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  304. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  305. package/docs/variables/VERSION.html +5 -5
  306. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  307. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  308. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  309. package/libs/CSS3DRenderPlugin/CSS3DRender.js +327 -1
  310. package/libs/CSS3DRenderPlugin/Controller.js +83 -1
  311. package/libs/CSS3DRenderPlugin/index.js +5 -1
  312. package/libs/CSS3DRenderPlugin/typing.js +1 -1
  313. package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +65 -1
  314. package/libs/CSS3DRenderPlugin/utils/centerPoint.js +10 -1
  315. package/libs/CSS3DRenderPlugin/utils/evenNumber.js +7 -1
  316. package/libs/CSS3DRenderPlugin/utils/index.js +1 -1
  317. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +6 -1
  318. package/libs/CSS3DRenderPlugin/utils/random.js +1 -1
  319. package/libs/CameraMovementPlugin/CameraMovementPlugin.js +87 -1
  320. package/libs/CameraMovementPlugin/index.js +3 -1
  321. package/libs/CameraMovementPlugin/typing.js +5 -1
  322. package/libs/CruisePlugin/Controller.js +484 -1
  323. package/libs/CruisePlugin/index.js +5 -1
  324. package/libs/CruisePlugin/utils/coordinatesAngle.js +8 -1
  325. package/libs/CruisePlugin/utils/coordinatesToVector.js +12 -1
  326. package/libs/CruisePlugin/utils/formatRad.js +7 -1
  327. package/libs/CruisePlugin/utils/linerValue.js +7 -1
  328. package/libs/CruisePlugin/utils/safeCall.js +28 -1
  329. package/libs/CruisePlugin/utils/sleep.js +10 -1
  330. package/libs/CruisePlugin/utils/vectorToCoordinates.js +10 -1
  331. package/libs/GuideLinePlugin/Controller.js +143 -1
  332. package/libs/GuideLinePlugin/index.js +5 -1
  333. package/libs/GuideLinePlugin/utils/getArrowMaterial.js +13 -1
  334. package/libs/GuideLinePlugin/utils/getLineGeometries.js +64 -1
  335. package/libs/ItemLabelPlugin/ItemLabelComponent.js +273 -1
  336. package/libs/ItemLabelPlugin/ItemLabelItem.js +133 -2
  337. package/libs/ItemLabelPlugin/Plugin.js +75 -2
  338. package/libs/ItemLabelPlugin/index.js +12 -1
  339. package/libs/ItemLabelPlugin/typings.js +4 -1
  340. package/libs/ItemLabelPlugin/utils/getLabelTransform.js +4 -1
  341. package/libs/ItemLabelPlugin/utils/getStrokeLength.js +16 -1
  342. package/libs/ItemLabelPlugin/utils/isImpacted.js +10 -1
  343. package/libs/ItemLabelPlugin/utils/parseData.js +21 -1
  344. package/libs/ItemLabelPlugin/utils/transform2RenderData.js +21 -1
  345. package/libs/ModelChassisCompassPlugin/Plugin.js +70 -1
  346. package/libs/ModelChassisCompassPlugin/index.js +2 -1
  347. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +77 -1
  348. package/libs/ModelEntryDoorGuidePlugin/index.js +2 -1
  349. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +213 -1
  350. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +42 -2
  351. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +73 -2
  352. package/libs/ModelItemLabelPlugin/events.type.js +1 -1
  353. package/libs/ModelItemLabelPlugin/index.js +12 -1
  354. package/libs/ModelItemLabelPlugin/typings.js +4 -1
  355. package/libs/ModelItemLabelPlugin/utils/parseData.js +19 -1
  356. package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.js +4 -1
  357. package/libs/ModelRoomLabelPlugin/Controller.js +60 -1
  358. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +45 -1
  359. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +163 -1
  360. package/libs/ModelRoomLabelPlugin/index.js +9 -1
  361. package/libs/ModelRoomLabelPlugin/utils/parseData.js +16 -1
  362. package/libs/ModelTVVideoPlugin/Plugin.js +163 -1
  363. package/libs/ModelTVVideoPlugin/index.js +2 -1
  364. package/libs/ModelTVVideoPlugin/typings.js +4 -1
  365. package/libs/ModelTVVideoPlugin/utils/parseData.js +20 -1
  366. package/libs/ModelViewPlugin/Plugin.js +106 -1
  367. package/libs/ModelViewPlugin/index.js +2 -1
  368. package/libs/Object3DHelperPlugin/Controller.js +145 -1
  369. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +31 -1
  370. package/libs/Object3DHelperPlugin/index.js +5 -1
  371. package/libs/PanoCompassPlugin/Assets/roomInfoIcon.js +4 -1
  372. package/libs/PanoCompassPlugin/Controller.js +224 -1
  373. package/libs/PanoCompassPlugin/getRoomInfoInstance.js +24 -1
  374. package/libs/PanoCompassPlugin/index.js +5 -1
  375. package/libs/PanoCursorRaycasterPlugin/index.js +58 -1
  376. package/libs/PanoDoorLabelPlugin/BaseController.js +59 -1
  377. package/libs/PanoDoorLabelPlugin/Controller.js +219 -1
  378. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +65 -1
  379. package/libs/PanoDoorLabelPlugin/index.js +5 -1
  380. package/libs/PanoDoorLabelPlugin/utils.js +23 -1
  381. package/libs/PanoMeasurePlugin/Controller/BaseController.js +53 -1
  382. package/libs/PanoMeasurePlugin/Controller/EditController.js +102 -1
  383. package/libs/PanoMeasurePlugin/Controller/MixedController.js +125 -1
  384. package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +33 -1
  385. package/libs/PanoMeasurePlugin/Controller/ViewController.js +90 -1
  386. package/libs/PanoMeasurePlugin/Controller/WatchController.js +154 -1
  387. package/libs/PanoMeasurePlugin/Controller/index.js +140 -1
  388. package/libs/PanoMeasurePlugin/Model/index.js +92 -1
  389. package/libs/PanoMeasurePlugin/Model/line.js +56 -1
  390. package/libs/PanoMeasurePlugin/Model/point.js +30 -1
  391. package/libs/PanoMeasurePlugin/Model/polyline.js +47 -1
  392. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +5 -2
  393. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +4 -1
  394. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +4 -1
  395. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +67 -3
  396. package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +28 -1
  397. package/libs/PanoMeasurePlugin/Modules/GuideController.js +41 -1
  398. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +103 -1
  399. package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +12 -8
  400. package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +50 -1
  401. package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +36 -1
  402. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +48 -1
  403. package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +8 -3
  404. package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +39 -1
  405. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +62 -1
  406. package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +6 -2
  407. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +130 -1
  408. package/libs/PanoMeasurePlugin/index.js +10 -1
  409. package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +12 -1
  410. package/libs/PanoMeasurePlugin/utils/constants.js +36 -1
  411. package/libs/PanoMeasurePlugin/utils/distanceDom.js +62 -1
  412. package/libs/PanoMeasurePlugin/utils/findAssociatedLines.js +13 -1
  413. package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +15 -1
  414. package/libs/PanoMeasurePlugin/utils/getIntersectionFromEvent.js +9 -1
  415. package/libs/PanoMeasurePlugin/utils/getPointFromHammerEvent.js +8 -1
  416. package/libs/PanoMeasurePlugin/utils/ironbox.js +4 -1
  417. package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +7 -1
  418. package/libs/PanoMeasurePlugin/utils/line.js +17 -1
  419. package/libs/PanoMeasurePlugin/utils/math.js +12 -1
  420. package/libs/PanoMeasurePlugin/utils/mouseGroup.js +33 -3
  421. package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +8 -1
  422. package/libs/PanoRulerPlugin/Plugin.js +262 -2
  423. package/libs/PanoRulerPlugin/index.js +2 -1
  424. package/libs/PanoRulerPlugin/style.js +5 -2
  425. package/libs/PanoRulerProPlugin/Controller.js +93 -1
  426. package/libs/PanoRulerProPlugin/RulerItem.js +128 -1
  427. package/libs/PanoRulerProPlugin/RulerItems.js +183 -1
  428. package/libs/PanoRulerProPlugin/index.js +5 -1
  429. package/libs/PanoSpatialTagPlugin/Components/origins.js +82 -1
  430. package/libs/PanoSpatialTagPlugin/Components/tag.js +125 -1
  431. package/libs/PanoSpatialTagPlugin/Plugin.js +246 -1
  432. package/libs/PanoSpatialTagPlugin/index.js +6 -1
  433. package/libs/PanoSpatialTagPlugin/store.js +5 -1
  434. package/libs/PanoSpatialTagPlugin/style.js +11 -1
  435. package/libs/PanoSpatialTagPlugin/typings.js +1 -1
  436. package/libs/PanoTagPlugin/Assets/Icon.js +6 -1
  437. package/libs/PanoTagPlugin/Components/Common/Arrow.js +103 -1
  438. package/libs/PanoTagPlugin/Components/Common/Audio.js +166 -1
  439. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +93 -1
  440. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +90 -1
  441. package/libs/PanoTagPlugin/Components/Common/Media.js +400 -1
  442. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +139 -1
  443. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +180 -1
  444. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +52 -1
  445. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +52 -1
  446. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +169 -1
  447. package/libs/PanoTagPlugin/Components/Common/Shadow.js +124 -15
  448. package/libs/PanoTagPlugin/Components/Common/Text.js +131 -1
  449. package/libs/PanoTagPlugin/Components/Common/TextItem.js +106 -0
  450. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +140 -1
  451. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +73 -1
  452. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +214 -1
  453. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +127 -1
  454. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +259 -1
  455. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +106 -1
  456. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +134 -1
  457. package/libs/PanoTagPlugin/Components/Tag/index.js +318 -2
  458. package/libs/PanoTagPlugin/Components/TagContainer.js +200 -1
  459. package/libs/PanoTagPlugin/Components/TagWrapper.js +191 -1
  460. package/libs/PanoTagPlugin/controller/TagCacheController.js +31 -1
  461. package/libs/PanoTagPlugin/controller/TagComputer.js +264 -1
  462. package/libs/PanoTagPlugin/controller/index.js +376 -1
  463. package/libs/PanoTagPlugin/index.js +5 -1
  464. package/libs/PanoTagPlugin/tag.config.js +43 -1
  465. package/libs/PanoTagPlugin/typings/controller.js +1 -1
  466. package/libs/PanoTagPlugin/typings/index.js +1 -1
  467. package/libs/PanoTagPlugin/typings/tag.js +7 -1
  468. package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +6 -1
  469. package/libs/PanoTagPlugin/utils/addDebugPoints.js +27 -1
  470. package/libs/PanoTagPlugin/utils/checkRange.js +10 -1
  471. package/libs/PanoTagPlugin/utils/constants.js +7 -1
  472. package/libs/PanoTagPlugin/utils/debounce.js +12 -1
  473. package/libs/PanoTagPlugin/utils/doUtil.js +12 -1
  474. package/libs/PanoTagPlugin/utils/index.js +1 -1
  475. package/libs/PanoTagPlugin/utils/noTypecheck.js +4 -1
  476. package/libs/PanoTagPlugin/utils/normalPositionToPositions.js +13 -1
  477. package/libs/PanoTagPlugin/utils/planeNormal.js +11 -1
  478. package/libs/PanoTagPlugin/utils/resizeObserver.js +17 -1
  479. package/libs/PanoTagPlugin/utils/search.js +15 -1
  480. package/libs/PanoTagPlugin/utils/tagPosition.js +13 -1
  481. package/libs/PanoTagPlugin/utils/throttle.js +11 -1
  482. package/libs/base/BasePlugin.js +18 -1
  483. package/libs/base/BasePluginWithData.js +6 -1
  484. package/libs/components/PaintBrush/Controller.js +308 -1
  485. package/libs/components/PaintBrush/Subscribe.js +47 -1
  486. package/libs/components/PaintBrush/index.js +45 -1
  487. package/libs/components/PaintBrush/style.js +5 -2
  488. package/libs/components/PaintBrush/tween.js +11 -1
  489. package/libs/components/PaintBrush/typings.js +4 -1
  490. package/libs/components/PaintBrush/utils.js +45 -1
  491. package/libs/components/index.js +2 -1
  492. package/libs/floorplan/Assets/camera.js +4 -1
  493. package/libs/floorplan/Assets/compass.js +4 -1
  494. package/libs/floorplan/Assets/floorplanExtraObject.js +4 -1
  495. package/libs/floorplan/Components/BaseImage.js +103 -1
  496. package/libs/floorplan/Components/Camera.js +62 -1
  497. package/libs/floorplan/Components/Compass.js +60 -1
  498. package/libs/floorplan/Components/CurrentFloor.js +256 -1
  499. package/libs/floorplan/Components/Main.js +283 -1
  500. package/libs/floorplan/Components/Normalmage.js +37 -1
  501. package/libs/floorplan/Components/RoomHighlight/Room.js +61 -1
  502. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +122 -1
  503. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +153 -1
  504. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +175 -1
  505. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +196 -1
  506. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +37 -1
  507. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +39 -1
  508. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +37 -1
  509. package/libs/floorplan/Components/RuleLabels/RuleItem.js +134 -1
  510. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +139 -1
  511. package/libs/floorplan/Components/SvgImage.js +39 -2
  512. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +321 -1
  513. package/libs/floorplan/MapviewFloorplanPlugin/index.js +5 -1
  514. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +316 -1
  515. package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -1
  516. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +85 -1
  517. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +133 -1
  518. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +72 -1
  519. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +192 -1
  520. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +164 -1
  521. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +5 -1
  522. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +273 -1
  523. package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -1
  524. package/libs/floorplan/constant.js +4 -1
  525. package/libs/floorplan/index.js +6 -1
  526. package/libs/floorplan/typings/floorplanData.js +1 -1
  527. package/libs/floorplan/typings/floorplanServerData.js +101 -1
  528. package/libs/floorplan/utils/constant.js +7 -1
  529. package/libs/floorplan/utils/correctFiveState.js +54 -1
  530. package/libs/floorplan/utils/formatData.js +104 -1
  531. package/libs/floorplan/utils/formatPosition.js +35 -1
  532. package/libs/index.js +346 -1
  533. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +151 -1
  534. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +51 -1
  535. package/libs/shared-utils/Object3DHelper/Constants/color.js +20 -1
  536. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +18 -1
  537. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +66 -1
  538. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +109 -1
  539. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +134 -1
  540. package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +79 -1
  541. package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +41 -1
  542. package/libs/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js +13 -1
  543. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +30 -1
  544. package/libs/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js +35 -1
  545. package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +2 -1
  546. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +137 -1
  547. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +136 -1
  548. package/libs/shared-utils/Object3DHelper/Helper/index.js +3 -1
  549. package/libs/shared-utils/Object3DHelper/index.js +169 -1
  550. package/libs/shared-utils/Object3DHelper/typings/Direction.js +1 -1
  551. package/libs/shared-utils/Object3DHelper/typings/Hooks.js +1 -1
  552. package/libs/shared-utils/Object3DHelper/typings/Scissor.js +1 -1
  553. package/libs/shared-utils/Object3DHelper/typings/index.js +1 -1
  554. package/libs/shared-utils/Object3DHelper/utils/calculateThreeMouse.js +11 -1
  555. package/libs/shared-utils/Object3DHelper/utils/direction.js +22 -1
  556. package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +1 -1
  557. package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.js +14 -1
  558. package/libs/shared-utils/Object3DHelper/utils/getPoint.js +1 -1
  559. package/libs/shared-utils/Object3DHelper/utils/index.js +1 -1
  560. package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +1 -1
  561. package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +1 -1
  562. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +191 -1
  563. package/libs/shared-utils/Object3DHelper/utils/vectorIsEqual.js +6 -1
  564. package/libs/shared-utils/Subscribe.js +50 -1
  565. package/libs/shared-utils/animationFrame/BetterTween.js +26 -1
  566. package/libs/shared-utils/animationFrame/calculateProgress.js +6 -1
  567. package/libs/shared-utils/animationFrame/formatRad.js +11 -1
  568. package/libs/shared-utils/animationFrame/index.js +28 -1
  569. package/libs/shared-utils/animationFrame/tween.js +28 -1
  570. package/libs/shared-utils/changeModelCanvasOpacity.js +12 -1
  571. package/libs/shared-utils/createCanvasTextTexture.js +11 -1
  572. package/libs/shared-utils/createLine/index.js +9 -1
  573. package/libs/shared-utils/debounce.js +11 -1
  574. package/libs/shared-utils/equal.js +54 -1
  575. package/libs/shared-utils/filter.js +10 -1
  576. package/libs/shared-utils/five/changeMode.js +39 -1
  577. package/libs/shared-utils/getPxmm.js +20 -1
  578. package/libs/shared-utils/index.js +35 -1
  579. package/libs/shared-utils/isNil.js +10 -1
  580. package/libs/shared-utils/isTruelyObject.js +6 -1
  581. package/libs/shared-utils/math/Interval.js +23 -1
  582. package/libs/shared-utils/math/Rectangle.js +23 -1
  583. package/libs/shared-utils/math/index.js +1 -1
  584. package/libs/shared-utils/math/planimetry.js +43 -1
  585. package/libs/shared-utils/math/rad2Deg.js +6 -1
  586. package/libs/shared-utils/nearlyEqual.js +6 -1
  587. package/libs/shared-utils/nextFrame.js +6 -1
  588. package/libs/shared-utils/noop.js +5 -1
  589. package/libs/shared-utils/object3d2LocalMatrix.js +18 -1
  590. package/libs/shared-utils/removeArrayItem.js +8 -1
  591. package/libs/shared-utils/tap.js +6 -1
  592. package/libs/shared-utils/three/Assets/index.js +4 -1
  593. package/libs/shared-utils/three/FivePointSelector.js +49 -1
  594. package/libs/shared-utils/three/Magnifier.js +104 -1
  595. package/libs/shared-utils/three/PointDomHelper.js +60 -1
  596. package/libs/shared-utils/three/PointHelper.js +60 -3
  597. package/libs/shared-utils/three/getCoords.js +13 -1
  598. package/libs/shared-utils/three/getIntersect.js +8 -1
  599. package/libs/shared-utils/three/getRaycaster.js +12 -1
  600. package/libs/shared-utils/three/index.js +6 -1
  601. package/libs/shared-utils/three/loadTexture.js +28 -1
  602. package/libs/shared-utils/three/transformPositionToVector3.js +5 -1
  603. package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +24 -1
  604. package/libs/shared-utils/throttle.js +11 -1
  605. package/libs/shared-utils/tinyEJSrender.js +138 -14
  606. package/libs/shared-utils/to.js +28 -1
  607. package/libs/shared-utils/uuid.js +9 -1
  608. package/libs/vendor/swiper/components-shared/get-changed-params.js +29 -1
  609. package/libs/vendor/swiper/components-shared/get-params.js +23 -1
  610. package/libs/vendor/swiper/components-shared/mount-swiper.js +14 -1
  611. package/libs/vendor/swiper/components-shared/params-list.js +120 -1
  612. package/libs/vendor/swiper/components-shared/update-swiper.js +36 -1
  613. package/libs/vendor/swiper/components-shared/utils.js +32 -1
  614. package/libs/vendor/swiper/svelte/swiper-slide.js +182 -1
  615. package/libs/vendor/swiper/svelte/swiper-svelte.js +3 -1
  616. package/libs/vendor/swiper/svelte/swiper.js +254 -1
  617. package/package.json +13 -181
  618. package/dist/index.es.js +0 -16650
  619. package/dist/index.js +0 -16650
  620. package/dist/index.umd.js +0 -556
@@ -0,0 +1,88 @@
1
+ var y = Object.defineProperty, S = Object.defineProperties;
2
+ var P = Object.getOwnPropertyDescriptors;
3
+ var R = Object.getOwnPropertySymbols;
4
+ var D = Object.prototype.hasOwnProperty, F = Object.prototype.propertyIsEnumerable;
5
+ var h = (i, n, e) => n in i ? y(i, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[n] = e, m = (i, n) => {
6
+ for (var e in n || (n = {}))
7
+ D.call(n, e) && h(i, e, n[e]);
8
+ if (R)
9
+ for (var e of R(n))
10
+ F.call(n, e) && h(i, e, n[e]);
11
+ return i;
12
+ }, v = (i, n) => S(i, P(n));
13
+ var l = (i, n, e) => (h(i, typeof n != "symbol" ? n + "" : n, e), e);
14
+ import { CSS3DRender as w } from "../chunks/es/CSS3DRender.5652510e.es.js";
15
+ import "three";
16
+ import "three/examples/jsm/renderers/CSS3DRenderer";
17
+ import "../chunks/es/Subscribe.c73e0f91.es.js";
18
+ const x = "v2.0.1", C = `CSS3DRenderPlugin@${x}`;
19
+ class $ extends w {
20
+ constructor(e) {
21
+ super();
22
+ l(this, "five");
23
+ l(this, "behindFiveContainer");
24
+ l(this, "staticPrefix", "//vrlab-static.ljcdn.com");
25
+ l(this, "create3DDomContainer", (e, t) => {
26
+ if (this.state.disposed)
27
+ return;
28
+ const s = (() => {
29
+ var E;
30
+ (t == null ? void 0 : t.dpr) !== void 0 && console.warn(`${C}: please use "config.devicePixelRatio" replace "config.dpr"`);
31
+ const a = {
32
+ ratio: 216e-5,
33
+ devicePixelRatio: (E = t == null ? void 0 : t.dpr) != null ? E : 1,
34
+ mode: "front",
35
+ autoRender: !0
36
+ };
37
+ return Object.assign(a, t, (t == null ? void 0 : t.mode) === "behind" ? { scene: this.five.scene } : void 0);
38
+ })(), o = this.five.getElement();
39
+ if (!o) {
40
+ console.error(`${C}: five.getElement() is ${o}`);
41
+ return;
42
+ }
43
+ const { autoRender: d, mode: r } = s, p = r === "front" ? o.parentElement : s.behindFiveContainer;
44
+ this.setContainer(p || document.body, "front");
45
+ const f = this.getBehindFiveElement();
46
+ f && this.setContainer(f, "behind"), this.appendToElement(p || document.body, r);
47
+ const u = this.create3DElement(this.five.camera, e, v(m({}, s), { autoRender: !1 }));
48
+ if (!u)
49
+ return;
50
+ const c = u.render, b = () => {
51
+ var a;
52
+ r === "front" && c(), r === "behind" && ((a = this.five.model) != null && a.loaded ? c() : this.five.once("modelLoaded", () => c()));
53
+ };
54
+ return d && b(), v(m({}, u), { render: d ? void 0 : b });
55
+ });
56
+ this.five = e;
57
+ }
58
+ disposeAll() {
59
+ return this.dispose();
60
+ }
61
+ setState(...e) {
62
+ const t = super.setState(...e);
63
+ return this.five.needsRender = !0, t;
64
+ }
65
+ getBehindFiveElement() {
66
+ var r;
67
+ const { behindFiveContainer: e } = this;
68
+ if (e)
69
+ return e;
70
+ const t = document.createElement("div");
71
+ t.style.position = "absolute", t.style.pointerEvents = "none", t.style.top = "0", t.style.left = "0", t.style.width = "100%", t.style.height = "100%", this.behindFiveContainer = t;
72
+ const s = this.five.getElement();
73
+ if (!s)
74
+ return;
75
+ const o = (r = s == null ? void 0 : s.style.position) != null ? r : getComputedStyle(s);
76
+ (!o || o === "static") && console.warn(
77
+ "if you want to use css3DRenderPlugin behind mode, five element position is static, please set position to relative or absolute"
78
+ );
79
+ const d = s == null ? void 0 : s.parentElement;
80
+ if (d)
81
+ return d.insertBefore(t, s), t;
82
+ }
83
+ }
84
+ const L = (i) => new $(i);
85
+ export {
86
+ L as CSS3DRenderPlugin,
87
+ L as default
88
+ };
@@ -0,0 +1 @@
1
+ "use strict";var y=Object.defineProperty,D=Object.defineProperties;var P=Object.getOwnPropertyDescriptors;var R=Object.getOwnPropertySymbols;var j=Object.prototype.hasOwnProperty,F=Object.prototype.propertyIsEnumerable;var h=(i,n,e)=>n in i?y(i,n,{enumerable:!0,configurable:!0,writable:!0,value:e}):i[n]=e,v=(i,n)=>{for(var e in n||(n={}))j.call(n,e)&&h(i,e,n[e]);if(R)for(var e of R(n))F.call(n,e)&&h(i,e,n[e]);return i},m=(i,n)=>D(i,P(n));var l=(i,n,e)=>(h(i,typeof n!="symbol"?n+"":n,e),e);Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const w=require("../chunks/cjs/CSS3DRender.15349564.cjs.js");require("three");require("three/examples/jsm/renderers/CSS3DRenderer");require("../chunks/cjs/Subscribe.5398d5c6.cjs.js");const x="v2.0.1",C=`CSS3DRenderPlugin@${x}`;class g extends w.CSS3DRender{constructor(e){super();l(this,"five");l(this,"behindFiveContainer");l(this,"staticPrefix","//vrlab-static.ljcdn.com");l(this,"create3DDomContainer",(e,t)=>{if(this.state.disposed)return;const s=(()=>{var b;(t==null?void 0:t.dpr)!==void 0&&console.warn(`${C}: please use "config.devicePixelRatio" replace "config.dpr"`);const a={ratio:.00216,devicePixelRatio:(b=t==null?void 0:t.dpr)!=null?b:1,mode:"front",autoRender:!0};return Object.assign(a,t,(t==null?void 0:t.mode)==="behind"?{scene:this.five.scene}:void 0)})(),o=this.five.getElement();if(!o){console.error(`${C}: five.getElement() is ${o}`);return}const{autoRender:d,mode:r}=s,p=r==="front"?o.parentElement:s.behindFiveContainer;this.setContainer(p||document.body,"front");const f=this.getBehindFiveElement();f&&this.setContainer(f,"behind"),this.appendToElement(p||document.body,r);const u=this.create3DElement(this.five.camera,e,m(v({},s),{autoRender:!1}));if(!u)return;const c=u.render,S=()=>{var a;r==="front"&&c(),r==="behind"&&((a=this.five.model)!=null&&a.loaded?c():this.five.once("modelLoaded",()=>c()))};return d&&S(),m(v({},u),{render:d?void 0:S})});this.five=e}disposeAll(){return this.dispose()}setState(...e){const t=super.setState(...e);return this.five.needsRender=!0,t}getBehindFiveElement(){var r;const{behindFiveContainer:e}=this;if(e)return e;const t=document.createElement("div");t.style.position="absolute",t.style.pointerEvents="none",t.style.top="0",t.style.left="0",t.style.width="100%",t.style.height="100%",this.behindFiveContainer=t;const s=this.five.getElement();if(!s)return;const o=(r=s==null?void 0:s.style.position)!=null?r:getComputedStyle(s);(!o||o==="static")&&console.warn("if you want to use css3DRenderPlugin behind mode, five element position is static, please set position to relative or absolute");const d=s==null?void 0:s.parentElement;if(d)return d.insertBefore(t,s),t}}const E=i=>new g(i);exports.CSS3DRenderPlugin=E;exports.default=E;
@@ -0,0 +1,11 @@
1
+ import "../chunks/es/CameraMovementPlugin.4a7c3e46.es.js";
2
+ import { CameraMovementEffect as n, CameraMovementPlugin as f, Rotation as p, CameraMovementPlugin as l } from "../chunks/es/CameraMovementPlugin.4a7c3e46.es.js";
3
+ import "@realsee/five";
4
+ import "@tweenjs/tween.js";
5
+ import "../chunks/es/index.b8fdb59b.es.js";
6
+ export {
7
+ n as CameraMovementEffect,
8
+ f as CameraMovementPlugin,
9
+ p as Rotation,
10
+ l as default
11
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../chunks/cjs/CameraMovementPlugin.2b342576.cjs.js");require("@realsee/five");require("@tweenjs/tween.js");require("../chunks/cjs/index.7d2010ce.cjs.js");exports.CameraMovementEffect=e.CameraMovementEffect;exports.CameraMovementPlugin=e.CameraMovementPlugin;exports.Rotation=e.Rotation;exports.default=e.CameraMovementPlugin;
@@ -0,0 +1,527 @@
1
+ var A = Object.defineProperty, V = Object.defineProperties;
2
+ var O = Object.getOwnPropertyDescriptors;
3
+ var M = Object.getOwnPropertySymbols;
4
+ var Q = Object.prototype.hasOwnProperty, R = Object.prototype.propertyIsEnumerable;
5
+ var C = (s, d, e) => d in s ? A(s, d, { enumerable: !0, configurable: !0, writable: !0, value: e }) : s[d] = e, P = (s, d) => {
6
+ for (var e in d || (d = {}))
7
+ Q.call(d, e) && C(s, e, d[e]);
8
+ if (M)
9
+ for (var e of M(d))
10
+ R.call(d, e) && C(s, e, d[e]);
11
+ return s;
12
+ }, L = (s, d) => V(s, O(d));
13
+ var S = (s, d, e) => (C(s, typeof d != "symbol" ? d + "" : d, e), e);
14
+ var y = (s, d, e) => new Promise((t, i) => {
15
+ var a = (n) => {
16
+ try {
17
+ o(e.next(n));
18
+ } catch (r) {
19
+ i(r);
20
+ }
21
+ }, h = (n) => {
22
+ try {
23
+ o(e.throw(n));
24
+ } catch (r) {
25
+ i(r);
26
+ }
27
+ }, o = (n) => n.done ? t(n.value) : Promise.resolve(n.value).then(a, h);
28
+ o((e = e.apply(s, d)).next());
29
+ });
30
+ import { Controller as _ } from "../chunks/es/BasePluginWithData.4bf4e649.es.js";
31
+ import { GuideLinePlugin as $ } from "../GuideLinePlugin/index..js";
32
+ import { uuid as k } from "../chunks/es/uuid.676cb2c8.es.js";
33
+ import * as G from "three";
34
+ import { equal as N } from "../chunks/es/equal.7db4a6f7.es.js";
35
+ import "../chunks/es/BasePlugin.813e25f7.es.js";
36
+ import "../chunks/es/Subscribe.c73e0f91.es.js";
37
+ import "polyline-normals";
38
+ import "../chunks/es/isNil.212842d9.es.js";
39
+ function F(s) {
40
+ const d = Math.abs(Math.cos(s.latitude));
41
+ return new G.Vector3(
42
+ -Math.sin(s.longitude) * d,
43
+ -Math.sin(s.latitude),
44
+ -Math.cos(s.longitude) * d
45
+ );
46
+ }
47
+ function j(s, d) {
48
+ const e = F(s), t = F(d);
49
+ return e.angleTo(t);
50
+ }
51
+ const H = (s) => y(void 0, null, function* () {
52
+ try {
53
+ s().then(() => {
54
+ }, () => {
55
+ }).catch(() => {
56
+ });
57
+ } catch (d) {
58
+ }
59
+ }), w = Math.PI * 2;
60
+ function J(s) {
61
+ return s >= 0 && s < w ? s : (s % w + w) % w;
62
+ }
63
+ function q(s) {
64
+ return {
65
+ longitude: J(-Math.atan2(s.x, -s.z)),
66
+ latitude: -Math.asin(s.y / 1)
67
+ };
68
+ }
69
+ function z(s, d, e, t) {
70
+ const i = -s / e, a = s;
71
+ return i * t + a;
72
+ }
73
+ function B(s) {
74
+ return new Promise((d) => {
75
+ setTimeout(() => {
76
+ d();
77
+ }, s);
78
+ });
79
+ }
80
+ const K = "v1.0.6", T = "CruisePlugin", x = `${T}@${K}`, D = () => {
81
+ console.error(`${x} is disposed`);
82
+ }, W = () => {
83
+ console.warn(`${x} is disabled`);
84
+ }, X = () => {
85
+ console.error(`${x} is disabled`);
86
+ }, E = /* @__PURE__ */ new Map();
87
+ class U extends _ {
88
+ constructor(e, t) {
89
+ super(e, t);
90
+ S(this, "state", {
91
+ visible: !0,
92
+ enabled: !0,
93
+ disposed: !1,
94
+ playing: !1,
95
+ speed: 1,
96
+ config: {
97
+ speedConfig: {
98
+ rotateSpeed: 1e-3,
99
+ rotateSpeedUnit: "rad/ms",
100
+ moveSpeed: 2e-3,
101
+ moveSpeedUnit: "m/ms"
102
+ }
103
+ }
104
+ });
105
+ S(this, "data");
106
+ S(this, "config");
107
+ S(this, "privateState", {
108
+ playing: !1,
109
+ currentPlayQueue: [],
110
+ currentPlayKeyframe: null,
111
+ broke: !1,
112
+ disposers: [],
113
+ modeChanging: !1
114
+ });
115
+ S(this, "GuideLine");
116
+ this.config = t, Object.assign(window, { [`__${T}_DEBUG__`]: this });
117
+ const i = this.setFiveLinearUpdateCamera.bind(this), a = this.setFiveOriginUpdateCamera.bind(this);
118
+ this.hooks.on("play", i), this.hooks.on("broke", a), this.hooks.on("end", a), this.hooks.on("pause", a), this.privateState.disposers.push(() => {
119
+ this.hooks.off("play", i), this.hooks.off("broke", a), this.hooks.off("end", a), this.hooks.off("pause", a);
120
+ });
121
+ }
122
+ load(e, t, i) {
123
+ return y(this, null, function* () {
124
+ var f, g, l, c, m;
125
+ if (this.state.disposed)
126
+ return D();
127
+ this.privateState.fiveOriginGetProgress || (g = (f = this.five.controller) == null ? void 0 : f.cameraMotion) != null && g.getProgress || (yield this.waitFiveLoaded(), this.privateState.fiveOriginGetProgress = (c = (l = this.five.controller) == null ? void 0 : l.cameraMotion) == null ? void 0 : c.getProgress), this.clear();
128
+ const a = this.data ? JSON.parse(JSON.stringify(this.data)) : void 0, h = yield this.formatData(e);
129
+ this.data = h, this.hooks.emit("dataChange", h, a);
130
+ let o = [], n;
131
+ const r = this.data.keyframes.filter((u) => u.data.panoIndex !== void 0);
132
+ r.filter((u, v) => {
133
+ var p;
134
+ return u.data.panoIndex !== ((p = r[v - 1]) == null ? void 0 : p.data.panoIndex);
135
+ }).map((u) => u.data.panoIndex).forEach((u) => {
136
+ var p, b;
137
+ const v = (p = this.five.work.observers[u]) == null ? void 0 : p.floorIndex;
138
+ if (v !== void 0)
139
+ if (n === v) {
140
+ const I = o.length - 1;
141
+ o[I] = [...(b = o[I]) != null ? b : [], u];
142
+ } else {
143
+ n = v;
144
+ const I = o.length;
145
+ o[I] = [u];
146
+ }
147
+ }), this.GuideLine || (this.GuideLine = $(this.five, this.config)), (m = this.GuideLine) == null || m.load({ routes: o.map((u) => ({ panoIndexList: u })) }), 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.log(`${x} loaded`, h), this.hooks.emit("dataLoaded", h);
148
+ });
149
+ }
150
+ play(e) {
151
+ this.setState({ playing: !0 }, e);
152
+ }
153
+ playFrom(e) {
154
+ const { index: t, id: i, userAction: a } = e;
155
+ this.state.playing && this.setState({ playing: !1 }, { userAction: a }), this.setState({ playing: !0 }, { userAction: a, playFromIndex: t, playFromId: i });
156
+ }
157
+ playFromStart(e) {
158
+ return this.playFrom(L(P({}, e), { index: 0 }));
159
+ }
160
+ pause(e) {
161
+ this.setState({ playing: !1 }, e);
162
+ }
163
+ show(e) {
164
+ return y(this, null, function* () {
165
+ this.setState({ visible: !0 }, e);
166
+ });
167
+ }
168
+ hide(e) {
169
+ return y(this, null, function* () {
170
+ this.setState({ visible: !1 }, e);
171
+ });
172
+ }
173
+ enable(e) {
174
+ this.setState({ enabled: !0 }, e);
175
+ }
176
+ disable(e) {
177
+ this.setState({ enabled: !1 }, e);
178
+ }
179
+ dispose() {
180
+ this.setState({ disposed: !0 });
181
+ }
182
+ setState(e, t) {
183
+ var a;
184
+ if (this.state.disposed)
185
+ return D();
186
+ if (!this.state.enabled && e.enabled !== !0 && e.disposed !== !0)
187
+ return X();
188
+ const i = P({}, this.state);
189
+ this.state = P(P({}, 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, t == null ? void 0 : t.userAction), N(i, this.state, { deep: !0 }) || this.hooks.emit("stateChange", { state: this.state, prevState: i, userAction: (a = t == null ? void 0 : t.userAction) != null ? a : !0 });
190
+ }
191
+ formatData(e) {
192
+ return y(this, null, function* () {
193
+ this.five.work || (yield this.waitFiveLoaded());
194
+ const t = this.five.work.observers, i = (() => {
195
+ const a = e;
196
+ return typeof a == "object" && a !== null && a.version && a.data ? a.data : a;
197
+ })();
198
+ if (i.keyframes)
199
+ return {
200
+ keyframesId: k(),
201
+ keyframes: i.keyframes.map((a, h) => {
202
+ var r;
203
+ const o = i.keyframes[h + 1], n = (() => !o || o.start === void 0 || a.end === void 0 ? 0 : o.start - a.end)();
204
+ return P({ id: (r = a.uuid) != null ? r : k(), moveIndex: h, stay: n, index: h }, a);
205
+ })
206
+ };
207
+ if (i.panoIndexList) {
208
+ let a = [];
209
+ const { moveEffect: h, moveToFirstPanoEffect: o } = i;
210
+ return this.privateState.moveToFirstPanoEffect = o, i.panoIndexList.forEach((n, r) => {
211
+ const f = (() => {
212
+ var u, v, p, b;
213
+ const g = i.panoIndexList.slice(r).find((I) => I !== n);
214
+ if (g === void 0)
215
+ return;
216
+ const l = (u = t[n]) == null ? void 0 : u.position, c = (v = t[g]) == null ? void 0 : v.position;
217
+ if (!c || !l || ((p = t[n]) == null ? void 0 : p.floorIndex) !== ((b = t[g]) == null ? void 0 : b.floorIndex))
218
+ return;
219
+ const m = new G.Vector3().subVectors(c, l);
220
+ return q(m);
221
+ })();
222
+ i.moveType === void 0 || i.moveType === "justMove" ? a.push({
223
+ moveIndex: r,
224
+ stay: i.stay,
225
+ data: P({ effect: "Move", panoIndex: n, moveEffect: h }, f != null ? f : {})
226
+ }) : i.moveType === "moveAndRotate" && (a.push({ moveIndex: r, stay: i.stay, data: { effect: "Move", panoIndex: n, moveEffect: h } }), f && a.push({ moveIndex: r, stay: i.stay, data: P({ effect: "Rotate", panoIndex: n }, f) }));
227
+ }), { keyframesId: k(), keyframes: a.map((n, r) => P({ id: k(), index: r }, n)) };
228
+ } else
229
+ throw new Error("format error: data no keyframes or no panoIndexList");
230
+ });
231
+ }
232
+ handleEnable(e, t = !0) {
233
+ var i, a;
234
+ e ? ((i = this.GuideLine) == null || i.enable(), this.hooks.emit("enable", { userAction: t })) : ((a = this.GuideLine) == null || a.disable(), this.changePlayState(!1, { userAction: t }), this.hooks.emit("disable", { userAction: t })), this.state.enabled = e;
235
+ }
236
+ handleVisible(e, t = !0) {
237
+ var i, a;
238
+ e ? ((i = this.GuideLine) == null || i.show(), this.actionIfStateIsEnabled(() => this.hooks.emit("show", { userAction: t }))) : ((a = this.GuideLine) == null || a.hide(), this.actionIfStateIsEnabled(() => this.hooks.emit("hide", { userAction: t }))), this.state.visible = e;
239
+ }
240
+ changePlayState(e, t) {
241
+ this.actionIfStateIsEnabled(
242
+ () => {
243
+ var i;
244
+ return this.hooks.emit("playStateChange", e ? "playing" : "pause", { userAction: (i = t == null ? void 0 : t.userAction) != null ? i : !0 });
245
+ }
246
+ ), e ? this.handlePlay(t) : this.handlePause(t), this.state.playing = e;
247
+ }
248
+ handlePlay(e) {
249
+ return y(this, null, function* () {
250
+ var c;
251
+ const { data: t, state: i, privateState: a, hooks: h } = this;
252
+ if (a.playing || !(t != null && t.keyframes) || (t == null ? void 0 : t.keyframes.length) === 0)
253
+ return;
254
+ const o = k();
255
+ a.playId = o, a.playing = !0, a.broke = !1;
256
+ const n = t.keyframes, r = this.getPauseData();
257
+ (e == null ? void 0 : e.notEmitEvent) !== !0 && h.emit("play", { userAction: (c = e == null ? void 0 : e.userAction) != null ? c : !0 });
258
+ let f = !1;
259
+ const l = yield (() => y(this, null, function* () {
260
+ var m, u;
261
+ if ((e == null ? void 0 : e.playFromIndex) !== void 0)
262
+ return e.playFromIndex;
263
+ if ((e == null ? void 0 : e.playFromId) !== void 0)
264
+ return (m = this.data) == null ? void 0 : m.keyframes.findIndex((v) => v.id === e.playFromId);
265
+ if (r != null && r.keyframeId) {
266
+ const v = (u = this.data) == null ? void 0 : u.keyframes.find((p) => p.id === r.keyframeId);
267
+ if (r != null && r.fiveState && (yield this.move(r.fiveState, { moveEffect: a.moveToFirstPanoEffect })), v) {
268
+ if (v.data.effect === "Move")
269
+ return v.index;
270
+ if (v.data.effect === "Rotate") {
271
+ const p = r.duration !== void 0 ? r.duration * (1 - r.playedProgress) : void 0;
272
+ return yield this.playKeyframe(v, { duration: p }), f = !0, v.index + 1;
273
+ }
274
+ }
275
+ }
276
+ }))();
277
+ this.clearPauseData();
278
+ for (const m of n) {
279
+ if (a.broke || !i.playing || !a.playing || o !== a.playId)
280
+ return;
281
+ if (!(l !== void 0 && m.index < l))
282
+ try {
283
+ h.emit("playIndexChange", m.index, m), yield this.playKeyframe(m, {
284
+ moveEffect: f === !1 ? a.moveToFirstPanoEffect : void 0,
285
+ duration: 800
286
+ }), m.stay && (yield B(m.stay)), f === !1 && (f = !0);
287
+ } catch (u) {
288
+ return Promise.resolve("broke");
289
+ }
290
+ }
291
+ i.playing && o === a.playId && (this.setState({ playing: !1 }, { userAction: !1 }), h.emit("end"), this.clearPauseData());
292
+ });
293
+ }
294
+ handlePause(e) {
295
+ var h;
296
+ const { state: t, privateState: i, hooks: a } = this;
297
+ t.playing = !1, i.playing !== !1 && (i.playing = !1, this.setPauseData(), i.broke || this.forceInteruptUpdateCamera(), (e == null ? void 0 : e.notEmitEvent) !== !0 && a.emit("pause", { userAction: (h = e == null ? void 0 : e.userAction) != null ? h : !0 }));
298
+ }
299
+ playKeyframe(e, t) {
300
+ return y(this, null, function* () {
301
+ var a;
302
+ const { privateState: i } = this;
303
+ return ((a = this.privateState.currentPlayKeyframe) == null ? void 0 : a.keyframe.id) !== e.id && (this.privateState.currentPlayKeyframe = { keyframe: e }), i.currentPlayQueue.push(this.getPlayPromise(e, t)), this.actionPromiseQueue();
304
+ });
305
+ }
306
+ addInterruptListener(e) {
307
+ const t = () => {
308
+ this.privateState.modeChanging || e();
309
+ }, i = e;
310
+ return this.five.once("gesture", i), this.five.once("wantsChangeMode", t), () => {
311
+ this.five.off("gesture", i), this.five.once("wantsChangeMode", t);
312
+ };
313
+ }
314
+ getPlayPromise(e, t) {
315
+ return y(this, null, function* () {
316
+ var a;
317
+ const i = e.data;
318
+ if ((a = t == null ? void 0 : t.duration) != null || e.start !== void 0 && e.end !== void 0 && e.end - e.start, !!i)
319
+ return new Promise((h, o) => {
320
+ let n = !1;
321
+ this.addInterruptListener(() => {
322
+ if (!n)
323
+ return this.hooks.emit("broke"), this.privateState.broke = !0, this.setState({ playing: !1 }), n = !0, o(new Error("play is interupted"));
324
+ });
325
+ try {
326
+ if (n)
327
+ return;
328
+ const r = () => {
329
+ h(), n = !0;
330
+ };
331
+ switch (i.effect) {
332
+ case "Move":
333
+ this.move(i, t).then(r);
334
+ break;
335
+ case "Rotate":
336
+ this.rotate(i, t).then(r);
337
+ break;
338
+ default:
339
+ this.rotate(i, t).then(r);
340
+ }
341
+ } catch (r) {
342
+ }
343
+ });
344
+ });
345
+ }
346
+ actionPromiseQueue() {
347
+ return y(this, null, function* () {
348
+ const { privateState: e } = this;
349
+ return new Promise((t, i) => {
350
+ if (e.currentPlayQueue.length === 0) {
351
+ t();
352
+ return;
353
+ }
354
+ const a = e.currentPlayQueue.shift();
355
+ if (!a) {
356
+ t();
357
+ return;
358
+ }
359
+ a.then(t, i);
360
+ }).then(() => e.currentPlayQueue.length === 0 ? Promise.resolve() : this.actionPromiseQueue());
361
+ });
362
+ }
363
+ move(e, t) {
364
+ return y(this, null, function* () {
365
+ if (e.mode && e.mode !== this.five.currentMode)
366
+ yield this.changeMode(e);
367
+ else if (e.panoIndex !== this.five.panoIndex)
368
+ yield this.changePano(e, t);
369
+ else
370
+ return Promise.resolve();
371
+ });
372
+ }
373
+ rotate(e, t) {
374
+ return y(this, null, function* () {
375
+ if (e.mode && e.mode !== this.five.currentMode)
376
+ yield this.changeMode({ mode: e.mode, panoIndex: e.panoIndex });
377
+ else if (e.panoIndex && e.panoIndex !== this.five.panoIndex)
378
+ return yield this.changePano(e, t);
379
+ yield this.updateCamera(e, t == null ? void 0 : t.duration);
380
+ });
381
+ }
382
+ updateCamera(e, t = 800) {
383
+ return y(this, null, function* () {
384
+ const { five: i, privateState: a, state: h } = this;
385
+ let o = t;
386
+ const n = (() => {
387
+ var l, c;
388
+ const f = (l = h.config) == null ? void 0 : l.speedConfig, g = (c = e.rotateSpeed) != null ? c : f == null ? void 0 : f.rotateSpeed;
389
+ if ((f == null ? void 0 : f.rotateSpeedUnit) === void 0)
390
+ return g;
391
+ if (g !== void 0)
392
+ return f.rotateSpeedUnit === "rad/ms" ? g : g / 1e3;
393
+ })();
394
+ if (n) {
395
+ const f = this.five.getCurrentState();
396
+ o = j(f, e) / n;
397
+ }
398
+ a.currentPlayKeyframe && (a.currentPlayKeyframe.originDuration = o);
399
+ const r = this.getSpeededDuration(o);
400
+ return new Promise((f) => {
401
+ H(() => i.updateCamera(e, r)), setTimeout(() => f(), r);
402
+ });
403
+ });
404
+ }
405
+ changePano(e, t) {
406
+ return y(this, null, function* () {
407
+ var g;
408
+ const { five: i, privateState: a, state: h } = this;
409
+ if (typeof e.panoIndex != "number" || e.panoIndex === i.panoIndex)
410
+ return;
411
+ i.getCurrentState().mode;
412
+ const o = i.getCurrentState().mode !== "Panorama";
413
+ o && (this.privateState.modeChanging = !0);
414
+ let n = (g = t == null ? void 0 : t.duration) != null ? g : 800;
415
+ const r = (() => {
416
+ var m, u;
417
+ const l = (m = h.config) == null ? void 0 : m.speedConfig, c = (u = e.moveSpeed) != null ? u : l == null ? void 0 : l.moveSpeed;
418
+ if ((l == null ? void 0 : l.moveSpeedUnit) === void 0)
419
+ return c;
420
+ if (c !== void 0)
421
+ return l.moveSpeedUnit === "m/ms" ? c : c / 1e3;
422
+ })();
423
+ if (r && typeof i.panoIndex == "number" && typeof e.panoIndex == "number") {
424
+ const l = i.work.observers[i.panoIndex].position, c = i.work.observers[e.panoIndex].position;
425
+ n = l.distanceTo(c) / r;
426
+ }
427
+ a.currentPlayKeyframe && (a.currentPlayKeyframe.originDuration = n);
428
+ const f = this.getSpeededDuration(n);
429
+ yield new Promise((l) => {
430
+ var c, m, u;
431
+ i.moveToPano(e.panoIndex, {
432
+ latitude: e.latitude,
433
+ longitude: e.longitude,
434
+ fov: e.fov,
435
+ duration: f,
436
+ effect: (u = (m = t == null ? void 0 : t.moveEffect) != null ? m : (c = this.state.config) == null ? void 0 : c.moveEffect) != null ? u : e.moveEffect,
437
+ moveCancelCallback: () => l(),
438
+ moveEndCallback: () => l()
439
+ }), o && i.once("panoArrived", () => l());
440
+ }), o && (this.privateState.modeChanging = !1);
441
+ });
442
+ }
443
+ changeSpeed(e, t = !0) {
444
+ const { state: i, privateState: a, hooks: h } = this, { currentPlayKeyframe: o } = a;
445
+ if (h.emit("speedChange", e, { userAction: t }), i.playing && o)
446
+ try {
447
+ const n = o.originDuration !== void 0 ? o.originDuration * (1 - this.getProgress()) : void 0, r = this.playKeyframe(o.keyframe, { duration: n });
448
+ a.currentPlayQueue.push(r);
449
+ } catch (n) {
450
+ }
451
+ }
452
+ getSpeededDuration(e) {
453
+ return e / this.state.speed;
454
+ }
455
+ getProgress() {
456
+ return this.five.controller.cameraMotion.progress;
457
+ }
458
+ changeMode(e, t) {
459
+ return y(this, null, function* () {
460
+ e.mode && e.mode !== this.five.currentMode && (this.privateState.modeChanging = !0, console.log("this.privateState.modeChanging", this.privateState.modeChanging), yield this.five.changeMode(e.mode, e, t), this.privateState.modeChanging = !1);
461
+ });
462
+ }
463
+ forceInteruptUpdateCamera() {
464
+ this.five.updateCamera({}, 0);
465
+ }
466
+ getPauseData() {
467
+ var e, t;
468
+ if ((e = this.data) != null && e.keyframesId)
469
+ return E.get((t = this.data) == null ? void 0 : t.keyframesId);
470
+ }
471
+ setPauseData() {
472
+ var e, t, i, a;
473
+ if ((e = this.data) != null && e.keyframesId)
474
+ return E.set((t = this.data) == null ? void 0 : t.keyframesId, {
475
+ keyframeId: (i = this.privateState.currentPlayKeyframe) == null ? void 0 : i.keyframe.id,
476
+ fiveState: this.five.getCurrentState(),
477
+ duration: (a = this.privateState.currentPlayKeyframe) == null ? void 0 : a.originDuration,
478
+ playedProgress: this.getProgress()
479
+ });
480
+ }
481
+ clearPauseData() {
482
+ var e, t;
483
+ if ((e = this.data) != null && e.keyframesId)
484
+ return E.delete((t = this.data) == null ? void 0 : t.keyframesId);
485
+ }
486
+ clear() {
487
+ this.clearPauseData(), this.privateState.currentPlayKeyframe = null;
488
+ }
489
+ handleDispose() {
490
+ var e, t;
491
+ this.setState({ playing: !1 }), this.clearPauseData(), this.clear(), (e = this.GuideLine) == null || e.dispose(), this.GuideLine = void 0, (t = this.privateState.disposers) == null || t.forEach((i) => i == null ? void 0 : i());
492
+ }
493
+ actionIfStateIsEnabled(e, t) {
494
+ if (this.state.enabled)
495
+ return e();
496
+ t != null && t.warnLog && W();
497
+ }
498
+ waitFiveLoaded() {
499
+ return y(this, null, function* () {
500
+ return new Promise((e) => {
501
+ if (this.five.work) {
502
+ e();
503
+ return;
504
+ }
505
+ this.five.once("loaded", () => {
506
+ e();
507
+ });
508
+ });
509
+ });
510
+ }
511
+ setFiveLinearUpdateCamera() {
512
+ !this.privateState.fiveOriginGetProgress || (this.five.controller.cameraMotion.getProgress = (e) => {
513
+ const t = this.five.controller.cameraMotion, i = e - t.startTime;
514
+ return i < 0 ? 0 : i >= t.duration ? 1 : 1 - z(1, t.startVelocity, t.duration, i);
515
+ });
516
+ }
517
+ setFiveOriginUpdateCamera() {
518
+ !this.privateState.fiveOriginGetProgress || (this.five.controller.cameraMotion.getProgress = this.privateState.fiveOriginGetProgress);
519
+ }
520
+ }
521
+ S(U, "PluginVersion", K);
522
+ const oe = (s) => new U(s);
523
+ export {
524
+ oe as CruisePlugin,
525
+ U as CruisePluginController,
526
+ oe as default
527
+ };
@@ -0,0 +1 @@
1
+ "use strict";var U=Object.defineProperty,A=Object.defineProperties;var _=Object.getOwnPropertyDescriptors;var L=Object.getOwnPropertySymbols;var V=Object.prototype.hasOwnProperty,q=Object.prototype.propertyIsEnumerable;var C=(s,d,e)=>d in s?U(s,d,{enumerable:!0,configurable:!0,writable:!0,value:e}):s[d]=e,P=(s,d)=>{for(var e in d||(d={}))V.call(d,e)&&C(s,e,d[e]);if(L)for(var e of L(d))q.call(d,e)&&C(s,e,d[e]);return s},j=(s,d)=>A(s,_(d));var S=(s,d,e)=>(C(s,typeof d!="symbol"?d+"":d,e),e);var y=(s,d,e)=>new Promise((t,i)=>{var a=n=>{try{o(e.next(n))}catch(r){i(r)}},u=n=>{try{o(e.throw(n))}catch(r){i(r)}},o=n=>n.done?t(n.value):Promise.resolve(n.value).then(a,u);o((e=e.apply(s,d)).next())});Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const Q=require("../chunks/cjs/BasePluginWithData.0a28882d.cjs.js"),R=require("../GuideLinePlugin/index.cjs.js"),k=require("../chunks/cjs/uuid.29ed9c88.cjs.js"),N=require("three"),$=require("../chunks/cjs/equal.e9fcbd4e.cjs.js");require("../chunks/cjs/BasePlugin.57e5204f.cjs.js");require("../chunks/cjs/Subscribe.5398d5c6.cjs.js");require("polyline-normals");require("../chunks/cjs/isNil.b3a58990.cjs.js");function B(s){if(s&&s.__esModule)return s;const d=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(s){for(const e in s)if(e!=="default"){const t=Object.getOwnPropertyDescriptor(s,e);Object.defineProperty(d,e,t.get?t:{enumerable:!0,get:()=>s[e]})}}return d.default=s,Object.freeze(d)}const T=B(N);function F(s){const d=Math.abs(Math.cos(s.latitude));return new T.Vector3(-Math.sin(s.longitude)*d,-Math.sin(s.latitude),-Math.cos(s.longitude)*d)}function H(s,d){const e=F(s),t=F(d);return e.angleTo(t)}const W=s=>y(exports,null,function*(){try{s().then(()=>{},()=>{}).catch(()=>{})}catch(d){}}),w=Math.PI*2;function z(s){return s>=0&&s<w?s:(s%w+w)%w}function J(s){return{longitude:z(-Math.atan2(s.x,-s.z)),latitude:-Math.asin(s.y/1)}}function X(s,d,e,t){const i=-s/e,a=s;return i*t+a}function Y(s){return new Promise(d=>{setTimeout(()=>{d()},s)})}const G="v1.0.6",K="CruisePlugin",x=`${K}@${G}`,D=()=>{console.error(`${x} is disposed`)},Z=()=>{console.warn(`${x} is disabled`)},ee=()=>{console.error(`${x} is disabled`)},M=new Map;class E extends Q.Controller{constructor(e,t){super(e,t);S(this,"state",{visible:!0,enabled:!0,disposed:!1,playing:!1,speed:1,config:{speedConfig:{rotateSpeed:.001,rotateSpeedUnit:"rad/ms",moveSpeed:.002,moveSpeedUnit:"m/ms"}}});S(this,"data");S(this,"config");S(this,"privateState",{playing:!1,currentPlayQueue:[],currentPlayKeyframe:null,broke:!1,disposers:[],modeChanging:!1});S(this,"GuideLine");this.config=t,Object.assign(window,{[`__${K}_DEBUG__`]:this});const i=this.setFiveLinearUpdateCamera.bind(this),a=this.setFiveOriginUpdateCamera.bind(this);this.hooks.on("play",i),this.hooks.on("broke",a),this.hooks.on("end",a),this.hooks.on("pause",a),this.privateState.disposers.push(()=>{this.hooks.off("play",i),this.hooks.off("broke",a),this.hooks.off("end",a),this.hooks.off("pause",a)})}load(e,t,i){return y(this,null,function*(){var l,m,h,f,g;if(this.state.disposed)return D();this.privateState.fiveOriginGetProgress||(m=(l=this.five.controller)==null?void 0:l.cameraMotion)!=null&&m.getProgress||(yield this.waitFiveLoaded(),this.privateState.fiveOriginGetProgress=(f=(h=this.five.controller)==null?void 0:h.cameraMotion)==null?void 0:f.getProgress),this.clear();const a=this.data?JSON.parse(JSON.stringify(this.data)):void 0,u=yield this.formatData(e);this.data=u,this.hooks.emit("dataChange",u,a);let o=[],n;const r=this.data.keyframes.filter(c=>c.data.panoIndex!==void 0);r.filter((c,v)=>{var p;return c.data.panoIndex!==((p=r[v-1])==null?void 0:p.data.panoIndex)}).map(c=>c.data.panoIndex).forEach(c=>{var p,I;const v=(p=this.five.work.observers[c])==null?void 0:p.floorIndex;if(v!==void 0)if(n===v){const b=o.length-1;o[b]=[...(I=o[b])!=null?I:[],c]}else{n=v;const b=o.length;o[b]=[c]}}),this.GuideLine||(this.GuideLine=R.GuideLinePlugin(this.five,this.config)),(g=this.GuideLine)==null||g.load({routes:o.map(c=>({panoIndexList:c}))}),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.log(`${x} loaded`,u),this.hooks.emit("dataLoaded",u)})}play(e){this.setState({playing:!0},e)}playFrom(e){const{index:t,id:i,userAction:a}=e;this.state.playing&&this.setState({playing:!1},{userAction:a}),this.setState({playing:!0},{userAction:a,playFromIndex:t,playFromId:i})}playFromStart(e){return this.playFrom(j(P({},e),{index:0}))}pause(e){this.setState({playing:!1},e)}show(e){return y(this,null,function*(){this.setState({visible:!0},e)})}hide(e){return y(this,null,function*(){this.setState({visible:!1},e)})}enable(e){this.setState({enabled:!0},e)}disable(e){this.setState({enabled:!1},e)}dispose(){this.setState({disposed:!0})}setState(e,t){var a;if(this.state.disposed)return D();if(!this.state.enabled&&e.enabled!==!0&&e.disposed!==!0)return ee();const i=P({},this.state);this.state=P(P({},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,t==null?void 0:t.userAction),$.equal(i,this.state,{deep:!0})||this.hooks.emit("stateChange",{state:this.state,prevState:i,userAction:(a=t==null?void 0:t.userAction)!=null?a:!0})}formatData(e){return y(this,null,function*(){this.five.work||(yield this.waitFiveLoaded());const t=this.five.work.observers,i=(()=>{const a=e;return typeof a=="object"&&a!==null&&a.version&&a.data?a.data:a})();if(i.keyframes)return{keyframesId:k.uuid(),keyframes:i.keyframes.map((a,u)=>{var r;const o=i.keyframes[u+1],n=(()=>!o||o.start===void 0||a.end===void 0?0:o.start-a.end)();return P({id:(r=a.uuid)!=null?r:k.uuid(),moveIndex:u,stay:n,index:u},a)})};if(i.panoIndexList){let a=[];const{moveEffect:u,moveToFirstPanoEffect:o}=i;return this.privateState.moveToFirstPanoEffect=o,i.panoIndexList.forEach((n,r)=>{const l=(()=>{var c,v,p,I;const m=i.panoIndexList.slice(r).find(b=>b!==n);if(m===void 0)return;const h=(c=t[n])==null?void 0:c.position,f=(v=t[m])==null?void 0:v.position;if(!f||!h||((p=t[n])==null?void 0:p.floorIndex)!==((I=t[m])==null?void 0:I.floorIndex))return;const g=new T.Vector3().subVectors(f,h);return J(g)})();i.moveType===void 0||i.moveType==="justMove"?a.push({moveIndex:r,stay:i.stay,data:P({effect:"Move",panoIndex:n,moveEffect:u},l!=null?l:{})}):i.moveType==="moveAndRotate"&&(a.push({moveIndex:r,stay:i.stay,data:{effect:"Move",panoIndex:n,moveEffect:u}}),l&&a.push({moveIndex:r,stay:i.stay,data:P({effect:"Rotate",panoIndex:n},l)}))}),{keyframesId:k.uuid(),keyframes:a.map((n,r)=>P({id:k.uuid(),index:r},n))}}else throw new Error("format error: data no keyframes or no panoIndexList")})}handleEnable(e,t=!0){var i,a;e?((i=this.GuideLine)==null||i.enable(),this.hooks.emit("enable",{userAction:t})):((a=this.GuideLine)==null||a.disable(),this.changePlayState(!1,{userAction:t}),this.hooks.emit("disable",{userAction:t})),this.state.enabled=e}handleVisible(e,t=!0){var i,a;e?((i=this.GuideLine)==null||i.show(),this.actionIfStateIsEnabled(()=>this.hooks.emit("show",{userAction:t}))):((a=this.GuideLine)==null||a.hide(),this.actionIfStateIsEnabled(()=>this.hooks.emit("hide",{userAction:t}))),this.state.visible=e}changePlayState(e,t){this.actionIfStateIsEnabled(()=>{var i;return this.hooks.emit("playStateChange",e?"playing":"pause",{userAction:(i=t==null?void 0:t.userAction)!=null?i:!0})}),e?this.handlePlay(t):this.handlePause(t),this.state.playing=e}handlePlay(e){return y(this,null,function*(){var f;const{data:t,state:i,privateState:a,hooks:u}=this;if(a.playing||!(t!=null&&t.keyframes)||(t==null?void 0:t.keyframes.length)===0)return;const o=k.uuid();a.playId=o,a.playing=!0,a.broke=!1;const n=t.keyframes,r=this.getPauseData();(e==null?void 0:e.notEmitEvent)!==!0&&u.emit("play",{userAction:(f=e==null?void 0:e.userAction)!=null?f:!0});let l=!1;const h=yield(()=>y(this,null,function*(){var g,c;if((e==null?void 0:e.playFromIndex)!==void 0)return e.playFromIndex;if((e==null?void 0:e.playFromId)!==void 0)return(g=this.data)==null?void 0:g.keyframes.findIndex(v=>v.id===e.playFromId);if(r!=null&&r.keyframeId){const v=(c=this.data)==null?void 0:c.keyframes.find(p=>p.id===r.keyframeId);if(r!=null&&r.fiveState&&(yield this.move(r.fiveState,{moveEffect:a.moveToFirstPanoEffect})),v){if(v.data.effect==="Move")return v.index;if(v.data.effect==="Rotate"){const p=r.duration!==void 0?r.duration*(1-r.playedProgress):void 0;return yield this.playKeyframe(v,{duration:p}),l=!0,v.index+1}}}}))();this.clearPauseData();for(const g of n){if(a.broke||!i.playing||!a.playing||o!==a.playId)return;if(!(h!==void 0&&g.index<h))try{u.emit("playIndexChange",g.index,g),yield this.playKeyframe(g,{moveEffect:l===!1?a.moveToFirstPanoEffect:void 0,duration:800}),g.stay&&(yield Y(g.stay)),l===!1&&(l=!0)}catch(c){return Promise.resolve("broke")}}i.playing&&o===a.playId&&(this.setState({playing:!1},{userAction:!1}),u.emit("end"),this.clearPauseData())})}handlePause(e){var u;const{state:t,privateState:i,hooks:a}=this;t.playing=!1,i.playing!==!1&&(i.playing=!1,this.setPauseData(),i.broke||this.forceInteruptUpdateCamera(),(e==null?void 0:e.notEmitEvent)!==!0&&a.emit("pause",{userAction:(u=e==null?void 0:e.userAction)!=null?u:!0}))}playKeyframe(e,t){return y(this,null,function*(){var a;const{privateState:i}=this;return((a=this.privateState.currentPlayKeyframe)==null?void 0:a.keyframe.id)!==e.id&&(this.privateState.currentPlayKeyframe={keyframe:e}),i.currentPlayQueue.push(this.getPlayPromise(e,t)),this.actionPromiseQueue()})}addInterruptListener(e){const t=()=>{this.privateState.modeChanging||e()},i=e;return this.five.once("gesture",i),this.five.once("wantsChangeMode",t),()=>{this.five.off("gesture",i),this.five.once("wantsChangeMode",t)}}getPlayPromise(e,t){return y(this,null,function*(){var a;const i=e.data;if((a=t==null?void 0:t.duration)!=null||e.start!==void 0&&e.end!==void 0&&e.end-e.start,!!i)return new Promise((u,o)=>{let n=!1;this.addInterruptListener(()=>{if(!n)return this.hooks.emit("broke"),this.privateState.broke=!0,this.setState({playing:!1}),n=!0,o(new Error("play is interupted"))});try{if(n)return;const r=()=>{u(),n=!0};switch(i.effect){case"Move":this.move(i,t).then(r);break;case"Rotate":this.rotate(i,t).then(r);break;default:this.rotate(i,t).then(r)}}catch(r){}})})}actionPromiseQueue(){return y(this,null,function*(){const{privateState:e}=this;return new Promise((t,i)=>{if(e.currentPlayQueue.length===0){t();return}const a=e.currentPlayQueue.shift();if(!a){t();return}a.then(t,i)}).then(()=>e.currentPlayQueue.length===0?Promise.resolve():this.actionPromiseQueue())})}move(e,t){return y(this,null,function*(){if(e.mode&&e.mode!==this.five.currentMode)yield this.changeMode(e);else if(e.panoIndex!==this.five.panoIndex)yield this.changePano(e,t);else return Promise.resolve()})}rotate(e,t){return y(this,null,function*(){if(e.mode&&e.mode!==this.five.currentMode)yield this.changeMode({mode:e.mode,panoIndex:e.panoIndex});else if(e.panoIndex&&e.panoIndex!==this.five.panoIndex)return yield this.changePano(e,t);yield this.updateCamera(e,t==null?void 0:t.duration)})}updateCamera(e,t=800){return y(this,null,function*(){const{five:i,privateState:a,state:u}=this;let o=t;const n=(()=>{var h,f;const l=(h=u.config)==null?void 0:h.speedConfig,m=(f=e.rotateSpeed)!=null?f:l==null?void 0:l.rotateSpeed;if((l==null?void 0:l.rotateSpeedUnit)===void 0)return m;if(m!==void 0)return l.rotateSpeedUnit==="rad/ms"?m:m/1e3})();if(n){const l=this.five.getCurrentState();o=H(l,e)/n}a.currentPlayKeyframe&&(a.currentPlayKeyframe.originDuration=o);const r=this.getSpeededDuration(o);return new Promise(l=>{W(()=>i.updateCamera(e,r)),setTimeout(()=>l(),r)})})}changePano(e,t){return y(this,null,function*(){var m;const{five:i,privateState:a,state:u}=this;if(typeof e.panoIndex!="number"||e.panoIndex===i.panoIndex)return;i.getCurrentState().mode;const o=i.getCurrentState().mode!=="Panorama";o&&(this.privateState.modeChanging=!0);let n=(m=t==null?void 0:t.duration)!=null?m:800;const r=(()=>{var g,c;const h=(g=u.config)==null?void 0:g.speedConfig,f=(c=e.moveSpeed)!=null?c:h==null?void 0:h.moveSpeed;if((h==null?void 0:h.moveSpeedUnit)===void 0)return f;if(f!==void 0)return h.moveSpeedUnit==="m/ms"?f:f/1e3})();if(r&&typeof i.panoIndex=="number"&&typeof e.panoIndex=="number"){const h=i.work.observers[i.panoIndex].position,f=i.work.observers[e.panoIndex].position;n=h.distanceTo(f)/r}a.currentPlayKeyframe&&(a.currentPlayKeyframe.originDuration=n);const l=this.getSpeededDuration(n);yield new Promise(h=>{var f,g,c;i.moveToPano(e.panoIndex,{latitude:e.latitude,longitude:e.longitude,fov:e.fov,duration:l,effect:(c=(g=t==null?void 0:t.moveEffect)!=null?g:(f=this.state.config)==null?void 0:f.moveEffect)!=null?c:e.moveEffect,moveCancelCallback:()=>h(),moveEndCallback:()=>h()}),o&&i.once("panoArrived",()=>h())}),o&&(this.privateState.modeChanging=!1)})}changeSpeed(e,t=!0){const{state:i,privateState:a,hooks:u}=this,{currentPlayKeyframe:o}=a;if(u.emit("speedChange",e,{userAction:t}),i.playing&&o)try{const n=o.originDuration!==void 0?o.originDuration*(1-this.getProgress()):void 0,r=this.playKeyframe(o.keyframe,{duration:n});a.currentPlayQueue.push(r)}catch(n){}}getSpeededDuration(e){return e/this.state.speed}getProgress(){return this.five.controller.cameraMotion.progress}changeMode(e,t){return y(this,null,function*(){e.mode&&e.mode!==this.five.currentMode&&(this.privateState.modeChanging=!0,console.log("this.privateState.modeChanging",this.privateState.modeChanging),yield this.five.changeMode(e.mode,e,t),this.privateState.modeChanging=!1)})}forceInteruptUpdateCamera(){this.five.updateCamera({},0)}getPauseData(){var e,t;if((e=this.data)!=null&&e.keyframesId)return M.get((t=this.data)==null?void 0:t.keyframesId)}setPauseData(){var e,t,i,a;if((e=this.data)!=null&&e.keyframesId)return M.set((t=this.data)==null?void 0:t.keyframesId,{keyframeId:(i=this.privateState.currentPlayKeyframe)==null?void 0:i.keyframe.id,fiveState:this.five.getCurrentState(),duration:(a=this.privateState.currentPlayKeyframe)==null?void 0:a.originDuration,playedProgress:this.getProgress()})}clearPauseData(){var e,t;if((e=this.data)!=null&&e.keyframesId)return M.delete((t=this.data)==null?void 0:t.keyframesId)}clear(){this.clearPauseData(),this.privateState.currentPlayKeyframe=null}handleDispose(){var e,t;this.setState({playing:!1}),this.clearPauseData(),this.clear(),(e=this.GuideLine)==null||e.dispose(),this.GuideLine=void 0,(t=this.privateState.disposers)==null||t.forEach(i=>i==null?void 0:i())}actionIfStateIsEnabled(e,t){if(this.state.enabled)return e();t!=null&&t.warnLog&&Z()}waitFiveLoaded(){return y(this,null,function*(){return new Promise(e=>{if(this.five.work){e();return}this.five.once("loaded",()=>{e()})})})}setFiveLinearUpdateCamera(){!this.privateState.fiveOriginGetProgress||(this.five.controller.cameraMotion.getProgress=e=>{const t=this.five.controller.cameraMotion,i=e-t.startTime;return i<0?0:i>=t.duration?1:1-X(1,t.startVelocity,t.duration,i)})}setFiveOriginUpdateCamera(){!this.privateState.fiveOriginGetProgress||(this.five.controller.cameraMotion.getProgress=this.privateState.fiveOriginGetProgress)}}S(E,"PluginVersion",G);const O=s=>new E(s);exports.CruisePlugin=O;exports.CruisePluginController=E;exports.default=O;