@realsee/dnalogel 2.13.2 → 2.14.0-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 (376) hide show
  1. package/dist/CSS3DRenderPlugin/Controller.d.ts +1 -1
  2. package/dist/CSS3DRenderPlugin/index.d.ts +1 -1
  3. package/dist/CSS3DRenderPlugin/typing.d.ts +1 -1
  4. package/dist/CSS3DRenderPlugin/{CSS3DRender.d.ts → utils/three/CSS3DRender.d.ts} +9 -7
  5. package/dist/Object3DHelperPlugin/Controller.d.ts +1 -3
  6. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +9 -4
  7. package/dist/PanoTagPlugin/controller/TagRender.d.ts +5 -4
  8. package/dist/PanoTagPlugin/controller/TagUtil.d.ts +12 -4
  9. package/dist/PanoTagPlugin/typings/controller.d.ts +4 -6
  10. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +3 -3
  11. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +2 -9
  12. package/{libs/PanoTagPlugin/utils/model/imageModel.d.ts → dist/PanoTagPlugin/utils/model/imagePlane.d.ts} +3 -2
  13. package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +5 -4
  14. package/dist/index.cjs.js +47 -47
  15. package/dist/index.js +5101 -5083
  16. package/dist/index.umd.js +43 -43
  17. package/dist/shared-utils/Object3DHelper/Base/BaseController.d.ts +1 -1
  18. package/{libs/shared-utils/Object3DHelper/utils → dist/shared-utils}/threex/domevents/index.d.ts +9 -7
  19. package/docs/assets/search.js +1 -1
  20. package/docs/classes/CSS3DRender.html +31 -31
  21. package/docs/classes/CruisePluginController.html +25 -25
  22. package/docs/classes/Magnifier.html +20 -20
  23. package/docs/classes/ModelRoomLabelController.html +11 -11
  24. package/docs/classes/Object3DHelperController.html +24 -31
  25. package/docs/classes/PaintBrush.html +15 -15
  26. package/docs/classes/PanoMeasurePluginLine.html +23 -23
  27. package/docs/classes/PanoMeasurePluginModel.html +22 -22
  28. package/docs/classes/PanoMeasurePluginPoint.html +14 -14
  29. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  30. package/docs/classes/PanoTagPluginController.html +90 -222
  31. package/docs/classes/Util.BetterTween.html +8 -8
  32. package/docs/classes/Util.FivePointSelector.html +12 -12
  33. package/docs/classes/Util.Interval.html +12 -12
  34. package/docs/classes/Util.Magnifier.html +17 -17
  35. package/docs/classes/Util.PointDomHelper.html +11 -11
  36. package/docs/classes/Util.PointHelper.html +11 -11
  37. package/docs/classes/Util.Rectangle.html +13 -13
  38. package/docs/enums/CameraMovementEffect.html +7 -7
  39. package/docs/enums/ContentType.html +19 -19
  40. package/docs/enums/DIRECTION.html +9 -9
  41. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  42. package/docs/enums/DimensionType.html +7 -7
  43. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  44. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  45. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  46. package/docs/enums/Rotation.html +8 -8
  47. package/docs/functions/CSS3DRenderPlugin.html +5 -8
  48. package/docs/functions/CameraMovementPlugin.html +5 -8
  49. package/docs/functions/CruisePlugin.html +5 -8
  50. package/docs/functions/GuideLinePlugin.html +5 -8
  51. package/docs/functions/ItemLabelPlugin.html +5 -8
  52. package/docs/functions/MapviewFloorplanPlugin.html +5 -8
  53. package/docs/functions/ModelChassisCompassPlugin.html +5 -8
  54. package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -8
  55. package/docs/functions/ModelFloorplanPlugin.html +5 -8
  56. package/docs/functions/ModelItemLabelPlugin.html +5 -8
  57. package/docs/functions/ModelRoomLabelPlugin.html +5 -8
  58. package/docs/functions/ModelTVVideoPlugin.html +5 -8
  59. package/docs/functions/ModelViewPlugin.html +5 -8
  60. package/docs/functions/Object3DHelperPlugin.html +5 -8
  61. package/docs/functions/PanoCompassPlugin.html +5 -8
  62. package/docs/functions/PanoCursorRaycasterPlugin.html +5 -8
  63. package/docs/functions/PanoDoorLabelPlugin.html +5 -8
  64. package/docs/functions/PanoFloorplanRadarPlugin.html +5 -8
  65. package/docs/functions/PanoMeasurePlugin.html +5 -8
  66. package/docs/functions/PanoRulerPlugin.html +5 -8
  67. package/docs/functions/PanoRulerProPlugin.html +5 -8
  68. package/docs/functions/PanoSpatialTagPlugin.html +5 -8
  69. package/docs/functions/PanoTagPlugin.html +5 -8
  70. package/docs/functions/PanoVideoPlugin.html +5 -8
  71. package/docs/functions/TopviewFloorplanPlugin.html +5 -8
  72. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  73. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  74. package/docs/functions/Util.getFrameTime.html +5 -5
  75. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  76. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  77. package/docs/functions/Util.isNil.html +5 -5
  78. package/docs/functions/Util.nextFrame.html +5 -5
  79. package/docs/functions/Util.notNil.html +5 -5
  80. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  81. package/docs/functions/Util.tweenProgress.html +5 -5
  82. package/docs/functions/pluginFlag.html +5 -8
  83. package/docs/index.html +4 -7
  84. package/docs/interfaces/AddTagConfig.html +6 -6
  85. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  86. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  87. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  88. package/docs/interfaces/EventMap.html +15 -15
  89. package/docs/interfaces/FloorplanBounding.html +8 -8
  90. package/docs/interfaces/FloorplanData.html +10 -10
  91. package/docs/interfaces/FloorplanEntrance.html +11 -11
  92. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  93. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  94. package/docs/interfaces/FloorplanFloorData.html +9 -9
  95. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  96. package/docs/interfaces/FloorplanObserver.html +9 -9
  97. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  98. package/docs/interfaces/FloorplanPosition.html +7 -7
  99. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  100. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  101. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  102. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  103. package/docs/interfaces/FloorplanServerData.html +7 -7
  104. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  105. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  106. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  107. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  108. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  109. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  110. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  111. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  112. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  113. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  114. package/docs/interfaces/HelperOffset.html +8 -8
  115. package/docs/interfaces/ImagePlaneGroup.html +7 -7
  116. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  117. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  118. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  119. package/docs/interfaces/MinMax.html +7 -7
  120. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  121. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  122. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  123. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  124. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  125. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  126. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  127. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  128. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  129. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  130. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  131. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  132. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  133. package/docs/interfaces/Object3DHelperState.html +8 -8
  134. package/docs/interfaces/ObjectHelperControllers.html +9 -9
  135. package/docs/interfaces/PaintBrushAction.html +12 -12
  136. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  137. package/docs/interfaces/PaintBrushState.html +10 -10
  138. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  139. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -8
  140. package/docs/interfaces/PanoMeasureParameterType.html +14 -14
  141. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
  142. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
  143. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
  144. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
  145. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  146. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  147. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  148. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  149. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  150. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  151. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  152. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -8
  153. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -8
  154. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  155. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  156. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  157. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  158. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  159. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  160. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  161. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +6 -6
  162. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -8
  163. package/docs/interfaces/PanoVideoPluginType.PluginData.html +6 -6
  164. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +9 -9
  165. package/docs/interfaces/PanoVideoPluginType.PluginState.html +6 -6
  166. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +8 -8
  167. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +10 -10
  168. package/docs/interfaces/Point.html +8 -8
  169. package/docs/interfaces/Room.html +9 -9
  170. package/docs/interfaces/RoomInfo.html +7 -7
  171. package/docs/interfaces/RoomLabel.html +14 -14
  172. package/docs/interfaces/RoomRules.html +5 -8
  173. package/docs/interfaces/Rooms.html +5 -8
  174. package/docs/interfaces/Scissor.html +9 -9
  175. package/docs/interfaces/State.html +8 -8
  176. package/docs/interfaces/TagCacheInterface.html +12 -12
  177. package/docs/interfaces/TagConfig.html +11 -11
  178. package/docs/interfaces/TagGLTFObjectGroup.html +6 -6
  179. package/docs/interfaces/TagIconUrl.html +11 -11
  180. package/docs/interfaces/TagObjectGroup.html +6 -6
  181. package/docs/interfaces/TagStyle.html +6 -6
  182. package/docs/interfaces/Tags.html +10 -10
  183. package/docs/interfaces/TemporaryState.html +6 -6
  184. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  185. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  186. package/docs/modules/PanoVideoPluginType.html +5 -5
  187. package/docs/modules/Util.html +5 -5
  188. package/docs/modules.html +4 -10
  189. package/docs/types/ArrayPosition.html +5 -8
  190. package/docs/types/AudioAppearance.html +5 -8
  191. package/docs/types/AudioTagTypeConfigKey.html +5 -8
  192. package/docs/types/CSS3DRenderExportType.html +5 -8
  193. package/docs/types/CSS3DRenderPluginExportType.html +5 -8
  194. package/docs/types/CSS3DRenderPluginParameterType.html +5 -8
  195. package/docs/types/ClassFunctionParameters.html +5 -8
  196. package/docs/types/Color.html +5 -8
  197. package/docs/types/ContentTypeConfigKey.html +5 -8
  198. package/docs/types/ContentTypeConfigKeySplit.html +5 -8
  199. package/docs/types/ContentTypeMap.html +5 -8
  200. package/docs/types/Create3DDomContainerReturnType.html +5 -8
  201. package/docs/types/Create3DElementReturnType.html +5 -8
  202. package/docs/types/CruisePluginExportType.html +5 -8
  203. package/docs/types/Direction-1.html +5 -8
  204. package/docs/types/Direction4.html +5 -8
  205. package/docs/types/FloorplanRuleLabels.html +5 -8
  206. package/docs/types/FloorplanServerRuleLabels.html +5 -8
  207. package/docs/types/GuideLinePluginExportType.html +5 -8
  208. package/docs/types/HelperEventMap.html +5 -8
  209. package/docs/types/LoadTagConfig.html +5 -8
  210. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -8
  211. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -8
  212. package/docs/types/MediaData.html +5 -8
  213. package/docs/types/MediaStore.html +5 -8
  214. package/docs/types/ModelElement.html +5 -8
  215. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -8
  216. package/docs/types/ModelFloorplanPluginParameterType.html +5 -8
  217. package/docs/types/ModelFloorplanPluginReturnType.html +5 -8
  218. package/docs/types/ModelRoomLabelPluginParameters.html +5 -8
  219. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -8
  220. package/docs/types/MoveArgs.html +5 -8
  221. package/docs/types/MoveOpts.html +5 -8
  222. package/docs/types/Object3DHelperEventMap.html +5 -8
  223. package/docs/types/ObjectFit.html +5 -8
  224. package/docs/types/PaintBrushEventMap.html +5 -8
  225. package/docs/types/PanoCompassPluginData.html +5 -8
  226. package/docs/types/PanoCompassPluginExportType.html +5 -8
  227. package/docs/types/PanoCompassPluginParameterType.html +5 -8
  228. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -8
  229. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -8
  230. package/docs/types/PanoIndex.html +5 -8
  231. package/docs/types/PanoMeasurePluginEvent.html +5 -8
  232. package/docs/types/PanoMeasureReturnType.html +5 -8
  233. package/docs/types/PanoSpatialTagPluginId.html +5 -8
  234. package/docs/types/PanoTagPluginExportInterface.html +5 -8
  235. package/docs/types/PanoTagPluginParamsInterface.html +5 -8
  236. package/docs/types/PanoVideoPluginParameterType.html +5 -8
  237. package/docs/types/PanoVideoPluginReturnType.html +5 -8
  238. package/docs/types/PlaneTag.html +5 -8
  239. package/docs/types/PlaneTagElement.html +5 -8
  240. package/docs/types/Point2DElement.html +5 -8
  241. package/docs/types/Point2DTag.html +5 -8
  242. package/docs/types/Point3DElement.html +5 -8
  243. package/docs/types/Point3DTag.html +5 -8
  244. package/docs/types/PointTag.html +5 -8
  245. package/docs/types/PointTagElement.html +5 -8
  246. package/docs/types/Position.html +5 -8
  247. package/docs/types/RotateArgs.html +5 -8
  248. package/docs/types/RotateOpts.html +5 -8
  249. package/docs/types/RuleLabelsKey.html +5 -8
  250. package/docs/types/RuleLabelsValue.html +5 -8
  251. package/docs/types/StickType.html +5 -8
  252. package/docs/types/Tag.html +6 -9
  253. package/docs/types/Tag2D.html +5 -8
  254. package/docs/types/Tag3D.html +5 -8
  255. package/docs/types/TagContentType.html +5 -8
  256. package/docs/types/TagDimensionType.html +5 -8
  257. package/docs/types/TagElement.html +6 -9
  258. package/docs/types/TagEvents.html +5 -8
  259. package/docs/types/TagGLTFObject.html +5 -8
  260. package/docs/types/TagHooks.html +5 -8
  261. package/docs/types/TagIconSize.html +5 -8
  262. package/docs/types/TagId.html +5 -8
  263. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -8
  264. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -8
  265. package/docs/types/WorkCode.html +5 -8
  266. package/docs/variables/FLOOR_TYPE_MAP.html +5 -8
  267. package/docs/variables/PLUGIN.html +6 -9
  268. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -8
  269. package/docs/variables/ROOM_TYPE_MAP.html +5 -8
  270. package/docs/variables/itemLabelPluginServerParams.html +5 -8
  271. package/docs/variables/modelItemLabelPluginServerParams.html +5 -8
  272. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -8
  273. package/libs/CSS3DRenderPlugin/Controller.d.ts +1 -1
  274. package/libs/CSS3DRenderPlugin/Controller.js +2 -4
  275. package/libs/CSS3DRenderPlugin/index.d.ts +1 -1
  276. package/libs/CSS3DRenderPlugin/index.js +1 -1
  277. package/libs/CSS3DRenderPlugin/typing.d.ts +1 -1
  278. package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +21 -21
  279. package/libs/CSS3DRenderPlugin/{CSS3DRender.d.ts → utils/three/CSS3DRender.d.ts} +9 -7
  280. package/libs/CSS3DRenderPlugin/{CSS3DRender.js → utils/three/CSS3DRender.js} +13 -13
  281. package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.js +11 -11
  282. package/libs/ModelTVVideoPlugin/Plugin.js +1 -1
  283. package/libs/ModelTVVideoPlugin/index.js +1 -1
  284. package/libs/Object3DHelperPlugin/Controller.d.ts +1 -3
  285. package/libs/Object3DHelperPlugin/Controller.js +50 -52
  286. package/libs/Object3DHelperPlugin/index.js +3 -4
  287. package/libs/PanoCompassPlugin/Controller.js +1 -1
  288. package/libs/PanoCompassPlugin/index.js +1 -1
  289. package/libs/PanoSpatialTagPlugin/Plugin.js +1 -1
  290. package/libs/PanoSpatialTagPlugin/index.js +1 -1
  291. package/libs/PanoTagPlugin/Archive/deprecated.d.ts +7 -0
  292. package/libs/PanoTagPlugin/Archive/deprecated.js +4 -0
  293. package/libs/PanoTagPlugin/Archive/index.d.ts +1 -0
  294. package/libs/PanoTagPlugin/Archive/index.js +4 -0
  295. package/libs/PanoTagPlugin/Components/Common/Audio.js +93 -97
  296. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +206 -205
  297. package/libs/PanoTagPlugin/Components/Common/Media.js +115 -109
  298. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +100 -100
  299. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +66 -68
  300. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +14 -15
  301. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +4 -2
  302. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +45 -45
  303. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +101 -106
  304. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +82 -84
  305. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +62 -61
  306. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +13 -13
  307. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +49 -48
  308. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +52 -51
  309. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +108 -115
  310. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +25 -36
  311. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +49 -50
  312. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +68 -70
  313. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +55 -54
  314. package/libs/PanoTagPlugin/Components/Tag/index.js +153 -163
  315. package/libs/PanoTagPlugin/Components/TagContainer.js +5 -3
  316. package/libs/PanoTagPlugin/Components/TagItem.js +80 -87
  317. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +9 -4
  318. package/libs/PanoTagPlugin/controller/TagComputer.js +80 -58
  319. package/libs/PanoTagPlugin/controller/TagRender.d.ts +5 -4
  320. package/libs/PanoTagPlugin/controller/TagRender.js +161 -153
  321. package/libs/PanoTagPlugin/controller/TagUtil.d.ts +12 -4
  322. package/libs/PanoTagPlugin/controller/TagUtil.js +179 -77
  323. package/libs/PanoTagPlugin/controller/index.js +54 -49
  324. package/libs/PanoTagPlugin/index.js +16 -16
  325. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +4 -0
  326. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +6 -0
  327. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +93 -0
  328. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +5622 -0
  329. package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +1325 -0
  330. package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +173 -0
  331. package/libs/PanoTagPlugin/mocks/v1/mock1.js +122 -0
  332. package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +233 -0
  333. package/libs/PanoTagPlugin/mocks/v1/mock2.js +296 -0
  334. package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +22 -0
  335. package/libs/PanoTagPlugin/mocks/v1/mock3.js +32 -0
  336. package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +56 -0
  337. package/libs/PanoTagPlugin/mocks/v1/mock4.js +60 -0
  338. package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +13 -0
  339. package/libs/PanoTagPlugin/mocks/v1/mock5.js +17 -0
  340. package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +16 -0
  341. package/libs/PanoTagPlugin/mocks/v1/mock6.js +27 -0
  342. package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +22 -0
  343. package/libs/PanoTagPlugin/mocks/v1/mock7.js +228 -0
  344. package/libs/PanoTagPlugin/typings/controller.d.ts +4 -6
  345. package/libs/PanoTagPlugin/typings/index.js +7 -5
  346. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +3 -3
  347. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +2 -9
  348. package/libs/PanoTagPlugin/typings/tag/Utils.js +5 -3
  349. package/libs/PanoTagPlugin/utils/addDebugPoints.js +6 -4
  350. package/libs/PanoTagPlugin/utils/index.js +35 -33
  351. package/{dist/PanoTagPlugin/utils/model/imageModel.d.ts → libs/PanoTagPlugin/utils/model/imagePlane.d.ts} +3 -2
  352. package/libs/PanoTagPlugin/utils/model/imagePlane.js +33 -0
  353. package/libs/PanoTagPlugin/utils/planeNormal.js +4 -2
  354. package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +5 -4
  355. package/libs/PanoTagPlugin/utils/tag/tagCheck.js +8 -4
  356. package/libs/PanoTagPlugin/utils/tagPosition.js +9 -7
  357. package/libs/PanoVideoPlugin/Controller.js +1 -1
  358. package/libs/PanoVideoPlugin/VideoMeshController.js +1 -1
  359. package/libs/PanoVideoPlugin/index.js +1 -1
  360. package/libs/base/BasePlugin.js +1 -1
  361. package/libs/index.js +31 -33
  362. package/libs/shared-utils/Object3DHelper/Base/BaseController.d.ts +1 -1
  363. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +1 -1
  364. package/libs/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.js +1 -1
  365. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +1 -1
  366. package/libs/shared-utils/Object3DHelper/Helper/index.js +1 -1
  367. package/libs/shared-utils/Object3DHelper/typings/index.js +1 -1
  368. package/libs/shared-utils/three/index.js +1 -1
  369. package/{dist/shared-utils/Object3DHelper/utils → libs/shared-utils}/threex/domevents/index.d.ts +9 -7
  370. package/libs/shared-utils/{Object3DHelper/utils/threex → threex}/domevents/index.js +4 -3
  371. package/package.json +1 -1
  372. package/docs/enums/PointType.html +0 -72
  373. package/docs/types/TagPointType.html +0 -272
  374. package/docs/variables/VERSION.html +0 -269
  375. package/libs/PanoTagPlugin/tsconfig.js +0 -9
  376. package/libs/PanoTagPlugin/utils/model/imageModel.js +0 -31
