@realsee/dnalogel 2.21.0 → 2.22.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (515) hide show
  1. package/components/index.js +329 -329
  2. package/dist/CSS3DRenderPlugin/Controller.d.ts +4 -1
  3. package/dist/CruisePlugin/index.d.ts +2 -1
  4. package/dist/PanoCompassPlugin/typings.d.ts +1 -1
  5. package/dist/PanoMeasurePlugin/Components/Common/CircleButton.svelte.d.ts +1 -0
  6. package/dist/PanoMeasurePlugin/Components/Common/Exit.svelte.d.ts +1 -0
  7. package/dist/PanoMeasurePlugin/Components/Common/Switcher0.svelte.d.ts +1 -0
  8. package/dist/PanoMeasurePlugin/Components/Common/Switcher1.svelte.d.ts +1 -0
  9. package/dist/PanoMeasurePlugin/Components/Common/icons/index.d.ts +4 -0
  10. package/dist/PanoMeasurePlugin/Components/Controller0.svelte.d.ts +1 -0
  11. package/dist/PanoMeasurePlugin/Components/Controller1.svelte.d.ts +1 -0
  12. package/dist/PanoMeasurePlugin/Components/Tip.svelte.d.ts +1 -0
  13. package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +12 -4
  14. package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +27 -18
  15. package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +9 -2
  16. package/dist/PanoMeasurePlugin/Controller/index.d.ts +26 -9
  17. package/dist/PanoMeasurePlugin/Model/area.d.ts +74 -0
  18. package/dist/PanoMeasurePlugin/Model/index.d.ts +10 -0
  19. package/dist/PanoMeasurePlugin/Model/line.d.ts +7 -1
  20. package/dist/PanoMeasurePlugin/Model/polygon.d.ts +14 -0
  21. package/dist/PanoMeasurePlugin/Model/polyline.d.ts +4 -0
  22. package/dist/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +8 -4
  23. package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +16 -12
  24. package/dist/PanoMeasurePlugin/Modules/Magnifier.d.ts +1 -1
  25. package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +10 -3
  26. package/dist/PanoMeasurePlugin/Modules/UIController/style.d.ts +0 -8
  27. package/dist/PanoMeasurePlugin/typings/data.d.ts +24 -0
  28. package/dist/PanoMeasurePlugin/typings/event.type.d.ts +17 -3
  29. package/dist/PanoMeasurePlugin/typings/index.d.ts +1 -1
  30. package/dist/PanoMeasurePlugin/utils/dom/areaDom.d.ts +22 -0
  31. package/dist/PanoMeasurePlugin/utils/dom/base.d.ts +29 -0
  32. package/dist/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +27 -0
  33. package/dist/PanoMeasurePlugin/utils/generatePolygonGeometry.d.ts +6 -0
  34. package/dist/PanoMeasurePlugin/utils/geometryUtil.d.ts +7 -0
  35. package/dist/PanoMeasurePlugin/utils/isIntersecting.d.ts +15 -0
  36. package/dist/PanoMeasurePlugin/utils/line.d.ts +2 -1
  37. package/dist/PanoMeasurePlugin/utils/ndc2Screen.d.ts +2 -1
  38. package/dist/PanoTagPlugin/controller/index.d.ts +2 -1
  39. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +1 -1
  40. package/dist/PanoTagPlugin/typings/tag/TagInstance.d.ts +2 -1
  41. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +0 -4
  42. package/dist/base/BasePlugin.d.ts +6 -3
  43. package/dist/base/BasePluginWithData.d.ts +2 -1
  44. package/dist/components/PaintBrush/style.d.ts +1 -1
  45. package/dist/index.cjs.js +73 -69
  46. package/dist/index.js +9017 -7073
  47. package/dist/index.umd.js +66 -62
  48. package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +3 -7
  49. package/dist/shared-utils/absoluteUrl.d.ts +5 -0
  50. package/{libs/PanoMeasurePlugin/utils → dist/shared-utils}/getIntersectionFromEvent.d.ts +1 -1
  51. package/dist/{PanoMeasurePlugin/utils → shared-utils}/getPointFromHammerEvent.d.ts +1 -1
  52. package/dist/shared-utils/index.d.ts +1 -1
  53. package/dist/shared-utils/isTouchDevice.d.ts +1 -0
  54. package/dist/shared-utils/safeObj.d.ts +1 -0
  55. package/dist/shared-utils/three/IObject3D.d.ts +7 -0
  56. package/dist/shared-utils/three/Magnifier.d.ts +5 -0
  57. package/dist/shared-utils/three/PointSelector.d.ts +92 -0
  58. package/dist/shared-utils/three/PointSelectorHelper.d.ts +41 -0
  59. package/dist/shared-utils/three/index.d.ts +1 -1
  60. package/dist/typings/typings.d.ts +4 -0
  61. package/docs/assets/search.js +1 -1
  62. package/docs/classes/CSS3DRender.html +34 -33
  63. package/docs/classes/CruisePluginController.html +48 -45
  64. package/docs/classes/GuideLineItem.GuideLineItem.html +23 -22
  65. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +38 -37
  66. package/docs/classes/Magnifier.html +23 -22
  67. package/docs/classes/ModelRoomLabelController.html +14 -13
  68. package/docs/classes/Object3DHelperController.html +47 -44
  69. package/docs/classes/PaintBrush.html +18 -17
  70. package/docs/classes/PanoMeasurePluginLine.html +74 -108
  71. package/docs/classes/PanoMeasurePluginModel.html +84 -26
  72. package/docs/classes/PanoMeasurePluginPoint.html +17 -16
  73. package/docs/classes/PanoMeasurePluginPolyline.html +41 -28
  74. package/docs/classes/PanoTagPluginController.html +73 -70
  75. package/docs/classes/Util.BetterTween.html +12 -11
  76. package/docs/classes/Util.Interval.html +15 -14
  77. package/docs/classes/Util.Magnifier.html +54 -20
  78. package/docs/classes/Util.PointDomHelper.html +14 -13
  79. package/docs/classes/Util.PointHelper.html +14 -13
  80. package/docs/classes/{Util.FivePointSelector.html → Util.PointSelectorHelper.html} +70 -30
  81. package/docs/classes/Util.Rectangle.html +16 -15
  82. package/docs/enums/CameraMovementEffect.html +10 -9
  83. package/docs/enums/ContentType.html +23 -22
  84. package/docs/enums/DIRECTION.html +12 -11
  85. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +12 -11
  86. package/docs/enums/DimensionType.html +10 -9
  87. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +11 -10
  88. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +12 -11
  89. package/docs/enums/PaintBrushTypeEnum.html +11 -10
  90. package/docs/enums/PointType.html +10 -9
  91. package/docs/enums/Rotation.html +11 -10
  92. package/docs/functions/CSS3DRenderPlugin.html +7 -6
  93. package/docs/functions/CameraMovementPlugin.html +7 -6
  94. package/docs/functions/CruisePlugin.html +11 -8
  95. package/docs/functions/GuideLinePlugin.html +8 -7
  96. package/docs/functions/ItemLabelPlugin.html +7 -6
  97. package/docs/functions/MapviewFloorplanPlugin.html +7 -6
  98. package/docs/functions/ModelChassisCompassPlugin.html +7 -6
  99. package/docs/functions/ModelEntryDoorGuidePlugin.html +7 -6
  100. package/docs/functions/ModelFloorplanPlugin.html +7 -6
  101. package/docs/functions/ModelItemLabelPlugin.html +7 -6
  102. package/docs/functions/ModelRoomLabelPlugin.html +7 -6
  103. package/docs/functions/ModelTVVideoPlugin.html +7 -6
  104. package/docs/functions/ModelViewPlugin.html +7 -6
  105. package/docs/functions/Object3DHelperPlugin.html +7 -6
  106. package/docs/functions/PanoCompassPlugin.html +7 -6
  107. package/docs/functions/PanoCursorRaycasterPlugin.html +7 -6
  108. package/docs/functions/PanoDoorLabelPlugin.html +7 -6
  109. package/docs/functions/PanoFloorplanRadarPlugin.html +7 -6
  110. package/docs/functions/PanoMeasurePlugin.html +7 -6
  111. package/docs/functions/PanoRulerPlugin.html +7 -6
  112. package/docs/functions/PanoRulerProPlugin.html +7 -6
  113. package/docs/functions/PanoSpatialTagPlugin.html +7 -6
  114. package/docs/functions/PanoTagPlugin.html +7 -6
  115. package/docs/functions/PanoVideoPlugin.html +7 -6
  116. package/docs/functions/TopviewFloorplanPlugin.html +7 -6
  117. package/docs/{types/PartialObjectDeep.html → functions/Util.absoluteUrl.html} +151 -141
  118. package/docs/functions/Util.getCoordsFromClient.html +8 -7
  119. package/docs/functions/Util.getCoordsFromElement.html +8 -7
  120. package/docs/functions/Util.getFrameTime.html +8 -7
  121. package/docs/functions/Util.getIntersectFromRelativePosition.html +8 -7
  122. package/docs/functions/Util.getRaycasterFromFivePointer.html +8 -7
  123. package/docs/functions/Util.isAbsoluteURL.html +8 -7
  124. package/docs/functions/Util.isModelLike.html +8 -7
  125. package/docs/functions/Util.isNil.html +8 -7
  126. package/docs/functions/Util.isPanoramaLike.html +8 -7
  127. package/docs/functions/Util.nextFrame.html +8 -7
  128. package/docs/functions/Util.notNil.html +8 -7
  129. package/docs/functions/Util.requestAnimationFrameInterval.html +8 -7
  130. package/docs/functions/Util.tweenProgress.html +8 -7
  131. package/docs/functions/Util.uuid.html +8 -7
  132. package/docs/functions/pluginFlag.html +8 -7
  133. package/docs/index.html +8 -7
  134. package/docs/interfaces/AddTagConfig.html +9 -8
  135. package/docs/interfaces/CSS3DRenderPluginEventMap.html +14 -13
  136. package/docs/interfaces/CSS3DRenderPluginState.html +11 -10
  137. package/docs/interfaces/CameraMovementPluginExportType.html +10 -9
  138. package/docs/interfaces/CruisePluginTypes.Config.html +11 -10
  139. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +15 -14
  140. package/docs/interfaces/CruisePluginTypes.EventMap.html +23 -22
  141. package/docs/interfaces/CruisePluginTypes.MoveAction.html +15 -14
  142. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +17 -16
  143. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +17 -16
  144. package/docs/interfaces/CruisePluginTypes.PluginData.html +12 -11
  145. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +10 -9
  146. package/docs/interfaces/CruisePluginTypes.PluginState.html +14 -13
  147. package/docs/interfaces/EventMap.html +18 -17
  148. package/docs/interfaces/FloorplanBounding.html +11 -10
  149. package/docs/interfaces/FloorplanData.html +13 -12
  150. package/docs/interfaces/FloorplanEntrance.html +14 -13
  151. package/docs/interfaces/FloorplanExtraObject.html +13 -12
  152. package/docs/interfaces/FloorplanExtraObject3D.html +11 -10
  153. package/docs/interfaces/FloorplanFloorData.html +12 -11
  154. package/docs/interfaces/FloorplanImagePosition.html +10 -9
  155. package/docs/interfaces/FloorplanObserver.html +12 -11
  156. package/docs/interfaces/FloorplanOutlineItem.html +12 -11
  157. package/docs/interfaces/FloorplanPosition.html +10 -9
  158. package/docs/interfaces/FloorplanRoomItem.html +16 -15
  159. package/docs/interfaces/FloorplanRoomLabelItem.html +10 -9
  160. package/docs/interfaces/FloorplanServerBounding.html +11 -10
  161. package/docs/interfaces/FloorplanServerComputedData.html +13 -12
  162. package/docs/interfaces/FloorplanServerData.html +10 -9
  163. package/docs/interfaces/FloorplanServerDoorItem.html +13 -12
  164. package/docs/interfaces/FloorplanServerDoorPosition.html +11 -10
  165. package/docs/interfaces/FloorplanServerEntrance.html +14 -13
  166. package/docs/interfaces/FloorplanServerFloorData.html +12 -11
  167. package/docs/interfaces/FloorplanServerImagePosition.html +10 -9
  168. package/docs/interfaces/FloorplanServerObserver.html +12 -11
  169. package/docs/interfaces/FloorplanServerOutlineItem.html +12 -11
  170. package/docs/interfaces/FloorplanServerPosition.html +10 -9
  171. package/docs/interfaces/FloorplanServerRoomItem.html +17 -16
  172. package/docs/interfaces/FloorplanServerRoomLabelItem.html +10 -9
  173. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +11 -10
  174. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +13 -12
  175. package/docs/interfaces/GuideLinePluginType.EventMap.html +16 -15
  176. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +11 -10
  177. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +9 -8
  178. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +16 -15
  179. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +11 -10
  180. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +21 -20
  181. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +10 -9
  182. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +21 -20
  183. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +8 -7
  184. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +10 -9
  185. package/docs/interfaces/GuideLinePluginType.PluginState.html +11 -10
  186. package/docs/interfaces/GuideLinePluginType.Route.html +14 -13
  187. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +12 -11
  188. package/docs/interfaces/HelperOffset.html +11 -10
  189. package/docs/interfaces/ImagePlaneGroup.html +9 -8
  190. package/docs/interfaces/ItemLabelPluginData.html +9 -8
  191. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +14 -13
  192. package/docs/interfaces/ItemLabelPluginParametersType.html +12 -11
  193. package/docs/interfaces/MinMax.html +10 -9
  194. package/docs/interfaces/ModelChassisCompassPluginData.html +10 -9
  195. package/docs/interfaces/ModelChassisCompassPluginExportType.html +11 -10
  196. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +10 -9
  197. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +11 -10
  198. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +11 -10
  199. package/docs/interfaces/ModelItemLabelPluginData.html +9 -8
  200. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +14 -13
  201. package/docs/interfaces/ModelItemLabelPluginParametersType.html +10 -9
  202. package/docs/interfaces/ModelRoomLabelPluginData.html +9 -8
  203. package/docs/interfaces/ModelTVVideoPluginData.html +12 -11
  204. package/docs/interfaces/ModelTVVideoPluginExportType.html +11 -10
  205. package/docs/interfaces/ModelTVVideoPluginParameterType.html +9 -8
  206. package/docs/interfaces/ModelViewPluginExportType.html +14 -13
  207. package/docs/interfaces/Object3DHelperState.html +11 -10
  208. package/docs/interfaces/ObjectHelperControllers.html +12 -11
  209. package/docs/interfaces/PaintBrushAction.html +15 -14
  210. package/docs/interfaces/PaintBrushConfigs.html +15 -14
  211. package/docs/interfaces/PaintBrushState.html +13 -12
  212. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +13 -12
  213. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +8 -7
  214. package/docs/interfaces/PanoMeasureParameterType.html +25 -17
  215. package/docs/interfaces/PanoMeasurePluginLineJson.html +11 -10
  216. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +10 -9
  217. package/docs/interfaces/PanoMeasurePluginPointJson.html +10 -9
  218. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +11 -10
  219. package/docs/interfaces/PanoRulerPluginExportType.html +13 -12
  220. package/docs/interfaces/PanoRulerPluginOptions.html +10 -9
  221. package/docs/interfaces/PanoRulerPluginParameterType.html +11 -10
  222. package/docs/interfaces/PanoRulerProPluginExportType.html +12 -11
  223. package/docs/interfaces/PanoRulerProPluginOptions.html +10 -9
  224. package/docs/interfaces/PanoRulerProPluginParameterType.html +10 -9
  225. package/docs/interfaces/PanoRulerProPluginState.html +11 -10
  226. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +8 -7
  227. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +8 -7
  228. package/docs/interfaces/PanoSpatialTagPluginData.html +14 -13
  229. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +13 -12
  230. package/docs/interfaces/PanoSpatialTagPluginExportType.html +16 -15
  231. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +13 -12
  232. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +16 -15
  233. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +14 -13
  234. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +13 -12
  235. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +9 -8
  236. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +11 -10
  237. package/docs/interfaces/PanoVideoPluginType.PluginData.html +9 -8
  238. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +12 -11
  239. package/docs/interfaces/PanoVideoPluginType.PluginState.html +9 -8
  240. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +11 -10
  241. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +13 -12
  242. package/docs/interfaces/Point.html +11 -10
  243. package/docs/interfaces/Room.html +12 -11
  244. package/docs/interfaces/RoomInfo.html +10 -9
  245. package/docs/interfaces/RoomLabel.html +17 -16
  246. package/docs/interfaces/RoomRules.html +8 -7
  247. package/docs/interfaces/Rooms.html +8 -7
  248. package/docs/interfaces/Scissor.html +12 -11
  249. package/docs/interfaces/State.html +11 -10
  250. package/docs/interfaces/TagCacheInterface.html +15 -14
  251. package/docs/interfaces/TagConfig.html +17 -16
  252. package/docs/interfaces/TagGLTFObjectGroup.html +9 -8
  253. package/docs/interfaces/TagIconUrl.html +15 -14
  254. package/docs/interfaces/TagObjectGroup.html +9 -8
  255. package/docs/interfaces/TagStyle.html +9 -8
  256. package/docs/interfaces/Tags.html +12 -11
  257. package/docs/interfaces/TemporaryState.html +9 -8
  258. package/docs/interfaces/Util.MagnifierParameter.html +14 -13
  259. package/docs/interfaces/Util.MouseGroupParameter.html +11 -10
  260. package/docs/interfaces/Util.PointIntersection.html +407 -0
  261. package/docs/modules/CruisePluginTypes.html +8 -7
  262. package/docs/modules/GuideLineItem.html +8 -7
  263. package/docs/modules/GuideLineModeItem.html +8 -7
  264. package/docs/modules/GuideLinePluginType.html +8 -7
  265. package/docs/modules/PanoVideoPluginType.html +8 -7
  266. package/docs/modules/Util.html +11 -8
  267. package/docs/modules.html +7 -7
  268. package/docs/types/ArrayPosition.html +8 -7
  269. package/docs/types/AudioAppearance.html +8 -7
  270. package/docs/types/AudioTagTypeConfigKey.html +8 -7
  271. package/docs/types/CSS3DRenderExportType.html +8 -7
  272. package/docs/types/CSS3DRenderPluginExportType.html +8 -7
  273. package/docs/types/CSS3DRenderPluginParameterType.html +8 -7
  274. package/docs/types/ClassFunctionParameters.html +8 -7
  275. package/docs/types/Color.html +8 -7
  276. package/docs/types/ContentTypeConfigKey.html +8 -7
  277. package/docs/types/ContentTypeConfigKeySplit.html +8 -7
  278. package/docs/types/ContentTypeMap.html +8 -7
  279. package/docs/types/Create3DDomContainerReturnType.html +8 -7
  280. package/docs/types/Create3DElementReturnType.html +8 -7
  281. package/docs/types/CruisePluginExportType.html +8 -7
  282. package/docs/types/CruisePluginTypes.CruiseData.html +8 -7
  283. package/docs/types/CruisePluginTypes.MoveEffect.html +8 -7
  284. package/docs/types/DeprecatedMediaPlaneProperty.html +8 -7
  285. package/docs/types/DeprecatedTagProperty.html +8 -7
  286. package/docs/types/Direction-1.html +8 -7
  287. package/docs/types/Direction4.html +8 -7
  288. package/docs/types/ElementRenderer.html +8 -7
  289. package/docs/types/FloorplanRuleLabels.html +8 -7
  290. package/docs/types/FloorplanServerRuleLabels.html +8 -7
  291. package/docs/types/GuideLinePluginExportType.html +8 -7
  292. package/docs/types/GuideLinePluginType.GuideLineItem.html +8 -7
  293. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +8 -7
  294. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +8 -7
  295. package/docs/types/GuideLinePluginType.GuideLineStyle.html +8 -7
  296. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +8 -7
  297. package/docs/types/GuideLinePluginType.PathItem.html +8 -7
  298. package/docs/types/GuideLinePluginType.PluginData.html +8 -7
  299. package/docs/types/HelperEventMap.html +8 -7
  300. package/docs/types/LoadTagConfig.html +8 -7
  301. package/docs/types/MapviewFloorplanPluginParameterType.html +8 -7
  302. package/docs/types/MapviewFloorplanPluginReturnType.html +8 -7
  303. package/docs/types/MediaData.html +8 -7
  304. package/docs/types/MediaStore.html +8 -7
  305. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +8 -7
  306. package/docs/types/ModelFloorplanPluginParameterType.html +8 -7
  307. package/docs/types/ModelFloorplanPluginReturnType.html +8 -7
  308. package/docs/types/ModelRoomLabelPluginParameters.html +8 -7
  309. package/docs/types/ModelRoomLabelPluginReturnType.html +8 -7
  310. package/docs/types/MoveArgs.html +8 -7
  311. package/docs/types/MoveOpts.html +8 -7
  312. package/docs/types/Object3DHelperEventMap.html +8 -7
  313. package/docs/types/ObjectFit.html +8 -7
  314. package/docs/types/PaintBrushEventMap.html +8 -7
  315. package/docs/types/PanoCompassPluginData.html +8 -7
  316. package/docs/types/PanoCompassPluginExportType.html +8 -7
  317. package/docs/types/PanoCompassPluginParameterType.html +8 -7
  318. package/docs/types/PanoFloorplanRadarPluginParameterType.html +8 -7
  319. package/docs/types/PanoFloorplanRadarPluginReturnType.html +8 -7
  320. package/docs/types/PanoIndex.html +8 -7
  321. package/docs/types/PanoMeasurePluginEvent.html +8 -7
  322. package/docs/types/PanoMeasureReturnType.html +8 -7
  323. package/docs/types/PanoSpatialTagPluginId.html +8 -7
  324. package/docs/types/PanoTagPluginExportInterface.html +8 -7
  325. package/docs/types/PanoTagPluginParamsInterface.html +8 -7
  326. package/docs/types/PanoVideoPluginParameterType.html +8 -7
  327. package/docs/types/PanoVideoPluginReturnType.html +8 -7
  328. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +8 -7
  329. package/docs/types/PlaneTag.html +8 -7
  330. package/docs/types/Point2DTag.html +8 -7
  331. package/docs/types/Point3DTag.html +8 -7
  332. package/docs/types/PointTag.html +8 -7
  333. package/docs/types/PointTagInstance.html +8 -7
  334. package/docs/types/Position.html +8 -7
  335. package/docs/types/RotateArgs.html +8 -7
  336. package/docs/types/RotateOpts.html +8 -7
  337. package/docs/types/RuleLabelsKey.html +8 -7
  338. package/docs/types/RuleLabelsValue.html +8 -7
  339. package/docs/types/StickType.html +8 -7
  340. package/docs/types/Tag.html +8 -7
  341. package/docs/types/Tag2D.html +8 -7
  342. package/docs/types/Tag3D.html +8 -7
  343. package/docs/types/TagContentType.html +8 -7
  344. package/docs/types/TagDimensionType.html +8 -7
  345. package/docs/types/TagElement.html +8 -7
  346. package/docs/types/TagEvents.html +8 -7
  347. package/docs/types/TagGLTFObject.html +8 -7
  348. package/docs/types/TagHooks.html +8 -7
  349. package/docs/types/TagId.html +8 -7
  350. package/docs/types/TagInstance.html +8 -7
  351. package/docs/types/TagPointType.html +8 -7
  352. package/docs/types/TagRendererMap.html +8 -7
  353. package/docs/types/TopviewFloorplanPluginParameterType.html +8 -7
  354. package/docs/types/TopviewFloorplanPluginReturnType.html +8 -7
  355. package/docs/types/WorkCode.html +8 -7
  356. package/docs/variables/FLOOR_TYPE_MAP.html +8 -7
  357. package/docs/variables/PLUGIN.html +8 -7
  358. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +8 -7
  359. package/docs/variables/ROOM_TYPE_MAP.html +8 -7
  360. package/docs/variables/itemLabelPluginServerParams.html +8 -7
  361. package/docs/variables/modelItemLabelPluginServerParams.html +8 -7
  362. package/docs/variables/modelRoomLabelPluginServerParams.html +8 -7
  363. package/libs/CSS3DRenderPlugin/Controller.d.ts +4 -1
  364. package/libs/CSS3DRenderPlugin/Controller.js +31 -28
  365. package/libs/CSS3DRenderPlugin/index.js +1 -1
  366. package/libs/CruisePlugin/Controller.js +1 -1
  367. package/libs/CruisePlugin/index.d.ts +2 -1
  368. package/libs/CruisePlugin/index.js +1 -1
  369. package/libs/GuideLinePlugin/Components/Tag.js +68 -68
  370. package/libs/GuideLinePlugin/Controller.js +1 -1
  371. package/libs/GuideLinePlugin/GuideLineItem.js +1 -1
  372. package/libs/GuideLinePlugin/GuideLineModeItem.js +1 -1
  373. package/libs/GuideLinePlugin/index.js +1 -1
  374. package/libs/ItemLabelPlugin/ItemLabelItem.js +82 -82
  375. package/libs/ModelTVVideoPlugin/Plugin.js +30 -29
  376. package/libs/ModelTVVideoPlugin/index.js +4 -3
  377. package/libs/Object3DHelperPlugin/Controller.js +4 -3
  378. package/libs/Object3DHelperPlugin/index.js +7 -6
  379. package/libs/PanoCompassPlugin/Controller.js +21 -21
  380. package/libs/PanoCompassPlugin/index.js +1 -1
  381. package/libs/PanoCompassPlugin/typings.d.ts +1 -1
  382. package/libs/PanoDoorLabelPlugin/BaseController.js +1 -1
  383. package/libs/PanoDoorLabelPlugin/Controller.js +1 -1
  384. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +60 -60
  385. package/libs/PanoDoorLabelPlugin/index.js +1 -1
  386. package/libs/PanoMeasurePlugin/Components/Common/CircleButton.js +93 -0
  387. package/libs/PanoMeasurePlugin/Components/Common/CircleButton.svelte.d.ts +1 -0
  388. package/libs/PanoMeasurePlugin/Components/Common/Exit.js +42 -0
  389. package/libs/PanoMeasurePlugin/Components/Common/Exit.svelte.d.ts +1 -0
  390. package/libs/PanoMeasurePlugin/Components/Common/Switcher0.js +246 -0
  391. package/libs/PanoMeasurePlugin/Components/Common/Switcher0.svelte.d.ts +1 -0
  392. package/libs/PanoMeasurePlugin/Components/Common/Switcher1.js +211 -0
  393. package/libs/PanoMeasurePlugin/Components/Common/Switcher1.svelte.d.ts +1 -0
  394. package/libs/PanoMeasurePlugin/Components/Common/icons/index.d.ts +4 -0
  395. package/libs/PanoMeasurePlugin/Components/Common/icons/index.js +7 -0
  396. package/libs/PanoMeasurePlugin/Components/Controller0.js +252 -0
  397. package/libs/PanoMeasurePlugin/Components/Controller0.svelte.d.ts +1 -0
  398. package/libs/PanoMeasurePlugin/Components/Controller1.js +395 -0
  399. package/libs/PanoMeasurePlugin/Components/Controller1.svelte.d.ts +1 -0
  400. package/libs/PanoMeasurePlugin/Components/Tip.js +128 -0
  401. package/libs/PanoMeasurePlugin/Components/Tip.svelte.d.ts +1 -0
  402. package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +12 -4
  403. package/libs/PanoMeasurePlugin/Controller/BaseController.js +43 -34
  404. package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +27 -18
  405. package/libs/PanoMeasurePlugin/Controller/EditController.js +285 -92
  406. package/libs/PanoMeasurePlugin/Controller/MixedController.js +27 -25
  407. package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +1 -1
  408. package/libs/PanoMeasurePlugin/Controller/ViewController.js +6 -4
  409. package/libs/PanoMeasurePlugin/Controller/WatchController.d.ts +9 -2
  410. package/libs/PanoMeasurePlugin/Controller/WatchController.js +101 -54
  411. package/libs/PanoMeasurePlugin/Controller/index.d.ts +26 -9
  412. package/libs/PanoMeasurePlugin/Controller/index.js +138 -81
  413. package/libs/PanoMeasurePlugin/Model/area.d.ts +74 -0
  414. package/libs/PanoMeasurePlugin/Model/area.js +117 -0
  415. package/libs/PanoMeasurePlugin/Model/index.d.ts +10 -0
  416. package/libs/PanoMeasurePlugin/Model/index.js +61 -37
  417. package/libs/PanoMeasurePlugin/Model/line.d.ts +7 -1
  418. package/libs/PanoMeasurePlugin/Model/line.js +37 -22
  419. package/libs/PanoMeasurePlugin/Model/point.js +17 -12
  420. package/libs/PanoMeasurePlugin/Model/polygon.d.ts +14 -0
  421. package/libs/PanoMeasurePlugin/Model/polygon.js +44 -0
  422. package/libs/PanoMeasurePlugin/Model/polyline.d.ts +4 -0
  423. package/libs/PanoMeasurePlugin/Model/polyline.js +11 -3
  424. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +8 -4
  425. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +49 -37
  426. package/libs/PanoMeasurePlugin/Modules/GuideController.d.ts +16 -12
  427. package/libs/PanoMeasurePlugin/Modules/GuideController.js +41 -39
  428. package/libs/PanoMeasurePlugin/Modules/Magnifier.d.ts +1 -1
  429. package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +10 -3
  430. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +123 -37
  431. package/libs/PanoMeasurePlugin/Modules/UIController/style.d.ts +0 -8
  432. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +16 -24
  433. package/libs/PanoMeasurePlugin/index.js +73 -24
  434. package/libs/PanoMeasurePlugin/typings/data.d.ts +24 -0
  435. package/libs/PanoMeasurePlugin/typings/event.type.d.ts +17 -3
  436. package/libs/PanoMeasurePlugin/typings/index.d.ts +1 -1
  437. package/libs/PanoMeasurePlugin/utils/dom/areaDom.d.ts +22 -0
  438. package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +50 -0
  439. package/libs/PanoMeasurePlugin/utils/dom/base.d.ts +29 -0
  440. package/libs/PanoMeasurePlugin/utils/dom/base.js +78 -0
  441. package/libs/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +27 -0
  442. package/libs/PanoMeasurePlugin/utils/dom/distanceItem.js +63 -0
  443. package/libs/PanoMeasurePlugin/utils/generatePolygonGeometry.d.ts +6 -0
  444. package/libs/PanoMeasurePlugin/utils/generatePolygonGeometry.js +13 -0
  445. package/libs/PanoMeasurePlugin/utils/geometryUtil.d.ts +7 -0
  446. package/libs/PanoMeasurePlugin/utils/geometryUtil.js +39 -0
  447. package/libs/PanoMeasurePlugin/utils/isIntersecting.d.ts +15 -0
  448. package/libs/PanoMeasurePlugin/utils/isIntersecting.js +25 -0
  449. package/libs/PanoMeasurePlugin/utils/line.d.ts +2 -1
  450. package/libs/PanoMeasurePlugin/utils/ndc2Screen.d.ts +2 -1
  451. package/libs/PanoSpatialTagPlugin/Plugin.js +1 -1
  452. package/libs/PanoSpatialTagPlugin/index.js +1 -1
  453. package/libs/PanoTagPlugin/controller/TagCache.js +1 -1
  454. package/libs/PanoTagPlugin/controller/TagComputer.js +1 -1
  455. package/libs/PanoTagPlugin/controller/TagRender.js +1 -1
  456. package/libs/PanoTagPlugin/controller/TagUtil.js +1 -1
  457. package/libs/PanoTagPlugin/controller/index.d.ts +2 -1
  458. package/libs/PanoTagPlugin/controller/index.js +1 -1
  459. package/libs/PanoTagPlugin/index.js +1 -1
  460. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +1 -1
  461. package/libs/PanoTagPlugin/typings/tag/TagInstance.d.ts +2 -1
  462. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +0 -4
  463. package/libs/PanoVideoPlugin/Controller.js +1 -1
  464. package/libs/PanoVideoPlugin/index.js +1 -1
  465. package/libs/base/BasePlugin.d.ts +6 -3
  466. package/libs/base/BasePlugin.js +14 -11
  467. package/libs/base/BasePluginWithData.d.ts +2 -1
  468. package/libs/components/PaintBrush/style.d.ts +1 -1
  469. package/libs/components/PaintBrush/style.js +4 -4
  470. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -1
  471. package/libs/floorplan/MapviewFloorplanPlugin/index.js +1 -1
  472. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +1 -1
  473. package/libs/floorplan/ModelFloorplanPlugin/index.js +1 -1
  474. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -1
  475. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +1 -1
  476. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +1 -1
  477. package/libs/floorplan/TopviewFloorplanPlugin/index.js +1 -1
  478. package/libs/index.js +144 -124
  479. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +3 -7
  480. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +29 -49
  481. package/libs/shared-utils/absoluteUrl.d.ts +5 -0
  482. package/libs/shared-utils/absoluteUrl.js +10 -0
  483. package/{dist/PanoMeasurePlugin/utils → libs/shared-utils}/getIntersectionFromEvent.d.ts +1 -1
  484. package/libs/{PanoMeasurePlugin/utils → shared-utils}/getPointFromHammerEvent.d.ts +1 -1
  485. package/libs/shared-utils/index.d.ts +1 -1
  486. package/libs/shared-utils/index.js +21 -20
  487. package/libs/shared-utils/isTouchDevice.d.ts +1 -0
  488. package/libs/shared-utils/isTouchDevice.js +4 -0
  489. package/libs/shared-utils/logger.js +2 -2
  490. package/libs/shared-utils/safeObj.d.ts +1 -0
  491. package/libs/shared-utils/safeObj.js +6 -0
  492. package/libs/shared-utils/three/IObject3D.d.ts +7 -0
  493. package/libs/shared-utils/three/IObject3D.js +25 -0
  494. package/libs/shared-utils/three/Magnifier.d.ts +5 -0
  495. package/libs/shared-utils/three/Magnifier.js +22 -14
  496. package/libs/shared-utils/three/PointSelector.d.ts +92 -0
  497. package/libs/shared-utils/three/PointSelector.js +187 -0
  498. package/libs/shared-utils/three/PointSelectorHelper.d.ts +41 -0
  499. package/libs/shared-utils/three/PointSelectorHelper.js +50 -0
  500. package/libs/shared-utils/three/centerPoint.js +1 -3
  501. package/libs/shared-utils/three/index.d.ts +1 -1
  502. package/libs/typings/typings.d.ts +4 -0
  503. package/libs/vendor/svelte/internal/index.js +392 -345
  504. package/package.json +4 -2
  505. package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +0 -30
  506. package/dist/shared-utils/isAbsoluteURL.d.ts +0 -1
  507. package/dist/shared-utils/three/FivePointSelector.d.ts +0 -36
  508. package/libs/PanoMeasurePlugin/utils/distanceDom.d.ts +0 -30
  509. package/libs/PanoMeasurePlugin/utils/distanceDom.js +0 -83
  510. package/libs/shared-utils/isAbsoluteURL.d.ts +0 -1
  511. package/libs/shared-utils/isAbsoluteURL.js +0 -6
  512. package/libs/shared-utils/three/FivePointSelector.d.ts +0 -36
  513. package/libs/shared-utils/three/FivePointSelector.js +0 -49
  514. /package/libs/{PanoMeasurePlugin/utils → shared-utils}/getIntersectionFromEvent.js +0 -0
  515. /package/libs/{PanoMeasurePlugin/utils → shared-utils}/getPointFromHammerEvent.js +0 -0
