@realsee/dnalogel 3.28.11 → 3.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (403) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +1 -1
  3. package/dist/PanoTagPlugin/controller/index.d.ts +21 -2
  4. package/dist/PanoTagPlugin/typings/controller.d.ts +2 -0
  5. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +6 -2
  6. package/dist/PanoTagPlugin/typings/tag/TagInstance.d.ts +2 -0
  7. package/dist/index.cjs.js +55 -55
  8. package/dist/index.js +4616 -4496
  9. package/dist/index.umd.js +55 -55
  10. package/dist/shared-utils/three/blink.d.ts +17 -0
  11. package/docs/assets/search.js +1 -1
  12. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +3 -3
  13. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +3 -3
  14. package/docs/classes/CSS3DRender.html +3 -3
  15. package/docs/classes/GuideLineItem.GuideLineItem.html +3 -3
  16. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +3 -3
  17. package/docs/classes/ModelMakerPluginType.ModelMakerController.html +3 -3
  18. package/docs/classes/ModelRoomLabelController.html +3 -3
  19. package/docs/classes/MoveController.html +3 -3
  20. package/docs/classes/Object3DHelperController.html +3 -3
  21. package/docs/classes/PaintBrush.html +3 -3
  22. package/docs/classes/PanoMeasurePluginLine.html +3 -3
  23. package/docs/classes/PanoMeasurePluginModel.html +3 -3
  24. package/docs/classes/PanoMeasurePluginPoint.html +3 -3
  25. package/docs/classes/PanoMeasurePluginPolyline.html +3 -3
  26. package/docs/classes/PanoTagPluginController.html +69 -35
  27. package/docs/classes/Sculpt.html +3 -3
  28. package/docs/classes/Util.BetterTween.html +3 -3
  29. package/docs/classes/Util.Interval.html +3 -3
  30. package/docs/classes/Util.LineSegments.html +3 -3
  31. package/docs/classes/Util.Magnifier.html +3 -3
  32. package/docs/classes/Util.Object3D.html +3 -3
  33. package/docs/classes/Util.PointDomHelper.html +3 -3
  34. package/docs/classes/Util.PointHelper.html +3 -3
  35. package/docs/classes/Util.PointSelectorHelper.html +3 -3
  36. package/docs/classes/Util.Rectangle.html +3 -3
  37. package/docs/classes/WalkController.html +3 -3
  38. package/docs/enums/CameraMovementEffect.html +3 -3
  39. package/docs/enums/ContentType.html +3 -3
  40. package/docs/enums/DIRECTION.html +3 -3
  41. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +3 -3
  42. package/docs/enums/DimensionType.html +3 -3
  43. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +3 -3
  44. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +3 -3
  45. package/docs/enums/PaintBrushTypeEnum.html +3 -3
  46. package/docs/enums/PointType.html +3 -3
  47. package/docs/enums/Rotation.html +3 -3
  48. package/docs/functions/AreaMakerPlugin.html +3 -3
  49. package/docs/functions/CSS3DRenderPlugin.html +3 -3
  50. package/docs/functions/CameraMovementPlugin.html +3 -3
  51. package/docs/functions/CruisePlugin.html +3 -3
  52. package/docs/functions/CurrentPanoImagePlugin.html +3 -3
  53. package/docs/functions/GuideLinePlugin.html +3 -3
  54. package/docs/functions/ItemLabelPlugin.html +3 -3
  55. package/docs/functions/MapviewFloorplanPlugin.html +3 -3
  56. package/docs/functions/ModelChassisCompassPlugin.html +3 -3
  57. package/docs/functions/ModelEntryDoorGuidePlugin.html +3 -3
  58. package/docs/functions/ModelFloorplanPlugin.html +3 -3
  59. package/docs/functions/ModelItemLabelPlugin.html +3 -3
  60. package/docs/functions/ModelMakerPlugin.html +3 -3
  61. package/docs/functions/ModelRoomLabelPlugin.html +3 -3
  62. package/docs/functions/ModelTVVideoPlugin.html +3 -3
  63. package/docs/functions/ModelViewPlugin.html +3 -3
  64. package/docs/functions/MovePlugin.html +3 -3
  65. package/docs/functions/Object3DHelperPlugin.html +3 -3
  66. package/docs/functions/PanoCompassPlugin.html +3 -3
  67. package/docs/functions/PanoCursorRaycasterPlugin.html +3 -3
  68. package/docs/functions/PanoDoorLabelPlugin.html +3 -3
  69. package/docs/functions/PanoFloorplanRadarPlugin.html +3 -3
  70. package/docs/functions/PanoMeasurePlugin.html +3 -3
  71. package/docs/functions/PanoRulerPlugin.html +3 -3
  72. package/docs/functions/PanoRulerProPlugin.html +3 -3
  73. package/docs/functions/PanoSpatialTagPlugin.html +3 -3
  74. package/docs/functions/PanoTagPlugin.html +3 -3
  75. package/docs/functions/PanoVideoPlugin.html +3 -3
  76. package/docs/functions/PipelinePlugin.html +3 -3
  77. package/docs/functions/SculptPlugin.html +3 -3
  78. package/docs/functions/TopviewFloorplanPlugin.html +3 -3
  79. package/docs/functions/Util.absoluteUrl.html +3 -3
  80. package/docs/functions/Util.checkFiveModelLoaded.html +3 -3
  81. package/docs/functions/Util.equal.html +3 -3
  82. package/docs/functions/Util.getCoordsFromClient.html +3 -3
  83. package/docs/functions/Util.getCoordsFromElement.html +3 -3
  84. package/docs/functions/Util.getFrameTime.html +3 -3
  85. package/docs/functions/Util.getIntersectFromRelativePosition.html +3 -3
  86. package/docs/functions/Util.getRaycasterFromFivePointer.html +3 -3
  87. package/docs/functions/Util.isAbsoluteURL.html +3 -3
  88. package/docs/functions/Util.isModelLike.html +3 -3
  89. package/docs/functions/Util.isNil.html +3 -3
  90. package/docs/functions/Util.isPanoramaLike.html +3 -3
  91. package/docs/functions/Util.nextFrame.html +3 -3
  92. package/docs/functions/Util.notNil.html +3 -3
  93. package/docs/functions/Util.requestAnimationFrameInterval.html +3 -3
  94. package/docs/functions/Util.tweenProgress.html +3 -3
  95. package/docs/functions/Util.uuid.html +3 -3
  96. package/docs/functions/pluginFlag.html +4 -4
  97. package/docs/index.html +4 -4
  98. package/docs/interfaces/AddTagConfig.html +3 -3
  99. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +3 -3
  100. package/docs/interfaces/AreaMakerPluginType.Config.html +3 -3
  101. package/docs/interfaces/AreaMakerPluginType.EventMap.html +3 -3
  102. package/docs/interfaces/AreaMakerPluginType.Params.html +3 -3
  103. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +3 -3
  104. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +3 -3
  105. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +3 -3
  106. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +3 -3
  107. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +3 -3
  108. package/docs/interfaces/AreaMakerPluginType.State.html +3 -3
  109. package/docs/interfaces/CSS3DRenderPluginEventMap.html +3 -3
  110. package/docs/interfaces/CSS3DRenderPluginState.html +3 -3
  111. package/docs/interfaces/CameraMovementPluginExportType.html +3 -3
  112. package/docs/interfaces/ContentTypeMapInterface.html +3 -3
  113. package/docs/interfaces/CruisePluginTypes.Config.html +3 -3
  114. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +3 -3
  115. package/docs/interfaces/CruisePluginTypes.EventMap.html +3 -3
  116. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +3 -3
  117. package/docs/interfaces/CruisePluginTypes.MoveAction.html +3 -3
  118. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +3 -3
  119. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +3 -3
  120. package/docs/interfaces/CruisePluginTypes.PluginData.html +3 -3
  121. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +3 -3
  122. package/docs/interfaces/CruisePluginTypes.PluginState.html +3 -3
  123. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +3 -3
  124. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +3 -3
  125. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +3 -3
  126. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +3 -3
  127. package/docs/interfaces/CurrentPanoImagePluginType.State.html +3 -3
  128. package/docs/interfaces/EventMap.html +3 -3
  129. package/docs/interfaces/FloorplanBounding.html +3 -3
  130. package/docs/interfaces/FloorplanData.html +3 -3
  131. package/docs/interfaces/FloorplanEntrance.html +3 -3
  132. package/docs/interfaces/FloorplanExtraObject.html +3 -3
  133. package/docs/interfaces/FloorplanExtraObject3D.html +3 -3
  134. package/docs/interfaces/FloorplanFloorData.html +3 -3
  135. package/docs/interfaces/FloorplanImagePosition.html +3 -3
  136. package/docs/interfaces/FloorplanObserver.html +3 -3
  137. package/docs/interfaces/FloorplanOutlineItem.html +3 -3
  138. package/docs/interfaces/FloorplanPosition.html +3 -3
  139. package/docs/interfaces/FloorplanRoomItem.html +3 -3
  140. package/docs/interfaces/FloorplanRoomLabelItem.html +3 -3
  141. package/docs/interfaces/FloorplanServerBounding.html +3 -3
  142. package/docs/interfaces/FloorplanServerComputedData.html +3 -3
  143. package/docs/interfaces/FloorplanServerData.html +3 -3
  144. package/docs/interfaces/FloorplanServerDoorItem.html +3 -3
  145. package/docs/interfaces/FloorplanServerDoorPosition.html +3 -3
  146. package/docs/interfaces/FloorplanServerEntrance.html +3 -3
  147. package/docs/interfaces/FloorplanServerFloorData.html +3 -3
  148. package/docs/interfaces/FloorplanServerImagePosition.html +3 -3
  149. package/docs/interfaces/FloorplanServerObserver.html +3 -3
  150. package/docs/interfaces/FloorplanServerOutlineItem.html +3 -3
  151. package/docs/interfaces/FloorplanServerPosition.html +3 -3
  152. package/docs/interfaces/FloorplanServerRoomItem.html +3 -3
  153. package/docs/interfaces/FloorplanServerRoomLabelItem.html +3 -3
  154. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +3 -3
  155. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +3 -3
  156. package/docs/interfaces/GuideLinePluginType.EventMap.html +3 -3
  157. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +3 -3
  158. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +3 -3
  159. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +3 -3
  160. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +3 -3
  161. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +3 -3
  162. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +3 -3
  163. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +3 -3
  164. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +3 -3
  165. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +3 -3
  166. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +3 -3
  167. package/docs/interfaces/GuideLinePluginType.PluginState.html +3 -3
  168. package/docs/interfaces/GuideLinePluginType.Route.html +3 -3
  169. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +3 -3
  170. package/docs/interfaces/HelperOffset.html +3 -3
  171. package/docs/interfaces/ImagePlaneGroup.html +3 -3
  172. package/docs/interfaces/ItemLabelPluginData.html +3 -3
  173. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +3 -3
  174. package/docs/interfaces/ItemLabelPluginParametersType.html +3 -3
  175. package/docs/interfaces/MinMax.html +3 -3
  176. package/docs/interfaces/ModelChassisCompassPluginData.html +3 -3
  177. package/docs/interfaces/ModelChassisCompassPluginExportType.html +3 -3
  178. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +3 -3
  179. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +3 -3
  180. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +3 -3
  181. package/docs/interfaces/ModelItemLabelPluginData.html +3 -3
  182. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +3 -3
  183. package/docs/interfaces/ModelItemLabelPluginParametersType.html +3 -3
  184. package/docs/interfaces/ModelMakerPluginType.EventMap.html +3 -3
  185. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +3 -3
  186. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +3 -3
  187. package/docs/interfaces/ModelMakerPluginType.ServerData.html +3 -3
  188. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +3 -3
  189. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +3 -3
  190. package/docs/interfaces/ModelMakerPluginType.State.html +3 -3
  191. package/docs/interfaces/ModelRoomLabelPluginData.html +3 -3
  192. package/docs/interfaces/ModelTVVideoPluginData.html +3 -3
  193. package/docs/interfaces/ModelTVVideoPluginExportType.html +3 -3
  194. package/docs/interfaces/ModelTVVideoPluginParameterType.html +3 -3
  195. package/docs/interfaces/ModelViewPluginExportType.html +3 -3
  196. package/docs/interfaces/Object3DHelperState.html +3 -3
  197. package/docs/interfaces/ObjectHelperControllers.html +3 -3
  198. package/docs/interfaces/PaintBrushAction.html +3 -3
  199. package/docs/interfaces/PaintBrushConfigs.html +3 -3
  200. package/docs/interfaces/PaintBrushState.html +3 -3
  201. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +3 -3
  202. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +3 -3
  203. package/docs/interfaces/PanoMeasureParameterType.html +3 -3
  204. package/docs/interfaces/PanoMeasurePluginLineJson.html +3 -3
  205. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +3 -3
  206. package/docs/interfaces/PanoMeasurePluginPointJson.html +3 -3
  207. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +3 -3
  208. package/docs/interfaces/PanoRulerPluginExportType.html +3 -3
  209. package/docs/interfaces/PanoRulerPluginOptions.html +3 -3
  210. package/docs/interfaces/PanoRulerPluginParameterType.html +3 -3
  211. package/docs/interfaces/PanoRulerProPluginExportType.html +3 -3
  212. package/docs/interfaces/PanoRulerProPluginOptions.html +3 -3
  213. package/docs/interfaces/PanoRulerProPluginParameterType.html +3 -3
  214. package/docs/interfaces/PanoRulerProPluginState.html +3 -3
  215. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +3 -3
  216. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +3 -3
  217. package/docs/interfaces/PanoSpatialTagPluginData.html +3 -3
  218. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +3 -3
  219. package/docs/interfaces/PanoSpatialTagPluginExportType.html +3 -3
  220. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +3 -3
  221. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +3 -3
  222. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +3 -3
  223. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +3 -3
  224. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +3 -3
  225. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +3 -3
  226. package/docs/interfaces/PanoVideoPluginType.PluginData.html +3 -3
  227. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +3 -3
  228. package/docs/interfaces/PanoVideoPluginType.PluginState.html +3 -3
  229. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +3 -3
  230. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +3 -3
  231. package/docs/interfaces/Point.html +3 -3
  232. package/docs/interfaces/Room.html +3 -3
  233. package/docs/interfaces/RoomInfo.html +3 -3
  234. package/docs/interfaces/RoomLabel.html +3 -3
  235. package/docs/interfaces/RoomRules.html +3 -3
  236. package/docs/interfaces/Rooms.html +3 -3
  237. package/docs/interfaces/Scissor.html +3 -3
  238. package/docs/interfaces/State.html +3 -3
  239. package/docs/interfaces/TagCacheInterface.html +11 -11
  240. package/docs/interfaces/TagConfig.html +15 -15
  241. package/docs/interfaces/TagGLTFObjectGroup.html +3 -3
  242. package/docs/interfaces/TagIconUrl.html +3 -3
  243. package/docs/interfaces/TagObjectGroup.html +3 -3
  244. package/docs/interfaces/TagStyle.html +3 -3
  245. package/docs/interfaces/Tags.html +3 -3
  246. package/docs/interfaces/TemporaryState.html +3 -3
  247. package/docs/interfaces/Util.MagnifierParameter.html +3 -3
  248. package/docs/interfaces/Util.MouseGroupParameter.html +3 -3
  249. package/docs/interfaces/Util.PointIntersection.html +3 -3
  250. package/docs/modules/AreaMakerPluginType.html +3 -3
  251. package/docs/modules/CruisePluginTypes.html +3 -3
  252. package/docs/modules/CurrentPanoImagePluginType.html +3 -3
  253. package/docs/modules/GuideLineItem.html +3 -3
  254. package/docs/modules/GuideLineModeItem.html +3 -3
  255. package/docs/modules/GuideLinePluginType.html +3 -3
  256. package/docs/modules/ModelMakerPluginType.html +3 -3
  257. package/docs/modules/PanoVideoPluginType.html +3 -3
  258. package/docs/modules/SculptData.html +3 -3
  259. package/docs/modules/Util.html +3 -3
  260. package/docs/modules.html +4 -4
  261. package/docs/types/AddObject3DHelperConfig.html +3 -3
  262. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +3 -3
  263. package/docs/types/AreaMakerPluginType.ItemRenderer.html +3 -3
  264. package/docs/types/AreaMakerPluginType.PluginData.html +3 -3
  265. package/docs/types/AreaMakerPluginType.ServerData.html +3 -3
  266. package/docs/types/ArrayPosition.html +3 -3
  267. package/docs/types/AudioAppearance.html +3 -3
  268. package/docs/types/CSS3DRenderExportType.html +3 -3
  269. package/docs/types/CSS3DRenderPluginExportType.html +3 -3
  270. package/docs/types/CSS3DRenderPluginParameterType.html +3 -3
  271. package/docs/types/ClassFunctionParameters.html +3 -3
  272. package/docs/types/Color.html +3 -3
  273. package/docs/types/ContentTypeConfigKey.html +3 -3
  274. package/docs/types/ContentTypeConfigKeySplit.html +3 -3
  275. package/docs/types/ContentTypeMap.html +3 -3
  276. package/docs/types/Create3DDomContainerReturnType.html +3 -3
  277. package/docs/types/Create3DElementReturnType.html +3 -3
  278. package/docs/types/CruisePluginExportType.html +3 -3
  279. package/docs/types/CruisePluginTypes.CruiseData.html +3 -3
  280. package/docs/types/CruisePluginTypes.MoveEffect.html +3 -3
  281. package/docs/types/CurrentPanoImagePluginExportType.html +3 -3
  282. package/docs/types/DeprecatedMediaPlaneProperty.html +3 -3
  283. package/docs/types/DeprecatedTagProperty.html +3 -3
  284. package/docs/types/Direction-1.html +3 -3
  285. package/docs/types/Direction4.html +3 -3
  286. package/docs/types/ElementRenderer.html +3 -3
  287. package/docs/types/FloorplanRuleLabels.html +3 -3
  288. package/docs/types/FloorplanServerRuleLabels.html +3 -3
  289. package/docs/types/GuideLinePluginExportType.html +3 -3
  290. package/docs/types/GuideLinePluginType.GuideLineItem.html +3 -3
  291. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +3 -3
  292. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +3 -3
  293. package/docs/types/GuideLinePluginType.GuideLineStyle.html +3 -3
  294. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +3 -3
  295. package/docs/types/GuideLinePluginType.PathItem.html +3 -3
  296. package/docs/types/GuideLinePluginType.PluginData.html +3 -3
  297. package/docs/types/HelperEventMap.html +3 -3
  298. package/docs/types/InternalHelperEventMap.html +3 -3
  299. package/docs/types/LoadTagConfig.html +3 -3
  300. package/docs/types/MapviewFloorplanPluginParameterType.html +3 -3
  301. package/docs/types/MapviewFloorplanPluginReturnType.html +3 -3
  302. package/docs/types/MediaData.html +3 -3
  303. package/docs/types/MediaStore.html +4 -4
  304. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +3 -3
  305. package/docs/types/ModelFloorplanPluginParameterType.html +3 -3
  306. package/docs/types/ModelFloorplanPluginReturnType.html +3 -3
  307. package/docs/types/ModelId.html +3 -3
  308. package/docs/types/ModelMakerPluginType.ElementRenderer.html +3 -3
  309. package/docs/types/ModelMakerPluginType.ItemType.html +3 -3
  310. package/docs/types/ModelRoomLabelPluginParameters.html +3 -3
  311. package/docs/types/ModelRoomLabelPluginReturnType.html +3 -3
  312. package/docs/types/MoveArgs.html +3 -3
  313. package/docs/types/MoveOpts.html +3 -3
  314. package/docs/types/Object3DHelperEventMap.html +3 -3
  315. package/docs/types/ObjectFit.html +3 -3
  316. package/docs/types/PaintBrushEventMap.html +3 -3
  317. package/docs/types/PanoCompassPluginData.html +3 -3
  318. package/docs/types/PanoCompassPluginExportType.html +3 -3
  319. package/docs/types/PanoCompassPluginParameterType.html +3 -3
  320. package/docs/types/PanoFloorplanRadarPluginParameterType.html +3 -3
  321. package/docs/types/PanoFloorplanRadarPluginReturnType.html +3 -3
  322. package/docs/types/PanoIndex.html +3 -3
  323. package/docs/types/PanoMeasurePluginEvent.html +3 -3
  324. package/docs/types/PanoMeasureReturnType.html +3 -3
  325. package/docs/types/PanoSpatialTagPluginId.html +3 -3
  326. package/docs/types/PanoTagPluginExportInterface.html +3 -3
  327. package/docs/types/PanoTagPluginParamsInterface.html +3 -3
  328. package/docs/types/PanoVideoPluginParameterType.html +3 -3
  329. package/docs/types/PanoVideoPluginReturnType.html +3 -3
  330. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +3 -3
  331. package/docs/types/PipelinePluginParameterType.html +3 -3
  332. package/docs/types/PipelinePluginReturnType.html +3 -3
  333. package/docs/types/PlaneTag.html +3 -3
  334. package/docs/types/Point2DTag.html +3 -3
  335. package/docs/types/Point3DTag.html +3 -3
  336. package/docs/types/PointTag.html +3 -3
  337. package/docs/types/PointTagInstance.html +4 -4
  338. package/docs/types/Position.html +3 -3
  339. package/docs/types/PositionFrom.html +3 -3
  340. package/docs/types/RotateArgs.html +3 -3
  341. package/docs/types/RotateOpts.html +3 -3
  342. package/docs/types/RuleLabelsKey.html +3 -3
  343. package/docs/types/RuleLabelsValue.html +3 -3
  344. package/docs/types/ScaleCallback.html +3 -3
  345. package/docs/types/ScalePosition.html +3 -3
  346. package/docs/types/SculptData.BoxData.html +3 -3
  347. package/docs/types/SculptData.CircleData.html +3 -3
  348. package/docs/types/SculptData.CylinderData.html +3 -3
  349. package/docs/types/SculptData.PointData.html +3 -3
  350. package/docs/types/SculptData.PolygonData.html +3 -3
  351. package/docs/types/SculptData.PolylineData.html +3 -3
  352. package/docs/types/SculptData.PrismData.html +3 -3
  353. package/docs/types/SculptData.RectangleData.html +3 -3
  354. package/docs/types/StickType.html +3 -3
  355. package/docs/types/Tag.html +3 -3
  356. package/docs/types/Tag2D.html +3 -3
  357. package/docs/types/Tag3D.html +3 -3
  358. package/docs/types/TagConfigByKey.html +3 -3
  359. package/docs/types/TagContentType.html +3 -3
  360. package/docs/types/TagContentTypeMapping.html +3 -3
  361. package/docs/types/TagDimensionType.html +3 -3
  362. package/docs/types/TagElement.html +3 -3
  363. package/docs/types/TagEvents.html +21 -5
  364. package/docs/types/TagGLTFObject.html +3 -3
  365. package/docs/types/TagHooks.html +3 -3
  366. package/docs/types/TagId.html +3 -3
  367. package/docs/types/TagInstance.html +4 -4
  368. package/docs/types/TagPointType.html +3 -3
  369. package/docs/types/TagRendererMap.html +3 -3
  370. package/docs/types/TopviewFloorplanPluginParameterType.html +3 -3
  371. package/docs/types/TopviewFloorplanPluginReturnType.html +3 -3
  372. package/docs/types/WorkCode.html +3 -3
  373. package/docs/variables/FLOOR_TYPE_MAP.html +3 -3
  374. package/docs/variables/PLUGIN.html +3 -3
  375. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +3 -3
  376. package/docs/variables/ROOM_TYPE_MAP.html +3 -3
  377. package/docs/variables/defaultGlobalConfig.html +4 -4
  378. package/docs/variables/itemLabelPluginServerParams.html +3 -3
  379. package/docs/variables/modelItemLabelPluginServerParams.html +3 -3
  380. package/docs/variables/modelRoomLabelPluginServerParams.html +3 -3
  381. package/libs/CruisePlugin/Move.js +4 -3
  382. package/libs/CruisePlugin/Work.js +3 -2
  383. package/libs/CruisePlugin/index.js +8 -7
  384. package/libs/GuideLinePlugin/Controller.js +6 -5
  385. package/libs/GuideLinePlugin/GuideLineItem.js +4 -3
  386. package/libs/GuideLinePlugin/GuideLineModeItem.js +4 -2
  387. package/libs/GuideLinePlugin/index.js +7 -6
  388. package/libs/PanoTagPlugin/Components/Tag/index.js +309 -296
  389. package/libs/PanoTagPlugin/Components/TagItem.js +235 -226
  390. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +1 -1
  391. package/libs/PanoTagPlugin/controller/TagComputer.js +112 -112
  392. package/libs/PanoTagPlugin/controller/index.d.ts +21 -2
  393. package/libs/PanoTagPlugin/controller/index.js +148 -106
  394. package/libs/PanoTagPlugin/index.js +13 -11
  395. package/libs/PanoTagPlugin/typings/controller.d.ts +2 -0
  396. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +6 -2
  397. package/libs/PanoTagPlugin/typings/tag/TagInstance.d.ts +2 -0
  398. package/libs/base/BasePlugin.js +1 -1
  399. package/libs/index.js +127 -126
  400. package/libs/shared-utils/logger.js +1 -1
  401. package/libs/shared-utils/three/blink.d.ts +17 -0
  402. package/libs/shared-utils/three/blink.js +92 -0
  403. package/package.json +3 -3
