@realsee/dnalogel 2.24.0 → 2.24.2

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 (328) hide show
  1. package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +1 -0
  2. package/dist/PanoMeasurePlugin/Model/area.d.ts +1 -1
  3. package/dist/PanoMeasurePlugin/typings/index.d.ts +4 -0
  4. package/dist/PanoTagPlugin/utils/model/mediaPlane.d.ts +1 -0
  5. package/dist/index.cjs.js +23 -23
  6. package/dist/index.js +366 -343
  7. package/dist/index.umd.js +29 -29
  8. package/docs/assets/search.js +1 -1
  9. package/docs/classes/CSS3DRender.html +30 -30
  10. package/docs/classes/CruisePluginController.html +25 -25
  11. package/docs/classes/GuideLineItem.GuideLineItem.html +19 -19
  12. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +34 -34
  13. package/docs/classes/Magnifier.html +19 -19
  14. package/docs/classes/ModelRoomLabelController.html +10 -10
  15. package/docs/classes/Object3DHelperController.html +24 -24
  16. package/docs/classes/PaintBrush.html +14 -14
  17. package/docs/classes/PanoMeasurePluginLine.html +26 -26
  18. package/docs/classes/PanoMeasurePluginModel.html +26 -26
  19. package/docs/classes/PanoMeasurePluginPoint.html +13 -13
  20. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  21. package/docs/classes/PanoTagPluginController.html +46 -46
  22. package/docs/classes/Util.BetterTween.html +8 -8
  23. package/docs/classes/Util.Interval.html +11 -11
  24. package/docs/classes/Util.Magnifier.html +19 -19
  25. package/docs/classes/Util.PointDomHelper.html +10 -10
  26. package/docs/classes/Util.PointHelper.html +10 -10
  27. package/docs/classes/Util.PointSelectorHelper.html +15 -15
  28. package/docs/classes/Util.Rectangle.html +12 -12
  29. package/docs/enums/CameraMovementEffect.html +6 -6
  30. package/docs/enums/ContentType.html +19 -19
  31. package/docs/enums/DIRECTION.html +8 -8
  32. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +8 -8
  33. package/docs/enums/DimensionType.html +6 -6
  34. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +7 -7
  35. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +8 -8
  36. package/docs/enums/PaintBrushTypeEnum.html +7 -7
  37. package/docs/enums/PointType.html +6 -6
  38. package/docs/enums/Rotation.html +7 -7
  39. package/docs/functions/CSS3DRenderPlugin.html +3 -3
  40. package/docs/functions/CameraMovementPlugin.html +3 -3
  41. package/docs/functions/CruisePlugin.html +3 -3
  42. package/docs/functions/GuideLinePlugin.html +4 -4
  43. package/docs/functions/ItemLabelPlugin.html +3 -3
  44. package/docs/functions/MapviewFloorplanPlugin.html +3 -3
  45. package/docs/functions/ModelChassisCompassPlugin.html +3 -3
  46. package/docs/functions/ModelEntryDoorGuidePlugin.html +3 -3
  47. package/docs/functions/ModelFloorplanPlugin.html +3 -3
  48. package/docs/functions/ModelItemLabelPlugin.html +3 -3
  49. package/docs/functions/ModelRoomLabelPlugin.html +3 -3
  50. package/docs/functions/ModelTVVideoPlugin.html +3 -3
  51. package/docs/functions/ModelViewPlugin.html +3 -3
  52. package/docs/functions/Object3DHelperPlugin.html +3 -3
  53. package/docs/functions/PanoCompassPlugin.html +3 -3
  54. package/docs/functions/PanoCursorRaycasterPlugin.html +3 -3
  55. package/docs/functions/PanoDoorLabelPlugin.html +3 -3
  56. package/docs/functions/PanoFloorplanRadarPlugin.html +3 -3
  57. package/docs/functions/PanoMeasurePlugin.html +3 -3
  58. package/docs/functions/PanoRulerPlugin.html +3 -3
  59. package/docs/functions/PanoRulerProPlugin.html +3 -3
  60. package/docs/functions/PanoSpatialTagPlugin.html +3 -3
  61. package/docs/functions/PanoTagPlugin.html +3 -3
  62. package/docs/functions/PanoVideoPlugin.html +3 -3
  63. package/docs/functions/TopviewFloorplanPlugin.html +3 -3
  64. package/docs/functions/Util.absoluteUrl.html +4 -4
  65. package/docs/functions/Util.getCoordsFromClient.html +4 -4
  66. package/docs/functions/Util.getCoordsFromElement.html +4 -4
  67. package/docs/functions/Util.getFrameTime.html +4 -4
  68. package/docs/functions/Util.getIntersectFromRelativePosition.html +4 -4
  69. package/docs/functions/Util.getRaycasterFromFivePointer.html +4 -4
  70. package/docs/functions/Util.isAbsoluteURL.html +4 -4
  71. package/docs/functions/Util.isModelLike.html +4 -4
  72. package/docs/functions/Util.isNil.html +4 -4
  73. package/docs/functions/Util.isPanoramaLike.html +4 -4
  74. package/docs/functions/Util.nextFrame.html +4 -4
  75. package/docs/functions/Util.notNil.html +4 -4
  76. package/docs/functions/Util.requestAnimationFrameInterval.html +4 -4
  77. package/docs/functions/Util.tweenProgress.html +4 -4
  78. package/docs/functions/Util.uuid.html +4 -4
  79. package/docs/functions/pluginFlag.html +4 -4
  80. package/docs/index.html +4 -4
  81. package/docs/interfaces/AddTagConfig.html +5 -5
  82. package/docs/interfaces/CSS3DRenderPluginEventMap.html +10 -10
  83. package/docs/interfaces/CSS3DRenderPluginState.html +7 -7
  84. package/docs/interfaces/CameraMovementPluginExportType.html +6 -6
  85. package/docs/interfaces/CruisePluginTypes.Config.html +7 -7
  86. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +11 -11
  87. package/docs/interfaces/CruisePluginTypes.EventMap.html +19 -19
  88. package/docs/interfaces/CruisePluginTypes.MoveAction.html +11 -11
  89. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +13 -13
  90. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +13 -13
  91. package/docs/interfaces/CruisePluginTypes.PluginData.html +8 -8
  92. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +6 -6
  93. package/docs/interfaces/CruisePluginTypes.PluginState.html +10 -10
  94. package/docs/interfaces/EventMap.html +14 -14
  95. package/docs/interfaces/FloorplanBounding.html +7 -7
  96. package/docs/interfaces/FloorplanData.html +9 -9
  97. package/docs/interfaces/FloorplanEntrance.html +10 -10
  98. package/docs/interfaces/FloorplanExtraObject.html +9 -9
  99. package/docs/interfaces/FloorplanExtraObject3D.html +7 -7
  100. package/docs/interfaces/FloorplanFloorData.html +8 -8
  101. package/docs/interfaces/FloorplanImagePosition.html +6 -6
  102. package/docs/interfaces/FloorplanObserver.html +8 -8
  103. package/docs/interfaces/FloorplanOutlineItem.html +8 -8
  104. package/docs/interfaces/FloorplanPosition.html +6 -6
  105. package/docs/interfaces/FloorplanRoomItem.html +12 -12
  106. package/docs/interfaces/FloorplanRoomLabelItem.html +6 -6
  107. package/docs/interfaces/FloorplanServerBounding.html +7 -7
  108. package/docs/interfaces/FloorplanServerComputedData.html +9 -9
  109. package/docs/interfaces/FloorplanServerData.html +6 -6
  110. package/docs/interfaces/FloorplanServerDoorItem.html +9 -9
  111. package/docs/interfaces/FloorplanServerDoorPosition.html +7 -7
  112. package/docs/interfaces/FloorplanServerEntrance.html +10 -10
  113. package/docs/interfaces/FloorplanServerFloorData.html +8 -8
  114. package/docs/interfaces/FloorplanServerImagePosition.html +6 -6
  115. package/docs/interfaces/FloorplanServerObserver.html +8 -8
  116. package/docs/interfaces/FloorplanServerOutlineItem.html +8 -8
  117. package/docs/interfaces/FloorplanServerPosition.html +6 -6
  118. package/docs/interfaces/FloorplanServerRoomItem.html +13 -13
  119. package/docs/interfaces/FloorplanServerRoomLabelItem.html +6 -6
  120. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +7 -7
  121. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +9 -9
  122. package/docs/interfaces/GuideLinePluginType.EventMap.html +12 -12
  123. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +7 -7
  124. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +5 -5
  125. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +12 -12
  126. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +7 -7
  127. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +17 -17
  128. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +6 -6
  129. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +17 -17
  130. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +4 -4
  131. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +6 -6
  132. package/docs/interfaces/GuideLinePluginType.PluginState.html +7 -7
  133. package/docs/interfaces/GuideLinePluginType.Route.html +10 -10
  134. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +8 -8
  135. package/docs/interfaces/HelperOffset.html +7 -7
  136. package/docs/interfaces/ImagePlaneGroup.html +5 -5
  137. package/docs/interfaces/ItemLabelPluginData.html +5 -5
  138. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +10 -10
  139. package/docs/interfaces/ItemLabelPluginParametersType.html +8 -8
  140. package/docs/interfaces/MinMax.html +6 -6
  141. package/docs/interfaces/ModelChassisCompassPluginData.html +6 -6
  142. package/docs/interfaces/ModelChassisCompassPluginExportType.html +7 -7
  143. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +6 -6
  144. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +7 -7
  145. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +7 -7
  146. package/docs/interfaces/ModelItemLabelPluginData.html +5 -5
  147. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +10 -10
  148. package/docs/interfaces/ModelItemLabelPluginParametersType.html +6 -6
  149. package/docs/interfaces/ModelRoomLabelPluginData.html +5 -5
  150. package/docs/interfaces/ModelTVVideoPluginData.html +8 -8
  151. package/docs/interfaces/ModelTVVideoPluginExportType.html +7 -7
  152. package/docs/interfaces/ModelTVVideoPluginParameterType.html +5 -5
  153. package/docs/interfaces/ModelViewPluginExportType.html +10 -10
  154. package/docs/interfaces/Object3DHelperState.html +7 -7
  155. package/docs/interfaces/ObjectHelperControllers.html +8 -8
  156. package/docs/interfaces/PaintBrushAction.html +11 -11
  157. package/docs/interfaces/PaintBrushConfigs.html +11 -11
  158. package/docs/interfaces/PaintBrushState.html +9 -9
  159. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +9 -9
  160. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +4 -4
  161. package/docs/interfaces/PanoMeasureParameterType.html +42 -17
  162. package/docs/interfaces/PanoMeasurePluginLineJson.html +7 -7
  163. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +6 -6
  164. package/docs/interfaces/PanoMeasurePluginPointJson.html +6 -6
  165. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +7 -7
  166. package/docs/interfaces/PanoRulerPluginExportType.html +9 -9
  167. package/docs/interfaces/PanoRulerPluginOptions.html +6 -6
  168. package/docs/interfaces/PanoRulerPluginParameterType.html +7 -7
  169. package/docs/interfaces/PanoRulerProPluginExportType.html +8 -8
  170. package/docs/interfaces/PanoRulerProPluginOptions.html +6 -6
  171. package/docs/interfaces/PanoRulerProPluginParameterType.html +6 -6
  172. package/docs/interfaces/PanoRulerProPluginState.html +7 -7
  173. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +4 -4
  174. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +4 -4
  175. package/docs/interfaces/PanoSpatialTagPluginData.html +10 -10
  176. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +9 -9
  177. package/docs/interfaces/PanoSpatialTagPluginExportType.html +12 -12
  178. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +9 -9
  179. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +12 -12
  180. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +10 -10
  181. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +9 -9
  182. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +5 -5
  183. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +7 -7
  184. package/docs/interfaces/PanoVideoPluginType.PluginData.html +5 -5
  185. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +8 -8
  186. package/docs/interfaces/PanoVideoPluginType.PluginState.html +5 -5
  187. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +7 -7
  188. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +9 -9
  189. package/docs/interfaces/Point.html +7 -7
  190. package/docs/interfaces/Room.html +8 -8
  191. package/docs/interfaces/RoomInfo.html +6 -6
  192. package/docs/interfaces/RoomLabel.html +13 -13
  193. package/docs/interfaces/RoomRules.html +4 -4
  194. package/docs/interfaces/Rooms.html +4 -4
  195. package/docs/interfaces/Scissor.html +8 -8
  196. package/docs/interfaces/State.html +7 -7
  197. package/docs/interfaces/TagCacheInterface.html +11 -11
  198. package/docs/interfaces/TagConfig.html +12 -12
  199. package/docs/interfaces/TagGLTFObjectGroup.html +5 -5
  200. package/docs/interfaces/TagIconUrl.html +11 -11
  201. package/docs/interfaces/TagObjectGroup.html +5 -5
  202. package/docs/interfaces/TagStyle.html +5 -5
  203. package/docs/interfaces/Tags.html +8 -8
  204. package/docs/interfaces/TemporaryState.html +5 -5
  205. package/docs/interfaces/Util.MagnifierParameter.html +10 -10
  206. package/docs/interfaces/Util.MouseGroupParameter.html +7 -7
  207. package/docs/interfaces/Util.PointIntersection.html +7 -7
  208. package/docs/modules/CruisePluginTypes.html +4 -4
  209. package/docs/modules/GuideLineItem.html +4 -4
  210. package/docs/modules/GuideLineModeItem.html +4 -4
  211. package/docs/modules/GuideLinePluginType.html +4 -4
  212. package/docs/modules/PanoVideoPluginType.html +4 -4
  213. package/docs/modules/Util.html +4 -4
  214. package/docs/modules.html +4 -4
  215. package/docs/types/ArrayPosition.html +4 -4
  216. package/docs/types/AudioAppearance.html +4 -4
  217. package/docs/types/AudioTagTypeConfigKey.html +4 -4
  218. package/docs/types/CSS3DRenderExportType.html +4 -4
  219. package/docs/types/CSS3DRenderPluginExportType.html +4 -4
  220. package/docs/types/CSS3DRenderPluginParameterType.html +4 -4
  221. package/docs/types/ClassFunctionParameters.html +4 -4
  222. package/docs/types/Color.html +4 -4
  223. package/docs/types/ContentTypeConfigKey.html +4 -4
  224. package/docs/types/ContentTypeConfigKeySplit.html +4 -4
  225. package/docs/types/ContentTypeMap.html +4 -4
  226. package/docs/types/Create3DDomContainerReturnType.html +4 -4
  227. package/docs/types/Create3DElementReturnType.html +4 -4
  228. package/docs/types/CruisePluginExportType.html +4 -4
  229. package/docs/types/CruisePluginTypes.CruiseData.html +4 -4
  230. package/docs/types/CruisePluginTypes.MoveEffect.html +4 -4
  231. package/docs/types/DeprecatedMediaPlaneProperty.html +4 -4
  232. package/docs/types/DeprecatedTagProperty.html +4 -4
  233. package/docs/types/Direction-1.html +4 -4
  234. package/docs/types/Direction4.html +4 -4
  235. package/docs/types/ElementRenderer.html +4 -4
  236. package/docs/types/FloorplanRuleLabels.html +4 -4
  237. package/docs/types/FloorplanServerRuleLabels.html +4 -4
  238. package/docs/types/GuideLinePluginExportType.html +4 -4
  239. package/docs/types/GuideLinePluginType.GuideLineItem.html +4 -4
  240. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +4 -4
  241. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +4 -4
  242. package/docs/types/GuideLinePluginType.GuideLineStyle.html +4 -4
  243. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +4 -4
  244. package/docs/types/GuideLinePluginType.PathItem.html +4 -4
  245. package/docs/types/GuideLinePluginType.PluginData.html +4 -4
  246. package/docs/types/HelperEventMap.html +4 -4
  247. package/docs/types/LoadTagConfig.html +4 -4
  248. package/docs/types/MapviewFloorplanPluginParameterType.html +4 -4
  249. package/docs/types/MapviewFloorplanPluginReturnType.html +4 -4
  250. package/docs/types/MediaData.html +4 -4
  251. package/docs/types/MediaStore.html +4 -4
  252. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +4 -4
  253. package/docs/types/ModelFloorplanPluginParameterType.html +4 -4
  254. package/docs/types/ModelFloorplanPluginReturnType.html +4 -4
  255. package/docs/types/ModelRoomLabelPluginParameters.html +4 -4
  256. package/docs/types/ModelRoomLabelPluginReturnType.html +4 -4
  257. package/docs/types/MoveArgs.html +4 -4
  258. package/docs/types/MoveOpts.html +4 -4
  259. package/docs/types/Object3DHelperEventMap.html +4 -4
  260. package/docs/types/ObjectFit.html +4 -4
  261. package/docs/types/PaintBrushEventMap.html +4 -4
  262. package/docs/types/PanoCompassPluginData.html +4 -4
  263. package/docs/types/PanoCompassPluginExportType.html +4 -4
  264. package/docs/types/PanoCompassPluginParameterType.html +4 -4
  265. package/docs/types/PanoFloorplanRadarPluginParameterType.html +4 -4
  266. package/docs/types/PanoFloorplanRadarPluginReturnType.html +4 -4
  267. package/docs/types/PanoIndex.html +4 -4
  268. package/docs/types/PanoMeasurePluginEvent.html +4 -4
  269. package/docs/types/PanoMeasureReturnType.html +4 -4
  270. package/docs/types/PanoSpatialTagPluginId.html +4 -4
  271. package/docs/types/PanoTagPluginExportInterface.html +4 -4
  272. package/docs/types/PanoTagPluginParamsInterface.html +4 -4
  273. package/docs/types/PanoVideoPluginParameterType.html +4 -4
  274. package/docs/types/PanoVideoPluginReturnType.html +4 -4
  275. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +4 -4
  276. package/docs/types/PlaneTag.html +4 -4
  277. package/docs/types/Point2DTag.html +4 -4
  278. package/docs/types/Point3DTag.html +4 -4
  279. package/docs/types/PointTag.html +4 -4
  280. package/docs/types/PointTagInstance.html +4 -4
  281. package/docs/types/Position.html +4 -4
  282. package/docs/types/RotateArgs.html +4 -4
  283. package/docs/types/RotateOpts.html +4 -4
  284. package/docs/types/RuleLabelsKey.html +4 -4
  285. package/docs/types/RuleLabelsValue.html +4 -4
  286. package/docs/types/StickType.html +4 -4
  287. package/docs/types/Tag.html +4 -4
  288. package/docs/types/Tag2D.html +4 -4
  289. package/docs/types/Tag3D.html +4 -4
  290. package/docs/types/TagContentType.html +4 -4
  291. package/docs/types/TagDimensionType.html +4 -4
  292. package/docs/types/TagElement.html +4 -4
  293. package/docs/types/TagEvents.html +4 -4
  294. package/docs/types/TagGLTFObject.html +4 -4
  295. package/docs/types/TagHooks.html +4 -4
  296. package/docs/types/TagId.html +4 -4
  297. package/docs/types/TagInstance.html +4 -4
  298. package/docs/types/TagPointType.html +4 -4
  299. package/docs/types/TagRendererMap.html +4 -4
  300. package/docs/types/TopviewFloorplanPluginParameterType.html +4 -4
  301. package/docs/types/TopviewFloorplanPluginReturnType.html +4 -4
  302. package/docs/types/WorkCode.html +4 -4
  303. package/docs/variables/FLOOR_TYPE_MAP.html +4 -4
  304. package/docs/variables/PLUGIN.html +4 -4
  305. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +4 -4
  306. package/docs/variables/ROOM_TYPE_MAP.html +4 -4
  307. package/docs/variables/itemLabelPluginServerParams.html +4 -4
  308. package/docs/variables/modelItemLabelPluginServerParams.html +4 -4
  309. package/docs/variables/modelRoomLabelPluginServerParams.html +4 -4
  310. package/libs/PanoMeasurePlugin/Components/Controller0.js +32 -31
  311. package/libs/PanoMeasurePlugin/Components/Controller1.js +14 -13
  312. package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +1 -0
  313. package/libs/PanoMeasurePlugin/Controller/BaseController.js +14 -7
  314. package/libs/PanoMeasurePlugin/Controller/EditController.js +12 -11
  315. package/libs/PanoMeasurePlugin/Controller/WatchController.js +74 -59
  316. package/libs/PanoMeasurePlugin/Controller/index.js +18 -17
  317. package/libs/PanoMeasurePlugin/Model/area.d.ts +1 -1
  318. package/libs/PanoMeasurePlugin/Model/area.js +51 -35
  319. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +14 -13
  320. package/libs/PanoMeasurePlugin/index.js +25 -24
  321. package/libs/PanoMeasurePlugin/typings/index.d.ts +4 -0
  322. package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +47 -29
  323. package/libs/PanoTagPlugin/utils/model/mediaPlane.d.ts +1 -0
  324. package/libs/PanoTagPlugin/utils/model/mediaPlane.js +83 -68
  325. package/libs/base/BasePlugin.js +1 -1
  326. package/libs/index.js +1 -1
  327. package/libs/shared-utils/logger.js +1 -1
  328. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelItemLabelPluginServerParams | 如视看房插件合集 - v2.24.0</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelItemLabelPluginServerParams | 如视看房插件合集 - v2.24.2</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.24.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.24.2</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-content">
