@realsee/dnalogel 2.26.2 → 2.27.0-dev.1

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 (412) hide show
  1. package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +1 -13
  2. package/dist/CSS3DRenderPlugin/utils/three/CSS3DRender.d.ts +1 -1
  3. package/dist/PanoTagPlugin/controller/TagCache.d.ts +6 -3
  4. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +21 -15
  5. package/dist/PanoTagPlugin/controller/TagUtil.d.ts +8 -7
  6. package/dist/PanoTagPlugin/controller/index.d.ts +3 -3
  7. package/dist/PanoTagPlugin/typings/controller.d.ts +1 -1
  8. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +2 -2
  9. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +33 -6
  10. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +2 -0
  11. package/dist/PanoTagPlugin/utils/index.d.ts +1 -1
  12. package/dist/PanoTagPlugin/utils/tagPosition.d.ts +2 -3
  13. package/dist/index.cjs.js +44 -45
  14. package/dist/index.js +2976 -2947
  15. package/dist/index.umd.js +36 -37
  16. package/dist/shared-utils/five/FiveDomEvents.d.ts +6 -0
  17. package/dist/shared-utils/positionToVector3.d.ts +16 -0
  18. package/dist/shared-utils/safeObj.d.ts +1 -1
  19. package/dist/shared-utils/util.d.ts +1 -0
  20. package/docs/assets/search.js +1 -1
  21. package/docs/classes/CSS3DRender.html +32 -30
  22. package/docs/classes/CruisePluginController.html +5 -3
  23. package/docs/classes/GuideLineItem.GuideLineItem.html +5 -3
  24. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +5 -3
  25. package/docs/classes/Magnifier.html +5 -3
  26. package/docs/classes/ModelRoomLabelController.html +5 -3
  27. package/docs/classes/Object3DHelperController.html +5 -3
  28. package/docs/classes/PaintBrush.html +5 -3
  29. package/docs/classes/PanoMeasurePluginLine.html +5 -3
  30. package/docs/classes/PanoMeasurePluginModel.html +5 -3
  31. package/docs/classes/PanoMeasurePluginPoint.html +5 -3
  32. package/docs/classes/PanoMeasurePluginPolyline.html +5 -3
  33. package/docs/classes/PanoTagPluginController.html +57 -48
  34. package/docs/classes/Util.BetterTween.html +5 -3
  35. package/docs/classes/Util.Interval.html +5 -3
  36. package/docs/classes/Util.Magnifier.html +5 -3
  37. package/docs/classes/Util.PointDomHelper.html +5 -3
  38. package/docs/classes/Util.PointHelper.html +5 -3
  39. package/docs/classes/Util.PointSelectorHelper.html +5 -3
  40. package/docs/classes/Util.Rectangle.html +5 -3
  41. package/docs/enums/CameraMovementEffect.html +5 -3
  42. package/docs/enums/ContentType.html +5 -3
  43. package/docs/enums/DIRECTION.html +5 -3
  44. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +5 -3
  45. package/docs/enums/DimensionType.html +5 -3
  46. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +5 -3
  47. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +5 -3
  48. package/docs/enums/PaintBrushTypeEnum.html +5 -3
  49. package/docs/enums/PointType.html +5 -3
  50. package/docs/enums/Rotation.html +5 -3
  51. package/docs/functions/CSS3DRenderPlugin.html +5 -3
  52. package/docs/functions/CameraMovementPlugin.html +5 -3
  53. package/docs/functions/CruisePlugin.html +5 -3
  54. package/docs/functions/GuideLinePlugin.html +5 -3
  55. package/docs/functions/ItemLabelPlugin.html +5 -3
  56. package/docs/functions/MapviewFloorplanPlugin.html +5 -3
  57. package/docs/functions/ModelChassisCompassPlugin.html +5 -3
  58. package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -3
  59. package/docs/functions/ModelFloorplanPlugin.html +5 -3
  60. package/docs/functions/ModelItemLabelPlugin.html +5 -3
  61. package/docs/functions/ModelRoomLabelPlugin.html +5 -3
  62. package/docs/functions/ModelTVVideoPlugin.html +5 -3
  63. package/docs/functions/ModelViewPlugin.html +5 -3
  64. package/docs/functions/Object3DHelperPlugin.html +5 -3
  65. package/docs/functions/PanoCompassPlugin.html +5 -3
  66. package/docs/functions/PanoCursorRaycasterPlugin.html +5 -3
  67. package/docs/functions/PanoDoorLabelPlugin.html +5 -3
  68. package/docs/functions/PanoFloorplanRadarPlugin.html +5 -3
  69. package/docs/functions/PanoMeasurePlugin.html +5 -3
  70. package/docs/functions/PanoRulerPlugin.html +5 -3
  71. package/docs/functions/PanoRulerProPlugin.html +5 -3
  72. package/docs/functions/PanoSpatialTagPlugin.html +5 -3
  73. package/docs/functions/PanoTagPlugin.html +5 -3
  74. package/docs/functions/PanoVideoPlugin.html +5 -3
  75. package/docs/functions/PipelinePlugin.html +5 -3
  76. package/docs/functions/TopviewFloorplanPlugin.html +5 -3
  77. package/docs/functions/Util.absoluteUrl.html +5 -3
  78. package/docs/functions/Util.getCoordsFromClient.html +5 -3
  79. package/docs/functions/Util.getCoordsFromElement.html +5 -3
  80. package/docs/functions/Util.getFrameTime.html +5 -3
  81. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -3
  82. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -3
  83. package/docs/functions/Util.isAbsoluteURL.html +5 -3
  84. package/docs/functions/Util.isModelLike.html +5 -3
  85. package/docs/functions/Util.isNil.html +5 -3
  86. package/docs/functions/Util.isPanoramaLike.html +5 -3
  87. package/docs/functions/Util.nextFrame.html +5 -3
  88. package/docs/functions/Util.notNil.html +5 -3
  89. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -3
  90. package/docs/functions/Util.tweenProgress.html +5 -3
  91. package/docs/functions/Util.uuid.html +5 -3
  92. package/docs/functions/pluginFlag.html +6 -4
  93. package/docs/index.html +6 -4
  94. package/docs/interfaces/AddTagConfig.html +5 -3
  95. package/docs/interfaces/CSS3DRenderPluginEventMap.html +5 -3
  96. package/docs/interfaces/CSS3DRenderPluginState.html +5 -3
  97. package/docs/interfaces/CameraMovementPluginExportType.html +5 -3
  98. package/docs/interfaces/CruisePluginTypes.Config.html +5 -3
  99. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +5 -3
  100. package/docs/interfaces/CruisePluginTypes.EventMap.html +5 -3
  101. package/docs/interfaces/CruisePluginTypes.MoveAction.html +5 -3
  102. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +5 -3
  103. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +5 -3
  104. package/docs/interfaces/CruisePluginTypes.PluginData.html +5 -3
  105. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +5 -3
  106. package/docs/interfaces/CruisePluginTypes.PluginState.html +5 -3
  107. package/docs/interfaces/EventMap.html +5 -3
  108. package/docs/interfaces/FloorplanBounding.html +5 -3
  109. package/docs/interfaces/FloorplanData.html +5 -3
  110. package/docs/interfaces/FloorplanEntrance.html +5 -3
  111. package/docs/interfaces/FloorplanExtraObject.html +5 -3
  112. package/docs/interfaces/FloorplanExtraObject3D.html +5 -3
  113. package/docs/interfaces/FloorplanFloorData.html +5 -3
  114. package/docs/interfaces/FloorplanImagePosition.html +5 -3
  115. package/docs/interfaces/FloorplanObserver.html +5 -3
  116. package/docs/interfaces/FloorplanOutlineItem.html +5 -3
  117. package/docs/interfaces/FloorplanPosition.html +5 -3
  118. package/docs/interfaces/FloorplanRoomItem.html +5 -3
  119. package/docs/interfaces/FloorplanRoomLabelItem.html +5 -3
  120. package/docs/interfaces/FloorplanServerBounding.html +5 -3
  121. package/docs/interfaces/FloorplanServerComputedData.html +5 -3
  122. package/docs/interfaces/FloorplanServerData.html +5 -3
  123. package/docs/interfaces/FloorplanServerDoorItem.html +5 -3
  124. package/docs/interfaces/FloorplanServerDoorPosition.html +5 -3
  125. package/docs/interfaces/FloorplanServerEntrance.html +5 -3
  126. package/docs/interfaces/FloorplanServerFloorData.html +5 -3
  127. package/docs/interfaces/FloorplanServerImagePosition.html +5 -3
  128. package/docs/interfaces/FloorplanServerObserver.html +5 -3
  129. package/docs/interfaces/FloorplanServerOutlineItem.html +5 -3
  130. package/docs/interfaces/FloorplanServerPosition.html +5 -3
  131. package/docs/interfaces/FloorplanServerRoomItem.html +5 -3
  132. package/docs/interfaces/FloorplanServerRoomLabelItem.html +5 -3
  133. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +5 -3
  134. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +5 -3
  135. package/docs/interfaces/GuideLinePluginType.EventMap.html +5 -3
  136. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +5 -3
  137. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +5 -3
  138. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +5 -3
  139. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +5 -3
  140. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +5 -3
  141. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +5 -3
  142. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +5 -3
  143. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +5 -3
  144. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +5 -3
  145. package/docs/interfaces/GuideLinePluginType.PluginState.html +5 -3
  146. package/docs/interfaces/GuideLinePluginType.Route.html +5 -3
  147. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +5 -3
  148. package/docs/interfaces/HelperOffset.html +5 -3
  149. package/docs/interfaces/ImagePlaneGroup.html +5 -3
  150. package/docs/interfaces/ItemLabelPluginData.html +5 -3
  151. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +5 -3
  152. package/docs/interfaces/ItemLabelPluginParametersType.html +5 -3
  153. package/docs/interfaces/MinMax.html +5 -3
  154. package/docs/interfaces/ModelChassisCompassPluginData.html +5 -3
  155. package/docs/interfaces/ModelChassisCompassPluginExportType.html +5 -3
  156. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +5 -3
  157. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +5 -3
  158. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +5 -3
  159. package/docs/interfaces/ModelItemLabelPluginData.html +5 -3
  160. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +5 -3
  161. package/docs/interfaces/ModelItemLabelPluginParametersType.html +5 -3
  162. package/docs/interfaces/ModelRoomLabelPluginData.html +5 -3
  163. package/docs/interfaces/ModelTVVideoPluginData.html +5 -3
  164. package/docs/interfaces/ModelTVVideoPluginExportType.html +5 -3
  165. package/docs/interfaces/ModelTVVideoPluginParameterType.html +5 -3
  166. package/docs/interfaces/ModelViewPluginExportType.html +5 -3
  167. package/docs/interfaces/Object3DHelperState.html +5 -3
  168. package/docs/interfaces/ObjectHelperControllers.html +5 -3
  169. package/docs/interfaces/PaintBrushAction.html +5 -3
  170. package/docs/interfaces/PaintBrushConfigs.html +5 -3
  171. package/docs/interfaces/PaintBrushState.html +5 -3
  172. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +5 -3
  173. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -3
  174. package/docs/interfaces/PanoMeasureParameterType.html +5 -3
  175. package/docs/interfaces/PanoMeasurePluginLineJson.html +5 -3
  176. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +5 -3
  177. package/docs/interfaces/PanoMeasurePluginPointJson.html +5 -3
  178. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +5 -3
  179. package/docs/interfaces/PanoRulerPluginExportType.html +5 -3
  180. package/docs/interfaces/PanoRulerPluginOptions.html +5 -3
  181. package/docs/interfaces/PanoRulerPluginParameterType.html +5 -3
  182. package/docs/interfaces/PanoRulerProPluginExportType.html +5 -3
  183. package/docs/interfaces/PanoRulerProPluginOptions.html +5 -3
  184. package/docs/interfaces/PanoRulerProPluginParameterType.html +5 -3
  185. package/docs/interfaces/PanoRulerProPluginState.html +5 -3
  186. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -3
  187. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -3
  188. package/docs/interfaces/PanoSpatialTagPluginData.html +5 -3
  189. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +5 -3
  190. package/docs/interfaces/PanoSpatialTagPluginExportType.html +5 -3
  191. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +5 -3
  192. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +5 -3
  193. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +5 -3
  194. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +5 -3
  195. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +5 -3
  196. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +5 -3
  197. package/docs/interfaces/PanoVideoPluginType.PluginData.html +5 -3
  198. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +5 -3
  199. package/docs/interfaces/PanoVideoPluginType.PluginState.html +5 -3
  200. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +5 -3
  201. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +5 -3
  202. package/docs/interfaces/Point.html +5 -3
  203. package/docs/interfaces/Room.html +5 -3
  204. package/docs/interfaces/RoomInfo.html +5 -3
  205. package/docs/interfaces/RoomLabel.html +5 -3
  206. package/docs/interfaces/RoomRules.html +5 -3
  207. package/docs/interfaces/Rooms.html +5 -3
  208. package/docs/interfaces/Scissor.html +5 -3
  209. package/docs/interfaces/State.html +5 -3
  210. package/docs/interfaces/TagCacheInterface.html +7 -5
  211. package/docs/interfaces/TagConfig.html +27 -15
  212. package/docs/interfaces/TagGLTFObjectGroup.html +5 -3
  213. package/docs/interfaces/TagIconUrl.html +5 -3
  214. package/docs/interfaces/TagObjectGroup.html +5 -3
  215. package/docs/interfaces/TagStyle.html +5 -3
  216. package/docs/interfaces/Tags.html +16 -14
  217. package/docs/interfaces/TemporaryState.html +5 -3
  218. package/docs/interfaces/Util.MagnifierParameter.html +5 -3
  219. package/docs/interfaces/Util.MouseGroupParameter.html +5 -3
  220. package/docs/interfaces/Util.PointIntersection.html +5 -3
  221. package/docs/modules/CruisePluginTypes.html +5 -3
  222. package/docs/modules/GuideLineItem.html +5 -3
  223. package/docs/modules/GuideLineModeItem.html +5 -3
  224. package/docs/modules/GuideLinePluginType.html +5 -3
  225. package/docs/modules/PanoVideoPluginType.html +5 -3
  226. package/docs/modules/Util.html +5 -3
  227. package/docs/modules.html +8 -4
  228. package/docs/types/ArrayPosition.html +5 -3
  229. package/docs/types/AudioAppearance.html +5 -3
  230. package/docs/types/AudioTagTypeConfigKey.html +5 -3
  231. package/docs/types/CSS3DRenderExportType.html +5 -3
  232. package/docs/types/CSS3DRenderPluginExportType.html +5 -3
  233. package/docs/types/CSS3DRenderPluginParameterType.html +5 -3
  234. package/docs/types/ClassFunctionParameters.html +5 -3
  235. package/docs/types/Color.html +5 -3
  236. package/docs/types/ContentTypeConfigKey.html +5 -3
  237. package/docs/types/ContentTypeConfigKeySplit.html +6 -4
  238. package/docs/types/ContentTypeMap.html +5 -3
  239. package/docs/types/Create3DDomContainerReturnType.html +5 -3
  240. package/docs/types/Create3DElementReturnType.html +5 -3
  241. package/docs/types/CruisePluginExportType.html +5 -3
  242. package/docs/types/CruisePluginTypes.CruiseData.html +5 -3
  243. package/docs/types/CruisePluginTypes.MoveEffect.html +5 -3
  244. package/docs/types/DeprecatedMediaPlaneProperty.html +5 -3
  245. package/docs/types/DeprecatedTagProperty.html +5 -3
  246. package/docs/types/Direction-1.html +5 -3
  247. package/docs/types/Direction4.html +5 -3
  248. package/docs/types/ElementRenderer.html +5 -3
  249. package/docs/types/FloorplanRuleLabels.html +5 -3
  250. package/docs/types/FloorplanServerRuleLabels.html +5 -3
  251. package/docs/types/GuideLinePluginExportType.html +5 -3
  252. package/docs/types/GuideLinePluginType.GuideLineItem.html +5 -3
  253. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +5 -3
  254. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +5 -3
  255. package/docs/types/GuideLinePluginType.GuideLineStyle.html +5 -3
  256. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +5 -3
  257. package/docs/types/GuideLinePluginType.PathItem.html +5 -3
  258. package/docs/types/GuideLinePluginType.PluginData.html +5 -3
  259. package/docs/types/HelperEventMap.html +5 -3
  260. package/docs/types/LoadTagConfig.html +5 -3
  261. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -3
  262. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -3
  263. package/docs/types/MediaData.html +5 -3
  264. package/docs/types/MediaStore.html +5 -3
  265. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -3
  266. package/docs/types/ModelFloorplanPluginParameterType.html +5 -3
  267. package/docs/types/ModelFloorplanPluginReturnType.html +5 -3
  268. package/docs/types/ModelRoomLabelPluginParameters.html +5 -3
  269. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -3
  270. package/docs/types/MoveArgs.html +5 -3
  271. package/docs/types/MoveOpts.html +5 -3
  272. package/docs/types/Object3DHelperEventMap.html +5 -3
  273. package/docs/types/ObjectFit.html +5 -3
  274. package/docs/types/PaintBrushEventMap.html +5 -3
  275. package/docs/types/PanoCompassPluginData.html +5 -3
  276. package/docs/types/PanoCompassPluginExportType.html +5 -3
  277. package/docs/types/PanoCompassPluginParameterType.html +5 -3
  278. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -3
  279. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -3
  280. package/docs/types/PanoIndex.html +5 -3
  281. package/docs/types/PanoMeasurePluginEvent.html +5 -3
  282. package/docs/types/PanoMeasureReturnType.html +5 -3
  283. package/docs/types/PanoSpatialTagPluginId.html +5 -3
  284. package/docs/types/PanoTagPluginExportInterface.html +5 -3
  285. package/docs/types/PanoTagPluginParamsInterface.html +5 -3
  286. package/docs/types/PanoVideoPluginParameterType.html +5 -3
  287. package/docs/types/PanoVideoPluginReturnType.html +5 -3
  288. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +5 -3
  289. package/docs/types/PipelinePluginParameterType.html +5 -3
  290. package/docs/types/PipelinePluginReturnType.html +5 -3
  291. package/docs/types/PlaneTag.html +6 -4
  292. package/docs/types/Point2DTag.html +6 -4
  293. package/docs/types/Point3DTag.html +6 -4
  294. package/docs/types/PointTag.html +6 -4
  295. package/docs/types/PointTagInstance.html +5 -3
  296. package/docs/types/Position.html +5 -3
  297. package/docs/types/RotateArgs.html +5 -3
  298. package/docs/types/RotateOpts.html +5 -3
  299. package/docs/types/RuleLabelsKey.html +5 -3
  300. package/docs/types/RuleLabelsValue.html +5 -3
  301. package/docs/types/StickType.html +5 -3
  302. package/docs/types/Tag.html +6 -4
  303. package/docs/types/Tag2D.html +5 -3
  304. package/docs/types/Tag3D.html +5 -3
  305. package/docs/types/TagConfigByKey.html +365 -0
  306. package/docs/types/TagContentType.html +5 -3
  307. package/docs/types/TagDimensionType.html +5 -3
  308. package/docs/types/TagElement.html +5 -3
  309. package/docs/types/TagEvents.html +5 -3
  310. package/docs/types/TagGLTFObject.html +5 -3
  311. package/docs/types/TagHooks.html +5 -3
  312. package/docs/types/TagId.html +5 -3
  313. package/docs/types/TagInstance.html +5 -3
  314. package/docs/types/TagPointType.html +5 -3
  315. package/docs/types/TagRendererMap.html +5 -3
  316. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -3
  317. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -3
  318. package/docs/types/WorkCode.html +5 -3
  319. package/docs/variables/FLOOR_TYPE_MAP.html +5 -3
  320. package/docs/variables/PLUGIN.html +5 -3
  321. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -3
  322. package/docs/variables/ROOM_TYPE_MAP.html +5 -3
  323. package/docs/variables/defaultGlobalConfig.html +360 -0
  324. package/docs/variables/itemLabelPluginServerParams.html +5 -3
  325. package/docs/variables/modelItemLabelPluginServerParams.html +5 -3
  326. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -3
  327. package/libs/CSS3DRenderPlugin/Controller.js +1 -1
  328. package/libs/CSS3DRenderPlugin/index.js +1 -1
  329. package/libs/CSS3DRenderPlugin/utils/index.js +1 -1
  330. package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +1 -13
  331. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +4 -4
  332. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.d.ts +1 -1
  333. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +5 -5
  334. package/libs/CruisePlugin/Controller.js +6 -3
  335. package/libs/CruisePlugin/index.js +9 -6
  336. package/libs/GuideLinePlugin/Controller.js +8 -5
  337. package/libs/GuideLinePlugin/GuideLineItem.js +6 -3
  338. package/libs/GuideLinePlugin/GuideLineModeItem.js +6 -3
  339. package/libs/GuideLinePlugin/index.js +11 -8
  340. package/libs/ModelTVVideoPlugin/Plugin.js +1 -1
  341. package/libs/ModelTVVideoPlugin/index.js +1 -1
  342. package/libs/Object3DHelperPlugin/Controller.js +1 -1
  343. package/libs/Object3DHelperPlugin/index.js +1 -1
  344. package/libs/PanoCompassPlugin/Controller.js +1 -1
  345. package/libs/PanoCompassPlugin/index.js +1 -1
  346. package/libs/PanoDoorLabelPlugin/BaseController.js +1 -1
  347. package/libs/PanoDoorLabelPlugin/Controller.js +1 -1
  348. package/libs/PanoDoorLabelPlugin/index.js +1 -1
  349. package/libs/PanoMeasurePlugin/Components/Controller0.js +1 -1
  350. package/libs/PanoMeasurePlugin/Components/Controller1.js +1 -1
  351. package/libs/PanoMeasurePlugin/Controller/EditController.js +1 -1
  352. package/libs/PanoMeasurePlugin/Controller/WatchController.js +1 -1
  353. package/libs/PanoMeasurePlugin/Controller/index.js +1 -1
  354. package/libs/PanoMeasurePlugin/Model/area.js +1 -1
  355. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +1 -1
  356. package/libs/PanoMeasurePlugin/index.js +1 -1
  357. package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +1 -1
  358. package/libs/PanoSpatialTagPlugin/Plugin.js +1 -1
  359. package/libs/PanoSpatialTagPlugin/index.js +1 -1
  360. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +1 -1
  361. package/libs/PanoTagPlugin/Components/Tag/index.js +1 -1
  362. package/libs/PanoTagPlugin/Components/TagContainer.js +1 -1
  363. package/libs/PanoTagPlugin/Components/TagItem.js +1 -1
  364. package/libs/PanoTagPlugin/controller/TagCache.d.ts +6 -3
  365. package/libs/PanoTagPlugin/controller/TagCache.js +17 -21
  366. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +21 -15
  367. package/libs/PanoTagPlugin/controller/TagComputer.js +182 -183
  368. package/libs/PanoTagPlugin/controller/TagRender.js +69 -66
  369. package/libs/PanoTagPlugin/controller/TagUtil.d.ts +8 -7
  370. package/libs/PanoTagPlugin/controller/TagUtil.js +162 -147
  371. package/libs/PanoTagPlugin/controller/index.d.ts +3 -3
  372. package/libs/PanoTagPlugin/controller/index.js +57 -53
  373. package/libs/PanoTagPlugin/index.js +14 -10
  374. package/libs/PanoTagPlugin/typings/controller.d.ts +1 -1
  375. package/libs/PanoTagPlugin/typings/index.js +6 -4
  376. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +2 -2
  377. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +33 -6
  378. package/libs/PanoTagPlugin/typings/tag/TagConfig.js +13 -1
  379. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +2 -0
  380. package/libs/PanoTagPlugin/utils/addDebugPoints.js +1 -1
  381. package/libs/PanoTagPlugin/utils/index.d.ts +1 -1
  382. package/libs/PanoTagPlugin/utils/index.js +31 -34
  383. package/libs/PanoTagPlugin/utils/planeNormal.js +1 -1
  384. package/libs/PanoTagPlugin/utils/tagPosition.d.ts +2 -3
  385. package/libs/PanoTagPlugin/utils/tagPosition.js +17 -18
  386. package/libs/PanoVideoPlugin/Controller.js +1 -1
  387. package/libs/PanoVideoPlugin/VideoMeshController.js +1 -1
  388. package/libs/PanoVideoPlugin/index.js +1 -1
  389. package/libs/PipelinePlugin/Controller.js +1 -1
  390. package/libs/PipelinePlugin/index.js +1 -1
  391. package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +1 -1
  392. package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +1 -1
  393. package/libs/PipelinePlugin/utils/Objects/Pipe.js +1 -1
  394. package/libs/base/BasePlugin.js +1 -1
  395. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -1
  396. package/libs/floorplan/MapviewFloorplanPlugin/index.js +1 -1
  397. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +1 -1
  398. package/libs/floorplan/ModelFloorplanPlugin/index.js +1 -1
  399. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -1
  400. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +1 -1
  401. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +1 -1
  402. package/libs/floorplan/TopviewFloorplanPlugin/index.js +1 -1
  403. package/libs/index.js +111 -108
  404. package/libs/shared-utils/five/FiveDomEvents.d.ts +6 -0
  405. package/libs/shared-utils/five/FiveDomEvents.js +53 -48
  406. package/libs/shared-utils/logger.js +1 -1
  407. package/libs/shared-utils/positionToVector3.d.ts +16 -0
  408. package/libs/shared-utils/positionToVector3.js +12 -0
  409. package/libs/shared-utils/safeObj.d.ts +1 -1
  410. package/libs/shared-utils/util.d.ts +1 -0
  411. package/libs/shared-utils/util.js +6 -0
  412. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>itemLabelPluginServerParams | 如视看房插件合集 - v2.26.2</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"/><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 | 如视看房插件合集 - v2.27.0-dev.1</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"/><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">如视看房插件合集 - v2.26.2</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.27.0-dev.1</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" width="24" height="24" viewBox="0 0 24 24"><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" id="icon-4-path"></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)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.26.2</span></a>
