@realsee/dnalogel 3.32.0 → 3.33.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 (403) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/CSS3DRenderPlugin/Controller.d.ts +7 -3
  3. package/dist/CSS3DRenderPlugin/utils/three/CSS3DRender.d.ts +1 -1
  4. package/dist/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +4 -3
  5. package/dist/PanoTagPlugin/controller/TagUtil.d.ts +2 -2
  6. package/dist/index.cjs.js +21 -21
  7. package/dist/index.js +208 -187
  8. package/dist/index.umd.js +25 -25
  9. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +3 -3
  10. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +3 -3
  11. package/docs/classes/CSS3DRender.html +3 -3
  12. package/docs/classes/GuideLineItem.GuideLineItem.html +3 -3
  13. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +3 -3
  14. package/docs/classes/ModelMakerPluginInstance.html +3 -3
  15. package/docs/classes/ModelRoomLabelController.html +3 -3
  16. package/docs/classes/MoveController.html +3 -3
  17. package/docs/classes/Object3DHelperController.html +3 -3
  18. package/docs/classes/PaintBrush.html +3 -3
  19. package/docs/classes/PanoMeasurePluginLine.html +3 -3
  20. package/docs/classes/PanoMeasurePluginModel.html +3 -3
  21. package/docs/classes/PanoMeasurePluginPoint.html +3 -3
  22. package/docs/classes/PanoMeasurePluginPolyline.html +3 -3
  23. package/docs/classes/PanoTagPluginController.html +42 -42
  24. package/docs/classes/Sculpt.html +3 -3
  25. package/docs/classes/Util.BetterTween.html +3 -3
  26. package/docs/classes/Util.Interval.html +3 -3
  27. package/docs/classes/Util.LineSegments.html +3 -3
  28. package/docs/classes/Util.Magnifier.html +3 -3
  29. package/docs/classes/Util.Object3D.html +3 -3
  30. package/docs/classes/Util.PointDomHelper.html +3 -3
  31. package/docs/classes/Util.PointHelper.html +3 -3
  32. package/docs/classes/Util.PointSelectorHelper.html +3 -3
  33. package/docs/classes/Util.Rectangle.html +3 -3
  34. package/docs/classes/WalkController.html +3 -3
  35. package/docs/enums/CameraMovementEffect.html +3 -3
  36. package/docs/enums/ContentType.html +3 -3
  37. package/docs/enums/DIRECTION.html +3 -3
  38. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +3 -3
  39. package/docs/enums/DimensionType.html +3 -3
  40. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +3 -3
  41. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +3 -3
  42. package/docs/enums/PaintBrushTypeEnum.html +3 -3
  43. package/docs/enums/PointType.html +3 -3
  44. package/docs/enums/Rotation.html +3 -3
  45. package/docs/functions/AreaMakerPlugin.html +3 -3
  46. package/docs/functions/CSS3DRenderPlugin.html +3 -3
  47. package/docs/functions/CameraMovementPlugin.html +3 -3
  48. package/docs/functions/CruisePlugin.html +3 -3
  49. package/docs/functions/CurrentPanoImagePlugin.html +3 -3
  50. package/docs/functions/GuideLinePlugin.html +3 -3
  51. package/docs/functions/ItemLabelPlugin.html +3 -3
  52. package/docs/functions/MapviewFloorplanPlugin.html +3 -3
  53. package/docs/functions/ModelChassisCompassPlugin.html +3 -3
  54. package/docs/functions/ModelEntryDoorGuidePlugin.html +3 -3
  55. package/docs/functions/ModelFloorplanPlugin.html +3 -3
  56. package/docs/functions/ModelItemLabelPlugin.html +3 -3
  57. package/docs/functions/ModelMakerPlugin.html +3 -3
  58. package/docs/functions/ModelRoomLabelPlugin.html +3 -3
  59. package/docs/functions/ModelTVVideoPlugin.html +3 -3
  60. package/docs/functions/ModelViewPlugin.html +3 -3
  61. package/docs/functions/MovePlugin.html +3 -3
  62. package/docs/functions/Object3DHelperPlugin.html +3 -3
  63. package/docs/functions/PanoCompassPlugin.html +3 -3
  64. package/docs/functions/PanoCursorRaycasterPlugin.html +3 -3
  65. package/docs/functions/PanoDoorLabelPlugin.html +3 -3
  66. package/docs/functions/PanoFloorplanRadarPlugin.html +3 -3
  67. package/docs/functions/PanoMeasurePlugin.html +3 -3
  68. package/docs/functions/PanoRulerPlugin.html +3 -3
  69. package/docs/functions/PanoRulerProPlugin.html +3 -3
  70. package/docs/functions/PanoSpatialTagPlugin.html +3 -3
  71. package/docs/functions/PanoTagPlugin.html +3 -3
  72. package/docs/functions/PanoVideoPlugin.html +3 -3
  73. package/docs/functions/PipelinePlugin.html +3 -3
  74. package/docs/functions/SculptPlugin.html +3 -3
  75. package/docs/functions/TopviewFloorplanPlugin.html +3 -3
  76. package/docs/functions/Util.absoluteUrl.html +3 -3
  77. package/docs/functions/Util.blink.html +3 -3
  78. package/docs/functions/Util.checkFiveModelLoaded.html +3 -3
  79. package/docs/functions/Util.equal.html +3 -3
  80. package/docs/functions/Util.getCoordsFromClient.html +3 -3
  81. package/docs/functions/Util.getCoordsFromElement.html +3 -3
  82. package/docs/functions/Util.getFrameTime.html +3 -3
  83. package/docs/functions/Util.getIntersectFromRelativePosition.html +3 -3
  84. package/docs/functions/Util.getRaycasterFromFivePointer.html +3 -3
  85. package/docs/functions/Util.isAbsoluteURL.html +3 -3
  86. package/docs/functions/Util.isModelLike.html +3 -3
  87. package/docs/functions/Util.isNil.html +3 -3
  88. package/docs/functions/Util.isPanoramaLike.html +3 -3
  89. package/docs/functions/Util.nextFrame.html +3 -3
  90. package/docs/functions/Util.notNil.html +3 -3
  91. package/docs/functions/Util.reblink.html +3 -3
  92. package/docs/functions/Util.requestAnimationFrameInterval.html +3 -3
  93. package/docs/functions/Util.tweenProgress.html +3 -3
  94. package/docs/functions/Util.uuid.html +3 -3
  95. package/docs/functions/pluginFlag.html +3 -3
  96. package/docs/index.html +4 -4
  97. package/docs/interfaces/AddTagConfig.html +3 -3
  98. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +3 -3
  99. package/docs/interfaces/AreaMakerPluginType.Config.html +3 -3
  100. package/docs/interfaces/AreaMakerPluginType.EventMap.html +3 -3
  101. package/docs/interfaces/AreaMakerPluginType.Params.html +3 -3
  102. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +3 -3
  103. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +3 -3
  104. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +3 -3
  105. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +3 -3
  106. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +3 -3
  107. package/docs/interfaces/AreaMakerPluginType.State.html +3 -3
  108. package/docs/interfaces/CSS3DRenderPluginEventMap.html +3 -3
  109. package/docs/interfaces/CSS3DRenderPluginState.html +3 -3
  110. package/docs/interfaces/CameraMovementPluginExportType.html +3 -3
  111. package/docs/interfaces/ContentTypeMapInterface.html +3 -3
  112. package/docs/interfaces/CruisePluginTypes.Config.html +3 -3
  113. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +3 -3
  114. package/docs/interfaces/CruisePluginTypes.EventMap.html +3 -3
  115. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +3 -3
  116. package/docs/interfaces/CruisePluginTypes.MoveAction.html +3 -3
  117. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +3 -3
  118. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +3 -3
  119. package/docs/interfaces/CruisePluginTypes.PluginData.html +3 -3
  120. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +3 -3
  121. package/docs/interfaces/CruisePluginTypes.PluginState.html +3 -3
  122. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +3 -3
  123. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +3 -3
  124. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +3 -3
  125. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +3 -3
  126. package/docs/interfaces/CurrentPanoImagePluginType.State.html +3 -3
  127. package/docs/interfaces/EventMap.html +3 -3
  128. package/docs/interfaces/FloorplanBounding.html +3 -3
  129. package/docs/interfaces/FloorplanData.html +3 -3
  130. package/docs/interfaces/FloorplanEntrance.html +3 -3
  131. package/docs/interfaces/FloorplanExtraObject.html +3 -3
  132. package/docs/interfaces/FloorplanExtraObject3D.html +3 -3
  133. package/docs/interfaces/FloorplanFloorData.html +3 -3
  134. package/docs/interfaces/FloorplanImagePosition.html +3 -3
  135. package/docs/interfaces/FloorplanObserver.html +3 -3
  136. package/docs/interfaces/FloorplanOutlineItem.html +3 -3
  137. package/docs/interfaces/FloorplanPosition.html +3 -3
  138. package/docs/interfaces/FloorplanRoomItem.html +3 -3
  139. package/docs/interfaces/FloorplanRoomLabelItem.html +3 -3
  140. package/docs/interfaces/FloorplanServerBounding.html +3 -3
  141. package/docs/interfaces/FloorplanServerComputedData.html +3 -3
  142. package/docs/interfaces/FloorplanServerData.html +3 -3
  143. package/docs/interfaces/FloorplanServerDoorItem.html +3 -3
  144. package/docs/interfaces/FloorplanServerDoorPosition.html +3 -3
  145. package/docs/interfaces/FloorplanServerEntrance.html +3 -3
  146. package/docs/interfaces/FloorplanServerFloorData.html +3 -3
  147. package/docs/interfaces/FloorplanServerImagePosition.html +3 -3
  148. package/docs/interfaces/FloorplanServerObserver.html +3 -3
  149. package/docs/interfaces/FloorplanServerOutlineItem.html +3 -3
  150. package/docs/interfaces/FloorplanServerPosition.html +3 -3
  151. package/docs/interfaces/FloorplanServerRoomItem.html +3 -3
  152. package/docs/interfaces/FloorplanServerRoomLabelItem.html +3 -3
  153. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +3 -3
  154. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +3 -3
  155. package/docs/interfaces/GuideLinePluginType.EventMap.html +3 -3
  156. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +3 -3
  157. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +3 -3
  158. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +3 -3
  159. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +3 -3
  160. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +3 -3
  161. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +3 -3
  162. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +3 -3
  163. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +3 -3
  164. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +3 -3
  165. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +3 -3
  166. package/docs/interfaces/GuideLinePluginType.PluginState.html +3 -3
  167. package/docs/interfaces/GuideLinePluginType.Route.html +3 -3
  168. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +3 -3
  169. package/docs/interfaces/HelperOffset.html +3 -3
  170. package/docs/interfaces/ImagePlaneGroup.html +3 -3
  171. package/docs/interfaces/ItemLabelPluginData.html +3 -3
  172. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +3 -3
  173. package/docs/interfaces/ItemLabelPluginParametersType.html +3 -3
  174. package/docs/interfaces/MinMax.html +3 -3
  175. package/docs/interfaces/ModelChassisCompassPluginData.html +3 -3
  176. package/docs/interfaces/ModelChassisCompassPluginExportType.html +3 -3
  177. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +3 -3
  178. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +3 -3
  179. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +3 -3
  180. package/docs/interfaces/ModelItemLabelPluginData.html +3 -3
  181. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +3 -3
  182. package/docs/interfaces/ModelItemLabelPluginParametersType.html +3 -3
  183. package/docs/interfaces/ModelMakerPluginType.EventMap.html +3 -3
  184. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +3 -3
  185. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +3 -3
  186. package/docs/interfaces/ModelMakerPluginType.ServerData.html +3 -3
  187. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +3 -3
  188. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +3 -3
  189. package/docs/interfaces/ModelMakerPluginType.State.html +3 -3
  190. package/docs/interfaces/ModelRoomLabelPluginData.html +3 -3
  191. package/docs/interfaces/ModelTVVideoPluginData.html +3 -3
  192. package/docs/interfaces/ModelTVVideoPluginExportType.html +3 -3
  193. package/docs/interfaces/ModelTVVideoPluginParameterType.html +3 -3
  194. package/docs/interfaces/ModelViewPluginExportType.html +3 -3
  195. package/docs/interfaces/Object3DHelperState.html +3 -3
  196. package/docs/interfaces/ObjectHelperControllers.html +3 -3
  197. package/docs/interfaces/PaintBrushAction.html +3 -3
  198. package/docs/interfaces/PaintBrushConfigs.html +3 -3
  199. package/docs/interfaces/PaintBrushState.html +3 -3
  200. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +3 -3
  201. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +3 -3
  202. package/docs/interfaces/PanoMeasureParameterType.html +3 -3
  203. package/docs/interfaces/PanoMeasurePluginLineJson.html +3 -3
  204. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +3 -3
  205. package/docs/interfaces/PanoMeasurePluginPointJson.html +3 -3
  206. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +3 -3
  207. package/docs/interfaces/PanoRulerPluginExportType.html +3 -3
  208. package/docs/interfaces/PanoRulerPluginOptions.html +3 -3
  209. package/docs/interfaces/PanoRulerPluginParameterType.html +3 -3
  210. package/docs/interfaces/PanoRulerProPluginExportType.html +3 -3
  211. package/docs/interfaces/PanoRulerProPluginOptions.html +3 -3
  212. package/docs/interfaces/PanoRulerProPluginParameterType.html +3 -3
  213. package/docs/interfaces/PanoRulerProPluginState.html +3 -3
  214. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +3 -3
  215. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +3 -3
  216. package/docs/interfaces/PanoSpatialTagPluginData.html +3 -3
  217. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +3 -3
  218. package/docs/interfaces/PanoSpatialTagPluginExportType.html +3 -3
  219. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +3 -3
  220. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +3 -3
  221. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +3 -3
  222. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +3 -3
  223. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +3 -3
  224. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +3 -3
  225. package/docs/interfaces/PanoVideoPluginType.PluginData.html +3 -3
  226. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +3 -3
  227. package/docs/interfaces/PanoVideoPluginType.PluginState.html +3 -3
  228. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +3 -3
  229. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +3 -3
  230. package/docs/interfaces/Point.html +3 -3
  231. package/docs/interfaces/Room.html +3 -3
  232. package/docs/interfaces/RoomInfo.html +3 -3
  233. package/docs/interfaces/RoomLabel.html +3 -3
  234. package/docs/interfaces/RoomRules.html +3 -3
  235. package/docs/interfaces/Rooms.html +3 -3
  236. package/docs/interfaces/Scissor.html +3 -3
  237. package/docs/interfaces/State.html +3 -3
  238. package/docs/interfaces/TagCacheInterface.html +3 -3
  239. package/docs/interfaces/TagConfig.html +3 -3
  240. package/docs/interfaces/TagGLTFObjectGroup.html +3 -3
  241. package/docs/interfaces/TagIconUrl.html +3 -3
  242. package/docs/interfaces/TagObjectGroup.html +3 -3
  243. package/docs/interfaces/TagStyle.html +3 -3
  244. package/docs/interfaces/Tags.html +3 -3
  245. package/docs/interfaces/TemporaryState.html +3 -3
  246. package/docs/interfaces/Util.BlinkAnimeOptions.html +3 -3
  247. package/docs/interfaces/Util.MagnifierParameter.html +3 -3
  248. package/docs/interfaces/Util.MouseGroupParameter.html +3 -3
  249. package/docs/interfaces/Util.PointIntersection.html +3 -3
  250. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +3 -3
  251. package/docs/modules/AreaMakerPluginType.html +3 -3
  252. package/docs/modules/CruisePluginTypes.html +3 -3
  253. package/docs/modules/CurrentPanoImagePluginType.html +3 -3
  254. package/docs/modules/GuideLineItem.html +3 -3
  255. package/docs/modules/GuideLineModeItem.html +3 -3
  256. package/docs/modules/GuideLinePluginType.html +3 -3
  257. package/docs/modules/ModelMakerPluginType.html +3 -3
  258. package/docs/modules/PanoVideoPluginType.html +3 -3
  259. package/docs/modules/SculptData.html +3 -3
  260. package/docs/modules/Util.html +3 -3
  261. package/docs/modules.html +4 -4
  262. package/docs/types/AddObject3DHelperConfig.html +3 -3
  263. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +3 -3
  264. package/docs/types/AreaMakerPluginType.ItemRenderer.html +3 -3
  265. package/docs/types/AreaMakerPluginType.PluginData.html +3 -3
  266. package/docs/types/AreaMakerPluginType.ServerData.html +3 -3
  267. package/docs/types/ArrayPosition.html +3 -3
  268. package/docs/types/AudioAppearance.html +3 -3
  269. package/docs/types/CSS3DRenderExportType.html +3 -3
  270. package/docs/types/CSS3DRenderPluginExportType.html +3 -3
  271. package/docs/types/CSS3DRenderPluginParameterType.html +3 -3
  272. package/docs/types/ClassFunctionParameters.html +3 -3
  273. package/docs/types/Color.html +3 -3
  274. package/docs/types/ContentTypeConfigKey.html +3 -3
  275. package/docs/types/ContentTypeConfigKeySplit.html +3 -3
  276. package/docs/types/ContentTypeMap.html +3 -3
  277. package/docs/types/Create3DDomContainerReturnType.html +3 -3
  278. package/docs/types/Create3DElementReturnType.html +3 -3
  279. package/docs/types/CruisePluginExportType.html +3 -3
  280. package/docs/types/CruisePluginTypes.CruiseData.html +3 -3
  281. package/docs/types/CruisePluginTypes.MoveEffect.html +3 -3
  282. package/docs/types/CurrentPanoImagePluginExportType.html +3 -3
  283. package/docs/types/DeprecatedMediaPlaneProperty.html +3 -3
  284. package/docs/types/DeprecatedTagProperty.html +3 -3
  285. package/docs/types/Direction-1.html +3 -3
  286. package/docs/types/Direction4.html +3 -3
  287. package/docs/types/ElementRenderer.html +3 -3
  288. package/docs/types/FloorplanRuleLabels.html +3 -3
  289. package/docs/types/FloorplanServerRuleLabels.html +3 -3
  290. package/docs/types/GuideLinePluginExportType.html +3 -3
  291. package/docs/types/GuideLinePluginType.GuideLineItem.html +3 -3
  292. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +3 -3
  293. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +3 -3
  294. package/docs/types/GuideLinePluginType.GuideLineStyle.html +3 -3
  295. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +3 -3
  296. package/docs/types/GuideLinePluginType.PathItem.html +3 -3
  297. package/docs/types/GuideLinePluginType.PluginData.html +3 -3
  298. package/docs/types/HelperEventMap.html +3 -3
  299. package/docs/types/InternalHelperEventMap.html +3 -3
  300. package/docs/types/LoadTagConfig.html +3 -3
  301. package/docs/types/MapviewFloorplanPluginParameterType.html +3 -3
  302. package/docs/types/MapviewFloorplanPluginReturnType.html +3 -3
  303. package/docs/types/MediaData.html +3 -3
  304. package/docs/types/MediaStore.html +3 -3
  305. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +3 -3
  306. package/docs/types/ModelFloorplanPluginParameterType.html +3 -3
  307. package/docs/types/ModelFloorplanPluginReturnType.html +3 -3
  308. package/docs/types/ModelId.html +3 -3
  309. package/docs/types/ModelMakerPluginType.ElementRenderer.html +3 -3
  310. package/docs/types/ModelMakerPluginType.ItemType.html +3 -3
  311. package/docs/types/ModelRoomLabelPluginParameters.html +3 -3
  312. package/docs/types/ModelRoomLabelPluginReturnType.html +3 -3
  313. package/docs/types/MoveArgs.html +3 -3
  314. package/docs/types/MoveOpts.html +3 -3
  315. package/docs/types/Object3DHelperEventMap.html +3 -3
  316. package/docs/types/ObjectFit.html +3 -3
  317. package/docs/types/PaintBrushEventMap.html +3 -3
  318. package/docs/types/PanoCompassPluginData.html +3 -3
  319. package/docs/types/PanoCompassPluginExportType.html +3 -3
  320. package/docs/types/PanoCompassPluginParameterType.html +3 -3
  321. package/docs/types/PanoFloorplanRadarPluginParameterType.html +3 -3
  322. package/docs/types/PanoFloorplanRadarPluginReturnType.html +3 -3
  323. package/docs/types/PanoIndex.html +3 -3
  324. package/docs/types/PanoMeasurePluginEvent.html +3 -3
  325. package/docs/types/PanoMeasureReturnType.html +3 -3
  326. package/docs/types/PanoSpatialTagPluginId.html +3 -3
  327. package/docs/types/PanoTagPluginExportInterface.html +3 -3
  328. package/docs/types/PanoTagPluginParamsInterface.html +3 -3
  329. package/docs/types/PanoVideoPluginParameterType.html +3 -3
  330. package/docs/types/PanoVideoPluginReturnType.html +3 -3
  331. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +3 -3
  332. package/docs/types/PipelinePluginParameterType.html +3 -3
  333. package/docs/types/PipelinePluginReturnType.html +3 -3
  334. package/docs/types/PlaneTag.html +3 -3
  335. package/docs/types/Point2DTag.html +3 -3
  336. package/docs/types/Point3DTag.html +3 -3
  337. package/docs/types/PointTag.html +3 -3
  338. package/docs/types/PointTagInstance.html +3 -3
  339. package/docs/types/Position.html +3 -3
  340. package/docs/types/PositionFrom.html +3 -3
  341. package/docs/types/RotateArgs.html +3 -3
  342. package/docs/types/RotateOpts.html +3 -3
  343. package/docs/types/RuleLabelsKey.html +3 -3
  344. package/docs/types/RuleLabelsValue.html +3 -3
  345. package/docs/types/ScaleCallback.html +3 -3
  346. package/docs/types/ScalePosition.html +3 -3
  347. package/docs/types/SculptData.BoxData.html +3 -3
  348. package/docs/types/SculptData.CircleData.html +3 -3
  349. package/docs/types/SculptData.CylinderData.html +3 -3
  350. package/docs/types/SculptData.PointData.html +3 -3
  351. package/docs/types/SculptData.PolygonData.html +3 -3
  352. package/docs/types/SculptData.PolylineData.html +3 -3
  353. package/docs/types/SculptData.PrismData.html +3 -3
  354. package/docs/types/SculptData.RectangleData.html +3 -3
  355. package/docs/types/StickType.html +3 -3
  356. package/docs/types/Tag.html +3 -3
  357. package/docs/types/Tag2D.html +3 -3
  358. package/docs/types/Tag3D.html +3 -3
  359. package/docs/types/TagConfigByKey.html +3 -3
  360. package/docs/types/TagContentType.html +3 -3
  361. package/docs/types/TagContentTypeMapping.html +3 -3
  362. package/docs/types/TagDimensionType.html +3 -3
  363. package/docs/types/TagElement.html +3 -3
  364. package/docs/types/TagEvents.html +3 -3
  365. package/docs/types/TagGLTFObject.html +3 -3
  366. package/docs/types/TagHooks.html +3 -3
  367. package/docs/types/TagId.html +3 -3
  368. package/docs/types/TagInstance.html +3 -3
  369. package/docs/types/TagPointType.html +3 -3
  370. package/docs/types/TagRendererMap.html +3 -3
  371. package/docs/types/TopviewFloorplanPluginParameterType.html +3 -3
  372. package/docs/types/TopviewFloorplanPluginReturnType.html +3 -3
  373. package/docs/types/WorkCode.html +3 -3
  374. package/docs/variables/FLOOR_TYPE_MAP.html +3 -3
  375. package/docs/variables/PLUGIN.html +3 -3
  376. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +3 -3
  377. package/docs/variables/ROOM_TYPE_MAP.html +3 -3
  378. package/docs/variables/defaultGlobalConfig.html +3 -3
  379. package/docs/variables/itemLabelPluginServerParams.html +3 -3
  380. package/docs/variables/modelItemLabelPluginServerParams.html +3 -3
  381. package/docs/variables/modelRoomLabelPluginServerParams.html +3 -3
  382. package/libs/CSS3DRenderPlugin/Controller.d.ts +7 -3
  383. package/libs/CSS3DRenderPlugin/Controller.js +38 -26
  384. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.d.ts +1 -1
  385. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +4 -3
  386. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +26 -20
  387. package/libs/CruisePlugin/Move.js +3 -3
  388. package/libs/CruisePlugin/Work.js +13 -13
  389. package/libs/CruisePlugin/index.js +3 -3
  390. package/libs/GuideLinePlugin/Controller.js +13 -13
  391. package/libs/GuideLinePlugin/GuideLineItem.js +3 -3
  392. package/libs/GuideLinePlugin/GuideLineModeItem.js +3 -3
  393. package/libs/GuideLinePlugin/index.js +3 -3
  394. package/libs/PanoTagPlugin/Components/Tag/PanoramaTag.js +73 -73
  395. package/libs/PanoTagPlugin/controller/TagComputer.js +5 -2
  396. package/libs/PanoTagPlugin/controller/TagRender.js +18 -18
  397. package/libs/PanoTagPlugin/controller/TagUtil.d.ts +2 -2
  398. package/libs/PanoTagPlugin/controller/TagUtil.js +50 -44
  399. package/libs/PanoTagPlugin/controller/index.js +4 -4
  400. package/libs/PanoTagPlugin/index.js +3 -3
  401. package/libs/base/BasePlugin.js +1 -1
  402. package/libs/shared-utils/logger.js +1 -1
  403. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>defaultGlobalConfig | 如视空间交互插件合集 - v3.32.0</title><meta name="description" content="Documentation for 如视空间交互插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>defaultGlobalConfig | 如视空间交互插件合集 - v3.33.0</title><meta name="description" content="Documentation for 如视空间交互插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视空间交互插件合集 - v3.32.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视空间交互插件合集 - v3.33.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-content">
