@realsee/dnalogel 3.65.5 → 3.66.0-alpha.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 (487) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/PanoTagPlugin/Components/Common/TagPopover.svelte.d.ts +1 -0
  3. package/dist/PanoTagPlugin/Components/Common/TagPopoverArrow.svelte.d.ts +1 -0
  4. package/dist/PanoTagPlugin/controller/Tag/PointTag.d.ts +3 -0
  5. package/dist/PanoTagPlugin/typings/controller.d.ts +13 -0
  6. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +60 -0
  7. package/dist/floorplan/typings/floorplanData.d.ts +2 -0
  8. package/dist/floorplan/typings/floorplanServerData.d.ts +2 -0
  9. package/dist/index.cjs.js +79 -79
  10. package/dist/index.js +11304 -10234
  11. package/dist/index.umd.js +70 -70
  12. package/docs/assets/search.js +1 -1
  13. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +2 -2
  14. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +2 -2
  15. package/docs/classes/CSS3DRender.html +2 -2
  16. package/docs/classes/GuideLineItem.GuideLineItem.html +2 -2
  17. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +2 -2
  18. package/docs/classes/ModelMakerPluginInstance.html +2 -2
  19. package/docs/classes/ModelMakerPluginType.ModelMakerBoxItem.html +2 -2
  20. package/docs/classes/ModelMakerPluginType.ModelMakerPolygonItem.html +2 -2
  21. package/docs/classes/ModelMakerPluginType.ModelMakerPrismItem.html +2 -2
  22. package/docs/classes/ModelRoomLabelController.html +2 -2
  23. package/docs/classes/MoveController.html +2 -2
  24. package/docs/classes/Object3DHelperController.html +2 -2
  25. package/docs/classes/PaintBrush.html +2 -2
  26. package/docs/classes/PanoMeasurePluginLine.html +2 -2
  27. package/docs/classes/PanoMeasurePluginModel.html +2 -2
  28. package/docs/classes/PanoMeasurePluginPoint.html +2 -2
  29. package/docs/classes/PanoMeasurePluginPolyline.html +2 -2
  30. package/docs/classes/PanoTagPluginController.html +2 -2
  31. package/docs/classes/Sculpt.html +2 -2
  32. package/docs/classes/Util.BetterTween.html +2 -2
  33. package/docs/classes/Util.FiveDomEvents.html +2 -2
  34. package/docs/classes/Util.FivePuppet.html +2 -2
  35. package/docs/classes/Util.Interval.html +2 -2
  36. package/docs/classes/Util.LegacyPointHelper.html +2 -2
  37. package/docs/classes/Util.LightTag.html +2 -2
  38. package/docs/classes/Util.LineSegments.html +2 -2
  39. package/docs/classes/Util.Magnifier.html +2 -2
  40. package/docs/classes/Util.Object3D.html +2 -2
  41. package/docs/classes/Util.PointDomHelper.html +2 -2
  42. package/docs/classes/Util.PointHelper.html +2 -2
  43. package/docs/classes/Util.PointSelector.html +2 -2
  44. package/docs/classes/Util.PointSelectorHelper.html +2 -2
  45. package/docs/classes/Util.Rectangle.html +2 -2
  46. package/docs/classes/Util.sculpt.BaseEditor.html +2 -2
  47. package/docs/classes/Util.sculpt.BoxMesh.html +2 -2
  48. package/docs/classes/Util.sculpt.BoxMeshEditor.html +2 -2
  49. package/docs/classes/Util.sculpt.CircleMesh.html +2 -2
  50. package/docs/classes/Util.sculpt.CircleMeshEditor.html +2 -2
  51. package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +2 -2
  52. package/docs/classes/Util.sculpt.CylinderMesh.html +2 -2
  53. package/docs/classes/Util.sculpt.CylinderMeshEditor.html +2 -2
  54. package/docs/classes/Util.sculpt.LineMesh.html +2 -2
  55. package/docs/classes/Util.sculpt.PointMesh.html +2 -2
  56. package/docs/classes/Util.sculpt.PolygonMesh.html +2 -2
  57. package/docs/classes/Util.sculpt.PrismMesh.html +2 -2
  58. package/docs/classes/Util.sculpt.PrismMeshEditor.html +2 -2
  59. package/docs/classes/Util.sculpt.RectangleMesh.html +2 -2
  60. package/docs/classes/Util.sculpt.RectangleMeshEditor.html +2 -2
  61. package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +2 -2
  62. package/docs/classes/WalkController.html +2 -2
  63. package/docs/enums/CameraMovementEffect.html +2 -2
  64. package/docs/enums/ContentType.html +2 -2
  65. package/docs/enums/DIRECTION.html +2 -2
  66. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +2 -2
  67. package/docs/enums/DimensionType.html +2 -2
  68. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +2 -2
  69. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +2 -2
  70. package/docs/enums/PaintBrushTypeEnum.html +2 -2
  71. package/docs/enums/PointType.html +2 -2
  72. package/docs/enums/Rotation.html +2 -2
  73. package/docs/functions/AreaMakerPlugin.html +1 -1
  74. package/docs/functions/CSS3DRenderPlugin.html +1 -1
  75. package/docs/functions/CameraMovementPlugin.html +2 -2
  76. package/docs/functions/CruisePlugin.html +1 -1
  77. package/docs/functions/CurrentPanoImagePlugin.html +1 -1
  78. package/docs/functions/GuideLinePlugin.html +1 -1
  79. package/docs/functions/ItemLabelPlugin.html +1 -1
  80. package/docs/functions/MapviewFloorplanPlugin.html +1 -1
  81. package/docs/functions/MeasurePlugin.html +1 -1
  82. package/docs/functions/ModelChassisCompassPlugin.html +2 -2
  83. package/docs/functions/ModelEntryDoorGuidePlugin.html +2 -2
  84. package/docs/functions/ModelFloorplanPlugin.html +1 -1
  85. package/docs/functions/ModelItemLabelPlugin.html +1 -1
  86. package/docs/functions/ModelMakerPlugin.html +1 -1
  87. package/docs/functions/ModelRoomLabelPlugin.html +1 -1
  88. package/docs/functions/ModelTVVideoPlugin.html +1 -1
  89. package/docs/functions/ModelViewPlugin.html +2 -2
  90. package/docs/functions/MovePlugin.html +1 -1
  91. package/docs/functions/Object3DHelperPlugin.html +1 -1
  92. package/docs/functions/PanoCompassPlugin.html +1 -1
  93. package/docs/functions/PanoCursorRaycasterPlugin.html +2 -2
  94. package/docs/functions/PanoDoorLabelPlugin.html +1 -1
  95. package/docs/functions/PanoFloorplanRadarPlugin.html +1 -1
  96. package/docs/functions/PanoMeasurePlugin.html +1 -1
  97. package/docs/functions/PanoRulerPlugin.html +2 -2
  98. package/docs/functions/PanoRulerProPlugin.html +2 -2
  99. package/docs/functions/PanoSpatialTagPlugin.html +2 -2
  100. package/docs/functions/PanoTagPlugin.html +1 -1
  101. package/docs/functions/PanoVideoPlugin.html +2 -2
  102. package/docs/functions/PipelinePlugin.html +1 -1
  103. package/docs/functions/SculptPlugin.html +2 -2
  104. package/docs/functions/TopviewFloorplanPlugin.html +1 -1
  105. package/docs/functions/Util.absoluteUrl.html +2 -2
  106. package/docs/functions/Util.awaitNextFrame.html +1 -1
  107. package/docs/functions/Util.blink.html +2 -2
  108. package/docs/functions/Util.bounding.html +1 -1
  109. package/docs/functions/Util.boundingBox.html +1 -1
  110. package/docs/functions/Util.boundingSphere.html +1 -1
  111. package/docs/functions/Util.boxVertex.html +2 -2
  112. package/docs/functions/Util.boxVertexes.html +1 -1
  113. package/docs/functions/Util.checkFiveModelLoaded.html +2 -2
  114. package/docs/functions/Util.convexHull.html +2 -2
  115. package/docs/functions/Util.equal.html +2 -2
  116. package/docs/functions/Util.fiveModelIsLoaded.html +2 -2
  117. package/docs/functions/Util.getCoordsFromClient.html +1 -1
  118. package/docs/functions/Util.getCoordsFromElement.html +1 -1
  119. package/docs/functions/Util.getFrameTime.html +2 -2
  120. package/docs/functions/Util.getIntersectFromRelativePosition.html +1 -1
  121. package/docs/functions/Util.getRaycasterFromFivePointer.html +1 -1
  122. package/docs/functions/Util.initialCSS3DRender.html +1 -1
  123. package/docs/functions/Util.inside.html +1 -1
  124. package/docs/functions/Util.isAbsoluteURL.html +1 -1
  125. package/docs/functions/Util.isModelLike.html +1 -1
  126. package/docs/functions/Util.isNil.html +2 -2
  127. package/docs/functions/Util.isPanoramaLike.html +1 -1
  128. package/docs/functions/Util.lookObject.html +2 -2
  129. package/docs/functions/Util.lookPoint.html +2 -2
  130. package/docs/functions/Util.nextFrame.html +1 -1
  131. package/docs/functions/Util.notNil.html +2 -2
  132. package/docs/functions/Util.reblink.html +2 -2
  133. package/docs/functions/Util.requestAnimationFrameInterval.html +2 -2
  134. package/docs/functions/Util.sculpt.createBox.html +1 -1
  135. package/docs/functions/Util.sculpt.createCircle.html +1 -1
  136. package/docs/functions/Util.sculpt.createCylinder.html +1 -1
  137. package/docs/functions/Util.sculpt.createLine.html +2 -2
  138. package/docs/functions/Util.sculpt.createPoint.html +1 -1
  139. package/docs/functions/Util.sculpt.createPolygon.html +1 -1
  140. package/docs/functions/Util.sculpt.createPrism.html +1 -1
  141. package/docs/functions/Util.sculpt.createRectangle.html +2 -2
  142. package/docs/functions/Util.tag.html +1 -1
  143. package/docs/functions/Util.tweenProgress.html +1 -1
  144. package/docs/functions/Util.uuid.html +2 -2
  145. package/docs/functions/Util.waitFiveModelLoaded.html +2 -2
  146. package/docs/functions/Util.worldBounding.html +1 -1
  147. package/docs/functions/Util.worldBoundingBox.html +1 -1
  148. package/docs/functions/Util.worldBoundingSphere.html +1 -1
  149. package/docs/functions/createPolyline.html +2 -2
  150. package/docs/functions/pluginFlag.html +1 -1
  151. package/docs/hierarchy.html +1 -1
  152. package/docs/index.html +2 -2
  153. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +2 -2
  154. package/docs/interfaces/AreaMakerPluginType.Config.html +2 -2
  155. package/docs/interfaces/AreaMakerPluginType.EventMap.html +2 -2
  156. package/docs/interfaces/AreaMakerPluginType.Params.html +2 -2
  157. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +2 -2
  158. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +2 -2
  159. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +2 -2
  160. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +2 -2
  161. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +2 -2
  162. package/docs/interfaces/AreaMakerPluginType.State.html +2 -2
  163. package/docs/interfaces/CSS3DRenderPluginEventMap.html +2 -2
  164. package/docs/interfaces/CSS3DRenderPluginState.html +2 -2
  165. package/docs/interfaces/CameraMovementPluginExportType.html +2 -2
  166. package/docs/interfaces/ContentTypeMapInterface.html +2 -2
  167. package/docs/interfaces/CruisePluginTypes.Config.html +2 -2
  168. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +2 -2
  169. package/docs/interfaces/CruisePluginTypes.EventMap.html +2 -2
  170. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +2 -2
  171. package/docs/interfaces/CruisePluginTypes.MoveAction.html +2 -2
  172. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +2 -2
  173. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +2 -2
  174. package/docs/interfaces/CruisePluginTypes.PluginData.html +2 -2
  175. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +2 -2
  176. package/docs/interfaces/CruisePluginTypes.PluginState.html +2 -2
  177. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +2 -2
  178. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +2 -2
  179. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +2 -2
  180. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +2 -2
  181. package/docs/interfaces/CurrentPanoImagePluginType.State.html +2 -2
  182. package/docs/interfaces/FloorplanBounding.html +2 -2
  183. package/docs/interfaces/FloorplanData.html +3 -3
  184. package/docs/interfaces/FloorplanEntrance.html +2 -2
  185. package/docs/interfaces/FloorplanExtraObject.html +5 -5
  186. package/docs/interfaces/FloorplanExtraObject3D.html +3 -3
  187. package/docs/interfaces/FloorplanFloorData.html +5 -3
  188. package/docs/interfaces/FloorplanImagePosition.html +2 -2
  189. package/docs/interfaces/FloorplanObserver.html +3 -3
  190. package/docs/interfaces/FloorplanOutlineItem.html +2 -2
  191. package/docs/interfaces/FloorplanPosition.html +2 -2
  192. package/docs/interfaces/FloorplanRoomItem.html +2 -2
  193. package/docs/interfaces/FloorplanRoomLabelItem.html +2 -2
  194. package/docs/interfaces/FloorplanServerBounding.html +2 -2
  195. package/docs/interfaces/FloorplanServerComputedData.html +2 -2
  196. package/docs/interfaces/FloorplanServerData.html +3 -3
  197. package/docs/interfaces/FloorplanServerDoorItem.html +2 -2
  198. package/docs/interfaces/FloorplanServerDoorPosition.html +2 -2
  199. package/docs/interfaces/FloorplanServerEntrance.html +2 -2
  200. package/docs/interfaces/FloorplanServerFloorData.html +5 -3
  201. package/docs/interfaces/FloorplanServerImagePosition.html +2 -2
  202. package/docs/interfaces/FloorplanServerObserver.html +3 -3
  203. package/docs/interfaces/FloorplanServerOutlineItem.html +2 -2
  204. package/docs/interfaces/FloorplanServerPosition.html +2 -2
  205. package/docs/interfaces/FloorplanServerRoomItem.html +2 -2
  206. package/docs/interfaces/FloorplanServerRoomLabelItem.html +2 -2
  207. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +2 -2
  208. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +2 -2
  209. package/docs/interfaces/GuideLinePluginType.EventMap.html +2 -2
  210. package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +2 -2
  211. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +2 -2
  212. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +2 -2
  213. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +2 -2
  214. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +2 -2
  215. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +2 -2
  216. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +2 -2
  217. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +2 -2
  218. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +2 -2
  219. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +1 -1
  220. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +2 -2
  221. package/docs/interfaces/GuideLinePluginType.PluginState.html +2 -2
  222. package/docs/interfaces/GuideLinePluginType.Route.html +2 -2
  223. package/docs/interfaces/HelperOffset.html +2 -2
  224. package/docs/interfaces/ImagePlaneGroup.html +2 -2
  225. package/docs/interfaces/ItemLabelPluginData.html +2 -2
  226. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +2 -2
  227. package/docs/interfaces/ItemLabelPluginParametersType.html +2 -2
  228. package/docs/interfaces/MinMax.html +2 -2
  229. package/docs/interfaces/ModelChassisCompassPluginData.html +2 -2
  230. package/docs/interfaces/ModelChassisCompassPluginExportType.html +2 -2
  231. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +2 -2
  232. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +2 -2
  233. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +2 -2
  234. package/docs/interfaces/ModelItemLabelPluginData.html +2 -2
  235. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +2 -2
  236. package/docs/interfaces/ModelItemLabelPluginParametersType.html +2 -2
  237. package/docs/interfaces/ModelMakerPluginType.BoxItemObjectData.html +2 -2
  238. package/docs/interfaces/ModelMakerPluginType.EventMap.html +2 -2
  239. package/docs/interfaces/ModelMakerPluginType.PrismItemObjectData.html +2 -2
  240. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +2 -2
  241. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +2 -2
  242. package/docs/interfaces/ModelMakerPluginType.ServerData.html +2 -2
  243. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +2 -2
  244. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +2 -2
  245. package/docs/interfaces/ModelMakerPluginType.State.html +2 -2
  246. package/docs/interfaces/ModelMakerPluginType.TrianglesItemObjectData.html +2 -2
  247. package/docs/interfaces/ModelRoomLabelPluginData.html +2 -2
  248. package/docs/interfaces/ModelTVVideoPluginData.html +2 -2
  249. package/docs/interfaces/ModelTVVideoPluginExportType.html +2 -2
  250. package/docs/interfaces/ModelTVVideoPluginParameterType.html +2 -2
  251. package/docs/interfaces/ModelViewPluginExportType.html +2 -2
  252. package/docs/interfaces/Object3DHelperState.html +2 -2
  253. package/docs/interfaces/ObjectHelperControllers.html +2 -2
  254. package/docs/interfaces/PaintBrushAction.html +2 -2
  255. package/docs/interfaces/PaintBrushConfigs.html +2 -2
  256. package/docs/interfaces/PaintBrushState.html +2 -2
  257. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +2 -2
  258. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +1 -1
  259. package/docs/interfaces/PanoMeasureParameterType.html +2 -2
  260. package/docs/interfaces/PanoMeasurePluginLineJson.html +2 -2
  261. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +2 -2
  262. package/docs/interfaces/PanoMeasurePluginPointJson.html +2 -2
  263. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +2 -2
  264. package/docs/interfaces/PanoRulerPluginExportType.html +2 -2
  265. package/docs/interfaces/PanoRulerPluginOptions.html +2 -2
  266. package/docs/interfaces/PanoRulerPluginParameterType.html +2 -2
  267. package/docs/interfaces/PanoRulerProPluginExportType.html +2 -2
  268. package/docs/interfaces/PanoRulerProPluginOptions.html +2 -2
  269. package/docs/interfaces/PanoRulerProPluginParameterType.html +2 -2
  270. package/docs/interfaces/PanoRulerProPluginState.html +2 -2
  271. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +1 -1
  272. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +1 -1
  273. package/docs/interfaces/PanoSpatialTagPluginData.html +2 -2
  274. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +2 -2
  275. package/docs/interfaces/PanoSpatialTagPluginExportType.html +2 -2
  276. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +2 -2
  277. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +2 -2
  278. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +2 -2
  279. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +2 -2
  280. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +2 -2
  281. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +2 -2
  282. package/docs/interfaces/PanoVideoPluginType.PluginData.html +2 -2
  283. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +2 -2
  284. package/docs/interfaces/PanoVideoPluginType.PluginState.html +2 -2
  285. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +2 -2
  286. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +2 -2
  287. package/docs/interfaces/PluginEventMap.html +4 -4
  288. package/docs/interfaces/Point.html +2 -2
  289. package/docs/interfaces/Room.html +2 -2
  290. package/docs/interfaces/RoomInfo.html +2 -2
  291. package/docs/interfaces/RoomLabel.html +2 -2
  292. package/docs/interfaces/RoomRules.html +1 -1
  293. package/docs/interfaces/Rooms.html +1 -1
  294. package/docs/interfaces/Scissor.html +2 -2
  295. package/docs/interfaces/State.html +2 -2
  296. package/docs/interfaces/TagCacheInterface.html +3 -3
  297. package/docs/interfaces/TagConfig.html +75 -40
  298. package/docs/interfaces/TagGLTFObjectGroup.html +2 -2
  299. package/docs/interfaces/TagIconUrl.html +2 -2
  300. package/docs/interfaces/TagObjectGroup.html +2 -2
  301. package/docs/interfaces/TagStyle.html +2 -2
  302. package/docs/interfaces/Tags.html +2 -2
  303. package/docs/interfaces/TemporaryState.html +2 -2
  304. package/docs/interfaces/Util.AnimeInstance.html +2 -2
  305. package/docs/interfaces/Util.BlinkAnimeOptions.html +2 -2
  306. package/docs/interfaces/Util.EventHandlerConfig.html +2 -2
  307. package/docs/interfaces/Util.FiveDomEvent.html +2 -2
  308. package/docs/interfaces/Util.FiveDomEventMap.html +2 -2
  309. package/docs/interfaces/Util.LegacyMouseGroupParameter.html +2 -2
  310. package/docs/interfaces/Util.MagnifierParameter.html +2 -2
  311. package/docs/interfaces/Util.MouseGroupParameter.html +2 -2
  312. package/docs/interfaces/Util.PointIntersection.html +2 -2
  313. package/docs/interfaces/Util.PointSelectorHelperConfig.html +2 -2
  314. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +2 -2
  315. package/docs/modules/AreaMakerPluginType.html +2 -2
  316. package/docs/modules/CruisePluginTypes.html +2 -2
  317. package/docs/modules/CurrentPanoImagePluginType.html +2 -2
  318. package/docs/modules/GuideLineItem.html +2 -2
  319. package/docs/modules/GuideLineModeItem.html +2 -2
  320. package/docs/modules/GuideLinePluginType.html +2 -2
  321. package/docs/modules/ModelMakerPluginType.html +2 -2
  322. package/docs/modules/PanoVideoPluginType.html +2 -2
  323. package/docs/modules/SculptData.html +2 -2
  324. package/docs/modules/SculptType.html +2 -2
  325. package/docs/modules/Util.html +2 -2
  326. package/docs/modules/Util.sculpt.html +2 -2
  327. package/docs/modules.html +2 -2
  328. package/docs/types/AddObject3DHelperConfig.html +2 -2
  329. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +2 -2
  330. package/docs/types/AreaMakerPluginType.ItemRenderer.html +1 -1
  331. package/docs/types/AreaMakerPluginType.PluginData.html +2 -2
  332. package/docs/types/AreaMakerPluginType.ServerData.html +2 -2
  333. package/docs/types/ArrayPosition.html +1 -1
  334. package/docs/types/AudioAppearance.html +1 -1
  335. package/docs/types/CSS3DRenderExportType.html +1 -1
  336. package/docs/types/CSS3DRenderPluginExportType.html +1 -1
  337. package/docs/types/CSS3DRenderPluginParameterType.html +1 -1
  338. package/docs/types/ClassFunctionParameters.html +1 -1
  339. package/docs/types/Color.html +1 -1
  340. package/docs/types/ContentTypeConfigKey.html +1 -1
  341. package/docs/types/ContentTypeConfigKeySplit.html +1 -1
  342. package/docs/types/ContentTypeMap.html +1 -1
  343. package/docs/types/Create3DDomContainerReturnType.html +1 -1
  344. package/docs/types/Create3DElementReturnType.html +1 -1
  345. package/docs/types/CruisePluginExportType.html +1 -1
  346. package/docs/types/CruisePluginTypes.CruiseData.html +2 -2
  347. package/docs/types/CruisePluginTypes.MoveEffect.html +1 -1
  348. package/docs/types/CurrentPanoImagePluginExportType.html +1 -1
  349. package/docs/types/DeprecatedMediaPlaneProperty.html +2 -2
  350. package/docs/types/DeprecatedTagProperty.html +2 -2
  351. package/docs/types/Direction-1.html +1 -1
  352. package/docs/types/Direction4.html +1 -1
  353. package/docs/types/ElementRenderer.html +2 -2
  354. package/docs/types/FloorplanRuleLabels.html +2 -2
  355. package/docs/types/FloorplanServerRuleLabels.html +1 -1
  356. package/docs/types/GuideLinePluginExportType.html +1 -1
  357. package/docs/types/GuideLinePluginType.GuideLineItem.html +2 -2
  358. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +1 -1
  359. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +1 -1
  360. package/docs/types/GuideLinePluginType.GuideLineStyle.html +2 -2
  361. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +2 -2
  362. package/docs/types/GuideLinePluginType.PathItem.html +2 -2
  363. package/docs/types/GuideLinePluginType.PluginData.html +2 -2
  364. package/docs/types/GuideLinePluginType.RouteConfig.html +2 -2
  365. package/docs/types/HelperEventMap.html +1 -1
  366. package/docs/types/InternalHelperEventMap.html +1 -1
  367. package/docs/types/MapviewFloorplanPluginParameterType.html +1 -1
  368. package/docs/types/MapviewFloorplanPluginReturnType.html +1 -1
  369. package/docs/types/MeasurePluginConfig.html +1 -1
  370. package/docs/types/MediaData.html +2 -2
  371. package/docs/types/MediaStore.html +1 -1
  372. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +1 -1
  373. package/docs/types/ModelFloorplanPluginParameterType.html +1 -1
  374. package/docs/types/ModelFloorplanPluginReturnType.html +1 -1
  375. package/docs/types/ModelId.html +1 -1
  376. package/docs/types/ModelMakerPluginType.ElementRenderer.html +1 -1
  377. package/docs/types/ModelMakerPluginType.ItemType.html +2 -2
  378. package/docs/types/ModelMakerPluginType.MarkerItem.html +1 -1
  379. package/docs/types/ModelMakerPluginType.ServerItem.html +2 -2
  380. package/docs/types/ModelRoomLabelPluginParameters.html +1 -1
  381. package/docs/types/ModelRoomLabelPluginReturnType.html +1 -1
  382. package/docs/types/MoveArgs.html +2 -2
  383. package/docs/types/MoveOpts.html +2 -2
  384. package/docs/types/Object3DHelperEventMap.html +1 -1
  385. package/docs/types/ObjectFit.html +1 -1
  386. package/docs/types/PaintBrushEventMap.html +1 -1
  387. package/docs/types/PanoCompassPluginData.html +1 -1
  388. package/docs/types/PanoCompassPluginExportType.html +1 -1
  389. package/docs/types/PanoCompassPluginParameterType.html +1 -1
  390. package/docs/types/PanoFloorplanRadarPluginParameterType.html +1 -1
  391. package/docs/types/PanoFloorplanRadarPluginReturnType.html +1 -1
  392. package/docs/types/PanoIndex.html +1 -1
  393. package/docs/types/PanoMeasurePluginEvent.html +1 -1
  394. package/docs/types/PanoMeasureReturnType.html +1 -1
  395. package/docs/types/PanoSpatialTagPluginId.html +1 -1
  396. package/docs/types/PanoTagPluginExportInterface.html +1 -1
  397. package/docs/types/PanoTagPluginParamsInterface.html +1 -1
  398. package/docs/types/PanoVideoPluginParameterType.html +1 -1
  399. package/docs/types/PanoVideoPluginReturnType.html +1 -1
  400. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +2 -2
  401. package/docs/types/PipelinePluginParameterType.html +1 -1
  402. package/docs/types/PipelinePluginReturnType.html +1 -1
  403. package/docs/types/PlaneTag.html +2 -2
  404. package/docs/types/Point2DTag.html +2 -2
  405. package/docs/types/Point3DTag.html +2 -2
  406. package/docs/types/PointTagInstance.html +1 -1
  407. package/docs/types/Position.html +1 -1
  408. package/docs/types/PositionFrom.html +1 -1
  409. package/docs/types/RotateArgs.html +2 -2
  410. package/docs/types/RotateOpts.html +2 -2
  411. package/docs/types/RuleLabelsKey.html +1 -1
  412. package/docs/types/RuleLabelsValue.html +1 -1
  413. package/docs/types/ScaleCallback.html +1 -1
  414. package/docs/types/ScalePosition.html +2 -2
  415. package/docs/types/SculptData.BoxData.html +1 -1
  416. package/docs/types/SculptData.CircleData.html +1 -1
  417. package/docs/types/SculptData.CylinderData.html +1 -1
  418. package/docs/types/SculptData.PointData.html +1 -1
  419. package/docs/types/SculptData.PolygonData.html +1 -1
  420. package/docs/types/SculptData.PolylineData.html +1 -1
  421. package/docs/types/SculptData.PrismData.html +1 -1
  422. package/docs/types/SculptData.RectangleData.html +1 -1
  423. package/docs/types/SculptType.Theme.html +2 -2
  424. package/docs/types/StickType.html +1 -1
  425. package/docs/types/Tag.html +2 -2
  426. package/docs/types/Tag2D.html +2 -2
  427. package/docs/types/Tag3D.html +2 -2
  428. package/docs/types/TagClickParams.html +1 -1
  429. package/docs/types/TagConfigByKey.html +1 -1
  430. package/docs/types/TagContentType.html +1 -1
  431. package/docs/types/TagContentTypeMapping.html +1 -1
  432. package/docs/types/TagDimensionType.html +1 -1
  433. package/docs/types/TagElement.html +2 -2
  434. package/docs/types/TagEvents.html +1 -1
  435. package/docs/types/TagGLTFObject.html +1 -1
  436. package/docs/types/TagHooks.html +1 -1
  437. package/docs/types/TagId.html +1 -1
  438. package/docs/types/TagInstance.html +1 -1
  439. package/docs/types/TagPointType.html +2 -2
  440. package/docs/types/TagRendererMap.html +1 -1
  441. package/docs/types/TopviewFloorplanPluginParameterType.html +1 -1
  442. package/docs/types/TopviewFloorplanPluginReturnType.html +1 -1
  443. package/docs/types/Util.ActionIfNoIntersection.html +1 -1
  444. package/docs/types/Util.AdherePoint.html +2 -2
  445. package/docs/types/Util.PointSelectorConfig.html +1 -1
  446. package/docs/types/WorkCode.html +1 -1
  447. package/docs/variables/FLOOR_TYPE_MAP.html +2 -2
  448. package/docs/variables/PLUGIN.html +1 -1
  449. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +2 -2
  450. package/docs/variables/ROOM_TYPE_MAP.html +2 -2
  451. package/docs/variables/Util.animeMap.html +1 -1
  452. package/docs/variables/defaultGlobalConfig.html +1 -1
  453. package/docs/variables/itemLabelPluginServerParams.html +1 -1
  454. package/docs/variables/modelItemLabelPluginServerParams.html +1 -1
  455. package/docs/variables/modelRoomLabelPluginServerParams.html +1 -1
  456. package/libs/CruisePlugin/Move.js +4 -2
  457. package/libs/CruisePlugin/Work.js +4 -2
  458. package/libs/CruisePlugin/index.js +8 -6
  459. package/libs/GuideLinePlugin/Controller.js +6 -4
  460. package/libs/GuideLinePlugin/GuideLineItem.js +4 -2
  461. package/libs/GuideLinePlugin/GuideLineModeItem.js +4 -2
  462. package/libs/GuideLinePlugin/index.js +8 -6
  463. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +314 -108
  464. package/libs/PanoTagPlugin/Components/Common/TagPopover.js +758 -0
  465. package/libs/PanoTagPlugin/Components/Common/TagPopover.svelte.d.ts +1 -0
  466. package/libs/PanoTagPlugin/Components/Common/TagPopoverArrow.js +88 -0
  467. package/libs/PanoTagPlugin/Components/Common/TagPopoverArrow.svelte.d.ts +1 -0
  468. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +161 -161
  469. package/libs/PanoTagPlugin/Components/Tag/index.js +136 -123
  470. package/libs/PanoTagPlugin/Components/TagContainer.js +4 -2
  471. package/libs/PanoTagPlugin/Components/TagItem.js +4 -2
  472. package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +97 -90
  473. package/libs/PanoTagPlugin/controller/Tag/PointTag.d.ts +3 -0
  474. package/libs/PanoTagPlugin/controller/Tag/PointTag.js +38 -26
  475. package/libs/PanoTagPlugin/controller/index.js +7 -5
  476. package/libs/PanoTagPlugin/index.js +13 -11
  477. package/libs/PanoTagPlugin/tag.config.js +14 -0
  478. package/libs/PanoTagPlugin/typings/controller.d.ts +13 -0
  479. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +60 -0
  480. package/libs/base/BasePlugin.js +1 -1
  481. package/libs/floorplan/Components/CurrentFloor.js +13 -13
  482. package/libs/floorplan/typings/floorplanData.d.ts +2 -0
  483. package/libs/floorplan/typings/floorplanServerData.d.ts +2 -0
  484. package/libs/floorplan/utils/formatData.js +6 -5
  485. package/libs/index.js +147 -145
  486. package/libs/shared-utils/logger.js +1 -1
  487. package/package.json +1 -1
