@realsee/dnalogel 2.6.6 → 2.6.7-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (369) hide show
  1. package/dist/CSS3DRenderPlugin/Controller.d.ts +1 -1
  2. package/dist/Object3DHelperPlugin/Controller.d.ts +25 -10
  3. package/dist/Object3DHelperPlugin/FiveControllerWrapper.d.ts +6 -8
  4. package/dist/Object3DHelperPlugin/typings.d.ts +14 -0
  5. package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +1 -0
  6. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +22 -6
  7. package/dist/PanoTagPlugin/controller/index.d.ts +32 -6
  8. package/dist/PanoTagPlugin/typings/controller.d.ts +17 -2
  9. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +5 -2
  10. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +19 -3
  11. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +1 -1
  12. package/dist/PanoTagPlugin/utils/tag/index.d.ts +2 -0
  13. package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +2 -1
  14. package/dist/PanoTagPlugin/utils/tagPosition.d.ts +3 -1
  15. package/dist/index.cjs.js +43 -43
  16. package/dist/index.js +5075 -4664
  17. package/dist/index.umd.js +32 -32
  18. package/dist/shared-utils/Object3DHelper/Base/BaseController.d.ts +41 -15
  19. package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +27 -20
  20. package/dist/shared-utils/Object3DHelper/Controller/BoundingBoxController.d.ts +7 -0
  21. package/dist/shared-utils/Object3DHelper/Controller/CSS3DScaleController.d.ts +1 -0
  22. package/dist/shared-utils/Object3DHelper/Controller/MoveController.d.ts +24 -0
  23. package/dist/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +6 -1
  24. package/dist/shared-utils/Object3DHelper/Controller/RotateController.d.ts +14 -0
  25. package/dist/shared-utils/Object3DHelper/Controller/ScaleController.d.ts +12 -0
  26. package/dist/shared-utils/Object3DHelper/Helper/{OutlineHelper.d.ts → BoundingBoxHelper.d.ts} +3 -2
  27. package/{libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts → dist/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.d.ts} +3 -8
  28. package/dist/shared-utils/Object3DHelper/Helper/RotateHelper.d.ts +14 -11
  29. package/dist/shared-utils/Object3DHelper/Helper/ScaleHelper.d.ts +5 -0
  30. package/dist/shared-utils/Object3DHelper/Helper/index.d.ts +2 -2
  31. package/dist/shared-utils/Object3DHelper/index.d.ts +4 -27
  32. package/dist/shared-utils/Object3DHelper/typings/Hooks.d.ts +22 -12
  33. package/dist/shared-utils/Object3DHelper/typings/index.d.ts +22 -0
  34. package/dist/shared-utils/Object3DHelper/utils/boundingBox.d.ts +2 -0
  35. package/dist/shared-utils/three/GLTFLoader.d.ts +2 -0
  36. package/docs/assets/search.js +1 -1
  37. package/docs/classes/CSS3DRender.html +31 -31
  38. package/docs/classes/CruisePluginController.html +24 -24
  39. package/docs/classes/Magnifier.html +20 -20
  40. package/docs/classes/ModelRoomLabelController.html +11 -11
  41. package/docs/classes/Object3DHelperController.html +40 -33
  42. package/docs/classes/PaintBrush.html +15 -15
  43. package/docs/classes/PanoMeasurePluginLine.html +23 -23
  44. package/docs/classes/PanoMeasurePluginModel.html +22 -22
  45. package/docs/classes/PanoMeasurePluginPoint.html +14 -14
  46. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  47. package/docs/classes/PanoTagPluginController.html +205 -77
  48. package/docs/classes/Util.BetterTween.html +8 -8
  49. package/docs/classes/Util.FivePointSelector.html +12 -12
  50. package/docs/classes/Util.Interval.html +12 -12
  51. package/docs/classes/Util.Magnifier.html +17 -17
  52. package/docs/classes/Util.PointDomHelper.html +11 -11
  53. package/docs/classes/Util.PointHelper.html +11 -11
  54. package/docs/classes/Util.Rectangle.html +13 -13
  55. package/docs/enums/CameraMovementEffect.html +7 -7
  56. package/docs/enums/ContentType.html +34 -16
  57. package/docs/enums/DIRECTION.html +9 -9
  58. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  59. package/docs/enums/DimensionType.html +7 -7
  60. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  61. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  62. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  63. package/docs/enums/PointType.html +7 -7
  64. package/docs/enums/Rotation.html +8 -8
  65. package/docs/functions/CSS3DRenderPlugin.html +10 -5
  66. package/docs/functions/CameraMovementPlugin.html +10 -5
  67. package/docs/functions/CruisePlugin.html +10 -5
  68. package/docs/functions/GuideLinePlugin.html +10 -5
  69. package/docs/functions/ItemLabelPlugin.html +10 -5
  70. package/docs/functions/MapviewFloorplanPlugin.html +10 -5
  71. package/docs/functions/ModelChassisCompassPlugin.html +10 -5
  72. package/docs/functions/ModelEntryDoorGuidePlugin.html +10 -5
  73. package/docs/functions/ModelFloorplanPlugin.html +10 -5
  74. package/docs/functions/ModelItemLabelPlugin.html +10 -5
  75. package/docs/functions/ModelRoomLabelPlugin.html +10 -5
  76. package/docs/functions/ModelTVVideoPlugin.html +10 -5
  77. package/docs/functions/ModelViewPlugin.html +10 -5
  78. package/docs/functions/Object3DHelperPlugin.html +10 -5
  79. package/docs/functions/PanoCompassPlugin.html +10 -5
  80. package/docs/functions/PanoCursorRaycasterPlugin.html +10 -5
  81. package/docs/functions/PanoDoorLabelPlugin.html +10 -5
  82. package/docs/functions/PanoFloorplanRadarPlugin.html +10 -5
  83. package/docs/functions/PanoMeasurePlugin.html +10 -5
  84. package/docs/functions/PanoRulerPlugin.html +10 -5
  85. package/docs/functions/PanoRulerProPlugin.html +10 -5
  86. package/docs/functions/PanoSpatialTagPlugin.html +10 -5
  87. package/docs/functions/PanoTagPlugin.html +15 -10
  88. package/docs/functions/TopviewFloorplanPlugin.html +10 -5
  89. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  90. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  91. package/docs/functions/Util.getFrameTime.html +5 -5
  92. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  93. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  94. package/docs/functions/Util.isNil.html +5 -5
  95. package/docs/functions/Util.nextFrame.html +5 -5
  96. package/docs/functions/Util.notNil.html +5 -5
  97. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  98. package/docs/functions/Util.tweenProgress.html +5 -5
  99. package/docs/functions/pluginFlag.html +10 -5
  100. package/docs/index.html +9 -4
  101. package/docs/interfaces/AddTagConfig.html +6 -6
  102. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  103. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  104. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  105. package/docs/interfaces/EventMap.html +19 -19
  106. package/docs/interfaces/FloorplanBounding.html +8 -8
  107. package/docs/interfaces/FloorplanData.html +10 -10
  108. package/docs/interfaces/FloorplanEntrance.html +11 -11
  109. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  110. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  111. package/docs/interfaces/FloorplanFloorData.html +9 -9
  112. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  113. package/docs/interfaces/FloorplanObserver.html +9 -9
  114. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  115. package/docs/interfaces/FloorplanPosition.html +7 -7
  116. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  117. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  118. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  119. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  120. package/docs/interfaces/FloorplanServerData.html +7 -7
  121. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  122. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  123. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  124. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  125. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  126. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  127. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  128. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  129. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  130. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  131. package/docs/interfaces/HelperOffset.html +78 -0
  132. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  133. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  134. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  135. package/docs/interfaces/MinMax.html +7 -7
  136. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  137. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  138. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  139. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  140. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  141. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  142. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  143. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  144. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  145. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  146. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  147. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  148. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  149. package/docs/interfaces/Object3DHelperState.html +8 -8
  150. package/docs/interfaces/ObjectHelperControllers.html +85 -0
  151. package/docs/interfaces/PaintBrushAction.html +12 -12
  152. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  153. package/docs/interfaces/PaintBrushState.html +10 -10
  154. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  155. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +10 -5
  156. package/docs/interfaces/PanoMeasureParameterType.html +12 -12
  157. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
  158. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
  159. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
  160. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
  161. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  162. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  163. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  164. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  165. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  166. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  167. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  168. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +10 -5
  169. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +10 -5
  170. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  171. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  172. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  173. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  174. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  175. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  176. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  177. package/docs/interfaces/Point.html +8 -8
  178. package/docs/interfaces/Room.html +9 -9
  179. package/docs/interfaces/RoomInfo.html +7 -7
  180. package/docs/interfaces/RoomLabel.html +14 -14
  181. package/docs/interfaces/RoomRules.html +10 -5
  182. package/docs/interfaces/Rooms.html +10 -5
  183. package/docs/interfaces/Scissor.html +9 -9
  184. package/docs/interfaces/State.html +8 -8
  185. package/docs/interfaces/TagCache.html +25 -16
  186. package/docs/interfaces/TagConfig.html +10 -10
  187. package/docs/interfaces/TagIconUrl.html +9 -9
  188. package/docs/interfaces/Tags.html +11 -11
  189. package/docs/interfaces/TemporaryState.html +6 -6
  190. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  191. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  192. package/docs/modules/Util.html +5 -5
  193. package/docs/modules.html +14 -4
  194. package/docs/types/ArrayPosition.html +10 -5
  195. package/docs/types/AudioAppearance.html +10 -5
  196. package/docs/types/AudioTagTypeConfigKey.html +10 -5
  197. package/docs/types/CSS3DRenderExportType.html +10 -5
  198. package/docs/types/CSS3DRenderPluginExportType.html +10 -5
  199. package/docs/types/CSS3DRenderPluginParameterType.html +10 -5
  200. package/docs/types/ClassFunctionParameters.html +268 -0
  201. package/docs/types/Color.html +10 -5
  202. package/docs/types/ContentTypeConfigKey.html +10 -5
  203. package/docs/types/ContentTypeConfigKeySplit.html +10 -5
  204. package/docs/types/ContentTypeMap.html +10 -5
  205. package/docs/types/Create3DDomContainerReturnType.html +10 -5
  206. package/docs/types/Create3DElementReturnType.html +10 -5
  207. package/docs/types/CruisePluginExportType.html +10 -5
  208. package/docs/types/Direction-1.html +10 -5
  209. package/docs/types/Direction4.html +10 -5
  210. package/docs/types/FloorplanRuleLabels.html +10 -5
  211. package/docs/types/FloorplanServerRuleLabels.html +10 -5
  212. package/docs/types/GuideLinePluginExportType.html +10 -5
  213. package/docs/types/HelperEventMap.html +174 -21
  214. package/docs/types/LoadTagConfig.html +10 -5
  215. package/docs/types/MapviewFloorplanPluginParameterType.html +10 -5
  216. package/docs/types/MapviewFloorplanPluginReturnType.html +10 -5
  217. package/docs/types/MediaData.html +10 -5
  218. package/docs/types/MediaStore.html +10 -5
  219. package/docs/types/ModelElement.html +266 -0
  220. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +10 -5
  221. package/docs/types/ModelFloorplanPluginParameterType.html +10 -5
  222. package/docs/types/ModelFloorplanPluginReturnType.html +10 -5
  223. package/docs/types/ModelRoomLabelPluginParameters.html +10 -5
  224. package/docs/types/ModelRoomLabelPluginReturnType.html +10 -5
  225. package/docs/types/MoveArgs.html +10 -5
  226. package/docs/types/MoveOpts.html +10 -5
  227. package/docs/types/Object3DHelperEventMap.html +10 -5
  228. package/docs/types/ObjectFit.html +10 -5
  229. package/docs/types/PaintBrushEventMap.html +10 -5
  230. package/docs/types/PanoCompassPluginData.html +10 -5
  231. package/docs/types/PanoCompassPluginExportType.html +10 -5
  232. package/docs/types/PanoCompassPluginParameterType.html +10 -5
  233. package/docs/types/PanoFloorplanRadarPluginParameterType.html +10 -5
  234. package/docs/types/PanoFloorplanRadarPluginReturnType.html +10 -5
  235. package/docs/types/PanoIndex.html +10 -5
  236. package/docs/types/PanoMeasurePluginEvent.html +10 -5
  237. package/docs/types/PanoMeasureReturnType.html +10 -5
  238. package/docs/types/PanoSpatialTagPluginId.html +10 -5
  239. package/docs/types/PanoTagPluginExportInterface.html +10 -5
  240. package/docs/types/PanoTagPluginParamsInterface.html +10 -5
  241. package/docs/types/PlaneTag.html +10 -5
  242. package/docs/types/PlaneTagElement.html +10 -5
  243. package/docs/types/Point2DElement.html +10 -5
  244. package/docs/types/Point2DTag.html +10 -5
  245. package/docs/types/Point3DElement.html +10 -5
  246. package/docs/types/Point3DTag.html +10 -5
  247. package/docs/types/PointTag.html +10 -5
  248. package/docs/types/PointTagElement.html +10 -5
  249. package/docs/types/Position.html +10 -5
  250. package/docs/types/RotateArgs.html +10 -5
  251. package/docs/types/RotateOpts.html +10 -5
  252. package/docs/types/RuleLabelsKey.html +10 -5
  253. package/docs/types/RuleLabelsValue.html +10 -5
  254. package/docs/types/StickType.html +11 -6
  255. package/docs/types/Tag.html +11 -6
  256. package/docs/types/Tag2D.html +10 -5
  257. package/docs/types/Tag3D.html +10 -5
  258. package/docs/types/TagContentType.html +11 -6
  259. package/docs/types/TagDimensionType.html +10 -5
  260. package/docs/types/TagElement.html +11 -6
  261. package/docs/types/TagEvents.html +10 -5
  262. package/docs/types/TagGLTFObject.html +261 -0
  263. package/docs/types/TagHooks.html +10 -5
  264. package/docs/types/TagIconSize.html +10 -5
  265. package/docs/types/TagId.html +10 -5
  266. package/docs/types/TagPointType.html +10 -5
  267. package/docs/types/TopviewFloorplanPluginParameterType.html +10 -5
  268. package/docs/types/TopviewFloorplanPluginReturnType.html +10 -5
  269. package/docs/types/WorkCode.html +10 -5
  270. package/docs/variables/FLOOR_TYPE_MAP.html +10 -5
  271. package/docs/variables/PLUGIN.html +10 -5
  272. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +10 -5
  273. package/docs/variables/ROOM_TYPE_MAP.html +10 -5
  274. package/docs/variables/VERSION.html +10 -5
  275. package/docs/variables/itemLabelPluginServerParams.html +10 -5
  276. package/docs/variables/modelItemLabelPluginServerParams.html +10 -5
  277. package/docs/variables/modelRoomLabelPluginServerParams.html +10 -5
  278. package/libs/CSS3DRenderPlugin/CSS3DRender.js +43 -43
  279. package/libs/CSS3DRenderPlugin/Controller.d.ts +1 -1
  280. package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +15 -14
  281. package/libs/Object3DHelperPlugin/Controller.d.ts +25 -10
  282. package/libs/Object3DHelperPlugin/Controller.js +117 -97
  283. package/libs/Object3DHelperPlugin/FiveControllerWrapper.d.ts +6 -8
  284. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +29 -22
  285. package/libs/Object3DHelperPlugin/index.js +16 -11
  286. package/libs/Object3DHelperPlugin/typings.d.ts +14 -0
  287. package/libs/PanoTagPlugin/Components/Common/Media.js +3 -2
  288. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +3 -2
  289. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +3 -2
  290. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +3 -2
  291. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +3 -2
  292. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +12 -11
  293. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +33 -33
  294. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +3 -2
  295. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +12 -11
  296. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +26 -25
  297. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +29 -28
  298. package/libs/PanoTagPlugin/Components/Tag/index.js +126 -119
  299. package/libs/PanoTagPlugin/Components/TagContainer.js +4 -2
  300. package/libs/PanoTagPlugin/Components/TagItem.js +4 -2
  301. package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +1 -0
  302. package/libs/PanoTagPlugin/controller/TagCacheController.js +14 -12
  303. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +22 -6
  304. package/libs/PanoTagPlugin/controller/TagComputer.js +242 -176
  305. package/libs/PanoTagPlugin/controller/index.d.ts +32 -6
  306. package/libs/PanoTagPlugin/controller/index.js +176 -91
  307. package/libs/PanoTagPlugin/index.js +15 -12
  308. package/libs/PanoTagPlugin/tag.config.js +9 -0
  309. package/libs/PanoTagPlugin/typings/controller.d.ts +17 -2
  310. package/libs/PanoTagPlugin/typings/controller.js +1 -1
  311. package/libs/PanoTagPlugin/typings/index.js +6 -5
  312. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +5 -2
  313. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +19 -3
  314. package/libs/PanoTagPlugin/typings/tag/TagData.js +1 -1
  315. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +1 -1
  316. package/libs/PanoTagPlugin/utils/addDebugPoints.js +5 -4
  317. package/libs/PanoTagPlugin/utils/color.js +5 -5
  318. package/libs/PanoTagPlugin/utils/index.js +37 -34
  319. package/libs/PanoTagPlugin/utils/planeNormal.js +3 -2
  320. package/libs/PanoTagPlugin/utils/tag/index.d.ts +2 -0
  321. package/libs/PanoTagPlugin/utils/tag/index.js +11 -0
  322. package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +2 -1
  323. package/libs/PanoTagPlugin/utils/tag/tagCheck.js +6 -2
  324. package/libs/PanoTagPlugin/utils/tagPosition.d.ts +3 -1
  325. package/libs/PanoTagPlugin/utils/tagPosition.js +20 -8
  326. package/libs/index.js +111 -104
  327. package/libs/shared-utils/Object3DHelper/Base/BaseController.d.ts +41 -15
  328. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +112 -90
  329. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +27 -20
  330. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +55 -22
  331. package/libs/shared-utils/Object3DHelper/Controller/BoundingBoxController.d.ts +7 -0
  332. package/libs/shared-utils/Object3DHelper/Controller/BoundingBoxController.js +14 -0
  333. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.d.ts +1 -0
  334. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +14 -10
  335. package/libs/shared-utils/Object3DHelper/Controller/MoveController.d.ts +24 -0
  336. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +80 -37
  337. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +6 -1
  338. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +44 -41
  339. package/libs/shared-utils/Object3DHelper/Controller/RotateController.d.ts +14 -0
  340. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +95 -67
  341. package/libs/shared-utils/Object3DHelper/Controller/ScaleController.d.ts +12 -0
  342. package/libs/shared-utils/Object3DHelper/Controller/ScaleController.js +21 -0
  343. package/libs/shared-utils/Object3DHelper/Helper/{OutlineHelper.d.ts → BoundingBoxHelper.d.ts} +3 -2
  344. package/libs/shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js +87 -0
  345. package/{dist/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts → libs/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.d.ts} +3 -8
  346. package/libs/shared-utils/Object3DHelper/Helper/{RectangleScaleHelper.js → CSS3DScaleHelper.js} +5 -7
  347. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +7 -9
  348. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.d.ts +14 -11
  349. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +72 -66
  350. package/libs/shared-utils/Object3DHelper/Helper/ScaleHelper.d.ts +5 -0
  351. package/libs/shared-utils/Object3DHelper/Helper/ScaleHelper.js +9 -0
  352. package/libs/shared-utils/Object3DHelper/Helper/index.d.ts +2 -2
  353. package/libs/shared-utils/Object3DHelper/Helper/index.js +0 -2
  354. package/libs/shared-utils/Object3DHelper/index.d.ts +4 -27
  355. package/libs/shared-utils/Object3DHelper/index.js +48 -96
  356. package/libs/shared-utils/Object3DHelper/typings/Hooks.d.ts +22 -12
  357. package/libs/shared-utils/Object3DHelper/typings/index.d.ts +22 -0
  358. package/libs/shared-utils/Object3DHelper/typings/index.js +2 -1
  359. package/libs/shared-utils/Object3DHelper/utils/boundingBox.d.ts +2 -0
  360. package/libs/shared-utils/Object3DHelper/utils/boundingBox.js +24 -0
  361. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +2 -2
  362. package/libs/shared-utils/three/GLTFLoader.d.ts +2 -0
  363. package/libs/shared-utils/three/GLTFLoader.js +16 -0
  364. package/libs/typings/math.type.js +1 -0
  365. package/package.json +4 -4
  366. package/dist/shared-utils/Object3DHelper/utils/getPoint.d.ts +0 -3
  367. package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +0 -2
  368. package/libs/shared-utils/Object3DHelper/utils/getPoint.d.ts +0 -3
  369. package/libs/shared-utils/Object3DHelper/utils/getPoint.js +0 -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>PanoCursorRaycasterPluginParameterType | 如视看房插件合集 - v2.6.6</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoCursorRaycasterPluginParameterType | 如视看房插件合集 - v2.6.7-dev.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.7-dev.0"/><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.6.6</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.6.7-dev.0</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.6.6</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.6.7-dev.0</a></li>