@@ -24,7 +24,7 @@
24
24
  <li class="tsd-parameter">
25
25
  <h5><span class="tsd-kind-property">version</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
26
26
  <ul>
27
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/2c6bdcd/plugins/src/ModelItemLabelPlugin/index.ts#L7">plugins/src/ModelItemLabelPlugin/index.ts:7</a></li></ul></aside></div>
27
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a067e0f/plugins/src/ModelItemLabelPlugin/index.ts#L7">plugins/src/ModelItemLabelPlugin/index.ts:7</a></li></ul></aside></div>
28
28
  <div class="col-sidebar">
29
29
  <div class="page-menu">
30
30
  <div class="tsd-navigation settings">
@@ -38,7 +38,7 @@
38
38
  <div class="tsd-theme-toggle">
39
39
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
40
40
  <div class="site-menu">
41
- <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.24.0</span></a>
41
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.24.2</span></a>
42
42
  <ul class="tsd-small-nested-navigation">
43
43
  <li>
44
44
  <details class="tsd-index-accordion" data-key="CruisePluginTypes"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/CruisePluginTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Types</span></a></summary>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视看房插件合集 - v2.24.0</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视看房插件合集 - v2.24.2</title><meta name="description" content="Documentation for 如视看房插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.24.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.24.2</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-content">
