@realsee/dnalogel 3.3.5 → 3.4.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (390) hide show
  1. package/dist/CruisePlugin/CruiseController.d.ts +147 -0
  2. package/dist/CruisePlugin/Move.d.ts +26 -0
  3. package/dist/CruisePlugin/{Controller.d.ts → Work.d.ts} +1 -8
  4. package/dist/CruisePlugin/index.d.ts +4 -3
  5. package/dist/CruisePlugin/typing.d.ts +2 -2
  6. package/dist/CruisePlugin/utils/getFiveStateOnCurve.d.ts +11 -0
  7. package/dist/GuideLinePlugin/Controller.d.ts +1 -6
  8. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +4 -0
  9. package/dist/PanoTagPlugin/controller/TagRender.d.ts +0 -4
  10. package/dist/index.cjs.js +55 -55
  11. package/dist/index.js +4454 -4267
  12. package/dist/index.umd.js +48 -48
  13. package/dist/shared-utils/five/fiveLoaded.d.ts +2 -0
  14. package/docs/.nojekyll +1 -0
  15. package/docs/assets/highlight.css +120 -0
  16. package/docs/assets/main.js +58 -0
  17. package/docs/assets/search.js +1 -0
  18. package/docs/assets/style.css +1367 -0
  19. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +727 -0
  20. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +680 -0
  21. package/docs/classes/CSS3DRender.html +775 -0
  22. package/docs/classes/GuideLineItem.GuideLineItem.html +478 -0
  23. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +858 -0
  24. package/docs/classes/Magnifier.html +482 -0
  25. package/docs/classes/ModelRoomLabelController.html +400 -0
  26. package/docs/classes/MoveController.html +641 -0
  27. package/docs/classes/Object3DHelperController.html +642 -0
  28. package/docs/classes/PaintBrush.html +504 -0
  29. package/docs/classes/PanoMeasurePluginLine.html +524 -0
  30. package/docs/classes/PanoMeasurePluginModel.html +573 -0
  31. package/docs/classes/PanoMeasurePluginPoint.html +364 -0
  32. package/docs/classes/PanoMeasurePluginPolyline.html +569 -0
  33. package/docs/classes/PanoTagPluginController.html +1079 -0
  34. package/docs/classes/Util.BetterTween.html +418 -0
  35. package/docs/classes/Util.Interval.html +434 -0
  36. package/docs/classes/Util.LineSegments.html +386 -0
  37. package/docs/classes/Util.Magnifier.html +505 -0
  38. package/docs/classes/Util.Object3D.html +408 -0
  39. package/docs/classes/Util.PointDomHelper.html +409 -0
  40. package/docs/classes/Util.PointHelper.html +400 -0
  41. package/docs/classes/Util.PointSelectorHelper.html +456 -0
  42. package/docs/classes/Util.Rectangle.html +457 -0
  43. package/docs/classes/WalkController.html +667 -0
  44. package/docs/enums/CameraMovementEffect.html +312 -0
  45. package/docs/enums/ContentType.html +448 -0
  46. package/docs/enums/DIRECTION.html +322 -0
  47. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +322 -0
  48. package/docs/enums/DimensionType.html +312 -0
  49. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +315 -0
  50. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +322 -0
  51. package/docs/enums/PaintBrushTypeEnum.html +315 -0
  52. package/docs/enums/PointType.html +312 -0
  53. package/docs/enums/Rotation.html +319 -0
  54. package/docs/functions/AreaMakerPlugin.html +292 -0
  55. package/docs/functions/CSS3DRenderPlugin.html +290 -0
  56. package/docs/functions/CameraMovementPlugin.html +295 -0
  57. package/docs/functions/CruisePlugin.html +292 -0
  58. package/docs/functions/CurrentPanoImagePlugin.html +292 -0
  59. package/docs/functions/GuideLinePlugin.html +292 -0
  60. package/docs/functions/ItemLabelPlugin.html +292 -0
  61. package/docs/functions/MapviewFloorplanPlugin.html +292 -0
  62. package/docs/functions/ModelChassisCompassPlugin.html +295 -0
  63. package/docs/functions/ModelEntryDoorGuidePlugin.html +295 -0
  64. package/docs/functions/ModelFloorplanPlugin.html +292 -0
  65. package/docs/functions/ModelItemLabelPlugin.html +292 -0
  66. package/docs/functions/ModelRoomLabelPlugin.html +290 -0
  67. package/docs/functions/ModelTVVideoPlugin.html +292 -0
  68. package/docs/functions/ModelViewPlugin.html +295 -0
  69. package/docs/functions/Object3DHelperPlugin.html +290 -0
  70. package/docs/functions/PanoCompassPlugin.html +292 -0
  71. package/docs/functions/PanoCursorRaycasterPlugin.html +296 -0
  72. package/docs/functions/PanoDoorLabelPlugin.html +292 -0
  73. package/docs/functions/PanoFloorplanRadarPlugin.html +292 -0
  74. package/docs/functions/PanoMeasurePlugin.html +292 -0
  75. package/docs/functions/PanoRulerPlugin.html +295 -0
  76. package/docs/functions/PanoRulerProPlugin.html +295 -0
  77. package/docs/functions/PanoSpatialTagPlugin.html +295 -0
  78. package/docs/functions/PanoTagPlugin.html +297 -0
  79. package/docs/functions/PanoVideoPlugin.html +301 -0
  80. package/docs/functions/PipelinePlugin.html +290 -0
  81. package/docs/functions/TopviewFloorplanPlugin.html +292 -0
  82. package/docs/functions/Util.absoluteUrl.html +328 -0
  83. package/docs/functions/Util.checkFiveModelLoaded.html +331 -0
  84. package/docs/functions/Util.equal.html +340 -0
  85. package/docs/functions/Util.getCoordsFromClient.html +330 -0
  86. package/docs/functions/Util.getCoordsFromElement.html +330 -0
  87. package/docs/functions/Util.getFrameTime.html +322 -0
  88. package/docs/functions/Util.getIntersectFromRelativePosition.html +330 -0
  89. package/docs/functions/Util.getRaycasterFromFivePointer.html +330 -0
  90. package/docs/functions/Util.isAbsoluteURL.html +323 -0
  91. package/docs/functions/Util.isModelLike.html +323 -0
  92. package/docs/functions/Util.isNil.html +331 -0
  93. package/docs/functions/Util.isPanoramaLike.html +323 -0
  94. package/docs/functions/Util.nextFrame.html +336 -0
  95. package/docs/functions/Util.notNil.html +331 -0
  96. package/docs/functions/Util.requestAnimationFrameInterval.html +352 -0
  97. package/docs/functions/Util.tweenProgress.html +325 -0
  98. package/docs/functions/Util.uuid.html +321 -0
  99. package/docs/functions/pluginFlag.html +290 -0
  100. package/docs/index.html +356 -0
  101. package/docs/interfaces/AddTagConfig.html +305 -0
  102. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +331 -0
  103. package/docs/interfaces/AreaMakerPluginType.Config.html +336 -0
  104. package/docs/interfaces/AreaMakerPluginType.EventMap.html +622 -0
  105. package/docs/interfaces/AreaMakerPluginType.Params.html +335 -0
  106. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +385 -0
  107. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +370 -0
  108. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +335 -0
  109. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +328 -0
  110. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +327 -0
  111. package/docs/interfaces/AreaMakerPluginType.State.html +356 -0
  112. package/docs/interfaces/CSS3DRenderPluginEventMap.html +451 -0
  113. package/docs/interfaces/CSS3DRenderPluginState.html +327 -0
  114. package/docs/interfaces/CameraMovementPluginExportType.html +360 -0
  115. package/docs/interfaces/CruisePluginTypes.Config.html +361 -0
  116. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +363 -0
  117. package/docs/interfaces/CruisePluginTypes.EventMap.html +698 -0
  118. package/docs/interfaces/CruisePluginTypes.MoveAction.html +387 -0
  119. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +423 -0
  120. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +413 -0
  121. package/docs/interfaces/CruisePluginTypes.PluginData.html +353 -0
  122. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +321 -0
  123. package/docs/interfaces/CruisePluginTypes.PluginState.html +389 -0
  124. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +384 -0
  125. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +523 -0
  126. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +325 -0
  127. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +317 -0
  128. package/docs/interfaces/CurrentPanoImagePluginType.State.html +339 -0
  129. package/docs/interfaces/EventMap.html +544 -0
  130. package/docs/interfaces/FloorplanBounding.html +334 -0
  131. package/docs/interfaces/FloorplanData.html +337 -0
  132. package/docs/interfaces/FloorplanEntrance.html +362 -0
  133. package/docs/interfaces/FloorplanExtraObject.html +352 -0
  134. package/docs/interfaces/FloorplanExtraObject3D.html +341 -0
  135. package/docs/interfaces/FloorplanFloorData.html +330 -0
  136. package/docs/interfaces/FloorplanImagePosition.html +316 -0
  137. package/docs/interfaces/FloorplanObserver.html +334 -0
  138. package/docs/interfaces/FloorplanOutlineItem.html +330 -0
  139. package/docs/interfaces/FloorplanPosition.html +316 -0
  140. package/docs/interfaces/FloorplanRoomItem.html +381 -0
  141. package/docs/interfaces/FloorplanRoomLabelItem.html +322 -0
  142. package/docs/interfaces/FloorplanServerBounding.html +334 -0
  143. package/docs/interfaces/FloorplanServerComputedData.html +333 -0
  144. package/docs/interfaces/FloorplanServerData.html +316 -0
  145. package/docs/interfaces/FloorplanServerDoorItem.html +333 -0
  146. package/docs/interfaces/FloorplanServerDoorPosition.html +319 -0
  147. package/docs/interfaces/FloorplanServerEntrance.html +362 -0
  148. package/docs/interfaces/FloorplanServerFloorData.html +330 -0
  149. package/docs/interfaces/FloorplanServerImagePosition.html +316 -0
  150. package/docs/interfaces/FloorplanServerObserver.html +334 -0
  151. package/docs/interfaces/FloorplanServerOutlineItem.html +330 -0
  152. package/docs/interfaces/FloorplanServerPosition.html +316 -0
  153. package/docs/interfaces/FloorplanServerRoomItem.html +393 -0
  154. package/docs/interfaces/FloorplanServerRoomLabelItem.html +322 -0
  155. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +325 -0
  156. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +364 -0
  157. package/docs/interfaces/GuideLinePluginType.EventMap.html +528 -0
  158. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +359 -0
  159. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +350 -0
  160. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +417 -0
  161. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +339 -0
  162. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +349 -0
  163. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +485 -0
  164. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +346 -0
  165. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +485 -0
  166. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +311 -0
  167. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +332 -0
  168. package/docs/interfaces/GuideLinePluginType.PluginState.html +357 -0
  169. package/docs/interfaces/GuideLinePluginType.Route.html +373 -0
  170. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +355 -0
  171. package/docs/interfaces/HelperOffset.html +334 -0
  172. package/docs/interfaces/ImagePlaneGroup.html +308 -0
  173. package/docs/interfaces/ItemLabelPluginData.html +305 -0
  174. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +390 -0
  175. package/docs/interfaces/ItemLabelPluginParametersType.html +326 -0
  176. package/docs/interfaces/MinMax.html +312 -0
  177. package/docs/interfaces/ModelChassisCompassPluginData.html +312 -0
  178. package/docs/interfaces/ModelChassisCompassPluginExportType.html +348 -0
  179. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +312 -0
  180. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +319 -0
  181. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +356 -0
  182. package/docs/interfaces/ModelItemLabelPluginData.html +305 -0
  183. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +390 -0
  184. package/docs/interfaces/ModelItemLabelPluginParametersType.html +312 -0
  185. package/docs/interfaces/ModelRoomLabelPluginData.html +305 -0
  186. package/docs/interfaces/ModelTVVideoPluginData.html +326 -0
  187. package/docs/interfaces/ModelTVVideoPluginExportType.html +350 -0
  188. package/docs/interfaces/ModelTVVideoPluginParameterType.html +305 -0
  189. package/docs/interfaces/ModelViewPluginExportType.html +418 -0
  190. package/docs/interfaces/Object3DHelperState.html +319 -0
  191. package/docs/interfaces/ObjectHelperControllers.html +326 -0
  192. package/docs/interfaces/PaintBrushAction.html +365 -0
  193. package/docs/interfaces/PaintBrushConfigs.html +363 -0
  194. package/docs/interfaces/PaintBrushState.html +347 -0
  195. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +427 -0
  196. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +284 -0
  197. package/docs/interfaces/PanoMeasureParameterType.html +451 -0
  198. package/docs/interfaces/PanoMeasurePluginLineJson.html +319 -0
  199. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +316 -0
  200. package/docs/interfaces/PanoMeasurePluginPointJson.html +312 -0
  201. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +322 -0
  202. package/docs/interfaces/PanoRulerPluginExportType.html +379 -0
  203. package/docs/interfaces/PanoRulerPluginOptions.html +328 -0
  204. package/docs/interfaces/PanoRulerPluginParameterType.html +319 -0
  205. package/docs/interfaces/PanoRulerProPluginExportType.html +355 -0
  206. package/docs/interfaces/PanoRulerProPluginOptions.html +325 -0
  207. package/docs/interfaces/PanoRulerProPluginParameterType.html +312 -0
  208. package/docs/interfaces/PanoRulerProPluginState.html +319 -0
  209. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +298 -0
  210. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +287 -0
  211. package/docs/interfaces/PanoSpatialTagPluginData.html +355 -0
  212. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +337 -0
  213. package/docs/interfaces/PanoSpatialTagPluginExportType.html +433 -0
  214. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +333 -0
  215. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +354 -0
  216. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +340 -0
  217. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +333 -0
  218. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +325 -0
  219. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +343 -0
  220. package/docs/interfaces/PanoVideoPluginType.PluginData.html +316 -0
  221. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +422 -0
  222. package/docs/interfaces/PanoVideoPluginType.PluginState.html +316 -0
  223. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +351 -0
  224. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +370 -0
  225. package/docs/interfaces/Point.html +319 -0
  226. package/docs/interfaces/Room.html +326 -0
  227. package/docs/interfaces/RoomInfo.html +312 -0
  228. package/docs/interfaces/RoomLabel.html +388 -0
  229. package/docs/interfaces/RoomRules.html +287 -0
  230. package/docs/interfaces/Rooms.html +287 -0
  231. package/docs/interfaces/Scissor.html +346 -0
  232. package/docs/interfaces/State.html +333 -0
  233. package/docs/interfaces/TagCacheInterface.html +364 -0
  234. package/docs/interfaces/TagConfig.html +567 -0
  235. package/docs/interfaces/TagGLTFObjectGroup.html +308 -0
  236. package/docs/interfaces/TagIconUrl.html +365 -0
  237. package/docs/interfaces/TagObjectGroup.html +308 -0
  238. package/docs/interfaces/TagStyle.html +318 -0
  239. package/docs/interfaces/Tags.html +2690 -0
  240. package/docs/interfaces/TemporaryState.html +305 -0
  241. package/docs/interfaces/Util.MagnifierParameter.html +393 -0
  242. package/docs/interfaces/Util.MouseGroupParameter.html +352 -0
  243. package/docs/interfaces/Util.PointIntersection.html +367 -0
  244. package/docs/modules/AreaMakerPluginType.html +325 -0
  245. package/docs/modules/CruisePluginTypes.html +330 -0
  246. package/docs/modules/CurrentPanoImagePluginType.html +299 -0
  247. package/docs/modules/GuideLineItem.html +291 -0
  248. package/docs/modules/GuideLineModeItem.html +296 -0
  249. package/docs/modules/GuideLinePluginType.html +352 -0
  250. package/docs/modules/PanoVideoPluginType.html +303 -0
  251. package/docs/modules/Util.html +353 -0
  252. package/docs/modules.html +558 -0
  253. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +333 -0
  254. package/docs/types/AreaMakerPluginType.PluginData.html +303 -0
  255. package/docs/types/AreaMakerPluginType.ServerData.html +303 -0
  256. package/docs/types/ArrayPosition.html +281 -0
  257. package/docs/types/AudioAppearance.html +281 -0
  258. package/docs/types/AudioTagTypeConfigKey.html +281 -0
  259. package/docs/types/CSS3DRenderExportType.html +281 -0
  260. package/docs/types/CSS3DRenderPluginExportType.html +281 -0
  261. package/docs/types/CSS3DRenderPluginParameterType.html +281 -0
  262. package/docs/types/ClassFunctionParameters.html +288 -0
  263. package/docs/types/Color.html +281 -0
  264. package/docs/types/ContentTypeConfigKey.html +281 -0
  265. package/docs/types/ContentTypeConfigKeySplit.html +281 -0
  266. package/docs/types/ContentTypeMap.html +281 -0
  267. package/docs/types/Create3DDomContainerReturnType.html +281 -0
  268. package/docs/types/Create3DElementReturnType.html +281 -0
  269. package/docs/types/CruisePluginExportType.html +281 -0
  270. package/docs/types/CruisePluginTypes.CruiseData.html +320 -0
  271. package/docs/types/CruisePluginTypes.MoveEffect.html +297 -0
  272. package/docs/types/CurrentPanoImagePluginExportType.html +281 -0
  273. package/docs/types/DeprecatedMediaPlaneProperty.html +293 -0
  274. package/docs/types/DeprecatedTagProperty.html +296 -0
  275. package/docs/types/Direction-1.html +281 -0
  276. package/docs/types/Direction4.html +281 -0
  277. package/docs/types/ElementRenderer.html +305 -0
  278. package/docs/types/FloorplanRuleLabels.html +284 -0
  279. package/docs/types/FloorplanServerRuleLabels.html +281 -0
  280. package/docs/types/GuideLinePluginExportType.html +281 -0
  281. package/docs/types/GuideLinePluginType.GuideLineItem.html +354 -0
  282. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +375 -0
  283. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +308 -0
  284. package/docs/types/GuideLinePluginType.GuideLineStyle.html +311 -0
  285. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +311 -0
  286. package/docs/types/GuideLinePluginType.PathItem.html +311 -0
  287. package/docs/types/GuideLinePluginType.PluginData.html +320 -0
  288. package/docs/types/HelperEventMap.html +519 -0
  289. package/docs/types/LoadTagConfig.html +281 -0
  290. package/docs/types/MapviewFloorplanPluginParameterType.html +281 -0
  291. package/docs/types/MapviewFloorplanPluginReturnType.html +281 -0
  292. package/docs/types/MediaData.html +297 -0
  293. package/docs/types/MediaStore.html +286 -0
  294. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +288 -0
  295. package/docs/types/ModelFloorplanPluginParameterType.html +281 -0
  296. package/docs/types/ModelFloorplanPluginReturnType.html +281 -0
  297. package/docs/types/ModelId.html +281 -0
  298. package/docs/types/ModelRoomLabelPluginParameters.html +281 -0
  299. package/docs/types/ModelRoomLabelPluginReturnType.html +281 -0
  300. package/docs/types/MoveArgs.html +291 -0
  301. package/docs/types/MoveOpts.html +289 -0
  302. package/docs/types/Object3DHelperEventMap.html +374 -0
  303. package/docs/types/ObjectFit.html +281 -0
  304. package/docs/types/PaintBrushEventMap.html +312 -0
  305. package/docs/types/PanoCompassPluginData.html +281 -0
  306. package/docs/types/PanoCompassPluginExportType.html +281 -0
  307. package/docs/types/PanoCompassPluginParameterType.html +281 -0
  308. package/docs/types/PanoFloorplanRadarPluginParameterType.html +281 -0
  309. package/docs/types/PanoFloorplanRadarPluginReturnType.html +281 -0
  310. package/docs/types/PanoIndex.html +281 -0
  311. package/docs/types/PanoMeasurePluginEvent.html +281 -0
  312. package/docs/types/PanoMeasureReturnType.html +281 -0
  313. package/docs/types/PanoSpatialTagPluginId.html +281 -0
  314. package/docs/types/PanoTagPluginExportInterface.html +281 -0
  315. package/docs/types/PanoTagPluginParamsInterface.html +281 -0
  316. package/docs/types/PanoVideoPluginParameterType.html +281 -0
  317. package/docs/types/PanoVideoPluginReturnType.html +281 -0
  318. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +289 -0
  319. package/docs/types/PipelinePluginParameterType.html +281 -0
  320. package/docs/types/PipelinePluginReturnType.html +281 -0
  321. package/docs/types/PlaneTag.html +289 -0
  322. package/docs/types/Point2DTag.html +289 -0
  323. package/docs/types/Point3DTag.html +289 -0
  324. package/docs/types/PointTag.html +286 -0
  325. package/docs/types/PointTagInstance.html +286 -0
  326. package/docs/types/Position.html +281 -0
  327. package/docs/types/RotateArgs.html +293 -0
  328. package/docs/types/RotateOpts.html +289 -0
  329. package/docs/types/RuleLabelsKey.html +281 -0
  330. package/docs/types/RuleLabelsValue.html +281 -0
  331. package/docs/types/StickType.html +281 -0
  332. package/docs/types/Tag.html +347 -0
  333. package/docs/types/Tag2D.html +289 -0
  334. package/docs/types/Tag3D.html +289 -0
  335. package/docs/types/TagConfigByKey.html +286 -0
  336. package/docs/types/TagContentType.html +281 -0
  337. package/docs/types/TagDimensionType.html +283 -0
  338. package/docs/types/TagElement.html +291 -0
  339. package/docs/types/TagEvents.html +334 -0
  340. package/docs/types/TagGLTFObject.html +304 -0
  341. package/docs/types/TagHooks.html +281 -0
  342. package/docs/types/TagId.html +281 -0
  343. package/docs/types/TagInstance.html +357 -0
  344. package/docs/types/TagPointType.html +284 -0
  345. package/docs/types/TagRendererMap.html +286 -0
  346. package/docs/types/TopviewFloorplanPluginParameterType.html +281 -0
  347. package/docs/types/TopviewFloorplanPluginReturnType.html +281 -0
  348. package/docs/types/WorkCode.html +281 -0
  349. package/docs/variables/FLOOR_TYPE_MAP.html +291 -0
  350. package/docs/variables/PLUGIN.html +281 -0
  351. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +284 -0
  352. package/docs/variables/ROOM_TYPE_MAP.html +291 -0
  353. package/docs/variables/defaultGlobalConfig.html +281 -0
  354. package/docs/variables/itemLabelPluginServerParams.html +288 -0
  355. package/docs/variables/modelItemLabelPluginServerParams.html +288 -0
  356. package/docs/variables/modelRoomLabelPluginServerParams.html +288 -0
  357. package/libs/CruisePlugin/CruiseController.d.ts +147 -0
  358. package/libs/CruisePlugin/CruiseController.js +236 -0
  359. package/libs/CruisePlugin/Move.d.ts +26 -0
  360. package/libs/CruisePlugin/Move.js +111 -0
  361. package/libs/CruisePlugin/{Controller.d.ts → Work.d.ts} +1 -8
  362. package/libs/CruisePlugin/{Controller.js → Work.js} +149 -177
  363. package/libs/CruisePlugin/index.d.ts +4 -3
  364. package/libs/CruisePlugin/index.js +15 -10
  365. package/libs/CruisePlugin/typing.d.ts +2 -2
  366. package/libs/CruisePlugin/utils/getFiveStateOnCurve.d.ts +11 -0
  367. package/libs/CruisePlugin/utils/getFiveStateOnCurve.js +11 -0
  368. package/libs/GuideLinePlugin/Controller.d.ts +1 -6
  369. package/libs/GuideLinePlugin/Controller.js +60 -74
  370. package/libs/GuideLinePlugin/GuideLineItem/index.js +53 -43
  371. package/libs/GuideLinePlugin/GuideLineItem.js +12 -9
  372. package/libs/GuideLinePlugin/index.js +20 -17
  373. package/libs/PanoTagPlugin/Components/TagItem.js +255 -287
  374. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +4 -0
  375. package/libs/PanoTagPlugin/controller/TagComputer.js +135 -116
  376. package/libs/PanoTagPlugin/controller/TagRender.d.ts +0 -4
  377. package/libs/PanoTagPlugin/controller/TagRender.js +71 -90
  378. package/libs/base/BasePlugin.js +1 -1
  379. package/libs/index.js +124 -119
  380. package/libs/shared-utils/five/fiveLoaded.d.ts +2 -0
  381. package/libs/shared-utils/five/fiveLoaded.js +30 -0
  382. package/libs/shared-utils/formatRad.d.ts +7 -0
  383. package/libs/shared-utils/formatRad.js +7 -0
  384. package/libs/shared-utils/logger.js +1 -1
  385. package/package.json +2 -2
  386. package/dist/CruisePlugin/utils/linerValue.d.ts +0 -1
  387. /package/dist/{CruisePlugin/utils → shared-utils}/formatRad.d.ts +0 -0
  388. /package/dist/{CruisePlugin/utils/vectorToCoordinates.d.ts → shared-utils/vectorToCoordinate.d.ts} +0 -0
  389. /package/libs/{CruisePlugin/utils/vectorToCoordinates.d.ts → shared-utils/vectorToCoordinate.d.ts} +0 -0
  390. /package/libs/{CruisePlugin/utils/vectorToCoordinates.js → shared-utils/vectorToCoordinate.js} +0 -0
