@realsee/dnalogel 2.30.3 → 3.0.0-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 (428) hide show
  1. package/dist/CSS3DRenderPlugin/Controller.d.ts +3 -2
  2. package/dist/CSS3DRenderPlugin/utils/three/CSS3DObject.d.ts +3 -1
  3. package/dist/CSS3DRenderPlugin/utils/three/CSS3DRender.d.ts +1 -0
  4. package/dist/PanoTagPlugin/controller/TagCache.d.ts +3 -3
  5. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +6 -12
  6. package/dist/PanoTagPlugin/controller/TagRender.d.ts +5 -1
  7. package/dist/PanoTagPlugin/controller/TagUtil.d.ts +12 -6
  8. package/dist/PanoTagPlugin/controller/index.d.ts +2 -6
  9. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +3 -2
  10. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +66 -20
  11. package/dist/PanoTagPlugin/typings/tag/TagInstance.d.ts +7 -2
  12. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +8 -3
  13. package/dist/PanoTagPlugin/utils/index.d.ts +0 -2
  14. package/dist/PanoTagPlugin/utils/planeNormal.d.ts +1 -1
  15. package/dist/PanoTagPlugin/utils/tag/adaptConfig.d.ts +2 -0
  16. package/dist/floorplan/utils/correctFiveState.d.ts +1 -1
  17. package/dist/index.cjs.js +57 -57
  18. package/dist/index.d.ts +1 -0
  19. package/dist/index.js +4749 -4758
  20. package/dist/index.umd.js +48 -48
  21. package/dist/shared-utils/five/FiveDomEvents.d.ts +1 -3
  22. package/dist/shared-utils/five/adapt.d.ts +9 -0
  23. package/dist/shared-utils/five/fiveModelLoad.d.ts +9 -0
  24. package/dist/shared-utils/getPxmm.d.ts +1 -1
  25. package/dist/shared-utils/typescript/entries.d.ts +2 -0
  26. package/docs/.nojekyll +1 -0
  27. package/docs/assets/highlight.css +120 -0
  28. package/docs/assets/main.js +58 -0
  29. package/docs/assets/search.js +1 -0
  30. package/docs/assets/style.css +1367 -0
  31. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +725 -0
  32. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +678 -0
  33. package/docs/classes/CSS3DRender.html +773 -0
  34. package/docs/classes/CruisePluginController.html +672 -0
  35. package/docs/classes/GuideLineItem.GuideLineItem.html +491 -0
  36. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +792 -0
  37. package/docs/classes/Magnifier.html +480 -0
  38. package/docs/classes/ModelRoomLabelController.html +398 -0
  39. package/docs/classes/Object3DHelperController.html +640 -0
  40. package/docs/classes/PaintBrush.html +502 -0
  41. package/docs/classes/PanoMeasurePluginLine.html +522 -0
  42. package/docs/classes/PanoMeasurePluginModel.html +571 -0
  43. package/docs/classes/PanoMeasurePluginPoint.html +362 -0
  44. package/docs/classes/PanoMeasurePluginPolyline.html +567 -0
  45. package/docs/classes/PanoTagPluginController.html +1050 -0
  46. package/docs/classes/Util.BetterTween.html +416 -0
  47. package/docs/classes/Util.Interval.html +432 -0
  48. package/docs/classes/Util.LineSegments.html +384 -0
  49. package/docs/classes/Util.Magnifier.html +503 -0
  50. package/docs/classes/Util.Object3D.html +406 -0
  51. package/docs/classes/Util.PointDomHelper.html +407 -0
  52. package/docs/classes/Util.PointHelper.html +398 -0
  53. package/docs/classes/Util.PointSelectorHelper.html +454 -0
  54. package/docs/classes/Util.Rectangle.html +455 -0
  55. package/docs/enums/CameraMovementEffect.html +310 -0
  56. package/docs/enums/ContentType.html +446 -0
  57. package/docs/enums/DIRECTION.html +320 -0
  58. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +320 -0
  59. package/docs/enums/DimensionType.html +310 -0
  60. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +313 -0
  61. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +320 -0
  62. package/docs/enums/PaintBrushTypeEnum.html +313 -0
  63. package/docs/enums/PointType.html +310 -0
  64. package/docs/enums/Rotation.html +317 -0
  65. package/docs/functions/AreaMakerPlugin.html +290 -0
  66. package/docs/functions/CSS3DRenderPlugin.html +288 -0
  67. package/docs/functions/CameraMovementPlugin.html +293 -0
  68. package/docs/functions/CruisePlugin.html +290 -0
  69. package/docs/functions/CurrentPanoImagePlugin.html +290 -0
  70. package/docs/functions/GuideLinePlugin.html +290 -0
  71. package/docs/functions/ItemLabelPlugin.html +290 -0
  72. package/docs/functions/MapviewFloorplanPlugin.html +290 -0
  73. package/docs/functions/ModelChassisCompassPlugin.html +293 -0
  74. package/docs/functions/ModelEntryDoorGuidePlugin.html +293 -0
  75. package/docs/functions/ModelFloorplanPlugin.html +290 -0
  76. package/docs/functions/ModelItemLabelPlugin.html +290 -0
  77. package/docs/functions/ModelRoomLabelPlugin.html +288 -0
  78. package/docs/functions/ModelTVVideoPlugin.html +290 -0
  79. package/docs/functions/ModelViewPlugin.html +293 -0
  80. package/docs/functions/Object3DHelperPlugin.html +288 -0
  81. package/docs/functions/PanoCompassPlugin.html +290 -0
  82. package/docs/functions/PanoCursorRaycasterPlugin.html +294 -0
  83. package/docs/functions/PanoDoorLabelPlugin.html +290 -0
  84. package/docs/functions/PanoFloorplanRadarPlugin.html +290 -0
  85. package/docs/functions/PanoMeasurePlugin.html +290 -0
  86. package/docs/functions/PanoRulerPlugin.html +293 -0
  87. package/docs/functions/PanoRulerProPlugin.html +293 -0
  88. package/docs/functions/PanoSpatialTagPlugin.html +293 -0
  89. package/docs/functions/PanoTagPlugin.html +295 -0
  90. package/docs/functions/PanoVideoPlugin.html +299 -0
  91. package/docs/functions/PipelinePlugin.html +288 -0
  92. package/docs/functions/TopviewFloorplanPlugin.html +290 -0
  93. package/docs/functions/Util.absoluteUrl.html +326 -0
  94. package/docs/functions/Util.checkFiveModelLoaded.html +329 -0
  95. package/docs/functions/Util.equal.html +338 -0
  96. package/docs/functions/Util.getCoordsFromClient.html +328 -0
  97. package/docs/functions/Util.getCoordsFromElement.html +328 -0
  98. package/docs/functions/Util.getFrameTime.html +320 -0
  99. package/docs/functions/Util.getIntersectFromRelativePosition.html +328 -0
  100. package/docs/functions/Util.getRaycasterFromFivePointer.html +328 -0
  101. package/docs/functions/Util.isAbsoluteURL.html +321 -0
  102. package/docs/functions/Util.isModelLike.html +321 -0
  103. package/docs/functions/Util.isNil.html +329 -0
  104. package/docs/functions/Util.isPanoramaLike.html +321 -0
  105. package/docs/functions/Util.nextFrame.html +334 -0
  106. package/docs/functions/Util.notNil.html +329 -0
  107. package/docs/functions/Util.requestAnimationFrameInterval.html +350 -0
  108. package/docs/functions/Util.tweenProgress.html +323 -0
  109. package/docs/functions/Util.uuid.html +319 -0
  110. package/docs/functions/pluginFlag.html +288 -0
  111. package/docs/index.html +354 -0
  112. package/docs/interfaces/AddTagConfig.html +303 -0
  113. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +329 -0
  114. package/docs/interfaces/AreaMakerPluginType.Config.html +334 -0
  115. package/docs/interfaces/AreaMakerPluginType.EventMap.html +620 -0
  116. package/docs/interfaces/AreaMakerPluginType.Params.html +333 -0
  117. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +383 -0
  118. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +368 -0
  119. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +333 -0
  120. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +326 -0
  121. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +325 -0
  122. package/docs/interfaces/AreaMakerPluginType.State.html +354 -0
  123. package/docs/interfaces/CSS3DRenderPluginEventMap.html +449 -0
  124. package/docs/interfaces/CSS3DRenderPluginState.html +325 -0
  125. package/docs/interfaces/CameraMovementPluginExportType.html +358 -0
  126. package/docs/interfaces/CruisePluginTypes.Config.html +359 -0
  127. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +361 -0
  128. package/docs/interfaces/CruisePluginTypes.EventMap.html +696 -0
  129. package/docs/interfaces/CruisePluginTypes.MoveAction.html +385 -0
  130. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +421 -0
  131. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +411 -0
  132. package/docs/interfaces/CruisePluginTypes.PluginData.html +351 -0
  133. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +319 -0
  134. package/docs/interfaces/CruisePluginTypes.PluginState.html +408 -0
  135. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +382 -0
  136. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +521 -0
  137. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +323 -0
  138. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +315 -0
  139. package/docs/interfaces/CurrentPanoImagePluginType.State.html +337 -0
  140. package/docs/interfaces/EventMap.html +542 -0
  141. package/docs/interfaces/FloorplanBounding.html +332 -0
  142. package/docs/interfaces/FloorplanData.html +335 -0
  143. package/docs/interfaces/FloorplanEntrance.html +360 -0
  144. package/docs/interfaces/FloorplanExtraObject.html +350 -0
  145. package/docs/interfaces/FloorplanExtraObject3D.html +339 -0
  146. package/docs/interfaces/FloorplanFloorData.html +328 -0
  147. package/docs/interfaces/FloorplanImagePosition.html +314 -0
  148. package/docs/interfaces/FloorplanObserver.html +332 -0
  149. package/docs/interfaces/FloorplanOutlineItem.html +328 -0
  150. package/docs/interfaces/FloorplanPosition.html +314 -0
  151. package/docs/interfaces/FloorplanRoomItem.html +379 -0
  152. package/docs/interfaces/FloorplanRoomLabelItem.html +320 -0
  153. package/docs/interfaces/FloorplanServerBounding.html +332 -0
  154. package/docs/interfaces/FloorplanServerComputedData.html +331 -0
  155. package/docs/interfaces/FloorplanServerData.html +314 -0
  156. package/docs/interfaces/FloorplanServerDoorItem.html +331 -0
  157. package/docs/interfaces/FloorplanServerDoorPosition.html +317 -0
  158. package/docs/interfaces/FloorplanServerEntrance.html +360 -0
  159. package/docs/interfaces/FloorplanServerFloorData.html +328 -0
  160. package/docs/interfaces/FloorplanServerImagePosition.html +314 -0
  161. package/docs/interfaces/FloorplanServerObserver.html +332 -0
  162. package/docs/interfaces/FloorplanServerOutlineItem.html +328 -0
  163. package/docs/interfaces/FloorplanServerPosition.html +314 -0
  164. package/docs/interfaces/FloorplanServerRoomItem.html +391 -0
  165. package/docs/interfaces/FloorplanServerRoomLabelItem.html +320 -0
  166. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +323 -0
  167. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +361 -0
  168. package/docs/interfaces/GuideLinePluginType.EventMap.html +525 -0
  169. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +356 -0
  170. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +347 -0
  171. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +414 -0
  172. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +346 -0
  173. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +471 -0
  174. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +343 -0
  175. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +471 -0
  176. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +308 -0
  177. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +329 -0
  178. package/docs/interfaces/GuideLinePluginType.PluginState.html +354 -0
  179. package/docs/interfaces/GuideLinePluginType.Route.html +370 -0
  180. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +352 -0
  181. package/docs/interfaces/HelperOffset.html +332 -0
  182. package/docs/interfaces/ImagePlaneGroup.html +306 -0
  183. package/docs/interfaces/ItemLabelPluginData.html +303 -0
  184. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +388 -0
  185. package/docs/interfaces/ItemLabelPluginParametersType.html +324 -0
  186. package/docs/interfaces/MinMax.html +310 -0
  187. package/docs/interfaces/ModelChassisCompassPluginData.html +310 -0
  188. package/docs/interfaces/ModelChassisCompassPluginExportType.html +346 -0
  189. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +310 -0
  190. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +317 -0
  191. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +354 -0
  192. package/docs/interfaces/ModelItemLabelPluginData.html +303 -0
  193. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +388 -0
  194. package/docs/interfaces/ModelItemLabelPluginParametersType.html +310 -0
  195. package/docs/interfaces/ModelRoomLabelPluginData.html +303 -0
  196. package/docs/interfaces/ModelTVVideoPluginData.html +324 -0
  197. package/docs/interfaces/ModelTVVideoPluginExportType.html +348 -0
  198. package/docs/interfaces/ModelTVVideoPluginParameterType.html +303 -0
  199. package/docs/interfaces/ModelViewPluginExportType.html +416 -0
  200. package/docs/interfaces/Object3DHelperState.html +317 -0
  201. package/docs/interfaces/ObjectHelperControllers.html +324 -0
  202. package/docs/interfaces/PaintBrushAction.html +363 -0
  203. package/docs/interfaces/PaintBrushConfigs.html +361 -0
  204. package/docs/interfaces/PaintBrushState.html +345 -0
  205. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +425 -0
  206. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +282 -0
  207. package/docs/interfaces/PanoMeasureParameterType.html +449 -0
  208. package/docs/interfaces/PanoMeasurePluginLineJson.html +317 -0
  209. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +314 -0
  210. package/docs/interfaces/PanoMeasurePluginPointJson.html +310 -0
  211. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +320 -0
  212. package/docs/interfaces/PanoRulerPluginExportType.html +377 -0
  213. package/docs/interfaces/PanoRulerPluginOptions.html +326 -0
  214. package/docs/interfaces/PanoRulerPluginParameterType.html +317 -0
  215. package/docs/interfaces/PanoRulerProPluginExportType.html +353 -0
  216. package/docs/interfaces/PanoRulerProPluginOptions.html +323 -0
  217. package/docs/interfaces/PanoRulerProPluginParameterType.html +310 -0
  218. package/docs/interfaces/PanoRulerProPluginState.html +317 -0
  219. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +296 -0
  220. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +285 -0
  221. package/docs/interfaces/PanoSpatialTagPluginData.html +353 -0
  222. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +335 -0
  223. package/docs/interfaces/PanoSpatialTagPluginExportType.html +431 -0
  224. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +331 -0
  225. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +352 -0
  226. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +338 -0
  227. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +331 -0
  228. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +323 -0
  229. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +341 -0
  230. package/docs/interfaces/PanoVideoPluginType.PluginData.html +314 -0
  231. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +420 -0
  232. package/docs/interfaces/PanoVideoPluginType.PluginState.html +314 -0
  233. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +349 -0
  234. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +368 -0
  235. package/docs/interfaces/Point.html +317 -0
  236. package/docs/interfaces/Room.html +324 -0
  237. package/docs/interfaces/RoomInfo.html +310 -0
  238. package/docs/interfaces/RoomLabel.html +386 -0
  239. package/docs/interfaces/RoomRules.html +285 -0
  240. package/docs/interfaces/Rooms.html +285 -0
  241. package/docs/interfaces/Scissor.html +344 -0
  242. package/docs/interfaces/State.html +331 -0
  243. package/docs/interfaces/TagCacheInterface.html +362 -0
  244. package/docs/interfaces/TagConfig.html +565 -0
  245. package/docs/interfaces/TagGLTFObjectGroup.html +306 -0
  246. package/docs/interfaces/TagIconUrl.html +363 -0
  247. package/docs/interfaces/TagObjectGroup.html +306 -0
  248. package/docs/interfaces/TagStyle.html +316 -0
  249. package/docs/interfaces/Tags.html +2688 -0
  250. package/docs/interfaces/TemporaryState.html +303 -0
  251. package/docs/interfaces/Util.MagnifierParameter.html +391 -0
  252. package/docs/interfaces/Util.MouseGroupParameter.html +350 -0
  253. package/docs/interfaces/Util.PointIntersection.html +365 -0
  254. package/docs/modules/AreaMakerPluginType.html +323 -0
  255. package/docs/modules/CruisePluginTypes.html +328 -0
  256. package/docs/modules/CurrentPanoImagePluginType.html +297 -0
  257. package/docs/modules/GuideLineItem.html +289 -0
  258. package/docs/modules/GuideLineModeItem.html +294 -0
  259. package/docs/modules/GuideLinePluginType.html +348 -0
  260. package/docs/modules/PanoVideoPluginType.html +301 -0
  261. package/docs/modules/Util.html +351 -0
  262. package/docs/modules.html +540 -0
  263. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +331 -0
  264. package/docs/types/AreaMakerPluginType.PluginData.html +301 -0
  265. package/docs/types/AreaMakerPluginType.ServerData.html +301 -0
  266. package/docs/types/ArrayPosition.html +279 -0
  267. package/docs/types/AudioAppearance.html +279 -0
  268. package/docs/types/AudioTagTypeConfigKey.html +279 -0
  269. package/docs/types/CSS3DRenderExportType.html +279 -0
  270. package/docs/types/CSS3DRenderPluginExportType.html +279 -0
  271. package/docs/types/CSS3DRenderPluginParameterType.html +279 -0
  272. package/docs/types/ClassFunctionParameters.html +286 -0
  273. package/docs/types/Color.html +279 -0
  274. package/docs/types/ContentTypeConfigKey.html +279 -0
  275. package/docs/types/ContentTypeConfigKeySplit.html +279 -0
  276. package/docs/types/ContentTypeMap.html +279 -0
  277. package/docs/types/Create3DDomContainerReturnType.html +279 -0
  278. package/docs/types/Create3DElementReturnType.html +279 -0
  279. package/docs/types/CruisePluginExportType.html +279 -0
  280. package/docs/types/CruisePluginTypes.CruiseData.html +318 -0
  281. package/docs/types/CruisePluginTypes.MoveEffect.html +295 -0
  282. package/docs/types/CurrentPanoImagePluginExportType.html +279 -0
  283. package/docs/types/DeprecatedMediaPlaneProperty.html +291 -0
  284. package/docs/types/DeprecatedTagProperty.html +294 -0
  285. package/docs/types/Direction-1.html +279 -0
  286. package/docs/types/Direction4.html +279 -0
  287. package/docs/types/ElementRenderer.html +303 -0
  288. package/docs/types/FloorplanRuleLabels.html +282 -0
  289. package/docs/types/FloorplanServerRuleLabels.html +279 -0
  290. package/docs/types/GuideLinePluginExportType.html +279 -0
  291. package/docs/types/GuideLinePluginType.GuideLineItem.html +351 -0
  292. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +372 -0
  293. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +305 -0
  294. package/docs/types/GuideLinePluginType.GuideLineStyle.html +308 -0
  295. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +308 -0
  296. package/docs/types/GuideLinePluginType.PathItem.html +308 -0
  297. package/docs/types/GuideLinePluginType.PluginData.html +317 -0
  298. package/docs/types/HelperEventMap.html +517 -0
  299. package/docs/types/LoadTagConfig.html +279 -0
  300. package/docs/types/MapviewFloorplanPluginParameterType.html +279 -0
  301. package/docs/types/MapviewFloorplanPluginReturnType.html +279 -0
  302. package/docs/types/MediaData.html +295 -0
  303. package/docs/types/MediaStore.html +284 -0
  304. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +286 -0
  305. package/docs/types/ModelFloorplanPluginParameterType.html +279 -0
  306. package/docs/types/ModelFloorplanPluginReturnType.html +279 -0
  307. package/docs/types/ModelId.html +279 -0
  308. package/docs/types/ModelRoomLabelPluginParameters.html +279 -0
  309. package/docs/types/ModelRoomLabelPluginReturnType.html +279 -0
  310. package/docs/types/MoveArgs.html +289 -0
  311. package/docs/types/MoveOpts.html +287 -0
  312. package/docs/types/Object3DHelperEventMap.html +372 -0
  313. package/docs/types/ObjectFit.html +279 -0
  314. package/docs/types/PaintBrushEventMap.html +310 -0
  315. package/docs/types/PanoCompassPluginData.html +279 -0
  316. package/docs/types/PanoCompassPluginExportType.html +279 -0
  317. package/docs/types/PanoCompassPluginParameterType.html +279 -0
  318. package/docs/types/PanoFloorplanRadarPluginParameterType.html +279 -0
  319. package/docs/types/PanoFloorplanRadarPluginReturnType.html +279 -0
  320. package/docs/types/PanoIndex.html +279 -0
  321. package/docs/types/PanoMeasurePluginEvent.html +279 -0
  322. package/docs/types/PanoMeasureReturnType.html +279 -0
  323. package/docs/types/PanoSpatialTagPluginId.html +279 -0
  324. package/docs/types/PanoTagPluginExportInterface.html +279 -0
  325. package/docs/types/PanoTagPluginParamsInterface.html +279 -0
  326. package/docs/types/PanoVideoPluginParameterType.html +279 -0
  327. package/docs/types/PanoVideoPluginReturnType.html +279 -0
  328. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +287 -0
  329. package/docs/types/PipelinePluginParameterType.html +279 -0
  330. package/docs/types/PipelinePluginReturnType.html +279 -0
  331. package/docs/types/PlaneTag.html +287 -0
  332. package/docs/types/Point2DTag.html +287 -0
  333. package/docs/types/Point3DTag.html +287 -0
  334. package/docs/types/PointTag.html +284 -0
  335. package/docs/types/PointTagInstance.html +284 -0
  336. package/docs/types/Position.html +279 -0
  337. package/docs/types/RotateArgs.html +291 -0
  338. package/docs/types/RotateOpts.html +287 -0
  339. package/docs/types/RuleLabelsKey.html +279 -0
  340. package/docs/types/RuleLabelsValue.html +279 -0
  341. package/docs/types/StickType.html +279 -0
  342. package/docs/types/Tag.html +345 -0
  343. package/docs/types/Tag2D.html +287 -0
  344. package/docs/types/Tag3D.html +287 -0
  345. package/docs/types/TagConfigByKey.html +284 -0
  346. package/docs/types/TagContentType.html +279 -0
  347. package/docs/types/TagDimensionType.html +281 -0
  348. package/docs/types/TagElement.html +289 -0
  349. package/docs/types/TagEvents.html +332 -0
  350. package/docs/types/TagGLTFObject.html +302 -0
  351. package/docs/types/TagHooks.html +279 -0
  352. package/docs/types/TagId.html +279 -0
  353. package/docs/types/TagInstance.html +353 -0
  354. package/docs/types/TagPointType.html +282 -0
  355. package/docs/types/TagRendererMap.html +284 -0
  356. package/docs/types/TopviewFloorplanPluginParameterType.html +279 -0
  357. package/docs/types/TopviewFloorplanPluginReturnType.html +279 -0
  358. package/docs/types/WorkCode.html +279 -0
  359. package/docs/variables/FLOOR_TYPE_MAP.html +289 -0
  360. package/docs/variables/PLUGIN.html +279 -0
  361. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +282 -0
  362. package/docs/variables/ROOM_TYPE_MAP.html +289 -0
  363. package/docs/variables/defaultGlobalConfig.html +279 -0
  364. package/docs/variables/itemLabelPluginServerParams.html +286 -0
  365. package/docs/variables/modelItemLabelPluginServerParams.html +286 -0
  366. package/docs/variables/modelRoomLabelPluginServerParams.html +286 -0
  367. package/libs/CSS3DRenderPlugin/Controller.d.ts +3 -2
  368. package/libs/CSS3DRenderPlugin/Controller.js +4 -3
  369. package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.d.ts +3 -1
  370. package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +11 -11
  371. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.d.ts +1 -0
  372. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +68 -66
  373. package/libs/CruisePlugin/Controller.js +5 -3
  374. package/libs/CruisePlugin/index.js +8 -6
  375. package/libs/CurrentPanoImagePlugin/Controller.js +21 -18
  376. package/libs/CurrentPanoImagePlugin/index.js +4 -3
  377. package/libs/GuideLinePlugin/Controller.js +7 -5
  378. package/libs/GuideLinePlugin/GuideLineItem.js +5 -3
  379. package/libs/GuideLinePlugin/GuideLineModeItem.js +5 -3
  380. package/libs/GuideLinePlugin/index.js +10 -8
  381. package/libs/PanoSpatialTagPlugin/Plugin.js +6 -18
  382. package/libs/PanoTagPlugin/Components/Tag/index.js +70 -71
  383. package/libs/PanoTagPlugin/Components/TagContainer.js +32 -33
  384. package/libs/PanoTagPlugin/Components/TagItem.js +115 -116
  385. package/libs/PanoTagPlugin/controller/TagCache.d.ts +3 -3
  386. package/libs/PanoTagPlugin/controller/TagCache.js +14 -14
  387. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +6 -12
  388. package/libs/PanoTagPlugin/controller/TagComputer.js +168 -199
  389. package/libs/PanoTagPlugin/controller/TagRender.d.ts +5 -1
  390. package/libs/PanoTagPlugin/controller/TagRender.js +138 -117
  391. package/libs/PanoTagPlugin/controller/TagUtil.d.ts +12 -6
  392. package/libs/PanoTagPlugin/controller/TagUtil.js +178 -152
  393. package/libs/PanoTagPlugin/controller/index.d.ts +2 -6
  394. package/libs/PanoTagPlugin/controller/index.js +140 -148
  395. package/libs/PanoTagPlugin/index.js +16 -13
  396. package/libs/PanoTagPlugin/tag.config.js +11 -3
  397. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +3 -2
  398. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +66 -20
  399. package/libs/PanoTagPlugin/typings/tag/TagInstance.d.ts +7 -2
  400. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +8 -3
  401. package/libs/PanoTagPlugin/utils/addDebugPoints.js +1 -1
  402. package/libs/PanoTagPlugin/utils/index.d.ts +0 -2
  403. package/libs/PanoTagPlugin/utils/index.js +23 -31
  404. package/libs/PanoTagPlugin/utils/planeNormal.d.ts +1 -1
  405. package/libs/PanoTagPlugin/utils/tag/adaptConfig.d.ts +2 -0
  406. package/libs/PanoTagPlugin/utils/tag/adaptConfig.js +7 -0
  407. package/libs/base/BasePlugin.js +1 -1
  408. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -2
  409. package/libs/floorplan/utils/correctFiveState.d.ts +1 -1
  410. package/libs/floorplan/utils/correctFiveState.js +30 -29
  411. package/libs/index.d.ts +1 -0
  412. package/libs/index.js +120 -117
  413. package/libs/shared-utils/five/FiveDomEvents.d.ts +1 -3
  414. package/libs/shared-utils/five/FiveDomEvents.js +50 -56
  415. package/libs/shared-utils/five/adapt.d.ts +9 -0
  416. package/libs/shared-utils/five/adapt.js +16 -0
  417. package/libs/shared-utils/five/fiveModelLoad.d.ts +9 -0
  418. package/libs/shared-utils/five/fiveModelLoad.js +29 -0
  419. package/libs/shared-utils/five/mode.js +5 -5
  420. package/libs/shared-utils/getPxmm.d.ts +1 -1
  421. package/libs/shared-utils/getPxmm.js +1 -3
  422. package/libs/shared-utils/logger.js +1 -1
  423. package/libs/shared-utils/typescript/entries.d.ts +2 -0
  424. package/libs/shared-utils/typescript/entries.js +6 -0
  425. package/package.json +2 -6
  426. package/dist/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +0 -4
  427. package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +0 -4
  428. package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +0 -16
