@realsee/dnalogel 2.22.0-dev.8 → 2.23.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 (451) hide show
  1. package/dist/PanoSpatialTagPlugin/store.d.ts +1 -0
  2. package/dist/PanoTagPlugin/typings/controller.d.ts +1 -0
  3. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +10 -0
  4. package/dist/index.cjs.js +65 -65
  5. package/dist/index.js +4614 -4447
  6. package/dist/index.umd.js +58 -58
  7. package/docs/classes/CSS3DRender.html +30 -30
  8. package/docs/classes/CruisePluginController.html +25 -25
  9. package/docs/classes/GuideLineItem.GuideLineItem.html +19 -19
  10. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +34 -34
  11. package/docs/classes/Magnifier.html +19 -19
  12. package/docs/classes/ModelRoomLabelController.html +10 -10
  13. package/docs/classes/Object3DHelperController.html +24 -24
  14. package/docs/classes/PaintBrush.html +14 -14
  15. package/docs/classes/PanoMeasurePluginLine.html +26 -26
  16. package/docs/classes/PanoMeasurePluginModel.html +26 -26
  17. package/docs/classes/PanoMeasurePluginPoint.html +13 -13
  18. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  19. package/docs/classes/PanoTagPluginController.html +48 -48
  20. package/docs/classes/Util.BetterTween.html +8 -8
  21. package/docs/classes/Util.Interval.html +11 -11
  22. package/docs/classes/Util.Magnifier.html +19 -19
  23. package/docs/classes/Util.PointDomHelper.html +10 -10
  24. package/docs/classes/Util.PointHelper.html +10 -10
  25. package/docs/classes/Util.PointSelectorHelper.html +15 -15
  26. package/docs/classes/Util.Rectangle.html +12 -12
  27. package/docs/enums/CameraMovementEffect.html +6 -6
  28. package/docs/enums/ContentType.html +19 -19
  29. package/docs/enums/DIRECTION.html +8 -8
  30. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +8 -8
  31. package/docs/enums/DimensionType.html +6 -6
  32. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +7 -7
  33. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +8 -8
  34. package/docs/enums/PaintBrushTypeEnum.html +7 -7
  35. package/docs/enums/PointType.html +6 -6
  36. package/docs/enums/Rotation.html +7 -7
  37. package/docs/functions/CSS3DRenderPlugin.html +3 -3
  38. package/docs/functions/CameraMovementPlugin.html +3 -3
  39. package/docs/functions/CruisePlugin.html +3 -3
  40. package/docs/functions/GuideLinePlugin.html +4 -4
  41. package/docs/functions/ItemLabelPlugin.html +3 -3
  42. package/docs/functions/MapviewFloorplanPlugin.html +3 -3
  43. package/docs/functions/ModelChassisCompassPlugin.html +3 -3
  44. package/docs/functions/ModelEntryDoorGuidePlugin.html +3 -3
  45. package/docs/functions/ModelFloorplanPlugin.html +3 -3
  46. package/docs/functions/ModelItemLabelPlugin.html +3 -3
  47. package/docs/functions/ModelRoomLabelPlugin.html +3 -3
  48. package/docs/functions/ModelTVVideoPlugin.html +3 -3
  49. package/docs/functions/ModelViewPlugin.html +3 -3
  50. package/docs/functions/Object3DHelperPlugin.html +3 -3
  51. package/docs/functions/PanoCompassPlugin.html +3 -3
  52. package/docs/functions/PanoCursorRaycasterPlugin.html +3 -3
  53. package/docs/functions/PanoDoorLabelPlugin.html +3 -3
  54. package/docs/functions/PanoFloorplanRadarPlugin.html +3 -3
  55. package/docs/functions/PanoMeasurePlugin.html +3 -3
  56. package/docs/functions/PanoRulerPlugin.html +3 -3
  57. package/docs/functions/PanoRulerProPlugin.html +3 -3
  58. package/docs/functions/PanoSpatialTagPlugin.html +3 -3
  59. package/docs/functions/PanoTagPlugin.html +3 -3
  60. package/docs/functions/PanoVideoPlugin.html +3 -3
  61. package/docs/functions/TopviewFloorplanPlugin.html +3 -3
  62. package/docs/functions/Util.absoluteUrl.html +4 -4
  63. package/docs/functions/Util.getCoordsFromClient.html +4 -4
  64. package/docs/functions/Util.getCoordsFromElement.html +4 -4
  65. package/docs/functions/Util.getFrameTime.html +4 -4
  66. package/docs/functions/Util.getIntersectFromRelativePosition.html +4 -4
  67. package/docs/functions/Util.getRaycasterFromFivePointer.html +4 -4
  68. package/docs/functions/Util.isAbsoluteURL.html +4 -4
  69. package/docs/functions/Util.isModelLike.html +4 -4
  70. package/docs/functions/Util.isNil.html +4 -4
  71. package/docs/functions/Util.isPanoramaLike.html +4 -4
  72. package/docs/functions/Util.nextFrame.html +4 -4
  73. package/docs/functions/Util.notNil.html +4 -4
  74. package/docs/functions/Util.requestAnimationFrameInterval.html +4 -4
  75. package/docs/functions/Util.tweenProgress.html +4 -4
  76. package/docs/functions/Util.uuid.html +4 -4
  77. package/docs/functions/pluginFlag.html +4 -4
  78. package/docs/index.html +4 -4
  79. package/docs/interfaces/AddTagConfig.html +5 -5
  80. package/docs/interfaces/CSS3DRenderPluginEventMap.html +10 -10
  81. package/docs/interfaces/CSS3DRenderPluginState.html +7 -7
  82. package/docs/interfaces/CameraMovementPluginExportType.html +6 -6
  83. package/docs/interfaces/CruisePluginTypes.Config.html +7 -7
  84. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +11 -11
  85. package/docs/interfaces/CruisePluginTypes.EventMap.html +19 -19
  86. package/docs/interfaces/CruisePluginTypes.MoveAction.html +11 -11
  87. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +13 -13
  88. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +13 -13
  89. package/docs/interfaces/CruisePluginTypes.PluginData.html +8 -8
  90. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +6 -6
  91. package/docs/interfaces/CruisePluginTypes.PluginState.html +10 -10
  92. package/docs/interfaces/EventMap.html +14 -14
  93. package/docs/interfaces/FloorplanBounding.html +7 -7
  94. package/docs/interfaces/FloorplanData.html +9 -9
  95. package/docs/interfaces/FloorplanEntrance.html +10 -10
  96. package/docs/interfaces/FloorplanExtraObject.html +9 -9
  97. package/docs/interfaces/FloorplanExtraObject3D.html +7 -7
  98. package/docs/interfaces/FloorplanFloorData.html +8 -8
  99. package/docs/interfaces/FloorplanImagePosition.html +6 -6
  100. package/docs/interfaces/FloorplanObserver.html +8 -8
  101. package/docs/interfaces/FloorplanOutlineItem.html +8 -8
  102. package/docs/interfaces/FloorplanPosition.html +6 -6
  103. package/docs/interfaces/FloorplanRoomItem.html +12 -12
  104. package/docs/interfaces/FloorplanRoomLabelItem.html +6 -6
  105. package/docs/interfaces/FloorplanServerBounding.html +7 -7
  106. package/docs/interfaces/FloorplanServerComputedData.html +9 -9
  107. package/docs/interfaces/FloorplanServerData.html +6 -6
  108. package/docs/interfaces/FloorplanServerDoorItem.html +9 -9
  109. package/docs/interfaces/FloorplanServerDoorPosition.html +7 -7
  110. package/docs/interfaces/FloorplanServerEntrance.html +10 -10
  111. package/docs/interfaces/FloorplanServerFloorData.html +8 -8
  112. package/docs/interfaces/FloorplanServerImagePosition.html +6 -6
  113. package/docs/interfaces/FloorplanServerObserver.html +8 -8
  114. package/docs/interfaces/FloorplanServerOutlineItem.html +8 -8
  115. package/docs/interfaces/FloorplanServerPosition.html +6 -6
  116. package/docs/interfaces/FloorplanServerRoomItem.html +13 -13
  117. package/docs/interfaces/FloorplanServerRoomLabelItem.html +6 -6
  118. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +8 -8
  119. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +9 -9
  120. package/docs/interfaces/GuideLinePluginType.EventMap.html +12 -12
  121. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +7 -7
  122. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +5 -5
  123. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +12 -12
  124. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +7 -7
  125. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +17 -17
  126. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +6 -6
  127. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +17 -17
  128. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +4 -4
  129. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +6 -6
  130. package/docs/interfaces/GuideLinePluginType.PluginState.html +7 -7
  131. package/docs/interfaces/GuideLinePluginType.Route.html +10 -10
  132. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +8 -8
  133. package/docs/interfaces/HelperOffset.html +7 -7
  134. package/docs/interfaces/ImagePlaneGroup.html +5 -5
  135. package/docs/interfaces/ItemLabelPluginData.html +5 -5
  136. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +10 -10
  137. package/docs/interfaces/ItemLabelPluginParametersType.html +8 -8
  138. package/docs/interfaces/MinMax.html +6 -6
  139. package/docs/interfaces/ModelChassisCompassPluginData.html +6 -6
  140. package/docs/interfaces/ModelChassisCompassPluginExportType.html +7 -7
  141. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +6 -6
  142. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +7 -7
  143. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +7 -7
  144. package/docs/interfaces/ModelItemLabelPluginData.html +5 -5
  145. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +10 -10
  146. package/docs/interfaces/ModelItemLabelPluginParametersType.html +6 -6
  147. package/docs/interfaces/ModelRoomLabelPluginData.html +5 -5
  148. package/docs/interfaces/ModelTVVideoPluginData.html +8 -8
  149. package/docs/interfaces/ModelTVVideoPluginExportType.html +7 -7
  150. package/docs/interfaces/ModelTVVideoPluginParameterType.html +5 -5
  151. package/docs/interfaces/ModelViewPluginExportType.html +10 -10
  152. package/docs/interfaces/Object3DHelperState.html +7 -7
  153. package/docs/interfaces/ObjectHelperControllers.html +8 -8
  154. package/docs/interfaces/PaintBrushAction.html +11 -11
  155. package/docs/interfaces/PaintBrushConfigs.html +11 -11
  156. package/docs/interfaces/PaintBrushState.html +9 -9
  157. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +9 -9
  158. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +4 -4
  159. package/docs/interfaces/PanoMeasureParameterType.html +14 -14
  160. package/docs/interfaces/PanoMeasurePluginLineJson.html +7 -7
  161. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +6 -6
  162. package/docs/interfaces/PanoMeasurePluginPointJson.html +6 -6
  163. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +7 -7
  164. package/docs/interfaces/PanoRulerPluginExportType.html +9 -9
  165. package/docs/interfaces/PanoRulerPluginOptions.html +6 -6
  166. package/docs/interfaces/PanoRulerPluginParameterType.html +7 -7
  167. package/docs/interfaces/PanoRulerProPluginExportType.html +8 -8
  168. package/docs/interfaces/PanoRulerProPluginOptions.html +6 -6
  169. package/docs/interfaces/PanoRulerProPluginParameterType.html +6 -6
  170. package/docs/interfaces/PanoRulerProPluginState.html +7 -7
  171. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +4 -4
  172. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +4 -4
  173. package/docs/interfaces/PanoSpatialTagPluginData.html +10 -10
  174. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +9 -9
  175. package/docs/interfaces/PanoSpatialTagPluginExportType.html +12 -12
  176. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +9 -9
  177. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +12 -12
  178. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +10 -10
  179. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +9 -9
  180. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +5 -5
  181. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +7 -7
  182. package/docs/interfaces/PanoVideoPluginType.PluginData.html +5 -5
  183. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +8 -8
  184. package/docs/interfaces/PanoVideoPluginType.PluginState.html +5 -5
  185. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +7 -7
  186. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +9 -9
  187. package/docs/interfaces/Point.html +7 -7
  188. package/docs/interfaces/Room.html +8 -8
  189. package/docs/interfaces/RoomInfo.html +6 -6
  190. package/docs/interfaces/RoomLabel.html +13 -13
  191. package/docs/interfaces/RoomRules.html +4 -4
  192. package/docs/interfaces/Rooms.html +4 -4
  193. package/docs/interfaces/Scissor.html +8 -8
  194. package/docs/interfaces/State.html +7 -7
  195. package/docs/interfaces/TagCacheInterface.html +11 -11
  196. package/docs/interfaces/TagConfig.html +12 -12
  197. package/docs/interfaces/TagGLTFObjectGroup.html +5 -5
  198. package/docs/interfaces/TagIconUrl.html +11 -11
  199. package/docs/interfaces/TagObjectGroup.html +5 -5
  200. package/docs/interfaces/TagStyle.html +5 -5
  201. package/docs/interfaces/Tags.html +8 -8
  202. package/docs/interfaces/TemporaryState.html +5 -5
  203. package/docs/interfaces/Util.MagnifierParameter.html +10 -10
  204. package/docs/interfaces/Util.MouseGroupParameter.html +7 -7
  205. package/docs/interfaces/Util.PointIntersection.html +7 -7
  206. package/docs/modules/CruisePluginTypes.html +4 -4
  207. package/docs/modules/GuideLineItem.html +4 -4
  208. package/docs/modules/GuideLineModeItem.html +4 -4
  209. package/docs/modules/GuideLinePluginType.html +4 -4
  210. package/docs/modules/PanoVideoPluginType.html +4 -4
  211. package/docs/modules/Util.html +4 -4
  212. package/docs/modules.html +4 -4
  213. package/docs/types/ArrayPosition.html +4 -4
  214. package/docs/types/AudioAppearance.html +4 -4
  215. package/docs/types/AudioTagTypeConfigKey.html +4 -4
  216. package/docs/types/CSS3DRenderExportType.html +4 -4
  217. package/docs/types/CSS3DRenderPluginExportType.html +4 -4
  218. package/docs/types/CSS3DRenderPluginParameterType.html +4 -4
  219. package/docs/types/ClassFunctionParameters.html +4 -4
  220. package/docs/types/Color.html +4 -4
  221. package/docs/types/ContentTypeConfigKey.html +4 -4
  222. package/docs/types/ContentTypeConfigKeySplit.html +4 -4
  223. package/docs/types/ContentTypeMap.html +4 -4
  224. package/docs/types/Create3DDomContainerReturnType.html +4 -4
  225. package/docs/types/Create3DElementReturnType.html +4 -4
  226. package/docs/types/CruisePluginExportType.html +4 -4
  227. package/docs/types/CruisePluginTypes.CruiseData.html +4 -4
  228. package/docs/types/CruisePluginTypes.MoveEffect.html +4 -4
  229. package/docs/types/DeprecatedMediaPlaneProperty.html +4 -4
  230. package/docs/types/DeprecatedTagProperty.html +4 -4
  231. package/docs/types/Direction-1.html +4 -4
  232. package/docs/types/Direction4.html +4 -4
  233. package/docs/types/ElementRenderer.html +4 -4
  234. package/docs/types/FloorplanRuleLabels.html +4 -4
  235. package/docs/types/FloorplanServerRuleLabels.html +4 -4
  236. package/docs/types/GuideLinePluginExportType.html +4 -4
  237. package/docs/types/GuideLinePluginType.GuideLineItem.html +4 -4
  238. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +4 -4
  239. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +4 -4
  240. package/docs/types/GuideLinePluginType.GuideLineStyle.html +4 -4
  241. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +4 -4
  242. package/docs/types/GuideLinePluginType.PathItem.html +4 -4
  243. package/docs/types/GuideLinePluginType.PluginData.html +4 -4
  244. package/docs/types/HelperEventMap.html +4 -4
  245. package/docs/types/LoadTagConfig.html +4 -4
  246. package/docs/types/MapviewFloorplanPluginParameterType.html +4 -4
  247. package/docs/types/MapviewFloorplanPluginReturnType.html +4 -4
  248. package/docs/types/MediaData.html +4 -4
  249. package/docs/types/MediaStore.html +4 -4
  250. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +4 -4
  251. package/docs/types/ModelFloorplanPluginParameterType.html +4 -4
  252. package/docs/types/ModelFloorplanPluginReturnType.html +4 -4
  253. package/docs/types/ModelRoomLabelPluginParameters.html +4 -4
  254. package/docs/types/ModelRoomLabelPluginReturnType.html +4 -4
  255. package/docs/types/MoveArgs.html +4 -4
  256. package/docs/types/MoveOpts.html +4 -4
  257. package/docs/types/Object3DHelperEventMap.html +4 -4
  258. package/docs/types/ObjectFit.html +4 -4
  259. package/docs/types/PaintBrushEventMap.html +4 -4
  260. package/docs/types/PanoCompassPluginData.html +4 -4
  261. package/docs/types/PanoCompassPluginExportType.html +4 -4
  262. package/docs/types/PanoCompassPluginParameterType.html +4 -4
  263. package/docs/types/PanoFloorplanRadarPluginParameterType.html +4 -4
  264. package/docs/types/PanoFloorplanRadarPluginReturnType.html +4 -4
  265. package/docs/types/PanoIndex.html +4 -4
  266. package/docs/types/PanoMeasurePluginEvent.html +4 -4
  267. package/docs/types/PanoMeasureReturnType.html +4 -4
  268. package/docs/types/PanoSpatialTagPluginId.html +4 -4
  269. package/docs/types/PanoTagPluginExportInterface.html +4 -4
  270. package/docs/types/PanoTagPluginParamsInterface.html +4 -4
  271. package/docs/types/PanoVideoPluginParameterType.html +4 -4
  272. package/docs/types/PanoVideoPluginReturnType.html +4 -4
  273. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +4 -4
  274. package/docs/types/PlaneTag.html +4 -4
  275. package/docs/types/Point2DTag.html +4 -4
  276. package/docs/types/Point3DTag.html +4 -4
  277. package/docs/types/PointTag.html +4 -4
  278. package/docs/types/PointTagInstance.html +4 -4
  279. package/docs/types/Position.html +4 -4
  280. package/docs/types/RotateArgs.html +4 -4
  281. package/docs/types/RotateOpts.html +4 -4
  282. package/docs/types/RuleLabelsKey.html +4 -4
  283. package/docs/types/RuleLabelsValue.html +4 -4
  284. package/docs/types/StickType.html +4 -4
  285. package/docs/types/Tag.html +4 -4
  286. package/docs/types/Tag2D.html +4 -4
  287. package/docs/types/Tag3D.html +4 -4
  288. package/docs/types/TagContentType.html +4 -4
  289. package/docs/types/TagDimensionType.html +4 -4
  290. package/docs/types/TagElement.html +4 -4
  291. package/docs/types/TagEvents.html +4 -4
  292. package/docs/types/TagGLTFObject.html +4 -4
  293. package/docs/types/TagHooks.html +4 -4
  294. package/docs/types/TagId.html +4 -4
  295. package/docs/types/TagInstance.html +4 -4
  296. package/docs/types/TagPointType.html +4 -4
  297. package/docs/types/TagRendererMap.html +4 -4
  298. package/docs/types/TopviewFloorplanPluginParameterType.html +4 -4
  299. package/docs/types/TopviewFloorplanPluginReturnType.html +4 -4
  300. package/docs/types/WorkCode.html +4 -4
  301. package/docs/variables/FLOOR_TYPE_MAP.html +4 -4
  302. package/docs/variables/PLUGIN.html +4 -4
  303. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +4 -4
  304. package/docs/variables/ROOM_TYPE_MAP.html +4 -4
  305. package/docs/variables/itemLabelPluginServerParams.html +4 -4
  306. package/docs/variables/modelItemLabelPluginServerParams.html +4 -4
  307. package/docs/variables/modelRoomLabelPluginServerParams.html +4 -4
  308. package/libs/CruisePlugin/Controller.js +103 -90
  309. package/libs/CruisePlugin/index.js +22 -9
  310. package/libs/GuideLinePlugin/Components/Tag.js +58 -48
  311. package/libs/GuideLinePlugin/Controller.js +38 -25
  312. package/libs/GuideLinePlugin/GuideLineItem.js +19 -6
  313. package/libs/GuideLinePlugin/GuideLineModeItem.js +19 -6
  314. package/libs/GuideLinePlugin/index.js +24 -11
  315. package/libs/ItemLabelPlugin/ItemLabelComponent.js +152 -139
  316. package/libs/ItemLabelPlugin/ItemLabelItem.js +67 -57
  317. package/libs/ItemLabelPlugin/Plugin.js +37 -26
  318. package/libs/ItemLabelPlugin/index.js +16 -5
  319. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +116 -103
  320. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +45 -35
  321. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +35 -24
  322. package/libs/ModelItemLabelPlugin/index.js +16 -5
  323. package/libs/ModelRoomLabelPlugin/Controller.js +20 -8
  324. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +52 -42
  325. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +75 -61
  326. package/libs/ModelRoomLabelPlugin/index.js +17 -5
  327. package/libs/PanoDoorLabelPlugin/Controller.js +65 -55
  328. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +55 -45
  329. package/libs/PanoDoorLabelPlugin/index.js +14 -4
  330. package/libs/PanoMeasurePlugin/Components/Common/CircleButton.js +70 -60
  331. package/libs/PanoMeasurePlugin/Components/Common/Exit.js +32 -22
  332. package/libs/PanoMeasurePlugin/Components/Common/Switcher0.js +75 -62
  333. package/libs/PanoMeasurePlugin/Components/Common/Switcher1.js +110 -97
  334. package/libs/PanoMeasurePlugin/Components/Controller0.js +48 -37
  335. package/libs/PanoMeasurePlugin/Components/Controller1.js +59 -48
  336. package/libs/PanoMeasurePlugin/Components/Tip.js +74 -64
  337. package/libs/PanoMeasurePlugin/Controller/index.js +86 -75
  338. package/libs/PanoMeasurePlugin/Modules/GuideController.js +25 -15
  339. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +16 -5
  340. package/libs/PanoMeasurePlugin/index.js +27 -16
  341. package/libs/PanoRulerProPlugin/Controller.js +38 -27
  342. package/libs/PanoRulerProPlugin/RulerItem.js +91 -78
  343. package/libs/PanoRulerProPlugin/RulerItems.js +95 -82
  344. package/libs/PanoRulerProPlugin/index.js +15 -4
  345. package/libs/PanoSpatialTagPlugin/Components/origins.js +51 -38
  346. package/libs/PanoSpatialTagPlugin/Components/tag.js +32 -22
  347. package/libs/PanoSpatialTagPlugin/Plugin.js +116 -105
  348. package/libs/PanoSpatialTagPlugin/index.js +13 -2
  349. package/libs/PanoSpatialTagPlugin/store.d.ts +1 -0
  350. package/libs/PanoSpatialTagPlugin/store.js +2 -2
  351. package/libs/PanoTagPlugin/Components/Common/Arrow.js +44 -34
  352. package/libs/PanoTagPlugin/Components/Common/Audio.js +99 -89
  353. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +139 -128
  354. package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +53 -43
  355. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +59 -49
  356. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +79 -69
  357. package/libs/PanoTagPlugin/Components/Common/Media.js +182 -168
  358. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +128 -118
  359. package/libs/PanoTagPlugin/Components/Common/Shadow.js +40 -30
  360. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +35 -24
  361. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +97 -86
  362. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +88 -75
  363. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +103 -95
  364. package/libs/PanoTagPlugin/Components/Common/TextItem.js +59 -49
  365. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +106 -95
  366. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +92 -81
  367. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +68 -57
  368. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +45 -35
  369. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +122 -110
  370. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +53 -42
  371. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +118 -103
  372. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +66 -54
  373. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +131 -108
  374. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +101 -90
  375. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +54 -43
  376. package/libs/PanoTagPlugin/Components/Tag/index.js +151 -138
  377. package/libs/PanoTagPlugin/Components/TagContainer.js +72 -57
  378. package/libs/PanoTagPlugin/Components/TagItem.js +60 -47
  379. package/libs/PanoTagPlugin/controller/TagComputer.js +2 -2
  380. package/libs/PanoTagPlugin/controller/TagRender.js +19 -6
  381. package/libs/PanoTagPlugin/controller/TagUtil.js +2 -2
  382. package/libs/PanoTagPlugin/controller/index.js +95 -82
  383. package/libs/PanoTagPlugin/index.js +26 -13
  384. package/libs/PanoTagPlugin/typings/controller.d.ts +1 -0
  385. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +10 -0
  386. package/libs/base/BasePlugin.js +1 -1
  387. package/libs/floorplan/Components/BaseImage.js +43 -39
  388. package/libs/floorplan/Components/Camera.js +16 -13
  389. package/libs/floorplan/Components/Compass.js +27 -24
  390. package/libs/floorplan/Components/CurrentFloor.js +25 -20
  391. package/libs/floorplan/Components/Main.js +58 -49
  392. package/libs/floorplan/Components/Normalmage.js +25 -22
  393. package/libs/floorplan/Components/RoomHighlight/Room.js +28 -25
  394. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +69 -61
  395. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +50 -47
  396. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +69 -61
  397. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +125 -118
  398. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +25 -22
  399. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +43 -40
  400. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +32 -29
  401. package/libs/floorplan/Components/RuleLabels/RuleItem.js +49 -41
  402. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +102 -94
  403. package/libs/floorplan/Components/SvgImage.js +30 -27
  404. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +41 -29
  405. package/libs/floorplan/MapviewFloorplanPlugin/index.js +19 -7
  406. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +35 -23
  407. package/libs/floorplan/ModelFloorplanPlugin/index.js +19 -7
  408. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +52 -42
  409. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +71 -59
  410. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +66 -53
  411. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +69 -57
  412. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +67 -55
  413. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +16 -4
  414. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +46 -34
  415. package/libs/floorplan/TopviewFloorplanPlugin/index.js +19 -7
  416. package/libs/floorplan/index.js +1 -0
  417. package/libs/index.js +126 -112
  418. package/libs/shared-utils/logger.js +1 -1
  419. package/libs/vendor/svelte/src/runtime/internal/Component.js +122 -0
  420. package/libs/vendor/svelte/src/runtime/internal/ResizeObserverSingleton.js +1 -0
  421. package/libs/vendor/svelte/src/runtime/internal/animations.js +1 -0
  422. package/libs/vendor/svelte/src/runtime/internal/await_block.js +47 -0
  423. package/libs/vendor/svelte/src/runtime/internal/dev.js +1 -0
  424. package/libs/vendor/svelte/src/runtime/internal/disclose-version/index.js +2 -0
  425. package/libs/vendor/svelte/src/runtime/internal/dom.js +214 -0
  426. package/libs/vendor/svelte/src/runtime/internal/each.js +46 -0
  427. package/libs/vendor/svelte/src/runtime/internal/environment.js +7 -0
  428. package/libs/vendor/svelte/src/runtime/internal/globals.js +7 -0
  429. package/libs/vendor/svelte/src/runtime/internal/index.js +1 -0
  430. package/libs/vendor/svelte/src/runtime/internal/lifecycle.js +63 -0
  431. package/libs/vendor/svelte/src/runtime/internal/loop.js +21 -0
  432. package/libs/vendor/svelte/src/runtime/internal/scheduler.js +66 -0
  433. package/libs/vendor/svelte/src/runtime/internal/spread.js +26 -0
  434. package/libs/vendor/svelte/src/runtime/internal/ssr.js +1 -0
  435. package/libs/vendor/svelte/src/runtime/internal/style_manager.js +48 -0
  436. package/libs/vendor/svelte/src/runtime/internal/transitions.js +192 -0
  437. package/libs/vendor/svelte/src/runtime/internal/utils.js +110 -0
  438. package/libs/vendor/svelte/{store → src/runtime/store}/index.js +5 -5
  439. package/libs/vendor/svelte/{transition → src/runtime/transition}/index.js +1 -1
  440. package/libs/vendor/svelte/src/shared/boolean_attributes.js +1 -0
  441. package/libs/vendor/svelte/src/shared/utils/names.js +1 -0
  442. package/libs/vendor/svelte/src/shared/version.js +4 -0
  443. package/libs/vendor/svelte-carousel/src/components/Arrow/Arrow.js +27 -23
  444. package/libs/vendor/svelte-carousel/src/components/Carousel/Carousel.js +197 -225
  445. package/libs/vendor/svelte-carousel/src/components/Dot/Dot.js +16 -12
  446. package/libs/vendor/svelte-carousel/src/components/Dots/Dots.js +65 -59
  447. package/libs/vendor/svelte-carousel/src/components/Progress/Progress.js +32 -29
  448. package/package.json +1 -1
  449. package/libs/vendor/svelte/internal/index.js +0 -749
  450. /package/libs/vendor/svelte/{easing → src/runtime/easing}/index.js +0 -0
  451. /package/libs/vendor/svelte/{index.js → src/runtime/index.js} +0 -0