41
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><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" id="icon-4-path"></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)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.27.0-<wbr/>dev.1</span></a>
42
42
  <ul class="tsd-small-nested-navigation">
43
43
  <li>
44
44
  <details class="tsd-index-accordion" data-key="CruisePluginTypes"><summary class="tsd-accordion-summary"><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><a href="../modules/CruisePluginTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Types</span></a></summary>
@@ -315,6 +315,7 @@
315
315
  <li><a href="../types/Tag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag</span></a></li>
316
316
  <li><a href="../types/Tag2D.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag2D</span></a></li>
317
317
  <li><a href="../types/Tag3D.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag3D</span></a></li>
318
+ <li><a href="../types/TagConfigByKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Config<wbr/>By<wbr/>Key</span></a></li>
318
319
  <li><a href="../types/TagContentType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Content<wbr/>Type</span></a></li>
319
320
  <li><a href="../types/TagDimensionType.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Dimension<wbr/>Type</span></a></li>
320
321
  <li><a href="../types/TagElement.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Element</span></a></li>
@@ -332,6 +333,7 @@
332
333
  <li><a href="PLUGIN.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>PLUGIN</span></a></li>
333
334
  <li><a href="ROOM_FETILE_TYPE_MAP.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>ROOM_<wbr/>FETILE_<wbr/>TYPE_<wbr/>MAP</span></a></li>