16
16
  <li><a href="PanoCursorRaycasterPluginParameterType.html">PanoCursorRaycasterPluginParameterType</a></li></ul>
17
17
  <h1>Interface PanoCursorRaycasterPluginParameterType</h1></div>
18
18
  <section class="tsd-panel tsd-hierarchy">
@@ -20,7 +20,7 @@
20
20
  <ul class="tsd-hierarchy">
21
21
  <li><span class="target">PanoCursorRaycasterPluginParameterType</span></li></ul></section><aside class="tsd-sources">
22
22
  <ul>
23
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoCursorRaycasterPlugin/index.ts#L6">plugins/src/PanoCursorRaycasterPlugin/index.ts:6</a></li></ul></aside></div>
23
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoCursorRaycasterPlugin/index.ts#L6">plugins/src/PanoCursorRaycasterPlugin/index.ts:6</a></li></ul></aside></div>
24
24
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
25
25
  <div class="tsd-navigation settings">
26
26
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -37,7 +37,7 @@
37
37
  <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>
38
38
  <div class="tsd-accordion-details">
39
39
  <ul>
40
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.6</a>
40
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.7-<wbr/>dev.0</a>
41
41
  <ul>
42
42
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
43
43
  <nav class="tsd-navigation secondary menu-sticky">