@@ -1,5 +1,10 @@
1
- import { SvelteComponent as $, init as AA, safe_not_equal as eA, append_styles as tA, empty as iA, insert as H, transition_out as v, check_outros as K, transition_in as w, detach as P, setContext as L, group_outros as N, element as T, attr as B, noop as V, toggle_class as u, null_to_empty as Y, set_style as I, append as Z, listen as z, stop_propagation as nA, create_component as k, mount_component as b, destroy_component as D } from "../../../vendor/svelte/internal/index.js";
2
- import oA from "./TextTag/index.js";
1
+ import { safe_not_equal as $, noop as L, null_to_empty as Y } from "../../../vendor/svelte/src/runtime/internal/utils.js";
2
+ import { append_styles as AA, empty as eA, insert as H, detach as P, element as T, attr as B, toggle_class as u, set_style as I, append as V, listen as K, stop_propagation as tA } from "../../../vendor/svelte/src/runtime/internal/dom.js";
3
+ import { transition_out as v, check_outros as N, transition_in as w, group_outros as z } from "../../../vendor/svelte/src/runtime/internal/transitions.js";
4
+ import { setContext as Z } from "../../../vendor/svelte/src/runtime/internal/lifecycle.js";
5
+ import { SvelteComponent as iA, init as oA, create_component as k, mount_component as b, destroy_component as D } from "../../../vendor/svelte/src/runtime/internal/Component.js";
6
+ import "../../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
7
+ import nA from "./TextTag/index.js";
3
8
  import rA from "./ImageTextTag.js";