334
335
  <li><a href="ROOM_TYPE_MAP.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>ROOM_<wbr/>TYPE_<wbr/>MAP</span></a></li>
336
+ <li><a href="defaultGlobalConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>default<wbr/>Global<wbr/>Config</span></a></li>
335
337
  <li><a href="itemLabelPluginServerParams.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
336
338
  <li><a href="modelItemLabelPluginServerParams.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>model<wbr/>Item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
337
339
  <li><a href="modelRoomLabelPluginServerParams.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>model<wbr/>Room<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</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 | 如视看房插件合集 - v2.26.2</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"/><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 | 如视看房插件合集 - v2.27.0-dev.1</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"/><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">如视看房插件合集 - v2.26.2</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.27.0-dev.1</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" width="24" height="24" viewBox="0 0 24 24"><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" id="icon-4-path"></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)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.26.2</span></a>
41
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><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" id="icon-4-path"></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)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.27.0-<wbr/>dev.1</span></a>
42
42
  <ul class="tsd-small-nested-navigation">
43
43
  <li>
44
44
  <details class="tsd-index-accordion" data-key="CruisePluginTypes"><summary class="tsd-accordion-summary"><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><a href="../modules/CruisePluginTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Types</span></a></summary>
@@ -315,6 +315,7 @@
315
315
  <li><a href="../types/Tag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag</span></a></li>