@@ -93,6 +93,7 @@
93
93
  <li class="tsd-kind-interface"><a href="FloorplanServerPosition.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Floorplan<wbr/>Server<wbr/>Position</a></li>
94
94
  <li class="tsd-kind-interface"><a href="FloorplanServerRoomItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Floorplan<wbr/>Server<wbr/>Room<wbr/>Item</a></li>
95
95
  <li class="tsd-kind-interface"><a href="FloorplanServerRoomLabelItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Floorplan<wbr/>Server<wbr/>Room<wbr/>Label<wbr/>Item</a></li>
96
+ <li class="tsd-kind-interface"><a href="HelperOffset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Helper<wbr/>Offset</a></li>
96
97
  <li class="tsd-kind-interface"><a href="ItemLabelPluginData.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Item<wbr/>Label<wbr/>Plugin<wbr/>Data</a></li>
97
98
  <li class="tsd-kind-interface"><a href="ItemLabelPluginExportReturnsType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Item<wbr/>Label<wbr/>Plugin<wbr/>Export<wbr/>Returns<wbr/>Type</a></li>
98
99
  <li class="tsd-kind-interface"><a href="ItemLabelPluginParametersType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Item<wbr/>Label<wbr/>Plugin<wbr/>Parameters<wbr/>Type</a></li>