@@ -31,7 +31,7 @@
31
31
  <div class="tsd-theme-toggle">
32
32
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
33
33
  <div class="site-menu">
34
- <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>如视空间交互插件合集 -<wbr/> v3.32.0</span></a>
34
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>如视空间交互插件合集 -<wbr/> v3.33.0</span></a>
35
35
  <ul class="tsd-small-nested-navigation">
36
36
  <li><a href="../modules.html#CruisePluginController"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-8388608"><rect fill="var(--color-icon-background)" stroke="#FF4D82" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M10.354 17V8.24H13.066C13.586 8.24 14.042 8.348 14.434 8.564C14.826 8.772 15.13 9.064 15.346 9.44C15.562 9.816 15.67 10.256 15.67 10.76C15.67 11.352 15.514 11.86 15.202 12.284C14.898 12.708 14.482 13 13.954 13.16L15.79 17H14.518L12.838 13.28H11.434V17H10.354ZM11.434 12.308H13.066C13.514 12.308 13.874 12.168 14.146 11.888C14.418 11.6 14.554 11.224 14.554 10.76C14.554 10.288 14.418 9.912 14.146 9.632C13.874 9.352 13.514 9.212 13.066 9.212H11.434V12.308Z" fill="var(--color-text)"></path></g></svg><span>Cruise<wbr/>Plugin<wbr/>Controller</span></a></li>