package/libs/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { PaintBrush as Ni } from "./components/PaintBrush/index.js";
1
+ import { PaintBrush as ci } from "./components/PaintBrush/index.js";
2
2
  import { PaintBrushTypeEnum as hi } from "./components/PaintBrush/typings.js";
3
3
  import { ModelViewPlugin as Bi } from "./ModelViewPlugin/Plugin.js";
4
4
  import { CSS3DRenderPlugin as Ui } from "./CSS3DRenderPlugin/index.js";
@@ -14,23 +14,23 @@ import { ModelChassisCompassPlugin as ap } from "./ModelChassisCompassPlugin/Plu
14
14
  import { ModelEntryDoorGuidePlugin as up } from "./ModelEntryDoorGuidePlugin/Plugin.js";
15
15
  import { CameraMovementPlugin as xp } from "./CameraMovementPlugin/CameraMovementPlugin.js";
16
16
  import { CameraMovementEffect as sp, Rotation as dp } from "./CameraMovementPlugin/typing.js";
17
- import { PanoRulerPlugin as Mp } from "./PanoRulerPlugin/Plugin.js";
18
- import { PanoRulerProPlugin as Ep } from "./PanoRulerProPlugin/index.js";
19
- import { PanoCompassPlugin as _p } from "./PanoCompassPlugin/index.js";
17
+ import { PanoRulerPlugin as Tp } from "./PanoRulerPlugin/Plugin.js";
18
+ import { PanoRulerProPlugin as _p } from "./PanoRulerProPlugin/index.js";
19
+ import { PanoCompassPlugin as Ep } from "./PanoCompassPlugin/index.js";
20
20
  import { PanoMeasurePlugin as Op } from "./PanoMeasurePlugin/index.js";