@@ -111,6 +112,7 @@
111
112
  <li class="tsd-kind-interface"><a href="ModelTVVideoPluginParameterType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>ModelTVVideo<wbr/>Plugin<wbr/>Parameter<wbr/>Type</a></li>
112
113
  <li class="tsd-kind-interface"><a href="ModelViewPluginExportType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Model<wbr/>View<wbr/>Plugin<wbr/>Export<wbr/>Type</a></li>
113
114
  <li class="tsd-kind-interface"><a href="Object3DHelperState.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Object3DHelper<wbr/>State</a></li>
115
+ <li class="tsd-kind-interface"><a href="ObjectHelperControllers.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Object<wbr/>Helper<wbr/>Controllers</a></li>
114
116
  <li class="tsd-kind-interface"><a href="PaintBrushAction.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Paint<wbr/>Brush<wbr/>Action</a></li>
115
117
  <li class="tsd-kind-interface"><a href="PaintBrushConfigs.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Paint<wbr/>Brush<wbr/>Configs</a></li>
116
118
  <li class="tsd-kind-interface"><a href="PaintBrushState.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Paint<wbr/>Brush<wbr/>State</a></li>
@@ -156,6 +158,7 @@
156
158
  <li class="tsd-kind-type-alias"><a href="../types/CSS3DRenderExportType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>CSS3DRender<wbr/>Export<wbr/>Type</a></li>