@@ -1,12 +1,12 @@
1
- import { SvelteComponent as tA, init as iA, safe_not_equal as oA, append_styles as nA, empty as rA, insert as F, transition_out as w, check_outros as $, transition_in as k, detach as L, setContext as q, group_outros as AA, binding_callbacks as X, element as P, attr as _, noop as j, toggle_class as Q, null_to_empty as W, set_style as U, append as x, listen as eA, create_component as D, mount_component as M, destroy_component as v } from "../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as tA, init as iA, safe_not_equal as oA, append_styles as nA, empty as rA, insert as F, transition_out as w, check_outros as $, transition_in as C, detach as L, setContext as q, group_outros as AA, binding_callbacks as X, element as P, attr as Q, noop as j, toggle_class as _, null_to_empty as W, set_style as U, append as x, listen as eA, create_component as v, mount_component as D, destroy_component as M } from "../../../vendor/svelte/internal/index.js";
2
2
  import lA from "./TextTag/index.js";
3
3
  import aA from "./ImageTextTag.js";
4
4
  import mA from "./MarketingTag.js";
5
5
  import "three";
6
6
  import { noTypecheck as c } from "../../utils/noTypecheck.js";
7
7
  import pA from "./AudioTag/index.js";
8
- import sA from "./MediaPlane.js";
9
- import fA from "./LinkTag.js";
8
+ import fA from "./MediaPlane.js";
9
+ import sA from "./LinkTag.js";
10
10
  import gA from "./PanoramaTag.js";
