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

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 (780) hide show
  1. package/dist/CSS3DRenderPlugin/CSS3DRender.d.ts +167 -0
  2. package/dist/CSS3DRenderPlugin/Controller.d.ts +81 -0
  3. package/dist/CSS3DRenderPlugin/index.d.ts +5 -0
  4. package/dist/CSS3DRenderPlugin/typing.d.ts +26 -0
  5. package/dist/CSS3DRenderPlugin/utils/CSS3DObjectPlus.d.ts +34 -0
  6. package/dist/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
  7. package/dist/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
  8. package/dist/CSS3DRenderPlugin/utils/index.d.ts +4 -0
  9. package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
  10. package/dist/CSS3DRenderPlugin/utils/random.d.ts +1 -0
  11. package/dist/CameraMovementPlugin/CameraMovementPlugin.d.ts +7 -0
  12. package/dist/CameraMovementPlugin/index.d.ts +5 -0
  13. package/dist/CameraMovementPlugin/typing.d.ts +68 -0
  14. package/dist/CruisePlugin/Controller.d.ts +172 -0
  15. package/dist/CruisePlugin/index.d.ts +6 -0
  16. package/dist/CruisePlugin/typing.d.ts +134 -0
  17. package/dist/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
  18. package/dist/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
  19. package/dist/CruisePlugin/utils/formatRad.d.ts +7 -0
  20. package/dist/CruisePlugin/utils/linerValue.d.ts +1 -0
  21. package/dist/CruisePlugin/utils/safeCall.d.ts +1 -0
  22. package/dist/CruisePlugin/utils/sleep.d.ts +1 -0
  23. package/dist/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
  24. package/dist/GuideLinePlugin/Controller.d.ts +51 -0
  25. package/dist/GuideLinePlugin/index.d.ts +5 -0
  26. package/dist/GuideLinePlugin/typing.d.ts +34 -0
  27. package/dist/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
  28. package/dist/GuideLinePlugin/utils/getLineGeometries.d.ts +16 -0
  29. package/dist/GuideLinePlugin/utils/polyline-normals.d.ts +3 -0
  30. package/dist/ItemLabelPlugin/Plugin.d.ts +4 -0
  31. package/dist/ItemLabelPlugin/events.type.d.ts +9 -0
  32. package/dist/ItemLabelPlugin/index.d.ts +9 -0
  33. package/dist/ItemLabelPlugin/typings.d.ts +65 -0
  34. package/dist/ItemLabelPlugin/utils/getLabelTransform.d.ts +1 -0
  35. package/dist/ItemLabelPlugin/utils/getStrokeLength.d.ts +5 -0
  36. package/dist/ItemLabelPlugin/utils/isImpacted.d.ts +8 -0
  37. package/dist/ItemLabelPlugin/utils/parseData.d.ts +3 -0
  38. package/dist/ItemLabelPlugin/utils/transform2RenderData.d.ts +3 -0
  39. package/dist/ModelChassisCompassPlugin/Plugin.d.ts +19 -0
  40. package/dist/ModelChassisCompassPlugin/index.d.ts +4 -0
  41. package/dist/ModelEntryDoorGuidePlugin/Plugin.d.ts +26 -0
  42. package/dist/ModelEntryDoorGuidePlugin/index.d.ts +4 -0
  43. package/dist/ModelItemLabelPlugin/ModelItemLabelPlugin.d.ts +4 -0
  44. package/dist/ModelItemLabelPlugin/events.type.d.ts +9 -0
  45. package/dist/ModelItemLabelPlugin/index.d.ts +9 -0
  46. package/dist/ModelItemLabelPlugin/typings.d.ts +56 -0
  47. package/dist/ModelItemLabelPlugin/utils/parseData.d.ts +3 -0
  48. package/dist/ModelRoomLabelPlugin/Assets/roomLabelBg.d.ts +1 -0
  49. package/dist/ModelRoomLabelPlugin/Controller.d.ts +36 -0
  50. package/dist/ModelRoomLabelPlugin/index.d.ts +12 -0
  51. package/dist/ModelRoomLabelPlugin/typings.d.ts +35 -0
  52. package/dist/ModelRoomLabelPlugin/utils/parseData.d.ts +3 -0
  53. package/dist/ModelTVVideoPlugin/Plugin.d.ts +4 -0
  54. package/dist/ModelTVVideoPlugin/index.d.ts +5 -0
  55. package/dist/ModelTVVideoPlugin/typings.d.ts +25 -0
  56. package/dist/ModelTVVideoPlugin/utils/parseData.d.ts +2 -0
  57. package/dist/ModelViewPlugin/Plugin.d.ts +28 -0
  58. package/dist/ModelViewPlugin/index.d.ts +4 -0
  59. package/dist/Object3DHelperPlugin/Controller.d.ts +65 -0
  60. package/dist/Object3DHelperPlugin/FiveControllerWrapper.d.ts +19 -0
  61. package/dist/Object3DHelperPlugin/index.d.ts +6 -0
  62. package/dist/Object3DHelperPlugin/typings.d.ts +24 -0
  63. package/dist/PanoCompassPlugin/Assets/roomInfoIcon.d.ts +1 -0
  64. package/dist/PanoCompassPlugin/Controller.d.ts +84 -0
  65. package/dist/PanoCompassPlugin/getRoomInfoInstance.d.ts +8 -0
  66. package/dist/PanoCompassPlugin/index.d.ts +7 -0
  67. package/dist/PanoCompassPlugin/typings.d.ts +57 -0
  68. package/dist/PanoCursorRaycasterPlugin/index.d.ts +48 -0
  69. package/dist/PanoDoorLabelPlugin/BaseController.d.ts +60 -0
  70. package/dist/PanoDoorLabelPlugin/Controller.d.ts +37 -0
  71. package/dist/PanoDoorLabelPlugin/index.d.ts +7 -0
  72. package/dist/PanoDoorLabelPlugin/typings.d.ts +38 -0
  73. package/dist/PanoDoorLabelPlugin/utils.d.ts +5 -0
  74. package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +43 -0
  75. package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +48 -0
  76. package/dist/PanoMeasurePlugin/Controller/MixedController.d.ts +42 -0
  77. package/dist/PanoMeasurePlugin/Controller/ShortcutKeyController.d.ts +12 -0
  78. package/dist/PanoMeasurePlugin/Controller/ViewController.d.ts +16 -0
  79. package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +26 -0
  80. package/dist/PanoMeasurePlugin/Controller/index.d.ts +73 -0
  81. package/dist/PanoMeasurePlugin/Model/index.d.ts +35 -0
  82. package/dist/PanoMeasurePlugin/Model/line.d.ts +30 -0
  83. package/dist/PanoMeasurePlugin/Model/point.d.ts +16 -0
  84. package/dist/PanoMeasurePlugin/Model/polyline.d.ts +16 -0
  85. package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.d.ts +2 -0
  86. package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.d.ts +2 -0
  87. package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.d.ts +2 -0
  88. package/dist/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +25 -0
  89. package/dist/PanoMeasurePlugin/Modules/FiveHelper.d.ts +11 -0
  90. package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +18 -0
  91. package/dist/PanoMeasurePlugin/Modules/Magnifier.d.ts +59 -0
  92. package/dist/PanoMeasurePlugin/Modules/UIController/HTML.d.ts +2 -0
  93. package/dist/PanoMeasurePlugin/Modules/UIController/MainBtnController.d.ts +15 -0
  94. package/dist/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +13 -0
  95. package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +20 -0
  96. package/dist/PanoMeasurePlugin/Modules/UIController/mobileHTML.d.ts +4 -0
  97. package/dist/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.d.ts +12 -0
  98. package/dist/PanoMeasurePlugin/Modules/UIController/style.d.ts +16 -0
  99. package/dist/PanoMeasurePlugin/Modules/rangePiece/html.d.ts +4 -0
  100. package/dist/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +44 -0
  101. package/dist/PanoMeasurePlugin/index.d.ts +10 -0
  102. package/dist/PanoMeasurePlugin/typings/data.d.ts +37 -0
  103. package/dist/PanoMeasurePlugin/typings/event.type.d.ts +37 -0
  104. package/dist/PanoMeasurePlugin/typings/index.d.ts +8 -0
  105. package/dist/PanoMeasurePlugin/utils/calculateThreeMouse.d.ts +10 -0
  106. package/dist/PanoMeasurePlugin/utils/constants.d.ts +4 -0
  107. package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +28 -0
  108. package/dist/PanoMeasurePlugin/utils/findAssociatedLines.d.ts +2 -0
  109. package/dist/PanoMeasurePlugin/utils/findClosestPoint.d.ts +10 -0
  110. package/dist/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +4 -0
  111. package/dist/PanoMeasurePlugin/utils/getPointFromHammerEvent.d.ts +10 -0
  112. package/dist/PanoMeasurePlugin/utils/ironbox.d.ts +1 -0
  113. package/dist/PanoMeasurePlugin/utils/isNDCPointInScreen.d.ts +2 -0
  114. package/dist/PanoMeasurePlugin/utils/line.d.ts +17 -0
  115. package/dist/PanoMeasurePlugin/utils/math.d.ts +17 -0
  116. package/dist/PanoMeasurePlugin/utils/mouseGroup.d.ts +7 -0
  117. package/dist/PanoMeasurePlugin/utils/ndc2Screen.d.ts +5 -0
  118. package/dist/PanoRulerPlugin/Plugin.d.ts +34 -0
  119. package/dist/PanoRulerPlugin/index.d.ts +5 -0
  120. package/dist/PanoRulerPlugin/style.d.ts +2 -0
  121. package/dist/PanoRulerPlugin/typings.d.ts +21 -0
  122. package/dist/PanoRulerProPlugin/Controller.d.ts +15 -0
  123. package/dist/PanoRulerProPlugin/index.d.ts +8 -0
  124. package/dist/PanoRulerProPlugin/typings.d.ts +46 -0
  125. package/dist/PanoSpatialTagPlugin/Plugin.d.ts +35 -0
  126. package/dist/PanoSpatialTagPlugin/index.d.ts +5 -0
  127. package/dist/PanoSpatialTagPlugin/store.d.ts +1 -0
  128. package/dist/PanoSpatialTagPlugin/style.d.ts +1 -0
  129. package/dist/PanoSpatialTagPlugin/typings.d.ts +40 -0
  130. package/dist/PanoTagPlugin/Assets/Icon.d.ts +3 -0
  131. package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
  132. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
  133. package/dist/PanoTagPlugin/controller/index.d.ts +144 -0
  134. package/dist/PanoTagPlugin/index.d.ts +8 -0
  135. package/dist/PanoTagPlugin/tag.config.d.ts +7 -0
  136. package/dist/PanoTagPlugin/typings/controller.d.ts +103 -0
  137. package/dist/PanoTagPlugin/typings/index.d.ts +2 -0
  138. package/dist/PanoTagPlugin/typings/tag.d.ts +247 -0
  139. package/dist/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
  140. package/dist/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
  141. package/dist/PanoTagPlugin/utils/checkRange.d.ts +4 -0
  142. package/dist/PanoTagPlugin/utils/constants.d.ts +3 -0
  143. package/dist/PanoTagPlugin/utils/debounce.d.ts +7 -0
  144. package/dist/PanoTagPlugin/utils/doUtil.d.ts +1 -0
  145. package/dist/PanoTagPlugin/utils/index.d.ts +12 -0
  146. package/dist/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
  147. package/dist/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
  148. package/dist/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
  149. package/dist/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
  150. package/dist/PanoTagPlugin/utils/search.d.ts +11 -0
  151. package/dist/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
  152. package/dist/PanoTagPlugin/utils/throttle.d.ts +7 -0
  153. package/dist/base/BasePlugin.d.ts +106 -0
  154. package/dist/base/BasePluginWithData.d.ts +34 -0
  155. package/dist/components/PaintBrush/Controller.d.ts +43 -0
  156. package/dist/components/PaintBrush/Subscribe.d.ts +76 -0
  157. package/dist/components/PaintBrush/index.d.ts +27 -0
  158. package/dist/components/PaintBrush/style.d.ts +2 -0
  159. package/dist/components/PaintBrush/tween.d.ts +7 -0
  160. package/dist/components/PaintBrush/typings.d.ts +58 -0
  161. package/dist/components/PaintBrush/utils.d.ts +26 -0
  162. package/dist/components/index.d.ts +2 -0
  163. package/dist/env.d.ts +1 -0
  164. package/dist/floorplan/Assets/camera.d.ts +1 -0
  165. package/dist/floorplan/Assets/compass.d.ts +1 -0
  166. package/dist/floorplan/Assets/floorplanExtraObject.d.ts +1 -0
  167. package/dist/floorplan/MapviewFloorplanPlugin/Controller.d.ts +97 -0
  168. package/dist/floorplan/MapviewFloorplanPlugin/index.d.ts +7 -0
  169. package/dist/floorplan/MapviewFloorplanPlugin/typing.d.ts +1 -0
  170. package/dist/floorplan/ModelFloorplanPlugin/Controller.d.ts +99 -0
  171. package/dist/floorplan/ModelFloorplanPlugin/index.d.ts +7 -0
  172. package/dist/floorplan/ModelFloorplanPlugin/typing.d.ts +1 -0
  173. package/dist/floorplan/PanoFloorplanRadarPlugin/Controller.d.ts +36 -0
  174. package/dist/floorplan/PanoFloorplanRadarPlugin/index.d.ts +7 -0
  175. package/dist/floorplan/PanoFloorplanRadarPlugin/typing.d.ts +52 -0
  176. package/dist/floorplan/TopviewFloorplanPlugin/Controller.d.ts +69 -0
  177. package/dist/floorplan/TopviewFloorplanPlugin/index.d.ts +7 -0
  178. package/dist/floorplan/TopviewFloorplanPlugin/typing.d.ts +11 -0
  179. package/dist/floorplan/constant.d.ts +5 -0
  180. package/dist/floorplan/index.d.ts +7 -0
  181. package/dist/floorplan/typings/floorplanData.d.ts +137 -0
  182. package/dist/floorplan/typings/floorplanServerData.d.ts +144 -0
  183. package/dist/floorplan/typings/index.d.ts +117 -0
  184. package/dist/floorplan/typings/utility.d.ts +2 -0
  185. package/dist/floorplan/utils/constant.d.ts +22 -0
  186. package/dist/floorplan/utils/correctFiveState.d.ts +15 -0
  187. package/dist/floorplan/utils/formatData.d.ts +5 -0
  188. package/dist/floorplan/utils/formatPosition.d.ts +36 -0
  189. package/dist/index.d.ts +23 -0
  190. package/dist/index.js +406 -16500
  191. package/dist/shared-utils/Object3DHelper/Base/BaseController.d.ts +48 -0
  192. package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +91 -0
  193. package/dist/shared-utils/Object3DHelper/Constants/color.d.ts +12 -0
  194. package/dist/shared-utils/Object3DHelper/Controller/CSS3DScaleController.d.ts +6 -0
  195. package/dist/shared-utils/Object3DHelper/Controller/MoveController.d.ts +13 -0
  196. package/dist/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +37 -0
  197. package/dist/shared-utils/Object3DHelper/Controller/RotateController.d.ts +22 -0
  198. package/dist/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.d.ts +11 -0
  199. package/dist/shared-utils/Object3DHelper/Helper/HTML/tipsDom.d.ts +6 -0
  200. package/dist/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.d.ts +2 -0
  201. package/dist/shared-utils/Object3DHelper/Helper/MoveHelper.d.ts +13 -0
  202. package/dist/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.d.ts +17 -0
  203. package/dist/shared-utils/Object3DHelper/Helper/OutlineHelper.d.ts +11 -0
  204. package/dist/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts +40 -0
  205. package/dist/shared-utils/Object3DHelper/Helper/RotateHelper.d.ts +55 -0
  206. package/dist/shared-utils/Object3DHelper/Helper/index.d.ts +5 -0
  207. package/dist/shared-utils/Object3DHelper/index.d.ts +71 -0
  208. package/dist/shared-utils/Object3DHelper/typings/Direction.d.ts +2 -0
  209. package/dist/shared-utils/Object3DHelper/typings/Hooks.d.ts +45 -0
  210. package/dist/shared-utils/Object3DHelper/typings/Scissor.d.ts +17 -0
  211. package/dist/shared-utils/Object3DHelper/typings/index.d.ts +5 -0
  212. package/dist/shared-utils/Object3DHelper/utils/calculateThreeMouse.d.ts +14 -0
  213. package/dist/shared-utils/Object3DHelper/utils/direction.d.ts +14 -0
  214. package/dist/shared-utils/Object3DHelper/utils/filterNotColinearPoints.d.ts +2 -0
  215. package/dist/shared-utils/Object3DHelper/utils/getMouseRaycaster.d.ts +5 -0
  216. package/dist/shared-utils/Object3DHelper/utils/getPoint.d.ts +3 -0
  217. package/dist/shared-utils/Object3DHelper/utils/index.d.ts +8 -0
  218. package/dist/shared-utils/Object3DHelper/utils/normalPositionToPositions.d.ts +5 -0
  219. package/dist/shared-utils/Object3DHelper/utils/object3DBoundingPosition.d.ts +1 -0
  220. package/dist/shared-utils/Object3DHelper/utils/threex/domevents/index.d.ts +34 -0
  221. package/dist/shared-utils/Object3DHelper/utils/vectorIsEqual.d.ts +2 -0
  222. package/dist/shared-utils/Subscribe.d.ts +60 -0
  223. package/dist/shared-utils/animationFrame/BetterTween.d.ts +11 -0
  224. package/dist/shared-utils/animationFrame/calculateProgress.d.ts +8 -0
  225. package/dist/shared-utils/animationFrame/formatRad.d.ts +15 -0
  226. package/dist/shared-utils/animationFrame/index.d.ts +16 -0
  227. package/dist/shared-utils/animationFrame/tween.d.ts +75 -0
  228. package/dist/shared-utils/changeModelCanvasOpacity.d.ts +2 -0
  229. package/dist/shared-utils/createCanvasTextTexture.d.ts +8 -0
  230. package/dist/shared-utils/createLine/index.d.ts +3 -0
  231. package/dist/shared-utils/debounce.d.ts +6 -0
  232. package/dist/shared-utils/equal.d.ts +11 -0
  233. package/dist/shared-utils/filter.d.ts +27 -0
  234. package/dist/shared-utils/five/changeMode.d.ts +5 -0
  235. package/dist/shared-utils/getPxmm.d.ts +19 -0
  236. package/dist/shared-utils/index.d.ts +4 -0
  237. package/dist/shared-utils/isNil.d.ts +10 -0
  238. package/dist/shared-utils/isTruelyObject.d.ts +18 -0
  239. package/dist/shared-utils/math/Interval.d.ts +13 -0
  240. package/dist/shared-utils/math/Rectangle.d.ts +27 -0
  241. package/dist/shared-utils/math/index.d.ts +2 -0
  242. package/dist/shared-utils/math/planimetry.d.ts +116 -0
  243. package/dist/shared-utils/math/rad2Deg.d.ts +1 -0
  244. package/dist/shared-utils/nearlyEqual.d.ts +7 -0
  245. package/dist/shared-utils/nextFrame.d.ts +1 -0
  246. package/dist/shared-utils/noop.d.ts +5 -0
  247. package/dist/shared-utils/object3d2LocalMatrix.d.ts +12 -0
  248. package/dist/shared-utils/removeArrayItem.d.ts +7 -0
  249. package/dist/shared-utils/tap.d.ts +8 -0
  250. package/dist/shared-utils/three/Assets/index.d.ts +3 -0
  251. package/dist/shared-utils/three/FivePointSelector.d.ts +36 -0
  252. package/dist/shared-utils/three/Magnifier.d.ts +53 -0
  253. package/dist/shared-utils/three/PointDomHelper.d.ts +18 -0
  254. package/dist/shared-utils/three/PointHelper.d.ts +21 -0
  255. package/dist/shared-utils/three/getCoords.d.ts +9 -0
  256. package/dist/shared-utils/three/getIntersect.d.ts +6 -0
  257. package/dist/shared-utils/three/getRaycaster.d.ts +6 -0
  258. package/dist/shared-utils/three/index.d.ts +7 -0
  259. package/dist/shared-utils/three/loadTexture.d.ts +2 -0
  260. package/dist/shared-utils/three/transformPositionToVector3.d.ts +7 -0
  261. package/dist/shared-utils/three/transfromToMeshBasicMaterial.d.ts +2 -0
  262. package/dist/shared-utils/throttle.d.ts +7 -0
  263. package/dist/shared-utils/tinyEJSrender.d.ts +5 -0
  264. package/dist/shared-utils/to.d.ts +8 -0
  265. package/dist/shared-utils/uuid.d.ts +5 -0
  266. package/dist/typings/math.type.d.ts +44 -0
  267. package/docs/classes/CruisePluginController.html +24 -24
  268. package/docs/classes/Magnifier.html +16 -16
  269. package/docs/classes/ModelRoomLabelController.html +11 -11
  270. package/docs/classes/Object3DHelperController.html +24 -24
  271. package/docs/classes/PaintBrush.html +15 -15
  272. package/docs/classes/PanoTagPluginController.html +39 -39
  273. package/docs/classes/Util.BetterTween.html +8 -8
  274. package/docs/classes/Util.FivePointSelector.html +12 -12
  275. package/docs/classes/Util.Interval.html +12 -12
  276. package/docs/classes/Util.Magnifier.html +17 -17
  277. package/docs/classes/Util.PointDomHelper.html +11 -11
  278. package/docs/classes/Util.PointHelper.html +11 -11
  279. package/docs/classes/Util.Rectangle.html +13 -13
  280. package/docs/enums/CameraMovementEffect.html +7 -7
  281. package/docs/enums/ContentType.html +12 -12
  282. package/docs/enums/DIRECTION.html +9 -9
  283. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  284. package/docs/enums/DimensionType.html +7 -7
  285. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  286. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  287. package/docs/enums/LinkType.html +7 -7
  288. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  289. package/docs/enums/PointType.html +7 -7
  290. package/docs/enums/Rotation.html +8 -8
  291. package/docs/functions/CSS3DRenderPlugin.html +4 -4
  292. package/docs/functions/CameraMovementPlugin.html +4 -4
  293. package/docs/functions/CruisePlugin.html +4 -4
  294. package/docs/functions/GuideLinePlugin.html +5 -5
  295. package/docs/functions/ItemLabelPlugin.html +4 -4
  296. package/docs/functions/MapviewFloorplanPlugin.html +4 -4
  297. package/docs/functions/ModelChassisCompassPlugin.html +4 -4
  298. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
  299. package/docs/functions/ModelFloorplanPlugin.html +4 -4
  300. package/docs/functions/ModelItemLabelPlugin.html +4 -4
  301. package/docs/functions/ModelRoomLabelPlugin.html +4 -4
  302. package/docs/functions/ModelTVVideoPlugin.html +4 -4
  303. package/docs/functions/ModelViewPlugin.html +4 -4
  304. package/docs/functions/Object3DHelperPlugin.html +4 -4
  305. package/docs/functions/PanoCompassPlugin.html +4 -4
  306. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
  307. package/docs/functions/PanoDoorLabelPlugin.html +4 -4
  308. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
  309. package/docs/functions/PanoMeasurePlugin.html +4 -4
  310. package/docs/functions/PanoRulerPlugin.html +4 -4
  311. package/docs/functions/PanoRulerProPlugin.html +4 -4
  312. package/docs/functions/PanoSpatialTagPlugin.html +4 -4
  313. package/docs/functions/PanoTagPlugin.html +4 -4
  314. package/docs/functions/TopviewFloorplanPlugin.html +4 -4
  315. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  316. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  317. package/docs/functions/Util.getFrameTime.html +5 -5
  318. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  319. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  320. package/docs/functions/Util.isNil.html +5 -5
  321. package/docs/functions/Util.nextFrame.html +5 -5
  322. package/docs/functions/Util.notNil.html +5 -5
  323. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  324. package/docs/functions/Util.tweenProgress.html +5 -5
  325. package/docs/functions/pluginFlag.html +5 -5
  326. package/docs/index.html +4 -4
  327. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  328. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  329. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  330. package/docs/interfaces/ContentTypeMap.html +12 -12
  331. package/docs/interfaces/FloorplanBounding.html +8 -8
  332. package/docs/interfaces/FloorplanData.html +10 -10
  333. package/docs/interfaces/FloorplanEntrance.html +11 -11
  334. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  335. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  336. package/docs/interfaces/FloorplanFloorData.html +9 -9
  337. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  338. package/docs/interfaces/FloorplanObserver.html +9 -9
  339. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  340. package/docs/interfaces/FloorplanPosition.html +7 -7
  341. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  342. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  343. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  344. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  345. package/docs/interfaces/FloorplanServerData.html +7 -7
  346. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  347. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  348. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  349. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  350. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  351. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  352. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  353. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  354. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  355. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  356. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  357. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  358. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  359. package/docs/interfaces/LineJson.html +7 -7
  360. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  361. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  362. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  363. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  364. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  365. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  366. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  367. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  368. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  369. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  370. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  371. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  372. package/docs/interfaces/ModelViewPluginExportType.html +8 -8
  373. package/docs/interfaces/Object3DHelperState.html +8 -8
  374. package/docs/interfaces/OpenParameter.html +7 -7
  375. package/docs/interfaces/PaintBrushAction.html +12 -12
  376. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  377. package/docs/interfaces/PaintBrushState.html +10 -10
  378. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  379. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  380. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  381. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  382. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  383. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  384. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  385. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  386. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  387. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  388. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  389. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  390. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  391. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  392. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  393. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  394. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  395. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  396. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  397. package/docs/interfaces/Point.html +8 -8
  398. package/docs/interfaces/PointJson.html +8 -8
  399. package/docs/interfaces/Room.html +9 -9
  400. package/docs/interfaces/RoomInfo.html +7 -7
  401. package/docs/interfaces/RoomLabel.html +14 -14
  402. package/docs/interfaces/RoomRules.html +5 -5
  403. package/docs/interfaces/Rooms.html +5 -5
  404. package/docs/interfaces/Scissor.html +9 -9
  405. package/docs/interfaces/TagConfig.html +10 -10
  406. package/docs/interfaces/Tags.html +9 -9
  407. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  408. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  409. package/docs/modules/Util.html +5 -5
  410. package/docs/modules.html +4 -4
  411. package/docs/types/ArrayPosition.html +5 -5
  412. package/docs/types/CSS3DRenderExportType.html +5 -5
  413. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  414. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  415. package/docs/types/Color.html +5 -5
  416. package/docs/types/ContentTypeConfigKey.html +5 -5
  417. package/docs/types/ContentTypeConfigKeyArray.html +5 -5
  418. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  419. package/docs/types/Create3DElementReturnType.html +5 -5
  420. package/docs/types/CruisePluginExportType.html +5 -5
  421. package/docs/types/Direction-1.html +5 -5
  422. package/docs/types/Direction4.html +5 -5
  423. package/docs/types/FloorplanRuleLabels.html +5 -5
  424. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  425. package/docs/types/GuideLinePluginExportType.html +5 -5
  426. package/docs/types/HelperEventMap.html +5 -5
  427. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  428. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  429. package/docs/types/MediaData.html +5 -5
  430. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  431. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  432. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  433. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  434. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  435. package/docs/types/MoveArgs.html +5 -5
  436. package/docs/types/MoveOpts.html +5 -5
  437. package/docs/types/Object3DHelperEventMap.html +5 -5
  438. package/docs/types/ObjectFit.html +5 -5
  439. package/docs/types/PaintBrushEventMap.html +5 -5
  440. package/docs/types/PanoCompassPluginData.html +5 -5
  441. package/docs/types/PanoCompassPluginExportType.html +5 -5
  442. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  443. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  444. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  445. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  446. package/docs/types/PanoMeasureReturnType.html +5 -5
  447. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  448. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  449. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  450. package/docs/types/PlaneTag.html +5 -5
  451. package/docs/types/PointTag.html +5 -5
  452. package/docs/types/Position.html +5 -5
  453. package/docs/types/RotateArgs.html +5 -5
  454. package/docs/types/RotateOpts.html +5 -5
  455. package/docs/types/RuleLabelsKey.html +5 -5
  456. package/docs/types/RuleLabelsValue.html +5 -5
  457. package/docs/types/Tag.html +5 -5
  458. package/docs/types/Tag2D.html +5 -5
  459. package/docs/types/Tag3D.html +5 -5
  460. package/docs/types/TagId.html +5 -5
  461. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  462. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  463. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  464. package/docs/variables/PLUGIN.html +5 -5
  465. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  466. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  467. package/docs/variables/VERSION.html +5 -5
  468. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  469. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  470. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  471. package/libs/CSS3DRenderPlugin/CSS3DRender.js +327 -1
  472. package/libs/CSS3DRenderPlugin/Controller.js +83 -1
  473. package/libs/CSS3DRenderPlugin/index.js +5 -1
  474. package/libs/CSS3DRenderPlugin/typing.js +1 -1
  475. package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +65 -1
  476. package/libs/CSS3DRenderPlugin/utils/centerPoint.js +10 -1
  477. package/libs/CSS3DRenderPlugin/utils/evenNumber.js +7 -1
  478. package/libs/CSS3DRenderPlugin/utils/index.js +1 -1
  479. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +6 -1
  480. package/libs/CSS3DRenderPlugin/utils/random.js +1 -1
  481. package/libs/CameraMovementPlugin/CameraMovementPlugin.js +87 -1
  482. package/libs/CameraMovementPlugin/index.js +3 -1
  483. package/libs/CameraMovementPlugin/typing.js +5 -1
  484. package/libs/CruisePlugin/Controller.js +484 -1
  485. package/libs/CruisePlugin/index.js +5 -1
  486. package/libs/CruisePlugin/utils/coordinatesAngle.js +8 -1
  487. package/libs/CruisePlugin/utils/coordinatesToVector.js +12 -1
  488. package/libs/CruisePlugin/utils/formatRad.js +7 -1
  489. package/libs/CruisePlugin/utils/linerValue.js +7 -1
  490. package/libs/CruisePlugin/utils/safeCall.js +28 -1
  491. package/libs/CruisePlugin/utils/sleep.js +10 -1
  492. package/libs/CruisePlugin/utils/vectorToCoordinates.js +10 -1
  493. package/libs/GuideLinePlugin/Controller.js +143 -1
  494. package/libs/GuideLinePlugin/index.js +5 -1
  495. package/libs/GuideLinePlugin/utils/getArrowMaterial.js +13 -1
  496. package/libs/GuideLinePlugin/utils/getLineGeometries.js +64 -1
  497. package/libs/ItemLabelPlugin/ItemLabelComponent.js +273 -1
  498. package/libs/ItemLabelPlugin/ItemLabelItem.js +133 -2
  499. package/libs/ItemLabelPlugin/Plugin.js +75 -2
  500. package/libs/ItemLabelPlugin/index.js +12 -1
  501. package/libs/ItemLabelPlugin/typings.js +4 -1
  502. package/libs/ItemLabelPlugin/utils/getLabelTransform.js +4 -1
  503. package/libs/ItemLabelPlugin/utils/getStrokeLength.js +16 -1
  504. package/libs/ItemLabelPlugin/utils/isImpacted.js +10 -1
  505. package/libs/ItemLabelPlugin/utils/parseData.js +21 -1
  506. package/libs/ItemLabelPlugin/utils/transform2RenderData.js +21 -1
  507. package/libs/ModelChassisCompassPlugin/Plugin.js +70 -1
  508. package/libs/ModelChassisCompassPlugin/index.js +2 -1
  509. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +77 -1
  510. package/libs/ModelEntryDoorGuidePlugin/index.js +2 -1
  511. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +213 -1
  512. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +42 -2
  513. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +73 -2
  514. package/libs/ModelItemLabelPlugin/events.type.js +1 -1
  515. package/libs/ModelItemLabelPlugin/index.js +12 -1
  516. package/libs/ModelItemLabelPlugin/typings.js +4 -1
  517. package/libs/ModelItemLabelPlugin/utils/parseData.js +19 -1
  518. package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.js +4 -1
  519. package/libs/ModelRoomLabelPlugin/Controller.js +60 -1
  520. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +45 -1
  521. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +163 -1
  522. package/libs/ModelRoomLabelPlugin/index.js +9 -1
  523. package/libs/ModelRoomLabelPlugin/utils/parseData.js +16 -1
  524. package/libs/ModelTVVideoPlugin/Plugin.js +163 -1
  525. package/libs/ModelTVVideoPlugin/index.js +2 -1
  526. package/libs/ModelTVVideoPlugin/typings.js +4 -1
  527. package/libs/ModelTVVideoPlugin/utils/parseData.js +20 -1
  528. package/libs/ModelViewPlugin/Plugin.js +106 -1
  529. package/libs/ModelViewPlugin/index.js +2 -1
  530. package/libs/Object3DHelperPlugin/Controller.js +145 -1
  531. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +31 -1
  532. package/libs/Object3DHelperPlugin/index.js +5 -1
  533. package/libs/PanoCompassPlugin/Assets/roomInfoIcon.js +4 -1
  534. package/libs/PanoCompassPlugin/Controller.js +224 -1
  535. package/libs/PanoCompassPlugin/getRoomInfoInstance.js +24 -1
  536. package/libs/PanoCompassPlugin/index.js +5 -1
  537. package/libs/PanoCursorRaycasterPlugin/index.js +58 -1
  538. package/libs/PanoDoorLabelPlugin/BaseController.js +59 -1
  539. package/libs/PanoDoorLabelPlugin/Controller.js +219 -1
  540. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +65 -1
  541. package/libs/PanoDoorLabelPlugin/index.js +5 -1
  542. package/libs/PanoDoorLabelPlugin/utils.js +23 -1
  543. package/libs/PanoMeasurePlugin/Controller/BaseController.js +53 -1
  544. package/libs/PanoMeasurePlugin/Controller/EditController.js +102 -1
  545. package/libs/PanoMeasurePlugin/Controller/MixedController.js +125 -1
  546. package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +33 -1
  547. package/libs/PanoMeasurePlugin/Controller/ViewController.js +90 -1
  548. package/libs/PanoMeasurePlugin/Controller/WatchController.js +154 -1
  549. package/libs/PanoMeasurePlugin/Controller/index.js +140 -1
  550. package/libs/PanoMeasurePlugin/Model/index.js +92 -1
  551. package/libs/PanoMeasurePlugin/Model/line.js +56 -1
  552. package/libs/PanoMeasurePlugin/Model/point.js +30 -1
  553. package/libs/PanoMeasurePlugin/Model/polyline.js +47 -1
  554. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +5 -2
  555. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +4 -1
  556. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +4 -1
  557. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +67 -3
  558. package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +28 -1
  559. package/libs/PanoMeasurePlugin/Modules/GuideController.js +41 -1
  560. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +103 -1
  561. package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +12 -8
  562. package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +50 -1
  563. package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +36 -1
  564. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +48 -1
  565. package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +8 -3
  566. package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +39 -1
  567. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +62 -1
  568. package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +6 -2
  569. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +130 -1
  570. package/libs/PanoMeasurePlugin/index.js +10 -1
  571. package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +12 -1
  572. package/libs/PanoMeasurePlugin/utils/constants.js +36 -1
  573. package/libs/PanoMeasurePlugin/utils/distanceDom.js +62 -1
  574. package/libs/PanoMeasurePlugin/utils/findAssociatedLines.js +13 -1
  575. package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +15 -1
  576. package/libs/PanoMeasurePlugin/utils/getIntersectionFromEvent.js +9 -1
  577. package/libs/PanoMeasurePlugin/utils/getPointFromHammerEvent.js +8 -1
  578. package/libs/PanoMeasurePlugin/utils/ironbox.js +4 -1
  579. package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +7 -1
  580. package/libs/PanoMeasurePlugin/utils/line.js +17 -1
  581. package/libs/PanoMeasurePlugin/utils/math.js +12 -1
  582. package/libs/PanoMeasurePlugin/utils/mouseGroup.js +33 -3
  583. package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +8 -1
  584. package/libs/PanoRulerPlugin/Plugin.js +262 -2
  585. package/libs/PanoRulerPlugin/index.js +2 -1
  586. package/libs/PanoRulerPlugin/style.js +5 -2
  587. package/libs/PanoRulerProPlugin/Controller.js +93 -1
  588. package/libs/PanoRulerProPlugin/RulerItem.js +128 -1
  589. package/libs/PanoRulerProPlugin/RulerItems.js +183 -1
  590. package/libs/PanoRulerProPlugin/index.js +5 -1
  591. package/libs/PanoSpatialTagPlugin/Components/origins.js +82 -1
  592. package/libs/PanoSpatialTagPlugin/Components/tag.js +125 -1
  593. package/libs/PanoSpatialTagPlugin/Plugin.js +246 -1
  594. package/libs/PanoSpatialTagPlugin/index.js +6 -1
  595. package/libs/PanoSpatialTagPlugin/store.js +5 -1
  596. package/libs/PanoSpatialTagPlugin/style.js +11 -1
  597. package/libs/PanoSpatialTagPlugin/typings.js +1 -1
  598. package/libs/PanoTagPlugin/Assets/Icon.js +6 -1
  599. package/libs/PanoTagPlugin/Components/Common/Arrow.js +103 -1
  600. package/libs/PanoTagPlugin/Components/Common/Audio.js +166 -1
  601. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +93 -1
  602. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +90 -1
  603. package/libs/PanoTagPlugin/Components/Common/Media.js +400 -1
  604. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +139 -1
  605. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +180 -1
  606. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +52 -1
  607. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +52 -1
  608. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +169 -1
  609. package/libs/PanoTagPlugin/Components/Common/Shadow.js +124 -15
  610. package/libs/PanoTagPlugin/Components/Common/Text.js +131 -1
  611. package/libs/PanoTagPlugin/Components/Common/TextItem.js +106 -0
  612. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +140 -1
  613. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +73 -1
  614. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +214 -1
  615. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +127 -1
  616. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +259 -1
  617. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +106 -1
  618. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +134 -1
  619. package/libs/PanoTagPlugin/Components/Tag/index.js +318 -2
  620. package/libs/PanoTagPlugin/Components/TagContainer.js +200 -1
  621. package/libs/PanoTagPlugin/Components/TagWrapper.js +191 -1
  622. package/libs/PanoTagPlugin/controller/TagCacheController.js +31 -1
  623. package/libs/PanoTagPlugin/controller/TagComputer.js +264 -1
  624. package/libs/PanoTagPlugin/controller/index.js +376 -1
  625. package/libs/PanoTagPlugin/index.js +5 -1
  626. package/libs/PanoTagPlugin/tag.config.js +43 -1
  627. package/libs/PanoTagPlugin/typings/controller.js +1 -1
  628. package/libs/PanoTagPlugin/typings/index.js +1 -1
  629. package/libs/PanoTagPlugin/typings/tag.js +7 -1
  630. package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +6 -1
  631. package/libs/PanoTagPlugin/utils/addDebugPoints.js +27 -1
  632. package/libs/PanoTagPlugin/utils/checkRange.js +10 -1
  633. package/libs/PanoTagPlugin/utils/constants.js +7 -1
  634. package/libs/PanoTagPlugin/utils/debounce.js +12 -1
  635. package/libs/PanoTagPlugin/utils/doUtil.js +12 -1
  636. package/libs/PanoTagPlugin/utils/index.js +1 -1
  637. package/libs/PanoTagPlugin/utils/noTypecheck.js +4 -1
  638. package/libs/PanoTagPlugin/utils/normalPositionToPositions.js +13 -1
  639. package/libs/PanoTagPlugin/utils/planeNormal.js +11 -1
  640. package/libs/PanoTagPlugin/utils/resizeObserver.js +17 -1
  641. package/libs/PanoTagPlugin/utils/search.js +15 -1
  642. package/libs/PanoTagPlugin/utils/tagPosition.js +13 -1
  643. package/libs/PanoTagPlugin/utils/throttle.js +11 -1
  644. package/libs/base/BasePlugin.js +18 -1
  645. package/libs/base/BasePluginWithData.js +6 -1
  646. package/libs/components/PaintBrush/Controller.js +308 -1
  647. package/libs/components/PaintBrush/Subscribe.js +47 -1
  648. package/libs/components/PaintBrush/index.js +45 -1
  649. package/libs/components/PaintBrush/style.js +5 -2
  650. package/libs/components/PaintBrush/tween.js +11 -1
  651. package/libs/components/PaintBrush/typings.js +4 -1
  652. package/libs/components/PaintBrush/utils.js +45 -1
  653. package/libs/components/index.js +2 -1
  654. package/libs/floorplan/Assets/camera.js +4 -1
  655. package/libs/floorplan/Assets/compass.js +4 -1
  656. package/libs/floorplan/Assets/floorplanExtraObject.js +4 -1
  657. package/libs/floorplan/Components/BaseImage.js +103 -1
  658. package/libs/floorplan/Components/Camera.js +62 -1
  659. package/libs/floorplan/Components/Compass.js +60 -1
  660. package/libs/floorplan/Components/CurrentFloor.js +256 -1
  661. package/libs/floorplan/Components/Main.js +283 -1
  662. package/libs/floorplan/Components/Normalmage.js +37 -1
  663. package/libs/floorplan/Components/RoomHighlight/Room.js +61 -1
  664. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +122 -1
  665. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +153 -1
  666. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +175 -1
  667. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +196 -1
  668. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +37 -1
  669. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +39 -1
  670. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +37 -1
  671. package/libs/floorplan/Components/RuleLabels/RuleItem.js +134 -1
  672. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +139 -1
  673. package/libs/floorplan/Components/SvgImage.js +39 -2
  674. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +321 -1
  675. package/libs/floorplan/MapviewFloorplanPlugin/index.js +5 -1
  676. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +316 -1
  677. package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -1
  678. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +85 -1
  679. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +133 -1
  680. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +72 -1
  681. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +192 -1
  682. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +164 -1
  683. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +5 -1
  684. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +273 -1
  685. package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -1
  686. package/libs/floorplan/constant.js +4 -1
  687. package/libs/floorplan/index.js +6 -1
  688. package/libs/floorplan/typings/floorplanData.js +1 -1
  689. package/libs/floorplan/typings/floorplanServerData.js +101 -1
  690. package/libs/floorplan/utils/constant.js +7 -1
  691. package/libs/floorplan/utils/correctFiveState.js +54 -1
  692. package/libs/floorplan/utils/formatData.js +104 -1
  693. package/libs/floorplan/utils/formatPosition.js +35 -1
  694. package/libs/index.js +346 -1
  695. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +151 -1
  696. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +51 -1
  697. package/libs/shared-utils/Object3DHelper/Constants/color.js +20 -1
  698. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +18 -1
  699. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +66 -1
  700. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +109 -1
  701. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +134 -1
  702. package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +79 -1
  703. package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +41 -1
  704. package/libs/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js +13 -1
  705. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +30 -1
  706. package/libs/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js +35 -1
  707. package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +2 -1
  708. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +137 -1
  709. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +136 -1
  710. package/libs/shared-utils/Object3DHelper/Helper/index.js +3 -1
  711. package/libs/shared-utils/Object3DHelper/index.js +169 -1
  712. package/libs/shared-utils/Object3DHelper/typings/Direction.js +1 -1
  713. package/libs/shared-utils/Object3DHelper/typings/Hooks.js +1 -1
  714. package/libs/shared-utils/Object3DHelper/typings/Scissor.js +1 -1
  715. package/libs/shared-utils/Object3DHelper/typings/index.js +1 -1
  716. package/libs/shared-utils/Object3DHelper/utils/calculateThreeMouse.js +11 -1
  717. package/libs/shared-utils/Object3DHelper/utils/direction.js +22 -1
  718. package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +1 -1
  719. package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.js +14 -1
  720. package/libs/shared-utils/Object3DHelper/utils/getPoint.js +1 -1
  721. package/libs/shared-utils/Object3DHelper/utils/index.js +1 -1
  722. package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +1 -1
  723. package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +1 -1
  724. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +191 -1
  725. package/libs/shared-utils/Object3DHelper/utils/vectorIsEqual.js +6 -1
  726. package/libs/shared-utils/Subscribe.js +50 -1
  727. package/libs/shared-utils/animationFrame/BetterTween.js +26 -1
  728. package/libs/shared-utils/animationFrame/calculateProgress.js +6 -1
  729. package/libs/shared-utils/animationFrame/formatRad.js +11 -1
  730. package/libs/shared-utils/animationFrame/index.js +28 -1
  731. package/libs/shared-utils/animationFrame/tween.js +28 -1
  732. package/libs/shared-utils/changeModelCanvasOpacity.js +12 -1
  733. package/libs/shared-utils/createCanvasTextTexture.js +11 -1
  734. package/libs/shared-utils/createLine/index.js +9 -1
  735. package/libs/shared-utils/debounce.js +11 -1
  736. package/libs/shared-utils/equal.js +54 -1
  737. package/libs/shared-utils/filter.js +10 -1
  738. package/libs/shared-utils/five/changeMode.js +39 -1
  739. package/libs/shared-utils/getPxmm.js +20 -1
  740. package/libs/shared-utils/index.js +35 -1
  741. package/libs/shared-utils/isNil.js +10 -1
  742. package/libs/shared-utils/isTruelyObject.js +6 -1
  743. package/libs/shared-utils/math/Interval.js +23 -1
  744. package/libs/shared-utils/math/Rectangle.js +23 -1
  745. package/libs/shared-utils/math/index.js +1 -1
  746. package/libs/shared-utils/math/planimetry.js +43 -1
  747. package/libs/shared-utils/math/rad2Deg.js +6 -1
  748. package/libs/shared-utils/nearlyEqual.js +6 -1
  749. package/libs/shared-utils/nextFrame.js +6 -1
  750. package/libs/shared-utils/noop.js +5 -1
  751. package/libs/shared-utils/object3d2LocalMatrix.js +18 -1
  752. package/libs/shared-utils/removeArrayItem.js +8 -1
  753. package/libs/shared-utils/tap.js +6 -1
  754. package/libs/shared-utils/three/Assets/index.js +4 -1
  755. package/libs/shared-utils/three/FivePointSelector.js +49 -1
  756. package/libs/shared-utils/three/Magnifier.js +104 -1
  757. package/libs/shared-utils/three/PointDomHelper.js +60 -1
  758. package/libs/shared-utils/three/PointHelper.js +60 -3
  759. package/libs/shared-utils/three/getCoords.js +13 -1
  760. package/libs/shared-utils/three/getIntersect.js +8 -1
  761. package/libs/shared-utils/three/getRaycaster.js +12 -1
  762. package/libs/shared-utils/three/index.js +6 -1
  763. package/libs/shared-utils/three/loadTexture.js +28 -1
  764. package/libs/shared-utils/three/transformPositionToVector3.js +5 -1
  765. package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +24 -1
  766. package/libs/shared-utils/throttle.js +11 -1
  767. package/libs/shared-utils/tinyEJSrender.js +138 -14
  768. package/libs/shared-utils/to.js +28 -1
  769. package/libs/shared-utils/uuid.js +9 -1
  770. package/libs/vendor/swiper/components-shared/get-changed-params.js +29 -1
  771. package/libs/vendor/swiper/components-shared/get-params.js +23 -1
  772. package/libs/vendor/swiper/components-shared/mount-swiper.js +14 -1
  773. package/libs/vendor/swiper/components-shared/params-list.js +120 -1
  774. package/libs/vendor/swiper/components-shared/update-swiper.js +36 -1
  775. package/libs/vendor/swiper/components-shared/utils.js +32 -1
  776. package/libs/vendor/swiper/svelte/swiper-slide.js +182 -1
  777. package/libs/vendor/swiper/svelte/swiper-svelte.js +3 -1
  778. package/libs/vendor/swiper/svelte/swiper.js +254 -1
  779. package/package.json +10 -180
  780. package/dist/index.cjs.js +0 -556
