@realsee/dnalogel 2.16.0-1 → 2.16.0-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 (562) hide show
  1. package/components/index.js +688 -240
  2. package/dist/CruisePlugin/index.d.ts +2 -0
  3. package/dist/CruisePlugin/typing.d.ts +35 -40
  4. package/dist/GuideLinePlugin/Controller.d.ts +6 -3
  5. package/dist/GuideLinePlugin/GuideLineItem.d.ts +6 -0
  6. package/dist/GuideLinePlugin/GuideLineModeItem.d.ts +45 -4
  7. package/dist/GuideLinePlugin/index.d.ts +2 -1
  8. package/dist/GuideLinePlugin/typing.d.ts +36 -5
  9. package/dist/GuideLinePlugin/utils/createLineGeometry.d.ts +5 -1
  10. package/dist/GuideLinePlugin/utils/index.d.ts +6 -0
  11. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +1 -0
  12. package/dist/PanoTagPlugin/controller/TagUtil.d.ts +5 -5
  13. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +3 -1
  14. package/dist/index.cjs.js +119 -87
  15. package/dist/index.js +17164 -10135
  16. package/dist/index.umd.js +112 -80
  17. package/dist/shared-utils/animationFrame/BetterTween.d.ts +3 -2
  18. package/dist/shared-utils/animationFrame/index.d.ts +1 -1
  19. package/dist/shared-utils/animationFrame/tween.d.ts +32 -23
  20. package/dist/shared-utils/five/changeMode.d.ts +2 -4
  21. package/dist/shared-utils/svelte/resizeObserver.d.ts +2 -10
  22. package/dist/shared-utils/svelte/resizeObserverGlobal.d.ts +10 -0
  23. package/docs/assets/search.js +1 -1
  24. package/docs/classes/CSS3DRender.html +33 -31
  25. package/docs/classes/CruisePluginController.html +40 -38
  26. package/docs/classes/GuideLineItem.GuideLineItem.html +57 -23
  27. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +246 -49
  28. package/docs/classes/Magnifier.html +22 -20
  29. package/docs/classes/ModelRoomLabelController.html +13 -11
  30. package/docs/classes/Object3DHelperController.html +27 -25
  31. package/docs/classes/PaintBrush.html +17 -15
  32. package/docs/classes/PanoMeasurePluginLine.html +25 -23
  33. package/docs/classes/PanoMeasurePluginModel.html +24 -22
  34. package/docs/classes/PanoMeasurePluginPoint.html +16 -14
  35. package/docs/classes/PanoMeasurePluginPolyline.html +28 -26
  36. package/docs/classes/PanoTagPluginController.html +49 -47
  37. package/docs/classes/Util.BetterTween.html +31 -18
  38. package/docs/classes/Util.FivePointSelector.html +14 -12
  39. package/docs/classes/Util.Interval.html +14 -12
  40. package/docs/classes/Util.Magnifier.html +19 -17
  41. package/docs/classes/Util.PointDomHelper.html +13 -11
  42. package/docs/classes/Util.PointHelper.html +13 -11
  43. package/docs/classes/Util.Rectangle.html +15 -13
  44. package/docs/enums/CameraMovementEffect.html +9 -7
  45. package/docs/enums/ContentType.html +21 -19
  46. package/docs/enums/DIRECTION.html +11 -9
  47. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +11 -9
  48. package/docs/enums/DimensionType.html +9 -7
  49. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +10 -8
  50. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +11 -9
  51. package/docs/enums/PaintBrushTypeEnum.html +10 -8
  52. package/docs/enums/Rotation.html +10 -8
  53. package/docs/functions/CSS3DRenderPlugin.html +6 -4
  54. package/docs/functions/CameraMovementPlugin.html +6 -4
  55. package/docs/functions/CruisePlugin.html +6 -4
  56. package/docs/functions/GuideLinePlugin.html +7 -5
  57. package/docs/functions/ItemLabelPlugin.html +6 -4
  58. package/docs/functions/MapviewFloorplanPlugin.html +6 -4
  59. package/docs/functions/ModelChassisCompassPlugin.html +6 -4
  60. package/docs/functions/ModelEntryDoorGuidePlugin.html +6 -4
  61. package/docs/functions/ModelFloorplanPlugin.html +6 -4
  62. package/docs/functions/ModelItemLabelPlugin.html +6 -4
  63. package/docs/functions/ModelRoomLabelPlugin.html +6 -4
  64. package/docs/functions/ModelTVVideoPlugin.html +6 -4
  65. package/docs/functions/ModelViewPlugin.html +6 -4
  66. package/docs/functions/Object3DHelperPlugin.html +6 -4
  67. package/docs/functions/PanoCompassPlugin.html +6 -4
  68. package/docs/functions/PanoCursorRaycasterPlugin.html +6 -4
  69. package/docs/functions/PanoDoorLabelPlugin.html +6 -4
  70. package/docs/functions/PanoFloorplanRadarPlugin.html +6 -4
  71. package/docs/functions/PanoMeasurePlugin.html +6 -4
  72. package/docs/functions/PanoRulerPlugin.html +6 -4
  73. package/docs/functions/PanoRulerProPlugin.html +6 -4
  74. package/docs/functions/PanoSpatialTagPlugin.html +6 -4
  75. package/docs/functions/PanoTagPlugin.html +6 -4
  76. package/docs/functions/PanoVideoPlugin.html +6 -4
  77. package/docs/functions/TopviewFloorplanPlugin.html +6 -4
  78. package/docs/functions/Util.getCoordsFromClient.html +7 -5
  79. package/docs/functions/Util.getCoordsFromElement.html +7 -5
  80. package/docs/functions/Util.getFrameTime.html +7 -5
  81. package/docs/functions/Util.getIntersectFromRelativePosition.html +7 -5
  82. package/docs/functions/Util.getRaycasterFromFivePointer.html +7 -5
  83. package/docs/functions/Util.isAbsoluteURL.html +7 -5
  84. package/docs/functions/Util.isModelLike.html +7 -5
  85. package/docs/functions/Util.isNil.html +7 -5
  86. package/docs/functions/Util.isPanoramaLike.html +7 -5
  87. package/docs/functions/Util.nextFrame.html +20 -7
  88. package/docs/functions/Util.notNil.html +7 -5
  89. package/docs/functions/Util.requestAnimationFrameInterval.html +7 -5
  90. package/docs/functions/Util.tweenProgress.html +9 -18
  91. package/docs/functions/Util.uuid.html +7 -5
  92. package/docs/functions/pluginFlag.html +7 -5
  93. package/docs/index.html +6 -4
  94. package/docs/interfaces/AddTagConfig.html +8 -6
  95. package/docs/interfaces/CSS3DRenderPluginEventMap.html +13 -11
  96. package/docs/interfaces/CSS3DRenderPluginState.html +10 -8
  97. package/docs/interfaces/CameraMovementPluginExportType.html +9 -7
  98. package/docs/interfaces/CruisePluginTypes.Config.html +107 -0
  99. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +112 -0
  100. package/docs/interfaces/CruisePluginTypes.EventMap.html +429 -0
  101. package/docs/interfaces/CruisePluginTypes.MoveAction.html +129 -0
  102. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +151 -0
  103. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +153 -0
  104. package/docs/interfaces/CruisePluginTypes.PluginData.html +102 -0
  105. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +83 -0
  106. package/docs/interfaces/CruisePluginTypes.PluginState.html +148 -0
  107. package/docs/interfaces/EventMap.html +17 -15
  108. package/docs/interfaces/FloorplanBounding.html +10 -8
  109. package/docs/interfaces/FloorplanData.html +12 -10
  110. package/docs/interfaces/FloorplanEntrance.html +13 -11
  111. package/docs/interfaces/FloorplanExtraObject.html +12 -10
  112. package/docs/interfaces/FloorplanExtraObject3D.html +10 -8
  113. package/docs/interfaces/FloorplanFloorData.html +11 -9
  114. package/docs/interfaces/FloorplanImagePosition.html +9 -7
  115. package/docs/interfaces/FloorplanObserver.html +11 -9
  116. package/docs/interfaces/FloorplanOutlineItem.html +11 -9
  117. package/docs/interfaces/FloorplanPosition.html +9 -7
  118. package/docs/interfaces/FloorplanRoomItem.html +15 -13
  119. package/docs/interfaces/FloorplanRoomLabelItem.html +9 -7
  120. package/docs/interfaces/FloorplanServerBounding.html +10 -8
  121. package/docs/interfaces/FloorplanServerComputedData.html +12 -10
  122. package/docs/interfaces/FloorplanServerData.html +9 -7
  123. package/docs/interfaces/FloorplanServerDoorItem.html +12 -10
  124. package/docs/interfaces/FloorplanServerDoorPosition.html +10 -8
  125. package/docs/interfaces/FloorplanServerEntrance.html +13 -11
  126. package/docs/interfaces/FloorplanServerFloorData.html +11 -9
  127. package/docs/interfaces/FloorplanServerImagePosition.html +9 -7
  128. package/docs/interfaces/FloorplanServerObserver.html +11 -9
  129. package/docs/interfaces/FloorplanServerOutlineItem.html +11 -9
  130. package/docs/interfaces/FloorplanServerPosition.html +9 -7
  131. package/docs/interfaces/FloorplanServerRoomItem.html +16 -14
  132. package/docs/interfaces/FloorplanServerRoomLabelItem.html +9 -7
  133. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +102 -0
  134. package/docs/interfaces/GuideLinePluginType.EventMap.html +259 -0
  135. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +93 -0
  136. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +88 -0
  137. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +127 -0
  138. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +86 -0
  139. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +179 -0
  140. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTag.html +209 -0
  141. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +293 -0
  142. package/docs/interfaces/GuideLinePluginType.PluginDataV1.html +77 -0
  143. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +72 -0
  144. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +83 -0
  145. package/docs/interfaces/GuideLinePluginType.PluginState.html +93 -0
  146. package/docs/interfaces/GuideLinePluginType.Route.html +104 -0
  147. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +93 -0
  148. package/docs/interfaces/HelperOffset.html +10 -8
  149. package/docs/interfaces/ImagePlaneGroup.html +8 -6
  150. package/docs/interfaces/ItemLabelPluginData.html +8 -6
  151. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +13 -11
  152. package/docs/interfaces/ItemLabelPluginParametersType.html +11 -9
  153. package/docs/interfaces/MinMax.html +9 -7
  154. package/docs/interfaces/ModelChassisCompassPluginData.html +9 -7
  155. package/docs/interfaces/ModelChassisCompassPluginExportType.html +10 -8
  156. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +9 -7
  157. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +10 -8
  158. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +10 -8
  159. package/docs/interfaces/ModelItemLabelPluginData.html +8 -6
  160. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +13 -11
  161. package/docs/interfaces/ModelItemLabelPluginParametersType.html +9 -7
  162. package/docs/interfaces/ModelRoomLabelPluginData.html +8 -6
  163. package/docs/interfaces/ModelTVVideoPluginData.html +11 -9
  164. package/docs/interfaces/ModelTVVideoPluginExportType.html +10 -8
  165. package/docs/interfaces/ModelTVVideoPluginParameterType.html +8 -6
  166. package/docs/interfaces/ModelViewPluginExportType.html +13 -11
  167. package/docs/interfaces/Object3DHelperState.html +10 -8
  168. package/docs/interfaces/ObjectHelperControllers.html +11 -9
  169. package/docs/interfaces/PaintBrushAction.html +14 -12
  170. package/docs/interfaces/PaintBrushConfigs.html +14 -12
  171. package/docs/interfaces/PaintBrushState.html +12 -10
  172. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +12 -10
  173. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +7 -5
  174. package/docs/interfaces/PanoMeasureParameterType.html +16 -14
  175. package/docs/interfaces/PanoMeasurePluginLineJson.html +10 -8
  176. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +9 -7
  177. package/docs/interfaces/PanoMeasurePluginPointJson.html +9 -7
  178. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +10 -8
  179. package/docs/interfaces/PanoRulerPluginExportType.html +12 -10
  180. package/docs/interfaces/PanoRulerPluginOptions.html +9 -7
  181. package/docs/interfaces/PanoRulerPluginParameterType.html +10 -8
  182. package/docs/interfaces/PanoRulerProPluginExportType.html +11 -9
  183. package/docs/interfaces/PanoRulerProPluginOptions.html +9 -7
  184. package/docs/interfaces/PanoRulerProPluginParameterType.html +9 -7
  185. package/docs/interfaces/PanoRulerProPluginState.html +10 -8
  186. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +7 -5
  187. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +7 -5
  188. package/docs/interfaces/PanoSpatialTagPluginData.html +13 -11
  189. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +12 -10
  190. package/docs/interfaces/PanoSpatialTagPluginExportType.html +15 -13
  191. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +12 -10
  192. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +15 -13
  193. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +13 -11
  194. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +12 -10
  195. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +8 -6
  196. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +10 -8
  197. package/docs/interfaces/PanoVideoPluginType.PluginData.html +8 -6
  198. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +17 -15
  199. package/docs/interfaces/PanoVideoPluginType.PluginState.html +8 -6
  200. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +10 -8
  201. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +12 -10
  202. package/docs/interfaces/Point.html +10 -8
  203. package/docs/interfaces/Room.html +11 -9
  204. package/docs/interfaces/RoomInfo.html +9 -7
  205. package/docs/interfaces/RoomLabel.html +16 -14
  206. package/docs/interfaces/RoomRules.html +7 -5
  207. package/docs/interfaces/Rooms.html +7 -5
  208. package/docs/interfaces/Scissor.html +11 -9
  209. package/docs/interfaces/State.html +10 -8
  210. package/docs/interfaces/TagCacheInterface.html +14 -12
  211. package/docs/interfaces/TagConfig.html +13 -11
  212. package/docs/interfaces/TagGLTFObjectGroup.html +8 -6
  213. package/docs/interfaces/TagIconUrl.html +28 -17
  214. package/docs/interfaces/TagObjectGroup.html +8 -6
  215. package/docs/interfaces/TagStyle.html +8 -6
  216. package/docs/interfaces/Tags.html +11 -9
  217. package/docs/interfaces/TemporaryState.html +8 -6
  218. package/docs/interfaces/Util.MagnifierParameter.html +13 -11
  219. package/docs/interfaces/Util.MouseGroupParameter.html +10 -8
  220. package/docs/modules/CruisePluginTypes.html +88 -0
  221. package/docs/modules/GuideLineItem.html +7 -5
  222. package/docs/modules/GuideLineModeItem.html +7 -5
  223. package/docs/modules/GuideLinePluginType.html +108 -0
  224. package/docs/modules/PanoVideoPluginType.html +7 -5
  225. package/docs/modules/Util.html +7 -5
  226. package/docs/modules.html +9 -5
  227. package/docs/types/ArrayPosition.html +7 -5
  228. package/docs/types/AudioAppearance.html +7 -5
  229. package/docs/types/AudioTagTypeConfigKey.html +7 -5
  230. package/docs/types/CSS3DRenderExportType.html +7 -5
  231. package/docs/types/CSS3DRenderPluginExportType.html +7 -5
  232. package/docs/types/CSS3DRenderPluginParameterType.html +7 -5
  233. package/docs/types/ClassFunctionParameters.html +7 -5
  234. package/docs/types/Color.html +7 -5
  235. package/docs/types/ContentTypeConfigKey.html +7 -5
  236. package/docs/types/ContentTypeConfigKeySplit.html +7 -5
  237. package/docs/types/ContentTypeMap.html +7 -5
  238. package/docs/types/Create3DDomContainerReturnType.html +7 -5
  239. package/docs/types/Create3DElementReturnType.html +7 -5
  240. package/docs/types/CruisePluginExportType.html +7 -5
  241. package/docs/types/CruisePluginTypes.CruiseData.html +60 -0
  242. package/docs/types/CruisePluginTypes.MoveEffect.html +60 -0
  243. package/docs/types/Direction-1.html +7 -5
  244. package/docs/types/Direction4.html +7 -5
  245. package/docs/types/FloorplanRuleLabels.html +7 -5
  246. package/docs/types/FloorplanServerRuleLabels.html +7 -5
  247. package/docs/types/GuideLinePluginExportType.html +7 -5
  248. package/docs/types/GuideLinePluginType.GuideLineItem.html +72 -0
  249. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +105 -0
  250. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +70 -0
  251. package/docs/types/GuideLinePluginType.GuideLineStyle.html +72 -0
  252. package/docs/types/GuideLinePluginType.PathItem.html +72 -0
  253. package/docs/types/GuideLinePluginType.PluginData.html +70 -0
  254. package/docs/types/HelperEventMap.html +7 -5
  255. package/docs/types/LoadTagConfig.html +7 -5
  256. package/docs/types/MapviewFloorplanPluginParameterType.html +7 -5
  257. package/docs/types/MapviewFloorplanPluginReturnType.html +7 -5
  258. package/docs/types/MediaData.html +7 -5
  259. package/docs/types/MediaStore.html +7 -5
  260. package/docs/types/ModelElement.html +7 -5
  261. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +7 -5
  262. package/docs/types/ModelFloorplanPluginParameterType.html +7 -5
  263. package/docs/types/ModelFloorplanPluginReturnType.html +7 -5
  264. package/docs/types/ModelRoomLabelPluginParameters.html +7 -5
  265. package/docs/types/ModelRoomLabelPluginReturnType.html +7 -5
  266. package/docs/types/MoveArgs.html +7 -5
  267. package/docs/types/MoveOpts.html +7 -5
  268. package/docs/types/Object3DHelperEventMap.html +7 -5
  269. package/docs/types/ObjectFit.html +7 -5
  270. package/docs/types/PaintBrushEventMap.html +7 -5
  271. package/docs/types/PanoCompassPluginData.html +7 -5
  272. package/docs/types/PanoCompassPluginExportType.html +7 -5
  273. package/docs/types/PanoCompassPluginParameterType.html +7 -5
  274. package/docs/types/PanoFloorplanRadarPluginParameterType.html +7 -5
  275. package/docs/types/PanoFloorplanRadarPluginReturnType.html +7 -5
  276. package/docs/types/PanoIndex.html +7 -5
  277. package/docs/types/PanoMeasurePluginEvent.html +7 -5
  278. package/docs/types/PanoMeasureReturnType.html +7 -5
  279. package/docs/types/PanoSpatialTagPluginId.html +7 -5
  280. package/docs/types/PanoTagPluginExportInterface.html +7 -5
  281. package/docs/types/PanoTagPluginParamsInterface.html +7 -5
  282. package/docs/types/PanoVideoPluginParameterType.html +7 -5
  283. package/docs/types/PanoVideoPluginReturnType.html +7 -5
  284. package/docs/types/PlaneTag.html +7 -5
  285. package/docs/types/PlaneTagElement.html +7 -5
  286. package/docs/types/Point2DElement.html +7 -5
  287. package/docs/types/Point2DTag.html +7 -5
  288. package/docs/types/Point3DElement.html +7 -5
  289. package/docs/types/Point3DTag.html +7 -5
  290. package/docs/types/PointTag.html +7 -5
  291. package/docs/types/PointTagElement.html +7 -5
  292. package/docs/types/Position.html +7 -5
  293. package/docs/types/RotateArgs.html +7 -5
  294. package/docs/types/RotateOpts.html +7 -5
  295. package/docs/types/RuleLabelsKey.html +7 -5
  296. package/docs/types/RuleLabelsValue.html +7 -5
  297. package/docs/types/StickType.html +7 -5
  298. package/docs/types/Tag.html +7 -5
  299. package/docs/types/Tag2D.html +7 -5
  300. package/docs/types/Tag3D.html +7 -5
  301. package/docs/types/TagContentType.html +7 -5
  302. package/docs/types/TagDimensionType.html +7 -5
  303. package/docs/types/TagElement.html +7 -5
  304. package/docs/types/TagEvents.html +7 -5
  305. package/docs/types/TagGLTFObject.html +7 -5
  306. package/docs/types/TagHooks.html +7 -5
  307. package/docs/types/TagIconSize.html +7 -5
  308. package/docs/types/TagId.html +7 -5
  309. package/docs/types/TopviewFloorplanPluginParameterType.html +7 -5
  310. package/docs/types/TopviewFloorplanPluginReturnType.html +7 -5
  311. package/docs/types/WorkCode.html +7 -5
  312. package/docs/variables/FLOOR_TYPE_MAP.html +7 -5
  313. package/docs/variables/PLUGIN.html +7 -5
  314. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +7 -5
  315. package/docs/variables/ROOM_TYPE_MAP.html +7 -5
  316. package/docs/variables/itemLabelPluginServerParams.html +7 -5
  317. package/docs/variables/modelItemLabelPluginServerParams.html +7 -5
  318. package/docs/variables/modelRoomLabelPluginServerParams.html +7 -5
  319. package/libs/CSS3DRenderPlugin/Controller.js +47 -13
  320. package/libs/CSS3DRenderPlugin/index.js +6 -8
  321. package/libs/CSS3DRenderPlugin/utils/even.js +1 -1
  322. package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +3 -0
  323. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +37 -2
  324. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +1 -1
  325. package/libs/CameraMovementPlugin/CameraMovementPlugin.js +22 -18
  326. package/libs/CameraMovementPlugin/index.js +7 -9
  327. package/libs/CruisePlugin/Controller.js +350 -135
  328. package/libs/CruisePlugin/index.d.ts +2 -0
  329. package/libs/CruisePlugin/index.js +123 -11
  330. package/libs/CruisePlugin/typing/index.js +6 -0
  331. package/libs/CruisePlugin/typing.d.ts +35 -40
  332. package/libs/CruisePlugin/utils/coordinatesToVector.js +3 -0
  333. package/libs/GuideLinePlugin/Components/Tag.js +50 -0
  334. package/libs/GuideLinePlugin/Controller.d.ts +6 -3
  335. package/libs/GuideLinePlugin/Controller.js +237 -103
  336. package/libs/GuideLinePlugin/GuideLineItem/index.js +109 -22
  337. package/libs/GuideLinePlugin/GuideLineItem.d.ts +6 -0
  338. package/libs/GuideLinePlugin/GuideLineItem.js +134 -7
  339. package/libs/GuideLinePlugin/GuideLineModeItem/index.js +192 -69
  340. package/libs/GuideLinePlugin/GuideLineModeItem.d.ts +45 -4
  341. package/libs/GuideLinePlugin/GuideLineModeItem.js +116 -4
  342. package/libs/GuideLinePlugin/index.d.ts +2 -1
  343. package/libs/GuideLinePlugin/index.js +133 -13
  344. package/libs/GuideLinePlugin/typing.d.ts +36 -5
  345. package/libs/GuideLinePlugin/typing.js +32 -1
  346. package/libs/GuideLinePlugin/utils/createLineGeometry.d.ts +5 -1
  347. package/libs/GuideLinePlugin/utils/createLineGeometry.js +40 -26
  348. package/libs/GuideLinePlugin/utils/getPoint.js +4 -0
  349. package/libs/GuideLinePlugin/utils/index.d.ts +6 -0
  350. package/libs/GuideLinePlugin/utils/index.js +30 -10
  351. package/libs/ItemLabelPlugin/ItemLabelComponent.js +83 -34
  352. package/libs/ItemLabelPlugin/ItemLabelItem.js +91 -14
  353. package/libs/ItemLabelPlugin/Plugin.js +2 -2
  354. package/libs/ItemLabelPlugin/index.js +8 -9
  355. package/libs/ModelChassisCompassPlugin/Plugin.js +25 -25
  356. package/libs/ModelChassisCompassPlugin/index.js +3 -4
  357. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +14 -14
  358. package/libs/ModelEntryDoorGuidePlugin/index.js +3 -4
  359. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +46 -10
  360. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +60 -7
  361. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +3 -3
  362. package/libs/ModelItemLabelPlugin/index.js +6 -7
  363. package/libs/ModelRoomLabelPlugin/Controller.js +18 -1
  364. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +58 -4
  365. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +50 -20
  366. package/libs/ModelTVVideoPlugin/Plugin.js +6 -8
  367. package/libs/ModelTVVideoPlugin/index.js +6 -9
  368. package/libs/ModelViewPlugin/Plugin.js +3 -3
  369. package/libs/ModelViewPlugin/index.js +3 -4
  370. package/libs/Object3DHelperPlugin/Controller.js +62 -42
  371. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +2 -1
  372. package/libs/Object3DHelperPlugin/index.js +7 -9
  373. package/libs/PanoCompassPlugin/Controller.js +54 -4
  374. package/libs/PanoCompassPlugin/getRoomInfoInstance.js +1 -1
  375. package/libs/PanoCompassPlugin/index.js +3 -3
  376. package/libs/PanoDoorLabelPlugin/BaseController.js +37 -12
  377. package/libs/PanoDoorLabelPlugin/Controller.js +9 -6
  378. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +39 -13
  379. package/libs/PanoDoorLabelPlugin/index.js +5 -7
  380. package/libs/PanoMeasurePlugin/Controller/EditController.js +22 -4
  381. package/libs/PanoMeasurePlugin/Controller/MixedController.js +9 -5
  382. package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +2 -2
  383. package/libs/PanoMeasurePlugin/Controller/ViewController.js +3 -3
  384. package/libs/PanoMeasurePlugin/Controller/WatchController.js +5 -5
  385. package/libs/PanoMeasurePlugin/Controller/index.js +42 -12
  386. package/libs/PanoMeasurePlugin/Model/index.js +4 -4
  387. package/libs/PanoMeasurePlugin/Model/line.js +8 -8
  388. package/libs/PanoMeasurePlugin/Model/polyline.js +25 -24
  389. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +2 -2
  390. package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +2 -1
  391. package/libs/PanoMeasurePlugin/Modules/GuideController.js +21 -20
  392. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +14 -10
  393. package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +6 -4
  394. package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +1 -1
  395. package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +1 -1
  396. package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +3 -3
  397. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +15 -12
  398. package/libs/PanoMeasurePlugin/index.js +14 -15
  399. package/libs/PanoMeasurePlugin/typings/index.js +1 -3
  400. package/libs/PanoRulerPlugin/Plugin.js +54 -54
  401. package/libs/PanoRulerPlugin/index.js +3 -4
  402. package/libs/PanoRulerProPlugin/Controller.js +14 -15
  403. package/libs/PanoRulerProPlugin/RulerItem.js +134 -45
  404. package/libs/PanoRulerProPlugin/RulerItems.js +49 -40
  405. package/libs/PanoRulerProPlugin/index.js +4 -5
  406. package/libs/PanoSpatialTagPlugin/Components/origins.js +47 -8
  407. package/libs/PanoSpatialTagPlugin/Components/tag.js +79 -3
  408. package/libs/PanoSpatialTagPlugin/Plugin.js +5 -7
  409. package/libs/PanoSpatialTagPlugin/index.js +4 -7
  410. package/libs/PanoTagPlugin/Components/Common/Arrow.js +45 -20
  411. package/libs/PanoTagPlugin/Components/Common/Audio.js +46 -8
  412. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +218 -54
  413. package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +64 -11
  414. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +50 -27
  415. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +151 -26
  416. package/libs/PanoTagPlugin/Components/Common/Media.js +222 -89
  417. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +171 -22
  418. package/libs/PanoTagPlugin/Components/Common/Shadow.js +100 -28
  419. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +90 -11
  420. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +66 -13
  421. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +69 -27
  422. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +87 -13
  423. package/libs/PanoTagPlugin/Components/Common/TextItem.js +29 -6
  424. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +99 -14
  425. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +169 -44
  426. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +31 -6
  427. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +11 -4
  428. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +90 -35
  429. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +33 -7
  430. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +174 -35
  431. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +76 -24
  432. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +87 -14
  433. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +84 -17
  434. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +23 -6
  435. package/libs/PanoTagPlugin/Components/Tag/index.js +265 -41
  436. package/libs/PanoTagPlugin/Components/TagContainer.js +111 -58
  437. package/libs/PanoTagPlugin/Components/TagItem.js +247 -71
  438. package/libs/PanoTagPlugin/controller/TagCache.js +21 -19
  439. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +1 -0
  440. package/libs/PanoTagPlugin/controller/TagComputer.js +45 -18
  441. package/libs/PanoTagPlugin/controller/TagRender.js +46 -15
  442. package/libs/PanoTagPlugin/controller/TagUtil.d.ts +5 -5
  443. package/libs/PanoTagPlugin/controller/TagUtil.js +25 -9
  444. package/libs/PanoTagPlugin/controller/index.js +95 -33
  445. package/libs/PanoTagPlugin/index.js +18 -19
  446. package/libs/PanoTagPlugin/tag.config.js +4 -0
  447. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +3 -1
  448. package/libs/PanoTagPlugin/utils/addDebugPoints.js +4 -0
  449. package/libs/PanoTagPlugin/utils/audio/SharedAudio.js +7 -7
  450. package/libs/PanoTagPlugin/utils/normalPositionToPositions.js +4 -0
  451. package/libs/PanoTagPlugin/utils/tagPosition.js +1 -1
  452. package/libs/PanoVideoPlugin/Controller.js +53 -39
  453. package/libs/PanoVideoPlugin/VideoMeshController.js +89 -43
  454. package/libs/PanoVideoPlugin/index.js +6 -7
  455. package/libs/_commonjsHelpers.js +4 -0
  456. package/libs/base/BasePlugin.js +23 -15
  457. package/libs/base/BasePluginWithData.js +2 -2
  458. package/libs/components/PaintBrush/Controller.js +15 -4
  459. package/libs/components/PaintBrush/Subscribe.js +37 -0
  460. package/libs/components/PaintBrush/index.js +17 -4
  461. package/libs/components/PaintBrush/tween.js +2 -2
  462. package/libs/components/index.js +1 -1
  463. package/libs/floorplan/Components/BaseImage.js +24 -6
  464. package/libs/floorplan/Components/Camera.js +73 -27
  465. package/libs/floorplan/Components/Compass.js +20 -3
  466. package/libs/floorplan/Components/CurrentFloor.js +189 -50
  467. package/libs/floorplan/Components/Main.js +202 -54
  468. package/libs/floorplan/Components/Normalmage.js +5 -2
  469. package/libs/floorplan/Components/RoomHighlight/Room.js +38 -5
  470. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +105 -58
  471. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +91 -18
  472. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +106 -37
  473. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +42 -13
  474. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +15 -3
  475. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +40 -3
  476. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +37 -3
  477. package/libs/floorplan/Components/RuleLabels/RuleItem.js +125 -51
  478. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +80 -15
  479. package/libs/floorplan/Components/SvgImage.js +18 -6
  480. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +117 -75
  481. package/libs/floorplan/MapviewFloorplanPlugin/index.js +4 -6
  482. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +96 -53
  483. package/libs/floorplan/ModelFloorplanPlugin/index.js +4 -6
  484. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +43 -15
  485. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +83 -22
  486. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +61 -39
  487. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +128 -33
  488. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +39 -36
  489. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +4 -6
  490. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +83 -63
  491. package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -6
  492. package/libs/floorplan/index.js +1 -3
  493. package/libs/floorplan/typings/floorplanServerData.js +80 -80
  494. package/libs/index.js +138 -127
  495. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +29 -1
  496. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +10 -1
  497. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +1 -1
  498. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +5 -2
  499. package/libs/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.js +9 -8
  500. package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +1 -0
  501. package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +1 -1
  502. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +4 -1
  503. package/libs/shared-utils/Object3DHelper/index.js +15 -0
  504. package/libs/shared-utils/Subscribe.js +38 -1
  505. package/libs/shared-utils/animationFrame/BetterTween.d.ts +3 -2
  506. package/libs/shared-utils/animationFrame/BetterTween.js +19 -12
  507. package/libs/shared-utils/animationFrame/index.d.ts +1 -1
  508. package/libs/shared-utils/animationFrame/index.js +14 -14
  509. package/libs/shared-utils/animationFrame/tween.d.ts +32 -23
  510. package/libs/shared-utils/animationFrame/tween.js +15 -15
  511. package/libs/shared-utils/audio.js +9 -9
  512. package/libs/shared-utils/changeModelCanvasOpacity.js +1 -1
  513. package/libs/shared-utils/createCanvasTextTexture.js +3 -3
  514. package/libs/shared-utils/five/changeMode.d.ts +2 -4
  515. package/libs/shared-utils/five/changeMode.js +37 -28
  516. package/libs/shared-utils/index.js +15 -15
  517. package/libs/shared-utils/log.js +2 -2
  518. package/libs/shared-utils/math/Interval.js +2 -0
  519. package/libs/shared-utils/math/Rectangle.js +2 -0
  520. package/libs/shared-utils/svelte/resizeObserver.d.ts +2 -10
  521. package/libs/shared-utils/svelte/resizeObserverGlobal.d.ts +10 -0
  522. package/libs/shared-utils/three/FivePointSelector.js +1 -1
  523. package/libs/shared-utils/three/Magnifier.js +10 -7
  524. package/libs/shared-utils/three/PointDomHelper.js +11 -10
  525. package/libs/shared-utils/three/index.js +1 -2
  526. package/libs/shared-utils/three/loadTexture.js +10 -10
  527. package/libs/shared-utils/threex/domevents/index.js +2 -2
  528. package/libs/vendor/@tweenjs/tween/dist/tween.esm.js.js +403 -0
  529. package/libs/vendor/classnames/index.js +47 -0
  530. package/libs/vendor/easy-reactive/main.js +3 -0
  531. package/libs/vendor/{simply-reactive → easy-reactive}/src/simply-reactive.js +8 -8
  532. package/libs/vendor/{simply-reactive → easy-reactive}/src/utils/object.js +1 -1
  533. package/libs/vendor/gl-vec2/add.js +7 -0
  534. package/libs/vendor/gl-vec2/dot.js +7 -0
  535. package/libs/vendor/gl-vec2/normalize.js +8 -0
  536. package/libs/vendor/gl-vec2/set.js +7 -0
  537. package/libs/vendor/gl-vec2/subtract.js +7 -0
  538. package/libs/vendor/lodash.clonedeep/index.js +457 -0
  539. package/libs/vendor/lodash.get/index.js +236 -0
  540. package/libs/vendor/lodash.isequal/index.js +489 -0
  541. package/libs/vendor/object-assign-deep/objectAssignDeep.js +62 -0
  542. package/libs/vendor/polyline-miter-util/index.js +18 -0
  543. package/libs/vendor/polyline-normals/index.js +28 -0
  544. package/libs/vendor/resize-observer-polyfill/dist/ResizeObserver.es.js +155 -134
  545. package/libs/vendor/svelte/easing/index.js +4 -5
  546. package/libs/vendor/svelte/index.js +1 -1
  547. package/libs/vendor/svelte/internal/index.js +412 -388
  548. package/libs/vendor/svelte/store/index.js +6 -6
  549. package/libs/vendor/svelte/transition/index.js +23 -20
  550. package/libs/vendor/svelte-carousel/src/components/Arrow/Arrow.js +41 -3
  551. package/libs/vendor/svelte-carousel/src/components/Carousel/Carousel.js +338 -71
  552. package/libs/vendor/svelte-carousel/src/components/Carousel/createCarousel.js +7 -1
  553. package/libs/vendor/svelte-carousel/src/components/Dot/Dot.js +19 -3
  554. package/libs/vendor/svelte-carousel/src/components/Dots/Dots.js +30 -7
  555. package/libs/vendor/svelte-carousel/src/components/Progress/Progress.js +15 -3
  556. package/libs/vendor/svelte-carousel/src/utils/clones.js +1 -0
  557. package/libs/vendor/svelte-carousel/src/utils/lazy.js +3 -0
  558. package/package.json +11 -13
  559. package/dist/GuideLinePlugin/utils/getArrowMaterial.d.ts +0 -4
  560. package/libs/vendor/simply-reactive/main.js +0 -3
  561. /package/libs/vendor/{simply-reactive → easy-reactive}/src/utils/subscription.js +0 -0
  562. /package/libs/vendor/{simply-reactive → easy-reactive}/src/utils/watcher.js +0 -0