157
159
  <li class="tsd-kind-type-alias"><a href="../types/CSS3DRenderPluginExportType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>CSS3DRender<wbr/>Plugin<wbr/>Export<wbr/>Type</a></li>
158
160
  <li class="tsd-kind-type-alias"><a href="../types/CSS3DRenderPluginParameterType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>CSS3DRender<wbr/>Plugin<wbr/>Parameter<wbr/>Type</a></li>
161
+ <li class="tsd-kind-type-alias"><a href="../types/ClassFunctionParameters.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Class<wbr/>Function<wbr/>Parameters</a></li>
159
162
  <li class="tsd-kind-type-alias"><a href="../types/Color.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Color</a></li>
160
163
  <li class="tsd-kind-type-alias"><a href="../types/ContentTypeConfigKey.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Content<wbr/>Type<wbr/>Config<wbr/>Key</a></li>
161
164
  <li class="tsd-kind-type-alias"><a href="../types/ContentTypeConfigKeySplit.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Content<wbr/>Type<wbr/>Config<wbr/>Key<wbr/>Split</a></li>
@@ -174,6 +177,7 @@
174
177
  <li class="tsd-kind-type-alias"><a href="../types/MapviewFloorplanPluginReturnType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Mapview<wbr/>Floorplan<wbr/>Plugin<wbr/>Return<wbr/>Type</a></li>
175
178
  <li class="tsd-kind-type-alias"><a href="../types/MediaData.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Media<wbr/>Data</a></li>
176
179
  <li class="tsd-kind-type-alias"><a href="../types/MediaStore.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Media<wbr/>Store</a></li>
180
+ <li class="tsd-kind-type-alias"><a href="../types/ModelElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Model<wbr/>Element</a></li>
177
181
  <li class="tsd-kind-type-alias"><a href="../types/ModelEntryDoorGuidePluginParameterType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Model<wbr/>Entry<wbr/>Door<wbr/>Guide<wbr/>Plugin<wbr/>Parameter<wbr/>Type</a></li>
178
182
  <li class="tsd-kind-type-alias"><a href="../types/ModelFloorplanPluginParameterType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Model<wbr/>Floorplan<wbr/>Plugin<wbr/>Parameter<wbr/>Type</a></li>
179
183
  <li class="tsd-kind-type-alias"><a href="../types/ModelFloorplanPluginReturnType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Model<wbr/>Floorplan<wbr/>Plugin<wbr/>Return<wbr/>Type</a></li>
@@ -216,6 +220,7 @@
216
220
  <li class="tsd-kind-type-alias"><a href="../types/TagDimensionType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Tag<wbr/>Dimension<wbr/>Type</a></li>
217
221
  <li class="tsd-kind-type-alias"><a href="../types/TagElement.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Tag<wbr/>Element</a></li>
218
222
  <li class="tsd-kind-type-alias"><a href="../types/TagEvents.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Tag<wbr/>Events</a></li>
223
+ <li class="tsd-kind-type-alias"><a href="../types/TagGLTFObject.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>TagGLTFObject</a></li>
219
224
  <li class="tsd-kind-type-alias"><a href="../types/TagHooks.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Tag<wbr/>Hooks</a></li>
220
225
  <li class="tsd-kind-type-alias"><a href="../types/TagIconSize.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Tag<wbr/>Icon<wbr/>Size</a></li>
221
226
  <li class="tsd-kind-type-alias"><a href="../types/TagId.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Tag<wbr/>Id</a></li>
@@ -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>PanoMeasureParameterType | 如视看房插件合集 - v2.6.6</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoMeasureParameterType | 如视看房插件合集 - v2.6.7-dev.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.7-dev.0"/><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.6.6</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.6.7-dev.0</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.6.6</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.6.7-dev.0</a></li>
16
16
  <li><a href="PanoMeasureParameterType.html">PanoMeasureParameterType</a></li></ul>
