@realsee/dnalogel 2.3.7-4 → 2.3.7-6

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 (222) hide show
  1. package/dist/PanoMeasurePlugin/Modules/Magnifier.d.ts +29 -16
  2. package/dist/index.cjs.js +3 -3
  3. package/dist/index.js +374 -323
  4. package/dist/index.umd.js +3 -3
  5. package/docs/assets/search.js +1 -1
  6. package/docs/classes/CSS3DRender.html +31 -31
  7. package/docs/classes/CruisePluginController.html +24 -24
  8. package/docs/classes/Magnifier.html +90 -40
  9. package/docs/classes/ModelRoomLabelController.html +11 -11
  10. package/docs/classes/Object3DHelperController.html +24 -24
  11. package/docs/classes/PaintBrush.html +15 -15
  12. package/docs/classes/PanoMeasurePluginLine.html +23 -23
  13. package/docs/classes/PanoMeasurePluginModel.html +22 -22
  14. package/docs/classes/PanoMeasurePluginPoint.html +14 -14
  15. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  16. package/docs/classes/PanoTagPluginController.html +39 -39
  17. package/docs/classes/Util.BetterTween.html +8 -8
  18. package/docs/classes/Util.FivePointSelector.html +12 -12
  19. package/docs/classes/Util.Interval.html +12 -12
  20. package/docs/classes/Util.Magnifier.html +17 -17
  21. package/docs/classes/Util.PointDomHelper.html +11 -11
  22. package/docs/classes/Util.PointHelper.html +11 -11
  23. package/docs/classes/Util.Rectangle.html +13 -13
  24. package/docs/enums/CameraMovementEffect.html +7 -7
  25. package/docs/enums/ContentType.html +12 -12
  26. package/docs/enums/DIRECTION.html +9 -9
  27. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  28. package/docs/enums/DimensionType.html +7 -7
  29. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  30. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  31. package/docs/enums/LinkType.html +7 -7
  32. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  33. package/docs/enums/PointType.html +7 -7
  34. package/docs/enums/Rotation.html +8 -8
  35. package/docs/functions/CSS3DRenderPlugin.html +4 -4
  36. package/docs/functions/CameraMovementPlugin.html +4 -4
  37. package/docs/functions/CruisePlugin.html +4 -4
  38. package/docs/functions/GuideLinePlugin.html +5 -5
  39. package/docs/functions/ItemLabelPlugin.html +4 -4
  40. package/docs/functions/MapviewFloorplanPlugin.html +4 -4
  41. package/docs/functions/ModelChassisCompassPlugin.html +4 -4
  42. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
  43. package/docs/functions/ModelFloorplanPlugin.html +4 -4
  44. package/docs/functions/ModelItemLabelPlugin.html +4 -4
  45. package/docs/functions/ModelRoomLabelPlugin.html +4 -4
  46. package/docs/functions/ModelTVVideoPlugin.html +4 -4
  47. package/docs/functions/ModelViewPlugin.html +4 -4
  48. package/docs/functions/Object3DHelperPlugin.html +4 -4
  49. package/docs/functions/PanoCompassPlugin.html +4 -4
  50. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
  51. package/docs/functions/PanoDoorLabelPlugin.html +4 -4
  52. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
  53. package/docs/functions/PanoMeasurePlugin.html +4 -4
  54. package/docs/functions/PanoRulerPlugin.html +4 -4
  55. package/docs/functions/PanoRulerProPlugin.html +4 -4
  56. package/docs/functions/PanoSpatialTagPlugin.html +4 -4
  57. package/docs/functions/PanoTagPlugin.html +4 -4
  58. package/docs/functions/TopviewFloorplanPlugin.html +4 -4
  59. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  60. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  61. package/docs/functions/Util.getFrameTime.html +5 -5
  62. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  63. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  64. package/docs/functions/Util.isNil.html +5 -5
  65. package/docs/functions/Util.nextFrame.html +5 -5
  66. package/docs/functions/Util.notNil.html +5 -5
  67. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  68. package/docs/functions/Util.tweenProgress.html +5 -5
  69. package/docs/functions/pluginFlag.html +5 -5
  70. package/docs/index.html +4 -4
  71. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  72. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  73. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  74. package/docs/interfaces/ContentTypeMap.html +12 -12
  75. package/docs/interfaces/FloorplanBounding.html +8 -8
  76. package/docs/interfaces/FloorplanData.html +10 -10
  77. package/docs/interfaces/FloorplanEntrance.html +11 -11
  78. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  79. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  80. package/docs/interfaces/FloorplanFloorData.html +9 -9
  81. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  82. package/docs/interfaces/FloorplanObserver.html +9 -9
  83. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  84. package/docs/interfaces/FloorplanPosition.html +7 -7
  85. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  86. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  87. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  88. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  89. package/docs/interfaces/FloorplanServerData.html +7 -7
  90. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  91. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  92. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  93. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  94. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  95. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  96. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  97. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  98. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  99. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  100. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  101. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  102. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  103. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  104. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  105. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  106. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  107. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  108. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  109. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  110. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  111. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  112. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  113. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  114. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  115. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  116. package/docs/interfaces/Object3DHelperState.html +8 -8
  117. package/docs/interfaces/PaintBrushAction.html +12 -12
  118. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  119. package/docs/interfaces/PaintBrushState.html +10 -10
  120. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  121. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  122. package/docs/interfaces/PanoMeasureParameterType.html +12 -12
  123. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
  124. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
  125. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
  126. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
  127. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  128. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  129. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  130. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  131. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  132. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  133. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  134. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  135. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  136. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  137. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  138. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  139. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  140. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  141. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  142. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  143. package/docs/interfaces/Point.html +8 -8
  144. package/docs/interfaces/Room.html +9 -9
  145. package/docs/interfaces/RoomInfo.html +7 -7
  146. package/docs/interfaces/RoomLabel.html +14 -14
  147. package/docs/interfaces/RoomRules.html +5 -5
  148. package/docs/interfaces/Rooms.html +5 -5
  149. package/docs/interfaces/Scissor.html +9 -9
  150. package/docs/interfaces/TagConfig.html +10 -10
  151. package/docs/interfaces/Tags.html +9 -9
  152. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  153. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  154. package/docs/modules/Util.html +5 -5
  155. package/docs/modules.html +4 -4
  156. package/docs/types/ArrayPosition.html +5 -5
  157. package/docs/types/CSS3DRenderExportType.html +5 -5
  158. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  159. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  160. package/docs/types/Color.html +5 -5
  161. package/docs/types/ContentTypeConfigKey.html +5 -5
  162. package/docs/types/ContentTypeConfigKeyArray.html +5 -5
  163. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  164. package/docs/types/Create3DElementReturnType.html +5 -5
  165. package/docs/types/CruisePluginExportType.html +5 -5
  166. package/docs/types/Direction-1.html +5 -5
  167. package/docs/types/Direction4.html +5 -5
  168. package/docs/types/FloorplanRuleLabels.html +5 -5
  169. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  170. package/docs/types/GuideLinePluginExportType.html +5 -5
  171. package/docs/types/HelperEventMap.html +5 -5
  172. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  173. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  174. package/docs/types/MediaData.html +5 -5
  175. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  176. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  177. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  178. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  179. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  180. package/docs/types/MoveArgs.html +5 -5
  181. package/docs/types/MoveOpts.html +5 -5
  182. package/docs/types/Object3DHelperEventMap.html +5 -5
  183. package/docs/types/ObjectFit.html +5 -5
  184. package/docs/types/PaintBrushEventMap.html +5 -5
  185. package/docs/types/PanoCompassPluginData.html +5 -5
  186. package/docs/types/PanoCompassPluginExportType.html +5 -5
  187. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  188. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  189. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  190. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  191. package/docs/types/PanoMeasureReturnType.html +5 -5
  192. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  193. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  194. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  195. package/docs/types/PlaneTag.html +5 -5
  196. package/docs/types/PointTag.html +5 -5
  197. package/docs/types/Position.html +5 -5
  198. package/docs/types/RotateArgs.html +5 -5
  199. package/docs/types/RotateOpts.html +5 -5
  200. package/docs/types/RuleLabelsKey.html +5 -5
  201. package/docs/types/RuleLabelsValue.html +5 -5
  202. package/docs/types/Tag.html +5 -5
  203. package/docs/types/Tag2D.html +5 -5
  204. package/docs/types/Tag3D.html +5 -5
  205. package/docs/types/TagId.html +5 -5
  206. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  207. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  208. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  209. package/docs/variables/PLUGIN.html +5 -5
  210. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  211. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  212. package/docs/variables/VERSION.html +5 -5
  213. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  214. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  215. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  216. package/libs/PanoMeasurePlugin/Controller/BaseController.js +5 -5
  217. package/libs/PanoMeasurePlugin/Controller/EditController.js +4 -4
  218. package/libs/PanoMeasurePlugin/Controller/MixedController.js +19 -19
  219. package/libs/PanoMeasurePlugin/Controller/WatchController.js +2 -2
  220. package/libs/PanoMeasurePlugin/Modules/Magnifier.d.ts +29 -16
  221. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +113 -62
  222. 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>itemLabelPluginServerParams | 如视看房插件合集 - v2.3.7-4</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.7-4"/><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 async src="../assets/search.js" id="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>itemLabelPluginServerParams | 如视看房插件合集 - v2.3.7-6</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.7-6"/><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 async src="../assets/search.js" id="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,13 +6,13 @@
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.3.7-4</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.7-6</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-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">如视看房插件合集 - v2.3.7-4</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.3.7-6</a></li>
16
16
  <li><a href="itemLabelPluginServerParams.html">itemLabelPluginServerParams</a></li></ul>