21
- import { PanoSpatialTagPlugin as Ip } from "./PanoSpatialTagPlugin/Plugin.js";
22
- import { modelItemLabelPluginServerParams as Dp } from "./ModelItemLabelPlugin/index.js";
23
- import { ModelTVVideoPlugin as bp } from "./ModelTVVideoPlugin/Plugin.js";
21
+ import { PanoSpatialTagPlugin as Ap } from "./PanoSpatialTagPlugin/Plugin.js";
22
+ import { modelItemLabelPluginServerParams as Ip } from "./ModelItemLabelPlugin/index.js";
23
+ import { ModelTVVideoPlugin as yp } from "./ModelTVVideoPlugin/Plugin.js";
24
24
  import { DIRECTION as Fp } from "./ModelTVVideoPlugin/typings.js";
25
25
  import { itemLabelPluginServerParams as Gp } from "./ItemLabelPlugin/index.js";
26
- import { PanoDoorLabelPlugin as Np } from "./PanoDoorLabelPlugin/index.js";
26
+ import { PanoDoorLabelPlugin as cp } from "./PanoDoorLabelPlugin/index.js";
27
27
  import { GuideLinePlugin as hp } from "./GuideLinePlugin/index.js";
28
28
  import { CruisePlugin as Bp } from "./CruisePlugin/index.js";