316
316
  <li><a href="../types/Tag2D.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag2D</span></a></li>
317
317
  <li><a href="../types/Tag3D.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag3D</span></a></li>
318
+ <li><a href="../types/TagConfigByKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Config<wbr/>By<wbr/>Key</span></a></li>
318
319
  <li><a href="../types/TagContentType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Content<wbr/>Type</span></a></li>
319
320
  <li><a href="../types/TagDimensionType.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Dimension<wbr/>Type</span></a></li>
320
321
  <li><a href="../types/TagElement.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Element</span></a></li>
@@ -332,6 +333,7 @@
332
333
  <li><a href="PLUGIN.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>PLUGIN</span></a></li>
333
334
  <li><a href="ROOM_FETILE_TYPE_MAP.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>ROOM_<wbr/>FETILE_<wbr/>TYPE_<wbr/>MAP</span></a></li>
334
335
  <li><a href="ROOM_TYPE_MAP.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>ROOM_<wbr/>TYPE_<wbr/>MAP</span></a></li>
336
+ <li><a href="defaultGlobalConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>default<wbr/>Global<wbr/>Config</span></a></li>
335
337
  <li><a href="itemLabelPluginServerParams.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
336
338
  <li><a href="modelItemLabelPluginServerParams.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>model<wbr/>Item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