@@ -2,9 +2,9 @@ var a = Object.defineProperty;
2
2
  var m = (r, i, t) => i in r ? a(r, i, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[i] = t;
3
3
  var s = (r, i, t) => (m(r, typeof i != "symbol" ? i + "" : i, t), t);
4
4
  import P from "./line.js";
5
- import E from "./point.js";
6
- import { uuid as B } from "../../shared-utils/uuid.js";
7
- import { Subscribe as g } from "@realsee/five";
5
+ import g from "./point.js";
6
+ import { uuid as L } from "../../shared-utils/uuid.js";
7
+ import { Subscribe as v } from "@realsee/five";
8
8
  import "three";
9
9
  import "../utils/line.js";
10
10
  import "@realsee/five/line";
@@ -12,29 +12,29 @@ import "../utils/constants.js";
12
12
  import "../utils/distanceDom.js";
13
13
  import "../utils/isNDCPointInScreen.js";
14
14
  import "../../shared-utils/removeArrayItem.js";
15
- class J {
15
+ class R {
16
16
  constructor(i) {
17
- s(this, "id", B());
17
+ s(this, "id", L());
18
18
  s(this, "lines", []);
19
19
  s(this, "points", []);
20
20
  s(this, "visiblePanoIndexes");
21
21
  s(this, "model");
22
22
  s(this, "type", "polyline");
23
- s(this, "hook", new g());
23
+ s(this, "hook", new v());
24
24
  this.model = i.model;
25
25
  }
26
26
  addLine(i) {
27
27
  if (this.includes(i)) {
28
- console.error(new Error("\u4E0D\u80FD\u91CD\u590D\u6DFB\u52A0\u7EBF\u6BB5"));
28
+ console.error(new Error("不能重复添加线段"));
29
29
  return;
30
30
  }
31
- const t = this.getLastPoint(), h = t && i.findAnotherPoint(t);
32
- t ? t && h ? (this.lines.push(i), this.points.push(...i.points), this.hook.emit("lineAdded", i)) : console.error(new Error("\u4F20\u5165\u7EBF\u6BB5\u65E0\u6CD5\u4E0E\u5F53\u524D\u6298\u7EBF\u8FDB\u884C\u8FDE\u63A5")) : (this.lines.push(i), this.points.push(...i.points), this.hook.emit("lineAdded", i));
31
+ const t = this.getLastPoint(), l = t && i.findAnotherPoint(t);
32
+ t ? t && l ? (this.lines.push(i), this.points.push(...i.points), this.hook.emit("lineAdded", i)) : console.error(new Error("传入线段无法与当前折线进行连接")) : (this.lines.push(i), this.points.push(...i.points), this.hook.emit("lineAdded", i));
33
33
  }
34
34
  removeLine(i) {
35
35
  if (this.lines.length !== 0) {
36
36
  if (!this.isLastLine(i)) {
37
- console.error(new Error("\u4F20\u5165\u7EBF\u6BB5\u4E0D\u662F\u5F53\u524D\u6298\u7EBF\u7684\u6700\u540E\u4E00\u6BB5"));
37
+ console.error(new Error("传入线段不是当前折线的最后一段"));
38
38
  return;
39
39
  }
40
40
  this.lines.pop(), this.lines.length === 0 ? this.points.slice(0, this.points.length) : this.points.pop(), this.hook.emit("lineRemoved", i);
@@ -50,6 +50,7 @@ class J {
50
50
  clear() {
51
51
  this.lines.slice(0, this.lines.length), this.points.slice(0, this.points.length);
52
52
  }
53
+ /** 是否产生重叠 */
53
54
  overlapWith(i) {
54
55
  return i.type === "point" ? this.includes(i) : i.type === "line" ? i.points.some((t) => this.includes(t)) : i.type === "polyline" ? i.points.some((t) => this.includes(t)) : !0;
55
56
  }
@@ -74,27 +75,27 @@ class J {
74
75
  }
75
76
  fromJson(i) {
76
77
  this.clear(), this.id = i.id;
77
- const { getPoint: t, getAllPoints: h } = f(), d = i.lines.map((e) => {
78
- const [l, p] = e.points, n = t(l), u = t(p);
79
- if (!n || !u)
80
- throw new Error("\u7EBF\u4E0A\u7684\u70B9\u4E0D\u5B58\u5728");
81
- const o = new P(n, u, this.model);
78
+ const { getPoint: t, getAllPoints: l } = f(), d = i.lines.map((e) => {
79
+ const [p, u] = e.points, n = t(p), h = t(u);
80
+ if (!n || !h)
81
+ throw new Error("线上的点不存在");
82
+ const o = new P(n, h, this.model);
82
83
  return o.id = e.id, o.text = e.text, o;
83
- }), c = h();
84
+ }), c = l();
84
85
  this.points.push(...c), this.lines.push(...d), this.visiblePanoIndexes = i.visiblePanoIndexes;
85
86
  function f() {
86
87
  const e = /* @__PURE__ */ new Map();
87
- function l(n) {
88
- const u = e.get(n.id);
89
- if (u)
90
- return u;
91
- const o = new E(n.position);
88
+ function p(n) {
89
+ const h = e.get(n.id);
90
+ if (h)
91
+ return h;
92
+ const o = new g(n.position);
92
93
  return o.id = n.id, e.set(n.id, o), o;
93
94
  }
94
- function p() {
95
+ function u() {
95
96
  return Array.from(e.values());
96
97
  }
97
- return { getPoint: l, getAllPoints: p };
98
+ return { getPoint: p, getAllPoints: u };
98
99
  }
99
100
  return this;
100
101
  }
@@ -103,5 +104,5 @@ class J {
103
104
  }
104
105
  }
105
106
  export {
106
- J as Polyline
107
+ R as Polyline
107
108
  };
@@ -26,7 +26,7 @@ class D {
26
26
  }), this.cancelDelete = (t == null ? void 0 : t.cancelDelete) || (() => {
27
27
  }), this.container.classList.add("fpm__delete"), this.container.style.opacity = "0", this.container.style.position = "absolute", this.container.style.left = "0", this.container.style.top = "10px", this.container.style.transform = "translate3d(0, 0, 10px)", this.container.style.pointerEvents = "none", this.container.style.transition = "top 200ms ease, opacity 200ms ease", this.container.style.zIndex = "99", this.content.classList.add("fpm__delete-content"), this.content.style.width = "62px", this.content.style.height = "26px", this.content.style.display = "flex", this.content.style.alignItems = "center", this.content.style.justifyContent = "center", this.content.style.transform = "translate(-50%, -50%)", this.content.style.color = "#fff", this.content.style.fontSize = "12px", this.content.style.lineHeight = "17px", this.content.style.borderRadius = "11px", this.content.style.backgroundSize = "100% 100%", this.content.style.cursor = "pointer", this.content.style.userSelect = "none", this.content.style.backgroundImage = `url(${p})`, this.content.innerHTML = `
28
28
  ${f}
29
- <span>${(r = (o = t.i18n) == null ? void 0 : o.call(t, "\u5220\u9664")) != null ? r : "\u5220\u9664"}</span>
29
+ <span>${(r = (o = t.i18n) == null ? void 0 : o.call(t, "删除")) != null ? r : "删除"}</span>
30
30
  `, this.container.append(this.content);
31
31
  const s = this.content.querySelector(".fpm__delete-icon");
32
32
  s && (s.style.width = "16px", s.style.height = "17px", s.style.marginRight = "1px"), this.content.addEventListener("click", this.onClick), this.content.addEventListener("mouseenter", this.onMouseEnter), this.content.addEventListener("mouseleave", this.onMouseLeave), this.masking.setAttribute("style", "position: absolute;top: 0;left: 0;bottom: 0;right: 0;pointer-events: none;"), this.masking.addEventListener("click", this.cancelDelete), this.masking.addEventListener("touchstart", this.cancelDelete);
@@ -61,7 +61,7 @@ class D {
61
61
  return this.visible = !1, this.masking.style.pointerEvents = "none", this.container.style.opacity = "0", this.container.style.top = "10px", this.container.style.pointerEvents = "none", this;
62
62
  }
63
63
  show() {
64
- return console.trace("\u{1F436} ~ show"), this.visible = !0, this.masking.style.pointerEvents = "auto", this.container.style.opacity = "1", this.container.style.top = "0", this.container.style.pointerEvents = "auto", this;
64
+ return console.trace("🐶 ~ show"), this.visible = !0, this.masking.style.pointerEvents = "auto", this.container.style.opacity = "1", this.container.style.top = "0", this.container.style.pointerEvents = "auto", this;
65
65
  }
66
66
  }
67
67
  export {
@@ -6,8 +6,9 @@ class u {
6
6
  constructor(e) {
7
7
  i(this, "edges", []);
8
8
  i(this, "five");
9
+ /** 模型加载后获取折线 */
9
10
  i(this, "onModelLoaded", () => {
10
- !this.five.model || (this.edges = this.five.model.getEdges());
11
+ this.five.model && (this.edges = this.five.model.getEdges());
11
12
  });
12
13
  this.five = e, this.five.model.loaded ? this.onModelLoaded() : this.five.on("modelLoaded", this.onModelLoaded);
13
14
  }
@@ -1,15 +1,16 @@
1
- var s = Object.defineProperty;
2
- var o = (i, t, e) => t in i ? s(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
3
- var u = (i, t, e) => (o(i, typeof t != "symbol" ? t + "" : t, e), e);
4
- class h {
1
+ var o = Object.defineProperty;
2
+ var a = (n, t, e) => t in n ? o(n, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[t] = e;
3
+ var i = (n, t, e) => (a(n, typeof t != "symbol" ? t + "" : t, e), e);
4
+ class r {
5
5
  constructor(t, e) {
6
- u(this, "measureController");
7
- u(this, "textDom", document.createElement("span"));
8
- u(this, "container", document.createElement("div"));
9
- u(this, "hasAnchor", !1);
10
- u(this, "hasChangedToWatch", !1);
11
- u(this, "_params");
12
- u(this, "onModelChange", (t) => {
6
+ i(this, "measureController");
7
+ i(this, "textDom", document.createElement("span"));
8
+ i(this, "container", document.createElement("div"));
9
+ i(this, "hasAnchor", !1);
10
+ /** 是否曾经切换到 Watch 模式过 */
11
+ i(this, "hasChangedToWatch", !1);
12
+ i(this, "_params");
13
+ i(this, "onModelChange", (t) => {
13
14
  var e;
14
15
  if (t === "View") {
15
16
  this.hide();
@@ -19,15 +20,15 @@ class h {
19
20
  this.hasChangedToWatch ? (this.textDom.innerText = "", this.hide()) : (this.show(), this.hasChangedToWatch = !0);
20
21
  return;
21
22
  }
22
- t === "Edit" && (this.textDom.innerText = (e = this._params.firstPointTip) != null ? e : "\u8BF7\u9009\u62E9\u7B2C\u4E00\u4E2A\u6D4B\u91CF\u70B9\uFF0CEsc\u6216\u5355\u51FB\u9F20\u6807\u53F3\u952E\u53EF\u53D6\u6D88\u9009\u62E9", this.show());
23
+ t === "Edit" && (this.textDom.innerText = (e = this._params.firstPointTip) != null ? e : "请选择第一个测量点,Esc或单击鼠标右键可取消选择", this.show());
23
24
  });
24
- u(this, "anchorChange", (t) => {
25
- var e, n;
26
- !this.hasAnchor && !!t ? (this.hasAnchor = !0, this.textDom.innerText = (e = this._params.nextPointTip) != null ? e : "\u9009\u62E9\u4E0B\u4E00\u4E2A\u6D4B\u91CF\u70B9\uFF0CEsc\u6216\u5355\u51FB\u9F20\u6807\u53F3\u952E\u53D6\u6D88\u9009\u62E9") : t || (this.hasAnchor = !1, this.textDom.innerText = (n = this._params.firstPointTip) != null ? n : "\u8BF7\u9009\u62E9\u7B2C\u4E00\u4E2A\u6D4B\u91CF\u70B9\uFF0CEsc\u6216\u5355\u51FB\u9F20\u6807\u53F3\u952E\u53EF\u53D6\u6D88\u9009\u62E9");
25
+ i(this, "anchorChange", (t) => {
26
+ var e, s;
27
+ !this.hasAnchor && t ? (this.hasAnchor = !0, this.textDom.innerText = (e = this._params.nextPointTip) != null ? e : "选择下一个测量点,Esc或单击鼠标右键取消选择") : t || (this.hasAnchor = !1, this.textDom.innerText = (s = this._params.firstPointTip) != null ? s : "请选择第一个测量点,Esc或单击鼠标右键可取消选择");
27
28
  });
28
- u(this, "onEditedLineChange", (t) => {
29
+ i(this, "onEditedLineChange", (t) => {
29
30
  var e;
30
- t.lines.length === 1 && (this.textDom.innerText = (e = this._params.endTip) != null ? e : "\u53EF\u4EE5\u8FDE\u7EED\u9009\u62E9\u6D4B\u91CF\u70B9\uFF0C\u6216\u70B9\u51FB\u4E0B\u65B9\u201C\u7ED3\u675F\u201D\u6309\u94AE\u5B8C\u6210\u6D4B\u91CF\uFF08Esc\u53D6\u6D88\uFF0CCommand+S\u4FDD\u5B58\uFF09");
31
+ t.lines.length === 1 && (this.textDom.innerText = (e = this._params.endTip) != null ? e : "可以连续选择测量点,或点击下方“结束”按钮完成测量(Esc取消,Command+S保存)");
31
32
  });
32
33
  this._params = e, this.initDom(), e.container.append(this.container), this.measureController = t, t.hook.on("modeChange", this.onModelChange), t.hook.on("anchorChange", this.anchorChange), t.hook.on("editedPolylineChange", this.onEditedLineChange);
33
34
  }
@@ -41,11 +42,11 @@ class h {
41
42
  return this.container.style.opacity = "0", this.container.style.transform = "translate(0, -10px)", this.measureController.hook.off("modeChange", this.onModelChange), this.measureController.hook.off("anchorChange", this.anchorChange), this.measureController.hook.off("editedPolylineChange", this.onEditedLineChange), this;
42
43
  }
43
44
  initDom() {
44
- var n;
45
+ var s;
45
46
  const t = this.container, e = this.textDom;
46
- t.classList.add("fpm__guide-container"), t.style.position = "absolute", t.style.top = "0px", t.style.left = "0px", t.style.width = "100%", t.style.height = "110px", t.style.display = "flex", t.style.alignItems = "center", t.style.justifyContent = "center", t.style.transform = "translate(0, -10px)", t.style.background = "linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.00) 100%)", t.style.transition = "opacity 500ms ease-in-out, transform 500ms ease-in-out", t.style.opacity = "0", e.classList.add("fpm__guide-text"), e.style.color = "#fff", e.style.fontSize = "20px", e.innerText = (n = this._params.startTip) != null ? n : "\u70B9\u51FB\u4E0B\u65B9\u201C\u5F00\u59CB\u201D\u6309\u94AE\u5F00\u59CB\u6D4B\u8DDD", t.appendChild(e);
47
+ t.classList.add("fpm__guide-container"), t.style.position = "absolute", t.style.top = "0px", t.style.left = "0px", t.style.width = "100%", t.style.height = "110px", t.style.display = "flex", t.style.alignItems = "center", t.style.justifyContent = "center", t.style.transform = "translate(0, -10px)", t.style.background = "linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.00) 100%)", t.style.transition = "opacity 500ms ease-in-out, transform 500ms ease-in-out", t.style.opacity = "0", e.classList.add("fpm__guide-text"), e.style.color = "#fff", e.style.fontSize = "20px", e.innerText = (s = this._params.startTip) != null ? s : "点击下方“开始”按钮开始测距", t.appendChild(e);
47
48
  }
48
49
  }
49
50
  export {
50
- h as GuideController
51
+ r as GuideController
51
52
  };
@@ -1,7 +1,7 @@
1
1
  var p = Object.defineProperty;
2
- var C = (r, t, e) => t in r ? p(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e;
3
- var n = (r, t, e) => (C(r, typeof t != "symbol" ? t + "" : t, e), e);
4
- import b from "hammerjs";
2
+ var b = (r, t, e) => t in r ? p(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e;
3
+ var n = (r, t, e) => (b(r, typeof t != "symbol" ? t + "" : t, e), e);
4
+ import C from "hammerjs";
5
5
  import * as l from "three";
6
6
  import { Subscribe as w } from "@realsee/five";
7
7
  function d(r, t, e) {
@@ -52,7 +52,7 @@ class S {
52
52
  });
53
53
  var i, h, a;
54
54
  if (!t.renderer)
55
- throw new Error("Five Render \u672A\u521D\u59CB\u5316");
55
+ throw new Error("Five Render 未初始化");
56
56
  this.five = t, this.scale = (i = e == null ? void 0 : e.scale) != null ? i : 2, this.width = (h = e == null ? void 0 : e.width) != null ? h : 190, this.height = (a = e == null ? void 0 : e.height) != null ? a : 190, this.config = {
57
57
  dragEnabled: (e == null ? void 0 : e.dragEnabled) || !1,
58
58
  autoFixPCPosition: (e == null ? void 0 : e.autoFixPCPosition) || !1,
@@ -61,7 +61,7 @@ class S {
61
61
  const s = this.canvas.getContext("2d");
62
62
  if (!s)
63
63
  throw new Error("CANNOT CREATE CONTEXT2D");
64
- this.context = s, this.config.dragEnabled && (this.hammer = new b(this.canvas), this.hammer.on("pan", this.onPan), this.hammer.on("panstart", this.onPanstart), this.hammer.on("panend", this.onPanend)), this.initStyle();
64
+ this.context = s, this.config.dragEnabled && (this.hammer = new C(this.canvas), this.hammer.on("pan", this.onPan), this.hammer.on("panstart", this.onPanstart), this.hammer.on("panend", this.onPanend)), this.initStyle();
65
65
  }
66
66
  dispose() {
67
67
  var t;
@@ -72,23 +72,27 @@ class S {
72
72
  return this.state.enabled = !0, this.containerDom && this._appendTo(this.containerDom), this;
73
73
  }
74
74
  disable() {
75
- if (!!this.state.enabled)
75
+ if (this.state.enabled)
76
76
  return this.state.enabled = !1, this.canvas.remove(), this;
77
77
  }
78
+ /** 把放大镜放到某一个容器中 */
78
79
  appendTo(t) {
79
80
  return this.containerDom = t, this.state.enabled && this._appendTo(t), this;
80
81
  }
82
+ /** 清除放大镜渲染内容 */
81
83
  clear() {
82
84
  return this.context.clearRect(0, 0, this.canvas.width, this.canvas.height), this;
83
85
  }
86
+ /** 放大传入点位周围的内容 */
84
87
  renderWithPoint(t) {
85
- !this.containerDom || !this.state.enabled || (this.renderCenter = t, this.render(), this.config.autoFixPCPosition && this.autoFixPCPosition());
88
+ this.containerDom && this.state.enabled && (this.renderCenter = t, this.render(), this.config.autoFixPCPosition && this.autoFixPCPosition());
86
89
  }
90
+ /** 放大传入点位周围的内容 */
87
91
  renderWithScreenPoint(t) {
88
- !this.containerDom || !this.state.enabled || (this.renderCenter = t, this.render(), this.config.autoFixPCPosition && this.autoFixPCPosition());
92
+ this.containerDom && this.state.enabled && (this.renderCenter = t, this.render(), this.config.autoFixPCPosition && this.autoFixPCPosition());
89
93
  }
90
94
  resetOffset() {
91
- this.offset = { x: 0, y: 0 }, this.canvas.style.transform = `translate3d(${0}px, ${0}px, 100px)`;
95
+ this.offset = { x: 0, y: 0 }, this.canvas.style.transform = "translate3d(0px, 0px, 100px)";
92
96
  }
93
97
  getCurrentState() {
94
98
  return { enabled: this.state.enabled };
@@ -119,7 +123,7 @@ class S {
119
123
  } else
120
124
  return [this.renderCenter.x, this.containerDom.clientWidth - this.renderCenter.x, this.renderCenter.y];
121
125
  })();
122
- s < 183 ? (this.canvas.style.top = -e / 2 + "px", this.canvas.style.left = 90 + "px") : h < 183 ? (this.canvas.style.top = 90 + "px", this.canvas.style.left = -t / 2 + "px") : i < 183 ? (this.canvas.style.top = -e / 2 + "px", this.canvas.style.left = -t - 90 + "px") : (this.canvas.style.left = -t / 2 + "px", this.canvas.style.top = -e - 90 + "px"), this.canvas.style.transform = `translate3d(${s}px, ${h}px, 10px)`, this.offset = { x: s, y: h };
126
+ s < 183 ? (this.canvas.style.top = -e / 2 + "px", this.canvas.style.left = "90px") : h < 183 ? (this.canvas.style.top = "90px", this.canvas.style.left = -t / 2 + "px") : i < 183 ? (this.canvas.style.top = -e / 2 + "px", this.canvas.style.left = -t - 90 + "px") : (this.canvas.style.left = -t / 2 + "px", this.canvas.style.top = -e - 90 + "px"), this.canvas.style.transform = `translate3d(${s}px, ${h}px, 10px)`, this.offset = { x: s, y: h };
123
127
  }
124
128
  render() {
125
129
  if (!this.five.renderer || !this.containerDom)
@@ -10,15 +10,17 @@ class T {
10
10
  n(this, "mainElement");
11
11
  n(this, "_params");
12
12
  n(this, "_btnTexts", {
13
- start: "\u5F00\u59CB",
14
- end: "\u7ED3\u675F",
15
- revoke: "\u64A4\u9500",
16
- exit: "\u9000\u51FA"
13
+ start: "开始",
14
+ end: "结束",
15
+ revoke: "撤销",
16
+ exit: "退出"
17
17
  });
18
+ /* 鼠标移入时 */
18
19
  n(this, "onMouseEnter", () => {
19
20
  const { mainItem: e } = this.mainElement;
20
21
  e.style.opacity = "1";
21
22
  });
23
+ /* 鼠标移出时 */
22
24
  n(this, "onMouseLeave", () => {
23
25
  const { mainItem: e } = this.mainElement;
24
26
  e.style.opacity = "0.85";
@@ -24,7 +24,7 @@ class l {
24
24
  this.measureController = e, this.container = n;
25
25
  const t = this.container.querySelector(".fpm__revoke-icon"), s = this.container.querySelector(".fpm__revoke");
26
26
  if (!t || !s)
27
- throw new Error("\u4E0D\u6B63\u786E\u7684\u9009\u62E9\u5668");
27
+ throw new Error("不正确的选择器");
28
28
  this.revokeIcon = t, this.revokeItem = s, this.revokeItem.addEventListener("click", this.onClick), e.hook.on("modeChange", this.onModeChange);
29
29
  }
30
30
  dispose() {
@@ -11,7 +11,7 @@ const I = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNzIiIHhtbG5
11
11
  </radialGradient>
12
12
  </defs>
13
13
  <g fill="url(#radialGradient-1)" fill-rule="nonzero" stroke="url(#radialGradient-2)" stroke-width="0.2">
14
- <path d="M19.1859205,4.10000004 C19.3691554,4.09993923 19.5526088,4.16602323 19.6925352,4.29904206 C19.8171021,4.41745965 19.8858582,4.56899486 19.8980316,4.7239943 C19.9103475,4.88080848 19.8647874,5.04088037 19.7661957,5.16777131 L19.7661957,5.16777131 L14.3769795,11.1697063 C14.1649599,11.4058657 14.0589501,11.7029328 14.0589501,12 C14.0589501,12.2970672 14.1649599,12.5941343 14.3769795,12.8302937 L14.3769795,12.8302937 L19.6928862,18.7509889 C19.8173649,18.8694879 19.8860087,19.0210672 19.8980683,19.1760728 C19.9102693,19.3328965 19.8645908,19.4929392 19.7701664,19.6153111 C19.6099275,19.772809 19.4324896,19.8610254 19.2586274,19.8856752 C19.0810547,19.910851 18.9081905,19.8692156 18.765363,19.7704965 L18.765363,19.7704965 L11.9999322,13.2904645 L5.32508998,19.6962598 C5.16077108,19.8156635 4.99335965,19.8785989 4.83451361,19.8898888 C4.67442082,19.9012674 4.52389835,19.8596921 4.3968979,19.7731206 C4.23619359,19.588506 4.14871527,19.4164558 4.12392544,19.2589757 C4.09801173,19.094356 4.14341261,18.9485987 4.23380428,18.8322287 L4.23380428,18.8322287 L9.62302046,12.8302937 C9.81773049,12.6134147 9.92302682,12.3451662 9.93892926,12.0727274 C9.95499717,11.7974536 9.87975312,11.5179151 9.70614397,11.2737767 L9.70614397,11.2737767 L4.31595492,5.25860214 C4.17860663,5.08857057 4.11166276,4.9104714 4.11172409,4.7432513 C4.11178577,4.57506821 4.18051603,4.41972395 4.30746483,4.29904206 C4.43371817,4.17902131 4.59543385,4.11349344 4.76041858,4.10187732 L4.76041858,4.10187732 L12.0000677,10.7085251 L18.6794563,4.29937602 C18.8192839,4.16626546 19.0026873,4.10006086 19.1859205,4.10000004 Z" id="\u5F62\u72B6\u7ED3\u5408"></path>
14
+ <path d="M19.1859205,4.10000004 C19.3691554,4.09993923 19.5526088,4.16602323 19.6925352,4.29904206 C19.8171021,4.41745965 19.8858582,4.56899486 19.8980316,4.7239943 C19.9103475,4.88080848 19.8647874,5.04088037 19.7661957,5.16777131 L19.7661957,5.16777131 L14.3769795,11.1697063 C14.1649599,11.4058657 14.0589501,11.7029328 14.0589501,12 C14.0589501,12.2970672 14.1649599,12.5941343 14.3769795,12.8302937 L14.3769795,12.8302937 L19.6928862,18.7509889 C19.8173649,18.8694879 19.8860087,19.0210672 19.8980683,19.1760728 C19.9102693,19.3328965 19.8645908,19.4929392 19.7701664,19.6153111 C19.6099275,19.772809 19.4324896,19.8610254 19.2586274,19.8856752 C19.0810547,19.910851 18.9081905,19.8692156 18.765363,19.7704965 L18.765363,19.7704965 L11.9999322,13.2904645 L5.32508998,19.6962598 C5.16077108,19.8156635 4.99335965,19.8785989 4.83451361,19.8898888 C4.67442082,19.9012674 4.52389835,19.8596921 4.3968979,19.7731206 C4.23619359,19.588506 4.14871527,19.4164558 4.12392544,19.2589757 C4.09801173,19.094356 4.14341261,18.9485987 4.23380428,18.8322287 L4.23380428,18.8322287 L9.62302046,12.8302937 C9.81773049,12.6134147 9.92302682,12.3451662 9.93892926,12.0727274 C9.95499717,11.7974536 9.87975312,11.5179151 9.70614397,11.2737767 L9.70614397,11.2737767 L4.31595492,5.25860214 C4.17860663,5.08857057 4.11166276,4.9104714 4.11172409,4.7432513 C4.11178577,4.57506821 4.18051603,4.41972395 4.30746483,4.29904206 C4.43371817,4.17902131 4.59543385,4.11349344 4.76041858,4.10187732 L4.76041858,4.10187732 L12.0000677,10.7085251 L18.6794563,4.29937602 C18.8192839,4.16626546 19.0026873,4.10006086 19.1859205,4.10000004 Z" id="形状结合"></path>
15
15
  </g>
16
16
  </svg>
17
17
  `, m = `
@@ -10,12 +10,12 @@ class p {
10
10
  n(this, "mainElement");
11
11
  n(this, "_params");
12
12
  n(this, "_btnTexts", {
13
- start: "\u5F00\u59CB",
14
- end: "\u7ED3\u675F"
13
+ start: "开始",
14
+ end: "结束"
15
15
  });
16
16
  n(this, "onClick", () => {
17
17
  var t;
18
- this.mainElement.mainTextDom.innerText === ((t = this._params.startButtonText) != null ? t : "\u5F00\u59CB") ? (this.measureController.hook.emit("willChangeState", "watching", "editing"), this.change2Done()) : (this.measureController.hook.emit("willChangeState", "editing", "watching"), this.change2Add());
18
+ this.mainElement.mainTextDom.innerText === ((t = this._params.startButtonText) != null ? t : "开始") ? (this.measureController.hook.emit("willChangeState", "watching", "editing"), this.change2Done()) : (this.measureController.hook.emit("willChangeState", "editing", "watching"), this.change2Add());
19
19
  });
20
20
  var a, m;
21
21
  this._params = s, this._btnTexts = {
@@ -12,16 +12,16 @@ var l = (c, e, t) => e in c ? y(c, e, { enumerable: !0, configurable: !0, writab
12
12
  var o = (c, e, t) => (l(c, typeof e != "symbol" ? e + "" : e, t), t);
13
13
  import { Raycaster as M, Mesh as v, RingGeometry as G, MeshBasicMaterial as C, DoubleSide as w } from "three";
14
14
  import p from "../../Model/point.js";
15
- import f from "@tweenjs/tween.js";
15
+ import { exports as f } from "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
16
16
  import P from "./html.js";
17
17
  import { requestAnimationFrameInterval as k } from "../../../shared-utils/animationFrame/index.js";
18
- import { noop as A } from "../../../shared-utils/noop.js";
19
- import x from "../../utils/calculateThreeMouse.js";
20
- import { getMouseGroup as E } from "../../utils/mouseGroup.js";
18
+ import { noop as x } from "../../../shared-utils/noop.js";
19
+ import A from "../../utils/calculateThreeMouse.js";
20
+ import { getMouseGroup as X } from "../../utils/mouseGroup.js";
21
21
  import "../../../shared-utils/uuid.js";
22
22
  import "../../../shared-utils/removeArrayItem.js";
23
- import "../../../shared-utils/animationFrame/BetterTween.js";
24
- class L {
23
+ class V {
24
+ // eslint-disable-next-line @typescript-eslint/explicit-member-accessibility
25
25
  constructor(e) {
26
26
  o(this, "container", document.createElement("div"));
27
27
  o(this, "five");
@@ -51,15 +51,17 @@ class L {
51
51
  var s;
52
52
  this.dotAnimation();
53
53
  const i = (s = this.getIntersection()) == null ? void 0 : s.point;
54
- !i || (t === "editing" ? this.hook.emit("getStartPoint", new p(i)) : this.hook.emit("getEndPoint", new p(i)));
54
+ i && (t === "editing" ? this.hook.emit("getStartPoint", new p(i)) : this.hook.emit("getEndPoint", new p(i)));
55
55
  });
56
+ /** 计算目标中心点经纬度 */
56
57
  o(this, "computedCenterMouseXY", () => {
57
58
  const e = this.container.querySelector(".range-piece__aim");
58
59
  if (!e)
59
60
  return null;
60
- const { left: t, top: i, width: s, height: n } = e.getBoundingClientRect(), r = Math.round(t + s / 2), a = Math.round(i + n / 2), h = x({ x: r, y: a }, this.five.getElement());
61
+ const { left: t, top: i, width: s, height: n } = e.getBoundingClientRect(), r = Math.round(t + s / 2), a = Math.round(i + n / 2), h = A({ x: r, y: a }, this.five.getElement());
61
62
  this.centerMouseXY = h;
62
63
  });
64
+ /** 计算目标中心点intersection */
63
65
  o(this, "getIntersection", () => {
64
66
  if (!this.centerMouseXY)
65
67
  return null;
@@ -67,7 +69,7 @@ class L {
67
69
  const e = this.five.model.intersectRaycaster(this.raycaster)[0];
68
70
  return e || null;
69
71
  });
70
- this.five = e.five, this.hook = e.hook, this.group = e.group, this.mouseGroup = E(d({ isMobile: !0 }, e.openParams.crossHairParameter)), this.fiveHelper = e.fiveHelper, this.container.innerHTML = P, this.container.classList.add("range-piece-controller"), this.content = this.container.querySelector(".range-piece__content"), this.content && (this.content.style.transform = `matrix3d(${this.pieceStyl.matrix3d.toString()}) scale(${this.pieceStyl.scale})`, this.content.style.opacity = `${this.pieceStyl.opacity}`), e.container.append(this.container), this.intersectMesh = new v(
72
+ this.five = e.five, this.hook = e.hook, this.group = e.group, this.mouseGroup = X(d({ isMobile: !0 }, e.openParams.crossHairParameter)), this.fiveHelper = e.fiveHelper, this.container.innerHTML = P, this.container.classList.add("range-piece-controller"), this.content = this.container.querySelector(".range-piece__content"), this.content && (this.content.style.transform = `matrix3d(${this.pieceStyl.matrix3d.toString()}) scale(${this.pieceStyl.scale})`, this.content.style.opacity = `${this.pieceStyl.opacity}`), e.container.append(this.container), this.intersectMesh = new v(
71
73
  new G(0.04, 0.08, 32),
72
74
  new C({ color: 1245179, opacity: 0, side: w, transparent: !0 })
73
75
  ), this.container.addEventListener("animationend", this.computedCenterMouseXY), this.five.on("cameraUpdate", this.onCameraDirectionUpdate), this.hook.on("willChangeState", this.onWillChangeState);
@@ -96,9 +98,10 @@ class L {
96
98
  const s = 4, n = 1;
97
99
  return i > s && (i = s), i < n && (i = n), -0.51 / (s - n) * i + 1;
98
100
  }
101
+ /** 点击按钮时圆片动画 */
99
102
  dotAnimation() {
100
103
  const e = f.Easing.Quadratic.InOut, t = { opacity: 0.4, scale: this.pieceStyl.scale }, i = { opacity: [1, 0.4], scale: [this.pieceStyl.scale * 0.8, this.pieceStyl.scale] };
101
- let s = A;
104
+ let s = x;
102
105
  const n = new f.Tween(t).to(i, 500).easing(e).start(0).onUpdate(({ opacity: r, scale: a }) => {
103
106
  this.changePieceStyl("scale", a), this.changePieceStyl("opacity", r);
104
107
  }).onComplete(() => {
@@ -109,7 +112,7 @@ class L {
109
112
  });
110
113
  }
111
114
  changePieceStyl(e, t) {
112
- !this.content || (this.pieceStyl[e] = t, this.content.style.transform = `matrix3d(${this.pieceStyl.matrix3d.toString()}) scale(${this.pieceStyl.scale})`, this.content.style.opacity = `${this.pieceStyl.opacity}`);
115
+ this.content && (this.pieceStyl[e] = t, this.content.style.transform = `matrix3d(${this.pieceStyl.matrix3d.toString()}) scale(${this.pieceStyl.scale})`, this.content.style.opacity = `${this.pieceStyl.opacity}`);
113
116
  }
114
117
  updateMouseGroup(e, t) {
115
118
  if (!this.hasAppendMouseGroup) {
@@ -129,5 +132,5 @@ class L {
129
132
  }
130
133
  }
131
134
  export {
132
- L as default
135
+ V as default
133
136
  };
@@ -1,9 +1,9 @@
1
1
  import t from "./Controller/index.js";
2
- import { default as ro } from "./Modules/Magnifier.js";
3
- import { Model as io } from "./Model/index.js";
4
- import { default as po } from "./Model/point.js";
5
- import { default as ao } from "./Model/line.js";
6
- import { Polyline as uo } from "./Model/polyline.js";
2
+ import { default as oo } from "./Modules/Magnifier.js";
3
+ import { Model as to } from "./Model/index.js";
4
+ import { default as mo } from "./Model/point.js";
5
+ import { default as eo } from "./Model/line.js";
6
+ import { Polyline as no } from "./Model/polyline.js";
7
7
  import "./Modules/FiveHelper.js";
8
8
  import "three";
9
9
  import "./Controller/EditController.js";
@@ -33,10 +33,9 @@ import "./utils/ndc2Screen.js";
33
33
  import "./utils/findAssociatedLines.js";
34
34
  import "./Controller/MixedController.js";
35
35
  import "./Modules/rangePiece/index.js";
36
- import "@tweenjs/tween.js";
36
+ import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
37
37
  import "./Modules/rangePiece/html.js";
38
38
  import "../shared-utils/animationFrame/index.js";
39
- import "../shared-utils/animationFrame/BetterTween.js";
40
39
  import "../shared-utils/noop.js";
41
40
  import "./utils/calculateThreeMouse.js";
42
41
  import "./utils/mouseGroup.js";
@@ -51,15 +50,15 @@ import "./Modules/UIController/mobileMainBtnController.js";
51
50
  import "./Modules/UIController/Revoke/index.js";
52
51
  import "./Modules/GuideController.js";
53
52
  import "./Controller/ShortcutKeyController.js";
54
- const _ = function(o, r) {
53
+ const Z = function(o, r) {
55
54
  return new t(o, r);
56
55
  };
57
56
  export {
58
- ro as Magnifier,
59
- _ as PanoMeasurePlugin,
60
- ao as PanoMeasurePluginLine,
61
- io as PanoMeasurePluginModel,
62
- po as PanoMeasurePluginPoint,
63
- uo as PanoMeasurePluginPolyline,
64
- _ as default
57
+ oo as Magnifier,
58
+ Z as PanoMeasurePlugin,
59
+ eo as PanoMeasurePluginLine,
60
+ to as PanoMeasurePluginModel,
61
+ mo as PanoMeasurePluginPoint,
62
+ no as PanoMeasurePluginPolyline,
63
+ Z as default
65
64
  };
@@ -1,10 +1,9 @@
1
1
  import "@realsee/five";
2
2
  import "hammerjs";
3
3
  import "three";
4
- import "@tweenjs/tween.js";
4
+ import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
5
5
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
6
6
  import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
7
- import "../../shared-utils/animationFrame/BetterTween.js";
8
7
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
9
8
  import "three/examples/jsm/renderers/CSS3DRenderer";
10
9
  import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
@@ -17,4 +16,3 @@ import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
17
16
  import "../../shared-utils/three/centerPoint.js";
18
17
  import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
19
18
  import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
20
- import "../../shared-utils/animationFrame/index.js";