@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,163 @@
1
- "use strict";var U=Object.defineProperty,j=Object.defineProperties;var E=Object.getOwnPropertyDescriptors;var q=Object.getOwnPropertySymbols;var O=Object.prototype.hasOwnProperty,P=Object.prototype.propertyIsEnumerable;var C=(o,t,e)=>t in o?U(o,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):o[t]=e,D=(o,t)=>{for(var e in t||(t={}))O.call(t,e)&&C(o,e,t[e]);if(q)for(var e of q(t))P.call(t,e)&&C(o,e,t[e]);return o},S=(o,t)=>j(o,E(t));const r=require("svelte/internal"),W=require("svelte"),v=require("three"),A=require("./RoomLabelItem.js"),{Map:B}=r.globals;function G(o){r.append_styles(o,"svelte-9eg4zi",".room-labels-container.svelte-9eg4zi{width:100%;height:100%;position:relative;color:#fff}")}function T(o,t,e){const c=o.slice();return c[12]=t[e],c}function V(o,t){let e,c,l;return c=new A.RoomLabelItem({props:{roomLabel:t[12],five:t[1]}}),{key:o,first:null,c(){e=r.empty(),r.create_component(c.$$.fragment),this.first=e},m(i,f){r.insert(i,e,f),r.mount_component(c,i,f),l=!0},p(i,f){t=i;const m={};f&1&&(m.roomLabel=t[12]),f&2&&(m.five=t[1]),c.$set(m)},i(i){l||(r.transition_in(c.$$.fragment,i),l=!0)},o(i){r.transition_out(c.$$.fragment,i),l=!1},d(i){i&&r.detach(e),r.destroy_component(c,i)}}}function J(o){let t,e=[],c=new B,l,i,f=o[0];const m=n=>n[12].id;for(let n=0;n<f.length;n+=1){let s=T(o,f,n),h=m(s);c.set(h,e[n]=V(h,s))}return{c(){t=r.element("div");for(let n=0;n<e.length;n+=1)e[n].c();r.attr(t,"class","room-labels-container svelte-9eg4zi"),r.add_render_callback(()=>o[6].call(t))},m(n,s){r.insert(n,t,s);for(let h=0;h<e.length;h+=1)e[h].m(t,null);l=r.add_resize_listener(t,o[6].bind(t)),i=!0},p(n,[s]){s&3&&(f=n[0],r.group_outros(),e=r.update_keyed_each(e,s,m,1,n,f,c,t,r.outro_and_destroy_block,V,null,T),r.check_outros())},i(n){if(!i){for(let s=0;s<f.length;s+=1)r.transition_in(e[s]);i=!0}},o(n){for(let s=0;s<e.length;s+=1)r.transition_out(e[s]);i=!1},d(n){n&&r.detach(t);for(let s=0;s<e.length;s+=1)e[s].d();l()}}}function K(o,t,e){var R;let c,{five:l}=t,{roomLabels:i}=t,f,m,n=(R=l.model.shownFloor)!=null?R:null;function s(a){if(!(n===null||a.floorIndex===n))return!1;const g=new v.Raycaster,d=l.camera.position.clone(),_=new v.Vector3(a.position.x,a.position.y,a.position.z),y=_.distanceTo(d);g.set(d.clone(),_.clone().sub(d).normalize());const[u]=l.model.intersectRaycaster(g);return!(u&&u.distance+1<y)}function h(a,p){const d=new v.Vector3(a.position.x,a.position.y,a.position.z).clone().project(l.camera),_=Math.ceil((d.x+1)/2*p.x),y=Math.ceil((-d.y+1)/2*p.y);return`translate(${_}px, ${y}px)`}function z(a){const{rendererSize:p,shownFloor:g}=a,d=new Map;function _(u){const b=d.get(u.id);if(b)return b;const{x:w,y:I,z:M}=u.position,L=new v.Vector3(w,I,M).clone().distanceTo(l.camera.position);return d.set(u.id,L),L}return i.map(u=>{const b=s(u),w=b?h(u,p):u.transform,I=_(u),L=i.filter(x=>x.visible&&_(x)<I).length*10;return S(D({},u),{visible:b,transform:w,zIndex:L})})}function F(){e(0,i=z({rendererSize:c,shownFloor:n}))}function k(a){e(4,n=a)}l.on("cameraUpdate",F),l.on("modelShownFloorChange",k),W.onDestroy(()=>{l.off("cameraUpdate",F),l.off("modelShownFloorChange",k)});function H(){f=this.clientWidth,m=this.clientHeight,e(2,f),e(3,m)}return o.$$set=a=>{"five"in a&&e(1,l=a.five),"roomLabels"in a&&e(0,i=a.roomLabels)},o.$$.update=()=>{o.$$.dirty&12&&e(5,c={x:f,y:m}),o.$$.dirty&48&&e(0,i=z({rendererSize:c,shownFloor:n}))},[i,l,f,m,n,c,H]}class N extends r.SvelteComponent{constructor(t){super(),r.init(this,t,K,J,r.safe_not_equal,{five:1,roomLabels:0},G)}}exports.RoomLabelItems=N;
1
+ var q = Object.defineProperty, P = Object.defineProperties;
2
+ var A = Object.getOwnPropertyDescriptors;
3
+ var C = Object.getOwnPropertySymbols;
4
+ var B = Object.prototype.hasOwnProperty, E = Object.prototype.propertyIsEnumerable;
5
+ var D = (o, t, e) => t in o ? q(o, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[t] = e, R = (o, t) => {
6
+ for (var e in t || (t = {}))
7
+ B.call(t, e) && D(o, e, t[e]);
8
+ if (C)
9
+ for (var e of C(t))
10
+ E.call(t, e) && D(o, e, t[e]);
11
+ return o;
12
+ }, S = (o, t) => P(o, A(t));
13
+ import { SvelteComponent as G, init as J, safe_not_equal as K, append_styles as N, element as Q, attr as X, add_render_callback as Y, insert as H, add_resize_listener as Z, group_outros as $, update_keyed_each as ee, outro_and_destroy_block as te, check_outros as oe, transition_in as O, transition_out as V, detach as W, globals as ne, empty as re, create_component as ie, mount_component as se, destroy_component as le } from "svelte/internal";
14
+ import { onDestroy as ce } from "svelte";
15
+ import { Raycaster as ae, Vector3 as w } from "three";
16
+ import fe from "./RoomLabelItem.js";
17
+ import "./Assets/roomLabelBg.js";
18
+ const { Map: me } = ne;
19
+ function ue(o) {
20
+ N(o, "svelte-9eg4zi", ".room-labels-container.svelte-9eg4zi{width:100%;height:100%;position:relative;color:#fff}");
21
+ }
22
+ function T(o, t, e) {
23
+ const l = o.slice();
24
+ return l[12] = t[e], l;
25
+ }
26
+ function U(o, t) {
27
+ let e, l, s;
28
+ return l = new fe({
29
+ props: {
30
+ roomLabel: t[12],
31
+ five: t[1]
32
+ }
33
+ }), {
34
+ key: o,
35
+ first: null,
36
+ c() {
37
+ e = re(), ie(l.$$.fragment), this.first = e;
38
+ },
39
+ m(r, a) {
40
+ H(r, e, a), se(l, r, a), s = !0;
41
+ },
42
+ p(r, a) {
43
+ t = r;
44
+ const m = {};
45
+ a & 1 && (m.roomLabel = t[12]), a & 2 && (m.five = t[1]), l.$set(m);
46
+ },
47
+ i(r) {
48
+ s || (O(l.$$.fragment, r), s = !0);
49
+ },
50
+ o(r) {
51
+ V(l.$$.fragment, r), s = !1;
52
+ },
53
+ d(r) {
54
+ r && W(e), le(l, r);
55
+ }
56
+ };
57
+ }
58
+ function de(o) {
59
+ let t, e = [], l = new me(), s, r, a = o[0];
60
+ const m = (n) => n[12].id;
61
+ for (let n = 0; n < a.length; n += 1) {
62
+ let i = T(o, a, n), d = m(i);
63
+ l.set(d, e[n] = U(d, i));
64
+ }
65
+ return {
66
+ c() {
67
+ t = Q("div");
68
+ for (let n = 0; n < e.length; n += 1)
69
+ e[n].c();
70
+ X(t, "class", "room-labels-container svelte-9eg4zi"), Y(() => o[6].call(t));
71
+ },
72
+ m(n, i) {
73
+ H(n, t, i);
74
+ for (let d = 0; d < e.length; d += 1)
75
+ e[d].m(t, null);
76
+ s = Z(t, o[6].bind(t)), r = !0;
77
+ },
78
+ p(n, [i]) {
79
+ i & 3 && (a = n[0], $(), e = ee(e, i, m, 1, n, a, l, t, te, U, null, T), oe());
80
+ },
81
+ i(n) {
82
+ if (!r) {
83
+ for (let i = 0; i < a.length; i += 1)
84
+ O(e[i]);
85
+ r = !0;
86
+ }
87
+ },
88
+ o(n) {
89
+ for (let i = 0; i < e.length; i += 1)
90
+ V(e[i]);
91
+ r = !1;
92
+ },
93
+ d(n) {
94
+ n && W(t);
95
+ for (let i = 0; i < e.length; i += 1)
96
+ e[i].d();
97
+ s();
98
+ }
99
+ };
100
+ }
101
+ function he(o, t, e) {
102
+ var k;
103
+ let l, { five: s } = t, { roomLabels: r } = t, a, m, n = (k = s.model.shownFloor) != null ? k : null;
104
+ function i(c) {
105
+ if (!(n === null || c.floorIndex === n))
106
+ return !1;
107
+ const g = new ae(), u = s.camera.position.clone(), h = new w(c.position.x, c.position.y, c.position.z), b = h.distanceTo(u);
108
+ g.set(u.clone(), h.clone().sub(u).normalize());
109
+ const [f] = s.model.intersectRaycaster(g);
110
+ return !(f && f.distance + 1 < b);
111
+ }
112
+ function d(c, p) {
113
+ const u = new w(c.position.x, c.position.y, c.position.z).clone().project(s.camera), h = Math.ceil((u.x + 1) / 2 * p.x), b = Math.ceil((-u.y + 1) / 2 * p.y);
114
+ return `translate(${h}px, ${b}px)`;
115
+ }
116
+ function z(c) {
117
+ const { rendererSize: p, shownFloor: g } = c, u = /* @__PURE__ */ new Map();
118
+ function h(f) {
119
+ const _ = u.get(f.id);
120
+ if (_)
121
+ return _;
122
+ const { x: L, y: v, z: x } = f.position, y = new w(L, v, x).clone().distanceTo(s.camera.position);
123
+ return u.set(f.id, y), y;
124
+ }
125
+ return r.map((f) => {
126
+ const _ = i(f), L = _ ? d(f, p) : f.transform, v = h(f), y = r.filter((M) => M.visible && h(M) < v).length * 10;
127
+ return S(R({}, f), { visible: _, transform: L, zIndex: y });
128
+ });
129
+ }
130
+ function F() {
131
+ e(0, r = z({ rendererSize: l, shownFloor: n }));
132
+ }
133
+ function I(c) {
134
+ e(4, n = c);
135
+ }
136
+ s.on("cameraUpdate", F), s.on("modelShownFloorChange", I), ce(() => {
137
+ s.off("cameraUpdate", F), s.off("modelShownFloorChange", I);
138
+ });
139
+ function j() {
140
+ a = this.clientWidth, m = this.clientHeight, e(2, a), e(3, m);
141
+ }
142
+ return o.$$set = (c) => {
143
+ "five" in c && e(1, s = c.five), "roomLabels" in c && e(0, r = c.roomLabels);
144
+ }, o.$$.update = () => {
145
+ o.$$.dirty & 12 && e(5, l = { x: a, y: m }), o.$$.dirty & 48 && e(0, r = z({ rendererSize: l, shownFloor: n }));
146
+ }, [
147
+ r,
148
+ s,
149
+ a,
150
+ m,
151
+ n,
152
+ l,
153
+ j
154
+ ];
155
+ }
156
+ class ve extends G {
157
+ constructor(t) {
158
+ super(), J(this, t, he, de, K, { five: 1, roomLabels: 0 }, ue);
159
+ }
160
+ }
161
+ export {
162
+ ve as default
163
+ };
@@ -1 +1,9 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("./Controller.js");require("./RoomLabelItems.js");require("svelte/internal");require("svelte");require("three");require("./RoomLabelItem.js");require("./Assets/roomLabelBg.js");require("./utils/parseData.js");const e=o=>new r.ModelRoomLabelController(o),l={name:"ModelRoomLabelPlugin",version:0};exports.ModelRoomLabelPlugin=e;exports.default=e;exports.modelRoomLabelPluginServerParams=l;
1
+ import { ModelRoomLabelController as e } from "./Controller.js";
2
+ const r = (o) => new e(o), n = {
3
+ name: "ModelRoomLabelPlugin",
4
+ version: 0
5
+ };
6
+ export {
7
+ r as ModelRoomLabelPlugin,
8
+ n as modelRoomLabelPluginServerParams
9
+ };
@@ -1 +1,16 @@
1
- "use strict";function t(e){return e.model_room_labels.map(({id:o,pano_index:a,floor_index:l,name:n,position:r,longitude:s})=>({id:o,name:n,position:r,longitude:s,panoIndex:a,floorIndex:l,zIndex:0,visible:!1,transform:""}))}exports.parseModelRoomLabelPluginData=t;
1
+ function m(e) {
2
+ return e.model_room_labels.map(({ id: o, pano_index: a, floor_index: l, name: n, position: r, longitude: d }) => ({
3
+ id: o,
4
+ name: n,
5
+ position: r,
6
+ longitude: d,
7
+ panoIndex: a,
8
+ floorIndex: l,
9
+ zIndex: 0,
10
+ visible: !1,
11
+ transform: ""
12
+ }));
13
+ }
14
+ export {
15
+ m as parseModelRoomLabelPluginData
16
+ };
@@ -1 +1,163 @@
1
- "use strict";var P=(o,g,e)=>new Promise((l,x)=>{var w=m=>{try{y(e.next(m))}catch(p){x(p)}},M=m=>{try{y(e.throw(m))}catch(p){x(p)}},y=m=>m.done?l(m.value):Promise.resolve(m.value).then(w,M);y((e=e.apply(o,g)).next())});const O=require("three"),_=require("./utils/parseData.js"),z=require("../CSS3DRenderPlugin/index.js");function D(o){if(o&&o.__esModule)return o;const g=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const e in o)if(e!=="default"){const l=Object.getOwnPropertyDescriptor(o,e);Object.defineProperty(g,e,l.get?l:{enumerable:!0,get:()=>o[e]})}}return g.default=o,Object.freeze(g)}const d=D(O),C=(o,{videoElement:g})=>{const e={videoMeshes:[],videoTextureEnabled:!1,videoSource:"",rectPoints:[],enabled:!1,videoElement:g},l=z.CSS3DRenderPlugin(o),x=new Map,w=t=>{e.videoTexture&&(e.videoTexture.image.muted=t)},M=()=>e.videoTexture?e.videoTexture.image.muted:!0,y=()=>{if(e.enabled||!e.videoTexture)return;e.enabled=!0,e.videoMeshes=p(),e.videoMeshes.forEach(n=>o.scene.add(n));const t=()=>{if(!e.videoTexture)return;const n=()=>{var i;!e.videoTexture||((i=e.videoTexture)==null||i.image.removeEventListener("timeupdate",n),e.videoTextureEnabled=!0,e.videoMeshes.forEach(a=>{a.material.map!==e.videoTexture&&(a.material.map=e.videoTexture)}),o.needsRender=!0)};e.videoTexture.image.addEventListener("timeupdate",n),e.videoTexture&&e.videoMeshes.length&&(e.videoTexture.image.play(),e.videoTexture.image.onplay=()=>{l.hide()},e.videoTexture.image.onpause=()=>{l.show()},e.videoTexture.image.onclick=()=>{e.videoTexture.image.muted=!1,e.videoTexture.image.play()})};if(o.model.loaded)t();else return o.once("modelLoaded",()=>t())},m=()=>{!e.enabled||(e.enabled=!1,e.videoMeshes.forEach(t=>{t.geometry.dispose(),t.material.dispose(),o.scene.remove(t),e.videoTexture&&e.videoTexture.image.pause()}),e.videoMeshes=[],o.needsRender=!0)},p=()=>e.rectPoints.map((t,n)=>{const i=new d.BufferGeometry,a=128,s=[];s.push(...t[0].toArray());for(let r=1;r<a;r++)s.push(t[0].x+(t[1].x-t[0].x)*r/a,t[0].y+(t[1].y-t[0].y)*r/a,t[0].z+(t[1].z-t[0].z)*r/a);s.push(...t[1].toArray()),s.push(...t[2].toArray());for(let r=1;r<a;r++)s.push(t[2].x+(t[3].x-t[2].x)*r/a,t[2].y+(t[3].y-t[2].y)*r/a,t[2].z+(t[3].z-t[2].z)*r/a);s.push(...t[3].toArray());const c=[];c.push(0,1);for(let r=1;r<a;r++)c.push(0,1-r/a);c.push(0,0),c.push(1,0);for(let r=1;r<a;r++)c.push(1,r/a);c.push(1,1);const u=[];for(let r=0;r<a;r++)u.push(r,r+1,a*2-r,r,a*2-r,a*2+1-r);i.setAttribute("position",new d.BufferAttribute(new Float32Array(s),3)),i.setAttribute("uv",new d.BufferAttribute(new Float32Array(c),2)),i.setIndex(new d.BufferAttribute(new Uint32Array(u),1));const f=new d.AxesHelper(10);o.scene.add(f);const h=new d.MeshBasicMaterial({map:e.videoTextureEnabled?e.videoTexture:e.imageTexture,side:d.DoubleSide}),b=new d.Mesh(i,h);b.renderOrder=1,b.name=`ModelTVVideoPlugin-${n}-${performance.now()}`;const L=[t[1],t[2],t[3],t[0]],T=l.create3DDomContainer(L);if(T!=null&&T.container){const r=document.createElement("div");r.classList.add("play-icon"),r.style.width="100%",r.style.height="100%",r.style.display="flex",r.style.justifyContent="center",r.style.alignItems="center",r.style.pointerEvents="none",T.container.appendChild(r);const v=document.createElement("img");v.src="//vrlab-static.ljcdn.com/release/web/play.2ada5b6f.png",v.style.width="200px",v.style.pointerEvents="auto",v.onclick=()=>{e.videoTexture.image.muted=!1,e.videoTexture.image.play()},r.appendChild(v),x.set(b,T)}return b}),F=t=>{const n=new d.TextureLoader().load(t);return n.minFilter=d.LinearFilter,n.magFilter=d.LinearFilter,n.format=d.RGBFormat,n},S=(t,n)=>new Promise((i,a)=>{const s=new XMLHttpRequest;s.onreadystatechange=()=>{if(s.readyState==4)if(s.status==200){const c=window.URL||window.webkitURL;n=n||document.createElement("video"),n.crossOrigin="anonymous",n.muted=!0,n.loop=!0,n.playsInline=!0,n.src=c.createObjectURL(s.response);const u=new d.VideoTexture(n);u.minFilter=d.LinearFilter,u.magFilter=d.LinearFilter,u.format=d.RGBFormat,i(Object.assign(u,{videoSource:t}))}else a(new Error("Video download Error: "+s.status))},s.onerror=c=>a(c),s.open("GET",t),s.responseType="blob",s.send()}),V=(t,n)=>P(exports,null,function*(){const{video_src:i,video_poster_src:a,points:s}=t;e.videoSource=i,e.rectPoints=_.parseModelTVVideoPoints(s).map(c=>c.map(({x:u,y:f,z:h})=>new d.Vector3(u,f,h))),e.imageTexture=F(a),n&&(e.videoElement=n),e.videoTexture=yield S(e.videoSource,e.videoElement),e.enabled=!!t.enable,e.enabled&&y()}),E=t=>{if(!e.enabled)return;const n=e.videoMeshes;if(!(!n||t.intersectObjects(n).length===0))return e.videoTexture&&(e.videoTexture.image.paused||e.videoTexture.image.pause()),!1},R=t=>{t==="Floorplan"?l.hide():l.show()},A=()=>{if(!e.enabled)return;const t=o.camera.position;if(x.forEach((n,i)=>{const a=n.css3DObject.position.clone(),s=a.clone().sub(t).normalize(),c=new d.Raycaster(t,s),u=o.model.intersectRaycaster(c)[0],f=a.distanceTo(t),h=.01;u&&u.distance+h<f?n.hide():n.show()}),!M()){const n=e.rectPoints.find(i=>{const a=i[0].clone().add(i[1]).add(i[2]).add(i[3]).divideScalar(4);return i.map(s=>s.clone().add(a).divideScalar(2)).filter(s=>{const c=s.distanceTo(t),u=new d.Raycaster(t,s.clone().sub(t).normalize()),f=o.model.intersectRaycaster(u)[0],h=.01;return!(f&&f.distance+h<c)}).length>=2});(!n||n.length===0)&&w(!0)}},j=()=>{m(),e.videoTexture=void 0,o.off("modeChange",R),o.off("wantsTapGesture",E),o.off("panoArrived",A),o.off("renderFrame",()=>{e.videoMeshes.forEach(t=>{t&&(t.needsRender=!0)})})};return o.on("modeChange",R),o.on("wantsTapGesture",E),o.on("panoArrived",A),o.on("renderFrame",()=>{e.videoMeshes.forEach(t=>{t&&(t.needsRender=!0)})}),{enable:y,disable:m,load:V,dispose:j,state:e,css3DRenderPlugin:l}};exports.ModelTVVideoPlugin=C;
1
+ var F = (s, b, e) => new Promise((m, y) => {
2
+ var w = (l) => {
3
+ try {
4
+ x(e.next(l));
5
+ } catch (p) {
6
+ y(p);
7
+ }
8
+ }, E = (l) => {
9
+ try {
10
+ x(e.throw(l));
11
+ } catch (p) {
12
+ y(p);
13
+ }
14
+ }, x = (l) => l.done ? m(l.value) : Promise.resolve(l.value).then(w, E);
15
+ x((e = e.apply(s, b)).next());
16
+ });
17
+ import * as d from "three";
18
+ import { parseModelTVVideoPoints as I } from "./utils/parseData.js";
19
+ import { CSS3DRenderPlugin as O } from "../CSS3DRenderPlugin/index.js";
20
+ const C = (s, { videoElement: b }) => {
21
+ const e = {
22
+ videoMeshes: [],
23
+ videoTextureEnabled: !1,
24
+ videoSource: "",
25
+ rectPoints: [],
26
+ enabled: !1,
27
+ videoElement: b
28
+ }, m = O(s), y = /* @__PURE__ */ new Map(), w = (t) => {
29
+ e.videoTexture && (e.videoTexture.image.muted = t);
30
+ }, E = () => e.videoTexture ? e.videoTexture.image.muted : !0, x = () => {
31
+ if (e.enabled || !e.videoTexture)
32
+ return;
33
+ e.enabled = !0, e.videoMeshes = p(), e.videoMeshes.forEach((n) => s.scene.add(n));
34
+ const t = () => {
35
+ if (!e.videoTexture)
36
+ return;
37
+ const n = () => {
38
+ var i;
39
+ !e.videoTexture || ((i = e.videoTexture) == null || i.image.removeEventListener("timeupdate", n), e.videoTextureEnabled = !0, e.videoMeshes.forEach((o) => {
40
+ o.material.map !== e.videoTexture && (o.material.map = e.videoTexture);
41
+ }), s.needsRender = !0);
42
+ };
43
+ e.videoTexture.image.addEventListener("timeupdate", n), e.videoTexture && e.videoMeshes.length && (e.videoTexture.image.play(), e.videoTexture.image.onplay = () => {
44
+ m.hide();
45
+ }, e.videoTexture.image.onpause = () => {
46
+ m.show();
47
+ }, e.videoTexture.image.onclick = () => {
48
+ e.videoTexture.image.muted = !1, e.videoTexture.image.play();
49
+ });
50
+ };
51
+ if (s.model.loaded)
52
+ t();
53
+ else
54
+ return s.once("modelLoaded", () => t());
55
+ }, l = () => {
56
+ !e.enabled || (e.enabled = !1, e.videoMeshes.forEach((t) => {
57
+ t.geometry.dispose(), t.material.dispose(), s.scene.remove(t), e.videoTexture && e.videoTexture.image.pause();
58
+ }), e.videoMeshes = [], s.needsRender = !0);
59
+ }, p = () => e.rectPoints.map((t, n) => {
60
+ const i = new d.BufferGeometry(), o = 128, a = [];
61
+ a.push(...t[0].toArray());
62
+ for (let r = 1; r < o; r++)
63
+ a.push(
64
+ t[0].x + (t[1].x - t[0].x) * r / o,
65
+ t[0].y + (t[1].y - t[0].y) * r / o,
66
+ t[0].z + (t[1].z - t[0].z) * r / o
67
+ );
68
+ a.push(...t[1].toArray()), a.push(...t[2].toArray());
69
+ for (let r = 1; r < o; r++)
70
+ a.push(
71
+ t[2].x + (t[3].x - t[2].x) * r / o,
72
+ t[2].y + (t[3].y - t[2].y) * r / o,
73
+ t[2].z + (t[3].z - t[2].z) * r / o
74
+ );
75
+ a.push(...t[3].toArray());
76
+ const c = [];
77
+ c.push(0, 1);
78
+ for (let r = 1; r < o; r++)
79
+ c.push(0, 1 - r / o);
80
+ c.push(0, 0), c.push(1, 0);
81
+ for (let r = 1; r < o; r++)
82
+ c.push(1, r / o);
83
+ c.push(1, 1);
84
+ const u = [];
85
+ for (let r = 0; r < o; r++)
86
+ u.push(r, r + 1, o * 2 - r, r, o * 2 - r, o * 2 + 1 - r);
87
+ i.setAttribute("position", new d.BufferAttribute(new Float32Array(a), 3)), i.setAttribute("uv", new d.BufferAttribute(new Float32Array(c), 2)), i.setIndex(new d.BufferAttribute(new Uint32Array(u), 1));
88
+ const f = new d.AxesHelper(10);
89
+ s.scene.add(f);
90
+ const h = new d.MeshBasicMaterial({
91
+ map: e.videoTextureEnabled ? e.videoTexture : e.imageTexture,
92
+ side: d.DoubleSide
93
+ }), v = new d.Mesh(i, h);
94
+ v.renderOrder = 1, v.name = `ModelTVVideoPlugin-${n}-${performance.now()}`;
95
+ const z = [t[1], t[2], t[3], t[0]], T = m.create3DDomContainer(z);
96
+ if (T != null && T.container) {
97
+ const r = document.createElement("div");
98
+ r.classList.add("play-icon"), r.style.width = "100%", r.style.height = "100%", r.style.display = "flex", r.style.justifyContent = "center", r.style.alignItems = "center", r.style.pointerEvents = "none", T.container.appendChild(r);
99
+ const g = document.createElement("img");
100
+ g.src = "//vrlab-static.ljcdn.com/release/web/play.2ada5b6f.png", g.style.width = "200px", g.style.pointerEvents = "auto", g.onclick = () => {
101
+ e.videoTexture.image.muted = !1, e.videoTexture.image.play();
102
+ }, r.appendChild(g), y.set(v, T);
103
+ }
104
+ return v;
105
+ }), L = (t) => {
106
+ const n = new d.TextureLoader().load(t);
107
+ return n.minFilter = d.LinearFilter, n.magFilter = d.LinearFilter, n.format = d.RGBFormat, n;
108
+ }, P = (t, n) => new Promise((i, o) => {
109
+ const a = new XMLHttpRequest();
110
+ a.onreadystatechange = () => {
111
+ if (a.readyState == 4)
112
+ if (a.status == 200) {
113
+ const c = window.URL || window.webkitURL;
114
+ n = n || document.createElement("video"), n.crossOrigin = "anonymous", n.muted = !0, n.loop = !0, n.playsInline = !0, n.src = c.createObjectURL(a.response);
115
+ const u = new d.VideoTexture(n);
116
+ u.minFilter = d.LinearFilter, u.magFilter = d.LinearFilter, u.format = d.RGBFormat, i(Object.assign(u, { videoSource: t }));
117
+ } else
118
+ o(new Error("Video download Error: " + a.status));
119
+ }, a.onerror = (c) => o(c), a.open("GET", t), a.responseType = "blob", a.send();
120
+ }), V = (t, n) => F(void 0, null, function* () {
121
+ const { video_src: i, video_poster_src: o, points: a } = t;
122
+ e.videoSource = i, e.rectPoints = I(a).map((c) => c.map(({ x: u, y: f, z: h }) => new d.Vector3(u, f, h))), e.imageTexture = L(o), n && (e.videoElement = n), e.videoTexture = yield P(e.videoSource, e.videoElement), e.enabled = !!t.enable, e.enabled && x();
123
+ }), M = (t) => {
124
+ if (!e.enabled)
125
+ return;
126
+ const n = e.videoMeshes;
127
+ if (!(!n || t.intersectObjects(n).length === 0))
128
+ return e.videoTexture && (e.videoTexture.image.paused || e.videoTexture.image.pause()), !1;
129
+ }, A = (t) => {
130
+ t === "Floorplan" ? m.hide() : m.show();
131
+ }, R = () => {
132
+ if (!e.enabled)
133
+ return;
134
+ const t = s.camera.position;
135
+ if (y.forEach((n, i) => {
136
+ const o = n.css3DObject.position.clone(), a = o.clone().sub(t).normalize(), c = new d.Raycaster(t, a), u = s.model.intersectRaycaster(c)[0], f = o.distanceTo(t), h = 0.01;
137
+ u && u.distance + h < f ? n.hide() : n.show();
138
+ }), !E()) {
139
+ const n = e.rectPoints.find((i) => {
140
+ const o = i[0].clone().add(i[1]).add(i[2]).add(i[3]).divideScalar(4);
141
+ return i.map((a) => a.clone().add(o).divideScalar(2)).filter((a) => {
142
+ const c = a.distanceTo(t), u = new d.Raycaster(t, a.clone().sub(t).normalize()), f = s.model.intersectRaycaster(u)[0], h = 0.01;
143
+ return !(f && f.distance + h < c);
144
+ }).length >= 2;
145
+ });
146
+ (!n || n.length === 0) && w(!0);
147
+ }
148
+ }, S = () => {
149
+ l(), e.videoTexture = void 0, s.off("modeChange", A), s.off("wantsTapGesture", M), s.off("panoArrived", R), s.off("renderFrame", () => {
150
+ e.videoMeshes.forEach((t) => {
151
+ t && (t.needsRender = !0);
152
+ });
153
+ });
154
+ };
155
+ return s.on("modeChange", A), s.on("wantsTapGesture", M), s.on("panoArrived", R), s.on("renderFrame", () => {
156
+ e.videoMeshes.forEach((t) => {
157
+ t && (t.needsRender = !0);
158
+ });
159
+ }), { enable: x, disable: l, load: V, dispose: S, state: e, css3DRenderPlugin: m };
160
+ };
161
+ export {
162
+ C as ModelTVVideoPlugin
163
+ };
@@ -1 +1,2 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Plugin.js"),r=require("./typings.js");require("three");require("./utils/parseData.js");require("../CSS3DRenderPlugin/index.js");require("../CSS3DRenderPlugin/Controller.js");require("../CSS3DRenderPlugin/CSS3DRender.js");require("three/examples/jsm/renderers/CSS3DRenderer");require("../shared-utils/Subscribe.js");require("../CSS3DRenderPlugin/utils/evenNumber.js");require("../CSS3DRenderPlugin/utils/positionToVector3.js");require("../CSS3DRenderPlugin/utils/CSS3DObjectPlus.js");require("../CSS3DRenderPlugin/utils/centerPoint.js");exports.ModelTVVideoPlugin=e.ModelTVVideoPlugin;exports.default=e.ModelTVVideoPlugin;exports.DIRECTION=r.DIRECTION;
1
+ import "three";
2
+ import "three/examples/jsm/renderers/CSS3DRenderer";
@@ -1 +1,4 @@
1
- "use strict";var T=(t=>(t.TOP_LEFT="topLeft",t.TOP_RIGHT="topRight",t.BOTTOM_LEFT="bottomLeft",t.BOTTOM_RIGHT="bottomRight",t))(T||{});exports.DIRECTION=T;
1
+ var o = /* @__PURE__ */ ((t) => (t.TOP_LEFT = "topLeft", t.TOP_RIGHT = "topRight", t.BOTTOM_LEFT = "bottomLeft", t.BOTTOM_RIGHT = "bottomRight", t))(o || {});
2
+ export {
3
+ o as DIRECTION
4
+ };
@@ -1 +1,20 @@
1
- "use strict";const r=require("../typings.js");function i(e){if(e.length===0)return[];if(Array.isArray(e[0]))return e;let n=[];return e.forEach(T=>{const s=[T[r.DIRECTION.TOP_LEFT],T[r.DIRECTION.BOTTOM_LEFT],T[r.DIRECTION.BOTTOM_RIGHT],T[r.DIRECTION.TOP_RIGHT]];n.push(s)}),n}exports.parseModelTVVideoPoints=i;
1
+ import { DIRECTION as e } from "../typings.js";
2
+ function f(r) {
3
+ if (r.length === 0)
4
+ return [];
5
+ if (Array.isArray(r[0]))
6
+ return r;
7
+ let O = [];
8
+ return r.forEach((T) => {
9
+ const n = [
10
+ T[e.TOP_LEFT],
11
+ T[e.BOTTOM_LEFT],
12
+ T[e.BOTTOM_RIGHT],
13
+ T[e.TOP_RIGHT]
14
+ ];
15
+ O.push(n);
16
+ }), O;
17
+ }
18
+ export {
19
+ f as parseModelTVVideoPoints
20
+ };
@@ -1 +1,106 @@
1
- "use strict";var R=Object.defineProperty;var y=Object.getOwnPropertySymbols;var A=Object.prototype.hasOwnProperty,I=Object.prototype.propertyIsEnumerable;var P=(t,a,i)=>a in t?R(t,a,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[a]=i,b=(t,a)=>{for(var i in a||(a={}))A.call(a,i)&&P(t,i,a[i]);if(y)for(var i of y(a))I.call(a,i)&&P(t,i,a[i]);return t};const S=require("@realsee/five"),T=require("three");function W(t){if(t&&t.__esModule)return t;const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const i in t)if(i!=="default"){const r=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(a,i,r.get?r:{enumerable:!0,get:()=>t[i]})}}return a.default=t,Object.freeze(a)}const s=W(T),_=(t,a)=>{let i=!0,r=null;const u=b(b({},{lookAtCurrentCamera:!1,lockedPanoIndex:null,lockedLatitude:null,lockedLongitude:null}),a==null?void 0:a.config),c=new s.Scene,f=new S.Camera(60);let m=new s.Object3D,h,w;{const e=new s.DirectionalLight(16777215,.5);e.position.copy(new s.Vector3(1,1,1)),c.add(e)}{const e=new s.DirectionalLight(16777215,.3);c.add(e)}{const e=new s.AmbientLight(16777215,.3);c.add(e)}c.add(m);const k=()=>{if(!!t.renderer)return r||(r=new s.WebGLRenderer({antialias:!1,alpha:!0}),r.setPixelRatio(t.renderer.getPixelRatio()),r.outputEncoding=s.sRGBEncoding,r.setClearColor(1579548,0),r.autoClear=!0),r},C=()=>{m.traverse(e=>{e instanceof s.Mesh&&[].concat(e.material).forEach(o=>o.dispose())}),c.remove(m),m=new s.Object3D,c.add(m),p()},L=()=>{h=E(t.model,f.fov,f.aspect),w=t.model.bounding.getCenter(new s.Vector3);function e(o){const n=o.clone();return n.uniforms.modelAlpha.value=1,n.uniforms.map.value&&(n.uniforms.map.value.needsUpdate=!0),n}function l(o){if(o instanceof s.Mesh){const n=o.geometry,d=Array.isArray(o.material)?o.material.map(e):e(o.material);return new s.Mesh(n,d)}else if(o instanceof s.Group){const n=new s.Group;return o.children.forEach(d=>n.add(l(d))),n}else{const n=new s.Object3D;return o.children.forEach(d=>n.add(l(d))),n}}c.remove(m),m=l(t.model),c.add(m),p()},x=(e,l={})=>{const o=k();if(!o)return;e.appendChild(o.domElement),M(l);const n=window.getComputedStyle(e).position;n!=="relative"&&n!=="absolute"&&n!=="fixed"&&n!=="sticky"&&(e.style.position="relative")},M=(e={})=>{if(!r)return;const o=r.domElement.parentNode;if(o!=null&&o.nodeName){const{width:n=o.offsetWidth,height:d=o.offsetHeight}=e;r.setSize(n,d),f.aspect=n/d,f.updateProjectionMatrix()}p()};function E(e,l,o){const n=e.bounding,d=Math.pow(Math.pow(n.max.x-n.min.x+1,2)+Math.pow(n.max.y-n.min.y+1,2)+Math.pow(n.max.z-n.min.z+1,2),1/2);let g=d/2/Math.tan(Math.PI*l/360);return o<1&&(g=g/o),isNaN(g)?d:g}function O(e){return t.work.observers[e].standingPosition.clone()}const p=()=>{if(!h||!w)return;const e=t.getPose();e.fov=f.fov,e.offset=w,e.distance=h,typeof u.lockedLatitude=="number"&&(e.latitude=u.lockedLatitude),typeof u.lockedLongitude=="number"&&(e.longitude=u.lockedLongitude),typeof u.lockedPanoIndex=="number"&&(e.offset=O(u.lockedPanoIndex)),u.lookAtCurrentCamera&&(e.offset=t.camera.position.clone().setY(t.camera.position.y+1)),f.setFromPose(e),i=!0},j=()=>{i!==!0||!r||!r.domElement.parentNode||r.domElement.parentNode.offsetWidth===0||(r.render(c,f),i=!1)},N=()=>{r&&r.dispose(),r=null},D=e=>{Object.assign(u,e),p()};return Object.assign(window,{camera:f}),t.on("modelLoaded",L),t.on("modelWillLoad",C),t.on("cameraDirectionUpdate",p),t.on("dispose",N),t.on("renderFrame",j),t.on("cameraPositionUpdate",p),{appendTo:x,refresh:M,changeConfigs:D}};exports.ModelViewPlugin=_;
1
+ var A = Object.defineProperty;
2
+ var y = Object.getOwnPropertySymbols;
3
+ var I = Object.prototype.hasOwnProperty, O = Object.prototype.propertyIsEnumerable;
4
+ var x = (o, i, d) => i in o ? A(o, i, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[i] = d, M = (o, i) => {
5
+ for (var d in i || (i = {}))
6
+ I.call(i, d) && x(o, d, i[d]);
7
+ if (y)
8
+ for (var d of y(i))
9
+ O.call(i, d) && x(o, d, i[d]);
10
+ return o;
11
+ };
12
+ import { Camera as W } from "@realsee/five";
13
+ import * as a from "three";
14
+ const S = (o, i) => {
15
+ let d = !0, r = null;
16
+ const u = M(M({}, {
17
+ lookAtCurrentCamera: !1,
18
+ lockedPanoIndex: null,
19
+ lockedLatitude: null,
20
+ lockedLongitude: null
21
+ }), i == null ? void 0 : i.config), l = new a.Scene(), f = new W(60);
22
+ let m = new a.Object3D(), h, w;
23
+ {
24
+ const e = new a.DirectionalLight(16777215, 0.5);
25
+ e.position.copy(new a.Vector3(1, 1, 1)), l.add(e);
26
+ }
27
+ {
28
+ const e = new a.DirectionalLight(16777215, 0.3);
29
+ l.add(e);
30
+ }
31
+ {
32
+ const e = new a.AmbientLight(16777215, 0.3);
33
+ l.add(e);
34
+ }
35
+ l.add(m);
36
+ const C = () => {
37
+ if (!!o.renderer)
38
+ return r || (r = new a.WebGLRenderer({ antialias: !1, alpha: !0 }), r.setPixelRatio(o.renderer.getPixelRatio()), r.outputEncoding = a.sRGBEncoding, r.setClearColor(1579548, 0), r.autoClear = !0), r;
39
+ }, L = () => {
40
+ m.traverse((e) => {
41
+ e instanceof a.Mesh && [].concat(e.material).forEach((n) => n.dispose());
42
+ }), l.remove(m), m = new a.Object3D(), l.add(m), p();
43
+ }, k = () => {
44
+ h = E(o.model, f.fov, f.aspect), w = o.model.bounding.getCenter(new a.Vector3());
45
+ function e(n) {
46
+ const t = n.clone();
47
+ return t.uniforms.modelAlpha.value = 1, t.uniforms.map.value && (t.uniforms.map.value.needsUpdate = !0), t;
48
+ }
49
+ function c(n) {
50
+ if (n instanceof a.Mesh) {
51
+ const t = n.geometry, s = Array.isArray(n.material) ? n.material.map(e) : e(n.material);
52
+ return new a.Mesh(t, s);
53
+ } else if (n instanceof a.Group) {
54
+ const t = new a.Group();
55
+ return n.children.forEach((s) => t.add(c(s))), t;
56
+ } else {
57
+ const t = new a.Object3D();
58
+ return n.children.forEach((s) => t.add(c(s))), t;
59
+ }
60
+ }
61
+ l.remove(m), m = c(o.model), l.add(m), p();
62
+ }, P = (e, c = {}) => {
63
+ const n = C();
64
+ if (!n)
65
+ return;
66
+ e.appendChild(n.domElement), b(c);
67
+ const t = window.getComputedStyle(e).position;
68
+ t !== "relative" && t !== "absolute" && t !== "fixed" && t !== "sticky" && (e.style.position = "relative");
69
+ }, b = (e = {}) => {
70
+ if (!r)
71
+ return;
72
+ const n = r.domElement.parentNode;
73
+ if (n != null && n.nodeName) {
74
+ const { width: t = n.offsetWidth, height: s = n.offsetHeight } = e;
75
+ r.setSize(t, s), f.aspect = t / s, f.updateProjectionMatrix();
76
+ }
77
+ p();
78
+ };
79
+ function E(e, c, n) {
80
+ const t = e.bounding, s = Math.pow(
81
+ Math.pow(t.max.x - t.min.x + 1, 2) + Math.pow(t.max.y - t.min.y + 1, 2) + Math.pow(t.max.z - t.min.z + 1, 2),
82
+ 1 / 2
83
+ );
84
+ let g = s / 2 / Math.tan(Math.PI * c / 360);
85
+ return n < 1 && (g = g / n), isNaN(g) ? s : g;
86
+ }
87
+ function N(e) {
88
+ return o.work.observers[e].standingPosition.clone();
89
+ }
90
+ const p = () => {
91
+ if (!h || !w)
92
+ return;
93
+ const e = o.getPose();
94
+ e.fov = f.fov, e.offset = w, e.distance = h, typeof u.lockedLatitude == "number" && (e.latitude = u.lockedLatitude), typeof u.lockedLongitude == "number" && (e.longitude = u.lockedLongitude), typeof u.lockedPanoIndex == "number" && (e.offset = N(u.lockedPanoIndex)), u.lookAtCurrentCamera && (e.offset = o.camera.position.clone().setY(o.camera.position.y + 1)), f.setFromPose(e), d = !0;
95
+ }, D = () => {
96
+ d !== !0 || !r || !r.domElement.parentNode || r.domElement.parentNode.offsetWidth === 0 || (r.render(l, f), d = !1);
97
+ }, R = () => {
98
+ r && r.dispose(), r = null;
99
+ }, j = (e) => {
100
+ Object.assign(u, e), p();
101
+ };
102
+ return Object.assign(window, { camera: f }), o.on("modelLoaded", k), o.on("modelWillLoad", L), o.on("cameraDirectionUpdate", p), o.on("dispose", R), o.on("renderFrame", D), o.on("cameraPositionUpdate", p), { appendTo: P, refresh: b, changeConfigs: j };
103
+ };
104
+ export {
105
+ S as ModelViewPlugin
106
+ };
@@ -1 +1,2 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Plugin.js");require("@realsee/five");require("three");exports.ModelViewPlugin=e.ModelViewPlugin;exports.default=e.ModelViewPlugin;
1
+ import "@realsee/five";
2
+ import "three";