337
339
  <li><a href="modelRoomLabelPluginServerParams.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>model<wbr/>Room<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</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 | 如视看房插件合集 - v2.26.2</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"/><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 | 如视看房插件合集 - v2.27.0-dev.1</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"/><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">如视看房插件合集 - v2.26.2</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.27.0-dev.1</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" width="24" height="24" viewBox="0 0 24 24"><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" id="icon-4-path"></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)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.26.2</span></a>
41
+ <nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><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" id="icon-4-path"></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)" id="icon-4-text"></path></svg><span>如视看房插件合集 -<wbr/> v2.27.0-<wbr/>dev.1</span></a>
42
42
  <ul class="tsd-small-nested-navigation">
43
43
  <li>
44
44
  <details class="tsd-index-accordion" data-key="CruisePluginTypes"><summary class="tsd-accordion-summary"><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><a href="../modules/CruisePluginTypes.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4-path"></use><use href="#icon-4-text"></use></svg><span>Cruise<wbr/>Plugin<wbr/>Types</span></a></summary>
@@ -315,6 +315,7 @@
315
315
  <li><a href="../types/Tag.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag</span></a></li>
316
316
  <li><a href="../types/Tag2D.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag2D</span></a></li>
317
317
  <li><a href="../types/Tag3D.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag3D</span></a></li>
318
+ <li><a href="../types/TagConfigByKey.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Config<wbr/>By<wbr/>Key</span></a></li>
318
319
  <li><a href="../types/TagContentType.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Content<wbr/>Type</span></a></li>
319
320
  <li><a href="../types/TagDimensionType.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Dimension<wbr/>Type</span></a></li>
320
321
  <li><a href="../types/TagElement.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Tag<wbr/>Element</span></a></li>
@@ -332,6 +333,7 @@
332
333
  <li><a href="PLUGIN.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>PLUGIN</span></a></li>
333
334
  <li><a href="ROOM_FETILE_TYPE_MAP.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>ROOM_<wbr/>FETILE_<wbr/>TYPE_<wbr/>MAP</span></a></li>
334
335
  <li><a href="ROOM_TYPE_MAP.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>ROOM_<wbr/>TYPE_<wbr/>MAP</span></a></li>
336
+ <li><a href="defaultGlobalConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>default<wbr/>Global<wbr/>Config</span></a></li>
335
337
  <li><a href="itemLabelPluginServerParams.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
336
338
  <li><a href="modelItemLabelPluginServerParams.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>model<wbr/>Item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
337
339
  <li><a href="modelRoomLabelPluginServerParams.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>model<wbr/>Room<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params</span></a></li>
@@ -19,13 +19,13 @@ import "three";
19
19
  import "@realsee/five";
20
20
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
21
21
  import { absoluteUrl as $ } from "../shared-utils/absoluteUrl.js";
22
+ import "../shared-utils/positionToVector3.js";
22
23
  import "./utils/three/CSS3DRenderer.js";
23
24
  import "three/examples/jsm/renderers/CSS3DRenderer";
24
25
  import "./utils/getAllCSS3DObject.js";
25
26
  import "./utils/createResizeObserver.js";
26
27
  import "./utils/even.js";
27
28
  import "../shared-utils/Subscribe.js";
28
- import "./utils/positionToVector3.js";
29
29
  import "./utils/three/CSS3DObject.js";
30
30
  import "./utils/three/OpacityMesh.js";
31
31
  import "../shared-utils/three/centerPoint.js";
@@ -7,13 +7,13 @@ import "three";
7
7
  import "@realsee/five";
8
8
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
9
9
  import "../shared-utils/absoluteUrl.js";
10
+ import "../shared-utils/positionToVector3.js";
10
11
  import "./utils/three/CSS3DRenderer.js";
11
12
  import "three/examples/jsm/renderers/CSS3DRenderer";
12
13
  import "./utils/getAllCSS3DObject.js";
13
14
  import "./utils/createResizeObserver.js";
14
15
  import "./utils/even.js";
15
16
  import "../shared-utils/Subscribe.js";
16
- import "./utils/positionToVector3.js";
17
17
  import "./utils/three/CSS3DObject.js";
18
18
  import "./utils/three/OpacityMesh.js";
19
19
  import "../shared-utils/three/centerPoint.js";
@@ -1,6 +1,6 @@
1
1
  import { even as e } from "./even.js";
2
2
  import { random as n } from "./random.js";
3
- import { anyPositionToVector3 as p, arrayPositionToVector3 as a, positionToVector3 as c } from "./positionToVector3.js";
3
+ import { anyPositionToVector3 as p, arrayPositionToVector3 as a, positionToVector3 as c } from "../../shared-utils/positionToVector3.js";
4
4
  import "three";