4
9
  import aA from "./MarketingTag.js";
5
10
  import "three";
@@ -7,17 +12,23 @@ import { noTypecheck as d } from "../../utils/noTypecheck.js";
7
12
  import { isMediaModelTag as lA } from "../../utils/tag/tagCheck.js";
8
13
  import fA from "./AudioTag/index.js";
9
14
  import sA from "./MediaPlane.js";
10
- import gA from "./LinkTag.js";
11
- import mA from "./CustomTag.js";
15
+ import mA from "./LinkTag.js";
16
+ import gA from "./CustomTag.js";
12
17
  import { classnames as J } from "../../../vendor/classnames/index.js";
18
+ import "../../../vendor/svelte/src/runtime/internal/environment.js";
19
+ import "../../../vendor/svelte/src/runtime/internal/loop.js";
20
+ import "../../../vendor/svelte/src/runtime/internal/style_manager.js";
21
+ import "../../../vendor/svelte/src/runtime/internal/scheduler.js";
22
+ import "../../../vendor/svelte/src/shared/version.js";
13
23
  import "./TextTag/TextTag.js";
14
24
  import "../Common/Line/Straight.js";
15
- import "../../../vendor/svelte/transition/index.js";
16
- import "../../../vendor/svelte/easing/index.js";
25
+ import "../../../vendor/svelte/src/runtime/transition/index.js";
26
+ import "../../../vendor/svelte/src/runtime/easing/index.js";
17
27
  import "../../../shared-utils/uuid.js";