@@ -24,7 +24,7 @@
24
24
  <li class="tsd-parameter">
25
25
  <h5><span class="tsd-kind-property">version</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
26
26
  <ul>
27
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/2c6bdcd/plugins/src/ModelRoomLabelPlugin/index.ts#L9">plugins/src/ModelRoomLabelPlugin/index.ts:9</a></li></ul></aside></div>
27
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/a067e0f/plugins/src/ModelRoomLabelPlugin/index.ts#L9">plugins/src/ModelRoomLabelPlugin/index.ts:9</a></li></ul></aside></div>
28
28
  <div class="col-sidebar">
29
29
  <div class="page-menu">
30
30
  <div class="tsd-navigation settings">
@@ -38,7 +38,7 @@
38
38
  <div class="tsd-theme-toggle">
39
39
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
40
40
  <div class="site-menu">
41
- <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.24.0</span></a>
41
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.24.2</span></a>
42
42
  <ul class="tsd-small-nested-navigation">
43
43
  <li>
44
44
  <details class="tsd-index-accordion" data-key="CruisePluginTypes"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg><a href="../modules/CruisePluginTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Types</span></a></summary>
@@ -38,18 +38,8 @@ import "../utils/generatePolygonGeometry.js";
38
38
  import "earcut";
39
39
  import "../utils/dom/areaDom.js";
