@realsee/dnalogel 3.5.0-dev.5 → 3.5.0-tag-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 (394) hide show
  1. package/dist/CruisePlugin/Controller.d.ts +171 -0
  2. package/dist/CruisePlugin/index.d.ts +3 -4
  3. package/dist/CruisePlugin/typing.d.ts +2 -2
  4. package/dist/CruisePlugin/utils/linerValue.d.ts +1 -0
  5. package/dist/GuideLinePlugin/Controller.d.ts +6 -1
  6. package/dist/PanoTagPlugin/controller/TagRender.d.ts +4 -2
  7. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +1 -0
  8. package/dist/index.cjs.js +53 -53
  9. package/dist/index.js +4141 -4156
  10. package/dist/index.umd.js +46 -46
  11. package/dist/shared-utils/util.d.ts +1 -1
  12. package/docs/assets/search.js +1 -1
  13. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +32 -33
  14. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +33 -34
  15. package/docs/classes/CSS3DRender.html +32 -33
  16. package/docs/classes/{WalkController.html → CruisePluginController.html} +100 -97
  17. package/docs/classes/GuideLineItem.GuideLineItem.html +20 -21
  18. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +42 -43
  19. package/docs/classes/Magnifier.html +21 -22
  20. package/docs/classes/ModelRoomLabelController.html +12 -13
  21. package/docs/classes/Object3DHelperController.html +26 -27
  22. package/docs/classes/PaintBrush.html +16 -17
  23. package/docs/classes/PanoMeasurePluginLine.html +28 -29
  24. package/docs/classes/PanoMeasurePluginModel.html +28 -29
  25. package/docs/classes/PanoMeasurePluginPoint.html +12 -13
  26. package/docs/classes/PanoMeasurePluginPolyline.html +28 -29
  27. package/docs/classes/PanoTagPluginController.html +66 -49
  28. package/docs/classes/Util.BetterTween.html +10 -11
  29. package/docs/classes/Util.Interval.html +13 -14
  30. package/docs/classes/Util.LineSegments.html +9 -10
  31. package/docs/classes/Util.Magnifier.html +21 -22
  32. package/docs/classes/Util.Object3D.html +9 -10
  33. package/docs/classes/Util.PointDomHelper.html +12 -13
  34. package/docs/classes/Util.PointHelper.html +12 -13
  35. package/docs/classes/Util.PointSelectorHelper.html +17 -18
  36. package/docs/classes/Util.Rectangle.html +14 -15
  37. package/docs/enums/CameraMovementEffect.html +8 -9
  38. package/docs/enums/ContentType.html +22 -23
  39. package/docs/enums/DIRECTION.html +10 -11
  40. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +10 -11
  41. package/docs/enums/DimensionType.html +8 -9
  42. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +9 -10
  43. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +10 -11
  44. package/docs/enums/PaintBrushTypeEnum.html +9 -10
  45. package/docs/enums/PointType.html +8 -9
  46. package/docs/enums/Rotation.html +9 -10
  47. package/docs/functions/AreaMakerPlugin.html +6 -7
  48. package/docs/functions/CSS3DRenderPlugin.html +5 -6
  49. package/docs/functions/CameraMovementPlugin.html +5 -6
  50. package/docs/functions/CruisePlugin.html +7 -8
  51. package/docs/functions/CurrentPanoImagePlugin.html +5 -6
  52. package/docs/functions/GuideLinePlugin.html +6 -7
  53. package/docs/functions/ItemLabelPlugin.html +5 -6
  54. package/docs/functions/MapviewFloorplanPlugin.html +5 -6
  55. package/docs/functions/ModelChassisCompassPlugin.html +5 -6
  56. package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -6
  57. package/docs/functions/ModelFloorplanPlugin.html +5 -6
  58. package/docs/functions/ModelItemLabelPlugin.html +5 -6
  59. package/docs/functions/ModelRoomLabelPlugin.html +5 -6
  60. package/docs/functions/ModelTVVideoPlugin.html +5 -6
  61. package/docs/functions/ModelViewPlugin.html +5 -6
  62. package/docs/functions/Object3DHelperPlugin.html +5 -6
  63. package/docs/functions/PanoCompassPlugin.html +5 -6
  64. package/docs/functions/PanoCursorRaycasterPlugin.html +5 -6
  65. package/docs/functions/PanoDoorLabelPlugin.html +5 -6
  66. package/docs/functions/PanoFloorplanRadarPlugin.html +5 -6
  67. package/docs/functions/PanoMeasurePlugin.html +5 -6
  68. package/docs/functions/PanoRulerPlugin.html +5 -6
  69. package/docs/functions/PanoRulerProPlugin.html +5 -6
  70. package/docs/functions/PanoSpatialTagPlugin.html +5 -6
  71. package/docs/functions/PanoTagPlugin.html +5 -6
  72. package/docs/functions/PanoVideoPlugin.html +5 -6
  73. package/docs/functions/PipelinePlugin.html +5 -6
  74. package/docs/functions/TopviewFloorplanPlugin.html +5 -6
  75. package/docs/functions/Util.absoluteUrl.html +6 -7
  76. package/docs/functions/Util.checkFiveModelLoaded.html +6 -7
  77. package/docs/functions/Util.equal.html +6 -7
  78. package/docs/functions/Util.getCoordsFromClient.html +6 -7
  79. package/docs/functions/Util.getCoordsFromElement.html +6 -7
  80. package/docs/functions/Util.getFrameTime.html +6 -7
  81. package/docs/functions/Util.getIntersectFromRelativePosition.html +6 -7
  82. package/docs/functions/Util.getRaycasterFromFivePointer.html +6 -7
  83. package/docs/functions/Util.isAbsoluteURL.html +6 -7
  84. package/docs/functions/Util.isModelLike.html +6 -7
  85. package/docs/functions/Util.isNil.html +6 -7
  86. package/docs/functions/Util.isPanoramaLike.html +6 -7
  87. package/docs/functions/Util.nextFrame.html +6 -7
  88. package/docs/functions/Util.notNil.html +6 -7
  89. package/docs/functions/Util.requestAnimationFrameInterval.html +6 -7
  90. package/docs/functions/Util.tweenProgress.html +6 -7
  91. package/docs/functions/Util.uuid.html +6 -7
  92. package/docs/functions/pluginFlag.html +6 -7
  93. package/docs/index.html +6 -7
  94. package/docs/interfaces/AddTagConfig.html +7 -8
  95. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +7 -8
  96. package/docs/interfaces/AreaMakerPluginType.Config.html +7 -8
  97. package/docs/interfaces/AreaMakerPluginType.EventMap.html +16 -17
  98. package/docs/interfaces/AreaMakerPluginType.Params.html +8 -9
  99. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +10 -11
  100. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +9 -10
  101. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +7 -8
  102. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +7 -8
  103. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +7 -8
  104. package/docs/interfaces/AreaMakerPluginType.State.html +9 -10
  105. package/docs/interfaces/CSS3DRenderPluginEventMap.html +12 -13
  106. package/docs/interfaces/CSS3DRenderPluginState.html +9 -10
  107. package/docs/interfaces/CameraMovementPluginExportType.html +8 -9
  108. package/docs/interfaces/CruisePluginTypes.Config.html +10 -11
  109. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +14 -15
  110. package/docs/interfaces/CruisePluginTypes.EventMap.html +22 -23
  111. package/docs/interfaces/CruisePluginTypes.MoveAction.html +14 -15
  112. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +16 -17
  113. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +16 -17
  114. package/docs/interfaces/CruisePluginTypes.PluginData.html +11 -12
  115. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +8 -9
  116. package/docs/interfaces/CruisePluginTypes.PluginState.html +37 -17
  117. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +12 -13
  118. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +13 -14
  119. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +8 -9
  120. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +7 -8
  121. package/docs/interfaces/CurrentPanoImagePluginType.State.html +9 -10
  122. package/docs/interfaces/EventMap.html +16 -17
  123. package/docs/interfaces/FloorplanBounding.html +9 -10
  124. package/docs/interfaces/FloorplanData.html +11 -12
  125. package/docs/interfaces/FloorplanEntrance.html +12 -13
  126. package/docs/interfaces/FloorplanExtraObject.html +11 -12
  127. package/docs/interfaces/FloorplanExtraObject3D.html +9 -10
  128. package/docs/interfaces/FloorplanFloorData.html +10 -11
  129. package/docs/interfaces/FloorplanImagePosition.html +8 -9
  130. package/docs/interfaces/FloorplanObserver.html +10 -11
  131. package/docs/interfaces/FloorplanOutlineItem.html +10 -11
  132. package/docs/interfaces/FloorplanPosition.html +8 -9
  133. package/docs/interfaces/FloorplanRoomItem.html +14 -15
  134. package/docs/interfaces/FloorplanRoomLabelItem.html +8 -9
  135. package/docs/interfaces/FloorplanServerBounding.html +9 -10
  136. package/docs/interfaces/FloorplanServerComputedData.html +11 -12
  137. package/docs/interfaces/FloorplanServerData.html +8 -9
  138. package/docs/interfaces/FloorplanServerDoorItem.html +11 -12
  139. package/docs/interfaces/FloorplanServerDoorPosition.html +9 -10
  140. package/docs/interfaces/FloorplanServerEntrance.html +12 -13
  141. package/docs/interfaces/FloorplanServerFloorData.html +10 -11
  142. package/docs/interfaces/FloorplanServerImagePosition.html +8 -9
  143. package/docs/interfaces/FloorplanServerObserver.html +10 -11
  144. package/docs/interfaces/FloorplanServerOutlineItem.html +10 -11
  145. package/docs/interfaces/FloorplanServerPosition.html +8 -9
  146. package/docs/interfaces/FloorplanServerRoomItem.html +15 -16
  147. package/docs/interfaces/FloorplanServerRoomLabelItem.html +8 -9
  148. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +9 -10
  149. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +12 -13
  150. package/docs/interfaces/GuideLinePluginType.EventMap.html +15 -16
  151. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +10 -11
  152. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +8 -9
  153. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +15 -16
  154. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +8 -9
  155. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +10 -11
  156. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +21 -22
  157. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +9 -10
  158. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +21 -22
  159. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +7 -8
  160. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +8 -9
  161. package/docs/interfaces/GuideLinePluginType.PluginState.html +10 -11
  162. package/docs/interfaces/GuideLinePluginType.Route.html +13 -14
  163. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +11 -12
  164. package/docs/interfaces/HelperOffset.html +9 -10
  165. package/docs/interfaces/ImagePlaneGroup.html +7 -8
  166. package/docs/interfaces/ItemLabelPluginData.html +7 -8
  167. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +12 -13
  168. package/docs/interfaces/ItemLabelPluginParametersType.html +10 -11
  169. package/docs/interfaces/MinMax.html +8 -9
  170. package/docs/interfaces/ModelChassisCompassPluginData.html +8 -9
  171. package/docs/interfaces/ModelChassisCompassPluginExportType.html +9 -10
  172. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +8 -9
  173. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +9 -10
  174. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +9 -10
  175. package/docs/interfaces/ModelItemLabelPluginData.html +7 -8
  176. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +12 -13
  177. package/docs/interfaces/ModelItemLabelPluginParametersType.html +8 -9
  178. package/docs/interfaces/ModelRoomLabelPluginData.html +7 -8
  179. package/docs/interfaces/ModelTVVideoPluginData.html +10 -11
  180. package/docs/interfaces/ModelTVVideoPluginExportType.html +9 -10
  181. package/docs/interfaces/ModelTVVideoPluginParameterType.html +7 -8
  182. package/docs/interfaces/ModelViewPluginExportType.html +12 -13
  183. package/docs/interfaces/Object3DHelperState.html +9 -10
  184. package/docs/interfaces/ObjectHelperControllers.html +10 -11
  185. package/docs/interfaces/PaintBrushAction.html +13 -14
  186. package/docs/interfaces/PaintBrushConfigs.html +13 -14
  187. package/docs/interfaces/PaintBrushState.html +11 -12
  188. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +11 -12
  189. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +6 -7
  190. package/docs/interfaces/PanoMeasureParameterType.html +17 -18
  191. package/docs/interfaces/PanoMeasurePluginLineJson.html +9 -10
  192. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +8 -9
  193. package/docs/interfaces/PanoMeasurePluginPointJson.html +8 -9
  194. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +9 -10
  195. package/docs/interfaces/PanoRulerPluginExportType.html +11 -12
  196. package/docs/interfaces/PanoRulerPluginOptions.html +8 -9
  197. package/docs/interfaces/PanoRulerPluginParameterType.html +9 -10
  198. package/docs/interfaces/PanoRulerProPluginExportType.html +10 -11
  199. package/docs/interfaces/PanoRulerProPluginOptions.html +8 -9
  200. package/docs/interfaces/PanoRulerProPluginParameterType.html +8 -9
  201. package/docs/interfaces/PanoRulerProPluginState.html +9 -10
  202. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +6 -7
  203. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +6 -7
  204. package/docs/interfaces/PanoSpatialTagPluginData.html +12 -13
  205. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +11 -12
  206. package/docs/interfaces/PanoSpatialTagPluginExportType.html +14 -15
  207. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +11 -12
  208. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +14 -15
  209. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +12 -13
  210. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +11 -12
  211. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +7 -8
  212. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +9 -10
  213. package/docs/interfaces/PanoVideoPluginType.PluginData.html +7 -8
  214. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +10 -11
  215. package/docs/interfaces/PanoVideoPluginType.PluginState.html +7 -8
  216. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +9 -10
  217. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +11 -12
  218. package/docs/interfaces/Point.html +9 -10
  219. package/docs/interfaces/Room.html +10 -11
  220. package/docs/interfaces/RoomInfo.html +8 -9
  221. package/docs/interfaces/RoomLabel.html +15 -16
  222. package/docs/interfaces/RoomRules.html +6 -7
  223. package/docs/interfaces/Rooms.html +6 -7
  224. package/docs/interfaces/Scissor.html +10 -11
  225. package/docs/interfaces/State.html +9 -10
  226. package/docs/interfaces/TagCacheInterface.html +13 -14
  227. package/docs/interfaces/TagConfig.html +15 -16
  228. package/docs/interfaces/TagGLTFObjectGroup.html +7 -8
  229. package/docs/interfaces/TagIconUrl.html +13 -14
  230. package/docs/interfaces/TagObjectGroup.html +7 -8
  231. package/docs/interfaces/TagStyle.html +7 -8
  232. package/docs/interfaces/Tags.html +10 -11
  233. package/docs/interfaces/TemporaryState.html +7 -8
  234. package/docs/interfaces/Util.MagnifierParameter.html +12 -13
  235. package/docs/interfaces/Util.MouseGroupParameter.html +9 -10
  236. package/docs/interfaces/Util.PointIntersection.html +9 -10
  237. package/docs/modules/AreaMakerPluginType.html +6 -7
  238. package/docs/modules/CruisePluginTypes.html +6 -7
  239. package/docs/modules/CurrentPanoImagePluginType.html +6 -7
  240. package/docs/modules/GuideLineItem.html +6 -7
  241. package/docs/modules/GuideLineModeItem.html +6 -7
  242. package/docs/modules/GuideLinePluginType.html +6 -7
  243. package/docs/modules/PanoVideoPluginType.html +6 -7
  244. package/docs/modules/Util.html +6 -7
  245. package/docs/modules.html +11 -27
  246. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +6 -7
  247. package/docs/types/AreaMakerPluginType.PluginData.html +6 -7
  248. package/docs/types/AreaMakerPluginType.ServerData.html +6 -7
  249. package/docs/types/ArrayPosition.html +6 -7
  250. package/docs/types/AudioAppearance.html +6 -7
  251. package/docs/types/AudioTagTypeConfigKey.html +6 -7
  252. package/docs/types/CSS3DRenderExportType.html +6 -7
  253. package/docs/types/CSS3DRenderPluginExportType.html +6 -7
  254. package/docs/types/CSS3DRenderPluginParameterType.html +6 -7
  255. package/docs/types/ClassFunctionParameters.html +6 -7
  256. package/docs/types/Color.html +6 -7
  257. package/docs/types/ContentTypeConfigKey.html +6 -7
  258. package/docs/types/ContentTypeConfigKeySplit.html +6 -7
  259. package/docs/types/ContentTypeMap.html +6 -7
  260. package/docs/types/Create3DDomContainerReturnType.html +6 -7
  261. package/docs/types/Create3DElementReturnType.html +6 -7
  262. package/docs/types/CruisePluginExportType.html +6 -7
  263. package/docs/types/CruisePluginTypes.CruiseData.html +7 -8
  264. package/docs/types/CruisePluginTypes.MoveEffect.html +7 -8
  265. package/docs/types/CurrentPanoImagePluginExportType.html +6 -7
  266. package/docs/types/DeprecatedMediaPlaneProperty.html +6 -7
  267. package/docs/types/DeprecatedTagProperty.html +6 -7
  268. package/docs/types/Direction-1.html +6 -7
  269. package/docs/types/Direction4.html +6 -7
  270. package/docs/types/ElementRenderer.html +6 -7
  271. package/docs/types/FloorplanRuleLabels.html +6 -7
  272. package/docs/types/FloorplanServerRuleLabels.html +6 -7
  273. package/docs/types/GuideLinePluginExportType.html +6 -7
  274. package/docs/types/GuideLinePluginType.GuideLineItem.html +7 -8
  275. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +7 -8
  276. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +7 -8
  277. package/docs/types/GuideLinePluginType.GuideLineStyle.html +7 -8
  278. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +7 -8
  279. package/docs/types/GuideLinePluginType.PathItem.html +7 -8
  280. package/docs/types/GuideLinePluginType.PluginData.html +7 -8
  281. package/docs/types/HelperEventMap.html +6 -7
  282. package/docs/types/LoadTagConfig.html +6 -7
  283. package/docs/types/MapviewFloorplanPluginParameterType.html +6 -7
  284. package/docs/types/MapviewFloorplanPluginReturnType.html +6 -7
  285. package/docs/types/MediaData.html +6 -7
  286. package/docs/types/MediaStore.html +6 -7
  287. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +6 -7
  288. package/docs/types/ModelFloorplanPluginParameterType.html +6 -7
  289. package/docs/types/ModelFloorplanPluginReturnType.html +6 -7
  290. package/docs/types/ModelId.html +6 -7
  291. package/docs/types/ModelRoomLabelPluginParameters.html +6 -7
  292. package/docs/types/ModelRoomLabelPluginReturnType.html +6 -7
  293. package/docs/types/MoveArgs.html +6 -7
  294. package/docs/types/MoveOpts.html +6 -7
  295. package/docs/types/Object3DHelperEventMap.html +6 -7
  296. package/docs/types/ObjectFit.html +6 -7
  297. package/docs/types/PaintBrushEventMap.html +6 -7
  298. package/docs/types/PanoCompassPluginData.html +6 -7
  299. package/docs/types/PanoCompassPluginExportType.html +6 -7
  300. package/docs/types/PanoCompassPluginParameterType.html +6 -7
  301. package/docs/types/PanoFloorplanRadarPluginParameterType.html +6 -7
  302. package/docs/types/PanoFloorplanRadarPluginReturnType.html +6 -7
  303. package/docs/types/PanoIndex.html +6 -7
  304. package/docs/types/PanoMeasurePluginEvent.html +6 -7
  305. package/docs/types/PanoMeasureReturnType.html +6 -7
  306. package/docs/types/PanoSpatialTagPluginId.html +6 -7
  307. package/docs/types/PanoTagPluginExportInterface.html +6 -7
  308. package/docs/types/PanoTagPluginParamsInterface.html +6 -7
  309. package/docs/types/PanoVideoPluginParameterType.html +6 -7
  310. package/docs/types/PanoVideoPluginReturnType.html +6 -7
  311. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +6 -7
  312. package/docs/types/PipelinePluginParameterType.html +6 -7
  313. package/docs/types/PipelinePluginReturnType.html +6 -7
  314. package/docs/types/PlaneTag.html +6 -7
  315. package/docs/types/Point2DTag.html +6 -7
  316. package/docs/types/Point3DTag.html +6 -7
  317. package/docs/types/PointTag.html +6 -7
  318. package/docs/types/PointTagInstance.html +6 -7
  319. package/docs/types/Position.html +6 -7
  320. package/docs/types/RotateArgs.html +6 -7
  321. package/docs/types/RotateOpts.html +6 -7
  322. package/docs/types/RuleLabelsKey.html +6 -7
  323. package/docs/types/RuleLabelsValue.html +6 -7
  324. package/docs/types/StickType.html +6 -7
  325. package/docs/types/Tag.html +6 -7
  326. package/docs/types/Tag2D.html +6 -7
  327. package/docs/types/Tag3D.html +6 -7
  328. package/docs/types/TagConfigByKey.html +6 -7
  329. package/docs/types/TagContentType.html +6 -7
  330. package/docs/types/TagContentTypeMapping.html +280 -0
  331. package/docs/types/TagDimensionType.html +6 -7
  332. package/docs/types/TagElement.html +6 -7
  333. package/docs/types/TagEvents.html +6 -7
  334. package/docs/types/TagGLTFObject.html +6 -7
  335. package/docs/types/TagHooks.html +6 -7
  336. package/docs/types/TagId.html +6 -7
  337. package/docs/types/TagInstance.html +6 -7
  338. package/docs/types/TagPointType.html +6 -7
  339. package/docs/types/TagRendererMap.html +6 -7
  340. package/docs/types/TopviewFloorplanPluginParameterType.html +6 -7
  341. package/docs/types/TopviewFloorplanPluginReturnType.html +6 -7
  342. package/docs/types/WorkCode.html +6 -7
  343. package/docs/variables/FLOOR_TYPE_MAP.html +6 -7
  344. package/docs/variables/PLUGIN.html +6 -7
  345. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +6 -7
  346. package/docs/variables/ROOM_TYPE_MAP.html +6 -7
  347. package/docs/variables/defaultGlobalConfig.html +6 -7
  348. package/docs/variables/itemLabelPluginServerParams.html +6 -7
  349. package/docs/variables/modelItemLabelPluginServerParams.html +6 -7
  350. package/docs/variables/modelRoomLabelPluginServerParams.html +6 -7
  351. package/libs/CruisePlugin/Controller.d.ts +171 -0
  352. package/libs/CruisePlugin/Controller.js +760 -0
  353. package/libs/CruisePlugin/index.d.ts +3 -4
  354. package/libs/CruisePlugin/index.js +12 -17
  355. package/libs/CruisePlugin/typing.d.ts +2 -2
  356. package/libs/GuideLinePlugin/Controller.d.ts +6 -1
  357. package/libs/GuideLinePlugin/Controller.js +62 -48
  358. package/libs/GuideLinePlugin/GuideLineItem/index.js +43 -53
  359. package/libs/GuideLinePlugin/GuideLineItem.js +10 -13
  360. package/libs/GuideLinePlugin/index.js +17 -20
  361. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +8 -8
  362. package/libs/PanoTagPlugin/Components/Tag/index.js +336 -291
  363. package/libs/PanoTagPlugin/Components/TagContainer.js +100 -84
  364. package/libs/PanoTagPlugin/Components/TagItem.js +122 -114
  365. package/libs/PanoTagPlugin/controller/TagRender.d.ts +4 -2
  366. package/libs/PanoTagPlugin/controller/TagRender.js +51 -46
  367. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +1 -0
  368. package/libs/base/BasePlugin.js +1 -1
  369. package/libs/index.js +119 -124
  370. package/libs/shared-utils/logger.js +1 -1
  371. package/libs/shared-utils/util.d.ts +1 -1
  372. package/package.json +2 -2
  373. package/dist/CruisePlugin/BaseController.d.ts +0 -159
  374. package/dist/CruisePlugin/Move.d.ts +0 -40
  375. package/dist/CruisePlugin/Work.d.ts +0 -120
  376. package/dist/CruisePlugin/utils/getFiveStateOnCurve.d.ts +0 -11
  377. package/dist/shared-utils/five/fiveLoaded.d.ts +0 -2
  378. package/docs/classes/MoveController.html +0 -651
  379. package/libs/CruisePlugin/BaseController.d.ts +0 -159
  380. package/libs/CruisePlugin/BaseController.js +0 -231
  381. package/libs/CruisePlugin/Move.d.ts +0 -40
  382. package/libs/CruisePlugin/Move.js +0 -120
  383. package/libs/CruisePlugin/Work.d.ts +0 -120
  384. package/libs/CruisePlugin/Work.js +0 -597
  385. package/libs/CruisePlugin/utils/getFiveStateOnCurve.d.ts +0 -11
  386. package/libs/CruisePlugin/utils/getFiveStateOnCurve.js +0 -11
  387. package/libs/shared-utils/five/fiveLoaded.d.ts +0 -2
  388. package/libs/shared-utils/five/fiveLoaded.js +0 -30
  389. package/libs/shared-utils/formatRad.d.ts +0 -7
  390. package/libs/shared-utils/formatRad.js +0 -7
  391. /package/dist/{shared-utils → CruisePlugin/utils}/formatRad.d.ts +0 -0
  392. /package/dist/{shared-utils/vectorToCoordinate.d.ts → CruisePlugin/utils/vectorToCoordinates.d.ts} +0 -0
  393. /package/libs/{shared-utils/vectorToCoordinate.d.ts → CruisePlugin/utils/vectorToCoordinates.d.ts} +0 -0
  394. /package/libs/{shared-utils/vectorToCoordinate.js → CruisePlugin/utils/vectorToCoordinates.js} +0 -0
