@realsee/dnalogel 2.2.7 → 2.3.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 (275) hide show
  1. package/dist/CSS3DRenderPlugin/CSS3DRender.d.ts +48 -34
  2. package/dist/CSS3DRenderPlugin/Controller.d.ts +5 -5
  3. package/dist/CSS3DRenderPlugin/index.d.ts +2 -1
  4. package/dist/CSS3DRenderPlugin/utils/createResizeObserver.d.ts +4 -0
  5. package/dist/CSS3DRenderPlugin/utils/even.d.ts +9 -0
  6. package/dist/CSS3DRenderPlugin/utils/generateBehindFiveElement.d.ts +2 -0
  7. package/dist/CSS3DRenderPlugin/utils/getAllCSS3DObject.d.ts +3 -0
  8. package/dist/CSS3DRenderPlugin/utils/index.d.ts +1 -1
  9. package/dist/CSS3DRenderPlugin/utils/three/CSS3DGroup.d.ts +25 -0
  10. package/dist/CSS3DRenderPlugin/utils/{CSS3DObjectPlus.d.ts → three/CSS3DObject.d.ts} +31 -11
  11. package/dist/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +14 -0
  12. package/dist/CSS3DRenderPlugin/utils/three/CSS3DScene.d.ts +12 -0
  13. package/dist/CSS3DRenderPlugin/utils/three/OpacityMesh.d.ts +6 -0
  14. package/dist/CSS3DRenderPlugin/utils/waitFiveModelLoaded.d.ts +2 -0
  15. package/dist/Object3DHelperPlugin/Controller.d.ts +2 -0
  16. package/dist/index.cjs.js +46 -46
  17. package/dist/index.js +4987 -4817
  18. package/dist/index.umd.js +39 -39
  19. package/dist/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts +2 -2
  20. package/docs/assets/highlight.css +7 -0
  21. package/docs/assets/search.js +1 -1
  22. package/docs/classes/CSS3DRender.html +533 -0
  23. package/docs/classes/CruisePluginController.html +24 -24
  24. package/docs/classes/Magnifier.html +16 -16
  25. package/docs/classes/ModelRoomLabelController.html +11 -11
  26. package/docs/classes/Object3DHelperController.html +24 -24
  27. package/docs/classes/PaintBrush.html +15 -15
  28. package/docs/classes/PanoTagPluginController.html +39 -39
  29. package/docs/classes/Util.BetterTween.html +8 -8
  30. package/docs/classes/Util.FivePointSelector.html +12 -12
  31. package/docs/classes/Util.Interval.html +12 -12
  32. package/docs/classes/Util.Magnifier.html +17 -17
  33. package/docs/classes/Util.PointDomHelper.html +11 -11
  34. package/docs/classes/Util.PointHelper.html +11 -11
  35. package/docs/classes/Util.Rectangle.html +13 -13
  36. package/docs/enums/CameraMovementEffect.html +7 -7
  37. package/docs/enums/ContentType.html +12 -12
  38. package/docs/enums/DIRECTION.html +9 -9
  39. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  40. package/docs/enums/DimensionType.html +7 -7
  41. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  42. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  43. package/docs/enums/LinkType.html +7 -7
  44. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  45. package/docs/enums/PointType.html +7 -7
  46. package/docs/enums/Rotation.html +8 -8
  47. package/docs/functions/CSS3DRenderPlugin.html +6 -5
  48. package/docs/functions/CameraMovementPlugin.html +6 -5
  49. package/docs/functions/CruisePlugin.html +6 -5
  50. package/docs/functions/GuideLinePlugin.html +7 -6
  51. package/docs/functions/ItemLabelPlugin.html +6 -5
  52. package/docs/functions/MapviewFloorplanPlugin.html +6 -5
  53. package/docs/functions/ModelChassisCompassPlugin.html +6 -5
  54. package/docs/functions/ModelEntryDoorGuidePlugin.html +6 -5
  55. package/docs/functions/ModelFloorplanPlugin.html +6 -5
  56. package/docs/functions/ModelItemLabelPlugin.html +6 -5
  57. package/docs/functions/ModelRoomLabelPlugin.html +6 -5
  58. package/docs/functions/ModelTVVideoPlugin.html +6 -5
  59. package/docs/functions/ModelViewPlugin.html +6 -5
  60. package/docs/functions/Object3DHelperPlugin.html +6 -5
  61. package/docs/functions/PanoCompassPlugin.html +6 -5
  62. package/docs/functions/PanoCursorRaycasterPlugin.html +6 -5
  63. package/docs/functions/PanoDoorLabelPlugin.html +6 -5
  64. package/docs/functions/PanoFloorplanRadarPlugin.html +6 -5
  65. package/docs/functions/PanoMeasurePlugin.html +6 -5
  66. package/docs/functions/PanoRulerPlugin.html +6 -5
  67. package/docs/functions/PanoRulerProPlugin.html +6 -5
  68. package/docs/functions/PanoSpatialTagPlugin.html +6 -5
  69. package/docs/functions/PanoTagPlugin.html +6 -5
  70. package/docs/functions/TopviewFloorplanPlugin.html +6 -5
  71. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  72. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  73. package/docs/functions/Util.getFrameTime.html +5 -5
  74. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  75. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  76. package/docs/functions/Util.isNil.html +5 -5
  77. package/docs/functions/Util.nextFrame.html +5 -5
  78. package/docs/functions/Util.notNil.html +5 -5
  79. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  80. package/docs/functions/Util.tweenProgress.html +5 -5
  81. package/docs/functions/pluginFlag.html +7 -6
  82. package/docs/index.html +6 -5
  83. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  84. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  85. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  86. package/docs/interfaces/ContentTypeMap.html +12 -12
  87. package/docs/interfaces/FloorplanBounding.html +8 -8
  88. package/docs/interfaces/FloorplanData.html +10 -10
  89. package/docs/interfaces/FloorplanEntrance.html +11 -11
  90. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  91. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  92. package/docs/interfaces/FloorplanFloorData.html +9 -9
  93. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  94. package/docs/interfaces/FloorplanObserver.html +9 -9
  95. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  96. package/docs/interfaces/FloorplanPosition.html +7 -7
  97. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  98. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  99. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  100. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  101. package/docs/interfaces/FloorplanServerData.html +7 -7
  102. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  103. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  104. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  105. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  106. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  107. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  108. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  109. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  110. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  111. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  112. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  113. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  114. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  115. package/docs/interfaces/LineJson.html +7 -7
  116. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  117. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  118. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  119. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  120. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  121. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  122. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  123. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  124. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  125. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  126. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  127. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  128. package/docs/interfaces/ModelViewPluginExportType.html +8 -8
  129. package/docs/interfaces/Object3DHelperState.html +8 -8
  130. package/docs/interfaces/OpenParameter.html +7 -7
  131. package/docs/interfaces/PaintBrushAction.html +12 -12
  132. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  133. package/docs/interfaces/PaintBrushState.html +10 -10
  134. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  135. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +7 -6
  136. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  137. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  138. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  139. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  140. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  141. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  142. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  143. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  144. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +7 -6
  145. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +7 -6
  146. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  147. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  148. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  149. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  150. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  151. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  152. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  153. package/docs/interfaces/Point.html +8 -8
  154. package/docs/interfaces/PointJson.html +8 -8
  155. package/docs/interfaces/Room.html +9 -9
  156. package/docs/interfaces/RoomInfo.html +7 -7
  157. package/docs/interfaces/RoomLabel.html +14 -14
  158. package/docs/interfaces/RoomRules.html +7 -6
  159. package/docs/interfaces/Rooms.html +7 -6
  160. package/docs/interfaces/Scissor.html +9 -9
  161. package/docs/interfaces/TagConfig.html +10 -10
  162. package/docs/interfaces/Tags.html +9 -9
  163. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  164. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  165. package/docs/modules/Util.html +5 -5
  166. package/docs/modules.html +7 -5
  167. package/docs/types/ArrayPosition.html +7 -6
  168. package/docs/types/CSS3DRenderExportType.html +8 -7
  169. package/docs/types/CSS3DRenderPluginExportType.html +7 -6
  170. package/docs/types/CSS3DRenderPluginParameterType.html +7 -6
  171. package/docs/types/Color.html +7 -6
  172. package/docs/types/ContentTypeConfigKey.html +7 -6
  173. package/docs/types/ContentTypeConfigKeyArray.html +7 -6
  174. package/docs/types/Create3DDomContainerReturnType.html +7 -6
  175. package/docs/types/Create3DElementReturnType.html +8 -7
  176. package/docs/types/CruisePluginExportType.html +7 -6
  177. package/docs/types/Direction-1.html +7 -6
  178. package/docs/types/Direction4.html +7 -6
  179. package/docs/types/FloorplanRuleLabels.html +7 -6
  180. package/docs/types/FloorplanServerRuleLabels.html +7 -6
  181. package/docs/types/GuideLinePluginExportType.html +7 -6
  182. package/docs/types/HelperEventMap.html +7 -6
  183. package/docs/types/MapviewFloorplanPluginParameterType.html +7 -6
  184. package/docs/types/MapviewFloorplanPluginReturnType.html +7 -6
  185. package/docs/types/MediaData.html +7 -6
  186. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +7 -6
  187. package/docs/types/ModelFloorplanPluginParameterType.html +7 -6
  188. package/docs/types/ModelFloorplanPluginReturnType.html +7 -6
  189. package/docs/types/ModelRoomLabelPluginParameters.html +7 -6
  190. package/docs/types/ModelRoomLabelPluginReturnType.html +7 -6
  191. package/docs/types/MoveArgs.html +7 -6
  192. package/docs/types/MoveOpts.html +7 -6
  193. package/docs/types/Object3DHelperEventMap.html +7 -6
  194. package/docs/types/ObjectFit.html +7 -6
  195. package/docs/types/PaintBrushEventMap.html +7 -6
  196. package/docs/types/PanoCompassPluginData.html +7 -6
  197. package/docs/types/PanoCompassPluginExportType.html +7 -6
  198. package/docs/types/PanoCompassPluginParameterType.html +7 -6
  199. package/docs/types/PanoFloorplanRadarPluginParameterType.html +7 -6
  200. package/docs/types/PanoFloorplanRadarPluginReturnType.html +7 -6
  201. package/docs/types/PanoMeasurePluginEvent.html +7 -6
  202. package/docs/types/PanoMeasureReturnType.html +7 -6
  203. package/docs/types/PanoSpatialTagPluginId.html +7 -6
  204. package/docs/types/PanoTagPluginExportInterface.html +7 -6
  205. package/docs/types/PanoTagPluginParamsInterface.html +7 -6
  206. package/docs/types/PlaneTag.html +7 -6
  207. package/docs/types/PointTag.html +7 -6
  208. package/docs/types/Position.html +7 -6
  209. package/docs/types/RotateArgs.html +7 -6
  210. package/docs/types/RotateOpts.html +7 -6
  211. package/docs/types/RuleLabelsKey.html +7 -6
  212. package/docs/types/RuleLabelsValue.html +7 -6
  213. package/docs/types/Tag.html +7 -6
  214. package/docs/types/Tag2D.html +7 -6
  215. package/docs/types/Tag3D.html +7 -6
  216. package/docs/types/TagId.html +7 -6
  217. package/docs/types/TopviewFloorplanPluginParameterType.html +7 -6
  218. package/docs/types/TopviewFloorplanPluginReturnType.html +7 -6
  219. package/docs/variables/FLOOR_TYPE_MAP.html +7 -6
  220. package/docs/variables/PLUGIN.html +7 -6
  221. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +7 -6
  222. package/docs/variables/ROOM_TYPE_MAP.html +7 -6
  223. package/docs/variables/VERSION.html +7 -6
  224. package/docs/variables/itemLabelPluginServerParams.html +7 -6
  225. package/docs/variables/modelItemLabelPluginServerParams.html +7 -6
  226. package/docs/variables/modelRoomLabelPluginServerParams.html +7 -6
  227. package/libs/CSS3DRenderPlugin/CSS3DRender.d.ts +48 -34
  228. package/libs/CSS3DRenderPlugin/CSS3DRender.js +197 -256
  229. package/libs/CSS3DRenderPlugin/Controller.d.ts +5 -5
  230. package/libs/CSS3DRenderPlugin/Controller.js +59 -62
  231. package/libs/CSS3DRenderPlugin/index.d.ts +2 -1
  232. package/libs/CSS3DRenderPlugin/index.js +17 -8
  233. package/libs/CSS3DRenderPlugin/utils/createResizeObserver.d.ts +4 -0
  234. package/libs/CSS3DRenderPlugin/utils/createResizeObserver.js +22 -0
  235. package/libs/CSS3DRenderPlugin/utils/even.d.ts +9 -0
  236. package/libs/CSS3DRenderPlugin/utils/even.js +7 -0
  237. package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.d.ts +2 -0
  238. package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +29 -0
  239. package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.d.ts +3 -0
  240. package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.js +9 -0
  241. package/libs/CSS3DRenderPlugin/utils/index.d.ts +1 -1
  242. package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.d.ts +25 -0
  243. package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.js +53 -0
  244. package/libs/CSS3DRenderPlugin/utils/{CSS3DObjectPlus.d.ts → three/CSS3DObject.d.ts} +31 -11
  245. package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +115 -0
  246. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +14 -0
  247. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +46 -0
  248. package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.d.ts +12 -0
  249. package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.js +39 -0
  250. package/libs/CSS3DRenderPlugin/utils/three/OpacityMesh.d.ts +6 -0
  251. package/libs/CSS3DRenderPlugin/utils/three/OpacityMesh.js +18 -0
  252. package/libs/CSS3DRenderPlugin/utils/waitFiveModelLoaded.d.ts +2 -0
  253. package/libs/CSS3DRenderPlugin/utils/waitFiveModelLoaded.js +31 -0
  254. package/libs/CruisePlugin/Controller.js +16 -16
  255. package/libs/ModelTVVideoPlugin/Plugin.js +60 -52
  256. package/libs/ModelTVVideoPlugin/index.js +15 -7
  257. package/libs/Object3DHelperPlugin/Controller.d.ts +2 -0
  258. package/libs/Object3DHelperPlugin/Controller.js +103 -83
  259. package/libs/Object3DHelperPlugin/index.js +20 -12
  260. package/libs/PanoCompassPlugin/Controller.js +49 -41
  261. package/libs/PanoCompassPlugin/index.js +13 -5
  262. package/libs/PanoSpatialTagPlugin/Plugin.js +46 -38
  263. package/libs/PanoSpatialTagPlugin/index.js +13 -5
  264. package/libs/PanoTagPlugin/index.js +21 -13
  265. package/libs/index.js +102 -93
  266. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +1 -1
  267. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +8 -7
  268. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts +2 -2
  269. package/libs/shared-utils/Object3DHelper/Helper/index.js +1 -0
  270. package/libs/shared-utils/three/index.js +2 -1
  271. package/package.json +15 -14
  272. package/dist/CSS3DRenderPlugin/utils/evenNumber.d.ts +0 -3
  273. package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +0 -66
  274. package/libs/CSS3DRenderPlugin/utils/evenNumber.d.ts +0 -3
  275. package/libs/CSS3DRenderPlugin/utils/evenNumber.js +0 -7
