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