@realsee/dnalogel 3.73.0 → 3.73.1-alpha.2

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 (510) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/PanoTagPlugin/controller/Tag/PlaneTag.d.ts +14 -1
  3. package/dist/PanoTagPlugin/utils/model/mediaPlane.d.ts +7 -0
  4. package/dist/index.cjs.js +49 -49
  5. package/dist/index.js +4840 -4722
  6. package/dist/index.umd.js +70 -70
  7. package/dist/shared-utils/five/getFloorMesh.d.ts +3 -0
  8. package/libs/CruisePlugin/Move.js +3 -2
  9. package/libs/CruisePlugin/Work.js +3 -2
  10. package/libs/CruisePlugin/index.js +7 -6
  11. package/libs/GuideLinePlugin/Controller.js +5 -4
  12. package/libs/GuideLinePlugin/GuideLineItem.js +3 -2
  13. package/libs/GuideLinePlugin/GuideLineModeItem.js +3 -2
  14. package/libs/GuideLinePlugin/index.js +7 -6
  15. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +230 -230
  16. package/libs/PanoTagPlugin/Components/TagItem.js +231 -219
  17. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.d.ts +14 -1
  18. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +190 -131
  19. package/libs/PanoTagPlugin/controller/index.js +6 -5
  20. package/libs/PanoTagPlugin/index.js +12 -11
  21. package/libs/PanoTagPlugin/utils/model/mediaPlane.d.ts +7 -0
  22. package/libs/PanoTagPlugin/utils/model/mediaPlane.js +167 -136
  23. package/libs/base/BasePlugin.js +1 -1
  24. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +44 -44
  25. package/libs/index.js +149 -148
  26. package/libs/shared-utils/five/getFloorMesh.d.ts +3 -0
  27. package/libs/shared-utils/five/getFloorMesh.js +11 -0
  28. package/libs/shared-utils/logger.js +1 -1
  29. package/libs/vendor/hotkeys-js/dist/hotkeys.esm.js +151 -139
  30. package/package.json +2 -2
  31. package/docs/.nojekyll +0 -1
  32. package/docs/assets/custom.css +0 -0
  33. package/docs/assets/highlight.css +0 -127
  34. package/docs/assets/icons.js +0 -18
  35. package/docs/assets/icons.svg +0 -1
  36. package/docs/assets/main.js +0 -60
  37. package/docs/assets/navigation.js +0 -1
  38. package/docs/assets/search.js +0 -1
  39. package/docs/assets/style.css +0 -1493
  40. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +0 -59
  41. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +0 -71
  42. package/docs/classes/CSS3DRender.html +0 -100
  43. package/docs/classes/GuideLineItem.GuideLineItem.html +0 -21
  44. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +0 -70
  45. package/docs/classes/ModelMakerPluginInstance.html +0 -116
  46. package/docs/classes/ModelMakerPluginType.ModelMakerBoxItem.html +0 -52
  47. package/docs/classes/ModelMakerPluginType.ModelMakerPolygonItem.html +0 -52
  48. package/docs/classes/ModelMakerPluginType.ModelMakerPrismItem.html +0 -53
  49. package/docs/classes/ModelRoomLabelController.html +0 -19
  50. package/docs/classes/MoveController.html +0 -45
  51. package/docs/classes/Object3DHelperController.html +0 -45
  52. package/docs/classes/PaintBrush.html +0 -15
  53. package/docs/classes/PanoMeasurePluginLine.html +0 -24
  54. package/docs/classes/PanoMeasurePluginModel.html +0 -23
  55. package/docs/classes/PanoMeasurePluginPoint.html +0 -7
  56. package/docs/classes/PanoMeasurePluginPolyline.html +0 -27
  57. package/docs/classes/PanoTagPluginController.html +0 -111
  58. package/docs/classes/Sculpt.html +0 -77
  59. package/docs/classes/Util.BetterTween.html +0 -6
  60. package/docs/classes/Util.FiveDomEvents.html +0 -13
  61. package/docs/classes/Util.FivePuppet.html +0 -20
  62. package/docs/classes/Util.Interval.html +0 -11
  63. package/docs/classes/Util.LegacyPointHelper.html +0 -7
  64. package/docs/classes/Util.LightTag.html +0 -47
  65. package/docs/classes/Util.LineSegments.html +0 -4
  66. package/docs/classes/Util.Magnifier.html +0 -26
  67. package/docs/classes/Util.Object3D.html +0 -8
  68. package/docs/classes/Util.PointDomHelper.html +0 -8
  69. package/docs/classes/Util.PointHelper.html +0 -10
  70. package/docs/classes/Util.PointSelector.html +0 -66
  71. package/docs/classes/Util.PointSelectorHelper.html +0 -14
  72. package/docs/classes/Util.Rectangle.html +0 -12
  73. package/docs/classes/Util.sculpt.BaseEditor.html +0 -17
  74. package/docs/classes/Util.sculpt.BoxMesh.html +0 -48
  75. package/docs/classes/Util.sculpt.BoxMeshEditor.html +0 -18
  76. package/docs/classes/Util.sculpt.CircleMesh.html +0 -26
  77. package/docs/classes/Util.sculpt.CircleMeshEditor.html +0 -18
  78. package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +0 -26
  79. package/docs/classes/Util.sculpt.CylinderMesh.html +0 -25
  80. package/docs/classes/Util.sculpt.CylinderMeshEditor.html +0 -18
  81. package/docs/classes/Util.sculpt.LineMesh.html +0 -34
  82. package/docs/classes/Util.sculpt.PointMesh.html +0 -24
  83. package/docs/classes/Util.sculpt.PolygonMesh.html +0 -40
  84. package/docs/classes/Util.sculpt.PrismMesh.html +0 -48
  85. package/docs/classes/Util.sculpt.PrismMeshEditor.html +0 -18
  86. package/docs/classes/Util.sculpt.RectangleMesh.html +0 -41
  87. package/docs/classes/Util.sculpt.RectangleMeshEditor.html +0 -18
  88. package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +0 -44
  89. package/docs/classes/WalkController.html +0 -42
  90. package/docs/enums/CameraMovementEffect.html +0 -4
  91. package/docs/enums/ContentType.html +0 -34
  92. package/docs/enums/DIRECTION.html +0 -5
  93. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +0 -5
  94. package/docs/enums/DimensionType.html +0 -4
  95. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +0 -4
  96. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +0 -5
  97. package/docs/enums/PaintBrushTypeEnum.html +0 -4
  98. package/docs/enums/PointType.html +0 -4
  99. package/docs/enums/Rotation.html +0 -5
  100. package/docs/functions/AreaMakerPlugin.html +0 -1
  101. package/docs/functions/CSS3DRenderPlugin.html +0 -1
  102. package/docs/functions/CameraMovementPlugin.html +0 -2
  103. package/docs/functions/CruisePlugin.html +0 -1
  104. package/docs/functions/CurrentPanoImagePlugin.html +0 -1
  105. package/docs/functions/FloorplanGuidePlugin.html +0 -1
  106. package/docs/functions/GuideLinePlugin.html +0 -1
  107. package/docs/functions/ItemLabelPlugin.html +0 -1
  108. package/docs/functions/MapviewFloorplanPlugin.html +0 -1
  109. package/docs/functions/MeasurePlugin.html +0 -1
  110. package/docs/functions/ModelChassisCompassPlugin.html +0 -2
  111. package/docs/functions/ModelEntryDoorGuidePlugin.html +0 -2
  112. package/docs/functions/ModelFloorplanPlugin.html +0 -1
  113. package/docs/functions/ModelItemLabelPlugin.html +0 -1
  114. package/docs/functions/ModelMakerPlugin.html +0 -1
  115. package/docs/functions/ModelRoomLabelPlugin.html +0 -1
  116. package/docs/functions/ModelTVVideoPlugin.html +0 -1
  117. package/docs/functions/ModelViewPlugin.html +0 -2
  118. package/docs/functions/MovePlugin.html +0 -1
  119. package/docs/functions/Object3DHelperPlugin.html +0 -1
  120. package/docs/functions/PanoCompassPlugin.html +0 -1
  121. package/docs/functions/PanoCursorRaycasterPlugin.html +0 -2
  122. package/docs/functions/PanoDoorLabelPlugin.html +0 -1
  123. package/docs/functions/PanoFloorplanRadarPlugin.html +0 -1
  124. package/docs/functions/PanoMeasurePlugin.html +0 -1
  125. package/docs/functions/PanoRulerPlugin.html +0 -2
  126. package/docs/functions/PanoRulerProPlugin.html +0 -2
  127. package/docs/functions/PanoSpatialTagPlugin.html +0 -2
  128. package/docs/functions/PanoTagPlugin.html +0 -1
  129. package/docs/functions/PanoVideoPlugin.html +0 -10
  130. package/docs/functions/PipelinePlugin.html +0 -1
  131. package/docs/functions/SculptPlugin.html +0 -2
  132. package/docs/functions/SculptPluginForFive.html +0 -2
  133. package/docs/functions/TopviewFloorplanPlugin.html +0 -1
  134. package/docs/functions/Util.awaitNextFrame.html +0 -1
  135. package/docs/functions/Util.blink.html +0 -13
  136. package/docs/functions/Util.blinkWithPreset.html +0 -6
  137. package/docs/functions/Util.bounding.html +0 -1
  138. package/docs/functions/Util.boundingBox.html +0 -1
  139. package/docs/functions/Util.boundingSphere.html +0 -1
  140. package/docs/functions/Util.boxVertex.html +0 -7
  141. package/docs/functions/Util.boxVertexes.html +0 -1
  142. package/docs/functions/Util.checkFiveModelLoaded.html +0 -2
  143. package/docs/functions/Util.cleanup.html +0 -3
  144. package/docs/functions/Util.convexHull.html +0 -2
  145. package/docs/functions/Util.equal.html +0 -5
  146. package/docs/functions/Util.fiveModelIsLoaded.html +0 -2
  147. package/docs/functions/Util.getCoordsFromClient.html +0 -1
  148. package/docs/functions/Util.getCoordsFromElement.html +0 -1
  149. package/docs/functions/Util.getFrameTime.html +0 -3
  150. package/docs/functions/Util.getIntersectFromRelativePosition.html +0 -1
  151. package/docs/functions/Util.getRaycasterFromFivePointer.html +0 -1
  152. package/docs/functions/Util.initialCSS3DRender.html +0 -1
  153. package/docs/functions/Util.inside.html +0 -1
  154. package/docs/functions/Util.isModelLike.html +0 -1
  155. package/docs/functions/Util.isNil.html +0 -2
  156. package/docs/functions/Util.isPanoramaLike.html +0 -1
  157. package/docs/functions/Util.lookObject.html +0 -7
  158. package/docs/functions/Util.lookPoint.html +0 -5
  159. package/docs/functions/Util.nextFrame.html +0 -1
  160. package/docs/functions/Util.notNil.html +0 -2
  161. package/docs/functions/Util.reblink.html +0 -13
  162. package/docs/functions/Util.replaceStaticPrefix.html +0 -8
  163. package/docs/functions/Util.requestAnimationFrameInterval.html +0 -5
  164. package/docs/functions/Util.sculpt.createBox.html +0 -1
  165. package/docs/functions/Util.sculpt.createCircle.html +0 -1
  166. package/docs/functions/Util.sculpt.createCylinder.html +0 -1
  167. package/docs/functions/Util.sculpt.createLine.html +0 -2
  168. package/docs/functions/Util.sculpt.createPoint.html +0 -1
  169. package/docs/functions/Util.sculpt.createPolygon.html +0 -1
  170. package/docs/functions/Util.sculpt.createPrism.html +0 -1
  171. package/docs/functions/Util.sculpt.createRectangle.html +0 -2
  172. package/docs/functions/Util.tag.html +0 -1
  173. package/docs/functions/Util.tweenProgress.html +0 -1
  174. package/docs/functions/Util.uuid.html +0 -2
  175. package/docs/functions/Util.waitFiveModelLoaded.html +0 -2
  176. package/docs/functions/Util.worldBounding.html +0 -1
  177. package/docs/functions/Util.worldBoundingBox.html +0 -1
  178. package/docs/functions/Util.worldBoundingSphere.html +0 -1
  179. package/docs/functions/createPolyline.html +0 -2
  180. package/docs/functions/pluginFlag.html +0 -1
  181. package/docs/hierarchy.html +0 -1
  182. package/docs/index.html +0 -70
  183. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +0 -4
  184. package/docs/interfaces/AreaMakerPluginType.Config.html +0 -8
  185. package/docs/interfaces/AreaMakerPluginType.EventMap.html +0 -25
  186. package/docs/interfaces/AreaMakerPluginType.Params.html +0 -4
  187. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +0 -20
  188. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +0 -13
  189. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +0 -9
  190. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +0 -3
  191. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +0 -3
  192. package/docs/interfaces/AreaMakerPluginType.State.html +0 -8
  193. package/docs/interfaces/BoxAnimationConfig.html +0 -6
  194. package/docs/interfaces/CSS3DRenderPluginEventMap.html +0 -9
  195. package/docs/interfaces/CSS3DRenderPluginState.html +0 -7
  196. package/docs/interfaces/CameraMovementPluginExportType.html +0 -11
  197. package/docs/interfaces/ContentTypeMapInterface.html +0 -73
  198. package/docs/interfaces/CruisePluginTypes.Config.html +0 -7
  199. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +0 -8
  200. package/docs/interfaces/CruisePluginTypes.EventMap.html +0 -33
  201. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +0 -6
  202. package/docs/interfaces/CruisePluginTypes.MoveAction.html +0 -16
  203. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +0 -19
  204. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +0 -20
  205. package/docs/interfaces/CruisePluginTypes.PluginData.html +0 -8
  206. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +0 -2
  207. package/docs/interfaces/CruisePluginTypes.PluginState.html +0 -15
  208. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +0 -13
  209. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +0 -15
  210. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +0 -4
  211. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +0 -3
  212. package/docs/interfaces/CurrentPanoImagePluginType.State.html +0 -7
  213. package/docs/interfaces/FloorplanBounding.html +0 -9
  214. package/docs/interfaces/FloorplanData.html +0 -7
  215. package/docs/interfaces/FloorplanEntrance.html +0 -14
  216. package/docs/interfaces/FloorplanExtraObject.html +0 -9
  217. package/docs/interfaces/FloorplanExtraObject3D.html +0 -5
  218. package/docs/interfaces/FloorplanFloorData.html +0 -9
  219. package/docs/interfaces/FloorplanImagePosition.html +0 -4
  220. package/docs/interfaces/FloorplanObserver.html +0 -8
  221. package/docs/interfaces/FloorplanOutlineItem.html +0 -6
  222. package/docs/interfaces/FloorplanPosition.html +0 -4
  223. package/docs/interfaces/FloorplanRoomItem.html +0 -24
  224. package/docs/interfaces/FloorplanRoomLabelItem.html +0 -6
  225. package/docs/interfaces/FloorplanServerBounding.html +0 -9
  226. package/docs/interfaces/FloorplanServerComputedData.html +0 -6
  227. package/docs/interfaces/FloorplanServerData.html +0 -4
  228. package/docs/interfaces/FloorplanServerDoorItem.html +0 -6
  229. package/docs/interfaces/FloorplanServerDoorPosition.html +0 -4
  230. package/docs/interfaces/FloorplanServerEntrance.html +0 -14
  231. package/docs/interfaces/FloorplanServerFloorData.html +0 -8
  232. package/docs/interfaces/FloorplanServerImagePosition.html +0 -4
  233. package/docs/interfaces/FloorplanServerObserver.html +0 -8
  234. package/docs/interfaces/FloorplanServerOutlineItem.html +0 -6
  235. package/docs/interfaces/FloorplanServerPosition.html +0 -4
  236. package/docs/interfaces/FloorplanServerRoomItem.html +0 -27
  237. package/docs/interfaces/FloorplanServerRoomLabelItem.html +0 -6
  238. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +0 -4
  239. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +0 -7
  240. package/docs/interfaces/GuideLinePluginType.EventMap.html +0 -13
  241. package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +0 -5
  242. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +0 -8
  243. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +0 -2
  244. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +0 -32
  245. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +0 -4
  246. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +0 -5
  247. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +0 -42
  248. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +0 -3
  249. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +0 -57
  250. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +0 -1
  251. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +0 -2
  252. package/docs/interfaces/GuideLinePluginType.PluginState.html +0 -7
  253. package/docs/interfaces/GuideLinePluginType.Route.html +0 -13
  254. package/docs/interfaces/HelperOffset.html +0 -4
  255. package/docs/interfaces/ImagePlaneGroup.html +0 -3
  256. package/docs/interfaces/ItemLabelPluginData.html +0 -2
  257. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +0 -7
  258. package/docs/interfaces/ItemLabelPluginParametersType.html +0 -5
  259. package/docs/interfaces/MinMax.html +0 -3
  260. package/docs/interfaces/ModelChassisCompassPluginData.html +0 -3
  261. package/docs/interfaces/ModelChassisCompassPluginExportType.html +0 -4
  262. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +0 -3
  263. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +0 -4
  264. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +0 -4
  265. package/docs/interfaces/ModelItemLabelPluginData.html +0 -2
  266. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +0 -7
  267. package/docs/interfaces/ModelItemLabelPluginParametersType.html +0 -3
  268. package/docs/interfaces/ModelMakerPluginType.BoxItemObjectData.html +0 -17
  269. package/docs/interfaces/ModelMakerPluginType.EventMap.html +0 -18
  270. package/docs/interfaces/ModelMakerPluginType.PrismItemObjectData.html +0 -23
  271. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +0 -11
  272. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +0 -10
  273. package/docs/interfaces/ModelMakerPluginType.ServerData.html +0 -3
  274. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +0 -10
  275. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +0 -10
  276. package/docs/interfaces/ModelMakerPluginType.State.html +0 -8
  277. package/docs/interfaces/ModelMakerPluginType.TrianglesItemObjectData.html +0 -11
  278. package/docs/interfaces/ModelRoomLabelPluginData.html +0 -2
  279. package/docs/interfaces/ModelTVVideoPluginData.html +0 -5
  280. package/docs/interfaces/ModelTVVideoPluginExportType.html +0 -4
  281. package/docs/interfaces/ModelTVVideoPluginParameterType.html +0 -2
  282. package/docs/interfaces/ModelViewPluginExportType.html +0 -8
  283. package/docs/interfaces/Object3DHelperState.html +0 -4
  284. package/docs/interfaces/ObjectHelperControllers.html +0 -5
  285. package/docs/interfaces/PaintBrushAction.html +0 -14
  286. package/docs/interfaces/PaintBrushConfigs.html +0 -8
  287. package/docs/interfaces/PaintBrushState.html +0 -6
  288. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +0 -16
  289. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +0 -1
  290. package/docs/interfaces/PanoMeasureParameterType.html +0 -20
  291. package/docs/interfaces/PanoMeasurePluginLineJson.html +0 -4
  292. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +0 -4
  293. package/docs/interfaces/PanoMeasurePluginPointJson.html +0 -3
  294. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +0 -7
  295. package/docs/interfaces/PanoRulerPluginExportType.html +0 -6
  296. package/docs/interfaces/PanoRulerPluginOptions.html +0 -3
  297. package/docs/interfaces/PanoRulerPluginParameterType.html +0 -4
  298. package/docs/interfaces/PanoRulerProPluginExportType.html +0 -5
  299. package/docs/interfaces/PanoRulerProPluginOptions.html +0 -3
  300. package/docs/interfaces/PanoRulerProPluginParameterType.html +0 -3
  301. package/docs/interfaces/PanoRulerProPluginState.html +0 -4
  302. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +0 -1
  303. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +0 -1
  304. package/docs/interfaces/PanoSpatialTagPluginData.html +0 -7
  305. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +0 -6
  306. package/docs/interfaces/PanoSpatialTagPluginExportType.html +0 -9
  307. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +0 -6
  308. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +0 -9
  309. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +0 -7
  310. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +0 -6
  311. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +0 -3
  312. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +0 -8
  313. package/docs/interfaces/PanoVideoPluginType.PluginData.html +0 -2
  314. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +0 -15
  315. package/docs/interfaces/PanoVideoPluginType.PluginState.html +0 -2
  316. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +0 -14
  317. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +0 -13
  318. package/docs/interfaces/PluginEventMap.html +0 -16
  319. package/docs/interfaces/Point.html +0 -4
  320. package/docs/interfaces/Room.html +0 -5
  321. package/docs/interfaces/RoomInfo.html +0 -3
  322. package/docs/interfaces/RoomLabel.html +0 -16
  323. package/docs/interfaces/RoomRules.html +0 -1
  324. package/docs/interfaces/Rooms.html +0 -1
  325. package/docs/interfaces/Scissor.html +0 -13
  326. package/docs/interfaces/SculptConfig.html +0 -14
  327. package/docs/interfaces/State.html +0 -7
  328. package/docs/interfaces/TagCacheInterface.html +0 -9
  329. package/docs/interfaces/TagConfig.html +0 -164
  330. package/docs/interfaces/TagGLTFObjectGroup.html +0 -3
  331. package/docs/interfaces/TagIconAnimationConfig.html +0 -7
  332. package/docs/interfaces/TagIconUrl.html +0 -20
  333. package/docs/interfaces/TagObjectGroup.html +0 -3
  334. package/docs/interfaces/TagState.html +0 -3
  335. package/docs/interfaces/TagStyle.html +0 -5
  336. package/docs/interfaces/Tags.html +0 -8
  337. package/docs/interfaces/TemporaryState.html +0 -2
  338. package/docs/interfaces/Util.AnimeInstance.html +0 -14
  339. package/docs/interfaces/Util.BlinkAnimeOptions.html +0 -21
  340. package/docs/interfaces/Util.EventHandlerConfig.html +0 -21
  341. package/docs/interfaces/Util.FiveDomEvent.html +0 -7
  342. package/docs/interfaces/Util.FiveDomEventMap.html +0 -20
  343. package/docs/interfaces/Util.LegacyMouseGroupParameter.html +0 -4
  344. package/docs/interfaces/Util.MagnifierParameter.html +0 -13
  345. package/docs/interfaces/Util.MouseGroupParameter.html +0 -4
  346. package/docs/interfaces/Util.ObjectInitialState.html +0 -9
  347. package/docs/interfaces/Util.PointIntersection.html +0 -21
  348. package/docs/interfaces/Util.PointSelectorHelperConfig.html +0 -6
  349. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +0 -27
  350. package/docs/modules/AreaMakerPluginType.html +0 -17
  351. package/docs/modules/CruisePluginTypes.html +0 -14
  352. package/docs/modules/CurrentPanoImagePluginType.html +0 -6
  353. package/docs/modules/GuideLineItem.html +0 -2
  354. package/docs/modules/GuideLineModeItem.html +0 -3
  355. package/docs/modules/GuideLinePluginType.html +0 -25
  356. package/docs/modules/ModelMakerPluginType.html +0 -19
  357. package/docs/modules/PanoVideoPluginType.html +0 -8
  358. package/docs/modules/SculptData.html +0 -9
  359. package/docs/modules/SculptType.html +0 -2
  360. package/docs/modules/Util.html +0 -86
  361. package/docs/modules/Util.sculpt.html +0 -25
  362. package/docs/modules.html +0 -279
  363. package/docs/types/AddObject3DHelperConfig.html +0 -19
  364. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +0 -7
  365. package/docs/types/AreaMakerPluginType.ItemRenderer.html +0 -1
  366. package/docs/types/AreaMakerPluginType.PluginData.html +0 -2
  367. package/docs/types/AreaMakerPluginType.ServerData.html +0 -2
  368. package/docs/types/ArrayPosition.html +0 -1
  369. package/docs/types/AudioAppearance.html +0 -1
  370. package/docs/types/CSS3DRenderExportType.html +0 -1
  371. package/docs/types/CSS3DRenderPluginExportType.html +0 -1
  372. package/docs/types/CSS3DRenderPluginParameterType.html +0 -1
  373. package/docs/types/ClassFunctionParameters.html +0 -1
  374. package/docs/types/Color.html +0 -1
  375. package/docs/types/ContentTypeConfigKey.html +0 -1
  376. package/docs/types/ContentTypeConfigKeySplit.html +0 -1
  377. package/docs/types/ContentTypeMap.html +0 -1
  378. package/docs/types/Create3DDomContainerReturnType.html +0 -1
  379. package/docs/types/Create3DElementReturnType.html +0 -1
  380. package/docs/types/CruisePluginExportType.html +0 -1
  381. package/docs/types/CruisePluginTypes.CruiseData.html +0 -5
  382. package/docs/types/CruisePluginTypes.MoveEffect.html +0 -1
  383. package/docs/types/CurrentPanoImagePluginExportType.html +0 -1
  384. package/docs/types/DeprecatedMediaPlaneProperty.html +0 -3
  385. package/docs/types/DeprecatedTagProperty.html +0 -3
  386. package/docs/types/Direction-1.html +0 -1
  387. package/docs/types/Direction4.html +0 -1
  388. package/docs/types/ElementRenderer.html +0 -2
  389. package/docs/types/FloorplanGuidePluginParameterType.html +0 -1
  390. package/docs/types/FloorplanGuidePluginReturnType.html +0 -1
  391. package/docs/types/FloorplanRuleLabels.html +0 -2
  392. package/docs/types/FloorplanServerRuleLabels.html +0 -1
  393. package/docs/types/GuideLinePluginExportType.html +0 -1
  394. package/docs/types/GuideLinePluginType.GuideLineItem.html +0 -2
  395. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +0 -1
  396. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +0 -1
  397. package/docs/types/GuideLinePluginType.GuideLineStyle.html +0 -2
  398. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +0 -2
  399. package/docs/types/GuideLinePluginType.PathItem.html +0 -2
  400. package/docs/types/GuideLinePluginType.PluginData.html +0 -2
  401. package/docs/types/GuideLinePluginType.RouteConfig.html +0 -4
  402. package/docs/types/HelperEventMap.html +0 -1
  403. package/docs/types/InternalHelperEventMap.html +0 -1
  404. package/docs/types/MapviewFloorplanPluginParameterType.html +0 -1
  405. package/docs/types/MapviewFloorplanPluginReturnType.html +0 -1
  406. package/docs/types/MeasureEndReason.html +0 -1
  407. package/docs/types/MeasurePluginConfig.html +0 -5
  408. package/docs/types/MediaData.html +0 -2
  409. package/docs/types/MediaStore.html +0 -1
  410. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +0 -1
  411. package/docs/types/ModelFloorplanPluginParameterType.html +0 -1
  412. package/docs/types/ModelFloorplanPluginReturnType.html +0 -1
  413. package/docs/types/ModelId.html +0 -1
  414. package/docs/types/ModelMakerPluginType.ElementRenderer.html +0 -1
  415. package/docs/types/ModelMakerPluginType.ItemType.html +0 -2
  416. package/docs/types/ModelMakerPluginType.MarkerItem.html +0 -1
  417. package/docs/types/ModelMakerPluginType.ServerItem.html +0 -2
  418. package/docs/types/ModelRoomLabelPluginParameters.html +0 -1
  419. package/docs/types/ModelRoomLabelPluginReturnType.html +0 -1
  420. package/docs/types/MoveArgs.html +0 -2
  421. package/docs/types/MoveOpts.html +0 -2
  422. package/docs/types/Object3DHelperEventMap.html +0 -1
  423. package/docs/types/ObjectFit.html +0 -1
  424. package/docs/types/PaintBrushEventMap.html +0 -1
  425. package/docs/types/PanoCompassPluginData.html +0 -1
  426. package/docs/types/PanoCompassPluginExportType.html +0 -1
  427. package/docs/types/PanoCompassPluginParameterType.html +0 -1
  428. package/docs/types/PanoFloorplanRadarPluginParameterType.html +0 -1
  429. package/docs/types/PanoFloorplanRadarPluginReturnType.html +0 -1
  430. package/docs/types/PanoIndex.html +0 -1
  431. package/docs/types/PanoMeasurePluginEvent.html +0 -1
  432. package/docs/types/PanoMeasureReturnType.html +0 -1
  433. package/docs/types/PanoSpatialTagPluginId.html +0 -1
  434. package/docs/types/PanoTagPluginExportInterface.html +0 -1
  435. package/docs/types/PanoTagPluginParamsInterface.html +0 -1
  436. package/docs/types/PanoVideoPluginParameterType.html +0 -1
  437. package/docs/types/PanoVideoPluginReturnType.html +0 -1
  438. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +0 -2
  439. package/docs/types/PipelinePluginParameterType.html +0 -1
  440. package/docs/types/PipelinePluginReturnType.html +0 -1
  441. package/docs/types/PlaneTag.html +0 -2
  442. package/docs/types/Point2DTag.html +0 -2
  443. package/docs/types/Point3DTag.html +0 -2
  444. package/docs/types/PointTagInstance.html +0 -1
  445. package/docs/types/Position.html +0 -1
  446. package/docs/types/PositionFrom.html +0 -1
  447. package/docs/types/RotateArgs.html +0 -2
  448. package/docs/types/RotateOpts.html +0 -2
  449. package/docs/types/RuleLabelsKey.html +0 -1
  450. package/docs/types/RuleLabelsValue.html +0 -1
  451. package/docs/types/ScaleCallback.html +0 -1
  452. package/docs/types/ScalePosition.html +0 -3
  453. package/docs/types/SculptData.BoxData.html +0 -1
  454. package/docs/types/SculptData.CircleData.html +0 -1
  455. package/docs/types/SculptData.CylinderData.html +0 -1
  456. package/docs/types/SculptData.PointData.html +0 -1
  457. package/docs/types/SculptData.PolygonData.html +0 -1
  458. package/docs/types/SculptData.PolylineData.html +0 -1
  459. package/docs/types/SculptData.PrismData.html +0 -1
  460. package/docs/types/SculptData.RectangleData.html +0 -1
  461. package/docs/types/SculptType.Theme.html +0 -10
  462. package/docs/types/StickType.html +0 -1
  463. package/docs/types/Tag.html +0 -17
  464. package/docs/types/Tag2D.html +0 -2
  465. package/docs/types/Tag3D.html +0 -2
  466. package/docs/types/TagClickParams.html +0 -1
  467. package/docs/types/TagConfigByKey.html +0 -1
  468. package/docs/types/TagContentType.html +0 -1
  469. package/docs/types/TagContentTypeMapping.html +0 -1
  470. package/docs/types/TagDimensionType.html +0 -1
  471. package/docs/types/TagElement.html +0 -2
  472. package/docs/types/TagEvents.html +0 -1
  473. package/docs/types/TagGLTFObject.html +0 -1
  474. package/docs/types/TagHooks.html +0 -1
  475. package/docs/types/TagId.html +0 -1
  476. package/docs/types/TagInstance.html +0 -1
  477. package/docs/types/TagPlacement.html +0 -5
  478. package/docs/types/TagPointType.html +0 -2
  479. package/docs/types/TagRendererMap.html +0 -1
  480. package/docs/types/TopviewFloorplanPluginParameterType.html +0 -1
  481. package/docs/types/TopviewFloorplanPluginReturnType.html +0 -1
  482. package/docs/types/Util.ActionIfNoIntersection.html +0 -1
  483. package/docs/types/Util.AdherePoint.html +0 -2
  484. package/docs/types/Util.PointSelectorConfig.html +0 -1
  485. package/docs/types/Util.SupportedTarget.html +0 -2
  486. package/docs/types/Util.Target.html +0 -2
  487. package/docs/types/Util.ThreeObject.html +0 -2
  488. package/docs/types/WorkCode.html +0 -1
  489. package/docs/variables/FLOOR_TYPE_MAP.html +0 -2
  490. package/docs/variables/PLUGIN.html +0 -1
  491. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +0 -2
  492. package/docs/variables/ROOM_TYPE_MAP.html +0 -2
  493. package/docs/variables/Util.ANIME_PRESETS.html +0 -2
  494. package/docs/variables/Util.CURRENT_PANO_IMAGE_DEFAULT_IMAGE.html +0 -2
  495. package/docs/variables/Util.DEFAULT_ANIME_CONFIG.html +0 -2
  496. package/docs/variables/Util.DEFAULT_STATIC_PREFIX.html +0 -2
  497. package/docs/variables/Util.DNALOGEL_DEFAULT_ASSETS.html +0 -2
  498. package/docs/variables/Util.ENTRY_DOOR_DEFAULT_IMAGE.html +0 -2
  499. package/docs/variables/Util.FLOORPLAN_DEFAULT_IMAGE.html +0 -2
  500. package/docs/variables/Util.GUIDELINE_DEFAULT_ARROW_TEXTURE.html +0 -2
  501. package/docs/variables/Util.GUIDELINE_WHITE_ARROW_TEXTURE.html +0 -2
  502. package/docs/variables/Util.MODEL_CHASSIS_COMPASS_DEFAULT_MODEL.html +0 -2
  503. package/docs/variables/Util.MODEL_ENTRY_DOOR_GUIDE_PLUGIN_DEFAULT_MODEL.html +0 -2
  504. package/docs/variables/Util.PANO_COMPASS_DEFAULT_IMAGE.html +0 -2
  505. package/docs/variables/Util.PANO_SPATIAL_TAG_BLUR_IMAGE.html +0 -2
  506. package/docs/variables/Util.PANO_TAG_DEFAULT_LINK_ICON.html +0 -2
  507. package/docs/variables/defaultGlobalConfig.html +0 -1
  508. package/docs/variables/itemLabelPluginServerParams.html +0 -1
  509. package/docs/variables/modelItemLabelPluginServerParams.html +0 -1
  510. package/docs/variables/modelRoomLabelPluginServerParams.html +0 -1