@@ -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>PanoSpatialTagPluginContentEvent | 如视看房插件合集 - v2.2.7</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.2.7"/><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>PanoSpatialTagPluginContentEvent | 如视看房插件合集 - v2.3.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.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.2.7</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.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.2.7</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.3.0</a></li>
16
16
  <li><a href="PanoSpatialTagPluginContentEvent.html">PanoSpatialTagPluginContentEvent</a></li></ul>
17
17
  <h1>Interface PanoSpatialTagPluginContentEvent</h1></div>
18
18
  <section class="tsd-panel tsd-hierarchy">
@@ -34,7 +34,7 @@
34
34
  <h5>id: <a href="../types/PanoSpatialTagPluginId.html" class="tsd-signature-type" data-tsd-kind="Type alias">PanoSpatialTagPluginId</a></h5></li></ul></div>
35
35
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4></li></ul></li></ul></section><aside class="tsd-sources">
36
36
  <ul>
37
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/typings.ts#L36">plugins/src/PanoSpatialTagPlugin/typings.ts:36</a></li></ul></aside></div>
37
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/typings.ts#L36">plugins/src/PanoSpatialTagPlugin/typings.ts:36</a></li></ul></aside></div>
38
38
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
39
39
  <div class="tsd-navigation settings">
40
40
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -51,7 +51,7 @@
51
51
  <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>
