@realsee/dnalogel 2.20.0-dev.2 → 2.20.0-dev.4

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