40
40
  import "../utils/geometryUtil.js";
41
- import "../utils/isIntersecting.js";
42
- import "../../shared-utils/three/PointSelector.js";
43
- import "../../shared-utils/three/PointSelectorHelper.js";
44
- import "../../shared-utils/three/Magnifier.js";
45
41
  import "hammerjs";
46
- import "../../shared-utils/three/PointHelper.js";
47
- import "../../shared-utils/three/Assets/index.js";
48
- import "../../shared-utils/three/PointDomHelper.js";
49
42
  import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
50
- import "../Modules/rangePiece/html.js";
51
- import "../../CSS3DRenderPlugin/index.js";
52
- import "../../CSS3DRenderPlugin/Controller.js";
53
43
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
54
44
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
55
45
  import "three/examples/jsm/renderers/CSS3DRenderer";
@@ -62,8 +52,19 @@ import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
62
52
  import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
63
53
  import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
64
54
  import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
65
- import "../../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
66
55
  import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
56
+ import "../../shared-utils/isNil.js";
57
+ import "../utils/isIntersecting.js";
58
+ import "../../shared-utils/three/PointSelector.js";
59
+ import "../../shared-utils/three/PointSelectorHelper.js";
60
+ import "../../shared-utils/three/Magnifier.js";
61
+ import "../../shared-utils/three/PointHelper.js";
62
+ import "../../shared-utils/three/Assets/index.js";
63
+ import "../../shared-utils/three/PointDomHelper.js";
64
+ import "../Modules/rangePiece/html.js";
65
+ import "../../CSS3DRenderPlugin/index.js";
66
+ import "../../CSS3DRenderPlugin/Controller.js";
67
+ import "../../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
67
68
  import "../../shared-utils/absoluteUrl.js";