29
29
  import { PanoTagPlugin as Up } from "./PanoTagPlugin/index.js";
30
30
  import { Object3DHelperPlugin as kp } from "./Object3DHelperPlugin/index.js";
31
31
  import { PanoVideoPlugin as zp } from "./PanoVideoPlugin/index.js";
32
32
  import { index as Kp } from "./shared-utils/index.js";
33
- import { CSS3DRender as Wp } from "./CSS3DRenderPlugin/CSS3DRender.js";
33
+ import { CSS3DRender as Wp } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
34
34
  import { Model as Zp } from "./PanoMeasurePlugin/Model/index.js";
35
35
  import { default as oe } from "./PanoMeasurePlugin/Model/point.js";
36
36
  import { default as te } from "./PanoMeasurePlugin/Model/line.js";
@@ -41,11 +41,11 @@ import { ModelItemLabelPlugin as Pe } from "./ModelItemLabelPlugin/ModelItemLabe
41
41
  import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as fe } from "./ItemLabelPlugin/typings.js";
42
42
  import { Plugin as ge } from "./ItemLabelPlugin/Plugin.js";
43
43
  import { default as de } from "./CruisePlugin/Controller.js";
44
- import { default as Me, pluginFlag as Le } from "./PanoTagPlugin/controller/index.js";
45
- import { ContentType as Re } from "./PanoTagPlugin/typings/tag/TagData.js";
46
- import { DimensionType as Ce, PointType as Oe } from "./PanoTagPlugin/typings/tag/Utils.js";
47
- import { Object3DHelperController as Ie, PLUGIN as Ae, VERSION as De } from "./Object3DHelperPlugin/Controller.js";
48
- import { typings as be } from "./PanoVideoPlugin/typings/index.js";
44
+ import { default as Te, pluginFlag as Le } from "./PanoTagPlugin/controller/index.js";
45
+ import { ContentType as Ce } from "./PanoTagPlugin/typings/tag/TagData.js";
46
+ import { DimensionType as Re } from "./PanoTagPlugin/typings/tag/Utils.js";
47
+ import { Object3DHelperController as Se, PLUGIN as Ae } from "./Object3DHelperPlugin/Controller.js";
48
+ import { typings as Ie } from "./PanoVideoPlugin/typings/index.js";
49
49
  import "./components/PaintBrush/Controller.js";