52
52
  <div class="tsd-accordion-details">
53
53
  <ul>
54
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.2.7</a>
54
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.0</a>
55
55
  <ul>
56
56
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
57
57
  <nav class="tsd-navigation secondary menu-sticky">
@@ -67,7 +67,8 @@
67
67
  <li class="tsd-kind-enum"><a href="../enums/PaintBrushTypeEnum.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-8-path"></use><use href="#icon-8-text"></use></svg>Paint<wbr/>Brush<wbr/>Type<wbr/>Enum</a></li>
68
68
  <li class="tsd-kind-enum"><a href="../enums/PointType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-8-path"></use><use href="#icon-8-text"></use></svg>Point<wbr/>Type</a></li>
69
69
  <li class="tsd-kind-enum"><a href="../enums/Rotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-8-path"></use><use href="#icon-8-text"></use></svg>Rotation</a></li>
70
- <li class="tsd-kind-class"><a href="../classes/CruisePluginController.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg>Cruise<wbr/>Plugin<wbr/>Controller</a></li>
70
+ <li class="tsd-kind-class"><a href="../classes/CSS3DRender.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg>CSS3DRender</a></li>
71
+ <li class="tsd-kind-class"><a href="../classes/CruisePluginController.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Cruise<wbr/>Plugin<wbr/>Controller</a></li>
71
72
  <li class="tsd-kind-class"><a href="../classes/Magnifier.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Magnifier</a></li>