@@ -1,16 +1,16 @@
1
- var F = Object.defineProperty, w = Object.defineProperties;
1
+ var w = Object.defineProperty, E = Object.defineProperties;
2
2
  var U = Object.getOwnPropertyDescriptors;
3
- var y = Object.getOwnPropertySymbols;
3
+ var C = Object.getOwnPropertySymbols;
4
4
  var I = Object.prototype.hasOwnProperty, B = Object.prototype.propertyIsEnumerable;
5
- var b = (d, a, e) => a in d ? F(d, a, { enumerable: !0, configurable: !0, writable: !0, value: e }) : d[a] = e, g = (d, a) => {
5
+ var b = (d, a, e) => a in d ? w(d, a, { enumerable: !0, configurable: !0, writable: !0, value: e }) : d[a] = e, c = (d, a) => {
6
6
  for (var e in a || (a = {}))
7
7
  I.call(a, e) && b(d, e, a[e]);
8
- if (y)
9
- for (var e of y(a))
8
+ if (C)
9
+ for (var e of C(a))
10
10
  B.call(a, e) && b(d, e, a[e]);
11
11
  return d;
12
- }, T = (d, a) => w(d, U(a));
13
- var m = (d, a, e) => (b(d, typeof a != "symbol" ? a + "" : a, e), e);
12
+ }, T = (d, a) => E(d, U(a));
13
+ var l = (d, a, e) => (b(d, typeof a != "symbol" ? a + "" : a, e), e);
14
14
  var p = (d, a, e) => new Promise((t, i) => {
15
15
  var s = (r) => {
16
16
  try {
@@ -27,25 +27,26 @@ var p = (d, a, e) => new Promise((t, i) => {
27
27
  }, n = (r) => r.done ? t(r.value) : Promise.resolve(r.value).then(s, o);
28
28
  n((e = e.apply(d, a)).next());
29
29
  });
30
- import * as C from "three";
31
- import { Subscribe as R } from "@realsee/five";
32
- import { objectAssignDeepExports as l } from "../../vendor/object-assign-deep/objectAssignDeep.js";
30
+ import * as y from "three";
31
+ import { Subscribe as F } from "@realsee/five";
32
+ import { objectAssignDeepExports as f } from "../../vendor/object-assign-deep/objectAssignDeep.js";
33
+ import { addDebugPoints as R } from "../utils/addDebugPoints.js";
33
34
  import { arrayPositionToVector3 as A } from "../../shared-utils/positionToVector3.js";
34
- import { addDebugPoints as _ } from "../utils/addDebugPoints.js";
35
- import { isMediaModelTag as D, isModelTag as k } from "../utils/tag/tagCheck.js";
36
- import { waitFiveModelLoaded as O } from "../utils/actionAfterFiveModelLoad.js";
37
- import { debounce as S } from "../utils/debounce.js";
38
- import { throttle as L } from "../utils/throttle.js";
39
- import { resizeObserver as P } from "../utils/resizeObserver.js";
35
+ import { isMediaModelTag as k, isModelTag as M } from "../utils/tag/tagCheck.js";
36
+ import { debounce as _ } from "../utils/debounce.js";
37
+ import { throttle as O } from "../utils/throttle.js";
38
+ import { resizeObserver as D } from "../utils/resizeObserver.js";
40
39
  import V from "../utils/tag/format.js";
41
- import { generateBlankAudio as G, AudioNamespace as N } from "../../shared-utils/audio.js";
42
- import { TagRender as z } from "./TagRender.js";
43
- import { uuid as $ } from "../../shared-utils/uuid.js";
40
+ import { generateBlankAudio as L, AudioNamespace as G } from "../../shared-utils/audio.js";
41
+ import { TagRender as N } from "./TagRender.js";
42
+ import { uuid as z } from "../../shared-utils/uuid.js";
43
+ import { isModelLike as x } from "../../shared-utils/five/mode.js";
44
44
  import "hammerjs";
45
45
  import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
46
46
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
47
47
  import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
48
- import { tweenProgress as x } from "../../shared-utils/animationFrame/BetterTween.js";
48
+ import { tweenProgress as $ } from "../../shared-utils/animationFrame/BetterTween.js";
49
+ import { waitFiveModelLoaded as W } from "../../shared-utils/five/fiveModelLoad.js";
49
50
  import "./TagComputer.js";
50
51
  import "../utils/tagPosition.js";
51
52
  import "../../shared-utils/three/centerPoint.js";
@@ -82,6 +83,8 @@ import "../../shared-utils/three/getPositionsByObjectFit.js";
82
83
  import "../../shared-utils/three/FragmentTransparencyMaterial.js";
83
84
  import "../../shared-utils/five/FiveDomEvents.js";
84
85
  import "../../shared-utils/three/getObjectVisible.js";
86
+ import "../utils/tag/adaptConfig.js";
87
+ import "../../shared-utils/typescript/entries.js";
85
88
  import "../../shared-utils/five/getFloorIndex.js";
86
89
  import "../../shared-utils/safeObj.js";
87
90
  import "../../shared-utils/util.js";
@@ -161,21 +164,21 @@ import "../../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
161
164
  import "../../shared-utils/three/GLTFLoader.js";
162
165
  import "@realsee/five/gltf-loader";
163
166
  import "../../shared-utils/animationFrame/index.js";
164
- const M = "Dnalogel-PanoTagPlugin", ui = (d) => `${M}--${d}`;
165
- class vi extends z {
167
+ const P = "Dnalogel-PanoTagPlugin", yi = (d) => `${P}--${d}`;
168
+ class Ci extends N {
166
169
  constructor(e, t) {
167
170
  super(e);
168
171
  /** state */
169
- m(this, "state", { enabled: !0, visible: !0 });
172
+ l(this, "state", { enabled: !0, visible: !0 });
170
173
  /** 插件参数 */
171
- m(this, "params");
174
+ l(this, "params");
172
175
  /** debug */
173
- m(this, "debug");
176
+ l(this, "debug");
174
177
  /** 更改 tag 模型 */
175
- m(this, "changeTagModel", (e, t) => p(this, null, function* () {
176
- e.data = l({}, e.data, t), yield this.loadModel(e), this.updateRenderAllTags();
178
+ l(this, "changeTagModel", (e, t) => p(this, null, function* () {
179
+ e.data = f({}, e.data, t), yield this.loadModel(e), this.updateRenderAllTags();
177
180
  }));
178
- m(this, "whyHide", (e) => {
181
+ l(this, "whyHide", (e) => {
179
182
  var i, s;
180
183
  if (!this.state.enabled)
181
184
  return { reason: `plugin.state.enabled is ${this.state.enabled}` };
@@ -187,26 +190,82 @@ class vi extends z {
187
190
  if (!t.enabled)
188
191
  return { reason: `tag ${e} enabled is ${t.enabled}` };
189
192
  if (!t.state.visible) {
190
- const o = (i = this.getCache({ panoIndex: this.five.panoIndex, id: e })) == null ? void 0 : i.__debug_visible_reason__.reason;
193
+ const o = (i = this.getPanoIndexCache({ panoIndex: this.five.panoIndex, id: e })) == null ? void 0 : i.__debug_visible_reason__.reason;
191
194
  return { reason: (s = o.type) != null ? s : o, reasonObj: o };
192
195
  }
193
196
  return t.stickType === "Model" || t.stickType === "Plane" ? { reason: "maybe blocked by the five model" } : { reason: "check your eyes" };
194
197
  });
195
- m(this, "handleFiveInitAnimationEnded", () => {
198
+ l(this, "updateVisible", () => {
196
199
  const e = this.five.getCurrentState().mode;
197
200
  this.tags.forEach((t) => {
198
- D(t) && e === "Panorama" && this.changeTagMode(t, "front"), t.state.visible = this.getVisible(t);
199
- }), this.updateRenderAllTags();
201
+ k(t) && e !== "Panorama" && this.changeTagMode(t, "behind");
202
+ }), this.setVisible(), this.updateRenderAllTags();
200
203
  });
204
+ l(this, "handleFiveWantsMoveToPano", (e) => {
205
+ this.tags.forEach((t) => {
206
+ this.getVisible(t, { panoIndex: e }) && (t.state.visible = !0);
207
+ const s = this.getTagConfig(t);
208
+ typeof s.visibleConfig == "object" && (s.visibleConfig.keep ? t.temporaryState.visible = s.visibleConfig.keep === "visible" : t.temporaryState.visible = !!s.visibleConfig.alwaysShowWhenMovePano);
209
+ }), this.updateTagContainerVisible(), this.updateRenderImagePlane(), this.updateRenderVideoPlane();
210
+ });
211
+ /**
212
+ * @description: 走点/切换模型后显示
213
+ */
214
+ // private temporaryShow({ withAnimation }: { withAnimation?: boolean } = { withAnimation: false }) {
215
+ // this.store.visibleWithAnimation = withAnimation
216
+ // this.temporaryState.visible = true
217
+ // this.updateTagContainerVisible()
218
+ // }
219
+ /**
220
+ * @description: 走点/切换模型时临时隐藏
221
+ */
222
+ // private temporaryHide({ withAnimation }: { withAnimation?: boolean } = { withAnimation: false }) {
223
+ // this.store.visibleWithAnimation = withAnimation
224
+ // this.temporaryState.visible = false
225
+ // this.updateTagContainerVisible()
226
+ // }
227
+ l(this, "clickhandler", (e) => {
228
+ if (e.target !== "TagPoint")
229
+ return;
230
+ if (!e.tag.state)
231
+ return console.warn("Clickhandler: params.tag.state is undefined");
232
+ const t = this.can("fold", e.tag), i = this.can("unfold", e.tag);
233
+ t && i && (e.tag.state.unfolded = !e.tag.state.unfolded, e.tag.state.unfolded && this.tags.forEach((s) => {
234
+ s.id !== e.tag.id && s.state && this.can("fold", s) && (s.state.unfolded = !1);
235
+ }), this.updateRenderAllTags());
236
+ });
237
+ l(this, "handleFiveCameraUpdate", () => {
238
+ this.updatePointTagPosition();
239
+ });
240
+ l(this, "handleFivePanoArrived", () => p(this, null, function* () {
241
+ var e, t, i;
242
+ this.setVisible(), yield this.setVisibleAndUnfolded(), this.tags.forEach((s) => {
243
+ s.temporaryState = T(c({}, s.temporaryState), { visible: !0 });
244
+ }), (i = (t = (e = this.config) == null ? void 0 : e.globalConfig) == null ? void 0 : t.modelConfig) != null && i.autoLookAtEnabled && this.tags.filter(M).filter((s) => {
245
+ var o, n;
246
+ return (n = (o = s.config) == null ? void 0 : o.modelConfig) == null ? void 0 : n.autoLookAtEnabled;
247
+ }).forEach((s) => {
248
+ var u;
249
+ const o = new y.Mesh(new y.BoxGeometry(), new y.MeshBasicMaterial()), n = (u = s.model) == null ? void 0 : u.object;
250
+ if (!n)
251
+ return;
252
+ o.position.copy(n.position), o.quaternion.copy(n.quaternion);
253
+ const r = this.five.camera.position;
254
+ o.lookAt(r.clone().setY(o.position.y));
255
+ const h = n.quaternion.clone(), g = o.quaternion.clone(), m = $();
256
+ m.onUpdate(({ progress: v }) => {
257
+ n.quaternion.copy(h.clone().slerp(g, v));
258
+ }), m.play();
259
+ }), this.store.visibleWithAnimation = !0, this.updateTagContainerVisible(), this.updateRenderAllTags();
260
+ }));
201
261
  /** 楼层切换时,需要更新标签可见性 */
202
- m(this, "handleFiveModelShownFloorChange", () => {
203
- this.tags.forEach((e) => {
204
- var i, s;
205
- const t = this.getTagConfig(e).visibleConfig;
206
- typeof t == "object" && ((i = t.visibleFiveMode) != null && i.includes("Floorplan") || (s = t.visibleFiveMode) != null && s.includes("Mapview")) && (e.state.visible = this.getVisibleByFiveMode(e));
207
- }), this.updateRenderAllTags();
262
+ l(this, "handleFiveModelShownFloorChange", () => {
263
+ this.setVisible(), this.updateRenderAllTags();
264
+ });
265
+ l(this, "onFiveEveryReady", () => {
266
+ this.setUnfoldedByCamera(), x(this.five.getCurrentState().mode) && (this.setTagZIndex(this.filterPointTag), this.setVisible(this.filterPointTag), this.setPointTagPosition()), this.updateDomView({ withAnimation: !0 });
208
267
  });
209
- this.params = l({}, { debug: !1, config: this.config }, g({}, t)), this.debug = this.params.debug, this.config = this.params.config, G(1, { namespace: N.PlayAudio });
268
+ this.params = f({}, { debug: !1, config: this.config }, c({}, t)), this.debug = this.params.debug, this.config = this.params.config, L(1, { namespace: G.PlayAudio });
210
269
  try {
211
270
  const i = window;
212
271
  Array.isArray(i.__PANOTAGPLUGIN_DEBUG_LIST__) || (i.__PANOTAGPLUGIN_DEBUG_LIST__ = []), i.__PANOTAGPLUGIN_DEBUG_LIST__.push(this), i.__PANOTAGPLUGIN_DEBUG__ = this;
@@ -219,14 +278,14 @@ class vi extends z {
219
278
  load(e, t) {
220
279
  return p(this, null, function* () {
221
280
  var s, o;
222
- this.clearTags(), console.debug(M, " load:", { data: JSON.parse(JSON.stringify(e)) }), this.config = l({}, this.config, {
281
+ this.clearTags(), console.debug(P, " load:", { data: JSON.parse(JSON.stringify(e)) }), this.config = f({}, this.config, {
223
282
  globalConfig: (s = e.globalConfig) != null ? s : {},
224
283
  contentTypeConfig: (o = e.contentTypeConfig) != null ? o : {}
225
284
  });
226
285
  const i = yield this.addTag(e.tagList, t);
227
286
  if (this.debug)
228
287
  try {
229
- _(this.five, this.tags);
288
+ R(this.five, this.tags);
230
289
  } catch (n) {
231
290
  console.error(n);
232
291
  }
@@ -239,17 +298,17 @@ class vi extends z {
239
298
  addTag(e, t) {
240
299
  return p(this, null, function* () {
241
300
  const s = (Array.isArray(e) ? e : [e]).map((o) => {
242
- var c, u, v;
301
+ var m, u, v;
243
302
  const n = this.getTagConfig(o), r = JSON.parse(JSON.stringify(o.data)), h = o.config;
244
- return o.config = n, T(g({}, o), {
245
- enabled: (c = o.enabled) != null ? c : !0,
246
- id: (u = o.id) != null ? u : $(),
247
- data: (v = n.initialData) != null && v.important ? l(o.data, r, n.initialData) : l(o.data, n.initialData, r),
248
- state: g({
303
+ return o.config = n, T(c({}, o), {
304
+ enabled: (m = o.enabled) != null ? m : !0,
305
+ id: (u = o.id) != null ? u : z(),
306
+ data: (v = n.initialData) != null && v.important ? f(o.data, r, n.initialData) : f(o.data, n.initialData, r),
307
+ state: c({
249
308
  visible: void 0,
250
309
  unfolded: !this.can("fold", o)
251
310
  }, n.initialState),
252
- hooks: new R(),
311
+ hooks: new F(),
253
312
  initialConfig: h,
254
313
  config: n,
255
314
  unfold: () => this.changeUnfoldedById(o.id, !0),
@@ -257,12 +316,12 @@ class vi extends z {
257
316
  enable: () => this.changeEnabledById(o.id, !0),
258
317
  disable: () => this.changeEnabledById(o.id, !1),
259
318
  destroy: () => this.destroyTagById(o.id),
260
- changeData: (E) => this.changeDataById(o.id, E)
319
+ changeData: (S) => this.changeDataById(o.id, S)
261
320
  });
262
321
  }).filter((o) => o.position);
263
- return s.forEach(V), this.tags.push(...s), O(this.five).then(() => p(this, null, function* () {
322
+ return s.forEach(V), this.tags.push(...s), W(this.five).then(() => p(this, null, function* () {
264
323
  var o, n, r;
265
- this.store.eventListenerDisposer && ((n = (o = this.store).eventListenerDisposer) == null || n.call(o)), this.state.enabled && this.handleEnable(), this.addResizeListener(), this.clearUnusedPanelTag(), this.setVisibleAndUnfolded({ withAnimation: (r = t == null ? void 0 : t.withAnimation) != null ? r : !0 }).then(() => this.updateRenderAllTags()), this.updateRenderAllTags(), yield this.addMediaModelTag(s);
324
+ this.store.eventListenerDisposer && ((n = (o = this.store).eventListenerDisposer) == null || n.call(o)), this.state.enabled && this.handleEnable(), this.addResizeListener(), this.clearUnusedPanelTag(), this.addMediaModelTag(s), this.setVisibleAndUnfolded({ withAnimation: (r = t == null ? void 0 : t.withAnimation) != null ? r : !0 }).then(() => this.updateRenderAllTags()), this.updateRenderAllTags();
266
325
  }));
267
326
  });
268
327
  }
@@ -270,19 +329,19 @@ class vi extends z {
270
329
  * @description: 改变配置
271
330
  */
272
331
  changeConfig(e, t = !0) {
273
- t ? this.config = l({}, this.config, e) : this.config = e, this.updateTagConfig(), this.updateRenderAllTags();
332
+ t ? this.config = f({}, this.config, e) : this.config = e, this.updateTagConfig(), this.updateRenderAllTags();
274
333
  }
275
334
  /**
276
335
  * @description: 改变全局配置
277
336
  */
278
337
  changeGlobalConfig(e, t = !0) {
279
- t ? this.config.globalConfig = l({}, this.config.globalConfig, e) : this.config.globalConfig = e, this.updateTagConfig(), this.updateRenderAllTags();
338
+ t ? this.config.globalConfig = f({}, this.config.globalConfig, e) : this.config.globalConfig = e, this.updateTagConfig(), this.updateRenderAllTags();
280
339
  }
281
340
  /**
282
341
  * @description: 改变类型配置
283
342
  */
284
343
  changeContentTypeConfig(e, t, i = !0) {
285
- this.config.contentTypeConfig || (this.config.contentTypeConfig = {}), i ? this.config.contentTypeConfig[e] = l({}, this.config.contentTypeConfig[e], t) : this.config.contentTypeConfig[e] = t, this.updateTagConfig(), this.updateRenderAllTags();
344
+ this.config.contentTypeConfig || (this.config.contentTypeConfig = {}), i ? this.config.contentTypeConfig[e] = f({}, this.config.contentTypeConfig[e], t) : this.config.contentTypeConfig[e] = t, this.updateTagConfig(), this.updateRenderAllTags();
286
345
  }
287
346
  show(e) {
288
347
  return p(this, null, function* () {
@@ -315,7 +374,7 @@ class vi extends z {
315
374
  setState(e, t) {
316
375
  if (this.checkDisposed())
317
376
  return;
318
- const { userAction: i = !0, visibleWithAnimation: s = !1 } = t, o = g({}, this.state);
377
+ const { userAction: i = !0, visibleWithAnimation: s = !1 } = t, o = c({}, this.state);
319
378
  this.state = Object.assign(this.state, e), this.store.visibleWithAnimation = s, o.visible !== this.state.visible && (e.visible ? this.handleShow() : this.handleHide()), o.enabled !== this.state.enabled && (e.enabled ? this.handleEnable() : this.handleDisable()), this.hooks.emit("stateChange", { state: this.state, prevState: o, userAction: i });
320
379
  }
321
380
  /**
@@ -358,7 +417,7 @@ class vi extends z {
358
417
  changeDataById(e, t, i = !0) {
359
418
  const s = this.getTagById(e);
360
419
  let o = !1;
361
- s && (s.data && (o = !0), i ? s.data = l(s.data, t) : s.data = g(g({}, s.data), t), this.clearUnusedPanelTag(), this.updateRenderAllTags(), o && s.hooks.emit("dataChanged", s.data));
420
+ s && (s.data && (o = !0), i ? s.data = f(s.data, t) : s.data = c(c({}, s.data), t), this.clearUnusedPanelTag(), this.updateRenderAllTags(), o && s.hooks.emit("dataChanged", s.data));
362
421
  }
363
422
  /**
364
423
  * @description: 改变tag的stickType
@@ -372,7 +431,7 @@ class vi extends z {
372
431
  changeTagById(e, t, i = !0) {
373
432
  const s = this.getTagById(e);
374
433
  let o = !1;
375
- t && (t.data && (o = !0), i ? l(s, t) : Object.assign(s, t), s != null && s.tag3DContentSvelte && (t != null && t.normal) && (s.tag3DContentSvelte.currentNormal = A(t.normal)), this.updateRenderAllTags(), this.clearUnusedPanelTag(), o && s.hooks.emit("dataChanged", s.data));
434
+ t && (t.data && (o = !0), i ? f(s, t) : Object.assign(s, t), s != null && s.tag3DContentSvelte && (t != null && t.normal) && (s.tag3DContentSvelte.currentNormal = A(t.normal)), this.updateRenderAllTags(), this.clearUnusedPanelTag(), o && s.hooks.emit("dataChanged", s.data));
376
435
  }
377
436
  /**
378
437
  * @description: 销毁tag
@@ -388,12 +447,11 @@ class vi extends z {
388
447
  */
389
448
  setVisibleAndUnfolded() {
390
449
  return p(this, arguments, function* ({ withAnimation: e } = { withAnimation: !1 }) {
391
- if (this.isPanorama)
392
- return this.setVisible(), e ? new Promise((t) => {
393
- setTimeout(() => {
394
- this.setUnfoldedByPanoIndex(), t();
395
- }, 10);
396
- }) : (this.setUnfoldedByPanoIndex(), Promise.resolve());
450
+ return this.setVisible(), e ? new Promise((t) => {
451
+ setTimeout(() => {
452
+ this.setUnfoldedByPanoIndex(), t();
453
+ }, 10);
454
+ }) : (this.setUnfoldedByPanoIndex(), Promise.resolve());
397
455
  });
398
456
  }
399
457
  handleShow() {
@@ -419,9 +477,15 @@ class vi extends z {
419
477
  * @description: 添加 cameraUpdate, panoArrived 等事件监听
420
478
  */
421
479
  addEventListener() {
422
- const { five: e, hooks: t } = this, i = this.handleFiveWantsMoveToPano.bind(this), s = this.handleFiveModeChange.bind(this), o = this.handleFiveCameraUpdate.bind(this), n = this.handleFiveCameraUpdateDebounce(), r = this.handleFivePanoArrived.bind(this), h = this.loadVideoFirstFrame.bind(this), f = this.clickhandler.bind(this), c = this.five.currentMode;
423
- return c && this.handleFiveModeChange(c), this.handleFivePanoArrived(), e.on("wantsMoveToPano", i), e.on("modeChange", s), e.on("initAnimationEnded", this.handleFiveInitAnimationEnded), e.on("modelShownFloorChange", this.handleFiveModelShownFloorChange), e.on("cameraUpdate", o), e.on("cameraUpdate", n), e.on("panoArrived", r), e.on("panoArrived", h), t.on("click", f), () => {
424
- e.off("wantsMoveToPano", i), e.off("modeChange", s), e.off("initAnimationEnded", this.handleFiveInitAnimationEnded), e.off("modelShownFloorChange", this.handleFiveModelShownFloorChange), e.off("cameraUpdate", o), e.off("cameraUpdate", n), e.off("panoArrived", r), e.off("panoArrived", h), t.off("click", f), this.store.eventListenerDisposer = void 0;
480
+ const { five: e, hooks: t } = this;
481
+ let i = !1;
482
+ const s = () => {
483
+ i || (i = !0, e.ready().then(() => {
484
+ this.onFiveEveryReady(), i = !1;
485
+ }));
486
+ };
487
+ return e.on("cameraUpdate", s), this.updateVisible(), this.handleFivePanoArrived(), e.on("wantsMoveToPano", this.handleFiveWantsMoveToPano), e.on("modeChange", this.updateVisible), e.on("initAnimationEnded", this.updateVisible), e.on("modelShownFloorChange", this.handleFiveModelShownFloorChange), e.on("cameraUpdate", this.handleFiveCameraUpdate), e.on("panoArrived", this.handleFivePanoArrived), e.on("panoArrived", this.loadVideoFirstFrame), t.on("click", this.clickhandler), () => {
488
+ e.off("wantsMoveToPano", this.handleFiveWantsMoveToPano), e.off("modeChange", this.updateVisible), e.off("initAnimationEnded", this.updateVisible), e.off("modelShownFloorChange", this.handleFiveModelShownFloorChange), e.off("cameraUpdate", this.handleFiveCameraUpdate), e.off("cameraUpdate", s), e.off("panoArrived", this.handleFivePanoArrived), e.off("panoArrived", this.loadVideoFirstFrame), t.off("click", this.clickhandler), this.store.eventListenerDisposer = void 0;
425
489
  };
426
490
  }
427
491
  addResizeListener() {
@@ -439,108 +503,36 @@ class vi extends z {
439
503
  this.state.enabled && (this.show(), this.updateRenderAllTags());
440
504
  }, i = () => {
441
505
  this.state.enabled && this.hide();
442
- }, { observe: s, unobserve: o } = P(
443
- L(() => {
506
+ }, { observe: s, unobserve: o } = D(
507
+ O(() => {
444
508
  this.store.resizeObserverDisposer && i();
445
509
  }, 500),
446
510
  e
447
- ), { observe: n, unobserve: r } = P(
448
- S(() => t(), 400),
511
+ ), { observe: n, unobserve: r } = D(
512
+ _(() => t(), 400),
449
513
  e
450
514
  );
451
515
  return s(), n(), () => {
452
516
  o(), r();
453
517
  };
454
518
  }
455
- /**
456
- * @description: 切换模式处理函数
457
- */
458
- handleFiveModeChange(e) {
459
- this.setModelMedialVisible(), this.tags.forEach((t) => {
460
- D(t) && e !== "Panorama" && this.changeTagMode(t, "behind"), t.state.visible = this.getVisible(t);
461
- }), this.updateRenderAllTags();
462
- }
463
- handleFiveWantsMoveToPano(e) {
464
- this.tags.forEach((t) => {
465
- this.getVisible(t, { panoIndex: e }) && (t.state.visible = !0);
466
- const s = this.getTagConfig(t);
467
- typeof s.visibleConfig == "object" && (s.visibleConfig.keep ? t.temporaryState.visible = s.visibleConfig.keep === "visible" : t.temporaryState.visible = !!s.visibleConfig.alwaysShowWhenMovePano);
468
- }), this.updateTagContainerVisible(), this.updateRenderImagePlane(), this.updateRenderVideoPlane();
469
- }
470
- /**
471
- * @description: 走点/切换模型后显示
472
- */
473
- // private temporaryShow({ withAnimation }: { withAnimation?: boolean } = { withAnimation: false }) {
474
- // this.store.visibleWithAnimation = withAnimation
475
- // this.temporaryState.visible = true
476
- // this.updateTagContainerVisible()
477
- // }
478
- /**
479
- * @description: 走点/切换模型时临时隐藏
480
- */
481
- // private temporaryHide({ withAnimation }: { withAnimation?: boolean } = { withAnimation: false }) {
482
- // this.store.visibleWithAnimation = withAnimation
483
- // this.temporaryState.visible = false
484
- // this.updateTagContainerVisible()
485
- // }
486
- clickhandler(e) {
487
- if (e.target !== "TagPoint")
488
- return;
489
- if (!e.tag.state)
490
- return console.warn("Clickhandler: params.tag.state is undefined");
491
- const t = this.can("fold", e.tag), i = this.can("unfold", e.tag);
492
- t && i && (e.tag.state.unfolded = !e.tag.state.unfolded, e.tag.state.unfolded && this.tags.forEach((s) => {
493
- s.id !== e.tag.id && s.state && this.can("fold", s) && (s.state.unfolded = !1);
494
- }), this.updateRenderAllTags());
495
- }
496
- handleFiveCameraUpdateDebounce() {
497
- return S(() => {
498
- this.setUnfoldedByCamera(), this.updateRenderAllTags();
499
- }, 100);
500
- }
501
- handleFiveCameraUpdate() {
502
- this.updateRenderPointTag();
503
- }
504
- handleFivePanoArrived() {
505
- return p(this, null, function* () {
506
- var e, t, i;
507
- this.setModelMedialVisible(), yield this.setVisibleAndUnfolded(), this.tags.forEach((s) => {
508
- s.temporaryState = T(g({}, s.temporaryState), { visible: !0 });
509
- }), (i = (t = (e = this.config) == null ? void 0 : e.globalConfig) == null ? void 0 : t.modelConfig) != null && i.autoLookAtEnabled && this.tags.filter(k).filter((s) => {
510
- var o, n;
511
- return (n = (o = s.config) == null ? void 0 : o.modelConfig) == null ? void 0 : n.autoLookAtEnabled;
512
- }).forEach((s) => {
513
- var u;
514
- const o = new C.Mesh(new C.BoxGeometry(), new C.MeshBasicMaterial()), n = (u = s.model) == null ? void 0 : u.object;
515
- if (!n)
516
- return;
517
- o.position.copy(n.position), o.quaternion.copy(n.quaternion);
518
- const r = this.five.camera.position;
519
- o.lookAt(r.clone().setY(o.position.y));
520
- const h = n.quaternion.clone(), f = o.quaternion.clone(), c = x();
521
- c.onUpdate(({ progress: v }) => {
522
- n.quaternion.copy(h.clone().slerp(f, v));
523
- }), c.play();
524
- }), this.store.visibleWithAnimation = !0, this.updateTagContainerVisible(), this.updateRenderAllTags();
525
- });
526
- }
527
519
  setUnfoldedByCamera() {
528
520
  let e = !1;
529
- this.tags.forEach((t) => {
521
+ this.filterPointTag.forEach((t) => {
530
522
  const i = this.getUnfoldedByCamera(t);
531
523
  t.state && i !== void 0 && (i === !0 && (e = !0), t.state.unfolded = i);
532
- }), e && this.tags.forEach((t) => {
524
+ }), e && this.filterPointTag.forEach((t) => {
533
525
  const i = this.getTagConfig(t).unfoldedConfig;
534
526
  typeof i == "object" && (i.autoUnfold || i.keep) || t.state && (t.state.unfolded = !1);
535
527
  });
536
528
  }
537
529
  changeTagMode(e, t) {
538
530
  var i, s, o, n, r, h;
539
- ((i = e.config) == null ? void 0 : i.renderType) !== "Mesh" && ((n = (o = (s = e.tag3DContentSvelte) == null ? void 0 : s.css3DInstance) == null ? void 0 : o.css3DObject) == null ? void 0 : n.mode) !== t && ((r = e.config) != null && r.tag3DConfig ? e.config.tag3DConfig.mode = t : e.config ? e.config.tag3DConfig = { mode: t } : e.config = { tag3DConfig: { mode: t } }, (h = this.store.css3DRenderDisposer.get(e.id)) == null || h.forEach((f) => f == null ? void 0 : f()), e.tag3DContentSvelte = void 0);
531
+ ((i = e.config) == null ? void 0 : i.renderType) !== "Mesh" && ((n = (o = (s = e.tag3DContentSvelte) == null ? void 0 : s.css3DInstance) == null ? void 0 : o.css3DObject) == null ? void 0 : n.mode) !== t && ((r = e.config) != null && r.tag3DConfig ? e.config.tag3DConfig.mode = t : e.config ? e.config.tag3DConfig = { mode: t } : e.config = { tag3DConfig: { mode: t } }, (h = this.store.css3DRenderDisposer.get(e.id)) == null || h.forEach((g) => g == null ? void 0 : g()), e.tag3DContentSvelte = void 0);
540
532
  }
541
533
  }
542
534
  export {
543
- vi as PanoTagPluginController,
544
- vi as default,
545
- ui as pluginFlag
535
+ Ci as PanoTagPluginController,
536
+ Ci as default,
537
+ yi as pluginFlag
546
538
  };
@@ -1,14 +1,13 @@
1
1
  import r from "./controller/index.js";
2
- import { pluginFlag as Bt } from "./controller/index.js";
3
- import { defaultGlobalConfig as Ht } from "./typings/tag/TagConfig.js";
4
- import { ContentType as Jt, DimensionType as Kt, PointType as Lt } from "./Archive/deprecated.js";
2
+ import { pluginFlag as It } from "./controller/index.js";
3
+ import { defaultGlobalConfig as Kt } from "./typings/tag/TagConfig.js";
4
+ import { ContentType as Mt, DimensionType as Nt, PointType as Ot } from "./Archive/deprecated.js";
5
5
  import "three";
6
6
  import "@realsee/five";
7
7
  import "../vendor/object-assign-deep/objectAssignDeep.js";
8
- import "../shared-utils/positionToVector3.js";
9
8
  import "./utils/addDebugPoints.js";
9
+ import "../shared-utils/positionToVector3.js";
10
10
  import "./utils/tag/tagCheck.js";
11
- import "./utils/actionAfterFiveModelLoad.js";
12
11
  import "./utils/debounce.js";
13
12
  import "./utils/throttle.js";
14
13
  import "./utils/resizeObserver.js";
@@ -19,6 +18,7 @@ import "./controller/TagComputer.js";
19
18
  import "./utils/tagPosition.js";
20
19
  import "../shared-utils/three/centerPoint.js";
21
20
  import "./utils/checkRange.js";
21
+ import "../shared-utils/five/mode.js";
22
22
  import "hammerjs";
23
23
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
24
24
  import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
@@ -54,6 +54,8 @@ import "../shared-utils/three/getPositionsByObjectFit.js";
54
54
  import "../shared-utils/three/FragmentTransparencyMaterial.js";
55
55
  import "../shared-utils/five/FiveDomEvents.js";
56
56
  import "../shared-utils/three/getObjectVisible.js";
57
+ import "./utils/tag/adaptConfig.js";
58
+ import "../shared-utils/typescript/entries.js";
57
59
  import "../shared-utils/five/getFloorIndex.js";
58
60
  import "../shared-utils/safeObj.js";
59
61
  import "../shared-utils/util.js";
@@ -135,14 +137,15 @@ import "../shared-utils/three/GLTFLoader.js";
135
137
  import "@realsee/five/gltf-loader";
136
138
  import "../shared-utils/animationFrame/BetterTween.js";
137
139
  import "../shared-utils/animationFrame/index.js";
138
- const vt = (o, t) => new r(o, t);
140
+ import "../shared-utils/five/fiveModelLoad.js";
141
+ const Bt = (o, t) => new r(o, t);
139
142
  export {
140
- Jt as ContentType,
141
- Kt as DimensionType,
142
- vt as PanoTagPlugin,
143
+ Mt as ContentType,
144
+ Nt as DimensionType,
145
+ Bt as PanoTagPlugin,
143
146
  r as PanoTagPluginController,
144
- Lt as PointType,
145
- vt as default,
146
- Ht as defaultGlobalConfig,
147
- Bt as pluginFlag
147
+ Ot as PointType,
148
+ Bt as default,
149
+ Kt as defaultGlobalConfig,
150
+ It as pluginFlag
148
151
  };
@@ -5,6 +5,7 @@ const e = {
5
5
  },
6
6
  unfoldedConfig: {
7
7
  autoUnfold: {
8
+ enable: !0,
8
9
  strategy: "MinimumDistance",
9
10
  distance: { max: 5 }
10
11
  }
@@ -14,6 +15,14 @@ const e = {
14
15
  }
15
16
  },
16
17
  contentTypeConfig: {
18
+ "[ModelLike]": {
19
+ unfoldedConfig: {
20
+ autoUnfold: {
21
+ enable: !1,
22
+ distance: { max: 9999 }
23
+ }
24
+ }
25
+ },
17
26
  "Any-Audio-plane": {
18
27
  unfoldedConfig: {
19
28
  keep: "unfolded"
@@ -55,7 +64,6 @@ const e = {
55
64
  },
56
65
  visibleConfig: {
57
66
  alwaysShowWhenMovePano: !0
58
- // visibleFiveMode: ['Panorama', 'Floorplan', 'Model', 'Mapview'],
59
67
  },
60
68
  initialData: {
61
69
  autoplayConfig: {
@@ -65,13 +73,13 @@ const e = {
65
73
  }
66
74
  }
67
75
  },
68
- MediaModel: {
76
+ "Model-Any": {
69
77
  unfoldedConfig: {
70
78
  keep: "unfolded"
71
79
  },
72
80
  visibleConfig: {
73
81
  keep: "visible",
74
- visibleFiveMode: ["Panorama", "Floorplan", "Model", "Mapview"],
82
+ visibleFiveMode: "all",
75
83
  alwaysShowWhenMovePano: !0
76
84
  }
77
85
  }
@@ -2,7 +2,8 @@ import type { State as FiveState } from '@realsee/five';
2
2
  import type { TagConfig } from './TagConfig';
3
3
  import type { ContentTypeMap, TagContentType } from './TagData';
4
4
  import type { Position, TagId, StickType, TagStyle, ElementRenderer, TagConfigByKey, ContentTypeConfigKey } from './Utils';
5
- import type { ContentType, DeprecatedTagProperty } from '../../Archive/deprecated';
5
+ import type { DeprecatedTagProperty } from '../../Archive/deprecated';
6
+ import type { LiteralUnion } from 'type-fest';
6
7
  export interface Tags {
7
8
  version?: string;
8
9
  /** tag配置 > 按type配置 > 全局配置 */
@@ -23,7 +24,7 @@ export type Tag<C extends TagContentType = TagContentType, S extends StickType =
23
24
  /** @type {StickType} 附着方式 */
24
25
  stickType: S;
25
26
  /** @type {TagContentType} 内容类型,根据内容类型展示对应UI */
26
- contentType: C extends ContentType.Unknown ? string : C;
27
+ contentType: LiteralUnion<C, string>;
27
28
  /** 点 */
28
29
  position: S extends 'Plane' ? [Position, Position, Position, Position] : S extends '2DPoint' | '3DPoint' | 'Model' ? Position : Position | [Position, Position, Position, Position];
29
30
  /** 法向量 */