11
11
  import uA from "./CustomTag.js";
12
12
  import { classnames as S } from "../../../vendor/classnames/index.js";
@@ -176,7 +176,7 @@ function _A(i) {
176
176
  let A, t;
177
177
  return {
178
178
  c() {
179
- A = P("div"), _(A, "data-info", "tag content is keep folded"), _(A, "data-id", t = /*tag*/
179
+ A = P("div"), Q(A, "data-info", "tag content is keep folded"), Q(A, "data-id", t = /*tag*/
180
180
  i[0].id);
181
181
  },
182
182
  m(e, n) {
@@ -185,7 +185,7 @@ function _A(i) {
185
185
  p(e, n) {
186
186
  n & /*tag*/
187
187
  1 && t !== (t = /*tag*/
188
- e[0].id) && _(A, "data-id", t);
188
+ e[0].id) && Q(A, "data-id", t);
189
189
  },
190
190
  i: j,
191
191
  o: j,
@@ -195,25 +195,25 @@ function _A(i) {
195
195
  };
196
196
  }
197
197
  function QA(i) {
198
- let A, t, e, n, l, d, g, m, o, p, s, u, b, h, B, E, T;
198
+ let A, t, e, n, l, d, g, m, o, f, p, u, k, h, B, E, T;
199
199
  const Y = [
200
- vA,
201
200
  MA,
202
201
  DA,
202
+ vA,
203
203
  hA,
204
+ kA,
204
205
  bA,
205
- CA,
206
- kA
207
- ], C = [];
208
- function J(r, f) {
209
- return f & /*tag, contentTypeMap*/
210
- 9 && (n = null), f & /*tag, contentTypeMap*/
211
- 9 && (l = null), f & /*tag, contentTypeMap*/
212
- 9 && (d = null), f & /*tag, contentTypeMap*/
213
- 9 && (g = null), f & /*tag, contentTypeMap*/
214
- 9 && (m = null), f & /*tag, contentTypeMap*/
215
- 9 && (o = null), f & /*tag, contentTypeMap*/
216
- 9 && (p = null), n == null && (n = !!(["Text"].includes(
206
+ CA
207
+ ], b = [];
208
+ function J(r, s) {
209
+ return s & /*tag, contentTypeMap*/
210
+ 9 && (n = null), s & /*tag, contentTypeMap*/
211
+ 9 && (l = null), s & /*tag, contentTypeMap*/
212
+ 9 && (d = null), s & /*tag, contentTypeMap*/
213
+ 9 && (g = null), s & /*tag, contentTypeMap*/
214
+ 9 && (m = null), s & /*tag, contentTypeMap*/
215
+ 9 && (o = null), s & /*tag, contentTypeMap*/
216
+ 9 && (f = null), n == null && (n = !!(["Text"].includes(
217
217
  /*tag*/
218
218
  r[0].contentType
219
219
  ) || ["Text"].includes(
@@ -267,7 +267,7 @@ function QA(i) {
267
267
  /*tag*/
268
268
  r[0].contentType
269
269
  )
270
- ))), o ? 5 : (p == null && (p = !!(["Panorama"].includes(
270
+ ))), o ? 5 : (f == null && (f = !!(["Panorama"].includes(
271
271
  /*tag*/
272
272
  r[0].contentType
273
273
  ) || ["Panorama"].includes(
@@ -276,32 +276,32 @@ function QA(i) {
276
276
  /*tag*/
277
277
  r[0].contentType
278
278
  )
279
- ))), p ? 6 : -1))))));
279
+ ))), f ? 6 : -1))))));
280
280
  }