68
69
  import "../../shared-utils/animationFrame/BetterTween.js";
69
70
  import "../../shared-utils/animationFrame/index.js";
@@ -93,14 +94,14 @@ function L(n) {
93
94
  c() {
94
95
  T(o.$$.fragment);
95
96
  },
96
- m(t, f) {
97
- U(o, t, f), r = !0;
97
+ m(t, p) {
98
+ U(o, t, p), r = !0;
98
99
  },
99
- p(t, f) {
100
- const p = {};
101
- f & /*measureController*/
102
- 1 && (p.onClick = /*measureController*/
103
- t[0].disable), o.$set(p);
100
+ p(t, p) {
101
+ const f = {};
102
+ p & /*measureController*/
103
+ 1 && (f.onClick = /*measureController*/
104
+ t[0].disable), o.$set(f);
104
105
  },
105
106
  i(t) {
106
107
  r || (w(o.$$.fragment, t), r = !0);
@@ -114,7 +115,7 @@ function L(n) {
114
115
  };
115
116
  }
116
117
  function O(n) {
117
- let o, r, t, f, p = (
118
+ let o, r, t, p, f = (
118
119
  /*i18n*/
119
120
  n[2]("撤销") + ""
120
121
  ), m, v, d, a, b, c = (
@@ -123,11 +124,11 @@ function O(n) {
123
124
  ), i, l, _;
124
125
  return {
125
126
  c() {
126
- o = h("div"), r = h("div"), t = h("div"), f = C(), m = y(p), v = C(), d = h("div"), a = h("div"), b = C(), i = y(c), g(t, "class", "icon svelte-468fdd"), E(t, "background-image", `url(${ee})`), g(r, "class", "button svelte-468fdd"), z(r, "forbid", !/*canRevoke*/
127
+ o = h("div"), r = h("div"), t = h("div"), p = C(), m = y(f), v = C(), d = h("div"), a = h("div"), b = C(), i = y(c), g(t, "class", "icon svelte-468fdd"), E(t, "background-image", `url(${ee})`), g(r, "class", "button svelte-468fdd"), z(r, "forbid", !/*canRevoke*/
127
128
  n[3]), g(a, "class", "icon svelte-468fdd"), E(a, "background-image", `url(${te})`), g(d, "class", "button svelte-468fdd"), g(o, "class", "buttons svelte-468fdd");
128
129
  },
129
130
  m(u, e) {
130
- P(u, o, e), s(o, r), s(r, t), s(r, f), s(r, m), s(o, v), s(o, d), s(d, a), s(d, b), s(d, i), l || (_ = [
131
+ P(u, o, e), s(o, r), s(r, t), s(r, p), s(r, m), s(o, v), s(o, d), s(d, a), s(d, b), s(d, i), l || (_ = [
131
132
  S(
132
133
  r,
133
134
  "click",
@@ -144,8 +145,8 @@ function O(n) {
144
145
  },
145
146
  p(u, e) {
146
147
  e & /*i18n*/
147
- 4 && p !== (p = /*i18n*/
148
- u[2]("撤销") + "") && A(m, p), e & /*canRevoke*/
148
+ 4 && f !== (f = /*i18n*/
149
+ u[2]("撤销") + "") && A(m, f), e & /*canRevoke*/
149
150
  8 && z(r, "forbid", !/*canRevoke*/
150
151
  u[3]), e & /*i18n*/
151
152
  4 && c !== (c = /*i18n*/
@@ -157,7 +158,7 @@ function O(n) {
157
158
  };
158
159
  }
159
160
  function re(n) {
160
- let o, r, t, f, p, m, v, d, a, b, c, i = (
161
+ let o, r, t, p, f, m, v, d, a, b, c, i = (
161
162
  /*showExit*/
162
163
  n[1] && L(n)
163
164
  ), l = (
@@ -196,10 +197,10 @@ function re(n) {
196
197
  n[4] !== void 0 && (u.setIndex = /*setSwitcherActiveIndex*/
197
198
  n[4]), a = new Y({ props: u }), H.push(() => X(a, "setIndex", _)), {
198
199
  c() {
199
- o = h("div"), i && i.c(), r = C(), t = h("div"), f = h("div"), p = C(), m = h("div"), l && l.c(), v = C(), d = h("div"), T(a.$$.fragment), g(f, "class", "mask svelte-468fdd"), g(d, "class", "mode-switcher svelte-468fdd"), g(m, "class", "center svelte-468fdd"), g(t, "class", "bottom svelte-468fdd"), g(o, "class", "Measure-Controller svelte-468fdd");
200
+ o = h("div"), i && i.c(), r = C(), t = h("div"), p = h("div"), f = C(), m = h("div"), l && l.c(), v = C(), d = h("div"), T(a.$$.fragment), g(p, "class", "mask svelte-468fdd"), g(d, "class", "mode-switcher svelte-468fdd"), g(m, "class", "center svelte-468fdd"), g(t, "class", "bottom svelte-468fdd"), g(o, "class", "Measure-Controller svelte-468fdd");
200
201
  },
201
202
  m(e, k) {
202
- P(e, o, k), i && i.m(o, null), s(o, r), s(o, t), s(t, f), s(t, p), s(t, m), l && l.m(m, null), s(m, v), s(m, d), U(a, d, null), c = !0;
203
+ P(e, o, k), i && i.m(o, null), s(o, r), s(o, t), s(t, p), s(t, f), s(t, m), l && l.m(m, null), s(m, v), s(m, d), U(a, d, null), c = !0;
203
204
  },
204
205
  p(e, [k]) {
205
206
  /*showExit*/
@@ -246,7 +247,7 @@ function re(n) {
246
247
  );
247
248
  }
248
249
  function ie(n, o, r) {
249
- let { measureController: t } = o, { showExit: f = !1 } = o, { i18n: p = (e) => e } = o, m = !1, v;
250
+ let { measureController: t } = o, { showExit: p = !1 } = o, { i18n: f = (e) => e } = o, m = !1, v;
250
251
  function d(e) {
251
252
  e === "Edit" ? r(5, i = !0) : (v(null), r(5, i = !1));
252
253
  }
@@ -272,11 +273,11 @@ function ie(n, o, r) {
272
273
  v = e, r(4, v);
273
274
  }
274
275
  return n.$$set = (e) => {
275
- "measureController" in e && r(0, t = e.measureController), "showExit" in e && r(1, f = e.showExit), "i18n" in e && r(2, p = e.i18n);
276
+ "measureController" in e && r(0, t = e.measureController), "showExit" in e && r(1, p = e.showExit), "i18n" in e && r(2, f = e.i18n);
276
277
  }, [
277
278
  t,
278
- f,
279
279
  p,
280
+ f,
280
281
  m,
281
282
  v,
282
283
  i,
@@ -286,7 +287,7 @@ function ie(n, o, r) {
286
287
  u
287
288
  ];
288
289
  }
289
- class qt extends Q {
290
+ class Dt extends Q {
290
291
  constructor(o) {
291
292
  super(), V(
292
293
  this,
@@ -304,5 +305,5 @@ class qt extends Q {
304
305
  }
305
306
  }
306
307
  export {
307
- qt as default
308
+ Dt as default
308
309
  };
@@ -42,18 +42,8 @@ import "../utils/generatePolygonGeometry.js";
42
42
  import "earcut";
43
43
  import "../utils/dom/areaDom.js";
44
44
  import "../utils/geometryUtil.js";
45
- import "../utils/isIntersecting.js";
46
- import "../../shared-utils/three/PointSelector.js";
47
- import "../../shared-utils/three/PointSelectorHelper.js";
48
- import "../../shared-utils/three/Magnifier.js";
49
45
  import "hammerjs";
50
- import "../../shared-utils/three/PointHelper.js";
51
- import "../../shared-utils/three/Assets/index.js";
52
- import "../../shared-utils/three/PointDomHelper.js";
53
46
  import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
54
- import "../Modules/rangePiece/html.js";
55
- import "../../CSS3DRenderPlugin/index.js";
56
- import "../../CSS3DRenderPlugin/Controller.js";
57
47
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
58
48
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
59
49
  import "three/examples/jsm/renderers/CSS3DRenderer";
@@ -66,8 +56,19 @@ import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
66
56
  import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
67
57
  import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
68
58
  import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
69
- import "../../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
70
59
  import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
60
+ import "../../shared-utils/isNil.js";
61
+ import "../utils/isIntersecting.js";
62
+ import "../../shared-utils/three/PointSelector.js";
63
+ import "../../shared-utils/three/PointSelectorHelper.js";
64
+ import "../../shared-utils/three/Magnifier.js";
65
+ import "../../shared-utils/three/PointHelper.js";
66
+ import "../../shared-utils/three/Assets/index.js";
67
+ import "../../shared-utils/three/PointDomHelper.js";
68
+ import "../Modules/rangePiece/html.js";
69
+ import "../../CSS3DRenderPlugin/index.js";
70
+ import "../../CSS3DRenderPlugin/Controller.js";
71
+ import "../../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
71
72
  import "../../shared-utils/absoluteUrl.js";
72
73
  import "../../shared-utils/animationFrame/BetterTween.js";
73
74
  import "../../shared-utils/animationFrame/index.js";
@@ -436,7 +437,7 @@ function de(o, t, i) {
436
437
  x
437
438
  ];
438
439
  }
439
- class Jt extends ie {
440
+ class Lt extends ie {
440
441
  constructor(t) {
441
442
  super(), le(
442
443
  this,
@@ -454,5 +455,5 @@ class Jt extends ie {
454
455
  }
455
456
  }
456
457
  export {
457
- Jt as default
458
+ Lt as default
458
459
  };
@@ -42,6 +42,7 @@ export default class BaseController {
42
42
  private getMeasureType;
43
43
  constructor(params: ControllerParams);
44
44
  updateDistanceUI: () => void;
45
+ updateAreaUI: () => void;
45
46
  protected removeLine(line: Line): void;
46
47
  protected updateMouseGroup(intersection: Intersection, mesh?: IntersectMeshInterface): Group;
47
48
  protected dispose(): void;
@@ -4,7 +4,7 @@ var t = (s, e, i) => (u(s, typeof e != "symbol" ? e + "" : e, i), i);
4
4
  import { Color as l } from "three";
5
5
  import h from "../Model/line.js";
6
6
  import r from "../Model/point.js";
7
- import { preventDefault as n } from "../utils/ironbox.js";
7
+ import { preventDefault as a } from "../utils/ironbox.js";
8
8
  import "../../shared-utils/uuid.js";
9
9
  import "../utils/line.js";
10
10
  import "@realsee/five/line";
@@ -15,7 +15,7 @@ import "../utils/dom/base.js";
15
15
  import "../utils/isNDCPointInScreen.js";
16
16
  import "../../shared-utils/three/centerPoint.js";
17
17
  import "../../shared-utils/removeArrayItem.js";
18
- class S {
18
+ class k {
19
19
  constructor(e) {
20
20
  t(this, "model");
21
21
  t(this, "five");
@@ -36,10 +36,17 @@ class S {
36
36
  t(this, "updateDistanceUI", () => {
37
37
  this.dashed.distanceItem.update(this.five), this.model.getAllLines().forEach((e) => e.distanceItem.update(this.five));
38
38
  });
39
- var a, o;
40
- this.five = e.five, this.hook = e.hook, this.model = e.model, this.getMeasureType = e.getMeasureType, this.config = e.config, this.magnifierParams = e.magnifierParams, this.editParams = e.editParams, this.magnifier = e.magnifier, this.container = e.container, this.isMobile = (o = (a = e.openParams) == null ? void 0 : a.isMobile) != null ? o : !1, this.userDistanceItemCreator = e.userDistanceItemCreator, this.group = e.group, this.mouseGroup = e.mouseGroup, this.dashed = new h(new r([0, 0, 0]), new r([0, 0, 0]), this.model), this.dashed.distanceItem.setCanSelect(!1), this.dashed.mesh.setMaterial({ dashed: !0, dashScale: 100 }), this.dashed.mesh.name = "dashLine", this.perpendicularDashed = new h(new r([0, 0, 0]), new r([0, 0, 0]), this.model), this.perpendicularDashed.distanceItem.setCanSelect(!1), this.perpendicularDashed.mesh.setMaterial({ dashed: !0, dashScale: 40, color: new l(10218089) }), this.perpendicularDashed.mesh.name = "perpendicularDashLine";
39
+ t(this, "updateAreaUI", () => {
40
+ this.dashed.distanceItem.update(this.five), this.model.getAllAreas().forEach((e) => {
41
+ e.areaItem.updateArea(this.five), e.polyline.lines.forEach((i) => {
42
+ i.distanceItem.update(this.five);
43
+ });
44
+ });
45
+ });
46
+ var n, o;
47
+ this.five = e.five, this.hook = e.hook, this.model = e.model, this.getMeasureType = e.getMeasureType, this.config = e.config, this.magnifierParams = e.magnifierParams, this.editParams = e.editParams, this.magnifier = e.magnifier, this.container = e.container, this.isMobile = (o = (n = e.openParams) == null ? void 0 : n.isMobile) != null ? o : !1, this.userDistanceItemCreator = e.userDistanceItemCreator, this.group = e.group, this.mouseGroup = e.mouseGroup, this.dashed = new h(new r([0, 0, 0]), new r([0, 0, 0]), this.model), this.dashed.distanceItem.setCanSelect(!1), this.dashed.mesh.setMaterial({ dashed: !0, dashScale: 100 }), this.dashed.mesh.name = "dashLine", this.perpendicularDashed = new h(new r([0, 0, 0]), new r([0, 0, 0]), this.model), this.perpendicularDashed.distanceItem.setCanSelect(!1), this.perpendicularDashed.mesh.setMaterial({ dashed: !0, dashScale: 40, color: new l(10218089) }), this.perpendicularDashed.mesh.name = "perpendicularDashLine";
41
48
  const i = this.five.getElement();
42
- i && (i.addEventListener("touchstart", n), i.addEventListener("contextmenu", n));
49
+ i && (i.addEventListener("touchstart", a), i.addEventListener("contextmenu", a));
43
50
  }
44
51
  get currentMeasureType() {
45
52
  return this.getMeasureType();
@@ -61,9 +68,9 @@ class S {
61
68
  dispose() {
62
69
  this.disposed = !0, this.magnifier.disable(), this.model.getAllLines().forEach((i) => this.removeLine(i)), this.model.areas.forEach((i) => i.remove());
63
70
  const e = this.five.getElement();
64
- e && (e.removeEventListener("touchstart", n), e.removeEventListener("contextmenu", n));
71
+ e && (e.removeEventListener("touchstart", a), e.removeEventListener("contextmenu", a));
65
72
  }
66
73
  }
67
74
  export {
68
- S as default
75
+ k as default
69
76
  };
@@ -30,16 +30,8 @@ import "../utils/generatePolygonGeometry.js";
30
30
  import "earcut";
31
31
  import "../utils/dom/areaDom.js";
32
32
  import "../utils/geometryUtil.js";
33
- import "../../shared-utils/three/PointSelectorHelper.js";
34
- import "../../shared-utils/three/Magnifier.js";
35
33
  import "hammerjs";
36
- import "../../shared-utils/three/PointHelper.js";
37
- import "../../shared-utils/three/Assets/index.js";
38
- import "../../shared-utils/three/PointDomHelper.js";
39
34
  import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
40
- import "../Modules/rangePiece/html.js";
41
- import "../../CSS3DRenderPlugin/index.js";
42
- import "../../CSS3DRenderPlugin/Controller.js";
43
35
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
44
36
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
45
37
  import "three/examples/jsm/renderers/CSS3DRenderer";
@@ -52,8 +44,17 @@ import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
52
44
  import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
53
45
  import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
54
46
  import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
55
- import "../../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
56
47
  import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
48
+ import "../../shared-utils/isNil.js";
49
+ import "../../shared-utils/three/PointSelectorHelper.js";
50
+ import "../../shared-utils/three/Magnifier.js";
51
+ import "../../shared-utils/three/PointHelper.js";
52
+ import "../../shared-utils/three/Assets/index.js";
53
+ import "../../shared-utils/three/PointDomHelper.js";
54
+ import "../Modules/rangePiece/html.js";
55
+ import "../../CSS3DRenderPlugin/index.js";
56
+ import "../../CSS3DRenderPlugin/Controller.js";
57
+ import "../../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
57
58
  import "../../shared-utils/absoluteUrl.js";
58
59
  import "../../shared-utils/animationFrame/BetterTween.js";
59
60
  import "../../shared-utils/animationFrame/index.js";
@@ -65,7 +66,7 @@ import "../Modules/DeleteDom/_Assets/delete.svg.js";
65
66
  import "../Modules/DeleteDom/_Assets/delete_bg.png.js";
66
67
  import "../Modules/DeleteDom/_Assets/delete_hover_bg.png.js";
67
68
  const M = () => !1;
68
- class Xe extends j {
69
+ class Ye extends j {
69
70
  constructor(e) {
70
71
  var t;
71
72
  super(e);
@@ -325,5 +326,5 @@ class Xe extends j {
325
326
  }
326
327
  }
327
328
  export {
328
- Xe as default
329
+ Ye as default
329
330
  };