72
73
  <li class="tsd-kind-class"><a href="../classes/ModelRoomLabelController.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Model<wbr/>Room<wbr/>Label<wbr/>Controller</a></li>
73
74
  <li class="tsd-kind-class"><a href="../classes/Object3DHelperController.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Object3DHelper<wbr/>Controller</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>PanoSpatialTagPluginContentReplacement | 如视看房插件合集 - v2.2.7</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.2.7"/><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>PanoSpatialTagPluginContentReplacement | 如视看房插件合集 - v2.3.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.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.2.7</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.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.2.7</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.3.0</a></li>
16
16
  <li><a href="PanoSpatialTagPluginContentReplacement.html">PanoSpatialTagPluginContentReplacement</a></li></ul>
17
17
  <h1>Interface PanoSpatialTagPluginContentReplacement</h1></div>
18
18
  <section class="tsd-panel tsd-hierarchy">
@@ -23,7 +23,7 @@
23
23
  <h4 class="tsd-before-signature">Indexable</h4>
24
24
  <div class="tsd-signature"><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span></div></section><aside class="tsd-sources">
25
25
  <ul>
26
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/typings.ts#L5">plugins/src/PanoSpatialTagPlugin/typings.ts:5</a></li></ul></aside></div>
26
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/typings.ts#L5">plugins/src/PanoSpatialTagPlugin/typings.ts:5</a></li></ul></aside></div>
27
27
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
28
28
  <div class="tsd-navigation settings">