@@ -1,14 +1,14 @@
1
- import { SvelteComponent as $, init as AA, safe_not_equal as eA, append_styles as tA, empty as nA, insert as U, transition_out as _, check_outros as X, transition_in as Q, detach as W, setContext as K, group_outros as j, element as I, attr as w, noop as N, toggle_class as B, null_to_empty as J, set_style as Y, append as R, listen as x, stop_propagation as iA, create_component as h, mount_component as v, destroy_component as D } from "../../../vendor/svelte/internal/index.js";
2
- import oA from "./TextTag/index.js";
3
- import rA from "./ImageTextTag.js";
4
- import aA from "./MarketingTag.js";
1
+ import { SvelteComponent as tA, init as nA, safe_not_equal as iA, append_styles as oA, empty as rA, insert as U, transition_out as Q, check_outros as $, transition_in as C, detach as W, setContext as R, group_outros as AA, binding_callbacks as X, element as I, attr as _, noop as j, toggle_class as w, null_to_empty as J, set_style as Y, append as x, listen as eA, stop_propagation as aA, create_component as D, mount_component as v, destroy_component as E } from "../../../vendor/svelte/internal/index.js";
2
+ import lA from "./TextTag/index.js";
3
+ import fA from "./ImageTextTag.js";
4
+ import sA from "./MarketingTag.js";
5
5
  import "three";