17
17
  <h1>Interface PanoMeasureParameterType</h1></div>
18
18
  <section class="tsd-panel tsd-hierarchy">
@@ -22,7 +22,7 @@
22
22
  <ul class="tsd-hierarchy">
23
23
  <li><span class="target">PanoMeasureParameterType</span></li></ul></li></ul></section><aside class="tsd-sources">
24
24
  <ul>
25
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/Controller/index.ts#L26">plugins/src/PanoMeasurePlugin/Controller/index.ts:26</a></li></ul></aside>
25
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/Controller/index.ts#L26">plugins/src/PanoMeasurePlugin/Controller/index.ts:26</a></li></ul></aside>
26
26
  <section class="tsd-panel-group tsd-index-group">
27
27
  <section class="tsd-panel tsd-index-panel">
28
28
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -47,7 +47,7 @@
47
47
  </div><aside class="tsd-sources">
48
48
  <p>Inherited from Partial.defaultText</p>
49
49
  <ul>
50
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/index.ts#L13">plugins/src/PanoMeasurePlugin/typings/index.ts:13</a></li></ul></aside></section>
50
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/index.ts#L13">plugins/src/PanoMeasurePlugin/typings/index.ts:13</a></li></ul></aside></section>
51
51
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="getDistanceText" class="tsd-anchor"></a>
52
52
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>get<wbr/>Distance<wbr/>Text</span><a href="#getDistanceText" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
53
53
  <div class="tsd-signature">get<wbr/>Distance<wbr/>Text<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>distance<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span></div>
@@ -70,27 +70,27 @@
70
70
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
71
71
  <p>Inherited from Partial.getDistanceText</p>
72
72
  <ul>
73
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/index.ts#L10">plugins/src/PanoMeasurePlugin/typings/index.ts:10</a></li></ul></aside></section>
73
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/index.ts#L10">plugins/src/PanoMeasurePlugin/typings/index.ts:10</a></li></ul></aside></section>
74
74
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="magnifierParams" class="tsd-anchor"></a>
75
75
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>magnifier<wbr/>Params</span><a href="#magnifierParams" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
76
76
  <div class="tsd-signature">magnifier<wbr/>Params<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MagnifierParameter</span></div><aside class="tsd-sources">
77
77
  <ul>
78
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/Controller/index.ts#L28">plugins/src/PanoMeasurePlugin/Controller/index.ts:28</a></li></ul></aside></section>
78
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/Controller/index.ts#L28">plugins/src/PanoMeasurePlugin/Controller/index.ts:28</a></li></ul></aside></section>
79
79
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="openParams" class="tsd-anchor"></a>
80
80
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>open<wbr/>Params</span><a href="#openParams" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
81
81
  <div class="tsd-signature">open<wbr/>Params<span class="tsd-signature-symbol">?:</span> <a href="PanoMeasurePluginOpenParameter.html" class="tsd-signature-type" data-tsd-kind="Interface">PanoMeasurePluginOpenParameter</a></div><aside class="tsd-sources">
82
82
  <ul>
83
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/Controller/index.ts#L27">plugins/src/PanoMeasurePlugin/Controller/index.ts:27</a></li></ul></aside></section>
83
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/Controller/index.ts#L27">plugins/src/PanoMeasurePlugin/Controller/index.ts:27</a></li></ul></aside></section>
84
84
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="useGuideController" class="tsd-anchor"></a>
85
85
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>use<wbr/>Guide<wbr/>Controller</span><a href="#useGuideController" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
86
86
  <div class="tsd-signature">use<wbr/>Guide<wbr/>Controller<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">GuideControllerParams</span></div><aside class="tsd-sources">
87
87
  <ul>
88
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/Controller/index.ts#L30">plugins/src/PanoMeasurePlugin/Controller/index.ts:30</a></li></ul></aside></section>
88
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/Controller/index.ts#L30">plugins/src/PanoMeasurePlugin/Controller/index.ts:30</a></li></ul></aside></section>
89
89
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="useUIController" class="tsd-anchor"></a>
90
90
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>useUIController</span><a href="#useUIController" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
91
91
  <div class="tsd-signature">useUIController<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">UIControllerParams</span></div><aside class="tsd-sources">
92
92
  <ul>
93
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/Controller/index.ts#L29">plugins/src/PanoMeasurePlugin/Controller/index.ts:29</a></li></ul></aside></section>
93
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/Controller/index.ts#L29">plugins/src/PanoMeasurePlugin/Controller/index.ts:29</a></li></ul></aside></section>
94
94
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="userDistanceItemCreator" class="tsd-anchor"></a>
95
95
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>user<wbr/>Distance<wbr/>Item<wbr/>Creator</span><a href="#userDistanceItemCreator" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
96
96
  <div class="tsd-signature">user<wbr/>Distance<wbr/>Item<wbr/>Creator<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">UserDistanceItem</span><span class="tsd-signature-symbol">)</span></div>
@@ -104,7 +104,7 @@
104
104
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">UserDistanceItem</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
105
105
  <p>Overrides Partial.userDistanceItemCreator</p>
106
106
  <ul>
107
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/Controller/index.ts#L32">plugins/src/PanoMeasurePlugin/Controller/index.ts:32</a></li></ul></aside></section></section></div>
107
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/Controller/index.ts#L32">plugins/src/PanoMeasurePlugin/Controller/index.ts:32</a></li></ul></aside></section></section></div>
108
108
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
109
109
  <div class="tsd-navigation settings">
110
110
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -121,7 +121,7 @@
121
121
  <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>
122
122
  <div class="tsd-accordion-details">
123
123
  <ul>
124
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.6</a>
124
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.7-<wbr/>dev.0</a>
125
125
  <ul>