37
37
  <li><a href="../modules.html#Magnifier"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8388608"></use></svg><span>Magnifier</span></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>itemLabelPluginServerParams | 如视空间交互插件合集 - v3.32.0</title><meta name="description" content="Documentation for 如视空间交互插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>itemLabelPluginServerParams | 如视空间交互插件合集 - v3.33.0</title><meta name="description" content="Documentation for 如视空间交互插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视空间交互插件合集 - v3.32.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视空间交互插件合集 - v3.33.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-content">
@@ -38,7 +38,7 @@
38
38
  <div class="tsd-theme-toggle">
39
39
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
40
40
  <div class="site-menu">
41
- <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>如视空间交互插件合集 -<wbr/> v3.32.0</span></a>
41
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>如视空间交互插件合集 -<wbr/> v3.33.0</span></a>
42
42
  <ul class="tsd-small-nested-navigation">
43
43
  <li><a href="../modules.html#CruisePluginController"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-8388608"><rect fill="var(--color-icon-background)" stroke="#FF4D82" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M10.354 17V8.24H13.066C13.586 8.24 14.042 8.348 14.434 8.564C14.826 8.772 15.13 9.064 15.346 9.44C15.562 9.816 15.67 10.256 15.67 10.76C15.67 11.352 15.514 11.86 15.202 12.284C14.898 12.708 14.482 13 13.954 13.16L15.79 17H14.518L12.838 13.28H11.434V17H10.354ZM11.434 12.308H13.066C13.514 12.308 13.874 12.168 14.146 11.888C14.418 11.6 14.554 11.224 14.554 10.76C14.554 10.288 14.418 9.912 14.146 9.632C13.874 9.352 13.514 9.212 13.066 9.212H11.434V12.308Z" fill="var(--color-text)"></path></g></svg><span>Cruise<wbr/>Plugin<wbr/>Controller</span></a></li>