17
17
  <h1>Variable itemLabelPluginServerParams<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
18
18
  <div class="tsd-signature">item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
@@ -24,7 +24,7 @@
24
24
  <li class="tsd-parameter">
25
25
  <h5>version<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/0837c73/plugins/src/ItemLabelPlugin/index.ts#L7">plugins/src/ItemLabelPlugin/index.ts:7</a></li></ul></aside></div>
27
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/cb800e6/plugins/src/ItemLabelPlugin/index.ts#L7">plugins/src/ItemLabelPlugin/index.ts:7</a></li></ul></aside></div>
28
28
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
29
29
  <div class="tsd-navigation settings">
30
30
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -41,7 +41,7 @@
41
41
  <h3><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> Modules</h3></summary>
42
42
  <div class="tsd-accordion-details">
43
43
  <ul>
44
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.7-<wbr/>4</a>
44
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.7-<wbr/>6</a>
45
45
  <ul>
46
46
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
47
47
  <nav class="tsd-navigation secondary menu-sticky">
@@ -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.3.7-4</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.7-4"/><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 async src="../assets/search.js" id="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.3.7-6</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.7-6"/><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 async src="../assets/search.js" id="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,13 +6,13 @@
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.3.7-4</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.7-6</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-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">如视看房插件合集 - v2.3.7-4</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.3.7-6</a></li>
16
16
  <li><a href="modelItemLabelPluginServerParams.html">modelItemLabelPluginServerParams</a></li></ul>