126
126
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
127
127
  <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>PanoMeasurePluginLineJson | 如视看房插件合集 - v2.6.6</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoMeasurePluginLineJson | 如视看房插件合集 - v2.6.7-dev.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.7-dev.0"/><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.6.6</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.6.7-dev.0</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.6.6</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.6.7-dev.0</a></li>
16
16
  <li><a href="PanoMeasurePluginLineJson.html">PanoMeasurePluginLineJson</a></li></ul>
17
17
  <h1>Interface PanoMeasurePluginLineJson</h1></div>
18
18
  <section class="tsd-panel tsd-hierarchy">
@@ -20,7 +20,7 @@
20
20
  <ul class="tsd-hierarchy">
21
21
  <li><span class="target">PanoMeasurePluginLineJson</span></li></ul></section><aside class="tsd-sources">
22
22
  <ul>
23
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/data.ts#L8">plugins/src/PanoMeasurePlugin/typings/data.ts:8</a></li></ul></aside>
23
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/data.ts#L8">plugins/src/PanoMeasurePlugin/typings/data.ts:8</a></li></ul></aside>
24
24
  <section class="tsd-panel-group tsd-index-group">
25
25
  <section class="tsd-panel tsd-index-panel">
26
26
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,17 +38,17 @@
38
38
  <h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
39
39
  <div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
40
40
  <ul>
41
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/data.ts#L9">plugins/src/PanoMeasurePlugin/typings/data.ts:9</a></li></ul></aside></section>
41
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/data.ts#L9">plugins/src/PanoMeasurePlugin/typings/data.ts:9</a></li></ul></aside></section>
42
42
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="points" class="tsd-anchor"></a>
43
43
  <h3 class="tsd-anchor-link"><span>points</span><a href="#points" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
44
44
  <div class="tsd-signature">points<span class="tsd-signature-symbol">:</span> <a href="PanoMeasurePluginPointJson.html" class="tsd-signature-type" data-tsd-kind="Interface">PanoMeasurePluginPointJson</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
45
45
  <ul>
46
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/data.ts#L11">plugins/src/PanoMeasurePlugin/typings/data.ts:11</a></li></ul></aside></section>
46
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/data.ts#L11">plugins/src/PanoMeasurePlugin/typings/data.ts:11</a></li></ul></aside></section>
47
47
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="text" class="tsd-anchor"></a>
48
48
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>text</span><a href="#text" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
49
49
  <div class="tsd-signature">text<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
50
50
  <ul>
51
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/data.ts#L10">plugins/src/PanoMeasurePlugin/typings/data.ts:10</a></li></ul></aside></section></section></div>
51
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/data.ts#L10">plugins/src/PanoMeasurePlugin/typings/data.ts:10</a></li></ul></aside></section></section></div>
52
52
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
53
53
  <div class="tsd-navigation settings">
54
54
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -65,7 +65,7 @@
65
65
  <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>
66
66
  <div class="tsd-accordion-details">
67
67
  <ul>
68
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.6</a>
68
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.7-<wbr/>dev.0</a>
69
69
  <ul>
70
70
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
71
71
  <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>PanoMeasurePluginOpenParameter | 如视看房插件合集 - v2.6.6</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoMeasurePluginOpenParameter | 如视看房插件合集 - v2.6.7-dev.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.7-dev.0"/><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.6.6</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.6.7-dev.0</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.6.6</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.6.7-dev.0</a></li>
16
16
  <li><a href="PanoMeasurePluginOpenParameter.html">PanoMeasurePluginOpenParameter</a></li></ul>
17
17
  <h1>Interface PanoMeasurePluginOpenParameter</h1></div>
18
18
  <section class="tsd-panel tsd-comment">
@@ -23,7 +23,7 @@
23
23
  <ul class="tsd-hierarchy">
24
24
  <li><span class="target">PanoMeasurePluginOpenParameter</span></li></ul></section><aside class="tsd-sources">
25
25
  <ul>
26
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/data.ts#L24">plugins/src/PanoMeasurePlugin/typings/data.ts:24</a></li></ul></aside>
26
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/data.ts#L24">plugins/src/PanoMeasurePlugin/typings/data.ts:24</a></li></ul></aside>
27
27
  <section class="tsd-panel-group tsd-index-group">
28
28
  <section class="tsd-panel tsd-index-panel">
29
29
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -40,12 +40,12 @@
40
40
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>cross<wbr/>Hair<wbr/>Parameter</span><a href="#crossHairParameter" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
41
41
  <div class="tsd-signature">cross<wbr/>Hair<wbr/>Parameter<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">CrossHairParameter</span></div><aside class="tsd-sources">
42
42
  <ul>
43
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/data.ts#L26">plugins/src/PanoMeasurePlugin/typings/data.ts:26</a></li></ul></aside></section>
43
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/data.ts#L26">plugins/src/PanoMeasurePlugin/typings/data.ts:26</a></li></ul></aside></section>
44
44
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="isMobile" class="tsd-anchor"></a>
45
45
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>is<wbr/>Mobile</span><a href="#isMobile" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
46
46
  <div class="tsd-signature">is<wbr/>Mobile<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
47
47
  <ul>
48
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/data.ts#L25">plugins/src/PanoMeasurePlugin/typings/data.ts:25</a></li></ul></aside></section></section></div>
48
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/data.ts#L25">plugins/src/PanoMeasurePlugin/typings/data.ts:25</a></li></ul></aside></section></section></div>
49
49
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
50
50
  <div class="tsd-navigation settings">
51
51
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -62,7 +62,7 @@
62
62
  <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>
63
63
  <div class="tsd-accordion-details">
64
64
  <ul>
65
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.6</a>
65
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.7-<wbr/>dev.0</a>
66
66
  <ul>
67
67
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
68
68
  <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>PanoMeasurePluginPointJson | 如视看房插件合集 - v2.6.6</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoMeasurePluginPointJson | 如视看房插件合集 - v2.6.7-dev.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.7-dev.0"/><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.6.6</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.6.7-dev.0</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.6.6</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.6.7-dev.0</a></li>