@@ -1,56 +1,92 @@
1
- var y = Object.defineProperty;
2
- var d = Object.getOwnPropertySymbols;
3
- var M = Object.prototype.hasOwnProperty, P = Object.prototype.propertyIsEnumerable;
4
- var p = (s, e, t) => e in s ? y(s, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[e] = t, n = (s, e) => {
1
+ var I = Object.defineProperty;
2
+ var P = Object.getOwnPropertySymbols;
3
+ var T = Object.prototype.hasOwnProperty, E = Object.prototype.propertyIsEnumerable;
4
+ var c = (s, e, t) => e in s ? I(s, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[e] = t, m = (s, e) => {
5
5
  for (var t in e || (e = {}))
6
- M.call(e, t) && p(s, t, e[t]);
7
- if (d)
8
- for (var t of d(e))
9
- P.call(e, t) && p(s, t, e[t]);
6
+ T.call(e, t) && c(s, t, e[t]);
7
+ if (P)
8
+ for (var t of P(e))
9
+ E.call(e, t) && c(s, t, e[t]);
10
10
  return s;
11
11
  };
12
- var i = (s, e, t) => (p(s, typeof e != "symbol" ? e + "" : e, t), t);
13
- import I from "../Modules/Magnifier.js";
12
+ var i = (s, e, t) => (c(s, typeof e != "symbol" ? e + "" : e, t), t);
14
13
  import a from "./EditController.js";
15
- import f from "./ViewController.js";
16
- import g from "./WatchController.js";
17
- import l from "./MixedController.js";
18
- import { omit as b } from "../../shared-utils/filter.js";
19
- import { Group as w } from "three";
20
- import { Model as v } from "../Model/index.js";
21
- import { Subscribe as U } from "@realsee/five";
22
- import { getMouseGroup as E } from "../utils/mouseGroup.js";
23
- import { UIController as C } from "../Modules/UIController/index.js";
24
- import { GuideController as k } from "../Modules/GuideController.js";
25
- import { ShortcutKeyController as D } from "./ShortcutKeyController.js";
26
- import "hammerjs";
14
+ import w from "./ViewController.js";
15
+ import v from "./WatchController.js";
16
+ import h from "./MixedController.js";
17
+ import { omit as k } from "../../shared-utils/filter.js";
18
+ import { Group as D } from "three";
19
+ import { Model as U } from "../Model/index.js";
20
+ import { Subscribe as x } from "@realsee/five";
21
+ import { getMouseGroup as G } from "../utils/mouseGroup.js";
22
+ import { UIController as S } from "../Modules/UIController/index.js";
23
+ import { GuideController as L } from "../Modules/GuideController.js";
24
+ import { ShortcutKeyController as O } from "./ShortcutKeyController.js";
25
+ import { safeObj as b } from "../../shared-utils/safeObj.js";
26
+ import { Magnifier as B } from "../../shared-utils/three/Magnifier.js";
27
+ import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
28
+ import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
29
+ import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
30
+ import { isTouchDevice as W } from "../../shared-utils/isTouchDevice.js";
27
31
  import "../Model/line.js";
28
32
  import "../../shared-utils/uuid.js";
29
33
  import "../utils/line.js";
30
34
  import "@realsee/five/line";
31
35
  import "../utils/constants.js";
32
- import "../utils/distanceDom.js";
36
+ import "../utils/dom/distanceItem.js";
37
+ import "../utils/dom/base.js";
33
38
  import "../utils/isNDCPointInScreen.js";
39
+ import "../../shared-utils/three/centerPoint.js";
34
40
  import "../Model/point.js";
35
41
  import "../../shared-utils/removeArrayItem.js";
36
42
  import "../../shared-utils/throttle.js";
37
43
  import "./BaseController.js";
38
44
  import "../utils/ironbox.js";
39
- import "../utils/getIntersectionFromEvent.js";
40
- import "../utils/getPointFromHammerEvent.js";
41
45
  import "../Model/polyline.js";
46
+ import "../Model/area.js";
47
+ import "../Model/polygon.js";
48
+ import "../../shared-utils/three/IObject3D.js";
49
+ import "../utils/generatePolygonGeometry.js";
50
+ import "earcut";
51
+ import "../utils/dom/areaDom.js";
52
+ import "../utils/geometryUtil.js";
53
+ import "../utils/isIntersecting.js";
54
+ import "../../shared-utils/three/PointSelector.js";
55
+ import "../../shared-utils/three/PointSelectorHelper.js";
56
+ import "../../shared-utils/three/PointHelper.js";
57
+ import "../../shared-utils/three/Assets/index.js";
58
+ import "../../shared-utils/three/PointDomHelper.js";
59
+ import "hammerjs";
60
+ import "../Modules/rangePiece/html.js";
61
+ import "../../CSS3DRenderPlugin/index.js";
62
+ import "../../CSS3DRenderPlugin/Controller.js";
63
+ import "../../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
64
+ import "../../shared-utils/absoluteUrl.js";
65
+ import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
66
+ import "three/examples/jsm/renderers/CSS3DRenderer";
67
+ import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
68
+ import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
69
+ import "../../CSS3DRenderPlugin/utils/even.js";
70
+ import "../../shared-utils/Subscribe.js";
71
+ import "../../CSS3DRenderPlugin/utils/positionToVector3.js";
72
+ import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
73
+ import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
74
+ import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
75
+ import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
76
+ import "../../shared-utils/animationFrame/BetterTween.js";
77
+ import "../../shared-utils/animationFrame/index.js";
78
+ import "../../shared-utils/getIntersectionFromEvent.js";
79
+ import "../../shared-utils/getPointFromHammerEvent.js";
80
+ import "../../shared-utils/three/getIntersect.js";
42
81
  import "../Modules/DeleteDom/index.js";
43
82
  import "../Modules/DeleteDom/_Assets/delete.svg.js";
44
83
  import "../Modules/DeleteDom/_Assets/delete_bg.png.js";
45
84
  import "../Modules/DeleteDom/_Assets/delete_hover_bg.png.js";
85
+ import "../utils/findAssociatedLines.js";
46
86
  import "../utils/math.js";
47
87
  import "../utils/findClosestPoint.js";
48
88
  import "../utils/ndc2Screen.js";
49
- import "../utils/findAssociatedLines.js";
50
89
  import "../Modules/rangePiece/index.js";
51
- import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
52
- import "../Modules/rangePiece/html.js";
53
- import "../../shared-utils/animationFrame/index.js";
54
90
  import "../../shared-utils/noop.js";
55
91
  import "../utils/calculateThreeMouse.js";
56
92
  import "../../shared-utils/tap.js";
@@ -60,11 +96,28 @@ import "../Modules/UIController/style.js";
60
96
  import "../Modules/UIController/MainBtnController.js";
61
97
  import "../Modules/UIController/mobileMainBtnController.js";
62
98
  import "../Modules/UIController/Revoke/index.js";
63
- class Ee {
99
+ import "../Components/Controller0.js";
100
+ import "../../vendor/svelte/internal/index.js";
101
+ import "../Components/Common/Switcher0.js";
102
+ import "../Components/Common/Exit.js";
103
+ import "../Components/Common/icons/index.js";
104
+ import "../Components/Controller1.js";
105
+ import "../Components/Common/Switcher1.js";
106
+ import "../Components/Common/CircleButton.js";
107
+ import "../../vendor/svelte/transition/index.js";
108
+ import "../../vendor/svelte/easing/index.js";
109
+ import "../../vendor/object-assign-deep/objectAssignDeep.js";
110
+ import "../Components/Tip.js";
111
+ class Dt {
64
112
  constructor(e, t) {
65
113
  i(this, "hasOpen", !1);
66
- i(this, "hook", new U());
114
+ i(this, "hook", new x());
67
115
  i(this, "magnifier");
116
+ i(this, "controller", null);
117
+ /** 允许的测量类型 */
118
+ i(this, "allowMeasureType");
119
+ /** 当前的测量类型 */
120
+ i(this, "currentMeasureType");
68
121
  i(this, "five");
69
122
  i(this, "model");
70
123
  i(this, "group");
@@ -75,8 +128,15 @@ class Ee {
75
128
  i(this, "useGuideController");
76
129
  i(this, "container", document.createElement("div"));
77
130
  i(this, "shortcutKeyController");
78
- i(this, "controller", null);
79
- i(this, "getCurrentMode", () => this.controller instanceof a ? "Edit" : this.controller instanceof g ? "Watch" : this.controller instanceof l ? "Mixed" : this.controller instanceof f ? "View" : null);
131
+ /** 关闭插件功能
132
+ * @description 清除标尺线条
133
+ * @description 还原点位展示和默认鼠标 UI
134
+ */
135
+ i(this, "disable", () => {
136
+ var e, t, r, o;
137
+ this.hasOpen = !1, this.container.style.opacity = "0", (e = this.controller) == null || e.dispose(), (t = this.useUIController) == null || t.hide(), (r = this.useGuideController) == null || r.hide(), (o = this.shortcutKeyController) == null || o.dispose(), this.controller = null, this.five.helperVisible = !0, this.five.scene.remove(this.group), this.five.needsRender = !0, this.hook.emit("disable", !0);
138
+ });
139
+ i(this, "getCurrentMode", () => this.controller instanceof a ? "Edit" : this.controller instanceof v ? "Watch" : this.controller instanceof h ? "Mixed" : this.controller instanceof w ? "View" : null);
80
140
  /** 变更场景
81
141
  * @description 如果从编辑场景改变到观看场景,不会自动保存,默认丢弃所有改动
82
142
  */
@@ -86,39 +146,43 @@ class Ee {
86
146
  return;
87
147
  (o = this.controller) == null || o.dispose();
88
148
  const t = {
89
- View: f,
90
- Watch: g,
149
+ View: w,
150
+ Watch: v,
91
151
  Edit: a,
92
- Mixed: l
152
+ Mixed: h
93
153
  };
94
154
  if (!t[e])
95
155
  throw new Error("不存在的 Mode");
96
156
  const r = this.createControllerParams();
97
157
  this.controller = new t[e](r), this.hook.emit("modeChange", e);
98
158
  });
99
- var o, h, c, u;
100
- this.five = e, this.params = t, this.config = b(t, ["openParams", "magnifierParams"]), this.model = new v(this.config), this.isMobile = (h = (o = t == null ? void 0 : t.openParams) == null ? void 0 : o.isMobile) != null ? h : !1, this.magnifier = new I(e, (c = t.magnifierParams) != null ? c : { width: 190, height: 190, scale: 2 }), this.group = new w(), this.group.name = "plugin-measure-group", this.container.classList.add("five-plugin-measure-container"), this.container.style.position = "absolute", this.container.style.left = "0", this.container.style.top = "0", this.container.style.pointerEvents = "none", this.container.style.width = "100%", this.container.style.height = "100%", this.container.style.opacity = "0";
101
- const r = (u = this.params.openParams) != null ? u : {};
159
+ /**
160
+ * @description: 切换测量的类型
161
+ */
162
+ i(this, "changeMeasureType", (e) => {
163
+ this.currentMeasureType = e, this.hook.emit("measureTypeChange", e);
164
+ });
165
+ var l, n, u, d, f, g, y, M, C;
166
+ this.five = e, this.params = t, this.config = k(t, ["openParams", "magnifierParams"]), this.model = new U(this.config), this.isMobile = (n = (l = t == null ? void 0 : t.openParams) == null ? void 0 : l.isMobile) != null ? n : !1, this.magnifier = new B(e, (u = t.magnifierParams) != null ? u : { width: 190, height: 190, scale: 2 }), this.allowMeasureType = Array.from(new Set((f = (d = t.editParams) == null ? void 0 : d.allowMeasureType) != null ? f : ["line"])), this.currentMeasureType = (g = this.allowMeasureType[0]) != null ? g : "line", this.group = new D(), this.group.name = "plugin-measure-group", this.container.classList.add("five-plugin-measure-container"), this.container.style.position = "absolute", this.container.style.left = "0", this.container.style.top = "0", this.container.style.pointerEvents = "none", this.container.style.width = "100%", this.container.style.height = "100%", this.container.style.opacity = "0";
167
+ const r = (M = (y = t.editParams) == null ? void 0 : y.pointSelectorMode) != null ? M : W ? "fixed" : "cursor", o = (C = this.params.openParams) != null ? C : {};
102
168
  if (this.params.useUIController !== !1) {
103
- const m = n({
104
- container: this.container,
105
- openParams: r
106
- }, typeof this.params.useUIController == "object" ? this.params.useUIController : {});
107
- this.useUIController = new C(this, m);
169
+ const p = m({ container: this.container, openParams: o, pointSelectorMode: r }, b(this.params.useUIController));
170
+ this.useUIController = new S(this, p);
108
171
  }
109
172
  if (this.params.useGuideController !== !1) {
110
- const m = n({
111
- container: this.container
112
- }, typeof this.params.useGuideController == "object" ? this.params.useGuideController : {});
113
- this.useGuideController = new k(this, m);
173
+ const p = m({ container: this.container, pointSelectorMode: r }, b(this.params.useGuideController));
174
+ this.useGuideController = new L(this, p);
114
175
  }
115
176
  }
116
177
  appendTo(e) {
117
178
  e.append(this.container);
118
179
  }
180
+ clear() {
181
+ this.model.clear();
182
+ }
119
183
  dispose() {
120
184
  var e, t;
121
- this.disable(), (e = this.useUIController) == null || e.dispose(), (t = this.magnifier) == null || t.dispose(), this.five.needsRender = !0;
185
+ this.disable(), this.clear(), (e = this.useUIController) == null || e.dispose(), (t = this.magnifier) == null || t.dispose(), this.five.needsRender = !0;
122
186
  }
123
187
  /** 加载数据
124
188
  * @description 数据加载时会覆盖当前已保存的数据
@@ -133,20 +197,13 @@ class Ee {
133
197
  */
134
198
  enable(e) {
135
199
  var t;
136
- this.hasOpen || (this.hasOpen = !0, this.five.scene.add(this.group), this.container.style.opacity = "1", e != null && e.mode ? this.changeMode(e.mode) : this.isMobile ? this.changeMode("Mixed") : this.changeMode("Watch"), (t = this.useUIController) == null || t.show(), this.shortcutKeyController = new D(this, this.five), this.hook.emit("enable", !0));
137
- }
138
- /** 关闭插件功能
139
- * @description 清除标尺线条
140
- * @description 还原点位展示和默认鼠标 UI
141
- */
142
- disable() {
143
- var e, t, r, o;
144
- this.hasOpen = !1, this.container.style.opacity = "0", (e = this.controller) == null || e.dispose(), (t = this.useUIController) == null || t.hide(), (r = this.useGuideController) == null || r.hide(), (o = this.shortcutKeyController) == null || o.dispose(), this.controller = null, this.five.helperVisible = !0, this.five.scene.remove(this.group), this.five.needsRender = !0, this.hook.emit("disable", !0);
200
+ this.hasOpen || (this.hasOpen = !0, this.five.scene.add(this.group), this.container.style.opacity = "1", e != null && e.mode ? this.changeMode(e.mode) : this.isMobile ? this.changeMode("Mixed") : this.changeMode("Watch"), (t = this.useUIController) == null || t.show(), this.shortcutKeyController = new O(this, this.five), this.hook.emit("enable", !0));
145
201
  }
146
202
  /** 进入编辑模式 */
147
- edit() {
148
- const e = this.isMobile ? "Mixed" : "Edit";
149
- this.changeMode(e);
203
+ edit(e) {
204
+ e && this.changeMeasureType(e);
205
+ const t = this.isMobile ? "Mixed" : "Edit";
206
+ this.changeMode(t);
150
207
  }
151
208
  /** 撤销编辑 */
152
209
  revoke() {
@@ -155,6 +212,9 @@ class Ee {
155
212
  removePolyline(e) {
156
213
  this.model.removePolyline(e);
157
214
  }
215
+ removeArea(e) {
216
+ this.model.removeArea(e);
217
+ }
158
218
  removePolylineByID(e) {
159
219
  const t = this.model.getPolylineByID(e);
160
220
  t && this.model.removePolyline(t);
@@ -180,40 +240,34 @@ class Ee {
180
240
  * @description 以下情况可能报错
181
241
  */
182
242
  save(e) {
183
- var o;
184
- if (!(this.controller instanceof a) && !(this.controller instanceof l))
243
+ var l;
244
+ if (!(this.controller instanceof a) && !(this.controller instanceof h))
185
245
  return this;
186
- const t = (o = e == null ? void 0 : e.mode) != null ? o : "View";
187
- return this.controller.model.polylines.forEach((h) => {
188
- this.model.addPolyline(h);
246
+ const t = (l = e == null ? void 0 : e.mode) != null ? l : "View", r = this.controller.model.polylines, o = this.controller.model.areas;
247
+ return r.forEach((n) => {
248
+ this.model.addPolyline(n);
249
+ }), this.controller instanceof a ? this.controller.complete() : o.forEach((n) => {
250
+ n.showArea(), this.model.addArea(n);
189
251
  }), this.changeMode(t), this;
190
252
  }
191
253
  /** Mixed 模式才有用,添加起点 */
192
254
  addStartPoint() {
193
- this.controller instanceof l && this.hook.emit("willChangeState", "watching", "editing");
255
+ this.controller instanceof h && this.hook.emit("willChangeState", "watching", "editing");
194
256
  }
195
257
  /** Mixed 模式才有用,添加终点 */
196
258
  addEndPoint() {
197
- this.controller instanceof l && this.hook.emit("willChangeState", "editing", "watching");
259
+ this.controller instanceof h && this.hook.emit("willChangeState", "editing", "watching");
198
260
  }
199
261
  /** 导出数据 */
200
262
  toJson() {
201
263
  return this.model.toJson();
202
264
  }
203
265
  /**
266
+ * @deprecated 暂不支持
204
267
  * @description 改变插件的模式(pc端模式或移动端模式)
205
268
  * @param isMobile true为移动端模式,false为pc端
206
269
  */
207
270
  changeIsMobile(e) {
208
- var t;
209
- if (this.isMobile = e, this.params.useUIController !== !1) {
210
- (t = this.useUIController) == null || t.dispose();
211
- const r = n({
212
- container: this.container,
213
- mode: this.isMobile ? "mobile" : "pc"
214
- }, typeof this.params.useUIController == "object" ? this.params.useUIController : {});
215
- this.useUIController = new C(this, r);
216
- }
217
271
  }
218
272
  changeConfigs(e) {
219
273
  var t;
@@ -228,8 +282,8 @@ class Ee {
228
282
  r.setText(t), (o = this.controller) == null || o.updateDistanceUI();
229
283
  }
230
284
  createControllerParams() {
231
- var t;
232
- const e = (t = this.params.openParams) != null ? t : {};
285
+ var r, o;
286
+ const e = (r = this.params.openParams) != null ? r : {}, t = (o = this.params.editParams) != null ? o : {};
233
287
  return e.isMobile = this.isMobile, {
234
288
  five: this.five,
235
289
  hook: this.hook,
@@ -239,11 +293,14 @@ class Ee {
239
293
  magnifier: this.magnifier,
240
294
  container: this.container,
241
295
  openParams: e,
242
- mouseGroup: E(n({}, e.crossHairParameter)),
296
+ editParams: t,
297
+ magnifierParams: this.params.magnifierParams,
298
+ getMeasureType: () => this.currentMeasureType,
299
+ mouseGroup: G(m({}, e.crossHairParameter)),
243
300
  userDistanceItemCreator: this.params.userDistanceItemCreator
244
301
  };
245
302
  }
246
303
  }
247
304
  export {
248
- Ee as default
305
+ Dt as default
249
306
  };
@@ -0,0 +1,74 @@
1
+ import * as THREE from 'three';
2
+ import type { Line as FiveLine } from '@realsee/five/line';
3
+ import { Subscribe, type Five, type SubscribeEventMap } from '@realsee/five';
4
+ import PolygonMesh from './polygon';
5
+ import { Polyline } from './polyline';
6
+ import type { Model } from '.';
7
+ import { AreaItem } from '../utils/dom/areaDom';
8
+ export interface AreaHook extends SubscribeEventMap {
9
+ selected: (area: Area, position: {
10
+ left: string;
11
+ top: string;
12
+ }) => void;
13
+ }
14
+ /**
15
+ * @description: 多边形类
16
+ */
17
+ export default class Area {
18
+ id: string;
19
+ selected: boolean;
20
+ text?: string;
21
+ readonly type = "area";
22
+ readonly lightMesh: FiveLine;
23
+ readonly areaItem: AreaItem;
24
+ readonly hook: Subscribe<AreaHook>;
25
+ /**
26
+ * @description: 多边形的端点是否闭合
27
+ */
28
+ get isClosed(): boolean;
29
+ /** 多边形mesh */
30
+ polygon: PolygonMesh;
31
+ /** 多边形顶点 */
32
+ points: THREE.Vector3[];
33
+ /** 多边形前三个点组成的平面,用来使得后面加的点也落在这个平面上 */
34
+ planeHelper: THREE.Plane | null;
35
+ /** 多边形边框 */
36
+ polyline: Polyline;
37
+ /** 多边形mesh容器 */
38
+ private meshContainer;
39
+ /** 多边形dom容器 */
40
+ private domContainer;
41
+ private five;
42
+ private model?;
43
+ constructor(points: THREE.Vector3[] | undefined, config: {
44
+ /** @todo: 这个model整的真的太恶心了 */
45
+ model: Model;
46
+ meshContainer?: THREE.Object3D;
47
+ domContainer?: Element;
48
+ five?: Five;
49
+ });
50
+ addPoints(point: THREE.Vector3): void;
51
+ /**
52
+ * @description: 移除最后一个添加的点
53
+ */
54
+ popPoint(): void;
55
+ /**
56
+ * @description: 自动补全多边形的各个边
57
+ */
58
+ complete(): void;
59
+ hideArea(): void;
60
+ showArea(): void;
61
+ /**
62
+ * @description: five camera update 时,更新Dom的位置
63
+ */
64
+ updateDom: () => void;
65
+ /**
66
+ * @description: 获取一个点投影在当前平面上的点
67
+ */
68
+ projectPoint(point: THREE.Vector3): THREE.Vector3;
69
+ remove(): void;
70
+ /**
71
+ * @todo: 没写完
72
+ */
73
+ dispose(): void;
74
+ }
@@ -0,0 +1,117 @@
1
+ var m = Object.defineProperty;
2
+ var d = (s, t, i) => t in s ? m(s, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : s[t] = i;
3
+ var e = (s, t, i) => (d(s, typeof t != "symbol" ? t + "" : t, i), i);
4
+ import * as h from "three";
5
+ import { uuid as f } from "../../shared-utils/uuid.js";
6
+ import { Subscribe as c } from "@realsee/five";
7
+ import u from "./line.js";
8
+ import v from "./polygon.js";
9
+ import { Polyline as y } from "./polyline.js";
10
+ import p from "./point.js";
11
+ import { AreaItem as C } from "../utils/dom/areaDom.js";
12
+ import "../utils/line.js";
13
+ import "@realsee/five/line";
14
+ import "../utils/constants.js";
15
+ import "../utils/dom/distanceItem.js";
16
+ import "../utils/dom/base.js";
17
+ import "../utils/isNDCPointInScreen.js";
18
+ import "../../shared-utils/three/centerPoint.js";
19
+ import "../../shared-utils/three/IObject3D.js";
20
+ import "../utils/generatePolygonGeometry.js";
21
+ import "earcut";
22
+ import "../../shared-utils/removeArrayItem.js";
23
+ import "../utils/geometryUtil.js";
24
+ class O {
25
+ constructor(t, i) {
26
+ e(this, "id", f());
27
+ e(this, "selected", !1);
28
+ e(this, "text");
29
+ e(this, "type", "area");
30
+ e(this, "lightMesh");
31
+ e(this, "areaItem");
32
+ e(this, "hook", new c());
33
+ /** 多边形mesh */
34
+ e(this, "polygon");
35
+ /** 多边形顶点 */
36
+ e(this, "points", []);
37
+ /** 多边形前三个点组成的平面,用来使得后面加的点也落在这个平面上 */
38
+ e(this, "planeHelper");
39
+ /** 多边形边框 */
40
+ e(this, "polyline");
41
+ /** 多边形mesh容器 */
42
+ e(this, "meshContainer");
43
+ /** 多边形dom容器 */
44
+ e(this, "domContainer");
45
+ e(this, "five");
46
+ e(this, "model");
47
+ /**
48
+ * @description: five camera update 时,更新Dom的位置
49
+ */
50
+ e(this, "updateDom", () => {
51
+ this.five && (this.polyline.lines.forEach((t) => t.distanceItem.update(this.five)), this.areaItem.updateDomPosition(this.five));
52
+ });
53
+ var n;
54
+ t && (this.points = t), this.model = i.model, this.polygon = new v(t), this.polyline = new y({ model: i.model }), this.areaItem = new C({
55
+ area: this,
56
+ clickCallback: (a, o) => {
57
+ const r = a.clientX + "px", l = a.clientY + "px";
58
+ this.hook.emit("selected", this, { left: r, top: l });
59
+ }
60
+ }), this.domContainer = i.domContainer || null, this.meshContainer = i.meshContainer || null, this.five = i.five || null, this.areaItem.appendTo(this.domContainer), (n = this.five) == null || n.on("cameraUpdate", this.updateDom);
61
+ }
62
+ /**
63
+ * @description: 多边形的端点是否闭合
64
+ */
65
+ get isClosed() {
66
+ var t;
67
+ return this.points.length >= 4 && ((t = this.points.at(0)) == null ? void 0 : t.equals(this.points.at(-1)));
68
+ }
69
+ addPoints(t) {
70
+ var a;
71
+ this.points = this.points.concat(t);
72
+ const i = this.points.at(-2), n = this.points.at(-1);
73
+ if (i && n) {
74
+ const o = new u(new p(i), new p(n), this.polyline.model);
75
+ this.polyline.addLine(o), this.meshContainer.add(o.mesh), this.five && (o.distanceItem.setCanSelect(!1), o.distanceItem.appendTo(this.domContainer), o.distanceItem.update(this.five));
76
+ }
77
+ (a = this.meshContainer) != null && a.children.includes(this.polygon) || this.meshContainer.add(this.polygon), this.polygon.updatePoints(this.points), this.areaItem.updateArea(this.five), this.points.length === 3 ? this.planeHelper = new h.Plane().setFromCoplanarPoints(this.points[0], this.points[1], this.points[2]) : this.points.length < 3 && (this.planeHelper = null);
78
+ }
79
+ /**
80
+ * @description: 移除最后一个添加的点
81
+ */
82
+ popPoint() {
83
+ this.points.pop();
84
+ const t = this.polyline.lines.pop();
85
+ t == null || t.remove(), this.polygon.updatePoints(this.points), this.areaItem.updateArea(this.five), this.points.length < 3 && (this.planeHelper = null);
86
+ }
87
+ /**
88
+ * @description: 自动补全多边形的各个边
89
+ */
90
+ complete() {
91
+ this.points.at(-1).equals(this.points[0]) || this.addPoints(this.points[0]);
92
+ }
93
+ hideArea() {
94
+ this.polygon.visible = !1, this.areaItem.hide();
95
+ }
96
+ showArea() {
97
+ this.polygon.visible = !0, this.areaItem.show();
98
+ }
99
+ /**
100
+ * @description: 获取一个点投影在当前平面上的点
101
+ */
102
+ projectPoint(t) {
103
+ return t && (this.planeHelper ? this.planeHelper.projectPoint(t, new h.Vector3()) : t);
104
+ }
105
+ remove() {
106
+ this.polygon.removeFromParent(), this.areaItem.remove(), this.polyline.lines.forEach((t) => t.remove());
107
+ }
108
+ /**
109
+ * @todo: 没写完
110
+ */
111
+ dispose() {
112
+ this.remove(), this.model.areas.splice(this.model.areas.indexOf(this), 1), this.planeHelper = null, this.five.off("cameraUpdate", this.updateDom), this.five.needsRender = !0;
113
+ }
114
+ }
115
+ export {
116
+ O as default
117
+ };
@@ -1,5 +1,6 @@
1
1
  import type { Config } from '../typings';
2
2
  import type { PluginData } from '../typings/data';
3
+ import type Area from './area';
3
4
  import type Line from './line';
4
5
  import { Polyline } from './polyline';
5
6
  import { Subscribe } from '@realsee/five';
@@ -8,6 +9,10 @@ type IModelEvent = {
8
9
  * @param line 被创建的线条
9
10
  */
10
11
  polylineAdded: (line: Polyline) => void;
12
+ /** 新增面积
13
+ * @param area 被创建的面积
14
+ */
15
+ areaAdded: (area: Area) => void;
11
16
  /** 删除线条
12
17
  * @param lines 被删除的线条数组
13
18
  */
@@ -16,18 +21,23 @@ type IModelEvent = {
16
21
  export declare class Model {
17
22
  readonly config?: Config;
18
23
  readonly polylines: Polyline[];
24
+ readonly areas: Area[];
19
25
  readonly hook: Subscribe<IModelEvent>;
20
26
  constructor(config?: Config);
21
27
  addPolyline(polyline: Polyline): void;
28
+ addArea(area: Area): void;
22
29
  replacePolylineByID(id: string, polyline: Polyline): void;
23
30
  removePolyline(polyline: Polyline): void;
31
+ removeArea(area: Area): void;
24
32
  getPolylineByID(id: string): Polyline;
25
33
  getPolylineByLine(line: Line): Polyline;
26
34
  getLineByID(id: string): Line;
27
35
  getAllLines(): Line[];
36
+ getAllAreas(): Area[];
28
37
  getAllPoints(): import("./point").default[];
29
38
  includes(item: Polyline): boolean;
30
39
  clear(): void;
40
+ dispose(): void;
31
41
  getClosestPoint(): void;
32
42
  parse(data: PluginData): void;
33
43
  toJson(): PluginData;