44
44
  <li><a href="../modules.html#Magnifier"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8388608"></use></svg><span>Magnifier</span></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>modelItemLabelPluginServerParams | 如视空间交互插件合集 - v3.32.0</title><meta name="description" content="Documentation for 如视空间交互插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelItemLabelPluginServerParams | 如视空间交互插件合集 - v3.33.0</title><meta name="description" content="Documentation for 如视空间交互插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视空间交互插件合集 - v3.32.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视空间交互插件合集 - v3.33.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-content">
@@ -38,7 +38,7 @@
38
38
  <div class="tsd-theme-toggle">
39
39
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
40
40
  <div class="site-menu">
41
- <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>如视空间交互插件合集 -<wbr/> v3.32.0</span></a>
41
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>如视空间交互插件合集 -<wbr/> v3.33.0</span></a>
42
42
  <ul class="tsd-small-nested-navigation">
43
43
  <li><a href="../modules.html#CruisePluginController"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-8388608"><rect fill="var(--color-icon-background)" stroke="#FF4D82" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M10.354 17V8.24H13.066C13.586 8.24 14.042 8.348 14.434 8.564C14.826 8.772 15.13 9.064 15.346 9.44C15.562 9.816 15.67 10.256 15.67 10.76C15.67 11.352 15.514 11.86 15.202 12.284C14.898 12.708 14.482 13 13.954 13.16L15.79 17H14.518L12.838 13.28H11.434V17H10.354ZM11.434 12.308H13.066C13.514 12.308 13.874 12.168 14.146 11.888C14.418 11.6 14.554 11.224 14.554 10.76C14.554 10.288 14.418 9.912 14.146 9.632C13.874 9.352 13.514 9.212 13.066 9.212H11.434V12.308Z" fill="var(--color-text)"></path></g></svg><span>Cruise<wbr/>Plugin<wbr/>Controller</span></a></li>