@@ -1,9 +1,9 @@
1
- import { SvelteComponent as J, init as K, safe_not_equal as O, append_styles as Q, empty as U, insert as N, transition_in as h, transition_out as k, check_outros as L, detach as P, getContext as W, element as M, space as X, attr as _, null_to_empty as V, set_style as C, toggle_class as b, append as j, group_outros as q, noop as w, create_component as F, mount_component as G, destroy_component as H } from "../../vendor/svelte/internal/index.js";
2
- import Y from "./Tag/index.js";
1
+ import { SvelteComponent as J, init as K, safe_not_equal as O, append_styles as Q, element as C, space as U, attr as c, null_to_empty as R, set_style as P, toggle_class as d, insert as M, append as V, transition_out as k, check_outros as j, transition_in as v, detach as N, getContext as W, group_outros as z, noop as y, create_component as F, mount_component as G, destroy_component as H } from "../../vendor/svelte/internal/index.js";
2
+ import X from "./Tag/index.js";
3
3
  import "three";
4
- import { noTypecheck as z } from "../utils/noTypecheck.js";
5
- import Z from "./Common/TagPoint.js";
6
- import { classnames as B } from "../../vendor/classnames/index.js";
4
+ import { noTypecheck as B } from "../utils/noTypecheck.js";
5
+ import Y from "./Common/TagPoint.js";
6
+ import { classnames as E } from "../../vendor/classnames/index.js";
7
7
  import "./Tag/TextTag/index.js";