17
17
  <h1>Variable modelItemLabelPluginServerParams<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
18
18
  <div class="tsd-signature">model<wbr/>Item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
@@ -24,7 +24,7 @@
24
24
  <li class="tsd-parameter">
25
25
  <h5>version<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/0837c73/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/cb800e6/plugins/src/ModelItemLabelPlugin/index.ts#L7">plugins/src/ModelItemLabelPlugin/index.ts:7</a></li></ul></aside></div>
28
28
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
29
29
  <div class="tsd-navigation settings">
30
30
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -41,7 +41,7 @@
41
41
  <h3><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> Modules</h3></summary>
42
42
  <div class="tsd-accordion-details">
43
43
  <ul>
44
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.7-<wbr/>4</a>
44
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.7-<wbr/>6</a>
45
45
  <ul>
46
46
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
47
47
  <nav class="tsd-navigation secondary menu-sticky">
@@ -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.3.7-4</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.7-4"/><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 async src="../assets/search.js" id="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.3.7-6</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.7-6"/><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 async src="../assets/search.js" id="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,13 +6,13 @@
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.3.7-4</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.7-6</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-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">如视看房插件合集 - v2.3.7-4</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.3.7-6</a></li>
16
16
  <li><a href="modelRoomLabelPluginServerParams.html">modelRoomLabelPluginServerParams</a></li></ul>
17
17
  <h1>Variable modelRoomLabelPluginServerParams<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
18
18
  <div class="tsd-signature">model<wbr/>Room<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
@@ -24,7 +24,7 @@
24
24
  <li class="tsd-parameter">
25
25
  <h5>version<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/0837c73/plugins/src/ModelRoomLabelPlugin/index.ts#L12">plugins/src/ModelRoomLabelPlugin/index.ts:12</a></li></ul></aside></div>
27
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/cb800e6/plugins/src/ModelRoomLabelPlugin/index.ts#L12">plugins/src/ModelRoomLabelPlugin/index.ts:12</a></li></ul></aside></div>
28
28
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
29
29
  <div class="tsd-navigation settings">
30
30
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -41,7 +41,7 @@
41
41
  <h3><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> Modules</h3></summary>
42
42
  <div class="tsd-accordion-details">
43
43
  <ul>
44
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.7-<wbr/>4</a>
44
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.7-<wbr/>6</a>
45
45
  <ul>
46
46
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
47
47
  <nav class="tsd-navigation secondary menu-sticky">