@@ -9,7 +9,7 @@ var C = (c, l, t) => l in c ? A(c, l, { enumerable: !0, configurable: !0, writab
9
9
  E.call(l, t) && C(c, t, l[t]);
10
10
  return c;
11
11
  };
12
- var f = (c, l, t) => (C(c, typeof l != "symbol" ? l + "" : l, t), t);
12
+ var h = (c, l, t) => (C(c, typeof l != "symbol" ? l + "" : l, t), t);
13
13
  var S = (c, l, t) => new Promise((e, o) => {
14
14
  var i = (s) => {
15
15
  try {
@@ -27,7 +27,7 @@ var S = (c, l, t) => new Promise((e, o) => {
27
27
  a((t = t.apply(c, l)).next());
28
28
  });
29
29
  import { TagComputer as I } from "./TagComputer.js";
30
- import { Group as y, Quaternion as O, Vector3 as T, Matrix4 as v } from "three";
30
+ import { Group as y, Quaternion as O, Vector3 as b, Matrix4 as v } from "three";
31
31
  import x from "../Components/TagContainer.js";
32
32
  import G from "../Components/Tag/index.js";
33
33
  import { CSS3DRenderPlugin as F } from "../../CSS3DRenderPlugin/index.js";
@@ -163,18 +163,19 @@ const $ = /* @__PURE__ */ new Map(), q = /* @__PURE__ */ new Map();
163
163
  class fi extends I {
164
164
  constructor(t) {
165
165
  super(t);
166
- f(this, "group", new y());
167
- f(this, "renderMap", /* @__PURE__ */ new Map());
168
- f(this, "imagePlaneGroup", new y());
169
- f(this, "gltfObjectGroup", new y());
166
+ h(this, "group", new y());
167
+ h(this, "rendererMap", /* @__PURE__ */ new Map());
168
+ h(this, "contentTypeMap", /* @__PURE__ */ new Map());
169
+ h(this, "imagePlaneGroup", new y());
170
+ h(this, "gltfObjectGroup", new y());
170
171
  /** 维护一个可用模型表,用于快速删除不应该在场景中的模型 */
171
- f(this, "enabledModelTagSet", /* @__PURE__ */ new Set());
172
+ h(this, "enabledModelTagSet", /* @__PURE__ */ new Set());
172
173
  /** 临时状态 */
173
- f(this, "temporaryState", { visible: !0 });
174
+ h(this, "temporaryState", { visible: !0 });
174
175
  /** 点标签 */
175
- f(this, "TagContainerSvelte");
176
+ h(this, "TagContainerSvelte");
176
177
  /** 加载外部模型 */
177
- f(this, "loadModel", (t) => S(this, null, function* () {
178
+ h(this, "loadModel", (t) => S(this, null, function* () {
178
179
  var a;
179
180
  const e = t.data.modelUrl;
180
181
  if (!e)
@@ -186,8 +187,8 @@ class fi extends I {
186
187
  customID: t.id,
187
188
  isTagModel: !0,
188
189
  removeEventListener: this.getTagConfig(t).clickable === !1 ? () => {
189
- } : this.addObjectClickHandler(t, s.scene, (h) => {
190
- this.hooks.emit("click", { target: "TagModel", tag: t, event: h });
190
+ } : this.addObjectClickHandler(t, s.scene, (u) => {
191
+ this.hooks.emit("click", { target: "TagModel", tag: t, event: u });
191
192
  })
192
193
  });
193
194
  return n.visible = this.getCurrentVisibleState(t), new v().fromArray(t.matrix).decompose(n.position, n.quaternion, n.scale), n.updateWorldMatrix(!0, !0), n.visible = this.getVisible(t), (m = this.getTagConfig(t).modelConfig) != null && m.autoLookAtEnabled && n.lookAt(this.five.camera.position.clone().setY(n.position.y)), n;
@@ -204,7 +205,7 @@ class fi extends I {
204
205
  t.mediaPlane = new k(t.data.mediaData[0].url, t.data.mediaPosition.map(g), {
205
206
  objectFit: t.data.objectFit
206
207
  });
207
- const n = new T().addVectors(s[0], s[2]).divideScalar(2);
208
+ const n = new b().addVectors(s[0], s[2]).divideScalar(2);
208
209
  t.mediaPlane.position.copy(n), i.add(t.mediaPlane);
209
210
  }
210
211
  this.getRenderType(t) !== "Mesh" && (i.updateTagCss3DObjectMatrix = () => this.updateTagCss3DObjectMatrix(t, i), i.updateTagCss3DObjectMatrix());
@@ -222,7 +223,10 @@ class fi extends I {
222
223
  * @note 优先级低于 tag.element
223
224
  */
224
225
  registerRenderer(t, e) {
225
- this.renderMap.set(t, { renderer: e });
226
+ this.rendererMap.set(t, { renderer: e });
227
+ }
228
+ bindRenderer(t, e) {
229
+ this.contentTypeMap.set(t, e);
226
230
  }
227
231
  clearTags() {
228
232
  this.tags.forEach((t) => {
@@ -241,17 +245,17 @@ class fi extends I {
241
245
  var o, i;
242
246
  return ((i = (o = e.data.mediaData) == null ? void 0 : o[0]) == null ? void 0 : i.type) === "Video";
243
247
  }).forEach((e) => {
244
- var m, h, P;
248
+ var m, u, P;
245
249
  const o = e.data.mediaData[0];
246
250
  if (!o)
247
251
  return;
248
252
  const { url: i } = o;
249
253
  if (!i)
250
254
  return;
251
- e.mediaPlane && !((h = (m = e.state) == null ? void 0 : m.visible) == null || h) && e.mediaPlane instanceof w && e.mediaPlane.pause();
252
- const r = e.position.map(g), a = this.getCurrentVisibleState(e), s = (() => !!(e.mediaPlane && !a))(), n = (() => !!(!e.mediaPlane && a))(), d = (() => !!(e.mediaPlane && e.mediaPlane.src !== i))();
253
- if ((s || d) && e.mediaPlane && (this.imagePlaneGroup.remove(e.mediaPlane), e.mediaPlane.dispose(), e.mediaPlane.removeFromParent(), e.mediaPlane = void 0), n || d) {
254
- const p = new w(i, r, {
255
+ e.mediaPlane && !((u = (m = e.state) == null ? void 0 : m.visible) == null || u) && e.mediaPlane instanceof w && e.mediaPlane.pause();
256
+ const r = e.position.map(g), a = this.getCurrentVisibleState(e), s = (() => !!(e.mediaPlane && !a))(), n = (() => !!(!e.mediaPlane && a))(), p = (() => !!(e.mediaPlane && e.mediaPlane.src !== i))();
257
+ if ((s || p) && e.mediaPlane && (this.imagePlaneGroup.remove(e.mediaPlane), e.mediaPlane.dispose(), e.mediaPlane.removeFromParent(), e.mediaPlane = void 0), n || p) {
258
+ const d = new w(i, r, {
255
259
  videoCoverSrc: o.videoCoverUrl,
256
260
  playButton: e.data.playIcon,
257
261
  paused: !((P = e.data.autoplayConfig) != null && P.autoplayVideo),
@@ -260,11 +264,11 @@ class fi extends I {
260
264
  ImageTextureMap: q,
261
265
  domEvents: this.domEvents
262
266
  });
263
- p.onVideoReady = (u) => {
264
- u.addEventListener("play", () => this.mediaStore.set({ currentMediaElement: p.videoInstance }));
267
+ d.onVideoReady = (f) => {
268
+ f.addEventListener("play", () => this.mediaStore.set({ currentMediaElement: d.videoInstance }));
265
269
  };
266
- const b = (u) => (this.five.on("renderFrame", u), () => this.five.off("renderFrame", u));
267
- p.initialRenderHooks(b), e.mediaPlane = p, this.imagePlaneGroup.add(e.mediaPlane);
270
+ const T = (f) => (this.five.on("renderFrame", f), () => this.five.off("renderFrame", f));
271
+ d.initialRenderHooks(T), e.mediaPlane = d, this.imagePlaneGroup.add(e.mediaPlane);
268
272
  }
269
273
  });
270
274
  }
@@ -280,8 +284,8 @@ class fi extends I {
280
284
  if (!o)
281
285
  return;
282
286
  const i = e.position.map(g), r = this.getCurrentVisibleState(e), a = (() => !!(e.mediaPlane && !r))(), s = (() => !!(!e.mediaPlane && r))(), n = (() => !!(e.mediaPlane && e.mediaPlane.src !== o))();
283
- (a || n) && e.mediaPlane && (this.imagePlaneGroup.remove(e.mediaPlane), e.mediaPlane.dispose(), e.mediaPlane.removeFromParent(), e.mediaPlane = void 0), (s || n) && (e.mediaPlane = new k(o, i, { objectFit: e.data.objectFit }), this.getTagConfig(e).clickable !== !1 && this.domEvents.addAutoBindEventListener(e.mediaPlane, "click", (d) => {
284
- this.hooks.emit("click", { tag: e, target: "TagContent", event: d.origDomEvent });
287
+ (a || n) && e.mediaPlane && (this.imagePlaneGroup.remove(e.mediaPlane), e.mediaPlane.dispose(), e.mediaPlane.removeFromParent(), e.mediaPlane = void 0), (s || n) && (e.mediaPlane = new k(o, i, { objectFit: e.data.objectFit }), this.getTagConfig(e).clickable !== !1 && this.domEvents.addAutoBindEventListener(e.mediaPlane, "click", (p) => {
288
+ this.hooks.emit("click", { tag: e, target: "TagContent", event: p.origDomEvent });
285
289
  }), this.imagePlaneGroup.add(e.mediaPlane));
286
290
  });
287
291
  }
@@ -292,9 +296,9 @@ class fi extends I {
292
296
  this.filterCSS3DTag.forEach((e) => {
293
297
  var o, i, r;
294
298
  if (e.tag3DContentSvelte) {
295
- const { svelteApp: a, css3DInstance: s, initialNormal: n, currentNormal: d } = e.tag3DContentSvelte;
296
- if (a.$set({ tag: e, hooks: this.hooks, state: this.state, temporaryState: this.temporaryState }), !n.equals(d)) {
297
- const m = new O().setFromUnitVectors(n, d);
299
+ const { svelteApp: a, css3DInstance: s, initialNormal: n, currentNormal: p } = e.tag3DContentSvelte;
300
+ if (a.$set({ tag: e, hooks: this.hooks, state: this.state, temporaryState: this.temporaryState }), !n.equals(p)) {
301
+ const m = new O().setFromUnitVectors(n, p);
298
302
  s.css3DObject.setRotationFromQuaternion(m);
299
303
  }
300
304
  return;
@@ -309,25 +313,25 @@ class fi extends I {
309
313
  const s = this.getTagNormal(e);
310
314
  if (!s)
311
315
  return;
312
- const n = this.getTagConfig(e), d = j({ wrapperStyle: { zIndex: this.calculateTagZIndex(e).toString() } }, n.tag3DConfig);
313
- if (this.getRenderType(e) === "BehindDom" || d.mode === "behind") {
314
- d.mode = "behind", d.container = document.createElement("div");
316
+ const n = this.getTagConfig(e), p = j({ wrapperStyle: { zIndex: this.calculateTagZIndex(e).toString() } }, n.tag3DConfig);
317
+ if (this.getRenderType(e) === "BehindDom" || p.mode === "behind") {
318
+ p.mode = "behind", p.container = document.createElement("div");
315
319
  const P = "black";
316
- d.container.style.backgroundColor = P, d.container.style.border = `3px solid ${P}`, this.css3DRenderPlugin.hooks.on("render", () => {
317
- var p;
320
+ p.container.style.backgroundColor = P, p.container.style.border = `3px solid ${P}`, this.css3DRenderPlugin.hooks.on("render", () => {
321
+ var d;
318
322
  if (m.css3DObject.opacityMesh && n.clickable !== !1) {
319
- const b = this.addObjectClickHandler(e, m.css3DObject.opacityMesh, (u) => {
320
- this.hooks.emit("click", { event: u, target: "TagContent", tag: e });
323
+ const T = this.addObjectClickHandler(e, m.css3DObject.opacityMesh, (f) => {
324
+ this.hooks.emit("click", { event: f, target: "TagContent", tag: e });
321
325
  });
322
- (p = this.store.css3DRenderDisposer.get(e.id)) == null || p.push(b);
326
+ (d = this.store.css3DRenderDisposer.get(e.id)) == null || d.push(T);
323
327
  }
324
328
  });
325
329
  }
326
- const m = this.css3DRenderPlugin.create3DDomContainer(a, d);
330
+ const m = this.css3DRenderPlugin.create3DDomContainer(a, p);
327
331
  if (!m)
328
332
  return;
329
333
  this.store.css3DRenderDisposer.set(e.id, [m.dispose]);
330
- const h = new G({
334
+ const u = new G({
331
335
  target: m.container,
332
336
  props: {
333
337
  tag: e,
@@ -339,13 +343,13 @@ class fi extends I {
339
343
  }
340
344
  });
341
345
  e.tag3DContentSvelte = {
342
- svelteApp: h,
346
+ svelteApp: u,
343
347
  domContainer: m,
344
348
  css3DInstance: m,
345
349
  initialNormal: s,
346
350
  currentNormal: s,
347
351
  dispose: () => {
348
- h.$destroy(), m.dispose();
352
+ u.$destroy(), m.dispose();
349
353
  }
350
354
  }, D(e) && ((r = e.model) != null && r.object) && this.updateTagCss3DObjectMatrix(e, e.model.object);
351
355
  }
@@ -379,18 +383,18 @@ class fi extends I {
379
383
  * @param model 模型
380
384
  */
381
385
  updateTagCss3DObjectMatrix(t, e) {
382
- var b, u, M;
383
- const o = (u = (b = this.getTagConfig(t).tag3DConfig) == null ? void 0 : b.ratio) != null ? u : 216e-5, i = (M = t.tag3DContentSvelte) == null ? void 0 : M.css3DInstance.css3DObject;
386
+ var T, f, M;
387
+ const o = (f = (T = this.getTagConfig(t).tag3DConfig) == null ? void 0 : T.ratio) != null ? f : 216e-5, i = (M = t.tag3DContentSvelte) == null ? void 0 : M.css3DInstance.css3DObject;
384
388
  if (!i)
385
389
  return;
386
390
  const r = D(t) ? t.data.mediaPosition : t.position;
387
391
  if (!r || r.length !== 4 || !Array.isArray(r[0]) || !Array.isArray(r[2]))
388
392
  return;
389
393
  e.updateWorldMatrix(!1, !1);
390
- const a = e.matrixWorld, s = new T().fromArray(r[0]), n = new T().fromArray(r[2]), d = W(s, n).add(new T(0, 0, 5e-4)), m = new v().setPosition(d), h = new v().makeScale(o, o, o), P = new v().multiply(a).multiply(m).multiply(h);
394
+ const a = e.matrixWorld, s = new b().fromArray(r[0]), n = new b().fromArray(r[2]), p = W(s, n).add(new b(0, 0, 5e-4)), m = new v().setPosition(p), u = new v().makeScale(o, o, o), P = new v().multiply(a).multiply(m).multiply(u);
391
395
  P.decompose(i.position, i.quaternion, i.scale);
392
- const p = i.opacityMesh;
393
- p && P.decompose(p.position, p.quaternion, p.scale);
396
+ const d = i.opacityMesh;
397
+ d && P.decompose(d.position, d.quaternion, d.scale);
394
398
  }
395
399
  /** 添加模型标签 */
396
400
  addMediaModelTag(t) {
@@ -478,7 +482,8 @@ class fi extends I {
478
482
  state: this.state,
479
483
  temporaryState: this.temporaryState,
480
484
  mediaStore: this.mediaStore,
481
- renderMap: this.renderMap,
485
+ rendererMap: this.rendererMap,
486
+ contentTypeMap: this.contentTypeMap,
482
487
  withAnimation: (i = t == null ? void 0 : t.withAnimation) != null ? i : this.store.visibleWithAnimation
483
488
  }
484
489
  });
@@ -52,6 +52,7 @@ export type ElementRenderer = (container: HTMLElement, tag: TagInstance<any, any
52
52
  export type TagRendererMap = Map<string, {
53
53
  renderer: ElementRenderer;
54
54
  }>;
55
+ export type TagContentTypeMapping = Map<string, string>;
55
56
  export interface TagObjectGroup extends Group {
56
57
  children: Array<TagGLTFObjectGroup>;
57
58
  }
@@ -14,7 +14,7 @@ let b = class {
14
14
  /**
15
15
  * @realsee/dnalogel 版本号
16
16
  */
17
- i(this, "VERSION", "3.5.0-dev.5");
17
+ i(this, "VERSION", "3.5.0-tag-dev.1");
18
18
  i(this, "five");
19
19
  /**
20
20
  * 插件事件钩子
package/libs/index.js CHANGED
@@ -1,60 +1,59 @@
1
1
  import { consoleVersion as o } from "./shared-utils/logger.js";
2
2
  import { autoFixOffscreenCanvas as r } from "./shared-utils/offscreenCanvas.js";
3
- import { PaintBrush as zp } from "./components/PaintBrush/index.js";
4
- import { PaintBrushTypeEnum as Kp } from "./components/PaintBrush/typings.js";
5
- import { ModelViewPlugin as Xp } from "./ModelViewPlugin/Plugin.js";
6
- import { CSS3DRenderPlugin as oe } from "./CSS3DRenderPlugin/index.js";
7
- import { PanoCursorRaycasterPlugin as te } from "./PanoCursorRaycasterPlugin/index.js";
8
- import { ModelRoomLabelPlugin as me, modelRoomLabelPluginServerParams as pe } from "./ModelRoomLabelPlugin/index.js";
9
- import { FLOOR_PLAN_ATTACHED_TO as le } from "./floorplan/constant.js";
10
- import { ModelFloorplanPlugin as ae } from "./floorplan/ModelFloorplanPlugin/index.js";
11
- import { MapviewFloorplanPlugin as fe } from "./floorplan/MapviewFloorplanPlugin/index.js";
12
- import { TopviewFloorplanPlugin as xe } from "./floorplan/TopviewFloorplanPlugin/index.js";
13
- import { PanoFloorplanRadarPlugin as se } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
14
- import { FLOOR_TYPE_MAP as Me, ROOM_FETILE_TYPE_MAP as Te, ROOM_TYPE_MAP as Le } from "./floorplan/typings/floorplanServerData.js";
15
- import { ModelChassisCompassPlugin as _e } from "./ModelChassisCompassPlugin/Plugin.js";
16
- import { ModelEntryDoorGuidePlugin as Ie } from "./ModelEntryDoorGuidePlugin/Plugin.js";
17
- import { CameraMovementPlugin as Oe } from "./CameraMovementPlugin/CameraMovementPlugin.js";
18
- import { CameraMovementEffect as Ae, Rotation as Se } from "./CameraMovementPlugin/typing.js";
19
- import { PanoRulerPlugin as Ge } from "./PanoRulerPlugin/Plugin.js";
20
- import { PanoRulerProPlugin as ve } from "./PanoRulerProPlugin/index.js";
21
- import { PanoCompassPlugin as Ye } from "./PanoCompassPlugin/index.js";
22
- import { PanoMeasurePlugin as Ve } from "./PanoMeasurePlugin/index.js";
23
- import { PanoSpatialTagPlugin as he } from "./PanoSpatialTagPlugin/Plugin.js";
24
- import { modelItemLabelPluginServerParams as Be } from "./ModelItemLabelPlugin/index.js";
25
- import { ModelTVVideoPlugin as Ue } from "./ModelTVVideoPlugin/Plugin.js";
26
- import { DIRECTION as ke } from "./ModelTVVideoPlugin/typings.js";
27
- import { itemLabelPluginServerParams as We } from "./ItemLabelPlugin/index.js";
28
- import { PanoDoorLabelPlugin as ze } from "./PanoDoorLabelPlugin/index.js";
29
- import { GuideLinePlugin as Ke } from "./GuideLinePlugin/index.js";
30
- import { CruisePlugin as Xe } from "./CruisePlugin/index.js";
31
- import { PanoTagPlugin as ol } from "./PanoTagPlugin/index.js";
32
- import { Object3DHelperPlugin as tl } from "./Object3DHelperPlugin/index.js";
33
- import { PanoVideoPlugin as ml } from "./PanoVideoPlugin/index.js";
34
- import { PipelinePlugin as el } from "./PipelinePlugin/index.js";
35
- import { AreaMakerPlugin as nl } from "./AreaMakerPlugin/index.js";
36
- import { CurrentPanoImagePlugin as Pl } from "./CurrentPanoImagePlugin/index.js";
37
- import { index as ul } from "./shared-utils/index.js";
38
- import { CSS3DRender as gl } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
39
- import { Model as dl } from "./PanoMeasurePlugin/Model/index.js";
40
- import { default as Tl } from "./PanoMeasurePlugin/Model/point.js";
41
- import { default as Cl } from "./PanoMeasurePlugin/Model/line.js";
42
- import { Polyline as El } from "./PanoMeasurePlugin/Model/polyline.js";
43
- import { default as Rl } from "./PanoMeasurePlugin/Modules/Magnifier.js";
44
- import { DISPLAY_STRATEGY_TYPE as yl } from "./ModelItemLabelPlugin/typings.js";
45
- import { ModelItemLabelPlugin as Sl } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
46
- import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as Gl } from "./ItemLabelPlugin/typings.js";
47
- import { Plugin as vl } from "./ItemLabelPlugin/Plugin.js";
48
- import { GuideLineItem$1 as Yl } from "./GuideLinePlugin/GuideLineItem/index.js";
49
- import { GuideLineModeItem$1 as Vl } from "./GuideLinePlugin/GuideLineModeItem/index.js";
50
- import { default as hl } from "./CruisePlugin/Work.js";
51
- import { default as Bl, default as Hl } from "./CruisePlugin/Move.js";
52
- import { typing as jl } from "./CruisePlugin/typing/index.js";
53
- import { default as $l, pluginFlag as Wl } from "./PanoTagPlugin/controller/index.js";
54
- import { defaultGlobalConfig as zl } from "./PanoTagPlugin/typings/tag/TagConfig.js";
55
- import { ContentType as Kl, DimensionType as Ql, PointType as Xl } from "./PanoTagPlugin/Archive/deprecated.js";
56
- import { Object3DHelperController as on, PLUGIN as rn } from "./Object3DHelperPlugin/Controller.js";
57
- import { typings as mn } from "./PanoVideoPlugin/typings/index.js";
3
+ import { PaintBrush as qp } from "./components/PaintBrush/index.js";
4
+ import { PaintBrushTypeEnum as Jp } from "./components/PaintBrush/typings.js";
5
+ import { ModelViewPlugin as Qp } from "./ModelViewPlugin/Plugin.js";
6
+ import { CSS3DRenderPlugin as Xp } from "./CSS3DRenderPlugin/index.js";
7
+ import { PanoCursorRaycasterPlugin as oe } from "./PanoCursorRaycasterPlugin/index.js";
8
+ import { ModelRoomLabelPlugin as te, modelRoomLabelPluginServerParams as ie } from "./ModelRoomLabelPlugin/index.js";
9
+ import { FLOOR_PLAN_ATTACHED_TO as pe } from "./floorplan/constant.js";
10
+ import { ModelFloorplanPlugin as ne } from "./floorplan/ModelFloorplanPlugin/index.js";
11
+ import { MapviewFloorplanPlugin as ae } from "./floorplan/MapviewFloorplanPlugin/index.js";
12
+ import { TopviewFloorplanPlugin as ue } from "./floorplan/TopviewFloorplanPlugin/index.js";
13
+ import { PanoFloorplanRadarPlugin as xe } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
14
+ import { FLOOR_TYPE_MAP as se, ROOM_FETILE_TYPE_MAP as de, ROOM_TYPE_MAP as Me } from "./floorplan/typings/floorplanServerData.js";
15
+ import { ModelChassisCompassPlugin as Le } from "./ModelChassisCompassPlugin/Plugin.js";
16
+ import { ModelEntryDoorGuidePlugin as _e } from "./ModelEntryDoorGuidePlugin/Plugin.js";
17
+ import { CameraMovementPlugin as Ie } from "./CameraMovementPlugin/CameraMovementPlugin.js";
18
+ import { CameraMovementEffect as Oe, Rotation as ye } from "./CameraMovementPlugin/typing.js";
19
+ import { PanoRulerPlugin as Se } from "./PanoRulerPlugin/Plugin.js";
20
+ import { PanoRulerProPlugin as Ge } from "./PanoRulerProPlugin/index.js";
21
+ import { PanoCompassPlugin as Fe } from "./PanoCompassPlugin/index.js";
22
+ import { PanoMeasurePlugin as ve } from "./PanoMeasurePlugin/index.js";
23
+ import { PanoSpatialTagPlugin as Ve } from "./PanoSpatialTagPlugin/Plugin.js";
24
+ import { modelItemLabelPluginServerParams as he } from "./ModelItemLabelPlugin/index.js";
25
+ import { ModelTVVideoPlugin as Be } from "./ModelTVVideoPlugin/Plugin.js";
26
+ import { DIRECTION as Ue } from "./ModelTVVideoPlugin/typings.js";
27
+ import { itemLabelPluginServerParams as $e } from "./ItemLabelPlugin/index.js";
28
+ import { PanoDoorLabelPlugin as qe } from "./PanoDoorLabelPlugin/index.js";
29
+ import { GuideLinePlugin as Je } from "./GuideLinePlugin/index.js";
30
+ import { CruisePlugin as Qe } from "./CruisePlugin/index.js";
31
+ import { PanoTagPlugin as Xe } from "./PanoTagPlugin/index.js";
32
+ import { Object3DHelperPlugin as on } from "./Object3DHelperPlugin/index.js";
33
+ import { PanoVideoPlugin as tn } from "./PanoVideoPlugin/index.js";
34
+ import { PipelinePlugin as pn } from "./PipelinePlugin/index.js";
35
+ import { AreaMakerPlugin as nn } from "./AreaMakerPlugin/index.js";
36
+ import { CurrentPanoImagePlugin as an } from "./CurrentPanoImagePlugin/index.js";
37
+ import { index as un } from "./shared-utils/index.js";
38
+ import { CSS3DRender as xn } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
39
+ import { Model as sn } from "./PanoMeasurePlugin/Model/index.js";
40
+ import { default as Mn } from "./PanoMeasurePlugin/Model/point.js";
41
+ import { default as Ln } from "./PanoMeasurePlugin/Model/line.js";
42
+ import { Polyline as _n } from "./PanoMeasurePlugin/Model/polyline.js";
43
+ import { default as In } from "./PanoMeasurePlugin/Modules/Magnifier.js";
44
+ import { DISPLAY_STRATEGY_TYPE as On } from "./ModelItemLabelPlugin/typings.js";
45
+ import { ModelItemLabelPlugin as An } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
46
+ import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as Dn } from "./ItemLabelPlugin/typings.js";
47
+ import { Plugin as bn } from "./ItemLabelPlugin/Plugin.js";
48
+ import { GuideLineItem$1 as Yn } from "./GuideLinePlugin/GuideLineItem/index.js";
49
+ import { GuideLineModeItem$1 as cn } from "./GuideLinePlugin/GuideLineModeItem/index.js";
50
+ import { default as Nn } from "./CruisePlugin/Controller.js";
51
+ import { typing as wn } from "./CruisePlugin/typing/index.js";
52
+ import { default as Hn, pluginFlag as Un } from "./PanoTagPlugin/controller/index.js";
53
+ import { defaultGlobalConfig as $n } from "./PanoTagPlugin/typings/tag/TagConfig.js";
54
+ import { ContentType as qn, DimensionType as zn, PointType as Jn } from "./PanoTagPlugin/Archive/deprecated.js";
55
+ import { Object3DHelperController as Qn, PLUGIN as Wn } from "./Object3DHelperPlugin/Controller.js";
56
+ import { typings as Zn } from "./PanoVideoPlugin/typings/index.js";
58
57
  import "./components/PaintBrush/Controller.js";
59
58
  import "./components/PaintBrush/utils.js";
60
59
  import "./components/PaintBrush/tween.js";
@@ -248,7 +247,6 @@ import "./PanoDoorLabelPlugin/BaseController.js";
248
247
  import "./PanoDoorLabelPlugin/DoorLabelItem.js";
249
248
  import "./PanoDoorLabelPlugin/utils.js";
250
249
  import "./GuideLinePlugin/Controller.js";
251
- import "./shared-utils/five/fiveLoaded.js";
252
250
  import "./shared-utils/log.js";
253
251
  import "./GuideLinePlugin/utils/createLineGeometry.js";
254
252
  import "./vendor/polyline-normals/index.js";
@@ -364,11 +362,10 @@ import "./GuideLinePlugin/utils/index.js";
364
362
  import "./CruisePlugin/utils/coordinatesAngle.js";
365
363
  import "./CruisePlugin/utils/coordinatesToVector.js";
366
364
  import "./CruisePlugin/utils/safeCall.js";
365
+ import "./CruisePlugin/utils/vectorToCoordinates.js";
366
+ import "./CruisePlugin/utils/formatRad.js";
367
+ import "./CruisePlugin/utils/linerValue.js";
367
368
  import "./CruisePlugin/utils/sleep.js";
368
- import "./shared-utils/vectorToCoordinate.js";
369
- import "./shared-utils/formatRad.js";
370
- import "./CruisePlugin/BaseController.js";
371
- import "./CruisePlugin/utils/getFiveStateOnCurve.js";
372
369
  import "./shared-utils/Object3DHelper/Helper/MoveHelper.js";
373
370
  import "./shared-utils/Object3DHelper/Base/BaseHelper.js";
374
371
  import "./shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
@@ -423,68 +420,66 @@ import "./shared-utils/three/getRaycaster.js";
423
420
  r();
424
421
  o();
425
422
  export {
426
- nl as AreaMakerPlugin,
427
- gl as CSS3DRender,
428
- oe as CSS3DRenderPlugin,
429
- Ae as CameraMovementEffect,
430
- Oe as CameraMovementPlugin,
431
- Kl as ContentType,
432
- Xe as CruisePlugin,
433
- Bl as CruisePluginController,
434
- jl as CruisePluginTypes,
435
- Pl as CurrentPanoImagePlugin,
436
- ke as DIRECTION,
437
- yl as DISPLAY_STRATEGY_TYPE,
438
- Ql as DimensionType,
439
- le as FLOOR_PLAN_ATTACHED_TO,
440
- Me as FLOOR_TYPE_MAP,
441
- Yl as GuideLineItem,
442
- Vl as GuideLineModeItem,
443
- Ke as GuideLinePlugin,
444
- Gl as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
445
- vl as ItemLabelPlugin,
446
- Rl as Magnifier,
447
- fe as MapviewFloorplanPlugin,
448
- _e as ModelChassisCompassPlugin,
449
- Ie as ModelEntryDoorGuidePlugin,
450
- ae as ModelFloorplanPlugin,
451
- Sl as ModelItemLabelPlugin,
452
- me as ModelRoomLabelPlugin,
453
- Ue as ModelTVVideoPlugin,
454
- Xp as ModelViewPlugin,
455
- Hl as MoveController,
456
- on as Object3DHelperController,
457
- tl as Object3DHelperPlugin,
458
- rn as PLUGIN,
459
- zp as PaintBrush,
460
- Kp as PaintBrushTypeEnum,
461
- Ye as PanoCompassPlugin,
462
- te as PanoCursorRaycasterPlugin,
463
- ze as PanoDoorLabelPlugin,
464
- se as PanoFloorplanRadarPlugin,
465
- Ve as PanoMeasurePlugin,
466
- Cl as PanoMeasurePluginLine,
467
- dl as PanoMeasurePluginModel,
468
- Tl as PanoMeasurePluginPoint,
469
- El as PanoMeasurePluginPolyline,
470
- Ge as PanoRulerPlugin,
471
- ve as PanoRulerProPlugin,
472
- he as PanoSpatialTagPlugin,
473
- ol as PanoTagPlugin,
474
- $l as PanoTagPluginController,
475
- ml as PanoVideoPlugin,
476
- mn as PanoVideoPluginType,
477
- el as PipelinePlugin,
478
- Xl as PointType,
479
- Te as ROOM_FETILE_TYPE_MAP,
480
- Le as ROOM_TYPE_MAP,
481
- Se as Rotation,
482
- xe as TopviewFloorplanPlugin,
483
- ul as Util,
484
- hl as WalkController,
485
- zl as defaultGlobalConfig,
486
- We as itemLabelPluginServerParams,
487
- Be as modelItemLabelPluginServerParams,
488
- pe as modelRoomLabelPluginServerParams,
489
- Wl as pluginFlag
423
+ nn as AreaMakerPlugin,
424
+ xn as CSS3DRender,
425
+ Xp as CSS3DRenderPlugin,
426
+ Oe as CameraMovementEffect,
427
+ Ie as CameraMovementPlugin,
428
+ qn as ContentType,
429
+ Qe as CruisePlugin,
430
+ Nn as CruisePluginController,
431
+ wn as CruisePluginTypes,
432
+ an as CurrentPanoImagePlugin,
433
+ Ue as DIRECTION,
434
+ On as DISPLAY_STRATEGY_TYPE,
435
+ zn as DimensionType,
436
+ pe as FLOOR_PLAN_ATTACHED_TO,
437
+ se as FLOOR_TYPE_MAP,
438
+ Yn as GuideLineItem,
439
+ cn as GuideLineModeItem,
440
+ Je as GuideLinePlugin,
441
+ Dn as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
442
+ bn as ItemLabelPlugin,
443
+ In as Magnifier,
444
+ ae as MapviewFloorplanPlugin,
445
+ Le as ModelChassisCompassPlugin,
446
+ _e as ModelEntryDoorGuidePlugin,
447
+ ne as ModelFloorplanPlugin,
448
+ An as ModelItemLabelPlugin,
449
+ te as ModelRoomLabelPlugin,
450
+ Be as ModelTVVideoPlugin,
451
+ Qp as ModelViewPlugin,
452
+ Qn as Object3DHelperController,
453
+ on as Object3DHelperPlugin,
454
+ Wn as PLUGIN,
455
+ qp as PaintBrush,
456
+ Jp as PaintBrushTypeEnum,
457
+ Fe as PanoCompassPlugin,
458
+ oe as PanoCursorRaycasterPlugin,
459
+ qe as PanoDoorLabelPlugin,
460
+ xe as PanoFloorplanRadarPlugin,
461
+ ve as PanoMeasurePlugin,
462
+ Ln as PanoMeasurePluginLine,
463
+ sn as PanoMeasurePluginModel,
464
+ Mn as PanoMeasurePluginPoint,
465
+ _n as PanoMeasurePluginPolyline,
466
+ Se as PanoRulerPlugin,
467
+ Ge as PanoRulerProPlugin,
468
+ Ve as PanoSpatialTagPlugin,
469
+ Xe as PanoTagPlugin,
470
+ Hn as PanoTagPluginController,
471
+ tn as PanoVideoPlugin,
472
+ Zn as PanoVideoPluginType,
473
+ pn as PipelinePlugin,
474
+ Jn as PointType,
475
+ de as ROOM_FETILE_TYPE_MAP,
476
+ Me as ROOM_TYPE_MAP,
477
+ ye as Rotation,
478
+ ue as TopviewFloorplanPlugin,
479
+ un as Util,
480
+ $n as defaultGlobalConfig,
481
+ $e as itemLabelPluginServerParams,
482
+ he as modelItemLabelPluginServerParams,
483
+ ie as modelRoomLabelPluginServerParams,
484
+ Un as pluginFlag
490
485
  };
@@ -1,6 +1,6 @@
1
1
  function A() {
2
2
  console.debug(
3
- "%c %c@realsee/dnalogel %cv3.5.0-dev.5",
3
+ "%c %c@realsee/dnalogel %cv3.5.0-tag-dev.1",
4
4
  [
5
5
  "background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')",
6
6
  "background-repeat: no-repeat",
@@ -1 +1 @@
1
- export default function toArray<T>(value: T | T[]): T[];
1
+ export declare function toArray<T>(value: T | T[]): T[];
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "repository": "https://github.com/realsee-developer/dnalogel.git",
8
8
  "description": "如视 VR 看房插件合集",
9
9
  "private": false,
10
- "version": "3.5.0-dev.5",
10
+ "version": "3.5.0-tag-dev.1",
11
11
  "license": "SEE LICENSE IN TERMS.txt",
12
12
  "scripts": {
13
13
  "clean": "rm -rf components dist docs libs types ./vite.config.js.timestamp*",
@@ -72,7 +72,7 @@
72
72
  "svelte-carousel": "1.0.25",
73
73
  "svelte-preprocess": "^5.0.4",
74
74
  "three": "0.117.1",
75
- "type-fest": "4.6.0",
75
+ "type-fest": "3.11.0",
76
76
  "typedoc": "^0.24.8",
77
77
  "typescript": "^5.1.6",
78
78
  "vite": "4.3.2",