@realsee/dnalogel 3.28.11 → 3.29.0

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