@@ -1,10 +1,10 @@
1
- import { SvelteComponent as ve, init as Ce, safe_not_equal as ke, append_styles as he, space as ae, empty as Te, insert as R, transition_in as b, transition_out as h, check_outros as V, detach as Z, getContext as Pe, onMount as ye, element as X, attr as _, toggle_class as H, set_style as F, append as Ee, group_outros as j, create_component as Y, mount_component as $, destroy_component as x, binding_callbacks as W, noop as I, bind as Me, add_flush_callback as Se } from "../../vendor/svelte/internal/index.js";
2
- import we from "./Tag/index.js";
1
+ import { SvelteComponent as ke, init as Te, safe_not_equal as Pe, append_styles as ye, space as le, empty as Ee, insert as R, transition_in as b, transition_out as k, check_outros as V, detach as Z, getContext as Me, onMount as Se, element as Y, attr as _, toggle_class as H, set_style as F, append as we, group_outros as j, create_component as $, mount_component as x, destroy_component as ee, binding_callbacks as X, noop as I, bind as De, add_flush_callback as He } from "../../vendor/svelte/internal/index.js";
2
+ import Ie from "./Tag/index.js";
3
3
  import "three";
4
- import { noTypecheck as ie } from "../utils/noTypecheck.js";
5
- import De from "./Common/TagPoint.js";
4
+ import { noTypecheck as ae } from "../utils/noTypecheck.js";
5
+ import Le from "./Common/TagPoint.js";
6
6
  import "../../shared-utils/tag.js";