@@ -1,7 +1,7 @@
1
- var m = Object.defineProperty;
2
- var u = (i, e, o) => e in i ? m(i, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : i[e] = o;
1
+ var a = Object.defineProperty;
2
+ var u = (i, e, o) => e in i ? a(i, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : i[e] = o;
3
3
  var t = (i, e, o) => (u(i, typeof e != "symbol" ? e + "" : e, o), o);
4
- import { Line as a } from "../Model/line.js";
4
+ import { Line as m } from "../Model/line.js";
5
5
  import { Point as d } from "../Model/point.js";
6
6
  import { preventDefault as r } from "../utils/ironbox.js";
7
7
  class L {
@@ -23,7 +23,7 @@ class L {
23
23
  this.dashed.distanceItem.update(this.five), this.model.getAllLines().forEach((e) => e.distanceItem.update(this.five));
24
24
  });
25
25
  var s, n;
26
- this.five = e.five, this.hook = e.hook, this.model = e.model, this.config = e.config, this.magnifier = e.magnifier, this.container = e.container, this.fiveHelper = e.fiveHelper, this.isMobile = (n = (s = e.openParams) == null ? void 0 : s.isMobile) != null ? n : !1, this.userDistanceItemCreator = e.userDistanceItemCreator, this.group = e.group, this.mouseGroup = e.mouseGroup, this.dashed = new a(new d([0, 0, 0]), new d([0, 0, 0]), this.model), this.dashed.distanceItem.setItemSelectable(!1), this.dashed.mesh.setMaterial({ dashed: !0, dashScale: 100 }), this.dashed.mesh.name = "dashLine";
26
+ this.five = e.five, this.hook = e.hook, this.model = e.model, this.config = e.config, this.magnifier = e.magnifier, this.container = e.container, this.fiveHelper = e.fiveHelper, this.isMobile = (n = (s = e.openParams) == null ? void 0 : s.isMobile) != null ? n : !1, this.userDistanceItemCreator = e.userDistanceItemCreator, this.group = e.group, this.mouseGroup = e.mouseGroup, this.dashed = new m(new d([0, 0, 0]), new d([0, 0, 0]), this.model), this.dashed.distanceItem.setItemSelectable(!1), this.dashed.mesh.setMaterial({ dashed: !0, dashScale: 100 }), this.dashed.mesh.name = "dashLine";
27
27
  const o = this.five.getElement();
28
28
  o && (o.addEventListener("touchstart", r), o.addEventListener("contextmenu", r));
29
29
  }
@@ -43,7 +43,7 @@ class L {
43
43
  return this.mouseGroup;
44
44
  }
45
45
  dispose() {
46
- this.disposed = !0, this.magnifier.remove(), this.model.getAllLines().forEach((o) => this.removeLine(o));
46
+ this.disposed = !0, this.magnifier.disable(), this.model.getAllLines().forEach((o) => this.removeLine(o));
47
47
  const e = this.five.getElement();
48
48
  e && (e.removeEventListener("touchstart", r), e.removeEventListener("contextmenu", r));
49
49
  }
@@ -23,7 +23,7 @@ class w extends c {
23
23
  i(this, "hammer");
24
24
  i(this, "onIntersectionUpdate", v((e, t) => {
25
25
  var o;
26
- this.hasAppendMouseGroup === !1 && (this.group.add(this.mouseGroup), this.magnifier.appendTo(this.container), this.hasAppendMouseGroup = !0);
26
+ this.hasAppendMouseGroup === !1 && (this.group.add(this.mouseGroup), this.magnifier.appendTo(this.container), this.magnifier.enable(), this.hasAppendMouseGroup = !0);
27
27
  const s = this.updateMouseGroup(e, t).position;
28
28
  (o = this.pressPoint) == null || o.position.copy(s), this.updateDashed(), requestAnimationFrame(() => this.magnifier.renderWithPoint(this.mouseGroup.position)), this.five.needsRender = !0;
29
29
  }, 20));
@@ -35,10 +35,10 @@ class w extends c {
35
35
  if (this.polyline.lines.length === 0 && !this.lastPoint || !this.lastPoint)
36
36
  return;
37
37
  const e = this.polyline.lines[this.polyline.lines.length - 1], t = e.findAnotherPoint(this.lastPoint);
38
- !t || (this.lastPoint = t, this.hook.emit("anchorChange", t.position), this.group.remove(e.mesh), this.polyline.removeLine(e), this.hasAppendMouseGroup = !1, this.mouseGroup.position.copy(this.lastPoint.position), this.group.remove(this.mouseGroup), e.distanceItem.remove(), this.updateDashed(), this.magnifier.remove(), this.five.needsRender = !0);
38
+ !t || (this.lastPoint = t, this.hook.emit("anchorChange", t.position), this.group.remove(e.mesh), this.polyline.removeLine(e), this.hasAppendMouseGroup = !1, this.mouseGroup.position.copy(this.lastPoint.position), this.group.remove(this.mouseGroup), e.distanceItem.remove(), this.updateDashed(), this.magnifier.disable(), this.five.needsRender = !0);
39
39
  });
40
40
  i(this, "onMouseLeave", () => {
41
- this.magnifier.remove(), this.group.remove(this.mouseGroup), this.hasAppendMouseGroup = !1, this.lastPoint && (this.mouseGroup.position.copy(this.lastPoint.position), this.updateDashed());
41
+ this.magnifier.disable(), this.group.remove(this.mouseGroup), this.hasAppendMouseGroup = !1, this.lastPoint && (this.mouseGroup.position.copy(this.lastPoint.position), this.updateDashed());
42
42
  });
43
43
  i(this, "onLineChanged", () => {
44
44
  this.hook.emit("editedPolylineChange", this.polyline);
@@ -68,7 +68,7 @@ class w extends c {
68
68
  const a = new f(o, s, this.model);
69
69
  a.distanceItem.setItemSelectable(!1), a.distanceItem.appendTo(this.container), this.polyline.addLine(a), this.group.add(a.mesh), a.distanceItem.update(this.five);
70
70
  }
71
- this.pressPoint = void 0, this.hasAppendMouseGroup = !1, this.magnifier.remove(), this.group.remove(this.mouseGroup), this.updateDashed(), this.five.needsRender = !0, this.hook.emit("anchorChange", s.position);
71
+ this.pressPoint = void 0, this.hasAppendMouseGroup = !1, this.magnifier.disable(), this.group.remove(this.mouseGroup), this.updateDashed(), this.five.needsRender = !0, this.hook.emit("anchorChange", s.position);
72
72
  });
73
73
  i(this, "onWantsTapGesture", () => !1);
74
74
  i(this, "onWantsToMoveToPano", () => !1);
@@ -1,13 +1,13 @@
1
- var k = Object.defineProperty;
2
- var b = (h, n, e) => n in h ? k(h, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : h[n] = e;
3
- var t = (h, n, e) => (b(h, typeof n != "symbol" ? n + "" : n, e), e);
1
+ var b = Object.defineProperty;
2
+ var k = (h, s, e) => s in h ? b(h, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : h[s] = e;
3
+ var t = (h, s, e) => (k(h, typeof s != "symbol" ? s + "" : s, e), e);
4
4
  import { Model as S } from "../Model/index.js";
5
5
  import { Line as y } from "../Model/line.js";
6
6
  import { BaseController as D } from "./BaseController.js";
7
7
  import { DeleteDom as T } from "../Modules/DeleteDom/index.js";
8
8
  import { findAssociatedLines as M } from "../utils/findAssociatedLines.js";
9
9
  import { Vector2 as p } from "three";
10
- import { isNDCPointInScreen as L } from "../utils/isNDCPointInScreen.js";
10
+ import { isNDCPointInScreen as C } from "../utils/isNDCPointInScreen.js";
11
11
  import { closestPointOnLine as G } from "../utils/math.js";
12
12
  import { Polyline as W } from "../Model/polyline.js";
13
13
  import { RangePieceController as N } from "../Modules/rangePiece/index.js";
@@ -32,22 +32,22 @@ class O extends D {
32
32
  const [i] = this.five.model.intersectRaycaster(e);
33
33
  if (!i)
34
34
  return;
35
- const o = this.five.camera, f = i.point.clone().project(o), r = this.container.clientWidth, l = this.container.clientHeight, m = new p(f.x * r, f.y * l), g = this.polyline.lines.map((s) => {
36
- const [a, v] = s.points, d = a.position.clone().project(o), c = v.position.clone().project(o);
37
- if (!L(d) && !L(c))
35
+ const n = this.five.camera, f = i.point.clone().project(n), r = this.container.clientWidth, l = this.container.clientHeight, m = new p(f.x * r, f.y * l), g = this.polyline.lines.map((o) => {
36
+ const [a, L] = o.points, d = a.position.clone().project(n), c = L.position.clone().project(n);
37
+ if (!C(d) && !C(c))
38
38
  return null;
39
- const C = new p(d.x * r, d.y * l), w = new p(c.x * r, c.y * l);
40
- return { id: s.id, points: [C, w] };
41
- }).filter((s) => !!s);
39
+ const v = new p(d.x * r, d.y * l), w = new p(c.x * r, c.y * l);
40
+ return { id: o.id, points: [v, w] };
41
+ }).filter((o) => !!o);
42
42
  if (g.length === 0)
43
43
  return;
44
- const u = g.map((s) => {
45
- const a = G(m, s.points);
46
- return { id: s.id, distance: a.distanceTo(m) };
47
- }).sort((s, a) => s.distance - a.distance)[0];
44
+ const u = g.map((o) => {
45
+ const a = G(m, o.points);
46
+ return { id: o.id, distance: a.distanceTo(m) };
47
+ }).sort((o, a) => o.distance - a.distance)[0];
48
48
  if (u.distance > 20)
49
49
  return;
50
- const P = this.polyline.lines.find(({ id: s }) => s === u.id);
50
+ const P = this.polyline.lines.find(({ id: o }) => o === u.id);
51
51
  if (!!P)
52
52
  return this.chooseLine(P), !1;
53
53
  });
@@ -59,7 +59,7 @@ class O extends D {
59
59
  !this.mobileStartPoint || !this.mobileNowPoint || (this.dashed.points[0].position.copy(this.mobileStartPoint.position), this.dashed.points[1].position.copy(this.mobileNowPoint.position), this.dashed.mesh.setPoints(this.mobileStartPoint.position, this.mobileNowPoint.position), this.dashed.distanceItem.update(this.five), this.hook.emit("editedDashedLineChange", this.dashed));
60
60
  });
61
61
  t(this, "updateMagnifier", (e) => {
62
- this.magnifier.visible === !1 && this.magnifier.appendTo(this.container), requestAnimationFrame(() => this.magnifier.renderWithPoint(e.position)), this.five.needsRender = !0;
62
+ this.magnifier.containerDom !== this.container && this.magnifier.appendTo(this.container), this.magnifier.getCurrentState().enabled || this.magnifier.enable(), requestAnimationFrame(() => this.magnifier.renderWithPoint(e.position)), this.five.needsRender = !0;
63
63
  });
64
64
  t(this, "onGetStartPoint", (e) => {
65
65
  this.mobileStartPoint = e;
@@ -67,8 +67,8 @@ class O extends D {
67
67
  t(this, "onGetEndPoint", (e) => {
68
68
  const i = this.mobileNowPoint;
69
69
  if (this.removeLine(this.dashed), this.hasAppendDashed = !1, this.mobileStartPoint && i) {
70
- const o = new y(this.mobileStartPoint, i, this.model);
71
- o.distanceItem.appendTo(this.container), o.distanceItem.update(this.five), o.hook.on("selected", this.chooseLine), this.disposers.push(() => o.hook.off("selected", this.chooseLine)), this.group.add(o.mesh), this.polyline.addLine(o);
70
+ const n = new y(this.mobileStartPoint, i, this.model);
71
+ n.distanceItem.appendTo(this.container), n.distanceItem.update(this.five), n.hook.on("selected", this.chooseLine), this.disposers.push(() => n.hook.off("selected", this.chooseLine)), this.group.add(n.mesh), this.polyline.addLine(n);
72
72
  }
73
73
  this.mobileStartPoint = null, this.mobileNowPoint = null, this.five.needsRender = !0;
74
74
  });
@@ -86,7 +86,7 @@ class O extends D {
86
86
  const i = M(e);
87
87
  this.highlightLines(i), this.five.needsRender = !0, this.hook.emit(
88
88
  "selectedChange",
89
- i.map((o) => o)
89
+ i.map((n) => n)
90
90
  );
91
91
  });
92
92
  t(this, "deleteDomClickCallback", () => {
@@ -38,10 +38,10 @@ class J extends R {
38
38
  this.hook.emit("wantsDragLine", {
39
39
  point: t.id,
40
40
  lines: n.associatedLines.map(({ id: d }) => d)
41
- }) || (this.editPointState = n, this.magnifier.appendTo(this.container), this.group.add(this.mouseGroup));
41
+ }) || (this.editPointState = n, this.magnifier.appendTo(this.container), this.magnifier.enable(), this.group.add(this.mouseGroup));
42
42
  });
43
43
  s(this, "onPanEnd", () => {
44
- !this.editPointState || (this.editPointState.point.lines.forEach((e) => e.mesh.setMaterial({ dashed: !1 })), this.highlightLines(this.editPointState.associatedLines), this.editPointState = void 0, this.magnifier.remove(), this.group.remove(this.mouseGroup));
44
+ !this.editPointState || (this.editPointState.point.lines.forEach((e) => e.mesh.setMaterial({ dashed: !1 })), this.highlightLines(this.editPointState.associatedLines), this.editPointState = void 0, this.magnifier.disable(), this.group.remove(this.mouseGroup));
45
45
  });
46
46
  s(this, "onPan", (e) => {
47
47
  if (!this.editPointState || !this.fiveElement)
@@ -3,11 +3,7 @@ import Hammer from 'hammerjs';
3
3
  import * as THREE from 'three';
4
4
  import { Subscribe, SubscribeEventMap } from '@realsee/five';
5
5
  interface MagnifierEvent extends SubscribeEventMap {
6
- wantsPanGesture: (data: {
7
- deltaX: number;
8
- deltaY: number;
9
- srcEvent: typeof Hammer['Input'];
10
- }) => boolean;
6
+ wantsPanGesture: (event: typeof Hammer['Input']) => boolean;
11
7
  }
12
8
  /** 放大镜配置参数 */
13
9
  export interface MagnifierParameter {
@@ -24,36 +20,53 @@ export interface MagnifierParameter {
24
20
  top: string;
25
21
  };
26
22
  }
23
+ export interface MagnifierState {
24
+ enabled: boolean;
25
+ }
27
26
  export default class Magnifier {
28
27
  width: number;
29
28
  height: number;
30
- visible: boolean;
29
+ containerDom?: Element;
31
30
  hooks: Subscribe<MagnifierEvent>;
32
- contentDom: HTMLCanvasElement;
31
+ canvas: HTMLCanvasElement;
33
32
  private five;
34
33
  private scale;
35
- private wrapper?;
36
34
  private config;
37
35
  private offset;
38
- private canvas;
39
36
  private context;
40
37
  private renderCenter;
41
- private lastPanEvent?;
42
38
  private hammer?;
39
+ private state;
40
+ private offsetRange?;
41
+ private isPanning;
43
42
  constructor(five: Five, options: MagnifierParameter);
44
43
  dispose(): void;
45
- /** 移除放大镜 DOM */
46
- remove(): void;
47
- /** 清除放大镜渲染内容 */
48
- clear(): void;
44
+ enable(): this;
45
+ disable(): this;
49
46
  /** 把放大镜放到某一个容器中 */
50
- appendTo(element: Element): void;
47
+ appendTo(element: Element): this;
48
+ /** 清除放大镜渲染内容 */
49
+ clear(): this;
51
50
  /** 放大传入点位周围的内容 */
52
51
  renderWithPoint(point: THREE.Vector3): void;
52
+ /** 放大传入点位周围的内容 */
53
+ renderWithScreenPoint(point: {
54
+ x: number;
55
+ y: number;
56
+ }): void;
57
+ resetOffset(): void;
58
+ getCurrentState(): MagnifierState;
59
+ protected getRenderCenter(): THREE.Vector3 | {
60
+ x: number;
61
+ y: number;
62
+ };
63
+ private _appendTo;
53
64
  private autoFixPCPosition;
54
65
  private render;
55
66
  private initStyle;
67
+ private getPanOffset;
68
+ private onPanstart;
56
69
  private onPan;
57
- private onPanEnd;
70
+ private onPanend;
58
71
  }
59
72
  export {};
@@ -1,95 +1,139 @@
1
- var P = Object.defineProperty;
2
- var w = (a, t, e) => t in a ? P(a, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[t] = e;
3
- var i = (a, t, e) => (w(a, typeof t != "symbol" ? t + "" : t, e), e);
4
- import E from "hammerjs";
5
- import * as y from "three";
6
- import { Subscribe as b } from "@realsee/five";
7
- function g(a, t, e) {
8
- const n = a[t];
9
- a[t] = a[e], a[e] = n;
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";
5
+ import * as l from "three";
6
+ import { Subscribe as w } from "@realsee/five";
7
+ function d(r, t, e) {
8
+ const i = r[t], s = r[e];
9
+ i === void 0 || s === void 0 || (r[t] = s, r[e] = i);
10
10
  }
11
- function C(a, t, e) {
12
- const n = e / 2;
13
- for (let s = 1; s <= n; s++) {
11
+ function R(r, t, e) {
12
+ const i = e / 2;
13
+ for (let s = 1; s <= i; s++) {
14
14
  const h = e - (s - 1);
15
- for (let r = 1; r <= t; r++) {
16
- const l = (s - 1) * t + r - 1, o = (h - 1) * t + r - 1;
17
- g(a, l * 4 + 0, o * 4 + 0), g(a, l * 4 + 1, o * 4 + 1), g(a, l * 4 + 2, o * 4 + 2), g(a, l * 4 + 3, o * 4 + 3);
15
+ for (let a = 1; a <= t; a++) {
16
+ const o = (s - 1) * t + a - 1, f = (h - 1) * t + a - 1;
17
+ d(r, o * 4 + 0, f * 4 + 0), d(r, o * 4 + 1, f * 4 + 1), d(r, o * 4 + 2, f * 4 + 2), d(r, o * 4 + 3, f * 4 + 3);
18
18
  }
19
19
  }
20
20
  }
21
- class H {
21
+ class S {
22
22
  constructor(t, e) {
23
- i(this, "width");
24
- i(this, "height");
25
- i(this, "visible", !1);
26
- i(this, "hooks", new b());
27
- i(this, "contentDom", document.createElement("canvas"));
28
- i(this, "five");
29
- i(this, "scale");
30
- i(this, "wrapper");
31
- i(this, "config");
32
- i(this, "offset", { x: 0, y: 0 });
33
- i(this, "canvas", this.contentDom);
34
- i(this, "context");
35
- i(this, "renderCenter", new y.Vector3());
36
- i(this, "lastPanEvent");
37
- i(this, "hammer");
38
- i(this, "onPan", (t) => {
39
- var c, d, f, x;
40
- if (!this.wrapper)
41
- return;
42
- const e = (d = (c = this.lastPanEvent) == null ? void 0 : c.deltaX) != null ? d : 0, n = (x = (f = this.lastPanEvent) == null ? void 0 : f.deltaY) != null ? x : 0, s = t.deltaX - e, h = t.deltaY - n;
43
- if (this.lastPanEvent = t, this.hooks.emit("wantsPanGesture", { srcEvent: t, deltaX: s, deltaY: h }))
23
+ n(this, "width");
24
+ n(this, "height");
25
+ n(this, "containerDom");
26
+ n(this, "hooks", new w());
27
+ n(this, "canvas", document.createElement("canvas"));
28
+ n(this, "five");
29
+ n(this, "scale");
30
+ n(this, "config");
31
+ n(this, "offset", { x: 0, y: 0 });
32
+ n(this, "context");
33
+ n(this, "renderCenter", new l.Vector3());
34
+ n(this, "hammer");
35
+ n(this, "state", { enabled: !1 });
36
+ n(this, "offsetRange");
37
+ n(this, "isPanning", !1);
38
+ n(this, "onPanstart", () => {
39
+ this.isPanning = !0, this.canvas.style.boxShadow = "0 2px 30px 0 rgba(0,0,0,0.20)";
40
+ });
41
+ n(this, "onPan", (t) => {
42
+ if (!this.isPanning || !this.offsetRange || this.hooks.emit("wantsPanGesture", t))
44
43
  return;
45
- const l = this.offset.x + s, o = this.offset.y + h;
46
- this.contentDom.style.boxShadow = "0 2px 30px 0 rgba(0,0,0,0.20)", this.canvas.style.transform = `translate3d(${l}px, ${o}px, 100px)`, this.offset = { x: l, y: o };
44
+ const { translateX: i, translateY: s } = this.getPanOffset(t, this.offsetRange);
45
+ this.canvas.style.transform = `translate3d(${i}px, ${s}px, 100px)`;
47
46
  });
48
- i(this, "onPanEnd", (t) => {
49
- this.lastPanEvent = void 0, this.contentDom.style.boxShadow = "none";
47
+ n(this, "onPanend", (t) => {
48
+ if (this.isPanning = !1, this.canvas.style.boxShadow = "none", !this.offsetRange)
49
+ return;
50
+ const { translateX: e, translateY: i } = this.getPanOffset(t, this.offsetRange);
51
+ this.canvas.style.transform = `translate3d(${e}px, ${i}px, 100px)`, this.offset = { x: e, y: i };
50
52
  });
51
- var s, h, r;
53
+ var s, h, a;
52
54
  if (!t.renderer)
53
55
  throw new Error("Five Render \u672A\u521D\u59CB\u5316");
54
- this.five = t, this.scale = (s = e == null ? void 0 : e.scale) != null ? s : 2, this.width = (h = e == null ? void 0 : e.width) != null ? h : 190, this.height = (r = e == null ? void 0 : e.height) != null ? r : 190, this.config = {
56
+ this.five = t, this.scale = (s = e == null ? void 0 : e.scale) != null ? s : 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 = {
55
57
  dragEnabled: (e == null ? void 0 : e.dragEnabled) || !1,
56
58
  autoFixPCPosition: (e == null ? void 0 : e.autoFixPCPosition) || !1,
57
59
  initialPosition: (e == null ? void 0 : e.initialPosition) || { left: "0", top: "0" }
58
60
  };
59
- const n = this.canvas.getContext("2d");
60
- if (!n)
61
+ const i = this.canvas.getContext("2d");
62
+ if (!i)
61
63
  throw new Error("CANNOT CREATE CONTEXT2D");
62
- this.context = n, this.config.dragEnabled && (this.hammer = new E(this.canvas), this.hammer.on("pan", this.onPan), this.hammer.on("panend", this.onPanEnd));
64
+ this.context = i, 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();
63
65
  }
64
66
  dispose() {
65
67
  var t;
66
- this.clear(), this.remove(), (t = this.hammer) == null || t.destroy();
68
+ this.clear(), this.disable(), (t = this.hammer) == null || t.destroy();
67
69
  }
68
- remove() {
69
- this.canvas.remove(), this.visible = !1;
70
+ enable() {
71
+ if (!this.state.enabled)
72
+ return this.state.enabled = !0, this.containerDom && this._appendTo(this.containerDom), this;
70
73
  }
71
- clear() {
72
- this.context.clearRect(0, 0, this.canvas.width, this.canvas.height);
74
+ disable() {
75
+ if (!!this.state.enabled)
76
+ return this.state.enabled = !1, this.canvas.remove(), this;
73
77
  }
74
78
  appendTo(t) {
75
- this.wrapper = t, this.initStyle(), t.append(this.canvas), this.visible = !0;
79
+ return this.containerDom = t, this.state.enabled && this._appendTo(t), this;
80
+ }
81
+ clear() {
82
+ return this.context.clearRect(0, 0, this.canvas.width, this.canvas.height), this;
76
83
  }
77
84
  renderWithPoint(t) {
78
- !this.wrapper || (this.renderCenter = t, this.render(), this.config.autoFixPCPosition && this.autoFixPCPosition());
85
+ !this.containerDom || !this.state.enabled || (this.renderCenter = t, this.render(), this.config.autoFixPCPosition && this.autoFixPCPosition());
86
+ }
87
+ renderWithScreenPoint(t) {
88
+ !this.containerDom || !this.state.enabled || (this.renderCenter = t, this.render(), this.config.autoFixPCPosition && this.autoFixPCPosition());
89
+ }
90
+ resetOffset() {
91
+ this.offset = { x: 0, y: 0 }, this.canvas.style.transform = `translate3d(${0}px, ${0}px, 100px)`;
92
+ }
93
+ getCurrentState() {
94
+ return { enabled: this.state.enabled };
95
+ }
96
+ getRenderCenter() {
97
+ return this.renderCenter;
98
+ }
99
+ _appendTo(t) {
100
+ if (this.resetOffset(), t.appendChild(this.canvas), !this.offsetRange) {
101
+ const e = this.canvas.getBoundingClientRect(), i = t.getBoundingClientRect(), s = i.right - e.right, h = i.bottom - e.bottom, a = i.left - e.left, o = i.top - e.top;
102
+ this.offsetRange = {
103
+ min: { x: a, y: o },
104
+ max: { x: s, y: h }
105
+ };
106
+ }
79
107
  }
80
108
  autoFixPCPosition() {
81
- if (!this.wrapper)
109
+ if (!this.containerDom)
82
110
  return;
83
- const { width: t, height: e } = this, n = this.renderCenter.clone().project(this.five.camera), s = (n.x + 1) / 2 * this.wrapper.clientWidth, h = -(n.x - 1) / 2 * this.wrapper.clientWidth, r = -(n.y - 1) / 2 * this.wrapper.clientHeight;
84
- s < 183 ? (this.canvas.style.top = -e / 2 + "px", this.canvas.style.left = 90 + "px") : r < 183 ? (this.canvas.style.top = 90 + "px", this.canvas.style.left = -t / 2 + "px") : h < 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, ${r}px, 10px)`, this.offset = { x: s, y: r };
111
+ const { width: t, height: e } = this, [i, s, h] = (() => {
112
+ if (this.renderCenter instanceof l.Vector3) {
113
+ const a = this.renderCenter.clone().project(this.five.camera);
114
+ return [
115
+ (a.x + 1) / 2 * this.containerDom.clientWidth,
116
+ -(a.x - 1) / 2 * this.containerDom.clientWidth,
117
+ -(a.y - 1) / 2 * this.containerDom.clientHeight
118
+ ];
119
+ } else
120
+ return [this.renderCenter.x, this.containerDom.clientWidth - this.renderCenter.x, this.renderCenter.y];
121
+ })();
122
+ i < 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") : s < 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(${i}px, ${h}px, 10px)`, this.offset = { x: i, y: h };
85
123
  }
86
124
  render() {
87
- if (!this.five.renderer || !this.wrapper)
125
+ if (!this.five.renderer || !this.containerDom)
88
126
  return;
89
- const { scale: t, context: e, width: n, height: s } = this, h = this.renderCenter.clone().project(this.five.camera), r = this.five.renderer.getSize(new y.Vector2()), l = 1, o = n / t, c = s / t, d = l * t, f = (h.x + 1) / 2 * r.x, x = (h.y + 1) / 2 * r.y, v = this.five.getPixels(f - o / 2, x - o / 2, o, c, d), p = Math.floor(n * l), m = Math.floor(s * l);
90
- C(v, p, m);
91
- const u = new ImageData(p, m);
92
- u.data.set(v), e.putImageData(u, 0, 0);
127
+ const { scale: t, context: e, width: i, height: s } = this, h = this.five.renderer.getSize(new l.Vector2()), [a, o] = (() => {
128
+ if (this.renderCenter instanceof l.Vector3) {
129
+ const y = this.renderCenter.clone().project(this.five.camera);
130
+ return [(y.x + 1) / 2 * h.x, (y.y + 1) / 2 * h.y];
131
+ } else
132
+ return [this.renderCenter.x, h.y - this.renderCenter.y];
133
+ })(), f = 1, c = i / t, x = s / t, P = f * t, g = this.five.getPixels(a - c / 2, o - c / 2, c, x, P), m = Math.floor(i * f), u = Math.floor(s * f);
134
+ R(g, m, u);
135
+ const v = new ImageData(m, u);
136
+ v.data.set(g), e.putImageData(v, 0, 0);
93
137
  }
94
138
  initStyle() {
95
139
  const t = this.canvas;
@@ -97,7 +141,14 @@ class H {
97
141
  const e = 1;
98
142
  t.setAttribute("width", (this.width * e).toString()), t.setAttribute("height", (this.height * e).toString()), t.style.border = "2px solid rgba(255,255,255,0.20)", t.style.width = this.width + "px", t.style.height = this.height + "px", t.style.top = this.config.initialPosition.top, t.style.left = this.config.initialPosition.left, t.style.transform = "translate(0,0,100px)", this.config.dragEnabled && (this.canvas.style.cursor = "pointer");
99
143
  }
144
+ getPanOffset(t, e) {
145
+ const {
146
+ min: { x: i, y: s },
147
+ max: { x: h, y: a }
148
+ } = e, o = this.offset.x + t.deltaX, f = this.offset.y + t.deltaY, c = Math.min(Math.max(o, i), h), x = Math.min(Math.max(f, s), a);
149
+ return { translateX: c, translateY: x };
150
+ }
100
151
  }
101
152
  export {
102
- H as Magnifier
153
+ S as Magnifier
103
154
  };
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "repository": "https://github.com/realsee-developer/dnalogel.git",
8
8
  "description": "如视 VR 看房插件合集",
9
9
  "private": false,
10
- "version": "2.3.7-4",
10
+ "version": "2.3.7-6",
11
11
  "license": "SEE LICENSE IN TERMS.txt",
12
12
  "scripts": {
13
13
  "clean": "rm -rf components dist docs libs types ./vite.config.js.timestamp*",