44
44
  <li><a href="../modules.html#Magnifier"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8388608"></use></svg><span>Magnifier</span></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>modelRoomLabelPluginServerParams | 如视空间交互插件合集 - v3.32.0</title><meta name="description" content="Documentation for 如视空间交互插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视空间交互插件合集 - v3.33.0</title><meta name="description" content="Documentation for 如视空间交互插件合集"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,7 +6,7 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视空间交互插件合集 - v3.32.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视空间交互插件合集 - v3.33.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-content">
@@ -38,7 +38,7 @@
38
38
  <div class="tsd-theme-toggle">
39
39
  <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
40
40
  <div class="site-menu">
41
- <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>如视空间交互插件合集 -<wbr/> v3.32.0</span></a>
41
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>如视空间交互插件合集 -<wbr/> v3.33.0</span></a>
42
42
  <ul class="tsd-small-nested-navigation">
43
43
  <li><a href="../modules.html#CruisePluginController"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-8388608"><rect fill="var(--color-icon-background)" stroke="#FF4D82" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M10.354 17V8.24H13.066C13.586 8.24 14.042 8.348 14.434 8.564C14.826 8.772 15.13 9.064 15.346 9.44C15.562 9.816 15.67 10.256 15.67 10.76C15.67 11.352 15.514 11.86 15.202 12.284C14.898 12.708 14.482 13 13.954 13.16L15.79 17H14.518L12.838 13.28H11.434V17H10.354ZM11.434 12.308H13.066C13.514 12.308 13.874 12.168 14.146 11.888C14.418 11.6 14.554 11.224 14.554 10.76C14.554 10.288 14.418 9.912 14.146 9.632C13.874 9.352 13.514 9.212 13.066 9.212H11.434V12.308Z" fill="var(--color-text)"></path></g></svg><span>Cruise<wbr/>Plugin<wbr/>Controller</span></a></li>
44
44
  <li><a href="../modules.html#Magnifier"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8388608"></use></svg><span>Magnifier</span></a></li>
@@ -24,9 +24,11 @@ export interface Create3DDomContainerParamsType {
24
24
  }
25
25
  export default class Controller extends CSS3DRender implements BasePlugin.Controller<CSS3DRenderState, CSS3DRenderEventMap> {
26
26
  five: Five;
27
- behindFiveContainer?: HTMLElement;
27
+ behindFiveContainer?: Element;
28
+ frontFiveContainer?: Element;
28
29
  readonly VERSION = "v2.0.1";
29
30
  readonly staticPrefix: string;
31
+ private created3DElementResults;
30
32
  constructor(five: Five);
31
33
  /** @deprecated disposeAll() renamed as dispose() */
32
34
  disposeAll(): void;
@@ -78,9 +80,11 @@ export default class Controller extends CSS3DRender implements BasePlugin.Contro
78
80
  disable: () => void;
79
81
  setEnabled: (enabled: boolean) => void;
80
82
  dispose: () => boolean;
81
- appendToElement: (element: HTMLElement) => import("./utils/three/CSS3DRenderer").default;
83
+ appendToElement: (element: Element) => import("./utils/three/CSS3DRenderer").default;
82
84
  };
83
- getBehindFiveElement(): HTMLElement;
85
+ appendToFrontFiveContainer(container: Element): void;
86
+ appendToBehindFiveContainer(container: Element): void;
87
+ getBehindFiveElement(): Element;
84
88
  /**
85
89
  * @description: 获取静态资源的url
86
90
  */
@@ -1,25 +1,25 @@
1
- var C = Object.defineProperty, F = Object.defineProperties;
1
+ var F = Object.defineProperty, C = Object.defineProperties;
2
2
  var R = Object.getOwnPropertyDescriptors;
3
3
  var b = Object.getOwnPropertySymbols;
4
4
  var D = Object.prototype.hasOwnProperty, S = Object.prototype.propertyIsEnumerable;