7
- import { isModelLike as He } from "../../shared-utils/five/mode.js";
7
+ import { isModelLike as ze } from "../../shared-utils/five/mode.js";
8
8
  import "../../vendor/hammerjs/hammer.js";
9
9
  import "../../shared-utils/three/PointSelector/index.js";
10
10
  import "../../shared-utils/three/CSS3DRenderer/index.js";
@@ -16,7 +16,7 @@ import "../../shared-utils/three/blink.js";
16
16
  import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
17
17
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
18
18
  import "../../shared-utils/five/FivePuppet.js";
19
- import Ie from "./Common/TagPopover/index.js";
19
+ import Ue from "./Common/TagPopover/index.js";
20
20
  import "./Tag/TextTag/index.js";
21
21
  import "./Tag/TextTag/TextTag.js";
22
22
  import "./Common/Line/Straight.js";
@@ -187,141 +187,141 @@ import "./Common/AudioPlayer.js";
187
187
  import "./Common/TagPopover/TagPopoverToolBar.js";
188
188
  import "./Common/TagPopover/ArrowRightIcon.js";
189
189
  import "./Common/TagPopover/ShareIcon.js";
190
- function Ue(t) {
191
- he(t, "svelte-2g2g8a", ".tag.svelte-2g2g8a{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto;will-change:opacity;transition:opacity 0.2s linear}.tag.enableZIndex.svelte-2g2g8a{position:absolute}.tag.hide.svelte-2g2g8a{opacity:0;pointer-events:none}.tag.hide.svelte-2g2g8a *{pointer-events:none !important}.tag.unClickable.svelte-2g2g8a{pointer-events:none !important}.tag.unClickable.svelte-2g2g8a *{pointer-events:none !important}");
190
+ function Ae(o) {
191
+ ye(o, "svelte-2g2g8a", ".tag.svelte-2g2g8a{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto;will-change:opacity;transition:opacity 0.2s linear}.tag.enableZIndex.svelte-2g2g8a{position:absolute}.tag.hide.svelte-2g2g8a{opacity:0;pointer-events:none}.tag.hide.svelte-2g2g8a *{pointer-events:none !important}.tag.unClickable.svelte-2g2g8a{pointer-events:none !important}.tag.unClickable.svelte-2g2g8a *{pointer-events:none !important}");
192
192
  }
193
- function re(t) {
193
+ function pe(o) {
194
194
  let e, i, a, m, r, n, u, l, g, d;
195
- const U = [ze, Le], v = [];
196
- function L(f, s) {
195
+ const L = [Ze, Re], v = [];
196
+ function z(f, s) {
197
197
  return (
198
198
  /*havePoint*/
199
- f[10] ? 0 : 1
199
+ f[12] ? 0 : 1
200
200
  );
201
201
  }
202
- i = L(t), a = v[i] = U[i](t);
203
- const o = [Re, Ae], C = [];
202
+ i = z(o), a = v[i] = L[i](o);
203
+ const t = [Oe, Ne], C = [];
204
204
  function S(f, s) {
205
205
  return (
206
206
  /*haveContent*/
207
207
  f[25] ? 0 : 1
208
208
  );
209
209
  }
210
- return r = S(t), n = C[r] = o[r](t), {
210
+ return r = S(o), n = C[r] = t[r](o), {
211
211
  c() {
212
- e = X("div"), a.c(), m = ae(), n.c(), _(e, "class", "tag svelte-2g2g8a"), _(
212
+ e = Y("div"), a.c(), m = le(), n.c(), _(e, "class", "tag svelte-2g2g8a"), _(
213
213
  e,
214
214
  "data-tag-id",
215
215
  /*id*/
216
- t[23]
216
+ o[24]
217
217
  ), _(
218
218
  e,
219
219
  "data-tag-unfolded",
220
220
  /*unfolded*/
221
- t[8]
221
+ o[10]
222
222
  ), _(e, "data-content-type", u = /*tag*/
223
- t[0].contentType), _(e, "data-popover-enabled", l = /*tag*/
224
- t[0].isPopoverConfigEnabled()), _(e, "id", g = `tag-${/*id*/
225
- t[23]}`), H(
223
+ o[0].contentType), _(e, "data-popover-enabled", l = /*tag*/
224
+ o[0].isPopoverConfigEnabled()), _(e, "id", g = `tag-${/*id*/
225
+ o[24]}`), H(
226
226
  e,
227
227
  "unClickable",
228
228
  /*tag*/
229
- t[0].config.clickable === !1
229
+ o[0].config.clickable === !1
230
230
  ), H(
231
231
  e,
232
232
  "hide",
233
233
  /*hide*/
234
- t[21]
234
+ o[22]
235
235
  ), H(
236
236
  e,
237
237
  "enableZIndex",
238
238
  /*zIndex*/
239
- t[18]
239
+ o[19]
240
240
  ), F(
241
241
  e,
242
242
  "z-index",
243
243
  /*zIndex*/
244
- t[18]
244
+ o[19]
245
245
  ), F(e, "transform", `translate3d(${/*left*/
246
- t[20]}, ${/*top*/
247
- t[19]}, 0) scale(${/*screenPosition*/
248
- t[9].scale})`);
246
+ o[21]}, ${/*top*/
247
+ o[20]}, 0) scale(${/*screenPosition*/
248
+ o[11].scale})`);
249
249
  },
250
250
  m(f, s) {
251
- R(f, e, s), v[i].m(e, null), Ee(e, m), C[r].m(e, null), t[36](e), d = !0;
251
+ R(f, e, s), v[i].m(e, null), we(e, m), C[r].m(e, null), o[36](e), d = !0;
252
252
  },
253
253
  p(f, s) {
254
254
  let w = i;
255
- i = L(f), i === w ? v[i].p(f, s) : (j(), h(v[w], 1, 1, () => {
255
+ i = z(f), i === w ? v[i].p(f, s) : (j(), k(v[w], 1, 1, () => {
256
256
  v[w] = null;
257
- }), V(), a = v[i], a ? a.p(f, s) : (a = v[i] = U[i](f), a.c()), b(a, 1), a.m(e, m));
257
+ }), V(), a = v[i], a ? a.p(f, s) : (a = v[i] = L[i](f), a.c()), b(a, 1), a.m(e, m));
258
258
  let D = r;
259
- r = S(f), r === D ? C[r].p(f, s) : (j(), h(C[D], 1, 1, () => {
259
+ r = S(f), r === D ? C[r].p(f, s) : (j(), k(C[D], 1, 1, () => {
260
260
  C[D] = null;
261
- }), V(), n = C[r], n ? n.p(f, s) : (n = C[r] = o[r](f), n.c()), b(n, 1), n.m(e, null)), (!d || s[0] & /*id*/
262
- 8388608) && _(
261
+ }), V(), n = C[r], n ? n.p(f, s) : (n = C[r] = t[r](f), n.c()), b(n, 1), n.m(e, null)), (!d || s[0] & /*id*/
262
+ 16777216) && _(
263
263
  e,
264
264
  "data-tag-id",
265
265
  /*id*/
266
- f[23]
266
+ f[24]
267
267
  ), (!d || s[0] & /*unfolded*/
268
- 256) && _(
268
+ 1024) && _(
269
269
  e,
270
270
  "data-tag-unfolded",
271
271
  /*unfolded*/
272
- f[8]
272
+ f[10]
273
273
  ), (!d || s[0] & /*tag*/
274
274
  1 && u !== (u = /*tag*/
275
275
  f[0].contentType)) && _(e, "data-content-type", u), (!d || s[0] & /*tag*/
276
276
  1 && l !== (l = /*tag*/
277
277
  f[0].isPopoverConfigEnabled())) && _(e, "data-popover-enabled", l), (!d || s[0] & /*id*/
278
- 8388608 && g !== (g = `tag-${/*id*/
279
- f[23]}`)) && _(e, "id", g), (!d || s[0] & /*tag*/
278
+ 16777216 && g !== (g = `tag-${/*id*/
279
+ f[24]}`)) && _(e, "id", g), (!d || s[0] & /*tag*/
280
280
  1) && H(
281
281
  e,
282
282
  "unClickable",
283
283
  /*tag*/
284
284
  f[0].config.clickable === !1
285
285
  ), (!d || s[0] & /*hide*/
286
- 2097152) && H(
286
+ 4194304) && H(
287
287
  e,
288
288
  "hide",
289
289
  /*hide*/
290
- f[21]
290
+ f[22]
291
291
  ), (!d || s[0] & /*zIndex*/
292
- 262144) && H(
292
+ 524288) && H(
293
293
  e,
294
294
  "enableZIndex",
295
295
  /*zIndex*/
296
- f[18]
296
+ f[19]
297
297
  ), s[0] & /*zIndex*/
298
- 262144 && F(
298
+ 524288 && F(
299
299
  e,
300
300
  "z-index",
301
301
  /*zIndex*/
302
- f[18]
302
+ f[19]
303
303
  ), s[0] & /*left, top, screenPosition*/
304
- 1573376 && F(e, "transform", `translate3d(${/*left*/
305
- f[20]}, ${/*top*/
306
- f[19]}, 0) scale(${/*screenPosition*/
307
- f[9].scale})`);
304
+ 3147776 && F(e, "transform", `translate3d(${/*left*/
305
+ f[21]}, ${/*top*/
306
+ f[20]}, 0) scale(${/*screenPosition*/
307
+ f[11].scale})`);
308
308
  },
309
309
  i(f) {
310
310
  d || (b(a), b(n), d = !0);
311
311
  },
312
312
  o(f) {
313
- h(a), h(n), d = !1;
313
+ k(a), k(n), d = !1;
314
314
  },
315
315
  d(f) {
316
- f && Z(e), v[i].d(), C[r].d(), t[36](null);
316
+ f && Z(e), v[i].d(), C[r].d(), o[36](null);
317
317
  }
318
318
  };
319
319
  }
320
- function Le(t) {
320
+ function Re(o) {
321
321
  let e;
322
322
  return {
323
323
  c() {
324
- e = X("div"), _(e, "data-info", "tag point is disable");
324
+ e = Y("div"), _(e, "data-info", "tag point is disable");
325
325
  },
326
326
  m(i, a) {
327
327
  R(i, e, a);
@@ -334,84 +334,84 @@ function Le(t) {
334
334
  }
335
335
  };
336
336
  }
337
- function ze(t) {
337
+ function Ze(o) {
338
338
  let e, i, a;
339
339
  function m(n) {
340
- t[34](n);
340
+ o[34](n);
341
341
  }
342
342
  let r = {
343
343
  tag: (
344
344
  /*tag*/
345
- t[0]
345
+ o[0]
346
346
  ),
347
347
  handleMouseEnter: (
348
348
  /*handleMouseEnter*/
349
- t[30]
349
+ o[30]
350
350
  ),
351
351
  handleMouseLeave: (
352
352
  /*handleMouseLeave*/
353
- t[31]
353
+ o[31]
354
354
  ),
355
355
  handleTagPointClick: (
356
356
  /*handleTagPointClick*/
357
- t[32]
357
+ o[32]
358
358
  )
359
359
  };
360
360
  return (
361
361
  /*tagPointClickHelper*/
362
- t[12] !== void 0 && (r.tagPointClickHelper = /*tagPointClickHelper*/
363
- t[12]), e = new De({ props: r }), W.push(() => Me(e, "tagPointClickHelper", m)), t[35](e), e.$on(
362
+ o[13] !== void 0 && (r.tagPointClickHelper = /*tagPointClickHelper*/
363
+ o[13]), e = new Le({ props: r }), X.push(() => De(e, "tagPointClickHelper", m)), o[35](e), e.$on(
364
364
  "audioInstanceReady",
365
365
  /*audioEventHandlers*/
366
- t[27].audioInstanceReady
366
+ o[27].audioInstanceReady
367
367
  ), e.$on(
368
368
  "audioPlay",
369
369
  /*audioEventHandlers*/
370
- t[27].audioPlay
370
+ o[27].audioPlay
371
371
  ), e.$on(
372
372
  "audioPause",
373
373
  /*audioEventHandlers*/
374
- t[27].audioPause
374
+ o[27].audioPause
375
375
  ), e.$on(
376
376
  "audioTimeUpdate",
377
377
  /*audioEventHandlers*/
378
- t[27].audioTimeUpdate
378
+ o[27].audioTimeUpdate
379
379
  ), e.$on(
380
380
  "audioDuration",
381
381
  /*audioEventHandlers*/
382
- t[27].audioDuration
382
+ o[27].audioDuration
383
383
  ), {
384
384
  c() {
385
- Y(e.$$.fragment);
385
+ $(e.$$.fragment);
386
386
  },
387
387
  m(n, u) {
388
- $(e, n, u), a = !0;
388
+ x(e, n, u), a = !0;
389
389
  },
390
390
  p(n, u) {
391
391
  const l = {};
392
392
  u[0] & /*tag*/
393
393
  1 && (l.tag = /*tag*/
394
394
  n[0]), !i && u[0] & /*tagPointClickHelper*/
395
- 4096 && (i = !0, l.tagPointClickHelper = /*tagPointClickHelper*/
396
- n[12], Se(() => i = !1)), e.$set(l);
395
+ 8192 && (i = !0, l.tagPointClickHelper = /*tagPointClickHelper*/
396
+ n[13], He(() => i = !1)), e.$set(l);
397
397
  },
398
398
  i(n) {
399
399
  a || (b(e.$$.fragment, n), a = !0);
400
400
  },
401
401
  o(n) {
402
- h(e.$$.fragment, n), a = !1;
402
+ k(e.$$.fragment, n), a = !1;
403
403
  },
404
404
  d(n) {
405
- t[35](null), x(e, n);
405
+ o[35](null), ee(e, n);
406
406
  }
407
407
  }
408
408
  );
409
409
  }
410
- function Ae(t) {
410
+ function Ne(o) {
411
411
  let e;
412
412
  return {
413
413
  c() {
414
- e = X("div"), _(e, "data-info", "tag content is disable");
414
+ e = Y("div"), _(e, "data-info", "tag content is disable");
415
415
  },
416
416
  m(i, a) {
417
417
  R(i, e, a);
@@ -424,52 +424,52 @@ function Ae(t) {
424
424
  }
425
425
  };
426
426
  }
427
- function Re(t) {
427
+ function Oe(o) {
428
428
  let e, i;
429
- return e = new we({
429
+ return e = new Ie({
430
430
  props: {
431
431
  mediaStore: (
432
432
  /*mediaStore*/
433
- t[1]
433
+ o[1]
434
434
  ),
435
- tag: ie(
435
+ tag: ae(
436
436
  /*tag*/
437
- t[0]
437
+ o[0]
438
438
  ),
439
439
  hooks: (
440
440
  /*hooks*/
441
- t[26]
441
+ o[26]
442
442
  ),
443
443
  state: (
444
444
  /*state*/
445
- t[4]
445
+ o[4]
446
446
  ),
447
447
  temporaryState: (
448
448
  /*temporaryState*/
449
- t[5]
449
+ o[5]
450
450
  ),
451
451
  rendererMap: (
452
452
  /*rendererMap*/
453
- t[2]
453
+ o[2]
454
454
  ),
455
455
  contentTypeMap: (
456
456
  /*contentTypeMap*/
457
- t[3]
457
+ o[3]
458
458
  )
459
459
  }
460
460
  }), {
461
461
  c() {
462
- Y(e.$$.fragment);
462
+ $(e.$$.fragment);
463
463
  },
464
464
  m(a, m) {
465
- $(e, a, m), i = !0;
465
+ x(e, a, m), i = !0;
466
466
  },
467
467
  p(a, m) {
468
468
  const r = {};
469
469
  m[0] & /*mediaStore*/
470
470
  2 && (r.mediaStore = /*mediaStore*/
471
471
  a[1]), m[0] & /*tag*/
472
- 1 && (r.tag = ie(
472
+ 1 && (r.tag = ae(
473
473
  /*tag*/
474
474
  a[0]
475
475
  )), m[0] & /*state*/
@@ -486,82 +486,82 @@ function Re(t) {
486
486
  i || (b(e.$$.fragment, a), i = !0);
487
487
  },
488
488
  o(a) {
489
- h(e.$$.fragment, a), i = !1;
489
+ k(e.$$.fragment, a), i = !1;
490
490
  },
491
491
  d(a) {
492
- x(e, a);
492
+ ee(e, a);
493
493
  }
494
494
  };
495
495
  }
496
- function ne(t) {
496
+ function me(o) {
497
497
  var a;
498
498
  let e, i;
499
- return e = new Ie({
499
+ return e = new Ue({
500
500
  props: {
501
501
  tag: (
502
502
  /*tag*/
503
- t[0]
503
+ o[0]
504
504
  ),
505
505
  config: (
506
506
  /*tag*/
507
- t[0].config.popoverConfig
507
+ o[0].config.popoverConfig
508
508
  ),
509
509
  theme: (
510
510
  /*tag*/
511
- (a = t[0].config.popoverConfig) == null ? void 0 : a.theme
511
+ (a = o[0].config.popoverConfig) == null ? void 0 : a.theme
512
512
  ),
513
513
  wrapperElement: (
514
514
  /*wrapperElement*/
515
- t[6]
515
+ o[6]
516
516
  ),
517
517
  triggerElement: (
518
518
  /*tagPointClickHelper*/
519
- t[12]
519
+ o[13]
520
520
  ),
521
521
  popoverContainer: (
522
522
  /*popoverContainer*/
523
- t[7]
523
+ o[7]
524
524
  ),
525
525
  visible: !0,
526
526
  closePopover: (
527
527
  /*closePopover*/
528
- t[33]
528
+ o[33]
529
529
  ),
530
530
  audioInstance: (
531
531
  /*audioInstance*/
532
- t[14]
532
+ o[15]
533
533
  ),
534
534
  audioPlaying: (
535
535
  /*audioPlaying*/
536
- t[15]
536
+ o[16]
537
537
  ),
538
538
  audioCurrentTime: (
539
539
  /*audioCurrentTime*/
540
- t[16]
540
+ o[17]
541
541
  ),
542
542
  audioDuration: (
543
543
  /*audioDuration*/
544
- t[17]
544
+ o[18]
545
545
  )
546
546
  }
547
547
  }), e.$on(
548
548
  "mouseenter",
549
549
  /*handlePopoverMouseEnter*/
550
- t[28]
550
+ o[28]
551
551
  ), e.$on(
552
552
  "mouseleave",
553
553
  /*handlePopoverMouseLeave*/
554
- t[29]
554
+ o[29]
555
555
  ), e.$on(
556
556
  "close",
557
557
  /*closePopover*/
558
- t[33]
558
+ o[33]
559
559
  ), {
560
560
  c() {
561
- Y(e.$$.fragment);
561
+ $(e.$$.fragment);
562
562
  },
563
563
  m(m, r) {
564
- $(e, m, r), i = !0;
564
+ x(e, m, r), i = !0;
565
565
  },
566
566
  p(m, r) {
567
567
  var u;
@@ -575,47 +575,47 @@ function ne(t) {
575
575
  (u = m[0].config.popoverConfig) == null ? void 0 : u.theme), r[0] & /*wrapperElement*/
576
576
  64 && (n.wrapperElement = /*wrapperElement*/
577
577
  m[6]), r[0] & /*tagPointClickHelper*/
578
- 4096 && (n.triggerElement = /*tagPointClickHelper*/
579
- m[12]), r[0] & /*popoverContainer*/
578
+ 8192 && (n.triggerElement = /*tagPointClickHelper*/
579
+ m[13]), r[0] & /*popoverContainer*/
580
580
  128 && (n.popoverContainer = /*popoverContainer*/
581
581
  m[7]), r[0] & /*audioInstance*/
582
- 16384 && (n.audioInstance = /*audioInstance*/
583
- m[14]), r[0] & /*audioPlaying*/
584
- 32768 && (n.audioPlaying = /*audioPlaying*/
585
- m[15]), r[0] & /*audioCurrentTime*/
586
- 65536 && (n.audioCurrentTime = /*audioCurrentTime*/
587
- m[16]), r[0] & /*audioDuration*/
588
- 131072 && (n.audioDuration = /*audioDuration*/
589
- m[17]), e.$set(n);
582
+ 32768 && (n.audioInstance = /*audioInstance*/
583
+ m[15]), r[0] & /*audioPlaying*/
584
+ 65536 && (n.audioPlaying = /*audioPlaying*/
585
+ m[16]), r[0] & /*audioCurrentTime*/
586
+ 131072 && (n.audioCurrentTime = /*audioCurrentTime*/
587
+ m[17]), r[0] & /*audioDuration*/
588
+ 262144 && (n.audioDuration = /*audioDuration*/
589
+ m[18]), e.$set(n);
590
590
  },
591
591
  i(m) {
592
592
  i || (b(e.$$.fragment, m), i = !0);
593
593
  },
594
594
  o(m) {
595
- h(e.$$.fragment, m), i = !1;
595
+ k(e.$$.fragment, m), i = !1;
596
596
  },
597
597
  d(m) {
598
- x(e, m);
598
+ ee(e, m);
599
599
  }
600
600
  };
601
601
  }
602
- function Ze(t) {
602
+ function qe(o) {
603
603
  var u;
604
604
  let e, i = (
605
605
  /*tag*/
606
- t[0].isPopoverConfigEnabled() && /*hasPopoverContent*/
607
- t[24] && /*isHovering*/
608
- (t[11] || /*tag*/
609
- ((u = t[0].config.popoverConfig) == null ? void 0 : u.debug))
606
+ o[0].isPopoverConfigEnabled() && /*hasPopoverContent*/
607
+ o[9] && /*isHovering*/
608
+ (o[8] || /*tag*/
609
+ ((u = o[0].config.popoverConfig) == null ? void 0 : u.debug))
610
610
  ), a, m, r = (
611
611
  /*screenPosition*/
612
- t[9] && (!/*disable*/
613
- t[22] || /*isHovering*/
614
- t[11]) && re(t)
615
- ), n = i && ne(t);
612
+ o[11] && (!/*disable*/
613
+ o[23] || /*isHovering*/
614
+ o[8]) && pe(o)
615
+ ), n = i && me(o);
616
616
  return {
617
617
  c() {
618
- r && r.c(), e = ae(), n && n.c(), a = Te();
618
+ r && r.c(), e = le(), n && n.c(), a = Ee();
619
619
  },
620
620
  m(l, g) {
621
621
  r && r.m(l, g), R(l, e, g), n && n.m(l, g), R(l, a, g), m = !0;
@@ -623,18 +623,18 @@ function Ze(t) {
623
623
  p(l, g) {
624
624
  var d;
625
625
  /*screenPosition*/
626
- l[9] && (!/*disable*/
627
- l[22] || /*isHovering*/
628
- l[11]) ? r ? (r.p(l, g), g[0] & /*screenPosition, disable, isHovering*/
629
- 4196864 && b(r, 1)) : (r = re(l), r.c(), b(r, 1), r.m(e.parentNode, e)) : r && (j(), h(r, 1, 1, () => {
626
+ l[11] && (!/*disable*/
627
+ l[23] || /*isHovering*/
628
+ l[8]) ? r ? (r.p(l, g), g[0] & /*screenPosition, disable, isHovering*/
629
+ 8390912 && b(r, 1)) : (r = pe(l), r.c(), b(r, 1), r.m(e.parentNode, e)) : r && (j(), k(r, 1, 1, () => {
630
630
  r = null;
631
631
  }), V()), g[0] & /*tag, hasPopoverContent, isHovering*/
632
- 16779265 && (i = /*tag*/
632
+ 769 && (i = /*tag*/
633
633
  l[0].isPopoverConfigEnabled() && /*hasPopoverContent*/
634
- l[24] && /*isHovering*/
635
- (l[11] || /*tag*/
634
+ l[9] && /*isHovering*/
635
+ (l[8] || /*tag*/
636
636
  ((d = l[0].config.popoverConfig) == null ? void 0 : d.debug))), i ? n ? (n.p(l, g), g[0] & /*tag, hasPopoverContent, isHovering*/
637
- 16779265 && b(n, 1)) : (n = ne(l), n.c(), b(n, 1), n.m(a.parentNode, a)) : n && (j(), h(n, 1, 1, () => {
637
+ 769 && b(n, 1)) : (n = me(l), n.c(), b(n, 1), n.m(a.parentNode, a)) : n && (j(), k(n, 1, 1, () => {
638
638
  n = null;
639
639
  }), V());
640
640
  },
@@ -642,142 +642,151 @@ function Ze(t) {
642
642
  m || (b(r), b(n), m = !0);
643
643
  },
644
644
  o(l) {
645
- h(r), h(n), m = !1;
645
+ k(r), k(n), m = !1;
646
646
  },
647
647
  d(l) {
648
648
  r && r.d(l), l && Z(e), n && n.d(l), l && Z(a);
649
649
  }
650
650
  };
651
651
  }
652
- function Ne(t, e, i) {
653
- let a, m, r, n, u, l, g, d, U, v, L, { tag: o } = e, { mediaStore: C } = e, { rendererMap: S = /* @__PURE__ */ new Map() } = e, { contentTypeMap: f = /* @__PURE__ */ new Map() } = e, { state: s } = e, { temporaryState: w } = e, { wrapperElement: D = null } = e, { popoverContainer: ee = null } = e;
654
- const pe = Pe("hooks");
655
- let T = !1, y, P, B = null, G = !1, J = !1, K = null, Q = null, N = !1, te = 0, oe = 0;
656
- const me = {
652
+ function Fe(o, e, i) {
653
+ let a, m, r, n, u, l, g, d, L, v, z, { tag: t } = e, { mediaStore: C } = e, { rendererMap: S = /* @__PURE__ */ new Map() } = e, { contentTypeMap: f = /* @__PURE__ */ new Map() } = e, { state: s } = e, { temporaryState: w } = e, { wrapperElement: D = null } = e, { popoverContainer: oe = null } = e;
654
+ const fe = Me("hooks");
655
+ let T = !1, y, P, B = null, G = !1, J = !1, K = null, Q = !1, W = null, N = !1, te = 0, ie = 0;
656
+ const ue = {
657
657
  audioInstanceReady: (p) => {
658
- i(14, Q = p.detail), i(15, N = !Q.paused);
658
+ i(15, W = p.detail), i(16, N = !W.paused);
659
659
  },
660
660
  audioPlay: () => {
661
- i(15, N = !0);
661
+ i(16, N = !0);
662
662
  },
663
663
  audioPause: () => {
664
- i(15, N = !1);
664
+ i(16, N = !1);
665
665
  },
666
666
  audioTimeUpdate: (p) => {
667
- i(16, te = p.detail);
667
+ i(17, te = p.detail);
668
668
  },
669
669
  audioDuration: (p) => {
670
- i(17, oe = p.detail);
670
+ i(18, ie = p.detail);
671
671
  }
672
672
  };
673
673
  let O = !1;
674
674
  const q = (p) => {
675
675
  if (P && clearTimeout(P), p === !0 && !O) {
676
- O = !0, i(11, T = !0);
676
+ O = !0, i(8, T = !0);
677
677
  return;
678
678
  }
679
679
  P = setTimeout(
680
680
  () => {
681
681
  var c;
682
- !G && !J && !((c = o.config.popoverConfig) != null && c.debug) && (O = !1, i(11, T = !1));
682
+ !G && !J && !((c = t.config.popoverConfig) != null && c.debug) && (O = !1, i(8, T = !1));
683
683
  },
684
684
  300
685
685
  );
686
- }, le = () => {
686
+ }, se = () => {
687
687
  G = !0, P && clearTimeout(P);
688
- }, fe = () => {
688
+ }, de = () => {
689
689
  G = !1, q(!1);
690
- }, ue = (p) => {
691
- var c, k, E, M, z, A;
692
- if (J = !0, o.isPopoverConfigEnabled() && o.isHoverEnabled() && ((k = (c = o.currentConfig) == null ? void 0 : c.popoverConfig) == null ? void 0 : k.trigger) === "hover") {
690
+ }, ge = (p) => {
691
+ var c, h, E, U, M, A;
692
+ if (!Q && (J = !0, t.isPopoverConfigEnabled() && t.isHoverEnabled() && ((h = (c = t.currentConfig) == null ? void 0 : c.popoverConfig) == null ? void 0 : h.trigger) === "hover")) {
693
693
  if (P && clearTimeout(P), y !== void 0)
694
694
  return;
695
- ((M = (E = o.currentConfig) == null ? void 0 : E.popoverConfig) == null ? void 0 : M.triggerDelay) > 0 ? y = setTimeout(
695
+ ((U = (E = t.currentConfig) == null ? void 0 : E.popoverConfig) == null ? void 0 : U.triggerDelay) > 0 ? y = setTimeout(
696
696
  () => {
697
- q(!0), o.hooks.emit("hover", { event: p, tag: o }), y = void 0;
697
+ q(!0), t.hooks.emit("hover", { event: p, tag: t }), y = void 0;
698
698
  },
699
- (A = (z = o.currentConfig) == null ? void 0 : z.popoverConfig) == null ? void 0 : A.triggerDelay
700
- ) : (q(!0), o.hooks.emit("hover", { event: p, tag: o }));
699
+ (A = (M = t.currentConfig) == null ? void 0 : M.popoverConfig) == null ? void 0 : A.triggerDelay
700
+ ) : (q(!0), t.hooks.emit("hover", { event: p, tag: t }));
701
701
  }
702
- }, se = (p) => {
703
- var c, k;
704
- J = !1, o.isHoverEnabled() && o.isPopoverConfigEnabled() && ((k = (c = o.currentConfig) == null ? void 0 : c.popoverConfig) == null ? void 0 : k.trigger) === "hover" && (y !== void 0 && (clearTimeout(y), y = void 0), q(!1));
705
- }, de = (p) => {
706
- var k, E;
707
- const c = o.contentType === "Audio" && o.data.appearance === "plane";
708
- o.isPopoverConfigEnabled() && o.isHoverEnabled() && ((E = (k = o.currentConfig) == null ? void 0 : k.popoverConfig) == null ? void 0 : E.trigger) === "click" && (c ? T || (i(11, T = !0), o.hooks.emit("hover", { event: p, tag: o })) : (i(11, T = !T), T && o.hooks.emit("hover", { event: p, tag: o })));
702
+ }, ce = (p) => {
703
+ var c, h;
704
+ J = !1, t.isHoverEnabled() && t.isPopoverConfigEnabled() && ((h = (c = t.currentConfig) == null ? void 0 : c.popoverConfig) == null ? void 0 : h.trigger) === "hover" && (y !== void 0 && (clearTimeout(y), y = void 0), q(!1));
705
+ }, _e = (p) => {
706
+ var h, E;
707
+ const c = t.contentType === "Audio" && t.data.appearance === "plane";
708
+ t.isPopoverConfigEnabled() && t.isHoverEnabled() && ((E = (h = t.currentConfig) == null ? void 0 : h.popoverConfig) == null ? void 0 : E.trigger) === "click" && (c ? T || (i(8, T = !0), t.hooks.emit("hover", { event: p, tag: t })) : (i(8, T = !T), T && t.hooks.emit("hover", { event: p, tag: t })));
709
709
  };
710
- function ge() {
711
- O = !1, i(11, T = !1);
710
+ function be() {
711
+ O = !1, i(8, T = !1);
712
712
  }
713
- ye(() => () => {
714
- y && clearTimeout(y), P && clearTimeout(P);
715
- });
716
- function ce(p) {
717
- B = p, i(12, B);
713
+ const re = () => {
714
+ Q = !0, setTimeout(
715
+ () => {
716
+ Q = !1;
717
+ },
718
+ 500
719
+ );
720
+ };
721
+ Se(() => (document.addEventListener("touchstart", re, { passive: !0 }), () => {
722
+ y && clearTimeout(y), P && clearTimeout(P), document.removeEventListener("touchstart", re);
723
+ }));
724
+ function ve(p) {
725
+ B = p, i(13, B);
718
726
  }
719
- function _e(p) {
720
- W[p ? "unshift" : "push"](() => {
721
- K = p, i(13, K);
727
+ function Ce(p) {
728
+ X[p ? "unshift" : "push"](() => {
729
+ K = p, i(14, K);
722
730
  });
723
731
  }
724
- function be(p) {
725
- W[p ? "unshift" : "push"](() => {
726
- o.dom = p, i(0, o);
732
+ function he(p) {
733
+ X[p ? "unshift" : "push"](() => {
734
+ t.dom = p, i(0, t);
727
735
  });
728
736
  }
729
- return t.$$set = (p) => {
730
- "tag" in p && i(0, o = p.tag), "mediaStore" in p && i(1, C = p.mediaStore), "rendererMap" in p && i(2, S = p.rendererMap), "contentTypeMap" in p && i(3, f = p.contentTypeMap), "state" in p && i(4, s = p.state), "temporaryState" in p && i(5, w = p.temporaryState), "wrapperElement" in p && i(6, D = p.wrapperElement), "popoverContainer" in p && i(7, ee = p.popoverContainer);
731
- }, t.$$.update = () => {
732
- var p, c, k, E;
733
- t.$$.dirty[0] & /*tag, rendererMap*/
734
- 5 && i(10, a = (() => {
735
- var M, z, A;
736
- return ((z = (M = o.style) == null ? void 0 : M.point) == null ? void 0 : z.enabled) === !1 || ((A = S.get(o.contentType)) == null ? void 0 : A.usePoint) === !1 || o.contentType === "Sticker" || o.contentType === "Link" || o.contentType === "VRLink" || o.contentType === "PanoLink" ? !1 : o.contentType === "Panorama" ? !0 : o.contentType === "Audio" && o.data.appearance === "plane" ? o.isPopoverConfigEnabled() : !0;
737
- })()), t.$$.dirty[0] & /*tag, havePoint*/
738
- 1025 && i(25, m = (() => !(o.isPopoverConfigEnabled() && o.contentType === "Panorama" || o.isPopoverConfigEnabled() && o.contentType === "ImageText" || o.isPopoverConfigEnabled() && o.contentType === "Text" || o.isPopoverConfigEnabled() && o.contentType === "Audio" || o.stickType !== "2DPoint" || o.entryFromModel && He(o.five.state.mode) && a))()), t.$$.dirty[0] & /*tag*/
739
- 1 && i(24, r = (() => {
737
+ return o.$$set = (p) => {
738
+ "tag" in p && i(0, t = p.tag), "mediaStore" in p && i(1, C = p.mediaStore), "rendererMap" in p && i(2, S = p.rendererMap), "contentTypeMap" in p && i(3, f = p.contentTypeMap), "state" in p && i(4, s = p.state), "temporaryState" in p && i(5, w = p.temporaryState), "wrapperElement" in p && i(6, D = p.wrapperElement), "popoverContainer" in p && i(7, oe = p.popoverContainer);
739
+ }, o.$$.update = () => {
740
+ var p, c, h, E, U;
741
+ o.$$.dirty[0] & /*tag, rendererMap*/
742
+ 5 && i(12, a = (() => {
743
+ var M, A, ne;
744
+ return ((A = (M = t.style) == null ? void 0 : M.point) == null ? void 0 : A.enabled) === !1 || ((ne = S.get(t.contentType)) == null ? void 0 : ne.usePoint) === !1 || t.contentType === "Sticker" || t.contentType === "Link" || t.contentType === "VRLink" || t.contentType === "PanoLink" ? !1 : t.contentType === "Panorama" ? !0 : t.contentType === "Audio" && t.data.appearance === "plane" ? t.isPopoverConfigEnabled() : !0;
745
+ })()), o.$$.dirty[0] & /*tag, havePoint*/
746
+ 4097 && i(25, m = (() => !(t.isPopoverConfigEnabled() && t.contentType === "Panorama" || t.isPopoverConfigEnabled() && t.contentType === "ImageText" || t.isPopoverConfigEnabled() && t.contentType === "Text" || t.isPopoverConfigEnabled() && t.contentType === "Audio" || t.stickType !== "2DPoint" || t.entryFromModel && ze(t.five.state.mode) && a))()), o.$$.dirty[0] & /*tag*/
747
+ 1 && i(9, r = (() => {
740
748
  var M;
741
- return o.contentType === "Marketing" ? !!(o.data.title || o.data.name || o.data.description || o.data.tooltip || (M = o.data.price) != null && M.value || o.data.brandTags && o.data.brandTags.length > 0 || o.data.tags && o.data.tags.length > 0 || o.data.imageUrl || o.data.mediaUrl || o.data.mediaData && o.data.mediaData.length > 0) : !!(o.data.title || o.data.name || o.data.text || o.data.description || o.data.tooltip || o.data.imageUrl || o.data.mediaUrl || o.data.audioUrl || o.data.mediaData && o.data.mediaData.length > 0);
742
- })()), t.$$.dirty[0] & /*tag*/
743
- 1 && i(23, n = o.id), t.$$.dirty[0] & /*tag*/
744
- 1 && i(9, u = o.screenPosition), t.$$.dirty[0] & /*tag*/
745
- 1 && i(22, l = o.enabled === !1 || !o.state), t.$$.dirty[0] & /*tag, screenPosition*/
746
- 513 && i(21, g = !((p = o.state) != null && p.visible) || ((c = o.temporaryState) == null ? void 0 : c.visible) === !1 || !u), t.$$.dirty[0] & /*tag*/
747
- 1 && i(8, d = ((k = o.state) == null ? void 0 : k.unfolded) && !o.isPopoverConfigEnabled()), t.$$.dirty[0] & /*screenPosition*/
748
- 512 && i(20, U = (u == null ? void 0 : u.leftPx) + "px"), t.$$.dirty[0] & /*screenPosition*/
749
- 512 && i(19, v = (u == null ? void 0 : u.topPx) + "px"), t.$$.dirty[0] & /*unfolded, tag*/
750
- 257 && i(18, L = d ? ((E = o.zIndex) != null ? E : 0) + (d ? 1e6 : 0) : void 0);
749
+ return t.contentType === "Marketing" ? !!(t.data.title || t.data.name || t.data.description || t.data.tooltip || (M = t.data.price) != null && M.value || t.data.brandTags && t.data.brandTags.length > 0 || t.data.tags && t.data.tags.length > 0 || t.data.imageUrl || t.data.mediaUrl || t.data.mediaData && t.data.mediaData.length > 0) : !!(t.data.title || t.data.name || t.data.text || t.data.description || t.data.tooltip || t.data.imageUrl || t.data.mediaUrl || t.data.audioUrl || t.data.mediaData && t.data.mediaData.length > 0);
750
+ })()), o.$$.dirty[0] & /*tag*/
751
+ 1 && i(24, n = t.id), o.$$.dirty[0] & /*tag*/
752
+ 1 && i(11, u = t.screenPosition), o.$$.dirty[0] & /*tag*/
753
+ 1 && i(23, l = t.enabled === !1 || !t.state), o.$$.dirty[0] & /*tag, screenPosition*/
754
+ 2049 && i(22, g = !((p = t.state) != null && p.visible) || ((c = t.temporaryState) == null ? void 0 : c.visible) === !1 || !u), o.$$.dirty[0] & /*tag*/
755
+ 1 && i(10, d = ((h = t.state) == null ? void 0 : h.unfolded) && !t.isPopoverConfigEnabled()), o.$$.dirty[0] & /*screenPosition*/
756
+ 2048 && i(21, L = (u == null ? void 0 : u.leftPx) + "px"), o.$$.dirty[0] & /*screenPosition*/
757
+ 2048 && i(20, v = (u == null ? void 0 : u.topPx) + "px"), o.$$.dirty[0] & /*unfolded, tag*/
758
+ 1025 && i(19, z = d ? ((E = t.zIndex) != null ? E : 0) + (d ? 1e6 : 0) : void 0), o.$$.dirty[0] & /*tag*/
759
+ 1 && console.log("zff ~ tag.isPopoverConfigEnabled():", t.isPopoverConfigEnabled()), o.$$.dirty[0] & /*hasPopoverContent*/
760
+ 512 && console.log("zff ~ hasPopoverContent:", r), o.$$.dirty[0] & /*isHovering*/
761
+ 256 && console.log("zff ~ isHovering:", T), o.$$.dirty[0] & /*tag*/
762
+ 1 && console.log("zff ~ tag.config.popoverConfig?.debug:", (U = t.config.popoverConfig) == null ? void 0 : U.debug);
751
763
  }, [
752
- o,
764
+ t,
753
765
  C,
754
766
  S,
755
767
  f,
756
768
  s,
757
769
  w,
758
770
  D,
759
- ee,
771
+ oe,
772
+ T,
773
+ r,
760
774
  d,
761
775
  u,
762
776
  a,
763
- T,
764
777
  B,
765
778
  K,
766
- Q,
779
+ W,
767
780
  N,
768
781
  te,
769
- oe,
770
- L,
782
+ ie,
783
+ z,
771
784
  v,
772
- U,
785
+ L,
773
786
  g,
774
787
  l,
775
788
  n,
776
- r,
777
789
  m,
778
- pe,
779
- me,
780
- le,
781
790
  fe,
782
791
  ue,
783
792
  se,
@@ -785,17 +794,20 @@ function Ne(t, e, i) {
785
794
  ge,
786
795
  ce,
787
796
  _e,
788
- be
797
+ be,
798
+ ve,
799
+ Ce,
800
+ he
789
801
  ];
790
802
  }
791
- class dr extends ve {
803
+ class _r extends ke {
792
804
  constructor(e) {
793
- super(), Ce(
805
+ super(), Te(
794
806
  this,
795
807
  e,
796
- Ne,
797
- Ze,
798
- ke,
808
+ Fe,
809
+ qe,
810
+ Pe,
799
811
  {
800
812
  tag: 0,
801
813
  mediaStore: 1,
@@ -806,11 +818,11 @@ class dr extends ve {
806
818
  wrapperElement: 6,
807
819
  popoverContainer: 7
808
820
  },
809
- Ue,
821
+ Ae,
810
822
  [-1, -1]
811
823
  );
812
824
  }
813
825
  }
814
826
  export {
815
- dr as default
827
+ _r as default
816
828
  };