50
50
  import "./components/PaintBrush/utils.js";
51
51
  import "./components/PaintBrush/tween.js";
@@ -222,6 +222,7 @@ import "./CruisePlugin/utils/linerValue.js";
222
222
  import "./CruisePlugin/utils/sleep.js";
223
223
  import "object-assign-deep";
224
224
  import "./PanoTagPlugin/utils/addDebugPoints.js";
225
+ import "@realsee/five/gltf-loader";
225
226
  import "./PanoTagPlugin/utils/tag/tagCheck.js";
226
227
  import "./PanoTagPlugin/utils/actionAfterFiveModelLoad.js";
227
228
  import "./PanoTagPlugin/utils/debounce.js";
@@ -236,8 +237,10 @@ import "./PanoTagPlugin/utils/checkRange.js";
236
237
  import "./PanoTagPlugin/controller/TagUtil.js";
237
238
  import "./PanoTagPlugin/tag.config.js";
238
239
  import "./PanoTagPlugin/utils/planeNormal.js";
240
+ import "./PanoTagPlugin/utils/normalPositionToPositions.js";
239
241
  import "./PanoTagPlugin/controller/TagCache.js";
240
242
  import "./PanoTagPlugin/utils/device.js";
243
+ import "./shared-utils/threex/domevents/index.js";
241
244
  import "./PanoTagPlugin/Components/TagContainer.js";