18
28
  import "../Common/Shadow.js";
19
29
  import "../Common/Text/FlyMText.js";
20
30
  import "../Common/Text/FlyText.js";
31
+ import "../../../vendor/svelte/src/runtime/internal/each.js";
21
32
  import "animejs";
22
33
  import "../../../shared-utils/isNil.js";
23
34
  import "../../utils/search.js";
@@ -32,6 +43,7 @@ import "../Common/Text/MText.js";
32
43
  import "../../utils/px2rem.js";
33
44
  import "../Common/Line/Polyline.js";
34
45
  import "../Common/Media.js";
46
+ import "../../../vendor/svelte/src/runtime/internal/spread.js";
35
47
  import "../../../vendor/svelte-carousel/src/components/Carousel/Carousel.js";
36
48
  import "../../../vendor/svelte-carousel/src/components/Dots/Dots.js";
37
49
  import "../../../vendor/svelte-carousel/src/components/Dot/Dot.js";
@@ -87,16 +99,17 @@ import "../../../shared-utils/audio.js";
87
99
  import "../Common/Icon/audioIcon.js";
88
100
  import "./AudioTag/AudioPlaneTag.js";
89
101
  import "../Common/Icon/Icon.js";
102
+ import "../../../vendor/svelte/src/runtime/internal/await_block.js";
90
103
  import "../../utils/getImageInfo.js";