29
29
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -40,7 +40,7 @@
40
40
  <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>
41
41
  <div class="tsd-accordion-details">
42
42
  <ul>
43
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.2.7</a>
43
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.0</a>
44
44
  <ul>
45
45
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
46
46
  <nav class="tsd-navigation secondary menu-sticky">
@@ -56,7 +56,8 @@
56
56
  <li class="tsd-kind-enum"><a href="../enums/PaintBrushTypeEnum.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-8-path"></use><use href="#icon-8-text"></use></svg>Paint<wbr/>Brush<wbr/>Type<wbr/>Enum</a></li>
57
57
  <li class="tsd-kind-enum"><a href="../enums/PointType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-8-path"></use><use href="#icon-8-text"></use></svg>Point<wbr/>Type</a></li>
58
58
  <li class="tsd-kind-enum"><a href="../enums/Rotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-8-path"></use><use href="#icon-8-text"></use></svg>Rotation</a></li>
59
- <li class="tsd-kind-class"><a href="../classes/CruisePluginController.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg>Cruise<wbr/>Plugin<wbr/>Controller</a></li>
59
+ <li class="tsd-kind-class"><a href="../classes/CSS3DRender.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg>CSS3DRender</a></li>
60
+ <li class="tsd-kind-class"><a href="../classes/CruisePluginController.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Cruise<wbr/>Plugin<wbr/>Controller</a></li>
60
61
  <li class="tsd-kind-class"><a href="../classes/Magnifier.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Magnifier</a></li>
61
62
  <li class="tsd-kind-class"><a href="../classes/ModelRoomLabelController.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Model<wbr/>Room<wbr/>Label<wbr/>Controller</a></li>
62
63
  <li class="tsd-kind-class"><a href="../classes/Object3DHelperController.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Object3DHelper<wbr/>Controller</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>PanoSpatialTagPluginData | 如视看房插件合集 - v2.2.7</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.2.7"/><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>PanoSpatialTagPluginData | 如视看房插件合集 - v2.3.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.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.2.7</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.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.2.7</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.3.0</a></li>
16
16
  <li><a href="PanoSpatialTagPluginData.html">PanoSpatialTagPluginData</a></li></ul>
17
17
  <h1>Interface PanoSpatialTagPluginData</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">PanoSpatialTagPluginData</span></li></ul></section><aside class="tsd-sources">
22
22
  <ul>
23
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L20">plugins/src/PanoSpatialTagPlugin/Plugin.ts:20</a></li></ul></aside>
23
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L20">plugins/src/PanoSpatialTagPlugin/Plugin.ts:20</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">
@@ -41,22 +41,22 @@
41
41
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>enabled</span><a href="#enabled" 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>
42
42
  <div class="tsd-signature">enabled<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
43
43
  <ul>
44
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L22">plugins/src/PanoSpatialTagPlugin/Plugin.ts:22</a></li></ul></aside></section>
44
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L22">plugins/src/PanoSpatialTagPlugin/Plugin.ts:22</a></li></ul></aside></section>
45
45
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="events" class="tsd-anchor"></a>
46
46
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>events</span><a href="#events" 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>
47
47
  <div class="tsd-signature">events<span class="tsd-signature-symbol">?:</span> <a href="PanoSpatialTagPluginContentEvent.html" class="tsd-signature-type" data-tsd-kind="Interface">PanoSpatialTagPluginContentEvent</a></div><aside class="tsd-sources">
48
48
  <ul>
