@realsee/dnalogel 3.27.10 → 3.28.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 (406) hide show
  1. package/dist/PanoTagPlugin/controller/TagCache.d.ts +5 -1
  2. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +3 -3
  3. package/dist/PanoTagPlugin/controller/TagRender.d.ts +7 -7
  4. package/dist/PanoTagPlugin/controller/TagUtil.d.ts +4 -4
  5. package/dist/PanoTagPlugin/controller/index.d.ts +19 -15
  6. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +2 -2
  7. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +12 -12
  8. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +5 -5
  9. package/dist/PanoTagPlugin/typings/tag/TagInstance.d.ts +1 -0
  10. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +1 -1
  11. package/dist/PanoTagPlugin/utils/search.d.ts +1 -1
  12. package/dist/Sculpt/Objects/Base/index.d.ts +15 -3
  13. package/dist/index.cjs.js +4 -4
  14. package/dist/index.js +67 -35
  15. package/dist/index.umd.js +4 -4
  16. package/docs/assets/search.js +1 -1
  17. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +3 -3
  18. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +3 -3
  19. package/docs/classes/CSS3DRender.html +3 -3
  20. package/docs/classes/GuideLineItem.GuideLineItem.html +3 -3
  21. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +3 -3
  22. package/docs/classes/ModelMakerPluginType.ModelMakerController.html +3 -3
  23. package/docs/classes/ModelRoomLabelController.html +3 -3
  24. package/docs/classes/MoveController.html +3 -3
  25. package/docs/classes/Object3DHelperController.html +3 -3
  26. package/docs/classes/PaintBrush.html +3 -3
  27. package/docs/classes/PanoMeasurePluginLine.html +3 -3
  28. package/docs/classes/PanoMeasurePluginModel.html +3 -3
  29. package/docs/classes/PanoMeasurePluginPoint.html +3 -3
  30. package/docs/classes/PanoMeasurePluginPolyline.html +3 -3
  31. package/docs/classes/PanoTagPluginController.html +104 -68
  32. package/docs/classes/Sculpt.html +3 -3
  33. package/docs/classes/Util.BetterTween.html +3 -3
  34. package/docs/classes/Util.Interval.html +3 -3
  35. package/docs/classes/Util.LineSegments.html +3 -3
  36. package/docs/classes/Util.Magnifier.html +3 -3
  37. package/docs/classes/Util.Object3D.html +3 -3
  38. package/docs/classes/Util.PointDomHelper.html +3 -3
  39. package/docs/classes/Util.PointHelper.html +3 -3
  40. package/docs/classes/Util.PointSelectorHelper.html +3 -3
  41. package/docs/classes/Util.Rectangle.html +3 -3
  42. package/docs/classes/WalkController.html +3 -3
  43. package/docs/enums/CameraMovementEffect.html +3 -3
  44. package/docs/enums/ContentType.html +3 -3
  45. package/docs/enums/DIRECTION.html +3 -3
  46. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +3 -3
  47. package/docs/enums/DimensionType.html +3 -3
  48. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +3 -3
  49. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +3 -3
  50. package/docs/enums/PaintBrushTypeEnum.html +3 -3
  51. package/docs/enums/PointType.html +3 -3
  52. package/docs/enums/Rotation.html +3 -3
  53. package/docs/functions/AreaMakerPlugin.html +3 -3
  54. package/docs/functions/CSS3DRenderPlugin.html +3 -3
  55. package/docs/functions/CameraMovementPlugin.html +3 -3
  56. package/docs/functions/CruisePlugin.html +3 -3
  57. package/docs/functions/CurrentPanoImagePlugin.html +3 -3
  58. package/docs/functions/GuideLinePlugin.html +3 -3
  59. package/docs/functions/ItemLabelPlugin.html +3 -3
  60. package/docs/functions/MapviewFloorplanPlugin.html +3 -3
  61. package/docs/functions/ModelChassisCompassPlugin.html +3 -3
  62. package/docs/functions/ModelEntryDoorGuidePlugin.html +3 -3
  63. package/docs/functions/ModelFloorplanPlugin.html +3 -3
  64. package/docs/functions/ModelItemLabelPlugin.html +3 -3
  65. package/docs/functions/ModelMakerPlugin.html +3 -3
  66. package/docs/functions/ModelRoomLabelPlugin.html +3 -3
  67. package/docs/functions/ModelTVVideoPlugin.html +3 -3
  68. package/docs/functions/ModelViewPlugin.html +3 -3
  69. package/docs/functions/MovePlugin.html +3 -3
  70. package/docs/functions/Object3DHelperPlugin.html +3 -3
  71. package/docs/functions/PanoCompassPlugin.html +3 -3
  72. package/docs/functions/PanoCursorRaycasterPlugin.html +3 -3
  73. package/docs/functions/PanoDoorLabelPlugin.html +3 -3
  74. package/docs/functions/PanoFloorplanRadarPlugin.html +3 -3
  75. package/docs/functions/PanoMeasurePlugin.html +3 -3
  76. package/docs/functions/PanoRulerPlugin.html +3 -3
  77. package/docs/functions/PanoRulerProPlugin.html +3 -3
  78. package/docs/functions/PanoSpatialTagPlugin.html +3 -3
  79. package/docs/functions/PanoTagPlugin.html +3 -3
  80. package/docs/functions/PanoVideoPlugin.html +3 -3
  81. package/docs/functions/PipelinePlugin.html +3 -3
  82. package/docs/functions/SculptPlugin.html +3 -3
  83. package/docs/functions/TopviewFloorplanPlugin.html +3 -3
  84. package/docs/functions/Util.absoluteUrl.html +3 -3
  85. package/docs/functions/Util.checkFiveModelLoaded.html +3 -3
  86. package/docs/functions/Util.equal.html +3 -3
  87. package/docs/functions/Util.getCoordsFromClient.html +3 -3
  88. package/docs/functions/Util.getCoordsFromElement.html +3 -3
  89. package/docs/functions/Util.getFrameTime.html +3 -3
  90. package/docs/functions/Util.getIntersectFromRelativePosition.html +3 -3
  91. package/docs/functions/Util.getRaycasterFromFivePointer.html +3 -3
  92. package/docs/functions/Util.isAbsoluteURL.html +3 -3
  93. package/docs/functions/Util.isModelLike.html +3 -3
  94. package/docs/functions/Util.isNil.html +3 -3
  95. package/docs/functions/Util.isPanoramaLike.html +3 -3
  96. package/docs/functions/Util.nextFrame.html +3 -3
  97. package/docs/functions/Util.notNil.html +3 -3
  98. package/docs/functions/Util.requestAnimationFrameInterval.html +3 -3
  99. package/docs/functions/Util.tweenProgress.html +3 -3
  100. package/docs/functions/Util.uuid.html +3 -3
  101. package/docs/functions/pluginFlag.html +3 -3
  102. package/docs/index.html +4 -4
  103. package/docs/interfaces/AddTagConfig.html +3 -3
  104. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +3 -3
  105. package/docs/interfaces/AreaMakerPluginType.Config.html +3 -3
  106. package/docs/interfaces/AreaMakerPluginType.EventMap.html +3 -3
  107. package/docs/interfaces/AreaMakerPluginType.Params.html +3 -3
  108. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +3 -3
  109. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +3 -3
  110. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +3 -3
  111. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +3 -3
  112. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +3 -3
  113. package/docs/interfaces/AreaMakerPluginType.State.html +3 -3
  114. package/docs/interfaces/CSS3DRenderPluginEventMap.html +3 -3
  115. package/docs/interfaces/CSS3DRenderPluginState.html +3 -3
  116. package/docs/interfaces/CameraMovementPluginExportType.html +3 -3
  117. package/docs/interfaces/ContentTypeMapInterface.html +15 -15
  118. package/docs/interfaces/CruisePluginTypes.Config.html +3 -3
  119. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +3 -3
  120. package/docs/interfaces/CruisePluginTypes.EventMap.html +3 -3
  121. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +3 -3
  122. package/docs/interfaces/CruisePluginTypes.MoveAction.html +3 -3
  123. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +3 -3
  124. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +3 -3
  125. package/docs/interfaces/CruisePluginTypes.PluginData.html +3 -3
  126. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +3 -3
  127. package/docs/interfaces/CruisePluginTypes.PluginState.html +3 -3
  128. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +3 -3
  129. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +3 -3
  130. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +3 -3
  131. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +3 -3
  132. package/docs/interfaces/CurrentPanoImagePluginType.State.html +3 -3
  133. package/docs/interfaces/EventMap.html +3 -3
  134. package/docs/interfaces/FloorplanBounding.html +3 -3
  135. package/docs/interfaces/FloorplanData.html +3 -3
  136. package/docs/interfaces/FloorplanEntrance.html +3 -3
  137. package/docs/interfaces/FloorplanExtraObject.html +3 -3
  138. package/docs/interfaces/FloorplanExtraObject3D.html +3 -3
  139. package/docs/interfaces/FloorplanFloorData.html +3 -3
  140. package/docs/interfaces/FloorplanImagePosition.html +3 -3
  141. package/docs/interfaces/FloorplanObserver.html +3 -3
  142. package/docs/interfaces/FloorplanOutlineItem.html +3 -3
  143. package/docs/interfaces/FloorplanPosition.html +3 -3
  144. package/docs/interfaces/FloorplanRoomItem.html +3 -3
  145. package/docs/interfaces/FloorplanRoomLabelItem.html +3 -3
  146. package/docs/interfaces/FloorplanServerBounding.html +3 -3
  147. package/docs/interfaces/FloorplanServerComputedData.html +3 -3
  148. package/docs/interfaces/FloorplanServerData.html +3 -3
  149. package/docs/interfaces/FloorplanServerDoorItem.html +3 -3
  150. package/docs/interfaces/FloorplanServerDoorPosition.html +3 -3
  151. package/docs/interfaces/FloorplanServerEntrance.html +3 -3
  152. package/docs/interfaces/FloorplanServerFloorData.html +3 -3
  153. package/docs/interfaces/FloorplanServerImagePosition.html +3 -3
  154. package/docs/interfaces/FloorplanServerObserver.html +3 -3
  155. package/docs/interfaces/FloorplanServerOutlineItem.html +3 -3
  156. package/docs/interfaces/FloorplanServerPosition.html +3 -3
  157. package/docs/interfaces/FloorplanServerRoomItem.html +3 -3
  158. package/docs/interfaces/FloorplanServerRoomLabelItem.html +3 -3
  159. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +3 -3
  160. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +3 -3
  161. package/docs/interfaces/GuideLinePluginType.EventMap.html +3 -3
  162. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +3 -3
  163. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +3 -3
  164. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +3 -3
  165. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +3 -3
  166. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +3 -3
  167. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +3 -3
  168. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +3 -3
  169. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +3 -3
  170. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +3 -3
  171. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +3 -3
  172. package/docs/interfaces/GuideLinePluginType.PluginState.html +3 -3
  173. package/docs/interfaces/GuideLinePluginType.Route.html +3 -3
  174. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +3 -3
  175. package/docs/interfaces/HelperOffset.html +3 -3
  176. package/docs/interfaces/ImagePlaneGroup.html +3 -3
  177. package/docs/interfaces/ItemLabelPluginData.html +3 -3
  178. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +3 -3
  179. package/docs/interfaces/ItemLabelPluginParametersType.html +3 -3
  180. package/docs/interfaces/MinMax.html +3 -3
  181. package/docs/interfaces/ModelChassisCompassPluginData.html +3 -3
  182. package/docs/interfaces/ModelChassisCompassPluginExportType.html +3 -3
  183. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +3 -3
  184. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +3 -3
  185. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +3 -3
  186. package/docs/interfaces/ModelItemLabelPluginData.html +3 -3
  187. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +3 -3
  188. package/docs/interfaces/ModelItemLabelPluginParametersType.html +3 -3
  189. package/docs/interfaces/ModelMakerPluginType.EventMap.html +3 -3
  190. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +3 -3
  191. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +3 -3
  192. package/docs/interfaces/ModelMakerPluginType.ServerData.html +3 -3
  193. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +3 -3
  194. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +3 -3
  195. package/docs/interfaces/ModelMakerPluginType.State.html +3 -3
  196. package/docs/interfaces/ModelRoomLabelPluginData.html +3 -3
  197. package/docs/interfaces/ModelTVVideoPluginData.html +3 -3
  198. package/docs/interfaces/ModelTVVideoPluginExportType.html +3 -3
  199. package/docs/interfaces/ModelTVVideoPluginParameterType.html +3 -3
  200. package/docs/interfaces/ModelViewPluginExportType.html +3 -3
  201. package/docs/interfaces/Object3DHelperState.html +3 -3
  202. package/docs/interfaces/ObjectHelperControllers.html +3 -3
  203. package/docs/interfaces/PaintBrushAction.html +3 -3
  204. package/docs/interfaces/PaintBrushConfigs.html +3 -3
  205. package/docs/interfaces/PaintBrushState.html +3 -3
  206. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +3 -3
  207. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +3 -3
  208. package/docs/interfaces/PanoMeasureParameterType.html +3 -3
  209. package/docs/interfaces/PanoMeasurePluginLineJson.html +3 -3
  210. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +3 -3
  211. package/docs/interfaces/PanoMeasurePluginPointJson.html +3 -3
  212. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +3 -3
  213. package/docs/interfaces/PanoRulerPluginExportType.html +3 -3
  214. package/docs/interfaces/PanoRulerPluginOptions.html +3 -3
  215. package/docs/interfaces/PanoRulerPluginParameterType.html +3 -3
  216. package/docs/interfaces/PanoRulerProPluginExportType.html +3 -3
  217. package/docs/interfaces/PanoRulerProPluginOptions.html +3 -3
  218. package/docs/interfaces/PanoRulerProPluginParameterType.html +3 -3
  219. package/docs/interfaces/PanoRulerProPluginState.html +3 -3
  220. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +3 -3
  221. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +3 -3
  222. package/docs/interfaces/PanoSpatialTagPluginData.html +3 -3
  223. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +3 -3
  224. package/docs/interfaces/PanoSpatialTagPluginExportType.html +3 -3
  225. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +3 -3
  226. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +3 -3
  227. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +3 -3
  228. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +3 -3
  229. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +3 -3
  230. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +3 -3
  231. package/docs/interfaces/PanoVideoPluginType.PluginData.html +3 -3
  232. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +3 -3
  233. package/docs/interfaces/PanoVideoPluginType.PluginState.html +3 -3
  234. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +3 -3
  235. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +3 -3
  236. package/docs/interfaces/Point.html +3 -3
  237. package/docs/interfaces/Room.html +3 -3
  238. package/docs/interfaces/RoomInfo.html +3 -3
  239. package/docs/interfaces/RoomLabel.html +3 -3
  240. package/docs/interfaces/RoomRules.html +3 -3
  241. package/docs/interfaces/Rooms.html +3 -3
  242. package/docs/interfaces/Scissor.html +3 -3
  243. package/docs/interfaces/State.html +3 -3
  244. package/docs/interfaces/TagCacheInterface.html +3 -3
  245. package/docs/interfaces/TagConfig.html +22 -22
  246. package/docs/interfaces/TagGLTFObjectGroup.html +3 -3
  247. package/docs/interfaces/TagIconUrl.html +3 -3
  248. package/docs/interfaces/TagObjectGroup.html +3 -3
  249. package/docs/interfaces/TagStyle.html +3 -3
  250. package/docs/interfaces/Tags.html +3 -3
  251. package/docs/interfaces/TemporaryState.html +3 -3
  252. package/docs/interfaces/Util.MagnifierParameter.html +3 -3
  253. package/docs/interfaces/Util.MouseGroupParameter.html +3 -3
  254. package/docs/interfaces/Util.PointIntersection.html +3 -3
  255. package/docs/modules/AreaMakerPluginType.html +3 -3
  256. package/docs/modules/CruisePluginTypes.html +3 -3
  257. package/docs/modules/CurrentPanoImagePluginType.html +3 -3
  258. package/docs/modules/GuideLineItem.html +3 -3
  259. package/docs/modules/GuideLineModeItem.html +3 -3
  260. package/docs/modules/GuideLinePluginType.html +3 -3
  261. package/docs/modules/ModelMakerPluginType.html +3 -3
  262. package/docs/modules/PanoVideoPluginType.html +3 -3
  263. package/docs/modules/SculptData.html +3 -3
  264. package/docs/modules/Util.html +3 -3
  265. package/docs/modules.html +4 -4
  266. package/docs/types/AddObject3DHelperConfig.html +3 -3
  267. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +3 -3
  268. package/docs/types/AreaMakerPluginType.ItemRenderer.html +3 -3
  269. package/docs/types/AreaMakerPluginType.PluginData.html +3 -3
  270. package/docs/types/AreaMakerPluginType.ServerData.html +3 -3
  271. package/docs/types/ArrayPosition.html +3 -3
  272. package/docs/types/AudioAppearance.html +3 -3
  273. package/docs/types/CSS3DRenderExportType.html +3 -3
  274. package/docs/types/CSS3DRenderPluginExportType.html +3 -3
  275. package/docs/types/CSS3DRenderPluginParameterType.html +3 -3
  276. package/docs/types/ClassFunctionParameters.html +3 -3
  277. package/docs/types/Color.html +3 -3
  278. package/docs/types/ContentTypeConfigKey.html +3 -3
  279. package/docs/types/ContentTypeConfigKeySplit.html +3 -3
  280. package/docs/types/ContentTypeMap.html +3 -3
  281. package/docs/types/Create3DDomContainerReturnType.html +3 -3
  282. package/docs/types/Create3DElementReturnType.html +3 -3
  283. package/docs/types/CruisePluginExportType.html +3 -3
  284. package/docs/types/CruisePluginTypes.CruiseData.html +3 -3
  285. package/docs/types/CruisePluginTypes.MoveEffect.html +3 -3
  286. package/docs/types/CurrentPanoImagePluginExportType.html +3 -3
  287. package/docs/types/DeprecatedMediaPlaneProperty.html +3 -3
  288. package/docs/types/DeprecatedTagProperty.html +3 -3
  289. package/docs/types/Direction-1.html +3 -3
  290. package/docs/types/Direction4.html +3 -3
  291. package/docs/types/ElementRenderer.html +3 -3
  292. package/docs/types/FloorplanRuleLabels.html +3 -3
  293. package/docs/types/FloorplanServerRuleLabels.html +3 -3
  294. package/docs/types/GuideLinePluginExportType.html +3 -3
  295. package/docs/types/GuideLinePluginType.GuideLineItem.html +3 -3
  296. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +3 -3
  297. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +3 -3
  298. package/docs/types/GuideLinePluginType.GuideLineStyle.html +3 -3
  299. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +3 -3
  300. package/docs/types/GuideLinePluginType.PathItem.html +3 -3
  301. package/docs/types/GuideLinePluginType.PluginData.html +3 -3
  302. package/docs/types/HelperEventMap.html +3 -3
  303. package/docs/types/InternalHelperEventMap.html +3 -3
  304. package/docs/types/LoadTagConfig.html +3 -3
  305. package/docs/types/MapviewFloorplanPluginParameterType.html +3 -3
  306. package/docs/types/MapviewFloorplanPluginReturnType.html +3 -3
  307. package/docs/types/MediaData.html +6 -6
  308. package/docs/types/MediaStore.html +3 -3
  309. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +3 -3
  310. package/docs/types/ModelFloorplanPluginParameterType.html +3 -3
  311. package/docs/types/ModelFloorplanPluginReturnType.html +3 -3
  312. package/docs/types/ModelId.html +3 -3
  313. package/docs/types/ModelMakerPluginType.ElementRenderer.html +3 -3
  314. package/docs/types/ModelMakerPluginType.ItemType.html +3 -3
  315. package/docs/types/ModelRoomLabelPluginParameters.html +3 -3
  316. package/docs/types/ModelRoomLabelPluginReturnType.html +3 -3
  317. package/docs/types/MoveArgs.html +3 -3
  318. package/docs/types/MoveOpts.html +3 -3
  319. package/docs/types/Object3DHelperEventMap.html +3 -3
  320. package/docs/types/ObjectFit.html +3 -3
  321. package/docs/types/PaintBrushEventMap.html +3 -3
  322. package/docs/types/PanoCompassPluginData.html +3 -3
  323. package/docs/types/PanoCompassPluginExportType.html +3 -3
  324. package/docs/types/PanoCompassPluginParameterType.html +3 -3
  325. package/docs/types/PanoFloorplanRadarPluginParameterType.html +3 -3
  326. package/docs/types/PanoFloorplanRadarPluginReturnType.html +3 -3
  327. package/docs/types/PanoIndex.html +3 -3
  328. package/docs/types/PanoMeasurePluginEvent.html +3 -3
  329. package/docs/types/PanoMeasureReturnType.html +3 -3
  330. package/docs/types/PanoSpatialTagPluginId.html +3 -3
  331. package/docs/types/PanoTagPluginExportInterface.html +3 -3
  332. package/docs/types/PanoTagPluginParamsInterface.html +3 -3
  333. package/docs/types/PanoVideoPluginParameterType.html +3 -3
  334. package/docs/types/PanoVideoPluginReturnType.html +3 -3
  335. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +6 -6
  336. package/docs/types/PipelinePluginParameterType.html +3 -3
  337. package/docs/types/PipelinePluginReturnType.html +3 -3
  338. package/docs/types/PlaneTag.html +3 -3
  339. package/docs/types/Point2DTag.html +3 -3
  340. package/docs/types/Point3DTag.html +3 -3
  341. package/docs/types/PointTag.html +3 -3
  342. package/docs/types/PointTagInstance.html +3 -3
  343. package/docs/types/Position.html +3 -3
  344. package/docs/types/PositionFrom.html +3 -3
  345. package/docs/types/RotateArgs.html +3 -3
  346. package/docs/types/RotateOpts.html +3 -3
  347. package/docs/types/RuleLabelsKey.html +3 -3
  348. package/docs/types/RuleLabelsValue.html +3 -3
  349. package/docs/types/ScaleCallback.html +3 -3
  350. package/docs/types/ScalePosition.html +3 -3
  351. package/docs/types/SculptData.BoxData.html +3 -3
  352. package/docs/types/SculptData.CircleData.html +3 -3
  353. package/docs/types/SculptData.CylinderData.html +3 -3
  354. package/docs/types/SculptData.PointData.html +3 -3
  355. package/docs/types/SculptData.PolygonData.html +3 -3
  356. package/docs/types/SculptData.PolylineData.html +3 -3
  357. package/docs/types/SculptData.PrismData.html +3 -3
  358. package/docs/types/SculptData.RectangleData.html +3 -3
  359. package/docs/types/StickType.html +3 -3
  360. package/docs/types/Tag.html +8 -8
  361. package/docs/types/Tag2D.html +3 -3
  362. package/docs/types/Tag3D.html +3 -3
  363. package/docs/types/TagConfigByKey.html +3 -3
  364. package/docs/types/TagContentType.html +3 -3
  365. package/docs/types/TagContentTypeMapping.html +3 -3
  366. package/docs/types/TagDimensionType.html +3 -3
  367. package/docs/types/TagElement.html +3 -3
  368. package/docs/types/TagEvents.html +3 -3
  369. package/docs/types/TagGLTFObject.html +3 -3
  370. package/docs/types/TagHooks.html +3 -3
  371. package/docs/types/TagId.html +3 -3
  372. package/docs/types/TagInstance.html +17 -4
  373. package/docs/types/TagPointType.html +3 -3
  374. package/docs/types/TagRendererMap.html +3 -3
  375. package/docs/types/TopviewFloorplanPluginParameterType.html +3 -3
  376. package/docs/types/TopviewFloorplanPluginReturnType.html +3 -3
  377. package/docs/types/WorkCode.html +3 -3
  378. package/docs/variables/FLOOR_TYPE_MAP.html +3 -3
  379. package/docs/variables/PLUGIN.html +3 -3
  380. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +3 -3
  381. package/docs/variables/ROOM_TYPE_MAP.html +3 -3
  382. package/docs/variables/defaultGlobalConfig.html +3 -3
  383. package/docs/variables/itemLabelPluginServerParams.html +3 -3
  384. package/docs/variables/modelItemLabelPluginServerParams.html +3 -3
  385. package/docs/variables/modelRoomLabelPluginServerParams.html +3 -3
  386. package/libs/PanoTagPlugin/controller/TagCache.d.ts +5 -1
  387. package/libs/PanoTagPlugin/controller/TagCache.js +23 -15
  388. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +3 -3
  389. package/libs/PanoTagPlugin/controller/TagComputer.js +3 -3
  390. package/libs/PanoTagPlugin/controller/TagRender.d.ts +7 -7
  391. package/libs/PanoTagPlugin/controller/TagRender.js +7 -7
  392. package/libs/PanoTagPlugin/controller/TagUtil.d.ts +4 -4
  393. package/libs/PanoTagPlugin/controller/TagUtil.js +4 -4
  394. package/libs/PanoTagPlugin/controller/index.d.ts +19 -15
  395. package/libs/PanoTagPlugin/controller/index.js +52 -40
  396. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +2 -2
  397. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +12 -12
  398. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +5 -5
  399. package/libs/PanoTagPlugin/typings/tag/TagInstance.d.ts +1 -0
  400. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +1 -1
  401. package/libs/PanoTagPlugin/utils/search.d.ts +1 -1
  402. package/libs/Sculpt/Objects/Base/index.d.ts +15 -3
  403. package/libs/Sculpt/Objects/Base/index.js +14 -2
  404. package/libs/base/BasePlugin.js +1 -1
  405. package/libs/shared-utils/logger.js +1 -1
  406. package/package.json +1 -1
package/dist/index.cjs.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";var cm=Object.defineProperty,hm=Object.defineProperties;var dm=Object.getOwnPropertyDescriptors;var ao=Object.getOwnPropertySymbols;var ec=Object.prototype.hasOwnProperty,tc=Object.prototype.propertyIsEnumerable;var ra=(n,t,e)=>t in n?cm(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e,D=(n,t)=>{for(var e in t||(t={}))ec.call(t,e)&&ra(n,e,t[e]);if(ao)for(var e of ao(t))tc.call(t,e)&&ra(n,e,t[e]);return n},oe=(n,t)=>hm(n,dm(t));var fs=(n,t)=>{var e={};for(var i in n)ec.call(n,i)&&t.indexOf(i)<0&&(e[i]=n[i]);if(n!=null&&ao)for(var i of ao(n))t.indexOf(i)<0&&tc.call(n,i)&&(e[i]=n[i]);return e};var d=(n,t,e)=>(ra(n,typeof t!="symbol"?t+"":t,e),e);var G=(n,t,e)=>new Promise((i,s)=>{var o=l=>{try{a(e.next(l))}catch(c){s(c)}},r=l=>{try{a(e.throw(l))}catch(c){s(c)}},a=l=>l.done?i(l.value):Promise.resolve(l.value).then(o,r);a((e=e.apply(n,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Le=require("@realsee/five"),_=require("three"),Bo=require("three/examples/jsm/renderers/CSS3DRenderer"),or=require("hammerjs"),Ts=require("@realsee/five/line"),Fu=require("three/examples/jsm/loaders/FBXLoader"),um=require("earcut"),Va=require("animejs"),fm=require("@realsee/five/gltf-loader");function gm(n){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const e in n)if(e!=="default"){const i=Object.getOwnPropertyDescriptor(n,e);Object.defineProperty(t,e,i.get?i:{enumerable:!0,get:()=>n[e]})}}return t.default=n,Object.freeze(t)}const w=gm(_);function mm(){console.debug("%c %c@realsee/dnalogel %cv3.27.10",["background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')","background-repeat: no-repeat","background-position: 0 center","padding-left: 8px"].join(";"),"","background-color: #12ce9b;color:black;padding:0 6px;border-radius: 3px")}function pm(){const n=typeof OffscreenCanvas!="undefined",t=n&&new OffscreenCanvas(1,1).getContext("webgl")!==null;n&&!t&&Object.assign(window,{OffscreenCanvas:function(e,i){const s=document.createElement("canvas");return s.width=e,s.height=i,s}})}function _u(){}const ic=()=>Promise.resolve(),nc={__queue:Promise.resolve()};function Am(n=ic){nc.__queue=nc.__queue.then(n).catch(ic)}function lo(n,t,e){const i=n.x,s=n.y,o=Math.floor(i/t*1e4)/1e4,r=Math.floor(s/e*1e4)/1e4;return{x:o,y:r}}function aa(n,t,e){const{x:i,y:s}=n,o=i*t,r=s*e;return{x:o,y:r}}function co(n){if(n.length<2)return{};const t=n.slice(-2),e=t[0],i={x:(t[0].x+t[1].x)/2,y:(t[0].y+t[1].y)/2};return{control:e,end:i}}function vm(n,t,e=_u){new Promise(i=>{setTimeout(()=>{e(),i(!0)},t*n)})}const bm=window,sc=window.requestAnimationFrame||bm.webkitRequestAnimationFrame||(n=>setTimeout(n,16));function So(n,t=0){t<=0?sc(n):sc(()=>So(n,t-1))}var Nt=Object.freeze({Linear:Object.freeze({None:function(n){return n},In:function(n){return this.None(n)},Out:function(n){return this.None(n)},InOut:function(n){return this.None(n)}}),Quadratic:Object.freeze({In:function(n){return n*n},Out:function(n){return n*(2-n)},InOut:function(n){return(n*=2)<1?.5*n*n:-.5*(--n*(n-2)-1)}}),Cubic:Object.freeze({In:function(n){return n*n*n},Out:function(n){return--n*n*n+1},InOut:function(n){return(n*=2)<1?.5*n*n*n:.5*((n-=2)*n*n+2)}}),Quartic:Object.freeze({In:function(n){return n*n*n*n},Out:function(n){return 1- --n*n*n*n},InOut:function(n){return(n*=2)<1?.5*n*n*n*n:-.5*((n-=2)*n*n*n-2)}}),Quintic:Object.freeze({In:function(n){return n*n*n*n*n},Out:function(n){return--n*n*n*n*n+1},InOut:function(n){return(n*=2)<1?.5*n*n*n*n*n:.5*((n-=2)*n*n*n*n+2)}}),Sinusoidal:Object.freeze({In:function(n){return 1-Math.sin((1-n)*Math.PI/2)},Out:function(n){return Math.sin(n*Math.PI/2)},InOut:function(n){return .5*(1-Math.sin(Math.PI*(.5-n)))}}),Exponential:Object.freeze({In:function(n){return n===0?0:Math.pow(1024,n-1)},Out:function(n){return n===1?1:1-Math.pow(2,-10*n)},InOut:function(n){return n===0?0:n===1?1:(n*=2)<1?.5*Math.pow(1024,n-1):.5*(-Math.pow(2,-10*(n-1))+2)}}),Circular:Object.freeze({In:function(n){return 1-Math.sqrt(1-n*n)},Out:function(n){return Math.sqrt(1- --n*n)},InOut:function(n){return(n*=2)<1?-.5*(Math.sqrt(1-n*n)-1):.5*(Math.sqrt(1-(n-=2)*n)+1)}}),Elastic:Object.freeze({In:function(n){return n===0?0:n===1?1:-Math.pow(2,10*(n-1))*Math.sin((n-1.1)*5*Math.PI)},Out:function(n){return n===0?0:n===1?1:Math.pow(2,-10*n)*Math.sin((n-.1)*5*Math.PI)+1},InOut:function(n){return n===0?0:n===1?1:(n*=2,n<1?-.5*Math.pow(2,10*(n-1))*Math.sin((n-1.1)*5*Math.PI):.5*Math.pow(2,-10*(n-1))*Math.sin((n-1.1)*5*Math.PI)+1)}}),Back:Object.freeze({In:function(n){var t=1.70158;return n===1?1:n*n*((t+1)*n-t)},Out:function(n){var t=1.70158;return n===0?0:--n*n*((t+1)*n+t)+1},InOut:function(n){var t=2.5949095;return(n*=2)<1?.5*(n*n*((t+1)*n-t)):.5*((n-=2)*n*((t+1)*n+t)+2)}}),Bounce:Object.freeze({In:function(n){return 1-Nt.Bounce.Out(1-n)},Out:function(n){return n<1/2.75?7.5625*n*n:n<2/2.75?7.5625*(n-=1.5/2.75)*n+.75:n<2.5/2.75?7.5625*(n-=2.25/2.75)*n+.9375:7.5625*(n-=2.625/2.75)*n+.984375},InOut:function(n){return n<.5?Nt.Bounce.In(n*2)*.5:Nt.Bounce.Out(n*2-1)*.5+.5}}),generatePow:function(n){return n===void 0&&(n=4),n=n<Number.EPSILON?Number.EPSILON:n,n=n>1e4?1e4:n,{In:function(t){return Math.pow(t,n)},Out:function(t){return 1-Math.pow(1-t,n)},InOut:function(t){return t<.5?Math.pow(t*2,n)/2:(1-Math.pow(2-t*2,n))/2+.5}}}}),In=function(){return performance.now()},Wu=function(){function n(){this._tweens={},this._tweensAddedDuringUpdate={}}return n.prototype.getAll=function(){var t=this;return Object.keys(this._tweens).map(function(e){return t._tweens[e]})},n.prototype.removeAll=function(){this._tweens={}},n.prototype.add=function(t){this._tweens[t.getId()]=t,this._tweensAddedDuringUpdate[t.getId()]=t},n.prototype.remove=function(t){delete this._tweens[t.getId()],delete this._tweensAddedDuringUpdate[t.getId()]},n.prototype.update=function(t,e){t===void 0&&(t=In()),e===void 0&&(e=!1);var i=Object.keys(this._tweens);if(i.length===0)return!1;for(;i.length>0;){this._tweensAddedDuringUpdate={};for(var s=0;s<i.length;s++){var o=this._tweens[i[s]],r=!e;o&&o.update(t,r)===!1&&!e&&delete this._tweens[i[s]]}i=Object.keys(this._tweensAddedDuringUpdate)}return!0},n}(),Qi={Linear:function(n,t){var e=n.length-1,i=e*t,s=Math.floor(i),o=Qi.Utils.Linear;return t<0?o(n[0],n[1],i):t>1?o(n[e],n[e-1],e-i):o(n[s],n[s+1>e?e:s+1],i-s)},Bezier:function(n,t){for(var e=0,i=n.length-1,s=Math.pow,o=Qi.Utils.Bernstein,r=0;r<=i;r++)e+=s(1-t,i-r)*s(t,r)*n[r]*o(i,r);return e},CatmullRom:function(n,t){var e=n.length-1,i=e*t,s=Math.floor(i),o=Qi.Utils.CatmullRom;return n[0]===n[e]?(t<0&&(s=Math.floor(i=e*(1+t))),o(n[(s-1+e)%e],n[s],n[(s+1)%e],n[(s+2)%e],i-s)):t<0?n[0]-(o(n[0],n[0],n[1],n[1],-i)-n[0]):t>1?n[e]-(o(n[e],n[e],n[e-1],n[e-1],i-e)-n[e]):o(n[s?s-1:0],n[s],n[e<s+1?e:s+1],n[e<s+2?e:s+2],i-s)},Utils:{Linear:function(n,t,e){return(t-n)*e+n},Bernstein:function(n,t){var e=Qi.Utils.Factorial;return e(n)/e(t)/e(n-t)},Factorial:function(){var n=[1];return function(t){var e=1;if(n[t])return n[t];for(var i=t;i>1;i--)e*=i;return n[t]=e,e}}(),CatmullRom:function(n,t,e,i,s){var o=(e-n)*.5,r=(i-t)*.5,a=s*s,l=s*a;return(2*t-2*e+o+r)*l+(-3*t+3*e-2*o-r)*a+o*s+t}}},ol=function(){function n(){}return n.nextId=function(){return n._nextId++},n._nextId=0,n}(),Ra=new Wu,rr=function(){function n(t,e){e===void 0&&(e=Ra),this._object=t,this._group=e,this._isPaused=!1,this._pauseStart=0,this._valuesStart={},this._valuesEnd={},this._valuesStartRepeat={},this._duration=1e3,this._isDynamic=!1,this._initialRepeat=0,this._repeat=0,this._yoyo=!1,this._isPlaying=!1,this._reversed=!1,this._delayTime=0,this._startTime=0,this._easingFunction=Nt.Linear.None,this._interpolationFunction=Qi.Linear,this._chainedTweens=[],this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._id=ol.nextId(),this._isChainStopped=!1,this._propertiesAreSetUp=!1,this._goToEnd=!1}return n.prototype.getId=function(){return this._id},n.prototype.isPlaying=function(){return this._isPlaying},n.prototype.isPaused=function(){return this._isPaused},n.prototype.getDuration=function(){return this._duration},n.prototype.to=function(t,e){if(e===void 0&&(e=1e3),this._isPlaying)throw new Error("Can not call Tween.to() while Tween is already started or paused. Stop the Tween first.");return this._valuesEnd=t,this._propertiesAreSetUp=!1,this._duration=e<0?0:e,this},n.prototype.duration=function(t){return t===void 0&&(t=1e3),this._duration=t<0?0:t,this},n.prototype.dynamic=function(t){return t===void 0&&(t=!1),this._isDynamic=t,this},n.prototype.start=function(t,e){if(t===void 0&&(t=In()),e===void 0&&(e=!1),this._isPlaying)return this;if(this._group&&this._group.add(this),this._repeat=this._initialRepeat,this._reversed){this._reversed=!1;for(var i in this._valuesStartRepeat)this._swapEndStartRepeatValues(i),this._valuesStart[i]=this._valuesStartRepeat[i]}if(this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=t,this._startTime+=this._delayTime,!this._propertiesAreSetUp||e){if(this._propertiesAreSetUp=!0,!this._isDynamic){var s={};for(var o in this._valuesEnd)s[o]=this._valuesEnd[o];this._valuesEnd=s}this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat,e)}return this},n.prototype.startFromCurrentValues=function(t){return this.start(t,!0)},n.prototype._setupProperties=function(t,e,i,s,o){for(var r in i){var a=t[r],l=Array.isArray(a),c=l?"array":typeof a,h=!l&&Array.isArray(i[r]);if(!(c==="undefined"||c==="function")){if(h){var u=i[r];if(u.length===0)continue;for(var f=[a],g=0,A=u.length;g<A;g+=1){var p=this._handleRelativeValue(a,u[g]);if(isNaN(p)){h=!1,console.warn("Found invalid interpolation list. Skipping.");break}f.push(p)}h&&(i[r]=f)}if((c==="object"||l)&&a&&!h){e[r]=l?[]:{};var m=a;for(var v in m)e[r][v]=m[v];s[r]=l?[]:{};var u=i[r];if(!this._isDynamic){var y={};for(var v in u)y[v]=u[v];i[r]=u=y}this._setupProperties(m,e[r],u,s[r],o)}else(typeof e[r]=="undefined"||o)&&(e[r]=a),l||(e[r]*=1),h?s[r]=i[r].slice().reverse():s[r]=e[r]||0}}},n.prototype.stop=function(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._group&&this._group.remove(this),this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this},n.prototype.end=function(){return this._goToEnd=!0,this.update(1/0),this},n.prototype.pause=function(t){return t===void 0&&(t=In()),this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStart=t,this._group&&this._group.remove(this),this)},n.prototype.resume=function(t){return t===void 0&&(t=In()),!this._isPaused||!this._isPlaying?this:(this._isPaused=!1,this._startTime+=t-this._pauseStart,this._pauseStart=0,this._group&&this._group.add(this),this)},n.prototype.stopChainedTweens=function(){for(var t=0,e=this._chainedTweens.length;t<e;t++)this._chainedTweens[t].stop();return this},n.prototype.group=function(t){return t===void 0&&(t=Ra),this._group=t,this},n.prototype.delay=function(t){return t===void 0&&(t=0),this._delayTime=t,this},n.prototype.repeat=function(t){return t===void 0&&(t=0),this._initialRepeat=t,this._repeat=t,this},n.prototype.repeatDelay=function(t){return this._repeatDelayTime=t,this},n.prototype.yoyo=function(t){return t===void 0&&(t=!1),this._yoyo=t,this},n.prototype.easing=function(t){return t===void 0&&(t=Nt.Linear.None),this._easingFunction=t,this},n.prototype.interpolation=function(t){return t===void 0&&(t=Qi.Linear),this._interpolationFunction=t,this},n.prototype.chain=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return this._chainedTweens=t,this},n.prototype.onStart=function(t){return this._onStartCallback=t,this},n.prototype.onEveryStart=function(t){return this._onEveryStartCallback=t,this},n.prototype.onUpdate=function(t){return this._onUpdateCallback=t,this},n.prototype.onRepeat=function(t){return this._onRepeatCallback=t,this},n.prototype.onComplete=function(t){return this._onCompleteCallback=t,this},n.prototype.onStop=function(t){return this._onStopCallback=t,this},n.prototype.update=function(t,e){var i=this,s;if(t===void 0&&(t=In()),e===void 0&&(e=!0),this._isPaused)return!0;var o,r=this._startTime+this._duration;if(!this._goToEnd&&!this._isPlaying){if(t>r)return!1;e&&this.start(t,!0)}if(this._goToEnd=!1,t<this._startTime)return!0;this._onStartCallbackFired===!1&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),this._onEveryStartCallbackFired===!1&&(this._onEveryStartCallback&&this._onEveryStartCallback(this._object),this._onEveryStartCallbackFired=!0);var a=t-this._startTime,l=this._duration+((s=this._repeatDelayTime)!==null&&s!==void 0?s:this._delayTime),c=this._duration+this._repeat*l,h=function(){if(i._duration===0||a>c)return 1;var m=Math.trunc(a/l),v=a-m*l,y=Math.min(v/i._duration,1);return y===0&&a===i._duration?1:y},u=h(),f=this._easingFunction(u);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,f),this._onUpdateCallback&&this._onUpdateCallback(this._object,u),this._duration===0||a>=this._duration)if(this._repeat>0){var g=Math.min(Math.trunc((a-this._duration)/l)+1,this._repeat);isFinite(this._repeat)&&(this._repeat-=g);for(o in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[o]=="string"&&(this._valuesStartRepeat[o]=this._valuesStartRepeat[o]+parseFloat(this._valuesEnd[o])),this._yoyo&&this._swapEndStartRepeatValues(o),this._valuesStart[o]=this._valuesStartRepeat[o];return this._yoyo&&(this._reversed=!this._reversed),this._startTime+=l*g,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(var A=0,p=this._chainedTweens.length;A<p;A++)this._chainedTweens[A].start(this._startTime+this._duration,!1);return this._isPlaying=!1,!1}return!0},n.prototype._updateProperties=function(t,e,i,s){for(var o in i)if(e[o]!==void 0){var r=e[o]||0,a=i[o],l=Array.isArray(t[o]),c=Array.isArray(a),h=!l&&c;h?t[o]=this._interpolationFunction(a,s):typeof a=="object"&&a?this._updateProperties(t[o],r,a,s):(a=this._handleRelativeValue(r,a),typeof a=="number"&&(t[o]=r+(a-r)*s))}},n.prototype._handleRelativeValue=function(t,e){return typeof e!="string"?e:e.charAt(0)==="+"||e.charAt(0)==="-"?t+parseFloat(e):parseFloat(e)},n.prototype._swapEndStartRepeatValues=function(t){var e=this._valuesStartRepeat[t],i=this._valuesEnd[t];typeof i=="string"?this._valuesStartRepeat[t]=this._valuesStartRepeat[t]+parseFloat(i):this._valuesStartRepeat[t]=this._valuesEnd[t],this._valuesEnd[t]=e},n}(),ym="23.1.1",wm=ol.nextId,ei=Ra,Cm=ei.getAll.bind(ei),Pm=ei.removeAll.bind(ei),Im=ei.add.bind(ei),Uu=ei.remove.bind(ei),Em=ei.update.bind(ei),oc={Easing:Nt,Group:Wu,Interpolation:Qi,now:In,Sequence:ol,nextId:wm,Tween:rr,VERSION:ym,getAll:Cm,removeAll:Pm,add:Im,remove:Uu,update:Em};function Mm(n,t,e,i=Nt.Linear.None){const s=new rr(n).to(t,e).easing(i).start();function o(r){s.update(r)&&requestAnimationFrame(o)}return requestAnimationFrame(o),s}var hi=(n=>(n.Drawline="Drawline",n.Undo="Undo",n.Exit="Exit",n))(hi||{});const Ps=Symbol("$$PAINT_BRUSH_EVENT$$");function ho(n){return n[Ps]||(n[Ps]={}),n[Ps]}function km(n){n[Ps]||delete n[Ps]}let xm=class{hasListener(t){const e=ho(this);return e&&e[t]&&e[t].length>0}on(t,e,i){const s=ho(this);return s[t]||(s[t]=[]),s[t].push([e,i||!1]),()=>this.off(t,e)}once(t,e){return this.on(t,e,!0)}off(t,e){if(t===void 0){km(this);return}const i=ho(this);if(i[t]||(i[t]=[]),e===void 0){i[t].length=0;return}let s=0;for(;s<i[t].length&&i[t][s][0]!==e;s++);s<i[t].length&&i[t].splice(s,1)}emit(t,...e){let i=!1;const o=ho(this)[t]||[];for(let r of o.slice()){const[a,l=!1]=r,c=a(...e);l&&this.off(t,a),c===!1&&(i=!0)}return i}};function yi(){return((1+Math.random())*65536|0).toString(16).substring(1)}function st(){return(yi()+yi()+"-"+yi()+"-4"+yi().substr(0,3)+"-"+yi()+"-"+yi()+yi()+yi()).toLowerCase()}const Dm=`
1
+ "use strict";var cm=Object.defineProperty,hm=Object.defineProperties;var dm=Object.getOwnPropertyDescriptors;var ao=Object.getOwnPropertySymbols;var ec=Object.prototype.hasOwnProperty,tc=Object.prototype.propertyIsEnumerable;var ra=(n,t,e)=>t in n?cm(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e,D=(n,t)=>{for(var e in t||(t={}))ec.call(t,e)&&ra(n,e,t[e]);if(ao)for(var e of ao(t))tc.call(t,e)&&ra(n,e,t[e]);return n},oe=(n,t)=>hm(n,dm(t));var fs=(n,t)=>{var e={};for(var i in n)ec.call(n,i)&&t.indexOf(i)<0&&(e[i]=n[i]);if(n!=null&&ao)for(var i of ao(n))t.indexOf(i)<0&&tc.call(n,i)&&(e[i]=n[i]);return e};var d=(n,t,e)=>(ra(n,typeof t!="symbol"?t+"":t,e),e);var G=(n,t,e)=>new Promise((i,s)=>{var o=l=>{try{a(e.next(l))}catch(c){s(c)}},r=l=>{try{a(e.throw(l))}catch(c){s(c)}},a=l=>l.done?i(l.value):Promise.resolve(l.value).then(o,r);a((e=e.apply(n,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Le=require("@realsee/five"),_=require("three"),Bo=require("three/examples/jsm/renderers/CSS3DRenderer"),or=require("hammerjs"),Ts=require("@realsee/five/line"),Fu=require("three/examples/jsm/loaders/FBXLoader"),um=require("earcut"),Va=require("animejs"),fm=require("@realsee/five/gltf-loader");function gm(n){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const e in n)if(e!=="default"){const i=Object.getOwnPropertyDescriptor(n,e);Object.defineProperty(t,e,i.get?i:{enumerable:!0,get:()=>n[e]})}}return t.default=n,Object.freeze(t)}const w=gm(_);function mm(){console.debug("%c %c@realsee/dnalogel %cv3.28.0",["background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')","background-repeat: no-repeat","background-position: 0 center","padding-left: 8px"].join(";"),"","background-color: #12ce9b;color:black;padding:0 6px;border-radius: 3px")}function pm(){const n=typeof OffscreenCanvas!="undefined",t=n&&new OffscreenCanvas(1,1).getContext("webgl")!==null;n&&!t&&Object.assign(window,{OffscreenCanvas:function(e,i){const s=document.createElement("canvas");return s.width=e,s.height=i,s}})}function _u(){}const ic=()=>Promise.resolve(),nc={__queue:Promise.resolve()};function Am(n=ic){nc.__queue=nc.__queue.then(n).catch(ic)}function lo(n,t,e){const i=n.x,s=n.y,o=Math.floor(i/t*1e4)/1e4,r=Math.floor(s/e*1e4)/1e4;return{x:o,y:r}}function aa(n,t,e){const{x:i,y:s}=n,o=i*t,r=s*e;return{x:o,y:r}}function co(n){if(n.length<2)return{};const t=n.slice(-2),e=t[0],i={x:(t[0].x+t[1].x)/2,y:(t[0].y+t[1].y)/2};return{control:e,end:i}}function vm(n,t,e=_u){new Promise(i=>{setTimeout(()=>{e(),i(!0)},t*n)})}const bm=window,sc=window.requestAnimationFrame||bm.webkitRequestAnimationFrame||(n=>setTimeout(n,16));function So(n,t=0){t<=0?sc(n):sc(()=>So(n,t-1))}var Nt=Object.freeze({Linear:Object.freeze({None:function(n){return n},In:function(n){return this.None(n)},Out:function(n){return this.None(n)},InOut:function(n){return this.None(n)}}),Quadratic:Object.freeze({In:function(n){return n*n},Out:function(n){return n*(2-n)},InOut:function(n){return(n*=2)<1?.5*n*n:-.5*(--n*(n-2)-1)}}),Cubic:Object.freeze({In:function(n){return n*n*n},Out:function(n){return--n*n*n+1},InOut:function(n){return(n*=2)<1?.5*n*n*n:.5*((n-=2)*n*n+2)}}),Quartic:Object.freeze({In:function(n){return n*n*n*n},Out:function(n){return 1- --n*n*n*n},InOut:function(n){return(n*=2)<1?.5*n*n*n*n:-.5*((n-=2)*n*n*n-2)}}),Quintic:Object.freeze({In:function(n){return n*n*n*n*n},Out:function(n){return--n*n*n*n*n+1},InOut:function(n){return(n*=2)<1?.5*n*n*n*n*n:.5*((n-=2)*n*n*n*n+2)}}),Sinusoidal:Object.freeze({In:function(n){return 1-Math.sin((1-n)*Math.PI/2)},Out:function(n){return Math.sin(n*Math.PI/2)},InOut:function(n){return .5*(1-Math.sin(Math.PI*(.5-n)))}}),Exponential:Object.freeze({In:function(n){return n===0?0:Math.pow(1024,n-1)},Out:function(n){return n===1?1:1-Math.pow(2,-10*n)},InOut:function(n){return n===0?0:n===1?1:(n*=2)<1?.5*Math.pow(1024,n-1):.5*(-Math.pow(2,-10*(n-1))+2)}}),Circular:Object.freeze({In:function(n){return 1-Math.sqrt(1-n*n)},Out:function(n){return Math.sqrt(1- --n*n)},InOut:function(n){return(n*=2)<1?-.5*(Math.sqrt(1-n*n)-1):.5*(Math.sqrt(1-(n-=2)*n)+1)}}),Elastic:Object.freeze({In:function(n){return n===0?0:n===1?1:-Math.pow(2,10*(n-1))*Math.sin((n-1.1)*5*Math.PI)},Out:function(n){return n===0?0:n===1?1:Math.pow(2,-10*n)*Math.sin((n-.1)*5*Math.PI)+1},InOut:function(n){return n===0?0:n===1?1:(n*=2,n<1?-.5*Math.pow(2,10*(n-1))*Math.sin((n-1.1)*5*Math.PI):.5*Math.pow(2,-10*(n-1))*Math.sin((n-1.1)*5*Math.PI)+1)}}),Back:Object.freeze({In:function(n){var t=1.70158;return n===1?1:n*n*((t+1)*n-t)},Out:function(n){var t=1.70158;return n===0?0:--n*n*((t+1)*n+t)+1},InOut:function(n){var t=2.5949095;return(n*=2)<1?.5*(n*n*((t+1)*n-t)):.5*((n-=2)*n*((t+1)*n+t)+2)}}),Bounce:Object.freeze({In:function(n){return 1-Nt.Bounce.Out(1-n)},Out:function(n){return n<1/2.75?7.5625*n*n:n<2/2.75?7.5625*(n-=1.5/2.75)*n+.75:n<2.5/2.75?7.5625*(n-=2.25/2.75)*n+.9375:7.5625*(n-=2.625/2.75)*n+.984375},InOut:function(n){return n<.5?Nt.Bounce.In(n*2)*.5:Nt.Bounce.Out(n*2-1)*.5+.5}}),generatePow:function(n){return n===void 0&&(n=4),n=n<Number.EPSILON?Number.EPSILON:n,n=n>1e4?1e4:n,{In:function(t){return Math.pow(t,n)},Out:function(t){return 1-Math.pow(1-t,n)},InOut:function(t){return t<.5?Math.pow(t*2,n)/2:(1-Math.pow(2-t*2,n))/2+.5}}}}),In=function(){return performance.now()},Wu=function(){function n(){this._tweens={},this._tweensAddedDuringUpdate={}}return n.prototype.getAll=function(){var t=this;return Object.keys(this._tweens).map(function(e){return t._tweens[e]})},n.prototype.removeAll=function(){this._tweens={}},n.prototype.add=function(t){this._tweens[t.getId()]=t,this._tweensAddedDuringUpdate[t.getId()]=t},n.prototype.remove=function(t){delete this._tweens[t.getId()],delete this._tweensAddedDuringUpdate[t.getId()]},n.prototype.update=function(t,e){t===void 0&&(t=In()),e===void 0&&(e=!1);var i=Object.keys(this._tweens);if(i.length===0)return!1;for(;i.length>0;){this._tweensAddedDuringUpdate={};for(var s=0;s<i.length;s++){var o=this._tweens[i[s]],r=!e;o&&o.update(t,r)===!1&&!e&&delete this._tweens[i[s]]}i=Object.keys(this._tweensAddedDuringUpdate)}return!0},n}(),Qi={Linear:function(n,t){var e=n.length-1,i=e*t,s=Math.floor(i),o=Qi.Utils.Linear;return t<0?o(n[0],n[1],i):t>1?o(n[e],n[e-1],e-i):o(n[s],n[s+1>e?e:s+1],i-s)},Bezier:function(n,t){for(var e=0,i=n.length-1,s=Math.pow,o=Qi.Utils.Bernstein,r=0;r<=i;r++)e+=s(1-t,i-r)*s(t,r)*n[r]*o(i,r);return e},CatmullRom:function(n,t){var e=n.length-1,i=e*t,s=Math.floor(i),o=Qi.Utils.CatmullRom;return n[0]===n[e]?(t<0&&(s=Math.floor(i=e*(1+t))),o(n[(s-1+e)%e],n[s],n[(s+1)%e],n[(s+2)%e],i-s)):t<0?n[0]-(o(n[0],n[0],n[1],n[1],-i)-n[0]):t>1?n[e]-(o(n[e],n[e],n[e-1],n[e-1],i-e)-n[e]):o(n[s?s-1:0],n[s],n[e<s+1?e:s+1],n[e<s+2?e:s+2],i-s)},Utils:{Linear:function(n,t,e){return(t-n)*e+n},Bernstein:function(n,t){var e=Qi.Utils.Factorial;return e(n)/e(t)/e(n-t)},Factorial:function(){var n=[1];return function(t){var e=1;if(n[t])return n[t];for(var i=t;i>1;i--)e*=i;return n[t]=e,e}}(),CatmullRom:function(n,t,e,i,s){var o=(e-n)*.5,r=(i-t)*.5,a=s*s,l=s*a;return(2*t-2*e+o+r)*l+(-3*t+3*e-2*o-r)*a+o*s+t}}},ol=function(){function n(){}return n.nextId=function(){return n._nextId++},n._nextId=0,n}(),Ra=new Wu,rr=function(){function n(t,e){e===void 0&&(e=Ra),this._object=t,this._group=e,this._isPaused=!1,this._pauseStart=0,this._valuesStart={},this._valuesEnd={},this._valuesStartRepeat={},this._duration=1e3,this._isDynamic=!1,this._initialRepeat=0,this._repeat=0,this._yoyo=!1,this._isPlaying=!1,this._reversed=!1,this._delayTime=0,this._startTime=0,this._easingFunction=Nt.Linear.None,this._interpolationFunction=Qi.Linear,this._chainedTweens=[],this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._id=ol.nextId(),this._isChainStopped=!1,this._propertiesAreSetUp=!1,this._goToEnd=!1}return n.prototype.getId=function(){return this._id},n.prototype.isPlaying=function(){return this._isPlaying},n.prototype.isPaused=function(){return this._isPaused},n.prototype.getDuration=function(){return this._duration},n.prototype.to=function(t,e){if(e===void 0&&(e=1e3),this._isPlaying)throw new Error("Can not call Tween.to() while Tween is already started or paused. Stop the Tween first.");return this._valuesEnd=t,this._propertiesAreSetUp=!1,this._duration=e<0?0:e,this},n.prototype.duration=function(t){return t===void 0&&(t=1e3),this._duration=t<0?0:t,this},n.prototype.dynamic=function(t){return t===void 0&&(t=!1),this._isDynamic=t,this},n.prototype.start=function(t,e){if(t===void 0&&(t=In()),e===void 0&&(e=!1),this._isPlaying)return this;if(this._group&&this._group.add(this),this._repeat=this._initialRepeat,this._reversed){this._reversed=!1;for(var i in this._valuesStartRepeat)this._swapEndStartRepeatValues(i),this._valuesStart[i]=this._valuesStartRepeat[i]}if(this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=t,this._startTime+=this._delayTime,!this._propertiesAreSetUp||e){if(this._propertiesAreSetUp=!0,!this._isDynamic){var s={};for(var o in this._valuesEnd)s[o]=this._valuesEnd[o];this._valuesEnd=s}this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat,e)}return this},n.prototype.startFromCurrentValues=function(t){return this.start(t,!0)},n.prototype._setupProperties=function(t,e,i,s,o){for(var r in i){var a=t[r],l=Array.isArray(a),c=l?"array":typeof a,h=!l&&Array.isArray(i[r]);if(!(c==="undefined"||c==="function")){if(h){var u=i[r];if(u.length===0)continue;for(var f=[a],g=0,A=u.length;g<A;g+=1){var p=this._handleRelativeValue(a,u[g]);if(isNaN(p)){h=!1,console.warn("Found invalid interpolation list. Skipping.");break}f.push(p)}h&&(i[r]=f)}if((c==="object"||l)&&a&&!h){e[r]=l?[]:{};var m=a;for(var v in m)e[r][v]=m[v];s[r]=l?[]:{};var u=i[r];if(!this._isDynamic){var y={};for(var v in u)y[v]=u[v];i[r]=u=y}this._setupProperties(m,e[r],u,s[r],o)}else(typeof e[r]=="undefined"||o)&&(e[r]=a),l||(e[r]*=1),h?s[r]=i[r].slice().reverse():s[r]=e[r]||0}}},n.prototype.stop=function(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._group&&this._group.remove(this),this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this},n.prototype.end=function(){return this._goToEnd=!0,this.update(1/0),this},n.prototype.pause=function(t){return t===void 0&&(t=In()),this._isPaused||!this._isPlaying?this:(this._isPaused=!0,this._pauseStart=t,this._group&&this._group.remove(this),this)},n.prototype.resume=function(t){return t===void 0&&(t=In()),!this._isPaused||!this._isPlaying?this:(this._isPaused=!1,this._startTime+=t-this._pauseStart,this._pauseStart=0,this._group&&this._group.add(this),this)},n.prototype.stopChainedTweens=function(){for(var t=0,e=this._chainedTweens.length;t<e;t++)this._chainedTweens[t].stop();return this},n.prototype.group=function(t){return t===void 0&&(t=Ra),this._group=t,this},n.prototype.delay=function(t){return t===void 0&&(t=0),this._delayTime=t,this},n.prototype.repeat=function(t){return t===void 0&&(t=0),this._initialRepeat=t,this._repeat=t,this},n.prototype.repeatDelay=function(t){return this._repeatDelayTime=t,this},n.prototype.yoyo=function(t){return t===void 0&&(t=!1),this._yoyo=t,this},n.prototype.easing=function(t){return t===void 0&&(t=Nt.Linear.None),this._easingFunction=t,this},n.prototype.interpolation=function(t){return t===void 0&&(t=Qi.Linear),this._interpolationFunction=t,this},n.prototype.chain=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return this._chainedTweens=t,this},n.prototype.onStart=function(t){return this._onStartCallback=t,this},n.prototype.onEveryStart=function(t){return this._onEveryStartCallback=t,this},n.prototype.onUpdate=function(t){return this._onUpdateCallback=t,this},n.prototype.onRepeat=function(t){return this._onRepeatCallback=t,this},n.prototype.onComplete=function(t){return this._onCompleteCallback=t,this},n.prototype.onStop=function(t){return this._onStopCallback=t,this},n.prototype.update=function(t,e){var i=this,s;if(t===void 0&&(t=In()),e===void 0&&(e=!0),this._isPaused)return!0;var o,r=this._startTime+this._duration;if(!this._goToEnd&&!this._isPlaying){if(t>r)return!1;e&&this.start(t,!0)}if(this._goToEnd=!1,t<this._startTime)return!0;this._onStartCallbackFired===!1&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),this._onEveryStartCallbackFired===!1&&(this._onEveryStartCallback&&this._onEveryStartCallback(this._object),this._onEveryStartCallbackFired=!0);var a=t-this._startTime,l=this._duration+((s=this._repeatDelayTime)!==null&&s!==void 0?s:this._delayTime),c=this._duration+this._repeat*l,h=function(){if(i._duration===0||a>c)return 1;var m=Math.trunc(a/l),v=a-m*l,y=Math.min(v/i._duration,1);return y===0&&a===i._duration?1:y},u=h(),f=this._easingFunction(u);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,f),this._onUpdateCallback&&this._onUpdateCallback(this._object,u),this._duration===0||a>=this._duration)if(this._repeat>0){var g=Math.min(Math.trunc((a-this._duration)/l)+1,this._repeat);isFinite(this._repeat)&&(this._repeat-=g);for(o in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[o]=="string"&&(this._valuesStartRepeat[o]=this._valuesStartRepeat[o]+parseFloat(this._valuesEnd[o])),this._yoyo&&this._swapEndStartRepeatValues(o),this._valuesStart[o]=this._valuesStartRepeat[o];return this._yoyo&&(this._reversed=!this._reversed),this._startTime+=l*g,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(var A=0,p=this._chainedTweens.length;A<p;A++)this._chainedTweens[A].start(this._startTime+this._duration,!1);return this._isPlaying=!1,!1}return!0},n.prototype._updateProperties=function(t,e,i,s){for(var o in i)if(e[o]!==void 0){var r=e[o]||0,a=i[o],l=Array.isArray(t[o]),c=Array.isArray(a),h=!l&&c;h?t[o]=this._interpolationFunction(a,s):typeof a=="object"&&a?this._updateProperties(t[o],r,a,s):(a=this._handleRelativeValue(r,a),typeof a=="number"&&(t[o]=r+(a-r)*s))}},n.prototype._handleRelativeValue=function(t,e){return typeof e!="string"?e:e.charAt(0)==="+"||e.charAt(0)==="-"?t+parseFloat(e):parseFloat(e)},n.prototype._swapEndStartRepeatValues=function(t){var e=this._valuesStartRepeat[t],i=this._valuesEnd[t];typeof i=="string"?this._valuesStartRepeat[t]=this._valuesStartRepeat[t]+parseFloat(i):this._valuesStartRepeat[t]=this._valuesEnd[t],this._valuesEnd[t]=e},n}(),ym="23.1.1",wm=ol.nextId,ei=Ra,Cm=ei.getAll.bind(ei),Pm=ei.removeAll.bind(ei),Im=ei.add.bind(ei),Uu=ei.remove.bind(ei),Em=ei.update.bind(ei),oc={Easing:Nt,Group:Wu,Interpolation:Qi,now:In,Sequence:ol,nextId:wm,Tween:rr,VERSION:ym,getAll:Cm,removeAll:Pm,add:Im,remove:Uu,update:Em};function Mm(n,t,e,i=Nt.Linear.None){const s=new rr(n).to(t,e).easing(i).start();function o(r){s.update(r)&&requestAnimationFrame(o)}return requestAnimationFrame(o),s}var hi=(n=>(n.Drawline="Drawline",n.Undo="Undo",n.Exit="Exit",n))(hi||{});const Ps=Symbol("$$PAINT_BRUSH_EVENT$$");function ho(n){return n[Ps]||(n[Ps]={}),n[Ps]}function km(n){n[Ps]||delete n[Ps]}let xm=class{hasListener(t){const e=ho(this);return e&&e[t]&&e[t].length>0}on(t,e,i){const s=ho(this);return s[t]||(s[t]=[]),s[t].push([e,i||!1]),()=>this.off(t,e)}once(t,e){return this.on(t,e,!0)}off(t,e){if(t===void 0){km(this);return}const i=ho(this);if(i[t]||(i[t]=[]),e===void 0){i[t].length=0;return}let s=0;for(;s<i[t].length&&i[t][s][0]!==e;s++);s<i[t].length&&i[t].splice(s,1)}emit(t,...e){let i=!1;const o=ho(this)[t]||[];for(let r of o.slice()){const[a,l=!1]=r,c=a(...e);l&&this.off(t,a),c===!1&&(i=!0)}return i}};function yi(){return((1+Math.random())*65536|0).toString(16).substring(1)}function st(){return(yi()+yi()+"-"+yi()+"-4"+yi().substr(0,3)+"-"+yi()+"-"+yi()+yi()+yi()).toLowerCase()}const Dm=`
2
2
  <style type="text/css">
3
3
 
4
4
  #_gl_paintBrush {
@@ -191,7 +191,7 @@ void main() {
191
191
  svg [type='lineItemGroup'] g g g g {
192
192
  stroke: #ffffff;
193
193
  }</style>
194
- `;return n.$$set=o=>{"content"in o&&e(0,i=o.content)},[i,s]}class AA extends ce{constructor(t){super(),le(this,t,pA,mA,ae,{content:0},gA)}}function vA(n){ge(n,"svelte-ozpg4a",".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}")}function bA(n){let t,e;return t=new fA({props:{url:n[1].url}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.url=i[1].url),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function yA(n){let t,e;return t=new AA({props:{content:n[0]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.content=i[0]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function wA(n){let t,e,i,s;const o=[yA,bA],r=[];function a(l,c){return l[0]?0:l[1]?1:-1}return~(e=a(n))&&(i=r[e]=o[e](n)),{c(){t=S("div"),i&&i.c(),C(t,"class","floorplan-plugin__base-image svelte-ozpg4a")},m(l,c){B(l,t,c),~e&&r[e].m(t,null),s=!0},p(l,[c]){let h=e;e=a(l),e===h?~e&&r[e].p(l,c):(i&&(ue(),O(r[h],1,1,()=>{r[h]=null}),fe()),~e?(i=r[e],i?i.p(l,c):(i=r[e]=o[e](l),i.c()),x(i,1),i.m(t,null)):i=null)},i(l){s||(x(i),s=!0)},o(l){O(i),s=!1},d(l){l&&z(t),~e&&r[e].d()}}}function CA(n,t,e){let i,s,{floorIndex:o}=t,{floorplanData:r}=t;return n.$$set=a=>{"floorIndex"in a&&e(2,o=a.floorIndex),"floorplanData"in a&&e(3,r=a.floorplanData)},n.$$.update=()=>{var a,l;n.$$.dirty&12&&e(1,i=r.outlines[o]),n.$$.dirty&12&&e(0,s=(l=(a=r.outlines)==null?void 0:a[o])==null?void 0:l.svgContent)},[s,i,o,r]}class kf extends ce{constructor(t){super(),le(this,t,CA,wA,ae,{floorIndex:2,floorplanData:3},vA)}}function PA(n){ge(n,"svelte-9vzn2f",".floorplan-plugin__room-label-item.svelte-9vzn2f{position:absolute;display:flex;flex-flow:column;align-items:center;line-height:1;color:#fff;transform:translate(-50%, -50%);white-space:nowrap;will-change:opacity;transition:opacity 300ms}.floorplan-plugin__room-part1.svelte-9vzn2f{display:flex;flex-flow:column;align-items:center;color:#fff;white-space:nowrap}.floorplan-plugin__room-area.svelte-9vzn2f{opacity:0.6;line-height:1.25;margin-top:0.125rem}")}function IA(n){let t,e=n[15].outerHTML+"",i;return{c(){t=new Ho(!1),i=we(),t.a=i},m(s,o){t.m(e,s,o),B(s,i,o)},p(s,o){o[0]&32768&&e!==(e=s[15].outerHTML+"")&&t.p(e)},d(s){s&&z(i),s&&t.d()}}}function EA(n){let t,e,i,s,o,r,a=n[1]&&mc(n),l=n[0]&&pc(n),c=n[2]&&Ac(n);return{c(){t=S("div"),a&&a.c(),e=$(),l&&l.c(),i=$(),c&&c.c(),s=we(),C(t,"class","floorplan-plugin__room-part1 svelte-9vzn2f"),T(t,"opacity",n[11]?"1":"0")},m(h,u){B(h,t,u),a&&a.m(t,null),L(t,e),l&&l.m(t,null),B(h,i,u),c&&c.m(h,u),B(h,s,u),o||(r=[Gt(Ti.call(null,t)),Ae(t,"clientWidth",n[32]),Ae(t,"clientHeight",n[33])],o=!0)},p(h,u){h[1]?a?a.p(h,u):(a=mc(h),a.c(),a.m(t,e)):a&&(a.d(1),a=null),h[0]?l?l.p(h,u):(l=pc(h),l.c(),l.m(t,null)):l&&(l.d(1),l=null),u[0]&2048&&T(t,"opacity",h[11]?"1":"0"),h[2]?c?c.p(h,u):(c=Ac(h),c.c(),c.m(s.parentNode,s)):c&&(c.d(1),c=null)},d(h){h&&z(t),a&&a.d(),l&&l.d(),h&&z(i),c&&c.d(h),h&&z(s),o=!1,tt(r)}}}function mc(n){let t,e=n[3].name+"",i;return{c(){t=S("span"),i=ke(e),C(t,"class","floorplan-plugin__room-name")},m(s,o){B(s,t,o),L(t,i)},p(s,o){o[0]&8&&e!==(e=s[3].name+"")&&De(i,e)},d(s){s&&z(t)}}}function pc(n){let t,e;return{c(){t=S("span"),e=ke(n[14]),C(t,"class","floorplan-plugin__room-area svelte-9vzn2f"),T(t,"font-size",n[19])},m(i,s){B(i,t,s),L(t,e)},p(i,s){s[0]&16384&&De(e,i[14])},d(i){i&&z(t)}}}function Ac(n){let t,e;return{c(){t=S("span"),e=ke(n[13]),C(t,"class","floorplan-plugin__room-size"),T(t,"font-size",n[19]),T(t,"opacity",n[10]?"0.6":"0")},m(i,s){B(i,t,s),L(t,e)},p(i,s){s[0]&8192&&De(e,i[13]),s[0]&1024&&T(t,"opacity",i[10]?"0.6":"0")},d(i){i&&z(t)}}}function MA(n){let t,e,i;function s(a,l){if(a[4]===void 0)return EA;if(a[15])return IA}let o=s(n),r=o&&o(n);return{c(){t=S("div"),r&&r.c(),C(t,"class","floorplan-plugin__room-label-item svelte-9vzn2f"),T(t,"left",n[16]),T(t,"top",n[17]),T(t,"font-size",n[18]),T(t,"opacity",n[12]?"1":"0"),T(t,"transform",n[9]?"translate(-50%, calc(-50% + 6px))":"translate(-50%, -50%)")},m(a,l){B(a,t,l),r&&r.m(t,null),e||(i=[Gt(Ti.call(null,t)),Ae(t,"clientWidth",n[34]),Ae(t,"clientHeight",n[35])],e=!0)},p(a,l){o===(o=s(a))&&r?r.p(a,l):(r&&r.d(1),r=o&&o(a),r&&(r.c(),r.m(t,null))),l[0]&4096&&T(t,"opacity",a[12]?"1":"0"),l[0]&512&&T(t,"transform",a[9]?"translate(-50%, calc(-50% + 6px))":"translate(-50%, -50%)")},i:J,o:J,d(a){a&&z(t),r&&r.d(),e=!1,tt(i)}}}function kA(n,t){const e=n[0],i=n[1];let s=!1;for(let o=0,r=t.length-1;o<t.length;r=o++){const a=t[o][0],l=t[o][1],c=t[r][0],h=t[r][1];l>i!=h>i&&e<(c-a)*(i-l)/(h-l)+a&&(s=!s)}return s}function xA(n,t,e){let i,s,o,r,a,l,c,h,u,f,g,A,p,{pxmm:m}=t,{roomAreaEnable:v}=t,{roomNameEnable:y}=t,{roomDimensionEnable:P}=t,{room:E}=t,{hoveredRoom:k}=t,{getRoomAreaText:I}=t,{getRoomDimensionText:j}=t,{getLabelElement:R}=t,{adaptiveRoomLabelVisibleEnable:U}=t;function W(te,ve){if(ve.width===0||ve.height===0)return()=>!1;const ze=te.path.map(({x:Fe,y:Xe})=>[Fe,Xe]),me=te.roomLabel.position,{x:it,y:lt}=me,{width:xe,height:ot}=ve,re=xe/2,Ie=ot/2;return function(Xe){const Et=it*Xe,rt=lt*Xe,wt=ze.map(([Ne,Ke])=>[Ne*Xe,Ke*Xe]);return[[Et+re,rt-Ie],[Et-re,rt-Ie],[Et-re,rt+Ie],[Et+re,rt+Ie]].every(Ne=>kA(Ne,wt))}}const N=document.body.clientWidth,Q=document.body.clientHeight,H=E.roomLabel,F=H.positionInImage.x*100+"%",Y=H.positionInImage.y*100+"%",Z=(N<500||Q<500?10:14)+"px",q=(N<500||Q<500?8:12)+"px";let ee=0,de=0,he=0,Pe=0,Ce=!1;k.subscribe(function(ve){e(25,Ce=!!ve&&ve.id===E.id)});const be=te=>{e(7,he=te.detail)},Qe=te=>{e(8,Pe=te.detail)},ye=te=>{e(5,ee=te.detail)},qe=te=>{e(6,de=te.detail)};return n.$$set=te=>{"pxmm"in te&&e(20,m=te.pxmm),"roomAreaEnable"in te&&e(0,v=te.roomAreaEnable),"roomNameEnable"in te&&e(1,y=te.roomNameEnable),"roomDimensionEnable"in te&&e(2,P=te.roomDimensionEnable),"room"in te&&e(3,E=te.room),"hoveredRoom"in te&&e(21,k=te.hoveredRoom),"getRoomAreaText"in te&&e(22,I=te.getRoomAreaText),"getRoomDimensionText"in te&&e(23,j=te.getRoomDimensionText),"getLabelElement"in te&&e(4,R=te.getLabelElement),"adaptiveRoomLabelVisibleEnable"in te&&e(24,U=te.adaptiveRoomLabelVisibleEnable)},n.$$.update=()=>{var te,ve;n.$$.dirty[0]&24&&e(15,i=R==null?void 0:R(E)),n.$$.dirty[0]&4194312&&e(14,s=E.size?I(E.size):""),n.$$.dirty[0]&8388616&&e(13,o=E!=null&&E.dimension?j((te=E.dimension)==null?void 0:te.width,(ve=E.dimension)==null?void 0:ve.height):""),n.$$.dirty[0]&384&&e(31,r={width:he,height:Pe}),n.$$.dirty[0]&8|n.$$.dirty[1]&1&&e(30,a=r?W(E,r):void 0),n.$$.dirty[0]&1091567616&&e(27,l=U?!!(a!=null&&a(m)):!0),n.$$.dirty[0]&96&&e(29,c={width:ee,height:de}),n.$$.dirty[0]&536870920&&e(28,h=c?W(E,c):void 0),n.$$.dirty[0]&286261248&&e(26,u=U?!!(h!=null&&h(m)):!0),n.$$.dirty[0]&234881024&&e(12,f=u||l||Ce),n.$$.dirty[0]&167772160&&e(11,g=l||Ce),n.$$.dirty[0]&100663296&&e(10,A=u||Ce),n.$$.dirty[0]&201326592&&e(9,p=l&&!u)},[v,y,P,E,R,ee,de,he,Pe,p,A,g,f,o,s,i,F,Y,Z,q,m,k,I,j,U,Ce,u,l,h,c,a,r,be,Qe,ye,qe]}class DA extends ce{constructor(t){super(),le(this,t,xA,MA,ae,{pxmm:20,roomAreaEnable:0,roomNameEnable:1,roomDimensionEnable:2,room:3,hoveredRoom:21,getRoomAreaText:22,getRoomDimensionText:23,getLabelElement:4,adaptiveRoomLabelVisibleEnable:24},PA,[-1,-1])}}function SA(n){ge(n,"svelte-13xux0b",".floorplan-plugin__room-labels.svelte-13xux0b{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;pointer-events:none}")}function vc(n,t,e){const i=n.slice();return i[14]=t[e],i}function bc(n){let t,e=[],i=new Map,s,o,r,a=n[10];const l=c=>c[14].id;for(let c=0;c<a.length;c+=1){let h=vc(n,a,c),u=l(h);i.set(u,e[c]=yc(u,h))}return{c(){t=S("div");for(let c=0;c<e.length;c+=1)e[c].c();C(t,"class","floorplan-plugin__room-labels svelte-13xux0b")},m(c,h){B(c,t,h);for(let u=0;u<e.length;u+=1)e[u]&&e[u].m(t,null);s=!0,o||(r=[Gt(Ti.call(null,t)),Ae(t,"clientWidth",n[13])],o=!0)},p(c,h){h&1791&&(a=c[10],ue(),e=_t(e,h,l,1,c,a,i,t,Si,yc,null,vc),fe())},i(c){if(!s){for(let h=0;h<a.length;h+=1)x(e[h]);s=!0}},o(c){for(let h=0;h<e.length;h+=1)O(e[h]);s=!1},d(c){c&&z(t);for(let h=0;h<e.length;h+=1)e[h].d();o=!1,tt(r)}}}function yc(n,t){let e,i,s;const o=[{pxmm:t[9],room:t[14],hoveredRoom:t[3],roomAreaEnable:t[0],roomNameEnable:t[1],roomDimensionEnable:t[2],getLabelElement:t[6],getRoomAreaText:t[4],getRoomDimensionText:t[5],adaptiveRoomLabelVisibleEnable:t[7]}];let r={};for(let a=0;a<o.length;a+=1)r=ft(r,o[a]);return i=new DA({props:r}),{key:n,first:null,c(){e=we(),se(i.$$.fragment),this.first=e},m(a,l){B(a,e,l),ie(i,a,l),s=!0},p(a,l){t=a;const c=l&1791?yt(o,[{pxmm:t[9],room:t[14],hoveredRoom:t[3],roomAreaEnable:t[0],roomNameEnable:t[1],roomDimensionEnable:t[2],getLabelElement:t[6],getRoomAreaText:t[4],getRoomDimensionText:t[5],adaptiveRoomLabelVisibleEnable:t[7]}]):{};i.$set(c)},i(a){s||(x(i.$$.fragment,a),s=!0)},o(a){O(i.$$.fragment,a),s=!1},d(a){a&&z(e),ne(i,a)}}}function TA(n){let t,e,i=n[10]&&bc(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[10]?i?(i.p(s,o),o&1024&&x(i,1)):(i=bc(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function LA(n,t,e){let i,{floorIndex:s}=t,{roomAreaEnable:o}=t,{roomNameEnable:r}=t,{roomDimensionEnable:a}=t,{floorplanData:l}=t,{hoveredRoom:c}=t,{getRoomAreaText:h}=t,{getRoomDimensionText:u}=t,{getLabelElement:f}=t,{adaptiveRoomLabelVisibleEnable:g}=t,A=0,p=0;const m=v=>{e(8,A=v.detail)};return n.$$set=v=>{"floorIndex"in v&&e(11,s=v.floorIndex),"roomAreaEnable"in v&&e(0,o=v.roomAreaEnable),"roomNameEnable"in v&&e(1,r=v.roomNameEnable),"roomDimensionEnable"in v&&e(2,a=v.roomDimensionEnable),"floorplanData"in v&&e(12,l=v.floorplanData),"hoveredRoom"in v&&e(3,c=v.hoveredRoom),"getRoomAreaText"in v&&e(4,h=v.getRoomAreaText),"getRoomDimensionText"in v&&e(5,u=v.getRoomDimensionText),"getLabelElement"in v&&e(6,f=v.getLabelElement),"adaptiveRoomLabelVisibleEnable"in v&&e(7,g=v.adaptiveRoomLabelVisibleEnable)},n.$$.update=()=>{if(n.$$.dirty&6144&&e(10,i=l.floorDatas[s].rooms),n.$$.dirty&4352){const{max:v,min:y}=l.bounding,P=v.x-y.x;e(9,p=A/P)}},[o,r,a,c,h,u,f,g,A,p,i,s,l,m]}class jA extends ce{constructor(t){super(),le(this,t,LA,TA,ae,{floorIndex:11,roomAreaEnable:0,roomNameEnable:1,roomDimensionEnable:2,floorplanData:12,hoveredRoom:3,getRoomAreaText:4,getRoomDimensionText:5,getLabelElement:6,adaptiveRoomLabelVisibleEnable:7},SA)}}function zA(n){ge(n,"svelte-djlmk4",".floorplan-plugin__rule-labels.svelte-djlmk4.svelte-djlmk4{position:absolute;display:flex}.floorplan-plugin__rule-labels--top.svelte-djlmk4.svelte-djlmk4{left:0;top:-1.25rem}.floorplan-plugin__rule-labels--bottom.svelte-djlmk4.svelte-djlmk4{left:0;bottom:-1.25rem}.floorplan-plugin__rule-labels--left.svelte-djlmk4.svelte-djlmk4{top:0;left:-1.25rem}.floorplan-plugin__rule-labels--right.svelte-djlmk4.svelte-djlmk4{top:0;right:-1.25rem}.floorplan-plugin__rule-line.svelte-djlmk4.svelte-djlmk4{background:#fff;opacity:0.05;width:100%;height:100%}.floorplan-plugin__rule-scale-wrapper.svelte-djlmk4.svelte-djlmk4{position:absolute;width:0.3125rem;height:100%;left:50%;top:0;transform:translateX(-50%)}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-scale-wrapper.svelte-djlmk4{width:100%;height:0.3125rem;top:50%;left:0;transform:translateY(-50%)}.floorplan-plugin__rule-scale.svelte-djlmk4.svelte-djlmk4{position:absolute;background:#fff;opacity:0.05;width:100%;height:0.0625rem}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-scale.svelte-djlmk4{width:0.0625rem;height:100%}.floorplan-plugin__rule-text-wrapper.svelte-djlmk4.svelte-djlmk4{position:absolute}.floorplan-plugin__rule-labels--top.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:100%;height:0;top:0.625rem}.floorplan-plugin__rule-labels--bottom.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:100%;height:0;bottom:0.625rem}.floorplan-plugin__rule-labels--left.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:0;height:100%;left:0.625rem}.floorplan-plugin__rule-labels--right.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:0;height:100%;right:0.625rem}.floorplan-plugin__rule-text-item.svelte-djlmk4.svelte-djlmk4{width:0;height:0;position:absolute;transform:rotate(90deg)}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-text-item.svelte-djlmk4{transform:rotate(0)}.floorplan-plugin__rule-text.svelte-djlmk4.svelte-djlmk4{width:-moz-max-content;width:max-content;transform:translate(-50%, -50%);font-size:0.625rem;color:#fff;opacity:0.2}")}function wc(n,t,e){const i=n.slice();return i[11]=t[e],i[13]=e,i}function Cc(n,t,e){const i=n.slice();return i[14]=t[e],i}function Pc(n){let t;return{c(){t=S("div"),C(t,"class","floorplan-plugin__rule-scale svelte-djlmk4"),T(t,"left",n[14].left*100+"%"),T(t,"bottom",n[14].bottom*100+"%")},m(e,i){B(e,t,i)},p:J,d(e){e&&z(t)}}}function Ic(n,t){let e,i,s=t[1](t[11].distance)+"",o,r;return{key:n,first:null,c(){e=S("div"),i=S("div"),o=ke(s),r=$(),C(i,"class","floorplan-plugin__rule-text svelte-djlmk4"),K(i,"is-row",t[2]),C(e,"class","floorplan-plugin__rule-text-item svelte-djlmk4"),T(e,"left",t[11].left*100+"%"),T(e,"bottom",t[11].bottom*100+"%"),this.first=e},m(a,l){B(a,e,l),L(e,i),L(i,o),L(e,r)},p(a,l){t=a,l&2&&s!==(s=t[1](t[11].distance)+"")&&De(o,s)},d(a){a&&z(e)}}}function OA(n){let t,e,i,s,o,r,a=[],l=new Map,c,h=n[3],u=[];for(let A=0;A<h.length;A+=1)u[A]=Pc(Cc(n,h,A));let f=n[4];const g=A=>A[13];for(let A=0;A<f.length;A+=1){let p=wc(n,f,A),m=g(p);l.set(m,a[A]=Ic(m,p))}return{c(){t=S("div"),e=S("div"),i=$(),s=S("div");for(let A=0;A<u.length;A+=1)u[A].c();o=$(),r=S("div");for(let A=0;A<a.length;A+=1)a[A].c();C(e,"class","floorplan-plugin__rule-line svelte-djlmk4"),C(s,"class","floorplan-plugin__rule-scale-wrapper svelte-djlmk4"),K(s,"is-row",n[2]),C(r,"class","floorplan-plugin__rule-text-wrapper svelte-djlmk4"),C(t,"class",c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+n[0]+" svelte-djlmk4"),K(t,"is-row",n[2]),T(t,"width",n[2]?"100%":1/16+"rem"),T(t,"height",n[2]?1/16+"rem":"100%")},m(A,p){B(A,t,p),L(t,e),L(t,i),L(t,s);for(let m=0;m<u.length;m+=1)u[m]&&u[m].m(s,null);L(t,o),L(t,r);for(let m=0;m<a.length;m+=1)a[m]&&a[m].m(r,null)},p(A,[p]){if(p&8){h=A[3];let m;for(m=0;m<h.length;m+=1){const v=Cc(A,h,m);u[m]?u[m].p(v,p):(u[m]=Pc(v),u[m].c(),u[m].m(s,null))}for(;m<u.length;m+=1)u[m].d(1);u.length=h.length}p&22&&(f=A[4],a=_t(a,p,g,1,A,f,l,r,yl,Ic,null,wc)),p&1&&c!==(c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+A[0]+" svelte-djlmk4")&&C(t,"class",c),p&5&&K(t,"is-row",A[2])},i:J,o:J,d(A){A&&z(t),Qt(u,A);for(let p=0;p<a.length;p+=1)a[p].d()}}}const yn=1e3,wn=180;function BA(n,t,e){let{type:i}=t,{data:s}=t,{bounding:o}=t,{getRuleDistanceText:r}=t;const a=i==="top"||i==="bottom",l=o.max.x-o.min.x-(yn-wn)*2,c=o.max.y-o.min.y-(yn-wn)*2,h=s.map(([A,p])=>a?[A.x,p.x]:[A.y,p.y]).flat().sort().filter((A,p,m)=>p===0?!0:A!==m[p-1]),u=h.map(A=>{const p=a?(A-o.min.x-yn+wn)/l:0,m=a?0:(A-o.min.y-yn+wn)/c;return{left:p,bottom:m}});u.unshift({left:0,bottom:0}),u.push(a?{left:1,bottom:0}:{left:0,bottom:1});const f=h[h.length-1]-h[0],g=h.map((A,p,m)=>{const v=p===0?0:A-m[p-1],y=p===0?0:(A+m[p-1])/2,P=a?(y-o.min.x-yn+wn)/l:0,E=a?0:(y-o.min.y-yn+wn)/c;return{left:P,bottom:E,distance:v}}).filter(({distance:A})=>A/f>.1);return n.$$set=A=>{"type"in A&&e(0,i=A.type),"data"in A&&e(5,s=A.data),"bounding"in A&&e(6,o=A.bounding),"getRuleDistanceText"in A&&e(1,r=A.getRuleDistanceText)},[i,r,a,u,g,s,o]}class VA extends ce{constructor(t){super(),le(this,t,BA,OA,ae,{type:0,data:5,bounding:6,getRuleDistanceText:1},zA)}}function RA(n){ge(n,"svelte-1mzj9p3",".floorplan-plugin__rule-labels-wrapper.svelte-1mzj9p3{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}")}function Ec(n,t,e){const i=n.slice();return i[13]=t[e][0],i[14]=t[e][1],i}function Mc(n,t){let e,i,s;const o=[{type:t[13],data:t[14],bounding:t[1],getRuleDistanceText:t[0]}];let r={};for(let a=0;a<o.length;a+=1)r=ft(r,o[a]);return i=new VA({props:r}),{key:n,first:null,c(){e=we(),se(i.$$.fragment),this.first=e},m(a,l){B(a,e,l),ie(i,a,l),s=!0},p(a,l){t=a;const c=l&19?yt(o,[{type:t[13],data:t[14],bounding:t[1],getRuleDistanceText:t[0]}]):{};i.$set(c)},i(a){s||(x(i.$$.fragment,a),s=!0)},o(a){O(i.$$.fragment,a),s=!1},d(a){a&&z(e),ne(i,a)}}}function HA(n){let t,e=[],i=new Map,s,o=n[4];const r=a=>a[13];for(let a=0;a<o.length;a+=1){let l=Ec(n,o,a),c=r(l);i.set(c,e[a]=Mc(c,l))}return{c(){t=S("div");for(let a=0;a<e.length;a+=1)e[a].c();C(t,"class","floorplan-plugin__rule-labels-wrapper svelte-1mzj9p3"),T(t,"width",n[3]),T(t,"height",n[2])},m(a,l){B(a,t,l);for(let c=0;c<e.length;c+=1)e[c]&&e[c].m(t,null);s=!0},p(a,[l]){l&19&&(o=a[4],ue(),e=_t(e,l,r,1,a,o,i,t,Si,Mc,null,Ec),fe()),l&8&&T(t,"width",a[3]),l&4&&T(t,"height",a[2])},i(a){if(!s){for(let l=0;l<o.length;l+=1)x(e[l]);s=!0}},o(a){for(let l=0;l<e.length;l+=1)O(e[l]);s=!1},d(a){a&&z(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}const kc=1e3,xc=180;function NA(n,t,e){let i,s,o,r,a,l,c,h,u,f,{floorIndex:g}=t,{floorplanData:A}=t,{getRuleDistanceText:p}=t;return n.$$set=m=>{"floorIndex"in m&&e(5,g=m.floorIndex),"floorplanData"in m&&e(6,A=m.floorplanData),"getRuleDistanceText"in m&&e(0,p=m.getRuleDistanceText)},n.$$.update=()=>{n.$$.dirty&64&&e(1,i=A.bounding),n.$$.dirty&96&&e(11,s=A.floorDatas[g].rules),n.$$.dirty&2048&&e(12,o=Object.keys(s)),n.$$.dirty&6144&&e(4,r=o.map(m=>[m,s[m]])),n.$$.dirty&2&&e(9,a=i.max.x-i.min.x),n.$$.dirty&2&&e(7,l=i.max.y-i.min.y),n.$$.dirty&2&&e(10,c=i.max.x-i.min.x-(kc-xc)*2),n.$$.dirty&2&&e(8,h=i.max.y-i.min.y-(kc-xc)*2),n.$$.dirty&1536&&e(3,u=c/a*100+"%"),n.$$.dirty&384&&e(2,f=h/l*100+"%")},[p,i,f,u,r,g,A,l,h,a,c,s,o]}class GA extends ce{constructor(t){super(),le(this,t,NA,HA,ae,{floorIndex:5,floorplanData:6,getRuleDistanceText:0},RA)}}function fr(n,t={}){let e="";const{needZ:i,needA:s}=t;return(i?n.slice().concat(n[0]):n.slice()).forEach((r,a)=>{const{x:l,y:c}=t.format?t.format(r):r,h=l+","+c;return a===0?(e+="M"+h,e):s!=null&&s[a]?(e+="A"+s[a]+","+h,e):(e+="L"+h,e)}),e+(i?"Z":"")}function xf({x:n,y:t},e){const{max:i,min:s}=e;return{x:n-s.x,y:i.y-t}}function QA(n,t){const e=n.x*1e3+t.bounding.origin.x,i=-n.z*1e3+t.bounding.origin.y;return{x:e,y:i}}function FA(n,t){const e=t.bounding,i=e.max.x-e.min.x,s=e.max.y-e.min.y;return{x:(n.x-e.min.x)/i,y:(e.max.y-n.y)/s}}function _A(n,t){return Math.max(...t.work.observers.map(i=>n.z>=i.standingPosition.z?i.floorIndex:0))}function WA(n){let t;return{c(){t=Be("path"),C(t,"d",n[0]),C(t,"fill","#2F313A")},m(e,i){B(e,t,i)},p(e,[i]){i&1&&C(t,"d",e[0])},i:J,o:J,d(e){e&&z(t)}}}function UA(n,t,e){let i,{path:s}=t;return n.$$set=o=>{"path"in o&&e(1,s=o.path)},n.$$.update=()=>{n.$$.dirty&2&&e(0,i=fr(s,{needZ:!0}))},[i,s]}class YA extends ce{constructor(t){super(),le(this,t,UA,WA,ae,{path:1})}}function XA(n){let t,e,i,s,o,r;return{c(){t=Be("defs"),e=Be("pattern"),i=Be("rect"),s=Be("path"),o=$(),r=Be("path"),C(i,"x","0"),C(i,"y","0"),C(i,"width",n[1]),C(i,"height",n[1]),C(i,"fill","#323747"),C(s,"d",n[2]),C(s,"stroke","#ffffff"),C(s,"stroke-opacity","0.06"),C(s,"stroke-width","0.5"),C(s,"fill","none"),C(e,"id","fpm-room-pattern-0"),C(e,"x","0"),C(e,"y","0"),C(e,"width",n[1]),C(e,"height",n[1]),C(e,"patternUnits","userSpaceOnUse"),C(e,"patternTransform","scale(50 50)"),C(r,"d",n[0]),C(r,"fill","url(#fpm-room-pattern-0)")},m(a,l){B(a,t,l),L(t,e),L(e,i),L(e,s),B(a,o,l),B(a,r,l)},p(a,[l]){l&1&&C(r,"d",a[0])},i:J,o:J,d(a){a&&z(t),a&&z(o),a&&z(r)}}}const ua=6;function ZA(n,t,e){let i,{path:s}=t;const o=ua*2,r=`M0 ${ua} h ${o} M${ua} 0 v ${o}`;return n.$$set=a=>{"path"in a&&e(3,s=a.path)},n.$$.update=()=>{n.$$.dirty&8&&e(0,i=fr(s,{needZ:!0}))},[i,o,r,s]}class JA extends ce{constructor(t){super(),le(this,t,ZA,XA,ae,{path:3})}}function qA(n){let t,e,i,s,o,r,a,l,c,h,u;return{c(){t=Be("defs"),e=Be("pattern"),i=Be("rect"),s=Be("pattern"),o=Be("rect"),r=$(),a=Be("path"),l=$(),c=Be("path"),h=$(),u=Be("path"),C(i,"x","0"),C(i,"y","0"),C(i,"width","6"),C(i,"height","50"),C(i,"fill","none"),C(i,"stroke","#4B4B57"),C(i,"stroke-width","0.5"),C(e,"id","room-material-pattern-1"),C(e,"x","0"),C(e,"y","0"),C(e,"width","12"),C(e,"height","50"),C(e,"patternUnits","userSpaceOnUse"),C(e,"patternTransform","scale(50 50)"),C(o,"x","0"),C(o,"y","0"),C(o,"width","6"),C(o,"height","50"),C(o,"fill","none"),C(o,"stroke","#4B4B57"),C(o,"stroke-width","0.5"),C(s,"id","room-material-pattern-2"),C(s,"x","6"),C(s,"y","25"),C(s,"width","12"),C(s,"height","50"),C(s,"patternUnits","userSpaceOnUse"),C(s,"patternTransform","scale(50 50)"),C(a,"d",n[0]),C(a,"fill","#43434D"),C(c,"d",n[0]),C(c,"fill","url(#room-material-pattern-1)"),C(u,"d",n[0]),C(u,"fill","url(#room-material-pattern-2)")},m(f,g){B(f,t,g),L(t,e),L(e,i),L(t,s),L(s,o),B(f,r,g),B(f,a,g),B(f,l,g),B(f,c,g),B(f,h,g),B(f,u,g)},p(f,[g]){g&1&&C(a,"d",f[0]),g&1&&C(c,"d",f[0]),g&1&&C(u,"d",f[0])},i:J,o:J,d(f){f&&z(t),f&&z(r),f&&z(a),f&&z(l),f&&z(c),f&&z(h),f&&z(u)}}}function KA(n,t,e){let i,{path:s}=t;return n.$$set=o=>{"path"in o&&e(1,s=o.path)},n.$$.update=()=>{n.$$.dirty&2&&e(0,i=fr(s,{needZ:!0}))},[i,s]}class $A extends ce{constructor(t){super(),le(this,t,KA,qA,ae,{path:1})}}function ev(n){ge(n,"svelte-1dykexu",".floorplan-plugin__room-material.svelte-1dykexu{position:absolute;left:0;top:0;width:100%;height:100%}svg.svelte-1dykexu{position:absolute;left:0;top:0;width:100%;height:100%;overflow:visible}")}function Dc(n,t,e){const i=n.slice();return i[5]=t[e],i}function tv(n){let t,e;return t=new JA({props:{path:n[5].path}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.path=i[5].path),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function iv(n){let t,e;return t=new $A({props:{path:n[5].path}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.path=i[5].path),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function nv(n){let t,e;return t=new YA({props:{path:n[5].path}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.path=i[5].path),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function Sc(n){let t,e,i,s;const o=[nv,iv,tv],r=[];function a(l,c){return l[5].floorType===1?0:l[5].floorType===0?1:2}return e=a(n),i=r[e]=o[e](n),{c(){t=Be("svg"),i.c(),C(t,"width","100%"),C(t,"height","100%"),C(t,"viewBox",`0 0 ${n[1]} ${n[2]}`),C(t,"class","svelte-1dykexu")},m(l,c){B(l,t,c),r[e].m(t,null),s=!0},p(l,c){let h=e;e=a(l),e===h?r[e].p(l,c):(ue(),O(r[h],1,1,()=>{r[h]=null}),fe(),i=r[e],i?i.p(l,c):(i=r[e]=o[e](l),i.c()),x(i,1),i.m(t,null))},i(l){s||(x(i),s=!0)},o(l){O(i),s=!1},d(l){l&&z(t),r[e].d()}}}function sv(n){let t,e,i=n[0],s=[];for(let r=0;r<i.length;r+=1)s[r]=Sc(Dc(n,i,r));const o=r=>O(s[r],1,1,()=>{s[r]=null});return{c(){t=S("div");for(let r=0;r<s.length;r+=1)s[r].c();C(t,"class","floorplan-plugin__room-material svelte-1dykexu")},m(r,a){B(r,t,a);for(let l=0;l<s.length;l+=1)s[l]&&s[l].m(t,null);e=!0},p(r,[a]){if(a&7){i=r[0];let l;for(l=0;l<i.length;l+=1){const c=Dc(r,i,l);s[l]?(s[l].p(c,a),x(s[l],1)):(s[l]=Sc(c),s[l].c(),x(s[l],1),s[l].m(t,null))}for(ue(),l=i.length;l<s.length;l+=1)o(l);fe()}},i(r){if(!e){for(let a=0;a<i.length;a+=1)x(s[a]);e=!0}},o(r){s=s.filter(Boolean);for(let a=0;a<s.length;a+=1)O(s[a]);e=!1},d(r){r&&z(t),Qt(s,r)}}}function ov(n,t,e){let i,{floorIndex:s}=t,{floorplanData:o}=t;const r=o.bounding.max.x-o.bounding.min.x,a=o.bounding.max.y-o.bounding.min.y;return n.$$set=l=>{"floorIndex"in l&&e(3,s=l.floorIndex),"floorplanData"in l&&e(4,o=l.floorplanData)},n.$$.update=()=>{n.$$.dirty&24&&e(0,i=o.floorDatas[s].rooms.map(l=>oe(D({},l),{path:l.path.map(c=>xf(c,o.bounding))})))},[i,r,a,s,o]}class rv extends ce{constructor(t){super(),le(this,t,ov,sv,ae,{floorIndex:3,floorplanData:4},ev)}}function av(n){ge(n,"svelte-qq2273","path.svelte-qq2273{--opacity:0;opacity:var(--opacity)}path.svelte-qq2273:hover{opacity:calc(var(--opacity) + 0.1)}")}function lv(n){let t,e,i,s;return{c(){t=Be("path"),C(t,"d",n[5]),C(t,"fill","#fff"),C(t,"style",n[2]),C(t,"id",e=`${n[1]}_${n[0].id}`),C(t,"class","svelte-qq2273")},m(o,r){B(o,t,r),i||(s=[Ae(t,"mouseenter",n[3]),Ae(t,"mouseleave",n[4])],i=!0)},p(o,[r]){r&4&&C(t,"style",o[2]),r&3&&e!==(e=`${o[1]}_${o[0].id}`)&&C(t,"id",e)},i:J,o:J,d(o){o&&z(t),i=!1,tt(s)}}}function cv(n,t,e){let i,s,{room:o}=t,{floorIndex:r}=t,{floorplanData:a}=t,{highlightData:l}=t,{hoveredRoom:c}=t;function h(){c==null||c.set(o)}function u(){c==null||c.set(void 0)}const{bounding:f}=a,g=fr(o.path,{needZ:!0,format:A=>xf(A,f)});return n.$$set=A=>{"room"in A&&e(0,o=A.room),"floorIndex"in A&&e(1,r=A.floorIndex),"floorplanData"in A&&e(6,a=A.floorplanData),"highlightData"in A&&e(7,l=A.highlightData),"hoveredRoom"in A&&e(8,c=A.hoveredRoom)},n.$$.update=()=>{n.$$.dirty&131&&e(9,i=l[`${r}_${o.id}`]),n.$$.dirty&512&&e(2,s=i?`fill: ${i.color}; --opacity: ${i.opacity}; pointer-events: ${i.disabled?"none":"auto"}`:null)},[o,r,s,h,u,g,a,l,c,i]}class hv extends ce{constructor(t){super(),le(this,t,cv,lv,ae,{room:0,floorIndex:1,floorplanData:6,highlightData:7,hoveredRoom:8},av)}}function dv(n){ge(n,"svelte-1kqo6e4",".floorplan-plugin__room-highlight.svelte-1kqo6e4{position:absolute;width:100%;height:100%}svg.svelte-1kqo6e4{width:100%;height:100%;overflow:visible}")}function Tc(n,t,e){const i=n.slice();return i[6]=t[e],i}function Lc(n,t){let e,i,s;const o=[{room:t[6],floorplanData:t[1],hoveredRoom:t[3],floorIndex:t[0],highlightData:t[2]}];let r={};for(let a=0;a<o.length;a+=1)r=ft(r,o[a]);return i=new hv({props:r}),{key:n,first:null,c(){e=we(),se(i.$$.fragment),this.first=e},m(a,l){B(a,e,l),ie(i,a,l),s=!0},p(a,l){t=a;const c=l&15?yt(o,[{room:t[6],floorplanData:t[1],hoveredRoom:t[3],floorIndex:t[0],highlightData:t[2]}]):{};i.$set(c)},i(a){s||(x(i.$$.fragment,a),s=!0)},o(a){O(i.$$.fragment,a),s=!1},d(a){a&&z(e),ne(i,a)}}}function uv(n){let t,e,i=[],s=new Map,o,r=n[1].floorDatas[n[0]].rooms;const a=l=>l[6].id;for(let l=0;l<r.length;l+=1){let c=Tc(n,r,l),h=a(c);s.set(h,i[l]=Lc(h,c))}return{c(){t=S("div"),e=Be("svg");for(let l=0;l<i.length;l+=1)i[l].c();C(e,"width","100%"),C(e,"height","100%"),C(e,"viewBox",`0 0 ${n[4]} ${n[5]}`),C(e,"class","svelte-1kqo6e4"),C(t,"class","floorplan-plugin__room-highlight svelte-1kqo6e4")},m(l,c){B(l,t,c),L(t,e);for(let h=0;h<i.length;h+=1)i[h]&&i[h].m(e,null);o=!0},p(l,[c]){c&15&&(r=l[1].floorDatas[l[0]].rooms,ue(),i=_t(i,c,a,1,l,r,s,e,Si,Lc,null,Tc),fe())},i(l){if(!o){for(let c=0;c<r.length;c+=1)x(i[c]);o=!0}},o(l){for(let c=0;c<i.length;c+=1)O(i[c]);o=!1},d(l){l&&z(t);for(let c=0;c<i.length;c+=1)i[c].d()}}}function fv(n,t,e){let{floorIndex:i}=t,{floorplanData:s}=t,{highlightData:o}=t,{hoveredRoom:r}=t;const a=s.bounding.max.x-s.bounding.min.x,l=s.bounding.max.y-s.bounding.min.y;return n.$$set=c=>{"floorIndex"in c&&e(0,i=c.floorIndex),"floorplanData"in c&&e(1,s=c.floorplanData),"highlightData"in c&&e(2,o=c.highlightData),"hoveredRoom"in c&&e(3,r=c.hoveredRoom)},[i,s,o,r,a,l]}class Df extends ce{constructor(t){super(),le(this,t,fv,uv,ae,{floorIndex:0,floorplanData:1,highlightData:2,hoveredRoom:3},dv)}}function gv(n){ge(n,"svelte-1lm20n5",".missing-floor.svelte-1lm20n5{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;flex-direction:column;align-items:center}.text.svelte-1lm20n5{margin-top:0.75rem;color:#fff;opacity:0.3}")}function jc(n){let t,e=n[0].text+"",i;return{c(){t=S("span"),i=ke(e),C(t,"class","text svelte-1lm20n5"),T(t,"font-size",n[0].textFontSize+"px")},m(s,o){B(s,t,o),L(t,i)},p(s,o){o&1&&e!==(e=s[0].text+"")&&De(i,e),o&1&&T(t,"font-size",s[0].textFontSize+"px")},d(s){s&&z(t)}}}function mv(n){let t,e,i,s,o=n[0].text&&jc(n);return{c(){t=S("div"),e=S("img"),s=$(),o&&o.c(),C(e,"class","image"),C(e,"alt","缺省楼层展位图"),at(e.src,i=n[0].imageURL)||C(e,"src",i),T(e,"width",n[0].imageWidth+"px"),T(e,"height",n[0].imageHeight+"px"),C(t,"class","missing-floor svelte-1lm20n5")},m(r,a){B(r,t,a),L(t,e),L(t,s),o&&o.m(t,null)},p(r,[a]){a&1&&!at(e.src,i=r[0].imageURL)&&C(e,"src",i),a&1&&T(e,"width",r[0].imageWidth+"px"),a&1&&T(e,"height",r[0].imageHeight+"px"),r[0].text?o?o.p(r,a):(o=jc(r),o.c(),o.m(t,null)):o&&(o.d(1),o=null)},i:J,o:J,d(r){r&&z(t),o&&o.d()}}}function pv(n,t,e){let{missingFloorConfig:i}=t;return n.$$set=s=>{"missingFloorConfig"in s&&e(0,i=s.missingFloorConfig)},[i]}class Av extends ce{constructor(t){super(),le(this,t,pv,mv,ae,{missingFloorConfig:0},gv)}}const Ei="data:image/png;base64,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";function Sf(n){return n*180/Math.PI}function vv(n){ge(n,"svelte-17cl35n",".floorplan__camera-position.svelte-17cl35n{position:absolute;width:0;height:0}.floorplan__camera-rotate.svelte-17cl35n{position:absolute;background-repeat:no-repeat;background-size:100%}")}function bv(n){let t,e;return{c(){t=S("div"),e=S("div"),C(e,"class","floorplan__camera-rotate svelte-17cl35n"),T(e,"background-image",`url(${n[0]||Ei})`),T(e,"width",n[4]),T(e,"height",n[4]),T(e,"left","-"+n[4]),T(e,"top","-"+n[4]),T(e,"transform",`rotate(${n[3]}deg)`),T(e,"transform-origin",`${n[4]} ${n[4]}`),C(t,"class","floorplan__camera-position svelte-17cl35n"),T(t,"left",n[1]),T(t,"top",n[2])},m(i,s){B(i,t,s),L(t,e)},p(i,[s]){s&1&&T(e,"background-image",`url(${i[0]||Ei})`);const o=s&1;o&&T(e,"width",i[4]),o&&T(e,"height",i[4]),o&&T(e,"left","-"+i[4]),o&&T(e,"top","-"+i[4]),o&&T(e,"transform",`rotate(${i[3]}deg)`),o&&T(e,"transform-origin",`${i[4]} ${i[4]}`)},i:J,o:J,d(i){i&&z(t)}}}function yv(n,t,e){let{panoIndex:i}=t,{floorplanData:s}=t,{lastPanoramaLongitude:o}=t,{cameraImageUrl:r}=t;const{observers:a}=s,l=a[i],c=l.positionInImage.x,h=l.positionInImage.y,u=c*100+"%",f=h*100+"%",g=-Sf(o)+45,A=document.body.clientWidth,p=document.body.clientHeight,v=`${(A<500||p<500?17:37)/16}rem`;return n.$$set=y=>{"panoIndex"in y&&e(5,i=y.panoIndex),"floorplanData"in y&&e(6,s=y.floorplanData),"lastPanoramaLongitude"in y&&e(7,o=y.lastPanoramaLongitude),"cameraImageUrl"in y&&e(0,r=y.cameraImageUrl)},[r,u,f,g,v,i,s,o]}let wv=class extends ce{constructor(t){super(),le(this,t,yv,bv,ae,{panoIndex:5,floorplanData:6,lastPanoramaLongitude:7,cameraImageUrl:0},vv)}};const Cv="data:image/png;base64,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";function Pv(n){ge(n,"svelte-rpkaro",".floorplan-plugin__compass.svelte-rpkaro{position:absolute;left:50%;top:-2.875rem;width:14.4375rem;height:2.5625rem;will-change:opacity;transform-origin:center 11.5rem}.floorplan-plugin__compass-image.svelte-rpkaro{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0.1;background-repeat:no-repeat;background-size:100% 100%}.floorplan-plugin__compass-text.svelte-rpkaro{position:absolute;left:50%;top:0.9375rem;transform:translateX(-50%);opacity:0.2;font-weight:bold;font-size:0.625rem;color:#fff}")}function Iv(n){let t,e,i,s,o;return{c(){t=S("div"),e=S("div"),i=$(),s=S("span"),o=ke(n[0]),C(e,"class","floorplan-plugin__compass-image svelte-rpkaro"),T(e,"background-image",`url(${Cv})`),C(s,"class","floorplan-plugin__compass-text svelte-rpkaro"),C(t,"class","floorplan-plugin__compass svelte-rpkaro"),T(t,"transform",n[2])},m(r,a){B(r,t,a),L(t,e),L(t,i),L(t,s),L(s,o)},p(r,a){a&1&&De(o,r[0])},d(r){r&&z(t)}}}function Ev(n){let t,e=n[1]&&Iv(n);return{c(){e&&e.c(),t=we()},m(i,s){e&&e.m(i,s),B(i,t,s)},p(i,[s]){i[1]&&e.p(i,s)},i:J,o:J,d(i){e&&e.d(i),i&&z(t)}}}function Mv(n){return n/Math.PI*180}function kv(n,t,e){var c;let{floorplanData:i}=t,{northDesc:s}=t;const o=(c=i.entrance)==null?void 0:c.northRad,r=typeof o=="number",l=`translateX(-50%) translateZ(10px) rotate(${-(o?Mv(o):0)+90}deg)`;return n.$$set=h=>{"floorplanData"in h&&e(3,i=h.floorplanData),"northDesc"in h&&e(0,s=h.northDesc)},[s,r,l,i]}class xv extends ce{constructor(t){super(),le(this,t,kv,Ev,ae,{floorplanData:3,northDesc:0},Pv)}}function Dv(n){ge(n,"svelte-bl8zrz",".floorplan-plugin__floor.svelte-bl8zrz{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;pointer-events:none}.floorplan-plugin__floor--is-current.svelte-bl8zrz{opacity:1;pointer-events:auto}")}function Sv(n){let t,e,i,s,o,r,a,l,c,h;const u=[{floorIndex:n[2],floorplanData:n[11]}];let f={};for(let E=0;E<u.length;E+=1)f=ft(f,u[E]);t=new rv({props:f});let g=(n[3]||n[5])&&zc(n);const A=[{floorplanData:n[11],floorIndex:n[2]}];let p={};for(let E=0;E<A.length;E+=1)p=ft(p,A[E]);s=new kf({props:p});let m=n[6]&&Oc(n),v=n[10]&&Bc(n),y=n[4]&&Vc(n),P=n[22]&&Rc(n);return{c(){se(t.$$.fragment),e=$(),g&&g.c(),i=$(),se(s.$$.fragment),o=$(),m&&m.c(),r=$(),v&&v.c(),a=$(),y&&y.c(),l=$(),P&&P.c(),c=we()},m(E,k){ie(t,E,k),B(E,e,k),g&&g.m(E,k),B(E,i,k),ie(s,E,k),B(E,o,k),m&&m.m(E,k),B(E,r,k),v&&v.m(E,k),B(E,a,k),y&&y.m(E,k),B(E,l,k),P&&P.m(E,k),B(E,c,k),h=!0},p(E,k){const I=k&2052?yt(u,[{floorIndex:E[2],floorplanData:E[11]}]):{};t.$set(I),E[3]||E[5]?g?(g.p(E,k),k&40&&x(g,1)):(g=zc(E),g.c(),x(g,1),g.m(i.parentNode,i)):g&&(ue(),O(g,1,1,()=>{g=null}),fe());const j=k&2052?yt(A,[{floorplanData:E[11],floorIndex:E[2]}]):{};s.$set(j),E[6]?m?(m.p(E,k),k&64&&x(m,1)):(m=Oc(E),m.c(),x(m,1),m.m(r.parentNode,r)):m&&(ue(),O(m,1,1,()=>{m=null}),fe()),E[10]?v?(v.p(E,k),k&1024&&x(v,1)):(v=Bc(E),v.c(),x(v,1),v.m(a.parentNode,a)):v&&(ue(),O(v,1,1,()=>{v=null}),fe()),E[4]?y?(y.p(E,k),k&16&&x(y,1)):(y=Vc(E),y.c(),x(y,1),y.m(l.parentNode,l)):y&&(ue(),O(y,1,1,()=>{y=null}),fe()),E[22]?P?(P.p(E,k),k&4194304&&x(P,1)):(P=Rc(E),P.c(),x(P,1),P.m(c.parentNode,c)):P&&(ue(),O(P,1,1,()=>{P=null}),fe())},i(E){h||(x(t.$$.fragment,E),x(g),x(s.$$.fragment,E),x(m),x(v),x(y),x(P),h=!0)},o(E){O(t.$$.fragment,E),O(g),O(s.$$.fragment,E),O(m),O(v),O(y),O(P),h=!1},d(E){ne(t,E),E&&z(e),g&&g.d(E),E&&z(i),ne(s,E),E&&z(o),m&&m.d(E),E&&z(r),v&&v.d(E),E&&z(a),y&&y.d(E),E&&z(l),P&&P.d(E),E&&z(c)}}}function Tv(n){let t,e;return t=new Av({props:{missingFloorConfig:n[18]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&262144&&(o.missingFloorConfig=i[18]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function zc(n){let t,e;const i=[{floorIndex:n[2],floorplanData:n[11],hoveredRoom:n[24],highlightData:n[17]}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new Df({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&16910340?yt(i,[{floorIndex:o[2],floorplanData:o[11],hoveredRoom:o[24],highlightData:o[17]}]):{};t.$set(a)},i(o){e||(x(t.$$.fragment,o),e=!0)},o(o){O(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Oc(n){let t,e;const i=[{floorplanData:n[11],roomAreaEnable:n[7],roomNameEnable:n[8],roomDimensionEnable:n[9],floorIndex:n[2],getRoomAreaText:n[12],getRoomDimensionText:n[13],getLabelElement:n[14],hoveredRoom:n[24],adaptiveRoomLabelVisibleEnable:n[16]}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new jA({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&16874372?yt(i,[{floorplanData:o[11],roomAreaEnable:o[7],roomNameEnable:o[8],roomDimensionEnable:o[9],floorIndex:o[2],getRoomAreaText:o[12],getRoomDimensionText:o[13],getLabelElement:o[14],hoveredRoom:o[24],adaptiveRoomLabelVisibleEnable:o[16]}]):{};t.$set(a)},i(o){e||(x(t.$$.fragment,o),e=!0)},o(o){O(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Bc(n){let t,e;const i=[{floorplanData:n[11],floorIndex:n[2],getRuleDistanceText:n[15]}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new GA({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&34820?yt(i,[{floorplanData:o[11],floorIndex:o[2],getRuleDistanceText:o[15]}]):{};t.$set(a)},i(o){e||(x(t.$$.fragment,o),e=!0)},o(o){O(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Vc(n){let t,e;const i=[{panoIndex:n[0],floorplanData:n[11],lastPanoramaLongitude:n[19],cameraImageUrl:n[20]}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new wv({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&1574913?yt(i,[{panoIndex:o[0],floorplanData:o[11],lastPanoramaLongitude:o[19],cameraImageUrl:o[20]}]):{};t.$set(a)},i(o){e||(x(t.$$.fragment,o),e=!0)},o(o){O(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Rc(n){let t,e;return t=new xv({props:{floorplanData:n[11],northDesc:n[21]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2048&&(o.floorplanData=i[11]),s&2097152&&(o.northDesc=i[21]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function Lv(n){let t,e,i,s,o;const r=[Tv,Sv],a=[];function l(c,h){return c[23]?1:0}return e=l(n),i=a[e]=r[e](n),{c(){t=S("div"),i.c(),C(t,"class",s=_e(`floorplan-plugin__floor${n[1]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz")},m(c,h){B(c,t,h),a[e].m(t,null),o=!0},p(c,[h]){let u=e;e=l(c),e===u?a[e].p(c,h):(ue(),O(a[u],1,1,()=>{a[u]=null}),fe(),i=a[e],i?i.p(c,h):(i=a[e]=r[e](c),i.c()),x(i,1),i.m(t,null)),(!o||h&2&&s!==(s=_e(`floorplan-plugin__floor${c[1]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz"))&&C(t,"class",s)},i(c){o||(x(i),o=!0)},o(c){O(i),o=!1},d(c){c&&z(t),a[e].d()}}}function jv(n,t,e){let i,s,{panoIndex:o}=t,{isCurrent:r}=t,{floorIndex:a}=t,{highlightEnable:l}=t,{cameraEnable:c}=t,{hoverEnable:h}=t,{roomLabelsEnable:u}=t,{roomAreaEnable:f}=t,{roomNameEnable:g}=t,{roomDimensionEnable:A}=t,{ruleLabelsEnable:p}=t,{floorplanData:m}=t,{getRoomAreaText:v}=t,{getRoomDimensionText:y}=t,{getLabelElement:P}=t,{getRuleDistanceText:E}=t,{adaptiveRoomLabelVisibleEnable:k}=t,{highlightData:I}=t,{missingFloorConfig:j}=t,{lastPanoramaLongitude:R}=t,{cameraImageUrl:U}=t,{northDesc:W}=t,{compassEnable:N}=t;const Q=Cl(void 0);return n.$$set=H=>{"panoIndex"in H&&e(0,o=H.panoIndex),"isCurrent"in H&&e(1,r=H.isCurrent),"floorIndex"in H&&e(2,a=H.floorIndex),"highlightEnable"in H&&e(3,l=H.highlightEnable),"cameraEnable"in H&&e(4,c=H.cameraEnable),"hoverEnable"in H&&e(5,h=H.hoverEnable),"roomLabelsEnable"in H&&e(6,u=H.roomLabelsEnable),"roomAreaEnable"in H&&e(7,f=H.roomAreaEnable),"roomNameEnable"in H&&e(8,g=H.roomNameEnable),"roomDimensionEnable"in H&&e(9,A=H.roomDimensionEnable),"ruleLabelsEnable"in H&&e(10,p=H.ruleLabelsEnable),"floorplanData"in H&&e(11,m=H.floorplanData),"getRoomAreaText"in H&&e(12,v=H.getRoomAreaText),"getRoomDimensionText"in H&&e(13,y=H.getRoomDimensionText),"getLabelElement"in H&&e(14,P=H.getLabelElement),"getRuleDistanceText"in H&&e(15,E=H.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in H&&e(16,k=H.adaptiveRoomLabelVisibleEnable),"highlightData"in H&&e(17,I=H.highlightData),"missingFloorConfig"in H&&e(18,j=H.missingFloorConfig),"lastPanoramaLongitude"in H&&e(19,R=H.lastPanoramaLongitude),"cameraImageUrl"in H&&e(20,U=H.cameraImageUrl),"northDesc"in H&&e(21,W=H.northDesc),"compassEnable"in H&&e(22,N=H.compassEnable)},n.$$.update=()=>{n.$$.dirty&2052&&e(25,i=m.floorDatas[a]),n.$$.dirty&33554432&&e(23,s=i.rooms.length>0)},[o,r,a,l,c,h,u,f,g,A,p,m,v,y,P,E,k,I,j,R,U,W,N,s,Q,i]}let zv=class extends ce{constructor(t){super(),le(this,t,jv,Lv,ae,{panoIndex:0,isCurrent:1,floorIndex:2,highlightEnable:3,cameraEnable:4,hoverEnable:5,roomLabelsEnable:6,roomAreaEnable:7,roomNameEnable:8,roomDimensionEnable:9,ruleLabelsEnable:10,floorplanData:11,getRoomAreaText:12,getRoomDimensionText:13,getLabelElement:14,getRuleDistanceText:15,adaptiveRoomLabelVisibleEnable:16,highlightData:17,missingFloorConfig:18,lastPanoramaLongitude:19,cameraImageUrl:20,northDesc:21,compassEnable:22},Dv)}};function Ov(n){ge(n,"svelte-86bqav",".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}")}function Hc(n,t,e){const i=n.slice();return i[24]=t[e],i}function Nc(n){let t,e,i,s=n[14].floorDatas,o=[];for(let a=0;a<s.length;a+=1)o[a]=Gc(Hc(n,s,a));const r=a=>O(o[a],1,1,()=>{o[a]=null});return{c(){t=S("div");for(let a=0;a<o.length;a+=1)o[a].c();C(t,"class","floorplan-main svelte-86bqav")},m(a,l){B(a,t,l);for(let c=0;c<o.length;c+=1)o[c]&&o[c].m(t,null);i=!0},p(a,l){if(n=a,l&16777212){s=n[14].floorDatas;let c;for(c=0;c<s.length;c+=1){const h=Hc(n,s,c);o[c]?(o[c].p(h,l),x(o[c],1)):(o[c]=Gc(h),o[c].c(),x(o[c],1),o[c].m(t,null))}for(ue(),c=s.length;c<o.length;c+=1)r(c);fe()}},i(a){if(!i){for(let l=0;l<s.length;l+=1)x(o[l]);e||Je(()=>{e=sn(t,gt,{duration:n[0],easing:gi}),e.start()}),i=!0}},o(a){o=o.filter(Boolean);for(let l=0;l<o.length;l+=1)O(o[l]);i=!1},d(a){a&&z(t),Qt(o,a)}}}function Gc(n){let t,e;const i=[{hoverEnable:n[6],highlightEnable:n[7],floorplanData:n[14],getRoomAreaText:n[17],getRoomDimensionText:n[18],getLabelElement:n[19],getRuleDistanceText:n[20],roomLabelsEnable:n[9],roomAreaEnable:n[10],roomNameEnable:n[11],roomDimensionEnable:n[12],ruleLabelsEnable:n[13],adaptiveRoomLabelVisibleEnable:n[21],highlightData:n[22],missingFloorConfig:n[23],panoIndex:n[3],cameraEnable:n[5],cameraImageUrl:n[16],lastPanoramaLongitude:n[15],compassEnable:n[8],northDesc:n[2]},{floorIndex:n[24].floorIndex},{isCurrent:n[24].floorIndex===n[4]}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new zv({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&16777212?yt(i,[r&16777196&&{hoverEnable:o[6],highlightEnable:o[7],floorplanData:o[14],getRoomAreaText:o[17],getRoomDimensionText:o[18],getLabelElement:o[19],getRuleDistanceText:o[20],roomLabelsEnable:o[9],roomAreaEnable:o[10],roomNameEnable:o[11],roomDimensionEnable:o[12],ruleLabelsEnable:o[13],adaptiveRoomLabelVisibleEnable:o[21],highlightData:o[22],missingFloorConfig:o[23],panoIndex:o[3],cameraEnable:o[5],cameraImageUrl:o[16],lastPanoramaLongitude:o[15],compassEnable:o[8],northDesc:o[2]},r&16384&&{floorIndex:o[24].floorIndex},r&16400&&{isCurrent:o[24].floorIndex===o[4]}]):{};t.$set(a)},i(o){e||(x(t.$$.fragment,o),e=!0)},o(o){O(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Bv(n){let t,e,i=n[1]&&Nc(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&x(i,1)):(i=Nc(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function Vv(n,t,e){let{duration:i=0}=t,{visible:s}=t,{northDesc:o}=t,{panoIndex:r}=t,{floorIndex:a}=t,{cameraEnable:l}=t,{hoverEnable:c}=t,{highlightEnable:h}=t,{compassEnable:u}=t,{roomLabelsEnable:f}=t,{roomAreaEnable:g}=t,{roomNameEnable:A}=t,{roomDimensionEnable:p}=t,{ruleLabelsEnable:m}=t,{floorplanData:v}=t,{lastPanoramaLongitude:y}=t,{cameraImageUrl:P}=t,{getRoomAreaText:E}=t,{getRoomDimensionText:k}=t,{getLabelElement:I}=t,{getRuleDistanceText:j}=t,{adaptiveRoomLabelVisibleEnable:R}=t,{highlightData:U}=t,{missingFloorConfig:W}=t;return n.$$set=N=>{"duration"in N&&e(0,i=N.duration),"visible"in N&&e(1,s=N.visible),"northDesc"in N&&e(2,o=N.northDesc),"panoIndex"in N&&e(3,r=N.panoIndex),"floorIndex"in N&&e(4,a=N.floorIndex),"cameraEnable"in N&&e(5,l=N.cameraEnable),"hoverEnable"in N&&e(6,c=N.hoverEnable),"highlightEnable"in N&&e(7,h=N.highlightEnable),"compassEnable"in N&&e(8,u=N.compassEnable),"roomLabelsEnable"in N&&e(9,f=N.roomLabelsEnable),"roomAreaEnable"in N&&e(10,g=N.roomAreaEnable),"roomNameEnable"in N&&e(11,A=N.roomNameEnable),"roomDimensionEnable"in N&&e(12,p=N.roomDimensionEnable),"ruleLabelsEnable"in N&&e(13,m=N.ruleLabelsEnable),"floorplanData"in N&&e(14,v=N.floorplanData),"lastPanoramaLongitude"in N&&e(15,y=N.lastPanoramaLongitude),"cameraImageUrl"in N&&e(16,P=N.cameraImageUrl),"getRoomAreaText"in N&&e(17,E=N.getRoomAreaText),"getRoomDimensionText"in N&&e(18,k=N.getRoomDimensionText),"getLabelElement"in N&&e(19,I=N.getLabelElement),"getRuleDistanceText"in N&&e(20,j=N.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in N&&e(21,R=N.adaptiveRoomLabelVisibleEnable),"highlightData"in N&&e(22,U=N.highlightData),"missingFloorConfig"in N&&e(23,W=N.missingFloorConfig)},[i,s,o,r,a,l,c,h,u,f,g,A,p,m,v,y,P,E,k,I,j,R,U,W]}let Pl=class extends ce{constructor(t){super(),le(this,t,Vv,Bv,ae,{duration:0,visible:1,northDesc:2,panoIndex:3,floorIndex:4,cameraEnable:5,hoverEnable:6,highlightEnable:7,compassEnable:8,roomLabelsEnable:9,roomAreaEnable:10,roomNameEnable:11,roomDimensionEnable:12,ruleLabelsEnable:13,floorplanData:14,lastPanoramaLongitude:15,cameraImageUrl:16,getRoomAreaText:17,getRoomDimensionText:18,getLabelElement:19,getRuleDistanceText:20,adaptiveRoomLabelVisibleEnable:21,highlightData:22,missingFloorConfig:23},Ov)}};const Rv="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAwCAYAAACFUvPfAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAALaADAAQAAAABAAAAMAAAAADe2FZjAAAEF0lEQVRoBe2WzWskRRiHf13V092TxI2oEzYeVDwITtyDuCiihwiCePGgxIM3vYgHL4J4UIhBRA8i/gPqyUvWg7AiIuIeloDiYUHJLOK6BPwIk9nNODM9Xf1RVe1b3elJRjCZmQ6euqGmuqer33rq4e23GqiOykBloDJQGagMVAYqA5WBykBlYFYD1qwP/tdzaZqOx9zYOLxeX0+L5yzLGp0X/03a25MOnGRcBtx+6Rlo9SL08G4EooFnxa8Yiivox5/h5Ys/4cl7NVorNDRnngX+0MIkVMeMSf23zyKML8J7/Dy8hwF2Buh9CnS+AEQIdLspBuGb+M7/qLW4qJrNpsLapjYhpwVnx3BMfCtNNx3Etc9xywvnMf80wG8HmQainw0RxSGrnmeBp+8k5/j9S0HbvXb5io0Lz880/0wPHV1NlhLd316He+4xOCv5ragF7L9PrH1qBJyB0626x/lC+qrSvH5r/W+n1WpxUM5nMY4GPeH8lHJaPgfeAFQHCL+ntkXT+vnUc3W6pvTIwC0wy3rA4dwLmK2avZ7Eo9uKBuYJfgJscbs8dLCxDMt+EOEPBEZNEWyBYHqTz6bPXrzUnNrSShxHIsYiOL69zrCGLLcLqJP68tB+9w5wj+YhWDafQ2s61wNqxjZhmrQ2pvMFCEvXuCUZ7wqH794ZWs28LJqlTXSUyuksF2M/yOwqgkx2c1ADa4wLAQRk2sAGQQakhN6yFC2hltfz5kSY44NKQeeh+vtI/SSzWhg2CzCgmWISmKUGmaYFBDfCSymnfxJ6/+ospVcWOLLp5DGP/y0P/Rp66O99DQNq7Po3Ds0a0wY+My2QSv2N2mO/OyxR2o6UQk+Lv7yJ06JYSnnolZVU9cUn2O9SmaMWGFBqYXRwbqAJWIi94TX5biotpcGl1DXZ6LnqIbNDTnmUgi52Mv5l5ysMxIcZcGjy2DTK4ZHlcBC14zeSge4qphICjj3bS0A7o9nSp2TOkm7aZ8bGZy/jxhO87V91G0+dfY/Z7BWIIK9KYUi5qy/Hf8YfBG3sqJTHiQWhmTVkbip+wX3x6volVSx+LPAxF+VLXhZ8VQ+iP2Rta/iWe5v42Fngj0BbdnRTXh12ZIcKhTaGbcYjybRwXBU1lu9KlndXp04NM52poKWO0RZsviNaP9a6grkO972+st05pXhE5c1hTEluJy7XUejGUQNLMbAmTdWY1rKBLW3aTJqBZ7nZkb36DhYCreeYHbMUXHvaYi5XDK70EcgulmRjm77wNtenzuXCbmnTRaAx493rbGf3Jr/njMzj920CnKdUaFCjlDioy7NYNvOdGrQJNgI32/L2tkXfFPlxgToqjWVhD6KdLnQRdARf/HHQz2r2X2Gqy8pAZaAyUBmoDFQGKgP/q4F/AJYg9/s0ZoABAAAAAElFTkSuQmCC";function Hv(n){return G(this,null,function*(){const t=new Headers({"Content-Type":"text/plain"}),e=function(s){return G(this,null,function*(){const o={index:s.index,url:s.url,svgUrl:s.svg_url};if(s.svg_url){const r=yield fetch(s.svg_url,{headers:t}).then(a=>a.text());o.svgContent=r}return o})};return yield Promise.all(n.map(e))})}function Nv(n){const t={id:n.id,size:n.size,name:n.name,path:n.path,roomType:n.room_type,floorType:n.floor_type,roomLabel:{position:n.room_label.position,positionInImage:n.room_label.position_in_image},observerIndexs:n.observer_indexs};return n.dimension&&Object.assign(t,{dimension:n.dimension}),t}function Gv(n){return{floorName:n.floor_name,floorIndex:n.floor_index,rooms:n.rooms.map(Nv),rules:n.rules}}function Qv(n){return{index:n.index,floorIndex:n.floor_index,position:n.position,positionInImage:n.position_in_image}}function Fv(n){return{rad:n.rad,position:n.position,positionInImage:n.position_in_image,northRad:n.north_rad,roomId:n.room_id,floorIndex:n.floor_index}}function Mi(n){return G(this,null,function*(){const t=yield Hv(n.outlines),e=n.computed_data.bounding,i=n.computed_data.floor_datas.map(Gv),s=n.computed_data.entrance?Fv(n.computed_data.entrance):null;return{outlines:t,entrance:s,bounding:e,floorDatas:i,observers:n.computed_data.observers.map(Qv)}})}function _v(n,t,e){return n.map(s=>{const o=s.position,r=s.icon?s.icon:{url:Rv,width:45,height:48},a=_A(o,t),l=QA(o,e),c=FA(l,e);return{floorIndex:a,icon:r,id:s.id,position:l,positionInImage:c}})}function Wv(n,t){return t(n),n}function Vn(n,t){return Wv({},e=>{for(const i in n)t.indexOf(i)===-1&&(e[i]=n[i])})}function Qc(n,t){const e=Math.max(...n.work.observers.map(i=>i.floorIndex));return t>e?n.model.bounding.max.y:Math.max(...n.work.observers.filter(i=>i.floorIndex===t).map(i=>i.standingPosition.y))}function Il(n,t,e=Pi.BOUNDING_CENTER){const i=Qc(n,t),s=Qc(n,t+1);return e===Pi.BOUNDING_CENTER?(n.model.bounding.max.y+n.model.bounding.min.y)/2:e===Pi.CEILING?s:i}function El(n,t,e,i){const s=Il(n,e,i==null?void 0:i.attachedTo),o=new w.Vector3(0,s,0),r=new w.Vector3(1,s,0),a=o.clone().project(n.camera),l=r.clone().project(n.camera);return Math.abs((l.x-a.x)/1e3)*(t.getBoundingClientRect().width/2)}let on=class{constructor(t,e){d(this,"VERSION","3.27.10");d(this,"five");d(this,"hooks",new ti);d(this,"staticPrefix","//vr-image-4.realsee-cdn.cn");this.five=t,e!=null&&e.staticPrefix&&(this.staticPrefix=e.staticPrefix)}getCurrentState(){return this.state}absoluteUrl(t){return ll(this.staticPrefix,t)}},pi=class extends on{};var Dt=(n=>(n.UnknownError="UnknownError",n.DataNotLoaded="DataNotLoaded",n.UpdateSizeError="UpdateSizeError",n.BreakOffByHide="BreakOffByHide",n.BreakOffByDisable="BreakOffByDisable",n.ModelNotLoaded="ModelNotLoaded",n.ChangeModeError="ChangeModeError",n.UpdateCameraError="UpdateCameraError",n))(Dt||{});const Tf=500,Uv=80;function Ui(n,t,e=4){return Math.abs(n-t)<Math.pow(10,-e)}function Lf(n,t,e=4){const i=Math.PI*2,s=n%i,o=t%i,r=Math.min(s,o),a=Math.max(s,o);return Ui(r,a,e)||Ui(r+i,a,e)}Object.assign(window,{nearlyEqual:Ui,nearlyEqualRad:Lf});function Yv(n){return Object.prototype.toString.call(n)==="[object Object]"}function Fc(n){return Yv(n)&&!!n.isVector3}function Ml(n,t){return G(this,null,function*(){const[e]=yield qi(n.changeMode(...t));if(e)throw new Error("change mode canceled");yield new Promise(r=>{n.once("initAnimationWillStart",()=>{n.once("initAnimationEnded",()=>r())})});const i=t[1];if(!i)return!0;const s=n.getCurrentState();if(!Xv(i,s))throw new Error("pose 与预期不符")})}function Xv(n,t){return Object.keys(n).every(e=>{const i=t[e],s=n[e];return i===void 0||s===void 0?!0:e==="longitude"||e==="latitude"?Lf(i,s,2):typeof i=="number"&&typeof s=="number"?Ui(i,s,2):Fc(s)&&Fc(i)?s.distanceTo(i)<.01:i===s})}function Zv(n,t){if(n.currentMode!==t.mode)return!1;const{latitude:e,longitude:i,fov:s,offset:o}=t,{latitude:r,longitude:a,offset:l}=n.getCurrentState(),c=n.camera.fov;return!(!Ui(e,r,2)||!Ui(i,a,2)||o!==void 0&&o.distanceTo(l)>.01||!Ui(s,c,2))}function jf(n,t,e=!0){return G(this,null,function*(){if(Zv(n,t)===!0)return;const s=n.getCurrentState();if(s.mode!==t.mode){const[h]=yield qi(Ml(n,[t.mode,t,void 0,e]));if(h)throw h;return}const{latitude:o,longitude:r,fov:a}=s,l=Math.min(1e3,Math.max(200,Math.abs(o-Math.PI/2)*1e3,(r>Math.PI?2*Math.PI-r:r)*500,typeof t.fov=="number"?Math.abs(a-t.fov)*10:1/0)),[c]=yield qi(n.updateCamera(Vn(t,["mode"]),l,e));if(c)throw new Error(Dt.UpdateCameraError)})}function Rn(n,t,e=300){const i=n.getElement();i&&(i.style.opacity=t+"",i.style.transition=e===0?"none":`opacity ${e}ms linear`,e!==0&&Promise.race([new Promise(s=>i.addEventListener("transitionend",s,{once:!0})),new Promise(s=>setTimeout(s,e))]).then(()=>{i.style.transition="none"}))}function Jv(n){const{latitude:t,longitude:e}=n,i=Math.abs(t-Math.PI/2)>5*Math.PI/180,s=e>5*(Math.PI/180)&&e<355*(Math.PI/180);return i||s}function qv(n){const{latitude:t,longitude:e}=n,i=Math.abs(t-Math.PI/2)<10*Math.PI/180,s=e<30*(Math.PI/180)||e>330*(Math.PI/180);return i&&s}let Kv=class extends pi{constructor(e,i){var l,c,h;super(e);d(this,"name","modelFloorplanPlugin");d(this,"state");d(this,"data");d(this,"showState");d(this,"showPromise");d(this,"app");d(this,"panoIndex",0);d(this,"floorIndex",0);d(this,"selector");d(this,"showRejection");d(this,"wrapper");d(this,"container",document.createElement("div"));d(this,"lastPanoramaLongitude",0);d(this,"size",{width:0,height:0});d(this,"defaultMissingFloorConfig");d(this,"hasAddedEventListener",!1);d(this,"isHiddenByHideFunc",!1);d(this,"highlightData",{});d(this,"dispose",()=>{var e,i;this.removeEventListener(),(e=this.app)==null||e.$destroy(),this.app=void 0,(i=this.container)==null||i.remove(),this.data=void 0,this.wrapper=void 0,this.selector=void 0,this.hooks.emit("dispose")});d(this,"show",(...i)=>G(this,[...i],function*(e={}){if(!this.state.enabled||!this.showPromise&&this.state.visible)return;const s=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},s),this._show(e)}));d(this,"hide",(...i)=>G(this,[...i],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));d(this,"updateSize",()=>{if(!this.data||!this.container||!this.wrapper)return!1;const{min:e,max:i}=this.data.bounding,s=i.x-e.x,o=i.y-e.y,r=this.state.config.attachedTo?{attachedTo:this.state.config.attachedTo}:void 0,a=El(this.five,this.wrapper,this.floorIndex,r),l=Math.ceil(s*a),c=Math.ceil(o*a);return this.size.width===l&&this.size.height===c||(this.container.style.width=l+"px",this.container.style.height=c+"px",this.size={width:l,height:c}),!0});d(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});d(this,"unhighlight",()=>{this.highlightData={},this.render()});d(this,"_disable",e=>{var s,o,r;const{userAction:i}=e;this.hooks.emit("disable",{userAction:i}),(s=this.showRejection)==null||s.call(this,Dt.BreakOffByDisable),this.showPromise=void 0,(o=this.app)==null||o.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});d(this,"_enable",e=>{const{userAction:i}=e;this.addEventListener(),this.wrapper&&(this.wrapper.append(this.container),this.hooks.emit("enable",{userAction:i}),this.state.visible&&this._show({userAction:i}))});d(this,"_show",e=>G(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.five.model)!=null&&r.loaded))throw new Error(Dt.ModelNotLoaded);if(!this.data)throw new Error(Dt.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=D(D({},i),e),o=()=>G(this,null,function*(){this.hooks.emit("show",{userAction:s.userAction,auto:s.isAutoShow});let a=!1,l;this.showRejection=u=>{a=!0,l=u};const[c]=yield qi(jf(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(Dt.UnknownError);if(!this.updateSize())throw new Error(Dt.UpdateSizeError);this.floorIndex=s.floorIndex,this.five.model.show(this.floorIndex)});return this.isHiddenByHideFunc=!1,this.showPromise=o().then(()=>{this.showPromise=void 0,this.showRejection=void 0;const a=s.modelOpacity,l=s.immediately?0:Tf;Rn(this.five,a,l),this.render(l),this.hooks.emit("showAnimationEnded",{auto:s.isAutoShow,userAction:s.userAction})}).catch(a=>{if(this.showPromise=void 0,this.showRejection=void 0,this.updateState({visible:!1},s.userAction),!s.isAutoShow&&a instanceof Error)throw a}),this.showPromise}));d(this,"_hide",e=>{var o;(o=this.showRejection)==null||o.call(this,Dt.BreakOffByHide),this.showPromise=void 0;const s=D(D({},{userAction:!0,isAutoHide:!1}),e);Rn(this.five,1,0),this.hooks.emit("hide",{auto:s.isAutoHide,userAction:s.userAction}),this.render()});d(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click"))return!1});d(this,"onFiveModelLoaded",()=>{if(this.state.enabled===!1||this.wrapper||!this.selector)return;const e=this.selector instanceof Element?this.selector:document.querySelector(this.selector);if(!e)throw new Error("不正确的父容器选择器");this.wrapper=e,e.append(this.container)});d(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});d(this,"onFiveInteriaPan",(e,i)=>{if(!i||this.state.config.autoShowEnable===!1||this.isHiddenByHideFunc)return;const s=this.five.getCurrentState();s.mode==="Floorplan"&&(this.state.visible||qv(s)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0})))});d(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});d(this,"onFiveCameraUpdate",(e,i)=>{if(!this.state.visible||this.showPromise)return;const s=this.five.getCurrentState();Jv(s)&&(this.updateState({visible:!1},i),this._hide({userAction:i,isAutoHide:!0}))});d(this,"onFiveWantsGesture",(e,i)=>{if(this.state.visible&&(i.length>1||e==="mouseWheel"))return!1});d(this,"onFiveWantsPanGesture",(e,i)=>{if(this.five.getCurrentState().mode==="Floorplan"&&this.state.config.autoShowEnable!==!1&&i&&this.state.visible)return this.five.updateCamera(this.showState,0),!1});d(this,"onFiveWantsTapGesture",()=>this.handleClick());d(this,"onFiveWantsChangeMode",(e,i)=>{i==="Panorama"&&e==="Floorplan"&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});d(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const i=this.five.getCurrentState().panoIndex;this.floorIndex=this.five.work.observers[i].floorIndex;return}this.floorIndex=e,this.updateSize(),this.render()}});i!=null&&i.selector&&(this.selector=i.selector,console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法")),this.showState={mode:"Floorplan",longitude:0,latitude:Math.PI/2,fov:Uv/((l=i==null?void 0:i.scale)!=null?l:1)},this.defaultMissingFloorConfig={imageURL:this.staticPrefix+"/release/web/saas/missing-floorplan.e274c596.png",imageWidth:200,imageHeight:120,text:(h=(c=i.i18n)==null?void 0:c.call(i,"暂无平面图"))!=null?h:"暂无平面图",textFontSize:14};const s={northDesc:"北",modelOpacity:1,cameraEnable:!0,highlightEnable:!1,hoverEnable:!0,compassEnable:!0,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,roomAreaEnable:!0,roomNameEnable:!0,roomDimensionEnable:!0,adaptiveRoomLabelVisibleEnable:!0,cameraImageUrl:Ei,attachedTo:Pi.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:D(D({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:u=>u,getRoomAreaText:u=>(u/1e6).toFixed(1)+"㎡",getRoomDimensionText:(u,f)=>(u/1e3).toFixed(1)+"m × "+(f/1e3).toFixed(1)+"m",getRuleDistanceText:u=>u.toString()},o=i?Vn(i,["selector","scale"]):{},r=D(D({},s.missingFloorConfig),o.missingFloorConfig),a=oe(D(D({},s),o),{missingFloorConfig:r});this.state={enabled:!0,visible:!1,config:a},this.initContainer(),e.once("dispose",this.dispose),this.addEventListener()}load(e,i,s=!0){return G(this,null,function*(){function o(h){return Object.prototype.hasOwnProperty.apply(h,["version"])}const r=e;r&&Hs(r.version)&&console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");const a=JSON.parse(JSON.stringify(e)),l=o(a)?a.data:a,c=this.data;this.data=yield Mi(l),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,c),i&&this.updateState(i,s),this.render()})}appendTo(e){if(this.wrapper=e,!!this.state.enabled)return e.appendChild(this.container),this.render(),this}enable(e={}){if(this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||i),this._enable({userAction:i})}disable(e={}){if(!this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||i),this._disable({userAction:i})}setState(e,i={}){const s=this.state,o=i.userAction!==void 0?i.userAction:!0;if(this.updateState(e,o),e.enabled!==void 0&&s.enabled!==e.enabled&&(e.enabled?this._enable({userAction:o}):this._disable({userAction:o})),e.visible!==void 0&&s.visible!==e.visible){const r={userAction:o};e.visible?this._show(r):this._hide(r)}this.render()}changeConfigs(e,i=!0){this.updateState({config:e},i),this.render()}formatData(e){return G(this,null,function*(){return yield Mi(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?D(D({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?oe(D(D({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=oe(D(D({},this.state),e),{config:r}),!bt(this.state,s,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}initContainer(){this.container.classList.add("floorplan-plugin"),Object.assign(this.container.style,{position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",zIndex:10,pointerEvents:"none"}),this.five.addExtraElement(this.container)}addEventListener(){if(!this.state.enabled||this.hasAddedEventListener)return;const e=this.five;e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.on("modeChange",this.onFiveModeChange),e.on("interiaPan",this.onFiveInteriaPan),e.on("panoArrived",this.onFivePanoArrived),e.on("cameraUpdate",this.onFiveCameraUpdate),e.on("wantsGesture",this.onFiveWantsGesture),e.on("wantsPanGesture",this.onFiveWantsPanGesture),e.on("wantsTapGesture",this.onFiveWantsTapGesture),e.on("wantsChangeMode",this.onFiveWantsChangeMode),e.on("modelShownFloorChange",this.onModelShownFloorChange)}removeEventListener(){const e=this.five;this.hasAddedEventListener=!1,e.off("modelLoaded",this.onFiveModelLoaded),e.off("modeChange",this.onFiveModeChange),e.off("interiaPan",this.onFiveInteriaPan),e.off("panoArrived",this.onFivePanoArrived),e.off("cameraUpdate",this.onFiveCameraUpdate),e.off("wantsGesture",this.onFiveWantsGesture),e.off("wantsPanGesture",this.onFiveWantsPanGesture),e.off("wantsTapGesture",this.onFiveWantsTapGesture),e.off("wantsChangeMode",this.onFiveWantsChangeMode),e.off("modelShownFloorChange",this.onModelShownFloorChange)}render(e){if(!this.state.enabled||!this.container||!this.data||this.size.width===0||this.showPromise)return;const i=oe(D({},this.state.config),{visible:this.state.visible,duration:e!=null?e:0,panoIndex:this.panoIndex,floorIndex:this.floorIndex,floorplanData:this.data,lastPanoramaLongitude:this.lastPanoramaLongitude,highlightData:this.highlightData});if(this.app)return this.app.$set(i);this.app=new Pl({target:this.container,intro:!0,props:i})}};const $v=(n,t)=>new Kv(n,t);function e0(n){const{latitude:t,longitude:e}=n,i=Math.abs(t-Math.PI/2)>5*Math.PI/180,s=e>5*(Math.PI/180)&&e<355*(Math.PI/180);return i||s}function t0(n){const{latitude:t,longitude:e}=n,i=Math.abs(t-Math.PI/2)<10*Math.PI/180,s=e<30*(Math.PI/180)||e>330*(Math.PI/180);return i&&s}let i0=class extends pi{constructor(e,i){var l,c;super(e);d(this,"name","modelFloorplanPlugin");d(this,"state");d(this,"data");d(this,"showState");d(this,"showPromise");d(this,"app");d(this,"panoIndex",0);d(this,"floorIndex",0);d(this,"selector");d(this,"showRejection");d(this,"wrapper");d(this,"container",document.createElement("div"));d(this,"lastPanoramaLongitude",0);d(this,"size",{width:0,height:0});d(this,"defaultMissingFloorConfig");d(this,"hasAddedEventListener",!1);d(this,"isHiddenByHideFunc",!1);d(this,"highlightData",{});d(this,"dispose",()=>{var e,i;this.removeEventListener(),(e=this.app)==null||e.$destroy(),this.app=void 0,(i=this.container)==null||i.remove(),this.data=void 0,this.wrapper=void 0,this.selector=void 0,this.hooks.emit("dispose")});d(this,"show",(...i)=>G(this,[...i],function*(e={}){if(!this.state.enabled||!this.showPromise&&this.state.visible)return;const s=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},s),this._show(e)}));d(this,"hide",(...i)=>G(this,[...i],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));d(this,"updateSize",()=>{if(!this.data||!this.container||!this.wrapper)return!1;const{min:e,max:i}=this.data.bounding,s=i.x-e.x,o=i.y-e.y,r=this.state.config.attachedTo?{attachedTo:this.state.config.attachedTo}:void 0,a=El(this.five,this.wrapper,this.floorIndex,r),l=Math.ceil(s*a),c=Math.ceil(o*a);return this.size.width===l&&this.size.height===c||(this.container.style.width=l+"px",this.container.style.height=c+"px",this.size={width:l,height:c}),!0});d(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});d(this,"unhighlight",()=>{this.highlightData={},this.render()});d(this,"_disable",e=>{var s,o,r;const{userAction:i}=e;this.hooks.emit("disable",{userAction:i}),(s=this.showRejection)==null||s.call(this,Dt.BreakOffByDisable),this.showPromise=void 0,(o=this.app)==null||o.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});d(this,"_enable",e=>{const{userAction:i}=e;this.addEventListener(),this.wrapper&&(this.wrapper.append(this.container),this.hooks.emit("enable",{userAction:i}),this.state.visible&&this._show({userAction:i}))});d(this,"_show",e=>G(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.five.model)!=null&&r.loaded))throw new Error(Dt.ModelNotLoaded);if(!this.data)throw new Error(Dt.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=D(D({},i),e),o=()=>G(this,null,function*(){this.hooks.emit("show",{userAction:s.userAction,auto:s.isAutoShow});let a=!1,l;this.showRejection=u=>{a=!0,l=u};const[c]=yield qi(jf(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(Dt.UnknownError);if(!this.updateSize())throw new Error(Dt.UpdateSizeError);this.updatePosition(),this.floorIndex=s.floorIndex,this.five.model.show(this.floorIndex)});return this.isHiddenByHideFunc=!1,this.showPromise=o().then(()=>{this.showPromise=void 0,this.showRejection=void 0;const a=s.modelOpacity,l=s.immediately?0:Tf;Rn(this.five,a,l),this.render(l),this.hooks.emit("showAnimationEnded",{auto:s.isAutoShow,userAction:s.userAction})}).catch(a=>{if(this.showPromise=void 0,this.showRejection=void 0,this.updateState({visible:!1},s.userAction),!s.isAutoShow&&a instanceof Error)throw a}),this.showPromise}));d(this,"_hide",e=>{var o;(o=this.showRejection)==null||o.call(this,Dt.BreakOffByHide),this.showPromise=void 0;const s=D(D({},{userAction:!0,isAutoHide:!1}),e);Rn(this.five,1,0),this.hooks.emit("hide",{auto:s.isAutoHide,userAction:s.userAction}),this.render()});d(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click"))return!1});d(this,"onFiveModelLoaded",()=>{const i=this.five.model.bounding.getCenter(new w.Vector3);if(this.showState.offset=i,this.state.enabled===!1||this.wrapper||!this.selector)return;const s=this.selector instanceof Element?this.selector:document.querySelector(this.selector);if(!s)throw new Error("不正确的父容器选择器");this.wrapper=s,s.append(this.container)});d(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});d(this,"onFiveInteriaPan",(e,i)=>{if(!i||this.state.visible||this.state.config.autoShowEnable===!1||this.isHiddenByHideFunc)return;const s=this.five.getCurrentState();s.mode===this.showState.mode&&t0(s)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0}))});d(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});d(this,"onFiveCameraUpdate",(e,i)=>{if(!this.state.visible||this.showPromise)return;const s=this.five.getCurrentState();this.updatePosition(),this.updateSize(),e0(s)&&(this.updateState({visible:!1},i),this._hide({userAction:i}))});d(this,"onFiveWantsPanGesture",(e,i)=>{if(this.five.getCurrentState().mode===this.showState.mode&&this.state.config.autoShowEnable!==!1&&i&&this.state.visible)return this.five.updateCamera(Vn(this.showState,["offset"]),0),!1});d(this,"onFiveWantsTapGesture",()=>this.handleClick());d(this,"onFiveWantsChangeMode",(e,i)=>{i==="Panorama"&&e===this.showState.mode&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});d(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const i=this.five.getCurrentState().panoIndex;this.floorIndex=this.five.work.observers[i].floorIndex;return}this.floorIndex=e,this.updateSize(),this.render()}});i!=null&&i.selector&&(this.selector=i.selector,console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法")),this.showState={mode:"Mapview",longitude:0,latitude:Math.PI/2},this.defaultMissingFloorConfig={imageURL:this.staticPrefix+"/release/web/saas/missing-floorplan.e274c596.png",imageWidth:200,imageHeight:120,text:(c=(l=i.i18n)==null?void 0:l.call(i,"暂无平面图"))!=null?c:"暂无平面图",textFontSize:14};const s={northDesc:"北",modelOpacity:1,cameraEnable:!0,highlightEnable:!1,hoverEnable:!0,compassEnable:!0,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,roomAreaEnable:!0,roomNameEnable:!0,roomDimensionEnable:!0,cameraImageUrl:Ei,attachedTo:Pi.BOUNDING_CENTER,getLabelElement:void 0,adaptiveRoomLabelVisibleEnable:!0,missingFloorConfig:D(D({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:h=>h,getRoomAreaText:h=>(h/1e6).toFixed(1)+"㎡",getRoomDimensionText:(h,u)=>(h/1e3).toFixed(1)+"m × "+(u/1e3).toFixed(1)+"m",getRuleDistanceText:h=>h.toString()},o=i?Vn(i,["selector","scale"]):{},r=D(D({},s.missingFloorConfig),o.missingFloorConfig),a=oe(D(D({},s),o),{missingFloorConfig:r});this.state={enabled:!0,visible:!1,config:a},this.initContainer(),e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.once("dispose",this.dispose),this.addEventListener()}load(e,i,s=!0){return G(this,null,function*(){function o(h){return Object.prototype.hasOwnProperty.apply(h,["version"])}const r=e;r&&Hs(r.version)&&console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");const a=JSON.parse(JSON.stringify(e)),l=o(a)?a.data:a,c=this.data;this.data=yield Mi(l),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,c),i&&this.updateState(i,s),this.render()})}appendTo(e){if(this.wrapper=e,!!this.state.enabled)return e.appendChild(this.container),this.render(),this}enable(e={}){if(this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||i),this._enable({userAction:i})}disable(e={}){if(!this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||i),this._disable({userAction:i})}setState(e,i={}){const s=this.state,o=i.userAction!==void 0?i.userAction:!0;if(this.updateState(e,o),e.enabled!==void 0&&s.enabled!==e.enabled&&(e.enabled?this._enable({userAction:o}):this._disable({userAction:o})),e.visible!==void 0&&s.visible!==e.visible){const r={userAction:o};e.visible?this._show(r):this._hide(r)}}changeConfigs(e,i=!0){this.updateState({config:e},i),this.render()}updatePosition(){var a;const e=Il(this.five,this.floorIndex,this.state.config.attachedTo),i=(a=this.five.model)==null?void 0:a.bounding.getCenter(new w.Vector3).setY(e);if(!i)return;const s=i.clone().project(this.five.camera),o=(s.x+1)/2,r=-(s.y-1)/2;this.container.style.left=o*100+"%",this.container.style.top=r*100+"%"}formatData(e){return G(this,null,function*(){return yield Mi(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?D(D({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?oe(D(D({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=oe(D(D({},this.state),e),{config:r}),!bt(this.state,s,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}initContainer(){this.container.classList.add("floorplan-plugin"),Object.assign(this.container.style,{position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",zIndex:10,pointerEvents:"none"}),this.five.addExtraElement(this.container)}addEventListener(){if(!this.state.enabled||this.hasAddedEventListener)return;const e=this.five;e.on("modeChange",this.onFiveModeChange),e.on("interiaPan",this.onFiveInteriaPan),e.on("panoArrived",this.onFivePanoArrived),e.on("cameraUpdate",this.onFiveCameraUpdate),e.on("wantsPanGesture",this.onFiveWantsPanGesture),e.on("wantsTapGesture",this.onFiveWantsTapGesture),e.on("wantsChangeMode",this.onFiveWantsChangeMode),e.on("modelShownFloorChange",this.onModelShownFloorChange)}removeEventListener(){const e=this.five;this.hasAddedEventListener=!1,e.off("modelLoaded",this.onFiveModelLoaded),e.off("modeChange",this.onFiveModeChange),e.off("panoArrived",this.onFivePanoArrived),e.off("cameraUpdate",this.onFiveCameraUpdate),e.off("wantsPanGesture",this.onFiveWantsPanGesture),e.off("wantsTapGesture",this.onFiveWantsTapGesture),e.off("wantsChangeMode",this.onFiveWantsChangeMode),e.off("modelShownFloorChange",this.onModelShownFloorChange)}render(e){if(!this.state.enabled||!this.container||!this.data||this.size.width===0||this.showPromise)return;const i=oe(D({},this.state.config),{visible:this.state.visible,duration:e!=null?e:0,panoIndex:this.panoIndex,floorIndex:this.floorIndex,floorplanData:this.data,lastPanoramaLongitude:this.lastPanoramaLongitude,highlightData:this.highlightData});if(this.app)return this.app.$set(i);this.app=new Pl({target:this.container,intro:!0,props:i})}};const n0=(n,t)=>new i0(n,t);let s0=class extends pi{constructor(e,i){var l,c;super(e);d(this,"name","topviewFloorplanPlugin");d(this,"state");d(this,"data");d(this,"app");d(this,"selector");d(this,"panoIndex",0);d(this,"floorIndex",0);d(this,"wrapper");d(this,"container",document.createElement("div"));d(this,"lastPanoramaLongitude",0);d(this,"size",{width:0,height:0});d(this,"defaultMissingFloorConfig");d(this,"hasAddedEventListener",!1);d(this,"isHiddenByHideFunc",!1);d(this,"highlightData",{});d(this,"updateSize",()=>{if(!this.data||!this.container||!this.wrapper||this.five.getCurrentState().mode!=="Topview")return!1;const{min:e,max:i}=this.data.bounding,s=i.x-e.x,o=i.y-e.y,r=this.state.config.attachedTo?{attachedTo:this.state.config.attachedTo}:void 0,a=El(this.five,this.wrapper,this.floorIndex,r),l=Math.ceil(s*a),c=Math.ceil(o*a);return this.size.width===l&&this.size.height===c||(this.container.style.width=l+"px",this.container.style.height=c+"px",this.size={width:l,height:c}),!0});d(this,"dispose",()=>{var e,i;this.removeEventListener(),(e=this.app)==null||e.$destroy(),this.app=void 0,(i=this.container)==null||i.remove(),this.data=void 0,this.wrapper=void 0,this.selector=void 0,this.hooks.emit("dispose")});d(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});d(this,"unhighlight",()=>{this.highlightData={},this.render()});d(this,"_disable",e=>{var s,o;const{userAction:i}=e;(s=this.app)==null||s.$destroy(),this.app=void 0,(o=this.container)==null||o.remove(),this.removeEventListener(),this.hooks.emit("disable",{userAction:i})});d(this,"onFiveModelLoaded",()=>{if(this.state.enabled===!1||this.wrapper||!this.selector)return;const e=this.selector instanceof Element?this.selector:document.querySelector(this.selector);if(!e)throw new Error("不正确的父容器选择器");this.wrapper=e,e.append(this.container)});d(this,"onFiveModeChange",(...[e,,,,i])=>{e!=="Topview"&&this.state.visible&&(this.updateState({visible:!1},i),this._hide({userAction:i}))});d(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});d(this,"onFiveCameraUpdate",(e,i)=>{this.state.visible&&(this.updatePosition(),this.updateSize())});d(this,"onFiveWantsGesture",e=>{if(!(e!=="pan"&&e!=="pinch"&&e!=="mouseWheel")&&this.state.visible&&!this.state.config.gestureEnable)return!1});d(this,"onFiveWantsMoveToPano",()=>{if(this.state.visible&&this.state.config.preventRoomClick)return!1});d(this,"onFiveInitAnimationEnded",(...[,,e])=>{const{mode:i}=this.five.getCurrentState();i==="Topview"&&!this.isHiddenByHideFunc&&!this.state.visible&&this.state.config.autoShowEnable&&(this.updateState({visible:!0},e),this._show({userAction:e}))});d(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const i=this.five.getCurrentState().panoIndex;this.floorIndex=this.five.work.observers[i].floorIndex;return}this.floorIndex=e,this.updateSize(),this.render()}});i!=null&&i.selector&&(this.selector=i.selector,console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法")),this.defaultMissingFloorConfig={imageURL:this.staticPrefix+"/release/web/saas/missing-floorplan.e274c596.png",imageWidth:200,imageHeight:120,text:(c=(l=i.i18n)==null?void 0:l.call(i,"暂无平面图"))!=null?c:"暂无平面图",textFontSize:14};const s={northDesc:"北",modelOpacity:1,cameraEnable:!0,hoverEnable:!0,highlightEnable:!1,compassEnable:!0,gestureEnable:!1,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,roomAreaEnable:!0,roomNameEnable:!0,roomDimensionEnable:!0,cameraImageUrl:Ei,attachedTo:Pi.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:D(D({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:h=>h,adaptiveRoomLabelVisibleEnable:!0,getRoomAreaText:h=>(h/1e6).toFixed(1)+"㎡",getRoomDimensionText:(h,u)=>(h/1e3).toFixed(1)+"m × "+(u/1e3).toFixed(1)+"m",getRuleDistanceText:h=>h.toString()},o=i?Vn(i,["selector","scale"]):{},r=D(D({},s.missingFloorConfig),o.missingFloorConfig),a=oe(D(D({},s),o),{missingFloorConfig:r});this.state={enabled:!0,visible:!1,config:a},this.initContainer(),e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.once("dispose",this.dispose),this.addEventListener()}load(e,i,s=!0){return G(this,null,function*(){function o(h){return Object.prototype.hasOwnProperty.apply(h,["version"])}const r=e;r&&Hs(r.version)&&console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");const a=JSON.parse(JSON.stringify(e)),l=o(a)?a.data:a,c=this.data;this.data=yield Mi(l),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,c),i&&this.updateState(i,s),this.render()})}updatePosition(){var a;const e=Il(this.five,this.floorIndex,this.state.config.attachedTo),i=(a=this.five.model)==null?void 0:a.bounding.getCenter(new w.Vector3).setY(e);if(!i)return;const s=i.clone().project(this.five.camera),o=(s.x+1)/2,r=-(s.y-1)/2;this.container.style.left=o*100+"%",this.container.style.top=r*100+"%"}appendTo(e){if(this.wrapper=e,!!this.state.enabled)return e.appendChild(this.container),this.render(),this}show(){return G(this,arguments,function*(e={}){if(this.state.visible)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},i),this._show({userAction:i})})}hide(){return G(this,arguments,function*(e={}){if(this.isHiddenByHideFunc=!0,!this.state.visible)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!1},i),this._hide({userAction:i})})}enable(e={}){if(this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||i),this._enable({userAction:i})}disable(e={}){if(!this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||i),this._disable({userAction:i})}setState(e,i={}){const s=this.state,o=i.userAction!==void 0?i.userAction:!0;if(this.updateState(e,o),e.enabled!==void 0&&s.enabled!==e.enabled){const r={userAction:o};e.enabled?this._enable(r):this._disable(r)}if(e.visible!==void 0&&s.visible!==e.visible){const r={userAction:o};e.visible?this._show(r):this._hide(r)}}changeConfigs(e,i=!0){this.updateState({config:e},i),this.render()}formatData(e){return G(this,null,function*(){return yield Mi(e.data)})}_show(e){return G(this,null,function*(){if(!this.state.enabled)return;this.isHiddenByHideFunc=!1;const{userAction:i}=e;this.hooks.emit("show",{userAction:i,auto:!1}),this.five.getCurrentState().mode!=="Topview"&&(yield Ml(this.five,["Topview",void 0,void 0,i])),this.five.model.show(this.floorIndex),this.updatePosition(),this.updateSize();const s=500,o=this.state.config.modelOpacity;Rn(this.five,o,s),this.hooks.emit("showAnimationEnded",{userAction:i,auto:!1}),this.render()})}_hide(e){return G(this,null,function*(){if(!this.state.enabled)return;const{userAction:i}=e;this.hooks.emit("hide",{userAction:i,auto:!1});const s=1,o=0;Rn(this.five,s,o),this.render()})}_enable(e){const{userAction:i}=e;this.addEventListener(),this.wrapper&&this.wrapper.append(this.container),this.hooks.emit("enable",{userAction:i}),this.state.visible&&this._show({userAction:i})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?D(D({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?oe(D(D({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=oe(D(D({},this.state),e),{config:r}),!bt(this.state,s,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}addEventListener(){if(!this.state.enabled||this.hasAddedEventListener)return;const e=this.five;e.on("modeChange",this.onFiveModeChange),e.on("panoArrived",this.onFivePanoArrived),e.on("cameraUpdate",this.onFiveCameraUpdate),e.on("wantsGesture",this.onFiveWantsGesture),e.on("wantsMoveToPano",this.onFiveWantsMoveToPano),e.on("initAnimationEnded",this.onFiveInitAnimationEnded),e.on("modelShownFloorChange",this.onModelShownFloorChange)}removeEventListener(){const e=this.five;this.hasAddedEventListener=!1,e.off("modeChange",this.onFiveModeChange),e.off("panoArrived",this.onFivePanoArrived),e.off("cameraUpdate",this.onFiveCameraUpdate),e.off("wantsGesture",this.onFiveWantsGesture),e.off("wantsMoveToPano",this.onFiveWantsMoveToPano),e.off("initAnimationEnded",this.onFiveInitAnimationEnded),e.off("modelShownFloorChange",this.onModelShownFloorChange)}initContainer(){this.container.classList.add("floorplan-plugin"),Object.assign(this.container.style,{position:"absolute",left:"50%",top:"50%",transform:"translate3d(-50%, -50%, 10px)",zIndex:10,pointerEvents:"none","will-change":"width, height"}),this.five.addExtraElement(this.container)}render(e){if(!this.state.enabled||!this.container||!this.data||this.size.width===0)return;const i=oe(D({},this.state.config),{visible:this.state.visible,duration:e!=null?e:0,panoIndex:this.panoIndex,floorIndex:this.floorIndex,floorplanData:this.data,lastPanoramaLongitude:this.lastPanoramaLongitude,highlightData:this.highlightData});if(this.app)return this.app.$set(i);this.app=new Pl({target:this.container,intro:!0,props:i})}};const o0=(n,t)=>new s0(n,t);function kl(n,t=200){let e;return function(...i){e||(n(...i),e=setTimeout(function(){e=null},t))}}function r0(n){ge(n,"svelte-1nqrlxd",".plugin-radar__camera-wrapper.svelte-1nqrlxd{width:100%;height:100%;position:absolute;pointer-events:none}.plugin-radar__camera-position.svelte-1nqrlxd{position:absolute;left:0;top:0;width:0;height:0;transform:none;pointer-events:none;transition:transform 1s linear}.plugin-radar__camera-rotate.svelte-1nqrlxd{position:absolute;left:-0.9375rem;top:-0.9375rem;width:1.0625rem;height:1.0625rem;transform-origin:0.9375rem 0.9375rem;transform:rotate(45deg);background-repeat:no-repeat;background-size:100%}")}function a0(n){let t,e,i;return{c(){t=S("div"),e=S("div"),i=S("div"),C(i,"class","plugin-radar__camera-rotate svelte-1nqrlxd"),T(i,"background-image","url("+(n[0]||Ei)+")"),T(i,"transform",n[1]),C(e,"class","plugin-radar__camera-position svelte-1nqrlxd"),T(e,"transform",n[2]),C(t,"class","plugin-radar__camera-wrapper svelte-1nqrlxd"),T(t,"opacity",n[3]?1:0)},m(s,o){B(s,t,o),L(t,e),L(e,i)},p(s,[o]){o&1&&T(i,"background-image","url("+(s[0]||Ei)+")"),(o&1||o&3)&&T(i,"transform",s[1]),o&4&&T(e,"transform",s[2]),o&8&&T(t,"opacity",s[3]?1:0)},i:J,o:J,d(s){s&&z(t)}}}function l0(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function c0(n,t,e){var y,P;let i,s,o,r,{five:a}=t,{pxmm:l}=t,{floorplanData:c}=t,{cameraImageUrl:h}=t,u=a.getCurrentState().panoIndex,f=a.getCurrentState().longitude,g=(P=(y=a.work.observers[a.getCurrentState().panoIndex])==null?void 0:y.floorIndex)!=null?P:0;function A(E,k){const I=E.bounding,j=E.observers[k];if(!j)return"";const R=(I.max.x-I.min.x)*l,U=(I.max.y-I.min.y)*l,W=Math.floor(j.positionInImage.x*R),N=Math.floor(j.positionInImage.y*U);return`translate(${W}px, ${N}px)`}function p(E){e(7,u=E)}function m(E){e(9,g=a.work.observers[E].floorIndex)}const v=kl(E=>{e(8,f=E.longitude)},1e3/60);return It(()=>(a.on("panoWillArrive",p),a.on("panoArrived",m),a.on("cameraDirectionUpdate",v),function(){a.off("panoWillArrive",p),a.off("panoArrived",m),a.off("cameraDirectionUpdate",v)})),n.$$set=E=>{"five"in E&&e(4,a=E.five),"pxmm"in E&&e(5,l=E.pxmm),"floorplanData"in E&&e(6,c=E.floorplanData),"cameraImageUrl"in E&&e(0,h=E.cameraImageUrl)},n.$$.update=()=>{n.$$.dirty&576&&e(10,i=c.floorDatas[g]),n.$$.dirty&1024&&e(3,s=i.rooms.length>0),n.$$.dirty&192&&e(2,o=A(c,u)),n.$$.dirty&256&&e(1,r=l0(f))},[h,r,o,s,a,l,c,u,f,g,i]}class h0 extends ce{constructor(t){super(),le(this,t,c0,a0,ae,{five:4,pxmm:5,floorplanData:6,cameraImageUrl:0},r0)}}function d0(n){ge(n,"svelte-1i87fz7",".plugin-pano-floorplan__extra-objects.svelte-1i87fz7{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.plugin-pano-floorplan__extra-object-item--position.svelte-1i87fz7{position:absolute;width:0;height:0}.plugin-pano-floorplan__extra-object-item.svelte-1i87fz7{transform:translate(-50%, -50%)}")}function _c(n,t,e){const i=n.slice();return i[1]=t[e],i}function Wc(n,t){let e,i,s=`${t[1].icon.width/16}rem`,o=`${t[1].icon.height/16}rem`,r,a=`${t[1].positionInImage.y*100}%`,l=`${t[1].positionInImage.x*100}%`;return{key:n,first:null,c(){e=S("div"),i=S("div"),r=$(),C(i,"class","plugin-pano-floorplan__extra-object-item svelte-1i87fz7"),T(i,"background-image",`url(${t[1].icon.url})`),T(i,"width",s),T(i,"height",o),C(e,"class","plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"),T(e,"top",a),T(e,"left",l),this.first=e},m(c,h){B(c,e,h),L(e,i),L(e,r)},p(c,h){t=c,h&1&&T(i,"background-image",`url(${t[1].icon.url})`);const u=h&1;u&&T(i,"width",s),u&&T(i,"height",o),h&1&&a!==(a=`${t[1].positionInImage.y*100}%`)&&T(e,"top",a),h&1&&l!==(l=`${t[1].positionInImage.x*100}%`)&&T(e,"left",l)},d(c){c&&z(e)}}}function u0(n){let t,e=[],i=new Map,s=n[0];const o=r=>r[1].id;for(let r=0;r<s.length;r+=1){let a=_c(n,s,r),l=o(a);i.set(l,e[r]=Wc(l,a))}return{c(){t=S("div");for(let r=0;r<e.length;r+=1)e[r].c();C(t,"class","plugin-pano-floorplan__extra-objects svelte-1i87fz7")},m(r,a){B(r,t,a);for(let l=0;l<e.length;l+=1)e[l]&&e[l].m(t,null)},p(r,[a]){a&1&&(s=r[0],e=_t(e,a,o,1,r,s,i,t,yl,Wc,null,_c))},i:J,o:J,d(r){r&&z(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function f0(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}class g0 extends ce{constructor(t){super(),le(this,t,f0,u0,ae,{extraObjects:0},d0)}}function m0(n){ge(n,"svelte-18287ai",".missing-floor-wrapper.svelte-18287ai{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:flex;justify-content:center;align-items:center}.missing-floor-image.svelte-18287ai{max-width:100%;max-height:100%}")}function p0(n){let t,e,i,s,o,r;const a=[{floorIndex:n[2],floorplanData:n[4]}];let l={};for(let h=0;h<a.length;h+=1)l=ft(l,a[h]);t=new kf({props:l}),i=new g0({props:{extraObjects:n[7]}});let c=n[3]&&Uc(n);return{c(){se(t.$$.fragment),e=$(),se(i.$$.fragment),s=$(),c&&c.c(),o=we()},m(h,u){ie(t,h,u),B(h,e,u),ie(i,h,u),B(h,s,u),c&&c.m(h,u),B(h,o,u),r=!0},p(h,u){const f=u&20?yt(a,[{floorIndex:h[2],floorplanData:h[4]}]):{};t.$set(f);const g={};u&128&&(g.extraObjects=h[7]),i.$set(g),h[3]?c?(c.p(h,u),u&8&&x(c,1)):(c=Uc(h),c.c(),x(c,1),c.m(o.parentNode,o)):c&&(ue(),O(c,1,1,()=>{c=null}),fe())},i(h){r||(x(t.$$.fragment,h),x(i.$$.fragment,h),x(c),r=!0)},o(h){O(t.$$.fragment,h),O(i.$$.fragment,h),O(c),r=!1},d(h){ne(t,h),h&&z(e),ne(i,h),h&&z(s),c&&c.d(h),h&&z(o)}}}function A0(n){let t,e,i;return{c(){t=S("div"),e=S("img"),C(e,"class","missing-floor-image svelte-18287ai"),at(e.src,i=n[6])||C(e,"src",i),C(e,"alt","缺省楼层"),C(t,"class","missing-floor-wrapper svelte-18287ai")},m(s,o){B(s,t,o),L(t,e)},p(s,o){o&64&&!at(e.src,i=s[6])&&C(e,"src",i)},i:J,o:J,d(s){s&&z(t)}}}function Uc(n){let t,e;const i=[{five:n[0],pxmm:n[1],floorIndex:n[2],floorplanData:n[4],onRoomHeightClick:n[9],highlightData:n[5],hoveredRoom:void 0}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new Df({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&567?yt(i,[{five:o[0],pxmm:o[1],floorIndex:o[2],floorplanData:o[4],onRoomHeightClick:o[9],highlightData:o[5],hoveredRoom:void 0}]):{};t.$set(a)},i(o){e||(x(t.$$.fragment,o),e=!0)},o(o){O(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function v0(n){let t,e,i,s;const o=[A0,p0],r=[];function a(l,c){return l[8]?1:0}return t=a(n),e=r[t]=o[t](n),{c(){e.c(),i=we()},m(l,c){r[t].m(l,c),B(l,i,c),s=!0},p(l,[c]){let h=t;t=a(l),t===h?r[t].p(l,c):(ue(),O(r[h],1,1,()=>{r[h]=null}),fe(),e=r[t],e?e.p(l,c):(e=r[t]=o[t](l),e.c()),x(e,1),e.m(i.parentNode,i))},i(l){s||(x(e),s=!0)},o(l){O(e),s=!1},d(l){r[t].d(l),l&&z(i)}}}function b0(n,t,e){let i,s,o,{five:r}=t,{pxmm:a}=t,{floorIndex:l}=t,{hoverEnable:c}=t,{floorplanData:h}=t,{extraObjects:u=[]}=t,{highlightData:f}=t,{missingFloorImageUrl:g}=t;const A=void 0;return n.$$set=p=>{"five"in p&&e(0,r=p.five),"pxmm"in p&&e(1,a=p.pxmm),"floorIndex"in p&&e(2,l=p.floorIndex),"hoverEnable"in p&&e(3,c=p.hoverEnable),"floorplanData"in p&&e(4,h=p.floorplanData),"extraObjects"in p&&e(10,u=p.extraObjects),"highlightData"in p&&e(5,f=p.highlightData),"missingFloorImageUrl"in p&&e(6,g=p.missingFloorImageUrl)},n.$$.update=()=>{n.$$.dirty&20&&e(11,i=h.floorDatas[l]),n.$$.dirty&2048&&e(8,s=i.rooms.length>0),n.$$.dirty&1028&&e(7,o=u==null?void 0:u.filter(p=>p.floorIndex===l))},[r,a,l,c,h,f,g,o,s,A,u,i]}class y0 extends ce{constructor(t){super(),le(this,t,b0,v0,ae,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorImageUrl:6},m0)}}function w0(n){ge(n,"svelte-1mvqyqq",".plugin-floorplan-radar.svelte-1mvqyqq{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.plugin-floorplan-radar-container.svelte-1mvqyqq{position:relative}")}function Yc(n){let t,e,i,s,o=n[8]!==0&&Xc(n);return{c(){t=S("div"),o&&o.c(),C(t,"class","plugin-floorplan-radar svelte-1mvqyqq")},m(r,a){B(r,t,a),o&&o.m(t,null),e=!0,i||(s=[Gt(Ti.call(null,t)),Ae(t,"clientWidth",n[14]),Ae(t,"clientHeight",n[15])],i=!0)},p(r,a){r[8]!==0?o?(o.p(r,a),a&256&&x(o,1)):(o=Xc(r),o.c(),x(o,1),o.m(t,null)):o&&(ue(),O(o,1,1,()=>{o=null}),fe())},i(r){e||(x(o),e=!0)},o(r){O(o),e=!1},d(r){r&&z(t),o&&o.d(),i=!1,tt(s)}}}function Xc(n){let t,e,i,s,o=`${n[10]}px`,r=`${n[13]}px`,a;const l=[{five:n[0],pxmm:n[11],floorIndex:n[12],floorplanData:n[3],hoverEnable:n[2],extraObjects:n[5],highlightData:n[6],missingFloorImageUrl:n[7]}];let c={};for(let f=0;f<l.length;f+=1)c=ft(c,l[f]);e=new y0({props:c});const h=[{pxmm:n[11],five:n[0],floorplanData:n[3],cameraImageUrl:n[4]}];let u={};for(let f=0;f<h.length;f+=1)u=ft(u,h[f]);return s=new h0({props:u}),{c(){t=S("div"),se(e.$$.fragment),i=$(),se(s.$$.fragment),C(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),T(t,"width",o),T(t,"height",r)},m(f,g){B(f,t,g),ie(e,t,null),L(t,i),ie(s,t,null),a=!0},p(f,g){const A=g&6381?yt(l,[{five:f[0],pxmm:f[11],floorIndex:f[12],floorplanData:f[3],hoverEnable:f[2],extraObjects:f[5],highlightData:f[6],missingFloorImageUrl:f[7]}]):{};e.$set(A);const p=g&2073?yt(h,[{pxmm:f[11],five:f[0],floorplanData:f[3],cameraImageUrl:f[4]}]):{};s.$set(p),g&1024&&o!==(o=`${f[10]}px`)&&T(t,"width",o),g&8192&&r!==(r=`${f[13]}px`)&&T(t,"height",r)},i(f){a||(x(e.$$.fragment,f),x(s.$$.fragment,f),a=!0)},o(f){O(e.$$.fragment,f),O(s.$$.fragment,f),a=!1},d(f){f&&z(t),ne(e),ne(s)}}}function C0(n){let t,e,i=n[1]&&Yc(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&x(i,1)):(i=Yc(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function P0(n,t,e){var E,k;let{five:i}=t,{visible:s}=t,{hoverEnable:o}=t,{floorplanData:r}=t,{cameraImageUrl:a}=t,{extraObjects:l=[]}=t,{highlightData:c}=t,{missingFloorImageUrl:h}=t,u=0,f=(k=(E=i.work.observers[i.getCurrentState().panoIndex])==null?void 0:E.floorIndex)!=null?k:0,g=0,A=0,p=0,m=0;function v(I){e(12,f=i.work.observers[I].floorIndex)}It(()=>(i.on("panoArrived",v),()=>{i.off("panoArrived",v)}));const y=I=>{e(8,g=I.detail)},P=I=>{e(9,A=I.detail)};return n.$$set=I=>{"five"in I&&e(0,i=I.five),"visible"in I&&e(1,s=I.visible),"hoverEnable"in I&&e(2,o=I.hoverEnable),"floorplanData"in I&&e(3,r=I.floorplanData),"cameraImageUrl"in I&&e(4,a=I.cameraImageUrl),"extraObjects"in I&&e(5,l=I.extraObjects),"highlightData"in I&&e(6,c=I.highlightData),"missingFloorImageUrl"in I&&e(7,h=I.missingFloorImageUrl)},n.$$.update=()=>{if(n.$$.dirty&1800){const I=Math.min(g,A),{max:j,min:R}=r.bounding,U=j.x-R.x,W=j.y-R.y,N=function(){return U>W?[I,I/U*W]:[I/W*U,I]}();e(10,p=N[0]),e(13,m=N[1]),e(11,u=p/U)}},[i,s,o,r,a,l,c,h,g,A,p,u,f,m,y,P]}class I0 extends ce{constructor(t){super(),le(this,t,P0,C0,ae,{five:0,visible:1,hoverEnable:2,floorplanData:3,cameraImageUrl:4,extraObjects:5,highlightData:6,missingFloorImageUrl:7},w0)}}let E0=class extends pi{constructor(e,i){super(e);d(this,"name","panoFloorplanRadarPlugin");d(this,"state");d(this,"data");d(this,"app");d(this,"wrapperSelector","");d(this,"wrapper",null);d(this,"disposed",!1);d(this,"extraObjects",[]);d(this,"highlightData",{});d(this,"dispose",()=>{var e;this.disposed=!0,(e=this.app)==null||e.$destroy(),this.wrapper=null,this.wrapperSelector="",this.hooks.emit("dispose")});d(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});d(this,"unhighlight",()=>{this.highlightData={},this.render()});d(this,"_disable",e=>{var s;const{userAction:i}=e;(s=this.app)==null||s.$destroy(),this.app=void 0,this.hooks.emit("disable",{userAction:i})});this.five=e;const s={hoverEnable:!0,highlightEnable:!0,cameraImageUrl:Ei,missingFloorImageUrl:this.staticPrefix+"/release/web/saas/missing-floor.d687a5ed.png"},o=D(D({},s),i==null?void 0:i.configs);this.state={enabled:!0,visible:!0,config:o},i!=null&&i.wrapper&&console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法"),typeof(i==null?void 0:i.wrapper)=="string"?this.wrapperSelector=i.wrapper:(i==null?void 0:i.wrapper)instanceof Element&&(this.wrapper=i.wrapper),e.once("dispose",this.dispose)}load(e,i,s=!0){return G(this,null,function*(){function o(c){return Object.prototype.hasOwnProperty.apply(c,["version"])}const r=JSON.parse(JSON.stringify(e)),a=o(r)?r.data:r,l=this.data;this.data=yield Mi(a),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,l),i&&this.updateState(i,s),this.render()})}show(){return G(this,arguments,function*(e={}){if(this.state.visible)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},i),this._show({userAction:i})})}hide(){return G(this,arguments,function*(e={}){if(!this.state.visible)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!1},i),this._hide({userAction:i})})}enable(e={}){if(this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||i),this._enable({userAction:i})}disable(e={}){if(!this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||i),this._disable({userAction:i})}setState(e,i={}){const s=this.state,o=i.userAction!==void 0?i.userAction:!0;if(this.updateState(e,o),e.enabled!==void 0&&s.enabled!==e.enabled){const r={userAction:o};e.enabled?this._enable(r):this._disable(r)}if(e.visible!==void 0&&s.visible!==e.visible){const r={userAction:o};e.visible?this._show(r):this._hide(r)}}appendTo(e){this.wrapper!==e&&this.app&&(this.app.$destroy(),this.app=void 0),this.wrapper=e,this.render()}changeConfigs(e,i=!0){this.setState({config:e},{userAction:i}),this.render()}setExtraObjectsWith3DPositions(e){this.data&&(this.extraObjects=_v(e,this.five,this.data),this.render())}formatData(e){return G(this,null,function*(){return yield Mi(e.data)})}_enable(e){const{userAction:i}=e;this.hooks.emit("enable",{userAction:i}),this.state.visible&&this._show({userAction:i})}_show(e){if(this.disposed||!this.state.enabled)return;const{userAction:i}=e;this.hooks.emit("show",{userAction:i}),this.render()}_hide(e){if(this.disposed||!this.state.enabled)return;const{userAction:i}=e;this.hooks.emit("hide",{userAction:i}),this.render()}updateState(e,i){const s=this.state,o=e.config?D(D({},s.config),e.config):s.config;this.state=oe(D(D({},this.state),e),{config:o}),!bt(this.state,s,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}render(){if(this.disposed||!this.state.enabled)return;if(!this.wrapper&&this.wrapperSelector){const i=document.querySelector(this.wrapperSelector);this.wrapper=i}if(!this.data||!this.wrapper)return;const e=oe(D({},this.state.config),{five:this.five,floorplanData:this.data,visible:this.state.visible,extraObjects:this.extraObjects,highlightData:this.highlightData});this.app?this.app.$set(e):this.app=new I0({target:this.wrapper,props:e})}};const M0=(n,t)=>new E0(n,t),k0=[{type:0,floorType:1,roomType:"100900000012",name:"其他"},{type:1,floorType:1,roomType:"100900000002",name:"客厅"},{type:2,floorType:1,roomType:"100900000002",name:"餐厅"},{type:3,floorType:0,roomType:"100900000001",name:"卧室"},{type:4,floorType:0,roomType:"100900000001",name:"书房"},{type:5,floorType:3,roomType:"100900000004",name:"卫生间"},{type:6,floorType:3,roomType:"100900000004",name:"淋浴间"},{type:7,floorType:3,roomType:"100900000004",name:"洗手间"},{type:8,floorType:3,roomType:"100900000003",name:"厨房"},{type:9,floorType:1,roomType:"100900000003",name:"开放厨房",onlySubArea:!0},{type:10,floorType:0,roomType:"100900000001",name:"多功能间"},{type:11,floorType:0,roomType:"100900000009",name:"保姆间"},{type:12,floorType:4,roomType:"100900000005",name:"阳台"},{type:13,floorType:4,roomType:"100900000006",name:"露台"},{type:14,floorType:0,roomType:"100900000008",name:"储物间"},{type:15,floorType:0,roomType:"100900000013",name:"衣帽间"},{type:16,floorType:0,roomType:"100900000011",name:"阁楼"},{type:17,floorType:2,roomType:"100900000007",name:"花园"},{type:18,floorType:5,roomType:"100900000010",name:"车库"},{type:19,floorType:1,roomType:"100900000012",name:"电梯"},{type:20,floorType:1,roomType:"100900000012",name:"地下室"},{type:21,floorType:1,roomType:"100900000012",name:"天井"},{type:22,floorType:1,roomType:"100900000012",name:"阳光房"},{type:23,floorType:1,roomType:"100900000012",name:"过道"},{type:24,floorType:1,roomType:"100900000012",name:"楼梯间"},{type:25,floorType:1,roomType:"100900000012",name:"门厅"},{type:26,floorType:2,roomType:"100900000012",name:"入户花园"},{type:27,floorType:1,roomType:"100900000012",name:"玄关"},{type:28,floorType:1,roomType:"100900000012",name:"挑空"},{type:29,floorType:4,roomType:"100900000012",name:"晾晒区"},{type:30,floorType:4,roomType:"100900000012",name:"洗衣房"},{type:31,floorType:0,roomType:"100900000012",name:"娱乐区"},{type:32,floorType:0,roomType:"100900000012",name:"健身区"},{type:33,floorType:0,roomType:"100900000012",name:"接待区"},{type:34,floorType:0,roomType:"100900000012",name:"影音区"},{type:35,floorType:1,roomType:"100900000012",name:"餐饮区"},{type:36,floorType:1,roomType:"100900000012",name:"其他",onlySubArea:!0},{type:37,floorType:1,roomType:"100900000002",name:"起居室"},{type:38,floorType:0,roomType:"100900000001",name:"主卧"},{type:39,floorType:0,roomType:"100900000001",name:"次卧"},{type:40,floorType:0,roomType:"100900000001",name:"优化间"},{type:41,floorType:0,roomType:"100900000001",name:"办公室"},{type:42,floorType:0,roomType:"100900000001",name:"会议室"},{type:43,floorType:0,roomType:"100900000001",name:"洽谈间"},{type:44,floorType:1,roomType:"100900000002",name:"共享大厅"},{type:45,floorType:1,roomType:"100900000012",name:"水吧"},{type:46,floorType:0,roomType:"100900000015",name:"出入口"},{type:47,floorType:0,roomType:"100900000015",name:"大厅"},{type:48,floorType:0,roomType:"100900000015",name:"包厢"},{type:49,floorType:0,roomType:"100900000015",name:"其他"},{type:50,floorType:0,roomType:"100900000016",name:"出入口"},{type:51,floorType:0,roomType:"100900000016",name:"办公区"},{type:52,floorType:0,roomType:"100900000016",name:"老板间"},{type:53,floorType:0,roomType:"100900000016",name:"会议室"},{type:54,floorType:0,roomType:"100900000016",name:"休息区/水吧"},{type:55,floorType:0,roomType:"100900000016",name:"其他"},{type:56,floorType:2,roomType:"100900000012",name:"空中花园"},{type:57,floorType:0,roomType:"100900000001",name:"洋室"},{type:58,floorType:0,roomType:"100900000001",name:"和室"}],x0=[{type:0,description:"木质地板"},{type:1,description:"瓷砖地面"},{type:2,description:"户外地面"},{type:3,description:"卫生间地面"},{type:4,description:"阳台地面"},{type:5,description:"车库地面"}],D0=[{roomType:"100900000001",description:"室"},{roomType:"100900000002",description:"厅"},{roomType:"100900000003",description:"厨"},{roomType:"100900000004",description:"卫"},{roomType:"100900000005",description:"阳台"},{roomType:"100900000006",description:"露台"},{roomType:"100900000007",description:"花园"},{roomType:"100900000008",description:"储"},{roomType:"100900000009",description:"保姆间"},{roomType:"100900000010",description:"车库"},{roomType:"100900000011",description:"阁楼"},{roomType:"100900000012",description:"其他"},{roomType:"100900000013",description:"衣"},{roomType:"100900000015",description:"商铺"},{roomType:"100900000016",description:"写字楼"}],fa=(n,t,e)=>{const i=new w.Matrix4,s=new w.Euler(n,t,e,"YXZ");return i.makeRotationFromEuler(s),i},S0=(n,{scale:t,rotation:e,position:i})=>{if(t&&n.scale.set(t,t,t),e){const[s,o,r]=e;s&&n.applyMatrix4(fa(s,0,0)),o&&n.applyMatrix4(fa(0,o,0)),r&&n.applyMatrix4(fa(0,0,r))}return i&&n.position.set(i.x,i.y,i.z),n};function zf(n,t){n.traverse(e=>{var i;if(e.type==="Mesh"){const s=e,o=D({map:s.material.map||{}},t);s.material=new _.MeshBasicMaterial(o),s.renderOrder=1,((i=e.parent)==null?void 0:i.type)==="Mesh"&&(e.renderOrder=e.parent.renderOrder+1)}})}const T0=(n,t)=>{var p;const e=t.fbx_url||"//vrlab-image4.ljcdn.com/release/web/dipan2.f38a21cc.FBX",i=(p=t.north_rad)!=null?p:void 0,s={};let o={x:0,y:0,z:0},r=[0,0,0],a=1,l=i;n.on("modelLoaded",A);const c=m=>G(exports,null,function*(){var E;const v=(m==null?void 0:m.fbx_url)||e;if(l=(E=m==null?void 0:m.north_rad)!=null?E:i,typeof l!="number")throw new Error('"northRad"配置参数缺失:未配置指南针指向!');const P=yield new Fu.FBXLoader().loadAsync(v);return zf(P,{transparent:!0,side:w.DoubleSide,blending:w.AdditiveBlending}),s.object=P,A(),!0}),h=({latitude:m})=>{if(!s.object)return;const v=u(m);v&&(s.object.position.y=v)},u=m=>{if(s.yBase===void 0)return;const v=.6;if(m>=Math.PI/4)return s.yBase-(v+1.6);const y=m*(4/Math.PI);return s.yBase-(v*y+1.6)},f=()=>{if(!s.object)return;const m=u(n.getPose().latitude);m&&(s.object.position.y=m),n.scene.add(s.object),n.needsRender=!0,n.on("cameraDirectionUpdate",h)},g=()=>{s.object&&(n.scene.remove(s.object),n.needsRender=!0,n.off("cameraDirectionUpdate",h))};function A(){const m=s.object;if(!m)return;const v=n.model.bounding,y=v.max.x-v.min.x,P=v.max.z-v.min.z,E=Math.max(y,P),{max:{x:k,z:I},min:{x:j,y:R,z:U}}=v;s.yBase=R,o={x:(k+j)/2,y:R-1.6,z:(I+U)/2},r=[0,l-Math.PI/2,0],a=.0045*E,S0(m,{position:o,rotation:r,scale:a})}return{load:c,disable:g,enable:f}};function L0(n,t){var c,h,u,f,g;const e=(c=t==null?void 0:t.size)!=null?c:512,i=(h=t==null?void 0:t.fontSize)!=null?h:e*(35/256)*1.2,s=(u=t==null?void 0:t.backgroundColor)!=null?u:"rgba(0,0,0,0)",o=(f=t==null?void 0:t.fontColor)!=null?f:"#fff",r=(g=t==null?void 0:t.textAlign)!=null?g:"center",a=document.createElement("canvas");a.setAttribute("width",e+""),a.setAttribute("height",e+"");const l=a.getContext("2d");return l.fillStyle=s,l.fillRect(0,0,e,e),l.font=`${i}px "微软雅黑"`,l.textAlign=r,l.fillStyle=o,l.fillText(n,e/2,e*.7),new _.CanvasTexture(a)}const j0=({x:n,y:t,z:e})=>new _.Vector3(n,t,e),z0=(n,t)=>{var p,m,v;const e={},i=(p=t.animationEnabled)!=null?p:!0,s=(m=t.position)!=null?m:void 0,o=(v=t.rad)!=null?v:void 0,r=t.fbx_url||"//vrlab-image4.ljcdn.com/release/web/entryDoorMini/Anim_Door1.fbx",a=[],l=y=>G(exports,null,function*(){var W,N,Q,H,F,Y,Z,q;const P=(W=y==null?void 0:y.position)!=null?W:s;if(!P)return Promise.reject(new Error("ModelEntryDoorGuidePlugin.load(): position is undefined"));const E=j0(P),k=(N=y==null?void 0:y.rad)!=null?N:o,I=(Q=y==null?void 0:y.fbx_url)!=null?Q:r;if(e.rad=k,k===void 0)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): rad is ${k}`));const j=yield new Fu.FBXLoader().loadAsync(I);j.position.copy(E),j.rotation.z=k,j.scale.set(.8,.8,.8),zf(j,{transparent:!0,side:w.DoubleSide});const R=(Z=(Y=(F=(H=j.children)==null?void 0:H[0])==null?void 0:F.children)==null?void 0:Y[3])==null?void 0:Z.clone();if(!R)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): textMesh is ${R}`));const U=(q=t.name)!=null?q:"入户门";return R.material=new _.MeshBasicMaterial({transparent:!0,map:L0(U)}),R.renderOrder=3,j.children[0].add(R),e.object=j,!0}),c=()=>{if(e.animation)return;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.initAnimation(): state.object is ",e.object);const y=1,P=new _.AnimationMixer(e.object);a.push(P);const E=P.clipAction(e.object.animations[0]);E.timeScale=y;let k;const I=()=>{let W=0,N=0;const Q=1e3/30,H=F=>{W=requestAnimationFrame(H);const Y=F-N;Y<Q||(N=F,a.forEach(Z=>Z.update(Y/1e3)),n.needsRender=!0)};return W=requestAnimationFrame(H),()=>{cancelAnimationFrame(W)}},U={play:()=>{k||(E.play(),k=I(),requestAnimationFrame(()=>{e.object&&e.object.rotation.z!==e.rad&&(e.object.rotation.z=e.rad)}))},stop:()=>{E.stop(),k==null||k(),k=void 0}};e.animation=U},h=y=>{var E;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.enable(): object is ",e.object);((E=y==null?void 0:y.animationEnable)!=null?E:i)&&(e.animation||c(),e.animation.play()),n.scene.add(e.object),n.needsRender=!0},u=()=>{e.object&&(e.animation&&e.animation.stop(),n.scene.remove(e.object),n.needsRender=!0)},f=y=>y==="Floorplan"?h():u();return{load:l,enable:y=>(e.enabled||(e.enabled=!0,f(n.currentMode),n.on("modeChange",f),h(y)),!0),disable:()=>(e.enabled&&(e.enabled=!1,u(),n.off("modeChange",f)),!0)}},O0=Nt;function B0(n,t,e,i=O0.Linear.None){const s=new rr(n).to(t,e).easing(i);lr(()=>s.start(0));const o=Wn(a=>{s.update(a)===!1&&o()}),r=[];return s.onDestroy=a=>(r.push(a),s),s.destroy=function(){this.stop(),Object.assign(s,{_onStartCallback:null,_onUpdateCallback:null,_onCompleteCallback:null,_onStopCallbackL:null});let a;for(;a=r.shift();)a();o()},s}function V0(n,t){return B0({progress:0},{progress:1},n,t)}var Of=(n=>(n.Move="Move",n.Rotate="Rotate",n))(Of||{}),Jt=(n=>(n.Clockwise="Clockwise",n.Anticlockwise="Anticlockwise",n.Loop="Loop",n))(Jt||{});const Lo=Math.PI*2;function Zc(n){return(n%Lo+Lo)%Lo}function Jc(n){return n%Lo}function ga(n,t,e){return n+(t-n)*e}const Wa=(n,t,e)=>{const i=Math.PI,s=i*2;let o=Zc(n),r=Zc(t);return e===Jt.Anticlockwise&&o<r&&(o+=s),e===Jt.Clockwise&&r<o&&(r+=s),e===Jt.Loop&&r-o>i?Wa(o,r,Jt.Anticlockwise):e===Jt.Loop&&o-r>i?Wa(o,r,Jt.Clockwise):{from:o,to:r}},R0=n=>{const t={},e=(l,c,...h)=>G(exports,[l,c,...h],function*(o,r,a={preload:!0}){return t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),o.mode&&o.mode!==n.currentMode&&(yield n.changeMode(o.mode)),a.preload&&o.panoIndex!==void 0&&o.panoIndex!==n.panoIndex&&(yield n.preloadPano(o.panoIndex)),a.asyncEndCallback&&(yield a.asyncEndCallback()),o.panoIndex===void 0&&o.fov===void 0&&o.latitude===void 0&&o.longitude===void 0?!0:yield new Promise((u,f)=>{const g=o.panoIndex!==void 0?o.panoIndex:n.panoIndex;g!==void 0?n.moveToPano(g,D({duration:r,moveEndCallback:()=>u(!0),moveCancelCallback:()=>f(new Error("move canceled"))},o)):f(new Error("unexpected error"))})}),i=o=>{const r=n.state,a=Jc(r.latitude),l=Jc(o.latitude),{from:c,to:h}=Wa(r.longitude,o.longitude,o.rotation||Jt.Loop),u=r.fov,f=o.fov;return{from:{latitude:a,longitude:c,fov:u},to:{latitude:l,longitude:h,fov:f}}};return{move:e,rotate:(l,c,...h)=>G(exports,[l,c,...h],function*(o,r,a={}){t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),n.currentMode!==Le.Five.Mode.Panorama&&(yield n.changeMode(Le.Five.Mode.Panorama)),o.panoIndex!==void 0&&o.panoIndex!==n.panoIndex&&(a.preload&&(yield n.preloadPano(o.panoIndex)),yield new Promise((g,A)=>{if(!o.panoIndex){g(!0);return}n.moveToPano(o.panoIndex,{moveEndCallback:()=>g(!0),moveCancelCallback:()=>A(new Error("move canceled"))})})),a.asyncEndCallback&&(yield a.asyncEndCallback());const{from:u,to:f}=i(o);return yield new Promise(g=>{const A=({progress:P})=>{const E={};E.longitude=ga(u.longitude,f.longitude,P),E.latitude=ga(u.latitude,f.latitude,P),E.fov=ga(u.fov,f.fov,P),n.setState(E,!0)},p=()=>{g(!0)},m=()=>{g(!1)},v=o.rotateSpeed?Math.ceil(Math.abs(f.longitude-u.longitude)/o.rotateSpeed*1e3):r,y=V0(v,Nt.Linear.None).onUpdate(A).onComplete(p).onDestroy(m);o.rotation===Jt.Loop&&y.repeat(1/0).yoyo(!0),t.interruptCallback=(P=!0)=>{y.destroy(),t.interruptCallback=void 0,t.timeoutId&&(clearTimeout(t.timeoutId),t.timeoutId=void 0),g(P)},t.timeoutId=setTimeout(()=>{t.interruptCallback&&t.interruptCallback(!0)},r)})})}};function qc(n,t){return n.x===t.x&&n.y===t.y}function Bf(n,t){return Math.abs(n)===1/0&&Math.abs(t)===1/0?!0:Math.abs(n-t)<.001}function Xo(n,t){return(t.y-n.y)/(t.x-n.x)}function Vf(n,t,e){const i=Xo(n[1],n[0]),s=Xo(t[1],t[0]);if(isNaN(i)||isNaN(s)||Bf(i,s))return!1;if(po(n[0],t))return n[0];if(po(n[1],t))return n[1];if(po(t[0],n))return t[0];if(po(t[1],n))return t[1];if(e&&!N0(n,t))return!1;const o=n[0],r=t[0];if(Math.abs(i)===1/0)return{x:o.x,y:t[1].y-(t[1].x-o.x)*s};if(Math.abs(s)===1/0)return{x:r.x,y:n[1].y-(n[1].x-r.x)*i};const a=(r.y-o.y+i*o.x-s*r.x)/(i-s),l=i*a-i*o.x+o.y;return{x:a,y:l}}function po(n,t){return qc(n,t[0])||qc(n,t[1])?!0:(t[0].x-n.x)*(n.x-t[1].x)>=0&&(t[0].y-n.y)*(n.y-t[1].y)>=0&&Bf(Xo(t[0],n),Xo(n,t[1]))}function H0(n){let t=1/0,e=-1/0,i=1/0,s=-1/0;return n.forEach(o=>{t=Math.min(t,o.x),e=Math.max(e,o.x),i=Math.min(i,o.y),s=Math.max(s,o.y)}),{x:(t+e)/2,y:(i+s)/2}}function Ao(n,t,e){return(n.x-e.x)*(t.y-e.y)-(t.x-e.x)*(n.y-e.y)}function N0(n,t){return Math.max(n[0].x,n[1].x)>=Math.min(t[0].x,t[1].x)&&Math.max(t[0].x,t[1].x)>=Math.min(n[0].x,n[1].x)&&Math.max(n[0].y,n[1].y)>=Math.min(t[0].y,t[1].y)&&Ao(t[0],n[1],n[0])*Ao(n[1],t[1],n[0])>0&&Ao(n[0],t[1],t[0])*Ao(t[1],n[1],t[0])>0?1:0}function Rf(n,t=0){t<=0?requestAnimationFrame(n):requestAnimationFrame(()=>Rf(n,t-1))}const G0=`<style type="text/css">
194
+ `;return n.$$set=o=>{"content"in o&&e(0,i=o.content)},[i,s]}class AA extends ce{constructor(t){super(),le(this,t,pA,mA,ae,{content:0},gA)}}function vA(n){ge(n,"svelte-ozpg4a",".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}")}function bA(n){let t,e;return t=new fA({props:{url:n[1].url}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.url=i[1].url),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function yA(n){let t,e;return t=new AA({props:{content:n[0]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.content=i[0]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function wA(n){let t,e,i,s;const o=[yA,bA],r=[];function a(l,c){return l[0]?0:l[1]?1:-1}return~(e=a(n))&&(i=r[e]=o[e](n)),{c(){t=S("div"),i&&i.c(),C(t,"class","floorplan-plugin__base-image svelte-ozpg4a")},m(l,c){B(l,t,c),~e&&r[e].m(t,null),s=!0},p(l,[c]){let h=e;e=a(l),e===h?~e&&r[e].p(l,c):(i&&(ue(),O(r[h],1,1,()=>{r[h]=null}),fe()),~e?(i=r[e],i?i.p(l,c):(i=r[e]=o[e](l),i.c()),x(i,1),i.m(t,null)):i=null)},i(l){s||(x(i),s=!0)},o(l){O(i),s=!1},d(l){l&&z(t),~e&&r[e].d()}}}function CA(n,t,e){let i,s,{floorIndex:o}=t,{floorplanData:r}=t;return n.$$set=a=>{"floorIndex"in a&&e(2,o=a.floorIndex),"floorplanData"in a&&e(3,r=a.floorplanData)},n.$$.update=()=>{var a,l;n.$$.dirty&12&&e(1,i=r.outlines[o]),n.$$.dirty&12&&e(0,s=(l=(a=r.outlines)==null?void 0:a[o])==null?void 0:l.svgContent)},[s,i,o,r]}class kf extends ce{constructor(t){super(),le(this,t,CA,wA,ae,{floorIndex:2,floorplanData:3},vA)}}function PA(n){ge(n,"svelte-9vzn2f",".floorplan-plugin__room-label-item.svelte-9vzn2f{position:absolute;display:flex;flex-flow:column;align-items:center;line-height:1;color:#fff;transform:translate(-50%, -50%);white-space:nowrap;will-change:opacity;transition:opacity 300ms}.floorplan-plugin__room-part1.svelte-9vzn2f{display:flex;flex-flow:column;align-items:center;color:#fff;white-space:nowrap}.floorplan-plugin__room-area.svelte-9vzn2f{opacity:0.6;line-height:1.25;margin-top:0.125rem}")}function IA(n){let t,e=n[15].outerHTML+"",i;return{c(){t=new Ho(!1),i=we(),t.a=i},m(s,o){t.m(e,s,o),B(s,i,o)},p(s,o){o[0]&32768&&e!==(e=s[15].outerHTML+"")&&t.p(e)},d(s){s&&z(i),s&&t.d()}}}function EA(n){let t,e,i,s,o,r,a=n[1]&&mc(n),l=n[0]&&pc(n),c=n[2]&&Ac(n);return{c(){t=S("div"),a&&a.c(),e=$(),l&&l.c(),i=$(),c&&c.c(),s=we(),C(t,"class","floorplan-plugin__room-part1 svelte-9vzn2f"),T(t,"opacity",n[11]?"1":"0")},m(h,u){B(h,t,u),a&&a.m(t,null),L(t,e),l&&l.m(t,null),B(h,i,u),c&&c.m(h,u),B(h,s,u),o||(r=[Gt(Ti.call(null,t)),Ae(t,"clientWidth",n[32]),Ae(t,"clientHeight",n[33])],o=!0)},p(h,u){h[1]?a?a.p(h,u):(a=mc(h),a.c(),a.m(t,e)):a&&(a.d(1),a=null),h[0]?l?l.p(h,u):(l=pc(h),l.c(),l.m(t,null)):l&&(l.d(1),l=null),u[0]&2048&&T(t,"opacity",h[11]?"1":"0"),h[2]?c?c.p(h,u):(c=Ac(h),c.c(),c.m(s.parentNode,s)):c&&(c.d(1),c=null)},d(h){h&&z(t),a&&a.d(),l&&l.d(),h&&z(i),c&&c.d(h),h&&z(s),o=!1,tt(r)}}}function mc(n){let t,e=n[3].name+"",i;return{c(){t=S("span"),i=ke(e),C(t,"class","floorplan-plugin__room-name")},m(s,o){B(s,t,o),L(t,i)},p(s,o){o[0]&8&&e!==(e=s[3].name+"")&&De(i,e)},d(s){s&&z(t)}}}function pc(n){let t,e;return{c(){t=S("span"),e=ke(n[14]),C(t,"class","floorplan-plugin__room-area svelte-9vzn2f"),T(t,"font-size",n[19])},m(i,s){B(i,t,s),L(t,e)},p(i,s){s[0]&16384&&De(e,i[14])},d(i){i&&z(t)}}}function Ac(n){let t,e;return{c(){t=S("span"),e=ke(n[13]),C(t,"class","floorplan-plugin__room-size"),T(t,"font-size",n[19]),T(t,"opacity",n[10]?"0.6":"0")},m(i,s){B(i,t,s),L(t,e)},p(i,s){s[0]&8192&&De(e,i[13]),s[0]&1024&&T(t,"opacity",i[10]?"0.6":"0")},d(i){i&&z(t)}}}function MA(n){let t,e,i;function s(a,l){if(a[4]===void 0)return EA;if(a[15])return IA}let o=s(n),r=o&&o(n);return{c(){t=S("div"),r&&r.c(),C(t,"class","floorplan-plugin__room-label-item svelte-9vzn2f"),T(t,"left",n[16]),T(t,"top",n[17]),T(t,"font-size",n[18]),T(t,"opacity",n[12]?"1":"0"),T(t,"transform",n[9]?"translate(-50%, calc(-50% + 6px))":"translate(-50%, -50%)")},m(a,l){B(a,t,l),r&&r.m(t,null),e||(i=[Gt(Ti.call(null,t)),Ae(t,"clientWidth",n[34]),Ae(t,"clientHeight",n[35])],e=!0)},p(a,l){o===(o=s(a))&&r?r.p(a,l):(r&&r.d(1),r=o&&o(a),r&&(r.c(),r.m(t,null))),l[0]&4096&&T(t,"opacity",a[12]?"1":"0"),l[0]&512&&T(t,"transform",a[9]?"translate(-50%, calc(-50% + 6px))":"translate(-50%, -50%)")},i:J,o:J,d(a){a&&z(t),r&&r.d(),e=!1,tt(i)}}}function kA(n,t){const e=n[0],i=n[1];let s=!1;for(let o=0,r=t.length-1;o<t.length;r=o++){const a=t[o][0],l=t[o][1],c=t[r][0],h=t[r][1];l>i!=h>i&&e<(c-a)*(i-l)/(h-l)+a&&(s=!s)}return s}function xA(n,t,e){let i,s,o,r,a,l,c,h,u,f,g,A,p,{pxmm:m}=t,{roomAreaEnable:v}=t,{roomNameEnable:y}=t,{roomDimensionEnable:P}=t,{room:E}=t,{hoveredRoom:k}=t,{getRoomAreaText:I}=t,{getRoomDimensionText:j}=t,{getLabelElement:R}=t,{adaptiveRoomLabelVisibleEnable:U}=t;function W(te,ve){if(ve.width===0||ve.height===0)return()=>!1;const ze=te.path.map(({x:Fe,y:Xe})=>[Fe,Xe]),me=te.roomLabel.position,{x:it,y:lt}=me,{width:xe,height:ot}=ve,re=xe/2,Ie=ot/2;return function(Xe){const Et=it*Xe,rt=lt*Xe,wt=ze.map(([Ne,Ke])=>[Ne*Xe,Ke*Xe]);return[[Et+re,rt-Ie],[Et-re,rt-Ie],[Et-re,rt+Ie],[Et+re,rt+Ie]].every(Ne=>kA(Ne,wt))}}const N=document.body.clientWidth,Q=document.body.clientHeight,H=E.roomLabel,F=H.positionInImage.x*100+"%",Y=H.positionInImage.y*100+"%",Z=(N<500||Q<500?10:14)+"px",q=(N<500||Q<500?8:12)+"px";let ee=0,de=0,he=0,Pe=0,Ce=!1;k.subscribe(function(ve){e(25,Ce=!!ve&&ve.id===E.id)});const be=te=>{e(7,he=te.detail)},Qe=te=>{e(8,Pe=te.detail)},ye=te=>{e(5,ee=te.detail)},qe=te=>{e(6,de=te.detail)};return n.$$set=te=>{"pxmm"in te&&e(20,m=te.pxmm),"roomAreaEnable"in te&&e(0,v=te.roomAreaEnable),"roomNameEnable"in te&&e(1,y=te.roomNameEnable),"roomDimensionEnable"in te&&e(2,P=te.roomDimensionEnable),"room"in te&&e(3,E=te.room),"hoveredRoom"in te&&e(21,k=te.hoveredRoom),"getRoomAreaText"in te&&e(22,I=te.getRoomAreaText),"getRoomDimensionText"in te&&e(23,j=te.getRoomDimensionText),"getLabelElement"in te&&e(4,R=te.getLabelElement),"adaptiveRoomLabelVisibleEnable"in te&&e(24,U=te.adaptiveRoomLabelVisibleEnable)},n.$$.update=()=>{var te,ve;n.$$.dirty[0]&24&&e(15,i=R==null?void 0:R(E)),n.$$.dirty[0]&4194312&&e(14,s=E.size?I(E.size):""),n.$$.dirty[0]&8388616&&e(13,o=E!=null&&E.dimension?j((te=E.dimension)==null?void 0:te.width,(ve=E.dimension)==null?void 0:ve.height):""),n.$$.dirty[0]&384&&e(31,r={width:he,height:Pe}),n.$$.dirty[0]&8|n.$$.dirty[1]&1&&e(30,a=r?W(E,r):void 0),n.$$.dirty[0]&1091567616&&e(27,l=U?!!(a!=null&&a(m)):!0),n.$$.dirty[0]&96&&e(29,c={width:ee,height:de}),n.$$.dirty[0]&536870920&&e(28,h=c?W(E,c):void 0),n.$$.dirty[0]&286261248&&e(26,u=U?!!(h!=null&&h(m)):!0),n.$$.dirty[0]&234881024&&e(12,f=u||l||Ce),n.$$.dirty[0]&167772160&&e(11,g=l||Ce),n.$$.dirty[0]&100663296&&e(10,A=u||Ce),n.$$.dirty[0]&201326592&&e(9,p=l&&!u)},[v,y,P,E,R,ee,de,he,Pe,p,A,g,f,o,s,i,F,Y,Z,q,m,k,I,j,U,Ce,u,l,h,c,a,r,be,Qe,ye,qe]}class DA extends ce{constructor(t){super(),le(this,t,xA,MA,ae,{pxmm:20,roomAreaEnable:0,roomNameEnable:1,roomDimensionEnable:2,room:3,hoveredRoom:21,getRoomAreaText:22,getRoomDimensionText:23,getLabelElement:4,adaptiveRoomLabelVisibleEnable:24},PA,[-1,-1])}}function SA(n){ge(n,"svelte-13xux0b",".floorplan-plugin__room-labels.svelte-13xux0b{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;pointer-events:none}")}function vc(n,t,e){const i=n.slice();return i[14]=t[e],i}function bc(n){let t,e=[],i=new Map,s,o,r,a=n[10];const l=c=>c[14].id;for(let c=0;c<a.length;c+=1){let h=vc(n,a,c),u=l(h);i.set(u,e[c]=yc(u,h))}return{c(){t=S("div");for(let c=0;c<e.length;c+=1)e[c].c();C(t,"class","floorplan-plugin__room-labels svelte-13xux0b")},m(c,h){B(c,t,h);for(let u=0;u<e.length;u+=1)e[u]&&e[u].m(t,null);s=!0,o||(r=[Gt(Ti.call(null,t)),Ae(t,"clientWidth",n[13])],o=!0)},p(c,h){h&1791&&(a=c[10],ue(),e=_t(e,h,l,1,c,a,i,t,Si,yc,null,vc),fe())},i(c){if(!s){for(let h=0;h<a.length;h+=1)x(e[h]);s=!0}},o(c){for(let h=0;h<e.length;h+=1)O(e[h]);s=!1},d(c){c&&z(t);for(let h=0;h<e.length;h+=1)e[h].d();o=!1,tt(r)}}}function yc(n,t){let e,i,s;const o=[{pxmm:t[9],room:t[14],hoveredRoom:t[3],roomAreaEnable:t[0],roomNameEnable:t[1],roomDimensionEnable:t[2],getLabelElement:t[6],getRoomAreaText:t[4],getRoomDimensionText:t[5],adaptiveRoomLabelVisibleEnable:t[7]}];let r={};for(let a=0;a<o.length;a+=1)r=ft(r,o[a]);return i=new DA({props:r}),{key:n,first:null,c(){e=we(),se(i.$$.fragment),this.first=e},m(a,l){B(a,e,l),ie(i,a,l),s=!0},p(a,l){t=a;const c=l&1791?yt(o,[{pxmm:t[9],room:t[14],hoveredRoom:t[3],roomAreaEnable:t[0],roomNameEnable:t[1],roomDimensionEnable:t[2],getLabelElement:t[6],getRoomAreaText:t[4],getRoomDimensionText:t[5],adaptiveRoomLabelVisibleEnable:t[7]}]):{};i.$set(c)},i(a){s||(x(i.$$.fragment,a),s=!0)},o(a){O(i.$$.fragment,a),s=!1},d(a){a&&z(e),ne(i,a)}}}function TA(n){let t,e,i=n[10]&&bc(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[10]?i?(i.p(s,o),o&1024&&x(i,1)):(i=bc(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function LA(n,t,e){let i,{floorIndex:s}=t,{roomAreaEnable:o}=t,{roomNameEnable:r}=t,{roomDimensionEnable:a}=t,{floorplanData:l}=t,{hoveredRoom:c}=t,{getRoomAreaText:h}=t,{getRoomDimensionText:u}=t,{getLabelElement:f}=t,{adaptiveRoomLabelVisibleEnable:g}=t,A=0,p=0;const m=v=>{e(8,A=v.detail)};return n.$$set=v=>{"floorIndex"in v&&e(11,s=v.floorIndex),"roomAreaEnable"in v&&e(0,o=v.roomAreaEnable),"roomNameEnable"in v&&e(1,r=v.roomNameEnable),"roomDimensionEnable"in v&&e(2,a=v.roomDimensionEnable),"floorplanData"in v&&e(12,l=v.floorplanData),"hoveredRoom"in v&&e(3,c=v.hoveredRoom),"getRoomAreaText"in v&&e(4,h=v.getRoomAreaText),"getRoomDimensionText"in v&&e(5,u=v.getRoomDimensionText),"getLabelElement"in v&&e(6,f=v.getLabelElement),"adaptiveRoomLabelVisibleEnable"in v&&e(7,g=v.adaptiveRoomLabelVisibleEnable)},n.$$.update=()=>{if(n.$$.dirty&6144&&e(10,i=l.floorDatas[s].rooms),n.$$.dirty&4352){const{max:v,min:y}=l.bounding,P=v.x-y.x;e(9,p=A/P)}},[o,r,a,c,h,u,f,g,A,p,i,s,l,m]}class jA extends ce{constructor(t){super(),le(this,t,LA,TA,ae,{floorIndex:11,roomAreaEnable:0,roomNameEnable:1,roomDimensionEnable:2,floorplanData:12,hoveredRoom:3,getRoomAreaText:4,getRoomDimensionText:5,getLabelElement:6,adaptiveRoomLabelVisibleEnable:7},SA)}}function zA(n){ge(n,"svelte-djlmk4",".floorplan-plugin__rule-labels.svelte-djlmk4.svelte-djlmk4{position:absolute;display:flex}.floorplan-plugin__rule-labels--top.svelte-djlmk4.svelte-djlmk4{left:0;top:-1.25rem}.floorplan-plugin__rule-labels--bottom.svelte-djlmk4.svelte-djlmk4{left:0;bottom:-1.25rem}.floorplan-plugin__rule-labels--left.svelte-djlmk4.svelte-djlmk4{top:0;left:-1.25rem}.floorplan-plugin__rule-labels--right.svelte-djlmk4.svelte-djlmk4{top:0;right:-1.25rem}.floorplan-plugin__rule-line.svelte-djlmk4.svelte-djlmk4{background:#fff;opacity:0.05;width:100%;height:100%}.floorplan-plugin__rule-scale-wrapper.svelte-djlmk4.svelte-djlmk4{position:absolute;width:0.3125rem;height:100%;left:50%;top:0;transform:translateX(-50%)}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-scale-wrapper.svelte-djlmk4{width:100%;height:0.3125rem;top:50%;left:0;transform:translateY(-50%)}.floorplan-plugin__rule-scale.svelte-djlmk4.svelte-djlmk4{position:absolute;background:#fff;opacity:0.05;width:100%;height:0.0625rem}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-scale.svelte-djlmk4{width:0.0625rem;height:100%}.floorplan-plugin__rule-text-wrapper.svelte-djlmk4.svelte-djlmk4{position:absolute}.floorplan-plugin__rule-labels--top.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:100%;height:0;top:0.625rem}.floorplan-plugin__rule-labels--bottom.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:100%;height:0;bottom:0.625rem}.floorplan-plugin__rule-labels--left.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:0;height:100%;left:0.625rem}.floorplan-plugin__rule-labels--right.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:0;height:100%;right:0.625rem}.floorplan-plugin__rule-text-item.svelte-djlmk4.svelte-djlmk4{width:0;height:0;position:absolute;transform:rotate(90deg)}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-text-item.svelte-djlmk4{transform:rotate(0)}.floorplan-plugin__rule-text.svelte-djlmk4.svelte-djlmk4{width:-moz-max-content;width:max-content;transform:translate(-50%, -50%);font-size:0.625rem;color:#fff;opacity:0.2}")}function wc(n,t,e){const i=n.slice();return i[11]=t[e],i[13]=e,i}function Cc(n,t,e){const i=n.slice();return i[14]=t[e],i}function Pc(n){let t;return{c(){t=S("div"),C(t,"class","floorplan-plugin__rule-scale svelte-djlmk4"),T(t,"left",n[14].left*100+"%"),T(t,"bottom",n[14].bottom*100+"%")},m(e,i){B(e,t,i)},p:J,d(e){e&&z(t)}}}function Ic(n,t){let e,i,s=t[1](t[11].distance)+"",o,r;return{key:n,first:null,c(){e=S("div"),i=S("div"),o=ke(s),r=$(),C(i,"class","floorplan-plugin__rule-text svelte-djlmk4"),K(i,"is-row",t[2]),C(e,"class","floorplan-plugin__rule-text-item svelte-djlmk4"),T(e,"left",t[11].left*100+"%"),T(e,"bottom",t[11].bottom*100+"%"),this.first=e},m(a,l){B(a,e,l),L(e,i),L(i,o),L(e,r)},p(a,l){t=a,l&2&&s!==(s=t[1](t[11].distance)+"")&&De(o,s)},d(a){a&&z(e)}}}function OA(n){let t,e,i,s,o,r,a=[],l=new Map,c,h=n[3],u=[];for(let A=0;A<h.length;A+=1)u[A]=Pc(Cc(n,h,A));let f=n[4];const g=A=>A[13];for(let A=0;A<f.length;A+=1){let p=wc(n,f,A),m=g(p);l.set(m,a[A]=Ic(m,p))}return{c(){t=S("div"),e=S("div"),i=$(),s=S("div");for(let A=0;A<u.length;A+=1)u[A].c();o=$(),r=S("div");for(let A=0;A<a.length;A+=1)a[A].c();C(e,"class","floorplan-plugin__rule-line svelte-djlmk4"),C(s,"class","floorplan-plugin__rule-scale-wrapper svelte-djlmk4"),K(s,"is-row",n[2]),C(r,"class","floorplan-plugin__rule-text-wrapper svelte-djlmk4"),C(t,"class",c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+n[0]+" svelte-djlmk4"),K(t,"is-row",n[2]),T(t,"width",n[2]?"100%":1/16+"rem"),T(t,"height",n[2]?1/16+"rem":"100%")},m(A,p){B(A,t,p),L(t,e),L(t,i),L(t,s);for(let m=0;m<u.length;m+=1)u[m]&&u[m].m(s,null);L(t,o),L(t,r);for(let m=0;m<a.length;m+=1)a[m]&&a[m].m(r,null)},p(A,[p]){if(p&8){h=A[3];let m;for(m=0;m<h.length;m+=1){const v=Cc(A,h,m);u[m]?u[m].p(v,p):(u[m]=Pc(v),u[m].c(),u[m].m(s,null))}for(;m<u.length;m+=1)u[m].d(1);u.length=h.length}p&22&&(f=A[4],a=_t(a,p,g,1,A,f,l,r,yl,Ic,null,wc)),p&1&&c!==(c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+A[0]+" svelte-djlmk4")&&C(t,"class",c),p&5&&K(t,"is-row",A[2])},i:J,o:J,d(A){A&&z(t),Qt(u,A);for(let p=0;p<a.length;p+=1)a[p].d()}}}const yn=1e3,wn=180;function BA(n,t,e){let{type:i}=t,{data:s}=t,{bounding:o}=t,{getRuleDistanceText:r}=t;const a=i==="top"||i==="bottom",l=o.max.x-o.min.x-(yn-wn)*2,c=o.max.y-o.min.y-(yn-wn)*2,h=s.map(([A,p])=>a?[A.x,p.x]:[A.y,p.y]).flat().sort().filter((A,p,m)=>p===0?!0:A!==m[p-1]),u=h.map(A=>{const p=a?(A-o.min.x-yn+wn)/l:0,m=a?0:(A-o.min.y-yn+wn)/c;return{left:p,bottom:m}});u.unshift({left:0,bottom:0}),u.push(a?{left:1,bottom:0}:{left:0,bottom:1});const f=h[h.length-1]-h[0],g=h.map((A,p,m)=>{const v=p===0?0:A-m[p-1],y=p===0?0:(A+m[p-1])/2,P=a?(y-o.min.x-yn+wn)/l:0,E=a?0:(y-o.min.y-yn+wn)/c;return{left:P,bottom:E,distance:v}}).filter(({distance:A})=>A/f>.1);return n.$$set=A=>{"type"in A&&e(0,i=A.type),"data"in A&&e(5,s=A.data),"bounding"in A&&e(6,o=A.bounding),"getRuleDistanceText"in A&&e(1,r=A.getRuleDistanceText)},[i,r,a,u,g,s,o]}class VA extends ce{constructor(t){super(),le(this,t,BA,OA,ae,{type:0,data:5,bounding:6,getRuleDistanceText:1},zA)}}function RA(n){ge(n,"svelte-1mzj9p3",".floorplan-plugin__rule-labels-wrapper.svelte-1mzj9p3{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}")}function Ec(n,t,e){const i=n.slice();return i[13]=t[e][0],i[14]=t[e][1],i}function Mc(n,t){let e,i,s;const o=[{type:t[13],data:t[14],bounding:t[1],getRuleDistanceText:t[0]}];let r={};for(let a=0;a<o.length;a+=1)r=ft(r,o[a]);return i=new VA({props:r}),{key:n,first:null,c(){e=we(),se(i.$$.fragment),this.first=e},m(a,l){B(a,e,l),ie(i,a,l),s=!0},p(a,l){t=a;const c=l&19?yt(o,[{type:t[13],data:t[14],bounding:t[1],getRuleDistanceText:t[0]}]):{};i.$set(c)},i(a){s||(x(i.$$.fragment,a),s=!0)},o(a){O(i.$$.fragment,a),s=!1},d(a){a&&z(e),ne(i,a)}}}function HA(n){let t,e=[],i=new Map,s,o=n[4];const r=a=>a[13];for(let a=0;a<o.length;a+=1){let l=Ec(n,o,a),c=r(l);i.set(c,e[a]=Mc(c,l))}return{c(){t=S("div");for(let a=0;a<e.length;a+=1)e[a].c();C(t,"class","floorplan-plugin__rule-labels-wrapper svelte-1mzj9p3"),T(t,"width",n[3]),T(t,"height",n[2])},m(a,l){B(a,t,l);for(let c=0;c<e.length;c+=1)e[c]&&e[c].m(t,null);s=!0},p(a,[l]){l&19&&(o=a[4],ue(),e=_t(e,l,r,1,a,o,i,t,Si,Mc,null,Ec),fe()),l&8&&T(t,"width",a[3]),l&4&&T(t,"height",a[2])},i(a){if(!s){for(let l=0;l<o.length;l+=1)x(e[l]);s=!0}},o(a){for(let l=0;l<e.length;l+=1)O(e[l]);s=!1},d(a){a&&z(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}const kc=1e3,xc=180;function NA(n,t,e){let i,s,o,r,a,l,c,h,u,f,{floorIndex:g}=t,{floorplanData:A}=t,{getRuleDistanceText:p}=t;return n.$$set=m=>{"floorIndex"in m&&e(5,g=m.floorIndex),"floorplanData"in m&&e(6,A=m.floorplanData),"getRuleDistanceText"in m&&e(0,p=m.getRuleDistanceText)},n.$$.update=()=>{n.$$.dirty&64&&e(1,i=A.bounding),n.$$.dirty&96&&e(11,s=A.floorDatas[g].rules),n.$$.dirty&2048&&e(12,o=Object.keys(s)),n.$$.dirty&6144&&e(4,r=o.map(m=>[m,s[m]])),n.$$.dirty&2&&e(9,a=i.max.x-i.min.x),n.$$.dirty&2&&e(7,l=i.max.y-i.min.y),n.$$.dirty&2&&e(10,c=i.max.x-i.min.x-(kc-xc)*2),n.$$.dirty&2&&e(8,h=i.max.y-i.min.y-(kc-xc)*2),n.$$.dirty&1536&&e(3,u=c/a*100+"%"),n.$$.dirty&384&&e(2,f=h/l*100+"%")},[p,i,f,u,r,g,A,l,h,a,c,s,o]}class GA extends ce{constructor(t){super(),le(this,t,NA,HA,ae,{floorIndex:5,floorplanData:6,getRuleDistanceText:0},RA)}}function fr(n,t={}){let e="";const{needZ:i,needA:s}=t;return(i?n.slice().concat(n[0]):n.slice()).forEach((r,a)=>{const{x:l,y:c}=t.format?t.format(r):r,h=l+","+c;return a===0?(e+="M"+h,e):s!=null&&s[a]?(e+="A"+s[a]+","+h,e):(e+="L"+h,e)}),e+(i?"Z":"")}function xf({x:n,y:t},e){const{max:i,min:s}=e;return{x:n-s.x,y:i.y-t}}function QA(n,t){const e=n.x*1e3+t.bounding.origin.x,i=-n.z*1e3+t.bounding.origin.y;return{x:e,y:i}}function FA(n,t){const e=t.bounding,i=e.max.x-e.min.x,s=e.max.y-e.min.y;return{x:(n.x-e.min.x)/i,y:(e.max.y-n.y)/s}}function _A(n,t){return Math.max(...t.work.observers.map(i=>n.z>=i.standingPosition.z?i.floorIndex:0))}function WA(n){let t;return{c(){t=Be("path"),C(t,"d",n[0]),C(t,"fill","#2F313A")},m(e,i){B(e,t,i)},p(e,[i]){i&1&&C(t,"d",e[0])},i:J,o:J,d(e){e&&z(t)}}}function UA(n,t,e){let i,{path:s}=t;return n.$$set=o=>{"path"in o&&e(1,s=o.path)},n.$$.update=()=>{n.$$.dirty&2&&e(0,i=fr(s,{needZ:!0}))},[i,s]}class YA extends ce{constructor(t){super(),le(this,t,UA,WA,ae,{path:1})}}function XA(n){let t,e,i,s,o,r;return{c(){t=Be("defs"),e=Be("pattern"),i=Be("rect"),s=Be("path"),o=$(),r=Be("path"),C(i,"x","0"),C(i,"y","0"),C(i,"width",n[1]),C(i,"height",n[1]),C(i,"fill","#323747"),C(s,"d",n[2]),C(s,"stroke","#ffffff"),C(s,"stroke-opacity","0.06"),C(s,"stroke-width","0.5"),C(s,"fill","none"),C(e,"id","fpm-room-pattern-0"),C(e,"x","0"),C(e,"y","0"),C(e,"width",n[1]),C(e,"height",n[1]),C(e,"patternUnits","userSpaceOnUse"),C(e,"patternTransform","scale(50 50)"),C(r,"d",n[0]),C(r,"fill","url(#fpm-room-pattern-0)")},m(a,l){B(a,t,l),L(t,e),L(e,i),L(e,s),B(a,o,l),B(a,r,l)},p(a,[l]){l&1&&C(r,"d",a[0])},i:J,o:J,d(a){a&&z(t),a&&z(o),a&&z(r)}}}const ua=6;function ZA(n,t,e){let i,{path:s}=t;const o=ua*2,r=`M0 ${ua} h ${o} M${ua} 0 v ${o}`;return n.$$set=a=>{"path"in a&&e(3,s=a.path)},n.$$.update=()=>{n.$$.dirty&8&&e(0,i=fr(s,{needZ:!0}))},[i,o,r,s]}class JA extends ce{constructor(t){super(),le(this,t,ZA,XA,ae,{path:3})}}function qA(n){let t,e,i,s,o,r,a,l,c,h,u;return{c(){t=Be("defs"),e=Be("pattern"),i=Be("rect"),s=Be("pattern"),o=Be("rect"),r=$(),a=Be("path"),l=$(),c=Be("path"),h=$(),u=Be("path"),C(i,"x","0"),C(i,"y","0"),C(i,"width","6"),C(i,"height","50"),C(i,"fill","none"),C(i,"stroke","#4B4B57"),C(i,"stroke-width","0.5"),C(e,"id","room-material-pattern-1"),C(e,"x","0"),C(e,"y","0"),C(e,"width","12"),C(e,"height","50"),C(e,"patternUnits","userSpaceOnUse"),C(e,"patternTransform","scale(50 50)"),C(o,"x","0"),C(o,"y","0"),C(o,"width","6"),C(o,"height","50"),C(o,"fill","none"),C(o,"stroke","#4B4B57"),C(o,"stroke-width","0.5"),C(s,"id","room-material-pattern-2"),C(s,"x","6"),C(s,"y","25"),C(s,"width","12"),C(s,"height","50"),C(s,"patternUnits","userSpaceOnUse"),C(s,"patternTransform","scale(50 50)"),C(a,"d",n[0]),C(a,"fill","#43434D"),C(c,"d",n[0]),C(c,"fill","url(#room-material-pattern-1)"),C(u,"d",n[0]),C(u,"fill","url(#room-material-pattern-2)")},m(f,g){B(f,t,g),L(t,e),L(e,i),L(t,s),L(s,o),B(f,r,g),B(f,a,g),B(f,l,g),B(f,c,g),B(f,h,g),B(f,u,g)},p(f,[g]){g&1&&C(a,"d",f[0]),g&1&&C(c,"d",f[0]),g&1&&C(u,"d",f[0])},i:J,o:J,d(f){f&&z(t),f&&z(r),f&&z(a),f&&z(l),f&&z(c),f&&z(h),f&&z(u)}}}function KA(n,t,e){let i,{path:s}=t;return n.$$set=o=>{"path"in o&&e(1,s=o.path)},n.$$.update=()=>{n.$$.dirty&2&&e(0,i=fr(s,{needZ:!0}))},[i,s]}class $A extends ce{constructor(t){super(),le(this,t,KA,qA,ae,{path:1})}}function ev(n){ge(n,"svelte-1dykexu",".floorplan-plugin__room-material.svelte-1dykexu{position:absolute;left:0;top:0;width:100%;height:100%}svg.svelte-1dykexu{position:absolute;left:0;top:0;width:100%;height:100%;overflow:visible}")}function Dc(n,t,e){const i=n.slice();return i[5]=t[e],i}function tv(n){let t,e;return t=new JA({props:{path:n[5].path}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.path=i[5].path),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function iv(n){let t,e;return t=new $A({props:{path:n[5].path}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.path=i[5].path),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function nv(n){let t,e;return t=new YA({props:{path:n[5].path}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.path=i[5].path),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function Sc(n){let t,e,i,s;const o=[nv,iv,tv],r=[];function a(l,c){return l[5].floorType===1?0:l[5].floorType===0?1:2}return e=a(n),i=r[e]=o[e](n),{c(){t=Be("svg"),i.c(),C(t,"width","100%"),C(t,"height","100%"),C(t,"viewBox",`0 0 ${n[1]} ${n[2]}`),C(t,"class","svelte-1dykexu")},m(l,c){B(l,t,c),r[e].m(t,null),s=!0},p(l,c){let h=e;e=a(l),e===h?r[e].p(l,c):(ue(),O(r[h],1,1,()=>{r[h]=null}),fe(),i=r[e],i?i.p(l,c):(i=r[e]=o[e](l),i.c()),x(i,1),i.m(t,null))},i(l){s||(x(i),s=!0)},o(l){O(i),s=!1},d(l){l&&z(t),r[e].d()}}}function sv(n){let t,e,i=n[0],s=[];for(let r=0;r<i.length;r+=1)s[r]=Sc(Dc(n,i,r));const o=r=>O(s[r],1,1,()=>{s[r]=null});return{c(){t=S("div");for(let r=0;r<s.length;r+=1)s[r].c();C(t,"class","floorplan-plugin__room-material svelte-1dykexu")},m(r,a){B(r,t,a);for(let l=0;l<s.length;l+=1)s[l]&&s[l].m(t,null);e=!0},p(r,[a]){if(a&7){i=r[0];let l;for(l=0;l<i.length;l+=1){const c=Dc(r,i,l);s[l]?(s[l].p(c,a),x(s[l],1)):(s[l]=Sc(c),s[l].c(),x(s[l],1),s[l].m(t,null))}for(ue(),l=i.length;l<s.length;l+=1)o(l);fe()}},i(r){if(!e){for(let a=0;a<i.length;a+=1)x(s[a]);e=!0}},o(r){s=s.filter(Boolean);for(let a=0;a<s.length;a+=1)O(s[a]);e=!1},d(r){r&&z(t),Qt(s,r)}}}function ov(n,t,e){let i,{floorIndex:s}=t,{floorplanData:o}=t;const r=o.bounding.max.x-o.bounding.min.x,a=o.bounding.max.y-o.bounding.min.y;return n.$$set=l=>{"floorIndex"in l&&e(3,s=l.floorIndex),"floorplanData"in l&&e(4,o=l.floorplanData)},n.$$.update=()=>{n.$$.dirty&24&&e(0,i=o.floorDatas[s].rooms.map(l=>oe(D({},l),{path:l.path.map(c=>xf(c,o.bounding))})))},[i,r,a,s,o]}class rv extends ce{constructor(t){super(),le(this,t,ov,sv,ae,{floorIndex:3,floorplanData:4},ev)}}function av(n){ge(n,"svelte-qq2273","path.svelte-qq2273{--opacity:0;opacity:var(--opacity)}path.svelte-qq2273:hover{opacity:calc(var(--opacity) + 0.1)}")}function lv(n){let t,e,i,s;return{c(){t=Be("path"),C(t,"d",n[5]),C(t,"fill","#fff"),C(t,"style",n[2]),C(t,"id",e=`${n[1]}_${n[0].id}`),C(t,"class","svelte-qq2273")},m(o,r){B(o,t,r),i||(s=[Ae(t,"mouseenter",n[3]),Ae(t,"mouseleave",n[4])],i=!0)},p(o,[r]){r&4&&C(t,"style",o[2]),r&3&&e!==(e=`${o[1]}_${o[0].id}`)&&C(t,"id",e)},i:J,o:J,d(o){o&&z(t),i=!1,tt(s)}}}function cv(n,t,e){let i,s,{room:o}=t,{floorIndex:r}=t,{floorplanData:a}=t,{highlightData:l}=t,{hoveredRoom:c}=t;function h(){c==null||c.set(o)}function u(){c==null||c.set(void 0)}const{bounding:f}=a,g=fr(o.path,{needZ:!0,format:A=>xf(A,f)});return n.$$set=A=>{"room"in A&&e(0,o=A.room),"floorIndex"in A&&e(1,r=A.floorIndex),"floorplanData"in A&&e(6,a=A.floorplanData),"highlightData"in A&&e(7,l=A.highlightData),"hoveredRoom"in A&&e(8,c=A.hoveredRoom)},n.$$.update=()=>{n.$$.dirty&131&&e(9,i=l[`${r}_${o.id}`]),n.$$.dirty&512&&e(2,s=i?`fill: ${i.color}; --opacity: ${i.opacity}; pointer-events: ${i.disabled?"none":"auto"}`:null)},[o,r,s,h,u,g,a,l,c,i]}class hv extends ce{constructor(t){super(),le(this,t,cv,lv,ae,{room:0,floorIndex:1,floorplanData:6,highlightData:7,hoveredRoom:8},av)}}function dv(n){ge(n,"svelte-1kqo6e4",".floorplan-plugin__room-highlight.svelte-1kqo6e4{position:absolute;width:100%;height:100%}svg.svelte-1kqo6e4{width:100%;height:100%;overflow:visible}")}function Tc(n,t,e){const i=n.slice();return i[6]=t[e],i}function Lc(n,t){let e,i,s;const o=[{room:t[6],floorplanData:t[1],hoveredRoom:t[3],floorIndex:t[0],highlightData:t[2]}];let r={};for(let a=0;a<o.length;a+=1)r=ft(r,o[a]);return i=new hv({props:r}),{key:n,first:null,c(){e=we(),se(i.$$.fragment),this.first=e},m(a,l){B(a,e,l),ie(i,a,l),s=!0},p(a,l){t=a;const c=l&15?yt(o,[{room:t[6],floorplanData:t[1],hoveredRoom:t[3],floorIndex:t[0],highlightData:t[2]}]):{};i.$set(c)},i(a){s||(x(i.$$.fragment,a),s=!0)},o(a){O(i.$$.fragment,a),s=!1},d(a){a&&z(e),ne(i,a)}}}function uv(n){let t,e,i=[],s=new Map,o,r=n[1].floorDatas[n[0]].rooms;const a=l=>l[6].id;for(let l=0;l<r.length;l+=1){let c=Tc(n,r,l),h=a(c);s.set(h,i[l]=Lc(h,c))}return{c(){t=S("div"),e=Be("svg");for(let l=0;l<i.length;l+=1)i[l].c();C(e,"width","100%"),C(e,"height","100%"),C(e,"viewBox",`0 0 ${n[4]} ${n[5]}`),C(e,"class","svelte-1kqo6e4"),C(t,"class","floorplan-plugin__room-highlight svelte-1kqo6e4")},m(l,c){B(l,t,c),L(t,e);for(let h=0;h<i.length;h+=1)i[h]&&i[h].m(e,null);o=!0},p(l,[c]){c&15&&(r=l[1].floorDatas[l[0]].rooms,ue(),i=_t(i,c,a,1,l,r,s,e,Si,Lc,null,Tc),fe())},i(l){if(!o){for(let c=0;c<r.length;c+=1)x(i[c]);o=!0}},o(l){for(let c=0;c<i.length;c+=1)O(i[c]);o=!1},d(l){l&&z(t);for(let c=0;c<i.length;c+=1)i[c].d()}}}function fv(n,t,e){let{floorIndex:i}=t,{floorplanData:s}=t,{highlightData:o}=t,{hoveredRoom:r}=t;const a=s.bounding.max.x-s.bounding.min.x,l=s.bounding.max.y-s.bounding.min.y;return n.$$set=c=>{"floorIndex"in c&&e(0,i=c.floorIndex),"floorplanData"in c&&e(1,s=c.floorplanData),"highlightData"in c&&e(2,o=c.highlightData),"hoveredRoom"in c&&e(3,r=c.hoveredRoom)},[i,s,o,r,a,l]}class Df extends ce{constructor(t){super(),le(this,t,fv,uv,ae,{floorIndex:0,floorplanData:1,highlightData:2,hoveredRoom:3},dv)}}function gv(n){ge(n,"svelte-1lm20n5",".missing-floor.svelte-1lm20n5{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;flex-direction:column;align-items:center}.text.svelte-1lm20n5{margin-top:0.75rem;color:#fff;opacity:0.3}")}function jc(n){let t,e=n[0].text+"",i;return{c(){t=S("span"),i=ke(e),C(t,"class","text svelte-1lm20n5"),T(t,"font-size",n[0].textFontSize+"px")},m(s,o){B(s,t,o),L(t,i)},p(s,o){o&1&&e!==(e=s[0].text+"")&&De(i,e),o&1&&T(t,"font-size",s[0].textFontSize+"px")},d(s){s&&z(t)}}}function mv(n){let t,e,i,s,o=n[0].text&&jc(n);return{c(){t=S("div"),e=S("img"),s=$(),o&&o.c(),C(e,"class","image"),C(e,"alt","缺省楼层展位图"),at(e.src,i=n[0].imageURL)||C(e,"src",i),T(e,"width",n[0].imageWidth+"px"),T(e,"height",n[0].imageHeight+"px"),C(t,"class","missing-floor svelte-1lm20n5")},m(r,a){B(r,t,a),L(t,e),L(t,s),o&&o.m(t,null)},p(r,[a]){a&1&&!at(e.src,i=r[0].imageURL)&&C(e,"src",i),a&1&&T(e,"width",r[0].imageWidth+"px"),a&1&&T(e,"height",r[0].imageHeight+"px"),r[0].text?o?o.p(r,a):(o=jc(r),o.c(),o.m(t,null)):o&&(o.d(1),o=null)},i:J,o:J,d(r){r&&z(t),o&&o.d()}}}function pv(n,t,e){let{missingFloorConfig:i}=t;return n.$$set=s=>{"missingFloorConfig"in s&&e(0,i=s.missingFloorConfig)},[i]}class Av extends ce{constructor(t){super(),le(this,t,pv,mv,ae,{missingFloorConfig:0},gv)}}const Ei="data:image/png;base64,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";function Sf(n){return n*180/Math.PI}function vv(n){ge(n,"svelte-17cl35n",".floorplan__camera-position.svelte-17cl35n{position:absolute;width:0;height:0}.floorplan__camera-rotate.svelte-17cl35n{position:absolute;background-repeat:no-repeat;background-size:100%}")}function bv(n){let t,e;return{c(){t=S("div"),e=S("div"),C(e,"class","floorplan__camera-rotate svelte-17cl35n"),T(e,"background-image",`url(${n[0]||Ei})`),T(e,"width",n[4]),T(e,"height",n[4]),T(e,"left","-"+n[4]),T(e,"top","-"+n[4]),T(e,"transform",`rotate(${n[3]}deg)`),T(e,"transform-origin",`${n[4]} ${n[4]}`),C(t,"class","floorplan__camera-position svelte-17cl35n"),T(t,"left",n[1]),T(t,"top",n[2])},m(i,s){B(i,t,s),L(t,e)},p(i,[s]){s&1&&T(e,"background-image",`url(${i[0]||Ei})`);const o=s&1;o&&T(e,"width",i[4]),o&&T(e,"height",i[4]),o&&T(e,"left","-"+i[4]),o&&T(e,"top","-"+i[4]),o&&T(e,"transform",`rotate(${i[3]}deg)`),o&&T(e,"transform-origin",`${i[4]} ${i[4]}`)},i:J,o:J,d(i){i&&z(t)}}}function yv(n,t,e){let{panoIndex:i}=t,{floorplanData:s}=t,{lastPanoramaLongitude:o}=t,{cameraImageUrl:r}=t;const{observers:a}=s,l=a[i],c=l.positionInImage.x,h=l.positionInImage.y,u=c*100+"%",f=h*100+"%",g=-Sf(o)+45,A=document.body.clientWidth,p=document.body.clientHeight,v=`${(A<500||p<500?17:37)/16}rem`;return n.$$set=y=>{"panoIndex"in y&&e(5,i=y.panoIndex),"floorplanData"in y&&e(6,s=y.floorplanData),"lastPanoramaLongitude"in y&&e(7,o=y.lastPanoramaLongitude),"cameraImageUrl"in y&&e(0,r=y.cameraImageUrl)},[r,u,f,g,v,i,s,o]}let wv=class extends ce{constructor(t){super(),le(this,t,yv,bv,ae,{panoIndex:5,floorplanData:6,lastPanoramaLongitude:7,cameraImageUrl:0},vv)}};const Cv="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArUAAAB7CAMAAABdA4ieAAAC91BMVEUAAACOpP/H0P+yxP/a4/+asv/W3/+/z/+cs//S3f+mu//Q2//5+v/H1P/d5f/l6//y9f++zf/i6f+ww/+ovP/7/P/u8v/N2f+Mp//q7/+4yf+uwf+Wr/+7y/+1xv+Ho//x9P+9zP+2x/+swP+gt/+Oqf/Y4v/r8P/l7P/b4//F0/+juf+Zsv+XsP+Trf/p7v97mv9wj/+kuv+ftf/x9P92lf/3+f/I1f+5yv+Eof98m//8/f/4+f90lf+9zf/j6f/T3f/L1/+Bnv/6+/+SrP/m7P/f5v/O2v/L2P/E0v/Az//+///s8P/e5v+rv/+pvv+Anv+qvv+Pqv+Kpv+CoP93l/9xlP/z9v/p7v90lf9uj//P2//v8//o7f/k6v/K1v+6yv9rjv98nv/E0v/9/v/09//h6P/X4f9pjP/9/f/N2f/K1v/C0f+Ho/99nP/1+P9sj//6+//u8/+iuP/u8//g6P/U3v+3x/+0xv+etf+Vrv9pjf/B0P9ukf+ht/+Vr/94mP/G0/+8zP+2x//+/v/09v/W4f9ojv/c5P+xxP/d5v+xw/+vwv+Jo//g6P+nvP+SrP/R3P/1+f/W3//U3//C0P+Jp/9nh/+Kpv+Fov/Y4f/J1/+Pqf+rv/+Oqv+Oqv+muv+twP/f5//t8P97mf/h5/+twP+kuf/L2P+juP+Ipf+huP+Pqf/d5v+zxf+cs/+Zsf+wwv/V3v+8zP+Go/+zxP+GpP/T3f/r8P/u8v/o7f/d5P/m7P/H1P/w9P/D0f+uwf/Z4v/F0v/09//D0v/v8//s8v/d5P/Y4f/s8P+etv/X4f+gt/+ovf+bsv+xw/+Vr//j6v+1x//J1v+4yf/r8P+yxf/T3f/B0f+Fo//09//W4P/h6P/L1v/i6f/x9f/t8v/G0/+uwf/z9f/7/P/n7f/z9v/T3f+4yf/J1v/z9f/w8//q7v/O2v/8/f/5+v/y9f/w8//g6P/z9v+/zv+5yf+9zf/5+v/Q3P/B0P/u8f/R2//////LSJnaAAAA/HRSTlMAAwGMx2jAn2u7ebn0q8zX7J3TiHz45bRS35SFYZmPSembkYNwVMXh2cmodWVjXN43DHZu6gfyrJZGOvrzLAbVvbBB91raz7aypqH+4s6Bfj9/Vk9EMint3C8gt+fc1q+XGAml/O/SxBz7s66kSz3wI/bjc+fQvpOObV8VoyZyXjSpmgv97sMPyorNiYZN0XpYuvHCv6JNEhEWw61YgCUdGBIP5CIgHypaUEU6NS9JQy8lGlY6NCuMfVtPSzspJoRxcExBNTMUyn9zaWRfVkk9Oad9emtkY0RBMLGsnJaQj4ZmXVHhsaKbeW9owb466dnVy7mYj45wyaGV3bdGzuNnAAASkklEQVR42uyaS0iUURiGTUQZ1MaMURSEbOFt4ybGQClFHO9rBS8F3nAURHG0hZvyQrgQRsfNuKmRCTcGGaEzThNqMyouwswKNTVMLe/a/bLo+845/5z/dzIiumj971I3gz6+Puc9x0POT6bRaXfYrJa18YHFhYXXKzMz6+/fb2+/ePFia8uvWlXelFkcr6pO2NqCr2xv77xfn5lZWXm9sDgwvmZZGnHYzaZjHnLk/PaYzL0jS9Pji6+XN3Z3gvJPnTkTEJCT01xSUtWuVick+PlVJ6tUqvj44uLipkxIU3F5fLxKlZxc7efnl6BWt1eVlDTn5AQEnDl16lR+be2n3fWZlYWBNcugze485yFHzq/Kub7eEcv44tzyekpsbEhIZGRWVk1NUFBtPqU2gFGbANRWVycnI7XlCO0XQm25mFp1VRWjFrDNz68NCqqpyYqMDAmJjc3NzQ3cmJwfmLba7CZPDzlyfg5Wh3V6YG559HyhUhkVlZJSUJDLqK3pDkJqoS8ZtVWEWiCTUltejl37BaCVdG2Cul1MLUIb1M2pLShIiYpSKpWF58+37U3Oj1ue2E0ecuT8EK1mm3VoYG4vW6MrLQ0MDDwvUIvQ8q6tBWqZIeRQQ+DU8q51NwQxtbVAbRajNrZARG1gaWBpm0anyY6enB+bGOyV6ZVzIK6bPUPzs17Rx48fb80GaHVtpQRaF7XYtZFIbTcRBAFb7rWc2uJM1rVoCCqgFquWdy0TBDCEbqSWlm2KQC38rZSW6nS67OxW+CxXr0Z7ec/J8MqRxtQ7ONQ/2xIREeHlFR191UVtqRu1wBep2hpqCNxrpYYg6dp4Ude2Y9cG8K5FQ8hyNwSglnZtNoE22svLKyKirKxFsTo28cQsH9v+81Bevb29O1qMZQAtUhs9SqnVsK5199osRi3fENwNgXitcBqrrmZly7r2DKUWq7Zb8FrBEAoptW1tGg3rWk5tC3xSQ53ig8zuf5pzd4df9c8qFIrEOgOhtgyphdCubaVdC9iyrkVo+Wnsm12bID6NZYqWLxX32qpm0fKVD9ii10bSrkVDiJJ2bWuriFqjsaUDPmpdXWIifG7f1bGezT55bfhfYrrfM7Wamufrq9cjtIkGA+1aZgiArdRrlUBtirRr2YbAvBZGBLV71/INAcuWbwjcEERey7tWKe7abGnXdiC1DFq9r29eampF/3O5dv/1ODd7pj5og4ODU13UQtdyQ+Beq9FovnMaE20IAdwQJHut2BCE05jaffkSDAGwxbJl1CK27DQ2iqcxCFKLXWsgXatX+BJqg4O1aWlJz14N35XR/RfTeP/2VOeFpKS0tDQCLVDrq9AjtXVIrdFYVsaoHWWGQKgN3EdtCNVa91sGtdQQmvhpjFUtX74QWjoioNdm0a5lGwL3Wp1GI/HaCCP1WkMddi1Cm5cH1BJsky5UxGHrysLw7wQd9pl/XFfFBaRWq9UCtalIrZ56rcG7A7u2jHktMQQN91qllFq2fImoba468G5M6rVq4rV8Q0CvZdTGgtcitrxrNUgtli1QCyFe6+0yBL3eF6Cl1CYBtYBtnL9/0b2ezWseco56QGLvpV++7O8fF1dRAdhC16Ih0K4lhpBoQBaMLS6vZacxTdu+DSFXsiHkU689YENgd2MSQ0iQ7rXiG90Qvnxh2eJhTOfqWihb7rXUEIBalyFotaRru+IQ28uXY9LBF27JD3OObPqePn9TlJ4eExNDqO0CapOQWsCWdq2CUmtgGwKnli9f6LWFrg0hhFEr7doS1rXSu7HM8nK3DaHd7W6shnutyxACqdficYxSyzYEgVqEVsENQYtdi9j6U2rTi4oqfaZu32n0kHO04nlr+N3HjIaGoqIipNafUNsF1KIicK9VUK8FQ8Cu5YbAqQVslfv2Wuq1+TU7uxszK/DycG1t2mJZWrKOjIzYHA673Wx2Ok3nPImbNJqcfWa7vdfhsMG3rUtLFss0PG3Eh43ruzvC8sW7lhkCgxYMQXzLYCReyzYESGoePY0JXesPiYlBbCsbOjMyMu713L/uIedo5NiNm+8++vhkALSVlaRrqSEAtNKu1VNqWddKN4Rs3f6uLdxYnsTXsdNLg7Ze8y95WOhp6rM7RqyW6fGB+bnJ5Q0lNQRyo+u+fOGGIMFWOI2Rqq2ghgDUYtcSbH18fE4AuXLnHvr0PX30JvzEiRM+gG0nYFsE2IIgQARD0LINIY9vCNLla1R8ozu6PLc4brE6zH/iEcAxp90GD83mJ/dAqjU64TTGvNYodC0uX2SvJV1LNwSkFg3B1bWEWvhBhIdfeSjbwiHO9QeP34aFXQkPp9AitWgIgtfGYdcecBrrMJYJy1c0gLIHb62GrE96+/7aCmoyOwYnhvrnJo3otXz5Yl6roNCmptLTGHYtei1imy50rQ+lFrANC7v48ra86B6+HLs1/PDs2YsA7RWAlmLb0MkNgXStdENwv2WIUKzi2yrnoZo98ekkPpYQ7saQWtq1dPlCr+WGIO1axJZSe/Hs2bePHsiae4jSeOfxpdBQhJZULe/aSmIISG0cNwTetQoIMQTDbP9Qj818mP+Pejp7ByfGVmeF5WufIVw4wGuxahm1oaGh9S9vyqPYYYgnnL1O19cDtEAt7VrqtXCIdnWtsCEkYdfyWwaF4jMp174j9JtsvGvrGer/oMcNQXzL0CVZvhoaMii1iG2YQG19/enTp08+li33K/tm7JNGGIbxqiEht5m7iasMcBuwwOJk0tEFcn9BG7s1bizQGBycCCbXpUkTo9VFJVpRSeNkuBqnq6BRoiwOMtldm3Tr+37fJ9+dtFEUbNX3+RPIj+d+93zf/ctgyZb1YDAUAmx510J410JY1wqvbTeEma3vJ9uP9571yObu8rfTd6xrhSEIahFb2bXCayW1wWAwM2CvLf5XFvSMMr9fzw9kMhnEFqmVXSsMYQI3hFFJLUD7GixwZuvHU/kuoG+zsXx0CtS+Yl4runZ0fHzcvSEAtUPcEEKCWshhdYlezx44I0vV80J+AILQQgIuagdby9e1vXbm9Ogp3kmd2j45q7z1Ll/tXRuAoCEAtQzbQkE93qdLCw+Wsa9NXVXVfB6xdXftsOxauSHwszHgtfG0L6IufNkBdhm0vGul10Kk14quzQO1qqqDK7yg9Dwj682wrk+raqEgoGXUtrp2yGUI3Gt/we3T5/L+0Q+6W/mIXTvR7rWArTSEfJ5Rq+the40at5dBMTDDCC2jVhoCYjscAGo5tBC+fA0elXefhsF2dqTdOKtMyLlWvo2F3NQCtNPTiG04aZcI3B6lb6mqJZPhK2rVFrVBFATRtXKvrZw1Fh/RotXdoOzu/LwYhLj3Wo8hCGrDQG1y1jTIcbufvo2ilTJnZxFbnRsC81qxIYQ8XntRpy9SWOZ3y+dv2pevjPRaQa1pplIph87OuoxsXEulTJND6zWEjPRagDZwXqbredd94bgiqfUYgsq6Ngldi9hqmna8Qj9etw6/bMvSNIYt/MAtQ8i7DQG79rLeoPH8b75QPg8wbINyQ+CGILtW0yxLUZoE7v2RrRmKolgaUouGwL1W93gtdu1lnY57bj5IPBRei+GGAHF3rYKJ7608l82lF5lacSLxOFLLutaUXeuhNlOnOyEdkMu9VnYtJGnysrUshDYej6SLG9QBd5TZdASgjSsQhNZFrS69FoilF6+OsgDkIrauDWEWu1ZjhoDYRiKRdNohU+g4CyUnl2tRa1nSEKTXFmwi9s7kNg89G4IwBNG1SG0uZ9BVhQ4PEwzDyKWBWoEtUis2BNG19toSydc9bx81D91dC9hKaiNIrWE4dPxwy8yXnEQCoL3WtSnetQhtsklXRLv1YajNli8BraYgtozaXBqgTSQS2cl1+q1vytj6pD+bBWpF10qvFV2btIukBV2WhVRrQxDQCkNAbLNZv1N7zoeMt/jr13x+P1LLyhawlYLAX8fobl33g0ZWtE2+11oearFr/RDf3gEV7p/z6WDS5/MJaF1eqwhslSo9q3qW/vn9Y63Na7Fqs0gtpDZHhXs9/Z9r0ShC6+5aQS1C65ToEKHXmVqvRtoNwQ9BbKPR96vUGt5H1IcYg9YjCDkxIcSrNB32ONLRSg7H1msIEMA2GqNJoZWp1ckYQCuoRWwZtUYaFSFdpNHwYbOwsodde7UhtLAFaGOxl7U5eub9Ztfscd0Eoihsu8oSKJBoQpUYyYULmhSIBVjACuip0tFQpEaaagTSyLiI9GSMZArEKp4it95N7oXBk6dUr7Ln59sB4uNw7p0BTlfb3s7Wcm0fvfbbV7MveAYo7k9eEB5h+x0Aa22b9OlKb9bHP7kNgLZC2slawKTs80Bx/2sIW8DO7dy7VSt9SfuoyHMurei1k7bnt/3K8ExQXLT2Y0MA8qLwro2mRaG6hV5RTNpuuba81345v+n+E3oR6su7aAjc2hyt9cL4qN+fcNNcw9DzPJG1i7VG2dfidHlHaYW1qK0H2oauZvvz/ZEyhtLyrBUN4WzuxLweIO6HrOXWhiQa6pUupHeLkRCYrbWB2dqzZh+vPGxOl1xoW3iztYyxqNWj4KadG0URm7z9tyHoPZi+PnBJRExjk7WEEHiTrtMof9T7q7NctJYwcBaYGgJwVf/R5Sft3bkh8KydrXVV93aHzs7WklBMY2b+kob65uE0NhcEQhhaa1mWo+7VmqqzgElaRlDbKWtD0wykAg6GikJkretO2saKelt1cRyjtQAD5qw1zUBCdr2L1jIWAdzaWEVvq44+pI0AErLQs/rdyiAjm9ONiF5rATGlpaPWwUM1ZHSxFokIY9FNn12fivw4toQwkbWobemPynhbD1lW0hKtfYTtVa3PUk+q3pp7LYDW0jLL2lGJ+yP14DhZltFFW5DW6swApgbrpn1kbVmCtJnj+KP0GyFwFsCspZRLq1j70Z2qsxC0loK0qK0vd95Wne/7IC1Q8qgd9DgB1Il0dKx4CVsH8P1E3n3C7t76AM/aErKW3s1FAxVZNweUllvrIwc5V5r7MUiSWVoMW5C2NdVAXao7DmNL1vpJkgy1dH/V9W9wNmmTxdqy7OR7CMMnV2EiaxMgkGzoXjdDEKC2S0HwR3OeoD6beuBZ26K0QXC4y/Pa/7Jrx7gJw1AYx2su0iuYgYFI7sAJstiS2ZKpk8UeWfKWKyQLLJ5Qxyp34TZ9D15YOkBpm9ji/U/A8CP+HFj0styMapHtZ54bh/t5y2E9LoQNVppMXoN1uixLQns8rl9PeZ0T3O96O5T4rL2wBQkuZnCbWQ7OXdUe1zwNni8YCsh2VOuK1I/a2jtHapHtZp/J+cD9bf0HoiW1rpAp38TfYlEUgJaetWUOZwP3P3UnetYCW1ChU52JogoS1UKIlq9gT95yILSugKRKciq2VhLaEpIVm3366j2pxaSMyf07YRUlND5qTynvGG6aaDOSWgnptFiIKoQLWmQ7pLphuOkTB0lqoZDSTGiVBrXE1iT0wbgEEn0gtSEEncoNfRV1uKKN/KqL+/4C1xYSA7XapjATRGU1hGxT3NtcGnUK0UJgZf7TuDWEls1yt9wiWsja7awzYRWttYgWYrPcLbejWqua2WaCqBSixQLvWe5mi06RWqv8TDOhNUrZC9sdm+Xuu5cpUqvU+wwzYbVVkIXYLHd/olekVpmpZ8KiMYbU7ma/EXJZBW5JrZl2V9bRnNWyWe4xt8TWTPd3FdEYSEFslnsoURlAi01FqN56f2br2xeOe9ytgbyf4nErGg/hl6RN4Jc5Lt++2rVjHMdCIIqiqtoRQW2mMogIyZFjlsB2B9wjjaY1PXa3wcbSPaEDR1fP9fVt8aPai2+f2+TlWu2l0yweZHlEO5S9cyu1lDKj5T/fWCH4jLaUnXMbvFyrzby8xRrayqUM2+ZWqvuM1nmpgHWkl8F9z9yG7LNa5yEMa0n8yHb93Er1oXjnoMVyFn3KQVcP7VRpFn+sDiznaiuHNufsHnkIwy7aPA/r5jbFGW3m7S12ku55WPN7Li1PPIRhN6sjtBjTmm+KmYcwPEOKs9tHF1JDHCoHLZ5DQ8yPBic9DoHjAKvsb85qjbFxHOCprMZaf5qdhlorxwGeTsPIttvPlno0y3GAZfbHp6n3ynGAV0m99u/2J6H3znGAvW4n+J25tdY7xwFey1pvQe6/DlrjOMDLqfXW7N5pbs0YWhxgtpj0rl1uiaHFISzccSWohUCzOIemm0VKChwHOMutKCVwHOA4av/JVi0xtDiRpCRfRcvQ4lBfxSnG0OJc/+xTjKHFyVRMP38iDC0O92lZVRhanO+vcVWGFu9BRWkW7+Z3rapEizdy7ZVm8V5Gtr8AtSnix59eOmYAAAAASUVORK5CYII=";function Pv(n){ge(n,"svelte-rpkaro",".floorplan-plugin__compass.svelte-rpkaro{position:absolute;left:50%;top:-2.875rem;width:14.4375rem;height:2.5625rem;will-change:opacity;transform-origin:center 11.5rem}.floorplan-plugin__compass-image.svelte-rpkaro{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0.1;background-repeat:no-repeat;background-size:100% 100%}.floorplan-plugin__compass-text.svelte-rpkaro{position:absolute;left:50%;top:0.9375rem;transform:translateX(-50%);opacity:0.2;font-weight:bold;font-size:0.625rem;color:#fff}")}function Iv(n){let t,e,i,s,o;return{c(){t=S("div"),e=S("div"),i=$(),s=S("span"),o=ke(n[0]),C(e,"class","floorplan-plugin__compass-image svelte-rpkaro"),T(e,"background-image",`url(${Cv})`),C(s,"class","floorplan-plugin__compass-text svelte-rpkaro"),C(t,"class","floorplan-plugin__compass svelte-rpkaro"),T(t,"transform",n[2])},m(r,a){B(r,t,a),L(t,e),L(t,i),L(t,s),L(s,o)},p(r,a){a&1&&De(o,r[0])},d(r){r&&z(t)}}}function Ev(n){let t,e=n[1]&&Iv(n);return{c(){e&&e.c(),t=we()},m(i,s){e&&e.m(i,s),B(i,t,s)},p(i,[s]){i[1]&&e.p(i,s)},i:J,o:J,d(i){e&&e.d(i),i&&z(t)}}}function Mv(n){return n/Math.PI*180}function kv(n,t,e){var c;let{floorplanData:i}=t,{northDesc:s}=t;const o=(c=i.entrance)==null?void 0:c.northRad,r=typeof o=="number",l=`translateX(-50%) translateZ(10px) rotate(${-(o?Mv(o):0)+90}deg)`;return n.$$set=h=>{"floorplanData"in h&&e(3,i=h.floorplanData),"northDesc"in h&&e(0,s=h.northDesc)},[s,r,l,i]}class xv extends ce{constructor(t){super(),le(this,t,kv,Ev,ae,{floorplanData:3,northDesc:0},Pv)}}function Dv(n){ge(n,"svelte-bl8zrz",".floorplan-plugin__floor.svelte-bl8zrz{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;pointer-events:none}.floorplan-plugin__floor--is-current.svelte-bl8zrz{opacity:1;pointer-events:auto}")}function Sv(n){let t,e,i,s,o,r,a,l,c,h;const u=[{floorIndex:n[2],floorplanData:n[11]}];let f={};for(let E=0;E<u.length;E+=1)f=ft(f,u[E]);t=new rv({props:f});let g=(n[3]||n[5])&&zc(n);const A=[{floorplanData:n[11],floorIndex:n[2]}];let p={};for(let E=0;E<A.length;E+=1)p=ft(p,A[E]);s=new kf({props:p});let m=n[6]&&Oc(n),v=n[10]&&Bc(n),y=n[4]&&Vc(n),P=n[22]&&Rc(n);return{c(){se(t.$$.fragment),e=$(),g&&g.c(),i=$(),se(s.$$.fragment),o=$(),m&&m.c(),r=$(),v&&v.c(),a=$(),y&&y.c(),l=$(),P&&P.c(),c=we()},m(E,k){ie(t,E,k),B(E,e,k),g&&g.m(E,k),B(E,i,k),ie(s,E,k),B(E,o,k),m&&m.m(E,k),B(E,r,k),v&&v.m(E,k),B(E,a,k),y&&y.m(E,k),B(E,l,k),P&&P.m(E,k),B(E,c,k),h=!0},p(E,k){const I=k&2052?yt(u,[{floorIndex:E[2],floorplanData:E[11]}]):{};t.$set(I),E[3]||E[5]?g?(g.p(E,k),k&40&&x(g,1)):(g=zc(E),g.c(),x(g,1),g.m(i.parentNode,i)):g&&(ue(),O(g,1,1,()=>{g=null}),fe());const j=k&2052?yt(A,[{floorplanData:E[11],floorIndex:E[2]}]):{};s.$set(j),E[6]?m?(m.p(E,k),k&64&&x(m,1)):(m=Oc(E),m.c(),x(m,1),m.m(r.parentNode,r)):m&&(ue(),O(m,1,1,()=>{m=null}),fe()),E[10]?v?(v.p(E,k),k&1024&&x(v,1)):(v=Bc(E),v.c(),x(v,1),v.m(a.parentNode,a)):v&&(ue(),O(v,1,1,()=>{v=null}),fe()),E[4]?y?(y.p(E,k),k&16&&x(y,1)):(y=Vc(E),y.c(),x(y,1),y.m(l.parentNode,l)):y&&(ue(),O(y,1,1,()=>{y=null}),fe()),E[22]?P?(P.p(E,k),k&4194304&&x(P,1)):(P=Rc(E),P.c(),x(P,1),P.m(c.parentNode,c)):P&&(ue(),O(P,1,1,()=>{P=null}),fe())},i(E){h||(x(t.$$.fragment,E),x(g),x(s.$$.fragment,E),x(m),x(v),x(y),x(P),h=!0)},o(E){O(t.$$.fragment,E),O(g),O(s.$$.fragment,E),O(m),O(v),O(y),O(P),h=!1},d(E){ne(t,E),E&&z(e),g&&g.d(E),E&&z(i),ne(s,E),E&&z(o),m&&m.d(E),E&&z(r),v&&v.d(E),E&&z(a),y&&y.d(E),E&&z(l),P&&P.d(E),E&&z(c)}}}function Tv(n){let t,e;return t=new Av({props:{missingFloorConfig:n[18]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&262144&&(o.missingFloorConfig=i[18]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function zc(n){let t,e;const i=[{floorIndex:n[2],floorplanData:n[11],hoveredRoom:n[24],highlightData:n[17]}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new Df({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&16910340?yt(i,[{floorIndex:o[2],floorplanData:o[11],hoveredRoom:o[24],highlightData:o[17]}]):{};t.$set(a)},i(o){e||(x(t.$$.fragment,o),e=!0)},o(o){O(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Oc(n){let t,e;const i=[{floorplanData:n[11],roomAreaEnable:n[7],roomNameEnable:n[8],roomDimensionEnable:n[9],floorIndex:n[2],getRoomAreaText:n[12],getRoomDimensionText:n[13],getLabelElement:n[14],hoveredRoom:n[24],adaptiveRoomLabelVisibleEnable:n[16]}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new jA({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&16874372?yt(i,[{floorplanData:o[11],roomAreaEnable:o[7],roomNameEnable:o[8],roomDimensionEnable:o[9],floorIndex:o[2],getRoomAreaText:o[12],getRoomDimensionText:o[13],getLabelElement:o[14],hoveredRoom:o[24],adaptiveRoomLabelVisibleEnable:o[16]}]):{};t.$set(a)},i(o){e||(x(t.$$.fragment,o),e=!0)},o(o){O(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Bc(n){let t,e;const i=[{floorplanData:n[11],floorIndex:n[2],getRuleDistanceText:n[15]}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new GA({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&34820?yt(i,[{floorplanData:o[11],floorIndex:o[2],getRuleDistanceText:o[15]}]):{};t.$set(a)},i(o){e||(x(t.$$.fragment,o),e=!0)},o(o){O(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Vc(n){let t,e;const i=[{panoIndex:n[0],floorplanData:n[11],lastPanoramaLongitude:n[19],cameraImageUrl:n[20]}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new wv({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&1574913?yt(i,[{panoIndex:o[0],floorplanData:o[11],lastPanoramaLongitude:o[19],cameraImageUrl:o[20]}]):{};t.$set(a)},i(o){e||(x(t.$$.fragment,o),e=!0)},o(o){O(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Rc(n){let t,e;return t=new xv({props:{floorplanData:n[11],northDesc:n[21]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2048&&(o.floorplanData=i[11]),s&2097152&&(o.northDesc=i[21]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function Lv(n){let t,e,i,s,o;const r=[Tv,Sv],a=[];function l(c,h){return c[23]?1:0}return e=l(n),i=a[e]=r[e](n),{c(){t=S("div"),i.c(),C(t,"class",s=_e(`floorplan-plugin__floor${n[1]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz")},m(c,h){B(c,t,h),a[e].m(t,null),o=!0},p(c,[h]){let u=e;e=l(c),e===u?a[e].p(c,h):(ue(),O(a[u],1,1,()=>{a[u]=null}),fe(),i=a[e],i?i.p(c,h):(i=a[e]=r[e](c),i.c()),x(i,1),i.m(t,null)),(!o||h&2&&s!==(s=_e(`floorplan-plugin__floor${c[1]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz"))&&C(t,"class",s)},i(c){o||(x(i),o=!0)},o(c){O(i),o=!1},d(c){c&&z(t),a[e].d()}}}function jv(n,t,e){let i,s,{panoIndex:o}=t,{isCurrent:r}=t,{floorIndex:a}=t,{highlightEnable:l}=t,{cameraEnable:c}=t,{hoverEnable:h}=t,{roomLabelsEnable:u}=t,{roomAreaEnable:f}=t,{roomNameEnable:g}=t,{roomDimensionEnable:A}=t,{ruleLabelsEnable:p}=t,{floorplanData:m}=t,{getRoomAreaText:v}=t,{getRoomDimensionText:y}=t,{getLabelElement:P}=t,{getRuleDistanceText:E}=t,{adaptiveRoomLabelVisibleEnable:k}=t,{highlightData:I}=t,{missingFloorConfig:j}=t,{lastPanoramaLongitude:R}=t,{cameraImageUrl:U}=t,{northDesc:W}=t,{compassEnable:N}=t;const Q=Cl(void 0);return n.$$set=H=>{"panoIndex"in H&&e(0,o=H.panoIndex),"isCurrent"in H&&e(1,r=H.isCurrent),"floorIndex"in H&&e(2,a=H.floorIndex),"highlightEnable"in H&&e(3,l=H.highlightEnable),"cameraEnable"in H&&e(4,c=H.cameraEnable),"hoverEnable"in H&&e(5,h=H.hoverEnable),"roomLabelsEnable"in H&&e(6,u=H.roomLabelsEnable),"roomAreaEnable"in H&&e(7,f=H.roomAreaEnable),"roomNameEnable"in H&&e(8,g=H.roomNameEnable),"roomDimensionEnable"in H&&e(9,A=H.roomDimensionEnable),"ruleLabelsEnable"in H&&e(10,p=H.ruleLabelsEnable),"floorplanData"in H&&e(11,m=H.floorplanData),"getRoomAreaText"in H&&e(12,v=H.getRoomAreaText),"getRoomDimensionText"in H&&e(13,y=H.getRoomDimensionText),"getLabelElement"in H&&e(14,P=H.getLabelElement),"getRuleDistanceText"in H&&e(15,E=H.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in H&&e(16,k=H.adaptiveRoomLabelVisibleEnable),"highlightData"in H&&e(17,I=H.highlightData),"missingFloorConfig"in H&&e(18,j=H.missingFloorConfig),"lastPanoramaLongitude"in H&&e(19,R=H.lastPanoramaLongitude),"cameraImageUrl"in H&&e(20,U=H.cameraImageUrl),"northDesc"in H&&e(21,W=H.northDesc),"compassEnable"in H&&e(22,N=H.compassEnable)},n.$$.update=()=>{n.$$.dirty&2052&&e(25,i=m.floorDatas[a]),n.$$.dirty&33554432&&e(23,s=i.rooms.length>0)},[o,r,a,l,c,h,u,f,g,A,p,m,v,y,P,E,k,I,j,R,U,W,N,s,Q,i]}let zv=class extends ce{constructor(t){super(),le(this,t,jv,Lv,ae,{panoIndex:0,isCurrent:1,floorIndex:2,highlightEnable:3,cameraEnable:4,hoverEnable:5,roomLabelsEnable:6,roomAreaEnable:7,roomNameEnable:8,roomDimensionEnable:9,ruleLabelsEnable:10,floorplanData:11,getRoomAreaText:12,getRoomDimensionText:13,getLabelElement:14,getRuleDistanceText:15,adaptiveRoomLabelVisibleEnable:16,highlightData:17,missingFloorConfig:18,lastPanoramaLongitude:19,cameraImageUrl:20,northDesc:21,compassEnable:22},Dv)}};function Ov(n){ge(n,"svelte-86bqav",".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}")}function Hc(n,t,e){const i=n.slice();return i[24]=t[e],i}function Nc(n){let t,e,i,s=n[14].floorDatas,o=[];for(let a=0;a<s.length;a+=1)o[a]=Gc(Hc(n,s,a));const r=a=>O(o[a],1,1,()=>{o[a]=null});return{c(){t=S("div");for(let a=0;a<o.length;a+=1)o[a].c();C(t,"class","floorplan-main svelte-86bqav")},m(a,l){B(a,t,l);for(let c=0;c<o.length;c+=1)o[c]&&o[c].m(t,null);i=!0},p(a,l){if(n=a,l&16777212){s=n[14].floorDatas;let c;for(c=0;c<s.length;c+=1){const h=Hc(n,s,c);o[c]?(o[c].p(h,l),x(o[c],1)):(o[c]=Gc(h),o[c].c(),x(o[c],1),o[c].m(t,null))}for(ue(),c=s.length;c<o.length;c+=1)r(c);fe()}},i(a){if(!i){for(let l=0;l<s.length;l+=1)x(o[l]);e||Je(()=>{e=sn(t,gt,{duration:n[0],easing:gi}),e.start()}),i=!0}},o(a){o=o.filter(Boolean);for(let l=0;l<o.length;l+=1)O(o[l]);i=!1},d(a){a&&z(t),Qt(o,a)}}}function Gc(n){let t,e;const i=[{hoverEnable:n[6],highlightEnable:n[7],floorplanData:n[14],getRoomAreaText:n[17],getRoomDimensionText:n[18],getLabelElement:n[19],getRuleDistanceText:n[20],roomLabelsEnable:n[9],roomAreaEnable:n[10],roomNameEnable:n[11],roomDimensionEnable:n[12],ruleLabelsEnable:n[13],adaptiveRoomLabelVisibleEnable:n[21],highlightData:n[22],missingFloorConfig:n[23],panoIndex:n[3],cameraEnable:n[5],cameraImageUrl:n[16],lastPanoramaLongitude:n[15],compassEnable:n[8],northDesc:n[2]},{floorIndex:n[24].floorIndex},{isCurrent:n[24].floorIndex===n[4]}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new zv({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&16777212?yt(i,[r&16777196&&{hoverEnable:o[6],highlightEnable:o[7],floorplanData:o[14],getRoomAreaText:o[17],getRoomDimensionText:o[18],getLabelElement:o[19],getRuleDistanceText:o[20],roomLabelsEnable:o[9],roomAreaEnable:o[10],roomNameEnable:o[11],roomDimensionEnable:o[12],ruleLabelsEnable:o[13],adaptiveRoomLabelVisibleEnable:o[21],highlightData:o[22],missingFloorConfig:o[23],panoIndex:o[3],cameraEnable:o[5],cameraImageUrl:o[16],lastPanoramaLongitude:o[15],compassEnable:o[8],northDesc:o[2]},r&16384&&{floorIndex:o[24].floorIndex},r&16400&&{isCurrent:o[24].floorIndex===o[4]}]):{};t.$set(a)},i(o){e||(x(t.$$.fragment,o),e=!0)},o(o){O(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Bv(n){let t,e,i=n[1]&&Nc(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&x(i,1)):(i=Nc(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function Vv(n,t,e){let{duration:i=0}=t,{visible:s}=t,{northDesc:o}=t,{panoIndex:r}=t,{floorIndex:a}=t,{cameraEnable:l}=t,{hoverEnable:c}=t,{highlightEnable:h}=t,{compassEnable:u}=t,{roomLabelsEnable:f}=t,{roomAreaEnable:g}=t,{roomNameEnable:A}=t,{roomDimensionEnable:p}=t,{ruleLabelsEnable:m}=t,{floorplanData:v}=t,{lastPanoramaLongitude:y}=t,{cameraImageUrl:P}=t,{getRoomAreaText:E}=t,{getRoomDimensionText:k}=t,{getLabelElement:I}=t,{getRuleDistanceText:j}=t,{adaptiveRoomLabelVisibleEnable:R}=t,{highlightData:U}=t,{missingFloorConfig:W}=t;return n.$$set=N=>{"duration"in N&&e(0,i=N.duration),"visible"in N&&e(1,s=N.visible),"northDesc"in N&&e(2,o=N.northDesc),"panoIndex"in N&&e(3,r=N.panoIndex),"floorIndex"in N&&e(4,a=N.floorIndex),"cameraEnable"in N&&e(5,l=N.cameraEnable),"hoverEnable"in N&&e(6,c=N.hoverEnable),"highlightEnable"in N&&e(7,h=N.highlightEnable),"compassEnable"in N&&e(8,u=N.compassEnable),"roomLabelsEnable"in N&&e(9,f=N.roomLabelsEnable),"roomAreaEnable"in N&&e(10,g=N.roomAreaEnable),"roomNameEnable"in N&&e(11,A=N.roomNameEnable),"roomDimensionEnable"in N&&e(12,p=N.roomDimensionEnable),"ruleLabelsEnable"in N&&e(13,m=N.ruleLabelsEnable),"floorplanData"in N&&e(14,v=N.floorplanData),"lastPanoramaLongitude"in N&&e(15,y=N.lastPanoramaLongitude),"cameraImageUrl"in N&&e(16,P=N.cameraImageUrl),"getRoomAreaText"in N&&e(17,E=N.getRoomAreaText),"getRoomDimensionText"in N&&e(18,k=N.getRoomDimensionText),"getLabelElement"in N&&e(19,I=N.getLabelElement),"getRuleDistanceText"in N&&e(20,j=N.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in N&&e(21,R=N.adaptiveRoomLabelVisibleEnable),"highlightData"in N&&e(22,U=N.highlightData),"missingFloorConfig"in N&&e(23,W=N.missingFloorConfig)},[i,s,o,r,a,l,c,h,u,f,g,A,p,m,v,y,P,E,k,I,j,R,U,W]}let Pl=class extends ce{constructor(t){super(),le(this,t,Vv,Bv,ae,{duration:0,visible:1,northDesc:2,panoIndex:3,floorIndex:4,cameraEnable:5,hoverEnable:6,highlightEnable:7,compassEnable:8,roomLabelsEnable:9,roomAreaEnable:10,roomNameEnable:11,roomDimensionEnable:12,ruleLabelsEnable:13,floorplanData:14,lastPanoramaLongitude:15,cameraImageUrl:16,getRoomAreaText:17,getRoomDimensionText:18,getLabelElement:19,getRuleDistanceText:20,adaptiveRoomLabelVisibleEnable:21,highlightData:22,missingFloorConfig:23},Ov)}};const Rv="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAwCAYAAACFUvPfAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAALaADAAQAAAABAAAAMAAAAADe2FZjAAAEF0lEQVRoBe2WzWskRRiHf13V092TxI2oEzYeVDwITtyDuCiihwiCePGgxIM3vYgHL4J4UIhBRA8i/gPqyUvWg7AiIuIeloDiYUHJLOK6BPwIk9nNODM9Xf1RVe1b3elJRjCZmQ6euqGmuqer33rq4e23GqiOykBloDJQGagMVAYqA5WBykBlYFYD1qwP/tdzaZqOx9zYOLxeX0+L5yzLGp0X/03a25MOnGRcBtx+6Rlo9SL08G4EooFnxa8Yiivox5/h5Ys/4cl7NVorNDRnngX+0MIkVMeMSf23zyKML8J7/Dy8hwF2Buh9CnS+AEQIdLspBuGb+M7/qLW4qJrNpsLapjYhpwVnx3BMfCtNNx3Etc9xywvnMf80wG8HmQainw0RxSGrnmeBp+8k5/j9S0HbvXb5io0Lz880/0wPHV1NlhLd316He+4xOCv5ragF7L9PrH1qBJyB0626x/lC+qrSvH5r/W+n1WpxUM5nMY4GPeH8lHJaPgfeAFQHCL+ntkXT+vnUc3W6pvTIwC0wy3rA4dwLmK2avZ7Eo9uKBuYJfgJscbs8dLCxDMt+EOEPBEZNEWyBYHqTz6bPXrzUnNrSShxHIsYiOL69zrCGLLcLqJP68tB+9w5wj+YhWDafQ2s61wNqxjZhmrQ2pvMFCEvXuCUZ7wqH794ZWs28LJqlTXSUyuksF2M/yOwqgkx2c1ADa4wLAQRk2sAGQQakhN6yFC2hltfz5kSY44NKQeeh+vtI/SSzWhg2CzCgmWISmKUGmaYFBDfCSymnfxJ6/+ospVcWOLLp5DGP/y0P/Rp66O99DQNq7Po3Ds0a0wY+My2QSv2N2mO/OyxR2o6UQk+Lv7yJ06JYSnnolZVU9cUn2O9SmaMWGFBqYXRwbqAJWIi94TX5biotpcGl1DXZ6LnqIbNDTnmUgi52Mv5l5ysMxIcZcGjy2DTK4ZHlcBC14zeSge4qphICjj3bS0A7o9nSp2TOkm7aZ8bGZy/jxhO87V91G0+dfY/Z7BWIIK9KYUi5qy/Hf8YfBG3sqJTHiQWhmTVkbip+wX3x6volVSx+LPAxF+VLXhZ8VQ+iP2Rta/iWe5v42Fngj0BbdnRTXh12ZIcKhTaGbcYjybRwXBU1lu9KlndXp04NM52poKWO0RZsviNaP9a6grkO972+st05pXhE5c1hTEluJy7XUejGUQNLMbAmTdWY1rKBLW3aTJqBZ7nZkb36DhYCreeYHbMUXHvaYi5XDK70EcgulmRjm77wNtenzuXCbmnTRaAx493rbGf3Jr/njMzj920CnKdUaFCjlDioy7NYNvOdGrQJNgI32/L2tkXfFPlxgToqjWVhD6KdLnQRdARf/HHQz2r2X2Gqy8pAZaAyUBmoDFQGKgP/q4F/AJYg9/s0ZoABAAAAAElFTkSuQmCC";function Hv(n){return G(this,null,function*(){const t=new Headers({"Content-Type":"text/plain"}),e=function(s){return G(this,null,function*(){const o={index:s.index,url:s.url,svgUrl:s.svg_url};if(s.svg_url){const r=yield fetch(s.svg_url,{headers:t}).then(a=>a.text());o.svgContent=r}return o})};return yield Promise.all(n.map(e))})}function Nv(n){const t={id:n.id,size:n.size,name:n.name,path:n.path,roomType:n.room_type,floorType:n.floor_type,roomLabel:{position:n.room_label.position,positionInImage:n.room_label.position_in_image},observerIndexs:n.observer_indexs};return n.dimension&&Object.assign(t,{dimension:n.dimension}),t}function Gv(n){return{floorName:n.floor_name,floorIndex:n.floor_index,rooms:n.rooms.map(Nv),rules:n.rules}}function Qv(n){return{index:n.index,floorIndex:n.floor_index,position:n.position,positionInImage:n.position_in_image}}function Fv(n){return{rad:n.rad,position:n.position,positionInImage:n.position_in_image,northRad:n.north_rad,roomId:n.room_id,floorIndex:n.floor_index}}function Mi(n){return G(this,null,function*(){const t=yield Hv(n.outlines),e=n.computed_data.bounding,i=n.computed_data.floor_datas.map(Gv),s=n.computed_data.entrance?Fv(n.computed_data.entrance):null;return{outlines:t,entrance:s,bounding:e,floorDatas:i,observers:n.computed_data.observers.map(Qv)}})}function _v(n,t,e){return n.map(s=>{const o=s.position,r=s.icon?s.icon:{url:Rv,width:45,height:48},a=_A(o,t),l=QA(o,e),c=FA(l,e);return{floorIndex:a,icon:r,id:s.id,position:l,positionInImage:c}})}function Wv(n,t){return t(n),n}function Vn(n,t){return Wv({},e=>{for(const i in n)t.indexOf(i)===-1&&(e[i]=n[i])})}function Qc(n,t){const e=Math.max(...n.work.observers.map(i=>i.floorIndex));return t>e?n.model.bounding.max.y:Math.max(...n.work.observers.filter(i=>i.floorIndex===t).map(i=>i.standingPosition.y))}function Il(n,t,e=Pi.BOUNDING_CENTER){const i=Qc(n,t),s=Qc(n,t+1);return e===Pi.BOUNDING_CENTER?(n.model.bounding.max.y+n.model.bounding.min.y)/2:e===Pi.CEILING?s:i}function El(n,t,e,i){const s=Il(n,e,i==null?void 0:i.attachedTo),o=new w.Vector3(0,s,0),r=new w.Vector3(1,s,0),a=o.clone().project(n.camera),l=r.clone().project(n.camera);return Math.abs((l.x-a.x)/1e3)*(t.getBoundingClientRect().width/2)}let on=class{constructor(t,e){d(this,"VERSION","3.28.0");d(this,"five");d(this,"hooks",new ti);d(this,"staticPrefix","//vr-image-4.realsee-cdn.cn");this.five=t,e!=null&&e.staticPrefix&&(this.staticPrefix=e.staticPrefix)}getCurrentState(){return this.state}absoluteUrl(t){return ll(this.staticPrefix,t)}},pi=class extends on{};var Dt=(n=>(n.UnknownError="UnknownError",n.DataNotLoaded="DataNotLoaded",n.UpdateSizeError="UpdateSizeError",n.BreakOffByHide="BreakOffByHide",n.BreakOffByDisable="BreakOffByDisable",n.ModelNotLoaded="ModelNotLoaded",n.ChangeModeError="ChangeModeError",n.UpdateCameraError="UpdateCameraError",n))(Dt||{});const Tf=500,Uv=80;function Ui(n,t,e=4){return Math.abs(n-t)<Math.pow(10,-e)}function Lf(n,t,e=4){const i=Math.PI*2,s=n%i,o=t%i,r=Math.min(s,o),a=Math.max(s,o);return Ui(r,a,e)||Ui(r+i,a,e)}Object.assign(window,{nearlyEqual:Ui,nearlyEqualRad:Lf});function Yv(n){return Object.prototype.toString.call(n)==="[object Object]"}function Fc(n){return Yv(n)&&!!n.isVector3}function Ml(n,t){return G(this,null,function*(){const[e]=yield qi(n.changeMode(...t));if(e)throw new Error("change mode canceled");yield new Promise(r=>{n.once("initAnimationWillStart",()=>{n.once("initAnimationEnded",()=>r())})});const i=t[1];if(!i)return!0;const s=n.getCurrentState();if(!Xv(i,s))throw new Error("pose 与预期不符")})}function Xv(n,t){return Object.keys(n).every(e=>{const i=t[e],s=n[e];return i===void 0||s===void 0?!0:e==="longitude"||e==="latitude"?Lf(i,s,2):typeof i=="number"&&typeof s=="number"?Ui(i,s,2):Fc(s)&&Fc(i)?s.distanceTo(i)<.01:i===s})}function Zv(n,t){if(n.currentMode!==t.mode)return!1;const{latitude:e,longitude:i,fov:s,offset:o}=t,{latitude:r,longitude:a,offset:l}=n.getCurrentState(),c=n.camera.fov;return!(!Ui(e,r,2)||!Ui(i,a,2)||o!==void 0&&o.distanceTo(l)>.01||!Ui(s,c,2))}function jf(n,t,e=!0){return G(this,null,function*(){if(Zv(n,t)===!0)return;const s=n.getCurrentState();if(s.mode!==t.mode){const[h]=yield qi(Ml(n,[t.mode,t,void 0,e]));if(h)throw h;return}const{latitude:o,longitude:r,fov:a}=s,l=Math.min(1e3,Math.max(200,Math.abs(o-Math.PI/2)*1e3,(r>Math.PI?2*Math.PI-r:r)*500,typeof t.fov=="number"?Math.abs(a-t.fov)*10:1/0)),[c]=yield qi(n.updateCamera(Vn(t,["mode"]),l,e));if(c)throw new Error(Dt.UpdateCameraError)})}function Rn(n,t,e=300){const i=n.getElement();i&&(i.style.opacity=t+"",i.style.transition=e===0?"none":`opacity ${e}ms linear`,e!==0&&Promise.race([new Promise(s=>i.addEventListener("transitionend",s,{once:!0})),new Promise(s=>setTimeout(s,e))]).then(()=>{i.style.transition="none"}))}function Jv(n){const{latitude:t,longitude:e}=n,i=Math.abs(t-Math.PI/2)>5*Math.PI/180,s=e>5*(Math.PI/180)&&e<355*(Math.PI/180);return i||s}function qv(n){const{latitude:t,longitude:e}=n,i=Math.abs(t-Math.PI/2)<10*Math.PI/180,s=e<30*(Math.PI/180)||e>330*(Math.PI/180);return i&&s}let Kv=class extends pi{constructor(e,i){var l,c,h;super(e);d(this,"name","modelFloorplanPlugin");d(this,"state");d(this,"data");d(this,"showState");d(this,"showPromise");d(this,"app");d(this,"panoIndex",0);d(this,"floorIndex",0);d(this,"selector");d(this,"showRejection");d(this,"wrapper");d(this,"container",document.createElement("div"));d(this,"lastPanoramaLongitude",0);d(this,"size",{width:0,height:0});d(this,"defaultMissingFloorConfig");d(this,"hasAddedEventListener",!1);d(this,"isHiddenByHideFunc",!1);d(this,"highlightData",{});d(this,"dispose",()=>{var e,i;this.removeEventListener(),(e=this.app)==null||e.$destroy(),this.app=void 0,(i=this.container)==null||i.remove(),this.data=void 0,this.wrapper=void 0,this.selector=void 0,this.hooks.emit("dispose")});d(this,"show",(...i)=>G(this,[...i],function*(e={}){if(!this.state.enabled||!this.showPromise&&this.state.visible)return;const s=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},s),this._show(e)}));d(this,"hide",(...i)=>G(this,[...i],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));d(this,"updateSize",()=>{if(!this.data||!this.container||!this.wrapper)return!1;const{min:e,max:i}=this.data.bounding,s=i.x-e.x,o=i.y-e.y,r=this.state.config.attachedTo?{attachedTo:this.state.config.attachedTo}:void 0,a=El(this.five,this.wrapper,this.floorIndex,r),l=Math.ceil(s*a),c=Math.ceil(o*a);return this.size.width===l&&this.size.height===c||(this.container.style.width=l+"px",this.container.style.height=c+"px",this.size={width:l,height:c}),!0});d(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});d(this,"unhighlight",()=>{this.highlightData={},this.render()});d(this,"_disable",e=>{var s,o,r;const{userAction:i}=e;this.hooks.emit("disable",{userAction:i}),(s=this.showRejection)==null||s.call(this,Dt.BreakOffByDisable),this.showPromise=void 0,(o=this.app)==null||o.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});d(this,"_enable",e=>{const{userAction:i}=e;this.addEventListener(),this.wrapper&&(this.wrapper.append(this.container),this.hooks.emit("enable",{userAction:i}),this.state.visible&&this._show({userAction:i}))});d(this,"_show",e=>G(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.five.model)!=null&&r.loaded))throw new Error(Dt.ModelNotLoaded);if(!this.data)throw new Error(Dt.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=D(D({},i),e),o=()=>G(this,null,function*(){this.hooks.emit("show",{userAction:s.userAction,auto:s.isAutoShow});let a=!1,l;this.showRejection=u=>{a=!0,l=u};const[c]=yield qi(jf(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(Dt.UnknownError);if(!this.updateSize())throw new Error(Dt.UpdateSizeError);this.floorIndex=s.floorIndex,this.five.model.show(this.floorIndex)});return this.isHiddenByHideFunc=!1,this.showPromise=o().then(()=>{this.showPromise=void 0,this.showRejection=void 0;const a=s.modelOpacity,l=s.immediately?0:Tf;Rn(this.five,a,l),this.render(l),this.hooks.emit("showAnimationEnded",{auto:s.isAutoShow,userAction:s.userAction})}).catch(a=>{if(this.showPromise=void 0,this.showRejection=void 0,this.updateState({visible:!1},s.userAction),!s.isAutoShow&&a instanceof Error)throw a}),this.showPromise}));d(this,"_hide",e=>{var o;(o=this.showRejection)==null||o.call(this,Dt.BreakOffByHide),this.showPromise=void 0;const s=D(D({},{userAction:!0,isAutoHide:!1}),e);Rn(this.five,1,0),this.hooks.emit("hide",{auto:s.isAutoHide,userAction:s.userAction}),this.render()});d(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click"))return!1});d(this,"onFiveModelLoaded",()=>{if(this.state.enabled===!1||this.wrapper||!this.selector)return;const e=this.selector instanceof Element?this.selector:document.querySelector(this.selector);if(!e)throw new Error("不正确的父容器选择器");this.wrapper=e,e.append(this.container)});d(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});d(this,"onFiveInteriaPan",(e,i)=>{if(!i||this.state.config.autoShowEnable===!1||this.isHiddenByHideFunc)return;const s=this.five.getCurrentState();s.mode==="Floorplan"&&(this.state.visible||qv(s)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0})))});d(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});d(this,"onFiveCameraUpdate",(e,i)=>{if(!this.state.visible||this.showPromise)return;const s=this.five.getCurrentState();Jv(s)&&(this.updateState({visible:!1},i),this._hide({userAction:i,isAutoHide:!0}))});d(this,"onFiveWantsGesture",(e,i)=>{if(this.state.visible&&(i.length>1||e==="mouseWheel"))return!1});d(this,"onFiveWantsPanGesture",(e,i)=>{if(this.five.getCurrentState().mode==="Floorplan"&&this.state.config.autoShowEnable!==!1&&i&&this.state.visible)return this.five.updateCamera(this.showState,0),!1});d(this,"onFiveWantsTapGesture",()=>this.handleClick());d(this,"onFiveWantsChangeMode",(e,i)=>{i==="Panorama"&&e==="Floorplan"&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});d(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const i=this.five.getCurrentState().panoIndex;this.floorIndex=this.five.work.observers[i].floorIndex;return}this.floorIndex=e,this.updateSize(),this.render()}});i!=null&&i.selector&&(this.selector=i.selector,console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法")),this.showState={mode:"Floorplan",longitude:0,latitude:Math.PI/2,fov:Uv/((l=i==null?void 0:i.scale)!=null?l:1)},this.defaultMissingFloorConfig={imageURL:this.staticPrefix+"/release/web/saas/missing-floorplan.e274c596.png",imageWidth:200,imageHeight:120,text:(h=(c=i.i18n)==null?void 0:c.call(i,"暂无平面图"))!=null?h:"暂无平面图",textFontSize:14};const s={northDesc:"北",modelOpacity:1,cameraEnable:!0,highlightEnable:!1,hoverEnable:!0,compassEnable:!0,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,roomAreaEnable:!0,roomNameEnable:!0,roomDimensionEnable:!0,adaptiveRoomLabelVisibleEnable:!0,cameraImageUrl:Ei,attachedTo:Pi.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:D(D({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:u=>u,getRoomAreaText:u=>(u/1e6).toFixed(1)+"㎡",getRoomDimensionText:(u,f)=>(u/1e3).toFixed(1)+"m × "+(f/1e3).toFixed(1)+"m",getRuleDistanceText:u=>u.toString()},o=i?Vn(i,["selector","scale"]):{},r=D(D({},s.missingFloorConfig),o.missingFloorConfig),a=oe(D(D({},s),o),{missingFloorConfig:r});this.state={enabled:!0,visible:!1,config:a},this.initContainer(),e.once("dispose",this.dispose),this.addEventListener()}load(e,i,s=!0){return G(this,null,function*(){function o(h){return Object.prototype.hasOwnProperty.apply(h,["version"])}const r=e;r&&Hs(r.version)&&console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");const a=JSON.parse(JSON.stringify(e)),l=o(a)?a.data:a,c=this.data;this.data=yield Mi(l),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,c),i&&this.updateState(i,s),this.render()})}appendTo(e){if(this.wrapper=e,!!this.state.enabled)return e.appendChild(this.container),this.render(),this}enable(e={}){if(this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||i),this._enable({userAction:i})}disable(e={}){if(!this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||i),this._disable({userAction:i})}setState(e,i={}){const s=this.state,o=i.userAction!==void 0?i.userAction:!0;if(this.updateState(e,o),e.enabled!==void 0&&s.enabled!==e.enabled&&(e.enabled?this._enable({userAction:o}):this._disable({userAction:o})),e.visible!==void 0&&s.visible!==e.visible){const r={userAction:o};e.visible?this._show(r):this._hide(r)}this.render()}changeConfigs(e,i=!0){this.updateState({config:e},i),this.render()}formatData(e){return G(this,null,function*(){return yield Mi(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?D(D({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?oe(D(D({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=oe(D(D({},this.state),e),{config:r}),!bt(this.state,s,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}initContainer(){this.container.classList.add("floorplan-plugin"),Object.assign(this.container.style,{position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",zIndex:10,pointerEvents:"none"}),this.five.addExtraElement(this.container)}addEventListener(){if(!this.state.enabled||this.hasAddedEventListener)return;const e=this.five;e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.on("modeChange",this.onFiveModeChange),e.on("interiaPan",this.onFiveInteriaPan),e.on("panoArrived",this.onFivePanoArrived),e.on("cameraUpdate",this.onFiveCameraUpdate),e.on("wantsGesture",this.onFiveWantsGesture),e.on("wantsPanGesture",this.onFiveWantsPanGesture),e.on("wantsTapGesture",this.onFiveWantsTapGesture),e.on("wantsChangeMode",this.onFiveWantsChangeMode),e.on("modelShownFloorChange",this.onModelShownFloorChange)}removeEventListener(){const e=this.five;this.hasAddedEventListener=!1,e.off("modelLoaded",this.onFiveModelLoaded),e.off("modeChange",this.onFiveModeChange),e.off("interiaPan",this.onFiveInteriaPan),e.off("panoArrived",this.onFivePanoArrived),e.off("cameraUpdate",this.onFiveCameraUpdate),e.off("wantsGesture",this.onFiveWantsGesture),e.off("wantsPanGesture",this.onFiveWantsPanGesture),e.off("wantsTapGesture",this.onFiveWantsTapGesture),e.off("wantsChangeMode",this.onFiveWantsChangeMode),e.off("modelShownFloorChange",this.onModelShownFloorChange)}render(e){if(!this.state.enabled||!this.container||!this.data||this.size.width===0||this.showPromise)return;const i=oe(D({},this.state.config),{visible:this.state.visible,duration:e!=null?e:0,panoIndex:this.panoIndex,floorIndex:this.floorIndex,floorplanData:this.data,lastPanoramaLongitude:this.lastPanoramaLongitude,highlightData:this.highlightData});if(this.app)return this.app.$set(i);this.app=new Pl({target:this.container,intro:!0,props:i})}};const $v=(n,t)=>new Kv(n,t);function e0(n){const{latitude:t,longitude:e}=n,i=Math.abs(t-Math.PI/2)>5*Math.PI/180,s=e>5*(Math.PI/180)&&e<355*(Math.PI/180);return i||s}function t0(n){const{latitude:t,longitude:e}=n,i=Math.abs(t-Math.PI/2)<10*Math.PI/180,s=e<30*(Math.PI/180)||e>330*(Math.PI/180);return i&&s}let i0=class extends pi{constructor(e,i){var l,c;super(e);d(this,"name","modelFloorplanPlugin");d(this,"state");d(this,"data");d(this,"showState");d(this,"showPromise");d(this,"app");d(this,"panoIndex",0);d(this,"floorIndex",0);d(this,"selector");d(this,"showRejection");d(this,"wrapper");d(this,"container",document.createElement("div"));d(this,"lastPanoramaLongitude",0);d(this,"size",{width:0,height:0});d(this,"defaultMissingFloorConfig");d(this,"hasAddedEventListener",!1);d(this,"isHiddenByHideFunc",!1);d(this,"highlightData",{});d(this,"dispose",()=>{var e,i;this.removeEventListener(),(e=this.app)==null||e.$destroy(),this.app=void 0,(i=this.container)==null||i.remove(),this.data=void 0,this.wrapper=void 0,this.selector=void 0,this.hooks.emit("dispose")});d(this,"show",(...i)=>G(this,[...i],function*(e={}){if(!this.state.enabled||!this.showPromise&&this.state.visible)return;const s=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},s),this._show(e)}));d(this,"hide",(...i)=>G(this,[...i],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));d(this,"updateSize",()=>{if(!this.data||!this.container||!this.wrapper)return!1;const{min:e,max:i}=this.data.bounding,s=i.x-e.x,o=i.y-e.y,r=this.state.config.attachedTo?{attachedTo:this.state.config.attachedTo}:void 0,a=El(this.five,this.wrapper,this.floorIndex,r),l=Math.ceil(s*a),c=Math.ceil(o*a);return this.size.width===l&&this.size.height===c||(this.container.style.width=l+"px",this.container.style.height=c+"px",this.size={width:l,height:c}),!0});d(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});d(this,"unhighlight",()=>{this.highlightData={},this.render()});d(this,"_disable",e=>{var s,o,r;const{userAction:i}=e;this.hooks.emit("disable",{userAction:i}),(s=this.showRejection)==null||s.call(this,Dt.BreakOffByDisable),this.showPromise=void 0,(o=this.app)==null||o.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});d(this,"_enable",e=>{const{userAction:i}=e;this.addEventListener(),this.wrapper&&(this.wrapper.append(this.container),this.hooks.emit("enable",{userAction:i}),this.state.visible&&this._show({userAction:i}))});d(this,"_show",e=>G(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.five.model)!=null&&r.loaded))throw new Error(Dt.ModelNotLoaded);if(!this.data)throw new Error(Dt.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=D(D({},i),e),o=()=>G(this,null,function*(){this.hooks.emit("show",{userAction:s.userAction,auto:s.isAutoShow});let a=!1,l;this.showRejection=u=>{a=!0,l=u};const[c]=yield qi(jf(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(Dt.UnknownError);if(!this.updateSize())throw new Error(Dt.UpdateSizeError);this.updatePosition(),this.floorIndex=s.floorIndex,this.five.model.show(this.floorIndex)});return this.isHiddenByHideFunc=!1,this.showPromise=o().then(()=>{this.showPromise=void 0,this.showRejection=void 0;const a=s.modelOpacity,l=s.immediately?0:Tf;Rn(this.five,a,l),this.render(l),this.hooks.emit("showAnimationEnded",{auto:s.isAutoShow,userAction:s.userAction})}).catch(a=>{if(this.showPromise=void 0,this.showRejection=void 0,this.updateState({visible:!1},s.userAction),!s.isAutoShow&&a instanceof Error)throw a}),this.showPromise}));d(this,"_hide",e=>{var o;(o=this.showRejection)==null||o.call(this,Dt.BreakOffByHide),this.showPromise=void 0;const s=D(D({},{userAction:!0,isAutoHide:!1}),e);Rn(this.five,1,0),this.hooks.emit("hide",{auto:s.isAutoHide,userAction:s.userAction}),this.render()});d(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click"))return!1});d(this,"onFiveModelLoaded",()=>{const i=this.five.model.bounding.getCenter(new w.Vector3);if(this.showState.offset=i,this.state.enabled===!1||this.wrapper||!this.selector)return;const s=this.selector instanceof Element?this.selector:document.querySelector(this.selector);if(!s)throw new Error("不正确的父容器选择器");this.wrapper=s,s.append(this.container)});d(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});d(this,"onFiveInteriaPan",(e,i)=>{if(!i||this.state.visible||this.state.config.autoShowEnable===!1||this.isHiddenByHideFunc)return;const s=this.five.getCurrentState();s.mode===this.showState.mode&&t0(s)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0}))});d(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});d(this,"onFiveCameraUpdate",(e,i)=>{if(!this.state.visible||this.showPromise)return;const s=this.five.getCurrentState();this.updatePosition(),this.updateSize(),e0(s)&&(this.updateState({visible:!1},i),this._hide({userAction:i}))});d(this,"onFiveWantsPanGesture",(e,i)=>{if(this.five.getCurrentState().mode===this.showState.mode&&this.state.config.autoShowEnable!==!1&&i&&this.state.visible)return this.five.updateCamera(Vn(this.showState,["offset"]),0),!1});d(this,"onFiveWantsTapGesture",()=>this.handleClick());d(this,"onFiveWantsChangeMode",(e,i)=>{i==="Panorama"&&e===this.showState.mode&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});d(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const i=this.five.getCurrentState().panoIndex;this.floorIndex=this.five.work.observers[i].floorIndex;return}this.floorIndex=e,this.updateSize(),this.render()}});i!=null&&i.selector&&(this.selector=i.selector,console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法")),this.showState={mode:"Mapview",longitude:0,latitude:Math.PI/2},this.defaultMissingFloorConfig={imageURL:this.staticPrefix+"/release/web/saas/missing-floorplan.e274c596.png",imageWidth:200,imageHeight:120,text:(c=(l=i.i18n)==null?void 0:l.call(i,"暂无平面图"))!=null?c:"暂无平面图",textFontSize:14};const s={northDesc:"北",modelOpacity:1,cameraEnable:!0,highlightEnable:!1,hoverEnable:!0,compassEnable:!0,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,roomAreaEnable:!0,roomNameEnable:!0,roomDimensionEnable:!0,cameraImageUrl:Ei,attachedTo:Pi.BOUNDING_CENTER,getLabelElement:void 0,adaptiveRoomLabelVisibleEnable:!0,missingFloorConfig:D(D({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:h=>h,getRoomAreaText:h=>(h/1e6).toFixed(1)+"㎡",getRoomDimensionText:(h,u)=>(h/1e3).toFixed(1)+"m × "+(u/1e3).toFixed(1)+"m",getRuleDistanceText:h=>h.toString()},o=i?Vn(i,["selector","scale"]):{},r=D(D({},s.missingFloorConfig),o.missingFloorConfig),a=oe(D(D({},s),o),{missingFloorConfig:r});this.state={enabled:!0,visible:!1,config:a},this.initContainer(),e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.once("dispose",this.dispose),this.addEventListener()}load(e,i,s=!0){return G(this,null,function*(){function o(h){return Object.prototype.hasOwnProperty.apply(h,["version"])}const r=e;r&&Hs(r.version)&&console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");const a=JSON.parse(JSON.stringify(e)),l=o(a)?a.data:a,c=this.data;this.data=yield Mi(l),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,c),i&&this.updateState(i,s),this.render()})}appendTo(e){if(this.wrapper=e,!!this.state.enabled)return e.appendChild(this.container),this.render(),this}enable(e={}){if(this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||i),this._enable({userAction:i})}disable(e={}){if(!this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||i),this._disable({userAction:i})}setState(e,i={}){const s=this.state,o=i.userAction!==void 0?i.userAction:!0;if(this.updateState(e,o),e.enabled!==void 0&&s.enabled!==e.enabled&&(e.enabled?this._enable({userAction:o}):this._disable({userAction:o})),e.visible!==void 0&&s.visible!==e.visible){const r={userAction:o};e.visible?this._show(r):this._hide(r)}}changeConfigs(e,i=!0){this.updateState({config:e},i),this.render()}updatePosition(){var a;const e=Il(this.five,this.floorIndex,this.state.config.attachedTo),i=(a=this.five.model)==null?void 0:a.bounding.getCenter(new w.Vector3).setY(e);if(!i)return;const s=i.clone().project(this.five.camera),o=(s.x+1)/2,r=-(s.y-1)/2;this.container.style.left=o*100+"%",this.container.style.top=r*100+"%"}formatData(e){return G(this,null,function*(){return yield Mi(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?D(D({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?oe(D(D({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=oe(D(D({},this.state),e),{config:r}),!bt(this.state,s,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}initContainer(){this.container.classList.add("floorplan-plugin"),Object.assign(this.container.style,{position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",zIndex:10,pointerEvents:"none"}),this.five.addExtraElement(this.container)}addEventListener(){if(!this.state.enabled||this.hasAddedEventListener)return;const e=this.five;e.on("modeChange",this.onFiveModeChange),e.on("interiaPan",this.onFiveInteriaPan),e.on("panoArrived",this.onFivePanoArrived),e.on("cameraUpdate",this.onFiveCameraUpdate),e.on("wantsPanGesture",this.onFiveWantsPanGesture),e.on("wantsTapGesture",this.onFiveWantsTapGesture),e.on("wantsChangeMode",this.onFiveWantsChangeMode),e.on("modelShownFloorChange",this.onModelShownFloorChange)}removeEventListener(){const e=this.five;this.hasAddedEventListener=!1,e.off("modelLoaded",this.onFiveModelLoaded),e.off("modeChange",this.onFiveModeChange),e.off("panoArrived",this.onFivePanoArrived),e.off("cameraUpdate",this.onFiveCameraUpdate),e.off("wantsPanGesture",this.onFiveWantsPanGesture),e.off("wantsTapGesture",this.onFiveWantsTapGesture),e.off("wantsChangeMode",this.onFiveWantsChangeMode),e.off("modelShownFloorChange",this.onModelShownFloorChange)}render(e){if(!this.state.enabled||!this.container||!this.data||this.size.width===0||this.showPromise)return;const i=oe(D({},this.state.config),{visible:this.state.visible,duration:e!=null?e:0,panoIndex:this.panoIndex,floorIndex:this.floorIndex,floorplanData:this.data,lastPanoramaLongitude:this.lastPanoramaLongitude,highlightData:this.highlightData});if(this.app)return this.app.$set(i);this.app=new Pl({target:this.container,intro:!0,props:i})}};const n0=(n,t)=>new i0(n,t);let s0=class extends pi{constructor(e,i){var l,c;super(e);d(this,"name","topviewFloorplanPlugin");d(this,"state");d(this,"data");d(this,"app");d(this,"selector");d(this,"panoIndex",0);d(this,"floorIndex",0);d(this,"wrapper");d(this,"container",document.createElement("div"));d(this,"lastPanoramaLongitude",0);d(this,"size",{width:0,height:0});d(this,"defaultMissingFloorConfig");d(this,"hasAddedEventListener",!1);d(this,"isHiddenByHideFunc",!1);d(this,"highlightData",{});d(this,"updateSize",()=>{if(!this.data||!this.container||!this.wrapper||this.five.getCurrentState().mode!=="Topview")return!1;const{min:e,max:i}=this.data.bounding,s=i.x-e.x,o=i.y-e.y,r=this.state.config.attachedTo?{attachedTo:this.state.config.attachedTo}:void 0,a=El(this.five,this.wrapper,this.floorIndex,r),l=Math.ceil(s*a),c=Math.ceil(o*a);return this.size.width===l&&this.size.height===c||(this.container.style.width=l+"px",this.container.style.height=c+"px",this.size={width:l,height:c}),!0});d(this,"dispose",()=>{var e,i;this.removeEventListener(),(e=this.app)==null||e.$destroy(),this.app=void 0,(i=this.container)==null||i.remove(),this.data=void 0,this.wrapper=void 0,this.selector=void 0,this.hooks.emit("dispose")});d(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});d(this,"unhighlight",()=>{this.highlightData={},this.render()});d(this,"_disable",e=>{var s,o;const{userAction:i}=e;(s=this.app)==null||s.$destroy(),this.app=void 0,(o=this.container)==null||o.remove(),this.removeEventListener(),this.hooks.emit("disable",{userAction:i})});d(this,"onFiveModelLoaded",()=>{if(this.state.enabled===!1||this.wrapper||!this.selector)return;const e=this.selector instanceof Element?this.selector:document.querySelector(this.selector);if(!e)throw new Error("不正确的父容器选择器");this.wrapper=e,e.append(this.container)});d(this,"onFiveModeChange",(...[e,,,,i])=>{e!=="Topview"&&this.state.visible&&(this.updateState({visible:!1},i),this._hide({userAction:i}))});d(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});d(this,"onFiveCameraUpdate",(e,i)=>{this.state.visible&&(this.updatePosition(),this.updateSize())});d(this,"onFiveWantsGesture",e=>{if(!(e!=="pan"&&e!=="pinch"&&e!=="mouseWheel")&&this.state.visible&&!this.state.config.gestureEnable)return!1});d(this,"onFiveWantsMoveToPano",()=>{if(this.state.visible&&this.state.config.preventRoomClick)return!1});d(this,"onFiveInitAnimationEnded",(...[,,e])=>{const{mode:i}=this.five.getCurrentState();i==="Topview"&&!this.isHiddenByHideFunc&&!this.state.visible&&this.state.config.autoShowEnable&&(this.updateState({visible:!0},e),this._show({userAction:e}))});d(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const i=this.five.getCurrentState().panoIndex;this.floorIndex=this.five.work.observers[i].floorIndex;return}this.floorIndex=e,this.updateSize(),this.render()}});i!=null&&i.selector&&(this.selector=i.selector,console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法")),this.defaultMissingFloorConfig={imageURL:this.staticPrefix+"/release/web/saas/missing-floorplan.e274c596.png",imageWidth:200,imageHeight:120,text:(c=(l=i.i18n)==null?void 0:l.call(i,"暂无平面图"))!=null?c:"暂无平面图",textFontSize:14};const s={northDesc:"北",modelOpacity:1,cameraEnable:!0,hoverEnable:!0,highlightEnable:!1,compassEnable:!0,gestureEnable:!1,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,roomAreaEnable:!0,roomNameEnable:!0,roomDimensionEnable:!0,cameraImageUrl:Ei,attachedTo:Pi.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:D(D({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:h=>h,adaptiveRoomLabelVisibleEnable:!0,getRoomAreaText:h=>(h/1e6).toFixed(1)+"㎡",getRoomDimensionText:(h,u)=>(h/1e3).toFixed(1)+"m × "+(u/1e3).toFixed(1)+"m",getRuleDistanceText:h=>h.toString()},o=i?Vn(i,["selector","scale"]):{},r=D(D({},s.missingFloorConfig),o.missingFloorConfig),a=oe(D(D({},s),o),{missingFloorConfig:r});this.state={enabled:!0,visible:!1,config:a},this.initContainer(),e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.once("dispose",this.dispose),this.addEventListener()}load(e,i,s=!0){return G(this,null,function*(){function o(h){return Object.prototype.hasOwnProperty.apply(h,["version"])}const r=e;r&&Hs(r.version)&&console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");const a=JSON.parse(JSON.stringify(e)),l=o(a)?a.data:a,c=this.data;this.data=yield Mi(l),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,c),i&&this.updateState(i,s),this.render()})}updatePosition(){var a;const e=Il(this.five,this.floorIndex,this.state.config.attachedTo),i=(a=this.five.model)==null?void 0:a.bounding.getCenter(new w.Vector3).setY(e);if(!i)return;const s=i.clone().project(this.five.camera),o=(s.x+1)/2,r=-(s.y-1)/2;this.container.style.left=o*100+"%",this.container.style.top=r*100+"%"}appendTo(e){if(this.wrapper=e,!!this.state.enabled)return e.appendChild(this.container),this.render(),this}show(){return G(this,arguments,function*(e={}){if(this.state.visible)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},i),this._show({userAction:i})})}hide(){return G(this,arguments,function*(e={}){if(this.isHiddenByHideFunc=!0,!this.state.visible)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!1},i),this._hide({userAction:i})})}enable(e={}){if(this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||i),this._enable({userAction:i})}disable(e={}){if(!this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||i),this._disable({userAction:i})}setState(e,i={}){const s=this.state,o=i.userAction!==void 0?i.userAction:!0;if(this.updateState(e,o),e.enabled!==void 0&&s.enabled!==e.enabled){const r={userAction:o};e.enabled?this._enable(r):this._disable(r)}if(e.visible!==void 0&&s.visible!==e.visible){const r={userAction:o};e.visible?this._show(r):this._hide(r)}}changeConfigs(e,i=!0){this.updateState({config:e},i),this.render()}formatData(e){return G(this,null,function*(){return yield Mi(e.data)})}_show(e){return G(this,null,function*(){if(!this.state.enabled)return;this.isHiddenByHideFunc=!1;const{userAction:i}=e;this.hooks.emit("show",{userAction:i,auto:!1}),this.five.getCurrentState().mode!=="Topview"&&(yield Ml(this.five,["Topview",void 0,void 0,i])),this.five.model.show(this.floorIndex),this.updatePosition(),this.updateSize();const s=500,o=this.state.config.modelOpacity;Rn(this.five,o,s),this.hooks.emit("showAnimationEnded",{userAction:i,auto:!1}),this.render()})}_hide(e){return G(this,null,function*(){if(!this.state.enabled)return;const{userAction:i}=e;this.hooks.emit("hide",{userAction:i,auto:!1});const s=1,o=0;Rn(this.five,s,o),this.render()})}_enable(e){const{userAction:i}=e;this.addEventListener(),this.wrapper&&this.wrapper.append(this.container),this.hooks.emit("enable",{userAction:i}),this.state.visible&&this._show({userAction:i})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?D(D({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?oe(D(D({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=oe(D(D({},this.state),e),{config:r}),!bt(this.state,s,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}addEventListener(){if(!this.state.enabled||this.hasAddedEventListener)return;const e=this.five;e.on("modeChange",this.onFiveModeChange),e.on("panoArrived",this.onFivePanoArrived),e.on("cameraUpdate",this.onFiveCameraUpdate),e.on("wantsGesture",this.onFiveWantsGesture),e.on("wantsMoveToPano",this.onFiveWantsMoveToPano),e.on("initAnimationEnded",this.onFiveInitAnimationEnded),e.on("modelShownFloorChange",this.onModelShownFloorChange)}removeEventListener(){const e=this.five;this.hasAddedEventListener=!1,e.off("modeChange",this.onFiveModeChange),e.off("panoArrived",this.onFivePanoArrived),e.off("cameraUpdate",this.onFiveCameraUpdate),e.off("wantsGesture",this.onFiveWantsGesture),e.off("wantsMoveToPano",this.onFiveWantsMoveToPano),e.off("initAnimationEnded",this.onFiveInitAnimationEnded),e.off("modelShownFloorChange",this.onModelShownFloorChange)}initContainer(){this.container.classList.add("floorplan-plugin"),Object.assign(this.container.style,{position:"absolute",left:"50%",top:"50%",transform:"translate3d(-50%, -50%, 10px)",zIndex:10,pointerEvents:"none","will-change":"width, height"}),this.five.addExtraElement(this.container)}render(e){if(!this.state.enabled||!this.container||!this.data||this.size.width===0)return;const i=oe(D({},this.state.config),{visible:this.state.visible,duration:e!=null?e:0,panoIndex:this.panoIndex,floorIndex:this.floorIndex,floorplanData:this.data,lastPanoramaLongitude:this.lastPanoramaLongitude,highlightData:this.highlightData});if(this.app)return this.app.$set(i);this.app=new Pl({target:this.container,intro:!0,props:i})}};const o0=(n,t)=>new s0(n,t);function kl(n,t=200){let e;return function(...i){e||(n(...i),e=setTimeout(function(){e=null},t))}}function r0(n){ge(n,"svelte-1nqrlxd",".plugin-radar__camera-wrapper.svelte-1nqrlxd{width:100%;height:100%;position:absolute;pointer-events:none}.plugin-radar__camera-position.svelte-1nqrlxd{position:absolute;left:0;top:0;width:0;height:0;transform:none;pointer-events:none;transition:transform 1s linear}.plugin-radar__camera-rotate.svelte-1nqrlxd{position:absolute;left:-0.9375rem;top:-0.9375rem;width:1.0625rem;height:1.0625rem;transform-origin:0.9375rem 0.9375rem;transform:rotate(45deg);background-repeat:no-repeat;background-size:100%}")}function a0(n){let t,e,i;return{c(){t=S("div"),e=S("div"),i=S("div"),C(i,"class","plugin-radar__camera-rotate svelte-1nqrlxd"),T(i,"background-image","url("+(n[0]||Ei)+")"),T(i,"transform",n[1]),C(e,"class","plugin-radar__camera-position svelte-1nqrlxd"),T(e,"transform",n[2]),C(t,"class","plugin-radar__camera-wrapper svelte-1nqrlxd"),T(t,"opacity",n[3]?1:0)},m(s,o){B(s,t,o),L(t,e),L(e,i)},p(s,[o]){o&1&&T(i,"background-image","url("+(s[0]||Ei)+")"),(o&1||o&3)&&T(i,"transform",s[1]),o&4&&T(e,"transform",s[2]),o&8&&T(t,"opacity",s[3]?1:0)},i:J,o:J,d(s){s&&z(t)}}}function l0(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function c0(n,t,e){var y,P;let i,s,o,r,{five:a}=t,{pxmm:l}=t,{floorplanData:c}=t,{cameraImageUrl:h}=t,u=a.getCurrentState().panoIndex,f=a.getCurrentState().longitude,g=(P=(y=a.work.observers[a.getCurrentState().panoIndex])==null?void 0:y.floorIndex)!=null?P:0;function A(E,k){const I=E.bounding,j=E.observers[k];if(!j)return"";const R=(I.max.x-I.min.x)*l,U=(I.max.y-I.min.y)*l,W=Math.floor(j.positionInImage.x*R),N=Math.floor(j.positionInImage.y*U);return`translate(${W}px, ${N}px)`}function p(E){e(7,u=E)}function m(E){e(9,g=a.work.observers[E].floorIndex)}const v=kl(E=>{e(8,f=E.longitude)},1e3/60);return It(()=>(a.on("panoWillArrive",p),a.on("panoArrived",m),a.on("cameraDirectionUpdate",v),function(){a.off("panoWillArrive",p),a.off("panoArrived",m),a.off("cameraDirectionUpdate",v)})),n.$$set=E=>{"five"in E&&e(4,a=E.five),"pxmm"in E&&e(5,l=E.pxmm),"floorplanData"in E&&e(6,c=E.floorplanData),"cameraImageUrl"in E&&e(0,h=E.cameraImageUrl)},n.$$.update=()=>{n.$$.dirty&576&&e(10,i=c.floorDatas[g]),n.$$.dirty&1024&&e(3,s=i.rooms.length>0),n.$$.dirty&192&&e(2,o=A(c,u)),n.$$.dirty&256&&e(1,r=l0(f))},[h,r,o,s,a,l,c,u,f,g,i]}class h0 extends ce{constructor(t){super(),le(this,t,c0,a0,ae,{five:4,pxmm:5,floorplanData:6,cameraImageUrl:0},r0)}}function d0(n){ge(n,"svelte-1i87fz7",".plugin-pano-floorplan__extra-objects.svelte-1i87fz7{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.plugin-pano-floorplan__extra-object-item--position.svelte-1i87fz7{position:absolute;width:0;height:0}.plugin-pano-floorplan__extra-object-item.svelte-1i87fz7{transform:translate(-50%, -50%)}")}function _c(n,t,e){const i=n.slice();return i[1]=t[e],i}function Wc(n,t){let e,i,s=`${t[1].icon.width/16}rem`,o=`${t[1].icon.height/16}rem`,r,a=`${t[1].positionInImage.y*100}%`,l=`${t[1].positionInImage.x*100}%`;return{key:n,first:null,c(){e=S("div"),i=S("div"),r=$(),C(i,"class","plugin-pano-floorplan__extra-object-item svelte-1i87fz7"),T(i,"background-image",`url(${t[1].icon.url})`),T(i,"width",s),T(i,"height",o),C(e,"class","plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"),T(e,"top",a),T(e,"left",l),this.first=e},m(c,h){B(c,e,h),L(e,i),L(e,r)},p(c,h){t=c,h&1&&T(i,"background-image",`url(${t[1].icon.url})`);const u=h&1;u&&T(i,"width",s),u&&T(i,"height",o),h&1&&a!==(a=`${t[1].positionInImage.y*100}%`)&&T(e,"top",a),h&1&&l!==(l=`${t[1].positionInImage.x*100}%`)&&T(e,"left",l)},d(c){c&&z(e)}}}function u0(n){let t,e=[],i=new Map,s=n[0];const o=r=>r[1].id;for(let r=0;r<s.length;r+=1){let a=_c(n,s,r),l=o(a);i.set(l,e[r]=Wc(l,a))}return{c(){t=S("div");for(let r=0;r<e.length;r+=1)e[r].c();C(t,"class","plugin-pano-floorplan__extra-objects svelte-1i87fz7")},m(r,a){B(r,t,a);for(let l=0;l<e.length;l+=1)e[l]&&e[l].m(t,null)},p(r,[a]){a&1&&(s=r[0],e=_t(e,a,o,1,r,s,i,t,yl,Wc,null,_c))},i:J,o:J,d(r){r&&z(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function f0(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}class g0 extends ce{constructor(t){super(),le(this,t,f0,u0,ae,{extraObjects:0},d0)}}function m0(n){ge(n,"svelte-18287ai",".missing-floor-wrapper.svelte-18287ai{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:flex;justify-content:center;align-items:center}.missing-floor-image.svelte-18287ai{max-width:100%;max-height:100%}")}function p0(n){let t,e,i,s,o,r;const a=[{floorIndex:n[2],floorplanData:n[4]}];let l={};for(let h=0;h<a.length;h+=1)l=ft(l,a[h]);t=new kf({props:l}),i=new g0({props:{extraObjects:n[7]}});let c=n[3]&&Uc(n);return{c(){se(t.$$.fragment),e=$(),se(i.$$.fragment),s=$(),c&&c.c(),o=we()},m(h,u){ie(t,h,u),B(h,e,u),ie(i,h,u),B(h,s,u),c&&c.m(h,u),B(h,o,u),r=!0},p(h,u){const f=u&20?yt(a,[{floorIndex:h[2],floorplanData:h[4]}]):{};t.$set(f);const g={};u&128&&(g.extraObjects=h[7]),i.$set(g),h[3]?c?(c.p(h,u),u&8&&x(c,1)):(c=Uc(h),c.c(),x(c,1),c.m(o.parentNode,o)):c&&(ue(),O(c,1,1,()=>{c=null}),fe())},i(h){r||(x(t.$$.fragment,h),x(i.$$.fragment,h),x(c),r=!0)},o(h){O(t.$$.fragment,h),O(i.$$.fragment,h),O(c),r=!1},d(h){ne(t,h),h&&z(e),ne(i,h),h&&z(s),c&&c.d(h),h&&z(o)}}}function A0(n){let t,e,i;return{c(){t=S("div"),e=S("img"),C(e,"class","missing-floor-image svelte-18287ai"),at(e.src,i=n[6])||C(e,"src",i),C(e,"alt","缺省楼层"),C(t,"class","missing-floor-wrapper svelte-18287ai")},m(s,o){B(s,t,o),L(t,e)},p(s,o){o&64&&!at(e.src,i=s[6])&&C(e,"src",i)},i:J,o:J,d(s){s&&z(t)}}}function Uc(n){let t,e;const i=[{five:n[0],pxmm:n[1],floorIndex:n[2],floorplanData:n[4],onRoomHeightClick:n[9],highlightData:n[5],hoveredRoom:void 0}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new Df({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&567?yt(i,[{five:o[0],pxmm:o[1],floorIndex:o[2],floorplanData:o[4],onRoomHeightClick:o[9],highlightData:o[5],hoveredRoom:void 0}]):{};t.$set(a)},i(o){e||(x(t.$$.fragment,o),e=!0)},o(o){O(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function v0(n){let t,e,i,s;const o=[A0,p0],r=[];function a(l,c){return l[8]?1:0}return t=a(n),e=r[t]=o[t](n),{c(){e.c(),i=we()},m(l,c){r[t].m(l,c),B(l,i,c),s=!0},p(l,[c]){let h=t;t=a(l),t===h?r[t].p(l,c):(ue(),O(r[h],1,1,()=>{r[h]=null}),fe(),e=r[t],e?e.p(l,c):(e=r[t]=o[t](l),e.c()),x(e,1),e.m(i.parentNode,i))},i(l){s||(x(e),s=!0)},o(l){O(e),s=!1},d(l){r[t].d(l),l&&z(i)}}}function b0(n,t,e){let i,s,o,{five:r}=t,{pxmm:a}=t,{floorIndex:l}=t,{hoverEnable:c}=t,{floorplanData:h}=t,{extraObjects:u=[]}=t,{highlightData:f}=t,{missingFloorImageUrl:g}=t;const A=void 0;return n.$$set=p=>{"five"in p&&e(0,r=p.five),"pxmm"in p&&e(1,a=p.pxmm),"floorIndex"in p&&e(2,l=p.floorIndex),"hoverEnable"in p&&e(3,c=p.hoverEnable),"floorplanData"in p&&e(4,h=p.floorplanData),"extraObjects"in p&&e(10,u=p.extraObjects),"highlightData"in p&&e(5,f=p.highlightData),"missingFloorImageUrl"in p&&e(6,g=p.missingFloorImageUrl)},n.$$.update=()=>{n.$$.dirty&20&&e(11,i=h.floorDatas[l]),n.$$.dirty&2048&&e(8,s=i.rooms.length>0),n.$$.dirty&1028&&e(7,o=u==null?void 0:u.filter(p=>p.floorIndex===l))},[r,a,l,c,h,f,g,o,s,A,u,i]}class y0 extends ce{constructor(t){super(),le(this,t,b0,v0,ae,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorImageUrl:6},m0)}}function w0(n){ge(n,"svelte-1mvqyqq",".plugin-floorplan-radar.svelte-1mvqyqq{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.plugin-floorplan-radar-container.svelte-1mvqyqq{position:relative}")}function Yc(n){let t,e,i,s,o=n[8]!==0&&Xc(n);return{c(){t=S("div"),o&&o.c(),C(t,"class","plugin-floorplan-radar svelte-1mvqyqq")},m(r,a){B(r,t,a),o&&o.m(t,null),e=!0,i||(s=[Gt(Ti.call(null,t)),Ae(t,"clientWidth",n[14]),Ae(t,"clientHeight",n[15])],i=!0)},p(r,a){r[8]!==0?o?(o.p(r,a),a&256&&x(o,1)):(o=Xc(r),o.c(),x(o,1),o.m(t,null)):o&&(ue(),O(o,1,1,()=>{o=null}),fe())},i(r){e||(x(o),e=!0)},o(r){O(o),e=!1},d(r){r&&z(t),o&&o.d(),i=!1,tt(s)}}}function Xc(n){let t,e,i,s,o=`${n[10]}px`,r=`${n[13]}px`,a;const l=[{five:n[0],pxmm:n[11],floorIndex:n[12],floorplanData:n[3],hoverEnable:n[2],extraObjects:n[5],highlightData:n[6],missingFloorImageUrl:n[7]}];let c={};for(let f=0;f<l.length;f+=1)c=ft(c,l[f]);e=new y0({props:c});const h=[{pxmm:n[11],five:n[0],floorplanData:n[3],cameraImageUrl:n[4]}];let u={};for(let f=0;f<h.length;f+=1)u=ft(u,h[f]);return s=new h0({props:u}),{c(){t=S("div"),se(e.$$.fragment),i=$(),se(s.$$.fragment),C(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),T(t,"width",o),T(t,"height",r)},m(f,g){B(f,t,g),ie(e,t,null),L(t,i),ie(s,t,null),a=!0},p(f,g){const A=g&6381?yt(l,[{five:f[0],pxmm:f[11],floorIndex:f[12],floorplanData:f[3],hoverEnable:f[2],extraObjects:f[5],highlightData:f[6],missingFloorImageUrl:f[7]}]):{};e.$set(A);const p=g&2073?yt(h,[{pxmm:f[11],five:f[0],floorplanData:f[3],cameraImageUrl:f[4]}]):{};s.$set(p),g&1024&&o!==(o=`${f[10]}px`)&&T(t,"width",o),g&8192&&r!==(r=`${f[13]}px`)&&T(t,"height",r)},i(f){a||(x(e.$$.fragment,f),x(s.$$.fragment,f),a=!0)},o(f){O(e.$$.fragment,f),O(s.$$.fragment,f),a=!1},d(f){f&&z(t),ne(e),ne(s)}}}function C0(n){let t,e,i=n[1]&&Yc(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&x(i,1)):(i=Yc(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function P0(n,t,e){var E,k;let{five:i}=t,{visible:s}=t,{hoverEnable:o}=t,{floorplanData:r}=t,{cameraImageUrl:a}=t,{extraObjects:l=[]}=t,{highlightData:c}=t,{missingFloorImageUrl:h}=t,u=0,f=(k=(E=i.work.observers[i.getCurrentState().panoIndex])==null?void 0:E.floorIndex)!=null?k:0,g=0,A=0,p=0,m=0;function v(I){e(12,f=i.work.observers[I].floorIndex)}It(()=>(i.on("panoArrived",v),()=>{i.off("panoArrived",v)}));const y=I=>{e(8,g=I.detail)},P=I=>{e(9,A=I.detail)};return n.$$set=I=>{"five"in I&&e(0,i=I.five),"visible"in I&&e(1,s=I.visible),"hoverEnable"in I&&e(2,o=I.hoverEnable),"floorplanData"in I&&e(3,r=I.floorplanData),"cameraImageUrl"in I&&e(4,a=I.cameraImageUrl),"extraObjects"in I&&e(5,l=I.extraObjects),"highlightData"in I&&e(6,c=I.highlightData),"missingFloorImageUrl"in I&&e(7,h=I.missingFloorImageUrl)},n.$$.update=()=>{if(n.$$.dirty&1800){const I=Math.min(g,A),{max:j,min:R}=r.bounding,U=j.x-R.x,W=j.y-R.y,N=function(){return U>W?[I,I/U*W]:[I/W*U,I]}();e(10,p=N[0]),e(13,m=N[1]),e(11,u=p/U)}},[i,s,o,r,a,l,c,h,g,A,p,u,f,m,y,P]}class I0 extends ce{constructor(t){super(),le(this,t,P0,C0,ae,{five:0,visible:1,hoverEnable:2,floorplanData:3,cameraImageUrl:4,extraObjects:5,highlightData:6,missingFloorImageUrl:7},w0)}}let E0=class extends pi{constructor(e,i){super(e);d(this,"name","panoFloorplanRadarPlugin");d(this,"state");d(this,"data");d(this,"app");d(this,"wrapperSelector","");d(this,"wrapper",null);d(this,"disposed",!1);d(this,"extraObjects",[]);d(this,"highlightData",{});d(this,"dispose",()=>{var e;this.disposed=!0,(e=this.app)==null||e.$destroy(),this.wrapper=null,this.wrapperSelector="",this.hooks.emit("dispose")});d(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});d(this,"unhighlight",()=>{this.highlightData={},this.render()});d(this,"_disable",e=>{var s;const{userAction:i}=e;(s=this.app)==null||s.$destroy(),this.app=void 0,this.hooks.emit("disable",{userAction:i})});this.five=e;const s={hoverEnable:!0,highlightEnable:!0,cameraImageUrl:Ei,missingFloorImageUrl:this.staticPrefix+"/release/web/saas/missing-floor.d687a5ed.png"},o=D(D({},s),i==null?void 0:i.configs);this.state={enabled:!0,visible:!0,config:o},i!=null&&i.wrapper&&console.warn("不推荐继续使用 params.selector 配置父容器,请使用 appendTo 方法"),typeof(i==null?void 0:i.wrapper)=="string"?this.wrapperSelector=i.wrapper:(i==null?void 0:i.wrapper)instanceof Element&&(this.wrapper=i.wrapper),e.once("dispose",this.dispose)}load(e,i,s=!0){return G(this,null,function*(){function o(c){return Object.prototype.hasOwnProperty.apply(c,["version"])}const r=JSON.parse(JSON.stringify(e)),a=o(r)?r.data:r,l=this.data;this.data=yield Mi(a),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,l),i&&this.updateState(i,s),this.render()})}show(){return G(this,arguments,function*(e={}){if(this.state.visible)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},i),this._show({userAction:i})})}hide(){return G(this,arguments,function*(e={}){if(!this.state.visible)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!1},i),this._hide({userAction:i})})}enable(e={}){if(this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||i),this._enable({userAction:i})}disable(e={}){if(!this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||i),this._disable({userAction:i})}setState(e,i={}){const s=this.state,o=i.userAction!==void 0?i.userAction:!0;if(this.updateState(e,o),e.enabled!==void 0&&s.enabled!==e.enabled){const r={userAction:o};e.enabled?this._enable(r):this._disable(r)}if(e.visible!==void 0&&s.visible!==e.visible){const r={userAction:o};e.visible?this._show(r):this._hide(r)}}appendTo(e){this.wrapper!==e&&this.app&&(this.app.$destroy(),this.app=void 0),this.wrapper=e,this.render()}changeConfigs(e,i=!0){this.setState({config:e},{userAction:i}),this.render()}setExtraObjectsWith3DPositions(e){this.data&&(this.extraObjects=_v(e,this.five,this.data),this.render())}formatData(e){return G(this,null,function*(){return yield Mi(e.data)})}_enable(e){const{userAction:i}=e;this.hooks.emit("enable",{userAction:i}),this.state.visible&&this._show({userAction:i})}_show(e){if(this.disposed||!this.state.enabled)return;const{userAction:i}=e;this.hooks.emit("show",{userAction:i}),this.render()}_hide(e){if(this.disposed||!this.state.enabled)return;const{userAction:i}=e;this.hooks.emit("hide",{userAction:i}),this.render()}updateState(e,i){const s=this.state,o=e.config?D(D({},s.config),e.config):s.config;this.state=oe(D(D({},this.state),e),{config:o}),!bt(this.state,s,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}render(){if(this.disposed||!this.state.enabled)return;if(!this.wrapper&&this.wrapperSelector){const i=document.querySelector(this.wrapperSelector);this.wrapper=i}if(!this.data||!this.wrapper)return;const e=oe(D({},this.state.config),{five:this.five,floorplanData:this.data,visible:this.state.visible,extraObjects:this.extraObjects,highlightData:this.highlightData});this.app?this.app.$set(e):this.app=new I0({target:this.wrapper,props:e})}};const M0=(n,t)=>new E0(n,t),k0=[{type:0,floorType:1,roomType:"100900000012",name:"其他"},{type:1,floorType:1,roomType:"100900000002",name:"客厅"},{type:2,floorType:1,roomType:"100900000002",name:"餐厅"},{type:3,floorType:0,roomType:"100900000001",name:"卧室"},{type:4,floorType:0,roomType:"100900000001",name:"书房"},{type:5,floorType:3,roomType:"100900000004",name:"卫生间"},{type:6,floorType:3,roomType:"100900000004",name:"淋浴间"},{type:7,floorType:3,roomType:"100900000004",name:"洗手间"},{type:8,floorType:3,roomType:"100900000003",name:"厨房"},{type:9,floorType:1,roomType:"100900000003",name:"开放厨房",onlySubArea:!0},{type:10,floorType:0,roomType:"100900000001",name:"多功能间"},{type:11,floorType:0,roomType:"100900000009",name:"保姆间"},{type:12,floorType:4,roomType:"100900000005",name:"阳台"},{type:13,floorType:4,roomType:"100900000006",name:"露台"},{type:14,floorType:0,roomType:"100900000008",name:"储物间"},{type:15,floorType:0,roomType:"100900000013",name:"衣帽间"},{type:16,floorType:0,roomType:"100900000011",name:"阁楼"},{type:17,floorType:2,roomType:"100900000007",name:"花园"},{type:18,floorType:5,roomType:"100900000010",name:"车库"},{type:19,floorType:1,roomType:"100900000012",name:"电梯"},{type:20,floorType:1,roomType:"100900000012",name:"地下室"},{type:21,floorType:1,roomType:"100900000012",name:"天井"},{type:22,floorType:1,roomType:"100900000012",name:"阳光房"},{type:23,floorType:1,roomType:"100900000012",name:"过道"},{type:24,floorType:1,roomType:"100900000012",name:"楼梯间"},{type:25,floorType:1,roomType:"100900000012",name:"门厅"},{type:26,floorType:2,roomType:"100900000012",name:"入户花园"},{type:27,floorType:1,roomType:"100900000012",name:"玄关"},{type:28,floorType:1,roomType:"100900000012",name:"挑空"},{type:29,floorType:4,roomType:"100900000012",name:"晾晒区"},{type:30,floorType:4,roomType:"100900000012",name:"洗衣房"},{type:31,floorType:0,roomType:"100900000012",name:"娱乐区"},{type:32,floorType:0,roomType:"100900000012",name:"健身区"},{type:33,floorType:0,roomType:"100900000012",name:"接待区"},{type:34,floorType:0,roomType:"100900000012",name:"影音区"},{type:35,floorType:1,roomType:"100900000012",name:"餐饮区"},{type:36,floorType:1,roomType:"100900000012",name:"其他",onlySubArea:!0},{type:37,floorType:1,roomType:"100900000002",name:"起居室"},{type:38,floorType:0,roomType:"100900000001",name:"主卧"},{type:39,floorType:0,roomType:"100900000001",name:"次卧"},{type:40,floorType:0,roomType:"100900000001",name:"优化间"},{type:41,floorType:0,roomType:"100900000001",name:"办公室"},{type:42,floorType:0,roomType:"100900000001",name:"会议室"},{type:43,floorType:0,roomType:"100900000001",name:"洽谈间"},{type:44,floorType:1,roomType:"100900000002",name:"共享大厅"},{type:45,floorType:1,roomType:"100900000012",name:"水吧"},{type:46,floorType:0,roomType:"100900000015",name:"出入口"},{type:47,floorType:0,roomType:"100900000015",name:"大厅"},{type:48,floorType:0,roomType:"100900000015",name:"包厢"},{type:49,floorType:0,roomType:"100900000015",name:"其他"},{type:50,floorType:0,roomType:"100900000016",name:"出入口"},{type:51,floorType:0,roomType:"100900000016",name:"办公区"},{type:52,floorType:0,roomType:"100900000016",name:"老板间"},{type:53,floorType:0,roomType:"100900000016",name:"会议室"},{type:54,floorType:0,roomType:"100900000016",name:"休息区/水吧"},{type:55,floorType:0,roomType:"100900000016",name:"其他"},{type:56,floorType:2,roomType:"100900000012",name:"空中花园"},{type:57,floorType:0,roomType:"100900000001",name:"洋室"},{type:58,floorType:0,roomType:"100900000001",name:"和室"}],x0=[{type:0,description:"木质地板"},{type:1,description:"瓷砖地面"},{type:2,description:"户外地面"},{type:3,description:"卫生间地面"},{type:4,description:"阳台地面"},{type:5,description:"车库地面"}],D0=[{roomType:"100900000001",description:"室"},{roomType:"100900000002",description:"厅"},{roomType:"100900000003",description:"厨"},{roomType:"100900000004",description:"卫"},{roomType:"100900000005",description:"阳台"},{roomType:"100900000006",description:"露台"},{roomType:"100900000007",description:"花园"},{roomType:"100900000008",description:"储"},{roomType:"100900000009",description:"保姆间"},{roomType:"100900000010",description:"车库"},{roomType:"100900000011",description:"阁楼"},{roomType:"100900000012",description:"其他"},{roomType:"100900000013",description:"衣"},{roomType:"100900000015",description:"商铺"},{roomType:"100900000016",description:"写字楼"}],fa=(n,t,e)=>{const i=new w.Matrix4,s=new w.Euler(n,t,e,"YXZ");return i.makeRotationFromEuler(s),i},S0=(n,{scale:t,rotation:e,position:i})=>{if(t&&n.scale.set(t,t,t),e){const[s,o,r]=e;s&&n.applyMatrix4(fa(s,0,0)),o&&n.applyMatrix4(fa(0,o,0)),r&&n.applyMatrix4(fa(0,0,r))}return i&&n.position.set(i.x,i.y,i.z),n};function zf(n,t){n.traverse(e=>{var i;if(e.type==="Mesh"){const s=e,o=D({map:s.material.map||{}},t);s.material=new _.MeshBasicMaterial(o),s.renderOrder=1,((i=e.parent)==null?void 0:i.type)==="Mesh"&&(e.renderOrder=e.parent.renderOrder+1)}})}const T0=(n,t)=>{var p;const e=t.fbx_url||"//vrlab-image4.ljcdn.com/release/web/dipan2.f38a21cc.FBX",i=(p=t.north_rad)!=null?p:void 0,s={};let o={x:0,y:0,z:0},r=[0,0,0],a=1,l=i;n.on("modelLoaded",A);const c=m=>G(exports,null,function*(){var E;const v=(m==null?void 0:m.fbx_url)||e;if(l=(E=m==null?void 0:m.north_rad)!=null?E:i,typeof l!="number")throw new Error('"northRad"配置参数缺失:未配置指南针指向!');const P=yield new Fu.FBXLoader().loadAsync(v);return zf(P,{transparent:!0,side:w.DoubleSide,blending:w.AdditiveBlending}),s.object=P,A(),!0}),h=({latitude:m})=>{if(!s.object)return;const v=u(m);v&&(s.object.position.y=v)},u=m=>{if(s.yBase===void 0)return;const v=.6;if(m>=Math.PI/4)return s.yBase-(v+1.6);const y=m*(4/Math.PI);return s.yBase-(v*y+1.6)},f=()=>{if(!s.object)return;const m=u(n.getPose().latitude);m&&(s.object.position.y=m),n.scene.add(s.object),n.needsRender=!0,n.on("cameraDirectionUpdate",h)},g=()=>{s.object&&(n.scene.remove(s.object),n.needsRender=!0,n.off("cameraDirectionUpdate",h))};function A(){const m=s.object;if(!m)return;const v=n.model.bounding,y=v.max.x-v.min.x,P=v.max.z-v.min.z,E=Math.max(y,P),{max:{x:k,z:I},min:{x:j,y:R,z:U}}=v;s.yBase=R,o={x:(k+j)/2,y:R-1.6,z:(I+U)/2},r=[0,l-Math.PI/2,0],a=.0045*E,S0(m,{position:o,rotation:r,scale:a})}return{load:c,disable:g,enable:f}};function L0(n,t){var c,h,u,f,g;const e=(c=t==null?void 0:t.size)!=null?c:512,i=(h=t==null?void 0:t.fontSize)!=null?h:e*(35/256)*1.2,s=(u=t==null?void 0:t.backgroundColor)!=null?u:"rgba(0,0,0,0)",o=(f=t==null?void 0:t.fontColor)!=null?f:"#fff",r=(g=t==null?void 0:t.textAlign)!=null?g:"center",a=document.createElement("canvas");a.setAttribute("width",e+""),a.setAttribute("height",e+"");const l=a.getContext("2d");return l.fillStyle=s,l.fillRect(0,0,e,e),l.font=`${i}px "微软雅黑"`,l.textAlign=r,l.fillStyle=o,l.fillText(n,e/2,e*.7),new _.CanvasTexture(a)}const j0=({x:n,y:t,z:e})=>new _.Vector3(n,t,e),z0=(n,t)=>{var p,m,v;const e={},i=(p=t.animationEnabled)!=null?p:!0,s=(m=t.position)!=null?m:void 0,o=(v=t.rad)!=null?v:void 0,r=t.fbx_url||"//vrlab-image4.ljcdn.com/release/web/entryDoorMini/Anim_Door1.fbx",a=[],l=y=>G(exports,null,function*(){var W,N,Q,H,F,Y,Z,q;const P=(W=y==null?void 0:y.position)!=null?W:s;if(!P)return Promise.reject(new Error("ModelEntryDoorGuidePlugin.load(): position is undefined"));const E=j0(P),k=(N=y==null?void 0:y.rad)!=null?N:o,I=(Q=y==null?void 0:y.fbx_url)!=null?Q:r;if(e.rad=k,k===void 0)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): rad is ${k}`));const j=yield new Fu.FBXLoader().loadAsync(I);j.position.copy(E),j.rotation.z=k,j.scale.set(.8,.8,.8),zf(j,{transparent:!0,side:w.DoubleSide});const R=(Z=(Y=(F=(H=j.children)==null?void 0:H[0])==null?void 0:F.children)==null?void 0:Y[3])==null?void 0:Z.clone();if(!R)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): textMesh is ${R}`));const U=(q=t.name)!=null?q:"入户门";return R.material=new _.MeshBasicMaterial({transparent:!0,map:L0(U)}),R.renderOrder=3,j.children[0].add(R),e.object=j,!0}),c=()=>{if(e.animation)return;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.initAnimation(): state.object is ",e.object);const y=1,P=new _.AnimationMixer(e.object);a.push(P);const E=P.clipAction(e.object.animations[0]);E.timeScale=y;let k;const I=()=>{let W=0,N=0;const Q=1e3/30,H=F=>{W=requestAnimationFrame(H);const Y=F-N;Y<Q||(N=F,a.forEach(Z=>Z.update(Y/1e3)),n.needsRender=!0)};return W=requestAnimationFrame(H),()=>{cancelAnimationFrame(W)}},U={play:()=>{k||(E.play(),k=I(),requestAnimationFrame(()=>{e.object&&e.object.rotation.z!==e.rad&&(e.object.rotation.z=e.rad)}))},stop:()=>{E.stop(),k==null||k(),k=void 0}};e.animation=U},h=y=>{var E;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.enable(): object is ",e.object);((E=y==null?void 0:y.animationEnable)!=null?E:i)&&(e.animation||c(),e.animation.play()),n.scene.add(e.object),n.needsRender=!0},u=()=>{e.object&&(e.animation&&e.animation.stop(),n.scene.remove(e.object),n.needsRender=!0)},f=y=>y==="Floorplan"?h():u();return{load:l,enable:y=>(e.enabled||(e.enabled=!0,f(n.currentMode),n.on("modeChange",f),h(y)),!0),disable:()=>(e.enabled&&(e.enabled=!1,u(),n.off("modeChange",f)),!0)}},O0=Nt;function B0(n,t,e,i=O0.Linear.None){const s=new rr(n).to(t,e).easing(i);lr(()=>s.start(0));const o=Wn(a=>{s.update(a)===!1&&o()}),r=[];return s.onDestroy=a=>(r.push(a),s),s.destroy=function(){this.stop(),Object.assign(s,{_onStartCallback:null,_onUpdateCallback:null,_onCompleteCallback:null,_onStopCallbackL:null});let a;for(;a=r.shift();)a();o()},s}function V0(n,t){return B0({progress:0},{progress:1},n,t)}var Of=(n=>(n.Move="Move",n.Rotate="Rotate",n))(Of||{}),Jt=(n=>(n.Clockwise="Clockwise",n.Anticlockwise="Anticlockwise",n.Loop="Loop",n))(Jt||{});const Lo=Math.PI*2;function Zc(n){return(n%Lo+Lo)%Lo}function Jc(n){return n%Lo}function ga(n,t,e){return n+(t-n)*e}const Wa=(n,t,e)=>{const i=Math.PI,s=i*2;let o=Zc(n),r=Zc(t);return e===Jt.Anticlockwise&&o<r&&(o+=s),e===Jt.Clockwise&&r<o&&(r+=s),e===Jt.Loop&&r-o>i?Wa(o,r,Jt.Anticlockwise):e===Jt.Loop&&o-r>i?Wa(o,r,Jt.Clockwise):{from:o,to:r}},R0=n=>{const t={},e=(l,c,...h)=>G(exports,[l,c,...h],function*(o,r,a={preload:!0}){return t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),o.mode&&o.mode!==n.currentMode&&(yield n.changeMode(o.mode)),a.preload&&o.panoIndex!==void 0&&o.panoIndex!==n.panoIndex&&(yield n.preloadPano(o.panoIndex)),a.asyncEndCallback&&(yield a.asyncEndCallback()),o.panoIndex===void 0&&o.fov===void 0&&o.latitude===void 0&&o.longitude===void 0?!0:yield new Promise((u,f)=>{const g=o.panoIndex!==void 0?o.panoIndex:n.panoIndex;g!==void 0?n.moveToPano(g,D({duration:r,moveEndCallback:()=>u(!0),moveCancelCallback:()=>f(new Error("move canceled"))},o)):f(new Error("unexpected error"))})}),i=o=>{const r=n.state,a=Jc(r.latitude),l=Jc(o.latitude),{from:c,to:h}=Wa(r.longitude,o.longitude,o.rotation||Jt.Loop),u=r.fov,f=o.fov;return{from:{latitude:a,longitude:c,fov:u},to:{latitude:l,longitude:h,fov:f}}};return{move:e,rotate:(l,c,...h)=>G(exports,[l,c,...h],function*(o,r,a={}){t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),n.currentMode!==Le.Five.Mode.Panorama&&(yield n.changeMode(Le.Five.Mode.Panorama)),o.panoIndex!==void 0&&o.panoIndex!==n.panoIndex&&(a.preload&&(yield n.preloadPano(o.panoIndex)),yield new Promise((g,A)=>{if(!o.panoIndex){g(!0);return}n.moveToPano(o.panoIndex,{moveEndCallback:()=>g(!0),moveCancelCallback:()=>A(new Error("move canceled"))})})),a.asyncEndCallback&&(yield a.asyncEndCallback());const{from:u,to:f}=i(o);return yield new Promise(g=>{const A=({progress:P})=>{const E={};E.longitude=ga(u.longitude,f.longitude,P),E.latitude=ga(u.latitude,f.latitude,P),E.fov=ga(u.fov,f.fov,P),n.setState(E,!0)},p=()=>{g(!0)},m=()=>{g(!1)},v=o.rotateSpeed?Math.ceil(Math.abs(f.longitude-u.longitude)/o.rotateSpeed*1e3):r,y=V0(v,Nt.Linear.None).onUpdate(A).onComplete(p).onDestroy(m);o.rotation===Jt.Loop&&y.repeat(1/0).yoyo(!0),t.interruptCallback=(P=!0)=>{y.destroy(),t.interruptCallback=void 0,t.timeoutId&&(clearTimeout(t.timeoutId),t.timeoutId=void 0),g(P)},t.timeoutId=setTimeout(()=>{t.interruptCallback&&t.interruptCallback(!0)},r)})})}};function qc(n,t){return n.x===t.x&&n.y===t.y}function Bf(n,t){return Math.abs(n)===1/0&&Math.abs(t)===1/0?!0:Math.abs(n-t)<.001}function Xo(n,t){return(t.y-n.y)/(t.x-n.x)}function Vf(n,t,e){const i=Xo(n[1],n[0]),s=Xo(t[1],t[0]);if(isNaN(i)||isNaN(s)||Bf(i,s))return!1;if(po(n[0],t))return n[0];if(po(n[1],t))return n[1];if(po(t[0],n))return t[0];if(po(t[1],n))return t[1];if(e&&!N0(n,t))return!1;const o=n[0],r=t[0];if(Math.abs(i)===1/0)return{x:o.x,y:t[1].y-(t[1].x-o.x)*s};if(Math.abs(s)===1/0)return{x:r.x,y:n[1].y-(n[1].x-r.x)*i};const a=(r.y-o.y+i*o.x-s*r.x)/(i-s),l=i*a-i*o.x+o.y;return{x:a,y:l}}function po(n,t){return qc(n,t[0])||qc(n,t[1])?!0:(t[0].x-n.x)*(n.x-t[1].x)>=0&&(t[0].y-n.y)*(n.y-t[1].y)>=0&&Bf(Xo(t[0],n),Xo(n,t[1]))}function H0(n){let t=1/0,e=-1/0,i=1/0,s=-1/0;return n.forEach(o=>{t=Math.min(t,o.x),e=Math.max(e,o.x),i=Math.min(i,o.y),s=Math.max(s,o.y)}),{x:(t+e)/2,y:(i+s)/2}}function Ao(n,t,e){return(n.x-e.x)*(t.y-e.y)-(t.x-e.x)*(n.y-e.y)}function N0(n,t){return Math.max(n[0].x,n[1].x)>=Math.min(t[0].x,t[1].x)&&Math.max(t[0].x,t[1].x)>=Math.min(n[0].x,n[1].x)&&Math.max(n[0].y,n[1].y)>=Math.min(t[0].y,t[1].y)&&Ao(t[0],n[1],n[0])*Ao(n[1],t[1],n[0])>0&&Ao(n[0],t[1],t[0])*Ao(t[1],n[1],t[0])>0?1:0}function Rf(n,t=0){t<=0?requestAnimationFrame(n):requestAnimationFrame(()=>Rf(n,t-1))}const G0=`<style type="text/css">
195
195
  .PanoRulerPlugin-rule-line {
196
196
  position: absolute;
197
197
  transform-origin: left center;
@@ -548,7 +548,7 @@ void main() {
548
548
  width: 100%;
549
549
  height: 100%;
550
550
  z-index: 5;
551
- `,e.container.style.pointerEvents="none";const i=m=>(e.wrapper=m,m.appendChild(e.container),l(),!0),s=m=>{e.itemLabels=xy(m),l()},o=()=>(e.enabled||(e.enabled=!0,l()),!0),r=()=>(e.enabled&&(e.enabled=!1,l()),!0),a=()=>{h(),e.container.remove()},l=()=>{var m;if(e.wrapper){if(!e.enabled||!e.fiveModeEnabled){(m=e.app)==null||m.$destroy(),e.app=void 0;return}e.app?e.app.$set({five:n,itemLabels:e.itemLabels}):e.app=new ky({target:e.container,props:{five:n,modelOcclusionEnable:e.modelOcclusionEnable,itemLabels:e.itemLabels,hooks:e.hooks,displayStrategyType:e.displayStrategyType,maxVisibleDistance:e.maxVisibleDistance}})}},c=()=>{n.on("modeChange",u),n.once("dispose",a)},h=()=>{n.off("modeChange",u)},u=m=>{if(m!==Le.Five.Mode.Panorama){e.fiveModeEnabled=!1,r();return}n.once("initAnimationEnded",()=>{e.fiveModeEnabled=!0,o()})};return c(),{appendTo:i,load:s,enable:o,disable:r,dispose:a,hooks:e.hooks}},Ty={name:"ItemLabelPlugin",version:0};class Ly extends on{constructor(e){super(e);d(this,"state");d(this,"container");d(this,"enabled");this.five=e,this.five.once("dispose",this.dispose),this.enabled=!0,this.state=this.initState()}enable(e){this.enabled=!0,this.updateState(oe(D({},e),{userAction:!0}))}disable(e){this.enabled=!1,this.updateState(oe(D({},e),{userAction:!0}))}show(e){if(this.state.enabled)return this.setState(oe(D({},this.state),{visible:!0}),e),Promise.resolve()}hide(e){if(this.state.enabled)return this.setState(oe(D({},this.state),{visible:!1}),e),Promise.resolve()}dispose(){this.container.remove()}setState(e,i){if(!this.enabled)return;const s=D({},this.state);this.state=D(D(D({},this.state),e),i),this.stateChangedCallback(s,i)}get visible(){return this.five.state.mode===Le.Five.Mode.Panorama}appendTo(e){this.enabled&&(this.container=e,this.render())}updateState(e){this.setState(oe(D({},this.state),{enabled:this.enabled,visible:this.visible}),e)}}function jy(n){ge(n,"svelte-1irjijd",'.plugin-DoorLabelPlugin-item.svelte-1irjijd.svelte-1irjijd{position:absolute;left:0;top:0;width:0;height:0;pointer-events:none;transition:opacity 0.3s ease}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd{position:absolute;top:50%;left:50%;border-radius:0.125rem;background:rgba(0, 0, 0, 0.35);line-height:0.75rem;padding:0.375rem;white-space:nowrap;font-size:0.75rem;font-style:normal;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform ease 1s, background ease 0.3s, color ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd::after{content:"";display:block;position:absolute;top:-0.0625rem;left:-0.0625rem;bottom:-0.0625rem;right:-0.0625rem;border-radius:0.125rem;border:0.0625rem solid rgba(0, 0, 0, 0);-o-border-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlMAIE397fAAAAAVSURBVAjXY2BjgCMQ+PABhIAASRwARxwD8fgzCQAAAAAASUVORK5CYII=") 4;border-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlMAIE397fAAAAAVSURBVAjXY2BjgCMQ+PABhIAASRwARxwD8fgzCQAAAAAASUVORK5CYII=") 4;transition:opacity ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd:active,.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd:focus{background:rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 0.5)}.plugin-DoorLabelPlugin-icon.svelte-1irjijd.svelte-1irjijd{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aW1hZ2Ut566t5aS0PC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxyZWN0IGlkPSJwYXRoLTEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PC9yZWN0PgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iNjYuMDYyMTk3NSUiIHkxPSI1MCUiIHgyPSItMS4xMzY4NjgzOGUtMTElIiB5Mj0iNTAlIiBpZD0ibGluZWFyR3JhZGllbnQtMyI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgc3RvcC1vcGFjaXR5PSIwLjg1IiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iODQuMzM5NzMxJSIgeTE9IjUwJSIgeDI9IjIzLjQyODMzNzclIiB5Mj0iNTAlIiBpZD0ibGluZWFyR3JhZGllbnQtNCI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIwJSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBzdG9wLW9wYWNpdHk9IjAuOCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSLpobXpnaItMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlZSLeWIhumXtOW8leWvvOagh+etvuWkh+S7vS0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM5LjAwMDAwMCwgLTU0My4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hC0y5aSH5Lu9LTEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDUuMDAwMDAwLCA1MzYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iaW1hZ2Ut566t5aS0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNC4wMDAwMDAsIDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJCRyIgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjRDhEOEQ4IiBvcGFjaXR5PSIwLjUxMTQ2Mjk4NCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTcuOTM4ODY5OCwxLjE0Mzc2MTI5IEM4LjI1NDY1NDA0LDEuMjU3NTgwMzUgOC4zMTc4Mjg0LDEuMzAyMTY5OTggOC4zMTc3ODUyMSwxLjM1ODE1MjIzIEM4LjMxNzc1MDcyLDEuNDAyODQzMzUgOC4zMDU3NDkwNywxLjQ0NzUyNTI0IDguMjgxNzg0MTEsMS40ODcyMDUyMSBMOC4yODE3ODQxMSwxLjQ4NzIwNTIxIEw2LjIwOTg5MDQxLDQuOTE3NzQyNDUgQzYuMTM3ODg4MDgsNS4wMzY5NjAyOSA2LjEwMTg4NjkxLDUuMTcxMjIwMiA2LjEwMTg4NjkxLDUuMzA1NDgwMTEgQzYuMTAxODg2OTEsNS40Mzk3NDAwMiA2LjEzNzg4ODA4LDUuNTczOTk5OTQgNi4yMDk4OTA0MSw1LjY5MzIxNzc4IEw2LjIwOTg5MDQxLDUuNjkzMjE3NzggTDguMjgxNzg0MTEsOS4xMjM3NTUwMSBDOC4zMTc0NzQzOCw5LjE4Mjg0OTE2IDguMzI1ODMzMjIsOS4yNTA4MTUyIDguMzEwNDk1OTUsOS4zMTI5MzAyOCBDOC4yOTUxNTg2OCw5LjM3NTA0NTM2IDguMjU2MTI1MzEsOS40MzEzMDk0NyA4LjE5NzAzMTE3LDkuNDY2OTk5NzMgQzguMTU3MzUxMTksOS40OTA5NjQ2OSA4LjExMjY2OTMxLDkuNTAyOTY2MzQgOC4wNjc5NzgxOCw5LjUwMzAwMDgzIEM4LjAyMzI4NzA2LDkuNTAzMDM1MzEgNy45Nzg1ODY3MSw5LjQ5MTEwMjYzIDcuOTM4ODY5OCw5LjQ2NzE5ODkzIEw3LjkzODg2OTgsOS40NjcxOTg5MyBMMS4zNzk5MTIxOCw1LjUxOTY3ODE1IEMxLjMyMDc2MzAyLDUuNDg0MDc5MTIgMS4yODE2NDI4Nyw1LjQyNzg3NTMyIDEuMjY2MjA5NzcsNS4zNjU3ODM5OCBDMS4yNTQ2OTI1Niw1LjMxOTQ0NzMyIDEuMjU2MzY2OTgsNS4yNjk4MzE4MiAxLjI3Mjc1MzMzLDUuMjIzMDU0MDUgTDEuMjcyNzUzMzMsNS4yMjMwNTQwNSBaIiBpZD0i566t5aS0IiBzdHJva2U9InVybCgjbGluZWFyR3JhZGllbnQtNCkiIHN0cm9rZS13aWR0aD0iMC41IiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTMpIiBtYXNrPSJ1cmwoI21hc2stMikiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDM5MjAwLCA1LjMwNTQ4MCkgc2NhbGUoMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuMDM5MjAwLCAtNS4zMDU0ODApICI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=") no-repeat;background-size:100%;display:inline-block;width:0.625rem;height:0.625rem;margin-left:0.25rem;transform-origin:center}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].left.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].forward.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].back.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].right.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd{color:#f9eac1}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMCA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPueureWktDwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjEwLjYzODU4ODQlIiB5MT0iMCUiIHgyPSI5Ni41MTYxNDc0JSIgeTI9IjEyOS43MzEzNTQlIiBpZD0ibGluZWFyR3JhZGllbnQtMSI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkYyQ0MiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0VBRDA5QSIgb2Zmc2V0PSI0OC43MTQ0NDc4JSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRDFCMTdFIiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPC9kZWZzPgogICAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0i5pyq5p2l5a625aSH5Lu9LTI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzA1LjAwMDAwMCwgLTU0NS4wMDAwMDApIiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTEpIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0i57yW57uELTLlpIfku70tMTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0NS4wMDAwMDAsIDUzNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJpbWFnZS3nrq3lpLQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYwLjAwMDAwMCwgNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC40OTU3ODI5NCwxLjYxNjQ1MTEgTDYuNDIzODg5MjUsNS4wNDY5ODgzMyBDNi4zMjc4ODYxMyw1LjIwNTk0NTQ1IDYuMzI3ODg2MTMsNS40MDUwMTQ3NyA2LjQyMzg4OTI1LDUuNTYzOTcxODkgTDguNDk1NzgyOTQsOC45OTQ1MDkxMiBDOC42Mzg1NDQwMSw5LjIzMDg4NTcxIDguNTYyNjUzNjQsOS41MzgyMzc1IDguMzI2Mjc3MDYsOS42ODA5OTg1NiBDOC4xNjc1NTcxNiw5Ljc3Njg1ODQgNy45Njg4MjE5NSw5Ljc3NzAxMTc1IDcuODA5OTU0MzEsOS42ODEzOTY5NyBMMS4yNTA5OTY2OSw1LjczMzg3NjE4IEMxLjAxNDQwMDA4LDUuNTkxNDgwMDcgMC45MzgwMzU0ODEsNS4yODQyNDU3NiAxLjA4MDQzMTU5LDUuMDQ3NjQ5MTQgQzEuMTIyNTE0OCw0Ljk3NzcyNjI4IDEuMTgxMDczODMsNC45MTkxNjcyNSAxLjI1MDk5NjY5LDQuODc3MDg0MDQgTDcuODA5OTU0MzEsMC45Mjk1NjMyNTMgQzguMDQ2NTUwOTMsMC43ODcxNjcxNDIgOC4zNTM3ODUyNCwwLjg2MzUzMTczOSA4LjQ5NjE4MTM1LDEuMTAwMTI4MzUgQzguNTkxNzk2MTMsMS4yNTg5OTYgOC41OTE2NDI3OCwxLjQ1NzczMTIgOC40OTU3ODI5NCwxLjYxNjQ1MTEgWiIgaWQ9IueureWktCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMzkyMDAsIDUuMzA1NDgwKSBzY2FsZSgxLCAtMSkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtNS4wMzkyMDAsIC01LjMwNTQ4MCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd:active,.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd:focus{background:rgba(0, 0, 0, 0.5);color:rgba(249, 234, 193, 0.5)}')}function zy(n){let t,e,i,s,o,r,a,l;return{c(){t=S("div"),e=S("div"),i=S("span"),i.textContent=`${n[8]}`,s=$(),o=S("i"),C(i,"class","plugin-DoorLabelPlugin-txt svelte-1irjijd"),C(o,"class","plugin-DoorLabelPlugin-icon svelte-1irjijd"),C(e,"class",r=_e(vt("plugin-DoorLabelPlugin-cnt",n[0].toward))+" svelte-1irjijd"),C(e,"style",`transform: ${n[6]||"initial"};pointer-events: ${n[5]?"auto":"none"};opacity: ${n[5]?1:0}`),C(e,"data-camera-toward",n[7]),C(t,"style",`left: ${n[3]||0}%;top: ${n[4]||0}%;opacity: ${n[5]?1:0}`),C(t,"class","plugin-DoorLabelPlugin-item svelte-1irjijd")},m(c,h){B(c,t,h),L(t,e),L(e,i),L(e,s),L(e,o),n[10](t),a||(l=Ae(e,"click",n[9]),a=!0)},p(c,[h]){h&1&&r!==(r=_e(vt("plugin-DoorLabelPlugin-cnt",c[0].toward))+" svelte-1irjijd")&&C(e,"class",r)},i:J,o:J,d(c){c&&z(t),n[10](null),a=!1,l()}}}function Oy(n,t,e){let{props:i}=t,{onClick:s}=t,o,{left:r,top:a,inSight:l,transform:c,panoIndex:h,cameraToward:u,name:f}=i;const g=()=>{if(!r||!a||!l||!o)return;const m=o.current.clientWidth/window.innerWidth*100,v=o.current.clientHeight/window.innerHeight*100;r<=m/2||r>=100-m/2||a<=v/2||a>=100-v/2},A=m=>{s&&s()};function p(m){We[m?"unshift":"push"](()=>{o=m,e(2,o)})}return n.$$set=m=>{"props"in m&&e(0,i=m.props),"onClick"in m&&e(1,s=m.onClick)},g(),[i,s,o,r,a,l,c,u,f,A,p]}class By extends ce{constructor(t){super(),le(this,t,Oy,zy,ae,{props:0,onClick:1},jy)}}function Vy(n,t){const e=Math.abs(n.top+n.height/2-t.top-t.height/2),i=Math.abs(n.left+n.width/2-t.left-t.width/2),s=(n.height+t.height)/2,o=(n.width+t.width)/2;return!(e>s&&i>o)}function Ry(n){const{camera:t}=n,e=t.getWorldDirection(new _.Vector3);let i=Math.atan(e.z/e.x)*180/Math.PI,s="";return e.x<0&&(i+=180),i<0&&(i+=360),i>315||i<=45?s="right":i>45&&i<=135?s="back":i>135&&i<=225?s="left":i>225&&i<=315&&(s="forward"),s}function Hy(n,t){return Math.sqrt(Math.pow(n.z-t.z,2)+Math.pow(n.x-t.x,2))}function Ny(n){const t=Math.PI/4;return n>-t&&n<=t?"left":n>t*3||n<=-t*3?"right":n>-t*3&&n<=-t?"forward":n>t&&n<=t*3?"back":""}const Gy={userAction:!0};class Qy extends Ly{constructor(e){super(e);d(this,"MinVisibledistance",1.8);d(this,"MaxVisibledistance",5);d(this,"OffsetHeight",-1.3);d(this,"rooms");d(this,"floorplanServerData");d(this,"doorLabelItems");d(this,"visibleLabelMap",new Map);d(this,"labelItems",[]);d(this,"doorLabels");d(this,"roomObservers");d(this,"loadData",(e,i)=>{i&&(this.MaxVisibledistance=i.MaxVisibledistance,this.MinVisibledistance=i.MinVisibledistance,this.OffsetHeight=i.OffsetHeight),this.doorLabelItems&&this.doorLabelItems.length>0&&this.doorLabelItems.forEach(s=>{s.$destroy()}),this.labelItems=[],this.doorLabels=[],this.doorLabelItems=[],this.floorplanServerData=e,typeof this.five.ready=="function"?this.five.ready().then(()=>this.initData()):this.five.once("panoArrived",()=>{this.initData()})});d(this,"initRoomObservers",()=>{var o,r;const e=this.floorplanServerData.computed_data.floor_datas||[],s=(((r=(o=this.five)==null?void 0:o.work)==null?void 0:r.observers)||[]).map(a=>{const l=a.panoIndex,c=a.floorIndex,h=e==null?void 0:e.find(u=>u.floor_index===c);if(h){const u=h.rooms.find(f=>f.observer_indexs.includes(l));if(u)return{panoIndex:l,floorIndex:c,name:u.name}}}).filter(Boolean);this.roomObservers=s});d(this,"hideAllLabels",()=>{this.labelItems.forEach(e=>{e.visible=!1,e.inSight=!1}),this.render()});d(this,"fixDoorVisibleAndPosition",()=>{this.initRoomObservers();const{panoIndex:e}=this.five;if(!this.visible||this.five.model.empty||e===null||!this.roomObservers.find(a=>a.panoIndex===e))return;const i=this.roomObservers.find(a=>a.panoIndex===e),o=this.five.work.observers.find(a=>a.panoIndex===e).position.clone(),r=(()=>{if(this.visibleLabelMap.has(e))return this.visibleLabelMap.get(e);{const a=[];return this.doorLabels.forEach((l,c)=>{if(l.roomName===i.name)return;const h=l.position.clone(),u=h.distanceTo(o);if(u<this.MinVisibledistance||u>this.MaxVisibledistance)return;const f=new _.Raycaster,g=h.clone().sub(o).normalize();f.set(o,g);const[A]=this.five.model.intersectRaycaster(f);A&&A.distance+.1<u||a.push(c)}),this.visibleLabelMap.set(e,a),a}})();this.labelItems.forEach((a,l)=>{a.visible=r.includes(l)}),this.fixDoorPosition()});d(this,"fixDoorPosition",()=>{var h,u,f,g,A,p,m,v,y,P,E,k;const{panoIndex:e,camera:i}=this.five;if(e===null)return;if(this.five.currentMode!=="Panorama")return this.hideAllLabels();const s=this.five.getElement(),o=s.clientWidth,r=s.clientHeight,a=i.getWorldDirection(new _.Vector3),l=[],c=[...this.labelItems];if(c.forEach((I,j)=>{if(I.visible){const R=i.position.distanceTo(I.position),U=I.position.clone().add(new _.Vector3(0,this.OffsetHeight,0)),N=U.clone().sub(i.position).normalize().angleTo(a),Q=U.clone().project(i),H=(Q.x+1)/2.2*100,F=(-Q.y+1)/2.2*100,Y=H>=0&&H<=100&&F>=0&&F<=100&&R>this.MinVisibledistance&&R<=this.MaxVisibledistance;I.left=H,I.top=F,I.inSight=Y&&N<Math.PI/2,I.cameraToward=Ry(this.five),Y?l.push({disFromCameraToLabel:R,left:H,top:F,index:j}):I.transform="translate(-50%, -50%)"}else I.inSight=!1}),l.length>1){let I=0;l.sort((j,R)=>R.disFromCameraToLabel-j.disFromCameraToLabel);for(let j=1;j<l.length;j++){const{index:R,left:U,top:W}=l[j-1],{index:N,left:Q,top:H}=l[j],F=this.container.children[R],Y=this.container.children[N];if(!F||!Y)return;const Z={left:o*U/100,top:r*W/100,width:(f=(u=(h=F.children)==null?void 0:h[0])==null?void 0:u.clientWidth)!=null?f:0,height:(p=(A=(g=F.children)==null?void 0:g[0])==null?void 0:A.clientHeight)!=null?p:0},q={left:o*Q/100,top:r*H/100,width:(y=(v=(m=Y.children)==null?void 0:m[0])==null?void 0:v.clientWidth)!=null?y:0,height:(k=(E=(P=Y.children)==null?void 0:P[0])==null?void 0:E.clientHeight)!=null?k:0};Vy(Z,q)&&(I++,c[R].transform=`translate(-50%, ${(I-1)*100-50}%)`,c[N].transform=`translate(-50%, ${I*100-50}%)`)}}this.labelItems=c,this.render()});d(this,"onClick",(e,i)=>{if(!this.roomObservers)return;const{work:s}=this.five;let o,r,a=1/0;for(const l of s.observers)if(this.roomObservers.find(h=>h.panoIndex===l.panoIndex&&h.name===e)){const h=l.standingPosition,u=i.distanceTo(h);u<a&&(o=l.panoIndex,r=h.clone().sub(i).normalize(),a=u)}if(r!==null&&o!==null){const l={};if(a>0){const h=new _.Vector3(0,0,-1),u=r.clone(),f=new _.Quaternion;f.setFromUnitVectors(h,u);const g=new _.Euler;g.setFromQuaternion(f,"YXZ"),l.longitude=g.y}this.five.emit("wantsToMoveToPano",o,{},!0)||this.five.moveToPano(o,{longitude:l.longitude})}});d(this,"initData",()=>{var o;this.doorLabels=[];const e=this.five.panoIndex,i=this.floorplanServerData.computed_data.observers[e].floor_index,s=i!==void 0&&((o=this.floorplanServerData.computed_data.floor_datas[i])==null?void 0:o.rooms);this.rooms=s,this.rooms&&this.rooms.length>0&&this.rooms.forEach(r=>{var c;const a=(c=this.floorplanServerData.computed_data.doors)==null?void 0:c.filter(h=>!!(h&&h.name===r.name)),l=this.five.work.observers.filter((h,u)=>!!r.observer_indexs.find(f=>f===u));a&&a.forEach(h=>{const u=h.position;let f=1/0,g;l.forEach(p=>{const m=p.standingPosition,v={x:m.x,y:m.y,z:m.z},y=Hy(u,v);y<f&&(f=y,g=v)}),g&&(u.y=g.y+.01);const A=new _.Vector3(u.x,u.y,u.z);A.add(new _.Vector3(-.2,1.8,0).applyEuler(new _.Euler(0,h.rad,0))),this.doorLabels.push({roomName:r.name,name:h.name,position:A,toward:Ny(h.rad)})})}),this.labelItems=this.doorLabels.map(r=>oe(D({},r),{left:0,top:0,visible:!1,inSight:!1,transform:"",cameraToward:""})),this.five.on("wantsToMoveToPano",this.hideAllLabels),this.five.on("modelLoaded",this.fixDoorVisibleAndPosition),this.five.on("panoArrived",this.fixDoorVisibleAndPosition),this.five.on("initAnimationEnded",this.fixDoorPosition),this.five.on("cameraUpdate",this.fixDoorPosition),this.five.on("mouseWheel",this.fixDoorPosition),this.five.on("pinchGesture",this.fixDoorPosition),this.fixDoorVisibleAndPosition()})}stateChangedCallback(e,i){if(this.hooks.hasListener("stateChange")){const s={state:this.state,prevState:e,userAction:i?i.userAction:Gy.userAction};this.hooks.emit("stateChange",s)}}render(){if(!this.enabled){this.doorLabelItems&&this.doorLabelItems.length>0&&this.doorLabelItems.forEach(e=>{e==null||e.$destroy()}),this.doorLabels=void 0;return}this.doorLabelItems&&this.doorLabelItems.forEach(e=>{e.$destroy()}),this.doorLabelItems=[],this.labelItems.forEach(e=>{this.doorLabelItems.push(new By({target:this.container,props:{props:e,onClick:()=>{this.onClick(e.name,e.position)}}}))})}initState(){return{enabled:!0,visible:!0}}dispose(){this&&this.five&&(this.five.off("wantsToMoveToPano",this.hideAllLabels),this.five.off("modelLoaded",this.fixDoorVisibleAndPosition),this.five.off("panoArrived",this.fixDoorVisibleAndPosition),this.five.off("initAnimationEnded",this.fixDoorPosition),this.five.off("cameraUpdate",this.fixDoorPosition),this.five.off("mouseWheel",this.fixDoorPosition),this.five.off("pinchGesture",this.fixDoorPosition),super.dispose())}}const Fy=n=>new Qy(n);function _y(n,t){console.warn(`⛔ ==> [${n}]: ${t}`)}function og(n,t){console.warn(`🚫 ==> [${n}]: ${t}`)}var Ar={},Wy=Uy;function Uy(n,t,e){return n[0]=t[0]+e[0],n[1]=t[1]+e[1],n}var Yy=Xy;function Xy(n,t,e){return n[0]=t,n[1]=e,n}var Zy=Jy;function Jy(n,t){var e=t[0],i=t[1],s=e*e+i*i;return s>0&&(s=1/Math.sqrt(s),n[0]=t[0]*s,n[1]=t[1]*s),n}var qy=Ky;function Ky(n,t,e){return n[0]=t[0]-e[0],n[1]=t[1]-e[1],n}var $y=ew;function ew(n,t){return n[0]*t[0]+n[1]*t[1]}var tw=Wy,qa=Yy,rg=Zy,iw=qy,nw=$y,_h=[0,0];Ar.computeMiter=function(t,e,i,s,o){return tw(t,i,s),rg(t,t),qa(e,-t[1],t[0]),qa(_h,-i[1],i[0]),o/nw(e,_h)};Ar.normal=function(t,e){return qa(t,-e[1],e[0]),t};Ar.direction=function(t,e,i){return iw(t,e,i),rg(t,t),t};var ci=Ar,Ni=[0,0],Po=[0,0],Wh=[0,0],As=[0,0],sw=function(n,t){var e=null,i=[];t&&(n=n.slice(),n.push(n[0]));for(var s=n.length,o=1;o<s;o++){var r=n[o-1],a=n[o],l=o<n.length-1?n[o+1]:null;if(ci.direction(Ni,a,r),e||(e=[0,0],ci.normal(e,Ni)),o===1&&pa(i,e,1),!l)ci.normal(e,Ni),pa(i,e,1);else{ci.direction(Po,l,a);var c=ci.computeMiter(Wh,As,Ni,Po,1);pa(i,As,c)}}if(n.length>2&&t){var h=n[s-2],u=n[0],f=n[1];ci.direction(Ni,u,h),ci.direction(Po,f,u),ci.normal(e,Ni);var g=ci.computeMiter(Wh,As,Ni,Po,1);i[0][0]=As.slice(),i[s-1][0]=As.slice(),i[0][1]=g,i[s-1][1]=g,i.pop()}return i};function pa(n,t,e){n.push([[t[0],t[1]],e])}const ow=2,rw=3,aw=3,lw=2;function cw(n){const t=n.width,i=n.unitLength/t,s=t/2,o=n.path;if(o.length===0)return{geometry:new w.BufferGeometry,maxU:0,curvePath:null,curvePoints:null};const r=new w.CurvePath;o.forEach(I=>{const j=hw(I);j&&r.add(j)});const a=Math.ceil(r.getLength()*100);r.arcLengthDivisions=a;const l=r.getPoints(a),c=l.length,h=sw(l.map(I=>[I.x,I.z])),f=(c-1)*ow*rw,g=2*c,A=g*aw,p=g*lw,m=new Uint32Array(f),v=new Float32Array(A),y=new Float32Array(p);let P=0,E=0;for(let I=0;I<l.length;I++){const[j,R]=h[I][0],U=l[I],{x:W,y:N,z:Q}=U,H=new _.Vector3(W+j*s,N+.05,Q+R*s);v[I*6+0]=H.x,v[I*6+1]=H.y,v[I*6+2]=H.z;const F=new _.Vector3(W-j*s,N+.05,Q-R*s);v[I*6+3]=F.x,v[I*6+4]=F.y,v[I*6+5]=F.z,P+=I>0?l[I-1].clone().sub(l[I]).length():0;const Y=P/t/i;if(E=Y,y[I*4+0]=0,y[I*4+1]=Y,y[I*4+2]=1,y[I*4+3]=Y,n.skipPositions){const Z=new w.Vector3().lerpVectors(H,F,.5);if(n.skipPositions.some(ee=>ee.distanceTo(Z)<.26))continue}I!==l.length-1&&(m[I*6+0]=I*2+0,m[I*6+1]=I*2+2,m[I*6+2]=I*2+1,m[I*6+3]=I*2+2,m[I*6+4]=I*2+3,m[I*6+5]=I*2+1)}const k=new w.BufferGeometry;return k.setAttribute("position",new w.BufferAttribute(v,3)),k.setAttribute("uv",new w.BufferAttribute(y,2)),k.setIndex(new w.BufferAttribute(m,1)),{geometry:k,maxU:E,curvePath:r,curvePoints:l}}function hw(n){if(dw(n)){const t=[n.closed,n.curve_type,n.tension],e=n.points.map(s=>new w.Vector3().fromArray(s));return new w.CatmullRomCurve3(e,...t)}}function dw(n){return n.type==="CatmullRomCurve3"}function uw(n,t){t.forEach(e=>{const i=new w.SphereGeometry(.02,16,16),s=[],o=[new w.MeshBasicMaterial({color:16776960}),new w.MeshBasicMaterial({color:16711935}),new w.MeshBasicMaterial({color:16711680}),new w.MeshBasicMaterial({color:65535})];if(e.position.length===4)e.position.forEach((r,a)=>{const l=o[a],c=new w.Mesh(i,l);c.position.copy(ui(r)),s.push(c)});else{const r=o[0],a=new w.Mesh(i,r);a.position.copy(ui(e.position)),s.push(a)}s.forEach(r=>{r.material.depthTest=!1,n.scene.add(r)})})}const Ye=n=>n;function Aa(n){if(!n||n.length<3)return;const t=n.map(Ve),e=t[1].clone().sub(t[0]),i=t[2].clone().sub(t[1]);return e.cross(i)}function fw(n){return n.stickType==="Plane"}function gw(n){return n.stickType==="3DPoint"}function mw(n){return n.stickType==="3DPoint"||n.stickType==="Plane"}function Kt(n){return n.stickType==="Model"&&n.contentType==="MediaModel"}function pw(n){return n.stickType==="Model"&&n.contentType==="Model"}function Aw(n){return n.stickType==="Model"}function vw(n){return n.stickType==="Plane"&&n.contentType==="MediaPlane"}function ag(n){const t=(()=>{if(Kt(n)&&n.matrix){const e=new _.Matrix4().fromArray(n.matrix);return n.data.mediaPosition.map(i=>Ve(i).clone().applyMatrix4(e))}else return n.position})();return zm(t)}function Es(n){const t=ag(n);return xi(...Array.isArray(t)?t:[t])}function vs(n,t){if(n===void 0)return;const{min:e,max:i}=t!=null?t:{};if(!(e===void 0&&i===void 0))return!(typeof i=="number"&&i<n||typeof e=="number"&&e>n)}function bw(n,t,e){const s=new w.Plane().setFromNormalAndCoplanarPoint(e,t),o=t.clone().sub(n).cross(new w.Vector3(0,1,0)).setLength(.01),r=new w.Vector3(0,.01,0);return[t.clone().sub(o).sub(r),t.clone().add(o).sub(r),t.clone().add(o).add(r),t.clone().sub(o).add(r)].map(l=>s.projectPoint(l,new w.Vector3))}const yw=(n,t=1e3/60)=>{let e=null;const i=n;return(...o)=>{e&&clearTimeout(e),e=setTimeout(()=>{i==null||i(...o),e&&clearTimeout(e),e=null},t)}};function Uh(n,t=200){let e;return function(...i){e||(n.apply(this,i),e=setTimeout(function(){e=null},t))}}function ww(n,t){const[e,i]=t;if(e>=i||i<=1||e<=1)return-1;const s={},o=r=>(s[r]||(s[r]=n(r)),s[r]);for(let r=e;r<i;r++){const a=o(r),l=o(r-1);if(a<l)return r}return-1}function Cw(n){var t,e,i,s;if(!n.stickType){const o=(()=>n.pointType==="PointTag"&&n.dimensionType==="3D"?"3DPoint":n.pointType==="PlaneTag"?"Plane":"2DPoint")();n.stickType=o}if(n.contentType==="VRLink"||n.contentType==="PanoLink"||n.contentType==="Link"){const o=n;!((e=(t=o.data)==null?void 0:t.icon)!=null&&e.url)&&!((s=(i=o.style)==null?void 0:i.point)!=null&&s.url)&&(o.data.icon={url:"//vrlab-static.ljcdn.com/release/web/test.09dee741.png",steps:28})}return n.extraData&&(n.data?n.data.extraData=n.extraData:n.data={extraData:n.extraData}),n}const Nn="data:audio/mpeg;base64,//uQxAAAAAAAAAAAAAAAAAAAAAAASW5mbwAAAA8AAAADAAAGhgBVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr///////////////////////////////////////////8AAAA5TEFNRTMuOThyAc0AAAAAAAAAABSAJAiqQgAAgAAABobxtI73AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//uQxAACFEII9ACZ/sJZwWEoEb8w/////N//////JcxjHjf+7/v/H2PzCCFAiDtGeyBCIx7bJJ1mmEEMy6g8mm2c8nrGABB4h2Mkmn//4z/73u773R5qHHu/j/w7Kxkzh5lWRWdsifCkNAnY9Zc1HvDAhjhSHdFkHFzLmabt/AQxSg2wwzLhHIJOBnAWwVY4zrhIYhhc2kvhYDfQ4hDi2Gmh5KyFn8EcGIrHAngNgIwVIEMf5bzbAiTRoAD///8z/KVhkkWEle6IX+d/z4fvH3BShK1e5kmjkCMoxVmXhd4ROlTKo3iipasvTilY21q19ta30/v/0/idPX1v8PNxJL6ramnOVsdvMv2akO0iSYIzdJFirtzWXCZicS9vHqvSKyqm5XJBdqBwPxyfJdykhWTZ0G0ZyTZGpLKxsNwwoRhsx3tZfhwmeOBVISm3impAC/IT/8hP/EKEM1KMdVdVKM2rHV4x7HVXZvbVVKN/qq8CiV9VL9jjH/6l6qf7MBCjZmOqsAibjcP+qqqv0oxqpa/NVW286hPo1nz2L/h8+jXt//uSxCmDU2IK/ECN98KKtE5IYzNoCfbw+u9i5r8PoadUMFPKqWL4LK3T/LCraMSHGkW4bpLXR/E6LlHOVQxmslKVJ8IULktMN06N0FKCpHCoYsjC4F+Z0NVqdNFoGSTjSiyjzLdnZ2fNqTi2eHKONONKLMPMKLONKLMPQRJGlFxZRoKcJFAYEeIFiRQkUWUeYfef//Ko04soswso40UJAgMw8wosososy0EalnZyjQUGBRQGIFggOWUacWUeYmuadrZziQKKEgQsQLAhQkUJAgMQDghltLO1onp0cpkNInSFMqlYeSEJ5AHsqFdOwy1DA2sRmRJKxdKRfLhfLw5BzUxBTUUzLjk4LjJVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVUxBTUUzLjk4LjJVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVf/7ksRRA8AAAaQAAAAgAAA0gAAABFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVU=",Ms={};var jl=(n=>(n.Default="default",n.GetAudioDuration="getAudioDuration",n.PlayAudio="playAudio",n))(jl||{});function Pw(n,t){const e=(t==null?void 0:t.namespace)||"default",i=Ms[e]||(Ms[e]=[]);let s=i.find(o=>!o.realSrc||o.realSrc===Nn);return s||(console.warn("未找到缓存音频,已新建",Ms),s=new lg(Nn),i.push(s)),n&&(s.src=n),s}function Iw(n,t){const e=(t==null?void 0:t.namespace)||"default",i=Ms[e]||(Ms[e]=[]),s=n-i.length;if(!(s<=0))for(let o=0;o<s;o++)i.push(new lg(Nn))}class lg extends(()=>typeof Audio=="undefined"?class{}:Audio)(){constructor(e){super(e);d(this,"preload","auto");d(this,"crossOrigin","anonymous");d(this,"realSrc","");d(this,"inited",!1);d(this,"removeDocumentEventListener");this.realSrc=e!=null?e:"",this.muted=!0,super.autoplay=!0,super.addEventListener("ended",()=>{this.src=""});const i=()=>Ew(this);document.addEventListener("click",i),document.addEventListener("touchend",i),this.removeDocumentEventListener=()=>{document.removeEventListener("click",i),document.removeEventListener("touchend",i)}}get isBlankAudio(){return this.realSrc===Nn||!this.realSrc}get src(){return super.src}set src(e){super.src=e,this.realSrc=e,this.removeDocumentEventListener()}get muted(){return super.muted}set muted(e){super.muted=e}clear(){this.currentTime=0,this.src=Nn}}function Ew(n){n&&(n.inited||(n.src&&(n.inited=!0,n.removeDocumentEventListener()),n.src===Nn&&n.play()))}function Ka(n,t){if(!t||typeof ResizeObserver=="undefined"||!ResizeObserver)return{observe:()=>window.addEventListener("resize",n),unobserve:()=>window.removeEventListener("resize",n)};{const e=new ResizeObserver(n);return{observe:()=>e.observe(t),unobserve:()=>e.unobserve(t)}}}const cg={visibleConfig:{intersectRaycaster:{enabled:!0,distanceAccuracy:.01,checkPoints:"corner",needPassed:1}},clickable:!0,renderType:"Dom"};var hg=(n=>(n.PointTag="PointTag",n.PlaneTag="PlaneTag",n))(hg||{}),dg=(n=>(n.Audio="Audio",n.Text="Text",n.ImageText="ImageText",n.Image="Image",n.Video="Video",n.Link="Link",n.Sticker="Sticker",n.VRLink="VRLink",n.PanoLink="PanoLink",n.Marketing="Marketing",n.MediaPlane="MediaPlane",n.MediaModel="MediaModel",n.Model="Model",n.Panorama="Panorama",n.Custom="Custom",n.Unknown="Unknown",n))(dg||{}),ug=(n=>(n.Two="2D",n.Three="3D",n))(ug||{});const Mw={globalConfig:{visibleConfig:{followModelVisibility:!0},unfoldedConfig:{autoUnfold:{enable:!0,strategy:"MinimumDistance",distance:{max:5}}},tag3DConfig:{ratio:.0035}},contentTypeConfig:{"[Mapview]":{unfoldedConfig:{autoUnfold:{enable:!1,distance:{max:9999}}}},"[Floorplan]":{unfoldedConfig:{autoUnfold:{enable:!1,distance:{max:9999}}}},"Any-Audio-plane":{unfoldedConfig:{keep:"unfolded"}},Link:{unfoldedConfig:{keep:"unfolded"}},Panorama:{unfoldedConfig:{keep:"unfolded"}},VRLink:{unfoldedConfig:{keep:"unfolded"}},PanoLink:{unfoldedConfig:{keep:"unfolded"}},MediaPlane:{unfoldedConfig:{keep:"unfolded"},visibleConfig:{alwaysShowWhenMovePano:!0},initialData:{autoplayConfig:{autoplayCarousel:!0,autoplayVideo:!1,autoplayVideoInCarousel:!1}}},"Model-Any":{unfoldedConfig:{keep:"unfolded"},visibleConfig:{keep:"visible",visibleFiveMode:"all",alwaysShowWhenMovePano:!0}}}};class kw extends on{constructor(e){super(e);d(this,"tagCacheByPanoIndex",{})}getPanoIndexCache(e){var h;const{five:i}=this,{panoIndex:s,id:o,key:r}=e!=null?e:{},a=s!=null?s:i.getCurrentState().panoIndex;if(a===void 0)throw new Error(`TagCacheController getPanoIndexCache(): fivePanoIndex is ${a}`);const l=`${i.model.uuid}__${a}`;let c=this.tagCacheByPanoIndex[l];if(c||(c=new Map,this.tagCacheByPanoIndex[l]=c),o===void 0)return c;if(r===void 0){const u=c.get(o);return u||(c.set(o,{}),c.get(o))}return(h=c.get(o))==null?void 0:h[r]}clearCache(){this.tagCacheByPanoIndex={}}removeCache(){}}const xw=navigator.userAgent.toLowerCase().indexOf("iphone")!==-1;navigator.userAgent.toLowerCase().indexOf("android");const zo=navigator.userAgent.toLowerCase().indexOf("micromessenger")!==-1,Dw=xw&&zo;function Sw(n){if(n.length!==4)return!1;const[t,e,i,s]=n,o=t.distanceTo(e),r=e.distanceTo(i),a=i.distanceTo(s),l=s.distanceTo(t),c=t.distanceTo(i),h=e.distanceTo(s);return o===a&&r===l&&c===h}class va extends w.Mesh{constructor(e,i,s){if(e.length!==4)throw new Error("QuadrangleMesh: Invalid number of points, it's not a quadrangle");const[o,r,a,l]=e,c=xi(...e),h=[o.clone().sub(c),r.clone().sub(c),a.clone().sub(c),l.clone().sub(c)],u=new fg(h,s);super(u,i);d(this,"name","QuadrangleMesh");this.position.copy(c)}removeFromParent(){const e=this.parent;return e!==null&&e.remove(this),this}}class fg extends w.BufferGeometry{constructor(e,i){super();d(this,"name","QuadrangleGeometry");d(this,"points");this.points=e;const s=i!=null?i:Sw(e)?64:1;if(e.length!==4){console.error("Invalid number of points, it's not a quadrangle");return}const[o,r,a,l]=e,[c,h,u,f]=[new w.Vector2(0,0),new w.Vector2(1,0),new w.Vector2(1,1),new w.Vector2(0,1)],g=[],A=[];g.push(...o.toArray()),A.push(...c.toArray());for(let m=1;m<s;m++)g.push(o.x+(r.x-o.x)*m/s,o.y+(r.y-o.y)*m/s,o.z+(r.z-o.z)*m/s),A.push(c.x+(h.x-c.x)*m/s,c.y+(h.y-c.y)*m/s);g.push(...r.toArray()),A.push(...h.toArray()),g.push(...a.toArray()),A.push(...u.toArray());for(let m=1;m<s;m++)g.push(a.x+(l.x-a.x)*m/s,a.y+(l.y-a.y)*m/s,a.z+(l.z-a.z)*m/s),A.push(u.x+(f.x-u.x)*m/s,u.y+(f.y-u.y)*m/s);g.push(...l.toArray()),A.push(...f.toArray());const p=[];for(let m=0;m<s;m++)p.push(m,m+1,s*2-m,m,s*2-m,s*2+1-m);this.setAttribute("position",new w.BufferAttribute(new Float32Array(g),3)),this.setAttribute("uv",new w.BufferAttribute(new Float32Array(A),2)),this.setIndex(new w.BufferAttribute(new Uint32Array(p),1))}}function Tw(n,t){let e=!zo;const i=t!=null?t:document.createElement("video");i.preload="metadata",i.crossOrigin="anonymous",i.muted=!0,i.loop=!0,i.playsInline=!0,i.autoplay=!0;const s=new w.VideoTexture(i);s.minFilter=w.LinearFilter,s.magFilter=w.LinearFilter,s.encoding=w.sRGBEncoding,s.metadataLoaded=!1,i.src=n;const o=()=>{s.metadataLoaded||(s.dispatchEvent({type:"videoLoaded"}),s.metadataLoaded=!0)};if(zo||(i.onloadedmetadata=()=>{o()}),zo){const r=()=>{if(!e){if(!i.paused){o();return}i.muted=!0,i.play().then(()=>{e=!0,i.pause(),i.currentTime=0,o()}).catch(()=>{console.warn("video auto play error")})}};document.addEventListener("click",r,{once:!0}),document.addEventListener("touchend",r,{once:!0})}return s}function Cs(n,t,e){if(n==="fill")return t;if(n==="contain"){const[i,s,o,r]=t,a=i.distanceTo(s),l=o.distanceTo(r),c=i.distanceTo(r),h=s.distanceTo(o),u=a,f=c,g=u/f;if(g>e){const p=f*e,m=new w.Vector3().subVectors(s,i).multiplyScalar((a-p)/2/a),v=new w.Vector3().subVectors(o,r).multiplyScalar((l-p)/2/l);return[i.clone().add(m),s.clone().sub(m),o.clone().sub(v),r.clone().add(v)]}else if(g<e){const p=u/e,m=new w.Vector3().subVectors(r,i).multiplyScalar((c-p)/2/c),v=new w.Vector3().subVectors(o,s).multiplyScalar((h-p)/2/h);return[i.clone().add(m),s.clone().add(v),o.clone().sub(v),r.clone().sub(m)]}else return t}else return console.warn(`objectFit: ${n} is not supported yet`),t}class Lw extends w.ShaderMaterial{constructor(e){super();d(this,"transparent",!1);d(this,"blending",w.CustomBlending);d(this,"blendSrc",w.SrcAlphaFactor);d(this,"blendDst",w.OneMinusSrcAlphaFactor);d(this,"blendSrcAlpha",w.OneFactor);d(this,"blendDstAlpha",w.OneMinusSrcAlphaFactor);d(this,"vertexShader",`
551
+ `,e.container.style.pointerEvents="none";const i=m=>(e.wrapper=m,m.appendChild(e.container),l(),!0),s=m=>{e.itemLabels=xy(m),l()},o=()=>(e.enabled||(e.enabled=!0,l()),!0),r=()=>(e.enabled&&(e.enabled=!1,l()),!0),a=()=>{h(),e.container.remove()},l=()=>{var m;if(e.wrapper){if(!e.enabled||!e.fiveModeEnabled){(m=e.app)==null||m.$destroy(),e.app=void 0;return}e.app?e.app.$set({five:n,itemLabels:e.itemLabels}):e.app=new ky({target:e.container,props:{five:n,modelOcclusionEnable:e.modelOcclusionEnable,itemLabels:e.itemLabels,hooks:e.hooks,displayStrategyType:e.displayStrategyType,maxVisibleDistance:e.maxVisibleDistance}})}},c=()=>{n.on("modeChange",u),n.once("dispose",a)},h=()=>{n.off("modeChange",u)},u=m=>{if(m!==Le.Five.Mode.Panorama){e.fiveModeEnabled=!1,r();return}n.once("initAnimationEnded",()=>{e.fiveModeEnabled=!0,o()})};return c(),{appendTo:i,load:s,enable:o,disable:r,dispose:a,hooks:e.hooks}},Ty={name:"ItemLabelPlugin",version:0};class Ly extends on{constructor(e){super(e);d(this,"state");d(this,"container");d(this,"enabled");this.five=e,this.five.once("dispose",this.dispose),this.enabled=!0,this.state=this.initState()}enable(e){this.enabled=!0,this.updateState(oe(D({},e),{userAction:!0}))}disable(e){this.enabled=!1,this.updateState(oe(D({},e),{userAction:!0}))}show(e){if(this.state.enabled)return this.setState(oe(D({},this.state),{visible:!0}),e),Promise.resolve()}hide(e){if(this.state.enabled)return this.setState(oe(D({},this.state),{visible:!1}),e),Promise.resolve()}dispose(){this.container.remove()}setState(e,i){if(!this.enabled)return;const s=D({},this.state);this.state=D(D(D({},this.state),e),i),this.stateChangedCallback(s,i)}get visible(){return this.five.state.mode===Le.Five.Mode.Panorama}appendTo(e){this.enabled&&(this.container=e,this.render())}updateState(e){this.setState(oe(D({},this.state),{enabled:this.enabled,visible:this.visible}),e)}}function jy(n){ge(n,"svelte-1irjijd",'.plugin-DoorLabelPlugin-item.svelte-1irjijd.svelte-1irjijd{position:absolute;left:0;top:0;width:0;height:0;pointer-events:none;transition:opacity 0.3s ease}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd{position:absolute;top:50%;left:50%;border-radius:0.125rem;background:rgba(0, 0, 0, 0.35);line-height:0.75rem;padding:0.375rem;white-space:nowrap;font-size:0.75rem;font-style:normal;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform ease 1s, background ease 0.3s, color ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd::after{content:"";display:block;position:absolute;top:-0.0625rem;left:-0.0625rem;bottom:-0.0625rem;right:-0.0625rem;border-radius:0.125rem;border:0.0625rem solid rgba(0, 0, 0, 0);-o-border-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlMAIE397fAAAAAVSURBVAjXY2BjgCMQ+PABhIAASRwARxwD8fgzCQAAAAAASUVORK5CYII=") 4;border-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlMAIE397fAAAAAVSURBVAjXY2BjgCMQ+PABhIAASRwARxwD8fgzCQAAAAAASUVORK5CYII=") 4;transition:opacity ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd:active,.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd:focus{background:rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 0.5)}.plugin-DoorLabelPlugin-icon.svelte-1irjijd.svelte-1irjijd{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aW1hZ2Ut566t5aS0PC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxyZWN0IGlkPSJwYXRoLTEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PC9yZWN0PgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iNjYuMDYyMTk3NSUiIHkxPSI1MCUiIHgyPSItMS4xMzY4NjgzOGUtMTElIiB5Mj0iNTAlIiBpZD0ibGluZWFyR3JhZGllbnQtMyI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgc3RvcC1vcGFjaXR5PSIwLjg1IiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iODQuMzM5NzMxJSIgeTE9IjUwJSIgeDI9IjIzLjQyODMzNzclIiB5Mj0iNTAlIiBpZD0ibGluZWFyR3JhZGllbnQtNCI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIwJSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBzdG9wLW9wYWNpdHk9IjAuOCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSLpobXpnaItMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlZSLeWIhumXtOW8leWvvOagh+etvuWkh+S7vS0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM5LjAwMDAwMCwgLTU0My4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hC0y5aSH5Lu9LTEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDUuMDAwMDAwLCA1MzYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iaW1hZ2Ut566t5aS0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNC4wMDAwMDAsIDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJCRyIgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjRDhEOEQ4IiBvcGFjaXR5PSIwLjUxMTQ2Mjk4NCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTcuOTM4ODY5OCwxLjE0Mzc2MTI5IEM4LjI1NDY1NDA0LDEuMjU3NTgwMzUgOC4zMTc4Mjg0LDEuMzAyMTY5OTggOC4zMTc3ODUyMSwxLjM1ODE1MjIzIEM4LjMxNzc1MDcyLDEuNDAyODQzMzUgOC4zMDU3NDkwNywxLjQ0NzUyNTI0IDguMjgxNzg0MTEsMS40ODcyMDUyMSBMOC4yODE3ODQxMSwxLjQ4NzIwNTIxIEw2LjIwOTg5MDQxLDQuOTE3NzQyNDUgQzYuMTM3ODg4MDgsNS4wMzY5NjAyOSA2LjEwMTg4NjkxLDUuMTcxMjIwMiA2LjEwMTg4NjkxLDUuMzA1NDgwMTEgQzYuMTAxODg2OTEsNS40Mzk3NDAwMiA2LjEzNzg4ODA4LDUuNTczOTk5OTQgNi4yMDk4OTA0MSw1LjY5MzIxNzc4IEw2LjIwOTg5MDQxLDUuNjkzMjE3NzggTDguMjgxNzg0MTEsOS4xMjM3NTUwMSBDOC4zMTc0NzQzOCw5LjE4Mjg0OTE2IDguMzI1ODMzMjIsOS4yNTA4MTUyIDguMzEwNDk1OTUsOS4zMTI5MzAyOCBDOC4yOTUxNTg2OCw5LjM3NTA0NTM2IDguMjU2MTI1MzEsOS40MzEzMDk0NyA4LjE5NzAzMTE3LDkuNDY2OTk5NzMgQzguMTU3MzUxMTksOS40OTA5NjQ2OSA4LjExMjY2OTMxLDkuNTAyOTY2MzQgOC4wNjc5NzgxOCw5LjUwMzAwMDgzIEM4LjAyMzI4NzA2LDkuNTAzMDM1MzEgNy45Nzg1ODY3MSw5LjQ5MTEwMjYzIDcuOTM4ODY5OCw5LjQ2NzE5ODkzIEw3LjkzODg2OTgsOS40NjcxOTg5MyBMMS4zNzk5MTIxOCw1LjUxOTY3ODE1IEMxLjMyMDc2MzAyLDUuNDg0MDc5MTIgMS4yODE2NDI4Nyw1LjQyNzg3NTMyIDEuMjY2MjA5NzcsNS4zNjU3ODM5OCBDMS4yNTQ2OTI1Niw1LjMxOTQ0NzMyIDEuMjU2MzY2OTgsNS4yNjk4MzE4MiAxLjI3Mjc1MzMzLDUuMjIzMDU0MDUgTDEuMjcyNzUzMzMsNS4yMjMwNTQwNSBaIiBpZD0i566t5aS0IiBzdHJva2U9InVybCgjbGluZWFyR3JhZGllbnQtNCkiIHN0cm9rZS13aWR0aD0iMC41IiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTMpIiBtYXNrPSJ1cmwoI21hc2stMikiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDM5MjAwLCA1LjMwNTQ4MCkgc2NhbGUoMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuMDM5MjAwLCAtNS4zMDU0ODApICI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=") no-repeat;background-size:100%;display:inline-block;width:0.625rem;height:0.625rem;margin-left:0.25rem;transform-origin:center}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].left.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].forward.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].back.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].right.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd{color:#f9eac1}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMCA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPueureWktDwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjEwLjYzODU4ODQlIiB5MT0iMCUiIHgyPSI5Ni41MTYxNDc0JSIgeTI9IjEyOS43MzEzNTQlIiBpZD0ibGluZWFyR3JhZGllbnQtMSI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkYyQ0MiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0VBRDA5QSIgb2Zmc2V0PSI0OC43MTQ0NDc4JSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRDFCMTdFIiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPC9kZWZzPgogICAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0i5pyq5p2l5a625aSH5Lu9LTI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzA1LjAwMDAwMCwgLTU0NS4wMDAwMDApIiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTEpIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0i57yW57uELTLlpIfku70tMTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0NS4wMDAwMDAsIDUzNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJpbWFnZS3nrq3lpLQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYwLjAwMDAwMCwgNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC40OTU3ODI5NCwxLjYxNjQ1MTEgTDYuNDIzODg5MjUsNS4wNDY5ODgzMyBDNi4zMjc4ODYxMyw1LjIwNTk0NTQ1IDYuMzI3ODg2MTMsNS40MDUwMTQ3NyA2LjQyMzg4OTI1LDUuNTYzOTcxODkgTDguNDk1NzgyOTQsOC45OTQ1MDkxMiBDOC42Mzg1NDQwMSw5LjIzMDg4NTcxIDguNTYyNjUzNjQsOS41MzgyMzc1IDguMzI2Mjc3MDYsOS42ODA5OTg1NiBDOC4xNjc1NTcxNiw5Ljc3Njg1ODQgNy45Njg4MjE5NSw5Ljc3NzAxMTc1IDcuODA5OTU0MzEsOS42ODEzOTY5NyBMMS4yNTA5OTY2OSw1LjczMzg3NjE4IEMxLjAxNDQwMDA4LDUuNTkxNDgwMDcgMC45MzgwMzU0ODEsNS4yODQyNDU3NiAxLjA4MDQzMTU5LDUuMDQ3NjQ5MTQgQzEuMTIyNTE0OCw0Ljk3NzcyNjI4IDEuMTgxMDczODMsNC45MTkxNjcyNSAxLjI1MDk5NjY5LDQuODc3MDg0MDQgTDcuODA5OTU0MzEsMC45Mjk1NjMyNTMgQzguMDQ2NTUwOTMsMC43ODcxNjcxNDIgOC4zNTM3ODUyNCwwLjg2MzUzMTczOSA4LjQ5NjE4MTM1LDEuMTAwMTI4MzUgQzguNTkxNzk2MTMsMS4yNTg5OTYgOC41OTE2NDI3OCwxLjQ1NzczMTIgOC40OTU3ODI5NCwxLjYxNjQ1MTEgWiIgaWQ9IueureWktCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMzkyMDAsIDUuMzA1NDgwKSBzY2FsZSgxLCAtMSkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtNS4wMzkyMDAsIC01LjMwNTQ4MCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd:active,.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd:focus{background:rgba(0, 0, 0, 0.5);color:rgba(249, 234, 193, 0.5)}')}function zy(n){let t,e,i,s,o,r,a,l;return{c(){t=S("div"),e=S("div"),i=S("span"),i.textContent=`${n[8]}`,s=$(),o=S("i"),C(i,"class","plugin-DoorLabelPlugin-txt svelte-1irjijd"),C(o,"class","plugin-DoorLabelPlugin-icon svelte-1irjijd"),C(e,"class",r=_e(vt("plugin-DoorLabelPlugin-cnt",n[0].toward))+" svelte-1irjijd"),C(e,"style",`transform: ${n[6]||"initial"};pointer-events: ${n[5]?"auto":"none"};opacity: ${n[5]?1:0}`),C(e,"data-camera-toward",n[7]),C(t,"style",`left: ${n[3]||0}%;top: ${n[4]||0}%;opacity: ${n[5]?1:0}`),C(t,"class","plugin-DoorLabelPlugin-item svelte-1irjijd")},m(c,h){B(c,t,h),L(t,e),L(e,i),L(e,s),L(e,o),n[10](t),a||(l=Ae(e,"click",n[9]),a=!0)},p(c,[h]){h&1&&r!==(r=_e(vt("plugin-DoorLabelPlugin-cnt",c[0].toward))+" svelte-1irjijd")&&C(e,"class",r)},i:J,o:J,d(c){c&&z(t),n[10](null),a=!1,l()}}}function Oy(n,t,e){let{props:i}=t,{onClick:s}=t,o,{left:r,top:a,inSight:l,transform:c,panoIndex:h,cameraToward:u,name:f}=i;const g=()=>{if(!r||!a||!l||!o)return;const m=o.current.clientWidth/window.innerWidth*100,v=o.current.clientHeight/window.innerHeight*100;r<=m/2||r>=100-m/2||a<=v/2||a>=100-v/2},A=m=>{s&&s()};function p(m){We[m?"unshift":"push"](()=>{o=m,e(2,o)})}return n.$$set=m=>{"props"in m&&e(0,i=m.props),"onClick"in m&&e(1,s=m.onClick)},g(),[i,s,o,r,a,l,c,u,f,A,p]}class By extends ce{constructor(t){super(),le(this,t,Oy,zy,ae,{props:0,onClick:1},jy)}}function Vy(n,t){const e=Math.abs(n.top+n.height/2-t.top-t.height/2),i=Math.abs(n.left+n.width/2-t.left-t.width/2),s=(n.height+t.height)/2,o=(n.width+t.width)/2;return!(e>s&&i>o)}function Ry(n){const{camera:t}=n,e=t.getWorldDirection(new _.Vector3);let i=Math.atan(e.z/e.x)*180/Math.PI,s="";return e.x<0&&(i+=180),i<0&&(i+=360),i>315||i<=45?s="right":i>45&&i<=135?s="back":i>135&&i<=225?s="left":i>225&&i<=315&&(s="forward"),s}function Hy(n,t){return Math.sqrt(Math.pow(n.z-t.z,2)+Math.pow(n.x-t.x,2))}function Ny(n){const t=Math.PI/4;return n>-t&&n<=t?"left":n>t*3||n<=-t*3?"right":n>-t*3&&n<=-t?"forward":n>t&&n<=t*3?"back":""}const Gy={userAction:!0};class Qy extends Ly{constructor(e){super(e);d(this,"MinVisibledistance",1.8);d(this,"MaxVisibledistance",5);d(this,"OffsetHeight",-1.3);d(this,"rooms");d(this,"floorplanServerData");d(this,"doorLabelItems");d(this,"visibleLabelMap",new Map);d(this,"labelItems",[]);d(this,"doorLabels");d(this,"roomObservers");d(this,"loadData",(e,i)=>{i&&(this.MaxVisibledistance=i.MaxVisibledistance,this.MinVisibledistance=i.MinVisibledistance,this.OffsetHeight=i.OffsetHeight),this.doorLabelItems&&this.doorLabelItems.length>0&&this.doorLabelItems.forEach(s=>{s.$destroy()}),this.labelItems=[],this.doorLabels=[],this.doorLabelItems=[],this.floorplanServerData=e,typeof this.five.ready=="function"?this.five.ready().then(()=>this.initData()):this.five.once("panoArrived",()=>{this.initData()})});d(this,"initRoomObservers",()=>{var o,r;const e=this.floorplanServerData.computed_data.floor_datas||[],s=(((r=(o=this.five)==null?void 0:o.work)==null?void 0:r.observers)||[]).map(a=>{const l=a.panoIndex,c=a.floorIndex,h=e==null?void 0:e.find(u=>u.floor_index===c);if(h){const u=h.rooms.find(f=>f.observer_indexs.includes(l));if(u)return{panoIndex:l,floorIndex:c,name:u.name}}}).filter(Boolean);this.roomObservers=s});d(this,"hideAllLabels",()=>{this.labelItems.forEach(e=>{e.visible=!1,e.inSight=!1}),this.render()});d(this,"fixDoorVisibleAndPosition",()=>{this.initRoomObservers();const{panoIndex:e}=this.five;if(!this.visible||this.five.model.empty||e===null||!this.roomObservers.find(a=>a.panoIndex===e))return;const i=this.roomObservers.find(a=>a.panoIndex===e),o=this.five.work.observers.find(a=>a.panoIndex===e).position.clone(),r=(()=>{if(this.visibleLabelMap.has(e))return this.visibleLabelMap.get(e);{const a=[];return this.doorLabels.forEach((l,c)=>{if(l.roomName===i.name)return;const h=l.position.clone(),u=h.distanceTo(o);if(u<this.MinVisibledistance||u>this.MaxVisibledistance)return;const f=new _.Raycaster,g=h.clone().sub(o).normalize();f.set(o,g);const[A]=this.five.model.intersectRaycaster(f);A&&A.distance+.1<u||a.push(c)}),this.visibleLabelMap.set(e,a),a}})();this.labelItems.forEach((a,l)=>{a.visible=r.includes(l)}),this.fixDoorPosition()});d(this,"fixDoorPosition",()=>{var h,u,f,g,A,p,m,v,y,P,E,k;const{panoIndex:e,camera:i}=this.five;if(e===null)return;if(this.five.currentMode!=="Panorama")return this.hideAllLabels();const s=this.five.getElement(),o=s.clientWidth,r=s.clientHeight,a=i.getWorldDirection(new _.Vector3),l=[],c=[...this.labelItems];if(c.forEach((I,j)=>{if(I.visible){const R=i.position.distanceTo(I.position),U=I.position.clone().add(new _.Vector3(0,this.OffsetHeight,0)),N=U.clone().sub(i.position).normalize().angleTo(a),Q=U.clone().project(i),H=(Q.x+1)/2.2*100,F=(-Q.y+1)/2.2*100,Y=H>=0&&H<=100&&F>=0&&F<=100&&R>this.MinVisibledistance&&R<=this.MaxVisibledistance;I.left=H,I.top=F,I.inSight=Y&&N<Math.PI/2,I.cameraToward=Ry(this.five),Y?l.push({disFromCameraToLabel:R,left:H,top:F,index:j}):I.transform="translate(-50%, -50%)"}else I.inSight=!1}),l.length>1){let I=0;l.sort((j,R)=>R.disFromCameraToLabel-j.disFromCameraToLabel);for(let j=1;j<l.length;j++){const{index:R,left:U,top:W}=l[j-1],{index:N,left:Q,top:H}=l[j],F=this.container.children[R],Y=this.container.children[N];if(!F||!Y)return;const Z={left:o*U/100,top:r*W/100,width:(f=(u=(h=F.children)==null?void 0:h[0])==null?void 0:u.clientWidth)!=null?f:0,height:(p=(A=(g=F.children)==null?void 0:g[0])==null?void 0:A.clientHeight)!=null?p:0},q={left:o*Q/100,top:r*H/100,width:(y=(v=(m=Y.children)==null?void 0:m[0])==null?void 0:v.clientWidth)!=null?y:0,height:(k=(E=(P=Y.children)==null?void 0:P[0])==null?void 0:E.clientHeight)!=null?k:0};Vy(Z,q)&&(I++,c[R].transform=`translate(-50%, ${(I-1)*100-50}%)`,c[N].transform=`translate(-50%, ${I*100-50}%)`)}}this.labelItems=c,this.render()});d(this,"onClick",(e,i)=>{if(!this.roomObservers)return;const{work:s}=this.five;let o,r,a=1/0;for(const l of s.observers)if(this.roomObservers.find(h=>h.panoIndex===l.panoIndex&&h.name===e)){const h=l.standingPosition,u=i.distanceTo(h);u<a&&(o=l.panoIndex,r=h.clone().sub(i).normalize(),a=u)}if(r!==null&&o!==null){const l={};if(a>0){const h=new _.Vector3(0,0,-1),u=r.clone(),f=new _.Quaternion;f.setFromUnitVectors(h,u);const g=new _.Euler;g.setFromQuaternion(f,"YXZ"),l.longitude=g.y}this.five.emit("wantsToMoveToPano",o,{},!0)||this.five.moveToPano(o,{longitude:l.longitude})}});d(this,"initData",()=>{var o;this.doorLabels=[];const e=this.five.panoIndex,i=this.floorplanServerData.computed_data.observers[e].floor_index,s=i!==void 0&&((o=this.floorplanServerData.computed_data.floor_datas[i])==null?void 0:o.rooms);this.rooms=s,this.rooms&&this.rooms.length>0&&this.rooms.forEach(r=>{var c;const a=(c=this.floorplanServerData.computed_data.doors)==null?void 0:c.filter(h=>!!(h&&h.name===r.name)),l=this.five.work.observers.filter((h,u)=>!!r.observer_indexs.find(f=>f===u));a&&a.forEach(h=>{const u=h.position;let f=1/0,g;l.forEach(p=>{const m=p.standingPosition,v={x:m.x,y:m.y,z:m.z},y=Hy(u,v);y<f&&(f=y,g=v)}),g&&(u.y=g.y+.01);const A=new _.Vector3(u.x,u.y,u.z);A.add(new _.Vector3(-.2,1.8,0).applyEuler(new _.Euler(0,h.rad,0))),this.doorLabels.push({roomName:r.name,name:h.name,position:A,toward:Ny(h.rad)})})}),this.labelItems=this.doorLabels.map(r=>oe(D({},r),{left:0,top:0,visible:!1,inSight:!1,transform:"",cameraToward:""})),this.five.on("wantsToMoveToPano",this.hideAllLabels),this.five.on("modelLoaded",this.fixDoorVisibleAndPosition),this.five.on("panoArrived",this.fixDoorVisibleAndPosition),this.five.on("initAnimationEnded",this.fixDoorPosition),this.five.on("cameraUpdate",this.fixDoorPosition),this.five.on("mouseWheel",this.fixDoorPosition),this.five.on("pinchGesture",this.fixDoorPosition),this.fixDoorVisibleAndPosition()})}stateChangedCallback(e,i){if(this.hooks.hasListener("stateChange")){const s={state:this.state,prevState:e,userAction:i?i.userAction:Gy.userAction};this.hooks.emit("stateChange",s)}}render(){if(!this.enabled){this.doorLabelItems&&this.doorLabelItems.length>0&&this.doorLabelItems.forEach(e=>{e==null||e.$destroy()}),this.doorLabels=void 0;return}this.doorLabelItems&&this.doorLabelItems.forEach(e=>{e.$destroy()}),this.doorLabelItems=[],this.labelItems.forEach(e=>{this.doorLabelItems.push(new By({target:this.container,props:{props:e,onClick:()=>{this.onClick(e.name,e.position)}}}))})}initState(){return{enabled:!0,visible:!0}}dispose(){this&&this.five&&(this.five.off("wantsToMoveToPano",this.hideAllLabels),this.five.off("modelLoaded",this.fixDoorVisibleAndPosition),this.five.off("panoArrived",this.fixDoorVisibleAndPosition),this.five.off("initAnimationEnded",this.fixDoorPosition),this.five.off("cameraUpdate",this.fixDoorPosition),this.five.off("mouseWheel",this.fixDoorPosition),this.five.off("pinchGesture",this.fixDoorPosition),super.dispose())}}const Fy=n=>new Qy(n);function _y(n,t){console.warn(`⛔ ==> [${n}]: ${t}`)}function og(n,t){console.warn(`🚫 ==> [${n}]: ${t}`)}var Ar={},Wy=Uy;function Uy(n,t,e){return n[0]=t[0]+e[0],n[1]=t[1]+e[1],n}var Yy=Xy;function Xy(n,t,e){return n[0]=t,n[1]=e,n}var Zy=Jy;function Jy(n,t){var e=t[0],i=t[1],s=e*e+i*i;return s>0&&(s=1/Math.sqrt(s),n[0]=t[0]*s,n[1]=t[1]*s),n}var qy=Ky;function Ky(n,t,e){return n[0]=t[0]-e[0],n[1]=t[1]-e[1],n}var $y=ew;function ew(n,t){return n[0]*t[0]+n[1]*t[1]}var tw=Wy,qa=Yy,rg=Zy,iw=qy,nw=$y,_h=[0,0];Ar.computeMiter=function(t,e,i,s,o){return tw(t,i,s),rg(t,t),qa(e,-t[1],t[0]),qa(_h,-i[1],i[0]),o/nw(e,_h)};Ar.normal=function(t,e){return qa(t,-e[1],e[0]),t};Ar.direction=function(t,e,i){return iw(t,e,i),rg(t,t),t};var ci=Ar,Ni=[0,0],Po=[0,0],Wh=[0,0],As=[0,0],sw=function(n,t){var e=null,i=[];t&&(n=n.slice(),n.push(n[0]));for(var s=n.length,o=1;o<s;o++){var r=n[o-1],a=n[o],l=o<n.length-1?n[o+1]:null;if(ci.direction(Ni,a,r),e||(e=[0,0],ci.normal(e,Ni)),o===1&&pa(i,e,1),!l)ci.normal(e,Ni),pa(i,e,1);else{ci.direction(Po,l,a);var c=ci.computeMiter(Wh,As,Ni,Po,1);pa(i,As,c)}}if(n.length>2&&t){var h=n[s-2],u=n[0],f=n[1];ci.direction(Ni,u,h),ci.direction(Po,f,u),ci.normal(e,Ni);var g=ci.computeMiter(Wh,As,Ni,Po,1);i[0][0]=As.slice(),i[s-1][0]=As.slice(),i[0][1]=g,i[s-1][1]=g,i.pop()}return i};function pa(n,t,e){n.push([[t[0],t[1]],e])}const ow=2,rw=3,aw=3,lw=2;function cw(n){const t=n.width,i=n.unitLength/t,s=t/2,o=n.path;if(o.length===0)return{geometry:new w.BufferGeometry,maxU:0,curvePath:null,curvePoints:null};const r=new w.CurvePath;o.forEach(I=>{const j=hw(I);j&&r.add(j)});const a=Math.ceil(r.getLength()*100);r.arcLengthDivisions=a;const l=r.getPoints(a),c=l.length,h=sw(l.map(I=>[I.x,I.z])),f=(c-1)*ow*rw,g=2*c,A=g*aw,p=g*lw,m=new Uint32Array(f),v=new Float32Array(A),y=new Float32Array(p);let P=0,E=0;for(let I=0;I<l.length;I++){const[j,R]=h[I][0],U=l[I],{x:W,y:N,z:Q}=U,H=new _.Vector3(W+j*s,N+.05,Q+R*s);v[I*6+0]=H.x,v[I*6+1]=H.y,v[I*6+2]=H.z;const F=new _.Vector3(W-j*s,N+.05,Q-R*s);v[I*6+3]=F.x,v[I*6+4]=F.y,v[I*6+5]=F.z,P+=I>0?l[I-1].clone().sub(l[I]).length():0;const Y=P/t/i;if(E=Y,y[I*4+0]=0,y[I*4+1]=Y,y[I*4+2]=1,y[I*4+3]=Y,n.skipPositions){const Z=new w.Vector3().lerpVectors(H,F,.5);if(n.skipPositions.some(ee=>ee.distanceTo(Z)<.26))continue}I!==l.length-1&&(m[I*6+0]=I*2+0,m[I*6+1]=I*2+2,m[I*6+2]=I*2+1,m[I*6+3]=I*2+2,m[I*6+4]=I*2+3,m[I*6+5]=I*2+1)}const k=new w.BufferGeometry;return k.setAttribute("position",new w.BufferAttribute(v,3)),k.setAttribute("uv",new w.BufferAttribute(y,2)),k.setIndex(new w.BufferAttribute(m,1)),{geometry:k,maxU:E,curvePath:r,curvePoints:l}}function hw(n){if(dw(n)){const t=[n.closed,n.curve_type,n.tension],e=n.points.map(s=>new w.Vector3().fromArray(s));return new w.CatmullRomCurve3(e,...t)}}function dw(n){return n.type==="CatmullRomCurve3"}function uw(n,t){t.forEach(e=>{const i=new w.SphereGeometry(.02,16,16),s=[],o=[new w.MeshBasicMaterial({color:16776960}),new w.MeshBasicMaterial({color:16711935}),new w.MeshBasicMaterial({color:16711680}),new w.MeshBasicMaterial({color:65535})];if(e.position.length===4)e.position.forEach((r,a)=>{const l=o[a],c=new w.Mesh(i,l);c.position.copy(ui(r)),s.push(c)});else{const r=o[0],a=new w.Mesh(i,r);a.position.copy(ui(e.position)),s.push(a)}s.forEach(r=>{r.material.depthTest=!1,n.scene.add(r)})})}const Ye=n=>n;function Aa(n){if(!n||n.length<3)return;const t=n.map(Ve),e=t[1].clone().sub(t[0]),i=t[2].clone().sub(t[1]);return e.cross(i)}function fw(n){return n.stickType==="Plane"}function gw(n){return n.stickType==="3DPoint"}function mw(n){return n.stickType==="3DPoint"||n.stickType==="Plane"}function Kt(n){return n.stickType==="Model"&&n.contentType==="MediaModel"}function pw(n){return n.stickType==="Model"&&n.contentType==="Model"}function Aw(n){return n.stickType==="Model"}function vw(n){return n.stickType==="Plane"&&n.contentType==="MediaPlane"}function ag(n){const t=(()=>{if(Kt(n)&&n.matrix){const e=new _.Matrix4().fromArray(n.matrix);return n.data.mediaPosition.map(i=>Ve(i).clone().applyMatrix4(e))}else return n.position})();return zm(t)}function Es(n){const t=ag(n);return xi(...Array.isArray(t)?t:[t])}function vs(n,t){if(n===void 0)return;const{min:e,max:i}=t!=null?t:{};if(!(e===void 0&&i===void 0))return!(typeof i=="number"&&i<n||typeof e=="number"&&e>n)}function bw(n,t,e){const s=new w.Plane().setFromNormalAndCoplanarPoint(e,t),o=t.clone().sub(n).cross(new w.Vector3(0,1,0)).setLength(.01),r=new w.Vector3(0,.01,0);return[t.clone().sub(o).sub(r),t.clone().add(o).sub(r),t.clone().add(o).add(r),t.clone().sub(o).add(r)].map(l=>s.projectPoint(l,new w.Vector3))}const yw=(n,t=1e3/60)=>{let e=null;const i=n;return(...o)=>{e&&clearTimeout(e),e=setTimeout(()=>{i==null||i(...o),e&&clearTimeout(e),e=null},t)}};function Uh(n,t=200){let e;return function(...i){e||(n.apply(this,i),e=setTimeout(function(){e=null},t))}}function ww(n,t){const[e,i]=t;if(e>=i||i<=1||e<=1)return-1;const s={},o=r=>(s[r]||(s[r]=n(r)),s[r]);for(let r=e;r<i;r++){const a=o(r),l=o(r-1);if(a<l)return r}return-1}function Cw(n){var t,e,i,s;if(!n.stickType){const o=(()=>n.pointType==="PointTag"&&n.dimensionType==="3D"?"3DPoint":n.pointType==="PlaneTag"?"Plane":"2DPoint")();n.stickType=o}if(n.contentType==="VRLink"||n.contentType==="PanoLink"||n.contentType==="Link"){const o=n;!((e=(t=o.data)==null?void 0:t.icon)!=null&&e.url)&&!((s=(i=o.style)==null?void 0:i.point)!=null&&s.url)&&(o.data.icon={url:"//vrlab-static.ljcdn.com/release/web/test.09dee741.png",steps:28})}return n.extraData&&(n.data?n.data.extraData=n.extraData:n.data={extraData:n.extraData}),n}const Nn="data:audio/mpeg;base64,//uQxAAAAAAAAAAAAAAAAAAAAAAASW5mbwAAAA8AAAADAAAGhgBVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr///////////////////////////////////////////8AAAA5TEFNRTMuOThyAc0AAAAAAAAAABSAJAiqQgAAgAAABobxtI73AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//uQxAACFEII9ACZ/sJZwWEoEb8w/////N//////JcxjHjf+7/v/H2PzCCFAiDtGeyBCIx7bJJ1mmEEMy6g8mm2c8nrGABB4h2Mkmn//4z/73u773R5qHHu/j/w7Kxkzh5lWRWdsifCkNAnY9Zc1HvDAhjhSHdFkHFzLmabt/AQxSg2wwzLhHIJOBnAWwVY4zrhIYhhc2kvhYDfQ4hDi2Gmh5KyFn8EcGIrHAngNgIwVIEMf5bzbAiTRoAD///8z/KVhkkWEle6IX+d/z4fvH3BShK1e5kmjkCMoxVmXhd4ROlTKo3iipasvTilY21q19ta30/v/0/idPX1v8PNxJL6ramnOVsdvMv2akO0iSYIzdJFirtzWXCZicS9vHqvSKyqm5XJBdqBwPxyfJdykhWTZ0G0ZyTZGpLKxsNwwoRhsx3tZfhwmeOBVISm3impAC/IT/8hP/EKEM1KMdVdVKM2rHV4x7HVXZvbVVKN/qq8CiV9VL9jjH/6l6qf7MBCjZmOqsAibjcP+qqqv0oxqpa/NVW286hPo1nz2L/h8+jXt//uSxCmDU2IK/ECN98KKtE5IYzNoCfbw+u9i5r8PoadUMFPKqWL4LK3T/LCraMSHGkW4bpLXR/E6LlHOVQxmslKVJ8IULktMN06N0FKCpHCoYsjC4F+Z0NVqdNFoGSTjSiyjzLdnZ2fNqTi2eHKONONKLMPMKLONKLMPQRJGlFxZRoKcJFAYEeIFiRQkUWUeYfef//Ko04soswso40UJAgMw8wosososy0EalnZyjQUGBRQGIFggOWUacWUeYmuadrZziQKKEgQsQLAhQkUJAgMQDghltLO1onp0cpkNInSFMqlYeSEJ5AHsqFdOwy1DA2sRmRJKxdKRfLhfLw5BzUxBTUUzLjk4LjJVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVUxBTUUzLjk4LjJVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVf/7ksRRA8AAAaQAAAAgAAA0gAAABFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVU=",Ms={};var jl=(n=>(n.Default="default",n.GetAudioDuration="getAudioDuration",n.PlayAudio="playAudio",n))(jl||{});function Pw(n,t){const e=(t==null?void 0:t.namespace)||"default",i=Ms[e]||(Ms[e]=[]);let s=i.find(o=>!o.realSrc||o.realSrc===Nn);return s||(console.warn("未找到缓存音频,已新建",Ms),s=new lg(Nn),i.push(s)),n&&(s.src=n),s}function Iw(n,t){const e=(t==null?void 0:t.namespace)||"default",i=Ms[e]||(Ms[e]=[]),s=n-i.length;if(!(s<=0))for(let o=0;o<s;o++)i.push(new lg(Nn))}class lg extends(()=>typeof Audio=="undefined"?class{}:Audio)(){constructor(e){super(e);d(this,"preload","auto");d(this,"crossOrigin","anonymous");d(this,"realSrc","");d(this,"inited",!1);d(this,"removeDocumentEventListener");this.realSrc=e!=null?e:"",this.muted=!0,super.autoplay=!0,super.addEventListener("ended",()=>{this.src=""});const i=()=>Ew(this);document.addEventListener("click",i),document.addEventListener("touchend",i),this.removeDocumentEventListener=()=>{document.removeEventListener("click",i),document.removeEventListener("touchend",i)}}get isBlankAudio(){return this.realSrc===Nn||!this.realSrc}get src(){return super.src}set src(e){super.src=e,this.realSrc=e,this.removeDocumentEventListener()}get muted(){return super.muted}set muted(e){super.muted=e}clear(){this.currentTime=0,this.src=Nn}}function Ew(n){n&&(n.inited||(n.src&&(n.inited=!0,n.removeDocumentEventListener()),n.src===Nn&&n.play()))}function Ka(n,t){if(!t||typeof ResizeObserver=="undefined"||!ResizeObserver)return{observe:()=>window.addEventListener("resize",n),unobserve:()=>window.removeEventListener("resize",n)};{const e=new ResizeObserver(n);return{observe:()=>e.observe(t),unobserve:()=>e.unobserve(t)}}}const cg={visibleConfig:{intersectRaycaster:{enabled:!0,distanceAccuracy:.01,checkPoints:"corner",needPassed:1}},clickable:!0,renderType:"Dom"};var hg=(n=>(n.PointTag="PointTag",n.PlaneTag="PlaneTag",n))(hg||{}),dg=(n=>(n.Audio="Audio",n.Text="Text",n.ImageText="ImageText",n.Image="Image",n.Video="Video",n.Link="Link",n.Sticker="Sticker",n.VRLink="VRLink",n.PanoLink="PanoLink",n.Marketing="Marketing",n.MediaPlane="MediaPlane",n.MediaModel="MediaModel",n.Model="Model",n.Panorama="Panorama",n.Custom="Custom",n.Unknown="Unknown",n))(dg||{}),ug=(n=>(n.Two="2D",n.Three="3D",n))(ug||{});const Mw={globalConfig:{visibleConfig:{followModelVisibility:!0},unfoldedConfig:{autoUnfold:{enable:!0,strategy:"MinimumDistance",distance:{max:5}}},tag3DConfig:{ratio:.0035}},contentTypeConfig:{"[Mapview]":{unfoldedConfig:{autoUnfold:{enable:!1,distance:{max:9999}}}},"[Floorplan]":{unfoldedConfig:{autoUnfold:{enable:!1,distance:{max:9999}}}},"Any-Audio-plane":{unfoldedConfig:{keep:"unfolded"}},Link:{unfoldedConfig:{keep:"unfolded"}},Panorama:{unfoldedConfig:{keep:"unfolded"}},VRLink:{unfoldedConfig:{keep:"unfolded"}},PanoLink:{unfoldedConfig:{keep:"unfolded"}},MediaPlane:{unfoldedConfig:{keep:"unfolded"},visibleConfig:{alwaysShowWhenMovePano:!0},initialData:{autoplayConfig:{autoplayCarousel:!0,autoplayVideo:!1,autoplayVideoInCarousel:!1}}},"Model-Any":{unfoldedConfig:{keep:"unfolded"},visibleConfig:{keep:"visible",visibleFiveMode:"all",alwaysShowWhenMovePano:!0}}}};class kw extends on{constructor(e){super(e);d(this,"tagCacheByPanoIndex",{})}getPanoIndexCache(e){var h;const{five:i}=this,{panoIndex:s,id:o,key:r}=e!=null?e:{},a=s!=null?s:i.getCurrentState().panoIndex;if(a===void 0)throw new Error(`TagCacheController getPanoIndexCache(): fivePanoIndex is ${a}`);const l=`${i.model.uuid}__${a}`;let c=this.tagCacheByPanoIndex[l];if(c||(c=new Map,this.tagCacheByPanoIndex[l]=c),o===void 0)return c;if(r===void 0){const u=c.get(o);return u||(c.set(o,{}),c.get(o))}return(h=c.get(o))==null?void 0:h[r]}clearCacheById(e){Object.values(this.tagCacheByPanoIndex).forEach(i=>{i.delete(e)})}clearCache(){this.tagCacheByPanoIndex={}}removeCache(){}}const xw=navigator.userAgent.toLowerCase().indexOf("iphone")!==-1;navigator.userAgent.toLowerCase().indexOf("android");const zo=navigator.userAgent.toLowerCase().indexOf("micromessenger")!==-1,Dw=xw&&zo;function Sw(n){if(n.length!==4)return!1;const[t,e,i,s]=n,o=t.distanceTo(e),r=e.distanceTo(i),a=i.distanceTo(s),l=s.distanceTo(t),c=t.distanceTo(i),h=e.distanceTo(s);return o===a&&r===l&&c===h}class va extends w.Mesh{constructor(e,i,s){if(e.length!==4)throw new Error("QuadrangleMesh: Invalid number of points, it's not a quadrangle");const[o,r,a,l]=e,c=xi(...e),h=[o.clone().sub(c),r.clone().sub(c),a.clone().sub(c),l.clone().sub(c)],u=new fg(h,s);super(u,i);d(this,"name","QuadrangleMesh");this.position.copy(c)}removeFromParent(){const e=this.parent;return e!==null&&e.remove(this),this}}class fg extends w.BufferGeometry{constructor(e,i){super();d(this,"name","QuadrangleGeometry");d(this,"points");this.points=e;const s=i!=null?i:Sw(e)?64:1;if(e.length!==4){console.error("Invalid number of points, it's not a quadrangle");return}const[o,r,a,l]=e,[c,h,u,f]=[new w.Vector2(0,0),new w.Vector2(1,0),new w.Vector2(1,1),new w.Vector2(0,1)],g=[],A=[];g.push(...o.toArray()),A.push(...c.toArray());for(let m=1;m<s;m++)g.push(o.x+(r.x-o.x)*m/s,o.y+(r.y-o.y)*m/s,o.z+(r.z-o.z)*m/s),A.push(c.x+(h.x-c.x)*m/s,c.y+(h.y-c.y)*m/s);g.push(...r.toArray()),A.push(...h.toArray()),g.push(...a.toArray()),A.push(...u.toArray());for(let m=1;m<s;m++)g.push(a.x+(l.x-a.x)*m/s,a.y+(l.y-a.y)*m/s,a.z+(l.z-a.z)*m/s),A.push(u.x+(f.x-u.x)*m/s,u.y+(f.y-u.y)*m/s);g.push(...l.toArray()),A.push(...f.toArray());const p=[];for(let m=0;m<s;m++)p.push(m,m+1,s*2-m,m,s*2-m,s*2+1-m);this.setAttribute("position",new w.BufferAttribute(new Float32Array(g),3)),this.setAttribute("uv",new w.BufferAttribute(new Float32Array(A),2)),this.setIndex(new w.BufferAttribute(new Uint32Array(p),1))}}function Tw(n,t){let e=!zo;const i=t!=null?t:document.createElement("video");i.preload="metadata",i.crossOrigin="anonymous",i.muted=!0,i.loop=!0,i.playsInline=!0,i.autoplay=!0;const s=new w.VideoTexture(i);s.minFilter=w.LinearFilter,s.magFilter=w.LinearFilter,s.encoding=w.sRGBEncoding,s.metadataLoaded=!1,i.src=n;const o=()=>{s.metadataLoaded||(s.dispatchEvent({type:"videoLoaded"}),s.metadataLoaded=!0)};if(zo||(i.onloadedmetadata=()=>{o()}),zo){const r=()=>{if(!e){if(!i.paused){o();return}i.muted=!0,i.play().then(()=>{e=!0,i.pause(),i.currentTime=0,o()}).catch(()=>{console.warn("video auto play error")})}};document.addEventListener("click",r,{once:!0}),document.addEventListener("touchend",r,{once:!0})}return s}function Cs(n,t,e){if(n==="fill")return t;if(n==="contain"){const[i,s,o,r]=t,a=i.distanceTo(s),l=o.distanceTo(r),c=i.distanceTo(r),h=s.distanceTo(o),u=a,f=c,g=u/f;if(g>e){const p=f*e,m=new w.Vector3().subVectors(s,i).multiplyScalar((a-p)/2/a),v=new w.Vector3().subVectors(o,r).multiplyScalar((l-p)/2/l);return[i.clone().add(m),s.clone().sub(m),o.clone().sub(v),r.clone().add(v)]}else if(g<e){const p=u/e,m=new w.Vector3().subVectors(r,i).multiplyScalar((c-p)/2/c),v=new w.Vector3().subVectors(o,s).multiplyScalar((h-p)/2/h);return[i.clone().add(m),s.clone().add(v),o.clone().sub(v),r.clone().sub(m)]}else return t}else return console.warn(`objectFit: ${n} is not supported yet`),t}class Lw extends w.ShaderMaterial{constructor(e){super();d(this,"transparent",!1);d(this,"blending",w.CustomBlending);d(this,"blendSrc",w.SrcAlphaFactor);d(this,"blendDst",w.OneMinusSrcAlphaFactor);d(this,"blendSrcAlpha",w.OneFactor);d(this,"blendDstAlpha",w.OneMinusSrcAlphaFactor);d(this,"vertexShader",`
552
552
  varying vec2 vUv;
553
553
  void main() {
554
554
  vUv = uv;
@@ -581,7 +581,7 @@ void main() {
581
581
  `?f:W).map(W=>({id:st(),content:W})))),j}function v(){if(!A)return;const I=!a;A.reversed!==I&&A.reverse(),A.play()}function y(I){if(l){e(5,l=!1);return}clearTimeout(g),g=setTimeout(v,I?s:o)}function P(I){const j=function(){const R=ww(U=>I[U].getBoundingClientRect().x,[Math.min(I.length-1,10),Math.min(I.length-1,30)]);if(R>0)return R}();A=Va({targets:I.slice(0,j).filter(Me),autoplay:!1,duration:400,scale:[.7,1],rotate:[20,0],opacity:[0,1],translateX:[4,0],translateY:[10,0],delay:Va.stagger(50),easing:"easeInOutCubic"}),a&&A.seek(A.duration)}function E(I,j){We[I?"unshift":"push"](()=>{p[j]=I,e(1,p)})}function k(I,j){We[I?"unshift":"push"](()=>{p[j]=I,e(1,p)})}return n.$$set=I=>{"inDelay"in I&&e(6,s=I.inDelay),"outDelay"in I&&e(7,o=I.outDelay),"content"in I&&e(0,r=I.content),"unfolded"in I&&e(8,a=I.unfolded),"isFistUnfoldedUpdate"in I&&e(5,l=I.isFistUnfoldedUpdate)},n.$$.update=()=>{n.$$.dirty&1&&e(2,i=m(r)),n.$$.dirty&256&&y(a),n.$$.dirty&2&&P(p.filter(I=>!!I))},[r,p,i,u,f,l,s,o,a,E,k]}class Ag extends ce{constructor(t){super(),le(this,t,Xw,Yw,ae,{inDelay:6,outDelay:7,content:0,unfolded:8,isFistUnfoldedUpdate:5},Fw)}}function Zw(n){ge(n,"svelte-1ogmlqq",".arrow.svelte-1ogmlqq{width:100%;height:100%;background-size:100%;transition:transform 400ms ease-in-out;cursor:pointer;pointer-events:auto}.arrow-wrapper.svelte-1ogmlqq{position:relative;width:100%;height:100%}.arrow.left.svelte-1ogmlqq{transform:rotate(0deg)}.arrow.right.svelte-1ogmlqq{transform:rotate(-180deg)}.arrow.top.svelte-1ogmlqq{transform:rotate(90deg)}.arrow.bottom.svelte-1ogmlqq{transform:rotate(-90deg)}")}function id(n){let t,e,i,s,o,r,a,l,c,h;return e=new Wt({props:{center:!0,blurRadius:9,spreadRadius:3}}),{c(){t=S("div"),se(e.$$.fragment),i=$(),s=S("div"),C(s,"class",o="arrow "+n[0]+" svelte-1ogmlqq"),T(s,"background-image","url("+dy+")"),C(t,"class","arrow-wrapper svelte-1ogmlqq")},m(u,f){B(u,t,f),ie(e,t,null),L(t,i),L(t,s),l=!0,c||(h=Ae(s,"click",n[5]),c=!0)},p(u,f){n=u,(!l||f&1&&o!==(o="arrow "+n[0]+" svelte-1ogmlqq"))&&C(s,"class",o)},i(u){l||(x(e.$$.fragment,u),u&&Je(()=>{l&&(a&&a.end(1),r=sn(s,gt,{duration:n[2],delay:n[3],easing:Bn}),r.start())}),l=!0)},o(u){O(e.$$.fragment,u),r&&r.invalidate(),u&&(a=qn(s,gt,{duration:n[2],delay:n[4],easing:Bn})),l=!1},d(u){u&&z(t),ne(e),u&&a&&a.end(),c=!1,h()}}}function Jw(n){let t,e,i=n[1]&&id(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&x(i,1)):(i=id(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function qw(n,t,e){let{direction:i="right"}=t,{visible:s=!0}=t,{duration:o=0}=t,{inDelay:r=0}=t,{outDelay:a=0}=t;function l(c){Jn.call(this,n,c)}return n.$$set=c=>{"direction"in c&&e(0,i=c.direction),"visible"in c&&e(1,s=c.visible),"duration"in c&&e(2,o=c.duration),"inDelay"in c&&e(3,r=c.inDelay),"outDelay"in c&&e(4,a=c.outDelay)},[i,s,o,r,a,l]}let Kw=class extends ce{constructor(t){super(),le(this,t,qw,Jw,ae,{direction:0,visible:1,duration:2,inDelay:3,outDelay:4},Zw)}};function $w(n,t,e=20,i=5){return new Promise((s,o)=>{let r=0;const a=setInterval(()=>{const l=n();t(l)?(clearInterval(a),s(l)):r>=i&&(clearInterval(a),o(l)),r++},e)})}function eC(n){ge(n,"svelte-1fuzm7v",".text.svelte-1fuzm7v{pointer-events:auto;box-sizing:border-box;display:inline-block;max-width:7.5rem;transition:transform 400ms ease-in-out;font-size:0.75rem;line-height:1.125rem;white-space:initial;cursor:pointer}.arrow.svelte-1fuzm7v{pointer-events:auto;display:inline-block;vertical-align:top;width:0.875rem;height:0.875rem;margin-left:0.125rem;margin-top:0.125rem}")}function nd(n){let t,e,i;return e=new Ag({props:{unfolded:n[0],content:n[1],inDelay:500,outDelay:n[5]}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","text svelte-1fuzm7v"),T(t,"transform",n[7])},m(s,o){B(s,t,o),ie(e,t,null),n[10](t),i=!0},p(s,o){const r={};o&1&&(r.unfolded=s[0]),o&2&&(r.content=s[1]),o&32&&(r.outDelay=s[5]),e.$set(r),o&128&&T(t,"transform",s[7])},i(s){i||(x(e.$$.fragment,s),i=!0)},o(s){O(e.$$.fragment,s),i=!1},d(s){s&&z(t),ne(e),n[10](null)}}}function sd(n){let t,e,i;return e=new Kw({props:{direction:n[6],visible:n[0],inDelay:600,duration:1e3}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","arrow svelte-1fuzm7v")},m(s,o){B(s,t,o),ie(e,t,null),i=!0},p(s,o){const r={};o&64&&(r.direction=s[6]),o&1&&(r.visible=s[0]),e.$set(r)},i(s){i||(x(e.$$.fragment,s),i=!0)},o(s){O(e.$$.fragment,s),i=!1},d(s){s&&z(t),ne(e)}}}function tC(n){let t,e,i,s=n[1]&&nd(n),o=n[3]<n[4]&&sd(n);return{c(){s&&s.c(),t=$(),o&&o.c(),e=we()},m(r,a){s&&s.m(r,a),B(r,t,a),o&&o.m(r,a),B(r,e,a),i=!0},p(r,[a]){r[1]?s?(s.p(r,a),a&2&&x(s,1)):(s=nd(r),s.c(),x(s,1),s.m(t.parentNode,t)):s&&(ue(),O(s,1,1,()=>{s=null}),fe()),r[3]<r[4]?o?(o.p(r,a),a&24&&x(o,1)):(o=sd(r),o.c(),x(o,1),o.m(e.parentNode,e)):o&&(ue(),O(o,1,1,()=>{o=null}),fe())},i(r){i||(x(s),x(o),i=!0)},o(r){O(s),O(o),i=!1},d(r){s&&s.d(r),r&&z(t),o&&o.d(r),r&&z(e)}}}function iC(n,t,e){let i,s,o,{visible:r=!1}=t,{textUnfolded:a=!1}=t,{content:l}=t,c,h=0,u=0,f=0;function g(A){We[A?"unshift":"push"](()=>{c=A,e(2,c)})}return n.$$set=A=>{"visible"in A&&e(0,r=A.visible),"textUnfolded"in A&&e(8,a=A.textUnfolded),"content"in A&&e(1,l=A.content)},n.$$.update=()=>{if(n.$$.dirty&7&&c&&r&&l){const{lineHeight:A}=getComputedStyle(c);e(4,f=c.offsetHeight),$w(()=>c==null?void 0:c.offsetHeight,Boolean).then(()=>{e(4,f=c.offsetHeight)}),e(3,u=Number(A.replace("px","")))}n.$$.dirty&280&&e(9,h=a?u-f:0),n.$$.dirty&512&&e(7,i=`translateY(${h}px)`),n.$$.dirty&256&&e(6,s=a?"left":"right"),n.$$.dirty&256&&e(5,o=a?450:0)},[r,l,c,u,f,o,s,i,a,h,g]}class vg extends ce{constructor(t){super(),le(this,t,iC,tC,ae,{visible:0,textUnfolded:8,content:1},eC)}}function nC(n){ge(n,"svelte-5hip41",".content.svelte-5hip41{--height:62.4375rem;width:-moz-max-content;width:max-content;height:var(--height);padding:calc(var(--height) - 1.125rem) 0.25rem 0 1rem;position:absolute;left:0;bottom:0;overflow:hidden;box-sizing:border-box;font-size:0;pointer-events:none;white-space:nowrap;font-weight:600}")}function od(n){var h,u;let t,e,i,s,o,r,a,l,c;return t=new Wt({props:{visible:n[2],left:n[3]/2+"px",bottom:12,width:2,blurRadius:120,spreadRadius:60}}),i=new Bl({props:{unfolded:n[2],length:n[3],outDelay:n[4]+40*Math.min((u=(h=n[6][0])==null?void 0:h.content.length)!=null?u:10,15),useLinearColor:!0}}),r=new vg({props:{visible:n[2],textUnfolded:n[1],content:n[5]}}),{c(){se(t.$$.fragment),e=$(),se(i.$$.fragment),s=$(),o=S("div"),se(r.$$.fragment),C(o,"class","content svelte-5hip41")},m(f,g){ie(t,f,g),B(f,e,g),ie(i,f,g),B(f,s,g),B(f,o,g),ie(r,o,null),a=!0,l||(c=[Gt(Ti.call(null,o)),Ae(o,"clientWidth",n[10]),Ae(o,"click",n[7])],l=!0)},p(f,g){var v,y;const A={};g&4&&(A.visible=f[2]),g&8&&(A.left=f[3]/2+"px"),t.$set(A);const p={};g&4&&(p.unfolded=f[2]),g&8&&(p.length=f[3]),g&16&&(p.outDelay=f[4]+40*Math.min((y=(v=f[6][0])==null?void 0:v.content.length)!=null?y:10,15)),i.$set(p);const m={};g&4&&(m.visible=f[2]),g&2&&(m.textUnfolded=f[1]),g&32&&(m.content=f[5]),r.$set(m)},i(f){a||(x(t.$$.fragment,f),x(i.$$.fragment,f),x(r.$$.fragment,f),a=!0)},o(f){O(t.$$.fragment,f),O(i.$$.fragment,f),O(r.$$.fragment,f),a=!1},d(f){ne(t,f),f&&z(e),ne(i,f),f&&z(s),f&&z(o),ne(r),l=!1,tt(c)}}}function sC(n){let t,e,i=n[0].state&&od(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&x(i,1)):(i=od(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function oC(n,t,e){let i,s,o,r,a,{tag:l}=t,c,h=!1,u=[];function f(){e(1,h=!h)}const g=A=>{e(3,c=A.detail)};return n.$$set=A=>{"tag"in A&&e(0,l=A.tag)},n.$$.update=()=>{var A,p,m,v;n.$$.dirty&1&&e(2,i=!!((A=l.state)!=null&&A.unfolded)),n.$$.dirty&1&&e(9,s=(m=(p=l.data.title)!=null?p:l.data.text)!=null?m:""),n.$$.dirty&1&&e(8,o=(v=l.data.description)!=null?v:""),n.$$.dirty&768&&e(5,r=(()=>{if(s&&o)return s+`
582
582
  `+o;if(s)return s;if(o)return o})()),n.$$.dirty&4&&(i||setTimeout(()=>{e(1,h=!1)},20)),n.$$.dirty&2&&e(4,a=h?450:0)},[l,h,i,c,a,r,u,f,o,s,g]}class rC extends ce{constructor(t){super(),le(this,t,oC,sC,ae,{tag:0},nC)}}function $t(n){return typeof n=="number"?n/16+"rem":n}function aC(n){ge(n,"svelte-1j0cz4o",'.text.svelte-1j0cz4o{display:-webkit-box;display:-ms-box;display:-moz-box;position:relative;width:-moz-max-content;width:max-content;max-width:100%;-webkit-box-orient:vertical;-ms-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@keyframes svelte-1j0cz4o-blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.caret.svelte-1j0cz4o{position:absolute;width:0.0625rem;height:100%;background-color:#fff;animation:svelte-1j0cz4o-blink 1.2s infinite}.placeholder.svelte-1j0cz4o{opacity:0.5}.placeholder.svelte-1j0cz4o:empty::after{content:" "}')}function lC(n){let t;const e=n[6].default,i=Un(e,n,n[5],null);return{c(){i&&i.c()},m(s,o){i&&i.m(s,o),t=!0},p(s,o){i&&i.p&&(!t||o&32)&&Xn(i,e,s,s[5],t?Yn(e,s[5],o,null):Zn(s[5]),null)},i(s){t||(x(i,s),t=!0)},o(s){O(i,s),t=!1},d(s){i&&i.d(s)}}}function cC(n){var o,r;let t,e,i=((o=n[3])==null?void 0:o.inputting)&&rd(),s=typeof((r=n[3])==null?void 0:r.placeholder)=="string"&&ad(n);return{c(){i&&i.c(),t=$(),s&&s.c(),e=we()},m(a,l){i&&i.m(a,l),B(a,t,l),s&&s.m(a,l),B(a,e,l)},p(a,l){var c,h;(c=a[3])!=null&&c.inputting?i||(i=rd(),i.c(),i.m(t.parentNode,t)):i&&(i.d(1),i=null),typeof((h=a[3])==null?void 0:h.placeholder)=="string"?s?s.p(a,l):(s=ad(a),s.c(),s.m(e.parentNode,e)):s&&(s.d(1),s=null)},i:J,o:J,d(a){i&&i.d(a),a&&z(t),s&&s.d(a),a&&z(e)}}}function hC(n){let t;return{c(){t=ke(n[2])},m(e,i){B(e,t,i)},p(e,i){i&4&&De(t,e[2])},i:J,o:J,d(e){e&&z(t)}}}function rd(n){let t;return{c(){t=S("div"),C(t,"class","caret svelte-1j0cz4o")},m(e,i){B(e,t,i)},d(e){e&&z(t)}}}function ad(n){let t,e=n[3].placeholder+"",i;return{c(){t=S("span"),i=ke(e),C(t,"class","placeholder svelte-1j0cz4o")},m(s,o){B(s,t,o),L(t,i)},p(s,o){o&8&&e!==(e=s[3].placeholder+"")&&De(i,e)},d(s){s&&z(t)}}}function dC(n){let t,e,i,s;const o=[hC,cC,lC],r=[];function a(l,c){return l[2]?0:l[4]?1:2}return e=a(n),i=r[e]=o[e](n),{c(){t=S("div"),i.c(),C(t,"class","text svelte-1j0cz4o"),T(t,"max-width",typeof n[1]=="number"?$t(n[1]):n[1]),T(t,"-webkit-line-clamp",n[0])},m(l,c){B(l,t,c),r[e].m(t,null),s=!0},p(l,[c]){let h=e;e=a(l),e===h?r[e].p(l,c):(ue(),O(r[h],1,1,()=>{r[h]=null}),fe(),i=r[e],i?i.p(l,c):(i=r[e]=o[e](l),i.c()),x(i,1),i.m(t,null)),c&2&&T(t,"max-width",typeof l[1]=="number"?$t(l[1]):l[1]),c&1&&T(t,"-webkit-line-clamp",l[0])},i(l){s||(x(i),s=!0)},o(l){O(i),s=!1},d(l){l&&z(t),r[e].d()}}}function uC(n,t,e){let i,{$$slots:s={},$$scope:o}=t,{maxLine:r=null}=t,{maxWidth:a=null}=t,{text:l=null}=t,{edit:c=null}=t;return n.$$set=h=>{"maxLine"in h&&e(0,r=h.maxLine),"maxWidth"in h&&e(1,a=h.maxWidth),"text"in h&&e(2,l=h.text),"edit"in h&&e(3,c=h.edit),"$$scope"in h&&e(5,o=h.$$scope)},n.$$.update=()=>{n.$$.dirty&8&&e(4,i=typeof(c==null?void 0:c.placeholder)=="string"||(c==null?void 0:c.inputting))},[r,a,l,c,i,o,s]}class Vl extends ce{constructor(t){super(),le(this,t,uC,dC,ae,{maxLine:0,maxWidth:1,text:2,edit:3},aC)}}function fC(n){ge(n,"svelte-1oxrkr1",".plane__container.svelte-1oxrkr1.svelte-1oxrkr1{position:absolute;left:50%;transform:translate(-50%, -100%);width:-moz-max-content;width:max-content}.plane__wrapper.svelte-1oxrkr1.svelte-1oxrkr1{transition:transform 500ms linear, opacity 200ms linear;padding:0.625rem;background-color:rgba(0, 0, 0, 0.5);border:0.03125rem solid rgba(255, 255, 255, 0.3);border-radius:0.25rem}.unfolded.svelte-1oxrkr1 .plane__wrapper.svelte-1oxrkr1{transition-delay:200ms, 500ms;opacity:1}.folded.svelte-1oxrkr1 .plane__wrapper.svelte-1oxrkr1{opacity:0}.plane.svelte-1oxrkr1.svelte-1oxrkr1{max-width:11.75rem}.title.svelte-1oxrkr1.svelte-1oxrkr1{white-space:pre-wrap;font-weight:bold;font-size:0.75rem;line-height:1.125rem}.description.svelte-1oxrkr1.svelte-1oxrkr1{margin-top:0.25rem;white-space:pre-wrap;font-size:0.6875rem;line-height:1rem}")}function ld(n){var u,f;let t,e,i,s,o,r,a,l,c;t=new Bl({props:{unfolded:n[1],direction:"vertical",length:15,duration:500,inDelay:200,useLinearColor:!0}}),a=new Vl({props:{text:n[4],edit:(u=n[0].data.edit)==null?void 0:u.title,maxLine:n[2]}});let h=(n[0].data.description||((f=n[0].data.edit)==null?void 0:f.description))&&cd(n);return{c(){se(t.$$.fragment),e=$(),i=S("div"),s=S("div"),o=S("div"),r=S("div"),se(a.$$.fragment),l=$(),h&&h.c(),C(r,"class","title svelte-1oxrkr1"),C(o,"class","plane svelte-1oxrkr1"),C(s,"class","plane__wrapper svelte-1oxrkr1"),T(s,"transform",n[1]?"translateY(-15px)":"translateY(0)"),C(i,"class","plane__container svelte-1oxrkr1"),K(i,"unfolded",n[1]),K(i,"folded",n[5])},m(g,A){ie(t,g,A),B(g,e,A),B(g,i,A),L(i,s),L(s,o),L(o,r),ie(a,r,null),L(o,l),h&&h.m(o,null),c=!0},p(g,A){var v,y;const p={};A&2&&(p.unfolded=g[1]),t.$set(p);const m={};A&16&&(m.text=g[4]),A&1&&(m.edit=(v=g[0].data.edit)==null?void 0:v.title),A&4&&(m.maxLine=g[2]),a.$set(m),g[0].data.description||(y=g[0].data.edit)!=null&&y.description?h?(h.p(g,A),A&1&&x(h,1)):(h=cd(g),h.c(),x(h,1),h.m(o,null)):h&&(ue(),O(h,1,1,()=>{h=null}),fe()),A&2&&T(s,"transform",g[1]?"translateY(-15px)":"translateY(0)"),(!c||A&2)&&K(i,"unfolded",g[1]),(!c||A&32)&&K(i,"folded",g[5])},i(g){c||(x(t.$$.fragment,g),x(a.$$.fragment,g),x(h),c=!0)},o(g){O(t.$$.fragment,g),O(a.$$.fragment,g),O(h),c=!1},d(g){ne(t,g),g&&z(e),g&&z(i),ne(a),h&&h.d()}}}function cd(n){var s;let t,e,i;return e=new Vl({props:{text:n[0].data.description,edit:(s=n[0].data.edit)==null?void 0:s.description,maxLine:n[3]}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","description svelte-1oxrkr1")},m(o,r){B(o,t,r),ie(e,t,null),i=!0},p(o,r){var l;const a={};r&1&&(a.text=o[0].data.description),r&1&&(a.edit=(l=o[0].data.edit)==null?void 0:l.description),r&8&&(a.maxLine=o[3]),e.$set(a)},i(o){i||(x(e.$$.fragment,o),i=!0)},o(o){O(e.$$.fragment,o),i=!1},d(o){o&&z(t),ne(e)}}}function gC(n){let t,e,i=n[0].state&&ld(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&x(i,1)):(i=ld(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function mC(n,t,e){let i,s,o,r,a,{tag:l}=t;return n.$$set=c=>{"tag"in c&&e(0,l=c.tag)},n.$$.update=()=>{var c,h,u,f,g;n.$$.dirty&1&&e(1,i=!!((c=l.state)!=null&&c.unfolded)),n.$$.dirty&2&&e(5,s=!i),n.$$.dirty&1&&e(4,o=(u=(h=l.data.title)!=null?h:l.data.text)!=null?u:""),n.$$.dirty&1&&e(3,r=(f=l.data.descriptionMaxRows)!=null?f:null),n.$$.dirty&1&&e(2,a=(g=l.data.titleMaxRows)!=null?g:null)},[l,i,a,r,o,s]}class pC extends ce{constructor(t){super(),le(this,t,mC,gC,ae,{tag:0},fC)}}function AC(n){let t,e;return t=new pC({props:{tag:n[0]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=i[0]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function vC(n){let t,e;return t=new rC({props:{tag:n[0]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=i[0]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function bC(n){let t,e,i,s;const o=[vC,AC],r=[];function a(l,c){return l[1]==="line"?0:l[1]==="plane"?1:-1}return~(t=a(n))&&(e=r[t]=o[t](n)),{c(){e&&e.c(),i=we()},m(l,c){~t&&r[t].m(l,c),B(l,i,c),s=!0},p(l,[c]){let h=t;t=a(l),t===h?~t&&r[t].p(l,c):(e&&(ue(),O(r[h],1,1,()=>{r[h]=null}),fe()),~t?(e=r[t],e?e.p(l,c):(e=r[t]=o[t](l),e.c()),x(e,1),e.m(i.parentNode,i)):e=null)},i(l){s||(x(e),s=!0)},o(l){O(e),s=!1},d(l){~t&&r[t].d(l),l&&z(i)}}}function yC(n,t,e){let i,{tag:s}=t;return n.$$set=o=>{"tag"in o&&e(0,s=o.tag)},n.$$.update=()=>{var o;n.$$.dirty&1&&e(1,i=(o=s.data.appearance)!=null?o:"line")},[s,i]}class wC extends ce{constructor(t){super(),le(this,t,yC,bC,ae,{tag:0})}}function CC(n){ge(n,"svelte-blgtit",".line.svelte-blgtit{width:100%;height:100%;overflow:visible;pointer-events:none}")}function hd(n){let t,e,i,s;return{c(){t=Be("path"),C(t,"fill","none"),C(t,"stroke","url(#"+n[4]+")"),C(t,"stroke-width","1"),C(t,"d","M0 21 L14 0.5 L105 0.5")},m(o,r){B(o,t,r),s=!0},p(o,r){n=o},i(o){s||(o&&Je(()=>{s&&(i&&i.end(1),e=sn(t,Yo,{duration:n[1],delay:n[0],easing:Mf}),e.start())}),s=!0)},o(o){e&&e.invalidate(),o&&(i=qn(t,Yo,{duration:n[1],delay:n[2],easing:Bn})),s=!1},d(o){o&&z(t),o&&i&&i.end()}}}function PC(n){let t,e,i,s,o,r=n[3]&&hd(n);return{c(){t=Be("svg"),e=Be("defs"),i=Be("linearGradient"),s=Be("stop"),o=Be("stop"),r&&r.c(),C(s,"offset","25%"),C(s,"stop-color","white"),C(s,"stop-opacity","1"),C(o,"offset","100%"),C(o,"stop-color","white"),C(o,"stop-opacity","0.5"),C(i,"id",n[4]),C(i,"gradientUnits","userSpaceOnUse"),C(t,"class","line svelte-blgtit"),C(t,"viewBox","0 0 105 21")},m(a,l){B(a,t,l),L(t,e),L(e,i),L(i,s),L(i,o),r&&r.m(t,null)},p(a,[l]){a[3]?r?(r.p(a,l),l&8&&x(r,1)):(r=hd(a),r.c(),x(r,1),r.m(t,null)):r&&(ue(),O(r,1,1,()=>{r=null}),fe())},i(a){x(r)},o(a){O(r)},d(a){a&&z(t),r&&r.d()}}}function IC(n,t,e){let{inDelay:i=0}=t,{duration:s=1e3}=t,{outDelay:o=0}=t,{unfolded:r}=t;const a=st();return n.$$set=l=>{"inDelay"in l&&e(0,i=l.inDelay),"duration"in l&&e(1,s=l.duration),"outDelay"in l&&e(2,o=l.outDelay),"unfolded"in l&&e(3,r=l.unfolded)},[i,s,o,r,a]}let EC=class extends ce{constructor(t){super(),le(this,t,IC,PC,ae,{inDelay:0,duration:1,outDelay:2,unfolded:3},CC)}};function MC(n){ge(n,"svelte-1mgyhhn",`:root{--sc-dot-size:6px;--sc-active-dot-size:8px;--sc-dot-size-animation-time:250ms}.sc-carousel-dot__dot.svelte-1mgyhhn{background-color:var(--sc-color-rgb-light);border-radius:50%;display:inline-block;opacity:0.5;transition:opacity 100ms ease,\r
583
583
  height var(--sc-dot-size-animation-time) ease,\r
584
- width var(--sc-dot-size-animation-time) ease;cursor:pointer;-webkit-tap-highlight-color:transparent;height:var(--sc-dot-size);width:var(--sc-dot-size)}.sc-carousel-dot__dot.svelte-1mgyhhn:hover{opacity:0.9}.sc-carousel-dot__dot_active.svelte-1mgyhhn{opacity:0.7;height:var(--sc-active-dot-size);width:var(--sc-active-dot-size)}`)}function kC(n){let t,e,i;return{c(){t=S("button"),C(t,"class","sc-carousel-button sc-carousel-dot__dot svelte-1mgyhhn"),K(t,"sc-carousel-dot__dot_active",n[0])},m(s,o){B(s,t,o),e||(i=Ae(t,"click",n[1]),e=!0)},p(s,[o]){o&1&&K(t,"sc-carousel-dot__dot_active",s[0])},i:J,o:J,d(s){s&&z(t),e=!1,i()}}}function xC(n,t,e){let{active:i=!1}=t;function s(o){Jn.call(this,n,o)}return n.$$set=o=>{"active"in o&&e(0,i=o.active)},[i,s]}class DC extends ce{constructor(t){super(),le(this,t,xC,kC,ae,{active:0},MC)}}function SC(n){ge(n,"svelte-670fde",".sc-carousel-dots__container.svelte-670fde{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:0 30px}.sc-carousel-dots__dot-container.svelte-670fde{height:calc(var(--sc-dot-size) + 14px);width:calc(var(--sc-dot-size) + 10px);display:flex;align-items:center;justify-content:center}")}function dd(n,t,e){const i=n.slice();return i[5]=t[e],i[7]=e,i}function ud(n,t){let e,i,s,o;function r(){return t[3](t[7])}return i=new DC({props:{active:t[1]===t[7]}}),i.$on("click",r),{key:n,first:null,c(){e=S("div"),se(i.$$.fragment),s=$(),C(e,"class","sc-carousel-dots__dot-container svelte-670fde"),this.first=e},m(a,l){B(a,e,l),ie(i,e,null),L(e,s),o=!0},p(a,l){t=a;const c={};l&3&&(c.active=t[1]===t[7]),i.$set(c)},i(a){o||(x(i.$$.fragment,a),o=!0)},o(a){O(i.$$.fragment,a),o=!1},d(a){a&&z(e),ne(i)}}}function TC(n){let t,e=[],i=new Map,s,o=Array(n[0]);const r=a=>a[7];for(let a=0;a<o.length;a+=1){let l=dd(n,o,a),c=r(l);i.set(c,e[a]=ud(c,l))}return{c(){t=S("div");for(let a=0;a<e.length;a+=1)e[a].c();C(t,"class","sc-carousel-dots__container svelte-670fde")},m(a,l){B(a,t,l);for(let c=0;c<e.length;c+=1)e[c]&&e[c].m(t,null);s=!0},p(a,[l]){l&7&&(o=Array(a[0]),ue(),e=_t(e,l,r,1,a,o,i,t,Si,ud,null,dd),fe())},i(a){if(!s){for(let l=0;l<o.length;l+=1)x(e[l]);s=!0}},o(a){for(let l=0;l<e.length;l+=1)O(e[l]);s=!1},d(a){a&&z(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}function LC(n,t,e){const i=dr();let{pagesCount:s=1}=t,{currentPageIndex:o=0}=t;function r(l){i("pageChange",l)}const a=l=>r(l);return n.$$set=l=>{"pagesCount"in l&&e(0,s=l.pagesCount),"currentPageIndex"in l&&e(1,o=l.currentPageIndex)},[s,o,r,a]}class jC extends ce{constructor(t){super(),le(this,t,LC,TC,ae,{pagesCount:0,currentPageIndex:1},SC)}}const Gn="prev",ki="next";function zC(n){ge(n,"svelte-1bftafx",":root{--sc-arrow-size:2px}.sc-carousel-arrow__circle.svelte-1bftafx{width:20px;height:20px;border-radius:50%;background-color:var(--sc-color-rgb-light-50p);display:flex;align-items:center;justify-content:center;transition:opacity 100ms ease;cursor:pointer;-webkit-tap-highlight-color:transparent}.sc-carousel-arrow__circle.svelte-1bftafx:hover{opacity:0.9}.sc-carousel-arrow__arrow.svelte-1bftafx{border:solid var(--sc-color-hex-dark);border-width:0 var(--sc-arrow-size) var(--sc-arrow-size) 0;padding:var(--sc-arrow-size);position:relative}.sc-carousel-arrow__arrow-next.svelte-1bftafx{transform:rotate(-45deg);left:calc(var(--sc-arrow-size) / -2)}.sc-carousel-arrow__arrow-prev.svelte-1bftafx{transform:rotate(135deg);right:calc(var(--sc-arrow-size) / -2)}.sc-carousel-arrow__circle_disabled.svelte-1bftafx,.sc-carousel-arrow__circle_disabled.svelte-1bftafx:hover{opacity:0.5}")}function OC(n){let t,e,i,s;return{c(){t=S("button"),e=S("i"),C(e,"class","sc-carousel-arrow__arrow svelte-1bftafx"),K(e,"sc-carousel-arrow__arrow-next",n[0]===ki),K(e,"sc-carousel-arrow__arrow-prev",n[0]===Gn),C(t,"class","sc-carousel-button sc-carousel-arrow__circle svelte-1bftafx"),K(t,"sc-carousel-arrow__circle_disabled",n[1])},m(o,r){B(o,t,r),L(t,e),i||(s=Ae(t,"click",n[2]),i=!0)},p(o,[r]){r&1&&K(e,"sc-carousel-arrow__arrow-next",o[0]===ki),r&1&&K(e,"sc-carousel-arrow__arrow-prev",o[0]===Gn),r&2&&K(t,"sc-carousel-arrow__circle_disabled",o[1])},i:J,o:J,d(o){o&&z(t),i=!1,s()}}}function BC(n,t,e){let{direction:i=ki}=t,{disabled:s=!1}=t;function o(r){Jn.call(this,n,r)}return n.$$set=r=>{"direction"in r&&e(0,i=r.direction),"disabled"in r&&e(1,s=r.disabled)},[i,s,o]}class bg extends ce{constructor(t){super(),le(this,t,BC,OC,ae,{direction:0,disabled:1},zC)}}function VC(n){ge(n,"svelte-i7yfid",".sc-carousel-progress__indicator.svelte-i7yfid{height:100%;background-color:var(--sc-color-hex-dark-50p)}")}function RC(n){let t;return{c(){t=S("div"),C(t,"class","sc-carousel-progress__indicator svelte-i7yfid"),T(t,"width",n[0]+"%")},m(e,i){B(e,t,i)},p(e,[i]){i&1&&T(t,"width",e[0]+"%")},i:J,o:J,d(e){e&&z(t)}}}const fd=100;function HC(n,t,e){let i,{value:s=0}=t;return n.$$set=o=>{"value"in o&&e(1,s=o.value)},n.$$.update=()=>{n.$$.dirty&2&&e(0,i=Math.min(Math.max(s*fd,0),fd))},[i,s]}class NC extends ce{constructor(t){super(),le(this,t,HC,RC,ae,{value:1},VC)}}function GC(n,t){n.addEventListener("mousedown",t),n.addEventListener("touchstart",t,{passive:!0})}function QC(n,t){n.removeEventListener("mousedown",t),n.removeEventListener("touchstart",t)}function FC(n,t){n.addEventListener("mouseup",t),n.addEventListener("touchend",t)}function gd(n,t){n.removeEventListener("mouseup",t),n.removeEventListener("touchend",t)}function _C(n,t){n.addEventListener("mousemove",t),n.addEventListener("touchmove",t)}function md(n,t){n.removeEventListener("mousemove",t),n.removeEventListener("touchmove",t)}function Rl(n){return function(t,e){n.dispatchEvent(new CustomEvent(t,{detail:e}))}}const WC=110,UC=9,YC=111,XC=20;function ba(n){if("TouchEvent"in window&&n instanceof TouchEvent){const t=n.touches[0];return{x:t?t.clientX:0,y:t?t.clientY:0}}return{x:n.clientX,y:n.clientY}}function ZC(n,{thresholdProvider:t}){const e=Rl(n);let i,s,o=0,r,a=!1;function l(){return Date.now()-r>=YC&&Math.abs(o)>=XC}function c(f){r=Date.now(),o=0,a=!0;const g=ba(f);i=g.x,s=g.y,e("swipeStart",{x:i,y:s}),_C(window,h),FC(window,u)}function h(f){if(!a)return;const g=ba(f),A=g.x-i,p=g.y-s;i=g.x,s=g.y,e("swipeMove",{x:i,y:s,dx:A,dy:p}),A!==0&&Math.sign(A)!==Math.sign(o)&&(o=0),o+=A,Math.abs(o)>t()&&(e("swipeThresholdReached",{direction:o>0?Gn:ki}),gd(window,u),md(window,h))}function u(f){if(gd(window,u),md(window,h),a=!1,!l()){e("swipeFailed");return}const g=ba(f);e("swipeEnd",{x:g.x,y:g.y})}return GC(n,c),{destroy(){QC(n,c)}}}function JC(n,t){n.addEventListener("mouseenter",t)}function qC(n,t){n.removeEventListener("mouseenter",t)}function KC(n,t){n.addEventListener("mouseleave",t)}function pd(n,t){n.removeEventListener("mouseleave",t)}function $C(n){const t=Rl(n);function e(){KC(n,i),t("hovered",{value:!0})}function i(){t("hovered",{value:!1}),pd(n,i)}return JC(n,e),{destroy(){qC(n,e),pd(n,i)}}}const eP=(n,t)=>{const e=t.x-n.x,i=t.y-n.y;return Math.sqrt(e*e+i*i)};function Sn(n,t,e){return Math.max(n,Math.min(t,e))}function tP(n,t){n.addEventListener("touchstart",t,{passive:!0})}function iP(n,t){n.removeEventListener("touchstart",t)}function nP(n,t){n.addEventListener("touchend",t)}function Ad(n,t){n.removeEventListener("touchend",t)}function sP(n){const t=Rl(n);let e=0,i={x:0,y:0};function s({tapEndedAt:a,tapEndedPos:l}){const c=a-e,h=eP(i,l);return c<=WC&&h<=UC}function o(a){e=Date.now();const l=a.touches[0];i={x:l.clientX,y:l.clientY},nP(n,r)}function r(a){Ad(n,r);const l=a.changedTouches[0];s({tapEndedAt:Date.now(),tapEndedPos:{x:l.clientX,y:l.clientY}})&&t("tapped")}return tP(n,o),{destroy(){iP(n,o),Ad(n,r)}}}function oP({currentParticleIndex:n,particlesCount:t,clonesCountHead:e,clonesCountTotal:i,particlesToScroll:s}){return n===t-e?0:n===0?yg({particlesCountWithoutClones:t-i,particlesToScroll:s})-1:Math.floor((n-e)/s)}function rP({currentParticleIndex:n,particlesToScroll:t}){return Math.ceil(n/t)}function aP({currentParticleIndex:n,particlesCount:t,clonesCountHead:e,clonesCountTotal:i,infinite:s,particlesToScroll:o}){return s?oP({currentParticleIndex:n,particlesCount:t,clonesCountHead:e,clonesCountTotal:i,particlesToScroll:o}):rP({currentParticleIndex:n,particlesToScroll:o})}function yg({particlesCountWithoutClones:n,particlesToScroll:t}){return Math.ceil(n/t)}function lP({particlesCountWithoutClones:n,particlesToScroll:t,particlesToShow:e}){const i=wg({particlesCountWithoutClones:n,particlesToScroll:t,particlesToShow:e});return Math.ceil(n/t)-i}function cP({infinite:n,particlesCountWithoutClones:t,particlesToScroll:e,particlesToShow:i}){return n?yg({particlesCountWithoutClones:t,particlesToScroll:e}):lP({particlesCountWithoutClones:t,particlesToScroll:e,particlesToShow:i})}function hP({pageIndex:n,clonesCountHead:t,clonesCountTail:e,particlesToScroll:i,particlesCount:s}){return Sn(0,Math.min(t+n*i,s-e),s-1)}function dP({pageIndex:n,particlesToScroll:t,particlesCount:e,particlesToShow:i}){return Sn(0,Math.min(n*t,e-i),e-1)}function ya({infinite:n,pageIndex:t,clonesCountHead:e,clonesCountTail:i,particlesToScroll:s,particlesCount:o,particlesToShow:r}){return n?hP({pageIndex:t,clonesCountHead:e,clonesCountTail:i,particlesToScroll:s,particlesCount:o}):dP({pageIndex:t,particlesToScroll:s,particlesCount:o,particlesToShow:r})}function uP({particlesContainerChildren:n,particleWidth:t}){for(let e=0;e<n.length;e++)n[e].style.minWidth=`${t}px`,n[e].style.maxWidth=`${t}px`}function wg({particlesToScroll:n,particlesToShow:t,particlesCountWithoutClones:e}){const i=n-t;let s=t;for(;;){const o=e-s-i;if(o<t)return Math.max(o,0);s+=t+i}}function fP(n){return new ResizeObserver(t=>{n({width:t[0].contentRect.width})})}function gP({clonesCountHead:n,clonesCountTail:t,particlesContainerChildren:e}){const i=[];for(let r=0;r<t;r++)i.push(e[r].cloneNode(!0));const s=[],o=e.length;for(let r=o-1;r>o-1-n;r--)s.push(e[r].cloneNode(!0));return{clonesToAppend:i,clonesToPrepend:s}}function mP({particlesContainer:n,clonesToAppend:t,clonesToPrepend:e}){for(let i=0;i<t.length;i++)n.append(t[i]);for(let i=0;i<e.length;i++)n.prepend(e[i])}function pP({infinite:n,particlesToShow:t,partialPageSize:e}){const i=n?{head:Math.ceil(e||t),tail:Math.ceil(t)}:{head:0,tail:0};return oe(D({},i),{total:i.head+i.tail})}const ks=(n,t,e)=>{if(n&&n.hasOwnProperty(t))return n[t];if(e===void 0)throw new Error(`Required arg "${t}" was not provided`);return e},$a=n=>t=>{n[t]&&n[t]()};var AP="Expected a function",Cg="__lodash_hash_undefined__",Pg=1/0,vP="[object Function]",bP="[object GeneratorFunction]",yP="[object Symbol]",wP=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,CP=/^\w*$/,PP=/^\./,IP=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,EP=/[\\^$.*+?()[\]{}|]/g,MP=/\\(\\)?/g,kP=/^\[object .+?Constructor\]$/,xP=typeof jt=="object"&&jt&&jt.Object===Object&&jt,DP=typeof self=="object"&&self&&self.Object===Object&&self,Hl=xP||DP||Function("return this")();function SP(n,t){return n==null?void 0:n[t]}function TP(n){var t=!1;if(n!=null&&typeof n.toString!="function")try{t=!!(n+"")}catch(e){}return t}var LP=Array.prototype,jP=Function.prototype,Ig=Object.prototype,wa=Hl["__core-js_shared__"],vd=function(){var n=/[^.]+$/.exec(wa&&wa.keys&&wa.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""}(),Eg=jP.toString,Nl=Ig.hasOwnProperty,Mg=Ig.toString,zP=RegExp("^"+Eg.call(Nl).replace(EP,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),bd=Hl.Symbol,OP=LP.splice,BP=kg(Hl,"Map"),Os=kg(Object,"create"),yd=bd?bd.prototype:void 0,wd=yd?yd.toString:void 0;function tn(n){var t=-1,e=n?n.length:0;for(this.clear();++t<e;){var i=n[t];this.set(i[0],i[1])}}function VP(){this.__data__=Os?Os(null):{}}function RP(n){return this.has(n)&&delete this.__data__[n]}function HP(n){var t=this.__data__;if(Os){var e=t[n];return e===Cg?void 0:e}return Nl.call(t,n)?t[n]:void 0}function NP(n){var t=this.__data__;return Os?t[n]!==void 0:Nl.call(t,n)}function GP(n,t){var e=this.__data__;return e[n]=Os&&t===void 0?Cg:t,this}tn.prototype.clear=VP;tn.prototype.delete=RP;tn.prototype.get=HP;tn.prototype.has=NP;tn.prototype.set=GP;function Kn(n){var t=-1,e=n?n.length:0;for(this.clear();++t<e;){var i=n[t];this.set(i[0],i[1])}}function QP(){this.__data__=[]}function FP(n){var t=this.__data__,e=vr(t,n);if(e<0)return!1;var i=t.length-1;return e==i?t.pop():OP.call(t,e,1),!0}function _P(n){var t=this.__data__,e=vr(t,n);return e<0?void 0:t[e][1]}function WP(n){return vr(this.__data__,n)>-1}function UP(n,t){var e=this.__data__,i=vr(e,n);return i<0?e.push([n,t]):e[i][1]=t,this}Kn.prototype.clear=QP;Kn.prototype.delete=FP;Kn.prototype.get=_P;Kn.prototype.has=WP;Kn.prototype.set=UP;function rn(n){var t=-1,e=n?n.length:0;for(this.clear();++t<e;){var i=n[t];this.set(i[0],i[1])}}function YP(){this.__data__={hash:new tn,map:new(BP||Kn),string:new tn}}function XP(n){return br(this,n).delete(n)}function ZP(n){return br(this,n).get(n)}function JP(n){return br(this,n).has(n)}function qP(n,t){return br(this,n).set(n,t),this}rn.prototype.clear=YP;rn.prototype.delete=XP;rn.prototype.get=ZP;rn.prototype.has=JP;rn.prototype.set=qP;function vr(n,t){for(var e=n.length;e--;)if(lI(n[e][0],t))return e;return-1}function KP(n,t){t=iI(t,n)?[t]:tI(t);for(var e=0,i=t.length;n!=null&&e<i;)n=n[rI(t[e++])];return e&&e==i?n:void 0}function $P(n){if(!Dg(n)||sI(n))return!1;var t=cI(n)||TP(n)?zP:kP;return t.test(aI(n))}function eI(n){if(typeof n=="string")return n;if(Ql(n))return wd?wd.call(n):"";var t=n+"";return t=="0"&&1/n==-Pg?"-0":t}function tI(n){return xg(n)?n:oI(n)}function br(n,t){var e=n.__data__;return nI(t)?e[typeof t=="string"?"string":"hash"]:e.map}function kg(n,t){var e=SP(n,t);return $P(e)?e:void 0}function iI(n,t){if(xg(n))return!1;var e=typeof n;return e=="number"||e=="symbol"||e=="boolean"||n==null||Ql(n)?!0:CP.test(n)||!wP.test(n)||t!=null&&n in Object(t)}function nI(n){var t=typeof n;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?n!=="__proto__":n===null}function sI(n){return!!vd&&vd in n}var oI=Gl(function(n){n=dI(n);var t=[];return PP.test(n)&&t.push(""),n.replace(IP,function(e,i,s,o){t.push(s?o.replace(MP,"$1"):i||e)}),t});function rI(n){if(typeof n=="string"||Ql(n))return n;var t=n+"";return t=="0"&&1/n==-Pg?"-0":t}function aI(n){if(n!=null){try{return Eg.call(n)}catch(t){}try{return n+""}catch(t){}}return""}function Gl(n,t){if(typeof n!="function"||t&&typeof t!="function")throw new TypeError(AP);var e=function(){var i=arguments,s=t?t.apply(this,i):i[0],o=e.cache;if(o.has(s))return o.get(s);var r=n.apply(this,i);return e.cache=o.set(s,r),r};return e.cache=new(Gl.Cache||rn),e}Gl.Cache=rn;function lI(n,t){return n===t||n!==n&&t!==t}var xg=Array.isArray;function cI(n){var t=Dg(n)?Mg.call(n):"";return t==vP||t==bP}function Dg(n){var t=typeof n;return!!n&&(t=="object"||t=="function")}function hI(n){return!!n&&typeof n=="object"}function Ql(n){return typeof n=="symbol"||hI(n)&&Mg.call(n)==yP}function dI(n){return n==null?"":eI(n)}function uI(n,t,e){var i=n==null?void 0:KP(n,t);return i===void 0?e:i}var Eo=uI,qo={},fI={get exports(){return qo},set exports(n){qo=n}};(function(n,t){var e=200,i="__lodash_hash_undefined__",s=9007199254740991,o="[object Arguments]",r="[object Array]",a="[object Boolean]",l="[object Date]",c="[object Error]",h="[object Function]",u="[object GeneratorFunction]",f="[object Map]",g="[object Number]",A="[object Object]",p="[object Promise]",m="[object RegExp]",v="[object Set]",y="[object String]",P="[object Symbol]",E="[object WeakMap]",k="[object ArrayBuffer]",I="[object DataView]",j="[object Float32Array]",R="[object Float64Array]",U="[object Int8Array]",W="[object Int16Array]",N="[object Int32Array]",Q="[object Uint8Array]",H="[object Uint8ClampedArray]",F="[object Uint16Array]",Y="[object Uint32Array]",Z=/[\\^$.*+?()[\]{}|]/g,q=/\w*$/,ee=/^\[object .+?Constructor\]$/,de=/^(?:0|[1-9]\d*)$/,he={};he[o]=he[r]=he[k]=he[I]=he[a]=he[l]=he[j]=he[R]=he[U]=he[W]=he[N]=he[f]=he[g]=he[A]=he[m]=he[v]=he[y]=he[P]=he[Q]=he[H]=he[F]=he[Y]=!0,he[c]=he[h]=he[E]=!1;var Pe=typeof jt=="object"&&jt&&jt.Object===Object&&jt,Ce=typeof self=="object"&&self&&self.Object===Object&&self,be=Pe||Ce||Function("return this")(),Qe=t&&!t.nodeType&&t,ye=Qe&&!0&&n&&!n.nodeType&&n,qe=ye&&ye.exports===Qe;function te(b,M){return b.set(M[0],M[1]),b}function ve(b,M){return b.add(M),b}function ze(b,M){for(var V=-1,X=b?b.length:0;++V<X&&M(b[V],V,b)!==!1;);return b}function me(b,M){for(var V=-1,X=M.length,Ee=b.length;++V<X;)b[Ee+V]=M[V];return b}function it(b,M,V,X){var Ee=-1,pe=b?b.length:0;for(X&&pe&&(V=b[++Ee]);++Ee<pe;)V=M(V,b[Ee],Ee,b);return V}function lt(b,M){for(var V=-1,X=Array(b);++V<b;)X[V]=M(V);return X}function xe(b,M){return b==null?void 0:b[M]}function ot(b){var M=!1;if(b!=null&&typeof b.toString!="function")try{M=!!(b+"")}catch(V){}return M}function re(b){var M=-1,V=Array(b.size);return b.forEach(function(X,Ee){V[++M]=[Ee,X]}),V}function Ie(b,M){return function(V){return b(M(V))}}function Fe(b){var M=-1,V=Array(b.size);return b.forEach(function(X){V[++M]=X}),V}var Xe=Array.prototype,Et=Function.prototype,rt=Object.prototype,wt=be["__core-js_shared__"],He=function(){var b=/[^.]+$/.exec(wt&&wt.keys&&wt.keys.IE_PROTO||"");return b?"Symbol(src)_1."+b:""}(),Ne=Et.toString,Ke=rt.hasOwnProperty,Ot=rt.toString,$n=RegExp("^"+Ne.call(Ke).replace(Z,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ut=qe?be.Buffer:void 0,Ai=be.Symbol,ji=be.Uint8Array,Mt=Ie(Object.getPrototypeOf,Object),an=Object.create,ln=rt.propertyIsEnumerable,Cr=Xe.splice,es=Object.getOwnPropertySymbols,cn=Ut?Ut.isBuffer:void 0,Ys=Ie(Object.keys,Object),hn=Vt(be,"DataView"),zi=Vt(be,"Map"),Bt=Vt(be,"Promise"),dn=Vt(be,"Set"),ts=Vt(be,"WeakMap"),Oi=Vt(Object,"create"),is=Ct(hn),Bi=Ct(zi),ns=Ct(Bt),ss=Ct(dn),os=Ct(ts),vi=Ai?Ai.prototype:void 0,Xs=vi?vi.valueOf:void 0;function oi(b){var M=-1,V=b?b.length:0;for(this.clear();++M<V;){var X=b[M];this.set(X[0],X[1])}}function Pr(){this.__data__=Oi?Oi(null):{}}function Ir(b){return this.has(b)&&delete this.__data__[b]}function Er(b){var M=this.__data__;if(Oi){var V=M[b];return V===i?void 0:V}return Ke.call(M,b)?M[b]:void 0}function Zs(b){var M=this.__data__;return Oi?M[b]!==void 0:Ke.call(M,b)}function rs(b,M){var V=this.__data__;return V[b]=Oi&&M===void 0?i:M,this}oi.prototype.clear=Pr,oi.prototype.delete=Ir,oi.prototype.get=Er,oi.prototype.has=Zs,oi.prototype.set=rs;function ct(b){var M=-1,V=b?b.length:0;for(this.clear();++M<V;){var X=b[M];this.set(X[0],X[1])}}function Mr(){this.__data__=[]}function kr(b){var M=this.__data__,V=fn(M,b);if(V<0)return!1;var X=M.length-1;return V==X?M.pop():Cr.call(M,V,1),!0}function xr(b){var M=this.__data__,V=fn(M,b);return V<0?void 0:M[V][1]}function Dr(b){return fn(this.__data__,b)>-1}function Sr(b,M){var V=this.__data__,X=fn(V,b);return X<0?V.push([b,M]):V[X][1]=M,this}ct.prototype.clear=Mr,ct.prototype.delete=kr,ct.prototype.get=xr,ct.prototype.has=Dr,ct.prototype.set=Sr;function mt(b){var M=-1,V=b?b.length:0;for(this.clear();++M<V;){var X=b[M];this.set(X[0],X[1])}}function Tr(){this.__data__={hash:new oi,map:new(zi||ct),string:new oi}}function Lr(b){return Ri(this,b).delete(b)}function jr(b){return Ri(this,b).get(b)}function zr(b){return Ri(this,b).has(b)}function Or(b,M){return Ri(this,b).set(b,M),this}mt.prototype.clear=Tr,mt.prototype.delete=Lr,mt.prototype.get=jr,mt.prototype.has=zr,mt.prototype.set=Or;function kt(b){this.__data__=new ct(b)}function Br(){this.__data__=new ct}function Vr(b){return this.__data__.delete(b)}function Rr(b){return this.__data__.get(b)}function Hr(b){return this.__data__.has(b)}function Nr(b,M){var V=this.__data__;if(V instanceof ct){var X=V.__data__;if(!zi||X.length<e-1)return X.push([b,M]),this;V=this.__data__=new mt(X)}return V.set(b,M),this}kt.prototype.clear=Br,kt.prototype.delete=Vr,kt.prototype.get=Rr,kt.prototype.has=Hr,kt.prototype.set=Nr;function un(b,M){var V=hs(b)||mn(b)?lt(b.length,String):[],X=V.length,Ee=!!X;for(var pe in b)(M||Ke.call(b,pe))&&!(Ee&&(pe=="length"||ea(pe,X)))&&V.push(pe);return V}function Js(b,M,V){var X=b[M];(!(Ke.call(b,M)&&to(X,V))||V===void 0&&!(M in b))&&(b[M]=V)}function fn(b,M){for(var V=b.length;V--;)if(to(b[V][0],M))return V;return-1}function Yt(b,M){return b&&cs(M,us(M),b)}function as(b,M,V,X,Ee,pe,Se){var Te;if(X&&(Te=pe?X(b,Ee,pe,Se):X(b)),Te!==void 0)return Te;if(!Zt(b))return b;var $e=hs(b);if($e){if(Te=Kr(b),!M)return Zr(b,Te)}else{var Oe=ai(b),pt=Oe==h||Oe==u;if(io(b))return gn(b,M);if(Oe==A||Oe==o||pt&&!pe){if(ot(b))return pe?b:{};if(Te=Xt(pt?{}:b),!M)return Jr(b,Yt(Te,b))}else{if(!he[Oe])return pe?b:{};Te=$r(b,Oe,as,M)}}Se||(Se=new kt);var xt=Se.get(b);if(xt)return xt;if(Se.set(b,Te),!$e)var nt=V?qr(b):us(b);return ze(nt||b,function(At,ht){nt&&(ht=At,At=b[ht]),Js(Te,ht,as(At,M,V,X,ht,b,Se))}),Te}function Gr(b){return Zt(b)?an(b):{}}function Qr(b,M,V){var X=M(b);return hs(b)?X:me(X,V(b))}function Fr(b){return Ot.call(b)}function _r(b){if(!Zt(b)||ia(b))return!1;var M=ds(b)||ot(b)?$n:ee;return M.test(Ct(b))}function Wr(b){if(!$s(b))return Ys(b);var M=[];for(var V in Object(b))Ke.call(b,V)&&V!="constructor"&&M.push(V);return M}function gn(b,M){if(M)return b.slice();var V=new b.constructor(b.length);return b.copy(V),V}function ls(b){var M=new b.constructor(b.byteLength);return new ji(M).set(new ji(b)),M}function Vi(b,M){var V=M?ls(b.buffer):b.buffer;return new b.constructor(V,b.byteOffset,b.byteLength)}function qs(b,M,V){var X=M?V(re(b),!0):re(b);return it(X,te,new b.constructor)}function Ks(b){var M=new b.constructor(b.source,q.exec(b));return M.lastIndex=b.lastIndex,M}function Ur(b,M,V){var X=M?V(Fe(b),!0):Fe(b);return it(X,ve,new b.constructor)}function Yr(b){return Xs?Object(Xs.call(b)):{}}function Xr(b,M){var V=M?ls(b.buffer):b.buffer;return new b.constructor(V,b.byteOffset,b.length)}function Zr(b,M){var V=-1,X=b.length;for(M||(M=Array(X));++V<X;)M[V]=b[V];return M}function cs(b,M,V,X){V||(V={});for(var Ee=-1,pe=M.length;++Ee<pe;){var Se=M[Ee],Te=X?X(V[Se],b[Se],Se,V,b):void 0;Js(V,Se,Te===void 0?b[Se]:Te)}return V}function Jr(b,M){return cs(b,ri(b),M)}function qr(b){return Qr(b,us,ri)}function Ri(b,M){var V=b.__data__;return ta(M)?V[typeof M=="string"?"string":"hash"]:V.map}function Vt(b,M){var V=xe(b,M);return _r(V)?V:void 0}var ri=es?Ie(es,Object):sa,ai=Fr;(hn&&ai(new hn(new ArrayBuffer(1)))!=I||zi&&ai(new zi)!=f||Bt&&ai(Bt.resolve())!=p||dn&&ai(new dn)!=v||ts&&ai(new ts)!=E)&&(ai=function(b){var M=Ot.call(b),V=M==A?b.constructor:void 0,X=V?Ct(V):void 0;if(X)switch(X){case is:return I;case Bi:return f;case ns:return p;case ss:return v;case os:return E}return M});function Kr(b){var M=b.length,V=b.constructor(M);return M&&typeof b[0]=="string"&&Ke.call(b,"index")&&(V.index=b.index,V.input=b.input),V}function Xt(b){return typeof b.constructor=="function"&&!$s(b)?Gr(Mt(b)):{}}function $r(b,M,V,X){var Ee=b.constructor;switch(M){case k:return ls(b);case a:case l:return new Ee(+b);case I:return Vi(b,X);case j:case R:case U:case W:case N:case Q:case H:case F:case Y:return Xr(b,X);case f:return qs(b,X,V);case g:case y:return new Ee(b);case m:return Ks(b);case v:return Ur(b,X,V);case P:return Yr(b)}}function ea(b,M){return M=M==null?s:M,!!M&&(typeof b=="number"||de.test(b))&&b>-1&&b%1==0&&b<M}function ta(b){var M=typeof b;return M=="string"||M=="number"||M=="symbol"||M=="boolean"?b!=="__proto__":b===null}function ia(b){return!!He&&He in b}function $s(b){var M=b&&b.constructor,V=typeof M=="function"&&M.prototype||rt;return b===V}function Ct(b){if(b!=null){try{return Ne.call(b)}catch(M){}try{return b+""}catch(M){}}return""}function eo(b){return as(b,!0,!0)}function to(b,M){return b===M||b!==b&&M!==M}function mn(b){return na(b)&&Ke.call(b,"callee")&&(!ln.call(b,"callee")||Ot.call(b)==o)}var hs=Array.isArray;function pn(b){return b!=null&&no(b.length)&&!ds(b)}function na(b){return so(b)&&pn(b)}var io=cn||oa;function ds(b){var M=Zt(b)?Ot.call(b):"";return M==h||M==u}function no(b){return typeof b=="number"&&b>-1&&b%1==0&&b<=s}function Zt(b){var M=typeof b;return!!b&&(M=="object"||M=="function")}function so(b){return!!b&&typeof b=="object"}function us(b){return pn(b)?un(b):Wr(b)}function sa(){return[]}function oa(){return!1}n.exports=eo})(fI,qo);const gI=qo;var Ko={},mI={get exports(){return Ko},set exports(n){Ko=n}};(function(n,t){var e=200,i="__lodash_hash_undefined__",s=1,o=2,r=9007199254740991,a="[object Arguments]",l="[object Array]",c="[object AsyncFunction]",h="[object Boolean]",u="[object Date]",f="[object Error]",g="[object Function]",A="[object GeneratorFunction]",p="[object Map]",m="[object Number]",v="[object Null]",y="[object Object]",P="[object Promise]",E="[object Proxy]",k="[object RegExp]",I="[object Set]",j="[object String]",R="[object Symbol]",U="[object Undefined]",W="[object WeakMap]",N="[object ArrayBuffer]",Q="[object DataView]",H="[object Float32Array]",F="[object Float64Array]",Y="[object Int8Array]",Z="[object Int16Array]",q="[object Int32Array]",ee="[object Uint8Array]",de="[object Uint8ClampedArray]",he="[object Uint16Array]",Pe="[object Uint32Array]",Ce=/[\\^$.*+?()[\]{}|]/g,be=/^\[object .+?Constructor\]$/,Qe=/^(?:0|[1-9]\d*)$/,ye={};ye[H]=ye[F]=ye[Y]=ye[Z]=ye[q]=ye[ee]=ye[de]=ye[he]=ye[Pe]=!0,ye[a]=ye[l]=ye[N]=ye[h]=ye[Q]=ye[u]=ye[f]=ye[g]=ye[p]=ye[m]=ye[y]=ye[k]=ye[I]=ye[j]=ye[W]=!1;var qe=typeof jt=="object"&&jt&&jt.Object===Object&&jt,te=typeof self=="object"&&self&&self.Object===Object&&self,ve=qe||te||Function("return this")(),ze=t&&!t.nodeType&&t,me=ze&&!0&&n&&!n.nodeType&&n,it=me&&me.exports===ze,lt=it&&qe.process,xe=function(){try{return lt&&lt.binding&&lt.binding("util")}catch(b){}}(),ot=xe&&xe.isTypedArray;function re(b,M){for(var V=-1,X=b==null?0:b.length,Ee=0,pe=[];++V<X;){var Se=b[V];M(Se,V,b)&&(pe[Ee++]=Se)}return pe}function Ie(b,M){for(var V=-1,X=M.length,Ee=b.length;++V<X;)b[Ee+V]=M[V];return b}function Fe(b,M){for(var V=-1,X=b==null?0:b.length;++V<X;)if(M(b[V],V,b))return!0;return!1}function Xe(b,M){for(var V=-1,X=Array(b);++V<b;)X[V]=M(V);return X}function Et(b){return function(M){return b(M)}}function rt(b,M){return b.has(M)}function wt(b,M){return b==null?void 0:b[M]}function He(b){var M=-1,V=Array(b.size);return b.forEach(function(X,Ee){V[++M]=[Ee,X]}),V}function Ne(b,M){return function(V){return b(M(V))}}function Ke(b){var M=-1,V=Array(b.size);return b.forEach(function(X){V[++M]=X}),V}var Ot=Array.prototype,$n=Function.prototype,Ut=Object.prototype,Ai=ve["__core-js_shared__"],ji=$n.toString,Mt=Ut.hasOwnProperty,an=function(){var b=/[^.]+$/.exec(Ai&&Ai.keys&&Ai.keys.IE_PROTO||"");return b?"Symbol(src)_1."+b:""}(),ln=Ut.toString,Cr=RegExp("^"+ji.call(Mt).replace(Ce,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),es=it?ve.Buffer:void 0,cn=ve.Symbol,Ys=ve.Uint8Array,hn=Ut.propertyIsEnumerable,zi=Ot.splice,Bt=cn?cn.toStringTag:void 0,dn=Object.getOwnPropertySymbols,ts=es?es.isBuffer:void 0,Oi=Ne(Object.keys,Object),is=ri(ve,"DataView"),Bi=ri(ve,"Map"),ns=ri(ve,"Promise"),ss=ri(ve,"Set"),os=ri(ve,"WeakMap"),vi=ri(Object,"create"),Xs=Ct(is),oi=Ct(Bi),Pr=Ct(ns),Ir=Ct(ss),Er=Ct(os),Zs=cn?cn.prototype:void 0,rs=Zs?Zs.valueOf:void 0;function ct(b){var M=-1,V=b==null?0:b.length;for(this.clear();++M<V;){var X=b[M];this.set(X[0],X[1])}}function Mr(){this.__data__=vi?vi(null):{},this.size=0}function kr(b){var M=this.has(b)&&delete this.__data__[b];return this.size-=M?1:0,M}function xr(b){var M=this.__data__;if(vi){var V=M[b];return V===i?void 0:V}return Mt.call(M,b)?M[b]:void 0}function Dr(b){var M=this.__data__;return vi?M[b]!==void 0:Mt.call(M,b)}function Sr(b,M){var V=this.__data__;return this.size+=this.has(b)?0:1,V[b]=vi&&M===void 0?i:M,this}ct.prototype.clear=Mr,ct.prototype.delete=kr,ct.prototype.get=xr,ct.prototype.has=Dr,ct.prototype.set=Sr;function mt(b){var M=-1,V=b==null?0:b.length;for(this.clear();++M<V;){var X=b[M];this.set(X[0],X[1])}}function Tr(){this.__data__=[],this.size=0}function Lr(b){var M=this.__data__,V=gn(M,b);if(V<0)return!1;var X=M.length-1;return V==X?M.pop():zi.call(M,V,1),--this.size,!0}function jr(b){var M=this.__data__,V=gn(M,b);return V<0?void 0:M[V][1]}function zr(b){return gn(this.__data__,b)>-1}function Or(b,M){var V=this.__data__,X=gn(V,b);return X<0?(++this.size,V.push([b,M])):V[X][1]=M,this}mt.prototype.clear=Tr,mt.prototype.delete=Lr,mt.prototype.get=jr,mt.prototype.has=zr,mt.prototype.set=Or;function kt(b){var M=-1,V=b==null?0:b.length;for(this.clear();++M<V;){var X=b[M];this.set(X[0],X[1])}}function Br(){this.size=0,this.__data__={hash:new ct,map:new(Bi||mt),string:new ct}}function Vr(b){var M=Vt(this,b).delete(b);return this.size-=M?1:0,M}function Rr(b){return Vt(this,b).get(b)}function Hr(b){return Vt(this,b).has(b)}function Nr(b,M){var V=Vt(this,b),X=V.size;return V.set(b,M),this.size+=V.size==X?0:1,this}kt.prototype.clear=Br,kt.prototype.delete=Vr,kt.prototype.get=Rr,kt.prototype.has=Hr,kt.prototype.set=Nr;function un(b){var M=-1,V=b==null?0:b.length;for(this.__data__=new kt;++M<V;)this.add(b[M])}function Js(b){return this.__data__.set(b,i),this}function fn(b){return this.__data__.has(b)}un.prototype.add=un.prototype.push=Js,un.prototype.has=fn;function Yt(b){var M=this.__data__=new mt(b);this.size=M.size}function as(){this.__data__=new mt,this.size=0}function Gr(b){var M=this.__data__,V=M.delete(b);return this.size=M.size,V}function Qr(b){return this.__data__.get(b)}function Fr(b){return this.__data__.has(b)}function _r(b,M){var V=this.__data__;if(V instanceof mt){var X=V.__data__;if(!Bi||X.length<e-1)return X.push([b,M]),this.size=++V.size,this;V=this.__data__=new kt(X)}return V.set(b,M),this.size=V.size,this}Yt.prototype.clear=as,Yt.prototype.delete=Gr,Yt.prototype.get=Qr,Yt.prototype.has=Fr,Yt.prototype.set=_r;function Wr(b,M){var V=mn(b),X=!V&&to(b),Ee=!V&&!X&&pn(b),pe=!V&&!X&&!Ee&&so(b),Se=V||X||Ee||pe,Te=Se?Xe(b.length,String):[],$e=Te.length;for(var Oe in b)(M||Mt.call(b,Oe))&&!(Se&&(Oe=="length"||Ee&&(Oe=="offset"||Oe=="parent")||pe&&(Oe=="buffer"||Oe=="byteLength"||Oe=="byteOffset")||$r(Oe,$e)))&&Te.push(Oe);return Te}function gn(b,M){for(var V=b.length;V--;)if(eo(b[V][0],M))return V;return-1}function ls(b,M,V){var X=M(b);return mn(b)?X:Ie(X,V(b))}function Vi(b){return b==null?b===void 0?U:v:Bt&&Bt in Object(b)?ai(b):$s(b)}function qs(b){return Zt(b)&&Vi(b)==a}function Ks(b,M,V,X,Ee){return b===M?!0:b==null||M==null||!Zt(b)&&!Zt(M)?b!==b&&M!==M:Ur(b,M,V,X,Ks,Ee)}function Ur(b,M,V,X,Ee,pe){var Se=mn(b),Te=mn(M),$e=Se?l:Xt(b),Oe=Te?l:Xt(M);$e=$e==a?y:$e,Oe=Oe==a?y:Oe;var pt=$e==y,xt=Oe==y,nt=$e==Oe;if(nt&&pn(b)){if(!pn(M))return!1;Se=!0,pt=!1}if(nt&&!pt)return pe||(pe=new Yt),Se||so(b)?cs(b,M,V,X,Ee,pe):Jr(b,M,$e,V,X,Ee,pe);if(!(V&s)){var At=pt&&Mt.call(b,"__wrapped__"),ht=xt&&Mt.call(M,"__wrapped__");if(At||ht){var bi=At?b.value():b,li=ht?M.value():M;return pe||(pe=new Yt),Ee(bi,li,V,X,pe)}}return nt?(pe||(pe=new Yt),qr(b,M,V,X,Ee,pe)):!1}function Yr(b){if(!no(b)||ta(b))return!1;var M=io(b)?Cr:be;return M.test(Ct(b))}function Xr(b){return Zt(b)&&ds(b.length)&&!!ye[Vi(b)]}function Zr(b){if(!ia(b))return Oi(b);var M=[];for(var V in Object(b))Mt.call(b,V)&&V!="constructor"&&M.push(V);return M}function cs(b,M,V,X,Ee,pe){var Se=V&s,Te=b.length,$e=M.length;if(Te!=$e&&!(Se&&$e>Te))return!1;var Oe=pe.get(b);if(Oe&&pe.get(M))return Oe==M;var pt=-1,xt=!0,nt=V&o?new un:void 0;for(pe.set(b,M),pe.set(M,b);++pt<Te;){var At=b[pt],ht=M[pt];if(X)var bi=Se?X(ht,At,pt,M,b,pe):X(At,ht,pt,b,M,pe);if(bi!==void 0){if(bi)continue;xt=!1;break}if(nt){if(!Fe(M,function(li,Hi){if(!rt(nt,Hi)&&(At===li||Ee(At,li,V,X,pe)))return nt.push(Hi)})){xt=!1;break}}else if(!(At===ht||Ee(At,ht,V,X,pe))){xt=!1;break}}return pe.delete(b),pe.delete(M),xt}function Jr(b,M,V,X,Ee,pe,Se){switch(V){case Q:if(b.byteLength!=M.byteLength||b.byteOffset!=M.byteOffset)return!1;b=b.buffer,M=M.buffer;case N:return!(b.byteLength!=M.byteLength||!pe(new Ys(b),new Ys(M)));case h:case u:case m:return eo(+b,+M);case f:return b.name==M.name&&b.message==M.message;case k:case j:return b==M+"";case p:var Te=He;case I:var $e=X&s;if(Te||(Te=Ke),b.size!=M.size&&!$e)return!1;var Oe=Se.get(b);if(Oe)return Oe==M;X|=o,Se.set(b,M);var pt=cs(Te(b),Te(M),X,Ee,pe,Se);return Se.delete(b),pt;case R:if(rs)return rs.call(b)==rs.call(M)}return!1}function qr(b,M,V,X,Ee,pe){var Se=V&s,Te=Ri(b),$e=Te.length,Oe=Ri(M),pt=Oe.length;if($e!=pt&&!Se)return!1;for(var xt=$e;xt--;){var nt=Te[xt];if(!(Se?nt in M:Mt.call(M,nt)))return!1}var At=pe.get(b);if(At&&pe.get(M))return At==M;var ht=!0;pe.set(b,M),pe.set(M,b);for(var bi=Se;++xt<$e;){nt=Te[xt];var li=b[nt],Hi=M[nt];if(X)var $l=Se?X(Hi,li,nt,M,b,pe):X(li,Hi,nt,b,M,pe);if(!($l===void 0?li===Hi||Ee(li,Hi,V,X,pe):$l)){ht=!1;break}bi||(bi=nt=="constructor")}if(ht&&!bi){var oo=b.constructor,ro=M.constructor;oo!=ro&&"constructor"in b&&"constructor"in M&&!(typeof oo=="function"&&oo instanceof oo&&typeof ro=="function"&&ro instanceof ro)&&(ht=!1)}return pe.delete(b),pe.delete(M),ht}function Ri(b){return ls(b,us,Kr)}function Vt(b,M){var V=b.__data__;return ea(M)?V[typeof M=="string"?"string":"hash"]:V.map}function ri(b,M){var V=wt(b,M);return Yr(V)?V:void 0}function ai(b){var M=Mt.call(b,Bt),V=b[Bt];try{b[Bt]=void 0;var X=!0}catch(pe){}var Ee=ln.call(b);return X&&(M?b[Bt]=V:delete b[Bt]),Ee}var Kr=dn?function(b){return b==null?[]:(b=Object(b),re(dn(b),function(M){return hn.call(b,M)}))}:sa,Xt=Vi;(is&&Xt(new is(new ArrayBuffer(1)))!=Q||Bi&&Xt(new Bi)!=p||ns&&Xt(ns.resolve())!=P||ss&&Xt(new ss)!=I||os&&Xt(new os)!=W)&&(Xt=function(b){var M=Vi(b),V=M==y?b.constructor:void 0,X=V?Ct(V):"";if(X)switch(X){case Xs:return Q;case oi:return p;case Pr:return P;case Ir:return I;case Er:return W}return M});function $r(b,M){return M=M==null?r:M,!!M&&(typeof b=="number"||Qe.test(b))&&b>-1&&b%1==0&&b<M}function ea(b){var M=typeof b;return M=="string"||M=="number"||M=="symbol"||M=="boolean"?b!=="__proto__":b===null}function ta(b){return!!an&&an in b}function ia(b){var M=b&&b.constructor,V=typeof M=="function"&&M.prototype||Ut;return b===V}function $s(b){return ln.call(b)}function Ct(b){if(b!=null){try{return ji.call(b)}catch(M){}try{return b+""}catch(M){}}return""}function eo(b,M){return b===M||b!==b&&M!==M}var to=qs(function(){return arguments}())?qs:function(b){return Zt(b)&&Mt.call(b,"callee")&&!hn.call(b,"callee")},mn=Array.isArray;function hs(b){return b!=null&&ds(b.length)&&!io(b)}var pn=ts||oa;function na(b,M){return Ks(b,M)}function io(b){if(!no(b))return!1;var M=Vi(b);return M==g||M==A||M==c||M==E}function ds(b){return typeof b=="number"&&b>-1&&b%1==0&&b<=r}function no(b){var M=typeof b;return b!=null&&(M=="object"||M=="function")}function Zt(b){return b!=null&&typeof b=="object"}var so=ot?Et(ot):Xr;function us(b){return hs(b)?Wr(b):Zr(b)}function sa(){return[]}function oa(){return!1}n.exports=na})(mI,Ko);const pI=Ko,AI=(n,t)=>pI(n,t),vI=n=>Object.keys(n||{}),bI=(n,t)=>{const e={};return n.forEach(i=>{e[i]=t[i]}),e},yI=()=>{const n={},t=(e,i)=>{const{watcherName:s,fn:o}=e,{prop:r,value:a}=i;n[s]||(n[s]={deps:{},fn:o}),n[s].deps[r]=a};return{subscribers:n,subscribe(e,i){e&&t(e,i)},notify(e,i){Object.entries(n).forEach(([s,{deps:o,fn:r}])=>{const a=vI(o);if(a.includes(i)){const l=bI(a,e);AI(o,l)||(n[s].deps=l,r())}})}}},wI=()=>{let n=null;return{targetWatcher(t,e){n={watcherName:t,fn:e},n.fn(),n=null},getTarget(){return n}}};function CI(n,t){const e=Eo(n,"data",{}),i=Eo(n,"watch",{}),s=Eo(n,"methods",{}),o=Eo(t,"onChange",()=>{}),{subscribe:r,notify:a,subscribers:l}=yI(),{targetWatcher:c,getTarget:h}=wI();let u;const f={},g=()=>({data:u,methods:f});let A=!1;const p=v=>(...y)=>{A=!0;const P=v(...y);return A=!1,P};Object.entries(s).forEach(([v,y])=>{f[v]=p((...P)=>y(g(),...P)),Object.defineProperty(f[v],"name",{value:v})}),u=new Proxy(gI(e),{get(v,y){return h()&&!A&&r(h(),{prop:y,value:v[y]}),Reflect.get(...arguments)},set(v,y,P){return v[y]===P||(Reflect.set(...arguments),h()||(o&&o(y,P),a(u,y))),!0}}),Object.entries(i).forEach(([v,y])=>{c(v,()=>{y(g())})});const m=[u,f];return m._internal={_getSubscribers(){return l}},m}function PI({pageIndex:n,particlesToShow:t,particlesToScroll:e,particlesCount:i}){const s=n===0?0:t-e,o=n*t-n*s,r=o+Math.max(t,e)-1,a=[];for(let l=o;l<=Math.min(i-1,r);l++)a.push(l);return a}function II({infinite:n,pageIndex:t,pagesCount:e,particlesCount:i,particlesToShow:s,particlesToScroll:o}){const r=Sn(0,t,e-1);let a=r-1,l=r+1;a=n?a<0?e-1:a:Math.max(0,a),l=n?l>e-1?0:l:Math.min(e-1,l);const c=[...new Set([a,r,l,0,e-1])].sort((u,f)=>u-f),h=c.flatMap(u=>PI({pageIndex:u,particlesToShow:s,particlesToScroll:o,particlesCount:i}));return{pageIndexes:c,particleIndexes:[...new Set(h)].sort((u,f)=>u-f)}}const EI=(n,t)=>(n(),setInterval(n,t)),MI=35,Cd=1;class kI{constructor({onProgressValueChange:t}){this._onProgressValueChange=t,this._autoplayDuration,this._onProgressValueChange,this._interval,this._paused=!1}setAutoplayDuration(t){this._autoplayDuration=t}start(t){return new Promise(e=>{this.reset();const i=Math.min(MI,Math.max(this._autoplayDuration,1));let s=-i;this._interval=EI(()=>G(this,null,function*(){if(this._paused)return;s+=i;const o=s/this._autoplayDuration;this._onProgressValueChange(o),o>Cd&&(this.reset(),yield t(),e())}),i)})}pause(){this._paused=!0}resume(){this._paused=!1}reset(){clearInterval(this._interval),this._onProgressValueChange(Cd)}}function xI(n){const t=new kI({onProgressValueChange:r=>{n("progressValue",1-r)}}),e=CI({data:{particlesCountWithoutClones:0,particlesToShow:1,particlesToShowInit:1,particlesToScroll:1,particlesToScrollInit:1,particlesCount:1,currentParticleIndex:1,infinite:!1,autoplayDuration:1e3,clonesCountHead:0,clonesCountTail:0,clonesCountTotal:0,partialPageSize:1,currentPageIndex:1,pagesCount:1,pauseOnFocus:!1,focused:!1,autoplay:!1,autoplayDirection:"next",disabled:!1,durationMsInit:1e3,durationMs:1e3,offset:0,particleWidth:0,loaded:[]},watch:{setLoaded({data:r}){r.loaded=II({infinite:r.infinite,pageIndex:r.currentPageIndex,pagesCount:r.pagesCount,particlesCount:r.particlesCountWithoutClones,particlesToShow:r.particlesToShow,particlesToScroll:r.particlesToScroll}).particleIndexes},setCurrentPageIndex({data:r}){r.currentPageIndex=aP({currentParticleIndex:r.currentParticleIndex,particlesCount:r.particlesCount,clonesCountHead:r.clonesCountHead,clonesCountTotal:r.clonesCountTotal,infinite:r.infinite,particlesToScroll:r.particlesToScroll})},setPartialPageSize({data:r}){r.partialPageSize=wg({particlesToScroll:r.particlesToScroll,particlesToShow:r.particlesToShow,particlesCountWithoutClones:r.particlesCountWithoutClones})},setClonesCount({data:r}){const{head:a,tail:l}=pP({infinite:r.infinite,particlesToShow:r.particlesToShow,partialPageSize:r.partialPageSize});r.clonesCountHead=a,r.clonesCountTail=l,r.clonesCountTotal=a+l},setProgressManagerAutoplayDuration({data:r}){t.setAutoplayDuration(r.autoplayDuration)},toggleProgressManager({data:{pauseOnFocus:r,focused:a}}){r&&(a?t.pause():t.resume())},initDuration({data:r}){r.durationMs=r.durationMsInit},applyAutoplay({data:r,methods:{_applyAutoplayIfNeeded:a}}){r.autoplay&&a(r.autoplay)},setPagesCount({data:r}){r.pagesCount=cP({infinite:r.infinite,particlesCountWithoutClones:r.particlesCountWithoutClones,particlesToScroll:r.particlesToScroll,particlesToShow:r.particlesToShow})},setParticlesToShow({data:r}){r.particlesToShow=Sn(1,r.particlesToShowInit,r.particlesCountWithoutClones)},setParticlesToScroll({data:r}){r.particlesToScroll=Sn(1,r.particlesToScrollInit,r.particlesCountWithoutClones)}},methods:{_prev({data:r}){r.currentParticleIndex=ya({infinite:r.infinite,pageIndex:r.currentPageIndex-1,clonesCountHead:r.clonesCountHead,clonesCountTail:r.clonesCountTail,particlesToScroll:r.particlesToScroll,particlesCount:r.particlesCount,particlesToShow:r.particlesToShow})},_next({data:r}){r.currentParticleIndex=ya({infinite:r.infinite,pageIndex:r.currentPageIndex+1,clonesCountHead:r.clonesCountHead,clonesCountTail:r.clonesCountTail,particlesToScroll:r.particlesToScroll,particlesCount:r.particlesCount,particlesToShow:r.particlesToShow})},_moveToParticle({data:r},a){r.currentParticleIndex=Sn(0,a,r.particlesCount-1)},toggleFocused({data:r}){r.focused=!r.focused},_applyAutoplayIfNeeded(l){return G(this,arguments,function*({data:r,methods:a}){if(!r.infinite&&(r.autoplayDirection===ki&&r.currentParticleIndex===r.particlesCount-1||r.autoplayDirection===Gn&&r.currentParticleIndex===0)){t.reset();return}if(r.autoplay){const c=()=>$a({[ki]:()=>G(this,null,function*(){return a.showNextPage()}),[Gn]:()=>G(this,null,function*(){return a.showPrevPage()})})(r.autoplayDirection);yield t.start(c)}})},_jumpIfNeeded(l){return G(this,arguments,function*({data:r,methods:a}){let c=!1;return r.infinite&&(r.currentParticleIndex===0?(yield a.showParticle(r.particlesCount-r.clonesCountTotal,{animated:!1}),c=!0):r.currentParticleIndex===r.particlesCount-r.clonesCountTail&&(yield a.showParticle(r.clonesCountHead,{animated:!1}),c=!0)),c})},changePage(h,u,f){return G(this,arguments,function*({data:r,methods:a},l,c){if(t.reset(),r.disabled)return;r.disabled=!0,l(),yield a.offsetPage({animated:ks(c,"animated",!0)}),r.disabled=!1,!(yield a._jumpIfNeeded())&&a._applyAutoplayIfNeeded()})},showNextPage(c,h){return G(this,arguments,function*({data:r,methods:a},l){r.disabled||(yield a.changePage(a._next,l))})},showPrevPage(c,h){return G(this,arguments,function*({data:r,methods:a},l){r.disabled||(yield a.changePage(a._prev,l))})},showParticle(c,h,u){return G(this,arguments,function*({methods:r},a,l){yield r.changePage(()=>r._moveToParticle(a),l)})},_getParticleIndexByPageIndex({data:r},a){return ya({infinite:r.infinite,pageIndex:a,clonesCountHead:r.clonesCountHead,clonesCountTail:r.clonesCountTail,particlesToScroll:r.particlesToScroll,particlesCount:r.particlesCount,particlesToShow:r.particlesToShow})},showPage(c,h,u){return G(this,arguments,function*({methods:r},a,l){const f=r._getParticleIndexByPageIndex(a);yield r.showParticle(f,l)})},offsetPage({data:r},a){const l=ks(a,"animated",!0);return new Promise(c=>{r.durationMs=l?r.durationMsInit:0,r.offset=-r.currentParticleIndex*r.particleWidth,setTimeout(()=>{c()},r.durationMs)})}}},{onChange:n}),[i,s]=e;return[{data:i,progressManager:t},s,e._internal]}function DI(n){ge(n,"svelte-sme1z4",":root{--sc-color-rgb-light-50p:rgba(93, 93, 93, 0.5);--sc-color-rgb-light:#5d5d5d;--sc-color-hex-dark-50p:rgba(30, 30, 30, 0.5);--sc-color-hex-dark:#1e1e1e}.sc-carousel__carousel-container.svelte-sme1z4{display:flex;width:100%;flex-direction:column;align-items:center}.sc-carousel__content-container.svelte-sme1z4{position:relative;display:flex;width:100%}.sc-carousel__pages-window.svelte-sme1z4{flex:1;display:flex;overflow:hidden;box-sizing:border-box;position:relative}.sc-carousel__pages-container.svelte-sme1z4{width:100%;display:flex;transition-property:transform}.sc-carousel__arrow-container.svelte-sme1z4{padding:5px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.sc-carousel-progress__container.svelte-sme1z4{width:100%;height:5px;background-color:var(--sc-color-rgb-light-50p);position:absolute;bottom:0}.sc-carousel-button{all:unset;cursor:pointer}.sc-carousel-button:focus{outline:5px auto}")}const SI=n=>({currentPageIndex:n[0]&32,pagesCount:n[0]&1024,loaded:n[0]&64}),Pd=n=>({currentPageIndex:n[5],pagesCount:n[10],showPage:n[15],loaded:n[6]}),TI=n=>({loaded:n[0]&64,currentPageIndex:n[0]&32}),Id=n=>({showNextPage:n[14].showNextPage,loaded:n[6],currentPageIndex:n[5]}),LI=n=>({loaded:n[0]&64,currentPageIndex:n[0]&32}),Ed=n=>({loaded:n[6],currentPageIndex:n[5]}),jI=n=>({loaded:n[0]&64,currentPageIndex:n[0]&32}),Md=n=>({showPrevPage:n[14].showPrevPage,loaded:n[6],currentPageIndex:n[5]});function kd(n){let t;const e=n[37].prev,i=Un(e,n,n[36],Md),s=i||zI(n);return{c(){s&&s.c()},m(o,r){s&&s.m(o,r),t=!0},p(o,r){i?i.p&&(!t||r[0]&96|r[1]&32)&&Xn(i,e,o,o[36],t?Yn(e,o[36],r,jI):Zn(o[36]),Md):s&&s.p&&(!t||r[0]&36)&&s.p(o,t?r:[-1,-1])},i(o){t||(x(s,o),t=!0)},o(o){O(s,o),t=!1},d(o){s&&s.d(o)}}}function zI(n){let t,e,i;return e=new bg({props:{direction:"prev",disabled:!n[2]&&n[5]===0}}),e.$on("click",n[23]),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","sc-carousel__arrow-container svelte-sme1z4")},m(s,o){B(s,t,o),ie(e,t,null),i=!0},p(s,o){const r={};o[0]&36&&(r.disabled=!s[2]&&s[5]===0),e.$set(r)},i(s){i||(x(e.$$.fragment,s),i=!0)},o(s){O(e.$$.fragment,s),i=!1},d(s){s&&z(t),ne(e)}}}function xd(n){let t,e,i;return e=new NC({props:{value:n[7]}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","sc-carousel-progress__container svelte-sme1z4")},m(s,o){B(s,t,o),ie(e,t,null),i=!0},p(s,o){const r={};o[0]&128&&(r.value=s[7]),e.$set(r)},i(s){i||(x(e.$$.fragment,s),i=!0)},o(s){O(e.$$.fragment,s),i=!1},d(s){s&&z(t),ne(e)}}}function Dd(n){let t;const e=n[37].next,i=Un(e,n,n[36],Id),s=i||OI(n);return{c(){s&&s.c()},m(o,r){s&&s.m(o,r),t=!0},p(o,r){i?i.p&&(!t||r[0]&96|r[1]&32)&&Xn(i,e,o,o[36],t?Yn(e,o[36],r,TI):Zn(o[36]),Id):s&&s.p&&(!t||r[0]&1060)&&s.p(o,t?r:[-1,-1])},i(o){t||(x(s,o),t=!0)},o(o){O(s,o),t=!1},d(o){s&&s.d(o)}}}function OI(n){let t,e,i;return e=new bg({props:{direction:"next",disabled:!n[2]&&n[5]===n[10]-1}}),e.$on("click",n[14].showNextPage),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","sc-carousel__arrow-container svelte-sme1z4")},m(s,o){B(s,t,o),ie(e,t,null),i=!0},p(s,o){const r={};o[0]&1060&&(r.disabled=!s[2]&&s[5]===s[10]-1),e.$set(r)},i(s){i||(x(e.$$.fragment,s),i=!0)},o(s){O(e.$$.fragment,s),i=!1},d(s){s&&z(t),ne(e)}}}function Sd(n){let t;const e=n[37].dots,i=Un(e,n,n[36],Pd),s=i||BI(n);return{c(){s&&s.c()},m(o,r){s&&s.m(o,r),t=!0},p(o,r){i?i.p&&(!t||r[0]&1120|r[1]&32)&&Xn(i,e,o,o[36],t?Yn(e,o[36],r,SI):Zn(o[36]),Pd):s&&s.p&&(!t||r[0]&1056)&&s.p(o,t?r:[-1,-1])},i(o){t||(x(s,o),t=!0)},o(o){O(s,o),t=!1},d(o){s&&s.d(o)}}}function BI(n){let t,e;return t=new jC({props:{pagesCount:n[10],currentPageIndex:n[5]}}),t.$on("pageChange",n[41]),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s[0]&1024&&(o.pagesCount=i[10]),s[0]&32&&(o.currentPageIndex=i[5]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function VI(n){let t,e,i,s,o,r,a,l,c,h,u,f,g=n[1]&&kd(n);const A=n[37].default,p=Un(A,n,n[36],Ed);let m=n[3]&&xd(n),v=n[1]&&Dd(n),y=n[4]&&Sd(n);return{c(){t=S("div"),e=S("div"),g&&g.c(),i=$(),s=S("div"),o=S("div"),p&&p.c(),a=$(),m&&m.c(),l=$(),v&&v.c(),c=$(),y&&y.c(),C(o,"class","sc-carousel__pages-container svelte-sme1z4"),T(o,"transform","translateX("+n[8]+"px)"),T(o,"transition-duration",n[9]+"ms"),T(o,"transition-timing-function",n[0]),C(s,"class","sc-carousel__pages-window svelte-sme1z4"),C(e,"class","sc-carousel__content-container svelte-sme1z4"),C(t,"class","sc-carousel__carousel-container svelte-sme1z4")},m(P,E){B(P,t,E),L(t,e),g&&g.m(e,null),L(e,i),L(e,s),L(s,o),p&&p.m(o,null),n[39](o),L(s,a),m&&m.m(s,null),n[40](s),L(e,l),v&&v.m(e,null),L(t,c),y&&y.m(t,null),h=!0,u||(f=[Gt(r=ZC.call(null,o,{thresholdProvider:n[38]})),Ae(o,"swipeStart",n[16]),Ae(o,"swipeMove",n[18]),Ae(o,"swipeEnd",n[19]),Ae(o,"swipeFailed",n[20]),Ae(o,"swipeThresholdReached",n[17]),Gt($C.call(null,s)),Ae(s,"hovered",n[21]),Gt(sP.call(null,s)),Ae(s,"tapped",n[22])],u=!0)},p(P,E){P[1]?g?(g.p(P,E),E[0]&2&&x(g,1)):(g=kd(P),g.c(),x(g,1),g.m(e,i)):g&&(ue(),O(g,1,1,()=>{g=null}),fe()),p&&p.p&&(!h||E[0]&96|E[1]&32)&&Xn(p,A,P,P[36],h?Yn(A,P[36],E,LI):Zn(P[36]),Ed),(!h||E[0]&256)&&T(o,"transform","translateX("+P[8]+"px)"),(!h||E[0]&512)&&T(o,"transition-duration",P[9]+"ms"),(!h||E[0]&1)&&T(o,"transition-timing-function",P[0]),r&&si(r.update)&&E[0]&2048&&r.update.call(null,{thresholdProvider:P[38]}),P[3]?m?(m.p(P,E),E[0]&8&&x(m,1)):(m=xd(P),m.c(),x(m,1),m.m(s,null)):m&&(ue(),O(m,1,1,()=>{m=null}),fe()),P[1]?v?(v.p(P,E),E[0]&2&&x(v,1)):(v=Dd(P),v.c(),x(v,1),v.m(e,null)):v&&(ue(),O(v,1,1,()=>{v=null}),fe()),P[4]?y?(y.p(P,E),E[0]&16&&x(y,1)):(y=Sd(P),y.c(),x(y,1),y.m(t,null)):y&&(ue(),O(y,1,1,()=>{y=null}),fe())},i(P){h||(x(g),x(p,P),x(m),x(v),x(y),h=!0)},o(P){O(g),O(p,P),O(m),O(v),O(y),h=!1},d(P){P&&z(t),g&&g.d(),p&&p.d(P),n[39](null),m&&m.d(),n[40](null),v&&v.d(),y&&y.d(),u=!1,tt(f)}}}function RI(n,t,e){let{$$slots:i={},$$scope:s}=t,o=[],r,a,l=0,c=0,h=1;const[{data:u,progressManager:f},g,A]=xI((re,Ie)=>{$a({currentPageIndex:()=>e(5,r=Ie),progressValue:()=>e(7,a=Ie),offset:()=>e(8,l=Ie),durationMs:()=>e(9,c=Ie),pagesCount:()=>e(10,h=Ie),loaded:()=>e(6,o=Ie)})(re)}),p=dr();let{timingFunction:m="ease-in-out"}=t,{arrows:v=!0}=t,{infinite:y=!0}=t,{initialPageIndex:P=0}=t,{duration:E=500}=t,{autoplay:k=!1}=t,{autoplayDuration:I=3e3}=t,{autoplayDirection:j=ki}=t,{pauseOnFocus:R=!1}=t,{autoplayProgressVisible:U=!1}=t,{dots:W=!0}=t,{swiping:N=!0}=t,{particlesToShow:Q=1}=t,{particlesToScroll:H=1}=t;function F(re,Ie){return G(this,null,function*(){const Fe=ks(Ie,"animated",!0);if(typeof re!="number")throw new Error("pageIndex should be a number");yield g.showPage(re,{animated:Fe})})}function Y(re){return G(this,null,function*(){const Ie=ks(re,"animated",!0);yield g.showPrevPage({animated:Ie})})}function Z(re){return G(this,null,function*(){const Ie=ks(re,"animated",!0);yield g.showNextPage({animated:Ie})})}let q=0,ee,de;const he=fP(({width:re})=>{e(11,q=re),u.particleWidth=q/u.particlesToShow,uP({particlesContainerChildren:de.children,particleWidth:u.particleWidth}),g.offsetPage({animated:!1})});function Pe(){const{clonesToAppend:re,clonesToPrepend:Ie}=gP({clonesCountHead:u.clonesCountHead,clonesCountTail:u.clonesCountTail,particlesContainerChildren:de.children});mP({particlesContainer:de,clonesToAppend:re,clonesToPrepend:Ie})}It(()=>{G(this,null,function*(){yield hc(),de&&ee&&(u.particlesCountWithoutClones=de.children.length,yield hc(),u.infinite&&Pe(),u.particlesCount=de.children.length,g.showPage(P,{animated:!1}),he.observe(ee))})}),zt(()=>{he.disconnect(),f.reset()});function Ce(re){return G(this,null,function*(){yield g.showPage(re,{animated:!0})})}function be(){N&&(u.durationMs=0)}function Qe(re){return G(this,null,function*(){N&&(yield $a({[ki]:g.showNextPage,[Gn]:g.showPrevPage})(re.detail.direction))})}function ye(re){N&&(u.offset+=re.detail.dx)}function qe(){N&&g.showParticle(u.currentParticleIndex)}function te(){return G(this,null,function*(){N&&(yield g.offsetPage({animated:!0}))})}function ve(re){u.focused=re.detail.value}function ze(){g.toggleFocused()}function me(){g.showPrevPage()}const it=()=>q/3;function lt(re){We[re?"unshift":"push"](()=>{de=re,e(13,de)})}function xe(re){We[re?"unshift":"push"](()=>{ee=re,e(12,ee)})}const ot=re=>Ce(re.detail);return n.$$set=re=>{"timingFunction"in re&&e(0,m=re.timingFunction),"arrows"in re&&e(1,v=re.arrows),"infinite"in re&&e(2,y=re.infinite),"initialPageIndex"in re&&e(24,P=re.initialPageIndex),"duration"in re&&e(25,E=re.duration),"autoplay"in re&&e(26,k=re.autoplay),"autoplayDuration"in re&&e(27,I=re.autoplayDuration),"autoplayDirection"in re&&e(28,j=re.autoplayDirection),"pauseOnFocus"in re&&e(29,R=re.pauseOnFocus),"autoplayProgressVisible"in re&&e(3,U=re.autoplayProgressVisible),"dots"in re&&e(4,W=re.dots),"swiping"in re&&e(30,N=re.swiping),"particlesToShow"in re&&e(31,Q=re.particlesToShow),"particlesToScroll"in re&&e(32,H=re.particlesToScroll),"$$scope"in re&&e(36,s=re.$$scope)},n.$$.update=()=>{n.$$.dirty[0]&32&&p("pageChange",r),n.$$.dirty[0]&4&&(u.infinite=y),n.$$.dirty[0]&33554432&&(u.durationMsInit=E),n.$$.dirty[0]&67108864&&(u.autoplay=k),n.$$.dirty[0]&134217728&&(u.autoplayDuration=I),n.$$.dirty[0]&268435456&&(u.autoplayDirection=j),n.$$.dirty[0]&536870912&&(u.pauseOnFocus=R),n.$$.dirty[1]&1&&(u.particlesToShowInit=Q),n.$$.dirty[1]&2&&(u.particlesToScrollInit=H)},[m,v,y,U,W,r,o,a,l,c,h,q,ee,de,g,Ce,be,Qe,ye,qe,te,ve,ze,me,P,E,k,I,j,R,N,Q,H,F,Y,Z,s,i,it,lt,xe,ot]}class HI extends ce{constructor(t){super(),le(this,t,RI,VI,ae,{timingFunction:0,arrows:1,infinite:2,initialPageIndex:24,duration:25,autoplay:26,autoplayDuration:27,autoplayDirection:28,pauseOnFocus:29,autoplayProgressVisible:3,dots:4,swiping:30,particlesToShow:31,particlesToScroll:32,goTo:33,goToPrev:34,goToNext:35},DI,[-1,-1])}get goTo(){return this.$$.ctx[33]}get goToPrev(){return this.$$.ctx[34]}get goToNext(){return this.$$.ctx[35]}}function NI(n){ge(n,"svelte-159ski6",".media-item.svelte-159ski6.svelte-159ski6{position:relative;height:100%}.media-content.svelte-159ski6.svelte-159ski6{position:relative;pointer-events:auto;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;-o-object-fit:inherit;object-fit:inherit}.media-content.showPlayButton.svelte-159ski6.svelte-159ski6{pointer-events:none}.video-icon.svelte-159ski6.svelte-159ski6{width:12.5rem;height:6.25rem;max-width:60%;max-height:60%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.video-play-button-container.svelte-159ski6.svelte-159ski6{display:none;position:absolute;width:100%;height:100%;top:0;left:0;transform:translate3d(0, 0, 0)}.video-play-button-container.showPlayButton.svelte-159ski6.svelte-159ski6{pointer-events:none;display:block}.video-icon.svelte-159ski6.svelte-159ski6{pointer-events:auto}.video-icon.large.svelte-159ski6.svelte-159ski6{width:12.5rem;height:6.25rem}.video-icon.small.svelte-159ski6.svelte-159ski6{width:1.75rem;height:1.75rem}.video-icon.svelte-159ski6 .video-icon-img.svelte-159ski6{width:100%;height:100%;background-position:center center;background-size:contain;background-repeat:no-repeat}.video-icon.svelte-159ski6 .video-icon-img.canPlay.svelte-159ski6{cursor:pointer}")}function Td(n){let t;function e(o,r){if(o[2].type==="Image")return QI;if(o[2].type==="Video")return GI}let i=e(n),s=i&&i(n);return{c(){t=S("div"),s&&s.c(),C(t,"class","media-item svelte-159ski6"),C(t,"draggable","false")},m(o,r){B(o,t,r),s&&s.m(t,null)},p(o,r){i===(i=e(o))&&s?s.p(o,r):(s&&s.d(1),s=i&&i(o),s&&(s.c(),s.m(t,null)))},d(o){o&&z(t),s&&s.d()}}}function GI(n){let t,e,i,s,o,r;function a(h,u){return h[8]&&h[2].videoCoverUrl?_I:FI}let l=a(n),c=l(n);return{c(){c.c(),t=$(),e=S("div"),i=S("div"),s=S("div"),C(s,"class","video-icon-img svelte-159ski6"),T(s,"background-image","url("+n[21]()+")"),K(s,"canPlay",n[5]),C(i,"class","video-icon svelte-159ski6"),K(i,"large",n[4]==="large"),K(i,"small",n[4]==="small"),C(e,"class","video-play-button-container svelte-159ski6"),K(e,"showPlayButton",n[11])},m(h,u){c.m(h,u),B(h,t,u),B(h,e,u),L(e,i),L(i,s),o||(r=Ae(s,"click",n[22]),o=!0)},p(h,u){l===(l=a(h))&&c?c.p(h,u):(c.d(1),c=l(h),c&&(c.c(),c.m(t.parentNode,t))),u&8&&T(s,"background-image","url("+h[21]()+")"),u&32&&K(s,"canPlay",h[5]),u&16&&K(i,"large",h[4]==="large"),u&16&&K(i,"small",h[4]==="small"),u&2048&&K(e,"showPlayButton",h[11])},d(h){c.d(h),h&&z(t),h&&z(e),o=!1,r()}}}function QI(n){let t,e,i;return{c(){t=S("img"),C(t,"class","media-content svelte-159ski6"),at(t.src,e=n[2].url)||C(t,"src",e),C(t,"alt",i=n[2].name),C(t,"draggable",!1),T(t,"object-fit",n[7])},m(s,o){B(s,t,o)},p(s,o){o&4&&!at(t.src,e=s[2].url)&&C(t,"src",e),o&4&&i!==(i=s[2].name)&&C(t,"alt",i),o&128&&T(t,"object-fit",s[7])},d(s){s&&z(t)}}}function FI(n){let t,e,i,s,o,r;return{c(){t=S("video"),C(t,"class","media-content svelte-159ski6"),at(t.src,e=n[2].videoCoverUrl?n[2].url:n[2].url+"#t=0.1")||C(t,"src",e),C(t,"poster",i=n[2].videoCoverUrl),C(t,"preload",s=n[2].videoCoverUrl?"none":"auto"),C(t,"disablepictureinpicture",""),t.playsInline=!0,C(t,"paused",""),t.muted=!0,C(t,"draggable",!1),t.loop=!1,C(t,"crossorigin",""),t.autoplay=n[6],t.controls=!1,K(t,"showPlayButton",n[11]),T(t,"object-fit",n[7])},m(a,l){B(a,t,l),n[20](t),o||(r=[Ae(t,"play",n[15]),Ae(t,"pause",n[16]),Ae(t,"error",n[17]),Ae(t,"ended",n[18]),Ae(t,"click",n[19])],o=!0)},p(a,l){l&4&&!at(t.src,e=a[2].videoCoverUrl?a[2].url:a[2].url+"#t=0.1")&&C(t,"src",e),l&4&&i!==(i=a[2].videoCoverUrl)&&C(t,"poster",i),l&4&&s!==(s=a[2].videoCoverUrl?"none":"auto")&&C(t,"preload",s),l&64&&(t.autoplay=a[6]),l&2048&&K(t,"showPlayButton",a[11]),l&128&&T(t,"object-fit",a[7])},d(a){a&&z(t),n[20](null),o=!1,tt(r)}}}function _I(n){let t,e,i;return{c(){t=S("img"),C(t,"class","media-content svelte-159ski6"),at(t.src,e=n[2].videoCoverUrl)||C(t,"src",e),C(t,"alt",i=n[2].name),C(t,"draggable",!1),T(t,"object-fit",n[7])},m(s,o){B(s,t,o)},p(s,o){o&4&&!at(t.src,e=s[2].videoCoverUrl)&&C(t,"src",e),o&4&&i!==(i=s[2].name)&&C(t,"alt",i),o&128&&T(t,"object-fit",s[7])},d(s){s&&z(t)}}}function WI(n){let t,e=n[2]&&Td(n);return{c(){e&&e.c(),t=we()},m(i,s){e&&e.m(i,s),B(i,t,s)},p(i,[s]){i[2]?e?e.p(i,s):(e=Td(i),e.c(),e.m(t.parentNode,t)):e&&(e.d(1),e=null)},i:J,o:J,d(i){e&&e.d(i),i&&z(t)}}}function UI(n,t,e){let i,s,{mediaInstance:o={videoInstance:void 0,paused:!0}}=t,{tag:r}=t,{media:a}=t,{playButtonIfNeed:l="withoutText"}=t,{playButtonSizeIfNeed:c="small"}=t,{canPlay:h=!0}=t,{autoplayVideo:u=!1}=t,{objectFit:f="fill"}=t,{disableVideoIfHavePoster:g=!1}=t,A=!0,p=!1;function m(){e(9,p=(a==null?void 0:a.type)==="Video"&&!!a.videoCoverUrl)}const v=Ii("mediaStore"),y=Ii("hooks"),P=()=>{p||i&&(e(10,i.muted=!0,i),i.play(),i.pause(),e(10,i.muted=!1,i),e(9,p=!0))};y.on("loadVideoFirstFrame",P),It(()=>{v.subscribe(({currentMediaElement:Q})=>{Q!==i&&(i==null||i.pause())})});const E=Q=>{e(11,A=!1),e(0,o.paused=!1,o),e(9,p=!0),i&&v.set({currentMediaElement:i}),y.emit("playStateChange",{event:Q,state:"playing",tag:r,mediaInstance:i})},k=Q=>{e(11,A=!0),e(0,o.paused=!0,o),y.emit("playStateChange",{event:Q,state:"paused",tag:r,mediaInstance:i})},I=Q=>{e(11,A=!0),e(0,o.paused=!0,o),y.emit("playStateChange",{event:Q,state:"paused",tag:r,mediaInstance:i})},j=Q=>{e(11,A=!0),e(0,o.paused=!0,o),y.emit("playStateChange",{event:Q,state:"paused",tag:r,mediaInstance:i})},R=Q=>{i&&i.pause()};function U(Q){We[Q?"unshift":"push"](()=>{o.videoInstance=Q,e(0,o)})}const W=()=>l==="withText"?Ll:l==="withoutText"?Ja:l,N=Q=>{h&&i&&(e(10,i.muted=!1,i),i.play())};return n.$$set=Q=>{"mediaInstance"in Q&&e(0,o=Q.mediaInstance),"tag"in Q&&e(1,r=Q.tag),"media"in Q&&e(2,a=Q.media),"playButtonIfNeed"in Q&&e(3,l=Q.playButtonIfNeed),"playButtonSizeIfNeed"in Q&&e(4,c=Q.playButtonSizeIfNeed),"canPlay"in Q&&e(5,h=Q.canPlay),"autoplayVideo"in Q&&e(6,u=Q.autoplayVideo),"objectFit"in Q&&e(7,f=Q.objectFit),"disableVideoIfHavePoster"in Q&&e(8,g=Q.disableVideoIfHavePoster)},n.$$.update=()=>{if(n.$$.dirty&1&&e(10,i=o.videoInstance),n.$$.dirty&4&&e(14,s=a==null?void 0:a.url),n.$$.dirty&16384&&s&&m(),n.$$.dirty&1024&&i&&e(11,A=i.paused),n.$$.dirty&1540&&(a==null?void 0:a.type)==="Video"&&!p){const Q=navigator.userAgent.toLowerCase().indexOf("micromessenger")!==-1,F=navigator.userAgent.toLowerCase().indexOf("iphone")!==-1&&Q;i&&F&&i.paused&&(document.removeEventListener("WeixinJSBridgeReady",P),document.removeEventListener("touchstart",P),document.removeEventListener("click",P),document.addEventListener("WeixinJSBridgeReady",P),document.addEventListener("touchstart",P),document.addEventListener("click",P))}},[o,r,a,l,c,h,u,f,g,p,i,A,v,y,s,E,k,I,j,R,U,W,N]}class Sg extends ce{constructor(t){super(),le(this,t,UI,WI,ae,{mediaInstance:0,tag:1,media:2,playButtonIfNeed:3,playButtonSizeIfNeed:4,canPlay:5,autoplayVideo:6,objectFit:7,disableVideoIfHavePoster:8},NI)}}function YI(n){ge(n,"svelte-1mrbqlg",".media-list-wrapper.svelte-1mrbqlg.svelte-1mrbqlg{width:100%;height:100%;position:relative;overflow:hidden;border-radius:0.125rem}.media-list-wrapper.svelte-1mrbqlg .media-list.svelte-1mrbqlg{position:relative;pointer-events:auto;height:100%;left:50%;top:50%;transform:translate(-50%, -50%)}.media-list-wrapper.svelte-1mrbqlg .media-list.svelte-1mrbqlg .sc-carousel__carousel-container,.media-list-wrapper.svelte-1mrbqlg .media-list.svelte-1mrbqlg .sc-carousel__content-container{height:100%}")}function Ld(n,t,e){const i=n.slice();return i[28]=t[e],i[29]=t,i[30]=e,i}function jd(n){let t,e,i,s,o,r,a;const l=[ZI,XI],c=[];function h(u,f){return u[13]&&u[10].length>1?0:1}return i=h(n),s=c[i]=l[i](n),{c(){t=S("div"),e=S("div"),s.c(),C(e,"class","media-list svelte-1mrbqlg"),K(e,"carouselEnabled",n[13]),C(t,"class","media-list-wrapper svelte-1mrbqlg"),K(t,"unfolded",n[5])},m(u,f){B(u,t,f),L(t,e),c[i].m(e,null),a=!0},p(u,f){n=u;let g=i;i=h(n),i===g?c[i].p(n,f):(ue(),O(c[g],1,1,()=>{c[g]=null}),fe(),s=c[i],s?s.p(n,f):(s=c[i]=l[i](n),s.c()),x(s,1),s.m(e,null)),(!a||f[0]&8192)&&K(e,"carouselEnabled",n[13]),(!a||f[0]&32)&&K(t,"unfolded",n[5])},i(u){a||(x(s),u&&Je(()=>{a&&(r&&r.end(1),o=sn(t,gc,n[6]?{y:4,duration:n[4],delay:n[2],easing:gi}:void 0),o.start())}),a=!0)},o(u){O(s),o&&o.invalidate(),u&&(r=qn(t,gc,n[6]?{y:4,duration:n[4],delay:n[3],easing:gi}:void 0)),a=!1},d(u){u&&z(t),c[i].d(),u&&r&&r.end()}}}function XI(n){let t,e,i;const s=[{media:n[1][0]},{autoplayVideo:n[14]},n[7],{tag:n[0]}];function o(a){n[21](a)}let r={};for(let a=0;a<s.length;a+=1)r=ft(r,s[a]);return n[8][0]!==void 0&&(r.mediaInstance=n[8][0]),t=new Sg({props:r}),We.push(()=>wl(t,"mediaInstance",o)),{c(){se(t.$$.fragment)},m(a,l){ie(t,a,l),i=!0},p(a,l){const c=l[0]&16515?yt(s,[l[0]&2&&{media:a[1][0]},l[0]&16384&&{autoplayVideo:a[14]},l[0]&128&&yf(a[7]),l[0]&1&&{tag:a[0]}]):{};!e&&l[0]&256&&(e=!0,c.mediaInstance=a[8][0],pl(()=>e=!1)),t.$set(c)},i(a){i||(x(t.$$.fragment,a),i=!0)},o(a){O(t.$$.fragment,a),i=!1},d(a){ne(t,a)}}}function ZI(n){let t,e,i={dots:!1,arrows:!1,$$slots:{default:[JI]},$$scope:{ctx:n}};return t=new HI({props:i}),n[19](t),t.$on("pageChange",n[20]),{c(){se(t.$$.fragment)},m(s,o){ie(t,s,o),e=!0},p(s,o){const r={};o[0]&1409|o[1]&1&&(r.$$scope={dirty:o,ctx:s}),t.$set(r)},i(s){e||(x(t.$$.fragment,s),e=!0)},o(s){O(t.$$.fragment,s),e=!1},d(s){n[19](null),ne(t,s)}}}function zd(n){let t,e,i;const s=[n[7],{media:n[28]},{tag:n[0]}];function o(a){n[18](a,n[30])}let r={};for(let a=0;a<s.length;a+=1)r=ft(r,s[a]);return n[8][n[30]]!==void 0&&(r.mediaInstance=n[8][n[30]]),t=new Sg({props:r}),We.push(()=>wl(t,"mediaInstance",o)),{c(){se(t.$$.fragment)},m(a,l){ie(t,a,l),i=!0},p(a,l){n=a;const c=l[0]&1153?yt(s,[l[0]&128&&yf(n[7]),l[0]&1024&&{media:n[28]},l[0]&1&&{tag:n[0]}]):{};!e&&l[0]&256&&(e=!0,c.mediaInstance=n[8][n[30]],pl(()=>e=!1)),t.$set(c)},i(a){i||(x(t.$$.fragment,a),i=!0)},o(a){O(t.$$.fragment,a),i=!1},d(a){ne(t,a)}}}function JI(n){let t,e,i=n[10],s=[];for(let r=0;r<i.length;r+=1)s[r]=zd(Ld(n,i,r));const o=r=>O(s[r],1,1,()=>{s[r]=null});return{c(){for(let r=0;r<s.length;r+=1)s[r].c();t=we()},m(r,a){for(let l=0;l<s.length;l+=1)s[l]&&s[l].m(r,a);B(r,t,a),e=!0},p(r,a){if(a[0]&1409){i=r[10];let l;for(l=0;l<i.length;l+=1){const c=Ld(r,i,l);s[l]?(s[l].p(c,a),x(s[l],1)):(s[l]=zd(c),s[l].c(),x(s[l],1),s[l].m(t.parentNode,t))}for(ue(),l=i.length;l<s.length;l+=1)o(l);fe()}},i(r){if(!e){for(let a=0;a<i.length;a+=1)x(s[a]);e=!0}},o(r){s=s.filter(Boolean);for(let a=0;a<s.length;a+=1)O(s[a]);e=!1},d(r){Qt(s,r),r&&z(t)}}}function qI(n){let t,e,i=n[5]&&jd(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,o){s[5]?i?(i.p(s,o),o[0]&32&&x(i,1)):(i=jd(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function KI(n,t,e){let i,s,o,r,{tag:a}=t,{mediaData:l}=t,{inDelay:c=0}=t,{outDelay:h=0}=t,{duration:u=0}=t,{unfolded:f=!0}=t,{animation:g=!0}=t,{mediaItemConfig:A}=t,{enableCarousel:p=!0}=t,{autoplayConfig:m={}}=t;const{autoplayVideo:v=!1,autoplayCarousel:y=!0,autoplayVideoInCarousel:P=!1}=m;let E=[],k=0,I,j=null;const R=Ii("hooks"),U=Ii("mediaStore");function W(){const Y=E[k],Z=Y==null?void 0:Y.videoInstance;Z&&(Z.paused?(Z.muted=!1,Z.play()):Z.pause())}It(()=>{R.on("click",Y=>{var Z,q,ee;(ee=(q=(Z=a.tag3DContentSvelte)==null?void 0:Z.css3DInstance)==null?void 0:q.css3DObject)!=null&&ee.opacityMesh&&Y.tag.id===a.id&&W()}),j=setInterval(()=>{r&&(I==null||I.goToNext())},3e3)}),zt(()=>{clearInterval(j),R.off("click",W)});function N(Y,Z){n.$$.not_equal(E[Z],Y)&&(E[Z]=Y,e(8,E))}function Q(Y){We[Y?"unshift":"push"](()=>{I=Y,e(12,I)})}const H=Y=>{i||U.set({currentMediaElement:null}),e(11,k=Y.detail)};function F(Y){n.$$.not_equal(E[0],Y)&&(E[0]=Y,e(8,E))}return n.$$set=Y=>{"tag"in Y&&e(0,a=Y.tag),"mediaData"in Y&&e(1,l=Y.mediaData),"inDelay"in Y&&e(2,c=Y.inDelay),"outDelay"in Y&&e(3,h=Y.outDelay),"duration"in Y&&e(4,u=Y.duration),"unfolded"in Y&&e(5,f=Y.unfolded),"animation"in Y&&e(6,g=Y.animation),"mediaItemConfig"in Y&&e(7,A=Y.mediaItemConfig),"enableCarousel"in Y&&e(16,p=Y.enableCarousel),"autoplayConfig"in Y&&e(17,m=Y.autoplayConfig)},n.$$.update=()=>{n.$$.dirty[0]&256&&e(9,i=E.every(Y=>Y.paused)),n.$$.dirty[0]&65538&&e(13,s=p&&(l==null?void 0:l.length)>1),n.$$.dirty[0]&2&&e(10,o=l),n.$$.dirty[0]&1536&&(r=o.length>1&&y&&i)},[a,l,c,h,u,f,g,A,E,i,o,k,I,s,v,U,p,m,N,Q,H,F]}class Tg extends ce{constructor(t){super(),le(this,t,KI,qI,ae,{tag:0,mediaData:1,inDelay:2,outDelay:3,duration:4,unfolded:5,animation:6,mediaItemConfig:7,enableCarousel:16,autoplayConfig:17},YI,[-1,-1])}}function $I(n){ge(n,"svelte-1f7m1lj",".line.svelte-1f7m1lj{position:absolute;width:6.5625rem;height:1.3125rem;transform:translateY(-100%)}.text.svelte-1f7m1lj{position:absolute;width:6.25rem;left:1rem;bottom:0.0625rem;font-weight:600}.media-wrapper.svelte-1f7m1lj{position:absolute;left:0.875rem;top:-5.3125rem;width:5.625rem;height:3.75rem;font-weight:600}")}function Od(n){let t,e,i,s,o,r,a,l;t=new Wt({props:{visible:n[3],left:61,bottom:57,width:2,blurRadius:150,spreadRadius:75}}),s=new EC({props:{unfolded:n[3],outDelay:400}});let c=n[2]&&Bd(n),h=n[1]&&Vd(n);return{c(){se(t.$$.fragment),e=$(),i=S("div"),se(s.$$.fragment),o=$(),c&&c.c(),r=$(),h&&h.c(),a=we(),C(i,"class","line svelte-1f7m1lj")},m(u,f){ie(t,u,f),B(u,e,f),B(u,i,f),ie(s,i,null),B(u,o,f),c&&c.m(u,f),B(u,r,f),h&&h.m(u,f),B(u,a,f),l=!0},p(u,f){const g={};f&8&&(g.visible=u[3]),t.$set(g);const A={};f&8&&(A.unfolded=u[3]),s.$set(A),u[2]?c?(c.p(u,f),f&4&&x(c,1)):(c=Bd(u),c.c(),x(c,1),c.m(r.parentNode,r)):c&&(ue(),O(c,1,1,()=>{c=null}),fe()),u[1]?h?(h.p(u,f),f&2&&x(h,1)):(h=Vd(u),h.c(),x(h,1),h.m(a.parentNode,a)):h&&(ue(),O(h,1,1,()=>{h=null}),fe())},i(u){l||(x(t.$$.fragment,u),x(s.$$.fragment,u),x(c),x(h),l=!0)},o(u){O(t.$$.fragment,u),O(s.$$.fragment,u),O(c),O(h),l=!1},d(u){ne(t,u),u&&z(e),u&&z(i),ne(s),u&&z(o),c&&c.d(u),u&&z(r),h&&h.d(u),u&&z(a)}}}function Bd(n){let t,e,i;return e=new Ag({props:{unfolded:n[3],content:n[2],inDelay:500}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","text svelte-1f7m1lj")},m(s,o){B(s,t,o),ie(e,t,null),i=!0},p(s,o){const r={};o&8&&(r.unfolded=s[3]),o&4&&(r.content=s[2]),e.$set(r)},i(s){i||(x(e.$$.fragment,s),i=!0)},o(s){O(e.$$.fragment,s),i=!1},d(s){s&&z(t),ne(e)}}}function Vd(n){let t,e,i;return e=new Tg({props:{autoplayConfig:{autoplayCarousel:!1},unfolded:n[3],mediaData:n[1],tag:n[0],enableCarousel:!1,mediaItemConfig:{canPlay:!1,playButtonSizeIfNeed:"small",disableVideoIfHavePoster:!0},inDelay:500,duration:500}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","media-wrapper svelte-1f7m1lj")},m(s,o){B(s,t,o),ie(e,t,null),i=!0},p(s,o){const r={};o&8&&(r.unfolded=s[3]),o&2&&(r.mediaData=s[1]),o&1&&(r.tag=s[0]),e.$set(r)},i(s){i||(x(e.$$.fragment,s),i=!0)},o(s){O(e.$$.fragment,s),i=!1},d(s){s&&z(t),ne(e)}}}function eE(n){let t,e,i=n[0].state&&Od(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&x(i,1)):(i=Od(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function tE(n,t,e){let i,s,o,r,{tag:a}=t;return n.$$set=l=>{"tag"in l&&e(0,a=l.tag)},n.$$.update=()=>{var l,c,h;n.$$.dirty&1&&e(3,i=a.state?a.state.unfolded:!1),n.$$.dirty&1&&e(4,s=(c=(l=a.data.title)!=null?l:a.data.text)!=null?c:""),n.$$.dirty&16&&e(2,o=((h=s.length)!=null?h:0)>7?s.substring(0,6)+"...":s),n.$$.dirty&1&&e(1,r=a.data.mediaData)},[a,r,o,i,s]}class iE extends ce{constructor(t){super(),le(this,t,tE,eE,ae,{tag:0},$I)}}function nE(n){ge(n,"svelte-sezqcq",'@charset "UTF-8";.svelte-sezqcq.svelte-sezqcq{box-sizing:border-box}.marketing.svelte-sezqcq.svelte-sezqcq{transform:translateY(-100%)}.marketing.svelte-sezqcq .line.svelte-sezqcq{position:absolute;height:1.875rem;width:0.0625rem;left:50%;transform:translateX(-50%);background-color:white;bottom:0;transform-origin:bottom;transition:all 500ms}.marketing.svelte-sezqcq .content.svelte-sezqcq{position:relative;min-width:7.5rem;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;border-radius:0.25rem;top:-1.875rem;left:-1rem;padding:0.5rem 0rem 0.5625rem;transition-property:opacity, transform;transition-duration:500ms}.marketing.svelte-sezqcq .content .headerImage.svelte-sezqcq{position:absolute;width:100%;top:0.25rem;transform:translateY(-100%);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.title-wrapper.svelte-sezqcq.svelte-sezqcq{position:relative;width:100%;height:1.125rem}.title-wrapper.svelte-sezqcq .title.svelte-sezqcq{border-radius:0.25rem;width:100%;padding-left:0.625rem;padding-right:0.625rem}.title-wrapper.svelte-sezqcq .title .text.svelte-sezqcq{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.75rem;font-weight:bold;line-height:1.125rem}.footer.svelte-sezqcq.svelte-sezqcq{position:relative;padding:0.5rem 0.625rem 0 0;width:100%;display:flex;align-items:center}.footer.svelte-sezqcq .goto-button.svelte-sezqcq{display:flex;align-self:flex-end;flex-wrap:wrap;align-items:center;overflow:hidden;height:0.875rem}.footer.svelte-sezqcq .goto-button .gap.svelte-sezqcq{height:100%;width:0.625rem}.footer.svelte-sezqcq .goto-button .text.svelte-sezqcq{display:block;height:100%;font-size:0.625rem}.footer.svelte-sezqcq .arrow-wrapper.svelte-sezqcq{height:0.875rem;display:flex;align-self:flex-end;flex-grow:0;flex-shrink:0;align-items:center;margin-left:0.25rem}.footer.svelte-sezqcq .arrow-wrapper svg.arrow.svelte-sezqcq{width:0.375rem;height:0.625rem}.footer.svelte-sezqcq .price.svelte-sezqcq{flex-shrink:0;margin-right:auto;white-space:nowrap;display:flex;align-items:baseline;margin-left:0.625rem}.footer.svelte-sezqcq .price .value.svelte-sezqcq{position:relative;font-size:0.875rem;line-height:1rem;font-family:TG-TYPE, PingFangSC, Segoe UI, Rototo, sans-serif;letter-spacing:0rem}.footer.svelte-sezqcq .price .unit.svelte-sezqcq{padding-left:0.125rem;font-size:0.625rem}.tags-wrapper.svelte-sezqcq.svelte-sezqcq{position:relative;overflow:hidden;height:1rem;margin-top:0.25rem}.tags-wrapper.svelte-sezqcq .tags.svelte-sezqcq{position:relative;display:inline-flex;max-width:100%;flex-wrap:wrap;padding-left:0.625rem;padding-right:0.375rem}.tags-wrapper.svelte-sezqcq .tags .tag.svelte-sezqcq{display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0;font-size:0.625rem;height:1rem;margin-right:0.25rem;margin-bottom:0.625rem;padding:0 0.25rem;border-radius:0.125rem;max-width:100%;text-overflow:ellipsis;overflow:hidden}.marketing.light.svelte-sezqcq .content.svelte-sezqcq{background-color:white}.marketing.light.svelte-sezqcq .content .title-wrapper .title .text.svelte-sezqcq{color:rgba(0, 0, 0, 0.8)}.marketing.light.svelte-sezqcq .content .tags-wrapper .tags .primary-tag.svelte-sezqcq{background:rgba(234, 208, 154, 0.5);color:#946700}.marketing.light.svelte-sezqcq .content .tags-wrapper .tags .secondary-tag.svelte-sezqcq{background:rgba(0, 0, 0, 0.06);color:rgba(0, 0, 0, 0.5)}.marketing.light.svelte-sezqcq .content .footer.svelte-sezqcq{color:#946700;fill:#946700}.marketing.dark.svelte-sezqcq .content.svelte-sezqcq{background-color:rgba(0, 0, 0, 0.5)}.marketing.dark.svelte-sezqcq .content .title-wrapper .title .text.svelte-sezqcq{color:white}.marketing.dark.svelte-sezqcq .content .tags-wrapper .tags .primary-tag.svelte-sezqcq{background:rgba(234, 208, 154, 0.5);color:white}.marketing.dark.svelte-sezqcq .content .tags-wrapper .tags .secondary-tag.svelte-sezqcq{background:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 0.85)}.marketing.dark.svelte-sezqcq .content .footer.svelte-sezqcq{color:#ead09a;fill:#ead09a}.marketing.unfolded.svelte-sezqcq .line.svelte-sezqcq{transform:translateX(-50%) scale(1, 1)}.marketing.folded.svelte-sezqcq .line.svelte-sezqcq{transform:translateX(-50%) scale(1, 0);transition-timing-function:ease-in}.marketing.unfolded.svelte-sezqcq .content.svelte-sezqcq{opacity:1}.marketing.folded.svelte-sezqcq .content.svelte-sezqcq{opacity:0;transform:translateY(0.425rem);transition-timing-function:ease-in}')}function Rd(n,t,e){const i=n.slice();return i[0]=t[e],i}function Hd(n,t,e){const i=n.slice();return i[0]=t[e],i}function Nd(n){let t,e;return{c(){t=S("img"),C(t,"class","headerImage svelte-sezqcq"),at(t.src,e=n[3].headerPictureUrl)||C(t,"src",e),C(t,"alt","")},m(i,s){B(i,t,s)},p(i,s){s&8&&!at(t.src,e=i[3].headerPictureUrl)&&C(t,"src",e)},d(i){i&&z(t)}}}function Gd(n){let t,e,i,s,o,r=n[2]||[],a=[];for(let h=0;h<r.length;h+=1)a[h]=Qd(Hd(n,r,h));let l=n[5]||[],c=[];for(let h=0;h<l.length;h+=1)c[h]=Fd(Rd(n,l,h));return{c(){t=S("div"),e=S("div");for(let h=0;h<a.length;h+=1)a[h].c();i=$();for(let h=0;h<c.length;h+=1)c[h].c();C(e,"class","tags svelte-sezqcq"),C(t,"class","tags-wrapper svelte-sezqcq")},m(h,u){B(h,t,u),L(t,e);for(let f=0;f<a.length;f+=1)a[f]&&a[f].m(e,null);L(e,i);for(let f=0;f<c.length;f+=1)c[f]&&c[f].m(e,null);s||(o=[Gt(Ti.call(null,e)),Ae(e,"clientHeight",n[11])],s=!0)},p(h,u){if(u&4){r=h[2]||[];let f;for(f=0;f<r.length;f+=1){const g=Hd(h,r,f);a[f]?a[f].p(g,u):(a[f]=Qd(g),a[f].c(),a[f].m(e,i))}for(;f<a.length;f+=1)a[f].d(1);a.length=r.length}if(u&32){l=h[5]||[];let f;for(f=0;f<l.length;f+=1){const g=Rd(h,l,f);c[f]?c[f].p(g,u):(c[f]=Fd(g),c[f].c(),c[f].m(e,null))}for(;f<c.length;f+=1)c[f].d(1);c.length=l.length}},d(h){h&&z(t),Qt(a,h),Qt(c,h),s=!1,tt(o)}}}function Qd(n){let t,e=n[0]+"",i;return{c(){t=S("div"),i=ke(e),C(t,"class","tag primary-tag svelte-sezqcq"),T(t,"min-width",Fl)},m(s,o){B(s,t,o),L(t,i)},p(s,o){o&4&&e!==(e=s[0]+"")&&De(i,e)},d(s){s&&z(t)}}}function Fd(n){let t,e=n[0]+"",i;return{c(){t=S("div"),i=ke(e),C(t,"class","tag secondary-tag svelte-sezqcq"),T(t,"min-width",Fl)},m(s,o){B(s,t,o),L(t,i)},p(s,o){o&32&&e!==(e=s[0]+"")&&De(i,e)},d(s){s&&z(t)}}}function _d(n){let t,e,i=n[7]&&Wd(n),s=n[3].highlightText&&Yd(n);return{c(){t=S("div"),i&&i.c(),e=$(),s&&s.c(),C(t,"class","footer svelte-sezqcq")},m(o,r){B(o,t,r),i&&i.m(t,null),L(t,e),s&&s.m(t,null)},p(o,r){o[7]?i?i.p(o,r):(i=Wd(o),i.c(),i.m(t,e)):i&&(i.d(1),i=null),o[3].highlightText?s?s.p(o,r):(s=Yd(o),s.c(),s.m(t,null)):s&&(s.d(1),s=null)},d(o){o&&z(t),i&&i.d(),s&&s.d()}}}function Wd(n){let t,e,i=n[3].price.value+"",s,o,r=n[3].price.unit&&Ud(n);return{c(){t=S("div"),e=S("span"),s=ke(i),o=$(),r&&r.c(),C(e,"class","value svelte-sezqcq"),C(t,"class","price svelte-sezqcq")},m(a,l){B(a,t,l),L(t,e),L(e,s),L(t,o),r&&r.m(t,null)},p(a,l){l&8&&i!==(i=a[3].price.value+"")&&De(s,i),a[3].price.unit?r?r.p(a,l):(r=Ud(a),r.c(),r.m(t,null)):r&&(r.d(1),r=null)},d(a){a&&z(t),r&&r.d()}}}function Ud(n){let t,e=n[3].price.unit+"",i;return{c(){t=S("span"),i=ke(e),C(t,"class","unit svelte-sezqcq")},m(s,o){B(s,t,o),L(t,i)},p(s,o){o&8&&e!==(e=s[3].price.unit+"")&&De(i,e)},d(s){s&&z(t)}}}function Yd(n){let t,e,i,s,o=n[3].highlightText+"",r,a,l;return{c(){t=S("div"),e=S("div"),i=$(),s=S("span"),r=ke(o),a=$(),l=S("div"),l.innerHTML='<svg class="arrow svelte-sezqcq" viewBox="0 0 6 9"><g transform="translate(-3, -2)" fill-rule="nonzero" class="svelte-sezqcq"><path d="M4.43868724,2.12056563 C4.28121824,1.95989074 4.02582143,1.95979988 3.86824251,2.1203627 C3.72498894,2.26632889 3.71189225,2.49481723 3.82900374,2.65587166 L6.57092402,5.92894326 C6.72651763,6.11470411 6.72651763,6.38529589 6.57092402,6.57105674 L3.86804348,9.79798499 C3.72488984,9.94405307 3.71194952,10.1725507 3.8291712,10.3335217 L3.86824251,10.3796373 C4.01149607,10.5256035 4.23559087,10.5387981 4.39346025,10.4192733 L4.43868724,10.3794344 L8.1144599,6.5985342 C8.30312347,6.40447482 8.30312347,6.09552518 8.1144599,5.9014658 L4.43868724,2.12056563 Z" class="svelte-sezqcq"></path></g></svg>',C(e,"class","gap svelte-sezqcq"),C(s,"class","text svelte-sezqcq"),C(t,"class","goto-button goto-icon svelte-sezqcq"),C(l,"class","arrow-wrapper svelte-sezqcq")},m(c,h){B(c,t,h),L(t,e),L(t,i),L(t,s),L(s,r),B(c,a,h),B(c,l,h)},p(c,h){h&8&&o!==(o=c[3].highlightText+"")&&De(r,o)},d(c){c&&z(t),c&&z(a),c&&z(l)}}}function sE(n){var E,k;let t,e,i,s,o,r,a,l,c,h,u=n[3].title+"",f,g,A,p,m;e=new Wt({props:{visible:n[4],outDelay:500,left:61,bottom:87,blurRadius:150,spreadRadius:75}});let v=n[3].headerPictureUrl&&Nd(n),y=((E=n[2].length)!=null?E:0)+((k=n[5].length)!=null?k:0)>0&&Gd(n),P=(n[7]||n[3].highlightText)&&_d(n);return{c(){t=S("div"),se(e.$$.fragment),i=$(),s=S("div"),o=$(),r=S("div"),v&&v.c(),a=$(),l=S("div"),c=S("div"),h=S("div"),f=ke(u),g=$(),y&&y.c(),A=$(),P&&P.c(),C(s,"class","line svelte-sezqcq"),T(s,"transition-delay",n[4]?Mo+"ms":ko+Zd-Xd-40+"ms"),C(h,"class","text svelte-sezqcq"),C(c,"class","title svelte-sezqcq"),C(l,"class","title-wrapper svelte-sezqcq"),C(r,"class","content svelte-sezqcq"),T(r,"max-width",$t(n[9])),T(r,"transition-delay",n[4]?Mo+ko+"ms":"0ms"),C(t,"class",p=_e(`marketing ${n[6]}`)+" svelte-sezqcq"),K(t,"unfolded",n[4]),K(t,"folded",n[8])},m(I,j){B(I,t,j),ie(e,t,null),L(t,i),L(t,s),L(t,o),L(t,r),v&&v.m(r,null),L(r,a),L(r,l),L(l,c),L(c,h),L(h,f),L(r,g),y&&y.m(r,null),L(r,A),P&&P.m(r,null),m=!0},p(I,[j]){var U,W;const R={};j&16&&(R.visible=I[4]),e.$set(R),j&16&&T(s,"transition-delay",I[4]?Mo+"ms":ko+Zd-Xd-40+"ms"),I[3].headerPictureUrl?v?v.p(I,j):(v=Nd(I),v.c(),v.m(r,a)):v&&(v.d(1),v=null),(!m||j&8)&&u!==(u=I[3].title+"")&&De(f,u),((U=I[2].length)!=null?U:0)+((W=I[5].length)!=null?W:0)>0?y?y.p(I,j):(y=Gd(I),y.c(),y.m(r,A)):y&&(y.d(1),y=null),I[7]||I[3].highlightText?P?P.p(I,j):(P=_d(I),P.c(),P.m(r,null)):P&&(P.d(1),P=null),j&16&&T(r,"transition-delay",I[4]?Mo+ko+"ms":"0ms"),(!m||j&64&&p!==(p=_e(`marketing ${I[6]}`)+" svelte-sezqcq"))&&C(t,"class",p),(!m||j&80)&&K(t,"unfolded",I[4]),(!m||j&320)&&K(t,"folded",I[8])},i(I){m||(x(e.$$.fragment,I),m=!0)},o(I){O(e.$$.fragment,I),m=!1},d(I){I&&z(t),ne(e),v&&v.d(),y&&y.d(),P&&P.d()}}}const Fl=40,Mo=400,Xd=500,ko=180,Zd=500;function oE(n,t,e){let i,s,o,r,a,l,c,h,{tag:u}=t,f,g=(()=>{var m;const p=(m=u.data.limitWidth)!=null?m:!0;if(typeof p=="number")return p;if(p===!0)return 172})();const A=p=>{e(1,f=p.detail)};return n.$$set=p=>{"tag"in p&&e(0,u=p.tag)},n.$$.update=()=>{var p,m,v,y,P,E;n.$$.dirty&1&&e(4,i=(m=(p=u.state)==null?void 0:p.unfolded)!=null?m:!1),n.$$.dirty&16&&e(8,s=!i),n.$$.dirty&1&&e(3,o=u.data),n.$$.dirty&8&&e(7,r=Me((v=o.price)==null?void 0:v.value)&&((y=o.price)==null?void 0:y.value)!==""),n.$$.dirty&1&&e(6,a=u.data.theme||"light"),n.$$.dirty&1026&&f>40&&e(10,l=l-1),n.$$.dirty&1032&&e(2,c=((P=o.brandTags)==null?void 0:P.slice(0,l).filter(Boolean))||[]),n.$$.dirty&1036&&e(5,h=((E=o.tags)==null?void 0:E.slice(0,l-c.length).filter(Boolean))||[])},e(10,l=(g-20)/Fl),[u,f,c,o,i,h,a,r,s,g,l,A]}class rE extends ce{constructor(t){super(),le(this,t,oE,sE,ae,{tag:0},nE)}}class aE extends Audio{constructor(e){super();d(this,"sharedAudioSrc");d(this,"sharedAudioPaused",!0);d(this,"sharedAudioCurrentTime",0);d(this,"tryplaying",!1);d(this,"audioInstance");d(this,"eventListenerDisposer");this.sharedAudioSrc=e}get paused(){var e;return(e=this.sharedAudioPaused)!=null?e:!0}get currentTime(){return this.sharedAudioCurrentTime}play(){return G(this,null,function*(){var i,s,o;if(this.tryplaying)return;this.tryplaying=!0,(!this.audioInstance||((i=this.audioInstance)==null?void 0:i.realSrc)!==this.sharedAudioSrc)&&(this.audioInstance=Pw(this.sharedAudioSrc,{namespace:jl.PlayAudio})),(s=this.eventListenerDisposer)==null||s.call(this),this.eventListenerDisposer=this.addEventListeners(),this.audioInstance.currentTime=(o=this.currentTime)!=null?o:0;const e=this.audioInstance.currentTime!==this.currentTime;this.audioInstance.play().then(()=>{var r;this.audioInstance.muted=!1,e&&(this.audioInstance.currentTime=(r=this.currentTime)!=null?r:0),this.sharedAudioPaused=!1}).catch(r=>{var a;r.message==="The operation is not supported."?console.error("Error: 音频文件可能损坏或修改过文件后缀",r):console.error("Error: error playing media in Safari",r),this.endedHandler(),(a=this.onerror)==null||a.call(this,r)}).finally(()=>{this.tryplaying=!1})})}pause(e){var i;if(this.audioInstance&&!this.paused){if(this.sharedAudioPaused=!0,(i=this.eventListenerDisposer)==null||i.call(this),this.audioInstance.ended){this.endedHandler();return}this.audioInstance.paused||this.audioInstance.pause(),this.onpause(e!=null?e:new Event("pause")),this.clear()}}dispose(){var e;(e=this.eventListenerDisposer)==null||e.call(this),this.clear(),this.audioInstance=void 0}clear(){var e;(e=this.audioInstance)==null||e.clear()}endedHandler(e){var i,s;(i=this.onended)==null||i.call(this,e!=null?e:new Event("ended")),(s=this.eventListenerDisposer)==null||s.call(this),this.sharedAudioPaused=!0,this.sharedAudioCurrentTime=0,this.clear()}addEventListeners(){const e=this.audioInstance;if(!e)return;const i=f=>{var g;this.sharedAudioCurrentTime=e.currentTime,(g=this.ontimeupdate)==null||g.call(this,f)},s=f=>{var g;e.isBlankAudio||(this.sharedAudioPaused=!1,(g=this.onplay)==null||g.call(this,f))},o=f=>{this.pause(f)},r=f=>{this.endedHandler(f)},a=f=>{var g;this.sharedAudioPaused=!0,(g=this.onerror)==null||g.call(this,f)},l=f=>{var g;return(g=this.oncanplay)==null?void 0:g.call(this,f)},c=f=>{var g;return(g=this.oncanplaythrough)==null?void 0:g.call(this,f)},h=f=>{var g;return(g=this.onloadeddata)==null?void 0:g.call(this,f)},u=f=>{var g;return(g=this.onloadedmetadata)==null?void 0:g.call(this,f)};return e.addEventListener("timeupdate",i),e.addEventListener("play",s),e.addEventListener("pause",o),e.addEventListener("ended",r),e.addEventListener("error",a),e.addEventListener("canplay",l),e.addEventListener("canplaythrough",c),e.addEventListener("loadeddata",h),e.addEventListener("loadedmetadata",u),()=>{e.removeEventListener("timeupdate",i),e.removeEventListener("play",s),e.removeEventListener("pause",o),e.removeEventListener("ended",r),e.removeEventListener("error",a),e.removeEventListener("canplay",l),e.removeEventListener("canplaythrough",c),e.removeEventListener("loadeddata",h),e.removeEventListener("loadedmetadata",u)}}}function lE(n){ge(n,"svelte-13e7hxv",".audio.svelte-13e7hxv{pointer-events:auto;cursor:pointer;width:100%;height:100%}")}function cE(n){let t,e,i,s;const o=n[8].default,r=Un(o,n,n[7],null);return{c(){t=S("div"),r&&r.c(),C(t,"class","audio svelte-13e7hxv"),C(t,"style",n[0])},m(a,l){B(a,t,l),r&&r.m(t,null),e=!0,i||(s=Ae(t,"click",ff(n[1])),i=!0)},p(a,[l]){r&&r.p&&(!e||l&128)&&Xn(r,o,a,a[7],e?Yn(o,a[7],l,null):Zn(a[7]),null),(!e||l&1)&&C(t,"style",a[0])},i(a){e||(x(r,a),e=!0)},o(a){O(r,a),e=!1},d(a){a&&z(t),r&&r.d(a),i=!1,s()}}}function hE(n,t,e){let{$$slots:i={},$$scope:s}=t,{url:o}=t,{enable:r=!0}=t,{style:a=""}=t,{hooksInfo:l}=t;const c=dr(),h=Ii("hooks"),u=Ii("mediaStore");let f,g=!0;function A(){e(5,f.onplay=m=>{h.emit("playStateChange",D({event:m,state:"playing",mediaInstance:f},l)),c("play"),e(6,g=!1)},f),e(5,f.onpause=m=>{h.emit("playStateChange",D({event:m,state:"paused",mediaInstance:f},l)),c("pause"),e(6,g=!0)},f),e(5,f.onended=m=>{h.emit("playStateChange",D({event:m,state:"paused",mediaInstance:f},l)),c("pause"),e(6,g=!0)},f),e(5,f.onloadedmetadata=m=>{typeof f.duration=="number"&&!Number.isNaN(f.duration)&&c("duration",f.duration)},f),e(5,f.onerror=m=>{c("pause"),e(6,g=!0)},f),e(5,f.ontimeupdate=m=>{c("timeupdate",f.currentTime)},f)}u.subscribe(({currentMediaElement:m})=>{m!==f&&(g||f==null||f.pause())});function p(m){f&&(h.emit("click",D({event:m,target:"AudioTagPlayIcon",audioInstance:f},l)),u.set({currentMediaElement:f}),h.emit("playStateChange",D({event:m,state:f.paused?"playing":"paused",mediaInstance:f},l)),f.paused?f.play():f.pause())}return n.$$set=m=>{"url"in m&&e(2,o=m.url),"enable"in m&&e(3,r=m.enable),"style"in m&&e(0,a=m.style),"hooksInfo"in m&&e(4,l=m.hooksInfo),"$$scope"in m&&e(7,s=m.$$scope)},n.$$.update=()=>{n.$$.dirty&4&&(o||c("duration",0)),n.$$.dirty&36&&(f==null||f.dispose(),e(5,f=new aE(o)),c("audioRef",f),setTimeout(()=>c("audioRef",f),200),A()),n.$$.dirty&40&&(r||f==null||f.pause()),n.$$.dirty&72&&c(r&&!g?"play":"pause")},[a,p,o,r,l,f,g,s,i]}let Lg=class extends ce{constructor(t){super(),le(this,t,hE,cE,ae,{url:2,enable:3,style:0,hooksInfo:4},lE)}};function dE(n){ge(n,"svelte-srt2pi",".audio-icon__wrapper.svelte-srt2pi.svelte-srt2pi{display:inline-block}.audio-icon.svelte-srt2pi.svelte-srt2pi{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:100%;border-radius:50%;background-color:rgba(255, 255, 255, 0.8)}.audio-icon.svelte-srt2pi .sound-wave__container.svelte-srt2pi{position:absolute;pointer-events:none;width:60%;height:60%}.sound-wave.svelte-srt2pi.svelte-srt2pi{animation-duration:2s;animation-iteration-count:infinite;animation-play-state:paused;transition:opacity 0}.playing.svelte-srt2pi .sound-wave.svelte-srt2pi{animation-play-state:running}.playing.svelte-srt2pi .sound-wave-1.svelte-srt2pi{animation-name:svelte-srt2pi-sound_wave_1_animation}.playing.svelte-srt2pi .sound-wave-2.svelte-srt2pi{animation-name:svelte-srt2pi-sound_wave_2_animation}.playing.svelte-srt2pi .sound-wave-3.svelte-srt2pi{animation-name:svelte-srt2pi-sound_wave_3_animation}@keyframes svelte-srt2pi-sound_wave_1_animation{0%,10%{opacity:0}25%,100%{opacity:1}}@keyframes svelte-srt2pi-sound_wave_2_animation{0%,35%{opacity:0}50%,100%{opacity:1}}@keyframes svelte-srt2pi-sound_wave_3_animation{0%,60%{opacity:0}75%,100%{opacity:1}}")}function Jd(n){let t,e;return t=new Wt({props:{center:!0,blurRadius:12,spreadRadius:5}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function uE(n){let t,e,i,s,o,r=n[1]&&Jd();return{c(){t=S("div"),r&&r.c(),e=$(),i=S("div"),s=S("div"),s.innerHTML='<svg width="100%" height="100%" viewBox="0 0 128 128"><g transform="rotate(-45 12 64) translate(12 64)" fill="black" stroke="black" fill-opacity="0.6" stroke-opacity="0.6"><path stroke="none" class="sound-wave sound-wave-1 svelte-srt2pi" d="M0,23 A23,23 0 0,0 23,0 L0,0"></path><path fill="none" stroke-width="15" class="sound-wave sound-wave-2 svelte-srt2pi" d="M0,46 A46,46 0 0,0 46,0"></path><path fill="none" stroke-width="15" class="sound-wave sound-wave-3 svelte-srt2pi" d="M0,80 A80,80 0 0,0 80,0"></path></g></svg>',C(s,"class","sound-wave__container svelte-srt2pi"),C(i,"class","audio-icon svelte-srt2pi"),K(i,"playing",n[0]),C(t,"class","audio-icon__wrapper svelte-srt2pi"),C(t,"style",n[2]),T(t,"width",n[5]),T(t,"height",n[5])},m(a,l){B(a,t,l),r&&r.m(t,null),L(t,e),L(t,i),L(i,s),n[7](s),n[8](t),o=!0},p(a,[l]){a[1]?r?l&2&&x(r,1):(r=Jd(),r.c(),x(r,1),r.m(t,e)):r&&(ue(),O(r,1,1,()=>{r=null}),fe()),(!o||l&1)&&K(i,"playing",a[0]),(!o||l&4)&&C(t,"style",a[2]);const c=l&4;(c||l&36)&&T(t,"width",a[5]),(c||l&36)&&T(t,"height",a[5])},i(a){o||(x(r),o=!0)},o(a){O(r),o=!1},d(a){a&&z(t),r&&r.d(),n[7](null),n[8](null)}}}function fE(n,t,e){let i,{playing:s}=t,{shadow:o=!1}=t,{style:r=null}=t,{width:a="100%"}=t,l,c;function h(f){We[f?"unshift":"push"](()=>{c=f,e(4,c)})}function u(f){We[f?"unshift":"push"](()=>{l=f,e(3,l)})}return n.$$set=f=>{"playing"in f&&e(0,s=f.playing),"shadow"in f&&e(1,o=f.shadow),"style"in f&&e(2,r=f.style),"width"in f&&e(6,a=f.width)},n.$$.update=()=>{n.$$.dirty&64&&e(5,i=typeof a=="number"?$t(a):a)},[s,o,r,l,c,i,a,h,u]}class jg extends ce{constructor(t){super(),le(this,t,fE,uE,ae,{playing:0,shadow:1,style:2,width:6},dE)}}function gE(n){ge(n,"svelte-1s6gk4a",".audio-tag.svelte-1s6gk4a{position:absolute;left:0;top:0;width:0;height:0;overflow:visible}.audio-icon__wrapper.svelte-1s6gk4a{position:relative;vertical-align:top;width:100%;height:100%}.content.svelte-1s6gk4a{width:-moz-max-content;width:max-content;height:3.375rem;padding:2.25rem 0.25rem 0 1rem;position:absolute;left:0;bottom:0.125rem;overflow:hidden;box-sizing:border-box;font-size:0;white-space:nowrap;font-weight:600}.wrapper.svelte-1s6gk4a{position:relative;width:100%;height:100%}.audio-icon.svelte-1s6gk4a{pointer-events:none;vertical-align:top;display:inline-block;width:1rem;height:1rem;margin-right:0.25rem;margin-top:0.0625rem}.audio.svelte-1s6gk4a{position:relative;width:100%;height:100%}")}function qd(n){var m,v;let t,e,i,s,o,r,a,l,c,h,u,f,g,A;e=new Wt({props:{visible:n[6],left:n[3]/2+"px",bottom:12,width:2,blurRadius:120,spreadRadius:60}});let p=n[6]&&Kd(n);return c=new vg({props:{visible:n[6],textUnfolded:n[1],content:n[5]}}),u=new Bl({props:{unfolded:n[6],length:n[3],outDelay:n[4]+20*Math.min((v=(m=n[5])==null?void 0:m.length)!=null?v:10,15),useLinearColor:!0}}),{c(){t=S("div"),se(e.$$.fragment),i=$(),s=S("div"),o=S("div"),r=S("div"),p&&p.c(),a=$(),l=S("div"),se(c.$$.fragment),h=$(),se(u.$$.fragment),C(r,"class","audio-icon svelte-1s6gk4a"),T(l,"display","inline-block"),C(o,"class","wrapper svelte-1s6gk4a"),C(s,"class","content svelte-1s6gk4a"),C(t,"class","audio-tag svelte-1s6gk4a"),K(t,"unfolded",n[6])},m(y,P){B(y,t,P),ie(e,t,null),L(t,i),L(t,s),L(s,o),L(o,r),p&&p.m(r,null),L(o,a),L(o,l),ie(c,l,null),L(t,h),ie(u,t,null),f=!0,g||(A=[Ae(l,"click",n[7]),Gt(Ti.call(null,l)),Ae(l,"clientWidth",n[12])],g=!0)},p(y,P){var j,R;const E={};P&64&&(E.visible=y[6]),P&8&&(E.left=y[3]/2+"px"),e.$set(E),y[6]?p?(p.p(y,P),P&64&&x(p,1)):(p=Kd(y),p.c(),x(p,1),p.m(r,null)):p&&(ue(),O(p,1,1,()=>{p=null}),fe());const k={};P&64&&(k.visible=y[6]),P&2&&(k.textUnfolded=y[1]),P&32&&(k.content=y[5]),c.$set(k);const I={};P&64&&(I.unfolded=y[6]),P&8&&(I.length=y[3]),P&48&&(I.outDelay=y[4]+20*Math.min((R=(j=y[5])==null?void 0:j.length)!=null?R:10,15)),u.$set(I),(!f||P&64)&&K(t,"unfolded",y[6])},i(y){f||(x(e.$$.fragment,y),x(p),x(c.$$.fragment,y),x(u.$$.fragment,y),f=!0)},o(y){O(e.$$.fragment,y),O(p),O(c.$$.fragment,y),O(u.$$.fragment,y),f=!1},d(y){y&&z(t),ne(e),p&&p.d(),ne(c),ne(u),g=!1,tt(A)}}}function Kd(n){let t,e,i,s,o,r,a;return e=new Wt({props:{center:!0,blurRadius:15,spreadRadius:6}}),s=new Lg({props:{enable:n[6],url:n[0].data.audioUrl,hooksInfo:{tag:n[0]},$$slots:{default:[mE]},$$scope:{ctx:n}}}),s.$on("play",n[8]),s.$on("pause",n[9]),s.$on("error",n[10]),s.$on("audioRef",n[11]),{c(){t=S("div"),se(e.$$.fragment),i=$(),se(s.$$.fragment),C(t,"class","audio svelte-1s6gk4a")},m(l,c){B(l,t,c),ie(e,t,null),L(t,i),ie(s,t,null),a=!0},p(l,c){n=l;const h={};c&64&&(h.enable=n[6]),c&1&&(h.url=n[0].data.audioUrl),c&1&&(h.hooksInfo={tag:n[0]}),c&8196&&(h.$$scope={dirty:c,ctx:n}),s.$set(h)},i(l){a||(x(e.$$.fragment,l),x(s.$$.fragment,l),l&&Je(()=>{a&&(r&&r.end(1),o=sn(t,gt,{duration:1e3,delay:0,easing:Bn}),o.start())}),a=!0)},o(l){var c,h;O(e.$$.fragment,l),O(s.$$.fragment,l),o&&o.invalidate(),l&&(r=qn(t,gt,{duration:1e3,delay:20*Math.min((h=(c=n[5])==null?void 0:c.length)!=null?h:10,15),easing:Bn})),a=!1},d(l){l&&z(t),ne(e),ne(s),l&&r&&r.end()}}}function mE(n){let t,e,i;return e=new jg({props:{playing:n[2]}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","audio-icon__wrapper svelte-1s6gk4a")},m(s,o){B(s,t,o),ie(e,t,null),i=!0},p(s,o){const r={};o&4&&(r.playing=s[2]),e.$set(r)},i(s){i||(x(e.$$.fragment,s),i=!0)},o(s){O(e.$$.fragment,s),i=!1},d(s){s&&z(t),ne(e)}}}function pE(n){let t,e,i=n[0].state&&qd(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&x(i,1)):(i=qd(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function AE(n,t,e){let i,s,o,{tag:r}=t,a=!1,l=!1,c;function h(){e(1,a=!a)}const u=()=>{e(2,l=!0)},f=()=>{e(2,l=!1)},g=()=>{e(2,l=!1)};function A(m){Jn.call(this,n,m)}const p=m=>{e(3,c=m.detail)};return n.$$set=m=>{"tag"in m&&e(0,r=m.tag)},n.$$.update=()=>{var m,v,y;n.$$.dirty&1&&e(6,i=!!((m=r.state)!=null&&m.unfolded)),n.$$.dirty&1&&e(5,s=(y=(v=r.data.title)!=null?v:r.data.text)!=null?y:""),n.$$.dirty&2&&e(4,o=a?450:0)},[r,a,l,c,o,s,i,h,u,f,g,A,p]}class vE extends ce{constructor(t){super(),le(this,t,AE,pE,ae,{tag:0},gE)}}function bE(n){ge(n,"svelte-58hfjf",".audio-tag__wrapper.svelte-58hfjf{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.audio-tag.svelte-58hfjf{position:relative;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;padding:0.1875rem;padding-right:0.625rem;border-radius:624999.9375rem;border:0.03125rem solid rgba(255, 255, 255, 0.2)}.audio__inner.svelte-58hfjf{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.text.svelte-58hfjf{font-weight:bold;font-size:0.75rem;margin-left:0.25rem}.audio-icon__wrapper.svelte-58hfjf{position:relative;vertical-align:top;pointer-events:none;width:1.375rem;height:1.375rem}")}function $d(n){let t,e,i,s;return i=new Lg({props:{style:"width: max-content; height: max-content;",enable:n[0].state.visible,url:n[0].data.audioUrl,hooksInfo:{tag:n[0]},$$slots:{default:[wE]},$$scope:{ctx:n}}}),i.$on("play",n[6]),i.$on("pause",n[7]),i.$on("error",n[8]),i.$on("timeupdate",n[9]),i.$on("duration",n[10]),i.$on("audioRef",n[11]),{c(){t=S("div"),e=S("div"),se(i.$$.fragment),C(e,"class","audio-tag svelte-58hfjf"),T(e,"background-color",n[4].bgColor),T(e,"color",n[4].fontColor),C(t,"class","audio-tag__wrapper svelte-58hfjf")},m(o,r){B(o,t,r),L(t,e),ie(i,e,null),s=!0},p(o,r){const a={};r&1&&(a.enable=o[0].state.visible),r&1&&(a.url=o[0].data.audioUrl),r&1&&(a.hooksInfo={tag:o[0]}),r&8232&&(a.$$scope={dirty:r,ctx:o}),i.$set(a),r&16&&T(e,"background-color",o[4].bgColor),r&16&&T(e,"color",o[4].fontColor)},i(o){s||(x(i.$$.fragment,o),s=!0)},o(o){O(i.$$.fragment,o),s=!1},d(o){o&&z(t),ne(i)}}}function yE(n){let t;return{c(){t=ke(n[5])},m(e,i){B(e,t,i)},p(e,i){i&32&&De(t,e[5])},d(e){e&&z(t)}}}function wE(n){let t,e,i,s,o,r,a;return i=new jg({props:{playing:n[3]}}),r=new Vl({props:{maxWidth:72,maxLine:1,$$slots:{default:[yE]},$$scope:{ctx:n}}}),{c(){t=S("div"),e=S("div"),se(i.$$.fragment),s=$(),o=S("div"),se(r.$$.fragment),C(e,"class","audio-icon__wrapper svelte-58hfjf"),C(o,"class","text svelte-58hfjf"),C(t,"class","audio__inner svelte-58hfjf")},m(l,c){B(l,t,c),L(t,e),ie(i,e,null),L(t,s),L(t,o),ie(r,o,null),a=!0},p(l,c){const h={};c&8&&(h.playing=l[3]),i.$set(h);const u={};c&8224&&(u.$$scope={dirty:c,ctx:l}),r.$set(u)},i(l){a||(x(i.$$.fragment,l),x(r.$$.fragment,l),a=!0)},o(l){O(i.$$.fragment,l),O(r.$$.fragment,l),a=!1},d(l){l&&z(t),ne(i),ne(r)}}}function CE(n){let t,e,i=n[0].state&&$d(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&x(i,1)):(i=$d(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function PE(n,t,e){let i,s,{tag:o}=t;const r={light:{bgColor:"rgba(255, 255, 255, 0.3)",fontColor:"rgba(0, 0, 0, 0.6)"},dark:{bgColor:"rgba(0, 0, 0, 0.3)",fontColor:"white"}};let a=0,l=0,c=!1;const h=()=>{e(3,c=!0)},u=()=>{e(3,c=!1)},f=()=>{e(3,c=!1)},g=m=>{e(1,a=m.detail)},A=m=>{e(2,l=m.detail)};function p(m){Jn.call(this,n,m)}return n.$$set=m=>{"tag"in m&&e(0,o=m.tag)},n.$$.update=()=>{var m,v,y;n.$$.dirty&1&&e(5,i=(v=(m=o.data.title)!=null?m:o.data.text)!=null?v:""),n.$$.dirty&1&&e(4,s=(y=r[o.data.theme||"light"])!=null?y:r.light)},[o,a,l,c,s,i,h,u,f,g,A,p]}class IE extends ce{constructor(t){super(),le(this,t,PE,CE,ae,{tag:0},bE)}}function EE(n){let t,e;return t=new IE({props:{tag:n[0]}}),t.$on("audioRef",n[2]),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=i[0]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function ME(n){let t,e;return t=new vE({props:{tag:n[0]}}),t.$on("audioRef",n[2]),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=i[0]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function kE(n){let t,e,i,s;const o=[ME,EE],r=[];function a(l,c){return l[1]==="line"?0:l[1]==="plane"?1:-1}return~(t=a(n))&&(e=r[t]=o[t](n)),{c(){e&&e.c(),i=we()},m(l,c){~t&&r[t].m(l,c),B(l,i,c),s=!0},p(l,[c]){let h=t;t=a(l),t===h?~t&&r[t].p(l,c):(e&&(ue(),O(r[h],1,1,()=>{r[h]=null}),fe()),~t?(e=r[t],e?e.p(l,c):(e=r[t]=o[t](l),e.c()),x(e,1),e.m(i.parentNode,i)):e=null)},i(l){s||(x(e),s=!0)},o(l){O(e),s=!1},d(l){~t&&r[t].d(l),l&&z(i)}}}function xE(n,t,e){let i,{tag:s}=t,o;function r(a){o=a.detail}return s.play=()=>o.play(),s.pause=()=>o.pause(),n.$$set=a=>{"tag"in a&&e(0,s=a.tag)},n.$$.update=()=>{var a;n.$$.dirty&1&&e(1,i=(a=s.data.appearance)!=null?a:"line")},[s,i,r]}class DE extends ce{constructor(t){super(),le(this,t,xE,kE,ae,{tag:0})}}function SE(n){ge(n,"svelte-10cw0el",".media-wrapper.svelte-10cw0el{position:absolute;width:100%;height:100%}")}function eu(n){var s;let t,e,i;return e=new Tg({props:{mediaItemConfig:{canPlay:!0,playButtonSizeIfNeed:"large",playButtonIfNeed:(s=n[4])!=null?s:"withText",disableVideoIfHavePoster:!1,objectFit:n[2]},unfolded:n[6],mediaData:n[5],enableCarousel:n[1],autoplayConfig:n[3],tag:n[0],inDelay:500,duration:500}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","media-wrapper svelte-10cw0el")},m(o,r){B(o,t,r),ie(e,t,null),i=!0},p(o,r){var l;const a={};r&20&&(a.mediaItemConfig={canPlay:!0,playButtonSizeIfNeed:"large",playButtonIfNeed:(l=o[4])!=null?l:"withText",disableVideoIfHavePoster:!1,objectFit:o[2]}),r&64&&(a.unfolded=o[6]),r&32&&(a.mediaData=o[5]),r&2&&(a.enableCarousel=o[1]),r&8&&(a.autoplayConfig=o[3]),r&1&&(a.tag=o[0]),e.$set(a)},i(o){i||(x(e.$$.fragment,o),i=!0)},o(o){O(e.$$.fragment,o),i=!1},d(o){o&&z(t),ne(e)}}}function TE(n){let t,e,i=n[0].state&&n[5]&&eu(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[0].state&&s[5]?i?(i.p(s,o),o&33&&x(i,1)):(i=eu(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function LE(n,t,e){let i,s,o,r,a,l,{tag:c}=t;return n.$$set=h=>{"tag"in h&&e(0,c=h.tag)},n.$$.update=()=>{var h,u;n.$$.dirty&1&&e(6,i=c.state?c.state.unfolded:!1),n.$$.dirty&1&&e(5,s=c.data.mediaData),n.$$.dirty&1&&e(1,o=c.data.enableCarousel),n.$$.dirty&1&&e(4,r=c.data.playIcon),n.$$.dirty&3&&e(3,a=(h=c.data.autoplayConfig)!=null?h:{autoplay:o!=null?o:!0,autoplayVideo:!0}),n.$$.dirty&1&&e(2,l=(u=c.data.objectFit)!=null?u:(()=>c.data.adaptationMode==="stretch"?"fill":c.data.adaptationMode==="proportional"?"contain":void 0)())},[c,o,l,a,r,s,i]}class jE extends ce{constructor(t){super(),le(this,t,LE,TE,ae,{tag:0},SE)}}function zg(n){return G(this,null,function*(){return new Promise((t,e)=>{if(!n){e(Error("url is empty"));return}const i=new Image;i.src=n,i.onload=()=>t({width:i.width,height:i.height}),i.onerror=e})})}function zE(n){return G(this,null,function*(){const{url:t,ratio:e=3}=n;n.ratio||console.warn("Tag icon ratio is not set, default is 3");const{width:i,height:s}=yield zg(t);return oe(D({},n),{width:i/e,height:s/e})})}function OE(n){return G(this,null,function*(){const{steps:t,url:e,ratio:i=3,fps:s=24}=n;if(!t)throw new Error("KeyframeIcon requires steps");const{width:o,height:r}=yield zg(e),a=o/i,l=r/i,c=a/t,h=l,u=1/s*t+"s";return oe(D({},n),{width:c,height:h,duration:u})})}function BE(n){ge(n,"svelte-316sq3","@keyframes svelte-316sq3-sprites-animation{0%{background-position:0 0}100%{background-position:100% 0}}.icon-image.svelte-316sq3{display:block;width:auto}.icon-keyframe.svelte-316sq3{background-repeat:no-repeat;background-size:auto 100%;animation-direction:normal;animation-iteration-count:infinite;animation-name:svelte-316sq3-sprites-animation;animation-delay:0}")}function tu(n){n[1]=n[19].width}function iu(n){n[1]=n[19].width,n[16]=n[19].height,n[17]=n[19].steps,n[18]=n[19].duration}function nu(n){let t,e,i,s=n[0]&&su();function o(l,c){return l[8]?RE:VE}let r=o(n),a=r(n);return{c(){t=S("div"),s&&s.c(),e=$(),a.c(),C(t,"class","icon"),T(t,"width",n[1])},m(l,c){B(l,t,c),s&&s.m(t,null),L(t,e),a.m(t,null),i=!0},p(l,c){l[0]?s?c&1&&x(s,1):(s=su(),s.c(),x(s,1),s.m(t,e)):s&&(ue(),O(s,1,1,()=>{s=null}),fe()),r===(r=o(l))&&a?a.p(l,c):(a.d(1),a=r(l),a&&(a.c(),a.m(t,null))),c&2&&T(t,"width",l[1])},i(l){i||(x(s),i=!0)},o(l){O(s),i=!1},d(l){l&&z(t),s&&s.d(),a.d()}}}function su(n){let t,e;return t=new Wt({props:{center:!0,blurRadius:24,spreadRadius:16}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function VE(n){let t,e,i={ctx:n,current:null,token:null,hasCatch:!1,pending:GE,then:NE,catch:HE,value:19};return _o(e=n[11](Ye({url:n[7],ratio:n[5]})),i),{c(){t=we(),i.block.c()},m(s,o){B(s,t,o),i.block.m(s,i.anchor=o),i.mount=()=>t.parentNode,i.anchor=t},p(s,o){n=s,i.ctx=n,o&160&&e!==(e=n[11](Ye({url:n[7],ratio:n[5]})))&&_o(e,i)||bf(i,n,o)},d(s){s&&z(t),i.block.d(s),i.token=null,i=null}}}function RE(n){let t,e,i={ctx:n,current:null,token:null,hasCatch:!1,pending:_E,then:FE,catch:QE,value:19};return _o(e=n[10](Ye({url:n[7],steps:n[2],fps:n[6],ratio:n[5]})),i),{c(){t=we(),i.block.c()},m(s,o){B(s,t,o),i.block.m(s,i.anchor=o),i.mount=()=>t.parentNode,i.anchor=t},p(s,o){n=s,i.ctx=n,o&228&&e!==(e=n[10](Ye({url:n[7],steps:n[2],fps:n[6],ratio:n[5]})))&&_o(e,i)||bf(i,n,o)},d(s){s&&z(t),i.block.d(s),i.token=null,i=null}}}function HE(n){return{c:J,m:J,p:J,d:J}}function NE(n){tu(n);let t,e;return{c(){t=S("img"),C(t,"alt","tag-icon"),C(t,"class","icon-image svelte-316sq3"),at(t.src,e=n[7])||C(t,"src",e),T(t,"width",$t(Mn({originWidth:n[1],scale:n[4],wantedWidth:n[3]}).width)),T(t,"max-width","initial")},m(i,s){B(i,t,s)},p(i,s){tu(i),s&128&&!at(t.src,e=i[7])&&C(t,"src",e),s&184&&T(t,"width",$t(Mn({originWidth:i[1],scale:i[4],wantedWidth:i[3]}).width))},d(i){i&&z(t)}}}function GE(n){return{c:J,m:J,p:J,d:J}}function QE(n){return{c:J,m:J,p:J,d:J}}function FE(n){iu(n);let t,e=`url(${n[7]})`,i=`steps(${n[17]-1})`;return{c(){t=S("div"),C(t,"class","icon-keyframe svelte-316sq3"),T(t,"width",$t(Mn({originWidth:n[1],originHeight:n[16],scale:n[4],wantedWidth:n[3]}).width)),T(t,"height",$t(Mn({originWidth:n[1],originHeight:n[16],scale:n[4],wantedWidth:n[3]}).height)),T(t,"background-image",e),T(t,"animation-duration",n[18]),T(t,"animation-timing-function",i)},m(s,o){B(s,t,o)},p(s,o){iu(s),o&252&&T(t,"width",$t(Mn({originWidth:s[1],originHeight:s[16],scale:s[4],wantedWidth:s[3]}).width)),o&252&&T(t,"height",$t(Mn({originWidth:s[1],originHeight:s[16],scale:s[4],wantedWidth:s[3]}).height)),o&128&&e!==(e=`url(${s[7]})`)&&T(t,"background-image",e),o&228&&T(t,"animation-duration",s[18]),o&228&&i!==(i=`steps(${s[17]-1})`)&&T(t,"animation-timing-function",i)},d(s){s&&z(t)}}}function _E(n){return{c:J,m:J,p:J,d:J}}function WE(n){let t,e,i=n[9]&&nu(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[9]?i?(i.p(s,o),o&512&&x(i,1)):(i=nu(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function Mn(n){const{originWidth:t,originHeight:e,scale:i=1,wantedWidth:s}=n,o=(s!=null?s:t)*i,r=typeof e=="number"?o*(e/t):void 0;return oe(D({},n),{width:o,height:r})}function UE(n,t,e){let i,s,o,r,a,l,c,h,u,{width:f=null}=t,{icon:g=null}=t,{shadow:A=!1}=t;const p=dr();function m(P){return G(this,null,function*(){const E=yield OE(P);return p("iconLoaded",E),E})}function v(P){return G(this,null,function*(){if(typeof u=="number")return oe(D({},P),{width:u});const E=yield zE(P);return p("iconLoaded",E),E})}function y(){h||p("iconLoaded")}return It(()=>{y()}),n.$$set=P=>{"width"in P&&e(1,f=P.width),"icon"in P&&e(12,g=P.icon),"shadow"in P&&e(0,A=P.shadow)},n.$$.update=()=>{var P,E;n.$$.dirty&4096&&e(7,i=g==null?void 0:g.url),n.$$.dirty&4096&&e(2,s=(P=g==null?void 0:g.steps)!=null?P:1),n.$$.dirty&4096&&e(6,o=g==null?void 0:g.fps),n.$$.dirty&4096&&e(5,r=g==null?void 0:g.ratio),n.$$.dirty&4096&&e(4,a=(E=g==null?void 0:g.scale)!=null?E:1),n.$$.dirty&4096&&e(3,l=g==null?void 0:g.width),n.$$.dirty&252&&e(9,c=Ye({url:i,steps:s,fps:o,ratio:r,scale:a,width:l})),n.$$.dirty&4&&e(8,h=s>1),n.$$.dirty&2&&(u=f)},y(),[A,f,s,l,a,r,o,i,h,c,m,v,g]}class Og extends ce{constructor(t){super(),le(this,t,UE,WE,ae,{width:1,icon:12,shadow:0},BE)}}function YE(n){ge(n,"svelte-e58ijk",".wrapper.svelte-e58ijk{font-weight:600;cursor:pointer;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:auto}.text-wrapper.svelte-e58ijk{position:relative;display:flex;align-items:center;justify-content:center}.text.svelte-e58ijk{position:absolute;top:0;font-size:0.875rem;color:#ffffff;letter-spacing:0;text-align:center;max-width:8.75rem;width:-moz-max-content;width:max-content;line-height:1.125rem;text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}")}function ou(n){let t,e,i,s,o,r;return e=new Wt({props:{outDelay:0,inDelay:0,center:!0,width:"80%",blurRadius:40,spreadRadius:16,opacity:.08}}),{c(){t=S("div"),se(e.$$.fragment),i=$(),s=S("div"),o=ke(n[1]),C(s,"class","text svelte-e58ijk"),C(t,"class","text-wrapper svelte-e58ijk")},m(a,l){B(a,t,l),ie(e,t,null),L(t,i),L(t,s),L(s,o),r=!0},p(a,l){(!r||l&2)&&De(o,a[1])},i(a){r||(x(e.$$.fragment,a),r=!0)},o(a){O(e.$$.fragment,a),r=!1},d(a){a&&z(t),ne(e)}}}function XE(n){let t,e,i,s;e=new Og({props:{icon:n[0],shadow:!0}}),e.$on("iconLoaded",n[4]);let o=n[1]&&n[2]&&ou(n);return{c(){t=S("div"),se(e.$$.fragment),i=$(),o&&o.c(),C(t,"class","wrapper svelte-e58ijk")},m(r,a){B(r,t,a),ie(e,t,null),L(t,i),o&&o.m(t,null),s=!0},p(r,[a]){const l={};a&1&&(l.icon=r[0]),e.$set(l),r[1]&&r[2]?o?(o.p(r,a),a&6&&x(o,1)):(o=ou(r),o.c(),x(o,1),o.m(t,null)):o&&(ue(),O(o,1,1,()=>{o=null}),fe())},i(r){s||(x(e.$$.fragment,r),x(o),s=!0)},o(r){O(e.$$.fragment,r),O(o),s=!1},d(r){r&&z(t),ne(e),o&&o.d()}}}function ZE(n,t,e){let i,s,o,{tag:r}=t;const a=()=>{e(2,i=!0)};return n.$$set=l=>{"tag"in l&&e(3,r=l.tag)},n.$$.update=()=>{var l,c,h;n.$$.dirty&8&&e(1,s=(l=r.data.title)!=null?l:r.data.text),n.$$.dirty&8&&e(0,o=(h=r.data.icon)!=null?h:(c=r.style)==null?void 0:c.point)},e(2,i=!1),[o,s,i,r,a]}class JE extends ce{constructor(t){super(),le(this,t,ZE,XE,ae,{tag:3},YE)}}function qE(n){ge(n,"svelte-nnvupv",".wrapper.svelte-nnvupv{position:relative;width:0;height:0;display:flex;flex-direction:column;justify-content:end;align-items:center}.line.svelte-nnvupv{position:relative;flex-shrink:0;width:0.0625rem;height:5rem;background-image:linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.5))}.media-item.svelte-nnvupv{box-sizing:content-box;position:relative;flex-shrink:0;width:2.625rem;height:2.625rem;border-style:solid;border-width:0.3125rem;-o-border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAACcCAMAAAC9ZjJ/AAAAnFBMVEX///8AAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////YxPlZAAAAM3RSTlMzADY6QEo9I1ROWlBHRBby7ufFq3kw+hEp0VcK3dS0opmRg3BpBi2JHxvhy72WZGGclV2LE9pqAAAHSUlEQVR42syY13riMBBGZ1VccKHZ2NQAAYdOkn3/d1sJ9ltrZAwBtz2XCZFPNP9IY+BXYda+GVLmubZjtVqWY7seM0LTXxdfuZicHxNPGAkny3Fszl2Xc9txrOvPPBL7BRYvIhfFTDiMHO4ZFDJQw+POSBiyOLq/Tulya9NwxIM5I3AXwrj4BxzDzKlxBXJbao2Q2GNBi26z65QvF4EzslwKT0Fda+QAqm8FcltX7JkBL2Bwa+Si7StZbuNaDiPwIoQ5lruR61QgZ3LLNqAQhm1xs2Q5rFZcr2S5iDncgFKg3GJRiXLr0EG7Vnj3nHBdltyGOx6BfLzT8u3QG066ncGg050Me4e35cmDfIjn8E0pcmPD4RRycIP+tP37Ju1pP3Dza+vQcXE5n+dVlAX9ye8HTPoBy6st94vKxTa/WVEa9JQ9mh2D1XlkM0KYPTqvguNM2c9eQG/WlttxIbmxYd/Mzmn299mD/XHl5lR8ddwP/trPTjezahvj1+V899b5QT+612cOP1cU7kJXn8PrZ7sf9NaV5vqvym24S7ILLjrXNH1x+BH865rMzsIAHeLyzWtyJs+WlM3blwf1v+EJvvudS3XnLFtabr4iF/PMUmTZxiV6DI5Ce0lAg/H4ebkw69aaygfsxANegCx38q+nraxd+KwccQ19kf5FLXh9ZAouen2WaQvynBxkZt13GZvBnEIB6HwgA/uemZPhGblQdyNvl+PUhoLYl6P7jeh24c/lYk+rKR/KPniHEniXnTHkWmW9+KdypnDLlrTHoBRYLy2tYmf+TG6ruy1k2hZQGguZvIVut/2JnM80tzdZ0jOUyLkrg6fZMf+x3NrA5SMzsdCeQamwvVh0RvDPjPVDOWDob6hMyIFCydCDTDFaljB4JGdqbrJN+wRKh/Rl02p25n25iOHPy32bQyXM5d7hnWDRPbk1xc0g8/YBFfEhc4ebgq7vyCUG0ft0DpUx13uWGEm+nI/dFjJvUCEydwts5+fJrQlF94LsUwIVQmTPvqPYkXWOnElVFd4R5xuFSqF7cZNxVZeat+XGyI0Mxb3AoGJYVxwoBNmNb8olVGuGwRkq5zzQmoImt+R8SrTALaAGFlrsCPFvyIWqGxOB60Et9ETsmGoXZuV8gpq86sDh2PVRD/sZuUSVa6G9rgScoJYql+hyEWqZafVFxYWdosdHmlwCCkvRqTbUhi06dgkKCZaLUAraz16pxS/ZNkp4hORi7bM7CjVCd9puxKrcGBQMsXEB1Eogts4AhbEit9WOxR2BWiE77cjfpnKoHWhHxrMOcAt2qNoSqVykDahdAjVDutrIHf2TM0EBfaxi8JaAgvlPLoSUE9rgisFhOkFKeJHTqzorMJoXHNlnel1BqyoV58g3NMC3OE2oVlcpF+ITZwKNMMGna3iVG2uX8Bc0wpc2bIwvcj6kMDG+cGgELh7NIMW/yJm4qkNoiCGuq3mRC3HPfEJDfOJzIpRyYy2VK2iIlehFHDpAkXPFlEmhIaiYOV0UOvi1wZHbQ2Psceg2Qi7GkTtCYxxx6GIhl0DKtP7I4dBNISURcqDQllWvF5z4NqQINbVZPfnbusF746ntChEel6bQIFM8NkWwxcPyDBpkhl8QtrDBX3sdoUGO+OuwDZiQcqj7nTD7hniAFBPJ9Zo4SfBZ0kNyMZ4LztAgZzwTxRDja38EDTLCV38MCX4rtKFBbPx+mEAIKR05izYIE6+lkBKCiphZCDQIERMbKPzfcn+Yt2MkCEEgiKLsn60xI6MMzC29/wUNQSX3n8ESZrof6s+q/iHUR4n6EFZfX+qLXz0yqYdN9ZiuXnDUq6F7qdbGEYs9yFFHYOrwUB27ugNrddSvLknU9ZK7mFNXmr/iK4NLr9Gx1egsHSBgAwisnW40XHSDNriSAxd64Ri5EJi4EGwjtNoxQSv2O1ELPESNWO+4r4UH90V5yMMaWFgkUZ+gtIQFlEZ5U9zEQXHJ+kbMhAMxBxNhfaaDf+c5g/MtDXA+2/zJwT++f3JwlXMvqw3DQBSGg3VmbFUa7UyDvHZo3/8FWxKKCNQX2ZbGJGttDloO/J/BMBFrQD/WQDuVuRjWzlzYjJOBEIxuIGQQptOqHrppFfq5KI2hGaWBx7mcLwjr5XwsYSGEFKMVQhpplxLSRrQSUmmW41toxbcYV2TLAo1sGRJWBd8e9YNv+O+Vqbyvn8pTuxoZoNrIAF0zeAaqyzPQJQe2aIjrwRZMTSYJQuclQX4f6mEql3yG5malBkMj9rYJ8LG+PODjbbuRPrJUmj4i+7UZjSJbFo2yFE7LbTke9kFlrhxU5q77iTeHEsQbLIXz4ng8vDor+AAZ3ZEgo3P9eCRlKUlN3S9tyuf7IKB/87BvGgrwqWle3AfPxjStDNkbt5K9sSjZm7BjysWOqTh2nK7H3UceEx07/vfTTgBsd7PA9nvR5Al1N/4OuMdn1D3eUXdvtFD3Zw6fIUQPDp9IYI7h8H8ALigtIKqA/ZIAAAAASUVORK5CYII=');border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAACcCAMAAAC9ZjJ/AAAAnFBMVEX///8AAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////YxPlZAAAAM3RSTlMzADY6QEo9I1ROWlBHRBby7ufFq3kw+hEp0VcK3dS0opmRg3BpBi2JHxvhy72WZGGclV2LE9pqAAAHSUlEQVR42syY13riMBBGZ1VccKHZ2NQAAYdOkn3/d1sJ9ltrZAwBtz2XCZFPNP9IY+BXYda+GVLmubZjtVqWY7seM0LTXxdfuZicHxNPGAkny3Fszl2Xc9txrOvPPBL7BRYvIhfFTDiMHO4ZFDJQw+POSBiyOLq/Tulya9NwxIM5I3AXwrj4BxzDzKlxBXJbao2Q2GNBi26z65QvF4EzslwKT0Fda+QAqm8FcltX7JkBL2Bwa+Si7StZbuNaDiPwIoQ5lruR61QgZ3LLNqAQhm1xs2Q5rFZcr2S5iDncgFKg3GJRiXLr0EG7Vnj3nHBdltyGOx6BfLzT8u3QG066ncGg050Me4e35cmDfIjn8E0pcmPD4RRycIP+tP37Ju1pP3Dza+vQcXE5n+dVlAX9ye8HTPoBy6st94vKxTa/WVEa9JQ9mh2D1XlkM0KYPTqvguNM2c9eQG/WlttxIbmxYd/Mzmn299mD/XHl5lR8ddwP/trPTjezahvj1+V899b5QT+612cOP1cU7kJXn8PrZ7sf9NaV5vqvym24S7ILLjrXNH1x+BH865rMzsIAHeLyzWtyJs+WlM3blwf1v+EJvvudS3XnLFtabr4iF/PMUmTZxiV6DI5Ce0lAg/H4ebkw69aaygfsxANegCx38q+nraxd+KwccQ19kf5FLXh9ZAouen2WaQvynBxkZt13GZvBnEIB6HwgA/uemZPhGblQdyNvl+PUhoLYl6P7jeh24c/lYk+rKR/KPniHEniXnTHkWmW9+KdypnDLlrTHoBRYLy2tYmf+TG6ruy1k2hZQGguZvIVut/2JnM80tzdZ0jOUyLkrg6fZMf+x3NrA5SMzsdCeQamwvVh0RvDPjPVDOWDob6hMyIFCydCDTDFaljB4JGdqbrJN+wRKh/Rl02p25n25iOHPy32bQyXM5d7hnWDRPbk1xc0g8/YBFfEhc4ebgq7vyCUG0ft0DpUx13uWGEm+nI/dFjJvUCEydwts5+fJrQlF94LsUwIVQmTPvqPYkXWOnElVFd4R5xuFSqF7cZNxVZeat+XGyI0Mxb3AoGJYVxwoBNmNb8olVGuGwRkq5zzQmoImt+R8SrTALaAGFlrsCPFvyIWqGxOB60Et9ETsmGoXZuV8gpq86sDh2PVRD/sZuUSVa6G9rgScoJYql+hyEWqZafVFxYWdosdHmlwCCkvRqTbUhi06dgkKCZaLUAraz16pxS/ZNkp4hORi7bM7CjVCd9puxKrcGBQMsXEB1Eogts4AhbEit9WOxR2BWiE77cjfpnKoHWhHxrMOcAt2qNoSqVykDahdAjVDutrIHf2TM0EBfaxi8JaAgvlPLoSUE9rgisFhOkFKeJHTqzorMJoXHNlnel1BqyoV58g3NMC3OE2oVlcpF+ITZwKNMMGna3iVG2uX8Bc0wpc2bIwvcj6kMDG+cGgELh7NIMW/yJm4qkNoiCGuq3mRC3HPfEJDfOJzIpRyYy2VK2iIlehFHDpAkXPFlEmhIaiYOV0UOvi1wZHbQ2Psceg2Qi7GkTtCYxxx6GIhl0DKtP7I4dBNISURcqDQllWvF5z4NqQINbVZPfnbusF746ntChEel6bQIFM8NkWwxcPyDBpkhl8QtrDBX3sdoUGO+OuwDZiQcqj7nTD7hniAFBPJ9Zo4SfBZ0kNyMZ4LztAgZzwTxRDja38EDTLCV38MCX4rtKFBbPx+mEAIKR05izYIE6+lkBKCiphZCDQIERMbKPzfcn+Yt2MkCEEgiKLsn60xI6MMzC29/wUNQSX3n8ESZrof6s+q/iHUR4n6EFZfX+qLXz0yqYdN9ZiuXnDUq6F7qdbGEYs9yFFHYOrwUB27ugNrddSvLknU9ZK7mFNXmr/iK4NLr9Gx1egsHSBgAwisnW40XHSDNriSAxd64Ri5EJi4EGwjtNoxQSv2O1ELPESNWO+4r4UH90V5yMMaWFgkUZ+gtIQFlEZ5U9zEQXHJ+kbMhAMxBxNhfaaDf+c5g/MtDXA+2/zJwT++f3JwlXMvqw3DQBSGg3VmbFUa7UyDvHZo3/8FWxKKCNQX2ZbGJGttDloO/J/BMBFrQD/WQDuVuRjWzlzYjJOBEIxuIGQQptOqHrppFfq5KI2hGaWBx7mcLwjr5XwsYSGEFKMVQhpplxLSRrQSUmmW41toxbcYV2TLAo1sGRJWBd8e9YNv+O+Vqbyvn8pTuxoZoNrIAF0zeAaqyzPQJQe2aIjrwRZMTSYJQuclQX4f6mEql3yG5malBkMj9rYJ8LG+PODjbbuRPrJUmj4i+7UZjSJbFo2yFE7LbTke9kFlrhxU5q77iTeHEsQbLIXz4ng8vDor+AAZ3ZEgo3P9eCRlKUlN3S9tyuf7IKB/87BvGgrwqWle3AfPxjStDNkbt5K9sSjZm7BjysWOqTh2nK7H3UceEx07/vfTTgBsd7PA9nvR5Al1N/4OuMdn1D3eUXdvtFD3Zw6fIUQPDp9IYI7h8H8ALigtIKqA/ZIAAAAASUVORK5CYII=');border-image-slice:15 fill}.media-content.svelte-nnvupv{position:relative;box-sizing:content-box;pointer-events:auto;width:100%;height:100%;border-radius:624.9375rem;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}")}function ru(n){let t,e,i,s,o,r=n[0].type==="Image"&&au(n);return{c(){t=S("div"),e=S("div"),r&&r.c(),i=$(),s=S("div"),C(e,"class","media-item svelte-nnvupv"),C(e,"draggable","false"),C(s,"class","line svelte-nnvupv"),C(t,"class","wrapper svelte-nnvupv")},m(a,l){B(a,t,l),L(t,e),r&&r.m(e,null),L(t,i),L(t,s),o=!0},p(a,l){a[0].type==="Image"?r?(r.p(a,l),l&1&&x(r,1)):(r=au(a),r.c(),x(r,1),r.m(e,null)):r&&(ue(),O(r,1,1,()=>{r=null}),fe())},i(a){o||(x(r),o=!0)},o(a){O(r),o=!1},d(a){a&&z(t),r&&r.d()}}}function au(n){let t,e,i,s,o,r;return t=new Wt({props:{blurRadius:22,spreadRadius:16,height:"80%",width:"80%",center:!0,round:!0}}),{c(){var a;se(t.$$.fragment),e=$(),i=S("img"),C(i,"class","media-content svelte-nnvupv"),at(i.src,s=(a=n[0].thumbnail)!=null?a:n[0].url)||C(i,"src",s),C(i,"alt",o=n[0].name),C(i,"draggable",!1)},m(a,l){ie(t,a,l),B(a,e,l),B(a,i,l),r=!0},p(a,l){var c;(!r||l&1&&!at(i.src,s=(c=a[0].thumbnail)!=null?c:a[0].url))&&C(i,"src",s),(!r||l&1&&o!==(o=a[0].name))&&C(i,"alt",o)},i(a){r||(x(t.$$.fragment,a),r=!0)},o(a){O(t.$$.fragment,a),r=!1},d(a){ne(t,a),a&&z(e),a&&z(i)}}}function KE(n){let t,e,i=n[0]&&ru(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[0]?i?(i.p(s,o),o&1&&x(i,1)):(i=ru(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function $E(n,t,e){let i,{tag:s}=t;return n.$$set=o=>{"tag"in o&&e(1,s=o.tag)},n.$$.update=()=>{n.$$.dirty&2&&e(0,i=s.data.mediaData[0])},[i,s]}class e2 extends ce{constructor(t){super(),le(this,t,$E,KE,ae,{tag:1},qE)}}function t2(n){ge(n,"svelte-kzl2aj",".customElement__container.svelte-kzl2aj{position:relative}")}function i2(n){let t,e;return{c(){t=new Ho(!1),e=we(),t.a=e},m(i,s){t.m(n[2],i,s),B(i,e,s)},p:J,d(i){i&&z(e),i&&t.d()}}}function n2(n){let t,e=typeof n[2]=="string"&&i2(n);return{c(){t=S("div"),e&&e.c(),C(t,"class","customElement__container svelte-kzl2aj"),K(t,"unfolded",n[1])},m(i,s){B(i,t,s),e&&e.m(t,null),n[5](t)},p(i,[s]){typeof i[2]=="string"&&e.p(i,s),s&2&&K(t,"unfolded",i[1])},i:J,o:J,d(i){i&&z(t),e&&e.d(),n[5](null)}}}function s2(n,t,e){var h,u;let i,{tag:s}=t,{rendererMap:o=new Map}=t,r,a=(u=s.element)!=null?u:(h=o.get(s.contentType))==null?void 0:h.renderer,l;It(()=>{r&&(a instanceof Element?(r.appendChild(a),l=()=>{a instanceof Element&&a.remove()}):typeof a=="function"&&(l=a(r,s)))}),zt(()=>{l==null||l()});function c(f){We[f?"unshift":"push"](()=>{r=f,e(0,r)})}return n.$$set=f=>{"tag"in f&&e(3,s=f.tag),"rendererMap"in f&&e(4,o=f.rendererMap)},n.$$.update=()=>{n.$$.dirty&8&&e(1,i=s.state.unfolded)},[r,i,a,s,o,c]}class o2 extends ce{constructor(t){super(),le(this,t,s2,n2,ae,{tag:3,rendererMap:4},t2)}}function r2(n){ge(n,"svelte-qz1wo5",'@font-face{font-family:"TG-TYPE";font-style:normal;font-weight:400;src:local("TG-TYPE-Bold"), url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-qz1wo5{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-qz1wo5{transition:opacity 0.2s linear}.content__container.unClickable.svelte-qz1wo5{pointer-events:none !important}.content__container.unClickable.svelte-qz1wo5 *{pointer-events:none !important}.content__wrapper.svelte-qz1wo5{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-qz1wo5{opacity:0;pointer-events:none}.content__container.hide.svelte-qz1wo5 *{pointer-events:none !important}.content__container.disable.svelte-qz1wo5{display:none}.content.svelte-qz1wo5{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-qz1wo5:not(.unfolded){pointer-events:none}.content.svelte-qz1wo5:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-qz1wo5{pointer-events:auto}')}function a2(n){let t,e;return{c(){t=S("div"),C(t,"data-info","tag content is keep folded"),C(t,"data-id",e=n[1].id)},m(i,s){B(i,t,s)},p(i,s){s&2&&e!==(e=i[1].id)&&C(t,"data-id",e)},i:J,o:J,d(i){i&&z(t)}}}function l2(n){let t,e,i,s,o,r,a,l,c,h,u,f,g,A,p,m,v;const y=[p2,m2,g2,f2,u2,d2,h2],P=[];function E(k,I){return I&18&&(s=null),I&18&&(o=null),I&18&&(r=null),I&18&&(a=null),I&18&&(l=null),I&18&&(c=null),I&18&&(h=null),s==null&&(s=!!(["Text"].includes(k[1].contentType)||["Text"].includes(k[4].get(k[1].contentType)))),s?0:(o==null&&(o=!!(["ImageText","Image","Video"].includes(k[1].contentType)||["ImageText","Image","Video"].includes(k[4].get(k[1].contentType)))),o?1:(r==null&&(r=!!(["Audio"].includes(k[1].contentType)||["Audio"].includes(k[4].get(k[1].contentType)))),r?2:(a==null&&(a=!!(["Marketing"].includes(k[1].contentType)||["Marketing"].includes(k[4].get(k[1].contentType)))),a?3:(l==null&&(l=!!(["Link","VRLink","PanoLink","Sticker"].includes(k[1].contentType)||["Link","VRLink","PanoLink","Sticker"].includes(k[4].get(k[1].contentType)))),l?4:(c==null&&(c=!!(["MediaPlane","MediaModel"].includes(k[1].contentType)||["MediaPlane","MediaModel"].includes(k[4].get(k[1].contentType)))),c?5:(h==null&&(h=!!(["Panorama"].includes(k[1].contentType)||["Panorama"].includes(k[4].get(k[1].contentType)))),h?6:-1))))))}return~(u=E(n,-1))&&(f=P[u]=y[u](n)),{c(){var k;t=S("div"),e=S("div"),i=S("div"),f&&f.c(),C(i,"class","content svelte-qz1wo5"),K(i,"unfolded",(k=n[1].state)==null?void 0:k.unfolded),C(e,"class","content__wrapper svelte-qz1wo5"),C(t,"class",g=_e(vt("content__container",n[1].className))+" svelte-qz1wo5"),C(t,"data-id",A=n[1].id),K(t,"disable",n[1].enabled===!1),K(t,"hide",n[6]),K(t,"withAnimation",n[0]),K(t,"unClickable",n[1].config.clickable===!1),T(t,"width",n[1].stickType==="Plane"||n[1].contentType==="MediaModel"?"100%":0),T(t,"height",n[1].stickType==="Plane"||n[1].contentType==="MediaModel"?"100%":0)},m(k,I){B(k,t,I),L(t,e),L(e,i),~u&&P[u].m(i,null),p=!0,m||(v=Ae(t,"click",ff(n[16])),m=!0)},p(k,I){var R;let j=u;u=E(k,I),u===j?~u&&P[u].p(k,I):(f&&(ue(),O(P[j],1,1,()=>{P[j]=null}),fe()),~u?(f=P[u],f?f.p(k,I):(f=P[u]=y[u](k),f.c()),x(f,1),f.m(i,null)):f=null),(!p||I&2)&&K(i,"unfolded",(R=k[1].state)==null?void 0:R.unfolded),(!p||I&2&&g!==(g=_e(vt("content__container",k[1].className))+" svelte-qz1wo5"))&&C(t,"class",g),(!p||I&2&&A!==(A=k[1].id))&&C(t,"data-id",A),(!p||I&2)&&K(t,"disable",k[1].enabled===!1),(!p||I&66)&&K(t,"hide",k[6]),(!p||I&3)&&K(t,"withAnimation",k[0]),(!p||I&2)&&K(t,"unClickable",k[1].config.clickable===!1),I&2&&T(t,"width",k[1].stickType==="Plane"||k[1].contentType==="MediaModel"?"100%":0),I&2&&T(t,"height",k[1].stickType==="Plane"||k[1].contentType==="MediaModel"?"100%":0)},i(k){p||(x(f),p=!0)},o(k){O(f),p=!1},d(k){k&&z(t),~u&&P[u].d(),m=!1,v()}}}function c2(n){let t,e,i,s,o,r,a;return e=new o2({props:{tag:Ye(n[1]),rendererMap:n[3]}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class",i=_e(vt("content__container",n[1].className))+" svelte-qz1wo5"),C(t,"data-id",s=n[1].id),K(t,"custom-tag-disable",n[1].enabled===!1),K(t,"custom-tag-hide",n[6])},m(l,c){B(l,t,c),ie(e,t,null),o=!0,r||(a=Ae(t,"click",n[15]),r=!0)},p(l,c){const h={};c&2&&(h.tag=Ye(l[1])),c&8&&(h.rendererMap=l[3]),e.$set(h),(!o||c&2&&i!==(i=_e(vt("content__container",l[1].className))+" svelte-qz1wo5"))&&C(t,"class",i),(!o||c&2&&s!==(s=l[1].id))&&C(t,"data-id",s),(!o||c&2)&&K(t,"custom-tag-disable",l[1].enabled===!1),(!o||c&66)&&K(t,"custom-tag-hide",l[6])},i(l){o||(x(e.$$.fragment,l),o=!0)},o(l){O(e.$$.fragment,l),o=!1},d(l){l&&z(t),ne(e),r=!1,a()}}}function h2(n){let t,e;return t=new e2({props:{tag:Ye(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Ye(i[1])),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function d2(n){let t,e;return t=new jE({props:{tag:Ye(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Ye(i[1])),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function u2(n){let t,e;return t=new JE({props:{tag:Ye(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Ye(i[1])),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function f2(n){let t,e;return t=new rE({props:{tag:Ye(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Ye(i[1])),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function g2(n){let t,e;return t=new DE({props:{tag:Ye(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Ye(i[1])),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function m2(n){let t,e;return t=new iE({props:{tag:Ye(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Ye(i[1])),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function p2(n){let t,e;return t=new wC({props:{tag:Ye(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Ye(i[1])),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function A2(n){let t,e,i,s,o;const r=[c2,l2,a2],a=[];function l(c,h){return h&10&&(t=null),t==null&&(t=!!(c[1].element||c[3].has(c[1].contentType))),t?0:c[5]?1:2}return e=l(n,-1),i=a[e]=r[e](n),{c(){i.c(),s=we()},m(c,h){a[e].m(c,h),B(c,s,h),o=!0},p(c,[h]){let u=e;e=l(c,h),e===u?a[e].p(c,h):(ue(),O(a[u],1,1,()=>{a[u]=null}),fe(),i=a[e],i?i.p(c,h):(i=a[e]=r[e](c),i.c()),x(i,1),i.m(s.parentNode,s))},i(c){o||(x(i),o=!0)},o(c){O(i),o=!1},d(c){a[e].d(c),c&&z(s)}}}function v2(n,t,e){var i,s;return!(!t.visible||!t.enabled||!e.visible||!((i=n.state)!=null&&i.visible)||((s=n.temporaryState)==null?void 0:s.visible)===!1||n.loading)}function b2(n,t,e){let i,s,o,r,a,l,{withAnimation:c=!1}=t,{tag:h}=t,{hooks:u}=t,{rendererMap:f=new Map}=t,{contentTypeMap:g=new Map}=t,{state:A}=t,{mediaStore:p}=t,{temporaryState:m}=t;Ga("hooks",u),Ga("mediaStore",p);let v,y;function P(I){I?u.emit("exposure",{id:r,type:"start"}):u.emit("exposure",{id:r,type:"end"})}const E=I=>u.emit("click",{event:I,target:"TagContent",tag:h}),k=I=>u.emit("click",{event:I,target:"TagContent",tag:h});return n.$$set=I=>{"withAnimation"in I&&e(0,c=I.withAnimation),"tag"in I&&e(1,h=I.tag),"hooks"in I&&e(2,u=I.hooks),"rendererMap"in I&&e(3,f=I.rendererMap),"contentTypeMap"in I&&e(4,g=I.contentTypeMap),"state"in I&&e(7,A=I.state),"mediaStore"in I&&e(8,p=I.mediaStore),"temporaryState"in I&&e(9,m=I.temporaryState)},n.$$.update=()=>{var I,j,R,U,W,N,Q,H,F,Y,Z;n.$$.dirty&2&&e(13,i=(I=h.state)==null?void 0:I.unfolded),n.$$.dirty&2&&e(12,s=(j=h.state)==null?void 0:j.visible),n.$$.dirty&642&&e(14,o=A.visible&&m.visible&&((R=h.state)==null?void 0:R.visible)),n.$$.dirty&2&&(r=h.id),n.$$.dirty&642&&e(6,a=!v2(h,A,m)),n.$$.dirty&16384&&P(o),n.$$.dirty&15362&&h.hooks&&(i!==void 0&&i!==y&&(e(11,y=i),i?(W=(U=h.hooks).emit)==null||W.call(U,"unfolded"):(Q=h==null?void 0:(N=h.hooks).emit)==null||Q.call(N,"folded")),s!==void 0&&s!==v&&(e(10,v=s),s?(F=(H=h.hooks).emit)==null||F.call(H,"show"):(Z=(Y=h.hooks).emit)==null||Z.call(Y,"hide"))),n.$$.dirty&2&&e(5,l=(()=>!(typeof h.config.unfoldedConfig=="object"&&h.config.unfoldedConfig.keep==="folded"))())},[c,h,u,f,g,l,a,A,p,m,v,y,s,i,o,E,k]}let Bg=class extends ce{constructor(t){super(),le(this,t,b2,A2,ae,{withAnimation:0,tag:1,hooks:2,rendererMap:3,contentTypeMap:4,state:7,mediaStore:8,temporaryState:9},r2)}};function y2(n){ge(n,"svelte-7aiuwz",'@charset "UTF-8";.tag-point-click-helper.svelte-7aiuwz.svelte-7aiuwz{position:absolute;pointer-events:auto;cursor:pointer;width:calc(100% + 0.75rem);height:calc(100% + 0.75rem);left:50%;top:50%;transform:translate(-50%, -50%)}.tag-point-wrapper.svelte-7aiuwz.svelte-7aiuwz{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.tag-folded-point.svelte-7aiuwz.svelte-7aiuwz,.tag-unfolded-point.svelte-7aiuwz.svelte-7aiuwz{transition:all 0.5s}.tag-point-wrapper.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;border-radius:50%}.tag-point-wrapper.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0.3125rem;height:0.3125rem;border-radius:50%;background-color:white}.tag-point-wrapper.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz:before{content:"";position:absolute;width:0.875rem;height:0.875rem;border-radius:50%;background-color:rgba(0, 0, 0, 0.2)}.tag-point-wrapper.folded.svelte-7aiuwz .tag-folded-point.svelte-7aiuwz{opacity:1;scale:1}.tag-point-wrapper.folded.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz{opacity:0;scale:1}.tag-point-wrapper.unfolded.svelte-7aiuwz .tag-folded-point.svelte-7aiuwz{opacity:0;scale:0.2}.tag-point-wrapper.unfolded.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz{opacity:1;scale:1}')}function w2(n){let t,e,i,s,o,r,a,l,c,h,u,f;return s=new Wt({props:{center:!0,blurRadius:15,spreadRadius:5,opacity:.3}}),c=new Og({props:{icon:n[2],width:n[1]}}),c.$on("iconLoaded",n[7]),{c(){t=S("div"),e=S("div"),i=$(),se(s.$$.fragment),o=$(),r=S("div"),a=$(),l=S("div"),se(c.$$.fragment),C(e,"class","tag-point-click-helper svelte-7aiuwz"),C(r,"class","tag-unfolded-point svelte-7aiuwz"),T(r,"transition-delay",(n[3]?n[5]:0)+"ms"),C(l,"class","tag-folded-point svelte-7aiuwz"),T(l,"transition-delay",(n[3]?n[5]:0)+"ms"),C(t,"class","tag-point-wrapper svelte-7aiuwz"),K(t,"unfolded",n[0]),K(t,"folded",n[3])},m(g,A){B(g,t,A),L(t,e),L(t,i),ie(s,t,null),L(t,o),L(t,r),L(t,a),L(t,l),ie(c,l,null),h=!0,u||(f=Ae(e,"click",n[4]),u=!0)},p(g,[A]){A&8&&T(r,"transition-delay",(g[3]?g[5]:0)+"ms");const p={};A&4&&(p.icon=g[2]),A&2&&(p.width=g[1]),c.$set(p),A&8&&T(l,"transition-delay",(g[3]?g[5]:0)+"ms"),(!h||A&1)&&K(t,"unfolded",g[0]),(!h||A&8)&&K(t,"folded",g[3])},i(g){h||(x(s.$$.fragment,g),x(c.$$.fragment,g),h=!0)},o(g){O(s.$$.fragment,g),O(c.$$.fragment,g),h=!1},d(g){g&&z(t),ne(s),ne(c),u=!1,f()}}}function C2(n,t,e){let i,s,o,r;const a=Ii("hooks");let{tag:l}=t,c,h=!1;const u=()=>{c!==void 0&&clearTimeout(c),h=!0,c=setTimeout(()=>{h=!1},800)},f=p=>{h||a.emit("click",{event:p,target:"TagPoint",tag:l})},g=(()=>l.contentType==="Text"&&l.data.appearance==="plane"?500:800)();function A(p){Jn.call(this,n,p)}return n.$$set=p=>{"tag"in p&&e(6,l=p.tag)},n.$$.update=()=>{var p,m,v,y;n.$$.dirty&64&&e(0,i=(p=l.state)==null?void 0:p.unfolded),n.$$.dirty&1&&e(3,s=!i),n.$$.dirty&64&&e(2,o=(v=(m=l.style)==null?void 0:m.point)!=null&&v.url?(y=l.style)==null?void 0:y.point:{url:uy}),n.$$.dirty&64&&e(1,r=(()=>{var k,I,j,R;const P=(I=(k=l.style)==null?void 0:k.point)==null?void 0:I.width;if(typeof P=="number")return P;const E=(R=(j=l.style)==null?void 0:j.point)==null?void 0:R.size;if(typeof E=="number")return E;if(E==="S")return 18;if(E==="M")return 20;if(E==="L")return 24;if(E==="XL")return 28})())},u(),[i,r,o,s,f,g,l,A]}class P2 extends ce{constructor(t){super(),le(this,t,C2,w2,ae,{tag:6},y2)}}function I2(n){ge(n,"svelte-g38zun",".tag.svelte-g38zun{will-change:opacity}.tag.withAnimation.svelte-g38zun{transition:opacity 0.2s linear}.tag.enableZIndex.svelte-g38zun{position:absolute;left:0;top:0;width:100%;height:100%}.tag.hide.svelte-g38zun{opacity:0;pointer-events:none}.tag.hide.svelte-g38zun *{pointer-events:none !important}.tag.unClickable.svelte-g38zun{pointer-events:none !important}.tag.unClickable.svelte-g38zun *{pointer-events:none !important}.tag.disable.svelte-g38zun{display:none}.wrapper.svelte-g38zun{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto}")}function lu(n){let t,e,i,s,o,r,a,l,c,h;const u=[M2,E2],f=[];function g(v,y){return v[16]?0:1}i=g(n),s=f[i]=u[i](n);const A=[x2,k2],p=[];function m(v,y){return v[15]?0:1}return r=m(n),a=p[r]=A[r](n),{c(){t=S("div"),e=S("div"),s.c(),o=$(),a.c(),C(e,"class",l=_e(vt("wrapper",n[1].className?`${n[1].className}__wrapper`:void 0))+" svelte-g38zun"),C(e,"data-tag-unfolded",n[7]),C(e,"data-tag-id",n[14]),C(e,"data-content-type",c=n[1].contentType),T(e,"left",n[11]),T(e,"top",n[10]),C(t,"class","tag svelte-g38zun"),C(t,"data-tag-id",n[14]),K(t,"unClickable",n[1].config.clickable===!1),K(t,"disable",n[13]),K(t,"hide",n[12]),K(t,"withAnimation",n[0]),K(t,"enableZIndex",n[9]),T(t,"z-index",n[9])},m(v,y){B(v,t,y),L(t,e),f[i].m(e,null),L(e,o),p[r].m(e,null),h=!0},p(v,y){let P=i;i=g(v),i===P?f[i].p(v,y):(ue(),O(f[P],1,1,()=>{f[P]=null}),fe(),s=f[i],s?s.p(v,y):(s=f[i]=u[i](v),s.c()),x(s,1),s.m(e,o));let E=r;r=m(v),r===E?p[r].p(v,y):(ue(),O(p[E],1,1,()=>{p[E]=null}),fe(),a=p[r],a?a.p(v,y):(a=p[r]=A[r](v),a.c()),x(a,1),a.m(e,null)),(!h||y&2&&l!==(l=_e(vt("wrapper",v[1].className?`${v[1].className}__wrapper`:void 0))+" svelte-g38zun"))&&C(e,"class",l),(!h||y&128)&&C(e,"data-tag-unfolded",v[7]),(!h||y&16384)&&C(e,"data-tag-id",v[14]),(!h||y&2&&c!==(c=v[1].contentType))&&C(e,"data-content-type",c),y&2048&&T(e,"left",v[11]),y&1024&&T(e,"top",v[10]),(!h||y&16384)&&C(t,"data-tag-id",v[14]),(!h||y&2)&&K(t,"unClickable",v[1].config.clickable===!1),(!h||y&8192)&&K(t,"disable",v[13]),(!h||y&4096)&&K(t,"hide",v[12]),(!h||y&1)&&K(t,"withAnimation",v[0]),(!h||y&512)&&K(t,"enableZIndex",v[9]),y&512&&T(t,"z-index",v[9])},i(v){h||(x(s),x(a),h=!0)},o(v){O(s),O(a),h=!1},d(v){v&&z(t),f[i].d(),p[r].d()}}}function E2(n){let t;return{c(){t=S("div"),C(t,"data-info","tag point is disable")},m(e,i){B(e,t,i)},p:J,i:J,o:J,d(e){e&&z(t)}}}function M2(n){let t,e;return t=new P2({props:{tag:n[1]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=i[1]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function k2(n){let t;return{c(){t=S("div"),C(t,"data-info","tag content is disable")},m(e,i){B(e,t,i)},p:J,i:J,o:J,d(e){e&&z(t)}}}function x2(n){let t,e;return t=new Bg({props:{mediaStore:n[2],withAnimation:n[0],tag:Ye(n[1]),hooks:n[17],state:n[5],temporaryState:n[6],rendererMap:n[3],contentTypeMap:n[4]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&4&&(o.mediaStore=i[2]),s&1&&(o.withAnimation=i[0]),s&2&&(o.tag=Ye(i[1])),s&32&&(o.state=i[5]),s&64&&(o.temporaryState=i[6]),s&8&&(o.rendererMap=i[3]),s&16&&(o.contentTypeMap=i[4]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function D2(n){let t,e,i=n[8]&&lu(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[8]?i?(i.p(s,o),o&256&&x(i,1)):(i=lu(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function S2(n,t,e){let i,s,o,r,a,l,c,h,u,f,{withAnimation:g=!1}=t,{tag:A}=t,{mediaStore:p}=t,{rendererMap:m=new Map}=t,{contentTypeMap:v=new Map}=t,{state:y}=t,{temporaryState:P}=t;const E=Ii("hooks");return n.$$set=k=>{"withAnimation"in k&&e(0,g=k.withAnimation),"tag"in k&&e(1,A=k.tag),"mediaStore"in k&&e(2,p=k.mediaStore),"rendererMap"in k&&e(3,m=k.rendererMap),"contentTypeMap"in k&&e(4,v=k.contentTypeMap),"state"in k&&e(5,y=k.state),"temporaryState"in k&&e(6,P=k.temporaryState)},n.$$.update=()=>{var k,I,j,R;n.$$.dirty&10&&e(16,i=(()=>{var U,W,N;return!(((W=(U=A.style)==null?void 0:U.point)==null?void 0:W.enabled)===!1||((N=m.get(A.contentType))==null?void 0:N.usePoint)===!1||A.contentType==="Sticker"||A.contentType==="Link"||A.contentType==="VRLink"||A.contentType==="PanoLink"||A.contentType==="Panorama"||A.contentType==="Audio"&&A.data.appearance==="plane")})()),n.$$.dirty&2&&e(15,s=(()=>A.stickType==="2DPoint")()),n.$$.dirty&2&&e(14,o=A.id),n.$$.dirty&2&&e(13,r=A.enabled===!1||!A.state),n.$$.dirty&2&&e(12,a=!((k=A.state)!=null&&k.visible)||((I=A.temporaryState)==null?void 0:I.visible)===!1||!A.screenPosition),n.$$.dirty&2&&e(7,l=(j=A.state)==null?void 0:j.unfolded),n.$$.dirty&2&&e(8,c=A.screenPosition),n.$$.dirty&256&&e(11,h=(c==null?void 0:c.leftPercent)+"%"),n.$$.dirty&256&&e(10,u=(c==null?void 0:c.topPercent)+"%"),n.$$.dirty&130&&e(9,f=l?((R=A.zIndex)!=null?R:0)+(l?1e6:0):void 0)},[g,A,p,m,v,y,P,l,c,f,u,h,a,r,o,s,i,E]}class T2 extends ce{constructor(t){super(),le(this,t,S2,D2,ae,{withAnimation:0,tag:1,mediaStore:2,rendererMap:3,contentTypeMap:4,state:5,temporaryState:6},I2)}}function L2(n){ge(n,"svelte-38qb2t",".tag--container.svelte-38qb2t{box-sizing:border-box;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translate3d(0, 0, 0);z-index:1}.withAnimation.svelte-38qb2t{transition:opacity 0.2s linear}.tag--container.hide.svelte-38qb2t{opacity:0;pointer-events:none}.tag--container.hide.svelte-38qb2t *{pointer-events:none !important}")}function cu(n,t,e){const i=n.slice();return i[8]=t[e],i}function hu(n){let t,e=[],i=new Map,s,o=n[1];const r=a=>a[8].id;for(let a=0;a<o.length;a+=1){let l=cu(n,o,a),c=r(l);i.set(c,e[a]=du(c,l))}return{c(){t=S("div");for(let a=0;a<e.length;a+=1)e[a].c();C(t,"class","tag--container svelte-38qb2t"),K(t,"hide",!n[5].visible||!n[6].visible),K(t,"withAnimation",n[0])},m(a,l){B(a,t,l);for(let c=0;c<e.length;c+=1)e[c]&&e[c].m(t,null);s=!0},p(a,l){l&127&&(o=a[1],ue(),e=_t(e,l,r,1,a,o,i,t,Si,du,null,cu),fe()),(!s||l&96)&&K(t,"hide",!a[5].visible||!a[6].visible),(!s||l&1)&&K(t,"withAnimation",a[0])},i(a){if(!s){for(let l=0;l<o.length;l+=1)x(e[l]);s=!0}},o(a){for(let l=0;l<e.length;l+=1)O(e[l]);s=!1},d(a){a&&z(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}function du(n,t){let e,i,s;return i=new T2({props:{state:t[5],temporaryState:t[6],withAnimation:t[0],tag:t[8],mediaStore:t[2],rendererMap:t[3],contentTypeMap:t[4]}}),{key:n,first:null,c(){e=we(),se(i.$$.fragment),this.first=e},m(o,r){B(o,e,r),ie(i,o,r),s=!0},p(o,r){t=o;const a={};r&32&&(a.state=t[5]),r&64&&(a.temporaryState=t[6]),r&1&&(a.withAnimation=t[0]),r&2&&(a.tag=t[8]),r&4&&(a.mediaStore=t[2]),r&8&&(a.rendererMap=t[3]),r&16&&(a.contentTypeMap=t[4]),i.$set(a)},i(o){s||(x(i.$$.fragment,o),s=!0)},o(o){O(i.$$.fragment,o),s=!1},d(o){o&&z(e),ne(i,o)}}}function j2(n){let t,e,i=n[5].enabled&&hu(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[5].enabled?i?(i.p(s,o),o&32&&x(i,1)):(i=hu(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function z2(n,t,e){let{withAnimation:i=!1}=t,{tags:s=[]}=t,{hooks:o}=t,{mediaStore:r}=t,{rendererMap:a}=t,{contentTypeMap:l}=t,{state:c}=t,{temporaryState:h}=t;return Ga("hooks",o),n.$$set=u=>{"withAnimation"in u&&e(0,i=u.withAnimation),"tags"in u&&e(1,s=u.tags),"hooks"in u&&e(7,o=u.hooks),"mediaStore"in u&&e(2,r=u.mediaStore),"rendererMap"in u&&e(3,a=u.rendererMap),"contentTypeMap"in u&&e(4,l=u.contentTypeMap),"state"in u&&e(5,c=u.state),"temporaryState"in u&&e(6,h=u.temporaryState)},[i,s,r,a,l,c,h,o]}class O2 extends ce{constructor(t){super(),le(this,t,z2,j2,ae,{withAnimation:0,tags:1,hooks:7,mediaStore:2,rendererMap:3,contentTypeMap:4,state:5,temporaryState:6},L2)}}const B2=new fm.GLTFLoader;function V2(n){return new Promise((t,e)=>{function i(o){t(o)}function s(o){e(o)}B2.load(n,i,void 0,s)})}const R2=new Map,H2=new Map;class N2 extends Ow{constructor(e){super(e);d(this,"rendererMap",new Map);d(this,"contentTypeMap",new Map);d(this,"group",new _.Group);d(this,"imagePlaneGroup",new _.Group);d(this,"gltfObjectGroup",new _.Group);d(this,"enabledModelTagSet",new Set);d(this,"temporaryState",{visible:!0});d(this,"TagContainerSvelte");d(this,"loadModel",e=>G(this,null,function*(){var a;const i=e.data.modelUrl;if(!i)return;e.loading=!0;const s=V2(i).then(l=>{var u;const c=Object.assign(l.scene,{customID:e.id,isTagModel:!0,removeEventListener:this.getTagConfig(e).clickable===!1?()=>{}:this.addObjectClickHandler(e,l.scene,f=>{this.hooks.emit("click",{target:"TagModel",tag:e,event:f})})});return c.visible=this.getCurrentVisibleState(e),new _.Matrix4().fromArray(e.matrix).decompose(c.position,c.quaternion,c.scale),c.updateWorldMatrix(!0,!0),c.visible=this.getVisible(e),(u=this.getTagConfig(e).modelConfig)!=null&&u.autoLookAtEnabled&&c.lookAt(this.five.camera.position.clone().setY(c.position.y)),c});e.model={promise:s};const o=yield s;if(e.loading=!1,((a=e.model)==null?void 0:a.promise)!==s||!this.tags.includes(e))return;e.model.object=o;const r=this.gltfObjectGroup.children.find(l=>l.customID===e.id);if(r&&(this.gltfObjectGroup.remove(r),r.removeEventListener()),this.updateRender3DDomTag(),Kt(e)){if(this.getRenderType(e)==="Mesh"&&!e.mediaPlane){const l=e.data.mediaPosition.map(ui);e.mediaPlane=new Yh(e.data.mediaData[0].url,e.data.mediaPosition.map(ui),{objectFit:e.data.objectFit});const c=new _.Vector3().addVectors(l[0],l[2]).divideScalar(2);e.mediaPlane.position.copy(c),o.add(e.mediaPlane)}this.getRenderType(e)!=="Mesh"&&(o.updateTagCss3DObjectMatrix=()=>this.updateTagCss3DObjectMatrix(e,o),o.updateTagCss3DObjectMatrix())}return this.gltfObjectGroup.add(o),o}));this.group.name="PanoTagPluginModelGroup",this.gltfObjectGroup.name="PanoTagPluginGLTFObjectGroup",this.imagePlaneGroup.name="ImagePlaneGroup",this.group.add(this.gltfObjectGroup),this.group.add(this.imagePlaneGroup)}registerRenderer(e,i,s){var o;this.rendererMap.set(e,{renderer:i,usePoint:(o=s==null?void 0:s.usePoint)!=null?o:!1})}bindRenderer(e,i){this.contentTypeMap.set(e,i)}clearTags(){this.tags.length&&(this.tags.forEach(e=>{var i,s;(s=(i=e.mediaPlane)==null?void 0:i.parent)==null||s.remove(e.mediaPlane)}),this.tags=[],this.disposeAllCSS3DContainer(),this.updateRenderAllTags()),this.enabledModelTagSet.clear(),this.clearCache()}updateRenderAllTags(){this.enabledModelTagSet.clear(),this.tags.forEach(e=>e.stickType==="Model"&&this.enabledModelTagSet.add(e.id)),this.updateRenderPointTag(),this.updateRender3DDomTag(),this.updateRenderModelTag(),this.updateRenderImagePlane(),this.updateRenderVideoPlane()}updateRenderVideoPlane(){this.filterImagePlane.filter(i=>{var s,o;return((o=(s=i.data.mediaData)==null?void 0:s[0])==null?void 0:o.type)==="Video"}).forEach(i=>{var h;const s=i.data.mediaData[0];if(!s)return;const{url:o}=s;if(!o)return;const r=this.getCurrentVisibleState(i),a=(()=>!!(i.mediaPlane&&!r))(),l=(()=>!!(!i.mediaPlane&&r))(),c=(()=>!!(i.mediaPlane&&i.mediaPlane.src!==o))();if((a||c)&&i.mediaPlane&&(this.imagePlaneGroup.remove(i.mediaPlane),i.mediaPlane.dispose(),i.mediaPlane.removeFromParent(),i.mediaPlane=void 0),l||c){const u=i.position.map(ui),f=new mg(o,u,{videoCoverSrc:s.videoCoverUrl,playButton:i.data.playIcon,paused:!((h=i.data.autoplayConfig)!=null&&h.autoplayVideo),objectFit:i.data.objectFit,videoTextureMap:R2,ImageTextureMap:H2,domEvents:this.domEvents});f.onVideoReady=A=>{A.addEventListener("play",()=>this.mediaStore.set({currentMediaElement:f.videoInstance}))};const g=A=>(this.five.on("renderFrame",A),()=>this.five.off("renderFrame",A));f.initialRenderHooks(g),i.mediaPlane=f,this.imagePlaneGroup.add(i.mediaPlane)}})}updateRenderImagePlane(){this.filterImagePlane.filter(i=>{var s,o;return((o=(s=i.data.mediaData)==null?void 0:s[0])==null?void 0:o.type)==="Image"}).forEach(i=>{const{url:s}=i.data.mediaData[0];if(!s)return;const o=i.position.map(ui),r=this.getCurrentVisibleState(i),a=(()=>!!(i.mediaPlane&&!r))(),l=(()=>!!(!i.mediaPlane&&r))(),c=(()=>!!(i.mediaPlane&&i.mediaPlane.src!==s))();(a||c)&&i.mediaPlane&&(this.imagePlaneGroup.remove(i.mediaPlane),i.mediaPlane.dispose(),i.mediaPlane.removeFromParent(),i.mediaPlane=void 0),(l||c)&&(i.mediaPlane=new Yh(s,o,{objectFit:i.data.objectFit}),this.getTagConfig(i).clickable!==!1&&this.domEvents.addAutoBindEventListener(i.mediaPlane,"click",h=>{this.hooks.emit("click",{tag:i,target:"TagContent",event:h.origDomEvent})},{noEmitWhenHide:!0}),this.imagePlaneGroup.add(i.mediaPlane))})}updateRender3DDomTag(){this.filterCSS3DTag.forEach(i=>{var s,o,r;if(i.tag3DContentSvelte){const{svelteApp:a,css3DInstance:l,initialNormal:c,currentNormal:h}=i.tag3DContentSvelte;if(a.$set({tag:i,hooks:this.hooks,state:this.state,temporaryState:this.temporaryState}),!c.equals(h)){const u=new _.Quaternion().setFromUnitVectors(c,h);l.css3DObject.setRotationFromQuaternion(u)}return}else{if(Kt(i)&&!((s=i.model)!=null&&s.object)||((o=i.state)==null?void 0:o.visible)===!1||!this.state.visible||!this.state.enabled)return;if(this.css3DRenderPlugin||(this.css3DRenderPlugin=hl(this.five)),i.stickType==="3DPoint"&&!i.normal)return console.error("updateRenderPlaneTag: 三维点标签缺少法向量!");const a=this.getPositions(i);if(!a)return;const l=this.getTagNormal(i);if(!l)return;const c=this.getTagConfig(i),h=D({wrapperStyle:{zIndex:this.calculateTagZIndex(i).toString()}},c.tag3DConfig);if(this.getRenderType(i)==="BehindDom"||h.mode==="behind"){h.mode="behind",h.container=document.createElement("div");const g="black";h.container.style.backgroundColor=g,h.container.style.border=`3px solid ${g}`,this.css3DRenderPlugin.hooks.on("render",()=>{var A;if(u.css3DObject.opacityMesh&&c.clickable!==!1){const p=this.addObjectClickHandler(i,u.css3DObject.opacityMesh,m=>{this.hooks.emit("click",{event:m,target:"TagContent",tag:i})});(A=this.store.css3DRenderDisposer.get(i.id))==null||A.push(p)}})}const u=this.css3DRenderPlugin.create3DDomContainer(a,h);if(!u)return;this.store.css3DRenderDisposer.set(i.id,[u.dispose]);const f=new Bg({target:u.container,props:{tag:i,hooks:this.hooks,state:this.state,mediaStore:this.mediaStore,temporaryState:this.temporaryState}});i.tag3DContentSvelte={svelteApp:f,domContainer:u,css3DInstance:u,initialNormal:l,currentNormal:l,dispose:()=>{f.$destroy(),u.dispose()}},Kt(i)&&((r=i.model)!=null&&r.object)&&this.updateTagCss3DObjectMatrix(i,i.model.object)}}),this.clearUnusedPanelTag()}updateRenderModelTag(){const e=o=>!this.enabledModelTagSet.has(o.customID),i=this.gltfObjectGroup.children.filter(e);i.forEach(o=>o.removeEventListener()),this.gltfObjectGroup.remove(...i),this.tags.filter(o=>o.stickType==="Model").forEach(o=>{var r;(r=o.model)==null||r.promise.then(a=>{a.visible=this.getCurrentVisibleState(o)})}),this.five.needsRender=!0}updateTagModelVisible(){this.tags.forEach(e=>{var s;const i=this.getCurrentVisibleState(e);i===!0&&this.getRenderType(e)&&!e.tag3DContentSvelte&&this.updateRender3DDomTag(),e.mediaPlane?e.mediaPlane.visible=i:e.tag3DContentSvelte&&(e.tag3DContentSvelte.css3DInstance.setVisible(i),this.updateDomView()),(s=e.model)!=null&&s.object&&(e.model.object.visible=i)})}updateTagCss3DObjectMatrix(e,i){var p,m,v;const s=(m=(p=this.getTagConfig(e).tag3DConfig)==null?void 0:p.ratio)!=null?m:.00216,o=(v=e.tag3DContentSvelte)==null?void 0:v.css3DInstance.css3DObject;if(!o)return;const r=Kt(e)?e.data.mediaPosition:e.position;if(!r||r.length!==4||!Array.isArray(r[0])||!Array.isArray(r[2]))return;i.updateWorldMatrix(!1,!1);const a=i.matrixWorld,l=new _.Vector3().fromArray(r[0]),c=new _.Vector3().fromArray(r[2]),h=xi(l,c).add(new _.Vector3(0,0,5e-4)),u=new _.Matrix4().setPosition(h),f=new _.Matrix4().makeScale(s,s,s),g=new _.Matrix4().multiply(a).multiply(u).multiply(f);g.decompose(o.position,o.quaternion,o.scale);const A=o.opacityMesh;A&&g.decompose(A.position,A.quaternion,A.scale)}addMediaModelTag(e){return G(this,null,function*(){const i=e.filter(Aw).map(s=>this.loadModel(s));yield Promise.all(i),this.setVisible(),this.updateRenderAllTags()})}setPointTagPosition(){const e=this.filterPointTag;e.length!==0&&e.forEach(i=>{var a;const s=this.getCurrentVisibleState(i),o=(a=i.__Object__)!=null?a:{timeoutId:void 0,inAnimation:!1};if(i.__Object__=o,!s&&i.screenPosition?(o.inAnimation=!0,o.timeoutId=setTimeout(()=>{requestAnimationFrame(()=>{this.getCurrentVisibleState(i)||(o.inAnimation=!1,i.screenPosition=null,this.updateDomView())})},1e3)):o.timeoutId&&(clearTimeout(o.timeoutId),o.inAnimation=!1,o.timeoutId=void 0),!s&&!o.inAnimation)return;const r=this.getTagProject(i);r?i.screenPosition={leftPercent:(r.x+1)/2*100,topPercent:(-r.y+1)/2*100}:i.screenPosition=null})}updateRenderPointTag(){const e=this.filterPointTag;this.setTagZIndex(e),this.setPointTagPosition(),this.updateDomView()}updatePointTagPosition(){this.setPointTagPosition(),this.updateDomView()}updateTagContainerVisible(){var e;(e=this.TagContainerSvelte)==null||e.$set({state:this.state,temporaryState:this.temporaryState,withAnimation:this.store.visibleWithAnimation}),this.filterCSS3DTag.forEach(i=>{var s,o,r,a,l;(a=(o=(s=i.tag3DContentSvelte)==null?void 0:s.css3DInstance)==null?void 0:o.css3DObject)==null||a.setVisible((this.state.visible&&((r=i.state)==null?void 0:r.visible))!==!1),(l=i.tag3DContentSvelte)==null||l.svelteApp.$set({state:this.state,temporaryState:this.temporaryState,withAnimation:this.store.visibleWithAnimation})})}disposeAllCSS3DContainer(){for(const[,e]of this.store.css3DRenderDisposer)e==null||e.forEach(i=>i==null?void 0:i());this.store.css3DRenderDisposer=new Map}clearUnusedPanelTag(){this.filter2DPointTag.forEach(e=>{var i;(i=e.tag3DContentSvelte)==null||i.css3DInstance.dispose(),e.tag3DContentSvelte=void 0});for(const[e,i]of this.store.css3DRenderDisposer){const s=this.getTagById(e);(!s||s.stickType==="2DPoint")&&(i==null||i.forEach(o=>o==null?void 0:o()),this.store.css3DRenderDisposer.delete(e))}}updateDomView(e={}){var s,o;const i=this.filterPointTag.filter(r=>r.state.visible);if(this.TagContainerSvelte)this.TagContainerSvelte.$set({tags:i,state:this.state,temporaryState:this.temporaryState});else{const r=(s=this.five.getElement())==null?void 0:s.parentElement;if(!r)return console.error("updateRenderPlaneTag: tag2DContainer not found");this.TagContainerSvelte=new O2({target:r,props:{hooks:this.hooks,tags:i,state:this.state,temporaryState:this.temporaryState,mediaStore:this.mediaStore,rendererMap:this.rendererMap,contentTypeMap:this.contentTypeMap,withAnimation:(o=e==null?void 0:e.withAnimation)!=null?o:this.store.visibleWithAnimation}})}}}function G2(n){return G(this,null,function*(){return new Promise(t=>{Q2(n)?t():n.once("modelLoaded",()=>t())})})}function Q2(n){return n.model.loaded}class F2{constructor(t){d(this,"plugin");this.plugin=t}closeIntersectRaycaster(){this.plugin.tags.forEach(t=>{var e;en((e=t==null?void 0:t.initialConfig)==null?void 0:e.visibleConfig).intersectRaycaster&&(t.initialConfig.visibleConfig.intersectRaycaster.enabled=!1)}),this.plugin.changeGlobalConfig({visibleConfig:{intersectRaycaster:{enabled:!1}}})}}const Vg="Dnalogel-PanoTagPlugin",_2=n=>`${Vg}--${n}`;class $o extends N2{constructor(e,i){super(e);d(this,"state",{enabled:!0,visible:!0});d(this,"params");d(this,"debug");d(this,"debugUtil",new F2(this));d(this,"changeTagModel",(e,i)=>G(this,null,function*(){e.data=Re({},e.data,i),yield this.loadModel(e),this.updateRenderAllTags()}));d(this,"whyHide",e=>{var s,o,r;if(!this.state.enabled)return{reason:`plugin.state.enabled is ${this.state.enabled}`};if(!this.state.visible)return{reason:`plugin.state.visible is ${this.state.visible}`};const i=this.getTagById(e);if(!i)return{reason:`tag ${e} not found`};if(!i.enabled)return{reason:`tag ${e} enabled is ${i.enabled}`};if(i.stickType==="Model"||i.stickType==="Plane")return{reason:"maybe blocked by the five model"};if(!i.state.visible){const a=(o=(s=this.getPanoIndexCache({panoIndex:this.five.panoIndex,id:e}))==null?void 0:s.__debug_visible_reason__)==null?void 0:o.reason;return{reason:(r=a==null?void 0:a.type)!=null?r:a,reasonObj:a}}return{reason:"check your eyes"}});d(this,"updateVisible",()=>{const e=this.five.getCurrentState().mode;this.tags.forEach(i=>{Kt(i)&&e!=="Panorama"&&this.changeTagMode(i,"behind")}),this.setVisible(),this.updateRenderAllTags()});d(this,"handleFiveWantsMoveToPano",e=>{this.tags.forEach(i=>{this.getVisible(i,{panoIndex:e})&&(i.state.visible=!0);const o=this.getTagConfig(i);typeof o.visibleConfig=="object"&&i.temporaryState&&(o.visibleConfig.keep?i.temporaryState.visible=o.visibleConfig.keep==="visible":i.temporaryState.visible=!!o.visibleConfig.alwaysShowWhenMovePano)}),this.updateTagContainerVisible(),this.updateRenderImagePlane(),this.updateRenderVideoPlane()});d(this,"clickhandler",e=>{if(e.target!=="TagPoint")return;if(!e.tag.state)return console.warn("Clickhandler: params.tag.state is undefined");const i=this.can("fold",e.tag),s=this.can("unfold",e.tag);i&&s&&(e.tag.state.unfolded=!e.tag.state.unfolded,e.tag.state.unfolded&&this.tags.forEach(o=>{o.id!==e.tag.id&&o.state&&this.can("fold",o)&&(o.state.unfolded=!1)}),this.updateRenderAllTags())});d(this,"handleFiveCameraUpdate",()=>{this.updatePointTagPosition()});d(this,"handleFivePanoArrived",()=>G(this,null,function*(){this.setVisible(),this.updatePointTagPosition(),yield this.setVisibleAndUnfolded(),this.tags.forEach(e=>{e.temporaryState=oe(D({},e.temporaryState),{visible:!0})}),this.tags.filter(pw).filter(e=>{var i;return(i=this.getTagConfig(e).modelConfig)==null?void 0:i.autoLookAtEnabled}).forEach(e=>{var c;const i=new w.Mesh(new w.BoxGeometry,new w.MeshBasicMaterial),s=(c=e.model)==null?void 0:c.object;if(!s)return;i.position.copy(s.position),i.quaternion.copy(s.quaternion);const o=this.five.camera.position;i.lookAt(o.clone().setY(i.position.y));const r=s.quaternion.clone(),a=i.quaternion.clone(),l=zn();l.onUpdate(({progress:h})=>{s.quaternion.copy(r.clone().slerp(a,h))}),l.play()}),this.store.visibleWithAnimation=!0,this.updateTagContainerVisible(),this.updateRenderAllTags()}));d(this,"handleFiveModelShownFloorChange",()=>{this.setVisible(),this.updateRenderAllTags()});d(this,"onFiveEveryReady",()=>{this.setUnfoldedByCamera(),jn(this.five.getCurrentState().mode)&&(this.setTagZIndex(this.filterPointTag),this.setVisible(),this.setPointTagPosition()),this.updateDomView({withAnimation:!0}),this.updateRenderVideoPlane(),this.updateRenderImagePlane(),this.updateTagModelVisible()});this.params=Re({},{debug:!1,config:this.config},D({},i)),this.debug=this.params.debug,this.config=this.params.config,Iw(1,{namespace:jl.PlayAudio});try{const s=window;Array.isArray(s.__PANOTAGPLUGIN_DEBUG_LIST__)||(s.__PANOTAGPLUGIN_DEBUG_LIST__=[]),s.__PANOTAGPLUGIN_DEBUG_LIST__.push(this),s.__PANOTAGPLUGIN_DEBUG__=this}catch(s){}}load(e,i){return G(this,null,function*(){var o,r;this.clearTags(),console.debug(Vg," load:",{data:JSON.parse(JSON.stringify(e))}),this.config=Re({},this.config,{globalConfig:(o=e.globalConfig)!=null?o:{},contentTypeConfig:(r=e.contentTypeConfig)!=null?r:{}}),this.store.visibleWithAnimation=!0;const s=yield this.addTag(e.tagList,i);if(this.store.visibleWithAnimation=void 0,this.debug)try{uw(this.five,this.tags)}catch(a){console.error(a)}return s})}addTag(e,i){return G(this,null,function*(){const o=(Array.isArray(e)?e:[e]).filter(r=>r.position).map(r=>{var f,g,A;const a=JSON.parse(JSON.stringify(r.data)),l=r.config?JSON.parse(JSON.stringify(r.config)):{};r.initialConfig=l;const c=this.calculateTagConfig(r),h=this.getTagConfig(r);return r.config=h,oe(D({},r),{enabled:(f=r.enabled)!=null?f:!0,id:(g=r.id)!=null?g:st(),data:(A=h.initialData)!=null&&A.important?Re(r.data,a,h.initialData):Re(r.data,h.initialData,a),state:D({visible:void 0,unfolded:!this.can("fold",r)},h.initialState),hooks:new Le.Subscribe,originPosition:r.position,position:(()=>{const p=this.getTransformedPostion(r.position);return Array.isArray(p)?p.map(v=>v.toArray()):p.toArray()})(),initialConfig:l,computedConfig:c,config:h,unfold:()=>this.changeUnfoldedById(r.id,!0),fold:()=>this.changeUnfoldedById(r.id,!1),enable:()=>this.changeEnabledById(r.id,!0),disable:()=>this.changeEnabledById(r.id,!1),destroy:()=>this.destroyTagById(r.id),changeData:p=>this.changeDataById(r.id,p)})});return o.forEach(Cw),this.tags.push(...o),this.tagsLengthWillUpdate=!0,G2(this.five).then(()=>G(this,null,function*(){var r,a,l;this.store.eventListenerDisposer&&((a=(r=this.store).eventListenerDisposer)==null||a.call(r)),this.state.enabled&&this.handleEnable(),this.addResizeListener(),this.clearUnusedPanelTag(),this.addMediaModelTag(o),this.setVisibleAndUnfolded({withAnimation:(l=i==null?void 0:i.withAnimation)!=null?l:!0}),this.updatePointTagPosition(),this.updateRenderAllTags()}))})}changeConfig(e,i=!0){i?this.config=Re({},this.config,e):this.config=e,this.updateTagConfig(),this.setVisible(),this.updateRenderAllTags()}changeGlobalConfig(e,i=!0){i?this.config.globalConfig=Re({},this.config.globalConfig,e):this.config.globalConfig=e,this.updateTagConfig(),this.setVisible(),this.updateRenderAllTags()}changeContentTypeConfig(e,i,s=!0){this.config.contentTypeConfig||(this.config.contentTypeConfig={}),s?this.config.contentTypeConfig[e]=Re({},this.config.contentTypeConfig[e],i):this.config.contentTypeConfig[e]=i,this.updateTagConfig(),this.setVisible(),this.updateRenderAllTags()}show(e){return G(this,null,function*(){if(this.checkDisposed())return;const{userAction:i=!0,withAnimation:s=!1}=e!=null?e:{};this.setState({visible:!0},{userAction:i,visibleWithAnimation:s}),this.hooks.emit("show",{userAction:i,withAnimation:s})})}hide(e){return G(this,null,function*(){if(this.checkDisposed())return;const{userAction:i=!0,withAnimation:s=!1}=e!=null?e:{};this.setState({visible:!1},{userAction:i,visibleWithAnimation:s}),this.hooks.emit("hide",{userAction:i,withAnimation:s})})}enable(e){if(this.checkDisposed())return;const{userAction:i=!0}=e!=null?e:{};this.setState({enabled:!0},{userAction:i}),this.hooks.emit("enable",{userAction:i})}disable(e){if(this.checkDisposed())return;const{userAction:i=!0}=e!=null?e:{};this.setState({enabled:!1},{userAction:i}),this.hooks.emit("disable",{userAction:i})}setState(e,i){if(this.checkDisposed())return;const{userAction:s=!0,visibleWithAnimation:o=!1}=i!=null?i:{},r=D({},this.state);this.state=Object.assign(this.state,e),this.store.visibleWithAnimation=o,r.visible!==this.state.visible&&(e.visible?this.handleShow():this.handleHide()),r.enabled!==this.state.enabled&&(e.enabled?this.handleEnable():this.handleDisable()),this.hooks.emit("stateChange",{state:this.state,prevState:r,userAction:s})}dispose(){var e,i,s,o,r,a;this.pauseCurrentMedia(),this.disposeAllCSS3DContainer(),(e=this.TagContainerSvelte)==null||e.$destroy(),this.filterCSS3DTag.forEach(l=>{var c;return(c=l.tag3DContentSvelte)==null?void 0:c.svelteApp.$destroy()}),this.tags=[],(i=this.store.disposers)==null||i.forEach(l=>l==null?void 0:l()),this.store.disposers=[],(o=(s=this.store).eventListenerDisposer)==null||o.call(s),this.store.eventListenerDisposer=void 0,(a=(r=this.store).resizeObserverDisposer)==null||a.call(r),this.store.resizeObserverDisposer=void 0,this.store.resizeObserverDisposerAdding=!1,this.five.scene.remove(this.group),this.group.remove(...this.group.children),this.gltfObjectGroup.remove(...this.gltfObjectGroup.children),this.imagePlaneGroup.remove(...this.imagePlaneGroup.children),this.clearCache(),this.five.needsRender=!0,this.store.disposed=!0,this.hooks.emit("dispose")}changeUnfoldedById(e,i){var a;const s=this.getTagById(e);if(!s)return;const o=this.can("fold",s),r=this.can("unfold",s);if(o&&r){s.state.unfolded=i;const l=this.filterPointTag;(a=this.TagContainerSvelte)==null||a.$set({tags:l})}else console.warn(`tag ${e} cannot be ${i?"unfolded":"folded"}`)}changeEnabledById(e,i){const s=this.getTagById(e);s&&(s.enabled=i,this.updateRenderAllTags())}changeTagNormalById(e,i){const s=this.getTagById(e);s&&s.tag3DContentSvelte&&(s.tag3DContentSvelte.currentNormal=ui(i))}changeDataById(e,i,s=!0){const o=this.getTagById(e);let r=!1;o&&(o.data&&(r=!0),s?o.data=Re(o.data,i):o.data=D(D({},o.data),i),this.clearUnusedPanelTag(),this.updateRenderAllTags(),r&&o.hooks.emit("dataChanged",o.data))}changeStickTypeById(e,i,s=!0){this.changeTagById(e,i,s)}changeTagById(e,i,s=!0){const o=this.getTagById(e);let r=!1;i&&(this.tagsLengthWillUpdate=!0,i.data&&(r=!0),s?Re(o,i):Object.assign(o,i),o!=null&&o.tag3DContentSvelte&&(i!=null&&i.normal)&&(o.tag3DContentSvelte.currentNormal=ui(i.normal)),this.setVisible(),this.updateRenderAllTags(),this.clearUnusedPanelTag(),r&&o.hooks.emit("dataChanged",o.data))}destroyTagById(e){(Array.isArray(e)?e:[e]).forEach(s=>{const o=this.tags.findIndex(r=>r.id===s);o!==-1&&this.tags.splice(o,1)}),this.tagsLengthWillUpdate=!0,this.updateRenderAllTags(),this.updateDomView()}setVisibleAndUnfolded(){return G(this,arguments,function*({withAnimation:e}={withAnimation:!1}){return this.store.visibleWithAnimation=e,this.setVisible(),e?new Promise(i=>{setTimeout(()=>{this.setUnfoldedByPanoIndex(),i()},10)}):(this.setUnfoldedByPanoIndex(),Promise.resolve())})}handleShow(){this.state.visible=!0,this.group.visible=!0,this.updateTagContainerVisible(),this.updateTagModelVisible(),this.five.needsRender=!0}handleHide(){this.pauseCurrentMedia(),this.state.visible=!1,this.group.visible=!1,this.updateTagContainerVisible(),this.updateTagModelVisible(),this.five.needsRender=!0}handleEnable(){this.state.enabled=!0,this.store.eventListenerDisposer=this.addEventListener(),this.five.scene.children.includes(this.group)||this.five.scene.add(this.group),this.group.traverse(e=>{var i;(i=e==null?void 0:e.updateTagCss3DObjectMatrix)==null||i.call(e)}),this.updateRenderAllTags(),this.five.needsRender=!0}handleDisable(){var e,i,s;this.pauseCurrentMedia(),this.state.enabled=!1,(i=(e=this.store).eventListenerDisposer)==null||i.call(e),this.five.scene.remove(this.group),(s=this.TagContainerSvelte)==null||s.$set({tags:[]}),this.filterCSS3DTag.forEach(o=>{var r;(r=o.tag3DContentSvelte)==null||r.dispose(),o.tag3DContentSvelte=void 0}),this.five.needsRender=!0}addEventListener(){const{five:e,hooks:i}=this;let s=!1;const o=Uh(()=>{s||(s=!0,e.ready().then(()=>{this.onFiveEveryReady(),s=!1}))},150);return e.on("cameraUpdate",o),this.updateVisible(),this.handleFivePanoArrived(),e.on("wantsMoveToPano",this.handleFiveWantsMoveToPano),e.on("modeChange",this.updateVisible),e.on("initAnimationEnded",this.updateVisible),e.on("modelShownFloorChange",this.handleFiveModelShownFloorChange),e.on("cameraUpdate",this.handleFiveCameraUpdate),e.on("panoArrived",this.handleFivePanoArrived),e.on("panoArrived",this.loadVideoFirstFrame),i.on("click",this.clickhandler),()=>{e.off("wantsMoveToPano",this.handleFiveWantsMoveToPano),e.off("modeChange",this.updateVisible),e.off("initAnimationEnded",this.updateVisible),e.off("modelShownFloorChange",this.handleFiveModelShownFloorChange),e.off("cameraUpdate",this.handleFiveCameraUpdate),e.off("cameraUpdate",o),e.off("panoArrived",this.handleFivePanoArrived),e.off("panoArrived",this.loadVideoFirstFrame),i.off("click",this.clickhandler),this.store.eventListenerDisposer=void 0}}addResizeListener(){if(!this.store.resizeObserverDisposer&&!this.store.resizeObserverDisposerAdding){const e=this.addResizeObserver();this.store.resizeObserverDisposerAdding=!0,setTimeout(()=>{this.store.resizeObserverDisposer=e,this.store.resizeObserverDisposerAdding=!1},200)}}addResizeObserver(){if(!this.store.disposed)return;const e=this.five.getElement(),i=()=>{this.state.enabled&&(this.show(),this.updateRenderAllTags())},s=()=>{this.state.enabled&&this.hide()},{observe:o,unobserve:r}=Ka(Uh(()=>{this.store.resizeObserverDisposer&&s()},500),e),{observe:a,unobserve:l}=Ka(yw(()=>i(),400),e);return o(),a(),()=>{r(),l()}}setUnfoldedByCamera(){let e=!1;this.filterPointTag.forEach(i=>{const s=this.getUnfoldedByCamera(i);if(i.state&&s!==void 0){if(s===!0&&i.screenPosition){const o=this.getTagConfig(i).unfoldedConfig;en(o).keep!=="unfolded"&&(e=!0)}i.state.unfolded=s}}),e&&this.filterPointTag.forEach(i=>{const s=this.getTagConfig(i).unfoldedConfig;typeof s=="object"&&(s.autoUnfold||s.autoUnfold===!1||en(s.autoUnfold).enable===!1||s.keep)||i.state&&(i.state.unfolded=!1)})}changeTagMode(e,i){var s,o,r,a,l,c;((s=e.config)==null?void 0:s.renderType)!=="Mesh"&&((a=(r=(o=e.tag3DContentSvelte)==null?void 0:o.css3DInstance)==null?void 0:r.css3DObject)==null?void 0:a.mode)!==i&&((l=e.config)!=null&&l.tag3DConfig?e.config.tag3DConfig.mode=i:e.config?e.config.tag3DConfig={mode:i}:e.config={tag3DConfig:{mode:i}},(c=this.store.css3DRenderDisposer.get(e.id))==null||c.forEach(h=>h==null?void 0:h()),e.tag3DContentSvelte=void 0)}}const W2=(n,t)=>new $o(n,t);function U2(n){ge(n,"svelte-4qjwer",".guide-line__tag.svelte-4qjwer.svelte-4qjwer{position:relative}.text-with-distance.svelte-4qjwer.svelte-4qjwer{display:flex;flex-direction:column;position:relative;padding:0.125rem 0.25rem;border-radius:0.125rem;background:linear-gradient(to top, rgba(147, 147, 147, 0.3), rgba(74, 74, 74, 0.3));box-shadow:0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.2)}.text-with-distance.svelte-4qjwer .border.svelte-4qjwer{position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;padding:0.0625rem;border-radius:0.25rem;background:linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;transform:scale(0.5)}.distance-and-name.svelte-4qjwer.svelte-4qjwer{display:flex;gap:0.1875rem}.distance.svelte-4qjwer.svelte-4qjwer{white-space:nowrap;font-size:0.625rem;line-height:0.875rem;color:#66afff}.name.svelte-4qjwer.svelte-4qjwer{opacity:0.6;font-size:0.625rem;line-height:0.875rem;white-space:nowrap;color:#ffffff}.line-name.svelte-4qjwer.svelte-4qjwer{color:#fff;white-space:nowrap;font-size:0.625rem;line-height:0.875rem}.guide-line__tag-point.svelte-4qjwer.svelte-4qjwer{position:absolute;left:50%;bottom:0.0625rem;width:0.4375rem;height:0.125rem;transform:translateX(-50%);background:#fff;border-radius:50%;opacity:0.5}.guide-line__tag-line.svelte-4qjwer.svelte-4qjwer{position:absolute;left:50%;bottom:0.0625rem;width:0.0625rem;height:1.875rem;transform:translateX(-50%);background:linear-gradient(to top, #fff, rgba(255, 255, 255, 0))}.guide-line__tag-content.svelte-4qjwer.svelte-4qjwer{position:absolute;left:-0.9375rem;bottom:1.9375rem;display:flex}.guide-line__tag-icon.svelte-4qjwer.svelte-4qjwer{width:1.875rem;height:1.875rem;background-size:100%}.guide-line__tag-text.svelte-4qjwer.svelte-4qjwer{box-sizing:content-box;height:0.875rem;width:-moz-max-content;width:max-content;margin-top:0.3125rem;transform:translateX(-0.1875rem);white-space:nowrap;font-size:0.625rem;line-height:0.875rem;border:solid transparent;border-width:0.125rem 0.5rem 0.125rem 0.375rem;border-image-slice:6 25 6 18 fill;color:#fff}")}function uu(n){let t,e;return{c(){t=S("div"),e=ke(n[0]),C(t,"class","guide-line__tag-text svelte-4qjwer"),T(t,"border-image-source",`url(${n[6]})`)},m(i,s){B(i,t,s),L(t,e)},p(i,s){s&1&&De(e,i[0])},d(i){i&&z(t)}}}function fu(n){let t,e,i,s,o=n[5]("全程")+"",r,a,l=n[5]("米")+"",c,h,u,f,g,A,p=n[4]&&gu(n);return{c(){t=S("div"),p&&p.c(),e=$(),i=S("div"),s=S("span"),r=ke(o),a=ke(n[2]),c=ke(l),h=$(),u=S("span"),f=ke(n[0]),g=$(),A=S("div"),C(s,"class","distance svelte-4qjwer"),C(u,"class","name svelte-4qjwer"),C(i,"class","distance-and-name svelte-4qjwer"),C(A,"class","border svelte-4qjwer"),C(t,"class","text-with-distance svelte-4qjwer")},m(m,v){B(m,t,v),p&&p.m(t,null),L(t,e),L(t,i),L(i,s),L(s,r),L(s,a),L(s,c),L(i,h),L(i,u),L(u,f),L(t,g),L(t,A)},p(m,v){m[4]?p?p.p(m,v):(p=gu(m),p.c(),p.m(t,e)):p&&(p.d(1),p=null),v&32&&o!==(o=m[5]("全程")+"")&&De(r,o),v&4&&De(a,m[2]),v&32&&l!==(l=m[5]("米")+"")&&De(c,l),v&1&&De(f,m[0])},d(m){m&&z(t),p&&p.d()}}}function gu(n){let t,e;return{c(){t=S("span"),e=ke(n[4]),C(t,"class","line-name svelte-4qjwer")},m(i,s){B(i,t,s),L(t,e)},p(i,s){s&16&&De(e,i[4])},d(i){i&&z(t)}}}function Y2(n){let t,e,i,s,o,r,a,l,c,h=n[0]&&!n[2]&&uu(n),u=n[2]&&fu(n);return{c(){t=S("div"),e=S("div"),i=$(),s=S("div"),o=$(),r=S("div"),a=S("div"),l=$(),h&&h.c(),c=$(),u&&u.c(),C(e,"class","guide-line__tag-point svelte-4qjwer"),C(s,"class","guide-line__tag-line svelte-4qjwer"),C(a,"class","guide-line__tag-icon svelte-4qjwer"),T(a,"background-image",`url(${n[1]})`),C(r,"class","guide-line__tag-content svelte-4qjwer"),C(t,"class","guide-line__tag svelte-4qjwer"),T(t,"opacity",n[3])},m(f,g){B(f,t,g),L(t,e),L(t,i),L(t,s),L(t,o),L(t,r),L(r,a),L(r,l),h&&h.m(r,null),L(r,c),u&&u.m(r,null)},p(f,[g]){g&2&&T(a,"background-image",`url(${f[1]})`),f[0]&&!f[2]?h?h.p(f,g):(h=uu(f),h.c(),h.m(r,c)):h&&(h.d(1),h=null),f[2]?u?u.p(f,g):(u=fu(f),u.c(),u.m(r,null)):u&&(u.d(1),u=null),g&8&&T(t,"opacity",f[3])},i:J,o:J,d(f){f&&z(t),h&&h.d(),u&&u.d()}}}function X2(n,t,e){let{text:i=""}=t,{icon_url:s=""}=t,{distance:o=0}=t,{opacity:r=1}=t,{name:a=""}=t,{i18n:l=h=>h}=t;const c="data:image/png;base64,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";return n.$$set=h=>{"text"in h&&e(0,i=h.text),"icon_url"in h&&e(1,s=h.icon_url),"distance"in h&&e(2,o=h.distance),"opacity"in h&&e(3,r=h.opacity),"name"in h&&e(4,a=h.name),"i18n"in h&&e(5,l=h.i18n)},[i,s,o,r,a,l,c]}class Z2 extends ce{constructor(t){super(),le(this,t,X2,Y2,ae,{text:0,icon_url:1,distance:2,opacity:3,name:4,i18n:5},U2)}}function J2(n){return n.length===0?[]:n.filter((t,e)=>t!==n[e-1])}const q2=`
584
+ width var(--sc-dot-size-animation-time) ease;cursor:pointer;-webkit-tap-highlight-color:transparent;height:var(--sc-dot-size);width:var(--sc-dot-size)}.sc-carousel-dot__dot.svelte-1mgyhhn:hover{opacity:0.9}.sc-carousel-dot__dot_active.svelte-1mgyhhn{opacity:0.7;height:var(--sc-active-dot-size);width:var(--sc-active-dot-size)}`)}function kC(n){let t,e,i;return{c(){t=S("button"),C(t,"class","sc-carousel-button sc-carousel-dot__dot svelte-1mgyhhn"),K(t,"sc-carousel-dot__dot_active",n[0])},m(s,o){B(s,t,o),e||(i=Ae(t,"click",n[1]),e=!0)},p(s,[o]){o&1&&K(t,"sc-carousel-dot__dot_active",s[0])},i:J,o:J,d(s){s&&z(t),e=!1,i()}}}function xC(n,t,e){let{active:i=!1}=t;function s(o){Jn.call(this,n,o)}return n.$$set=o=>{"active"in o&&e(0,i=o.active)},[i,s]}class DC extends ce{constructor(t){super(),le(this,t,xC,kC,ae,{active:0},MC)}}function SC(n){ge(n,"svelte-670fde",".sc-carousel-dots__container.svelte-670fde{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:0 30px}.sc-carousel-dots__dot-container.svelte-670fde{height:calc(var(--sc-dot-size) + 14px);width:calc(var(--sc-dot-size) + 10px);display:flex;align-items:center;justify-content:center}")}function dd(n,t,e){const i=n.slice();return i[5]=t[e],i[7]=e,i}function ud(n,t){let e,i,s,o;function r(){return t[3](t[7])}return i=new DC({props:{active:t[1]===t[7]}}),i.$on("click",r),{key:n,first:null,c(){e=S("div"),se(i.$$.fragment),s=$(),C(e,"class","sc-carousel-dots__dot-container svelte-670fde"),this.first=e},m(a,l){B(a,e,l),ie(i,e,null),L(e,s),o=!0},p(a,l){t=a;const c={};l&3&&(c.active=t[1]===t[7]),i.$set(c)},i(a){o||(x(i.$$.fragment,a),o=!0)},o(a){O(i.$$.fragment,a),o=!1},d(a){a&&z(e),ne(i)}}}function TC(n){let t,e=[],i=new Map,s,o=Array(n[0]);const r=a=>a[7];for(let a=0;a<o.length;a+=1){let l=dd(n,o,a),c=r(l);i.set(c,e[a]=ud(c,l))}return{c(){t=S("div");for(let a=0;a<e.length;a+=1)e[a].c();C(t,"class","sc-carousel-dots__container svelte-670fde")},m(a,l){B(a,t,l);for(let c=0;c<e.length;c+=1)e[c]&&e[c].m(t,null);s=!0},p(a,[l]){l&7&&(o=Array(a[0]),ue(),e=_t(e,l,r,1,a,o,i,t,Si,ud,null,dd),fe())},i(a){if(!s){for(let l=0;l<o.length;l+=1)x(e[l]);s=!0}},o(a){for(let l=0;l<e.length;l+=1)O(e[l]);s=!1},d(a){a&&z(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}function LC(n,t,e){const i=dr();let{pagesCount:s=1}=t,{currentPageIndex:o=0}=t;function r(l){i("pageChange",l)}const a=l=>r(l);return n.$$set=l=>{"pagesCount"in l&&e(0,s=l.pagesCount),"currentPageIndex"in l&&e(1,o=l.currentPageIndex)},[s,o,r,a]}class jC extends ce{constructor(t){super(),le(this,t,LC,TC,ae,{pagesCount:0,currentPageIndex:1},SC)}}const Gn="prev",ki="next";function zC(n){ge(n,"svelte-1bftafx",":root{--sc-arrow-size:2px}.sc-carousel-arrow__circle.svelte-1bftafx{width:20px;height:20px;border-radius:50%;background-color:var(--sc-color-rgb-light-50p);display:flex;align-items:center;justify-content:center;transition:opacity 100ms ease;cursor:pointer;-webkit-tap-highlight-color:transparent}.sc-carousel-arrow__circle.svelte-1bftafx:hover{opacity:0.9}.sc-carousel-arrow__arrow.svelte-1bftafx{border:solid var(--sc-color-hex-dark);border-width:0 var(--sc-arrow-size) var(--sc-arrow-size) 0;padding:var(--sc-arrow-size);position:relative}.sc-carousel-arrow__arrow-next.svelte-1bftafx{transform:rotate(-45deg);left:calc(var(--sc-arrow-size) / -2)}.sc-carousel-arrow__arrow-prev.svelte-1bftafx{transform:rotate(135deg);right:calc(var(--sc-arrow-size) / -2)}.sc-carousel-arrow__circle_disabled.svelte-1bftafx,.sc-carousel-arrow__circle_disabled.svelte-1bftafx:hover{opacity:0.5}")}function OC(n){let t,e,i,s;return{c(){t=S("button"),e=S("i"),C(e,"class","sc-carousel-arrow__arrow svelte-1bftafx"),K(e,"sc-carousel-arrow__arrow-next",n[0]===ki),K(e,"sc-carousel-arrow__arrow-prev",n[0]===Gn),C(t,"class","sc-carousel-button sc-carousel-arrow__circle svelte-1bftafx"),K(t,"sc-carousel-arrow__circle_disabled",n[1])},m(o,r){B(o,t,r),L(t,e),i||(s=Ae(t,"click",n[2]),i=!0)},p(o,[r]){r&1&&K(e,"sc-carousel-arrow__arrow-next",o[0]===ki),r&1&&K(e,"sc-carousel-arrow__arrow-prev",o[0]===Gn),r&2&&K(t,"sc-carousel-arrow__circle_disabled",o[1])},i:J,o:J,d(o){o&&z(t),i=!1,s()}}}function BC(n,t,e){let{direction:i=ki}=t,{disabled:s=!1}=t;function o(r){Jn.call(this,n,r)}return n.$$set=r=>{"direction"in r&&e(0,i=r.direction),"disabled"in r&&e(1,s=r.disabled)},[i,s,o]}class bg extends ce{constructor(t){super(),le(this,t,BC,OC,ae,{direction:0,disabled:1},zC)}}function VC(n){ge(n,"svelte-i7yfid",".sc-carousel-progress__indicator.svelte-i7yfid{height:100%;background-color:var(--sc-color-hex-dark-50p)}")}function RC(n){let t;return{c(){t=S("div"),C(t,"class","sc-carousel-progress__indicator svelte-i7yfid"),T(t,"width",n[0]+"%")},m(e,i){B(e,t,i)},p(e,[i]){i&1&&T(t,"width",e[0]+"%")},i:J,o:J,d(e){e&&z(t)}}}const fd=100;function HC(n,t,e){let i,{value:s=0}=t;return n.$$set=o=>{"value"in o&&e(1,s=o.value)},n.$$.update=()=>{n.$$.dirty&2&&e(0,i=Math.min(Math.max(s*fd,0),fd))},[i,s]}class NC extends ce{constructor(t){super(),le(this,t,HC,RC,ae,{value:1},VC)}}function GC(n,t){n.addEventListener("mousedown",t),n.addEventListener("touchstart",t,{passive:!0})}function QC(n,t){n.removeEventListener("mousedown",t),n.removeEventListener("touchstart",t)}function FC(n,t){n.addEventListener("mouseup",t),n.addEventListener("touchend",t)}function gd(n,t){n.removeEventListener("mouseup",t),n.removeEventListener("touchend",t)}function _C(n,t){n.addEventListener("mousemove",t),n.addEventListener("touchmove",t)}function md(n,t){n.removeEventListener("mousemove",t),n.removeEventListener("touchmove",t)}function Rl(n){return function(t,e){n.dispatchEvent(new CustomEvent(t,{detail:e}))}}const WC=110,UC=9,YC=111,XC=20;function ba(n){if("TouchEvent"in window&&n instanceof TouchEvent){const t=n.touches[0];return{x:t?t.clientX:0,y:t?t.clientY:0}}return{x:n.clientX,y:n.clientY}}function ZC(n,{thresholdProvider:t}){const e=Rl(n);let i,s,o=0,r,a=!1;function l(){return Date.now()-r>=YC&&Math.abs(o)>=XC}function c(f){r=Date.now(),o=0,a=!0;const g=ba(f);i=g.x,s=g.y,e("swipeStart",{x:i,y:s}),_C(window,h),FC(window,u)}function h(f){if(!a)return;const g=ba(f),A=g.x-i,p=g.y-s;i=g.x,s=g.y,e("swipeMove",{x:i,y:s,dx:A,dy:p}),A!==0&&Math.sign(A)!==Math.sign(o)&&(o=0),o+=A,Math.abs(o)>t()&&(e("swipeThresholdReached",{direction:o>0?Gn:ki}),gd(window,u),md(window,h))}function u(f){if(gd(window,u),md(window,h),a=!1,!l()){e("swipeFailed");return}const g=ba(f);e("swipeEnd",{x:g.x,y:g.y})}return GC(n,c),{destroy(){QC(n,c)}}}function JC(n,t){n.addEventListener("mouseenter",t)}function qC(n,t){n.removeEventListener("mouseenter",t)}function KC(n,t){n.addEventListener("mouseleave",t)}function pd(n,t){n.removeEventListener("mouseleave",t)}function $C(n){const t=Rl(n);function e(){KC(n,i),t("hovered",{value:!0})}function i(){t("hovered",{value:!1}),pd(n,i)}return JC(n,e),{destroy(){qC(n,e),pd(n,i)}}}const eP=(n,t)=>{const e=t.x-n.x,i=t.y-n.y;return Math.sqrt(e*e+i*i)};function Sn(n,t,e){return Math.max(n,Math.min(t,e))}function tP(n,t){n.addEventListener("touchstart",t,{passive:!0})}function iP(n,t){n.removeEventListener("touchstart",t)}function nP(n,t){n.addEventListener("touchend",t)}function Ad(n,t){n.removeEventListener("touchend",t)}function sP(n){const t=Rl(n);let e=0,i={x:0,y:0};function s({tapEndedAt:a,tapEndedPos:l}){const c=a-e,h=eP(i,l);return c<=WC&&h<=UC}function o(a){e=Date.now();const l=a.touches[0];i={x:l.clientX,y:l.clientY},nP(n,r)}function r(a){Ad(n,r);const l=a.changedTouches[0];s({tapEndedAt:Date.now(),tapEndedPos:{x:l.clientX,y:l.clientY}})&&t("tapped")}return tP(n,o),{destroy(){iP(n,o),Ad(n,r)}}}function oP({currentParticleIndex:n,particlesCount:t,clonesCountHead:e,clonesCountTotal:i,particlesToScroll:s}){return n===t-e?0:n===0?yg({particlesCountWithoutClones:t-i,particlesToScroll:s})-1:Math.floor((n-e)/s)}function rP({currentParticleIndex:n,particlesToScroll:t}){return Math.ceil(n/t)}function aP({currentParticleIndex:n,particlesCount:t,clonesCountHead:e,clonesCountTotal:i,infinite:s,particlesToScroll:o}){return s?oP({currentParticleIndex:n,particlesCount:t,clonesCountHead:e,clonesCountTotal:i,particlesToScroll:o}):rP({currentParticleIndex:n,particlesToScroll:o})}function yg({particlesCountWithoutClones:n,particlesToScroll:t}){return Math.ceil(n/t)}function lP({particlesCountWithoutClones:n,particlesToScroll:t,particlesToShow:e}){const i=wg({particlesCountWithoutClones:n,particlesToScroll:t,particlesToShow:e});return Math.ceil(n/t)-i}function cP({infinite:n,particlesCountWithoutClones:t,particlesToScroll:e,particlesToShow:i}){return n?yg({particlesCountWithoutClones:t,particlesToScroll:e}):lP({particlesCountWithoutClones:t,particlesToScroll:e,particlesToShow:i})}function hP({pageIndex:n,clonesCountHead:t,clonesCountTail:e,particlesToScroll:i,particlesCount:s}){return Sn(0,Math.min(t+n*i,s-e),s-1)}function dP({pageIndex:n,particlesToScroll:t,particlesCount:e,particlesToShow:i}){return Sn(0,Math.min(n*t,e-i),e-1)}function ya({infinite:n,pageIndex:t,clonesCountHead:e,clonesCountTail:i,particlesToScroll:s,particlesCount:o,particlesToShow:r}){return n?hP({pageIndex:t,clonesCountHead:e,clonesCountTail:i,particlesToScroll:s,particlesCount:o}):dP({pageIndex:t,particlesToScroll:s,particlesCount:o,particlesToShow:r})}function uP({particlesContainerChildren:n,particleWidth:t}){for(let e=0;e<n.length;e++)n[e].style.minWidth=`${t}px`,n[e].style.maxWidth=`${t}px`}function wg({particlesToScroll:n,particlesToShow:t,particlesCountWithoutClones:e}){const i=n-t;let s=t;for(;;){const o=e-s-i;if(o<t)return Math.max(o,0);s+=t+i}}function fP(n){return new ResizeObserver(t=>{n({width:t[0].contentRect.width})})}function gP({clonesCountHead:n,clonesCountTail:t,particlesContainerChildren:e}){const i=[];for(let r=0;r<t;r++)i.push(e[r].cloneNode(!0));const s=[],o=e.length;for(let r=o-1;r>o-1-n;r--)s.push(e[r].cloneNode(!0));return{clonesToAppend:i,clonesToPrepend:s}}function mP({particlesContainer:n,clonesToAppend:t,clonesToPrepend:e}){for(let i=0;i<t.length;i++)n.append(t[i]);for(let i=0;i<e.length;i++)n.prepend(e[i])}function pP({infinite:n,particlesToShow:t,partialPageSize:e}){const i=n?{head:Math.ceil(e||t),tail:Math.ceil(t)}:{head:0,tail:0};return oe(D({},i),{total:i.head+i.tail})}const ks=(n,t,e)=>{if(n&&n.hasOwnProperty(t))return n[t];if(e===void 0)throw new Error(`Required arg "${t}" was not provided`);return e},$a=n=>t=>{n[t]&&n[t]()};var AP="Expected a function",Cg="__lodash_hash_undefined__",Pg=1/0,vP="[object Function]",bP="[object GeneratorFunction]",yP="[object Symbol]",wP=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,CP=/^\w*$/,PP=/^\./,IP=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,EP=/[\\^$.*+?()[\]{}|]/g,MP=/\\(\\)?/g,kP=/^\[object .+?Constructor\]$/,xP=typeof jt=="object"&&jt&&jt.Object===Object&&jt,DP=typeof self=="object"&&self&&self.Object===Object&&self,Hl=xP||DP||Function("return this")();function SP(n,t){return n==null?void 0:n[t]}function TP(n){var t=!1;if(n!=null&&typeof n.toString!="function")try{t=!!(n+"")}catch(e){}return t}var LP=Array.prototype,jP=Function.prototype,Ig=Object.prototype,wa=Hl["__core-js_shared__"],vd=function(){var n=/[^.]+$/.exec(wa&&wa.keys&&wa.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""}(),Eg=jP.toString,Nl=Ig.hasOwnProperty,Mg=Ig.toString,zP=RegExp("^"+Eg.call(Nl).replace(EP,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),bd=Hl.Symbol,OP=LP.splice,BP=kg(Hl,"Map"),Os=kg(Object,"create"),yd=bd?bd.prototype:void 0,wd=yd?yd.toString:void 0;function tn(n){var t=-1,e=n?n.length:0;for(this.clear();++t<e;){var i=n[t];this.set(i[0],i[1])}}function VP(){this.__data__=Os?Os(null):{}}function RP(n){return this.has(n)&&delete this.__data__[n]}function HP(n){var t=this.__data__;if(Os){var e=t[n];return e===Cg?void 0:e}return Nl.call(t,n)?t[n]:void 0}function NP(n){var t=this.__data__;return Os?t[n]!==void 0:Nl.call(t,n)}function GP(n,t){var e=this.__data__;return e[n]=Os&&t===void 0?Cg:t,this}tn.prototype.clear=VP;tn.prototype.delete=RP;tn.prototype.get=HP;tn.prototype.has=NP;tn.prototype.set=GP;function Kn(n){var t=-1,e=n?n.length:0;for(this.clear();++t<e;){var i=n[t];this.set(i[0],i[1])}}function QP(){this.__data__=[]}function FP(n){var t=this.__data__,e=vr(t,n);if(e<0)return!1;var i=t.length-1;return e==i?t.pop():OP.call(t,e,1),!0}function _P(n){var t=this.__data__,e=vr(t,n);return e<0?void 0:t[e][1]}function WP(n){return vr(this.__data__,n)>-1}function UP(n,t){var e=this.__data__,i=vr(e,n);return i<0?e.push([n,t]):e[i][1]=t,this}Kn.prototype.clear=QP;Kn.prototype.delete=FP;Kn.prototype.get=_P;Kn.prototype.has=WP;Kn.prototype.set=UP;function rn(n){var t=-1,e=n?n.length:0;for(this.clear();++t<e;){var i=n[t];this.set(i[0],i[1])}}function YP(){this.__data__={hash:new tn,map:new(BP||Kn),string:new tn}}function XP(n){return br(this,n).delete(n)}function ZP(n){return br(this,n).get(n)}function JP(n){return br(this,n).has(n)}function qP(n,t){return br(this,n).set(n,t),this}rn.prototype.clear=YP;rn.prototype.delete=XP;rn.prototype.get=ZP;rn.prototype.has=JP;rn.prototype.set=qP;function vr(n,t){for(var e=n.length;e--;)if(lI(n[e][0],t))return e;return-1}function KP(n,t){t=iI(t,n)?[t]:tI(t);for(var e=0,i=t.length;n!=null&&e<i;)n=n[rI(t[e++])];return e&&e==i?n:void 0}function $P(n){if(!Dg(n)||sI(n))return!1;var t=cI(n)||TP(n)?zP:kP;return t.test(aI(n))}function eI(n){if(typeof n=="string")return n;if(Ql(n))return wd?wd.call(n):"";var t=n+"";return t=="0"&&1/n==-Pg?"-0":t}function tI(n){return xg(n)?n:oI(n)}function br(n,t){var e=n.__data__;return nI(t)?e[typeof t=="string"?"string":"hash"]:e.map}function kg(n,t){var e=SP(n,t);return $P(e)?e:void 0}function iI(n,t){if(xg(n))return!1;var e=typeof n;return e=="number"||e=="symbol"||e=="boolean"||n==null||Ql(n)?!0:CP.test(n)||!wP.test(n)||t!=null&&n in Object(t)}function nI(n){var t=typeof n;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?n!=="__proto__":n===null}function sI(n){return!!vd&&vd in n}var oI=Gl(function(n){n=dI(n);var t=[];return PP.test(n)&&t.push(""),n.replace(IP,function(e,i,s,o){t.push(s?o.replace(MP,"$1"):i||e)}),t});function rI(n){if(typeof n=="string"||Ql(n))return n;var t=n+"";return t=="0"&&1/n==-Pg?"-0":t}function aI(n){if(n!=null){try{return Eg.call(n)}catch(t){}try{return n+""}catch(t){}}return""}function Gl(n,t){if(typeof n!="function"||t&&typeof t!="function")throw new TypeError(AP);var e=function(){var i=arguments,s=t?t.apply(this,i):i[0],o=e.cache;if(o.has(s))return o.get(s);var r=n.apply(this,i);return e.cache=o.set(s,r),r};return e.cache=new(Gl.Cache||rn),e}Gl.Cache=rn;function lI(n,t){return n===t||n!==n&&t!==t}var xg=Array.isArray;function cI(n){var t=Dg(n)?Mg.call(n):"";return t==vP||t==bP}function Dg(n){var t=typeof n;return!!n&&(t=="object"||t=="function")}function hI(n){return!!n&&typeof n=="object"}function Ql(n){return typeof n=="symbol"||hI(n)&&Mg.call(n)==yP}function dI(n){return n==null?"":eI(n)}function uI(n,t,e){var i=n==null?void 0:KP(n,t);return i===void 0?e:i}var Eo=uI,qo={},fI={get exports(){return qo},set exports(n){qo=n}};(function(n,t){var e=200,i="__lodash_hash_undefined__",s=9007199254740991,o="[object Arguments]",r="[object Array]",a="[object Boolean]",l="[object Date]",c="[object Error]",h="[object Function]",u="[object GeneratorFunction]",f="[object Map]",g="[object Number]",A="[object Object]",p="[object Promise]",m="[object RegExp]",v="[object Set]",y="[object String]",P="[object Symbol]",E="[object WeakMap]",k="[object ArrayBuffer]",I="[object DataView]",j="[object Float32Array]",R="[object Float64Array]",U="[object Int8Array]",W="[object Int16Array]",N="[object Int32Array]",Q="[object Uint8Array]",H="[object Uint8ClampedArray]",F="[object Uint16Array]",Y="[object Uint32Array]",Z=/[\\^$.*+?()[\]{}|]/g,q=/\w*$/,ee=/^\[object .+?Constructor\]$/,de=/^(?:0|[1-9]\d*)$/,he={};he[o]=he[r]=he[k]=he[I]=he[a]=he[l]=he[j]=he[R]=he[U]=he[W]=he[N]=he[f]=he[g]=he[A]=he[m]=he[v]=he[y]=he[P]=he[Q]=he[H]=he[F]=he[Y]=!0,he[c]=he[h]=he[E]=!1;var Pe=typeof jt=="object"&&jt&&jt.Object===Object&&jt,Ce=typeof self=="object"&&self&&self.Object===Object&&self,be=Pe||Ce||Function("return this")(),Qe=t&&!t.nodeType&&t,ye=Qe&&!0&&n&&!n.nodeType&&n,qe=ye&&ye.exports===Qe;function te(b,M){return b.set(M[0],M[1]),b}function ve(b,M){return b.add(M),b}function ze(b,M){for(var V=-1,X=b?b.length:0;++V<X&&M(b[V],V,b)!==!1;);return b}function me(b,M){for(var V=-1,X=M.length,Ee=b.length;++V<X;)b[Ee+V]=M[V];return b}function it(b,M,V,X){var Ee=-1,pe=b?b.length:0;for(X&&pe&&(V=b[++Ee]);++Ee<pe;)V=M(V,b[Ee],Ee,b);return V}function lt(b,M){for(var V=-1,X=Array(b);++V<b;)X[V]=M(V);return X}function xe(b,M){return b==null?void 0:b[M]}function ot(b){var M=!1;if(b!=null&&typeof b.toString!="function")try{M=!!(b+"")}catch(V){}return M}function re(b){var M=-1,V=Array(b.size);return b.forEach(function(X,Ee){V[++M]=[Ee,X]}),V}function Ie(b,M){return function(V){return b(M(V))}}function Fe(b){var M=-1,V=Array(b.size);return b.forEach(function(X){V[++M]=X}),V}var Xe=Array.prototype,Et=Function.prototype,rt=Object.prototype,wt=be["__core-js_shared__"],He=function(){var b=/[^.]+$/.exec(wt&&wt.keys&&wt.keys.IE_PROTO||"");return b?"Symbol(src)_1."+b:""}(),Ne=Et.toString,Ke=rt.hasOwnProperty,Ot=rt.toString,$n=RegExp("^"+Ne.call(Ke).replace(Z,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ut=qe?be.Buffer:void 0,Ai=be.Symbol,ji=be.Uint8Array,Mt=Ie(Object.getPrototypeOf,Object),an=Object.create,ln=rt.propertyIsEnumerable,Cr=Xe.splice,es=Object.getOwnPropertySymbols,cn=Ut?Ut.isBuffer:void 0,Ys=Ie(Object.keys,Object),hn=Vt(be,"DataView"),zi=Vt(be,"Map"),Bt=Vt(be,"Promise"),dn=Vt(be,"Set"),ts=Vt(be,"WeakMap"),Oi=Vt(Object,"create"),is=Ct(hn),Bi=Ct(zi),ns=Ct(Bt),ss=Ct(dn),os=Ct(ts),vi=Ai?Ai.prototype:void 0,Xs=vi?vi.valueOf:void 0;function oi(b){var M=-1,V=b?b.length:0;for(this.clear();++M<V;){var X=b[M];this.set(X[0],X[1])}}function Pr(){this.__data__=Oi?Oi(null):{}}function Ir(b){return this.has(b)&&delete this.__data__[b]}function Er(b){var M=this.__data__;if(Oi){var V=M[b];return V===i?void 0:V}return Ke.call(M,b)?M[b]:void 0}function Zs(b){var M=this.__data__;return Oi?M[b]!==void 0:Ke.call(M,b)}function rs(b,M){var V=this.__data__;return V[b]=Oi&&M===void 0?i:M,this}oi.prototype.clear=Pr,oi.prototype.delete=Ir,oi.prototype.get=Er,oi.prototype.has=Zs,oi.prototype.set=rs;function ct(b){var M=-1,V=b?b.length:0;for(this.clear();++M<V;){var X=b[M];this.set(X[0],X[1])}}function Mr(){this.__data__=[]}function kr(b){var M=this.__data__,V=fn(M,b);if(V<0)return!1;var X=M.length-1;return V==X?M.pop():Cr.call(M,V,1),!0}function xr(b){var M=this.__data__,V=fn(M,b);return V<0?void 0:M[V][1]}function Dr(b){return fn(this.__data__,b)>-1}function Sr(b,M){var V=this.__data__,X=fn(V,b);return X<0?V.push([b,M]):V[X][1]=M,this}ct.prototype.clear=Mr,ct.prototype.delete=kr,ct.prototype.get=xr,ct.prototype.has=Dr,ct.prototype.set=Sr;function mt(b){var M=-1,V=b?b.length:0;for(this.clear();++M<V;){var X=b[M];this.set(X[0],X[1])}}function Tr(){this.__data__={hash:new oi,map:new(zi||ct),string:new oi}}function Lr(b){return Ri(this,b).delete(b)}function jr(b){return Ri(this,b).get(b)}function zr(b){return Ri(this,b).has(b)}function Or(b,M){return Ri(this,b).set(b,M),this}mt.prototype.clear=Tr,mt.prototype.delete=Lr,mt.prototype.get=jr,mt.prototype.has=zr,mt.prototype.set=Or;function kt(b){this.__data__=new ct(b)}function Br(){this.__data__=new ct}function Vr(b){return this.__data__.delete(b)}function Rr(b){return this.__data__.get(b)}function Hr(b){return this.__data__.has(b)}function Nr(b,M){var V=this.__data__;if(V instanceof ct){var X=V.__data__;if(!zi||X.length<e-1)return X.push([b,M]),this;V=this.__data__=new mt(X)}return V.set(b,M),this}kt.prototype.clear=Br,kt.prototype.delete=Vr,kt.prototype.get=Rr,kt.prototype.has=Hr,kt.prototype.set=Nr;function un(b,M){var V=hs(b)||mn(b)?lt(b.length,String):[],X=V.length,Ee=!!X;for(var pe in b)(M||Ke.call(b,pe))&&!(Ee&&(pe=="length"||ea(pe,X)))&&V.push(pe);return V}function Js(b,M,V){var X=b[M];(!(Ke.call(b,M)&&to(X,V))||V===void 0&&!(M in b))&&(b[M]=V)}function fn(b,M){for(var V=b.length;V--;)if(to(b[V][0],M))return V;return-1}function Yt(b,M){return b&&cs(M,us(M),b)}function as(b,M,V,X,Ee,pe,Se){var Te;if(X&&(Te=pe?X(b,Ee,pe,Se):X(b)),Te!==void 0)return Te;if(!Zt(b))return b;var $e=hs(b);if($e){if(Te=Kr(b),!M)return Zr(b,Te)}else{var Oe=ai(b),pt=Oe==h||Oe==u;if(io(b))return gn(b,M);if(Oe==A||Oe==o||pt&&!pe){if(ot(b))return pe?b:{};if(Te=Xt(pt?{}:b),!M)return Jr(b,Yt(Te,b))}else{if(!he[Oe])return pe?b:{};Te=$r(b,Oe,as,M)}}Se||(Se=new kt);var xt=Se.get(b);if(xt)return xt;if(Se.set(b,Te),!$e)var nt=V?qr(b):us(b);return ze(nt||b,function(At,ht){nt&&(ht=At,At=b[ht]),Js(Te,ht,as(At,M,V,X,ht,b,Se))}),Te}function Gr(b){return Zt(b)?an(b):{}}function Qr(b,M,V){var X=M(b);return hs(b)?X:me(X,V(b))}function Fr(b){return Ot.call(b)}function _r(b){if(!Zt(b)||ia(b))return!1;var M=ds(b)||ot(b)?$n:ee;return M.test(Ct(b))}function Wr(b){if(!$s(b))return Ys(b);var M=[];for(var V in Object(b))Ke.call(b,V)&&V!="constructor"&&M.push(V);return M}function gn(b,M){if(M)return b.slice();var V=new b.constructor(b.length);return b.copy(V),V}function ls(b){var M=new b.constructor(b.byteLength);return new ji(M).set(new ji(b)),M}function Vi(b,M){var V=M?ls(b.buffer):b.buffer;return new b.constructor(V,b.byteOffset,b.byteLength)}function qs(b,M,V){var X=M?V(re(b),!0):re(b);return it(X,te,new b.constructor)}function Ks(b){var M=new b.constructor(b.source,q.exec(b));return M.lastIndex=b.lastIndex,M}function Ur(b,M,V){var X=M?V(Fe(b),!0):Fe(b);return it(X,ve,new b.constructor)}function Yr(b){return Xs?Object(Xs.call(b)):{}}function Xr(b,M){var V=M?ls(b.buffer):b.buffer;return new b.constructor(V,b.byteOffset,b.length)}function Zr(b,M){var V=-1,X=b.length;for(M||(M=Array(X));++V<X;)M[V]=b[V];return M}function cs(b,M,V,X){V||(V={});for(var Ee=-1,pe=M.length;++Ee<pe;){var Se=M[Ee],Te=X?X(V[Se],b[Se],Se,V,b):void 0;Js(V,Se,Te===void 0?b[Se]:Te)}return V}function Jr(b,M){return cs(b,ri(b),M)}function qr(b){return Qr(b,us,ri)}function Ri(b,M){var V=b.__data__;return ta(M)?V[typeof M=="string"?"string":"hash"]:V.map}function Vt(b,M){var V=xe(b,M);return _r(V)?V:void 0}var ri=es?Ie(es,Object):sa,ai=Fr;(hn&&ai(new hn(new ArrayBuffer(1)))!=I||zi&&ai(new zi)!=f||Bt&&ai(Bt.resolve())!=p||dn&&ai(new dn)!=v||ts&&ai(new ts)!=E)&&(ai=function(b){var M=Ot.call(b),V=M==A?b.constructor:void 0,X=V?Ct(V):void 0;if(X)switch(X){case is:return I;case Bi:return f;case ns:return p;case ss:return v;case os:return E}return M});function Kr(b){var M=b.length,V=b.constructor(M);return M&&typeof b[0]=="string"&&Ke.call(b,"index")&&(V.index=b.index,V.input=b.input),V}function Xt(b){return typeof b.constructor=="function"&&!$s(b)?Gr(Mt(b)):{}}function $r(b,M,V,X){var Ee=b.constructor;switch(M){case k:return ls(b);case a:case l:return new Ee(+b);case I:return Vi(b,X);case j:case R:case U:case W:case N:case Q:case H:case F:case Y:return Xr(b,X);case f:return qs(b,X,V);case g:case y:return new Ee(b);case m:return Ks(b);case v:return Ur(b,X,V);case P:return Yr(b)}}function ea(b,M){return M=M==null?s:M,!!M&&(typeof b=="number"||de.test(b))&&b>-1&&b%1==0&&b<M}function ta(b){var M=typeof b;return M=="string"||M=="number"||M=="symbol"||M=="boolean"?b!=="__proto__":b===null}function ia(b){return!!He&&He in b}function $s(b){var M=b&&b.constructor,V=typeof M=="function"&&M.prototype||rt;return b===V}function Ct(b){if(b!=null){try{return Ne.call(b)}catch(M){}try{return b+""}catch(M){}}return""}function eo(b){return as(b,!0,!0)}function to(b,M){return b===M||b!==b&&M!==M}function mn(b){return na(b)&&Ke.call(b,"callee")&&(!ln.call(b,"callee")||Ot.call(b)==o)}var hs=Array.isArray;function pn(b){return b!=null&&no(b.length)&&!ds(b)}function na(b){return so(b)&&pn(b)}var io=cn||oa;function ds(b){var M=Zt(b)?Ot.call(b):"";return M==h||M==u}function no(b){return typeof b=="number"&&b>-1&&b%1==0&&b<=s}function Zt(b){var M=typeof b;return!!b&&(M=="object"||M=="function")}function so(b){return!!b&&typeof b=="object"}function us(b){return pn(b)?un(b):Wr(b)}function sa(){return[]}function oa(){return!1}n.exports=eo})(fI,qo);const gI=qo;var Ko={},mI={get exports(){return Ko},set exports(n){Ko=n}};(function(n,t){var e=200,i="__lodash_hash_undefined__",s=1,o=2,r=9007199254740991,a="[object Arguments]",l="[object Array]",c="[object AsyncFunction]",h="[object Boolean]",u="[object Date]",f="[object Error]",g="[object Function]",A="[object GeneratorFunction]",p="[object Map]",m="[object Number]",v="[object Null]",y="[object Object]",P="[object Promise]",E="[object Proxy]",k="[object RegExp]",I="[object Set]",j="[object String]",R="[object Symbol]",U="[object Undefined]",W="[object WeakMap]",N="[object ArrayBuffer]",Q="[object DataView]",H="[object Float32Array]",F="[object Float64Array]",Y="[object Int8Array]",Z="[object Int16Array]",q="[object Int32Array]",ee="[object Uint8Array]",de="[object Uint8ClampedArray]",he="[object Uint16Array]",Pe="[object Uint32Array]",Ce=/[\\^$.*+?()[\]{}|]/g,be=/^\[object .+?Constructor\]$/,Qe=/^(?:0|[1-9]\d*)$/,ye={};ye[H]=ye[F]=ye[Y]=ye[Z]=ye[q]=ye[ee]=ye[de]=ye[he]=ye[Pe]=!0,ye[a]=ye[l]=ye[N]=ye[h]=ye[Q]=ye[u]=ye[f]=ye[g]=ye[p]=ye[m]=ye[y]=ye[k]=ye[I]=ye[j]=ye[W]=!1;var qe=typeof jt=="object"&&jt&&jt.Object===Object&&jt,te=typeof self=="object"&&self&&self.Object===Object&&self,ve=qe||te||Function("return this")(),ze=t&&!t.nodeType&&t,me=ze&&!0&&n&&!n.nodeType&&n,it=me&&me.exports===ze,lt=it&&qe.process,xe=function(){try{return lt&&lt.binding&&lt.binding("util")}catch(b){}}(),ot=xe&&xe.isTypedArray;function re(b,M){for(var V=-1,X=b==null?0:b.length,Ee=0,pe=[];++V<X;){var Se=b[V];M(Se,V,b)&&(pe[Ee++]=Se)}return pe}function Ie(b,M){for(var V=-1,X=M.length,Ee=b.length;++V<X;)b[Ee+V]=M[V];return b}function Fe(b,M){for(var V=-1,X=b==null?0:b.length;++V<X;)if(M(b[V],V,b))return!0;return!1}function Xe(b,M){for(var V=-1,X=Array(b);++V<b;)X[V]=M(V);return X}function Et(b){return function(M){return b(M)}}function rt(b,M){return b.has(M)}function wt(b,M){return b==null?void 0:b[M]}function He(b){var M=-1,V=Array(b.size);return b.forEach(function(X,Ee){V[++M]=[Ee,X]}),V}function Ne(b,M){return function(V){return b(M(V))}}function Ke(b){var M=-1,V=Array(b.size);return b.forEach(function(X){V[++M]=X}),V}var Ot=Array.prototype,$n=Function.prototype,Ut=Object.prototype,Ai=ve["__core-js_shared__"],ji=$n.toString,Mt=Ut.hasOwnProperty,an=function(){var b=/[^.]+$/.exec(Ai&&Ai.keys&&Ai.keys.IE_PROTO||"");return b?"Symbol(src)_1."+b:""}(),ln=Ut.toString,Cr=RegExp("^"+ji.call(Mt).replace(Ce,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),es=it?ve.Buffer:void 0,cn=ve.Symbol,Ys=ve.Uint8Array,hn=Ut.propertyIsEnumerable,zi=Ot.splice,Bt=cn?cn.toStringTag:void 0,dn=Object.getOwnPropertySymbols,ts=es?es.isBuffer:void 0,Oi=Ne(Object.keys,Object),is=ri(ve,"DataView"),Bi=ri(ve,"Map"),ns=ri(ve,"Promise"),ss=ri(ve,"Set"),os=ri(ve,"WeakMap"),vi=ri(Object,"create"),Xs=Ct(is),oi=Ct(Bi),Pr=Ct(ns),Ir=Ct(ss),Er=Ct(os),Zs=cn?cn.prototype:void 0,rs=Zs?Zs.valueOf:void 0;function ct(b){var M=-1,V=b==null?0:b.length;for(this.clear();++M<V;){var X=b[M];this.set(X[0],X[1])}}function Mr(){this.__data__=vi?vi(null):{},this.size=0}function kr(b){var M=this.has(b)&&delete this.__data__[b];return this.size-=M?1:0,M}function xr(b){var M=this.__data__;if(vi){var V=M[b];return V===i?void 0:V}return Mt.call(M,b)?M[b]:void 0}function Dr(b){var M=this.__data__;return vi?M[b]!==void 0:Mt.call(M,b)}function Sr(b,M){var V=this.__data__;return this.size+=this.has(b)?0:1,V[b]=vi&&M===void 0?i:M,this}ct.prototype.clear=Mr,ct.prototype.delete=kr,ct.prototype.get=xr,ct.prototype.has=Dr,ct.prototype.set=Sr;function mt(b){var M=-1,V=b==null?0:b.length;for(this.clear();++M<V;){var X=b[M];this.set(X[0],X[1])}}function Tr(){this.__data__=[],this.size=0}function Lr(b){var M=this.__data__,V=gn(M,b);if(V<0)return!1;var X=M.length-1;return V==X?M.pop():zi.call(M,V,1),--this.size,!0}function jr(b){var M=this.__data__,V=gn(M,b);return V<0?void 0:M[V][1]}function zr(b){return gn(this.__data__,b)>-1}function Or(b,M){var V=this.__data__,X=gn(V,b);return X<0?(++this.size,V.push([b,M])):V[X][1]=M,this}mt.prototype.clear=Tr,mt.prototype.delete=Lr,mt.prototype.get=jr,mt.prototype.has=zr,mt.prototype.set=Or;function kt(b){var M=-1,V=b==null?0:b.length;for(this.clear();++M<V;){var X=b[M];this.set(X[0],X[1])}}function Br(){this.size=0,this.__data__={hash:new ct,map:new(Bi||mt),string:new ct}}function Vr(b){var M=Vt(this,b).delete(b);return this.size-=M?1:0,M}function Rr(b){return Vt(this,b).get(b)}function Hr(b){return Vt(this,b).has(b)}function Nr(b,M){var V=Vt(this,b),X=V.size;return V.set(b,M),this.size+=V.size==X?0:1,this}kt.prototype.clear=Br,kt.prototype.delete=Vr,kt.prototype.get=Rr,kt.prototype.has=Hr,kt.prototype.set=Nr;function un(b){var M=-1,V=b==null?0:b.length;for(this.__data__=new kt;++M<V;)this.add(b[M])}function Js(b){return this.__data__.set(b,i),this}function fn(b){return this.__data__.has(b)}un.prototype.add=un.prototype.push=Js,un.prototype.has=fn;function Yt(b){var M=this.__data__=new mt(b);this.size=M.size}function as(){this.__data__=new mt,this.size=0}function Gr(b){var M=this.__data__,V=M.delete(b);return this.size=M.size,V}function Qr(b){return this.__data__.get(b)}function Fr(b){return this.__data__.has(b)}function _r(b,M){var V=this.__data__;if(V instanceof mt){var X=V.__data__;if(!Bi||X.length<e-1)return X.push([b,M]),this.size=++V.size,this;V=this.__data__=new kt(X)}return V.set(b,M),this.size=V.size,this}Yt.prototype.clear=as,Yt.prototype.delete=Gr,Yt.prototype.get=Qr,Yt.prototype.has=Fr,Yt.prototype.set=_r;function Wr(b,M){var V=mn(b),X=!V&&to(b),Ee=!V&&!X&&pn(b),pe=!V&&!X&&!Ee&&so(b),Se=V||X||Ee||pe,Te=Se?Xe(b.length,String):[],$e=Te.length;for(var Oe in b)(M||Mt.call(b,Oe))&&!(Se&&(Oe=="length"||Ee&&(Oe=="offset"||Oe=="parent")||pe&&(Oe=="buffer"||Oe=="byteLength"||Oe=="byteOffset")||$r(Oe,$e)))&&Te.push(Oe);return Te}function gn(b,M){for(var V=b.length;V--;)if(eo(b[V][0],M))return V;return-1}function ls(b,M,V){var X=M(b);return mn(b)?X:Ie(X,V(b))}function Vi(b){return b==null?b===void 0?U:v:Bt&&Bt in Object(b)?ai(b):$s(b)}function qs(b){return Zt(b)&&Vi(b)==a}function Ks(b,M,V,X,Ee){return b===M?!0:b==null||M==null||!Zt(b)&&!Zt(M)?b!==b&&M!==M:Ur(b,M,V,X,Ks,Ee)}function Ur(b,M,V,X,Ee,pe){var Se=mn(b),Te=mn(M),$e=Se?l:Xt(b),Oe=Te?l:Xt(M);$e=$e==a?y:$e,Oe=Oe==a?y:Oe;var pt=$e==y,xt=Oe==y,nt=$e==Oe;if(nt&&pn(b)){if(!pn(M))return!1;Se=!0,pt=!1}if(nt&&!pt)return pe||(pe=new Yt),Se||so(b)?cs(b,M,V,X,Ee,pe):Jr(b,M,$e,V,X,Ee,pe);if(!(V&s)){var At=pt&&Mt.call(b,"__wrapped__"),ht=xt&&Mt.call(M,"__wrapped__");if(At||ht){var bi=At?b.value():b,li=ht?M.value():M;return pe||(pe=new Yt),Ee(bi,li,V,X,pe)}}return nt?(pe||(pe=new Yt),qr(b,M,V,X,Ee,pe)):!1}function Yr(b){if(!no(b)||ta(b))return!1;var M=io(b)?Cr:be;return M.test(Ct(b))}function Xr(b){return Zt(b)&&ds(b.length)&&!!ye[Vi(b)]}function Zr(b){if(!ia(b))return Oi(b);var M=[];for(var V in Object(b))Mt.call(b,V)&&V!="constructor"&&M.push(V);return M}function cs(b,M,V,X,Ee,pe){var Se=V&s,Te=b.length,$e=M.length;if(Te!=$e&&!(Se&&$e>Te))return!1;var Oe=pe.get(b);if(Oe&&pe.get(M))return Oe==M;var pt=-1,xt=!0,nt=V&o?new un:void 0;for(pe.set(b,M),pe.set(M,b);++pt<Te;){var At=b[pt],ht=M[pt];if(X)var bi=Se?X(ht,At,pt,M,b,pe):X(At,ht,pt,b,M,pe);if(bi!==void 0){if(bi)continue;xt=!1;break}if(nt){if(!Fe(M,function(li,Hi){if(!rt(nt,Hi)&&(At===li||Ee(At,li,V,X,pe)))return nt.push(Hi)})){xt=!1;break}}else if(!(At===ht||Ee(At,ht,V,X,pe))){xt=!1;break}}return pe.delete(b),pe.delete(M),xt}function Jr(b,M,V,X,Ee,pe,Se){switch(V){case Q:if(b.byteLength!=M.byteLength||b.byteOffset!=M.byteOffset)return!1;b=b.buffer,M=M.buffer;case N:return!(b.byteLength!=M.byteLength||!pe(new Ys(b),new Ys(M)));case h:case u:case m:return eo(+b,+M);case f:return b.name==M.name&&b.message==M.message;case k:case j:return b==M+"";case p:var Te=He;case I:var $e=X&s;if(Te||(Te=Ke),b.size!=M.size&&!$e)return!1;var Oe=Se.get(b);if(Oe)return Oe==M;X|=o,Se.set(b,M);var pt=cs(Te(b),Te(M),X,Ee,pe,Se);return Se.delete(b),pt;case R:if(rs)return rs.call(b)==rs.call(M)}return!1}function qr(b,M,V,X,Ee,pe){var Se=V&s,Te=Ri(b),$e=Te.length,Oe=Ri(M),pt=Oe.length;if($e!=pt&&!Se)return!1;for(var xt=$e;xt--;){var nt=Te[xt];if(!(Se?nt in M:Mt.call(M,nt)))return!1}var At=pe.get(b);if(At&&pe.get(M))return At==M;var ht=!0;pe.set(b,M),pe.set(M,b);for(var bi=Se;++xt<$e;){nt=Te[xt];var li=b[nt],Hi=M[nt];if(X)var $l=Se?X(Hi,li,nt,M,b,pe):X(li,Hi,nt,b,M,pe);if(!($l===void 0?li===Hi||Ee(li,Hi,V,X,pe):$l)){ht=!1;break}bi||(bi=nt=="constructor")}if(ht&&!bi){var oo=b.constructor,ro=M.constructor;oo!=ro&&"constructor"in b&&"constructor"in M&&!(typeof oo=="function"&&oo instanceof oo&&typeof ro=="function"&&ro instanceof ro)&&(ht=!1)}return pe.delete(b),pe.delete(M),ht}function Ri(b){return ls(b,us,Kr)}function Vt(b,M){var V=b.__data__;return ea(M)?V[typeof M=="string"?"string":"hash"]:V.map}function ri(b,M){var V=wt(b,M);return Yr(V)?V:void 0}function ai(b){var M=Mt.call(b,Bt),V=b[Bt];try{b[Bt]=void 0;var X=!0}catch(pe){}var Ee=ln.call(b);return X&&(M?b[Bt]=V:delete b[Bt]),Ee}var Kr=dn?function(b){return b==null?[]:(b=Object(b),re(dn(b),function(M){return hn.call(b,M)}))}:sa,Xt=Vi;(is&&Xt(new is(new ArrayBuffer(1)))!=Q||Bi&&Xt(new Bi)!=p||ns&&Xt(ns.resolve())!=P||ss&&Xt(new ss)!=I||os&&Xt(new os)!=W)&&(Xt=function(b){var M=Vi(b),V=M==y?b.constructor:void 0,X=V?Ct(V):"";if(X)switch(X){case Xs:return Q;case oi:return p;case Pr:return P;case Ir:return I;case Er:return W}return M});function $r(b,M){return M=M==null?r:M,!!M&&(typeof b=="number"||Qe.test(b))&&b>-1&&b%1==0&&b<M}function ea(b){var M=typeof b;return M=="string"||M=="number"||M=="symbol"||M=="boolean"?b!=="__proto__":b===null}function ta(b){return!!an&&an in b}function ia(b){var M=b&&b.constructor,V=typeof M=="function"&&M.prototype||Ut;return b===V}function $s(b){return ln.call(b)}function Ct(b){if(b!=null){try{return ji.call(b)}catch(M){}try{return b+""}catch(M){}}return""}function eo(b,M){return b===M||b!==b&&M!==M}var to=qs(function(){return arguments}())?qs:function(b){return Zt(b)&&Mt.call(b,"callee")&&!hn.call(b,"callee")},mn=Array.isArray;function hs(b){return b!=null&&ds(b.length)&&!io(b)}var pn=ts||oa;function na(b,M){return Ks(b,M)}function io(b){if(!no(b))return!1;var M=Vi(b);return M==g||M==A||M==c||M==E}function ds(b){return typeof b=="number"&&b>-1&&b%1==0&&b<=r}function no(b){var M=typeof b;return b!=null&&(M=="object"||M=="function")}function Zt(b){return b!=null&&typeof b=="object"}var so=ot?Et(ot):Xr;function us(b){return hs(b)?Wr(b):Zr(b)}function sa(){return[]}function oa(){return!1}n.exports=na})(mI,Ko);const pI=Ko,AI=(n,t)=>pI(n,t),vI=n=>Object.keys(n||{}),bI=(n,t)=>{const e={};return n.forEach(i=>{e[i]=t[i]}),e},yI=()=>{const n={},t=(e,i)=>{const{watcherName:s,fn:o}=e,{prop:r,value:a}=i;n[s]||(n[s]={deps:{},fn:o}),n[s].deps[r]=a};return{subscribers:n,subscribe(e,i){e&&t(e,i)},notify(e,i){Object.entries(n).forEach(([s,{deps:o,fn:r}])=>{const a=vI(o);if(a.includes(i)){const l=bI(a,e);AI(o,l)||(n[s].deps=l,r())}})}}},wI=()=>{let n=null;return{targetWatcher(t,e){n={watcherName:t,fn:e},n.fn(),n=null},getTarget(){return n}}};function CI(n,t){const e=Eo(n,"data",{}),i=Eo(n,"watch",{}),s=Eo(n,"methods",{}),o=Eo(t,"onChange",()=>{}),{subscribe:r,notify:a,subscribers:l}=yI(),{targetWatcher:c,getTarget:h}=wI();let u;const f={},g=()=>({data:u,methods:f});let A=!1;const p=v=>(...y)=>{A=!0;const P=v(...y);return A=!1,P};Object.entries(s).forEach(([v,y])=>{f[v]=p((...P)=>y(g(),...P)),Object.defineProperty(f[v],"name",{value:v})}),u=new Proxy(gI(e),{get(v,y){return h()&&!A&&r(h(),{prop:y,value:v[y]}),Reflect.get(...arguments)},set(v,y,P){return v[y]===P||(Reflect.set(...arguments),h()||(o&&o(y,P),a(u,y))),!0}}),Object.entries(i).forEach(([v,y])=>{c(v,()=>{y(g())})});const m=[u,f];return m._internal={_getSubscribers(){return l}},m}function PI({pageIndex:n,particlesToShow:t,particlesToScroll:e,particlesCount:i}){const s=n===0?0:t-e,o=n*t-n*s,r=o+Math.max(t,e)-1,a=[];for(let l=o;l<=Math.min(i-1,r);l++)a.push(l);return a}function II({infinite:n,pageIndex:t,pagesCount:e,particlesCount:i,particlesToShow:s,particlesToScroll:o}){const r=Sn(0,t,e-1);let a=r-1,l=r+1;a=n?a<0?e-1:a:Math.max(0,a),l=n?l>e-1?0:l:Math.min(e-1,l);const c=[...new Set([a,r,l,0,e-1])].sort((u,f)=>u-f),h=c.flatMap(u=>PI({pageIndex:u,particlesToShow:s,particlesToScroll:o,particlesCount:i}));return{pageIndexes:c,particleIndexes:[...new Set(h)].sort((u,f)=>u-f)}}const EI=(n,t)=>(n(),setInterval(n,t)),MI=35,Cd=1;class kI{constructor({onProgressValueChange:t}){this._onProgressValueChange=t,this._autoplayDuration,this._onProgressValueChange,this._interval,this._paused=!1}setAutoplayDuration(t){this._autoplayDuration=t}start(t){return new Promise(e=>{this.reset();const i=Math.min(MI,Math.max(this._autoplayDuration,1));let s=-i;this._interval=EI(()=>G(this,null,function*(){if(this._paused)return;s+=i;const o=s/this._autoplayDuration;this._onProgressValueChange(o),o>Cd&&(this.reset(),yield t(),e())}),i)})}pause(){this._paused=!0}resume(){this._paused=!1}reset(){clearInterval(this._interval),this._onProgressValueChange(Cd)}}function xI(n){const t=new kI({onProgressValueChange:r=>{n("progressValue",1-r)}}),e=CI({data:{particlesCountWithoutClones:0,particlesToShow:1,particlesToShowInit:1,particlesToScroll:1,particlesToScrollInit:1,particlesCount:1,currentParticleIndex:1,infinite:!1,autoplayDuration:1e3,clonesCountHead:0,clonesCountTail:0,clonesCountTotal:0,partialPageSize:1,currentPageIndex:1,pagesCount:1,pauseOnFocus:!1,focused:!1,autoplay:!1,autoplayDirection:"next",disabled:!1,durationMsInit:1e3,durationMs:1e3,offset:0,particleWidth:0,loaded:[]},watch:{setLoaded({data:r}){r.loaded=II({infinite:r.infinite,pageIndex:r.currentPageIndex,pagesCount:r.pagesCount,particlesCount:r.particlesCountWithoutClones,particlesToShow:r.particlesToShow,particlesToScroll:r.particlesToScroll}).particleIndexes},setCurrentPageIndex({data:r}){r.currentPageIndex=aP({currentParticleIndex:r.currentParticleIndex,particlesCount:r.particlesCount,clonesCountHead:r.clonesCountHead,clonesCountTotal:r.clonesCountTotal,infinite:r.infinite,particlesToScroll:r.particlesToScroll})},setPartialPageSize({data:r}){r.partialPageSize=wg({particlesToScroll:r.particlesToScroll,particlesToShow:r.particlesToShow,particlesCountWithoutClones:r.particlesCountWithoutClones})},setClonesCount({data:r}){const{head:a,tail:l}=pP({infinite:r.infinite,particlesToShow:r.particlesToShow,partialPageSize:r.partialPageSize});r.clonesCountHead=a,r.clonesCountTail=l,r.clonesCountTotal=a+l},setProgressManagerAutoplayDuration({data:r}){t.setAutoplayDuration(r.autoplayDuration)},toggleProgressManager({data:{pauseOnFocus:r,focused:a}}){r&&(a?t.pause():t.resume())},initDuration({data:r}){r.durationMs=r.durationMsInit},applyAutoplay({data:r,methods:{_applyAutoplayIfNeeded:a}}){r.autoplay&&a(r.autoplay)},setPagesCount({data:r}){r.pagesCount=cP({infinite:r.infinite,particlesCountWithoutClones:r.particlesCountWithoutClones,particlesToScroll:r.particlesToScroll,particlesToShow:r.particlesToShow})},setParticlesToShow({data:r}){r.particlesToShow=Sn(1,r.particlesToShowInit,r.particlesCountWithoutClones)},setParticlesToScroll({data:r}){r.particlesToScroll=Sn(1,r.particlesToScrollInit,r.particlesCountWithoutClones)}},methods:{_prev({data:r}){r.currentParticleIndex=ya({infinite:r.infinite,pageIndex:r.currentPageIndex-1,clonesCountHead:r.clonesCountHead,clonesCountTail:r.clonesCountTail,particlesToScroll:r.particlesToScroll,particlesCount:r.particlesCount,particlesToShow:r.particlesToShow})},_next({data:r}){r.currentParticleIndex=ya({infinite:r.infinite,pageIndex:r.currentPageIndex+1,clonesCountHead:r.clonesCountHead,clonesCountTail:r.clonesCountTail,particlesToScroll:r.particlesToScroll,particlesCount:r.particlesCount,particlesToShow:r.particlesToShow})},_moveToParticle({data:r},a){r.currentParticleIndex=Sn(0,a,r.particlesCount-1)},toggleFocused({data:r}){r.focused=!r.focused},_applyAutoplayIfNeeded(l){return G(this,arguments,function*({data:r,methods:a}){if(!r.infinite&&(r.autoplayDirection===ki&&r.currentParticleIndex===r.particlesCount-1||r.autoplayDirection===Gn&&r.currentParticleIndex===0)){t.reset();return}if(r.autoplay){const c=()=>$a({[ki]:()=>G(this,null,function*(){return a.showNextPage()}),[Gn]:()=>G(this,null,function*(){return a.showPrevPage()})})(r.autoplayDirection);yield t.start(c)}})},_jumpIfNeeded(l){return G(this,arguments,function*({data:r,methods:a}){let c=!1;return r.infinite&&(r.currentParticleIndex===0?(yield a.showParticle(r.particlesCount-r.clonesCountTotal,{animated:!1}),c=!0):r.currentParticleIndex===r.particlesCount-r.clonesCountTail&&(yield a.showParticle(r.clonesCountHead,{animated:!1}),c=!0)),c})},changePage(h,u,f){return G(this,arguments,function*({data:r,methods:a},l,c){if(t.reset(),r.disabled)return;r.disabled=!0,l(),yield a.offsetPage({animated:ks(c,"animated",!0)}),r.disabled=!1,!(yield a._jumpIfNeeded())&&a._applyAutoplayIfNeeded()})},showNextPage(c,h){return G(this,arguments,function*({data:r,methods:a},l){r.disabled||(yield a.changePage(a._next,l))})},showPrevPage(c,h){return G(this,arguments,function*({data:r,methods:a},l){r.disabled||(yield a.changePage(a._prev,l))})},showParticle(c,h,u){return G(this,arguments,function*({methods:r},a,l){yield r.changePage(()=>r._moveToParticle(a),l)})},_getParticleIndexByPageIndex({data:r},a){return ya({infinite:r.infinite,pageIndex:a,clonesCountHead:r.clonesCountHead,clonesCountTail:r.clonesCountTail,particlesToScroll:r.particlesToScroll,particlesCount:r.particlesCount,particlesToShow:r.particlesToShow})},showPage(c,h,u){return G(this,arguments,function*({methods:r},a,l){const f=r._getParticleIndexByPageIndex(a);yield r.showParticle(f,l)})},offsetPage({data:r},a){const l=ks(a,"animated",!0);return new Promise(c=>{r.durationMs=l?r.durationMsInit:0,r.offset=-r.currentParticleIndex*r.particleWidth,setTimeout(()=>{c()},r.durationMs)})}}},{onChange:n}),[i,s]=e;return[{data:i,progressManager:t},s,e._internal]}function DI(n){ge(n,"svelte-sme1z4",":root{--sc-color-rgb-light-50p:rgba(93, 93, 93, 0.5);--sc-color-rgb-light:#5d5d5d;--sc-color-hex-dark-50p:rgba(30, 30, 30, 0.5);--sc-color-hex-dark:#1e1e1e}.sc-carousel__carousel-container.svelte-sme1z4{display:flex;width:100%;flex-direction:column;align-items:center}.sc-carousel__content-container.svelte-sme1z4{position:relative;display:flex;width:100%}.sc-carousel__pages-window.svelte-sme1z4{flex:1;display:flex;overflow:hidden;box-sizing:border-box;position:relative}.sc-carousel__pages-container.svelte-sme1z4{width:100%;display:flex;transition-property:transform}.sc-carousel__arrow-container.svelte-sme1z4{padding:5px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.sc-carousel-progress__container.svelte-sme1z4{width:100%;height:5px;background-color:var(--sc-color-rgb-light-50p);position:absolute;bottom:0}.sc-carousel-button{all:unset;cursor:pointer}.sc-carousel-button:focus{outline:5px auto}")}const SI=n=>({currentPageIndex:n[0]&32,pagesCount:n[0]&1024,loaded:n[0]&64}),Pd=n=>({currentPageIndex:n[5],pagesCount:n[10],showPage:n[15],loaded:n[6]}),TI=n=>({loaded:n[0]&64,currentPageIndex:n[0]&32}),Id=n=>({showNextPage:n[14].showNextPage,loaded:n[6],currentPageIndex:n[5]}),LI=n=>({loaded:n[0]&64,currentPageIndex:n[0]&32}),Ed=n=>({loaded:n[6],currentPageIndex:n[5]}),jI=n=>({loaded:n[0]&64,currentPageIndex:n[0]&32}),Md=n=>({showPrevPage:n[14].showPrevPage,loaded:n[6],currentPageIndex:n[5]});function kd(n){let t;const e=n[37].prev,i=Un(e,n,n[36],Md),s=i||zI(n);return{c(){s&&s.c()},m(o,r){s&&s.m(o,r),t=!0},p(o,r){i?i.p&&(!t||r[0]&96|r[1]&32)&&Xn(i,e,o,o[36],t?Yn(e,o[36],r,jI):Zn(o[36]),Md):s&&s.p&&(!t||r[0]&36)&&s.p(o,t?r:[-1,-1])},i(o){t||(x(s,o),t=!0)},o(o){O(s,o),t=!1},d(o){s&&s.d(o)}}}function zI(n){let t,e,i;return e=new bg({props:{direction:"prev",disabled:!n[2]&&n[5]===0}}),e.$on("click",n[23]),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","sc-carousel__arrow-container svelte-sme1z4")},m(s,o){B(s,t,o),ie(e,t,null),i=!0},p(s,o){const r={};o[0]&36&&(r.disabled=!s[2]&&s[5]===0),e.$set(r)},i(s){i||(x(e.$$.fragment,s),i=!0)},o(s){O(e.$$.fragment,s),i=!1},d(s){s&&z(t),ne(e)}}}function xd(n){let t,e,i;return e=new NC({props:{value:n[7]}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","sc-carousel-progress__container svelte-sme1z4")},m(s,o){B(s,t,o),ie(e,t,null),i=!0},p(s,o){const r={};o[0]&128&&(r.value=s[7]),e.$set(r)},i(s){i||(x(e.$$.fragment,s),i=!0)},o(s){O(e.$$.fragment,s),i=!1},d(s){s&&z(t),ne(e)}}}function Dd(n){let t;const e=n[37].next,i=Un(e,n,n[36],Id),s=i||OI(n);return{c(){s&&s.c()},m(o,r){s&&s.m(o,r),t=!0},p(o,r){i?i.p&&(!t||r[0]&96|r[1]&32)&&Xn(i,e,o,o[36],t?Yn(e,o[36],r,TI):Zn(o[36]),Id):s&&s.p&&(!t||r[0]&1060)&&s.p(o,t?r:[-1,-1])},i(o){t||(x(s,o),t=!0)},o(o){O(s,o),t=!1},d(o){s&&s.d(o)}}}function OI(n){let t,e,i;return e=new bg({props:{direction:"next",disabled:!n[2]&&n[5]===n[10]-1}}),e.$on("click",n[14].showNextPage),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","sc-carousel__arrow-container svelte-sme1z4")},m(s,o){B(s,t,o),ie(e,t,null),i=!0},p(s,o){const r={};o[0]&1060&&(r.disabled=!s[2]&&s[5]===s[10]-1),e.$set(r)},i(s){i||(x(e.$$.fragment,s),i=!0)},o(s){O(e.$$.fragment,s),i=!1},d(s){s&&z(t),ne(e)}}}function Sd(n){let t;const e=n[37].dots,i=Un(e,n,n[36],Pd),s=i||BI(n);return{c(){s&&s.c()},m(o,r){s&&s.m(o,r),t=!0},p(o,r){i?i.p&&(!t||r[0]&1120|r[1]&32)&&Xn(i,e,o,o[36],t?Yn(e,o[36],r,SI):Zn(o[36]),Pd):s&&s.p&&(!t||r[0]&1056)&&s.p(o,t?r:[-1,-1])},i(o){t||(x(s,o),t=!0)},o(o){O(s,o),t=!1},d(o){s&&s.d(o)}}}function BI(n){let t,e;return t=new jC({props:{pagesCount:n[10],currentPageIndex:n[5]}}),t.$on("pageChange",n[41]),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s[0]&1024&&(o.pagesCount=i[10]),s[0]&32&&(o.currentPageIndex=i[5]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function VI(n){let t,e,i,s,o,r,a,l,c,h,u,f,g=n[1]&&kd(n);const A=n[37].default,p=Un(A,n,n[36],Ed);let m=n[3]&&xd(n),v=n[1]&&Dd(n),y=n[4]&&Sd(n);return{c(){t=S("div"),e=S("div"),g&&g.c(),i=$(),s=S("div"),o=S("div"),p&&p.c(),a=$(),m&&m.c(),l=$(),v&&v.c(),c=$(),y&&y.c(),C(o,"class","sc-carousel__pages-container svelte-sme1z4"),T(o,"transform","translateX("+n[8]+"px)"),T(o,"transition-duration",n[9]+"ms"),T(o,"transition-timing-function",n[0]),C(s,"class","sc-carousel__pages-window svelte-sme1z4"),C(e,"class","sc-carousel__content-container svelte-sme1z4"),C(t,"class","sc-carousel__carousel-container svelte-sme1z4")},m(P,E){B(P,t,E),L(t,e),g&&g.m(e,null),L(e,i),L(e,s),L(s,o),p&&p.m(o,null),n[39](o),L(s,a),m&&m.m(s,null),n[40](s),L(e,l),v&&v.m(e,null),L(t,c),y&&y.m(t,null),h=!0,u||(f=[Gt(r=ZC.call(null,o,{thresholdProvider:n[38]})),Ae(o,"swipeStart",n[16]),Ae(o,"swipeMove",n[18]),Ae(o,"swipeEnd",n[19]),Ae(o,"swipeFailed",n[20]),Ae(o,"swipeThresholdReached",n[17]),Gt($C.call(null,s)),Ae(s,"hovered",n[21]),Gt(sP.call(null,s)),Ae(s,"tapped",n[22])],u=!0)},p(P,E){P[1]?g?(g.p(P,E),E[0]&2&&x(g,1)):(g=kd(P),g.c(),x(g,1),g.m(e,i)):g&&(ue(),O(g,1,1,()=>{g=null}),fe()),p&&p.p&&(!h||E[0]&96|E[1]&32)&&Xn(p,A,P,P[36],h?Yn(A,P[36],E,LI):Zn(P[36]),Ed),(!h||E[0]&256)&&T(o,"transform","translateX("+P[8]+"px)"),(!h||E[0]&512)&&T(o,"transition-duration",P[9]+"ms"),(!h||E[0]&1)&&T(o,"transition-timing-function",P[0]),r&&si(r.update)&&E[0]&2048&&r.update.call(null,{thresholdProvider:P[38]}),P[3]?m?(m.p(P,E),E[0]&8&&x(m,1)):(m=xd(P),m.c(),x(m,1),m.m(s,null)):m&&(ue(),O(m,1,1,()=>{m=null}),fe()),P[1]?v?(v.p(P,E),E[0]&2&&x(v,1)):(v=Dd(P),v.c(),x(v,1),v.m(e,null)):v&&(ue(),O(v,1,1,()=>{v=null}),fe()),P[4]?y?(y.p(P,E),E[0]&16&&x(y,1)):(y=Sd(P),y.c(),x(y,1),y.m(t,null)):y&&(ue(),O(y,1,1,()=>{y=null}),fe())},i(P){h||(x(g),x(p,P),x(m),x(v),x(y),h=!0)},o(P){O(g),O(p,P),O(m),O(v),O(y),h=!1},d(P){P&&z(t),g&&g.d(),p&&p.d(P),n[39](null),m&&m.d(),n[40](null),v&&v.d(),y&&y.d(),u=!1,tt(f)}}}function RI(n,t,e){let{$$slots:i={},$$scope:s}=t,o=[],r,a,l=0,c=0,h=1;const[{data:u,progressManager:f},g,A]=xI((re,Ie)=>{$a({currentPageIndex:()=>e(5,r=Ie),progressValue:()=>e(7,a=Ie),offset:()=>e(8,l=Ie),durationMs:()=>e(9,c=Ie),pagesCount:()=>e(10,h=Ie),loaded:()=>e(6,o=Ie)})(re)}),p=dr();let{timingFunction:m="ease-in-out"}=t,{arrows:v=!0}=t,{infinite:y=!0}=t,{initialPageIndex:P=0}=t,{duration:E=500}=t,{autoplay:k=!1}=t,{autoplayDuration:I=3e3}=t,{autoplayDirection:j=ki}=t,{pauseOnFocus:R=!1}=t,{autoplayProgressVisible:U=!1}=t,{dots:W=!0}=t,{swiping:N=!0}=t,{particlesToShow:Q=1}=t,{particlesToScroll:H=1}=t;function F(re,Ie){return G(this,null,function*(){const Fe=ks(Ie,"animated",!0);if(typeof re!="number")throw new Error("pageIndex should be a number");yield g.showPage(re,{animated:Fe})})}function Y(re){return G(this,null,function*(){const Ie=ks(re,"animated",!0);yield g.showPrevPage({animated:Ie})})}function Z(re){return G(this,null,function*(){const Ie=ks(re,"animated",!0);yield g.showNextPage({animated:Ie})})}let q=0,ee,de;const he=fP(({width:re})=>{e(11,q=re),u.particleWidth=q/u.particlesToShow,uP({particlesContainerChildren:de.children,particleWidth:u.particleWidth}),g.offsetPage({animated:!1})});function Pe(){const{clonesToAppend:re,clonesToPrepend:Ie}=gP({clonesCountHead:u.clonesCountHead,clonesCountTail:u.clonesCountTail,particlesContainerChildren:de.children});mP({particlesContainer:de,clonesToAppend:re,clonesToPrepend:Ie})}It(()=>{G(this,null,function*(){yield hc(),de&&ee&&(u.particlesCountWithoutClones=de.children.length,yield hc(),u.infinite&&Pe(),u.particlesCount=de.children.length,g.showPage(P,{animated:!1}),he.observe(ee))})}),zt(()=>{he.disconnect(),f.reset()});function Ce(re){return G(this,null,function*(){yield g.showPage(re,{animated:!0})})}function be(){N&&(u.durationMs=0)}function Qe(re){return G(this,null,function*(){N&&(yield $a({[ki]:g.showNextPage,[Gn]:g.showPrevPage})(re.detail.direction))})}function ye(re){N&&(u.offset+=re.detail.dx)}function qe(){N&&g.showParticle(u.currentParticleIndex)}function te(){return G(this,null,function*(){N&&(yield g.offsetPage({animated:!0}))})}function ve(re){u.focused=re.detail.value}function ze(){g.toggleFocused()}function me(){g.showPrevPage()}const it=()=>q/3;function lt(re){We[re?"unshift":"push"](()=>{de=re,e(13,de)})}function xe(re){We[re?"unshift":"push"](()=>{ee=re,e(12,ee)})}const ot=re=>Ce(re.detail);return n.$$set=re=>{"timingFunction"in re&&e(0,m=re.timingFunction),"arrows"in re&&e(1,v=re.arrows),"infinite"in re&&e(2,y=re.infinite),"initialPageIndex"in re&&e(24,P=re.initialPageIndex),"duration"in re&&e(25,E=re.duration),"autoplay"in re&&e(26,k=re.autoplay),"autoplayDuration"in re&&e(27,I=re.autoplayDuration),"autoplayDirection"in re&&e(28,j=re.autoplayDirection),"pauseOnFocus"in re&&e(29,R=re.pauseOnFocus),"autoplayProgressVisible"in re&&e(3,U=re.autoplayProgressVisible),"dots"in re&&e(4,W=re.dots),"swiping"in re&&e(30,N=re.swiping),"particlesToShow"in re&&e(31,Q=re.particlesToShow),"particlesToScroll"in re&&e(32,H=re.particlesToScroll),"$$scope"in re&&e(36,s=re.$$scope)},n.$$.update=()=>{n.$$.dirty[0]&32&&p("pageChange",r),n.$$.dirty[0]&4&&(u.infinite=y),n.$$.dirty[0]&33554432&&(u.durationMsInit=E),n.$$.dirty[0]&67108864&&(u.autoplay=k),n.$$.dirty[0]&134217728&&(u.autoplayDuration=I),n.$$.dirty[0]&268435456&&(u.autoplayDirection=j),n.$$.dirty[0]&536870912&&(u.pauseOnFocus=R),n.$$.dirty[1]&1&&(u.particlesToShowInit=Q),n.$$.dirty[1]&2&&(u.particlesToScrollInit=H)},[m,v,y,U,W,r,o,a,l,c,h,q,ee,de,g,Ce,be,Qe,ye,qe,te,ve,ze,me,P,E,k,I,j,R,N,Q,H,F,Y,Z,s,i,it,lt,xe,ot]}class HI extends ce{constructor(t){super(),le(this,t,RI,VI,ae,{timingFunction:0,arrows:1,infinite:2,initialPageIndex:24,duration:25,autoplay:26,autoplayDuration:27,autoplayDirection:28,pauseOnFocus:29,autoplayProgressVisible:3,dots:4,swiping:30,particlesToShow:31,particlesToScroll:32,goTo:33,goToPrev:34,goToNext:35},DI,[-1,-1])}get goTo(){return this.$$.ctx[33]}get goToPrev(){return this.$$.ctx[34]}get goToNext(){return this.$$.ctx[35]}}function NI(n){ge(n,"svelte-159ski6",".media-item.svelte-159ski6.svelte-159ski6{position:relative;height:100%}.media-content.svelte-159ski6.svelte-159ski6{position:relative;pointer-events:auto;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;-o-object-fit:inherit;object-fit:inherit}.media-content.showPlayButton.svelte-159ski6.svelte-159ski6{pointer-events:none}.video-icon.svelte-159ski6.svelte-159ski6{width:12.5rem;height:6.25rem;max-width:60%;max-height:60%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.video-play-button-container.svelte-159ski6.svelte-159ski6{display:none;position:absolute;width:100%;height:100%;top:0;left:0;transform:translate3d(0, 0, 0)}.video-play-button-container.showPlayButton.svelte-159ski6.svelte-159ski6{pointer-events:none;display:block}.video-icon.svelte-159ski6.svelte-159ski6{pointer-events:auto}.video-icon.large.svelte-159ski6.svelte-159ski6{width:12.5rem;height:6.25rem}.video-icon.small.svelte-159ski6.svelte-159ski6{width:1.75rem;height:1.75rem}.video-icon.svelte-159ski6 .video-icon-img.svelte-159ski6{width:100%;height:100%;background-position:center center;background-size:contain;background-repeat:no-repeat}.video-icon.svelte-159ski6 .video-icon-img.canPlay.svelte-159ski6{cursor:pointer}")}function Td(n){let t;function e(o,r){if(o[2].type==="Image")return QI;if(o[2].type==="Video")return GI}let i=e(n),s=i&&i(n);return{c(){t=S("div"),s&&s.c(),C(t,"class","media-item svelte-159ski6"),C(t,"draggable","false")},m(o,r){B(o,t,r),s&&s.m(t,null)},p(o,r){i===(i=e(o))&&s?s.p(o,r):(s&&s.d(1),s=i&&i(o),s&&(s.c(),s.m(t,null)))},d(o){o&&z(t),s&&s.d()}}}function GI(n){let t,e,i,s,o,r;function a(h,u){return h[8]&&h[2].videoCoverUrl?_I:FI}let l=a(n),c=l(n);return{c(){c.c(),t=$(),e=S("div"),i=S("div"),s=S("div"),C(s,"class","video-icon-img svelte-159ski6"),T(s,"background-image","url("+n[21]()+")"),K(s,"canPlay",n[5]),C(i,"class","video-icon svelte-159ski6"),K(i,"large",n[4]==="large"),K(i,"small",n[4]==="small"),C(e,"class","video-play-button-container svelte-159ski6"),K(e,"showPlayButton",n[11])},m(h,u){c.m(h,u),B(h,t,u),B(h,e,u),L(e,i),L(i,s),o||(r=Ae(s,"click",n[22]),o=!0)},p(h,u){l===(l=a(h))&&c?c.p(h,u):(c.d(1),c=l(h),c&&(c.c(),c.m(t.parentNode,t))),u&8&&T(s,"background-image","url("+h[21]()+")"),u&32&&K(s,"canPlay",h[5]),u&16&&K(i,"large",h[4]==="large"),u&16&&K(i,"small",h[4]==="small"),u&2048&&K(e,"showPlayButton",h[11])},d(h){c.d(h),h&&z(t),h&&z(e),o=!1,r()}}}function QI(n){let t,e,i;return{c(){t=S("img"),C(t,"class","media-content svelte-159ski6"),at(t.src,e=n[2].url)||C(t,"src",e),C(t,"alt",i=n[2].name),C(t,"draggable",!1),T(t,"object-fit",n[7])},m(s,o){B(s,t,o)},p(s,o){o&4&&!at(t.src,e=s[2].url)&&C(t,"src",e),o&4&&i!==(i=s[2].name)&&C(t,"alt",i),o&128&&T(t,"object-fit",s[7])},d(s){s&&z(t)}}}function FI(n){let t,e,i,s,o,r;return{c(){t=S("video"),C(t,"class","media-content svelte-159ski6"),at(t.src,e=n[2].videoCoverUrl?n[2].url:n[2].url+"#t=0.1")||C(t,"src",e),C(t,"poster",i=n[2].videoCoverUrl),C(t,"preload",s=n[2].videoCoverUrl?"none":"auto"),C(t,"disablepictureinpicture",""),t.playsInline=!0,C(t,"paused",""),t.muted=!0,C(t,"draggable",!1),t.loop=!1,C(t,"crossorigin",""),t.autoplay=n[6],t.controls=!1,K(t,"showPlayButton",n[11]),T(t,"object-fit",n[7])},m(a,l){B(a,t,l),n[20](t),o||(r=[Ae(t,"play",n[15]),Ae(t,"pause",n[16]),Ae(t,"error",n[17]),Ae(t,"ended",n[18]),Ae(t,"click",n[19])],o=!0)},p(a,l){l&4&&!at(t.src,e=a[2].videoCoverUrl?a[2].url:a[2].url+"#t=0.1")&&C(t,"src",e),l&4&&i!==(i=a[2].videoCoverUrl)&&C(t,"poster",i),l&4&&s!==(s=a[2].videoCoverUrl?"none":"auto")&&C(t,"preload",s),l&64&&(t.autoplay=a[6]),l&2048&&K(t,"showPlayButton",a[11]),l&128&&T(t,"object-fit",a[7])},d(a){a&&z(t),n[20](null),o=!1,tt(r)}}}function _I(n){let t,e,i;return{c(){t=S("img"),C(t,"class","media-content svelte-159ski6"),at(t.src,e=n[2].videoCoverUrl)||C(t,"src",e),C(t,"alt",i=n[2].name),C(t,"draggable",!1),T(t,"object-fit",n[7])},m(s,o){B(s,t,o)},p(s,o){o&4&&!at(t.src,e=s[2].videoCoverUrl)&&C(t,"src",e),o&4&&i!==(i=s[2].name)&&C(t,"alt",i),o&128&&T(t,"object-fit",s[7])},d(s){s&&z(t)}}}function WI(n){let t,e=n[2]&&Td(n);return{c(){e&&e.c(),t=we()},m(i,s){e&&e.m(i,s),B(i,t,s)},p(i,[s]){i[2]?e?e.p(i,s):(e=Td(i),e.c(),e.m(t.parentNode,t)):e&&(e.d(1),e=null)},i:J,o:J,d(i){e&&e.d(i),i&&z(t)}}}function UI(n,t,e){let i,s,{mediaInstance:o={videoInstance:void 0,paused:!0}}=t,{tag:r}=t,{media:a}=t,{playButtonIfNeed:l="withoutText"}=t,{playButtonSizeIfNeed:c="small"}=t,{canPlay:h=!0}=t,{autoplayVideo:u=!1}=t,{objectFit:f="fill"}=t,{disableVideoIfHavePoster:g=!1}=t,A=!0,p=!1;function m(){e(9,p=(a==null?void 0:a.type)==="Video"&&!!a.videoCoverUrl)}const v=Ii("mediaStore"),y=Ii("hooks"),P=()=>{p||i&&(e(10,i.muted=!0,i),i.play(),i.pause(),e(10,i.muted=!1,i),e(9,p=!0))};y.on("loadVideoFirstFrame",P),It(()=>{v.subscribe(({currentMediaElement:Q})=>{Q!==i&&(i==null||i.pause())})});const E=Q=>{e(11,A=!1),e(0,o.paused=!1,o),e(9,p=!0),i&&v.set({currentMediaElement:i}),y.emit("playStateChange",{event:Q,state:"playing",tag:r,mediaInstance:i})},k=Q=>{e(11,A=!0),e(0,o.paused=!0,o),y.emit("playStateChange",{event:Q,state:"paused",tag:r,mediaInstance:i})},I=Q=>{e(11,A=!0),e(0,o.paused=!0,o),y.emit("playStateChange",{event:Q,state:"paused",tag:r,mediaInstance:i})},j=Q=>{e(11,A=!0),e(0,o.paused=!0,o),y.emit("playStateChange",{event:Q,state:"paused",tag:r,mediaInstance:i})},R=Q=>{i&&i.pause()};function U(Q){We[Q?"unshift":"push"](()=>{o.videoInstance=Q,e(0,o)})}const W=()=>l==="withText"?Ll:l==="withoutText"?Ja:l,N=Q=>{h&&i&&(e(10,i.muted=!1,i),i.play())};return n.$$set=Q=>{"mediaInstance"in Q&&e(0,o=Q.mediaInstance),"tag"in Q&&e(1,r=Q.tag),"media"in Q&&e(2,a=Q.media),"playButtonIfNeed"in Q&&e(3,l=Q.playButtonIfNeed),"playButtonSizeIfNeed"in Q&&e(4,c=Q.playButtonSizeIfNeed),"canPlay"in Q&&e(5,h=Q.canPlay),"autoplayVideo"in Q&&e(6,u=Q.autoplayVideo),"objectFit"in Q&&e(7,f=Q.objectFit),"disableVideoIfHavePoster"in Q&&e(8,g=Q.disableVideoIfHavePoster)},n.$$.update=()=>{if(n.$$.dirty&1&&e(10,i=o.videoInstance),n.$$.dirty&4&&e(14,s=a==null?void 0:a.url),n.$$.dirty&16384&&s&&m(),n.$$.dirty&1024&&i&&e(11,A=i.paused),n.$$.dirty&1540&&(a==null?void 0:a.type)==="Video"&&!p){const Q=navigator.userAgent.toLowerCase().indexOf("micromessenger")!==-1,F=navigator.userAgent.toLowerCase().indexOf("iphone")!==-1&&Q;i&&F&&i.paused&&(document.removeEventListener("WeixinJSBridgeReady",P),document.removeEventListener("touchstart",P),document.removeEventListener("click",P),document.addEventListener("WeixinJSBridgeReady",P),document.addEventListener("touchstart",P),document.addEventListener("click",P))}},[o,r,a,l,c,h,u,f,g,p,i,A,v,y,s,E,k,I,j,R,U,W,N]}class Sg extends ce{constructor(t){super(),le(this,t,UI,WI,ae,{mediaInstance:0,tag:1,media:2,playButtonIfNeed:3,playButtonSizeIfNeed:4,canPlay:5,autoplayVideo:6,objectFit:7,disableVideoIfHavePoster:8},NI)}}function YI(n){ge(n,"svelte-1mrbqlg",".media-list-wrapper.svelte-1mrbqlg.svelte-1mrbqlg{width:100%;height:100%;position:relative;overflow:hidden;border-radius:0.125rem}.media-list-wrapper.svelte-1mrbqlg .media-list.svelte-1mrbqlg{position:relative;pointer-events:auto;height:100%;left:50%;top:50%;transform:translate(-50%, -50%)}.media-list-wrapper.svelte-1mrbqlg .media-list.svelte-1mrbqlg .sc-carousel__carousel-container,.media-list-wrapper.svelte-1mrbqlg .media-list.svelte-1mrbqlg .sc-carousel__content-container{height:100%}")}function Ld(n,t,e){const i=n.slice();return i[28]=t[e],i[29]=t,i[30]=e,i}function jd(n){let t,e,i,s,o,r,a;const l=[ZI,XI],c=[];function h(u,f){return u[13]&&u[10].length>1?0:1}return i=h(n),s=c[i]=l[i](n),{c(){t=S("div"),e=S("div"),s.c(),C(e,"class","media-list svelte-1mrbqlg"),K(e,"carouselEnabled",n[13]),C(t,"class","media-list-wrapper svelte-1mrbqlg"),K(t,"unfolded",n[5])},m(u,f){B(u,t,f),L(t,e),c[i].m(e,null),a=!0},p(u,f){n=u;let g=i;i=h(n),i===g?c[i].p(n,f):(ue(),O(c[g],1,1,()=>{c[g]=null}),fe(),s=c[i],s?s.p(n,f):(s=c[i]=l[i](n),s.c()),x(s,1),s.m(e,null)),(!a||f[0]&8192)&&K(e,"carouselEnabled",n[13]),(!a||f[0]&32)&&K(t,"unfolded",n[5])},i(u){a||(x(s),u&&Je(()=>{a&&(r&&r.end(1),o=sn(t,gc,n[6]?{y:4,duration:n[4],delay:n[2],easing:gi}:void 0),o.start())}),a=!0)},o(u){O(s),o&&o.invalidate(),u&&(r=qn(t,gc,n[6]?{y:4,duration:n[4],delay:n[3],easing:gi}:void 0)),a=!1},d(u){u&&z(t),c[i].d(),u&&r&&r.end()}}}function XI(n){let t,e,i;const s=[{media:n[1][0]},{autoplayVideo:n[14]},n[7],{tag:n[0]}];function o(a){n[21](a)}let r={};for(let a=0;a<s.length;a+=1)r=ft(r,s[a]);return n[8][0]!==void 0&&(r.mediaInstance=n[8][0]),t=new Sg({props:r}),We.push(()=>wl(t,"mediaInstance",o)),{c(){se(t.$$.fragment)},m(a,l){ie(t,a,l),i=!0},p(a,l){const c=l[0]&16515?yt(s,[l[0]&2&&{media:a[1][0]},l[0]&16384&&{autoplayVideo:a[14]},l[0]&128&&yf(a[7]),l[0]&1&&{tag:a[0]}]):{};!e&&l[0]&256&&(e=!0,c.mediaInstance=a[8][0],pl(()=>e=!1)),t.$set(c)},i(a){i||(x(t.$$.fragment,a),i=!0)},o(a){O(t.$$.fragment,a),i=!1},d(a){ne(t,a)}}}function ZI(n){let t,e,i={dots:!1,arrows:!1,$$slots:{default:[JI]},$$scope:{ctx:n}};return t=new HI({props:i}),n[19](t),t.$on("pageChange",n[20]),{c(){se(t.$$.fragment)},m(s,o){ie(t,s,o),e=!0},p(s,o){const r={};o[0]&1409|o[1]&1&&(r.$$scope={dirty:o,ctx:s}),t.$set(r)},i(s){e||(x(t.$$.fragment,s),e=!0)},o(s){O(t.$$.fragment,s),e=!1},d(s){n[19](null),ne(t,s)}}}function zd(n){let t,e,i;const s=[n[7],{media:n[28]},{tag:n[0]}];function o(a){n[18](a,n[30])}let r={};for(let a=0;a<s.length;a+=1)r=ft(r,s[a]);return n[8][n[30]]!==void 0&&(r.mediaInstance=n[8][n[30]]),t=new Sg({props:r}),We.push(()=>wl(t,"mediaInstance",o)),{c(){se(t.$$.fragment)},m(a,l){ie(t,a,l),i=!0},p(a,l){n=a;const c=l[0]&1153?yt(s,[l[0]&128&&yf(n[7]),l[0]&1024&&{media:n[28]},l[0]&1&&{tag:n[0]}]):{};!e&&l[0]&256&&(e=!0,c.mediaInstance=n[8][n[30]],pl(()=>e=!1)),t.$set(c)},i(a){i||(x(t.$$.fragment,a),i=!0)},o(a){O(t.$$.fragment,a),i=!1},d(a){ne(t,a)}}}function JI(n){let t,e,i=n[10],s=[];for(let r=0;r<i.length;r+=1)s[r]=zd(Ld(n,i,r));const o=r=>O(s[r],1,1,()=>{s[r]=null});return{c(){for(let r=0;r<s.length;r+=1)s[r].c();t=we()},m(r,a){for(let l=0;l<s.length;l+=1)s[l]&&s[l].m(r,a);B(r,t,a),e=!0},p(r,a){if(a[0]&1409){i=r[10];let l;for(l=0;l<i.length;l+=1){const c=Ld(r,i,l);s[l]?(s[l].p(c,a),x(s[l],1)):(s[l]=zd(c),s[l].c(),x(s[l],1),s[l].m(t.parentNode,t))}for(ue(),l=i.length;l<s.length;l+=1)o(l);fe()}},i(r){if(!e){for(let a=0;a<i.length;a+=1)x(s[a]);e=!0}},o(r){s=s.filter(Boolean);for(let a=0;a<s.length;a+=1)O(s[a]);e=!1},d(r){Qt(s,r),r&&z(t)}}}function qI(n){let t,e,i=n[5]&&jd(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,o){s[5]?i?(i.p(s,o),o[0]&32&&x(i,1)):(i=jd(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function KI(n,t,e){let i,s,o,r,{tag:a}=t,{mediaData:l}=t,{inDelay:c=0}=t,{outDelay:h=0}=t,{duration:u=0}=t,{unfolded:f=!0}=t,{animation:g=!0}=t,{mediaItemConfig:A}=t,{enableCarousel:p=!0}=t,{autoplayConfig:m={}}=t;const{autoplayVideo:v=!1,autoplayCarousel:y=!0,autoplayVideoInCarousel:P=!1}=m;let E=[],k=0,I,j=null;const R=Ii("hooks"),U=Ii("mediaStore");function W(){const Y=E[k],Z=Y==null?void 0:Y.videoInstance;Z&&(Z.paused?(Z.muted=!1,Z.play()):Z.pause())}It(()=>{R.on("click",Y=>{var Z,q,ee;(ee=(q=(Z=a.tag3DContentSvelte)==null?void 0:Z.css3DInstance)==null?void 0:q.css3DObject)!=null&&ee.opacityMesh&&Y.tag.id===a.id&&W()}),j=setInterval(()=>{r&&(I==null||I.goToNext())},3e3)}),zt(()=>{clearInterval(j),R.off("click",W)});function N(Y,Z){n.$$.not_equal(E[Z],Y)&&(E[Z]=Y,e(8,E))}function Q(Y){We[Y?"unshift":"push"](()=>{I=Y,e(12,I)})}const H=Y=>{i||U.set({currentMediaElement:null}),e(11,k=Y.detail)};function F(Y){n.$$.not_equal(E[0],Y)&&(E[0]=Y,e(8,E))}return n.$$set=Y=>{"tag"in Y&&e(0,a=Y.tag),"mediaData"in Y&&e(1,l=Y.mediaData),"inDelay"in Y&&e(2,c=Y.inDelay),"outDelay"in Y&&e(3,h=Y.outDelay),"duration"in Y&&e(4,u=Y.duration),"unfolded"in Y&&e(5,f=Y.unfolded),"animation"in Y&&e(6,g=Y.animation),"mediaItemConfig"in Y&&e(7,A=Y.mediaItemConfig),"enableCarousel"in Y&&e(16,p=Y.enableCarousel),"autoplayConfig"in Y&&e(17,m=Y.autoplayConfig)},n.$$.update=()=>{n.$$.dirty[0]&256&&e(9,i=E.every(Y=>Y.paused)),n.$$.dirty[0]&65538&&e(13,s=p&&(l==null?void 0:l.length)>1),n.$$.dirty[0]&2&&e(10,o=l),n.$$.dirty[0]&1536&&(r=o.length>1&&y&&i)},[a,l,c,h,u,f,g,A,E,i,o,k,I,s,v,U,p,m,N,Q,H,F]}class Tg extends ce{constructor(t){super(),le(this,t,KI,qI,ae,{tag:0,mediaData:1,inDelay:2,outDelay:3,duration:4,unfolded:5,animation:6,mediaItemConfig:7,enableCarousel:16,autoplayConfig:17},YI,[-1,-1])}}function $I(n){ge(n,"svelte-1f7m1lj",".line.svelte-1f7m1lj{position:absolute;width:6.5625rem;height:1.3125rem;transform:translateY(-100%)}.text.svelte-1f7m1lj{position:absolute;width:6.25rem;left:1rem;bottom:0.0625rem;font-weight:600}.media-wrapper.svelte-1f7m1lj{position:absolute;left:0.875rem;top:-5.3125rem;width:5.625rem;height:3.75rem;font-weight:600}")}function Od(n){let t,e,i,s,o,r,a,l;t=new Wt({props:{visible:n[3],left:61,bottom:57,width:2,blurRadius:150,spreadRadius:75}}),s=new EC({props:{unfolded:n[3],outDelay:400}});let c=n[2]&&Bd(n),h=n[1]&&Vd(n);return{c(){se(t.$$.fragment),e=$(),i=S("div"),se(s.$$.fragment),o=$(),c&&c.c(),r=$(),h&&h.c(),a=we(),C(i,"class","line svelte-1f7m1lj")},m(u,f){ie(t,u,f),B(u,e,f),B(u,i,f),ie(s,i,null),B(u,o,f),c&&c.m(u,f),B(u,r,f),h&&h.m(u,f),B(u,a,f),l=!0},p(u,f){const g={};f&8&&(g.visible=u[3]),t.$set(g);const A={};f&8&&(A.unfolded=u[3]),s.$set(A),u[2]?c?(c.p(u,f),f&4&&x(c,1)):(c=Bd(u),c.c(),x(c,1),c.m(r.parentNode,r)):c&&(ue(),O(c,1,1,()=>{c=null}),fe()),u[1]?h?(h.p(u,f),f&2&&x(h,1)):(h=Vd(u),h.c(),x(h,1),h.m(a.parentNode,a)):h&&(ue(),O(h,1,1,()=>{h=null}),fe())},i(u){l||(x(t.$$.fragment,u),x(s.$$.fragment,u),x(c),x(h),l=!0)},o(u){O(t.$$.fragment,u),O(s.$$.fragment,u),O(c),O(h),l=!1},d(u){ne(t,u),u&&z(e),u&&z(i),ne(s),u&&z(o),c&&c.d(u),u&&z(r),h&&h.d(u),u&&z(a)}}}function Bd(n){let t,e,i;return e=new Ag({props:{unfolded:n[3],content:n[2],inDelay:500}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","text svelte-1f7m1lj")},m(s,o){B(s,t,o),ie(e,t,null),i=!0},p(s,o){const r={};o&8&&(r.unfolded=s[3]),o&4&&(r.content=s[2]),e.$set(r)},i(s){i||(x(e.$$.fragment,s),i=!0)},o(s){O(e.$$.fragment,s),i=!1},d(s){s&&z(t),ne(e)}}}function Vd(n){let t,e,i;return e=new Tg({props:{autoplayConfig:{autoplayCarousel:!1},unfolded:n[3],mediaData:n[1],tag:n[0],enableCarousel:!1,mediaItemConfig:{canPlay:!1,playButtonSizeIfNeed:"small",disableVideoIfHavePoster:!0},inDelay:500,duration:500}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","media-wrapper svelte-1f7m1lj")},m(s,o){B(s,t,o),ie(e,t,null),i=!0},p(s,o){const r={};o&8&&(r.unfolded=s[3]),o&2&&(r.mediaData=s[1]),o&1&&(r.tag=s[0]),e.$set(r)},i(s){i||(x(e.$$.fragment,s),i=!0)},o(s){O(e.$$.fragment,s),i=!1},d(s){s&&z(t),ne(e)}}}function eE(n){let t,e,i=n[0].state&&Od(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&x(i,1)):(i=Od(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function tE(n,t,e){let i,s,o,r,{tag:a}=t;return n.$$set=l=>{"tag"in l&&e(0,a=l.tag)},n.$$.update=()=>{var l,c,h;n.$$.dirty&1&&e(3,i=a.state?a.state.unfolded:!1),n.$$.dirty&1&&e(4,s=(c=(l=a.data.title)!=null?l:a.data.text)!=null?c:""),n.$$.dirty&16&&e(2,o=((h=s.length)!=null?h:0)>7?s.substring(0,6)+"...":s),n.$$.dirty&1&&e(1,r=a.data.mediaData)},[a,r,o,i,s]}class iE extends ce{constructor(t){super(),le(this,t,tE,eE,ae,{tag:0},$I)}}function nE(n){ge(n,"svelte-sezqcq",'@charset "UTF-8";.svelte-sezqcq.svelte-sezqcq{box-sizing:border-box}.marketing.svelte-sezqcq.svelte-sezqcq{transform:translateY(-100%)}.marketing.svelte-sezqcq .line.svelte-sezqcq{position:absolute;height:1.875rem;width:0.0625rem;left:50%;transform:translateX(-50%);background-color:white;bottom:0;transform-origin:bottom;transition:all 500ms}.marketing.svelte-sezqcq .content.svelte-sezqcq{position:relative;min-width:7.5rem;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;border-radius:0.25rem;top:-1.875rem;left:-1rem;padding:0.5rem 0rem 0.5625rem;transition-property:opacity, transform;transition-duration:500ms}.marketing.svelte-sezqcq .content .headerImage.svelte-sezqcq{position:absolute;width:100%;top:0.25rem;transform:translateY(-100%);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.title-wrapper.svelte-sezqcq.svelte-sezqcq{position:relative;width:100%;height:1.125rem}.title-wrapper.svelte-sezqcq .title.svelte-sezqcq{border-radius:0.25rem;width:100%;padding-left:0.625rem;padding-right:0.625rem}.title-wrapper.svelte-sezqcq .title .text.svelte-sezqcq{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.75rem;font-weight:bold;line-height:1.125rem}.footer.svelte-sezqcq.svelte-sezqcq{position:relative;padding:0.5rem 0.625rem 0 0;width:100%;display:flex;align-items:center}.footer.svelte-sezqcq .goto-button.svelte-sezqcq{display:flex;align-self:flex-end;flex-wrap:wrap;align-items:center;overflow:hidden;height:0.875rem}.footer.svelte-sezqcq .goto-button .gap.svelte-sezqcq{height:100%;width:0.625rem}.footer.svelte-sezqcq .goto-button .text.svelte-sezqcq{display:block;height:100%;font-size:0.625rem}.footer.svelte-sezqcq .arrow-wrapper.svelte-sezqcq{height:0.875rem;display:flex;align-self:flex-end;flex-grow:0;flex-shrink:0;align-items:center;margin-left:0.25rem}.footer.svelte-sezqcq .arrow-wrapper svg.arrow.svelte-sezqcq{width:0.375rem;height:0.625rem}.footer.svelte-sezqcq .price.svelte-sezqcq{flex-shrink:0;margin-right:auto;white-space:nowrap;display:flex;align-items:baseline;margin-left:0.625rem}.footer.svelte-sezqcq .price .value.svelte-sezqcq{position:relative;font-size:0.875rem;line-height:1rem;font-family:TG-TYPE, PingFangSC, Segoe UI, Rototo, sans-serif;letter-spacing:0rem}.footer.svelte-sezqcq .price .unit.svelte-sezqcq{padding-left:0.125rem;font-size:0.625rem}.tags-wrapper.svelte-sezqcq.svelte-sezqcq{position:relative;overflow:hidden;height:1rem;margin-top:0.25rem}.tags-wrapper.svelte-sezqcq .tags.svelte-sezqcq{position:relative;display:inline-flex;max-width:100%;flex-wrap:wrap;padding-left:0.625rem;padding-right:0.375rem}.tags-wrapper.svelte-sezqcq .tags .tag.svelte-sezqcq{display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0;font-size:0.625rem;height:1rem;margin-right:0.25rem;margin-bottom:0.625rem;padding:0 0.25rem;border-radius:0.125rem;max-width:100%;text-overflow:ellipsis;overflow:hidden}.marketing.light.svelte-sezqcq .content.svelte-sezqcq{background-color:white}.marketing.light.svelte-sezqcq .content .title-wrapper .title .text.svelte-sezqcq{color:rgba(0, 0, 0, 0.8)}.marketing.light.svelte-sezqcq .content .tags-wrapper .tags .primary-tag.svelte-sezqcq{background:rgba(234, 208, 154, 0.5);color:#946700}.marketing.light.svelte-sezqcq .content .tags-wrapper .tags .secondary-tag.svelte-sezqcq{background:rgba(0, 0, 0, 0.06);color:rgba(0, 0, 0, 0.5)}.marketing.light.svelte-sezqcq .content .footer.svelte-sezqcq{color:#946700;fill:#946700}.marketing.dark.svelte-sezqcq .content.svelte-sezqcq{background-color:rgba(0, 0, 0, 0.5)}.marketing.dark.svelte-sezqcq .content .title-wrapper .title .text.svelte-sezqcq{color:white}.marketing.dark.svelte-sezqcq .content .tags-wrapper .tags .primary-tag.svelte-sezqcq{background:rgba(234, 208, 154, 0.5);color:white}.marketing.dark.svelte-sezqcq .content .tags-wrapper .tags .secondary-tag.svelte-sezqcq{background:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 0.85)}.marketing.dark.svelte-sezqcq .content .footer.svelte-sezqcq{color:#ead09a;fill:#ead09a}.marketing.unfolded.svelte-sezqcq .line.svelte-sezqcq{transform:translateX(-50%) scale(1, 1)}.marketing.folded.svelte-sezqcq .line.svelte-sezqcq{transform:translateX(-50%) scale(1, 0);transition-timing-function:ease-in}.marketing.unfolded.svelte-sezqcq .content.svelte-sezqcq{opacity:1}.marketing.folded.svelte-sezqcq .content.svelte-sezqcq{opacity:0;transform:translateY(0.425rem);transition-timing-function:ease-in}')}function Rd(n,t,e){const i=n.slice();return i[0]=t[e],i}function Hd(n,t,e){const i=n.slice();return i[0]=t[e],i}function Nd(n){let t,e;return{c(){t=S("img"),C(t,"class","headerImage svelte-sezqcq"),at(t.src,e=n[3].headerPictureUrl)||C(t,"src",e),C(t,"alt","")},m(i,s){B(i,t,s)},p(i,s){s&8&&!at(t.src,e=i[3].headerPictureUrl)&&C(t,"src",e)},d(i){i&&z(t)}}}function Gd(n){let t,e,i,s,o,r=n[2]||[],a=[];for(let h=0;h<r.length;h+=1)a[h]=Qd(Hd(n,r,h));let l=n[5]||[],c=[];for(let h=0;h<l.length;h+=1)c[h]=Fd(Rd(n,l,h));return{c(){t=S("div"),e=S("div");for(let h=0;h<a.length;h+=1)a[h].c();i=$();for(let h=0;h<c.length;h+=1)c[h].c();C(e,"class","tags svelte-sezqcq"),C(t,"class","tags-wrapper svelte-sezqcq")},m(h,u){B(h,t,u),L(t,e);for(let f=0;f<a.length;f+=1)a[f]&&a[f].m(e,null);L(e,i);for(let f=0;f<c.length;f+=1)c[f]&&c[f].m(e,null);s||(o=[Gt(Ti.call(null,e)),Ae(e,"clientHeight",n[11])],s=!0)},p(h,u){if(u&4){r=h[2]||[];let f;for(f=0;f<r.length;f+=1){const g=Hd(h,r,f);a[f]?a[f].p(g,u):(a[f]=Qd(g),a[f].c(),a[f].m(e,i))}for(;f<a.length;f+=1)a[f].d(1);a.length=r.length}if(u&32){l=h[5]||[];let f;for(f=0;f<l.length;f+=1){const g=Rd(h,l,f);c[f]?c[f].p(g,u):(c[f]=Fd(g),c[f].c(),c[f].m(e,null))}for(;f<c.length;f+=1)c[f].d(1);c.length=l.length}},d(h){h&&z(t),Qt(a,h),Qt(c,h),s=!1,tt(o)}}}function Qd(n){let t,e=n[0]+"",i;return{c(){t=S("div"),i=ke(e),C(t,"class","tag primary-tag svelte-sezqcq"),T(t,"min-width",Fl)},m(s,o){B(s,t,o),L(t,i)},p(s,o){o&4&&e!==(e=s[0]+"")&&De(i,e)},d(s){s&&z(t)}}}function Fd(n){let t,e=n[0]+"",i;return{c(){t=S("div"),i=ke(e),C(t,"class","tag secondary-tag svelte-sezqcq"),T(t,"min-width",Fl)},m(s,o){B(s,t,o),L(t,i)},p(s,o){o&32&&e!==(e=s[0]+"")&&De(i,e)},d(s){s&&z(t)}}}function _d(n){let t,e,i=n[7]&&Wd(n),s=n[3].highlightText&&Yd(n);return{c(){t=S("div"),i&&i.c(),e=$(),s&&s.c(),C(t,"class","footer svelte-sezqcq")},m(o,r){B(o,t,r),i&&i.m(t,null),L(t,e),s&&s.m(t,null)},p(o,r){o[7]?i?i.p(o,r):(i=Wd(o),i.c(),i.m(t,e)):i&&(i.d(1),i=null),o[3].highlightText?s?s.p(o,r):(s=Yd(o),s.c(),s.m(t,null)):s&&(s.d(1),s=null)},d(o){o&&z(t),i&&i.d(),s&&s.d()}}}function Wd(n){let t,e,i=n[3].price.value+"",s,o,r=n[3].price.unit&&Ud(n);return{c(){t=S("div"),e=S("span"),s=ke(i),o=$(),r&&r.c(),C(e,"class","value svelte-sezqcq"),C(t,"class","price svelte-sezqcq")},m(a,l){B(a,t,l),L(t,e),L(e,s),L(t,o),r&&r.m(t,null)},p(a,l){l&8&&i!==(i=a[3].price.value+"")&&De(s,i),a[3].price.unit?r?r.p(a,l):(r=Ud(a),r.c(),r.m(t,null)):r&&(r.d(1),r=null)},d(a){a&&z(t),r&&r.d()}}}function Ud(n){let t,e=n[3].price.unit+"",i;return{c(){t=S("span"),i=ke(e),C(t,"class","unit svelte-sezqcq")},m(s,o){B(s,t,o),L(t,i)},p(s,o){o&8&&e!==(e=s[3].price.unit+"")&&De(i,e)},d(s){s&&z(t)}}}function Yd(n){let t,e,i,s,o=n[3].highlightText+"",r,a,l;return{c(){t=S("div"),e=S("div"),i=$(),s=S("span"),r=ke(o),a=$(),l=S("div"),l.innerHTML='<svg class="arrow svelte-sezqcq" viewBox="0 0 6 9"><g transform="translate(-3, -2)" fill-rule="nonzero" class="svelte-sezqcq"><path d="M4.43868724,2.12056563 C4.28121824,1.95989074 4.02582143,1.95979988 3.86824251,2.1203627 C3.72498894,2.26632889 3.71189225,2.49481723 3.82900374,2.65587166 L6.57092402,5.92894326 C6.72651763,6.11470411 6.72651763,6.38529589 6.57092402,6.57105674 L3.86804348,9.79798499 C3.72488984,9.94405307 3.71194952,10.1725507 3.8291712,10.3335217 L3.86824251,10.3796373 C4.01149607,10.5256035 4.23559087,10.5387981 4.39346025,10.4192733 L4.43868724,10.3794344 L8.1144599,6.5985342 C8.30312347,6.40447482 8.30312347,6.09552518 8.1144599,5.9014658 L4.43868724,2.12056563 Z" class="svelte-sezqcq"></path></g></svg>',C(e,"class","gap svelte-sezqcq"),C(s,"class","text svelte-sezqcq"),C(t,"class","goto-button goto-icon svelte-sezqcq"),C(l,"class","arrow-wrapper svelte-sezqcq")},m(c,h){B(c,t,h),L(t,e),L(t,i),L(t,s),L(s,r),B(c,a,h),B(c,l,h)},p(c,h){h&8&&o!==(o=c[3].highlightText+"")&&De(r,o)},d(c){c&&z(t),c&&z(a),c&&z(l)}}}function sE(n){var E,k;let t,e,i,s,o,r,a,l,c,h,u=n[3].title+"",f,g,A,p,m;e=new Wt({props:{visible:n[4],outDelay:500,left:61,bottom:87,blurRadius:150,spreadRadius:75}});let v=n[3].headerPictureUrl&&Nd(n),y=((E=n[2].length)!=null?E:0)+((k=n[5].length)!=null?k:0)>0&&Gd(n),P=(n[7]||n[3].highlightText)&&_d(n);return{c(){t=S("div"),se(e.$$.fragment),i=$(),s=S("div"),o=$(),r=S("div"),v&&v.c(),a=$(),l=S("div"),c=S("div"),h=S("div"),f=ke(u),g=$(),y&&y.c(),A=$(),P&&P.c(),C(s,"class","line svelte-sezqcq"),T(s,"transition-delay",n[4]?Mo+"ms":ko+Zd-Xd-40+"ms"),C(h,"class","text svelte-sezqcq"),C(c,"class","title svelte-sezqcq"),C(l,"class","title-wrapper svelte-sezqcq"),C(r,"class","content svelte-sezqcq"),T(r,"max-width",$t(n[9])),T(r,"transition-delay",n[4]?Mo+ko+"ms":"0ms"),C(t,"class",p=_e(`marketing ${n[6]}`)+" svelte-sezqcq"),K(t,"unfolded",n[4]),K(t,"folded",n[8])},m(I,j){B(I,t,j),ie(e,t,null),L(t,i),L(t,s),L(t,o),L(t,r),v&&v.m(r,null),L(r,a),L(r,l),L(l,c),L(c,h),L(h,f),L(r,g),y&&y.m(r,null),L(r,A),P&&P.m(r,null),m=!0},p(I,[j]){var U,W;const R={};j&16&&(R.visible=I[4]),e.$set(R),j&16&&T(s,"transition-delay",I[4]?Mo+"ms":ko+Zd-Xd-40+"ms"),I[3].headerPictureUrl?v?v.p(I,j):(v=Nd(I),v.c(),v.m(r,a)):v&&(v.d(1),v=null),(!m||j&8)&&u!==(u=I[3].title+"")&&De(f,u),((U=I[2].length)!=null?U:0)+((W=I[5].length)!=null?W:0)>0?y?y.p(I,j):(y=Gd(I),y.c(),y.m(r,A)):y&&(y.d(1),y=null),I[7]||I[3].highlightText?P?P.p(I,j):(P=_d(I),P.c(),P.m(r,null)):P&&(P.d(1),P=null),j&16&&T(r,"transition-delay",I[4]?Mo+ko+"ms":"0ms"),(!m||j&64&&p!==(p=_e(`marketing ${I[6]}`)+" svelte-sezqcq"))&&C(t,"class",p),(!m||j&80)&&K(t,"unfolded",I[4]),(!m||j&320)&&K(t,"folded",I[8])},i(I){m||(x(e.$$.fragment,I),m=!0)},o(I){O(e.$$.fragment,I),m=!1},d(I){I&&z(t),ne(e),v&&v.d(),y&&y.d(),P&&P.d()}}}const Fl=40,Mo=400,Xd=500,ko=180,Zd=500;function oE(n,t,e){let i,s,o,r,a,l,c,h,{tag:u}=t,f,g=(()=>{var m;const p=(m=u.data.limitWidth)!=null?m:!0;if(typeof p=="number")return p;if(p===!0)return 172})();const A=p=>{e(1,f=p.detail)};return n.$$set=p=>{"tag"in p&&e(0,u=p.tag)},n.$$.update=()=>{var p,m,v,y,P,E;n.$$.dirty&1&&e(4,i=(m=(p=u.state)==null?void 0:p.unfolded)!=null?m:!1),n.$$.dirty&16&&e(8,s=!i),n.$$.dirty&1&&e(3,o=u.data),n.$$.dirty&8&&e(7,r=Me((v=o.price)==null?void 0:v.value)&&((y=o.price)==null?void 0:y.value)!==""),n.$$.dirty&1&&e(6,a=u.data.theme||"light"),n.$$.dirty&1026&&f>40&&e(10,l=l-1),n.$$.dirty&1032&&e(2,c=((P=o.brandTags)==null?void 0:P.slice(0,l).filter(Boolean))||[]),n.$$.dirty&1036&&e(5,h=((E=o.tags)==null?void 0:E.slice(0,l-c.length).filter(Boolean))||[])},e(10,l=(g-20)/Fl),[u,f,c,o,i,h,a,r,s,g,l,A]}class rE extends ce{constructor(t){super(),le(this,t,oE,sE,ae,{tag:0},nE)}}class aE extends Audio{constructor(e){super();d(this,"sharedAudioSrc");d(this,"sharedAudioPaused",!0);d(this,"sharedAudioCurrentTime",0);d(this,"tryplaying",!1);d(this,"audioInstance");d(this,"eventListenerDisposer");this.sharedAudioSrc=e}get paused(){var e;return(e=this.sharedAudioPaused)!=null?e:!0}get currentTime(){return this.sharedAudioCurrentTime}play(){return G(this,null,function*(){var i,s,o;if(this.tryplaying)return;this.tryplaying=!0,(!this.audioInstance||((i=this.audioInstance)==null?void 0:i.realSrc)!==this.sharedAudioSrc)&&(this.audioInstance=Pw(this.sharedAudioSrc,{namespace:jl.PlayAudio})),(s=this.eventListenerDisposer)==null||s.call(this),this.eventListenerDisposer=this.addEventListeners(),this.audioInstance.currentTime=(o=this.currentTime)!=null?o:0;const e=this.audioInstance.currentTime!==this.currentTime;this.audioInstance.play().then(()=>{var r;this.audioInstance.muted=!1,e&&(this.audioInstance.currentTime=(r=this.currentTime)!=null?r:0),this.sharedAudioPaused=!1}).catch(r=>{var a;r.message==="The operation is not supported."?console.error("Error: 音频文件可能损坏或修改过文件后缀",r):console.error("Error: error playing media in Safari",r),this.endedHandler(),(a=this.onerror)==null||a.call(this,r)}).finally(()=>{this.tryplaying=!1})})}pause(e){var i;if(this.audioInstance&&!this.paused){if(this.sharedAudioPaused=!0,(i=this.eventListenerDisposer)==null||i.call(this),this.audioInstance.ended){this.endedHandler();return}this.audioInstance.paused||this.audioInstance.pause(),this.onpause(e!=null?e:new Event("pause")),this.clear()}}dispose(){var e;(e=this.eventListenerDisposer)==null||e.call(this),this.clear(),this.audioInstance=void 0}clear(){var e;(e=this.audioInstance)==null||e.clear()}endedHandler(e){var i,s;(i=this.onended)==null||i.call(this,e!=null?e:new Event("ended")),(s=this.eventListenerDisposer)==null||s.call(this),this.sharedAudioPaused=!0,this.sharedAudioCurrentTime=0,this.clear()}addEventListeners(){const e=this.audioInstance;if(!e)return;const i=f=>{var g;this.sharedAudioCurrentTime=e.currentTime,(g=this.ontimeupdate)==null||g.call(this,f)},s=f=>{var g;e.isBlankAudio||(this.sharedAudioPaused=!1,(g=this.onplay)==null||g.call(this,f))},o=f=>{this.pause(f)},r=f=>{this.endedHandler(f)},a=f=>{var g;this.sharedAudioPaused=!0,(g=this.onerror)==null||g.call(this,f)},l=f=>{var g;return(g=this.oncanplay)==null?void 0:g.call(this,f)},c=f=>{var g;return(g=this.oncanplaythrough)==null?void 0:g.call(this,f)},h=f=>{var g;return(g=this.onloadeddata)==null?void 0:g.call(this,f)},u=f=>{var g;return(g=this.onloadedmetadata)==null?void 0:g.call(this,f)};return e.addEventListener("timeupdate",i),e.addEventListener("play",s),e.addEventListener("pause",o),e.addEventListener("ended",r),e.addEventListener("error",a),e.addEventListener("canplay",l),e.addEventListener("canplaythrough",c),e.addEventListener("loadeddata",h),e.addEventListener("loadedmetadata",u),()=>{e.removeEventListener("timeupdate",i),e.removeEventListener("play",s),e.removeEventListener("pause",o),e.removeEventListener("ended",r),e.removeEventListener("error",a),e.removeEventListener("canplay",l),e.removeEventListener("canplaythrough",c),e.removeEventListener("loadeddata",h),e.removeEventListener("loadedmetadata",u)}}}function lE(n){ge(n,"svelte-13e7hxv",".audio.svelte-13e7hxv{pointer-events:auto;cursor:pointer;width:100%;height:100%}")}function cE(n){let t,e,i,s;const o=n[8].default,r=Un(o,n,n[7],null);return{c(){t=S("div"),r&&r.c(),C(t,"class","audio svelte-13e7hxv"),C(t,"style",n[0])},m(a,l){B(a,t,l),r&&r.m(t,null),e=!0,i||(s=Ae(t,"click",ff(n[1])),i=!0)},p(a,[l]){r&&r.p&&(!e||l&128)&&Xn(r,o,a,a[7],e?Yn(o,a[7],l,null):Zn(a[7]),null),(!e||l&1)&&C(t,"style",a[0])},i(a){e||(x(r,a),e=!0)},o(a){O(r,a),e=!1},d(a){a&&z(t),r&&r.d(a),i=!1,s()}}}function hE(n,t,e){let{$$slots:i={},$$scope:s}=t,{url:o}=t,{enable:r=!0}=t,{style:a=""}=t,{hooksInfo:l}=t;const c=dr(),h=Ii("hooks"),u=Ii("mediaStore");let f,g=!0;function A(){e(5,f.onplay=m=>{h.emit("playStateChange",D({event:m,state:"playing",mediaInstance:f},l)),c("play"),e(6,g=!1)},f),e(5,f.onpause=m=>{h.emit("playStateChange",D({event:m,state:"paused",mediaInstance:f},l)),c("pause"),e(6,g=!0)},f),e(5,f.onended=m=>{h.emit("playStateChange",D({event:m,state:"paused",mediaInstance:f},l)),c("pause"),e(6,g=!0)},f),e(5,f.onloadedmetadata=m=>{typeof f.duration=="number"&&!Number.isNaN(f.duration)&&c("duration",f.duration)},f),e(5,f.onerror=m=>{c("pause"),e(6,g=!0)},f),e(5,f.ontimeupdate=m=>{c("timeupdate",f.currentTime)},f)}u.subscribe(({currentMediaElement:m})=>{m!==f&&(g||f==null||f.pause())});function p(m){f&&(h.emit("click",D({event:m,target:"AudioTagPlayIcon",audioInstance:f},l)),u.set({currentMediaElement:f}),h.emit("playStateChange",D({event:m,state:f.paused?"playing":"paused",mediaInstance:f},l)),f.paused?f.play():f.pause())}return n.$$set=m=>{"url"in m&&e(2,o=m.url),"enable"in m&&e(3,r=m.enable),"style"in m&&e(0,a=m.style),"hooksInfo"in m&&e(4,l=m.hooksInfo),"$$scope"in m&&e(7,s=m.$$scope)},n.$$.update=()=>{n.$$.dirty&4&&(o||c("duration",0)),n.$$.dirty&36&&(f==null||f.dispose(),e(5,f=new aE(o)),c("audioRef",f),setTimeout(()=>c("audioRef",f),200),A()),n.$$.dirty&40&&(r||f==null||f.pause()),n.$$.dirty&72&&c(r&&!g?"play":"pause")},[a,p,o,r,l,f,g,s,i]}let Lg=class extends ce{constructor(t){super(),le(this,t,hE,cE,ae,{url:2,enable:3,style:0,hooksInfo:4},lE)}};function dE(n){ge(n,"svelte-srt2pi",".audio-icon__wrapper.svelte-srt2pi.svelte-srt2pi{display:inline-block}.audio-icon.svelte-srt2pi.svelte-srt2pi{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:100%;border-radius:50%;background-color:rgba(255, 255, 255, 0.8)}.audio-icon.svelte-srt2pi .sound-wave__container.svelte-srt2pi{position:absolute;pointer-events:none;width:60%;height:60%}.sound-wave.svelte-srt2pi.svelte-srt2pi{animation-duration:2s;animation-iteration-count:infinite;animation-play-state:paused;transition:opacity 0}.playing.svelte-srt2pi .sound-wave.svelte-srt2pi{animation-play-state:running}.playing.svelte-srt2pi .sound-wave-1.svelte-srt2pi{animation-name:svelte-srt2pi-sound_wave_1_animation}.playing.svelte-srt2pi .sound-wave-2.svelte-srt2pi{animation-name:svelte-srt2pi-sound_wave_2_animation}.playing.svelte-srt2pi .sound-wave-3.svelte-srt2pi{animation-name:svelte-srt2pi-sound_wave_3_animation}@keyframes svelte-srt2pi-sound_wave_1_animation{0%,10%{opacity:0}25%,100%{opacity:1}}@keyframes svelte-srt2pi-sound_wave_2_animation{0%,35%{opacity:0}50%,100%{opacity:1}}@keyframes svelte-srt2pi-sound_wave_3_animation{0%,60%{opacity:0}75%,100%{opacity:1}}")}function Jd(n){let t,e;return t=new Wt({props:{center:!0,blurRadius:12,spreadRadius:5}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function uE(n){let t,e,i,s,o,r=n[1]&&Jd();return{c(){t=S("div"),r&&r.c(),e=$(),i=S("div"),s=S("div"),s.innerHTML='<svg width="100%" height="100%" viewBox="0 0 128 128"><g transform="rotate(-45 12 64) translate(12 64)" fill="black" stroke="black" fill-opacity="0.6" stroke-opacity="0.6"><path stroke="none" class="sound-wave sound-wave-1 svelte-srt2pi" d="M0,23 A23,23 0 0,0 23,0 L0,0"></path><path fill="none" stroke-width="15" class="sound-wave sound-wave-2 svelte-srt2pi" d="M0,46 A46,46 0 0,0 46,0"></path><path fill="none" stroke-width="15" class="sound-wave sound-wave-3 svelte-srt2pi" d="M0,80 A80,80 0 0,0 80,0"></path></g></svg>',C(s,"class","sound-wave__container svelte-srt2pi"),C(i,"class","audio-icon svelte-srt2pi"),K(i,"playing",n[0]),C(t,"class","audio-icon__wrapper svelte-srt2pi"),C(t,"style",n[2]),T(t,"width",n[5]),T(t,"height",n[5])},m(a,l){B(a,t,l),r&&r.m(t,null),L(t,e),L(t,i),L(i,s),n[7](s),n[8](t),o=!0},p(a,[l]){a[1]?r?l&2&&x(r,1):(r=Jd(),r.c(),x(r,1),r.m(t,e)):r&&(ue(),O(r,1,1,()=>{r=null}),fe()),(!o||l&1)&&K(i,"playing",a[0]),(!o||l&4)&&C(t,"style",a[2]);const c=l&4;(c||l&36)&&T(t,"width",a[5]),(c||l&36)&&T(t,"height",a[5])},i(a){o||(x(r),o=!0)},o(a){O(r),o=!1},d(a){a&&z(t),r&&r.d(),n[7](null),n[8](null)}}}function fE(n,t,e){let i,{playing:s}=t,{shadow:o=!1}=t,{style:r=null}=t,{width:a="100%"}=t,l,c;function h(f){We[f?"unshift":"push"](()=>{c=f,e(4,c)})}function u(f){We[f?"unshift":"push"](()=>{l=f,e(3,l)})}return n.$$set=f=>{"playing"in f&&e(0,s=f.playing),"shadow"in f&&e(1,o=f.shadow),"style"in f&&e(2,r=f.style),"width"in f&&e(6,a=f.width)},n.$$.update=()=>{n.$$.dirty&64&&e(5,i=typeof a=="number"?$t(a):a)},[s,o,r,l,c,i,a,h,u]}class jg extends ce{constructor(t){super(),le(this,t,fE,uE,ae,{playing:0,shadow:1,style:2,width:6},dE)}}function gE(n){ge(n,"svelte-1s6gk4a",".audio-tag.svelte-1s6gk4a{position:absolute;left:0;top:0;width:0;height:0;overflow:visible}.audio-icon__wrapper.svelte-1s6gk4a{position:relative;vertical-align:top;width:100%;height:100%}.content.svelte-1s6gk4a{width:-moz-max-content;width:max-content;height:3.375rem;padding:2.25rem 0.25rem 0 1rem;position:absolute;left:0;bottom:0.125rem;overflow:hidden;box-sizing:border-box;font-size:0;white-space:nowrap;font-weight:600}.wrapper.svelte-1s6gk4a{position:relative;width:100%;height:100%}.audio-icon.svelte-1s6gk4a{pointer-events:none;vertical-align:top;display:inline-block;width:1rem;height:1rem;margin-right:0.25rem;margin-top:0.0625rem}.audio.svelte-1s6gk4a{position:relative;width:100%;height:100%}")}function qd(n){var m,v;let t,e,i,s,o,r,a,l,c,h,u,f,g,A;e=new Wt({props:{visible:n[6],left:n[3]/2+"px",bottom:12,width:2,blurRadius:120,spreadRadius:60}});let p=n[6]&&Kd(n);return c=new vg({props:{visible:n[6],textUnfolded:n[1],content:n[5]}}),u=new Bl({props:{unfolded:n[6],length:n[3],outDelay:n[4]+20*Math.min((v=(m=n[5])==null?void 0:m.length)!=null?v:10,15),useLinearColor:!0}}),{c(){t=S("div"),se(e.$$.fragment),i=$(),s=S("div"),o=S("div"),r=S("div"),p&&p.c(),a=$(),l=S("div"),se(c.$$.fragment),h=$(),se(u.$$.fragment),C(r,"class","audio-icon svelte-1s6gk4a"),T(l,"display","inline-block"),C(o,"class","wrapper svelte-1s6gk4a"),C(s,"class","content svelte-1s6gk4a"),C(t,"class","audio-tag svelte-1s6gk4a"),K(t,"unfolded",n[6])},m(y,P){B(y,t,P),ie(e,t,null),L(t,i),L(t,s),L(s,o),L(o,r),p&&p.m(r,null),L(o,a),L(o,l),ie(c,l,null),L(t,h),ie(u,t,null),f=!0,g||(A=[Ae(l,"click",n[7]),Gt(Ti.call(null,l)),Ae(l,"clientWidth",n[12])],g=!0)},p(y,P){var j,R;const E={};P&64&&(E.visible=y[6]),P&8&&(E.left=y[3]/2+"px"),e.$set(E),y[6]?p?(p.p(y,P),P&64&&x(p,1)):(p=Kd(y),p.c(),x(p,1),p.m(r,null)):p&&(ue(),O(p,1,1,()=>{p=null}),fe());const k={};P&64&&(k.visible=y[6]),P&2&&(k.textUnfolded=y[1]),P&32&&(k.content=y[5]),c.$set(k);const I={};P&64&&(I.unfolded=y[6]),P&8&&(I.length=y[3]),P&48&&(I.outDelay=y[4]+20*Math.min((R=(j=y[5])==null?void 0:j.length)!=null?R:10,15)),u.$set(I),(!f||P&64)&&K(t,"unfolded",y[6])},i(y){f||(x(e.$$.fragment,y),x(p),x(c.$$.fragment,y),x(u.$$.fragment,y),f=!0)},o(y){O(e.$$.fragment,y),O(p),O(c.$$.fragment,y),O(u.$$.fragment,y),f=!1},d(y){y&&z(t),ne(e),p&&p.d(),ne(c),ne(u),g=!1,tt(A)}}}function Kd(n){let t,e,i,s,o,r,a;return e=new Wt({props:{center:!0,blurRadius:15,spreadRadius:6}}),s=new Lg({props:{enable:n[6],url:n[0].data.audioUrl,hooksInfo:{tag:n[0]},$$slots:{default:[mE]},$$scope:{ctx:n}}}),s.$on("play",n[8]),s.$on("pause",n[9]),s.$on("error",n[10]),s.$on("audioRef",n[11]),{c(){t=S("div"),se(e.$$.fragment),i=$(),se(s.$$.fragment),C(t,"class","audio svelte-1s6gk4a")},m(l,c){B(l,t,c),ie(e,t,null),L(t,i),ie(s,t,null),a=!0},p(l,c){n=l;const h={};c&64&&(h.enable=n[6]),c&1&&(h.url=n[0].data.audioUrl),c&1&&(h.hooksInfo={tag:n[0]}),c&8196&&(h.$$scope={dirty:c,ctx:n}),s.$set(h)},i(l){a||(x(e.$$.fragment,l),x(s.$$.fragment,l),l&&Je(()=>{a&&(r&&r.end(1),o=sn(t,gt,{duration:1e3,delay:0,easing:Bn}),o.start())}),a=!0)},o(l){var c,h;O(e.$$.fragment,l),O(s.$$.fragment,l),o&&o.invalidate(),l&&(r=qn(t,gt,{duration:1e3,delay:20*Math.min((h=(c=n[5])==null?void 0:c.length)!=null?h:10,15),easing:Bn})),a=!1},d(l){l&&z(t),ne(e),ne(s),l&&r&&r.end()}}}function mE(n){let t,e,i;return e=new jg({props:{playing:n[2]}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","audio-icon__wrapper svelte-1s6gk4a")},m(s,o){B(s,t,o),ie(e,t,null),i=!0},p(s,o){const r={};o&4&&(r.playing=s[2]),e.$set(r)},i(s){i||(x(e.$$.fragment,s),i=!0)},o(s){O(e.$$.fragment,s),i=!1},d(s){s&&z(t),ne(e)}}}function pE(n){let t,e,i=n[0].state&&qd(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&x(i,1)):(i=qd(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function AE(n,t,e){let i,s,o,{tag:r}=t,a=!1,l=!1,c;function h(){e(1,a=!a)}const u=()=>{e(2,l=!0)},f=()=>{e(2,l=!1)},g=()=>{e(2,l=!1)};function A(m){Jn.call(this,n,m)}const p=m=>{e(3,c=m.detail)};return n.$$set=m=>{"tag"in m&&e(0,r=m.tag)},n.$$.update=()=>{var m,v,y;n.$$.dirty&1&&e(6,i=!!((m=r.state)!=null&&m.unfolded)),n.$$.dirty&1&&e(5,s=(y=(v=r.data.title)!=null?v:r.data.text)!=null?y:""),n.$$.dirty&2&&e(4,o=a?450:0)},[r,a,l,c,o,s,i,h,u,f,g,A,p]}class vE extends ce{constructor(t){super(),le(this,t,AE,pE,ae,{tag:0},gE)}}function bE(n){ge(n,"svelte-58hfjf",".audio-tag__wrapper.svelte-58hfjf{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.audio-tag.svelte-58hfjf{position:relative;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;padding:0.1875rem;padding-right:0.625rem;border-radius:624999.9375rem;border:0.03125rem solid rgba(255, 255, 255, 0.2)}.audio__inner.svelte-58hfjf{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.text.svelte-58hfjf{font-weight:bold;font-size:0.75rem;margin-left:0.25rem}.audio-icon__wrapper.svelte-58hfjf{position:relative;vertical-align:top;pointer-events:none;width:1.375rem;height:1.375rem}")}function $d(n){let t,e,i,s;return i=new Lg({props:{style:"width: max-content; height: max-content;",enable:n[0].state.visible,url:n[0].data.audioUrl,hooksInfo:{tag:n[0]},$$slots:{default:[wE]},$$scope:{ctx:n}}}),i.$on("play",n[6]),i.$on("pause",n[7]),i.$on("error",n[8]),i.$on("timeupdate",n[9]),i.$on("duration",n[10]),i.$on("audioRef",n[11]),{c(){t=S("div"),e=S("div"),se(i.$$.fragment),C(e,"class","audio-tag svelte-58hfjf"),T(e,"background-color",n[4].bgColor),T(e,"color",n[4].fontColor),C(t,"class","audio-tag__wrapper svelte-58hfjf")},m(o,r){B(o,t,r),L(t,e),ie(i,e,null),s=!0},p(o,r){const a={};r&1&&(a.enable=o[0].state.visible),r&1&&(a.url=o[0].data.audioUrl),r&1&&(a.hooksInfo={tag:o[0]}),r&8232&&(a.$$scope={dirty:r,ctx:o}),i.$set(a),r&16&&T(e,"background-color",o[4].bgColor),r&16&&T(e,"color",o[4].fontColor)},i(o){s||(x(i.$$.fragment,o),s=!0)},o(o){O(i.$$.fragment,o),s=!1},d(o){o&&z(t),ne(i)}}}function yE(n){let t;return{c(){t=ke(n[5])},m(e,i){B(e,t,i)},p(e,i){i&32&&De(t,e[5])},d(e){e&&z(t)}}}function wE(n){let t,e,i,s,o,r,a;return i=new jg({props:{playing:n[3]}}),r=new Vl({props:{maxWidth:72,maxLine:1,$$slots:{default:[yE]},$$scope:{ctx:n}}}),{c(){t=S("div"),e=S("div"),se(i.$$.fragment),s=$(),o=S("div"),se(r.$$.fragment),C(e,"class","audio-icon__wrapper svelte-58hfjf"),C(o,"class","text svelte-58hfjf"),C(t,"class","audio__inner svelte-58hfjf")},m(l,c){B(l,t,c),L(t,e),ie(i,e,null),L(t,s),L(t,o),ie(r,o,null),a=!0},p(l,c){const h={};c&8&&(h.playing=l[3]),i.$set(h);const u={};c&8224&&(u.$$scope={dirty:c,ctx:l}),r.$set(u)},i(l){a||(x(i.$$.fragment,l),x(r.$$.fragment,l),a=!0)},o(l){O(i.$$.fragment,l),O(r.$$.fragment,l),a=!1},d(l){l&&z(t),ne(i),ne(r)}}}function CE(n){let t,e,i=n[0].state&&$d(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&x(i,1)):(i=$d(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function PE(n,t,e){let i,s,{tag:o}=t;const r={light:{bgColor:"rgba(255, 255, 255, 0.3)",fontColor:"rgba(0, 0, 0, 0.6)"},dark:{bgColor:"rgba(0, 0, 0, 0.3)",fontColor:"white"}};let a=0,l=0,c=!1;const h=()=>{e(3,c=!0)},u=()=>{e(3,c=!1)},f=()=>{e(3,c=!1)},g=m=>{e(1,a=m.detail)},A=m=>{e(2,l=m.detail)};function p(m){Jn.call(this,n,m)}return n.$$set=m=>{"tag"in m&&e(0,o=m.tag)},n.$$.update=()=>{var m,v,y;n.$$.dirty&1&&e(5,i=(v=(m=o.data.title)!=null?m:o.data.text)!=null?v:""),n.$$.dirty&1&&e(4,s=(y=r[o.data.theme||"light"])!=null?y:r.light)},[o,a,l,c,s,i,h,u,f,g,A,p]}class IE extends ce{constructor(t){super(),le(this,t,PE,CE,ae,{tag:0},bE)}}function EE(n){let t,e;return t=new IE({props:{tag:n[0]}}),t.$on("audioRef",n[2]),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=i[0]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function ME(n){let t,e;return t=new vE({props:{tag:n[0]}}),t.$on("audioRef",n[2]),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=i[0]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function kE(n){let t,e,i,s;const o=[ME,EE],r=[];function a(l,c){return l[1]==="line"?0:l[1]==="plane"?1:-1}return~(t=a(n))&&(e=r[t]=o[t](n)),{c(){e&&e.c(),i=we()},m(l,c){~t&&r[t].m(l,c),B(l,i,c),s=!0},p(l,[c]){let h=t;t=a(l),t===h?~t&&r[t].p(l,c):(e&&(ue(),O(r[h],1,1,()=>{r[h]=null}),fe()),~t?(e=r[t],e?e.p(l,c):(e=r[t]=o[t](l),e.c()),x(e,1),e.m(i.parentNode,i)):e=null)},i(l){s||(x(e),s=!0)},o(l){O(e),s=!1},d(l){~t&&r[t].d(l),l&&z(i)}}}function xE(n,t,e){let i,{tag:s}=t,o;function r(a){o=a.detail}return s.play=()=>o.play(),s.pause=()=>o.pause(),n.$$set=a=>{"tag"in a&&e(0,s=a.tag)},n.$$.update=()=>{var a;n.$$.dirty&1&&e(1,i=(a=s.data.appearance)!=null?a:"line")},[s,i,r]}class DE extends ce{constructor(t){super(),le(this,t,xE,kE,ae,{tag:0})}}function SE(n){ge(n,"svelte-10cw0el",".media-wrapper.svelte-10cw0el{position:absolute;width:100%;height:100%}")}function eu(n){var s;let t,e,i;return e=new Tg({props:{mediaItemConfig:{canPlay:!0,playButtonSizeIfNeed:"large",playButtonIfNeed:(s=n[4])!=null?s:"withText",disableVideoIfHavePoster:!1,objectFit:n[2]},unfolded:n[6],mediaData:n[5],enableCarousel:n[1],autoplayConfig:n[3],tag:n[0],inDelay:500,duration:500}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class","media-wrapper svelte-10cw0el")},m(o,r){B(o,t,r),ie(e,t,null),i=!0},p(o,r){var l;const a={};r&20&&(a.mediaItemConfig={canPlay:!0,playButtonSizeIfNeed:"large",playButtonIfNeed:(l=o[4])!=null?l:"withText",disableVideoIfHavePoster:!1,objectFit:o[2]}),r&64&&(a.unfolded=o[6]),r&32&&(a.mediaData=o[5]),r&2&&(a.enableCarousel=o[1]),r&8&&(a.autoplayConfig=o[3]),r&1&&(a.tag=o[0]),e.$set(a)},i(o){i||(x(e.$$.fragment,o),i=!0)},o(o){O(e.$$.fragment,o),i=!1},d(o){o&&z(t),ne(e)}}}function TE(n){let t,e,i=n[0].state&&n[5]&&eu(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[0].state&&s[5]?i?(i.p(s,o),o&33&&x(i,1)):(i=eu(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function LE(n,t,e){let i,s,o,r,a,l,{tag:c}=t;return n.$$set=h=>{"tag"in h&&e(0,c=h.tag)},n.$$.update=()=>{var h,u;n.$$.dirty&1&&e(6,i=c.state?c.state.unfolded:!1),n.$$.dirty&1&&e(5,s=c.data.mediaData),n.$$.dirty&1&&e(1,o=c.data.enableCarousel),n.$$.dirty&1&&e(4,r=c.data.playIcon),n.$$.dirty&3&&e(3,a=(h=c.data.autoplayConfig)!=null?h:{autoplay:o!=null?o:!0,autoplayVideo:!0}),n.$$.dirty&1&&e(2,l=(u=c.data.objectFit)!=null?u:(()=>c.data.adaptationMode==="stretch"?"fill":c.data.adaptationMode==="proportional"?"contain":void 0)())},[c,o,l,a,r,s,i]}class jE extends ce{constructor(t){super(),le(this,t,LE,TE,ae,{tag:0},SE)}}function zg(n){return G(this,null,function*(){return new Promise((t,e)=>{if(!n){e(Error("url is empty"));return}const i=new Image;i.src=n,i.onload=()=>t({width:i.width,height:i.height}),i.onerror=e})})}function zE(n){return G(this,null,function*(){const{url:t,ratio:e=3}=n;n.ratio||console.warn("Tag icon ratio is not set, default is 3");const{width:i,height:s}=yield zg(t);return oe(D({},n),{width:i/e,height:s/e})})}function OE(n){return G(this,null,function*(){const{steps:t,url:e,ratio:i=3,fps:s=24}=n;if(!t)throw new Error("KeyframeIcon requires steps");const{width:o,height:r}=yield zg(e),a=o/i,l=r/i,c=a/t,h=l,u=1/s*t+"s";return oe(D({},n),{width:c,height:h,duration:u})})}function BE(n){ge(n,"svelte-316sq3","@keyframes svelte-316sq3-sprites-animation{0%{background-position:0 0}100%{background-position:100% 0}}.icon-image.svelte-316sq3{display:block;width:auto}.icon-keyframe.svelte-316sq3{background-repeat:no-repeat;background-size:auto 100%;animation-direction:normal;animation-iteration-count:infinite;animation-name:svelte-316sq3-sprites-animation;animation-delay:0}")}function tu(n){n[1]=n[19].width}function iu(n){n[1]=n[19].width,n[16]=n[19].height,n[17]=n[19].steps,n[18]=n[19].duration}function nu(n){let t,e,i,s=n[0]&&su();function o(l,c){return l[8]?RE:VE}let r=o(n),a=r(n);return{c(){t=S("div"),s&&s.c(),e=$(),a.c(),C(t,"class","icon"),T(t,"width",n[1])},m(l,c){B(l,t,c),s&&s.m(t,null),L(t,e),a.m(t,null),i=!0},p(l,c){l[0]?s?c&1&&x(s,1):(s=su(),s.c(),x(s,1),s.m(t,e)):s&&(ue(),O(s,1,1,()=>{s=null}),fe()),r===(r=o(l))&&a?a.p(l,c):(a.d(1),a=r(l),a&&(a.c(),a.m(t,null))),c&2&&T(t,"width",l[1])},i(l){i||(x(s),i=!0)},o(l){O(s),i=!1},d(l){l&&z(t),s&&s.d(),a.d()}}}function su(n){let t,e;return t=new Wt({props:{center:!0,blurRadius:24,spreadRadius:16}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function VE(n){let t,e,i={ctx:n,current:null,token:null,hasCatch:!1,pending:GE,then:NE,catch:HE,value:19};return _o(e=n[11](Ye({url:n[7],ratio:n[5]})),i),{c(){t=we(),i.block.c()},m(s,o){B(s,t,o),i.block.m(s,i.anchor=o),i.mount=()=>t.parentNode,i.anchor=t},p(s,o){n=s,i.ctx=n,o&160&&e!==(e=n[11](Ye({url:n[7],ratio:n[5]})))&&_o(e,i)||bf(i,n,o)},d(s){s&&z(t),i.block.d(s),i.token=null,i=null}}}function RE(n){let t,e,i={ctx:n,current:null,token:null,hasCatch:!1,pending:_E,then:FE,catch:QE,value:19};return _o(e=n[10](Ye({url:n[7],steps:n[2],fps:n[6],ratio:n[5]})),i),{c(){t=we(),i.block.c()},m(s,o){B(s,t,o),i.block.m(s,i.anchor=o),i.mount=()=>t.parentNode,i.anchor=t},p(s,o){n=s,i.ctx=n,o&228&&e!==(e=n[10](Ye({url:n[7],steps:n[2],fps:n[6],ratio:n[5]})))&&_o(e,i)||bf(i,n,o)},d(s){s&&z(t),i.block.d(s),i.token=null,i=null}}}function HE(n){return{c:J,m:J,p:J,d:J}}function NE(n){tu(n);let t,e;return{c(){t=S("img"),C(t,"alt","tag-icon"),C(t,"class","icon-image svelte-316sq3"),at(t.src,e=n[7])||C(t,"src",e),T(t,"width",$t(Mn({originWidth:n[1],scale:n[4],wantedWidth:n[3]}).width)),T(t,"max-width","initial")},m(i,s){B(i,t,s)},p(i,s){tu(i),s&128&&!at(t.src,e=i[7])&&C(t,"src",e),s&184&&T(t,"width",$t(Mn({originWidth:i[1],scale:i[4],wantedWidth:i[3]}).width))},d(i){i&&z(t)}}}function GE(n){return{c:J,m:J,p:J,d:J}}function QE(n){return{c:J,m:J,p:J,d:J}}function FE(n){iu(n);let t,e=`url(${n[7]})`,i=`steps(${n[17]-1})`;return{c(){t=S("div"),C(t,"class","icon-keyframe svelte-316sq3"),T(t,"width",$t(Mn({originWidth:n[1],originHeight:n[16],scale:n[4],wantedWidth:n[3]}).width)),T(t,"height",$t(Mn({originWidth:n[1],originHeight:n[16],scale:n[4],wantedWidth:n[3]}).height)),T(t,"background-image",e),T(t,"animation-duration",n[18]),T(t,"animation-timing-function",i)},m(s,o){B(s,t,o)},p(s,o){iu(s),o&252&&T(t,"width",$t(Mn({originWidth:s[1],originHeight:s[16],scale:s[4],wantedWidth:s[3]}).width)),o&252&&T(t,"height",$t(Mn({originWidth:s[1],originHeight:s[16],scale:s[4],wantedWidth:s[3]}).height)),o&128&&e!==(e=`url(${s[7]})`)&&T(t,"background-image",e),o&228&&T(t,"animation-duration",s[18]),o&228&&i!==(i=`steps(${s[17]-1})`)&&T(t,"animation-timing-function",i)},d(s){s&&z(t)}}}function _E(n){return{c:J,m:J,p:J,d:J}}function WE(n){let t,e,i=n[9]&&nu(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[9]?i?(i.p(s,o),o&512&&x(i,1)):(i=nu(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function Mn(n){const{originWidth:t,originHeight:e,scale:i=1,wantedWidth:s}=n,o=(s!=null?s:t)*i,r=typeof e=="number"?o*(e/t):void 0;return oe(D({},n),{width:o,height:r})}function UE(n,t,e){let i,s,o,r,a,l,c,h,u,{width:f=null}=t,{icon:g=null}=t,{shadow:A=!1}=t;const p=dr();function m(P){return G(this,null,function*(){const E=yield OE(P);return p("iconLoaded",E),E})}function v(P){return G(this,null,function*(){if(typeof u=="number")return oe(D({},P),{width:u});const E=yield zE(P);return p("iconLoaded",E),E})}function y(){h||p("iconLoaded")}return It(()=>{y()}),n.$$set=P=>{"width"in P&&e(1,f=P.width),"icon"in P&&e(12,g=P.icon),"shadow"in P&&e(0,A=P.shadow)},n.$$.update=()=>{var P,E;n.$$.dirty&4096&&e(7,i=g==null?void 0:g.url),n.$$.dirty&4096&&e(2,s=(P=g==null?void 0:g.steps)!=null?P:1),n.$$.dirty&4096&&e(6,o=g==null?void 0:g.fps),n.$$.dirty&4096&&e(5,r=g==null?void 0:g.ratio),n.$$.dirty&4096&&e(4,a=(E=g==null?void 0:g.scale)!=null?E:1),n.$$.dirty&4096&&e(3,l=g==null?void 0:g.width),n.$$.dirty&252&&e(9,c=Ye({url:i,steps:s,fps:o,ratio:r,scale:a,width:l})),n.$$.dirty&4&&e(8,h=s>1),n.$$.dirty&2&&(u=f)},y(),[A,f,s,l,a,r,o,i,h,c,m,v,g]}class Og extends ce{constructor(t){super(),le(this,t,UE,WE,ae,{width:1,icon:12,shadow:0},BE)}}function YE(n){ge(n,"svelte-e58ijk",".wrapper.svelte-e58ijk{font-weight:600;cursor:pointer;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:auto}.text-wrapper.svelte-e58ijk{position:relative;display:flex;align-items:center;justify-content:center}.text.svelte-e58ijk{position:absolute;top:0;font-size:0.875rem;color:#ffffff;letter-spacing:0;text-align:center;max-width:8.75rem;width:-moz-max-content;width:max-content;line-height:1.125rem;text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}")}function ou(n){let t,e,i,s,o,r;return e=new Wt({props:{outDelay:0,inDelay:0,center:!0,width:"80%",blurRadius:40,spreadRadius:16,opacity:.08}}),{c(){t=S("div"),se(e.$$.fragment),i=$(),s=S("div"),o=ke(n[1]),C(s,"class","text svelte-e58ijk"),C(t,"class","text-wrapper svelte-e58ijk")},m(a,l){B(a,t,l),ie(e,t,null),L(t,i),L(t,s),L(s,o),r=!0},p(a,l){(!r||l&2)&&De(o,a[1])},i(a){r||(x(e.$$.fragment,a),r=!0)},o(a){O(e.$$.fragment,a),r=!1},d(a){a&&z(t),ne(e)}}}function XE(n){let t,e,i,s;e=new Og({props:{icon:n[0],shadow:!0}}),e.$on("iconLoaded",n[4]);let o=n[1]&&n[2]&&ou(n);return{c(){t=S("div"),se(e.$$.fragment),i=$(),o&&o.c(),C(t,"class","wrapper svelte-e58ijk")},m(r,a){B(r,t,a),ie(e,t,null),L(t,i),o&&o.m(t,null),s=!0},p(r,[a]){const l={};a&1&&(l.icon=r[0]),e.$set(l),r[1]&&r[2]?o?(o.p(r,a),a&6&&x(o,1)):(o=ou(r),o.c(),x(o,1),o.m(t,null)):o&&(ue(),O(o,1,1,()=>{o=null}),fe())},i(r){s||(x(e.$$.fragment,r),x(o),s=!0)},o(r){O(e.$$.fragment,r),O(o),s=!1},d(r){r&&z(t),ne(e),o&&o.d()}}}function ZE(n,t,e){let i,s,o,{tag:r}=t;const a=()=>{e(2,i=!0)};return n.$$set=l=>{"tag"in l&&e(3,r=l.tag)},n.$$.update=()=>{var l,c,h;n.$$.dirty&8&&e(1,s=(l=r.data.title)!=null?l:r.data.text),n.$$.dirty&8&&e(0,o=(h=r.data.icon)!=null?h:(c=r.style)==null?void 0:c.point)},e(2,i=!1),[o,s,i,r,a]}class JE extends ce{constructor(t){super(),le(this,t,ZE,XE,ae,{tag:3},YE)}}function qE(n){ge(n,"svelte-nnvupv",".wrapper.svelte-nnvupv{position:relative;width:0;height:0;display:flex;flex-direction:column;justify-content:end;align-items:center}.line.svelte-nnvupv{position:relative;flex-shrink:0;width:0.0625rem;height:5rem;background-image:linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.5))}.media-item.svelte-nnvupv{box-sizing:content-box;position:relative;flex-shrink:0;width:2.625rem;height:2.625rem;border-style:solid;border-width:0.3125rem;-o-border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAACcCAMAAAC9ZjJ/AAAAnFBMVEX///8AAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////YxPlZAAAAM3RSTlMzADY6QEo9I1ROWlBHRBby7ufFq3kw+hEp0VcK3dS0opmRg3BpBi2JHxvhy72WZGGclV2LE9pqAAAHSUlEQVR42syY13riMBBGZ1VccKHZ2NQAAYdOkn3/d1sJ9ltrZAwBtz2XCZFPNP9IY+BXYda+GVLmubZjtVqWY7seM0LTXxdfuZicHxNPGAkny3Fszl2Xc9txrOvPPBL7BRYvIhfFTDiMHO4ZFDJQw+POSBiyOLq/Tulya9NwxIM5I3AXwrj4BxzDzKlxBXJbao2Q2GNBi26z65QvF4EzslwKT0Fda+QAqm8FcltX7JkBL2Bwa+Si7StZbuNaDiPwIoQ5lruR61QgZ3LLNqAQhm1xs2Q5rFZcr2S5iDncgFKg3GJRiXLr0EG7Vnj3nHBdltyGOx6BfLzT8u3QG066ncGg050Me4e35cmDfIjn8E0pcmPD4RRycIP+tP37Ju1pP3Dza+vQcXE5n+dVlAX9ye8HTPoBy6st94vKxTa/WVEa9JQ9mh2D1XlkM0KYPTqvguNM2c9eQG/WlttxIbmxYd/Mzmn299mD/XHl5lR8ddwP/trPTjezahvj1+V899b5QT+612cOP1cU7kJXn8PrZ7sf9NaV5vqvym24S7ILLjrXNH1x+BH865rMzsIAHeLyzWtyJs+WlM3blwf1v+EJvvudS3XnLFtabr4iF/PMUmTZxiV6DI5Ce0lAg/H4ebkw69aaygfsxANegCx38q+nraxd+KwccQ19kf5FLXh9ZAouen2WaQvynBxkZt13GZvBnEIB6HwgA/uemZPhGblQdyNvl+PUhoLYl6P7jeh24c/lYk+rKR/KPniHEniXnTHkWmW9+KdypnDLlrTHoBRYLy2tYmf+TG6ruy1k2hZQGguZvIVut/2JnM80tzdZ0jOUyLkrg6fZMf+x3NrA5SMzsdCeQamwvVh0RvDPjPVDOWDob6hMyIFCydCDTDFaljB4JGdqbrJN+wRKh/Rl02p25n25iOHPy32bQyXM5d7hnWDRPbk1xc0g8/YBFfEhc4ebgq7vyCUG0ft0DpUx13uWGEm+nI/dFjJvUCEydwts5+fJrQlF94LsUwIVQmTPvqPYkXWOnElVFd4R5xuFSqF7cZNxVZeat+XGyI0Mxb3AoGJYVxwoBNmNb8olVGuGwRkq5zzQmoImt+R8SrTALaAGFlrsCPFvyIWqGxOB60Et9ETsmGoXZuV8gpq86sDh2PVRD/sZuUSVa6G9rgScoJYql+hyEWqZafVFxYWdosdHmlwCCkvRqTbUhi06dgkKCZaLUAraz16pxS/ZNkp4hORi7bM7CjVCd9puxKrcGBQMsXEB1Eogts4AhbEit9WOxR2BWiE77cjfpnKoHWhHxrMOcAt2qNoSqVykDahdAjVDutrIHf2TM0EBfaxi8JaAgvlPLoSUE9rgisFhOkFKeJHTqzorMJoXHNlnel1BqyoV58g3NMC3OE2oVlcpF+ITZwKNMMGna3iVG2uX8Bc0wpc2bIwvcj6kMDG+cGgELh7NIMW/yJm4qkNoiCGuq3mRC3HPfEJDfOJzIpRyYy2VK2iIlehFHDpAkXPFlEmhIaiYOV0UOvi1wZHbQ2Psceg2Qi7GkTtCYxxx6GIhl0DKtP7I4dBNISURcqDQllWvF5z4NqQINbVZPfnbusF746ntChEel6bQIFM8NkWwxcPyDBpkhl8QtrDBX3sdoUGO+OuwDZiQcqj7nTD7hniAFBPJ9Zo4SfBZ0kNyMZ4LztAgZzwTxRDja38EDTLCV38MCX4rtKFBbPx+mEAIKR05izYIE6+lkBKCiphZCDQIERMbKPzfcn+Yt2MkCEEgiKLsn60xI6MMzC29/wUNQSX3n8ESZrof6s+q/iHUR4n6EFZfX+qLXz0yqYdN9ZiuXnDUq6F7qdbGEYs9yFFHYOrwUB27ugNrddSvLknU9ZK7mFNXmr/iK4NLr9Gx1egsHSBgAwisnW40XHSDNriSAxd64Ri5EJi4EGwjtNoxQSv2O1ELPESNWO+4r4UH90V5yMMaWFgkUZ+gtIQFlEZ5U9zEQXHJ+kbMhAMxBxNhfaaDf+c5g/MtDXA+2/zJwT++f3JwlXMvqw3DQBSGg3VmbFUa7UyDvHZo3/8FWxKKCNQX2ZbGJGttDloO/J/BMBFrQD/WQDuVuRjWzlzYjJOBEIxuIGQQptOqHrppFfq5KI2hGaWBx7mcLwjr5XwsYSGEFKMVQhpplxLSRrQSUmmW41toxbcYV2TLAo1sGRJWBd8e9YNv+O+Vqbyvn8pTuxoZoNrIAF0zeAaqyzPQJQe2aIjrwRZMTSYJQuclQX4f6mEql3yG5malBkMj9rYJ8LG+PODjbbuRPrJUmj4i+7UZjSJbFo2yFE7LbTke9kFlrhxU5q77iTeHEsQbLIXz4ng8vDor+AAZ3ZEgo3P9eCRlKUlN3S9tyuf7IKB/87BvGgrwqWle3AfPxjStDNkbt5K9sSjZm7BjysWOqTh2nK7H3UceEx07/vfTTgBsd7PA9nvR5Al1N/4OuMdn1D3eUXdvtFD3Zw6fIUQPDp9IYI7h8H8ALigtIKqA/ZIAAAAASUVORK5CYII=');border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAACcCAMAAAC9ZjJ/AAAAnFBMVEX///8AAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////YxPlZAAAAM3RSTlMzADY6QEo9I1ROWlBHRBby7ufFq3kw+hEp0VcK3dS0opmRg3BpBi2JHxvhy72WZGGclV2LE9pqAAAHSUlEQVR42syY13riMBBGZ1VccKHZ2NQAAYdOkn3/d1sJ9ltrZAwBtz2XCZFPNP9IY+BXYda+GVLmubZjtVqWY7seM0LTXxdfuZicHxNPGAkny3Fszl2Xc9txrOvPPBL7BRYvIhfFTDiMHO4ZFDJQw+POSBiyOLq/Tulya9NwxIM5I3AXwrj4BxzDzKlxBXJbao2Q2GNBi26z65QvF4EzslwKT0Fda+QAqm8FcltX7JkBL2Bwa+Si7StZbuNaDiPwIoQ5lruR61QgZ3LLNqAQhm1xs2Q5rFZcr2S5iDncgFKg3GJRiXLr0EG7Vnj3nHBdltyGOx6BfLzT8u3QG066ncGg050Me4e35cmDfIjn8E0pcmPD4RRycIP+tP37Ju1pP3Dza+vQcXE5n+dVlAX9ye8HTPoBy6st94vKxTa/WVEa9JQ9mh2D1XlkM0KYPTqvguNM2c9eQG/WlttxIbmxYd/Mzmn299mD/XHl5lR8ddwP/trPTjezahvj1+V899b5QT+612cOP1cU7kJXn8PrZ7sf9NaV5vqvym24S7ILLjrXNH1x+BH865rMzsIAHeLyzWtyJs+WlM3blwf1v+EJvvudS3XnLFtabr4iF/PMUmTZxiV6DI5Ce0lAg/H4ebkw69aaygfsxANegCx38q+nraxd+KwccQ19kf5FLXh9ZAouen2WaQvynBxkZt13GZvBnEIB6HwgA/uemZPhGblQdyNvl+PUhoLYl6P7jeh24c/lYk+rKR/KPniHEniXnTHkWmW9+KdypnDLlrTHoBRYLy2tYmf+TG6ruy1k2hZQGguZvIVut/2JnM80tzdZ0jOUyLkrg6fZMf+x3NrA5SMzsdCeQamwvVh0RvDPjPVDOWDob6hMyIFCydCDTDFaljB4JGdqbrJN+wRKh/Rl02p25n25iOHPy32bQyXM5d7hnWDRPbk1xc0g8/YBFfEhc4ebgq7vyCUG0ft0DpUx13uWGEm+nI/dFjJvUCEydwts5+fJrQlF94LsUwIVQmTPvqPYkXWOnElVFd4R5xuFSqF7cZNxVZeat+XGyI0Mxb3AoGJYVxwoBNmNb8olVGuGwRkq5zzQmoImt+R8SrTALaAGFlrsCPFvyIWqGxOB60Et9ETsmGoXZuV8gpq86sDh2PVRD/sZuUSVa6G9rgScoJYql+hyEWqZafVFxYWdosdHmlwCCkvRqTbUhi06dgkKCZaLUAraz16pxS/ZNkp4hORi7bM7CjVCd9puxKrcGBQMsXEB1Eogts4AhbEit9WOxR2BWiE77cjfpnKoHWhHxrMOcAt2qNoSqVykDahdAjVDutrIHf2TM0EBfaxi8JaAgvlPLoSUE9rgisFhOkFKeJHTqzorMJoXHNlnel1BqyoV58g3NMC3OE2oVlcpF+ITZwKNMMGna3iVG2uX8Bc0wpc2bIwvcj6kMDG+cGgELh7NIMW/yJm4qkNoiCGuq3mRC3HPfEJDfOJzIpRyYy2VK2iIlehFHDpAkXPFlEmhIaiYOV0UOvi1wZHbQ2Psceg2Qi7GkTtCYxxx6GIhl0DKtP7I4dBNISURcqDQllWvF5z4NqQINbVZPfnbusF746ntChEel6bQIFM8NkWwxcPyDBpkhl8QtrDBX3sdoUGO+OuwDZiQcqj7nTD7hniAFBPJ9Zo4SfBZ0kNyMZ4LztAgZzwTxRDja38EDTLCV38MCX4rtKFBbPx+mEAIKR05izYIE6+lkBKCiphZCDQIERMbKPzfcn+Yt2MkCEEgiKLsn60xI6MMzC29/wUNQSX3n8ESZrof6s+q/iHUR4n6EFZfX+qLXz0yqYdN9ZiuXnDUq6F7qdbGEYs9yFFHYOrwUB27ugNrddSvLknU9ZK7mFNXmr/iK4NLr9Gx1egsHSBgAwisnW40XHSDNriSAxd64Ri5EJi4EGwjtNoxQSv2O1ELPESNWO+4r4UH90V5yMMaWFgkUZ+gtIQFlEZ5U9zEQXHJ+kbMhAMxBxNhfaaDf+c5g/MtDXA+2/zJwT++f3JwlXMvqw3DQBSGg3VmbFUa7UyDvHZo3/8FWxKKCNQX2ZbGJGttDloO/J/BMBFrQD/WQDuVuRjWzlzYjJOBEIxuIGQQptOqHrppFfq5KI2hGaWBx7mcLwjr5XwsYSGEFKMVQhpplxLSRrQSUmmW41toxbcYV2TLAo1sGRJWBd8e9YNv+O+Vqbyvn8pTuxoZoNrIAF0zeAaqyzPQJQe2aIjrwRZMTSYJQuclQX4f6mEql3yG5malBkMj9rYJ8LG+PODjbbuRPrJUmj4i+7UZjSJbFo2yFE7LbTke9kFlrhxU5q77iTeHEsQbLIXz4ng8vDor+AAZ3ZEgo3P9eCRlKUlN3S9tyuf7IKB/87BvGgrwqWle3AfPxjStDNkbt5K9sSjZm7BjysWOqTh2nK7H3UceEx07/vfTTgBsd7PA9nvR5Al1N/4OuMdn1D3eUXdvtFD3Zw6fIUQPDp9IYI7h8H8ALigtIKqA/ZIAAAAASUVORK5CYII=');border-image-slice:15 fill}.media-content.svelte-nnvupv{position:relative;box-sizing:content-box;pointer-events:auto;width:100%;height:100%;border-radius:624.9375rem;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}")}function ru(n){let t,e,i,s,o,r=n[0].type==="Image"&&au(n);return{c(){t=S("div"),e=S("div"),r&&r.c(),i=$(),s=S("div"),C(e,"class","media-item svelte-nnvupv"),C(e,"draggable","false"),C(s,"class","line svelte-nnvupv"),C(t,"class","wrapper svelte-nnvupv")},m(a,l){B(a,t,l),L(t,e),r&&r.m(e,null),L(t,i),L(t,s),o=!0},p(a,l){a[0].type==="Image"?r?(r.p(a,l),l&1&&x(r,1)):(r=au(a),r.c(),x(r,1),r.m(e,null)):r&&(ue(),O(r,1,1,()=>{r=null}),fe())},i(a){o||(x(r),o=!0)},o(a){O(r),o=!1},d(a){a&&z(t),r&&r.d()}}}function au(n){let t,e,i,s,o,r;return t=new Wt({props:{blurRadius:22,spreadRadius:16,height:"80%",width:"80%",center:!0,round:!0}}),{c(){var a;se(t.$$.fragment),e=$(),i=S("img"),C(i,"class","media-content svelte-nnvupv"),at(i.src,s=(a=n[0].thumbnail)!=null?a:n[0].url)||C(i,"src",s),C(i,"alt",o=n[0].name),C(i,"draggable",!1)},m(a,l){ie(t,a,l),B(a,e,l),B(a,i,l),r=!0},p(a,l){var c;(!r||l&1&&!at(i.src,s=(c=a[0].thumbnail)!=null?c:a[0].url))&&C(i,"src",s),(!r||l&1&&o!==(o=a[0].name))&&C(i,"alt",o)},i(a){r||(x(t.$$.fragment,a),r=!0)},o(a){O(t.$$.fragment,a),r=!1},d(a){ne(t,a),a&&z(e),a&&z(i)}}}function KE(n){let t,e,i=n[0]&&ru(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[0]?i?(i.p(s,o),o&1&&x(i,1)):(i=ru(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function $E(n,t,e){let i,{tag:s}=t;return n.$$set=o=>{"tag"in o&&e(1,s=o.tag)},n.$$.update=()=>{n.$$.dirty&2&&e(0,i=s.data.mediaData[0])},[i,s]}class e2 extends ce{constructor(t){super(),le(this,t,$E,KE,ae,{tag:1},qE)}}function t2(n){ge(n,"svelte-kzl2aj",".customElement__container.svelte-kzl2aj{position:relative}")}function i2(n){let t,e;return{c(){t=new Ho(!1),e=we(),t.a=e},m(i,s){t.m(n[2],i,s),B(i,e,s)},p:J,d(i){i&&z(e),i&&t.d()}}}function n2(n){let t,e=typeof n[2]=="string"&&i2(n);return{c(){t=S("div"),e&&e.c(),C(t,"class","customElement__container svelte-kzl2aj"),K(t,"unfolded",n[1])},m(i,s){B(i,t,s),e&&e.m(t,null),n[5](t)},p(i,[s]){typeof i[2]=="string"&&e.p(i,s),s&2&&K(t,"unfolded",i[1])},i:J,o:J,d(i){i&&z(t),e&&e.d(),n[5](null)}}}function s2(n,t,e){var h,u;let i,{tag:s}=t,{rendererMap:o=new Map}=t,r,a=(u=s.element)!=null?u:(h=o.get(s.contentType))==null?void 0:h.renderer,l;It(()=>{r&&(a instanceof Element?(r.appendChild(a),l=()=>{a instanceof Element&&a.remove()}):typeof a=="function"&&(l=a(r,s)))}),zt(()=>{l==null||l()});function c(f){We[f?"unshift":"push"](()=>{r=f,e(0,r)})}return n.$$set=f=>{"tag"in f&&e(3,s=f.tag),"rendererMap"in f&&e(4,o=f.rendererMap)},n.$$.update=()=>{n.$$.dirty&8&&e(1,i=s.state.unfolded)},[r,i,a,s,o,c]}class o2 extends ce{constructor(t){super(),le(this,t,s2,n2,ae,{tag:3,rendererMap:4},t2)}}function r2(n){ge(n,"svelte-qz1wo5",'@font-face{font-family:"TG-TYPE";font-style:normal;font-weight:400;src:local("TG-TYPE-Bold"), url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-qz1wo5{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-qz1wo5{transition:opacity 0.2s linear}.content__container.unClickable.svelte-qz1wo5{pointer-events:none !important}.content__container.unClickable.svelte-qz1wo5 *{pointer-events:none !important}.content__wrapper.svelte-qz1wo5{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-qz1wo5{opacity:0;pointer-events:none}.content__container.hide.svelte-qz1wo5 *{pointer-events:none !important}.content__container.disable.svelte-qz1wo5{display:none}.content.svelte-qz1wo5{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-qz1wo5:not(.unfolded){pointer-events:none}.content.svelte-qz1wo5:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-qz1wo5{pointer-events:auto}')}function a2(n){let t,e;return{c(){t=S("div"),C(t,"data-info","tag content is keep folded"),C(t,"data-id",e=n[1].id)},m(i,s){B(i,t,s)},p(i,s){s&2&&e!==(e=i[1].id)&&C(t,"data-id",e)},i:J,o:J,d(i){i&&z(t)}}}function l2(n){let t,e,i,s,o,r,a,l,c,h,u,f,g,A,p,m,v;const y=[p2,m2,g2,f2,u2,d2,h2],P=[];function E(k,I){return I&18&&(s=null),I&18&&(o=null),I&18&&(r=null),I&18&&(a=null),I&18&&(l=null),I&18&&(c=null),I&18&&(h=null),s==null&&(s=!!(["Text"].includes(k[1].contentType)||["Text"].includes(k[4].get(k[1].contentType)))),s?0:(o==null&&(o=!!(["ImageText","Image","Video"].includes(k[1].contentType)||["ImageText","Image","Video"].includes(k[4].get(k[1].contentType)))),o?1:(r==null&&(r=!!(["Audio"].includes(k[1].contentType)||["Audio"].includes(k[4].get(k[1].contentType)))),r?2:(a==null&&(a=!!(["Marketing"].includes(k[1].contentType)||["Marketing"].includes(k[4].get(k[1].contentType)))),a?3:(l==null&&(l=!!(["Link","VRLink","PanoLink","Sticker"].includes(k[1].contentType)||["Link","VRLink","PanoLink","Sticker"].includes(k[4].get(k[1].contentType)))),l?4:(c==null&&(c=!!(["MediaPlane","MediaModel"].includes(k[1].contentType)||["MediaPlane","MediaModel"].includes(k[4].get(k[1].contentType)))),c?5:(h==null&&(h=!!(["Panorama"].includes(k[1].contentType)||["Panorama"].includes(k[4].get(k[1].contentType)))),h?6:-1))))))}return~(u=E(n,-1))&&(f=P[u]=y[u](n)),{c(){var k;t=S("div"),e=S("div"),i=S("div"),f&&f.c(),C(i,"class","content svelte-qz1wo5"),K(i,"unfolded",(k=n[1].state)==null?void 0:k.unfolded),C(e,"class","content__wrapper svelte-qz1wo5"),C(t,"class",g=_e(vt("content__container",n[1].className))+" svelte-qz1wo5"),C(t,"data-id",A=n[1].id),K(t,"disable",n[1].enabled===!1),K(t,"hide",n[6]),K(t,"withAnimation",n[0]),K(t,"unClickable",n[1].config.clickable===!1),T(t,"width",n[1].stickType==="Plane"||n[1].contentType==="MediaModel"?"100%":0),T(t,"height",n[1].stickType==="Plane"||n[1].contentType==="MediaModel"?"100%":0)},m(k,I){B(k,t,I),L(t,e),L(e,i),~u&&P[u].m(i,null),p=!0,m||(v=Ae(t,"click",ff(n[16])),m=!0)},p(k,I){var R;let j=u;u=E(k,I),u===j?~u&&P[u].p(k,I):(f&&(ue(),O(P[j],1,1,()=>{P[j]=null}),fe()),~u?(f=P[u],f?f.p(k,I):(f=P[u]=y[u](k),f.c()),x(f,1),f.m(i,null)):f=null),(!p||I&2)&&K(i,"unfolded",(R=k[1].state)==null?void 0:R.unfolded),(!p||I&2&&g!==(g=_e(vt("content__container",k[1].className))+" svelte-qz1wo5"))&&C(t,"class",g),(!p||I&2&&A!==(A=k[1].id))&&C(t,"data-id",A),(!p||I&2)&&K(t,"disable",k[1].enabled===!1),(!p||I&66)&&K(t,"hide",k[6]),(!p||I&3)&&K(t,"withAnimation",k[0]),(!p||I&2)&&K(t,"unClickable",k[1].config.clickable===!1),I&2&&T(t,"width",k[1].stickType==="Plane"||k[1].contentType==="MediaModel"?"100%":0),I&2&&T(t,"height",k[1].stickType==="Plane"||k[1].contentType==="MediaModel"?"100%":0)},i(k){p||(x(f),p=!0)},o(k){O(f),p=!1},d(k){k&&z(t),~u&&P[u].d(),m=!1,v()}}}function c2(n){let t,e,i,s,o,r,a;return e=new o2({props:{tag:Ye(n[1]),rendererMap:n[3]}}),{c(){t=S("div"),se(e.$$.fragment),C(t,"class",i=_e(vt("content__container",n[1].className))+" svelte-qz1wo5"),C(t,"data-id",s=n[1].id),K(t,"custom-tag-disable",n[1].enabled===!1),K(t,"custom-tag-hide",n[6])},m(l,c){B(l,t,c),ie(e,t,null),o=!0,r||(a=Ae(t,"click",n[15]),r=!0)},p(l,c){const h={};c&2&&(h.tag=Ye(l[1])),c&8&&(h.rendererMap=l[3]),e.$set(h),(!o||c&2&&i!==(i=_e(vt("content__container",l[1].className))+" svelte-qz1wo5"))&&C(t,"class",i),(!o||c&2&&s!==(s=l[1].id))&&C(t,"data-id",s),(!o||c&2)&&K(t,"custom-tag-disable",l[1].enabled===!1),(!o||c&66)&&K(t,"custom-tag-hide",l[6])},i(l){o||(x(e.$$.fragment,l),o=!0)},o(l){O(e.$$.fragment,l),o=!1},d(l){l&&z(t),ne(e),r=!1,a()}}}function h2(n){let t,e;return t=new e2({props:{tag:Ye(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Ye(i[1])),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function d2(n){let t,e;return t=new jE({props:{tag:Ye(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Ye(i[1])),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function u2(n){let t,e;return t=new JE({props:{tag:Ye(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Ye(i[1])),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function f2(n){let t,e;return t=new rE({props:{tag:Ye(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Ye(i[1])),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function g2(n){let t,e;return t=new DE({props:{tag:Ye(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Ye(i[1])),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function m2(n){let t,e;return t=new iE({props:{tag:Ye(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Ye(i[1])),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function p2(n){let t,e;return t=new wC({props:{tag:Ye(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Ye(i[1])),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function A2(n){let t,e,i,s,o;const r=[c2,l2,a2],a=[];function l(c,h){return h&10&&(t=null),t==null&&(t=!!(c[1].element||c[3].has(c[1].contentType))),t?0:c[5]?1:2}return e=l(n,-1),i=a[e]=r[e](n),{c(){i.c(),s=we()},m(c,h){a[e].m(c,h),B(c,s,h),o=!0},p(c,[h]){let u=e;e=l(c,h),e===u?a[e].p(c,h):(ue(),O(a[u],1,1,()=>{a[u]=null}),fe(),i=a[e],i?i.p(c,h):(i=a[e]=r[e](c),i.c()),x(i,1),i.m(s.parentNode,s))},i(c){o||(x(i),o=!0)},o(c){O(i),o=!1},d(c){a[e].d(c),c&&z(s)}}}function v2(n,t,e){var i,s;return!(!t.visible||!t.enabled||!e.visible||!((i=n.state)!=null&&i.visible)||((s=n.temporaryState)==null?void 0:s.visible)===!1||n.loading)}function b2(n,t,e){let i,s,o,r,a,l,{withAnimation:c=!1}=t,{tag:h}=t,{hooks:u}=t,{rendererMap:f=new Map}=t,{contentTypeMap:g=new Map}=t,{state:A}=t,{mediaStore:p}=t,{temporaryState:m}=t;Ga("hooks",u),Ga("mediaStore",p);let v,y;function P(I){I?u.emit("exposure",{id:r,type:"start"}):u.emit("exposure",{id:r,type:"end"})}const E=I=>u.emit("click",{event:I,target:"TagContent",tag:h}),k=I=>u.emit("click",{event:I,target:"TagContent",tag:h});return n.$$set=I=>{"withAnimation"in I&&e(0,c=I.withAnimation),"tag"in I&&e(1,h=I.tag),"hooks"in I&&e(2,u=I.hooks),"rendererMap"in I&&e(3,f=I.rendererMap),"contentTypeMap"in I&&e(4,g=I.contentTypeMap),"state"in I&&e(7,A=I.state),"mediaStore"in I&&e(8,p=I.mediaStore),"temporaryState"in I&&e(9,m=I.temporaryState)},n.$$.update=()=>{var I,j,R,U,W,N,Q,H,F,Y,Z;n.$$.dirty&2&&e(13,i=(I=h.state)==null?void 0:I.unfolded),n.$$.dirty&2&&e(12,s=(j=h.state)==null?void 0:j.visible),n.$$.dirty&642&&e(14,o=A.visible&&m.visible&&((R=h.state)==null?void 0:R.visible)),n.$$.dirty&2&&(r=h.id),n.$$.dirty&642&&e(6,a=!v2(h,A,m)),n.$$.dirty&16384&&P(o),n.$$.dirty&15362&&h.hooks&&(i!==void 0&&i!==y&&(e(11,y=i),i?(W=(U=h.hooks).emit)==null||W.call(U,"unfolded"):(Q=h==null?void 0:(N=h.hooks).emit)==null||Q.call(N,"folded")),s!==void 0&&s!==v&&(e(10,v=s),s?(F=(H=h.hooks).emit)==null||F.call(H,"show"):(Z=(Y=h.hooks).emit)==null||Z.call(Y,"hide"))),n.$$.dirty&2&&e(5,l=(()=>!(typeof h.config.unfoldedConfig=="object"&&h.config.unfoldedConfig.keep==="folded"))())},[c,h,u,f,g,l,a,A,p,m,v,y,s,i,o,E,k]}let Bg=class extends ce{constructor(t){super(),le(this,t,b2,A2,ae,{withAnimation:0,tag:1,hooks:2,rendererMap:3,contentTypeMap:4,state:7,mediaStore:8,temporaryState:9},r2)}};function y2(n){ge(n,"svelte-7aiuwz",'@charset "UTF-8";.tag-point-click-helper.svelte-7aiuwz.svelte-7aiuwz{position:absolute;pointer-events:auto;cursor:pointer;width:calc(100% + 0.75rem);height:calc(100% + 0.75rem);left:50%;top:50%;transform:translate(-50%, -50%)}.tag-point-wrapper.svelte-7aiuwz.svelte-7aiuwz{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.tag-folded-point.svelte-7aiuwz.svelte-7aiuwz,.tag-unfolded-point.svelte-7aiuwz.svelte-7aiuwz{transition:all 0.5s}.tag-point-wrapper.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;border-radius:50%}.tag-point-wrapper.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0.3125rem;height:0.3125rem;border-radius:50%;background-color:white}.tag-point-wrapper.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz:before{content:"";position:absolute;width:0.875rem;height:0.875rem;border-radius:50%;background-color:rgba(0, 0, 0, 0.2)}.tag-point-wrapper.folded.svelte-7aiuwz .tag-folded-point.svelte-7aiuwz{opacity:1;scale:1}.tag-point-wrapper.folded.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz{opacity:0;scale:1}.tag-point-wrapper.unfolded.svelte-7aiuwz .tag-folded-point.svelte-7aiuwz{opacity:0;scale:0.2}.tag-point-wrapper.unfolded.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz{opacity:1;scale:1}')}function w2(n){let t,e,i,s,o,r,a,l,c,h,u,f;return s=new Wt({props:{center:!0,blurRadius:15,spreadRadius:5,opacity:.3}}),c=new Og({props:{icon:n[2],width:n[1]}}),c.$on("iconLoaded",n[7]),{c(){t=S("div"),e=S("div"),i=$(),se(s.$$.fragment),o=$(),r=S("div"),a=$(),l=S("div"),se(c.$$.fragment),C(e,"class","tag-point-click-helper svelte-7aiuwz"),C(r,"class","tag-unfolded-point svelte-7aiuwz"),T(r,"transition-delay",(n[3]?n[5]:0)+"ms"),C(l,"class","tag-folded-point svelte-7aiuwz"),T(l,"transition-delay",(n[3]?n[5]:0)+"ms"),C(t,"class","tag-point-wrapper svelte-7aiuwz"),K(t,"unfolded",n[0]),K(t,"folded",n[3])},m(g,A){B(g,t,A),L(t,e),L(t,i),ie(s,t,null),L(t,o),L(t,r),L(t,a),L(t,l),ie(c,l,null),h=!0,u||(f=Ae(e,"click",n[4]),u=!0)},p(g,[A]){A&8&&T(r,"transition-delay",(g[3]?g[5]:0)+"ms");const p={};A&4&&(p.icon=g[2]),A&2&&(p.width=g[1]),c.$set(p),A&8&&T(l,"transition-delay",(g[3]?g[5]:0)+"ms"),(!h||A&1)&&K(t,"unfolded",g[0]),(!h||A&8)&&K(t,"folded",g[3])},i(g){h||(x(s.$$.fragment,g),x(c.$$.fragment,g),h=!0)},o(g){O(s.$$.fragment,g),O(c.$$.fragment,g),h=!1},d(g){g&&z(t),ne(s),ne(c),u=!1,f()}}}function C2(n,t,e){let i,s,o,r;const a=Ii("hooks");let{tag:l}=t,c,h=!1;const u=()=>{c!==void 0&&clearTimeout(c),h=!0,c=setTimeout(()=>{h=!1},800)},f=p=>{h||a.emit("click",{event:p,target:"TagPoint",tag:l})},g=(()=>l.contentType==="Text"&&l.data.appearance==="plane"?500:800)();function A(p){Jn.call(this,n,p)}return n.$$set=p=>{"tag"in p&&e(6,l=p.tag)},n.$$.update=()=>{var p,m,v,y;n.$$.dirty&64&&e(0,i=(p=l.state)==null?void 0:p.unfolded),n.$$.dirty&1&&e(3,s=!i),n.$$.dirty&64&&e(2,o=(v=(m=l.style)==null?void 0:m.point)!=null&&v.url?(y=l.style)==null?void 0:y.point:{url:uy}),n.$$.dirty&64&&e(1,r=(()=>{var k,I,j,R;const P=(I=(k=l.style)==null?void 0:k.point)==null?void 0:I.width;if(typeof P=="number")return P;const E=(R=(j=l.style)==null?void 0:j.point)==null?void 0:R.size;if(typeof E=="number")return E;if(E==="S")return 18;if(E==="M")return 20;if(E==="L")return 24;if(E==="XL")return 28})())},u(),[i,r,o,s,f,g,l,A]}class P2 extends ce{constructor(t){super(),le(this,t,C2,w2,ae,{tag:6},y2)}}function I2(n){ge(n,"svelte-g38zun",".tag.svelte-g38zun{will-change:opacity}.tag.withAnimation.svelte-g38zun{transition:opacity 0.2s linear}.tag.enableZIndex.svelte-g38zun{position:absolute;left:0;top:0;width:100%;height:100%}.tag.hide.svelte-g38zun{opacity:0;pointer-events:none}.tag.hide.svelte-g38zun *{pointer-events:none !important}.tag.unClickable.svelte-g38zun{pointer-events:none !important}.tag.unClickable.svelte-g38zun *{pointer-events:none !important}.tag.disable.svelte-g38zun{display:none}.wrapper.svelte-g38zun{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto}")}function lu(n){let t,e,i,s,o,r,a,l,c,h;const u=[M2,E2],f=[];function g(v,y){return v[16]?0:1}i=g(n),s=f[i]=u[i](n);const A=[x2,k2],p=[];function m(v,y){return v[15]?0:1}return r=m(n),a=p[r]=A[r](n),{c(){t=S("div"),e=S("div"),s.c(),o=$(),a.c(),C(e,"class",l=_e(vt("wrapper",n[1].className?`${n[1].className}__wrapper`:void 0))+" svelte-g38zun"),C(e,"data-tag-unfolded",n[7]),C(e,"data-tag-id",n[14]),C(e,"data-content-type",c=n[1].contentType),T(e,"left",n[11]),T(e,"top",n[10]),C(t,"class","tag svelte-g38zun"),C(t,"data-tag-id",n[14]),K(t,"unClickable",n[1].config.clickable===!1),K(t,"disable",n[13]),K(t,"hide",n[12]),K(t,"withAnimation",n[0]),K(t,"enableZIndex",n[9]),T(t,"z-index",n[9])},m(v,y){B(v,t,y),L(t,e),f[i].m(e,null),L(e,o),p[r].m(e,null),h=!0},p(v,y){let P=i;i=g(v),i===P?f[i].p(v,y):(ue(),O(f[P],1,1,()=>{f[P]=null}),fe(),s=f[i],s?s.p(v,y):(s=f[i]=u[i](v),s.c()),x(s,1),s.m(e,o));let E=r;r=m(v),r===E?p[r].p(v,y):(ue(),O(p[E],1,1,()=>{p[E]=null}),fe(),a=p[r],a?a.p(v,y):(a=p[r]=A[r](v),a.c()),x(a,1),a.m(e,null)),(!h||y&2&&l!==(l=_e(vt("wrapper",v[1].className?`${v[1].className}__wrapper`:void 0))+" svelte-g38zun"))&&C(e,"class",l),(!h||y&128)&&C(e,"data-tag-unfolded",v[7]),(!h||y&16384)&&C(e,"data-tag-id",v[14]),(!h||y&2&&c!==(c=v[1].contentType))&&C(e,"data-content-type",c),y&2048&&T(e,"left",v[11]),y&1024&&T(e,"top",v[10]),(!h||y&16384)&&C(t,"data-tag-id",v[14]),(!h||y&2)&&K(t,"unClickable",v[1].config.clickable===!1),(!h||y&8192)&&K(t,"disable",v[13]),(!h||y&4096)&&K(t,"hide",v[12]),(!h||y&1)&&K(t,"withAnimation",v[0]),(!h||y&512)&&K(t,"enableZIndex",v[9]),y&512&&T(t,"z-index",v[9])},i(v){h||(x(s),x(a),h=!0)},o(v){O(s),O(a),h=!1},d(v){v&&z(t),f[i].d(),p[r].d()}}}function E2(n){let t;return{c(){t=S("div"),C(t,"data-info","tag point is disable")},m(e,i){B(e,t,i)},p:J,i:J,o:J,d(e){e&&z(t)}}}function M2(n){let t,e;return t=new P2({props:{tag:n[1]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=i[1]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function k2(n){let t;return{c(){t=S("div"),C(t,"data-info","tag content is disable")},m(e,i){B(e,t,i)},p:J,i:J,o:J,d(e){e&&z(t)}}}function x2(n){let t,e;return t=new Bg({props:{mediaStore:n[2],withAnimation:n[0],tag:Ye(n[1]),hooks:n[17],state:n[5],temporaryState:n[6],rendererMap:n[3],contentTypeMap:n[4]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&4&&(o.mediaStore=i[2]),s&1&&(o.withAnimation=i[0]),s&2&&(o.tag=Ye(i[1])),s&32&&(o.state=i[5]),s&64&&(o.temporaryState=i[6]),s&8&&(o.rendererMap=i[3]),s&16&&(o.contentTypeMap=i[4]),t.$set(o)},i(i){e||(x(t.$$.fragment,i),e=!0)},o(i){O(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function D2(n){let t,e,i=n[8]&&lu(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[8]?i?(i.p(s,o),o&256&&x(i,1)):(i=lu(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function S2(n,t,e){let i,s,o,r,a,l,c,h,u,f,{withAnimation:g=!1}=t,{tag:A}=t,{mediaStore:p}=t,{rendererMap:m=new Map}=t,{contentTypeMap:v=new Map}=t,{state:y}=t,{temporaryState:P}=t;const E=Ii("hooks");return n.$$set=k=>{"withAnimation"in k&&e(0,g=k.withAnimation),"tag"in k&&e(1,A=k.tag),"mediaStore"in k&&e(2,p=k.mediaStore),"rendererMap"in k&&e(3,m=k.rendererMap),"contentTypeMap"in k&&e(4,v=k.contentTypeMap),"state"in k&&e(5,y=k.state),"temporaryState"in k&&e(6,P=k.temporaryState)},n.$$.update=()=>{var k,I,j,R;n.$$.dirty&10&&e(16,i=(()=>{var U,W,N;return!(((W=(U=A.style)==null?void 0:U.point)==null?void 0:W.enabled)===!1||((N=m.get(A.contentType))==null?void 0:N.usePoint)===!1||A.contentType==="Sticker"||A.contentType==="Link"||A.contentType==="VRLink"||A.contentType==="PanoLink"||A.contentType==="Panorama"||A.contentType==="Audio"&&A.data.appearance==="plane")})()),n.$$.dirty&2&&e(15,s=(()=>A.stickType==="2DPoint")()),n.$$.dirty&2&&e(14,o=A.id),n.$$.dirty&2&&e(13,r=A.enabled===!1||!A.state),n.$$.dirty&2&&e(12,a=!((k=A.state)!=null&&k.visible)||((I=A.temporaryState)==null?void 0:I.visible)===!1||!A.screenPosition),n.$$.dirty&2&&e(7,l=(j=A.state)==null?void 0:j.unfolded),n.$$.dirty&2&&e(8,c=A.screenPosition),n.$$.dirty&256&&e(11,h=(c==null?void 0:c.leftPercent)+"%"),n.$$.dirty&256&&e(10,u=(c==null?void 0:c.topPercent)+"%"),n.$$.dirty&130&&e(9,f=l?((R=A.zIndex)!=null?R:0)+(l?1e6:0):void 0)},[g,A,p,m,v,y,P,l,c,f,u,h,a,r,o,s,i,E]}class T2 extends ce{constructor(t){super(),le(this,t,S2,D2,ae,{withAnimation:0,tag:1,mediaStore:2,rendererMap:3,contentTypeMap:4,state:5,temporaryState:6},I2)}}function L2(n){ge(n,"svelte-38qb2t",".tag--container.svelte-38qb2t{box-sizing:border-box;position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translate3d(0, 0, 0);z-index:1}.withAnimation.svelte-38qb2t{transition:opacity 0.2s linear}.tag--container.hide.svelte-38qb2t{opacity:0;pointer-events:none}.tag--container.hide.svelte-38qb2t *{pointer-events:none !important}")}function cu(n,t,e){const i=n.slice();return i[8]=t[e],i}function hu(n){let t,e=[],i=new Map,s,o=n[1];const r=a=>a[8].id;for(let a=0;a<o.length;a+=1){let l=cu(n,o,a),c=r(l);i.set(c,e[a]=du(c,l))}return{c(){t=S("div");for(let a=0;a<e.length;a+=1)e[a].c();C(t,"class","tag--container svelte-38qb2t"),K(t,"hide",!n[5].visible||!n[6].visible),K(t,"withAnimation",n[0])},m(a,l){B(a,t,l);for(let c=0;c<e.length;c+=1)e[c]&&e[c].m(t,null);s=!0},p(a,l){l&127&&(o=a[1],ue(),e=_t(e,l,r,1,a,o,i,t,Si,du,null,cu),fe()),(!s||l&96)&&K(t,"hide",!a[5].visible||!a[6].visible),(!s||l&1)&&K(t,"withAnimation",a[0])},i(a){if(!s){for(let l=0;l<o.length;l+=1)x(e[l]);s=!0}},o(a){for(let l=0;l<e.length;l+=1)O(e[l]);s=!1},d(a){a&&z(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}function du(n,t){let e,i,s;return i=new T2({props:{state:t[5],temporaryState:t[6],withAnimation:t[0],tag:t[8],mediaStore:t[2],rendererMap:t[3],contentTypeMap:t[4]}}),{key:n,first:null,c(){e=we(),se(i.$$.fragment),this.first=e},m(o,r){B(o,e,r),ie(i,o,r),s=!0},p(o,r){t=o;const a={};r&32&&(a.state=t[5]),r&64&&(a.temporaryState=t[6]),r&1&&(a.withAnimation=t[0]),r&2&&(a.tag=t[8]),r&4&&(a.mediaStore=t[2]),r&8&&(a.rendererMap=t[3]),r&16&&(a.contentTypeMap=t[4]),i.$set(a)},i(o){s||(x(i.$$.fragment,o),s=!0)},o(o){O(i.$$.fragment,o),s=!1},d(o){o&&z(e),ne(i,o)}}}function j2(n){let t,e,i=n[5].enabled&&hu(n);return{c(){i&&i.c(),t=we()},m(s,o){i&&i.m(s,o),B(s,t,o),e=!0},p(s,[o]){s[5].enabled?i?(i.p(s,o),o&32&&x(i,1)):(i=hu(s),i.c(),x(i,1),i.m(t.parentNode,t)):i&&(ue(),O(i,1,1,()=>{i=null}),fe())},i(s){e||(x(i),e=!0)},o(s){O(i),e=!1},d(s){i&&i.d(s),s&&z(t)}}}function z2(n,t,e){let{withAnimation:i=!1}=t,{tags:s=[]}=t,{hooks:o}=t,{mediaStore:r}=t,{rendererMap:a}=t,{contentTypeMap:l}=t,{state:c}=t,{temporaryState:h}=t;return Ga("hooks",o),n.$$set=u=>{"withAnimation"in u&&e(0,i=u.withAnimation),"tags"in u&&e(1,s=u.tags),"hooks"in u&&e(7,o=u.hooks),"mediaStore"in u&&e(2,r=u.mediaStore),"rendererMap"in u&&e(3,a=u.rendererMap),"contentTypeMap"in u&&e(4,l=u.contentTypeMap),"state"in u&&e(5,c=u.state),"temporaryState"in u&&e(6,h=u.temporaryState)},[i,s,r,a,l,c,h,o]}class O2 extends ce{constructor(t){super(),le(this,t,z2,j2,ae,{withAnimation:0,tags:1,hooks:7,mediaStore:2,rendererMap:3,contentTypeMap:4,state:5,temporaryState:6},L2)}}const B2=new fm.GLTFLoader;function V2(n){return new Promise((t,e)=>{function i(o){t(o)}function s(o){e(o)}B2.load(n,i,void 0,s)})}const R2=new Map,H2=new Map;class N2 extends Ow{constructor(e){super(e);d(this,"rendererMap",new Map);d(this,"contentTypeMap",new Map);d(this,"group",new _.Group);d(this,"imagePlaneGroup",new _.Group);d(this,"gltfObjectGroup",new _.Group);d(this,"enabledModelTagSet",new Set);d(this,"temporaryState",{visible:!0});d(this,"TagContainerSvelte");d(this,"loadModel",e=>G(this,null,function*(){var a;const i=e.data.modelUrl;if(!i)return;e.loading=!0;const s=V2(i).then(l=>{var u;const c=Object.assign(l.scene,{customID:e.id,isTagModel:!0,removeEventListener:this.getTagConfig(e).clickable===!1?()=>{}:this.addObjectClickHandler(e,l.scene,f=>{this.hooks.emit("click",{target:"TagModel",tag:e,event:f})})});return c.visible=this.getCurrentVisibleState(e),new _.Matrix4().fromArray(e.matrix).decompose(c.position,c.quaternion,c.scale),c.updateWorldMatrix(!0,!0),c.visible=this.getVisible(e),(u=this.getTagConfig(e).modelConfig)!=null&&u.autoLookAtEnabled&&c.lookAt(this.five.camera.position.clone().setY(c.position.y)),c});e.model={promise:s};const o=yield s;if(e.loading=!1,((a=e.model)==null?void 0:a.promise)!==s||!this.tags.includes(e))return;e.model.object=o;const r=this.gltfObjectGroup.children.find(l=>l.customID===e.id);if(r&&(this.gltfObjectGroup.remove(r),r.removeEventListener()),this.updateRender3DDomTag(),Kt(e)){if(this.getRenderType(e)==="Mesh"&&!e.mediaPlane){const l=e.data.mediaPosition.map(ui);e.mediaPlane=new Yh(e.data.mediaData[0].url,e.data.mediaPosition.map(ui),{objectFit:e.data.objectFit});const c=new _.Vector3().addVectors(l[0],l[2]).divideScalar(2);e.mediaPlane.position.copy(c),o.add(e.mediaPlane)}this.getRenderType(e)!=="Mesh"&&(o.updateTagCss3DObjectMatrix=()=>this.updateTagCss3DObjectMatrix(e,o),o.updateTagCss3DObjectMatrix())}return this.gltfObjectGroup.add(o),o}));this.group.name="PanoTagPluginModelGroup",this.gltfObjectGroup.name="PanoTagPluginGLTFObjectGroup",this.imagePlaneGroup.name="ImagePlaneGroup",this.group.add(this.gltfObjectGroup),this.group.add(this.imagePlaneGroup)}registerRenderer(e,i,s){var o;this.rendererMap.set(e,{renderer:i,usePoint:(o=s==null?void 0:s.usePoint)!=null?o:!1})}bindRenderer(e,i){this.contentTypeMap.set(e,i)}clearTags(){this.tags.length&&(this.tags.forEach(e=>{var i,s;(s=(i=e.mediaPlane)==null?void 0:i.parent)==null||s.remove(e.mediaPlane)}),this.tags=[],this.disposeAllCSS3DContainer(),this.updateRenderAllTags()),this.enabledModelTagSet.clear(),this.clearCache()}updateRenderAllTags(){this.enabledModelTagSet.clear(),this.tags.forEach(e=>e.stickType==="Model"&&this.enabledModelTagSet.add(e.id)),this.updateRenderPointTag(),this.updateRender3DDomTag(),this.updateRenderModelTag(),this.updateRenderImagePlane(),this.updateRenderVideoPlane()}updateRenderVideoPlane(){this.filterImagePlane.filter(i=>{var s,o;return((o=(s=i.data.mediaData)==null?void 0:s[0])==null?void 0:o.type)==="Video"}).forEach(i=>{var h;const s=i.data.mediaData[0];if(!s)return;const{url:o}=s;if(!o)return;const r=this.getCurrentVisibleState(i),a=(()=>!!(i.mediaPlane&&!r))(),l=(()=>!!(!i.mediaPlane&&r))(),c=(()=>!!(i.mediaPlane&&i.mediaPlane.src!==o))();if((a||c)&&i.mediaPlane&&(this.imagePlaneGroup.remove(i.mediaPlane),i.mediaPlane.dispose(),i.mediaPlane.removeFromParent(),i.mediaPlane=void 0),l||c){const u=i.position.map(ui),f=new mg(o,u,{videoCoverSrc:s.videoCoverUrl,playButton:i.data.playIcon,paused:!((h=i.data.autoplayConfig)!=null&&h.autoplayVideo),objectFit:i.data.objectFit,videoTextureMap:R2,ImageTextureMap:H2,domEvents:this.domEvents});f.onVideoReady=A=>{A.addEventListener("play",()=>this.mediaStore.set({currentMediaElement:f.videoInstance}))};const g=A=>(this.five.on("renderFrame",A),()=>this.five.off("renderFrame",A));f.initialRenderHooks(g),i.mediaPlane=f,this.imagePlaneGroup.add(i.mediaPlane)}})}updateRenderImagePlane(){this.filterImagePlane.filter(i=>{var s,o;return((o=(s=i.data.mediaData)==null?void 0:s[0])==null?void 0:o.type)==="Image"}).forEach(i=>{const{url:s}=i.data.mediaData[0];if(!s)return;const o=i.position.map(ui),r=this.getCurrentVisibleState(i),a=(()=>!!(i.mediaPlane&&!r))(),l=(()=>!!(!i.mediaPlane&&r))(),c=(()=>!!(i.mediaPlane&&i.mediaPlane.src!==s))();(a||c)&&i.mediaPlane&&(this.imagePlaneGroup.remove(i.mediaPlane),i.mediaPlane.dispose(),i.mediaPlane.removeFromParent(),i.mediaPlane=void 0),(l||c)&&(i.mediaPlane=new Yh(s,o,{objectFit:i.data.objectFit}),this.getTagConfig(i).clickable!==!1&&this.domEvents.addAutoBindEventListener(i.mediaPlane,"click",h=>{this.hooks.emit("click",{tag:i,target:"TagContent",event:h.origDomEvent})},{noEmitWhenHide:!0}),this.imagePlaneGroup.add(i.mediaPlane))})}updateRender3DDomTag(){this.filterCSS3DTag.forEach(i=>{var s,o,r;if(i.tag3DContentSvelte){const{svelteApp:a,css3DInstance:l,initialNormal:c,currentNormal:h}=i.tag3DContentSvelte;if(a.$set({tag:i,hooks:this.hooks,state:this.state,temporaryState:this.temporaryState}),!c.equals(h)){const u=new _.Quaternion().setFromUnitVectors(c,h);l.css3DObject.setRotationFromQuaternion(u)}return}else{if(Kt(i)&&!((s=i.model)!=null&&s.object)||((o=i.state)==null?void 0:o.visible)===!1||!this.state.visible||!this.state.enabled)return;if(this.css3DRenderPlugin||(this.css3DRenderPlugin=hl(this.five)),i.stickType==="3DPoint"&&!i.normal)return console.error("updateRenderPlaneTag: 三维点标签缺少法向量!");const a=this.getPositions(i);if(!a)return;const l=this.getTagNormal(i);if(!l)return;const c=this.getTagConfig(i),h=D({wrapperStyle:{zIndex:this.calculateTagZIndex(i).toString()}},c.tag3DConfig);if(this.getRenderType(i)==="BehindDom"||h.mode==="behind"){h.mode="behind",h.container=document.createElement("div");const g="black";h.container.style.backgroundColor=g,h.container.style.border=`3px solid ${g}`,this.css3DRenderPlugin.hooks.on("render",()=>{var A;if(u.css3DObject.opacityMesh&&c.clickable!==!1){const p=this.addObjectClickHandler(i,u.css3DObject.opacityMesh,m=>{this.hooks.emit("click",{event:m,target:"TagContent",tag:i})});(A=this.store.css3DRenderDisposer.get(i.id))==null||A.push(p)}})}const u=this.css3DRenderPlugin.create3DDomContainer(a,h);if(!u)return;this.store.css3DRenderDisposer.set(i.id,[u.dispose]);const f=new Bg({target:u.container,props:{tag:i,hooks:this.hooks,state:this.state,mediaStore:this.mediaStore,temporaryState:this.temporaryState}});i.tag3DContentSvelte={svelteApp:f,domContainer:u,css3DInstance:u,initialNormal:l,currentNormal:l,dispose:()=>{f.$destroy(),u.dispose()}},Kt(i)&&((r=i.model)!=null&&r.object)&&this.updateTagCss3DObjectMatrix(i,i.model.object)}}),this.clearUnusedPanelTag()}updateRenderModelTag(){const e=o=>!this.enabledModelTagSet.has(o.customID),i=this.gltfObjectGroup.children.filter(e);i.forEach(o=>o.removeEventListener()),this.gltfObjectGroup.remove(...i),this.tags.filter(o=>o.stickType==="Model").forEach(o=>{var r;(r=o.model)==null||r.promise.then(a=>{a.visible=this.getCurrentVisibleState(o)})}),this.five.needsRender=!0}updateTagModelVisible(){this.tags.forEach(e=>{var s;const i=this.getCurrentVisibleState(e);i===!0&&this.getRenderType(e)&&!e.tag3DContentSvelte&&this.updateRender3DDomTag(),e.mediaPlane?e.mediaPlane.visible=i:e.tag3DContentSvelte&&(e.tag3DContentSvelte.css3DInstance.setVisible(i),this.updateDomView()),(s=e.model)!=null&&s.object&&(e.model.object.visible=i)})}updateTagCss3DObjectMatrix(e,i){var p,m,v;const s=(m=(p=this.getTagConfig(e).tag3DConfig)==null?void 0:p.ratio)!=null?m:.00216,o=(v=e.tag3DContentSvelte)==null?void 0:v.css3DInstance.css3DObject;if(!o)return;const r=Kt(e)?e.data.mediaPosition:e.position;if(!r||r.length!==4||!Array.isArray(r[0])||!Array.isArray(r[2]))return;i.updateWorldMatrix(!1,!1);const a=i.matrixWorld,l=new _.Vector3().fromArray(r[0]),c=new _.Vector3().fromArray(r[2]),h=xi(l,c).add(new _.Vector3(0,0,5e-4)),u=new _.Matrix4().setPosition(h),f=new _.Matrix4().makeScale(s,s,s),g=new _.Matrix4().multiply(a).multiply(u).multiply(f);g.decompose(o.position,o.quaternion,o.scale);const A=o.opacityMesh;A&&g.decompose(A.position,A.quaternion,A.scale)}addMediaModelTag(e){return G(this,null,function*(){const i=e.filter(Aw).map(s=>this.loadModel(s));yield Promise.all(i),this.setVisible(),this.updateRenderAllTags()})}setPointTagPosition(){const e=this.filterPointTag;e.length!==0&&e.forEach(i=>{var a;const s=this.getCurrentVisibleState(i),o=(a=i.__Object__)!=null?a:{timeoutId:void 0,inAnimation:!1};if(i.__Object__=o,!s&&i.screenPosition?(o.inAnimation=!0,o.timeoutId=setTimeout(()=>{requestAnimationFrame(()=>{this.getCurrentVisibleState(i)||(o.inAnimation=!1,i.screenPosition=null,this.updateDomView())})},1e3)):o.timeoutId&&(clearTimeout(o.timeoutId),o.inAnimation=!1,o.timeoutId=void 0),!s&&!o.inAnimation)return;const r=this.getTagProject(i);r?i.screenPosition={leftPercent:(r.x+1)/2*100,topPercent:(-r.y+1)/2*100}:i.screenPosition=null})}updateRenderPointTag(){const e=this.filterPointTag;this.setTagZIndex(e),this.setPointTagPosition(),this.updateDomView()}updatePointTagPosition(){this.setPointTagPosition(),this.updateDomView()}updateTagContainerVisible(){var e;(e=this.TagContainerSvelte)==null||e.$set({state:this.state,temporaryState:this.temporaryState,withAnimation:this.store.visibleWithAnimation}),this.filterCSS3DTag.forEach(i=>{var s,o,r,a,l;(a=(o=(s=i.tag3DContentSvelte)==null?void 0:s.css3DInstance)==null?void 0:o.css3DObject)==null||a.setVisible((this.state.visible&&((r=i.state)==null?void 0:r.visible))!==!1),(l=i.tag3DContentSvelte)==null||l.svelteApp.$set({state:this.state,temporaryState:this.temporaryState,withAnimation:this.store.visibleWithAnimation})})}disposeAllCSS3DContainer(){for(const[,e]of this.store.css3DRenderDisposer)e==null||e.forEach(i=>i==null?void 0:i());this.store.css3DRenderDisposer=new Map}clearUnusedPanelTag(){this.filter2DPointTag.forEach(e=>{var i;(i=e.tag3DContentSvelte)==null||i.css3DInstance.dispose(),e.tag3DContentSvelte=void 0});for(const[e,i]of this.store.css3DRenderDisposer){const s=this.getTagById(e);(!s||s.stickType==="2DPoint")&&(i==null||i.forEach(o=>o==null?void 0:o()),this.store.css3DRenderDisposer.delete(e))}}updateDomView(e={}){var s,o;const i=this.filterPointTag.filter(r=>r.state.visible);if(this.TagContainerSvelte)this.TagContainerSvelte.$set({tags:i,state:this.state,temporaryState:this.temporaryState});else{const r=(s=this.five.getElement())==null?void 0:s.parentElement;if(!r)return console.error("updateRenderPlaneTag: tag2DContainer not found");this.TagContainerSvelte=new O2({target:r,props:{hooks:this.hooks,tags:i,state:this.state,temporaryState:this.temporaryState,mediaStore:this.mediaStore,rendererMap:this.rendererMap,contentTypeMap:this.contentTypeMap,withAnimation:(o=e==null?void 0:e.withAnimation)!=null?o:this.store.visibleWithAnimation}})}}}function G2(n){return G(this,null,function*(){return new Promise(t=>{Q2(n)?t():n.once("modelLoaded",()=>t())})})}function Q2(n){return n.model.loaded}class F2{constructor(t){d(this,"plugin");this.plugin=t}closeIntersectRaycaster(){this.plugin.tags.forEach(t=>{var e;en((e=t==null?void 0:t.initialConfig)==null?void 0:e.visibleConfig).intersectRaycaster&&(t.initialConfig.visibleConfig.intersectRaycaster.enabled=!1)}),this.plugin.changeGlobalConfig({visibleConfig:{intersectRaycaster:{enabled:!1}}})}}const Vg="Dnalogel-PanoTagPlugin",_2=n=>`${Vg}--${n}`;class $o extends N2{constructor(e,i){super(e);d(this,"state",{enabled:!0,visible:!0});d(this,"params");d(this,"debug");d(this,"debugUtil",new F2(this));d(this,"changeTagModel",(e,i)=>G(this,null,function*(){e.data=Re({},e.data,i),yield this.loadModel(e),this.updateRenderAllTags()}));d(this,"whyHide",e=>{var s,o,r;if(!this.state.enabled)return{reason:`plugin.state.enabled is ${this.state.enabled}`};if(!this.state.visible)return{reason:`plugin.state.visible is ${this.state.visible}`};const i=this.getTagById(e);if(!i)return{reason:`tag ${e} not found`};if(!i.enabled)return{reason:`tag ${e} enabled is ${i.enabled}`};if(i.stickType==="Model"||i.stickType==="Plane")return{reason:"maybe blocked by the five model"};if(!i.state.visible){const a=(o=(s=this.getPanoIndexCache({panoIndex:this.five.panoIndex,id:e}))==null?void 0:s.__debug_visible_reason__)==null?void 0:o.reason;return{reason:(r=a==null?void 0:a.type)!=null?r:a,reasonObj:a}}return{reason:"check your eyes"}});d(this,"updateVisible",()=>{const e=this.five.getCurrentState().mode;this.tags.forEach(i=>{Kt(i)&&e!=="Panorama"&&this.changeTagMode(i,"behind")}),this.setVisible(),this.updateRenderAllTags()});d(this,"handleFiveWantsMoveToPano",e=>{this.tags.forEach(i=>{this.getVisible(i,{panoIndex:e})&&(i.state.visible=!0);const o=this.getTagConfig(i);typeof o.visibleConfig=="object"&&i.temporaryState&&(o.visibleConfig.keep?i.temporaryState.visible=o.visibleConfig.keep==="visible":i.temporaryState.visible=!!o.visibleConfig.alwaysShowWhenMovePano)}),this.updateTagContainerVisible(),this.updateRenderImagePlane(),this.updateRenderVideoPlane()});d(this,"clickhandler",e=>{if(e.target!=="TagPoint")return;if(!e.tag.state)return console.warn("Clickhandler: params.tag.state is undefined");const i=this.can("fold",e.tag),s=this.can("unfold",e.tag);i&&s&&(e.tag.state.unfolded=!e.tag.state.unfolded,e.tag.state.unfolded&&this.tags.forEach(o=>{o.id!==e.tag.id&&o.state&&this.can("fold",o)&&(o.state.unfolded=!1)}),this.updateRenderAllTags())});d(this,"handleFiveCameraUpdate",()=>{this.updatePointTagPosition()});d(this,"handleFivePanoArrived",()=>G(this,null,function*(){this.setVisible(),this.updatePointTagPosition(),yield this.setVisibleAndUnfolded(),this.tags.forEach(e=>{e.temporaryState=oe(D({},e.temporaryState),{visible:!0})}),this.tags.filter(pw).filter(e=>{var i;return(i=this.getTagConfig(e).modelConfig)==null?void 0:i.autoLookAtEnabled}).forEach(e=>{var c;const i=new w.Mesh(new w.BoxGeometry,new w.MeshBasicMaterial),s=(c=e.model)==null?void 0:c.object;if(!s)return;i.position.copy(s.position),i.quaternion.copy(s.quaternion);const o=this.five.camera.position;i.lookAt(o.clone().setY(i.position.y));const r=s.quaternion.clone(),a=i.quaternion.clone(),l=zn();l.onUpdate(({progress:h})=>{s.quaternion.copy(r.clone().slerp(a,h))}),l.play()}),this.store.visibleWithAnimation=!0,this.updateTagContainerVisible(),this.updateRenderAllTags()}));d(this,"handleFiveModelShownFloorChange",()=>{this.setVisible(),this.updateRenderAllTags()});d(this,"onFiveEveryReady",()=>{this.setUnfoldedByCamera(),jn(this.five.getCurrentState().mode)&&(this.setTagZIndex(this.filterPointTag),this.setVisible(),this.setPointTagPosition()),this.updateDomView({withAnimation:!0}),this.updateRenderVideoPlane(),this.updateRenderImagePlane(),this.updateTagModelVisible()});this.params=Re({},{debug:!1,config:this.config},D({},i)),this.debug=this.params.debug,this.config=this.params.config,Iw(1,{namespace:jl.PlayAudio});try{const s=window;Array.isArray(s.__PANOTAGPLUGIN_DEBUG_LIST__)||(s.__PANOTAGPLUGIN_DEBUG_LIST__=[]),s.__PANOTAGPLUGIN_DEBUG_LIST__.push(this),s.__PANOTAGPLUGIN_DEBUG__=this}catch(s){}}load(e,i){return G(this,null,function*(){var o,r;this.clearTags(),console.debug(Vg," load:",{data:JSON.parse(JSON.stringify(e))}),this.config=Re({},this.config,{globalConfig:(o=e.globalConfig)!=null?o:{},contentTypeConfig:(r=e.contentTypeConfig)!=null?r:{}}),this.store.visibleWithAnimation=!0;const s=yield this.addTag(e.tagList,i);if(this.store.visibleWithAnimation=void 0,this.debug)try{uw(this.five,this.tags)}catch(a){console.error(a)}return s})}addTag(e,i){return G(this,null,function*(){const o=(Array.isArray(e)?e:[e]).filter(r=>r.position).map(r=>{var f,g,A;const a=JSON.parse(JSON.stringify(r.data)),l=r.config?JSON.parse(JSON.stringify(r.config)):{};r.initialConfig=l;const c=this.calculateTagConfig(r),h=this.getTagConfig(r);return r.config=h,oe(D({},r),{enabled:(f=r.enabled)!=null?f:!0,id:(g=r.id)!=null?g:st(),data:(A=h.initialData)!=null&&A.important?Re(r.data,a,h.initialData):Re(r.data,h.initialData,a),state:D({visible:void 0,unfolded:!this.can("fold",r)},h.initialState),hooks:new Le.Subscribe,originPosition:r.position,position:(()=>{const p=this.getTransformedPostion(r.position);return Array.isArray(p)?p.map(v=>v.toArray()):p.toArray()})(),initialConfig:l,computedConfig:c,config:h,unfold:()=>this.changeUnfoldedById(r.id,!0),fold:()=>this.changeUnfoldedById(r.id,!1),enable:()=>this.changeEnabledById(r.id,!0),disable:()=>this.changeEnabledById(r.id,!1),destroy:()=>this.destroyTagById(r.id),changeData:p=>this.changeDataById(r.id,p),changePosition:p=>this.changePositionById(r.id,p)})});return o.forEach(Cw),this.tags.push(...o),this.tagsLengthWillUpdate=!0,G2(this.five).then(()=>G(this,null,function*(){var r,a,l;this.store.eventListenerDisposer&&((a=(r=this.store).eventListenerDisposer)==null||a.call(r)),this.state.enabled&&this.handleEnable(),this.addResizeListener(),this.clearUnusedPanelTag(),this.addMediaModelTag(o),this.setVisibleAndUnfolded({withAnimation:(l=i==null?void 0:i.withAnimation)!=null?l:!0}),this.updatePointTagPosition(),this.updateRenderAllTags()}))})}changeConfig(e,i=!0){i?this.config=Re({},this.config,e):this.config=e,this.updateTagConfig(),this.setVisible(),this.updateRenderAllTags()}changeGlobalConfig(e,i=!0){i?this.config.globalConfig=Re({},this.config.globalConfig,e):this.config.globalConfig=e,this.updateTagConfig(),this.setVisible(),this.updateRenderAllTags()}changeContentTypeConfig(e,i,s=!0){this.config.contentTypeConfig||(this.config.contentTypeConfig={}),s?this.config.contentTypeConfig[e]=Re({},this.config.contentTypeConfig[e],i):this.config.contentTypeConfig[e]=i,this.updateTagConfig(),this.setVisible(),this.updateRenderAllTags()}show(e){return G(this,null,function*(){if(this.checkDisposed())return;const{userAction:i=!0,withAnimation:s=!1}=e!=null?e:{};this.setState({visible:!0},{userAction:i,visibleWithAnimation:s}),this.hooks.emit("show",{userAction:i,withAnimation:s})})}hide(e){return G(this,null,function*(){if(this.checkDisposed())return;const{userAction:i=!0,withAnimation:s=!1}=e!=null?e:{};this.setState({visible:!1},{userAction:i,visibleWithAnimation:s}),this.hooks.emit("hide",{userAction:i,withAnimation:s})})}enable(e){if(this.checkDisposed())return;const{userAction:i=!0}=e!=null?e:{};this.setState({enabled:!0},{userAction:i}),this.hooks.emit("enable",{userAction:i})}disable(e){if(this.checkDisposed())return;const{userAction:i=!0}=e!=null?e:{};this.setState({enabled:!1},{userAction:i}),this.hooks.emit("disable",{userAction:i})}setState(e,i){if(this.checkDisposed())return;const{userAction:s=!0,visibleWithAnimation:o=!1}=i!=null?i:{},r=D({},this.state);this.state=Object.assign(this.state,e),this.store.visibleWithAnimation=o,r.visible!==this.state.visible&&(e.visible?this.handleShow():this.handleHide()),r.enabled!==this.state.enabled&&(e.enabled?this.handleEnable():this.handleDisable()),this.hooks.emit("stateChange",{state:this.state,prevState:r,userAction:s})}dispose(){var e,i,s,o,r,a;this.pauseCurrentMedia(),this.disposeAllCSS3DContainer(),(e=this.TagContainerSvelte)==null||e.$destroy(),this.filterCSS3DTag.forEach(l=>{var c;return(c=l.tag3DContentSvelte)==null?void 0:c.svelteApp.$destroy()}),this.tags=[],(i=this.store.disposers)==null||i.forEach(l=>l==null?void 0:l()),this.store.disposers=[],(o=(s=this.store).eventListenerDisposer)==null||o.call(s),this.store.eventListenerDisposer=void 0,(a=(r=this.store).resizeObserverDisposer)==null||a.call(r),this.store.resizeObserverDisposer=void 0,this.store.resizeObserverDisposerAdding=!1,this.five.scene.remove(this.group),this.group.remove(...this.group.children),this.gltfObjectGroup.remove(...this.gltfObjectGroup.children),this.imagePlaneGroup.remove(...this.imagePlaneGroup.children),this.clearCache(),this.five.needsRender=!0,this.store.disposed=!0,this.hooks.emit("dispose")}changeUnfoldedById(e,i){var a;const s=this.getTagById(e);if(!s)return;const o=this.can("fold",s),r=this.can("unfold",s);if(o&&r){s.state.unfolded=i;const l=this.filterPointTag;(a=this.TagContainerSvelte)==null||a.$set({tags:l})}else console.warn(`tag ${e} cannot be ${i?"unfolded":"folded"}`)}changeEnabledById(e,i){const s=this.getTagById(e);s&&(s.enabled=i,this.updateRenderAllTags())}changeTagNormalById(e,i){const s=this.getTagById(e);s&&s.tag3DContentSvelte&&(s.tag3DContentSvelte.currentNormal=ui(i))}changePositionById(e,i){const s=this.getTagById(e);if(!s)return;s.originPosition=i,s.position=i,this.clearCacheById(e);const o=this.getVisible(s);s.state&&(s.state.visible=o),s.stickType==="2DPoint"||s.stickType==="3DPoint"?this.updatePointTagPosition():this.updateRenderAllTags()}changeDataById(e,i,s=!0){const o=this.getTagById(e);let r=!1;o&&(o.data&&(r=!0),s?o.data=Re(o.data,i):o.data=D(D({},o.data),i),this.clearUnusedPanelTag(),this.updateRenderAllTags(),r&&o.hooks.emit("dataChanged",o.data))}changeStickTypeById(e,i,s=!0){this.changeTagById(e,i,s)}changeTagById(e,i,s=!0){const o=this.getTagById(e);let r=!1;i&&(this.tagsLengthWillUpdate=!0,i.data&&(r=!0),s?Re(o,i):Object.assign(o,i),o!=null&&o.tag3DContentSvelte&&(i!=null&&i.normal)&&(o.tag3DContentSvelte.currentNormal=ui(i.normal)),this.clearCacheById(e),this.setVisible(),this.updateRenderAllTags(),this.clearUnusedPanelTag(),r&&o.hooks.emit("dataChanged",o.data))}destroyTagById(e){(Array.isArray(e)?e:[e]).forEach(s=>{const o=this.tags.findIndex(r=>r.id===s);o!==-1&&this.tags.splice(o,1)}),this.tagsLengthWillUpdate=!0,this.updateRenderAllTags(),this.updateDomView()}setVisibleAndUnfolded(){return G(this,arguments,function*({withAnimation:e}={withAnimation:!1}){return this.store.visibleWithAnimation=e,this.setVisible(),e?new Promise(i=>{setTimeout(()=>{this.setUnfoldedByPanoIndex(),i()},10)}):(this.setUnfoldedByPanoIndex(),Promise.resolve())})}handleShow(){this.state.visible=!0,this.group.visible=!0,this.updateTagContainerVisible(),this.updateTagModelVisible(),this.five.needsRender=!0}handleHide(){this.pauseCurrentMedia(),this.state.visible=!1,this.group.visible=!1,this.updateTagContainerVisible(),this.updateTagModelVisible(),this.five.needsRender=!0}handleEnable(){this.state.enabled=!0,this.store.eventListenerDisposer=this.addEventListener(),this.five.scene.children.includes(this.group)||this.five.scene.add(this.group),this.group.traverse(e=>{var i;(i=e==null?void 0:e.updateTagCss3DObjectMatrix)==null||i.call(e)}),this.updateRenderAllTags(),this.five.needsRender=!0}handleDisable(){var e,i,s;this.pauseCurrentMedia(),this.state.enabled=!1,(i=(e=this.store).eventListenerDisposer)==null||i.call(e),this.five.scene.remove(this.group),(s=this.TagContainerSvelte)==null||s.$set({tags:[]}),this.filterCSS3DTag.forEach(o=>{var r;(r=o.tag3DContentSvelte)==null||r.dispose(),o.tag3DContentSvelte=void 0}),this.five.needsRender=!0}addEventListener(){const{five:e,hooks:i}=this;let s=!1;const o=Uh(()=>{s||(s=!0,e.ready().then(()=>{this.onFiveEveryReady(),s=!1}))},150);return e.on("cameraUpdate",o),this.updateVisible(),this.handleFivePanoArrived(),e.on("wantsMoveToPano",this.handleFiveWantsMoveToPano),e.on("modeChange",this.updateVisible),e.on("initAnimationEnded",this.updateVisible),e.on("modelShownFloorChange",this.handleFiveModelShownFloorChange),e.on("cameraUpdate",this.handleFiveCameraUpdate),e.on("panoArrived",this.handleFivePanoArrived),e.on("panoArrived",this.loadVideoFirstFrame),i.on("click",this.clickhandler),()=>{e.off("wantsMoveToPano",this.handleFiveWantsMoveToPano),e.off("modeChange",this.updateVisible),e.off("initAnimationEnded",this.updateVisible),e.off("modelShownFloorChange",this.handleFiveModelShownFloorChange),e.off("cameraUpdate",this.handleFiveCameraUpdate),e.off("cameraUpdate",o),e.off("panoArrived",this.handleFivePanoArrived),e.off("panoArrived",this.loadVideoFirstFrame),i.off("click",this.clickhandler),this.store.eventListenerDisposer=void 0}}addResizeListener(){if(!this.store.resizeObserverDisposer&&!this.store.resizeObserverDisposerAdding){const e=this.addResizeObserver();this.store.resizeObserverDisposerAdding=!0,setTimeout(()=>{this.store.resizeObserverDisposer=e,this.store.resizeObserverDisposerAdding=!1},200)}}addResizeObserver(){if(!this.store.disposed)return;const e=this.five.getElement(),i=()=>{this.state.enabled&&(this.show(),this.updateRenderAllTags())},s=()=>{this.state.enabled&&this.hide()},{observe:o,unobserve:r}=Ka(Uh(()=>{this.store.resizeObserverDisposer&&s()},500),e),{observe:a,unobserve:l}=Ka(yw(()=>i(),400),e);return o(),a(),()=>{r(),l()}}setUnfoldedByCamera(){let e=!1;this.filterPointTag.forEach(i=>{const s=this.getUnfoldedByCamera(i);if(i.state&&s!==void 0){if(s===!0&&i.screenPosition){const o=this.getTagConfig(i).unfoldedConfig;en(o).keep!=="unfolded"&&(e=!0)}i.state.unfolded=s}}),e&&this.filterPointTag.forEach(i=>{const s=this.getTagConfig(i).unfoldedConfig;typeof s=="object"&&(s.autoUnfold||s.autoUnfold===!1||en(s.autoUnfold).enable===!1||s.keep)||i.state&&(i.state.unfolded=!1)})}changeTagMode(e,i){var s,o,r,a,l,c;((s=e.config)==null?void 0:s.renderType)!=="Mesh"&&((a=(r=(o=e.tag3DContentSvelte)==null?void 0:o.css3DInstance)==null?void 0:r.css3DObject)==null?void 0:a.mode)!==i&&((l=e.config)!=null&&l.tag3DConfig?e.config.tag3DConfig.mode=i:e.config?e.config.tag3DConfig={mode:i}:e.config={tag3DConfig:{mode:i}},(c=this.store.css3DRenderDisposer.get(e.id))==null||c.forEach(h=>h==null?void 0:h()),e.tag3DContentSvelte=void 0)}}const W2=(n,t)=>new $o(n,t);function U2(n){ge(n,"svelte-4qjwer",".guide-line__tag.svelte-4qjwer.svelte-4qjwer{position:relative}.text-with-distance.svelte-4qjwer.svelte-4qjwer{display:flex;flex-direction:column;position:relative;padding:0.125rem 0.25rem;border-radius:0.125rem;background:linear-gradient(to top, rgba(147, 147, 147, 0.3), rgba(74, 74, 74, 0.3));box-shadow:0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.2)}.text-with-distance.svelte-4qjwer .border.svelte-4qjwer{position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;padding:0.0625rem;border-radius:0.25rem;background:linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;transform:scale(0.5)}.distance-and-name.svelte-4qjwer.svelte-4qjwer{display:flex;gap:0.1875rem}.distance.svelte-4qjwer.svelte-4qjwer{white-space:nowrap;font-size:0.625rem;line-height:0.875rem;color:#66afff}.name.svelte-4qjwer.svelte-4qjwer{opacity:0.6;font-size:0.625rem;line-height:0.875rem;white-space:nowrap;color:#ffffff}.line-name.svelte-4qjwer.svelte-4qjwer{color:#fff;white-space:nowrap;font-size:0.625rem;line-height:0.875rem}.guide-line__tag-point.svelte-4qjwer.svelte-4qjwer{position:absolute;left:50%;bottom:0.0625rem;width:0.4375rem;height:0.125rem;transform:translateX(-50%);background:#fff;border-radius:50%;opacity:0.5}.guide-line__tag-line.svelte-4qjwer.svelte-4qjwer{position:absolute;left:50%;bottom:0.0625rem;width:0.0625rem;height:1.875rem;transform:translateX(-50%);background:linear-gradient(to top, #fff, rgba(255, 255, 255, 0))}.guide-line__tag-content.svelte-4qjwer.svelte-4qjwer{position:absolute;left:-0.9375rem;bottom:1.9375rem;display:flex}.guide-line__tag-icon.svelte-4qjwer.svelte-4qjwer{width:1.875rem;height:1.875rem;background-size:100%}.guide-line__tag-text.svelte-4qjwer.svelte-4qjwer{box-sizing:content-box;height:0.875rem;width:-moz-max-content;width:max-content;margin-top:0.3125rem;transform:translateX(-0.1875rem);white-space:nowrap;font-size:0.625rem;line-height:0.875rem;border:solid transparent;border-width:0.125rem 0.5rem 0.125rem 0.375rem;border-image-slice:6 25 6 18 fill;color:#fff}")}function uu(n){let t,e;return{c(){t=S("div"),e=ke(n[0]),C(t,"class","guide-line__tag-text svelte-4qjwer"),T(t,"border-image-source",`url(${n[6]})`)},m(i,s){B(i,t,s),L(t,e)},p(i,s){s&1&&De(e,i[0])},d(i){i&&z(t)}}}function fu(n){let t,e,i,s,o=n[5]("全程")+"",r,a,l=n[5]("米")+"",c,h,u,f,g,A,p=n[4]&&gu(n);return{c(){t=S("div"),p&&p.c(),e=$(),i=S("div"),s=S("span"),r=ke(o),a=ke(n[2]),c=ke(l),h=$(),u=S("span"),f=ke(n[0]),g=$(),A=S("div"),C(s,"class","distance svelte-4qjwer"),C(u,"class","name svelte-4qjwer"),C(i,"class","distance-and-name svelte-4qjwer"),C(A,"class","border svelte-4qjwer"),C(t,"class","text-with-distance svelte-4qjwer")},m(m,v){B(m,t,v),p&&p.m(t,null),L(t,e),L(t,i),L(i,s),L(s,r),L(s,a),L(s,c),L(i,h),L(i,u),L(u,f),L(t,g),L(t,A)},p(m,v){m[4]?p?p.p(m,v):(p=gu(m),p.c(),p.m(t,e)):p&&(p.d(1),p=null),v&32&&o!==(o=m[5]("全程")+"")&&De(r,o),v&4&&De(a,m[2]),v&32&&l!==(l=m[5]("米")+"")&&De(c,l),v&1&&De(f,m[0])},d(m){m&&z(t),p&&p.d()}}}function gu(n){let t,e;return{c(){t=S("span"),e=ke(n[4]),C(t,"class","line-name svelte-4qjwer")},m(i,s){B(i,t,s),L(t,e)},p(i,s){s&16&&De(e,i[4])},d(i){i&&z(t)}}}function Y2(n){let t,e,i,s,o,r,a,l,c,h=n[0]&&!n[2]&&uu(n),u=n[2]&&fu(n);return{c(){t=S("div"),e=S("div"),i=$(),s=S("div"),o=$(),r=S("div"),a=S("div"),l=$(),h&&h.c(),c=$(),u&&u.c(),C(e,"class","guide-line__tag-point svelte-4qjwer"),C(s,"class","guide-line__tag-line svelte-4qjwer"),C(a,"class","guide-line__tag-icon svelte-4qjwer"),T(a,"background-image",`url(${n[1]})`),C(r,"class","guide-line__tag-content svelte-4qjwer"),C(t,"class","guide-line__tag svelte-4qjwer"),T(t,"opacity",n[3])},m(f,g){B(f,t,g),L(t,e),L(t,i),L(t,s),L(t,o),L(t,r),L(r,a),L(r,l),h&&h.m(r,null),L(r,c),u&&u.m(r,null)},p(f,[g]){g&2&&T(a,"background-image",`url(${f[1]})`),f[0]&&!f[2]?h?h.p(f,g):(h=uu(f),h.c(),h.m(r,c)):h&&(h.d(1),h=null),f[2]?u?u.p(f,g):(u=fu(f),u.c(),u.m(r,null)):u&&(u.d(1),u=null),g&8&&T(t,"opacity",f[3])},i:J,o:J,d(f){f&&z(t),h&&h.d(),u&&u.d()}}}function X2(n,t,e){let{text:i=""}=t,{icon_url:s=""}=t,{distance:o=0}=t,{opacity:r=1}=t,{name:a=""}=t,{i18n:l=h=>h}=t;const c="data:image/png;base64,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";return n.$$set=h=>{"text"in h&&e(0,i=h.text),"icon_url"in h&&e(1,s=h.icon_url),"distance"in h&&e(2,o=h.distance),"opacity"in h&&e(3,r=h.opacity),"name"in h&&e(4,a=h.name),"i18n"in h&&e(5,l=h.i18n)},[i,s,o,r,a,l,c]}class Z2 extends ce{constructor(t){super(),le(this,t,X2,Y2,ae,{text:0,icon_url:1,distance:2,opacity:3,name:4,i18n:5},U2)}}function J2(n){return n.length===0?[]:n.filter((t,e)=>t!==n[e-1])}const q2=`
585
585
  varying vec2 vUv;
586
586
 
587
587
  void main() {