5
5
  export {
6
6
  p as anyPositionToVector3,
@@ -1,13 +1 @@
1
- import { Vector3 } from 'three';
2
- export type AnyPosition = Vector3 | number[] | {
3
- x: number;
4
- y: number;
5
- z: number;
6
- };
7
- export declare const positionToVector3: ({ x, y, z }: {
8
- x: number;
9
- y: number;
10
- z: number;
11
- }) => Vector3;
12
- export declare const arrayPositionToVector3: (arrayPosition: number[]) => Vector3;
13
- export declare const anyPositionToVector3: (position: AnyPosition) => Vector3;
1
+ export { anyPositionToVector3, arrayPositionToVector3, positionToVector3, type AnyPosition } from '../../shared-utils/positionToVector3';
@@ -1,7 +1,7 @@
1
- import { Vector3 as e } from "three";
2
- const n = ({ x: r, y: o, z: t }) => new e(r, o, t), c = (r) => new e().fromArray(r), s = (r) => r instanceof e ? r : Array.isArray(r) ? c(r) : n(r);
1
+ import { anyPositionToVector3 as i, arrayPositionToVector3 as e, positionToVector3 as n } from "../../shared-utils/positionToVector3.js";
2
+ import "three";
3
3
  export {
4
- s as anyPositionToVector3,
5
- c as arrayPositionToVector3,
4
+ i as anyPositionToVector3,
5
+ e as arrayPositionToVector3,
6
6
  n as positionToVector3
7
7
  };
@@ -1,5 +1,5 @@
1
1
  import type * as THREE from 'three';
2
- import type { AnyPosition } from '..';
2
+ import { type AnyPosition } from '../../../shared-utils/positionToVector3';
3
3
  import { ICSS3DRenderer as CSS3DRenderer } from './CSS3DRenderer';
4
4
  import { Subscribe } from '../../../shared-utils/Subscribe';
5
5
  import { CSS3DObjectPlus } from './CSS3DObject';
@@ -26,18 +26,18 @@ var p = (o, e, t) => new Promise((s, r) => {
26
26
  }, l = (c) => c.done ? s(c.value) : Promise.resolve(c.value).then(d, f);
27
27
  l((t = t.apply(o, e)).next());
28
28
  });
29
+ import { anyPositionToVector3 as _ } from "../../../shared-utils/positionToVector3.js";
29
30
  import v from "./CSS3DRenderer.js";
30
- import { Subscribe as _ } from "../../../shared-utils/Subscribe.js";
31
- import { anyPositionToVector3 as k } from "../positionToVector3.js";
31
+ import { Subscribe as k } from "../../../shared-utils/Subscribe.js";
32
32
  import { CSS3DObjectPlus as P } from "./CSS3DObject.js";
33
33
  import { MinRatio as he } from "./CSS3DObject.js";
34
34
  import { CSS3DFrontScene as L, CSS3DBehindScene as q } from "./CSS3DScene.js";
35
35
  import { CSS3DFrontGroup as A, CSS3DBehindGroup as W } from "./CSS3DGroup.js";
36
36
  import { CSS3DObject as B } from "three/examples/jsm/renderers/CSS3DRenderer";
37
+ import "three";
37
38
  import "../getAllCSS3DObject.js";
38
39
  import "../createResizeObserver.js";
39
40
  import "../even.js";
40
- import "three";
41
41
  import "./OpacityMesh.js";
42
42
  import "../../../shared-utils/three/centerPoint.js";