6
- import { noTypecheck as c } from "../../utils/noTypecheck.js";
7
- import lA from "./AudioTag/index.js";
8
- import fA from "./MediaPlane.js";
9
- import sA from "./LinkTag.js";
10
- import mA from "./PanoramaTag.js";
11
- import gA from "./CustomTag.js";
6
+ import { noTypecheck as p } from "../../utils/noTypecheck.js";
7
+ import mA from "./AudioTag/index.js";
8
+ import gA from "./MediaPlane.js";
9
+ import uA from "./LinkTag.js";
10
+ import cA from "./PanoramaTag.js";
11
+ import pA from "./CustomTag.js";
12
12
  import { classnames as H } from "../../../vendor/classnames/index.js";
13
13
  import "./TextTag/TextTag.js";
14
14
  import "../Common/Line/Straight.js";
@@ -90,244 +90,244 @@ import "../Common/Icon/audioIcon.js";
90
90
  import "./AudioTag/AudioPlaneTag.js";
91
91
  import "../Common/Icon/Icon.js";
92
92
  import "../../utils/getImageInfo.js";
93
- function uA(n) {
94
- tA(n, "svelte-qz1wo5", '@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,T1RUTwAKAIAAAwAgQ0ZGINFD4CEAAAaQAAAHC0dTVUIAAQAAAAANnAAAAApPUy8yaB5pEwAAAjQAAABgY21hcEItjGUAAAT0AAABfGhlYWQS1WWOAAAAtAAAADZoaGVhBfMBxwAAAhAAAAAkaG10eJ9gBO8AAADsAAABJG1heHAASVAAAAAArAAAAAZuYW1lqczkZQAAApQAAAJecG9zdP+4ADIAAAZwAAAAIAAAUAAASQAAAAEAAAABAADkeHeyXw889QADA+gAAAAA2NoRKwAAAADY2hErACn/OAHgAyAAAQADAAIAAAAAAAAB9ABdAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACCAA7AcwAdwIIADMCCAA0AhwAMwISADkCCAAuAfQANAH+ACsB/gApAggANAEeAFABHgBQAR4AUAIIADQCCAAuAR4AUAEeAFABfAAxAAEAAAPo/zgAAAIcACkAKQHgAAEAAAAAAAAAAAAAAAAAAABJAAMCLgGQAAUACAKKAlgAAABLAooCWAAAAV4AMgEsAAAAAAgAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAFVLV04AIAAg/xsDIP84AMgD6ADIAAAAAQAAAAAB9AK8AAAAIAAAAAAAEADGAAEAAAAAAAEADAAAAAEAAAAAAAIABAAMAAEAAAAAAAMAGwAQAAEAAAAAAAQAEQArAAEAAAAAAAUAPAA8AAEAAAAAAAYAEAB4AAEAAAAAAAgADAAAAAEAAAAAAAkADAAAAAMAAQQJAAEAGACIAAMAAQQJAAIACACgAAMAAQQJAAMANgCoAAMAAQQJAAQAIgDeAAMAAQQJAAUAeAEAAAMAAQQJAAYAIAF4AAMAAQQJAAgAGACIAAMAAQQJAAkAGACIQUxJQkFCQSBGb250Qm9sZDEuMDAwO1VLV047QUxJQkFCQUZvbnQtQm9sZEFMSUJBQkEgRm9udCBCb2xkVmVyc2lvbiAxLjAwMDtQUyAwMDEuMDAwO2hvdGNvbnYgMS4wLjg4O21ha2VvdGYubGliMi41LjY0Nzc1QUxJQkFCQUZvbnQtQm9sZABBAEwASQBCAEEAQgBBACAARgBvAG4AdABCAG8AbABkADEALgAwADAAMAA7AFUASwBXAE4AOwBBAEwASQBCAEEAQgBBAEYAbwBuAHQALQBCAG8AbABkAEEATABJAEIAQQBCAEEAIABGAG8AbgB0ACAAQgBvAGwAZABWAGUAcgBzAGkAbwBuACAAMQAuADAAMAAwADsAUABTACAAMAAwADEALgAwADAAMAA7AGgAbwB0AGMAbwBuAHYAIAAxAC4AMAAuADgAOAA7AG0AYQBrAGUAbwB0AGYALgBsAGkAYgAyAC4ANQAuADYANAA3ADcANQBBAEwASQBCAEEAQgBBAEYAbwBuAHQALQBCAG8AbABkAAAAAAADAAAAAwAAASIAAQAAAAAAHAADAAEAAAEiAAABBgAAAAAAAAAAAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAABCSEMANjc4OTo7PD0+PwAAAAAAAAACAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGwAAAAAAABwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAFoAAAAQABAAAwAAACAALgA5AFoAegCl/xv//wAAACAALAAwAEEAYQCl/xr////hAAAABv/B/7v/nwAAAAEAAAAOAAAAAAAAAAAACgAAAEIASABDAEYARwADAAAAAAAA/7UAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAQAEAgABAQERQUxJQkFCQUZvbnQtQm9sZAABAQEg+A8A+CAB+CEC+BgEtPtc+HT5tAX3KA/3UBGcHAZWEgAHAQENExoiKTpLbmluZS4wMDEuMDAxbW9uZXkudW5pRkYxQm5pbmUuMDAxdW5pRkYxQWNvcHlyaWdodCBtaXNzaW5nQUxJQkFCQSBGb250IEJvbGQAAAEAAQAAIhkAQhkAEQkBhwABigAADQAADwAAZAABiAABiwABiQAADgAASQIAAQCtAK4ArwCwALEAsgCzALQAtQC2ALcAuAC5ALoAuwC8AL0AvgC/AMAAwQDCAMMAxADFAMYAxwDIAMkAygDLAMwAzQDOAM8A0ADRANIA0wDUANUA1gDXANgA2QDaANsA3ADdAN4A3wDgAOEA4gFDAVoBqwIsAloCuAMcAzkDzwQ4BDoEPARRBFMEVQTNBOIE8QUEmPtc0Ky6rKKsuqzHrKPDoa2irLCspq2vraWssKzOAejVrKytrKzYA/gu+bQV+9H+fPfRBj76ORVqSWbNavs6rM2wSqwH7vsVFUXNafs68wfNaRVqZ6wG704VaklFJ6zNsEmsB/c6TxUn+zqt9xnNB6z7DhX7Bfs69wWsO++6anRpwwfv+0EV+wX7OvcFB/cZahUnXO8GrFMVamsHRVwF8Wr7OqwG0boFRawGDg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4OrIr5UQH3OPdUA/ebihVmaZSdbB9Mr2TL0xr3vgewlK2eqh7Kr86y1BuvrIJ5qh/HZrJIQhr7vgdngmp5bR5OZ0tkQxv46ARUX2FSH/u+B1a5YMDAs7TCHve+B8RjtVYeDnD4utkB93HzA/cL+QgVPfH8vPP5UgcOrIn5UgG++DYD+GmJFfw28wb3svfUBZ2glKSnGsNduFBWXF1UiB4ijgaMsJWsnqoIyLHMstYbsa6Ceawfy2ezSUAaVndXZ2Me+2/7jQX3pwYOrIvy92Tz90ryEr/zM/L3SvMu8hPy+B/3/xUT7LCwpMDDGq6CrHqoHsZnTK5DG2lrg3puH09pZk5EGobykAe4tba6vrViXFZiYlcedyOfBhPyxLpdUlJcW1JSXLvEH5ojfAdllGiebB5LsM5j1xuwrpSeqx/KsLPO1xrKcMNerx4OwPL1Affi8gP4dPdlFWD4fPshBvuJ/HkF+wH3ryPy87YH+8z1Ffc69+QF++QHDrb3ZNf3ZfAB9zX3YwP3nRZlaJSebB9LsGPO1xrzBlK6XMTEubrEHtcHxF26UlJcXFIeI/g0+BYh+677JAaorK2ZsBuwroJ4qx/LZrNHPxo/B2aCaHhrHktmR2NAGw6si/X3b/IBufX3b/ID95n4QBWAg4uKhh/3EfelBfsHBvtK/CMFfnCFbm0aZJVnnmoeSrLPYdobsq6Vnqwfy7K10dgasoGueKwey2RHtT4b+9YETlu7yMe8vcfHvVlPT1laTx8OmIr5UQG/+B8D93iKFfsIBvdo+OYF+6T2+B8oBg6iifL3bPX3QPEStvNB8vc/8jXxE/L4EvgHFRPss7Cnu78arYOreqgexWpNr0YbaWyDem4fUmlmTUcaXqBftGAeE/JWYmROSxpklWieax5Ksc9i2BuxrpWerB/LsbTP2BrHaMVath4T7PsN93QVu7FjXFtlZltcZbC7urGzuh8T8oX8ghVPW7zHx7q6yMa9W1BPWVpQHw6i96Tz92/0AbTz93DzA/hp+HkVsIGveKwezmNFtUAbZGeBeGofSmNiRT8aZJVnnmseSrHPYtoboAb7EvukBfcHBvdL+CEFmaySqaQa+9gWxry+yJ6dhoGcHq12oWZmGk5YW1BMXLnKHg4gCiEK+11L91IlCvdiyhWtb6hpJgoeJAoOIQogCqz3pe/3b/UBufX3bfQD+G74dxWyga94rB7NZEW0PhtlaIF4ah9KY2FFPxo7tkTPZh6MjIqKjB+TiJCIjYoIjgaCoKGHoRuanY6QoB+IgfsB+6QF9wcG9y/4IgWYppGnqhr7a/sCFVBbvMjHu7zGyLxbTk5aWk4fDvtd+AojCoz7jBUmCh8kCq1vqGkeDvtdi/cS94wjCvwKBCIKDiD3ru8BvPeuA7z4EhUn967vBw4eoDf/DAmLDAv47BT4exWcEwAHAQFBXW97ipCarPcv8+7yAfdl8gP4aPf6FfIjB+r3gwUiBi77gwWHBjH3gwUkBuP7gwUnJPcxKPsxI/cx+y/y9y/3MPP7MO4GDvtdi/cSJQr3JBZkcqOzsKSksrCkcWdlcnFmHw6up6eurm+naGhvb2hop2+uHwv3EiUK9yP4ChUiCgt3SgWxBrnmBZGVj5eZGgsB2/cSAwtobm5paqBzqoYLAAABAAAAAAAAAAAAAA==) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-qz1wo5{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-qz1wo5{transition:opacity 0.2s linear}.content__container.unClickable.svelte-qz1wo5{pointer-events:none !important}.content__container.unClickable.svelte-qz1wo5 *{pointer-events:none !important}.content__wrapper.svelte-qz1wo5{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-qz1wo5{opacity:0;pointer-events:none}.content__container.hide.svelte-qz1wo5 *{pointer-events:none !important}.content__container.disable.svelte-qz1wo5{display:none}.content.svelte-qz1wo5{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-qz1wo5:not(.unfolded){pointer-events:none}.content.svelte-qz1wo5:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-qz1wo5{pointer-events:auto}');
93
+ function dA(n) {
94
+ oA(n, "svelte-qz1wo5", '@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,T1RUTwAKAIAAAwAgQ0ZGINFD4CEAAAaQAAAHC0dTVUIAAQAAAAANnAAAAApPUy8yaB5pEwAAAjQAAABgY21hcEItjGUAAAT0AAABfGhlYWQS1WWOAAAAtAAAADZoaGVhBfMBxwAAAhAAAAAkaG10eJ9gBO8AAADsAAABJG1heHAASVAAAAAArAAAAAZuYW1lqczkZQAAApQAAAJecG9zdP+4ADIAAAZwAAAAIAAAUAAASQAAAAEAAAABAADkeHeyXw889QADA+gAAAAA2NoRKwAAAADY2hErACn/OAHgAyAAAQADAAIAAAAAAAAB9ABdAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACCAA7AcwAdwIIADMCCAA0AhwAMwISADkCCAAuAfQANAH+ACsB/gApAggANAEeAFABHgBQAR4AUAIIADQCCAAuAR4AUAEeAFABfAAxAAEAAAPo/zgAAAIcACkAKQHgAAEAAAAAAAAAAAAAAAAAAABJAAMCLgGQAAUACAKKAlgAAABLAooCWAAAAV4AMgEsAAAAAAgAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAFVLV04AIAAg/xsDIP84AMgD6ADIAAAAAQAAAAAB9AK8AAAAIAAAAAAAEADGAAEAAAAAAAEADAAAAAEAAAAAAAIABAAMAAEAAAAAAAMAGwAQAAEAAAAAAAQAEQArAAEAAAAAAAUAPAA8AAEAAAAAAAYAEAB4AAEAAAAAAAgADAAAAAEAAAAAAAkADAAAAAMAAQQJAAEAGACIAAMAAQQJAAIACACgAAMAAQQJAAMANgCoAAMAAQQJAAQAIgDeAAMAAQQJAAUAeAEAAAMAAQQJAAYAIAF4AAMAAQQJAAgAGACIAAMAAQQJAAkAGACIQUxJQkFCQSBGb250Qm9sZDEuMDAwO1VLV047QUxJQkFCQUZvbnQtQm9sZEFMSUJBQkEgRm9udCBCb2xkVmVyc2lvbiAxLjAwMDtQUyAwMDEuMDAwO2hvdGNvbnYgMS4wLjg4O21ha2VvdGYubGliMi41LjY0Nzc1QUxJQkFCQUZvbnQtQm9sZABBAEwASQBCAEEAQgBBACAARgBvAG4AdABCAG8AbABkADEALgAwADAAMAA7AFUASwBXAE4AOwBBAEwASQBCAEEAQgBBAEYAbwBuAHQALQBCAG8AbABkAEEATABJAEIAQQBCAEEAIABGAG8AbgB0ACAAQgBvAGwAZABWAGUAcgBzAGkAbwBuACAAMQAuADAAMAAwADsAUABTACAAMAAwADEALgAwADAAMAA7AGgAbwB0AGMAbwBuAHYAIAAxAC4AMAAuADgAOAA7AG0AYQBrAGUAbwB0AGYALgBsAGkAYgAyAC4ANQAuADYANAA3ADcANQBBAEwASQBCAEEAQgBBAEYAbwBuAHQALQBCAG8AbABkAAAAAAADAAAAAwAAASIAAQAAAAAAHAADAAEAAAEiAAABBgAAAAAAAAAAAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAABCSEMANjc4OTo7PD0+PwAAAAAAAAACAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGwAAAAAAABwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAFoAAAAQABAAAwAAACAALgA5AFoAegCl/xv//wAAACAALAAwAEEAYQCl/xr////hAAAABv/B/7v/nwAAAAEAAAAOAAAAAAAAAAAACgAAAEIASABDAEYARwADAAAAAAAA/7UAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAQAEAgABAQERQUxJQkFCQUZvbnQtQm9sZAABAQEg+A8A+CAB+CEC+BgEtPtc+HT5tAX3KA/3UBGcHAZWEgAHAQENExoiKTpLbmluZS4wMDEuMDAxbW9uZXkudW5pRkYxQm5pbmUuMDAxdW5pRkYxQWNvcHlyaWdodCBtaXNzaW5nQUxJQkFCQSBGb250IEJvbGQAAAEAAQAAIhkAQhkAEQkBhwABigAADQAADwAAZAABiAABiwABiQAADgAASQIAAQCtAK4ArwCwALEAsgCzALQAtQC2ALcAuAC5ALoAuwC8AL0AvgC/AMAAwQDCAMMAxADFAMYAxwDIAMkAygDLAMwAzQDOAM8A0ADRANIA0wDUANUA1gDXANgA2QDaANsA3ADdAN4A3wDgAOEA4gFDAVoBqwIsAloCuAMcAzkDzwQ4BDoEPARRBFMEVQTNBOIE8QUEmPtc0Ky6rKKsuqzHrKPDoa2irLCspq2vraWssKzOAejVrKytrKzYA/gu+bQV+9H+fPfRBj76ORVqSWbNavs6rM2wSqwH7vsVFUXNafs68wfNaRVqZ6wG704VaklFJ6zNsEmsB/c6TxUn+zqt9xnNB6z7DhX7Bfs69wWsO++6anRpwwfv+0EV+wX7OvcFB/cZahUnXO8GrFMVamsHRVwF8Wr7OqwG0boFRawGDg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4OrIr5UQH3OPdUA/ebihVmaZSdbB9Mr2TL0xr3vgewlK2eqh7Kr86y1BuvrIJ5qh/HZrJIQhr7vgdngmp5bR5OZ0tkQxv46ARUX2FSH/u+B1a5YMDAs7TCHve+B8RjtVYeDnD4utkB93HzA/cL+QgVPfH8vPP5UgcOrIn5UgG++DYD+GmJFfw28wb3svfUBZ2glKSnGsNduFBWXF1UiB4ijgaMsJWsnqoIyLHMstYbsa6Ceawfy2ezSUAaVndXZ2Me+2/7jQX3pwYOrIvy92Tz90ryEr/zM/L3SvMu8hPy+B/3/xUT7LCwpMDDGq6CrHqoHsZnTK5DG2lrg3puH09pZk5EGobykAe4tba6vrViXFZiYlcedyOfBhPyxLpdUlJcW1JSXLvEH5ojfAdllGiebB5LsM5j1xuwrpSeqx/KsLPO1xrKcMNerx4OwPL1Affi8gP4dPdlFWD4fPshBvuJ/HkF+wH3ryPy87YH+8z1Ffc69+QF++QHDrb3ZNf3ZfAB9zX3YwP3nRZlaJSebB9LsGPO1xrzBlK6XMTEubrEHtcHxF26UlJcXFIeI/g0+BYh+677JAaorK2ZsBuwroJ4qx/LZrNHPxo/B2aCaHhrHktmR2NAGw6si/X3b/IBufX3b/ID95n4QBWAg4uKhh/3EfelBfsHBvtK/CMFfnCFbm0aZJVnnmoeSrLPYdobsq6Vnqwfy7K10dgasoGueKwey2RHtT4b+9YETlu7yMe8vcfHvVlPT1laTx8OmIr5UQG/+B8D93iKFfsIBvdo+OYF+6T2+B8oBg6iifL3bPX3QPEStvNB8vc/8jXxE/L4EvgHFRPss7Cnu78arYOreqgexWpNr0YbaWyDem4fUmlmTUcaXqBftGAeE/JWYmROSxpklWieax5Ksc9i2BuxrpWerB/LsbTP2BrHaMVath4T7PsN93QVu7FjXFtlZltcZbC7urGzuh8T8oX8ghVPW7zHx7q6yMa9W1BPWVpQHw6i96Tz92/0AbTz93DzA/hp+HkVsIGveKwezmNFtUAbZGeBeGofSmNiRT8aZJVnnmseSrHPYtoboAb7EvukBfcHBvdL+CEFmaySqaQa+9gWxry+yJ6dhoGcHq12oWZmGk5YW1BMXLnKHg4gCiEK+11L91IlCvdiyhWtb6hpJgoeJAoOIQogCqz3pe/3b/UBufX3bfQD+G74dxWyga94rB7NZEW0PhtlaIF4ah9KY2FFPxo7tkTPZh6MjIqKjB+TiJCIjYoIjgaCoKGHoRuanY6QoB+IgfsB+6QF9wcG9y/4IgWYppGnqhr7a/sCFVBbvMjHu7zGyLxbTk5aWk4fDvtd+AojCoz7jBUmCh8kCq1vqGkeDvtdi/cS94wjCvwKBCIKDiD3ru8BvPeuA7z4EhUn967vBw4eoDf/DAmLDAv47BT4exWcEwAHAQFBXW97ipCarPcv8+7yAfdl8gP4aPf6FfIjB+r3gwUiBi77gwWHBjH3gwUkBuP7gwUnJPcxKPsxI/cx+y/y9y/3MPP7MO4GDvtdi/cSJQr3JBZkcqOzsKSksrCkcWdlcnFmHw6up6eurm+naGhvb2hop2+uHwv3EiUK9yP4ChUiCgt3SgWxBrnmBZGVj5eZGgsB2/cSAwtobm5paqBzqoYLAAABAAAAAAAAAAAAAA==) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-qz1wo5{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-qz1wo5{transition:opacity 0.2s linear}.content__container.unClickable.svelte-qz1wo5{pointer-events:none !important}.content__container.unClickable.svelte-qz1wo5 *{pointer-events:none !important}.content__wrapper.svelte-qz1wo5{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-qz1wo5{opacity:0;pointer-events:none}.content__container.hide.svelte-qz1wo5 *{pointer-events:none !important}.content__container.disable.svelte-qz1wo5{display:none}.content.svelte-qz1wo5{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-qz1wo5:not(.unfolded){pointer-events:none}.content.svelte-qz1wo5:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-qz1wo5{pointer-events:auto}');
95
95
  }
96
- function cA(n) {
96
+ function BA(n) {
97
97
  let A, t;
98
98
  return {
99
99
  c() {
100
- A = I("div"), w(A, "data-info", "tag content is keep folded"), w(A, "data-id", t = /*tag*/
101
- n[1].id);
100
+ A = I("div"), _(A, "data-info", "tag content is keep folded"), _(A, "data-id", t = /*tag*/
101
+ n[0].id);
102
102
  },
103
103
  m(e, i) {
104
104
  U(e, A, i);
105
105
  },
106
106
  p(e, i) {
107
107
  i & /*tag*/
108
- 2 && t !== (t = /*tag*/
109
- e[1].id) && w(A, "data-id", t);
108
+ 1 && t !== (t = /*tag*/
109
+ e[0].id) && _(A, "data-id", t);
110
110
  },
111
- i: N,
112
- o: N,
111
+ i: j,
112
+ o: j,
113
113
  d(e) {
114
114
  e && W(A);
115
115
  }
116
116
  };
117
117
  }
118
- function pA(n) {
119
- let A, t, e, i, a, p, g, m, f, l, s, u, E, k, d, b, M;
120
- const T = [
118
+ function wA(n) {
119
+ let A, t, e, i, r, d, u, m, l, a, s, c, M, b, B, h, T;
120
+ const y = [
121
+ vA,
122
+ DA,
123
+ hA,
121
124
  bA,
122
125
  kA,
123
126
  CA,
124
- QA,
125
- _A,
126
- wA,
127
- BA
128
- ], C = [];
129
- function P(o, r) {
130
- return r & /*tag, contentTypeMap*/
131
- 18 && (i = null), r & /*tag, contentTypeMap*/
132
- 18 && (a = null), r & /*tag, contentTypeMap*/
133
- 18 && (p = null), r & /*tag, contentTypeMap*/
134
- 18 && (g = null), r & /*tag, contentTypeMap*/
135
- 18 && (m = null), r & /*tag, contentTypeMap*/
136
- 18 && (f = null), r & /*tag, contentTypeMap*/
137
- 18 && (l = null), i == null && (i = !!(["Text"].includes(
127
+ QA
128
+ ], k = [];
129
+ function P(o, g) {
130
+ return g & /*tag, contentTypeMap*/
131
+ 17 && (i = null), g & /*tag, contentTypeMap*/
132
+ 17 && (r = null), g & /*tag, contentTypeMap*/
133
+ 17 && (d = null), g & /*tag, contentTypeMap*/
134
+ 17 && (u = null), g & /*tag, contentTypeMap*/
135
+ 17 && (m = null), g & /*tag, contentTypeMap*/
136
+ 17 && (l = null), g & /*tag, contentTypeMap*/
137
+ 17 && (a = null), i == null && (i = !!(["Text"].includes(
138
138
  /*tag*/
139
- o[1].contentType
139
+ o[0].contentType
140
140
  ) || ["Text"].includes(
141
141
  /*contentTypeMap*/
142
142
  o[4].get(
143
143
  /*tag*/
144
- o[1].contentType
144
+ o[0].contentType
145
145
  )
146
- ))), i ? 0 : (a == null && (a = !!(["ImageText", "Image", "Video"].includes(
146
+ ))), i ? 0 : (r == null && (r = !!(["ImageText", "Image", "Video"].includes(
147
147
  /*tag*/
148
- o[1].contentType
148
+ o[0].contentType
149
149
  ) || ["ImageText", "Image", "Video"].includes(
150
150
  /*contentTypeMap*/
151
151
  o[4].get(
152
152
  /*tag*/
153
- o[1].contentType
153
+ o[0].contentType
154
154
  )
155
- ))), a ? 1 : (p == null && (p = !!(["Audio"].includes(
155
+ ))), r ? 1 : (d == null && (d = !!(["Audio"].includes(
156
156
  /*tag*/
157
- o[1].contentType
157
+ o[0].contentType
158
158
  ) || ["Audio"].includes(
159
159
  /*contentTypeMap*/
160
160
  o[4].get(
161
161
  /*tag*/
162
- o[1].contentType
162
+ o[0].contentType
163
163
  )
164
- ))), p ? 2 : (g == null && (g = !!(["Marketing"].includes(
164
+ ))), d ? 2 : (u == null && (u = !!(["Marketing"].includes(
165
165
  /*tag*/
166
- o[1].contentType
166
+ o[0].contentType
167
167
  ) || ["Marketing"].includes(
168
168
  /*contentTypeMap*/
169
169
  o[4].get(
170
170
  /*tag*/
171
- o[1].contentType
171
+ o[0].contentType
172
172
  )
173
- ))), g ? 3 : (m == null && (m = !!(["Link", "VRLink", "PanoLink", "Sticker"].includes(
173
+ ))), u ? 3 : (m == null && (m = !!(["Link", "VRLink", "PanoLink", "Sticker"].includes(
174
174
  /*tag*/
175
- o[1].contentType
175
+ o[0].contentType
176
176
  ) || ["Link", "VRLink", "PanoLink", "Sticker"].includes(
177
177
  /*contentTypeMap*/
178
178
  o[4].get(
179
179
  /*tag*/
180
- o[1].contentType
180
+ o[0].contentType
181
181
  )
182
- ))), m ? 4 : (f == null && (f = !!(["MediaPlane", "MediaModel"].includes(
182
+ ))), m ? 4 : (l == null && (l = !!(["MediaPlane", "MediaModel"].includes(
183
183
  /*tag*/
184
- o[1].contentType
184
+ o[0].contentType
185
185
  ) || ["MediaPlane", "MediaModel"].includes(
186
186
  /*contentTypeMap*/
187
187
  o[4].get(
188
188
  /*tag*/
189
- o[1].contentType
189
+ o[0].contentType
190
190
  )
191
- ))), f ? 5 : (l == null && (l = !!(["Panorama"].includes(
191
+ ))), l ? 5 : (a == null && (a = !!(["Panorama"].includes(
192
192
  /*tag*/
193
- o[1].contentType
193
+ o[0].contentType
194
194
  ) || ["Panorama"].includes(
195
195
  /*contentTypeMap*/
196
196
  o[4].get(
197
197
  /*tag*/
198
- o[1].contentType
198
+ o[0].contentType
199
199
  )
200
- ))), l ? 6 : -1))))));
200
+ ))), a ? 6 : -1))))));
201
201
  }
202
- return ~(s = P(n, -1)) && (u = C[s] = T[s](n)), {
202
+ return ~(s = P(n, -1)) && (c = k[s] = y[s](n)), {
203
203
  c() {
204
204
  var o;
205
- A = I("div"), t = I("div"), e = I("div"), u && u.c(), w(e, "class", "content svelte-qz1wo5"), B(
205
+ A = I("div"), t = I("div"), e = I("div"), c && c.c(), _(e, "class", "content svelte-qz1wo5"), w(
206
206
  e,
207
207
  "unfolded",
208
208
  /*tag*/
209
- (o = n[1].state) == null ? void 0 : o.unfolded
210
- ), w(t, "class", "content__wrapper svelte-qz1wo5"), w(A, "class", E = J(H(
209
+ (o = n[0].state) == null ? void 0 : o.unfolded
210
+ ), _(t, "class", "content__wrapper svelte-qz1wo5"), _(A, "class", M = J(H(
211
211
  "content__container",
212
212
  /*tag*/
213
- n[1].className
214
- )) + " svelte-qz1wo5"), w(A, "data-id", k = /*tag*/
215
- n[1].id), B(
213
+ n[0].className
214
+ )) + " svelte-qz1wo5"), _(A, "data-id", b = /*tag*/
215
+ n[0].id), w(
216
216
  A,
217
217
  "disable",
218
218
  /*tag*/
219
- n[1].enabled === !1
220
- ), B(
219
+ n[0].enabled === !1
220
+ ), w(
221
221
  A,
222
222
  "hide",
223
223
  /*isHide*/
224
224
  n[6]
225
- ), B(
225
+ ), w(
226
226
  A,
227
227
  "withAnimation",
228
228
  /*withAnimation*/
229
- n[0]
230
- ), B(
229
+ n[1]
230
+ ), w(
231
231
  A,
232
232
  "unClickable",
233
233
  /*tag*/
234
- n[1].config.clickable === !1
234
+ n[0].config.clickable === !1
235
235
  ), Y(
236
236
  A,
237
237
  "width",
238
238
  /*tag*/
239
- n[1].stickType === "Plane" || /*tag*/
240
- n[1].contentType === "MediaModel" ? "100%" : 0
239
+ n[0].stickType === "Plane" || /*tag*/
240
+ n[0].contentType === "MediaModel" ? "100%" : 0
241
241
  ), Y(
242
242
  A,
243
243
  "height",
244
244
  /*tag*/
245
- n[1].stickType === "Plane" || /*tag*/
246
- n[1].contentType === "MediaModel" ? "100%" : 0
245
+ n[0].stickType === "Plane" || /*tag*/
246
+ n[0].contentType === "MediaModel" ? "100%" : 0
247
247
  );
248
248
  },
249
- m(o, r) {
250
- U(o, A, r), R(A, t), R(t, e), ~s && C[s].m(e, null), d = !0, b || (M = x(A, "click", iA(
249
+ m(o, g) {
250
+ U(o, A, g), x(A, t), x(t, e), ~s && k[s].m(e, null), n[17](A), B = !0, h || (T = eA(A, "click", aA(
251
251
  /*click_handler_1*/
252
- n[16]
253
- )), b = !0);
254
- },
255
- p(o, r) {
256
- var G;
257
- let y = s;
258
- s = P(o, r), s === y ? ~s && C[s].p(o, r) : (u && (j(), _(C[y], 1, 1, () => {
259
- C[y] = null;
260
- }), X()), ~s ? (u = C[s], u ? u.p(o, r) : (u = C[s] = T[s](o), u.c()), Q(u, 1), u.m(e, null)) : u = null), (!d || r & /*tag*/
261
- 2) && B(
252
+ n[18]
253
+ )), h = !0);
254
+ },
255
+ p(o, g) {
256
+ var f;
257
+ let G = s;
258
+ s = P(o, g), s === G ? ~s && k[s].p(o, g) : (c && (AA(), Q(k[G], 1, 1, () => {
259
+ k[G] = null;
260
+ }), $()), ~s ? (c = k[s], c ? c.p(o, g) : (c = k[s] = y[s](o), c.c()), C(c, 1), c.m(e, null)) : c = null), (!B || g & /*tag*/
261
+ 1) && w(
262
262
  e,
263
263
  "unfolded",
264
264
  /*tag*/
265
- (G = o[1].state) == null ? void 0 : G.unfolded
266
- ), (!d || r & /*tag*/
267
- 2 && E !== (E = J(H(
265
+ (f = o[0].state) == null ? void 0 : f.unfolded
266
+ ), (!B || g & /*tag*/
267
+ 1 && M !== (M = J(H(
268
268
  "content__container",
269
269
  /*tag*/
270
- o[1].className
271
- )) + " svelte-qz1wo5")) && w(A, "class", E), (!d || r & /*tag*/
272
- 2 && k !== (k = /*tag*/
273
- o[1].id)) && w(A, "data-id", k), (!d || r & /*tag, tag*/
274
- 2) && B(
270
+ o[0].className
271
+ )) + " svelte-qz1wo5")) && _(A, "class", M), (!B || g & /*tag*/
272
+ 1 && b !== (b = /*tag*/
273
+ o[0].id)) && _(A, "data-id", b), (!B || g & /*tag, tag*/
274
+ 1) && w(
275
275
  A,
276
276
  "disable",
277
277
  /*tag*/
278
- o[1].enabled === !1
279
- ), (!d || r & /*tag, isHide*/
280
- 66) && B(
278
+ o[0].enabled === !1
279
+ ), (!B || g & /*tag, isHide*/
280
+ 65) && w(
281
281
  A,
282
282
  "hide",
283
283
  /*isHide*/
284
284
  o[6]
285
- ), (!d || r & /*tag, withAnimation*/
286
- 3) && B(
285
+ ), (!B || g & /*tag, withAnimation*/
286
+ 3) && w(
287
287
  A,
288
288
  "withAnimation",
289
289
  /*withAnimation*/
290
- o[0]
291
- ), (!d || r & /*tag, tag*/
292
- 2) && B(
290
+ o[1]
291
+ ), (!B || g & /*tag, tag*/
292
+ 1) && w(
293
293
  A,
294
294
  "unClickable",
295
295
  /*tag*/
296
- o[1].config.clickable === !1
297
- ), r & /*tag*/
298
- 2 && Y(
296
+ o[0].config.clickable === !1
297
+ ), g & /*tag*/
298
+ 1 && Y(
299
299
  A,
300
300
  "width",
301
301
  /*tag*/
302
- o[1].stickType === "Plane" || /*tag*/
303
- o[1].contentType === "MediaModel" ? "100%" : 0
304
- ), r & /*tag*/
305
- 2 && Y(
302
+ o[0].stickType === "Plane" || /*tag*/
303
+ o[0].contentType === "MediaModel" ? "100%" : 0
304
+ ), g & /*tag*/
305
+ 1 && Y(
306
306
  A,
307
307
  "height",
308
308
  /*tag*/
309
- o[1].stickType === "Plane" || /*tag*/
310
- o[1].contentType === "MediaModel" ? "100%" : 0
309
+ o[0].stickType === "Plane" || /*tag*/
310
+ o[0].contentType === "MediaModel" ? "100%" : 0
311
311
  );
312
312
  },
313
313
  i(o) {
314
- d || (Q(u), d = !0);
314
+ B || (C(c), B = !0);
315
315
  },
316
316
  o(o) {
317
- _(u), d = !1;
317
+ Q(c), B = !1;
318
318
  },
319
319
  d(o) {
320
- o && W(A), ~s && C[s].d(), b = !1, M();
320
+ o && W(A), ~s && k[s].d(), n[17](null), h = !1, T();
321
321
  }
322
322
  };
323
323
  }
324
- function dA(n) {
325
- let A, t, e, i, a, p, g;
326
- return t = new gA({
324
+ function _A(n) {
325
+ let A, t, e, i, r, d, u;
326
+ return t = new pA({
327
327
  props: {
328
- tag: c(
328
+ tag: p(
329
329
  /*tag*/
330
- n[1]
330
+ n[0]
331
331
  ),
332
332
  rendererMap: (
333
333
  /*rendererMap*/
@@ -336,54 +336,54 @@ function dA(n) {
336
336
  }
337
337
  }), {
338
338
  c() {
339
- A = I("div"), h(t.$$.fragment), w(A, "class", e = J(H(
339
+ A = I("div"), D(t.$$.fragment), _(A, "class", e = J(H(
340
340
  "content__container",
341
341
  /*tag*/
342
- n[1].className
343
- )) + " svelte-qz1wo5"), w(A, "data-id", i = /*tag*/
344
- n[1].id), B(
342
+ n[0].className
343
+ )) + " svelte-qz1wo5"), _(A, "data-id", i = /*tag*/
344
+ n[0].id), w(
345
345
  A,
346
346
  "custom-tag-disable",
347
347
  /*tag*/
348
- n[1].enabled === !1
349
- ), B(
348
+ n[0].enabled === !1
349
+ ), w(
350
350
  A,
351
351
  "custom-tag-hide",
352
352
  /*isHide*/
353
353
  n[6]
354
354
  );
355
355
  },
356
- m(m, f) {
357
- U(m, A, f), v(t, A, null), a = !0, p || (g = x(
356
+ m(m, l) {
357
+ U(m, A, l), v(t, A, null), n[15](A), r = !0, d || (u = eA(
358
358
  A,
359
359
  "click",
360
360
  /*click_handler*/
361
- n[15]
362
- ), p = !0);
363
- },
364
- p(m, f) {
365
- const l = {};
366
- f & /*tag*/
367
- 2 && (l.tag = c(
368
- /*tag*/
369
- m[1]
370
- )), f & /*rendererMap*/
371
- 8 && (l.rendererMap = /*rendererMap*/
372
- m[3]), t.$set(l), (!a || f & /*tag*/
373
- 2 && e !== (e = J(H(
361
+ n[16]
362
+ ), d = !0);
363
+ },
364
+ p(m, l) {
365
+ const a = {};
366
+ l & /*tag*/
367
+ 1 && (a.tag = p(
368
+ /*tag*/
369
+ m[0]
370
+ )), l & /*rendererMap*/
371
+ 8 && (a.rendererMap = /*rendererMap*/
372
+ m[3]), t.$set(a), (!r || l & /*tag*/
373
+ 1 && e !== (e = J(H(
374
374
  "content__container",
375
375
  /*tag*/
376
- m[1].className
377
- )) + " svelte-qz1wo5")) && w(A, "class", e), (!a || f & /*tag*/
378
- 2 && i !== (i = /*tag*/
379
- m[1].id)) && w(A, "data-id", i), (!a || f & /*tag, tag*/
380
- 2) && B(
376
+ m[0].className
377
+ )) + " svelte-qz1wo5")) && _(A, "class", e), (!r || l & /*tag*/
378
+ 1 && i !== (i = /*tag*/
379
+ m[0].id)) && _(A, "data-id", i), (!r || l & /*tag, tag*/
380
+ 1) && w(
381
381
  A,
382
382
  "custom-tag-disable",
383
383
  /*tag*/
384
- m[1].enabled === !1
385
- ), (!a || f & /*tag, isHide*/
386
- 66) && B(
384
+ m[0].enabled === !1
385
+ ), (!r || l & /*tag, isHide*/
386
+ 65) && w(
387
387
  A,
388
388
  "custom-tag-hide",
389
389
  /*isHide*/
@@ -391,342 +391,355 @@ function dA(n) {
391
391
  );
392
392
  },
393
393
  i(m) {
394
- a || (Q(t.$$.fragment, m), a = !0);
394
+ r || (C(t.$$.fragment, m), r = !0);
395
395
  },
396
396
  o(m) {
397
- _(t.$$.fragment, m), a = !1;
397
+ Q(t.$$.fragment, m), r = !1;
398
398
  },
399
399
  d(m) {
400
- m && W(A), D(t), p = !1, g();
400
+ m && W(A), E(t), n[15](null), d = !1, u();
401
401
  }
402
402
  };
403
403
  }
404
- function BA(n) {
404
+ function QA(n) {
405
405
  let A, t;
406
- return A = new mA({
407
- props: { tag: c(
406
+ return A = new cA({
407
+ props: { tag: p(
408
408
  /*tag*/
409
- n[1]
409
+ n[0]
410
410
  ) }
411
411
  }), {
412
412
  c() {
413
- h(A.$$.fragment);
413
+ D(A.$$.fragment);
414
414
  },
415
415
  m(e, i) {
416
416
  v(A, e, i), t = !0;
417
417
  },
418
418
  p(e, i) {
419
- const a = {};
419
+ const r = {};
420
420
  i & /*tag*/
421
- 2 && (a.tag = c(
421
+ 1 && (r.tag = p(
422
422
  /*tag*/
423
- e[1]
424
- )), A.$set(a);
423
+ e[0]
424
+ )), A.$set(r);
425
425
  },
426
426
  i(e) {
427
- t || (Q(A.$$.fragment, e), t = !0);
427
+ t || (C(A.$$.fragment, e), t = !0);
428
428
  },
429
429
  o(e) {
430
- _(A.$$.fragment, e), t = !1;
430
+ Q(A.$$.fragment, e), t = !1;
431
431
  },
432
432
  d(e) {
433
- D(A, e);
433
+ E(A, e);
434
434
  }
435
435
  };
436
436
  }
437
- function wA(n) {
437
+ function CA(n) {
438
438
  let A, t;
439
- return A = new fA({
440
- props: { tag: c(
439
+ return A = new gA({
440
+ props: { tag: p(
441
441
  /*tag*/
442
- n[1]
442
+ n[0]
443
443
  ) }
444
444
  }), {
445
445
  c() {
446
- h(A.$$.fragment);
446
+ D(A.$$.fragment);
447
447
  },
448
448
  m(e, i) {
449
449
  v(A, e, i), t = !0;
450
450
  },
451
451
  p(e, i) {
452
- const a = {};
452
+ const r = {};
453
453
  i & /*tag*/
454
- 2 && (a.tag = c(
454
+ 1 && (r.tag = p(
455
455
  /*tag*/
456
- e[1]
457
- )), A.$set(a);
456
+ e[0]
457
+ )), A.$set(r);
458
458
  },
459
459
  i(e) {
460
- t || (Q(A.$$.fragment, e), t = !0);
460
+ t || (C(A.$$.fragment, e), t = !0);
461
461
  },
462
462
  o(e) {
463
- _(A.$$.fragment, e), t = !1;
463
+ Q(A.$$.fragment, e), t = !1;
464
464
  },
465
465
  d(e) {
466
- D(A, e);
466
+ E(A, e);
467
467
  }
468
468
  };
469
469
  }
470
- function _A(n) {
470
+ function kA(n) {
471
471
  let A, t;
472
- return A = new sA({
473
- props: { tag: c(
472
+ return A = new uA({
473
+ props: { tag: p(
474
474
  /*tag*/
475
- n[1]
475
+ n[0]
476
476
  ) }
477
477
  }), {
478
478
  c() {
479
- h(A.$$.fragment);
479
+ D(A.$$.fragment);
480
480
  },
481
481
  m(e, i) {
482
482
  v(A, e, i), t = !0;
483
483
  },
484
484
  p(e, i) {
485
- const a = {};
485
+ const r = {};
486
486
  i & /*tag*/
487
- 2 && (a.tag = c(
487
+ 1 && (r.tag = p(
488
488
  /*tag*/
489
- e[1]
490
- )), A.$set(a);
489
+ e[0]
490
+ )), A.$set(r);
491
491
  },
492
492
  i(e) {
493
- t || (Q(A.$$.fragment, e), t = !0);
493
+ t || (C(A.$$.fragment, e), t = !0);
494
494
  },
495
495
  o(e) {
496
- _(A.$$.fragment, e), t = !1;
496
+ Q(A.$$.fragment, e), t = !1;
497
497
  },
498
498
  d(e) {
499
- D(A, e);
499
+ E(A, e);
500
500
  }
501
501
  };
502
502
  }
503
- function QA(n) {
503
+ function bA(n) {
504
504
  let A, t;
505
- return A = new aA({
506
- props: { tag: c(
505
+ return A = new sA({
506
+ props: { tag: p(
507
507
  /*tag*/
508
- n[1]
508
+ n[0]
509
509
  ) }
510
510
  }), {
511
511
  c() {
512
- h(A.$$.fragment);
512
+ D(A.$$.fragment);
513
513
  },
514
514
  m(e, i) {
515
515
  v(A, e, i), t = !0;
516
516
  },
517
517
  p(e, i) {
518
- const a = {};
518
+ const r = {};
519
519
  i & /*tag*/
520
- 2 && (a.tag = c(
520
+ 1 && (r.tag = p(
521
521
  /*tag*/
522
- e[1]
523
- )), A.$set(a);
522
+ e[0]
523
+ )), A.$set(r);
524
524
  },
525
525
  i(e) {
526
- t || (Q(A.$$.fragment, e), t = !0);
526
+ t || (C(A.$$.fragment, e), t = !0);
527
527
  },
528
528
  o(e) {
529
- _(A.$$.fragment, e), t = !1;
529
+ Q(A.$$.fragment, e), t = !1;
530
530
  },
531
531
  d(e) {
532
- D(A, e);
532
+ E(A, e);
533
533
  }
534
534
  };
535
535
  }
536
- function CA(n) {
536
+ function hA(n) {
537
537
  let A, t;
538
- return A = new lA({
539
- props: { tag: c(
538
+ return A = new mA({
539
+ props: { tag: p(
540
540
  /*tag*/
541
- n[1]
541
+ n[0]
542
542
  ) }
543
543
  }), {
544
544
  c() {
545
- h(A.$$.fragment);
545
+ D(A.$$.fragment);
546
546
  },
547
547
  m(e, i) {
548
548
  v(A, e, i), t = !0;
549
549
  },
550
550
  p(e, i) {
551
- const a = {};
551
+ const r = {};
552
552
  i & /*tag*/
553
- 2 && (a.tag = c(
553
+ 1 && (r.tag = p(
554
554
  /*tag*/
555
- e[1]
556
- )), A.$set(a);
555
+ e[0]
556
+ )), A.$set(r);
557
557
  },
558
558
  i(e) {
559
- t || (Q(A.$$.fragment, e), t = !0);
559
+ t || (C(A.$$.fragment, e), t = !0);
560
560
  },
561
561
  o(e) {
562
- _(A.$$.fragment, e), t = !1;
562
+ Q(A.$$.fragment, e), t = !1;
563
563
  },
564
564
  d(e) {
565
- D(A, e);
565
+ E(A, e);
566
566
  }
567
567
  };
568
568
  }
569
- function kA(n) {
569
+ function DA(n) {
570
570
  let A, t;
571
- return A = new rA({
572
- props: { tag: c(
571
+ return A = new fA({
572
+ props: { tag: p(
573
573
  /*tag*/
574
- n[1]
574
+ n[0]
575
575
  ) }
576
576
  }), {
577
577
  c() {
578
- h(A.$$.fragment);
578
+ D(A.$$.fragment);
579
579
  },
580
580
  m(e, i) {
581
581
  v(A, e, i), t = !0;
582
582
  },
583
583
  p(e, i) {
584
- const a = {};
584
+ const r = {};
585
585
  i & /*tag*/
586
- 2 && (a.tag = c(
586
+ 1 && (r.tag = p(
587
587
  /*tag*/
588
- e[1]
589
- )), A.$set(a);
588
+ e[0]
589
+ )), A.$set(r);
590
590
  },
591
591
  i(e) {
592
- t || (Q(A.$$.fragment, e), t = !0);
592
+ t || (C(A.$$.fragment, e), t = !0);
593
593
  },
594
594
  o(e) {
595
- _(A.$$.fragment, e), t = !1;
595
+ Q(A.$$.fragment, e), t = !1;
596
596
  },
597
597
  d(e) {
598
- D(A, e);
598
+ E(A, e);
599
599
  }
600
600
  };
601
601
  }
602
- function bA(n) {
602
+ function vA(n) {
603
603
  let A, t;
604
- return A = new oA({
605
- props: { tag: c(
604
+ return A = new lA({
605
+ props: { tag: p(
606
606
  /*tag*/
607
- n[1]
607
+ n[0]
608
608
  ) }
609
609
  }), {
610
610
  c() {
611
- h(A.$$.fragment);
611
+ D(A.$$.fragment);
612
612
  },
613
613
  m(e, i) {
614
614
  v(A, e, i), t = !0;
615
615
  },
616
616
  p(e, i) {
617
- const a = {};
617
+ const r = {};
618
618
  i & /*tag*/
619
- 2 && (a.tag = c(
619
+ 1 && (r.tag = p(
620
620
  /*tag*/
621
- e[1]
622
- )), A.$set(a);
621
+ e[0]
622
+ )), A.$set(r);
623
623
  },
624
624
  i(e) {
625
- t || (Q(A.$$.fragment, e), t = !0);
625
+ t || (C(A.$$.fragment, e), t = !0);
626
626
  },
627
627
  o(e) {
628
- _(A.$$.fragment, e), t = !1;
628
+ Q(A.$$.fragment, e), t = !1;
629
629
  },
630
630
  d(e) {
631
- D(A, e);
631
+ E(A, e);
632
632
  }
633
633
  };
634
634
  }
635
- function hA(n) {
636
- let A, t, e, i, a;
637
- const p = [dA, pA, cA], g = [];
638
- function m(f, l) {
639
- return l & /*tag, rendererMap*/
640
- 10 && (A = null), A == null && (A = !!/*tag*/
641
- (f[1].element || /*rendererMap*/
642
- f[3].has(
635
+ function EA(n) {
636
+ let A, t, e, i, r;
637
+ const d = [_A, wA, BA], u = [];
638
+ function m(l, a) {
639
+ return a & /*tag, rendererMap*/
640
+ 9 && (A = null), A == null && (A = !!/*tag*/
641
+ (l[0].element || /*rendererMap*/
642
+ l[3].has(
643
643
  /*tag*/
644
- f[1].contentType
644
+ l[0].contentType
645
645
  ))), A ? 0 : (
646
646
  /*haveContent*/
647
- f[5] ? 1 : 2
647
+ l[5] ? 1 : 2
648
648
  );
649
649
  }
650
- return t = m(n, -1), e = g[t] = p[t](n), {
650
+ return t = m(n, -1), e = u[t] = d[t](n), {
651
651
  c() {
652
- e.c(), i = nA();
652
+ e.c(), i = rA();
653
653
  },
654
- m(f, l) {
655
- g[t].m(f, l), U(f, i, l), a = !0;
654
+ m(l, a) {
655
+ u[t].m(l, a), U(l, i, a), r = !0;
656
656
  },
657
- p(f, [l]) {
657
+ p(l, [a]) {
658
658
  let s = t;
659
- t = m(f, l), t === s ? g[t].p(f, l) : (j(), _(g[s], 1, 1, () => {
660
- g[s] = null;
661
- }), X(), e = g[t], e ? e.p(f, l) : (e = g[t] = p[t](f), e.c()), Q(e, 1), e.m(i.parentNode, i));
659
+ t = m(l, a), t === s ? u[t].p(l, a) : (AA(), Q(u[s], 1, 1, () => {
660
+ u[s] = null;
661
+ }), $(), e = u[t], e ? e.p(l, a) : (e = u[t] = d[t](l), e.c()), C(e, 1), e.m(i.parentNode, i));
662
662
  },
663
- i(f) {
664
- a || (Q(e), a = !0);
663
+ i(l) {
664
+ r || (C(e), r = !0);
665
665
  },
666
- o(f) {
667
- _(e), a = !1;
666
+ o(l) {
667
+ Q(e), r = !1;
668
668
  },
669
- d(f) {
670
- g[t].d(f), f && W(i);
669
+ d(l) {
670
+ u[t].d(l), l && W(i);
671
671
  }
672
672
  };
673
673
  }
674
- function vA(n, A, t) {
674
+ function MA(n, A, t) {
675
675
  var e, i;
676
676
  return !(!A.visible || !A.enabled || !t.visible || !((e = n.state) != null && e.visible) || ((i = n.temporaryState) == null ? void 0 : i.visible) === !1 || n.loading);
677
677
  }
678
- function DA(n, A, t) {
679
- let e, i, a, p, g, m, { withAnimation: f = !1 } = A, { tag: l } = A, { hooks: s } = A, { rendererMap: u = /* @__PURE__ */ new Map() } = A, { contentTypeMap: E = /* @__PURE__ */ new Map() } = A, { state: k } = A, { mediaStore: d } = A, { temporaryState: b } = A;
680
- K("hooks", s), K("mediaStore", d);
681
- let M, T;
682
- function C(r) {
683
- r ? s.emit("exposure", { id: p, type: "start" }) : s.emit("exposure", { id: p, type: "end" });
678
+ function TA(n, A, t) {
679
+ let e, i, r, d, u, m, { withAnimation: l = !1 } = A, { tag: a } = A, { hooks: s } = A, { rendererMap: c = /* @__PURE__ */ new Map() } = A, { contentTypeMap: M = /* @__PURE__ */ new Map() } = A, { state: b } = A, { mediaStore: B } = A, { temporaryState: h } = A;
680
+ R("hooks", s), R("mediaStore", B);
681
+ let T, y;
682
+ function k(f) {
683
+ f ? s.emit("exposure", { id: d, type: "start" }) : s.emit("exposure", { id: d, type: "end" });
684
+ }
685
+ function P(f) {
686
+ X[f ? "unshift" : "push"](() => {
687
+ a.contentDom = f, t(0, a);
688
+ });
684
689
  }
685
- const P = (r) => s.emit("click", { event: r, target: "TagContent", tag: l }), o = (r) => s.emit("click", { event: r, target: "TagContent", tag: l });
686
- return n.$$set = (r) => {
687
- "withAnimation" in r && t(0, f = r.withAnimation), "tag" in r && t(1, l = r.tag), "hooks" in r && t(2, s = r.hooks), "rendererMap" in r && t(3, u = r.rendererMap), "contentTypeMap" in r && t(4, E = r.contentTypeMap), "state" in r && t(7, k = r.state), "mediaStore" in r && t(8, d = r.mediaStore), "temporaryState" in r && t(9, b = r.temporaryState);
690
+ const o = (f) => s.emit("click", { event: f, target: "TagContent", tag: a });
691
+ function g(f) {
692
+ X[f ? "unshift" : "push"](() => {
693
+ a.contentDom = f, t(0, a);
694
+ });
695
+ }
696
+ const G = (f) => s.emit("click", { event: f, target: "TagContent", tag: a });
697
+ return n.$$set = (f) => {
698
+ "withAnimation" in f && t(1, l = f.withAnimation), "tag" in f && t(0, a = f.tag), "hooks" in f && t(2, s = f.hooks), "rendererMap" in f && t(3, c = f.rendererMap), "contentTypeMap" in f && t(4, M = f.contentTypeMap), "state" in f && t(7, b = f.state), "mediaStore" in f && t(8, B = f.mediaStore), "temporaryState" in f && t(9, h = f.temporaryState);
688
699
  }, n.$$.update = () => {
689
- var r, y, G, S, z, F, L, O, q, V, Z;
700
+ var f, S, z, F, L, O, q, V, Z, K, N;
690
701
  n.$$.dirty & /*tag*/
691
- 2 && t(13, e = (r = l.state) == null ? void 0 : r.unfolded), n.$$.dirty & /*tag*/
692
- 2 && t(12, i = (y = l.state) == null ? void 0 : y.visible), n.$$.dirty & /*state, temporaryState, tag*/
693
- 642 && t(14, a = k.visible && b.visible && ((G = l.state) == null ? void 0 : G.visible)), n.$$.dirty & /*tag*/
694
- 2 && (p = l.id), n.$$.dirty & /*tag, state, temporaryState*/
695
- 642 && t(6, g = !vA(l, k, b)), n.$$.dirty & /*isVisible*/
696
- 16384 && C(a), n.$$.dirty & /*tag, unfolded, lastUnfoldedState, visible, lastVisibleState*/
697
- 15362 && l.hooks && (e !== void 0 && e !== T && (t(11, T = e), e ? (z = (S = l.hooks).emit) == null || z.call(S, "unfolded") : (L = l == null ? void 0 : (F = l.hooks).emit) == null || L.call(F, "folded")), i !== void 0 && i !== M && (t(10, M = i), i ? (q = (O = l.hooks).emit) == null || q.call(O, "show") : (Z = (V = l.hooks).emit) == null || Z.call(V, "hide"))), n.$$.dirty & /*tag*/
698
- 2 && t(5, m = (() => !(typeof l.config.unfoldedConfig == "object" && l.config.unfoldedConfig.keep === "folded"))());
702
+ 1 && t(13, e = (f = a.state) == null ? void 0 : f.unfolded), n.$$.dirty & /*tag*/
703
+ 1 && t(12, i = (S = a.state) == null ? void 0 : S.visible), n.$$.dirty & /*state, temporaryState, tag*/
704
+ 641 && t(14, r = b.visible && h.visible && ((z = a.state) == null ? void 0 : z.visible)), n.$$.dirty & /*tag*/
705
+ 1 && (d = a.id), n.$$.dirty & /*tag, state, temporaryState*/
706
+ 641 && t(6, u = !MA(a, b, h)), n.$$.dirty & /*isVisible*/
707
+ 16384 && k(r), n.$$.dirty & /*tag, unfolded, lastUnfoldedState, visible, lastVisibleState*/
708
+ 15361 && a.hooks && (e !== void 0 && e !== y && (t(11, y = e), e ? (L = (F = a.hooks).emit) == null || L.call(F, "unfolded") : (q = a == null ? void 0 : (O = a.hooks).emit) == null || q.call(O, "folded")), i !== void 0 && i !== T && (t(10, T = i), i ? (Z = (V = a.hooks).emit) == null || Z.call(V, "show") : (N = (K = a.hooks).emit) == null || N.call(K, "hide"))), n.$$.dirty & /*tag*/
709
+ 1 && t(5, m = (() => !(typeof a.config.unfoldedConfig == "object" && a.config.unfoldedConfig.keep === "folded"))());
699
710
  }, [
700
- f,
711
+ a,
701
712
  l,
702
713
  s,
703
- u,
704
- E,
714
+ c,
715
+ M,
705
716
  m,
706
- g,
707
- k,
708
- d,
717
+ u,
709
718
  b,
710
- M,
719
+ B,
720
+ h,
711
721
  T,
722
+ y,
712
723
  i,
713
724
  e,
714
- a,
725
+ r,
715
726
  P,
716
- o
727
+ o,
728
+ g,
729
+ G
717
730
  ];
718
731
  }
719
- class mt extends $ {
732
+ class ct extends tA {
720
733
  constructor(A) {
721
- super(), AA(
734
+ super(), nA(
722
735
  this,
723
736
  A,
724
- DA,
725
- hA,
726
- eA,
737
+ TA,
738
+ EA,
739
+ iA,
727
740
  {
728
- withAnimation: 0,
729
- tag: 1,
741
+ withAnimation: 1,
742
+ tag: 0,
730
743
  hooks: 2,
731
744
  rendererMap: 3,
732
745
  contentTypeMap: 4,
@@ -734,10 +747,10 @@ class mt extends $ {
734
747
  mediaStore: 8,
735
748
  temporaryState: 9
736
749
  },
737
- uA
750
+ dA
738
751
  );
739
752
  }
740
753
  }
741
754
  export {
742
- mt as default
755
+ ct as default
743
756
  };