8
8
  import "./Tag/TextTag/TextTag.js";
9
9
  import "./Common/Line/Straight.js";
@@ -91,233 +91,75 @@ import "./Tag/LinkTag.js";
91
91
  import "./Common/Icon/Icon.js";
92
92
  import "../utils/getImageInfo.js";
93
93
  import "./Tag/CustomTag.js";
94
- function x(o) {
94
+ function Z(o) {
95
95
  Q(o, "svelte-t2hepc", ".tag.svelte-t2hepc{will-change:opacity}.tag.withAnimation.svelte-t2hepc{transition:opacity 0.2s linear}.tag.hide.svelte-t2hepc{opacity:0;pointer-events:none}.tag.hide.svelte-t2hepc *{pointer-events:none !important}.tag.unClickable.svelte-t2hepc{pointer-events:none !important}.tag.unClickable.svelte-t2hepc *{pointer-events:none !important}.tag.disable.svelte-t2hepc{display:none}.wrapper.svelte-t2hepc{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto}");
96
96
  }
97
- function E(o) {
98
- let i, e, t, r, a, s, c, v, u, f;
99
- const S = [tt, $], d = [];
100
- function p(n, m) {
101
- return (
102
- /*havePoint*/
103
- n[14] ? 0 : 1
104
- );
105
- }
106
- t = p(o), r = d[t] = S[t](o);
107
- const T = [it, et], g = [];
108
- function A(n, m) {
109
- return (
110
- /*haveContent*/
111
- n[13] ? 0 : 1
112
- );
113
- }
114
- return s = A(o), c = g[s] = T[s](o), {
115
- c() {
116
- i = M("div"), e = M("div"), r.c(), a = X(), c.c(), _(e, "class", v = V(B(
117
- "wrapper",
118
- /*tag*/
119
- o[1].className ? `${/*tag*/
120
- o[1].className}__wrapper` : void 0
121
- )) + " svelte-t2hepc"), _(
122
- e,
123
- "data-tag-unfolded",
124
- /*unfolded*/
125
- o[9]
126
- ), _(
127
- e,
128
- "data-tag-id",
129
- /*id*/
130
- o[12]
131
- ), _(e, "data-content-type", u = /*tag*/
132
- o[1].contentType), C(
133
- e,
134
- "left",
135
- /*left*/
136
- o[8]
137
- ), C(
138
- e,
139
- "top",
140
- /*top*/
141
- o[7]
142
- ), _(i, "class", "tag svelte-t2hepc"), _(
143
- i,
144
- "data-tag-id",
145
- /*id*/
146
- o[12]
147
- ), b(
148
- i,
149
- "unClickable",
150
- /*tag*/
151
- o[1].config.clickable === !1
152
- ), b(
153
- i,
154
- "disable",
155
- /*disable*/
156
- o[11]
157
- ), b(
158
- i,
159
- "hide",
160
- /*hide*/
161
- o[10]
162
- ), b(
163
- i,
164
- "withAnimation",
165
- /*withAnimation*/
166
- o[0]
167
- );
168
- },
169
- m(n, m) {
170
- N(n, i, m), j(i, e), d[t].m(e, null), j(e, a), g[s].m(e, null), f = !0;
171
- },
172
- p(n, m) {
173
- let l = t;
174
- t = p(n), t === l ? d[t].p(n, m) : (q(), k(d[l], 1, 1, () => {
175
- d[l] = null;
176
- }), L(), r = d[t], r ? r.p(n, m) : (r = d[t] = S[t](n), r.c()), h(r, 1), r.m(e, a));
177
- let y = s;
178
- s = A(n), s === y ? g[s].p(n, m) : (q(), k(g[y], 1, 1, () => {
179
- g[y] = null;
180
- }), L(), c = g[s], c ? c.p(n, m) : (c = g[s] = T[s](n), c.c()), h(c, 1), c.m(e, null)), (!f || m & /*tag*/
181
- 2 && v !== (v = V(B(
182
- "wrapper",
183
- /*tag*/
184
- n[1].className ? `${/*tag*/
185
- n[1].className}__wrapper` : void 0
186
- )) + " svelte-t2hepc")) && _(e, "class", v), (!f || m & /*unfolded*/
187
- 512) && _(
188
- e,
189
- "data-tag-unfolded",
190
- /*unfolded*/
191
- n[9]
192
- ), (!f || m & /*id*/
193
- 4096) && _(
194
- e,
195
- "data-tag-id",
196
- /*id*/
197
- n[12]
198
- ), (!f || m & /*tag*/
199
- 2 && u !== (u = /*tag*/
200
- n[1].contentType)) && _(e, "data-content-type", u), m & /*left*/
201
- 256 && C(
202
- e,
203
- "left",
204
- /*left*/
205
- n[8]
206
- ), m & /*top*/
207
- 128 && C(
208
- e,
209
- "top",
210
- /*top*/
211
- n[7]
212
- ), (!f || m & /*id*/
213
- 4096) && _(
214
- i,
215
- "data-tag-id",
216
- /*id*/
217
- n[12]
218
- ), (!f || m & /*tag*/
219
- 2) && b(
220
- i,
221
- "unClickable",
222
- /*tag*/
223
- n[1].config.clickable === !1
224
- ), (!f || m & /*disable*/
225
- 2048) && b(
226
- i,
227
- "disable",
228
- /*disable*/
229
- n[11]
230
- ), (!f || m & /*hide*/
231
- 1024) && b(
232
- i,
233
- "hide",
234
- /*hide*/
235
- n[10]
236
- ), (!f || m & /*withAnimation*/
237
- 1) && b(
238
- i,
239
- "withAnimation",
240
- /*withAnimation*/
241
- n[0]
242
- );
243
- },
244
- i(n) {
245
- f || (h(r), h(c), f = !0);
246
- },
247
- o(n) {
248
- k(r), k(c), f = !1;
249
- },
250
- d(n) {
251
- n && P(i), d[t].d(), g[s].d();
252
- }
253
- };
254
- }
255
- function $(o) {
256
- let i;
97
+ function x(o) {
98
+ let e;
257
99
  return {
258
100
  c() {
259
- i = M("div"), _(i, "data-info", "tag point is disable");
101
+ e = C("div"), c(e, "data-info", "tag point is disable");
260
102
  },
261
- m(e, t) {
262
- N(e, i, t);
103
+ m(t, i) {
104
+ M(t, e, i);
263
105
  },
264
- p: w,
265
- i: w,
266
- o: w,
267
- d(e) {
268
- e && P(i);
106
+ p: y,
107
+ i: y,
108
+ o: y,
109
+ d(t) {
110
+ t && N(e);
269
111
  }
270
112
  };
271
113
  }
272
- function tt(o) {
273
- let i, e;
274
- return i = new Z({ props: { tag: (
114
+ function $(o) {
115
+ let e, t;
116
+ return e = new Y({ props: { tag: (
275
117
  /*tag*/
276
118
  o[1]
277
119
  ) } }), {
278
120
  c() {
279
- F(i.$$.fragment);
121
+ F(e.$$.fragment);
280
122
  },
281
- m(t, r) {
282
- G(i, t, r), e = !0;
123
+ m(i, p) {
124
+ G(e, i, p), t = !0;
283
125
  },
284
- p(t, r) {
285
- const a = {};
286
- r & /*tag*/
287
- 2 && (a.tag = /*tag*/
288
- t[1]), i.$set(a);
126
+ p(i, p) {
127
+ const m = {};
128
+ p & /*tag*/
129
+ 2 && (m.tag = /*tag*/
130
+ i[1]), e.$set(m);
289
131
  },
290
- i(t) {
291
- e || (h(i.$$.fragment, t), e = !0);
132
+ i(i) {
133
+ t || (v(e.$$.fragment, i), t = !0);
292
134
  },
293
- o(t) {
294
- k(i.$$.fragment, t), e = !1;
135
+ o(i) {
136
+ k(e.$$.fragment, i), t = !1;
295
137
  },
296
- d(t) {
297
- H(i, t);
138
+ d(i) {
139
+ H(e, i);
298
140
  }
299
141
  };
300
142
  }
301
- function et(o) {
302
- let i;
143
+ function tt(o) {
144
+ let e;
303
145
  return {
304
146
  c() {
305
- i = M("div"), _(i, "data-info", "tag content is disable");
147
+ e = C("div"), c(e, "data-info", "tag content is disable");
306
148
  },
307
- m(e, t) {
308
- N(e, i, t);
149
+ m(t, i) {
150
+ M(t, e, i);
309
151
  },
310
- p: w,
311
- i: w,
312
- o: w,
313
- d(e) {
314
- e && P(i);
152
+ p: y,
153
+ i: y,
154
+ o: y,
155
+ d(t) {
156
+ t && N(e);
315
157
  }
316
158
  };
317
159
  }
318
- function it(o) {
319
- let i, e;
320
- return i = new Y({
160
+ function et(o) {
161
+ let e, t;
162
+ return e = new X({
321
163
  props: {
322
164
  mediaStore: (
323
165
  /*mediaStore*/
@@ -327,13 +169,13 @@ function it(o) {
327
169
  /*withAnimation*/
328
170
  o[0]
329
171
  ),
330
- tag: z(
172
+ tag: B(
331
173
  /*tag*/
332
174
  o[1]
333
175
  ),
334
176
  hooks: (
335
177
  /*hooks*/
336
- o[15]
178
+ o[14]
337
179
  ),
338
180
  state: (
339
181
  /*state*/
@@ -350,116 +192,242 @@ function it(o) {
350
192
  }
351
193
  }), {
352
194
  c() {
353
- F(i.$$.fragment);
195
+ F(e.$$.fragment);
354
196
  },
355
- m(t, r) {
356
- G(i, t, r), e = !0;
197
+ m(i, p) {
198
+ G(e, i, p), t = !0;
357
199
  },
358
- p(t, r) {
359
- const a = {};
360
- r & /*mediaStore*/
361
- 4 && (a.mediaStore = /*mediaStore*/
362
- t[2]), r & /*withAnimation*/
363
- 1 && (a.withAnimation = /*withAnimation*/
364
- t[0]), r & /*tag*/
365
- 2 && (a.tag = z(
200
+ p(i, p) {
201
+ const m = {};
202
+ p & /*mediaStore*/
203
+ 4 && (m.mediaStore = /*mediaStore*/
204
+ i[2]), p & /*withAnimation*/
205
+ 1 && (m.withAnimation = /*withAnimation*/
206
+ i[0]), p & /*tag*/
207
+ 2 && (m.tag = B(
366
208
  /*tag*/
367
- t[1]
368
- )), r & /*state*/
369
- 16 && (a.state = /*state*/
370
- t[4]), r & /*temporaryState*/
371
- 32 && (a.temporaryState = /*temporaryState*/
372
- t[5]), r & /*renderMap*/
373
- 8 && (a.renderMap = /*renderMap*/
374
- t[3]), i.$set(a);
209
+ i[1]
210
+ )), p & /*state*/
211
+ 16 && (m.state = /*state*/
212
+ i[4]), p & /*temporaryState*/
213
+ 32 && (m.temporaryState = /*temporaryState*/
214
+ i[5]), p & /*renderMap*/
215
+ 8 && (m.renderMap = /*renderMap*/
216
+ i[3]), e.$set(m);
375
217
  },
376
- i(t) {
377
- e || (h(i.$$.fragment, t), e = !0);
218
+ i(i) {
219
+ t || (v(e.$$.fragment, i), t = !0);
378
220
  },
379
- o(t) {
380
- k(i.$$.fragment, t), e = !1;
221
+ o(i) {
222
+ k(e.$$.fragment, i), t = !1;
381
223
  },
382
- d(t) {
383
- H(i, t);
224
+ d(i) {
225
+ H(e, i);
384
226
  }
385
227
  };
386
228
  }
387
- function ot(o) {
388
- let i, e, t = (
389
- /*screenPosition*/
390
- o[6] && E(o)
391
- );
392
- return {
229
+ function it(o) {
230
+ let e, t, i, p, m, s, f, _, g, l;
231
+ const w = [$, x], a = [];
232
+ function S(n, r) {
233
+ return (
234
+ /*havePoint*/
235
+ n[13] ? 0 : 1
236
+ );
237
+ }
238
+ i = S(o), p = a[i] = w[i](o);
239
+ const T = [et, tt], u = [];
240
+ function A(n, r) {
241
+ return (
242
+ /*haveContent*/
243
+ n[12] ? 0 : 1
244
+ );
245
+ }
246
+ return s = A(o), f = u[s] = T[s](o), {
393
247
  c() {
394
- t && t.c(), i = U();
248
+ e = C("div"), t = C("div"), p.c(), m = U(), f.c(), c(t, "class", _ = R(E(
249
+ "wrapper",
250
+ /*tag*/
251
+ o[1].className ? `${/*tag*/
252
+ o[1].className}__wrapper` : void 0
253
+ )) + " svelte-t2hepc"), c(
254
+ t,
255
+ "data-tag-unfolded",
256
+ /*unfolded*/
257
+ o[8]
258
+ ), c(
259
+ t,
260
+ "data-tag-id",
261
+ /*id*/
262
+ o[11]
263
+ ), c(t, "data-content-type", g = /*tag*/
264
+ o[1].contentType), P(
265
+ t,
266
+ "left",
267
+ /*left*/
268
+ o[7]
269
+ ), P(
270
+ t,
271
+ "top",
272
+ /*top*/
273
+ o[6]
274
+ ), c(e, "class", "tag svelte-t2hepc"), c(
275
+ e,
276
+ "data-tag-id",
277
+ /*id*/
278
+ o[11]
279
+ ), d(
280
+ e,
281
+ "unClickable",
282
+ /*tag*/
283
+ o[1].config.clickable === !1
284
+ ), d(
285
+ e,
286
+ "disable",
287
+ /*disable*/
288
+ o[10]
289
+ ), d(
290
+ e,
291
+ "hide",
292
+ /*hide*/
293
+ o[9]
294
+ ), d(
295
+ e,
296
+ "withAnimation",
297
+ /*withAnimation*/
298
+ o[0]
299
+ );
395
300
  },
396
- m(r, a) {
397
- t && t.m(r, a), N(r, i, a), e = !0;
301
+ m(n, r) {
302
+ M(n, e, r), V(e, t), a[i].m(t, null), V(t, m), u[s].m(t, null), l = !0;
398
303
  },
399
- p(r, [a]) {
400
- /*screenPosition*/
401
- r[6] ? t ? (t.p(r, a), a & /*screenPosition*/
402
- 64 && h(t, 1)) : (t = E(r), t.c(), h(t, 1), t.m(i.parentNode, i)) : t && (q(), k(t, 1, 1, () => {
403
- t = null;
404
- }), L());
304
+ p(n, [r]) {
305
+ let h = i;
306
+ i = S(n), i === h ? a[i].p(n, r) : (z(), k(a[h], 1, 1, () => {
307
+ a[h] = null;
308
+ }), j(), p = a[i], p ? p.p(n, r) : (p = a[i] = w[i](n), p.c()), v(p, 1), p.m(t, m));
309
+ let b = s;
310
+ s = A(n), s === b ? u[s].p(n, r) : (z(), k(u[b], 1, 1, () => {
311
+ u[b] = null;
312
+ }), j(), f = u[s], f ? f.p(n, r) : (f = u[s] = T[s](n), f.c()), v(f, 1), f.m(t, null)), (!l || r & /*tag*/
313
+ 2 && _ !== (_ = R(E(
314
+ "wrapper",
315
+ /*tag*/
316
+ n[1].className ? `${/*tag*/
317
+ n[1].className}__wrapper` : void 0
318
+ )) + " svelte-t2hepc")) && c(t, "class", _), (!l || r & /*unfolded*/
319
+ 256) && c(
320
+ t,
321
+ "data-tag-unfolded",
322
+ /*unfolded*/
323
+ n[8]
324
+ ), (!l || r & /*id*/
325
+ 2048) && c(
326
+ t,
327
+ "data-tag-id",
328
+ /*id*/
329
+ n[11]
330
+ ), (!l || r & /*tag*/
331
+ 2 && g !== (g = /*tag*/
332
+ n[1].contentType)) && c(t, "data-content-type", g), r & /*left*/
333
+ 128 && P(
334
+ t,
335
+ "left",
336
+ /*left*/
337
+ n[7]
338
+ ), r & /*top*/
339
+ 64 && P(
340
+ t,
341
+ "top",
342
+ /*top*/
343
+ n[6]
344
+ ), (!l || r & /*id*/
345
+ 2048) && c(
346
+ e,
347
+ "data-tag-id",
348
+ /*id*/
349
+ n[11]
350
+ ), (!l || r & /*tag*/
351
+ 2) && d(
352
+ e,
353
+ "unClickable",
354
+ /*tag*/
355
+ n[1].config.clickable === !1
356
+ ), (!l || r & /*disable*/
357
+ 1024) && d(
358
+ e,
359
+ "disable",
360
+ /*disable*/
361
+ n[10]
362
+ ), (!l || r & /*hide*/
363
+ 512) && d(
364
+ e,
365
+ "hide",
366
+ /*hide*/
367
+ n[9]
368
+ ), (!l || r & /*withAnimation*/
369
+ 1) && d(
370
+ e,
371
+ "withAnimation",
372
+ /*withAnimation*/
373
+ n[0]
374
+ );
405
375
  },
406
- i(r) {
407
- e || (h(t), e = !0);
376
+ i(n) {
377
+ l || (v(p), v(f), l = !0);
408
378
  },
409
- o(r) {
410
- k(t), e = !1;
379
+ o(n) {
380
+ k(p), k(f), l = !1;
411
381
  },
412
- d(r) {
413
- t && t.d(r), r && P(i);
382
+ d(n) {
383
+ n && N(e), a[i].d(), u[s].d();
414
384
  }
415
385
  };
416
386
  }
417
- function rt(o, i, e) {
418
- let t, r, a, s, c, v, u, f, S, { withAnimation: d = !1 } = i, { tag: p } = i, { mediaStore: T } = i, { renderMap: g = /* @__PURE__ */ new Map() } = i, { state: A } = i, { temporaryState: n } = i;
419
- const m = W("hooks");
420
- return o.$$set = (l) => {
421
- "withAnimation" in l && e(0, d = l.withAnimation), "tag" in l && e(1, p = l.tag), "mediaStore" in l && e(2, T = l.mediaStore), "renderMap" in l && e(3, g = l.renderMap), "state" in l && e(4, A = l.state), "temporaryState" in l && e(5, n = l.temporaryState);
387
+ function ot(o, e, t) {
388
+ let i, p, m, s, f, _, g, l, { withAnimation: w = !1 } = e, { tag: a } = e, { mediaStore: S } = e, { renderMap: T = /* @__PURE__ */ new Map() } = e, { state: u } = e, { temporaryState: A } = e;
389
+ const n = W("hooks");
390
+ return o.$$set = (r) => {
391
+ "withAnimation" in r && t(0, w = r.withAnimation), "tag" in r && t(1, a = r.tag), "mediaStore" in r && t(2, S = r.mediaStore), "renderMap" in r && t(3, T = r.renderMap), "state" in r && t(4, u = r.state), "temporaryState" in r && t(5, A = r.temporaryState);
422
392
  }, o.$$.update = () => {
423
- var l, y, D;
393
+ var r, h, b, L, q;
424
394
  o.$$.dirty & /*tag*/
425
- 2 && e(14, t = (() => {
426
- var I, R;
427
- return !(((R = (I = p.style) == null ? void 0 : I.point) == null ? void 0 : R.enabled) === !1 || p.contentType === "Sticker" || p.contentType === "Link" || p.contentType === "VRLink" || p.contentType === "PanoLink" || p.contentType === "Audio" && p.data.appearance === "plane");
395
+ 2 && t(13, i = (() => {
396
+ var D, I;
397
+ return !(((I = (D = a.style) == null ? void 0 : D.point) == null ? void 0 : I.enabled) === !1 || a.contentType === "Sticker" || a.contentType === "Link" || a.contentType === "VRLink" || a.contentType === "PanoLink" || a.contentType === "Audio" && a.data.appearance === "plane");
428
398
  })()), o.$$.dirty & /*tag*/
429
- 2 && e(13, r = (() => p.stickType === "2DPoint")()), o.$$.dirty & /*tag*/
430
- 2 && e(12, a = p.id), o.$$.dirty & /*tag*/
431
- 2 && e(11, s = p.enabled === !1 || !p.state), o.$$.dirty & /*tag*/
432
- 2 && e(10, c = !((l = p.state) != null && l.visible) || ((y = p.temporaryState) == null ? void 0 : y.visible) === !1 || !p.screenPosition), o.$$.dirty & /*tag*/
433
- 2 && e(9, v = (D = p.state) == null ? void 0 : D.unfolded), o.$$.dirty & /*tag*/
434
- 2 && e(6, u = p.screenPosition), o.$$.dirty & /*screenPosition*/
435
- 64 && e(8, f = (u == null ? void 0 : u.leftPercent) + "%"), o.$$.dirty & /*screenPosition*/
436
- 64 && e(7, S = (u == null ? void 0 : u.topPercent) + "%");
399
+ 2 && t(12, p = (() => a.stickType === "2DPoint")()), o.$$.dirty & /*tag*/
400
+ 2 && t(11, m = a.id), o.$$.dirty & /*tag*/
401
+ 2 && t(10, s = a.enabled === !1 || !a.state), o.$$.dirty & /*tag*/
402
+ 2 && t(9, f = !((r = a.state) != null && r.visible) || ((h = a.temporaryState) == null ? void 0 : h.visible) === !1 || !a.screenPosition), o.$$.dirty & /*tag*/
403
+ 2 && t(8, _ = (b = a.state) == null ? void 0 : b.unfolded), o.$$.dirty & /*tag*/
404
+ 2 && t(7, g = ((L = a.screenPosition) == null ? void 0 : L.leftPercent) + "%"), o.$$.dirty & /*tag*/
405
+ 2 && t(6, l = ((q = a.screenPosition) == null ? void 0 : q.topPercent) + "%");
437
406
  }, [
438
- d,
439
- p,
407
+ w,
408
+ a,
409
+ S,
440
410
  T,
441
- g,
442
- A,
443
- n,
444
411
  u,
445
- S,
412
+ A,
413
+ l,
414
+ g,
415
+ _,
446
416
  f,
447
- v,
448
- c,
449
417
  s,
450
- a,
451
- r,
452
- t,
453
- m
418
+ m,
419
+ p,
420
+ i,
421
+ n
454
422
  ];
455
423
  }
456
- class Ke extends J {
457
- constructor(i) {
424
+ class Je extends J {
425
+ constructor(e) {
458
426
  super(), K(
459
427
  this,
460
- i,
461
- rt,
428
+ e,
462
429
  ot,
430
+ it,
463
431
  O,
464
432
  {
465
433
  withAnimation: 0,
@@ -469,10 +437,10 @@ class Ke extends J {
469
437
  state: 4,
470
438
  temporaryState: 5
471
439
  },
472
- x
440
+ Z
473
441
  );
474
442
  }
475
443
  }
476
444
  export {
477
- Ke as default
445
+ Je as default
478
446
  };
@@ -17,6 +17,10 @@ export declare abstract class TagComputer extends TagUtil {
17
17
  getUnfoldedByCamera(tag: TagInstance): boolean;
18
18
  protected setTagZIndex(tags: TagInstance[]): void;
19
19
  protected calculateTagZIndex(tag: TagInstance): number;
20
+ /**
21
+ * @description: 一个点的标签
22
+ */
23
+ protected setPointTagPosition(): void;
20
24
  protected setVisible(tags?: TagInstance[]): void;
21
25
  protected setUnfoldedByPanoIndex(): void;
22
26
  /**