49
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L25">plugins/src/PanoSpatialTagPlugin/Plugin.ts:25</a></li></ul></aside></section>
49
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L25">plugins/src/PanoSpatialTagPlugin/Plugin.ts:25</a></li></ul></aside></section>
50
50
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="folded" class="tsd-anchor"></a>
51
51
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>folded</span><a href="#folded" 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>
52
52
  <div class="tsd-signature">folded<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
53
53
  <ul>
54
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L21">plugins/src/PanoSpatialTagPlugin/Plugin.ts:21</a></li></ul></aside></section>
54
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L21">plugins/src/PanoSpatialTagPlugin/Plugin.ts:21</a></li></ul></aside></section>
55
55
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="points" class="tsd-anchor"></a>
56
56
  <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>
57
57
  <div class="tsd-signature">points<span class="tsd-signature-symbol">:</span> <a href="PanoSpatialTagPluginDataElement.html" class="tsd-signature-type" data-tsd-kind="Interface">PanoSpatialTagPluginDataElement</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
58
58
  <ul>
59
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L23">plugins/src/PanoSpatialTagPlugin/Plugin.ts:23</a></li></ul></aside></section>
59
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L23">plugins/src/PanoSpatialTagPlugin/Plugin.ts:23</a></li></ul></aside></section>
60
60
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="render" class="tsd-anchor"></a>
61
61
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>render</span><a href="#render" 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>
62
62
  <div class="tsd-signature">render<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>template<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, replacement<span class="tsd-signature-symbol">: </span><a href="PanoSpatialTagPluginContentReplacement.html" class="tsd-signature-type" data-tsd-kind="Interface">PanoSpatialTagPluginContentReplacement</a><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>
@@ -76,12 +76,12 @@
76
76
  <h5>replacement: <a href="PanoSpatialTagPluginContentReplacement.html" class="tsd-signature-type" data-tsd-kind="Interface">PanoSpatialTagPluginContentReplacement</a></h5></li></ul></div>
77
77
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
78
78
  <ul>
79
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L26">plugins/src/PanoSpatialTagPlugin/Plugin.ts:26</a></li></ul></aside></section>
79
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L26">plugins/src/PanoSpatialTagPlugin/Plugin.ts:26</a></li></ul></aside></section>
80
80
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="template" class="tsd-anchor"></a>
81
81
  <h3 class="tsd-anchor-link"><span>template</span><a href="#template" 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>
82
82
  <div class="tsd-signature">template<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
83
83
  <ul>
84
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L24">plugins/src/PanoSpatialTagPlugin/Plugin.ts:24</a></li></ul></aside></section></section></div>
84
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L24">plugins/src/PanoSpatialTagPlugin/Plugin.ts:24</a></li></ul></aside></section></section></div>
85
85
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
86
86
  <div class="tsd-navigation settings">
87
87
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -98,7 +98,7 @@
98
98
  <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>
99
99
  <div class="tsd-accordion-details">
100
100
  <ul>
101
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.2.7</a>
101
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.0</a>
102
102
  <ul>
103
103
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
104
104
  <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>PanoSpatialTagPluginDataElement | 如视看房插件合集 - v2.2.7</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.2.7"/><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>PanoSpatialTagPluginDataElement | 如视看房插件合集 - v2.3.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.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.2.7</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.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.2.7</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.3.0</a></li>
16
16
  <li><a href="PanoSpatialTagPluginDataElement.html">PanoSpatialTagPluginDataElement</a></li></ul>
17
17
  <h1>Interface PanoSpatialTagPluginDataElement</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">PanoSpatialTagPluginDataElement</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/d148805/plugins/src/PanoSpatialTagPlugin/typings.ts#L14">plugins/src/PanoSpatialTagPlugin/typings.ts:14</a></li></ul></aside>
25
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/typings.ts#L14">plugins/src/PanoSpatialTagPlugin/typings.ts:14</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">
@@ -42,29 +42,29 @@
42
42
  <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>
43
43
  <div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <a href="../types/PanoSpatialTagPluginId.html" class="tsd-signature-type" data-tsd-kind="Type alias">PanoSpatialTagPluginId</a></div><aside class="tsd-sources">
44
44
  <ul>
45
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/typings.ts#L15">plugins/src/PanoSpatialTagPlugin/typings.ts:15</a></li></ul></aside></section>
45
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/typings.ts#L15">plugins/src/PanoSpatialTagPlugin/typings.ts:15</a></li></ul></aside></section>
46
46
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="normal" class="tsd-anchor"></a>
47
47
  <h3 class="tsd-anchor-link"><span>normal</span><a href="#normal" 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>
48
48
  <div class="tsd-signature">normal<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
49
49
  <ul>