@@ -1 +1,219 @@
1
- "use strict";var T=Object.defineProperty,y=Object.defineProperties;var O=Object.getOwnPropertyDescriptors;var w=Object.getOwnPropertySymbols;var _=Object.prototype.hasOwnProperty,C=Object.prototype.propertyIsEnumerable;var L=(m,l,e)=>l in m?T(m,l,{enumerable:!0,configurable:!0,writable:!0,value:e}):m[l]=e,V=(m,l)=>{for(var e in l||(l={}))_.call(l,e)&&L(m,e,l[e]);if(w)for(var e of w(l))C.call(l,e)&&L(m,e,l[e]);return m},A=(m,l)=>y(m,O(l));var a=(m,l,e)=>(L(m,typeof l!="symbol"?l+"":l,e),e);const p=require("three"),S=require("./BaseController.js"),k=require("./DoorLabelItem.js"),D=require("./utils.js"),H={userAction:!0};class R extends S.BasePanoPluginController{constructor(e){super(e);a(this,"MinVisibledistance",1.8);a(this,"MaxVisibledistance",5);a(this,"OffsetHeight",-1.3);a(this,"rooms");a(this,"floorplanServerData");a(this,"doorLabelItems");a(this,"visibleLabelMap",new Map);a(this,"labelItems",[]);a(this,"doorLabels");a(this,"roomObservers");a(this,"loadData",(e,n)=>{n&&(this.MaxVisibledistance=n.MaxVisibledistance,this.MinVisibledistance=n.MinVisibledistance,this.OffsetHeight=n.OffsetHeight),this.doorLabelItems&&this.doorLabelItems.length>0&&this.doorLabelItems.forEach(f=>{f.$destroy()}),this.labelItems=[],this.doorLabels=[],this.doorLabelItems=[],this.floorplanServerData=e,this.five.once("panoArrived",()=>{console.log("doorplugin","panoArrived"),this.initData()})});a(this,"initRoomObservers",()=>{var c,h;const e=this.floorplanServerData.computed_data.floor_datas||[],f=(((h=(c=this.five)==null?void 0:c.work)==null?void 0:h.observers)||[]).map(s=>{const o=s.panoIndex,d=s.floorIndex,i=e==null?void 0:e.find(t=>t.floor_index===d);if(i){const t=i.rooms.find(r=>r.observer_indexs.includes(o));if(t)return{panoIndex:o,floorIndex:d,name:t.name}}}).filter(Boolean);this.roomObservers=f});a(this,"hideAllLabels",()=>{this.labelItems.forEach(e=>{e.visible=!1,e.inSight=!1}),this.render()});a(this,"fixDoorVisibleAndPosition",()=>{this.initRoomObservers();const{panoIndex:e}=this.five;if(!this.visible||this.five.model.empty||e===null||!this.roomObservers.find(s=>s.panoIndex===e))return;const n=this.roomObservers.find(s=>s.panoIndex===e),c=this.five.work.observers.find(s=>s.panoIndex===e).position.clone(),h=(()=>{if(this.visibleLabelMap.has(e))return this.visibleLabelMap.get(e);{const s=[];return this.doorLabels.forEach((o,d)=>{if(o.roomName===n.name)return;const i=o.position.clone(),t=i.distanceTo(c);if(t<this.MinVisibledistance||t>this.MaxVisibledistance)return;const r=new p.Raycaster,b=i.clone().sub(c).normalize();r.set(c,b);const[x]=this.five.model.intersectRaycaster(r);x&&x.distance+.1<t||s.push(d)}),this.visibleLabelMap.set(e,s),s}})();this.labelItems.forEach((s,o)=>{s.visible=h.includes(o)}),this.fixDoorPosition()});a(this,"fixDoorPosition",()=>{const{panoIndex:e,camera:n}=this.five;if(e===null)return;if(this.five.currentMode!=="Panorama")return this.hideAllLabels();const f=this.five.getElement(),c=f.clientWidth,h=f.clientHeight,s=n.getWorldDirection(new p.Vector3),o=[],d=[...this.labelItems];if(d.forEach((i,t)=>{if(i.visible){const r=n.position.distanceTo(i.position),b=i.position.clone().add(new p.Vector3(0,this.OffsetHeight,0)),P=b.clone().sub(n.position).normalize().angleTo(s),g=b.clone().project(n),u=(g.x+1)/2.2*100,v=(-g.y+1)/2.2*100,I=u>=0&&u<=100&&v>=0&&v<=100&&r>this.MinVisibledistance&&r<=this.MaxVisibledistance;i.left=u,i.top=v,i.inSight=I&&P<Math.PI/2,i.cameraToward=D.getCameraToward(this.five),I?o.push({disFromCameraToLabel:r,left:u,top:v,index:t}):i.transform="translate(-50%, -50%)"}else i.inSight=!1}),o.length>1){let i=0;o.sort((t,r)=>r.disFromCameraToLabel-t.disFromCameraToLabel);for(let t=1;t<o.length;t++){const{index:r,left:b,top:x}=o[t-1],{index:P,left:g,top:u}=o[t],v=this.container.children[r],I=this.container.children[P];if(!v||!I)return;const E={left:c*b/100,top:h*x/100,width:v.children[0].clientWidth,height:v.children[0].clientHeight},M={left:c*g/100,top:h*u/100,width:I.children[0].clientWidth,height:I.children[0].clientHeight};D.isTwoRectOverlaped(E,M)&&(i++,d[r].transform=`translate(-50%, ${(i-1)*100-50}%)`,d[P].transform=`translate(-50%, ${i*100-50}%)`)}}this.labelItems=d,this.render()});a(this,"onClick",(e,n)=>{if(!this.roomObservers)return;const{work:f}=this.five;let c,h,s=1/0;for(let o=0;o<f.observers.length;o++){if(this.roomObservers[o].name!==e)continue;const i=f.observers[o].standingPosition,t=n.distanceTo(i);t<s&&(c=o,h=i.clone().sub(n).normalize(),s=t)}if(h!==null&&c!==null){const o={};if(s>0){const i=new p.Vector3(0,0,-1),t=h.clone(),r=new p.Quaternion;r.setFromUnitVectors(i,t);const b=new p.Euler;b.setFromQuaternion(r,"YXZ"),o.longitude=b.y}this.five.emit("wantsToMoveToPano",c,{},!0)||this.five.moveToPano(c,{longitude:o.longitude})}});a(this,"initData",()=>{var c;this.doorLabels=[];const e=this.five.panoIndex,n=this.floorplanServerData.computed_data.observers[e].floor_index,f=n!==void 0&&((c=this.floorplanServerData.computed_data.floor_datas[n])==null?void 0:c.rooms);this.rooms=f,this.rooms&&this.rooms.length>0&&this.rooms.forEach(h=>{var d;const s=(d=this.floorplanServerData.computed_data.doors)==null?void 0:d.filter(i=>!!(i&&i.name===h.name)),o=this.five.work.observers.filter((i,t)=>!!h.observer_indexs.find(r=>r===t));s&&s.forEach(i=>{const t=i.position;let r=1/0,b;o.forEach(P=>{const g=P.standingPosition,u={x:g.x,y:g.y,z:g.z},v=D.getDistance(t,u);v<r&&(r=v,b=u)}),b&&(t.y=b.y+.01);const x=new p.Vector3(t.x,t.y,t.z);x.add(new p.Vector3(-.2,1.8,0).applyEuler(new p.Euler(0,i.rad,0))),this.doorLabels.push({roomName:h.name,name:i.name,position:x,toward:D.getToward(i.rad)})})}),this.labelItems=this.doorLabels.map(h=>A(V({},h),{left:0,top:0,visible:!1,inSight:!1,transform:"",cameraToward:""})),console.log("doorplugin","labelItems",this.labelItems),this.five.on("wantsToMoveToPano",this.hideAllLabels),this.five.on("modelLoaded",this.fixDoorVisibleAndPosition),this.five.on("panoArrived",this.fixDoorVisibleAndPosition),this.five.on("initAnimationEnded",this.fixDoorPosition),this.five.on("cameraUpdate",this.fixDoorPosition),this.five.on("mouseWheel",this.fixDoorPosition),this.five.on("pinchGesture",this.fixDoorPosition),this.fixDoorVisibleAndPosition()})}stateChangedCallback(e,n){if(this.hooks.hasListener("stateChange")){const f={state:this.state,prevState:e,userAction:n?n.userAction:H.userAction};this.hooks.emit("stateChange",f)}}render(){if(!this.enabled){this.doorLabelItems&&this.doorLabelItems.length>0&&this.doorLabelItems.forEach(e=>{e==null||e.$destroy()}),this.doorLabels=void 0;return}this.doorLabelItems&&this.doorLabelItems.forEach(e=>{e.$destroy()}),this.doorLabelItems=[],this.labelItems.forEach(e=>{this.doorLabelItems.push(new k.DoorLabelItem({target:this.container,props:{props:e,onClick:()=>{this.onClick(e.name,e.position)}}}))})}initState(){return{enabled:!0,visible:!0}}dispose(){this.five&&(this.five.off("wantsToMoveToPano",this.hideAllLabels),this.five.off("modelLoaded",this.fixDoorVisibleAndPosition),this.five.off("panoArrived",this.fixDoorVisibleAndPosition),this.five.off("initAnimationEnded",this.fixDoorPosition),this.five.off("cameraUpdate",this.fixDoorPosition),this.five.off("mouseWheel",this.fixDoorPosition),this.five.off("pinchGesture",this.fixDoorPosition),super.dispose())}}exports.PanoDoorLabelPluginController=R;
1
+ var y = Object.defineProperty, E = Object.defineProperties;
2
+ var O = Object.getOwnPropertyDescriptors;
3
+ var w = Object.getOwnPropertySymbols;
4
+ var _ = Object.prototype.hasOwnProperty, S = Object.prototype.propertyIsEnumerable;
5
+ var D = (b, l, e) => l in b ? y(b, l, { enumerable: !0, configurable: !0, writable: !0, value: e }) : b[l] = e, L = (b, l) => {
6
+ for (var e in l || (l = {}))
7
+ _.call(l, e) && D(b, e, l[e]);
8
+ if (w)
9
+ for (var e of w(l))
10
+ S.call(l, e) && D(b, e, l[e]);
11
+ return b;
12
+ }, V = (b, l) => E(b, O(l));
13
+ var a = (b, l, e) => (D(b, typeof l != "symbol" ? l + "" : l, e), e);
14
+ import { Raycaster as k, Vector3 as P, Quaternion as C, Euler as A } from "three";
15
+ import { BasePanoPluginController as H } from "./BaseController.js";
16
+ import W from "./DoorLabelItem.js";
17
+ import { getCameraToward as z, isTwoRectOverlaped as R, getDistance as F, getToward as $ } from "./utils.js";
18
+ const B = { userAction: !0 };
19
+ class q extends H {
20
+ constructor(e) {
21
+ super(e);
22
+ a(this, "MinVisibledistance", 1.8);
23
+ a(this, "MaxVisibledistance", 5);
24
+ a(this, "OffsetHeight", -1.3);
25
+ a(this, "rooms");
26
+ a(this, "floorplanServerData");
27
+ a(this, "doorLabelItems");
28
+ a(this, "visibleLabelMap", /* @__PURE__ */ new Map());
29
+ a(this, "labelItems", []);
30
+ a(this, "doorLabels");
31
+ a(this, "roomObservers");
32
+ a(this, "loadData", (e, n) => {
33
+ n && (this.MaxVisibledistance = n.MaxVisibledistance, this.MinVisibledistance = n.MinVisibledistance, this.OffsetHeight = n.OffsetHeight), this.doorLabelItems && this.doorLabelItems.length > 0 && this.doorLabelItems.forEach((f) => {
34
+ f.$destroy();
35
+ }), this.labelItems = [], this.doorLabels = [], this.doorLabelItems = [], this.floorplanServerData = e, this.five.once("panoArrived", () => {
36
+ console.log("doorplugin", "panoArrived"), this.initData();
37
+ });
38
+ });
39
+ a(this, "initRoomObservers", () => {
40
+ var h, c;
41
+ const e = this.floorplanServerData.computed_data.floor_datas || [], f = (((c = (h = this.five) == null ? void 0 : h.work) == null ? void 0 : c.observers) || []).map((s) => {
42
+ const o = s.panoIndex, d = s.floorIndex, i = e == null ? void 0 : e.find((t) => t.floor_index === d);
43
+ if (i) {
44
+ const t = i.rooms.find((r) => r.observer_indexs.includes(o));
45
+ if (t)
46
+ return { panoIndex: o, floorIndex: d, name: t.name };
47
+ }
48
+ }).filter(Boolean);
49
+ this.roomObservers = f;
50
+ });
51
+ a(this, "hideAllLabels", () => {
52
+ this.labelItems.forEach((e) => {
53
+ e.visible = !1, e.inSight = !1;
54
+ }), this.render();
55
+ });
56
+ a(this, "fixDoorVisibleAndPosition", () => {
57
+ this.initRoomObservers();
58
+ const { panoIndex: e } = this.five;
59
+ if (!this.visible || this.five.model.empty || e === null || !this.roomObservers.find((s) => s.panoIndex === e))
60
+ return;
61
+ const n = this.roomObservers.find((s) => s.panoIndex === e), h = this.five.work.observers.find((s) => s.panoIndex === e).position.clone(), c = (() => {
62
+ if (this.visibleLabelMap.has(e))
63
+ return this.visibleLabelMap.get(e);
64
+ {
65
+ const s = [];
66
+ return this.doorLabels.forEach((o, d) => {
67
+ if (o.roomName === n.name)
68
+ return;
69
+ const i = o.position.clone(), t = i.distanceTo(h);
70
+ if (t < this.MinVisibledistance || t > this.MaxVisibledistance)
71
+ return;
72
+ const r = new k(), m = i.clone().sub(h).normalize();
73
+ r.set(h, m);
74
+ const [u] = this.five.model.intersectRaycaster(r);
75
+ u && u.distance + 0.1 < t || s.push(d);
76
+ }), this.visibleLabelMap.set(e, s), s;
77
+ }
78
+ })();
79
+ this.labelItems.forEach((s, o) => {
80
+ s.visible = c.includes(o);
81
+ }), this.fixDoorPosition();
82
+ });
83
+ a(this, "fixDoorPosition", () => {
84
+ const { panoIndex: e, camera: n } = this.five;
85
+ if (e === null)
86
+ return;
87
+ if (this.five.currentMode !== "Panorama")
88
+ return this.hideAllLabels();
89
+ const f = this.five.getElement(), h = f.clientWidth, c = f.clientHeight, s = n.getWorldDirection(new P()), o = [], d = [...this.labelItems];
90
+ if (d.forEach((i, t) => {
91
+ if (i.visible) {
92
+ const r = n.position.distanceTo(i.position), m = i.position.clone().add(new P(0, this.OffsetHeight, 0)), g = m.clone().sub(n.position).normalize().angleTo(s), x = m.clone().project(n), p = (x.x + 1) / 2.2 * 100, v = (-x.y + 1) / 2.2 * 100, I = p >= 0 && p <= 100 && v >= 0 && v <= 100 && r > this.MinVisibledistance && r <= this.MaxVisibledistance;
93
+ i.left = p, i.top = v, i.inSight = I && g < Math.PI / 2, i.cameraToward = z(this.five), I ? o.push({ disFromCameraToLabel: r, left: p, top: v, index: t }) : i.transform = "translate(-50%, -50%)";
94
+ } else
95
+ i.inSight = !1;
96
+ }), o.length > 1) {
97
+ let i = 0;
98
+ o.sort((t, r) => r.disFromCameraToLabel - t.disFromCameraToLabel);
99
+ for (let t = 1; t < o.length; t++) {
100
+ const { index: r, left: m, top: u } = o[t - 1], { index: g, left: x, top: p } = o[t], v = this.container.children[r], I = this.container.children[g];
101
+ if (!v || !I)
102
+ return;
103
+ const M = {
104
+ left: h * m / 100,
105
+ top: c * u / 100,
106
+ width: v.children[0].clientWidth,
107
+ height: v.children[0].clientHeight
108
+ }, T = {
109
+ left: h * x / 100,
110
+ top: c * p / 100,
111
+ width: I.children[0].clientWidth,
112
+ height: I.children[0].clientHeight
113
+ };
114
+ R(M, T) && (i++, d[r].transform = `translate(-50%, ${(i - 1) * 100 - 50}%)`, d[g].transform = `translate(-50%, ${i * 100 - 50}%)`);
115
+ }
116
+ }
117
+ this.labelItems = d, this.render();
118
+ });
119
+ a(this, "onClick", (e, n) => {
120
+ if (!this.roomObservers)
121
+ return;
122
+ const { work: f } = this.five;
123
+ let h, c, s = 1 / 0;
124
+ for (let o = 0; o < f.observers.length; o++) {
125
+ if (this.roomObservers[o].name !== e)
126
+ continue;
127
+ const i = f.observers[o].standingPosition, t = n.distanceTo(i);
128
+ t < s && (h = o, c = i.clone().sub(n).normalize(), s = t);
129
+ }
130
+ if (c !== null && h !== null) {
131
+ const o = {};
132
+ if (s > 0) {
133
+ const i = new P(0, 0, -1), t = c.clone(), r = new C();
134
+ r.setFromUnitVectors(i, t);
135
+ const m = new A();
136
+ m.setFromQuaternion(r, "YXZ"), o.longitude = m.y;
137
+ }
138
+ this.five.emit("wantsToMoveToPano", h, {}, !0) || this.five.moveToPano(h, { longitude: o.longitude });
139
+ }
140
+ });
141
+ a(this, "initData", () => {
142
+ var h;
143
+ this.doorLabels = [];
144
+ const e = this.five.panoIndex, n = this.floorplanServerData.computed_data.observers[e].floor_index, f = n !== void 0 && ((h = this.floorplanServerData.computed_data.floor_datas[n]) == null ? void 0 : h.rooms);
145
+ this.rooms = f, this.rooms && this.rooms.length > 0 && this.rooms.forEach((c) => {
146
+ var d;
147
+ const s = (d = this.floorplanServerData.computed_data.doors) == null ? void 0 : d.filter((i) => !!(i && i.name === c.name)), o = this.five.work.observers.filter((i, t) => !!c.observer_indexs.find((r) => r === t));
148
+ s && s.forEach((i) => {
149
+ const t = i.position;
150
+ let r = 1 / 0, m;
151
+ o.forEach((g) => {
152
+ const x = g.standingPosition, p = {
153
+ x: x.x,
154
+ y: x.y,
155
+ z: x.z
156
+ }, v = F(t, p);
157
+ v < r && (r = v, m = p);
158
+ }), m && (t.y = m.y + 0.01);
159
+ const u = new P(t.x, t.y, t.z);
160
+ u.add(new P(-0.2, 1.8, 0).applyEuler(new A(0, i.rad, 0))), this.doorLabels.push({
161
+ roomName: c.name,
162
+ name: i.name,
163
+ position: u,
164
+ toward: $(i.rad)
165
+ });
166
+ });
167
+ }), this.labelItems = this.doorLabels.map((c) => V(L({}, c), {
168
+ left: 0,
169
+ top: 0,
170
+ visible: !1,
171
+ inSight: !1,
172
+ transform: "",
173
+ cameraToward: ""
174
+ })), console.log("doorplugin", "labelItems", this.labelItems), this.five.on("wantsToMoveToPano", this.hideAllLabels), this.five.on("modelLoaded", this.fixDoorVisibleAndPosition), this.five.on("panoArrived", this.fixDoorVisibleAndPosition), this.five.on("initAnimationEnded", this.fixDoorPosition), this.five.on("cameraUpdate", this.fixDoorPosition), this.five.on("mouseWheel", this.fixDoorPosition), this.five.on("pinchGesture", this.fixDoorPosition), this.fixDoorVisibleAndPosition();
175
+ });
176
+ }
177
+ stateChangedCallback(e, n) {
178
+ if (this.hooks.hasListener("stateChange")) {
179
+ const f = {
180
+ state: this.state,
181
+ prevState: e,
182
+ userAction: n ? n.userAction : B.userAction
183
+ };
184
+ this.hooks.emit("stateChange", f);
185
+ }
186
+ }
187
+ render() {
188
+ if (!this.enabled) {
189
+ this.doorLabelItems && this.doorLabelItems.length > 0 && this.doorLabelItems.forEach((e) => {
190
+ e == null || e.$destroy();
191
+ }), this.doorLabels = void 0;
192
+ return;
193
+ }
194
+ this.doorLabelItems && this.doorLabelItems.forEach((e) => {
195
+ e.$destroy();
196
+ }), this.doorLabelItems = [], this.labelItems.forEach((e) => {
197
+ this.doorLabelItems.push(
198
+ new W({
199
+ target: this.container,
200
+ props: {
201
+ props: e,
202
+ onClick: () => {
203
+ this.onClick(e.name, e.position);
204
+ }
205
+ }
206
+ })
207
+ );
208
+ });
209
+ }
210
+ initState() {
211
+ return { enabled: !0, visible: !0 };
212
+ }
213
+ dispose() {
214
+ this.five && (this.five.off("wantsToMoveToPano", this.hideAllLabels), this.five.off("modelLoaded", this.fixDoorVisibleAndPosition), this.five.off("panoArrived", this.fixDoorVisibleAndPosition), this.five.off("initAnimationEnded", this.fixDoorPosition), this.five.off("cameraUpdate", this.fixDoorPosition), this.five.off("mouseWheel", this.fixDoorPosition), this.five.off("pinchGesture", this.fixDoorPosition), super.dispose());
215
+ }
216
+ }
217
+ export {
218
+ q as PanoDoorLabelPluginController
219
+ };
@@ -1 +1,65 @@
1
- "use strict";const e=require("svelte/internal"),D=require("classnames"),L=t=>t&&typeof t=="object"&&"default"in t?t:{default:t},m=L(D);function P(t){e.append_styles(t,"svelte-wpy7pz",'.plugin-DoorLabelPlugin-item.svelte-wpy7pz.svelte-wpy7pz{position:absolute;left:0;top:0;width:0;height:0;pointer-events:none;transition:opacity 0.3s ease}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz{position:absolute;top:50%;left:50%;border-radius:0.125rem;background:rgba(0, 0, 0, 0.35);line-height:0.75rem;padding:0.375rem;white-space:nowrap;font-size:0.75rem;font-style:normal;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform ease 1s, background ease 0.3s, color ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz::after{content:"";display:block;position:absolute;top:-0.0625rem;left:-0.0625rem;bottom:-0.0625rem;right:-0.0625rem;border-radius:0.125rem;border:0.0625rem solid rgba(0, 0, 0, 0);-o-border-image:url("//vrlab-image4.ljcdn.com/release/web/highlightCarouseal-border-image.14b51834.png") 4;border-image:url("//vrlab-image4.ljcdn.com/release/web/highlightCarouseal-border-image.14b51834.png") 4;transition:opacity ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz:active,.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz:focus{background:rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 0.5)}.plugin-DoorLabelPlugin-icon.svelte-wpy7pz.svelte-wpy7pz{background:url("//vrlab-image4.ljcdn.com/release/web/DoorLabel-icon.de1304ae.svg") no-repeat;background-size:100%;display:inline-block;width:0.625rem;height:0.625rem;margin-left:0.25rem;transform-origin:center}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].left.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].back.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].right.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz{color:#f9eac1}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{background:url("//vrlab-image4.ljcdn.com/release/web/arrow.6e8ec00e.svg") no-repeat}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz:active,.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz:focus{background:rgba(0, 0, 0, 0.5);color:rgba(249, 234, 193, 0.5)}')}function h(t){let n,l,i,s,a,o,p,c;return{c(){n=e.element("div"),l=e.element("div"),i=e.element("span"),i.textContent=`${t[8]}`,s=e.space(),a=e.element("i"),e.attr(i,"class","plugin-DoorLabelPlugin-txt svelte-wpy7pz"),e.attr(a,"class","plugin-DoorLabelPlugin-icon svelte-wpy7pz"),e.attr(l,"class",o=e.null_to_empty(m.default("plugin-DoorLabelPlugin-cnt",t[0].toward))+" svelte-wpy7pz"),e.attr(l,"style",`transform: ${t[6]||"initial"};pointer-events: ${t[5]?"auto":"none"};opacity: ${t[5]?1:0}`),e.attr(l,"data-camera-toward",t[7]),e.attr(n,"style",`left: ${t[3]||0}%;top: ${t[4]||0}%;opacity: ${t[5]?1:0}`),e.attr(n,"class","plugin-DoorLabelPlugin-item svelte-wpy7pz")},m(g,u){e.insert(g,n,u),e.append(n,l),e.append(l,i),e.append(l,s),e.append(l,a),t[10](n),p||(c=e.listen(l,"click",t[9]),p=!0)},p(g,[u]){u&1&&o!==(o=e.null_to_empty(m.default("plugin-DoorLabelPlugin-cnt",g[0].toward))+" svelte-wpy7pz")&&e.attr(l,"class",o)},i:e.noop,o:e.noop,d(g){g&&e.detach(n),t[10](null),p=!1,c()}}}function k(t,n,l){let{props:i}=n,{onClick:s}=n,a,{left:o,top:p,inSight:c,transform:g,panoIndex:u,cameraToward:w,name:v}=i,d=0;const f=()=>{if(!o||!p||!c||!a)return;const r=a.current.clientWidth/window.innerWidth*100,b=a.current.clientHeight/window.innerHeight*100;if(o<=r/2||o>=100-r/2||p<=b/2||p>=100-b/2)return;u!==d&&(console.log("panoDoorLabelPlugin",u,"\u89E6\u53D1\u57CB\u70B9"),d=u)},y=r=>{s&&s()};function z(r){e.binding_callbacks[r?"unshift":"push"](()=>{a=r,l(2,a)})}return t.$$set=r=>{"props"in r&&l(0,i=r.props),"onClick"in r&&l(1,s=r.onClick)},f(),[i,s,a,o,p,c,g,w,v,y,z]}class _ extends e.SvelteComponent{constructor(n){super(),e.init(this,n,k,h,e.safe_not_equal,{props:0,onClick:1},P)}}exports.DoorLabelItem=_;
1
+ import { SvelteComponent as k, init as _, safe_not_equal as C, append_styles as I, element as d, space as j, attr as p, null_to_empty as v, insert as B, append as b, listen as x, noop as f, detach as H, binding_callbacks as S } from "svelte/internal";
2
+ import y from "classnames";
3
+ function W(e) {
4
+ I(e, "svelte-wpy7pz", '.plugin-DoorLabelPlugin-item.svelte-wpy7pz.svelte-wpy7pz{position:absolute;left:0;top:0;width:0;height:0;pointer-events:none;transition:opacity 0.3s ease}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz{position:absolute;top:50%;left:50%;border-radius:0.125rem;background:rgba(0, 0, 0, 0.35);line-height:0.75rem;padding:0.375rem;white-space:nowrap;font-size:0.75rem;font-style:normal;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform ease 1s, background ease 0.3s, color ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz::after{content:"";display:block;position:absolute;top:-0.0625rem;left:-0.0625rem;bottom:-0.0625rem;right:-0.0625rem;border-radius:0.125rem;border:0.0625rem solid rgba(0, 0, 0, 0);-o-border-image:url("//vrlab-image4.ljcdn.com/release/web/highlightCarouseal-border-image.14b51834.png") 4;border-image:url("//vrlab-image4.ljcdn.com/release/web/highlightCarouseal-border-image.14b51834.png") 4;transition:opacity ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz:active,.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz:focus{background:rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 0.5)}.plugin-DoorLabelPlugin-icon.svelte-wpy7pz.svelte-wpy7pz{background:url("//vrlab-image4.ljcdn.com/release/web/DoorLabel-icon.de1304ae.svg") no-repeat;background-size:100%;display:inline-block;width:0.625rem;height:0.625rem;margin-left:0.25rem;transform-origin:center}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].left.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].back.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].right.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz{color:#f9eac1}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{background:url("//vrlab-image4.ljcdn.com/release/web/arrow.6e8ec00e.svg") no-repeat}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz:active,.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz:focus{background:rgba(0, 0, 0, 0.5);color:rgba(249, 234, 193, 0.5)}');
5
+ }
6
+ function q(e) {
7
+ let l, t, a, s, o, n, i, c;
8
+ return {
9
+ c() {
10
+ l = d("div"), t = d("div"), a = d("span"), a.textContent = `${e[8]}`, s = j(), o = d("i"), p(a, "class", "plugin-DoorLabelPlugin-txt svelte-wpy7pz"), p(o, "class", "plugin-DoorLabelPlugin-icon svelte-wpy7pz"), p(t, "class", n = v(y("plugin-DoorLabelPlugin-cnt", e[0].toward)) + " svelte-wpy7pz"), p(t, "style", `transform: ${e[6] || "initial"};pointer-events: ${e[5] ? "auto" : "none"};opacity: ${e[5] ? 1 : 0}`), p(t, "data-camera-toward", e[7]), p(l, "style", `left: ${e[3] || 0}%;top: ${e[4] || 0}%;opacity: ${e[5] ? 1 : 0}`), p(l, "class", "plugin-DoorLabelPlugin-item svelte-wpy7pz");
11
+ },
12
+ m(g, u) {
13
+ B(g, l, u), b(l, t), b(t, a), b(t, s), b(t, o), e[10](l), i || (c = x(t, "click", e[9]), i = !0);
14
+ },
15
+ p(g, [u]) {
16
+ u & 1 && n !== (n = v(y("plugin-DoorLabelPlugin-cnt", g[0].toward)) + " svelte-wpy7pz") && p(t, "class", n);
17
+ },
18
+ i: f,
19
+ o: f,
20
+ d(g) {
21
+ g && H(l), e[10](null), i = !1, c();
22
+ }
23
+ };
24
+ }
25
+ function E(e, l, t) {
26
+ let { props: a } = l, { onClick: s } = l, o, { left: n, top: i, inSight: c, transform: g, panoIndex: u, cameraToward: z, name: P } = a, m = 0;
27
+ const D = () => {
28
+ if (!n || !i || !c || !o)
29
+ return;
30
+ const r = o.current.clientWidth / window.innerWidth * 100, w = o.current.clientHeight / window.innerHeight * 100;
31
+ if (n <= r / 2 || n >= 100 - r / 2 || i <= w / 2 || i >= 100 - w / 2)
32
+ return;
33
+ u !== m && (console.log("panoDoorLabelPlugin", u, "\u89E6\u53D1\u57CB\u70B9"), m = u);
34
+ }, L = (r) => {
35
+ s && s();
36
+ };
37
+ function h(r) {
38
+ S[r ? "unshift" : "push"](() => {
39
+ o = r, t(2, o);
40
+ });
41
+ }
42
+ return e.$$set = (r) => {
43
+ "props" in r && t(0, a = r.props), "onClick" in r && t(1, s = r.onClick);
44
+ }, D(), [
45
+ a,
46
+ s,
47
+ o,
48
+ n,
49
+ i,
50
+ c,
51
+ g,
52
+ z,
53
+ P,
54
+ L,
55
+ h
56
+ ];
57
+ }
58
+ class A extends k {
59
+ constructor(l) {
60
+ super(), _(this, l, E, q, C, { props: 0, onClick: 1 }, W);
61
+ }
62
+ }
63
+ export {
64
+ A as default
65
+ };
@@ -1 +1,5 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("./Controller.js");require("three");require("./BaseController.js");require("@realsee/five");require("../base/BasePlugin.js");require("../shared-utils/Subscribe.js");require("./DoorLabelItem.js");require("svelte/internal");require("classnames");require("./utils.js");const e=r=>new l.PanoDoorLabelPluginController(r);exports.PanoDoorLabelPlugin=e;exports.default=e;
1
+ import { PanoDoorLabelPluginController as r } from "./Controller.js";
2
+ const e = (o) => new r(o);
3
+ export {
4
+ e as PanoDoorLabelPlugin
5
+ };
@@ -1 +1,23 @@
1
- "use strict";const r=require("three");function h(t,e){const o=Math.abs(t.top+t.height/2-e.top-e.height/2),i=Math.abs(t.left+t.width/2-e.left-e.width/2),n=(t.height+e.height)/2,a=(t.width+e.width)/2;return!(o>n&&i>a)}function s(t){const{camera:e}=t,o=e.getWorldDirection(new r.Vector3);let i=Math.atan(o.z/o.x)*180/Math.PI,n="";return o.x<0&&(i+=180),i<0&&(i+=360),i>315||i<=45?n="right":i>45&&i<=135?n="back":i>135&&i<=225?n="left":i>225&&i<=315&&(n="forward"),n}function l(t,e){return Math.sqrt(Math.pow(t.z-e.z,2)+Math.pow(t.x-e.x,2))}function f(t){const e=Math.PI/4;return t>-e&&t<=e?"left":t>e*3||t<=-e*3?"right":t>-e*3&&t<=-e?"forward":t>e&&t<=e*3?"back":""}exports.getCameraToward=s;exports.getDistance=l;exports.getToward=f;exports.isTwoRectOverlaped=h;
1
+ import { Vector3 as a } from "three";
2
+ function f(t, e) {
3
+ const n = Math.abs(t.top + t.height / 2 - e.top - e.height / 2), i = Math.abs(t.left + t.width / 2 - e.left - e.width / 2), o = (t.height + e.height) / 2, r = (t.width + e.width) / 2;
4
+ return !(n > o && i > r);
5
+ }
6
+ function s(t) {
7
+ const { camera: e } = t, n = e.getWorldDirection(new a());
8
+ let i = Math.atan(n.z / n.x) * 180 / Math.PI, o = "";
9
+ return n.x < 0 && (i += 180), i < 0 && (i += 360), i > 315 || i <= 45 ? o = "right" : i > 45 && i <= 135 ? o = "back" : i > 135 && i <= 225 ? o = "left" : i > 225 && i <= 315 && (o = "forward"), o;
10
+ }
11
+ function l(t, e) {
12
+ return Math.sqrt(Math.pow(t.z - e.z, 2) + Math.pow(t.x - e.x, 2));
13
+ }
14
+ function c(t) {
15
+ const e = Math.PI / 4;
16
+ return t > -e && t <= e ? "left" : t > e * 3 || t <= -e * 3 ? "right" : t > -e * 3 && t <= -e ? "forward" : t > e && t <= e * 3 ? "back" : "";
17
+ }
18
+ export {
19
+ s as getCameraToward,
20
+ l as getDistance,
21
+ c as getToward,
22
+ f as isTwoRectOverlaped
23
+ };
@@ -1 +1,53 @@
1
- "use strict";var a=Object.defineProperty;var d=(i,e,o)=>e in i?a(i,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):i[e]=o;var t=(i,e,o)=>(d(i,typeof e!="symbol"?e+"":e,o),o);const c=require("../Model/line.js"),l=require("../Model/point.js"),r=require("../utils/ironbox.js");class f{constructor(e){t(this,"model");t(this,"five");t(this,"group");t(this,"config");t(this,"dashed");t(this,"disposed",!1);t(this,"isMobile");t(this,"mouseGroup");t(this,"container");t(this,"fiveHelper");t(this,"hook");t(this,"magnifier");t(this,"userDistanceItemCreator");t(this,"updateDistanceUI",()=>{this.dashed.distanceItem.update(this.five),this.model.lines.forEach(e=>e.distanceItem.update(this.five))});var s,n;this.five=e.five,this.hook=e.hook,this.model=e.model,this.config=e.config,this.magnifier=e.magnifier,this.container=e.container,this.fiveHelper=e.fiveHelper,this.isMobile=(n=(s=e.openParams)==null?void 0:s.isMobile)!=null?n:!1,this.userDistanceItemCreator=e.userDistanceItemCreator,this.group=e.group,this.mouseGroup=e.mouseGroup,this.dashed=new c.Line(new l.Point([0,0,0]),new l.Point([0,0,0]),this.model),this.dashed.mesh.setMaterial({dashed:!0,dashScale:100}),this.dashed.mesh.name="dashLine";const o=this.five.getElement();o&&(o.addEventListener("touchstart",r.preventDefault),o.addEventListener("contextmenu",r.preventDefault))}removeLine(e){this.group.remove(e.mesh,e.lightMesh),e.distanceItem.remove(),this.five.needsRender=!0}updateMouseGroup(e,o){if(!e)return this.mouseGroup;const s=this.fiveHelper.getAdsorbentPoint(e),n=s||e.point;if(this.mouseGroup.position.copy(n),o)this.mouseGroup.quaternion.copy(o.quaternion);else if(e.face){const u=e.face.normal.clone().multiplyScalar(.05),h=e.point.clone().add(u).clone().add(u);this.mouseGroup.lookAt(h)}return this.mouseGroup}dispose(){this.disposed=!0,this.magnifier.remove(),this.model.lines.forEach(o=>this.removeLine(o));const e=this.five.getElement();e&&(e.removeEventListener("touchstart",r.preventDefault),e.removeEventListener("contextmenu",r.preventDefault))}}exports.BaseController=f;
1
+ var m = Object.defineProperty;
2
+ var a = (i, e, o) => e in i ? m(i, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : i[e] = o;
3
+ var t = (i, e, o) => (a(i, typeof e != "symbol" ? e + "" : e, o), o);
4
+ import { Line as l } from "../Model/line.js";
5
+ import { Point as d } from "../Model/point.js";
6
+ import { preventDefault as r } from "../utils/ironbox.js";
7
+ class G {
8
+ constructor(e) {
9
+ t(this, "model");
10
+ t(this, "five");
11
+ t(this, "group");
12
+ t(this, "config");
13
+ t(this, "dashed");
14
+ t(this, "disposed", !1);
15
+ t(this, "isMobile");
16
+ t(this, "mouseGroup");
17
+ t(this, "container");
18
+ t(this, "fiveHelper");
19
+ t(this, "hook");
20
+ t(this, "magnifier");
21
+ t(this, "userDistanceItemCreator");
22
+ t(this, "updateDistanceUI", () => {
23
+ this.dashed.distanceItem.update(this.five), this.model.lines.forEach((e) => e.distanceItem.update(this.five));
24
+ });
25
+ var s, n;
26
+ this.five = e.five, this.hook = e.hook, this.model = e.model, this.config = e.config, this.magnifier = e.magnifier, this.container = e.container, this.fiveHelper = e.fiveHelper, this.isMobile = (n = (s = e.openParams) == null ? void 0 : s.isMobile) != null ? n : !1, this.userDistanceItemCreator = e.userDistanceItemCreator, this.group = e.group, this.mouseGroup = e.mouseGroup, this.dashed = new l(new d([0, 0, 0]), new d([0, 0, 0]), this.model), this.dashed.mesh.setMaterial({ dashed: !0, dashScale: 100 }), this.dashed.mesh.name = "dashLine";
27
+ const o = this.five.getElement();
28
+ o && (o.addEventListener("touchstart", r), o.addEventListener("contextmenu", r));
29
+ }
30
+ removeLine(e) {
31
+ this.group.remove(e.mesh, e.lightMesh), e.distanceItem.remove(), this.five.needsRender = !0;
32
+ }
33
+ updateMouseGroup(e, o) {
34
+ if (!e)
35
+ return this.mouseGroup;
36
+ const s = this.fiveHelper.getAdsorbentPoint(e), n = s || e.point;
37
+ if (this.mouseGroup.position.copy(n), o)
38
+ this.mouseGroup.quaternion.copy(o.quaternion);
39
+ else if (e.face) {
40
+ const h = e.face.normal.clone().multiplyScalar(0.05), u = e.point.clone().add(h).clone().add(h);
41
+ this.mouseGroup.lookAt(u);
42
+ }
43
+ return this.mouseGroup;
44
+ }
45
+ dispose() {
46
+ this.disposed = !0, this.magnifier.remove(), this.model.lines.forEach((o) => this.removeLine(o));
47
+ const e = this.five.getElement();
48
+ e && (e.removeEventListener("touchstart", r), e.removeEventListener("contextmenu", r));
49
+ }
50
+ }
51
+ export {
52
+ G as BaseController
53
+ };
@@ -1 +1,102 @@
1
- "use strict";var p=Object.defineProperty;var u=(i,h,e)=>h in i?p(i,h,{enumerable:!0,configurable:!0,writable:!0,value:e}):i[h]=e;var s=(i,h,e)=>(u(i,typeof h!="symbol"?h+"":h,e),e);const l=require("hammerjs"),m=require("../Model/index.js"),f=require("../Model/line.js"),d=require("../Model/point.js"),c=require("../../shared-utils/throttle.js"),v=require("./BaseController.js"),r=require("../utils/getIntersectionFromEvent.js"),P=i=>i&&typeof i=="object"&&"default"in i?i:{default:i},g=P(l);class M extends v.BaseController{constructor(e){var o;super(e);s(this,"type","edit");s(this,"pressPoint");s(this,"hasAppendDashed",!1);s(this,"hasAppendMouseGroup",!1);s(this,"fiveElement");s(this,"lastPoint",null);s(this,"hammer");s(this,"onIntersectionUpdate",c.throttle((e,t)=>{var n;this.hasAppendMouseGroup===!1&&(this.group.add(this.mouseGroup),this.magnifier.appendTo(this.container),this.hasAppendMouseGroup=!0);const o=this.updateMouseGroup(e,t).position;(n=this.pressPoint)==null||n.position.copy(o),this.updateDashed(),requestAnimationFrame(()=>this.magnifier.renderWithPoint(this.mouseGroup.position)),this.five.needsRender=!0},20));s(this,"revoke",()=>{if(this.model.lines.length===0&&this.lastPoint){this.lastPoint=null,this.hasAppendDashed=!1,this.dashed.distanceItem.remove(),this.group.remove(this.dashed.mesh),this.hook.emit("anchorChange",null),this.five.needsRender=!0;return}if(this.model.lines.length===0&&!this.lastPoint||!this.lastPoint)return;const e=this.model.lines[this.model.lines.length-1],t=e.findAnotherPoint(this.lastPoint);!t||(this.lastPoint=t,this.hook.emit("anchorChange",t.position),this.group.remove(e.mesh),this.model.removeLine(e),this.hasAppendMouseGroup=!1,this.mouseGroup.position.copy(this.lastPoint.position),this.group.remove(this.mouseGroup),e.distanceItem.remove(),this.updateDashed(),this.magnifier.remove(),this.five.needsRender=!0)});s(this,"onMouseLeave",()=>{this.magnifier.remove(),this.group.remove(this.mouseGroup),this.hasAppendMouseGroup=!1,this.lastPoint&&(this.mouseGroup.position.copy(this.lastPoint.position),this.updateDashed())});s(this,"onLineChanged",()=>{this.hook.emit("editedLineChange",this.model.lines.map(e=>e.toCompletelyJson()))});s(this,"onPress",e=>{const[t]=r.getIntersectionFromEvent(this.five,e);if(!t||!t.face)return;const o=new d.Point(t.point);this.pressPoint=o,this.onIntersectionUpdate(t)});s(this,"onPan",e=>{if(!this.pressPoint)return;const[t]=r.getIntersectionFromEvent(this.five,e);!t||!t.face||this.onIntersectionUpdate(t)});s(this,"onPanEnd",e=>{!this.pressPoint||this.onTap(e)});s(this,"onTap",e=>{this.hasAppendDashed||(this.dashed.distanceItem.appendTo(this.container),this.group.add(this.dashed.mesh)),this.hasAppendDashed=!0;const[t]=r.getIntersectionFromEvent(this.five,e);this.updateMouseGroup(t);const o=new d.Point(this.mouseGroup.position),n=this.lastPoint;if(o&&(this.lastPoint=o),o&&n){const a=new f.Line(n,o,this.model);a.distanceItem.appendTo(this.container),this.model.addLine(a),this.group.add(a.mesh),a.distanceItem.update(this.five)}this.pressPoint=void 0,this.hasAppendMouseGroup=!1,this.magnifier.remove(),this.group.remove(this.mouseGroup),this.updateDashed(),this.five.needsRender=!0,this.hook.emit("anchorChange",o.position)});s(this,"onWantsTapGesture",()=>!1);s(this,"onWantsToMoveToPano",()=>!1);s(this,"onWantsPanGesture",()=>this.pressPoint?!1:void 0);s(this,"onCameraUpdate",()=>{this.updateDistanceUI(),this.dashed.distanceItem.update(this.five)});s(this,"updateDashed",()=>{!this.lastPoint||(this.dashed.points[0].position.copy(this.lastPoint.position),this.dashed.points[1].position.copy(this.mouseGroup.position),this.dashed.mesh.setPoints(this.lastPoint.position,this.mouseGroup.position),this.dashed.distanceItem.update(this.five))});this.model=new m.Model(this.config),this.five.on("cameraUpdate",this.onCameraUpdate),this.five.on("wantsPanGesture",this.onWantsPanGesture),this.five.on("wantsTapGesture",this.onWantsTapGesture),this.five.on("wantsToMoveToPano",this.onWantsToMoveToPano),this.five.on("intersectionOnModelUpdate",this.onIntersectionUpdate),this.model.hook.on("lineAdded",this.onLineChanged),this.model.hook.on("lineRemoved",this.onLineChanged);const t=this.five.getElement();if(t){this.fiveElement=t;const n=new g.default(t);this.hammer=n,n.on("tap",this.onTap),n.on("pan",this.onPan),n.on("press",this.onPress),n.on("panend",this.onPanEnd)}(o=this.fiveElement)==null||o.addEventListener("mouseleave",this.onMouseLeave),this.hook.emit("anchorChange",null),this.five.refresh()}dispose(){var e,t;super.dispose(),this.group.remove(this.mouseGroup,this.dashed.mesh),this.five.off("cameraUpdate",this.onCameraUpdate),this.five.off("wantsPanGesture",this.onWantsPanGesture),this.five.off("wantsTapGesture",this.onWantsTapGesture),this.five.off("wantsToMoveToPano",this.onWantsToMoveToPano),this.five.off("intersectionOnModelUpdate",this.onIntersectionUpdate),this.model.hook.off("lineAdded",this.onLineChanged),this.model.hook.off("lineRemoved",this.onLineChanged),(e=this.hammer)==null||e.destroy(),(t=this.fiveElement)==null||t.removeEventListener("mouseleave",this.onMouseLeave),this.magnifier.dispose(),this.dashed.distanceItem.remove(),this.five.needsRender=!0}getEditingLines(){return this.model.lines}}exports.EditController=M;
1
+ var p = Object.defineProperty;
2
+ var m = (h, n, e) => n in h ? p(h, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : h[n] = e;
3
+ var s = (h, n, e) => (m(h, typeof n != "symbol" ? n + "" : n, e), e);
4
+ import u from "hammerjs";
5
+ import { Model as f } from "../Model/index.js";
6
+ import { Line as l } from "../Model/line.js";
7
+ import { Point as d } from "../Model/point.js";
8
+ import { throttle as v } from "../../shared-utils/throttle.js";
9
+ import { BaseController as c } from "./BaseController.js";
10
+ import { getIntersectionFromEvent as r } from "../utils/getIntersectionFromEvent.js";
11
+ class A extends c {
12
+ constructor(e) {
13
+ var i;
14
+ super(e);
15
+ s(this, "type", "edit");
16
+ s(this, "pressPoint");
17
+ s(this, "hasAppendDashed", !1);
18
+ s(this, "hasAppendMouseGroup", !1);
19
+ s(this, "fiveElement");
20
+ s(this, "lastPoint", null);
21
+ s(this, "hammer");
22
+ s(this, "onIntersectionUpdate", v((e, t) => {
23
+ var o;
24
+ this.hasAppendMouseGroup === !1 && (this.group.add(this.mouseGroup), this.magnifier.appendTo(this.container), this.hasAppendMouseGroup = !0);
25
+ const i = this.updateMouseGroup(e, t).position;
26
+ (o = this.pressPoint) == null || o.position.copy(i), this.updateDashed(), requestAnimationFrame(() => this.magnifier.renderWithPoint(this.mouseGroup.position)), this.five.needsRender = !0;
27
+ }, 20));
28
+ s(this, "revoke", () => {
29
+ if (this.model.lines.length === 0 && this.lastPoint) {
30
+ this.lastPoint = null, this.hasAppendDashed = !1, this.dashed.distanceItem.remove(), this.group.remove(this.dashed.mesh), this.hook.emit("anchorChange", null), this.five.needsRender = !0;
31
+ return;
32
+ }
33
+ if (this.model.lines.length === 0 && !this.lastPoint || !this.lastPoint)
34
+ return;
35
+ const e = this.model.lines[this.model.lines.length - 1], t = e.findAnotherPoint(this.lastPoint);
36
+ !t || (this.lastPoint = t, this.hook.emit("anchorChange", t.position), this.group.remove(e.mesh), this.model.removeLine(e), this.hasAppendMouseGroup = !1, this.mouseGroup.position.copy(this.lastPoint.position), this.group.remove(this.mouseGroup), e.distanceItem.remove(), this.updateDashed(), this.magnifier.remove(), this.five.needsRender = !0);
37
+ });
38
+ s(this, "onMouseLeave", () => {
39
+ this.magnifier.remove(), this.group.remove(this.mouseGroup), this.hasAppendMouseGroup = !1, this.lastPoint && (this.mouseGroup.position.copy(this.lastPoint.position), this.updateDashed());
40
+ });
41
+ s(this, "onLineChanged", () => {
42
+ this.hook.emit(
43
+ "editedLineChange",
44
+ this.model.lines.map((e) => e.toCompletelyJson())
45
+ );
46
+ });
47
+ s(this, "onPress", (e) => {
48
+ const [t] = r(this.five, e);
49
+ if (!t || !t.face)
50
+ return;
51
+ const i = new d(t.point);
52
+ this.pressPoint = i, this.onIntersectionUpdate(t);
53
+ });
54
+ s(this, "onPan", (e) => {
55
+ if (!this.pressPoint)
56
+ return;
57
+ const [t] = r(this.five, e);
58
+ !t || !t.face || this.onIntersectionUpdate(t);
59
+ });
60
+ s(this, "onPanEnd", (e) => {
61
+ !this.pressPoint || this.onTap(e);
62
+ });
63
+ s(this, "onTap", (e) => {
64
+ this.hasAppendDashed || (this.dashed.distanceItem.appendTo(this.container), this.group.add(this.dashed.mesh)), this.hasAppendDashed = !0;
65
+ const [t] = r(this.five, e);
66
+ this.updateMouseGroup(t);
67
+ const i = new d(this.mouseGroup.position), o = this.lastPoint;
68
+ if (i && (this.lastPoint = i), i && o) {
69
+ const a = new l(o, i, this.model);
70
+ a.distanceItem.appendTo(this.container), this.model.addLine(a), this.group.add(a.mesh), a.distanceItem.update(this.five);
71
+ }
72
+ this.pressPoint = void 0, this.hasAppendMouseGroup = !1, this.magnifier.remove(), this.group.remove(this.mouseGroup), this.updateDashed(), this.five.needsRender = !0, this.hook.emit("anchorChange", i.position);
73
+ });
74
+ s(this, "onWantsTapGesture", () => !1);
75
+ s(this, "onWantsToMoveToPano", () => !1);
76
+ s(this, "onWantsPanGesture", () => this.pressPoint ? !1 : void 0);
77
+ s(this, "onCameraUpdate", () => {
78
+ this.updateDistanceUI(), this.dashed.distanceItem.update(this.five);
79
+ });
80
+ s(this, "updateDashed", () => {
81
+ !this.lastPoint || (this.dashed.points[0].position.copy(this.lastPoint.position), this.dashed.points[1].position.copy(this.mouseGroup.position), this.dashed.mesh.setPoints(this.lastPoint.position, this.mouseGroup.position), this.dashed.distanceItem.update(this.five));
82
+ });
83
+ this.model = new f(this.config), this.five.on("cameraUpdate", this.onCameraUpdate), this.five.on("wantsPanGesture", this.onWantsPanGesture), this.five.on("wantsTapGesture", this.onWantsTapGesture), this.five.on("wantsToMoveToPano", this.onWantsToMoveToPano), this.five.on("intersectionOnModelUpdate", this.onIntersectionUpdate), this.model.hook.on("lineAdded", this.onLineChanged), this.model.hook.on("lineRemoved", this.onLineChanged);
84
+ const t = this.five.getElement();
85
+ if (t) {
86
+ this.fiveElement = t;
87
+ const o = new u(t);
88
+ this.hammer = o, o.on("tap", this.onTap), o.on("pan", this.onPan), o.on("press", this.onPress), o.on("panend", this.onPanEnd);
89
+ }
90
+ (i = this.fiveElement) == null || i.addEventListener("mouseleave", this.onMouseLeave), this.hook.emit("anchorChange", null), this.five.refresh();
91
+ }
92
+ dispose() {
93
+ var e, t;
94
+ super.dispose(), this.group.remove(this.mouseGroup, this.dashed.mesh), this.five.off("cameraUpdate", this.onCameraUpdate), this.five.off("wantsPanGesture", this.onWantsPanGesture), this.five.off("wantsTapGesture", this.onWantsTapGesture), this.five.off("wantsToMoveToPano", this.onWantsToMoveToPano), this.five.off("intersectionOnModelUpdate", this.onIntersectionUpdate), this.model.hook.off("lineAdded", this.onLineChanged), this.model.hook.off("lineRemoved", this.onLineChanged), (e = this.hammer) == null || e.destroy(), (t = this.fiveElement) == null || t.removeEventListener("mouseleave", this.onMouseLeave), this.magnifier.dispose(), this.dashed.distanceItem.remove(), this.five.needsRender = !0;
95
+ }
96
+ getEditingLines() {
97
+ return this.model.lines;
98
+ }
99
+ }
100
+ export {
101
+ A as EditController
102
+ };