43
43
  const H = 3, G = "CSS3DRenderer", b = `${G}@${H}`, u = () => {
@@ -63,7 +63,7 @@ function U(o) {
63
63
  class w {
64
64
  // eslint-disable-next-line @typescript-eslint/no-useless-constructor
65
65
  constructor(e) {
66
- i(this, "hooks", new _());
66
+ i(this, "hooks", new k());
67
67
  i(this, "state", {
68
68
  enabled: !0,
69
69
  visible: !0,
@@ -120,7 +120,7 @@ class w {
120
120
  pointerEvents: "none"
121
121
  };
122
122
  return Object.assign(h, s);
123
- })(), d = t.map(k);
123
+ })(), d = t.map(_);
124
124
  if ((d == null ? void 0 : d.length) < 4)
125
125
  return console.error(`${b}: requires 4 point but params may have fewer`);
126
126
  const { ratio: f, devicePixelRatio: l, mode: c, autoRender: S, container: O, pointerEvents: F } = r;
@@ -43,12 +43,12 @@ import "hammerjs";
43
43
  import "@realsee/five";
44
44
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
45
45
  import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
46
+ import "../shared-utils/positionToVector3.js";
46
47
  import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
47
48
  import "three/examples/jsm/renderers/CSS3DRenderer";
48
49
  import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
49
50
  import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
50
51
  import "../CSS3DRenderPlugin/utils/even.js";
51
- import "../CSS3DRenderPlugin/utils/positionToVector3.js";
52
52
  import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
53
53
  import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
54
54
  import "../shared-utils/three/centerPoint.js";
@@ -88,6 +88,7 @@ import "../PanoTagPlugin/utils/tagPosition.js";
88
88
  import "../PanoTagPlugin/utils/checkRange.js";
89
89
  import "../shared-utils/isNil.js";
90
90
  import "../PanoTagPlugin/controller/TagUtil.js";
91
+ import "../PanoTagPlugin/typings/tag/TagConfig.js";
91
92
  import "../PanoTagPlugin/tag.config.js";
92
93
  import "../PanoTagPlugin/utils/planeNormal.js";
93
94
  import "../PanoTagPlugin/utils/normalPositionToPositions.js";
@@ -105,6 +106,8 @@ import "../shared-utils/three/FragmentTransparencyMaterial.js";
105
106
  import "../shared-utils/five/FiveDomEvents.js";
106
107
  import "../shared-utils/threex/domevents/index.js";
107
108
  import "../shared-utils/five/getFloorIndex.js";
109
+ import "../shared-utils/safeObj.js";
110
+ import "../shared-utils/util.js";
108
111
  import "../PanoTagPlugin/Components/TagContainer.js";
109
112
  import "../vendor/svelte/src/runtime/internal/dom.js";
110
113
  import "../vendor/svelte/src/runtime/internal/transitions.js";
@@ -202,7 +205,7 @@ import "../shared-utils/nearlyEqual.js";
202
205
  import "./utils/coordinatesToVector.js";
203
206
  import "../shared-utils/isTruelyObject.js";
204
207
  import "./utils/formatRad.js";
205
- const M = "v1.0.6", G = "CruisePlugin", x = `${G}@${M}`, dr = (c) => `${x}--${c}`, D = () => {
208
+ const M = "v1.0.6", G = "CruisePlugin", x = `${G}@${M}`, ur = (c) => `${x}--${c}`, D = () => {
206
209
  console.error(`${x} is disposed`);
207
210
  }, W = () => {
208
211
  console.warn(`${x} is disabled`);
@@ -757,5 +760,5 @@ class z extends V {
757
760
  I(z, "PluginVersion", M);
758
761
  export {
759
762
  z as default,
760
- dr as pluginFlag
763
+ ur as pluginFlag
761
764
  };
@@ -1,5 +1,5 @@
1
1
  import i from "./Controller.js";
2
- import { typing as co } from "./typing/index.js";
2
+ import { typing as bo } from "./typing/index.js";
3
3
  import "../base/BasePluginWithData.js";
4
4
  import "../base/BasePlugin.js";
5
5
  import "../shared-utils/Subscribe.js";
@@ -8,12 +8,12 @@ import "three";
8
8
  import "@realsee/five";
9
9
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
10
10
  import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
11
+ import "../shared-utils/positionToVector3.js";
11
12
  import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
12
13
  import "three/examples/jsm/renderers/CSS3DRenderer";
13
14
  import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
14
15
  import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
15
16
  import "../CSS3DRenderPlugin/utils/even.js";
16
- import "../CSS3DRenderPlugin/utils/positionToVector3.js";
17
17
  import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
18
18
  import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
19
19
  import "../shared-utils/three/centerPoint.js";
@@ -56,6 +56,7 @@ import "../PanoTagPlugin/utils/tagPosition.js";
56
56
  import "../PanoTagPlugin/utils/checkRange.js";
57
57
  import "../shared-utils/isNil.js";
58
58
  import "../PanoTagPlugin/controller/TagUtil.js";
59
+ import "../PanoTagPlugin/typings/tag/TagConfig.js";
59
60
  import "../PanoTagPlugin/tag.config.js";
60
61
  import "../PanoTagPlugin/utils/planeNormal.js";
61
62
  import "../PanoTagPlugin/utils/normalPositionToPositions.js";
@@ -73,6 +74,8 @@ import "../shared-utils/three/FragmentTransparencyMaterial.js";
73
74
  import "../shared-utils/five/FiveDomEvents.js";
74
75
  import "../shared-utils/threex/domevents/index.js";
75
76
  import "../shared-utils/five/getFloorIndex.js";
77
+ import "../shared-utils/safeObj.js";
78
+ import "../shared-utils/util.js";
76
79
  import "../PanoTagPlugin/Components/TagContainer.js";
77
80
  import "../vendor/svelte/src/runtime/internal/dom.js";
78
81
  import "../vendor/svelte/src/runtime/internal/transitions.js";
@@ -174,10 +177,10 @@ import "./utils/vectorToCoordinates.js";
174
177
  import "./utils/formatRad.js";
175
178
  import "./utils/linerValue.js";
176
179
  import "./utils/sleep.js";
177
- const Po = (r) => new i(r);
180
+ const co = (r) => new i(r);
178
181
  export {
179
- Po as CruisePlugin,
182
+ co as CruisePlugin,
180
183
  i as CruisePluginController,
181
- co as CruisePluginTypes,
182
- Po as default
184
+ bo as CruisePluginTypes,
185
+ co as default
183
186
  };
@@ -38,12 +38,12 @@ import "hammerjs";
38
38
  import "@realsee/five";
39
39
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
40
40
  import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
41
+ import "../shared-utils/positionToVector3.js";
41
42
  import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
42
43
  import "three/examples/jsm/renderers/CSS3DRenderer";
43
44
  import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
44
45
  import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
45
46
  import "../CSS3DRenderPlugin/utils/even.js";
46
- import "../CSS3DRenderPlugin/utils/positionToVector3.js";
47
47
  import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
48
48
  import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
49
49
  import "../shared-utils/three/centerPoint.js";
@@ -81,6 +81,7 @@ import "../PanoTagPlugin/utils/tagPosition.js";
81
81
  import "../PanoTagPlugin/utils/checkRange.js";
82
82
  import "../shared-utils/isNil.js";
83
83
  import "../PanoTagPlugin/controller/TagUtil.js";
84
+ import "../PanoTagPlugin/typings/tag/TagConfig.js";
84
85
  import "../PanoTagPlugin/tag.config.js";
85
86
  import "../PanoTagPlugin/utils/planeNormal.js";
86
87
  import "../PanoTagPlugin/utils/normalPositionToPositions.js";
@@ -98,6 +99,8 @@ import "../shared-utils/three/FragmentTransparencyMaterial.js";
98
99
  import "../shared-utils/five/FiveDomEvents.js";
99
100
  import "../shared-utils/threex/domevents/index.js";
100
101
  import "../shared-utils/five/getFloorIndex.js";
102
+ import "../shared-utils/safeObj.js";
103
+ import "../shared-utils/util.js";
101
104
  import "../PanoTagPlugin/Components/TagContainer.js";
102
105
  import "../vendor/svelte/src/runtime/internal/dom.js";
103
106
  import "../vendor/svelte/src/runtime/internal/transitions.js";
@@ -201,8 +204,8 @@ import "../CruisePlugin/utils/vectorToCoordinates.js";
201
204
  import "../CruisePlugin/utils/formatRad.js";
202
205
  import "../CruisePlugin/utils/linerValue.js";
203
206
  import "../CruisePlugin/utils/sleep.js";
204
- const V = "v1.1.0", b = "GuideLinePlugin", g = `${b}@${V}`, Yr = (p) => `${g}--${p}`;
205
- class Zr extends P {
207
+ const V = "v1.1.0", b = "GuideLinePlugin", g = `${b}@${V}`, ie = (p) => `${g}--${p}`;
208
+ class re extends P {
206
209
  constructor(t, i) {
207
210
  super(t, i);
208
211
  d(this, "version", V);
@@ -361,6 +364,6 @@ class Zr extends P {
361
364
  }
362
365
  }
363
366
  export {
364
- Zr as default,
365
- Yr as pluginFlag
367
+ re as default,
368
+ ie as pluginFlag
366
369
  };
@@ -4,7 +4,7 @@ import "../shared-utils/log.js";
4
4
  import "../shared-utils/to.js";
5
5
  import "@realsee/five";
6
6
  import "../shared-utils/five/changeMode.js";
7
- import { GuideLineItem as ao } from "./GuideLineItem/index.js";
7
+ import { GuideLineItem as go } from "./GuideLineItem/index.js";
8
8
  import "three";
9
9
  import "./utils/createLineGeometry.js";
10
10
  import "../vendor/polyline-normals/index.js";
@@ -18,13 +18,13 @@ import "../shared-utils/five/mode.js";
18
18
  import "hammerjs";
19
19
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
20
20
  import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
21
+ import "../shared-utils/positionToVector3.js";
21
22
  import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
22
23
  import "three/examples/jsm/renderers/CSS3DRenderer";
23
24
  import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
24
25
  import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
25
26
  import "../CSS3DRenderPlugin/utils/even.js";
26
27
  import "../shared-utils/Subscribe.js";
27
- import "../CSS3DRenderPlugin/utils/positionToVector3.js";
28
28
  import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
29
29
  import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
30
30
  import "../shared-utils/three/centerPoint.js";
@@ -50,6 +50,7 @@ import "../PanoTagPlugin/utils/tagPosition.js";
50
50
  import "../PanoTagPlugin/utils/checkRange.js";
51
51
  import "../shared-utils/isNil.js";
52
52
  import "../PanoTagPlugin/controller/TagUtil.js";
53
+ import "../PanoTagPlugin/typings/tag/TagConfig.js";
53
54
  import "../PanoTagPlugin/tag.config.js";
54
55
  import "../PanoTagPlugin/utils/planeNormal.js";
55
56
  import "../PanoTagPlugin/utils/normalPositionToPositions.js";
@@ -69,6 +70,8 @@ import "../shared-utils/three/FragmentTransparencyMaterial.js";
69
70
  import "../shared-utils/five/FiveDomEvents.js";
70
71
  import "../shared-utils/threex/domevents/index.js";
71
72
  import "../shared-utils/five/getFloorIndex.js";
73
+ import "../shared-utils/safeObj.js";
74
+ import "../shared-utils/util.js";
72
75
  import "../PanoTagPlugin/Components/TagContainer.js";
73
76
  import "../vendor/svelte/src/runtime/internal/dom.js";
74
77
  import "../vendor/svelte/src/runtime/internal/transitions.js";
@@ -174,5 +177,5 @@ import "../CruisePlugin/utils/formatRad.js";
174
177
  import "../CruisePlugin/utils/linerValue.js";
175
178
  import "../CruisePlugin/utils/sleep.js";
176
179
  export {
177
- ao as GuideLineItem
180
+ go as GuideLineItem
178
181
  };
@@ -13,7 +13,7 @@ import "../PanoTagPlugin/controller/index.js";
13
13
  import "./Components/Tag.js";
14
14
  import "./utils/index.js";
15
15
  import "../vendor/object-assign-deep/objectAssignDeep.js";
16
- import { GuideLineModeItem as _i } from "./GuideLineModeItem/index.js";
16
+ import { GuideLineModeItem as im } from "./GuideLineModeItem/index.js";
17
17
  import "../vendor/polyline-normals/index.js";
18
18
  import "../vendor/polyline-miter-util/index.js";
19
19
  import "../vendor/gl-vec2/add.js";
@@ -21,13 +21,13 @@ import "../vendor/gl-vec2/set.js";
21
21
  import "../vendor/gl-vec2/normalize.js";
22
22
  import "../vendor/gl-vec2/subtract.js";
23
23
  import "../vendor/gl-vec2/dot.js";
24
+ import "../shared-utils/positionToVector3.js";
24
25
  import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
25
26
  import "three/examples/jsm/renderers/CSS3DRenderer";
26
27
  import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
27
28
  import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
28
29
  import "../CSS3DRenderPlugin/utils/even.js";
29
30
  import "../shared-utils/Subscribe.js";
30
- import "../CSS3DRenderPlugin/utils/positionToVector3.js";
31
31
  import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
32
32
  import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
33
33
  import "../shared-utils/three/centerPoint.js";
@@ -48,6 +48,7 @@ import "../PanoTagPlugin/utils/tagPosition.js";
48
48
  import "../PanoTagPlugin/utils/checkRange.js";
49
49
  import "../shared-utils/isNil.js";
50
50
  import "../PanoTagPlugin/controller/TagUtil.js";
51
+ import "../PanoTagPlugin/typings/tag/TagConfig.js";
51
52
  import "../PanoTagPlugin/tag.config.js";
52
53
  import "../PanoTagPlugin/utils/planeNormal.js";
53
54
  import "../PanoTagPlugin/utils/normalPositionToPositions.js";
@@ -67,6 +68,8 @@ import "../shared-utils/three/FragmentTransparencyMaterial.js";
67
68
  import "../shared-utils/five/FiveDomEvents.js";
68
69
  import "../shared-utils/threex/domevents/index.js";
69
70
  import "../shared-utils/five/getFloorIndex.js";
71
+ import "../shared-utils/safeObj.js";
72
+ import "../shared-utils/util.js";
70
73
  import "../PanoTagPlugin/Components/TagContainer.js";
71
74
  import "../vendor/svelte/src/runtime/internal/dom.js";
72
75
  import "../vendor/svelte/src/runtime/internal/transitions.js";
@@ -157,5 +160,5 @@ import "../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
157
160
  import "../shared-utils/three/GLTFLoader.js";
158
161
  import "@realsee/five/gltf-loader";
159
162
  export {
160
- _i as GuideLineModeItem
163
+ im as GuideLineModeItem
161
164
  };
@@ -1,6 +1,6 @@
1
1
  import t from "./Controller.js";
2
- import { GuideLineItem$1 as Mt } from "./GuideLineItem/index.js";
3
- import { GuideLineModeItem$1 as ct } from "./GuideLineModeItem/index.js";
2
+ import { GuideLineItem$1 as gt } from "./GuideLineItem/index.js";
3
+ import { GuideLineModeItem$1 as Ct } from "./GuideLineModeItem/index.js";
4
4
  import "../base/BasePluginWithData.js";
5
5
  import "../base/BasePlugin.js";
6
6
  import "../shared-utils/Subscribe.js";
@@ -9,12 +9,12 @@ import "three";
9
9
  import "@realsee/five";
10
10
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
11
11
  import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
12
+ import "../shared-utils/positionToVector3.js";
12
13
  import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
13
14
  import "three/examples/jsm/renderers/CSS3DRenderer";
14
15
  import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
15
16
  import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
16
17
  import "../CSS3DRenderPlugin/utils/even.js";
17
- import "../CSS3DRenderPlugin/utils/positionToVector3.js";
18
18
  import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
19
19
  import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
20
20
  import "../shared-utils/three/centerPoint.js";
@@ -63,6 +63,7 @@ import "../PanoTagPlugin/utils/tagPosition.js";
63
63
  import "../PanoTagPlugin/utils/checkRange.js";
64
64
  import "../shared-utils/isNil.js";
65
65
  import "../PanoTagPlugin/controller/TagUtil.js";
66
+ import "../PanoTagPlugin/typings/tag/TagConfig.js";
66
67
  import "../PanoTagPlugin/tag.config.js";
67
68
  import "../PanoTagPlugin/utils/planeNormal.js";
68
69
  import "../PanoTagPlugin/utils/normalPositionToPositions.js";
@@ -80,6 +81,8 @@ import "../shared-utils/three/FragmentTransparencyMaterial.js";
80
81
  import "../shared-utils/five/FiveDomEvents.js";
81
82
  import "../shared-utils/threex/domevents/index.js";
82
83
  import "../shared-utils/five/getFloorIndex.js";
84
+ import "../shared-utils/safeObj.js";
85
+ import "../shared-utils/util.js";
83
86
  import "../PanoTagPlugin/Components/TagContainer.js";
84
87
  import "../vendor/svelte/src/runtime/internal/dom.js";
85
88
  import "../vendor/svelte/src/runtime/internal/transitions.js";
@@ -173,10 +176,10 @@ import "./utils/index.js";
173
176
  import "../shared-utils/to.js";
174
177
  import "../shared-utils/five/changeMode.js";
175
178
  import "../shared-utils/nearlyEqual.js";
176
- const st = (i, o) => new t(i, o);
179
+ const Mt = (i, o) => new t(i, o);
177
180
  export {
178
- Mt as GuideLineItem,
179
- ct as GuideLineModeItem,
180
- st as GuideLinePlugin,
181
- st as default
181
+ gt as GuideLineItem,
182
+ Ct as GuideLineModeItem,
183
+ Mt as GuideLinePlugin,
184
+ Mt as default
182
185
  };