50
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/typings.ts#L17">plugins/src/PanoSpatialTagPlugin/typings.ts:17</a></li></ul></aside></section>
50
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/typings.ts#L17">plugins/src/PanoSpatialTagPlugin/typings.ts:17</a></li></ul></aside></section>
51
51
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="position" class="tsd-anchor"></a>
52
52
  <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>
53
53
  <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">
54
54
  <ul>
55
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/typings.ts#L16">plugins/src/PanoSpatialTagPlugin/typings.ts:16</a></li></ul></aside></section>
55
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/typings.ts#L16">plugins/src/PanoSpatialTagPlugin/typings.ts:16</a></li></ul></aside></section>
56
56
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="replacement" class="tsd-anchor"></a>
57
57
  <h3 class="tsd-anchor-link"><span>replacement</span><a href="#replacement" 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>
58
58
  <div class="tsd-signature">replacement<span class="tsd-signature-symbol">:</span> <a href="PanoSpatialTagPluginContentReplacement.html" class="tsd-signature-type" data-tsd-kind="Interface">PanoSpatialTagPluginContentReplacement</a></div><aside class="tsd-sources">
59
59
  <p>Inherited from PanoSpatialTagPluginAppData.replacement</p>
60
60
  <ul>
61
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/typings.ts#L10">plugins/src/PanoSpatialTagPlugin/typings.ts:10</a></li></ul></aside></section>
61
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/typings.ts#L10">plugins/src/PanoSpatialTagPlugin/typings.ts:10</a></li></ul></aside></section>
62
62
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="weight" class="tsd-anchor"></a>
63
63
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>weight</span><a href="#weight" 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>
64
64
  <div class="tsd-signature">weight<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
65
65
  <p>Inherited from PanoSpatialTagPluginAppData.weight</p>
66
66
  <ul>
67
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/typings.ts#L11">plugins/src/PanoSpatialTagPlugin/typings.ts:11</a></li></ul></aside></section></section></div>
67
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/typings.ts#L11">plugins/src/PanoSpatialTagPlugin/typings.ts:11</a></li></ul></aside></section></section></div>
68
68
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
69
69
  <div class="tsd-navigation settings">
70
70
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -81,7 +81,7 @@
81
81
  <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>
82
82
  <div class="tsd-accordion-details">
83
83
  <ul>
84
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.2.7</a>
84
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.0</a>
85
85
  <ul>
86
86
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
87
87
  <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>PanoSpatialTagPluginExportType | 如视看房插件合集 - v2.2.7</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.2.7"/><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>PanoSpatialTagPluginExportType | 如视看房插件合集 - v2.3.0</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.3.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.2.7</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.3.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.2.7</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.3.0</a></li>
16
16
  <li><a href="PanoSpatialTagPluginExportType.html">PanoSpatialTagPluginExportType</a></li></ul>
17
17
  <h1>Interface PanoSpatialTagPluginExportType</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">PanoSpatialTagPluginExportType</span></li></ul></section><aside class="tsd-sources">
22
22
  <ul>
23
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L41">plugins/src/PanoSpatialTagPlugin/Plugin.ts:41</a></li></ul></aside>
23
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L41">plugins/src/PanoSpatialTagPlugin/Plugin.ts:41</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">
@@ -51,7 +51,7 @@
51
51
  <li class="tsd-description">
52
52
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
53
53
  <ul>
54
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L48">plugins/src/PanoSpatialTagPlugin/Plugin.ts:48</a></li></ul></aside></section>
54
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L48">plugins/src/PanoSpatialTagPlugin/Plugin.ts:48</a></li></ul></aside></section>
55
55
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="dispose" class="tsd-anchor"></a>
56
56
  <h3 class="tsd-anchor-link"><span>dispose</span><a href="#dispose" 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>
57
57
  <div class="tsd-signature">dispose<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">void</span><span class="tsd-signature-symbol">)</span></div>
@@ -64,7 +64,7 @@
64
64
  <li class="tsd-description">
65
65
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
66
66
  <ul>
67
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L49">plugins/src/PanoSpatialTagPlugin/Plugin.ts:49</a></li></ul></aside></section>
67
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L49">plugins/src/PanoSpatialTagPlugin/Plugin.ts:49</a></li></ul></aside></section>
68
68
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="enable" class="tsd-anchor"></a>
69
69
  <h3 class="tsd-anchor-link"><span>enable</span><a href="#enable" 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>
70
70
  <div class="tsd-signature">enable<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">void</span><span class="tsd-signature-symbol">)</span></div>
@@ -77,7 +77,7 @@
77
77
  <li class="tsd-description">
78
78
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
79
79
  <ul>