91
- function cA(n) {
92
- tA(n, "svelte-1r4fqvg", '@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-1r4fqvg{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-1r4fqvg{transition:opacity 0.3s linear}.content__container.unClickable.svelte-1r4fqvg{pointer-events:none !important}.content__container.unClickable.svelte-1r4fqvg *{pointer-events:none !important}.content__wrapper.svelte-1r4fqvg{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-1r4fqvg{opacity:0;pointer-events:none}.content__container.hide.svelte-1r4fqvg *{pointer-events:none !important}.content__container.disable.svelte-1r4fqvg{display:none}.content.svelte-1r4fqvg{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-1r4fqvg:not(.unfolded){pointer-events:none}.content.svelte-1r4fqvg:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-1r4fqvg{pointer-events:auto}');
104
+ function pA(o) {
105
+ AA(o, "svelte-1r4fqvg", '@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-1r4fqvg{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-1r4fqvg{transition:opacity 0.3s linear}.content__container.unClickable.svelte-1r4fqvg{pointer-events:none !important}.content__container.unClickable.svelte-1r4fqvg *{pointer-events:none !important}.content__wrapper.svelte-1r4fqvg{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-1r4fqvg{opacity:0;pointer-events:none}.content__container.hide.svelte-1r4fqvg *{pointer-events:none !important}.content__container.disable.svelte-1r4fqvg{display:none}.content.svelte-1r4fqvg{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-1r4fqvg:not(.unfolded){pointer-events:none}.content.svelte-1r4fqvg:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-1r4fqvg{pointer-events:auto}');
93
106
  }
94
- function pA(n) {
107
+ function cA(o) {
95
108
  let A, t;
96
109
  return {
97
110
  c() {
98
111
  A = T("div"), B(A, "data-info", "tag content is keep folded"), B(A, "data-id", t = /*tag*/
99
- n[1].id);
112
+ o[1].id);
100
113
  },
101
114
  m(e, i) {
102
115
  H(e, A, i);
@@ -106,16 +119,16 @@ function pA(n) {
106
119
  2 && t !== (t = /*tag*/
107
120
  e[1].id) && B(A, "data-id", t);
108
121
  },
109
- i: V,
110
- o: V,
122
+ i: L,
123
+ o: L,
111
124
  d(e) {
112
125
  e && P(A);
113
126
  }
114
127
  };
115
128
  }
116
- function uA(n) {
117
- let A, t, e, i, o, c, g, f, l, a;
118
- const p = [
129
+ function uA(o) {
130
+ let A, t, e, i, n, p, m, f, l, a;
131
+ const c = [
119
132
  _A,
120
133
  CA,
121
134
  wA,
@@ -123,7 +136,7 @@ function uA(n) {
123
136
  QA,
124
137
  BA
125
138
  ], Q = [];
126
- function C(r, m) {
139
+ function C(r, g) {
127
140
  return (
128
141
  /*tag*/
129
142
  r[1].contentType === "Text" ? 0 : (
@@ -150,109 +163,109 @@ function uA(n) {
150
163
  )
151
164
  );
152
165
  }
153
- return ~(i = C(n)) && (o = Q[i] = p[i](n)), {
166
+ return ~(i = C(o)) && (n = Q[i] = c[i](o)), {
154
167
  c() {
155
168
  var r;
156
- A = T("div"), t = T("div"), e = T("div"), o && o.c(), B(e, "class", "content svelte-1r4fqvg"), u(
169
+ A = T("div"), t = T("div"), e = T("div"), n && n.c(), B(e, "class", "content svelte-1r4fqvg"), u(
157
170
  e,
158
171
  "unfolded",
159
172
  /*tag*/
160
- (r = n[1].state) == null ? void 0 : r.unfolded
161
- ), B(t, "class", "content__wrapper svelte-1r4fqvg"), B(A, "class", c = Y(J(
173
+ (r = o[1].state) == null ? void 0 : r.unfolded
174
+ ), B(t, "class", "content__wrapper svelte-1r4fqvg"), B(A, "class", p = Y(J(
162
175
  "content__container",
163
176
  /*tag*/
164
- n[1].className
165
- )) + " svelte-1r4fqvg"), B(A, "data-id", g = /*tag*/
166
- n[1].id), u(
177
+ o[1].className
178
+ )) + " svelte-1r4fqvg"), B(A, "data-id", m = /*tag*/
179
+ o[1].id), u(
167
180
  A,
168
181
  "disable",
169
182
  /*tag*/
170
- n[1].enabled === !1
183
+ o[1].enabled === !1
171
184
  ), u(
172
185
  A,
173
186
  "hide",
174
187
  /*isHide*/
175
- n[5]
188
+ o[5]
176
189
  ), u(
177
190
  A,
178
191
  "withAnimation",
179
192
  /*withAnimation*/
180
- n[0]
193
+ o[0]
181
194
  ), u(
182
195
  A,
183
196
  "unClickable",
184
197
  /*tag*/
185
- n[1].config.clickable === !1
198
+ o[1].config.clickable === !1
186
199
  ), I(
187
200
  A,
188
201
  "width",
189
202
  /*tag*/
190
- n[1].stickType === "Plane" || /*tag*/
191
- n[1].contentType === "MediaModel" ? "100%" : 0
203
+ o[1].stickType === "Plane" || /*tag*/
204
+ o[1].contentType === "MediaModel" ? "100%" : 0
192
205
  ), I(
193
206
  A,
194
207
  "height",
195
208
  /*tag*/
196
- n[1].stickType === "Plane" || /*tag*/
197
- n[1].contentType === "MediaModel" ? "100%" : 0
209
+ o[1].stickType === "Plane" || /*tag*/
210
+ o[1].contentType === "MediaModel" ? "100%" : 0
198
211
  );
199
212
  },
200
- m(r, m) {
201
- H(r, A, m), Z(A, t), Z(t, e), ~i && Q[i].m(e, null), f = !0, l || (a = z(A, "click", nA(
213
+ m(r, g) {
214
+ H(r, A, g), V(A, t), V(t, e), ~i && Q[i].m(e, null), f = !0, l || (a = K(A, "click", tA(
202
215
  /*click_handler_1*/
203
- n[15]
216
+ o[15]
204
217
  )), l = !0);
205
218
  },
206
- p(r, m) {
219
+ p(r, g) {
207
220
  var h;
208
221
  let _ = i;
209
- i = C(r), i === _ ? ~i && Q[i].p(r, m) : (o && (N(), v(Q[_], 1, 1, () => {
222
+ i = C(r), i === _ ? ~i && Q[i].p(r, g) : (n && (z(), v(Q[_], 1, 1, () => {
210
223
  Q[_] = null;
211
- }), K()), ~i ? (o = Q[i], o ? o.p(r, m) : (o = Q[i] = p[i](r), o.c()), w(o, 1), o.m(e, null)) : o = null), (!f || m & /*tag*/
224
+ }), N()), ~i ? (n = Q[i], n ? n.p(r, g) : (n = Q[i] = c[i](r), n.c()), w(n, 1), n.m(e, null)) : n = null), (!f || g & /*tag*/
212
225
  2) && u(
213
226
  e,
214
227
  "unfolded",
215
228
  /*tag*/
216
229
  (h = r[1].state) == null ? void 0 : h.unfolded
217
- ), (!f || m & /*tag*/
218
- 2 && c !== (c = Y(J(
230
+ ), (!f || g & /*tag*/
231
+ 2 && p !== (p = Y(J(
219
232
  "content__container",
220
233
  /*tag*/
221
234
  r[1].className
222
- )) + " svelte-1r4fqvg")) && B(A, "class", c), (!f || m & /*tag*/
223
- 2 && g !== (g = /*tag*/
224
- r[1].id)) && B(A, "data-id", g), (!f || m & /*tag, tag*/
235
+ )) + " svelte-1r4fqvg")) && B(A, "class", p), (!f || g & /*tag*/
236
+ 2 && m !== (m = /*tag*/
237
+ r[1].id)) && B(A, "data-id", m), (!f || g & /*tag, tag*/
225
238
  2) && u(
226
239
  A,
227
240
  "disable",
228
241
  /*tag*/
229
242
  r[1].enabled === !1
230
- ), (!f || m & /*tag, isHide*/
243
+ ), (!f || g & /*tag, isHide*/
231
244
  34) && u(
232
245
  A,
233
246
  "hide",
234
247
  /*isHide*/
235
248
  r[5]
236
- ), (!f || m & /*tag, withAnimation*/
249
+ ), (!f || g & /*tag, withAnimation*/
237
250
  3) && u(
238
251
  A,
239
252
  "withAnimation",
240
253
  /*withAnimation*/
241
254
  r[0]
242
- ), (!f || m & /*tag, tag*/
255
+ ), (!f || g & /*tag, tag*/
243
256
  2) && u(
244
257
  A,
245
258
  "unClickable",
246
259
  /*tag*/
247
260
  r[1].config.clickable === !1
248
- ), m & /*tag*/
261
+ ), g & /*tag*/
249
262
  2 && I(
250
263
  A,
251
264
  "width",
252
265
  /*tag*/
253
266
  r[1].stickType === "Plane" || /*tag*/
254
267
  r[1].contentType === "MediaModel" ? "100%" : 0
255
- ), m & /*tag*/
268
+ ), g & /*tag*/
256
269
  2 && I(
257
270
  A,
258
271
  "height",
@@ -262,27 +275,27 @@ function uA(n) {
262
275
  );
263
276
  },
264
277
  i(r) {
265
- f || (w(o), f = !0);
278
+ f || (w(n), f = !0);
266
279
  },
267
280
  o(r) {
268
- v(o), f = !1;
281
+ v(n), f = !1;
269
282
  },
270
283
  d(r) {
271
284
  r && P(A), ~i && Q[i].d(), l = !1, a();
272
285
  }
273
286
  };
274
287
  }
275
- function dA(n) {
276
- let A, t, e, i, o, c, g;
277
- return t = new mA({
288
+ function dA(o) {
289
+ let A, t, e, i, n, p, m;
290
+ return t = new gA({
278
291
  props: {
279
292
  tag: d(
280
293
  /*tag*/
281
- n[1]
294
+ o[1]
282
295
  ),
283
296
  renderMap: (
284
297
  /*renderMap*/
285
- n[3]
298
+ o[3]
286
299
  )
287
300
  }
288
301
  }), {
@@ -290,27 +303,27 @@ function dA(n) {
290
303
  A = T("div"), k(t.$$.fragment), B(A, "class", e = Y(J(
291
304
  "content__container",
292
305
  /*tag*/
293
- n[1].className
306
+ o[1].className
294
307
  )) + " svelte-1r4fqvg"), B(A, "data-id", i = /*tag*/
295
- n[1].id), u(
308
+ o[1].id), u(
296
309
  A,
297
310
  "custom-tag-disable",
298
311
  /*tag*/
299
- n[1].enabled === !1
312
+ o[1].enabled === !1
300
313
  ), u(
301
314
  A,
302
315
  "custom-tag-hide",
303
316
  /*isHide*/
304
- n[5]
317
+ o[5]
305
318
  );
306
319
  },
307
320
  m(f, l) {
308
- H(f, A, l), b(t, A, null), o = !0, c || (g = z(
321
+ H(f, A, l), b(t, A, null), n = !0, p || (m = K(
309
322
  A,
310
323
  "click",
311
324
  /*click_handler*/
312
- n[14]
313
- ), c = !0);
325
+ o[14]
326
+ ), p = !0);
314
327
  },
315
328
  p(f, l) {
316
329
  const a = {};
@@ -320,20 +333,20 @@ function dA(n) {
320
333
  f[1]
321
334
  )), l & /*renderMap*/
322
335
  8 && (a.renderMap = /*renderMap*/
323
- f[3]), t.$set(a), (!o || l & /*tag*/
336
+ f[3]), t.$set(a), (!n || l & /*tag*/
324
337
  2 && e !== (e = Y(J(
325
338
  "content__container",
326
339
  /*tag*/
327
340
  f[1].className
328
- )) + " svelte-1r4fqvg")) && B(A, "class", e), (!o || l & /*tag*/
341
+ )) + " svelte-1r4fqvg")) && B(A, "class", e), (!n || l & /*tag*/
329
342
  2 && i !== (i = /*tag*/
330
- f[1].id)) && B(A, "data-id", i), (!o || l & /*tag, tag*/
343
+ f[1].id)) && B(A, "data-id", i), (!n || l & /*tag, tag*/
331
344
  2) && u(
332
345
  A,
333
346
  "custom-tag-disable",
334
347
  /*tag*/
335
348
  f[1].enabled === !1
336
- ), (!o || l & /*tag, isHide*/
349
+ ), (!n || l & /*tag, isHide*/
337
350
  34) && u(
338
351
  A,
339
352
  "custom-tag-hide",
@@ -342,22 +355,22 @@ function dA(n) {
342
355
  );
343
356
  },
344
357
  i(f) {
345
- o || (w(t.$$.fragment, f), o = !0);
358
+ n || (w(t.$$.fragment, f), n = !0);
346
359
  },
347
360
  o(f) {
348
- v(t.$$.fragment, f), o = !1;
361
+ v(t.$$.fragment, f), n = !1;
349
362
  },
350
363
  d(f) {
351
- f && P(A), D(t), c = !1, g();
364
+ f && P(A), D(t), p = !1, m();
352
365
  }
353
366
  };
354
367
  }
355
- function BA(n) {
368
+ function BA(o) {
356
369
  let A, t;
357
370
  return A = new sA({
358
371
  props: { tag: d(
359
372
  /*tag*/
360
- n[1]
373
+ o[1]
361
374
  ) }
362
375
  }), {
363
376
  c() {
@@ -367,12 +380,12 @@ function BA(n) {
367
380
  b(A, e, i), t = !0;
368
381
  },
369
382
  p(e, i) {
370
- const o = {};
383
+ const n = {};
371
384
  i & /*tag*/
372
- 2 && (o.tag = d(
385
+ 2 && (n.tag = d(
373
386
  /*tag*/
374
387
  e[1]
375
- )), A.$set(o);
388
+ )), A.$set(n);
376
389
  },
377
390
  i(e) {
378
391
  t || (w(A.$$.fragment, e), t = !0);
@@ -385,12 +398,12 @@ function BA(n) {
385
398
  }
386
399
  };
387
400
  }
388
- function QA(n) {
401
+ function QA(o) {
389
402
  let A, t;
390
- return A = new gA({
403
+ return A = new mA({
391
404
  props: { tag: d(
392
405
  /*tag*/
393
- n[1]
406
+ o[1]
394
407
  ) }
395
408
  }), {
396
409
  c() {
@@ -400,12 +413,12 @@ function QA(n) {
400
413
  b(A, e, i), t = !0;
401
414
  },
402
415
  p(e, i) {
403
- const o = {};
416
+ const n = {};
404
417
  i & /*tag*/
405
- 2 && (o.tag = d(
418
+ 2 && (n.tag = d(
406
419
  /*tag*/
407
420
  e[1]
408
- )), A.$set(o);
421
+ )), A.$set(n);
409
422
  },
410
423
  i(e) {
411
424
  t || (w(A.$$.fragment, e), t = !0);
@@ -418,12 +431,12 @@ function QA(n) {
418
431
  }
419
432
  };
420
433
  }
421
- function vA(n) {
434
+ function vA(o) {
422
435
  let A, t;
423
436
  return A = new aA({
424
437
  props: { tag: d(
425
438
  /*tag*/
426
- n[1]
439
+ o[1]
427
440
  ) }
428
441
  }), {
429
442
  c() {
@@ -433,12 +446,12 @@ function vA(n) {
433
446
  b(A, e, i), t = !0;
434
447
  },
435
448
  p(e, i) {
436
- const o = {};
449
+ const n = {};
437
450
  i & /*tag*/
438
- 2 && (o.tag = d(
451
+ 2 && (n.tag = d(
439
452
  /*tag*/
440
453
  e[1]
441
- )), A.$set(o);
454
+ )), A.$set(n);
442
455
  },
443
456
  i(e) {
444
457
  t || (w(A.$$.fragment, e), t = !0);
@@ -451,12 +464,12 @@ function vA(n) {
451
464
  }
452
465
  };
453
466
  }
454
- function wA(n) {
467
+ function wA(o) {
455
468
  let A, t;
456
469
  return A = new fA({
457
470
  props: { tag: d(
458
471
  /*tag*/
459
- n[1]
472
+ o[1]
460
473
  ) }
461
474
  }), {
462
475
  c() {
@@ -466,12 +479,12 @@ function wA(n) {
466
479
  b(A, e, i), t = !0;
467
480
  },
468
481
  p(e, i) {
469
- const o = {};
482
+ const n = {};
470
483
  i & /*tag*/
471
- 2 && (o.tag = d(
484
+ 2 && (n.tag = d(
472
485
  /*tag*/
473
486
  e[1]
474
- )), A.$set(o);
487
+ )), A.$set(n);
475
488
  },
476
489
  i(e) {
477
490
  t || (w(A.$$.fragment, e), t = !0);
@@ -484,12 +497,12 @@ function wA(n) {
484
497
  }
485
498
  };
486
499
  }
487
- function CA(n) {
500
+ function CA(o) {
488
501
  let A, t;
489
502
  return A = new rA({
490
503
  props: { tag: d(
491
504
  /*tag*/
492
- n[1]
505
+ o[1]
493
506
  ) }
494
507
  }), {
495
508
  c() {
@@ -499,12 +512,12 @@ function CA(n) {
499
512
  b(A, e, i), t = !0;
500
513
  },
501
514
  p(e, i) {
502
- const o = {};
515
+ const n = {};
503
516
  i & /*tag*/
504
- 2 && (o.tag = d(
517
+ 2 && (n.tag = d(
505
518
  /*tag*/
506
519
  e[1]
507
- )), A.$set(o);
520
+ )), A.$set(n);
508
521
  },
509
522
  i(e) {
510
523
  t || (w(A.$$.fragment, e), t = !0);
@@ -517,12 +530,12 @@ function CA(n) {
517
530
  }
518
531
  };
519
532
  }
520
- function _A(n) {
533
+ function _A(o) {
521
534
  let A, t;
522
- return A = new oA({
535
+ return A = new nA({
523
536
  props: { tag: d(
524
537
  /*tag*/
525
- n[1]
538
+ o[1]
526
539
  ) }
527
540
  }), {
528
541
  c() {
@@ -532,12 +545,12 @@ function _A(n) {
532
545
  b(A, e, i), t = !0;
533
546
  },
534
547
  p(e, i) {
535
- const o = {};
548
+ const n = {};
536
549
  i & /*tag*/
537
- 2 && (o.tag = d(
550
+ 2 && (n.tag = d(
538
551
  /*tag*/
539
552
  e[1]
540
- )), A.$set(o);
553
+ )), A.$set(n);
541
554
  },
542
555
  i(e) {
543
556
  t || (w(A.$$.fragment, e), t = !0);
@@ -550,9 +563,9 @@ function _A(n) {
550
563
  }
551
564
  };
552
565
  }
553
- function kA(n) {
554
- let A, t, e, i, o;
555
- const c = [dA, uA, pA], g = [];
566
+ function kA(o) {
567
+ let A, t, e, i, n;
568
+ const p = [dA, uA, cA], m = [];
556
569
  function f(l, a) {
557
570
  return a & /*tag, renderMap*/
558
571
  10 && (A = null), A == null && (A = !!/*tag*/
@@ -565,82 +578,82 @@ function kA(n) {
565
578
  l[4] ? 1 : 2
566
579
  );
567
580
  }
568
- return t = f(n, -1), e = g[t] = c[t](n), {
581
+ return t = f(o, -1), e = m[t] = p[t](o), {
569
582
  c() {
570
- e.c(), i = iA();
583
+ e.c(), i = eA();
571
584
  },
572
585
  m(l, a) {
573
- g[t].m(l, a), H(l, i, a), o = !0;
586
+ m[t].m(l, a), H(l, i, a), n = !0;
574
587
  },
575
588
  p(l, [a]) {
576
- let p = t;
577
- t = f(l, a), t === p ? g[t].p(l, a) : (N(), v(g[p], 1, 1, () => {
578
- g[p] = null;
579
- }), K(), e = g[t], e ? e.p(l, a) : (e = g[t] = c[t](l), e.c()), w(e, 1), e.m(i.parentNode, i));
589
+ let c = t;
590
+ t = f(l, a), t === c ? m[t].p(l, a) : (z(), v(m[c], 1, 1, () => {
591
+ m[c] = null;
592
+ }), N(), e = m[t], e ? e.p(l, a) : (e = m[t] = p[t](l), e.c()), w(e, 1), e.m(i.parentNode, i));
580
593
  },
581
594
  i(l) {
582
- o || (w(e), o = !0);
595
+ n || (w(e), n = !0);
583
596
  },
584
597
  o(l) {
585
- v(e), o = !1;
598
+ v(e), n = !1;
586
599
  },
587
600
  d(l) {
588
- g[t].d(l), l && P(i);
601
+ l && P(i), m[t].d(l);
589
602
  }
590
603
  };
591
604
  }
592
- function bA(n, A, t) {
593
- let e, i, o, c, g, f, { withAnimation: l = !1 } = A, { tag: a } = A, { hooks: p } = A, { renderMap: Q = /* @__PURE__ */ new Map() } = A, { state: C } = A, { mediaStore: r } = A, { temporaryState: m } = A;
594
- L("hooks", p), L("mediaStore", r);
605
+ function bA(o, A, t) {
606
+ let e, i, n, p, m, f, { withAnimation: l = !1 } = A, { tag: a } = A, { hooks: c } = A, { renderMap: Q = /* @__PURE__ */ new Map() } = A, { state: C } = A, { mediaStore: r } = A, { temporaryState: g } = A;
607
+ Z("hooks", c), Z("mediaStore", r);
595
608
  let _, h;
596
609
  function R(s) {
597
- s ? p.emit("exposure", { id: c, type: "start" }) : p.emit("exposure", { id: c, type: "end" });
610
+ s ? c.emit("exposure", { id: p, type: "start" }) : c.emit("exposure", { id: p, type: "end" });
598
611
  }
599
612
  function X(s, E, G) {
600
613
  var M, y;
601
614
  return !(!E.visible || !E.enabled || !G.visible || !((M = s.state) != null && M.visible) || ((y = s.temporaryState) == null ? void 0 : y.visible) === !1 || lA(s) && !s.mediaVisible);
602
615
  }
603
- const j = (s) => p.emit("click", { event: s, target: "TagContent", tag: a }), x = (s) => p.emit("click", { event: s, target: "TagContent", tag: a });
604
- return n.$$set = (s) => {
605
- "withAnimation" in s && t(0, l = s.withAnimation), "tag" in s && t(1, a = s.tag), "hooks" in s && t(2, p = s.hooks), "renderMap" in s && t(3, Q = s.renderMap), "state" in s && t(6, C = s.state), "mediaStore" in s && t(7, r = s.mediaStore), "temporaryState" in s && t(8, m = s.temporaryState);
606
- }, n.$$.update = () => {
616
+ const j = (s) => c.emit("click", { event: s, target: "TagContent", tag: a }), x = (s) => c.emit("click", { event: s, target: "TagContent", tag: a });
617
+ return o.$$set = (s) => {
618
+ "withAnimation" in s && t(0, l = s.withAnimation), "tag" in s && t(1, a = s.tag), "hooks" in s && t(2, c = s.hooks), "renderMap" in s && t(3, Q = s.renderMap), "state" in s && t(6, C = s.state), "mediaStore" in s && t(7, r = s.mediaStore), "temporaryState" in s && t(8, g = s.temporaryState);
619
+ }, o.$$.update = () => {
607
620
  var s, E, G, M, y, U, W, S, F, O, q;
608
- n.$$.dirty & /*tag*/
609
- 2 && t(12, e = (s = a.state) == null ? void 0 : s.unfolded), n.$$.dirty & /*tag*/
610
- 2 && t(11, i = (E = a.state) == null ? void 0 : E.visible), n.$$.dirty & /*state, temporaryState, tag*/
611
- 322 && t(13, o = C.visible && m.visible && ((G = a.state) == null ? void 0 : G.visible)), n.$$.dirty & /*tag*/
612
- 2 && (c = a.id), n.$$.dirty & /*tag, state, temporaryState*/
613
- 322 && t(5, g = !X(a, C, m)), n.$$.dirty & /*isVisible*/
614
- 8192 && R(o), n.$$.dirty & /*tag, unfolded, lastUnfoldedState, visible, lastVisibleState*/
615
- 7682 && a.hooks && (e !== void 0 && e !== h && (t(10, h = e), e ? (y = (M = a.hooks).emit) == null || y.call(M, "unfolded") : (W = a == null ? void 0 : (U = a.hooks).emit) == null || W.call(U, "folded")), i !== void 0 && i !== _ && (t(9, _ = i), i ? (F = (S = a.hooks).emit) == null || F.call(S, "show") : (q = (O = a.hooks).emit) == null || q.call(O, "hide"))), n.$$.dirty & /*tag*/
621
+ o.$$.dirty & /*tag*/
622
+ 2 && t(12, e = (s = a.state) == null ? void 0 : s.unfolded), o.$$.dirty & /*tag*/
623
+ 2 && t(11, i = (E = a.state) == null ? void 0 : E.visible), o.$$.dirty & /*state, temporaryState, tag*/
624
+ 322 && t(13, n = C.visible && g.visible && ((G = a.state) == null ? void 0 : G.visible)), o.$$.dirty & /*tag*/
625
+ 2 && (p = a.id), o.$$.dirty & /*tag, state, temporaryState*/
626
+ 322 && t(5, m = !X(a, C, g)), o.$$.dirty & /*isVisible*/
627
+ 8192 && R(n), o.$$.dirty & /*tag, unfolded, lastUnfoldedState, visible, lastVisibleState*/
628
+ 7682 && a.hooks && (e !== void 0 && e !== h && (t(10, h = e), e ? (y = (M = a.hooks).emit) == null || y.call(M, "unfolded") : (W = a == null ? void 0 : (U = a.hooks).emit) == null || W.call(U, "folded")), i !== void 0 && i !== _ && (t(9, _ = i), i ? (F = (S = a.hooks).emit) == null || F.call(S, "show") : (q = (O = a.hooks).emit) == null || q.call(O, "hide"))), o.$$.dirty & /*tag*/
616
629
  2 && t(4, f = (() => !(typeof a.config.unfoldedConfig == "object" && a.config.unfoldedConfig.keep === "folded"))());
617
630
  }, [
618
631
  l,
619
632
  a,
620
- p,
633
+ c,
621
634
  Q,
622
635
  f,
623
- g,
636
+ m,
624
637
  C,
625
638
  r,
626
- m,
639
+ g,
627
640
  _,
628
641
  h,
629
642
  i,
630
643
  e,
631
- o,
644
+ n,
632
645
  j,
633
646
  x
634
647
  ];
635
648
  }
636
- class at extends $ {
649
+ class wt extends iA {
637
650
  constructor(A) {
638
- super(), AA(
651
+ super(), oA(
639
652
  this,
640
653
  A,
641
654
  bA,
642
655
  kA,
643
- eA,
656
+ $,
644
657
  {
645
658
  withAnimation: 0,
646
659
  tag: 1,
@@ -650,10 +663,10 @@ class at extends $ {
650
663
  mediaStore: 7,
651
664
  temporaryState: 8
652
665
  },
653
- cA
666
+ pA
654
667
  );
655
668
  }
656
669
  }
657
670
  export {
658
- at as default
671
+ wt as default
659
672
  };