242
245
  import "./PanoTagPlugin/Components/TagItem.js";
243
246
  import "./PanoTagPlugin/Components/Tag/index.js";
@@ -303,11 +306,8 @@ import "./PanoTagPlugin/Components/Common/Icon/Icon.js";
303
306
  import "./PanoTagPlugin/utils/getImageInfo.js";
304
307
  import "./PanoTagPlugin/Components/Tag/CustomTag.js";
305
308
  import "./PanoTagPlugin/Components/Common/TagPoint.js";
306
- import "./PanoTagPlugin/utils/normalPositionToPositions.js";
309
+ import "./PanoTagPlugin/utils/model/imagePlane.js";
307
310
  import "./shared-utils/three/GLTFLoader.js";
308
- import "@realsee/five/gltf-loader";
309
- import "./PanoTagPlugin/utils/model/imageModel.js";
310
- import "./shared-utils/Object3DHelper/utils/threex/domevents/index.js";
311
311
  import "./shared-utils/Object3DHelper/Helper/MoveHelper.js";
312
312
  import "./shared-utils/Object3DHelper/Base/BaseHelper.js";
313
313
  import "./shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
@@ -354,12 +354,12 @@ export {
354
354
  Ui as CSS3DRenderPlugin,
355
355
  sp as CameraMovementEffect,
356
356
  xp as CameraMovementPlugin,
357
- Re as ContentType,
357
+ Ce as ContentType,
358
358
  Bp as CruisePlugin,
359
359
  de as CruisePluginController,
360
360
  Fp as DIRECTION,
361
361
  ne as DISPLAY_STRATEGY_TYPE,
362
- Ce as DimensionType,
362
+ Re as DimensionType,
363
363
  Qi as FLOOR_PLAN_ATTACHED_TO,
364
364
  pp as FLOOR_TYPE_MAP,
365
365
  hp as GuideLinePlugin,
@@ -372,38 +372,36 @@ export {
372
372
  Xi as ModelFloorplanPlugin,
373
373
  Pe as ModelItemLabelPlugin,
374
374
  zi as ModelRoomLabelPlugin,
375
- bp as ModelTVVideoPlugin,
375
+ yp as ModelTVVideoPlugin,
376
376
  Bi as ModelViewPlugin,
377
- Ie as Object3DHelperController,
377
+ Se as Object3DHelperController,
378
378
  kp as Object3DHelperPlugin,
379
379
  Ae as PLUGIN,
380
- Ni as PaintBrush,
380
+ ci as PaintBrush,
381
381
  hi as PaintBrushTypeEnum,
382
- _p as PanoCompassPlugin,
382
+ Ep as PanoCompassPlugin,
383
383
  ki as PanoCursorRaycasterPlugin,
384
- Np as PanoDoorLabelPlugin,
384
+ cp as PanoDoorLabelPlugin,
385
385
  mp as PanoFloorplanRadarPlugin,
386
386
  Op as PanoMeasurePlugin,
387
387
  te as PanoMeasurePluginLine,
388
388
  Zp as PanoMeasurePluginModel,
389
389
  oe as PanoMeasurePluginPoint,
390
390
  ie as PanoMeasurePluginPolyline,
391
- Mp as PanoRulerPlugin,
392
- Ep as PanoRulerProPlugin,
393
- Ip as PanoSpatialTagPlugin,
391
+ Tp as PanoRulerPlugin,
392
+ _p as PanoRulerProPlugin,
393
+ Ap as PanoSpatialTagPlugin,
394
394
  Up as PanoTagPlugin,
395
- Me as PanoTagPluginController,
395
+ Te as PanoTagPluginController,
396
396
  zp as PanoVideoPlugin,
397
- be as PanoVideoPluginType,
398
- Oe as PointType,
397
+ Ie as PanoVideoPluginType,
399
398
  ep as ROOM_FETILE_TYPE_MAP,
400
399
  lp as ROOM_TYPE_MAP,
401
400
  dp as Rotation,
402
401
  rp as TopviewFloorplanPlugin,
403
402
  Kp as Util,
404
- De as VERSION,
405
403
  Gp as itemLabelPluginServerParams,
406
- Dp as modelItemLabelPluginServerParams,
404
+ Ip as modelItemLabelPluginServerParams,
407
405
  Ji as modelRoomLabelPluginServerParams,
408
406
  Le as pluginFlag
409
407
  };
@@ -2,7 +2,7 @@ import * as THREE from 'three';
2
2
  import { Subscribe } from '../../Subscribe';
3
3
  import type { HelperEventMap, HelperOffset } from '../typings';
4
4
  import type { BaseHelper } from './BaseHelper';
5
- import DomEvents from '../utils/threex/domevents';
5
+ import DomEvents from '../../threex/domevents';
6
6
  export declare let originOpacity: {
7
7
  opacity: number;
8
8
  } | null;
@@ -3,7 +3,7 @@ var j = (b, e, t) => e in b ? f(b, e, { enumerable: !0, configurable: !0, writab
3
3
  var s = (b, e, t) => (j(b, typeof e != "symbol" ? e + "" : e, t), t);
4
4
  import * as p from "three";
5
5
  import { Subscribe as u } from "../../Subscribe.js";
6
- import { DomEvents as y } from "../utils/threex/domevents/index.js";
6
+ import { DomEvents as y } from "../../threex/domevents/index.js";
7
7
  import { notNil as m } from "../../isNil.js";
8
8
  import { boundingBox as g } from "../utils/boundingBox.js";
9
9
  class k {
@@ -1,7 +1,7 @@
1
1
  var u = Object.defineProperty;
2
2
  var D = (c, n, e) => n in c ? u(c, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : c[n] = e;
3
3
  var i = (c, n, e) => (D(c, typeof n != "symbol" ? n + "" : n, e), e);
4
- import { CSS3DRender as b } from "../../../CSS3DRenderPlugin/CSS3DRender.js";
4
+ import { CSS3DRender as b } from "../../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
5
5
  import * as p from "three";
6
6
  import { RectangleScaleHelperAbstract as f } from "../Base/BaseHelper.js";
7
7
  import { rectangleScaleDom as y } from "./HTML/rectangleScaleDom.js";
@@ -5,7 +5,7 @@ import { MoveHelperAbstract as A } from "../Base/BaseHelper.js";
5
5
  import { ArrowGroup as e } from "./Objects/ArrowGroup.js";
6
6
  import { AXES_THREE_COLOR as t } from "../Constants/color.js";
7
7
  import "three";
8
- import "../../../CSS3DRenderPlugin/CSS3DRender.js";
8
+ import "../../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
9
9
  class m extends A {
10
10
  constructor(r) {
11
11
  super(r);
@@ -1,2 +1,2 @@
1
1
  import "three";
2
- import "../../../CSS3DRenderPlugin/CSS3DRender.js";
2
+ import "../../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
@@ -1,2 +1,2 @@
1
1
  import "three";
2
- import "../utils/threex/domevents/index.js";
2
+ import "../../threex/domevents/index.js";
@@ -3,5 +3,5 @@ import "three";
3
3
  import "@realsee/five";
4
4
  import "@tweenjs/tween.js";
5
5
  import "../animationFrame/BetterTween.js";
6
- import "../../CSS3DRenderPlugin/CSS3DRender.js";
6
+ import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
7
7
  import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
@@ -12,19 +12,21 @@ type EventName =
12
12
  | 'touchstart'
13
13
  | 'touchend'
14
14
 
15
+ export interface DomEventInterface<T extends EventName, K extends THREE.Object3D> {
16
+ type: T
17
+ target: K
18
+ origDomEvent: Event
19
+ intersect: THREE.Intersection & { object: K }
20
+ stopPropagation: () => void
21
+ }
22
+
15
23
  declare class DomEvents {
16
24
  public constructor(camera: THREE.Camera, domElement: HTMLElement)
17
25
 
18
26
  public addEventListener<T extends EventName, K extends THREE.Object3D>(
19
27
  object: K,
20
28
  eventName: T,
21
- callback: (params: {
22
- type: T
23
- target: K
24
- origDomEvent: Event
25
- intersect: THREE.Intersection & { object: K }
26
- stopPropagation: () => void
27
- }) => void,
29
+ callback: (params: DomEventInterface<T, K>) => void,
28
30
  useCapture?: boolean,
29
31
  ): void
30
32
 
@@ -180,10 +180,11 @@ n.prototype._onTouchMove = function(t) {
180
180
  }
181
181
  };
182
182
  n.prototype._onTouchEvent = function(t, e) {
183
- if (e.touches.length == 1) {
183
+ var o = e.touches;
184
+ if (o.length == 0 && (o = e.changedTouches), o.length == 1) {
184
185
  e.preventDefault();
185
- var o = Number(e.touches[0].pageX / window.innerWidth) * 2 - 1, i = -(e.touches[0].pageY / window.innerHeight) * 2 + 1;
186
- this._onEvent(t, o, i, e);
186
+ var i = Number(o[0].pageX / window.innerWidth) * 2 - 1, s = -(o[0].pageY / window.innerHeight) * 2 + 1;
187
+ this._onEvent(t, i, s, e);
187
188
  }
188
189
  };
189
190
  export {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "repository": "https://github.com/realsee-developer/dnalogel.git",
8
8
  "description": "如视 VR 看房插件合集",
9
9
  "private": false,
10
- "version": "2.13.2",
10
+ "version": "2.14.0-dev.0",
11
11
  "license": "SEE LICENSE IN TERMS.txt",
12
12
  "scripts": {
13
13
  "clean": "rm -rf components dist docs libs types ./vite.config.js.timestamp*",
@@ -1,72 +0,0 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PointType | 如视看房插件合集 - v2.13.2</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.13.2"/><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
- <div class="tsd-toolbar-contents container">
3
- <div class="table-cell" id="tsd-search" data-base="..">
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>
5
- <div class="field">
6
- <div id="tsd-toolbar-links"></div></div>
7
- <ul class="results">
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.13.2</a></div>
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
- <div class="container container-main">
12
- <div class="col-8 col-content">
13
- <div class="tsd-page-title">
14
- <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">如视看房插件合集 - v2.13.2</a></li>
16
- <li><a href="PointType.html">PointType</a></li></ul>
17
- <h1>Enumeration PointType</h1></div>
18
- <section class="tsd-panel tsd-comment">
19
- <div class="tsd-comment tsd-typography">
20
- <h3>Deprecated</h3><p>改用具体的string</p>
21
- </div></section><aside class="tsd-sources">
22
- <ul>
23
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/7aed7cf/plugins/src/PanoTagPlugin/typings/tag/Utils.ts#L31">plugins/src/PanoTagPlugin/typings/tag/Utils.ts:31</a></li></ul></aside>
24
- <section class="tsd-panel-group tsd-index-group">
25
- <section class="tsd-panel tsd-index-panel">
26
- <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
27
- <h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></svg> Index</h5></summary>
28
- <div class="tsd-accordion-details">
29
- <section class="tsd-index-section">
30
- <h3 class="tsd-index-heading">Enumeration Members</h3>
31
- <div class="tsd-index-list"><a href="PointType.html#PlaneTag" class="tsd-index-link deprecated tsd-kind-enum-member tsd-parent-kind-enum"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>Plane<wbr/>Tag</span></a>
32
- <a href="PointType.html#PointTag" class="tsd-index-link deprecated tsd-kind-enum-member tsd-parent-kind-enum"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>Point<wbr/>Tag</span></a>
33
- </div></section></div></details></section></section>
34
- <section class="tsd-panel-group tsd-member-group">
35
- <h2>Enumeration Members</h2>
36
- <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="PlaneTag" class="tsd-anchor"></a>
37
- <h3 class="tsd-anchor-link"><span class="deprecated">Plane<wbr/>Tag</span><a href="#PlaneTag" 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
- <div class="tsd-signature">Plane<wbr/>Tag<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;PlaneTag&quot;</span></div><aside class="tsd-sources">
39
- <ul>
40
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/7aed7cf/plugins/src/PanoTagPlugin/typings/tag/Utils.ts#L33">plugins/src/PanoTagPlugin/typings/tag/Utils.ts:33</a></li></ul></aside></section>
41
- <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="PointTag" class="tsd-anchor"></a>
42
- <h3 class="tsd-anchor-link"><span class="deprecated">Point<wbr/>Tag</span><a href="#PointTag" 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
- <div class="tsd-signature">Point<wbr/>Tag<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;PointTag&quot;</span></div><aside class="tsd-sources">
44
- <ul>
45
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/7aed7cf/plugins/src/PanoTagPlugin/typings/tag/Utils.ts#L32">plugins/src/PanoTagPlugin/typings/tag/Utils.ts:32</a></li></ul></aside></section></section></div>
46
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
47
- <div class="tsd-navigation settings">
48
- <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
49
- <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> Settings</h3></summary>
50
- <div class="tsd-accordion-details">
51
- <div class="tsd-filter-visibility">
52
- <h4 class="uppercase">Member Visibility</h4><form>
53
- <ul id="tsd-filter-options">
54
- <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div>
55
- <div class="tsd-theme-toggle">
56
- <h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
57
- <nav class="tsd-navigation primary">
58
- <details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
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
- <div class="tsd-accordion-details">
61
- <ul>
62
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.13.2</a>
63
- <ul>
64
- <li class="tsd-kind-namespace"><a href="../modules/PanoVideoPluginType.html">Pano<wbr/>Video<wbr/>Plugin<wbr/>Type</a></li>
65
- <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
66
- <nav class="tsd-navigation secondary menu-sticky">
67
- <ul>
68
- <li class="deprecated current tsd-kind-enum"><a href="PointType.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-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-8-path"></rect><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)" id="icon-8-text"></path></svg><span>Point<wbr/>Type</span></a>
69
- <ul>
70
- <li class="deprecated tsd-kind-enum-member tsd-parent-kind-enum"><a href="PointType.html#PlaneTag" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>Plane<wbr/>Tag</a></li>
71
- <li class="deprecated tsd-kind-enum-member tsd-parent-kind-enum"><a href="PointType.html#PointTag" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>Point<wbr/>Tag</a></li></ul></li></ul></nav></div></div>
72
- <div class="overlay"></div><script src="../assets/main.js"></script></body></html>