281
- return ~(s = J(i, -1)) && (u = C[s] = Y[s](i)), {
281
+ return ~(p = J(i, -1)) && (u = b[p] = Y[p](i)), {
282
282
  c() {
283
283
  var r;
284
- A = P("div"), t = P("div"), e = P("div"), u && u.c(), _(e, "class", "content svelte-elzzn6"), Q(
284
+ A = P("div"), t = P("div"), e = P("div"), u && u.c(), Q(e, "class", "content svelte-elzzn6"), _(
285
285
  e,
286
286
  "unfolded",
287
287
  /*tag*/
288
288
  (r = i[0].state) == null ? void 0 : r.unfolded
289
- ), _(t, "class", "content__wrapper svelte-elzzn6"), _(A, "class", b = W(S(
289
+ ), Q(t, "class", "content__wrapper svelte-elzzn6"), Q(A, "class", k = W(S(
290
290
  "content__container",
291
291
  /*tag*/
292
292
  i[0].className
293
- )) + " svelte-elzzn6"), _(A, "data-id", h = /*tag*/
294
- i[0].id), Q(
293
+ )) + " svelte-elzzn6"), Q(A, "data-id", h = /*tag*/
294
+ i[0].id), _(
295
295
  A,
296
296
  "disable",
297
297
  /*tag*/
298
298
  i[0].enabled === !1
299
- ), Q(
299
+ ), _(
300
300
  A,
301
301
  "hide",
302
302
  /*isHide*/
303
303
  i[5]
304
- ), Q(
304
+ ), _(
305
305
  A,
306
306
  "unClickable",
307
307
  /*tag*/
@@ -320,8 +320,8 @@ function QA(i) {
320
320
  i[0].contentType === "MediaModel" ? "100%" : 0
321
321
  );
322
322
  },
323
- m(r, f) {
324
- F(r, A, f), x(A, t), x(t, e), ~s && C[s].m(e, null), i[16](A), B = !0, E || (T = eA(
323
+ m(r, s) {
324
+ F(r, A, s), x(A, t), x(t, e), ~p && b[p].m(e, null), i[16](A), B = !0, E || (T = eA(
325
325
  A,
326
326
  "click",
327
327
  /*click_handler_1*/
@@ -329,50 +329,50 @@ function QA(i) {
329
329
  !0
330
330
  ), E = !0);
331
331
  },
332
- p(r, f) {
332
+ p(r, s) {
333
333
  var a;
334
- let y = s;
335
- s = J(r, f), s === y ? ~s && C[s].p(r, f) : (u && (AA(), w(C[y], 1, 1, () => {
336
- C[y] = null;
337
- }), $()), ~s ? (u = C[s], u ? u.p(r, f) : (u = C[s] = Y[s](r), u.c()), k(u, 1), u.m(e, null)) : u = null), (!B || f & /*tag*/
338
- 1) && Q(
334
+ let y = p;
335
+ p = J(r, s), p === y ? ~p && b[p].p(r, s) : (u && (AA(), w(b[y], 1, 1, () => {
336
+ b[y] = null;
337
+ }), $()), ~p ? (u = b[p], u ? u.p(r, s) : (u = b[p] = Y[p](r), u.c()), C(u, 1), u.m(e, null)) : u = null), (!B || s & /*tag*/
338
+ 1) && _(
339
339
  e,
340
340
  "unfolded",
341
341
  /*tag*/
342
342
  (a = r[0].state) == null ? void 0 : a.unfolded
343
- ), (!B || f & /*tag*/
344
- 1 && b !== (b = W(S(
343
+ ), (!B || s & /*tag*/
344
+ 1 && k !== (k = W(S(
345
345
  "content__container",
346
346
  /*tag*/
347
347
  r[0].className
348
- )) + " svelte-elzzn6")) && _(A, "class", b), (!B || f & /*tag*/
348
+ )) + " svelte-elzzn6")) && Q(A, "class", k), (!B || s & /*tag*/
349
349
  1 && h !== (h = /*tag*/
350
- r[0].id)) && _(A, "data-id", h), (!B || f & /*tag, tag*/
351
- 1) && Q(
350
+ r[0].id)) && Q(A, "data-id", h), (!B || s & /*tag, tag*/
351
+ 1) && _(
352
352
  A,
353
353
  "disable",
354
354
  /*tag*/
355
355
  r[0].enabled === !1
356
- ), (!B || f & /*tag, isHide*/
357
- 33) && Q(
356
+ ), (!B || s & /*tag, isHide*/
357
+ 33) && _(
358
358
  A,
359
359
  "hide",
360
360
  /*isHide*/
361
361
  r[5]
362
- ), (!B || f & /*tag, tag*/
363
- 1) && Q(
362
+ ), (!B || s & /*tag, tag*/
363
+ 1) && _(
364
364
  A,
365
365
  "unClickable",
366
366
  /*tag*/
367
367
  r[0].config.clickable === !1
368
- ), f & /*tag*/
368
+ ), s & /*tag*/
369
369
  1 && U(
370
370
  A,
371
371
  "width",
372
372
  /*tag*/
373
373
  r[0].stickType === "Plane" || /*tag*/
374
374
  r[0].contentType === "MediaModel" ? "100%" : 0
375
- ), f & /*tag*/
375
+ ), s & /*tag*/
376
376
  1 && U(
377
377
  A,
378
378
  "height",
@@ -382,13 +382,13 @@ function QA(i) {
382
382
  );
383
383
  },
384
384
  i(r) {
385
- B || (k(u), B = !0);
385
+ B || (C(u), B = !0);
386
386
  },
387
387
  o(r) {
388
388
  w(u), B = !1;
389
389
  },
390
390
  d(r) {
391
- r && L(A), ~s && C[s].d(), i[16](null), E = !1, T();
391
+ r && L(A), ~p && b[p].d(), i[16](null), E = !1, T();
392
392
  }
393
393
  };
394
394
  }
@@ -407,25 +407,31 @@ function wA(i) {
407
407
  }
408
408
  }), {
409
409
  c() {
410
- A = P("div"), D(t.$$.fragment), _(A, "class", e = W(S(
410
+ var m;
411
+ A = P("div"), v(t.$$.fragment), Q(A, "class", e = W(S(
411
412
  "content__container",
412
413
  /*tag*/
413
414
  i[0].className
414
- )) + " svelte-elzzn6"), _(A, "data-id", n = /*tag*/
415
- i[0].id), Q(
415
+ )) + " svelte-elzzn6"), Q(A, "data-id", n = /*tag*/
416
+ i[0].id), _(
416
417
  A,
417
418
  "custom-tag-disable",
418
419
  /*tag*/
419
420
  i[0].enabled === !1
420
- ), Q(
421
+ ), _(
421
422
  A,
422
423
  "custom-tag-hide",
423
424
  /*isHide*/
424
425
  i[5]
426
+ ), _(
427
+ A,
428
+ "hover-mode-enabled",
429
+ /*tag*/
430
+ (m = i[0].config.hoverConfig) == null ? void 0 : m.enabled
425
431
  );
426
432
  },
427
433
  m(m, o) {
428
- F(m, A, o), M(t, A, null), i[14](A), l = !0, d || (g = eA(
434
+ F(m, A, o), D(t, A, null), i[14](A), l = !0, d || (g = eA(
429
435
  A,
430
436
  "click",
431
437
  /*click_handler*/
@@ -433,46 +439,53 @@ function wA(i) {
433
439
  ), d = !0);
434
440
  },
435
441
  p(m, o) {
436
- const p = {};
442
+ var p;
443
+ const f = {};
437
444
  o & /*tag*/
438
- 1 && (p.tag = c(
445
+ 1 && (f.tag = c(
439
446
  /*tag*/
440
447
  m[0]
441
448
  )), o & /*rendererMap*/
442
- 4 && (p.rendererMap = /*rendererMap*/
443
- m[2]), t.$set(p), (!l || o & /*tag*/
449
+ 4 && (f.rendererMap = /*rendererMap*/
450
+ m[2]), t.$set(f), (!l || o & /*tag*/
444
451
  1 && e !== (e = W(S(
445
452
  "content__container",
446
453
  /*tag*/
447
454
  m[0].className
448
- )) + " svelte-elzzn6")) && _(A, "class", e), (!l || o & /*tag*/
455
+ )) + " svelte-elzzn6")) && Q(A, "class", e), (!l || o & /*tag*/
449
456
  1 && n !== (n = /*tag*/
450
- m[0].id)) && _(A, "data-id", n), (!l || o & /*tag, tag*/
451
- 1) && Q(
457
+ m[0].id)) && Q(A, "data-id", n), (!l || o & /*tag, tag*/
458
+ 1) && _(
452
459
  A,
453
460
  "custom-tag-disable",
454
461
  /*tag*/
455
462
  m[0].enabled === !1
456
463
  ), (!l || o & /*tag, isHide*/
457
- 33) && Q(
464
+ 33) && _(
458
465
  A,
459
466
  "custom-tag-hide",
460
467
  /*isHide*/
461
468
  m[5]
469
+ ), (!l || o & /*tag, tag*/
470
+ 1) && _(
471
+ A,
472
+ "hover-mode-enabled",
473
+ /*tag*/
474
+ (p = m[0].config.hoverConfig) == null ? void 0 : p.enabled
462
475
  );
463
476
  },
464
477
  i(m) {
465
- l || (k(t.$$.fragment, m), l = !0);
478
+ l || (C(t.$$.fragment, m), l = !0);
466
479
  },
467
480
  o(m) {
468
481
  w(t.$$.fragment, m), l = !1;
469
482
  },
470
483
  d(m) {
471
- m && L(A), v(t), i[14](null), d = !1, g();
484
+ m && L(A), M(t), i[14](null), d = !1, g();
472
485
  }
473
486
  };
474
487
  }
475
- function kA(i) {
488
+ function CA(i) {
476
489
  let A, t;
477
490
  return A = new gA({
478
491
  props: { tag: c(
@@ -481,10 +494,10 @@ function kA(i) {
481
494
  ) }
482
495
  }), {
483
496
  c() {
484
- D(A.$$.fragment);
497
+ v(A.$$.fragment);
485
498
  },
486
499
  m(e, n) {
487
- M(A, e, n), t = !0;
500
+ D(A, e, n), t = !0;
488
501
  },
489
502
  p(e, n) {
490
503
  const l = {};
@@ -495,29 +508,29 @@ function kA(i) {
495
508
  )), A.$set(l);
496
509
  },
497
510
  i(e) {
498
- t || (k(A.$$.fragment, e), t = !0);
511
+ t || (C(A.$$.fragment, e), t = !0);
499
512
  },
500
513
  o(e) {
501
514
  w(A.$$.fragment, e), t = !1;
502
515
  },
503
516
  d(e) {
504
- v(A, e);
517
+ M(A, e);
505
518
  }
506
519
  };
507
520
  }
508
- function CA(i) {
521
+ function bA(i) {
509
522
  let A, t;
510
- return A = new sA({
523
+ return A = new fA({
511
524
  props: { tag: c(
512
525
  /*tag*/
513
526
  i[0]
514
527
  ) }
515
528
  }), {
516
529
  c() {
517
- D(A.$$.fragment);
530
+ v(A.$$.fragment);
518
531
  },
519
532
  m(e, n) {
520
- M(A, e, n), t = !0;
533
+ D(A, e, n), t = !0;
521
534
  },
522
535
  p(e, n) {
523
536
  const l = {};
@@ -528,29 +541,29 @@ function CA(i) {
528
541
  )), A.$set(l);
529
542
  },
530
543
  i(e) {
531
- t || (k(A.$$.fragment, e), t = !0);
544
+ t || (C(A.$$.fragment, e), t = !0);
532
545
  },
533
546
  o(e) {
534
547
  w(A.$$.fragment, e), t = !1;
535
548
  },
536
549
  d(e) {
537
- v(A, e);
550
+ M(A, e);
538
551
  }
539
552
  };
540
553
  }
541
- function bA(i) {
554
+ function kA(i) {
542
555
  let A, t;
543
- return A = new fA({
556
+ return A = new sA({
544
557
  props: { tag: c(
545
558
  /*tag*/
546
559
  i[0]
547
560
  ) }
548
561
  }), {
549
562
  c() {
550
- D(A.$$.fragment);
563
+ v(A.$$.fragment);
551
564
  },
552
565
  m(e, n) {
553
- M(A, e, n), t = !0;
566
+ D(A, e, n), t = !0;
554
567
  },
555
568
  p(e, n) {
556
569
  const l = {};
@@ -561,13 +574,13 @@ function bA(i) {
561
574
  )), A.$set(l);
562
575
  },
563
576
  i(e) {
564
- t || (k(A.$$.fragment, e), t = !0);
577
+ t || (C(A.$$.fragment, e), t = !0);
565
578
  },
566
579
  o(e) {
567
580
  w(A.$$.fragment, e), t = !1;
568
581
  },
569
582
  d(e) {
570
- v(A, e);
583
+ M(A, e);
571
584
  }
572
585
  };
573
586
  }
@@ -580,10 +593,10 @@ function hA(i) {
580
593
  ) }
581
594
  }), {
582
595
  c() {
583
- D(A.$$.fragment);
596
+ v(A.$$.fragment);
584
597
  },
585
598
  m(e, n) {
586
- M(A, e, n), t = !0;
599
+ D(A, e, n), t = !0;
587
600
  },
588
601
  p(e, n) {
589
602
  const l = {};
@@ -594,17 +607,17 @@ function hA(i) {
594
607
  )), A.$set(l);
595
608
  },
596
609
  i(e) {
597
- t || (k(A.$$.fragment, e), t = !0);
610
+ t || (C(A.$$.fragment, e), t = !0);
598
611
  },
599
612
  o(e) {
600
613
  w(A.$$.fragment, e), t = !1;
601
614
  },
602
615
  d(e) {
603
- v(A, e);
616
+ M(A, e);
604
617
  }
605
618
  };
606
619
  }
607
- function DA(i) {
620
+ function vA(i) {
608
621
  let A, t;
609
622
  return A = new pA({
610
623
  props: { tag: c(
@@ -613,10 +626,10 @@ function DA(i) {
613
626
  ) }
614
627
  }), {
615
628
  c() {
616
- D(A.$$.fragment);
629
+ v(A.$$.fragment);
617
630
  },
618
631
  m(e, n) {
619
- M(A, e, n), t = !0;
632
+ D(A, e, n), t = !0;
620
633
  },
621
634
  p(e, n) {
622
635
  const l = {};
@@ -627,17 +640,17 @@ function DA(i) {
627
640
  )), A.$set(l);
628
641
  },
629
642
  i(e) {
630
- t || (k(A.$$.fragment, e), t = !0);
643
+ t || (C(A.$$.fragment, e), t = !0);
631
644
  },
632
645
  o(e) {
633
646
  w(A.$$.fragment, e), t = !1;
634
647
  },
635
648
  d(e) {
636
- v(A, e);
649
+ M(A, e);
637
650
  }
638
651
  };
639
652
  }
640
- function MA(i) {
653
+ function DA(i) {
641
654
  let A, t;
642
655
  return A = new aA({
643
656
  props: { tag: c(
@@ -646,10 +659,10 @@ function MA(i) {
646
659
  ) }
647
660
  }), {
648
661
  c() {
649
- D(A.$$.fragment);
662
+ v(A.$$.fragment);
650
663
  },
651
664
  m(e, n) {
652
- M(A, e, n), t = !0;
665
+ D(A, e, n), t = !0;
653
666
  },
654
667
  p(e, n) {
655
668
  const l = {};
@@ -660,17 +673,17 @@ function MA(i) {
660
673
  )), A.$set(l);
661
674
  },
662
675
  i(e) {
663
- t || (k(A.$$.fragment, e), t = !0);
676
+ t || (C(A.$$.fragment, e), t = !0);
664
677
  },
665
678
  o(e) {
666
679
  w(A.$$.fragment, e), t = !1;
667
680
  },
668
681
  d(e) {
669
- v(A, e);
682
+ M(A, e);
670
683
  }
671
684
  };
672
685
  }
673
- function vA(i) {
686
+ function MA(i) {
674
687
  let A, t;
675
688
  return A = new lA({
676
689
  props: { tag: c(
@@ -679,10 +692,10 @@ function vA(i) {
679
692
  ) }
680
693
  }), {
681
694
  c() {
682
- D(A.$$.fragment);
695
+ v(A.$$.fragment);
683
696
  },
684
697
  m(e, n) {
685
- M(A, e, n), t = !0;
698
+ D(A, e, n), t = !0;
686
699
  },
687
700
  p(e, n) {
688
701
  const l = {};
@@ -693,21 +706,21 @@ function vA(i) {
693
706
  )), A.$set(l);
694
707
  },
695
708
  i(e) {
696
- t || (k(A.$$.fragment, e), t = !0);
709
+ t || (C(A.$$.fragment, e), t = !0);
697
710
  },
698
711
  o(e) {
699
712
  w(A.$$.fragment, e), t = !1;
700
713
  },
701
714
  d(e) {
702
- v(A, e);
715
+ M(A, e);
703
716
  }
704
717
  };
705
718
  }
706
719
  function EA(i) {
707
720
  let A, t, e, n, l;
708
721
  const d = [wA, QA, _A], g = [];
709
- function m(o, p) {
710
- return p & /*tag, rendererMap*/
722
+ function m(o, f) {
723
+ return f & /*tag, rendererMap*/
711
724
  5 && (A = null), A == null && (A = !!/*tag*/
712
725
  (o[0].element || /*rendererMap*/
713
726
  o[2].has(
@@ -722,17 +735,17 @@ function EA(i) {
722
735
  c() {
723
736
  e.c(), n = rA();
724
737
  },
725
- m(o, p) {
726
- g[t].m(o, p), F(o, n, p), l = !0;
738
+ m(o, f) {
739
+ g[t].m(o, f), F(o, n, f), l = !0;
727
740
  },
728
- p(o, [p]) {
729
- let s = t;
730
- t = m(o, p), t === s ? g[t].p(o, p) : (AA(), w(g[s], 1, 1, () => {
731
- g[s] = null;
732
- }), $(), e = g[t], e ? e.p(o, p) : (e = g[t] = d[t](o), e.c()), k(e, 1), e.m(n.parentNode, n));
741
+ p(o, [f]) {
742
+ let p = t;
743
+ t = m(o, f), t === p ? g[t].p(o, f) : (AA(), w(g[p], 1, 1, () => {
744
+ g[p] = null;
745
+ }), $(), e = g[t], e ? e.p(o, f) : (e = g[t] = d[t](o), e.c()), C(e, 1), e.m(n.parentNode, n));
733
746
  },
734
747
  i(o) {
735
- l || (k(e), l = !0);
748
+ l || (C(e), l = !0);
736
749
  },
737
750
  o(o) {
738
751
  w(e), l = !1;
@@ -743,13 +756,13 @@ function EA(i) {
743
756
  };
744
757
  }
745
758
  function TA(i, A, t) {
746
- let e, n, l, d, g, m, { tag: o } = A, { hooks: p } = A, { rendererMap: s = /* @__PURE__ */ new Map() } = A, { contentTypeMap: u = /* @__PURE__ */ new Map() } = A, { state: b } = A, { mediaStore: h } = A, { temporaryState: B } = A;
747
- q("hooks", p), q("mediaStore", h);
759
+ let e, n, l, d, g, m, { tag: o } = A, { hooks: f } = A, { rendererMap: p = /* @__PURE__ */ new Map() } = A, { contentTypeMap: u = /* @__PURE__ */ new Map() } = A, { state: k } = A, { mediaStore: h } = A, { temporaryState: B } = A;
760
+ q("hooks", f), q("mediaStore", h);
748
761
  let E, T;
749
762
  function Y(a) {
750
- a ? p.emit("exposure", { id: d, type: "start" }) : p.emit("exposure", { id: d, type: "end" });
763
+ a ? f.emit("exposure", { id: d, type: "start" }) : f.emit("exposure", { id: d, type: "end" });
751
764
  }
752
- function C(a, z, H) {
765
+ function b(a, z, H) {
753
766
  var G, I;
754
767
  return !(!a.enabled || !z.visible || !z.enabled || !H.visible || !((G = a.state) != null && G.visible) || ((I = a.temporaryState) == null ? void 0 : I.visible) === !1 || a instanceof cA && a.loading);
755
768
  }
@@ -758,36 +771,36 @@ function TA(i, A, t) {
758
771
  o.contentDom = a, t(0, o);
759
772
  });
760
773
  }
761
- const r = (a) => p.emit("click", { event: a, target: "TagContent", tag: o });
762
- function f(a) {
774
+ const r = (a) => f.emit("click", { event: a, target: "TagContent", tag: o });
775
+ function s(a) {
763
776
  X[a ? "unshift" : "push"](() => {
764
777
  o.contentDom = a, t(0, o);
765
778
  });
766
779
  }
767
780
  const y = (a) => {
768
- o.entryFromModel && dA(o.five.state.mode) ? (a.stopPropagation(), o.find({ targetMode: "Panorama" })) : p.emit("click", { event: a, target: "TagContent", tag: o });
781
+ o.entryFromModel && dA(o.five.state.mode) ? (a.stopPropagation(), o.find({ targetMode: "Panorama" })) : f.emit("click", { event: a, target: "TagContent", tag: o });
769
782
  };
770
783
  return i.$$set = (a) => {
771
- "tag" in a && t(0, o = a.tag), "hooks" in a && t(1, p = a.hooks), "rendererMap" in a && t(2, s = a.rendererMap), "contentTypeMap" in a && t(3, u = a.contentTypeMap), "state" in a && t(6, b = a.state), "mediaStore" in a && t(7, h = a.mediaStore), "temporaryState" in a && t(8, B = a.temporaryState);
784
+ "tag" in a && t(0, o = a.tag), "hooks" in a && t(1, f = a.hooks), "rendererMap" in a && t(2, p = a.rendererMap), "contentTypeMap" in a && t(3, u = a.contentTypeMap), "state" in a && t(6, k = a.state), "mediaStore" in a && t(7, h = a.mediaStore), "temporaryState" in a && t(8, B = a.temporaryState);
772
785
  }, i.$$.update = () => {
773
786
  var a, z, H, G, I, O, V, Z, K, N, R;
774
787
  i.$$.dirty & /*tag*/
775
788
  1 && t(12, e = (a = o.state) == null ? void 0 : a.unfolded), i.$$.dirty & /*tag*/
776
789
  1 && t(11, n = (z = o.state) == null ? void 0 : z.visible), i.$$.dirty & /*state, temporaryState, tag*/
777
- 321 && t(13, l = b.visible && B.visible && ((H = o.state) == null ? void 0 : H.visible)), i.$$.dirty & /*tag*/
790
+ 321 && t(13, l = k.visible && B.visible && ((H = o.state) == null ? void 0 : H.visible)), i.$$.dirty & /*tag*/
778
791
  1 && (d = o.id), i.$$.dirty & /*tag, state, temporaryState*/
779
- 321 && t(5, g = !C(o, b, B)), i.$$.dirty & /*isVisible*/
792
+ 321 && t(5, g = !b(o, k, B)), i.$$.dirty & /*isVisible*/
780
793
  8192 && Y(l), i.$$.dirty & /*tag, unfolded, lastUnfoldedState, visible, lastVisibleState*/
781
794
  7681 && o.hooks && (e !== void 0 && e !== T && (t(10, T = e), e ? (I = (G = o.hooks).emit) == null || I.call(G, "unfolded") : (V = o == null ? void 0 : (O = o.hooks).emit) == null || V.call(O, "folded")), n !== void 0 && n !== E && (t(9, E = n), n ? (K = (Z = o.hooks).emit) == null || K.call(Z, "show") : (R = (N = o.hooks).emit) == null || R.call(N, "hide"))), i.$$.dirty & /*tag*/
782
795
  1 && t(4, m = (() => !(typeof o.config.unfoldedConfig == "object" && o.config.unfoldedConfig.keep === "folded"))());
783
796
  }, [
784
797
  o,
798
+ f,
785
799
  p,
786
- s,
787
800
  u,
788
801
  m,
789
802
  g,
790
- b,
803
+ k,
791
804
  h,
792
805
  B,
793
806
  E,
@@ -797,7 +810,7 @@ function TA(i, A, t) {
797
810
  l,
798
811
  J,
799
812
  r,
800
- f,
813
+ s,
801
814
  y
802
815
  ];
803
816
  }
@@ -171,6 +171,8 @@ import "../../shared-utils/safeObj.js";
171
171
  import "../utils/Cache.js";
172
172
  import "../../shared-utils/promise/withResolvers.js";
173
173
  import "./Common/TagPoint.js";
174
+ import "./Common/TagPopover.js";
175
+ import "./Common/TagPopoverArrow.js";
174
176
  function K(a) {
175
177
  C(a, "svelte-18vymww", ".tag--container.svelte-18vymww{box-sizing:border-box;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translate3d(0, 0, 0);transition:opacity 0.2s linear}.tag--container.hide.svelte-18vymww{opacity:0 !important;pointer-events:none}.tag--container.hide.svelte-18vymww *{pointer-events:none !important}");
176
178
  }
@@ -364,7 +366,7 @@ function O(a, t, o) {
364
366
  p
365
367
  ];
366
368
  }
367
- class ir extends z {
369
+ class rr extends z {
368
370
  constructor(t) {
369
371
  super(), T(
370
372
  this,
@@ -387,5 +389,5 @@ class ir extends z {
387
389
  }
388
390
  }
389
391
  export {
390
- ir as default
392
+ rr as default
391
393
  };