80
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L47">plugins/src/PanoSpatialTagPlugin/Plugin.ts:47</a></li></ul></aside></section>
80
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L47">plugins/src/PanoSpatialTagPlugin/Plugin.ts:47</a></li></ul></aside></section>
81
81
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="fold" class="tsd-anchor"></a>
82
82
  <h3 class="tsd-anchor-link"><span>fold</span><a href="#fold" 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>
83
83
  <div class="tsd-signature">fold<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><a href="../types/PanoSpatialTagPluginId.html" class="tsd-signature-type" data-tsd-kind="Type alias">PanoSpatialTagPluginId</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></div>
@@ -95,7 +95,7 @@
95
95
  <h5>id: <a href="../types/PanoSpatialTagPluginId.html" class="tsd-signature-type" data-tsd-kind="Type alias">PanoSpatialTagPluginId</a></h5></li></ul></div>
96
96
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
97
97
  <ul>
98
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L46">plugins/src/PanoSpatialTagPlugin/Plugin.ts:46</a></li></ul></aside></section>
98
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L46">plugins/src/PanoSpatialTagPlugin/Plugin.ts:46</a></li></ul></aside></section>
99
99
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="foldAll" class="tsd-anchor"></a>
100
100
  <h3 class="tsd-anchor-link"><span>fold<wbr/>All</span><a href="#foldAll" 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>
101
101
  <div class="tsd-signature">fold<wbr/>All<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">void</span><span class="tsd-signature-symbol">)</span></div>
@@ -108,7 +108,7 @@
108
108
  <li class="tsd-description">
109
109
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
110
110
  <ul>
111
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L44">plugins/src/PanoSpatialTagPlugin/Plugin.ts:44</a></li></ul></aside></section>
111
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L44">plugins/src/PanoSpatialTagPlugin/Plugin.ts:44</a></li></ul></aside></section>
112
112
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="load" class="tsd-anchor"></a>
113
113
  <h3 class="tsd-anchor-link"><span>load</span><a href="#load" 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>
114
114
  <div class="tsd-signature">load<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><a href="PanoSpatialTagPluginData.html" class="tsd-signature-type" data-tsd-kind="Interface">PanoSpatialTagPluginData</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></div>
@@ -126,7 +126,7 @@
126
126
  <h5>data: <a href="PanoSpatialTagPluginData.html" class="tsd-signature-type" data-tsd-kind="Interface">PanoSpatialTagPluginData</a></h5></li></ul></div>
127
127
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
128
128
  <ul>
129
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L42">plugins/src/PanoSpatialTagPlugin/Plugin.ts:42</a></li></ul></aside></section>
129
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L42">plugins/src/PanoSpatialTagPlugin/Plugin.ts:42</a></li></ul></aside></section>
130
130
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="unfold" class="tsd-anchor"></a>
131
131
  <h3 class="tsd-anchor-link"><span>unfold</span><a href="#unfold" 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>
132
132
  <div class="tsd-signature">unfold<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><a href="../types/PanoSpatialTagPluginId.html" class="tsd-signature-type" data-tsd-kind="Type alias">PanoSpatialTagPluginId</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></div>
@@ -144,7 +144,7 @@
144
144
  <h5>id: <a href="../types/PanoSpatialTagPluginId.html" class="tsd-signature-type" data-tsd-kind="Type alias">PanoSpatialTagPluginId</a></h5></li></ul></div>
145
145
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
146
146
  <ul>
147
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L45">plugins/src/PanoSpatialTagPlugin/Plugin.ts:45</a></li></ul></aside></section>
147
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L45">plugins/src/PanoSpatialTagPlugin/Plugin.ts:45</a></li></ul></aside></section>
148
148
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="unfoldAll" class="tsd-anchor"></a>
149
149
  <h3 class="tsd-anchor-link"><span>unfold<wbr/>All</span><a href="#unfoldAll" 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>
150
150
  <div class="tsd-signature">unfold<wbr/>All<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">void</span><span class="tsd-signature-symbol">)</span></div>
@@ -157,7 +157,7 @@
157
157
  <li class="tsd-description">
158
158
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
159
159
  <ul>
160
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/d148805/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L43">plugins/src/PanoSpatialTagPlugin/Plugin.ts:43</a></li></ul></aside></section></section></div>
160
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/934110e/plugins/src/PanoSpatialTagPlugin/Plugin.ts#L43">plugins/src/PanoSpatialTagPlugin/Plugin.ts:43</a></li></ul></aside></section></section></div>
161
161
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
162
162
  <div class="tsd-navigation settings">
163
163
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -174,7 +174,7 @@
174
174
  <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>
175
175
  <div class="tsd-accordion-details">
176
176
  <ul>
177
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.2.7</a>
177
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.3.0</a>
178
178
  <ul>
179
179
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
180
180
  <nav class="tsd-navigation secondary menu-sticky">