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