16
16
  <li><a href="PanoMeasurePluginPointJson.html">PanoMeasurePluginPointJson</a></li></ul>
17
17
  <h1>Interface PanoMeasurePluginPointJson</h1></div>
18
18
  <section class="tsd-panel tsd-hierarchy">
@@ -20,7 +20,7 @@
20
20
  <ul class="tsd-hierarchy">
21
21
  <li><span class="target">PanoMeasurePluginPointJson</span></li></ul></section><aside class="tsd-sources">
22
22
  <ul>
23
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/data.ts#L14">plugins/src/PanoMeasurePlugin/typings/data.ts:14</a></li></ul></aside>
23
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/data.ts#L14">plugins/src/PanoMeasurePlugin/typings/data.ts:14</a></li></ul></aside>
24
24
  <section class="tsd-panel-group tsd-index-group">
25
25
  <section class="tsd-panel tsd-index-panel">
26
26
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -37,12 +37,12 @@
37
37
  <h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
38
38
  <div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
39
39
  <ul>
40
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/data.ts#L15">plugins/src/PanoMeasurePlugin/typings/data.ts:15</a></li></ul></aside></section>
40
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/data.ts#L15">plugins/src/PanoMeasurePlugin/typings/data.ts:15</a></li></ul></aside></section>
41
41
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="position" class="tsd-anchor"></a>
42
42
  <h3 class="tsd-anchor-link"><span>position</span><a href="#position" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
43
43
  <div class="tsd-signature">position<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
44
44
  <ul>
45
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/data.ts#L16">plugins/src/PanoMeasurePlugin/typings/data.ts:16</a></li></ul></aside></section></section></div>
45
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/data.ts#L16">plugins/src/PanoMeasurePlugin/typings/data.ts:16</a></li></ul></aside></section></section></div>
46
46
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
47
47
  <div class="tsd-navigation settings">
48
48
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -59,7 +59,7 @@
59
59
  <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>
60
60
  <div class="tsd-accordion-details">
61
61
  <ul>
62
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.6</a>
62
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.7-<wbr/>dev.0</a>
63
63
  <ul>
64
64
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
65
65
  <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>PanoMeasurePluginPolylineJson | 如视看房插件合集 - v2.6.6</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.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">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PanoMeasurePluginPolylineJson | 如视看房插件合集 - v2.6.7-dev.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.6.7-dev.0"/><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.6.6</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.6.7-dev.0</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.6.6</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.6.7-dev.0</a></li>
16
16
  <li><a href="PanoMeasurePluginPolylineJson.html">PanoMeasurePluginPolylineJson</a></li></ul>
17
17
  <h1>Interface PanoMeasurePluginPolylineJson</h1></div>
18
18
  <section class="tsd-panel tsd-hierarchy">
@@ -20,7 +20,7 @@
20
20
  <ul class="tsd-hierarchy">
21
21
  <li><span class="target">PanoMeasurePluginPolylineJson</span></li></ul></section><aside class="tsd-sources">
22
22
  <ul>
23
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/data.ts#L1">plugins/src/PanoMeasurePlugin/typings/data.ts:1</a></li></ul></aside>
23
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/data.ts#L1">plugins/src/PanoMeasurePlugin/typings/data.ts:1</a></li></ul></aside>
24
24
  <section class="tsd-panel-group tsd-index-group">
25
25
  <section class="tsd-panel tsd-index-panel">
26
26
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,19 +38,19 @@
38
38
  <h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
39
39
  <div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
40
40
  <ul>
41
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/data.ts#L2">plugins/src/PanoMeasurePlugin/typings/data.ts:2</a></li></ul></aside></section>
41
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/data.ts#L2">plugins/src/PanoMeasurePlugin/typings/data.ts:2</a></li></ul></aside></section>
42
42
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="lines" class="tsd-anchor"></a>
43
43
  <h3 class="tsd-anchor-link"><span>lines</span><a href="#lines" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
44
44
  <div class="tsd-signature">lines<span class="tsd-signature-symbol">:</span> <a href="PanoMeasurePluginLineJson.html" class="tsd-signature-type" data-tsd-kind="Interface">PanoMeasurePluginLineJson</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
45
45
  <ul>
46
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/data.ts#L3">plugins/src/PanoMeasurePlugin/typings/data.ts:3</a></li></ul></aside></section>
46
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/data.ts#L3">plugins/src/PanoMeasurePlugin/typings/data.ts:3</a></li></ul></aside></section>
47
47
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="visiblePanoIndexes" class="tsd-anchor"></a>
48
48
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>visible<wbr/>Pano<wbr/>Indexes</span><a href="#visiblePanoIndexes" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
49
49
  <div class="tsd-signature">visible<wbr/>Pano<wbr/>Indexes<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div>
50
50
  <div class="tsd-comment tsd-typography"><p>当前折线在哪个点位上可见,字段不存在时,不做限制</p>
51
51
  </div><aside class="tsd-sources">
52
52
  <ul>
53
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/6817172/plugins/src/PanoMeasurePlugin/typings/data.ts#L5">plugins/src/PanoMeasurePlugin/typings/data.ts:5</a></li></ul></aside></section></section></div>
53
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/8f234a2/plugins/src/PanoMeasurePlugin/typings/data.ts#L5">plugins/src/PanoMeasurePlugin/typings/data.ts:5</a></li></ul></aside></section></section></div>
54
54
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
55
55
  <div class="tsd-navigation settings">
56
56
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -67,7 +67,7 @@
67
67
  <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>
68
68
  <div class="tsd-accordion-details">
69
69
  <ul>
70
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.6</a>
70
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.6.7-<wbr/>dev.0</a>
71
71
  <ul>
72
72
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
73
73
  <nav class="tsd-navigation secondary menu-sticky">