5
- var m = (r, t, e) => t in r ? C(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e, p = (r, t) => {
6
- for (var e in t || (t = {}))
7
- D.call(t, e) && m(r, e, t[e]);
5
+ var m = (r, i, e) => i in r ? F(r, i, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[i] = e, p = (r, i) => {
6
+ for (var e in i || (i = {}))
7
+ D.call(i, e) && m(r, e, i[e]);
8
8
  if (b)
9
- for (var e of b(t))
10
- S.call(t, e) && m(r, e, t[e]);
9
+ for (var e of b(i))
10
+ S.call(i, e) && m(r, e, i[e]);
11
11
  return r;
12
- }, l = (r, t) => F(r, R(t));
13
- var o = (r, t, e) => (m(r, typeof t != "symbol" ? t + "" : t, e), e);
14
- import { CSS3DRender as x } from "./utils/three/CSS3DRender.js";
15
- import O from "./utils/generateBehindFiveElement.js";
12
+ }, l = (r, i) => C(r, R(i));
13
+ var o = (r, i, e) => (m(r, typeof i != "symbol" ? i + "" : i, e), e);
14
+ import { CSS3DRender as O } from "./utils/three/CSS3DRender.js";
15
+ import j from "./utils/generateBehindFiveElement.js";
16
16
  import "hammerjs";
17
17
  import "three";
18
18
  import "@realsee/five";
19
19
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
20
20
  import "animejs";
21
- import { absoluteUrl as P } from "../shared-utils/url/absoluteUrl.js";
22
- import { waitFiveModelLoaded as $ } from "../shared-utils/five/fiveModelLoad.js";
21
+ import { absoluteUrl as x } from "../shared-utils/url/absoluteUrl.js";
22
+ import { waitFiveModelLoaded as P } from "../shared-utils/five/fiveModelLoad.js";
23
23
  import "../shared-utils/positionToVector3.js";
24
24
  import "./utils/three/CSS3DRenderer.js";
25
25
  import "three/examples/jsm/renderers/CSS3DRenderer";
@@ -35,13 +35,15 @@ import "../shared-utils/three/getObjectVisible.js";
35
35
  import "./utils/three/CSS3DScene.js";
36
36
  import "./utils/three/CSS3DGroup.js";
37
37
  const E = "v2.0.1", h = `CSS3DRenderPlugin@${E}`;
38
- class Z extends x {
38
+ class Z extends O {
39
39
  constructor(e) {
40
40
  super();
41
41
  o(this, "five");
42
42
  o(this, "behindFiveContainer");
43
+ o(this, "frontFiveContainer");
43
44
  o(this, "VERSION", E);
44
45
  o(this, "staticPrefix", "//vr-image-4.realsee-cdn.cn");
46
+ o(this, "created3DElementResults", []);
45
47
  /**
46
48
  * @description 根据传入的四个点位创建一个 3d dom容器,可以通过ReactDom.render()的方式将react组件放到容器中
47
49
  * @param { Vector3Position[] } points 矩形四个点坐标
@@ -77,20 +79,20 @@ class Z extends x {
77
79
  * } | void
78
80
  * ```
79
81
  */
80
- o(this, "create3DDomContainer", (e, i) => {
82
+ o(this, "create3DDomContainer", (e, t) => {
81
83
  if (this.state.disposed)
82
84
  return;
83
85
  const s = (() => {
84
86
  var f;
85
- (i == null ? void 0 : i.dpr) !== void 0 && console.warn(`${h}: please use "config.devicePixelRatio" replace "config.dpr"`);
87
+ (t == null ? void 0 : t.dpr) !== void 0 && console.warn(`${h}: please use "config.devicePixelRatio" replace "config.dpr"`);
86
88
  const d = {
87
89
  ratio: 216e-5,
88
- devicePixelRatio: (f = i == null ? void 0 : i.dpr) != null ? f : 1,
90
+ devicePixelRatio: (f = t == null ? void 0 : t.dpr) != null ? f : 1,
89
91
  mode: "front",
90
92
  autoRender: !0,
91
93
  wrapperStyle: {}
92
94
  };
93
- return Object.assign(d, i, (i == null ? void 0 : i.mode) === "behind" ? { scene: this.five.scene } : void 0);
95
+ return Object.assign(d, t, (t == null ? void 0 : t.mode) === "behind" ? { scene: this.five.scene } : void 0);
94
96
  })(), a = this.five.getElement();
95
97
  if (!a) {
96
98
  console.error(`${h}: five.getElement() is ${a}`);
@@ -101,15 +103,15 @@ class Z extends x {
101
103
  const n = this.create3DElement(this.five.camera, e, l(p({}, s), { autoRender: !1 }));
102
104
  if (!n)
103
105
  return;
104
- const u = () => {
106
+ const c = () => {
105
107
  const d = n.css3DObject.mode === "front" ? a.parentElement : this.getBehindFiveElement();
106
108
  if (!d)
107
109
  return console.error(`${h}: wrapper is ${d}`);
108
- n.appendToElement(d), n.render();
109
- }, c = () => {
110
- n.css3DObject.mode === "front" && u(), n.css3DObject.mode === "behind" && $(this.five).then(() => u());
110
+ n.appendToElement(d), n.render(), this.created3DElementResults.push(n);
111
+ }, u = () => {
112
+ n.css3DObject.mode === "front" && c(), n.css3DObject.mode === "behind" && P(this.five).then(() => c());
111
113
  };
112
- return v && c(), l(p({}, n), { render: v ? void 0 : c });
114
+ return v && u(), l(p({}, n), { render: v ? void 0 : u });
113
115
  });
114
116
  this.five = e;
115
117
  }
@@ -118,17 +120,27 @@ class Z extends x {
118
120
  return this.dispose();
119
121
  }
120
122
  setState(...e) {
121
- const i = super.setState(...e);
122
- return this.five.needsRender = !0, i;
123
+ const t = super.setState(...e);
124
+ return this.five.needsRender = !0, t;
125
+ }
126
+ appendToFrontFiveContainer(e) {
127
+ this.frontFiveContainer = e, this.created3DElementResults.forEach((t) => {
128
+ t.css3DObject.mode === "front" && t.appendToElement(e);
129
+ });
130
+ }
131
+ appendToBehindFiveContainer(e) {
132
+ this.behindFiveContainer = e, this.created3DElementResults.forEach((t) => {
133
+ t.css3DObject.mode === "behind" && t.appendToElement(e);
134
+ });
123
135
  }
124
136
  getBehindFiveElement() {
125
- return this.behindFiveContainer ? this.behindFiveContainer : (this.behindFiveContainer = O(this.five), this.behindFiveContainer);
137
+ return this.behindFiveContainer ? this.behindFiveContainer : (this.behindFiveContainer = j(this.five), this.behindFiveContainer);
126
138
  }
127
139
  /**
128
140
  * @description: 获取静态资源的url
129
141
  */
130
142
  absoluteUrl(e) {
131
- return P(this.staticPrefix, e);
143
+ return x(this.staticPrefix, e);
132
144
  }
133
145
  }
134
146
  export {
@@ -158,7 +158,7 @@ export declare class CSS3DRender {
158
158
  disable: () => void;
159
159
  setEnabled: (enabled: boolean) => void;
160
160
  dispose: () => boolean;
161
- appendToElement: (element: HTMLElement) => CSS3DRenderer;
161
+ appendToElement: (element: Element) => CSS3DRenderer;
162
162
  };
163
163
  getFrontCSS3DScene({ createSceneIfNotExists }?: {
164
164
  createSceneIfNotExists?: boolean;
@@ -1,12 +1,13 @@
1
1
  import { CSS3DRenderer } from 'three/examples/jsm/renderers/CSS3DRenderer';
2
2
  import type * as THREE from 'three';
3
3
  export default class ICSS3DRenderer extends CSS3DRenderer {
4
- wrapper?: HTMLElement;
4
+ wrapper?: Element;
5
5
  private requestAnimationFrameId?;
6
6
  private resizeDisoper?;
7
+ private domElementWrapper;
7
8
  constructor();
8
- setWrapper(wrapper: HTMLElement): this;
9
- appendToElement(wrapper: HTMLElement): void;
9
+ setWrapper(wrapper: Element): this;
10
+ appendToElement(wrapper: Element): void;
10
11
  renderEveryFrame(scene: THREE.Scene, camera: THREE.Camera): void;
11
12
  stopRender(): void;
12
13
  dispose(): void;
@@ -1,49 +1,55 @@
1
- var d = Object.defineProperty;
2
- var l = (r, t, e) => t in r ? d(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e;
3
- var n = (r, t, e) => (l(r, typeof t != "symbol" ? t + "" : t, e), e);
4
- import { CSS3DRenderer as p } from "three/examples/jsm/renderers/CSS3DRenderer";
1
+ var l = Object.defineProperty;
2
+ var a = (i, t, e) => t in i ? l(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
3
+ var n = (i, t, e) => (a(i, typeof t != "symbol" ? t + "" : t, e), e);
4
+ import { CSS3DRenderer as d } from "three/examples/jsm/renderers/CSS3DRenderer";
5
5
  import h from "../getAllCSS3DObject.js";
6
- import u from "../createResizeObserver.js";
6
+ import E from "../createResizeObserver.js";
7
7
  import "../../../shared-utils/util.js";
8
8
  import "../even.js";
9
- class D extends p {
9
+ class v extends d {
10
10
  constructor() {
11
11
  super();
12
12
  n(this, "wrapper");
13
13
  n(this, "requestAnimationFrameId");
14
14
  n(this, "resizeDisoper");
15
- this.domElement.classList.add("ICSS3DRenderer"), this.domElement.style.position = "absolute", this.domElement.style.top = "0", this.domElement.style.left = "0", this.domElement.style.userSelect = "none", this.domElement.style.pointerEvents = "none";
15
+ n(this, "domElementWrapper", document.createElement("div"));
16
+ this.domElementWrapper.classList.add("ICSS3DRendererWrapper"), this.domElementWrapper.style.position = "absolute", this.domElementWrapper.style.top = "0", this.domElementWrapper.style.left = "0", this.domElementWrapper.style.width = "100%", this.domElementWrapper.style.height = "100%", this.domElementWrapper.style.userSelect = "none", this.domElementWrapper.style.pointerEvents = "none", this.domElement.classList.add("ICSS3DRenderer"), this.domElement.style.position = "absolute", this.domElement.style.top = "0", this.domElement.style.left = "0", this.domElement.style.userSelect = "none", this.domElement.style.pointerEvents = "none", this.domElementWrapper.appendChild(this.domElement);
16
17
  }
17
18
  setWrapper(e) {
18
19
  if (!e)
19
20
  throw new Error("CSS3DRenderer: wrapper is required");
20
- if (e.contains(this.domElement))
21
+ if ((() => {
22
+ for (let s = 0; s < e.children.length; s++)
23
+ if (e.children.item(s) === this.domElementWrapper)
24
+ return !0;
25
+ return !1;
26
+ })())
21
27
  return;
22
- const i = this.wrapper;
23
- return i && i.contains(this.domElement) && this.domElement.remove(), this.appendToElement(e), this.wrapper = e, this;
28
+ const r = this.wrapper;
29
+ return r && r.contains(this.domElementWrapper) && this.domElementWrapper.remove(), this.appendToElement(e), this.wrapper = e, this;
24
30
  }
25
31
  appendToElement(e) {
26
- e.appendChild(this.domElement);
27
- const i = (m, a) => this.setSize(m, a), { observe: s, unobserve: o } = u(e, i, !0);
28
- s(), this.resizeDisoper = o, this.wrapper = e;
32
+ e.appendChild(this.domElementWrapper);
33
+ const o = (m, p) => this.setSize(m, p), { observe: r, unobserve: s } = E(this.domElementWrapper, o, !0);
34
+ r(), this.resizeDisoper = s, this.wrapper = e;
29
35
  }
30
- renderEveryFrame(e, i) {
36
+ renderEveryFrame(e, o) {
31
37
  if (this.wrapper || console.warn("wrapper is not find, creating a html element and call setWrapper(wrapper)", this, e), this.requestAnimationFrameId)
32
38
  return;
33
- const s = () => {
34
- this.requestAnimationFrameId = requestAnimationFrame(s), e.visible && h(e).length !== 0 && this.render(e, i);
39
+ const r = () => {
40
+ this.requestAnimationFrameId = requestAnimationFrame(r), e.visible && h(e).length !== 0 && this.render(e, o);
35
41
  };
36
- s();
42
+ r();
37
43
  }
38
44
  stopRender() {
39
45
  this.requestAnimationFrameId && cancelAnimationFrame(this.requestAnimationFrameId);
40
46
  }
41
47
  dispose() {
42
48
  var e;
43
- this.stopRender(), (e = this.resizeDisoper) == null || e.call(this), this.domElement.remove();
49
+ this.stopRender(), (e = this.resizeDisoper) == null || e.call(this), this.domElementWrapper.remove();
44
50
  }
45
51
  }
46
52
  export {
47
- D as ICSS3DRenderer,
48
- D as default
53
+ v as ICSS3DRenderer,
54
+ v as default
49
55
  };
@@ -102,6 +102,9 @@ import "../PanoTagPlugin/controller/TagCache.js";
102
102
  import "../vendor/svelte/store/index.js";
103
103
  import "../vendor/svelte/internal/index.js";
104
104
  import "../shared-utils/device.js";
105
+ import "../CSS3DRenderPlugin/index.js";
106
+ import "../CSS3DRenderPlugin/Controller.js";
107
+ import "../shared-utils/five/fiveModelLoad.js";
105
108
  import "../PanoTagPlugin/utils/model/mediaPlane.js";
106
109
  import "../shared-utils/three/Quadrangle.js";
107
110
  import "../shared-utils/math/pointIsRectangle.js";
@@ -187,9 +190,6 @@ import "../PanoTagPlugin/Components/Tag/PanoramaTag.js";
187
190
  import "../PanoTagPlugin/Components/Tag/CustomTag.js";
188
191
  import "../vendor/classnames/index.js";
189
192
  import "../PanoTagPlugin/Components/Common/TagPoint.js";
190
- import "../CSS3DRenderPlugin/index.js";
191
- import "../CSS3DRenderPlugin/Controller.js";
192
- import "../shared-utils/five/fiveModelLoad.js";
193
193
  import "../shared-utils/three/GLTFLoader.js";
194
194
  import "@realsee/five/gltf-loader";
195
195
  import "../shared-utils/three/blink.js";
@@ -90,6 +90,19 @@ import "../PanoTagPlugin/controller/TagCache.js";
90
90
  import "../vendor/svelte/store/index.js";
91
91
  import "../vendor/svelte/internal/index.js";
92
92
  import "../shared-utils/device.js";
93
+ import "../CSS3DRenderPlugin/index.js";
94
+ import "../CSS3DRenderPlugin/Controller.js";
95
+ import "../shared-utils/five/fiveModelLoad.js";
96
+ import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
97
+ import "three/examples/jsm/renderers/CSS3DRenderer";
98
+ import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
99
+ import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
100
+ import "../CSS3DRenderPlugin/utils/even.js";
101
+ import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
102
+ import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
103
+ import "../shared-utils/three/getObjectVisible.js";
104
+ import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
105
+ import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
93
106
  import "../PanoTagPlugin/utils/model/mediaPlane.js";
94
107
  import "../shared-utils/three/Quadrangle.js";
95
108
  import "../shared-utils/math/pointIsRectangle.js";
@@ -99,7 +112,6 @@ import "../shared-utils/three/getPositionsByObjectFit.js";
99
112
  import "../shared-utils/three/FragmentTransparencyMaterial.js";
100
113
  import "../shared-utils/three/getNormal.js";
101
114
  import "../shared-utils/five/FiveDomEvents.js";
102
- import "../shared-utils/three/getObjectVisible.js";
103
115
  import "../shared-utils/five/calculateThreeMouse.js";
104
116
  import "../PanoTagPlugin/utils/tag/adaptConfig.js";
105
117
  import "../shared-utils/typescript/entries.js";
@@ -179,18 +191,6 @@ import "../PanoTagPlugin/Components/Tag/PanoramaTag.js";
179
191
  import "../PanoTagPlugin/Components/Tag/CustomTag.js";
180
192
  import "../vendor/classnames/index.js";
181
193
  import "../PanoTagPlugin/Components/Common/TagPoint.js";
182
- import "../CSS3DRenderPlugin/index.js";
183
- import "../CSS3DRenderPlugin/Controller.js";
184
- import "../shared-utils/five/fiveModelLoad.js";
185
- import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
186
- import "three/examples/jsm/renderers/CSS3DRenderer";
187
- import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
188
- import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
189
- import "../CSS3DRenderPlugin/utils/even.js";
190
- import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
191
- import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
192
- import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
193
- import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
194
194
  import "../shared-utils/three/GLTFLoader.js";
195
195
  import "@realsee/five/gltf-loader";
196
196
  import "../shared-utils/three/blink.js";
@@ -67,6 +67,9 @@ import "../PanoTagPlugin/controller/TagCache.js";
67
67
  import "../vendor/svelte/store/index.js";
68
68
  import "../vendor/svelte/internal/index.js";
69
69
  import "../shared-utils/device.js";
70
+ import "../CSS3DRenderPlugin/index.js";
71
+ import "../CSS3DRenderPlugin/Controller.js";
72
+ import "../shared-utils/five/fiveModelLoad.js";
70
73
  import "../PanoTagPlugin/utils/model/mediaPlane.js";
71
74
  import "../shared-utils/three/Quadrangle.js";
72
75
  import "../shared-utils/math/pointIsRectangle.js";
@@ -156,9 +159,6 @@ import "../PanoTagPlugin/Components/Tag/PanoramaTag.js";
156
159
  import "../PanoTagPlugin/Components/Tag/CustomTag.js";
157
160
  import "../vendor/classnames/index.js";
158
161
  import "../PanoTagPlugin/Components/Common/TagPoint.js";
159
- import "../CSS3DRenderPlugin/index.js";
160
- import "../CSS3DRenderPlugin/Controller.js";
161
- import "../shared-utils/five/fiveModelLoad.js";
162
162
  import "../shared-utils/three/GLTFLoader.js";
163
163
  import "@realsee/five/gltf-loader";
164
164
  import "../shared-utils/three/blink.js";
@@ -84,6 +84,19 @@ import "../PanoTagPlugin/controller/TagCache.js";
84
84
  import "../vendor/svelte/store/index.js";
85
85
  import "../vendor/svelte/internal/index.js";
86
86
  import "../shared-utils/device.js";
87
+ import "../CSS3DRenderPlugin/index.js";
88
+ import "../CSS3DRenderPlugin/Controller.js";
89
+ import "../shared-utils/five/fiveModelLoad.js";
90
+ import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
91
+ import "three/examples/jsm/renderers/CSS3DRenderer";
92
+ import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
93
+ import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
94
+ import "../CSS3DRenderPlugin/utils/even.js";
95
+ import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
96
+ import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
97
+ import "../shared-utils/three/getObjectVisible.js";
98
+ import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
99
+ import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
87
100
  import "../PanoTagPlugin/utils/model/mediaPlane.js";
88
101
  import "../shared-utils/three/Quadrangle.js";
89
102
  import "../shared-utils/math/pointIsRectangle.js";
@@ -93,7 +106,6 @@ import "../shared-utils/three/getPositionsByObjectFit.js";
93
106
  import "../shared-utils/three/FragmentTransparencyMaterial.js";
94
107
  import "../shared-utils/three/getNormal.js";
95
108
  import "../shared-utils/five/FiveDomEvents.js";
96
- import "../shared-utils/three/getObjectVisible.js";
97
109
  import "../shared-utils/five/calculateThreeMouse.js";
98
110
  import "../PanoTagPlugin/utils/tag/adaptConfig.js";
99
111
  import "../shared-utils/typescript/entries.js";
@@ -171,18 +183,6 @@ import "../PanoTagPlugin/Components/Tag/PanoramaTag.js";
171
183
  import "../PanoTagPlugin/Components/Tag/CustomTag.js";
172
184
  import "../vendor/classnames/index.js";
173
185
  import "../PanoTagPlugin/Components/Common/TagPoint.js";
174
- import "../CSS3DRenderPlugin/index.js";
175
- import "../CSS3DRenderPlugin/Controller.js";
176
- import "../shared-utils/five/fiveModelLoad.js";
177
- import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
178
- import "three/examples/jsm/renderers/CSS3DRenderer";
179
- import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
180
- import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
181
- import "../CSS3DRenderPlugin/utils/even.js";
182
- import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
183
- import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
184
- import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
185
- import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
186
186
  import "../shared-utils/three/GLTFLoader.js";
187
187
  import "@realsee/five/gltf-loader";
188
188
  import "../shared-utils/three/blink.js";
@@ -63,6 +63,9 @@ import "../shared-utils/url/absoluteUrl.js";
63
63
  import "../vendor/svelte/store/index.js";
64
64
  import "../vendor/svelte/internal/index.js";
65
65
  import "../shared-utils/device.js";
66
+ import "../CSS3DRenderPlugin/index.js";
67
+ import "../CSS3DRenderPlugin/Controller.js";
68
+ import "../shared-utils/five/fiveModelLoad.js";
66
69
  import "../PanoTagPlugin/utils/model/mediaPlane.js";
67
70
  import "../shared-utils/three/Quadrangle.js";
68
71
  import "../shared-utils/math/pointIsRectangle.js";
@@ -152,9 +155,6 @@ import "../PanoTagPlugin/Components/Tag/PanoramaTag.js";
152
155
  import "../PanoTagPlugin/Components/Tag/CustomTag.js";
153
156
  import "../vendor/classnames/index.js";
154
157
  import "../PanoTagPlugin/Components/Common/TagPoint.js";
155
- import "../CSS3DRenderPlugin/index.js";
156
- import "../CSS3DRenderPlugin/Controller.js";
157
- import "../shared-utils/five/fiveModelLoad.js";
158
158
  import "../shared-utils/three/GLTFLoader.js";
159
159
  import "@realsee/five/gltf-loader";
160
160
  import "../shared-utils/three/blink.js";
@@ -60,6 +60,9 @@ import "../shared-utils/url/absoluteUrl.js";
60
60
  import "../vendor/svelte/store/index.js";
61
61
  import "../vendor/svelte/internal/index.js";
62
62
  import "../shared-utils/device.js";
63
+ import "../CSS3DRenderPlugin/index.js";
64
+ import "../CSS3DRenderPlugin/Controller.js";
65
+ import "../shared-utils/five/fiveModelLoad.js";
63
66
  import "../PanoTagPlugin/utils/model/mediaPlane.js";
64
67
  import "../shared-utils/three/Quadrangle.js";
65
68
  import "../shared-utils/math/pointIsRectangle.js";
@@ -149,9 +152,6 @@ import "../PanoTagPlugin/Components/Tag/PanoramaTag.js";
149
152
  import "../PanoTagPlugin/Components/Tag/CustomTag.js";
150
153
  import "../vendor/classnames/index.js";
151
154
  import "../PanoTagPlugin/Components/Common/TagPoint.js";
152
- import "../CSS3DRenderPlugin/index.js";
153
- import "../CSS3DRenderPlugin/Controller.js";
154
- import "../shared-utils/five/fiveModelLoad.js";
155
155
  import "../shared-utils/three/GLTFLoader.js";
156
156
  import "@realsee/five/gltf-loader";
157
157
  import "../shared-utils/three/blink.js";